garbage collect gdb/infrun.c:stop_after_trap
[binutils-gdb.git] / gdb / ChangeLog
1 2015-10-22 Pedro Alves <palves@redhat.com>
2
3 * infrun.c (stop_after_trap): Delete.
4 (clear_proceed_status, handle_signal_stop, struct
5 infcall_control_state, save_infcall_control_state)
6 (restore_infcall_control_state): Remove references to
7 stop_after_trap.
8
9 2015-10-22 Simon Marchi <simon.marchi@ericsson.com>
10
11 * python/python.c (_initialize_python): Add cast.
12
13 2015-10-22 Simon Marchi <simon.marchi@ericsson.com>
14
15 * nto-tdep.c (nto_inferior_data): Add cast.
16
17 2015-10-22 Pedro Alves <palves@redhat.com>
18
19 * windows-nat.c (do_initial_windows_stuff): Rewrite loop using
20 windows_wait and windows_resume directly instead of
21 wait_for_inferior and resume.
22
23 2015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
24
25 * xtensa-tdep.h (XTREG): Add casts.
26 (XTREG_END): Likewise.
27
28 2015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
29
30 * solib-spu.c (spu_bfd_iovec_pread): Add (gdb_byte *) cast.
31
32 2015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
33
34 * rs6000-tdep.c (variants): Add (enum bfd_architecture) cast.
35
36 2015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
37
38 * mips-linux-tdep.c (mips64_linux_get_longjmp_target): Change type of
39 buf to gdb_byte*.
40 (supply_32bit_reg): Add cast.
41 (mips64_fill_gregset): Likewise.
42
43 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
44
45 PR python/18073
46 * python/py-type.c (typy_get_composite): Allow returning a
47 function type.
48
49 2015-10-21 Keven Boell <keven.boell@intel.com>
50
51 * dwarf2read.c (set_die_type): Add read of
52 DW_AT_allocated and DW_AT_associated.
53 * f-typeprint.c: New include of typeprint.h
54 (f_print_type): Add check for allocated/associated
55 status of type.
56 (f_type_print_varspec_suffix): Add check for
57 * gdbtypes.c (create_array_type_with_stride):
58 Add check for valid data location of type in
59 case allocated or associated attributes are set.
60 Length of an array should be only calculated if
61 allocated or associated is resolved as true.
62 (is_dynamic_type_internal): Add check for allocated/
63 associated.
64 (resolve_dynamic_array): Evaluate allocated/associated
65 properties.
66 * gdbtypes.h (enum dynamic_prop_node_kind): <DYN_PROP_ALLOCATED>
67 <DYN_PROP_ASSOCIATED>: New enums.
68 (TYPE_ALLOCATED_PROP, TYPE_ASSOCIATED_PROP): New macros.
69 (type_not_allocated): New function.
70 (type_not_associated): New function.
71 * valarith.c (value_subscripted_rvalue): Add check for
72 allocated/associated.
73 * valprint.c: New include of typeprint.h.
74 (valprint_check_validity): Add check for allocated/associated.
75 (value_check_printable): Add check for allocated/
76 associated.
77 * typeprint.h (val_print_not_allocated): New function.
78 (val_print_not_associated): New function.
79 * typeprint.c (val_print_not_allocated): New function.
80 (val_print_not_associated): New function.
81
82 2015-10-21 Antoine Tremblay <antoine.tremblay@ericsson.com>
83
84 * Makefile.in: Add arm.c/o.
85 * arch/arm.c: New file.
86 * arch/arm.h: (IS_THUMB_ADDR): Move macro from arm-tdep.c.
87 (MAKE_THUMB_ADDR): Likewise.
88 (UNMAKE_THUMB_ADDR): Likewise.
89 * arm-tdep.c (int thumb_insn_size): Move to arm.c.
90 (IS_THUMB_ADDR): Move to arm.h.
91 (MAKE_THUMB_ADDR): Likewise.
92 (UNMAKE_THUMB_ADDR): Likewise.
93 * configure.tgt: Add arm.o to all ARM configs.
94
95 2015-10-21 Yao Qi <yao.qi@linaro.org>
96
97 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
98 Remove argument exp_vCont_s.
99 * gdb.base/range-stepping.exp: Callers updated.
100 * gdb.trace/range-stepping.exp: Likewise.
101
102 2015-10-21 Aleksandar Ristovski <aristovski@qnx.com>
103
104 * gdb/nto-tdep.c (QNX_NOTE_NAME, QNX_INFO_SECT_NAME): New defines.
105 (nto_sniff_abi_note_section): New function.
106 (nto_elf_osabi_sniffer): Use new function to recognize nto specific
107 binary.
108
109 2015-10-21 Aleksandar Ristovski <aristovski@qnx.com>
110
111 * nto-procfs.c (procfs_wait): Set stopped_flags nad stopped_pc.
112 (procfs_stopped_by_watchpoint): Use flags stored in inferior data.
113 * nto-tdep.c (nto_new_inferior_data_reg): New definition.
114 (nto_new_inferior_data, nto_inferior_data_cleanup, nto_inferior_data):
115 New functions.
116 (_initialize_nto_tdep): New forward declaration, new function.
117 * nto-tdep.h (struct nto_inferior_data): New struct.
118 (nto_inferior_data): New function declaration.
119
120 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
121
122 * findvar.c (address_from_register): Check REGNUM validity.
123
124 2015-10-20 Aleksandar Ristovski <aristovski@qnx.com>
125
126 * gdb/nto-procfs.c (procfs_pid_to_exec_file): New function.
127 (init_procfs_targets): Wire new function.
128
129 2015-10-20 Aleksandar Ristovski <aristovski@qnx.com>
130
131 * nto-procfs.c (sys/auxv.h): Include.
132 (procfs_xfer_partial): Implement TARGET_OBJECT_AUXV.
133 * nto-tdep.c (nto_read_auxv_from_initial_stack): New function.
134 * nto-tdep.h (nto_read_auxv_from_initial_stack): New declaration.
135
136 2015-10-20 Aleksandar Ristovski <aristovski@qnx.com>
137
138 * nto-procfs.c (nto_procfs_path): Rename to...
139 (nodestr): ... this, and change type.
140 (nto_node): Use new variable and logic accordingly.
141 (procfs_open_1): Use new variable name. Use local buffer to construct
142 procfrs path.
143 (procfs_pidlist): Use NODESTR to construct procfs path.
144 (procfs_files_info): Use NODESTR to output meaningful text.
145 (do_attach): Construct procfs using NODESTR.
146 (procfs_create_inferior): Compare pointer to NULL.
147
148 2015-10-19 Josh Stone <jistone@redhat.com>
149
150 * linux-nat.c (linux_handle_syscall_trap): Always update entry/
151 return state, even when not actively catching syscalls at all.
152 (linux_handle_extended_wait): Mark syscall_state like an entry.
153 (wait_lwp): Set syscall_state ignored for other traps.
154 (linux_nat_filter_event): Likewise.
155
156 2015-10-19 Luis Machado <lgustavo@codesourcery.com>
157
158 * remote.c (remote_wait_as): Set rs->waiting_for_stop_reply to 0
159 when handling 'E', 'T', 'S', 'X' and 'W' packets.
160 Do not set rs->waiting_for_stop_reply back to 1.
161
162 2015-10-16 Aleksandar Ristovski <aristovski@qnx.com>
163
164 * nto-procfs.c (common/filestuff.h): Include.
165 (procfs_can_use_hw_breakpoint): Fix enum name.
166 (procfs_open_1): Fix compiler warning.
167 (procfs_pidlist): Make static.
168 (procfs_meminfo): Make static, fix type name, add missing argument.
169 (procfs_store_registers): Make static.
170 (procfs_thread_info): Remove unused function.
171 (_initialize_procfs): Forward declare.
172
173 2015-10-16 Yao Qi <yao.qi@arm.com>
174
175 * MAINTAINERS: Update my email address.
176
177 2015-10-15 Yao Qi <yao.qi@linaro.org>
178
179 * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint):
180 Call gdbarch_breakpoint_from_pc to instruction length.
181 (aarch64_linux_remove_hw_breakpoint): Likewise.
182 * common/common-regcache.h (regcache_register_size): Declare.
183 * nat/aarch64-linux-hw-point.c: Include "common-regcache.h".
184 (aarch64_point_is_aligned): Set alignment to 2 for breakpoint if
185 the process is 32bit, otherwise set alignment to 4.
186 (aarch64_handle_breakpoint): Update comments.
187 * regcache.c (regcache_register_size): New function.
188
189 2015-10-15 Aleksandar Ristovski <aristovski@qnx.com>
190
191 * gdbarch.sh (core_regset_section): Remove.
192 * gdbarch.h: Regenerate.
193
194 2015-10-14 Yao Qi <yao.qi@linaro.org>
195
196 * arch/aarch64-insn.h (struct aarch64_memory_operand): Move enum
197 out of it.
198 (enum aarch64_memory_operand_type): New.
199
200 2015-10-13 David Edelsohn <dje.gcc@gmail.com>
201
202 * xcoffread.c (dwarf2_xcoff_names): Add .dwmac and .dwpbtyp.
203
204 2015-10-13 Pedro Alves <palves@redhat.com>
205
206 * ada-lang.c (ada_enum_name): Constify local.
207 * ada-typeprint.c (print_range_bound): Constify locals.
208 * c-varobj.c (c_describe_child): Likewise.
209 * cli/cli-setshow.c (do_set_command): Likewise.
210 * gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
211 * dwarf2read.c (find_file_and_directory): Likewise.
212 (anonymous_struct_prefix, dwarf2_name): Likewise.
213 * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
214 * go-lang.c (unpack_mangled_go_symbol): Likewise.
215 * jv-typeprint.c (java_type_print_base): Likewise.
216 * ser-tcp.c (net_open): Likewise.
217 * symfile.c (deduce_language_from_filename): Likewise.
218 * symtab.c (gdb_mangle_name): Likewise.
219 * tui/tui-io.c (tui_redisplay_readline): Likewise.
220
221 2015-10-13 Pedro Alves <palves@redhat.com>
222
223 * infrun.c (restore_execution_direction): New function.
224 (fetch_inferior_event): Use it instead of
225 make_cleanup_restore_integer.
226 (execution_direction): Change type to enum
227 exec_direction_kind.
228 * infrun.h (execution_direction): Likewise.
229
230 2015-10-13 Pedro Alves <palves@redhat.com>
231
232 * ada-lang.c (ada_value_primitive_packed_val): Constify
233 locals. Use value_contents_writeable. Remove casts.
234
235 2015-10-13 Pedro Alves <palves@redhat.com>
236
237 * ada-lang.c (ada_value_primitive_packed_val): Add casts to malloc
238 and alloca calls.
239
240 2015-10-13 Simon Marchi <simon.marchi@polymtl.ca>
241
242 * lm32-tdep.c (lm32_push_dummy_call): Replace call to
243 write_memory with write_memory_unsigned_integer.
244
245 2015-10-13 Simon Marchi <simon.marchi@polymtl.ca>
246
247 * solib-dsbt.c (cmp_name): Constify arguments.
248 * solib-frv.c (cmp_name): Likewise.
249 * solib-svr4.c (svr4_create_solib_event_breakpoints): Likewise.
250 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Likewise.
251 (bfd_lookup_symbol_from_dyn_symtab): Likewise.
252 (gdb_bfd_lookup_symbol): Likewise.
253 * solib.h (gdb_bfd_lookup_symbol): Likewise.
254 (gdb_bfd_lookup_symbol_from_symtab): Likewise.
255
256 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
257
258 * stack.c (parse_frame_specification): Remove message parameter,
259 replace with fixed string in function body, update function
260 comment.
261 (frame_info): Remove message to parse_frame_specification.
262 (select_frame_command): Likewise.
263
264 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
265
266 * stack.c (parse_frame_specification): Delete.
267 (parse_frame_specification_1): Rename to
268 parse_frame_specification.
269 (frame_info): Use parse_frame_specification.
270 (select_frame_command): Likewise.
271 (return_command): Use select_frame and print_stack_frame rather
272 than frame_command and select_frame_command.
273 (func_command): Use get_current_frame rather than
274 parse_frame_specification.
275
276 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
277
278 * stack.c (func_command): Return early when there is no ARG
279 string.
280
281 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
282
283 * stack.c: Include safe-ctype.h not ctype.h.
284 (parse_frame_specification): Use ISSPACE not isspace.
285 (backtrace_command): Use TOLOWER not tolower.
286
287 2015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
288
289 * mep-tdep.c (current_me_module): Add cast.
290 (mep_gdbarch_init): Likewise.
291
292 2015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
293
294 * m32c-tdep.c (m32c_move_reg_t): Replace with...
295 (m32c_write_reg_t): ...this and...
296 (m32c_read_reg_t): ...this.
297 (struct m32c_reg): Update types of read and write.
298 (m32c_raw_read): Change declaration type to m32c_read_reg_t and
299 adjust definition.
300 (m32c_banked_read): Likewise.
301 (m32c_sb_read): Likewise.
302 (m32c_part_read): Likewise.
303 (m32c_cat_read): Likewise.
304 (m32c_r3r2r1r0_read): Likewise.
305 (m32c_raw_write): Change declaration type to m32c_write_reg_t
306 and adjust definition.
307 (m32c_banked_write): Likewise.
308 (m32c_sb_write): Likewise.
309 (m32c_part_write): Likewise.
310 (m32c_cat_write): Likewise.
311 (m32c_r3r2r1r0_write): Likewise.
312
313 2015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
314
315 * aarch64-linux-tdep.c (aarch64_linux_syscall_record): Add cast.
316
317 2015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
318
319 * aarch64-linux-tdep.c (aarch64_canonicalize_syscall): Return
320 gdb_sys_no_syscall instead of -1.
321
322 2015-10-12 Yao Qi <yao.qi@linaro.org>
323
324 * NEWS: Mention the change.
325
326 2015-10-12 Yao Qi <yao.qi@linaro.org>
327
328 * arch/aarch64-insn.c (emit_load_store): Rename to ...
329 (aarch64_emit_load_store): ... it. All callers updated.
330
331 2015-10-12 Yao Qi <yao.qi@linaro.org>
332
333 * arch/aarch64-insn.c (emit_insn): Rename to ...
334 (aarch64_emit_insn): ... it. All callers updated.
335
336 2015-10-12 Yao Qi <yao.qi@linaro.org>
337
338 * aarch64-linux-tdep.c: Include arch-utils.h.
339 (aarch64_linux_init_abi): Call set_gdbarch_max_insn_length,
340 set_gdbarch_displaced_step_copy_insn,
341 set_gdbarch_displaced_step_fixup,
342 set_gdbarch_displaced_step_free_closure,
343 set_gdbarch_displaced_step_location,
344 and set_gdbarch_displaced_step_hw_singlestep.
345 * aarch64-tdep.c (struct displaced_step_closure): New.
346 (struct aarch64_displaced_step_data): New.
347 (aarch64_displaced_step_b): New function.
348 (aarch64_displaced_step_b_cond): Likewise.
349 (aarch64_register): Likewise.
350 (aarch64_displaced_step_cb): Likewise.
351 (aarch64_displaced_step_tb): Likewise.
352 (aarch64_displaced_step_adr): Likewise.
353 (aarch64_displaced_step_ldr_literal): Likewise.
354 (aarch64_displaced_step_others): Likewise.
355 (aarch64_displaced_step_copy_insn): Likewise.
356 (aarch64_displaced_step_fixup): Likewise.
357 (aarch64_displaced_step_hw_singlestep): Likewise.
358 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): New macro.
359 (aarch64_displaced_step_copy_insn): Declare.
360 (aarch64_displaced_step_fixup): Declare.
361 (aarch64_displaced_step_hw_singlestep): Declare.
362 * arch/aarch64-insn.c (emit_insn): Moved from
363 gdbserver/linux-aarch64-low.c.
364 (emit_load_store): Likewise.
365 * arch/aarch64-insn.h (enum aarch64_opcodes): Moved from
366 gdbserver/linux-aarch64-low.c.
367 (struct aarch64_register): Likewise.
368 (struct aarch64_memory_operand): Likewise.
369 (ENCODE): Likewise.
370 (can_encode_int32): New macro.
371 (emit_b, emit_bcond, emit_cb, emit_ldr, emit_ldrsw): Likewise.
372 (emit_tb, emit_nop): Likewise.
373 (emit_insn): Declare.
374 (emit_load_store): Declare.
375
376 2015-10-12 Yao Qi <yao.qi@linaro.org>
377
378 * arch/aarch64-insn.c (aarch64_decode_ldr_literal): Moved from
379 gdbserver/linux-aarch64-low.c.
380 (aarch64_relocate_instruction): Likewise.
381 * arch/aarch64-insn.h (aarch64_decode_ldr_literal): Declare.
382 (struct aarch64_insn_data): Moved from
383 gdbserver/linux-aarch64-low.c.
384 (struct aarch64_insn_visitor): Likewise.
385 (aarch64_relocate_instruction): Declare.
386
387 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
388
389 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT>: If
390 EVAL_AVOID_SIDE_EFFECTS mode, forward the VALUE_LVAL attribute
391 to the returned value.
392
393 2015-10-09 Joel Brobecker <brobecker@adacore.com>
394
395 * ada-lang.c (ada_unpack_from_contents): Add guard that unpacked
396 is large enough for BIT_SIZE. Update function comment.
397
398 2015-10-09 Joel Brobecker <brobecker@adacore.com>
399
400 * ada-lang.c (ada_value_primitive_packed_val): Move
401 src_len variable to local block where used. Override
402 BIT_SIZE if bigger than size of resolved type.
403
404 2015-10-09 Joel Brobecker <brobecker@adacore.com>
405
406 * gdbtypes.h (is_scalar_type): Add extern declaration.
407 * gdbtypes.c (is_scalar_type): Make non-static.
408 * ada-lang.c (ada_value_primitive_packed_val): Use is_scalar_type
409 to compute IS_SCALAR instead of doing it ourselves.
410
411 2015-10-09 Joel Brobecker <brobecker@adacore.com>
412
413 * ada-lang.c (ada_value_primitive_packed_val): Rework handling
414 of case where TYPE is dynamic.
415
416 2015-10-09 Joel Brobecker <brobecker@adacore.com>
417
418 * ada-lang.c (ada_unpack_from_contents): New function,
419 extracted from ada_value_primitive_packed_val.
420 (ada_value_primitive_packed_val): Replace extracted out code
421 by call to ada_unpack_from_contents.
422
423 2015-10-09 Joel Brobecker <brobecker@adacore.com>
424
425 * ada-lang.c (ada_value_primitive_packed_val): Reorder local
426 variable declarations.
427
428 2015-10-09 Joel Brobecker <brobecker@adacore.com>
429
430 * ada-lang.c (ada_value_primitive_packed_val): Change the type
431 of local variables src and unpacked to "gdb_type *" instead of
432 "unsigned char *".
433
434 2015-10-09 Joel Brobecker <brobecker@adacore.com>
435
436 * ada-lang.c (ada_value_primitive_packed_val): Make the name
437 of various local variables more explicit and consistent.
438 No real code change otherwise.
439
440 2015-10-09 Simon Marchi <simon.marchi@ericsson.com>
441
442 * i386-tdep.h (struct gdbarch_tdep): Change type of
443 register_reggroup_p to gdbarch_register_reggroup_p_ftype.
444
445 2015-10-09 Simon Marchi <simon.marchi@ericsson.com>
446
447 * cris-tdep.c (struct instruction_environment): Change type of
448 byte_order to enum bfd_endian.
449
450 2015-10-09 Simon Marchi <simon.marchi@ericsson.com>
451
452 * arm-linux-tdep.c (arm_canonicalize_syscall): Add
453 enum gdb_syscall casts.
454
455 2015-10-09 Simon Marchi <simon.marchi@ericsson.com>
456
457 * aarch64-tdep.c (stack_item_t): Change type of data to gdb_byte*.
458 * arm-tdep.c (struct stack_item): Likewise.
459 (push_stack_item): Add gdb_byte* cast.
460 * avr-tdep.c (struct stack_item): Change type of data to gdb_byte*.
461 (push_stack_item): Add gdb_byte* cast.
462 * cli/cli-dump.c (dump_memory_to_file): Change type of buf to gdb_byte*
463 and add cast.
464 * cris-tdep.c (struct stack_item): Change type of data to gdb_byte*.
465 (push_stack_item): Add gdb_byte* cast.
466 * gcore.c (gcore_copy_callback): Change type of memhunk to gdb_byte* and
467 add cast.
468 * gdbtypes.h (print_scalar_formatted): Change type of first parameter to
469 gdb_byte*.
470 * h8300-tdep.c (h8300_extract_return_value): Change type of valbuf to
471 gdb_byte* and remove unnecessary cast.
472 (h8300h_extract_return_value): Likewise.
473 (h8300_store_return_value): Change type of valbuf to gdb_byte*.
474 (h8300h_store_return_value): Likewise.
475 * iq2000-tdep.c (iq2000_extract_return_value): Change type of valbuf to
476 gdb_byte* and remove unnecessary cast.
477 * jit.c (jit_reader_try_read_symtab): Change type of gdb_mem to gdb_byte*
478 and add cast.
479 * m32r-tdep.c (m32r_store_return_value): Change type of valbuf to
480 gdb_byte* and remove unnecessary cast.
481 (m32r_extract_return_value): Change type of dst to gdb_byte* and remove
482 valbuf.
483 * mep-tdep.c (mep_pseudo_cr32_read): Change type of buf to gdb_byte*.
484 (mep_pseudo_cr64_read): Likewise.
485 (mep_pseudo_csr_write): Likewise.
486 (mep_pseudo_cr32_write): Likewise.
487 (mep_pseudo_cr64_write): Likewise.
488 * mi/mi-main.c (mi_cmd_data_write_memory): Change type of buffer to
489 gdb_byte* and add cast.
490 * moxie-tdep.c (moxie_store_return_value): Change type of valbuf to
491 gdb_byte* and remove unnecessary cast.
492 (moxie_extract_return_value): Change type of dst to gdb_byte* and remove
493 valbuf.
494 * p-valprint.c (print_scalar_formatted): Change type of valaddr to
495 gdb_byte*.
496 * printcmd.c (void): Likewise.
497 * python/py-inferior.c (infpy_read_memory): Change type of buffer to
498 gdb_byte* and add cast.
499 (infpy_write_memory): Likewise.
500 (infpy_search_memory): Likewise.
501 * regcache.c (regcache_raw_write_signed): Change type of buf to gdb_byte*
502 and add cast.
503 (regcache_raw_write_unsigned): Likewise.
504 (regcache_cooked_write_signed): Likewise.
505 (regcache_cooked_write_unsigned): Likewise.
506 * sh64-tdep.c (h64_extract_return_value): Change type of valbuf to
507 gdb_byte*.
508
509 2015-10-09 Simon Marchi <simon.marchi@ericsson.com>
510
511 * fbsd-tdep.c (fbsd_collect_regset_section_cb): Add cast.
512 * linux-tdep.c (linux_collect_regset_section_cb_data): Likewise.
513
514 2015-10-09 Eli Zaretskii <eliz@gnu.org>
515
516 * stack.c (print_stack_frame):
517 * utils.c (printchar): Fix typos in commentary.
518
519 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
520
521 * d-exp.y: (UnaryExpression): Support `type.sizeof' expressions.
522 (PostfixExpression): Support `expr.sizeof' expressions.
523 (PrimaryExpression): Support `typeof(expr)' expressions.
524
525 2015-10-08 Maciej W. Rozycki <macro@imgtec.com>
526
527 * MAINTAINERS: Update my email address.
528
529 2015-10-08 Markus Metzger <markus.t.metzger@intel.com>
530
531 * record-btrace.c (record_btrace_resume): Fix void return.
532
533 2015-10-07 Yao Qi <yao.qi@linaro.org>
534
535 * aarch64-tdep.c: Include opcode/aarch64.h.
536 (submask): Move it above.
537 (bit): Likewise.
538 (bits): Likewise.
539 (aarch64_software_single_step): Call aarch64_decode_insn.
540 Decode instruction by aarch64_inst instead of using
541 aarch64_decode_bcond and decode_masked_match.
542
543 2015-10-06 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
544
545 * cli/cli-dump.c (restore_command): Parse load_offset (bias) as address
546 only when the file is binary.
547
548 2015-10-02 James Bowman <james.bowman@ftdichip.com>
549
550 * ft32-tdep.c (ft32_analyze_prologue): Add function prolog
551 subroutine handling.
552
553 2015-10-01 Simon Marchi <simon.marchi@ericsson.com>
554
555 * common/vec.h (VEC_OP (T,cleanup)): Add pointer cast.
556
557 2015-09-30 Doug Evans <dje@google.com>
558
559 * dwarf2read.c (setup_type_unit_groups): Add comment.
560
561 2015-09-30 Pedro Alves <palves@redhat.com>
562
563 * linux-nat.c (linux_nat_always_non_stop_p): Always return 1.
564 * x86-linux-nat.c (x86_linux_always_non_stop_p): Delete.
565 (x86_linux_create_target): Don't install
566 x86_linux_always_non_stop_p.
567
568 2015-09-30 Don Breazeal <donb@codesourcery.com>
569
570 * remote.c (remote_parse_stop_reply): Call strprefix instead
571 of strncmp.
572
573 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
574
575 * gdbarch.sh (struct gdbarch_info): Change tdep_info's type to void *.
576 * gdbarch.h: Regenerate.
577 * i386-tdep.c (i386_gdbarch_init): Remove cast to
578 struct gdbarch_tdep_info *.
579 * mips-tdep.c (mips_gdbarch_init): Likewise.
580 * ppc-linux-tdep (ppu2spu_sniffer): Likewise.
581 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
582 * spu-multiarch.c (spu_gdbarch): Likewise.
583
584 2015-09-30 Kevin Buettner <kevinb@redhat.com>
585
586 * infcmd.c (finish_command_fsm_should_stop): Don't attempt to
587 record a NULL value.
588
589 2015-09-29 Kevin Buettner <kevinb@redhat.com>
590
591 * msp430-tdep.c (msp430_push_dummy_call): Treat reference, struct,
592 and union arguments the same as pointer arguments when determining
593 size of argument.
594
595 2015-09-29 James Bowman <james.bowman@ftdichip.com>
596
597 * ft32-tdep.c: #include "opcode/ft32.h".
598 Delete local macros IS_PUSH, PUSH_REG, IS_LINK, LINK_SIZE.
599 (ft32_analyze_prologue): Use FT32_* macros.
600
601 2015-09-28 Simon Marchi <simon.marchi@ericsson.com>
602
603 * cli/cli-script.c (read_next_line): Fix stdout -> stdin in
604 comment.
605
606 2015-09-28 Doug Evans <dje@google.com>
607
608 * MAINTAINERS: Add Iain Buclaw as D language maintainer.
609
610 2015-09-28 Doug Evans <dje@google.com>
611
612 * common/filestuff.c (make_cleanup_close): Update comment.
613
614 2015-09-26 Simon Marchi <simon.marchi@polymtl.ca>
615
616 * btrace.c (parse_xml_btrace_block): Fix cast of
617 xml_find_attribute's return value.
618 * memory-map.c (memory_map_start_memory): Likewise.
619 * solib-svr4.c (library_list_start_library): Likewise.
620 * solib-target.c (library_list_start_segment): Likewise.
621 (library_list_start_section): Likewise.
622 * tracepoint.c (traceframe_info_start_memory): Likewise.
623
624 2015-09-26 Iain Buclaw <ibuclaw@gdcproject.org>
625
626 * d-namespace.c (d_lookup_symbol): New arg langdef.
627 All callers updated. Support looking up symbol as a primitive type.
628 (lookup_module_scope): New arg langdef. All callers updated.
629 Call d_lookup_symbol directly for simple bare symbols.
630
631 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
632
633 * macrocmd.c (print_macro_callback): Add cast(s).
634 * macrotab.c (macro_bcache_str): Likewise.
635 (new_macro_definition): Likewise.
636 * main.c (captured_main): Likewise.
637 * maint.c (print_bfd_section_info): Likewise.
638 * mdebugread.c (mdebug_build_psymtabs): Likewise.
639 (basic_type): Likewise.
640 * memattr.c (mem_region_cmp): Likewise.
641 * memory-map.c (memory_map_start_memory): Likewise.
642 (memory_map_end_memory): Likewise.
643 (memory_map_start_property): Likewise.
644 (memory_map_end_property): Likewise.
645 (clear_result): Likewise.
646 * memrange.c (compare_mem_ranges): Likewise.
647 * mep-tdep.c (mep_analyze_frame_prologue): Likewise.
648 * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Likewise.
649 * mi/mi-console.c (mi_console_file_delete): Likewise.
650 (mi_console_file_fputs): Likewise.
651 (mi_console_raw_packet): Likewise.
652 (mi_console_file_flush): Likewise.
653 (mi_console_set_raw): Likewise.
654 * mi/mi-interp.c (mi_interpreter_resume): Likewise.
655 (mi_new_thread): Likewise.
656 (mi_thread_exit): Likewise.
657 (mi_record_changed): Likewise.
658 (mi_inferior_added): Likewise.
659 (mi_inferior_appeared): Likewise.
660 (mi_inferior_exit): Likewise.
661 (mi_inferior_removed): Likewise.
662 (mi_interp_data): Likewise.
663 (mi_on_normal_stop): Likewise.
664 (mi_traceframe_changed): Likewise.
665 (mi_tsv_created): Likewise.
666 (mi_tsv_deleted): Likewise.
667 (mi_tsv_modified): Likewise.
668 (mi_breakpoint_created): Likewise.
669 (mi_breakpoint_deleted): Likewise.
670 (mi_breakpoint_modified): Likewise.
671 (mi_output_running_pid): Likewise.
672 (mi_inferior_count): Likewise.
673 (mi_solib_loaded): Likewise.
674 (mi_solib_unloaded): Likewise.
675 (mi_command_param_changed): Likewise.
676 (mi_memory_changed): Likewise.
677 (report_initial_inferior): Likewise.
678 (mi_ui_out): Likewise.
679 (mi_set_logging): Likewise.
680 * mi/mi-main.c (collect_cores): Likewise.
681 (print_one_inferior): Likewise.
682 (free_vector_of_ints): Likewise.
683 (free_splay_tree): Likewise.
684 (mi_execute_command): Likewise.
685 * mi/mi-out.c (mi_table_body): Likewise.
686 (mi_table_end): Likewise.
687 (mi_table_header): Likewise.
688 (mi_begin): Likewise.
689 (mi_end): Likewise.
690 (mi_field_int): Likewise.
691 (mi_field_string): Likewise.
692 (mi_field_fmt): Likewise.
693 (mi_flush): Likewise.
694 (mi_redirect): Likewise.
695 (field_separator): Likewise.
696 (mi_open): Likewise.
697 (mi_close): Likewise.
698 (mi_out_buffered): Likewise.
699 (mi_out_rewind): Likewise.
700 (mi_out_put): Likewise.
701 (mi_version): Likewise.
702 (mi_out_data_dtor): Likewise.
703 * mi/mi-parse.c (mi_parse_cleanup): Likewise.
704 * microblaze-tdep.c (microblaze_frame_cache): Likewise.
705 * minidebug.c (lzma_open): Likewise.
706 (lzma_pread): Likewise.
707 (lzma_close): Likewise.
708 (lzma_stat): Likewise.
709 * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
710 * mips-sde-tdep.c (mips_sde_frame_cache): Likewise.
711 (mips_sde_elf_osabi_sniff_abi_tag_sections): Likewise.
712 * mips-tdep.c (mips_insn16_frame_cache): Likewise.
713 (mips_micro_frame_cache): Likewise.
714 (mips_insn32_frame_cache): Likewise.
715 (mips_stub_frame_cache): Likewise.
716 (gdb_print_insn_mips): Likewise.
717 (value_of_mips_user_reg): Likewise.
718 (mips_gdbarch_init): Likewise.
719 * mips64obsd-tdep.c (mips64obsd_supply_gregset): Likewise.
720 * mipsnbsd-tdep.c (mipsnbsd_supply_fpregset): Likewise.
721 (mipsnbsd_supply_gregset): Likewise.
722 * mn10300-linux-tdep.c (am33_supply_fpregset_method): Likewise.
723 (am33_collect_gregset_method): Likewise.
724 (am33_collect_fpregset_method): Likewise.
725 * mn10300-tdep.c (mn10300_analyze_frame_prologue): Likewise.
726 * moxie-tdep.c (moxie_frame_cache): Likewise.
727 * msp430-tdep.c (msp430_get_opcode_byte): Likewise.
728 (msp430_analyze_frame_prologue): Likewise.
729 * mt-tdep.c (mt_frame_unwind_cache): Likewise.
730 * nios2-linux-tdep.c (nios2_supply_gregset): Likewise.
731 (nios2_collect_gregset): Likewise.
732 * nios2-tdep.c (nios2_frame_unwind_cache): Likewise.
733 (nios2_stub_frame_cache): Likewise.
734 * objc-lang.c (find_methods): Likewise.
735 * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
736 (get_objfile_pspace_data): Likewise.
737 (get_objfile_bfd_data): Likewise.
738 (objfile_bfd_data_free): Likewise.
739 (add_to_objfile_sections): Likewise.
740 (do_free_objfile_cleanup): Likewise.
741 (resume_section_map_updates_cleanup): Likewise.
742 * opencl-lang.c (builtin_opencl_type): Likewise.
743 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
744 * osdata.c (osdata_start_osdata): Likewise.
745 (osdata_start_item): Likewise.
746 (osdata_start_column): Likewise.
747 (osdata_end_column): Likewise.
748 (clear_parsing_data): Likewise.
749 (osdata_free_cleanup): Likewise.
750 * parse.c (type_stack_cleanup): Likewise.
751 (exp_uses_objfile_iter): Likewise.
752 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Likewise.
753 (ppc_linux_collect_gregset): Likewise.
754 (ppu2spu_prev_arch): Likewise.
755 (ppu2spu_this_id): Likewise.
756 (ppu2spu_prev_register): Likewise.
757 (ppu2spu_unwind_register): Likewise.
758 (ppu2spu_sniffer): Likewise.
759 (ppu2spu_dealloc_cache): Likewise.
760 (ppc_linux_init_abi): Likewise.
761 * ppcfbsd-tdep.c (ppcfbsd_sigtramp_frame_cache): Likewise.
762 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
763 * progspace.c (restore_program_space): Likewise.
764 * psymtab.c (find_pc_sect_psymtab): Likewise.
765 (compare_psymbols): Likewise.
766 (psymbol_bcache_full): Likewise.
767 (allocate_psymtab): Likewise.
768 (discard_psymtabs_upto): Likewise.
769 * python/py-block.c (set_block): Likewise.
770 (del_objfile_blocks): Likewise.
771 * python/py-breakpoint.c (build_bp_list): Likewise.
772 * python/py-inferior.c (inferior_to_inferior_object): Likewise.
773 (build_inferior_list): Likewise.
774 (py_free_inferior): Likewise.
775 * python/py-objfile.c (py_free_objfile): Likewise.
776 (objfile_to_objfile_object): Likewise.
777 * python/py-prettyprint.c (py_restore_tstate): Likewise.
778 * python/py-progspace.c (py_free_pspace): Likewise.
779 (pspace_to_pspace_object): Likewise.
780 * python/py-symbol.c (set_symbol): Likewise.
781 (del_objfile_symbols): Likewise.
782 * python/py-symtab.c (set_sal): Likewise.
783 (set_symtab): Likewise.
784 (del_objfile_symtab): Likewise.
785 (del_objfile_sal): Likewise.
786 * python/py-type.c (save_objfile_types): Likewise.
787 (set_type): Likewise.
788 * python/py-unwind.c (pyuw_prev_register): Likewise.
789 (pyuw_on_new_gdbarch): Likewise.
790 * python/py-utils.c (py_decref): Likewise.
791 (py_xdecref): Likewise.
792 (gdb_py_generic_dict): Likewise.
793 * python/py-xmethods.c (gdbpy_free_xmethod_worker_data): Likewise.
794 (gdbpy_clone_xmethod_worker_data): Likewise.
795 (gdbpy_get_xmethod_arg_types): Likewise.
796 (gdbpy_get_xmethod_result_type): Likewise.
797 (gdbpy_invoke_xmethod): Likewise.
798 * python/python.c (gdbpy_apply_type_printers): Likewise.
799 (gdbpy_free_type_printers): Likewise.
800 * record-btrace.c (record_btrace_disable_callback): Likewise.
801 (bfcache_hash): Likewise.
802 (bfcache_eq): Likewise.
803 (btrace_get_frame_function): Likewise.
804 (record_btrace_frame_unwind_stop_reason): Likewise.
805 (record_btrace_frame_this_id): Likewise.
806 (record_btrace_frame_prev_register): Likewise.
807 (record_btrace_frame_dealloc_cache): Likewise.
808 * record-full.c (record_full_message_wrapper): Likewise.
809 (record_full_save_cleanups): Likewise.
810 * regcache.c (regcache_descr): Likewise.
811 (do_regcache_xfree): Likewise.
812 (do_regcache_invalidate): Likewise.
813 (do_cooked_read): Likewise.
814 (regcache_transfer_regset): Likewise.
815 * reggroups.c (reggroup_add): Likewise.
816 (reggroup_next): Likewise.
817 (reggroup_prev): Likewise.
818 * remote-fileio.c (do_remote_fileio_request): Likewise.
819 * remote-notif.c (remote_async_get_pending_events_handler): Likewise.
820 (do_notif_event_xfree): Likewise.
821 * remote.c (get_remote_arch_state): Likewise.
822 (remote_pspace_data_cleanup): Likewise.
823 (get_remote_exec_file): Likewise.
824 (set_pspace_remote_exec_file): Likewise.
825 (compare_pnums): Likewise.
826 (clear_threads_listing_context): Likewise.
827 (remote_newthread_step): Likewise.
828 (start_thread): Likewise.
829 (end_thread): Likewise.
830 (remove_child_of_pending_fork): Likewise.
831 (remove_stop_reply_for_inferior): Likewise.
832 (remove_stop_reply_of_remote_state): Likewise.
833 (remote_notif_remove_once_on_match): Likewise.
834 (stop_reply_match_ptid_and_ws): Likewise.
835 (kill_child_of_pending_fork): Likewise.
836 (register_remote_g_packet_guess): Likewise.
837 (remote_read_description_p): Likewise.
838 (remote_read_description): Likewise.
839 (free_actions_list_cleanup_wrapper): Likewise.
840 (remote_async_serial_handler): Likewise.
841 * rl78-tdep.c (rl78_get_opcode_byte): Likewise.
842 (rl78_analyze_frame_prologue): Likewise.
843 * rs6000-tdep.c (ppc_supply_gregset): Likewise.
844 (ppc_supply_fpregset): Likewise.
845 (ppc_supply_vsxregset): Likewise.
846 (ppc_supply_vrregset): Likewise.
847 (ppc_collect_gregset): Likewise.
848 (ppc_collect_fpregset): Likewise.
849 (ppc_collect_vsxregset): Likewise.
850 (ppc_collect_vrregset): Likewise.
851 (e500_move_ev_register): Likewise.
852 (do_regcache_raw_write): Likewise.
853 (rs6000_frame_cache): Likewise.
854 (rs6000_epilogue_frame_cache): Likewise.
855 (rs6000_gdbarch_init): Likewise.
856 * rx-tdep.c (rx_get_opcode_byte): Likewise.
857 (rx_analyze_frame_prologue): Likewise.
858 (rx_frame_type): Likewise.
859 (rx_frame_sniffer_common): Likewise.
860 * s390-linux-tdep.c (s390_check_for_saved): Likewise.
861 (s390_frame_unwind_cache): Likewise.
862 (s390_stub_frame_unwind_cache): Likewise.
863 (s390_sigtramp_frame_unwind_cache): Likewise.
864 * score-tdep.c (score_make_prologue_cache): Likewise.
865 * sentinel-frame.c (sentinel_frame_prev_register): Likewise.
866 (sentinel_frame_prev_arch): Likewise.
867 * ser-base.c (fd_event): Likewise.
868 (push_event): Likewise.
869 (ser_base_write): Likewise.
870 * ser-pipe.c (pipe_close): Likewise.
871 * serial.c (serial_write): Likewise.
872 * sh-tdep.c (sh_frame_cache): Likewise.
873 (sh_stub_this_id): Likewise.
874 * sh64-tdep.c (sh64_frame_cache): Likewise.
875 * solib-aix.c (get_solib_aix_inferior_data): Likewise.
876 (library_list_start_library): Likewise.
877 (library_list_start_list): Likewise.
878 (solib_aix_free_library_list): Likewise.
879 * solib-darwin.c (get_darwin_info): Likewise.
880 * solib-dsbt.c (get_dsbt_info): Likewise.
881 * solib-spu.c (append_ocl_sos): Likewise.
882 * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
883 (get_svr4_info): Likewise.
884 (library_list_start_library): Likewise.
885 (svr4_library_list_start_list): Likewise.
886 (hash_probe_and_action): Likewise.
887 (equal_probe_and_action): Likewise.
888 (svr4_update_solib_event_breakpoint): Likewise.
889 (set_solib_svr4_fetch_link_map_offsets): Likewise.
890 (svr4_fetch_link_map_offsets): Likewise.
891 (svr4_have_link_map_offsets): Likewise.
892 * solib-target.c (library_list_start_segment): Likewise.
893 (library_list_start_section): Likewise.
894 (library_list_start_library): Likewise.
895 (library_list_end_library): Likewise.
896 (library_list_start_list): Likewise.
897 (solib_target_free_library_list): Likewise.
898 * solib.c (solib_ops): Likewise.
899 (set_solib_ops): Likewise.
900 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
901 * sparc-tdep.c (sparc_frame_cache): Likewise.
902 (sparc32_frame_cache): Likewise.
903 (sparc32_supply_gregset): Likewise.
904 (sparc32_collect_gregset): Likewise.
905 (sparc32_supply_fpregset): Likewise.
906 (sparc32_collect_fpregset): Likewise.
907 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
908 * sparc64-tdep.c (sparc64_supply_gregset): Likewise.
909 (sparc64_collect_gregset): Likewise.
910 (sparc64_supply_fpregset): Likewise.
911 (sparc64_collect_fpregset): Likewise.
912 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_cache): Likewise.
913 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
914 * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.
915 (sparc64obsd_trapframe_cache): Likewise.
916 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Likewise.
917 * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
918 * spu-multiarch.c (spu_gdbarch): Likewise.
919 * spu-tdep.c (spu_frame_unwind_cache): Likewise.
920 (spu2ppu_prev_arch): Likewise.
921 (spu2ppu_this_id): Likewise.
922 (spu2ppu_prev_register): Likewise.
923 (spu2ppu_dealloc_cache): Likewise.
924 (spu_dis_asm_print_address): Likewise.
925 (gdb_print_insn_spu): Likewise.
926 (spu_get_overlay_table): Likewise.
927 * stabsread.c (rs6000_builtin_type): Likewise.
928 * stack.c (do_print_variable_and_value): Likewise.
929 * stap-probe.c (get_stap_base_address_1): Likewise.
930 * symfile-debug.c (debug_qf_has_symbols): Likewise.
931 (debug_qf_find_last_source_symtab): Likewise.
932 (debug_qf_forget_cached_source_info): Likewise.
933 (debug_qf_map_symtabs_matching_filename): Likewise.
934 (debug_qf_lookup_symbol): Likewise.
935 (debug_qf_print_stats): Likewise.
936 (debug_qf_dump): Likewise.
937 (debug_qf_relocate): Likewise.
938 (debug_qf_expand_symtabs_for_function): Likewise.
939 (debug_qf_expand_all_symtabs): Likewise.
940 (debug_qf_expand_symtabs_with_fullname): Likewise.
941 (debug_qf_map_matching_symbols): Likewise.
942 (debug_qf_expand_symtabs_matching): Likewise.
943 (debug_qf_find_pc_sect_compunit_symtab): Likewise.
944 (debug_qf_map_symbol_filenames): Likewise.
945 (debug_sym_get_probes): Likewise.
946 (debug_sym_new_init): Likewise.
947 (debug_sym_init): Likewise.
948 (debug_sym_read): Likewise.
949 (debug_sym_read_psymbols): Likewise.
950 (debug_sym_finish): Likewise.
951 (debug_sym_offsets): Likewise.
952 (debug_sym_read_linetable): Likewise.
953 (debug_sym_relocate): Likewise.
954 (uninstall_symfile_debug_logging): Likewise.
955 * symfile-mem.c (symbol_file_add_from_memory_wrapper): Likewise.
956 * symfile.c (place_section): Likewise.
957 (add_section_size_callback): Likewise.
958 (load_progress): Likewise.
959 (load_section_callback): Likewise.
960 (clear_memory_write_data): Likewise.
961 (allocate_symtab): Likewise.
962 * symmisc.c (maintenance_expand_file_matcher): Likewise.
963 * symtab.c (lookup_symtab_callback): Likewise.
964 (hash_demangled_name_entry): Likewise.
965 (eq_demangled_name_entry): Likewise.
966 (get_symbol_cache): Likewise.
967 (symbol_cache_cleanup): Likewise.
968 (set_symbol_cache_size): Likewise.
969 (symbol_cache_flush): Likewise.
970 (maintenance_print_symbol_cache): Likewise.
971 (maintenance_print_symbol_cache_statistics): Likewise.
972 (delete_filename_seen_cache): Likewise.
973 (output_partial_symbol_filename): Likewise.
974 (search_symbols_file_matches): Likewise.
975 (search_symbols_name_matches): Likewise.
976 (do_free_completion_list): Likewise.
977 (maybe_add_partial_symtab_filename): Likewise.
978 (get_main_info): Likewise.
979 (main_info_cleanup): Likewise.
980 * target-dcache.c (target_dcache_cleanup): Likewise.
981 (target_dcache_init_p): Likewise.
982 (target_dcache_invalidate): Likewise.
983 (target_dcache_get): Likewise.
984 (target_dcache_get_or_init): Likewise.
985 * target-descriptions.c (target_find_description): Likewise.
986 (tdesc_find_type): Likewise.
987 (tdesc_data_cleanup): Likewise.
988 (tdesc_find_arch_register): Likewise.
989 (tdesc_register_name): Likewise.
990 (tdesc_register_type): Likewise.
991 (tdesc_register_reggroup_p): Likewise.
992 (set_tdesc_pseudo_register_name): Likewise.
993 (set_tdesc_pseudo_register_type): Likewise.
994 (set_tdesc_pseudo_register_reggroup_p): Likewise.
995 (tdesc_use_registers): Likewise.
996 (free_target_description): Likewise.
997 * target-memory.c (compare_block_starting_address): Likewise.
998 (cleanup_request_data): Likewise.
999 (cleanup_write_requests_vector): Likewise.
1000 * target.c (open_target): Likewise.
1001 (cleanup_restore_target_terminal): Likewise.
1002 (free_memory_read_result_vector): Likewise.
1003 * thread.c (disable_thread_stack_temporaries): Likewise.
1004 (finish_thread_state_cleanup): Likewise.
1005 (do_restore_current_thread_cleanup): Likewise.
1006 (restore_current_thread_cleanup_dtor): Likewise.
1007 (set_thread_refcount): Likewise.
1008 (tp_array_compar): Likewise.
1009 (do_captured_thread_select): Likewise.
1010 * tic6x-tdep.c (tic6x_frame_unwind_cache): Likewise.
1011 (tic6x_stub_this_id): Likewise.
1012 * tilegx-tdep.c (tilegx_frame_cache): Likewise.
1013 * top.c (do_restore_instream_cleanup): Likewise.
1014 (gdb_readline_wrapper_cleanup): Likewise.
1015 (kill_or_detach): Likewise.
1016 (print_inferior_quit_action): Likewise.
1017 * tracefile-tfile.c (match_blocktype): Likewise.
1018 (build_traceframe_info): Likewise.
1019 * tracefile.c (trace_file_writer_xfree): Likewise.
1020 * tracepoint.c (memrange_cmp): Likewise.
1021 (do_collect_symbol): Likewise.
1022 (do_clear_collection_list): Likewise.
1023 (do_restore_current_traceframe_cleanup): Likewise.
1024 (restore_current_traceframe_cleanup_dtor): Likewise.
1025 (free_current_marker): Likewise.
1026 (traceframe_info_start_memory): Likewise.
1027 (traceframe_info_start_tvar): Likewise.
1028 (free_result): Likewise.
1029 * tramp-frame.c (tramp_frame_cache): Likewise.
1030 * tui/tui-file.c (tui_file_delete): Likewise.
1031 (tui_fileopen): Likewise.
1032 (tui_sfileopen): Likewise.
1033 (tui_file_isatty): Likewise.
1034 (tui_file_rewind): Likewise.
1035 (tui_file_put): Likewise.
1036 (tui_file_fputs): Likewise.
1037 (tui_file_get_strbuf): Likewise.
1038 (tui_file_adjust_strbuf): Likewise.
1039 (tui_file_flush): Likewise.
1040 * tui/tui-layout.c (make_command_window): Likewise.
1041 (make_data_window): Likewise.
1042 (show_source_disasm_command): Likewise.
1043 (show_data): Likewise.
1044 (make_source_or_disasm_window): Likewise.
1045 (show_source_or_disasm_and_command): Likewise.
1046 * tui/tui-out.c (tui_field_int): Likewise.
1047 (tui_field_string): Likewise.
1048 (tui_field_fmt): Likewise.
1049 (tui_text): Likewise.
1050 * typeprint.c (hash_typedef_field): Likewise.
1051 (eq_typedef_field): Likewise.
1052 (do_free_typedef_hash): Likewise.
1053 (copy_typedef_hash_element): Likewise.
1054 (do_free_global_table): Likewise.
1055 (find_global_typedef): Likewise.
1056 (find_typedef_in_hash): Likewise.
1057 * ui-file.c (ui_file_write_for_put): Likewise.
1058 (do_ui_file_xstrdup): Likewise.
1059 (mem_file_delete): Likewise.
1060 (mem_file_rewind): Likewise.
1061 (mem_file_put): Likewise.
1062 (mem_file_write): Likewise.
1063 (stdio_file_delete): Likewise.
1064 (stdio_file_flush): Likewise.
1065 (stdio_file_read): Likewise.
1066 (stdio_file_write): Likewise.
1067 (stdio_file_write_async_safe): Likewise.
1068 (stdio_file_fputs): Likewise.
1069 (stdio_file_isatty): Likewise.
1070 (stdio_file_fseek): Likewise.
1071 (tee_file_delete): Likewise.
1072 (tee_file_flush): Likewise.
1073 (tee_file_write): Likewise.
1074 (tee_file_fputs): Likewise.
1075 (tee_file_isatty): Likewise.
1076 * ui-out.c (do_cleanup_table_end): Likewise.
1077 (do_cleanup_end): Likewise.
1078 * user-regs.c (user_reg_add): Likewise.
1079 (user_reg_map_name_to_regnum): Likewise.
1080 (usernum_to_user_reg): Likewise.
1081 (maintenance_print_user_registers): Likewise.
1082 * utils.c (do_bfd_close_cleanup): Likewise.
1083 (do_fclose_cleanup): Likewise.
1084 (do_obstack_free): Likewise.
1085 (do_ui_file_delete): Likewise.
1086 (do_ui_out_redirect_pop): Likewise.
1087 (do_free_section_addr_info): Likewise.
1088 (restore_integer): Likewise.
1089 (do_unpush_target): Likewise.
1090 (do_htab_delete_cleanup): Likewise.
1091 (do_restore_ui_file): Likewise.
1092 (do_value_free): Likewise.
1093 (do_free_so): Likewise.
1094 (free_current_contents): Likewise.
1095 (do_regfree_cleanup): Likewise.
1096 (core_addr_hash): Likewise.
1097 (core_addr_eq): Likewise.
1098 (do_free_char_ptr_vec): Likewise.
1099 * v850-tdep.c (v850_frame_cache): Likewise.
1100 * varobj.c (do_free_variable_cleanup): Likewise.
1101 * vax-tdep.c (vax_supply_gregset): Likewise.
1102 (vax_frame_cache): Likewise.
1103 * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_cache): Likewise.
1104 * xml-support.c (gdb_xml_body_text): Likewise.
1105 (gdb_xml_values_cleanup): Likewise.
1106 (gdb_xml_start_element): Likewise.
1107 (gdb_xml_start_element_wrapper): Likewise.
1108 (gdb_xml_end_element): Likewise.
1109 (gdb_xml_end_element_wrapper): Likewise.
1110 (gdb_xml_cleanup): Likewise.
1111 (gdb_xml_fetch_external_entity): Likewise.
1112 (gdb_xml_parse_attr_enum): Likewise.
1113 (xinclude_start_include): Likewise.
1114 (xinclude_end_include): Likewise.
1115 (xml_xinclude_default): Likewise.
1116 (xml_xinclude_start_doctype): Likewise.
1117 (xml_xinclude_end_doctype): Likewise.
1118 (xml_xinclude_cleanup): Likewise.
1119 (xml_fetch_content_from_file): Likewise.
1120 * xml-syscall.c (free_syscalls_info): Likewise.
1121 (syscall_start_syscall): Likewise.
1122 * xml-tdesc.c (tdesc_end_arch): Likewise.
1123 (tdesc_end_osabi): Likewise.
1124 (tdesc_end_compatible): Likewise.
1125 (tdesc_start_target): Likewise.
1126 (tdesc_start_feature): Likewise.
1127 (tdesc_start_reg): Likewise.
1128 (tdesc_start_union): Likewise.
1129 (tdesc_start_struct): Likewise.
1130 (tdesc_start_flags): Likewise.
1131 (tdesc_start_field): Likewise.
1132 (tdesc_start_vector): Likewise.
1133 (fetch_available_features_from_target): Likewise.
1134 * xstormy16-tdep.c (xstormy16_frame_cache): Likewise.
1135 * xtensa-tdep.c (xtensa_supply_gregset): Likewise.
1136 (xtensa_frame_cache): Likewise.
1137 (xtensa_frame_prev_register): Likewise.
1138 (xtensa_extract_return_value): Likewise.
1139
1140 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1141
1142 * aarch64-tdep.c (aarch64_make_prologue_cache): Add cast(s).
1143 (aarch64_make_stub_cache): Likewise.
1144 (value_of_aarch64_user_reg): Likewise.
1145 * ada-lang.c (ada_inferior_data_cleanup): Likewise.
1146 (get_ada_inferior_data): Likewise.
1147 (get_ada_pspace_data): Likewise.
1148 (ada_pspace_data_cleanup): Likewise.
1149 (ada_complete_symbol_matcher): Likewise.
1150 (ada_exc_search_name_matches): Likewise.
1151 * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
1152 (get_ada_tasks_inferior_data): Likewise.
1153 * addrmap.c (addrmap_mutable_foreach_worker): Likewise.
1154 (splay_obstack_alloc): Likewise.
1155 (splay_obstack_free): Likewise.
1156 * alpha-linux-tdep.c (alpha_linux_supply_gregset): Likewise.
1157 (alpha_linux_collect_gregset): Likewise.
1158 (alpha_linux_supply_fpregset): Likewise.
1159 (alpha_linux_collect_fpregset): Likewise.
1160 * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind_cache): Likewise.
1161 * alpha-tdep.c (alpha_lds): Likewise.
1162 (alpha_sts): Likewise.
1163 (alpha_sigtramp_frame_unwind_cache): Likewise.
1164 (alpha_heuristic_frame_unwind_cache): Likewise.
1165 (alpha_supply_int_regs): Likewise.
1166 (alpha_fill_int_regs): Likewise.
1167 (alpha_supply_fp_regs): Likewise.
1168 (alpha_fill_fp_regs): Likewise.
1169 * alphanbsd-tdep.c (alphanbsd_supply_fpregset): Likewise.
1170 (alphanbsd_aout_supply_gregset): Likewise.
1171 (alphanbsd_supply_gregset): Likewise.
1172 * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
1173 (amd64_x32_linux_init_abi): Likewise.
1174 * amd64-nat.c (amd64_supply_native_gregset): Likewise.
1175 (amd64_collect_native_gregset): Likewise.
1176 * amd64-tdep.c (amd64_frame_cache): Likewise.
1177 (amd64_sigtramp_frame_cache): Likewise.
1178 (amd64_epilogue_frame_cache): Likewise.
1179 (amd64_supply_fxsave): Likewise.
1180 (amd64_supply_xsave): Likewise.
1181 (amd64_collect_fxsave): Likewise.
1182 (amd64_collect_xsave): Likewise.
1183 * amd64-windows-tdep.c (amd64_windows_frame_cache): Likewise.
1184 * amd64obsd-tdep.c (amd64obsd_trapframe_cache): Likewise.
1185 * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
1186 (arm_linux_collect_gregset): Likewise.
1187 (arm_linux_supply_nwfpe): Likewise.
1188 (arm_linux_collect_nwfpe): Likewise.
1189 (arm_linux_supply_vfp): Likewise.
1190 (arm_linux_collect_vfp): Likewise.
1191 * arm-tdep.c (arm_find_mapping_symbol): Likewise.
1192 (arm_prologue_unwind_stop_reason): Likewise.
1193 (arm_prologue_this_id): Likewise.
1194 (arm_prologue_prev_register): Likewise.
1195 (arm_exidx_data_free): Likewise.
1196 (arm_find_exidx_entry): Likewise.
1197 (arm_stub_this_id): Likewise.
1198 (arm_m_exception_this_id): Likewise.
1199 (arm_m_exception_prev_register): Likewise.
1200 (arm_normal_frame_base): Likewise.
1201 (gdb_print_insn_arm): Likewise.
1202 (arm_objfile_data_free): Likewise.
1203 (arm_record_special_symbol): Likewise.
1204 (value_of_arm_user_reg): Likewise.
1205 * armbsd-tdep.c (armbsd_supply_fpregset): Likewise.
1206 (armbsd_supply_gregset): Likewise.
1207 * auto-load.c (auto_load_pspace_data_cleanup): Likewise.
1208 (get_auto_load_pspace_data): Likewise.
1209 (hash_loaded_script_entry): Likewise.
1210 (eq_loaded_script_entry): Likewise.
1211 (clear_section_scripts): Likewise.
1212 (collect_matching_scripts): Likewise.
1213 * auxv.c (auxv_inferior_data_cleanup): Likewise.
1214 (get_auxv_inferior_data): Likewise.
1215 * avr-tdep.c (avr_frame_unwind_cache): Likewise.
1216 * ax-general.c (do_free_agent_expr_cleanup): Likewise.
1217 * bfd-target.c (target_bfd_xfer_partial): Likewise.
1218 (target_bfd_xclose): Likewise.
1219 (target_bfd_get_section_table): Likewise.
1220 * bfin-tdep.c (bfin_frame_cache): Likewise.
1221 * block.c (find_block_in_blockvector): Likewise.
1222 (call_site_for_pc): Likewise.
1223 (block_find_non_opaque_type_preferred): Likewise.
1224 * break-catch-sig.c (signal_catchpoint_insert_location): Likewise.
1225 (signal_catchpoint_remove_location): Likewise.
1226 (signal_catchpoint_breakpoint_hit): Likewise.
1227 (signal_catchpoint_print_one): Likewise.
1228 (signal_catchpoint_print_mention): Likewise.
1229 (signal_catchpoint_print_recreate): Likewise.
1230 * break-catch-syscall.c (get_catch_syscall_inferior_data): Likewise.
1231 * breakpoint.c (do_cleanup_counted_command_line): Likewise.
1232 (bp_location_compare_addrs): Likewise.
1233 (get_first_locp_gte_addr): Likewise.
1234 (check_tracepoint_command): Likewise.
1235 (do_map_commands_command): Likewise.
1236 (get_breakpoint_objfile_data): Likewise.
1237 (free_breakpoint_probes): Likewise.
1238 (do_captured_breakpoint_query): Likewise.
1239 (compare_breakpoints): Likewise.
1240 (bp_location_compare): Likewise.
1241 (bpstat_remove_breakpoint_callback): Likewise.
1242 (do_delete_breakpoint_cleanup): Likewise.
1243 * bsd-uthread.c (bsd_uthread_set_supply_uthread): Likewise.
1244 (bsd_uthread_set_collect_uthread): Likewise.
1245 (bsd_uthread_activate): Likewise.
1246 (bsd_uthread_fetch_registers): Likewise.
1247 (bsd_uthread_store_registers): Likewise.
1248 * btrace.c (check_xml_btrace_version): Likewise.
1249 (parse_xml_btrace_block): Likewise.
1250 (parse_xml_btrace_pt_config_cpu): Likewise.
1251 (parse_xml_btrace_pt_raw): Likewise.
1252 (parse_xml_btrace_pt): Likewise.
1253 (parse_xml_btrace_conf_bts): Likewise.
1254 (parse_xml_btrace_conf_pt): Likewise.
1255 (do_btrace_data_cleanup): Likewise.
1256 * c-typeprint.c (find_typedef_for_canonicalize): Likewise.
1257 * charset.c (cleanup_iconv): Likewise.
1258 (do_cleanup_iterator): Likewise.
1259 * cli-out.c (cli_uiout_dtor): Likewise.
1260 (cli_table_begin): Likewise.
1261 (cli_table_body): Likewise.
1262 (cli_table_end): Likewise.
1263 (cli_table_header): Likewise.
1264 (cli_begin): Likewise.
1265 (cli_end): Likewise.
1266 (cli_field_int): Likewise.
1267 (cli_field_skip): Likewise.
1268 (cli_field_string): Likewise.
1269 (cli_field_fmt): Likewise.
1270 (cli_spaces): Likewise.
1271 (cli_text): Likewise.
1272 (cli_message): Likewise.
1273 (cli_wrap_hint): Likewise.
1274 (cli_flush): Likewise.
1275 (cli_redirect): Likewise.
1276 (out_field_fmt): Likewise.
1277 (field_separator): Likewise.
1278 (cli_out_set_stream): Likewise.
1279 * cli/cli-cmds.c (compare_symtabs): Likewise.
1280 * cli/cli-dump.c (call_dump_func): Likewise.
1281 (restore_section_callback): Likewise.
1282 * cli/cli-script.c (clear_hook_in_cleanup): Likewise.
1283 (do_restore_user_call_depth): Likewise.
1284 (do_free_command_lines_cleanup): Likewise.
1285 * coff-pe-read.c (get_section_vmas): Likewise.
1286 (pe_as16): Likewise.
1287 (pe_as32): Likewise.
1288 * coffread.c (coff_symfile_read): Likewise.
1289 * common/agent.c (agent_look_up_symbols): Likewise.
1290 * common/filestuff.c (do_close_cleanup): Likewise.
1291 * common/format.c (free_format_pieces_cleanup): Likewise.
1292 * common/vec.c (vec_o_reserve): Likewise.
1293 * compile/compile-c-support.c (print_one_macro): Likewise.
1294 * compile/compile-c-symbols.c (hash_symbol_error): Likewise.
1295 (eq_symbol_error): Likewise.
1296 (del_symbol_error): Likewise.
1297 (error_symbol_once): Likewise.
1298 (gcc_convert_symbol): Likewise.
1299 (gcc_symbol_address): Likewise.
1300 (hash_symname): Likewise.
1301 (eq_symname): Likewise.
1302 * compile/compile-c-types.c (hash_type_map_instance): Likewise.
1303 (eq_type_map_instance): Likewise.
1304 (insert_type): Likewise.
1305 (convert_type): Likewise.
1306 * compile/compile-object-load.c (munmap_listp_free_cleanup): Likewise.
1307 (setup_sections): Likewise.
1308 (link_hash_table_free): Likewise.
1309 (copy_sections): Likewise.
1310 * compile/compile-object-run.c (do_module_cleanup): Likewise.
1311 * compile/compile.c (compile_print_value): Likewise.
1312 (do_rmdir): Likewise.
1313 (cleanup_compile_instance): Likewise.
1314 (cleanup_unlink_file): Likewise.
1315 * completer.c (free_completion_tracker): Likewise.
1316 * corelow.c (add_to_spuid_list): Likewise.
1317 * cp-namespace.c (reset_directive_searched): Likewise.
1318 * cp-support.c (reset_directive_searched): Likewise.
1319 * cris-tdep.c (cris_sigtramp_frame_unwind_cache): Likewise.
1320 (cris_frame_unwind_cache): Likewise.
1321 * d-lang.c (builtin_d_type): Likewise.
1322 * d-namespace.c (reset_directive_searched): Likewise.
1323 * dbxread.c (dbx_free_symfile_info): Likewise.
1324 (do_free_bincl_list_cleanup): Likewise.
1325 * disasm.c (hash_dis_line_entry): Likewise.
1326 (eq_dis_line_entry): Likewise.
1327 (dis_asm_print_address): Likewise.
1328 (fprintf_disasm): Likewise.
1329 (do_ui_file_delete): Likewise.
1330 * doublest.c (convert_floatformat_to_doublest): Likewise.
1331 * dummy-frame.c (pop_dummy_frame_bpt): Likewise.
1332 (dummy_frame_prev_register): Likewise.
1333 (dummy_frame_this_id): Likewise.
1334 * dwarf2-frame-tailcall.c (cache_hash): Likewise.
1335 (cache_eq): Likewise.
1336 (cache_find): Likewise.
1337 (tailcall_frame_this_id): Likewise.
1338 (dwarf2_tailcall_prev_register_first): Likewise.
1339 (tailcall_frame_prev_register): Likewise.
1340 (tailcall_frame_dealloc_cache): Likewise.
1341 (tailcall_frame_prev_arch): Likewise.
1342 * dwarf2-frame.c (dwarf2_frame_state_free): Likewise.
1343 (dwarf2_frame_set_init_reg): Likewise.
1344 (dwarf2_frame_init_reg): Likewise.
1345 (dwarf2_frame_set_signal_frame_p): Likewise.
1346 (dwarf2_frame_signal_frame_p): Likewise.
1347 (dwarf2_frame_set_adjust_regnum): Likewise.
1348 (dwarf2_frame_adjust_regnum): Likewise.
1349 (clear_pointer_cleanup): Likewise.
1350 (dwarf2_frame_cache): Likewise.
1351 (find_cie): Likewise.
1352 (dwarf2_frame_find_fde): Likewise.
1353 * dwarf2expr.c (dwarf_expr_address_type): Likewise.
1354 (free_dwarf_expr_context_cleanup): Likewise.
1355 * dwarf2loc.c (locexpr_find_frame_base_location): Likewise.
1356 (locexpr_get_frame_base): Likewise.
1357 (loclist_find_frame_base_location): Likewise.
1358 (loclist_get_frame_base): Likewise.
1359 (dwarf_expr_dwarf_call): Likewise.
1360 (dwarf_expr_get_base_type): Likewise.
1361 (dwarf_expr_push_dwarf_reg_entry_value): Likewise.
1362 (dwarf_expr_get_obj_addr): Likewise.
1363 (entry_data_value_coerce_ref): Likewise.
1364 (entry_data_value_copy_closure): Likewise.
1365 (entry_data_value_free_closure): Likewise.
1366 (get_frame_address_in_block_wrapper): Likewise.
1367 (dwarf2_evaluate_property): Likewise.
1368 (dwarf2_compile_property_to_c): Likewise.
1369 (needs_frame_read_addr_from_reg): Likewise.
1370 (needs_frame_get_reg_value): Likewise.
1371 (needs_frame_frame_base): Likewise.
1372 (needs_frame_frame_cfa): Likewise.
1373 (needs_frame_tls_address): Likewise.
1374 (needs_frame_dwarf_call): Likewise.
1375 (needs_dwarf_reg_entry_value): Likewise.
1376 (get_ax_pc): Likewise.
1377 (locexpr_read_variable): Likewise.
1378 (locexpr_read_variable_at_entry): Likewise.
1379 (locexpr_read_needs_frame): Likewise.
1380 (locexpr_describe_location): Likewise.
1381 (locexpr_tracepoint_var_ref): Likewise.
1382 (locexpr_generate_c_location): Likewise.
1383 (loclist_read_variable): Likewise.
1384 (loclist_read_variable_at_entry): Likewise.
1385 (loclist_describe_location): Likewise.
1386 (loclist_tracepoint_var_ref): Likewise.
1387 (loclist_generate_c_location): Likewise.
1388 * dwarf2read.c (line_header_hash_voidp): Likewise.
1389 (line_header_eq_voidp): Likewise.
1390 (dwarf2_has_info): Likewise.
1391 (dwarf2_get_section_info): Likewise.
1392 (locate_dwz_sections): Likewise.
1393 (hash_file_name_entry): Likewise.
1394 (eq_file_name_entry): Likewise.
1395 (delete_file_name_entry): Likewise.
1396 (dw2_setup): Likewise.
1397 (dw2_get_file_names_reader): Likewise.
1398 (dw2_find_pc_sect_compunit_symtab): Likewise.
1399 (hash_signatured_type): Likewise.
1400 (eq_signatured_type): Likewise.
1401 (add_signatured_type_cu_to_table): Likewise.
1402 (create_debug_types_hash_table): Likewise.
1403 (lookup_dwo_signatured_type): Likewise.
1404 (lookup_dwp_signatured_type): Likewise.
1405 (lookup_signatured_type): Likewise.
1406 (hash_type_unit_group): Likewise.
1407 (eq_type_unit_group): Likewise.
1408 (get_type_unit_group): Likewise.
1409 (process_psymtab_comp_unit_reader): Likewise.
1410 (sort_tu_by_abbrev_offset): Likewise.
1411 (process_skeletonless_type_unit): Likewise.
1412 (psymtabs_addrmap_cleanup): Likewise.
1413 (dwarf2_read_symtab): Likewise.
1414 (psymtab_to_symtab_1): Likewise.
1415 (die_hash): Likewise.
1416 (die_eq): Likewise.
1417 (load_full_comp_unit_reader): Likewise.
1418 (reset_die_in_process): Likewise.
1419 (free_cu_line_header): Likewise.
1420 (handle_DW_AT_stmt_list): Likewise.
1421 (hash_dwo_file): Likewise.
1422 (eq_dwo_file): Likewise.
1423 (hash_dwo_unit): Likewise.
1424 (eq_dwo_unit): Likewise.
1425 (create_dwo_cu_reader): Likewise.
1426 (create_dwo_unit_in_dwp_v1): Likewise.
1427 (create_dwo_unit_in_dwp_v2): Likewise.
1428 (lookup_dwo_unit_in_dwp): Likewise.
1429 (dwarf2_locate_dwo_sections): Likewise.
1430 (dwarf2_locate_common_dwp_sections): Likewise.
1431 (dwarf2_locate_v2_dwp_sections): Likewise.
1432 (hash_dwp_loaded_cutus): Likewise.
1433 (eq_dwp_loaded_cutus): Likewise.
1434 (lookup_dwo_cutu): Likewise.
1435 (abbrev_table_free_cleanup): Likewise.
1436 (dwarf2_free_abbrev_table): Likewise.
1437 (find_partial_die_in_comp_unit): Likewise.
1438 (free_line_header_voidp): Likewise.
1439 (follow_die_offset): Likewise.
1440 (follow_die_sig_1): Likewise.
1441 (free_heap_comp_unit): Likewise.
1442 (free_stack_comp_unit): Likewise.
1443 (dwarf2_free_objfile): Likewise.
1444 (per_cu_offset_and_type_hash): Likewise.
1445 (per_cu_offset_and_type_eq): Likewise.
1446 (get_die_type_at_offset): Likewise.
1447 (partial_die_hash): Likewise.
1448 (partial_die_eq): Likewise.
1449 (dwarf2_per_objfile_free): Likewise.
1450 (hash_strtab_entry): Likewise.
1451 (eq_strtab_entry): Likewise.
1452 (add_string): Likewise.
1453 (hash_symtab_entry): Likewise.
1454 (eq_symtab_entry): Likewise.
1455 (delete_symtab_entry): Likewise.
1456 (cleanup_mapped_symtab): Likewise.
1457 (add_indices_to_cpool): Likewise.
1458 (hash_psymtab_cu_index): Likewise.
1459 (eq_psymtab_cu_index): Likewise.
1460 (add_address_entry_worker): Likewise.
1461 (unlink_if_set): Likewise.
1462 (write_one_signatured_type): Likewise.
1463 (save_gdb_index_command): Likewise.
1464 * elfread.c (elf_symtab_read): Likewise.
1465 (elf_gnu_ifunc_cache_hash): Likewise.
1466 (elf_gnu_ifunc_cache_eq): Likewise.
1467 (elf_gnu_ifunc_record_cache): Likewise.
1468 (elf_gnu_ifunc_resolve_by_cache): Likewise.
1469 (elf_get_probes): Likewise.
1470 (probe_key_free): Likewise.
1471 * f-lang.c (builtin_f_type): Likewise.
1472 * frame-base.c (frame_base_append_sniffer): Likewise.
1473 (frame_base_set_default): Likewise.
1474 (frame_base_find_by_frame): Likewise.
1475 * frame-unwind.c (frame_unwind_prepend_unwinder): Likewise.
1476 (frame_unwind_append_unwinder): Likewise.
1477 (frame_unwind_find_by_frame): Likewise.
1478 * frame.c (frame_addr_hash): Likewise.
1479 (frame_addr_hash_eq): Likewise.
1480 (frame_stash_find): Likewise.
1481 (do_frame_register_read): Likewise.
1482 (unwind_to_current_frame): Likewise.
1483 (frame_cleanup_after_sniffer): Likewise.
1484 * frv-linux-tdep.c (frv_linux_sigtramp_frame_cache): Likewise.
1485 * frv-tdep.c (frv_frame_unwind_cache): Likewise.
1486 * ft32-tdep.c (ft32_frame_cache): Likewise.
1487 * gcore.c (do_bfd_delete_cleanup): Likewise.
1488 (gcore_create_callback): Likewise.
1489 * gdb_bfd.c (hash_bfd): Likewise.
1490 (eq_bfd): Likewise.
1491 (gdb_bfd_open): Likewise.
1492 (free_one_bfd_section): Likewise.
1493 (gdb_bfd_ref): Likewise.
1494 (gdb_bfd_unref): Likewise.
1495 (get_section_descriptor): Likewise.
1496 (gdb_bfd_map_section): Likewise.
1497 (gdb_bfd_crc): Likewise.
1498 (gdb_bfd_mark_parent): Likewise.
1499 (gdb_bfd_record_inclusion): Likewise.
1500 (gdb_bfd_requires_relocations): Likewise.
1501 (print_one_bfd): Likewise.
1502 * gdbtypes.c (type_pair_hash): Likewise.
1503 (type_pair_eq): Likewise.
1504 (builtin_type): Likewise.
1505 (objfile_type): Likewise.
1506 * gnu-v3-abi.c (vtable_ptrdiff_type): Likewise.
1507 (vtable_address_point_offset): Likewise.
1508 (gnuv3_get_vtable): Likewise.
1509 (hash_value_and_voffset): Likewise.
1510 (eq_value_and_voffset): Likewise.
1511 (compare_value_and_voffset): Likewise.
1512 (compute_vtable_size): Likewise.
1513 (gnuv3_get_typeid_type): Likewise.
1514 * go-lang.c (builtin_go_type): Likewise.
1515 * guile/scm-block.c (bkscm_hash_block_smob): Likewise.
1516 (bkscm_eq_block_smob): Likewise.
1517 (bkscm_objfile_block_map): Likewise.
1518 (bkscm_del_objfile_blocks): Likewise.
1519 * guile/scm-breakpoint.c (bpscm_build_bp_list): Likewise.
1520 * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker): Likewise.
1521 (gdbscm_disasm_print_address): Likewise.
1522 * guile/scm-frame.c (frscm_hash_frame_smob): Likewise.
1523 (frscm_eq_frame_smob): Likewise.
1524 (frscm_inferior_frame_map): Likewise.
1525 (frscm_del_inferior_frames): Likewise.
1526 * guile/scm-gsmob.c (gdbscm_add_objfile_ref): Likewise.
1527 * guile/scm-objfile.c (ofscm_handle_objfile_deleted): Likewise.
1528 (ofscm_objfile_smob_from_objfile): Likewise.
1529 * guile/scm-ports.c (ioscm_write): Likewise.
1530 (ioscm_file_port_delete): Likewise.
1531 (ioscm_file_port_rewind): Likewise.
1532 (ioscm_file_port_put): Likewise.
1533 (ioscm_file_port_write): Likewise.
1534 * guile/scm-progspace.c (psscm_handle_pspace_deleted): Likewise.
1535 (psscm_pspace_smob_from_pspace): Likewise.
1536 * guile/scm-safe-call.c (scscm_recording_pre_unwind_handler): Likewise.
1537 (scscm_recording_unwind_handler): Likewise.
1538 (gdbscm_with_catch): Likewise.
1539 (scscm_call_0_body): Likewise.
1540 (scscm_call_1_body): Likewise.
1541 (scscm_call_2_body): Likewise.
1542 (scscm_call_3_body): Likewise.
1543 (scscm_call_4_body): Likewise.
1544 (scscm_apply_1_body): Likewise.
1545 (scscm_eval_scheme_string): Likewise.
1546 (gdbscm_safe_eval_string): Likewise.
1547 (scscm_source_scheme_script): Likewise.
1548 (gdbscm_safe_source_script): Likewise.
1549 * guile/scm-string.c (gdbscm_call_scm_to_stringn): Likewise.
1550 (gdbscm_call_scm_from_stringn): Likewise.
1551 * guile/scm-symbol.c (syscm_hash_symbol_smob): Likewise.
1552 (syscm_eq_symbol_smob): Likewise.
1553 (syscm_get_symbol_map): Likewise.
1554 (syscm_del_objfile_symbols): Likewise.
1555 * guile/scm-symtab.c (stscm_hash_symtab_smob): Likewise.
1556 (stscm_eq_symtab_smob): Likewise.
1557 (stscm_objfile_symtab_map): Likewise.
1558 (stscm_del_objfile_symtabs): Likewise.
1559 * guile/scm-type.c (tyscm_hash_type_smob): Likewise.
1560 (tyscm_eq_type_smob): Likewise.
1561 (tyscm_type_map): Likewise.
1562 (tyscm_copy_type_recursive): Likewise.
1563 (save_objfile_types): Likewise.
1564 * guile/scm-utils.c (extract_arg): Likewise.
1565 * h8300-tdep.c (h8300_frame_cache): Likewise.
1566 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind_cache): Likewise.
1567 * hppa-tdep.c (compare_unwind_entries): Likewise.
1568 (find_unwind_entry): Likewise.
1569 (hppa_frame_cache): Likewise.
1570 (hppa_stub_frame_unwind_cache): Likewise.
1571 * hppanbsd-tdep.c (hppanbsd_supply_gregset): Likewise.
1572 * hppaobsd-tdep.c (hppaobsd_supply_gregset): Likewise.
1573 (hppaobsd_supply_fpregset): Likewise.
1574 * i386-cygwin-tdep.c (core_process_module_section): Likewise.
1575 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
1576 * i386-tdep.c (i386_frame_cache): Likewise.
1577 (i386_epilogue_frame_cache): Likewise.
1578 (i386_sigtramp_frame_cache): Likewise.
1579 (i386_supply_gregset): Likewise.
1580 (i386_collect_gregset): Likewise.
1581 (i386_gdbarch_init): Likewise.
1582 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Likewise.
1583 (i386obsd_trapframe_cache): Likewise.
1584 * i387-tdep.c (i387_supply_fsave): Likewise.
1585 (i387_collect_fsave): Likewise.
1586 (i387_supply_fxsave): Likewise.
1587 (i387_collect_fxsave): Likewise.
1588 (i387_supply_xsave): Likewise.
1589 (i387_collect_xsave): Likewise.
1590 * ia64-tdep.c (ia64_frame_cache): Likewise.
1591 (ia64_sigtramp_frame_cache): Likewise.
1592 * infcmd.c (attach_command_continuation): Likewise.
1593 (attach_command_continuation_free_args): Likewise.
1594 * inferior.c (restore_inferior): Likewise.
1595 (delete_thread_of_inferior): Likewise.
1596 * inflow.c (inflow_inferior_data_cleanup): Likewise.
1597 (get_inflow_inferior_data): Likewise.
1598 (inflow_inferior_exit): Likewise.
1599 * infrun.c (displaced_step_clear_cleanup): Likewise.
1600 (restore_current_uiout_cleanup): Likewise.
1601 (release_stop_context_cleanup): Likewise.
1602 (do_restore_infcall_suspend_state_cleanup): Likewise.
1603 (do_restore_infcall_control_state_cleanup): Likewise.
1604 (restore_inferior_ptid): Likewise.
1605 * inline-frame.c (block_starting_point_at): Likewise.
1606 * iq2000-tdep.c (iq2000_frame_cache): Likewise.
1607 * jit.c (get_jit_objfile_data): Likewise.
1608 (get_jit_program_space_data): Likewise.
1609 (jit_object_close_impl): Likewise.
1610 (jit_find_objf_with_entry_addr): Likewise.
1611 (jit_breakpoint_deleted): Likewise.
1612 (jit_unwind_reg_set_impl): Likewise.
1613 (jit_unwind_reg_get_impl): Likewise.
1614 (jit_dealloc_cache): Likewise.
1615 (jit_frame_sniffer): Likewise.
1616 (jit_frame_prev_register): Likewise.
1617 (jit_prepend_unwinder): Likewise.
1618 (jit_inferior_exit_hook): Likewise.
1619 (free_objfile_data): Likewise.
1620 * jv-lang.c (jv_per_objfile_free): Likewise.
1621 (get_dynamics_objfile): Likewise.
1622 (get_java_class_symtab): Likewise.
1623 (builtin_java_type): Likewise.
1624 * language.c (language_string_char_type): Likewise.
1625 (language_bool_type): Likewise.
1626 (language_lookup_primitive_type): Likewise.
1627 (language_lookup_primitive_type_as_symbol): Likewise.
1628 * linespec.c (hash_address_entry): Likewise.
1629 (eq_address_entry): Likewise.
1630 (iterate_inline_only): Likewise.
1631 (iterate_name_matcher): Likewise.
1632 (decode_line_2_compare_items): Likewise.
1633 (collect_one_symbol): Likewise.
1634 (compare_symbols): Likewise.
1635 (compare_msymbols): Likewise.
1636 (add_symtabs_to_list): Likewise.
1637 (collect_symbols): Likewise.
1638 (compare_msyms): Likewise.
1639 (add_minsym): Likewise.
1640 (cleanup_linespec_result): Likewise.
1641 * linux-fork.c (inferior_call_waitpid_cleanup): Likewise.
1642 * linux-nat.c (delete_lwp_cleanup): Likewise.
1643 (count_events_callback): Likewise.
1644 (select_event_lwp_callback): Likewise.
1645 (resume_stopped_resumed_lwps): Likewise.
1646 * linux-tdep.c (get_linux_gdbarch_data): Likewise.
1647 (invalidate_linux_cache_inf): Likewise.
1648 (get_linux_inferior_data): Likewise.
1649 (linux_find_memory_regions_thunk): Likewise.
1650 (linux_make_mappings_callback): Likewise.
1651 (linux_corefile_thread_callback): Likewise.
1652 (find_mapping_size): Likewise.
1653 * linux-thread-db.c (find_new_threads_callback): Likewise.
1654 * lm32-tdep.c (lm32_frame_cache): Likewise.
1655 * m2-lang.c (builtin_m2_type): Likewise.
1656 * m32c-tdep.c (m32c_analyze_frame_prologue): Likewise.
1657 * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_cache): Likewise.
1658 (m32r_linux_supply_gregset): Likewise.
1659 (m32r_linux_collect_gregset): Likewise.
1660 * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
1661 * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
1662 * m68k-tdep.c (m68k_frame_cache): Likewise.
1663 * m68kbsd-tdep.c (m68kbsd_supply_fpregset): Likewise.
1664 (m68kbsd_supply_gregset): Likewise.
1665 * m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise.
1666 * m88k-tdep.c (m88k_frame_cache): Likewise.
1667 (m88k_supply_gregset): Likewise.
1668
1669 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1670
1671 * aarch64-linux-tdep.c (aarch64_stap_parse_special_token): Add cast
1672 to allocation result assignment.
1673 * ada-exp.y (write_object_renaming): Likewise.
1674 (write_ambiguous_var): Likewise.
1675 (ada_nget_field_index): Likewise.
1676 (write_var_or_type): Likewise.
1677 * ada-lang.c (ada_decode_symbol): Likewise.
1678 (ada_value_assign): Likewise.
1679 (value_pointer): Likewise.
1680 (cache_symbol): Likewise.
1681 (add_nonlocal_symbols): Likewise.
1682 (ada_name_for_lookup): Likewise.
1683 (symbol_completion_add): Likewise.
1684 (ada_to_fixed_type_1): Likewise.
1685 (ada_get_next_arg): Likewise.
1686 (defns_collected): Likewise.
1687 * ada-lex.l (processId): Likewise.
1688 (processString): Likewise.
1689 * ada-tasks.c (read_known_tasks_array): Likewise.
1690 (read_known_tasks_list): Likewise.
1691 * ada-typeprint.c (decoded_type_name): Likewise.
1692 * addrmap.c (addrmap_mutable_create_fixed): Likewise.
1693 * amd64-tdep.c (amd64_push_arguments): Likewise.
1694 (amd64_displaced_step_copy_insn): Likewise.
1695 (amd64_classify_insn_at): Likewise.
1696 (amd64_relocate_instruction): Likewise.
1697 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Likewise.
1698 * arch-utils.c (simple_displaced_step_copy_insn): Likewise.
1699 (initialize_current_architecture): Likewise.
1700 * arm-linux-tdep.c (arm_stap_parse_special_token): Likewise.
1701 * arm-symbian-tdep.c (arm_symbian_osabi_sniffer): Likewise.
1702 * arm-tdep.c (arm_exidx_new_objfile): Likewise.
1703 (arm_push_dummy_call): Likewise.
1704 (extend_buffer_earlier): Likewise.
1705 (arm_adjust_breakpoint_address): Likewise.
1706 (arm_skip_stub): Likewise.
1707 * auto-load.c (filename_is_in_pattern): Likewise.
1708 (maybe_add_script_file): Likewise.
1709 (maybe_add_script_text): Likewise.
1710 (auto_load_objfile_script_1): Likewise.
1711 * auxv.c (ld_so_xfer_auxv): Likewise.
1712 * ax-general.c (new_agent_expr): Likewise.
1713 (grow_expr): Likewise.
1714 (ax_reg_mask): Likewise.
1715 * bcache.c (bcache_full): Likewise.
1716 * breakpoint.c (program_breakpoint_here_p): Likewise.
1717 * btrace.c (parse_xml_raw): Likewise.
1718 * build-id.c (build_id_to_debug_bfd): Likewise.
1719 * buildsym.c (end_symtab_with_blockvector): Likewise.
1720 * c-exp.y (string_exp): Likewise.
1721 (qualified_name): Likewise.
1722 (write_destructor_name): Likewise.
1723 (operator_stoken): Likewise.
1724 (parse_number): Likewise.
1725 (scan_macro_expansion): Likewise.
1726 (yylex): Likewise.
1727 (c_print_token): Likewise.
1728 * c-lang.c (c_get_string): Likewise.
1729 (emit_numeric_character): Likewise.
1730 * charset.c (wchar_iterate): Likewise.
1731 * cli/cli-cmds.c (complete_command): Likewise.
1732 (make_command): Likewise.
1733 * cli/cli-dump.c (restore_section_callback): Likewise.
1734 (restore_binary_file): Likewise.
1735 * cli/cli-interp.c (cli_interpreter_exec): Likewise.
1736 * cli/cli-script.c (execute_control_command): Likewise.
1737 * cli/cli-setshow.c (do_set_command): Likewise.
1738 * coff-pe-read.c (add_pe_forwarded_sym): Likewise.
1739 (read_pe_exported_syms): Likewise.
1740 * coffread.c (coff_read_struct_type): Likewise.
1741 (coff_read_enum_type): Likewise.
1742 * common/btrace-common.c (btrace_data_append): Likewise.
1743 * common/buffer.c (buffer_grow): Likewise.
1744 * common/filestuff.c (gdb_fopen_cloexec): Likewise.
1745 * common/format.c (parse_format_string): Likewise.
1746 * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
1747 * common/xml-utils.c (xml_escape_text): Likewise.
1748 * compile/compile-object-load.c (copy_sections): Likewise.
1749 (compile_object_load): Likewise.
1750 * compile/compile-object-run.c (compile_object_run): Likewise.
1751 * completer.c (filename_completer): Likewise.
1752 * corefile.c (read_memory_typed_address): Likewise.
1753 (write_memory_unsigned_integer): Likewise.
1754 (write_memory_signed_integer): Likewise.
1755 (complete_set_gnutarget): Likewise.
1756 * corelow.c (get_core_register_section): Likewise.
1757 * cp-name-parser.y (d_grab): Likewise.
1758 (allocate_info): Likewise.
1759 (cp_new_demangle_parse_info): Likewise.
1760 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Likewise.
1761 (cp_lookup_symbol_in_namespace): Likewise.
1762 (lookup_namespace_scope): Likewise.
1763 (find_symbol_in_baseclass): Likewise.
1764 (cp_lookup_nested_symbol): Likewise.
1765 (cp_lookup_transparent_type_loop): Likewise.
1766 * cp-support.c (copy_string_to_obstack): Likewise.
1767 (make_symbol_overload_list): Likewise.
1768 (make_symbol_overload_list_namespace): Likewise.
1769 (make_symbol_overload_list_adl_namespace): Likewise.
1770 (first_component_command): Likewise.
1771 * cp-valprint.c (cp_print_value): Likewise.
1772 * ctf.c (ctf_xfer_partial): Likewise.
1773 * d-exp.y (StringExp): Likewise.
1774 * d-namespace.c (d_lookup_symbol_in_module): Likewise.
1775 (lookup_module_scope): Likewise.
1776 (find_symbol_in_baseclass): Likewise.
1777 (d_lookup_nested_symbol): Likewise.
1778 * dbxread.c (find_stab_function_addr): Likewise.
1779 (read_dbx_symtab): Likewise.
1780 (dbx_end_psymtab): Likewise.
1781 (cp_set_block_scope): Likewise.
1782 * dcache.c (dcache_alloc): Likewise.
1783 * demangle.c (_initialize_demangler): Likewise.
1784 * dicos-tdep.c (dicos_load_module_p): Likewise.
1785 * dictionary.c (dict_create_hashed_expandable): Likewise.
1786 (dict_create_linear_expandable): Likewise.
1787 (expand_hashtable): Likewise.
1788 (add_symbol_linear_expandable): Likewise.
1789 * dwarf2-frame.c (add_cie): Likewise.
1790 (add_fde): Likewise.
1791 (dwarf2_build_frame_info): Likewise.
1792 * dwarf2expr.c (dwarf_expr_grow_stack): Likewise.
1793 (dwarf_expr_fetch_address): Likewise.
1794 (add_piece): Likewise.
1795 (execute_stack_op): Likewise.
1796 * dwarf2loc.c (chain_candidate): Likewise.
1797 (dwarf_entry_parameter_to_value): Likewise.
1798 (read_pieced_value): Likewise.
1799 (write_pieced_value): Likewise.
1800 * dwarf2read.c (dwarf2_read_section): Likewise.
1801 (add_type_unit): Likewise.
1802 (read_comp_units_from_section): Likewise.
1803 (fixup_go_packaging): Likewise.
1804 (dwarf2_compute_name): Likewise.
1805 (dwarf2_physname): Likewise.
1806 (create_dwo_unit_in_dwp_v1): Likewise.
1807 (create_dwo_unit_in_dwp_v2): Likewise.
1808 (read_func_scope): Likewise.
1809 (read_call_site_scope): Likewise.
1810 (dwarf2_attach_fields_to_type): Likewise.
1811 (process_structure_scope): Likewise.
1812 (mark_common_block_symbol_computed): Likewise.
1813 (read_common_block): Likewise.
1814 (abbrev_table_read_table): Likewise.
1815 (guess_partial_die_structure_name): Likewise.
1816 (fixup_partial_die): Likewise.
1817 (add_file_name): Likewise.
1818 (dwarf2_const_value_data): Likewise.
1819 (dwarf2_const_value_attr): Likewise.
1820 (build_error_marker_type): Likewise.
1821 (guess_full_die_structure_name): Likewise.
1822 (anonymous_struct_prefix): Likewise.
1823 (typename_concat): Likewise.
1824 (dwarf2_canonicalize_name): Likewise.
1825 (dwarf2_name): Likewise.
1826 (write_constant_as_bytes): Likewise.
1827 (dwarf2_fetch_constant_bytes): Likewise.
1828 (copy_string): Likewise.
1829 (parse_macro_definition): Likewise.
1830 * elfread.c (elf_symfile_segments): Likewise.
1831 (elf_rel_plt_read): Likewise.
1832 (elf_gnu_ifunc_resolve_by_cache): Likewise.
1833 (elf_gnu_ifunc_resolve_by_got): Likewise.
1834 (elf_read_minimal_symbols): Likewise.
1835 (elf_gnu_ifunc_record_cache): Likewise.
1836 * event-top.c (top_level_prompt): Likewise.
1837 (command_line_handler): Likewise.
1838 * exec.c (resize_section_table): Likewise.
1839 * expprint.c (print_subexp_standard): Likewise.
1840 * fbsd-tdep.c (fbsd_collect_regset_section_cb): Likewise.
1841 * findcmd.c (parse_find_args): Likewise.
1842 * findvar.c (address_from_register): Likewise.
1843 * frame.c (get_prev_frame_always): Likewise.
1844 * gdb_bfd.c (gdb_bfd_ref): Likewise.
1845 (get_section_descriptor): Likewise.
1846 * gdb_obstack.c (obconcat): Likewise.
1847 (obstack_strdup): Likewise.
1848 * gdbtypes.c (lookup_function_type_with_arguments): Likewise.
1849 (create_set_type): Likewise.
1850 (lookup_unsigned_typename): Likewise.
1851 (lookup_signed_typename): Likewise.
1852 (resolve_dynamic_union): Likewise.
1853 (resolve_dynamic_struct): Likewise.
1854 (add_dyn_prop): Likewise.
1855 (copy_dynamic_prop_list): Likewise.
1856 (arch_flags_type): Likewise.
1857 (append_composite_type_field_raw): Likewise.
1858 * gdbtypes.h (INIT_FUNC_SPECIFIC): Likewise.
1859 * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
1860 * go-exp.y (string_exp): Likewise.
1861 * go-lang.c (go_demangle): Likewise.
1862 * guile/guile.c (compute_scheme_string): Likewise.
1863 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
1864 (gdbscm_canonicalize_command_name): Likewise.
1865 * guile/scm-ports.c (ioscm_init_stdio_buffers): Likewise.
1866 (ioscm_init_memory_port): Likewise.
1867 (ioscm_reinit_memory_port): Likewise.
1868 * guile/scm-utils.c (gdbscm_gc_xstrdup): Likewise.
1869 (gdbscm_gc_dup_argv): Likewise.
1870 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
1871 * hppa-tdep.c (internalize_unwinds): Likewise.
1872 (read_unwind_info): Likewise.
1873 * i386-cygwin-tdep.c (core_process_module_section): Likewise.
1874 (windows_core_xfer_shared_libraries): Likewise.
1875 * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
1876 (i386_stap_parse_special_token_triplet): Likewise.
1877 (i386_stap_parse_special_token_three_arg_disp): Likewise.
1878 * i386obsd-tdep.c (i386obsd_sigtramp_p): Likewise.
1879 * inf-child.c (inf_child_fileio_readlink): Likewise.
1880 * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
1881 (inf_ptrace_store_register): Likewise.
1882 * infrun.c (follow_exec): Likewise.
1883 (displaced_step_prepare_throw): Likewise.
1884 (save_stop_context): Likewise.
1885 (save_infcall_suspend_state): Likewise.
1886 * jit.c (jit_read_descriptor): Likewise.
1887 (jit_read_code_entry): Likewise.
1888 (jit_symtab_line_mapping_add_impl): Likewise.
1889 (finalize_symtab): Likewise.
1890 (jit_unwind_reg_get_impl): Likewise.
1891 * jv-exp.y (QualifiedName): Likewise.
1892 * jv-lang.c (get_java_utf8_name): Likewise.
1893 (type_from_class): Likewise.
1894 (java_demangle_type_signature): Likewise.
1895 (java_class_name_from_physname): Likewise.
1896 * jv-typeprint.c (java_type_print_base): Likewise.
1897 * jv-valprint.c (java_value_print): Likewise.
1898 * language.c (add_language): Likewise.
1899 * linespec.c (add_sal_to_sals_basic): Likewise.
1900 (add_sal_to_sals): Likewise.
1901 (decode_objc): Likewise.
1902 (find_linespec_symbols): Likewise.
1903 * linux-fork.c (fork_save_infrun_state): Likewise.
1904 * linux-nat.c (linux_nat_detach): Likewise.
1905 (linux_nat_fileio_readlink): Likewise.
1906 * linux-record.c (record_linux_sockaddr): Likewise.
1907 (record_linux_msghdr): Likewise.
1908 (Do): Likewise.
1909 * linux-tdep.c (linux_core_info_proc_mappings): Likewise.
1910 (linux_collect_regset_section_cb): Likewise.
1911 (linux_get_siginfo_data): Likewise.
1912 * linux-thread-db.c (try_thread_db_load_from_pdir_1): Likewise.
1913 (try_thread_db_load_from_dir): Likewise.
1914 (thread_db_load_search): Likewise.
1915 (info_auto_load_libthread_db): Likewise.
1916 * m32c-tdep.c (m32c_m16c_address_to_pointer): Likewise.
1917 (m32c_m16c_pointer_to_address): Likewise.
1918 * m68hc11-tdep.c (m68hc11_pseudo_register_write): Likewise.
1919 * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
1920 * machoread.c (macho_check_dsym): Likewise.
1921 * macroexp.c (resize_buffer): Likewise.
1922 (gather_arguments): Likewise.
1923 (maybe_expand): Likewise.
1924 * macrotab.c (new_macro_key): Likewise.
1925 (new_source_file): Likewise.
1926 (new_macro_definition): Likewise.
1927 * mdebugread.c (parse_symbol): Likewise.
1928 (parse_type): Likewise.
1929 (parse_partial_symbols): Likewise.
1930 (psymtab_to_symtab_1): Likewise.
1931 * mem-break.c (default_memory_insert_breakpoint): Likewise.
1932 * mi/mi-cmd-break.c (mi_argv_to_format): Likewise.
1933 * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
1934 (mi_cmd_data_read_memory_bytes): Likewise.
1935 (mi_cmd_data_write_memory_bytes): Likewise.
1936 (mi_cmd_trace_frame_collected): Likewise.
1937 * mi/mi-parse.c (mi_parse_argv): Likewise.
1938 (mi_parse): Likewise.
1939 * minidebug.c (lzma_open): Likewise.
1940 (lzma_pread): Likewise.
1941 * mips-tdep.c (mips_read_fp_register_single): Likewise.
1942 (mips_print_fp_register): Likewise.
1943 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Likewise.
1944 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
1945 * mt-tdep.c (mt_register_name): Likewise.
1946 (mt_registers_info): Likewise.
1947 (mt_push_dummy_call): Likewise.
1948 * namespace.c (add_using_directive): Likewise.
1949 * nat/linux-btrace.c (perf_event_read): Likewise.
1950 (linux_enable_bts): Likewise.
1951 * nat/linux-osdata.c (linux_common_core_of_thread): Likewise.
1952 * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Likewise.
1953 * nto-tdep.c (nto_find_and_open_solib): Likewise.
1954 (nto_parse_redirection): Likewise.
1955 * objc-lang.c (objc_demangle): Likewise.
1956 (find_methods): Likewise.
1957 * objfiles.c (get_objfile_bfd_data): Likewise.
1958 (set_objfile_main_name): Likewise.
1959 (allocate_objfile): Likewise.
1960 (objfile_relocate): Likewise.
1961 (update_section_map): Likewise.
1962 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
1963 * p-exp.y (exp): Likewise.
1964 (yylex): Likewise.
1965 * p-valprint.c (pascal_object_print_value): Likewise.
1966 * parse.c (initialize_expout): Likewise.
1967 (mark_completion_tag): Likewise.
1968 (copy_name): Likewise.
1969 (parse_float): Likewise.
1970 (type_stack_reserve): Likewise.
1971 * ppc-linux-tdep.c (ppc_stap_parse_special_token): Likewise.
1972 (ppu2spu_prev_register): Likewise.
1973 * ppc-ravenscar-thread.c (supply_register_at_address): Likewise.
1974 * printcmd.c (printf_wide_c_string): Likewise.
1975 (printf_pointer): Likewise.
1976 * probe.c (parse_probes): Likewise.
1977 * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
1978 (cmdpy_init): Likewise.
1979 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Likewise.
1980 * python/py-symtab.c (set_sal): Likewise.
1981 * python/py-unwind.c (pyuw_sniffer): Likewise.
1982 * python/python.c (python_interactive_command): Likewise.
1983 (compute_python_string): Likewise.
1984 * ravenscar-thread.c (get_running_thread_id): Likewise.
1985 * record-full.c (record_full_exec_insn): Likewise.
1986 (record_full_core_open_1): Likewise.
1987 * regcache.c (regcache_raw_read_signed): Likewise.
1988 (regcache_raw_read_unsigned): Likewise.
1989 (regcache_cooked_read_signed): Likewise.
1990 (regcache_cooked_read_unsigned): Likewise.
1991 * remote-fileio.c (remote_fileio_func_open): Likewise.
1992 (remote_fileio_func_rename): Likewise.
1993 (remote_fileio_func_unlink): Likewise.
1994 (remote_fileio_func_stat): Likewise.
1995 (remote_fileio_func_system): Likewise.
1996 * remote-mips.c (mips_xfer_memory): Likewise.
1997 (mips_load_srec): Likewise.
1998 (pmon_end_download): Likewise.
1999 * remote.c (new_remote_state): Likewise.
2000 (map_regcache_remote_table): Likewise.
2001 (remote_register_number_and_offset): Likewise.
2002 (init_remote_state): Likewise.
2003 (get_memory_packet_size): Likewise.
2004 (remote_pass_signals): Likewise.
2005 (remote_program_signals): Likewise.
2006 (remote_start_remote): Likewise.
2007 (remote_check_symbols): Likewise.
2008 (remote_query_supported): Likewise.
2009 (extended_remote_attach): Likewise.
2010 (process_g_packet): Likewise.
2011 (store_registers_using_G): Likewise.
2012 (putpkt_binary): Likewise.
2013 (read_frame): Likewise.
2014 (compare_sections_command): Likewise.
2015 (remote_hostio_pread): Likewise.
2016 (remote_hostio_readlink): Likewise.
2017 (remote_file_put): Likewise.
2018 (remote_file_get): Likewise.
2019 (remote_pid_to_exec_file): Likewise.
2020 (_initialize_remote): Likewise.
2021 * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
2022 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
2023 * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise.
2024 (bfd_uses_spe_extensions): Likewise.
2025 * s390-linux-tdep.c (s390_displaced_step_copy_insn): Likewise.
2026 * score-tdep.c (score7_malloc_and_get_memblock): Likewise.
2027 * solib-dsbt.c (decode_loadmap): Likewise.
2028 (fetch_loadmap): Likewise.
2029 (scan_dyntag): Likewise.
2030 (enable_break): Likewise.
2031 (dsbt_relocate_main_executable): Likewise.
2032 * solib-frv.c (fetch_loadmap): Likewise.
2033 (enable_break2): Likewise.
2034 (frv_relocate_main_executable): Likewise.
2035 * solib-spu.c (spu_relocate_main_executable): Likewise.
2036 (spu_bfd_open): Likewise.
2037 * solib-svr4.c (lm_info_read): Likewise.
2038 (read_program_header): Likewise.
2039 (find_program_interpreter): Likewise.
2040 (scan_dyntag): Likewise.
2041 (elf_locate_base): Likewise.
2042 (open_symbol_file_object): Likewise.
2043 (read_program_headers_from_bfd): Likewise.
2044 (svr4_relocate_main_executable): Likewise.
2045 * solib-target.c (solib_target_relocate_section_addresses): Likewise.
2046 * solib.c (solib_find_1): Likewise.
2047 (exec_file_find): Likewise.
2048 (solib_find): Likewise.
2049 * source.c (openp): Likewise.
2050 (print_source_lines_base): Likewise.
2051 (forward_search_command): Likewise.
2052 * sparc-ravenscar-thread.c (supply_register_at_address): Likewise.
2053 * spu-tdep.c (spu2ppu_prev_register): Likewise.
2054 (spu_get_overlay_table): Likewise.
2055 * stabsread.c (patch_block_stabs): Likewise.
2056 (define_symbol): Likewise.
2057 (again:): Likewise.
2058 (read_member_functions): Likewise.
2059 (read_one_struct_field): Likewise.
2060 (read_enum_type): Likewise.
2061 (common_block_start): Likewise.
2062 * stack.c (read_frame_arg): Likewise.
2063 (backtrace_command): Likewise.
2064 * stap-probe.c (stap_parse_register_operand): Likewise.
2065 * symfile.c (syms_from_objfile_1): Likewise.
2066 (find_separate_debug_file): Likewise.
2067 (load_command): Likewise.
2068 (load_progress): Likewise.
2069 (load_section_callback): Likewise.
2070 (reread_symbols): Likewise.
2071 (add_filename_language): Likewise.
2072 (allocate_compunit_symtab): Likewise.
2073 (read_target_long_array): Likewise.
2074 (simple_read_overlay_table): Likewise.
2075 * symtab.c (symbol_set_names): Likewise.
2076 (resize_symbol_cache): Likewise.
2077 (rbreak_command): Likewise.
2078 (completion_list_add_name): Likewise.
2079 (completion_list_objc_symbol): Likewise.
2080 (add_filename_to_list): Likewise.
2081 * target-descriptions.c (maint_print_c_tdesc_cmd): Likewise.
2082 * target-memory.c (target_write_memory_blocks): Likewise.
2083 * target.c (target_read_string): Likewise.
2084 (read_whatever_is_readable): Likewise.
2085 (target_read_alloc_1): Likewise.
2086 (simple_search_memory): Likewise.
2087 (target_fileio_read_alloc_1): Likewise.
2088 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
2089 * top.c (command_line_input): Likewise.
2090 * tracefile-tfile.c (tfile_fetch_registers): Likewise.
2091 * tracefile.c (tracefile_fetch_registers): Likewise.
2092 * tracepoint.c (add_memrange): Likewise.
2093 (init_collection_list): Likewise.
2094 (add_aexpr): Likewise.
2095 (trace_dump_actions): Likewise.
2096 (parse_trace_status): Likewise.
2097 (parse_tracepoint_definition): Likewise.
2098 (parse_tsv_definition): Likewise.
2099 (parse_static_tracepoint_marker_definition): Likewise.
2100 * tui/tui-file.c (tui_sfileopen): Likewise.
2101 (tui_file_adjust_strbuf): Likewise.
2102 * tui/tui-io.c (tui_expand_tabs): Likewise.
2103 * tui/tui-source.c (tui_set_source_content): Likewise.
2104 * typeprint.c (find_global_typedef): Likewise.
2105 * ui-file.c (do_ui_file_xstrdup): Likewise.
2106 (ui_file_obsavestring): Likewise.
2107 (mem_file_write): Likewise.
2108 * utils.c (make_hex_string): Likewise.
2109 (get_regcomp_error): Likewise.
2110 (puts_filtered_tabular): Likewise.
2111 (gdb_realpath_keepfile): Likewise.
2112 (ldirname): Likewise.
2113 (gdb_bfd_errmsg): Likewise.
2114 (substitute_path_component): Likewise.
2115 * valops.c (search_struct_method): Likewise.
2116 (find_oload_champ_namespace_loop): Likewise.
2117 * valprint.c (print_decimal_chars): Likewise.
2118 (read_string): Likewise.
2119 (generic_emit_char): Likewise.
2120 * varobj.c (varobj_delete): Likewise.
2121 (varobj_value_get_print_value): Likewise.
2122 * vaxobsd-tdep.c (vaxobsd_sigtramp_sniffer): Likewise.
2123 * windows-tdep.c (display_one_tib): Likewise.
2124 * xcoffread.c (read_xcoff_symtab): Likewise.
2125 (process_xcoff_symbol): Likewise.
2126 (swap_sym): Likewise.
2127 (scan_xcoff_symtab): Likewise.
2128 (xcoff_initial_scan): Likewise.
2129 * xml-support.c (gdb_xml_end_element): Likewise.
2130 (xml_process_xincludes): Likewise.
2131 (xml_fetch_content_from_file): Likewise.
2132 * xml-syscall.c (xml_list_of_syscalls): Likewise.
2133 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
2134
2135 2015-09-23 James Bowman <james.bowman@ftdichip.com>
2136
2137 * ft32-tdep.c (ft32_register_type): Return gdbarch_tdep (gdbarch)->pc_type
2138 instead of builtin_func_ptr.
2139 (ft32_pointer_to_address): New function.
2140 (ft32_address_class_type_flags): New function.
2141 (ft32_address_class_type_flags_to_name): New function.
2142 (ft32_address_class_name_to_type_flags): New function.
2143 (ft32_gdbarch_init): Set tdep->pc_type. Call
2144 set_gdbarch_pointer_to_address,
2145 set_gdbarch_address_class_type_flags
2146 set_gdbarch_address_class_name_to_type_flags,
2147 and set_gdbarch_address_class_type_flags_to_name.
2148 * ft32-tdep.h (struct gdbarch_tdep) <pc_type>: New field.
2149
2150 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
2151
2152 * ada-lang.c (ada_evaluate_subexp) <OP_FUNCALL>: When the input
2153 value is a reference, actually dereference it in order to get
2154 the underlying value.
2155
2156 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
2157
2158 * stap-probe.c (handle_stap_probe): Remove unnecessary cast.
2159
2160 2015-09-21 Simon Marchi <simon.marchi@ericsson.com>
2161
2162 * cli/cli-setshow.c (cmd_show_list): Constify a variable.
2163 * linespec.c (linespec_lexer_lex_string): Same.
2164
2165 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2166
2167 * NEWS: Mention support for fast tracepoints on aarch64-linux.
2168
2169 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2170
2171 * aarch64-tdep.c (aarch64_analyze_prologue): New is_adrp
2172 variable. Call aarch64_decode_adr instead of
2173 aarch64_decode_adrp.
2174 * arch/aarch64-insn.h (aarch64_decode_adrp): Delete.
2175 (aarch64_decode_adr): New function declaration.
2176 * arch/aarch64-insn.c (aarch64_decode_adrp): Delete.
2177 (aarch64_decode_adr): New function, factored out from
2178 aarch64_decode_adrp to decode both adr and adrp instructions.
2179
2180 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2181
2182 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-insn.o.
2183 (HFILES_NO_SRCDIR): Add arch/aarch64-insn.h.
2184 (aarch64-insn.o): New rule.
2185 * configure.tgt (aarch64*-*-elf): Add aarch64-insn.o.
2186 (aarch64*-*-linux*): Likewise.
2187 * arch/aarch64-insn.c: New file.
2188 * arch/aarch64-insn.h: New file.
2189 * aarch64-tdep.c: Include arch/aarch64-insn.h.
2190 (aarch64_debug): Move to arch/aarch64-insn.c. Declare in
2191 arch/aarch64-insn.h.
2192 (decode_add_sub_imm): Rename to ...
2193 (aarch64_decode_add_sub_imm): ... this.
2194 (decode_adrp): Rename to ...
2195 (aarch64_decode_adrp): ... this. Move to arch/aarch64-insn.c.
2196 Declare in arch/aarch64-insn.h.
2197 (decode_b): Rename to ...
2198 (aarch64_decode_b): ... this. Move to arch/aarch64-insn.c.
2199 Declare in arch/aarch64-insn.h.
2200 (decode_bcond): Rename to ...
2201 (aarch64_decode_bcond): ... this. Move to arch/aarch64-insn.c.
2202 Declare in arch/aarch64-insn.h.
2203 (decode_br): Rename to ...
2204 (aarch64_decode_br): ... this.
2205 (decode_cb): Rename to ...
2206 (aarch64_decode_cb): ... this. Move to arch/aarch64-insn.c.
2207 Declare in arch/aarch64-insn.h.
2208 (decode_eret): Rename to ...
2209 (aarch64_decode_eret): ... this.
2210 (decode_movz): Rename to ...
2211 (aarch64_decode_movz): ... this.
2212 (decode_orr_shifted_register_x): Rename to ...
2213 (aarch64_decode_orr_shifted_register_x): ... this.
2214 (decode_ret): Rename to ...
2215 (aarch64_decode_ret): ... this.
2216 (decode_stp_offset): Rename to ...
2217 (aarch64_decode_stp_offset): ... this.
2218 (decode_stp_offset_wb): Rename to ...
2219 (aarch64_decode_stp_offset_wb): ... this.
2220 (decode_stur): Rename to ...
2221 (aarch64_decode_stur): ... this.
2222 (decode_tb): Rename to ...
2223 (aarch64_decode_tb): ... this. Move to arch/aarch64-insn.c.
2224 Declare in arch/aarch64-insn.h.
2225 (aarch64_analyze_prologue): Adjust calls to renamed functions.
2226
2227 2015-09-20 Doug Evans <xdje42@gmail.com>
2228
2229 * dwarf2read.c (add_partial_symbol): Remove outdated comments.
2230
2231 2015-09-20 Doug Evans <xdje42@gmail.com>
2232
2233 * dwarf2read.c (dwarf2_compute_name): Add FIXME. Don't use a local
2234 variable name that collides with a parameter.
2235
2236 2015-09-20 Joel Brobecker <brobecker@adacore.com>
2237
2238 * dwarf2loc.c (locexpr_get_frame_base): Renames
2239 block_op_get_frame_base.
2240 (dwarf2_block_frame_base_locexpr_funcs): Replace reference to
2241 block_op_get_frame_base by reference to locexpr_get_frame_base.
2242 (loclist_get_frame_base): New function, near identical copy of
2243 locexpr_get_frame_base.
2244 (dwarf2_block_frame_base_loclist_funcs): Replace reference to
2245 block_op_get_frame_base by reference to loclist_get_frame_base.
2246
2247 2015-09-19 Doug Evans <xdje42@gmail.com>
2248
2249 * ravenscar-thread.c (ravenscar_inferior_created): Replace
2250 current_inferior ()->gdbarch with its wrapper target_gdbarch.
2251
2252 2015-09-18 Doug Evans <xdje42@gmail.com>
2253
2254 * linux-thread-db.c (record_thread): Return the created thread.
2255 (thread_from_lwp): Likewise.
2256 (thread_db_get_thread_local_address): Update.
2257
2258 2015-09-18 Doug Evans <xdje42@gmail.com>
2259
2260 * symtab.h (general_symbol_info) <mangled_lang>: Delete struct,
2261 move only member demangled_name up. All uses updated.
2262
2263 2015-09-18 Doug Evans <xdje42@gmail.com>
2264
2265 * findvar.c (default_read_var_value) <LOC_UNRESOLVED>: Include the
2266 kind of minimal symbol in the error message.
2267 * objfiles.c (objfile_flavour_name): New function.
2268 * objfiles.h (objfile_flavour_name): Declare.
2269
2270 2015-09-18 Yao Qi <yao.qi@linaro.org>
2271
2272 * nat/aarch64-linux.c: Include elf/common.h,
2273 nat/gdb_ptrace.h, asm/ptrace.h and sys/uio.h.
2274 (aarch64_ps_get_thread_area): New function.
2275 * nat/aarch64-linux.h: Include gdb_proc_service.h.
2276 (aarch64_ps_get_thread_area): Declare.
2277 * aarch64-linux-nat.c (ps_get_thread_area): Call
2278 aarch64_ps_get_thread_area.
2279
2280 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2281
2282 * record-btrace.c (record_btrace_resume): Honour scheduler-locking.
2283
2284 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2285
2286 * NEWS: Announce new scheduler-locking mode.
2287 * infrun.c (schedlock_replay): New.
2288 (scheduler_enums): Add schedlock_replay.
2289 (scheduler_mode): Change default to schedlock_replay.
2290 (user_visible_resume_ptid): Handle schedlock_replay.
2291 (clear_proceed_status_thread): Stop replaying if resumed thread is
2292 not replaying.
2293 (schedlock_applies): Handle schedlock_replay.
2294 (_initialize_infrun): Document new scheduler-locking mode.
2295 * record-btrace.c (record_btrace_resume): Remove code to stop other
2296 threads when not replaying the resumed thread.
2297
2298 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2299
2300 * record-btrace.c ((record_btrace_will_replay): New.
2301 (init_record_btrace_ops): Initialize to_record_will_replay.
2302 * record-full.c ((record_full_will_replay): New.
2303 (init_record_full_ops): Initialize to_record_will_replay.
2304 * target-delegates.c: Regenerated.
2305 * target.c (target_record_will_replay): New.
2306 * target.h (struct target_ops) <to_record_will_replay>: New.
2307 (target_record_will_replay): New.
2308
2309 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2310
2311 * record-btrace.c (record_btrace_resume): Call
2312 target_record_stop_replaying.
2313 (record_btrace_stop_replaying_all): New.
2314 (init_record_btrace_ops): Initialize to_record_stop_replaying.
2315 * record-full.c (record_full_stop_replaying): New.
2316 (init_record_full_ops ): Initialize to_record_stop_replaying.
2317 * target-delegates.c: Regenerated.
2318 * target.c (target_record_stop_replaying): New.
2319 * target.h (struct target_ops) <to_record_stop_replaying>: New.
2320 (target_record_stop_replaying): New.
2321
2322 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2323
2324 * record-btrace.c (record_btrace_xfer_partial)
2325 (record_btrace_store_registers, record_btrace_prepare_to_store):
2326 Call record_btrace_is_replaying with inferior_ptid instead of
2327 minus_one_ptid.
2328 (record_btrace_store_registers): Change error message.
2329
2330 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2331
2332 * record-btrace.c (record_btrace_is_replaying): Add ptid argument.
2333 Update users to pass minus_one_ptid.
2334 * record-full.c (record_full_is_replaying): Add ptid argument (ignored).
2335 * record.c (cmd_record_delete): Pass inferior_ptid to
2336 target_record_is_replaying.
2337 * target-delegates.c: Regenerated.
2338 * target.c (target_record_is_replaying): Add ptid argument.
2339 * target.h (struct target_ops) <to_record_is_replaying>: Add ptid
2340 argument.
2341 (target_record_is_replaying): Add ptid argument.
2342
2343 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2344
2345 * record-btrace.c (record_btrace_open): Remove non_stop check.
2346 * NEWS: Announce that record btrace supports non-stop mode.
2347
2348 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2349
2350 * infrun.c (handle_inferior_event_1): Switch to the eventing thread
2351 in the TARKET_WAITKIND_NO_HISTORY case.
2352
2353 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2354
2355 * record-btrace.c (record_btrace_maybe_mark_async_event): New.
2356 (record_btrace_wait): Call record_btrace_maybe_mark_async_event.
2357
2358 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2359
2360 * record-btrace.c (get_thread_current_frame): New.
2361 (record_btrace_start_replaying): Call get_thread_current_frame.
2362
2363 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2364
2365 * record-btrace.c (record_btrace_resume_thread): A move request
2366 overwrites a previous move request.
2367 (record_btrace_find_resume_thread): Removed.
2368 (record_btrace_resume): Resume all requested threads.
2369
2370 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2371
2372 * record-btrace.c: Include vec.h.
2373 (record_btrace_find_thread_to_move): Removed.
2374 (btrace_step_no_resumed, btrace_step_again)
2375 (record_btrace_stop_replaying_at_end): New.
2376 (record_btrace_cancel_resume): Call record_btrace_stop_replaying_at_end.
2377 (record_btrace_single_step_forward): Remove calls to
2378 record_btrace_stop_replaying.
2379 (record_btrace_step_thread): Do only one step for BTHR_CONT and
2380 BTHR_RCONT. Keep threads at the end of their history moving.
2381 (record_btrace_wait): Call record_btrace_step_thread for all threads
2382 until one reports an event. Call record_btrace_stop_replaying_at_end
2383 for the eventing thread.
2384
2385 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2386
2387 * record-btrace.c (record_btrace_single_step_forward): Return
2388 NO_HISTORY if a step brings us to the end of the execution history.
2389
2390 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2391
2392 * record-btrace.c (record_btrace_step_thread): Move breakpoint check
2393 to ...
2394 (record_btrace_single_step_forward): ... here and
2395 (record_btrace_single_step_backward): ... here.
2396
2397 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2398
2399 * record-btrace.c (btrace_step_spurious)
2400 (record_btrace_single_step_forward)
2401 (record_btrace_single_step_backward): New.
2402 (record_btrace_step_thread): Call record_btrace_single_step_forward
2403 and record_btrace_single_step_backward.
2404
2405 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2406
2407 * record-btrace.c (record_btrace_replay_at_breakpoint): New.
2408 (record_btrace_step_thread): Call record_btrace_replay_at_breakpoint.
2409
2410 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2411
2412 * record-btrace.c (btrace_thread_flag_to_str)
2413 (record_btrace_cancel_resume): New.
2414 (record_btrace_step_thread): Call btrace_thread_flag_to_str.
2415 (record_btrace_resume): Print execution direction.
2416 (record_btrace_resume_thread): Call btrace_thread_flag_to_str.
2417 (record_btrace_wait): Call record_btrace_cancel_resume.
2418
2419 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2420
2421 * btrace.h (enum btrace_thread_flag) <BTHR_STOP>: New.
2422 * record-btrace (record_btrace_resume_thread): Clear BTHR_STOP.
2423 (record_btrace_find_thread_to_move): Also accept threads that have
2424 BTHR_STOP set.
2425 (btrace_step_stopped_on_request, record_btrace_stop): New.
2426 (record_btrace_step_thread): Support BTHR_STOP.
2427 (record_btrace_wait): Also clear BTHR_STOP when stopping other threads.
2428 (init_record_btrace_ops): Initialize to_stop.
2429
2430 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2431
2432 * record-btrace.c (record_btrace_wait): Replace non_stop check with
2433 target_is_non_stop_p ().
2434
2435 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
2436
2437 * ada-typeprint.c (print_array_type): Do not describe arrays as
2438 packed when they embed dynamic elements.
2439
2440 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2441
2442 * symtab.h (address_class): Document that TLS variables
2443 are handled by LOC_UNRESOLVED.
2444 * findvar.c (default_read_var_value): Don't relocate TLS variables.
2445 * printcmd.c (address_info): Don't relocate TLS variables.
2446
2447 2015-09-15 Pierre Langlois <pierre.langlois@arm.com>
2448
2449 * aarch64-tdep.c (decode_add_sub_imm): Use debug_printf.
2450 (decode_adrp): Likewise.
2451 (decode_b): Likewise.
2452 (decode_bcond): Likewise.
2453 (decode_br): Likewise.
2454 (decode_cb): Likewise.
2455 (decode_eret): Likewise.
2456 (decode_movz): Likewise.
2457 (decode_orr_shifted_register_x): Likewise.
2458 (decode_ret): Likewise.
2459 (decode_stp_offset): Likewise.
2460 (decode_stp_offset_wb): Likewise.
2461 (decode_stur): Likewise.
2462 (decode_tb): Likewise.
2463 (aarch64_analyze_prologue): Likewise.
2464 (pass_in_x): Likewise.
2465 (pass_in_v): Likewise.
2466 (pass_on_stack): Likewise.
2467 (aarch64_push_dummy_call): Likewise.
2468 (aarch64_extract_return_value): Likewise.
2469 (aarch64_store_return_value): Likewise.
2470 (aarch64_return_value): Likewise.
2471 (aarch64_record_asimd_load_store): Likewise.
2472 (aarch64_record_load_store): Likewise.
2473 (aarch64_record_data_proc_simd_fp): Likewise.
2474
2475 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2476
2477 * linespec.c (minsym_found): Call gdbarch_skip_entrypoint.
2478 * ppc64-tdep.c (ppc64_skip_trampoline_code): Rename to ...
2479 (ppc64_skip_trampoline_code_1): ... here.
2480 (ppc64_skip_trampoline_code): New wrapper function.
2481 * symtab.c (find_function_start_sal): Call gdbarch_skip_entrypoint.
2482
2483 2015-09-15 Yao Qi <yao.qi@linaro.org>
2484
2485 * aarch64-linux-nat.c (aarch64_linux_can_do_single_step): New
2486 function.
2487 (_initialize_aarch64_linux_nat): Install it to to_can_do_single_step.
2488 * arm-linux-tdep.c (arm_linux_software_single_step): Return 0
2489 if target_can_do_single_step returns 1.
2490 * remote.c (struct vCont_action_support) <s, S>: New fields.
2491 (PACKET_vContSupported): New enum.
2492 (remote_protocol_features): New element for vContSupported.
2493 (remote_query_supported): Append "vContSupported+".
2494 (remote_vcont_probe): Remove support_s and support_S, use
2495 rs->supports_vCont.s and rs->supports_vCont.S instead. Disable
2496 vCont packet if c and C actions are not supported.
2497 (remote_can_do_single_step): New function.
2498 (init_remote_ops): Install it to to_can_do_single_step.
2499 (_initialize_remote): Call add_packet_config_cmd.
2500 * target.h (struct target_ops) <to_can_do_single_step>: New field.
2501 (target_can_do_single_step): New macro.
2502 * target-delegates.c: Re-generated.
2503
2504 2015-09-15 Yao Qi <yao.qi@linaro.org>
2505
2506 * aarch64-linux-nat.c (aarch64_linux_siginfo_fixup): New function.
2507 (_initialize_aarch64_linux_nat): Call linux_nat_set_siginfo_fixup.
2508 * nat/aarch64-linux.c (aarch64_compat_siginfo_from_siginfo):
2509 New function.
2510 (aarch64_siginfo_from_compat_siginfo): New function.
2511 * nat/aarch64-linux.h: Include signal.h.
2512 (compat_int_t, compat_uptr_t, compat_time_t): Typedef.
2513 (compat_timer_t, compat_clock_t): Likewise.
2514 (struct compat_timeval): New.
2515 (union compat_sigval): New.
2516 (struct compat_siginfo): New.
2517 (cpt_si_pid, cpt_si_uid, cpt_si_timerid): New macros.
2518 (cpt_si_overrun, cpt_si_status, cpt_si_utime): Likewise.
2519 (cpt_si_stime, cpt_si_ptr, cpt_si_addr): Likewise.
2520 (cpt_si_band, cpt_si_fd): Likewise.
2521
2522 2015-09-14 Pedro Alves <palves@redhat.com>
2523
2524 * infrun.c (current_stop_id): New global.
2525 (get_stop_id, new_stop_id): New functions.
2526 (fetch_inferior_event): Handle normal_stop proceeding the target.
2527 (struct stop_context): New.
2528 (save_stop_context, release_stop_context_cleanup)
2529 (stop_context_changed): New functions.
2530 (normal_stop): Return true if the hook-stop changes the stop
2531 context.
2532 * infrun.h (get_stop_id): Declare.
2533 (normal_stop): Now returns int. Add documentation.
2534
2535 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
2536
2537 * ada-lang.c (ada_value_ptr_subscript): Update the heading
2538 comment. Handle packed arrays.
2539
2540 2015-09-14 Pedro Alves <palves@redhat.com>
2541
2542 * NEWS (Changes in GDB 7.10, New commands>: Remove duplicate
2543 mention of maint set/show target-non-stop.
2544
2545 2015-09-11 Don Breazeal <donb@codesourcery.com>
2546
2547 * NEWS: Announce new remote packets for the exec-events
2548 feature and the exec-events feature and associated commands.
2549
2550 2015-09-11 Don Breazeal <donb@codesourcery.com>
2551
2552 * remote.c (remote_exec_event_p): New function.
2553 (remote_insert_exec_catchpoint): New function.
2554 (remote_remove_exec_catchpoint): New function.
2555 (init_extended_remote_ops): Initialize extended_remote_ops
2556 members to_insert_exec_catchpoint and
2557 to_remove_exec_catchpoint.
2558
2559 2015-09-11 Don Breazeal <donb@codesourcery.com>
2560 Luis Machado <lgustavo@codesourcery.com>
2561
2562 * infrun.c (follow_exec): Use process-style ptid for
2563 exec message. Call add_inferior_with_spaces and
2564 target_follow_exec.
2565 * nat/linux-ptrace.c (linux_supports_traceexec): New function.
2566 * nat/linux-ptrace.h (linux_supports_traceexec): Declare.
2567 * remote.c (remote_pspace_data): New static variable.
2568 (remote_pspace_data_cleanup): New function.
2569 (get_remote_exec_file): New function.
2570 (set_remote_exec_file_1): New function.
2571 (set_remote_exec_file): New function.
2572 (show_remote_exec_file): New function.
2573 (remote_exec_file): Delete static variable.
2574 (anonymous enum) <PACKET_exec_event_feature>: New
2575 enumeration constant.
2576 (remote_protocol_features): Add entry for exec-events feature.
2577 (remote_query_supported): Add client side of qSupported query
2578 for exec-events feature.
2579 (remote_follow_exec): New function.
2580 (remote_parse_stop_reply): Handle 'exec' stop reason.
2581 (extended_remote_run, extended_remote_create_inferior): Call
2582 get_remote_exec_file and set_remote_exec_file_1.
2583 (init_extended_remote_ops) <to_follow_exec>: Initialize new
2584 member.
2585 (_initialize_remote): Call
2586 register_program_space_data_with_cleanup. Call
2587 add_packet_config_cmd for remote exec-events feature.
2588 Modify call to add_setshow_string_noescape_cmd for exec-file
2589 to use new functions set_remote_exec_file and
2590 show_remote_exec_file.
2591 * target-debug.h, target-delegates.c: Regenerated.
2592 * target.c (target_follow_exec): New function.
2593 * target.h (struct target_ops) <to_follow_exec>: New member.
2594 (target_follow_exec): Declare new function.
2595
2596 2015-09-11 Pierre Langlois <pierre.langlois@arm.com>
2597
2598 * aarch64-tdep.c (decode_cb): Move up comment describing the
2599 encoding.
2600 (decode_tb): Fix a typo in comment above the function. Move up
2601 comment describing the encoding.
2602
2603 2015-09-11 Pierre Langlois <pierre.langlois@arm.com>
2604
2605 * aarch64-tdep.c (decode_bcond): Fix incorrect mask.
2606
2607 2015-09-11 Mihail-Marian Nistor <mihail.nistor@freescale.com>
2608
2609 PR gdb/18947
2610 * aarch64-linux-tdep.c: (aarch64_linux_init_abi): Install
2611 glibc_skip_solib_resolver as gdbarch_skip_solib_resolver callback.
2612
2613 2015-09-10 Simon Marchi <simon.marchi@ericsson.com>
2614
2615 * ada-lang.c (scan_discrim_bound): Factor out arithmetic
2616 operations.
2617
2618 2015-09-10 Simon Marchi <simon.marchi@ericsson.com>
2619
2620 * ada-lang.c (ada_search_struct_field): Constify parameters
2621 and/or variables..
2622 (xget_renaming_scope): Likewise.
2623 (ada_is_redundant_range_encoding): Likewise.
2624 (scan_discrim_bound): Likewise.
2625 (to_fixed_range_type): Likewise.
2626
2627 2015-09-10 Yao Qi <yao.qi@linaro.org>
2628
2629 * breakpoint.c (download_tracepoint_locations): New local
2630 can_download_tracepoint. Check the result of
2631 target_can_download_tracepoint and save it in
2632 can_download_tracepoint if there are tracepoints to download.
2633 * linux-nat.h (enum tribool): Move it to ...
2634 * common/common-types.h: ... here.
2635
2636 2015-09-09 Pedro Alves <palves@redhat.com>
2637
2638 * inf-loop.c (inferior_event_handler): Delete INF_TIMER case.
2639 * target.h (enum inferior_event_type) <INF_TIMER>: Delete.
2640
2641 2015-09-09 Pedro Alves <palves@redhat.com>
2642
2643 * continuations.c (add_continuation, restore_thread_cleanup)
2644 (do_all_continuations_ptid, do_all_continuations_thread_callback)
2645 (do_all_continuations_thread, do_all_continuations)
2646 (discard_all_continuations_thread_callback)
2647 (discard_all_continuations_thread, discard_all_continuations)
2648 (add_intermediate_continuation)
2649 (do_all_intermediate_continuations_thread_callback)
2650 (do_all_intermediate_continuations_thread)
2651 (do_all_intermediate_continuations)
2652 (discard_all_intermediate_continuations_thread_callback)
2653 (discard_all_intermediate_continuations_thread)
2654 (discard_all_intermediate_continuations): Delete.
2655 * continuations.h (add_continuation, do_all_continuations)
2656 (do_all_continuations_thread, discard_all_continuations)
2657 (discard_all_continuations_thread, add_intermediate_continuation)
2658 (do_all_intermediate_continuations)
2659 (do_all_intermediate_continuations_thread)
2660 (discard_all_intermediate_continuations)
2661 (discard_all_intermediate_continuations_thread): Delete
2662 declarations.
2663 * event-top.c (stdin_event_handler): Delete references to
2664 continuations.
2665 * gdbthread.h (struct thread_info): Delete continuations and
2666 intermediate_continuations fields.
2667 * inf-loop.c (inferior_event_handler): Remove references to
2668 continuations.
2669 * infrun.c (infrun_thread_stop_requested_callback): Remove
2670 references to continuations.
2671 * target.h (enum inferior_event_type) <INF_EXEC_CONTINUE>: Delete.
2672 * thread.c: Don't include "continuations.h".
2673 (clear_thread_inferior_resources): Remove references to
2674 continuations.
2675
2676 2015-09-09 Pedro Alves <palves@redhat.com>
2677
2678 * infcall.c (struct dummy_frame_context_saver): Delete.
2679 (dummy_frame_context_saver_free, dummy_frame_context_saver_dtor)
2680 (dummy_frame_context_saver_drop)
2681 (dummy_frame_context_saver_cleanup)
2682 (dummy_frame_context_saver_get_regs)
2683 (dummy_frame_context_saver_setup): Delete.
2684 * infcall.h (dummy_frame_context_saver_drop)
2685 (dummy_frame_context_saver_cleanup)
2686 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver):
2687 Delete.
2688 (get_return_value): Remove 'ctx_saver' paremeter. Adjust.
2689 * inferior.h (get_return_value): Remove 'ctx_saver' paremeter.
2690 * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Adjust.
2691
2692 2015-09-09 Pedro Alves <palves@redhat.com>
2693
2694 * breakpoint.c: Include "thread-fsm.h".
2695 (struct until_break_command_continuation_args): Delete.
2696 (struct until_break_fsm): New.
2697 (until_break_fsm_ops): New global.
2698 (new_until_break_fsm, until_break_fsm_should_stop): New functions.
2699 (until_break_command_continuation): Delete.
2700 (until_break_fsm_clean_up): New function.
2701 (until_break_fsm_async_reply_reason): New function.
2702 (until_break_command): Adjust to create an until_break_fsm instead
2703 of a continuation.
2704 (momentary_bkpt_print_it): No longer print MI's async-stop-reason
2705 here.
2706 * infcmd.c (struct until_next_fsm): New.
2707 (until_next_fsm_ops): New global.
2708 (new_until_next_fsm, until_next_fsm_should_stop): New function.
2709 (until_next_continuation): Delete.
2710 (until_next_fsm_clean_up, until_next_fsm_async_reply_reason): New
2711 functions.
2712 (until_next_command): Adjust to create a new until_next_fsm
2713 instead of a continuation.
2714
2715 2015-09-09 Pedro Alves <palves@redhat.com>
2716
2717 * infcall.c: Include thread_fsm.h.
2718 (struct call_return_meta_info): New.
2719 (get_call_return_value): New function, factored out from
2720 call_function_by_hand_dummy.
2721 (struct call_thread_fsm): New.
2722 (call_thread_fsm_ops): New global.
2723 (new_call_thread_fsm, call_thread_fsm_should_stop)
2724 (call_thread_fsm_should_notify_stop): New functions.
2725 (run_inferior_call): Add 'sm' parameter. Associate the FSM with
2726 the thread.
2727 (call_function_by_hand_dummy): Create a new call_thread_fsm
2728 instance, associate it with the thread, and wait for the FSM to
2729 finish. If finished successfully, fetch the function's result
2730 value out of the FSM.
2731 * infrun.c (fetch_inferior_event): If the FSM says the stop
2732 shouldn't be notified, don't call normal_stop.
2733 (maybe_remove_breakpoints): New function, factored out from ...
2734 (normal_stop): ... here. Simplify.
2735 * infrun.h (maybe_remove_breakpoints): Declare.
2736 * thread-fsm.c (thread_fsm_should_notify_stop): New function.
2737 (thread-fsm.h) <struct thread_fsm_ops>: New field.
2738 (thread_fsm_should_notify_stop): Declare.
2739
2740 2015-09-09 Pedro Alves <palves@redhat.com>
2741
2742 * Makefile.in (COMMON_OBS): Add thread-fsm.o.
2743 * breakpoint.c (handle_jit_event): Print debug output.
2744 (bpstat_what): Split event callback handling to ...
2745 (bpstat_run_callbacks): ... this new function.
2746 (momentary_bkpt_print_it): No longer handle bp_finish here.
2747 * breakpoint.h (bpstat_run_callbacks): Declare.
2748 * gdbthread.h (struct thread_info) <step_multi>: Delete field.
2749 <thread_fsm>: New field.
2750 (thread_cancel_execution_command): Declare.
2751 * infcmd.c: Include thread-fsm.h.
2752 (struct step_command_fsm): New.
2753 (step_command_fsm_ops): New global.
2754 (new_step_command_fsm, step_command_fsm_prepare): New functions.
2755 (step_1): Adjust to use step_command_fsm_prepare and
2756 prepare_one_step.
2757 (struct step_1_continuation_args): Delete.
2758 (step_1_continuation): Delete.
2759 (step_command_fsm_should_stop): New function.
2760 (step_once): Delete.
2761 (step_command_fsm_clean_up, step_command_fsm_async_reply_reason)
2762 (prepare_one_step): New function, based on step_once.
2763 (until_next_command): Remove step_multi reference.
2764 (struct return_value_info): New.
2765 (print_return_value): Rename to ...
2766 (print_return_value_1): ... this. New struct return_value_info
2767 parameter. Adjust.
2768 (print_return_value): Reimplement as wrapper around
2769 print_return_value_1.
2770 (struct finish_command_fsm): New.
2771 (finish_command_continuation): Delete.
2772 (finish_command_fsm_ops): New global.
2773 (new_finish_command_fsm, finish_command_fsm_should_stop): New
2774 functions.
2775 (finish_command_fsm_clean_up, finish_command_fsm_return_value):
2776 New.
2777 (finish_command_continuation_free_arg): Delete.
2778 (finish_command_fsm_async_reply_reason): New.
2779 (finish_backward, finish_forward): Change symbol parameter to a
2780 finish_command_fsm. Adjust.
2781 (finish_command): Create a finish_command_fsm. Adjust.
2782 * infrun.c: Include "thread-fsm.h".
2783 (clear_proceed_status_thread): Delete the thread's FSM.
2784 (infrun_thread_stop_requested_callback): Cancel the thread's
2785 execution command.
2786 (clean_up_just_stopped_threads_fsms): New function.
2787 (fetch_inferior_event): Handle the event_thread's should_stop
2788 method saying the command isn't done yet.
2789 (process_event_stop_test): Run breakpoint callbacks here.
2790 (print_stop_event): Rename to ...
2791 (print_stop_location): ... this.
2792 (restore_current_uiout_cleanup): New function.
2793 (print_stop_event): Reimplement.
2794 (normal_stop): No longer notify the end_stepping_range observers
2795 here handle "step N" nor "finish" here. No longer call
2796 print_stop_event here.
2797 * infrun.h (struct return_value_info): Forward declare.
2798 (print_return_value): Declare.
2799 (print_stop_event): Change prototype.
2800 * thread-fsm.c: New file.
2801 * thread-fsm.h: New file.
2802 * thread.c: Include "thread-fsm.h".
2803 (thread_cancel_execution_command): New function.
2804 (clear_thread_inferior_resources): Call it.
2805 * cli/cli-interp.c (cli_on_normal_stop): New function.
2806 (cli_interpreter_init): Install cli_on_normal_stop as normal_stop
2807 observer.
2808 * mi/mi-interp.c: Include "thread-fsm.h".
2809 (restore_current_uiout_cleanup): Delete.
2810 (mi_on_normal_stop): If the thread has an FSM associated, and it
2811 finished, ask it for the async-reply-reason to print. Always call
2812 print_stop_event here, regardless of the top-level interpreter.
2813 Check bpstat_what to tell whether an asynchronous breakpoint hit
2814 triggered.
2815 * tui/tui-interp.c (tui_on_normal_stop): New function.
2816 (tui_init): Install tui_on_normal_stop as normal_stop observer.
2817
2818 2015-09-09 Pedro Alves <palves@redhat.com>
2819
2820 * breakpoint.c (bpstat_do_actions_1, until_break_command): Don't
2821 check whether the target can async.
2822 * inf-loop.c (inferior_event_handler): Only call target_async if
2823 the target can async.
2824 * infcall.c: Include top.h and interps.h.
2825 (run_inferior_call): For the interpreter to sync mode while
2826 running the infcall. Call wait_sync_command_done instead of
2827 wait_for_inferior plus normal_stop.
2828 * infcmd.c (prepare_execution_command): Don't check whether the
2829 target can async when running in the foreground.
2830 (step_1): Delete synchronous case handling.
2831 (step_once): Always install a continuation, even in sync mode.
2832 (until_next_command, finish_forward): Don't check whether the
2833 target can async.
2834 (attach_command_post_wait, notice_new_inferior): Always install a
2835 continuation, even in sync mode.
2836 * infrun.c (mark_infrun_async_event_handler): New function.
2837 (proceed): In sync mode, mark infrun's event source instead of
2838 waiting for events here.
2839 (fetch_inferior_event): If the target can't async, do a blocking
2840 wait.
2841 (prepare_to_wait): In sync mode, mark infrun's event source.
2842 (infrun_async_inferior_event_handler): No longer bail out if the
2843 target can't async.
2844 * infrun.h (mark_infrun_async_event_handler): New declaration.
2845 * linux-nat.c (linux_nat_wait_1): Remove calls to
2846 set_sigint_trap/clear_sigint_trap.
2847 (linux_nat_terminal_inferior): No longer check whether the target
2848 can async.
2849 * mi/mi-interp.c (mi_on_sync_execution_done): Update and simplify
2850 comment.
2851 (mi_execute_command_input_handler): No longer check whether the
2852 target is async. Update and simplify comment.
2853 * target.c (default_target_wait): New function.
2854 * target.h (struct target_ops) <to_wait>: Now defaults to
2855 default_target_wait.
2856 (default_target_wait): Declare.
2857 * top.c (wait_sync_command_done): New function, factored out from
2858 ...
2859 (maybe_wait_sync_command_done): ... this.
2860 * top.h (wait_sync_command_done): Declare.
2861 * target-delegates.c: Regenerate.
2862
2863 2015-09-09 Markus Metzger <markus.t.metzger@intel.com>
2864
2865 * nat/linux-btrace.h (struct btrace_target_info) <ptr_bits>: Remove.
2866 * nat/linux-btrace.c: Include filestuff.h and inttypes.h.
2867 Remove include of sys/utsname.h.
2868 (linux_determine_kernel_ptr_bits): Remove.
2869 (linux_determine_kernel_start): New.
2870 (perf_event_is_kernel_addr): Remove tinfo argument. Update users.
2871 Update check.
2872 (perf_event_skip_bts_record): Remove tinfo argument. Update users.
2873 (linux_enable_bts, linux_enable_pt): Remove tinfo->ptr_bits
2874 initialization.
2875 * x86-linux-nat.c (x86_linux_enable_btrace): Remove ptr_bits
2876 assignment.
2877
2878 2015-09-07 Pedro Alves <palves@redhat.com>
2879
2880 * guile/guile-internal.h (as_a_scm_t_subr): New.
2881 * guile/guile.c (misc_guile_functions): Use it.
2882 * guile/scm-arch.c (arch_functions): Use it.
2883 * guile/scm-block.c (block_functions, gdbscm_initialize_blocks):
2884 Use it.
2885 * guile/scm-breakpoint.c (breakpoint_functions): Use it.
2886 * guile/scm-cmd.c (command_functions): Use it.
2887 * guile/scm-disasm.c (disasm_functions): Use it.
2888 * guile/scm-exception.c (exception_functions)
2889 (private_exception_functions): Use it.
2890 * guile/scm-frame.c (frame_functions)
2891 * guile/scm-gsmob.c (gsmob_functions): Use it.
2892 * guile/scm-iterator.c (iterator_functions): Use it.
2893 * guile/scm-lazy-string.c (lazy_string_functions): Use it.
2894 * guile/scm-math.c (math_functions): Use it.
2895 * guile/scm-objfile.c (objfile_functions): Use it.
2896 * guile/scm-param.c (parameter_functions): Use it.
2897 * guile/scm-ports.c (port_functions, private_port_functions): Use
2898 it.
2899 * guile/scm-pretty-print.c (pretty_printer_functions): Use it.
2900 * guile/scm-progspace.c (pspace_functions): Use it.
2901 * guile/scm-string.c (string_functions): Use it.
2902 * guile/scm-symbol.c (symbol_functions): Use it.
2903 * guile/scm-symtab.c (symtab_functions): Use it.
2904 * guile/scm-type.c (type_functions, gdbscm_initialize_types): Use
2905 it.
2906 * guile/scm-value.c (value_functions): Use it.
2907
2908 2015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
2909
2910 * tui/tui-data.c (win_with_focus): Remove cast of NULL pointer.
2911 (tui_next_win): Likewise.
2912 (tui_prev_win): Likewise.
2913 (tui_partial_win_by_name): Likewise.
2914 (tui_init_generic_part): Likewise.
2915 (init_content_element): Likewise.
2916 (tui_del_window): Likewise.
2917 (tui_free_window): Likewise.
2918 (tui_del_data_windows): Likewise.
2919 (tui_free_data_content): Likewise.
2920 * tui/tui-layout.c (make_source_or_disasm_window): Likewise.
2921 * tui/tui-regs.c (tui_show_register_group): Likewise.
2922 * tui/tui-win.c (tui_resize_all): Likewise.
2923 (tui_set_focus): Likewise.
2924 (tui_set_win_height): Likewise.
2925 (make_invisible_and_set_new_height): Likewise.
2926 * tui/tui-windata.c (tui_delete_data_content_windows): Likewise.
2927 * tui/tui-wingeneral.c (make_visible): Likewise.
2928
2929 2015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
2930
2931 * cli/cli-decode.c (find_cmd): Remove cast of NULL pointer.
2932
2933 2015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
2934
2935 * c-valprint.c (print_unpacked_pointer): Remove cast of NULL
2936 pointer.
2937 * dbxread.c (dbx_end_psymtab): Likewise.
2938 * gnu-nat.c (gnu_write_inferior): Likewise.
2939 * mdebugread.c (cross_ref): Likewise.
2940 * p-valprint.c (pascal_val_print): Likewise.
2941 * xcoffread.c (xcoff_end_psymtab): Likewise.
2942
2943 2015-09-04 Yao Qi <yao.qi@linaro.org>
2944
2945 * NEWS: Mention the aarch64 multi-arch debugging support.
2946
2947 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
2948
2949 * ada-lang.c (ada_language_arch_info): Create a TYPE_CODE_CHAR
2950 type instead of a TYPE_CODE_INT one for the string_char_type
2951 and the ada_primitive_type_char types.
2952
2953 2015-09-03 Yao Qi <yao.qi@linaro.org>
2954
2955 * aarch64-linux-nat.c (aarch64_linux_region_ok_for_hw_watchpoint):
2956 Move code to aarch64_linux_region_ok_for_watchpoint. Call
2957 aarch64_linux_region_ok_for_watchpoint.
2958 * nat/aarch64-linux-hw-point.c (aarch64_linux_region_ok_for_watchpoint):
2959 New function.
2960 * nat/aarch64-linux-hw-point.h (aarch64_linux_region_ok_for_watchpoint):
2961 Declare it.
2962
2963 2015-09-02 Patrick Palka <patrick@parcs.ath.cx>
2964
2965 * gdb_obstack.h (obstack_strdup): Declare.
2966 * gdb_obstack.c (obstack_strdup): Define.
2967 * gdbarch.sh (gdbarch_obstack_strdup): Declare and define.
2968 * gdbarch.c: Regenerate.
2969 * gdbarch.h: Regenerate.
2970 * gdbtypes.c (arch_type): Use gdbarch_obstack_strdup.
2971
2972 2015-09-02 Patrick Palka <patrick@parcs.ath.cx>
2973
2974 * gdbtypes.c (copy_type_recursive): Update documentation.
2975
2976 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
2977
2978 * solib-svr4.c (solib_event_probe_action): Initialize 'probe_argc'
2979 as zero.
2980
2981 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
2982
2983 * solib-svr4.c (svr4_handle_solib_event): Initialize 'val' as NULL
2984
2985 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
2986
2987 * solib-svr4.c (solib_event_probe_action): Call
2988 get_probe_argument_count using TRY...CATCH.
2989 (svr4_handle_solib_event): Likewise, for evaluate_probe_argument.
2990
2991 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
2992
2993 * probe.h (struct probe_ops) <get_probe_argument_count,
2994 evaluate_probe_argument, enable_probe, disable_probe>: Mention in
2995 the comment that the function can throw an exception.
2996 (get_probe_argument_count): Likewise.
2997 (evaluate_probe_argument): Likewise.
2998 * stap-probe.c (stap_get_opcode): Call error instead of
2999 internal_error.
3000 (stap_get_expected_argument_type): Likewise. Add argument
3001 'probe'. Improve error message by mentioning the probe's name.
3002 (stap_parse_probe_arguments): Adjust call to
3003 stap_get_expected_argument_type.
3004 (stap_get_arg): Add comment. Assert that 'probe->args_parsed' is
3005 not zero. Call internal_error if GDB requests an argument but the
3006 probe has no arguments.
3007
3008 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
3009
3010 * ada-lang.c (ada_resolve_function): Do not ask the user what
3011 match to use when in completion mode.
3012
3013 2015-08-31 Andrew Burgess <andrew.burgess@embecosm.com>
3014
3015 * tui/tui-data.c (tui_win_name): Make local variable const, remove
3016 cast of NULL.
3017
3018 2015-08-31 Max Filippov <jcmvbkbc@gmail.com>
3019
3020 * xtensa-tdep.h (XTENSA_GDBARCH_TDEP_INSTANTIATE): Initialize
3021 call_abi using XSHAL_ABI macro.
3022
3023 2015-08-29 Doug Evans <xdje42@gmail.com>
3024
3025 * symtab.h (struct symbol): Tweak comment.
3026
3027 2015-08-29 Patrick Palka <patrick@parcs.ath.cx>
3028
3029 * gdbtypes.c (alloc_type_arch): Allocate the type on the given
3030 gdbarch obstack instead of on the heap. Update commentary
3031 accordingly.
3032
3033 2015-08-28 Joel Brobecker <brobecker@adacore.com>
3034
3035 GDB 7.10 released.
3036
3037 2015-08-28 Simon Marchi <simon.marchi@ericsson.com>
3038
3039 * NEWS: Update entry about non-8-bits addressable memory.
3040
3041 2015-08-28 Ulrich Weigand <uweigand@de.ibm.com>
3042
3043 Revert:
3044 2014-11-06 Doug Evans <xdje42@gmail.com>
3045 * solib.c (solib_global_lookup): Fetch arch from objfile,
3046 not target_gdbarch.
3047
3048 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
3049
3050 * ppc-linux-tdep.c (ppc_linux_spe_context_lookup): Do not
3051 attempt to relocate a TLS variable offset.
3052
3053 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
3054
3055 * spu-multiarch.c (parse_spufs_run): Bail out if inferior is not
3056 registered yet. Set inferior_ptid while calling target_read_memory.
3057
3058 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
3059
3060 * nat/linux-ptrace.h (GDB_ARCH_TRAP_BRKPT): Replace by ...
3061 (GDB_ARCH_IS_TRAP_BRKPT): ... this. Add __powerpc__ case.
3062 * linux-nat.c (check_stopped_by_breakpoint): Use
3063 GDB_ARCH_IS_TRAP_BRKPT instead of GDB_ARCH_TRAP_BRKPT.
3064
3065 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
3066
3067 * linux-thread-db.c (thread_db_get_thread_local_address): If the
3068 thread was not yet discovered, use thread_from_lwp instead of
3069 calling thread_db_find_new_threads_1.
3070
3071 2015-08-27 Simon Marchi <simon.marchi@ericsson.com>
3072
3073 * m88k-tdep.c (m88k_analyze_prologue): Fix inverted allocation
3074 statements.
3075
3076 2015-08-27 Simon Marchi <simon.marchi@ericsson.com>
3077
3078 * NEWS: Document support for non-8-bits addressable memory.
3079
3080 2015-08-27 Pedro Alves <palves@redhat.com>
3081
3082 * configure.ac: Remove AC_TYPE_SIGNAL call.
3083 * configure, config.in: Regenerate.
3084
3085 2015-08-27 Pedro Alves <palves@redhat.com>
3086
3087 * cp-support.c (gdb_demangle): Use sighandler_t. Remove cast.
3088 * extension-priv.h: Include signal.h.
3089 (struct signal_handler) <handler>: Change type to sighandler_t.
3090 * extension.c (install_gdb_sigint_handler): Use sighandler_t.
3091 * inflow.c (sigint_ours, sigquit_ours): Change type to
3092 sighandler_t.
3093 (child_terminal_inferior): Remove casts.
3094 (child_terminal_ours_1, new_tty): Use sighandler_t. Remove casts.
3095 (osig): Change type to sighandler_t.
3096 * nto-procfs.c (ofunc): Change type to sighandler_t.
3097 (procfs_wait): Remove casts.
3098 * remote-m32r-sdi.c (m32r_wait, m32r_load): Use sighandler_t.
3099 * remote-sim.c (gdbsim_wait): Use sighandler_t.
3100 * utils.c (wait_to_die_with_timeout): Use sighandler_t.
3101
3102 2015-08-27 Pedro Alves <palves@redhat.com>
3103
3104 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add signal-h.
3105 * gnulib/aclocal.m4: Renegerate.
3106 * gnulib/config.in: Renegerate.
3107 * gnulib/configure: Renegerate.
3108 * gnulib/import/Makefile.am: Update.
3109 * gnulib/import/Makefile.in: Regenerate.
3110 * gnulib/import/m4/gnulib-cache.m4: Update.
3111 * gnulib/import/m4/gnulib-comp.m4: Update.
3112 * gnulib/import/m4/signal_h.m4: New file.
3113 * gnulib/import/signal.in.h: New file.
3114
3115 2015-08-27 Pedro Alves <palves@redhat.com>
3116
3117 * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE)
3118 (MIN_MEMORY_PACKET_SIZE): New.
3119 (MAX_REMOTE_PACKET_SIZE, MIN_REMOTE_PACKET_SIZE): Delete.
3120 (get_memory_packet_size): Adjust. No longer limit the max packet
3121 size.
3122 (set_memory_packet_size): Adjust, and remove dead code.
3123 (remote_check_symbols): Use xmalloc and a cleanup instead of
3124 alloca.
3125 (remote_packet_size): No longer cap the packet size.
3126 (putpkt_binary): Use xmalloc and a cleanup instead of alloca.
3127
3128 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
3129
3130 * compile/compile.c (compile_to_object): Mention language in
3131 error message.
3132
3133 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
3134
3135 * target.c (target_pre_inferior): Unset attach_flag.
3136
3137 2015-08-26 Simon Marchi <simon.marchi@ericsson.com>
3138
3139 * gdbarch.sh (append_name): Fix type in XRESIZEVEC.
3140 * gdbarch.c: Re-generate.
3141
3142 2015-08-26 Simon Marchi <simon.marchi@ericsson.com>
3143
3144 * aarch64-linux-nat.c (aarch64_add_process): Replace xmalloc-family
3145 function with the XNEW-family equivalent.
3146 * aarch64-tdep.c (aarch64_gdbarch_init): Likewise.
3147 * ada-exp.y (write_ambiguous_var): Likewise.
3148 * ada-lang.c (resolve_subexp): Likewise.
3149 (user_select_syms): Likewise.
3150 (assign_aggregate): Likewise.
3151 (ada_evaluate_subexp): Likewise.
3152 (cache_symbol): Likewise.
3153 * addrmap.c (allocate_key): Likewise.
3154 (addrmap_create_mutable): Likewise.
3155 * aix-thread.c (sync_threadlists): Likewise.
3156 * alpha-tdep.c (alpha_push_dummy_call): Likewise.
3157 (alpha_gdbarch_init): Likewise.
3158 * amd64-windows-tdep.c (amd64_windows_push_arguments): Likewise.
3159 * arm-linux-nat.c (arm_linux_add_process): Likewise.
3160 * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
3161 * arm-tdep.c (push_stack_item): Likewise.
3162 (arm_displaced_step_copy_insn): Likewise.
3163 (arm_gdbarch_init): Likewise.
3164 (_initialize_arm_tdep): Likewise.
3165 * avr-tdep.c (push_stack_item): Likewise.
3166 * ax-general.c (new_agent_expr): Likewise.
3167 * block.c (block_initialize_namespace): Likewise.
3168 * breakpoint.c (alloc_counted_command_line): Likewise.
3169 (update_dprintf_command_list): Likewise.
3170 (parse_breakpoint_sals): Likewise.
3171 (decode_static_tracepoint_spec): Likewise.
3172 (until_break_command): Likewise.
3173 (clear_command): Likewise.
3174 (update_global_location_list): Likewise.
3175 (get_breakpoint_objfile_data) Likewise.
3176 * btrace.c (ftrace_new_function): Likewise.
3177 (btrace_set_insn_history): Likewise.
3178 (btrace_set_call_history): Likewise.
3179 * buildsym.c (add_symbol_to_list): Likewise.
3180 (record_pending_block): Likewise.
3181 (start_subfile): Likewise.
3182 (start_buildsym_compunit): Likewise.
3183 (push_subfile): Likewise.
3184 (end_symtab_get_static_block): Likewise.
3185 (buildsym_init): Likewise.
3186 * cli/cli-cmds.c (source_command): Likewise.
3187 * cli/cli-decode.c (add_cmd): Likewise.
3188 * cli/cli-script.c (build_command_line): Likewise.
3189 (setup_user_args): Likewise.
3190 (realloc_body_list): Likewise.
3191 (process_next_line): Likewise.
3192 (copy_command_lines): Likewise.
3193 * cli/cli-setshow.c (do_set_command): Likewise.
3194 * coff-pe-read.c (read_pe_exported_syms): Likewise.
3195 * coffread.c (coff_locate_sections): Likewise.
3196 (coff_symtab_read): Likewise.
3197 (coff_read_struct_type): Likewise.
3198 * common/cleanups.c (make_my_cleanup2): Likewise.
3199 * common/common-exceptions.c (throw_it): Likewise.
3200 * common/filestuff.c (make_cleanup_close): Likewise.
3201 * common/format.c (parse_format_string): Likewise.
3202 * common/queue.h (DEFINE_QUEUE_P): Likewise.
3203 * compile/compile-object-load.c (munmap_list_add): Likewise.
3204 (compile_object_load): Likewise.
3205 * compile/compile-object-run.c (compile_object_run): Likewise.
3206 * compile/compile.c (append_args): Likewise.
3207 * corefile.c (specify_exec_file_hook): Likewise.
3208 * cp-support.c (make_symbol_overload_list): Likewise.
3209 * cris-tdep.c (push_stack_item): Likewise.
3210 (cris_gdbarch_init): Likewise.
3211 * ctf.c (ctf_trace_file_writer_new): Likewise.
3212 * dbxread.c (init_header_files): Likewise.
3213 (add_new_header_file): Likewise.
3214 (init_bincl_list): Likewise.
3215 (dbx_end_psymtab): Likewise.
3216 (start_psymtab): Likewise.
3217 (dbx_end_psymtab): Likewise.
3218 * dcache.c (dcache_init): Likewise.
3219 * dictionary.c (dict_create_hashed): Likewise.
3220 (dict_create_hashed_expandable): Likewise.
3221 (dict_create_linear): Likewise.
3222 (dict_create_linear_expandable): Likewise.
3223 * dtrace-probe.c (dtrace_process_dof_probe): Likewise.
3224 * dummy-frame.c (register_dummy_frame_dtor): Likewise.
3225 * dwarf2-frame-tailcall.c (cache_new_ref1): Likewise.
3226 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3227 (decode_frame_entry_1): Likewise.
3228 * dwarf2expr.c (new_dwarf_expr_context): Likewise.
3229 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
3230 * dwarf2read.c (dwarf2_has_info): Likewise.
3231 (create_signatured_type_table_from_index): Likewise.
3232 (dwarf2_read_index): Likewise.
3233 (dw2_get_file_names_reader): Likewise.
3234 (create_all_type_units): Likewise.
3235 (read_cutu_die_from_dwo): Likewise.
3236 (init_tu_and_read_dwo_dies): Likewise.
3237 (init_cutu_and_read_dies): Likewise.
3238 (create_all_comp_units): Likewise.
3239 (queue_comp_unit): Likewise.
3240 (inherit_abstract_dies): Likewise.
3241 (read_call_site_scope): Likewise.
3242 (dwarf2_add_field): Likewise.
3243 (dwarf2_add_typedef): Likewise.
3244 (dwarf2_add_member_fn): Likewise.
3245 (attr_to_dynamic_prop): Likewise.
3246 (abbrev_table_alloc_abbrev): Likewise.
3247 (abbrev_table_read_table): Likewise.
3248 (add_include_dir): Likewise.
3249 (add_file_name): Likewise.
3250 (dwarf_decode_line_header): Likewise.
3251 (dwarf2_const_value_attr): Likewise.
3252 (dwarf_alloc_block): Likewise.
3253 (parse_macro_definition): Likewise.
3254 (set_die_type): Likewise.
3255 (write_psymtabs_to_index): Likewise.
3256 (create_cus_from_index): Likewise.
3257 (dwarf2_create_include_psymtab): Likewise.
3258 (process_psymtab_comp_unit_reader): Likewise.
3259 (build_type_psymtab_dependencies): Likewise.
3260 (read_comp_units_from_section): Likewise.
3261 (compute_compunit_symtab_includes): Likewise.
3262 (create_dwo_unit_in_dwp_v1): Likewise.
3263 (create_dwo_unit_in_dwp_v2): Likewise.
3264 (read_func_scope): Likewise.
3265 (process_structure_scope): Likewise.
3266 (mark_common_block_symbol_computed): Likewise.
3267 (load_partial_dies): Likewise.
3268 (dwarf2_symbol_mark_computed): Likewise.
3269 * elfread.c (elf_symfile_segments): Likewise.
3270 (elf_read_minimal_symbols): Likewise.
3271 * environ.c (make_environ): Likewise.
3272 * eval.c (evaluate_subexp_standard): Likewise.
3273 * event-loop.c (create_file_handler): Likewise.
3274 (create_async_signal_handler): Likewise.
3275 (create_async_event_handler): Likewise.
3276 (create_timer): Likewise.
3277 * exec.c (build_section_table): Likewise.
3278 * fbsd-nat.c (fbsd_remember_child): Likewise.
3279 * fork-child.c (fork_inferior): Likewise.
3280 * frv-tdep.c (new_variant): Likewise.
3281 * gdbarch.sh (gdbarch_alloc): Likewise.
3282 (append_name): Likewise.
3283 * gdbtypes.c (rank_function): Likewise.
3284 (copy_type_recursive): Likewise.
3285 (add_dyn_prop): Likewise.
3286 * gnu-nat.c (make_proc): Likewise.
3287 (make_inf): Likewise.
3288 (gnu_write_inferior): Likewise.
3289 * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
3290 (build_std_type_info_type): Likewise.
3291 * guile/scm-param.c (compute_enum_list): Likewise.
3292 * guile/scm-utils.c (gdbscm_parse_function_args): Likewise.
3293 * guile/scm-value.c (gdbscm_value_call): Likewise.
3294 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
3295 * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
3296 (read_unwind_info): Likewise.
3297 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
3298 * infcall.c (dummy_frame_context_saver_setup): Likewise.
3299 (call_function_by_hand_dummy): Likewise.
3300 * infcmd.c (step_once): Likewise.
3301 (finish_forward): Likewise.
3302 (attach_command): Likewise.
3303 (notice_new_inferior): Likewise.
3304 * inferior.c (add_inferior_silent): Likewise.
3305 * infrun.c (add_displaced_stepping_state): Likewise.
3306 (save_infcall_control_state): Likewise.
3307 (save_inferior_ptid): Likewise.
3308 (_initialize_infrun): Likewise.
3309 * jit.c (bfd_open_from_target_memory): Likewise.
3310 (jit_gdbarch_data_init): Likewise.
3311 * language.c (add_language): Likewise.
3312 * linespec.c (decode_line_2): Likewise.
3313 * linux-nat.c (add_to_pid_list): Likewise.
3314 (add_initial_lwp): Likewise.
3315 * linux-thread-db.c (add_thread_db_info): Likewise.
3316 (record_thread): Likewise.
3317 (info_auto_load_libthread_db): Likewise.
3318 * m32c-tdep.c (m32c_gdbarch_init): Likewise.
3319 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
3320 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
3321 * m88k-tdep.c (m88k_analyze_prologue): Likewise.
3322 * macrocmd.c (macro_define_command): Likewise.
3323 * macroexp.c (gather_arguments): Likewise.
3324 * macroscope.c (sal_macro_scope): Likewise.
3325 * macrotab.c (new_macro_table): Likewise.
3326 * mdebugread.c (push_parse_stack): Likewise.
3327 (parse_partial_symbols): Likewise.
3328 (parse_symbol): Likewise.
3329 (psymtab_to_symtab_1): Likewise.
3330 (new_block): Likewise.
3331 (new_psymtab): Likewise.
3332 (mdebug_build_psymtabs): Likewise.
3333 (add_pending): Likewise.
3334 (elfmdebug_build_psymtabs): Likewise.
3335 * mep-tdep.c (mep_gdbarch_init): Likewise.
3336 * mi/mi-main.c (mi_execute_command): Likewise.
3337 * mi/mi-parse.c (mi_parse_argv): Likewise.
3338 * minidebug.c (lzma_open): Likewise.
3339 * minsyms.c (terminate_minimal_symbol_table): Likewise.
3340 * mips-linux-nat.c (mips_linux_insert_watchpoint): Likewise.
3341 * mips-tdep.c (mips_gdbarch_init): Likewise.
3342 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
3343 * msp430-tdep.c (msp430_gdbarch_init): Likewise.
3344 * mt-tdep.c (mt_registers_info): Likewise.
3345 * nat/aarch64-linux.c (aarch64_linux_new_thread): Likewise.
3346 * nat/linux-btrace.c (linux_enable_bts): Likewise.
3347 (linux_enable_pt): Likewise.
3348 * nat/linux-osdata.c (linux_xfer_osdata_processes): Likewise.
3349 (linux_xfer_osdata_processgroups): Likewise.
3350 * nios2-tdep.c (nios2_gdbarch_init): Likewise.
3351 * nto-procfs.c (procfs_meminfo): Likewise.
3352 * objc-lang.c (start_msglist): Likewise.
3353 (selectors_info): Likewise.
3354 (classes_info): Likewise.
3355 (find_methods): Likewise.
3356 * objfiles.c (allocate_objfile): Likewise.
3357 (update_section_map): Likewise.
3358 * osabi.c (gdbarch_register_osabi): Likewise.
3359 (gdbarch_register_osabi_sniffer): Likewise.
3360 * parse.c (start_arglist): Likewise.
3361 * ppc-linux-nat.c (hwdebug_find_thread_points_by_tid): Likewise.
3362 (hwdebug_insert_point): Likewise.
3363 * printcmd.c (display_command): Likewise.
3364 (ui_printf): Likewise.
3365 * procfs.c (create_procinfo): Likewise.
3366 (load_syscalls): Likewise.
3367 (proc_get_LDT_entry): Likewise.
3368 (proc_update_threads): Likewise.
3369 * prologue-value.c (make_pv_area): Likewise.
3370 (pv_area_store): Likewise.
3371 * psymtab.c (extend_psymbol_list): Likewise.
3372 (init_psymbol_list): Likewise.
3373 (allocate_psymtab): Likewise.
3374 * python/py-inferior.c (add_thread_object): Likewise.
3375 * python/py-param.c (compute_enum_values): Likewise.
3376 * python/py-value.c (valpy_call): Likewise.
3377 * python/py-varobj.c (py_varobj_iter_next): Likewise.
3378 * python/python.c (ensure_python_env): Likewise.
3379 * record-btrace.c (record_btrace_start_replaying): Likewise.
3380 * record-full.c (record_full_reg_alloc): Likewise.
3381 (record_full_mem_alloc): Likewise.
3382 (record_full_end_alloc): Likewise.
3383 (record_full_core_xfer_partial): Likewise.
3384 * regcache.c (get_thread_arch_aspace_regcache): Likewise.
3385 * remote-fileio.c (remote_fileio_init_fd_map): Likewise.
3386 * remote-notif.c (remote_notif_state_allocate): Likewise.
3387 * remote.c (demand_private_info): Likewise.
3388 (remote_notif_stop_alloc_reply): Likewise.
3389 (remote_enable_btrace): Likewise.
3390 * reverse.c (save_bookmark_command): Likewise.
3391 * rl78-tdep.c (rl78_gdbarch_init): Likewise.
3392 * rx-tdep.c (rx_gdbarch_init): Likewise.
3393 * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
3394 * ser-go32.c (dos_get_tty_state): Likewise.
3395 (dos_copy_tty_state): Likewise.
3396 * ser-mingw.c (ser_windows_open): Likewise.
3397 (ser_console_wait_handle): Likewise.
3398 (ser_console_get_tty_state): Likewise.
3399 (make_pipe_state): Likewise.
3400 (net_windows_open): Likewise.
3401 * ser-unix.c (hardwire_get_tty_state): Likewise.
3402 (hardwire_copy_tty_state): Likewise.
3403 * solib-aix.c (solib_aix_new_lm_info): Likewise.
3404 * solib-dsbt.c (dsbt_current_sos): Likewise.
3405 (dsbt_relocate_main_executable): Likewise.
3406 * solib-frv.c (frv_current_sos): Likewise.
3407 (frv_relocate_main_executable): Likewise.
3408 * solib-spu.c (spu_bfd_fopen): Likewise.
3409 * solib-svr4.c (lm_info_read): Likewise.
3410 (svr4_copy_library_list): Likewise.
3411 (svr4_default_sos): Likewise.
3412 * source.c (find_source_lines): Likewise.
3413 (line_info): Likewise.
3414 (add_substitute_path_rule): Likewise.
3415 * spu-linux-nat.c (spu_bfd_open): Likewise.
3416 * spu-tdep.c (info_spu_dma_cmdlist): Likewise.
3417 * stabsread.c (dbx_lookup_type): Likewise.
3418 (read_type): Likewise.
3419 (read_member_functions): Likewise.
3420 (read_struct_fields): Likewise.
3421 (read_baseclasses): Likewise.
3422 (read_args): Likewise.
3423 (_initialize_stabsread): Likewise.
3424 * stack.c (func_command): Likewise.
3425 * stap-probe.c (handle_stap_probe): Likewise.
3426 * symfile.c (addrs_section_sort): Likewise.
3427 (addr_info_make_relative): Likewise.
3428 (load_section_callback): Likewise.
3429 (add_symbol_file_command): Likewise.
3430 (init_filename_language_table): Likewise.
3431 * symtab.c (create_filename_seen_cache): Likewise.
3432 (sort_search_symbols_remove_dups): Likewise.
3433 (search_symbols): Likewise.
3434 * target.c (make_cleanup_restore_target_terminal): Likewise.
3435 * thread.c (new_thread): Likewise.
3436 (enable_thread_stack_temporaries): Likewise.
3437 (make_cleanup_restore_current_thread): Likewise.
3438 (thread_apply_all_command): Likewise.
3439 * tic6x-tdep.c (tic6x_gdbarch_init): Likewise.
3440 * top.c (gdb_readline_wrapper): Likewise.
3441 * tracefile-tfile.c (tfile_trace_file_writer_new): Likewise.
3442 * tracepoint.c (trace_find_line_command): Likewise.
3443 (all_tracepoint_actions_and_cleanup): Likewise.
3444 (make_cleanup_restore_current_traceframe): Likewise.
3445 (get_uploaded_tp): Likewise.
3446 (get_uploaded_tsv): Likewise.
3447 * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
3448 (tui_alloc_win_info): Likewise.
3449 (tui_alloc_content): Likewise.
3450 (tui_add_content_elements): Likewise.
3451 * tui/tui-disasm.c (tui_find_disassembly_address): Likewise.
3452 (tui_set_disassem_content): Likewise.
3453 * ui-file.c (ui_file_new): Likewise.
3454 (stdio_file_new): Likewise.
3455 (tee_file_new): Likewise.
3456 * utils.c (make_cleanup_restore_integer): Likewise.
3457 (add_internal_problem_command): Likewise.
3458 * v850-tdep.c (v850_gdbarch_init): Likewise.
3459 * valops.c (find_oload_champ): Likewise.
3460 * value.c (allocate_value_lazy): Likewise.
3461 (record_latest_value): Likewise.
3462 (create_internalvar): Likewise.
3463 * varobj.c (install_variable): Likewise.
3464 (new_variable): Likewise.
3465 (new_root_variable): Likewise.
3466 (cppush): Likewise.
3467 (_initialize_varobj): Likewise.
3468 * windows-nat.c (windows_make_so): Likewise.
3469 * x86-nat.c (x86_add_process): Likewise.
3470 * xcoffread.c (arrange_linetable): Likewise.
3471 (allocate_include_entry): Likewise.
3472 (process_linenos): Likewise.
3473 (SYMBOL_DUP): Likewise.
3474 (xcoff_start_psymtab): Likewise.
3475 (xcoff_end_psymtab): Likewise.
3476 * xml-support.c (gdb_xml_parse_attr_ulongest): Likewise.
3477 * xtensa-tdep.c (xtensa_register_type): Likewise.
3478 * gdbarch.c: Regenerate.
3479 * gdbarch.h: Regenerate.
3480
3481 2015-08-25 Don Breazeal <donb@codesourcery.com>
3482
3483 * infrun.c (follow_exec): Re-order operations for
3484 handling follow-exec-mode "new".
3485 (handle_inferior_event_1): Assign ecs->event_thread
3486 to the current thread.
3487 * remote.c (get_remote_arch_state): Add an assertion.
3488
3489 2015-08-26 Pedro Alves <palves@redhat.com>
3490
3491 * MAINTAINERS: Add Markus Metzger as btrace maintainer.
3492
3493 2015-08-25 Pedro Alves <palves@redhat.com>
3494
3495 PR gdb/18804
3496 * defs.h (maybe_quit): Declare.
3497 (QUIT): Now calls maybe_quit.
3498 * event-loop.c (clear_async_signal_handler)
3499 (async_signal_handler_is_marked): New functions.
3500 * event-loop.h (async_signal_handler_is_marked)
3501 (clear_async_signal_handler): New declarations.
3502 * remote.c (remote_check_pending_interrupt): New function.
3503 (interrupt_query): Use make_cleanup_restore_target_terminal. No
3504 longer check whether the target is async. If waiting for a stop
3505 reply, and a Ctrl-C as been sent to the target, offer to
3506 disconnect, and throw TARGET_CLOSE_ERROR instead of a quit.
3507 Otherwise do not disconnect and throw a quit.
3508 (_initialize_remote): Install remote_check_pending_interrupt as
3509 to_check_pending_interrupt.
3510 * target.c (target_check_pending_interrupt): New function.
3511 * target.h (struct target_ops) <to_check_pending_interrupt>: New
3512 field.
3513 (target_check_pending_interrupt): New declaration.
3514 * utils.c (maybe_quit): New function.
3515 * target-delegates.c: Regenerate.
3516
3517 2015-08-25 Yao Qi <yao.qi@linaro.org>
3518
3519 * nat/aarch64-linux-hw-point.c (debug_reg_change_callback):
3520 Rename local variable pid to tid, and get lwpid of lwp. Update
3521 debug output.
3522
3523 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
3524
3525 * ada-lang.c (ada_read_var_value): Add a var_block argument
3526 and pass it to default_read_var_value.
3527 * block.c (block_static_link): New accessor.
3528 * block.h (block_static_link): Declare it.
3529 * buildsym.c (finish_block_internal): Add a static_link
3530 argument. If there is a static link, associate it to the new
3531 block.
3532 (finish_block): Add a static link argument and pass it to
3533 finish_block_internal.
3534 (end_symtab_get_static_block): Update calls to finish_block and
3535 to finish_block_internal.
3536 (end_symtab_with_blockvector): Update call to
3537 finish_block_internal.
3538 * buildsym.h: Forward-declare struct dynamic_prop.
3539 (struct context_stack): Add a static_link field.
3540 (finish_block): Add a static link argument.
3541 * c-exp.y: Remove an obsolete comment (evaluation of variables
3542 already start from the selected frame, and now they climb *up*
3543 the call stack) and propagate the block information to the
3544 produced expression.
3545 * d-exp.y: Likewise.
3546 * f-exp.y: Likewise.
3547 * go-exp.y: Likewise.
3548 * jv-exp.y: Likewise.
3549 * m2-exp.y: Likewise.
3550 * p-exp.y: Likewise.
3551 * coffread.c (coff_symtab_read): Update calls to finish_block.
3552 * dbxread.c (process_one_symbol): Likewise.
3553 * xcoffread.c (read_xcoff_symtab): Likewise.
3554 * compile/compile-c-symbols.c (convert_one_symbol): Promote the
3555 "sym" parameter to struct block_symbol, update its uses and pass
3556 its block to calls to read_var_value.
3557 (convert_symbol_sym): Update the calls to convert_one_symbol.
3558 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update
3559 call to read_var_value.
3560 * dwarf2loc.c (block_op_get_frame_base): New.
3561 (dwarf2_block_frame_base_locexpr_funcs): Implement the
3562 get_frame_base method.
3563 (dwarf2_block_frame_base_loclist_funcs): Likewise.
3564 (dwarf2locexpr_baton_eval): Add a frame argument and use it
3565 instead of the selected frame in order to evaluate the
3566 expression.
3567 (dwarf2_evaluate_property): Add a frame argument. Update call
3568 to dwarf2_locexpr_baton_eval to provide a frame in available and
3569 to handle the absence of address stack.
3570 * dwarf2loc.h (dwarf2_evaluate_property): Add a frame argument.
3571 * dwarf2read.c (attr_to_dynamic_prop): Add a forward
3572 declaration.
3573 (read_func_scope): Record any available static link description.
3574 Update call to finish_block.
3575 (read_lexical_block_scope): Update call to finish_block.
3576 * findvar.c (follow_static_link): New.
3577 (get_hosting_frame): New.
3578 (default_read_var_value): Add a var_block argument. Use
3579 get_hosting_frame to handle non-local references.
3580 (read_var_value): Add a var_block argument and pass it to the
3581 LA_READ_VAR_VALUE method.
3582 * gdbtypes.c (resolve_dynamic_range): Update calls to
3583 dwarf2_evaluate_property.
3584 (resolve_dynamic_type_internal): Likewise.
3585 * guile/scm-frame.c (gdbscm_frame_read_var): Update call to
3586 read_var_value, passing it the block coming from symbol lookup.
3587 * guile/scm-symbol.c (gdbscm_symbol_value): Update call to
3588 read_var_value (TODO).
3589 * infcmd.c (finish_command_continuation): Update call to
3590 read_var_value, passing it the block coming from symbol lookup.
3591 * infrun.c (insert_exception_resume_breakpoint): Likewise.
3592 * language.h (struct language_defn): Add a var_block argument to
3593 the LA_READ_VAR_VALUE method.
3594 * objfiles.c (struct static_link_htab_entry): New.
3595 (static_link_htab_entry_hash): New.
3596 (static_link_htab_entry_eq): New.
3597 (objfile_register_static_link): New.
3598 (objfile_lookup_static_link): New.
3599 (free_objfile): Free the STATIC_LINKS hashed map if needed.
3600 * objfiles.h: Include hashtab.h.
3601 (struct objfile): Add a static_links field.
3602 (objfile_register_static_link): New.
3603 (objfile_lookup_static_link): New.
3604 * printcmd.c (print_variable_and_value): Update call to
3605 read_var_value.
3606 * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
3607 * python/py-frame.c (frapy_read_var): Update call to
3608 read_var_value, passing it the block coming from symbol lookup.
3609 * python/py-framefilter.c (extract_sym): Add a sym_block
3610 parameter and set the pointed value to NULL (TODO).
3611 (enumerate_args): Update call to extract_sym.
3612 (enumerate_locals): Update calls to extract_sym and to
3613 read_var_value.
3614 * python/py-symbol.c (sympy_value): Update call to
3615 read_var_value (TODO).
3616 * stack.c (read_frame_local): Update call to read_var_value.
3617 (read_frame_arg): Likewise.
3618 (return_command): Likewise.
3619 * symtab.h (struct symbol_block_ops): Add a get_frame_base
3620 method.
3621 (struct symbol): Add a block field.
3622 (SYMBOL_BLOCK): New accessor.
3623 * valops.c (value_of_variable): Remove frame/block handling and
3624 pass the block argument to read_var_value, which does this job
3625 now.
3626 (value_struct_elt_for_reference): Update calls to
3627 read_var_value.
3628 (value_of_this): Pass the block found to read_var_value.
3629 * value.h (read_var_value): Add a var_block argument.
3630 (default_read_var_value): Likewise.
3631
3632 2015-08-25 Yao Qi <yao.qi@linaro.org>
3633
3634 * aarch64-linux-nat.c (aarch64_linux_new_thread): Move it to ...
3635 * nat/aarch64-linux.c (aarch64_linux_new_thread): ... here.
3636 * nat/aarch64-linux.h (aarch64_linux_new_thread): Declare.
3637
3638 2015-08-25 Yao Qi <yao.qi@linaro.org>
3639
3640 * Makefile.in (aarch64-liunx.o): New rule.
3641 (HFILES_NO_SRCDIR): Add aarch64-linux.h.
3642 * config/aarch64/linux.mh (NAT_FILE): Add aarch64-linux.o.
3643 * aarch64-linux-nat.c: Include nat/aarch64-linux.h.
3644 * aarch64-linux-nat.c (aarch64_get_debug_reg_state): Make it
3645 extern.
3646 (aarch64_linux_prepare_to_resume): Move it nat/aarch64-linux.c.
3647 * nat/aarch64-linux-hw-point.h (aarch64_debug_reg_state): Declare
3648 * nat/aarch64-linux.c: New file.
3649 * nat/aarch64-linux.h: New file.
3650
3651 2015-08-25 Yao Qi <yao.qi@linaro.org>
3652
3653 * aarch64-linux-nat.c (aarch64_linux_prepare_to_resume): Use
3654 lwp_arch_private_info and ptid_of_lwp.
3655
3656 2015-08-25 Yao Qi <yao.qi@linaro.org>
3657
3658 * aarch64-linux-nat.c (struct arch64_dr_update_callback_param):
3659 Move it to nat/aarch64-linux-hw-point.c.
3660 (debug_reg_change_callback): Likewise.
3661 (aarch64_notify_debug_reg_change): :Likewise.
3662 * nat/aarch64-linux-hw-point.c: Include nat/linux-nat.h.
3663 (aarch64_dr_update_callback_param): New.
3664 (debug_reg_change_callback): New function.
3665 (aarch64_notify_debug_reg_change): Likewise.
3666 * nat/aarch64-linux-hw-point.h (aarch64_notify_debug_reg_change):
3667 Remove the declaration.
3668
3669 2015-08-25 Yao Qi <yao.qi@linaro.org>
3670
3671 * aarch64-linux-nat.c (aarch64_notify_debug_reg_change):
3672 Call current_lwp_ptid.
3673
3674 2015-08-25 Yao Qi <yao.qi@linaro.org>
3675
3676 * aarch64-linux-nat.c (debug_reg_change_callback): Use
3677 debug_printf.
3678
3679 2015-08-25 Yao Qi <yao.qi@linaro.org>
3680
3681 * aarch64-linux-nat.c (debug_reg_change_callback): Call
3682 ptid_get_pid rather than ptid_get_lwp.
3683
3684 2015-08-24 Pedro Alves <palves@redhat.com>
3685
3686 * NEWS (New commands): Mention set/show remote
3687 multiprocess-extensions-packet.
3688 * remote.c (remote_query_supported): Only tell the server to use
3689 the multiprocess extensions if the user hasn't force-disabled them
3690 with "set remote multiprocess-extensions-packet off".
3691
3692 2015-08-24 Pedro Alves <palves@redhat.com>
3693
3694 * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
3695 1029a8112290f6eee9d7878a391c49db42c999bd.
3696 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4:
3697 Regenerate.
3698 * gnulib/import/Makefile.am: Update.
3699 * gnulib/import/Makefile.in: Update.
3700 * gnulib/import/alloca.in.h: Update.
3701 * gnulib/import/basename-lgpl.c: Update.
3702 * gnulib/import/canonicalize-lgpl.c: Update.
3703 * gnulib/import/config.charset: Update.
3704 * gnulib/import/dirent.in.h: Update.
3705 * gnulib/import/dirfd.c: Update.
3706 * gnulib/import/dirname-lgpl.c: Update.
3707 * gnulib/import/dirname.h: Update.
3708 * gnulib/import/dosname.h: Update.
3709 * gnulib/import/errno.in.h: Update.
3710 * gnulib/import/extra/snippet/arg-nonnull.h: Update.
3711 * gnulib/import/extra/snippet/c++defs.h: Update.
3712 * gnulib/import/extra/snippet/warn-on-use.h: Update.
3713 * gnulib/import/extra/update-copyright: Update.
3714 * gnulib/import/float+.h: Update.
3715 * gnulib/import/float.c: Update.
3716 * gnulib/import/float.in.h: Update.
3717 * gnulib/import/fnmatch.c: Update.
3718 * gnulib/import/fnmatch.in.h: Update.
3719 * gnulib/import/fnmatch_loop.c: Update.
3720 * gnulib/import/fpucw.h: Update.
3721 * gnulib/import/frexp.c: Update.
3722 * gnulib/import/frexpl.c: Update.
3723 * gnulib/import/gettimeofday.c: Update.
3724 * gnulib/import/inttypes.in.h: Update.
3725 * gnulib/import/isnan.c: Update.
3726 * gnulib/import/isnand-nolibm.h: Update.
3727 * gnulib/import/isnand.c: Update.
3728 * gnulib/import/isnanl-nolibm.h: Update.
3729 * gnulib/import/isnanl.c: Update.
3730 * gnulib/import/itold.c: Update.
3731 * gnulib/import/localcharset.c: Update.
3732 * gnulib/import/localcharset.h: Update.
3733 * gnulib/import/lstat.c: Update.
3734 * gnulib/import/m4/00gnulib.m4: Update.
3735 * gnulib/import/m4/absolute-header.m4: Update.
3736 * gnulib/import/m4/alloca.m4: Update.
3737 * gnulib/import/m4/canonicalize.m4: Update.
3738 * gnulib/import/m4/codeset.m4: Update.
3739 * gnulib/import/m4/configmake.m4: Update.
3740 * gnulib/import/m4/dirent_h.m4: Update.
3741 * gnulib/import/m4/dirfd.m4: Update.
3742 * gnulib/import/m4/dirname.m4: Update.
3743 * gnulib/import/m4/double-slash-root.m4: Update.
3744 * gnulib/import/m4/eealloc.m4: Update.
3745 * gnulib/import/m4/errno_h.m4: Update.
3746 * gnulib/import/m4/exponentd.m4: Update.
3747 * gnulib/import/m4/exponentl.m4: Update.
3748 * gnulib/import/m4/extensions.m4: Update.
3749 * gnulib/import/m4/extern-inline.m4: Update.
3750 * gnulib/import/m4/fcntl-o.m4: Update.
3751 * gnulib/import/m4/float_h.m4: Update.
3752 * gnulib/import/m4/fnmatch.m4: Update.
3753 * gnulib/import/m4/fpieee.m4: Update.
3754 * gnulib/import/m4/frexp.m4: Update.
3755 * gnulib/import/m4/frexpl.m4: Update.
3756 * gnulib/import/m4/gettimeofday.m4: Update.
3757 * gnulib/import/m4/glibc21.m4: Update.
3758 * gnulib/import/m4/gnulib-cache.m4: Update.
3759 * gnulib/import/m4/gnulib-common.m4: Update.
3760 * gnulib/import/m4/gnulib-comp.m4: Update.
3761 * gnulib/import/m4/gnulib-tool.m4: Update.
3762 * gnulib/import/m4/include_next.m4: Update.
3763 * gnulib/import/m4/inttypes-pri.m4: Update.
3764 * gnulib/import/m4/inttypes.m4: Update.
3765 * gnulib/import/m4/isnand.m4: Update.
3766 * gnulib/import/m4/isnanl.m4: Update.
3767 * gnulib/import/m4/largefile.m4: Update.
3768 * gnulib/import/m4/localcharset.m4: Update.
3769 * gnulib/import/m4/locale-fr.m4: Update.
3770 * gnulib/import/m4/locale-ja.m4: Update.
3771 * gnulib/import/m4/locale-zh.m4: Update.
3772 * gnulib/import/m4/longlong.m4: Update.
3773 * gnulib/import/m4/lstat.m4: Update.
3774 * gnulib/import/m4/malloc.m4: Update.
3775 * gnulib/import/m4/malloca.m4: Update.
3776 * gnulib/import/m4/math_h.m4: Update.
3777 * gnulib/import/m4/mbrtowc.m4: Update.
3778 * gnulib/import/m4/mbsinit.m4: Update.
3779 * gnulib/import/m4/mbsrtowcs.m4: Update.
3780 * gnulib/import/m4/mbstate_t.m4: Update.
3781 * gnulib/import/m4/memchr.m4: Update.
3782 * gnulib/import/m4/memmem.m4: Update.
3783 * gnulib/import/m4/mmap-anon.m4: Update.
3784 * gnulib/import/m4/multiarch.m4: Update.
3785 * gnulib/import/m4/nocrash.m4: Update.
3786 * gnulib/import/m4/off_t.m4: Update.
3787 * gnulib/import/m4/pathmax.m4: Update.
3788 * gnulib/import/m4/readlink.m4: Update.
3789 * gnulib/import/m4/rename.m4: Update.
3790 * gnulib/import/m4/rmdir.m4: Update.
3791 * gnulib/import/m4/ssize_t.m4: Update.
3792 * gnulib/import/m4/stat.m4: Update.
3793 * gnulib/import/m4/stdbool.m4: Update.
3794 * gnulib/import/m4/stddef_h.m4: Update.
3795 * gnulib/import/m4/stdint.m4: Update.
3796 * gnulib/import/m4/stdio_h.m4: Update.
3797 * gnulib/import/m4/stdlib_h.m4: Update.
3798 * gnulib/import/m4/string_h.m4: Update.
3799 * gnulib/import/m4/strstr.m4: Update.
3800 * gnulib/import/m4/strtok_r.m4: Update.
3801 * gnulib/import/m4/sys_socket_h.m4: Update.
3802 * gnulib/import/m4/sys_stat_h.m4: Update.
3803 * gnulib/import/m4/sys_time_h.m4: Update.
3804 * gnulib/import/m4/sys_types_h.m4: Update.
3805 * gnulib/import/m4/time_h.m4: Update.
3806 * gnulib/import/m4/unistd_h.m4: Update.
3807 * gnulib/import/m4/warn-on-use.m4: Update.
3808 * gnulib/import/m4/wchar_h.m4: Update.
3809 * gnulib/import/m4/wchar_t.m4: Update.
3810 * gnulib/import/m4/wctype_h.m4: Update.
3811 * gnulib/import/m4/wint_t.m4: Update.
3812 * gnulib/import/malloc.c: Update.
3813 * gnulib/import/malloca.c: Update.
3814 * gnulib/import/malloca.h: Update.
3815 * gnulib/import/math.in.h: Update.
3816 * gnulib/import/mbrtowc.c: Update.
3817 * gnulib/import/mbsinit.c: Update.
3818 * gnulib/import/mbsrtowcs-impl.h: Update.
3819 * gnulib/import/mbsrtowcs-state.c: Update.
3820 * gnulib/import/mbsrtowcs.c: Update.
3821 * gnulib/import/memchr.c: Update.
3822 * gnulib/import/memmem.c: Update.
3823 * gnulib/import/pathmax.h: Update.
3824 * gnulib/import/readlink.c: Update.
3825 * gnulib/import/ref-add.sin: Update.
3826 * gnulib/import/ref-del.sin: Update.
3827 * gnulib/import/rename.c: Update.
3828 * gnulib/import/rmdir.c: Update.
3829 * gnulib/import/same-inode.h: Update.
3830 * gnulib/import/stat.c: Update.
3831 * gnulib/import/stdbool.in.h: Update.
3832 * gnulib/import/stddef.in.h: Update.
3833 * gnulib/import/stdint.in.h: Update.
3834 * gnulib/import/stdio.c: Update.
3835 * gnulib/import/stdio.in.h: Update.
3836 * gnulib/import/stdlib.in.h: Update.
3837 * gnulib/import/str-two-way.h: Update.
3838 * gnulib/import/streq.h: Update.
3839 * gnulib/import/string.in.h: Update.
3840 * gnulib/import/stripslash.c: Update.
3841 * gnulib/import/strnlen1.c: Update.
3842 * gnulib/import/strnlen1.h: Update.
3843 * gnulib/import/strstr.c: Update.
3844 * gnulib/import/strtok_r.c: Update.
3845 * gnulib/import/sys_stat.in.h: Update.
3846 * gnulib/import/sys_time.in.h: Update.
3847 * gnulib/import/sys_types.in.h: Update.
3848 * gnulib/import/time.in.h: Update.
3849 * gnulib/import/unistd.in.h: Update.
3850 * gnulib/import/verify.h: Update.
3851 * gnulib/import/wchar.in.h: Update.
3852 * gnulib/import/wctype.in.h: Update.
3853 * gnulib/import/gettimeofday.c: New file.
3854 * gnulib/import/m4/absolute-header.m4: New file.
3855 * gnulib/import/m4/gettimeofday.m4: New file.
3856 * gnulib/import/m4/sys_socket_h.m4: New file.
3857 * gnulib/import/m4/sys_time_h.m4: New file.
3858 * gnulib/import/stdio.c: Delete file.
3859 * gnulib/import/sys_time.in.h: New file.
3860
3861 2015-08-24 Pedro Alves <palves@redhat.com>
3862
3863 * Makefile.in (HFILES_NO_SRCDIR): Add common/gdb_sys_time.h.
3864 * common/gdb_sys_time.h: New file.
3865 * event-loop.c: Include gdb_sys_time.h instead of sys/time.h.
3866 * gdb_select.h: Likewise.
3867 * gdb_usleep.c: Likewise.
3868 * maint.c: Likewise.
3869 * mi/mi-main.c: Likewise.
3870 * mi/mi-parse.h: Likewise.
3871 * remote-fileio.c: Likewise.
3872 * remote-m32r-sdi.c: Likewise.
3873 * remote.c: Likewise.
3874 * ser-base.c: Likewise.
3875 * ser-pipe.c: Likewise.
3876 * ser-tcp.c: Likewise.
3877 * ser-unix.c: Likewise.
3878 * symfile.c: Likewise.
3879 * symfile.c: Likewise. Rename OSIZE to SIZE throughout.
3880 * target-memory.c: Include gdb_sys_time.h instead of sys/time.h.
3881 * utils.c: Likewise.
3882
3883 2015-08-24 Pedro Alves <palves@redhat.com>
3884
3885 * NEWS: Mention removed support for the various ROM monitors.
3886 * Makefile.in (ALL_TARGET_OBS): Remove dbug-rom.o, dink32-rom.o,
3887 ppcbug-rom.o, m32r-rom.o, dsrec.o and monitor.o from gdb_target_obs.
3888 * configure.tgt (h8300-*-*): Remove monitor.o and m32r-rom.o from
3889 gdb_target_obs.
3890 (m68*-*-*): Remove monitor.o dbug-rom.o and dsrec.o from
3891 gdb_target_obs.
3892 (microblaze*-linux-*): Remove microblaze-rom.o, monitor.o and
3893 dsrec.o from gdb_target_obs.
3894 (microblaze*-*-*): Remove microblaze-rom.o, monitor.o and dsrec.o
3895 from gdb_target_obs.
3896 (powerpc-*-lynx*178): Remove monitor.o and dsrec.o from
3897 gdb_target_obs.
3898 (powerpc*-*-*): Remove monitor.o, dsrec.o, ppcbug-rom.o and
3899 dink32-rom.o from gdb_target_obs.
3900 (sh*-*-linux*): Remove monitor.o and dsrec.o from gdb_target_obs.
3901 (sh*): Remove monitor.o and dsrec.o from gdb_target_obs.
3902 * dbug-rom.c, dink32-rom.c, dsrec.c, m32r-rom.c, microblaze-rom.c,
3903 monitor.c, monitor.h, ppcbug-rom.c, srec.h: Delete files.
3904
3905 2015-08-21 Pedro Alves <palves@redhat.com>
3906
3907 * frame.c (null_frame_id): Explicitly zero-initialize.
3908
3909 2015-08-21 Tom Tromey <tromey@redhat.com>
3910
3911 * dwarf2read.c (struct dwarf2_section_info): Rename field
3912 'asection' to 'section'.
3913 (dwarf2_has_info, get_section_bfd_owner, get_section_bfd_section)
3914 (dwarf2_locate_sections, dwarf2_locate_sections)
3915 (locate_dwz_sections, locate_v1_virtual_dwo_sections)
3916 (dwarf2_locate_dwo_sections, dwarf2_locate_dwo_sections)
3917 (dwarf2_locate_v2_dwp_sections): Adjust.
3918
3919 2015-08-21 Patrick Palka <patrick@parcs.ath.cx>
3920
3921 * top.h (gdb_in_secondary_prompt_p): Declare.
3922 * top.c (gdb_secondary_prompt_depth): Define.
3923 (gdb_in_secondary_prompt_p): Define.
3924 (gdb_readline_wrapper_cleanup): Decrement
3925 gdb_secondary_prompt_depth.
3926 (gdb_readline_wrapper): Increment gdb_secondary_prompt_depth.
3927 * tui/tui-io.c (tui_getc): Don't clear the prompt line if we
3928 are in a secondary prompt.
3929
3930 2015-08-21 Patrick Palka <patrick@parcs.ath.cx>
3931
3932 * tui/tui-io.c (tui_getc): Use tui_putc instead of waddch to
3933 emit the newline.
3934
3935 2015-08-21 Gary Benson <gbenson@redhat.com>
3936
3937 * gdb_bfd.c (gdb_bfd_iovec_fileio_pread): Add QUIT call.
3938
3939 2015-08-21 Gary Benson <gbenson@redhat.com>
3940
3941 * target.h (struct target_ops) <to_fileio_open>: New argument
3942 warn_if_slow. Update comment. All implementations updated.
3943 (target_fileio_open_warn_if_slow): New declaration.
3944 * target.c (target_fileio_open): Renamed as...
3945 (target_fileio_open_1): ...this. New argument warn_if_slow.
3946 Pass warn_if_slow to implementation. Update debug printing.
3947 (target_fileio_open): New function.
3948 (target_fileio_open_warn_if_slow): Likewise.
3949 * gdb_bfd.c (gdb_bfd_iovec_fileio_open): Use new function
3950 target_fileio_open_warn_if_slow.
3951
3952 2015-08-21 Gary Benson <gbenson@redhat.com>
3953
3954 * nat/linux-namespaces.c (linux_mntns_access_fs):
3955 Do not overwrite old_chain.
3956
3957 2015-08-20 Max Filippov <jcmvbkbc@gmail.com>
3958
3959 * arch/xtensa.h: New file.
3960 * xtensa-linux-nat.c (gdb_proc_service.h): New #include.
3961 (ps_get_thread_area): New function.
3962 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Add call to
3963 set_gdbarch_fetch_tls_load_module_address to enable TLS support.
3964 * xtensa-tdep.c (osabi.h): New #include.
3965 (xtensa_gdbarch_init): Call gdbarch_init_osabi to register
3966 xtensa-specific hooks.
3967 * xtensa-tdep.h (struct xtensa_elf_gregset_t): Add threadptr
3968 member and move the structure to arch/xtensa.h.
3969
3970 2015-08-21 Pedro Alves <palves@redhat.com>
3971
3972 * remote.c (struct readahead_cache): New.
3973 (struct remote_state) <readahead_cache>: New field.
3974 (remote_open_1): Invalidate the cache.
3975 (readahead_cache_invalidate, readahead_cache_invalidate_fd): New
3976 functions.
3977 (remote_hostio_pwrite): Invalidate the readahead cache.
3978 (remote_hostio_pread): Rename to ...
3979 (remote_hostio_pread_vFile): ... this.
3980 (remote_hostio_pread_from_cache): New function.
3981 (remote_hostio_pread): Reimplement.
3982 (remote_hostio_close): Invalidate the readahead cache.
3983
3984 2015-08-21 Marcin Cieślak <saper@saper.info> (tiny patch)
3985
3986 PR build/18843
3987 * procfs.c: Include "filestuff.h".
3988
3989 2015-08-21 Patrick Palka <patrick@parcs.ath.cx>
3990
3991 * tui/tui-data.h (tui_command_info): Remove fields cur_line and
3992 curch.
3993 * tui/tui-data.c (tui_clear_win_detail) [CMD_WIN]: Don't set
3994 cur_line or curch, instead call wmove().
3995 (init_win_info) [CMD_WIN]: Likewise.
3996 * tui/tui-io.c (tui_puts): Likewise. Don't read cur_line,
3997 instead call getcury().
3998 (tui_redisplay_readline): Don't set cur_line or curch.
3999 (tui_mld_erase_entire_line): Don't read cur_line, instead call
4000 getcury().
4001 (tui_cont_sig): Remove call to wmove.
4002 (tui_getc): Don't read cur_line or curch, instead call getcury()
4003 or getyx(). Don't set curch.
4004 * tui/tui-win.c (make_visible_with_new_height) [CMD_WIN]: Don't
4005 set cur_line or curch. Always move cursor to (0,0).
4006
4007 2015-08-20 Pedro Alves <palves@redhat.com>
4008
4009 * infrun.c (print_target_wait_results): Make extern.
4010 * infrun.h (print_target_wait_results): Declare.
4011 * remote.c (set_stop_requested_callback): Delete.
4012 (process_initial_stop_replies): New function.
4013 (remote_start_remote): Use it.
4014 (stop_reply_queue_length): New function.
4015
4016 2015-08-20 Pedro Alves <palves@redhat.com>
4017
4018 * dwarf2read.c (process_full_comp_unit): To tell whether
4019 start_subfile managed to deduce a language, test for
4020 language_unknown instead of language_c.
4021
4022 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
4023
4024 * ada-lex.l: Reset the start condition to INITIAL in the rule that
4025 matches attributes.
4026
4027 2015-08-19 Kevin Buettner <kevinb@redhat.com>
4028
4029 * dwarf2read.c (dwarf2_string_attr): New function.
4030 (lookup_dwo_unit, process_psymtab_comp_unit_reader)
4031 (dwarf2_compute_name, dwarf2_physname, find_file_and_directory)
4032 (read_call_site_scope, namespace_name, guess_full_die_structure_name)
4033 (anonymous_struct_prefix, prepare_one_comp_unit): Use
4034 dwarf2_string_attr in place of dwarf2_attr and DW_STRING.
4035
4036 2015-08-18 Doug Evans <dje@google.com>
4037 Adrian Sendroiu <adrian.sendroiu@freescale.com>
4038
4039 PR mi/18833
4040 * cli/cli-logging.c (pop_output_files): Don't restore redirection
4041 if MI-like.
4042 * mi/mi-out.c: #include "vec.h".
4043 (ui_filep): New type.
4044 (DEV_VEC_P (ui_filep)): New type.
4045 (struct ui_out_data) <buffer, original_buffer>: Delete.
4046 (struct ui_out_data) <streams>: New member.
4047 (mi_ui_out_impl): Add data_destroy field.
4048 (mi_field_string, mi_field_fmt): Update.
4049 (mi_flush, mi_redirect, field_separator): Update.
4050 (mi_open, mi_close): Update.
4051 (mi_out_buffered, mi_out_rewind, mi_out_put): Update.
4052 (mi_out_data_ctor, mi_out_data_dtor): New functions.
4053 (mi_out_new): Call mi_out_data_ctor.
4054
4055 2015-08-18 Sandra Loosemore <sandra@codesourcery.com>
4056
4057 * remote.c (strprefix): New.
4058 (remote_parse_stop_reply): Use strprefix instead of strncmp
4059 to ensure exact match of keyword.
4060
4061 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
4062
4063 * gdb_bfd.c (debug_bfd_cache): New variable.
4064 (show_bfd_cache_debug): New function.
4065 (gdb_bfd_open): Add debug logging.
4066 (gdb_bfd_ref): Likewise.
4067 (gdb_bfd_unref): Likewise.
4068 (_initialize_gdb_bfd): Add new set/show command.
4069 * NEWS: Mention new command.
4070
4071 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
4072
4073 * gdb_bfd.c (bfd_sharing): New variable.
4074 (show_bfd_sharing): New function.
4075 (gdb_bfd_open): Check bfd_sharing variable.
4076 (_initialize_gdb_bfd): Add new set/show command.
4077 * NEWS: Mention new command.
4078
4079 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
4080
4081 * gdb_bfd.c (struct gdb_bfd_data): Add size, inode, and device id
4082 field.
4083 (struct gdb_bfd_cache_search): Likewise.
4084 (eq_bfd): Compare the size, inode, and device id fields.
4085 (gdb_bfd_open): Initialise the size, inode, and device id fields.
4086 (gdb_bfd_ref): Likewise.
4087 (gdb_bfd_unref): Likewise.
4088
4089 2015-08-18 Pedro Alves <palves@redhat.com>
4090
4091 * linux-nat.c (linux_nat_always_non_stop_p): If the linux_ops
4092 target implements to_always_non_stop_p, call it.
4093 * x86-linux-nat.c (x86_linux_always_non_stop_p): New function.
4094 (x86_linux_create_target): Install it as to_always_non_stop_p
4095 method.
4096
4097 2015-08-17 Doug Evans <dje@google.com>
4098
4099 * ui-out.c (default_ui_out_impl): Add comment.
4100
4101 2015-08-17 Iain Buclaw <ibuclaw@gdcproject.org>
4102
4103 * d-exp.y (type_aggregate_p): New function.
4104 (PrimaryExpression : TypeExp '.' IdentifierExp): Use it.
4105 (classify_inner_name): Likewise.
4106 * d-namespace.c (d_lookup_nested_symbol): Handle TYPE_CODE_ENUM.
4107
4108 2015-08-15 Doug Evans <xdje42@gmail.com>
4109
4110 * psymtab.c (add_psymbol_to_bcache): Remove "val" arg. All callers
4111 updated.
4112 (add_psymbol_to_list): Ditto.
4113
4114 2015-08-15 Doug Evans <xdje42@gmail.com>
4115
4116 * dbxread.c (dbx_end_psymtab): Renamed from end_psymtab. All callers
4117 updated. Call end_psymtab_common.
4118 * dwarf2read.c (process_psymtab_comp_unit_reader): Call
4119 end_psymtab_common.
4120 (build_type_psymtabs_reader): Ditto.
4121 * psympriv.h (sort_pst_symbols): Delete.
4122 (end_psymtab_common): Declare.
4123 * psymtab.c (sort_pst_symbols): Make static.
4124 (end_psymtab_common): New function.
4125 * xcoffread.c (xcoff_end_psymtab): Call end_psymtab_common.
4126
4127 2015-08-15 Doug Evans <xdje42@gmail.com>
4128
4129 * defs.h (LANGUAGE_BITS): Define.
4130 * psympriv.h (partial_symbol) <domain>: Use SYMBOL_DOMAIN_BITS.
4131 (partial_symbol) <aclass>: Use SYMBOL_ACLASS_BITS.
4132 * symtab.h (general_symbol_info> <language>: Usage LANGUAGE_BITS.
4133 (minimal_symbol_type): Add nr_minsym_types.
4134 (MINSYM_TYPE_BITS): Define.
4135 (minimal_symbol) <type>: Use MINSYM_TYPE_BITS.
4136 (domain_enum_tag): Add NR_DOMAINS.
4137 (SYMBOL_DOMAIN_BITS): Change from 4 to 3.
4138 (SYMBOL_ACLASS_BITS): Define from 6 to 5.
4139
4140 2015-08-15 Doug Evans <xdje42@gmail.com>
4141
4142 * objfiles.h: Whitespace cleanup.
4143 * psympriv.h: Whitespace cleanup.
4144 * psymtab.c: Whitespace/coding convention cleanup.
4145
4146 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
4147
4148 * inferior.c (detach_inferior_command): Don't call
4149 any_thread_of_process when pid is 0.
4150 (kill_inferior_command): Likewise.
4151
4152 2015-08-14 Doug Evans <xdje42@gmail.com>
4153
4154 PR gdb/11833
4155 * NEWS: Document new /s modifier for the disassemble command.
4156 * cli/cli-cmds.c (disassemble_command): Add support for /s.
4157 (_initialize_cli_cmds): Update online docs of disassemble command.
4158 * disasm.c: #include "source.h".
4159 (struct deprecated_dis_line_entry): Renamed from dis_line_entry.
4160 All uses updated.
4161 (dis_line_entry): New struct.
4162 (hash_dis_line_entry, eq_dis_line_entry): New functions.
4163 (allocate_dis_line_table): New functions.
4164 (maybe_add_dis_line_entry, line_has_code_p): New functions.
4165 (dump_insns): New arg end_pc. All callers updated.
4166 (do_mixed_source_and_assembly_deprecated): Renamed from
4167 do_mixed_source_and_assembly. All callers updated.
4168 (do_mixed_source_and_assembly): New function.
4169 (gdb_disassembly): Handle /s (DISASSEMBLY_SOURCE).
4170 * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED): Renamed from
4171 DISASSEMBLY_SOURCE. All uses updated.
4172 (DISASSEMBLY_SOURCE): New macro.
4173 * mi/mi-cmd-disas.c (mi_cmd_disassemble): New modes 4,5.
4174
4175 2015-08-14 Keith Seitz <keiths@redhat.com>
4176
4177 * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Rename
4178 `typename' to `type_name' to avoid C++ reserved word.
4179
4180 2015-08-14 Keith Seitz <keiths@redhat.com>
4181
4182 * location.c (EL_TYPE, EL_LINESPEC, EL_PROBE, EL_ADDRESS)
4183 (EL_EXPLICIT, EL_STRING): Change macro parameter to "P" to
4184 silence ARI errors.
4185
4186 2015-08-14 Iain Buclaw <ibuclaw@gdcproject.org>
4187
4188 * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Use
4189 xstrprintf instead of malloc and sprintf.
4190 (PrimaryExpression : IdentifierExp): Avoid operator at end of line.
4191 (lex_one_token): Likewise.
4192
4193 2015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
4194
4195 * solib-svr4.c (read_program_header): Add base_addr argument to
4196 report the runtime address of the segment.
4197 (find_program_interpreter): Update read_program_header call to pass
4198 a NULL pointer for the new argument.
4199 (scan_dyntag): Add ptr_addr argument to report the runtime address
4200 of the tag payload.
4201 (scan_dyntag_auxv): Likewise and use thew new base_addr argument of
4202 read_program_header to get the base address of the dynamic segment.
4203 (elf_locate_base): Update uses of scan_dyntag, scan_dyntag_auxv and
4204 read_program_header.
4205 (elf_locate_base): Scan for and handle DT_MIPS_RLD_MAP_REL.
4206
4207 2015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
4208
4209 * MAINTAINERS (Write After Approval): Add Matthew Fortune.
4210
4211 2015-08-13 Iain Buclaw <ibuclaw@gdcproject.org>
4212
4213 * d-exp.y (%union): Add voidval.
4214 (%token): Add UNKNOWN_NAME as a token to represent an unclassified
4215 name in the lexing stage.
4216 (PostfixExpression): Move symbol completion handling in grammar here
4217 from PrimaryExpression.
4218 (PrimaryExpression): Move routines to handle resolving identifier
4219 tokens in the grammar here from push_expression_name.
4220 (IdentifierExp): Remove the handling of alternating '.' and identifier
4221 tokens.
4222 (TypeExp): Allow TypeExp to be wrapped in parenthesis in the grammar.
4223 (BasicType): Remove C-style typename rules.
4224 (d_type_from_name, d_module_from_name, push_variable)
4225 (push_fieldnames, push_type_name, push_module_name)
4226 (push_expression_name): Remove.
4227 (lex_one_token): Rename from yylex. Replace pstate with par_state.
4228 (token_and_value): New type.
4229 (token_fifo, popping, name_obstack): New globals.
4230 (classify_name): New function.
4231 (classify_inner_name): Likewise.
4232 (yylex): Likewise.
4233 (d_parse): Initialize token_fifo, popping and name_obstack.
4234
4235 2015-08-13 Iain Buclaw <ibuclaw@gdcproject.org>
4236
4237 * Makefile.in (SFILES): Add d-namespace.c.
4238 (COMMON_OBS): Add d-namespace.o.
4239 * d-lang.c (d_language_defn): Use d_lookup_symbol_nonlocal as the
4240 la_lookup_symbol_nonlocal callback function pointer.
4241 * d-lang.h (d_lookup_symbol_nonlocal): New declaration.
4242 (d_lookup_nested_symbol): New declaration.
4243 * d-namespace.c: New file.
4244
4245 2015-08-13 Pedro Alves <palves@redhat.com>
4246
4247 * python/py-unwind.c (pyuw_sniffer): Install the invalidate
4248 cleanup after the decref cleanup, not before.
4249
4250 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
4251
4252 * ada-lang.c: Include namespace.h
4253 (aux_add_nonlocal_symbols): Fix a function name in comment.
4254 (ada_add_block_renamings): New.
4255 (add_nonlocal_symbols): Add global renamings handling.
4256 (ada_lookup_symbol_list_worker): Move the symbol lookup part
4257 to...
4258 (ada_add_all_symbols): ... this new function.
4259 (ada_add_block_symbols): Try to match the input name against the
4260 "using directives list", perform a recursive symbol lookup on
4261 the matched declarations.
4262 * block.h (struct block): Move the_namespace to top-level as
4263 namespace_info. Remove the language_specific field.
4264 (BLOCK_NAMESPACE): Update access to the namespace_info field.
4265 * buildsym.h (using_directives): Rename into...
4266 (local_using_directives): ... this.
4267 (global_using_directives): New.
4268 (struct context_stack): Rename the using_directives field into
4269 local_using_directives.
4270 * buildsym.c (finish_block_internal): Deal with the proper
4271 using directives repository (local or global).
4272 (prepare_for_building): Reset local_using_directives. Assert
4273 that there is no pending global using directive.
4274 (reset_symtab_globals): Reset global_using_directives and
4275 local_using_directives.
4276 (end_symtab_get_static_block): Don't ignore symtabs that have
4277 only using directives.
4278 (push_context): Update references to local_using_directives.
4279 (buildsym_init): Do not reset using_directives.
4280 * cp-support.c: Include namespace.h.
4281 * cp-support.h (struct using_direct): Move to namespace.h.
4282 (cp_add_using_directives): Move to namespace.h.
4283 * cp-namespace.c: Include namespace.h
4284 (cp_add_using_directive): Move to namespace.c, rename it to
4285 add_using_directive, add a "using_directives" argument and use
4286 it as the pending using directives repository. All callers
4287 updated.
4288 * dwarf2read.c (using_directives): New.
4289 (read_import_statement): Call using_directives.
4290 (read_func_scope): Update references to local_using_directives.
4291 (read_lexical_block_scope): Likewise.
4292 (read_namespace): Update the heading comment, call
4293 using_directives.
4294 * namespace.h: New file.
4295 * namespace.c: New file.
4296 * Makefile.in (SFILES): Add namespace.c.
4297 (COMMON_OBS): Add namespace.o
4298
4299 2015-08-12 Joel Brobecker <brobecker@adacore.com>
4300
4301 * amd64-tdep.c (amd64_displaced_step_fixup): Fix the mask used to
4302 compute RETADDR.
4303
4304 2015-08-12 Keith Seitz <keiths@redhat.com>
4305
4306 * break-catch-throw.c (re_set_exception_catchpoint) Rename
4307 reserved C++ keyword "explicit" to "explicit_loc".
4308 * breakpoint.c (create_overlay_event_breakpoint)
4309 (create_longjmp_master_breakpoint)
4310 (create_std_terminate_master_breakpoint)
4311 (create_exception_master_breakpoint, update_static_tracepoint):
4312 Rename reserved C++ keyword "explicit" to "explicit_loc".
4313 * completer.c (collect_explicit_location_matches)
4314 (explicit_location_completer): Rename reserved C++ keyword
4315 "explicit" to "explicit_loc".
4316 * linespec.c (struct linespec) <explicit>: Rename to "explicit_loc".
4317 (canonicalize_linespec, create_sals_line_offset)
4318 (convert_linespec_to_sals, convert_explicit_location_to_sals)
4319 (event_location_to_sals, decode_objc): Rename reserved C++ keyword
4320 "explicit" to "explicit_loc".
4321 * location.c (struct event_location) <explicit>: Rename to
4322 "explicit_loc".
4323 (initialize_explicit_location, new_explicit_location)
4324 (explicit_location_to_string_internal, explicit_location_to_linespec):
4325 Rename reserved C++ keyword "explicit" to "explicit_loc".
4326 * location.h (explicit_location_to_string)
4327 (explicit_location_to_linespec, initialize_explicit_location)
4328 (new_explicit_location): Rename reserved C++ keyword "explicit"
4329 to "explicit_loc".
4330 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Rename reserved C++
4331 keyword "explicit" to "explicit_loc".
4332
4333 2015-08-12 Keith Seitz <keiths@redhat.com>
4334
4335 * python/python.c (gdbpy_decode_line): Initialize `location' to NULL
4336 and only call decode_line_1 when it is non-NULL.
4337
4338 2015-08-12 Luis Machado <lgustavo@codesourcery.com>
4339
4340 * breakpoint.c (bp_loc_is_permanent): Return 0 when breakpoint
4341 location address is not meaningful.
4342 (breakpoint_address_is_meaningful): Update comment.
4343
4344 2015-08-11 Keith Seitz <keiths@redhat.com>
4345
4346 * NEWS: Mention explicit locations.
4347 * breakpoint.c [LOCATION_HELP_STRING]: New macro.
4348 [BREAK_ARGS_HELP]: Use LOCATION_HELP_STRING.
4349 (_initialize_breakpoint): Update documentation for
4350 "clear", "break", "trace", "strace", "ftrace", and "dprintf".
4351
4352 2015-08-11 Keith Seitz <keiths@redhat.com>
4353
4354 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Add support for
4355 explicit locations, options "--source", "--function",
4356 "--label", and "--line".
4357
4358 2015-08-11 Keith Seitz <keiths@redhat.com>
4359
4360 * completer.c: Include location.h.
4361 (enum match_type): New enum.
4362 (location_completer): Rename to ...
4363 (linespec_completer): ... this.
4364 (collect_explicit_location_matches, backup_text_ptr)
4365 (explicit_location_completer): New functions.
4366 (location_completer): "New" function; handle linespec
4367 and explicit location completions.
4368 (complete_line_internal): Remove all location completer-specific
4369 handling.
4370 * linespec.c (linespec_lexer_lex_keyword, is_ada_operator)
4371 (find_toplevel_char): Export.
4372 (linespec_parse_line_offset): Export.
4373 Issue error if STRING is not numerical.
4374 (gdb_get_linespec_parser_quote_characters): New function.
4375 * linespec.h (linespec_parse_line_offset): Declare.
4376 (get_gdb_linespec_parser_quote_characters): Declare.
4377 (is_ada_operator): Declare.
4378 (find_toplevel_char): Declare.
4379 (linespec_lexer_lex_keyword): Declare.
4380 * location.c (explicit_to_event_location): New function.
4381 (explicit_location_lex_one): New function.
4382 (string_to_explicit_location): New function.
4383 (string_to_event_location): Handle explicit locations.
4384 * location.h (explicit_to_event_location): Declare.
4385 (string_to_explicit_location): Declare.
4386
4387 2015-08-11 Keith Seitz <keiths@redhat.com>
4388
4389 * break-catch-throw.c (re_set_exception_catchpoint): Convert
4390 linespec into explicit location.
4391 * breakpoint.c (create_overlay_breakpoint)
4392 (create_longjmp_master_breakpoint)
4393 (create_std_terminate_master_breakpoint)
4394 (create_exception_master_breakpoint): Convert linespec into explicit
4395 location.
4396 (update_static_tracepoint): Convert linespec into explicit location.
4397 * linespec.c (enum offset_relative_sign, struct line_offset): Move
4398 location.h.
4399 (struct linespec) <expression, expr_pc, source_filename>
4400 <function_name, label_name, line_offset>: Replace with ...
4401 <explicit>: ... this.
4402 <is_linespec>: New member.
4403 (PARSER_EXPLICIT): New accessor macro.
4404 (undefined_label_error): New function.
4405 (source_file_not_found_error): New function.
4406 (linespec_parse_basic): The parser result is now an explicit location.
4407 Use PARSER_EXPLICIT to access it.
4408 Use undefined_label_error.
4409 (canonicalize_linespec): Convert canonical linespec into explicit
4410 location.
4411 Move string representation of location to explicit_location_to_linespec
4412 and use it and explicit_location_to_string to save string
4413 representations of the canonical location.
4414 (create_sals_line_offset, convert_linespec_to_sals): `ls' contains an
4415 explicit location. Update all references.
4416 (convert_explicit_location_to_sals): New function.
4417 (parse_linespec): Use PARSER_EXPLICIT to access the parser
4418 result's explicit location.
4419 (linespec_state_constructor): Initialize is_linespec.
4420 Use PARSER_EXPLICIT.
4421 (linespec_parser_delete): Use PARSER_EXPLICIT to access the parser's
4422 result.
4423 (event_location_to_sals): For linespec locations, set is_linespec.
4424 Handle explicit locations.
4425 (decode_objc): 'ls' contains an explicit location now. Update all
4426 references.
4427 (symtabs_from_filename): Use source_file_not_found_error.
4428 * location.c (struct event_location.u) <explicit>: New member.
4429 (initialize_explicit_location): New function.
4430 (initialize_event_location): Initialize explicit locations.
4431 (new_explicit_location, get_explicit_location)
4432 (get_explicit_location_const): New functions.
4433 (explicit_to_string_internal): New function; most of contents moved
4434 from canonicalize_linespec.
4435 (explicit_location_to_string): New function.
4436 (explicit_location_to_linespec): New function.
4437 (copy_event_location, delete_event_location)
4438 (event_location_to_string_const, event_location_empty_p): Handle
4439 explicit locations.
4440 * location.h (enum offset_relative_sign, struct line_offset): Move
4441 here from linespec.h.
4442 (enum event_location_type): Add EXPLICIT_LOCATION.
4443 (struct explicit_location): New structure.
4444 (explicit_location_to_string): Declare.
4445 (explicit_location_to_linespec): Declare.
4446 (new_explicit_location, get_explicit_locationp
4447 (get_explicit_location_const, initialize_explicit_location): Declare.
4448
4449 2015-08-11 Keith Seitz <keiths@redhat.com>
4450
4451 * break-catch-throw.c (re_set_exception_catchpoint): Convert
4452 linespec for stap probe to probe location.
4453 * breakpoint.c (create_longjmp_master_breakpoint)
4454 (create_exception_master_breakpoint): Likewise.
4455 (break_command_1): Remove local variable `arg_cp'.
4456 Check location type to set appropriate breakpoint ops methods.
4457 (trace_command): Likewise.
4458 * linespec.c (event_location_to_sals): Assert on probe locations.
4459 * location.c (EL_PROBE): Add macro definition.
4460 (new_probe_location, get_probe_location): New functions.
4461 (copy_event_location, delete_event_location, event_location_to_string)
4462 (string_to_event_location, event_location_empty_p): Handle probe
4463 locations.
4464 * location.h (enum event_location_type): Add PROBE_LOCATION.
4465 (new_probe_location, get_probe_location): Declare.
4466 * probe.c (parse_probes): Assert that LOCATION is a probe location.
4467 Convert linespec into probe location.
4468
4469 2015-08-11 Keith Seitz <keiths@redhat.com>
4470
4471 * breakpoint.c (create_thread_event_breakpoint, init_breakpoint_sal):
4472 Convert linespec to address location.
4473 * linespec.c (canonicalize_linespec): Do not handle address
4474 locations here.
4475 (convert_address_location_to_sals): New function; contents moved
4476 from ...
4477 (convert_linespc_to_sals): ... here.
4478 (parse_linespec): Remove address locations from linespec grammar.
4479 Remove handling of address locations.
4480 (linespec_lex_to_end): Remove handling of address linespecs.
4481 (event_location_to_sals): Handle ADDRESS_LOCATION.
4482 (linespec_expression_to_pc): Export.
4483 * linespec.h (linespec_expression_to_pc): Add declaration.
4484 * location.c (struct event_location.u) <address>: New member.
4485 (new_address_location, get_address_location): New functions.
4486 (copy_event_location, delete_event_location, event_location_to_string)
4487 (string_to_event_location, event_location_empty_p): Handle address
4488 locations.
4489 * location.h (enum event_location_type): Add ADDRESS_LOCATION.
4490 (new_address_location, get_address_location): Declare.
4491 * python/py-finishbreakpoint.c (bpfinishpy_init): Convert linespec
4492 to address location.
4493 * spu-tdep.c (spu_catch_start): Likewise.
4494
4495 2015-08-11 Keith Seitz <keiths@redhat.com>
4496
4497 * ax-gdb.c: Include location.h.
4498 (agent_command_1) Use linespec location instead of address
4499 string.
4500 * break-catch-throw.c: Include location.h.
4501 (re_set_exception_catchpoint): Use linespec locations instead
4502 of address strings.
4503 * breakpoint.c: Include location.h.
4504 (create_overlay_event_breakpoint, create_longjmp_master_breakpoint)
4505 (create_std_terminate_master_breakpoint)
4506 (create_exception_master_breakpoint, update_breakpoints_after_exec):
4507 Use linespec location instead of address string.
4508 (print_breakpoint_location): Use locations and
4509 event_location_to_string.
4510 Print extra_string for pending locations for non-MI streams.
4511 (print_one_breakpoint_location): Use locations and
4512 event_location_to_string.
4513 (init_raw_breakpoint_without_location): Initialize b->location.
4514 (create_thread_event_breakpoint): Use linespec location instead of
4515 address string.
4516 (init_breakpoint_sal): Likewise.
4517 Only save extra_string if it is non-NULL and not the empty string.
4518 Use event_location_to_string instead of `addr_string'.
4519 Constify `p' and `endp'.
4520 Use skip_spaces_const/skip_space_const instead of non-const versions.
4521 Copy the location into the breakpoint.
4522 If LOCATION is NULL, save the breakpoint address as a linespec location
4523 instead of an address string.
4524 (create_breakpoint_sal): Change `addr_string' parameter to a struct
4525 event_location. All uses updated.
4526 (create_breakpoints_sal): Likewise for local variable `addr_string'.
4527 (parse_breakpoint_sals): Use locations instead of address strings.
4528 Remove check for empty linespec with conditional.
4529 Refactor.
4530 (decode_static_tracepoint_spec): Make argument const and update
4531 function.
4532 (create_breakpoint): Change `arg' to a struct event_location and
4533 rename.
4534 Remove `copy_arg' and `addr_start'.
4535 If EXTRA_STRING is empty, set it to NULL.
4536 Don't populate `canonical' for pending breakpoints.
4537 Pass `extra_string' to find_condition_and_thread.
4538 Clear `extra_string' if `rest' was NULL.
4539 Do not error with "garbage after location" if setting a dprintf
4540 breakpoint.
4541 Copy the location into the breakpoint instead of an address string.
4542 (break_command_1): Use string_to_event_location and pass this to
4543 create_breakpoint instead of an address string.
4544 Check against `arg_cp' for a probe linespec.
4545 (dprintf_command): Use string_to_event_location and pass this to
4546 create_breakpoint instead of an address string.
4547 Throw an exception if no format string was specified.
4548 (print_recreate_ranged_breakpoint): Use event_location_to_string
4549 instead of address strings.
4550 (break_range_command, until_break_command)
4551 (init_ada_exception_breakpoint): Use locations instead
4552 of address strings.
4553 (say_where): Print out extra_string for pending locations.
4554 (base_breakpoint_dtor): Delete `location' and `location_range_end' of
4555 the breakpoint.
4556 (base_breakpoint_create_sals_from_location): Use struct event_location
4557 instead of address string.
4558 Remove `addr_start' and `copy_arg' parameters.
4559 (base_breakpoint_decode_location): Use struct event_location instead of
4560 address string.
4561 (bkpt_re_set): Use locations instead of address strings.
4562 Use event_location_empty_p to check for unset location.
4563 (bkpt_print_recreate): Use event_location_to_string instead of
4564 an address string.
4565 Print out extra_string for pending locations.
4566 (bkpt_create_sals_from_location, bkpt_decode_location)
4567 (bkpt_probe_create_sals_from_location): Use struct event_location
4568 instead of address string.
4569 (bkpt_probe_decode_location): Use struct event_location instead of
4570 address string.
4571 (tracepoint_print_recreate): Use event_location_to_string to
4572 recreate the tracepoint.
4573 (tracepoint_create_sals_from_location, tracepoint_decode_location)
4574 (tracepoint_probe_create_sals_from_location)
4575 (tracepoint_probe_decode_location): Use struct event_location
4576 instead of address string.
4577 (dprintf_print_recreate): Use event_location_to_string to recreate
4578 the dprintf.
4579 (dprintf_re_set): Remove check for valid/missing format string.
4580 (strace_marker_create_sals_from_location)
4581 (strace_marker_create_breakpoints_sal, strace_marker_decode_location)
4582 (update_static_tracepoint): Use struct event_location instead of
4583 address string.
4584 (location_to_sals): Likewise.
4585 Pass `extra_string' to find_condition_and_thread.
4586 For newly resolved pending breakpoint locations, clear the location's
4587 string representation.
4588 Assert that the breakpoint's condition string is NULL when
4589 condition_not_parsed.
4590 (breakpoint_re_set_default, create_sals_from_location_default)
4591 (decode_location_default, trace_command, ftrace_command)
4592 (strace_command, create_tracepoint_from_upload): Use locations
4593 instead of address strings.
4594 * breakpoint.h (struct breakpoint_ops) <create_sals_from_location>:
4595 Use struct event_location instead of address string.
4596 Update all uses.
4597 <decode_location>: Likewise.
4598 (struct breakpoint) <addr_string>: Change to struct event_location
4599 and rename `location'.
4600 <addr_string_range_end>: Change to struct event_location and rename
4601 `location_range_end'.
4602 (create_breakpoint): Use struct event_location instead of address
4603 string.
4604 * cli/cli-cmds.c: Include location.h.
4605 (edit_command, list_command): Use locations instead of address strings.
4606 * elfread.c: Include location.h.
4607 (elf_gnu_ifunc_resolver_return_stop): Use event_location_to_string.
4608 * guile/scm-breakpoint.c: Include location.h.
4609 (bpscm_print_breakpoint_smob): Use event_location_to_string.
4610 (gdbscm_register_breakpoint): Use locations instead of address
4611 strings.
4612 * linespec.c: Include location.h.
4613 (struct ls_parser) <stream>: Change to const char *.
4614 (PARSER_STREAM): Update.
4615 (lionespec_lexer_lex_keyword): According to find_condition_and_thread,
4616 keywords must be followed by whitespace.
4617 (canonicalize_linespec): Save a linespec location into `canonical'.
4618 Save a canonical linespec into `canonical'.
4619 (parse_linespec): Change `argptr' to const char * and rename `arg'.
4620 All uses updated.
4621 Update function description.
4622 (linespec_parser_new): Initialize `parser'.
4623 Update initialization of parsing stream.
4624 (event_location_to_sals): New function.
4625 (decode_line_full): Change `argptr' to a struct event_location and
4626 rename it `location'.
4627 Use locations instead of address strings.
4628 Call event_location_to_sals instead of parse_linespec.
4629 (decode_line_1): Likewise.
4630 (decode_line_with_current_source, decode_line_with_last_displayed)
4631 Use locations instead of address strings.
4632 (decode_objc): Likewise.
4633 Change `argptr' to const char * and rename `arg'.
4634 (destroy_linespec_result): Delete the linespec result's location
4635 instead of freeing the address string.
4636 * linespec.h (struct linespec_result) <addr_string>: Change to
4637 struct event_location and rename to ...
4638 <location>: ... this.
4639 (decode_line_1, decode_line_full): Change `argptr' to struct
4640 event_location. All callers updated.
4641 * mi/mi-cmd-break.c: Include language.h, location.h, and linespec.h.
4642 (mi_cmd_break_insert_1): Use locations instead of address strings.
4643 Throw an error if there was "garbage" at the end of the specified
4644 linespec.
4645 * probe.c: Include location.h.
4646 (parse_probes): Change `argptr' to struct event_location.
4647 Use event locations instead of address strings.
4648 * probe.h (parse_probes): Change `argptr' to struct event_location.
4649 * python/py-breakpoint.c: Include location.h.
4650 (bppy_get_location): Constify local variable `str'.
4651 Use event_location_to_string.
4652 (bppy_init): Use locations instead of address strings.
4653 * python/py-finishbreakpoint.c: Include location.h.
4654 (bpfinishpy_init): Remove local variable `addr_str'.
4655 Use locations instead of address strings.
4656 * python/python.c: Include location.h.
4657 (gdbpy_decode_line): Use locations instead of address strings.
4658 * remote.c: Include location.h.
4659 (remote_download_tracepoint): Use locations instead of address
4660 strings.
4661 * spu-tdep.c: Include location.h.
4662 (spu_catch_start): Remove local variable `buf'.
4663 Use locations instead of address strings.
4664 * tracepoint.c: Include location.h.
4665 (scope_info): Use locations instead of address strings.
4666 (encode_source_string): Constify parameter `src'.
4667 * tracepoint.h (encode_source_string): Likewise.
4668
4669 2015-08-11 Keith Seitz <keiths@redhat.com>
4670
4671 * Makefile.in (SFILES): Add location.c.
4672 (HFILES_NO_SRCDIR): Add location.h.
4673 (COMMON_OBS): Add location.o.
4674 * linespec.c (linespec_lex_to_end): New function.
4675 * linespec.h (linespec_lex_to_end): Declare.
4676 * location.c: New file.
4677 * location.h: New file.
4678
4679 2015-08-11 Keith Seitz <keiths@redhat.com>
4680
4681 * breakpoint.h (struct breakpoint_ops) <create_sals_from_address>:
4682 Renamed to create_sals_from_location.
4683 <decode_linespec>: Renamed to decode_location.
4684 Update all callers.
4685 * breakpoint.c (create_sals_from_address_default): Renamed to ...
4686 (create_sals_from_location_default): ... this.
4687 (addr_string_to_sals): Renamed to ...
4688 (location_to_sals): ... this.
4689 (decode_linespec_default): Renamed to ...
4690 (decode_location_default): ... this.
4691 (base_breakpoint_create_sals_from_address): Renamed to ...
4692 (base_breakpoint_create_sals_from_location): ... this.
4693 (bkpt_create_sals_from_address): Renamed to ...
4694 (bkpt_create_sals_from_location): ... this.
4695 (bkpt_decode_linespec): Renamed to ...
4696 (bkpt_decode_location): ... this.
4697 (bkpt_probe_create_sals_from_address): Renamed to ...
4698 (bkpt_probe_create_sals_from_location): ... this.
4699 (tracepoint_create_sals_from_address): Renamed to ...
4700 (tracepoint_create_sals_from_location): ... this.
4701 (tracepoint_decode_linespec): Renamed to ...
4702 (tracepoint_decode_location): ... this.
4703 (tracepoint_probe_create_sals_from_address): Renamed to ...
4704 (tracepoint_probe_create_sals_from_location): ... this.
4705 (tracepoint_probe_decode_linespec): Renamed to ...
4706 (tracepoint_probe_decode_location): ... this.
4707 (strace_marker_create_sals_from_address): Renamed to ...
4708 (strace_marker_create_sals_from_location): ... this.
4709 (decode_linespec_default): Renamed to ...
4710 (decode_location_default): ... this.
4711
4712 2015-08-10 Doug Evans <dje@google.com>
4713 Keith Seitz <keiths@redhat.com>
4714
4715 PR gdb/17960
4716 * symtab.c (make_file_symbol_completion_list_1): Renamed from
4717 make_file_symbol_completion_list and made static.
4718 (make_file_symbol_completion_list): New function.
4719
4720 2015-08-10 Joel Brobecker <brobecker@adacore.com>
4721
4722 * infrun.c (follow_fork, displaced_step_prepare, resume): Remove
4723 trailing new-line at end of warning message.
4724 (proceed): Add i18n marker to error messages.
4725
4726 2015-08-07 Pedro Alves <palves@redhat.com>
4727
4728 * linux-nat.c (linux_nat_always_non_stop_p): Return 1.
4729
4730 2015-08-07 Pedro Alves <palves@redhat.com>
4731
4732 * s390-linux-tdep.c (is_non_branch_ril)
4733 (s390_displaced_step_copy_insn): New functions.
4734 (s390_displaced_step_fixup): Update comment.
4735 (s390_gdbarch_init): Install s390_displaced_step_copy_insn as
4736 gdbarch_displaced_step_copy_insn hook.
4737
4738 2015-08-07 Pedro Alves <palves@redhat.com>
4739
4740 * infrun.c (displaced_step_prepare_throw): Return -1 if
4741 gdbarch_displaced_step_copy_insn returns NULL. Update intro
4742 comment.
4743 * rs6000-tdep.c (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION)
4744 (STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION): Move higher up
4745 in file.
4746 (ppc_displaced_step_copy_insn): New function.
4747 (ppc_displaced_step_fixup): Update comment.
4748 (rs6000_gdbarch_init): Install ppc_displaced_step_copy_insn as
4749 gdbarch_displaced_step_copy_insn hook.
4750 * gdbarch.sh (displaced_step_copy_insn): Document what happens on
4751 NULL return.
4752 * gdbarch.h: Regenerate.
4753
4754 2015-08-07 Pedro Alves <palves@redhat.com>
4755
4756 * inferior.h (struct inferior) <displaced_stepping_failed>: New
4757 field.
4758 * infrun.c (use_displaced_stepping_now_p): New parameter 'inf'.
4759 Return false if dispaced stepping failed before.
4760 (resume): Pass the current inferior to
4761 use_displaced_stepping_now_p. Wrap displaced_step_prepare in
4762 TRY/CATCH. If we get a MEMORY_ERROR, set the inferior's
4763 displaced_stepping_failed flag, and fall back to an in-line
4764 step-over.
4765
4766 2015-08-07 Pedro Alves <palves@redhat.com>
4767
4768 * darwin-nat.c (darwin_stop): Rename to ...
4769 (darwin_interrupt): ... this.
4770 (_initialize_darwin_inferior): Adjust.
4771 * gnu-nat.c (gnu_stop): Delete.
4772 (gnu_target): Don't install gnu_stop.
4773 * inf-ptrace.c (inf_ptrace_stop): Rename to ...
4774 (inf_ptrace_interrupt): ... this.
4775 (inf_ptrace_target): Adjust.
4776 * infcmd.c (interrupt_target_1): Use target_interrupt instead of
4777 target_stop.
4778 * linux-nat (linux_nat_stop): Rename to ...
4779 (linux_nat_interrupt): ... this.
4780 (linux_nat_stop): Reimplement.
4781 (linux_nat_add_target): Install linux_nat_interrupt.
4782 * nto-procfs.c (nto_interrupt_twice): Rename to ...
4783 (nto_handle_sigint_twice): ... this.
4784 (nto_interrupt): Rename to ...
4785 (nto_handle_sigint): ... this. Call target_interrupt instead of
4786 target_stop.
4787 (procfs_wait): Adjust.
4788 (procfs_stop): Rename to ...
4789 (procfs_interrupt): ... this.
4790 (init_procfs_targets): Adjust.
4791 * procfs.c (procfs_stop): Rename to ...
4792 (procfs_interrupt): ... this.
4793 (procfs_target): Adjust.
4794 * remote-m32r-sdi.c (m32r_stop): Rename to ...
4795 (m32r_interrupt): ... this.
4796 (init_m32r_ops): Adjust.
4797 * remote-sim.c (gdbsim_stop_inferior): Rename to ...
4798 (gdbsim_interrupt_inferior): ... this.
4799 (gdbsim_stop): Rename to ...
4800 (gdbsim_interrupt): ... this.
4801 (gdbsim_cntrl_c): Adjust.
4802 (init_gdbsim_ops): Adjust.
4803 * remote.c (sync_remote_interrupt): Adjust comments.
4804 (remote_stop_as): Rename to ...
4805 (remote_interrupt_as): ... this.
4806 (remote_stop): Adjust comment.
4807 (remote_interrupt): New function.
4808 (init_remote_ops): Install remote_interrupt.
4809 * target.c (target_interrupt): New function.
4810 * target.h (struct target_ops) <to_interrupt>: New field.
4811 (target_interrupt): New declaration.
4812 * windows-nat.c (windows_stop): Rename to ...
4813 (windows_interrupt): ... this.
4814 * target-delegates.c: Regenerate.
4815
4816 2015-08-07 Pedro Alves <palves@redhat.com>
4817
4818 * signal-while-stepping-over-bp-other-thread.exp: Expect "restart
4819 threads" as alternative to "switching back to stepped thread".
4820
4821 2015-08-07 Pedro Alves <palves@redhat.com>
4822
4823 * NEWS: Mention "maint set/show target-non-stop".
4824 * breakpoint.c (update_global_location_list): Check
4825 target_is_non_stop_p instead of non_stop.
4826 * infcmd.c (attach_command_post_wait, attach_command): Likewise.
4827 * infrun.c (show_can_use_displaced_stepping)
4828 (can_use_displaced_stepping_p, start_step_over_inferior):
4829 Likewise.
4830 (internal_resume_ptid): New function.
4831 (resume): Use it.
4832 (proceed): Check target_is_non_stop_p instead of non_stop. If in
4833 all-stop mode but the target is always in non-stop mode, start all
4834 the other threads that are implicitly resumed too.
4835 (for_each_just_stopped_thread, fetch_inferior_event)
4836 (adjust_pc_after_break, stop_all_threads): Check
4837 target_is_non_stop_p instead of non_stop.
4838 (handle_inferior_event): Likewise. Handle detach-fork in all-stop
4839 with the target always in non-stop mode.
4840 (handle_signal_stop) <random signal>: Check target_is_non_stop_p
4841 instead of non_stop.
4842 (switch_back_to_stepped_thread): Check target_is_non_stop_p
4843 instead of non_stop.
4844 (keep_going_stepped_thread): Use internal_resume_ptid.
4845 (stop_waiting): If in all-stop mode, and the target is in non-stop
4846 mode, stop all threads.
4847 (keep_going_pass): Likewise, when starting a new in-line step-over
4848 sequence.
4849 * linux-nat.c (get_pending_status, select_event_lwp)
4850 (linux_nat_filter_event, linux_nat_wait_1, linux_nat_wait): Check
4851 target_is_non_stop_p instead of non_stop.
4852 (linux_nat_always_non_stop_p): New function.
4853 (linux_nat_stop): Check target_is_non_stop_p instead of non_stop.
4854 (linux_nat_add_target): Install linux_nat_always_non_stop_p.
4855 * target-delegates.c: Regenerate.
4856 * target.c (target_is_non_stop_p): New function.
4857 (target_non_stop_enabled, target_non_stop_enabled_1): New globals.
4858 (maint_set_target_non_stop_command)
4859 (maint_show_target_non_stop_command): New functions.
4860 (_initilize_target): Install "maint set/show target-non-stop"
4861 commands.
4862 * target.h (struct target_ops) <to_always_non_stop_p>: New field.
4863 (target_non_stop_enabled): New declaration.
4864 (target_is_non_stop_p): New declaration.
4865
4866 2015-08-07 Pedro Alves <pedro@codesourcery.com>
4867
4868 * breakpoint.c (breakpoints_should_be_inserted_now): If any thread
4869 has a pending status, return true.
4870 * gdbthread.h: Include target/waitstatus.h.
4871 (struct thread_suspend_state) <stop_reason, waitstatus_pending_p,
4872 stop_pc>: New fields.
4873 (struct thread_info) <resumed>: New field.
4874 (set_resumed): Declare.
4875 * infrun.c: Include "event-loop.h".
4876 (infrun_async_inferior_event_token, infrun_is_async): New globals.
4877 (infrun_async): New function.
4878 (clear_step_over_info): Add debug output.
4879 (displaced_step_in_progress_any_inferior): New function.
4880 (displaced_step_fixup): New returns int.
4881 (start_step_over): Handle in-line step-overs too. Assert the
4882 thread is marked resumed.
4883 (resume_cleanups): Clear the thread's resumed flag.
4884 (resume): Set the thread's resumed flag. Return early if the
4885 thread has a pending status. Allow stepping a breakpoint with no
4886 signal.
4887 (proceed): Adjust to check 'resumed' instead of 'executing'.
4888 (clear_proceed_status_thread): If the thread has a pending status,
4889 and that status is a finished step, discard the pending status.
4890 (clear_proceed_status): Don't clear step_over_info here.
4891 (random_pending_event_thread, do_target_wait): New functions.
4892 (prepare_for_detach, wait_for_inferior, fetch_inferior_event): Use
4893 do_target_wait.
4894 (wait_one): New function.
4895 (THREAD_STOPPED_BY): New macro.
4896 (thread_stopped_by_watchpoint, thread_stopped_by_sw_breakpoint)
4897 (thread_stopped_by_hw_breakpoint): New functions.
4898 (switch_to_thread_cleanup, save_waitstatus, stop_all_threads): New
4899 functions.
4900 (handle_inferior_event): Also call set_resumed(false) on all
4901 threads implicitly stopped by the event.
4902 (restart_threads, resumed_thread_with_pending_status): New
4903 functions.
4904 (finish_step_over): If we were doing an in-line step-over before,
4905 and no longer are after trying to start a new step-over, restart
4906 all threads. If we have multiple threads with pending events,
4907 save the current event and go through the event loop again.
4908 (handle_signal_stop): Return early if finish_step_over returns
4909 false.
4910 <random signal>: If we get a signal while stepping over a
4911 breakpoint in-line in non-stop mode, restart all threads. Clear
4912 step_over_info before delivering the signal.
4913 (keep_going_stepped_thread): Use internal_error instead of
4914 gdb_assert. Mark the thread as resumed.
4915 (keep_going_pass_signal): Assert the thread isn't already resumed.
4916 If some other thread is doing an in-line step-over, defer the
4917 resume. If we just started a new in-line step-over, stop all
4918 threads. Don't clear step_over_info.
4919 (infrun_async_inferior_event_handler): New function.
4920 (_initialize_infrun): Create async event handler with
4921 infrun_async_inferior_event_handler as callback.
4922 (infrun_async): New declaration.
4923 * target.c (target_async): New function.
4924 * target.h (target_async): Declare macro and readd as function
4925 declaration.
4926 * target/waitstatus.h (enum target_stop_reason)
4927 <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
4928 * thread.c (new_thread): Clear the new waitstatus field.
4929 (set_resumed): New function.
4930
4931 2015-08-07 Pedro Alves <palves@redhat.com>
4932
4933 * infrun.c (keep_going_stepped_thread): New function, factored out
4934 from ...
4935 (switch_back_to_stepped_thread): ... here.
4936
4937 2015-08-07 Pedro Alves <palves@redhat.com>
4938
4939 * infrun.c (currently_stepping): Extend intro comment.
4940 * target.h (target_resume): Extend intro comment.
4941
4942 2015-08-07 Pedro Alves <palves@redhat.com>
4943
4944 * infrun.c (switch_back_to_stepped_thread): Use ecs->ptid instead
4945 of inferior_ptid. If the stepped thread vanished, return 0
4946 instead of resuming here. Use reset_ecs. Print the prev_pc and
4947 the current stop_pc in log message. Clear trap_expected if the
4948 thread advanced. Don't pass currently_stepping to
4949 do_target_resume.
4950
4951 2015-08-07 Pedro Alves <palves@redhat.com>
4952
4953 * gdbthread.h (struct thread_info) <prev_pc>: Extend comment.
4954 * infrun.c (struct execution_control_state): Move higher up in the
4955 file.
4956 (reset_ecs): New function.
4957 (start_step_over): Now returns int. Rewrite to use
4958 keep_going_pass_signal instead of manually starting a displaced step.
4959 (resume): Don't call set_running here. If displaced stepping
4960 can't start now, clear trap_expected.
4961 (find_thread_needs_step_over): Delete function.
4962 (proceed): Set up finish_thread_state_cleanup. Call set_running.
4963 If the current thread needs a step over, push it in the step-over
4964 chain. Don't set insert breakpoints nor call resume directly
4965 here. Instead rewrite to use start_step_over and
4966 keep_going_pass_signal.
4967 (finish_step_over): New function.
4968 (handle_signal_stop): Call finish_step_over instead of
4969 start_step_over.
4970 (switch_back_to_stepped_thread): If the event thread needs another
4971 step-over do that first. Use start_step_over.
4972 (keep_going_pass_signal): New function, factored out from ...
4973 (keep_going): ... here.
4974 (_initialize_infrun): Comment moved here.
4975 * thread.c (set_running_thread): New function.
4976 (set_running, finish_thread_state): Use set_running_thread.
4977
4978 2015-08-07 Pedro Alves <palves@redhat.com>
4979
4980 * gdbthread.h (struct thread_info) <step_over_prev,
4981 step_over_next>: New fields.
4982 (thread_step_over_chain_enqueue, thread_step_over_chain_remove)
4983 (thread_step_over_chain_next, thread_is_in_step_over_chain): New
4984 declarations.
4985 * infrun.c (struct displaced_step_request): Delete.
4986 (struct displaced_step_inferior_state) <step_request_queue>:
4987 Delete field.
4988 (displaced_step_prepare): Assert that trap_expected is set. Use
4989 thread_step_over_chain_enqueue. Split starting a new displaced
4990 step to ...
4991 (start_step_over): ... this new function.
4992 (resume): Assert the thread isn't waiting for a step over already.
4993 (proceed): Assert the thread isn't waiting for a step over
4994 already.
4995 (infrun_thread_stop_requested): Adjust to remove threads from the
4996 embedded step-over chain.
4997 (handle_inferior_event) <fork/vfork>: Call start_step_over after
4998 displaced_step_fixup.
4999 (handle_signal_stop): Call start_step_over after
5000 displaced_step_fixup.
5001 * infrun.h (step_over_queue_head): New declaration.
5002 * thread.c (step_over_chain_enqueue, step_over_chain_remove)
5003 (thread_step_over_chain_next, thread_is_in_step_over_chain)
5004 (thread_step_over_chain_enqueue)
5005 (thread_step_over_chain_remove): New functions.
5006 (delete_thread_1): Remove thread from the step-over chain.
5007
5008 2015-08-07 Pedro Alves <palves@redhat.com>
5009
5010 * infrun.c (thread_still_needs_step_over): Rename to ...
5011 (thread_still_needs_step_over_bp): ... this.
5012 (enum step_over_what): New.
5013 (thread_still_needs_step_over): Reimplement.
5014
5015 2015-08-07 Pedro Alves <palves@redhat.com>
5016
5017 * remote.c (remote_wait_as): If not waiting for a stop reply,
5018 return TARGET_WAITKIND_NO_RESUMED. If TARGET_WNOHANG is
5019 requested, don't block waiting forever.
5020
5021 2015-08-07 Pedro Alves <pedro@codesourcery.com>
5022
5023 * infrun.c (adjust_pc_after_break): Now takes thread_info and
5024 waitstatus pointers instead of an ecs. Adjust.
5025 (handle_inferior_event): Adjust caller.
5026
5027 2015-08-07 Pedro Alves <palves@redhat.com>
5028
5029 * infrun.c (handle_inferior_event): If we get
5030 TARGET_WAITKIND_SIGNALLED or TARGET_WAITKIND_EXITED in non-stop
5031 mode, mark all threads of the exiting process as not-executing.
5032 (normal_stop): If we get TARGET_WAITKIND_SIGNALLED or
5033 TARGET_WAITKIND_EXITED in non-stop mode, finish all threads of the
5034 exiting process, if inferior_ptid still points at a process.
5035 * thread.c (struct current_thread_cleanup) <next>: New field.
5036 (current_thread_cleanup_chain): New global.
5037 (restore_current_thread_ptid_changed): New function.
5038 (restore_current_thread_cleanup_dtor): Remove the cleanup from the
5039 current_thread_cleanup_chain list.
5040 (make_cleanup_restore_current_thread): Add the cleanup data to the
5041 current_thread_cleanup_chain list.
5042 (_initialize_thread): Install restore_current_thread_ptid_changed
5043 as thread_ptid_changed observer.
5044
5045 2015-08-07 Joel Brobecker <brobecker@adacore.com>
5046
5047 * dtrace-probe.c (dtrace_process_dof): Ignore the objfile's DOF
5048 data if a DTRACE_DOF_SECT_TYPE_PROVIDER section is found to be
5049 smaller than expected.
5050
5051 2015-08-07 Andrew Burgess <andrew.burgess@embecosm.com>
5052
5053 * stack.c (get_frame_language): Moved ...
5054 * frame.c (get_frame_language): ... to here.
5055 * language.h (get_frame_language): Declaration moved to frame.h.
5056 * frame.h: Add language.h include, for language enum.
5057 (get_frame_language): Declaration moved from language.h.
5058 * language.c: Add frame.h include.
5059 * top.c: Add frame.h include.
5060 * symtab.h (struct obj_section): Declare.
5061 (struct cmd_list_element): Declare.
5062
5063 2015-08-07 Andrew Burgess <andrew.burgess@embecosm.com>
5064
5065 * language.c (show_language_command): Find selected frame before
5066 asking for the language of that frame.
5067 (set_language_command): Likewise.
5068 * language.h (get_frame_language): Add frame parameter.
5069 * stack.c (get_frame_language): Add frame parameter, assert
5070 parameter is not NULL, update comment and reindent.
5071 * top.c (check_frame_language_change): Pass the selected frame
5072 into get_frame_language.
5073
5074 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5075
5076 * btrace.c (btrace_compute_ftrace_bts): Clear insn flags.
5077 (pt_btrace_insn_flags): New.
5078 (ftrace_add_pt): Call pt_btrace_insn_flags.
5079 * btrace.h (btrace_insn_flag): New.
5080 (btrace_insn) <flags>: New.
5081 * record-btrace.c (btrace_insn_history): Print insn prefix.
5082 * NEWS: Announce it.
5083
5084 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5085
5086 * configure.ac: Check for PERF_ATTR_SIZE_VER5 in linux/perf_event.h
5087 * configure: Regenerate.
5088
5089 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
5090
5091 * Makefile.in (LIBICONV): Define.
5092 (CLIBS): Add LIBICONV.
5093 * acinclude.m4: Use config/iconv.m4 instead of custom AM_ICONV.
5094 * configure: Regenerate.
5095
5096 2015-08-06 Simon Marchi <simon.marchi@ericsson.com>
5097 Pedro Alves <palves@redhat.com>
5098
5099 * arm-tdep.c (set_fp_model_sfunc): Add cast from integer to enum.
5100 (arm_set_abi): Likewise.
5101 * ax-general.c (ax_print): Likewise.
5102 * c-exp.y (exp : string_exp): Likewise.
5103 * compile/compile-loc2c.c (compute_stack_depth_worker): Likewise.
5104 (do_compile_dwarf_expr_to_c): Likewise.
5105 * cp-name-parser.y (demangler_special : DEMANGLER_SPECIAL start):
5106 Likewise.
5107 * dwarf2expr.c (execute_stack_op): Likewise.
5108 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
5109 (disassemble_dwarf_expression): Likewise.
5110 * dwarf2read.c (dwarf2_add_member_fn): Likewise.
5111 (read_array_order): Likewise.
5112 (abbrev_table_read_table): Likewise.
5113 (read_attribute_value): Likewise.
5114 (skip_unknown_opcode): Likewise.
5115 (dwarf_decode_macro_bytes): Likewise.
5116 (dwarf_decode_macros): Likewise.
5117 * eval.c (value_f90_subarray): Likewise.
5118 * guile/scm-param.c (gdbscm_make_parameter): Likewise.
5119 * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
5120 * infrun.c (handle_command): Likewise.
5121 * memory-map.c (memory_map_start_memory): Likewise.
5122 * osabi.c (set_osabi): Likewise.
5123 * parse.c (operator_length_standard): Likewise.
5124 * ppc-linux-tdep.c (ppc_canonicalize_syscall): Likewise, and use
5125 single return point.
5126 * python/py-frame.c (gdbpy_frame_stop_reason_string): Likewise.
5127 * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
5128 (gdbpy_lookup_global_symbol): Likewise.
5129 * record-full.c (record_full_restore): Likewise.
5130 * regcache.c (regcache_register_status): Likewise.
5131 (regcache_raw_read): Likewise.
5132 (regcache_cooked_read): Likewise.
5133 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
5134 * symtab.c (initialize_ordinary_address_classes): Likewise.
5135 * target-debug.h (target_debug_print_signals): Likewise.
5136 * utils.c (do_restore_current_language): Likewise.
5137
5138 2015-08-06 Clem Dickey <clemd@acm.org>
5139
5140 PR python/17136
5141 * python/lib/gdb/command/type_printers.py (InfoTypePrinter): Fix typo.
5142
5143 2015-08-06 Simon Marchi <simon.marchi@ericsson.com>
5144
5145 * complaints.c (enum complaint_series): Add newlines and remove
5146 out of date comment.
5147 (struct complaints) <series>: Change type to enum
5148 complaint_series and remove out of date comment.
5149 (symfile_complaint_hook): Use equivalent enum value
5150 ISOLATED_MESSAGE instead of 0.
5151
5152 2015-08-06 Pedro Alves <palves@redhat.com>
5153
5154 * nat/linux-waitpid.c (my_waitpid): Only print *status if waitpid
5155 returned > 0.
5156
5157 2015-08-06 Pierre Langlois <pierre.langlois@arm.com>
5158
5159 * common/agent.c (symbol_list) <required>: Remove.
5160
5161 2015-08-06 Pedro Alves <palves@redhat.com>
5162
5163 * target/waitstatus.h (enum target_stop_reason)
5164 <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
5165
5166 2015-08-05 Pedro Alves <palves@redhat.com>
5167 Joel Brobecker <brobecker@adacore.com>
5168
5169 * breakpoint.c (bpstat_what) <bp_longjmp, bp_longjmp_call_dummy>
5170 <bp_exception, bp_longjmp_resume, bp_exception_resume>: Handle the
5171 case where BS->STOP is not set.
5172
5173 2015-08-05 Ulrich Weigand <uweigand@de.ibm.com>
5174
5175 * nat/gdb_thread_db.h: Add copyright header.
5176 Protect against multiple inclusion.
5177
5178 2015-08-05 Yao Qi <yao.qi@linaro.org>
5179
5180 * aarch64-linux-nat.c (get_thread_id): Remove.
5181 (debug_reg_change_callback): Call ptid_get_lwp instead of
5182 get_thread_id.
5183 (fetch_gregs_from_thread): Likewise.
5184 (store_gregs_to_thread): Likewise.
5185 (fetch_fpregs_from_thread): Likewise.
5186 (store_fpregs_to_thread): Likewise.
5187 (aarch64_linux_get_debug_reg_capacity): Likewise.
5188 * arm-linux-nat.c (get_thread_id): Remove.
5189 (GET_THREAD_ID): Update macro to use ptid_get_lwp.
5190 * xtensa-linux-nat.c (get_thread_id): Remove.
5191 (GET_THREAD_ID): Update macro to use ptid_get_lwp.
5192 * arm-linux-nat.c (get_thread_id): Remove.
5193 (GET_THREAD_ID): Remove.
5194 (fetch_fpregs): Call ptid_get_lwp instead of GET_THREAD_ID.
5195 (store_fpregs, fetch_regs, store_regs): Likewise.
5196 (fetch_wmmx_regs, store_wmmx_regs): Likewise.
5197 (fetch_vfp_regs, store_vfp_regs): Likewise.
5198 (arm_linux_read_description): Likewise.
5199 (arm_linux_get_hwbp_cap): Likewise.
5200 * xtensa-linux-nat.c (get_thread_id): Remove.
5201 (GET_THREAD_ID): Remove.
5202 (fetch_gregs, store_gregs): Call ptid_get_lwp instead of
5203 GET_THREAD_ID.
5204
5205 2015-08-04 Ciro Santilli <ciro.santilli@gmail.com> (obvious patch)
5206
5207 * python/py-linetable.c: Fix case of Linetable to LineTable
5208 in docstrings and code comments.
5209 * python/py-symtab.c: Same.
5210
5211 2015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5212
5213 * infcmd.c (signal_command): Call do_cleanups for args_chain.
5214
5215 2015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5216
5217 PR gdb/18767
5218 * infcmd.c (attach_command): Move ARGS_CHAIN cleanup after last ARGS
5219 use.
5220
5221 2015-08-04 Pedro Alves <palves@redhat.com>
5222
5223 * nat/gdb_thread_db.h (td_init_ftype, td_ta_new_ftype)
5224 (td_ta_map_lwp2thr_ftype, td_ta_thr_iter_ftype)
5225 (td_ta_event_addr_ftype, td_ta_set_event_ftype)
5226 (td_ta_clear_event_ftype, td_ta_event_getmsg_ftype)
5227 (td_thr_validate_ftype, td_thr_get_info_ftype)
5228 (td_thr_event_enable_ftype, td_thr_tls_get_addr_ftype)
5229 (td_thr_tlsbase_ftype, td_symbol_list_ftype, td_ta_delete_ftype):
5230 New typedefs.
5231 * linux-thread-db.c (struct thread_db_info): Use new typedefs.
5232 (try_thread_db_load_1): Define TDB_VERBOSE_DLSYM, TDB_DLSYM , CHK
5233 local macros and use them instead of verbose_dlsym and dlsym
5234 calls.
5235
5236 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5237
5238 * nios2-tdep.h: Include opcode/nios2.h here.
5239 (NIOS2_CDX_OPCODE_SIZE): New.
5240 (struct gdbarch_tdep): Add OP parameter to syscall_next_pc.
5241 * nios2-tdep.c: Don't include opcode/nios2.h here.
5242 (nios2_fetch_insn): For R2, try reading 2-byte instruction if
5243 4-byte read fails.
5244 (nios2_match_add, nios2_match_sub): Add cases for R2 encodings.
5245 (nios2_match_addi, nios2_match_orhi): Likewise.
5246 (nios2_match_stw, nios2_match_ldw): Likewise.
5247 (nios2_match_rdctl): Likewise.
5248 (nios2_match_stwm, nios2_match_ldwm): New.
5249 (nios2_match_branch): Add cases for R2 encodings.
5250 (nios2_match_jmpi, nios2_match_calli): Likewise.
5251 (nios2_match_jmpr, nios2_match_callr): Likewise.
5252 (nios2_match_break, nios2_match_trap): Likewise.
5253 (nios2_in_epilogue_p): Add R2 support.
5254 (nios2_analyze_prologue): Update comments. Recognize R2 CDX
5255 prologues.
5256 (nios2_breakpoint_from_pc): Handle R2 instructions.
5257 (nios2_get_next_pc): Likewise. Adjust call to
5258 tdep->syscall_next_pc.
5259 * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame):
5260 Renamed from nios2_linux_rt_sigreturn_tramp_frame. Use
5261 instruction field macros instead of literal hex values.
5262 (nios2_r2_linux_rt_sigreturn_tramp_frame): New.
5263 (nios2_linux_syscall_next_pc): Adjust signature to pass OP.
5264 Use size field from OP instead of assuming all instructions
5265 are the same size.
5266 (nios2_linux_init_abi): Register appropriate unwinder for mach.
5267
5268 2015-08-03 Ulrich Weigand <uweigand@de.ibm.com>
5269
5270 * cp-namespace.c (cp_lookup_symbol_via_imports): Fix uninitialized
5271 variable warning with some compilers.
5272
5273 2015-08-03 Yao Qi <yao.qi@linaro.org>
5274
5275 * arm-linux-nat.c (arm_linux_get_hwbp_type): Capitalize "type"
5276 in comment. Replace "rw" with "type".
5277 (arm_linux_remove_watchpoint): Change type of "rw" to
5278 "enum target_hw_bp_type".
5279
5280 2015-08-02 Pierre-Marie de Rodat <derodat@adacore.com>
5281
5282 * alpha-mdebug-tdep.c (find_proc_desc): Update call to
5283 lookup_symbol.
5284 * ft32-tdep.c (ft32_skip_prologue): Likewise.
5285 * moxie-tdep.c (moxie_skip_prologue): Likewise.
5286 * mt-tdep.c (mt_skip_prologue): Likewise.
5287 * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
5288
5289 2015-08-01 Pierre-Marie de Rodat <derodat@adacore.com>
5290
5291 * ada-exp.y (write_object_renaming): Replace struct
5292 ada_symbol_info with struct block_symbol. Update field
5293 references accordingly.
5294 (block_lookup, select_possible_type_sym): Likewise.
5295 (find_primitive_type): Likewise. Also update call to
5296 ada_lookup_symbol to extract the symbol itself.
5297 (write_var_or_type, write_name_assoc): Likewise.
5298 * ada-lang.h (struct ada_symbol_info): Remove.
5299 (ada_lookup_symbol_list): Replace struct ada_symbol_info with
5300 struct block_symbol.
5301 (ada_lookup_encoded_symbol, user_select_syms): Likewise.
5302 (ada_lookup_symbol): Return struct block_symbol instead of a
5303 mere symbol.
5304 * ada-lang.c (defns_collected): Replace struct ada_symbol_info
5305 with struct block_symbol.
5306 (resolve_subexp, ada_resolve_function, sort_choices,
5307 user_select_syms, is_nonfunction, add_defn_to_vec,
5308 num_defns_collected, defns_collected,
5309 symbols_are_identical_enums, remove_extra_symbols,
5310 remove_irrelevant_renamings, add_lookup_symbol_list_worker,
5311 ada_lookup_symbol_list, ada_iterate_over_symbols,
5312 ada_lookup_encoded_symbol, get_var_value): Likewise.
5313 (ada_lookup_symbol): Return a block_symbol instead of a mere
5314 symbol. Replace struct ada_symbol_info with struct
5315 block_symbol.
5316 (ada_lookup_symbol_nonlocal): Likewise.
5317 (standard_lookup): Make block passing explicit through
5318 lookup_symbol_in_language.
5319 * ada-tasks.c (get_tcb_types_info): Update the calls to
5320 lookup_symbol_in_language to extract the mere symbol out of the
5321 returned value.
5322 (ada_tasks_inferior_data_sniffer): Likewise.
5323 * ax-gdb.c (gen_static_field): Likewise for the call to
5324 lookup_symbol.
5325 (gen_maybe_namespace_elt): Deal with struct block_symbol from
5326 lookup functions.
5327 (gen_expr): Likewise.
5328 * c-exp.y: Likewise. Remove uses of block_found.
5329 (lex_one_token, classify_inner_name, c_print_token): Likewise.
5330 (classify_name): Likewise. Rename the "sym" local variable to
5331 "bsym".
5332 * c-valprint.c (print_unpacked_pointer): Likewise.
5333 * compile/compile-c-symbols.c (convert_symbol_sym): Promote the
5334 "sym" parameter from struct symbol * to struct block_symbol.
5335 Use it to remove uses of block_found. Deal with struct
5336 block_symbol from lookup functions.
5337 (gcc_convert_symbol): Likewise. Update the call to
5338 convert_symbol_sym.
5339 * compile/compile-object-load.c (compile_object_load): Deal with
5340 struct block_symbol from lookup functions.
5341 * cp-namespace.c (cp_lookup_nested_symbol_1,
5342 cp_lookup_nested_symbol, cp_lookup_bare_symbol,
5343 cp_search_static_and_baseclasses,
5344 cp_lookup_symbol_in_namespace, cp_lookup_symbol_via_imports,
5345 cp_lookup_symbol_imports_or_template,
5346 cp_lookup_symbol_via_all_imports, cp_lookup_symbol_namespace,
5347 lookup_namespace_scope, cp_lookup_nonlocal,
5348 find_symbol_in_baseclass): Return struct block_symbol instead of
5349 mere symbols and deal with struct block_symbol from lookup
5350 functions.
5351 * cp-support.c (inspect_type, replace_typedefs,
5352 cp_lookup_rtti_type): Deal with struct block_symbol from
5353 lookup functions.
5354 * cp-support.h (cp_lookup_symbol_nonlocal,
5355 cp_lookup_symbol_from_namespace,
5356 cp_lookup_symbol_imports_or_template, cp_lookup_nested_symbol):
5357 Return struct block_symbol instead of mere symbols.
5358 * d-exp.y (d_type_from_name, d_module_from_name, push_variable,
5359 push_module_name):
5360 Deal with struct block_symbol from lookup functions. Remove
5361 uses of block_found.
5362 * eval.c (evaluate_subexp_standard): Update call to
5363 cp_lookup_symbol_namespace.
5364 * f-exp.y: Deal with struct block_symbol from lookup functions.
5365 Remove uses of block_found.
5366 (yylex): Likewise.
5367 * gdbtypes.c (lookup_typename, lookup_struct, lookup_union,
5368 lookup_enum, lookup_template_type, check_typedef): Deal with
5369 struct block_symbol from lookup functions.
5370 * guile/scm-frame.c (gdbscm_frame_read_var): Likewise.
5371 * guile/scm-symbol.c (gdbscm_lookup_symbol): Likewise.
5372 (gdbscm_lookup_global_symbol): Likewise.
5373 * gnu-v3-abi.c (gnuv3_get_typeid_type): Likewise.
5374 * go-exp.y: Likewise. Remove uses of block_found.
5375 (package_name_p, classify_packaged_name, classify_name):
5376 Likewise.
5377 * infrun.c (insert_exception_resume_breakpoint): Likewise.
5378 * jv-exp.y (push_variable): Likewise.
5379 * jv-lang.c (java_lookup_class, get_java_object_type): Likewise.
5380 * language.c (language_bool_type): Likewise.
5381 * language.h (struct language_defn): Update
5382 la_lookup_symbol_nonlocal to return a struct block_symbol rather
5383 than a mere symbol.
5384 * linespec.c (find_label_symbols): Deal with struct block_symbol
5385 from lookup functions.
5386 * m2-exp.y: Likewise. Remove uses of block_found.
5387 (yylex): Likewise.
5388 * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
5389 * objc-lang.c (lookup_struct_typedef, find_imps): Likewise.
5390 * p-exp.y: Likewise. Remove uses of block_found.
5391 (yylex): Likewise.
5392 * p-valprint.c (pascal_val_print): Likewise.
5393 * parse.c (write_dollar_variable): Likewise. Remove uses of
5394 block_found.
5395 * parser-defs.h (struct symtoken): Turn the SYM field into a
5396 struct block_symbol.
5397 * printcmd.c (address_info): Deal with struct block_symbol from
5398 lookup functions.
5399 * python/py-frame.c (frapy_read_var): Likewise.
5400 * python/py-symbol.c (gdbpy_lookup_symbol,
5401 gdbpy_lookup_global_symbol): Likewise.
5402 * skip.c (skip_function_command): Likewise.
5403 * solib-darwin.c (darwin_lookup_lib_symbol): Return a struct
5404 block_symbol instead of a mere symbol.
5405 * solib-spu.c (spu_lookup_lib_symbol): Likewise.
5406 * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
5407 * solib.c (solib_global_lookup): Likewise.
5408 * solist.h (solib_global_lookup): Likewise.
5409 (struct target_so_ops): Update lookup_lib_global_symbol to
5410 return a struct block_symbol rather than a mere symbol.
5411 * source.c (select_source_symtab): Deal with struct block_symbol
5412 from lookup functions.
5413 * stack.c (print_frame_args, iterate_over_block_arg_vars):
5414 Likewise.
5415 * symfile.c (set_initial_language): Likewise.
5416 * symtab.c (SYMBOL_LOOKUP_FAILED): Turn into a struct
5417 block_symbol.
5418 (SYMBOL_LOOKUP_FAILED_P): New predicate as a macro.
5419 (struct symbol_cache_slot): Turn the FOUND field into a struct
5420 block_symbol.
5421 (block_found): Remove.
5422 (eq_symbol_entry): Update to deal with struct block_symbol in
5423 cache slots.
5424 (symbol_cache_lookup): Return a struct block_symbol rather than
5425 a mere symbol.
5426 (symbol_cache_mark_found): Add a BLOCK parameter to fill
5427 appropriately the cache slots. Update callers.
5428 (symbol_cache_dump): Update cache slots handling to the type
5429 change.
5430 (lookup_symbol_in_language, lookup_symbol, lookup_language_this,
5431 lookup_symbol_aux, lookup_local_symbol,
5432 lookup_symbol_in_objfile, lookup_global_symbol_from_objfile,
5433 lookup_symbol_in_objfile_symtabs,
5434 lookup_symbol_in_objfile_from_linkage_name,
5435 lookup_symbol_via_quick_fns, basic_lookup_symbol_nonlocal,
5436 lookup_symbol_in_static_block, lookup_static_symbol,
5437 lookup_global_symbol):
5438 Return a struct block_symbol rather than a mere symbol. Deal
5439 with struct block_symbol from other lookup functions. Remove
5440 uses of block_found.
5441 (lookup_symbol_in_block): Remove uses of block_found.
5442 (struct global_sym_lookup_data): Turn the RESULT field into a
5443 struct block_symbol.
5444 (lookup_symbol_global_iterator_cb): Update references to the
5445 RESULT field.
5446 (search_symbols): Deal with struct block_symbol from lookup
5447 functions.
5448 * symtab.h (struct block_symbol): New structure.
5449 (block_found): Remove.
5450 (lookup_symbol_in_language, lookup_symbol,
5451 basic_lookup_symbol_nonlocal, lookup_symbol_in_static_block,
5452 lookup_static_symbol, lookup_global_symbol, lookup_language_this,
5453 lookup_global_symbol_from_objfile): Return a struct block_symbol
5454 rather than just a mere symbol. Update comments to remove
5455 mentions of block_found.
5456 * valops.c (find_function_in_inferior,
5457 value_struct_elt_for_reference, value_maybe_namespace_elt,
5458 value_of_this): Deal with struct block_symbol from lookup
5459 functions.
5460 * value.c (value_static_field, value_fn_field): Likewise.
5461
5462 2015-07-31 Simon Marchi <simon.marchi@ericsson.com>
5463
5464 * remote-m32r-sdi.c (m32r_remove_watchpoint): Use enum type
5465 instead of integer.
5466
5467 2015-07-31 Simon Marchi <simon.marchi@ericsson.com>
5468 Pedro Alves <palves@redhat.com>
5469
5470 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): Use enum
5471 type or value instead of integer.
5472 (aarch64_linux_insert_watchpoint): Likewise.
5473 (aarch64_linux_remove_watchpoint): Likewise.
5474 * ada-lang.c (ada_op_print_tab): Likewise.
5475 * amd64-linux-tdep.c (amd64_canonicalize_syscall): Likewise.
5476 (amd64_linux_syscall_record_common): Likewise.
5477 * arch-utils.c (target_byte_order_user): Likewise.
5478 (default_byte_order): Likewise.
5479 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Likewise.
5480 (arm_linux_get_hwbp_type): Likewise.
5481 (arm_linux_hw_watchpoint_initialize): Likewise.
5482 (arm_linux_insert_watchpoint): Likewise.
5483 * arm-linux-tdep.c (arm_canonicalize_syscall): Likewise.
5484 (arm_linux_syscall_record): Likewise.
5485 * breakpoint.c (update_watchpoint): Likewise.
5486 (breakpoint_here_p): Likewise.
5487 (bpstat_print): Likewise.
5488 (enable_breakpoint_disp): Likewise.
5489 * c-lang.c (c_op_print_tab): Likewise.
5490 * cli/cli-decode.c (add_info_alias): Likewise.
5491 * d-lang.c (d_op_print_tab): Likewise.
5492 * eval.c (evaluate_subexp_standard): Likewise.
5493 * f-exp.y (dot_ops): Likewise.
5494 (f77_keywords): Likewise.
5495 * f-lang.c (f_op_print_tab): Likewise.
5496 * go-lang.c (go_op_print_tab): Likewise.
5497 * guile/scm-breakpoint.c (gdbscm_make_breakpoint): Likewise.
5498 * guile/scm-cmd.c (gdbscm_make_command): Likewise.
5499 * guile/scm-param.c (gdbscm_make_parameter): Likewise.
5500 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Likewise.
5501 * guile/scm-string.c (struct scm_to_stringn_data): Likewise.
5502 (struct scm_from_stringn_data): Likewise.
5503 * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
5504 * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
5505 (ia64_linux_remove_watchpoint): Likewise.
5506 (ia64_linux_can_use_hw_breakpoint): Likewise.
5507 * infrun.c (print_stop_event): Likewise.
5508 * jv-lang.c (java_op_print_tab): Likewise.
5509 * linux-nat.c (linux_proc_xfer_partial): Likewise.
5510 * linux-nat.h (struct lwp_info): Likewise.
5511 * linux-thread-db.c (enable_thread_event): Likewise.
5512 * m2-lang.c (m2_op_print_tab): Likewise.
5513 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise.
5514 (mi_cmd_stack_list_variables): Likewise.
5515 * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
5516 * mi/mi-out.c (mi_table_begin): Likewise.
5517 (mi_table_header): Likewise.
5518 * mips-linux-nat.c (mips_linux_can_use_hw_breakpoint): Likewise.
5519 (mips_linux_insert_watchpoint): Likewise.
5520 (mips_linux_remove_watchpoint): Likewise.
5521 * nat/mips-linux-watch.c (mips_linux_watch_type_to_irw): Likewise.
5522 * nat/mips-linux-watch.h (struct mips_watchpoint): Likewise.
5523 (mips_linux_watch_type_to_irw): Likewise.
5524 * nto-procfs.c (procfs_can_use_hw_breakpoint): Likewise.
5525 (procfs_insert_hw_watchpoint): Likewise.
5526 (procfs_remove_hw_watchpoint): Likewise.
5527 (procfs_hw_watchpoint): Likewise.
5528 (procfs_can_use_hw_breakpoint): Likewise.
5529 (procfs_remove_hw_watchpoint): Likewise.
5530 (procfs_insert_hw_watchpoint): Likewise.
5531 * p-lang.c (pascal_op_print_tab): Likewise.
5532 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): Likewise.
5533 * ppc-linux-tdep.c (ppu2spu_unwind_register): Likewise.
5534 * ppc-sysv-tdep.c (get_decimal_float_return_value): Likewise.
5535 * procfs.c (procfs_can_use_hw_breakpoint): Likewise.
5536 (procfs_insert_watchpoint): Likewise.
5537 (procfs_remove_watchpoint): Likewise.
5538 * psymtab.c (recursively_search_psymtabs): Likewise.
5539 * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint): Likewise.
5540 (m32r_insert_watchpoint): Likewise.
5541 * remote-mips.c (mips_can_use_watchpoint): Likewise.
5542 (mips_insert_watchpoint): Likewise.
5543 (mips_remove_watchpoint): Likewise.
5544 * remote.c (watchpoint_to_Z_packet): Likewise.
5545 (remote_insert_watchpoint): Likewise.
5546 (remote_remove_watchpoint): Likewise.
5547 (remote_check_watch_resources): Likewise.
5548 * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
5549 (s390_remove_watchpoint): Likewise.
5550 (s390_can_use_hw_breakpoint): Likewise.
5551 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
5552 * spu-linux-nat.c (spu_can_use_hw_breakpoint): Likewise.
5553 * target.h (struct target_ops): Likewise.
5554 * tilegx-tdep.c (tilegx_analyze_prologue): Likewise.
5555 * ui-out.c (struct ui_out_hdr): Likewise.
5556 (append_header_to_list): Likewise.
5557 (get_next_header): Likewise.
5558 (verify_field): Likewise.
5559 (ui_out_begin): Likewise.
5560 (ui_out_field_int): Likewise.
5561 (ui_out_field_fmt_int): Likewise.
5562 (ui_out_field_skip): Likewise.
5563 (ui_out_field_string): Likewise.
5564 (ui_out_field_fmt): Likewise.
5565 * varobj.c (new_variable): Likewise.
5566 * x86-nat.c (x86_insert_watchpoint): Likewise.
5567 (x86_remove_watchpoint): Likewise.
5568 (x86_can_use_hw_breakpoint): Likewise.
5569 * xtensa-tdep.h (struct gdbarch_tdep): Likewise.
5570 * inflow.c (enum gdb_has_a_terminal_flag_enum): Add name to
5571 previously anonymous enumeration type..
5572 * linux-record.h (enum gdb_syscall): Add gdb_sys_no_syscall
5573 value.
5574 * target-debug.h (target_debug_print_enum_target_hw_bp_type): New.
5575 (target_debug_print_enum_bptype): New.
5576 * target-delegates.c: Regenerate.
5577
5578 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5579
5580 * nios2-tdep.c (nios2_analyze_prologue): Do what the comment
5581 already says and disallow non-stack memory writes in the prologue.
5582
5583 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5584
5585 * nios2-tdep.c (nios2_analyze_prologue): Update comments to
5586 reflect how current GCC emits stack overflow checks. Match
5587 both trap and break instructions for backward compatbility.
5588 Disallow other trap and break instructions in the prologue.
5589
5590 2015-07-30 Pedro Alves <palves@redhat.com>
5591
5592 PR threads/18600
5593 * linux-nat.c (wait_lwp): Report to the core when thread group
5594 leader exits.
5595
5596 2015-07-30 Pedro Alves <palves@redhat.com>
5597 Simon Marchi <simon.marchi@ericsson.com>
5598
5599 PR threads/18600
5600 * linux-nat.c (linux_handle_extended_wait): On CLONE event, always
5601 mark the new thread as resumed. Remove STOPPING parameter.
5602 (wait_lwp): Adjust call to linux_handle_extended_wait.
5603 (linux_nat_filter_event): Adjust call to
5604 linux_handle_extended_wait.
5605 (resume_stopped_resumed_lwps): Add debug output.
5606
5607 2015-07-30 Pierre Langlois <pierre.langlois@arm.com>
5608
5609 * arch-utils.c (default_fast_tracepoint_valid_at): Remove unused
5610 isize argument.
5611 * arch-utils.h (default_fast_tracepoint_valid_at): Likewise.
5612 * breakpoint.c (check_fast_tracepoint_sals): Adjust call to
5613 gdbarch_fast_tracepoint_valid_at.
5614 * gdbarch.sh (fast_tracepoint_valid_at): Remove isize argument.
5615 * gdbarch.h: Regenerate.
5616 * gdbarch.c: Regenerate.
5617 * i386-tdep.c (i386_fast_tracepoint_valid_at): Remove isize
5618 argument. Do not set it.
5619 * remote.c (remote_download_tracepoint): Adjust call to
5620 gdbarch_fast_tracepoint_valid_at. Call gdb_insn_length to get
5621 the instruction length.
5622
5623 2015-07-30 Yao Qi <yao.qi@linaro.org>
5624
5625 * arm-tdep.h (enum gdb_regnum): Move it to ...
5626 * arch/arm.h: ... here. New file.
5627 * Makefile.in (HFILES_NO_SRCDIR): Add arch/arm.h.
5628
5629 2015-07-30 Pierre Langlois <pierre.langlois@arm.com>
5630
5631 * aarch64-tdep.c (decode_b): Rename link argument to is_bl.
5632 Change its type to int *.
5633 (decode_br): Rename link argument to is_blr. Change its type to
5634 int *.
5635 (decode_cb): Rename op argument to is_cbnz. Change its type to
5636 int *.
5637 (decode_tb): Rename op argument to is_tbnz. Change its type to
5638 int *. Set is_tbnz to either 1 or 0.
5639 (aarch64_analyze_prologue): Change type of is_link to int. Add
5640 new variables is_cbnz and is_tbnz. Adjust call to
5641 aarch64_decode_cb and aarch64_decode_tb.
5642
5643 2015-07-29 Simon Marchi <simon.marchi@ericsson.com>
5644
5645 * mips-linux-nat.c (write_watchpoint_regs): Add NULL as ptrace's 4th
5646 parameter.
5647 (mips_linux_new_thread): Likewise.
5648 * nat/mips-linux-watch.c (mips_linux_read_watch_registers): Likewise.
5649
5650 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5651
5652 * top.c: Include "tui/tui.h".
5653 (undo_terminal_modifications_before_exit): New static function.
5654 (quit_force): Use it.
5655
5656 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5657
5658 * target.c (terminal_state): Initialize to terminal_is_ours.
5659
5660 2015-07-29 Yao Qi <yao.qi@linaro.org>
5661
5662 PR record/18691
5663 * dcache.c (dcache_read_memory_partial): Call
5664 raw_memory_xfer_partial.
5665 * target.c (raw_memory_xfer_partial): Make it non-static.
5666 * target.h (raw_memory_xfer_partial): Declare.
5667
5668 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
5669
5670 * c-valprint.c (c_val_print_array): Consider addressable memory
5671 unit size.
5672 (c_val_print_ptr): Likewise.
5673 (c_val_print_int): Likewise.
5674 * findvar.c (read_frame_register_value): Likewise.
5675 * valarith.c (find_size_for_pointer_math): Likewise.
5676 (value_ptrdiff): Likewise.
5677 (value_subscripted_rvalue): Likewise.
5678 * valops.c (read_value_memory): Likewise (and rename variables).
5679 (value_assign): Likewise.
5680 (value_repeat): Likewise.
5681 (value_array): Likewise.
5682 (value_slice): Likewise.
5683 * valprint.c (generic_val_print_ptr): Likewise.
5684 (generic_val_print_enum): Likewise.
5685 (generic_val_print_bool): Likewise.
5686 (generic_val_print_int): Likewise.
5687 (generic_val_print_char): Likewise.
5688 (generic_val_print_float): Likewise.
5689 (generic_val_print_decfloat): Likewise.
5690 (generic_val_print_complex): Likewise.
5691 (val_print_scalar_formatted): Likewise.
5692 (val_print_array_elements): Likewise.
5693 * value.c (set_value_parent): Likewise.
5694 (value_contents_copy_raw): Likewise.
5695 (set_internalvar_component): Likewise.
5696 (value_primitive_field): Likewise.
5697 (value_fetch_lazy): Likewise.
5698 * value.h (read_value_memory): Update comment.
5699
5700 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
5701
5702 * value.c (get_value_arch): New function.
5703 * value.h (get_value_arch): New declaration.
5704
5705 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
5706
5707 * value.c (struct value): Update comments.
5708
5709 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
5710
5711 * gdbtypes.c (type_length_units): New function.
5712 * gdbtypes.h (type_length_units): New declaration.
5713 (struct type) <length>: Update comment.
5714
5715 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5716
5717 * valprint.c (generic_val_print): Factor out complex
5718 printing code to ...
5719 (generic_val_print_complex): ... this new function.
5720
5721 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5722
5723 * valprint.c (generic_val_print): Factor out decfloat
5724 printing code to ...
5725 (generic_val_print_decfloat): ... this new function.
5726
5727 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5728
5729 * valprint.c (generic_val_print): Factor out float
5730 printing code to ...
5731 (generic_val_print_float): ... this new function.
5732
5733 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5734
5735 * valprint.c (generic_val_print): Factor out char
5736 printing code to ...
5737 (generic_val_print_char): ... this new function.
5738
5739 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5740
5741 * valprint.c (generic_val_print): Factor out integer
5742 printing code to ...
5743 (generic_val_print_int): ... this new function.
5744
5745 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5746
5747 * valprint.c (generic_val_print): Factor out bool
5748 printing code to ...
5749 (generic_val_print_bool): ... this new function.
5750
5751 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5752
5753 * valprint.c (generic_val_print): Factor out function/method
5754 printing code to ...
5755 (generic_val_print_func): ... this new function.
5756
5757 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5758
5759 * valprint.c (generic_val_print): Factor out flags
5760 printing code to ...
5761 (generic_val_print_flags): ... this new function.
5762
5763 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5764
5765 * valprint.c (generic_val_print): Factor out enum
5766 printing code to ...
5767 (generic_val_print_enum): ... this new function.
5768
5769 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5770
5771 * valprint.c (generic_val_print): Factor out reference
5772 printing code to ...
5773 (generic_val_print_ref): ... this new function.
5774
5775 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5776
5777 * valprint.c (generic_val_print): Factor out memberptr
5778 printing code to ...
5779 (generic_val_print_memberptr): ... this new function.
5780
5781 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5782
5783 * valprint.c (generic_val_print): Factor out pointer
5784 printing code to ...
5785 (generic_val_print_ptr): ... this new function.
5786
5787 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5788
5789 * valprint.c (generic_val_print): Factor out array
5790 printing code to ...
5791 (generic_val_print_array): ... this new function.
5792
5793 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5794
5795 * valprint.c (generic_val_print): Factor out
5796 print_unpacked_pointer code to ...
5797 (print_unpacked_pointer): ... this new function.
5798
5799 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
5800
5801 * event-top.c (handle_sigterm): Don't inspect
5802 target_can_async_p. Always set the quit flag and always mark
5803 the async signal handler.
5804
5805 2015-07-27 Yao Qi <yao.qi@linaro.org>
5806
5807 * Makefile.in (REMOTE_EXAMPLES): Remove it.
5808
5809 2015-07-25 Kevin Buettner <kevinb@redhat.com>
5810
5811 * remote.c (read_ptid): Return null_ptid when no thread id
5812 is found.
5813 (remote_current_thread): Add log warning for malformed
5814 qC reply.
5815 (remote_start_remote): Add log warning when current thread
5816 not found.
5817
5818 2015-07-24 Pedro Alves <palves@redhat.com>
5819
5820 * s390-linux-nat.c (fetch_regs, store_regs, fetch_fpregs)
5821 (s390_stopped_by_watchpoint, s390_prepare_to_resume): Pass 0 as
5822 forth argument to ptrace PTRACE_PEEKUSR_AREA/PTRACE_POKEUSR_AREA.
5823
5824 2015-07-24 Pedro Alves <palves@redhat.com>
5825
5826 PR gdb/18717
5827 * linux-nat.c (linux_nat_filter_event): Don't assert that the lwp
5828 is resumed, and extend the debug log.
5829
5830 2015-07-24 Pedro Alves <palves@redhat.com>
5831
5832 * fork-child.c (fork_inferior): Print argv[0] instead of exec_file.
5833
5834 2015-07-24 Pedro Alves <palves@redhat.com>
5835
5836 * aarch64-linux-nat.c: Include nat/gdb_ptrace.h instead of
5837 sys/ptrace.h.
5838 * alpha-linux-nat.c: Likewise.
5839 * amd64-linux-nat.c: Likewise.
5840 * arm-linux-nat.c: Likewise.
5841 * hppa-linux-nat.c: Likewise.
5842 * i386-linux-nat.c: Likewise.
5843 * ia64-linux-nat.c: Likewise.
5844 * linux-fork.c: Likewise.
5845 * linux-nat.c: Likewise.
5846 * m32r-linux-nat.c: Likewise.
5847 * m68klinux-nat.c: Likewise.
5848 * mips-linux-nat.c: Likewise.
5849 * nat/linux-btrace.c: Likewise.
5850 * nat/linux-ptrace.c: Likewise.
5851 * nat/linux-ptrace.h
5852 * nat/mips-linux-watch.c: Likewise.
5853 * nat/x86-linux-dregs.c: Likewise.
5854 * ppc-linux-nat.c: Likewise.
5855 * s390-linux-nat.c: Likewise.
5856 * spu-linux-nat.c: Likewise.
5857 * tilegx-linux-nat.c: Likewise.
5858 * x86-linux-nat.c: Likewise.
5859 * xtensa-linux-nat.c: Likewise.
5860
5861 2015-07-24 Pedro Alves <palves@redhat.com>
5862
5863 * ptrace.m4 (ptrace tests): Test in C++ mode. Try with 'enum
5864 __ptrace_request as first parameter type instead of int.
5865 (PTRACE_TYPE_ARG1): Define.
5866 * nat/gdb_ptrace.h [!PTRACE_TYPE_ARG5] (ptrace): Define as wrapper
5867 that casts first argument to PTRACE_TYPE_ARG1.
5868 * config.in: Regenerate.
5869 * configure: Regenerate.
5870
5871 2015-07-24 Pedro Alves <palves@redhat.com>
5872
5873 * gdb_ptrace.h: Move ...
5874 * nat/gdb_ptrace.h: ... here.
5875 * inf-ptrace.c: Adjust.
5876
5877 2015-07-24 Pedro Alves <palves@redhat.com>
5878
5879 * acinclude.m4: Include ptrace.m4.
5880 * configure.ac: Call GDB_AC_PTRACE and move ptrace checks ...
5881 * ptrace.m4: ... to this new file.
5882
5883 2015-07-23 Doug Evans <dje@google.com>
5884
5885 * dwarf2read.c (dwarf2_per_cu_data): Add comment.
5886 (load_cu): Handle dummy CUs.
5887 (dw2_do_instantiate_symtab, process_queuef): Ditto.
5888 (dwarf2_fetch_die_loc_sect_off, dwarf2_fetch_constant_bytes): Ditto.
5889
5890 2015-07-23 Ciro Santilli <ciro.santilli@gmail.com> (tiny patch)
5891
5892 * py-linetable.c (ltpy_get_all_source_lines): Adjust function
5893 documentation to say that it returns a list rather than
5894 a FrozenSet.
5895 (linetable_object_methods): Update the docstring of the
5896 "source_line" entry.
5897
5898 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
5899
5900 * gdbtypes.c (resolve_dynamic_array): Pass the peeled element
5901 type to the recursive call instead of the original (maybe
5902 TYPE_CODE_TYPEDEF) type.
5903
5904 2015-07-23 Yao Qi <yao.qi@linaro.org>
5905
5906 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): If
5907 TYPE is watchpoint, return zero if aarch64_num_wp_regs is zero.
5908 If TYPE is breakpoint, return zero if arch64_num_bp_regs is zero.
5909
5910 2015-07-21 Yao Qi <yao.qi@linaro.org>
5911
5912 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
5913 Move it to nat/aarch64-linux-hw-point.c.
5914 (aarch64_linux_child_post_startup_inferior): Update.
5915 * nat/aarch64-linux-hw-point.c (aarch64_linux_get_debug_reg_capacity):
5916 New function.
5917 * nat/aarch64-linux-hw-point.h (aarch64_linux_get_debug_reg_capacity):
5918 Declare it.
5919
5920 2015-07-21 Markus Metzger <markus.t.metzger@intel.com>
5921
5922 * common/btrace-common.c (btrace_data_append): Change case label.
5923
5924 2015-07-20 Yao Qi <yao.qi@linaro.org>
5925
5926 * nat/aarch64-linux-hw-point.c (aarch64_handle_unaligned_watchpoint):
5927 Re-indent the code.
5928 * nat/aarch64-linux-hw-point.h: Use ULONGEST rather than
5929 "unsigned long long".
5930
5931 2015-07-18 Kevin Buettner <kevinb@redhat.com>
5932
5933 * dwarf2read.c (dwarf2_locate_sections): Allow has_section_at_zero
5934 to be set for SEC_ALLOC sections too.
5935
5936 2015-07-17 Yao Qi <yao.qi@linaro.org>
5937
5938 * Makefile.in (HFILES_NO_SRCDIR): Add
5939 nat/aarch64-linux-hw-point.h.
5940 (aarch64-linux-hw-point.o): New rule.
5941 * nat/aarch64-linux-hw-point.h: New file.
5942 * nat/aarch64-linux-hw-point.c: New file.
5943 * aarch64-linux-nat.c: Include nat/aarch64-linux-hw-point.h.
5944 (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
5945 (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
5946 (AARCH64_HWP_ALIGNMENT): Likewise.
5947 (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
5948 (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
5949 (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
5950 (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
5951 (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
5952 (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
5953 (struct aarch64_debug_reg_state): Likewise.
5954 (struct arch_lwp_info): Likewise.
5955 (aarch64_linux_set_debug_regs): Likewise.
5956 (aarch64_notify_debug_reg_change): Remove static.
5957 (aarch64_align_watchpoint): Likewise.
5958 (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
5959 (aarch64_watchpoint_length): Likewise.
5960 (aarch64_point_encode_ctrl_reg): Likewise
5961 (aarch64_point_is_aligned): Likewise.
5962 (aarch64_dr_state_insert_one_point): Likewise.
5963 (aarch64_dr_state_remove_one_point): Likewise.
5964 (aarch64_handle_breakpoint): Likewise.
5965 (aarch64_handle_aligned_watchpoint): Likewise.
5966 (aarch64_handle_unaligned_watchpoint): Likewise.
5967 (aarch64_handle_watchpoint): Likewise.
5968 * config/aarch64/linux.mh (NAT_FILE): Add
5969 aarch64-linux-hw-point.o.
5970
5971 2015-07-17 Yao Qi <yao.qi@linaro.org>
5972
5973 * aarch64-linux-nat.c (aarch64_handle_breakpoint): Add argument
5974 state and don't call aarch64_get_debug_reg_state. All callers
5975 update.
5976 (aarch64_linux_insert_hw_breakpoint): Call
5977 aarch64_get_debug_reg_state earlier.
5978 (aarch64_linux_remove_hw_breakpoint): Likewise.
5979 (aarch64_handle_aligned_watchpoint): Add argument state and
5980 don't call aarch64_get_debug_reg_state. All callers update.
5981 (aarch64_handle_unaligned_watchpoint): Likewise.
5982 (aarch64_handle_watchpoint): Add argument state.
5983 (aarch64_linux_insert_watchpoint): Call aarch64_get_debug_reg_state
5984 earlier.
5985 (aarch64_linux_remove_watchpoint): Likewise.
5986
5987 2015-07-17 Yao Qi <yao.qi@linaro.org>
5988
5989 * aarch64-linux-nat.c (aarch64_show_debug_reg_state): Use
5990 debug_printf.
5991 (aarch64_handle_unaligned_watchpoint): Likewise.
5992
5993 2015-07-17 Yao Qi <yao.qi@linaro.org>
5994
5995 * aarch64-linux-nat.c (aarch64_dr_state_insert_one_point): Change
5996 argument type's type to 'enum target_hw_bp_type'.
5997 (aarch64_dr_state_remove_one_point): Likewise.
5998 (aarch64_handle_breakpoint): Likewise.
5999 (aarch64_linux_insert_hw_breakpoint): Likewise.
6000 (aarch64_linux_remove_hw_breakpoint): Likewise.
6001 (aarch64_handle_aligned_watchpoint): Likewise.
6002
6003 2015-07-17 Yao Qi <yao.qi@linaro.org>
6004
6005 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Call
6006 ptid_get_pid instead of get_thread_id.
6007
6008 2015-07-17 Yao Qi <yao.qi@linaro.org>
6009
6010 * remote.c (get_current_thread): Initialise ptid to null_ptid.
6011 (add_current_inferior_and_thread): Don't initialise ptid.
6012
6013 2015-07-16 Pierre Langlois <pierre.langlois@arm.com>
6014
6015 * aarch64-tdep.c (aarch64_pseudo_read_value): Mark S register as
6016 unavailable if invalid.
6017
6018 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6019
6020 Revert the previous 6 commits:
6021 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
6022 Move gdb_regex* to common/
6023 Prepare linux_find_memory_regions_full & co. for move
6024 Move linux_find_memory_regions_full & co.
6025 gdbserver build-id attribute generator
6026 Validate symbol file using build-id
6027
6028 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6029 Jan Kratochvil <jan.kratochvil@redhat.com>
6030
6031 Validate symbol file using build-id.
6032 * NEWS (Changes since GDB 7.10): Add 'set validate-build-id'
6033 and 'show validate-build-id'. Add build-id attribute.
6034 * solib-darwin.c (_initialize_darwin_solib): Assign validate value.
6035 * solib-dsbt.c (_initialize_dsbt_solib): Ditto.
6036 * solib-frv.c (_initialize_frv_solib): Ditto.
6037 * solib-spu.c (set_spu_solib_ops): Ditto.
6038 * solib-svr4.c: Include rsp-low.h.
6039 (NOTE_GNU_BUILD_ID_NAME): New define.
6040 (svr4_validate): New function.
6041 (svr4_copy_library_list): Duplicate field build_id.
6042 (library_list_start_library): Parse 'build-id' attribute.
6043 (svr4_library_attributes): Add 'build-id' attribute.
6044 (_initialize_svr4_solib): Assign validate value.
6045 * solib-target.c (solib.h): Include.
6046 (_initialize_solib_target): Assign validate value.
6047 * solib.c (validate_build_id, show_validate_build_id): New.
6048 (solib_map_sections): Use ops->validate.
6049 (clear_so): Free build_id.
6050 (default_solib_validate): New function.
6051 (_initialize_solib): Add "validate-build-id".
6052 * solib.h (default_solib_validate): New declaration.
6053 * solist.h (struct so_list): New fields 'build_idsz' and 'build_id'.
6054 (target_so_ops): New field 'validate'.
6055
6056 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6057 Jan Kratochvil <jan.kratochvil@redhat.com>
6058
6059 gdbserver build-id attribute generator.
6060 * features/library-list-svr4.dtd (library-list-svr4): New
6061 'build-id' attribute.
6062
6063 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6064 Jan Kratochvil <jan.kratochvil@redhat.com>
6065
6066 Move linux_find_memory_regions_full & co.
6067 * linux-tdep.c (nat/linux-maps.h): Include.
6068 (gdb_regex.h): Remove the include.
6069 (enum filterflags, struct smaps_vmflags, read_mapping, decode_vmflags)
6070 (mapping_is_anonymous_p, dump_mapping_p): Moved to nat/linux-maps.c.
6071 (linux_find_memory_region_ftype): Moved typedef to nat/linux-maps.h.
6072 (linux_find_memory_regions_full): Moved definition to nat/linux-maps.c.
6073 * nat/linux-maps.c: Include ctype.h, target/target-utils.h, gdb_regex.h
6074 and target/target.h.
6075 (struct smaps_vmflags, read_mapping, decode_vmflags)
6076 (mapping_is_anonymous_p, dump_mapping_p): Move from linux-tdep.c.
6077 (linux_find_memory_regions_full): Move from linux-tdep.c.
6078 * nat/linux-maps.h (read_mapping): New declaration.
6079 (linux_find_memory_region_ftype, enum filterflags): Moved from
6080 linux-tdep.c.
6081 (linux_find_memory_regions_full): New declaration.
6082 * target.c (target/target-utils.h): Include.
6083 (read_alloc_pread_ftype): Moved typedef to target/target-utils.h.
6084 (read_alloc, read_stralloc_func_ftype, read_stralloc): Moved
6085 definitions to target/target-utils.c.
6086 * target.h (target_fileio_read_stralloc): Move it to target/target.h.
6087 * target/target-utils.c (read_alloc, read_stralloc): Move definitions
6088 from target.c.
6089 * target/target-utils.h (read_alloc_pread_ftype): New typedef.
6090 (read_alloc): New declaration.
6091 (read_stralloc_func_ftype): New typedef.
6092 (read_stralloc): New declaration.
6093 * target/target.h (target_fileio_read_stralloc): Move it from target.h.
6094
6095 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6096 Jan Kratochvil <jan.kratochvil@redhat.com>
6097
6098 Prepare linux_find_memory_regions_full & co. for move.
6099 * linux-tdep.c (linux_find_memory_region_ftype): Comment.
6100 (linux_find_memory_regions_full): Change signature and prepare
6101 for moving to linux-maps.
6102 (linux_find_memory_regions_data): Rename field 'obfd' to 'data'.
6103 (linux_find_memory_regions_thunk): New.
6104 (linux_find_memory_regions_thunk): Use 'data' field instead of 'obfd'.
6105 (linux_find_memory_regions_gdb): New.
6106 (linux_find_memory_regions): Rename argument 'obfd' to 'func_data'.
6107 (linux_make_mappings_corefile_notes): Use
6108 linux_find_memory_regions_gdb.
6109 * target.c (read_alloc_pread_ftype): New typedef.
6110 (target_fileio_read_alloc_1_pread): New function.
6111 (read_alloc): Refactor from target_fileio_read_alloc_1.
6112 (read_stralloc_func_ftype): New typedef.
6113 (target_fileio_read_alloc_1): New implementation. Use read_alloc.
6114 (read_stralloc): Refactored from target_fileio_read_stralloc.
6115 (target_fileio_read_stralloc): New implementation, use read_stralloc.
6116
6117 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6118
6119 * Makefile.in (HFILES_NO_SRCDIR): Change gdb_regex.h to
6120 common/gdb_regex.h.
6121 (COMMON_OBS): Add gdb_regex.o.
6122 (gdb_regex.o): New.
6123 * common/common.m4 (GDB_AC_COMMON): Add gdb_use_included_regex,
6124 --without-included-regex and USE_INCLUDED_REGEX.
6125 * common/gdb_regex.c: New file from utils.c functions.
6126 * common/gdb_regex.h: Move it here from gdb_regex.h, update include
6127 file wrapping define name.
6128 * configure: Rebuilt.
6129 * configure.ac (gdb_use_included_regex, --without-included-regex)
6130 (USE_INCLUDED_REGEX): Move them to common/common.m4.
6131 * gdb_regex.h: Move it to common/gdb_regex.h.
6132 * utils.c: Remove include gdb_regex.h.
6133 (do_regfree_cleanup, make_regfree_cleanup, get_regcomp_error)
6134 (compile_rx_or_error): Move them to common/gdb_regex.c.
6135
6136 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6137 Jan Kratochvil <jan.kratochvil@redhat.com>
6138
6139 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
6140 * Makefile.in (HFILES_NO_SRCDIR); Add nat/linux-maps.h,
6141 common/target-utils.h.
6142 (COMMON_OBS): Add target-utils.o.
6143 (linux-maps.o, target-utils.o): New.
6144 * target/target-utils.c: New file.
6145 * target/target-utils.h: New file.
6146 * config/i386/linux.mh (NATDEPFILES): Add linux-maps.o.
6147 * config/i386/linux64.mh (NATDEPFILES): Ditto.
6148 * nat/linux-maps.c: New file.
6149 * nat/linux-maps.h: New file.
6150
6151 2015-07-15 Markus Metzger <markus.t.metzger@intel.com>
6152 Pedro Alves <palves@redhat.com>
6153
6154 * nat/linux-btrace.c (perf_event_read): Change the type of DATA_HEAD.
6155 (perf_event_read_all): Change the type of SIZE and DATA_HEAD.
6156 (perf_event_read_bts): Change the type of SIZE and READ.
6157 (linux_enable_bts): Change the type of SIZE, PAGES, DATA_SIZE,
6158 and DATA_OFFSET. Move DATA_SIZE declaration. Restrict the buffer size
6159 to UINT_MAX. Check for overflows when using DATA_HEAD from the perf
6160 mmap page.
6161 (linux_enable_pt): Change the type of PAGES and SIZE. Restrict the
6162 buffer size to UINT_MAX.
6163 (linux_read_bts): Change the type of BUFFER_SIZE, SIZE, DATA_HEAD, and
6164 DATA_TAIL.
6165 * nat/linux-btrace.h (struct perf_event_buffer)<size, data_head>
6166 <last_head>: Change type.
6167 * common/btrace-common.h (struct btrace_dat_pt) <size>: Change type.
6168 * common/btrace-common.c (btrace_data_append): Change the type of
6169 SIZE.
6170 * btrace.c (parse_xml_raw): Change the type of SIZE. Change oddness
6171 check.
6172
6173 2015-07-14 Simon Marchi <simon.marchi@ericsson.com>
6174
6175 * gdbtypes.h (CHECK_TYPEDEF): Remove.
6176 * aarch64-tdep.c (aarch64_return_in_memory): Replace CHECK_TYPEDEF
6177 with check_typedef.
6178 * ada-lang.c (decode_constrained_packed_array_type): Likewise.
6179 (ada_array_length): Likewise.
6180 (find_parallel_type_by_descriptive_type): Likewise.
6181 (ada_check_typedef): Likewise.
6182 * arm-tdep.c (arm_return_in_memory): Likewise.
6183 * ax-gdb.c (gen_trace_static_fields): Likewise.
6184 (gen_struct_ref_recursive): Likewise.
6185 * c-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
6186 (variable: block COLONCOLON name): Likewise.
6187 (qualified_name: TYPENAME COLONCOLON name): Likewise.
6188 * c-lang.c (classify_type): Likewise.
6189 * c-typeprint.c (c_print_type): Likewise.
6190 (c_print_typedef): Likewise.
6191 (c_type_print_base): Likewise.
6192 * c-valprint.c (c_val_print): Likewise.
6193 * compile/compile-c-types.c (convert_type): Likewise.
6194 * compile/compile-object-load.c (get_out_value_type): Likewise.
6195 * completer.c (add_struct_fields): Likewise.
6196 (expression_completer): Likewise.
6197 * cp-namespace.c (cp_find_type_baseclass_by_name): Likewise.
6198 (cp_lookup_nested_symbol_1): Likewise.
6199 (cp_lookup_nested_symbol): Likewise.
6200 * cp-valprint.c (cp_print_value_fields): Likewise.
6201 (cp_print_static_field): Likewise.
6202 * d-valprint.c (d_val_print): Likewise.
6203 * eval.c (evaluate_subexp_standard): Likewise.
6204 (evaluate_subexp_for_sizeof): Likewise.
6205 * f-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
6206 * f-typeprint.c (f_type_print_base): Likewise.
6207 * f-valprint.c (f_val_print): Likewise.
6208 * gdbtypes.c (get_discrete_bounds): Likewise.
6209 (create_array_type_with_stride): Likewise.
6210 (type_name_no_tag_or_error): Likewise.
6211 (lookup_struct_elt_type): Likewise.
6212 (get_unsigned_type_max): Likewise.
6213 (internal_type_vptr_fieldno): Likewise.
6214 (set_type_vptr_fieldno): Likewise.
6215 (internal_type_vptr_basetype): Likewise.
6216 (set_type_vptr_basetype): Likewise.
6217 (get_vptr_fieldno): Likewise.
6218 (is_integral_type): Likewise.
6219 (is_scalar_type): Likewise.
6220 (is_scalar_type_recursive): Likewise.
6221 (distance_to_ancestor): Likewise.
6222 (is_unique_ancestor_worker): Likewise.
6223 (check_types_equal): Likewise.
6224 * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise.
6225
6226 2015-07-14 Iain Buclaw <ibuclaw@gdcproject.org>
6227
6228 * dwarf2read.c (find_slot_in_mapped_hash): Extend language support to
6229 also test for language_d.
6230 (dwarf2_compute_name): Likewise.
6231 (read_func_scope): Likewise.
6232 (read_structure_type): Likewise.
6233 (new_symbol_full): Likewise.
6234 (determine_prefix): Likewise.
6235 (read_import_statement): Use dot as the separator for language_d.
6236 (typename_concat): Likewise, but don't prefix the D main function.
6237
6238 2015-07-14 Peter Bergner <bergner@vnet.ibm.com>
6239
6240 * nat/linux-namespaces.c (setns): Rename from this ...
6241 (do_setns): ... to this. Support calling setns if it exists.
6242 (mnsh_handle_setns): Call do_setns.
6243
6244 2015-07-13 Yao Qi <yao.qi@linaro.org>
6245
6246 * exec.c (exec_file_attach): Add period at the end of error
6247 message.
6248
6249 2015-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6250
6251 * tui/tui-win.c (window_name_completer): New function.
6252 (focus_completer): Call window_name_completer. All old content
6253 moved into window_name_completer.
6254 (winheight_completer): New function.
6255 (_initialize_tui_win): Rename variable. Add completer to
6256 winheight command. Update doc string on winheight.
6257
6258 2015-07-12 Sandra Loosemore <sandra@codesourcery.com>
6259
6260 * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Register
6261 all nios2 mach variants.
6262
6263 2015-07-10 Kevin Buettner <kevinb@redhat.com>
6264
6265 * rx-tdep.c (rx_get_opcode_byte): Use target_read_code instead
6266 of target_read_memory.
6267
6268 2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6269
6270 * tui/tui-win.c (tui_set_win_height): Use a cleanup to free the
6271 string copy.
6272 (parse_scrolling_args): Likewise.
6273
6274 2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6275
6276 * tui/tui-win.c (focus_completer): Don't duplicate the tui window
6277 names in this function.
6278
6279 2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6280
6281 * tui/tui-data.h (SRC_NAME): Convert to lower case.
6282 (CMD_NAME): Likewise.
6283 (DATA_NAME): Likewise.
6284 (DISASSEM_NAME): Likewise.
6285 * tui/tui-win.c (tui_set_focus): Window names are now lower case.
6286 (tui_set_win_height): Likewise.
6287 (parse_scrolling_args): Likewise.
6288
6289 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6290
6291 * record-btrace.c (record_btrace_goto_begin)
6292 (record_btrace_goto_end, record_btrace_goto): Move call to
6293 print_stack_frame ...
6294 (record_btrace_set_replay): ... here. Set stop_pc.
6295 * record-full.c (record_full_goto_entry): Set stop_pc.
6296
6297 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6298
6299 * NEWS: Mention support for tracepoints on aarch64-linux.
6300
6301 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6302
6303 * linux-aarch64-low.c (aarch64_supports_tracepoints): New
6304 function. Return 1.
6305 (the_low_target): Install it.
6306
6307 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6308
6309 * gdb.trace/backtrace.exp: Set registers for aarch64 target.
6310 * gdb.trace/collection.exp: Likewise.
6311 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6312 * gdb.trace/mi-trace-unavailable.exp: Likewise.
6313 * gdb.trace/report.exp: Likewise.
6314 * gdb.trace/trace-break.exp: Likewise.
6315 * gdb.trace/unavailable.exp: Likewise.
6316 * gdb.trace/while-dyn.exp: Likewise.
6317
6318 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6319
6320 * aarch64-tdep.c: Add ax.h and ax-gdb.h includes.
6321 (aarch64_gen_return_address): New function.
6322 (aarch64_gdbarch_init): Hook it.
6323
6324 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6325
6326 * aarch64-tdep.c (aarch64_make_stub_cache): Set available_p and
6327 swallow NOT_AVAILABLE_ERROR.
6328 (aarch64_stub_this_id): Call frame_id_build_unavailable_stack if
6329 available_p is not set.
6330 (aarch64_stub_frame_unwind_stop_reason): New function.
6331 (aarch64_stub_unwind): Install it.
6332
6333 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6334
6335 * aarch64-tdep.c (aarch64_prologue_cache) <available_p>: New
6336 field.
6337 (aarch64_make_prologue_cache_1): New function, factored out from
6338 aarch64_make_prologue_cache. Do not allocate cache. Set
6339 available_p.
6340 (aarch64_make_prologue_cache): Reimplement wrapping
6341 aarch64_make_prologue_cache_1, and swallowing
6342 NOT_AVAILABLE_ERROR.
6343 (aarch64_prologue_frame_unwind_stop_reason): New function.
6344 Return UNWIND_UNAVAILABLE if available_p is not set.
6345 (aarch64_prologue_unwind): Install it.
6346 (aarch64_prologue_this_id): Move prev_pc and prev_sp limit
6347 checks into aarch64_prologue_frame_unwind_stop_reason. Call
6348 frame_id_build_unavailable_stack if available_p is not set.
6349
6350 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6351
6352 * aarch64-tdep.c (aarch64_prologue_cache) <func, prev_pc>: New
6353 fields.
6354 (aarch64_scan_prologue): Set prev_pc.
6355 (aarch64_make_prologue_cache): Set func.
6356 (aarch64_make_stub_cache): Set prev_pc.
6357 (aarch64_prologue_this_id): Remove local variables id, pc and
6358 func. Read prev_pc and func from cache.
6359 (aarch64_stub_this_id): Read prev_pc from cache.
6360
6361 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6362
6363 * aarch64-tdep.c (aarch64_make_stub_cache): Update comment. New
6364 argument this_cache. Remove unused local variables reg and
6365 unwound_fp. Return early if this_cache is already set. Set
6366 this_cache.
6367 (aarch64_stub_this_id): Update call to aarch64_make_stub_cache.
6368
6369 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6370
6371 * aarch64-tdep.c (aarch64_make_prologue_cache): Update comment.
6372 New argument this_cache. Return early if this_cache is already
6373 set. Set this_cache.
6374 (aarch64_prologue_this_id): Update call to
6375 aarch64_make_prologue_cache.
6376 (aarch64_prologue_prev_register): Likewise.
6377 (aarch64_normal_frame_base): Likewise.
6378
6379 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6380
6381 * c-valprint.c (c_val_print): Factor out memberptr printing code
6382 from c_val_print to ...
6383 (c_val_print_memberptr): ... this new function.
6384
6385 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6386
6387 * c-valprint.c (c_val_print): Factor out int printing code to ...
6388 (c_val_print_int): ... this new function.
6389
6390 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6391
6392 * c-valprint.c (c_val_print): Factor out struct and union
6393 printing code to ...
6394 (c_val_print_struct): ... this new function ...
6395 (c_val_print_union): ... and this new function.
6396
6397 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6398
6399 * c-valprint.c (c_val_print): Factor out pointer printing code
6400 to ...
6401 (c_val_print_ptr): ... this new function.
6402
6403 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6404
6405 * c-valprint.c (c_valprint): Factor our array printing code from
6406 c_val_print to ...
6407 (c_val_print_array): ... this new function.
6408
6409 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6410
6411 * c-valprint.c (c_val_print): Factor out pointer printing code
6412 to ...
6413 (print_unpacked_pointer): ... this new function.
6414
6415 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6416
6417 * c-valprint.c (c_val_print): Remove an assignment to i and move
6418 its declaration.
6419
6420 2015-07-09 Yao Qi <yao.qi@linaro.org>
6421
6422 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Add
6423 argument ptid. Update comments. Caller update.
6424
6425 2015-07-09 Markus Metzger <markus.t.metzger@intel.com>
6426
6427 * btrace.c (pt_print_packet): Print stop, vmcs, tma, mtc, cyc, and
6428 mnt packets.
6429
6430 2015-07-09 Markus Metzger <markus.t.metzger@intel.com>
6431
6432 * btrace.c (btrace_pt_readmem_callback): Change type of PC argument.
6433
6434 2015-07-08 Simon Marchi <simon.marchi@ericsson.com>
6435
6436 * progspace.c (delete_program_space): Add missing spaces.
6437
6438 2015-07-08 Simon Marchi <simon.marchi@ericsson.com>
6439
6440 * inferior.c (delete_inferior_1): Rename to ...
6441 (delete_inferior): ..., remove 'silent' parameter, delete
6442 program space when unused and remove call to prune_program_spaces.
6443 Remove the old, unused, delete_inferior.
6444 (delete_inferior_silent): Remove.
6445 (prune_inferiors): Change call from delete_inferior_1 to
6446 delete_inferior and remove 'silent' parameter. Remove call to
6447 prune_program_spaces.
6448 (remove_inferior_command): Idem.
6449 * inferior.h (delete_inferior_1): Rename to...
6450 (delete_inferior): ..., remove 'silent' parameter and remove the
6451 original delete_inferior.
6452 (delete_inferior_silent): Remove.
6453 * mi/mi-main.c (mi_cmd_remove_inferior): Change call from
6454 delete_inferior_1 to delete_inferior and remove 'silent'
6455 parameter.
6456 * progspace.c (prune_program_spaces): Remove.
6457 (pspace_empty_p): Rename to...
6458 (program_space_empty_p): ... and make non-static.
6459 (delete_program_space): New.
6460 * progspace.h (prune_program_spaces): Remove declaration.
6461 (program_space_empty_p): New declaration.
6462 (delete_program_space): New declaration.
6463 * monitor.c (monitor_close): Replace call to
6464 delete_thread_silent and delete_inferior_silent with
6465 discard_all_inferiors.
6466
6467 2015-07-08 Patrick Palka <patrick@parcs.ath.cx>
6468
6469 * defs.h (deprecated_register_changed_hook): Remove prototype.
6470 * interps.c (clear_iterpreter_hooks): Remove reference to
6471 deprecated_register_changed_hook.
6472 * top.c (deprecated_register_changed_hook): Remove prototype.
6473 * valops.c (value_assign): Remove reference to
6474 deprecated_register_changed_hook.
6475 * tui/tui-hooks.c (tui_register_changed): Add parameter "frame".
6476 Add comment documenting the function.
6477 (tui_register_changed_observer): Define.
6478 (tui_install_hooks): Remove reference to
6479 deprecated_register_changed_hook. Set
6480 tui_register_changed_observer.
6481 (tui_remove_hooks): Remove reference to
6482 deprecated_register_changed_hook. Unset
6483 tui_register_changed_observer.
6484
6485 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6486
6487 PR compile/18484
6488 * compile/compile-c-types.c (insert_type): Change gdb_assert to error.
6489
6490 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
6491
6492 PR exp/18617
6493 * ax-gdb.c (gen_conversion): Extend to 'to' bits, not 'from'.
6494
6495 2015-07-08 Markus Metzger <markus.t.metzger@intel.com>
6496
6497 * MAINTAINERS (Write After Approval): Add Markus T. Metzger.
6498
6499 2015-07-08 Markus Metzger <markus.t.metzger@intel.com>
6500
6501 * nat/linux-btrace.c (kernel_supports_bts, kernel_supports_pt):
6502 Use safe_strerror() instead of strerror().
6503
6504 2015-07-07 Yao Qi <yao.qi@linaro.org>
6505
6506 * features/arm-with-m-fpa-layout.xml: Set architecture to arm.
6507 * features/arm-with-m-fpa-layout.c: Regenerated.
6508 * features/arm-with-m-vfp-d16.xml: Likewise.
6509 * features/arm-with-m-vfp-d16.c: Regenerated.
6510 * features/arm-with-m.xml: Likewise.
6511 * features/arm-with-m.c: Regenerated.
6512 * features/arm-with-neon.xml: Likewise.
6513 * features/arm-with-neon.c: Regenerated.
6514 * features/arm-with-vfpv2.xml: Likewise.
6515 * features/arm-with-vfpv2.c: Regenerated.
6516 * features/arm-with-vfpv3.xml: Likewise.
6517 * features/arm-with-vfpv3.c: Regenerated.
6518
6519 2015-07-07 Yao Qi <yao.qi@linaro.org>
6520
6521 * aarch32-linux-nat.h (VFP_REGS_SIZE): New macro, moved from
6522 arm-linux-nat.c.
6523 * aarch64-linux-nat.c: Include aarch32-linux-nat.h and
6524 elf/external.h.
6525 (fetch_gregs_from_thread): Call aarch32_gp_regcache_supply
6526 if target is 32-bit.
6527 (store_gregs_to_thread): Call aarch32_gp_regcache_collect
6528 if target is 32-bit.
6529 (fetch_fpregs_from_thread): Call aarch32_vfp_regcache_supply
6530 if target is 32-bit.
6531 (store_fpregs_to_thread): Call aarch32_vfp_regcache_collect
6532 if target is 32-bit.
6533 (tdesc_arm_with_vfpv3, tdesc_arm_with_neon): Declare.
6534 (aarch64_linux_read_description): Return the right target
6535 description.
6536 * arm-linux-nat.c (VFP_REGS_SIZE): Moved to aarch32-linux-nat.h.
6537 * config/aarch64/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
6538 * configure.tgt (aarch64*-*-linux*): Add arm-tdep.o and
6539 arm-linux-tdep.o.
6540
6541 2015-07-07 Yao Qi <yao.qi@linaro.org>
6542
6543 * aarch32-linux-nat.c: New file.
6544 * aarch32-linux-nat.h: New file.
6545 * arm-linux-nat.c: Include aarch32-linux-nat.h.
6546 (fetch_regs): Move code to aarch32-linux-nat.c. Call
6547 aarch32_gp_regcache_supply.
6548 (store_regs): Move code to aarch32-linux-nat.c. Call
6549 aarch32_gp_regcache_collect.
6550 (fetch_vfp_regs): Move code to aarch32-linux-nat.c. Call
6551 aarch32_vfp_regcache_supply.
6552 (store_vfp_regs): Move code to aarch32-linux-nat.c. Call
6553 aarch32_vfp_regcache_collect.
6554 * config/arm/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
6555
6556 2015-07-07 Yao Qi <yao.qi@linaro.org>
6557
6558 * arm-linux-nat.c (store_fpregister): Remove.
6559 (store_register): Likewise.
6560 (fetch_fpregister): Likewise.
6561 (fetch_register): Likewise.
6562 (arm_linux_store_inferior_registers): Call store_regs and
6563 store_fpregs instead.
6564 (arm_linux_fetch_inferior_registers): Call fetch_fpregs and
6565 fetch_regs instead.
6566
6567 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6568
6569 * doc/gdb.texinfo (TUI): Restructure documentation on TUI layout
6570 and focus commands.
6571
6572 2015-07-06 Joel Brobecker <brobecker@adacore.com>
6573
6574 * NEWS: Create a new section for the next release branch.
6575 Rename the section of the current branch, now that it has
6576 been cut.
6577
6578 2015-07-06 Joel Brobecker <brobecker@adacore.com>
6579
6580 GDB 7.10 branch created (66c4b3e8a628a207bc6aafef6af0c4128195f56e):
6581 * version.in: Bump version to 7.10.50.DATE-cvs.
6582
6583 2015-07-06 Luis Machado <lgustavo@codesourcery.com>
6584
6585 * breakpoint.c (remove_breakpoint_1): Don't handle permanent
6586 breakpoints in a special way.
6587 (remove_breakpoint): Likewise.
6588 (mark_breakpoints_out): Likewise.
6589
6590 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6591
6592 * doc/gdb.texinfo (TUI): Add comma after @xref.
6593
6594 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6595
6596 * tui/tui-win.c (tui_set_focus): Use structure member 'generic'
6597 instead of casting the structure type.
6598
6599 2015-07-06 Simon Marchi <simon.marchi@ericsson.com>
6600
6601 * valops.c (search_struct_field): Remove OFFSET parameter.
6602 (value_cast_structs): Adjust calls to search_struct_field.
6603 (value_struct_elt): Same.
6604 (find_overload_match): Same.
6605
6606 2015-07-06 Simon Marchi <simon.marchi@ericsson.com>
6607
6608 * value.c (value_fetch_lazy): Update comment, change return
6609 value to void.
6610 * value.h (value_fetch_lazy): Change return value to void.
6611
6612 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6613
6614 * tui/tui-data.c (tui_partial_win_by_name): Window name is const.
6615 (tui_win_name): Make parameter and result const.
6616 * tui/tui-data.h (tui_win_name): Make parameter and result const.
6617
6618 2015-07-06 Patrick Palka <patrick@parcs.ath.cx>
6619
6620 * i386-tdep.c (i386_mpx_info_bounds): Don't call error, instead
6621 use printf_unfiltered.
6622 (set_mpx_cmd): Add missing trailing space to command string
6623 literal.
6624 (_initialize_i386_tdep): Give the "mpx" prefix command its
6625 correct name.
6626
6627 2015-07-02 Kevin Buettner <kevinb@redhat.com>
6628
6629 * rx-tdep.c (RX_USP_REGNUM, RX_BPC_REGNUM): New constants.
6630 (enum rx_frame_type): New.
6631 (struct rx_prologue): Add new field `frame_type'.
6632 (rx_analyze_prologue): Add `frame_type' parameter. Cache this
6633 parameter in the prologue struct. Add code for recording
6634 locations of PC and PSW for fast interrupt and exception frames.
6635 (rx_skip_prologue): Adjust call to rx_analyze_prologue.
6636 (rx_analyze_frame_prologue): Add `frame_type' parameter.
6637 (rx_frame_type): New function.
6638 (rx_frame_base): Fetch frame type and pass it to rx_analyze_prologue.
6639 (rx_frame_this_id): Rename parameter `this_prologue_cache' to
6640 `this_cache'.
6641 (rx_frame_prev_register): Rename parameter `this_prologue_cache' to
6642 `this_cache'. Add cases for RX_FRAME_TYPE_EXCEPTION and
6643 RX_FRAME_TYPE_FAST_INTERRUPT.
6644 (normal_frame_p, exception_frame_p, rx_frame_sniffer_common)
6645 (rx_frame_sniffer, rx_exception_sniffer): New functions.
6646 (rx_frame_unwind): Use rx_frame_sniffer instead of
6647 default_frame_sniffer.
6648 (rx_frame_unwind): New unwinder.
6649 (rx_gdbarch_init): Register new unwinder.
6650
6651 2015-07-02 Kevin Buettner <kevinb@redhat.com>
6652
6653 * rx-tdep.c (RX_BPSW_REGNUM, RX_FPSW_REGNUM): New constants.
6654 (struct gdbarch_tdep): Add fields rx_psw_type and rx_fpsw_type.
6655 (rx_register_type): Add cases for RX_PSW_REGNUM, RX_BPSW_REGNUM,
6656 and RX_FPSW_REGNUM.
6657 (rx_gdbarch_init): Initialize PSW, BPSW, and FPSW flags types.
6658
6659 2015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6660
6661 Fix GCC false warning.
6662 * s390-linux-tdep.c (s390_handle_arg): Initialize VAL.
6663
6664 2015-07-02 Yao Qi <yao.qi@linaro.org>
6665
6666 * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Fix
6667 typo in the debugging message.
6668
6669 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
6670
6671 * btrace.c: Include gdbcmd.h, cli/cli-utils.h, and ctype.h.
6672 (maint_btrace_cmdlist, maint_btrace_set_cmdlist)
6673 (maint_btrace_show_cmdlist, maint_btrace_pt_set_cmdlist)
6674 (maint_btrace_pt_show_cmdlist, maint_btrace_pt_skip_pad)
6675 (btrace_maint_clear): New.
6676 (btrace_fetch, btrace_clear): Call btrace_maint_clear.
6677 (pt_print_packet, btrace_maint_decode_pt)
6678 (btrace_maint_update_pt_packets, btrace_maint_update_packets)
6679 (btrace_maint_print_packets, get_uint, get_context_size, no_chunk)
6680 (maint_btrace_packet_history_cmd)
6681 (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
6682 (maint_btrace_cmd, maint_btrace_set_cmd, maint_btrace_show_cmd)
6683 (maint_btrace_pt_set_cmd, maint_btrace_pt_show_cmd)
6684 (maint_info_btrace_cmd, _initialize_btrace): New.
6685 * btrace.h (btrace_pt_packet, btrace_pt_packet_s)
6686 (btrace_maint_packet_history, btrace_maint_info): New.
6687 (btrace_thread_info) <maint>: New.
6688 * NEWS: Announce it.
6689
6690 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
6691
6692 * btrace.c (btrace_fetch): Append the new trace data.
6693 (btrace_clear): Clear the stored trace data.
6694 * btrace.h (btrace_thread_info) <data>: New.
6695 * common/btrace-common.h (btrace_data_clear)
6696 (btrace_data_append): New.
6697 * common/btrace-common.c (btrace_data_clear)
6698 (btrace_data_append): New.
6699
6700 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
6701
6702 * nat/linux-btrace.c (linux_enable_bts): Check for
6703 PERF_ATTR_SIZE_VER5.
6704 Check for data_offset and data_size fields. Use them.
6705
6706 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
6707
6708 * NEWS: Announce new commands "record btrace pt" and "record pt".
6709 Announce new options "set|show record btrace pt buffer-size".
6710 * btrace.c: Include "rsp-low.h".
6711 Include "inttypes.h".
6712 (btrace_add_pc): Add forward declaration.
6713 (pt_reclassify_insn, ftrace_add_pt, btrace_pt_readmem_callback)
6714 (pt_translate_cpu_vendor, btrace_finalize_ftrace_pt)
6715 (btrace_compute_ftrace_pt): New.
6716 (btrace_compute_ftrace): Support BTRACE_FORMAT_PT.
6717 (check_xml_btrace_version): Update version check.
6718 (parse_xml_raw, parse_xml_btrace_pt_config_cpu)
6719 (parse_xml_btrace_pt_raw, parse_xml_btrace_pt)
6720 (btrace_pt_config_cpu_attributes, btrace_pt_config_children)
6721 (btrace_pt_children): New.
6722 (btrace_children): Add support for "pt".
6723 (parse_xml_btrace_conf_pt, btrace_conf_pt_attributes): New.
6724 (btrace_conf_children): Add support for "pt".
6725 * btrace.h: Include "intel-pt.h".
6726 (btrace_pt_error): New.
6727 * common/btrace-common.c (btrace_format_string, btrace_data_fini)
6728 (btrace_data_empty): Support BTRACE_FORMAT_PT.
6729 * common/btrace-common.h (btrace_format): Add BTRACE_FORMAT_PT.
6730 (struct btrace_config_pt): New.
6731 (struct btrace_config)<pt>: New.
6732 (struct btrace_data_pt_config, struct btrace_data_pt): New.
6733 (struct btrace_data)<pt>: New.
6734 * features/btrace-conf.dtd (btrace-conf)<pt>: New.
6735 (pt): New.
6736 * features/btrace.dtd (btrace)<pt>: New.
6737 (pt, pt-config, cpu): New.
6738 * nat/linux-btrace.c (perf_event_read, perf_event_read_all)
6739 (perf_event_pt_event_type, kernel_supports_pt)
6740 (linux_supports_pt): New.
6741 (linux_supports_btrace): Support BTRACE_FORMAT_PT.
6742 (linux_enable_bts): Free tinfo on error.
6743 (linux_enable_pt): New.
6744 (linux_enable_btrace): Support BTRACE_FORMAT_PT.
6745 (linux_disable_pt): New.
6746 (linux_disable_btrace): Support BTRACE_FORMAT_PT.
6747 (linux_fill_btrace_pt_config, linux_read_pt): New.
6748 (linux_read_btrace): Support BTRACE_FORMAT_PT.
6749 * nat/linux-btrace.h (struct btrace_tinfo_pt): New.
6750 (struct btrace_target_info)<pt>: New.
6751 * record-btrace.c (set_record_btrace_pt_cmdlist)
6752 (show_record_btrace_pt_cmdlist): New.
6753 (record_btrace_print_pt_conf): New.
6754 (record_btrace_print_conf): Support BTRACE_FORMAT_PT.
6755 (btrace_ui_out_decode_error): Support BTRACE_FORMAT_PT.
6756 (cmd_record_btrace_pt_start): New.
6757 (cmd_record_btrace_start): Support BTRACE_FORMAT_PT.
6758 (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): New.
6759 (_initialize_record_btrace): Add new commands.
6760 * remote.c (PACKET_Qbtrace_pt, PACKET_Qbtrace_conf_pt_size): New.
6761 (remote_protocol_features): Add "Qbtrace:pt".
6762 Add "Qbtrace-conf:pt:size".
6763 (remote_supports_btrace): Support BTRACE_FORMAT_PT.
6764 (btrace_sync_conf): Support PACKET_Qbtrace_conf_pt_size.
6765 (remote_enable_btrace): Support BTRACE_FORMAT_PT.
6766 (_initialize_remote): Add new commands.
6767
6768 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
6769
6770 * configure.ac: check for libipt
6771 * configure: Regenerate.
6772 * config.in: Regenerate.
6773 * Makefile.in (LIBIPT): New.
6774 (CLIBS): Add $LIBIPT.
6775 * NEWS: document new configure options
6776
6777 2015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6778
6779 * compile/compile-object-load.c (compile_object_load): Replace debug
6780 message "lookup undefined ELF symbol" by 3 more specific messages.
6781
6782 2015-07-01 Kevin Buettner <kevinb@redhat.com>
6783
6784 * rl78-tdep.c (struct gdbarch_tdep): Add new field, rl78_psw_type.
6785 (rl78_register_type): Add case for RL78_PSW_REGNUM.
6786 (rl78_gdbarch_init): Initialize rl78_psw_type.
6787
6788 2015-07-01 Patrick Palka <patrick@parcs.ath.cx>
6789
6790 * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
6791 Update commentary. Always refresh the registers when frame
6792 information has changed.
6793 * tui/tui-stack.c (tui_show_frame_info): Update commentary.
6794 Change return type to int. Return 1 if frame information has
6795 changed, 0 otherwise.
6796 (tui_before_prompt): Update commentary.
6797 * tui/tui-stack.h (tui_show_frame_info): Change return type to
6798 int.
6799
6800 2015-06-30 Patrick Palka <patrick@parcs.ath.cx>
6801
6802 PR tui/13378
6803 * frame.c (select_frame): Remove reference to
6804 deprecated_selected_frame_level_changed_hook.
6805 * frame.h (deprecated_selected_frame_level_changed_hook): Remove
6806 declaration.
6807 * stack.c (deprecated_selected_frame_level_changed_hook):
6808 Likewise.
6809 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook):
6810 Rename to ...
6811 (tui_refresh_frame_and_register_information): ... this. Bail
6812 out if there is no stack. Don't update register information
6813 unless registers_too_p is true.
6814 (tui_print_frame_info_listing_hook): Rename to ...
6815 (tui_dummy_print_frame_info_listing_hook): ... this.
6816 (tui_before_prompt): New function.
6817 (tui_normal_stop): New function.
6818 (tui_before_prompt_observer): New observer.
6819 (tui_normal_stop_observer): New observer.
6820 (tui_install_hooks): Set
6821 deprecated_print_frame_info_listing_hook to
6822 tui_dummy_print_frame_info_listing_hook. Register
6823 tui_before_prompt_observer to call tui_before_prompt and
6824 tui_normal_stop_observer to call tui_normal_stop. Remove
6825 reference to deprecated_selected_frame_level_changed_hook.
6826 (tui_remove_hooks): Detach and unset tui_before_prompt_observer
6827 and tui_normal_stop_observer. Remove reference to
6828 deprecated_selected_frame_level_changed_hook.
6829
6830 2015-06-30 Patrick Palka <patrick@parcs.ath.cx>
6831
6832 PR tui/13378
6833 * tui/tui-stack.c (tui_set_locator_info): Change prototype to
6834 return an int instead of void. Return whether the locator
6835 window has changed.
6836 (tui_show_frame_info): If the locator info has not changed, then
6837 bail out early to avoid refreshing the windows.
6838
6839 2015-06-30 Patrick Palka <patrick@parcs.ath.cx>
6840
6841 * tui/tui-stack.c (tui_set_locator_info): Explicitly pass
6842 LOCATOR_WIN to tui_alloc_content.
6843
6844 2015-06-30 Yao Qi <yao.qi@linaro.org>
6845
6846 PR tdep/18605
6847 * arm-tdep.c (arm_get_next_pc_raw): Break for media
6848 instructions.
6849
6850 2015-06-29 Kevin Buettner <kevinb@redhat.com>
6851
6852 * rx-tdep.c (RX_PSW_REGNUM): New enum constant.
6853 (rx_dwarf_reg_to_regnum): New function.
6854 (rx_gdbarch_init): Register rx_dwarf_reg_to_regnum. Use dwarf2
6855 unwinding.
6856
6857 2015-06-29 Pedro Alves <palves@redhat.com>
6858
6859 PR threads/18127
6860 * infcall.c (run_inferior_call): On infcall success, if the thread
6861 was marked stopped before, reset it back to stopped.
6862 * infrun.c (resume): Don't suppress the set_running calls when
6863 doing an infcall.
6864 (normal_stop): Only discard the finish_thread_state cleanup if the
6865 infcall succeeded.
6866
6867 2015-06-29 Pierre Langlois <pierre.langlois@arm.com>
6868
6869 * MAINTAINERS (Write After Approval): Update my email address.
6870
6871 2015-06-26 Keith Seitz <keiths@redhat.com>
6872 Doug Evans <dje@google.com>
6873
6874 PR 16253
6875 * block.c (block_lookup_symbol): For non-function blocks,
6876 continue to search for a symbol with an exact domain match
6877 Otherwise, return any previously found "best domain" symbol.
6878 (block_lookup_symbol_primary): Likewise.
6879
6880 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6881
6882 * NEWS: Mention the new option "history remove-duplicates".
6883 * top.c (history_remove_duplicates): New static variable.
6884 (show_history_remove_duplicates): New static function.
6885 (gdb_add_history): Conditionally remove duplicate history
6886 entries.
6887 (init_main): Add "history remove-duplicates" option.
6888
6889 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6890
6891 * tui/tui-win.c (focus_completer): New static function.
6892 (_initialize_tui_win): Set the completion function of the
6893 "focus" command to focus_completer.
6894
6895 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6896
6897 * linespec.c (minsym_found): Reset sal.PC for COMPUNIT_LOCATIONS_VALID
6898 and language_asm..
6899 * symtab.c (find_function_start_sal): Likewise.
6900
6901 2015-06-25 Gary Benson <gbenson@redhat.com>
6902
6903 * solib.c (solib_find_1): Set local variable sysroot to NULL if
6904 it is the empty string after trailing slashes have been stripped.
6905
6906 2015-06-25 Gary Benson <gbenson@redhat.com>
6907
6908 * exec.c (exec_file_locate_attach): Remove gdb_sysroot NULL check.
6909 * infrun.c (follow_exec): Likewise.
6910 * remote.c (remote_filesystem_is_local): Likewise.
6911 * solib.c (solib_find_1): Likewise.
6912
6913 2015-06-24 Keith Seitz <keiths@redhat.com>
6914
6915 * build-id.c (build_id_to_debug_bfd): Add cleanup to free
6916 return value from lrealpath.
6917
6918 2015-06-24 Mike Frysinger <vapier@gentoo.org>
6919
6920 * remote-sim.c (gdbsim_open): Move sysroot update to the top.
6921
6922 2015-06-24 Mike Frysinger <vapier@gentoo.org>
6923
6924 * remote-sim.c: Include gdb_bfd.h.
6925 (gdbsim_open): Declare new local sysroot pointing to gdb_sysroot.
6926 Skip TARGET_SYSROOT_PREFIX in gdb_sysroot when it is active.
6927
6928 2015-06-24 Yao Qi <yao.qi@linaro.org>
6929
6930 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't call
6931 set_gdbarch_get_siginfo_type.
6932 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
6933 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
6934 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
6935 * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
6936 * ppc-linux-tdep.c (ppc_linux_init_abi): Likewise.
6937 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
6938 * tilegx-linux-tdep.c (tilegx_linux_init_abi): Likewise.
6939 * linux-tdep.c (linux_get_siginfo_type): Change it to static.
6940 (linux_init_abi): Call set_gdbarch_get_siginfo_type.
6941 * linux-tdep.h (linux_get_siginfo_type): Remove the declaration.
6942
6943 2015-06-24 Gary Benson <gbenson@redhat.com>
6944
6945 * common/buffer.c (stdint.h): Do not include.
6946 * common/print-utils.c (stdint.h): Likewise.
6947 * compile/compile-c-symbols.c (gdb_assert.h): Likewise.
6948 * compile/compile-c-types.c (gdb_assert.h): Likewise.
6949 * ft32-tdep.c (gdb_assert.h): Likewise.
6950 * guile/scm-utils.c (stdint.h): Likewise.
6951 * i386-linux-tdep.c (stdint.h): Likewise.
6952 * i386-tdep.c (stdint.h): Likewise.
6953 * nat/linux-btrace.c (stdint.h): Likewise.
6954 * nat/linux-btrace.h (stdint.h): Likewise.
6955 * nat/linux-ptrace.c (stdint.h): Likewise.
6956 * nat/mips-linux-watch.h (stdint.h): Likewise.
6957 * ppc-linux-nat.c (stdint.h): Likewise.
6958 * python/python-internal.h (stdint.h): Likewise.
6959 * stub-termcap.c (stdlib.h): Likewise.
6960 * target/target.h (stdint.h): Likewise.
6961 * xtensa-linux-nat.c (stdint.h): Likewise.
6962
6963 2015-06-23 Patrick Palka <patrick@parcs.ath.cx>
6964
6965 * top.c (init_history): Look at errno after calling strtol to
6966 properly map large GDBHISTSIZE values to infinity.
6967
6968 2015-06-23 Doug Evans <dje@google.com>
6969
6970 * inferior.h (struct inferior_suspend_state): Delete, unused.
6971 All references deleted.
6972
6973 2015-06-23 Mike Frysinger <vapier@gentoo.org>
6974
6975 * microblaze-tdep.c (microblaze_push_dummy_code): Delete.
6976 (microblaze_push_dummy_call): Likewise.
6977 (microblaze_gdbarch_init): Delete calls to set_gdbarch_push_dummy_code
6978 and set_gdbarch_push_dummy_call.
6979
6980 2015-06-23 Yao Qi <yao.qi@linaro.org>
6981
6982 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
6983 Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly.
6984 (amd64_linux_store_inferior_registers): Likewise.
6985 * arm-linux-nat.c (fetch_fpregister): Likewise.
6986 (fetch_fpregs, store_fpregister): Likewise.
6987 (store_fpregister, store_fpregs): Likewise.
6988 (fetch_register, fetch_regs): Likewise.
6989 (store_register, store_regs): Likewise.
6990 (fetch_vfp_regs, store_vfp_regs): Likewise.
6991 (arm_linux_read_description): Check have_ptrace_getregset is
6992 TRIBOOL_UNKNOWN. Set have_ptrace_getregset to TRIBOOL_TRUE
6993 or TRIBOOL_FALSE.
6994 * i386-linux-nat.c (fetch_xstateregs): Check
6995 have_ptrace_getregset is not TRIBOOL_TRUE.
6996 (store_xstateregs): Likewise.
6997 * linux-nat.c (have_ptrace_getregset): Change its type to
6998 enum tribool.
6999 * linux-nat.h (tribool): New enum.
7000 * x86-linux-nat.c (x86_linux_read_description): Use enum tribool.
7001 Check whether have_ptrace_getregset is TRIBOOL_TRUE.
7002
7003 2015-06-19 Doug Evans <dje@google.com>
7004
7005 * NEWS: Mention Sun's version of stabs is no longer supported.
7006 * elfread.c (free_elfinfo): Delete. All uses updated.
7007 (elfstab_offset_sections): Delete. All uses updated.
7008 * gdb-stabs.h (stab_section_info): Delete. All uses updated.
7009 * psympriv.h (partial_symtab) <section_offsets>: Delete.
7010 All uses updated.
7011 * psymtab.c (start_psymtab_common): Delete arg section_offsets.
7012 All callers updated.
7013
7014 2015-06-18 Simon Marchi <simon.marchi@ericsson.com>
7015
7016 * common/rsp-low.c (needs_escaping): New.
7017 (remote_escape_output): Add unit_size parameter. Refactor to
7018 support multi-byte addressable units. Rename parameters.
7019 * common/rsp-low.h (remote_escape_output): Add unit_size
7020 parameter and rename others. Update doc.
7021 * remote.c (align_for_efficient_write): New.
7022 (remote_write_bytes_aux): Add unit_size parameter and use it.
7023 Rename some variables. Update doc.
7024 (remote_xfer_partial): Get unit size and use it.
7025 (remote_read_bytes_1): Add unit_size parameter and use it.
7026 Rename some variables. Update doc.
7027 (remote_write_bytes): Same.
7028 (remote_xfer_live_readonly_partial): Same.
7029 (remote_read_bytes): Same.
7030 (remote_flash_write): Update call to remote_write_bytes_aux.
7031 (remote_write_qxfer): Update call to remote_escape_output.
7032 (remote_search_memory): Same.
7033 (remote_hostio_pwrite): Same.
7034
7035 2015-06-17 Luis Machado <lgustavo@codesourcery.com>
7036
7037 * breakpoint.c (add_location_to_breakpoint): Don't mark permanent
7038 locations as inserted.
7039 Update and expand comment about permanent locations.
7040 (bp_loc_is_permanent): Don't return 0 for bp_call_dummy.
7041 Move comment to add_location_to_breakpoint.
7042 (update_global_location_list): Don't error out if a permanent
7043 breakpoint is not marked inserted.
7044 Don't error out if a non-permanent breakpoint location is inserted on
7045 top of a permanent breakpoint.
7046
7047 2015-06-17 Luis Machado <lgustavo@codesourcery.com>
7048
7049 * breakpoint.c (make_breakpoint_permanent): Remove unused
7050 function.
7051 * breakpoint.h (make_breakpoint_permanent): Remove declaration.
7052
7053 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7054
7055 PR gdb/16999
7056 * NEWS: Mention new GDBHISTSIZE behavior.
7057 * top.c (init_history): For null or out-of-range GDBHISTSIZE,
7058 set history size to unlimited. Ignore non-numeric GDBHISTSIZE.
7059
7060 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7061
7062 * NEWS: Mention that GDBHISTSIZE is read instead of HISTSIZE.
7063 * top.c (init_history): Read from GDBHISTSIZE instead of
7064 HISTSIZE.
7065 (init_main): Refer to GDBHISTSIZE instead of HISTSIZE.
7066
7067 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7068
7069 * top.c (gdb_safe_append_history): Do not call
7070 history_truncate_file if the history is not stifled.
7071
7072 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7073
7074 * syscalls/s390-linux.xml: Add syscalls 344 through 354.
7075 * syscalls/s390x-linux.xml: Likewise.
7076
7077 2015-06-16 Michael Eager <eager@eagercon.com>
7078
7079 * nat/linux-namespaces.c (MSG_CMSG_CLOEXEC): Define if not defined.
7080
7081 2015-06-16 Patrick Palka <patrick@parcs.ath.cx>
7082
7083 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Call
7084 target_terminal_ours_for_output() before calling
7085 tui_show_frame_info(), and restore the original terminal
7086 settings afterwards.
7087
7088 2015-06-16 Martin Simmons <martin@lispworks.com> (tiny patch)
7089
7090 * arm-linux-nat.c: Include nat/linux-ptrace.h.
7091
7092 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
7093
7094 * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable
7095 memory unit size.
7096 (mi_cmd_data_write_memory_bytes): Same.
7097
7098 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
7099
7100 * corefile.c (write_memory): Update doc.
7101 * gdbcore.h (write_memory): Same.
7102
7103 2015-06-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7104
7105 * linux-tdep.c (enum filterflags): Make it from anonymous enum.
7106 (dump_mapping_p): Use it for parameter filterflags.
7107 (linux_find_memory_regions_full): Use it for variable filterflags.
7108
7109 2015-06-15 Aleksandar Ristovski <aristovski@qnx.com
7110 Jan Kratochvil <jan.kratochvil@redhat.com>
7111
7112 Merge multiple hex conversions.
7113 * monitor.c: Include rsp-low.h.
7114 (fromhex): Remove definition.
7115
7116 2015-06-15 Aleksandar Ristovski <aristovski@qnx.com
7117 Jan Kratochvil <jan.kratochvil@redhat.com>
7118
7119 Move utility functions to common/.
7120 * cli/cli-utils.c (skip_spaces, skip_spaces_const, skip_to_space_const):
7121 Move defs to common/common-utils.c.
7122 * cli/cli-utils.h (skip_spaces, skip_spaces_const, skip_to_space)
7123 (skip_to_space_const): Move decls to common/common-utils.h.
7124 * common/common-defs.h: Move include of common-types.h before
7125 common-utils.h.
7126 * common/common-utils.c: Include host-defs.h and ctype.h.
7127 (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int, strtoulst): Move
7128 from utils.c.
7129 (skip_spaces, skip_spaces_const, skip_to_space_const): Move from
7130 cli/cli-utils.c.
7131 * common/common-utils.h (strtoulst): Move decl from utils.h.
7132 (skip_spaces, skip_spaces_const, skip_to_space, skip_to_space_const):
7133 Move from cli/cli-utils.h.
7134 * common/host-defs.h: Include limits.h.
7135 (TARGET_CHAR_BIT, HOST_CHAR_BIT): Moved from defs.h.
7136 (skip_spaces, skip_spaces_const): Move decls from cli/cli-utils.h.
7137 * defs.h (TARGET_CHAR_BIT, HOST_CHAR_BIT): Move to
7138 common/common-utils.h.
7139 * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
7140 (strtoulst): Move to common/common-utils.c.
7141 * utils.h (strtoulst): Moved decl to common/common-utils.h.
7142
7143 2015-06-15 Yao Qi <yao.qi@linaro.org>
7144
7145 * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml.
7146
7147 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
7148
7149 * build-id.c: Don't include elf-bfd.h.
7150 (build_id_bfd_get): Use bfd_build_id.
7151 (build_id_verify): Ditto.
7152 * build-id.h: Ditto.
7153 (find_separate_debug_file_by_buildid): Ditto.
7154 * python/py-objfile.c: Don't include elf-bfd.h.
7155 (objfpy_get_build_id) Use bfd_build_id.
7156 (objfpy_build_id_matches, objfpy_lookup_objfile_by_build_id): Ditto.
7157 * coffread.c: Include build-id.h.
7158 (coff_symfile_read): Try find_separate_debug_file_by_buildid.
7159
7160 2015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
7161
7162 * windows-nat.c (do_windows_fetch_inferior_registers)
7163 (handle_output_debug_string): Replace __COPY_CONTEXT_SIZE
7164 conditional with __CYGWIN__.
7165
7166 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
7167
7168 * completer.c: Add arch-utils.h include.
7169 (enum reg_completer_targets): New enum.
7170 (reg_or_group_completer_1): New function containing old
7171 reg_or_group_completer, add and use new parameter to control what
7172 is completed on. Use get_current_arch rather than architecture of
7173 currently selected frame.
7174 (reg_or_group_completer): Call new reg_or_group_completer_1.
7175 (reggroup_completer): Call new reg_or_group_completer_1.
7176 * completer.h (reggroup_completer): Add declaration.
7177 * tui/tui-regs.c: Add 'completer.h' include.
7178 (tui_reg_next_command): Renamed to...
7179 (tui_reg_next): ...this. Adjust parameters and return rather than
7180 display new group.
7181 (tui_reg_prev_command): Renamed to...
7182 (tui_reg_prev): ...this. Adjust parameters and return rather than
7183 display new group.
7184 (tui_reg_float_command): Delete.
7185 (tui_reg_general_command): Delete.
7186 (tui_reg_system_command): Delete.
7187 (tui_reg_command): Rewrite to perform switching of register group.
7188 Add header comment.
7189 (tuireglist): Remove.
7190 (tui_reggroup_completer): New function.
7191 (_initialize_tui_regs): Remove 'tui reg' sub-commands, update
7192 creation of 'tui reg' command.
7193 * NEWS: Add comment about 'tui reg' changes.
7194
7195 2015-06-12 Simon Marchi <simon.marchi@ericsson.com>
7196
7197 * target.c (target_read): Consider addressable unit size when
7198 reading from a memory object.
7199 (read_memory_robust): Same.
7200 (read_whatever_is_readable): Same.
7201 (target_write_with_progress): Consider addressable unit size
7202 when writing to a memory object.
7203 * target.h (target_read): Update documentation.
7204 (target_write): Add documentation.
7205
7206 2015-06-12 Simon Marchi <simon.marchi@ericsson.com>
7207
7208 * arch-utils.h (default_addressable_memory_unit_size): New.
7209 * arch-utils.c (default_addressable_memory_unit_size): New.
7210 * gdbarch.sh (addressable_memory_unit_size): New.
7211 * gdbarch.h: Re-generate.
7212 * gdbarch.c: Re-generate.
7213
7214 2015-06-12 Simon Marchi <simon.marchi@ericsson.com>
7215
7216 * target.c (target_read): Rename variables and use
7217 TARGET_XFER_E_IO.
7218 (target_read_with_progress): Same.
7219 (read_memory_robust): Constify parameters and rename
7220 variables.
7221 (read_whatever_is_readable): Constify parameters,
7222 rename variables, adjust formatting.
7223 * target.h (read_memory_robust): Constify parameters.
7224
7225 2015-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7226
7227 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short
7228 synthetic (non-AltiVec) vector types.
7229 (ppc64_sysv_abi_return_value): Likewise.
7230
7231 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7232
7233 PR breakpoints/16465
7234 * breakpoint.c (create_breakpoint): Save extra_string for
7235 pending breakpoints.
7236
7237 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7238
7239 * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask
7240 and bt_mask to CORE_ADDR.
7241
7242 2015-06-11 Gary Benson <gbenson@redhat.com>
7243
7244 * nat/linux-namespaces.c (mnsh_send_message): Use pulongest.
7245 (mnsh_recv_message): Likewise.
7246
7247 2015-06-11 Walfred Tedeschi <walfred.tedeschi@intel.com>
7248
7249 * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of
7250 long long int and plongest instead of %ll.
7251
7252 2015-06-11 Gary Benson <gbenson@redhat.com>
7253
7254 * nat/linux-namespaces.c (gdb_wait.h): New include.
7255 (sys/wait.h): Do not include.
7256
7257 2015-06-10 Simon Marchi <simon.marchi@ericsson.com>
7258
7259 * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if
7260 end_sequence is true.
7261
7262 2015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7263
7264 Code cleanup.
7265 * solib-target.c (library_list_start_list): Use explicit NULL
7266 comparison.
7267
7268 2015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7269
7270 * solib-target.c (library_list_start_list): Do not dereference
7271 variable version in its initialization. Make the VERSION check handle
7272 NULL.
7273 (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL.
7274
7275 2015-06-10 Gary Benson <gbenson@redhat.com>
7276
7277 * NEWS: Announce support for direct access of executable and
7278 shared library files when attaching to inferiors in containers
7279 on GNU/Linux systems.
7280
7281 2015-06-10 Gary Benson <gbenson@redhat.com>
7282
7283 * remote.c (struct remote_state) <fs_pid>: New field.
7284 (new_remote_state): Initialize the above.
7285 (PACKET_vFile_setfs): New enum value.
7286 (remote_hostio_set_filesystem): New function.
7287 (remote_hostio_open): Call the above.
7288 (remote_hostio_unlink): Likewise.
7289 (remote_hostio_readlink): Likewise.
7290 (_initialize_remote): Register new "set/show remote
7291 hostio-setfs-packet" command.
7292 * NEWS: Announce new vFile:setfs packet.
7293
7294 2015-06-10 Gary Benson <gbenson@redhat.com>
7295
7296 * linux-nat.c (nat/linux-namespaces.h): New include.
7297 (fileio.h): Likewise.
7298 (linux_nat_filesystem_is_local): New function.
7299 (linux_nat_fileio_pid_of): Likewise.
7300 (linux_nat_fileio_open): Likewise.
7301 (linux_nat_fileio_readlink): Likewise.
7302 (linux_nat_fileio_unlink): Likewise.
7303 (linux_nat_add_target): Initialize to_filesystem_is_local,
7304 to_fileio_open, to_fileio_readlink and to_fileio_unlink.
7305 (_initialize_linux_nat): New "set/show debug linux-namespaces"
7306 commands.
7307 * NEWS: Mention new "set/show debug linux-namespaces" commands.
7308
7309 2015-06-10 Gary Benson <gbenson@redhat.com>
7310
7311 * target.h (struct inferior): New forward declaration.
7312 (struct target_ops) <to_filesystem_is_local>: Update comment.
7313 (struct target_ops) <to_fileio_open>: New argument inf.
7314 Update comment. All implementations updated.
7315 (struct target_ops) <to_fileio_unlink>: Likewise.
7316 (struct target_ops) <to_fileio_readlink>: Likewise.
7317 (target_filesystem_is_local): Update comment.
7318 (target_fileio_open): New argument inf. Update comment.
7319 (target_fileio_unlink): Likewise.
7320 (target_fileio_readlink): Likewise.
7321 (target_fileio_read_alloc): Likewise.
7322 (target_fileio_read_stralloc): Likewise.
7323 * target.c (target_fileio_open): New argument inf.
7324 Pass inf to implementation. Update debug printing.
7325 (target_fileio_unlink): Likewise.
7326 (target_fileio_readlink): Likewise.
7327 (target_fileio_read_alloc_1): New argument inf. Pass inf
7328 to target_fileio_open.
7329 (target_fileio_read_alloc): New argument inf. Pass inf to
7330 target_fileio_read_alloc_1.
7331 (target_fileio_read_stralloc): Likewise.
7332 * gdb_bfd.c (inferior.h): New include.
7333 (gdb_bfd_iovec_fileio_open): Replace unused "open_closure"
7334 argument with new argument "inferior". Pass inferior to
7335 target_fileio_open.
7336 (gdb_bfd_open): Supply inferior argument to
7337 gdb_bfd_iovec_fileio_open.
7338 * linux-tdep.c (linux_info_proc): Supply inf argument to
7339 relevant target_fileio calls.
7340 (linux_find_memory_regions_full): Likewise.
7341 (linux_fill_prpsinfo): Likewise.
7342 * remote.c (remote_filesystem_is_local): Supply inf
7343 argument to remote_hostio_open.
7344 (remote_file_put): Likewise.
7345 (remote_file_get): Likewise.
7346 (remote_file_delete): Supply inf argument to
7347 remote_hostio_unlink.
7348
7349 2015-06-10 Gary Benson <gbenson@redhat.com>
7350
7351 * inf-child.c (inf_child_fileio_open): Replace comment.
7352 (inf_child_fileio_pwrite): Likewise.
7353 (inf_child_fileio_pread): Likewise.
7354 (inf_child_fileio_fstat): Insert blank line before comment.
7355 (inf_child_fileio_close): Replace comment.
7356 (inf_child_fileio_unlink): Likewise.
7357 (inf_child_fileio_readlink): Likewise.
7358 * remote.c (remote_hostio_open): Likewise.
7359 (remote_hostio_pread): Likewise.
7360 (remote_hostio_pwrite): Likewise.
7361 (remote_hostio_close): Likewise.
7362 (remote_hostio_unlink): Likewise.
7363 (remote_hostio_readlink): Likewise.
7364 (remote_hostio_fstat): Likewise.
7365 (remote_filesystem_is_local): Likewise.
7366 * target.c (target_fileio_open): Likewise.
7367 (target_fileio_pwrite): Likewise.
7368 (target_fileio_pread): Likewise.
7369 (target_fileio_fstat): Insert blank line before comment.
7370 (target_fileio_close): Replace comment.
7371 (target_fileio_unlink): Likewise.
7372 (target_fileio_readlink): Likewise.
7373 (target_fileio_read_alloc): Likewise.
7374 (target_fileio_read_stralloc): Likewise.
7375
7376 2015-06-10 Gary Benson <gbenson@redhat.com>
7377
7378 * linux-thread-db.c (nat/linux-namespaces.h): New include.
7379 (check_pid_namespace_match): Use linux_ns_same rather than
7380 linux_proc_pid_get_ns to spot PID namespace mismatches.
7381 * nat/linux-procfs.h (linux_proc_pid_get_ns): Remove.
7382 * nat/linux-procfs.c (linux_proc_pid_get_ns): Likewise.
7383
7384 2015-06-10 Gary Benson <gbenson@redhat.com>
7385
7386 * configure.ac (AC_CHECK_FUNCS): Add setns.
7387 * config.in: Regenerate.
7388 * configure: Likewise.
7389 * nat/linux-namespaces.h: New file.
7390 * nat/linux-namespaces.c: Likewise.
7391 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-namespaces.h.
7392 (linux-namespaces.o): New rule.
7393 * config/aarch64/linux.mh (NATDEPFILES): Add linux-namespaces.o.
7394 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
7395 * config/arm/linux.mh (NATDEPFILES): Likewise.
7396 * config/i386/linux.mh (NATDEPFILES): Likewise.
7397 * config/i386/linux64.mh (NATDEPFILES): Likewise.
7398 * config/ia64/linux.mh (NATDEPFILES): Likewise.
7399 * config/m32r/linux.mh (NATDEPFILES): Likewise.
7400 * config/m68k/linux.mh (NATDEPFILES): Likewise.
7401 * config/mips/linux.mh (NATDEPFILES): Likewise.
7402 * config/pa/linux.mh (NATDEPFILES): Likewise.
7403 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
7404 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
7405 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
7406 * config/s390/linux.mh (NATDEPFILES): Likewise.
7407 * config/sparc/linux.mh (NATDEPFILES): Likewise.
7408 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
7409 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
7410 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
7411
7412 2015-06-10 Gary Benson <gbenson@redhat.com>
7413
7414 * utils.h (make_cleanup_close): Moved to common/filestuff.h.
7415 * utils.c (do_close_cleanup): Moved to common/filestuff.c.
7416 (make_cleanup_close): Likewise.
7417 * common/filestuff.h (make_cleanup_close): Moved from utils.h.
7418 * common/filestuff.c (do_close_cleanup): Moved from utils.c.
7419 (make_cleanup_close): Likewise.
7420
7421 2015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
7422
7423 * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE
7424 from SuspendThread().
7425
7426 2015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
7427
7428 * windows-nat.c (handle_output_debug_string): Trim trailing '\n'
7429 from OutputDebugString.
7430
7431 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7432 Mircea Gherzan <mircea.gherzan@intel.com>
7433
7434 * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32,
7435 MPX_BT_MASK_32): New macros.
7436 (i386_mpx_set_bounds): New function that implements
7437 the command "set-mpx-bound".
7438 (i386_mpx_enabled): Helper function to test MPX availability.
7439 (i386_mpx_bd_base): Helper function to calculate the base directory
7440 address.
7441 (i386_mpx_get_bt_entry): Helper function to access a bound
7442 table entry.
7443 (i386_mpx_print_bounds): Effectively display bound information.
7444 (_initialize_i386_tdep): Add new commands to commands "set mpx" and
7445 "show mpx".
7446 (_initialize_i386_tdep):
7447 Add "bound" to the commands "show mpx" and "set mpx" commands.
7448 (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx"
7449 and "show mpx" commands.
7450 * NEWS: List new commands for MPX support.
7451
7452 2015-06-09 Gary Benson <gbenson@redhat.com>
7453
7454 * common/fileio.h (fileio_to_host_mode): New declaration.
7455 * common/fileio.c (fileio_to_host_mode): New Function.
7456 * inf-child.c (inf_child_fileio_open): Process mode argument
7457 with fileio_to_host_mode.
7458
7459 2015-06-09 Gary Benson <gbenson@redhat.com>
7460
7461 * common/fileio.c (fileio_mode_pack): Fix preprocessor
7462 conditional.
7463
7464 2015-06-05 Gary Benson <gbenson@redhat.com>
7465
7466 * gdb_bfd.c (gdb_bfd_open): Move vgdb special case to...
7467 * remote.c (remote_filesystem_is_local): ...here.
7468
7469 2015-06-04 Yao Qi <yao.qi@linaro.org>
7470
7471 * gdbarch.c: Regenerate it.
7472
7473 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7474
7475 * arch-utils.c (default_infcall_munmap): New.
7476 * arch-utils.h (default_infcall_munmap): New declaration.
7477 * compile/compile-object-load.c (struct munmap_list, munmap_list_add)
7478 (munmap_list_free, munmap_listp_free_cleanup): New.
7479 (struct setup_sections_data): Add field munmap_list_headp.
7480 (setup_sections): Call munmap_list_add.
7481 (compile_object_load): New variable munmap_list_head, initialize
7482 setup_sections_data.munmap_list_headp, return munmap_list_head.
7483 * compile/compile-object-load.h (struct munmap_list): New declaration.
7484 (struct compile_module): Add field munmap_list_head.
7485 (munmap_list_free): New declaration.
7486 * compile/compile-object-run.c (struct do_module_cleanup): Add field
7487 munmap_list_head.
7488 (do_module_cleanup): Call munmap_list_free.
7489 (compile_object_run): Pass munmap_list_head to do_module_cleanup.
7490 * gdbarch.c: Regenerate.
7491 * gdbarch.h: Regenerate.
7492 * gdbarch.sh (infcall_munmap): New.
7493 * linux-tdep.c (linux_infcall_munmap): New.
7494 (linux_init_abi): Install it.
7495
7496 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
7497
7498 PR gdb/15564
7499 * inferior.c (detach_inferior): Call exit_inferior_1 with silent = 0.
7500
7501 2015-06-02 Yao Qi <yao.qi@linaro.org>
7502
7503 * i386-linux-nat.c: Include linux-nat.h.
7504
7505 2015-06-01 Andreas Schwab <schwab@linux-m68k.org>
7506 Jan Kratochvil <jan.kratochvil@redhat.com>
7507
7508 PR symtab/18392
7509 * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct
7510 assertion.
7511 * dwarf2loc.c (chain_candidate): Likewise.
7512
7513 2015-06-01 Yao Qi <yao.qi@linaro.org>
7514
7515 * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET.
7516 (store_vfp_regs): Use PTRACE_SETREGSET.
7517
7518 2015-06-01 Yao Qi <yao.qi@linaro.org>
7519
7520 * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET.
7521 (fetch_fpregs): Likewise.
7522 * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET.
7523 (store_fpregs): Likewise.
7524
7525 2015-06-01 Yao Qi <yao.qi@linaro.org>
7526
7527 * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET.
7528 (fetch_regs): Likewise.
7529 (store_regs): Use PTRACE_SETREGSET.
7530 (store_register): Likewise.
7531
7532 2015-06-01 Yao Qi <yao.qi@linaro.org>
7533
7534 * arm-linux-nat.c (arm_linux_read_description): Check whether
7535 kernel supports PTRACE_GETREGSET.
7536
7537 2015-06-01 Yao Qi <yao.qi@linaro.org>
7538
7539 * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
7540 * linux-nat.c: ... here.
7541 * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
7542 to ...
7543 * linux-nat.h: ... here.
7544
7545 2015-06-01 Yao Qi <yao.qi@linaro.org>
7546
7547 * amd64-linux-nat.c: Include "nat/linux-ptrace.h".
7548 * i386-linux-nat.c: Likewise.
7549 * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define.
7550 * s390-linux-nat.c: Include "nat/linux-ptrace.h".
7551 (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
7552 * x86-linux-nat.c: Include "nat/linux-ptrace.h".
7553 * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
7554
7555 2015-05-30 Eli Zaretskii <eliz@gnu.org>
7556
7557 * go32-nat.c (go32_xfer_memory): Fix the return value to be
7558 compatible to what read_child and write_child return. This
7559 unbreaks that DJGPP build of GDB which was broken since v7.7.
7560
7561 2015-05-29 Martin Galvan <martin.galvan@tallertechnologies.com>
7562
7563 * MAINTAINERS (Write After Approval): Add Martin Galvan.
7564
7565 2015-05-29 Roland McGrath <mcgrathr@google.com>
7566
7567 PR gdb/18464
7568 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning
7569 rather than internal_error for an unrecognized value.
7570
7571 2015-05-29 Max Filippov <jcmvbkbc@gmail.com>
7572
7573 * xtensa-tdep.c (xtensa_pseudo_register_read)
7574 (xtensa_pseudo_register_write): Don't alias last pseudo register
7575 to a1.
7576
7577 2015-05-28 Don Breazeal <donb@codesourcery.com>
7578
7579 * infrun.c (follow_fork_inferior): Ensure the use of
7580 process-style ptids (pid,0,0) in verbose/debug "Detaching"
7581 messages.
7582
7583 2015-05-28 Doug Evans <dje@google.com>
7584
7585 * dwarf2read.c (record_line_ftype): Remove, duplicate.
7586
7587 2015-05-28 Yao Qi <yao.qi@linaro.org>
7588
7589 * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove.
7590 (arm_linux_fetch_inferior_registers): Use
7591 tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers.
7592 (arm_linux_store_inferior_registers): Likewise.
7593 (arm_linux_read_description): Don't set
7594 arm_linux_has_wmmx_registers.
7595 * arm-tdep.c (arm_gdbarch_init): Set
7596 tdep->have_wmmx_registers according target descriptions.
7597 * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New
7598 field.
7599
7600 2015-05-28 Yao Qi <yao.qi@linaro.org>
7601
7602 * arm-linux-nat.c (arm_linux_vfp_register_count): Remove.
7603 (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep
7604 instead of arm_linux_vfp_register_count.
7605 (store_vfp_regs): Likewise.
7606 (arm_linux_fetch_inferior_registers): Likewise.
7607 (arm_linux_store_inferior_registers): Likewise.
7608 (arm_linux_read_description): Don't set
7609 arm_linux_vfp_register_count.
7610 * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections):
7611 Adjust.
7612 * arm-tdep.c (arm_gdbarch_init): Add assert on
7613 vfp_register_count.
7614 * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename
7615 field to vfp_register_count. All users updated.
7616
7617 2015-05-28 Kyle Huey <me@kylehuey.com> (tiny patch)
7618
7619 * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on
7620 ELFOSABI_GNU binaries.
7621
7622 2015-05-27 Doug Evans <dje@google.com>
7623
7624 * dwarf2read.c (lnp_state_machine): New typedef.
7625 (lnp_reader_state): New typedef.
7626 (dwarf_record_line_1): Renamed from dwarf_record_line.
7627 All callers updated.
7628 (dwarf_record_line): New function.
7629 (init_lnp_state_machine): New function.
7630 (check_line_address): Replace p_record_line parameter with state.
7631 All callers updated.
7632 (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine.
7633 Update to record state in lnp_state_machine.
7634
7635 2015-05-27 Doug Evans <dje@google.com>
7636
7637 * dwarf2read.c (record_line_ftype): New typedef.
7638 (check_line_address): New function.
7639 (dwarf_decode_lines_1): Call it.
7640
7641 2015-05-27 Doug Evans <dje@google.com>
7642
7643 * NEWS: Mention "set debug dwarf-line".
7644 * dwarf2read.c (dwarf_line_debug): New static global.
7645 (add_include_dir): Add debug dwarf-line support.
7646 (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto.
7647 (_initialize_dwarf2_read): New parameter "debug dwarf-line".
7648
7649 2015-05-27 Doug Evans <dje@google.com>
7650
7651 * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain".
7652 All callers updated.
7653 (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto.
7654 * cp-support.h (cp_lookup_nested_symbol): Update.
7655
7656 2015-05-27 Doug Evans <dje@google.com>
7657
7658 PR symtab/18258
7659 * block.c (block_find_symbol): New function.
7660 (block_find_non_opaque_type): Ditto.
7661 (block_find_non_opaque_type_preferred): Ditto.
7662 * block.h (block_symbol_matcher_ftype): New typedef.
7663 (block_find_symbol): Declare.
7664 (block_find_non_opaque_type): Ditto.
7665 (block_find_non_opaque_type_preferred): Ditto.
7666 * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol.
7667 * psymtab.c (psym_lookup_symbol): Ditto.
7668 * symtab.c (basic_lookup_transparent_type_1): New function.
7669 (basic_lookup_transparent_type): Call it.
7670
7671 2015-05-27 Yao Qi <yao.qi@linaro.org>
7672
7673 * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return
7674 AARCH64_RECORD_UNKNOWN for unknown instruction encoding.
7675
7676 2015-05-27 Yao Qi <yao.qi@linaro.org>
7677
7678 * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
7679 before operator &&.
7680 (aarch64_record_load_store): Likewise.
7681
7682 2015-05-26 Doug Evans <dje@google.com>
7683
7684 PR c++/18141, c++/18417.
7685 * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being
7686 a typedef.
7687
7688 2015-05-26 Doug Evans <dje@google.com>
7689
7690 * NEWS: Add entries for command renamings.
7691 * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug.
7692 All uses updated.
7693 (dwarf_die_debug): Renamed from dwarf2_die_debug. All uses updated.
7694 (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age.
7695 All uses updated.
7696 (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age.
7697 All callers updated. Fix spelling of DWARF in help text.
7698 (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist.
7699 All uses updated.
7700 (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist.
7701 All uses updated.
7702 (set_dwarf_cmd): Renamed from set_dwarf2_cmd. All callers updated.
7703 (show_dwarf_cmd): Renamed from show_dwarf2_cmd. All callers updated.
7704 (dwarf_always_disassemble): Renamed from dwarf_always_disassemble.
7705 All uses updated.
7706 (show_dwarf_always_disassemble): Renamed from
7707 show_dwarf2_always_disassemble. All callers updated.
7708 (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to
7709 "set/show dwarf". Rename "set/show dwarf2 max-cache-age" to
7710 "set/show dwarf max-cache-age". Rename
7711 "set/show dwarf2 always-disassemble" to
7712 "set/show dwarf always-disassemble". Rename
7713 "set/show debug dwarf2-read" to "set/show debug dwarf-read". Rename
7714 "set/show debug dwarf2-die" to "set/show debug dwarf-die".
7715
7716 2015-05-26 Doug Evans <dje@google.com>
7717
7718 PR python/18438
7719 * python/py-lazy-string.c (stpy_convert_to_value): Use
7720 gdbpy_gdb_memory_error not PyExc_MemoryError.
7721 (gdbpy_create_lazy_string_object): Ditto.
7722
7723 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
7724
7725 * tui/tui-regs.c (tui_reg_next_command): Compare against NULL.
7726
7727 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
7728
7729 * tui/tui-regs.c (tui_reg_prev_command): New function.
7730 (_initialize_tui_regs): Add 'prev' command for 'tui reg'.
7731 * reggroups.c (reggroup_prev): New function.
7732 * reggroups.h (reggroup_prev): Add declaration. Update comment.
7733
7734 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
7735 Yao Qi <yao.qi@linaro.org>
7736
7737 * aarch64-linux-tdep.c: Include linux-record.h and
7738 record-full.h.
7739 (struct linux_record_tdep aarch64_linux_record_tdep): Declare.
7740 (aarch64_syscall): New enum.
7741 (aarch64_canonicalize_syscall): New function.
7742 (aarch64_all_but_pc_registers_record): New function.
7743 (aarch64_linux_syscall_record): New function.
7744 (aarch64_linux_init_abi): Install AArch64 process record
7745 handler. Update to handle syscall recording.
7746 * aarch64-tdep.c: Include record.h and record-full.h.
7747 (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros.
7748 (struct aarch64_mem_r): Define.
7749 (aarch64_record_result): New enum.
7750 (struct insn_decode_record): Define.
7751 (insn_decode_record): New typedef.
7752 (aarch64_record_data_proc_reg): New function.
7753 (aarch64_record_data_proc_imm): New function.
7754 (aarch64_record_branch_except_sys): New function.
7755 (aarch64_record_load_store): New function.
7756 (aarch64_record_data_proc_simd_fp): New function.
7757 (aarch64_record_asimd_load_store): New function.
7758 (aarch64_record_decode_insn_handler): New function.
7759 (deallocate_reg_mem): New function.
7760 (aarch64_process_record): New function.
7761 * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>:
7762 New field.
7763 (aarch64_process_record): New extern declaration.
7764 * configure.tgt: Add linux-record.o to gdb_target_obs.
7765 * linux-record.h (struct linux_record_tdep) <arg7>: New field.
7766
7767 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
7768
7769 * NEWS: Add a note on process record-replay support on aarch64*-linux*
7770 targets.
7771
7772 2015-05-26 Martin Galvan <martin.galvan@tallertechnologies.com>
7773
7774 * amd64-tdep.c: Replace in_function_epilogue_p with
7775 stack_frame_destroyed_p throughout.
7776 * arch-utils.c: Ditto.
7777 * arch-utils.h: Ditto.
7778 * arm-tdep.c: Ditto.
7779 * breakpoint.c: Ditto.
7780 * gdbarch.sh: Ditto.
7781 * hppa-tdep.c: Ditto.
7782 * i386-tdep.c: Ditto.
7783 * mips-tdep.c: Ditto.
7784 * nios2-tdep.c: Ditto.
7785 * rs6000-tdep.c: Ditto.
7786 * s390-linux-tdep.c: Ditto.
7787 * score-tdep.c: Ditto.
7788 * sh-tdep.c: Ditto.
7789 * sparc-tdep.c: Ditto.
7790 * sparc-tdep.h: Ditto.
7791 * sparc64-tdep.c: Ditto.
7792 * spu-tdep.c: Ditto.
7793 * tic6x-tdep.c: Ditto.
7794 * tilegx-tdep.c: Ditto.
7795 * xstormy16-tdep.c: Ditto.
7796 * gdbarch.c, gdbarch.h: Re-generated.
7797
7798 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
7799
7800 * NEWS: Mention 'tui enable' and 'tui disable'.
7801 * tui/tui.c (tui_enable_command): New function.
7802 (tui_disable_command): New function.
7803 (_initialize_tui): New function.
7804
7805 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7806
7807 * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0.
7808
7809 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7810
7811 * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure
7812 buf_ptr is freed.
7813
7814 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7815
7816 * tui/tui-layout.c (tui_layout_command): Move call to tui_enable
7817 into ...
7818 (tui_set_layout_for_display_command): ...here, before calling
7819 tui_set_layout. Only set the layout if gdb has not already
7820 entered the TUI_FAILURE state.
7821
7822 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7823
7824 * tui/tui-layout.c (layout_completer): New function.
7825 (_initialize_tui_layout): Set completer on layout command.
7826
7827 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7828
7829 * tui/tui-layout.c (tui_set_layout): Remove
7830 tui_register_display_type parameter. Remove all checking of this
7831 parameter, and reindent function. Update header comment.
7832 (tui_set_layout_for_display_command): Rename to...
7833 (tui_set_layout_by_name): ...this, and don't check for different
7834 register class types, don't pass a tui_register_display_type to
7835 tui_set_layout. Update header comment.
7836 (layout_names): Remove register set specific names.
7837 * tui/tui-layout.h (tui_set_layout): Remove
7838 tui_register_display_type parameter.
7839 * tui/tui.c (tui_rl_change_windows): Don't pass a
7840 tui_register_display_type to tui_set_layout.
7841 (tui_rl_delete_other_windows): Likewise.
7842 (tui_enable): Likewise.
7843 * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove.
7844 (TUI_FLOAT_REGS_NAME_LOWER): Remove.
7845 (TUI_GENERAL_REGS_NAME): Remove.
7846 (TUI_GENERAL_REGS_NAME_LOWER): Remove.
7847 (TUI_SPECIAL_REGS_NAME): Remove.
7848 (TUI_SPECIAL_REGS_NAME_LOWER): Remove.
7849 (TUI_GENERAL_SPECIAL_REGS_NAME): Remove.
7850 (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove.
7851 (enum tui_register_display_type): Remove.
7852 (struct tui_layout_def): Remove regs_display_type and
7853 float_regs_display_type fields.
7854 (struct tui_data_info): Remove regs_display_type field.
7855 (tui_layout_command): Use new name for
7856 tui_set_layout_for_display_command.
7857 * tui/tui-data.c (layout_def): Don't initialise removed fields.
7858 (tui_clear_win_detail): Don't initialise removed fields of
7859 win_info.
7860 * tui/tui-regs.c (tui_show_registers): Use new name for
7861 tui_set_layout_for_display_command.
7862 * tui/tui.h (tui_set_layout_for_display_command): Rename
7863 declaration to...
7864 (tui_set_layout_by_name): ...this.
7865 * printcmd.c (display_command): Remove tui related layout call,
7866 and reindent.
7867
7868 2015-05-20 Joel Brobecker <brobecker@adacore.com>
7869
7870 * infrun.c (handle_inferior_event_1): Renames handle_inferior_event.
7871 (handle_inferior_event): New function.
7872
7873 2015-05-20 Joel Brobecker <brobecker@adacore.com>
7874
7875 * ada-lang.c (to_fixed_array_type): Rename local variable
7876 typename into type_name.
7877
7878 2015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7879
7880 Fix ASAN crash for gdb.compile/compile.exp.
7881 * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME.
7882
7883 2015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7884
7885 * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol)
7886 (gcc_symbol_address): Change gdb_stdout to gdb_stdlog.
7887 * compile/compile-object-load.c (setup_sections, compile_object_load):
7888 Likewise.
7889 * compile/compile.c (compile_to_object): Likewise.
7890
7891 2015-05-16 Doug Evans <xdje42@gmail.com>
7892
7893 * NEWS: Mention support for unbuffered Guile memory ports.
7894 * scm-ports.c (ioscm_memory_port): Update comments on end, size.
7895 (ioscm_lseek_address): Improve overflow calculation.
7896 (gdbscm_memory_port_fill_input): Add assert.
7897 (gdbscm_memory_port_write): Handle unbuffered ports.
7898 Handle large writes identical to Guile's fport_write.
7899 (gdbscm_memory_port_seek): Fix seeking past end check.
7900 (gdbscm_memory_port_close): Handle closing unbuffered port.
7901 (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports.
7902 (ioscm_init_memory_port): Handle unbuffered ports.
7903 (ioscm_reinit_memory_port): Ditto.
7904 (ioscm_init_memory_port): Update size calculation.
7905 (gdbscm_open_memory): Support zero sized ports.
7906
7907 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7908
7909 * compile/compile-object-load.c (get_out_value_type): Fix uninitialized
7910 variable compiler warnings.
7911
7912 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7913
7914 * compile/compile-object-load.c (get_out_value_type): Fix returned type.
7915
7916 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7917 Phil Muldoon <pmuldoon@redhat.com>
7918
7919 * NEWS (Changes since GDB 7.9): Add compile print.
7920 * compile/compile-c-support.c (add_code_header, add_code_footer)
7921 (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and
7922 COMPILE_I_PRINT_VALUE_SCOPE.
7923 * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE)
7924 (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE):
7925 New.
7926 * compile/compile-object-load.c: Include block.h.
7927 (get_out_value_type): New function.
7928 (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
7929 COMPILE_I_PRINT_VALUE_SCOPE. Set compile_module's OUT_VALUE_ADDR and
7930 OUT_VALUE_TYPE.
7931 * compile/compile-object-load.h (struct compile_module): Add fields
7932 out_value_addr and out_value_type.
7933 * compile/compile-object-run.c: Include valprint.h and compile.h.
7934 (struct do_module_cleanup): Add fields out_value_addr and
7935 out_value_type.
7936 (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
7937 COMPILE_I_PRINT_VALUE_SCOPE.
7938 (compile_object_run): Propagate out_value_addr and out_value_type.
7939 Pass OUT_VALUE_ADDR.
7940 * compile/compile.c: Include valprint.h.
7941 (compile_print_value, compile_print_command): New functions.
7942 (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE.
7943 (_initialize_compile): Update compile code help text. Install
7944 compile_print_command.
7945 * compile/compile.h (compile_print_value): New prototype.
7946 * defs.h (enum compile_i_scope_types): Add
7947 COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE.
7948
7949 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7950
7951 * compile/compile-object-load.c (get_regs_type): Add parameter func_sym.
7952 Rely on its parameter count.
7953 (compile_object_load): Replace lookup_minimal_symbol_text by
7954 lookup_global_symbol_from_objfile. Verify FUNC_SYM. Set it in the
7955 return value.
7956 * compile/compile-object-load.h (struct compile_module): Replace
7957 func_addr by func_sym.
7958 * compile/compile-object-run.c: Include block.h.
7959 (compile_object_run): Reset module variable after it is freed. Use
7960 FUNC_SYM instead of FUNC_ADDR. Rely on it.
7961
7962 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7963
7964 * compile/compile-c-support.c (print_one_macro): Use #ifndef.
7965 (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR.
7966 (c_compute_program): Call generate_register_struct after typedefs.
7967 * compile/compile-loc2c.c (push, pushf_register_address)
7968 (pushf_register): Cast to GCC_UINTPTR.
7969 (do_compile_dwarf_expr_to_c): Use unused attribute. Add space after
7970 type. Use GCC_UINTPTR instead of void *. Remove excessive cast.
7971 (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *.
7972 * compile/compile.c (_initialize_compile): Enable warnings for
7973 COMPILE_ARGS.
7974
7975 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7976
7977 * cli/cli-script.c (execute_control_command): Update
7978 eval_compile_command caller.
7979 * compile/compile-object-load.c (compile_object_load): Add parameters
7980 scope and scope_data. Set them.
7981 * compile/compile-object-load.h (struct compile_module): Add fields
7982 scope and scope_data.
7983 (compile_object_load): Add parameters scope and scope_data.
7984 * compile/compile-object-run.c (struct do_module_cleanup): Add fields
7985 scope and scope_data.
7986 (compile_object_run): Propagate the fields scope and scope_data.
7987 * compile/compile.c (compile_file_command, compile_code_command):
7988 Update eval_compile_command callers.
7989 (eval_compile_command): Add parameter scope_data. Pass it plus scope.
7990 * compile/compile.h (eval_compile_command): Add parameter scope_data.
7991 * defs.h (struct command_line): Add field scope_data.
7992
7993 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7994
7995 * printcmd.c (struct format_data): Move it to valprint.h.
7996 (print_command_parse_format, print_value): New functions from ...
7997 (print_command_1): ... here. Call them.
7998 * valprint.h (struct format_data): Move it here from printcmd.c.
7999 (print_command_parse_format, print_value): New declarations.
8000
8001 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8002
8003 * compile/compile-object-load.c (compile_object_load): Add
8004 COMPILE_DEBUG message.
8005
8006 2015-05-15 Jerome Guitton <guitton@adacore.com>
8007
8008 * ada-lang.c (ada_value_ptr_subscript): Use enum position of
8009 index to get element instead of enum value.
8010 (ada_value_slice_from_ptr, ada_value_slice): Use enum position
8011 of index to compute length, but enum values to compute bounds.
8012 (ada_array_length): Use enum position of index instead of enum value.
8013 (pos_atr): Move position computation to...
8014 (ada_evaluate_subexp): Use enum values to compute bounds.
8015 * gdbtypes.c (discrete_position): ...this new function.
8016 * gdbtypes.h (discrete_position): New function declaration.
8017 * valprint.c (val_print_array_elements): Call discrete_position
8018 to handle array indexed by non-contiguous enumeration types.
8019
8020 2015-05-15 Jerome Guitton <guitton@adacore.com>
8021
8022 * ada-lang.c (find_parallel_type_by_descriptive_type):
8023 Go through typedefs during lookup.
8024 (to_fixed_array_type): Add support for non-bit packed arrays
8025 as variable-length fields.
8026
8027 2015-05-15 Pedro Alves <palves@redhat.com>
8028 Simon Marchi <simon.marchi@ericsson.com>
8029
8030 * event-loop.c (gdb_notifier) <next_file_handler,
8031 next_poll_fds_index>: New fields.
8032 (get_next_file_handler_to_handle_and_advance): New function.
8033 (delete_file_handler): If deleting the next file handler to
8034 handle, advance to the next file handler.
8035 (gdb_wait_for_event): Bail early if no event fired. Poll file
8036 handlers in round-robin fashion.
8037
8038 2015-05-15 Pedro Alves <palves@redhat.com>
8039
8040 * linux-tdep.c (linux_find_memory_regions_full): Rename local
8041 'private' to 'priv'.
8042
8043 2015-05-15 Pedro Alves <palves@redhat.com>
8044
8045 * nat/linux-nat.h: Include "target/waitstatus.h".
8046
8047 2015-05-15 Yuanhui Zhang <asmwarrior@gmail.com>
8048
8049 * python/py-unwind.c (struct reg_info): Move out of ...
8050 (struct cached_frame_info): ... this scope.
8051 (pending_frame_object_type, unwind_info_object_type): Make extern.
8052
8053 2015-05-15 Joel Brobecker <brobecker@adacore.com>
8054
8055 * ada-lang.c (ada_value_primitive_packed_val): Make sure
8056 accumSize is never negative.
8057
8058 2015-05-14 Patrick Palka <patrick@parcs.ath.cx>
8059
8060 * tui/tui-command.c: Remove include of <ctype.h>.
8061 (tui_dispatch_ctrl_char): Remove workaround for xterm terminals.
8062
8063 2015-05-13 Martin Galvan <martin.galvan@tallertechnologies.com>
8064
8065 * dwarf2read.c (die_needs_namespace): Return 1 for
8066 DW_TAG_inlined_subroutine.
8067
8068 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8069
8070 * regcache.c (regcache_cpy_no_passthrough): New declaration.
8071 (regcache_cpy_no_passthrough): Make it static, add function comment.
8072 * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment.
8073 (regcache_cpy_no_passthrough): Remove declaration.
8074
8075 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8076
8077 * gdbthread.h (struct thread_control_state): Update comment for
8078 proceed_to_finish.
8079 * infcall.c (run_inferior_call): Update comment about
8080 proceed_to_finish.
8081 * infcmd.c (get_return_value): Update comment about stop_registers.
8082 (finish_forward): Update comment about proceed_to_finish.
8083 * infrun.c (stop_registers): Remove.
8084 (clear_proceed_status, normal_stop): Remove stop_registers handling.
8085 * infrun.h (stop_registers): Remove.
8086
8087 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8088
8089 * infcall.c (struct dummy_frame_context_saver)
8090 (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor)
8091 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
8092 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
8093 New.
8094 (call_function_by_hand_dummy): Move discard_cleanups of
8095 inf_status_cleanup before dummy_frame_push. Call
8096 dummy_frame_context_saver_setup and prepare context_saver_cleanup.
8097 Use dummy_frame_context_saver_get_regs instead of stop_registers.
8098 * infcall.h (struct dummy_frame_context_saver)
8099 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
8100 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
8101 New declarations.
8102 * infcmd.c: Include infcall.h.
8103 (get_return_value): Add parameter ctx_saver, use it instead of
8104 stop_registers.
8105 (print_return_value): Add parameter ctx_saver, pass it.
8106 (struct finish_command_continuation_args): Add field ctx_saver.
8107 (finish_command_continuation): Update print_return_value caller.
8108 (finish_command_continuation_free_arg): Free also ctx_saver.
8109 (finish_forward): Call dummy_frame_context_saver_setup.
8110 * inferior.h (struct dummy_frame_context_saver): New declaration.
8111 (get_return_value): Add parameter ctx_saver.
8112 * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update
8113 get_return_value caller.
8114
8115 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8116
8117 * dummy-frame.c (struct dummy_frame_dtor_list): New.
8118 (struct dummy_frame): Replace dtor and dtor_data by dtor_list.
8119 (remove_dummy_frame): Process dtor_list.
8120 (pop_dummy_frame): Process dtor_list.
8121 (register_dummy_frame_dtor): Maintain dtor_list.
8122 (find_dummy_frame_dtor): Handle dtor_list.
8123 * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor):
8124 Update comments.
8125
8126 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8127
8128 * compile/compile-object-run.c (do_module_cleanup): Add parameter
8129 registers_valid.
8130 (compile_object_run): Update do_module_cleanup caller.
8131 * dummy-frame.c: Include infcall.h.
8132 (struct dummy_frame): Update dtor comment.
8133 (remove_dummy_frame): Call dtor.
8134 (pop_dummy_frame): Update dtor caller.
8135 * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter
8136 registers_valid.
8137
8138 2015-05-13 Joel Brobecker <brobecker@adacore.com>
8139
8140 GDB 7.9.1 released.
8141
8142 2015-05-13 Joel Brobecker <brobecker@adacore.com>
8143
8144 * NEWS: Create "Changes in GDB 7.9.1" section. Move news about
8145 Xmethods now being able to specify a result type to that new
8146 sectioin.
8147
8148 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
8149
8150 * tui/tui-win.c (tui_async_resize_screen): Clear win_resized
8151 first before resizing the window.
8152 * tui/tui.c (tui_enable): Likewise.
8153
8154 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8155
8156 * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor.
8157 * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment.
8158 * infcall.c (call_function_by_hand_dummy): Use proper typedef for
8159 dummy_dtor parameter.
8160 * infcall.h: Include dummy-frame.h.
8161 (call_function_by_hand_dummy_dtor_ftype): Remove.
8162 (call_function_by_hand_dummy): Use proper typedef for dummy_dtor
8163 parameter.
8164
8165 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
8166
8167 PR gdb/17820
8168 * top.c (history_size_setshow_var): Change type to signed.
8169 Initialize to -2. Update documentation.
8170 (set_readline_history_size): Define.
8171 (set_history_size_command): Use it. Remove logic for handling
8172 out-of-range sizes.
8173 (init_history): Use set_readline_history_size(). Test for a
8174 value of -2 instead of 0 when determining whether to set a
8175 default history size.
8176 (init_main): Decode the argument of the "size" command as a
8177 zuinteger_unlimited.
8178
8179 2015-05-12 Doug Evans <dje@google.com>
8180
8181 * dwarf2read.c (struct file_entry): Tweak comments.
8182 (get_debug_line_section): Tweak comments.
8183
8184 2015-05-12 Don Breazeal <donb@codesourcery.com>
8185
8186 * NEWS: Announce fork support in the RSP and support
8187 for fork debugging in extended mode.
8188
8189 2015-05-12 Don Breazeal <donb@codesourcery.com>
8190
8191 * remote.c (remote_insert_fork_catchpoint): New function.
8192 (remote_remove_fork_catchpoint): New function.
8193 (remote_insert_vfork_catchpoint): New function.
8194 (remote_remove_vfork_catchpoint): New function.
8195 (pending_fork_parent_callback): New function.
8196 (remove_new_fork_child): New function.
8197 (remote_update_thread_list): Call remote_notif_get_pending_events
8198 and remove_new_fork_child.
8199 (extended_remote_kill): Kill fork child when killing the
8200 parent before follow_fork completes.
8201 (init_extended_remote_ops): Initialize target vector with
8202 new fork catchpoint functions.
8203
8204 2015-05-12 Don Breazeal <donb@codesourcery.com>
8205
8206 * remote.c (remove_vfork_event_p): New function.
8207 (remote_follow_fork): Add vfork event type to event checking.
8208 (remote_parse_stop_reply): New stop reasons "vfork" and
8209 "vforkdone" for RSP 'T' Stop Reply Packet.
8210
8211 2015-05-12 Don Breazeal <donb@codesourcery.com>
8212
8213 * linux-nat.c (linux_nat_ptrace_options): New function.
8214 (linux_init_ptrace, wait_lwp, linux_nat_filter_event):
8215 Call linux_nat_ptrace_options and use different argument to
8216 linux_enable_event_reporting.
8217 (_initialize_linux_nat): Delete call to
8218 linux_ptrace_set_additional_flags.
8219 * nat/linux-ptrace.c (current_ptrace_options): Rename to
8220 supported_ptrace_options.
8221 (additional_flags): Delete variable.
8222 (linux_check_ptrace_features): Use supported_ptrace_options.
8223 (linux_test_for_tracesysgood, linux_test_for_tracefork):
8224 Likewise, and remove additional_flags check.
8225 (linux_enable_event_reporting): Change 'attached' argument to
8226 'options'. Use supported_ptrace_options.
8227 (ptrace_supports_feature): Change comment. Use
8228 supported_ptrace_options.
8229 (linux_ptrace_set_additional_flags): Delete function.
8230 * nat/linux-ptrace.h (linux_ptrace_set_additional_flags):
8231 Delete function prototype.
8232 * remote.c (remote_fork_event_p): New function.
8233 (remote_detach_pid): New function.
8234 (remote_detach_1): Call remote_detach_pid, don't mourn inferior
8235 if doing detach-on-fork.
8236 (remote_follow_fork): New function.
8237 (remote_parse_stop_reply): Handle new "T" stop reason "fork".
8238 (remote_pid_to_str): Print "process" strings for pid/0/0 ptids.
8239 (init_extended_remote_ops): Initialize to_follow_fork.
8240
8241 2015-05-12 Don Breazeal <donb@codesourcery.com>
8242
8243 * nat/linux-ptrace.c (linux_check_ptrace_features): Change
8244 from static to extern.
8245 * nat/linux-ptrace.h (linux_check_ptrace_features): Declare.
8246 * remote.c (anonymous enum): <PACKET_fork_event_feature,
8247 * PACKET_vfork_event_feature>: New enumeration constants.
8248 (remote_protocol_features): Add table entries for new packets.
8249 (remote_query_supported): Add new feature queries to qSupported
8250 packet.
8251
8252 2015-05-12 Gary Benson <gbenson@redhat.com>
8253
8254 * remote.c (remote_add_inferior): Call exec_file_locate_attach
8255 for fake PIDs as well as real ones.
8256 (remote_pid_to_exec_file): Send empty annex if PID is fake.
8257
8258 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
8259
8260 * NEWS (Python Scripting): Mention the new gdb.Value methods.
8261 * python/py-value.c (valpy_reference_value): New function.
8262 (valpy_const_value): Likewise.
8263 (value_object_methods): Add new methods.
8264 * value.c (make_cv_value): New function.
8265 * value.h (make_cv_value): Declare.
8266
8267 2015-05-08 Yao Qi <yao@codesourcery.com>
8268 Sandra Loosemore <sandra@codesourcery.com>
8269
8270 * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check
8271 to 'lh->include_dirs' before accessing to it.
8272 (psymtab_include_file_name): Likewise.
8273 (dwarf_decode_lines_1): Likewise.
8274 (dwarf_decode_lines): Likewise.
8275 (file_file_name): Likewise.
8276
8277 2015-05-08 Sandra Loosemore <sandra@codesourcery.com>
8278
8279 * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define.
8280 (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define.
8281 (nios2_linux_rt_sigreturn_init): Adjust base address of
8282 register save area.
8283
8284 2015-05-08 Sandra Loosemore <sandra@codesourcery.com>
8285
8286 * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using
8287 "trap 31" as the breakpoint instruction on all targets.
8288
8289 2015-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8290
8291 * infcmd.c (print_return_value): Remove unused declaration.
8292
8293 2015-05-08 Joel Brobecker <brobecker@adacore.com>
8294
8295 * dwarf2read.c (attr_to_dynamic_prop)
8296 <DW_AT_data_member_location>: Use read_type_die isntead of
8297 get_die_type.
8298
8299 2015-05-08 Joel Brobecker <brobecker@adacore.com>
8300
8301 * ada-lang.c (ada_convert_actual): Add handling of formals
8302 passed inside an aligner type.
8303
8304 2015-05-08 Joel Brobecker <brobecker@adacore.com>
8305
8306 * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
8307
8308 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
8309
8310 PR python/18291
8311 * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo.
8312 Print xmethod matcher status.
8313
8314 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
8315
8316 * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA
8317 register in the regcache when treating the PSWM register, and vice
8318 versa.
8319
8320 2015-05-07 Gary Benson <gbenson@redhat.com>
8321
8322 * linux-thread-db.c (struct thread_db_info)
8323 <td_ta_map_id2thr_p>: Remove field.
8324 (try_thread_db_load_1): Remove initialization for the above.
8325
8326 2015-05-07 Gary Benson <gbenson@redhat.com>
8327
8328 * linux-thread-db.c (struct thread_db_info)
8329 <td_thr_validate_p>: Remove field.
8330 (try_thread_db_load_1): Remove initialization for the above.
8331
8332 2015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8333
8334 * compile/compile-object-load.c (compile_object_load): Support
8335 mst_text_gnu_ifunc.
8336
8337 2015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8338
8339 * compile/compile.c (compile_to_object): Make the cmd_string parameter
8340 const. Use new variables for the const compatibility.
8341 (eval_compile_command): Make the cmd_string parameter const.
8342 * compile/compile.h (eval_compile_command): Make the cmd_string
8343 parameter const.
8344
8345 2015-05-06 Joel Brobecker <brobecker@adacore.com>
8346
8347 * defs.h (deprecated_init_ui_hook): Delete. Remove associated
8348 comment.
8349 * top.c (deprecated_init_ui_hook): Delete.
8350 (gdb_init): Remove handling of deprecated_init_ui_hook.
8351 * interps.c (clear_interpreter_hooks): Remove handling of
8352 deprecated_init_ui_hook.
8353 * main.c (captured_main): Update comment.
8354
8355 2015-05-06 Joel Brobecker <brobecker@adacore.com>
8356
8357 * solib.c (_initialize_solib): Add "info dll" alias creation.
8358 * windows-nat.c (set_windows_aliases): Delete.
8359 (_initialize_windows_nat): Remove deprecated_init_ui_hook
8360 assignment.
8361 * NEWS: Add news entry about "info dll" now being available
8362 on all platforms.
8363
8364 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8365
8366 * ada-lang.c (value_assign_to_component): Reformat and improve
8367 documentation. Remove all trailing spaces.
8368
8369 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8370
8371 * inline-frame.c (inline_frame_sniffer, skip_inline_frames):
8372 Stop counting inlined frames as soon as an out-of-line function
8373 is found.
8374
8375 2014-05-05 Pierre-Marie de Rodat <derodat@adacore.com>
8376
8377 * dwarf2read.c (inherit_abstract_dies): Skip
8378 DW_TAG_GNU_call_site dies while inheriting children of an
8379 abstract DIE into a scope.
8380 (read_lexical_block_scope): Inherit abstract DIE's for
8381 lexical scopes.
8382
8383 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8384
8385 * ada-valprint.c (val_print_packed_array_elements): Delete
8386 variable "len". Add a type-length check when comparing two
8387 consecutive elements of the array. Use the element's actual
8388 length in call to value_contents_eq.
8389 * ada-lang.c (ada_value_primitive_packed_val): Always return
8390 a value whose type has been resolved.
8391
8392 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8393
8394 * ada-lang.c (ada_value_primitive_packed_val): Recompute
8395 BIT_SIZE and LEN if the size of the resolved type is smaller
8396 than BIT_SIZE * HOST_CHAR_BIT.
8397
8398 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8399
8400 * ada-lang.c (ada_value_primitive_packed_val): Use a more
8401 correct address in call to value_at. Adjust call to
8402 value_address accordingly.
8403
8404 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8405
8406 * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying
8407 to print it.
8408
8409 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8410
8411 * dwarf2loc.h (struct property_addr_info): Add "valaddr" field.
8412 * dwarf2loc.c (dwarf2_evaluate_property): Add handling of
8413 pinfo->valaddr.
8414 * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter.
8415 * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr.
8416 (resolve_dynamic_type_internal): Set pinfo.valaddr.
8417 Add handling of addr_stack->valaddr.
8418 (resolve_dynamic_type): Add "valaddr" parameter.
8419 Set pinfo.valaddr field.
8420 * ada-lang.c (ada_discrete_type_high_bound): Update call to
8421 resolve_dynamic_type.
8422 (ada_discrete_type_low_bound): Likewise.
8423 * findvar.c (default_read_var_value): Likewise.
8424 * value.c (value_from_contents_and_address): Likewise.
8425
8426 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8427
8428 * gdbtypes.c (resolve_dynamic_array): Use
8429 create_array_type_with_stride instead of create_array_type.
8430
8431 2015-04-30 DJ Delorie <dj@redhat.com>
8432
8433 * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to
8434 rl78_decode_opcode
8435
8436 2015-04-29 Doug Evans <dje@google.com>
8437
8438 PR python/18285
8439 * NEWS: Document new gdb.XMethodWorker.get_result_type method.
8440 * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle
8441 EVAL_AVOID_SIDE_EFFECTS for xmethods.
8442 * extension-priv.h (struct extension_language_ops)
8443 <get_xmethod_result_type>: New member.
8444 * extension.c (get_xmethod_result_type): New function.
8445 * extension.h (get_xmethod_result_type): Declare.
8446 * python/py-xmethods.c (get_result_type_method_name): New static
8447 global.
8448 (py_get_result_type_method_name): Ditto.
8449 (gdbpy_get_xmethod_result_type): New function.
8450 (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name.
8451 * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare.
8452 * python/python.c (python_extension_ops): Add
8453 gdbpy_get_xmethod_result_type.
8454 * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type.
8455 * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for
8456 xmethods.
8457 (value_x_unop): Ditto.
8458 * value.c (result_type_of_xmethod): New function.
8459 * value.h (result_type_of_xmethod): Declare.
8460
8461 2015-04-29 Gary Benson <gbenson@redhat.com>
8462
8463 * solib.c (solib_find_1): Allow fd argument to be NULL.
8464 (exec_file_find): Update comment.
8465 (solib_find): Likewise.
8466 * exec.c (exec_file_locate_attach): Use NULL as fd
8467 argument to exec_file_find to avoid having to close
8468 the opened file.
8469 * infrun.c (follow_exec): Likewise.
8470
8471 2015-04-28 Doug Evans <dje@google.com>
8472
8473 PR python/18299
8474 * python/lib/gdb/printing.py (register_pretty_printer): Handle
8475 name or __name__ attributes. Handle gdb module as first argument.
8476
8477 2015-04-28 Doug Evans <dje@google.com>
8478
8479 PR python/18089
8480 * python/py-prettyprint.c (print_children): Verify result of children
8481 iterator. Provide better error message.
8482 * python/python-internal..h (gdbpy_print_python_errors_p): Declare.
8483 * python/python.c (gdbpy_print_python_errors_p): New function.
8484
8485 2015-04-28 Doug Evans <dje@google.com>
8486
8487 * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
8488
8489 2015-04-28 Sasha Smundak <asmundak@google.com>
8490
8491 * NEWS: Mention gdb.Type.optimized_out method.
8492 * python/py-type.c (typy_optimized_out): New function.
8493
8494 2015-04-28 John Baldwin <jhb@FreeBSD.org>
8495
8496 * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
8497
8498 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8499
8500 * utils.c (init_page_info): Set rl_catch_sigwinch to zero.
8501 (initialize_utils): Move call of init_page_info() to ...
8502 * top.c (gdb_init): ... here.
8503
8504 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8505
8506 * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment.
8507 (tui_sigwinch_handler): Still update our idea of
8508 the terminal's width and height even when TUI is not active.
8509
8510 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8511
8512 * utils.h (set_screen_width_and_height): Declare.
8513 * utils.c (set_screen_width_and_height): Define.
8514 * tui/tui-win.c (tui_update_gdb_sizes): Use it.
8515
8516 2015-04-28 Gary Benson <gbenson@redhat.com>
8517
8518 * infrun.c (solist.h): New include.
8519 (follow_exec): Use exec_file_find to prefix execd_pathname
8520 with gdb_sysroot.
8521
8522 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8523
8524 * tui/tui-source.c (tui_set_source_content): Avoid calling
8525 strcpy() when offset is 0.
8526
8527 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8528
8529 PR gdb/18155
8530 * tui/tui-data.c (tui_free_window): Don't free the locator
8531 window when passed an SRC_WIN or a DISASSEM_WIN.
8532
8533 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8534
8535 * tui/tui-data.h (struct tui_win_element): Forward-declare.
8536 (tui_win_content): Move declaration.
8537 (struct tui_gen_win_info): Give 'content' field the
8538 type tui_win_content.
8539 * tui/tui-data.c (init_content_element): Remove redundant and
8540 erroneous casts.
8541 (tui_add_content_elements): Remove erroneous cast.
8542 * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant
8543 casts.
8544 (tui_get_begin_asm_address): Likewise.
8545 * tui/tui-regs.c (tui_show_registers): Likewise.
8546 (tui_show_register_group): Likewise.
8547 (tui_display_registers_from): Likewise.
8548 (tui_check_register_values): Likewise.
8549 * tui/tui-source.c (tui_set_source_content): Likewise.
8550 (tui_set_source_content_nil): Likewise.
8551 (tui_source_is_displayed): Likewise.
8552 * tui/tui-stack.c (tui_show_locator_content): Likewise.
8553 (tui_set_locator_fullname): Likewise.
8554 (tui_set_locator_info): Likewise.
8555 (tui_show_frame_info): Likewise.
8556 * tui/tui-winsource.c (tui_clear_source_content): Likewise.
8557 (tui_show_source_line): Likewise.
8558 (tui_horizontal_source_scroll): Likewise.
8559 (tui_update_breakpoint_info): Likewise.
8560 (tui_set_exec_info_content): Likewise.
8561 (tui_show_exec_info_content): Likewise.
8562 (tui_alloc_source_buffer): Likewise.
8563 (tui_line_is_displayed): Likewise.
8564 (tui_addr_is_displayed): Likewise.
8565
8566 2015-04-27 John Baldwin <jhb@FreeBSD.org>
8567
8568 * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD
8569 event if PL_FLAG_EXEC is set.
8570 [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function.
8571 [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function.
8572 (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set
8573 "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint".
8574 Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint".
8575
8576 2015-04-27 John Baldwin <jhb@FreeBSD.org>
8577
8578 * fbsd-nat.c: [PT_LWPINFO] New variable super_wait.
8579 [TDP_RFPPWAIT] New variable fbsd_pending_children.
8580 [TDP_RFPPWAIT] (fbsd_remember_child): New function.
8581 [TDP_RFPPWAIT] (fbsd_is_child_pending): New function.
8582 [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function.
8583 [PT_LWPINFO] (fbsd_wait): New function.
8584 [TDP_RFPPWAIT] (fbsd_follow_fork): New function.
8585 [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function.
8586 [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function.
8587 [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function.
8588 [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function.
8589 [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function.
8590 [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function.
8591 [TDP_RFPPWAIT] (fbsd_post_attach): New function.
8592 (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to
8593 "fbsd_wait".
8594 [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork".
8595 Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint".
8596 Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint".
8597 Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint".
8598 Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint".
8599 Set "to_post_startup_inferior" to "fbsd_post_startup_inferior".
8600 Set "to_post_attach" to "fbsd_post_attach".
8601
8602 2015-04-27 John Baldwin <jhb@FreeBSD.org>
8603
8604 * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static.
8605 (fbsd_find_memory_regions): Mark static.
8606 (fbsd_nat_add_target): New function.
8607 * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for
8608 fbsd_pid_to_exec_file and fbsd_find_memory_regions.
8609 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target.
8610 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise.
8611 * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise.
8612 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise.
8613
8614 2015-04-27 Gary Benson <gbenson@redhat.com>
8615
8616 * objfiles.c (allocate_objfile): Do not attempt to expand name
8617 if name is a "target:" filename.
8618 * auto-load.c (load_auto_scripts_for_objfile): Do not attempt
8619 to load auto-load scripts for objfiles with "target:" filenames.
8620
8621 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
8622
8623 * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h".
8624 (enum s390_vector_abi_kind): New enum.
8625 (struct gdbarch_tdep)<vector_abi>: New field.
8626 (s390_effective_inner_type): Add parameter min_size. Stop
8627 unwrapping if the inner type is smaller than min_size.
8628 (s390_function_arg_float): Adjust call to
8629 s390_effective_inner_type.
8630 (s390_function_arg_vector): New function.
8631 (s390_function_arg_integer): Adjust comment.
8632 (struct s390_arg_state)<vr>: New field.
8633 (s390_handle_arg): Add parameter 'is_unnamed'. Pass vector
8634 arguments according to vector ABI when appropriate.
8635 (s390_push_dummy_call): Initialize the argument state's field
8636 'vr'. Adjust calls to s390_handle_arg.
8637 (s390_register_return_value): Handle vector return values.
8638 (s390_return_value): Apply the "register" return value convention
8639 to a vector when appropriate.
8640 (s390_gdbarch_init): Initialize tdep->vector_abi.
8641 * NEWS: Announce S390 vector ABI support.
8642
8643 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
8644
8645 * s390-linux-tdep.c (s390_return_value_convention): Remove
8646 function. Inline its logic...
8647 (s390_return_value): ...here. Instead, move the handling of the
8648 "register" return value convention...
8649 (s390_register_return_value): ...here. New function.
8650
8651 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
8652
8653 * s390-linux-tdep.c
8654 (is_float_singleton): Remove function. Move the "singleton" part
8655 of the logic...
8656 (s390_effective_inner_type): ...here. New function.
8657 (is_float_like): Remove function. Inline its logic...
8658 (s390_function_arg_float): ...here.
8659 (is_pointer_like, is_integer_like, is_struct_like): Remove
8660 functions. Inline their logic...
8661 (s390_function_arg_integer): ...here.
8662 (s390_function_arg_pass_by_reference): Remove function.
8663 (extend_simple_arg): Remove function.
8664 (alignment_of): Remove function.
8665 (struct s390_arg_state): New structure.
8666 (s390_handle_arg): New function.
8667 (s390_push_dummy_call): Move parameter placement logic to the new
8668 function s390_handle_arg. Call it for calculating the stack area
8669 sizes first, and again for actually writing the parameters.
8670
8671 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
8672
8673 * s390-linux-tdep.c (is_power_of_two): Add comment. Return
8674 false if the argument is zero.
8675
8676 2015-04-27 Pierre-Marie de Rodat <derodat@adacore.com>
8677
8678 * ada-lang.c (template_to_static_fixed_type): Return input type
8679 when it is already fixed. Cache the input type itself when not
8680 creating a static fixed copy. Make it explicit that we never
8681 molestate the input type.
8682 * gdbtypes.c (resolve_dynamic_struct): Reset the
8683 TYPE_TARGET_TYPE field for resolved copies.
8684
8685 2015-04-27 Joel Brobecker <brobecker@adacore.com>
8686
8687 * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef.
8688 (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef.
8689 (template_to_static_fixed_type): Call ada_check_typedef only
8690 when necessary.
8691
8692 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
8693
8694 * cli/cli-dump.c (srec_dump_command): Add internationalization
8695 mark ups.
8696 (ihex_dump_command): Likewise.
8697 (tekhex_dump_command): Likewise.
8698 (binary_dump_command): Likewise.
8699 (binary_append_command): Likewise.
8700
8701 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
8702
8703 * cli/cli-dump.c (verilog_cmdlist): New variable.
8704 (dump_verilog_memory): New function.
8705 (dump_verilog_value): New function.
8706 (verilog_dump_command): New function.
8707 (_initialize_cli_dump): Add new commands to support verilog dump
8708 format.
8709 * NEWS: Add entry for "dump verilog".
8710
8711 2015-04-24 Pierre-Marie de Rodat <derodat@adacore.com>
8712
8713 * gdbtypes.c (print_gnat_stuff): Do not recurse on the
8714 descriptive type when there is none.
8715
8716 2015-04-23 Patrick Palka <patrick@parcs.ath.cx>
8717
8718 * tui/tui-win.c (tui_async_resize_screen): Call
8719 rl_resize_terminal().
8720
8721 2015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
8722
8723 * windows-nat.c (handle_output_debug_string): Don't change
8724 current_event.dwThreadId.
8725 (get_windows_debug_event): Use thread_id, rather than relying on
8726 current_event.dwThreadId being changed.
8727
8728 2015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
8729
8730 * windows-nat.c (windows_continue): Report an error if
8731 ContinueDebugEvent() fails.
8732
8733 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
8734
8735 * windows-nat.c (windows_resume): Fix misspelling in debug output.
8736
8737 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
8738
8739 * windows-nat.c (get_windows_debug_event): Replace retval with
8740 thread_id throughout. Update stale comment.
8741
8742 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
8743
8744 * windows-nat.c (get_windows_debug_event): Don't use ternary
8745 conditional operator.
8746
8747 2015-04-21 Pierre Muller <muller@sourceware.org>
8748
8749 PR pascal/17815
8750 p-exp.y (yylex): Reorganize code to return the matched pattern
8751 for a field of this.
8752
8753 2015-04-21 Gary Benson <gbenson@redhat.com>
8754
8755 * common/fileio.h (fileio_to_host_openflags): New declaration.
8756 * common/fileio.c (fcntl.h): New include.
8757 (fileio_to_host_openflags): New function, factored out from...
8758 * inf-child.c (inf_child_fileio_open_flags_to_host): ...here.
8759 Single use updated.
8760
8761 2015-04-21 Kevin Buettner <kevinb@redhat.com>
8762
8763 * rl78-tdep.c (RL78_SP_ADDR): Define.
8764 (opc_reg_to_gdb_regnum): New static function.
8765 (rl78_analyze_prologue): Recognize instructions forming slightly
8766 more interesting prologues.
8767
8768 2015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
8769
8770 Revert:
8771 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
8772 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
8773 TYPE_CODE_REF types so that they are not considered as dynamic
8774 depending on the referenced type.
8775 (resolve_dynamic_type_internal): Likewise.
8776
8777 2015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
8778
8779 Revert:
8780 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
8781 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
8782 "top_level" parameter.
8783 (resolve_dynamic_type_internal): Remove the unused "top_level"
8784 parameter. Update call to is_dynamic_type_internal.
8785 (is_dynamic_type): Update call to is_dynamic_type_internal.
8786 (resolve_dynamic_range): Update call to
8787 resolve_dynamic_type_internal.
8788 (resolve_dynamic_union): Likewise.
8789 (resolve_dynamic_struct): Likewise.
8790 (resolve_dynamic_type): Likewise.
8791
8792 2015-04-19 Gabriel Krisman Bertazi <gabriel@krisman.be>
8793
8794 * breakpoint.c (update_dprintf_command_list): Remove duplicated
8795 xmalloc.
8796
8797 2015-04-20 Thomas Schwinge <thomas@codesourcery.com>
8798
8799 * reply_mig_hack.awk: Robustify parsing.
8800
8801 * reply_mig_hack.awk: Don't bother to declare an intermediate
8802 function pointer variable.
8803
8804 2015-04-17 Doug Evans <dje@google.com>
8805
8806 * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement"
8807 to "exec_displacement" to avoid confusion with inner use of the name.
8808
8809 2015-04-17 Pedro Alves <palves@redhat.com>
8810
8811 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero
8812 if HW point of TYPE isn't supported.
8813
8814 2015-04-17 Yao Qi <yao.qi@linaro.org>
8815 Pedro Alves <palves@redhat.com>
8816
8817 * target.h (target_can_use_hardware_watchpoint): Update comments.
8818 Remove trailing ";".
8819
8820 2015-04-17 Gary Benson <gbenson@redhat.com>
8821
8822 * remote.c (remote_add_inferior): New argument try_open_exec.
8823 If nonzero, attempt to open the inferior's executable file as
8824 the main executable if no main executable is open already.
8825 All callers updated.
8826 * NEWS: Mention that GDB now supports automatic location and
8827 retrieval of executable + files from remote targets.
8828
8829 2015-04-17 Gary Benson <gbenson@redhat.com>
8830
8831 * target.h (TARGET_OBJECT_EXEC_FILE): New enum value.
8832 * remote.c (PACKET_qXfer_exec_file): Likewise.
8833 (remote_protocol_features): Register the
8834 "qXfer:exec-file:read" feature.
8835 (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE.
8836 (remote_pid_to_exec_file): New function.
8837 (init_remote_ops): Initialize to_pid_to_exec_file.
8838 (_initialize_remote): Register new "set/show remote
8839 pid-to-exec-file-packet" command.
8840 * NEWS: Announce new qXfer:exec-file:read packet.
8841
8842 2015-04-17 Gary Benson <gbenson@redhat.com>
8843
8844 * nat/linux-procfs.h (linux_proc_pid_to_exec_file):
8845 New declaration.
8846 * nat/linux-procfs.c (linux_proc_pid_to_exec_file):
8847 New function, factored out from...
8848 * linux-nat.c (linux_child_pid_to_exec_file): ...here.
8849
8850 2015-04-17 Gary Benson <gbenson@redhat.com>
8851
8852 * exec.c (solist.h): New include.
8853 (exec_file_locate_attach): Prefix absolute executable
8854 paths with gdb_sysroot if set.
8855 * NEWS: Mention that executable paths may be prepended
8856 with sysroot.
8857
8858 2015-04-17 Gary Benson <gbenson@redhat.com>
8859
8860 * solist.h (exec_file_find): New declaration.
8861 * solib.c (solib_find_1): New function, factored out from...
8862 (solib_find): ...here.
8863 (exec_file_find): New function.
8864
8865 2015-04-17 Gary Benson <gbenson@redhat.com>
8866
8867 * gdbcore.h (exec_file_locate_attach): New declaration.
8868 * exec.c (exec_file_locate_attach): New function, factored
8869 out from...
8870 * infcmd.c (attach_command_post_wait): ...here.
8871
8872 2015-04-17 Mike Frysinger <vapier@gentoo.org>
8873
8874 * MAINTAINERS: Add myself for Blackfin/write-after-approval.
8875
8876 2015-04-16 Yao Qi <yao.qi@linaro.org>
8877
8878 * infrun.c (maybe_software_singlestep): Declare.
8879 (displaced_step_fixup): Call maybe_software_singlestep.
8880
8881 2015-04-15 Doug Evans <dje@google.com>
8882
8883 * psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
8884
8885 2015-04-15 Doug Evans <dje@google.com>
8886
8887 * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls.
8888
8889 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
8890
8891 * python/lib/gdb/command/unwinders.py: Add parentheses.
8892
8893 2015-04-15 Yao Qi <yao.qi@linaro.org>
8894
8895 * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message.
8896
8897 2015-04-15 Yao Qi <yao.qi@linaro.org>
8898
8899 * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation.
8900
8901 2015-04-15 Yao Qi <yao.qi@linaro.org>
8902
8903 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
8904 dsc->insn_size instead of 4.
8905
8906 2015-04-14 Gary Benson <gbenson@redhat.com>
8907
8908 * jit.c (mem_bfd_iovec_stat): Zero supplied buffer.
8909 * minidebug.c (lzma_stat): Likewise.
8910 * solib-spu.c (spu_bfd_iovec_stat): Likewise.
8911 * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise.
8912
8913 2015-04-13 Stan Shebs <stanshebs@google.com>
8914
8915 * MAINTAINERS: Update my email address.
8916
8917 2015-04-13 John Baldwin <jhb@FreeBSD.org>
8918
8919 * amd64-tdep.c (amd64_target_description): New function.
8920 * amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
8921 * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
8922 (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
8923 x86 extended save area.
8924 (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
8925 * amd64bsd-nat.h: Export amd64bsd_xsave_len.
8926 * amd64fbsd-nat.c (amd64fbsd_read_description): New function.
8927 (_initialize_amd64fbsd_nat): Set "to_read_description" to
8928 "amd64fbsd_read_description".
8929 * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
8930 (amd64fbsd_supply_xstateregset): New function.
8931 (amd64fbsd_collect_xstateregset): New function.
8932 Add "amd64fbsd_xstateregset".
8933 (amd64fbsd_iterate_over_regset_sections): New function.
8934 (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
8935 "I386_FBSD_XSAVE_XCR0_OFFSET".
8936 Add "iterate_over_regset_sections" gdbarch method.
8937 Add "core_read_description" gdbarch method.
8938 * i386-tdep.c (i386_target_description): New function.
8939 * i386-tdep.h: Export i386_target_description and tdesc_i386.
8940 * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
8941 (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
8942 x86 extended save area.
8943 (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
8944 * i386bsd-nat.h: Export i386bsd_xsave_len.
8945 * i386fbsd-nat.c (i386fbsd_read_description): New function.
8946 (_initialize_i386fbsd_nat): Set "to_read_description" to
8947 "i386fbsd_read_description".
8948 * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
8949 (i386fbsd_core_read_description): New function.
8950 (i386fbsd_supply_xstateregset): New function.
8951 (i386fbsd_collect_xstateregset): New function.
8952 Add "i386fbsd_xstateregset".
8953 (i386fbsd_iterate_over_regset_sections): New function.
8954 (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
8955 "I386_FBSD_XSAVE_XCR0_OFFSET".
8956 Add "iterate_over_regset_sections" gdbarch method.
8957 Add "core_read_description" gdbarch method.
8958 * i386fbsd-tdep.h: New file.
8959
8960 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8961
8962 * NEWS (Changes since GDB 7.9): Add removed -xdb.
8963 * breakpoint.c (command_line_is_silent): Remove xdb_commands
8964 conditional.
8965 (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba
8966 and lb.
8967 * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and
8968 va.
8969 * cli/cli-decode.c (find_command_name_length): Remove xdb_commands
8970 conditional.
8971 * defs.h (xdb_commands): Remove declaration.
8972 * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc.
8973 * guile/scm-cmd.c (command_classes): Remove xdb from comment.
8974 * infcmd.c (run_no_args_command, go_command): Remove.
8975 (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr.
8976 * infrun.c (xdb_handle_command): Remove.
8977 (_initialize_infrun): Remove xdb_commands for lz and z.
8978 * main.c (xdb_commands): Remove variable.
8979 (captured_main): Remove "xdb" from long_options.
8980 (print_gdb_help): Remove --xdb from help.
8981 * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment.
8982 * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?.
8983 * stack.c (backtrace_full_command, args_plus_locals_info)
8984 (current_frame_command): Remove.
8985 (_initialize_stack): Remove xdb_commands for t, T and l.
8986 * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg.
8987 * thread.c (_initialize_thread): Remove xdb_commands condition.
8988 * tui/tui-layout.c (tui_toggle_layout_command)
8989 (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove.
8990 (_initialize_tui_layout): Remove xdb_commands for td and ts.
8991 * tui/tui-regs.c (tui_scroll_regs_forward_command)
8992 (tui_scroll_regs_backward_command): Remove.
8993 (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r.
8994 * tui/tui-win.c (tui_xdb_set_win_height_command): Remove.
8995 (_initialize_tui_win): Remove xdb_commands for U and w.
8996 * utils.c (pagination_on_command, pagination_off_command): Remove.
8997 (initialize_utils): Remove xdb_commands for am and sm.
8998
8999 2015-04-10 Pedro Alves <palves@redhat.com>
9000
9001 * infrun.c (displaced_step_fixup): Switch to the event ptid
9002 earlier. If the thread stopped for a watchpoint and the
9003 target/arch has non-continuable watchpoints, cancel the displaced
9004 step.
9005 (resume): Don't start a displaced step if in-line step-over info
9006 is valid.
9007
9008 2015-04-10 Pedro Alves <palves@redhat.com>
9009
9010 * infrun.c (displaced_step_in_progress): New function.
9011 (do_target_resume): Advise target to report all signals if
9012 displaced stepping.
9013
9014 2015-04-10 Pedro Alves <palves@redhat.com>
9015
9016 PR gdb/18216
9017 * infrun.c (process_event_stop_test): Don't assume a step-resume
9018 is set if tp->stepped_breakpoint is true.
9019
9020 2015-04-10 Yao Qi <yao.qi@linaro.org>
9021
9022 * arm-tdep.c (install_alu_reg): Update comment.
9023 (thumb_copy_alu_reg): Remove local variable rn. Update
9024 debugging message. Use r2 instead of r1 in the modified
9025 instruction.
9026
9027 2015-04-10 Pedro Alves <palves@redhat.com>
9028
9029 PR gdb/13858
9030 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install
9031 linux_displaced_step_location as gdbarch_displaced_step_location
9032 hook.
9033 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
9034 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
9035 * linux-tdep.c (linux_displaced_step_location): New function,
9036 based on ppc_linux_displaced_step_location.
9037 * linux-tdep.h (linux_displaced_step_location): New declaration.
9038 * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete.
9039 (ppc_linux_inferior_created, ppc_linux_displaced_step_location):
9040 Delete.
9041 (ppc_linux_init_abi): Install linux_displaced_step_location as
9042 gdbarch_displaced_step_location hook, even without Cell/B.E..
9043 (_initialize_ppc_linux_tdep): Don't install
9044 ppc_linux_inferior_created as inferior_created observer.
9045 * s390-linux-tdep.c (s390_gdbarch_init): Install
9046 linux_displaced_step_location as gdbarch_displaced_step_location
9047 hook.
9048
9049 2015-04-09 Gary Benson <gbenson@redhat.com>
9050
9051 * common/common-remote-fileio.h: Rename to...
9052 * common/fileio.h: ...this. Update all references.
9053 (remote_fileio_to_fio_error): Rename to...
9054 (host_to_fileio_error): ...this.
9055 (remote_fileio_to_be): Rename to...
9056 (host_to_bigendian): ...this. Update all callers.
9057 (remote_fileio_to_fio_uint): Rename to...
9058 (host_to_fileio_uint): ...this. Update all callers.
9059 (remote_fileio_to_fio_time): Rename to...
9060 (host_to_fileio_time): ...this. Update all callers.
9061 (remote_fileio_to_fio_stat): Rename to...
9062 (host_to_fileio_stat): ...this.
9063 Update all references.
9064 * common/common-remote-fileio.c: Rename to...
9065 * common/fileio.c: ...this. Update all references.
9066 (remote_fileio_to_fio_error): Rename to...
9067 (host_to_fileio_error): ...this. Update all callers.
9068 (remote_fileio_mode_to_target): Rename to...
9069 (fileio_mode_pack): ...this. Update all callers.
9070 (remote_fileio_to_fio_mode): Rename to...
9071 (host_to_fileio_mode): ...this. Update all callers.
9072 (remote_fileio_to_fio_ulong): Rename to...
9073 (host_to_fileio_ulong): ...this. Update all callers.
9074 (remote_fileio_to_fio_stat): Rename to...
9075 (host_to_fileio_stat): ...this. Update all callers.
9076
9077 2015-04-09 Andy Wingo <wingo@igalia.com>
9078
9079 * guile/scm-frame.c (gdbscm_frame_read_register): New function.
9080 (frame_functions): Bind gdbscm_frame_read_register to
9081 frame-read-register.
9082 * guile/lib/gdb.scm (frame-read-register): Export.
9083
9084 2015-04-09 Gary Benson <gbenson@redhat.com>
9085
9086 * common/common-remote-fileio.h (remote_fileio_to_fio_error):
9087 New declaration.
9088 * common/common-remote-fileio.c (remote_fileio_to_fio_error):
9089 New function, factored out the named functions below.
9090 * inf-child.c (gdb/fileio.h): Remove include.
9091 (common-remote-fileio.h): New include.
9092 (inf_child_errno_to_fileio_error): Remove function. Update
9093 all callers to use remote_fileio_to_fio_error.
9094 * remote-fileio.c (remote_fileio_errno_to_target): Likewise.
9095
9096 2015-04-09 Andy Wingo <wingo@igalia.com>
9097
9098 * MAINTAINERS (Write After Approval): Add Andy Wingo.
9099
9100 2015-04-09 H.J. Lu <hongjiu.lu@intel.com>
9101
9102 * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir.
9103 Replace $zlibdir with $ZLIBDIR in LDFLAGS.
9104 * configure: Regenerated.
9105
9106 2015-04-09 Pedro Alves <palves@redhat.com>
9107
9108 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
9109 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
9110 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
9111 * gnulib/import/Makefile.am: Update.
9112 * gnulib/import/Makefile.in: Update.
9113 * gnulib/import/m4/gnulib-cache.m4: Update.
9114 * gnulib/import/m4/gnulib-comp.m4: Update.
9115 * gnulib/import/m4/strtok_r.m4: New file.
9116 * gnulib/import/strtok_r.c: New file.
9117
9118 2015-04-09 Pedro Alves <palves@redhat.com>
9119
9120 * gnulib/update-gnulib.sh (aclocal version check): Filter out
9121 "called too early to check prototype".
9122
9123 2015-04-08 Sergio Durigan Junior <sergiodj@redhat.com>
9124
9125 PR python/16699
9126 * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not
9127 use a caching mechanism. Adjust comments and code to reflect
9128 that. Replace 'sizeof' by 'strlen' when fetching 'wordobj'.
9129 (cmdpy_completer_handle_brkchars): Adjust call to
9130 cmdpy_completer_helper. Call Py_XDECREF for 'resultobj'.
9131 (cmdpy_completer): Likewise.
9132
9133 2015-04-08 Yao Qi <yao.qi@linaro.org>
9134
9135 * spu-tdep.c (spu_gdbarch_init): Don't call
9136 set_gdbarch_cannot_step_breakpoint.
9137
9138 2015-04-07 Sergio Durigan Junior <sergiodj@redhat.com>
9139
9140 * linux-tdep.c (decode_vmflags): Initialize 'saveptr'.
9141
9142 2015-04-07 Pedro Alves <palves@redhat.com>
9143
9144 * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ...
9145 (ALL_THREADS_SAFE): ... this, and don't skip exited threads.
9146 (delete_exited_threads): New declaration.
9147 * infrun.c (follow_exec): Use ALL_THREADS_SAFE.
9148 * linux-nat.c (linux_nat_update_thread_list): New function.
9149 (linux_nat_add_target): Install it.
9150 * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE.
9151 * thread.c (prune_threads): Use ALL_THREADS_SAFE.
9152 (delete_exited_threads): New function.
9153
9154 2015-04-07 Pedro Alves <pedro@codesourcery.com>
9155
9156 * infrun.c (resume) <displaced stepping debug output>: Get the
9157 leader thread's regcache, not resume_ptid's.
9158
9159 2015-04-06 Doug Evans <xdje42@gmail.com>
9160
9161 * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as
9162 VAR_DOMAIN.
9163 (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters.
9164 Include symbol domain in debugging output.
9165
9166 2015-04-06 Pedro Alves <palves@redhat.com>
9167 Bernd Edlinger <bernd.edlinger@hotmail.de>
9168
9169 * configure.ac: Remove the mingw32-specific stub-termcap.o
9170 fallback, and instead fallback to the stub termcap on all hosts.
9171 * configure: Regenerate.
9172 * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak
9173 symbols.
9174
9175 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9176
9177 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
9178 "top_level" parameter.
9179 (resolve_dynamic_type_internal): Remove the unused "top_level"
9180 parameter. Update call to is_dynamic_type_internal.
9181 (is_dynamic_type): Update call to is_dynamic_type_internal.
9182 (resolve_dynamic_range): Update call to
9183 resolve_dynamic_type_internal.
9184 (resolve_dynamic_union): Likewise.
9185 (resolve_dynamic_struct): Likewise.
9186 (resolve_dynamic_type): Likewise.
9187
9188 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9189
9190 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
9191 TYPE_CODE_REF types so that they are not considered as dynamic
9192 depending on the referenced type.
9193 (resolve_dynamic_type_internal): Likewise.
9194
9195 2015-04-02 H.J. Lu <hongjiu.lu@intel.com>
9196
9197 * Makefile.in (top_srcdir): New.
9198 * configure: Regenerated.
9199
9200 2015-04-02 Gary Benson <gbenson@redhat.com>
9201
9202 * NEWS: Announce the new default sysroot of "target:".
9203
9204 2015-04-02 Gary Benson <gbenson@redhat.com>
9205
9206 * main.c (captured_main): Set gdb_sysroot to "target:"
9207 if not otherwise set.
9208
9209 2015-04-02 Gary Benson <gbenson@redhat.com>
9210
9211 * exec.c (exec_file_attach): Support "target:" filenames.
9212
9213 2015-04-02 Gary Benson <gbenson@redhat.com>
9214
9215 * solib.c (solib_find): Strip "target:" prefix from sysroot
9216 if accessing local files.
9217
9218 2015-04-02 Gary Benson <gbenson@redhat.com>
9219
9220 * symfile.c (symfile_bfd_open): Reorder to remove duplicated
9221 checks and error messages.
9222
9223 2015-04-02 Gary Benson <gbenson@redhat.com>
9224
9225 * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition.
9226 (remote_filename_p): Remove declaration.
9227 (remote_bfd_open): Likewise.
9228 * remote.c (remote_bfd_iovec_open): Remove function.
9229 (remote_bfd_iovec_close): Likewise.
9230 (remote_bfd_iovec_pread): Likewise.
9231 (remote_bfd_iovec_stat): Likewise.
9232 (remote_filename_p): Likewise.
9233 (remote_bfd_open): Likewise.
9234 * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration.
9235 * symfile.c (separate_debug_file_exists): Use gdb_bfd_open.
9236 (gdb_bfd_open_maybe_remote): Remove function.
9237 (symfile_bfd_open): Replace remote filename check with
9238 target filename check.
9239 (reread_symbols): Use gdb_bfd_open.
9240 * build-id.c (gdbcore.h): New include.
9241 (build_id_to_debug_bfd): Use gdb_bfd_open.
9242 * infcmd.c (attach_command_post_wait): Remove remote filename
9243 check.
9244 * solib.c (solib_find): Replace remote-specific handling with
9245 target-specific handling. Update comments where necessary.
9246 (solib_bfd_open): Replace remote-specific handling with
9247 target-specific handling.
9248 (gdb_sysroot_changed): New function.
9249 (_initialize_solib): Call the above when gdb_sysroot changes.
9250 * windows-tdep.c (gdbcore.h): New include.
9251 (windows_xfer_shared_library): Use gdb_bfd_open.
9252
9253 2015-04-02 Gary Benson <gbenson@redhat.com>
9254
9255 * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition.
9256 (is_target_filename): New declaration.
9257 (gdb_bfd_has_target_filename): Likewise.
9258 (gdb_bfd_open): Update documentation comment.
9259 * gdb_bfd.c (target.h): New include.
9260 (gdb/fileio.h): Likewise.
9261 (is_target_filename): New function.
9262 (gdb_bfd_has_target_filename): Likewise.
9263 (fileio_errno_to_host): Likewise.
9264 (gdb_bfd_iovec_fileio_open): Likewise.
9265 (gdb_bfd_iovec_fileio_pread): Likewise.
9266 (gdb_bfd_iovec_fileio_close): Likewise.
9267 (gdb_bfd_iovec_fileio_fstat): Likewise.
9268 (gdb_bfd_open): Use target fileio to access paths prefixed
9269 with "target:" where necessary.
9270
9271 2015-04-02 Gary Benson <gbenson@redhat.com>
9272
9273 * target.h (struct target_ops) <to_filesystem_is_local>:
9274 New field.
9275 (target_filesystem_is_local): New macro.
9276 * target-delegates.c: Regenerate.
9277 * remote.c (remote_filesystem_is_local): New function.
9278 (init_remote_ops): Initialize to_filesystem_is_local.
9279
9280 2015-04-02 Gary Benson <gbenson@redhat.com>
9281
9282 * target.h (struct target_ops) <to_fileio_fstat>: New field.
9283 (target_fileio_fstat): New declaration.
9284 * target.c (target_fileio_fstat): New function.
9285 * inf-child.c (inf_child_fileio_fstat): Likewise.
9286 (inf_child_target): Initialize to_fileio_fstat.
9287 * remote.c (init_remote_ops): Likewise.
9288
9289 2015-04-01 Sasha Smundak <asmundak@google.com>
9290
9291 * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o.
9292 (SUBDIR_PYTHON_SRCS): Add py-unwind.c.
9293 (py-unwind.o): New recipe.
9294 * NEWS: mention Python frame unwinding.
9295 * data-directory/Makefile.in (PYTHON_FILE_LIST): Add
9296 gdb/unwinder.py and gdb/command/unwinder.py
9297 * python/lib/gdb/__init__.py (packages): Add frame_unwinders
9298 list.
9299 (execute_unwinders): New function.
9300 * python/lib/gdb/command/unwinders.py: New file.
9301 * python/lib/gdb/unwinder.py: New file.
9302 * python/py-objfile.c (objfile_object): Add frame_unwinders field.
9303 (objfpy_dealloc): Decrement frame_unwinders reference count.
9304 (objfpy_initialize): Create frame_unwinders list.
9305 (objfpy_get_frame_unwinders): New function.
9306 (objfpy_set_frame_unwinders): Ditto.
9307 (objfile_getset): Add frame_unwinders attribute to Objfile.
9308 * python/py-progspace.c (pspace_object): Add frame_unwinders field.
9309 (pspy_dealloc): Decrement frame_unwinders reference count.
9310 (pspy_initialize): Create frame_unwinders list.
9311 (pspy_get_frame_unwinders): New function.
9312 (pspy_set_frame_unwinders): Ditto.
9313 (pspy_getset): Add frame_unwinders attribute to gdb.Progspace.
9314 * python/py-unwind.c: New file.
9315 * python/python-internal.h (pspy_get_name_unwinders): New prototype.
9316 (objpy_get_frame_unwinders): New prototype.
9317 (gdbpy_initialize_unwind): New prototype.
9318 * python/python.c (gdbpy_apply_type_printers): Call
9319 gdbpy_initialize_unwind.
9320
9321 2015-04-01 Pedro Alves <palves@redhat.com>
9322
9323 * infrun.c (resume): Check currently_stepping after clearing
9324 stepped_breakpoint, not before.
9325
9326 2015-04-01 Pedro Alves <palves@redhat.com>
9327
9328 * infrun.c (print_target_wait_results): Print all the ptid
9329 elements.
9330
9331 2015-04-01 Pedro Alves <palves@redhat.com>
9332
9333 * infrun.c (keep_going): Also discard cleanups if inserting
9334 breakpoints fails.
9335
9336 2015-04-01 Pedro Alves <palves@redhat.com>
9337
9338 * infrun.c (wait_for_inferior): Install the
9339 finish_thread_state_cleanup cleanup across the whole function, not
9340 just around handle_inferior_event.
9341
9342 2015-04-01 Pedro Alves <palves@redhat.com>
9343
9344 * infrun.c (resume) <step past permanent breakpoint>: Use
9345 do_target_resume.
9346
9347 2015-04-01 Pedro Alves <palves@redhat.com>
9348
9349 * linux-nat.c (linux_handle_extended_wait): Always call set_running.
9350
9351 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
9352
9353 * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
9354
9355 2015-04-01 Pedro Alves <palves@redhat.com>
9356
9357 * linux-thread-db.c (record_thread): Readd the thread to gdb's
9358 list if it was marked exited.
9359
9360 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
9361
9362 * configure: Regenerated.
9363
9364 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9365 Jan Kratochvil <jan.kratochvil@redhat.com>
9366 Oleg Nesterov <oleg@redhat.com>
9367
9368 PR corefiles/16092
9369 * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'.
9370 New enum identifying the various options of the coredump_filter
9371 file.
9372 (struct smaps_vmflags): New struct.
9373 (use_coredump_filter): New variable.
9374 (decode_vmflags): New function.
9375 (mapping_is_anonymous_p): Likewise.
9376 (dump_mapping_p): Likewise.
9377 (linux_find_memory_regions_full): New variables
9378 'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'.
9379 Removed variable 'modified'. Read /proc/<PID>/smaps file; improve
9380 parsing of its information. Implement memory mapping filtering
9381 based on its contents.
9382 (show_use_coredump_filter): New function.
9383 (_initialize_linux_tdep): New command 'set use-coredump-filter'.
9384 * NEWS: Mention the possibility of using the
9385 '/proc/PID/coredump_filter' file when generating a corefile.
9386 Mention new command 'set use-coredump-filter'.
9387
9388 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9389
9390 * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by
9391 read_memory_unsigned_integer.
9392
9393 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
9394
9395 * Makefile.in (ZLIB): New.
9396 (ZLIBINC): Likewise.
9397 (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC).
9398 (CLIBS): Add $(ZLIB).
9399 * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS.
9400 Add -lz to LIBS.
9401 * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
9402 * top.c (print_gdb_configuration): Remove --with-zlib and
9403 --without-zlib.
9404 * config.in: Regenerated.
9405 * configure: Likewise.
9406
9407 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
9408
9409 * NEWS: Mention info os cpus support.
9410 * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
9411 (struct osdata_type): Add cpus entry, reorder the entries in
9412 alphabetical order.
9413
9414 2015-03-31 Matthias Klose <doko@ubuntu.com>
9415
9416 * compile/compile.c (compile_to_object): Allow triplets with or
9417 without vendor set.
9418
9419 2015-03-30 Doug Evans <dje@google.com>
9420
9421 PR c++/18141
9422 * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
9423 klass in VAR_DOMAIN.
9424
9425 2015-03-30 Gary Benson <gbenson@redhat.com>
9426
9427 * remote.c (remote_mourn_1): Remove function. Update all callers
9428 to use remote_mourn.
9429 (extended_remote_mourn_1): Remove function. Update all callers
9430 to use extended_remote_mourn.
9431 (extended_remote_attach_1): Remove function. Update all callers
9432 to use extended_remote_attach.
9433
9434 2015-03-28 James Bowman <james.bowman@ftdichip.com>
9435
9436 * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o.
9437 (HFILES_NO_SRCDIR): Add ft32-tdep.h.
9438 (ALLDEPFILES): Add ft32-tdep.c.
9439 * configure.tgt: Add FT32 entry.
9440 * ft32-tdep.c: New file, FT32 target-dependent code.
9441 * ft32-tdep.h: New file, FT32 target-dependent code.
9442
9443 2015-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9444
9445 Revert:
9446 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9447 Code cleanup.
9448 * printcmd.c (print_command_1): Move expr variable scope.
9449
9450 2015-03-27 Joel Brobecker <brobecker@adacore.com>
9451
9452 * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL.
9453
9454 2015-03-27 Andrzej Kaczmarek <andrzej.kaczmarek@tieto.com>
9455
9456 * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special
9457 sections.
9458
9459 2015-03-26 Joel Brobecker <brobecker@adacore.com>
9460
9461 * dtrace-probe.c (dtrace_process_dof_probe): Contain any
9462 exception raised while parsing the probe arguments.
9463 Force parsing to be done using the C language parser.
9464 * expression.h (parse_expression_with_language): Declare.
9465 * parse.c (parse_expression_with_language): New function.
9466
9467 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
9468
9469 * MAINTAINERS (Write After Approval): Add "Jon Turney".
9470
9471 2015-03-26 Andy Wingo <wingo@igalia.com>
9472
9473 PR symtab/18148
9474 * dwarf2read.c (struct partial_die_info): Add has_const_value
9475 member.
9476 (add_partial_symbol): Don't punt on symbols that have const_value
9477 attributes.
9478 (read_partial_die): Detect DW_AT_const_value.
9479
9480 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9481
9482 Code cleanup.
9483 * printcmd.c (print_command_1): Move expr variable scope.
9484
9485 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9486
9487 Code cleanup.
9488 * printcmd.c (validate_format): Make the parameter cmdname const.
9489
9490 2015-03-26 Don Breazeal <donb@codesourcery.com>
9491
9492 * remote.c (_initialize_remote): Update comment.
9493
9494 2015-03-26 Pedro Alves <palves@redhat.com>
9495 Jon TURNEY <jon.turney@dronecode.org.uk>
9496
9497 * coffread.c (coff_symfile_read): When constructing the name of an
9498 import stub symbol from import symbol for amd64, only skip the
9499 char after _imp_ if the target is underscored (like i386) and the
9500 char is indeed the target's leading char.
9501
9502 2015-03-25 Pedro Alves <palves@redhat.com>
9503
9504 * target.h <to_async>: Replace 'callback' and 'context' parameters
9505 with boolean 'enable' parameter.
9506 (target_async): Replace CALLBACK and CONTEXT parameters with
9507 boolean ENABLE parameter.
9508 * inf-loop.c (inferior_event_handler): Adjust.
9509 * linux-nat.c (linux_nat_attach, linux_nat_resume)
9510 (linux_nat_resume): Adjust.
9511 (async_client_callback, async_client_context): Delete.
9512 (handle_target_event): Call inferior_event_handler directly.
9513 (linux_nat_async): Replace 'callback' and 'context' parameters
9514 with boolean 'enable' parameter. Adjust. Remove references to
9515 async_client_callback and async_client_context.
9516 (linux_nat_close): Adjust.
9517 * record-btrace.c (record_btrace_async): Replace 'callback' and
9518 'context' parameters with boolean 'enable' parameter. Adjust.
9519 (record_btrace_resume): Adjust.
9520 * record-full.c (record_full_async): Replace 'callback' and
9521 'context' parameters with boolean 'enable' parameter. Adjust.
9522 (record_full_resume, record_full_core_resume): Adjust.
9523 * remote.c (struct remote_state) <async_client_callback,
9524 async_client_context>: Delete fields.
9525 (remote_start_remote, extended_remote_attach_1, remote_resume)
9526 (extended_remote_create_inferior): Adjust.
9527 (remote_async_serial_handler): Call inferior_event_handler
9528 directly.
9529 (remote_async): Replace 'callback' and 'context' parameters with
9530 boolean 'enable' parameter. Adjust.
9531 * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper):
9532 Adjust.
9533 * target-delegates.c: Regenerate.
9534
9535 2015-03-25 Gary Benson <gbenson@redhat.com>
9536 Pedro Alves <palves@redhat.com>
9537
9538 * target.c (fileio_ft_t): New typedef, define object vector.
9539 (fileio_fhandles): New static variable.
9540 (is_closed_fileio_fh): New macro.
9541 (lowest_closed_fd): New static variable.
9542 (acquire_fileio_fd): New function.
9543 (release_fileio_fd): Likewise.
9544 (fileio_fd_to_fh): New macro.
9545 (target_fileio_open): Wrap the file descriptor on success.
9546 (target_fileio_pwrite): Updated to use wrapped file descriptor.
9547 (target_fileio_pread): Likewise.
9548 (target_fileio_close): Likewise.
9549
9550 2015-03-24 Pedro Alves <palves@redhat.com>
9551
9552 * thread.c (thread_apply_all_command): Take exited threads into
9553 account.
9554
9555 2015-03-24 Pedro Alves <palves@redhat.com>
9556
9557 * infrun.c (resume, proceed): Mention
9558 switch_back_to_stepped_thread, not switch_back_to_stepping.
9559
9560 2015-03-24 Pedro Alves <palves@redhat.com>
9561
9562 * infrun.c (user_visible_resume_ptid): Rewrite going from
9563 most-locked to unlocked instead of the opposite. Move comment ...
9564 * infrun.h (user_visible_resume_ptid): ... here.
9565
9566 2015-03-24 Pedro Alves <palves@redhat.com>
9567
9568 * linux-nat.c (linux_nat_resume): Output debug logs before trying
9569 to resume the event lwp. Use the lwp's ptid instead of the passed
9570 in (maybe wildcard) ptid.
9571 (stop_wait_callback): Tweak debug log output.
9572 (check_stopped_by_breakpoint): Tweak debug log output. Also dump
9573 TRAP_TRACE.
9574 (linux_nat_filter_event): In debug output, distinguish a
9575 resume_stop SIGSTOP from a delayed SIGSTOP. Output debug logs
9576 before trying to resume the lwp.
9577
9578 2015-03-24 Joel Brobecker <brobecker@adacore.com>
9579
9580 * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove
9581 pointer indirection.
9582 * gdbtypes.c (get_dyn_prop): Adjust, following change above.
9583 (add_dyn_prop, copy_dynamic_prop_list): Likewise.
9584
9585 2015-03-24 Joel Brobecker <brobecker@adacore.com>
9586
9587 * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>:
9588 Renames DYN_ATTR_DATA_LOCATION.
9589 (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of
9590 DYN_ATTR_DATA_LOCATION.
9591 * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION
9592 instead of DYN_ATTR_DATA_LOCATION.
9593
9594 2015-03-24 Pedro Alves <palves@redhat.com>
9595
9596 * breakpoint.c (until_break_command): Adjust call to proceed.
9597 * gdbthread.h (struct thread_control_state) <stepping_command>:
9598 New field.
9599 * infcall.c (run_inferior_call): Adjust call to proceed.
9600 * infcmd.c (run_command_1, proceed_thread_callback, continue_1):
9601 Adjust calls to proceed.
9602 (set_step_frame): Set the current thread's step_start_function
9603 here.
9604 (step_once): Adjust calls to proceed.
9605 (jump_command, signal_command, until_next_command)
9606 (finish_backward, finish_forward, proceed_after_attach_callback)
9607 (attach_command_post_wait): Adjust calls to proceed.
9608 * infrun.c (proceed_after_vfork_done): Adjust call to proceed.
9609 (do_target_resume): New function, factored out from ...
9610 (resume): ... here. Remove 'step' parameter. Instead, check
9611 currently_stepping to determine whether the thread should be
9612 single-stepped.
9613 (proceed): Remove 'step' parameter and don't set the thread's
9614 step_start_function here. Adjust call to 'resume'.
9615 (handle_inferior_event): Adjust calls to 'resume'.
9616 (switch_back_to_stepped_thread): Use do_target_resume instead of
9617 'resume'.
9618 (keep_going): Adjust calls to 'resume'.
9619 * infrun.h (proceed): Remove 'step' parameter.
9620 (resume): Likewise.
9621 * windows-nat.c (do_initial_windows_stuff): Adjust call to
9622 'resume'.
9623 * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'.
9624
9625 2015-03-24 Pedro Alves <palves@redhat.com>
9626
9627 * gdbthread.h (struct thread_control_state) <stepping_command>:
9628 New field.
9629 * infcmd.c (step_once): Pass step=1 to clear_proceed_status. Set
9630 the thread's stepping_command field.
9631 * infrun.c (resume): Check the thread's stepping_command flag to
9632 determine which threads should be resumed. Rename 'entry_step'
9633 local to user_step.
9634 (clear_proceed_status_thread): Clear 'stepping_command'.
9635 (schedlock_applies): Change parameter type to struct thread_info
9636 pointer. Adjust.
9637 (find_thread_needs_step_over): Remove 'step' parameter. Adjust.
9638 (switch_back_to_stepped_thread): Adjust calls to
9639 'schedlock_applies'.
9640 (_initialize_infrun): Adjust "set scheduler-locking step" help.
9641
9642 2015-03-24 Pedro Alves <palves@redhat.com>
9643
9644 * infrun.c (step_start_function): Delete and ...
9645 * gdbthread.h (struct thread_control_state) <step_start_function>:
9646 ... now a field here.
9647 * infrun.c (clear_proceed_status_thread): Clear the thread's
9648 step_start_function.
9649 (proceed, process_event_stop_test, print_stop_event): Adjust.
9650
9651 2015-03-24 Pedro Alves <palves@redhat.com>
9652
9653 * infrun.c (proceed): No longer handle negative step.
9654
9655 2015-03-24 Gary Benson <gbenson@redhat.com>
9656
9657 * nat/x86-linux.h (x86_linux_new_thread): New declaration.
9658 (x86_linux_prepare_to_resume): Likewise.
9659 * x86-linux-nat.c (x86_linux_new_thread):
9660 Moved to nat/x86-linux.c.
9661 (x86_linux_prepare_to_resume): Likewise.
9662 * nat/x86-linux.c (x86_linux_new_thread): New function.
9663 (x86_linux_prepare_to_resume): Likewise.
9664
9665 2015-03-24 Gary Benson <gbenson@redhat.com>
9666
9667 * nat/x86-linux-dregs.h: New file.
9668 * nat/x86-linux-dregs.c: Likewise.
9669 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
9670 (x86-linux-dregs.o): New rule.
9671 * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
9672 * config/i386/linux64.mh (NATDEPFILES): Likewise.
9673 * x86-linux-nat.c: Include nat/x86-linux-dregs.h.
9674 (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
9675 (x86_linux_dr_get): Likewise.
9676 (x86_linux_dr_set): Likewise.
9677 (x86_linux_dr_get_addr): Likewise.
9678 (x86_linux_dr_get_control): Likewise.
9679 (x86_linux_dr_get_status): Likewise.
9680 (update_debug_registers_callback): Likewise.
9681 (x86_linux_dr_set_control): Likewise.
9682 (x86_linux_dr_set_addr): Likewise.
9683 (x86_linux_update_debug_registers): Likewise.
9684
9685 2015-03-24 Gary Benson <gbenson@redhat.com>
9686
9687 * x86-linux-nat.c (x86_linux_update_debug_registers):
9688 New function, factored out from...
9689 (x86_linux_prepare_to_resume): ...this.
9690
9691 2015-03-24 Gary Benson <gbenson@redhat.com>
9692
9693 * x86-linux-nat.c (x86_linux_dr_get): Update comments.
9694 (x86_linux_dr_set): Likewise.
9695 (x86_linux_dr_get_addr): Likewise.
9696 (x86_linux_dr_get_control): Likewise.
9697 (x86_linux_dr_get_status): Likewise.
9698 (update_debug_registers_callback): Likewise.
9699 (x86_linux_dr_set_control): Likewise.
9700 (x86_linux_dr_set_addr): Likewise.
9701 (x86_linux_prepare_to_resume): Likewise.
9702 (x86_linux_new_thread): Likewise.
9703
9704 2015-03-24 Gary Benson <gbenson@redhat.com>
9705
9706 * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion.
9707 (x86_linux_new_thread): Rename argument.
9708
9709 2015-03-24 Gary Benson <gbenson@redhat.com>
9710
9711 * nat/x86-linux.h: New file.
9712 * nat/x86-linux.c: Likewise.
9713 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h.
9714 (x86-linux.o): New rule.
9715 * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o.
9716 * config/i386/linux64.mh (NATDEPFILES): Likewise.
9717 * nat/linux-nat.h (struct arch_lwp_info): New forward declaration.
9718 (lwp_set_arch_private_info): New declaration.
9719 (lwp_arch_private_info): Likewise.
9720 * linux-nat.c (lwp_set_arch_private_info): New function.
9721 (lwp_arch_private_info): Likewise.
9722 * x86-linux-nat.c: Include nat/x86-linux.h.
9723 (arch_lwp_info): Removed structure.
9724 (update_debug_registers_callback):
9725 Use lwp_set_debug_registers_changed.
9726 (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
9727 and lwp_set_debug_registers_changed.
9728 (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
9729
9730 2015-03-24 Gary Benson <gbenson@redhat.com>
9731
9732 * nat/linux-nat.h (ptid_of_lwp): New declaration.
9733 (lwp_is_stopped): Likewise.
9734 (lwp_stop_reason): Likewise.
9735 * linux-nat.c (ptid_of_lwp): New function.
9736 (lwp_is_stopped): Likewise.
9737 (lwp_is_stopped_by_watchpoint): Likewise.
9738 * x86-linux-nat.c (update_debug_registers_callback):
9739 Use lwp_is_stopped.
9740 (x86_linux_prepare_to_resume): Use ptid_of_lwp and
9741 lwp_stop_reason.
9742
9743 2015-03-24 Gary Benson <gbenson@redhat.com>
9744
9745 * linux-nat.h (linux_stop_lwp): Move declaration to...
9746 * nat/linux-nat.h (linux_stop_lwp): New declaration.
9747
9748 2015-03-24 Gary Benson <gbenson@redhat.com>
9749
9750 * linux-nat.h: Include nat/linux-nat.h.
9751 (iterate_over_lwps): Move declaration to nat/linux-nat.h.
9752 * nat/linux-nat.h (struct lwp_info): New forward declaration.
9753 (iterate_over_lwps_ftype): New typedef.
9754 (iterate_over_lwps): New declaration.
9755 * linux-nat.h (iterate_over_lwps): Update comment. Use
9756 iterate_over_lwps_ftype. Update callback return value check.
9757
9758 2015-03-24 Gary Benson <gbenson@redhat.com>
9759
9760 * x86-nat.h (x86_debug_reg_state): Move declaration to...
9761 * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
9762
9763 2015-03-24 Gary Benson <gbenson@redhat.com>
9764
9765 * nat/linux-nat.h (current_lwp_ptid): New declaration.
9766 * linux-nat.c (current_lwp_ptid): New function.
9767 * x86-linux-nat.c: Include nat/linux-nat.h.
9768 (x86_linux_dr_get_addr): Use current_lwp_ptid.
9769 (x86_linux_dr_get_control): Likewise.
9770 (x86_linux_dr_get_status): Likewise.
9771 (x86_linux_dr_set_control): Likewise.
9772 (x86_linux_dr_set_addr): Likewise.
9773
9774 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9775
9776 PR breakpoints/16466
9777 * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
9778
9779 2015-03-23 Joel Brobecker <brobecker@adacore.com>
9780
9781 * ser-mingw.c (ser_windows_setparity): Fix indentation.
9782 * ser-unix.c (hardwire_setparity): Likewise.
9783
9784 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
9785
9786 * NEWS: Mention set/show serial parity command.
9787 * monitor.c (monitor_open): Call serial_setparity.
9788 * remote.c (remote_open_1): Likewise.
9789 * ser-base.c (ser_base_serparity): New function.
9790 * ser-base.h (ser_base_setparity): Add declaration.
9791 * ser-go32.c (dos_ops): Set "setparity" field.
9792 * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
9793 state.Parity.
9794 (ser_windows_setparity): New function.
9795 (hardwire_ops): Add ser_windows_setparity.
9796 (tty_ops): Add NULL for setparity field.
9797 (pipe_ops): Add ser_base_setparity.
9798 (tcp_ops): Likewise.
9799 * ser-pipe.c (pipe_ops): Likewise.
9800 * ser-tcp.c (tcp_ops): Likewise.
9801 * ser-unix.c (hardwire_setparity): Add declaration.
9802 (hardwire_raw): Don't reset PARENB flag.
9803 (hardwire_setparity): New function.
9804 (hardwire_ops): Add hardwire_setparity.
9805 * serial.c (serial_setparity): New function.
9806 (serial_parity): New global.
9807 (parity_none, parity_odd, parity_even, parity_enums, parity):
9808 New static globals.
9809 (set_parity): New function.
9810 (_initialize_serial): Add set/show serial parity commands.
9811 * serial.h (GDBPARITY_NONE): Define.
9812 (GDBPARITY_ODD): Define.
9813 (GDBPARITY_EVEN): Define.
9814 (serial_setparity) Add declaration.
9815 (struct serial_ops): Add setparity field.
9816 * target.h (serial_parity): Add declaration.
9817
9818 2015-03-23 Keith Seitz <keiths@redhat.com>
9819
9820 * linespec.c (linespec_lexer_lex_keyword): Update comment.
9821
9822 2015-03-23 Keith Seitz <keiths@redhat.com>
9823
9824 * breakpoint.c (parse_breakpoint_sals): Use
9825 linespec_lexer_lex_keyword to ascertain if the user specified
9826 a NULL location.
9827 * linespec.c [IF_KEYWORD_INDEX]: Define.
9828 (linespec_lexer_lex_keyword): Export.
9829 (struct ls_parser) <keyword_ok>: Remove.
9830 A keyword is only a keyword if not followed by another keyword.
9831 (linespec_lexer_lex_one): Remove keyword_ok handling.
9832 Add comment explaining why the parsing stream is not advanced
9833 when a keyword is seen.
9834 (parse_linespec): Remove parser->keyword_ok.
9835 * linespec.h (linespec_lexer_lex_keyword): Add declaration.
9836
9837 2015-03-23 Keith Seitz <keiths@redhat.com>
9838
9839 PR gdb/18021
9840 * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
9841 if we find a static method with DW_AT_vtable_elem_location.
9842
9843 2015-03-21 Eli Zaretskii <eliz@gnu.org>
9844
9845 * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
9846 before the second loop, to avoid undefined behavior. Reported by
9847 Anton Blanchard <anton@samba.org>.
9848
9849 2015-03-20 Keven Boell <keven.boell@intel.com>
9850
9851 * gdbtypes.c (resolve_dynamic_type_internal): Adapt
9852 data_location usage to linked list.
9853 (resolve_dynamic_type_internal): Adapt data_location to
9854 linked list.
9855 (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
9856 (copy_type_recursive, copy_type): Add copy of linked list.
9857 * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
9858 (struct dynamic_prop_list): New struct.
9859 * dwarf2read.c (set_die_type): Set data_location data.
9860
9861 2015-03-20 Pedro Alves <palves@redhat.com>
9862
9863 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
9864 inner block and make it const.
9865 * machoread.c (get_archive_prefix_len): Make "lparen" const.
9866
9867 2015-03-20 Pedro Alves <palves@redhat.com>
9868
9869 * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
9870 * breakpoint.h (set_breakpoint_condition): Update declaration.
9871
9872 2015-03-20 Pedro Alves <palves@redhat.com>
9873
9874 * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
9875
9876 2015-03-20 Pedro Alves <palves@redhat.com>
9877
9878 * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
9879
9880 2015-03-20 Pedro Alves <palves@redhat.com>
9881
9882 * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
9883
9884 2015-03-20 Pedro Alves <palves@redhat.com>
9885
9886 * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
9887 (nto_init_solib_absolute_prefix): Likewise.
9888
9889 2015-03-20 Pedro Alves <palves@redhat.com>
9890
9891 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
9892 * spu-tdep.c (spu_gdbarch_init): Make "name" const.
9893
9894 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9895
9896 * config/djgpp/README: Remove gdb.hp.
9897
9898 2015-03-20 Yao Qi <yao.qi@linaro.org>
9899
9900 * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
9901 set_gdbarch_cannot_step_breakpoint.
9902
9903 2015-03-19 Pedro Alves <palves@redhat.com>
9904
9905 * linux-nat.c (linux_resume_one_lwp): Rename to ...
9906 (linux_resume_one_lwp_throw): ... this. Don't handle ESRCH here,
9907 instead call perror_with_name.
9908 (check_ptrace_stopped_lwp_gone): New function.
9909 (linux_resume_one_lwp): Reimplement as wrapper around
9910 linux_resume_one_lwp_throw that swallows errors if the LWP is
9911 gone.
9912 (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
9913 swallows errors if the LWP is gone. Use
9914 linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
9915
9916 2015-03-19 Pedro Alves <palves@redhat.com>
9917
9918 * linux-nat.c (status_callback): Return early if the LWP has no
9919 status pending.
9920
9921 2015-03-19 Pedro Alves <palves@redhat.com>
9922
9923 * linux-nat.c (select_event_lwp_callback): Update comment to no
9924 longer mention SIGTRAP.
9925
9926 2015-03-18 Tristan Gingold <gingold@adacore.com>
9927
9928 * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
9929 redirection code to ...
9930 (amd64_windows_frame_decode_insns): ... Here. Fix in prologue
9931 checks. Fix SAVE_NONVOL operations. Add debug code and comments.
9932
9933 2015-03-18 Gary Benson <gbenson@redhat.com>
9934
9935 (remote_protocol_features): Remove the "vFile:fstat" feature.
9936 (remote_hostio_fstat): Probe for "vFile:fstat" support.
9937
9938 2015-03-11 Yao Qi <yao.qi@linaro.org>
9939
9940 PR tdep/18107
9941 * aarch64-linux-tdep.c: Include xml-syscall.h
9942 (aarch64_linux_get_syscall_number): New function.
9943 (aarch64_linux_init_abi): Call
9944 set_gdbarch_get_syscall_number.
9945 * syscalls/aarch64-linux.xml: New file.
9946
9947 2015-03-17 Yurij Grechishhev <yurij.grechishhev@gmail.com>
9948
9949 * ser-base.h (ser_base_setstopbits): Change second argument name
9950 from "rate" to "num".
9951
9952 2015-03-17 Gary Benson <gbenson@redhat.com>
9953 Luke Allardyce <lukeallardyce@gmail.com>
9954
9955 PR gdb/18131
9956 * common/common-remote-fileio.h (sys/stat.h): New include.
9957 (stuct stat): Remove forward declaration.
9958
9959 2015-03-16 John Baldwin <jhb@FreeBSD.org>
9960
9961 * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
9962 before writing core register notes.
9963
9964 2015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
9965 Pedro Alves <palves@redhat.com>
9966
9967 * gdb_curses.h (tgetnum): Mark with EXTERN_C.
9968 * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
9969 (tgoto): Wrap with extern "C".
9970
9971 2015-03-16 Pedro Alves <palves@redhat.com>
9972 Yuanhui Zhang <asmwarrior@gmail.com>
9973
9974 * stub-termcap.c (tputs): Change prototype.
9975
9976 2015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
9977 Pedro Alves <palves@redhat.com>
9978
9979 * windows-nat.c (struct thread_info_struct): Rename to ...
9980 (struct windows_thread_info_struct): ... this.
9981 (thread_info): Rename to ...
9982 (windows_thread_info): ... this.
9983 All users updated.
9984
9985 2015-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9986 Pedro Alves <palves@redhat.com>
9987
9988 * NEWS: New Removed targets and native configurations.
9989
9990 2015-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9991
9992 Remove HPUX.
9993 * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
9994 (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
9995 (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
9996 ia64-hpux-tdep.h, solib-ia64-hpux.h.
9997 (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
9998 ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
9999 * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
10000 hppa-hpux-tdep.c.
10001 * config/ia64/hpux.mh: Remove file.
10002 * config/pa/hpux.mh: Remove file.
10003 * configure: Rebuilt.
10004 * configure.ac (dlgetmodinfo, somread.o): Remove.
10005 * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10006 (ia64-*-hpux*): Remove its float format exception.
10007 * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10008 * hppa-hpux-nat.c: Remove file.
10009 * hppa-hpux-tdep.c: Remove file.
10010 * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
10011 Move them here from hppa-tdep.h
10012 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
10013 (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
10014 * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
10015 Move them to hppa-tdep.c.
10016 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
10017 declarations.
10018 * ia64-hpux-nat.c: Remove file.
10019 * ia64-hpux-tdep.c: Remove file.
10020 * ia64-hpux-tdep.h: Remove file.
10021 * inf-ttrace.c: Remove file.
10022 * inf-ttrace.h: Remove file.
10023 * solib-ia64-hpux.c: Remove file.
10024 * solib-ia64-hpux.h: Remove file.
10025 * solib-pa64.c: Remove file.
10026 * solib-pa64.h: Remove file.
10027 * solib-som.c: Remove file.
10028 * solib-som.h: Remove file.
10029 * somread.c: Remove file.
10030
10031 2015-03-13 John Baldwin <jhb@FreeBSD.org>
10032
10033 * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
10034 * config.in: Regenerate.
10035 * configure: Regenerate.
10036 * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
10037 define.
10038 (fbsd_find_memory_regions): Use kinfo_getvmmap to
10039 enumerate memory regions if present.
10040
10041 2015-03-13 John Baldwin <jhb@FreeBSD.org>
10042
10043 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
10044 * i386fbsd-tdep.c: Fix style in various gdb_static_assert
10045 expressions.
10046 (i386fbsd_sigtramp_p): Likewise.
10047
10048 2015-03-12 John Baldwin <jhb@FreeBSD.org>
10049
10050 * MAINTAINERS (Write After Approval): Add John Baldwin.
10051
10052 2015-03-12 Gary Benson <gbenson@redhat.com>
10053
10054 * solib.c (_initialize_solib): Make "set/show sysroot" use
10055 add_setshow_optional_filename_cmd so it can be restored to
10056 empty after being set.
10057
10058 2015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
10059
10060 * Makefile.in (SFILES): New source break-catch-syscall.c.
10061 (COMMON_OBS): New object break-catch-syscall.o.
10062 * break-catch-syscall.c: New file.
10063 * breakpoint.c: Remove inclusion of "xml-syscall.h".
10064 (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
10065 (struct syscall_catchpoint): Likewise.
10066 (dtor_catch_syscall): Likewise.
10067 (catch_syscall_inferior_data): Likewise.
10068 (struct catch_syscall_inferior_data): Likewise.
10069 (get_catch_syscall_inferior_data): Likewise.
10070 (catch_syscall_inferior_data_cleanup): Likewise.
10071 (insert_catch_syscall): Likewise.
10072 (remove_catch_syscall): Likewise.
10073 (breakpoint_hit_catch_syscall): Likewise.
10074 (print_it_catch_syscall): Likewise.
10075 (print_one_catch_syscall): Likewise.
10076 (print_mention_catch_syscall): Likewise.
10077 (print_recreate_catch_syscall): Likewise.
10078 (catch_syscall_breakpoint_ops): Likewise.
10079 (syscall_catchpoint_p): Likewise.
10080 (create_syscall_event_catchpoint): Likewise.
10081 (catch_syscall_split_args): Likewise.
10082 (catch_syscall_command_1): Likewise.
10083 (is_syscall_catchpoint_enabled): Likewise.
10084 (catch_syscall_enabled): Likewise.
10085 (catching_syscall_number): Likewise.
10086 (catch_syscall_completer): Likewise.
10087 (clear_syscall_counts): Likewise.
10088 (initialize_breakpoint_ops): Move initialization of syscall
10089 catchpoints to break-catch-syscall.c.
10090 (_initialize_breakpoint): Move code related to syscall catchpoints
10091 to break-catch-syscall.c.
10092
10093 2015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
10094
10095 * breakpoint.c (breakpoint_find_if): New function.
10096 * breakpoint.h (breakpoint_find_if): New prototype.
10097
10098 2015-03-11 Gary Benson <gbenson@redhat.com>
10099
10100 * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
10101 * remote-fileio.c (remote_fileio_to_host_uint): New function.
10102 (remote_fileio_to_host_ulong): Likewise.
10103 (remote_fileio_to_host_mode): Likewise.
10104 (remote_fileio_to_host_time): Likewise.
10105 (remote_fileio_to_host_stat): Likewise.
10106 * remote.c (PACKET_vFile_fstat): New enum value.
10107 (remote_protocol_features): Register the "vFile:fstat" feature.
10108 (remote_hostio_fstat): New function.
10109 (remote_bfd_iovec_stat): Use the above.
10110 (_initialize_remote): Register new "set/show remote
10111 hostio-fstat-packet" command.
10112 * symfile.c (separate_debug_file_exists): Update comment.
10113 * NEWS: Announce new vFile:fstat packet.
10114
10115 2015-03-11 Gary Benson <gbenson@redhat.com>
10116
10117 * common/common-remote-fileio.h: New file.
10118 * common/common-remote-fileio.c: Likewise.
10119 * Makefile.in (SFILES): Add common/common-remote-fileio.c.
10120 (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
10121 (COMMON_OBS): Add common-remote-fileio.o.
10122 (common-remote-fileio.o): New rule.
10123 * remote-fileio.h (common-remote-fileio.h): New include.
10124 * remote-fileio.c (gdb/fileio.h): Do not include.
10125 (remote_fileio_to_be): Moved to common-remote-fileio.h.
10126 (remote_fileio_to_fio_uint): Likewise.
10127 (remote_fileio_to_fio_time): Likewise.
10128 (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
10129 (remote_fileio_to_fio_mode): Likewise.
10130 (remote_fileio_to_fio_ulong): Likewise.
10131 (remote_fileio_to_fio_stat): Likewise.
10132
10133 2015-03-11 Andy Wingo <wingo@igalia.com>
10134
10135 * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
10136 we were checking the cached type, not the cached dynamic type.
10137
10138 2015-03-11 Andy Wingo <wingo@igalia.com>
10139
10140 * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
10141 other strings, as these are on the GC'd heap, and will be
10142 collected along with the smob.
10143
10144 2015-03-11 Andy Wingo <wingo@igalia.com>
10145
10146 * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
10147 (objfile_functions): Bind gdbscm_objfile_progspace to
10148 objfile-progspace.
10149 * guile/lib/gdb.scm: Add objfile-progspace to exports.
10150
10151 2015-03-11 Andy Wingo <wingo@igalia.com>
10152
10153 * guile/guile.c (_initialize_guile): Disable automatic
10154 finalization, if Guile offers us that possibility.
10155 * guile/guile.c (call_initialize_gdb_module):
10156 * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
10157 finalizers in appropriate places.
10158 * configure.ac (AC_TRY_LIBGUILE): Add a check for
10159 scm_set_automatic_finalization_enabled.
10160 * configure: Regenerated.
10161
10162 2015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
10163
10164 * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
10165 SAL, if possible.
10166
10167 2015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
10168
10169 * s390-linux-nat.c (struct arch_lwp_info): New.
10170 (s390_fix_watch_points): Rename to...
10171 (s390_prepare_to_resume): ...this. Skip the PER info update
10172 unless the watch points have changed.
10173 (s390_refresh_per_info, s390_new_thread): New functions.
10174 (s390_insert_watchpoint): Call s390_refresh_per_info instead of
10175 s390_fix_watch_points.
10176 (s390_remove_watchpoint): Likewise.
10177 (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
10178 Register s390_prepare_to_resume.
10179
10180 2015-03-09 Pedro Alves <palves@redhat.com>
10181
10182 Revert:
10183 2015-03-07 Pedro Alves <palves@redhat.com>
10184 * common/gdb_socket.h: New file.
10185 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
10186 sys/socket.h.
10187 (net_open): Use union gdb_sockaddr_u.
10188
10189 2015-03-07 Pedro Alves <palves@redhat.com>
10190
10191 * configure.ac (build_warnings): Move -Wmissing-prototypes
10192 -Wdeclaration-after-statement -Wmissing-parameter-type
10193 -Wold-style-declaration -Wold-style-definition to the C-specific
10194 set.
10195 * configure: Regenerate.
10196
10197 2015-03-07 Pedro Alves <palves@redhat.com>
10198
10199 * common/gdb_socket.h: New file.
10200 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
10201 sys/socket.h.
10202 (net_open): Use union gdb_sockaddr_u.
10203
10204 2015-03-07 Pedro Alves <palves@redhat.com>
10205
10206 * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
10207 (exceptions_state_mc_action_iter)
10208 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
10209 Don't define.
10210 [__cplusplus] (try_scope_depth): New global.
10211 [__cplusplus] (exception_try_scope_entry)
10212 (exception_try_scope_exit, gdb_exception_sliced_copy)
10213 (exception_rethrow): New functions.
10214 (throw_exception): In C++ mode, throw
10215 gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
10216 gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
10217 (throw_it): In C++ mode, use try_scope_depth.
10218 * common/common-exceptions.h [!__cplusplus]
10219 (exceptions_state_mc_action_iter)
10220 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
10221 Don't declare.
10222 [__cplusplus] (exception_try_scope_entry)
10223 (exception_try_scope_exit, exception_rethrow): Declare.
10224 [__cplusplus] (struct exception_try_scope): New struct.
10225 [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
10226 C++ exceptions.
10227 (struct gdb_exception_RETURN_MASK_ALL)
10228 (struct gdb_exception_RETURN_MASK_ERROR)
10229 (struct gdb_exception_RETURN_MASK_QUIT): New types.
10230
10231 2015-03-07 Pedro Alves <palves@redhat.com>
10232
10233 * main.c (handle_command_errors): Remove volatile qualifier from
10234 parameter.
10235
10236 2015-03-07 Pedro Alves <palves@redhat.com>
10237
10238 * breakpoint.c (save_breakpoints): Adjust to avoid code between
10239 TRY and CATCH.
10240 * gdbtypes.c (safe_parse_type): Remove empty line.
10241 (types_deeply_equal):
10242 * guile/scm-frame.c (gdbscm_frame_name):
10243 * linux-thread-db.c (find_new_threads_once):
10244 * python/py-breakpoint.c (bppy_get_commands):
10245 * record-btrace.c (record_btrace_insert_breakpoint)
10246 (record_btrace_remove_breakpoint, record_btrace_start_replaying)
10247 (record_btrace_start_replaying): Adjust to avoid code between TRY
10248 and CATCH.
10249
10250 2015-03-07 Pedro Alves <palves@redhat.com>
10251
10252 * common/common-exceptions.c (struct catcher) <exception>: No
10253 longer a pointer to volatile exception. Now an exception value.
10254 <mask>: Delete field.
10255 (exceptions_state_mc_init): Remove all parameters. Adjust.
10256 (exceptions_state_mc): No longer pop the catcher here.
10257 (exceptions_state_mc_catch): New function.
10258 (throw_exception): Adjust.
10259 * common/common-exceptions.h (exceptions_state_mc_init): Remove
10260 all parameters.
10261 (exceptions_state_mc_catch): Declare.
10262 (TRY_CATCH): Rename to ...
10263 (TRY): ... this. Remove EXCEPTION and MASK parameters.
10264 (CATCH, END_CATCH): New.
10265 All callers adjusted.
10266
10267 2015-03-07 Tom Tromey <tromey@redhat.com>
10268
10269 * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
10270
10271 2015-03-07 Pedro Alves <palves@redhat.com>
10272
10273 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
10274 (amd64_epilogue_frame_cache): Normal exception handling code.
10275 * break-catch-throw.c (check_status_exception_catchpoint)
10276 (re_set_exception_catchpoint): Ditto.
10277 * cli/cli-interp.c (safe_execute_command):
10278 * cli/cli-script.c (script_from_file): Ditto.
10279 * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
10280 Ditto.
10281 * compile/compile-object-run.c (compile_object_run): Ditto.
10282 * cp-abi.c (baseclass_offset): Ditto.
10283 * cp-valprint.c (cp_print_value): Ditto.
10284 * exceptions.c (catch_exceptions_with_msg):
10285 * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
10286 * frame.c (get_frame_address_in_block_if_available): Ditto.
10287 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
10288 (i386_sigtramp_frame_cache): Ditto.
10289 * infcmd.c (post_create_inferior): Ditto.
10290 * linespec.c (parse_linespec, find_linespec_symbols):
10291 * p-valprint.c (pascal_object_print_value): Ditto.
10292 * parse.c (parse_expression_for_completion): Ditto.
10293 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
10294 * remote.c (remote_get_noisy_reply): Ditto.
10295 * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
10296 * solib-svr4.c (solib_svr4_r_map): Ditto.
10297
10298 2015-03-06 Gary Benson <gbenson@redhat.com>
10299
10300 * common/common-utils.h (startswith): New inline function.
10301 All places where this logic was used updated to use the above.
10302
10303 2015-03-05 Pedro Alves <palves@redhat.com>
10304
10305 PR gdb/18002
10306 * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
10307 after reading the breakpoint's shadow memory.
10308
10309 2015-03-05 Mark Kettenis <kettenis@gnu.org>
10310
10311 * hppabsd-nat.c: Remove file.
10312 * hppaobsd-nat.c: New file.
10313 * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c. Add
10314 hppaobsd-nat.c.
10315 * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
10316 hppaobsd-nat.o.
10317
10318 2015-03-04 Pedro Alves <palves@redhat.com>
10319
10320 * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
10321 (target_decr_pc_after_break): Delete declaration.
10322 * target.c (default_target_decr_pc_after_break)
10323 (target_decr_pc_after_break): Delete.
10324 * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
10325 gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
10326 * linux-thread-db.c (check_event): Likewise.
10327 * infrun.c (adjust_pc_after_break): Likewise.
10328 * darwin-nat.c (cancel_breakpoint): Likewise.
10329 * aix-thread.c (aix_thread_wait): Likewise.
10330 * target-delegates.c: Regenerate.
10331
10332 2015-03-04 Pedro Alves <palves@redhat.com>
10333
10334 * linux-nat.c (save_sigtrap): Check for breakpoints before
10335 checking watchpoints.
10336 (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
10337 breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
10338 (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
10339 a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
10340 (linux_nat_stopped_by_sw_breakpoint)
10341 (linux_nat_supports_stopped_by_sw_breakpoint)
10342 (linux_nat_stopped_by_hw_breakpoint)
10343 (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
10344 (linux_nat_wait_1): Don't re-increment the PC if relying on
10345 SIGTRAP's siginfo->si_code.
10346 (linux_nat_add_target): Install new target methods.
10347 * linux-thread-db.c (check_event): Don't account for breakpoint PC
10348 offset if the target already adjusted the PC.
10349 * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
10350 (GDB_ARCH_TRAP_BRKPT): New.
10351 (TRAP_HWBKPT): Define if not already defined.
10352
10353 2015-03-04 Pedro Alves <palves@redhat.com>
10354
10355 * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
10356 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
10357 Delete field.
10358 <stop_reason>: New field.
10359 (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
10360 (packet_set_cmd_state): New function.
10361 (remote_protocol_features): Register the "swbreak" and "hwbreak"
10362 features.
10363 (remote_query_supported): If not disabled with the corresponding
10364 "set remote foo-packet" command, report support for the swbreak
10365 and hwbreak features.
10366 (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
10367 field.
10368 <stop_reason>: New field.
10369 (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
10370 (remote_wait_as): Adjust.
10371 (remote_stopped_by_sw_breakpoint)
10372 (remote_supports_stopped_by_sw_breakpoint)
10373 (remote_stopped_by_hw_breakpoint)
10374 (remote_supports_stopped_by_hw_breakpoint): New functions.
10375 (remote_stopped_by_watchpoint): New function.
10376 (init_remote_ops): Install them.
10377 (_initialize_remote): Register new "set/show remote
10378 swbreak-feature-packet" and "set/show remote
10379 swbreak-feature-packet" commands.
10380
10381 2015-03-04 Pedro Alves <palves@redhat.com>
10382
10383 * btrace.h: Include target/waitstatus.h.
10384 (struct btrace_thread_info) <stop_reason>: New field.
10385 * record-btrace.c (record_btrace_step_thread): Use
10386 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10387 (record_btrace_decr_pc_after_break): Delete.
10388 (record_btrace_stopped_by_sw_breakpoint)
10389 (record_btrace_supports_stopped_by_sw_breakpoint)
10390 (record_btrace_stopped_by_hw_breakpoint)
10391 (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
10392 (init_record_btrace_ops): Install them.
10393 * record-full.c (record_full_hw_watchpoint): Delete and replace
10394 with ...
10395 (record_full_stop_reason): ... this throughout.
10396 (record_full_exec_insn): Adjust.
10397 (record_full_wait_1): Adjust. No longer re-increment the PC.
10398 (record_full_wait_1): Adjust. Use
10399 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10400 (record_full_stopped_by_watchpoint): Adjust.
10401 (record_full_stopped_by_sw_breakpoint)
10402 (record_full_supports_stopped_by_sw_breakpoint)
10403 (record_full_supports_stopped_by_sw_breakpoint)
10404 (record_full_stopped_by_hw_breakpoint)
10405 (record_full_supports_stopped_by_hw_breakpoint): New functions.
10406 (init_record_full_ops, init_record_full_core_ops): Install them.
10407 * record.c (record_check_stopped_by_breakpoint): New function.
10408 * record.h: Include target/waitstatus.h.
10409 (record_check_stopped_by_breakpoint): New declaration.
10410
10411 2015-03-04 Pedro Alves <palves@redhat.com>
10412
10413 enum lwp_stop_reason -> enum target_stop_reason
10414 * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
10415 (linux_nat_stopped_by_watchpoint, status_callback)
10416 (linux_nat_wait_1): Adjust.
10417 * linux-nat.h (enum lwp_stop_reason): Delete.
10418 (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
10419 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
10420 * target/waitstatus.h (enum target_stop_reason): New.
10421
10422 2015-03-04 Pedro Alves <palves@redhat.com>
10423
10424 * breakpoint.c (need_moribund_for_location_type): New function.
10425 (bpstat_stop_status): Don't skipping checking moribund locations
10426 of breakpoint types which the target tell caused a stop.
10427 (program_breakpoint_here_p): New function, factored out from ...
10428 (bp_loc_is_permanent): ... this.
10429 (update_global_location_list): Don't create a moribund location if
10430 the target supports reporting stops of the type of the removed
10431 breakpoint.
10432 * breakpoint.h (program_breakpoint_here_p): New declaration.
10433 * infrun.c (adjust_pc_after_break): Return early if the target has
10434 already adjusted the PC. Add comments.
10435 (handle_signal_stop): If nothing explains a signal, and the target
10436 tells us the stop was caused by a software breakpoint, check if
10437 there's a breakpoint instruction in the memory. If so, adjust the
10438 PC before presenting the stop to the user. Otherwise, ignore the
10439 trap. If nothing explains a signal, and the target tells us the
10440 stop was caused by a hardware breakpoint, ignore the trap.
10441 * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
10442 to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
10443 to_supports_stopped_by_hw_breakpoint>: New fields.
10444 (target_stopped_by_sw_breakpoint)
10445 (target_supports_stopped_by_sw_breakpoint)
10446 (target_stopped_by_hw_breakpoint)
10447 (target_supports_stopped_by_hw_breakpoint): Define.
10448 * target-delegates.c: Regenerate.
10449
10450 2015-03-04 Pedro Alves <palves@redhat.com>
10451
10452 * infrun.c (follow_fork_inferior): Use the whole of the
10453 inferior_ptid and pending_follow.related_pid ptids instead of
10454 building ptids from the process components. Adjust verbose output
10455 to use target_pid_to_str.
10456 * linux-nat.c (linux_child_follow_fork): Use the whole of the
10457 inferior_ptid and pending_follow.related_pid ptids instead of
10458 building ptids from the process components.
10459
10460 2015-03-04 Mark Kettenis <kettenis@gnu.org>
10461
10462 * inf-ptrace.c [PT_GET_PROCESS_STATE]
10463 (inf_ptrace_insert_fork_catchpoint): New function.
10464 (inf_ptrace_remove_fork_catchpoint): New function.
10465 (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
10466
10467 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10468
10469 * s390-linux-tdep.c (s390_register_name): Return empty string
10470 instead of NULL for registers that shouldn't be visible.
10471
10472 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10473
10474 * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
10475 XML file for 64-bit targets.
10476
10477 2015-03-03 Simon Marchi <simon.marchi@ericsson.com>
10478
10479 * target.h (find_default_create_inferior): Remove declaration.
10480 (find_default_attach): Likewise.
10481
10482 2015-03-03 Pedro Alves <palves@redhat.com>
10483
10484 * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
10485 Use ptid_get_pid to get the overall process id when resuming all
10486 threads.
10487
10488 2015-03-03 Pedro Alves <palves@redhat.com>
10489
10490 * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
10491 the lwp field of ptid. Pass the full ptid to get_thread_regcache.
10492 * inf-ptrace.c (get_ptrace_pid): New function.
10493 (inf_ptrace_resume): Use it.
10494 * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
10495 to the lower layer.
10496
10497 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
10498
10499 * nat/linux-btrace.c: Include sys/utsname.h.
10500 (linux_determine_kernel_ptr_bits): New.
10501 (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
10502 * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
10503 ptr_bits.
10504
10505 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
10506
10507 * btrace.c (ftrace_update_function): Treat return as tailcall for
10508 "_dl_runtime_resolve".
10509
10510 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
10511
10512 * btrace.h (btrace_function) <lbegin, lend>: Remove.
10513 * btrace.c (ftrace_debug): Do not print the line range.
10514 (ftrace_skip_file, ftrace_update_lines): Remove.
10515 (ftrace_new_function): Remove lbegin and lend initialization.
10516 (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
10517 * record-btrace.c (btrace_compute_src_line_range): New.
10518 (btrace_call_history_src_line): Call btrace_compute_src_line_range.
10519
10520 2015-03-02 Pedro Alves <palves@redhat.com>
10521
10522 * infrun.c (follow_exec): Delete all threads of the process except
10523 the event thread. Extended comments.
10524
10525 2015-03-02 Joel Brobecker <brobecker@adacore.com>
10526
10527 * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
10528
10529 2015-03-02 Joel Brobecker <brobecker@adacore.com>
10530
10531 * utils.h: Remove <stdbool.h> #include.
10532 (producer_is_gcc): Change return type to "int".
10533 * utils.c (producer_is_gcc): Change return type to int.
10534 Return 1 instead of true, and 0 instead of false.
10535 Adjust function documentation accordingly.
10536
10537 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10538
10539 * s390-linux-nat.c (have_regset_vxrs): New static variable.
10540 (s390_linux_fetch_inferior_registers): Handle vector registers, if
10541 present.
10542 (s390_linux_store_inferior_registers): Likewise.
10543 (s390_get_hwcap): Remove function. Embed its logic...
10544 (s390_read_description): ...here. Yield a target description with
10545 vector registers if applicable.
10546 * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
10547 "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
10548 "features/s390x-tevx-linux64.c".
10549 (struct gdbarch_tdep) <v0_full_regnum>: New field.
10550 (s390_dwarf_regmap): Add vector registers. Remove bogus entries
10551 for "GNU/Linux-specific registers".
10552 (s390_dwarf_reg_r0l): New enum value.
10553 (s390_dwarf_reg_to_regnum): Support vector registers.
10554 (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
10555 of GPR lower halves.
10556 (regnum_is_vxr_full): New function.
10557 (s390_register_name): New function.
10558 (s390_pseudo_register_name): Handle v0-v15, which are composed of
10559 f0-f15 and v0l-v15l.
10560 (s390_pseudo_register_type): Likewise.
10561 (s390_pseudo_register_read): Likewise.
10562 (s390_pseudo_register_write): Likewise.
10563 (s390_value_from_register): Account for the fact that values are
10564 placed left-justified in vector registers.
10565 (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
10566 the vector reggroup and omit them from the general reggroup.
10567 (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
10568 (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
10569 (s390_iterate_over_regset_sections): Add iterations for the two
10570 new vector regsets.
10571 (s390_core_read_description): Yield a target description with
10572 vector registers if applicable.
10573 (s390_gdbarch_init): Handle target descriptions with vector
10574 registers. Add "register_name" gdbarch method.
10575 (_initialize_s390_tdep): Call new tdesc initialization functions.
10576 * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
10577 (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
10578 (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
10579 (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
10580 (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
10581 (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
10582 (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
10583 (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
10584 (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
10585 (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
10586 (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
10587 (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
10588 (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
10589 (S390_NUM_REGS): Adjust value.
10590 (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
10591 (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
10592 (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
10593 * NEWS: Announce S/390 vector register support.
10594
10595 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10596
10597 * features/s390-tevx-linux64.xml: New file.
10598 * features/s390-vx-linux64.xml: New file.
10599 * features/s390-vx.xml: New file.
10600 * features/s390x-tevx-linux64.xml: New file.
10601 * features/s390x-vx-linux64.xml: New file.
10602 * features/Makefile (WHICH): Add s390-vx-linux64,
10603 s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
10604 (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
10605 (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
10606 macros.
10607 * features/s390-tevx-linux64.c: New generated file.
10608 * features/s390-vx-linux64.c: Likewise.
10609 * features/s390x-tevx-linux64.c: Likewise.
10610 * features/s390x-vx-linux64.c: Likewise.
10611 * regformats/s390-tevx-linux64.dat: Likewise.
10612 * regformats/s390-vx-linux64.dat: Likewise.
10613 * regformats/s390x-tevx-linux64.dat: Likewise.
10614 * regformats/s390x-vx-linux64.dat: Likewise.
10615
10616 2015-02-28 Doug Evans <xdje42@gmail.com>
10617
10618 * symtab.h (struct symtab) <next>: Fix comment.
10619
10620 2015-02-27 Simon Marchi <simon.marchi@ericsson.com>
10621
10622 * python/python.c (python_GdbModuleDef): Rename GdbMethods to
10623 python_GdbMethods.
10624
10625 2015-02-27 Pedro Alves <palves@redhat.com>
10626
10627 * dtrace-probe.c (dtrace_probe_ops): Make extern.
10628
10629 2015-02-27 Pedro Alves <palves@redhat.com>
10630
10631 * common/common-exceptions.h (exception_none): Declare.
10632 * common/common-exceptions.c (exception_none): Moved from
10633 exceptions.c.
10634 (exceptions_state_mc_init): Use exception_none.
10635 * exceptions.c (exception_none): Move to
10636 common/common-exceptions.c.
10637 * exceptions.h (exception_none): Move to
10638 common/common-exceptions.h.
10639
10640 2015-02-27 Pedro Alves <palves@redhat.com>
10641
10642 * main.c (catch_command_errors, catch_command_errors_const):
10643 Remove 'mask' argument. Adjust.
10644 (captured_main): Adjust callers.
10645
10646 2015-02-27 Pedro Alves <palves@redhat.com>
10647
10648 * python/python-internal.h: Include "extension-priv.h".
10649
10650 2015-02-27 Pedro Alves <palves@redhat.com>
10651
10652 * breakpoint.h (enum print_stop_action): Move further up in the
10653 file.
10654
10655 2015-02-27 Pedro Alves <palves@redhat.com>
10656
10657 * gdbarch.sh: Include regcache.h.
10658 * gdbarch.h: Regenerate.
10659
10660 2015-02-27 Pedro Alves <palves@redhat.com>
10661
10662 * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
10663 Remove duplicate const.
10664 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
10665 duplicate const.
10666
10667 2015-02-27 Pedro Alves <palves@redhat.com>
10668
10669 * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
10670 * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
10671 * features/feature_to_c.sh: Tag the generated xml_builtin array
10672 with extern const in C++ mode.
10673
10674 2015-02-27 Tom Tromey <tromey@redhat.com>
10675
10676 * minidebug.c (struct lzma_stream): Rename to ...
10677 (struct gdb_lzma_stream): ... this.
10678 (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
10679
10680 2015-02-27 Pedro Alves <palves@redhat.com>
10681
10682 * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
10683 function.
10684 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
10685 (mi_cmd_stack_list_variables): Use it.
10686
10687 2015-02-27 Pedro Alves <palves@redhat.com>
10688
10689 * x86-linux-nat.c (u_debugreg_offset): New function.
10690 (x86_linux_dr_get, x86_linux_dr_set): Use it.
10691
10692 2015-02-27 Pedro Alves <palves@redhat.com>
10693
10694 * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
10695 declaration.
10696 Include break-common.h.
10697
10698 2015-02-27 Tom Tromey <tromey@redhat.com>
10699 Pedro Alves <palves@redhat.com>
10700
10701 * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
10702 local used to iterate over enums.
10703 * completer.c (signal_completer): Likewise.
10704 * i386-tdep.c (i386_stap_parse_special_token): Likewise.
10705 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
10706 * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
10707 * tui/tui-layout.c (next_layout, prev_layout): Likewise.
10708 * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
10709 (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
10710 * tui-wingeneral.c (tui_refresh_all): Likewise.
10711
10712 2015-02-27 Pedro Alves <palves@redhat.com>
10713
10714 * target.h: Include "infrun.h".
10715
10716 2015-02-27 Pedro Alves <palves@redhat.com>
10717
10718 * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
10719
10720 2015-02-27 Pedro Alves <palves@redhat.com>
10721
10722 * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
10723 (IPA_SYM): Use it.
10724 * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
10725
10726 2015-02-27 Pedro Alves <palves@redhat.com>
10727
10728 * cli-out.c (_rl_erase_entire_line): Move declaration out of
10729 cli_mld_erase_entire_line, and make it extern "C".
10730 * common/common-defs.h (EXTERN_C): New.
10731 * completer.c (_rl_completion_prefix_display_length)
10732 (_rl_print_completions_horizontally, QSFUNC): Move declarations
10733 out of gdb_display_match_list_1.
10734 (_rl_qsort_string_compare): Move declaration out of
10735 gdb_display_match_list_1, and make it extern "C".
10736 * defs.h (re_comp): Use EXTERN_C.
10737 * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
10738 and make it extern "C".
10739 (monstartup): Move declaration out of maintenance_set_profile_cmd,
10740 and make it extern "C".
10741 (main): Move declaration out of maintenance_set_profile_cmd.
10742 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
10743 EXTERN_C.
10744
10745 2015-02-27 Pedro Alves <palves@redhat.com>
10746
10747 * python/python.c (GdbMethods): Rename to ...
10748 (python_GdbMethods): ... this and make extern.
10749 (GdbModuleDef): Rename to ...
10750 (python_GdbModuleDef): ... this and make extern.
10751
10752 2015-02-27 Pedro Alves <palves@redhat.com>
10753
10754 * record-btrace.c (set_record_btrace_cmdlist)
10755 (show_record_btrace_cmdlist): Remove redefinitions.
10756
10757 2015-02-27 Tom Tromey <tromey@redhat.com>
10758 Pedro Alves <palves@redhat.com>
10759
10760 * dwarf2-frame.c (enum cfa_how_kind, struct
10761 dwarf2_frame_state_reg_info): Move out of struct
10762 dwarf2_frame_state.
10763 * dwarf2read.c (struct tu_stats): Move out of struct
10764 dwarf2_per_objfile.
10765 (struct file_entry): Move out of struct line_header.
10766 (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
10767 typedef_field_list): Move out of struct field_info.
10768 * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
10769 Move out of struct dynamic_prop.
10770 (union type_owner, union field_location, struct field, struct
10771 range_bounds, union type_specific): Move out of struct main_type.
10772 (struct fn_fieldlist, struct fn_field, struct typedef_field)
10773 (VOFFSET_STATIC): Move out of struct cplus_struct_type.
10774 (struct call_site_target, union call_site_parameter_u, struct
10775 call_site_parameter): Move out of struct call_site.
10776 * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
10777 m32c_prologue.
10778 (enum srcdest_kind): Move out of struct srcdest.
10779 * main.c (enum cmdarg_kind): Move out of struct cmdarg.
10780 * prologue-value.h (enum prologue_value_kind): Move out of struct
10781 prologue_value.
10782 * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
10783 gdbarch_tdep.
10784 * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
10785 out of struct field_info.
10786 * symfile.h (struct other_sections): Move out of struct
10787 section_addr_info.
10788 * symtab.c (struct symbol_cache_slot): Move out struct
10789 block_symbol_cache.
10790 * target-descriptions.c (enum tdesc_type_kind): Move out of
10791 typedef struct tdesc_type.
10792 * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
10793 struct tui_line_or_address.
10794 * value.c (enum internalvar_kind, union internalvar_data): Move
10795 out of struct internalvar.
10796 * xtensa-tdep.h (struct ctype_cache): Move out of struct
10797 gdbarch_tdep.
10798
10799 2015-02-27 Tom Tromey <tromey@redhat.com>
10800 Pedro Alves <palves@redhat.com>
10801
10802 Rename symbols whose names are reserved C++ keywords throughout.
10803
10804 2015-02-27 Pedro Alves <palves@redhat.com>
10805
10806 * Makefile.in (COMPILER): New, get it from autoconf.
10807 (COMPILE.pre, CC_LD): Use COMPILER.
10808 (CXX): Get from autoconf instead.
10809 (CXX_FOR_TARGET): Default to g++ instead of gcc.
10810 * acinclude.m4: Include build-with-cxx.m4.
10811 * build-with-cxx.m4: New file.
10812 * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
10813 Disable -Werror by default if building in C++ mode.
10814 (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
10815 -Wno-narrowing in C++ mode. Only enable -Wpointer-sign in C mode.
10816 Run supported-warning-flags tests with the C++ compiler.
10817 Save/restore CXXFLAGS too.
10818 * configure: Regenerate.
10819
10820 2015-02-27 Pedro Alves <palves@redhat.com>
10821
10822 * libiberty.m4: New file.
10823 * acinclude.m4: Include libiberty.m4.
10824 * configure.ac: Call libiberty_INIT.
10825 * config.in, configure: Regenerate.
10826
10827 2015-02-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
10828
10829 * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
10830 31-bit targets, but 64-bit targets as well.
10831 (s390_gnu_triplet_regexp): New function.
10832 (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
10833 64-bit targets as well. Set the gnu_triplet_regexp gdbarch
10834 method.
10835
10836 2015-02-27 Jon TURNEY <jon.turney@dronecode.org.uk> (tiny patch)
10837
10838 * windows-nat.c (CONTEXT_DEBUGGER): Remove.
10839 (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS. Incorporate flags
10840 from CONTEXT_DEBUGGER.
10841
10842 2015-02-26 Doug Evans <dje@google.com>
10843
10844 * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
10845 CHECK_TYPEDEF.
10846 (set_type_vptr_fieldno): Ditto.
10847 (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
10848 * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
10849
10850 2015-02-26 Pedro Alves <palves@redhat.com>
10851
10852 * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
10853 * complaints.c (vcomplaint): Pass argument FMT directly to
10854 printf-like functions instead of complaint->fmt.
10855 * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
10856 * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
10857 * compile/compile-loc2c.c (pushf, unary, binary): Add
10858 ATTRIBUTE_PRINTF.
10859 (do_compile_dwarf_expr_to_c): Pass string literal as format string
10860 to pushf.
10861 (BINARY): Pass string literal as format string to 'binary'.
10862 * compile/compile-object-load.c (link_callbacks_einfo): Add
10863 ATTRIBUTE_PRINTF.
10864 * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
10865
10866 2015-02-26 Pedro Alves <palves@redhat.com>
10867
10868 * windows-termcap.c: Rename to ...
10869 * stub-termcap.c: ... this. Adjust header line.
10870 * Makefile.in (SFILES): Refer to stub-termcap.c instead of
10871 windows-termcap.c.
10872 * configure: Regenerate.
10873 * configure.ac: Refer to stub-termcap.o instead of
10874 windows-termcap.o.
10875 * gdb_curses.h: Mention stub-termcap.c instead of
10876 windows-termcap.c.
10877
10878 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10879
10880 * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
10881 (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
10882
10883 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
10884
10885 * gdb/infcmd.c (print_return_value): use type_to_string to print type.
10886
10887 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10888
10889 * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
10890 bfd_canonicalize_symtab.
10891
10892 2015-02-25 John Baldwin <jhb@FreeBSD.org>
10893
10894 * amd64fbsd-nat.c: Include sys/user.h.
10895 (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
10896 instead of KERN_PS_STRINGS to locate the signal trampoline.
10897 * i386fbsd-nat.c: Include sys/user.h.
10898 (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
10899 instead of KERN_PS_STRINGS to locate the signal trampoline.
10900 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
10901 (amd64fbsd_sigtramp_p): New.
10902 (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
10903 longer set default values.
10904 (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
10905 * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
10906 (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
10907 (i386fbsd_freebsd4_sigtramp_start)
10908 (i386fbsd_freebsd4_sigtramp_middle)
10909 (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
10910 (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
10911 (i386fbsd_sigtramp_p): New.
10912 (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
10913 longer set default values.
10914 (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
10915
10916 2015-02-25 John Baldwin <jhb@freebsd.org>
10917
10918 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
10919 get_frame_register instead of frame_unwind_register_unsigned.
10920
10921 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10922
10923 PR build/18033
10924 * compile/compile-c-support.c (c_compute_program): Change // comment.
10925 * compile/compile-object-load.c (setup_sections): Change // comment.
10926
10927 2015-02-26 Joel Brobecker <brobecker@adacore.com>
10928
10929 PR build/18033:
10930 * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
10931
10932 2015-02-23 Pedro Alves <palves@redhat.com>
10933
10934 * remote.c (skip_to_semicolon): New function.
10935 (remote_parse_stop_reply) <T stop reply>: Use it. Don't
10936 special case the stop reasons that look like hex numbers
10937 upfront. Instead handle real register numbers after matching
10938 all the known stop reasons.
10939
10940 2015-02-21 Doug Evans <dje@google.com>
10941
10942 PR c++/17976, symtab/17821
10943 * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
10944 is_in_anonymous. All callers updated.
10945 (find_symbol_in_baseclass): Ditto.
10946 (cp_lookup_nested_symbol_1): Ditto. Don't search all static blocks
10947 for symbols in an anonymous namespace.
10948 * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
10949 DW_AT_name directly.
10950 (dwarf2_name): Convert missing namespace name to
10951 CP_ANONYMOUS_NAMESPACE_STR.
10952
10953 2015-02-20 Pedro Alves <palves@redhat.com>
10954
10955 * linux-nat.c (linux_handle_extended_wait): Call
10956 thread_db_notice_clone whenever a new clone LWP is detected.
10957 (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
10958 functions.
10959 * linux-nat.h (thread_db_attach_lwp): Delete declaration.
10960 (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
10961 (linux_unstop_all_lwps): Declare.
10962 * linux-thread-db.c (struct thread_get_info_inout): Delete.
10963 (thread_get_info_callback): Delete.
10964 (thread_from_lwp): Use td_thr_get_info and record_thread.
10965 (thread_db_attach_lwp): Delete.
10966 (thread_db_notice_clone): New function.
10967 (try_thread_db_load_1): If /proc is mounted and shows the
10968 process'es task list, walk over all LWPs and call thread_from_lwp
10969 instead of relying on td_ta_thr_iter.
10970 (attach_thread): Don't call check_thread_signals here. Split the
10971 tail part of the function (which adds the thread to the core GDB
10972 thread list) to ...
10973 (record_thread): ... this function. Call check_thread_signals
10974 here.
10975 (thread_db_wait): Don't call thread_db_find_new_threads_1. Always
10976 call thread_from_lwp.
10977 (thread_db_update_thread_list): Rename to ...
10978 (thread_db_update_thread_list_org): ... this.
10979 (thread_db_update_thread_list): New function.
10980 (thread_db_find_thread_from_tid): Delete.
10981 (thread_db_get_ada_task_ptid): Simplify.
10982 * nat/linux-procfs.c: Include <sys/stat.h>.
10983 (linux_proc_task_list_dir_exists): New function.
10984 * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
10985
10986 2015-02-20 Pedro Alves <palves@redhat.com>
10987
10988 * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
10989 main LWP. Handle the case of waitpid returning 0 if we're already
10990 attached to the LWP. Don't set the LWP's last_resume_kind to
10991 resume_stop if we already knew about the LWP.
10992 (linux_nat_filter_event): Add debug logs.
10993
10994 2015-02-20 Pedro Alves <palves@redhat.com>
10995
10996 * target.h (forward_target_decr_pc_after_break): Delete
10997 declaration.
10998
10999 2015-02-20 Pedro Alves <palves@redhat.com>
11000
11001 PR threads/18006
11002 * linux-thread-db.c (thread_get_info_callback): Return early if
11003 the thread's lwp id is -1.
11004
11005 2015-02-20 Joel Brobecker <brobecker@adacore.com>
11006
11007 GDB 7.9 released.
11008
11009 2015-02-19 Steve Ellcey <sellcey@imgtec.com>
11010
11011 * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
11012 (dtrace_get_probes) Change type of variable 'dof'.
11013
11014 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
11015
11016 PR breakpoints/16812
11017 * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
11018 * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
11019 * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
11020
11021 2015-02-19 David Taylor <dtaylor@emc.com>
11022
11023 * common/ax.def (setv): Fix consumed entry in setv DEFOP.
11024
11025 2015-02-18 Patrick Palka <patrick@parcs.ath.cx>
11026
11027 * tui/tui-io.c (tui_handle_resize_during_io): Remove this
11028 function.
11029 (tui_putc): Don't call tui_handle_resize_during_io.
11030 (tui_getc): Likewise.
11031 (tui_mld_getc): Likewise.
11032 * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
11033 (tui_sigwinch_token): New static variable.
11034 (tui_initialize_win): Adjust documentation. Set
11035 tui_sigwinch_token.
11036 (tui_async_resize_screen): New asynchronous callback.
11037 (tui_sigwinch_handler): Adjust documentation. Asynchronously
11038 invoke tui_async_resize_screen.
11039
11040 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
11041
11042 * configure: Regenerated.
11043 * configure.ac: Use GDB_AC_TRANSFORM.
11044 * Makefile.in (aclocal_m4_deps): Added transform.m4.
11045 * acinclude.m4: sinclude transform.m4.
11046 * transform.m4: New file.
11047 (GDB_AC_TRANSFORM): New macro.
11048
11049 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11050
11051 * NEWS: Announce the support for DTrace SDT probes.
11052
11053 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11054
11055 * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
11056 (amd64_dtrace_parse_probe_argument): New function.
11057 (amd64_dtrace_probe_is_enabled): Likewise.
11058 (amd64_dtrace_enable_probe): Likewise.
11059 (amd64_dtrace_disable_probe): Likewise.
11060 (amd64_linux_init_abi): Register the
11061 `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
11062 `gdbarch_dtrace_disable_probe' and
11063 `gdbarch_dtrace_probe_is_enabled' hooks.
11064 (amd64_dtrace_disabled_probe_sequence_1): New constant.
11065 (amd64_dtrace_disabled_probe_sequence_2): Likewise.
11066 (amd64_dtrace_enable_probe_sequence): Likewise.
11067 (amd64_dtrace_disable_probe_sequence): Likewise.
11068
11069 2015-01-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11070
11071 * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
11072 the -probe-dtrace new vpossible value for PROBE_MODIFIER.
11073 * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
11074 handle ELF files.
11075 * Makefile.in (SFILES): dtrace-probe.c added.
11076 * configure: Regenerate.
11077 * dtrace-probe.c: New file.
11078 (SHT_SUNW_dof): New constant.
11079 (dtrace_probe_type): New enum.
11080 (dtrace_probe_arg): New struct.
11081 (dtrace_probe_arg_s): New typedef.
11082 (struct dtrace_probe_enabler): New struct.
11083 (dtrace_probe_enabler_s): New typedef.
11084 (dtrace_probe): New struct.
11085 (dtrace_probe_is_linespec): New function.
11086 (dtrace_dof_sect_type): New enum.
11087 (dtrace_dof_dofh_ident): Likewise.
11088 (dtrace_dof_encoding): Likewise.
11089 (DTRACE_DOF_ENCODE_LSB): Likewise.
11090 (DTRACE_DOF_ENCODE_MSB): Likewise.
11091 (dtrace_dof_hdr): New struct.
11092 (dtrace_dof_sect): Likewise.
11093 (dtrace_dof_provider): Likewise.
11094 (dtrace_dof_probe): Likewise.
11095 (DOF_UINT): New macro.
11096 (DTRACE_DOF_PTR): Likewise.
11097 (DTRACE_DOF_SECT): Likewise.
11098 (dtrace_process_dof_probe): New function.
11099 (dtrace_process_dof): Likewise.
11100 (dtrace_build_arg_exprs): Likewise.
11101 (dtrace_get_arg): Likewise.
11102 (dtrace_get_probes): Likewise.
11103 (dtrace_get_probe_argument_count): Likewise.
11104 (dtrace_can_evaluate_probe_arguments): Likewise.
11105 (dtrace_evaluate_probe_argument): Likewise.
11106 (dtrace_compile_to_ax): Likewise.
11107 (dtrace_probe_destroy): Likewise.
11108 (dtrace_gen_info_probes_table_header): Likewise.
11109 (dtrace_gen_info_probes_table_values): Likewise.
11110 (dtrace_probe_is_enabled): Likewise.
11111 (dtrace_probe_ops): New variable.
11112 (info_probes_dtrace_command): New function.
11113 (_initialize_dtrace_probe): Likewise.
11114 (dtrace_type_name): Likewise.
11115
11116 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11117
11118 * gdbarch.sh (dtrace_parse_probe_argument): New.
11119 (dtrace_probe_is_enabled): Likewise.
11120 (dtrace_enable_probe): Likewise.
11121 (dtrace_disable_probe): Likewise.
11122 * gdbarch.c: Regenerate.
11123 * gdbarch.h: Regenerate.
11124
11125 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11126
11127 * stap-probe.c (stap_probe_ops): Add NULLs in the static
11128 stap_probe_ops for `enable_probe' and `disable_probe'.
11129 * probe.c (enable_probes_command): New function.
11130 (disable_probes_command): Likewise.
11131 (_initialize_probe): Define the cli commands `enable probe' and
11132 `disable probe'.
11133 (parse_probe_linespec): New function.
11134 (info_probes_for_ops): Use parse_probe_linespec.
11135 * probe.h (probe_ops): New hooks `enable_probe' and
11136 `disable_probe'.
11137
11138 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11139
11140 * probe.c (compute_probe_arg): Moved from stap-probe.c
11141 (compile_probe_arg): Likewise.
11142 (probe_funcs): Likewise.
11143 * stap-probe.c (compute_probe_arg): Moved to probe.c.
11144 (compile_probe_arg): Likewise.
11145 (probe_funcs): Likewise.
11146
11147 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11148
11149 * probe.c (print_ui_out_not_applicables): New function.
11150 (exists_probe_with_pops): Likewise.
11151 (info_probes_for_ops): Do not include column headers for probe
11152 types for which no probe has been actually found on any object.
11153 Also invoke `print_ui_out_not_applicables' in order to match the
11154 column rows with the header when probes of several types are
11155 listed.
11156 Print the "Type" column.
11157 * probe.h (probe_ops): Added a new probe operation `type_name'.
11158 * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
11159 (stap_type_name): New function.
11160
11161 2015-02-17 Patrick Palka <patrick@parcs.ath.cx>
11162
11163 * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
11164 (key_is_command_char): Delete.
11165
11166 2015-02-17 Pedro Alves <palves@redhat.com>
11167
11168 * tui/tui.c (tui_enable): Resize windows before anything
11169 might show a window.
11170
11171 2015-02-17 Max Ostapenko <m.ostapenko@partner.samsung.com>
11172
11173 PR gdb/17984
11174 * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
11175 (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
11176 call.
11177 * aarch64-tdep.h (tdesc_aarch64): Declare.
11178
11179 2015-02-12 Mark Wielaard <mjw@redhat.com>
11180
11181 * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
11182
11183 2015-02-13 Doug Evans <dje@google.com>
11184
11185 * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
11186 anonymous_namespace to is_in_anonymous for consistency with the rest
11187 of the file.
11188 (cp_lookup_bare_symbol): Fix typo in comment.
11189 (cp_search_static_and_baseclasses): Ditto.
11190 (search_symbol_list): Use vertical space in comment better.
11191 (reset_directive_searched): Ditto. Fix typo.
11192 (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
11193
11194 2015-02-13 Yao Qi <yao.qi@arm.com>
11195
11196 * MAINTAINERS: Update my email address.
11197
11198 2015-02-12 Doug Evans <dje@google.com>
11199
11200 * symtab.c (completion_list_add_name): Fix memory leak.
11201
11202 2015-02-12 Doug Evans <dje@google.com>
11203
11204 * completer.c (complete_line): Remove incorrect comment.
11205
11206 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11207
11208 * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
11209 (py_print_frame): Use RETURN_MASK_ERROR.
11210
11211 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11212
11213 * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
11214 function comment. Wrap all function that can throw in cleanups.
11215 (gdbpy_apply_frame_filter): Wrap all function that can throw in
11216 cleanups.
11217
11218 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11219
11220 * python/py-framefilter.c (py_print_frame): Substitute goto error.
11221 Remove the error label.
11222
11223 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11224
11225 * python/py-framefilter.c (py_print_frame): Put conditional code paths
11226 with goto first, indent the former else codepath left. Put variable
11227 'elided' to a new inner block.
11228
11229 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11230
11231 * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
11232
11233 2015-02-11 Pedro Alves <palves@redhat.com>
11234
11235 * xcoffread.c (within_function): Delete.
11236
11237 2015-02-11 Tom Tromey <tromey@redhat.com>
11238 Pedro Alves <palves@redhat.com>
11239
11240 * breakpoint.c (base_breakpoint_ops): Delete.
11241 * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
11242 * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
11243 * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
11244 * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
11245 * python/py-arch.c (arch_object_type): Make extern.
11246 * python/py-block.c (block_syms_iterator_object_type): Make extern.
11247 * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
11248 * python/py-cmd.c (cmdpy_object_type): Make extern.
11249 * python/py-continueevent.c (continue_event_object_type)
11250 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
11251 parameter. Update all callers.
11252 * python/py-evtregistry.c (eventregistry_object_type): Make extern.
11253 * python/py-exitedevent.c (exited_event_object_type): Make extern.
11254 * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
11255 * python/py-function.c (fnpy_object_type): Make extern.
11256 * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
11257 * python/py-infevents.c (call_pre_event_object_type)
11258 (inferior_call_post_event_object_type).
11259 (memory_changed_event_object_type): Make extern.
11260 * python/py-infthread.c (thread_object_type): Make extern.
11261 * python/py-lazy-string.c (lazy_string_object_type): Make extern.
11262 * python/py-linetable.c (linetable_entry_object_type)
11263 (linetable_object_type, ltpy_iterator_object_type): Make extern.
11264 * python/py-newobjfileevent.c (new_objfile_event_object_type)
11265 (clear_objfiles_event_object_type): Make extern.
11266 * python/py-objfile.c (objfile_object_type): Make extern.
11267 * python/py-param.c (parmpy_object_type): Make extern.
11268 * python/py-progspace.c (pspace_object_type): Make extern.
11269 * python/py-signalevent.c (signal_event_object_type): Make extern.
11270 * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
11271 * python/py-type.c (type_object_type, field_object_type)
11272 (type_iterator_object_type): Make extern.
11273 * python/python.c (python_extension_script_ops)
11274 (python_extension_ops): Make extern.
11275 * stap-probe.c (stap_probe_ops): Make extern.
11276
11277 2015-02-11 Pedro Alves <pedro@codesourcery.com>
11278
11279 * infrun.c (adjust_pc_after_break): Don't adjust the PC just
11280 because the event thread is not the current thread.
11281
11282 2015-02-11 Doug Evans <xdje42@gmail.com>
11283
11284 * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
11285 been initialized yet, return NULL.
11286
11287 2015-02-11 Doug Evans <dje@google.com>
11288
11289 * symfile.h (new_symfile_objfile): Delete.
11290 * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
11291 All callers updated.
11292
11293 2015-02-11 Patrick Palka <patrick@parcs.ath.cx>
11294
11295 * tui/tui-io.c (tui_handle_resize_during_io): Call
11296 tui_update_gdb_sizes() after resizing the screen.
11297 * tui/tui.c (tui_enable): Resize the terminal before
11298 calling tui_update_gdb_sizes().
11299
11300 2015-02-11 Patrick Palka <patrick@parcs.ath.cx>
11301
11302 * tui/tui-io.c (tui_getc): Move cursor to the end of the command
11303 line before printing a newline.
11304
11305 2015-02-11 Mark Wielaard <mjw@redhat.com>
11306
11307 * utils.c (producer_is_gcc): Return true or false.
11308
11309 2015-02-10 Mark Wielaard <mjw@redhat.com>
11310
11311 * utils.h (producer_is_gcc): Change return type to bool. Add major
11312 argument.
11313 * utils.c (producer_is_gcc): Likewise.
11314 (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
11315 * dwarf2read.c (check_producer): Likewise.
11316
11317 2015-02-10 Pedro Alves <palves@redhat.com>
11318
11319 * infrun.c (displaced_step_fixup): Switch to the event thread
11320 before calling gdbarch_displaced_step_fixup.
11321
11322 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
11323
11324 * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
11325
11326 2015-02-10 Simon Marchi <simon.marchi@ericsson.com>
11327
11328 * ada-varobj.c (ada_name_of_child): Constify parent.
11329 (ada_path_expr_of_child): Same.
11330 (ada_value_of_child): Same.
11331 (ada_type_of_child): Same.
11332 * c-varobj.c (c_is_path_expr_parent): Same.
11333 (c_describe_child): Same.
11334 (c_name_of_child): Same.
11335 (c_value_of_child): Same.
11336 (c_type_of_child): Same.
11337 (cplus_number_of_children): Same.
11338 (cplus_describe_child): Constify var.
11339 (cplus_name_of_child): Constify parent.
11340 (cplus_value_of_child): Same.
11341 (cplus_type_of_child): Same.
11342 * jv-varobj.c (java_name_of_child): Same.
11343 (java_value_of_child): Same.
11344 (java_type_of_child): Same.
11345 * varobj.c (value_of_child): Same.
11346 (varobj_default_is_path_expr_parent): Constify var, parent and return
11347 value.
11348 (varobj_get_path_expr): Constify var, modify path_expr through
11349 mutable_var.
11350 (install_new_value): Constify parent.
11351 (value_of_child): Constify parent.
11352 * varobj.h (struct varobj): Constify parent.
11353 (struct lang_varobj_ops): Constify name_of_child, value_of_child and
11354 type_of_child.
11355 (varobj_get_path_expr): Constify var.
11356 (varobj_get_path_expr_parent): Constify var and return value.
11357
11358 2015-02-10 Luis Machado <lgustavo@codesourcery.com>
11359
11360 * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
11361 (arm_prologue_this_id): Move PC and SP limit checks to
11362 arm_prologue_unwind_stop_reason.
11363 (arm_prologue_unwind) <stop_reason> : Set to
11364 arm_prologue_unwind_stop_reason.
11365
11366 2015-02-09 Mark Wielaard <mjw@redhat.com>
11367
11368 * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
11369 DW_LANG_Fortran08 as language_fortran.
11370
11371 2015-02-09 Sergio Durigan Junior <sergiodj@redhat.com>
11372
11373 PR remote/17946
11374 * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
11375 of pointer against char.
11376
11377 2015-02-09 Mark Wielaard <mjw@redhat.com>
11378
11379 * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
11380 (c_type_print_modifier): Likewise.
11381 * dwarf2read.c (read_tag_atomic_type): New function.
11382 (read_type_die_1): Handle DW_TAG_atomic_type.
11383 * gdbtypes.c (make_atomic_type): New function.
11384 (recursive_dump_type): Handle TYPE_ATOMIC.
11385 * gdbtypes.h (enum type_flag_values): Renumber.
11386 (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
11387 (TYPE_ATOMIC): New macro.
11388 (make_atomic_type): Declare.
11389
11390 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11391
11392 * btrace.c (ftrace_find_call): Skip gaps.
11393 (ftrace_new_function): Initialize level.
11394 (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
11395 (ftrace_new_switch): Update
11396 level computation.
11397 (ftrace_new_gap): New.
11398 (ftrace_update_function): Create new function after gap.
11399 (btrace_compute_ftrace_bts): Create gap on error.
11400 (btrace_stitch_bts): Update parameters. Clear trace if it
11401 becomes empty.
11402 (btrace_stitch_trace): Update parameters. Update callers.
11403 (btrace_clear): Reset the number of gaps.
11404 (btrace_insn_get): Return NULL if the iterator points to a gap.
11405 (btrace_insn_number): Return zero if the iterator points to a gap.
11406 (btrace_insn_end): Allow gaps at the end.
11407 (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
11408 (btrace_find_insn_by_number): Assert that the found iterator does
11409 not point to a gap.
11410 (btrace_call_next, btrace_call_prev): Assert that the last function
11411 is not a gap.
11412 * btrace.h (btrace_bts_error): New.
11413 (btrace_function): Update comment.
11414 (btrace_function) <insn, insn_offset, number>: Update comment.
11415 (btrace_function) <errcode>: New.
11416 (btrace_thread_info) <ngaps>: New.
11417 (btrace_thread_info) <replay>: Update comment.
11418 (btrace_insn_get): Update comment.
11419 * record-btrace.c (btrace_ui_out_decode_error): New.
11420 (record_btrace_info): Print number of gaps.
11421 (btrace_insn_history, btrace_call_history): Call
11422 btrace_ui_out_decode_error for gaps.
11423 (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
11424
11425 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11426
11427 * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
11428 * nat/linux-btrace.c: (btrace_this_cpu): New.
11429 (cpu_supports_bts): Call btrace_this_cpu.
11430 (intel_supports_bts): Add cpu parameter.
11431
11432 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11433
11434 * btrace.h (btrace_insn_class): New.
11435 (btrace_insn) <size, iclass>: New.
11436 * btrace.c (ftrace_find_call): Update parameters. Update users.
11437 Use instruction classification.
11438 (ftrace_new_return): Update parameters. Update users.
11439 (ftrace_update_function): Update parameters. Update users. Use
11440 instruction classification.
11441 (ftrace_update_insns): Update parameters. Update users.
11442 (ftrace_classify_insn): New.
11443 (btrace_compute_ftrace_bts): Fill in new btrace_insn fields. Add
11444 TRY_CATCH around call to gdb_insn_length.
11445
11446 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11447
11448 * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
11449 Update parameters. Update users.
11450
11451 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11452
11453 * btrace.c (parse_xml_btrace_conf_bts): Add size.
11454 (btrace_conf_bts_attributes): New.
11455 (btrace_conf_children): Add attributes.
11456 * common/btrace-common.h (btrace_config_bts): New.
11457 (btrace_config)<bts>: New.
11458 (btrace_config): Update comment.
11459 * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
11460 Use config.
11461 * features/btrace-conf.dtd: Increment version. Add size
11462 attribute to bts element.
11463 * record-btrace.c (set_record_btrace_bts_cmdlist,
11464 show_record_btrace_bts_cmdlist): New.
11465 (record_btrace_adjust_size, record_btrace_print_bts_conf,
11466 record_btrace_print_conf, cmd_set_record_btrace_bts,
11467 cmd_show_record_btrace_bts): New.
11468 (record_btrace_info): Call record_btrace_print_conf.
11469 (_initialize_record_btrace): Add commands.
11470 * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
11471 (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
11472 (btrace_sync_conf): Synchronize bts size.
11473 (_initialize_remote): Add Qbtrace-conf:bts:size packet.
11474 * NEWS: Announce new commands and new packets.
11475
11476 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11477
11478 * Makefile.in (XMLFILES): Add btrace-conf.dtd.
11479 * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
11480 (x86_linux_btrace_conf): New.
11481 (x86_linux_create_target): Initialize to_btrace_conf.
11482 * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
11483 Check format. Split into this and ...
11484 (linux_enable_bts): ... this.
11485 (linux_btrace_conf): New.
11486 (perf_event_skip_record): Renamed into ...
11487 (perf_event_skip_bts_record): ... this. Updated users.
11488 (linux_disable_btrace): Split into this and ...
11489 (linux_disable_bts): ... this.
11490 (linux_read_btrace): Check format.
11491 * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
11492 (linux_btrace_conf): New.
11493 (btrace_target_info)<ptid>: Moved.
11494 (btrace_target_info)<conf>: New.
11495 (btrace_target_info): Split into this and ...
11496 (btrace_tinfo_bts): ... this. Updated users.
11497 * btrace.c (btrace_enable): Update parameters.
11498 (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
11499 (btrace_conf_children, btrace_conf_attributes)
11500 (btrace_conf_elements): New.
11501 * btrace.h (btrace_enable): Update parameters.
11502 (btrace_conf, parse_xml_btrace_conf): New.
11503 * common/btrace-common.h (btrace_config): New.
11504 * feature/btrace-conf.dtd: New.
11505 * record-btrace.c (record_btrace_conf): New.
11506 (record_btrace_cmdlist): New.
11507 (record_btrace_enable_warn, record_btrace_open): Pass
11508 &record_btrace_conf.
11509 (record_btrace_info): Print recording format.
11510 (cmd_record_btrace_bts_start): New.
11511 (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
11512 (_initialize_record_btrace): Add "record btrace bts" subcommand.
11513 Add "record bts" alias command.
11514 * remote.c (remote_state)<btrace_config>: New.
11515 (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
11516 (remote_protocol_features): Add qXfer:btrace-conf:read.
11517 (remote_open_1): Call remote_btrace_reset.
11518 (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
11519 (btrace_target_info)<conf>: New.
11520 (btrace_sync_conf, btrace_read_config): New.
11521 (remote_enable_btrace): Update parameters. Call btrace_sync_conf and
11522 btrace_read_conf.
11523 (remote_btrace_conf): New.
11524 (init_remote_ops): Initialize to_btrace_conf.
11525 (_initialize_remote): Add qXfer:btrace-conf packet.
11526 * target.c (target_enable_btrace): Update parameters.
11527 (target_btrace_conf): New.
11528 * target.h (target_enable_btrace): Update parameters.
11529 (target_btrace_conf): New.
11530 (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
11531 (target_ops)<to_enable_btrace>: Update parameters and comment.
11532 (target_ops)<to_btrace_conf>: New.
11533 * target-delegates: Regenerate.
11534 * target-debug.h (target_debug_print_const_struct_btrace_config_p)
11535 (target_debug_print_const_struct_btrace_target_info_p): New.
11536 * NEWS: Announce new command and new packet.
11537
11538 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11539
11540 * nat/linux-btrace.h (perf_event_buffer): New.
11541 (btrace_target_info) <buffer, size, data_head>: Replace with ...
11542 <bts>: ... this.
11543 * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
11544 (perf_event_buffer_size, perf_event_buffer_begin)
11545 (perf_event_buffer_end, linux_btrace_has_changed): Removed.
11546 Updated users.
11547 (perf_event_new_data): New.
11548
11549 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11550
11551 * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
11552 * record-btrace.c (record_btrace_open): Remove call to
11553 target_supports_btrace.
11554 * remote.c (remote_supports_btrace): Update parameters.
11555 * target.c (target_supports_btrace): Update parameters.
11556 * target.h (to_supports_btrace, target_supports_btrace): Update
11557 parameters.
11558 * target-delegates.c: Regenerate.
11559 * target-debug.h (target_debug_print_enum_btrace_format): New.
11560 * nat/linux-btrace.c
11561 (kernel_supports_btrace): Rename into ...
11562 (kernel_supports_bts): ... this. Update users. Update warning text.
11563 (intel_supports_btrace): Rename into ...
11564 (intel_supports_bts): ... this. Update users.
11565 (cpu_supports_btrace): Rename into ...
11566 (cpu_supports_bts): ... this. Update users.
11567 (linux_supports_btrace): Update parameters. Split into this and ...
11568 (linux_supports_bts): ... this.
11569 * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
11570
11571 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11572
11573 * Makefile.in (SFILES): Add common/btrace-common.c.
11574 (COMMON_OBS): Add common/btrace-common.o.
11575 (btrace-common.o): Add build rules.
11576 * btrace.c (parse_xml_btrace): Update parameters.
11577 (parse_xml_btrace_block): Set format field.
11578 (btrace_add_pc, btrace_fetch): Use struct btrace_data.
11579 (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
11580 (btrace_compute_ftrace): Split into this and...
11581 (btrace_compute_ftrace_bts): ...this.
11582 (btrace_stitch_trace): Split into this and...
11583 (btrace_stitch_bts): ...this.
11584 * btrace.h (parse_xml_btrace): Update parameters.
11585 (make_cleanup_btrace_data): New.
11586 * common/btrace-common.c: New.
11587 * common/btrace-common.h: Include common-defs.h.
11588 (btrace_block_s): Update comment.
11589 (btrace_format): New.
11590 (btrace_format_string): New.
11591 (btrace_data_bts): New.
11592 (btrace_data): New.
11593 (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
11594 * remote.c (remote_read_btrace): Update parameters.
11595 * target.c (target_read_btrace): Update parameters.
11596 * target.h (target_read_btrace): Update parameters.
11597 (target_ops)<to_read_btrace>: Update parameters.
11598 * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
11599 * target-delegates.c: Regenerate.
11600 * target-debug (target_debug_print_struct_btrace_data_p): New.
11601 * nat/linux-btrace.c (linux_read_btrace): Split into this and...
11602 (linux_read_bts): ...this.
11603 * nat/linux-btrace.h (linux_read_btrace): Update parameters.
11604
11605 2015-02-06 Doug Evans <dje@google.com>
11606
11607 * remote-m32r-sdi.c: Include symfile.h.
11608
11609 2015-02-06 Doug Evans <dje@google.com>
11610
11611 * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
11612 * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
11613 to here.
11614
11615 2015-02-06 Pedro Alves <palves@redhat.com>
11616
11617 * linux-thread-db.c (find_new_threads_callback): Add debug output.
11618
11619 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
11620
11621 PR gdb/15678
11622 * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
11623 (enable_count_command): Check args for NULL value.
11624
11625 2015-02-05 Doug Evans <xdje42@gmail.com>
11626
11627 * guile/scm-frame.c: Fix spelling errors in a comment.
11628
11629 2015-02-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11630
11631 * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
11632 * python/py-value.c (valpy_fetch_lazy): Use it. Remove cast to the
11633 return type.
11634
11635 2015-02-04 Pedro Alves <palves@redhat.com>
11636
11637 * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
11638 (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
11639 returns true.
11640 (resume_stopped_resumed_lwps): Don't check whether the thread is
11641 marked as executing.
11642 (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
11643
11644 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11645
11646 * regset.h (struct regset): Add flags field.
11647 (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
11648 * corelow.c (get_core_register_section): Add warning if the size
11649 exceeds the requested size and the regset does not have the
11650 REGSET_VARIABLE_SIZE flag set.
11651 * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
11652 flag.
11653 * armbsd-tdep.c (armbsd_gregset): Likewise.
11654 * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
11655 * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
11656 * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
11657 * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
11658
11659 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11660
11661 * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
11662 For ".reg-xstate", explicitly specify the requested section size
11663 via X86_XSTATE_SIZE instead of just 0 on input and
11664 X86_XSTATE_MAX_SIZE on output.
11665 * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
11666 Likewise.
11667
11668 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11669
11670 PR corefiles/17808:
11671 * gdbarch.sh (iterate_over_regset_sections_cb): Document this
11672 function type, particularly its SIZE parameter.
11673 * gdbarch.h: Regenerate.
11674 * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
11675 actual against required size using ">=" instead of "==".
11676 (amd64_collect_fpregset): Likewise.
11677 * i386-tdep.c (i386_supply_gregset): Likewise.
11678 (i386_collect_gregset): Likewise.
11679 (i386_supply_fpregset): Likewise.
11680 (i386_collect_fpregset): Likewise.
11681 * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
11682 (mips_fill_gregset_wrapper): Likewise.
11683 (mips_supply_fpregset_wrapper): Likewise.
11684 (mips_fill_fpregset_wrapper): Likewise.
11685 (mips64_supply_gregset_wrapper): Likewise.
11686 (mips64_fill_gregset_wrapper): Likewise.
11687 (mips64_supply_fpregset_wrapper): Likewise.
11688 (mips64_fill_fpregset_wrapper): Likewise.
11689 * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
11690 (am33_supply_fpregset_method): Likewise.
11691 (am33_collect_gregset_method): Likewise.
11692 (am33_collect_fpregset_method): Likewise.
11693
11694 2015-02-04 Doug Evans <dje@google.com>
11695 Pedro Alves <palves@redhat.com>
11696 Eli Zaretskii <eliz@gnu.org>
11697
11698 PR tui/17810
11699 * tui/tui-command.c (tui_refresh_cmd_win): New function.
11700 * tui/tui-command.c (tui_refresh_cmd_win): Declare.
11701 * tui/tui-file.c: #include tui/tui-command.h.
11702 (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
11703 (tui_file_flush): Refresh command window if stream is gdb_stdout.
11704 * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
11705
11706 2015-02-04 Pedro Alves <palves@redhat.com>
11707
11708 Fix build breakage.
11709 * event-loop.c (gdb_do_one_event): Add default switch case.
11710
11711 2015-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11712
11713 Filter out inferior gcc option -fpreprocessed.
11714 * compile/compile.c (filter_args): New function.
11715 (get_args): Use it.
11716
11717 2015-02-03 Pedro Alves <palves@redhat.com>
11718
11719 * event-loop.c: Don't declare nor define a queue type for
11720 gdb_event_p.
11721 (event_queue): Delete.
11722 (create_event, create_file_event, gdb_event_xfree)
11723 (initialize_event_loop, process_event): Delete.
11724 (gdb_do_one_event): Return as soon as one event is handled.
11725 (handle_file_event): Change prototype. Used the passed in
11726 file_handler pointer and ready_mask instead of looping over all
11727 file handlers.
11728 (gdb_wait_for_event): Update the poll/select timeouts before
11729 blocking. Run event handlers directly instead of queueing events.
11730 Return as soon as one event is handled.
11731 (struct async_event_handler_data): Delete.
11732 (invoke_async_event_handler): Delete.
11733 (check_async_event_handlers): Change return type to int. Run
11734 event handlers directly instead of queueing events. Return as
11735 soon as one event is handled.
11736 (handle_timer_event): Delete.
11737 (update_wait_timeout): New function, factored out from
11738 poll_timers.
11739 (poll_timers): Reimplement.
11740 * event-loop.h (initialize_event_loop): Delete declaration.
11741 * top.c (gdb_init): Don't call initialize_event_loop.
11742
11743 2015-02-03 Pedro Alves <palves@redhat.com>
11744
11745 * event-loop.c (clear_async_event_handler): New function.
11746 * event-loop.h (clear_async_event_handler): New declaration.
11747 * record-btrace.c (record_btrace_async): New function.
11748 (init_record_btrace_ops): Install record_btrace_async.
11749 * record-full.c (record_full_async): New function.
11750 (record_full_resume): Don't mark the async event source here.
11751 (init_record_full_ops): Install record_full_async.
11752 (record_full_core_resume): Don't mark the async event source here.
11753 (init_record_full_core_ops): Install record_full_async.
11754 * remote.c (remote_async): Mark and clear the async stop reply
11755 queue event-loop token as appropriate.
11756
11757 2015-02-03 Pedro Alves <palves@redhat.com>
11758
11759 * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
11760 target_is_async_p instead of target_can_async.
11761 (linux_nat_wait): Use target_is_async_p instead of
11762 target_can_async. Don't enable async here.
11763 * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
11764 target_is_async_p instead of target_can_async.
11765
11766 2015-02-02 Simon Marchi <simon.marchi@ericsson.com>
11767
11768 * varobj.h (lang_varobj_ops): Mention which return values need
11769 to be freed.
11770
11771 2015-02-02 Joel Brobecker <brobecker@adacore.com>
11772
11773 * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
11774
11775 2015-02-02 Joel Brobecker <brobecker@adacore.com>
11776
11777 PR gdb/17856:
11778 * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
11779 results found in the cache.
11780
11781 2015-02-02 Joel Brobecker <brobecker@adacore.com>
11782
11783 PR gdb/17854:
11784 * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
11785 when allocating a new one.
11786
11787 2015-02-01 Tom Tromey <tom@tromey.com>
11788
11789 * MAINTAINERS: Remove myself.
11790
11791 2015-01-31 Doug Evans <xdje42@gmail.com>
11792
11793 * dwarf2read.c (process_structure_scope): Update setting of
11794 TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
11795 * gdbtypes.c (internal_type_vptr_fieldno): New function.
11796 (set_type_vptr_fieldno): New function.
11797 (internal_type_vptr_basetype): New function.
11798 (set_type_vptr_basetype): New function.
11799 (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
11800 TYPE_VPTR_BASETYPE.
11801 (allocate_cplus_struct_type): Initialize vptr_fieldno.
11802 (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
11803 (print_cplus_stuff): ... moved here.
11804 (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
11805 * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
11806 moved to ...
11807 (struct cplus_struct_type): ... here. All uses updated.
11808 (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
11809 (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
11810 (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
11811 * stabsread.c (read_tilde_fields): Update setting of
11812 TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
11813
11814 2015-01-31 Doug Evans <xdje42@gmail.com>
11815
11816 * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
11817 to self_p.
11818 (cp_print_class_member): Rename local domain to self_type.
11819 * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
11820 domain_type to self_type.
11821 (set_die_type) <need_gnat_info>: Handle
11822 TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
11823 * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
11824 TYPE_SPECIFIC_SELF_TYPE.
11825 * gdbtypes.c (internal_type_self_type): New function.
11826 (set_type_self_type): New function.
11827 (smash_to_memberptr_type): Rename parameter domain to self_type.
11828 Update setting of TYPE_SELF_TYPE.
11829 (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
11830 (smash_to_method_type): Rename parameter domain to self_type.
11831 Update setting of TYPE_SELF_TYPE.
11832 (check_stub_method): Call smash_to_method_type.
11833 (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
11834 (copy_type_recursive): Ditto.
11835 * gdbtypes.h (enum type_specific_kind): New value
11836 TYPE_SPECIFIC_SELF_TYPE.
11837 (struct main_type) <type_specific>: New member self_type.
11838 (struct cplus_struct_type) <fn_field.type>: Update comment.
11839 (TYPE_SELF_TYPE): Rewrite.
11840 (internal_type_self_type, set_type_self_type): Declare.
11841 * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
11842 self_type.
11843 (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
11844 * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
11845 TYPE_TARGET_TYPE.
11846 * stabsread.c (read_member_functions): Mark methods with
11847 TYPE_CODE_METHOD, not TYPE_CODE_FUNC. Update setting of
11848 TYPE_SELF_TYPE.
11849
11850 2015-01-31 Doug Evans <xdje42@gmail.com>
11851
11852 * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
11853 All uses updated.
11854
11855 2015-01-31 Doug Evans <xdje42@gmail.com>
11856
11857 * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
11858 or unions. Return zero if union.
11859 (gnuv3_get_vtable): Call check_typedef. Assert only passed structs.
11860 (gnuv3_rtti_type): Pass already-check_typedef'd value to
11861 gnuv3_get_vtable.
11862 (compute_vtable_size): Assert only passed structs.
11863 (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
11864
11865 2015-01-31 Doug Evans <xdje42@gmail.com>
11866
11867 * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
11868 kinds.
11869
11870 2015-01-31 Gary Benson <gbenson@redhat.com>
11871 Doug Evans <dje@google.com>
11872
11873 PR cli/9007
11874 PR cli/11920
11875 PR cli/15548
11876 * cli/cli-cmds.c (complete_command): Notify user if max-completions
11877 reached.
11878 * common/common-exceptions.h (enum errors)
11879 <MAX_COMPLETIONS_REACHED_ERROR>: New value.
11880 * completer.h (get_max_completions_reached_message): New declaration.
11881 (max_completions): Likewise.
11882 (completion_tracker_t): New typedef.
11883 (new_completion_tracker): New declaration.
11884 (make_cleanup_free_completion_tracker): Likewise.
11885 (maybe_add_completion_enum): New enum.
11886 (maybe_add_completion): New declaration.
11887 (throw_max_completions_reached_error): Likewise.
11888 * completer.c (max_completions): New global variable.
11889 (new_completion_tracker): New function.
11890 (free_completion_tracker): Likewise.
11891 (make_cleanup_free_completion_tracker): Likewise.
11892 (maybe_add_completions): Likewise.
11893 (throw_max_completions_reached_error): Likewise.
11894 (complete_line): Remove duplicates and limit result to max_completions
11895 entries.
11896 (get_max_completions_reached_message): New function.
11897 (gdb_display_match_list): Handle max_completions.
11898 (_initialize_completer): New declaration and function.
11899 * symtab.c: Include completer.h.
11900 (completion_tracker): New static variable.
11901 (completion_list_add_name): Call maybe_add_completion.
11902 (default_make_symbol_completion_list_break_on_1): Renamed from
11903 default_make_symbol_completion_list_break_on. Maintain
11904 completion_tracker across calls to completion_list_add_name.
11905 (default_make_symbol_completion_list_break_on): New function.
11906 * top.c (init_main): Set rl_completion_display_matches_hook.
11907 * tui/tui-io.c: Include completer.h.
11908 (tui_old_rl_display_matches_hook): New static global.
11909 (tui_rl_display_match_list): Notify user if max-completions reached.
11910 (tui_setup_io): Save/restore rl_completion_display_matches_hook.
11911 * NEWS (New Options): Mention set/show max-completions.
11912
11913 2015-01-31 Gary Benson <gbenson@redhat.com>
11914
11915 * symtab.c (struct add_name_data) <code>: New field.
11916 Updated comments.
11917 (add_symtab_completions): New function.
11918 (symtab_expansion_callback): Likewise.
11919 (default_make_symbol_completion_list_break_on): Set datum.code.
11920 Move minimal symbol scan before calling expand_symtabs_matching.
11921 Scan known primary symtabs for externs and statics before calling
11922 expand_symtabs_matching. Pass symtab_expansion_callback as
11923 expansion_notify argument to expand_symtabs_matching. Do not scan
11924 primary symtabs for externs and statics after calling
11925 expand_symtabs_matching.
11926
11927 2015-01-31 Gary Benson <gbenson@redhat.com>
11928
11929 * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
11930 (struct quick_symbol_functions) <expand_symtabs_matching>:
11931 New argument expansion_notify. All uses updated.
11932 (expand_symtabs_matching): New argument expansion_notify.
11933 All uses updated.
11934 * symfile-debug.c (debug_qf_expand_symtabs_matching):
11935 Also print expansion notify.
11936 * symtab.c (expand_symtabs_matching_via_partial): Call
11937 expansion_notify whenever a partial symbol table is expanded.
11938 * dwarf2read.c (dw2_expand_symtabs_matching): Call
11939 expansion_notify whenever a symbol table is instantiated.
11940
11941 2015-01-31 Doug Evans <xdje42@gmail.com>
11942
11943 * cli-out.c: #include completer.h, readline/readline.h.
11944 (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
11945 (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
11946 (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
11947 * cli-out.h (cli_display_match_list): Declare.
11948 * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
11949 (ELLIPSIS_LEN): Ditto.
11950 (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
11951 (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
11952 (gdb_fnprint, gdb_print_filename): Ditto.
11953 (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
11954 (gdb_display_match_list): Ditto.
11955 * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
11956 (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
11957 (mld_beep_ftype, mld_read_key_ftype): Ditto.
11958 (match_list_displayer): New struct.
11959 (gdb_display_match_list): Declare.
11960 * top.c (init_main): Set rl_completion_display_matches_hook.
11961 * tui/tui-io.c: #include completer.h.
11962 (printable_part, PUTX, print_filename, get_y_or_n): Delete.
11963 (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
11964 (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
11965 (tui_mld_getc, tui_mld_read_key): Ditto.
11966 (tui_rl_display_match_list): Rewrite.
11967 (tui_handle_resize_during_io): New arg for_completion. All callers
11968 updated.
11969
11970 2015-01-31 Doug Evans <xdje42@gmail.com>
11971
11972 Add symbol lookup cache.
11973 * NEWS: Document new options and commands.
11974 * symtab.c (symbol_cache_key): New static global.
11975 (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
11976 (SYMBOL_LOOKUP_FAILED): New macro.
11977 (symbol_cache_slot_state): New enum.
11978 (block_symbol_cache): New struct.
11979 (symbol_cache): New struct.
11980 (new_symbol_cache_size, symbol_cache_size): New static globals.
11981 (hash_symbol_entry, eq_symbol_entry): New functions.
11982 (symbol_cache_byte_size, resize_symbol_cache): New functions.
11983 (make_symbol_cache, free_symbol_cache): New functions.
11984 (get_symbol_cache, symbol_cache_cleanup): New function.
11985 (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
11986 (symbol_cache_lookup, symbol_cache_clear_slot): New function.
11987 (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
11988 (symbol_cache_flush, symbol_cache_dump): New functions.
11989 (maintenance_print_symbol_cache): New function.
11990 (maintenance_flush_symbol_cache): New function.
11991 (symbol_cache_stats): New function.
11992 (maintenance_print_symbol_cache_statistics): New function.
11993 (symtab_new_objfile_observer): New function.
11994 (symtab_free_objfile_observer): New function.
11995 (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
11996 (_initialize_symtab): Init symbol_cache_key. New parameter
11997 maint symbol-cache-size. New maint commands print symbol-cache,
11998 print symbol-cache-statistics, flush-symbol-cache.
11999 Install new_objfile, free_objfile observers.
12000
12001 2015-01-31 Joel Brobecker <brobecker@adacore.com>
12002
12003 PR symtab/17855
12004 * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
12005 to end.
12006
12007 2015-01-31 Doug Evans <xdje42@gmail.com>
12008
12009 * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
12010 * auto-load.c: #include ctype.h.
12011 (struct auto_load_pspace_info): Replace member loaded_scripts with
12012 new members loaded_script_files, loaded_script_texts.
12013 (auto_load_pspace_data_cleanup): Update.
12014 (init_loaded_scripts_info): Update.
12015 (get_auto_load_pspace_data_for_loading): Update.
12016 (maybe_add_script_file): Renamed from maybe_add_script. All callers
12017 updated.
12018 (maybe_add_script_text): New function.
12019 (clear_section_scripts): Update.
12020 (source_script_file, execute_script_contents): New functions.
12021 (source_section_scripts): Add support for
12022 SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
12023 (print_scripts): New function.
12024 (auto_load_info_scripts): Also print inlined scripts.
12025 (maybe_print_unsupported_script_warning): Renamed from
12026 unsupported_script_warning_print. All callers updated.
12027 (maybe_print_script_not_found_warning): Renamed from
12028 script_not_found_warning_print. All callers updated.
12029 * extension-priv.h (struct extension_language_script_ops): New member
12030 objfile_script_executor.
12031 * extension.c (ext_lang_objfile_script_executor): New function.
12032 * extension.h (objfile_script_executor_func): New typedef.
12033 (ext_lang_objfile_script_executor): Declare.
12034 * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
12035 * guile/guile.c (guile_extension_script_ops): Update.
12036 * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
12037 * python/python.c (python_extension_script_ops): Update.
12038 (gdbpy_execute_objfile_script): New function.
12039
12040 2015-01-31 Eli Zaretskii <eliz@gnu.org>
12041
12042 * tui/tui-io.c (tui_expand_tabs): New function.
12043 (tui_puts, tui_redisplay_readline): Expand TABs into the
12044 appropriate number of spaces.
12045 * tui/tui-regs.c: Include tui-io.h.
12046 (tui_register_format): Call tui_expand_tabs to expand TABs into
12047 the appropriate number of spaces.
12048 * tui/tui-io.h: Add prototype for tui_expand_tabs.
12049
12050 2015-01-30 Doug Evans <dje@google.com>
12051
12052 * NEWS: "info source" command now display producer string if present.
12053 * source.c (source_info): Print producer string if present.
12054
12055 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12056
12057 * varobj.c (varobj_delete): Fix comment.
12058
12059 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12060
12061 * varobj.c (create_child): Modify comment.
12062
12063 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12064
12065 * ada-varobj.c (ada_number_of_children): Constify struct varobj *
12066 parameter.
12067 (ada_name_of_variable): Same.
12068 (ada_path_expr_of_child): Same.
12069 (ada_value_of_variable): Same.
12070 (ada_value_is_changeable_p): Same.
12071 (ada_value_has_mutated): Same.
12072 * c-varobj.c (varobj_is_anonymous_child): Same.
12073 (c_is_path_expr_parent): Same.
12074 (c_number_of_children): Same.
12075 (c_name_of_variable): Same.
12076 (c_path_expr_of_child): Same.
12077 (get_type): Same.
12078 (c_value_of_variable): Same.
12079 (cplus_number_of_children): Same.
12080 (cplus_name_of_variable): Same.
12081 (cplus_path_expr_of_child): Same.
12082 (cplus_value_of_variable): Same.
12083 * jv-varobj.c (java_number_of_children): Same.
12084 (java_name_of_variable): Same.
12085 (java_path_expr_of_child): Same.
12086 (java_value_of_variable): Same.
12087 * varobj.c (number_of_children): Same.
12088 (name_of_variable): Same.
12089 (is_root_p): Same.
12090 (varobj_ensure_python_env): Same.
12091 (varobj_get_objname): Same.
12092 (varobj_get_expression): Same.
12093 (varobj_get_display_format): Same.
12094 (varobj_get_display_hint): Same.
12095 (varobj_has_more): Same.
12096 (varobj_get_thread_id): Same.
12097 (varobj_get_frozen): Same.
12098 (dynamic_varobj_has_child_method): Same.
12099 (varobj_get_gdb_type): Same.
12100 (is_path_expr_parent): Same.
12101 (varobj_default_is_path_expr_parent): Same.
12102 (varobj_get_language): Same.
12103 (varobj_get_attributes): Same.
12104 (varobj_is_dynamic_p): Same.
12105 (varobj_get_child_range): Same.
12106 (varobj_value_has_mutated): Same.
12107 (varobj_get_value_type): Same.
12108 (number_of_children): Same.
12109 (name_of_variable): Same.
12110 (check_scope): Same.
12111 (varobj_editable_p): Same.
12112 (varobj_value_is_changeable_p): Same.
12113 (varobj_floating_p): Same.
12114 (varobj_default_value_is_changeable_p): Same.
12115
12116 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12117
12118 * varobj.c (varobj_get_path_expr): Set var->path_expr.
12119 * c-varobj.c (c_path_expr_of_child): Set local var instead of
12120 child->path_expr.
12121 (cplus_path_expr_of_child): Same.
12122
12123 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12124
12125 * mi-cmd-var.c (print_varobj): Free varobj_get_expression
12126 result.
12127 (mi_cmd_var_info_expression): Same.
12128 * varobj.c (varobj_get_expression): Mention in the comment that
12129 the result must by freed by the caller.
12130
12131 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12132
12133 * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
12134 varobj_get_type.
12135 (varobj_update_one): Same.
12136 * varobj.c (update_type_if_necessary): Free curr_type_str and
12137 new_type_str.
12138 (varobj_get_type): Specify in comment that the result needs to be
12139 freed by the caller.
12140
12141 2015-01-29 Doug Evans <dje@google.com>
12142
12143 PR symtab/17890
12144 * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
12145
12146 2015-01-25 Mark Wielaard <mjw@redhat.com>
12147
12148 * dwarf2read.c (checkproducer): Call producer_is_gcc.
12149 * utils.c (producer_is_gcc_ge_4): Likewise.
12150 (producer_is_gcc): New function.
12151 * utils.h (producer_is_gcc): New declaration.
12152
12153 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12154
12155 * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
12156 kind.
12157 * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
12158 parameter by "addr_stack" parameter.
12159 (resolve_dynamic_range): Replace "addr" parameter by
12160 "stack_addr" parameter. Update function documentation.
12161 Update code accordingly.
12162 (resolve_dynamic_array, resolve_dynamic_union)
12163 (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
12164 (resolve_dynamic_type): Update code, following the changes made
12165 to resolve_dynamic_type_internal's interface.
12166 * dwarf2loc.h (struct property_addr_info): New.
12167 (dwarf2_evaluate_property): Replace "address" parameter
12168 by "addr_stack" parameter. Adjust function documentation.
12169 (struct dwarf2_offset_baton): New.
12170 (struct dwarf2_property_baton): Update documentation of
12171 field "referenced_type" to be more general. New field
12172 "offset_info" in union data field.
12173 * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
12174 parameter by "addr_stack" parameter. Adjust code accordingly.
12175 Add support for PROP_ADDR_OFFSET properties.
12176 * dwarf2read.c (attr_to_dynamic_prop): Add support for
12177 DW_AT_data_member_location attributes as well. Use case
12178 statements instead of if/else condition.
12179
12180 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12181
12182 * ada-varobj.c (ada_varobj_get_array_number_of_children):
12183 Return zero if PARENT_VALUE is NULL and parent_type's
12184 range type is dynamic.
12185
12186 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12187
12188 * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
12189 nonzero if the type's subtype is dynamic.
12190 (resolve_dynamic_range): Also resolve the range's subtype.
12191
12192 2015-01-29 Alexander Klimov <alserkli@inbox.ru> (tiny patch)
12193
12194 Pushed by Joel Brobecker <brobecker@adacore.com>.
12195 * symfile.c (unmap_overlay_command): Initialize sec to NULL.
12196
12197 2015-01-27 Doug Evans <dje@google.com>
12198
12199 * NEWS: Mention gdb.Objfile.username.
12200 * python/py-objfile.c (objfpy_get_username): New function.
12201 (objfile_getset): Add "username".
12202
12203 2015-01-24 Mark Wielaard <mjw@redhat.com>
12204
12205 * stack.c (return_command): Markup warning message with _.
12206
12207 2015-01-24 Doug Evans <xdje42@gmail.com>
12208
12209 * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
12210
12211 2015-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12212
12213 Fix 100x slowdown regression on DWZ files.
12214 * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
12215 (struct line_header): Add offset and offset_in_dwz.
12216 (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
12217 (free_line_header_voidp): New declaration.
12218 (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
12219 functions.
12220 (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
12221 (handle_DW_AT_stmt_list): Use line_header_hash.
12222 (free_line_header_voidp): New function.
12223 (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
12224 (dwarf_decode_lines): New parameter decode_mapping, use it.
12225 (dwarf2_free_objfile): Free line_header_hash.
12226
12227 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12228
12229 PR gdb/17416
12230 * valops.c (value_rtti_indirect_type): Catch exception thrown by
12231 value_ind.
12232
12233 2015-01-15 Mark Wielaard <mjw@redhat.com>
12234
12235 * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
12236 DW_AT_noreturn.
12237 * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
12238 calling_convention an 8 bit bit field.
12239 (TYPE_NO_RETURN): New macro.
12240 * infcmd.c (finish_command): Query if function does not return
12241 normally.
12242 * stack.c (return_command): Likewise.
12243
12244 2015-01-23 Pedro Alves <palves@redhat.com>
12245
12246 * linux-nat.c (linux_is_async_p): New macro.
12247 (linux_nat_is_async_p):
12248 (linux_nat_terminal_inferior): Check whether the target can async
12249 instead of whether it is already async.
12250 (linux_nat_terminal_ours): Don't check whether the target is
12251 async.
12252 (linux_async_pipe): Use linux_is_async_p.
12253
12254 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12255
12256 * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
12257 '-ascending'.
12258 * thread.c (tp_array_compar_ascending, tp_array_compar): New.
12259 (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
12260 Sort tp_array using tp_array_compar.
12261 (_initialize_thread): Extend thread_apply_all_command help.
12262
12263 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12264
12265 * corelow.c (core_open): Call also thread_command.
12266 * gdbthread.h (thread_command): New prototype moved from ...
12267 * thread.c (thread_command): ... here.
12268 (thread_command): Make it global.
12269
12270 2015-01-22 Pedro Alves <palves@redhat.com>
12271
12272 * configure.ac [*mingw32*]: Check $curses_found instead of
12273 $prefer_curses.
12274 * configure: Regenerate.
12275 * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
12276 HAVE_NCURSES_NCURSES_H checks.
12277
12278 2015-01-22 Eli Zaretskii <eliz@gnu.org>
12279
12280 * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
12281 fails with the 1st arg NULL, try again with "unknown". Don't test
12282 the "cup" capability: it isn't supported by the Windows port of
12283 ncurses, but the Windows console driver is still capable of
12284 supporting TUI.
12285
12286 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12287
12288 * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
12289
12290 2015-01-22 Eli Zaretskii <eliz@gnu.org>
12291
12292 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
12293 (ALLDEPFILES): Remove irix5-nat.c. These two are part of the
12294 reason that "make TAGS" is broken.
12295
12296 2015-01-22 Chen Gang <gang.chen.5i5j@gmail.com>
12297
12298 * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
12299 and check additional store instructions.
12300
12301 2015-01-21 Wei-cheng Wang <cole945@gmail.com>
12302
12303 * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
12304
12305 2015-01-21 Wei-cheng Wang <cole945@gmail.com>
12306
12307 * ppc-linux-tdep.c (ppc_skip_trampoline_code,
12308 ppc_canonicalize_syscall, ppc_linux_syscall_record,
12309 ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
12310 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12311 * rs6000-tdep.c (rs6000_epilogue_frame_cache,
12312 rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
12313 rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
12314 ppc_process_record_op19, ppc_process_record_op31,
12315 ppc_process_record_op59, ppc_process_record_op60,
12316 ppc_process_record_op63): Likewise.
12317
12318 2015-01-20 Joel Brobecker <brobecker@adacore.com>
12319
12320 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
12321 (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
12322 strerror.
12323
12324 2015-01-20 Wei-cheng Wang <cole945@gmail.com>
12325
12326 * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
12327 ppc_process_record_op31, ppc_process_record_op59,
12328 ppc_process_record_op60, ppc_process_record_op63,
12329 ppc_process_record): Fix -Wformat warning.
12330 * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
12331 Remove unused variables.
12332
12333 2015-01-20 Chen Gang <gang.chen.5i5j@gmail.com>
12334
12335 * MAINTAINERS (Write After Approval): Add "Chen Gang".
12336
12337 2015-01-19 Eli Zaretskii <eliz@gnu.org>
12338
12339 * configure.ac [*mingw32*]: Only add windows-termcap.o to
12340 CONFIG_OBS if not building with a curses library.
12341 * configure: Regenerate.
12342
12343 * windows-termcap.c: Include defs.h. Make the whole body empty if
12344 either one of HAVE_CURSES_H or HAVE_NCURSES_H or
12345 HAVE_NCURSES_NCURSES_H is defined.
12346
12347 2015-01-19 Joel Brobecker <brobecker@adacore.com>
12348
12349 * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
12350 from end of line to start of next line.
12351
12352 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
12353
12354 * ppc-linux-tdep.c (ppc_skip_trampoline_code):
12355 Scan PLT stub backward for reverse debugging.
12356 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12357
12358 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
12359 Ulrich Weigand <uweigand@de.ibm.com>
12360
12361 * configure.tgt (powerpc*-*-linux): Add linux-record.o to
12362 gdb_target_obs.
12363 (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
12364 record.
12365 (ppc_canonicalize_syscall, ppc_linux_syscall_record,
12366 ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
12367 (ppc_linux_init_abi): Set process_record, process_record_signal.
12368 * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
12369 ppc_linux_record_tdep to gdbarch_tdep.
12370 (ppc_process_record): New declaration.
12371 * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
12372 ppc_process_record_op19, ppc_process_record_op31,
12373 ppc_process_record_op59, ppc_process_record_op60,
12374 ppc_process_record_op63, ppc_process_record): New functions.
12375
12376 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
12377
12378 * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
12379 rs6000_in_function_epilogue_frame_p and add an argument
12380 for frame_info.
12381 (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
12382 rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
12383 New functions.
12384 (rs6000_epilogue_frame_unwind): New.
12385 (rs6000_gdbarch_init): Append epilogue unwinder.
12386
12387 2015-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
12388
12389 * nat/linux-personality.c: Replace "#ifndef
12390 HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
12391 !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
12392 systems.
12393
12394 2015-01-16 Eli Zaretskii <eliz@gnu.org>
12395
12396 * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
12397 functions.
12398 (_initialize_tui_win) <border-kind, border-mode>:
12399 <active-border-mode>: Use tui_set_var_cmd as the "set" function.
12400 (tui_set_tab_width_command): Fix the commentary.
12401
12402 * tui/tui-win.h: Add prototype for tui_rehighlight_all.
12403
12404 * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
12405 Doc fix.
12406 (tui_set_tab_width_command): Delete and recreate the source and
12407 the disassembly windows, to show the effect of the changed tab
12408 size immediately.
12409
12410 * tui/tui-data.h (LINE_PREFIX): Make shorter
12411 (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
12412 "Thread NNNNN.XXXX" thread ID notation on Windows.
12413
12414 2015-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12415
12416 Fix gcc-5 compilation.
12417 * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
12418
12419 2015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
12420
12421 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
12422 (linux-personality.o): New rule.
12423 * common/common-defs.h: Include <stdint.h>.
12424 * config/aarch64/linux.mh (NATDEPFILES): Include
12425 linux-personality.o.
12426 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
12427 * config/arm/linux.mh (NATDEPFILES): Likewise.
12428 * config/i386/linux64.mh (NATDEPFILES): Likewise.
12429 * config/i386/linux.mh (NATDEPFILES): Likewise.
12430 * config/ia64/linux.mh (NATDEPFILES): Likewise.
12431 * config/m32r/linux.mh (NATDEPFILES): Likewise.
12432 * config/m68k/linux.mh (NATDEPFILES): Likewise.
12433 * config/mips/linux.mh (NATDEPFILES): Likewise.
12434 * config/pa/linux.mh (NATDEPFILES): Likewise.
12435 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
12436 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
12437 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
12438 * config/s390/linux.mh (NATDEPFILES): Likewise.
12439 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
12440 * config/sparc/linux.mh (NATDEPFILES): Likewise.
12441 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
12442 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
12443 * defs.h: Remove #include <stdint.h> (moved to
12444 common/common-defs.h).
12445 * linux-nat.c: Include nat/linux-personality.h. Remove #include
12446 <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
12447 nat/linux-personality.c).
12448 (linux_nat_create_inferior): Remove code to disable address space
12449 randomization (moved to nat/linux-personality.c). Create cleanup
12450 to disable address space randomization.
12451 * nat/linux-personality.c: New file.
12452 * nat/linux-personality.h: Likewise.
12453
12454 2015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
12455
12456 * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
12457 common/posix-strerror.c.
12458 (posix-strerror.o): New rule.
12459 (mingw-strerror.o): Likewise.
12460 * common/common-utils.h (safe_strerror): Move prototype to here,
12461 from utils.h.
12462 * common/common.host: New file.
12463 * common/mingw-strerror.c: Likewise.
12464 * common/posix-strerror.c: Likewise.
12465 * configure: Regenerated.
12466 * configure.ac: Source common/common.host. Add variable
12467 common_host_obs to gdb_host_obs.
12468 * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
12469 gdb/common/posix-strerror.c when warning about the use of
12470 strerror.
12471 * mingw-hdep.c (safe_strerror): Remove definition; move it to
12472 common/mingw-strerror.c.
12473 * posix-hdep.c (safe_strerror): Remove definition; move it to
12474 common/posix-hdep.c.
12475 * utils.h (safe_strerror): Remove prototype; move to
12476 common/common-utils.h.
12477
12478 2015-01-15 Joel Brobecker <brobecker@adacore.com>
12479
12480 GDB 7.8.2 released.
12481
12482 2015-01-15 Joel Brobecker <brobecker@adacore.com>
12483
12484 * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
12485 ___XA type if the array has already been fixed.
12486
12487 2015-01-14 Yao Qi <yao@codesourcery.com>
12488
12489 * Makefile.in (ppc-linux.o): New rule.
12490 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
12491 * configure.ac: AC_CHECK_FUNCS(getauxval).
12492 * config.in: Re-generated.
12493 * configure: Re-generated.
12494 * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
12495 Declare.
12496 * nat/ppc-linux.c: New file.
12497 * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
12498 Call ppc64_64bit_inferior_p.
12499
12500 2015-01-14 Yao Qi <yao@codesourcery.com>
12501
12502 * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
12503 nat/ppc-linux.h.
12504 (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
12505 (PPC_FEATURE_HAS_DFP): Likewise.
12506 (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
12507 (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
12508 (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
12509 Include "nat/ppc-linux.h".
12510 * nat/ppc-linux.h: New file.
12511 * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
12512
12513 2015-01-14 Pedro Alves <palves@redhat.com>
12514
12515 PR gdb/17525
12516 * breakpoint.c: Include "interps.h".
12517 (bpstat_do_actions_1): Also check whether the interpreter is
12518 async.
12519
12520 2015-01-14 Pedro Alves <palves@redhat.com>
12521
12522 PR cli/17828
12523 * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
12524 reinstall if the interpreter is sync.
12525
12526 2015-01-13 Doug Evans <dje@google.com>
12527
12528 * objfiles.c (objfile_filename): New function.
12529 * objfiles.h (objfile_filename): Declare it.
12530 (objfile_name): Add function comment.
12531 * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
12532 bfd file name (which may be realpath'd), and the original name.
12533
12534 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12535
12536 * NEWS: Create a new section for the next release branch.
12537 Rename the section of the current branch, now that it has
12538 been cut.
12539
12540 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12541
12542 GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
12543 * version.in: Bump version to 7.9.50.DATE-cvs.
12544
12545 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12546
12547 * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
12548 Remove trailing new-line in argument of call to warning.
12549
12550 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12551
12552 * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
12553 new-line in argument of call to "warning".
12554
12555 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12556
12557 * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
12558 in static block, then try searching for primitive types.
12559
12560 2015-01-12 Patrick Palka <patrick@parcs.ath.cx>
12561
12562 * top.h (gdb_add_history): Declare.
12563 * top.c (command_count): New variable.
12564 (gdb_add_history): New function.
12565 (gdb_safe_append_history): New static function.
12566 (quit_force): Call it.
12567 (command_line_input): Use gdb_add_history instead of
12568 add_history.
12569 * event-top.c (command_line_handler): Likewise.
12570
12571 2015-01-12 James Clarke <jrtc27@jrtc27.com> (tiny patch)
12572
12573 PR gdb/17046
12574 * darwin-nat.c: Replace <machine/setjmp.h> #include by
12575 <setjmp.h> #include.
12576
12577 2015-01-11 Doug Evans <xdje42@gmail.com>
12578
12579 * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
12580
12581 2015-01-11 Doug Evans <xdje42@gmail.com>
12582
12583 PR gdb/15830
12584 * NEWS: The "maint demangle" command is renamed as "demangle".
12585 * demangle.c: #include cli/cli-utils.h, language.h.
12586 (demangle_command): New function.
12587 (_initialize_demangle): Add new command "demangle".
12588 * maint.c (maintenance_demangle): Stub out.
12589 (_initialize_maint_cmds): Update help text for "maint demangle",
12590 and mark as deprecated.
12591
12592 2015-01-11 Mark Kettenis <kettenis@gnu.org>
12593
12594 * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
12595 inferior_thread is a function.
12596
12597 2015-01-09 Patrick Palka <patrick@parcs.ath.cx>
12598
12599 * Makefile.in (.y.c): Don't munge yacc's #line
12600 directives.
12601
12602 2015-01-09 Patrick Palka <patrick@parcs.ath.cx>
12603
12604 * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
12605 to prompt for input.
12606 * tui/tui-hooks.c (tui_query_hook): Remove.
12607 (tui_install_hooks): Don't set deprecated_query_hook.
12608 * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
12609 height calculation. Always update the command window's cur_line.
12610
12611 2015-01-09 Pedro Alves <palves@redhat.com>
12612
12613 * breakpoint.c (hardware_breakpoint_inserted_here_p): New
12614 function.
12615 * breakpoint.h (hardware_breakpoint_inserted_here_p): New
12616 declaration.
12617 * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
12618 (linux_resume_one_lwp): Store the thread's PC. Adjust to clear
12619 stop_reason.
12620 (check_stopped_by_watchpoint): New function.
12621 (save_sigtrap): Reimplement.
12622 (linux_nat_stopped_by_watchpoint): Adjust.
12623 (linux_nat_lp_status_is_event): Delete.
12624 (stop_wait_callback): Only call save_sigtrap after storing the
12625 pending status.
12626 (status_callback): If the thread had been stopped for a breakpoint
12627 that has since been removed, discard the event and resume the LWP.
12628 (count_events_callback, select_event_lwp_callback): Use
12629 lwp_status_pending_p instead of linux_nat_lp_status_is_event.
12630 (cancel_breakpoint): Rename to ...
12631 (check_stopped_by_breakpoint): ... this. Record whether the LWP
12632 stopped for a software breakpoint or hardware breakpoint.
12633 (select_event_lwp): Only give preference to the stepping LWP in
12634 all-stop mode. Adjust comments.
12635 (stop_and_resume_callback): Remove references to new_pending_p.
12636 (linux_nat_filter_event): Likewise. Leave exit events of the
12637 leader thread pending here. Handle signal short circuiting here.
12638 Only call save_sigtrap after storing the pending waitstatus.
12639 (linux_nat_wait_1): Remove 'retry' label. Remove references to
12640 new_pending. Don't handle leaving events the caller is not
12641 interested in pending here, nor handle signal short-circuiting
12642 here. Also give equal priority to all LWPs that have had events
12643 in non-stop mode. If reporting a software breakpoint event,
12644 unadjust the LWP's PC.
12645 * linux-nat.h (enum lwp_stop_reason): New.
12646 (struct lwp_info) <stop_pc>: New field.
12647 (struct lwp_info) <stopped_by_watchpoint>: Delete field.
12648 (struct lwp_info) <stop_reason>: New field.
12649 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
12650
12651 2015-01-09 Pedro Alves <palves@redhat.com>
12652
12653 * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
12654 Set the LWP's 'resumed' flag.
12655
12656 2015-01-09 Pedro Alves <palves@redhat.com>
12657
12658 * linux-nat.c (linux_resume_one_lwp): New function.
12659 (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
12660 (linux_nat_resume): Use lwp_status_pending_p and
12661 linux_resume_one_lwp.
12662 (linux_handle_syscall_trap): Use linux_resume_one_lwp.
12663 (linux_handle_extended_wait): Use linux_resume_one_lwp.
12664 (status_callback, running_callback): Use lwp_status_pending_p.
12665 (lwp_status_pending_p): New function.
12666 (stop_and_resume_callback): Use lwp_status_pending_p.
12667 (linux_nat_filter_event): Use linux_resume_one_lwp.
12668 (linux_nat_wait_1): Always use status_callback to look for an LWP
12669 with a pending status. Use linux_resume_one_lwp.
12670 (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
12671 linux_resume_one_lwp.
12672
12673 2015-01-09 Pedro Alves <palves@redhat.com>
12674
12675 * breakpoint.c (bp_location_inserted_here_p): New function,
12676 factored out from ...
12677 (breakpoint_inserted_here_p): ... here. Use
12678 ALL_BP_LOCATIONS_AT_ADDR.
12679 (software_breakpoint_inserted_here_p): Use
12680 bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
12681
12682 2014-01-09 Pedro Alves <palves@redhat.com>
12683
12684 Skip enabling event reporting if the kernel supports
12685 PTRACE_EVENT_CLONE.
12686 * linux-thread-db.c: Include "nat/linux-ptrace.h".
12687 (thread_db_use_events): New function.
12688 (try_thread_db_load_1): Check thread_db_use_events before enabling
12689 event reporting.
12690 (update_thread_state): New function.
12691 (attach_thread): Use it. Check thread_db_use_events before
12692 enabling event reporting.
12693 (thread_db_detach): Check thread_db_use_events before disabling
12694 event reporting.
12695 (find_new_threads_callback): Check thread_db_use_events before
12696 enabling event reporting. Update the thread's state if not using
12697 libthread_db events.
12698
12699 2015-01-09 Pedro Alves <palves@redhat.com>
12700
12701 * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
12702 about to wait for is > 0.
12703 * linux-thread-db.c (find_new_threads_callback): Ignore thread if
12704 the kernel thread ID is -1.
12705
12706 2015-01-09 Pedro Alves <palves@redhat.com>
12707
12708 * linux-nat.c (attach_proc_task_lwp_callback): New function.
12709 (linux_nat_attach): Use linux_proc_attach_tgid_threads.
12710 (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
12711 ptrace option flags.
12712 * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
12713 field.
12714 * nat/linux-procfs.c: Include <dirent.h>.
12715 (linux_proc_get_int): New parameter "warn". Handle it.
12716 (linux_proc_get_tgid): Adjust.
12717 (linux_proc_get_tracerpid): Rename to ...
12718 (linux_proc_get_tracerpid_nowarn): ... this.
12719 (linux_proc_pid_get_state): New function, factored out from
12720 (linux_proc_pid_has_state): ... this. Add new parameter "warn"
12721 and handle it.
12722 (linux_proc_pid_is_gone): New function.
12723 (linux_proc_pid_is_stopped): Adjust.
12724 (linux_proc_pid_is_zombie_maybe_warn)
12725 (linux_proc_pid_is_zombie_nowarn): New functions.
12726 (linux_proc_pid_is_zombie): Use
12727 linux_proc_pid_is_zombie_maybe_warn.
12728 (linux_proc_attach_tgid_threads): New function.
12729 * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
12730 (linux_proc_get_tracerpid): Rename to ...
12731 (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
12732 (linux_proc_pid_is_gone): New declaration.
12733 (linux_proc_pid_is_zombie): Update comment.
12734 (linux_proc_pid_is_zombie_nowarn): New declaration.
12735 (linux_proc_attach_lwp_func): New typedef.
12736 (linux_proc_attach_tgid_threads): New declaration.
12737 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
12738 use nowarn functions.
12739 (linux_ptrace_attach_fail_reason_string): Move here from
12740 gdbserver/linux-low.c and rename.
12741 (ptrace_supports_feature): If the current ptrace options are not
12742 known yet, check them now, instead of asserting.
12743 * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
12744 Declare.
12745
12746 2015-01-09 Pedro Alves <palves@redhat.com>
12747
12748 * linux-thread-db.c (thread_db_find_new_threads_silently)
12749 (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
12750 (find_new_threads_once): Print debug output on gdb_stdlog.
12751
12752 2015-01-09 Chen Gang <gang.chen.5i5j@gmail.com>
12753 Pedro Alves <palves@redhat.com>
12754
12755 * compile/compile.c: Include "gdb_wait.h".
12756 (do_rmdir): Check return value, and free 'zap'.
12757
12758 2015-01-08 Pedro Alves <palves@redhat.com>
12759 Yao Qi <yao@codesourcery.com>
12760
12761 * dwarf2loc.c (indirect_pieced_value): Don't call
12762 gdb_sign_extend. Call extract_signed_integer instead.
12763 * utils.c (gdb_sign_extend): Remove.
12764 * utils.h (gdb_sign_extend): Remove declaration.
12765
12766 2015-01-07 Pierre Muller <muller@sourceware.org>
12767
12768 PR symtab/17811
12769 * stabsread.c (define_symbol): Set language for C++ special symbols.
12770
12771 2015-01-07 Patrick Palka <patrick@parcs.ath.cx>
12772
12773 * inflow.c (initial_gdb_ttystate): Tweak comment.
12774
12775 2015-01-07 Joel Brobecker <brobecker@adacore.com>
12776
12777 * inflow.c (set_initial_gdb_ttystate): Add empty line after
12778 comment documenting function.
12779
12780 2015-01-07 Patrick Palka <patrick@parcs.ath.cx>
12781
12782 * terminal.h (set_initial_gdb_ttystate): Declare.
12783 * inflow.c (initial_gdb_ttystate): New static variable.
12784 (set_initial_gdb_ttystate): New setter.
12785 (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
12786 instead of our current terminal state.
12787 * top.c (gdb_init): Call set_initial_gdb_ttystate.
12788
12789 2015-01-07 Joel Brobecker <brobecker@adacore.com>
12790
12791 * guile/scm-type.c (tyscm_array_1): Add comment.
12792 * python/py-type.c (typy_array_1): Add comment.
12793
12794 2015-01-06 Joel Brobecker <brobecker@adacore.com>
12795
12796 * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
12797 error if N2 is equal to N1 - 1.
12798
12799 2015-01-06 Joel Brobecker <brobecker@adacore.com>
12800
12801 * python/py-type.c (typy_array_1): Do not raise negative-length
12802 exception if N2 is equal to N1 - 1.
12803
12804 2015-01-03 Doug Evans <xdje42@gmail.com>
12805
12806 * c-exp.y: Whitespace cleanup.
12807 (classify_inner_name): Remove extra ;.
12808
12809 2015-01-02 Maciej W. Rozycki <macro@codesourcery.com>
12810
12811 * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
12812 offset signed.
12813
12814 2015-01-02 Doug Evans <dje@google.com>
12815
12816 * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
12817
12818 2015-01-02 Doug Evans <dje@google.com>
12819
12820 * symtab.h (struct symbol): Fix typo in comment.
12821
12822 2015-01-01 Joel Brobecker <brobecker@adacore.com>
12823
12824 Update year range in copyright notice of all files.
12825
12826 2015-01-01 Joel Brobecker <brobecker@adacore.com>
12827
12828 * top.c (print_gdb_version): Update copyright year to 2015.
12829
12830 2015-01-01 Joel Brobecker <brobecker@adacore.com>
12831
12832 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
12833
12834 For older changes see ChangeLog-2014.
12835 \f
12836 Local Variables:
12837 mode: change-log
12838 left-margin: 8
12839 fill-column: 74
12840 version-control: never
12841 coding: utf-8
12842 End: