gdbscm_memory_port_write: use local variable to avoid adding casts
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
e0dd41e9
SM
12015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
2
3 * guile/scm-ports.c (gdbscm_memory_port_write): Declare new
4 "data" local variable and use it.
5
74ef968f
SM
62015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
7
8 * guile/scm-symbol.c (gdbscm_lookup_global_symbol): Add
9 domain_enum cast.
10 (gdbscm_lookup_symbol): Likewise.
11
2d5a88dc
IB
122015-10-25 Iain Buclaw <ibuclaw@gdcproject.org>
13
14 * d-exp.y: Remove an obsolete comment and propagate the block
15 information to the produced expression.
16
f4ee58bd
SM
172015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
18
19 * tui/tui-data.c (tui_add_to_source_windows): Remove void *
20 cast.
21 (tui_add_content_elements): Likewise.
22
1650ca11
SM
232015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
24
25 * cli/cli-setshow.c (do_set_command): Constify p.
26
55e5bf59
SM
272015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
28
29 * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Replace
30 (void *) cast with (gdb_byte *).
31
49e66b4d
SM
322015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
33
34 * proc-service.c (ps_pdread): Add cast.
35
cfcb22a5
SM
362015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
37
38 * sparc64-tdep.c (sparc64_store_arguments): Split assignment of
39 valbuf.
40
ce746418
SM
412015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
42
43 * ia64-tdep.c (ia64_pseudo_register_write): Remove cast.
44 (ia64_push_dummy_call): Remove cast and change type of "to" to
45 array of gdb_byte.
46
a55515ee
SM
472015-10-23 Simon Marchi <simon.marchi@polymtl.ca>
48
49 * linux-btrace.c (linux_enable_pt): Add cast to mmap return.
50
6ecf4e06
SM
512015-10-23 Simon Marchi <simon.marchi@ericsson.com>
52
53 * observer.h (observer_${event}_notification_stub): Add cast.
54
034f1a81
YQ
552015-10-23 Yao Qi <yao.qi@linaro.org>
56
57 * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Set
58 dsd.insn_count to zero.
59
d236ad19
PA
602015-10-22 Pedro Alves <palves@redhat.com>
61
62 * infrun.c (stop_after_trap): Delete.
63 (clear_proceed_status, handle_signal_stop, struct
64 infcall_control_state, save_infcall_control_state)
65 (restore_infcall_control_state): Remove references to
66 stop_after_trap.
67
db0f0d0c
SM
682015-10-22 Simon Marchi <simon.marchi@ericsson.com>
69
70 * python/python.c (_initialize_python): Add cast.
71
fb70bc1a
SM
722015-10-22 Simon Marchi <simon.marchi@ericsson.com>
73
74 * nto-tdep.c (nto_inferior_data): Add cast.
75
c72f45d1
PA
762015-10-22 Pedro Alves <palves@redhat.com>
77
78 * windows-nat.c (do_initial_windows_stuff): Rewrite loop using
79 windows_wait and windows_resume directly instead of
80 wait_for_inferior and resume.
81
60905b1e
SM
822015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
83
84 * xtensa-tdep.h (XTREG): Add casts.
85 (XTREG_END): Likewise.
86
5af9928d
SM
872015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
88
89 * solib-spu.c (spu_bfd_iovec_pread): Add (gdb_byte *) cast.
90
3e45d68b
SM
912015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
92
93 * rs6000-tdep.c (variants): Add (enum bfd_architecture) cast.
94
709476c3
SM
952015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
96
97 * mips-linux-tdep.c (mips64_linux_get_longjmp_target): Change type of
98 buf to gdb_byte*.
99 (supply_32bit_reg): Add cast.
100 (mips64_fill_gregset): Likewise.
101
bed91f4d
SM
1022015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
103
104 PR python/18073
105 * python/py-type.c (typy_get_composite): Allow returning a
106 function type.
107
3f2f83dd
KB
1082015-10-21 Keven Boell <keven.boell@intel.com>
109
110 * dwarf2read.c (set_die_type): Add read of
111 DW_AT_allocated and DW_AT_associated.
112 * f-typeprint.c: New include of typeprint.h
113 (f_print_type): Add check for allocated/associated
114 status of type.
115 (f_type_print_varspec_suffix): Add check for
116 * gdbtypes.c (create_array_type_with_stride):
117 Add check for valid data location of type in
118 case allocated or associated attributes are set.
119 Length of an array should be only calculated if
120 allocated or associated is resolved as true.
121 (is_dynamic_type_internal): Add check for allocated/
122 associated.
123 (resolve_dynamic_array): Evaluate allocated/associated
124 properties.
125 * gdbtypes.h (enum dynamic_prop_node_kind): <DYN_PROP_ALLOCATED>
126 <DYN_PROP_ASSOCIATED>: New enums.
127 (TYPE_ALLOCATED_PROP, TYPE_ASSOCIATED_PROP): New macros.
128 (type_not_allocated): New function.
129 (type_not_associated): New function.
130 * valarith.c (value_subscripted_rvalue): Add check for
131 allocated/associated.
132 * valprint.c: New include of typeprint.h.
133 (valprint_check_validity): Add check for allocated/associated.
134 (value_check_printable): Add check for allocated/
135 associated.
136 * typeprint.h (val_print_not_allocated): New function.
137 (val_print_not_associated): New function.
138 * typeprint.c (val_print_not_allocated): New function.
139 (val_print_not_associated): New function.
140
8689682c
AT
1412015-10-21 Antoine Tremblay <antoine.tremblay@ericsson.com>
142
143 * Makefile.in: Add arm.c/o.
144 * arch/arm.c: New file.
145 * arch/arm.h: (IS_THUMB_ADDR): Move macro from arm-tdep.c.
146 (MAKE_THUMB_ADDR): Likewise.
147 (UNMAKE_THUMB_ADDR): Likewise.
148 * arm-tdep.c (int thumb_insn_size): Move to arm.c.
149 (IS_THUMB_ADDR): Move to arm.h.
150 (MAKE_THUMB_ADDR): Likewise.
151 (UNMAKE_THUMB_ADDR): Likewise.
152 * configure.tgt: Add arm.o to all ARM configs.
153
80f0110c
YQ
1542015-10-21 Yao Qi <yao.qi@linaro.org>
155
156 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
157 Remove argument exp_vCont_s.
158 * gdb.base/range-stepping.exp: Callers updated.
159 * gdb.trace/range-stepping.exp: Likewise.
160
d7161de4
AR
1612015-10-21 Aleksandar Ristovski <aristovski@qnx.com>
162
163 * gdb/nto-tdep.c (QNX_NOTE_NAME, QNX_INFO_SECT_NAME): New defines.
164 (nto_sniff_abi_note_section): New function.
165 (nto_elf_osabi_sniffer): Use new function to recognize nto specific
166 binary.
167
a9889169
AR
1682015-10-21 Aleksandar Ristovski <aristovski@qnx.com>
169
170 * nto-procfs.c (procfs_wait): Set stopped_flags nad stopped_pc.
171 (procfs_stopped_by_watchpoint): Use flags stored in inferior data.
172 * nto-tdep.c (nto_new_inferior_data_reg): New definition.
173 (nto_new_inferior_data, nto_inferior_data_cleanup, nto_inferior_data):
174 New functions.
175 (_initialize_nto_tdep): New forward declaration, new function.
176 * nto-tdep.h (struct nto_inferior_data): New struct.
177 (nto_inferior_data): New function declaration.
178
5f3ff4f8
JK
1792015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
180
181 * findvar.c (address_from_register): Check REGNUM validity.
182
e5343fde
AR
1832015-10-20 Aleksandar Ristovski <aristovski@qnx.com>
184
185 * gdb/nto-procfs.c (procfs_pid_to_exec_file): New function.
186 (init_procfs_targets): Wire new function.
187
8a6c0ccd
AR
1882015-10-20 Aleksandar Ristovski <aristovski@qnx.com>
189
190 * nto-procfs.c (sys/auxv.h): Include.
191 (procfs_xfer_partial): Implement TARGET_OBJECT_AUXV.
192 * nto-tdep.c (nto_read_auxv_from_initial_stack): New function.
193 * nto-tdep.h (nto_read_auxv_from_initial_stack): New declaration.
194
609c3040
AR
1952015-10-20 Aleksandar Ristovski <aristovski@qnx.com>
196
197 * nto-procfs.c (nto_procfs_path): Rename to...
198 (nodestr): ... this, and change type.
199 (nto_node): Use new variable and logic accordingly.
200 (procfs_open_1): Use new variable name. Use local buffer to construct
201 procfrs path.
202 (procfs_pidlist): Use NODESTR to construct procfs path.
203 (procfs_files_info): Use NODESTR to output meaningful text.
204 (do_attach): Construct procfs using NODESTR.
205 (procfs_create_inferior): Compare pointer to NULL.
206
bfd09d20
JS
2072015-10-19 Josh Stone <jistone@redhat.com>
208
209 * linux-nat.c (linux_handle_syscall_trap): Always update entry/
210 return state, even when not actively catching syscalls at all.
211 (linux_handle_extended_wait): Mark syscall_state like an entry.
212 (wait_lwp): Set syscall_state ignored for other traps.
213 (linux_nat_filter_event): Likewise.
214
29090fb6
LM
2152015-10-19 Luis Machado <lgustavo@codesourcery.com>
216
217 * remote.c (remote_wait_as): Set rs->waiting_for_stop_reply to 0
218 when handling 'E', 'T', 'S', 'X' and 'W' packets.
219 Do not set rs->waiting_for_stop_reply back to 1.
220
774ee6d2
AR
2212015-10-16 Aleksandar Ristovski <aristovski@qnx.com>
222
223 * nto-procfs.c (common/filestuff.h): Include.
224 (procfs_can_use_hw_breakpoint): Fix enum name.
225 (procfs_open_1): Fix compiler warning.
226 (procfs_pidlist): Make static.
227 (procfs_meminfo): Make static, fix type name, add missing argument.
228 (procfs_store_registers): Make static.
229 (procfs_thread_info): Remove unused function.
230 (_initialize_procfs): Forward declare.
231
e66acfb1
YQ
2322015-10-16 Yao Qi <yao.qi@arm.com>
233
234 * MAINTAINERS: Update my email address.
235
8d689ee5
YQ
2362015-10-15 Yao Qi <yao.qi@linaro.org>
237
238 * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint):
239 Call gdbarch_breakpoint_from_pc to instruction length.
240 (aarch64_linux_remove_hw_breakpoint): Likewise.
241 * common/common-regcache.h (regcache_register_size): Declare.
242 * nat/aarch64-linux-hw-point.c: Include "common-regcache.h".
243 (aarch64_point_is_aligned): Set alignment to 2 for breakpoint if
244 the process is 32bit, otherwise set alignment to 4.
245 (aarch64_handle_breakpoint): Update comments.
246 * regcache.c (regcache_register_size): New function.
247
89fdc87f
AR
2482015-10-15 Aleksandar Ristovski <aristovski@qnx.com>
249
250 * gdbarch.sh (core_regset_section): Remove.
251 * gdbarch.h: Regenerate.
252
6448a3e4
YQ
2532015-10-14 Yao Qi <yao.qi@linaro.org>
254
255 * arch/aarch64-insn.h (struct aarch64_memory_operand): Move enum
256 out of it.
257 (enum aarch64_memory_operand_type): New.
258
33f914a1
DE
2592015-10-13 David Edelsohn <dje.gcc@gmail.com>
260
261 * xcoffread.c (dwarf2_xcoff_names): Add .dwmac and .dwpbtyp.
262
e6a959d6
PA
2632015-10-13 Pedro Alves <palves@redhat.com>
264
265 * ada-lang.c (ada_enum_name): Constify local.
266 * ada-typeprint.c (print_range_bound): Constify locals.
267 * c-varobj.c (c_describe_child): Likewise.
268 * cli/cli-setshow.c (do_set_command): Likewise.
269 * gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
270 * dwarf2read.c (find_file_and_directory): Likewise.
271 (anonymous_struct_prefix, dwarf2_name): Likewise.
272 * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
273 * go-lang.c (unpack_mangled_go_symbol): Likewise.
274 * jv-typeprint.c (java_type_print_base): Likewise.
275 * ser-tcp.c (net_open): Likewise.
276 * symfile.c (deduce_language_from_filename): Likewise.
277 * symtab.c (gdb_mangle_name): Likewise.
278 * tui/tui-io.c (tui_redisplay_readline): Likewise.
279
170742de
PA
2802015-10-13 Pedro Alves <palves@redhat.com>
281
282 * infrun.c (restore_execution_direction): New function.
283 (fetch_inferior_event): Use it instead of
284 make_cleanup_restore_integer.
285 (execution_direction): Change type to enum
286 exec_direction_kind.
287 * infrun.h (execution_direction): Likewise.
288
bfb1c796
PA
2892015-10-13 Pedro Alves <palves@redhat.com>
290
291 * ada-lang.c (ada_value_primitive_packed_val): Constify
292 locals. Use value_contents_writeable. Remove casts.
293
aa5c10ce
PA
2942015-10-13 Pedro Alves <palves@redhat.com>
295
296 * ada-lang.c (ada_value_primitive_packed_val): Add casts to malloc
297 and alloca calls.
298
4666fec3
SM
2992015-10-13 Simon Marchi <simon.marchi@polymtl.ca>
300
301 * lm32-tdep.c (lm32_push_dummy_call): Replace call to
302 write_memory with write_memory_unsigned_integer.
303
38bc8217 3042015-10-13 Simon Marchi <simon.marchi@polymtl.ca>
3953f15c
SM
305
306 * solib-dsbt.c (cmp_name): Constify arguments.
307 * solib-frv.c (cmp_name): Likewise.
308 * solib-svr4.c (svr4_create_solib_event_breakpoints): Likewise.
309 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Likewise.
310 (bfd_lookup_symbol_from_dyn_symtab): Likewise.
311 (gdb_bfd_lookup_symbol): Likewise.
312 * solib.h (gdb_bfd_lookup_symbol): Likewise.
313 (gdb_bfd_lookup_symbol_from_symtab): Likewise.
314
a0d34a39
AB
3152015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
316
317 * stack.c (parse_frame_specification): Remove message parameter,
318 replace with fixed string in function body, update function
319 comment.
320 (frame_info): Remove message to parse_frame_specification.
321 (select_frame_command): Likewise.
322
edbbff4a
AB
3232015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
324
325 * stack.c (parse_frame_specification): Delete.
326 (parse_frame_specification_1): Rename to
327 parse_frame_specification.
328 (frame_info): Use parse_frame_specification.
329 (select_frame_command): Likewise.
330 (return_command): Use select_frame and print_stack_frame rather
331 than frame_command and select_frame_command.
332 (func_command): Use get_current_frame rather than
333 parse_frame_specification.
334
9d622bda
AB
3352015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
336
337 * stack.c (func_command): Return early when there is no ARG
338 string.
339
8d3fea16
AB
3402015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
341
342 * stack.c: Include safe-ctype.h not ctype.h.
343 (parse_frame_specification): Use ISSPACE not isspace.
344 (backtrace_command): Use TOLOWER not tolower.
345
f54b226f
SM
3462015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
347
348 * mep-tdep.c (current_me_module): Add cast.
349 (mep_gdbarch_init): Likewise.
350
6da660c7
SM
3512015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
352
353 * m32c-tdep.c (m32c_move_reg_t): Replace with...
354 (m32c_write_reg_t): ...this and...
355 (m32c_read_reg_t): ...this.
356 (struct m32c_reg): Update types of read and write.
357 (m32c_raw_read): Change declaration type to m32c_read_reg_t and
358 adjust definition.
359 (m32c_banked_read): Likewise.
360 (m32c_sb_read): Likewise.
361 (m32c_part_read): Likewise.
362 (m32c_cat_read): Likewise.
363 (m32c_r3r2r1r0_read): Likewise.
364 (m32c_raw_write): Change declaration type to m32c_write_reg_t
365 and adjust definition.
366 (m32c_banked_write): Likewise.
367 (m32c_sb_write): Likewise.
368 (m32c_part_write): Likewise.
369 (m32c_cat_write): Likewise.
370 (m32c_r3r2r1r0_write): Likewise.
371
1f713e48
SM
3722015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
373
374 * aarch64-linux-tdep.c (aarch64_linux_syscall_record): Add cast.
375
cb65d272
SM
3762015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
377
378 * aarch64-linux-tdep.c (aarch64_canonicalize_syscall): Return
379 gdb_sys_no_syscall instead of -1.
380
eda14cf2
YQ
3812015-10-12 Yao Qi <yao.qi@linaro.org>
382
383 * NEWS: Mention the change.
384
1c2e1515
YQ
3852015-10-12 Yao Qi <yao.qi@linaro.org>
386
387 * arch/aarch64-insn.c (emit_load_store): Rename to ...
388 (aarch64_emit_load_store): ... it. All callers updated.
389
e1c587c3
YQ
3902015-10-12 Yao Qi <yao.qi@linaro.org>
391
392 * arch/aarch64-insn.c (emit_insn): Rename to ...
393 (aarch64_emit_insn): ... it. All callers updated.
394
b6542f81
YQ
3952015-10-12 Yao Qi <yao.qi@linaro.org>
396
397 * aarch64-linux-tdep.c: Include arch-utils.h.
398 (aarch64_linux_init_abi): Call set_gdbarch_max_insn_length,
399 set_gdbarch_displaced_step_copy_insn,
400 set_gdbarch_displaced_step_fixup,
401 set_gdbarch_displaced_step_free_closure,
402 set_gdbarch_displaced_step_location,
403 and set_gdbarch_displaced_step_hw_singlestep.
404 * aarch64-tdep.c (struct displaced_step_closure): New.
405 (struct aarch64_displaced_step_data): New.
406 (aarch64_displaced_step_b): New function.
407 (aarch64_displaced_step_b_cond): Likewise.
408 (aarch64_register): Likewise.
409 (aarch64_displaced_step_cb): Likewise.
410 (aarch64_displaced_step_tb): Likewise.
411 (aarch64_displaced_step_adr): Likewise.
412 (aarch64_displaced_step_ldr_literal): Likewise.
413 (aarch64_displaced_step_others): Likewise.
414 (aarch64_displaced_step_copy_insn): Likewise.
415 (aarch64_displaced_step_fixup): Likewise.
416 (aarch64_displaced_step_hw_singlestep): Likewise.
417 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): New macro.
418 (aarch64_displaced_step_copy_insn): Declare.
419 (aarch64_displaced_step_fixup): Declare.
420 (aarch64_displaced_step_hw_singlestep): Declare.
421 * arch/aarch64-insn.c (emit_insn): Moved from
422 gdbserver/linux-aarch64-low.c.
423 (emit_load_store): Likewise.
424 * arch/aarch64-insn.h (enum aarch64_opcodes): Moved from
425 gdbserver/linux-aarch64-low.c.
426 (struct aarch64_register): Likewise.
427 (struct aarch64_memory_operand): Likewise.
428 (ENCODE): Likewise.
429 (can_encode_int32): New macro.
430 (emit_b, emit_bcond, emit_cb, emit_ldr, emit_ldrsw): Likewise.
431 (emit_tb, emit_nop): Likewise.
432 (emit_insn): Declare.
433 (emit_load_store): Declare.
434
246994ce
YQ
4352015-10-12 Yao Qi <yao.qi@linaro.org>
436
437 * arch/aarch64-insn.c (aarch64_decode_ldr_literal): Moved from
438 gdbserver/linux-aarch64-low.c.
439 (aarch64_relocate_instruction): Likewise.
440 * arch/aarch64-insn.h (aarch64_decode_ldr_literal): Declare.
441 (struct aarch64_insn_data): Moved from
442 gdbserver/linux-aarch64-low.c.
443 (struct aarch64_insn_visitor): Likewise.
444 (aarch64_relocate_instruction): Declare.
445
2520f728
PMR
4462015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
447
448 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT>: If
449 EVAL_AVOID_SIDE_EFFECTS mode, forward the VALUE_LVAL attribute
450 to the returned value.
451
5b639dea
JB
4522015-10-09 Joel Brobecker <brobecker@adacore.com>
453
454 * ada-lang.c (ada_unpack_from_contents): Add guard that unpacked
455 is large enough for BIT_SIZE. Update function comment.
456
0cafa88c
JB
4572015-10-09 Joel Brobecker <brobecker@adacore.com>
458
459 * ada-lang.c (ada_value_primitive_packed_val): Move
460 src_len variable to local block where used. Override
461 BIT_SIZE if bigger than size of resolved type.
462
220475ed
JB
4632015-10-09 Joel Brobecker <brobecker@adacore.com>
464
465 * gdbtypes.h (is_scalar_type): Add extern declaration.
466 * gdbtypes.c (is_scalar_type): Make non-static.
467 * ada-lang.c (ada_value_primitive_packed_val): Use is_scalar_type
468 to compute IS_SCALAR instead of doing it ourselves.
469
d0a9e810
JB
4702015-10-09 Joel Brobecker <brobecker@adacore.com>
471
472 * ada-lang.c (ada_value_primitive_packed_val): Rework handling
473 of case where TYPE is dynamic.
474
f93fca70
JB
4752015-10-09 Joel Brobecker <brobecker@adacore.com>
476
477 * ada-lang.c (ada_unpack_from_contents): New function,
478 extracted from ada_value_primitive_packed_val.
479 (ada_value_primitive_packed_val): Replace extracted out code
480 by call to ada_unpack_from_contents.
481
a1c95e6b
JB
4822015-10-09 Joel Brobecker <brobecker@adacore.com>
483
484 * ada-lang.c (ada_value_primitive_packed_val): Reorder local
485 variable declarations.
486
fbd000da
JB
4872015-10-09 Joel Brobecker <brobecker@adacore.com>
488
489 * ada-lang.c (ada_value_primitive_packed_val): Change the type
490 of local variables src and unpacked to "gdb_type *" instead of
491 "unsigned char *".
492
086ca51f
JB
4932015-10-09 Joel Brobecker <brobecker@adacore.com>
494
495 * ada-lang.c (ada_value_primitive_packed_val): Make the name
496 of various local variables more explicit and consistent.
497 No real code change otherwise.
498
c5bcd278
SM
4992015-10-09 Simon Marchi <simon.marchi@ericsson.com>
500
501 * i386-tdep.h (struct gdbarch_tdep): Change type of
502 register_reggroup_p to gdbarch_register_reggroup_p_ftype.
503
78c5b882
SM
5042015-10-09 Simon Marchi <simon.marchi@ericsson.com>
505
506 * cris-tdep.c (struct instruction_environment): Change type of
507 byte_order to enum bfd_endian.
508
f9fa37b3
SM
5092015-10-09 Simon Marchi <simon.marchi@ericsson.com>
510
511 * arm-linux-tdep.c (arm_canonicalize_syscall): Add
512 enum gdb_syscall casts.
513
7c543f7b
SM
5142015-10-09 Simon Marchi <simon.marchi@ericsson.com>
515
516 * aarch64-tdep.c (stack_item_t): Change type of data to gdb_byte*.
517 * arm-tdep.c (struct stack_item): Likewise.
518 (push_stack_item): Add gdb_byte* cast.
519 * avr-tdep.c (struct stack_item): Change type of data to gdb_byte*.
520 (push_stack_item): Add gdb_byte* cast.
521 * cli/cli-dump.c (dump_memory_to_file): Change type of buf to gdb_byte*
522 and add cast.
523 * cris-tdep.c (struct stack_item): Change type of data to gdb_byte*.
524 (push_stack_item): Add gdb_byte* cast.
525 * gcore.c (gcore_copy_callback): Change type of memhunk to gdb_byte* and
526 add cast.
527 * gdbtypes.h (print_scalar_formatted): Change type of first parameter to
528 gdb_byte*.
529 * h8300-tdep.c (h8300_extract_return_value): Change type of valbuf to
530 gdb_byte* and remove unnecessary cast.
531 (h8300h_extract_return_value): Likewise.
532 (h8300_store_return_value): Change type of valbuf to gdb_byte*.
533 (h8300h_store_return_value): Likewise.
534 * iq2000-tdep.c (iq2000_extract_return_value): Change type of valbuf to
535 gdb_byte* and remove unnecessary cast.
536 * jit.c (jit_reader_try_read_symtab): Change type of gdb_mem to gdb_byte*
537 and add cast.
538 * m32r-tdep.c (m32r_store_return_value): Change type of valbuf to
539 gdb_byte* and remove unnecessary cast.
540 (m32r_extract_return_value): Change type of dst to gdb_byte* and remove
541 valbuf.
542 * mep-tdep.c (mep_pseudo_cr32_read): Change type of buf to gdb_byte*.
543 (mep_pseudo_cr64_read): Likewise.
544 (mep_pseudo_csr_write): Likewise.
545 (mep_pseudo_cr32_write): Likewise.
546 (mep_pseudo_cr64_write): Likewise.
547 * mi/mi-main.c (mi_cmd_data_write_memory): Change type of buffer to
548 gdb_byte* and add cast.
549 * moxie-tdep.c (moxie_store_return_value): Change type of valbuf to
550 gdb_byte* and remove unnecessary cast.
551 (moxie_extract_return_value): Change type of dst to gdb_byte* and remove
552 valbuf.
553 * p-valprint.c (print_scalar_formatted): Change type of valaddr to
554 gdb_byte*.
555 * printcmd.c (void): Likewise.
556 * python/py-inferior.c (infpy_read_memory): Change type of buffer to
557 gdb_byte* and add cast.
558 (infpy_write_memory): Likewise.
559 (infpy_search_memory): Likewise.
560 * regcache.c (regcache_raw_write_signed): Change type of buf to gdb_byte*
561 and add cast.
562 (regcache_raw_write_unsigned): Likewise.
563 (regcache_cooked_write_signed): Likewise.
564 (regcache_cooked_write_unsigned): Likewise.
565 * sh64-tdep.c (h64_extract_return_value): Change type of valbuf to
566 gdb_byte*.
567
7567e115
SM
5682015-10-09 Simon Marchi <simon.marchi@ericsson.com>
569
570 * fbsd-tdep.c (fbsd_collect_regset_section_cb): Add cast.
571 * linux-tdep.c (linux_collect_regset_section_cb_data): Likewise.
572
f9acce4a
EZ
5732015-10-09 Eli Zaretskii <eliz@gnu.org>
574
575 * stack.c (print_stack_frame):
576 * utils.c (printchar): Fix typos in commentary.
577
d5d8c4e1
IB
5782015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
579
580 * d-exp.y: (UnaryExpression): Support `type.sizeof' expressions.
581 (PostfixExpression): Support `expr.sizeof' expressions.
582 (PrimaryExpression): Support `typeof(expr)' expressions.
583
4e7de155
MR
5842015-10-08 Maciej W. Rozycki <macro@imgtec.com>
585
586 * MAINTAINERS: Update my email address.
587
04c4fe8c
MM
5882015-10-08 Markus Metzger <markus.t.metzger@intel.com>
589
590 * record-btrace.c (record_btrace_resume): Fix void return.
591
f77ee802
YQ
5922015-10-07 Yao Qi <yao.qi@linaro.org>
593
594 * aarch64-tdep.c: Include opcode/aarch64.h.
595 (submask): Move it above.
596 (bit): Likewise.
597 (bits): Likewise.
598 (aarch64_software_single_step): Call aarch64_decode_insn.
599 Decode instruction by aarch64_inst instead of using
600 aarch64_decode_bcond and decode_masked_match.
601
cbd641ed
PS
6022015-10-06 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
603
604 * cli/cli-dump.c (restore_command): Parse load_offset (bias) as address
605 only when the file is binary.
606
ae4e2501 6072015-10-02 James Bowman <james.bowman@ftdichip.com>
608
609 * ft32-tdep.c (ft32_analyze_prologue): Add function prolog
610 subroutine handling.
611
dd0a637a
SM
6122015-10-01 Simon Marchi <simon.marchi@ericsson.com>
613
614 * common/vec.h (VEC_OP (T,cleanup)): Add pointer cast.
615
1fd60fc0
DE
6162015-09-30 Doug Evans <dje@google.com>
617
618 * dwarf2read.c (setup_type_unit_groups): Add comment.
619
398e0813
PA
6202015-09-30 Pedro Alves <palves@redhat.com>
621
622 * linux-nat.c (linux_nat_always_non_stop_p): Always return 1.
623 * x86-linux-nat.c (x86_linux_always_non_stop_p): Delete.
624 (x86_linux_create_target): Don't install
625 x86_linux_always_non_stop_p.
626
6ab24463
DB
6272015-09-30 Don Breazeal <donb@codesourcery.com>
628
629 * remote.c (remote_parse_stop_reply): Call strprefix instead
630 of strncmp.
631
ede5f151
SM
6322015-09-30 Simon Marchi <simon.marchi@ericsson.com>
633
634 * gdbarch.sh (struct gdbarch_info): Change tdep_info's type to void *.
635 * gdbarch.h: Regenerate.
636 * i386-tdep.c (i386_gdbarch_init): Remove cast to
637 struct gdbarch_tdep_info *.
638 * mips-tdep.c (mips_gdbarch_init): Likewise.
639 * ppc-linux-tdep (ppu2spu_sniffer): Likewise.
640 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
641 * spu-multiarch.c (spu_gdbarch): Likewise.
642
51c935fa 6432015-09-30 Kevin Buettner <kevinb@redhat.com>
aca20ec4
KB
644
645 * infcmd.c (finish_command_fsm_should_stop): Don't attempt to
646 record a NULL value.
647
3b1ad7d5
KB
6482015-09-29 Kevin Buettner <kevinb@redhat.com>
649
650 * msp430-tdep.c (msp430_push_dummy_call): Treat reference, struct,
651 and union arguments the same as pointer arguments when determining
652 size of argument.
653
86feccb9 6542015-09-29 James Bowman <james.bowman@ftdichip.com>
655
656 * ft32-tdep.c: #include "opcode/ft32.h".
657 Delete local macros IS_PUSH, PUSH_REG, IS_LINK, LINK_SIZE.
658 (ft32_analyze_prologue): Use FT32_* macros.
659
2181a6c6
SM
6602015-09-28 Simon Marchi <simon.marchi@ericsson.com>
661
84d73afc 662 * cli/cli-script.c (read_next_line): Fix stdout -> stdin in
2181a6c6
SM
663 comment.
664
245af596
DE
6652015-09-28 Doug Evans <dje@google.com>
666
667 * MAINTAINERS: Add Iain Buclaw as D language maintainer.
668
c402ef90
DE
6692015-09-28 Doug Evans <dje@google.com>
670
671 * common/filestuff.c (make_cleanup_close): Update comment.
672
38bc8217 6732015-09-26 Simon Marchi <simon.marchi@polymtl.ca>
bc84451b
SM
674
675 * btrace.c (parse_xml_btrace_block): Fix cast of
676 xml_find_attribute's return value.
677 * memory-map.c (memory_map_start_memory): Likewise.
678 * solib-svr4.c (library_list_start_library): Likewise.
679 * solib-target.c (library_list_start_segment): Likewise.
680 (library_list_start_section): Likewise.
681 * tracepoint.c (traceframe_info_start_memory): Likewise.
682
ba587d55
IB
6832015-09-26 Iain Buclaw <ibuclaw@gdcproject.org>
684
685 * d-namespace.c (d_lookup_symbol): New arg langdef.
686 All callers updated. Support looking up symbol as a primitive type.
687 (lookup_module_scope): New arg langdef. All callers updated.
688 Call d_lookup_symbol directly for simple bare symbols.
689
19ba03f4
SM
6902015-09-25 Simon Marchi <simon.marchi@ericsson.com>
691
692 * macrocmd.c (print_macro_callback): Add cast(s).
693 * macrotab.c (macro_bcache_str): Likewise.
694 (new_macro_definition): Likewise.
695 * main.c (captured_main): Likewise.
696 * maint.c (print_bfd_section_info): Likewise.
697 * mdebugread.c (mdebug_build_psymtabs): Likewise.
698 (basic_type): Likewise.
699 * memattr.c (mem_region_cmp): Likewise.
700 * memory-map.c (memory_map_start_memory): Likewise.
701 (memory_map_end_memory): Likewise.
702 (memory_map_start_property): Likewise.
703 (memory_map_end_property): Likewise.
704 (clear_result): Likewise.
705 * memrange.c (compare_mem_ranges): Likewise.
706 * mep-tdep.c (mep_analyze_frame_prologue): Likewise.
707 * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Likewise.
708 * mi/mi-console.c (mi_console_file_delete): Likewise.
709 (mi_console_file_fputs): Likewise.
710 (mi_console_raw_packet): Likewise.
711 (mi_console_file_flush): Likewise.
712 (mi_console_set_raw): Likewise.
713 * mi/mi-interp.c (mi_interpreter_resume): Likewise.
714 (mi_new_thread): Likewise.
715 (mi_thread_exit): Likewise.
716 (mi_record_changed): Likewise.
717 (mi_inferior_added): Likewise.
718 (mi_inferior_appeared): Likewise.
719 (mi_inferior_exit): Likewise.
720 (mi_inferior_removed): Likewise.
721 (mi_interp_data): Likewise.
722 (mi_on_normal_stop): Likewise.
723 (mi_traceframe_changed): Likewise.
724 (mi_tsv_created): Likewise.
725 (mi_tsv_deleted): Likewise.
726 (mi_tsv_modified): Likewise.
727 (mi_breakpoint_created): Likewise.
728 (mi_breakpoint_deleted): Likewise.
729 (mi_breakpoint_modified): Likewise.
730 (mi_output_running_pid): Likewise.
731 (mi_inferior_count): Likewise.
732 (mi_solib_loaded): Likewise.
733 (mi_solib_unloaded): Likewise.
734 (mi_command_param_changed): Likewise.
735 (mi_memory_changed): Likewise.
736 (report_initial_inferior): Likewise.
737 (mi_ui_out): Likewise.
738 (mi_set_logging): Likewise.
739 * mi/mi-main.c (collect_cores): Likewise.
740 (print_one_inferior): Likewise.
741 (free_vector_of_ints): Likewise.
742 (free_splay_tree): Likewise.
743 (mi_execute_command): Likewise.
744 * mi/mi-out.c (mi_table_body): Likewise.
745 (mi_table_end): Likewise.
746 (mi_table_header): Likewise.
747 (mi_begin): Likewise.
748 (mi_end): Likewise.
749 (mi_field_int): Likewise.
750 (mi_field_string): Likewise.
751 (mi_field_fmt): Likewise.
752 (mi_flush): Likewise.
753 (mi_redirect): Likewise.
754 (field_separator): Likewise.
755 (mi_open): Likewise.
756 (mi_close): Likewise.
757 (mi_out_buffered): Likewise.
758 (mi_out_rewind): Likewise.
759 (mi_out_put): Likewise.
760 (mi_version): Likewise.
761 (mi_out_data_dtor): Likewise.
762 * mi/mi-parse.c (mi_parse_cleanup): Likewise.
763 * microblaze-tdep.c (microblaze_frame_cache): Likewise.
764 * minidebug.c (lzma_open): Likewise.
765 (lzma_pread): Likewise.
766 (lzma_close): Likewise.
767 (lzma_stat): Likewise.
768 * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
769 * mips-sde-tdep.c (mips_sde_frame_cache): Likewise.
770 (mips_sde_elf_osabi_sniff_abi_tag_sections): Likewise.
771 * mips-tdep.c (mips_insn16_frame_cache): Likewise.
772 (mips_micro_frame_cache): Likewise.
773 (mips_insn32_frame_cache): Likewise.
774 (mips_stub_frame_cache): Likewise.
775 (gdb_print_insn_mips): Likewise.
776 (value_of_mips_user_reg): Likewise.
777 (mips_gdbarch_init): Likewise.
778 * mips64obsd-tdep.c (mips64obsd_supply_gregset): Likewise.
779 * mipsnbsd-tdep.c (mipsnbsd_supply_fpregset): Likewise.
780 (mipsnbsd_supply_gregset): Likewise.
781 * mn10300-linux-tdep.c (am33_supply_fpregset_method): Likewise.
782 (am33_collect_gregset_method): Likewise.
783 (am33_collect_fpregset_method): Likewise.
784 * mn10300-tdep.c (mn10300_analyze_frame_prologue): Likewise.
785 * moxie-tdep.c (moxie_frame_cache): Likewise.
786 * msp430-tdep.c (msp430_get_opcode_byte): Likewise.
787 (msp430_analyze_frame_prologue): Likewise.
788 * mt-tdep.c (mt_frame_unwind_cache): Likewise.
789 * nios2-linux-tdep.c (nios2_supply_gregset): Likewise.
790 (nios2_collect_gregset): Likewise.
791 * nios2-tdep.c (nios2_frame_unwind_cache): Likewise.
792 (nios2_stub_frame_cache): Likewise.
793 * objc-lang.c (find_methods): Likewise.
794 * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
795 (get_objfile_pspace_data): Likewise.
796 (get_objfile_bfd_data): Likewise.
797 (objfile_bfd_data_free): Likewise.
798 (add_to_objfile_sections): Likewise.
799 (do_free_objfile_cleanup): Likewise.
800 (resume_section_map_updates_cleanup): Likewise.
801 * opencl-lang.c (builtin_opencl_type): Likewise.
802 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
803 * osdata.c (osdata_start_osdata): Likewise.
804 (osdata_start_item): Likewise.
805 (osdata_start_column): Likewise.
806 (osdata_end_column): Likewise.
807 (clear_parsing_data): Likewise.
808 (osdata_free_cleanup): Likewise.
809 * parse.c (type_stack_cleanup): Likewise.
810 (exp_uses_objfile_iter): Likewise.
811 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Likewise.
812 (ppc_linux_collect_gregset): Likewise.
813 (ppu2spu_prev_arch): Likewise.
814 (ppu2spu_this_id): Likewise.
815 (ppu2spu_prev_register): Likewise.
816 (ppu2spu_unwind_register): Likewise.
817 (ppu2spu_sniffer): Likewise.
818 (ppu2spu_dealloc_cache): Likewise.
819 (ppc_linux_init_abi): Likewise.
820 * ppcfbsd-tdep.c (ppcfbsd_sigtramp_frame_cache): Likewise.
821 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
822 * progspace.c (restore_program_space): Likewise.
823 * psymtab.c (find_pc_sect_psymtab): Likewise.
824 (compare_psymbols): Likewise.
825 (psymbol_bcache_full): Likewise.
826 (allocate_psymtab): Likewise.
827 (discard_psymtabs_upto): Likewise.
828 * python/py-block.c (set_block): Likewise.
829 (del_objfile_blocks): Likewise.
830 * python/py-breakpoint.c (build_bp_list): Likewise.
831 * python/py-inferior.c (inferior_to_inferior_object): Likewise.
832 (build_inferior_list): Likewise.
833 (py_free_inferior): Likewise.
834 * python/py-objfile.c (py_free_objfile): Likewise.
835 (objfile_to_objfile_object): Likewise.
836 * python/py-prettyprint.c (py_restore_tstate): Likewise.
837 * python/py-progspace.c (py_free_pspace): Likewise.
838 (pspace_to_pspace_object): Likewise.
839 * python/py-symbol.c (set_symbol): Likewise.
840 (del_objfile_symbols): Likewise.
841 * python/py-symtab.c (set_sal): Likewise.
842 (set_symtab): Likewise.
843 (del_objfile_symtab): Likewise.
844 (del_objfile_sal): Likewise.
845 * python/py-type.c (save_objfile_types): Likewise.
846 (set_type): Likewise.
847 * python/py-unwind.c (pyuw_prev_register): Likewise.
848 (pyuw_on_new_gdbarch): Likewise.
849 * python/py-utils.c (py_decref): Likewise.
850 (py_xdecref): Likewise.
851 (gdb_py_generic_dict): Likewise.
852 * python/py-xmethods.c (gdbpy_free_xmethod_worker_data): Likewise.
853 (gdbpy_clone_xmethod_worker_data): Likewise.
854 (gdbpy_get_xmethod_arg_types): Likewise.
855 (gdbpy_get_xmethod_result_type): Likewise.
856 (gdbpy_invoke_xmethod): Likewise.
857 * python/python.c (gdbpy_apply_type_printers): Likewise.
858 (gdbpy_free_type_printers): Likewise.
859 * record-btrace.c (record_btrace_disable_callback): Likewise.
860 (bfcache_hash): Likewise.
861 (bfcache_eq): Likewise.
862 (btrace_get_frame_function): Likewise.
863 (record_btrace_frame_unwind_stop_reason): Likewise.
864 (record_btrace_frame_this_id): Likewise.
865 (record_btrace_frame_prev_register): Likewise.
866 (record_btrace_frame_dealloc_cache): Likewise.
867 * record-full.c (record_full_message_wrapper): Likewise.
868 (record_full_save_cleanups): Likewise.
869 * regcache.c (regcache_descr): Likewise.
870 (do_regcache_xfree): Likewise.
871 (do_regcache_invalidate): Likewise.
872 (do_cooked_read): Likewise.
873 (regcache_transfer_regset): Likewise.
874 * reggroups.c (reggroup_add): Likewise.
875 (reggroup_next): Likewise.
876 (reggroup_prev): Likewise.
877 * remote-fileio.c (do_remote_fileio_request): Likewise.
878 * remote-notif.c (remote_async_get_pending_events_handler): Likewise.
879 (do_notif_event_xfree): Likewise.
880 * remote.c (get_remote_arch_state): Likewise.
881 (remote_pspace_data_cleanup): Likewise.
882 (get_remote_exec_file): Likewise.
883 (set_pspace_remote_exec_file): Likewise.
884 (compare_pnums): Likewise.
885 (clear_threads_listing_context): Likewise.
886 (remote_newthread_step): Likewise.
887 (start_thread): Likewise.
888 (end_thread): Likewise.
889 (remove_child_of_pending_fork): Likewise.
890 (remove_stop_reply_for_inferior): Likewise.
891 (remove_stop_reply_of_remote_state): Likewise.
892 (remote_notif_remove_once_on_match): Likewise.
893 (stop_reply_match_ptid_and_ws): Likewise.
894 (kill_child_of_pending_fork): Likewise.
895 (register_remote_g_packet_guess): Likewise.
896 (remote_read_description_p): Likewise.
897 (remote_read_description): Likewise.
898 (free_actions_list_cleanup_wrapper): Likewise.
899 (remote_async_serial_handler): Likewise.
900 * rl78-tdep.c (rl78_get_opcode_byte): Likewise.
901 (rl78_analyze_frame_prologue): Likewise.
902 * rs6000-tdep.c (ppc_supply_gregset): Likewise.
903 (ppc_supply_fpregset): Likewise.
904 (ppc_supply_vsxregset): Likewise.
905 (ppc_supply_vrregset): Likewise.
906 (ppc_collect_gregset): Likewise.
907 (ppc_collect_fpregset): Likewise.
908 (ppc_collect_vsxregset): Likewise.
909 (ppc_collect_vrregset): Likewise.
910 (e500_move_ev_register): Likewise.
911 (do_regcache_raw_write): Likewise.
912 (rs6000_frame_cache): Likewise.
913 (rs6000_epilogue_frame_cache): Likewise.
914 (rs6000_gdbarch_init): Likewise.
915 * rx-tdep.c (rx_get_opcode_byte): Likewise.
916 (rx_analyze_frame_prologue): Likewise.
917 (rx_frame_type): Likewise.
918 (rx_frame_sniffer_common): Likewise.
919 * s390-linux-tdep.c (s390_check_for_saved): Likewise.
920 (s390_frame_unwind_cache): Likewise.
921 (s390_stub_frame_unwind_cache): Likewise.
922 (s390_sigtramp_frame_unwind_cache): Likewise.
923 * score-tdep.c (score_make_prologue_cache): Likewise.
924 * sentinel-frame.c (sentinel_frame_prev_register): Likewise.
925 (sentinel_frame_prev_arch): Likewise.
926 * ser-base.c (fd_event): Likewise.
927 (push_event): Likewise.
928 (ser_base_write): Likewise.
929 * ser-pipe.c (pipe_close): Likewise.
930 * serial.c (serial_write): Likewise.
931 * sh-tdep.c (sh_frame_cache): Likewise.
932 (sh_stub_this_id): Likewise.
933 * sh64-tdep.c (sh64_frame_cache): Likewise.
934 * solib-aix.c (get_solib_aix_inferior_data): Likewise.
935 (library_list_start_library): Likewise.
936 (library_list_start_list): Likewise.
937 (solib_aix_free_library_list): Likewise.
938 * solib-darwin.c (get_darwin_info): Likewise.
939 * solib-dsbt.c (get_dsbt_info): Likewise.
940 * solib-spu.c (append_ocl_sos): Likewise.
941 * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
942 (get_svr4_info): Likewise.
943 (library_list_start_library): Likewise.
944 (svr4_library_list_start_list): Likewise.
945 (hash_probe_and_action): Likewise.
946 (equal_probe_and_action): Likewise.
947 (svr4_update_solib_event_breakpoint): Likewise.
948 (set_solib_svr4_fetch_link_map_offsets): Likewise.
949 (svr4_fetch_link_map_offsets): Likewise.
950 (svr4_have_link_map_offsets): Likewise.
951 * solib-target.c (library_list_start_segment): Likewise.
952 (library_list_start_section): Likewise.
953 (library_list_start_library): Likewise.
954 (library_list_end_library): Likewise.
955 (library_list_start_list): Likewise.
956 (solib_target_free_library_list): Likewise.
957 * solib.c (solib_ops): Likewise.
958 (set_solib_ops): Likewise.
959 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
960 * sparc-tdep.c (sparc_frame_cache): Likewise.
961 (sparc32_frame_cache): Likewise.
962 (sparc32_supply_gregset): Likewise.
963 (sparc32_collect_gregset): Likewise.
964 (sparc32_supply_fpregset): Likewise.
965 (sparc32_collect_fpregset): Likewise.
966 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
967 * sparc64-tdep.c (sparc64_supply_gregset): Likewise.
968 (sparc64_collect_gregset): Likewise.
969 (sparc64_supply_fpregset): Likewise.
970 (sparc64_collect_fpregset): Likewise.
971 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_cache): Likewise.
972 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
973 * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.
974 (sparc64obsd_trapframe_cache): Likewise.
975 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Likewise.
976 * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
977 * spu-multiarch.c (spu_gdbarch): Likewise.
978 * spu-tdep.c (spu_frame_unwind_cache): Likewise.
979 (spu2ppu_prev_arch): Likewise.
980 (spu2ppu_this_id): Likewise.
981 (spu2ppu_prev_register): Likewise.
982 (spu2ppu_dealloc_cache): Likewise.
983 (spu_dis_asm_print_address): Likewise.
984 (gdb_print_insn_spu): Likewise.
985 (spu_get_overlay_table): Likewise.
986 * stabsread.c (rs6000_builtin_type): Likewise.
987 * stack.c (do_print_variable_and_value): Likewise.
988 * stap-probe.c (get_stap_base_address_1): Likewise.
989 * symfile-debug.c (debug_qf_has_symbols): Likewise.
990 (debug_qf_find_last_source_symtab): Likewise.
991 (debug_qf_forget_cached_source_info): Likewise.
992 (debug_qf_map_symtabs_matching_filename): Likewise.
993 (debug_qf_lookup_symbol): Likewise.
994 (debug_qf_print_stats): Likewise.
995 (debug_qf_dump): Likewise.
996 (debug_qf_relocate): Likewise.
997 (debug_qf_expand_symtabs_for_function): Likewise.
998 (debug_qf_expand_all_symtabs): Likewise.
999 (debug_qf_expand_symtabs_with_fullname): Likewise.
1000 (debug_qf_map_matching_symbols): Likewise.
1001 (debug_qf_expand_symtabs_matching): Likewise.
1002 (debug_qf_find_pc_sect_compunit_symtab): Likewise.
1003 (debug_qf_map_symbol_filenames): Likewise.
1004 (debug_sym_get_probes): Likewise.
1005 (debug_sym_new_init): Likewise.
1006 (debug_sym_init): Likewise.
1007 (debug_sym_read): Likewise.
1008 (debug_sym_read_psymbols): Likewise.
1009 (debug_sym_finish): Likewise.
1010 (debug_sym_offsets): Likewise.
1011 (debug_sym_read_linetable): Likewise.
1012 (debug_sym_relocate): Likewise.
1013 (uninstall_symfile_debug_logging): Likewise.
1014 * symfile-mem.c (symbol_file_add_from_memory_wrapper): Likewise.
1015 * symfile.c (place_section): Likewise.
1016 (add_section_size_callback): Likewise.
1017 (load_progress): Likewise.
1018 (load_section_callback): Likewise.
1019 (clear_memory_write_data): Likewise.
1020 (allocate_symtab): Likewise.
1021 * symmisc.c (maintenance_expand_file_matcher): Likewise.
1022 * symtab.c (lookup_symtab_callback): Likewise.
1023 (hash_demangled_name_entry): Likewise.
1024 (eq_demangled_name_entry): Likewise.
1025 (get_symbol_cache): Likewise.
1026 (symbol_cache_cleanup): Likewise.
1027 (set_symbol_cache_size): Likewise.
1028 (symbol_cache_flush): Likewise.
1029 (maintenance_print_symbol_cache): Likewise.
1030 (maintenance_print_symbol_cache_statistics): Likewise.
1031 (delete_filename_seen_cache): Likewise.
1032 (output_partial_symbol_filename): Likewise.
1033 (search_symbols_file_matches): Likewise.
1034 (search_symbols_name_matches): Likewise.
1035 (do_free_completion_list): Likewise.
1036 (maybe_add_partial_symtab_filename): Likewise.
1037 (get_main_info): Likewise.
1038 (main_info_cleanup): Likewise.
1039 * target-dcache.c (target_dcache_cleanup): Likewise.
1040 (target_dcache_init_p): Likewise.
1041 (target_dcache_invalidate): Likewise.
1042 (target_dcache_get): Likewise.
1043 (target_dcache_get_or_init): Likewise.
1044 * target-descriptions.c (target_find_description): Likewise.
1045 (tdesc_find_type): Likewise.
1046 (tdesc_data_cleanup): Likewise.
1047 (tdesc_find_arch_register): Likewise.
1048 (tdesc_register_name): Likewise.
1049 (tdesc_register_type): Likewise.
1050 (tdesc_register_reggroup_p): Likewise.
1051 (set_tdesc_pseudo_register_name): Likewise.
1052 (set_tdesc_pseudo_register_type): Likewise.
1053 (set_tdesc_pseudo_register_reggroup_p): Likewise.
1054 (tdesc_use_registers): Likewise.
1055 (free_target_description): Likewise.
1056 * target-memory.c (compare_block_starting_address): Likewise.
1057 (cleanup_request_data): Likewise.
1058 (cleanup_write_requests_vector): Likewise.
1059 * target.c (open_target): Likewise.
1060 (cleanup_restore_target_terminal): Likewise.
1061 (free_memory_read_result_vector): Likewise.
1062 * thread.c (disable_thread_stack_temporaries): Likewise.
1063 (finish_thread_state_cleanup): Likewise.
1064 (do_restore_current_thread_cleanup): Likewise.
1065 (restore_current_thread_cleanup_dtor): Likewise.
1066 (set_thread_refcount): Likewise.
1067 (tp_array_compar): Likewise.
1068 (do_captured_thread_select): Likewise.
1069 * tic6x-tdep.c (tic6x_frame_unwind_cache): Likewise.
1070 (tic6x_stub_this_id): Likewise.
1071 * tilegx-tdep.c (tilegx_frame_cache): Likewise.
1072 * top.c (do_restore_instream_cleanup): Likewise.
1073 (gdb_readline_wrapper_cleanup): Likewise.
1074 (kill_or_detach): Likewise.
1075 (print_inferior_quit_action): Likewise.
1076 * tracefile-tfile.c (match_blocktype): Likewise.
1077 (build_traceframe_info): Likewise.
1078 * tracefile.c (trace_file_writer_xfree): Likewise.
1079 * tracepoint.c (memrange_cmp): Likewise.
1080 (do_collect_symbol): Likewise.
1081 (do_clear_collection_list): Likewise.
1082 (do_restore_current_traceframe_cleanup): Likewise.
1083 (restore_current_traceframe_cleanup_dtor): Likewise.
1084 (free_current_marker): Likewise.
1085 (traceframe_info_start_memory): Likewise.
1086 (traceframe_info_start_tvar): Likewise.
1087 (free_result): Likewise.
1088 * tramp-frame.c (tramp_frame_cache): Likewise.
1089 * tui/tui-file.c (tui_file_delete): Likewise.
1090 (tui_fileopen): Likewise.
1091 (tui_sfileopen): Likewise.
1092 (tui_file_isatty): Likewise.
1093 (tui_file_rewind): Likewise.
1094 (tui_file_put): Likewise.
1095 (tui_file_fputs): Likewise.
1096 (tui_file_get_strbuf): Likewise.
1097 (tui_file_adjust_strbuf): Likewise.
1098 (tui_file_flush): Likewise.
1099 * tui/tui-layout.c (make_command_window): Likewise.
1100 (make_data_window): Likewise.
1101 (show_source_disasm_command): Likewise.
1102 (show_data): Likewise.
1103 (make_source_or_disasm_window): Likewise.
1104 (show_source_or_disasm_and_command): Likewise.
1105 * tui/tui-out.c (tui_field_int): Likewise.
1106 (tui_field_string): Likewise.
1107 (tui_field_fmt): Likewise.
1108 (tui_text): Likewise.
1109 * typeprint.c (hash_typedef_field): Likewise.
1110 (eq_typedef_field): Likewise.
1111 (do_free_typedef_hash): Likewise.
1112 (copy_typedef_hash_element): Likewise.
1113 (do_free_global_table): Likewise.
1114 (find_global_typedef): Likewise.
1115 (find_typedef_in_hash): Likewise.
1116 * ui-file.c (ui_file_write_for_put): Likewise.
1117 (do_ui_file_xstrdup): Likewise.
1118 (mem_file_delete): Likewise.
1119 (mem_file_rewind): Likewise.
1120 (mem_file_put): Likewise.
1121 (mem_file_write): Likewise.
1122 (stdio_file_delete): Likewise.
1123 (stdio_file_flush): Likewise.
1124 (stdio_file_read): Likewise.
1125 (stdio_file_write): Likewise.
1126 (stdio_file_write_async_safe): Likewise.
1127 (stdio_file_fputs): Likewise.
1128 (stdio_file_isatty): Likewise.
1129 (stdio_file_fseek): Likewise.
1130 (tee_file_delete): Likewise.
1131 (tee_file_flush): Likewise.
1132 (tee_file_write): Likewise.
1133 (tee_file_fputs): Likewise.
1134 (tee_file_isatty): Likewise.
1135 * ui-out.c (do_cleanup_table_end): Likewise.
1136 (do_cleanup_end): Likewise.
1137 * user-regs.c (user_reg_add): Likewise.
1138 (user_reg_map_name_to_regnum): Likewise.
1139 (usernum_to_user_reg): Likewise.
1140 (maintenance_print_user_registers): Likewise.
1141 * utils.c (do_bfd_close_cleanup): Likewise.
1142 (do_fclose_cleanup): Likewise.
1143 (do_obstack_free): Likewise.
1144 (do_ui_file_delete): Likewise.
1145 (do_ui_out_redirect_pop): Likewise.
1146 (do_free_section_addr_info): Likewise.
1147 (restore_integer): Likewise.
1148 (do_unpush_target): Likewise.
1149 (do_htab_delete_cleanup): Likewise.
1150 (do_restore_ui_file): Likewise.
1151 (do_value_free): Likewise.
1152 (do_free_so): Likewise.
1153 (free_current_contents): Likewise.
1154 (do_regfree_cleanup): Likewise.
1155 (core_addr_hash): Likewise.
1156 (core_addr_eq): Likewise.
1157 (do_free_char_ptr_vec): Likewise.
1158 * v850-tdep.c (v850_frame_cache): Likewise.
1159 * varobj.c (do_free_variable_cleanup): Likewise.
1160 * vax-tdep.c (vax_supply_gregset): Likewise.
1161 (vax_frame_cache): Likewise.
1162 * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_cache): Likewise.
1163 * xml-support.c (gdb_xml_body_text): Likewise.
1164 (gdb_xml_values_cleanup): Likewise.
1165 (gdb_xml_start_element): Likewise.
1166 (gdb_xml_start_element_wrapper): Likewise.
1167 (gdb_xml_end_element): Likewise.
1168 (gdb_xml_end_element_wrapper): Likewise.
1169 (gdb_xml_cleanup): Likewise.
1170 (gdb_xml_fetch_external_entity): Likewise.
1171 (gdb_xml_parse_attr_enum): Likewise.
1172 (xinclude_start_include): Likewise.
1173 (xinclude_end_include): Likewise.
1174 (xml_xinclude_default): Likewise.
1175 (xml_xinclude_start_doctype): Likewise.
1176 (xml_xinclude_end_doctype): Likewise.
1177 (xml_xinclude_cleanup): Likewise.
1178 (xml_fetch_content_from_file): Likewise.
1179 * xml-syscall.c (free_syscalls_info): Likewise.
1180 (syscall_start_syscall): Likewise.
1181 * xml-tdesc.c (tdesc_end_arch): Likewise.
1182 (tdesc_end_osabi): Likewise.
1183 (tdesc_end_compatible): Likewise.
1184 (tdesc_start_target): Likewise.
1185 (tdesc_start_feature): Likewise.
1186 (tdesc_start_reg): Likewise.
1187 (tdesc_start_union): Likewise.
1188 (tdesc_start_struct): Likewise.
1189 (tdesc_start_flags): Likewise.
1190 (tdesc_start_field): Likewise.
1191 (tdesc_start_vector): Likewise.
1192 (fetch_available_features_from_target): Likewise.
1193 * xstormy16-tdep.c (xstormy16_frame_cache): Likewise.
1194 * xtensa-tdep.c (xtensa_supply_gregset): Likewise.
1195 (xtensa_frame_cache): Likewise.
1196 (xtensa_frame_prev_register): Likewise.
1197 (xtensa_extract_return_value): Likewise.
1198
9a3c8263
SM
11992015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1200
1201 * aarch64-tdep.c (aarch64_make_prologue_cache): Add cast(s).
1202 (aarch64_make_stub_cache): Likewise.
1203 (value_of_aarch64_user_reg): Likewise.
1204 * ada-lang.c (ada_inferior_data_cleanup): Likewise.
1205 (get_ada_inferior_data): Likewise.
1206 (get_ada_pspace_data): Likewise.
1207 (ada_pspace_data_cleanup): Likewise.
1208 (ada_complete_symbol_matcher): Likewise.
1209 (ada_exc_search_name_matches): Likewise.
1210 * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
1211 (get_ada_tasks_inferior_data): Likewise.
1212 * addrmap.c (addrmap_mutable_foreach_worker): Likewise.
1213 (splay_obstack_alloc): Likewise.
1214 (splay_obstack_free): Likewise.
1215 * alpha-linux-tdep.c (alpha_linux_supply_gregset): Likewise.
1216 (alpha_linux_collect_gregset): Likewise.
1217 (alpha_linux_supply_fpregset): Likewise.
1218 (alpha_linux_collect_fpregset): Likewise.
1219 * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind_cache): Likewise.
1220 * alpha-tdep.c (alpha_lds): Likewise.
1221 (alpha_sts): Likewise.
1222 (alpha_sigtramp_frame_unwind_cache): Likewise.
1223 (alpha_heuristic_frame_unwind_cache): Likewise.
1224 (alpha_supply_int_regs): Likewise.
1225 (alpha_fill_int_regs): Likewise.
1226 (alpha_supply_fp_regs): Likewise.
1227 (alpha_fill_fp_regs): Likewise.
1228 * alphanbsd-tdep.c (alphanbsd_supply_fpregset): Likewise.
1229 (alphanbsd_aout_supply_gregset): Likewise.
1230 (alphanbsd_supply_gregset): Likewise.
1231 * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
1232 (amd64_x32_linux_init_abi): Likewise.
1233 * amd64-nat.c (amd64_supply_native_gregset): Likewise.
1234 (amd64_collect_native_gregset): Likewise.
1235 * amd64-tdep.c (amd64_frame_cache): Likewise.
1236 (amd64_sigtramp_frame_cache): Likewise.
1237 (amd64_epilogue_frame_cache): Likewise.
1238 (amd64_supply_fxsave): Likewise.
1239 (amd64_supply_xsave): Likewise.
1240 (amd64_collect_fxsave): Likewise.
1241 (amd64_collect_xsave): Likewise.
1242 * amd64-windows-tdep.c (amd64_windows_frame_cache): Likewise.
1243 * amd64obsd-tdep.c (amd64obsd_trapframe_cache): Likewise.
1244 * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
1245 (arm_linux_collect_gregset): Likewise.
1246 (arm_linux_supply_nwfpe): Likewise.
1247 (arm_linux_collect_nwfpe): Likewise.
1248 (arm_linux_supply_vfp): Likewise.
1249 (arm_linux_collect_vfp): Likewise.
1250 * arm-tdep.c (arm_find_mapping_symbol): Likewise.
1251 (arm_prologue_unwind_stop_reason): Likewise.
1252 (arm_prologue_this_id): Likewise.
1253 (arm_prologue_prev_register): Likewise.
1254 (arm_exidx_data_free): Likewise.
1255 (arm_find_exidx_entry): Likewise.
1256 (arm_stub_this_id): Likewise.
1257 (arm_m_exception_this_id): Likewise.
1258 (arm_m_exception_prev_register): Likewise.
1259 (arm_normal_frame_base): Likewise.
1260 (gdb_print_insn_arm): Likewise.
1261 (arm_objfile_data_free): Likewise.
1262 (arm_record_special_symbol): Likewise.
1263 (value_of_arm_user_reg): Likewise.
1264 * armbsd-tdep.c (armbsd_supply_fpregset): Likewise.
1265 (armbsd_supply_gregset): Likewise.
1266 * auto-load.c (auto_load_pspace_data_cleanup): Likewise.
1267 (get_auto_load_pspace_data): Likewise.
1268 (hash_loaded_script_entry): Likewise.
1269 (eq_loaded_script_entry): Likewise.
1270 (clear_section_scripts): Likewise.
1271 (collect_matching_scripts): Likewise.
1272 * auxv.c (auxv_inferior_data_cleanup): Likewise.
1273 (get_auxv_inferior_data): Likewise.
1274 * avr-tdep.c (avr_frame_unwind_cache): Likewise.
1275 * ax-general.c (do_free_agent_expr_cleanup): Likewise.
1276 * bfd-target.c (target_bfd_xfer_partial): Likewise.
1277 (target_bfd_xclose): Likewise.
1278 (target_bfd_get_section_table): Likewise.
1279 * bfin-tdep.c (bfin_frame_cache): Likewise.
1280 * block.c (find_block_in_blockvector): Likewise.
1281 (call_site_for_pc): Likewise.
1282 (block_find_non_opaque_type_preferred): Likewise.
1283 * break-catch-sig.c (signal_catchpoint_insert_location): Likewise.
1284 (signal_catchpoint_remove_location): Likewise.
1285 (signal_catchpoint_breakpoint_hit): Likewise.
1286 (signal_catchpoint_print_one): Likewise.
1287 (signal_catchpoint_print_mention): Likewise.
1288 (signal_catchpoint_print_recreate): Likewise.
1289 * break-catch-syscall.c (get_catch_syscall_inferior_data): Likewise.
1290 * breakpoint.c (do_cleanup_counted_command_line): Likewise.
1291 (bp_location_compare_addrs): Likewise.
1292 (get_first_locp_gte_addr): Likewise.
1293 (check_tracepoint_command): Likewise.
1294 (do_map_commands_command): Likewise.
1295 (get_breakpoint_objfile_data): Likewise.
1296 (free_breakpoint_probes): Likewise.
1297 (do_captured_breakpoint_query): Likewise.
1298 (compare_breakpoints): Likewise.
1299 (bp_location_compare): Likewise.
1300 (bpstat_remove_breakpoint_callback): Likewise.
1301 (do_delete_breakpoint_cleanup): Likewise.
1302 * bsd-uthread.c (bsd_uthread_set_supply_uthread): Likewise.
1303 (bsd_uthread_set_collect_uthread): Likewise.
1304 (bsd_uthread_activate): Likewise.
1305 (bsd_uthread_fetch_registers): Likewise.
1306 (bsd_uthread_store_registers): Likewise.
1307 * btrace.c (check_xml_btrace_version): Likewise.
1308 (parse_xml_btrace_block): Likewise.
1309 (parse_xml_btrace_pt_config_cpu): Likewise.
1310 (parse_xml_btrace_pt_raw): Likewise.
1311 (parse_xml_btrace_pt): Likewise.
1312 (parse_xml_btrace_conf_bts): Likewise.
1313 (parse_xml_btrace_conf_pt): Likewise.
1314 (do_btrace_data_cleanup): Likewise.
1315 * c-typeprint.c (find_typedef_for_canonicalize): Likewise.
1316 * charset.c (cleanup_iconv): Likewise.
1317 (do_cleanup_iterator): Likewise.
1318 * cli-out.c (cli_uiout_dtor): Likewise.
1319 (cli_table_begin): Likewise.
1320 (cli_table_body): Likewise.
1321 (cli_table_end): Likewise.
1322 (cli_table_header): Likewise.
1323 (cli_begin): Likewise.
1324 (cli_end): Likewise.
1325 (cli_field_int): Likewise.
1326 (cli_field_skip): Likewise.
1327 (cli_field_string): Likewise.
1328 (cli_field_fmt): Likewise.
1329 (cli_spaces): Likewise.
1330 (cli_text): Likewise.
1331 (cli_message): Likewise.
1332 (cli_wrap_hint): Likewise.
1333 (cli_flush): Likewise.
1334 (cli_redirect): Likewise.
1335 (out_field_fmt): Likewise.
1336 (field_separator): Likewise.
1337 (cli_out_set_stream): Likewise.
1338 * cli/cli-cmds.c (compare_symtabs): Likewise.
1339 * cli/cli-dump.c (call_dump_func): Likewise.
1340 (restore_section_callback): Likewise.
1341 * cli/cli-script.c (clear_hook_in_cleanup): Likewise.
1342 (do_restore_user_call_depth): Likewise.
1343 (do_free_command_lines_cleanup): Likewise.
1344 * coff-pe-read.c (get_section_vmas): Likewise.
1345 (pe_as16): Likewise.
1346 (pe_as32): Likewise.
1347 * coffread.c (coff_symfile_read): Likewise.
1348 * common/agent.c (agent_look_up_symbols): Likewise.
1349 * common/filestuff.c (do_close_cleanup): Likewise.
1350 * common/format.c (free_format_pieces_cleanup): Likewise.
1351 * common/vec.c (vec_o_reserve): Likewise.
1352 * compile/compile-c-support.c (print_one_macro): Likewise.
1353 * compile/compile-c-symbols.c (hash_symbol_error): Likewise.
1354 (eq_symbol_error): Likewise.
1355 (del_symbol_error): Likewise.
1356 (error_symbol_once): Likewise.
1357 (gcc_convert_symbol): Likewise.
1358 (gcc_symbol_address): Likewise.
1359 (hash_symname): Likewise.
1360 (eq_symname): Likewise.
1361 * compile/compile-c-types.c (hash_type_map_instance): Likewise.
1362 (eq_type_map_instance): Likewise.
1363 (insert_type): Likewise.
1364 (convert_type): Likewise.
1365 * compile/compile-object-load.c (munmap_listp_free_cleanup): Likewise.
1366 (setup_sections): Likewise.
1367 (link_hash_table_free): Likewise.
1368 (copy_sections): Likewise.
1369 * compile/compile-object-run.c (do_module_cleanup): Likewise.
1370 * compile/compile.c (compile_print_value): Likewise.
1371 (do_rmdir): Likewise.
1372 (cleanup_compile_instance): Likewise.
1373 (cleanup_unlink_file): Likewise.
1374 * completer.c (free_completion_tracker): Likewise.
1375 * corelow.c (add_to_spuid_list): Likewise.
1376 * cp-namespace.c (reset_directive_searched): Likewise.
1377 * cp-support.c (reset_directive_searched): Likewise.
1378 * cris-tdep.c (cris_sigtramp_frame_unwind_cache): Likewise.
1379 (cris_frame_unwind_cache): Likewise.
1380 * d-lang.c (builtin_d_type): Likewise.
1381 * d-namespace.c (reset_directive_searched): Likewise.
1382 * dbxread.c (dbx_free_symfile_info): Likewise.
1383 (do_free_bincl_list_cleanup): Likewise.
1384 * disasm.c (hash_dis_line_entry): Likewise.
1385 (eq_dis_line_entry): Likewise.
1386 (dis_asm_print_address): Likewise.
1387 (fprintf_disasm): Likewise.
1388 (do_ui_file_delete): Likewise.
1389 * doublest.c (convert_floatformat_to_doublest): Likewise.
1390 * dummy-frame.c (pop_dummy_frame_bpt): Likewise.
1391 (dummy_frame_prev_register): Likewise.
1392 (dummy_frame_this_id): Likewise.
1393 * dwarf2-frame-tailcall.c (cache_hash): Likewise.
1394 (cache_eq): Likewise.
1395 (cache_find): Likewise.
1396 (tailcall_frame_this_id): Likewise.
1397 (dwarf2_tailcall_prev_register_first): Likewise.
1398 (tailcall_frame_prev_register): Likewise.
1399 (tailcall_frame_dealloc_cache): Likewise.
1400 (tailcall_frame_prev_arch): Likewise.
1401 * dwarf2-frame.c (dwarf2_frame_state_free): Likewise.
1402 (dwarf2_frame_set_init_reg): Likewise.
1403 (dwarf2_frame_init_reg): Likewise.
1404 (dwarf2_frame_set_signal_frame_p): Likewise.
1405 (dwarf2_frame_signal_frame_p): Likewise.
1406 (dwarf2_frame_set_adjust_regnum): Likewise.
1407 (dwarf2_frame_adjust_regnum): Likewise.
1408 (clear_pointer_cleanup): Likewise.
1409 (dwarf2_frame_cache): Likewise.
1410 (find_cie): Likewise.
1411 (dwarf2_frame_find_fde): Likewise.
1412 * dwarf2expr.c (dwarf_expr_address_type): Likewise.
1413 (free_dwarf_expr_context_cleanup): Likewise.
1414 * dwarf2loc.c (locexpr_find_frame_base_location): Likewise.
1415 (locexpr_get_frame_base): Likewise.
1416 (loclist_find_frame_base_location): Likewise.
1417 (loclist_get_frame_base): Likewise.
1418 (dwarf_expr_dwarf_call): Likewise.
1419 (dwarf_expr_get_base_type): Likewise.
1420 (dwarf_expr_push_dwarf_reg_entry_value): Likewise.
1421 (dwarf_expr_get_obj_addr): Likewise.
1422 (entry_data_value_coerce_ref): Likewise.
1423 (entry_data_value_copy_closure): Likewise.
1424 (entry_data_value_free_closure): Likewise.
1425 (get_frame_address_in_block_wrapper): Likewise.
1426 (dwarf2_evaluate_property): Likewise.
1427 (dwarf2_compile_property_to_c): Likewise.
1428 (needs_frame_read_addr_from_reg): Likewise.
1429 (needs_frame_get_reg_value): Likewise.
1430 (needs_frame_frame_base): Likewise.
1431 (needs_frame_frame_cfa): Likewise.
1432 (needs_frame_tls_address): Likewise.
1433 (needs_frame_dwarf_call): Likewise.
1434 (needs_dwarf_reg_entry_value): Likewise.
1435 (get_ax_pc): Likewise.
1436 (locexpr_read_variable): Likewise.
1437 (locexpr_read_variable_at_entry): Likewise.
1438 (locexpr_read_needs_frame): Likewise.
1439 (locexpr_describe_location): Likewise.
1440 (locexpr_tracepoint_var_ref): Likewise.
1441 (locexpr_generate_c_location): Likewise.
1442 (loclist_read_variable): Likewise.
1443 (loclist_read_variable_at_entry): Likewise.
1444 (loclist_describe_location): Likewise.
1445 (loclist_tracepoint_var_ref): Likewise.
1446 (loclist_generate_c_location): Likewise.
1447 * dwarf2read.c (line_header_hash_voidp): Likewise.
1448 (line_header_eq_voidp): Likewise.
1449 (dwarf2_has_info): Likewise.
1450 (dwarf2_get_section_info): Likewise.
1451 (locate_dwz_sections): Likewise.
1452 (hash_file_name_entry): Likewise.
1453 (eq_file_name_entry): Likewise.
1454 (delete_file_name_entry): Likewise.
1455 (dw2_setup): Likewise.
1456 (dw2_get_file_names_reader): Likewise.
1457 (dw2_find_pc_sect_compunit_symtab): Likewise.
1458 (hash_signatured_type): Likewise.
1459 (eq_signatured_type): Likewise.
1460 (add_signatured_type_cu_to_table): Likewise.
1461 (create_debug_types_hash_table): Likewise.
1462 (lookup_dwo_signatured_type): Likewise.
1463 (lookup_dwp_signatured_type): Likewise.
1464 (lookup_signatured_type): Likewise.
1465 (hash_type_unit_group): Likewise.
1466 (eq_type_unit_group): Likewise.
1467 (get_type_unit_group): Likewise.
1468 (process_psymtab_comp_unit_reader): Likewise.
1469 (sort_tu_by_abbrev_offset): Likewise.
1470 (process_skeletonless_type_unit): Likewise.
1471 (psymtabs_addrmap_cleanup): Likewise.
1472 (dwarf2_read_symtab): Likewise.
1473 (psymtab_to_symtab_1): Likewise.
1474 (die_hash): Likewise.
1475 (die_eq): Likewise.
1476 (load_full_comp_unit_reader): Likewise.
1477 (reset_die_in_process): Likewise.
1478 (free_cu_line_header): Likewise.
1479 (handle_DW_AT_stmt_list): Likewise.
1480 (hash_dwo_file): Likewise.
1481 (eq_dwo_file): Likewise.
1482 (hash_dwo_unit): Likewise.
1483 (eq_dwo_unit): Likewise.
1484 (create_dwo_cu_reader): Likewise.
1485 (create_dwo_unit_in_dwp_v1): Likewise.
1486 (create_dwo_unit_in_dwp_v2): Likewise.
1487 (lookup_dwo_unit_in_dwp): Likewise.
1488 (dwarf2_locate_dwo_sections): Likewise.
1489 (dwarf2_locate_common_dwp_sections): Likewise.
1490 (dwarf2_locate_v2_dwp_sections): Likewise.
1491 (hash_dwp_loaded_cutus): Likewise.
1492 (eq_dwp_loaded_cutus): Likewise.
1493 (lookup_dwo_cutu): Likewise.
1494 (abbrev_table_free_cleanup): Likewise.
1495 (dwarf2_free_abbrev_table): Likewise.
1496 (find_partial_die_in_comp_unit): Likewise.
1497 (free_line_header_voidp): Likewise.
1498 (follow_die_offset): Likewise.
1499 (follow_die_sig_1): Likewise.
1500 (free_heap_comp_unit): Likewise.
1501 (free_stack_comp_unit): Likewise.
1502 (dwarf2_free_objfile): Likewise.
1503 (per_cu_offset_and_type_hash): Likewise.
1504 (per_cu_offset_and_type_eq): Likewise.
1505 (get_die_type_at_offset): Likewise.
1506 (partial_die_hash): Likewise.
1507 (partial_die_eq): Likewise.
1508 (dwarf2_per_objfile_free): Likewise.
1509 (hash_strtab_entry): Likewise.
1510 (eq_strtab_entry): Likewise.
1511 (add_string): Likewise.
1512 (hash_symtab_entry): Likewise.
1513 (eq_symtab_entry): Likewise.
1514 (delete_symtab_entry): Likewise.
1515 (cleanup_mapped_symtab): Likewise.
1516 (add_indices_to_cpool): Likewise.
1517 (hash_psymtab_cu_index): Likewise.
1518 (eq_psymtab_cu_index): Likewise.
1519 (add_address_entry_worker): Likewise.
1520 (unlink_if_set): Likewise.
1521 (write_one_signatured_type): Likewise.
1522 (save_gdb_index_command): Likewise.
1523 * elfread.c (elf_symtab_read): Likewise.
1524 (elf_gnu_ifunc_cache_hash): Likewise.
1525 (elf_gnu_ifunc_cache_eq): Likewise.
1526 (elf_gnu_ifunc_record_cache): Likewise.
1527 (elf_gnu_ifunc_resolve_by_cache): Likewise.
1528 (elf_get_probes): Likewise.
1529 (probe_key_free): Likewise.
1530 * f-lang.c (builtin_f_type): Likewise.
1531 * frame-base.c (frame_base_append_sniffer): Likewise.
1532 (frame_base_set_default): Likewise.
1533 (frame_base_find_by_frame): Likewise.
1534 * frame-unwind.c (frame_unwind_prepend_unwinder): Likewise.
1535 (frame_unwind_append_unwinder): Likewise.
1536 (frame_unwind_find_by_frame): Likewise.
1537 * frame.c (frame_addr_hash): Likewise.
1538 (frame_addr_hash_eq): Likewise.
1539 (frame_stash_find): Likewise.
1540 (do_frame_register_read): Likewise.
1541 (unwind_to_current_frame): Likewise.
1542 (frame_cleanup_after_sniffer): Likewise.
1543 * frv-linux-tdep.c (frv_linux_sigtramp_frame_cache): Likewise.
1544 * frv-tdep.c (frv_frame_unwind_cache): Likewise.
1545 * ft32-tdep.c (ft32_frame_cache): Likewise.
1546 * gcore.c (do_bfd_delete_cleanup): Likewise.
1547 (gcore_create_callback): Likewise.
1548 * gdb_bfd.c (hash_bfd): Likewise.
1549 (eq_bfd): Likewise.
1550 (gdb_bfd_open): Likewise.
1551 (free_one_bfd_section): Likewise.
1552 (gdb_bfd_ref): Likewise.
1553 (gdb_bfd_unref): Likewise.
1554 (get_section_descriptor): Likewise.
1555 (gdb_bfd_map_section): Likewise.
1556 (gdb_bfd_crc): Likewise.
1557 (gdb_bfd_mark_parent): Likewise.
1558 (gdb_bfd_record_inclusion): Likewise.
1559 (gdb_bfd_requires_relocations): Likewise.
1560 (print_one_bfd): Likewise.
1561 * gdbtypes.c (type_pair_hash): Likewise.
1562 (type_pair_eq): Likewise.
1563 (builtin_type): Likewise.
1564 (objfile_type): Likewise.
1565 * gnu-v3-abi.c (vtable_ptrdiff_type): Likewise.
1566 (vtable_address_point_offset): Likewise.
1567 (gnuv3_get_vtable): Likewise.
1568 (hash_value_and_voffset): Likewise.
1569 (eq_value_and_voffset): Likewise.
1570 (compare_value_and_voffset): Likewise.
1571 (compute_vtable_size): Likewise.
1572 (gnuv3_get_typeid_type): Likewise.
1573 * go-lang.c (builtin_go_type): Likewise.
1574 * guile/scm-block.c (bkscm_hash_block_smob): Likewise.
1575 (bkscm_eq_block_smob): Likewise.
1576 (bkscm_objfile_block_map): Likewise.
1577 (bkscm_del_objfile_blocks): Likewise.
1578 * guile/scm-breakpoint.c (bpscm_build_bp_list): Likewise.
1579 * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker): Likewise.
1580 (gdbscm_disasm_print_address): Likewise.
1581 * guile/scm-frame.c (frscm_hash_frame_smob): Likewise.
1582 (frscm_eq_frame_smob): Likewise.
1583 (frscm_inferior_frame_map): Likewise.
1584 (frscm_del_inferior_frames): Likewise.
1585 * guile/scm-gsmob.c (gdbscm_add_objfile_ref): Likewise.
1586 * guile/scm-objfile.c (ofscm_handle_objfile_deleted): Likewise.
1587 (ofscm_objfile_smob_from_objfile): Likewise.
1588 * guile/scm-ports.c (ioscm_write): Likewise.
1589 (ioscm_file_port_delete): Likewise.
1590 (ioscm_file_port_rewind): Likewise.
1591 (ioscm_file_port_put): Likewise.
1592 (ioscm_file_port_write): Likewise.
1593 * guile/scm-progspace.c (psscm_handle_pspace_deleted): Likewise.
1594 (psscm_pspace_smob_from_pspace): Likewise.
1595 * guile/scm-safe-call.c (scscm_recording_pre_unwind_handler): Likewise.
1596 (scscm_recording_unwind_handler): Likewise.
1597 (gdbscm_with_catch): Likewise.
1598 (scscm_call_0_body): Likewise.
1599 (scscm_call_1_body): Likewise.
1600 (scscm_call_2_body): Likewise.
1601 (scscm_call_3_body): Likewise.
1602 (scscm_call_4_body): Likewise.
1603 (scscm_apply_1_body): Likewise.
1604 (scscm_eval_scheme_string): Likewise.
1605 (gdbscm_safe_eval_string): Likewise.
1606 (scscm_source_scheme_script): Likewise.
1607 (gdbscm_safe_source_script): Likewise.
1608 * guile/scm-string.c (gdbscm_call_scm_to_stringn): Likewise.
1609 (gdbscm_call_scm_from_stringn): Likewise.
1610 * guile/scm-symbol.c (syscm_hash_symbol_smob): Likewise.
1611 (syscm_eq_symbol_smob): Likewise.
1612 (syscm_get_symbol_map): Likewise.
1613 (syscm_del_objfile_symbols): Likewise.
1614 * guile/scm-symtab.c (stscm_hash_symtab_smob): Likewise.
1615 (stscm_eq_symtab_smob): Likewise.
1616 (stscm_objfile_symtab_map): Likewise.
1617 (stscm_del_objfile_symtabs): Likewise.
1618 * guile/scm-type.c (tyscm_hash_type_smob): Likewise.
1619 (tyscm_eq_type_smob): Likewise.
1620 (tyscm_type_map): Likewise.
1621 (tyscm_copy_type_recursive): Likewise.
1622 (save_objfile_types): Likewise.
1623 * guile/scm-utils.c (extract_arg): Likewise.
1624 * h8300-tdep.c (h8300_frame_cache): Likewise.
1625 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind_cache): Likewise.
1626 * hppa-tdep.c (compare_unwind_entries): Likewise.
1627 (find_unwind_entry): Likewise.
1628 (hppa_frame_cache): Likewise.
1629 (hppa_stub_frame_unwind_cache): Likewise.
1630 * hppanbsd-tdep.c (hppanbsd_supply_gregset): Likewise.
1631 * hppaobsd-tdep.c (hppaobsd_supply_gregset): Likewise.
1632 (hppaobsd_supply_fpregset): Likewise.
1633 * i386-cygwin-tdep.c (core_process_module_section): Likewise.
1634 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
1635 * i386-tdep.c (i386_frame_cache): Likewise.
1636 (i386_epilogue_frame_cache): Likewise.
1637 (i386_sigtramp_frame_cache): Likewise.
1638 (i386_supply_gregset): Likewise.
1639 (i386_collect_gregset): Likewise.
1640 (i386_gdbarch_init): Likewise.
1641 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Likewise.
1642 (i386obsd_trapframe_cache): Likewise.
1643 * i387-tdep.c (i387_supply_fsave): Likewise.
1644 (i387_collect_fsave): Likewise.
1645 (i387_supply_fxsave): Likewise.
1646 (i387_collect_fxsave): Likewise.
1647 (i387_supply_xsave): Likewise.
1648 (i387_collect_xsave): Likewise.
1649 * ia64-tdep.c (ia64_frame_cache): Likewise.
1650 (ia64_sigtramp_frame_cache): Likewise.
1651 * infcmd.c (attach_command_continuation): Likewise.
1652 (attach_command_continuation_free_args): Likewise.
1653 * inferior.c (restore_inferior): Likewise.
1654 (delete_thread_of_inferior): Likewise.
1655 * inflow.c (inflow_inferior_data_cleanup): Likewise.
1656 (get_inflow_inferior_data): Likewise.
1657 (inflow_inferior_exit): Likewise.
1658 * infrun.c (displaced_step_clear_cleanup): Likewise.
1659 (restore_current_uiout_cleanup): Likewise.
1660 (release_stop_context_cleanup): Likewise.
1661 (do_restore_infcall_suspend_state_cleanup): Likewise.
1662 (do_restore_infcall_control_state_cleanup): Likewise.
1663 (restore_inferior_ptid): Likewise.
1664 * inline-frame.c (block_starting_point_at): Likewise.
1665 * iq2000-tdep.c (iq2000_frame_cache): Likewise.
1666 * jit.c (get_jit_objfile_data): Likewise.
1667 (get_jit_program_space_data): Likewise.
1668 (jit_object_close_impl): Likewise.
1669 (jit_find_objf_with_entry_addr): Likewise.
1670 (jit_breakpoint_deleted): Likewise.
1671 (jit_unwind_reg_set_impl): Likewise.
1672 (jit_unwind_reg_get_impl): Likewise.
1673 (jit_dealloc_cache): Likewise.
1674 (jit_frame_sniffer): Likewise.
1675 (jit_frame_prev_register): Likewise.
1676 (jit_prepend_unwinder): Likewise.
1677 (jit_inferior_exit_hook): Likewise.
1678 (free_objfile_data): Likewise.
1679 * jv-lang.c (jv_per_objfile_free): Likewise.
1680 (get_dynamics_objfile): Likewise.
1681 (get_java_class_symtab): Likewise.
1682 (builtin_java_type): Likewise.
1683 * language.c (language_string_char_type): Likewise.
1684 (language_bool_type): Likewise.
1685 (language_lookup_primitive_type): Likewise.
1686 (language_lookup_primitive_type_as_symbol): Likewise.
1687 * linespec.c (hash_address_entry): Likewise.
1688 (eq_address_entry): Likewise.
1689 (iterate_inline_only): Likewise.
1690 (iterate_name_matcher): Likewise.
1691 (decode_line_2_compare_items): Likewise.
1692 (collect_one_symbol): Likewise.
1693 (compare_symbols): Likewise.
1694 (compare_msymbols): Likewise.
1695 (add_symtabs_to_list): Likewise.
1696 (collect_symbols): Likewise.
1697 (compare_msyms): Likewise.
1698 (add_minsym): Likewise.
1699 (cleanup_linespec_result): Likewise.
1700 * linux-fork.c (inferior_call_waitpid_cleanup): Likewise.
1701 * linux-nat.c (delete_lwp_cleanup): Likewise.
1702 (count_events_callback): Likewise.
1703 (select_event_lwp_callback): Likewise.
1704 (resume_stopped_resumed_lwps): Likewise.
1705 * linux-tdep.c (get_linux_gdbarch_data): Likewise.
1706 (invalidate_linux_cache_inf): Likewise.
1707 (get_linux_inferior_data): Likewise.
1708 (linux_find_memory_regions_thunk): Likewise.
1709 (linux_make_mappings_callback): Likewise.
1710 (linux_corefile_thread_callback): Likewise.
1711 (find_mapping_size): Likewise.
1712 * linux-thread-db.c (find_new_threads_callback): Likewise.
1713 * lm32-tdep.c (lm32_frame_cache): Likewise.
1714 * m2-lang.c (builtin_m2_type): Likewise.
1715 * m32c-tdep.c (m32c_analyze_frame_prologue): Likewise.
1716 * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_cache): Likewise.
1717 (m32r_linux_supply_gregset): Likewise.
1718 (m32r_linux_collect_gregset): Likewise.
1719 * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
1720 * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
1721 * m68k-tdep.c (m68k_frame_cache): Likewise.
1722 * m68kbsd-tdep.c (m68kbsd_supply_fpregset): Likewise.
1723 (m68kbsd_supply_gregset): Likewise.
1724 * m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise.
1725 * m88k-tdep.c (m88k_frame_cache): Likewise.
1726 (m88k_supply_gregset): Likewise.
1727
224c3ddb
SM
17282015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1729
1730 * aarch64-linux-tdep.c (aarch64_stap_parse_special_token): Add cast
1731 to allocation result assignment.
1732 * ada-exp.y (write_object_renaming): Likewise.
1733 (write_ambiguous_var): Likewise.
1734 (ada_nget_field_index): Likewise.
1735 (write_var_or_type): Likewise.
1736 * ada-lang.c (ada_decode_symbol): Likewise.
1737 (ada_value_assign): Likewise.
1738 (value_pointer): Likewise.
1739 (cache_symbol): Likewise.
1740 (add_nonlocal_symbols): Likewise.
1741 (ada_name_for_lookup): Likewise.
1742 (symbol_completion_add): Likewise.
1743 (ada_to_fixed_type_1): Likewise.
1744 (ada_get_next_arg): Likewise.
1745 (defns_collected): Likewise.
1746 * ada-lex.l (processId): Likewise.
1747 (processString): Likewise.
1748 * ada-tasks.c (read_known_tasks_array): Likewise.
1749 (read_known_tasks_list): Likewise.
1750 * ada-typeprint.c (decoded_type_name): Likewise.
1751 * addrmap.c (addrmap_mutable_create_fixed): Likewise.
1752 * amd64-tdep.c (amd64_push_arguments): Likewise.
1753 (amd64_displaced_step_copy_insn): Likewise.
1754 (amd64_classify_insn_at): Likewise.
1755 (amd64_relocate_instruction): Likewise.
1756 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Likewise.
1757 * arch-utils.c (simple_displaced_step_copy_insn): Likewise.
1758 (initialize_current_architecture): Likewise.
1759 * arm-linux-tdep.c (arm_stap_parse_special_token): Likewise.
1760 * arm-symbian-tdep.c (arm_symbian_osabi_sniffer): Likewise.
1761 * arm-tdep.c (arm_exidx_new_objfile): Likewise.
1762 (arm_push_dummy_call): Likewise.
1763 (extend_buffer_earlier): Likewise.
1764 (arm_adjust_breakpoint_address): Likewise.
1765 (arm_skip_stub): Likewise.
1766 * auto-load.c (filename_is_in_pattern): Likewise.
1767 (maybe_add_script_file): Likewise.
1768 (maybe_add_script_text): Likewise.
1769 (auto_load_objfile_script_1): Likewise.
1770 * auxv.c (ld_so_xfer_auxv): Likewise.
1771 * ax-general.c (new_agent_expr): Likewise.
1772 (grow_expr): Likewise.
1773 (ax_reg_mask): Likewise.
1774 * bcache.c (bcache_full): Likewise.
1775 * breakpoint.c (program_breakpoint_here_p): Likewise.
1776 * btrace.c (parse_xml_raw): Likewise.
1777 * build-id.c (build_id_to_debug_bfd): Likewise.
1778 * buildsym.c (end_symtab_with_blockvector): Likewise.
1779 * c-exp.y (string_exp): Likewise.
1780 (qualified_name): Likewise.
1781 (write_destructor_name): Likewise.
1782 (operator_stoken): Likewise.
1783 (parse_number): Likewise.
1784 (scan_macro_expansion): Likewise.
1785 (yylex): Likewise.
1786 (c_print_token): Likewise.
1787 * c-lang.c (c_get_string): Likewise.
1788 (emit_numeric_character): Likewise.
1789 * charset.c (wchar_iterate): Likewise.
1790 * cli/cli-cmds.c (complete_command): Likewise.
1791 (make_command): Likewise.
1792 * cli/cli-dump.c (restore_section_callback): Likewise.
1793 (restore_binary_file): Likewise.
1794 * cli/cli-interp.c (cli_interpreter_exec): Likewise.
1795 * cli/cli-script.c (execute_control_command): Likewise.
1796 * cli/cli-setshow.c (do_set_command): Likewise.
1797 * coff-pe-read.c (add_pe_forwarded_sym): Likewise.
1798 (read_pe_exported_syms): Likewise.
1799 * coffread.c (coff_read_struct_type): Likewise.
1800 (coff_read_enum_type): Likewise.
1801 * common/btrace-common.c (btrace_data_append): Likewise.
1802 * common/buffer.c (buffer_grow): Likewise.
1803 * common/filestuff.c (gdb_fopen_cloexec): Likewise.
1804 * common/format.c (parse_format_string): Likewise.
1805 * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
1806 * common/xml-utils.c (xml_escape_text): Likewise.
1807 * compile/compile-object-load.c (copy_sections): Likewise.
1808 (compile_object_load): Likewise.
1809 * compile/compile-object-run.c (compile_object_run): Likewise.
1810 * completer.c (filename_completer): Likewise.
1811 * corefile.c (read_memory_typed_address): Likewise.
1812 (write_memory_unsigned_integer): Likewise.
1813 (write_memory_signed_integer): Likewise.
1814 (complete_set_gnutarget): Likewise.
1815 * corelow.c (get_core_register_section): Likewise.
1816 * cp-name-parser.y (d_grab): Likewise.
1817 (allocate_info): Likewise.
1818 (cp_new_demangle_parse_info): Likewise.
1819 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Likewise.
1820 (cp_lookup_symbol_in_namespace): Likewise.
1821 (lookup_namespace_scope): Likewise.
1822 (find_symbol_in_baseclass): Likewise.
1823 (cp_lookup_nested_symbol): Likewise.
1824 (cp_lookup_transparent_type_loop): Likewise.
1825 * cp-support.c (copy_string_to_obstack): Likewise.
1826 (make_symbol_overload_list): Likewise.
1827 (make_symbol_overload_list_namespace): Likewise.
1828 (make_symbol_overload_list_adl_namespace): Likewise.
1829 (first_component_command): Likewise.
1830 * cp-valprint.c (cp_print_value): Likewise.
1831 * ctf.c (ctf_xfer_partial): Likewise.
1832 * d-exp.y (StringExp): Likewise.
1833 * d-namespace.c (d_lookup_symbol_in_module): Likewise.
1834 (lookup_module_scope): Likewise.
1835 (find_symbol_in_baseclass): Likewise.
1836 (d_lookup_nested_symbol): Likewise.
1837 * dbxread.c (find_stab_function_addr): Likewise.
1838 (read_dbx_symtab): Likewise.
1839 (dbx_end_psymtab): Likewise.
1840 (cp_set_block_scope): Likewise.
1841 * dcache.c (dcache_alloc): Likewise.
1842 * demangle.c (_initialize_demangler): Likewise.
1843 * dicos-tdep.c (dicos_load_module_p): Likewise.
1844 * dictionary.c (dict_create_hashed_expandable): Likewise.
1845 (dict_create_linear_expandable): Likewise.
1846 (expand_hashtable): Likewise.
1847 (add_symbol_linear_expandable): Likewise.
1848 * dwarf2-frame.c (add_cie): Likewise.
1849 (add_fde): Likewise.
1850 (dwarf2_build_frame_info): Likewise.
1851 * dwarf2expr.c (dwarf_expr_grow_stack): Likewise.
1852 (dwarf_expr_fetch_address): Likewise.
1853 (add_piece): Likewise.
1854 (execute_stack_op): Likewise.
1855 * dwarf2loc.c (chain_candidate): Likewise.
1856 (dwarf_entry_parameter_to_value): Likewise.
1857 (read_pieced_value): Likewise.
1858 (write_pieced_value): Likewise.
1859 * dwarf2read.c (dwarf2_read_section): Likewise.
1860 (add_type_unit): Likewise.
1861 (read_comp_units_from_section): Likewise.
1862 (fixup_go_packaging): Likewise.
1863 (dwarf2_compute_name): Likewise.
1864 (dwarf2_physname): Likewise.
1865 (create_dwo_unit_in_dwp_v1): Likewise.
1866 (create_dwo_unit_in_dwp_v2): Likewise.
1867 (read_func_scope): Likewise.
1868 (read_call_site_scope): Likewise.
1869 (dwarf2_attach_fields_to_type): Likewise.
1870 (process_structure_scope): Likewise.
1871 (mark_common_block_symbol_computed): Likewise.
1872 (read_common_block): Likewise.
1873 (abbrev_table_read_table): Likewise.
1874 (guess_partial_die_structure_name): Likewise.
1875 (fixup_partial_die): Likewise.
1876 (add_file_name): Likewise.
1877 (dwarf2_const_value_data): Likewise.
1878 (dwarf2_const_value_attr): Likewise.
1879 (build_error_marker_type): Likewise.
1880 (guess_full_die_structure_name): Likewise.
1881 (anonymous_struct_prefix): Likewise.
1882 (typename_concat): Likewise.
1883 (dwarf2_canonicalize_name): Likewise.
1884 (dwarf2_name): Likewise.
1885 (write_constant_as_bytes): Likewise.
1886 (dwarf2_fetch_constant_bytes): Likewise.
1887 (copy_string): Likewise.
1888 (parse_macro_definition): Likewise.
1889 * elfread.c (elf_symfile_segments): Likewise.
1890 (elf_rel_plt_read): Likewise.
1891 (elf_gnu_ifunc_resolve_by_cache): Likewise.
1892 (elf_gnu_ifunc_resolve_by_got): Likewise.
1893 (elf_read_minimal_symbols): Likewise.
1894 (elf_gnu_ifunc_record_cache): Likewise.
1895 * event-top.c (top_level_prompt): Likewise.
1896 (command_line_handler): Likewise.
1897 * exec.c (resize_section_table): Likewise.
1898 * expprint.c (print_subexp_standard): Likewise.
1899 * fbsd-tdep.c (fbsd_collect_regset_section_cb): Likewise.
1900 * findcmd.c (parse_find_args): Likewise.
1901 * findvar.c (address_from_register): Likewise.
1902 * frame.c (get_prev_frame_always): Likewise.
1903 * gdb_bfd.c (gdb_bfd_ref): Likewise.
1904 (get_section_descriptor): Likewise.
1905 * gdb_obstack.c (obconcat): Likewise.
1906 (obstack_strdup): Likewise.
1907 * gdbtypes.c (lookup_function_type_with_arguments): Likewise.
1908 (create_set_type): Likewise.
1909 (lookup_unsigned_typename): Likewise.
1910 (lookup_signed_typename): Likewise.
1911 (resolve_dynamic_union): Likewise.
1912 (resolve_dynamic_struct): Likewise.
1913 (add_dyn_prop): Likewise.
1914 (copy_dynamic_prop_list): Likewise.
1915 (arch_flags_type): Likewise.
1916 (append_composite_type_field_raw): Likewise.
1917 * gdbtypes.h (INIT_FUNC_SPECIFIC): Likewise.
1918 * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
1919 * go-exp.y (string_exp): Likewise.
1920 * go-lang.c (go_demangle): Likewise.
1921 * guile/guile.c (compute_scheme_string): Likewise.
1922 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
1923 (gdbscm_canonicalize_command_name): Likewise.
1924 * guile/scm-ports.c (ioscm_init_stdio_buffers): Likewise.
1925 (ioscm_init_memory_port): Likewise.
1926 (ioscm_reinit_memory_port): Likewise.
1927 * guile/scm-utils.c (gdbscm_gc_xstrdup): Likewise.
1928 (gdbscm_gc_dup_argv): Likewise.
1929 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
1930 * hppa-tdep.c (internalize_unwinds): Likewise.
1931 (read_unwind_info): Likewise.
1932 * i386-cygwin-tdep.c (core_process_module_section): Likewise.
1933 (windows_core_xfer_shared_libraries): Likewise.
1934 * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
1935 (i386_stap_parse_special_token_triplet): Likewise.
1936 (i386_stap_parse_special_token_three_arg_disp): Likewise.
1937 * i386obsd-tdep.c (i386obsd_sigtramp_p): Likewise.
1938 * inf-child.c (inf_child_fileio_readlink): Likewise.
1939 * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
1940 (inf_ptrace_store_register): Likewise.
1941 * infrun.c (follow_exec): Likewise.
1942 (displaced_step_prepare_throw): Likewise.
1943 (save_stop_context): Likewise.
1944 (save_infcall_suspend_state): Likewise.
1945 * jit.c (jit_read_descriptor): Likewise.
1946 (jit_read_code_entry): Likewise.
1947 (jit_symtab_line_mapping_add_impl): Likewise.
1948 (finalize_symtab): Likewise.
1949 (jit_unwind_reg_get_impl): Likewise.
1950 * jv-exp.y (QualifiedName): Likewise.
1951 * jv-lang.c (get_java_utf8_name): Likewise.
1952 (type_from_class): Likewise.
1953 (java_demangle_type_signature): Likewise.
1954 (java_class_name_from_physname): Likewise.
1955 * jv-typeprint.c (java_type_print_base): Likewise.
1956 * jv-valprint.c (java_value_print): Likewise.
1957 * language.c (add_language): Likewise.
1958 * linespec.c (add_sal_to_sals_basic): Likewise.
1959 (add_sal_to_sals): Likewise.
1960 (decode_objc): Likewise.
1961 (find_linespec_symbols): Likewise.
1962 * linux-fork.c (fork_save_infrun_state): Likewise.
1963 * linux-nat.c (linux_nat_detach): Likewise.
1964 (linux_nat_fileio_readlink): Likewise.
1965 * linux-record.c (record_linux_sockaddr): Likewise.
1966 (record_linux_msghdr): Likewise.
1967 (Do): Likewise.
1968 * linux-tdep.c (linux_core_info_proc_mappings): Likewise.
1969 (linux_collect_regset_section_cb): Likewise.
1970 (linux_get_siginfo_data): Likewise.
1971 * linux-thread-db.c (try_thread_db_load_from_pdir_1): Likewise.
1972 (try_thread_db_load_from_dir): Likewise.
1973 (thread_db_load_search): Likewise.
1974 (info_auto_load_libthread_db): Likewise.
1975 * m32c-tdep.c (m32c_m16c_address_to_pointer): Likewise.
1976 (m32c_m16c_pointer_to_address): Likewise.
1977 * m68hc11-tdep.c (m68hc11_pseudo_register_write): Likewise.
1978 * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
1979 * machoread.c (macho_check_dsym): Likewise.
1980 * macroexp.c (resize_buffer): Likewise.
1981 (gather_arguments): Likewise.
1982 (maybe_expand): Likewise.
1983 * macrotab.c (new_macro_key): Likewise.
1984 (new_source_file): Likewise.
1985 (new_macro_definition): Likewise.
1986 * mdebugread.c (parse_symbol): Likewise.
1987 (parse_type): Likewise.
1988 (parse_partial_symbols): Likewise.
1989 (psymtab_to_symtab_1): Likewise.
1990 * mem-break.c (default_memory_insert_breakpoint): Likewise.
1991 * mi/mi-cmd-break.c (mi_argv_to_format): Likewise.
1992 * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
1993 (mi_cmd_data_read_memory_bytes): Likewise.
1994 (mi_cmd_data_write_memory_bytes): Likewise.
1995 (mi_cmd_trace_frame_collected): Likewise.
1996 * mi/mi-parse.c (mi_parse_argv): Likewise.
1997 (mi_parse): Likewise.
1998 * minidebug.c (lzma_open): Likewise.
1999 (lzma_pread): Likewise.
2000 * mips-tdep.c (mips_read_fp_register_single): Likewise.
2001 (mips_print_fp_register): Likewise.
2002 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Likewise.
2003 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
2004 * mt-tdep.c (mt_register_name): Likewise.
2005 (mt_registers_info): Likewise.
2006 (mt_push_dummy_call): Likewise.
2007 * namespace.c (add_using_directive): Likewise.
2008 * nat/linux-btrace.c (perf_event_read): Likewise.
2009 (linux_enable_bts): Likewise.
2010 * nat/linux-osdata.c (linux_common_core_of_thread): Likewise.
2011 * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Likewise.
2012 * nto-tdep.c (nto_find_and_open_solib): Likewise.
2013 (nto_parse_redirection): Likewise.
2014 * objc-lang.c (objc_demangle): Likewise.
2015 (find_methods): Likewise.
2016 * objfiles.c (get_objfile_bfd_data): Likewise.
2017 (set_objfile_main_name): Likewise.
2018 (allocate_objfile): Likewise.
2019 (objfile_relocate): Likewise.
2020 (update_section_map): Likewise.
2021 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
2022 * p-exp.y (exp): Likewise.
2023 (yylex): Likewise.
2024 * p-valprint.c (pascal_object_print_value): Likewise.
2025 * parse.c (initialize_expout): Likewise.
2026 (mark_completion_tag): Likewise.
2027 (copy_name): Likewise.
2028 (parse_float): Likewise.
2029 (type_stack_reserve): Likewise.
2030 * ppc-linux-tdep.c (ppc_stap_parse_special_token): Likewise.
2031 (ppu2spu_prev_register): Likewise.
2032 * ppc-ravenscar-thread.c (supply_register_at_address): Likewise.
2033 * printcmd.c (printf_wide_c_string): Likewise.
2034 (printf_pointer): Likewise.
2035 * probe.c (parse_probes): Likewise.
2036 * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
2037 (cmdpy_init): Likewise.
2038 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Likewise.
2039 * python/py-symtab.c (set_sal): Likewise.
2040 * python/py-unwind.c (pyuw_sniffer): Likewise.
2041 * python/python.c (python_interactive_command): Likewise.
2042 (compute_python_string): Likewise.
2043 * ravenscar-thread.c (get_running_thread_id): Likewise.
2044 * record-full.c (record_full_exec_insn): Likewise.
2045 (record_full_core_open_1): Likewise.
2046 * regcache.c (regcache_raw_read_signed): Likewise.
2047 (regcache_raw_read_unsigned): Likewise.
2048 (regcache_cooked_read_signed): Likewise.
2049 (regcache_cooked_read_unsigned): Likewise.
2050 * remote-fileio.c (remote_fileio_func_open): Likewise.
2051 (remote_fileio_func_rename): Likewise.
2052 (remote_fileio_func_unlink): Likewise.
2053 (remote_fileio_func_stat): Likewise.
2054 (remote_fileio_func_system): Likewise.
2055 * remote-mips.c (mips_xfer_memory): Likewise.
2056 (mips_load_srec): Likewise.
2057 (pmon_end_download): Likewise.
2058 * remote.c (new_remote_state): Likewise.
2059 (map_regcache_remote_table): Likewise.
2060 (remote_register_number_and_offset): Likewise.
2061 (init_remote_state): Likewise.
2062 (get_memory_packet_size): Likewise.
2063 (remote_pass_signals): Likewise.
2064 (remote_program_signals): Likewise.
2065 (remote_start_remote): Likewise.
2066 (remote_check_symbols): Likewise.
2067 (remote_query_supported): Likewise.
2068 (extended_remote_attach): Likewise.
2069 (process_g_packet): Likewise.
2070 (store_registers_using_G): Likewise.
2071 (putpkt_binary): Likewise.
2072 (read_frame): Likewise.
2073 (compare_sections_command): Likewise.
2074 (remote_hostio_pread): Likewise.
2075 (remote_hostio_readlink): Likewise.
2076 (remote_file_put): Likewise.
2077 (remote_file_get): Likewise.
2078 (remote_pid_to_exec_file): Likewise.
2079 (_initialize_remote): Likewise.
2080 * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
2081 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
2082 * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise.
2083 (bfd_uses_spe_extensions): Likewise.
2084 * s390-linux-tdep.c (s390_displaced_step_copy_insn): Likewise.
2085 * score-tdep.c (score7_malloc_and_get_memblock): Likewise.
2086 * solib-dsbt.c (decode_loadmap): Likewise.
2087 (fetch_loadmap): Likewise.
2088 (scan_dyntag): Likewise.
2089 (enable_break): Likewise.
2090 (dsbt_relocate_main_executable): Likewise.
2091 * solib-frv.c (fetch_loadmap): Likewise.
2092 (enable_break2): Likewise.
2093 (frv_relocate_main_executable): Likewise.
2094 * solib-spu.c (spu_relocate_main_executable): Likewise.
2095 (spu_bfd_open): Likewise.
2096 * solib-svr4.c (lm_info_read): Likewise.
2097 (read_program_header): Likewise.
2098 (find_program_interpreter): Likewise.
2099 (scan_dyntag): Likewise.
2100 (elf_locate_base): Likewise.
2101 (open_symbol_file_object): Likewise.
2102 (read_program_headers_from_bfd): Likewise.
2103 (svr4_relocate_main_executable): Likewise.
2104 * solib-target.c (solib_target_relocate_section_addresses): Likewise.
2105 * solib.c (solib_find_1): Likewise.
2106 (exec_file_find): Likewise.
2107 (solib_find): Likewise.
2108 * source.c (openp): Likewise.
2109 (print_source_lines_base): Likewise.
2110 (forward_search_command): Likewise.
2111 * sparc-ravenscar-thread.c (supply_register_at_address): Likewise.
2112 * spu-tdep.c (spu2ppu_prev_register): Likewise.
2113 (spu_get_overlay_table): Likewise.
2114 * stabsread.c (patch_block_stabs): Likewise.
2115 (define_symbol): Likewise.
2116 (again:): Likewise.
2117 (read_member_functions): Likewise.
2118 (read_one_struct_field): Likewise.
2119 (read_enum_type): Likewise.
2120 (common_block_start): Likewise.
2121 * stack.c (read_frame_arg): Likewise.
2122 (backtrace_command): Likewise.
2123 * stap-probe.c (stap_parse_register_operand): Likewise.
2124 * symfile.c (syms_from_objfile_1): Likewise.
2125 (find_separate_debug_file): Likewise.
2126 (load_command): Likewise.
2127 (load_progress): Likewise.
2128 (load_section_callback): Likewise.
2129 (reread_symbols): Likewise.
2130 (add_filename_language): Likewise.
2131 (allocate_compunit_symtab): Likewise.
2132 (read_target_long_array): Likewise.
2133 (simple_read_overlay_table): Likewise.
2134 * symtab.c (symbol_set_names): Likewise.
2135 (resize_symbol_cache): Likewise.
2136 (rbreak_command): Likewise.
2137 (completion_list_add_name): Likewise.
2138 (completion_list_objc_symbol): Likewise.
2139 (add_filename_to_list): Likewise.
2140 * target-descriptions.c (maint_print_c_tdesc_cmd): Likewise.
2141 * target-memory.c (target_write_memory_blocks): Likewise.
2142 * target.c (target_read_string): Likewise.
2143 (read_whatever_is_readable): Likewise.
2144 (target_read_alloc_1): Likewise.
2145 (simple_search_memory): Likewise.
2146 (target_fileio_read_alloc_1): Likewise.
2147 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
2148 * top.c (command_line_input): Likewise.
2149 * tracefile-tfile.c (tfile_fetch_registers): Likewise.
2150 * tracefile.c (tracefile_fetch_registers): Likewise.
2151 * tracepoint.c (add_memrange): Likewise.
2152 (init_collection_list): Likewise.
2153 (add_aexpr): Likewise.
2154 (trace_dump_actions): Likewise.
2155 (parse_trace_status): Likewise.
2156 (parse_tracepoint_definition): Likewise.
2157 (parse_tsv_definition): Likewise.
2158 (parse_static_tracepoint_marker_definition): Likewise.
2159 * tui/tui-file.c (tui_sfileopen): Likewise.
2160 (tui_file_adjust_strbuf): Likewise.
2161 * tui/tui-io.c (tui_expand_tabs): Likewise.
2162 * tui/tui-source.c (tui_set_source_content): Likewise.
2163 * typeprint.c (find_global_typedef): Likewise.
2164 * ui-file.c (do_ui_file_xstrdup): Likewise.
2165 (ui_file_obsavestring): Likewise.
2166 (mem_file_write): Likewise.
2167 * utils.c (make_hex_string): Likewise.
2168 (get_regcomp_error): Likewise.
2169 (puts_filtered_tabular): Likewise.
2170 (gdb_realpath_keepfile): Likewise.
2171 (ldirname): Likewise.
2172 (gdb_bfd_errmsg): Likewise.
2173 (substitute_path_component): Likewise.
2174 * valops.c (search_struct_method): Likewise.
2175 (find_oload_champ_namespace_loop): Likewise.
2176 * valprint.c (print_decimal_chars): Likewise.
2177 (read_string): Likewise.
2178 (generic_emit_char): Likewise.
2179 * varobj.c (varobj_delete): Likewise.
2180 (varobj_value_get_print_value): Likewise.
2181 * vaxobsd-tdep.c (vaxobsd_sigtramp_sniffer): Likewise.
2182 * windows-tdep.c (display_one_tib): Likewise.
2183 * xcoffread.c (read_xcoff_symtab): Likewise.
2184 (process_xcoff_symbol): Likewise.
2185 (swap_sym): Likewise.
2186 (scan_xcoff_symtab): Likewise.
2187 (xcoff_initial_scan): Likewise.
2188 * xml-support.c (gdb_xml_end_element): Likewise.
2189 (xml_process_xincludes): Likewise.
2190 (xml_fetch_content_from_file): Likewise.
2191 * xml-syscall.c (xml_list_of_syscalls): Likewise.
2192 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
2193
623fb775 21942015-09-23 James Bowman <james.bowman@ftdichip.com>
2195
2196 * ft32-tdep.c (ft32_register_type): Return gdbarch_tdep (gdbarch)->pc_type
2197 instead of builtin_func_ptr.
2198 (ft32_pointer_to_address): New function.
2199 (ft32_address_class_type_flags): New function.
2200 (ft32_address_class_type_flags_to_name): New function.
2201 (ft32_address_class_name_to_type_flags): New function.
2202 (ft32_gdbarch_init): Set tdep->pc_type. Call
2203 set_gdbarch_pointer_to_address,
2204 set_gdbarch_address_class_type_flags
2205 set_gdbarch_address_class_name_to_type_flags,
2206 and set_gdbarch_address_class_type_flags_to_name.
2207 * ft32-tdep.h (struct gdbarch_tdep) <pc_type>: New field.
2208
e6c2c623
PMR
22092015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
2210
2211 * ada-lang.c (ada_evaluate_subexp) <OP_FUNCALL>: When the input
2212 value is a reference, actually dereference it in order to get
2213 the underlying value.
2214
bc1f8cda
SM
22152015-09-22 Simon Marchi <simon.marchi@ericsson.com>
2216
2217 * stap-probe.c (handle_stap_probe): Remove unnecessary cast.
2218
acaa662f
SM
22192015-09-21 Simon Marchi <simon.marchi@ericsson.com>
2220
2221 * cli/cli-setshow.c (cmd_show_list): Constify a variable.
2222 * linespec.c (linespec_lexer_lex_string): Same.
2223
4d9d419e
PL
22242015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2225
2226 * NEWS: Mention support for fast tracepoints on aarch64-linux.
2227
6ec5f4be
PL
22282015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2229
2230 * aarch64-tdep.c (aarch64_analyze_prologue): New is_adrp
2231 variable. Call aarch64_decode_adr instead of
2232 aarch64_decode_adrp.
2233 * arch/aarch64-insn.h (aarch64_decode_adrp): Delete.
2234 (aarch64_decode_adr): New function declaration.
2235 * arch/aarch64-insn.c (aarch64_decode_adrp): Delete.
2236 (aarch64_decode_adr): New function, factored out from
2237 aarch64_decode_adrp to decode both adr and adrp instructions.
2238
787749ea
PL
22392015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2240
2241 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-insn.o.
2242 (HFILES_NO_SRCDIR): Add arch/aarch64-insn.h.
2243 (aarch64-insn.o): New rule.
2244 * configure.tgt (aarch64*-*-elf): Add aarch64-insn.o.
2245 (aarch64*-*-linux*): Likewise.
2246 * arch/aarch64-insn.c: New file.
2247 * arch/aarch64-insn.h: New file.
2248 * aarch64-tdep.c: Include arch/aarch64-insn.h.
2249 (aarch64_debug): Move to arch/aarch64-insn.c. Declare in
2250 arch/aarch64-insn.h.
2251 (decode_add_sub_imm): Rename to ...
2252 (aarch64_decode_add_sub_imm): ... this.
2253 (decode_adrp): Rename to ...
2254 (aarch64_decode_adrp): ... this. Move to arch/aarch64-insn.c.
2255 Declare in arch/aarch64-insn.h.
2256 (decode_b): Rename to ...
2257 (aarch64_decode_b): ... this. Move to arch/aarch64-insn.c.
2258 Declare in arch/aarch64-insn.h.
2259 (decode_bcond): Rename to ...
2260 (aarch64_decode_bcond): ... this. Move to arch/aarch64-insn.c.
2261 Declare in arch/aarch64-insn.h.
2262 (decode_br): Rename to ...
2263 (aarch64_decode_br): ... this.
2264 (decode_cb): Rename to ...
2265 (aarch64_decode_cb): ... this. Move to arch/aarch64-insn.c.
2266 Declare in arch/aarch64-insn.h.
2267 (decode_eret): Rename to ...
2268 (aarch64_decode_eret): ... this.
2269 (decode_movz): Rename to ...
2270 (aarch64_decode_movz): ... this.
2271 (decode_orr_shifted_register_x): Rename to ...
2272 (aarch64_decode_orr_shifted_register_x): ... this.
2273 (decode_ret): Rename to ...
2274 (aarch64_decode_ret): ... this.
2275 (decode_stp_offset): Rename to ...
2276 (aarch64_decode_stp_offset): ... this.
2277 (decode_stp_offset_wb): Rename to ...
2278 (aarch64_decode_stp_offset_wb): ... this.
2279 (decode_stur): Rename to ...
2280 (aarch64_decode_stur): ... this.
2281 (decode_tb): Rename to ...
2282 (aarch64_decode_tb): ... this. Move to arch/aarch64-insn.c.
2283 Declare in arch/aarch64-insn.h.
2284 (aarch64_analyze_prologue): Adjust calls to renamed functions.
2285
183dc7ec
DE
22862015-09-20 Doug Evans <xdje42@gmail.com>
2287
2288 * dwarf2read.c (add_partial_symbol): Remove outdated comments.
2289
2ee7123e
DE
22902015-09-20 Doug Evans <xdje42@gmail.com>
2291
2292 * dwarf2read.c (dwarf2_compute_name): Add FIXME. Don't use a local
2293 variable name that collides with a parameter.
2294
7d1c9c9b
JB
22952015-09-20 Joel Brobecker <brobecker@adacore.com>
2296
2297 * dwarf2loc.c (locexpr_get_frame_base): Renames
2298 block_op_get_frame_base.
2299 (dwarf2_block_frame_base_locexpr_funcs): Replace reference to
2300 block_op_get_frame_base by reference to locexpr_get_frame_base.
2301 (loclist_get_frame_base): New function, near identical copy of
2302 locexpr_get_frame_base.
2303 (dwarf2_block_frame_base_loclist_funcs): Replace reference to
2304 block_op_get_frame_base by reference to loclist_get_frame_base.
2305
7dc7c195
DE
23062015-09-19 Doug Evans <xdje42@gmail.com>
2307
2308 * ravenscar-thread.c (ravenscar_inferior_created): Replace
2309 current_inferior ()->gdbarch with its wrapper target_gdbarch.
2310
be550b6e
DE
23112015-09-18 Doug Evans <xdje42@gmail.com>
2312
2313 * linux-thread-db.c (record_thread): Return the created thread.
2314 (thread_from_lwp): Likewise.
2315 (thread_db_get_thread_local_address): Update.
2316
615b3f62
DE
23172015-09-18 Doug Evans <xdje42@gmail.com>
2318
2319 * symtab.h (general_symbol_info) <mangled_lang>: Delete struct,
2320 move only member demangled_name up. All uses updated.
2321
015d2e7e
DE
23222015-09-18 Doug Evans <xdje42@gmail.com>
2323
2324 * findvar.c (default_read_var_value) <LOC_UNRESOLVED>: Include the
2325 kind of minimal symbol in the error message.
2326 * objfiles.c (objfile_flavour_name): New function.
2327 * objfiles.h (objfile_flavour_name): Declare.
2328
a0cc84cd
YQ
23292015-09-18 Yao Qi <yao.qi@linaro.org>
2330
2331 * nat/aarch64-linux.c: Include elf/common.h,
2332 nat/gdb_ptrace.h, asm/ptrace.h and sys/uio.h.
2333 (aarch64_ps_get_thread_area): New function.
2334 * nat/aarch64-linux.h: Include gdb_proc_service.h.
2335 (aarch64_ps_get_thread_area): Declare.
2336 * aarch64-linux-nat.c (ps_get_thread_area): Call
2337 aarch64_ps_get_thread_area.
2338
d2939ba2
MM
23392015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2340
2341 * record-btrace.c (record_btrace_resume): Honour scheduler-locking.
2342
f2665db5
MM
23432015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2344
2345 * NEWS: Announce new scheduler-locking mode.
2346 * infrun.c (schedlock_replay): New.
2347 (scheduler_enums): Add schedlock_replay.
2348 (scheduler_mode): Change default to schedlock_replay.
2349 (user_visible_resume_ptid): Handle schedlock_replay.
2350 (clear_proceed_status_thread): Stop replaying if resumed thread is
2351 not replaying.
2352 (schedlock_applies): Handle schedlock_replay.
2353 (_initialize_infrun): Document new scheduler-locking mode.
2354 * record-btrace.c (record_btrace_resume): Remove code to stop other
2355 threads when not replaying the resumed thread.
2356
7ff27e9b
MM
23572015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2358
2359 * record-btrace.c ((record_btrace_will_replay): New.
2360 (init_record_btrace_ops): Initialize to_record_will_replay.
2361 * record-full.c ((record_full_will_replay): New.
2362 (init_record_full_ops): Initialize to_record_will_replay.
2363 * target-delegates.c: Regenerated.
2364 * target.c (target_record_will_replay): New.
2365 * target.h (struct target_ops) <to_record_will_replay>: New.
2366 (target_record_will_replay): New.
2367
797094dd
MM
23682015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2369
2370 * record-btrace.c (record_btrace_resume): Call
2371 target_record_stop_replaying.
2372 (record_btrace_stop_replaying_all): New.
2373 (init_record_btrace_ops): Initialize to_record_stop_replaying.
2374 * record-full.c (record_full_stop_replaying): New.
2375 (init_record_full_ops ): Initialize to_record_stop_replaying.
2376 * target-delegates.c: Regenerated.
2377 * target.c (target_record_stop_replaying): New.
2378 * target.h (struct target_ops) <to_record_stop_replaying>: New.
2379 (target_record_stop_replaying): New.
2380
4d10e986
MM
23812015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2382
2383 * record-btrace.c (record_btrace_xfer_partial)
2384 (record_btrace_store_registers, record_btrace_prepare_to_store):
2385 Call record_btrace_is_replaying with inferior_ptid instead of
2386 minus_one_ptid.
2387 (record_btrace_store_registers): Change error message.
2388
a52eab48
MM
23892015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2390
2391 * record-btrace.c (record_btrace_is_replaying): Add ptid argument.
2392 Update users to pass minus_one_ptid.
2393 * record-full.c (record_full_is_replaying): Add ptid argument (ignored).
2394 * record.c (cmd_record_delete): Pass inferior_ptid to
2395 target_record_is_replaying.
2396 * target-delegates.c: Regenerated.
2397 * target.c (target_record_is_replaying): Add ptid argument.
2398 * target.h (struct target_ops) <to_record_is_replaying>: Add ptid
2399 argument.
2400 (target_record_is_replaying): Add ptid argument.
2401
cbb55fa7
MM
24022015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2403
2404 * record-btrace.c (record_btrace_open): Remove non_stop check.
2405 * NEWS: Announce that record btrace supports non-stop mode.
2406
d1988021
MM
24072015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2408
2409 * infrun.c (handle_inferior_event_1): Switch to the eventing thread
2410 in the TARKET_WAITKIND_NO_HISTORY case.
2411
a6b5be76
MM
24122015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2413
2414 * record-btrace.c (record_btrace_maybe_mark_async_event): New.
2415 (record_btrace_wait): Call record_btrace_maybe_mark_async_event.
2416
ec71cc2f
MM
24172015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2418
2419 * record-btrace.c (get_thread_current_frame): New.
2420 (record_btrace_start_replaying): Call get_thread_current_frame.
2421
0ca912df
MM
24222015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2423
2424 * record-btrace.c (record_btrace_resume_thread): A move request
2425 overwrites a previous move request.
2426 (record_btrace_find_resume_thread): Removed.
2427 (record_btrace_resume): Resume all requested threads.
2428
e3cfc1c7
MM
24292015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2430
2431 * record-btrace.c: Include vec.h.
2432 (record_btrace_find_thread_to_move): Removed.
2433 (btrace_step_no_resumed, btrace_step_again)
2434 (record_btrace_stop_replaying_at_end): New.
2435 (record_btrace_cancel_resume): Call record_btrace_stop_replaying_at_end.
2436 (record_btrace_single_step_forward): Remove calls to
2437 record_btrace_stop_replaying.
2438 (record_btrace_step_thread): Do only one step for BTHR_CONT and
2439 BTHR_RCONT. Keep threads at the end of their history moving.
2440 (record_btrace_wait): Call record_btrace_step_thread for all threads
2441 until one reports an event. Call record_btrace_stop_replaying_at_end
2442 for the eventing thread.
2443
cf8f8f0c
MM
24442015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2445
2446 * record-btrace.c (record_btrace_single_step_forward): Return
2447 NO_HISTORY if a step brings us to the end of the execution history.
2448
011c71b6
MM
24492015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2450
2451 * record-btrace.c (record_btrace_step_thread): Move breakpoint check
2452 to ...
2453 (record_btrace_single_step_forward): ... here and
2454 (record_btrace_single_step_backward): ... here.
2455
d825d248
MM
24562015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2457
2458 * record-btrace.c (btrace_step_spurious)
2459 (record_btrace_single_step_forward)
2460 (record_btrace_single_step_backward): New.
2461 (record_btrace_step_thread): Call record_btrace_single_step_forward
2462 and record_btrace_single_step_backward.
2463
3c615f99
MM
24642015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2465
2466 * record-btrace.c (record_btrace_replay_at_breakpoint): New.
2467 (record_btrace_step_thread): Call record_btrace_replay_at_breakpoint.
2468
987e68b1
MM
24692015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2470
2471 * record-btrace.c (btrace_thread_flag_to_str)
2472 (record_btrace_cancel_resume): New.
2473 (record_btrace_step_thread): Call btrace_thread_flag_to_str.
2474 (record_btrace_resume): Print execution direction.
2475 (record_btrace_resume_thread): Call btrace_thread_flag_to_str.
2476 (record_btrace_wait): Call record_btrace_cancel_resume.
2477
6e4879f0
MM
24782015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2479
2480 * btrace.h (enum btrace_thread_flag) <BTHR_STOP>: New.
2481 * record-btrace (record_btrace_resume_thread): Clear BTHR_STOP.
2482 (record_btrace_find_thread_to_move): Also accept threads that have
2483 BTHR_STOP set.
2484 (btrace_step_stopped_on_request, record_btrace_stop): New.
2485 (record_btrace_step_thread): Support BTHR_STOP.
2486 (record_btrace_wait): Also clear BTHR_STOP when stopping other threads.
2487 (init_record_btrace_ops): Initialize to_stop.
2488
5953356c
MM
24892015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2490
2491 * record-btrace.c (record_btrace_wait): Replace non_stop check with
2492 target_is_non_stop_p ().
2493
bfca584f
PMR
24942015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
2495
2496 * ada-typeprint.c (print_array_type): Do not describe arrays as
2497 packed when they embed dynamic elements.
2498
5382cfab
PW
24992015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2500
2501 * symtab.h (address_class): Document that TLS variables
2502 are handled by LOC_UNRESOLVED.
2503 * findvar.c (default_read_var_value): Don't relocate TLS variables.
2504 * printcmd.c (address_info): Don't relocate TLS variables.
2505
b277c936
PL
25062015-09-15 Pierre Langlois <pierre.langlois@arm.com>
2507
2508 * aarch64-tdep.c (decode_add_sub_imm): Use debug_printf.
2509 (decode_adrp): Likewise.
2510 (decode_b): Likewise.
2511 (decode_bcond): Likewise.
2512 (decode_br): Likewise.
2513 (decode_cb): Likewise.
2514 (decode_eret): Likewise.
2515 (decode_movz): Likewise.
2516 (decode_orr_shifted_register_x): Likewise.
2517 (decode_ret): Likewise.
2518 (decode_stp_offset): Likewise.
2519 (decode_stp_offset_wb): Likewise.
2520 (decode_stur): Likewise.
2521 (decode_tb): Likewise.
2522 (aarch64_analyze_prologue): Likewise.
2523 (pass_in_x): Likewise.
2524 (pass_in_v): Likewise.
2525 (pass_on_stack): Likewise.
2526 (aarch64_push_dummy_call): Likewise.
2527 (aarch64_extract_return_value): Likewise.
2528 (aarch64_store_return_value): Likewise.
2529 (aarch64_return_value): Likewise.
2530 (aarch64_record_asimd_load_store): Likewise.
2531 (aarch64_record_load_store): Likewise.
2532 (aarch64_record_data_proc_simd_fp): Likewise.
2533
141c5cc4
JK
25342015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2535
2536 * linespec.c (minsym_found): Call gdbarch_skip_entrypoint.
2537 * ppc64-tdep.c (ppc64_skip_trampoline_code): Rename to ...
2538 (ppc64_skip_trampoline_code_1): ... here.
2539 (ppc64_skip_trampoline_code): New wrapper function.
2540 * symtab.c (find_function_start_sal): Call gdbarch_skip_entrypoint.
2541
750ce8d1
YQ
25422015-09-15 Yao Qi <yao.qi@linaro.org>
2543
2544 * aarch64-linux-nat.c (aarch64_linux_can_do_single_step): New
2545 function.
2546 (_initialize_aarch64_linux_nat): Install it to to_can_do_single_step.
2547 * arm-linux-tdep.c (arm_linux_software_single_step): Return 0
2548 if target_can_do_single_step returns 1.
2549 * remote.c (struct vCont_action_support) <s, S>: New fields.
2550 (PACKET_vContSupported): New enum.
2551 (remote_protocol_features): New element for vContSupported.
2552 (remote_query_supported): Append "vContSupported+".
2553 (remote_vcont_probe): Remove support_s and support_S, use
2554 rs->supports_vCont.s and rs->supports_vCont.S instead. Disable
2555 vCont packet if c and C actions are not supported.
2556 (remote_can_do_single_step): New function.
2557 (init_remote_ops): Install it to to_can_do_single_step.
2558 (_initialize_remote): Call add_packet_config_cmd.
2559 * target.h (struct target_ops) <to_can_do_single_step>: New field.
2560 (target_can_do_single_step): New macro.
2561 * target-delegates.c: Re-generated.
2562
ade90bde
YQ
25632015-09-15 Yao Qi <yao.qi@linaro.org>
2564
2565 * aarch64-linux-nat.c (aarch64_linux_siginfo_fixup): New function.
2566 (_initialize_aarch64_linux_nat): Call linux_nat_set_siginfo_fixup.
2567 * nat/aarch64-linux.c (aarch64_compat_siginfo_from_siginfo):
2568 New function.
2569 (aarch64_siginfo_from_compat_siginfo): New function.
2570 * nat/aarch64-linux.h: Include signal.h.
2571 (compat_int_t, compat_uptr_t, compat_time_t): Typedef.
2572 (compat_timer_t, compat_clock_t): Likewise.
2573 (struct compat_timeval): New.
2574 (union compat_sigval): New.
2575 (struct compat_siginfo): New.
2576 (cpt_si_pid, cpt_si_uid, cpt_si_timerid): New macros.
2577 (cpt_si_overrun, cpt_si_status, cpt_si_utime): Likewise.
2578 (cpt_si_stime, cpt_si_ptr, cpt_si_addr): Likewise.
2579 (cpt_si_band, cpt_si_fd): Likewise.
2580
4c2f2a79
PA
25812015-09-14 Pedro Alves <palves@redhat.com>
2582
2583 * infrun.c (current_stop_id): New global.
2584 (get_stop_id, new_stop_id): New functions.
2585 (fetch_inferior_event): Handle normal_stop proceeding the target.
2586 (struct stop_context): New.
2587 (save_stop_context, release_stop_context_cleanup)
2588 (stop_context_changed): New functions.
2589 (normal_stop): Return true if the hook-stop changes the stop
2590 context.
2591 * infrun.h (get_stop_id): Declare.
2592 (normal_stop): Now returns int. Add documentation.
2593
919e6dbe
PMR
25942015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
2595
2596 * ada-lang.c (ada_value_ptr_subscript): Update the heading
2597 comment. Handle packed arrays.
2598
b027a8fa
PA
25992015-09-14 Pedro Alves <palves@redhat.com>
2600
2601 * NEWS (Changes in GDB 7.10, New commands>: Remove duplicate
2602 mention of maint set/show target-non-stop.
2603
b459a59b
DB
26042015-09-11 Don Breazeal <donb@codesourcery.com>
2605
2606 * NEWS: Announce new remote packets for the exec-events
2607 feature and the exec-events feature and associated commands.
2608
d46addbb
DB
26092015-09-11 Don Breazeal <donb@codesourcery.com>
2610
2611 * remote.c (remote_exec_event_p): New function.
2612 (remote_insert_exec_catchpoint): New function.
2613 (remote_remove_exec_catchpoint): New function.
2614 (init_extended_remote_ops): Initialize extended_remote_ops
2615 members to_insert_exec_catchpoint and
2616 to_remove_exec_catchpoint.
2617
94585166
DB
26182015-09-11 Don Breazeal <donb@codesourcery.com>
2619 Luis Machado <lgustavo@codesourcery.com>
2620
2621 * infrun.c (follow_exec): Use process-style ptid for
2622 exec message. Call add_inferior_with_spaces and
2623 target_follow_exec.
2624 * nat/linux-ptrace.c (linux_supports_traceexec): New function.
2625 * nat/linux-ptrace.h (linux_supports_traceexec): Declare.
2626 * remote.c (remote_pspace_data): New static variable.
2627 (remote_pspace_data_cleanup): New function.
2628 (get_remote_exec_file): New function.
2629 (set_remote_exec_file_1): New function.
2630 (set_remote_exec_file): New function.
2631 (show_remote_exec_file): New function.
2632 (remote_exec_file): Delete static variable.
2633 (anonymous enum) <PACKET_exec_event_feature>: New
2634 enumeration constant.
2635 (remote_protocol_features): Add entry for exec-events feature.
2636 (remote_query_supported): Add client side of qSupported query
2637 for exec-events feature.
2638 (remote_follow_exec): New function.
2639 (remote_parse_stop_reply): Handle 'exec' stop reason.
2640 (extended_remote_run, extended_remote_create_inferior): Call
2641 get_remote_exec_file and set_remote_exec_file_1.
2642 (init_extended_remote_ops) <to_follow_exec>: Initialize new
2643 member.
2644 (_initialize_remote): Call
2645 register_program_space_data_with_cleanup. Call
2646 add_packet_config_cmd for remote exec-events feature.
2647 Modify call to add_setshow_string_noescape_cmd for exec-file
2648 to use new functions set_remote_exec_file and
2649 show_remote_exec_file.
2650 * target-debug.h, target-delegates.c: Regenerated.
2651 * target.c (target_follow_exec): New function.
2652 * target.h (struct target_ops) <to_follow_exec>: New member.
2653 (target_follow_exec): Declare new function.
2654
669e74e8
PL
26552015-09-11 Pierre Langlois <pierre.langlois@arm.com>
2656
2657 * aarch64-tdep.c (decode_cb): Move up comment describing the
2658 encoding.
2659 (decode_tb): Fix a typo in comment above the function. Move up
2660 comment describing the encoding.
2661
4d50586d
PL
26622015-09-11 Pierre Langlois <pierre.langlois@arm.com>
2663
2664 * aarch64-tdep.c (decode_bcond): Fix incorrect mask.
2665
6dcaef99
MMN
26662015-09-11 Mihail-Marian Nistor <mihail.nistor@freescale.com>
2667
2668 PR gdb/18947
2669 * aarch64-linux-tdep.c: (aarch64_linux_init_abi): Install
2670 glibc_skip_solib_resolver as gdbarch_skip_solib_resolver callback.
2671
5da1a4d3
SM
26722015-09-10 Simon Marchi <simon.marchi@ericsson.com>
2673
2674 * ada-lang.c (scan_discrim_bound): Factor out arithmetic
2675 operations.
2676
108d56a4
SM
26772015-09-10 Simon Marchi <simon.marchi@ericsson.com>
2678
2679 * ada-lang.c (ada_search_struct_field): Constify parameters
2680 and/or variables..
2681 (xget_renaming_scope): Likewise.
2682 (ada_is_redundant_range_encoding): Likewise.
2683 (scan_discrim_bound): Likewise.
2684 (to_fixed_range_type): Likewise.
2685
dd2e65cc
YQ
26862015-09-10 Yao Qi <yao.qi@linaro.org>
2687
2688 * breakpoint.c (download_tracepoint_locations): New local
2689 can_download_tracepoint. Check the result of
2690 target_can_download_tracepoint and save it in
2691 can_download_tracepoint if there are tracepoints to download.
2692 * linux-nat.h (enum tribool): Move it to ...
2693 * common/common-types.h: ... here.
2694
cfe75703
PA
26952015-09-09 Pedro Alves <palves@redhat.com>
2696
2697 * inf-loop.c (inferior_event_handler): Delete INF_TIMER case.
2698 * target.h (enum inferior_event_type) <INF_TIMER>: Delete.
2699
a85a3079
PA
27002015-09-09 Pedro Alves <palves@redhat.com>
2701
2702 * continuations.c (add_continuation, restore_thread_cleanup)
2703 (do_all_continuations_ptid, do_all_continuations_thread_callback)
2704 (do_all_continuations_thread, do_all_continuations)
2705 (discard_all_continuations_thread_callback)
2706 (discard_all_continuations_thread, discard_all_continuations)
2707 (add_intermediate_continuation)
2708 (do_all_intermediate_continuations_thread_callback)
2709 (do_all_intermediate_continuations_thread)
2710 (do_all_intermediate_continuations)
2711 (discard_all_intermediate_continuations_thread_callback)
2712 (discard_all_intermediate_continuations_thread)
2713 (discard_all_intermediate_continuations): Delete.
2714 * continuations.h (add_continuation, do_all_continuations)
2715 (do_all_continuations_thread, discard_all_continuations)
2716 (discard_all_continuations_thread, add_intermediate_continuation)
2717 (do_all_intermediate_continuations)
2718 (do_all_intermediate_continuations_thread)
2719 (discard_all_intermediate_continuations)
2720 (discard_all_intermediate_continuations_thread): Delete
2721 declarations.
2722 * event-top.c (stdin_event_handler): Delete references to
2723 continuations.
2724 * gdbthread.h (struct thread_info): Delete continuations and
2725 intermediate_continuations fields.
2726 * inf-loop.c (inferior_event_handler): Remove references to
2727 continuations.
2728 * infrun.c (infrun_thread_stop_requested_callback): Remove
2729 references to continuations.
2730 * target.h (enum inferior_event_type) <INF_EXEC_CONTINUE>: Delete.
2731 * thread.c: Don't include "continuations.h".
2732 (clear_thread_inferior_resources): Remove references to
2733 continuations.
2734
0700e23e
PA
27352015-09-09 Pedro Alves <palves@redhat.com>
2736
2737 * infcall.c (struct dummy_frame_context_saver): Delete.
2738 (dummy_frame_context_saver_free, dummy_frame_context_saver_dtor)
2739 (dummy_frame_context_saver_drop)
2740 (dummy_frame_context_saver_cleanup)
2741 (dummy_frame_context_saver_get_regs)
2742 (dummy_frame_context_saver_setup): Delete.
2743 * infcall.h (dummy_frame_context_saver_drop)
2744 (dummy_frame_context_saver_cleanup)
2745 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver):
2746 Delete.
2747 (get_return_value): Remove 'ctx_saver' paremeter. Adjust.
2748 * inferior.h (get_return_value): Remove 'ctx_saver' paremeter.
2749 * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Adjust.
2750
cfc31633
PA
27512015-09-09 Pedro Alves <palves@redhat.com>
2752
2753 * breakpoint.c: Include "thread-fsm.h".
2754 (struct until_break_command_continuation_args): Delete.
2755 (struct until_break_fsm): New.
2756 (until_break_fsm_ops): New global.
2757 (new_until_break_fsm, until_break_fsm_should_stop): New functions.
2758 (until_break_command_continuation): Delete.
2759 (until_break_fsm_clean_up): New function.
2760 (until_break_fsm_async_reply_reason): New function.
2761 (until_break_command): Adjust to create an until_break_fsm instead
2762 of a continuation.
2763 (momentary_bkpt_print_it): No longer print MI's async-stop-reason
2764 here.
2765 * infcmd.c (struct until_next_fsm): New.
2766 (until_next_fsm_ops): New global.
2767 (new_until_next_fsm, until_next_fsm_should_stop): New function.
2768 (until_next_continuation): Delete.
2769 (until_next_fsm_clean_up, until_next_fsm_async_reply_reason): New
2770 functions.
2771 (until_next_command): Adjust to create a new until_next_fsm
2772 instead of a continuation.
2773
388a7084
PA
27742015-09-09 Pedro Alves <palves@redhat.com>
2775
2776 * infcall.c: Include thread_fsm.h.
2777 (struct call_return_meta_info): New.
2778 (get_call_return_value): New function, factored out from
2779 call_function_by_hand_dummy.
2780 (struct call_thread_fsm): New.
2781 (call_thread_fsm_ops): New global.
2782 (new_call_thread_fsm, call_thread_fsm_should_stop)
2783 (call_thread_fsm_should_notify_stop): New functions.
2784 (run_inferior_call): Add 'sm' parameter. Associate the FSM with
2785 the thread.
2786 (call_function_by_hand_dummy): Create a new call_thread_fsm
2787 instance, associate it with the thread, and wait for the FSM to
2788 finish. If finished successfully, fetch the function's result
2789 value out of the FSM.
2790 * infrun.c (fetch_inferior_event): If the FSM says the stop
2791 shouldn't be notified, don't call normal_stop.
2792 (maybe_remove_breakpoints): New function, factored out from ...
2793 (normal_stop): ... here. Simplify.
2794 * infrun.h (maybe_remove_breakpoints): Declare.
2795 * thread-fsm.c (thread_fsm_should_notify_stop): New function.
2796 (thread-fsm.h) <struct thread_fsm_ops>: New field.
2797 (thread_fsm_should_notify_stop): Declare.
2798
243a9253
PA
27992015-09-09 Pedro Alves <palves@redhat.com>
2800
2801 * Makefile.in (COMMON_OBS): Add thread-fsm.o.
2802 * breakpoint.c (handle_jit_event): Print debug output.
2803 (bpstat_what): Split event callback handling to ...
2804 (bpstat_run_callbacks): ... this new function.
2805 (momentary_bkpt_print_it): No longer handle bp_finish here.
2806 * breakpoint.h (bpstat_run_callbacks): Declare.
2807 * gdbthread.h (struct thread_info) <step_multi>: Delete field.
2808 <thread_fsm>: New field.
2809 (thread_cancel_execution_command): Declare.
2810 * infcmd.c: Include thread-fsm.h.
2811 (struct step_command_fsm): New.
2812 (step_command_fsm_ops): New global.
2813 (new_step_command_fsm, step_command_fsm_prepare): New functions.
2814 (step_1): Adjust to use step_command_fsm_prepare and
2815 prepare_one_step.
2816 (struct step_1_continuation_args): Delete.
2817 (step_1_continuation): Delete.
2818 (step_command_fsm_should_stop): New function.
2819 (step_once): Delete.
2820 (step_command_fsm_clean_up, step_command_fsm_async_reply_reason)
2821 (prepare_one_step): New function, based on step_once.
2822 (until_next_command): Remove step_multi reference.
2823 (struct return_value_info): New.
2824 (print_return_value): Rename to ...
2825 (print_return_value_1): ... this. New struct return_value_info
2826 parameter. Adjust.
2827 (print_return_value): Reimplement as wrapper around
2828 print_return_value_1.
2829 (struct finish_command_fsm): New.
2830 (finish_command_continuation): Delete.
2831 (finish_command_fsm_ops): New global.
2832 (new_finish_command_fsm, finish_command_fsm_should_stop): New
2833 functions.
2834 (finish_command_fsm_clean_up, finish_command_fsm_return_value):
2835 New.
2836 (finish_command_continuation_free_arg): Delete.
2837 (finish_command_fsm_async_reply_reason): New.
2838 (finish_backward, finish_forward): Change symbol parameter to a
2839 finish_command_fsm. Adjust.
2840 (finish_command): Create a finish_command_fsm. Adjust.
2841 * infrun.c: Include "thread-fsm.h".
2842 (clear_proceed_status_thread): Delete the thread's FSM.
2843 (infrun_thread_stop_requested_callback): Cancel the thread's
2844 execution command.
2845 (clean_up_just_stopped_threads_fsms): New function.
2846 (fetch_inferior_event): Handle the event_thread's should_stop
2847 method saying the command isn't done yet.
2848 (process_event_stop_test): Run breakpoint callbacks here.
2849 (print_stop_event): Rename to ...
2850 (print_stop_location): ... this.
2851 (restore_current_uiout_cleanup): New function.
2852 (print_stop_event): Reimplement.
2853 (normal_stop): No longer notify the end_stepping_range observers
2854 here handle "step N" nor "finish" here. No longer call
2855 print_stop_event here.
2856 * infrun.h (struct return_value_info): Forward declare.
2857 (print_return_value): Declare.
2858 (print_stop_event): Change prototype.
2859 * thread-fsm.c: New file.
2860 * thread-fsm.h: New file.
2861 * thread.c: Include "thread-fsm.h".
2862 (thread_cancel_execution_command): New function.
2863 (clear_thread_inferior_resources): Call it.
2864 * cli/cli-interp.c (cli_on_normal_stop): New function.
2865 (cli_interpreter_init): Install cli_on_normal_stop as normal_stop
2866 observer.
2867 * mi/mi-interp.c: Include "thread-fsm.h".
2868 (restore_current_uiout_cleanup): Delete.
2869 (mi_on_normal_stop): If the thread has an FSM associated, and it
2870 finished, ask it for the async-reply-reason to print. Always call
2871 print_stop_event here, regardless of the top-level interpreter.
2872 Check bpstat_what to tell whether an asynchronous breakpoint hit
2873 triggered.
2874 * tui/tui-interp.c (tui_on_normal_stop): New function.
2875 (tui_init): Install tui_on_normal_stop as normal_stop observer.
2876
0b333c5e
PA
28772015-09-09 Pedro Alves <palves@redhat.com>
2878
2879 * breakpoint.c (bpstat_do_actions_1, until_break_command): Don't
2880 check whether the target can async.
2881 * inf-loop.c (inferior_event_handler): Only call target_async if
2882 the target can async.
2883 * infcall.c: Include top.h and interps.h.
2884 (run_inferior_call): For the interpreter to sync mode while
2885 running the infcall. Call wait_sync_command_done instead of
2886 wait_for_inferior plus normal_stop.
2887 * infcmd.c (prepare_execution_command): Don't check whether the
2888 target can async when running in the foreground.
2889 (step_1): Delete synchronous case handling.
2890 (step_once): Always install a continuation, even in sync mode.
2891 (until_next_command, finish_forward): Don't check whether the
2892 target can async.
2893 (attach_command_post_wait, notice_new_inferior): Always install a
2894 continuation, even in sync mode.
2895 * infrun.c (mark_infrun_async_event_handler): New function.
2896 (proceed): In sync mode, mark infrun's event source instead of
2897 waiting for events here.
2898 (fetch_inferior_event): If the target can't async, do a blocking
2899 wait.
2900 (prepare_to_wait): In sync mode, mark infrun's event source.
2901 (infrun_async_inferior_event_handler): No longer bail out if the
2902 target can't async.
2903 * infrun.h (mark_infrun_async_event_handler): New declaration.
2904 * linux-nat.c (linux_nat_wait_1): Remove calls to
2905 set_sigint_trap/clear_sigint_trap.
2906 (linux_nat_terminal_inferior): No longer check whether the target
2907 can async.
2908 * mi/mi-interp.c (mi_on_sync_execution_done): Update and simplify
2909 comment.
2910 (mi_execute_command_input_handler): No longer check whether the
2911 target is async. Update and simplify comment.
2912 * target.c (default_target_wait): New function.
2913 * target.h (struct target_ops) <to_wait>: Now defaults to
2914 default_target_wait.
2915 (default_target_wait): Declare.
2916 * top.c (wait_sync_command_done): New function, factored out from
2917 ...
2918 (maybe_wait_sync_command_done): ... this.
2919 * top.h (wait_sync_command_done): Declare.
2920 * target-delegates.c: Regenerate.
2921
0568462b
MM
29222015-09-09 Markus Metzger <markus.t.metzger@intel.com>
2923
2924 * nat/linux-btrace.h (struct btrace_target_info) <ptr_bits>: Remove.
2925 * nat/linux-btrace.c: Include filestuff.h and inttypes.h.
2926 Remove include of sys/utsname.h.
2927 (linux_determine_kernel_ptr_bits): Remove.
2928 (linux_determine_kernel_start): New.
2929 (perf_event_is_kernel_addr): Remove tinfo argument. Update users.
2930 Update check.
2931 (perf_event_skip_bts_record): Remove tinfo argument. Update users.
2932 (linux_enable_bts, linux_enable_pt): Remove tinfo->ptr_bits
2933 initialization.
2934 * x86-linux-nat.c (x86_linux_enable_btrace): Remove ptr_bits
2935 assignment.
2936
72e02483
PA
29372015-09-07 Pedro Alves <palves@redhat.com>
2938
2939 * guile/guile-internal.h (as_a_scm_t_subr): New.
2940 * guile/guile.c (misc_guile_functions): Use it.
2941 * guile/scm-arch.c (arch_functions): Use it.
2942 * guile/scm-block.c (block_functions, gdbscm_initialize_blocks):
2943 Use it.
2944 * guile/scm-breakpoint.c (breakpoint_functions): Use it.
2945 * guile/scm-cmd.c (command_functions): Use it.
2946 * guile/scm-disasm.c (disasm_functions): Use it.
2947 * guile/scm-exception.c (exception_functions)
2948 (private_exception_functions): Use it.
2949 * guile/scm-frame.c (frame_functions)
2950 * guile/scm-gsmob.c (gsmob_functions): Use it.
2951 * guile/scm-iterator.c (iterator_functions): Use it.
2952 * guile/scm-lazy-string.c (lazy_string_functions): Use it.
2953 * guile/scm-math.c (math_functions): Use it.
2954 * guile/scm-objfile.c (objfile_functions): Use it.
2955 * guile/scm-param.c (parameter_functions): Use it.
2956 * guile/scm-ports.c (port_functions, private_port_functions): Use
2957 it.
2958 * guile/scm-pretty-print.c (pretty_printer_functions): Use it.
2959 * guile/scm-progspace.c (pspace_functions): Use it.
2960 * guile/scm-string.c (string_functions): Use it.
2961 * guile/scm-symbol.c (symbol_functions): Use it.
2962 * guile/scm-symtab.c (symtab_functions): Use it.
2963 * guile/scm-type.c (type_functions, gdbscm_initialize_types): Use
2964 it.
2965 * guile/scm-value.c (value_functions): Use it.
2966
e65b5245
AB
29672015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
2968
2969 * tui/tui-data.c (win_with_focus): Remove cast of NULL pointer.
2970 (tui_next_win): Likewise.
2971 (tui_prev_win): Likewise.
2972 (tui_partial_win_by_name): Likewise.
2973 (tui_init_generic_part): Likewise.
2974 (init_content_element): Likewise.
2975 (tui_del_window): Likewise.
2976 (tui_free_window): Likewise.
2977 (tui_del_data_windows): Likewise.
2978 (tui_free_data_content): Likewise.
2979 * tui/tui-layout.c (make_source_or_disasm_window): Likewise.
2980 * tui/tui-regs.c (tui_show_register_group): Likewise.
2981 * tui/tui-win.c (tui_resize_all): Likewise.
2982 (tui_set_focus): Likewise.
2983 (tui_set_win_height): Likewise.
2984 (make_invisible_and_set_new_height): Likewise.
2985 * tui/tui-windata.c (tui_delete_data_content_windows): Likewise.
2986 * tui/tui-wingeneral.c (make_visible): Likewise.
2987
b03e6ad9
AB
29882015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
2989
2990 * cli/cli-decode.c (find_cmd): Remove cast of NULL pointer.
2991
be903358
AB
29922015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
2993
2994 * c-valprint.c (print_unpacked_pointer): Remove cast of NULL
2995 pointer.
2996 * dbxread.c (dbx_end_psymtab): Likewise.
2997 * gnu-nat.c (gnu_write_inferior): Likewise.
2998 * mdebugread.c (cross_ref): Likewise.
2999 * p-valprint.c (pascal_val_print): Likewise.
3000 * xcoffread.c (xcoff_end_psymtab): Likewise.
3001
02f024f9
YQ
30022015-09-04 Yao Qi <yao.qi@linaro.org>
3003
3004 * NEWS: Mention the aarch64 multi-arch debugging support.
3005
cd7c1778
PMR
30062015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
3007
3008 * ada-lang.c (ada_language_arch_info): Create a TYPE_CODE_CHAR
3009 type instead of a TYPE_CODE_INT one for the string_char_type
3010 and the ada_primitive_type_char types.
3011
39edd165
YQ
30122015-09-03 Yao Qi <yao.qi@linaro.org>
3013
3014 * aarch64-linux-nat.c (aarch64_linux_region_ok_for_hw_watchpoint):
3015 Move code to aarch64_linux_region_ok_for_watchpoint. Call
3016 aarch64_linux_region_ok_for_watchpoint.
3017 * nat/aarch64-linux-hw-point.c (aarch64_linux_region_ok_for_watchpoint):
3018 New function.
3019 * nat/aarch64-linux-hw-point.h (aarch64_linux_region_ok_for_watchpoint):
3020 Declare it.
3021
6c214e7c
PP
30222015-09-02 Patrick Palka <patrick@parcs.ath.cx>
3023
3024 * gdb_obstack.h (obstack_strdup): Declare.
3025 * gdb_obstack.c (obstack_strdup): Define.
3026 * gdbarch.sh (gdbarch_obstack_strdup): Declare and define.
3027 * gdbarch.c: Regenerate.
3028 * gdbarch.h: Regenerate.
3029 * gdbtypes.c (arch_type): Use gdbarch_obstack_strdup.
3030
eed8b28a
PP
30312015-09-02 Patrick Palka <patrick@parcs.ath.cx>
3032
3033 * gdbtypes.c (copy_type_recursive): Update documentation.
3034
73c6b475
SDJ
30352015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
3036
3037 * solib-svr4.c (solib_event_probe_action): Initialize 'probe_argc'
3038 as zero.
3039
ad1c917a
SDJ
30402015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
3041
3042 * solib-svr4.c (svr4_handle_solib_event): Initialize 'val' as NULL
3043
3bd7e5b7
SDJ
30442015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
3045
3046 * solib-svr4.c (solib_event_probe_action): Call
3047 get_probe_argument_count using TRY...CATCH.
3048 (svr4_handle_solib_event): Likewise, for evaluate_probe_argument.
3049
f469e8ce
SDJ
30502015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
3051
3052 * probe.h (struct probe_ops) <get_probe_argument_count,
3053 evaluate_probe_argument, enable_probe, disable_probe>: Mention in
3054 the comment that the function can throw an exception.
3055 (get_probe_argument_count): Likewise.
3056 (evaluate_probe_argument): Likewise.
3057 * stap-probe.c (stap_get_opcode): Call error instead of
3058 internal_error.
3059 (stap_get_expected_argument_type): Likewise. Add argument
3060 'probe'. Improve error message by mentioning the probe's name.
3061 (stap_parse_probe_arguments): Adjust call to
3062 stap_get_expected_argument_type.
3063 (stap_get_arg): Add comment. Assert that 'probe->args_parsed' is
3064 not zero. Call internal_error if GDB requests an argument but the
3065 probe has no arguments.
3066
dc5c8746
PMR
30672015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
3068
3069 * ada-lang.c (ada_resolve_function): Do not ask the user what
3070 match to use when in completion mode.
3071
136765ea
AB
30722015-08-31 Andrew Burgess <andrew.burgess@embecosm.com>
3073
3074 * tui/tui-data.c (tui_win_name): Make local variable const, remove
3075 cast of NULL.
3076
90b81c5f
MF
30772015-08-31 Max Filippov <jcmvbkbc@gmail.com>
3078
3079 * xtensa-tdep.h (XTENSA_GDBARCH_TDEP_INSTANTIATE): Initialize
3080 call_abi using XSHAL_ABI macro.
3081
1cd36e54
DE
30822015-08-29 Doug Evans <xdje42@gmail.com>
3083
3084 * symtab.h (struct symbol): Tweak comment.
3085
8f57eec2
PP
30862015-08-29 Patrick Palka <patrick@parcs.ath.cx>
3087
3088 * gdbtypes.c (alloc_type_arch): Allocate the type on the given
3089 gdbarch obstack instead of on the heap. Update commentary
3090 accordingly.
3091
38eebd71
JB
30922015-08-28 Joel Brobecker <brobecker@adacore.com>
3093
3094 GDB 7.10 released.
3095
d63dd61e
SM
30962015-08-28 Simon Marchi <simon.marchi@ericsson.com>
3097
3098 * NEWS: Update entry about non-8-bits addressable memory.
3099
6f059256
UW
31002015-08-28 Ulrich Weigand <uweigand@de.ibm.com>
3101
3102 Revert:
3103 2014-11-06 Doug Evans <xdje42@gmail.com>
3104 * solib.c (solib_global_lookup): Fetch arch from objfile,
3105 not target_gdbarch.
3106
70987a92 31072015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
ef36892e
UW
3108
3109 * ppc-linux-tdep.c (ppc_linux_spe_context_lookup): Do not
3110 attempt to relocate a TLS variable offset.
3111
70987a92 31122015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
791bb1f4
UW
3113
3114 * spu-multiarch.c (parse_spufs_run): Bail out if inferior is not
3115 registered yet. Set inferior_ptid while calling target_read_memory.
3116
70987a92 31172015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
1db33b5a
UW
3118
3119 * nat/linux-ptrace.h (GDB_ARCH_TRAP_BRKPT): Replace by ...
3120 (GDB_ARCH_IS_TRAP_BRKPT): ... this. Add __powerpc__ case.
3121 * linux-nat.c (check_stopped_by_breakpoint): Use
3122 GDB_ARCH_IS_TRAP_BRKPT instead of GDB_ARCH_TRAP_BRKPT.
3123
70987a92 31242015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
e0fd7c47
UW
3125
3126 * linux-thread-db.c (thread_db_get_thread_local_address): If the
3127 thread was not yet discovered, use thread_from_lwp instead of
3128 calling thread_db_find_new_threads_1.
3129
f5cdf498
SM
31302015-08-27 Simon Marchi <simon.marchi@ericsson.com>
3131
3132 * m88k-tdep.c (m88k_analyze_prologue): Fix inverted allocation
3133 statements.
3134
fd2ae5d6
SM
31352015-08-27 Simon Marchi <simon.marchi@ericsson.com>
3136
3137 * NEWS: Document support for non-8-bits addressable memory.
3138
14d88147
PA
31392015-08-27 Pedro Alves <palves@redhat.com>
3140
3141 * configure.ac: Remove AC_TYPE_SIGNAL call.
3142 * configure, config.in: Regenerate.
3143
a40805d4
PA
31442015-08-27 Pedro Alves <palves@redhat.com>
3145
3146 * cp-support.c (gdb_demangle): Use sighandler_t. Remove cast.
3147 * extension-priv.h: Include signal.h.
3148 (struct signal_handler) <handler>: Change type to sighandler_t.
3149 * extension.c (install_gdb_sigint_handler): Use sighandler_t.
3150 * inflow.c (sigint_ours, sigquit_ours): Change type to
3151 sighandler_t.
3152 (child_terminal_inferior): Remove casts.
3153 (child_terminal_ours_1, new_tty): Use sighandler_t. Remove casts.
3154 (osig): Change type to sighandler_t.
3155 * nto-procfs.c (ofunc): Change type to sighandler_t.
3156 (procfs_wait): Remove casts.
3157 * remote-m32r-sdi.c (m32r_wait, m32r_load): Use sighandler_t.
3158 * remote-sim.c (gdbsim_wait): Use sighandler_t.
3159 * utils.c (wait_to_die_with_timeout): Use sighandler_t.
3160
0750520d
PA
31612015-08-27 Pedro Alves <palves@redhat.com>
3162
3163 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add signal-h.
3164 * gnulib/aclocal.m4: Renegerate.
3165 * gnulib/config.in: Renegerate.
3166 * gnulib/configure: Renegerate.
3167 * gnulib/import/Makefile.am: Update.
3168 * gnulib/import/Makefile.in: Regenerate.
3169 * gnulib/import/m4/gnulib-cache.m4: Update.
3170 * gnulib/import/m4/gnulib-comp.m4: Update.
3171 * gnulib/import/m4/signal_h.m4: New file.
3172 * gnulib/import/signal.in.h: New file.
3173
a5c0808e
PA
31742015-08-27 Pedro Alves <palves@redhat.com>
3175
3176 * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE)
3177 (MIN_MEMORY_PACKET_SIZE): New.
3178 (MAX_REMOTE_PACKET_SIZE, MIN_REMOTE_PACKET_SIZE): Delete.
3179 (get_memory_packet_size): Adjust. No longer limit the max packet
3180 size.
3181 (set_memory_packet_size): Adjust, and remove dead code.
3182 (remote_check_symbols): Use xmalloc and a cleanup instead of
3183 alloca.
3184 (remote_packet_size): No longer cap the packet size.
3185 (putpkt_binary): Use xmalloc and a cleanup instead of alloca.
3186
cdaec3f3
LM
31872015-08-26 Luis Machado <lgustavo@codesourcery.com>
3188
3189 * compile/compile.c (compile_to_object): Mention language in
3190 error message.
3191
e9756d52
PP
31922015-08-26 Patrick Palka <patrick@parcs.ath.cx>
3193
3194 * target.c (target_pre_inferior): Unset attach_flag.
3195
1dc7a623
SM
31962015-08-26 Simon Marchi <simon.marchi@ericsson.com>
3197
3198 * gdbarch.sh (append_name): Fix type in XRESIZEVEC.
3199 * gdbarch.c: Re-generate.
3200
8d749320
SM
32012015-08-26 Simon Marchi <simon.marchi@ericsson.com>
3202
6711b7f8
SM
3203 * aarch64-linux-nat.c (aarch64_add_process): Replace xmalloc-family
3204 function with the XNEW-family equivalent.
8d749320
SM
3205 * aarch64-tdep.c (aarch64_gdbarch_init): Likewise.
3206 * ada-exp.y (write_ambiguous_var): Likewise.
3207 * ada-lang.c (resolve_subexp): Likewise.
3208 (user_select_syms): Likewise.
3209 (assign_aggregate): Likewise.
3210 (ada_evaluate_subexp): Likewise.
3211 (cache_symbol): Likewise.
3212 * addrmap.c (allocate_key): Likewise.
3213 (addrmap_create_mutable): Likewise.
3214 * aix-thread.c (sync_threadlists): Likewise.
3215 * alpha-tdep.c (alpha_push_dummy_call): Likewise.
3216 (alpha_gdbarch_init): Likewise.
3217 * amd64-windows-tdep.c (amd64_windows_push_arguments): Likewise.
3218 * arm-linux-nat.c (arm_linux_add_process): Likewise.
3219 * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
3220 * arm-tdep.c (push_stack_item): Likewise.
3221 (arm_displaced_step_copy_insn): Likewise.
3222 (arm_gdbarch_init): Likewise.
3223 (_initialize_arm_tdep): Likewise.
3224 * avr-tdep.c (push_stack_item): Likewise.
3225 * ax-general.c (new_agent_expr): Likewise.
3226 * block.c (block_initialize_namespace): Likewise.
3227 * breakpoint.c (alloc_counted_command_line): Likewise.
3228 (update_dprintf_command_list): Likewise.
3229 (parse_breakpoint_sals): Likewise.
3230 (decode_static_tracepoint_spec): Likewise.
3231 (until_break_command): Likewise.
3232 (clear_command): Likewise.
3233 (update_global_location_list): Likewise.
3234 (get_breakpoint_objfile_data) Likewise.
3235 * btrace.c (ftrace_new_function): Likewise.
3236 (btrace_set_insn_history): Likewise.
3237 (btrace_set_call_history): Likewise.
3238 * buildsym.c (add_symbol_to_list): Likewise.
3239 (record_pending_block): Likewise.
3240 (start_subfile): Likewise.
3241 (start_buildsym_compunit): Likewise.
3242 (push_subfile): Likewise.
3243 (end_symtab_get_static_block): Likewise.
3244 (buildsym_init): Likewise.
3245 * cli/cli-cmds.c (source_command): Likewise.
3246 * cli/cli-decode.c (add_cmd): Likewise.
3247 * cli/cli-script.c (build_command_line): Likewise.
3248 (setup_user_args): Likewise.
3249 (realloc_body_list): Likewise.
3250 (process_next_line): Likewise.
3251 (copy_command_lines): Likewise.
3252 * cli/cli-setshow.c (do_set_command): Likewise.
3253 * coff-pe-read.c (read_pe_exported_syms): Likewise.
3254 * coffread.c (coff_locate_sections): Likewise.
3255 (coff_symtab_read): Likewise.
3256 (coff_read_struct_type): Likewise.
3257 * common/cleanups.c (make_my_cleanup2): Likewise.
3258 * common/common-exceptions.c (throw_it): Likewise.
3259 * common/filestuff.c (make_cleanup_close): Likewise.
3260 * common/format.c (parse_format_string): Likewise.
3261 * common/queue.h (DEFINE_QUEUE_P): Likewise.
3262 * compile/compile-object-load.c (munmap_list_add): Likewise.
3263 (compile_object_load): Likewise.
3264 * compile/compile-object-run.c (compile_object_run): Likewise.
3265 * compile/compile.c (append_args): Likewise.
3266 * corefile.c (specify_exec_file_hook): Likewise.
3267 * cp-support.c (make_symbol_overload_list): Likewise.
3268 * cris-tdep.c (push_stack_item): Likewise.
3269 (cris_gdbarch_init): Likewise.
3270 * ctf.c (ctf_trace_file_writer_new): Likewise.
3271 * dbxread.c (init_header_files): Likewise.
3272 (add_new_header_file): Likewise.
3273 (init_bincl_list): Likewise.
3274 (dbx_end_psymtab): Likewise.
3275 (start_psymtab): Likewise.
3276 (dbx_end_psymtab): Likewise.
3277 * dcache.c (dcache_init): Likewise.
3278 * dictionary.c (dict_create_hashed): Likewise.
3279 (dict_create_hashed_expandable): Likewise.
3280 (dict_create_linear): Likewise.
3281 (dict_create_linear_expandable): Likewise.
3282 * dtrace-probe.c (dtrace_process_dof_probe): Likewise.
3283 * dummy-frame.c (register_dummy_frame_dtor): Likewise.
3284 * dwarf2-frame-tailcall.c (cache_new_ref1): Likewise.
3285 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3286 (decode_frame_entry_1): Likewise.
3287 * dwarf2expr.c (new_dwarf_expr_context): Likewise.
3288 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
3289 * dwarf2read.c (dwarf2_has_info): Likewise.
3290 (create_signatured_type_table_from_index): Likewise.
3291 (dwarf2_read_index): Likewise.
3292 (dw2_get_file_names_reader): Likewise.
3293 (create_all_type_units): Likewise.
3294 (read_cutu_die_from_dwo): Likewise.
3295 (init_tu_and_read_dwo_dies): Likewise.
3296 (init_cutu_and_read_dies): Likewise.
3297 (create_all_comp_units): Likewise.
3298 (queue_comp_unit): Likewise.
3299 (inherit_abstract_dies): Likewise.
3300 (read_call_site_scope): Likewise.
3301 (dwarf2_add_field): Likewise.
3302 (dwarf2_add_typedef): Likewise.
3303 (dwarf2_add_member_fn): Likewise.
3304 (attr_to_dynamic_prop): Likewise.
3305 (abbrev_table_alloc_abbrev): Likewise.
3306 (abbrev_table_read_table): Likewise.
3307 (add_include_dir): Likewise.
3308 (add_file_name): Likewise.
3309 (dwarf_decode_line_header): Likewise.
3310 (dwarf2_const_value_attr): Likewise.
3311 (dwarf_alloc_block): Likewise.
3312 (parse_macro_definition): Likewise.
3313 (set_die_type): Likewise.
3314 (write_psymtabs_to_index): Likewise.
3315 (create_cus_from_index): Likewise.
3316 (dwarf2_create_include_psymtab): Likewise.
3317 (process_psymtab_comp_unit_reader): Likewise.
3318 (build_type_psymtab_dependencies): Likewise.
3319 (read_comp_units_from_section): Likewise.
3320 (compute_compunit_symtab_includes): Likewise.
3321 (create_dwo_unit_in_dwp_v1): Likewise.
3322 (create_dwo_unit_in_dwp_v2): Likewise.
3323 (read_func_scope): Likewise.
3324 (process_structure_scope): Likewise.
3325 (mark_common_block_symbol_computed): Likewise.
3326 (load_partial_dies): Likewise.
3327 (dwarf2_symbol_mark_computed): Likewise.
3328 * elfread.c (elf_symfile_segments): Likewise.
3329 (elf_read_minimal_symbols): Likewise.
3330 * environ.c (make_environ): Likewise.
3331 * eval.c (evaluate_subexp_standard): Likewise.
3332 * event-loop.c (create_file_handler): Likewise.
3333 (create_async_signal_handler): Likewise.
3334 (create_async_event_handler): Likewise.
3335 (create_timer): Likewise.
3336 * exec.c (build_section_table): Likewise.
3337 * fbsd-nat.c (fbsd_remember_child): Likewise.
3338 * fork-child.c (fork_inferior): Likewise.
3339 * frv-tdep.c (new_variant): Likewise.
3340 * gdbarch.sh (gdbarch_alloc): Likewise.
3341 (append_name): Likewise.
3342 * gdbtypes.c (rank_function): Likewise.
3343 (copy_type_recursive): Likewise.
3344 (add_dyn_prop): Likewise.
3345 * gnu-nat.c (make_proc): Likewise.
3346 (make_inf): Likewise.
3347 (gnu_write_inferior): Likewise.
3348 * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
3349 (build_std_type_info_type): Likewise.
3350 * guile/scm-param.c (compute_enum_list): Likewise.
3351 * guile/scm-utils.c (gdbscm_parse_function_args): Likewise.
3352 * guile/scm-value.c (gdbscm_value_call): Likewise.
3353 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
3354 * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
3355 (read_unwind_info): Likewise.
3356 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
3357 * infcall.c (dummy_frame_context_saver_setup): Likewise.
3358 (call_function_by_hand_dummy): Likewise.
3359 * infcmd.c (step_once): Likewise.
3360 (finish_forward): Likewise.
3361 (attach_command): Likewise.
3362 (notice_new_inferior): Likewise.
3363 * inferior.c (add_inferior_silent): Likewise.
3364 * infrun.c (add_displaced_stepping_state): Likewise.
3365 (save_infcall_control_state): Likewise.
3366 (save_inferior_ptid): Likewise.
3367 (_initialize_infrun): Likewise.
3368 * jit.c (bfd_open_from_target_memory): Likewise.
3369 (jit_gdbarch_data_init): Likewise.
3370 * language.c (add_language): Likewise.
3371 * linespec.c (decode_line_2): Likewise.
3372 * linux-nat.c (add_to_pid_list): Likewise.
3373 (add_initial_lwp): Likewise.
3374 * linux-thread-db.c (add_thread_db_info): Likewise.
3375 (record_thread): Likewise.
3376 (info_auto_load_libthread_db): Likewise.
3377 * m32c-tdep.c (m32c_gdbarch_init): Likewise.
3378 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
3379 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
3380 * m88k-tdep.c (m88k_analyze_prologue): Likewise.
3381 * macrocmd.c (macro_define_command): Likewise.
3382 * macroexp.c (gather_arguments): Likewise.
3383 * macroscope.c (sal_macro_scope): Likewise.
3384 * macrotab.c (new_macro_table): Likewise.
3385 * mdebugread.c (push_parse_stack): Likewise.
3386 (parse_partial_symbols): Likewise.
3387 (parse_symbol): Likewise.
3388 (psymtab_to_symtab_1): Likewise.
3389 (new_block): Likewise.
3390 (new_psymtab): Likewise.
3391 (mdebug_build_psymtabs): Likewise.
3392 (add_pending): Likewise.
3393 (elfmdebug_build_psymtabs): Likewise.
3394 * mep-tdep.c (mep_gdbarch_init): Likewise.
3395 * mi/mi-main.c (mi_execute_command): Likewise.
3396 * mi/mi-parse.c (mi_parse_argv): Likewise.
3397 * minidebug.c (lzma_open): Likewise.
3398 * minsyms.c (terminate_minimal_symbol_table): Likewise.
3399 * mips-linux-nat.c (mips_linux_insert_watchpoint): Likewise.
3400 * mips-tdep.c (mips_gdbarch_init): Likewise.
3401 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
3402 * msp430-tdep.c (msp430_gdbarch_init): Likewise.
3403 * mt-tdep.c (mt_registers_info): Likewise.
3404 * nat/aarch64-linux.c (aarch64_linux_new_thread): Likewise.
3405 * nat/linux-btrace.c (linux_enable_bts): Likewise.
3406 (linux_enable_pt): Likewise.
3407 * nat/linux-osdata.c (linux_xfer_osdata_processes): Likewise.
3408 (linux_xfer_osdata_processgroups): Likewise.
3409 * nios2-tdep.c (nios2_gdbarch_init): Likewise.
3410 * nto-procfs.c (procfs_meminfo): Likewise.
3411 * objc-lang.c (start_msglist): Likewise.
3412 (selectors_info): Likewise.
3413 (classes_info): Likewise.
3414 (find_methods): Likewise.
3415 * objfiles.c (allocate_objfile): Likewise.
3416 (update_section_map): Likewise.
3417 * osabi.c (gdbarch_register_osabi): Likewise.
3418 (gdbarch_register_osabi_sniffer): Likewise.
3419 * parse.c (start_arglist): Likewise.
3420 * ppc-linux-nat.c (hwdebug_find_thread_points_by_tid): Likewise.
3421 (hwdebug_insert_point): Likewise.
3422 * printcmd.c (display_command): Likewise.
3423 (ui_printf): Likewise.
3424 * procfs.c (create_procinfo): Likewise.
3425 (load_syscalls): Likewise.
3426 (proc_get_LDT_entry): Likewise.
3427 (proc_update_threads): Likewise.
3428 * prologue-value.c (make_pv_area): Likewise.
3429 (pv_area_store): Likewise.
3430 * psymtab.c (extend_psymbol_list): Likewise.
3431 (init_psymbol_list): Likewise.
3432 (allocate_psymtab): Likewise.
3433 * python/py-inferior.c (add_thread_object): Likewise.
3434 * python/py-param.c (compute_enum_values): Likewise.
3435 * python/py-value.c (valpy_call): Likewise.
3436 * python/py-varobj.c (py_varobj_iter_next): Likewise.
3437 * python/python.c (ensure_python_env): Likewise.
3438 * record-btrace.c (record_btrace_start_replaying): Likewise.
3439 * record-full.c (record_full_reg_alloc): Likewise.
3440 (record_full_mem_alloc): Likewise.
3441 (record_full_end_alloc): Likewise.
3442 (record_full_core_xfer_partial): Likewise.
3443 * regcache.c (get_thread_arch_aspace_regcache): Likewise.
3444 * remote-fileio.c (remote_fileio_init_fd_map): Likewise.
3445 * remote-notif.c (remote_notif_state_allocate): Likewise.
3446 * remote.c (demand_private_info): Likewise.
3447 (remote_notif_stop_alloc_reply): Likewise.
3448 (remote_enable_btrace): Likewise.
3449 * reverse.c (save_bookmark_command): Likewise.
3450 * rl78-tdep.c (rl78_gdbarch_init): Likewise.
3451 * rx-tdep.c (rx_gdbarch_init): Likewise.
3452 * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
3453 * ser-go32.c (dos_get_tty_state): Likewise.
3454 (dos_copy_tty_state): Likewise.
3455 * ser-mingw.c (ser_windows_open): Likewise.
3456 (ser_console_wait_handle): Likewise.
3457 (ser_console_get_tty_state): Likewise.
3458 (make_pipe_state): Likewise.
3459 (net_windows_open): Likewise.
3460 * ser-unix.c (hardwire_get_tty_state): Likewise.
3461 (hardwire_copy_tty_state): Likewise.
3462 * solib-aix.c (solib_aix_new_lm_info): Likewise.
3463 * solib-dsbt.c (dsbt_current_sos): Likewise.
3464 (dsbt_relocate_main_executable): Likewise.
3465 * solib-frv.c (frv_current_sos): Likewise.
3466 (frv_relocate_main_executable): Likewise.
3467 * solib-spu.c (spu_bfd_fopen): Likewise.
3468 * solib-svr4.c (lm_info_read): Likewise.
3469 (svr4_copy_library_list): Likewise.
3470 (svr4_default_sos): Likewise.
3471 * source.c (find_source_lines): Likewise.
3472 (line_info): Likewise.
3473 (add_substitute_path_rule): Likewise.
3474 * spu-linux-nat.c (spu_bfd_open): Likewise.
3475 * spu-tdep.c (info_spu_dma_cmdlist): Likewise.
3476 * stabsread.c (dbx_lookup_type): Likewise.
3477 (read_type): Likewise.
3478 (read_member_functions): Likewise.
3479 (read_struct_fields): Likewise.
3480 (read_baseclasses): Likewise.
3481 (read_args): Likewise.
3482 (_initialize_stabsread): Likewise.
3483 * stack.c (func_command): Likewise.
3484 * stap-probe.c (handle_stap_probe): Likewise.
3485 * symfile.c (addrs_section_sort): Likewise.
3486 (addr_info_make_relative): Likewise.
3487 (load_section_callback): Likewise.
3488 (add_symbol_file_command): Likewise.
3489 (init_filename_language_table): Likewise.
3490 * symtab.c (create_filename_seen_cache): Likewise.
3491 (sort_search_symbols_remove_dups): Likewise.
3492 (search_symbols): Likewise.
3493 * target.c (make_cleanup_restore_target_terminal): Likewise.
3494 * thread.c (new_thread): Likewise.
3495 (enable_thread_stack_temporaries): Likewise.
3496 (make_cleanup_restore_current_thread): Likewise.
3497 (thread_apply_all_command): Likewise.
3498 * tic6x-tdep.c (tic6x_gdbarch_init): Likewise.
3499 * top.c (gdb_readline_wrapper): Likewise.
3500 * tracefile-tfile.c (tfile_trace_file_writer_new): Likewise.
3501 * tracepoint.c (trace_find_line_command): Likewise.
3502 (all_tracepoint_actions_and_cleanup): Likewise.
3503 (make_cleanup_restore_current_traceframe): Likewise.
3504 (get_uploaded_tp): Likewise.
3505 (get_uploaded_tsv): Likewise.
3506 * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
3507 (tui_alloc_win_info): Likewise.
3508 (tui_alloc_content): Likewise.
3509 (tui_add_content_elements): Likewise.
3510 * tui/tui-disasm.c (tui_find_disassembly_address): Likewise.
3511 (tui_set_disassem_content): Likewise.
3512 * ui-file.c (ui_file_new): Likewise.
3513 (stdio_file_new): Likewise.
3514 (tee_file_new): Likewise.
3515 * utils.c (make_cleanup_restore_integer): Likewise.
3516 (add_internal_problem_command): Likewise.
3517 * v850-tdep.c (v850_gdbarch_init): Likewise.
3518 * valops.c (find_oload_champ): Likewise.
3519 * value.c (allocate_value_lazy): Likewise.
3520 (record_latest_value): Likewise.
3521 (create_internalvar): Likewise.
3522 * varobj.c (install_variable): Likewise.
3523 (new_variable): Likewise.
3524 (new_root_variable): Likewise.
3525 (cppush): Likewise.
3526 (_initialize_varobj): Likewise.
3527 * windows-nat.c (windows_make_so): Likewise.
3528 * x86-nat.c (x86_add_process): Likewise.
3529 * xcoffread.c (arrange_linetable): Likewise.
3530 (allocate_include_entry): Likewise.
3531 (process_linenos): Likewise.
3532 (SYMBOL_DUP): Likewise.
3533 (xcoff_start_psymtab): Likewise.
3534 (xcoff_end_psymtab): Likewise.
3535 * xml-support.c (gdb_xml_parse_attr_ulongest): Likewise.
3536 * xtensa-tdep.c (xtensa_register_type): Likewise.
3537 * gdbarch.c: Regenerate.
3538 * gdbarch.h: Regenerate.
3539
17d8546e
DB
35402015-08-25 Don Breazeal <donb@codesourcery.com>
3541
3542 * infrun.c (follow_exec): Re-order operations for
3543 handling follow-exec-mode "new".
3544 (handle_inferior_event_1): Assign ecs->event_thread
3545 to the current thread.
3546 * remote.c (get_remote_arch_state): Add an assertion.
3547
ba49e44b
PA
35482015-08-26 Pedro Alves <palves@redhat.com>
3549
3550 * MAINTAINERS: Add Markus Metzger as btrace maintainer.
3551
7541ab03 35522015-08-25 Pedro Alves <palves@redhat.com>
abc56d60 3553
7541ab03 3554 PR gdb/18804
abc56d60
PA
3555 * defs.h (maybe_quit): Declare.
3556 (QUIT): Now calls maybe_quit.
3557 * event-loop.c (clear_async_signal_handler)
3558 (async_signal_handler_is_marked): New functions.
3559 * event-loop.h (async_signal_handler_is_marked)
3560 (clear_async_signal_handler): New declarations.
3561 * remote.c (remote_check_pending_interrupt): New function.
3562 (interrupt_query): Use make_cleanup_restore_target_terminal. No
3563 longer check whether the target is async. If waiting for a stop
3564 reply, and a Ctrl-C as been sent to the target, offer to
3565 disconnect, and throw TARGET_CLOSE_ERROR instead of a quit.
3566 Otherwise do not disconnect and throw a quit.
3567 (_initialize_remote): Install remote_check_pending_interrupt as
3568 to_check_pending_interrupt.
3569 * target.c (target_check_pending_interrupt): New function.
3570 * target.h (struct target_ops) <to_check_pending_interrupt>: New
3571 field.
3572 (target_check_pending_interrupt): New declaration.
3573 * utils.c (maybe_quit): New function.
3574 * target-delegates.c: Regenerate.
3575
dfe7f77c
YQ
35762015-08-25 Yao Qi <yao.qi@linaro.org>
3577
3578 * nat/aarch64-linux-hw-point.c (debug_reg_change_callback):
3579 Rename local variable pid to tid, and get lwpid of lwp. Update
3580 debug output.
3581
63e43d3a
PMR
35822015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
3583
3584 * ada-lang.c (ada_read_var_value): Add a var_block argument
3585 and pass it to default_read_var_value.
3586 * block.c (block_static_link): New accessor.
3587 * block.h (block_static_link): Declare it.
3588 * buildsym.c (finish_block_internal): Add a static_link
3589 argument. If there is a static link, associate it to the new
3590 block.
3591 (finish_block): Add a static link argument and pass it to
3592 finish_block_internal.
3593 (end_symtab_get_static_block): Update calls to finish_block and
3594 to finish_block_internal.
3595 (end_symtab_with_blockvector): Update call to
3596 finish_block_internal.
3597 * buildsym.h: Forward-declare struct dynamic_prop.
3598 (struct context_stack): Add a static_link field.
3599 (finish_block): Add a static link argument.
3600 * c-exp.y: Remove an obsolete comment (evaluation of variables
3601 already start from the selected frame, and now they climb *up*
3602 the call stack) and propagate the block information to the
3603 produced expression.
3604 * d-exp.y: Likewise.
3605 * f-exp.y: Likewise.
3606 * go-exp.y: Likewise.
3607 * jv-exp.y: Likewise.
3608 * m2-exp.y: Likewise.
3609 * p-exp.y: Likewise.
3610 * coffread.c (coff_symtab_read): Update calls to finish_block.
3611 * dbxread.c (process_one_symbol): Likewise.
3612 * xcoffread.c (read_xcoff_symtab): Likewise.
3613 * compile/compile-c-symbols.c (convert_one_symbol): Promote the
3614 "sym" parameter to struct block_symbol, update its uses and pass
3615 its block to calls to read_var_value.
3616 (convert_symbol_sym): Update the calls to convert_one_symbol.
3617 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update
3618 call to read_var_value.
3619 * dwarf2loc.c (block_op_get_frame_base): New.
3620 (dwarf2_block_frame_base_locexpr_funcs): Implement the
3621 get_frame_base method.
3622 (dwarf2_block_frame_base_loclist_funcs): Likewise.
3623 (dwarf2locexpr_baton_eval): Add a frame argument and use it
3624 instead of the selected frame in order to evaluate the
3625 expression.
3626 (dwarf2_evaluate_property): Add a frame argument. Update call
3627 to dwarf2_locexpr_baton_eval to provide a frame in available and
3628 to handle the absence of address stack.
3629 * dwarf2loc.h (dwarf2_evaluate_property): Add a frame argument.
3630 * dwarf2read.c (attr_to_dynamic_prop): Add a forward
3631 declaration.
3632 (read_func_scope): Record any available static link description.
3633 Update call to finish_block.
3634 (read_lexical_block_scope): Update call to finish_block.
3635 * findvar.c (follow_static_link): New.
3636 (get_hosting_frame): New.
3637 (default_read_var_value): Add a var_block argument. Use
3638 get_hosting_frame to handle non-local references.
3639 (read_var_value): Add a var_block argument and pass it to the
3640 LA_READ_VAR_VALUE method.
3641 * gdbtypes.c (resolve_dynamic_range): Update calls to
3642 dwarf2_evaluate_property.
3643 (resolve_dynamic_type_internal): Likewise.
3644 * guile/scm-frame.c (gdbscm_frame_read_var): Update call to
3645 read_var_value, passing it the block coming from symbol lookup.
3646 * guile/scm-symbol.c (gdbscm_symbol_value): Update call to
3647 read_var_value (TODO).
3648 * infcmd.c (finish_command_continuation): Update call to
3649 read_var_value, passing it the block coming from symbol lookup.
3650 * infrun.c (insert_exception_resume_breakpoint): Likewise.
3651 * language.h (struct language_defn): Add a var_block argument to
3652 the LA_READ_VAR_VALUE method.
3653 * objfiles.c (struct static_link_htab_entry): New.
3654 (static_link_htab_entry_hash): New.
3655 (static_link_htab_entry_eq): New.
3656 (objfile_register_static_link): New.
3657 (objfile_lookup_static_link): New.
3658 (free_objfile): Free the STATIC_LINKS hashed map if needed.
3659 * objfiles.h: Include hashtab.h.
3660 (struct objfile): Add a static_links field.
3661 (objfile_register_static_link): New.
3662 (objfile_lookup_static_link): New.
3663 * printcmd.c (print_variable_and_value): Update call to
3664 read_var_value.
3665 * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
3666 * python/py-frame.c (frapy_read_var): Update call to
3667 read_var_value, passing it the block coming from symbol lookup.
3668 * python/py-framefilter.c (extract_sym): Add a sym_block
3669 parameter and set the pointed value to NULL (TODO).
3670 (enumerate_args): Update call to extract_sym.
3671 (enumerate_locals): Update calls to extract_sym and to
3672 read_var_value.
3673 * python/py-symbol.c (sympy_value): Update call to
3674 read_var_value (TODO).
3675 * stack.c (read_frame_local): Update call to read_var_value.
3676 (read_frame_arg): Likewise.
3677 (return_command): Likewise.
3678 * symtab.h (struct symbol_block_ops): Add a get_frame_base
3679 method.
3680 (struct symbol): Add a block field.
3681 (SYMBOL_BLOCK): New accessor.
3682 * valops.c (value_of_variable): Remove frame/block handling and
3683 pass the block argument to read_var_value, which does this job
3684 now.
3685 (value_struct_elt_for_reference): Update calls to
3686 read_var_value.
3687 (value_of_this): Pass the block found to read_var_value.
3688 * value.h (read_var_value): Add a var_block argument.
3689 (default_read_var_value): Likewise.
3690
ed8b7b42
YQ
36912015-08-25 Yao Qi <yao.qi@linaro.org>
3692
3693 * aarch64-linux-nat.c (aarch64_linux_new_thread): Move it to ...
3694 * nat/aarch64-linux.c (aarch64_linux_new_thread): ... here.
3695 * nat/aarch64-linux.h (aarch64_linux_new_thread): Declare.
3696
db3cb7cb
YQ
36972015-08-25 Yao Qi <yao.qi@linaro.org>
3698
3699 * Makefile.in (aarch64-liunx.o): New rule.
3700 (HFILES_NO_SRCDIR): Add aarch64-linux.h.
3701 * config/aarch64/linux.mh (NAT_FILE): Add aarch64-linux.o.
3702 * aarch64-linux-nat.c: Include nat/aarch64-linux.h.
3703 * aarch64-linux-nat.c (aarch64_get_debug_reg_state): Make it
3704 extern.
3705 (aarch64_linux_prepare_to_resume): Move it nat/aarch64-linux.c.
3706 * nat/aarch64-linux-hw-point.h (aarch64_debug_reg_state): Declare
3707 * nat/aarch64-linux.c: New file.
3708 * nat/aarch64-linux.h: New file.
3709
f6011a1c
YQ
37102015-08-25 Yao Qi <yao.qi@linaro.org>
3711
3712 * aarch64-linux-nat.c (aarch64_linux_prepare_to_resume): Use
3713 lwp_arch_private_info and ptid_of_lwp.
3714
5e35436e
YQ
37152015-08-25 Yao Qi <yao.qi@linaro.org>
3716
3717 * aarch64-linux-nat.c (struct arch64_dr_update_callback_param):
3718 Move it to nat/aarch64-linux-hw-point.c.
3719 (debug_reg_change_callback): Likewise.
3720 (aarch64_notify_debug_reg_change): :Likewise.
3721 * nat/aarch64-linux-hw-point.c: Include nat/linux-nat.h.
3722 (aarch64_dr_update_callback_param): New.
3723 (debug_reg_change_callback): New function.
3724 (aarch64_notify_debug_reg_change): Likewise.
3725 * nat/aarch64-linux-hw-point.h (aarch64_notify_debug_reg_change):
3726 Remove the declaration.
3727
4a8a7965
YQ
37282015-08-25 Yao Qi <yao.qi@linaro.org>
3729
3730 * aarch64-linux-nat.c (aarch64_notify_debug_reg_change):
3731 Call current_lwp_ptid.
3732
32a271ee
YQ
37332015-08-25 Yao Qi <yao.qi@linaro.org>
3734
3735 * aarch64-linux-nat.c (debug_reg_change_callback): Use
3736 debug_printf.
3737
5e137137
YQ
37382015-08-25 Yao Qi <yao.qi@linaro.org>
3739
3740 * aarch64-linux-nat.c (debug_reg_change_callback): Call
3741 ptid_get_pid rather than ptid_get_lwp.
3742
73b8c1fd
PA
37432015-08-24 Pedro Alves <palves@redhat.com>
3744
3745 * NEWS (New commands): Mention set/show remote
3746 multiprocess-extensions-packet.
3747 * remote.c (remote_query_supported): Only tell the server to use
3748 the multiprocess extensions if the user hasn't force-disabled them
3749 with "set remote multiprocess-extensions-packet off".
3750
4a626d0a
PA
37512015-08-24 Pedro Alves <palves@redhat.com>
3752
3753 * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
3754 1029a8112290f6eee9d7878a391c49db42c999bd.
3755 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4:
3756 Regenerate.
3757 * gnulib/import/Makefile.am: Update.
3758 * gnulib/import/Makefile.in: Update.
3759 * gnulib/import/alloca.in.h: Update.
3760 * gnulib/import/basename-lgpl.c: Update.
3761 * gnulib/import/canonicalize-lgpl.c: Update.
3762 * gnulib/import/config.charset: Update.
3763 * gnulib/import/dirent.in.h: Update.
3764 * gnulib/import/dirfd.c: Update.
3765 * gnulib/import/dirname-lgpl.c: Update.
3766 * gnulib/import/dirname.h: Update.
3767 * gnulib/import/dosname.h: Update.
3768 * gnulib/import/errno.in.h: Update.
3769 * gnulib/import/extra/snippet/arg-nonnull.h: Update.
3770 * gnulib/import/extra/snippet/c++defs.h: Update.
3771 * gnulib/import/extra/snippet/warn-on-use.h: Update.
3772 * gnulib/import/extra/update-copyright: Update.
3773 * gnulib/import/float+.h: Update.
3774 * gnulib/import/float.c: Update.
3775 * gnulib/import/float.in.h: Update.
3776 * gnulib/import/fnmatch.c: Update.
3777 * gnulib/import/fnmatch.in.h: Update.
3778 * gnulib/import/fnmatch_loop.c: Update.
3779 * gnulib/import/fpucw.h: Update.
3780 * gnulib/import/frexp.c: Update.
3781 * gnulib/import/frexpl.c: Update.
3782 * gnulib/import/gettimeofday.c: Update.
3783 * gnulib/import/inttypes.in.h: Update.
3784 * gnulib/import/isnan.c: Update.
3785 * gnulib/import/isnand-nolibm.h: Update.
3786 * gnulib/import/isnand.c: Update.
3787 * gnulib/import/isnanl-nolibm.h: Update.
3788 * gnulib/import/isnanl.c: Update.
3789 * gnulib/import/itold.c: Update.
3790 * gnulib/import/localcharset.c: Update.
3791 * gnulib/import/localcharset.h: Update.
3792 * gnulib/import/lstat.c: Update.
3793 * gnulib/import/m4/00gnulib.m4: Update.
3794 * gnulib/import/m4/absolute-header.m4: Update.
3795 * gnulib/import/m4/alloca.m4: Update.
3796 * gnulib/import/m4/canonicalize.m4: Update.
3797 * gnulib/import/m4/codeset.m4: Update.
3798 * gnulib/import/m4/configmake.m4: Update.
3799 * gnulib/import/m4/dirent_h.m4: Update.
3800 * gnulib/import/m4/dirfd.m4: Update.
3801 * gnulib/import/m4/dirname.m4: Update.
3802 * gnulib/import/m4/double-slash-root.m4: Update.
3803 * gnulib/import/m4/eealloc.m4: Update.
3804 * gnulib/import/m4/errno_h.m4: Update.
3805 * gnulib/import/m4/exponentd.m4: Update.
3806 * gnulib/import/m4/exponentl.m4: Update.
3807 * gnulib/import/m4/extensions.m4: Update.
3808 * gnulib/import/m4/extern-inline.m4: Update.
3809 * gnulib/import/m4/fcntl-o.m4: Update.
3810 * gnulib/import/m4/float_h.m4: Update.
3811 * gnulib/import/m4/fnmatch.m4: Update.
3812 * gnulib/import/m4/fpieee.m4: Update.
3813 * gnulib/import/m4/frexp.m4: Update.
3814 * gnulib/import/m4/frexpl.m4: Update.
3815 * gnulib/import/m4/gettimeofday.m4: Update.
3816 * gnulib/import/m4/glibc21.m4: Update.
3817 * gnulib/import/m4/gnulib-cache.m4: Update.
3818 * gnulib/import/m4/gnulib-common.m4: Update.
3819 * gnulib/import/m4/gnulib-comp.m4: Update.
3820 * gnulib/import/m4/gnulib-tool.m4: Update.
3821 * gnulib/import/m4/include_next.m4: Update.
3822 * gnulib/import/m4/inttypes-pri.m4: Update.
3823 * gnulib/import/m4/inttypes.m4: Update.
3824 * gnulib/import/m4/isnand.m4: Update.
3825 * gnulib/import/m4/isnanl.m4: Update.
3826 * gnulib/import/m4/largefile.m4: Update.
3827 * gnulib/import/m4/localcharset.m4: Update.
3828 * gnulib/import/m4/locale-fr.m4: Update.
3829 * gnulib/import/m4/locale-ja.m4: Update.
3830 * gnulib/import/m4/locale-zh.m4: Update.
3831 * gnulib/import/m4/longlong.m4: Update.
3832 * gnulib/import/m4/lstat.m4: Update.
3833 * gnulib/import/m4/malloc.m4: Update.
3834 * gnulib/import/m4/malloca.m4: Update.
3835 * gnulib/import/m4/math_h.m4: Update.
3836 * gnulib/import/m4/mbrtowc.m4: Update.
3837 * gnulib/import/m4/mbsinit.m4: Update.
3838 * gnulib/import/m4/mbsrtowcs.m4: Update.
3839 * gnulib/import/m4/mbstate_t.m4: Update.
3840 * gnulib/import/m4/memchr.m4: Update.
3841 * gnulib/import/m4/memmem.m4: Update.
3842 * gnulib/import/m4/mmap-anon.m4: Update.
3843 * gnulib/import/m4/multiarch.m4: Update.
3844 * gnulib/import/m4/nocrash.m4: Update.
3845 * gnulib/import/m4/off_t.m4: Update.
3846 * gnulib/import/m4/pathmax.m4: Update.
3847 * gnulib/import/m4/readlink.m4: Update.
3848 * gnulib/import/m4/rename.m4: Update.
3849 * gnulib/import/m4/rmdir.m4: Update.
3850 * gnulib/import/m4/ssize_t.m4: Update.
3851 * gnulib/import/m4/stat.m4: Update.
3852 * gnulib/import/m4/stdbool.m4: Update.
3853 * gnulib/import/m4/stddef_h.m4: Update.
3854 * gnulib/import/m4/stdint.m4: Update.
3855 * gnulib/import/m4/stdio_h.m4: Update.
3856 * gnulib/import/m4/stdlib_h.m4: Update.
3857 * gnulib/import/m4/string_h.m4: Update.
3858 * gnulib/import/m4/strstr.m4: Update.
3859 * gnulib/import/m4/strtok_r.m4: Update.
3860 * gnulib/import/m4/sys_socket_h.m4: Update.
3861 * gnulib/import/m4/sys_stat_h.m4: Update.
3862 * gnulib/import/m4/sys_time_h.m4: Update.
3863 * gnulib/import/m4/sys_types_h.m4: Update.
3864 * gnulib/import/m4/time_h.m4: Update.
3865 * gnulib/import/m4/unistd_h.m4: Update.
3866 * gnulib/import/m4/warn-on-use.m4: Update.
3867 * gnulib/import/m4/wchar_h.m4: Update.
3868 * gnulib/import/m4/wchar_t.m4: Update.
3869 * gnulib/import/m4/wctype_h.m4: Update.
3870 * gnulib/import/m4/wint_t.m4: Update.
3871 * gnulib/import/malloc.c: Update.
3872 * gnulib/import/malloca.c: Update.
3873 * gnulib/import/malloca.h: Update.
3874 * gnulib/import/math.in.h: Update.
3875 * gnulib/import/mbrtowc.c: Update.
3876 * gnulib/import/mbsinit.c: Update.
3877 * gnulib/import/mbsrtowcs-impl.h: Update.
3878 * gnulib/import/mbsrtowcs-state.c: Update.
3879 * gnulib/import/mbsrtowcs.c: Update.
3880 * gnulib/import/memchr.c: Update.
3881 * gnulib/import/memmem.c: Update.
3882 * gnulib/import/pathmax.h: Update.
3883 * gnulib/import/readlink.c: Update.
3884 * gnulib/import/ref-add.sin: Update.
3885 * gnulib/import/ref-del.sin: Update.
3886 * gnulib/import/rename.c: Update.
3887 * gnulib/import/rmdir.c: Update.
3888 * gnulib/import/same-inode.h: Update.
3889 * gnulib/import/stat.c: Update.
3890 * gnulib/import/stdbool.in.h: Update.
3891 * gnulib/import/stddef.in.h: Update.
3892 * gnulib/import/stdint.in.h: Update.
3893 * gnulib/import/stdio.c: Update.
3894 * gnulib/import/stdio.in.h: Update.
3895 * gnulib/import/stdlib.in.h: Update.
3896 * gnulib/import/str-two-way.h: Update.
3897 * gnulib/import/streq.h: Update.
3898 * gnulib/import/string.in.h: Update.
3899 * gnulib/import/stripslash.c: Update.
3900 * gnulib/import/strnlen1.c: Update.
3901 * gnulib/import/strnlen1.h: Update.
3902 * gnulib/import/strstr.c: Update.
3903 * gnulib/import/strtok_r.c: Update.
3904 * gnulib/import/sys_stat.in.h: Update.
3905 * gnulib/import/sys_time.in.h: Update.
3906 * gnulib/import/sys_types.in.h: Update.
3907 * gnulib/import/time.in.h: Update.
3908 * gnulib/import/unistd.in.h: Update.
3909 * gnulib/import/verify.h: Update.
3910 * gnulib/import/wchar.in.h: Update.
3911 * gnulib/import/wctype.in.h: Update.
3912 * gnulib/import/gettimeofday.c: New file.
3913 * gnulib/import/m4/absolute-header.m4: New file.
3914 * gnulib/import/m4/gettimeofday.m4: New file.
3915 * gnulib/import/m4/sys_socket_h.m4: New file.
3916 * gnulib/import/m4/sys_time_h.m4: New file.
3917 * gnulib/import/stdio.c: Delete file.
3918 * gnulib/import/sys_time.in.h: New file.
3919
438e1e42
PA
39202015-08-24 Pedro Alves <palves@redhat.com>
3921
3922 * Makefile.in (HFILES_NO_SRCDIR): Add common/gdb_sys_time.h.
3923 * common/gdb_sys_time.h: New file.
3924 * event-loop.c: Include gdb_sys_time.h instead of sys/time.h.
3925 * gdb_select.h: Likewise.
3926 * gdb_usleep.c: Likewise.
3927 * maint.c: Likewise.
3928 * mi/mi-main.c: Likewise.
3929 * mi/mi-parse.h: Likewise.
3930 * remote-fileio.c: Likewise.
3931 * remote-m32r-sdi.c: Likewise.
3932 * remote.c: Likewise.
3933 * ser-base.c: Likewise.
3934 * ser-pipe.c: Likewise.
3935 * ser-tcp.c: Likewise.
3936 * ser-unix.c: Likewise.
3937 * symfile.c: Likewise.
3938 * symfile.c: Likewise. Rename OSIZE to SIZE throughout.
3939 * target-memory.c: Include gdb_sys_time.h instead of sys/time.h.
3940 * utils.c: Likewise.
3941
40e0b271
PA
39422015-08-24 Pedro Alves <palves@redhat.com>
3943
3944 * NEWS: Mention removed support for the various ROM monitors.
3945 * Makefile.in (ALL_TARGET_OBS): Remove dbug-rom.o, dink32-rom.o,
3946 ppcbug-rom.o, m32r-rom.o, dsrec.o and monitor.o from gdb_target_obs.
3947 * configure.tgt (h8300-*-*): Remove monitor.o and m32r-rom.o from
3948 gdb_target_obs.
3949 (m68*-*-*): Remove monitor.o dbug-rom.o and dsrec.o from
3950 gdb_target_obs.
3951 (microblaze*-linux-*): Remove microblaze-rom.o, monitor.o and
3952 dsrec.o from gdb_target_obs.
3953 (microblaze*-*-*): Remove microblaze-rom.o, monitor.o and dsrec.o
3954 from gdb_target_obs.
3955 (powerpc-*-lynx*178): Remove monitor.o and dsrec.o from
3956 gdb_target_obs.
3957 (powerpc*-*-*): Remove monitor.o, dsrec.o, ppcbug-rom.o and
3958 dink32-rom.o from gdb_target_obs.
3959 (sh*-*-linux*): Remove monitor.o and dsrec.o from gdb_target_obs.
3960 (sh*): Remove monitor.o and dsrec.o from gdb_target_obs.
3961 * dbug-rom.c, dink32-rom.c, dsrec.c, m32r-rom.c, microblaze-rom.c,
3962 monitor.c, monitor.h, ppcbug-rom.c, srec.h: Delete files.
3963
f8904751
PA
39642015-08-21 Pedro Alves <palves@redhat.com>
3965
3966 * frame.c (null_frame_id): Explicitly zero-initialize.
3967
049412e3
TT
39682015-08-21 Tom Tromey <tromey@redhat.com>
3969
3970 * dwarf2read.c (struct dwarf2_section_info): Rename field
3971 'asection' to 'section'.
3972 (dwarf2_has_info, get_section_bfd_owner, get_section_bfd_section)
3973 (dwarf2_locate_sections, dwarf2_locate_sections)
3974 (locate_dwz_sections, locate_v1_virtual_dwo_sections)
3975 (dwarf2_locate_dwo_sections, dwarf2_locate_dwo_sections)
3976 (dwarf2_locate_v2_dwp_sections): Adjust.
3977
948578a9
PP
39782015-08-21 Patrick Palka <patrick@parcs.ath.cx>
3979
3980 * top.h (gdb_in_secondary_prompt_p): Declare.
3981 * top.c (gdb_secondary_prompt_depth): Define.
3982 (gdb_in_secondary_prompt_p): Define.
3983 (gdb_readline_wrapper_cleanup): Decrement
3984 gdb_secondary_prompt_depth.
3985 (gdb_readline_wrapper): Increment gdb_secondary_prompt_depth.
3986 * tui/tui-io.c (tui_getc): Don't clear the prompt line if we
3987 are in a secondary prompt.
3988
7a8bcb88
PP
39892015-08-21 Patrick Palka <patrick@parcs.ath.cx>
3990
3991 * tui/tui-io.c (tui_getc): Use tui_putc instead of waddch to
3992 emit the newline.
3993
2d7711a3
GB
39942015-08-21 Gary Benson <gbenson@redhat.com>
3995
3996 * gdb_bfd.c (gdb_bfd_iovec_fileio_pread): Add QUIT call.
3997
4313b8c0
GB
39982015-08-21 Gary Benson <gbenson@redhat.com>
3999
4000 * target.h (struct target_ops) <to_fileio_open>: New argument
4001 warn_if_slow. Update comment. All implementations updated.
4002 (target_fileio_open_warn_if_slow): New declaration.
4003 * target.c (target_fileio_open): Renamed as...
4004 (target_fileio_open_1): ...this. New argument warn_if_slow.
4005 Pass warn_if_slow to implementation. Update debug printing.
4006 (target_fileio_open): New function.
4007 (target_fileio_open_warn_if_slow): Likewise.
4008 * gdb_bfd.c (gdb_bfd_iovec_fileio_open): Use new function
4009 target_fileio_open_warn_if_slow.
4010
f36b8719
GB
40112015-08-21 Gary Benson <gbenson@redhat.com>
4012
4013 * nat/linux-namespaces.c (linux_mntns_access_fs):
4014 Do not overwrite old_chain.
4015
40045d91
MF
40162015-08-20 Max Filippov <jcmvbkbc@gmail.com>
4017
4018 * arch/xtensa.h: New file.
4019 * xtensa-linux-nat.c (gdb_proc_service.h): New #include.
4020 (ps_get_thread_area): New function.
4021 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Add call to
4022 set_gdbarch_fetch_tls_load_module_address to enable TLS support.
4023 * xtensa-tdep.c (osabi.h): New #include.
4024 (xtensa_gdbarch_init): Call gdbarch_init_osabi to register
4025 xtensa-specific hooks.
4026 * xtensa-tdep.h (struct xtensa_elf_gregset_t): Add threadptr
4027 member and move the structure to arch/xtensa.h.
4028
80152258
PA
40292015-08-21 Pedro Alves <palves@redhat.com>
4030
4031 * remote.c (struct readahead_cache): New.
4032 (struct remote_state) <readahead_cache>: New field.
4033 (remote_open_1): Invalidate the cache.
4034 (readahead_cache_invalidate, readahead_cache_invalidate_fd): New
4035 functions.
4036 (remote_hostio_pwrite): Invalidate the readahead cache.
4037 (remote_hostio_pread): Rename to ...
4038 (remote_hostio_pread_vFile): ... this.
4039 (remote_hostio_pread_from_cache): New function.
4040 (remote_hostio_pread): Reimplement.
4041 (remote_hostio_close): Invalidate the readahead cache.
4042
88fc5eb7
MC
40432015-08-21 Marcin Cieślak <saper@saper.info> (tiny patch)
4044
4045 PR build/18843
4046 * procfs.c: Include "filestuff.h".
4047
6f1cb6ea
PP
40482015-08-21 Patrick Palka <patrick@parcs.ath.cx>
4049
4050 * tui/tui-data.h (tui_command_info): Remove fields cur_line and
4051 curch.
4052 * tui/tui-data.c (tui_clear_win_detail) [CMD_WIN]: Don't set
4053 cur_line or curch, instead call wmove().
4054 (init_win_info) [CMD_WIN]: Likewise.
4055 * tui/tui-io.c (tui_puts): Likewise. Don't read cur_line,
4056 instead call getcury().
4057 (tui_redisplay_readline): Don't set cur_line or curch.
4058 (tui_mld_erase_entire_line): Don't read cur_line, instead call
4059 getcury().
4060 (tui_cont_sig): Remove call to wmove.
4061 (tui_getc): Don't read cur_line or curch, instead call getcury()
4062 or getyx(). Don't set curch.
4063 * tui/tui-win.c (make_visible_with_new_height) [CMD_WIN]: Don't
4064 set cur_line or curch. Always move cursor to (0,0).
4065
221e1a37
PA
40662015-08-20 Pedro Alves <palves@redhat.com>
4067
4068 * infrun.c (print_target_wait_results): Make extern.
4069 * infrun.h (print_target_wait_results): Declare.
4070 * remote.c (set_stop_requested_callback): Delete.
4071 (process_initial_stop_replies): New function.
4072 (remote_start_remote): Use it.
4073 (stop_reply_queue_length): New function.
4074
40e3ad0e
PA
40752015-08-20 Pedro Alves <palves@redhat.com>
4076
4077 * dwarf2read.c (process_full_comp_unit): To tell whether
4078 start_subfile managed to deduce a language, test for
4079 language_unknown instead of language_c.
4080
af39b327
PMR
40812015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
4082
4083 * ada-lex.l: Reset the start condition to INITIAL in the rule that
4084 matches attributes.
4085
7d45c7c3
KB
40862015-08-19 Kevin Buettner <kevinb@redhat.com>
4087
4088 * dwarf2read.c (dwarf2_string_attr): New function.
4089 (lookup_dwo_unit, process_psymtab_comp_unit_reader)
4090 (dwarf2_compute_name, dwarf2_physname, find_file_and_directory)
4091 (read_call_site_scope, namespace_name, guess_full_die_structure_name)
4092 (anonymous_struct_prefix, prepare_one_comp_unit): Use
4093 dwarf2_string_attr in place of dwarf2_attr and DW_STRING.
4094
4d6cceb4
DE
40952015-08-18 Doug Evans <dje@google.com>
4096 Adrian Sendroiu <adrian.sendroiu@freescale.com>
4097
4098 PR mi/18833
4099 * cli/cli-logging.c (pop_output_files): Don't restore redirection
4100 if MI-like.
4101 * mi/mi-out.c: #include "vec.h".
4102 (ui_filep): New type.
4103 (DEV_VEC_P (ui_filep)): New type.
4104 (struct ui_out_data) <buffer, original_buffer>: Delete.
4105 (struct ui_out_data) <streams>: New member.
4106 (mi_ui_out_impl): Add data_destroy field.
4107 (mi_field_string, mi_field_fmt): Update.
4108 (mi_flush, mi_redirect, field_separator): Update.
4109 (mi_open, mi_close): Update.
4110 (mi_out_buffered, mi_out_rewind, mi_out_put): Update.
4111 (mi_out_data_ctor, mi_out_data_dtor): New functions.
4112 (mi_out_new): Call mi_out_data_ctor.
4113
26d56a93
SL
41142015-08-18 Sandra Loosemore <sandra@codesourcery.com>
4115
4116 * remote.c (strprefix): New.
4117 (remote_parse_stop_reply): Use strprefix instead of strncmp
4118 to ensure exact match of keyword.
4119
566f5e3b
AB
41202015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
4121
4122 * gdb_bfd.c (debug_bfd_cache): New variable.
4123 (show_bfd_cache_debug): New function.
4124 (gdb_bfd_open): Add debug logging.
4125 (gdb_bfd_ref): Likewise.
4126 (gdb_bfd_unref): Likewise.
4127 (_initialize_gdb_bfd): Add new set/show command.
4128 * NEWS: Mention new command.
4129
18989b3c
AB
41302015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
4131
4132 * gdb_bfd.c (bfd_sharing): New variable.
4133 (show_bfd_sharing): New function.
4134 (gdb_bfd_open): Check bfd_sharing variable.
4135 (_initialize_gdb_bfd): Add new set/show command.
4136 * NEWS: Mention new command.
4137
c04fe68f
AB
41382015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
4139
4140 * gdb_bfd.c (struct gdb_bfd_data): Add size, inode, and device id
4141 field.
4142 (struct gdb_bfd_cache_search): Likewise.
4143 (eq_bfd): Compare the size, inode, and device id fields.
4144 (gdb_bfd_open): Initialise the size, inode, and device id fields.
4145 (gdb_bfd_ref): Likewise.
4146 (gdb_bfd_unref): Likewise.
4147
b2a33439
PA
41482015-08-18 Pedro Alves <palves@redhat.com>
4149
4150 * linux-nat.c (linux_nat_always_non_stop_p): If the linux_ops
4151 target implements to_always_non_stop_p, call it.
4152 * x86-linux-nat.c (x86_linux_always_non_stop_p): New function.
4153 (x86_linux_create_target): Install it as to_always_non_stop_p
4154 method.
4155
71b57e37
DE
41562015-08-17 Doug Evans <dje@google.com>
4157
4158 * ui-out.c (default_ui_out_impl): Add comment.
4159
7f3706eb
IB
41602015-08-17 Iain Buclaw <ibuclaw@gdcproject.org>
4161
4162 * d-exp.y (type_aggregate_p): New function.
4163 (PrimaryExpression : TypeExp '.' IdentifierExp): Use it.
4164 (classify_inner_name): Likewise.
4165 * d-namespace.c (d_lookup_nested_symbol): Handle TYPE_CODE_ENUM.
4166
1762568f
DE
41672015-08-15 Doug Evans <xdje42@gmail.com>
4168
4169 * psymtab.c (add_psymbol_to_bcache): Remove "val" arg. All callers
4170 updated.
4171 (add_psymbol_to_list): Ditto.
4172
8763cede
DE
41732015-08-15 Doug Evans <xdje42@gmail.com>
4174
4175 * dbxread.c (dbx_end_psymtab): Renamed from end_psymtab. All callers
4176 updated. Call end_psymtab_common.
4177 * dwarf2read.c (process_psymtab_comp_unit_reader): Call
4178 end_psymtab_common.
4179 (build_type_psymtabs_reader): Ditto.
4180 * psympriv.h (sort_pst_symbols): Delete.
4181 (end_psymtab_common): Declare.
4182 * psymtab.c (sort_pst_symbols): Make static.
4183 (end_psymtab_common): New function.
4184 * xcoffread.c (xcoff_end_psymtab): Call end_psymtab_common.
4185
51cdc993
DE
41862015-08-15 Doug Evans <xdje42@gmail.com>
4187
4188 * defs.h (LANGUAGE_BITS): Define.
4189 * psympriv.h (partial_symbol) <domain>: Use SYMBOL_DOMAIN_BITS.
4190 (partial_symbol) <aclass>: Use SYMBOL_ACLASS_BITS.
4191 * symtab.h (general_symbol_info> <language>: Usage LANGUAGE_BITS.
4192 (minimal_symbol_type): Add nr_minsym_types.
4193 (MINSYM_TYPE_BITS): Define.
4194 (minimal_symbol) <type>: Use MINSYM_TYPE_BITS.
4195 (domain_enum_tag): Add NR_DOMAINS.
4196 (SYMBOL_DOMAIN_BITS): Change from 4 to 3.
4197 (SYMBOL_ACLASS_BITS): Define from 6 to 5.
4198
95cf5869
DE
41992015-08-15 Doug Evans <xdje42@gmail.com>
4200
4201 * objfiles.h: Whitespace cleanup.
4202 * psympriv.h: Whitespace cleanup.
4203 * psymtab.c: Whitespace/coding convention cleanup.
4204
e3ae3c43
PP
42052015-08-15 Patrick Palka <patrick@parcs.ath.cx>
4206
4207 * inferior.c (detach_inferior_command): Don't call
4208 any_thread_of_process when pid is 0.
4209 (kill_inferior_command): Likewise.
4210
6ff0ba5f
DE
42112015-08-14 Doug Evans <xdje42@gmail.com>
4212
4213 PR gdb/11833
4214 * NEWS: Document new /s modifier for the disassemble command.
4215 * cli/cli-cmds.c (disassemble_command): Add support for /s.
4216 (_initialize_cli_cmds): Update online docs of disassemble command.
4217 * disasm.c: #include "source.h".
4218 (struct deprecated_dis_line_entry): Renamed from dis_line_entry.
4219 All uses updated.
4220 (dis_line_entry): New struct.
4221 (hash_dis_line_entry, eq_dis_line_entry): New functions.
4222 (allocate_dis_line_table): New functions.
4223 (maybe_add_dis_line_entry, line_has_code_p): New functions.
4224 (dump_insns): New arg end_pc. All callers updated.
4225 (do_mixed_source_and_assembly_deprecated): Renamed from
4226 do_mixed_source_and_assembly. All callers updated.
4227 (do_mixed_source_and_assembly): New function.
4228 (gdb_disassembly): Handle /s (DISASSEMBLY_SOURCE).
4229 * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED): Renamed from
4230 DISASSEMBLY_SOURCE. All uses updated.
4231 (DISASSEMBLY_SOURCE): New macro.
4232 * mi/mi-cmd-disas.c (mi_cmd_disassemble): New modes 4,5.
4233
b56ccc20
KS
42342015-08-14 Keith Seitz <keiths@redhat.com>
4235
4236 * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Rename
4237 `typename' to `type_name' to avoid C++ reserved word.
4238
ebdad8fc
KS
42392015-08-14 Keith Seitz <keiths@redhat.com>
4240
4241 * location.c (EL_TYPE, EL_LINESPEC, EL_PROBE, EL_ADDRESS)
4242 (EL_EXPLICIT, EL_STRING): Change macro parameter to "P" to
4243 silence ARI errors.
4244
c0fe2ae7
IB
42452015-08-14 Iain Buclaw <ibuclaw@gdcproject.org>
4246
4247 * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Use
4248 xstrprintf instead of malloc and sprintf.
4249 (PrimaryExpression : IdentifierExp): Avoid operator at end of line.
4250 (lex_one_token): Likewise.
4251
a738da3a
MF
42522015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
4253
4254 * solib-svr4.c (read_program_header): Add base_addr argument to
4255 report the runtime address of the segment.
4256 (find_program_interpreter): Update read_program_header call to pass
4257 a NULL pointer for the new argument.
4258 (scan_dyntag): Add ptr_addr argument to report the runtime address
4259 of the tag payload.
4260 (scan_dyntag_auxv): Likewise and use thew new base_addr argument of
4261 read_program_header to get the base address of the dynamic segment.
4262 (elf_locate_base): Update uses of scan_dyntag, scan_dyntag_auxv and
4263 read_program_header.
4264 (elf_locate_base): Scan for and handle DT_MIPS_RLD_MAP_REL.
4265
f8edc4ff
MF
42662015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
4267
4268 * MAINTAINERS (Write After Approval): Add Matthew Fortune.
4269
444c1ed8
IB
42702015-08-13 Iain Buclaw <ibuclaw@gdcproject.org>
4271
4272 * d-exp.y (%union): Add voidval.
4273 (%token): Add UNKNOWN_NAME as a token to represent an unclassified
4274 name in the lexing stage.
4275 (PostfixExpression): Move symbol completion handling in grammar here
4276 from PrimaryExpression.
4277 (PrimaryExpression): Move routines to handle resolving identifier
4278 tokens in the grammar here from push_expression_name.
4279 (IdentifierExp): Remove the handling of alternating '.' and identifier
4280 tokens.
4281 (TypeExp): Allow TypeExp to be wrapped in parenthesis in the grammar.
4282 (BasicType): Remove C-style typename rules.
4283 (d_type_from_name, d_module_from_name, push_variable)
4284 (push_fieldnames, push_type_name, push_module_name)
4285 (push_expression_name): Remove.
4286 (lex_one_token): Rename from yylex. Replace pstate with par_state.
4287 (token_and_value): New type.
4288 (token_fifo, popping, name_obstack): New globals.
4289 (classify_name): New function.
4290 (classify_inner_name): Likewise.
4291 (yylex): Likewise.
4292 (d_parse): Initialize token_fifo, popping and name_obstack.
4293
bc7c9fab
IB
42942015-08-13 Iain Buclaw <ibuclaw@gdcproject.org>
4295
4296 * Makefile.in (SFILES): Add d-namespace.c.
4297 (COMMON_OBS): Add d-namespace.o.
4298 * d-lang.c (d_language_defn): Use d_lookup_symbol_nonlocal as the
4299 la_lookup_symbol_nonlocal callback function pointer.
4300 * d-lang.h (d_lookup_symbol_nonlocal): New declaration.
4301 (d_lookup_nested_symbol): New declaration.
4302 * d-namespace.c: New file.
4303
3207396b
PA
43042015-08-13 Pedro Alves <palves@redhat.com>
4305
4306 * python/py-unwind.c (pyuw_sniffer): Install the invalidate
4307 cleanup after the decref cleanup, not before.
4308
5d8c3ed3
PMR
43092015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
4310
4311 * ada-lang.c: Include namespace.h
4312 (aux_add_nonlocal_symbols): Fix a function name in comment.
4313 (ada_add_block_renamings): New.
4314 (add_nonlocal_symbols): Add global renamings handling.
4315 (ada_lookup_symbol_list_worker): Move the symbol lookup part
4316 to...
4317 (ada_add_all_symbols): ... this new function.
4318 (ada_add_block_symbols): Try to match the input name against the
4319 "using directives list", perform a recursive symbol lookup on
4320 the matched declarations.
4321 * block.h (struct block): Move the_namespace to top-level as
4322 namespace_info. Remove the language_specific field.
4323 (BLOCK_NAMESPACE): Update access to the namespace_info field.
4324 * buildsym.h (using_directives): Rename into...
4325 (local_using_directives): ... this.
4326 (global_using_directives): New.
4327 (struct context_stack): Rename the using_directives field into
4328 local_using_directives.
4329 * buildsym.c (finish_block_internal): Deal with the proper
4330 using directives repository (local or global).
4331 (prepare_for_building): Reset local_using_directives. Assert
4332 that there is no pending global using directive.
4333 (reset_symtab_globals): Reset global_using_directives and
4334 local_using_directives.
4335 (end_symtab_get_static_block): Don't ignore symtabs that have
4336 only using directives.
4337 (push_context): Update references to local_using_directives.
4338 (buildsym_init): Do not reset using_directives.
4339 * cp-support.c: Include namespace.h.
4340 * cp-support.h (struct using_direct): Move to namespace.h.
4341 (cp_add_using_directives): Move to namespace.h.
4342 * cp-namespace.c: Include namespace.h
4343 (cp_add_using_directive): Move to namespace.c, rename it to
4344 add_using_directive, add a "using_directives" argument and use
4345 it as the pending using directives repository. All callers
4346 updated.
4347 * dwarf2read.c (using_directives): New.
4348 (read_import_statement): Call using_directives.
4349 (read_func_scope): Update references to local_using_directives.
4350 (read_lexical_block_scope): Likewise.
4351 (read_namespace): Update the heading comment, call
4352 using_directives.
4353 * namespace.h: New file.
4354 * namespace.c: New file.
4355 * Makefile.in (SFILES): Add namespace.c.
4356 (COMMON_OBS): Add namespace.o
4357
4dafcdeb
JB
43582015-08-12 Joel Brobecker <brobecker@adacore.com>
4359
4360 * amd64-tdep.c (amd64_displaced_step_fixup): Fix the mask used to
4361 compute RETADDR.
4362
67994074
KS
43632015-08-12 Keith Seitz <keiths@redhat.com>
4364
4365 * break-catch-throw.c (re_set_exception_catchpoint) Rename
4366 reserved C++ keyword "explicit" to "explicit_loc".
4367 * breakpoint.c (create_overlay_event_breakpoint)
4368 (create_longjmp_master_breakpoint)
4369 (create_std_terminate_master_breakpoint)
4370 (create_exception_master_breakpoint, update_static_tracepoint):
4371 Rename reserved C++ keyword "explicit" to "explicit_loc".
4372 * completer.c (collect_explicit_location_matches)
4373 (explicit_location_completer): Rename reserved C++ keyword
4374 "explicit" to "explicit_loc".
4375 * linespec.c (struct linespec) <explicit>: Rename to "explicit_loc".
4376 (canonicalize_linespec, create_sals_line_offset)
4377 (convert_linespec_to_sals, convert_explicit_location_to_sals)
4378 (event_location_to_sals, decode_objc): Rename reserved C++ keyword
4379 "explicit" to "explicit_loc".
4380 * location.c (struct event_location) <explicit>: Rename to
4381 "explicit_loc".
4382 (initialize_explicit_location, new_explicit_location)
4383 (explicit_location_to_string_internal, explicit_location_to_linespec):
4384 Rename reserved C++ keyword "explicit" to "explicit_loc".
4385 * location.h (explicit_location_to_string)
4386 (explicit_location_to_linespec, initialize_explicit_location)
4387 (new_explicit_location): Rename reserved C++ keyword "explicit"
4388 to "explicit_loc".
4389 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Rename reserved C++
4390 keyword "explicit" to "explicit_loc".
4391
59ecaff3
KS
43922015-08-12 Keith Seitz <keiths@redhat.com>
4393
4394 * python/python.c (gdbpy_decode_line): Initialize `location' to NULL
4395 and only call decode_line_1 when it is non-NULL.
4396
244558af
LM
43972015-08-12 Luis Machado <lgustavo@codesourcery.com>
4398
4399 * breakpoint.c (bp_loc_is_permanent): Return 0 when breakpoint
4400 location address is not meaningful.
4401 (breakpoint_address_is_meaningful): Update comment.
4402
629500fa
KS
44032015-08-11 Keith Seitz <keiths@redhat.com>
4404
4405 * NEWS: Mention explicit locations.
4406 * breakpoint.c [LOCATION_HELP_STRING]: New macro.
4407 [BREAK_ARGS_HELP]: Use LOCATION_HELP_STRING.
4408 (_initialize_breakpoint): Update documentation for
4409 "clear", "break", "trace", "strace", "ftrace", and "dprintf".
4410
eb8c4e2e
KS
44112015-08-11 Keith Seitz <keiths@redhat.com>
4412
4413 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Add support for
4414 explicit locations, options "--source", "--function",
4415 "--label", and "--line".
4416
87f0e720
KS
44172015-08-11 Keith Seitz <keiths@redhat.com>
4418
4419 * completer.c: Include location.h.
4420 (enum match_type): New enum.
4421 (location_completer): Rename to ...
4422 (linespec_completer): ... this.
4423 (collect_explicit_location_matches, backup_text_ptr)
4424 (explicit_location_completer): New functions.
4425 (location_completer): "New" function; handle linespec
4426 and explicit location completions.
4427 (complete_line_internal): Remove all location completer-specific
4428 handling.
4429 * linespec.c (linespec_lexer_lex_keyword, is_ada_operator)
4430 (find_toplevel_char): Export.
4431 (linespec_parse_line_offset): Export.
4432 Issue error if STRING is not numerical.
4433 (gdb_get_linespec_parser_quote_characters): New function.
4434 * linespec.h (linespec_parse_line_offset): Declare.
4435 (get_gdb_linespec_parser_quote_characters): Declare.
4436 (is_ada_operator): Declare.
4437 (find_toplevel_char): Declare.
4438 (linespec_lexer_lex_keyword): Declare.
4439 * location.c (explicit_to_event_location): New function.
4440 (explicit_location_lex_one): New function.
4441 (string_to_explicit_location): New function.
4442 (string_to_event_location): Handle explicit locations.
4443 * location.h (explicit_to_event_location): Declare.
4444 (string_to_explicit_location): Declare.
4445
00e52e53
KS
44462015-08-11 Keith Seitz <keiths@redhat.com>
4447
4448 * break-catch-throw.c (re_set_exception_catchpoint): Convert
4449 linespec into explicit location.
4450 * breakpoint.c (create_overlay_breakpoint)
4451 (create_longjmp_master_breakpoint)
4452 (create_std_terminate_master_breakpoint)
4453 (create_exception_master_breakpoint): Convert linespec into explicit
4454 location.
4455 (update_static_tracepoint): Convert linespec into explicit location.
4456 * linespec.c (enum offset_relative_sign, struct line_offset): Move
4457 location.h.
4458 (struct linespec) <expression, expr_pc, source_filename>
4459 <function_name, label_name, line_offset>: Replace with ...
4460 <explicit>: ... this.
4461 <is_linespec>: New member.
4462 (PARSER_EXPLICIT): New accessor macro.
4463 (undefined_label_error): New function.
4464 (source_file_not_found_error): New function.
4465 (linespec_parse_basic): The parser result is now an explicit location.
4466 Use PARSER_EXPLICIT to access it.
4467 Use undefined_label_error.
4468 (canonicalize_linespec): Convert canonical linespec into explicit
4469 location.
4470 Move string representation of location to explicit_location_to_linespec
4471 and use it and explicit_location_to_string to save string
4472 representations of the canonical location.
4473 (create_sals_line_offset, convert_linespec_to_sals): `ls' contains an
4474 explicit location. Update all references.
4475 (convert_explicit_location_to_sals): New function.
4476 (parse_linespec): Use PARSER_EXPLICIT to access the parser
4477 result's explicit location.
4478 (linespec_state_constructor): Initialize is_linespec.
4479 Use PARSER_EXPLICIT.
4480 (linespec_parser_delete): Use PARSER_EXPLICIT to access the parser's
4481 result.
4482 (event_location_to_sals): For linespec locations, set is_linespec.
4483 Handle explicit locations.
4484 (decode_objc): 'ls' contains an explicit location now. Update all
4485 references.
4486 (symtabs_from_filename): Use source_file_not_found_error.
4487 * location.c (struct event_location.u) <explicit>: New member.
4488 (initialize_explicit_location): New function.
4489 (initialize_event_location): Initialize explicit locations.
4490 (new_explicit_location, get_explicit_location)
4491 (get_explicit_location_const): New functions.
4492 (explicit_to_string_internal): New function; most of contents moved
4493 from canonicalize_linespec.
4494 (explicit_location_to_string): New function.
4495 (explicit_location_to_linespec): New function.
4496 (copy_event_location, delete_event_location)
4497 (event_location_to_string_const, event_location_empty_p): Handle
4498 explicit locations.
4499 * location.h (enum offset_relative_sign, struct line_offset): Move
4500 here from linespec.h.
4501 (enum event_location_type): Add EXPLICIT_LOCATION.
4502 (struct explicit_location): New structure.
4503 (explicit_location_to_string): Declare.
4504 (explicit_location_to_linespec): Declare.
4505 (new_explicit_location, get_explicit_locationp
4506 (get_explicit_location_const, initialize_explicit_location): Declare.
4507
5b56227b
KS
45082015-08-11 Keith Seitz <keiths@redhat.com>
4509
4510 * break-catch-throw.c (re_set_exception_catchpoint): Convert
4511 linespec for stap probe to probe location.
4512 * breakpoint.c (create_longjmp_master_breakpoint)
4513 (create_exception_master_breakpoint): Likewise.
4514 (break_command_1): Remove local variable `arg_cp'.
4515 Check location type to set appropriate breakpoint ops methods.
4516 (trace_command): Likewise.
4517 * linespec.c (event_location_to_sals): Assert on probe locations.
4518 * location.c (EL_PROBE): Add macro definition.
4519 (new_probe_location, get_probe_location): New functions.
4520 (copy_event_location, delete_event_location, event_location_to_string)
4521 (string_to_event_location, event_location_empty_p): Handle probe
4522 locations.
4523 * location.h (enum event_location_type): Add PROBE_LOCATION.
4524 (new_probe_location, get_probe_location): Declare.
4525 * probe.c (parse_probes): Assert that LOCATION is a probe location.
4526 Convert linespec into probe location.
4527
a06efdd6
KS
45282015-08-11 Keith Seitz <keiths@redhat.com>
4529
4530 * breakpoint.c (create_thread_event_breakpoint, init_breakpoint_sal):
4531 Convert linespec to address location.
4532 * linespec.c (canonicalize_linespec): Do not handle address
4533 locations here.
4534 (convert_address_location_to_sals): New function; contents moved
4535 from ...
4536 (convert_linespc_to_sals): ... here.
4537 (parse_linespec): Remove address locations from linespec grammar.
4538 Remove handling of address locations.
4539 (linespec_lex_to_end): Remove handling of address linespecs.
4540 (event_location_to_sals): Handle ADDRESS_LOCATION.
4541 (linespec_expression_to_pc): Export.
4542 * linespec.h (linespec_expression_to_pc): Add declaration.
4543 * location.c (struct event_location.u) <address>: New member.
4544 (new_address_location, get_address_location): New functions.
4545 (copy_event_location, delete_event_location, event_location_to_string)
4546 (string_to_event_location, event_location_empty_p): Handle address
4547 locations.
4548 * location.h (enum event_location_type): Add ADDRESS_LOCATION.
4549 (new_address_location, get_address_location): Declare.
4550 * python/py-finishbreakpoint.c (bpfinishpy_init): Convert linespec
4551 to address location.
4552 * spu-tdep.c (spu_catch_start): Likewise.
4553
f00aae0f
KS
45542015-08-11 Keith Seitz <keiths@redhat.com>
4555
4556 * ax-gdb.c: Include location.h.
4557 (agent_command_1) Use linespec location instead of address
4558 string.
4559 * break-catch-throw.c: Include location.h.
4560 (re_set_exception_catchpoint): Use linespec locations instead
4561 of address strings.
4562 * breakpoint.c: Include location.h.
4563 (create_overlay_event_breakpoint, create_longjmp_master_breakpoint)
4564 (create_std_terminate_master_breakpoint)
4565 (create_exception_master_breakpoint, update_breakpoints_after_exec):
4566 Use linespec location instead of address string.
4567 (print_breakpoint_location): Use locations and
4568 event_location_to_string.
4569 Print extra_string for pending locations for non-MI streams.
4570 (print_one_breakpoint_location): Use locations and
4571 event_location_to_string.
4572 (init_raw_breakpoint_without_location): Initialize b->location.
4573 (create_thread_event_breakpoint): Use linespec location instead of
4574 address string.
4575 (init_breakpoint_sal): Likewise.
4576 Only save extra_string if it is non-NULL and not the empty string.
4577 Use event_location_to_string instead of `addr_string'.
4578 Constify `p' and `endp'.
4579 Use skip_spaces_const/skip_space_const instead of non-const versions.
4580 Copy the location into the breakpoint.
4581 If LOCATION is NULL, save the breakpoint address as a linespec location
4582 instead of an address string.
4583 (create_breakpoint_sal): Change `addr_string' parameter to a struct
4584 event_location. All uses updated.
4585 (create_breakpoints_sal): Likewise for local variable `addr_string'.
4586 (parse_breakpoint_sals): Use locations instead of address strings.
4587 Remove check for empty linespec with conditional.
4588 Refactor.
4589 (decode_static_tracepoint_spec): Make argument const and update
4590 function.
4591 (create_breakpoint): Change `arg' to a struct event_location and
4592 rename.
4593 Remove `copy_arg' and `addr_start'.
4594 If EXTRA_STRING is empty, set it to NULL.
4595 Don't populate `canonical' for pending breakpoints.
4596 Pass `extra_string' to find_condition_and_thread.
4597 Clear `extra_string' if `rest' was NULL.
4598 Do not error with "garbage after location" if setting a dprintf
4599 breakpoint.
4600 Copy the location into the breakpoint instead of an address string.
4601 (break_command_1): Use string_to_event_location and pass this to
4602 create_breakpoint instead of an address string.
4603 Check against `arg_cp' for a probe linespec.
4604 (dprintf_command): Use string_to_event_location and pass this to
4605 create_breakpoint instead of an address string.
4606 Throw an exception if no format string was specified.
4607 (print_recreate_ranged_breakpoint): Use event_location_to_string
4608 instead of address strings.
4609 (break_range_command, until_break_command)
4610 (init_ada_exception_breakpoint): Use locations instead
4611 of address strings.
4612 (say_where): Print out extra_string for pending locations.
4613 (base_breakpoint_dtor): Delete `location' and `location_range_end' of
4614 the breakpoint.
4615 (base_breakpoint_create_sals_from_location): Use struct event_location
4616 instead of address string.
4617 Remove `addr_start' and `copy_arg' parameters.
4618 (base_breakpoint_decode_location): Use struct event_location instead of
4619 address string.
4620 (bkpt_re_set): Use locations instead of address strings.
4621 Use event_location_empty_p to check for unset location.
4622 (bkpt_print_recreate): Use event_location_to_string instead of
4623 an address string.
4624 Print out extra_string for pending locations.
4625 (bkpt_create_sals_from_location, bkpt_decode_location)
4626 (bkpt_probe_create_sals_from_location): Use struct event_location
4627 instead of address string.
4628 (bkpt_probe_decode_location): Use struct event_location instead of
4629 address string.
4630 (tracepoint_print_recreate): Use event_location_to_string to
4631 recreate the tracepoint.
4632 (tracepoint_create_sals_from_location, tracepoint_decode_location)
4633 (tracepoint_probe_create_sals_from_location)
4634 (tracepoint_probe_decode_location): Use struct event_location
4635 instead of address string.
4636 (dprintf_print_recreate): Use event_location_to_string to recreate
4637 the dprintf.
4638 (dprintf_re_set): Remove check for valid/missing format string.
4639 (strace_marker_create_sals_from_location)
4640 (strace_marker_create_breakpoints_sal, strace_marker_decode_location)
4641 (update_static_tracepoint): Use struct event_location instead of
4642 address string.
4643 (location_to_sals): Likewise.
4644 Pass `extra_string' to find_condition_and_thread.
4645 For newly resolved pending breakpoint locations, clear the location's
4646 string representation.
4647 Assert that the breakpoint's condition string is NULL when
4648 condition_not_parsed.
4649 (breakpoint_re_set_default, create_sals_from_location_default)
4650 (decode_location_default, trace_command, ftrace_command)
4651 (strace_command, create_tracepoint_from_upload): Use locations
4652 instead of address strings.
4653 * breakpoint.h (struct breakpoint_ops) <create_sals_from_location>:
4654 Use struct event_location instead of address string.
4655 Update all uses.
4656 <decode_location>: Likewise.
4657 (struct breakpoint) <addr_string>: Change to struct event_location
4658 and rename `location'.
4659 <addr_string_range_end>: Change to struct event_location and rename
4660 `location_range_end'.
4661 (create_breakpoint): Use struct event_location instead of address
4662 string.
4663 * cli/cli-cmds.c: Include location.h.
4664 (edit_command, list_command): Use locations instead of address strings.
4665 * elfread.c: Include location.h.
4666 (elf_gnu_ifunc_resolver_return_stop): Use event_location_to_string.
4667 * guile/scm-breakpoint.c: Include location.h.
4668 (bpscm_print_breakpoint_smob): Use event_location_to_string.
4669 (gdbscm_register_breakpoint): Use locations instead of address
4670 strings.
4671 * linespec.c: Include location.h.
4672 (struct ls_parser) <stream>: Change to const char *.
4673 (PARSER_STREAM): Update.
4674 (lionespec_lexer_lex_keyword): According to find_condition_and_thread,
4675 keywords must be followed by whitespace.
4676 (canonicalize_linespec): Save a linespec location into `canonical'.
4677 Save a canonical linespec into `canonical'.
4678 (parse_linespec): Change `argptr' to const char * and rename `arg'.
4679 All uses updated.
4680 Update function description.
4681 (linespec_parser_new): Initialize `parser'.
4682 Update initialization of parsing stream.
4683 (event_location_to_sals): New function.
4684 (decode_line_full): Change `argptr' to a struct event_location and
4685 rename it `location'.
4686 Use locations instead of address strings.
4687 Call event_location_to_sals instead of parse_linespec.
4688 (decode_line_1): Likewise.
4689 (decode_line_with_current_source, decode_line_with_last_displayed)
4690 Use locations instead of address strings.
4691 (decode_objc): Likewise.
4692 Change `argptr' to const char * and rename `arg'.
4693 (destroy_linespec_result): Delete the linespec result's location
4694 instead of freeing the address string.
4695 * linespec.h (struct linespec_result) <addr_string>: Change to
4696 struct event_location and rename to ...
4697 <location>: ... this.
4698 (decode_line_1, decode_line_full): Change `argptr' to struct
4699 event_location. All callers updated.
4700 * mi/mi-cmd-break.c: Include language.h, location.h, and linespec.h.
4701 (mi_cmd_break_insert_1): Use locations instead of address strings.
4702 Throw an error if there was "garbage" at the end of the specified
4703 linespec.
4704 * probe.c: Include location.h.
4705 (parse_probes): Change `argptr' to struct event_location.
4706 Use event locations instead of address strings.
4707 * probe.h (parse_probes): Change `argptr' to struct event_location.
4708 * python/py-breakpoint.c: Include location.h.
4709 (bppy_get_location): Constify local variable `str'.
4710 Use event_location_to_string.
4711 (bppy_init): Use locations instead of address strings.
4712 * python/py-finishbreakpoint.c: Include location.h.
4713 (bpfinishpy_init): Remove local variable `addr_str'.
4714 Use locations instead of address strings.
4715 * python/python.c: Include location.h.
4716 (gdbpy_decode_line): Use locations instead of address strings.
4717 * remote.c: Include location.h.
4718 (remote_download_tracepoint): Use locations instead of address
4719 strings.
4720 * spu-tdep.c: Include location.h.
4721 (spu_catch_start): Remove local variable `buf'.
4722 Use locations instead of address strings.
4723 * tracepoint.c: Include location.h.
4724 (scope_info): Use locations instead of address strings.
4725 (encode_source_string): Constify parameter `src'.
4726 * tracepoint.h (encode_source_string): Likewise.
4727
c7c1b3e9
KS
47282015-08-11 Keith Seitz <keiths@redhat.com>
4729
4730 * Makefile.in (SFILES): Add location.c.
4731 (HFILES_NO_SRCDIR): Add location.h.
4732 (COMMON_OBS): Add location.o.
4733 * linespec.c (linespec_lex_to_end): New function.
4734 * linespec.h (linespec_lex_to_end): Declare.
4735 * location.c: New file.
4736 * location.h: New file.
4737
5f700d83
KS
47382015-08-11 Keith Seitz <keiths@redhat.com>
4739
4740 * breakpoint.h (struct breakpoint_ops) <create_sals_from_address>:
4741 Renamed to create_sals_from_location.
4742 <decode_linespec>: Renamed to decode_location.
4743 Update all callers.
4744 * breakpoint.c (create_sals_from_address_default): Renamed to ...
4745 (create_sals_from_location_default): ... this.
4746 (addr_string_to_sals): Renamed to ...
4747 (location_to_sals): ... this.
4748 (decode_linespec_default): Renamed to ...
4749 (decode_location_default): ... this.
4750 (base_breakpoint_create_sals_from_address): Renamed to ...
4751 (base_breakpoint_create_sals_from_location): ... this.
4752 (bkpt_create_sals_from_address): Renamed to ...
4753 (bkpt_create_sals_from_location): ... this.
4754 (bkpt_decode_linespec): Renamed to ...
4755 (bkpt_decode_location): ... this.
4756 (bkpt_probe_create_sals_from_address): Renamed to ...
4757 (bkpt_probe_create_sals_from_location): ... this.
4758 (tracepoint_create_sals_from_address): Renamed to ...
4759 (tracepoint_create_sals_from_location): ... this.
4760 (tracepoint_decode_linespec): Renamed to ...
4761 (tracepoint_decode_location): ... this.
4762 (tracepoint_probe_create_sals_from_address): Renamed to ...
4763 (tracepoint_probe_create_sals_from_location): ... this.
4764 (tracepoint_probe_decode_linespec): Renamed to ...
4765 (tracepoint_probe_decode_location): ... this.
4766 (strace_marker_create_sals_from_address): Renamed to ...
4767 (strace_marker_create_sals_from_location): ... this.
4768 (decode_linespec_default): Renamed to ...
4769 (decode_location_default): ... this.
4770
e27852be
DE
47712015-08-10 Doug Evans <dje@google.com>
4772 Keith Seitz <keiths@redhat.com>
4773
4774 PR gdb/17960
4775 * symtab.c (make_file_symbol_completion_list_1): Renamed from
4776 make_file_symbol_completion_list and made static.
4777 (make_file_symbol_completion_list): New function.
80af41e0 4778
fd7dcb94
JB
47792015-08-10 Joel Brobecker <brobecker@adacore.com>
4780
4781 * infrun.c (follow_fork, displaced_step_prepare, resume): Remove
4782 trailing new-line at end of warning message.
4783 (proceed): Add i18n marker to error messages.
4784
f12899e9
PA
47852015-08-07 Pedro Alves <palves@redhat.com>
4786
4787 * linux-nat.c (linux_nat_always_non_stop_p): Return 1.
4788
5ac21343
PA
47892015-08-07 Pedro Alves <palves@redhat.com>
4790
4791 * s390-linux-tdep.c (is_non_branch_ril)
4792 (s390_displaced_step_copy_insn): New functions.
4793 (s390_displaced_step_fixup): Update comment.
4794 (s390_gdbarch_init): Install s390_displaced_step_copy_insn as
4795 gdbarch_displaced_step_copy_insn hook.
4796
7f03bd92
PA
47972015-08-07 Pedro Alves <palves@redhat.com>
4798
4799 * infrun.c (displaced_step_prepare_throw): Return -1 if
4800 gdbarch_displaced_step_copy_insn returns NULL. Update intro
4801 comment.
4802 * rs6000-tdep.c (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION)
4803 (STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION): Move higher up
4804 in file.
4805 (ppc_displaced_step_copy_insn): New function.
4806 (ppc_displaced_step_fixup): Update comment.
4807 (rs6000_gdbarch_init): Install ppc_displaced_step_copy_insn as
4808 gdbarch_displaced_step_copy_insn hook.
4809 * gdbarch.sh (displaced_step_copy_insn): Document what happens on
4810 NULL return.
4811 * gdbarch.h: Regenerate.
4812
3fc8eb30
PA
48132015-08-07 Pedro Alves <palves@redhat.com>
4814
4815 * inferior.h (struct inferior) <displaced_stepping_failed>: New
4816 field.
4817 * infrun.c (use_displaced_stepping_now_p): New parameter 'inf'.
4818 Return false if dispaced stepping failed before.
4819 (resume): Pass the current inferior to
4820 use_displaced_stepping_now_p. Wrap displaced_step_prepare in
4821 TRY/CATCH. If we get a MEMORY_ERROR, set the inferior's
4822 displaced_stepping_failed flag, and fall back to an in-line
4823 step-over.
4824
bfedc46a
PA
48252015-08-07 Pedro Alves <palves@redhat.com>
4826
4827 * darwin-nat.c (darwin_stop): Rename to ...
4828 (darwin_interrupt): ... this.
4829 (_initialize_darwin_inferior): Adjust.
4830 * gnu-nat.c (gnu_stop): Delete.
4831 (gnu_target): Don't install gnu_stop.
4832 * inf-ptrace.c (inf_ptrace_stop): Rename to ...
4833 (inf_ptrace_interrupt): ... this.
4834 (inf_ptrace_target): Adjust.
4835 * infcmd.c (interrupt_target_1): Use target_interrupt instead of
4836 target_stop.
4837 * linux-nat (linux_nat_stop): Rename to ...
4838 (linux_nat_interrupt): ... this.
4839 (linux_nat_stop): Reimplement.
4840 (linux_nat_add_target): Install linux_nat_interrupt.
4841 * nto-procfs.c (nto_interrupt_twice): Rename to ...
4842 (nto_handle_sigint_twice): ... this.
4843 (nto_interrupt): Rename to ...
4844 (nto_handle_sigint): ... this. Call target_interrupt instead of
4845 target_stop.
4846 (procfs_wait): Adjust.
4847 (procfs_stop): Rename to ...
4848 (procfs_interrupt): ... this.
4849 (init_procfs_targets): Adjust.
4850 * procfs.c (procfs_stop): Rename to ...
4851 (procfs_interrupt): ... this.
4852 (procfs_target): Adjust.
4853 * remote-m32r-sdi.c (m32r_stop): Rename to ...
4854 (m32r_interrupt): ... this.
4855 (init_m32r_ops): Adjust.
4856 * remote-sim.c (gdbsim_stop_inferior): Rename to ...
4857 (gdbsim_interrupt_inferior): ... this.
4858 (gdbsim_stop): Rename to ...
4859 (gdbsim_interrupt): ... this.
4860 (gdbsim_cntrl_c): Adjust.
4861 (init_gdbsim_ops): Adjust.
4862 * remote.c (sync_remote_interrupt): Adjust comments.
4863 (remote_stop_as): Rename to ...
4864 (remote_interrupt_as): ... this.
4865 (remote_stop): Adjust comment.
4866 (remote_interrupt): New function.
4867 (init_remote_ops): Install remote_interrupt.
4868 * target.c (target_interrupt): New function.
4869 * target.h (struct target_ops) <to_interrupt>: New field.
4870 (target_interrupt): New declaration.
4871 * windows-nat.c (windows_stop): Rename to ...
4872 (windows_interrupt): ... this.
4873 * target-delegates.c: Regenerate.
4874
d55007b5
PA
48752015-08-07 Pedro Alves <palves@redhat.com>
4876
4877 * signal-while-stepping-over-bp-other-thread.exp: Expect "restart
4878 threads" as alternative to "switching back to stepped thread".
4879
fbea99ea
PA
48802015-08-07 Pedro Alves <palves@redhat.com>
4881
4882 * NEWS: Mention "maint set/show target-non-stop".
4883 * breakpoint.c (update_global_location_list): Check
4884 target_is_non_stop_p instead of non_stop.
4885 * infcmd.c (attach_command_post_wait, attach_command): Likewise.
4886 * infrun.c (show_can_use_displaced_stepping)
4887 (can_use_displaced_stepping_p, start_step_over_inferior):
4888 Likewise.
4889 (internal_resume_ptid): New function.
4890 (resume): Use it.
4891 (proceed): Check target_is_non_stop_p instead of non_stop. If in
4892 all-stop mode but the target is always in non-stop mode, start all
4893 the other threads that are implicitly resumed too.
4894 (for_each_just_stopped_thread, fetch_inferior_event)
4895 (adjust_pc_after_break, stop_all_threads): Check
4896 target_is_non_stop_p instead of non_stop.
4897 (handle_inferior_event): Likewise. Handle detach-fork in all-stop
4898 with the target always in non-stop mode.
4899 (handle_signal_stop) <random signal>: Check target_is_non_stop_p
4900 instead of non_stop.
4901 (switch_back_to_stepped_thread): Check target_is_non_stop_p
4902 instead of non_stop.
4903 (keep_going_stepped_thread): Use internal_resume_ptid.
4904 (stop_waiting): If in all-stop mode, and the target is in non-stop
4905 mode, stop all threads.
4906 (keep_going_pass): Likewise, when starting a new in-line step-over
4907 sequence.
4908 * linux-nat.c (get_pending_status, select_event_lwp)
4909 (linux_nat_filter_event, linux_nat_wait_1, linux_nat_wait): Check
4910 target_is_non_stop_p instead of non_stop.
4911 (linux_nat_always_non_stop_p): New function.
4912 (linux_nat_stop): Check target_is_non_stop_p instead of non_stop.
4913 (linux_nat_add_target): Install linux_nat_always_non_stop_p.
4914 * target-delegates.c: Regenerate.
4915 * target.c (target_is_non_stop_p): New function.
4916 (target_non_stop_enabled, target_non_stop_enabled_1): New globals.
4917 (maint_set_target_non_stop_command)
4918 (maint_show_target_non_stop_command): New functions.
4919 (_initilize_target): Install "maint set/show target-non-stop"
4920 commands.
4921 * target.h (struct target_ops) <to_always_non_stop_p>: New field.
4922 (target_non_stop_enabled): New declaration.
4923 (target_is_non_stop_p): New declaration.
4924
372316f1
PA
49252015-08-07 Pedro Alves <pedro@codesourcery.com>
4926
4927 * breakpoint.c (breakpoints_should_be_inserted_now): If any thread
4928 has a pending status, return true.
4929 * gdbthread.h: Include target/waitstatus.h.
4930 (struct thread_suspend_state) <stop_reason, waitstatus_pending_p,
4931 stop_pc>: New fields.
4932 (struct thread_info) <resumed>: New field.
4933 (set_resumed): Declare.
4934 * infrun.c: Include "event-loop.h".
4935 (infrun_async_inferior_event_token, infrun_is_async): New globals.
4936 (infrun_async): New function.
4937 (clear_step_over_info): Add debug output.
4938 (displaced_step_in_progress_any_inferior): New function.
4939 (displaced_step_fixup): New returns int.
4940 (start_step_over): Handle in-line step-overs too. Assert the
4941 thread is marked resumed.
4942 (resume_cleanups): Clear the thread's resumed flag.
4943 (resume): Set the thread's resumed flag. Return early if the
4944 thread has a pending status. Allow stepping a breakpoint with no
4945 signal.
4946 (proceed): Adjust to check 'resumed' instead of 'executing'.
4947 (clear_proceed_status_thread): If the thread has a pending status,
4948 and that status is a finished step, discard the pending status.
4949 (clear_proceed_status): Don't clear step_over_info here.
4950 (random_pending_event_thread, do_target_wait): New functions.
4951 (prepare_for_detach, wait_for_inferior, fetch_inferior_event): Use
4952 do_target_wait.
4953 (wait_one): New function.
4954 (THREAD_STOPPED_BY): New macro.
4955 (thread_stopped_by_watchpoint, thread_stopped_by_sw_breakpoint)
4956 (thread_stopped_by_hw_breakpoint): New functions.
4957 (switch_to_thread_cleanup, save_waitstatus, stop_all_threads): New
4958 functions.
4959 (handle_inferior_event): Also call set_resumed(false) on all
4960 threads implicitly stopped by the event.
4961 (restart_threads, resumed_thread_with_pending_status): New
4962 functions.
4963 (finish_step_over): If we were doing an in-line step-over before,
4964 and no longer are after trying to start a new step-over, restart
4965 all threads. If we have multiple threads with pending events,
4966 save the current event and go through the event loop again.
4967 (handle_signal_stop): Return early if finish_step_over returns
4968 false.
4969 <random signal>: If we get a signal while stepping over a
4970 breakpoint in-line in non-stop mode, restart all threads. Clear
4971 step_over_info before delivering the signal.
4972 (keep_going_stepped_thread): Use internal_error instead of
4973 gdb_assert. Mark the thread as resumed.
4974 (keep_going_pass_signal): Assert the thread isn't already resumed.
4975 If some other thread is doing an in-line step-over, defer the
4976 resume. If we just started a new in-line step-over, stop all
4977 threads. Don't clear step_over_info.
4978 (infrun_async_inferior_event_handler): New function.
4979 (_initialize_infrun): Create async event handler with
4980 infrun_async_inferior_event_handler as callback.
4981 (infrun_async): New declaration.
4982 * target.c (target_async): New function.
4983 * target.h (target_async): Declare macro and readd as function
4984 declaration.
4985 * target/waitstatus.h (enum target_stop_reason)
4986 <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
4987 * thread.c (new_thread): Clear the new waitstatus field.
4988 (set_resumed): New function.
4989
2ac7589c
PA
49902015-08-07 Pedro Alves <palves@redhat.com>
4991
4992 * infrun.c (keep_going_stepped_thread): New function, factored out
4993 from ...
4994 (switch_back_to_stepped_thread): ... here.
4995
8b061563
PA
49962015-08-07 Pedro Alves <palves@redhat.com>
4997
4998 * infrun.c (currently_stepping): Extend intro comment.
4999 * target.h (target_resume): Extend intro comment.
5000
1afd5965
PA
50012015-08-07 Pedro Alves <palves@redhat.com>
5002
5003 * infrun.c (switch_back_to_stepped_thread): Use ecs->ptid instead
5004 of inferior_ptid. If the stepped thread vanished, return 0
5005 instead of resuming here. Use reset_ecs. Print the prev_pc and
5006 the current stop_pc in log message. Clear trap_expected if the
5007 thread advanced. Don't pass currently_stepping to
5008 do_target_resume.
5009
4d9d9d04
PA
50102015-08-07 Pedro Alves <palves@redhat.com>
5011
5012 * gdbthread.h (struct thread_info) <prev_pc>: Extend comment.
5013 * infrun.c (struct execution_control_state): Move higher up in the
5014 file.
5015 (reset_ecs): New function.
5016 (start_step_over): Now returns int. Rewrite to use
5017 keep_going_pass_signal instead of manually starting a displaced step.
5018 (resume): Don't call set_running here. If displaced stepping
5019 can't start now, clear trap_expected.
5020 (find_thread_needs_step_over): Delete function.
5021 (proceed): Set up finish_thread_state_cleanup. Call set_running.
5022 If the current thread needs a step over, push it in the step-over
5023 chain. Don't set insert breakpoints nor call resume directly
5024 here. Instead rewrite to use start_step_over and
5025 keep_going_pass_signal.
5026 (finish_step_over): New function.
5027 (handle_signal_stop): Call finish_step_over instead of
5028 start_step_over.
5029 (switch_back_to_stepped_thread): If the event thread needs another
5030 step-over do that first. Use start_step_over.
5031 (keep_going_pass_signal): New function, factored out from ...
5032 (keep_going): ... here.
5033 (_initialize_infrun): Comment moved here.
5034 * thread.c (set_running_thread): New function.
5035 (set_running, finish_thread_state): Use set_running_thread.
5036
c2829269
PA
50372015-08-07 Pedro Alves <palves@redhat.com>
5038
5039 * gdbthread.h (struct thread_info) <step_over_prev,
5040 step_over_next>: New fields.
5041 (thread_step_over_chain_enqueue, thread_step_over_chain_remove)
5042 (thread_step_over_chain_next, thread_is_in_step_over_chain): New
5043 declarations.
5044 * infrun.c (struct displaced_step_request): Delete.
5045 (struct displaced_step_inferior_state) <step_request_queue>:
5046 Delete field.
5047 (displaced_step_prepare): Assert that trap_expected is set. Use
5048 thread_step_over_chain_enqueue. Split starting a new displaced
5049 step to ...
5050 (start_step_over): ... this new function.
5051 (resume): Assert the thread isn't waiting for a step over already.
5052 (proceed): Assert the thread isn't waiting for a step over
5053 already.
5054 (infrun_thread_stop_requested): Adjust to remove threads from the
5055 embedded step-over chain.
5056 (handle_inferior_event) <fork/vfork>: Call start_step_over after
5057 displaced_step_fixup.
5058 (handle_signal_stop): Call start_step_over after
5059 displaced_step_fixup.
5060 * infrun.h (step_over_queue_head): New declaration.
5061 * thread.c (step_over_chain_enqueue, step_over_chain_remove)
5062 (thread_step_over_chain_next, thread_is_in_step_over_chain)
5063 (thread_step_over_chain_enqueue)
5064 (thread_step_over_chain_remove): New functions.
5065 (delete_thread_1): Remove thread from the step-over chain.
5066
6c4cfb24
PA
50672015-08-07 Pedro Alves <palves@redhat.com>
5068
5069 * infrun.c (thread_still_needs_step_over): Rename to ...
5070 (thread_still_needs_step_over_bp): ... this.
5071 (enum step_over_what): New.
5072 (thread_still_needs_step_over): Reimplement.
5073
567420d1
PA
50742015-08-07 Pedro Alves <palves@redhat.com>
5075
5076 * remote.c (remote_wait_as): If not waiting for a stop reply,
5077 return TARGET_WAITKIND_NO_RESUMED. If TARGET_WNOHANG is
5078 requested, don't block waiting forever.
5079
d8dd4d5f
PA
50802015-08-07 Pedro Alves <pedro@codesourcery.com>
5081
5082 * infrun.c (adjust_pc_after_break): Now takes thread_info and
5083 waitstatus pointers instead of an ecs. Adjust.
5084 (handle_inferior_event): Adjust caller.
5085
e1316e60
PA
50862015-08-07 Pedro Alves <palves@redhat.com>
5087
5088 * infrun.c (handle_inferior_event): If we get
5089 TARGET_WAITKIND_SIGNALLED or TARGET_WAITKIND_EXITED in non-stop
5090 mode, mark all threads of the exiting process as not-executing.
5091 (normal_stop): If we get TARGET_WAITKIND_SIGNALLED or
5092 TARGET_WAITKIND_EXITED in non-stop mode, finish all threads of the
5093 exiting process, if inferior_ptid still points at a process.
5094 * thread.c (struct current_thread_cleanup) <next>: New field.
5095 (current_thread_cleanup_chain): New global.
5096 (restore_current_thread_ptid_changed): New function.
5097 (restore_current_thread_cleanup_dtor): Remove the cleanup from the
5098 current_thread_cleanup_chain list.
5099 (make_cleanup_restore_current_thread): Add the cleanup data to the
5100 current_thread_cleanup_chain list.
5101 (_initialize_thread): Install restore_current_thread_ptid_changed
5102 as thread_ptid_changed observer.
5103
47e9c225
JB
51042015-08-07 Joel Brobecker <brobecker@adacore.com>
5105
5106 * dtrace-probe.c (dtrace_process_dof): Ignore the objfile's DOF
5107 data if a DTRACE_DOF_SECT_TYPE_PROVIDER section is found to be
5108 smaller than expected.
5109
06096720
AB
51102015-08-07 Andrew Burgess <andrew.burgess@embecosm.com>
5111
5112 * stack.c (get_frame_language): Moved ...
5113 * frame.c (get_frame_language): ... to here.
5114 * language.h (get_frame_language): Declaration moved to frame.h.
5115 * frame.h: Add language.h include, for language enum.
5116 (get_frame_language): Declaration moved from language.h.
5117 * language.c: Add frame.h include.
5118 * top.c: Add frame.h include.
5119 * symtab.h (struct obj_section): Declare.
5120 (struct cmd_list_element): Declare.
5121
7ff38b1c
AB
51222015-08-07 Andrew Burgess <andrew.burgess@embecosm.com>
5123
5124 * language.c (show_language_command): Find selected frame before
5125 asking for the language of that frame.
5126 (set_language_command): Likewise.
5127 * language.h (get_frame_language): Add frame parameter.
5128 * stack.c (get_frame_language): Add frame parameter, assert
5129 parameter is not NULL, update comment and reindent.
5130 * top.c (check_frame_language_change): Pass the selected frame
5131 into get_frame_language.
5132
da8c46d2
MM
51332015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5134
5135 * btrace.c (btrace_compute_ftrace_bts): Clear insn flags.
5136 (pt_btrace_insn_flags): New.
5137 (ftrace_add_pt): Call pt_btrace_insn_flags.
5138 * btrace.h (btrace_insn_flag): New.
5139 (btrace_insn) <flags>: New.
5140 * record-btrace.c (btrace_insn_history): Print insn prefix.
5141 * NEWS: Announce it.
5142
5599c404
MM
51432015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5144
5145 * configure.ac: Check for PERF_ATTR_SIZE_VER5 in linux/perf_event.h
5146 * configure: Regenerate.
5147
016a3251
DD
51482015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
5149
5150 * Makefile.in (LIBICONV): Define.
5151 (CLIBS): Add LIBICONV.
5152 * acinclude.m4: Use config/iconv.m4 instead of custom AM_ICONV.
5153 * configure: Regenerate.
5154
aead7601
SM
51552015-08-06 Simon Marchi <simon.marchi@ericsson.com>
5156 Pedro Alves <palves@redhat.com>
5157
5158 * arm-tdep.c (set_fp_model_sfunc): Add cast from integer to enum.
5159 (arm_set_abi): Likewise.
5160 * ax-general.c (ax_print): Likewise.
5161 * c-exp.y (exp : string_exp): Likewise.
5162 * compile/compile-loc2c.c (compute_stack_depth_worker): Likewise.
5163 (do_compile_dwarf_expr_to_c): Likewise.
5164 * cp-name-parser.y (demangler_special : DEMANGLER_SPECIAL start):
5165 Likewise.
5166 * dwarf2expr.c (execute_stack_op): Likewise.
5167 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
5168 (disassemble_dwarf_expression): Likewise.
5169 * dwarf2read.c (dwarf2_add_member_fn): Likewise.
5170 (read_array_order): Likewise.
5171 (abbrev_table_read_table): Likewise.
5172 (read_attribute_value): Likewise.
5173 (skip_unknown_opcode): Likewise.
5174 (dwarf_decode_macro_bytes): Likewise.
5175 (dwarf_decode_macros): Likewise.
5176 * eval.c (value_f90_subarray): Likewise.
5177 * guile/scm-param.c (gdbscm_make_parameter): Likewise.
5178 * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
5179 * infrun.c (handle_command): Likewise.
5180 * memory-map.c (memory_map_start_memory): Likewise.
5181 * osabi.c (set_osabi): Likewise.
5182 * parse.c (operator_length_standard): Likewise.
5183 * ppc-linux-tdep.c (ppc_canonicalize_syscall): Likewise, and use
5184 single return point.
5185 * python/py-frame.c (gdbpy_frame_stop_reason_string): Likewise.
5186 * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
5187 (gdbpy_lookup_global_symbol): Likewise.
5188 * record-full.c (record_full_restore): Likewise.
5189 * regcache.c (regcache_register_status): Likewise.
5190 (regcache_raw_read): Likewise.
5191 (regcache_cooked_read): Likewise.
5192 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
5193 * symtab.c (initialize_ordinary_address_classes): Likewise.
5194 * target-debug.h (target_debug_print_signals): Likewise.
5195 * utils.c (do_restore_current_language): Likewise.
5196
ca0a5f0b
CD
51972015-08-06 Clem Dickey <clemd@acm.org>
5198
5199 PR python/17136
5200 * python/lib/gdb/command/type_printers.py (InfoTypePrinter): Fix typo.
5201
05d999b0
SM
52022015-08-06 Simon Marchi <simon.marchi@ericsson.com>
5203
5204 * complaints.c (enum complaint_series): Add newlines and remove
5205 out of date comment.
5206 (struct complaints) <series>: Change type to enum
5207 complaint_series and remove out of date comment.
5208 (symfile_complaint_hook): Use equivalent enum value
5209 ISOLATED_MESSAGE instead of 0.
5210
bf47e248
PA
52112015-08-06 Pedro Alves <palves@redhat.com>
5212
5213 * nat/linux-waitpid.c (my_waitpid): Only print *status if waitpid
5214 returned > 0.
5215
b6b9ffcc
PL
52162015-08-06 Pierre Langlois <pierre.langlois@arm.com>
5217
5218 * common/agent.c (symbol_list) <required>: Remove.
5219
863d01bd
PA
52202015-08-06 Pedro Alves <palves@redhat.com>
5221
5222 * target/waitstatus.h (enum target_stop_reason)
5223 <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
5224
0a39bb32
PA
52252015-08-05 Pedro Alves <palves@redhat.com>
5226 Joel Brobecker <brobecker@adacore.com>
5227
9d996aba 5228 * breakpoint.c (bpstat_what) <bp_longjmp, bp_longjmp_call_dummy>
0a39bb32
PA
5229 <bp_exception, bp_longjmp_resume, bp_exception_resume>: Handle the
5230 case where BS->STOP is not set.
5231
260439cb
UW
52322015-08-05 Ulrich Weigand <uweigand@de.ibm.com>
5233
5234 * nat/gdb_thread_db.h: Add copyright header.
5235 Protect against multiple inclusion.
5236
d89fa914
YQ
52372015-08-05 Yao Qi <yao.qi@linaro.org>
5238
5239 * aarch64-linux-nat.c (get_thread_id): Remove.
5240 (debug_reg_change_callback): Call ptid_get_lwp instead of
5241 get_thread_id.
5242 (fetch_gregs_from_thread): Likewise.
5243 (store_gregs_to_thread): Likewise.
5244 (fetch_fpregs_from_thread): Likewise.
5245 (store_fpregs_to_thread): Likewise.
5246 (aarch64_linux_get_debug_reg_capacity): Likewise.
5247 * arm-linux-nat.c (get_thread_id): Remove.
5248 (GET_THREAD_ID): Update macro to use ptid_get_lwp.
5249 * xtensa-linux-nat.c (get_thread_id): Remove.
5250 (GET_THREAD_ID): Update macro to use ptid_get_lwp.
5251 * arm-linux-nat.c (get_thread_id): Remove.
5252 (GET_THREAD_ID): Remove.
5253 (fetch_fpregs): Call ptid_get_lwp instead of GET_THREAD_ID.
5254 (store_fpregs, fetch_regs, store_regs): Likewise.
5255 (fetch_wmmx_regs, store_wmmx_regs): Likewise.
5256 (fetch_vfp_regs, store_vfp_regs): Likewise.
5257 (arm_linux_read_description): Likewise.
5258 (arm_linux_get_hwbp_cap): Likewise.
5259 * xtensa-linux-nat.c (get_thread_id): Remove.
5260 (GET_THREAD_ID): Remove.
5261 (fetch_gregs, store_gregs): Call ptid_get_lwp instead of
5262 GET_THREAD_ID.
5263
4efd80aa
CS
52642015-08-04 Ciro Santilli <ciro.santilli@gmail.com> (obvious patch)
5265
5266 * python/py-linetable.c: Fix case of Linetable to LineTable
5267 in docstrings and code comments.
5268 * python/py-symtab.c: Same.
5269
c6343a91
JK
52702015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5271
5272 * infcmd.c (signal_command): Call do_cleanups for args_chain.
5273
978b9495
JK
52742015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5275
5276 PR gdb/18767
5277 * infcmd.c (attach_command): Move ARGS_CHAIN cleanup after last ARGS
5278 use.
5279
96e9210f
PA
52802015-08-04 Pedro Alves <palves@redhat.com>
5281
5282 * nat/gdb_thread_db.h (td_init_ftype, td_ta_new_ftype)
5283 (td_ta_map_lwp2thr_ftype, td_ta_thr_iter_ftype)
5284 (td_ta_event_addr_ftype, td_ta_set_event_ftype)
5285 (td_ta_clear_event_ftype, td_ta_event_getmsg_ftype)
5286 (td_thr_validate_ftype, td_thr_get_info_ftype)
5287 (td_thr_event_enable_ftype, td_thr_tls_get_addr_ftype)
5288 (td_thr_tlsbase_ftype, td_symbol_list_ftype, td_ta_delete_ftype):
5289 New typedefs.
5290 * linux-thread-db.c (struct thread_db_info): Use new typedefs.
5291 (try_thread_db_load_1): Define TDB_VERBOSE_DLSYM, TDB_DLSYM , CHK
5292 local macros and use them instead of verbose_dlsym and dlsym
5293 calls.
5294
af60a1ef
SL
52952015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5296
5297 * nios2-tdep.h: Include opcode/nios2.h here.
5298 (NIOS2_CDX_OPCODE_SIZE): New.
5299 (struct gdbarch_tdep): Add OP parameter to syscall_next_pc.
5300 * nios2-tdep.c: Don't include opcode/nios2.h here.
5301 (nios2_fetch_insn): For R2, try reading 2-byte instruction if
5302 4-byte read fails.
5303 (nios2_match_add, nios2_match_sub): Add cases for R2 encodings.
5304 (nios2_match_addi, nios2_match_orhi): Likewise.
5305 (nios2_match_stw, nios2_match_ldw): Likewise.
5306 (nios2_match_rdctl): Likewise.
5307 (nios2_match_stwm, nios2_match_ldwm): New.
5308 (nios2_match_branch): Add cases for R2 encodings.
5309 (nios2_match_jmpi, nios2_match_calli): Likewise.
5310 (nios2_match_jmpr, nios2_match_callr): Likewise.
5311 (nios2_match_break, nios2_match_trap): Likewise.
5312 (nios2_in_epilogue_p): Add R2 support.
5313 (nios2_analyze_prologue): Update comments. Recognize R2 CDX
5314 prologues.
5315 (nios2_breakpoint_from_pc): Handle R2 instructions.
5316 (nios2_get_next_pc): Likewise. Adjust call to
5317 tdep->syscall_next_pc.
5318 * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame):
5319 Renamed from nios2_linux_rt_sigreturn_tramp_frame. Use
5320 instruction field macros instead of literal hex values.
5321 (nios2_r2_linux_rt_sigreturn_tramp_frame): New.
5322 (nios2_linux_syscall_next_pc): Adjust signature to pass OP.
5323 Use size field from OP instead of assuming all instructions
5324 are the same size.
5325 (nios2_linux_init_abi): Register appropriate unwinder for mach.
5326
1da03605
UW
53272015-08-03 Ulrich Weigand <uweigand@de.ibm.com>
5328
5329 * cp-namespace.c (cp_lookup_symbol_via_imports): Fix uninitialized
5330 variable warning with some compilers.
5331
8156fe7f
YQ
53322015-08-03 Yao Qi <yao.qi@linaro.org>
5333
5334 * arm-linux-nat.c (arm_linux_get_hwbp_type): Capitalize "type"
5335 in comment. Replace "rw" with "type".
5336 (arm_linux_remove_watchpoint): Change type of "rw" to
5337 "enum target_hw_bp_type".
5338
835a09d9
PMR
53392015-08-02 Pierre-Marie de Rodat <derodat@adacore.com>
5340
5341 * alpha-mdebug-tdep.c (find_proc_desc): Update call to
5342 lookup_symbol.
5343 * ft32-tdep.c (ft32_skip_prologue): Likewise.
5344 * moxie-tdep.c (moxie_skip_prologue): Likewise.
5345 * mt-tdep.c (mt_skip_prologue): Likewise.
5346 * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
5347
d12307c1
PMR
53482015-08-01 Pierre-Marie de Rodat <derodat@adacore.com>
5349
5350 * ada-exp.y (write_object_renaming): Replace struct
5351 ada_symbol_info with struct block_symbol. Update field
5352 references accordingly.
5353 (block_lookup, select_possible_type_sym): Likewise.
5354 (find_primitive_type): Likewise. Also update call to
5355 ada_lookup_symbol to extract the symbol itself.
5356 (write_var_or_type, write_name_assoc): Likewise.
5357 * ada-lang.h (struct ada_symbol_info): Remove.
5358 (ada_lookup_symbol_list): Replace struct ada_symbol_info with
5359 struct block_symbol.
5360 (ada_lookup_encoded_symbol, user_select_syms): Likewise.
5361 (ada_lookup_symbol): Return struct block_symbol instead of a
5362 mere symbol.
5363 * ada-lang.c (defns_collected): Replace struct ada_symbol_info
5364 with struct block_symbol.
5365 (resolve_subexp, ada_resolve_function, sort_choices,
5366 user_select_syms, is_nonfunction, add_defn_to_vec,
5367 num_defns_collected, defns_collected,
5368 symbols_are_identical_enums, remove_extra_symbols,
5369 remove_irrelevant_renamings, add_lookup_symbol_list_worker,
5370 ada_lookup_symbol_list, ada_iterate_over_symbols,
5371 ada_lookup_encoded_symbol, get_var_value): Likewise.
5372 (ada_lookup_symbol): Return a block_symbol instead of a mere
5373 symbol. Replace struct ada_symbol_info with struct
5374 block_symbol.
5375 (ada_lookup_symbol_nonlocal): Likewise.
5376 (standard_lookup): Make block passing explicit through
5377 lookup_symbol_in_language.
5378 * ada-tasks.c (get_tcb_types_info): Update the calls to
5379 lookup_symbol_in_language to extract the mere symbol out of the
5380 returned value.
5381 (ada_tasks_inferior_data_sniffer): Likewise.
5382 * ax-gdb.c (gen_static_field): Likewise for the call to
5383 lookup_symbol.
a5fdf78a 5384 (gen_maybe_namespace_elt): Deal with struct block_symbol from
d12307c1
PMR
5385 lookup functions.
5386 (gen_expr): Likewise.
5387 * c-exp.y: Likewise. Remove uses of block_found.
5388 (lex_one_token, classify_inner_name, c_print_token): Likewise.
5389 (classify_name): Likewise. Rename the "sym" local variable to
5390 "bsym".
5391 * c-valprint.c (print_unpacked_pointer): Likewise.
5392 * compile/compile-c-symbols.c (convert_symbol_sym): Promote the
5393 "sym" parameter from struct symbol * to struct block_symbol.
5394 Use it to remove uses of block_found. Deal with struct
a5fdf78a 5395 block_symbol from lookup functions.
d12307c1
PMR
5396 (gcc_convert_symbol): Likewise. Update the call to
5397 convert_symbol_sym.
5398 * compile/compile-object-load.c (compile_object_load): Deal with
a5fdf78a 5399 struct block_symbol from lookup functions.
d12307c1
PMR
5400 * cp-namespace.c (cp_lookup_nested_symbol_1,
5401 cp_lookup_nested_symbol, cp_lookup_bare_symbol,
5402 cp_search_static_and_baseclasses,
5403 cp_lookup_symbol_in_namespace, cp_lookup_symbol_via_imports,
5404 cp_lookup_symbol_imports_or_template,
5405 cp_lookup_symbol_via_all_imports, cp_lookup_symbol_namespace,
5406 lookup_namespace_scope, cp_lookup_nonlocal,
a5fdf78a
PMR
5407 find_symbol_in_baseclass): Return struct block_symbol instead of
5408 mere symbols and deal with struct block_symbol from lookup
d12307c1
PMR
5409 functions.
5410 * cp-support.c (inspect_type, replace_typedefs,
a5fdf78a 5411 cp_lookup_rtti_type): Deal with struct block_symbol from
d12307c1
PMR
5412 lookup functions.
5413 * cp-support.h (cp_lookup_symbol_nonlocal,
5414 cp_lookup_symbol_from_namespace,
5415 cp_lookup_symbol_imports_or_template, cp_lookup_nested_symbol):
a5fdf78a 5416 Return struct block_symbol instead of mere symbols.
d12307c1
PMR
5417 * d-exp.y (d_type_from_name, d_module_from_name, push_variable,
5418 push_module_name):
a5fdf78a 5419 Deal with struct block_symbol from lookup functions. Remove
d12307c1
PMR
5420 uses of block_found.
5421 * eval.c (evaluate_subexp_standard): Update call to
5422 cp_lookup_symbol_namespace.
a5fdf78a
PMR
5423 * f-exp.y: Deal with struct block_symbol from lookup functions.
5424 Remove uses of block_found.
d12307c1
PMR
5425 (yylex): Likewise.
5426 * gdbtypes.c (lookup_typename, lookup_struct, lookup_union,
5427 lookup_enum, lookup_template_type, check_typedef): Deal with
a5fdf78a 5428 struct block_symbol from lookup functions.
d12307c1
PMR
5429 * guile/scm-frame.c (gdbscm_frame_read_var): Likewise.
5430 * guile/scm-symbol.c (gdbscm_lookup_symbol): Likewise.
5431 (gdbscm_lookup_global_symbol): Likewise.
5432 * gnu-v3-abi.c (gnuv3_get_typeid_type): Likewise.
5433 * go-exp.y: Likewise. Remove uses of block_found.
5434 (package_name_p, classify_packaged_name, classify_name):
5435 Likewise.
5436 * infrun.c (insert_exception_resume_breakpoint): Likewise.
5437 * jv-exp.y (push_variable): Likewise.
5438 * jv-lang.c (java_lookup_class, get_java_object_type): Likewise.
5439 * language.c (language_bool_type): Likewise.
5440 * language.h (struct language_defn): Update
a5fdf78a
PMR
5441 la_lookup_symbol_nonlocal to return a struct block_symbol rather
5442 than a mere symbol.
5443 * linespec.c (find_label_symbols): Deal with struct block_symbol
5444 from lookup functions.
d12307c1
PMR
5445 * m2-exp.y: Likewise. Remove uses of block_found.
5446 (yylex): Likewise.
5447 * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
5448 * objc-lang.c (lookup_struct_typedef, find_imps): Likewise.
5449 * p-exp.y: Likewise. Remove uses of block_found.
5450 (yylex): Likewise.
5451 * p-valprint.c (pascal_val_print): Likewise.
5452 * parse.c (write_dollar_variable): Likewise. Remove uses of
5453 block_found.
5454 * parser-defs.h (struct symtoken): Turn the SYM field into a
a5fdf78a
PMR
5455 struct block_symbol.
5456 * printcmd.c (address_info): Deal with struct block_symbol from
5457 lookup functions.
d12307c1
PMR
5458 * python/py-frame.c (frapy_read_var): Likewise.
5459 * python/py-symbol.c (gdbpy_lookup_symbol,
5460 gdbpy_lookup_global_symbol): Likewise.
5461 * skip.c (skip_function_command): Likewise.
5462 * solib-darwin.c (darwin_lookup_lib_symbol): Return a struct
a5fdf78a 5463 block_symbol instead of a mere symbol.
d12307c1
PMR
5464 * solib-spu.c (spu_lookup_lib_symbol): Likewise.
5465 * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
5466 * solib.c (solib_global_lookup): Likewise.
5467 * solist.h (solib_global_lookup): Likewise.
5468 (struct target_so_ops): Update lookup_lib_global_symbol to
a5fdf78a
PMR
5469 return a struct block_symbol rather than a mere symbol.
5470 * source.c (select_source_symtab): Deal with struct block_symbol
5471 from lookup functions.
d12307c1
PMR
5472 * stack.c (print_frame_args, iterate_over_block_arg_vars):
5473 Likewise.
5474 * symfile.c (set_initial_language): Likewise.
5475 * symtab.c (SYMBOL_LOOKUP_FAILED): Turn into a struct
a5fdf78a 5476 block_symbol.
d12307c1
PMR
5477 (SYMBOL_LOOKUP_FAILED_P): New predicate as a macro.
5478 (struct symbol_cache_slot): Turn the FOUND field into a struct
a5fdf78a 5479 block_symbol.
d12307c1 5480 (block_found): Remove.
a5fdf78a 5481 (eq_symbol_entry): Update to deal with struct block_symbol in
d12307c1 5482 cache slots.
a5fdf78a
PMR
5483 (symbol_cache_lookup): Return a struct block_symbol rather than
5484 a mere symbol.
d12307c1
PMR
5485 (symbol_cache_mark_found): Add a BLOCK parameter to fill
5486 appropriately the cache slots. Update callers.
5487 (symbol_cache_dump): Update cache slots handling to the type
5488 change.
5489 (lookup_symbol_in_language, lookup_symbol, lookup_language_this,
5490 lookup_symbol_aux, lookup_local_symbol,
5491 lookup_symbol_in_objfile, lookup_global_symbol_from_objfile,
5492 lookup_symbol_in_objfile_symtabs,
5493 lookup_symbol_in_objfile_from_linkage_name,
5494 lookup_symbol_via_quick_fns, basic_lookup_symbol_nonlocal,
5495 lookup_symbol_in_static_block, lookup_static_symbol,
5496 lookup_global_symbol):
a5fdf78a
PMR
5497 Return a struct block_symbol rather than a mere symbol. Deal
5498 with struct block_symbol from other lookup functions. Remove
d12307c1
PMR
5499 uses of block_found.
5500 (lookup_symbol_in_block): Remove uses of block_found.
5501 (struct global_sym_lookup_data): Turn the RESULT field into a
a5fdf78a 5502 struct block_symbol.
d12307c1
PMR
5503 (lookup_symbol_global_iterator_cb): Update references to the
5504 RESULT field.
a5fdf78a 5505 (search_symbols): Deal with struct block_symbol from lookup
d12307c1 5506 functions.
a5fdf78a 5507 * symtab.h (struct block_symbol): New structure.
d12307c1
PMR
5508 (block_found): Remove.
5509 (lookup_symbol_in_language, lookup_symbol,
5510 basic_lookup_symbol_nonlocal, lookup_symbol_in_static_block,
a5fdf78a
PMR
5511 lookup_static_symbol, lookup_global_symbol, lookup_language_this,
5512 lookup_global_symbol_from_objfile): Return a struct block_symbol
5513 rather than just a mere symbol. Update comments to remove
5514 mentions of block_found.
d12307c1
PMR
5515 * valops.c (find_function_in_inferior,
5516 value_struct_elt_for_reference, value_maybe_namespace_elt,
a5fdf78a 5517 value_of_this): Deal with struct block_symbol from lookup
d12307c1
PMR
5518 functions.
5519 * value.c (value_static_field, value_fn_field): Likewise.
5520
b1c59ddc
SM
55212015-07-31 Simon Marchi <simon.marchi@ericsson.com>
5522
5523 * remote-m32r-sdi.c (m32r_remove_watchpoint): Use enum type
5524 instead of integer.
5525
f486487f 55262015-07-31 Simon Marchi <simon.marchi@ericsson.com>
84da3f0c 5527 Pedro Alves <palves@redhat.com>
f486487f
SM
5528
5529 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): Use enum
5530 type or value instead of integer.
5531 (aarch64_linux_insert_watchpoint): Likewise.
5532 (aarch64_linux_remove_watchpoint): Likewise.
5533 * ada-lang.c (ada_op_print_tab): Likewise.
5534 * amd64-linux-tdep.c (amd64_canonicalize_syscall): Likewise.
5535 (amd64_linux_syscall_record_common): Likewise.
5536 * arch-utils.c (target_byte_order_user): Likewise.
5537 (default_byte_order): Likewise.
5538 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Likewise.
5539 (arm_linux_get_hwbp_type): Likewise.
5540 (arm_linux_hw_watchpoint_initialize): Likewise.
5541 (arm_linux_insert_watchpoint): Likewise.
5542 * arm-linux-tdep.c (arm_canonicalize_syscall): Likewise.
5543 (arm_linux_syscall_record): Likewise.
5544 * breakpoint.c (update_watchpoint): Likewise.
5545 (breakpoint_here_p): Likewise.
5546 (bpstat_print): Likewise.
5547 (enable_breakpoint_disp): Likewise.
5548 * c-lang.c (c_op_print_tab): Likewise.
5549 * cli/cli-decode.c (add_info_alias): Likewise.
5550 * d-lang.c (d_op_print_tab): Likewise.
5551 * eval.c (evaluate_subexp_standard): Likewise.
5552 * f-exp.y (dot_ops): Likewise.
5553 (f77_keywords): Likewise.
5554 * f-lang.c (f_op_print_tab): Likewise.
5555 * go-lang.c (go_op_print_tab): Likewise.
5556 * guile/scm-breakpoint.c (gdbscm_make_breakpoint): Likewise.
5557 * guile/scm-cmd.c (gdbscm_make_command): Likewise.
5558 * guile/scm-param.c (gdbscm_make_parameter): Likewise.
5559 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Likewise.
5560 * guile/scm-string.c (struct scm_to_stringn_data): Likewise.
5561 (struct scm_from_stringn_data): Likewise.
5562 * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
5563 * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
5564 (ia64_linux_remove_watchpoint): Likewise.
5565 (ia64_linux_can_use_hw_breakpoint): Likewise.
5566 * infrun.c (print_stop_event): Likewise.
5567 * jv-lang.c (java_op_print_tab): Likewise.
5568 * linux-nat.c (linux_proc_xfer_partial): Likewise.
5569 * linux-nat.h (struct lwp_info): Likewise.
5570 * linux-thread-db.c (enable_thread_event): Likewise.
5571 * m2-lang.c (m2_op_print_tab): Likewise.
5572 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise.
5573 (mi_cmd_stack_list_variables): Likewise.
5574 * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
5575 * mi/mi-out.c (mi_table_begin): Likewise.
5576 (mi_table_header): Likewise.
5577 * mips-linux-nat.c (mips_linux_can_use_hw_breakpoint): Likewise.
5578 (mips_linux_insert_watchpoint): Likewise.
5579 (mips_linux_remove_watchpoint): Likewise.
5580 * nat/mips-linux-watch.c (mips_linux_watch_type_to_irw): Likewise.
5581 * nat/mips-linux-watch.h (struct mips_watchpoint): Likewise.
5582 (mips_linux_watch_type_to_irw): Likewise.
5583 * nto-procfs.c (procfs_can_use_hw_breakpoint): Likewise.
5584 (procfs_insert_hw_watchpoint): Likewise.
5585 (procfs_remove_hw_watchpoint): Likewise.
5586 (procfs_hw_watchpoint): Likewise.
5587 (procfs_can_use_hw_breakpoint): Likewise.
5588 (procfs_remove_hw_watchpoint): Likewise.
5589 (procfs_insert_hw_watchpoint): Likewise.
5590 * p-lang.c (pascal_op_print_tab): Likewise.
5591 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): Likewise.
5592 * ppc-linux-tdep.c (ppu2spu_unwind_register): Likewise.
5593 * ppc-sysv-tdep.c (get_decimal_float_return_value): Likewise.
5594 * procfs.c (procfs_can_use_hw_breakpoint): Likewise.
5595 (procfs_insert_watchpoint): Likewise.
5596 (procfs_remove_watchpoint): Likewise.
5597 * psymtab.c (recursively_search_psymtabs): Likewise.
5598 * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint): Likewise.
5599 (m32r_insert_watchpoint): Likewise.
5600 * remote-mips.c (mips_can_use_watchpoint): Likewise.
5601 (mips_insert_watchpoint): Likewise.
5602 (mips_remove_watchpoint): Likewise.
5603 * remote.c (watchpoint_to_Z_packet): Likewise.
5604 (remote_insert_watchpoint): Likewise.
5605 (remote_remove_watchpoint): Likewise.
5606 (remote_check_watch_resources): Likewise.
5607 * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
5608 (s390_remove_watchpoint): Likewise.
5609 (s390_can_use_hw_breakpoint): Likewise.
5610 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
5611 * spu-linux-nat.c (spu_can_use_hw_breakpoint): Likewise.
5612 * target.h (struct target_ops): Likewise.
5613 * tilegx-tdep.c (tilegx_analyze_prologue): Likewise.
5614 * ui-out.c (struct ui_out_hdr): Likewise.
5615 (append_header_to_list): Likewise.
5616 (get_next_header): Likewise.
5617 (verify_field): Likewise.
5618 (ui_out_begin): Likewise.
5619 (ui_out_field_int): Likewise.
5620 (ui_out_field_fmt_int): Likewise.
5621 (ui_out_field_skip): Likewise.
5622 (ui_out_field_string): Likewise.
5623 (ui_out_field_fmt): Likewise.
5624 * varobj.c (new_variable): Likewise.
5625 * x86-nat.c (x86_insert_watchpoint): Likewise.
5626 (x86_remove_watchpoint): Likewise.
5627 (x86_can_use_hw_breakpoint): Likewise.
5628 * xtensa-tdep.h (struct gdbarch_tdep): Likewise.
5629 * inflow.c (enum gdb_has_a_terminal_flag_enum): Add name to
5630 previously anonymous enumeration type..
5631 * linux-record.h (enum gdb_syscall): Add gdb_sys_no_syscall
5632 value.
5633 * target-debug.h (target_debug_print_enum_target_hw_bp_type): New.
5634 (target_debug_print_enum_bptype): New.
5635 * target-delegates.c: Regenerate.
5636
e1b5381f
SL
56372015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5638
5639 * nios2-tdep.c (nios2_analyze_prologue): Do what the comment
5640 already says and disallow non-stack memory writes in the prologue.
5641
9aaf8e3a
SL
56422015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5643
5644 * nios2-tdep.c (nios2_analyze_prologue): Update comments to
5645 reflect how current GCC emits stack overflow checks. Match
5646 both trap and break instructions for backward compatbility.
5647 Disallow other trap and break instructions in the prologue.
5648
69dde7dc
PA
56492015-07-30 Pedro Alves <palves@redhat.com>
5650
5651 PR threads/18600
5652 * linux-nat.c (wait_lwp): Report to the core when thread group
5653 leader exits.
5654
4dd63d48
PA
56552015-07-30 Pedro Alves <palves@redhat.com>
5656 Simon Marchi <simon.marchi@ericsson.com>
5657
5658 PR threads/18600
5659 * linux-nat.c (linux_handle_extended_wait): On CLONE event, always
5660 mark the new thread as resumed. Remove STOPPING parameter.
5661 (wait_lwp): Adjust call to linux_handle_extended_wait.
5662 (linux_nat_filter_event): Adjust call to
5663 linux_handle_extended_wait.
5664 (resume_stopped_resumed_lwps): Add debug output.
5665
6b940e6a
PL
56662015-07-30 Pierre Langlois <pierre.langlois@arm.com>
5667
5668 * arch-utils.c (default_fast_tracepoint_valid_at): Remove unused
5669 isize argument.
5670 * arch-utils.h (default_fast_tracepoint_valid_at): Likewise.
5671 * breakpoint.c (check_fast_tracepoint_sals): Adjust call to
5672 gdbarch_fast_tracepoint_valid_at.
5673 * gdbarch.sh (fast_tracepoint_valid_at): Remove isize argument.
5674 * gdbarch.h: Regenerate.
5675 * gdbarch.c: Regenerate.
5676 * i386-tdep.c (i386_fast_tracepoint_valid_at): Remove isize
5677 argument. Do not set it.
5678 * remote.c (remote_download_tracepoint): Adjust call to
5679 gdbarch_fast_tracepoint_valid_at. Call gdb_insn_length to get
5680 the instruction length.
5681
ec741292
YQ
56822015-07-30 Yao Qi <yao.qi@linaro.org>
5683
5684 * arm-tdep.h (enum gdb_regnum): Move it to ...
5685 * arch/arm.h: ... here. New file.
5686 * Makefile.in (HFILES_NO_SRCDIR): Add arch/arm.h.
5687
0ea6402e
PL
56882015-07-30 Pierre Langlois <pierre.langlois@arm.com>
5689
5690 * aarch64-tdep.c (decode_b): Rename link argument to is_bl.
5691 Change its type to int *.
5692 (decode_br): Rename link argument to is_blr. Change its type to
5693 int *.
5694 (decode_cb): Rename op argument to is_cbnz. Change its type to
5695 int *.
5696 (decode_tb): Rename op argument to is_tbnz. Change its type to
5697 int *. Set is_tbnz to either 1 or 0.
5698 (aarch64_analyze_prologue): Change type of is_link to int. Add
5699 new variables is_cbnz and is_tbnz. Adjust call to
5700 aarch64_decode_cb and aarch64_decode_tb.
5701
aa58a496
SM
57022015-07-29 Simon Marchi <simon.marchi@ericsson.com>
5703
5704 * mips-linux-nat.c (write_watchpoint_regs): Add NULL as ptrace's 4th
5705 parameter.
5706 (mips_linux_new_thread): Likewise.
5707 * nat/mips-linux-watch.c (mips_linux_read_watch_registers): Likewise.
5708
18206ca3
PP
57092015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5710
5711 * top.c: Include "tui/tui.h".
5712 (undo_terminal_modifications_before_exit): New static function.
5713 (quit_force): Use it.
5714
7afa63c6
PP
57152015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5716
5717 * target.c (terminal_state): Initialize to terminal_is_ours.
5718
cc9f16aa
YQ
57192015-07-29 Yao Qi <yao.qi@linaro.org>
5720
5721 PR record/18691
5722 * dcache.c (dcache_read_memory_partial): Call
5723 raw_memory_xfer_partial.
5724 * target.c (raw_memory_xfer_partial): Make it non-static.
5725 * target.h (raw_memory_xfer_partial): Declare.
5726
3ae385af
SM
57272015-07-28 Simon Marchi <simon.marchi@ericsson.com>
5728
5729 * c-valprint.c (c_val_print_array): Consider addressable memory
5730 unit size.
5731 (c_val_print_ptr): Likewise.
5732 (c_val_print_int): Likewise.
5733 * findvar.c (read_frame_register_value): Likewise.
5734 * valarith.c (find_size_for_pointer_math): Likewise.
5735 (value_ptrdiff): Likewise.
5736 (value_subscripted_rvalue): Likewise.
5737 * valops.c (read_value_memory): Likewise (and rename variables).
5738 (value_assign): Likewise.
5739 (value_repeat): Likewise.
5740 (value_array): Likewise.
5741 (value_slice): Likewise.
5742 * valprint.c (generic_val_print_ptr): Likewise.
5743 (generic_val_print_enum): Likewise.
5744 (generic_val_print_bool): Likewise.
5745 (generic_val_print_int): Likewise.
5746 (generic_val_print_char): Likewise.
5747 (generic_val_print_float): Likewise.
5748 (generic_val_print_decfloat): Likewise.
5749 (generic_val_print_complex): Likewise.
5750 (val_print_scalar_formatted): Likewise.
5751 (val_print_array_elements): Likewise.
5752 * value.c (set_value_parent): Likewise.
5753 (value_contents_copy_raw): Likewise.
5754 (set_internalvar_component): Likewise.
5755 (value_primitive_field): Likewise.
5756 (value_fetch_lazy): Likewise.
5757 * value.h (read_value_memory): Update comment.
5758
e512cdbd
SM
57592015-07-28 Simon Marchi <simon.marchi@ericsson.com>
5760
5761 * value.c (get_value_arch): New function.
5762 * value.h (get_value_arch): New declaration.
5763
3723fda8
SM
57642015-07-28 Simon Marchi <simon.marchi@ericsson.com>
5765
5766 * value.c (struct value): Update comments.
5767
2e056931
SM
57682015-07-28 Simon Marchi <simon.marchi@ericsson.com>
5769
5770 * gdbtypes.c (type_length_units): New function.
5771 * gdbtypes.h (type_length_units): New declaration.
5772 (struct type) <length>: Update comment.
5773
0c87c0bf
SM
57742015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5775
5776 * valprint.c (generic_val_print): Factor out complex
5777 printing code to ...
5778 (generic_val_print_complex): ... this new function.
5779
9550ae5e
SM
57802015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5781
5782 * valprint.c (generic_val_print): Factor out decfloat
5783 printing code to ...
5784 (generic_val_print_decfloat): ... this new function.
5785
7784724b
SM
57862015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5787
5788 * valprint.c (generic_val_print): Factor out float
5789 printing code to ...
5790 (generic_val_print_float): ... this new function.
5791
385f5aff
SM
57922015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5793
5794 * valprint.c (generic_val_print): Factor out char
5795 printing code to ...
5796 (generic_val_print_char): ... this new function.
5797
b21b6342
SM
57982015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5799
5800 * valprint.c (generic_val_print): Factor out integer
5801 printing code to ...
5802 (generic_val_print_int): ... this new function.
5803
e5bead4b
SM
58042015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5805
5806 * valprint.c (generic_val_print): Factor out bool
5807 printing code to ...
5808 (generic_val_print_bool): ... this new function.
5809
4a8c372f
SM
58102015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5811
5812 * valprint.c (generic_val_print): Factor out function/method
5813 printing code to ...
5814 (generic_val_print_func): ... this new function.
5815
d93880bd
SM
58162015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5817
5818 * valprint.c (generic_val_print): Factor out flags
5819 printing code to ...
5820 (generic_val_print_flags): ... this new function.
5821
ef0bc0dd
SM
58222015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5823
5824 * valprint.c (generic_val_print): Factor out enum
5825 printing code to ...
5826 (generic_val_print_enum): ... this new function.
5827
fe43fede
SM
58282015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5829
5830 * valprint.c (generic_val_print): Factor out reference
5831 printing code to ...
5832 (generic_val_print_ref): ... this new function.
5833
45000ea2
SM
58342015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5835
5836 * valprint.c (generic_val_print): Factor out memberptr
5837 printing code to ...
5838 (generic_val_print_memberptr): ... this new function.
5839
81eb921a
SM
58402015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5841
5842 * valprint.c (generic_val_print): Factor out pointer
5843 printing code to ...
5844 (generic_val_print_ptr): ... this new function.
5845
557dbe8a
SM
58462015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5847
5848 * valprint.c (generic_val_print): Factor out array
5849 printing code to ...
5850 (generic_val_print_array): ... this new function.
5851
9f436164
SM
58522015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5853
5854 * valprint.c (generic_val_print): Factor out
5855 print_unpacked_pointer code to ...
5856 (print_unpacked_pointer): ... this new function.
5857
077836f7
PP
58582015-07-27 Patrick Palka <patrick@parcs.ath.cx>
5859
5860 * event-top.c (handle_sigterm): Don't inspect
5861 target_can_async_p. Always set the quit flag and always mark
5862 the async signal handler.
5863
3a60804f
YQ
58642015-07-27 Yao Qi <yao.qi@linaro.org>
5865
5866 * Makefile.in (REMOTE_EXAMPLES): Remove it.
5867
c9f35b34
KB
58682015-07-25 Kevin Buettner <kevinb@redhat.com>
5869
5870 * remote.c (read_ptid): Return null_ptid when no thread id
5871 is found.
5872 (remote_current_thread): Add log warning for malformed
5873 qC reply.
5874 (remote_start_remote): Add log warning when current thread
5875 not found.
5876
2b4cab86
PA
58772015-07-24 Pedro Alves <palves@redhat.com>
5878
5879 * s390-linux-nat.c (fetch_regs, store_regs, fetch_fpregs)
5880 (s390_stopped_by_watchpoint, s390_prepare_to_resume): Pass 0 as
5881 forth argument to ptrace PTRACE_PEEKUSR_AREA/PTRACE_POKEUSR_AREA.
5882
77598427
PA
58832015-07-24 Pedro Alves <palves@redhat.com>
5884
5885 PR gdb/18717
5886 * linux-nat.c (linux_nat_filter_event): Don't assert that the lwp
5887 is resumed, and extend the debug log.
5888
fe23c31f
PA
58892015-07-24 Pedro Alves <palves@redhat.com>
5890
5891 * fork-child.c (fork_inferior): Print argv[0] instead of exec_file.
5892
5826e159
PA
58932015-07-24 Pedro Alves <palves@redhat.com>
5894
5895 * aarch64-linux-nat.c: Include nat/gdb_ptrace.h instead of
5896 sys/ptrace.h.
5897 * alpha-linux-nat.c: Likewise.
5898 * amd64-linux-nat.c: Likewise.
5899 * arm-linux-nat.c: Likewise.
5900 * hppa-linux-nat.c: Likewise.
5901 * i386-linux-nat.c: Likewise.
5902 * ia64-linux-nat.c: Likewise.
5903 * linux-fork.c: Likewise.
5904 * linux-nat.c: Likewise.
5905 * m32r-linux-nat.c: Likewise.
5906 * m68klinux-nat.c: Likewise.
5907 * mips-linux-nat.c: Likewise.
5908 * nat/linux-btrace.c: Likewise.
5909 * nat/linux-ptrace.c: Likewise.
5910 * nat/linux-ptrace.h
5911 * nat/mips-linux-watch.c: Likewise.
5912 * nat/x86-linux-dregs.c: Likewise.
5913 * ppc-linux-nat.c: Likewise.
5914 * s390-linux-nat.c: Likewise.
5915 * spu-linux-nat.c: Likewise.
5916 * tilegx-linux-nat.c: Likewise.
5917 * x86-linux-nat.c: Likewise.
5918 * xtensa-linux-nat.c: Likewise.
5919
54019719
PA
59202015-07-24 Pedro Alves <palves@redhat.com>
5921
5922 * ptrace.m4 (ptrace tests): Test in C++ mode. Try with 'enum
5923 __ptrace_request as first parameter type instead of int.
5924 (PTRACE_TYPE_ARG1): Define.
5925 * nat/gdb_ptrace.h [!PTRACE_TYPE_ARG5] (ptrace): Define as wrapper
5926 that casts first argument to PTRACE_TYPE_ARG1.
5927 * config.in: Regenerate.
5928 * configure: Regenerate.
5929
e3790375
PA
59302015-07-24 Pedro Alves <palves@redhat.com>
5931
5932 * gdb_ptrace.h: Move ...
5933 * nat/gdb_ptrace.h: ... here.
5934 * inf-ptrace.c: Adjust.
5935
eb7aa561
PA
59362015-07-24 Pedro Alves <palves@redhat.com>
5937
5938 * acinclude.m4: Include ptrace.m4.
5939 * configure.ac: Call GDB_AC_PTRACE and move ptrace checks ...
5940 * ptrace.m4: ... to this new file.
5941
cc12ce38
DE
59422015-07-23 Doug Evans <dje@google.com>
5943
5944 * dwarf2read.c (dwarf2_per_cu_data): Add comment.
5945 (load_cu): Handle dummy CUs.
5946 (dw2_do_instantiate_symtab, process_queuef): Ditto.
5947 (dwarf2_fetch_die_loc_sect_off, dwarf2_fetch_constant_bytes): Ditto.
5948
7b849db4
CS
59492015-07-23 Ciro Santilli <ciro.santilli@gmail.com> (tiny patch)
5950
5951 * py-linetable.c (ltpy_get_all_source_lines): Adjust function
5952 documentation to say that it returns a list rather than
5953 a FrozenSet.
5954 (linetable_object_methods): Update the docstring of the
5955 "source_line" entry.
5956
d0d84780
PMR
59572015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
5958
5959 * gdbtypes.c (resolve_dynamic_array): Pass the peeled element
5960 type to the recursive call instead of the original (maybe
5961 TYPE_CODE_TYPEDEF) type.
5962
c2fbdc59
YQ
59632015-07-23 Yao Qi <yao.qi@linaro.org>
5964
5965 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): If
5966 TYPE is watchpoint, return zero if aarch64_num_wp_regs is zero.
5967 If TYPE is breakpoint, return zero if arch64_num_bp_regs is zero.
5968
af1b22f3
YQ
59692015-07-21 Yao Qi <yao.qi@linaro.org>
5970
5971 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
5972 Move it to nat/aarch64-linux-hw-point.c.
5973 (aarch64_linux_child_post_startup_inferior): Update.
5974 * nat/aarch64-linux-hw-point.c (aarch64_linux_get_debug_reg_capacity):
5975 New function.
5976 * nat/aarch64-linux-hw-point.h (aarch64_linux_get_debug_reg_capacity):
5977 Declare it.
5978
40e050d2
MM
59792015-07-21 Markus Metzger <markus.t.metzger@intel.com>
5980
5981 * common/btrace-common.c (btrace_data_append): Change case label.
5982
3675a06a
YQ
59832015-07-20 Yao Qi <yao.qi@linaro.org>
5984
5985 * nat/aarch64-linux-hw-point.c (aarch64_handle_unaligned_watchpoint):
5986 Re-indent the code.
5987 * nat/aarch64-linux-hw-point.h: Use ULONGEST rather than
5988 "unsigned long long".
5989
b4e1fd61
KB
59902015-07-18 Kevin Buettner <kevinb@redhat.com>
5991
5992 * dwarf2read.c (dwarf2_locate_sections): Allow has_section_at_zero
5993 to be set for SEC_ALLOC sections too.
5994
554717a3
YQ
59952015-07-17 Yao Qi <yao.qi@linaro.org>
5996
5997 * Makefile.in (HFILES_NO_SRCDIR): Add
5998 nat/aarch64-linux-hw-point.h.
5999 (aarch64-linux-hw-point.o): New rule.
6000 * nat/aarch64-linux-hw-point.h: New file.
6001 * nat/aarch64-linux-hw-point.c: New file.
6002 * aarch64-linux-nat.c: Include nat/aarch64-linux-hw-point.h.
6003 (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
6004 (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
6005 (AARCH64_HWP_ALIGNMENT): Likewise.
6006 (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
6007 (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
6008 (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
6009 (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
6010 (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
6011 (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
6012 (struct aarch64_debug_reg_state): Likewise.
6013 (struct arch_lwp_info): Likewise.
6014 (aarch64_linux_set_debug_regs): Likewise.
6015 (aarch64_notify_debug_reg_change): Remove static.
6016 (aarch64_align_watchpoint): Likewise.
6017 (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
6018 (aarch64_watchpoint_length): Likewise.
6019 (aarch64_point_encode_ctrl_reg): Likewise
6020 (aarch64_point_is_aligned): Likewise.
6021 (aarch64_dr_state_insert_one_point): Likewise.
6022 (aarch64_dr_state_remove_one_point): Likewise.
6023 (aarch64_handle_breakpoint): Likewise.
6024 (aarch64_handle_aligned_watchpoint): Likewise.
6025 (aarch64_handle_unaligned_watchpoint): Likewise.
6026 (aarch64_handle_watchpoint): Likewise.
6027 * config/aarch64/linux.mh (NAT_FILE): Add
6028 aarch64-linux-hw-point.o.
6029
c67ca4de
YQ
60302015-07-17 Yao Qi <yao.qi@linaro.org>
6031
6032 * aarch64-linux-nat.c (aarch64_handle_breakpoint): Add argument
6033 state and don't call aarch64_get_debug_reg_state. All callers
6034 update.
6035 (aarch64_linux_insert_hw_breakpoint): Call
6036 aarch64_get_debug_reg_state earlier.
6037 (aarch64_linux_remove_hw_breakpoint): Likewise.
6038 (aarch64_handle_aligned_watchpoint): Add argument state and
6039 don't call aarch64_get_debug_reg_state. All callers update.
6040 (aarch64_handle_unaligned_watchpoint): Likewise.
6041 (aarch64_handle_watchpoint): Add argument state.
6042 (aarch64_linux_insert_watchpoint): Call aarch64_get_debug_reg_state
6043 earlier.
6044 (aarch64_linux_remove_watchpoint): Likewise.
6045
25abf979
YQ
60462015-07-17 Yao Qi <yao.qi@linaro.org>
6047
6048 * aarch64-linux-nat.c (aarch64_show_debug_reg_state): Use
6049 debug_printf.
6050 (aarch64_handle_unaligned_watchpoint): Likewise.
6051
2ecd81c2
YQ
60522015-07-17 Yao Qi <yao.qi@linaro.org>
6053
6054 * aarch64-linux-nat.c (aarch64_dr_state_insert_one_point): Change
6055 argument type's type to 'enum target_hw_bp_type'.
6056 (aarch64_dr_state_remove_one_point): Likewise.
6057 (aarch64_handle_breakpoint): Likewise.
6058 (aarch64_linux_insert_hw_breakpoint): Likewise.
6059 (aarch64_linux_remove_hw_breakpoint): Likewise.
6060 (aarch64_handle_aligned_watchpoint): Likewise.
6061
e53b6938
YQ
60622015-07-17 Yao Qi <yao.qi@linaro.org>
6063
6064 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Call
6065 ptid_get_pid instead of get_thread_id.
6066
6a49a997
YQ
60672015-07-17 Yao Qi <yao.qi@linaro.org>
6068
6069 * remote.c (get_current_thread): Initialise ptid to null_ptid.
6070 (add_current_inferior_and_thread): Don't initialise ptid.
6071
4bcddace
PL
60722015-07-16 Pierre Langlois <pierre.langlois@arm.com>
6073
6074 * aarch64-tdep.c (aarch64_pseudo_read_value): Mark S register as
6075 unavailable if invalid.
6076
db1ff28b
JK
60772015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6078
6079 Revert the previous 6 commits:
6080 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
6081 Move gdb_regex* to common/
6082 Prepare linux_find_memory_regions_full & co. for move
6083 Move linux_find_memory_regions_full & co.
6084 gdbserver build-id attribute generator
6085 Validate symbol file using build-id
6086
ca5268b6
JK
60872015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6088 Jan Kratochvil <jan.kratochvil@redhat.com>
6089
6090 Validate symbol file using build-id.
6091 * NEWS (Changes since GDB 7.10): Add 'set validate-build-id'
6092 and 'show validate-build-id'. Add build-id attribute.
6093 * solib-darwin.c (_initialize_darwin_solib): Assign validate value.
6094 * solib-dsbt.c (_initialize_dsbt_solib): Ditto.
6095 * solib-frv.c (_initialize_frv_solib): Ditto.
6096 * solib-spu.c (set_spu_solib_ops): Ditto.
6097 * solib-svr4.c: Include rsp-low.h.
6098 (NOTE_GNU_BUILD_ID_NAME): New define.
6099 (svr4_validate): New function.
6100 (svr4_copy_library_list): Duplicate field build_id.
6101 (library_list_start_library): Parse 'build-id' attribute.
6102 (svr4_library_attributes): Add 'build-id' attribute.
6103 (_initialize_svr4_solib): Assign validate value.
6104 * solib-target.c (solib.h): Include.
6105 (_initialize_solib_target): Assign validate value.
6106 * solib.c (validate_build_id, show_validate_build_id): New.
6107 (solib_map_sections): Use ops->validate.
6108 (clear_so): Free build_id.
6109 (default_solib_validate): New function.
6110 (_initialize_solib): Add "validate-build-id".
6111 * solib.h (default_solib_validate): New declaration.
6112 * solist.h (struct so_list): New fields 'build_idsz' and 'build_id'.
6113 (target_so_ops): New field 'validate'.
6114
700ca40f
JK
61152015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6116 Jan Kratochvil <jan.kratochvil@redhat.com>
6117
6118 gdbserver build-id attribute generator.
6119 * features/library-list-svr4.dtd (library-list-svr4): New
6120 'build-id' attribute.
6121
9904185c
JK
61222015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6123 Jan Kratochvil <jan.kratochvil@redhat.com>
6124
6125 Move linux_find_memory_regions_full & co.
6126 * linux-tdep.c (nat/linux-maps.h): Include.
6127 (gdb_regex.h): Remove the include.
6128 (enum filterflags, struct smaps_vmflags, read_mapping, decode_vmflags)
6129 (mapping_is_anonymous_p, dump_mapping_p): Moved to nat/linux-maps.c.
6130 (linux_find_memory_region_ftype): Moved typedef to nat/linux-maps.h.
6131 (linux_find_memory_regions_full): Moved definition to nat/linux-maps.c.
6132 * nat/linux-maps.c: Include ctype.h, target/target-utils.h, gdb_regex.h
6133 and target/target.h.
6134 (struct smaps_vmflags, read_mapping, decode_vmflags)
6135 (mapping_is_anonymous_p, dump_mapping_p): Move from linux-tdep.c.
6136 (linux_find_memory_regions_full): Move from linux-tdep.c.
6137 * nat/linux-maps.h (read_mapping): New declaration.
6138 (linux_find_memory_region_ftype, enum filterflags): Moved from
6139 linux-tdep.c.
6140 (linux_find_memory_regions_full): New declaration.
6141 * target.c (target/target-utils.h): Include.
6142 (read_alloc_pread_ftype): Moved typedef to target/target-utils.h.
6143 (read_alloc, read_stralloc_func_ftype, read_stralloc): Moved
6144 definitions to target/target-utils.c.
6145 * target.h (target_fileio_read_stralloc): Move it to target/target.h.
6146 * target/target-utils.c (read_alloc, read_stralloc): Move definitions
6147 from target.c.
6148 * target/target-utils.h (read_alloc_pread_ftype): New typedef.
6149 (read_alloc): New declaration.
6150 (read_stralloc_func_ftype): New typedef.
6151 (read_stralloc): New declaration.
6152 * target/target.h (target_fileio_read_stralloc): Move it from target.h.
6153
f7af1fcd
JK
61542015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6155 Jan Kratochvil <jan.kratochvil@redhat.com>
6156
6157 Prepare linux_find_memory_regions_full & co. for move.
6158 * linux-tdep.c (linux_find_memory_region_ftype): Comment.
6159 (linux_find_memory_regions_full): Change signature and prepare
6160 for moving to linux-maps.
6161 (linux_find_memory_regions_data): Rename field 'obfd' to 'data'.
6162 (linux_find_memory_regions_thunk): New.
6163 (linux_find_memory_regions_thunk): Use 'data' field instead of 'obfd'.
6164 (linux_find_memory_regions_gdb): New.
6165 (linux_find_memory_regions): Rename argument 'obfd' to 'func_data'.
6166 (linux_make_mappings_corefile_notes): Use
6167 linux_find_memory_regions_gdb.
6168 * target.c (read_alloc_pread_ftype): New typedef.
6169 (target_fileio_read_alloc_1_pread): New function.
6170 (read_alloc): Refactor from target_fileio_read_alloc_1.
6171 (read_stralloc_func_ftype): New typedef.
6172 (target_fileio_read_alloc_1): New implementation. Use read_alloc.
6173 (read_stralloc): Refactored from target_fileio_read_stralloc.
6174 (target_fileio_read_stralloc): New implementation, use read_stralloc.
6175
6e5b4429
JK
61762015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6177
6178 * Makefile.in (HFILES_NO_SRCDIR): Change gdb_regex.h to
6179 common/gdb_regex.h.
6180 (COMMON_OBS): Add gdb_regex.o.
6181 (gdb_regex.o): New.
6182 * common/common.m4 (GDB_AC_COMMON): Add gdb_use_included_regex,
6183 --without-included-regex and USE_INCLUDED_REGEX.
6184 * common/gdb_regex.c: New file from utils.c functions.
6185 * common/gdb_regex.h: Move it here from gdb_regex.h, update include
6186 file wrapping define name.
6187 * configure: Rebuilt.
6188 * configure.ac (gdb_use_included_regex, --without-included-regex)
6189 (USE_INCLUDED_REGEX): Move them to common/common.m4.
6190 * gdb_regex.h: Move it to common/gdb_regex.h.
6191 * utils.c: Remove include gdb_regex.h.
6192 (do_regfree_cleanup, make_regfree_cleanup, get_regcomp_error)
6193 (compile_rx_or_error): Move them to common/gdb_regex.c.
6194
ddc98fbf
JK
61952015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6196 Jan Kratochvil <jan.kratochvil@redhat.com>
6197
6198 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
6199 * Makefile.in (HFILES_NO_SRCDIR); Add nat/linux-maps.h,
6200 common/target-utils.h.
6201 (COMMON_OBS): Add target-utils.o.
6202 (linux-maps.o, target-utils.o): New.
6203 * target/target-utils.c: New file.
6204 * target/target-utils.h: New file.
6205 * config/i386/linux.mh (NATDEPFILES): Add linux-maps.o.
6206 * config/i386/linux64.mh (NATDEPFILES): Ditto.
6207 * nat/linux-maps.c: New file.
6208 * nat/linux-maps.h: New file.
6209
e7b01ce0
MM
62102015-07-15 Markus Metzger <markus.t.metzger@intel.com>
6211 Pedro Alves <palves@redhat.com>
6212
6213 * nat/linux-btrace.c (perf_event_read): Change the type of DATA_HEAD.
6214 (perf_event_read_all): Change the type of SIZE and DATA_HEAD.
6215 (perf_event_read_bts): Change the type of SIZE and READ.
6216 (linux_enable_bts): Change the type of SIZE, PAGES, DATA_SIZE,
6217 and DATA_OFFSET. Move DATA_SIZE declaration. Restrict the buffer size
6218 to UINT_MAX. Check for overflows when using DATA_HEAD from the perf
6219 mmap page.
6220 (linux_enable_pt): Change the type of PAGES and SIZE. Restrict the
6221 buffer size to UINT_MAX.
6222 (linux_read_bts): Change the type of BUFFER_SIZE, SIZE, DATA_HEAD, and
6223 DATA_TAIL.
6224 * nat/linux-btrace.h (struct perf_event_buffer)<size, data_head>
6225 <last_head>: Change type.
6226 * common/btrace-common.h (struct btrace_dat_pt) <size>: Change type.
6227 * common/btrace-common.c (btrace_data_append): Change the type of
6228 SIZE.
6229 * btrace.c (parse_xml_raw): Change the type of SIZE. Change oddness
6230 check.
6231
f168693b
SM
62322015-07-14 Simon Marchi <simon.marchi@ericsson.com>
6233
6234 * gdbtypes.h (CHECK_TYPEDEF): Remove.
6235 * aarch64-tdep.c (aarch64_return_in_memory): Replace CHECK_TYPEDEF
6236 with check_typedef.
6237 * ada-lang.c (decode_constrained_packed_array_type): Likewise.
6238 (ada_array_length): Likewise.
6239 (find_parallel_type_by_descriptive_type): Likewise.
6240 (ada_check_typedef): Likewise.
6241 * arm-tdep.c (arm_return_in_memory): Likewise.
6242 * ax-gdb.c (gen_trace_static_fields): Likewise.
6243 (gen_struct_ref_recursive): Likewise.
6244 * c-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
6245 (variable: block COLONCOLON name): Likewise.
6246 (qualified_name: TYPENAME COLONCOLON name): Likewise.
6247 * c-lang.c (classify_type): Likewise.
6248 * c-typeprint.c (c_print_type): Likewise.
6249 (c_print_typedef): Likewise.
6250 (c_type_print_base): Likewise.
6251 * c-valprint.c (c_val_print): Likewise.
6252 * compile/compile-c-types.c (convert_type): Likewise.
6253 * compile/compile-object-load.c (get_out_value_type): Likewise.
6254 * completer.c (add_struct_fields): Likewise.
6255 (expression_completer): Likewise.
6256 * cp-namespace.c (cp_find_type_baseclass_by_name): Likewise.
6257 (cp_lookup_nested_symbol_1): Likewise.
6258 (cp_lookup_nested_symbol): Likewise.
6259 * cp-valprint.c (cp_print_value_fields): Likewise.
6260 (cp_print_static_field): Likewise.
6261 * d-valprint.c (d_val_print): Likewise.
6262 * eval.c (evaluate_subexp_standard): Likewise.
6263 (evaluate_subexp_for_sizeof): Likewise.
6264 * f-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
6265 * f-typeprint.c (f_type_print_base): Likewise.
6266 * f-valprint.c (f_val_print): Likewise.
6267 * gdbtypes.c (get_discrete_bounds): Likewise.
6268 (create_array_type_with_stride): Likewise.
6269 (type_name_no_tag_or_error): Likewise.
6270 (lookup_struct_elt_type): Likewise.
6271 (get_unsigned_type_max): Likewise.
6272 (internal_type_vptr_fieldno): Likewise.
6273 (set_type_vptr_fieldno): Likewise.
6274 (internal_type_vptr_basetype): Likewise.
6275 (set_type_vptr_basetype): Likewise.
6276 (get_vptr_fieldno): Likewise.
6277 (is_integral_type): Likewise.
6278 (is_scalar_type): Likewise.
6279 (is_scalar_type_recursive): Likewise.
6280 (distance_to_ancestor): Likewise.
6281 (is_unique_ancestor_worker): Likewise.
6282 (check_types_equal): Likewise.
6283 * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise.
6284
45280282
IB
62852015-07-14 Iain Buclaw <ibuclaw@gdcproject.org>
6286
6287 * dwarf2read.c (find_slot_in_mapped_hash): Extend language support to
6288 also test for language_d.
6289 (dwarf2_compute_name): Likewise.
6290 (read_func_scope): Likewise.
6291 (read_structure_type): Likewise.
6292 (new_symbol_full): Likewise.
6293 (determine_prefix): Likewise.
6294 (read_import_statement): Use dot as the separator for language_d.
6295 (typename_concat): Likewise, but don't prefix the D main function.
6296
99fe86f7
PB
62972015-07-14 Peter Bergner <bergner@vnet.ibm.com>
6298
6299 * nat/linux-namespaces.c (setns): Rename from this ...
6300 (do_setns): ... to this. Support calling setns if it exists.
6301 (mnsh_handle_setns): Call do_setns.
6302
d5131498
YQ
63032015-07-13 Yao Qi <yao.qi@linaro.org>
6304
6305 * exec.c (exec_file_attach): Add period at the end of error
6306 message.
6307
97605e61
AB
63082015-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6309
6310 * tui/tui-win.c (window_name_completer): New function.
6311 (focus_completer): Call window_name_completer. All old content
6312 moved into window_name_completer.
6313 (winheight_completer): New function.
6314 (_initialize_tui_win): Rename variable. Add completer to
6315 winheight command. Update doc string on winheight.
6316
8d6dbeb4
SL
63172015-07-12 Sandra Loosemore <sandra@codesourcery.com>
6318
6319 * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Register
6320 all nios2 mach variants.
6321
a0e28e54
KB
63222015-07-10 Kevin Buettner <kevinb@redhat.com>
6323
6324 * rx-tdep.c (rx_get_opcode_byte): Use target_read_code instead
6325 of target_read_memory.
6326
c101f28f
AB
63272015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6328
6329 * tui/tui-win.c (tui_set_win_height): Use a cleanup to free the
6330 string copy.
6331 (parse_scrolling_args): Likewise.
6332
150375dc
AB
63332015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6334
6335 * tui/tui-win.c (focus_completer): Don't duplicate the tui window
6336 names in this function.
6337
6dce28e4
AB
63382015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6339
6340 * tui/tui-data.h (SRC_NAME): Convert to lower case.
6341 (CMD_NAME): Likewise.
6342 (DATA_NAME): Likewise.
6343 (DISASSEM_NAME): Likewise.
6344 * tui/tui-win.c (tui_set_focus): Window names are now lower case.
6345 (tui_set_win_height): Likewise.
6346 (parse_scrolling_args): Likewise.
6347
485668e5
MM
63482015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6349
6350 * record-btrace.c (record_btrace_goto_begin)
6351 (record_btrace_goto_end, record_btrace_goto): Move call to
6352 print_stack_frame ...
6353 (record_btrace_set_replay): ... here. Set stop_pc.
6354 * record-full.c (record_full_goto_entry): Set stop_pc.
6355
58d2eda5
PL
63562015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6357
6358 * NEWS: Mention support for tracepoints on aarch64-linux.
6359
7671bf47
PL
63602015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6361
6362 * linux-aarch64-low.c (aarch64_supports_tracepoints): New
6363 function. Return 1.
6364 (the_low_target): Install it.
6365
7890fb45
PL
63662015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6367
6368 * gdb.trace/backtrace.exp: Set registers for aarch64 target.
6369 * gdb.trace/collection.exp: Likewise.
6370 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6371 * gdb.trace/mi-trace-unavailable.exp: Likewise.
6372 * gdb.trace/report.exp: Likewise.
6373 * gdb.trace/trace-break.exp: Likewise.
6374 * gdb.trace/unavailable.exp: Likewise.
6375 * gdb.trace/while-dyn.exp: Likewise.
6376
ea873d8e
PL
63772015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6378
6379 * aarch64-tdep.c: Add ax.h and ax-gdb.h includes.
6380 (aarch64_gen_return_address): New function.
6381 (aarch64_gdbarch_init): Hook it.
6382
02a2a705
PL
63832015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6384
6385 * aarch64-tdep.c (aarch64_make_stub_cache): Set available_p and
6386 swallow NOT_AVAILABLE_ERROR.
6387 (aarch64_stub_this_id): Call frame_id_build_unavailable_stack if
6388 available_p is not set.
6389 (aarch64_stub_frame_unwind_stop_reason): New function.
6390 (aarch64_stub_unwind): Install it.
6391
7dfa3edc
PL
63922015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6393
6394 * aarch64-tdep.c (aarch64_prologue_cache) <available_p>: New
6395 field.
6396 (aarch64_make_prologue_cache_1): New function, factored out from
6397 aarch64_make_prologue_cache. Do not allocate cache. Set
6398 available_p.
6399 (aarch64_make_prologue_cache): Reimplement wrapping
6400 aarch64_make_prologue_cache_1, and swallowing
6401 NOT_AVAILABLE_ERROR.
6402 (aarch64_prologue_frame_unwind_stop_reason): New function.
6403 Return UNWIND_UNAVAILABLE if available_p is not set.
6404 (aarch64_prologue_unwind): Install it.
6405 (aarch64_prologue_this_id): Move prev_pc and prev_sp limit
6406 checks into aarch64_prologue_frame_unwind_stop_reason. Call
6407 frame_id_build_unavailable_stack if available_p is not set.
6408
db634143
PL
64092015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6410
6411 * aarch64-tdep.c (aarch64_prologue_cache) <func, prev_pc>: New
6412 fields.
6413 (aarch64_scan_prologue): Set prev_pc.
6414 (aarch64_make_prologue_cache): Set func.
6415 (aarch64_make_stub_cache): Set prev_pc.
6416 (aarch64_prologue_this_id): Remove local variables id, pc and
6417 func. Read prev_pc and func from cache.
6418 (aarch64_stub_this_id): Read prev_pc from cache.
6419
8b61f75d
PL
64202015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6421
6422 * aarch64-tdep.c (aarch64_make_stub_cache): Update comment. New
6423 argument this_cache. Remove unused local variables reg and
6424 unwound_fp. Return early if this_cache is already set. Set
6425 this_cache.
6426 (aarch64_stub_this_id): Update call to aarch64_make_stub_cache.
6427
7c8edfae
PL
64282015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6429
6430 * aarch64-tdep.c (aarch64_make_prologue_cache): Update comment.
6431 New argument this_cache. Return early if this_cache is already
6432 set. Set this_cache.
6433 (aarch64_prologue_this_id): Update call to
6434 aarch64_make_prologue_cache.
6435 (aarch64_prologue_prev_register): Likewise.
6436 (aarch64_normal_frame_base): Likewise.
6437
938c69a1
SM
64382015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6439
6440 * c-valprint.c (c_val_print): Factor out memberptr printing code
6441 from c_val_print to ...
6442 (c_val_print_memberptr): ... this new function.
6443
49f7fe28
SM
64442015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6445
6446 * c-valprint.c (c_val_print): Factor out int printing code to ...
6447 (c_val_print_int): ... this new function.
6448
9e4f353c
SM
64492015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6450
6451 * c-valprint.c (c_val_print): Factor out struct and union
6452 printing code to ...
6453 (c_val_print_struct): ... this new function ...
6454 (c_val_print_union): ... and this new function.
6455
1c67f032
SM
64562015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6457
6458 * c-valprint.c (c_val_print): Factor out pointer printing code
6459 to ...
6460 (c_val_print_ptr): ... this new function.
6461
0b6ef777
SM
64622015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6463
6464 * c-valprint.c (c_valprint): Factor our array printing code from
6465 c_val_print to ...
6466 (c_val_print_array): ... this new function.
6467
1033c33c
SM
64682015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6469
6470 * c-valprint.c (c_val_print): Factor out pointer printing code
6471 to ...
6472 (print_unpacked_pointer): ... this new function.
6473
f6b93c34
SM
64742015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6475
6476 * c-valprint.c (c_val_print): Remove an assignment to i and move
6477 its declaration.
6478
0f4576e3
YQ
64792015-07-09 Yao Qi <yao.qi@linaro.org>
6480
6481 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Add
6482 argument ptid. Update comments. Caller update.
6483
37fdfe4c
MM
64842015-07-09 Markus Metzger <markus.t.metzger@intel.com>
6485
6486 * btrace.c (pt_print_packet): Print stop, vmcs, tma, mtc, cyc, and
6487 mnt packets.
6488
80a2b330
MM
64892015-07-09 Markus Metzger <markus.t.metzger@intel.com>
6490
6491 * btrace.c (btrace_pt_readmem_callback): Change type of PC argument.
6492
4ab31498
SM
64932015-07-08 Simon Marchi <simon.marchi@ericsson.com>
6494
6495 * progspace.c (delete_program_space): Add missing spaces.
6496
7a41607e
SM
64972015-07-08 Simon Marchi <simon.marchi@ericsson.com>
6498
6499 * inferior.c (delete_inferior_1): Rename to ...
6500 (delete_inferior): ..., remove 'silent' parameter, delete
6501 program space when unused and remove call to prune_program_spaces.
6502 Remove the old, unused, delete_inferior.
6503 (delete_inferior_silent): Remove.
6504 (prune_inferiors): Change call from delete_inferior_1 to
6505 delete_inferior and remove 'silent' parameter. Remove call to
6506 prune_program_spaces.
6507 (remove_inferior_command): Idem.
6508 * inferior.h (delete_inferior_1): Rename to...
6509 (delete_inferior): ..., remove 'silent' parameter and remove the
6510 original delete_inferior.
6511 (delete_inferior_silent): Remove.
6512 * mi/mi-main.c (mi_cmd_remove_inferior): Change call from
6513 delete_inferior_1 to delete_inferior and remove 'silent'
6514 parameter.
6515 * progspace.c (prune_program_spaces): Remove.
6516 (pspace_empty_p): Rename to...
6517 (program_space_empty_p): ... and make non-static.
6518 (delete_program_space): New.
6519 * progspace.h (prune_program_spaces): Remove declaration.
6520 (program_space_empty_p): New declaration.
6521 (delete_program_space): New declaration.
6522 * monitor.c (monitor_close): Replace call to
6523 delete_thread_silent and delete_inferior_silent with
6524 discard_all_inferiors.
6525
a9bd710f
PP
65262015-07-08 Patrick Palka <patrick@parcs.ath.cx>
6527
6528 * defs.h (deprecated_register_changed_hook): Remove prototype.
6529 * interps.c (clear_iterpreter_hooks): Remove reference to
6530 deprecated_register_changed_hook.
6531 * top.c (deprecated_register_changed_hook): Remove prototype.
6532 * valops.c (value_assign): Remove reference to
6533 deprecated_register_changed_hook.
6534 * tui/tui-hooks.c (tui_register_changed): Add parameter "frame".
6535 Add comment documenting the function.
6536 (tui_register_changed_observer): Define.
6537 (tui_install_hooks): Remove reference to
6538 deprecated_register_changed_hook. Set
6539 tui_register_changed_observer.
6540 (tui_remove_hooks): Remove reference to
6541 deprecated_register_changed_hook. Unset
6542 tui_register_changed_observer.
6543
08464196
JK
65442015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6545
6546 PR compile/18484
6547 * compile/compile-c-types.c (insert_type): Change gdb_assert to error.
6548
bcf5c1d9
RC
65492015-07-08 Robert O'Callahan <robert@ocallahan.org>
6550
6551 PR exp/18617
6552 * ax-gdb.c (gen_conversion): Extend to 'to' bits, not 'from'.
6553
e8643a45
MM
65542015-07-08 Markus Metzger <markus.t.metzger@intel.com>
6555
6556 * MAINTAINERS (Write After Approval): Add Markus T. Metzger.
6557
76fb6829
MM
65582015-07-08 Markus Metzger <markus.t.metzger@intel.com>
6559
6560 * nat/linux-btrace.c (kernel_supports_bts, kernel_supports_pt):
6561 Use safe_strerror() instead of strerror().
6562
82c40d4b
YQ
65632015-07-07 Yao Qi <yao.qi@linaro.org>
6564
6565 * features/arm-with-m-fpa-layout.xml: Set architecture to arm.
6566 * features/arm-with-m-fpa-layout.c: Regenerated.
6567 * features/arm-with-m-vfp-d16.xml: Likewise.
6568 * features/arm-with-m-vfp-d16.c: Regenerated.
6569 * features/arm-with-m.xml: Likewise.
6570 * features/arm-with-m.c: Regenerated.
6571 * features/arm-with-neon.xml: Likewise.
6572 * features/arm-with-neon.c: Regenerated.
6573 * features/arm-with-vfpv2.xml: Likewise.
6574 * features/arm-with-vfpv2.c: Regenerated.
6575 * features/arm-with-vfpv3.xml: Likewise.
6576 * features/arm-with-vfpv3.c: Regenerated.
6577
607685ec
YQ
65782015-07-07 Yao Qi <yao.qi@linaro.org>
6579
6580 * aarch32-linux-nat.h (VFP_REGS_SIZE): New macro, moved from
6581 arm-linux-nat.c.
6582 * aarch64-linux-nat.c: Include aarch32-linux-nat.h and
6583 elf/external.h.
6584 (fetch_gregs_from_thread): Call aarch32_gp_regcache_supply
6585 if target is 32-bit.
6586 (store_gregs_to_thread): Call aarch32_gp_regcache_collect
6587 if target is 32-bit.
6588 (fetch_fpregs_from_thread): Call aarch32_vfp_regcache_supply
6589 if target is 32-bit.
6590 (store_fpregs_to_thread): Call aarch32_vfp_regcache_collect
6591 if target is 32-bit.
6592 (tdesc_arm_with_vfpv3, tdesc_arm_with_neon): Declare.
6593 (aarch64_linux_read_description): Return the right target
6594 description.
6595 * arm-linux-nat.c (VFP_REGS_SIZE): Moved to aarch32-linux-nat.h.
6596 * config/aarch64/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
6597 * configure.tgt (aarch64*-*-linux*): Add arm-tdep.o and
6598 arm-linux-tdep.o.
6599
f1b67888
YQ
66002015-07-07 Yao Qi <yao.qi@linaro.org>
6601
6602 * aarch32-linux-nat.c: New file.
6603 * aarch32-linux-nat.h: New file.
6604 * arm-linux-nat.c: Include aarch32-linux-nat.h.
6605 (fetch_regs): Move code to aarch32-linux-nat.c. Call
6606 aarch32_gp_regcache_supply.
6607 (store_regs): Move code to aarch32-linux-nat.c. Call
6608 aarch32_gp_regcache_collect.
6609 (fetch_vfp_regs): Move code to aarch32-linux-nat.c. Call
6610 aarch32_vfp_regcache_supply.
6611 (store_vfp_regs): Move code to aarch32-linux-nat.c. Call
6612 aarch32_vfp_regcache_collect.
6613 * config/arm/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
6614
179bfe82
YQ
66152015-07-07 Yao Qi <yao.qi@linaro.org>
6616
6617 * arm-linux-nat.c (store_fpregister): Remove.
6618 (store_register): Likewise.
6619 (fetch_fpregister): Likewise.
6620 (fetch_register): Likewise.
6621 (arm_linux_store_inferior_registers): Call store_regs and
6622 store_fpregs instead.
6623 (arm_linux_fetch_inferior_registers): Call fetch_fpregs and
6624 fetch_regs instead.
6625
6008fc5f
AB
66262015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6627
6628 * doc/gdb.texinfo (TUI): Restructure documentation on TUI layout
6629 and focus commands.
6630
7c79d316
JB
66312015-07-06 Joel Brobecker <brobecker@adacore.com>
6632
6633 * NEWS: Create a new section for the next release branch.
6634 Rename the section of the current branch, now that it has
6635 been cut.
6636
f2232bea
JB
66372015-07-06 Joel Brobecker <brobecker@adacore.com>
6638
6639 GDB 7.10 branch created (66c4b3e8a628a207bc6aafef6af0c4128195f56e):
6640 * version.in: Bump version to 7.10.50.DATE-cvs.
6641
66c4b3e8
LM
66422015-07-06 Luis Machado <lgustavo@codesourcery.com>
6643
6644 * breakpoint.c (remove_breakpoint_1): Don't handle permanent
6645 breakpoints in a special way.
6646 (remove_breakpoint): Likewise.
6647 (mark_breakpoints_out): Likewise.
6648
bcd8537c
AB
66492015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6650
6651 * doc/gdb.texinfo (TUI): Add comma after @xref.
6652
10e9aaa3
AB
66532015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6654
6655 * tui/tui-win.c (tui_set_focus): Use structure member 'generic'
6656 instead of casting the structure type.
6657
8a13d42d
SM
66582015-07-06 Simon Marchi <simon.marchi@ericsson.com>
6659
6660 * valops.c (search_struct_field): Remove OFFSET parameter.
6661 (value_cast_structs): Adjust calls to search_struct_field.
6662 (value_struct_elt): Same.
6663 (find_overload_match): Same.
6664
a844296a
SM
66652015-07-06 Simon Marchi <simon.marchi@ericsson.com>
6666
6667 * value.c (value_fetch_lazy): Update comment, change return
6668 value to void.
6669 * value.h (value_fetch_lazy): Change return value to void.
6670
f41cbf58
AB
66712015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6672
6673 * tui/tui-data.c (tui_partial_win_by_name): Window name is const.
6674 (tui_win_name): Make parameter and result const.
6675 * tui/tui-data.h (tui_win_name): Make parameter and result const.
6676
118ca224
PP
66772015-07-06 Patrick Palka <patrick@parcs.ath.cx>
6678
6679 * i386-tdep.c (i386_mpx_info_bounds): Don't call error, instead
6680 use printf_unfiltered.
6681 (set_mpx_cmd): Add missing trailing space to command string
6682 literal.
6683 (_initialize_i386_tdep): Give the "mpx" prefix command its
6684 correct name.
6685
1b485e67
KB
66862015-07-02 Kevin Buettner <kevinb@redhat.com>
6687
6688 * rx-tdep.c (RX_USP_REGNUM, RX_BPC_REGNUM): New constants.
6689 (enum rx_frame_type): New.
6690 (struct rx_prologue): Add new field `frame_type'.
6691 (rx_analyze_prologue): Add `frame_type' parameter. Cache this
6692 parameter in the prologue struct. Add code for recording
6693 locations of PC and PSW for fast interrupt and exception frames.
6694 (rx_skip_prologue): Adjust call to rx_analyze_prologue.
6695 (rx_analyze_frame_prologue): Add `frame_type' parameter.
6696 (rx_frame_type): New function.
6697 (rx_frame_base): Fetch frame type and pass it to rx_analyze_prologue.
6698 (rx_frame_this_id): Rename parameter `this_prologue_cache' to
6699 `this_cache'.
6700 (rx_frame_prev_register): Rename parameter `this_prologue_cache' to
72f4393d 6701 `this_cache'. Add cases for RX_FRAME_TYPE_EXCEPTION and
1b485e67
KB
6702 RX_FRAME_TYPE_FAST_INTERRUPT.
6703 (normal_frame_p, exception_frame_p, rx_frame_sniffer_common)
6704 (rx_frame_sniffer, rx_exception_sniffer): New functions.
6705 (rx_frame_unwind): Use rx_frame_sniffer instead of
6706 default_frame_sniffer.
6707 (rx_frame_unwind): New unwinder.
6708 (rx_gdbarch_init): Register new unwinder.
6709
0561fea4
KB
67102015-07-02 Kevin Buettner <kevinb@redhat.com>
6711
6712 * rx-tdep.c (RX_BPSW_REGNUM, RX_FPSW_REGNUM): New constants.
6713 (struct gdbarch_tdep): Add fields rx_psw_type and rx_fpsw_type.
6714 (rx_register_type): Add cases for RX_PSW_REGNUM, RX_BPSW_REGNUM,
6715 and RX_FPSW_REGNUM.
6716 (rx_gdbarch_init): Initialize PSW, BPSW, and FPSW flags types.
6717
decf8d9a
JK
67182015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6719
6720 Fix GCC false warning.
6721 * s390-linux-tdep.c (s390_handle_arg): Initialize VAL.
6722
2fd0f80d
YQ
67232015-07-02 Yao Qi <yao.qi@linaro.org>
6724
6725 * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Fix
6726 typo in the debugging message.
6727
b0627500
MM
67282015-07-02 Markus Metzger <markus.t.metzger@intel.com>
6729
6730 * btrace.c: Include gdbcmd.h, cli/cli-utils.h, and ctype.h.
6731 (maint_btrace_cmdlist, maint_btrace_set_cmdlist)
6732 (maint_btrace_show_cmdlist, maint_btrace_pt_set_cmdlist)
6733 (maint_btrace_pt_show_cmdlist, maint_btrace_pt_skip_pad)
6734 (btrace_maint_clear): New.
6735 (btrace_fetch, btrace_clear): Call btrace_maint_clear.
6736 (pt_print_packet, btrace_maint_decode_pt)
6737 (btrace_maint_update_pt_packets, btrace_maint_update_packets)
6738 (btrace_maint_print_packets, get_uint, get_context_size, no_chunk)
6739 (maint_btrace_packet_history_cmd)
6740 (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
6741 (maint_btrace_cmd, maint_btrace_set_cmd, maint_btrace_show_cmd)
6742 (maint_btrace_pt_set_cmd, maint_btrace_pt_show_cmd)
6743 (maint_info_btrace_cmd, _initialize_btrace): New.
6744 * btrace.h (btrace_pt_packet, btrace_pt_packet_s)
6745 (btrace_maint_packet_history, btrace_maint_info): New.
6746 (btrace_thread_info) <maint>: New.
6747 * NEWS: Announce it.
6748
9be54cae
MM
67492015-07-02 Markus Metzger <markus.t.metzger@intel.com>
6750
6751 * btrace.c (btrace_fetch): Append the new trace data.
6752 (btrace_clear): Clear the stored trace data.
6753 * btrace.h (btrace_thread_info) <data>: New.
6754 * common/btrace-common.h (btrace_data_clear)
6755 (btrace_data_append): New.
6756 * common/btrace-common.c (btrace_data_clear)
6757 (btrace_data_append): New.
6758
010a18a1
MM
67592015-07-02 Markus Metzger <markus.t.metzger@intel.com>
6760
6761 * nat/linux-btrace.c (linux_enable_bts): Check for
6762 PERF_ATTR_SIZE_VER5.
6763 Check for data_offset and data_size fields. Use them.
6764
b20a6524
MM
67652015-07-02 Markus Metzger <markus.t.metzger@intel.com>
6766
6767 * NEWS: Announce new commands "record btrace pt" and "record pt".
6768 Announce new options "set|show record btrace pt buffer-size".
6769 * btrace.c: Include "rsp-low.h".
6770 Include "inttypes.h".
6771 (btrace_add_pc): Add forward declaration.
6772 (pt_reclassify_insn, ftrace_add_pt, btrace_pt_readmem_callback)
6773 (pt_translate_cpu_vendor, btrace_finalize_ftrace_pt)
6774 (btrace_compute_ftrace_pt): New.
6775 (btrace_compute_ftrace): Support BTRACE_FORMAT_PT.
6776 (check_xml_btrace_version): Update version check.
6777 (parse_xml_raw, parse_xml_btrace_pt_config_cpu)
6778 (parse_xml_btrace_pt_raw, parse_xml_btrace_pt)
6779 (btrace_pt_config_cpu_attributes, btrace_pt_config_children)
6780 (btrace_pt_children): New.
6781 (btrace_children): Add support for "pt".
6782 (parse_xml_btrace_conf_pt, btrace_conf_pt_attributes): New.
6783 (btrace_conf_children): Add support for "pt".
6784 * btrace.h: Include "intel-pt.h".
6785 (btrace_pt_error): New.
6786 * common/btrace-common.c (btrace_format_string, btrace_data_fini)
6787 (btrace_data_empty): Support BTRACE_FORMAT_PT.
6788 * common/btrace-common.h (btrace_format): Add BTRACE_FORMAT_PT.
6789 (struct btrace_config_pt): New.
6790 (struct btrace_config)<pt>: New.
6791 (struct btrace_data_pt_config, struct btrace_data_pt): New.
6792 (struct btrace_data)<pt>: New.
6793 * features/btrace-conf.dtd (btrace-conf)<pt>: New.
6794 (pt): New.
6795 * features/btrace.dtd (btrace)<pt>: New.
6796 (pt, pt-config, cpu): New.
6797 * nat/linux-btrace.c (perf_event_read, perf_event_read_all)
6798 (perf_event_pt_event_type, kernel_supports_pt)
6799 (linux_supports_pt): New.
6800 (linux_supports_btrace): Support BTRACE_FORMAT_PT.
6801 (linux_enable_bts): Free tinfo on error.
6802 (linux_enable_pt): New.
6803 (linux_enable_btrace): Support BTRACE_FORMAT_PT.
6804 (linux_disable_pt): New.
6805 (linux_disable_btrace): Support BTRACE_FORMAT_PT.
6806 (linux_fill_btrace_pt_config, linux_read_pt): New.
6807 (linux_read_btrace): Support BTRACE_FORMAT_PT.
6808 * nat/linux-btrace.h (struct btrace_tinfo_pt): New.
6809 (struct btrace_target_info)<pt>: New.
6810 * record-btrace.c (set_record_btrace_pt_cmdlist)
6811 (show_record_btrace_pt_cmdlist): New.
6812 (record_btrace_print_pt_conf): New.
6813 (record_btrace_print_conf): Support BTRACE_FORMAT_PT.
6814 (btrace_ui_out_decode_error): Support BTRACE_FORMAT_PT.
6815 (cmd_record_btrace_pt_start): New.
6816 (cmd_record_btrace_start): Support BTRACE_FORMAT_PT.
6817 (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): New.
6818 (_initialize_record_btrace): Add new commands.
6819 * remote.c (PACKET_Qbtrace_pt, PACKET_Qbtrace_conf_pt_size): New.
6820 (remote_protocol_features): Add "Qbtrace:pt".
6821 Add "Qbtrace-conf:pt:size".
6822 (remote_supports_btrace): Support BTRACE_FORMAT_PT.
6823 (btrace_sync_conf): Support PACKET_Qbtrace_conf_pt_size.
6824 (remote_enable_btrace): Support BTRACE_FORMAT_PT.
6825 (_initialize_remote): Add new commands.
6826
58bfce93
MM
68272015-07-02 Markus Metzger <markus.t.metzger@intel.com>
6828
6829 * configure.ac: check for libipt
6830 * configure: Regenerate.
6831 * config.in: Regenerate.
6832 * Makefile.in (LIBIPT): New.
6833 (CLIBS): Add $LIBIPT.
6834 * NEWS: document new configure options
6835
b0fd6b30
JK
68362015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6837
6838 * compile/compile-object-load.c (compile_object_load): Replace debug
6839 message "lookup undefined ELF symbol" by 3 more specific messages.
6840
e6280369
KB
68412015-07-01 Kevin Buettner <kevinb@redhat.com>
6842
6843 * rl78-tdep.c (struct gdbarch_tdep): Add new field, rl78_psw_type.
6844 (rl78_register_type): Add case for RL78_PSW_REGNUM.
6845 (rl78_gdbarch_init): Initialize rl78_psw_type.
6846
bbcbf914
PP
68472015-07-01 Patrick Palka <patrick@parcs.ath.cx>
6848
6849 * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
6850 Update commentary. Always refresh the registers when frame
6851 information has changed.
6852 * tui/tui-stack.c (tui_show_frame_info): Update commentary.
6853 Change return type to int. Return 1 if frame information has
6854 changed, 0 otherwise.
6855 (tui_before_prompt): Update commentary.
6856 * tui/tui-stack.h (tui_show_frame_info): Change return type to
6857 int.
6858
0986c744
PP
68592015-06-30 Patrick Palka <patrick@parcs.ath.cx>
6860
6861 PR tui/13378
6862 * frame.c (select_frame): Remove reference to
6863 deprecated_selected_frame_level_changed_hook.
6864 * frame.h (deprecated_selected_frame_level_changed_hook): Remove
6865 declaration.
6866 * stack.c (deprecated_selected_frame_level_changed_hook):
6867 Likewise.
6868 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook):
6869 Rename to ...
6870 (tui_refresh_frame_and_register_information): ... this. Bail
6871 out if there is no stack. Don't update register information
6872 unless registers_too_p is true.
6873 (tui_print_frame_info_listing_hook): Rename to ...
6874 (tui_dummy_print_frame_info_listing_hook): ... this.
6875 (tui_before_prompt): New function.
6876 (tui_normal_stop): New function.
6877 (tui_before_prompt_observer): New observer.
6878 (tui_normal_stop_observer): New observer.
6879 (tui_install_hooks): Set
6880 deprecated_print_frame_info_listing_hook to
6881 tui_dummy_print_frame_info_listing_hook. Register
6882 tui_before_prompt_observer to call tui_before_prompt and
6883 tui_normal_stop_observer to call tui_normal_stop. Remove
6884 reference to deprecated_selected_frame_level_changed_hook.
6885 (tui_remove_hooks): Detach and unset tui_before_prompt_observer
6886 and tui_normal_stop_observer. Remove reference to
6887 deprecated_selected_frame_level_changed_hook.
6888
b5fca6d7
PP
68892015-06-30 Patrick Palka <patrick@parcs.ath.cx>
6890
6891 PR tui/13378
6892 * tui/tui-stack.c (tui_set_locator_info): Change prototype to
6893 return an int instead of void. Return whether the locator
6894 window has changed.
6895 (tui_show_frame_info): If the locator info has not changed, then
6896 bail out early to avoid refreshing the windows.
6897
c45613e3
PP
68982015-06-30 Patrick Palka <patrick@parcs.ath.cx>
6899
6900 * tui/tui-stack.c (tui_set_locator_info): Explicitly pass
6901 LOCATOR_WIN to tui_alloc_content.
6902
7b9be803
YQ
69032015-06-30 Yao Qi <yao.qi@linaro.org>
6904
6905 PR tdep/18605
6906 * arm-tdep.c (arm_get_next_pc_raw): Break for media
6907 instructions.
6908
fd6e021d
KB
69092015-06-29 Kevin Buettner <kevinb@redhat.com>
6910
78ab7e9d
KB
6911 * rx-tdep.c (RX_PSW_REGNUM): New enum constant.
6912 (rx_dwarf_reg_to_regnum): New function.
6913 (rx_gdbarch_init): Register rx_dwarf_reg_to_regnum. Use dwarf2
6914 unwinding.
fd6e021d 6915
28bf096c
PA
69162015-06-29 Pedro Alves <palves@redhat.com>
6917
6918 PR threads/18127
6919 * infcall.c (run_inferior_call): On infcall success, if the thread
6920 was marked stopped before, reset it back to stopped.
6921 * infrun.c (resume): Don't suppress the set_running calls when
6922 doing an infcall.
6923 (normal_stop): Only discard the finish_thread_state cleanup if the
6924 infcall succeeded.
6925
2880b51c 69262015-06-29 Pierre Langlois <pierre.langlois@arm.com>
1451ea7d
PL
6927
6928 * MAINTAINERS (Write After Approval): Update my email address.
6929
ee93cd5e
KS
69302015-06-26 Keith Seitz <keiths@redhat.com>
6931 Doug Evans <dje@google.com>
6932
6933 PR 16253
6934 * block.c (block_lookup_symbol): For non-function blocks,
6935 continue to search for a symbol with an exact domain match
6936 Otherwise, return any previously found "best domain" symbol.
6937 (block_lookup_symbol_primary): Likewise.
6938
fc637f04
PP
69392015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6940
6941 * NEWS: Mention the new option "history remove-duplicates".
6942 * top.c (history_remove_duplicates): New static variable.
6943 (show_history_remove_duplicates): New static function.
6944 (gdb_add_history): Conditionally remove duplicate history
6945 entries.
6946 (init_main): Add "history remove-duplicates" option.
6947
2e52ae68
PP
69482015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6949
6950 * tui/tui-win.c (focus_completer): New static function.
6951 (_initialize_tui_win): Set the completion function of the
6952 "focus" command to focus_completer.
6953
6e22494e
JK
69542015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6955
6956 * linespec.c (minsym_found): Reset sal.PC for COMPUNIT_LOCATIONS_VALID
6957 and language_asm..
6958 * symtab.c (find_function_start_sal): Likewise.
6959
f8773be1
GB
69602015-06-25 Gary Benson <gbenson@redhat.com>
6961
6962 * solib.c (solib_find_1): Set local variable sysroot to NULL if
6963 it is the empty string after trailing slashes have been stripped.
6964
a3be80c3
GB
69652015-06-25 Gary Benson <gbenson@redhat.com>
6966
6967 * exec.c (exec_file_locate_attach): Remove gdb_sysroot NULL check.
6968 * infrun.c (follow_exec): Likewise.
6969 * remote.c (remote_filesystem_is_local): Likewise.
6970 * solib.c (solib_find_1): Likewise.
6971
32fad71f
KS
69722015-06-24 Keith Seitz <keiths@redhat.com>
6973
6974 * build-id.c (build_id_to_debug_bfd): Add cleanup to free
6975 return value from lrealpath.
6976
87d1b309
MF
69772015-06-24 Mike Frysinger <vapier@gentoo.org>
6978
6979 * remote-sim.c (gdbsim_open): Move sysroot update to the top.
6980
23bf70af
MF
69812015-06-24 Mike Frysinger <vapier@gentoo.org>
6982
6983 * remote-sim.c: Include gdb_bfd.h.
6984 (gdbsim_open): Declare new local sysroot pointing to gdb_sysroot.
6985 Skip TARGET_SYSROOT_PREFIX in gdb_sysroot when it is active.
6986
5cd867b4
YQ
69872015-06-24 Yao Qi <yao.qi@linaro.org>
6988
6989 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't call
6990 set_gdbarch_get_siginfo_type.
6991 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
6992 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
6993 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
6994 * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
6995 * ppc-linux-tdep.c (ppc_linux_init_abi): Likewise.
6996 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
6997 * tilegx-linux-tdep.c (tilegx_linux_init_abi): Likewise.
6998 * linux-tdep.c (linux_get_siginfo_type): Change it to static.
6999 (linux_init_abi): Call set_gdbarch_get_siginfo_type.
7000 * linux-tdep.h (linux_get_siginfo_type): Remove the declaration.
7001
dc06243f
GB
70022015-06-24 Gary Benson <gbenson@redhat.com>
7003
7004 * common/buffer.c (stdint.h): Do not include.
7005 * common/print-utils.c (stdint.h): Likewise.
7006 * compile/compile-c-symbols.c (gdb_assert.h): Likewise.
7007 * compile/compile-c-types.c (gdb_assert.h): Likewise.
7008 * ft32-tdep.c (gdb_assert.h): Likewise.
7009 * guile/scm-utils.c (stdint.h): Likewise.
7010 * i386-linux-tdep.c (stdint.h): Likewise.
7011 * i386-tdep.c (stdint.h): Likewise.
7012 * nat/linux-btrace.c (stdint.h): Likewise.
7013 * nat/linux-btrace.h (stdint.h): Likewise.
7014 * nat/linux-ptrace.c (stdint.h): Likewise.
7015 * nat/mips-linux-watch.h (stdint.h): Likewise.
7016 * ppc-linux-nat.c (stdint.h): Likewise.
7017 * python/python-internal.h (stdint.h): Likewise.
7018 * stub-termcap.c (stdlib.h): Likewise.
7019 * target/target.h (stdint.h): Likewise.
7020 * xtensa-linux-nat.c (stdint.h): Likewise.
7021
0fc26caf
PP
70222015-06-23 Patrick Palka <patrick@parcs.ath.cx>
7023
7024 * top.c (init_history): Look at errno after calling strtol to
7025 properly map large GDBHISTSIZE values to infinity.
7026
a38fe4fe
DE
70272015-06-23 Doug Evans <dje@google.com>
7028
7029 * inferior.h (struct inferior_suspend_state): Delete, unused.
7030 All references deleted.
7031
7564fe45
MF
70322015-06-23 Mike Frysinger <vapier@gentoo.org>
7033
7034 * microblaze-tdep.c (microblaze_push_dummy_code): Delete.
7035 (microblaze_push_dummy_call): Likewise.
7036 (microblaze_gdbarch_init): Delete calls to set_gdbarch_push_dummy_code
7037 and set_gdbarch_push_dummy_call.
7038
0bdb2f78
YQ
70392015-06-23 Yao Qi <yao.qi@linaro.org>
7040
7041 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
7042 Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly.
7043 (amd64_linux_store_inferior_registers): Likewise.
7044 * arm-linux-nat.c (fetch_fpregister): Likewise.
7045 (fetch_fpregs, store_fpregister): Likewise.
7046 (store_fpregister, store_fpregs): Likewise.
7047 (fetch_register, fetch_regs): Likewise.
7048 (store_register, store_regs): Likewise.
7049 (fetch_vfp_regs, store_vfp_regs): Likewise.
7050 (arm_linux_read_description): Check have_ptrace_getregset is
7051 TRIBOOL_UNKNOWN. Set have_ptrace_getregset to TRIBOOL_TRUE
7052 or TRIBOOL_FALSE.
7053 * i386-linux-nat.c (fetch_xstateregs): Check
7054 have_ptrace_getregset is not TRIBOOL_TRUE.
7055 (store_xstateregs): Likewise.
7056 * linux-nat.c (have_ptrace_getregset): Change its type to
7057 enum tribool.
7058 * linux-nat.h (tribool): New enum.
7059 * x86-linux-nat.c (x86_linux_read_description): Use enum tribool.
7060 Check whether have_ptrace_getregset is TRIBOOL_TRUE.
7061
18a94d75
DE
70622015-06-19 Doug Evans <dje@google.com>
7063
7064 * NEWS: Mention Sun's version of stabs is no longer supported.
7065 * elfread.c (free_elfinfo): Delete. All uses updated.
7066 (elfstab_offset_sections): Delete. All uses updated.
7067 * gdb-stabs.h (stab_section_info): Delete. All uses updated.
7068 * psympriv.h (partial_symtab) <section_offsets>: Delete.
7069 All uses updated.
7070 * psymtab.c (start_psymtab_common): Delete arg section_offsets.
7071 All callers updated.
7072
124e13d9
SM
70732015-06-18 Simon Marchi <simon.marchi@ericsson.com>
7074
7075 * common/rsp-low.c (needs_escaping): New.
7076 (remote_escape_output): Add unit_size parameter. Refactor to
7077 support multi-byte addressable units. Rename parameters.
7078 * common/rsp-low.h (remote_escape_output): Add unit_size
7079 parameter and rename others. Update doc.
7080 * remote.c (align_for_efficient_write): New.
7081 (remote_write_bytes_aux): Add unit_size parameter and use it.
7082 Rename some variables. Update doc.
7083 (remote_xfer_partial): Get unit size and use it.
7084 (remote_read_bytes_1): Add unit_size parameter and use it.
7085 Rename some variables. Update doc.
7086 (remote_write_bytes): Same.
7087 (remote_xfer_live_readonly_partial): Same.
7088 (remote_read_bytes): Same.
7089 (remote_flash_write): Update call to remote_write_bytes_aux.
7090 (remote_write_qxfer): Update call to remote_escape_output.
7091 (remote_search_memory): Same.
7092 (remote_hostio_pwrite): Same.
7093
6ae88661
LM
70942015-06-17 Luis Machado <lgustavo@codesourcery.com>
7095
7096 * breakpoint.c (add_location_to_breakpoint): Don't mark permanent
7097 locations as inserted.
7098 Update and expand comment about permanent locations.
7099 (bp_loc_is_permanent): Don't return 0 for bp_call_dummy.
7100 Move comment to add_location_to_breakpoint.
7101 (update_global_location_list): Don't error out if a permanent
7102 breakpoint is not marked inserted.
7103 Don't error out if a non-permanent breakpoint location is inserted on
7104 top of a permanent breakpoint.
7105
da4616f6
LM
71062015-06-17 Luis Machado <lgustavo@codesourcery.com>
7107
7108 * breakpoint.c (make_breakpoint_permanent): Remove unused
7109 function.
7110 * breakpoint.h (make_breakpoint_permanent): Remove declaration.
7111
bc460514
PP
71122015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7113
7114 PR gdb/16999
7115 * NEWS: Mention new GDBHISTSIZE behavior.
7116 * top.c (init_history): For null or out-of-range GDBHISTSIZE,
7117 set history size to unlimited. Ignore non-numeric GDBHISTSIZE.
7118
b58c513b
PP
71192015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7120
7121 * NEWS: Mention that GDBHISTSIZE is read instead of HISTSIZE.
7122 * top.c (init_history): Read from GDBHISTSIZE instead of
7123 HISTSIZE.
7124 (init_main): Refer to GDBHISTSIZE instead of HISTSIZE.
7125
2093d2d3
PP
71262015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7127
7128 * top.c (gdb_safe_append_history): Do not call
7129 history_truncate_file if the history is not stifled.
7130
fc248485
AA
71312015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7132
7133 * syscalls/s390-linux.xml: Add syscalls 344 through 354.
7134 * syscalls/s390x-linux.xml: Likewise.
7135
4da680ad
ME
71362015-06-16 Michael Eager <eager@eagercon.com>
7137
7138 * nat/linux-namespaces.c (MSG_CMSG_CLOEXEC): Define if not defined.
7139
0a75489f
PP
71402015-06-16 Patrick Palka <patrick@parcs.ath.cx>
7141
7142 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Call
7143 target_terminal_ours_for_output() before calling
7144 tui_show_frame_info(), and restore the original terminal
7145 settings afterwards.
7146
95855ca8
MS
71472015-06-16 Martin Simmons <martin@lispworks.com> (tiny patch)
7148
7149 * arm-linux-nat.c: Include nat/linux-ptrace.h.
7150
cfc32360
SM
71512015-06-15 Simon Marchi <simon.marchi@ericsson.com>
7152
7153 * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable
7154 memory unit size.
7155 (mi_cmd_data_write_memory_bytes): Same.
7156
cb6f16cf
SM
71572015-06-15 Simon Marchi <simon.marchi@ericsson.com>
7158
7159 * corefile.c (write_memory): Update doc.
7160 * gdbcore.h (write_memory): Same.
7161
31b7833d
JK
71622015-06-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7163
7164 * linux-tdep.c (enum filterflags): Make it from anonymous enum.
7165 (dump_mapping_p): Use it for parameter filterflags.
7166 (linux_find_memory_regions_full): Use it for variable filterflags.
7167
909c2cda
JK
71682015-06-15 Aleksandar Ristovski <aristovski@qnx.com
7169 Jan Kratochvil <jan.kratochvil@redhat.com>
7170
7171 Merge multiple hex conversions.
7172 * monitor.c: Include rsp-low.h.
7173 (fromhex): Remove definition.
7174
03aef70f
JK
71752015-06-15 Aleksandar Ristovski <aristovski@qnx.com
7176 Jan Kratochvil <jan.kratochvil@redhat.com>
7177
7178 Move utility functions to common/.
7179 * cli/cli-utils.c (skip_spaces, skip_spaces_const, skip_to_space_const):
7180 Move defs to common/common-utils.c.
7181 * cli/cli-utils.h (skip_spaces, skip_spaces_const, skip_to_space)
7182 (skip_to_space_const): Move decls to common/common-utils.h.
7183 * common/common-defs.h: Move include of common-types.h before
7184 common-utils.h.
7185 * common/common-utils.c: Include host-defs.h and ctype.h.
7186 (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int, strtoulst): Move
7187 from utils.c.
7188 (skip_spaces, skip_spaces_const, skip_to_space_const): Move from
7189 cli/cli-utils.c.
7190 * common/common-utils.h (strtoulst): Move decl from utils.h.
7191 (skip_spaces, skip_spaces_const, skip_to_space, skip_to_space_const):
7192 Move from cli/cli-utils.h.
7193 * common/host-defs.h: Include limits.h.
7194 (TARGET_CHAR_BIT, HOST_CHAR_BIT): Moved from defs.h.
7195 (skip_spaces, skip_spaces_const): Move decls from cli/cli-utils.h.
7196 * defs.h (TARGET_CHAR_BIT, HOST_CHAR_BIT): Move to
7197 common/common-utils.h.
7198 * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
7199 (strtoulst): Move to common/common-utils.c.
7200 * utils.h (strtoulst): Moved decl to common/common-utils.h.
7201
d1168cc1
YQ
72022015-06-15 Yao Qi <yao.qi@linaro.org>
7203
7204 * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml.
7205
c74f7d1c
JT
72062015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
7207
7208 * build-id.c: Don't include elf-bfd.h.
7209 (build_id_bfd_get): Use bfd_build_id.
7210 (build_id_verify): Ditto.
7211 * build-id.h: Ditto.
7212 (find_separate_debug_file_by_buildid): Ditto.
7213 * python/py-objfile.c: Don't include elf-bfd.h.
7214 (objfpy_get_build_id) Use bfd_build_id.
7215 (objfpy_build_id_matches, objfpy_lookup_objfile_by_build_id): Ditto.
7216 * coffread.c: Include build-id.h.
7217 (coff_symfile_read): Try find_separate_debug_file_by_buildid.
7218
f20c58f5
JT
72192015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
7220
7221 * windows-nat.c (do_windows_fetch_inferior_registers)
7222 (handle_output_debug_string): Replace __COPY_CONTEXT_SIZE
7223 conditional with __CYGWIN__.
7224
51f0e40d
AB
72252015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
7226
7227 * completer.c: Add arch-utils.h include.
7228 (enum reg_completer_targets): New enum.
7229 (reg_or_group_completer_1): New function containing old
7230 reg_or_group_completer, add and use new parameter to control what
7231 is completed on. Use get_current_arch rather than architecture of
7232 currently selected frame.
7233 (reg_or_group_completer): Call new reg_or_group_completer_1.
7234 (reggroup_completer): Call new reg_or_group_completer_1.
7235 * completer.h (reggroup_completer): Add declaration.
7236 * tui/tui-regs.c: Add 'completer.h' include.
7237 (tui_reg_next_command): Renamed to...
7238 (tui_reg_next): ...this. Adjust parameters and return rather than
7239 display new group.
7240 (tui_reg_prev_command): Renamed to...
7241 (tui_reg_prev): ...this. Adjust parameters and return rather than
7242 display new group.
7243 (tui_reg_float_command): Delete.
7244 (tui_reg_general_command): Delete.
7245 (tui_reg_system_command): Delete.
7246 (tui_reg_command): Rewrite to perform switching of register group.
7247 Add header comment.
7248 (tuireglist): Remove.
7249 (tui_reggroup_completer): New function.
7250 (_initialize_tui_regs): Remove 'tui reg' sub-commands, update
7251 creation of 'tui reg' command.
7252 * NEWS: Add comment about 'tui reg' changes.
7253
d309493c
SM
72542015-06-12 Simon Marchi <simon.marchi@ericsson.com>
7255
7256 * target.c (target_read): Consider addressable unit size when
7257 reading from a memory object.
7258 (read_memory_robust): Same.
7259 (read_whatever_is_readable): Same.
7260 (target_write_with_progress): Consider addressable unit size
7261 when writing to a memory object.
7262 * target.h (target_read): Update documentation.
7263 (target_write): Add documentation.
7264
3374165f
SM
72652015-06-12 Simon Marchi <simon.marchi@ericsson.com>
7266
7267 * arch-utils.h (default_addressable_memory_unit_size): New.
7268 * arch-utils.c (default_addressable_memory_unit_size): New.
7269 * gdbarch.sh (addressable_memory_unit_size): New.
7270 * gdbarch.h: Re-generate.
7271 * gdbarch.c: Re-generate.
7272
279a6fed
SM
72732015-06-12 Simon Marchi <simon.marchi@ericsson.com>
7274
7275 * target.c (target_read): Rename variables and use
7276 TARGET_XFER_E_IO.
7277 (target_read_with_progress): Same.
7278 (read_memory_robust): Constify parameters and rename
7279 variables.
7280 (read_whatever_is_readable): Constify parameters,
7281 rename variables, adjust formatting.
7282 * target.h (read_memory_robust): Constify parameters.
7283
1e5338b6 72842015-06-12 Ulrich Weigand <uweigand@de.ibm.com>
a1da2672
UW
7285
7286 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short
7287 synthetic (non-AltiVec) vector types.
7288 (ppc64_sysv_abi_return_value): Likewise.
7289
98aa42ee
AT
72902015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7291
7292 PR breakpoints/16465
7293 * breakpoint.c (create_breakpoint): Save extra_string for
7294 pending breakpoints.
7295
966f0aef
WT
72962015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7297
7298 * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask
7299 and bt_mask to CORE_ADDR.
7300
6449ed0d
GB
73012015-06-11 Gary Benson <gbenson@redhat.com>
7302
7303 * nat/linux-namespaces.c (mnsh_send_message): Use pulongest.
7304 (mnsh_recv_message): Likewise.
7305
34f8ac9f
WT
73062015-06-11 Walfred Tedeschi <walfred.tedeschi@intel.com>
7307
7308 * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of
7309 long long int and plongest instead of %ll.
7310
198c808c
GB
73112015-06-11 Gary Benson <gbenson@redhat.com>
7312
7313 * nat/linux-namespaces.c (gdb_wait.h): New include.
7314 (sys/wait.h): Do not include.
7315
e815d2d2
SM
73162015-06-10 Simon Marchi <simon.marchi@ericsson.com>
7317
7318 * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if
7319 end_sequence is true.
7320
8847cac2
JK
73212015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7322
7323 Code cleanup.
7324 * solib-target.c (library_list_start_list): Use explicit NULL
7325 comparison.
7326
24c05f46
JK
73272015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7328
7329 * solib-target.c (library_list_start_list): Do not dereference
7330 variable version in its initialization. Make the VERSION check handle
7331 NULL.
7332 (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL.
7333
51aad7cc
GB
73342015-06-10 Gary Benson <gbenson@redhat.com>
7335
7336 * NEWS: Announce support for direct access of executable and
7337 shared library files when attaching to inferiors in containers
7338 on GNU/Linux systems.
7339
15a201c8
GB
73402015-06-10 Gary Benson <gbenson@redhat.com>
7341
7342 * remote.c (struct remote_state) <fs_pid>: New field.
7343 (new_remote_state): Initialize the above.
7344 (PACKET_vFile_setfs): New enum value.
7345 (remote_hostio_set_filesystem): New function.
7346 (remote_hostio_open): Call the above.
7347 (remote_hostio_unlink): Likewise.
7348 (remote_hostio_readlink): Likewise.
7349 (_initialize_remote): Register new "set/show remote
7350 hostio-setfs-packet" command.
7351 * NEWS: Announce new vFile:setfs packet.
7352
7a6a1731
GB
73532015-06-10 Gary Benson <gbenson@redhat.com>
7354
7355 * linux-nat.c (nat/linux-namespaces.h): New include.
7356 (fileio.h): Likewise.
7357 (linux_nat_filesystem_is_local): New function.
7358 (linux_nat_fileio_pid_of): Likewise.
7359 (linux_nat_fileio_open): Likewise.
7360 (linux_nat_fileio_readlink): Likewise.
7361 (linux_nat_fileio_unlink): Likewise.
7362 (linux_nat_add_target): Initialize to_filesystem_is_local,
7363 to_fileio_open, to_fileio_readlink and to_fileio_unlink.
7364 (_initialize_linux_nat): New "set/show debug linux-namespaces"
7365 commands.
7366 * NEWS: Mention new "set/show debug linux-namespaces" commands.
7367
07c138c8
GB
73682015-06-10 Gary Benson <gbenson@redhat.com>
7369
7370 * target.h (struct inferior): New forward declaration.
7371 (struct target_ops) <to_filesystem_is_local>: Update comment.
7372 (struct target_ops) <to_fileio_open>: New argument inf.
7373 Update comment. All implementations updated.
7374 (struct target_ops) <to_fileio_unlink>: Likewise.
7375 (struct target_ops) <to_fileio_readlink>: Likewise.
7376 (target_filesystem_is_local): Update comment.
7377 (target_fileio_open): New argument inf. Update comment.
7378 (target_fileio_unlink): Likewise.
7379 (target_fileio_readlink): Likewise.
7380 (target_fileio_read_alloc): Likewise.
7381 (target_fileio_read_stralloc): Likewise.
7382 * target.c (target_fileio_open): New argument inf.
7383 Pass inf to implementation. Update debug printing.
7384 (target_fileio_unlink): Likewise.
7385 (target_fileio_readlink): Likewise.
7386 (target_fileio_read_alloc_1): New argument inf. Pass inf
7387 to target_fileio_open.
7388 (target_fileio_read_alloc): New argument inf. Pass inf to
7389 target_fileio_read_alloc_1.
7390 (target_fileio_read_stralloc): Likewise.
7391 * gdb_bfd.c (inferior.h): New include.
7392 (gdb_bfd_iovec_fileio_open): Replace unused "open_closure"
7393 argument with new argument "inferior". Pass inferior to
7394 target_fileio_open.
7395 (gdb_bfd_open): Supply inferior argument to
7396 gdb_bfd_iovec_fileio_open.
7397 * linux-tdep.c (linux_info_proc): Supply inf argument to
7398 relevant target_fileio calls.
7399 (linux_find_memory_regions_full): Likewise.
7400 (linux_fill_prpsinfo): Likewise.
7401 * remote.c (remote_filesystem_is_local): Supply inf
7402 argument to remote_hostio_open.
7403 (remote_file_put): Likewise.
7404 (remote_file_get): Likewise.
7405 (remote_file_delete): Supply inf argument to
7406 remote_hostio_unlink.
7407
12e2a5fd
GB
74082015-06-10 Gary Benson <gbenson@redhat.com>
7409
7410 * inf-child.c (inf_child_fileio_open): Replace comment.
7411 (inf_child_fileio_pwrite): Likewise.
7412 (inf_child_fileio_pread): Likewise.
7413 (inf_child_fileio_fstat): Insert blank line before comment.
7414 (inf_child_fileio_close): Replace comment.
7415 (inf_child_fileio_unlink): Likewise.
7416 (inf_child_fileio_readlink): Likewise.
7417 * remote.c (remote_hostio_open): Likewise.
7418 (remote_hostio_pread): Likewise.
7419 (remote_hostio_pwrite): Likewise.
7420 (remote_hostio_close): Likewise.
7421 (remote_hostio_unlink): Likewise.
7422 (remote_hostio_readlink): Likewise.
7423 (remote_hostio_fstat): Likewise.
7424 (remote_filesystem_is_local): Likewise.
7425 * target.c (target_fileio_open): Likewise.
7426 (target_fileio_pwrite): Likewise.
7427 (target_fileio_pread): Likewise.
7428 (target_fileio_fstat): Insert blank line before comment.
7429 (target_fileio_close): Replace comment.
7430 (target_fileio_unlink): Likewise.
7431 (target_fileio_readlink): Likewise.
7432 (target_fileio_read_alloc): Likewise.
7433 (target_fileio_read_stralloc): Likewise.
7434
9bc3a976
GB
74352015-06-10 Gary Benson <gbenson@redhat.com>
7436
7437 * linux-thread-db.c (nat/linux-namespaces.h): New include.
7438 (check_pid_namespace_match): Use linux_ns_same rather than
7439 linux_proc_pid_get_ns to spot PID namespace mismatches.
7440 * nat/linux-procfs.h (linux_proc_pid_get_ns): Remove.
7441 * nat/linux-procfs.c (linux_proc_pid_get_ns): Likewise.
7442
4b8b5e72
GB
74432015-06-10 Gary Benson <gbenson@redhat.com>
7444
7445 * configure.ac (AC_CHECK_FUNCS): Add setns.
7446 * config.in: Regenerate.
7447 * configure: Likewise.
7448 * nat/linux-namespaces.h: New file.
7449 * nat/linux-namespaces.c: Likewise.
7450 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-namespaces.h.
7451 (linux-namespaces.o): New rule.
7452 * config/aarch64/linux.mh (NATDEPFILES): Add linux-namespaces.o.
7453 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
7454 * config/arm/linux.mh (NATDEPFILES): Likewise.
7455 * config/i386/linux.mh (NATDEPFILES): Likewise.
7456 * config/i386/linux64.mh (NATDEPFILES): Likewise.
7457 * config/ia64/linux.mh (NATDEPFILES): Likewise.
7458 * config/m32r/linux.mh (NATDEPFILES): Likewise.
7459 * config/m68k/linux.mh (NATDEPFILES): Likewise.
7460 * config/mips/linux.mh (NATDEPFILES): Likewise.
7461 * config/pa/linux.mh (NATDEPFILES): Likewise.
7462 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
7463 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
7464 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
7465 * config/s390/linux.mh (NATDEPFILES): Likewise.
7466 * config/sparc/linux.mh (NATDEPFILES): Likewise.
7467 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
7468 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
7469 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
7470
ca095836
GB
74712015-06-10 Gary Benson <gbenson@redhat.com>
7472
7473 * utils.h (make_cleanup_close): Moved to common/filestuff.h.
7474 * utils.c (do_close_cleanup): Moved to common/filestuff.c.
7475 (make_cleanup_close): Likewise.
7476 * common/filestuff.h (make_cleanup_close): Moved from utils.h.
7477 * common/filestuff.c (do_close_cleanup): Moved from utils.c.
7478 (make_cleanup_close): Likewise.
7479
5d9c55d3
JT
74802015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
7481
7482 * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE
7483 from SuspendThread().
7484
040ea00b
JT
74852015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
7486
7487 * windows-nat.c (handle_output_debug_string): Trim trailing '\n'
7488 from OutputDebugString.
7489
7d73c23c
WT
74902015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7491 Mircea Gherzan <mircea.gherzan@intel.com>
7492
7493 * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32,
7494 MPX_BT_MASK_32): New macros.
7495 (i386_mpx_set_bounds): New function that implements
7496 the command "set-mpx-bound".
7497 (i386_mpx_enabled): Helper function to test MPX availability.
7498 (i386_mpx_bd_base): Helper function to calculate the base directory
7499 address.
7500 (i386_mpx_get_bt_entry): Helper function to access a bound
7501 table entry.
7502 (i386_mpx_print_bounds): Effectively display bound information.
7503 (_initialize_i386_tdep): Add new commands to commands "set mpx" and
7504 "show mpx".
7505 (_initialize_i386_tdep):
7506 Add "bound" to the commands "show mpx" and "set mpx" commands.
7507 (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx"
7508 and "show mpx" commands.
7509 * NEWS: List new commands for MPX support.
7510
3ac2e371
GB
75112015-06-09 Gary Benson <gbenson@redhat.com>
7512
7513 * common/fileio.h (fileio_to_host_mode): New declaration.
7514 * common/fileio.c (fileio_to_host_mode): New Function.
7515 * inf-child.c (inf_child_fileio_open): Process mode argument
7516 with fileio_to_host_mode.
7517
ecef18c5
GB
75182015-06-09 Gary Benson <gbenson@redhat.com>
7519
7520 * common/fileio.c (fileio_mode_pack): Fix preprocessor
7521 conditional.
7522
e3dd7556
GB
75232015-06-05 Gary Benson <gbenson@redhat.com>
7524
7525 * gdb_bfd.c (gdb_bfd_open): Move vgdb special case to...
7526 * remote.c (remote_filesystem_is_local): ...here.
7527
5b74bf7d
YQ
75282015-06-04 Yao Qi <yao.qi@linaro.org>
7529
7530 * gdbarch.c: Regenerate it.
7531
7f361056
JK
75322015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7533
7534 * arch-utils.c (default_infcall_munmap): New.
7535 * arch-utils.h (default_infcall_munmap): New declaration.
7536 * compile/compile-object-load.c (struct munmap_list, munmap_list_add)
7537 (munmap_list_free, munmap_listp_free_cleanup): New.
7538 (struct setup_sections_data): Add field munmap_list_headp.
7539 (setup_sections): Call munmap_list_add.
7540 (compile_object_load): New variable munmap_list_head, initialize
7541 setup_sections_data.munmap_list_headp, return munmap_list_head.
7542 * compile/compile-object-load.h (struct munmap_list): New declaration.
7543 (struct compile_module): Add field munmap_list_head.
7544 (munmap_list_free): New declaration.
7545 * compile/compile-object-run.c (struct do_module_cleanup): Add field
7546 munmap_list_head.
7547 (do_module_cleanup): Call munmap_list_free.
7548 (compile_object_run): Pass munmap_list_head to do_module_cleanup.
7549 * gdbarch.c: Regenerate.
7550 * gdbarch.h: Regenerate.
7551 * gdbarch.sh (infcall_munmap): New.
7552 * linux-tdep.c (linux_infcall_munmap): New.
7553 (linux_init_abi): Install it.
7554
3b462ec2
SM
75552015-06-02 Simon Marchi <simon.marchi@ericsson.com>
7556
7557 PR gdb/15564
7558 * inferior.c (detach_inferior): Call exit_inferior_1 with silent = 0.
7559
8d683210
YQ
75602015-06-02 Yao Qi <yao.qi@linaro.org>
7561
7562 * i386-linux-nat.c: Include linux-nat.h.
7563
e0619de6
JK
75642015-06-01 Andreas Schwab <schwab@linux-m68k.org>
7565 Jan Kratochvil <jan.kratochvil@redhat.com>
7566
7567 PR symtab/18392
7568 * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct
7569 assertion.
7570 * dwarf2loc.c (chain_candidate): Likewise.
7571
bd16da51
YQ
75722015-06-01 Yao Qi <yao.qi@linaro.org>
7573
7574 * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET.
7575 (store_vfp_regs): Use PTRACE_SETREGSET.
7576
df9d7ec9
YQ
75772015-06-01 Yao Qi <yao.qi@linaro.org>
7578
7579 * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET.
7580 (fetch_fpregs): Likewise.
7581 * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET.
7582 (store_fpregs): Likewise.
7583
10766686
YQ
75842015-06-01 Yao Qi <yao.qi@linaro.org>
7585
7586 * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET.
7587 (fetch_regs): Likewise.
7588 (store_regs): Use PTRACE_SETREGSET.
7589 (store_register): Likewise.
7590
7efe48d1
YQ
75912015-06-01 Yao Qi <yao.qi@linaro.org>
7592
7593 * arm-linux-nat.c (arm_linux_read_description): Check whether
7594 kernel supports PTRACE_GETREGSET.
7595
433bbbf8
YQ
75962015-06-01 Yao Qi <yao.qi@linaro.org>
7597
7598 * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
7599 * linux-nat.c: ... here.
7600 * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
7601 to ...
7602 * linux-nat.h: ... here.
7603
ca9b78ce
YQ
76042015-06-01 Yao Qi <yao.qi@linaro.org>
7605
7606 * amd64-linux-nat.c: Include "nat/linux-ptrace.h".
7607 * i386-linux-nat.c: Likewise.
7608 * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define.
7609 * s390-linux-nat.c: Include "nat/linux-ptrace.h".
7610 (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
7611 * x86-linux-nat.c: Include "nat/linux-ptrace.h".
7612 * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
7613
99cee7b7
EZ
76142015-05-30 Eli Zaretskii <eliz@gnu.org>
7615
7616 * go32-nat.c (go32_xfer_memory): Fix the return value to be
7617 compatible to what read_child and write_child return. This
7618 unbreaks that DJGPP build of GDB which was broken since v7.7.
7619
2147f5bd
MG
76202015-05-29 Martin Galvan <martin.galvan@tallertechnologies.com>
7621
7622 * MAINTAINERS (Write After Approval): Add Martin Galvan.
7623
c8f6c93c
RM
76242015-05-29 Roland McGrath <mcgrathr@google.com>
7625
7626 PR gdb/18464
7627 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning
7628 rather than internal_error for an unrecognized value.
7629
8c6a948d
MF
76302015-05-29 Max Filippov <jcmvbkbc@gmail.com>
7631
7632 * xtensa-tdep.c (xtensa_pseudo_register_read)
7633 (xtensa_pseudo_register_write): Don't alias last pseudo register
7634 to a1.
7635
8dd06f7a
DB
76362015-05-28 Don Breazeal <donb@codesourcery.com>
7637
7638 * infrun.c (follow_fork_inferior): Ensure the use of
7639 process-style ptids (pid,0,0) in verbose/debug "Detaching"
7640 messages.
7641
a051152b
DE
76422015-05-28 Doug Evans <dje@google.com>
7643
7644 * dwarf2read.c (record_line_ftype): Remove, duplicate.
7645
a56cc1ce
YQ
76462015-05-28 Yao Qi <yao.qi@linaro.org>
7647
7648 * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove.
7649 (arm_linux_fetch_inferior_registers): Use
7650 tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers.
7651 (arm_linux_store_inferior_registers): Likewise.
7652 (arm_linux_read_description): Don't set
7653 arm_linux_has_wmmx_registers.
7654 * arm-tdep.c (arm_gdbarch_init): Set
7655 tdep->have_wmmx_registers according target descriptions.
7656 * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New
7657 field.
7658
330c6ca9
YQ
76592015-05-28 Yao Qi <yao.qi@linaro.org>
7660
7661 * arm-linux-nat.c (arm_linux_vfp_register_count): Remove.
7662 (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep
7663 instead of arm_linux_vfp_register_count.
7664 (store_vfp_regs): Likewise.
7665 (arm_linux_fetch_inferior_registers): Likewise.
7666 (arm_linux_store_inferior_registers): Likewise.
7667 (arm_linux_read_description): Don't set
7668 arm_linux_vfp_register_count.
7669 * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections):
7670 Adjust.
7671 * arm-tdep.c (arm_gdbarch_init): Add assert on
7672 vfp_register_count.
7673 * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename
7674 field to vfp_register_count. All users updated.
7675
d403db27
KH
76762015-05-28 Kyle Huey <me@kylehuey.com> (tiny patch)
7677
7678 * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on
7679 ELFOSABI_GNU binaries.
7680
d9b3de22
DE
76812015-05-27 Doug Evans <dje@google.com>
7682
7683 * dwarf2read.c (lnp_state_machine): New typedef.
7684 (lnp_reader_state): New typedef.
7685 (dwarf_record_line_1): Renamed from dwarf_record_line.
7686 All callers updated.
7687 (dwarf_record_line): New function.
7688 (init_lnp_state_machine): New function.
7689 (check_line_address): Replace p_record_line parameter with state.
7690 All callers updated.
7691 (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine.
7692 Update to record state in lnp_state_machine.
7693
924c2928
DE
76942015-05-27 Doug Evans <dje@google.com>
7695
7696 * dwarf2read.c (record_line_ftype): New typedef.
7697 (check_line_address): New function.
7698 (dwarf_decode_lines_1): Call it.
7699
27e0867f
DE
77002015-05-27 Doug Evans <dje@google.com>
7701
7702 * NEWS: Mention "set debug dwarf-line".
7703 * dwarf2read.c (dwarf_line_debug): New static global.
7704 (add_include_dir): Add debug dwarf-line support.
7705 (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto.
7706 (_initialize_dwarf2_read): New parameter "debug dwarf-line".
7707
4dcabcc2
DE
77082015-05-27 Doug Evans <dje@google.com>
7709
7710 * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain".
7711 All callers updated.
7712 (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto.
7713 * cp-support.h (cp_lookup_nested_symbol): Update.
7714
b2e2f908
DE
77152015-05-27 Doug Evans <dje@google.com>
7716
7717 PR symtab/18258
7718 * block.c (block_find_symbol): New function.
7719 (block_find_non_opaque_type): Ditto.
7720 (block_find_non_opaque_type_preferred): Ditto.
7721 * block.h (block_symbol_matcher_ftype): New typedef.
7722 (block_find_symbol): Declare.
7723 (block_find_non_opaque_type): Ditto.
7724 (block_find_non_opaque_type_preferred): Ditto.
7725 * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol.
7726 * psymtab.c (psym_lookup_symbol): Ditto.
7727 * symtab.c (basic_lookup_transparent_type_1): New function.
7728 (basic_lookup_transparent_type): Call it.
7729
f62fce35
YQ
77302015-05-27 Yao Qi <yao.qi@linaro.org>
7731
7732 * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return
7733 AARCH64_RECORD_UNKNOWN for unknown instruction encoding.
7734
5d98d3cd
YQ
77352015-05-27 Yao Qi <yao.qi@linaro.org>
7736
7737 * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
7738 before operator &&.
7739 (aarch64_record_load_store): Likewise.
7740
82c7be31
DE
77412015-05-26 Doug Evans <dje@google.com>
7742
7743 PR c++/18141, c++/18417.
7744 * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being
7745 a typedef.
7746
b4f54984
DE
77472015-05-26 Doug Evans <dje@google.com>
7748
7749 * NEWS: Add entries for command renamings.
7750 * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug.
7751 All uses updated.
7752 (dwarf_die_debug): Renamed from dwarf2_die_debug. All uses updated.
7753 (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age.
7754 All uses updated.
7755 (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age.
7756 All callers updated. Fix spelling of DWARF in help text.
7757 (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist.
7758 All uses updated.
7759 (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist.
7760 All uses updated.
7761 (set_dwarf_cmd): Renamed from set_dwarf2_cmd. All callers updated.
7762 (show_dwarf_cmd): Renamed from show_dwarf2_cmd. All callers updated.
7763 (dwarf_always_disassemble): Renamed from dwarf_always_disassemble.
7764 All uses updated.
7765 (show_dwarf_always_disassemble): Renamed from
7766 show_dwarf2_always_disassemble. All callers updated.
7767 (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to
7768 "set/show dwarf". Rename "set/show dwarf2 max-cache-age" to
7769 "set/show dwarf max-cache-age". Rename
7770 "set/show dwarf2 always-disassemble" to
7771 "set/show dwarf always-disassemble". Rename
7772 "set/show debug dwarf2-read" to "set/show debug dwarf-read". Rename
7773 "set/show debug dwarf2-die" to "set/show debug dwarf-die".
7774
4ea6efe9
DE
77752015-05-26 Doug Evans <dje@google.com>
7776
7777 PR python/18438
7778 * python/py-lazy-string.c (stpy_convert_to_value): Use
7779 gdbpy_gdb_memory_error not PyExc_MemoryError.
7780 (gdbpy_create_lazy_string_object): Ditto.
7781
b93fd21d
AB
77822015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
7783
7784 * tui/tui-regs.c (tui_reg_next_command): Compare against NULL.
7785
55b40027
AB
77862015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
7787
7788 * tui/tui-regs.c (tui_reg_prev_command): New function.
7789 (_initialize_tui_regs): Add 'prev' command for 'tui reg'.
7790 * reggroups.c (reggroup_prev): New function.
7791 * reggroups.h (reggroup_prev): Add declaration. Update comment.
7792
99afc88b
OJ
77932015-05-26 Omair Javaid <omair.javaid@linaro.org>
7794 Yao Qi <yao.qi@linaro.org>
7795
7796 * aarch64-linux-tdep.c: Include linux-record.h and
7797 record-full.h.
7798 (struct linux_record_tdep aarch64_linux_record_tdep): Declare.
7799 (aarch64_syscall): New enum.
7800 (aarch64_canonicalize_syscall): New function.
7801 (aarch64_all_but_pc_registers_record): New function.
7802 (aarch64_linux_syscall_record): New function.
7803 (aarch64_linux_init_abi): Install AArch64 process record
7804 handler. Update to handle syscall recording.
7805 * aarch64-tdep.c: Include record.h and record-full.h.
7806 (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros.
7807 (struct aarch64_mem_r): Define.
7808 (aarch64_record_result): New enum.
7809 (struct insn_decode_record): Define.
7810 (insn_decode_record): New typedef.
7811 (aarch64_record_data_proc_reg): New function.
7812 (aarch64_record_data_proc_imm): New function.
7813 (aarch64_record_branch_except_sys): New function.
7814 (aarch64_record_load_store): New function.
7815 (aarch64_record_data_proc_simd_fp): New function.
7816 (aarch64_record_asimd_load_store): New function.
7817 (aarch64_record_decode_insn_handler): New function.
7818 (deallocate_reg_mem): New function.
7819 (aarch64_process_record): New function.
7820 * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>:
7821 New field.
7822 (aarch64_process_record): New extern declaration.
7823 * configure.tgt: Add linux-record.o to gdb_target_obs.
7824 * linux-record.h (struct linux_record_tdep) <arg7>: New field.
7825
c16a3f52
OJ
78262015-05-26 Omair Javaid <omair.javaid@linaro.org>
7827
7828 * NEWS: Add a note on process record-replay support on aarch64*-linux*
7829 targets.
7830
c9cf6e20
MG
78312015-05-26 Martin Galvan <martin.galvan@tallertechnologies.com>
7832
7833 * amd64-tdep.c: Replace in_function_epilogue_p with
7834 stack_frame_destroyed_p throughout.
7835 * arch-utils.c: Ditto.
7836 * arch-utils.h: Ditto.
7837 * arm-tdep.c: Ditto.
7838 * breakpoint.c: Ditto.
7839 * gdbarch.sh: Ditto.
7840 * hppa-tdep.c: Ditto.
7841 * i386-tdep.c: Ditto.
7842 * mips-tdep.c: Ditto.
7843 * nios2-tdep.c: Ditto.
7844 * rs6000-tdep.c: Ditto.
7845 * s390-linux-tdep.c: Ditto.
7846 * score-tdep.c: Ditto.
7847 * sh-tdep.c: Ditto.
7848 * sparc-tdep.c: Ditto.
7849 * sparc-tdep.h: Ditto.
7850 * sparc64-tdep.c: Ditto.
7851 * spu-tdep.c: Ditto.
7852 * tic6x-tdep.c: Ditto.
7853 * tilegx-tdep.c: Ditto.
7854 * xstormy16-tdep.c: Ditto.
7855 * gdbarch.c, gdbarch.h: Re-generated.
7856
a4ea0946
AB
78572015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
7858
7859 * NEWS: Mention 'tui enable' and 'tui disable'.
7860 * tui/tui.c (tui_enable_command): New function.
7861 (tui_disable_command): New function.
7862 (_initialize_tui): New function.
7863
b75c69bb
AB
78642015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7865
7866 * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0.
7867
c1b009ee
AB
78682015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7869
7870 * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure
7871 buf_ptr is freed.
7872
880d1e40
AB
78732015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7874
7875 * tui/tui-layout.c (tui_layout_command): Move call to tui_enable
7876 into ...
7877 (tui_set_layout_for_display_command): ...here, before calling
7878 tui_set_layout. Only set the layout if gdb has not already
7879 entered the TUI_FAILURE state.
7880
a0145030
AB
78812015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7882
7883 * tui/tui-layout.c (layout_completer): New function.
7884 (_initialize_tui_layout): Set completer on layout command.
7885
7bd0be3a
AB
78862015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7887
7888 * tui/tui-layout.c (tui_set_layout): Remove
7889 tui_register_display_type parameter. Remove all checking of this
7890 parameter, and reindent function. Update header comment.
7891 (tui_set_layout_for_display_command): Rename to...
7892 (tui_set_layout_by_name): ...this, and don't check for different
7893 register class types, don't pass a tui_register_display_type to
7894 tui_set_layout. Update header comment.
7895 (layout_names): Remove register set specific names.
7896 * tui/tui-layout.h (tui_set_layout): Remove
7897 tui_register_display_type parameter.
7898 * tui/tui.c (tui_rl_change_windows): Don't pass a
7899 tui_register_display_type to tui_set_layout.
7900 (tui_rl_delete_other_windows): Likewise.
7901 (tui_enable): Likewise.
7902 * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove.
7903 (TUI_FLOAT_REGS_NAME_LOWER): Remove.
7904 (TUI_GENERAL_REGS_NAME): Remove.
7905 (TUI_GENERAL_REGS_NAME_LOWER): Remove.
7906 (TUI_SPECIAL_REGS_NAME): Remove.
7907 (TUI_SPECIAL_REGS_NAME_LOWER): Remove.
7908 (TUI_GENERAL_SPECIAL_REGS_NAME): Remove.
7909 (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove.
7910 (enum tui_register_display_type): Remove.
7911 (struct tui_layout_def): Remove regs_display_type and
7912 float_regs_display_type fields.
7913 (struct tui_data_info): Remove regs_display_type field.
7914 (tui_layout_command): Use new name for
7915 tui_set_layout_for_display_command.
7916 * tui/tui-data.c (layout_def): Don't initialise removed fields.
7917 (tui_clear_win_detail): Don't initialise removed fields of
7918 win_info.
7919 * tui/tui-regs.c (tui_show_registers): Use new name for
7920 tui_set_layout_for_display_command.
7921 * tui/tui.h (tui_set_layout_for_display_command): Rename
7922 declaration to...
7923 (tui_set_layout_by_name): ...this.
7924 * printcmd.c (display_command): Remove tui related layout call,
7925 and reindent.
7926
0b6e5e10
JB
79272015-05-20 Joel Brobecker <brobecker@adacore.com>
7928
7929 * infrun.c (handle_inferior_event_1): Renames handle_inferior_event.
7930 (handle_inferior_event): New function.
7931
1da0522e
JB
79322015-05-20 Joel Brobecker <brobecker@adacore.com>
7933
7934 * ada-lang.c (to_fixed_array_type): Rename local variable
7935 typename into type_name.
7936
5fe75eec
JK
79372015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7938
7939 Fix ASAN crash for gdb.compile/compile.exp.
7940 * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME.
7941
a4063588
JK
79422015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7943
7944 * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol)
7945 (gcc_symbol_address): Change gdb_stdout to gdb_stdlog.
7946 * compile/compile-object-load.c (setup_sections, compile_object_load):
7947 Likewise.
7948 * compile/compile.c (compile_to_object): Likewise.
7949
37442ce1
DE
79502015-05-16 Doug Evans <xdje42@gmail.com>
7951
7952 * NEWS: Mention support for unbuffered Guile memory ports.
7953 * scm-ports.c (ioscm_memory_port): Update comments on end, size.
7954 (ioscm_lseek_address): Improve overflow calculation.
7955 (gdbscm_memory_port_fill_input): Add assert.
7956 (gdbscm_memory_port_write): Handle unbuffered ports.
7957 Handle large writes identical to Guile's fport_write.
7958 (gdbscm_memory_port_seek): Fix seeking past end check.
7959 (gdbscm_memory_port_close): Handle closing unbuffered port.
7960 (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports.
7961 (ioscm_init_memory_port): Handle unbuffered ports.
7962 (ioscm_reinit_memory_port): Ditto.
7963 (ioscm_init_memory_port): Update size calculation.
7964 (gdbscm_open_memory): Support zero sized ports.
7965
d976bace
JK
79662015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7967
7968 * compile/compile-object-load.c (get_out_value_type): Fix uninitialized
7969 variable compiler warnings.
7970
4d18dfad
JK
79712015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7972
7973 * compile/compile-object-load.c (get_out_value_type): Fix returned type.
7974
36de76f9
JK
79752015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7976 Phil Muldoon <pmuldoon@redhat.com>
7977
7978 * NEWS (Changes since GDB 7.9): Add compile print.
7979 * compile/compile-c-support.c (add_code_header, add_code_footer)
7980 (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and
7981 COMPILE_I_PRINT_VALUE_SCOPE.
7982 * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE)
7983 (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE):
7984 New.
7985 * compile/compile-object-load.c: Include block.h.
7986 (get_out_value_type): New function.
7987 (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
7988 COMPILE_I_PRINT_VALUE_SCOPE. Set compile_module's OUT_VALUE_ADDR and
7989 OUT_VALUE_TYPE.
7990 * compile/compile-object-load.h (struct compile_module): Add fields
7991 out_value_addr and out_value_type.
7992 * compile/compile-object-run.c: Include valprint.h and compile.h.
7993 (struct do_module_cleanup): Add fields out_value_addr and
7994 out_value_type.
7995 (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
7996 COMPILE_I_PRINT_VALUE_SCOPE.
7997 (compile_object_run): Propagate out_value_addr and out_value_type.
7998 Pass OUT_VALUE_ADDR.
7999 * compile/compile.c: Include valprint.h.
8000 (compile_print_value, compile_print_command): New functions.
8001 (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE.
8002 (_initialize_compile): Update compile code help text. Install
8003 compile_print_command.
8004 * compile/compile.h (compile_print_value): New prototype.
8005 * defs.h (enum compile_i_scope_types): Add
8006 COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE.
8007
83d3415e
JK
80082015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8009
8010 * compile/compile-object-load.c (get_regs_type): Add parameter func_sym.
8011 Rely on its parameter count.
8012 (compile_object_load): Replace lookup_minimal_symbol_text by
8013 lookup_global_symbol_from_objfile. Verify FUNC_SYM. Set it in the
8014 return value.
8015 * compile/compile-object-load.h (struct compile_module): Replace
8016 func_addr by func_sym.
8017 * compile/compile-object-run.c: Include block.h.
8018 (compile_object_run): Reset module variable after it is freed. Use
8019 FUNC_SYM instead of FUNC_ADDR. Rely on it.
8020
3a9558c4
JK
80212015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8022
8023 * compile/compile-c-support.c (print_one_macro): Use #ifndef.
8024 (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR.
8025 (c_compute_program): Call generate_register_struct after typedefs.
8026 * compile/compile-loc2c.c (push, pushf_register_address)
8027 (pushf_register): Cast to GCC_UINTPTR.
8028 (do_compile_dwarf_expr_to_c): Use unused attribute. Add space after
8029 type. Use GCC_UINTPTR instead of void *. Remove excessive cast.
8030 (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *.
8031 * compile/compile.c (_initialize_compile): Enable warnings for
8032 COMPILE_ARGS.
8033
5c65b58a
JK
80342015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8035
8036 * cli/cli-script.c (execute_control_command): Update
8037 eval_compile_command caller.
8038 * compile/compile-object-load.c (compile_object_load): Add parameters
8039 scope and scope_data. Set them.
8040 * compile/compile-object-load.h (struct compile_module): Add fields
8041 scope and scope_data.
8042 (compile_object_load): Add parameters scope and scope_data.
8043 * compile/compile-object-run.c (struct do_module_cleanup): Add fields
8044 scope and scope_data.
8045 (compile_object_run): Propagate the fields scope and scope_data.
8046 * compile/compile.c (compile_file_command, compile_code_command):
8047 Update eval_compile_command callers.
8048 (eval_compile_command): Add parameter scope_data. Pass it plus scope.
8049 * compile/compile.h (eval_compile_command): Add parameter scope_data.
8050 * defs.h (struct command_line): Add field scope_data.
8051
1c88ceb1
JK
80522015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8053
8054 * printcmd.c (struct format_data): Move it to valprint.h.
8055 (print_command_parse_format, print_value): New functions from ...
8056 (print_command_1): ... here. Call them.
8057 * valprint.h (struct format_data): Move it here from printcmd.c.
8058 (print_command_parse_format, print_value): New declarations.
8059
0b738f27
JK
80602015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8061
8062 * compile/compile-object-load.c (compile_object_load): Add
8063 COMPILE_DEBUG message.
8064
aa715135
JG
80652015-05-15 Jerome Guitton <guitton@adacore.com>
8066
8067 * ada-lang.c (ada_value_ptr_subscript): Use enum position of
8068 index to get element instead of enum value.
8069 (ada_value_slice_from_ptr, ada_value_slice): Use enum position
8070 of index to compute length, but enum values to compute bounds.
8071 (ada_array_length): Use enum position of index instead of enum value.
8072 (pos_atr): Move position computation to...
8073 (ada_evaluate_subexp): Use enum values to compute bounds.
8074 * gdbtypes.c (discrete_position): ...this new function.
8075 * gdbtypes.h (discrete_position): New function declaration.
8076 * valprint.c (val_print_array_elements): Call discrete_position
8077 to handle array indexed by non-contiguous enumeration types.
8078
931e5bc3
JG
80792015-05-15 Jerome Guitton <guitton@adacore.com>
8080
8081 * ada-lang.c (find_parallel_type_by_descriptive_type):
8082 Go through typedefs during lookup.
8083 (to_fixed_array_type): Add support for non-bit packed arrays
8084 as variable-length fields.
8085
4e63d0ac
PA
80862015-05-15 Pedro Alves <palves@redhat.com>
8087 Simon Marchi <simon.marchi@ericsson.com>
8088
8089 * event-loop.c (gdb_notifier) <next_file_handler,
8090 next_poll_fds_index>: New fields.
8091 (get_next_file_handler_to_handle_and_advance): New function.
8092 (delete_file_handler): If deleting the next file handler to
8093 handle, advance to the next file handler.
8094 (gdb_wait_for_event): Bail early if no event fired. Poll file
8095 handlers in round-robin fashion.
8096
52e48b36
PA
80972015-05-15 Pedro Alves <palves@redhat.com>
8098
8099 * linux-tdep.c (linux_find_memory_regions_full): Rename local
8100 'private' to 'priv'.
8101
2465e12e
PA
81022015-05-15 Pedro Alves <palves@redhat.com>
8103
8104 * nat/linux-nat.h: Include "target/waitstatus.h".
8105
13fa0398
YZ
81062015-05-15 Yuanhui Zhang <asmwarrior@gmail.com>
8107
8108 * python/py-unwind.c (struct reg_info): Move out of ...
8109 (struct cached_frame_info): ... this scope.
8110 (pending_frame_object_type, unwind_info_object_type): Make extern.
8111
9cd4d857
JB
81122015-05-15 Joel Brobecker <brobecker@adacore.com>
8113
8114 * ada-lang.c (ada_value_primitive_packed_val): Make sure
8115 accumSize is never negative.
8116
e3555239
PP
81172015-05-14 Patrick Palka <patrick@parcs.ath.cx>
8118
8119 * tui/tui-command.c: Remove include of <ctype.h>.
8120 (tui_dispatch_ctrl_char): Remove workaround for xterm terminals.
8121
08a76f8a
MG
81222015-05-13 Martin Galvan <martin.galvan@tallertechnologies.com>
8123
8124 * dwarf2read.c (die_needs_namespace): Return 1 for
8125 DW_TAG_inlined_subroutine.
8126
bd49952b
JK
81272015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8128
8129 * regcache.c (regcache_cpy_no_passthrough): New declaration.
8130 (regcache_cpy_no_passthrough): Make it static, add function comment.
8131 * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment.
8132 (regcache_cpy_no_passthrough): Remove declaration.
8133
46c03469
JK
81342015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8135
8136 * gdbthread.h (struct thread_control_state): Update comment for
8137 proceed_to_finish.
8138 * infcall.c (run_inferior_call): Update comment about
8139 proceed_to_finish.
8140 * infcmd.c (get_return_value): Update comment about stop_registers.
8141 (finish_forward): Update comment about proceed_to_finish.
8142 * infrun.c (stop_registers): Remove.
8143 (clear_proceed_status, normal_stop): Remove stop_registers handling.
8144 * infrun.h (stop_registers): Remove.
8145
8a6c4031
JK
81462015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8147
8148 * infcall.c (struct dummy_frame_context_saver)
8149 (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor)
8150 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
8151 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
8152 New.
8153 (call_function_by_hand_dummy): Move discard_cleanups of
8154 inf_status_cleanup before dummy_frame_push. Call
8155 dummy_frame_context_saver_setup and prepare context_saver_cleanup.
8156 Use dummy_frame_context_saver_get_regs instead of stop_registers.
8157 * infcall.h (struct dummy_frame_context_saver)
8158 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
8159 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
8160 New declarations.
8161 * infcmd.c: Include infcall.h.
8162 (get_return_value): Add parameter ctx_saver, use it instead of
8163 stop_registers.
8164 (print_return_value): Add parameter ctx_saver, pass it.
8165 (struct finish_command_continuation_args): Add field ctx_saver.
8166 (finish_command_continuation): Update print_return_value caller.
8167 (finish_command_continuation_free_arg): Free also ctx_saver.
8168 (finish_forward): Call dummy_frame_context_saver_setup.
8169 * inferior.h (struct dummy_frame_context_saver): New declaration.
8170 (get_return_value): Add parameter ctx_saver.
8171 * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update
8172 get_return_value caller.
8173
10989690
JK
81742015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8175
8176 * dummy-frame.c (struct dummy_frame_dtor_list): New.
8177 (struct dummy_frame): Replace dtor and dtor_data by dtor_list.
8178 (remove_dummy_frame): Process dtor_list.
8179 (pop_dummy_frame): Process dtor_list.
8180 (register_dummy_frame_dtor): Maintain dtor_list.
8181 (find_dummy_frame_dtor): Handle dtor_list.
8182 * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor):
8183 Update comments.
8184
5e970501
JK
81852015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8186
8187 * compile/compile-object-run.c (do_module_cleanup): Add parameter
8188 registers_valid.
8189 (compile_object_run): Update do_module_cleanup caller.
8190 * dummy-frame.c: Include infcall.h.
8191 (struct dummy_frame): Update dtor comment.
8192 (remove_dummy_frame): Call dtor.
8193 (pop_dummy_frame): Update dtor caller.
8194 * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter
8195 registers_valid.
8196
1c4eb778
JB
81972015-05-13 Joel Brobecker <brobecker@adacore.com>
8198
8199 GDB 7.9.1 released.
8200
f5f85ab9
JB
82012015-05-13 Joel Brobecker <brobecker@adacore.com>
8202
8203 * NEWS: Create "Changes in GDB 7.9.1" section. Move news about
8204 Xmethods now being able to specify a result type to that new
8205 sectioin.
8206
242cd84c
PP
82072015-05-13 Patrick Palka <patrick@parcs.ath.cx>
8208
8209 * tui/tui-win.c (tui_async_resize_screen): Clear win_resized
8210 first before resizing the window.
e3555239 8211 * tui/tui.c (tui_enable): Likewise.
242cd84c
PP
8212
82132015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
558e5469
JK
8214
8215 * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor.
8216 * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment.
8217 * infcall.c (call_function_by_hand_dummy): Use proper typedef for
8218 dummy_dtor parameter.
8219 * infcall.h: Include dummy-frame.h.
8220 (call_function_by_hand_dummy_dtor_ftype): Remove.
8221 (call_function_by_hand_dummy): Use proper typedef for dummy_dtor
8222 parameter.
8223
ebfd00d2
PP
82242015-05-13 Patrick Palka <patrick@parcs.ath.cx>
8225
8226 PR gdb/17820
8227 * top.c (history_size_setshow_var): Change type to signed.
8228 Initialize to -2. Update documentation.
8229 (set_readline_history_size): Define.
8230 (set_history_size_command): Use it. Remove logic for handling
8231 out-of-range sizes.
8232 (init_history): Use set_readline_history_size(). Test for a
8233 value of -2 instead of 0 when determining whether to set a
8234 default history size.
8235 (init_main): Decode the argument of the "size" command as a
8236 zuinteger_unlimited.
8237
83769d0b
DE
82382015-05-12 Doug Evans <dje@google.com>
8239
8240 * dwarf2read.c (struct file_entry): Tweak comments.
8241 (get_debug_line_section): Tweak comments.
8242
0d71eef5
DB
82432015-05-12 Don Breazeal <donb@codesourcery.com>
8244
8245 * NEWS: Announce fork support in the RSP and support
8246 for fork debugging in extended mode.
8247
cbb8991c
DB
82482015-05-12 Don Breazeal <donb@codesourcery.com>
8249
8250 * remote.c (remote_insert_fork_catchpoint): New function.
8251 (remote_remove_fork_catchpoint): New function.
8252 (remote_insert_vfork_catchpoint): New function.
8253 (remote_remove_vfork_catchpoint): New function.
8254 (pending_fork_parent_callback): New function.
8255 (remove_new_fork_child): New function.
8256 (remote_update_thread_list): Call remote_notif_get_pending_events
8257 and remove_new_fork_child.
8258 (extended_remote_kill): Kill fork child when killing the
8259 parent before follow_fork completes.
8260 (init_extended_remote_ops): Initialize target vector with
8261 new fork catchpoint functions.
8262
c269dbdb
DB
82632015-05-12 Don Breazeal <donb@codesourcery.com>
8264
8265 * remote.c (remove_vfork_event_p): New function.
8266 (remote_follow_fork): Add vfork event type to event checking.
8267 (remote_parse_stop_reply): New stop reasons "vfork" and
8268 "vforkdone" for RSP 'T' Stop Reply Packet.
8269
de0d863e
DB
82702015-05-12 Don Breazeal <donb@codesourcery.com>
8271
8272 * linux-nat.c (linux_nat_ptrace_options): New function.
8273 (linux_init_ptrace, wait_lwp, linux_nat_filter_event):
8274 Call linux_nat_ptrace_options and use different argument to
8275 linux_enable_event_reporting.
8276 (_initialize_linux_nat): Delete call to
8277 linux_ptrace_set_additional_flags.
c8f6c93c 8278 * nat/linux-ptrace.c (current_ptrace_options): Rename to
de0d863e
DB
8279 supported_ptrace_options.
8280 (additional_flags): Delete variable.
8281 (linux_check_ptrace_features): Use supported_ptrace_options.
8282 (linux_test_for_tracesysgood, linux_test_for_tracefork):
8283 Likewise, and remove additional_flags check.
8284 (linux_enable_event_reporting): Change 'attached' argument to
8285 'options'. Use supported_ptrace_options.
c8f6c93c 8286 (ptrace_supports_feature): Change comment. Use
de0d863e
DB
8287 supported_ptrace_options.
8288 (linux_ptrace_set_additional_flags): Delete function.
8289 * nat/linux-ptrace.h (linux_ptrace_set_additional_flags):
8290 Delete function prototype.
8291 * remote.c (remote_fork_event_p): New function.
8292 (remote_detach_pid): New function.
8293 (remote_detach_1): Call remote_detach_pid, don't mourn inferior
8294 if doing detach-on-fork.
8295 (remote_follow_fork): New function.
8296 (remote_parse_stop_reply): Handle new "T" stop reason "fork".
8297 (remote_pid_to_str): Print "process" strings for pid/0/0 ptids.
8298 (init_extended_remote_ops): Initialize to_follow_fork.
8299
89245bc0
DB
83002015-05-12 Don Breazeal <donb@codesourcery.com>
8301
8302 * nat/linux-ptrace.c (linux_check_ptrace_features): Change
8303 from static to extern.
8304 * nat/linux-ptrace.h (linux_check_ptrace_features): Declare.
8305 * remote.c (anonymous enum): <PACKET_fork_event_feature,
8306 * PACKET_vfork_event_feature>: New enumeration constants.
8307 (remote_protocol_features): Add table entries for new packets.
8308 (remote_query_supported): Add new feature queries to qSupported
8309 packet.
8310
835205d0
GB
83112015-05-12 Gary Benson <gbenson@redhat.com>
8312
8313 * remote.c (remote_add_inferior): Call exec_file_locate_attach
8314 for fake PIDs as well as real ones.
8315 (remote_pid_to_exec_file): Send empty annex if PID is fake.
8316
4c082a81
SC
83172015-05-09 Siva Chandra Reddy <sivachandra@google.com>
8318
8319 * NEWS (Python Scripting): Mention the new gdb.Value methods.
8320 * python/py-value.c (valpy_reference_value): New function.
8321 (valpy_const_value): Likewise.
8322 (value_object_methods): Add new methods.
8323 * value.c (make_cv_value): New function.
8324 * value.h (make_cv_value): Declare.
8325
afa6c9ab
SL
83262015-05-08 Yao Qi <yao@codesourcery.com>
8327 Sandra Loosemore <sandra@codesourcery.com>
8328
8329 * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check
8330 to 'lh->include_dirs' before accessing to it.
8331 (psymtab_include_file_name): Likewise.
8332 (dwarf_decode_lines_1): Likewise.
8333 (dwarf_decode_lines): Likewise.
8334 (file_file_name): Likewise.
8335
35d54293
SL
83362015-05-08 Sandra Loosemore <sandra@codesourcery.com>
8337
8338 * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define.
8339 (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define.
8340 (nios2_linux_rt_sigreturn_init): Adjust base address of
8341 register save area.
8342
b73c49b7
SL
83432015-05-08 Sandra Loosemore <sandra@codesourcery.com>
8344
8345 * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using
8346 "trap 31" as the breakpoint instruction on all targets.
8347
dd9f02a0
JK
83482015-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8349
8350 * infcmd.c (print_return_value): Remove unused declaration.
8351
6ad395a7
JB
83522015-05-08 Joel Brobecker <brobecker@adacore.com>
8353
8354 * dwarf2read.c (attr_to_dynamic_prop)
8355 <DW_AT_data_member_location>: Use read_type_die isntead of
8356 get_die_type.
8357
8344af1e
JB
83582015-05-08 Joel Brobecker <brobecker@adacore.com>
8359
8360 * ada-lang.c (ada_convert_actual): Add handling of formals
8361 passed inside an aligner type.
8362
80b0912b
JB
83632015-05-08 Joel Brobecker <brobecker@adacore.com>
8364
8365 * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
8366
df2eb078
SC
83672015-05-08 Siva Chandra Reddy <sivachandra@google.com>
8368
8369 PR python/18291
8370 * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo.
8371 Print xmethod matcher status.
8372
2492f0d0
AA
83732015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
8374
8375 * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA
8376 register in the regcache when treating the PSWM register, and vice
8377 versa.
8378
1c56a84d
GB
83792015-05-07 Gary Benson <gbenson@redhat.com>
8380
8381 * linux-thread-db.c (struct thread_db_info)
8382 <td_ta_map_id2thr_p>: Remove field.
8383 (try_thread_db_load_1): Remove initialization for the above.
8384
74850322
GB
83852015-05-07 Gary Benson <gbenson@redhat.com>
8386
8387 * linux-thread-db.c (struct thread_db_info)
8388 <td_thr_validate_p>: Remove field.
8389 (try_thread_db_load_1): Remove initialization for the above.
8390
e26efa40
JK
83912015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8392
8393 * compile/compile-object-load.c (compile_object_load): Support
8394 mst_text_gnu_ifunc.
8395
851c9091
JK
83962015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8397
8398 * compile/compile.c (compile_to_object): Make the cmd_string parameter
8399 const. Use new variables for the const compatibility.
8400 (eval_compile_command): Make the cmd_string parameter const.
8401 * compile/compile.h (eval_compile_command): Make the cmd_string
8402 parameter const.
8403
f218b647
JB
84042015-05-06 Joel Brobecker <brobecker@adacore.com>
8405
8406 * defs.h (deprecated_init_ui_hook): Delete. Remove associated
8407 comment.
8408 * top.c (deprecated_init_ui_hook): Delete.
8409 (gdb_init): Remove handling of deprecated_init_ui_hook.
8410 * interps.c (clear_interpreter_hooks): Remove handling of
8411 deprecated_init_ui_hook.
8412 * main.c (captured_main): Update comment.
8413
b30a0bc3
JB
84142015-05-06 Joel Brobecker <brobecker@adacore.com>
8415
8416 * solib.c (_initialize_solib): Add "info dll" alias creation.
8417 * windows-nat.c (set_windows_aliases): Delete.
8418 (_initialize_windows_nat): Remove deprecated_init_ui_hook
8419 assignment.
8420 * NEWS: Add news entry about "info dll" now being available
8421 on all platforms.
8422
7c512744
JB
84232015-05-05 Joel Brobecker <brobecker@adacore.com>
8424
8425 * ada-lang.c (value_assign_to_component): Reformat and improve
8426 documentation. Remove all trailing spaces.
8427
0fa7fe50
JB
84282015-05-05 Joel Brobecker <brobecker@adacore.com>
8429
8430 * inline-frame.c (inline_frame_sniffer, skip_inline_frames):
8431 Stop counting inlined frames as soon as an out-of-line function
8432 is found.
8433
3ea89b92
PMR
84342014-05-05 Pierre-Marie de Rodat <derodat@adacore.com>
8435
8436 * dwarf2read.c (inherit_abstract_dies): Skip
8437 DW_TAG_GNU_call_site dies while inheriting children of an
8438 abstract DIE into a scope.
8439 (read_lexical_block_scope): Inherit abstract DIE's for
8440 lexical scopes.
8441
2478d075
JB
84422015-05-05 Joel Brobecker <brobecker@adacore.com>
8443
8444 * ada-valprint.c (val_print_packed_array_elements): Delete
8445 variable "len". Add a type-length check when comparing two
8446 consecutive elements of the array. Use the element's actual
8447 length in call to value_contents_eq.
8448 * ada-lang.c (ada_value_primitive_packed_val): Always return
8449 a value whose type has been resolved.
8450
fc958966
JB
84512015-05-05 Joel Brobecker <brobecker@adacore.com>
8452
8453 * ada-lang.c (ada_value_primitive_packed_val): Recompute
8454 BIT_SIZE and LEN if the size of the resolved type is smaller
8455 than BIT_SIZE * HOST_CHAR_BIT.
8456
ca34b84f
JB
84572015-05-05 Joel Brobecker <brobecker@adacore.com>
8458
8459 * ada-lang.c (ada_value_primitive_packed_val): Use a more
8460 correct address in call to value_at. Adjust call to
8461 value_address accordingly.
8462
62c67f3c
JB
84632015-05-05 Joel Brobecker <brobecker@adacore.com>
8464
8465 * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying
8466 to print it.
8467
c3345124
JB
84682015-05-05 Joel Brobecker <brobecker@adacore.com>
8469
8470 * dwarf2loc.h (struct property_addr_info): Add "valaddr" field.
8471 * dwarf2loc.c (dwarf2_evaluate_property): Add handling of
8472 pinfo->valaddr.
8473 * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter.
8474 * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr.
8475 (resolve_dynamic_type_internal): Set pinfo.valaddr.
8476 Add handling of addr_stack->valaddr.
8477 (resolve_dynamic_type): Add "valaddr" parameter.
8478 Set pinfo.valaddr field.
8479 * ada-lang.c (ada_discrete_type_high_bound): Update call to
8480 resolve_dynamic_type.
8481 (ada_discrete_type_low_bound): Likewise.
8482 * findvar.c (default_read_var_value): Likewise.
8483 * value.c (value_from_contents_and_address): Likewise.
8484
75ea5859
JB
84852015-05-05 Joel Brobecker <brobecker@adacore.com>
8486
8487 * gdbtypes.c (resolve_dynamic_array): Use
8488 create_array_type_with_stride instead of create_array_type.
8489
0952813b
DD
84902015-04-30 DJ Delorie <dj@redhat.com>
8491
8492 * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to
8493 rl78_decode_opcode
8494
2ce1cdbf
DE
84952015-04-29 Doug Evans <dje@google.com>
8496
8497 PR python/18285
8498 * NEWS: Document new gdb.XMethodWorker.get_result_type method.
8499 * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle
8500 EVAL_AVOID_SIDE_EFFECTS for xmethods.
8501 * extension-priv.h (struct extension_language_ops)
8502 <get_xmethod_result_type>: New member.
8503 * extension.c (get_xmethod_result_type): New function.
8504 * extension.h (get_xmethod_result_type): Declare.
8505 * python/py-xmethods.c (get_result_type_method_name): New static
8506 global.
8507 (py_get_result_type_method_name): Ditto.
8508 (gdbpy_get_xmethod_result_type): New function.
8509 (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name.
8510 * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare.
8511 * python/python.c (python_extension_ops): Add
8512 gdbpy_get_xmethod_result_type.
8513 * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type.
8514 * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for
8515 xmethods.
8516 (value_x_unop): Ditto.
8517 * value.c (result_type_of_xmethod): New function.
8518 * value.h (result_type_of_xmethod): Declare.
8519
998d2a3e
GB
85202015-04-29 Gary Benson <gbenson@redhat.com>
8521
8522 * solib.c (solib_find_1): Allow fd argument to be NULL.
8523 (exec_file_find): Update comment.
8524 (solib_find): Likewise.
8525 * exec.c (exec_file_locate_attach): Use NULL as fd
8526 argument to exec_file_find to avoid having to close
8527 the opened file.
8528 * infrun.c (follow_exec): Likewise.
8529
34f5f757
DE
85302015-04-28 Doug Evans <dje@google.com>
8531
8532 PR python/18299
8533 * python/lib/gdb/printing.py (register_pretty_printer): Handle
8534 name or __name__ attributes. Handle gdb module as first argument.
8535
69b4374a
DE
85362015-04-28 Doug Evans <dje@google.com>
8537
8538 PR python/18089
8539 * python/py-prettyprint.c (print_children): Verify result of children
8540 iterator. Provide better error message.
8541 * python/python-internal..h (gdbpy_print_python_errors_p): Declare.
8542 * python/python.c (gdbpy_print_python_errors_p): New function.
8543
5e7cf078
DE
85442015-04-28 Doug Evans <dje@google.com>
8545
8546 * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
8547
59fb7612
SS
85482015-04-28 Sasha Smundak <asmundak@google.com>
8549
8550 * NEWS: Mention gdb.Type.optimized_out method.
8551 * python/py-type.c (typy_optimized_out): New function.
8552
cea6e4f1
JB
85532015-04-28 John Baldwin <jhb@FreeBSD.org>
8554
8555 * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
8556
24b73f8e
PP
85572015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8558
8559 * utils.c (init_page_info): Set rl_catch_sigwinch to zero.
8560 (initialize_utils): Move call of init_page_info() to ...
8561 * top.c (gdb_init): ... here.
8562
a88d0bb3
PP
85632015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8564
8565 * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment.
8566 (tui_sigwinch_handler): Still update our idea of
8567 the terminal's width and height even when TUI is not active.
8568
d6e5e7f7
PP
85692015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8570
8571 * utils.h (set_screen_width_and_height): Declare.
8572 * utils.c (set_screen_width_and_height): Define.
8573 * tui/tui-win.c (tui_update_gdb_sizes): Use it.
8574
ff862be4
GB
85752015-04-28 Gary Benson <gbenson@redhat.com>
8576
8577 * infrun.c (solist.h): New include.
8578 (follow_exec): Use exec_file_find to prefix execd_pathname
8579 with gdb_sysroot.
8580
2eb639cb
PP
85812015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8582
8583 * tui/tui-source.c (tui_set_source_content): Avoid calling
8584 strcpy() when offset is 0.
8585
97206799
PP
85862015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8587
8588 PR gdb/18155
8589 * tui/tui-data.c (tui_free_window): Don't free the locator
8590 window when passed an SRC_WIN or a DISASSEM_WIN.
8591
63ed8182
PP
85922015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8593
8594 * tui/tui-data.h (struct tui_win_element): Forward-declare.
8595 (tui_win_content): Move declaration.
8596 (struct tui_gen_win_info): Give 'content' field the
8597 type tui_win_content.
8598 * tui/tui-data.c (init_content_element): Remove redundant and
8599 erroneous casts.
8600 (tui_add_content_elements): Remove erroneous cast.
8601 * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant
8602 casts.
8603 (tui_get_begin_asm_address): Likewise.
8604 * tui/tui-regs.c (tui_show_registers): Likewise.
8605 (tui_show_register_group): Likewise.
8606 (tui_display_registers_from): Likewise.
8607 (tui_check_register_values): Likewise.
8608 * tui/tui-source.c (tui_set_source_content): Likewise.
8609 (tui_set_source_content_nil): Likewise.
8610 (tui_source_is_displayed): Likewise.
8611 * tui/tui-stack.c (tui_show_locator_content): Likewise.
8612 (tui_set_locator_fullname): Likewise.
8613 (tui_set_locator_info): Likewise.
8614 (tui_show_frame_info): Likewise.
8615 * tui/tui-winsource.c (tui_clear_source_content): Likewise.
8616 (tui_show_source_line): Likewise.
8617 (tui_horizontal_source_scroll): Likewise.
8618 (tui_update_breakpoint_info): Likewise.
8619 (tui_set_exec_info_content): Likewise.
8620 (tui_show_exec_info_content): Likewise.
8621 (tui_alloc_source_buffer): Likewise.
8622 (tui_line_is_displayed): Likewise.
8623 (tui_addr_is_displayed): Likewise.
8624
d2b41ca0
JB
86252015-04-27 John Baldwin <jhb@FreeBSD.org>
8626
8627 * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD
8628 event if PL_FLAG_EXEC is set.
8629 [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function.
8630 [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function.
8631 (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set
8632 "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint".
8633 Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint".
8634
e58e05d6
JB
86352015-04-27 John Baldwin <jhb@FreeBSD.org>
8636
8637 * fbsd-nat.c: [PT_LWPINFO] New variable super_wait.
8638 [TDP_RFPPWAIT] New variable fbsd_pending_children.
8639 [TDP_RFPPWAIT] (fbsd_remember_child): New function.
8640 [TDP_RFPPWAIT] (fbsd_is_child_pending): New function.
8641 [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function.
8642 [PT_LWPINFO] (fbsd_wait): New function.
8643 [TDP_RFPPWAIT] (fbsd_follow_fork): New function.
8644 [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function.
8645 [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function.
8646 [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function.
8647 [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function.
8648 [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function.
8649 [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function.
8650 [TDP_RFPPWAIT] (fbsd_post_attach): New function.
8651 (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to
8652 "fbsd_wait".
8653 [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork".
8654 Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint".
8655 Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint".
8656 Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint".
8657 Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint".
8658 Set "to_post_startup_inferior" to "fbsd_post_startup_inferior".
8659 Set "to_post_attach" to "fbsd_post_attach".
8660
8f60fe01
JB
86612015-04-27 John Baldwin <jhb@FreeBSD.org>
8662
8663 * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static.
8664 (fbsd_find_memory_regions): Mark static.
8665 (fbsd_nat_add_target): New function.
8666 * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for
8667 fbsd_pid_to_exec_file and fbsd_find_memory_regions.
8668 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target.
8669 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise.
8670 * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise.
8671 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise.
8672
5fbae7d1
GB
86732015-04-27 Gary Benson <gbenson@redhat.com>
8674
8675 * objfiles.c (allocate_objfile): Do not attempt to expand name
8676 if name is a "target:" filename.
8677 * auto-load.c (load_auto_scripts_for_objfile): Do not attempt
8678 to load auto-load scripts for objfiles with "target:" filenames.
8679
417c80f9
AA
86802015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
8681
8682 * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h".
8683 (enum s390_vector_abi_kind): New enum.
8684 (struct gdbarch_tdep)<vector_abi>: New field.
8685 (s390_effective_inner_type): Add parameter min_size. Stop
8686 unwrapping if the inner type is smaller than min_size.
8687 (s390_function_arg_float): Adjust call to
8688 s390_effective_inner_type.
8689 (s390_function_arg_vector): New function.
8690 (s390_function_arg_integer): Adjust comment.
8691 (struct s390_arg_state)<vr>: New field.
8692 (s390_handle_arg): Add parameter 'is_unnamed'. Pass vector
8693 arguments according to vector ABI when appropriate.
8694 (s390_push_dummy_call): Initialize the argument state's field
8695 'vr'. Adjust calls to s390_handle_arg.
8696 (s390_register_return_value): Handle vector return values.
8697 (s390_return_value): Apply the "register" return value convention
8698 to a vector when appropriate.
8699 (s390_gdbarch_init): Initialize tdep->vector_abi.
8700 * NEWS: Announce S390 vector ABI support.
8701
4e65a17e
AA
87022015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
8703
8704 * s390-linux-tdep.c (s390_return_value_convention): Remove
8705 function. Inline its logic...
8706 (s390_return_value): ...here. Instead, move the handling of the
8707 "register" return value convention...
8708 (s390_register_return_value): ...here. New function.
8709
80f75320
AA
87102015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
8711
8712 * s390-linux-tdep.c
8713 (is_float_singleton): Remove function. Move the "singleton" part
8714 of the logic...
8715 (s390_effective_inner_type): ...here. New function.
8716 (is_float_like): Remove function. Inline its logic...
8717 (s390_function_arg_float): ...here.
8718 (is_pointer_like, is_integer_like, is_struct_like): Remove
8719 functions. Inline their logic...
8720 (s390_function_arg_integer): ...here.
8721 (s390_function_arg_pass_by_reference): Remove function.
8722 (extend_simple_arg): Remove function.
8723 (alignment_of): Remove function.
8724 (struct s390_arg_state): New structure.
8725 (s390_handle_arg): New function.
8726 (s390_push_dummy_call): Move parameter placement logic to the new
8727 function s390_handle_arg. Call it for calculating the stack area
8728 sizes first, and again for actually writing the parameters.
8729
6dbc9c04
AA
87302015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
8731
8732 * s390-linux-tdep.c (is_power_of_two): Add comment. Return
8733 false if the argument is zero.
8734
9e195661
PMR
87352015-04-27 Pierre-Marie de Rodat <derodat@adacore.com>
8736
8737 * ada-lang.c (template_to_static_fixed_type): Return input type
8738 when it is already fixed. Cache the input type itself when not
8739 creating a static fixed copy. Make it explicit that we never
8740 molestate the input type.
8741 * gdbtypes.c (resolve_dynamic_struct): Reset the
8742 TYPE_TARGET_TYPE field for resolved copies.
8743
460efde1
JB
87442015-04-27 Joel Brobecker <brobecker@adacore.com>
8745
8746 * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef.
8747 (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef.
8748 (template_to_static_fixed_type): Call ada_check_typedef only
8749 when necessary.
8750
6faec16b
AB
87512015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
8752
8753 * cli/cli-dump.c (srec_dump_command): Add internationalization
8754 mark ups.
8755 (ihex_dump_command): Likewise.
8756 (tekhex_dump_command): Likewise.
8757 (binary_dump_command): Likewise.
8758 (binary_append_command): Likewise.
8759
cf75d6c3
AB
87602015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
8761
8762 * cli/cli-dump.c (verilog_cmdlist): New variable.
8763 (dump_verilog_memory): New function.
8764 (dump_verilog_value): New function.
8765 (verilog_dump_command): New function.
8766 (_initialize_cli_dump): Add new commands to support verilog dump
8767 format.
8768 * NEWS: Add entry for "dump verilog".
8769
8cd00c59
PMR
87702015-04-24 Pierre-Marie de Rodat <derodat@adacore.com>
8771
8772 * gdbtypes.c (print_gnat_stuff): Do not recurse on the
8773 descriptive type when there is none.
8774
8900d71e
PP
87752015-04-23 Patrick Palka <patrick@parcs.ath.cx>
8776
8777 * tui/tui-win.c (tui_async_resize_screen): Call
8778 rl_resize_terminal().
8779
f16eab5f
JT
87802015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
8781
8782 * windows-nat.c (handle_output_debug_string): Don't change
8783 current_event.dwThreadId.
8784 (get_windows_debug_event): Use thread_id, rather than relying on
8785 current_event.dwThreadId being changed.
8786
68ffc902
JT
87872015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
8788
8789 * windows-nat.c (windows_continue): Report an error if
8790 ContinueDebugEvent() fails.
8791
23942819
JT
87922015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
8793
8794 * windows-nat.c (windows_resume): Fix misspelling in debug output.
8795
e6ad66bd
JT
87962015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
8797
8798 * windows-nat.c (get_windows_debug_event): Replace retval with
8799 thread_id throughout. Update stale comment.
8800
776704b9
JT
88012015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
8802
8803 * windows-nat.c (get_windows_debug_event): Don't use ternary
8804 conditional operator.
8805
8aae4344
PM
88062015-04-21 Pierre Muller <muller@sourceware.org>
8807
8808 PR pascal/17815
8809 p-exp.y (yylex): Reorganize code to return the matched pattern
8810 for a field of this.
8811
819843c7
GB
88122015-04-21 Gary Benson <gbenson@redhat.com>
8813
8814 * common/fileio.h (fileio_to_host_openflags): New declaration.
8815 * common/fileio.c (fcntl.h): New include.
8816 (fileio_to_host_openflags): New function, factored out from...
8817 * inf-child.c (inf_child_fileio_open_flags_to_host): ...here.
8818 Single use updated.
8819
0bca7f99
KB
88202015-04-21 Kevin Buettner <kevinb@redhat.com>
8821
8822 * rl78-tdep.c (RL78_SP_ADDR): Define.
8823 (opc_reg_to_gdb_regnum): New static function.
8824 (rl78_analyze_prologue): Recognize instructions forming slightly
8825 more interesting prologues.
8826
e771e4be
PMR
88272015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
8828
8829 Revert:
8830 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
8831 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
8832 TYPE_CODE_REF types so that they are not considered as dynamic
8833 depending on the referenced type.
8834 (resolve_dynamic_type_internal): Likewise.
8835
ee715b5a
PMR
88362015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
8837
8838 Revert:
8839 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
8840 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
8841 "top_level" parameter.
8842 (resolve_dynamic_type_internal): Remove the unused "top_level"
8843 parameter. Update call to is_dynamic_type_internal.
8844 (is_dynamic_type): Update call to is_dynamic_type_internal.
8845 (resolve_dynamic_range): Update call to
8846 resolve_dynamic_type_internal.
8847 (resolve_dynamic_union): Likewise.
8848 (resolve_dynamic_struct): Likewise.
8849 (resolve_dynamic_type): Likewise.
8850
e31d7699
GKB
88512015-04-19 Gabriel Krisman Bertazi <gabriel@krisman.be>
8852
8853 * breakpoint.c (update_dprintf_command_list): Remove duplicated
8854 xmalloc.
8855
d214e5e7
TS
88562015-04-20 Thomas Schwinge <thomas@codesourcery.com>
8857
110f9112
TS
8858 * reply_mig_hack.awk: Robustify parsing.
8859
d214e5e7
TS
8860 * reply_mig_hack.awk: Don't bother to declare an intermediate
8861 function pointer variable.
8862
8f61baf8
DE
88632015-04-17 Doug Evans <dje@google.com>
8864
8865 * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement"
8866 to "exec_displacement" to avoid confusion with inner use of the name.
8867
dbbf180a
YQ
88682015-04-17 Pedro Alves <palves@redhat.com>
8869
8870 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero
8871 if HW point of TYPE isn't supported.
8872
059790a0
YQ
88732015-04-17 Yao Qi <yao.qi@linaro.org>
8874 Pedro Alves <palves@redhat.com>
8875
8876 * target.h (target_can_use_hardware_watchpoint): Update comments.
8877 Remove trailing ";".
8878
1b6e6f5c
GB
88792015-04-17 Gary Benson <gbenson@redhat.com>
8880
8881 * remote.c (remote_add_inferior): New argument try_open_exec.
8882 If nonzero, attempt to open the inferior's executable file as
8883 the main executable if no main executable is open already.
8884 All callers updated.
8885 * NEWS: Mention that GDB now supports automatic location and
8886 retrieval of executable + files from remote targets.
8887
c78fa86a
GB
88882015-04-17 Gary Benson <gbenson@redhat.com>
8889
8890 * target.h (TARGET_OBJECT_EXEC_FILE): New enum value.
8891 * remote.c (PACKET_qXfer_exec_file): Likewise.
8892 (remote_protocol_features): Register the
8893 "qXfer:exec-file:read" feature.
8894 (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE.
8895 (remote_pid_to_exec_file): New function.
8896 (init_remote_ops): Initialize to_pid_to_exec_file.
8897 (_initialize_remote): Register new "set/show remote
8898 pid-to-exec-file-packet" command.
8899 * NEWS: Announce new qXfer:exec-file:read packet.
8900
e0d86d2c
GB
89012015-04-17 Gary Benson <gbenson@redhat.com>
8902
8903 * nat/linux-procfs.h (linux_proc_pid_to_exec_file):
8904 New declaration.
8905 * nat/linux-procfs.c (linux_proc_pid_to_exec_file):
8906 New function, factored out from...
8907 * linux-nat.c (linux_child_pid_to_exec_file): ...here.
8908
a9a5a3d1
GB
89092015-04-17 Gary Benson <gbenson@redhat.com>
8910
8911 * exec.c (solist.h): New include.
8912 (exec_file_locate_attach): Prefix absolute executable
8913 paths with gdb_sysroot if set.
8914 * NEWS: Mention that executable paths may be prepended
8915 with sysroot.
8916
af1900b0
GB
89172015-04-17 Gary Benson <gbenson@redhat.com>
8918
8919 * solist.h (exec_file_find): New declaration.
8920 * solib.c (solib_find_1): New function, factored out from...
8921 (solib_find): ...here.
8922 (exec_file_find): New function.
8923
a10de604
GB
89242015-04-17 Gary Benson <gbenson@redhat.com>
8925
8926 * gdbcore.h (exec_file_locate_attach): New declaration.
8927 * exec.c (exec_file_locate_attach): New function, factored
8928 out from...
8929 * infcmd.c (attach_command_post_wait): ...here.
8930
92209ddf
MF
89312015-04-17 Mike Frysinger <vapier@gentoo.org>
8932
8933 * MAINTAINERS: Add myself for Blackfin/write-after-approval.
8934
8550d3b3
YQ
89352015-04-16 Yao Qi <yao.qi@linaro.org>
8936
8937 * infrun.c (maybe_software_singlestep): Declare.
8938 (displaced_step_fixup): Call maybe_software_singlestep.
8939
30b3dd9d
DE
89402015-04-15 Doug Evans <dje@google.com>
8941
8942 * psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
8943
61d96d7e
DE
89442015-04-15 Doug Evans <dje@google.com>
8945
8946 * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls.
8947
40d2f8d6
SM
89482015-04-15 Simon Marchi <simon.marchi@ericsson.com>
8949
8950 * python/lib/gdb/command/unwinders.py: Add parentheses.
8951
6bbbba9b
YQ
89522015-04-15 Yao Qi <yao.qi@linaro.org>
8953
8954 * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message.
8955
2bb2dcab
YQ
89562015-04-15 Yao Qi <yao.qi@linaro.org>
8957
8958 * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation.
8959
41f071ef
YQ
89602015-04-15 Yao Qi <yao.qi@linaro.org>
8961
8962 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
8963 dsc->insn_size instead of 4.
8964
326a5c7e
GB
89652015-04-14 Gary Benson <gbenson@redhat.com>
8966
8967 * jit.c (mem_bfd_iovec_stat): Zero supplied buffer.
8968 * minidebug.c (lzma_stat): Likewise.
8969 * solib-spu.c (spu_bfd_iovec_stat): Likewise.
8970 * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise.
8971
dd177e81
SS
89722015-04-13 Stan Shebs <stanshebs@google.com>
8973
8974 * MAINTAINERS: Update my email address.
8975
97de3545
JB
89762015-04-13 John Baldwin <jhb@FreeBSD.org>
8977
8978 * amd64-tdep.c (amd64_target_description): New function.
8979 * amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
8980 * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
8981 (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
8982 x86 extended save area.
8983 (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
8984 * amd64bsd-nat.h: Export amd64bsd_xsave_len.
8985 * amd64fbsd-nat.c (amd64fbsd_read_description): New function.
8986 (_initialize_amd64fbsd_nat): Set "to_read_description" to
8987 "amd64fbsd_read_description".
8988 * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
8989 (amd64fbsd_supply_xstateregset): New function.
8990 (amd64fbsd_collect_xstateregset): New function.
8991 Add "amd64fbsd_xstateregset".
8992 (amd64fbsd_iterate_over_regset_sections): New function.
8993 (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
8994 "I386_FBSD_XSAVE_XCR0_OFFSET".
8995 Add "iterate_over_regset_sections" gdbarch method.
8996 Add "core_read_description" gdbarch method.
8997 * i386-tdep.c (i386_target_description): New function.
8998 * i386-tdep.h: Export i386_target_description and tdesc_i386.
8999 * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
9000 (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
9001 x86 extended save area.
9002 (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
9003 * i386bsd-nat.h: Export i386bsd_xsave_len.
9004 * i386fbsd-nat.c (i386fbsd_read_description): New function.
9005 (_initialize_i386fbsd_nat): Set "to_read_description" to
9006 "i386fbsd_read_description".
9007 * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
9008 (i386fbsd_core_read_description): New function.
9009 (i386fbsd_supply_xstateregset): New function.
9010 (i386fbsd_collect_xstateregset): New function.
9011 Add "i386fbsd_xstateregset".
9012 (i386fbsd_iterate_over_regset_sections): New function.
9013 (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
9014 "I386_FBSD_XSAVE_XCR0_OFFSET".
9015 Add "iterate_over_regset_sections" gdbarch method.
9016 Add "core_read_description" gdbarch method.
9017 * i386fbsd-tdep.h: New file.
9018
4f45d445
JK
90192015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9020
9021 * NEWS (Changes since GDB 7.9): Add removed -xdb.
9022 * breakpoint.c (command_line_is_silent): Remove xdb_commands
9023 conditional.
9024 (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba
9025 and lb.
9026 * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and
9027 va.
9028 * cli/cli-decode.c (find_command_name_length): Remove xdb_commands
9029 conditional.
9030 * defs.h (xdb_commands): Remove declaration.
9031 * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc.
9032 * guile/scm-cmd.c (command_classes): Remove xdb from comment.
9033 * infcmd.c (run_no_args_command, go_command): Remove.
9034 (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr.
9035 * infrun.c (xdb_handle_command): Remove.
9036 (_initialize_infrun): Remove xdb_commands for lz and z.
9037 * main.c (xdb_commands): Remove variable.
9038 (captured_main): Remove "xdb" from long_options.
9039 (print_gdb_help): Remove --xdb from help.
9040 * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment.
9041 * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?.
9042 * stack.c (backtrace_full_command, args_plus_locals_info)
9043 (current_frame_command): Remove.
9044 (_initialize_stack): Remove xdb_commands for t, T and l.
9045 * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg.
9046 * thread.c (_initialize_thread): Remove xdb_commands condition.
9047 * tui/tui-layout.c (tui_toggle_layout_command)
9048 (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove.
9049 (_initialize_tui_layout): Remove xdb_commands for td and ts.
9050 * tui/tui-regs.c (tui_scroll_regs_forward_command)
9051 (tui_scroll_regs_backward_command): Remove.
9052 (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r.
9053 * tui/tui-win.c (tui_xdb_set_win_height_command): Remove.
9054 (_initialize_tui_win): Remove xdb_commands for U and w.
9055 * utils.c (pagination_on_command, pagination_off_command): Remove.
9056 (initialize_utils): Remove xdb_commands for am and sm.
9057
cb71640d
PA
90582015-04-10 Pedro Alves <palves@redhat.com>
9059
9060 * infrun.c (displaced_step_fixup): Switch to the event ptid
9061 earlier. If the thread stopped for a watchpoint and the
9062 target/arch has non-continuable watchpoints, cancel the displaced
9063 step.
9064 (resume): Don't start a displaced step if in-line step-over info
9065 is valid.
9066
8f572e5c
PA
90672015-04-10 Pedro Alves <palves@redhat.com>
9068
9069 * infrun.c (displaced_step_in_progress): New function.
9070 (do_target_resume): Advise target to report all signals if
9071 displaced stepping.
9072
8d707a12
PA
90732015-04-10 Pedro Alves <palves@redhat.com>
9074
9075 PR gdb/18216
9076 * infrun.c (process_event_stop_test): Don't assume a step-resume
9077 is set if tp->stepped_breakpoint is true.
9078
ef713951
YQ
90792015-04-10 Yao Qi <yao.qi@linaro.org>
9080
9081 * arm-tdep.c (install_alu_reg): Update comment.
9082 (thumb_copy_alu_reg): Remove local variable rn. Update
9083 debugging message. Use r2 instead of r1 in the modified
9084 instruction.
9085
906d60cf
PA
90862015-04-10 Pedro Alves <palves@redhat.com>
9087
9088 PR gdb/13858
9089 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install
9090 linux_displaced_step_location as gdbarch_displaced_step_location
9091 hook.
9092 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
9093 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
9094 * linux-tdep.c (linux_displaced_step_location): New function,
9095 based on ppc_linux_displaced_step_location.
9096 * linux-tdep.h (linux_displaced_step_location): New declaration.
9097 * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete.
9098 (ppc_linux_inferior_created, ppc_linux_displaced_step_location):
9099 Delete.
9100 (ppc_linux_init_abi): Install linux_displaced_step_location as
9101 gdbarch_displaced_step_location hook, even without Cell/B.E..
9102 (_initialize_ppc_linux_tdep): Don't install
9103 ppc_linux_inferior_created as inferior_created observer.
9104 * s390-linux-tdep.c (s390_gdbarch_init): Install
9105 linux_displaced_step_location as gdbarch_displaced_step_location
9106 hook.
9107
7823a941
GB
91082015-04-09 Gary Benson <gbenson@redhat.com>
9109
9110 * common/common-remote-fileio.h: Rename to...
9111 * common/fileio.h: ...this. Update all references.
9112 (remote_fileio_to_fio_error): Rename to...
9113 (host_to_fileio_error): ...this.
9114 (remote_fileio_to_be): Rename to...
9115 (host_to_bigendian): ...this. Update all callers.
9116 (remote_fileio_to_fio_uint): Rename to...
9117 (host_to_fileio_uint): ...this. Update all callers.
9118 (remote_fileio_to_fio_time): Rename to...
9119 (host_to_fileio_time): ...this. Update all callers.
9120 (remote_fileio_to_fio_stat): Rename to...
9121 (host_to_fileio_stat): ...this.
9122 Update all references.
9123 * common/common-remote-fileio.c: Rename to...
9124 * common/fileio.c: ...this. Update all references.
9125 (remote_fileio_to_fio_error): Rename to...
9126 (host_to_fileio_error): ...this. Update all callers.
9127 (remote_fileio_mode_to_target): Rename to...
9128 (fileio_mode_pack): ...this. Update all callers.
9129 (remote_fileio_to_fio_mode): Rename to...
9130 (host_to_fileio_mode): ...this. Update all callers.
9131 (remote_fileio_to_fio_ulong): Rename to...
9132 (host_to_fileio_ulong): ...this. Update all callers.
9133 (remote_fileio_to_fio_stat): Rename to...
9134 (host_to_fileio_stat): ...this. Update all callers.
9135
f2983cc3
AW
91362015-04-09 Andy Wingo <wingo@igalia.com>
9137
9138 * guile/scm-frame.c (gdbscm_frame_read_register): New function.
9139 (frame_functions): Bind gdbscm_frame_read_register to
9140 frame-read-register.
9141 * guile/lib/gdb.scm (frame-read-register): Export.
9142
b88bb450
GB
91432015-04-09 Gary Benson <gbenson@redhat.com>
9144
9145 * common/common-remote-fileio.h (remote_fileio_to_fio_error):
9146 New declaration.
9147 * common/common-remote-fileio.c (remote_fileio_to_fio_error):
9148 New function, factored out the named functions below.
9149 * inf-child.c (gdb/fileio.h): Remove include.
9150 (common-remote-fileio.h): New include.
9151 (inf_child_errno_to_fileio_error): Remove function. Update
9152 all callers to use remote_fileio_to_fio_error.
9153 * remote-fileio.c (remote_fileio_errno_to_target): Likewise.
9154
2f2680f3
AW
91552015-04-09 Andy Wingo <wingo@igalia.com>
9156
9157 * MAINTAINERS (Write After Approval): Add Andy Wingo.
9158
5a2d4533
L
91592015-04-09 H.J. Lu <hongjiu.lu@intel.com>
9160
9161 * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir.
9162 Replace $zlibdir with $ZLIBDIR in LDFLAGS.
9163 * configure: Regenerated.
9164
421693b0
PA
91652015-04-09 Pedro Alves <palves@redhat.com>
9166
9167 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
9168 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
9169 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
9170 * gnulib/import/Makefile.am: Update.
9171 * gnulib/import/Makefile.in: Update.
9172 * gnulib/import/m4/gnulib-cache.m4: Update.
9173 * gnulib/import/m4/gnulib-comp.m4: Update.
9174 * gnulib/import/m4/strtok_r.m4: New file.
9175 * gnulib/import/strtok_r.c: New file.
9176
f543dc83
PA
91772015-04-09 Pedro Alves <palves@redhat.com>
9178
9179 * gnulib/update-gnulib.sh (aclocal version check): Filter out
9180 "called too early to check prototype".
9181
6d62641c
SDJ
91822015-04-08 Sergio Durigan Junior <sergiodj@redhat.com>
9183
9184 PR python/16699
9185 * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not
9186 use a caching mechanism. Adjust comments and code to reflect
9187 that. Replace 'sizeof' by 'strlen' when fetching 'wordobj'.
9188 (cmdpy_completer_handle_brkchars): Adjust call to
9189 cmdpy_completer_helper. Call Py_XDECREF for 'resultobj'.
9190 (cmdpy_completer): Likewise.
9191
85558555
YQ
91922015-04-08 Yao Qi <yao.qi@linaro.org>
9193
9194 * spu-tdep.c (spu_gdbarch_init): Don't call
9195 set_gdbarch_cannot_step_breakpoint.
9196
d249a14a
SDJ
91972015-04-07 Sergio Durigan Junior <sergiodj@redhat.com>
9198
9199 * linux-tdep.c (decode_vmflags): Initialize 'saveptr'.
9200
8a06aea7
PA
92012015-04-07 Pedro Alves <palves@redhat.com>
9202
9203 * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ...
9204 (ALL_THREADS_SAFE): ... this, and don't skip exited threads.
9205 (delete_exited_threads): New declaration.
9206 * infrun.c (follow_exec): Use ALL_THREADS_SAFE.
9207 * linux-nat.c (linux_nat_update_thread_list): New function.
9208 (linux_nat_add_target): Install it.
9209 * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE.
9210 * thread.c (prune_threads): Use ALL_THREADS_SAFE.
9211 (delete_exited_threads): New function.
9212
d9b67d9f
PA
92132015-04-07 Pedro Alves <pedro@codesourcery.com>
9214
9215 * infrun.c (resume) <displaced stepping debug output>: Get the
9216 leader thread's regcache, not resume_ptid's.
9217
2c26b84f
DE
92182015-04-06 Doug Evans <xdje42@gmail.com>
9219
9220 * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as
9221 VAR_DOMAIN.
9222 (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters.
9223 Include symbol domain in debugging output.
9224
7a85168d
PA
92252015-04-06 Pedro Alves <palves@redhat.com>
9226 Bernd Edlinger <bernd.edlinger@hotmail.de>
9227
9228 * configure.ac: Remove the mingw32-specific stub-termcap.o
9229 fallback, and instead fallback to the stub termcap on all hosts.
9230 * configure: Regenerate.
9231 * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak
9232 symbols.
9233
25755e2b
PMR
92342015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9235
9236 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
9237 "top_level" parameter.
9238 (resolve_dynamic_type_internal): Remove the unused "top_level"
9239 parameter. Update call to is_dynamic_type_internal.
9240 (is_dynamic_type): Update call to is_dynamic_type_internal.
9241 (resolve_dynamic_range): Update call to
9242 resolve_dynamic_type_internal.
9243 (resolve_dynamic_union): Likewise.
9244 (resolve_dynamic_struct): Likewise.
9245 (resolve_dynamic_type): Likewise.
9246
961f4160
PMR
92472015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9248
9249 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
9250 TYPE_CODE_REF types so that they are not considered as dynamic
9251 depending on the referenced type.
9252 (resolve_dynamic_type_internal): Likewise.
9253
39f3de7c
L
92542015-04-02 H.J. Lu <hongjiu.lu@intel.com>
9255
9256 * Makefile.in (top_srcdir): New.
9257 * configure: Regenerated.
9258
599bd15c
GB
92592015-04-02 Gary Benson <gbenson@redhat.com>
9260
9261 * NEWS: Announce the new default sysroot of "target:".
9262
fed040c6
GB
92632015-04-02 Gary Benson <gbenson@redhat.com>
9264
9265 * main.c (captured_main): Set gdb_sysroot to "target:"
9266 if not otherwise set.
9267
64c0b5de
GB
92682015-04-02 Gary Benson <gbenson@redhat.com>
9269
9270 * exec.c (exec_file_attach): Support "target:" filenames.
9271
b57fbfba
GB
92722015-04-02 Gary Benson <gbenson@redhat.com>
9273
9274 * solib.c (solib_find): Strip "target:" prefix from sysroot
9275 if accessing local files.
9276
97a41605
GB
92772015-04-02 Gary Benson <gbenson@redhat.com>
9278
9279 * symfile.c (symfile_bfd_open): Reorder to remove duplicated
9280 checks and error messages.
9281
2938e6cf
GB
92822015-04-02 Gary Benson <gbenson@redhat.com>
9283
9284 * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition.
9285 (remote_filename_p): Remove declaration.
9286 (remote_bfd_open): Likewise.
9287 * remote.c (remote_bfd_iovec_open): Remove function.
9288 (remote_bfd_iovec_close): Likewise.
9289 (remote_bfd_iovec_pread): Likewise.
9290 (remote_bfd_iovec_stat): Likewise.
9291 (remote_filename_p): Likewise.
9292 (remote_bfd_open): Likewise.
9293 * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration.
9294 * symfile.c (separate_debug_file_exists): Use gdb_bfd_open.
9295 (gdb_bfd_open_maybe_remote): Remove function.
9296 (symfile_bfd_open): Replace remote filename check with
9297 target filename check.
9298 (reread_symbols): Use gdb_bfd_open.
9299 * build-id.c (gdbcore.h): New include.
9300 (build_id_to_debug_bfd): Use gdb_bfd_open.
9301 * infcmd.c (attach_command_post_wait): Remove remote filename
9302 check.
9303 * solib.c (solib_find): Replace remote-specific handling with
9304 target-specific handling. Update comments where necessary.
9305 (solib_bfd_open): Replace remote-specific handling with
9306 target-specific handling.
9307 (gdb_sysroot_changed): New function.
9308 (_initialize_solib): Call the above when gdb_sysroot changes.
9309 * windows-tdep.c (gdbcore.h): New include.
9310 (windows_xfer_shared_library): Use gdb_bfd_open.
9311
f08e97fe
GB
93122015-04-02 Gary Benson <gbenson@redhat.com>
9313
9314 * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition.
9315 (is_target_filename): New declaration.
9316 (gdb_bfd_has_target_filename): Likewise.
9317 (gdb_bfd_open): Update documentation comment.
9318 * gdb_bfd.c (target.h): New include.
9319 (gdb/fileio.h): Likewise.
9320 (is_target_filename): New function.
9321 (gdb_bfd_has_target_filename): Likewise.
9322 (fileio_errno_to_host): Likewise.
9323 (gdb_bfd_iovec_fileio_open): Likewise.
9324 (gdb_bfd_iovec_fileio_pread): Likewise.
9325 (gdb_bfd_iovec_fileio_close): Likewise.
9326 (gdb_bfd_iovec_fileio_fstat): Likewise.
9327 (gdb_bfd_open): Use target fileio to access paths prefixed
9328 with "target:" where necessary.
9329
4bd7dc42
GB
93302015-04-02 Gary Benson <gbenson@redhat.com>
9331
9332 * target.h (struct target_ops) <to_filesystem_is_local>:
9333 New field.
9334 (target_filesystem_is_local): New macro.
9335 * target-delegates.c: Regenerate.
9336 * remote.c (remote_filesystem_is_local): New function.
9337 (init_remote_ops): Initialize to_filesystem_is_local.
9338
9b15c1f0
GB
93392015-04-02 Gary Benson <gbenson@redhat.com>
9340
9341 * target.h (struct target_ops) <to_fileio_fstat>: New field.
9342 (target_fileio_fstat): New declaration.
9343 * target.c (target_fileio_fstat): New function.
9344 * inf-child.c (inf_child_fileio_fstat): Likewise.
9345 (inf_child_target): Initialize to_fileio_fstat.
9346 * remote.c (init_remote_ops): Likewise.
9347
d11916aa
SS
93482015-04-01 Sasha Smundak <asmundak@google.com>
9349
9350 * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o.
9351 (SUBDIR_PYTHON_SRCS): Add py-unwind.c.
9352 (py-unwind.o): New recipe.
9353 * NEWS: mention Python frame unwinding.
9354 * data-directory/Makefile.in (PYTHON_FILE_LIST): Add
9355 gdb/unwinder.py and gdb/command/unwinder.py
9356 * python/lib/gdb/__init__.py (packages): Add frame_unwinders
9357 list.
9358 (execute_unwinders): New function.
9359 * python/lib/gdb/command/unwinders.py: New file.
9360 * python/lib/gdb/unwinder.py: New file.
9361 * python/py-objfile.c (objfile_object): Add frame_unwinders field.
9362 (objfpy_dealloc): Decrement frame_unwinders reference count.
9363 (objfpy_initialize): Create frame_unwinders list.
9364 (objfpy_get_frame_unwinders): New function.
9365 (objfpy_set_frame_unwinders): Ditto.
9366 (objfile_getset): Add frame_unwinders attribute to Objfile.
9367 * python/py-progspace.c (pspace_object): Add frame_unwinders field.
9368 (pspy_dealloc): Decrement frame_unwinders reference count.
9369 (pspy_initialize): Create frame_unwinders list.
9370 (pspy_get_frame_unwinders): New function.
9371 (pspy_set_frame_unwinders): Ditto.
9372 (pspy_getset): Add frame_unwinders attribute to gdb.Progspace.
9373 * python/py-unwind.c: New file.
9374 * python/python-internal.h (pspy_get_name_unwinders): New prototype.
9375 (objpy_get_frame_unwinders): New prototype.
9376 (gdbpy_initialize_unwind): New prototype.
9377 * python/python.c (gdbpy_apply_type_printers): Call
9378 gdbpy_initialize_unwind.
9379
6b403daa
PA
93802015-04-01 Pedro Alves <palves@redhat.com>
9381
9382 * infrun.c (resume): Check currently_stepping after clearing
9383 stepped_breakpoint, not before.
9384
1176ecec
PA
93852015-04-01 Pedro Alves <palves@redhat.com>
9386
9387 * infrun.c (print_target_wait_results): Print all the ptid
9388 elements.
9389
de1fe8c8
PA
93902015-04-01 Pedro Alves <palves@redhat.com>
9391
9392 * infrun.c (keep_going): Also discard cleanups if inserting
9393 breakpoints fails.
9394
e6f5c25b
PA
93952015-04-01 Pedro Alves <palves@redhat.com>
9396
9397 * infrun.c (wait_for_inferior): Install the
9398 finish_thread_state_cleanup cleanup across the whole function, not
9399 just around handle_inferior_event.
9400
1ac806b8
PA
94012015-04-01 Pedro Alves <palves@redhat.com>
9402
9403 * infrun.c (resume) <step past permanent breakpoint>: Use
9404 do_target_resume.
9405
2ee52aa4
PA
94062015-04-01 Pedro Alves <palves@redhat.com>
9407
9408 * linux-nat.c (linux_handle_extended_wait): Always call set_running.
9409
5445da1b
PMR
94102015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
9411
9412 * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
9413
4eec2deb
PA
94142015-04-01 Pedro Alves <palves@redhat.com>
9415
9416 * linux-thread-db.c (record_thread): Readd the thread to gdb's
9417 list if it was marked exited.
9418
afa59b79
L
94192015-04-01 H.J. Lu <hongjiu.lu@intel.com>
9420
9421 * configure: Regenerated.
9422
df8411da
SDJ
94232015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9424 Jan Kratochvil <jan.kratochvil@redhat.com>
9425 Oleg Nesterov <oleg@redhat.com>
9426
9427 PR corefiles/16092
9428 * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'.
9429 New enum identifying the various options of the coredump_filter
9430 file.
9431 (struct smaps_vmflags): New struct.
9432 (use_coredump_filter): New variable.
9433 (decode_vmflags): New function.
9434 (mapping_is_anonymous_p): Likewise.
9435 (dump_mapping_p): Likewise.
9436 (linux_find_memory_regions_full): New variables
9437 'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'.
9438 Removed variable 'modified'. Read /proc/<PID>/smaps file; improve
9439 parsing of its information. Implement memory mapping filtering
9440 based on its contents.
9441 (show_use_coredump_filter): New function.
9442 (_initialize_linux_tdep): New command 'set use-coredump-filter'.
9443 * NEWS: Mention the possibility of using the
9444 '/proc/PID/coredump_filter' file when generating a corefile.
9445 Mention new command 'set use-coredump-filter'.
9446
416f679e
SDJ
94472015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9448
9449 * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by
9450 read_memory_unsigned_integer.
9451
711a72d3
L
94522015-03-31 H.J. Lu <hongjiu.lu@intel.com>
9453
9454 * Makefile.in (ZLIB): New.
9455 (ZLIBINC): Likewise.
9456 (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC).
9457 (CLIBS): Add $(ZLIB).
9458 * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS.
9459 Add -lz to LIBS.
9460 * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
9461 * top.c (print_gdb_configuration): Remove --with-zlib and
9462 --without-zlib.
9463 * config.in: Regenerated.
9464 * configure: Likewise.
9465
d33279b3
AT
94662015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
9467
9468 * NEWS: Mention info os cpus support.
9469 * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
9470 (struct osdata_type): Add cpus entry, reorder the entries in
9471 alphabetical order.
9472
71b30f27
MK
94732015-03-31 Matthias Klose <doko@ubuntu.com>
9474
9475 * compile/compile.c (compile_to_object): Allow triplets with or
9476 without vendor set.
9477
13ce9222
DE
94782015-03-30 Doug Evans <dje@google.com>
9479
9480 PR c++/18141
9481 * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
9482 klass in VAR_DOMAIN.
9483
20f796c9
GB
94842015-03-30 Gary Benson <gbenson@redhat.com>
9485
9486 * remote.c (remote_mourn_1): Remove function. Update all callers
9487 to use remote_mourn.
9488 (extended_remote_mourn_1): Remove function. Update all callers
9489 to use extended_remote_mourn.
9490 (extended_remote_attach_1): Remove function. Update all callers
9491 to use extended_remote_attach.
9492
49d45b20
JB
94932015-03-28 James Bowman <james.bowman@ftdichip.com>
9494
9495 * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o.
9496 (HFILES_NO_SRCDIR): Add ft32-tdep.h.
9497 (ALLDEPFILES): Add ft32-tdep.c.
9498 * configure.tgt: Add FT32 entry.
9499 * ft32-tdep.c: New file, FT32 target-dependent code.
9500 * ft32-tdep.h: New file, FT32 target-dependent code.
9501
1c4ff080
JK
95022015-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9503
9504 Revert:
9505 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9506 Code cleanup.
9507 * printcmd.c (print_command_1): Move expr variable scope.
9508
79498702
JB
95092015-03-27 Joel Brobecker <brobecker@adacore.com>
9510
9511 * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL.
9512
ce9c0ca1
AK
95132015-03-27 Andrzej Kaczmarek <andrzej.kaczmarek@tieto.com>
9514
9515 * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special
9516 sections.
9517
429e1e81
JB
95182015-03-26 Joel Brobecker <brobecker@adacore.com>
9519
9520 * dtrace-probe.c (dtrace_process_dof_probe): Contain any
9521 exception raised while parsing the probe arguments.
9522 Force parsing to be done using the C language parser.
9523 * expression.h (parse_expression_with_language): Declare.
9524 * parse.c (parse_expression_with_language): New function.
9525
4593441b
JT
95262015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
9527
9528 * MAINTAINERS (Write After Approval): Add "Jon Turney".
9529
ff908ebf
AW
95302015-03-26 Andy Wingo <wingo@igalia.com>
9531
9532 PR symtab/18148
9533 * dwarf2read.c (struct partial_die_info): Add has_const_value
9534 member.
9535 (add_partial_symbol): Don't punt on symbols that have const_value
9536 attributes.
9537 (read_partial_die): Detect DW_AT_const_value.
9538
f30d5c78
JK
95392015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9540
9541 Code cleanup.
9542 * printcmd.c (print_command_1): Move expr variable scope.
9543
8d89f51a
JK
95442015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9545
9546 Code cleanup.
9547 * printcmd.c (validate_format): Make the parameter cmdname const.
9548
0b736949
DB
95492015-03-26 Don Breazeal <donb@codesourcery.com>
9550
9551 * remote.c (_initialize_remote): Update comment.
9552
20d35291
PA
95532015-03-26 Pedro Alves <palves@redhat.com>
9554 Jon TURNEY <jon.turney@dronecode.org.uk>
9555
9556 * coffread.c (coff_symfile_read): When constructing the name of an
9557 import stub symbol from import symbol for amd64, only skip the
9558 char after _imp_ if the target is underscored (like i386) and the
9559 char is indeed the target's leading char.
9560
6a3753b3
PA
95612015-03-25 Pedro Alves <palves@redhat.com>
9562
9563 * target.h <to_async>: Replace 'callback' and 'context' parameters
9564 with boolean 'enable' parameter.
9565 (target_async): Replace CALLBACK and CONTEXT parameters with
9566 boolean ENABLE parameter.
9567 * inf-loop.c (inferior_event_handler): Adjust.
9568 * linux-nat.c (linux_nat_attach, linux_nat_resume)
9569 (linux_nat_resume): Adjust.
9570 (async_client_callback, async_client_context): Delete.
9571 (handle_target_event): Call inferior_event_handler directly.
9572 (linux_nat_async): Replace 'callback' and 'context' parameters
9573 with boolean 'enable' parameter. Adjust. Remove references to
9574 async_client_callback and async_client_context.
9575 (linux_nat_close): Adjust.
9576 * record-btrace.c (record_btrace_async): Replace 'callback' and
9577 'context' parameters with boolean 'enable' parameter. Adjust.
9578 (record_btrace_resume): Adjust.
9579 * record-full.c (record_full_async): Replace 'callback' and
9580 'context' parameters with boolean 'enable' parameter. Adjust.
9581 (record_full_resume, record_full_core_resume): Adjust.
9582 * remote.c (struct remote_state) <async_client_callback,
9583 async_client_context>: Delete fields.
9584 (remote_start_remote, extended_remote_attach_1, remote_resume)
9585 (extended_remote_create_inferior): Adjust.
9586 (remote_async_serial_handler): Call inferior_event_handler
9587 directly.
9588 (remote_async): Replace 'callback' and 'context' parameters with
9589 boolean 'enable' parameter. Adjust.
9590 * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper):
9591 Adjust.
9592 * target-delegates.c: Regenerate.
9593
1c4b552b
GB
95942015-03-25 Gary Benson <gbenson@redhat.com>
9595 Pedro Alves <palves@redhat.com>
9596
9597 * target.c (fileio_ft_t): New typedef, define object vector.
9598 (fileio_fhandles): New static variable.
9599 (is_closed_fileio_fh): New macro.
9600 (lowest_closed_fd): New static variable.
9601 (acquire_fileio_fd): New function.
9602 (release_fileio_fd): Likewise.
9603 (fileio_fd_to_fh): New macro.
9604 (target_fileio_open): Wrap the file descriptor on success.
9605 (target_fileio_pwrite): Updated to use wrapped file descriptor.
9606 (target_fileio_pread): Likewise.
9607 (target_fileio_close): Likewise.
9608
a25d8bf9
PA
96092015-03-24 Pedro Alves <palves@redhat.com>
9610
9611 * thread.c (thread_apply_all_command): Take exited threads into
9612 account.
9613
44a1ee51
PA
96142015-03-24 Pedro Alves <palves@redhat.com>
9615
9616 * infrun.c (resume, proceed): Mention
9617 switch_back_to_stepped_thread, not switch_back_to_stepping.
9618
f3263aa4
PA
96192015-03-24 Pedro Alves <palves@redhat.com>
9620
9621 * infrun.c (user_visible_resume_ptid): Rewrite going from
9622 most-locked to unlocked instead of the opposite. Move comment ...
9623 * infrun.h (user_visible_resume_ptid): ... here.
9624
2bf6fb9d
PA
96252015-03-24 Pedro Alves <palves@redhat.com>
9626
9627 * linux-nat.c (linux_nat_resume): Output debug logs before trying
9628 to resume the event lwp. Use the lwp's ptid instead of the passed
9629 in (maybe wildcard) ptid.
9630 (stop_wait_callback): Tweak debug log output.
9631 (check_stopped_by_breakpoint): Tweak debug log output. Also dump
9632 TRAP_TRACE.
9633 (linux_nat_filter_event): In debug output, distinguish a
9634 resume_stop SIGSTOP from a delayed SIGSTOP. Output debug logs
9635 before trying to resume the lwp.
9636
283a9958
JB
96372015-03-24 Joel Brobecker <brobecker@adacore.com>
9638
9639 * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove
9640 pointer indirection.
9641 * gdbtypes.c (get_dyn_prop): Adjust, following change above.
9642 (add_dyn_prop, copy_dynamic_prop_list): Likewise.
9643
93a8e227
JB
96442015-03-24 Joel Brobecker <brobecker@adacore.com>
9645
9646 * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>:
9647 Renames DYN_ATTR_DATA_LOCATION.
9648 (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of
9649 DYN_ATTR_DATA_LOCATION.
9650 * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION
9651 instead of DYN_ATTR_DATA_LOCATION.
9652
64ce06e4
PA
96532015-03-24 Pedro Alves <palves@redhat.com>
9654
9655 * breakpoint.c (until_break_command): Adjust call to proceed.
9656 * gdbthread.h (struct thread_control_state) <stepping_command>:
9657 New field.
9658 * infcall.c (run_inferior_call): Adjust call to proceed.
9659 * infcmd.c (run_command_1, proceed_thread_callback, continue_1):
9660 Adjust calls to proceed.
9661 (set_step_frame): Set the current thread's step_start_function
9662 here.
9663 (step_once): Adjust calls to proceed.
9664 (jump_command, signal_command, until_next_command)
9665 (finish_backward, finish_forward, proceed_after_attach_callback)
9666 (attach_command_post_wait): Adjust calls to proceed.
9667 * infrun.c (proceed_after_vfork_done): Adjust call to proceed.
9668 (do_target_resume): New function, factored out from ...
9669 (resume): ... here. Remove 'step' parameter. Instead, check
9670 currently_stepping to determine whether the thread should be
9671 single-stepped.
9672 (proceed): Remove 'step' parameter and don't set the thread's
9673 step_start_function here. Adjust call to 'resume'.
9674 (handle_inferior_event): Adjust calls to 'resume'.
9675 (switch_back_to_stepped_thread): Use do_target_resume instead of
9676 'resume'.
9677 (keep_going): Adjust calls to 'resume'.
9678 * infrun.h (proceed): Remove 'step' parameter.
9679 (resume): Likewise.
9680 * windows-nat.c (do_initial_windows_stuff): Adjust call to
9681 'resume'.
9682 * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'.
9683
856e7dd6
PA
96842015-03-24 Pedro Alves <palves@redhat.com>
9685
9686 * gdbthread.h (struct thread_control_state) <stepping_command>:
9687 New field.
9688 * infcmd.c (step_once): Pass step=1 to clear_proceed_status. Set
9689 the thread's stepping_command field.
9690 * infrun.c (resume): Check the thread's stepping_command flag to
9691 determine which threads should be resumed. Rename 'entry_step'
9692 local to user_step.
9693 (clear_proceed_status_thread): Clear 'stepping_command'.
9694 (schedlock_applies): Change parameter type to struct thread_info
9695 pointer. Adjust.
9696 (find_thread_needs_step_over): Remove 'step' parameter. Adjust.
9697 (switch_back_to_stepped_thread): Adjust calls to
9698 'schedlock_applies'.
9699 (_initialize_infrun): Adjust "set scheduler-locking step" help.
9700
885eeb5b
PA
97012015-03-24 Pedro Alves <palves@redhat.com>
9702
9703 * infrun.c (step_start_function): Delete and ...
9704 * gdbthread.h (struct thread_control_state) <step_start_function>:
9705 ... now a field here.
9706 * infrun.c (clear_proceed_status_thread): Clear the thread's
9707 step_start_function.
9708 (proceed, process_event_stop_test, print_stop_event): Adjust.
9709
3333f03a
PA
97102015-03-24 Pedro Alves <palves@redhat.com>
9711
9712 * infrun.c (proceed): No longer handle negative step.
9713
369f6daa
GB
97142015-03-24 Gary Benson <gbenson@redhat.com>
9715
9716 * nat/x86-linux.h (x86_linux_new_thread): New declaration.
9717 (x86_linux_prepare_to_resume): Likewise.
9718 * x86-linux-nat.c (x86_linux_new_thread):
9719 Moved to nat/x86-linux.c.
9720 (x86_linux_prepare_to_resume): Likewise.
9721 * nat/x86-linux.c (x86_linux_new_thread): New function.
9722 (x86_linux_prepare_to_resume): Likewise.
9723
8e5d4070
GB
97242015-03-24 Gary Benson <gbenson@redhat.com>
9725
9726 * nat/x86-linux-dregs.h: New file.
9727 * nat/x86-linux-dregs.c: Likewise.
9728 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
9729 (x86-linux-dregs.o): New rule.
9730 * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
9731 * config/i386/linux64.mh (NATDEPFILES): Likewise.
9732 * x86-linux-nat.c: Include nat/x86-linux-dregs.h.
9733 (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
9734 (x86_linux_dr_get): Likewise.
9735 (x86_linux_dr_set): Likewise.
9736 (x86_linux_dr_get_addr): Likewise.
9737 (x86_linux_dr_get_control): Likewise.
9738 (x86_linux_dr_get_status): Likewise.
9739 (update_debug_registers_callback): Likewise.
9740 (x86_linux_dr_set_control): Likewise.
9741 (x86_linux_dr_set_addr): Likewise.
9742 (x86_linux_update_debug_registers): Likewise.
9743
2b95d440
GB
97442015-03-24 Gary Benson <gbenson@redhat.com>
9745
9746 * x86-linux-nat.c (x86_linux_update_debug_registers):
9747 New function, factored out from...
9748 (x86_linux_prepare_to_resume): ...this.
9749
14b0bc68
GB
97502015-03-24 Gary Benson <gbenson@redhat.com>
9751
9752 * x86-linux-nat.c (x86_linux_dr_get): Update comments.
9753 (x86_linux_dr_set): Likewise.
9754 (x86_linux_dr_get_addr): Likewise.
9755 (x86_linux_dr_get_control): Likewise.
9756 (x86_linux_dr_get_status): Likewise.
9757 (update_debug_registers_callback): Likewise.
9758 (x86_linux_dr_set_control): Likewise.
9759 (x86_linux_dr_set_addr): Likewise.
9760 (x86_linux_prepare_to_resume): Likewise.
9761 (x86_linux_new_thread): Likewise.
9762
5dfe6ca8
GB
97632015-03-24 Gary Benson <gbenson@redhat.com>
9764
9765 * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion.
9766 (x86_linux_new_thread): Rename argument.
9767
4b134ca1
GB
97682015-03-24 Gary Benson <gbenson@redhat.com>
9769
9770 * nat/x86-linux.h: New file.
9771 * nat/x86-linux.c: Likewise.
9772 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h.
9773 (x86-linux.o): New rule.
9774 * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o.
9775 * config/i386/linux64.mh (NATDEPFILES): Likewise.
9776 * nat/linux-nat.h (struct arch_lwp_info): New forward declaration.
9777 (lwp_set_arch_private_info): New declaration.
9778 (lwp_arch_private_info): Likewise.
9779 * linux-nat.c (lwp_set_arch_private_info): New function.
9780 (lwp_arch_private_info): Likewise.
9781 * x86-linux-nat.c: Include nat/x86-linux.h.
9782 (arch_lwp_info): Removed structure.
9783 (update_debug_registers_callback):
9784 Use lwp_set_debug_registers_changed.
9785 (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
9786 and lwp_set_debug_registers_changed.
9787 (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
9788
cff068da
GB
97892015-03-24 Gary Benson <gbenson@redhat.com>
9790
9791 * nat/linux-nat.h (ptid_of_lwp): New declaration.
9792 (lwp_is_stopped): Likewise.
9793 (lwp_stop_reason): Likewise.
9794 * linux-nat.c (ptid_of_lwp): New function.
9795 (lwp_is_stopped): Likewise.
9796 (lwp_is_stopped_by_watchpoint): Likewise.
9797 * x86-linux-nat.c (update_debug_registers_callback):
9798 Use lwp_is_stopped.
9799 (x86_linux_prepare_to_resume): Use ptid_of_lwp and
9800 lwp_stop_reason.
9801
b2f7c7e8
GB
98022015-03-24 Gary Benson <gbenson@redhat.com>
9803
9804 * linux-nat.h (linux_stop_lwp): Move declaration to...
9805 * nat/linux-nat.h (linux_stop_lwp): New declaration.
9806
6d4ee8c6
GB
98072015-03-24 Gary Benson <gbenson@redhat.com>
9808
9809 * linux-nat.h: Include nat/linux-nat.h.
9810 (iterate_over_lwps): Move declaration to nat/linux-nat.h.
9811 * nat/linux-nat.h (struct lwp_info): New forward declaration.
9812 (iterate_over_lwps_ftype): New typedef.
9813 (iterate_over_lwps): New declaration.
9814 * linux-nat.h (iterate_over_lwps): Update comment. Use
9815 iterate_over_lwps_ftype. Update callback return value check.
9816
70a0bb6b
GB
98172015-03-24 Gary Benson <gbenson@redhat.com>
9818
9819 * x86-nat.h (x86_debug_reg_state): Move declaration to...
9820 * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
9821
7b669087
GB
98222015-03-24 Gary Benson <gbenson@redhat.com>
9823
9824 * nat/linux-nat.h (current_lwp_ptid): New declaration.
9825 * linux-nat.c (current_lwp_ptid): New function.
9826 * x86-linux-nat.c: Include nat/linux-nat.h.
9827 (x86_linux_dr_get_addr): Use current_lwp_ptid.
9828 (x86_linux_dr_get_control): Likewise.
9829 (x86_linux_dr_get_status): Likewise.
9830 (x86_linux_dr_set_control): Likewise.
9831 (x86_linux_dr_set_addr): Likewise.
9832
15630549
AT
98332015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9834
9835 PR breakpoints/16466
9836 * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
9837
8a4506c0
JB
98382015-03-23 Joel Brobecker <brobecker@adacore.com>
9839
9840 * ser-mingw.c (ser_windows_setparity): Fix indentation.
9841 * ser-unix.c (hardwire_setparity): Likewise.
9842
236af5e3
YG
98432015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
9844
9845 * NEWS: Mention set/show serial parity command.
9846 * monitor.c (monitor_open): Call serial_setparity.
9847 * remote.c (remote_open_1): Likewise.
9848 * ser-base.c (ser_base_serparity): New function.
9849 * ser-base.h (ser_base_setparity): Add declaration.
9850 * ser-go32.c (dos_ops): Set "setparity" field.
9851 * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
9852 state.Parity.
9853 (ser_windows_setparity): New function.
9854 (hardwire_ops): Add ser_windows_setparity.
9855 (tty_ops): Add NULL for setparity field.
9856 (pipe_ops): Add ser_base_setparity.
9857 (tcp_ops): Likewise.
9858 * ser-pipe.c (pipe_ops): Likewise.
9859 * ser-tcp.c (tcp_ops): Likewise.
9860 * ser-unix.c (hardwire_setparity): Add declaration.
9861 (hardwire_raw): Don't reset PARENB flag.
9862 (hardwire_setparity): New function.
9863 (hardwire_ops): Add hardwire_setparity.
9864 * serial.c (serial_setparity): New function.
9865 (serial_parity): New global.
9866 (parity_none, parity_odd, parity_even, parity_enums, parity):
9867 New static globals.
9868 (set_parity): New function.
9869 (_initialize_serial): Add set/show serial parity commands.
9870 * serial.h (GDBPARITY_NONE): Define.
9871 (GDBPARITY_ODD): Define.
9872 (GDBPARITY_EVEN): Define.
9873 (serial_setparity) Add declaration.
9874 (struct serial_ops): Add setparity field.
9875 * target.h (serial_parity): Add declaration.
9876
32b40af9
KS
98772015-03-23 Keith Seitz <keiths@redhat.com>
9878
9879 * linespec.c (linespec_lexer_lex_keyword): Update comment.
9880
693dca06
KS
98812015-03-23 Keith Seitz <keiths@redhat.com>
9882
9883 * breakpoint.c (parse_breakpoint_sals): Use
9884 linespec_lexer_lex_keyword to ascertain if the user specified
9885 a NULL location.
9886 * linespec.c [IF_KEYWORD_INDEX]: Define.
9887 (linespec_lexer_lex_keyword): Export.
9888 (struct ls_parser) <keyword_ok>: Remove.
9889 A keyword is only a keyword if not followed by another keyword.
9890 (linespec_lexer_lex_one): Remove keyword_ok handling.
9891 Add comment explaining why the parsing stream is not advanced
9892 when a keyword is seen.
9893 (parse_linespec): Remove parser->keyword_ok.
9894 * linespec.h (linespec_lexer_lex_keyword): Add declaration.
9895
7e993ebf
KS
98962015-03-23 Keith Seitz <keiths@redhat.com>
9897
9898 PR gdb/18021
9899 * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
9900 if we find a static method with DW_AT_vtable_elem_location.
9901
b1a0f704
EZ
99022015-03-21 Eli Zaretskii <eliz@gnu.org>
9903
9904 * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
9905 before the second loop, to avoid undefined behavior. Reported by
9906 Anton Blanchard <anton@samba.org>.
9907
d9823cbb
KB
99082015-03-20 Keven Boell <keven.boell@intel.com>
9909
9910 * gdbtypes.c (resolve_dynamic_type_internal): Adapt
9911 data_location usage to linked list.
9912 (resolve_dynamic_type_internal): Adapt data_location to
9913 linked list.
9914 (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
9915 (copy_type_recursive, copy_type): Add copy of linked list.
9916 * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
9917 (struct dynamic_prop_list): New struct.
9918 * dwarf2read.c (set_die_type): Set data_location data.
9919
2e7bf1d7
PA
99202015-03-20 Pedro Alves <palves@redhat.com>
9921
9922 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
9923 inner block and make it const.
9924 * machoread.c (get_archive_prefix_len): Make "lparen" const.
9925
7a26bd4d
PA
99262015-03-20 Pedro Alves <palves@redhat.com>
9927
9928 * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
9929 * breakpoint.h (set_breakpoint_condition): Update declaration.
9930
cd46431b
PA
99312015-03-20 Pedro Alves <palves@redhat.com>
9932
9933 * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
9934
e28566f7
PA
99352015-03-20 Pedro Alves <palves@redhat.com>
9936
9937 * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
9938
f6fc92f6
PA
99392015-03-20 Pedro Alves <palves@redhat.com>
9940
9941 * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
9942
c32ed3ef
PA
99432015-03-20 Pedro Alves <palves@redhat.com>
9944
9945 * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
9946 (nto_init_solib_absolute_prefix): Likewise.
9947
53e78085
PA
99482015-03-20 Pedro Alves <palves@redhat.com>
9949
9950 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
9951 * spu-tdep.c (spu_gdbarch_init): Make "name" const.
9952
bc23328c
JK
99532015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9954
9955 * config/djgpp/README: Remove gdb.hp.
9956
e8ffc436
YQ
99572015-03-20 Yao Qi <yao.qi@linaro.org>
9958
9959 * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
9960 set_gdbarch_cannot_step_breakpoint.
9961
23f238d3
PA
99622015-03-19 Pedro Alves <palves@redhat.com>
9963
9964 * linux-nat.c (linux_resume_one_lwp): Rename to ...
9965 (linux_resume_one_lwp_throw): ... this. Don't handle ESRCH here,
9966 instead call perror_with_name.
9967 (check_ptrace_stopped_lwp_gone): New function.
9968 (linux_resume_one_lwp): Reimplement as wrapper around
9969 linux_resume_one_lwp_throw that swallows errors if the LWP is
9970 gone.
9971 (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
9972 swallows errors if the LWP is gone. Use
9973 linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
9974
eb54c8bf
PA
99752015-03-19 Pedro Alves <palves@redhat.com>
9976
9977 * linux-nat.c (status_callback): Return early if the LWP has no
9978 status pending.
9979
b90fc188
PA
99802015-03-19 Pedro Alves <palves@redhat.com>
9981
9982 * linux-nat.c (select_event_lwp_callback): Update comment to no
9983 longer mention SIGTRAP.
9984
670f82d4
TG
99852015-03-18 Tristan Gingold <gingold@adacore.com>
9986
72f4393d
L
9987 * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
9988 redirection code to ...
9989 (amd64_windows_frame_decode_insns): ... Here. Fix in prologue
9990 checks. Fix SAVE_NONVOL operations. Add debug code and comments.
670f82d4 9991
464b0089
GB
99922015-03-18 Gary Benson <gbenson@redhat.com>
9993
9994 (remote_protocol_features): Remove the "vFile:fstat" feature.
9995 (remote_hostio_fstat): Probe for "vFile:fstat" support.
9996
f68f11b7
YQ
99972015-03-11 Yao Qi <yao.qi@linaro.org>
9998
9999 PR tdep/18107
10000 * aarch64-linux-tdep.c: Include xml-syscall.h
10001 (aarch64_linux_get_syscall_number): New function.
10002 (aarch64_linux_init_abi): Call
10003 set_gdbarch_get_syscall_number.
10004 * syscalls/aarch64-linux.xml: New file.
10005
393bd0c0
YG
100062015-03-17 Yurij Grechishhev <yurij.grechishhev@gmail.com>
10007
10008 * ser-base.h (ser_base_setstopbits): Change second argument name
10009 from "rate" to "num".
10010
7f3647e2
GB
100112015-03-17 Gary Benson <gbenson@redhat.com>
10012 Luke Allardyce <lukeallardyce@gmail.com>
10013
10014 PR gdb/18131
10015 * common/common-remote-fileio.h (sys/stat.h): New include.
10016 (stuct stat): Remove forward declaration.
10017
3ce5b6e2
JB
100182015-03-16 John Baldwin <jhb@FreeBSD.org>
10019
10020 * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
10021 before writing core register notes.
10022
d053f6be
YZ
100232015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
10024 Pedro Alves <palves@redhat.com>
10025
10026 * gdb_curses.h (tgetnum): Mark with EXTERN_C.
10027 * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
10028 (tgoto): Wrap with extern "C".
10029
b1a921c8
PA
100302015-03-16 Pedro Alves <palves@redhat.com>
10031 Yuanhui Zhang <asmwarrior@gmail.com>
10032
10033 * stub-termcap.c (tputs): Change prototype.
10034
876d1cd7
YZ
100352015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
10036 Pedro Alves <palves@redhat.com>
10037
10038 * windows-nat.c (struct thread_info_struct): Rename to ...
10039 (struct windows_thread_info_struct): ... this.
10040 (thread_info): Rename to ...
10041 (windows_thread_info): ... this.
10042 All users updated.
10043
0800b440
JK
100442015-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10045 Pedro Alves <palves@redhat.com>
10046
10047 * NEWS: New Removed targets and native configurations.
10048
100492015-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
61a12cfa
JK
10050
10051 Remove HPUX.
10052 * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
10053 (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
10054 (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
10055 ia64-hpux-tdep.h, solib-ia64-hpux.h.
10056 (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
10057 ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
10058 * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
10059 hppa-hpux-tdep.c.
10060 * config/ia64/hpux.mh: Remove file.
10061 * config/pa/hpux.mh: Remove file.
10062 * configure: Rebuilt.
10063 * configure.ac (dlgetmodinfo, somread.o): Remove.
10064 * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10065 (ia64-*-hpux*): Remove its float format exception.
10066 * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10067 * hppa-hpux-nat.c: Remove file.
10068 * hppa-hpux-tdep.c: Remove file.
10069 * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
10070 Move them here from hppa-tdep.h
10071 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
10072 (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
10073 * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
10074 Move them to hppa-tdep.c.
10075 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
10076 declarations.
10077 * ia64-hpux-nat.c: Remove file.
10078 * ia64-hpux-tdep.c: Remove file.
10079 * ia64-hpux-tdep.h: Remove file.
10080 * inf-ttrace.c: Remove file.
10081 * inf-ttrace.h: Remove file.
10082 * solib-ia64-hpux.c: Remove file.
10083 * solib-ia64-hpux.h: Remove file.
10084 * solib-pa64.c: Remove file.
10085 * solib-pa64.h: Remove file.
10086 * solib-som.c: Remove file.
10087 * solib-som.h: Remove file.
10088 * somread.c: Remove file.
10089
25268153
JB
100902015-03-13 John Baldwin <jhb@FreeBSD.org>
10091
10092 * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
10093 * config.in: Regenerate.
10094 * configure: Regenerate.
10095 * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
72f4393d 10096 define.
25268153
JB
10097 (fbsd_find_memory_regions): Use kinfo_getvmmap to
10098 enumerate memory regions if present.
10099
773eacf5
JB
101002015-03-13 John Baldwin <jhb@FreeBSD.org>
10101
10102 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
10103 * i386fbsd-tdep.c: Fix style in various gdb_static_assert
10104 expressions.
10105 (i386fbsd_sigtramp_p): Likewise.
10106
01b6bdb0
JB
101072015-03-12 John Baldwin <jhb@FreeBSD.org>
10108
10109 * MAINTAINERS (Write After Approval): Add John Baldwin.
10110
811a659a
GB
101112015-03-12 Gary Benson <gbenson@redhat.com>
10112
10113 * solib.c (_initialize_solib): Make "set/show sysroot" use
10114 add_setshow_optional_filename_cmd so it can be restored to
10115 empty after being set.
10116
10304ef3
SDJ
101172015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
10118
10119 * Makefile.in (SFILES): New source break-catch-syscall.c.
10120 (COMMON_OBS): New object break-catch-syscall.o.
10121 * break-catch-syscall.c: New file.
10122 * breakpoint.c: Remove inclusion of "xml-syscall.h".
10123 (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
10124 (struct syscall_catchpoint): Likewise.
10125 (dtor_catch_syscall): Likewise.
10126 (catch_syscall_inferior_data): Likewise.
10127 (struct catch_syscall_inferior_data): Likewise.
10128 (get_catch_syscall_inferior_data): Likewise.
10129 (catch_syscall_inferior_data_cleanup): Likewise.
10130 (insert_catch_syscall): Likewise.
10131 (remove_catch_syscall): Likewise.
10132 (breakpoint_hit_catch_syscall): Likewise.
10133 (print_it_catch_syscall): Likewise.
10134 (print_one_catch_syscall): Likewise.
10135 (print_mention_catch_syscall): Likewise.
10136 (print_recreate_catch_syscall): Likewise.
10137 (catch_syscall_breakpoint_ops): Likewise.
10138 (syscall_catchpoint_p): Likewise.
10139 (create_syscall_event_catchpoint): Likewise.
10140 (catch_syscall_split_args): Likewise.
10141 (catch_syscall_command_1): Likewise.
10142 (is_syscall_catchpoint_enabled): Likewise.
10143 (catch_syscall_enabled): Likewise.
10144 (catching_syscall_number): Likewise.
10145 (catch_syscall_completer): Likewise.
10146 (clear_syscall_counts): Likewise.
10147 (initialize_breakpoint_ops): Move initialization of syscall
10148 catchpoints to break-catch-syscall.c.
10149 (_initialize_breakpoint): Move code related to syscall catchpoints
10150 to break-catch-syscall.c.
10151
badd37ce
SDJ
101522015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
10153
10154 * breakpoint.c (breakpoint_find_if): New function.
10155 * breakpoint.h (breakpoint_find_if): New prototype.
10156
0a93529c
GB
101572015-03-11 Gary Benson <gbenson@redhat.com>
10158
10159 * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
10160 * remote-fileio.c (remote_fileio_to_host_uint): New function.
10161 (remote_fileio_to_host_ulong): Likewise.
10162 (remote_fileio_to_host_mode): Likewise.
10163 (remote_fileio_to_host_time): Likewise.
10164 (remote_fileio_to_host_stat): Likewise.
10165 * remote.c (PACKET_vFile_fstat): New enum value.
10166 (remote_protocol_features): Register the "vFile:fstat" feature.
10167 (remote_hostio_fstat): New function.
10168 (remote_bfd_iovec_stat): Use the above.
10169 (_initialize_remote): Register new "set/show remote
10170 hostio-fstat-packet" command.
10171 * symfile.c (separate_debug_file_exists): Update comment.
10172 * NEWS: Announce new vFile:fstat packet.
10173
791c0056
GB
101742015-03-11 Gary Benson <gbenson@redhat.com>
10175
10176 * common/common-remote-fileio.h: New file.
10177 * common/common-remote-fileio.c: Likewise.
10178 * Makefile.in (SFILES): Add common/common-remote-fileio.c.
10179 (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
10180 (COMMON_OBS): Add common-remote-fileio.o.
10181 (common-remote-fileio.o): New rule.
10182 * remote-fileio.h (common-remote-fileio.h): New include.
10183 * remote-fileio.c (gdb/fileio.h): Do not include.
10184 (remote_fileio_to_be): Moved to common-remote-fileio.h.
10185 (remote_fileio_to_fio_uint): Likewise.
10186 (remote_fileio_to_fio_time): Likewise.
10187 (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
10188 (remote_fileio_to_fio_mode): Likewise.
10189 (remote_fileio_to_fio_ulong): Likewise.
10190 (remote_fileio_to_fio_stat): Likewise.
10191
1390d0ef
AW
101922015-03-11 Andy Wingo <wingo@igalia.com>
10193
10194 * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
10195 we were checking the cached type, not the cached dynamic type.
10196
84a4591a
AW
101972015-03-11 Andy Wingo <wingo@igalia.com>
10198
10199 * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
10200 other strings, as these are on the GC'd heap, and will be
10201 collected along with the smob.
10202
85642ba0
AW
102032015-03-11 Andy Wingo <wingo@igalia.com>
10204
10205 * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
10206 (objfile_functions): Bind gdbscm_objfile_progspace to
10207 objfile-progspace.
10208 * guile/lib/gdb.scm: Add objfile-progspace to exports.
10209
92fab5a6
AW
102102015-03-11 Andy Wingo <wingo@igalia.com>
10211
10212 * guile/guile.c (_initialize_guile): Disable automatic
10213 finalization, if Guile offers us that possibility.
10214 * guile/guile.c (call_initialize_gdb_module):
10215 * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
10216 finalizers in appropriate places.
10217 * configure.ac (AC_TRY_LIBGUILE): Add a check for
10218 scm_set_automatic_finalization_enabled.
10219 * configure: Regenerated.
10220
f054145e
AA
102212015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
10222
10223 * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
10224 SAL, if possible.
10225
18396193
AA
102262015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
10227
10228 * s390-linux-nat.c (struct arch_lwp_info): New.
10229 (s390_fix_watch_points): Rename to...
10230 (s390_prepare_to_resume): ...this. Skip the PER info update
10231 unless the watch points have changed.
10232 (s390_refresh_per_info, s390_new_thread): New functions.
10233 (s390_insert_watchpoint): Call s390_refresh_per_info instead of
10234 s390_fix_watch_points.
10235 (s390_remove_watchpoint): Likewise.
10236 (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
10237 Register s390_prepare_to_resume.
10238
9eb1356e
PA
102392015-03-09 Pedro Alves <palves@redhat.com>
10240
10241 Revert:
10242 2015-03-07 Pedro Alves <palves@redhat.com>
10243 * common/gdb_socket.h: New file.
10244 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
10245 sys/socket.h.
10246 (net_open): Use union gdb_sockaddr_u.
10247
aac331e4
PA
102482015-03-07 Pedro Alves <palves@redhat.com>
10249
10250 * configure.ac (build_warnings): Move -Wmissing-prototypes
10251 -Wdeclaration-after-statement -Wmissing-parameter-type
10252 -Wold-style-declaration -Wold-style-definition to the C-specific
10253 set.
10254 * configure: Regenerate.
10255
366c75fc
PA
102562015-03-07 Pedro Alves <palves@redhat.com>
10257
10258 * common/gdb_socket.h: New file.
10259 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
10260 sys/socket.h.
10261 (net_open): Use union gdb_sockaddr_u.
10262
72df25b2
PA
102632015-03-07 Pedro Alves <palves@redhat.com>
10264
10265 * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
10266 (exceptions_state_mc_action_iter)
10267 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
10268 Don't define.
10269 [__cplusplus] (try_scope_depth): New global.
10270 [__cplusplus] (exception_try_scope_entry)
10271 (exception_try_scope_exit, gdb_exception_sliced_copy)
10272 (exception_rethrow): New functions.
10273 (throw_exception): In C++ mode, throw
10274 gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
10275 gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
10276 (throw_it): In C++ mode, use try_scope_depth.
10277 * common/common-exceptions.h [!__cplusplus]
10278 (exceptions_state_mc_action_iter)
10279 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
10280 Don't declare.
10281 [__cplusplus] (exception_try_scope_entry)
10282 (exception_try_scope_exit, exception_rethrow): Declare.
10283 [__cplusplus] (struct exception_try_scope): New struct.
10284 [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
10285 C++ exceptions.
10286 (struct gdb_exception_RETURN_MASK_ALL)
10287 (struct gdb_exception_RETURN_MASK_ERROR)
10288 (struct gdb_exception_RETURN_MASK_QUIT): New types.
10289
284e6217
PA
102902015-03-07 Pedro Alves <palves@redhat.com>
10291
10292 * main.c (handle_command_errors): Remove volatile qualifier from
10293 parameter.
10294
6c63c96a
PA
102952015-03-07 Pedro Alves <palves@redhat.com>
10296
10297 * breakpoint.c (save_breakpoints): Adjust to avoid code between
10298 TRY and CATCH.
10299 * gdbtypes.c (safe_parse_type): Remove empty line.
10300 (types_deeply_equal):
10301 * guile/scm-frame.c (gdbscm_frame_name):
10302 * linux-thread-db.c (find_new_threads_once):
10303 * python/py-breakpoint.c (bppy_get_commands):
10304 * record-btrace.c (record_btrace_insert_breakpoint)
10305 (record_btrace_remove_breakpoint, record_btrace_start_replaying)
10306 (record_btrace_start_replaying): Adjust to avoid code between TRY
10307 and CATCH.
10308
492d29ea
PA
103092015-03-07 Pedro Alves <palves@redhat.com>
10310
10311 * common/common-exceptions.c (struct catcher) <exception>: No
10312 longer a pointer to volatile exception. Now an exception value.
10313 <mask>: Delete field.
10314 (exceptions_state_mc_init): Remove all parameters. Adjust.
10315 (exceptions_state_mc): No longer pop the catcher here.
10316 (exceptions_state_mc_catch): New function.
10317 (throw_exception): Adjust.
10318 * common/common-exceptions.h (exceptions_state_mc_init): Remove
10319 all parameters.
10320 (exceptions_state_mc_catch): Declare.
10321 (TRY_CATCH): Rename to ...
10322 (TRY): ... this. Remove EXCEPTION and MASK parameters.
10323 (CATCH, END_CATCH): New.
10324 All callers adjusted.
10325
ece957c8
TT
103262015-03-07 Tom Tromey <tromey@redhat.com>
10327
10328 * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
10329
7556d4a4
PA
103302015-03-07 Pedro Alves <palves@redhat.com>
10331
10332 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
10333 (amd64_epilogue_frame_cache): Normal exception handling code.
10334 * break-catch-throw.c (check_status_exception_catchpoint)
10335 (re_set_exception_catchpoint): Ditto.
10336 * cli/cli-interp.c (safe_execute_command):
10337 * cli/cli-script.c (script_from_file): Ditto.
10338 * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
10339 Ditto.
10340 * compile/compile-object-run.c (compile_object_run): Ditto.
10341 * cp-abi.c (baseclass_offset): Ditto.
10342 * cp-valprint.c (cp_print_value): Ditto.
10343 * exceptions.c (catch_exceptions_with_msg):
10344 * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
10345 * frame.c (get_frame_address_in_block_if_available): Ditto.
10346 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
10347 (i386_sigtramp_frame_cache): Ditto.
10348 * infcmd.c (post_create_inferior): Ditto.
10349 * linespec.c (parse_linespec, find_linespec_symbols):
10350 * p-valprint.c (pascal_object_print_value): Ditto.
10351 * parse.c (parse_expression_for_completion): Ditto.
10352 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
10353 * remote.c (remote_get_noisy_reply): Ditto.
10354 * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
10355 * solib-svr4.c (solib_svr4_r_map): Ditto.
10356
f873665f 103572015-03-06 Gary Benson <gbenson@redhat.com>
61012eef
GB
10358
10359 * common/common-utils.h (startswith): New inline function.
10360 All places where this logic was used updated to use the above.
10361
68901c4d
PA
103622015-03-05 Pedro Alves <palves@redhat.com>
10363
10364 PR gdb/18002
10365 * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
10366 after reading the breakpoint's shadow memory.
10367
2dcb2b1a
MK
103682015-03-05 Mark Kettenis <kettenis@gnu.org>
10369
10370 * hppabsd-nat.c: Remove file.
10371 * hppaobsd-nat.c: New file.
10372 * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c. Add
10373 hppaobsd-nat.c.
10374 * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
10375 hppaobsd-nat.o.
10376
527a273a
PA
103772015-03-04 Pedro Alves <palves@redhat.com>
10378
10379 * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
10380 (target_decr_pc_after_break): Delete declaration.
10381 * target.c (default_target_decr_pc_after_break)
10382 (target_decr_pc_after_break): Delete.
10383 * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
10384 gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
10385 * linux-thread-db.c (check_event): Likewise.
10386 * infrun.c (adjust_pc_after_break): Likewise.
10387 * darwin-nat.c (cancel_breakpoint): Likewise.
10388 * aix-thread.c (aix_thread_wait): Likewise.
10389 * target-delegates.c: Regenerate.
10390
faf09f01
PA
103912015-03-04 Pedro Alves <palves@redhat.com>
10392
10393 * linux-nat.c (save_sigtrap): Check for breakpoints before
10394 checking watchpoints.
10395 (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
10396 breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
10397 (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
10398 a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
10399 (linux_nat_stopped_by_sw_breakpoint)
10400 (linux_nat_supports_stopped_by_sw_breakpoint)
10401 (linux_nat_stopped_by_hw_breakpoint)
10402 (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
10403 (linux_nat_wait_1): Don't re-increment the PC if relying on
10404 SIGTRAP's siginfo->si_code.
10405 (linux_nat_add_target): Install new target methods.
10406 * linux-thread-db.c (check_event): Don't account for breakpoint PC
10407 offset if the target already adjusted the PC.
10408 * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
10409 (GDB_ARCH_TRAP_BRKPT): New.
10410 (TRAP_HWBKPT): Define if not already defined.
10411
f7e6eed5
PA
104122015-03-04 Pedro Alves <palves@redhat.com>
10413
10414 * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
10415 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
10416 Delete field.
10417 <stop_reason>: New field.
10418 (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
10419 (packet_set_cmd_state): New function.
10420 (remote_protocol_features): Register the "swbreak" and "hwbreak"
10421 features.
10422 (remote_query_supported): If not disabled with the corresponding
10423 "set remote foo-packet" command, report support for the swbreak
10424 and hwbreak features.
10425 (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
10426 field.
10427 <stop_reason>: New field.
10428 (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
10429 (remote_wait_as): Adjust.
10430 (remote_stopped_by_sw_breakpoint)
10431 (remote_supports_stopped_by_sw_breakpoint)
10432 (remote_stopped_by_hw_breakpoint)
10433 (remote_supports_stopped_by_hw_breakpoint): New functions.
10434 (remote_stopped_by_watchpoint): New function.
10435 (init_remote_ops): Install them.
10436 (_initialize_remote): Register new "set/show remote
10437 swbreak-feature-packet" and "set/show remote
10438 swbreak-feature-packet" commands.
10439
9e8915c6
PA
104402015-03-04 Pedro Alves <palves@redhat.com>
10441
10442 * btrace.h: Include target/waitstatus.h.
10443 (struct btrace_thread_info) <stop_reason>: New field.
10444 * record-btrace.c (record_btrace_step_thread): Use
10445 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10446 (record_btrace_decr_pc_after_break): Delete.
10447 (record_btrace_stopped_by_sw_breakpoint)
10448 (record_btrace_supports_stopped_by_sw_breakpoint)
10449 (record_btrace_stopped_by_hw_breakpoint)
10450 (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
10451 (init_record_btrace_ops): Install them.
10452 * record-full.c (record_full_hw_watchpoint): Delete and replace
10453 with ...
10454 (record_full_stop_reason): ... this throughout.
10455 (record_full_exec_insn): Adjust.
10456 (record_full_wait_1): Adjust. No longer re-increment the PC.
10457 (record_full_wait_1): Adjust. Use
10458 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10459 (record_full_stopped_by_watchpoint): Adjust.
10460 (record_full_stopped_by_sw_breakpoint)
10461 (record_full_supports_stopped_by_sw_breakpoint)
10462 (record_full_supports_stopped_by_sw_breakpoint)
10463 (record_full_stopped_by_hw_breakpoint)
10464 (record_full_supports_stopped_by_hw_breakpoint): New functions.
10465 (init_record_full_ops, init_record_full_core_ops): Install them.
10466 * record.c (record_check_stopped_by_breakpoint): New function.
10467 * record.h: Include target/waitstatus.h.
10468 (record_check_stopped_by_breakpoint): New declaration.
10469
15c66dd6
PA
104702015-03-04 Pedro Alves <palves@redhat.com>
10471
10472 enum lwp_stop_reason -> enum target_stop_reason
10473 * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
10474 (linux_nat_stopped_by_watchpoint, status_callback)
10475 (linux_nat_wait_1): Adjust.
10476 * linux-nat.h (enum lwp_stop_reason): Delete.
10477 (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
10478 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
10479 * target/waitstatus.h (enum target_stop_reason): New.
10480
1cf4d951
PA
104812015-03-04 Pedro Alves <palves@redhat.com>
10482
10483 * breakpoint.c (need_moribund_for_location_type): New function.
10484 (bpstat_stop_status): Don't skipping checking moribund locations
10485 of breakpoint types which the target tell caused a stop.
10486 (program_breakpoint_here_p): New function, factored out from ...
10487 (bp_loc_is_permanent): ... this.
10488 (update_global_location_list): Don't create a moribund location if
10489 the target supports reporting stops of the type of the removed
10490 breakpoint.
10491 * breakpoint.h (program_breakpoint_here_p): New declaration.
10492 * infrun.c (adjust_pc_after_break): Return early if the target has
10493 already adjusted the PC. Add comments.
10494 (handle_signal_stop): If nothing explains a signal, and the target
10495 tells us the stop was caused by a software breakpoint, check if
10496 there's a breakpoint instruction in the memory. If so, adjust the
10497 PC before presenting the stop to the user. Otherwise, ignore the
10498 trap. If nothing explains a signal, and the target tells us the
10499 stop was caused by a hardware breakpoint, ignore the trap.
10500 * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
10501 to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
10502 to_supports_stopped_by_hw_breakpoint>: New fields.
10503 (target_stopped_by_sw_breakpoint)
10504 (target_supports_stopped_by_sw_breakpoint)
10505 (target_stopped_by_hw_breakpoint)
10506 (target_supports_stopped_by_hw_breakpoint): Define.
10507 * target-delegates.c: Regenerate.
10508
79639e11
PA
105092015-03-04 Pedro Alves <palves@redhat.com>
10510
10511 * infrun.c (follow_fork_inferior): Use the whole of the
10512 inferior_ptid and pending_follow.related_pid ptids instead of
10513 building ptids from the process components. Adjust verbose output
10514 to use target_pid_to_str.
10515 * linux-nat.c (linux_child_follow_fork): Use the whole of the
10516 inferior_ptid and pending_follow.related_pid ptids instead of
10517 building ptids from the process components.
10518
e85e8e5e
MK
105192015-03-04 Mark Kettenis <kettenis@gnu.org>
10520
10521 * inf-ptrace.c [PT_GET_PROCESS_STATE]
10522 (inf_ptrace_insert_fork_catchpoint): New function.
10523 (inf_ptrace_remove_fork_catchpoint): New function.
10524 (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
10525
87de11c0
AA
105262015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10527
10528 * s390-linux-tdep.c (s390_register_name): Return empty string
10529 instead of NULL for registers that shouldn't be visible.
10530
d851a69a
AA
105312015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10532
10533 * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
10534 XML file for 64-bit targets.
10535
b072f6c1
SM
105362015-03-03 Simon Marchi <simon.marchi@ericsson.com>
10537
10538 * target.h (find_default_create_inferior): Remove declaration.
10539 (find_default_attach): Likewise.
10540
c1593e4f
PA
105412015-03-03 Pedro Alves <palves@redhat.com>
10542
10543 * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
10544 Use ptid_get_pid to get the overall process id when resuming all
10545 threads.
10546
90ad5e1d
PA
105472015-03-03 Pedro Alves <palves@redhat.com>
10548
10549 * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
10550 the lwp field of ptid. Pass the full ptid to get_thread_regcache.
10551 * inf-ptrace.c (get_ptrace_pid): New function.
10552 (inf_ptrace_resume): Use it.
10553 * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
10554 to the lower layer.
10555
d68e53f4
MM
105562015-03-03 Markus Metzger <markus.t.metzger@intel.com>
10557
10558 * nat/linux-btrace.c: Include sys/utsname.h.
10559 (linux_determine_kernel_ptr_bits): New.
10560 (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
10561 * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
10562 ptr_bits.
10563
986b6601
MM
105642015-03-03 Markus Metzger <markus.t.metzger@intel.com>
10565
10566 * btrace.c (ftrace_update_function): Treat return as tailcall for
10567 "_dl_runtime_resolve".
10568
ce0dfbea
MM
105692015-03-03 Markus Metzger <markus.t.metzger@intel.com>
10570
10571 * btrace.h (btrace_function) <lbegin, lend>: Remove.
10572 * btrace.c (ftrace_debug): Do not print the line range.
10573 (ftrace_skip_file, ftrace_update_lines): Remove.
10574 (ftrace_new_function): Remove lbegin and lend initialization.
10575 (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
10576 * record-btrace.c (btrace_compute_src_line_range): New.
10577 (btrace_call_history_src_line): Call btrace_compute_src_line_range.
10578
95e50b27
PA
105792015-03-02 Pedro Alves <palves@redhat.com>
10580
10581 * infrun.c (follow_exec): Delete all threads of the process except
10582 the event thread. Extended comments.
10583
00e474c2
JB
105842015-03-02 Joel Brobecker <brobecker@adacore.com>
10585
10586 * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
10587
cc7039d3
JB
105882015-03-02 Joel Brobecker <brobecker@adacore.com>
10589
10590 * utils.h: Remove <stdbool.h> #include.
10591 (producer_is_gcc): Change return type to "int".
10592 * utils.c (producer_is_gcc): Change return type to int.
10593 Return 1 instead of true, and 0 instead of false.
10594 Adjust function documentation accordingly.
10595
550bdf96
AA
105962015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10597
10598 * s390-linux-nat.c (have_regset_vxrs): New static variable.
10599 (s390_linux_fetch_inferior_registers): Handle vector registers, if
10600 present.
10601 (s390_linux_store_inferior_registers): Likewise.
10602 (s390_get_hwcap): Remove function. Embed its logic...
10603 (s390_read_description): ...here. Yield a target description with
10604 vector registers if applicable.
10605 * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
10606 "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
10607 "features/s390x-tevx-linux64.c".
10608 (struct gdbarch_tdep) <v0_full_regnum>: New field.
10609 (s390_dwarf_regmap): Add vector registers. Remove bogus entries
10610 for "GNU/Linux-specific registers".
10611 (s390_dwarf_reg_r0l): New enum value.
10612 (s390_dwarf_reg_to_regnum): Support vector registers.
10613 (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
10614 of GPR lower halves.
10615 (regnum_is_vxr_full): New function.
10616 (s390_register_name): New function.
10617 (s390_pseudo_register_name): Handle v0-v15, which are composed of
10618 f0-f15 and v0l-v15l.
10619 (s390_pseudo_register_type): Likewise.
10620 (s390_pseudo_register_read): Likewise.
10621 (s390_pseudo_register_write): Likewise.
10622 (s390_value_from_register): Account for the fact that values are
10623 placed left-justified in vector registers.
10624 (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
10625 the vector reggroup and omit them from the general reggroup.
10626 (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
10627 (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
10628 (s390_iterate_over_regset_sections): Add iterations for the two
10629 new vector regsets.
10630 (s390_core_read_description): Yield a target description with
10631 vector registers if applicable.
10632 (s390_gdbarch_init): Handle target descriptions with vector
10633 registers. Add "register_name" gdbarch method.
10634 (_initialize_s390_tdep): Call new tdesc initialization functions.
10635 * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
10636 (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
10637 (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
10638 (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
10639 (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
10640 (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
10641 (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
10642 (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
10643 (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
10644 (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
10645 (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
10646 (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
10647 (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
10648 (S390_NUM_REGS): Adjust value.
10649 (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
10650 (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
10651 (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
10652 * NEWS: Announce S/390 vector register support.
10653
446899e4
AA
106542015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10655
10656 * features/s390-tevx-linux64.xml: New file.
10657 * features/s390-vx-linux64.xml: New file.
10658 * features/s390-vx.xml: New file.
10659 * features/s390x-tevx-linux64.xml: New file.
10660 * features/s390x-vx-linux64.xml: New file.
10661 * features/Makefile (WHICH): Add s390-vx-linux64,
10662 s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
10663 (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
10664 (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
10665 macros.
10666 * features/s390-tevx-linux64.c: New generated file.
10667 * features/s390-vx-linux64.c: Likewise.
10668 * features/s390x-tevx-linux64.c: Likewise.
10669 * features/s390x-vx-linux64.c: Likewise.
10670 * regformats/s390-tevx-linux64.dat: Likewise.
10671 * regformats/s390-vx-linux64.dat: Likewise.
10672 * regformats/s390x-tevx-linux64.dat: Likewise.
10673 * regformats/s390x-vx-linux64.dat: Likewise.
10674
b7236fbe
DE
106752015-02-28 Doug Evans <xdje42@gmail.com>
10676
10677 * symtab.h (struct symtab) <next>: Fix comment.
10678
02e62830
SM
106792015-02-27 Simon Marchi <simon.marchi@ericsson.com>
10680
10681 * python/python.c (python_GdbModuleDef): Rename GdbMethods to
10682 python_GdbMethods.
10683
bf36a1e7
PA
106842015-02-27 Pedro Alves <palves@redhat.com>
10685
10686 * dtrace-probe.c (dtrace_probe_ops): Make extern.
10687
ad6aff7d
PA
106882015-02-27 Pedro Alves <palves@redhat.com>
10689
10690 * common/common-exceptions.h (exception_none): Declare.
10691 * common/common-exceptions.c (exception_none): Moved from
10692 exceptions.c.
10693 (exceptions_state_mc_init): Use exception_none.
10694 * exceptions.c (exception_none): Move to
10695 common/common-exceptions.c.
10696 * exceptions.h (exception_none): Move to
10697 common/common-exceptions.h.
10698
97c18565
PA
106992015-02-27 Pedro Alves <palves@redhat.com>
10700
10701 * main.c (catch_command_errors, catch_command_errors_const):
10702 Remove 'mask' argument. Adjust.
10703 (captured_main): Adjust callers.
10704
e992c591
PA
107052015-02-27 Pedro Alves <palves@redhat.com>
10706
10707 * python/python-internal.h: Include "extension-priv.h".
10708
64166036
PA
107092015-02-27 Pedro Alves <palves@redhat.com>
10710
10711 * breakpoint.h (enum print_stop_action): Move further up in the
10712 file.
10713
8a526fa6
PA
107142015-02-27 Pedro Alves <palves@redhat.com>
10715
10716 * gdbarch.sh: Include regcache.h.
10717 * gdbarch.h: Regenerate.
10718
0fa9c223
PA
107192015-02-27 Pedro Alves <palves@redhat.com>
10720
10721 * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
10722 Remove duplicate const.
10723 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
10724 duplicate const.
10725
7cf99fb1
PA
107262015-02-27 Pedro Alves <palves@redhat.com>
10727
10728 * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
10729 * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
10730 * features/feature_to_c.sh: Tag the generated xml_builtin array
10731 with extern const in C++ mode.
10732
1424c16e
TT
107332015-02-27 Tom Tromey <tromey@redhat.com>
10734
10735 * minidebug.c (struct lzma_stream): Rename to ...
10736 (struct gdb_lzma_stream): ... this.
10737 (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
10738
10367c7c
PA
107392015-02-27 Pedro Alves <palves@redhat.com>
10740
10741 * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
10742 function.
10743 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
10744 (mi_cmd_stack_list_variables): Use it.
10745
4180215b
PA
107462015-02-27 Pedro Alves <palves@redhat.com>
10747
10748 * x86-linux-nat.c (u_debugreg_offset): New function.
10749 (x86_linux_dr_get, x86_linux_dr_set): Use it.
10750
2f56f7c3
PA
107512015-02-27 Pedro Alves <palves@redhat.com>
10752
10753 * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
10754 declaration.
10755 Include break-common.h.
10756
570dc176
TT
107572015-02-27 Tom Tromey <tromey@redhat.com>
10758 Pedro Alves <palves@redhat.com>
10759
10760 * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
10761 local used to iterate over enums.
10762 * completer.c (signal_completer): Likewise.
10763 * i386-tdep.c (i386_stap_parse_special_token): Likewise.
10764 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
10765 * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
10766 * tui/tui-layout.c (next_layout, prev_layout): Likewise.
10767 * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
10768 (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
10769 * tui-wingeneral.c (tui_refresh_all): Likewise.
10770
68c14faa
PA
107712015-02-27 Pedro Alves <palves@redhat.com>
10772
10773 * target.h: Include "infrun.h".
10774
749bab01
PA
107752015-02-27 Pedro Alves <palves@redhat.com>
10776
10777 * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
10778
3c14e5a3
PA
107792015-02-27 Pedro Alves <palves@redhat.com>
10780
10781 * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
10782 (IPA_SYM): Use it.
10783 * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
10784
56000a98
PA
107852015-02-27 Pedro Alves <palves@redhat.com>
10786
10787 * cli-out.c (_rl_erase_entire_line): Move declaration out of
10788 cli_mld_erase_entire_line, and make it extern "C".
10789 * common/common-defs.h (EXTERN_C): New.
10790 * completer.c (_rl_completion_prefix_display_length)
10791 (_rl_print_completions_horizontally, QSFUNC): Move declarations
10792 out of gdb_display_match_list_1.
10793 (_rl_qsort_string_compare): Move declaration out of
10794 gdb_display_match_list_1, and make it extern "C".
10795 * defs.h (re_comp): Use EXTERN_C.
10796 * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
10797 and make it extern "C".
10798 (monstartup): Move declaration out of maintenance_set_profile_cmd,
10799 and make it extern "C".
10800 (main): Move declaration out of maintenance_set_profile_cmd.
10801 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
10802 EXTERN_C.
10803
bcabf420
PA
108042015-02-27 Pedro Alves <palves@redhat.com>
10805
10806 * python/python.c (GdbMethods): Rename to ...
10807 (python_GdbMethods): ... this and make extern.
10808 (GdbModuleDef): Rename to ...
10809 (python_GdbModuleDef): ... this and make extern.
10810
928dbe07
PA
108112015-02-27 Pedro Alves <palves@redhat.com>
10812
10813 * record-btrace.c (set_record_btrace_cmdlist)
10814 (show_record_btrace_cmdlist): Remove redefinitions.
10815
52059ffd
TT
108162015-02-27 Tom Tromey <tromey@redhat.com>
10817 Pedro Alves <palves@redhat.com>
10818
10819 * dwarf2-frame.c (enum cfa_how_kind, struct
10820 dwarf2_frame_state_reg_info): Move out of struct
10821 dwarf2_frame_state.
10822 * dwarf2read.c (struct tu_stats): Move out of struct
10823 dwarf2_per_objfile.
10824 (struct file_entry): Move out of struct line_header.
10825 (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
10826 typedef_field_list): Move out of struct field_info.
10827 * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
10828 Move out of struct dynamic_prop.
10829 (union type_owner, union field_location, struct field, struct
10830 range_bounds, union type_specific): Move out of struct main_type.
10831 (struct fn_fieldlist, struct fn_field, struct typedef_field)
10832 (VOFFSET_STATIC): Move out of struct cplus_struct_type.
10833 (struct call_site_target, union call_site_parameter_u, struct
10834 call_site_parameter): Move out of struct call_site.
10835 * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
10836 m32c_prologue.
10837 (enum srcdest_kind): Move out of struct srcdest.
10838 * main.c (enum cmdarg_kind): Move out of struct cmdarg.
10839 * prologue-value.h (enum prologue_value_kind): Move out of struct
10840 prologue_value.
10841 * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
10842 gdbarch_tdep.
10843 * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
10844 out of struct field_info.
10845 * symfile.h (struct other_sections): Move out of struct
10846 section_addr_info.
10847 * symtab.c (struct symbol_cache_slot): Move out struct
10848 block_symbol_cache.
10849 * target-descriptions.c (enum tdesc_type_kind): Move out of
10850 typedef struct tdesc_type.
10851 * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
10852 struct tui_line_or_address.
10853 * value.c (enum internalvar_kind, union internalvar_data): Move
10854 out of struct internalvar.
10855 * xtensa-tdep.h (struct ctype_cache): Move out of struct
10856 gdbarch_tdep.
10857
fe978cb0
PA
108582015-02-27 Tom Tromey <tromey@redhat.com>
10859 Pedro Alves <palves@redhat.com>
10860
10861 Rename symbols whose names are reserved C++ keywords throughout.
10862
3bc3d82a
PA
108632015-02-27 Pedro Alves <palves@redhat.com>
10864
10865 * Makefile.in (COMPILER): New, get it from autoconf.
10866 (COMPILE.pre, CC_LD): Use COMPILER.
10867 (CXX): Get from autoconf instead.
10868 (CXX_FOR_TARGET): Default to g++ instead of gcc.
10869 * acinclude.m4: Include build-with-cxx.m4.
10870 * build-with-cxx.m4: New file.
10871 * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
10872 Disable -Werror by default if building in C++ mode.
10873 (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
10874 -Wno-narrowing in C++ mode. Only enable -Wpointer-sign in C mode.
10875 Run supported-warning-flags tests with the C++ compiler.
10876 Save/restore CXXFLAGS too.
10877 * configure: Regenerate.
10878
07697489
PA
108792015-02-27 Pedro Alves <palves@redhat.com>
10880
10881 * libiberty.m4: New file.
10882 * acinclude.m4: Include libiberty.m4.
10883 * configure.ac: Call libiberty_INIT.
10884 * config.in, configure: Regenerate.
10885
60abeae4
AA
108862015-02-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
10887
10888 * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
10889 31-bit targets, but 64-bit targets as well.
10890 (s390_gnu_triplet_regexp): New function.
10891 (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
10892 64-bit targets as well. Set the gnu_triplet_regexp gdbarch
10893 method.
10894
f44466fb 108952015-02-27 Jon TURNEY <jon.turney@dronecode.org.uk> (tiny patch)
f0666312
JT
10896
10897 * windows-nat.c (CONTEXT_DEBUGGER): Remove.
10898 (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS. Incorporate flags
10899 from CONTEXT_DEBUGGER.
10900
0def5aaa
DE
109012015-02-26 Doug Evans <dje@google.com>
10902
10903 * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
10904 CHECK_TYPEDEF.
10905 (set_type_vptr_fieldno): Ditto.
10906 (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
10907 * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
10908
77b64a49
PA
109092015-02-26 Pedro Alves <palves@redhat.com>
10910
10911 * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
10912 * complaints.c (vcomplaint): Pass argument FMT directly to
10913 printf-like functions instead of complaint->fmt.
10914 * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
10915 * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
10916 * compile/compile-loc2c.c (pushf, unary, binary): Add
10917 ATTRIBUTE_PRINTF.
10918 (do_compile_dwarf_expr_to_c): Pass string literal as format string
10919 to pushf.
10920 (BINARY): Pass string literal as format string to 'binary'.
10921 * compile/compile-object-load.c (link_callbacks_einfo): Add
10922 ATTRIBUTE_PRINTF.
10923 * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
10924
532f44ed
PA
109252015-02-26 Pedro Alves <palves@redhat.com>
10926
10927 * windows-termcap.c: Rename to ...
10928 * stub-termcap.c: ... this. Adjust header line.
10929 * Makefile.in (SFILES): Refer to stub-termcap.c instead of
10930 windows-termcap.c.
10931 * configure: Regenerate.
10932 * configure.ac: Refer to stub-termcap.o instead of
10933 windows-termcap.o.
10934 * gdb_curses.h: Mention stub-termcap.c instead of
10935 windows-termcap.c.
10936
081a1c2c
JK
109372015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10938
10939 * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
10940 (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
10941
2f41223f
AT
109422015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
10943
10944 * gdb/infcmd.c (print_return_value): use type_to_string to print type.
10945
80c57053
JK
109462015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10947
10948 * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
10949 bfd_canonicalize_symtab.
10950
cf424aef
JB
109512015-02-25 John Baldwin <jhb@FreeBSD.org>
10952
10953 * amd64fbsd-nat.c: Include sys/user.h.
10954 (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
10955 instead of KERN_PS_STRINGS to locate the signal trampoline.
10956 * i386fbsd-nat.c: Include sys/user.h.
10957 (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
10958 instead of KERN_PS_STRINGS to locate the signal trampoline.
10959 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
10960 (amd64fbsd_sigtramp_p): New.
10961 (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
10962 longer set default values.
10963 (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
10964 * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
10965 (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
10966 (i386fbsd_freebsd4_sigtramp_start)
10967 (i386fbsd_freebsd4_sigtramp_middle)
10968 (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
10969 (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
10970 (i386fbsd_sigtramp_p): New.
10971 (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
10972 longer set default values.
10973 (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
10974
c5cb74ee
JB
109752015-02-25 John Baldwin <jhb@freebsd.org>
10976
10977 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
10978 get_frame_register instead of frame_unwind_register_unsigned.
10979
17487d85
JK
109802015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10981
10982 PR build/18033
10983 * compile/compile-c-support.c (c_compute_program): Change // comment.
10984 * compile/compile-object-load.c (setup_sections): Change // comment.
10985
9357a9e6
JB
109862015-02-26 Joel Brobecker <brobecker@adacore.com>
10987
10988 PR build/18033:
10989 * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
10990
1f10ba14
PA
109912015-02-23 Pedro Alves <palves@redhat.com>
10992
10993 * remote.c (skip_to_semicolon): New function.
10994 (remote_parse_stop_reply) <T stop reply>: Use it. Don't
10995 special case the stop reasons that look like hex numbers
10996 upfront. Instead handle real register numbers after matching
10997 all the known stop reasons.
10998
96553a0c
DE
109992015-02-21 Doug Evans <dje@google.com>
11000
11001 PR c++/17976, symtab/17821
11002 * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
11003 is_in_anonymous. All callers updated.
11004 (find_symbol_in_baseclass): Ditto.
11005 (cp_lookup_nested_symbol_1): Ditto. Don't search all static blocks
11006 for symbols in an anonymous namespace.
11007 * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
11008 DW_AT_name directly.
11009 (dwarf2_name): Convert missing namespace name to
11010 CP_ANONYMOUS_NAMESPACE_STR.
11011
2db9a427
PA
110122015-02-20 Pedro Alves <palves@redhat.com>
11013
11014 * linux-nat.c (linux_handle_extended_wait): Call
11015 thread_db_notice_clone whenever a new clone LWP is detected.
11016 (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
11017 functions.
11018 * linux-nat.h (thread_db_attach_lwp): Delete declaration.
11019 (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
11020 (linux_unstop_all_lwps): Declare.
11021 * linux-thread-db.c (struct thread_get_info_inout): Delete.
11022 (thread_get_info_callback): Delete.
11023 (thread_from_lwp): Use td_thr_get_info and record_thread.
11024 (thread_db_attach_lwp): Delete.
11025 (thread_db_notice_clone): New function.
11026 (try_thread_db_load_1): If /proc is mounted and shows the
11027 process'es task list, walk over all LWPs and call thread_from_lwp
11028 instead of relying on td_ta_thr_iter.
11029 (attach_thread): Don't call check_thread_signals here. Split the
11030 tail part of the function (which adds the thread to the core GDB
11031 thread list) to ...
11032 (record_thread): ... this function. Call check_thread_signals
11033 here.
11034 (thread_db_wait): Don't call thread_db_find_new_threads_1. Always
11035 call thread_from_lwp.
11036 (thread_db_update_thread_list): Rename to ...
11037 (thread_db_update_thread_list_org): ... this.
11038 (thread_db_update_thread_list): New function.
11039 (thread_db_find_thread_from_tid): Delete.
11040 (thread_db_get_ada_task_ptid): Simplify.
11041 * nat/linux-procfs.c: Include <sys/stat.h>.
11042 (linux_proc_task_list_dir_exists): New function.
11043 * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
11044
3b27ef47
PA
110452015-02-20 Pedro Alves <palves@redhat.com>
11046
11047 * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
11048 main LWP. Handle the case of waitpid returning 0 if we're already
11049 attached to the LWP. Don't set the LWP's last_resume_kind to
11050 resume_stop if we already knew about the LWP.
11051 (linux_nat_filter_event): Add debug logs.
11052
1cc28231
PA
110532015-02-20 Pedro Alves <palves@redhat.com>
11054
11055 * target.h (forward_target_decr_pc_after_break): Delete
11056 declaration.
11057
5c5019c2
PA
110582015-02-20 Pedro Alves <palves@redhat.com>
11059
11060 PR threads/18006
11061 * linux-thread-db.c (thread_get_info_callback): Return early if
11062 the thread's lwp id is -1.
11063
f3978e91
JB
110642015-02-20 Joel Brobecker <brobecker@adacore.com>
11065
11066 GDB 7.9 released.
11067
ffdf88ec
SE
110682015-02-19 Steve Ellcey <sellcey@imgtec.com>
11069
11070 * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
11071 (dtrace_get_probes) Change type of variable 'dof'.
11072
c9587f88
AT
110732015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
11074
11075 PR breakpoints/16812
11076 * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
11077 * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
11078 * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
11079
53cf2ee0
DT
110802015-02-19 David Taylor <dtaylor@emc.com>
11081
11082 * common/ax.def (setv): Fix consumed entry in setv DEFOP.
11083
acfe0940
PP
110842015-02-18 Patrick Palka <patrick@parcs.ath.cx>
11085
11086 * tui/tui-io.c (tui_handle_resize_during_io): Remove this
11087 function.
11088 (tui_putc): Don't call tui_handle_resize_during_io.
11089 (tui_getc): Likewise.
11090 (tui_mld_getc): Likewise.
11091 * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
11092 (tui_sigwinch_token): New static variable.
11093 (tui_initialize_win): Adjust documentation. Set
11094 tui_sigwinch_token.
11095 (tui_async_resize_screen): New asynchronous callback.
11096 (tui_sigwinch_handler): Adjust documentation. Asynchronously
11097 invoke tui_async_resize_screen.
11098
f6a88844
JM
110992015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
11100
11101 * configure: Regenerated.
11102 * configure.ac: Use GDB_AC_TRANSFORM.
11103 * Makefile.in (aclocal_m4_deps): Added transform.m4.
11104 * acinclude.m4: sinclude transform.m4.
11105 * transform.m4: New file.
11106 (GDB_AC_TRANSFORM): New macro.
11107
b05e3b0d
JM
111082015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11109
11110 * NEWS: Announce the support for DTrace SDT probes.
11111
c3e3045e
JM
111122015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11113
11114 * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
11115 (amd64_dtrace_parse_probe_argument): New function.
11116 (amd64_dtrace_probe_is_enabled): Likewise.
11117 (amd64_dtrace_enable_probe): Likewise.
11118 (amd64_dtrace_disable_probe): Likewise.
11119 (amd64_linux_init_abi): Register the
11120 `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
11121 `gdbarch_dtrace_disable_probe' and
11122 `gdbarch_dtrace_probe_is_enabled' hooks.
11123 (amd64_dtrace_disabled_probe_sequence_1): New constant.
11124 (amd64_dtrace_disabled_probe_sequence_2): Likewise.
11125 (amd64_dtrace_enable_probe_sequence): Likewise.
11126 (amd64_dtrace_disable_probe_sequence): Likewise.
11127
d4777acb
JM
111282015-01-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11129
11130 * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
11131 the -probe-dtrace new vpossible value for PROBE_MODIFIER.
11132 * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
11133 handle ELF files.
11134 * Makefile.in (SFILES): dtrace-probe.c added.
11135 * configure: Regenerate.
11136 * dtrace-probe.c: New file.
11137 (SHT_SUNW_dof): New constant.
11138 (dtrace_probe_type): New enum.
11139 (dtrace_probe_arg): New struct.
11140 (dtrace_probe_arg_s): New typedef.
11141 (struct dtrace_probe_enabler): New struct.
11142 (dtrace_probe_enabler_s): New typedef.
11143 (dtrace_probe): New struct.
11144 (dtrace_probe_is_linespec): New function.
11145 (dtrace_dof_sect_type): New enum.
11146 (dtrace_dof_dofh_ident): Likewise.
11147 (dtrace_dof_encoding): Likewise.
11148 (DTRACE_DOF_ENCODE_LSB): Likewise.
11149 (DTRACE_DOF_ENCODE_MSB): Likewise.
11150 (dtrace_dof_hdr): New struct.
11151 (dtrace_dof_sect): Likewise.
11152 (dtrace_dof_provider): Likewise.
11153 (dtrace_dof_probe): Likewise.
11154 (DOF_UINT): New macro.
11155 (DTRACE_DOF_PTR): Likewise.
11156 (DTRACE_DOF_SECT): Likewise.
11157 (dtrace_process_dof_probe): New function.
11158 (dtrace_process_dof): Likewise.
11159 (dtrace_build_arg_exprs): Likewise.
11160 (dtrace_get_arg): Likewise.
11161 (dtrace_get_probes): Likewise.
11162 (dtrace_get_probe_argument_count): Likewise.
11163 (dtrace_can_evaluate_probe_arguments): Likewise.
11164 (dtrace_evaluate_probe_argument): Likewise.
11165 (dtrace_compile_to_ax): Likewise.
11166 (dtrace_probe_destroy): Likewise.
11167 (dtrace_gen_info_probes_table_header): Likewise.
11168 (dtrace_gen_info_probes_table_values): Likewise.
11169 (dtrace_probe_is_enabled): Likewise.
11170 (dtrace_probe_ops): New variable.
11171 (info_probes_dtrace_command): New function.
11172 (_initialize_dtrace_probe): Likewise.
11173 (dtrace_type_name): Likewise.
11174
8b367e17
JM
111752015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11176
11177 * gdbarch.sh (dtrace_parse_probe_argument): New.
11178 (dtrace_probe_is_enabled): Likewise.
11179 (dtrace_enable_probe): Likewise.
11180 (dtrace_disable_probe): Likewise.
11181 * gdbarch.c: Regenerate.
11182 * gdbarch.h: Regenerate.
11183
9aca2ff8
JM
111842015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11185
11186 * stap-probe.c (stap_probe_ops): Add NULLs in the static
11187 stap_probe_ops for `enable_probe' and `disable_probe'.
11188 * probe.c (enable_probes_command): New function.
11189 (disable_probes_command): Likewise.
11190 (_initialize_probe): Define the cli commands `enable probe' and
11191 `disable probe'.
11192 (parse_probe_linespec): New function.
11193 (info_probes_for_ops): Use parse_probe_linespec.
11194 * probe.h (probe_ops): New hooks `enable_probe' and
11195 `disable_probe'.
11196
03e98035
JM
111972015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11198
11199 * probe.c (compute_probe_arg): Moved from stap-probe.c
11200 (compile_probe_arg): Likewise.
11201 (probe_funcs): Likewise.
11202 * stap-probe.c (compute_probe_arg): Moved to probe.c.
11203 (compile_probe_arg): Likewise.
11204 (probe_funcs): Likewise.
11205
6f9b8491
JM
112062015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11207
11208 * probe.c (print_ui_out_not_applicables): New function.
11209 (exists_probe_with_pops): Likewise.
11210 (info_probes_for_ops): Do not include column headers for probe
11211 types for which no probe has been actually found on any object.
11212 Also invoke `print_ui_out_not_applicables' in order to match the
11213 column rows with the header when probes of several types are
11214 listed.
11215 Print the "Type" column.
11216 * probe.h (probe_ops): Added a new probe operation `type_name'.
11217 * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
11218 (stap_type_name): New function.
11219
69efdff1
PP
112202015-02-17 Patrick Palka <patrick@parcs.ath.cx>
11221
11222 * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
11223 (key_is_command_char): Delete.
11224
f8e5e23e
PA
112252015-02-17 Pedro Alves <palves@redhat.com>
11226
11227 * tui/tui.c (tui_enable): Resize windows before anything
11228 might show a window.
11229
9f2e0721
MO
112302015-02-17 Max Ostapenko <m.ostapenko@partner.samsung.com>
11231
11232 PR gdb/17984
11233 * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
11234 (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
11235 call.
11236 * aarch64-tdep.h (tdesc_aarch64): Declare.
11237
171e6b1c
MW
112382015-02-12 Mark Wielaard <mjw@redhat.com>
11239
11240 * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
11241
d5ff0482
DE
112422015-02-13 Doug Evans <dje@google.com>
11243
11244 * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
11245 anonymous_namespace to is_in_anonymous for consistency with the rest
11246 of the file.
11247 (cp_lookup_bare_symbol): Fix typo in comment.
11248 (cp_search_static_and_baseclasses): Ditto.
11249 (search_symbol_list): Use vertical space in comment better.
11250 (reset_directive_searched): Ditto. Fix typo.
11251 (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
11252
9f04ac5f
YQ
112532015-02-13 Yao Qi <yao.qi@arm.com>
11254
11255 * MAINTAINERS: Update my email address.
11256
013d0319
DE
112572015-02-12 Doug Evans <dje@google.com>
11258
b615dd20 11259 * symtab.c (completion_list_add_name): Fix memory leak.
013d0319 11260
9a7e538e
DE
112612015-02-12 Doug Evans <dje@google.com>
11262
11263 * completer.c (complete_line): Remove incorrect comment.
11264
e1fcd575
JK
112652015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11266
11267 * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
11268 (py_print_frame): Use RETURN_MASK_ERROR.
11269
b99bf4e3
JK
112702015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11271
11272 * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
11273 function comment. Wrap all function that can throw in cleanups.
11274 (gdbpy_apply_frame_filter): Wrap all function that can throw in
11275 cleanups.
11276
800eb1ce
JK
112772015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11278
11279 * python/py-framefilter.c (py_print_frame): Substitute goto error.
11280 Remove the error label.
11281
34019068
JK
112822015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11283
11284 * python/py-framefilter.c (py_print_frame): Put conditional code paths
11285 with goto first, indent the former else codepath left. Put variable
11286 'elided' to a new inner block.
11287
8d4a54e2
JK
112882015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11289
11290 * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
11291
18ad82c1
PA
112922015-02-11 Pedro Alves <palves@redhat.com>
11293
11294 * xcoffread.c (within_function): Delete.
11295
e36122e9
TT
112962015-02-11 Tom Tromey <tromey@redhat.com>
11297 Pedro Alves <palves@redhat.com>
11298
11299 * breakpoint.c (base_breakpoint_ops): Delete.
11300 * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
11301 * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
11302 * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
11303 * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
11304 * python/py-arch.c (arch_object_type): Make extern.
11305 * python/py-block.c (block_syms_iterator_object_type): Make extern.
11306 * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
11307 * python/py-cmd.c (cmdpy_object_type): Make extern.
11308 * python/py-continueevent.c (continue_event_object_type)
11309 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
11310 parameter. Update all callers.
11311 * python/py-evtregistry.c (eventregistry_object_type): Make extern.
11312 * python/py-exitedevent.c (exited_event_object_type): Make extern.
11313 * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
11314 * python/py-function.c (fnpy_object_type): Make extern.
11315 * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
11316 * python/py-infevents.c (call_pre_event_object_type)
11317 (inferior_call_post_event_object_type).
11318 (memory_changed_event_object_type): Make extern.
11319 * python/py-infthread.c (thread_object_type): Make extern.
11320 * python/py-lazy-string.c (lazy_string_object_type): Make extern.
11321 * python/py-linetable.c (linetable_entry_object_type)
11322 (linetable_object_type, ltpy_iterator_object_type): Make extern.
11323 * python/py-newobjfileevent.c (new_objfile_event_object_type)
11324 (clear_objfiles_event_object_type): Make extern.
11325 * python/py-objfile.c (objfile_object_type): Make extern.
11326 * python/py-param.c (parmpy_object_type): Make extern.
11327 * python/py-progspace.c (pspace_object_type): Make extern.
11328 * python/py-signalevent.c (signal_event_object_type): Make extern.
11329 * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
11330 * python/py-type.c (type_object_type, field_object_type)
11331 (type_iterator_object_type): Make extern.
11332 * python/python.c (python_extension_script_ops)
11333 (python_extension_ops): Make extern.
11334 * stap-probe.c (stap_probe_ops): Make extern.
11335
0703599a
PA
113362015-02-11 Pedro Alves <pedro@codesourcery.com>
11337
11338 * infrun.c (adjust_pc_after_break): Don't adjust the PC just
11339 because the event thread is not the current thread.
11340
eaaf76ab
DE
113412015-02-11 Doug Evans <xdje42@gmail.com>
11342
11343 * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
11344 been initialized yet, return NULL.
11345
e7d52ed3
DE
113462015-02-11 Doug Evans <dje@google.com>
11347
11348 * symfile.h (new_symfile_objfile): Delete.
11349 * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
11350 All callers updated.
11351
fc6b1256
PP
113522015-02-11 Patrick Palka <patrick@parcs.ath.cx>
11353
11354 * tui/tui-io.c (tui_handle_resize_during_io): Call
11355 tui_update_gdb_sizes() after resizing the screen.
11356 * tui/tui.c (tui_enable): Resize the terminal before
11357 calling tui_update_gdb_sizes().
11358
d9080678
PP
113592015-02-11 Patrick Palka <patrick@parcs.ath.cx>
11360
11361 * tui/tui-io.c (tui_getc): Move cursor to the end of the command
11362 line before printing a newline.
11363
9f615e3a
MW
113642015-02-11 Mark Wielaard <mjw@redhat.com>
11365
11366 * utils.c (producer_is_gcc): Return true or false.
11367
d9080678 113682015-02-10 Mark Wielaard <mjw@redhat.com>
b1ffba5a
MW
11369
11370 * utils.h (producer_is_gcc): Change return type to bool. Add major
11371 argument.
11372 * utils.c (producer_is_gcc): Likewise.
11373 (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
11374 * dwarf2read.c (check_producer): Likewise.
11375
b052c4fb
PA
113762015-02-10 Pedro Alves <palves@redhat.com>
11377
11378 * infrun.c (displaced_step_fixup): Switch to the event thread
11379 before calling gdbarch_displaced_step_fixup.
11380
3ac240d4
AT
113812015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
11382
11383 * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
11384
c1cc6152
SM
113852015-02-10 Simon Marchi <simon.marchi@ericsson.com>
11386
11387 * ada-varobj.c (ada_name_of_child): Constify parent.
11388 (ada_path_expr_of_child): Same.
11389 (ada_value_of_child): Same.
11390 (ada_type_of_child): Same.
11391 * c-varobj.c (c_is_path_expr_parent): Same.
11392 (c_describe_child): Same.
11393 (c_name_of_child): Same.
11394 (c_value_of_child): Same.
11395 (c_type_of_child): Same.
11396 (cplus_number_of_children): Same.
11397 (cplus_describe_child): Constify var.
11398 (cplus_name_of_child): Constify parent.
11399 (cplus_value_of_child): Same.
11400 (cplus_type_of_child): Same.
11401 * jv-varobj.c (java_name_of_child): Same.
11402 (java_value_of_child): Same.
11403 (java_type_of_child): Same.
11404 * varobj.c (value_of_child): Same.
11405 (varobj_default_is_path_expr_parent): Constify var, parent and return
11406 value.
11407 (varobj_get_path_expr): Constify var, modify path_expr through
11408 mutable_var.
11409 (install_new_value): Constify parent.
11410 (value_of_child): Constify parent.
11411 * varobj.h (struct varobj): Constify parent.
11412 (struct lang_varobj_ops): Constify name_of_child, value_of_child and
11413 type_of_child.
11414 (varobj_get_path_expr): Constify var.
11415 (varobj_get_path_expr_parent): Constify var and return value.
11416
c1ee9414
LM
114172015-02-10 Luis Machado <lgustavo@codesourcery.com>
11418
11419 * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
11420 (arm_prologue_this_id): Move PC and SP limit checks to
11421 arm_prologue_unwind_stop_reason.
11422 (arm_prologue_unwind) <stop_reason> : Set to
11423 arm_prologue_unwind_stop_reason.
11424
f7de9aab
MW
114252015-02-09 Mark Wielaard <mjw@redhat.com>
11426
11427 * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
11428 DW_LANG_Fortran08 as language_fortran.
11429
0b24eb2d
SDJ
114302015-02-09 Sergio Durigan Junior <sergiodj@redhat.com>
11431
11432 PR remote/17946
11433 * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
11434 of pointer against char.
11435
a2c2acaf
MW
114362015-02-09 Mark Wielaard <mjw@redhat.com>
11437
11438 * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
11439 (c_type_print_modifier): Likewise.
11440 * dwarf2read.c (read_tag_atomic_type): New function.
11441 (read_type_die_1): Handle DW_TAG_atomic_type.
11442 * gdbtypes.c (make_atomic_type): New function.
11443 (recursive_dump_type): Handle TYPE_ATOMIC.
11444 * gdbtypes.h (enum type_flag_values): Renumber.
11445 (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
11446 (TYPE_ATOMIC): New macro.
11447 (make_atomic_type): Declare.
11448
31fd9caa
MM
114492015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11450
11451 * btrace.c (ftrace_find_call): Skip gaps.
11452 (ftrace_new_function): Initialize level.
11453 (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
11454 (ftrace_new_switch): Update
11455 level computation.
11456 (ftrace_new_gap): New.
11457 (ftrace_update_function): Create new function after gap.
11458 (btrace_compute_ftrace_bts): Create gap on error.
11459 (btrace_stitch_bts): Update parameters. Clear trace if it
11460 becomes empty.
11461 (btrace_stitch_trace): Update parameters. Update callers.
11462 (btrace_clear): Reset the number of gaps.
11463 (btrace_insn_get): Return NULL if the iterator points to a gap.
11464 (btrace_insn_number): Return zero if the iterator points to a gap.
11465 (btrace_insn_end): Allow gaps at the end.
11466 (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
11467 (btrace_find_insn_by_number): Assert that the found iterator does
11468 not point to a gap.
11469 (btrace_call_next, btrace_call_prev): Assert that the last function
11470 is not a gap.
11471 * btrace.h (btrace_bts_error): New.
11472 (btrace_function): Update comment.
11473 (btrace_function) <insn, insn_offset, number>: Update comment.
11474 (btrace_function) <errcode>: New.
11475 (btrace_thread_info) <ngaps>: New.
11476 (btrace_thread_info) <replay>: Update comment.
11477 (btrace_insn_get): Update comment.
11478 * record-btrace.c (btrace_ui_out_decode_error): New.
11479 (record_btrace_info): Print number of gaps.
11480 (btrace_insn_history, btrace_call_history): Call
11481 btrace_ui_out_decode_error for gaps.
11482 (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
11483
afb778a2
MM
114842015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11485
11486 * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
11487 * nat/linux-btrace.c: (btrace_this_cpu): New.
11488 (cpu_supports_bts): Call btrace_this_cpu.
11489 (intel_supports_bts): Add cpu parameter.
11490
7d5c24b3
MM
114912015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11492
11493 * btrace.h (btrace_insn_class): New.
11494 (btrace_insn) <size, iclass>: New.
11495 * btrace.c (ftrace_find_call): Update parameters. Update users.
11496 Use instruction classification.
11497 (ftrace_new_return): Update parameters. Update users.
11498 (ftrace_update_function): Update parameters. Update users. Use
11499 instruction classification.
11500 (ftrace_update_insns): Update parameters. Update users.
11501 (ftrace_classify_insn): New.
11502 (btrace_compute_ftrace_bts): Fill in new btrace_insn fields. Add
11503 TRY_CATCH around call to gdb_insn_length.
11504
76235df1
MM
115052015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11506
11507 * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
11508 Update parameters. Update users.
11509
d33501a5
MM
115102015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11511
11512 * btrace.c (parse_xml_btrace_conf_bts): Add size.
11513 (btrace_conf_bts_attributes): New.
11514 (btrace_conf_children): Add attributes.
11515 * common/btrace-common.h (btrace_config_bts): New.
11516 (btrace_config)<bts>: New.
11517 (btrace_config): Update comment.
11518 * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
11519 Use config.
11520 * features/btrace-conf.dtd: Increment version. Add size
11521 attribute to bts element.
11522 * record-btrace.c (set_record_btrace_bts_cmdlist,
11523 show_record_btrace_bts_cmdlist): New.
11524 (record_btrace_adjust_size, record_btrace_print_bts_conf,
11525 record_btrace_print_conf, cmd_set_record_btrace_bts,
11526 cmd_show_record_btrace_bts): New.
11527 (record_btrace_info): Call record_btrace_print_conf.
11528 (_initialize_record_btrace): Add commands.
11529 * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
11530 (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
11531 (btrace_sync_conf): Synchronize bts size.
11532 (_initialize_remote): Add Qbtrace-conf:bts:size packet.
11533 * NEWS: Announce new commands and new packets.
11534
f4abbc16
MM
115352015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11536
11537 * Makefile.in (XMLFILES): Add btrace-conf.dtd.
11538 * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
11539 (x86_linux_btrace_conf): New.
11540 (x86_linux_create_target): Initialize to_btrace_conf.
11541 * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
11542 Check format. Split into this and ...
11543 (linux_enable_bts): ... this.
11544 (linux_btrace_conf): New.
11545 (perf_event_skip_record): Renamed into ...
11546 (perf_event_skip_bts_record): ... this. Updated users.
11547 (linux_disable_btrace): Split into this and ...
11548 (linux_disable_bts): ... this.
11549 (linux_read_btrace): Check format.
11550 * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
11551 (linux_btrace_conf): New.
11552 (btrace_target_info)<ptid>: Moved.
11553 (btrace_target_info)<conf>: New.
11554 (btrace_target_info): Split into this and ...
11555 (btrace_tinfo_bts): ... this. Updated users.
11556 * btrace.c (btrace_enable): Update parameters.
11557 (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
11558 (btrace_conf_children, btrace_conf_attributes)
11559 (btrace_conf_elements): New.
11560 * btrace.h (btrace_enable): Update parameters.
11561 (btrace_conf, parse_xml_btrace_conf): New.
11562 * common/btrace-common.h (btrace_config): New.
11563 * feature/btrace-conf.dtd: New.
11564 * record-btrace.c (record_btrace_conf): New.
11565 (record_btrace_cmdlist): New.
11566 (record_btrace_enable_warn, record_btrace_open): Pass
11567 &record_btrace_conf.
11568 (record_btrace_info): Print recording format.
11569 (cmd_record_btrace_bts_start): New.
11570 (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
11571 (_initialize_record_btrace): Add "record btrace bts" subcommand.
11572 Add "record bts" alias command.
11573 * remote.c (remote_state)<btrace_config>: New.
11574 (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
11575 (remote_protocol_features): Add qXfer:btrace-conf:read.
11576 (remote_open_1): Call remote_btrace_reset.
11577 (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
11578 (btrace_target_info)<conf>: New.
11579 (btrace_sync_conf, btrace_read_config): New.
11580 (remote_enable_btrace): Update parameters. Call btrace_sync_conf and
11581 btrace_read_conf.
11582 (remote_btrace_conf): New.
11583 (init_remote_ops): Initialize to_btrace_conf.
11584 (_initialize_remote): Add qXfer:btrace-conf packet.
11585 * target.c (target_enable_btrace): Update parameters.
11586 (target_btrace_conf): New.
11587 * target.h (target_enable_btrace): Update parameters.
11588 (target_btrace_conf): New.
11589 (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
11590 (target_ops)<to_enable_btrace>: Update parameters and comment.
11591 (target_ops)<to_btrace_conf>: New.
11592 * target-delegates: Regenerate.
11593 * target-debug.h (target_debug_print_const_struct_btrace_config_p)
11594 (target_debug_print_const_struct_btrace_target_info_p): New.
11595 * NEWS: Announce new command and new packet.
11596
aadf7753
MM
115972015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11598
11599 * nat/linux-btrace.h (perf_event_buffer): New.
11600 (btrace_target_info) <buffer, size, data_head>: Replace with ...
11601 <bts>: ... this.
11602 * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
11603 (perf_event_buffer_size, perf_event_buffer_begin)
11604 (perf_event_buffer_end, linux_btrace_has_changed): Removed.
11605 Updated users.
11606 (perf_event_new_data): New.
11607
043c3577
MM
116082015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11609
11610 * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
11611 * record-btrace.c (record_btrace_open): Remove call to
11612 target_supports_btrace.
11613 * remote.c (remote_supports_btrace): Update parameters.
11614 * target.c (target_supports_btrace): Update parameters.
11615 * target.h (to_supports_btrace, target_supports_btrace): Update
11616 parameters.
11617 * target-delegates.c: Regenerate.
11618 * target-debug.h (target_debug_print_enum_btrace_format): New.
11619 * nat/linux-btrace.c
11620 (kernel_supports_btrace): Rename into ...
11621 (kernel_supports_bts): ... this. Update users. Update warning text.
11622 (intel_supports_btrace): Rename into ...
11623 (intel_supports_bts): ... this. Update users.
11624 (cpu_supports_btrace): Rename into ...
11625 (cpu_supports_bts): ... this. Update users.
11626 (linux_supports_btrace): Update parameters. Split into this and ...
11627 (linux_supports_bts): ... this.
11628 * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
11629
734b0e4b
MM
116302015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11631
11632 * Makefile.in (SFILES): Add common/btrace-common.c.
11633 (COMMON_OBS): Add common/btrace-common.o.
11634 (btrace-common.o): Add build rules.
11635 * btrace.c (parse_xml_btrace): Update parameters.
11636 (parse_xml_btrace_block): Set format field.
11637 (btrace_add_pc, btrace_fetch): Use struct btrace_data.
11638 (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
11639 (btrace_compute_ftrace): Split into this and...
11640 (btrace_compute_ftrace_bts): ...this.
11641 (btrace_stitch_trace): Split into this and...
11642 (btrace_stitch_bts): ...this.
11643 * btrace.h (parse_xml_btrace): Update parameters.
11644 (make_cleanup_btrace_data): New.
11645 * common/btrace-common.c: New.
11646 * common/btrace-common.h: Include common-defs.h.
11647 (btrace_block_s): Update comment.
11648 (btrace_format): New.
11649 (btrace_format_string): New.
11650 (btrace_data_bts): New.
11651 (btrace_data): New.
11652 (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
11653 * remote.c (remote_read_btrace): Update parameters.
11654 * target.c (target_read_btrace): Update parameters.
11655 * target.h (target_read_btrace): Update parameters.
11656 (target_ops)<to_read_btrace>: Update parameters.
11657 * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
11658 * target-delegates.c: Regenerate.
11659 * target-debug (target_debug_print_struct_btrace_data_p): New.
11660 * nat/linux-btrace.c (linux_read_btrace): Split into this and...
11661 (linux_read_bts): ...this.
11662 * nat/linux-btrace.h (linux_read_btrace): Update parameters.
11663
bd2e0e9e
DE
116642015-02-06 Doug Evans <dje@google.com>
11665
11666 * remote-m32r-sdi.c: Include symfile.h.
11667
f176c4b5
DE
116682015-02-06 Doug Evans <dje@google.com>
11669
11670 * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
11671 * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
11672 to here.
11673
d6c146e9
PA
116742015-02-06 Pedro Alves <palves@redhat.com>
11675
11676 * linux-thread-db.c (find_new_threads_callback): Add debug output.
11677
b9d61307
SM
116782015-02-06 Simon Marchi <simon.marchi@ericsson.com>
11679
11680 PR gdb/15678
11681 * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
11682 (enable_count_command): Check args for NULL value.
11683
e9fbd043
DE
116842015-02-05 Doug Evans <xdje42@gmail.com>
11685
11686 * guile/scm-frame.c: Fix spelling errors in a comment.
11687
881d5d5d
JK
116882015-02-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11689
11690 * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
11691 * python/py-value.c (valpy_fetch_lazy): Use it. Remove cast to the
11692 return type.
11693
20ba1ce6
PA
116942015-02-04 Pedro Alves <palves@redhat.com>
11695
11696 * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
11697 (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
11698 returns true.
11699 (resume_stopped_resumed_lwps): Don't check whether the thread is
11700 marked as executing.
11701 (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
11702
f962539a
AA
117032015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11704
11705 * regset.h (struct regset): Add flags field.
11706 (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
11707 * corelow.c (get_core_register_section): Add warning if the size
11708 exceeds the requested size and the regset does not have the
11709 REGSET_VARIABLE_SIZE flag set.
11710 * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
11711 flag.
11712 * armbsd-tdep.c (armbsd_gregset): Likewise.
11713 * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
11714 * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
11715 * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
11716 * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
11717
dde9acd6
AA
117182015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11719
11720 * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
11721 For ".reg-xstate", explicitly specify the requested section size
11722 via X86_XSTATE_SIZE instead of just 0 on input and
11723 X86_XSTATE_MAX_SIZE on output.
11724 * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
11725 Likewise.
11726
1528345d
AA
117272015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11728
11729 PR corefiles/17808:
11730 * gdbarch.sh (iterate_over_regset_sections_cb): Document this
11731 function type, particularly its SIZE parameter.
11732 * gdbarch.h: Regenerate.
11733 * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
11734 actual against required size using ">=" instead of "==".
11735 (amd64_collect_fpregset): Likewise.
11736 * i386-tdep.c (i386_supply_gregset): Likewise.
11737 (i386_collect_gregset): Likewise.
11738 (i386_supply_fpregset): Likewise.
11739 (i386_collect_fpregset): Likewise.
11740 * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
11741 (mips_fill_gregset_wrapper): Likewise.
11742 (mips_supply_fpregset_wrapper): Likewise.
11743 (mips_fill_fpregset_wrapper): Likewise.
11744 (mips64_supply_gregset_wrapper): Likewise.
11745 (mips64_fill_gregset_wrapper): Likewise.
11746 (mips64_supply_fpregset_wrapper): Likewise.
11747 (mips64_fill_fpregset_wrapper): Likewise.
11748 * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
11749 (am33_supply_fpregset_method): Likewise.
11750 (am33_collect_gregset_method): Likewise.
11751 (am33_collect_fpregset_method): Likewise.
11752
518be979
DE
117532015-02-04 Doug Evans <dje@google.com>
11754 Pedro Alves <palves@redhat.com>
11755 Eli Zaretskii <eliz@gnu.org>
11756
11757 PR tui/17810
11758 * tui/tui-command.c (tui_refresh_cmd_win): New function.
11759 * tui/tui-command.c (tui_refresh_cmd_win): Declare.
11760 * tui/tui-file.c: #include tui/tui-command.h.
11761 (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
11762 (tui_file_flush): Refresh command window if stream is gdb_stdout.
11763 * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
11764
80bd5fab
PA
117652015-02-04 Pedro Alves <palves@redhat.com>
11766
11767 Fix build breakage.
11768 * event-loop.c (gdb_do_one_event): Add default switch case.
11769
a7606d80
JK
117702015-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11771
11772 Filter out inferior gcc option -fpreprocessed.
11773 * compile/compile.c (filter_args): New function.
11774 (get_args): Use it.
11775
70b66289
PA
117762015-02-03 Pedro Alves <palves@redhat.com>
11777
11778 * event-loop.c: Don't declare nor define a queue type for
11779 gdb_event_p.
11780 (event_queue): Delete.
11781 (create_event, create_file_event, gdb_event_xfree)
11782 (initialize_event_loop, process_event): Delete.
11783 (gdb_do_one_event): Return as soon as one event is handled.
11784 (handle_file_event): Change prototype. Used the passed in
11785 file_handler pointer and ready_mask instead of looping over all
11786 file handlers.
11787 (gdb_wait_for_event): Update the poll/select timeouts before
11788 blocking. Run event handlers directly instead of queueing events.
11789 Return as soon as one event is handled.
11790 (struct async_event_handler_data): Delete.
11791 (invoke_async_event_handler): Delete.
11792 (check_async_event_handlers): Change return type to int. Run
11793 event handlers directly instead of queueing events. Return as
11794 soon as one event is handled.
11795 (handle_timer_event): Delete.
11796 (update_wait_timeout): New function, factored out from
11797 poll_timers.
11798 (poll_timers): Reimplement.
11799 * event-loop.h (initialize_event_loop): Delete declaration.
11800 * top.c (gdb_init): Don't call initialize_event_loop.
11801
b7d2e916
PA
118022015-02-03 Pedro Alves <palves@redhat.com>
11803
11804 * event-loop.c (clear_async_event_handler): New function.
11805 * event-loop.h (clear_async_event_handler): New declaration.
11806 * record-btrace.c (record_btrace_async): New function.
11807 (init_record_btrace_ops): Install record_btrace_async.
11808 * record-full.c (record_full_async): New function.
11809 (record_full_resume): Don't mark the async event source here.
11810 (init_record_full_ops): Install record_full_async.
11811 (record_full_core_resume): Don't mark the async event source here.
11812 (init_record_full_core_ops): Install record_full_async.
11813 * remote.c (remote_async): Mark and clear the async stop reply
11814 queue event-loop token as appropriate.
11815
d9d41e78
PA
118162015-02-03 Pedro Alves <palves@redhat.com>
11817
11818 * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
11819 target_is_async_p instead of target_can_async.
11820 (linux_nat_wait): Use target_is_async_p instead of
11821 target_can_async. Don't enable async here.
11822 * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
11823 target_is_async_p instead of target_can_async.
11824
aa3de267
SM
118252015-02-02 Simon Marchi <simon.marchi@ericsson.com>
11826
11827 * varobj.h (lang_varobj_ops): Mention which return values need
11828 to be freed.
11829
2c811c0f
JB
118302015-02-02 Joel Brobecker <brobecker@adacore.com>
11831
11832 * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
11833
b1eedac9
JB
118342015-02-02 Joel Brobecker <brobecker@adacore.com>
11835
11836 PR gdb/17856:
11837 * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
11838 results found in the cache.
11839
66c168ae
JB
118402015-02-02 Joel Brobecker <brobecker@adacore.com>
11841
11842 PR gdb/17854:
11843 * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
11844 when allocating a new one.
11845
4bdc02b2
TT
118462015-02-01 Tom Tromey <tom@tromey.com>
11847
11848 * MAINTAINERS: Remove myself.
11849
ae6ae975
DE
118502015-01-31 Doug Evans <xdje42@gmail.com>
11851
11852 * dwarf2read.c (process_structure_scope): Update setting of
11853 TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
11854 * gdbtypes.c (internal_type_vptr_fieldno): New function.
11855 (set_type_vptr_fieldno): New function.
11856 (internal_type_vptr_basetype): New function.
11857 (set_type_vptr_basetype): New function.
11858 (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
11859 TYPE_VPTR_BASETYPE.
11860 (allocate_cplus_struct_type): Initialize vptr_fieldno.
11861 (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
11862 (print_cplus_stuff): ... moved here.
11863 (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
11864 * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
11865 moved to ...
11866 (struct cplus_struct_type): ... here. All uses updated.
11867 (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
11868 (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
11869 (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
11870 * stabsread.c (read_tilde_fields): Update setting of
11871 TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
11872
09e2d7c7
DE
118732015-01-31 Doug Evans <xdje42@gmail.com>
11874
11875 * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
11876 to self_p.
11877 (cp_print_class_member): Rename local domain to self_type.
11878 * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
11879 domain_type to self_type.
11880 (set_die_type) <need_gnat_info>: Handle
11881 TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
11882 * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
11883 TYPE_SPECIFIC_SELF_TYPE.
11884 * gdbtypes.c (internal_type_self_type): New function.
11885 (set_type_self_type): New function.
11886 (smash_to_memberptr_type): Rename parameter domain to self_type.
11887 Update setting of TYPE_SELF_TYPE.
11888 (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
11889 (smash_to_method_type): Rename parameter domain to self_type.
11890 Update setting of TYPE_SELF_TYPE.
11891 (check_stub_method): Call smash_to_method_type.
11892 (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
11893 (copy_type_recursive): Ditto.
11894 * gdbtypes.h (enum type_specific_kind): New value
11895 TYPE_SPECIFIC_SELF_TYPE.
11896 (struct main_type) <type_specific>: New member self_type.
11897 (struct cplus_struct_type) <fn_field.type>: Update comment.
11898 (TYPE_SELF_TYPE): Rewrite.
11899 (internal_type_self_type, set_type_self_type): Declare.
11900 * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
11901 self_type.
11902 (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
11903 * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
11904 TYPE_TARGET_TYPE.
11905 * stabsread.c (read_member_functions): Mark methods with
11906 TYPE_CODE_METHOD, not TYPE_CODE_FUNC. Update setting of
11907 TYPE_SELF_TYPE.
11908
4bfb94b8
DE
119092015-01-31 Doug Evans <xdje42@gmail.com>
11910
11911 * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
11912 All uses updated.
11913
5f4ce105
DE
119142015-01-31 Doug Evans <xdje42@gmail.com>
11915
11916 * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
11917 or unions. Return zero if union.
11918 (gnuv3_get_vtable): Call check_typedef. Assert only passed structs.
11919 (gnuv3_rtti_type): Pass already-check_typedef'd value to
11920 gnuv3_get_vtable.
11921 (compute_vtable_size): Assert only passed structs.
11922 (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
11923
f6b3afbf
DE
119242015-01-31 Doug Evans <xdje42@gmail.com>
11925
11926 * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
11927 kinds.
11928
cfb069a8
GB
119292015-01-31 Gary Benson <gbenson@redhat.com>
11930 Doug Evans <dje@google.com>
11931
11932 PR cli/9007
11933 PR cli/11920
11934 PR cli/15548
11935 * cli/cli-cmds.c (complete_command): Notify user if max-completions
11936 reached.
11937 * common/common-exceptions.h (enum errors)
11938 <MAX_COMPLETIONS_REACHED_ERROR>: New value.
11939 * completer.h (get_max_completions_reached_message): New declaration.
11940 (max_completions): Likewise.
11941 (completion_tracker_t): New typedef.
11942 (new_completion_tracker): New declaration.
11943 (make_cleanup_free_completion_tracker): Likewise.
11944 (maybe_add_completion_enum): New enum.
11945 (maybe_add_completion): New declaration.
11946 (throw_max_completions_reached_error): Likewise.
11947 * completer.c (max_completions): New global variable.
11948 (new_completion_tracker): New function.
11949 (free_completion_tracker): Likewise.
11950 (make_cleanup_free_completion_tracker): Likewise.
11951 (maybe_add_completions): Likewise.
11952 (throw_max_completions_reached_error): Likewise.
11953 (complete_line): Remove duplicates and limit result to max_completions
11954 entries.
11955 (get_max_completions_reached_message): New function.
11956 (gdb_display_match_list): Handle max_completions.
11957 (_initialize_completer): New declaration and function.
11958 * symtab.c: Include completer.h.
11959 (completion_tracker): New static variable.
11960 (completion_list_add_name): Call maybe_add_completion.
11961 (default_make_symbol_completion_list_break_on_1): Renamed from
11962 default_make_symbol_completion_list_break_on. Maintain
11963 completion_tracker across calls to completion_list_add_name.
11964 (default_make_symbol_completion_list_break_on): New function.
11965 * top.c (init_main): Set rl_completion_display_matches_hook.
11966 * tui/tui-io.c: Include completer.h.
11967 (tui_old_rl_display_matches_hook): New static global.
11968 (tui_rl_display_match_list): Notify user if max-completions reached.
11969 (tui_setup_io): Save/restore rl_completion_display_matches_hook.
11970 * NEWS (New Options): Mention set/show max-completions.
11971
e11c72c7
GB
119722015-01-31 Gary Benson <gbenson@redhat.com>
11973
11974 * symtab.c (struct add_name_data) <code>: New field.
11975 Updated comments.
11976 (add_symtab_completions): New function.
11977 (symtab_expansion_callback): Likewise.
11978 (default_make_symbol_completion_list_break_on): Set datum.code.
11979 Move minimal symbol scan before calling expand_symtabs_matching.
11980 Scan known primary symtabs for externs and statics before calling
11981 expand_symtabs_matching. Pass symtab_expansion_callback as
11982 expansion_notify argument to expand_symtabs_matching. Do not scan
11983 primary symtabs for externs and statics after calling
11984 expand_symtabs_matching.
11985
276d885b
GB
119862015-01-31 Gary Benson <gbenson@redhat.com>
11987
11988 * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
11989 (struct quick_symbol_functions) <expand_symtabs_matching>:
11990 New argument expansion_notify. All uses updated.
11991 (expand_symtabs_matching): New argument expansion_notify.
11992 All uses updated.
11993 * symfile-debug.c (debug_qf_expand_symtabs_matching):
11994 Also print expansion notify.
11995 * symtab.c (expand_symtabs_matching_via_partial): Call
11996 expansion_notify whenever a partial symbol table is expanded.
11997 * dwarf2read.c (dw2_expand_symtabs_matching): Call
11998 expansion_notify whenever a symbol table is instantiated.
11999
82083d6d
DE
120002015-01-31 Doug Evans <xdje42@gmail.com>
12001
12002 * cli-out.c: #include completer.h, readline/readline.h.
12003 (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
12004 (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
12005 (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
12006 * cli-out.h (cli_display_match_list): Declare.
12007 * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
12008 (ELLIPSIS_LEN): Ditto.
12009 (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
12010 (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
12011 (gdb_fnprint, gdb_print_filename): Ditto.
12012 (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
12013 (gdb_display_match_list): Ditto.
12014 * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
12015 (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
12016 (mld_beep_ftype, mld_read_key_ftype): Ditto.
12017 (match_list_displayer): New struct.
12018 (gdb_display_match_list): Declare.
12019 * top.c (init_main): Set rl_completion_display_matches_hook.
12020 * tui/tui-io.c: #include completer.h.
12021 (printable_part, PUTX, print_filename, get_y_or_n): Delete.
12022 (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
12023 (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
12024 (tui_mld_getc, tui_mld_read_key): Ditto.
12025 (tui_rl_display_match_list): Rewrite.
12026 (tui_handle_resize_during_io): New arg for_completion. All callers
12027 updated.
12028
f57d2163
DE
120292015-01-31 Doug Evans <xdje42@gmail.com>
12030
12031 Add symbol lookup cache.
12032 * NEWS: Document new options and commands.
12033 * symtab.c (symbol_cache_key): New static global.
12034 (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
12035 (SYMBOL_LOOKUP_FAILED): New macro.
12036 (symbol_cache_slot_state): New enum.
12037 (block_symbol_cache): New struct.
12038 (symbol_cache): New struct.
12039 (new_symbol_cache_size, symbol_cache_size): New static globals.
12040 (hash_symbol_entry, eq_symbol_entry): New functions.
12041 (symbol_cache_byte_size, resize_symbol_cache): New functions.
12042 (make_symbol_cache, free_symbol_cache): New functions.
12043 (get_symbol_cache, symbol_cache_cleanup): New function.
12044 (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
12045 (symbol_cache_lookup, symbol_cache_clear_slot): New function.
12046 (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
12047 (symbol_cache_flush, symbol_cache_dump): New functions.
12048 (maintenance_print_symbol_cache): New function.
12049 (maintenance_flush_symbol_cache): New function.
12050 (symbol_cache_stats): New function.
12051 (maintenance_print_symbol_cache_statistics): New function.
12052 (symtab_new_objfile_observer): New function.
12053 (symtab_free_objfile_observer): New function.
12054 (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
12055 (_initialize_symtab): Init symbol_cache_key. New parameter
12056 maint symbol-cache-size. New maint commands print symbol-cache,
12057 print symbol-cache-statistics, flush-symbol-cache.
12058 Install new_objfile, free_objfile observers.
12059
e700d1b2
JB
120602015-01-31 Joel Brobecker <brobecker@adacore.com>
12061
12062 PR symtab/17855
12063 * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
12064 to end.
12065
9f050062
DE
120662015-01-31 Doug Evans <xdje42@gmail.com>
12067
12068 * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
12069 * auto-load.c: #include ctype.h.
12070 (struct auto_load_pspace_info): Replace member loaded_scripts with
12071 new members loaded_script_files, loaded_script_texts.
12072 (auto_load_pspace_data_cleanup): Update.
12073 (init_loaded_scripts_info): Update.
12074 (get_auto_load_pspace_data_for_loading): Update.
12075 (maybe_add_script_file): Renamed from maybe_add_script. All callers
12076 updated.
12077 (maybe_add_script_text): New function.
12078 (clear_section_scripts): Update.
12079 (source_script_file, execute_script_contents): New functions.
12080 (source_section_scripts): Add support for
12081 SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
12082 (print_scripts): New function.
12083 (auto_load_info_scripts): Also print inlined scripts.
12084 (maybe_print_unsupported_script_warning): Renamed from
12085 unsupported_script_warning_print. All callers updated.
12086 (maybe_print_script_not_found_warning): Renamed from
12087 script_not_found_warning_print. All callers updated.
12088 * extension-priv.h (struct extension_language_script_ops): New member
12089 objfile_script_executor.
12090 * extension.c (ext_lang_objfile_script_executor): New function.
12091 * extension.h (objfile_script_executor_func): New typedef.
12092 (ext_lang_objfile_script_executor): Declare.
12093 * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
12094 * guile/guile.c (guile_extension_script_ops): Update.
12095 * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
12096 * python/python.c (python_extension_script_ops): Update.
12097 (gdbpy_execute_objfile_script): New function.
12098
312809f8
EZ
120992015-01-31 Eli Zaretskii <eliz@gnu.org>
12100
12101 * tui/tui-io.c (tui_expand_tabs): New function.
12102 (tui_puts, tui_redisplay_readline): Expand TABs into the
12103 appropriate number of spaces.
12104 * tui/tui-regs.c: Include tui-io.h.
12105 (tui_register_format): Call tui_expand_tabs to expand TABs into
12106 the appropriate number of spaces.
12107 * tui/tui-io.h: Add prototype for tui_expand_tabs.
12108
b6577aab
DE
121092015-01-30 Doug Evans <dje@google.com>
12110
12111 * NEWS: "info source" command now display producer string if present.
12112 * source.c (source_info): Print producer string if present.
12113
6da58d3e
SM
121142015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12115
12116 * varobj.c (varobj_delete): Fix comment.
12117
837ce252
SM
121182015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12119
12120 * varobj.c (create_child): Modify comment.
12121
b09e2c59
SM
121222015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12123
12124 * ada-varobj.c (ada_number_of_children): Constify struct varobj *
12125 parameter.
12126 (ada_name_of_variable): Same.
12127 (ada_path_expr_of_child): Same.
12128 (ada_value_of_variable): Same.
12129 (ada_value_is_changeable_p): Same.
12130 (ada_value_has_mutated): Same.
12131 * c-varobj.c (varobj_is_anonymous_child): Same.
12132 (c_is_path_expr_parent): Same.
12133 (c_number_of_children): Same.
12134 (c_name_of_variable): Same.
12135 (c_path_expr_of_child): Same.
12136 (get_type): Same.
12137 (c_value_of_variable): Same.
12138 (cplus_number_of_children): Same.
12139 (cplus_name_of_variable): Same.
12140 (cplus_path_expr_of_child): Same.
12141 (cplus_value_of_variable): Same.
12142 * jv-varobj.c (java_number_of_children): Same.
12143 (java_name_of_variable): Same.
12144 (java_path_expr_of_child): Same.
12145 (java_value_of_variable): Same.
12146 * varobj.c (number_of_children): Same.
12147 (name_of_variable): Same.
12148 (is_root_p): Same.
12149 (varobj_ensure_python_env): Same.
12150 (varobj_get_objname): Same.
12151 (varobj_get_expression): Same.
12152 (varobj_get_display_format): Same.
12153 (varobj_get_display_hint): Same.
12154 (varobj_has_more): Same.
12155 (varobj_get_thread_id): Same.
12156 (varobj_get_frozen): Same.
12157 (dynamic_varobj_has_child_method): Same.
12158 (varobj_get_gdb_type): Same.
12159 (is_path_expr_parent): Same.
12160 (varobj_default_is_path_expr_parent): Same.
12161 (varobj_get_language): Same.
12162 (varobj_get_attributes): Same.
12163 (varobj_is_dynamic_p): Same.
12164 (varobj_get_child_range): Same.
12165 (varobj_value_has_mutated): Same.
12166 (varobj_get_value_type): Same.
12167 (number_of_children): Same.
12168 (name_of_variable): Same.
12169 (check_scope): Same.
12170 (varobj_editable_p): Same.
12171 (varobj_value_is_changeable_p): Same.
12172 (varobj_floating_p): Same.
12173 (varobj_default_value_is_changeable_p): Same.
12174
2568868e
SM
121752015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12176
12177 * varobj.c (varobj_get_path_expr): Set var->path_expr.
12178 * c-varobj.c (c_path_expr_of_child): Set local var instead of
12179 child->path_expr.
12180 (cplus_path_expr_of_child): Same.
12181
ca83fa81
SM
121822015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12183
12184 * mi-cmd-var.c (print_varobj): Free varobj_get_expression
12185 result.
12186 (mi_cmd_var_info_expression): Same.
12187 * varobj.c (varobj_get_expression): Mention in the comment that
12188 the result must by freed by the caller.
12189
afa269ae
SM
121902015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12191
12192 * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
12193 varobj_get_type.
12194 (varobj_update_one): Same.
12195 * varobj.c (update_type_if_necessary): Free curr_type_str and
12196 new_type_str.
12197 (varobj_get_type): Specify in comment that the result needs to be
12198 freed by the caller.
12199
cd366ee8
DE
122002015-01-29 Doug Evans <dje@google.com>
12201
12202 PR symtab/17890
12203 * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
12204
38360086
MW
122052015-01-25 Mark Wielaard <mjw@redhat.com>
12206
12207 * dwarf2read.c (checkproducer): Call producer_is_gcc.
12208 * utils.c (producer_is_gcc_ge_4): Likewise.
12209 (producer_is_gcc): New function.
12210 * utils.h (producer_is_gcc): New declaration.
12211
df25ebbd
JB
122122015-01-29 Joel Brobecker <brobecker@adacore.com>
12213
12214 * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
12215 kind.
12216 * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
12217 parameter by "addr_stack" parameter.
12218 (resolve_dynamic_range): Replace "addr" parameter by
12219 "stack_addr" parameter. Update function documentation.
12220 Update code accordingly.
12221 (resolve_dynamic_array, resolve_dynamic_union)
12222 (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
12223 (resolve_dynamic_type): Update code, following the changes made
12224 to resolve_dynamic_type_internal's interface.
12225 * dwarf2loc.h (struct property_addr_info): New.
12226 (dwarf2_evaluate_property): Replace "address" parameter
12227 by "addr_stack" parameter. Adjust function documentation.
12228 (struct dwarf2_offset_baton): New.
12229 (struct dwarf2_property_baton): Update documentation of
12230 field "referenced_type" to be more general. New field
12231 "offset_info" in union data field.
12232 * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
12233 parameter by "addr_stack" parameter. Adjust code accordingly.
12234 Add support for PROP_ADDR_OFFSET properties.
12235 * dwarf2read.c (attr_to_dynamic_prop): Add support for
12236 DW_AT_data_member_location attributes as well. Use case
12237 statements instead of if/else condition.
12238
4a0ca9ec
JB
122392015-01-29 Joel Brobecker <brobecker@adacore.com>
12240
12241 * ada-varobj.c (ada_varobj_get_array_number_of_children):
12242 Return zero if PARENT_VALUE is NULL and parent_type's
12243 range type is dynamic.
12244
ddb87a81
JB
122452015-01-29 Joel Brobecker <brobecker@adacore.com>
12246
12247 * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
12248 nonzero if the type's subtype is dynamic.
12249 (resolve_dynamic_range): Also resolve the range's subtype.
12250
3d7ad9b4 122512015-01-29 Alexander Klimov <alserkli@inbox.ru> (tiny patch)
7a270e0c 12252
3d7ad9b4 12253 Pushed by Joel Brobecker <brobecker@adacore.com>.
7a270e0c
AK
12254 * symfile.c (unmap_overlay_command): Initialize sec to NULL.
12255
3a8b707a
DE
122562015-01-27 Doug Evans <dje@google.com>
12257
12258 * NEWS: Mention gdb.Objfile.username.
12259 * python/py-objfile.c (objfpy_get_username): New function.
12260 (objfile_getset): Add "username".
12261
d35b90fb
MW
122622015-01-24 Mark Wielaard <mjw@redhat.com>
12263
12264 * stack.c (return_command): Markup warning message with _.
12265
734ae125
DE
122662015-01-24 Doug Evans <xdje42@gmail.com>
12267
12268 * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
12269
527f3840
JK
122702015-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12271
12272 Fix 100x slowdown regression on DWZ files.
12273 * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
12274 (struct line_header): Add offset and offset_in_dwz.
12275 (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
12276 (free_line_header_voidp): New declaration.
12277 (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
12278 functions.
12279 (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
12280 (handle_DW_AT_stmt_list): Use line_header_hash.
12281 (free_line_header_voidp): New function.
12282 (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
12283 (dwarf_decode_lines): New parameter decode_mapping, use it.
12284 (dwarf2_free_objfile): Free line_header_hash.
12285
f7e5394d
SM
122862015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12287
12288 PR gdb/17416
12289 * valops.c (value_rtti_indirect_type): Catch exception thrown by
12290 value_ind.
12291
743649fd
MW
122922015-01-15 Mark Wielaard <mjw@redhat.com>
12293
12294 * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
12295 DW_AT_noreturn.
12296 * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
12297 calling_convention an 8 bit bit field.
12298 (TYPE_NO_RETURN): New macro.
12299 * infcmd.c (finish_command): Query if function does not return
12300 normally.
12301 * stack.c (return_command): Likewise.
12302
198297aa
PA
123032015-01-23 Pedro Alves <palves@redhat.com>
12304
12305 * linux-nat.c (linux_is_async_p): New macro.
12306 (linux_nat_is_async_p):
12307 (linux_nat_terminal_inferior): Check whether the target can async
12308 instead of whether it is already async.
12309 (linux_nat_terminal_ours): Don't check whether the target is
12310 async.
12311 (linux_async_pipe): Use linux_is_async_p.
12312
253828f1
JK
123132015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12314
12315 * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
12316 '-ascending'.
12317 * thread.c (tp_array_compar_ascending, tp_array_compar): New.
12318 (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
12319 Sort tp_array using tp_array_compar.
12320 (_initialize_thread): Extend thread_apply_all_command help.
12321
f0e8c4c5
JK
123222015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12323
12324 * corelow.c (core_open): Call also thread_command.
12325 * gdbthread.h (thread_command): New prototype moved from ...
12326 * thread.c (thread_command): ... here.
12327 (thread_command): Make it global.
12328
03b79603
PA
123292015-01-22 Pedro Alves <palves@redhat.com>
12330
12331 * configure.ac [*mingw32*]: Check $curses_found instead of
12332 $prefer_curses.
12333 * configure: Regenerate.
12334 * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
12335 HAVE_NCURSES_NCURSES_H checks.
12336
6b8a872f
EZ
123372015-01-22 Eli Zaretskii <eliz@gnu.org>
12338
bbbbffbb 12339 * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
6b8a872f
EZ
12340 fails with the 1st arg NULL, try again with "unknown". Don't test
12341 the "cup" capability: it isn't supported by the Windows port of
12342 ncurses, but the Windows console driver is still capable of
12343 supporting TUI.
12344
4b62a76e
JK
123452015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12346
12347 * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
12348
82a864f9
EZ
123492015-01-22 Eli Zaretskii <eliz@gnu.org>
12350
12351 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
12352 (ALLDEPFILES): Remove irix5-nat.c. These two are part of the
12353 reason that "make TAGS" is broken.
12354
b35018fd
CG
123552015-01-22 Chen Gang <gang.chen.5i5j@gmail.com>
12356
12357 * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
12358 and check additional store instructions.
12359
ffbc4646
WW
123602015-01-21 Wei-cheng Wang <cole945@gmail.com>
12361
12362 * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
12363
ddeca1df
WW
123642015-01-21 Wei-cheng Wang <cole945@gmail.com>
12365
12366 * ppc-linux-tdep.c (ppc_skip_trampoline_code,
12367 ppc_canonicalize_syscall, ppc_linux_syscall_record,
12368 ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
12369 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12370 * rs6000-tdep.c (rs6000_epilogue_frame_cache,
12371 rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
12372 rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
12373 ppc_process_record_op19, ppc_process_record_op31,
12374 ppc_process_record_op59, ppc_process_record_op60,
12375 ppc_process_record_op63): Likewise.
12376
049bb5de
JB
123772015-01-20 Joel Brobecker <brobecker@adacore.com>
12378
12379 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
12380 (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
12381 strerror.
12382
42b87c63 123832015-01-20 Wei-cheng Wang <cole945@gmail.com>
810c1026
WW
12384
12385 * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
12386 ppc_process_record_op31, ppc_process_record_op59,
12387 ppc_process_record_op60, ppc_process_record_op63,
12388 ppc_process_record): Fix -Wformat warning.
12389 * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
12390 Remove unused variables.
12391
569340fc
CG
123922015-01-20 Chen Gang <gang.chen.5i5j@gmail.com>
12393
12394 * MAINTAINERS (Write After Approval): Add "Chen Gang".
12395
63413d85
EZ
123962015-01-19 Eli Zaretskii <eliz@gnu.org>
12397
12398 * configure.ac [*mingw32*]: Only add windows-termcap.o to
12399 CONFIG_OBS if not building with a curses library.
12400 * configure: Regenerate.
12401
12402 * windows-termcap.c: Include defs.h. Make the whole body empty if
12403 either one of HAVE_CURSES_H or HAVE_NCURSES_H or
12404 HAVE_NCURSES_NCURSES_H is defined.
12405
16d8013c
JB
124062015-01-19 Joel Brobecker <brobecker@adacore.com>
12407
12408 * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
12409 from end of line to start of next line.
12410
cf90fd9a
WW
124112015-01-17 Wei-cheng Wang <cole945@gmail.com>
12412
12413 * ppc-linux-tdep.c (ppc_skip_trampoline_code):
12414 Scan PLT stub backward for reverse debugging.
12415 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12416
b4cdae6f
WW
124172015-01-17 Wei-cheng Wang <cole945@gmail.com>
12418 Ulrich Weigand <uweigand@de.ibm.com>
12419
12420 * configure.tgt (powerpc*-*-linux): Add linux-record.o to
12421 gdb_target_obs.
12422 (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
12423 record.
12424 (ppc_canonicalize_syscall, ppc_linux_syscall_record,
12425 ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
12426 (ppc_linux_init_abi): Set process_record, process_record_signal.
12427 * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
12428 ppc_linux_record_tdep to gdbarch_tdep.
12429 (ppc_process_record): New declaration.
12430 * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
12431 ppc_process_record_op19, ppc_process_record_op31,
12432 ppc_process_record_op59, ppc_process_record_op60,
12433 ppc_process_record_op63, ppc_process_record): New functions.
12434
2608dbf8
WW
124352015-01-17 Wei-cheng Wang <cole945@gmail.com>
12436
12437 * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
12438 rs6000_in_function_epilogue_frame_p and add an argument
12439 for frame_info.
12440 (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
12441 rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
12442 New functions.
12443 (rs6000_epilogue_frame_unwind): New.
12444 (rs6000_gdbarch_init): Append epilogue unwinder.
12445
4c347be6
SDJ
124462015-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
12447
12448 * nat/linux-personality.c: Replace "#ifndef
12449 HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
12450 !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
12451 systems.
12452
9f2850ba
EZ
124532015-01-16 Eli Zaretskii <eliz@gnu.org>
12454
6cdb25f4
EZ
12455 * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
12456 functions.
12457 (_initialize_tui_win) <border-kind, border-mode>:
12458 <active-border-mode>: Use tui_set_var_cmd as the "set" function.
c54da50d
EZ
12459 (tui_set_tab_width_command): Fix the commentary.
12460
6cdb25f4
EZ
12461 * tui/tui-win.h: Add prototype for tui_rehighlight_all.
12462
bf555842
EZ
12463 * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
12464 Doc fix.
cb86fcc1
EZ
12465 (tui_set_tab_width_command): Delete and recreate the source and
12466 the disassembly windows, to show the effect of the changed tab
12467 size immediately.
bf555842 12468
9f2850ba
EZ
12469 * tui/tui-data.h (LINE_PREFIX): Make shorter
12470 (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
12471 "Thread NNNNN.XXXX" thread ID notation on Windows.
12472
95761b2d
JK
124732015-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12474
12475 Fix gcc-5 compilation.
12476 * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
12477
8cc73a39
SDJ
124782015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
12479
12480 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
12481 (linux-personality.o): New rule.
12482 * common/common-defs.h: Include <stdint.h>.
12483 * config/aarch64/linux.mh (NATDEPFILES): Include
12484 linux-personality.o.
12485 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
12486 * config/arm/linux.mh (NATDEPFILES): Likewise.
12487 * config/i386/linux64.mh (NATDEPFILES): Likewise.
12488 * config/i386/linux.mh (NATDEPFILES): Likewise.
12489 * config/ia64/linux.mh (NATDEPFILES): Likewise.
12490 * config/m32r/linux.mh (NATDEPFILES): Likewise.
12491 * config/m68k/linux.mh (NATDEPFILES): Likewise.
12492 * config/mips/linux.mh (NATDEPFILES): Likewise.
12493 * config/pa/linux.mh (NATDEPFILES): Likewise.
12494 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
12495 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
12496 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
12497 * config/s390/linux.mh (NATDEPFILES): Likewise.
12498 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
12499 * config/sparc/linux.mh (NATDEPFILES): Likewise.
12500 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
12501 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
12502 * defs.h: Remove #include <stdint.h> (moved to
12503 common/common-defs.h).
12504 * linux-nat.c: Include nat/linux-personality.h. Remove #include
12505 <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
12506 nat/linux-personality.c).
12507 (linux_nat_create_inferior): Remove code to disable address space
12508 randomization (moved to nat/linux-personality.c). Create cleanup
12509 to disable address space randomization.
12510 * nat/linux-personality.c: New file.
12511 * nat/linux-personality.h: Likewise.
12512
fb23d554
SDJ
125132015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
12514
12515 * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
12516 common/posix-strerror.c.
12517 (posix-strerror.o): New rule.
12518 (mingw-strerror.o): Likewise.
12519 * common/common-utils.h (safe_strerror): Move prototype to here,
12520 from utils.h.
12521 * common/common.host: New file.
12522 * common/mingw-strerror.c: Likewise.
12523 * common/posix-strerror.c: Likewise.
12524 * configure: Regenerated.
12525 * configure.ac: Source common/common.host. Add variable
12526 common_host_obs to gdb_host_obs.
12527 * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
12528 gdb/common/posix-strerror.c when warning about the use of
12529 strerror.
12530 * mingw-hdep.c (safe_strerror): Remove definition; move it to
12531 common/mingw-strerror.c.
12532 * posix-hdep.c (safe_strerror): Remove definition; move it to
12533 common/posix-hdep.c.
12534 * utils.h (safe_strerror): Remove prototype; move to
12535 common/common-utils.h.
12536
3af8af43
JB
125372015-01-15 Joel Brobecker <brobecker@adacore.com>
12538
12539 GDB 7.8.2 released.
12540
bafffb51
JB
125412015-01-15 Joel Brobecker <brobecker@adacore.com>
12542
12543 * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
12544 ___XA type if the array has already been fixed.
12545
cdf43629
YQ
125462015-01-14 Yao Qi <yao@codesourcery.com>
12547
12548 * Makefile.in (ppc-linux.o): New rule.
12549 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
12550 * configure.ac: AC_CHECK_FUNCS(getauxval).
12551 * config.in: Re-generated.
12552 * configure: Re-generated.
12553 * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
12554 Declare.
12555 * nat/ppc-linux.c: New file.
12556 * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
12557 Call ppc64_64bit_inferior_p.
12558
514c5338
YQ
125592015-01-14 Yao Qi <yao@codesourcery.com>
12560
12561 * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
12562 nat/ppc-linux.h.
12563 (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
12564 (PPC_FEATURE_HAS_DFP): Likewise.
12565 (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
12566 (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
12567 (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
12568 Include "nat/ppc-linux.h".
12569 * nat/ppc-linux.h: New file.
12570 * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
12571
5589af0e
PA
125722015-01-14 Pedro Alves <palves@redhat.com>
12573
12574 PR gdb/17525
12575 * breakpoint.c: Include "interps.h".
12576 (bpstat_do_actions_1): Also check whether the interpreter is
12577 async.
12578
6c400b59
PA
125792015-01-14 Pedro Alves <palves@redhat.com>
12580
12581 PR cli/17828
12582 * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
12583 reinstall if the interpreter is sync.
12584
e02c96a7
DE
125852015-01-13 Doug Evans <dje@google.com>
12586
12587 * objfiles.c (objfile_filename): New function.
12588 * objfiles.h (objfile_filename): Declare it.
12589 (objfile_name): Add function comment.
12590 * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
12591 bfd file name (which may be realpath'd), and the original name.
12592
3b2f13ff
JB
125932015-01-13 Joel Brobecker <brobecker@adacore.com>
12594
12595 * NEWS: Create a new section for the next release branch.
12596 Rename the section of the current branch, now that it has
12597 been cut.
12598
b4cfe7f8
JB
125992015-01-13 Joel Brobecker <brobecker@adacore.com>
12600
12601 GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
12602 * version.in: Bump version to 7.9.50.DATE-cvs.
12603
92fc2e69
JB
126042015-01-13 Joel Brobecker <brobecker@adacore.com>
12605
12606 * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
12607 Remove trailing new-line in argument of call to warning.
12608
f71f0b0d
JB
126092015-01-13 Joel Brobecker <brobecker@adacore.com>
12610
12611 * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
12612 new-line in argument of call to "warning".
12613
04dccad0
JB
126142015-01-13 Joel Brobecker <brobecker@adacore.com>
12615
12616 * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
12617 in static block, then try searching for primitive types.
12618
08b13bdd
PP
126192015-01-12 Patrick Palka <patrick@parcs.ath.cx>
12620
12621 * top.h (gdb_add_history): Declare.
12622 * top.c (command_count): New variable.
12623 (gdb_add_history): New function.
12624 (gdb_safe_append_history): New static function.
12625 (quit_force): Call it.
12626 (command_line_input): Use gdb_add_history instead of
12627 add_history.
12628 * event-top.c (command_line_handler): Likewise.
12629
4ac15b59
JC
126302015-01-12 James Clarke <jrtc27@jrtc27.com> (tiny patch)
12631
12632 PR gdb/17046
12633 * darwin-nat.c: Replace <machine/setjmp.h> #include by
12634 <setjmp.h> #include.
12635
005e54bb
DE
126362015-01-11 Doug Evans <xdje42@gmail.com>
12637
12638 * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
12639
439250fb
DE
126402015-01-11 Doug Evans <xdje42@gmail.com>
12641
12642 PR gdb/15830
12643 * NEWS: The "maint demangle" command is renamed as "demangle".
12644 * demangle.c: #include cli/cli-utils.h, language.h.
12645 (demangle_command): New function.
12646 (_initialize_demangle): Add new command "demangle".
12647 * maint.c (maintenance_demangle): Stub out.
12648 (_initialize_maint_cmds): Update help text for "maint demangle",
12649 and mark as deprecated.
12650
ebf3aa72
MK
126512015-01-11 Mark Kettenis <kettenis@gnu.org>
12652
12653 * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
12654 inferior_thread is a function.
12655
6bf045cd
PP
126562015-01-09 Patrick Palka <patrick@parcs.ath.cx>
12657
12658 * Makefile.in (.y.c): Don't munge yacc's #line
12659 directives.
12660
588dcc3e
PP
126612015-01-09 Patrick Palka <patrick@parcs.ath.cx>
12662
12663 * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
12664 to prompt for input.
12665 * tui/tui-hooks.c (tui_query_hook): Remove.
12666 (tui_install_hooks): Don't set deprecated_query_hook.
12667 * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
12668 height calculation. Always update the command window's cur_line.
12669
9c02b525
PA
126702015-01-09 Pedro Alves <palves@redhat.com>
12671
12672 * breakpoint.c (hardware_breakpoint_inserted_here_p): New
12673 function.
12674 * breakpoint.h (hardware_breakpoint_inserted_here_p): New
12675 declaration.
12676 * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
12677 (linux_resume_one_lwp): Store the thread's PC. Adjust to clear
12678 stop_reason.
12679 (check_stopped_by_watchpoint): New function.
12680 (save_sigtrap): Reimplement.
12681 (linux_nat_stopped_by_watchpoint): Adjust.
12682 (linux_nat_lp_status_is_event): Delete.
12683 (stop_wait_callback): Only call save_sigtrap after storing the
12684 pending status.
12685 (status_callback): If the thread had been stopped for a breakpoint
12686 that has since been removed, discard the event and resume the LWP.
12687 (count_events_callback, select_event_lwp_callback): Use
12688 lwp_status_pending_p instead of linux_nat_lp_status_is_event.
12689 (cancel_breakpoint): Rename to ...
12690 (check_stopped_by_breakpoint): ... this. Record whether the LWP
12691 stopped for a software breakpoint or hardware breakpoint.
12692 (select_event_lwp): Only give preference to the stepping LWP in
12693 all-stop mode. Adjust comments.
12694 (stop_and_resume_callback): Remove references to new_pending_p.
12695 (linux_nat_filter_event): Likewise. Leave exit events of the
12696 leader thread pending here. Handle signal short circuiting here.
12697 Only call save_sigtrap after storing the pending waitstatus.
12698 (linux_nat_wait_1): Remove 'retry' label. Remove references to
12699 new_pending. Don't handle leaving events the caller is not
12700 interested in pending here, nor handle signal short-circuiting
12701 here. Also give equal priority to all LWPs that have had events
12702 in non-stop mode. If reporting a software breakpoint event,
12703 unadjust the LWP's PC.
12704 * linux-nat.h (enum lwp_stop_reason): New.
12705 (struct lwp_info) <stop_pc>: New field.
12706 (struct lwp_info) <stopped_by_watchpoint>: Delete field.
12707 (struct lwp_info) <stop_reason>: New field.
12708 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
12709
8af756ef
PA
127102015-01-09 Pedro Alves <palves@redhat.com>
12711
12712 * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
12713 Set the LWP's 'resumed' flag.
12714
8a99810d
PA
127152015-01-09 Pedro Alves <palves@redhat.com>
12716
12717 * linux-nat.c (linux_resume_one_lwp): New function.
12718 (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
12719 (linux_nat_resume): Use lwp_status_pending_p and
12720 linux_resume_one_lwp.
12721 (linux_handle_syscall_trap): Use linux_resume_one_lwp.
12722 (linux_handle_extended_wait): Use linux_resume_one_lwp.
12723 (status_callback, running_callback): Use lwp_status_pending_p.
12724 (lwp_status_pending_p): New function.
12725 (stop_and_resume_callback): Use lwp_status_pending_p.
12726 (linux_nat_filter_event): Use linux_resume_one_lwp.
12727 (linux_nat_wait_1): Always use status_callback to look for an LWP
12728 with a pending status. Use linux_resume_one_lwp.
12729 (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
12730 linux_resume_one_lwp.
12731
f7ce857f
PA
127322015-01-09 Pedro Alves <palves@redhat.com>
12733
12734 * breakpoint.c (bp_location_inserted_here_p): New function,
12735 factored out from ...
12736 (breakpoint_inserted_here_p): ... here. Use
12737 ALL_BP_LOCATIONS_AT_ADDR.
12738 (software_breakpoint_inserted_here_p): Use
12739 bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
12740
c1a747c1
PA
127412014-01-09 Pedro Alves <palves@redhat.com>
12742
12743 Skip enabling event reporting if the kernel supports
12744 PTRACE_EVENT_CLONE.
12745 * linux-thread-db.c: Include "nat/linux-ptrace.h".
12746 (thread_db_use_events): New function.
12747 (try_thread_db_load_1): Check thread_db_use_events before enabling
12748 event reporting.
12749 (update_thread_state): New function.
12750 (attach_thread): Use it. Check thread_db_use_events before
12751 enabling event reporting.
12752 (thread_db_detach): Check thread_db_use_events before disabling
12753 event reporting.
12754 (find_new_threads_callback): Check thread_db_use_events before
12755 enabling event reporting. Update the thread's state if not using
12756 libthread_db events.
12757
a33e3959
PA
127582015-01-09 Pedro Alves <palves@redhat.com>
12759
12760 * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
12761 about to wait for is > 0.
12762 * linux-thread-db.c (find_new_threads_callback): Ignore thread if
12763 the kernel thread ID is -1.
12764
8784d563
PA
127652015-01-09 Pedro Alves <palves@redhat.com>
12766
12767 * linux-nat.c (attach_proc_task_lwp_callback): New function.
12768 (linux_nat_attach): Use linux_proc_attach_tgid_threads.
12769 (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
12770 ptrace option flags.
12771 * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
12772 field.
12773 * nat/linux-procfs.c: Include <dirent.h>.
12774 (linux_proc_get_int): New parameter "warn". Handle it.
12775 (linux_proc_get_tgid): Adjust.
12776 (linux_proc_get_tracerpid): Rename to ...
12777 (linux_proc_get_tracerpid_nowarn): ... this.
12778 (linux_proc_pid_get_state): New function, factored out from
12779 (linux_proc_pid_has_state): ... this. Add new parameter "warn"
12780 and handle it.
12781 (linux_proc_pid_is_gone): New function.
12782 (linux_proc_pid_is_stopped): Adjust.
12783 (linux_proc_pid_is_zombie_maybe_warn)
12784 (linux_proc_pid_is_zombie_nowarn): New functions.
12785 (linux_proc_pid_is_zombie): Use
12786 linux_proc_pid_is_zombie_maybe_warn.
12787 (linux_proc_attach_tgid_threads): New function.
12788 * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
12789 (linux_proc_get_tracerpid): Rename to ...
12790 (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
12791 (linux_proc_pid_is_gone): New declaration.
12792 (linux_proc_pid_is_zombie): Update comment.
12793 (linux_proc_pid_is_zombie_nowarn): New declaration.
12794 (linux_proc_attach_lwp_func): New typedef.
12795 (linux_proc_attach_tgid_threads): New declaration.
12796 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
12797 use nowarn functions.
12798 (linux_ptrace_attach_fail_reason_string): Move here from
12799 gdbserver/linux-low.c and rename.
12800 (ptrace_supports_feature): If the current ptrace options are not
12801 known yet, check them now, instead of asserting.
12802 * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
12803 Declare.
12804
883ed13e
PA
128052015-01-09 Pedro Alves <palves@redhat.com>
12806
12807 * linux-thread-db.c (thread_db_find_new_threads_silently)
12808 (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
12809 (find_new_threads_once): Print debug output on gdb_stdlog.
12810
1710aab8
CG
128112015-01-09 Chen Gang <gang.chen.5i5j@gmail.com>
12812 Pedro Alves <palves@redhat.com>
12813
12814 * compile/compile.c: Include "gdb_wait.h".
12815 (do_rmdir): Check return value, and free 'zap'.
12816
b597c318
YQ
128172015-01-08 Pedro Alves <palves@redhat.com>
12818 Yao Qi <yao@codesourcery.com>
12819
12820 * dwarf2loc.c (indirect_pieced_value): Don't call
12821 gdb_sign_extend. Call extract_signed_integer instead.
12822 * utils.c (gdb_sign_extend): Remove.
12823 * utils.h (gdb_sign_extend): Remove declaration.
12824
025ac414
PM
128252015-01-07 Pierre Muller <muller@sourceware.org>
12826
12827 PR symtab/17811
12828 * stabsread.c (define_symbol): Set language for C++ special symbols.
12829
fa5af12a
PP
128302015-01-07 Patrick Palka <patrick@parcs.ath.cx>
12831
12832 * inflow.c (initial_gdb_ttystate): Tweak comment.
12833
ea42d6f8
JB
128342015-01-07 Joel Brobecker <brobecker@adacore.com>
12835
12836 * inflow.c (set_initial_gdb_ttystate): Add empty line after
12837 comment documenting function.
12838
6a06d660
PP
128392015-01-07 Patrick Palka <patrick@parcs.ath.cx>
12840
12841 * terminal.h (set_initial_gdb_ttystate): Declare.
12842 * inflow.c (initial_gdb_ttystate): New static variable.
12843 (set_initial_gdb_ttystate): New setter.
12844 (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
12845 instead of our current terminal state.
12846 * top.c (gdb_init): Call set_initial_gdb_ttystate.
12847
e810d75b
JB
128482015-01-07 Joel Brobecker <brobecker@adacore.com>
12849
12850 * guile/scm-type.c (tyscm_array_1): Add comment.
12851 * python/py-type.c (typy_array_1): Add comment.
12852
fce10a84
JB
128532015-01-06 Joel Brobecker <brobecker@adacore.com>
12854
12855 * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
12856 error if N2 is equal to N1 - 1.
12857
8503d6e1
JB
128582015-01-06 Joel Brobecker <brobecker@adacore.com>
12859
12860 * python/py-type.c (typy_array_1): Do not raise negative-length
12861 exception if N2 is equal to N1 - 1.
12862
4d29c0a8
DE
128632015-01-03 Doug Evans <xdje42@gmail.com>
12864
12865 * c-exp.y: Whitespace cleanup.
12866 (classify_inner_name): Remove extra ;.
12867
eaa6a9a4
MR
128682015-01-02 Maciej W. Rozycki <macro@codesourcery.com>
12869
12870 * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
12871 offset signed.
12872
02fe9972
DE
128732015-01-02 Doug Evans <dje@google.com>
12874
12875 * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
12876
e2ada9cb
DE
128772015-01-02 Doug Evans <dje@google.com>
12878
12879 * symtab.h (struct symbol): Fix typo in comment.
12880
32d0add0
JB
128812015-01-01 Joel Brobecker <brobecker@adacore.com>
12882
12883 Update year range in copyright notice of all files.
12884
76f2b779
JB
128852015-01-01 Joel Brobecker <brobecker@adacore.com>
12886
12887 * top.c (print_gdb_version): Update copyright year to 2015.
12888
077309e2 128892015-01-01 Joel Brobecker <brobecker@adacore.com>
6bf6fd09 12890
077309e2 12891 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
6bf6fd09 12892
077309e2 12893For older changes see ChangeLog-2014.
c906108c
SS
12894\f
12895Local Variables:
12896mode: change-log
12897left-margin: 8
12898fill-column: 74
12899version-control: never
57da7796 12900coding: utf-8
c906108c 12901End:
This page took 2.850316 seconds and 4 git commands to generate.