Add cast in nto-tdep.c
[binutils-gdb.git] / gdb / ChangeLog
1 2015-10-22 Simon Marchi <simon.marchi@ericsson.com>
2
3 * nto-tdep.c (nto_inferior_data): Add cast.
4
5 2015-10-22 Pedro Alves <palves@redhat.com>
6
7 * windows-nat.c (do_initial_windows_stuff): Rewrite loop using
8 windows_wait and windows_resume directly instead of
9 wait_for_inferior and resume.
10
11 2015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
12
13 * xtensa-tdep.h (XTREG): Add casts.
14 (XTREG_END): Likewise.
15
16 2015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
17
18 * solib-spu.c (spu_bfd_iovec_pread): Add (gdb_byte *) cast.
19
20 2015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
21
22 * rs6000-tdep.c (variants): Add (enum bfd_architecture) cast.
23
24 2015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
25
26 * mips-linux-tdep.c (mips64_linux_get_longjmp_target): Change type of
27 buf to gdb_byte*.
28 (supply_32bit_reg): Add cast.
29 (mips64_fill_gregset): Likewise.
30
31 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
32
33 PR python/18073
34 * python/py-type.c (typy_get_composite): Allow returning a
35 function type.
36
37 2015-10-21 Keven Boell <keven.boell@intel.com>
38
39 * dwarf2read.c (set_die_type): Add read of
40 DW_AT_allocated and DW_AT_associated.
41 * f-typeprint.c: New include of typeprint.h
42 (f_print_type): Add check for allocated/associated
43 status of type.
44 (f_type_print_varspec_suffix): Add check for
45 * gdbtypes.c (create_array_type_with_stride):
46 Add check for valid data location of type in
47 case allocated or associated attributes are set.
48 Length of an array should be only calculated if
49 allocated or associated is resolved as true.
50 (is_dynamic_type_internal): Add check for allocated/
51 associated.
52 (resolve_dynamic_array): Evaluate allocated/associated
53 properties.
54 * gdbtypes.h (enum dynamic_prop_node_kind): <DYN_PROP_ALLOCATED>
55 <DYN_PROP_ASSOCIATED>: New enums.
56 (TYPE_ALLOCATED_PROP, TYPE_ASSOCIATED_PROP): New macros.
57 (type_not_allocated): New function.
58 (type_not_associated): New function.
59 * valarith.c (value_subscripted_rvalue): Add check for
60 allocated/associated.
61 * valprint.c: New include of typeprint.h.
62 (valprint_check_validity): Add check for allocated/associated.
63 (value_check_printable): Add check for allocated/
64 associated.
65 * typeprint.h (val_print_not_allocated): New function.
66 (val_print_not_associated): New function.
67 * typeprint.c (val_print_not_allocated): New function.
68 (val_print_not_associated): New function.
69
70 2015-10-21 Antoine Tremblay <antoine.tremblay@ericsson.com>
71
72 * Makefile.in: Add arm.c/o.
73 * arch/arm.c: New file.
74 * arch/arm.h: (IS_THUMB_ADDR): Move macro from arm-tdep.c.
75 (MAKE_THUMB_ADDR): Likewise.
76 (UNMAKE_THUMB_ADDR): Likewise.
77 * arm-tdep.c (int thumb_insn_size): Move to arm.c.
78 (IS_THUMB_ADDR): Move to arm.h.
79 (MAKE_THUMB_ADDR): Likewise.
80 (UNMAKE_THUMB_ADDR): Likewise.
81 * configure.tgt: Add arm.o to all ARM configs.
82
83 2015-10-21 Yao Qi <yao.qi@linaro.org>
84
85 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
86 Remove argument exp_vCont_s.
87 * gdb.base/range-stepping.exp: Callers updated.
88 * gdb.trace/range-stepping.exp: Likewise.
89
90 2015-10-21 Aleksandar Ristovski <aristovski@qnx.com>
91
92 * gdb/nto-tdep.c (QNX_NOTE_NAME, QNX_INFO_SECT_NAME): New defines.
93 (nto_sniff_abi_note_section): New function.
94 (nto_elf_osabi_sniffer): Use new function to recognize nto specific
95 binary.
96
97 2015-10-21 Aleksandar Ristovski <aristovski@qnx.com>
98
99 * nto-procfs.c (procfs_wait): Set stopped_flags nad stopped_pc.
100 (procfs_stopped_by_watchpoint): Use flags stored in inferior data.
101 * nto-tdep.c (nto_new_inferior_data_reg): New definition.
102 (nto_new_inferior_data, nto_inferior_data_cleanup, nto_inferior_data):
103 New functions.
104 (_initialize_nto_tdep): New forward declaration, new function.
105 * nto-tdep.h (struct nto_inferior_data): New struct.
106 (nto_inferior_data): New function declaration.
107
108 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
109
110 * findvar.c (address_from_register): Check REGNUM validity.
111
112 2015-10-20 Aleksandar Ristovski <aristovski@qnx.com>
113
114 * gdb/nto-procfs.c (procfs_pid_to_exec_file): New function.
115 (init_procfs_targets): Wire new function.
116
117 2015-10-20 Aleksandar Ristovski <aristovski@qnx.com>
118
119 * nto-procfs.c (sys/auxv.h): Include.
120 (procfs_xfer_partial): Implement TARGET_OBJECT_AUXV.
121 * nto-tdep.c (nto_read_auxv_from_initial_stack): New function.
122 * nto-tdep.h (nto_read_auxv_from_initial_stack): New declaration.
123
124 2015-10-20 Aleksandar Ristovski <aristovski@qnx.com>
125
126 * nto-procfs.c (nto_procfs_path): Rename to...
127 (nodestr): ... this, and change type.
128 (nto_node): Use new variable and logic accordingly.
129 (procfs_open_1): Use new variable name. Use local buffer to construct
130 procfrs path.
131 (procfs_pidlist): Use NODESTR to construct procfs path.
132 (procfs_files_info): Use NODESTR to output meaningful text.
133 (do_attach): Construct procfs using NODESTR.
134 (procfs_create_inferior): Compare pointer to NULL.
135
136 2015-10-19 Josh Stone <jistone@redhat.com>
137
138 * linux-nat.c (linux_handle_syscall_trap): Always update entry/
139 return state, even when not actively catching syscalls at all.
140 (linux_handle_extended_wait): Mark syscall_state like an entry.
141 (wait_lwp): Set syscall_state ignored for other traps.
142 (linux_nat_filter_event): Likewise.
143
144 2015-10-19 Luis Machado <lgustavo@codesourcery.com>
145
146 * remote.c (remote_wait_as): Set rs->waiting_for_stop_reply to 0
147 when handling 'E', 'T', 'S', 'X' and 'W' packets.
148 Do not set rs->waiting_for_stop_reply back to 1.
149
150 2015-10-16 Aleksandar Ristovski <aristovski@qnx.com>
151
152 * nto-procfs.c (common/filestuff.h): Include.
153 (procfs_can_use_hw_breakpoint): Fix enum name.
154 (procfs_open_1): Fix compiler warning.
155 (procfs_pidlist): Make static.
156 (procfs_meminfo): Make static, fix type name, add missing argument.
157 (procfs_store_registers): Make static.
158 (procfs_thread_info): Remove unused function.
159 (_initialize_procfs): Forward declare.
160
161 2015-10-16 Yao Qi <yao.qi@arm.com>
162
163 * MAINTAINERS: Update my email address.
164
165 2015-10-15 Yao Qi <yao.qi@linaro.org>
166
167 * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint):
168 Call gdbarch_breakpoint_from_pc to instruction length.
169 (aarch64_linux_remove_hw_breakpoint): Likewise.
170 * common/common-regcache.h (regcache_register_size): Declare.
171 * nat/aarch64-linux-hw-point.c: Include "common-regcache.h".
172 (aarch64_point_is_aligned): Set alignment to 2 for breakpoint if
173 the process is 32bit, otherwise set alignment to 4.
174 (aarch64_handle_breakpoint): Update comments.
175 * regcache.c (regcache_register_size): New function.
176
177 2015-10-15 Aleksandar Ristovski <aristovski@qnx.com>
178
179 * gdbarch.sh (core_regset_section): Remove.
180 * gdbarch.h: Regenerate.
181
182 2015-10-14 Yao Qi <yao.qi@linaro.org>
183
184 * arch/aarch64-insn.h (struct aarch64_memory_operand): Move enum
185 out of it.
186 (enum aarch64_memory_operand_type): New.
187
188 2015-10-13 David Edelsohn <dje.gcc@gmail.com>
189
190 * xcoffread.c (dwarf2_xcoff_names): Add .dwmac and .dwpbtyp.
191
192 2015-10-13 Pedro Alves <palves@redhat.com>
193
194 * ada-lang.c (ada_enum_name): Constify local.
195 * ada-typeprint.c (print_range_bound): Constify locals.
196 * c-varobj.c (c_describe_child): Likewise.
197 * cli/cli-setshow.c (do_set_command): Likewise.
198 * gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
199 * dwarf2read.c (find_file_and_directory): Likewise.
200 (anonymous_struct_prefix, dwarf2_name): Likewise.
201 * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
202 * go-lang.c (unpack_mangled_go_symbol): Likewise.
203 * jv-typeprint.c (java_type_print_base): Likewise.
204 * ser-tcp.c (net_open): Likewise.
205 * symfile.c (deduce_language_from_filename): Likewise.
206 * symtab.c (gdb_mangle_name): Likewise.
207 * tui/tui-io.c (tui_redisplay_readline): Likewise.
208
209 2015-10-13 Pedro Alves <palves@redhat.com>
210
211 * infrun.c (restore_execution_direction): New function.
212 (fetch_inferior_event): Use it instead of
213 make_cleanup_restore_integer.
214 (execution_direction): Change type to enum
215 exec_direction_kind.
216 * infrun.h (execution_direction): Likewise.
217
218 2015-10-13 Pedro Alves <palves@redhat.com>
219
220 * ada-lang.c (ada_value_primitive_packed_val): Constify
221 locals. Use value_contents_writeable. Remove casts.
222
223 2015-10-13 Pedro Alves <palves@redhat.com>
224
225 * ada-lang.c (ada_value_primitive_packed_val): Add casts to malloc
226 and alloca calls.
227
228 2015-10-13 Simon Marchi <simon.marchi@polymtl.ca>
229
230 * lm32-tdep.c (lm32_push_dummy_call): Replace call to
231 write_memory with write_memory_unsigned_integer.
232
233 2015-10-13 Simon Marchi <simon.marchi@polymtl.ca>
234
235 * solib-dsbt.c (cmp_name): Constify arguments.
236 * solib-frv.c (cmp_name): Likewise.
237 * solib-svr4.c (svr4_create_solib_event_breakpoints): Likewise.
238 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Likewise.
239 (bfd_lookup_symbol_from_dyn_symtab): Likewise.
240 (gdb_bfd_lookup_symbol): Likewise.
241 * solib.h (gdb_bfd_lookup_symbol): Likewise.
242 (gdb_bfd_lookup_symbol_from_symtab): Likewise.
243
244 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
245
246 * stack.c (parse_frame_specification): Remove message parameter,
247 replace with fixed string in function body, update function
248 comment.
249 (frame_info): Remove message to parse_frame_specification.
250 (select_frame_command): Likewise.
251
252 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
253
254 * stack.c (parse_frame_specification): Delete.
255 (parse_frame_specification_1): Rename to
256 parse_frame_specification.
257 (frame_info): Use parse_frame_specification.
258 (select_frame_command): Likewise.
259 (return_command): Use select_frame and print_stack_frame rather
260 than frame_command and select_frame_command.
261 (func_command): Use get_current_frame rather than
262 parse_frame_specification.
263
264 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
265
266 * stack.c (func_command): Return early when there is no ARG
267 string.
268
269 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
270
271 * stack.c: Include safe-ctype.h not ctype.h.
272 (parse_frame_specification): Use ISSPACE not isspace.
273 (backtrace_command): Use TOLOWER not tolower.
274
275 2015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
276
277 * mep-tdep.c (current_me_module): Add cast.
278 (mep_gdbarch_init): Likewise.
279
280 2015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
281
282 * m32c-tdep.c (m32c_move_reg_t): Replace with...
283 (m32c_write_reg_t): ...this and...
284 (m32c_read_reg_t): ...this.
285 (struct m32c_reg): Update types of read and write.
286 (m32c_raw_read): Change declaration type to m32c_read_reg_t and
287 adjust definition.
288 (m32c_banked_read): Likewise.
289 (m32c_sb_read): Likewise.
290 (m32c_part_read): Likewise.
291 (m32c_cat_read): Likewise.
292 (m32c_r3r2r1r0_read): Likewise.
293 (m32c_raw_write): Change declaration type to m32c_write_reg_t
294 and adjust definition.
295 (m32c_banked_write): Likewise.
296 (m32c_sb_write): Likewise.
297 (m32c_part_write): Likewise.
298 (m32c_cat_write): Likewise.
299 (m32c_r3r2r1r0_write): Likewise.
300
301 2015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
302
303 * aarch64-linux-tdep.c (aarch64_linux_syscall_record): Add cast.
304
305 2015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
306
307 * aarch64-linux-tdep.c (aarch64_canonicalize_syscall): Return
308 gdb_sys_no_syscall instead of -1.
309
310 2015-10-12 Yao Qi <yao.qi@linaro.org>
311
312 * NEWS: Mention the change.
313
314 2015-10-12 Yao Qi <yao.qi@linaro.org>
315
316 * arch/aarch64-insn.c (emit_load_store): Rename to ...
317 (aarch64_emit_load_store): ... it. All callers updated.
318
319 2015-10-12 Yao Qi <yao.qi@linaro.org>
320
321 * arch/aarch64-insn.c (emit_insn): Rename to ...
322 (aarch64_emit_insn): ... it. All callers updated.
323
324 2015-10-12 Yao Qi <yao.qi@linaro.org>
325
326 * aarch64-linux-tdep.c: Include arch-utils.h.
327 (aarch64_linux_init_abi): Call set_gdbarch_max_insn_length,
328 set_gdbarch_displaced_step_copy_insn,
329 set_gdbarch_displaced_step_fixup,
330 set_gdbarch_displaced_step_free_closure,
331 set_gdbarch_displaced_step_location,
332 and set_gdbarch_displaced_step_hw_singlestep.
333 * aarch64-tdep.c (struct displaced_step_closure): New.
334 (struct aarch64_displaced_step_data): New.
335 (aarch64_displaced_step_b): New function.
336 (aarch64_displaced_step_b_cond): Likewise.
337 (aarch64_register): Likewise.
338 (aarch64_displaced_step_cb): Likewise.
339 (aarch64_displaced_step_tb): Likewise.
340 (aarch64_displaced_step_adr): Likewise.
341 (aarch64_displaced_step_ldr_literal): Likewise.
342 (aarch64_displaced_step_others): Likewise.
343 (aarch64_displaced_step_copy_insn): Likewise.
344 (aarch64_displaced_step_fixup): Likewise.
345 (aarch64_displaced_step_hw_singlestep): Likewise.
346 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): New macro.
347 (aarch64_displaced_step_copy_insn): Declare.
348 (aarch64_displaced_step_fixup): Declare.
349 (aarch64_displaced_step_hw_singlestep): Declare.
350 * arch/aarch64-insn.c (emit_insn): Moved from
351 gdbserver/linux-aarch64-low.c.
352 (emit_load_store): Likewise.
353 * arch/aarch64-insn.h (enum aarch64_opcodes): Moved from
354 gdbserver/linux-aarch64-low.c.
355 (struct aarch64_register): Likewise.
356 (struct aarch64_memory_operand): Likewise.
357 (ENCODE): Likewise.
358 (can_encode_int32): New macro.
359 (emit_b, emit_bcond, emit_cb, emit_ldr, emit_ldrsw): Likewise.
360 (emit_tb, emit_nop): Likewise.
361 (emit_insn): Declare.
362 (emit_load_store): Declare.
363
364 2015-10-12 Yao Qi <yao.qi@linaro.org>
365
366 * arch/aarch64-insn.c (aarch64_decode_ldr_literal): Moved from
367 gdbserver/linux-aarch64-low.c.
368 (aarch64_relocate_instruction): Likewise.
369 * arch/aarch64-insn.h (aarch64_decode_ldr_literal): Declare.
370 (struct aarch64_insn_data): Moved from
371 gdbserver/linux-aarch64-low.c.
372 (struct aarch64_insn_visitor): Likewise.
373 (aarch64_relocate_instruction): Declare.
374
375 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
376
377 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT>: If
378 EVAL_AVOID_SIDE_EFFECTS mode, forward the VALUE_LVAL attribute
379 to the returned value.
380
381 2015-10-09 Joel Brobecker <brobecker@adacore.com>
382
383 * ada-lang.c (ada_unpack_from_contents): Add guard that unpacked
384 is large enough for BIT_SIZE. Update function comment.
385
386 2015-10-09 Joel Brobecker <brobecker@adacore.com>
387
388 * ada-lang.c (ada_value_primitive_packed_val): Move
389 src_len variable to local block where used. Override
390 BIT_SIZE if bigger than size of resolved type.
391
392 2015-10-09 Joel Brobecker <brobecker@adacore.com>
393
394 * gdbtypes.h (is_scalar_type): Add extern declaration.
395 * gdbtypes.c (is_scalar_type): Make non-static.
396 * ada-lang.c (ada_value_primitive_packed_val): Use is_scalar_type
397 to compute IS_SCALAR instead of doing it ourselves.
398
399 2015-10-09 Joel Brobecker <brobecker@adacore.com>
400
401 * ada-lang.c (ada_value_primitive_packed_val): Rework handling
402 of case where TYPE is dynamic.
403
404 2015-10-09 Joel Brobecker <brobecker@adacore.com>
405
406 * ada-lang.c (ada_unpack_from_contents): New function,
407 extracted from ada_value_primitive_packed_val.
408 (ada_value_primitive_packed_val): Replace extracted out code
409 by call to ada_unpack_from_contents.
410
411 2015-10-09 Joel Brobecker <brobecker@adacore.com>
412
413 * ada-lang.c (ada_value_primitive_packed_val): Reorder local
414 variable declarations.
415
416 2015-10-09 Joel Brobecker <brobecker@adacore.com>
417
418 * ada-lang.c (ada_value_primitive_packed_val): Change the type
419 of local variables src and unpacked to "gdb_type *" instead of
420 "unsigned char *".
421
422 2015-10-09 Joel Brobecker <brobecker@adacore.com>
423
424 * ada-lang.c (ada_value_primitive_packed_val): Make the name
425 of various local variables more explicit and consistent.
426 No real code change otherwise.
427
428 2015-10-09 Simon Marchi <simon.marchi@ericsson.com>
429
430 * i386-tdep.h (struct gdbarch_tdep): Change type of
431 register_reggroup_p to gdbarch_register_reggroup_p_ftype.
432
433 2015-10-09 Simon Marchi <simon.marchi@ericsson.com>
434
435 * cris-tdep.c (struct instruction_environment): Change type of
436 byte_order to enum bfd_endian.
437
438 2015-10-09 Simon Marchi <simon.marchi@ericsson.com>
439
440 * arm-linux-tdep.c (arm_canonicalize_syscall): Add
441 enum gdb_syscall casts.
442
443 2015-10-09 Simon Marchi <simon.marchi@ericsson.com>
444
445 * aarch64-tdep.c (stack_item_t): Change type of data to gdb_byte*.
446 * arm-tdep.c (struct stack_item): Likewise.
447 (push_stack_item): Add gdb_byte* cast.
448 * avr-tdep.c (struct stack_item): Change type of data to gdb_byte*.
449 (push_stack_item): Add gdb_byte* cast.
450 * cli/cli-dump.c (dump_memory_to_file): Change type of buf to gdb_byte*
451 and add cast.
452 * cris-tdep.c (struct stack_item): Change type of data to gdb_byte*.
453 (push_stack_item): Add gdb_byte* cast.
454 * gcore.c (gcore_copy_callback): Change type of memhunk to gdb_byte* and
455 add cast.
456 * gdbtypes.h (print_scalar_formatted): Change type of first parameter to
457 gdb_byte*.
458 * h8300-tdep.c (h8300_extract_return_value): Change type of valbuf to
459 gdb_byte* and remove unnecessary cast.
460 (h8300h_extract_return_value): Likewise.
461 (h8300_store_return_value): Change type of valbuf to gdb_byte*.
462 (h8300h_store_return_value): Likewise.
463 * iq2000-tdep.c (iq2000_extract_return_value): Change type of valbuf to
464 gdb_byte* and remove unnecessary cast.
465 * jit.c (jit_reader_try_read_symtab): Change type of gdb_mem to gdb_byte*
466 and add cast.
467 * m32r-tdep.c (m32r_store_return_value): Change type of valbuf to
468 gdb_byte* and remove unnecessary cast.
469 (m32r_extract_return_value): Change type of dst to gdb_byte* and remove
470 valbuf.
471 * mep-tdep.c (mep_pseudo_cr32_read): Change type of buf to gdb_byte*.
472 (mep_pseudo_cr64_read): Likewise.
473 (mep_pseudo_csr_write): Likewise.
474 (mep_pseudo_cr32_write): Likewise.
475 (mep_pseudo_cr64_write): Likewise.
476 * mi/mi-main.c (mi_cmd_data_write_memory): Change type of buffer to
477 gdb_byte* and add cast.
478 * moxie-tdep.c (moxie_store_return_value): Change type of valbuf to
479 gdb_byte* and remove unnecessary cast.
480 (moxie_extract_return_value): Change type of dst to gdb_byte* and remove
481 valbuf.
482 * p-valprint.c (print_scalar_formatted): Change type of valaddr to
483 gdb_byte*.
484 * printcmd.c (void): Likewise.
485 * python/py-inferior.c (infpy_read_memory): Change type of buffer to
486 gdb_byte* and add cast.
487 (infpy_write_memory): Likewise.
488 (infpy_search_memory): Likewise.
489 * regcache.c (regcache_raw_write_signed): Change type of buf to gdb_byte*
490 and add cast.
491 (regcache_raw_write_unsigned): Likewise.
492 (regcache_cooked_write_signed): Likewise.
493 (regcache_cooked_write_unsigned): Likewise.
494 * sh64-tdep.c (h64_extract_return_value): Change type of valbuf to
495 gdb_byte*.
496
497 2015-10-09 Simon Marchi <simon.marchi@ericsson.com>
498
499 * fbsd-tdep.c (fbsd_collect_regset_section_cb): Add cast.
500 * linux-tdep.c (linux_collect_regset_section_cb_data): Likewise.
501
502 2015-10-09 Eli Zaretskii <eliz@gnu.org>
503
504 * stack.c (print_stack_frame):
505 * utils.c (printchar): Fix typos in commentary.
506
507 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
508
509 * d-exp.y: (UnaryExpression): Support `type.sizeof' expressions.
510 (PostfixExpression): Support `expr.sizeof' expressions.
511 (PrimaryExpression): Support `typeof(expr)' expressions.
512
513 2015-10-08 Maciej W. Rozycki <macro@imgtec.com>
514
515 * MAINTAINERS: Update my email address.
516
517 2015-10-08 Markus Metzger <markus.t.metzger@intel.com>
518
519 * record-btrace.c (record_btrace_resume): Fix void return.
520
521 2015-10-07 Yao Qi <yao.qi@linaro.org>
522
523 * aarch64-tdep.c: Include opcode/aarch64.h.
524 (submask): Move it above.
525 (bit): Likewise.
526 (bits): Likewise.
527 (aarch64_software_single_step): Call aarch64_decode_insn.
528 Decode instruction by aarch64_inst instead of using
529 aarch64_decode_bcond and decode_masked_match.
530
531 2015-10-06 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
532
533 * cli/cli-dump.c (restore_command): Parse load_offset (bias) as address
534 only when the file is binary.
535
536 2015-10-02 James Bowman <james.bowman@ftdichip.com>
537
538 * ft32-tdep.c (ft32_analyze_prologue): Add function prolog
539 subroutine handling.
540
541 2015-10-01 Simon Marchi <simon.marchi@ericsson.com>
542
543 * common/vec.h (VEC_OP (T,cleanup)): Add pointer cast.
544
545 2015-09-30 Doug Evans <dje@google.com>
546
547 * dwarf2read.c (setup_type_unit_groups): Add comment.
548
549 2015-09-30 Pedro Alves <palves@redhat.com>
550
551 * linux-nat.c (linux_nat_always_non_stop_p): Always return 1.
552 * x86-linux-nat.c (x86_linux_always_non_stop_p): Delete.
553 (x86_linux_create_target): Don't install
554 x86_linux_always_non_stop_p.
555
556 2015-09-30 Don Breazeal <donb@codesourcery.com>
557
558 * remote.c (remote_parse_stop_reply): Call strprefix instead
559 of strncmp.
560
561 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
562
563 * gdbarch.sh (struct gdbarch_info): Change tdep_info's type to void *.
564 * gdbarch.h: Regenerate.
565 * i386-tdep.c (i386_gdbarch_init): Remove cast to
566 struct gdbarch_tdep_info *.
567 * mips-tdep.c (mips_gdbarch_init): Likewise.
568 * ppc-linux-tdep (ppu2spu_sniffer): Likewise.
569 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
570 * spu-multiarch.c (spu_gdbarch): Likewise.
571
572 2015-09-30 Kevin Buettner <kevinb@redhat.com>
573
574 * infcmd.c (finish_command_fsm_should_stop): Don't attempt to
575 record a NULL value.
576
577 2015-09-29 Kevin Buettner <kevinb@redhat.com>
578
579 * msp430-tdep.c (msp430_push_dummy_call): Treat reference, struct,
580 and union arguments the same as pointer arguments when determining
581 size of argument.
582
583 2015-09-29 James Bowman <james.bowman@ftdichip.com>
584
585 * ft32-tdep.c: #include "opcode/ft32.h".
586 Delete local macros IS_PUSH, PUSH_REG, IS_LINK, LINK_SIZE.
587 (ft32_analyze_prologue): Use FT32_* macros.
588
589 2015-09-28 Simon Marchi <simon.marchi@ericsson.com>
590
591 * cli/cli-script.c (read_next_line): Fix stdout -> stdin in
592 comment.
593
594 2015-09-28 Doug Evans <dje@google.com>
595
596 * MAINTAINERS: Add Iain Buclaw as D language maintainer.
597
598 2015-09-28 Doug Evans <dje@google.com>
599
600 * common/filestuff.c (make_cleanup_close): Update comment.
601
602 2015-09-26 Simon Marchi <simon.marchi@polymtl.ca>
603
604 * btrace.c (parse_xml_btrace_block): Fix cast of
605 xml_find_attribute's return value.
606 * memory-map.c (memory_map_start_memory): Likewise.
607 * solib-svr4.c (library_list_start_library): Likewise.
608 * solib-target.c (library_list_start_segment): Likewise.
609 (library_list_start_section): Likewise.
610 * tracepoint.c (traceframe_info_start_memory): Likewise.
611
612 2015-09-26 Iain Buclaw <ibuclaw@gdcproject.org>
613
614 * d-namespace.c (d_lookup_symbol): New arg langdef.
615 All callers updated. Support looking up symbol as a primitive type.
616 (lookup_module_scope): New arg langdef. All callers updated.
617 Call d_lookup_symbol directly for simple bare symbols.
618
619 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
620
621 * macrocmd.c (print_macro_callback): Add cast(s).
622 * macrotab.c (macro_bcache_str): Likewise.
623 (new_macro_definition): Likewise.
624 * main.c (captured_main): Likewise.
625 * maint.c (print_bfd_section_info): Likewise.
626 * mdebugread.c (mdebug_build_psymtabs): Likewise.
627 (basic_type): Likewise.
628 * memattr.c (mem_region_cmp): Likewise.
629 * memory-map.c (memory_map_start_memory): Likewise.
630 (memory_map_end_memory): Likewise.
631 (memory_map_start_property): Likewise.
632 (memory_map_end_property): Likewise.
633 (clear_result): Likewise.
634 * memrange.c (compare_mem_ranges): Likewise.
635 * mep-tdep.c (mep_analyze_frame_prologue): Likewise.
636 * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Likewise.
637 * mi/mi-console.c (mi_console_file_delete): Likewise.
638 (mi_console_file_fputs): Likewise.
639 (mi_console_raw_packet): Likewise.
640 (mi_console_file_flush): Likewise.
641 (mi_console_set_raw): Likewise.
642 * mi/mi-interp.c (mi_interpreter_resume): Likewise.
643 (mi_new_thread): Likewise.
644 (mi_thread_exit): Likewise.
645 (mi_record_changed): Likewise.
646 (mi_inferior_added): Likewise.
647 (mi_inferior_appeared): Likewise.
648 (mi_inferior_exit): Likewise.
649 (mi_inferior_removed): Likewise.
650 (mi_interp_data): Likewise.
651 (mi_on_normal_stop): Likewise.
652 (mi_traceframe_changed): Likewise.
653 (mi_tsv_created): Likewise.
654 (mi_tsv_deleted): Likewise.
655 (mi_tsv_modified): Likewise.
656 (mi_breakpoint_created): Likewise.
657 (mi_breakpoint_deleted): Likewise.
658 (mi_breakpoint_modified): Likewise.
659 (mi_output_running_pid): Likewise.
660 (mi_inferior_count): Likewise.
661 (mi_solib_loaded): Likewise.
662 (mi_solib_unloaded): Likewise.
663 (mi_command_param_changed): Likewise.
664 (mi_memory_changed): Likewise.
665 (report_initial_inferior): Likewise.
666 (mi_ui_out): Likewise.
667 (mi_set_logging): Likewise.
668 * mi/mi-main.c (collect_cores): Likewise.
669 (print_one_inferior): Likewise.
670 (free_vector_of_ints): Likewise.
671 (free_splay_tree): Likewise.
672 (mi_execute_command): Likewise.
673 * mi/mi-out.c (mi_table_body): Likewise.
674 (mi_table_end): Likewise.
675 (mi_table_header): Likewise.
676 (mi_begin): Likewise.
677 (mi_end): Likewise.
678 (mi_field_int): Likewise.
679 (mi_field_string): Likewise.
680 (mi_field_fmt): Likewise.
681 (mi_flush): Likewise.
682 (mi_redirect): Likewise.
683 (field_separator): Likewise.
684 (mi_open): Likewise.
685 (mi_close): Likewise.
686 (mi_out_buffered): Likewise.
687 (mi_out_rewind): Likewise.
688 (mi_out_put): Likewise.
689 (mi_version): Likewise.
690 (mi_out_data_dtor): Likewise.
691 * mi/mi-parse.c (mi_parse_cleanup): Likewise.
692 * microblaze-tdep.c (microblaze_frame_cache): Likewise.
693 * minidebug.c (lzma_open): Likewise.
694 (lzma_pread): Likewise.
695 (lzma_close): Likewise.
696 (lzma_stat): Likewise.
697 * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
698 * mips-sde-tdep.c (mips_sde_frame_cache): Likewise.
699 (mips_sde_elf_osabi_sniff_abi_tag_sections): Likewise.
700 * mips-tdep.c (mips_insn16_frame_cache): Likewise.
701 (mips_micro_frame_cache): Likewise.
702 (mips_insn32_frame_cache): Likewise.
703 (mips_stub_frame_cache): Likewise.
704 (gdb_print_insn_mips): Likewise.
705 (value_of_mips_user_reg): Likewise.
706 (mips_gdbarch_init): Likewise.
707 * mips64obsd-tdep.c (mips64obsd_supply_gregset): Likewise.
708 * mipsnbsd-tdep.c (mipsnbsd_supply_fpregset): Likewise.
709 (mipsnbsd_supply_gregset): Likewise.
710 * mn10300-linux-tdep.c (am33_supply_fpregset_method): Likewise.
711 (am33_collect_gregset_method): Likewise.
712 (am33_collect_fpregset_method): Likewise.
713 * mn10300-tdep.c (mn10300_analyze_frame_prologue): Likewise.
714 * moxie-tdep.c (moxie_frame_cache): Likewise.
715 * msp430-tdep.c (msp430_get_opcode_byte): Likewise.
716 (msp430_analyze_frame_prologue): Likewise.
717 * mt-tdep.c (mt_frame_unwind_cache): Likewise.
718 * nios2-linux-tdep.c (nios2_supply_gregset): Likewise.
719 (nios2_collect_gregset): Likewise.
720 * nios2-tdep.c (nios2_frame_unwind_cache): Likewise.
721 (nios2_stub_frame_cache): Likewise.
722 * objc-lang.c (find_methods): Likewise.
723 * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
724 (get_objfile_pspace_data): Likewise.
725 (get_objfile_bfd_data): Likewise.
726 (objfile_bfd_data_free): Likewise.
727 (add_to_objfile_sections): Likewise.
728 (do_free_objfile_cleanup): Likewise.
729 (resume_section_map_updates_cleanup): Likewise.
730 * opencl-lang.c (builtin_opencl_type): Likewise.
731 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
732 * osdata.c (osdata_start_osdata): Likewise.
733 (osdata_start_item): Likewise.
734 (osdata_start_column): Likewise.
735 (osdata_end_column): Likewise.
736 (clear_parsing_data): Likewise.
737 (osdata_free_cleanup): Likewise.
738 * parse.c (type_stack_cleanup): Likewise.
739 (exp_uses_objfile_iter): Likewise.
740 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Likewise.
741 (ppc_linux_collect_gregset): Likewise.
742 (ppu2spu_prev_arch): Likewise.
743 (ppu2spu_this_id): Likewise.
744 (ppu2spu_prev_register): Likewise.
745 (ppu2spu_unwind_register): Likewise.
746 (ppu2spu_sniffer): Likewise.
747 (ppu2spu_dealloc_cache): Likewise.
748 (ppc_linux_init_abi): Likewise.
749 * ppcfbsd-tdep.c (ppcfbsd_sigtramp_frame_cache): Likewise.
750 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
751 * progspace.c (restore_program_space): Likewise.
752 * psymtab.c (find_pc_sect_psymtab): Likewise.
753 (compare_psymbols): Likewise.
754 (psymbol_bcache_full): Likewise.
755 (allocate_psymtab): Likewise.
756 (discard_psymtabs_upto): Likewise.
757 * python/py-block.c (set_block): Likewise.
758 (del_objfile_blocks): Likewise.
759 * python/py-breakpoint.c (build_bp_list): Likewise.
760 * python/py-inferior.c (inferior_to_inferior_object): Likewise.
761 (build_inferior_list): Likewise.
762 (py_free_inferior): Likewise.
763 * python/py-objfile.c (py_free_objfile): Likewise.
764 (objfile_to_objfile_object): Likewise.
765 * python/py-prettyprint.c (py_restore_tstate): Likewise.
766 * python/py-progspace.c (py_free_pspace): Likewise.
767 (pspace_to_pspace_object): Likewise.
768 * python/py-symbol.c (set_symbol): Likewise.
769 (del_objfile_symbols): Likewise.
770 * python/py-symtab.c (set_sal): Likewise.
771 (set_symtab): Likewise.
772 (del_objfile_symtab): Likewise.
773 (del_objfile_sal): Likewise.
774 * python/py-type.c (save_objfile_types): Likewise.
775 (set_type): Likewise.
776 * python/py-unwind.c (pyuw_prev_register): Likewise.
777 (pyuw_on_new_gdbarch): Likewise.
778 * python/py-utils.c (py_decref): Likewise.
779 (py_xdecref): Likewise.
780 (gdb_py_generic_dict): Likewise.
781 * python/py-xmethods.c (gdbpy_free_xmethod_worker_data): Likewise.
782 (gdbpy_clone_xmethod_worker_data): Likewise.
783 (gdbpy_get_xmethod_arg_types): Likewise.
784 (gdbpy_get_xmethod_result_type): Likewise.
785 (gdbpy_invoke_xmethod): Likewise.
786 * python/python.c (gdbpy_apply_type_printers): Likewise.
787 (gdbpy_free_type_printers): Likewise.
788 * record-btrace.c (record_btrace_disable_callback): Likewise.
789 (bfcache_hash): Likewise.
790 (bfcache_eq): Likewise.
791 (btrace_get_frame_function): Likewise.
792 (record_btrace_frame_unwind_stop_reason): Likewise.
793 (record_btrace_frame_this_id): Likewise.
794 (record_btrace_frame_prev_register): Likewise.
795 (record_btrace_frame_dealloc_cache): Likewise.
796 * record-full.c (record_full_message_wrapper): Likewise.
797 (record_full_save_cleanups): Likewise.
798 * regcache.c (regcache_descr): Likewise.
799 (do_regcache_xfree): Likewise.
800 (do_regcache_invalidate): Likewise.
801 (do_cooked_read): Likewise.
802 (regcache_transfer_regset): Likewise.
803 * reggroups.c (reggroup_add): Likewise.
804 (reggroup_next): Likewise.
805 (reggroup_prev): Likewise.
806 * remote-fileio.c (do_remote_fileio_request): Likewise.
807 * remote-notif.c (remote_async_get_pending_events_handler): Likewise.
808 (do_notif_event_xfree): Likewise.
809 * remote.c (get_remote_arch_state): Likewise.
810 (remote_pspace_data_cleanup): Likewise.
811 (get_remote_exec_file): Likewise.
812 (set_pspace_remote_exec_file): Likewise.
813 (compare_pnums): Likewise.
814 (clear_threads_listing_context): Likewise.
815 (remote_newthread_step): Likewise.
816 (start_thread): Likewise.
817 (end_thread): Likewise.
818 (remove_child_of_pending_fork): Likewise.
819 (remove_stop_reply_for_inferior): Likewise.
820 (remove_stop_reply_of_remote_state): Likewise.
821 (remote_notif_remove_once_on_match): Likewise.
822 (stop_reply_match_ptid_and_ws): Likewise.
823 (kill_child_of_pending_fork): Likewise.
824 (register_remote_g_packet_guess): Likewise.
825 (remote_read_description_p): Likewise.
826 (remote_read_description): Likewise.
827 (free_actions_list_cleanup_wrapper): Likewise.
828 (remote_async_serial_handler): Likewise.
829 * rl78-tdep.c (rl78_get_opcode_byte): Likewise.
830 (rl78_analyze_frame_prologue): Likewise.
831 * rs6000-tdep.c (ppc_supply_gregset): Likewise.
832 (ppc_supply_fpregset): Likewise.
833 (ppc_supply_vsxregset): Likewise.
834 (ppc_supply_vrregset): Likewise.
835 (ppc_collect_gregset): Likewise.
836 (ppc_collect_fpregset): Likewise.
837 (ppc_collect_vsxregset): Likewise.
838 (ppc_collect_vrregset): Likewise.
839 (e500_move_ev_register): Likewise.
840 (do_regcache_raw_write): Likewise.
841 (rs6000_frame_cache): Likewise.
842 (rs6000_epilogue_frame_cache): Likewise.
843 (rs6000_gdbarch_init): Likewise.
844 * rx-tdep.c (rx_get_opcode_byte): Likewise.
845 (rx_analyze_frame_prologue): Likewise.
846 (rx_frame_type): Likewise.
847 (rx_frame_sniffer_common): Likewise.
848 * s390-linux-tdep.c (s390_check_for_saved): Likewise.
849 (s390_frame_unwind_cache): Likewise.
850 (s390_stub_frame_unwind_cache): Likewise.
851 (s390_sigtramp_frame_unwind_cache): Likewise.
852 * score-tdep.c (score_make_prologue_cache): Likewise.
853 * sentinel-frame.c (sentinel_frame_prev_register): Likewise.
854 (sentinel_frame_prev_arch): Likewise.
855 * ser-base.c (fd_event): Likewise.
856 (push_event): Likewise.
857 (ser_base_write): Likewise.
858 * ser-pipe.c (pipe_close): Likewise.
859 * serial.c (serial_write): Likewise.
860 * sh-tdep.c (sh_frame_cache): Likewise.
861 (sh_stub_this_id): Likewise.
862 * sh64-tdep.c (sh64_frame_cache): Likewise.
863 * solib-aix.c (get_solib_aix_inferior_data): Likewise.
864 (library_list_start_library): Likewise.
865 (library_list_start_list): Likewise.
866 (solib_aix_free_library_list): Likewise.
867 * solib-darwin.c (get_darwin_info): Likewise.
868 * solib-dsbt.c (get_dsbt_info): Likewise.
869 * solib-spu.c (append_ocl_sos): Likewise.
870 * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
871 (get_svr4_info): Likewise.
872 (library_list_start_library): Likewise.
873 (svr4_library_list_start_list): Likewise.
874 (hash_probe_and_action): Likewise.
875 (equal_probe_and_action): Likewise.
876 (svr4_update_solib_event_breakpoint): Likewise.
877 (set_solib_svr4_fetch_link_map_offsets): Likewise.
878 (svr4_fetch_link_map_offsets): Likewise.
879 (svr4_have_link_map_offsets): Likewise.
880 * solib-target.c (library_list_start_segment): Likewise.
881 (library_list_start_section): Likewise.
882 (library_list_start_library): Likewise.
883 (library_list_end_library): Likewise.
884 (library_list_start_list): Likewise.
885 (solib_target_free_library_list): Likewise.
886 * solib.c (solib_ops): Likewise.
887 (set_solib_ops): Likewise.
888 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
889 * sparc-tdep.c (sparc_frame_cache): Likewise.
890 (sparc32_frame_cache): Likewise.
891 (sparc32_supply_gregset): Likewise.
892 (sparc32_collect_gregset): Likewise.
893 (sparc32_supply_fpregset): Likewise.
894 (sparc32_collect_fpregset): Likewise.
895 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
896 * sparc64-tdep.c (sparc64_supply_gregset): Likewise.
897 (sparc64_collect_gregset): Likewise.
898 (sparc64_supply_fpregset): Likewise.
899 (sparc64_collect_fpregset): Likewise.
900 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_cache): Likewise.
901 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
902 * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.
903 (sparc64obsd_trapframe_cache): Likewise.
904 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Likewise.
905 * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
906 * spu-multiarch.c (spu_gdbarch): Likewise.
907 * spu-tdep.c (spu_frame_unwind_cache): Likewise.
908 (spu2ppu_prev_arch): Likewise.
909 (spu2ppu_this_id): Likewise.
910 (spu2ppu_prev_register): Likewise.
911 (spu2ppu_dealloc_cache): Likewise.
912 (spu_dis_asm_print_address): Likewise.
913 (gdb_print_insn_spu): Likewise.
914 (spu_get_overlay_table): Likewise.
915 * stabsread.c (rs6000_builtin_type): Likewise.
916 * stack.c (do_print_variable_and_value): Likewise.
917 * stap-probe.c (get_stap_base_address_1): Likewise.
918 * symfile-debug.c (debug_qf_has_symbols): Likewise.
919 (debug_qf_find_last_source_symtab): Likewise.
920 (debug_qf_forget_cached_source_info): Likewise.
921 (debug_qf_map_symtabs_matching_filename): Likewise.
922 (debug_qf_lookup_symbol): Likewise.
923 (debug_qf_print_stats): Likewise.
924 (debug_qf_dump): Likewise.
925 (debug_qf_relocate): Likewise.
926 (debug_qf_expand_symtabs_for_function): Likewise.
927 (debug_qf_expand_all_symtabs): Likewise.
928 (debug_qf_expand_symtabs_with_fullname): Likewise.
929 (debug_qf_map_matching_symbols): Likewise.
930 (debug_qf_expand_symtabs_matching): Likewise.
931 (debug_qf_find_pc_sect_compunit_symtab): Likewise.
932 (debug_qf_map_symbol_filenames): Likewise.
933 (debug_sym_get_probes): Likewise.
934 (debug_sym_new_init): Likewise.
935 (debug_sym_init): Likewise.
936 (debug_sym_read): Likewise.
937 (debug_sym_read_psymbols): Likewise.
938 (debug_sym_finish): Likewise.
939 (debug_sym_offsets): Likewise.
940 (debug_sym_read_linetable): Likewise.
941 (debug_sym_relocate): Likewise.
942 (uninstall_symfile_debug_logging): Likewise.
943 * symfile-mem.c (symbol_file_add_from_memory_wrapper): Likewise.
944 * symfile.c (place_section): Likewise.
945 (add_section_size_callback): Likewise.
946 (load_progress): Likewise.
947 (load_section_callback): Likewise.
948 (clear_memory_write_data): Likewise.
949 (allocate_symtab): Likewise.
950 * symmisc.c (maintenance_expand_file_matcher): Likewise.
951 * symtab.c (lookup_symtab_callback): Likewise.
952 (hash_demangled_name_entry): Likewise.
953 (eq_demangled_name_entry): Likewise.
954 (get_symbol_cache): Likewise.
955 (symbol_cache_cleanup): Likewise.
956 (set_symbol_cache_size): Likewise.
957 (symbol_cache_flush): Likewise.
958 (maintenance_print_symbol_cache): Likewise.
959 (maintenance_print_symbol_cache_statistics): Likewise.
960 (delete_filename_seen_cache): Likewise.
961 (output_partial_symbol_filename): Likewise.
962 (search_symbols_file_matches): Likewise.
963 (search_symbols_name_matches): Likewise.
964 (do_free_completion_list): Likewise.
965 (maybe_add_partial_symtab_filename): Likewise.
966 (get_main_info): Likewise.
967 (main_info_cleanup): Likewise.
968 * target-dcache.c (target_dcache_cleanup): Likewise.
969 (target_dcache_init_p): Likewise.
970 (target_dcache_invalidate): Likewise.
971 (target_dcache_get): Likewise.
972 (target_dcache_get_or_init): Likewise.
973 * target-descriptions.c (target_find_description): Likewise.
974 (tdesc_find_type): Likewise.
975 (tdesc_data_cleanup): Likewise.
976 (tdesc_find_arch_register): Likewise.
977 (tdesc_register_name): Likewise.
978 (tdesc_register_type): Likewise.
979 (tdesc_register_reggroup_p): Likewise.
980 (set_tdesc_pseudo_register_name): Likewise.
981 (set_tdesc_pseudo_register_type): Likewise.
982 (set_tdesc_pseudo_register_reggroup_p): Likewise.
983 (tdesc_use_registers): Likewise.
984 (free_target_description): Likewise.
985 * target-memory.c (compare_block_starting_address): Likewise.
986 (cleanup_request_data): Likewise.
987 (cleanup_write_requests_vector): Likewise.
988 * target.c (open_target): Likewise.
989 (cleanup_restore_target_terminal): Likewise.
990 (free_memory_read_result_vector): Likewise.
991 * thread.c (disable_thread_stack_temporaries): Likewise.
992 (finish_thread_state_cleanup): Likewise.
993 (do_restore_current_thread_cleanup): Likewise.
994 (restore_current_thread_cleanup_dtor): Likewise.
995 (set_thread_refcount): Likewise.
996 (tp_array_compar): Likewise.
997 (do_captured_thread_select): Likewise.
998 * tic6x-tdep.c (tic6x_frame_unwind_cache): Likewise.
999 (tic6x_stub_this_id): Likewise.
1000 * tilegx-tdep.c (tilegx_frame_cache): Likewise.
1001 * top.c (do_restore_instream_cleanup): Likewise.
1002 (gdb_readline_wrapper_cleanup): Likewise.
1003 (kill_or_detach): Likewise.
1004 (print_inferior_quit_action): Likewise.
1005 * tracefile-tfile.c (match_blocktype): Likewise.
1006 (build_traceframe_info): Likewise.
1007 * tracefile.c (trace_file_writer_xfree): Likewise.
1008 * tracepoint.c (memrange_cmp): Likewise.
1009 (do_collect_symbol): Likewise.
1010 (do_clear_collection_list): Likewise.
1011 (do_restore_current_traceframe_cleanup): Likewise.
1012 (restore_current_traceframe_cleanup_dtor): Likewise.
1013 (free_current_marker): Likewise.
1014 (traceframe_info_start_memory): Likewise.
1015 (traceframe_info_start_tvar): Likewise.
1016 (free_result): Likewise.
1017 * tramp-frame.c (tramp_frame_cache): Likewise.
1018 * tui/tui-file.c (tui_file_delete): Likewise.
1019 (tui_fileopen): Likewise.
1020 (tui_sfileopen): Likewise.
1021 (tui_file_isatty): Likewise.
1022 (tui_file_rewind): Likewise.
1023 (tui_file_put): Likewise.
1024 (tui_file_fputs): Likewise.
1025 (tui_file_get_strbuf): Likewise.
1026 (tui_file_adjust_strbuf): Likewise.
1027 (tui_file_flush): Likewise.
1028 * tui/tui-layout.c (make_command_window): Likewise.
1029 (make_data_window): Likewise.
1030 (show_source_disasm_command): Likewise.
1031 (show_data): Likewise.
1032 (make_source_or_disasm_window): Likewise.
1033 (show_source_or_disasm_and_command): Likewise.
1034 * tui/tui-out.c (tui_field_int): Likewise.
1035 (tui_field_string): Likewise.
1036 (tui_field_fmt): Likewise.
1037 (tui_text): Likewise.
1038 * typeprint.c (hash_typedef_field): Likewise.
1039 (eq_typedef_field): Likewise.
1040 (do_free_typedef_hash): Likewise.
1041 (copy_typedef_hash_element): Likewise.
1042 (do_free_global_table): Likewise.
1043 (find_global_typedef): Likewise.
1044 (find_typedef_in_hash): Likewise.
1045 * ui-file.c (ui_file_write_for_put): Likewise.
1046 (do_ui_file_xstrdup): Likewise.
1047 (mem_file_delete): Likewise.
1048 (mem_file_rewind): Likewise.
1049 (mem_file_put): Likewise.
1050 (mem_file_write): Likewise.
1051 (stdio_file_delete): Likewise.
1052 (stdio_file_flush): Likewise.
1053 (stdio_file_read): Likewise.
1054 (stdio_file_write): Likewise.
1055 (stdio_file_write_async_safe): Likewise.
1056 (stdio_file_fputs): Likewise.
1057 (stdio_file_isatty): Likewise.
1058 (stdio_file_fseek): Likewise.
1059 (tee_file_delete): Likewise.
1060 (tee_file_flush): Likewise.
1061 (tee_file_write): Likewise.
1062 (tee_file_fputs): Likewise.
1063 (tee_file_isatty): Likewise.
1064 * ui-out.c (do_cleanup_table_end): Likewise.
1065 (do_cleanup_end): Likewise.
1066 * user-regs.c (user_reg_add): Likewise.
1067 (user_reg_map_name_to_regnum): Likewise.
1068 (usernum_to_user_reg): Likewise.
1069 (maintenance_print_user_registers): Likewise.
1070 * utils.c (do_bfd_close_cleanup): Likewise.
1071 (do_fclose_cleanup): Likewise.
1072 (do_obstack_free): Likewise.
1073 (do_ui_file_delete): Likewise.
1074 (do_ui_out_redirect_pop): Likewise.
1075 (do_free_section_addr_info): Likewise.
1076 (restore_integer): Likewise.
1077 (do_unpush_target): Likewise.
1078 (do_htab_delete_cleanup): Likewise.
1079 (do_restore_ui_file): Likewise.
1080 (do_value_free): Likewise.
1081 (do_free_so): Likewise.
1082 (free_current_contents): Likewise.
1083 (do_regfree_cleanup): Likewise.
1084 (core_addr_hash): Likewise.
1085 (core_addr_eq): Likewise.
1086 (do_free_char_ptr_vec): Likewise.
1087 * v850-tdep.c (v850_frame_cache): Likewise.
1088 * varobj.c (do_free_variable_cleanup): Likewise.
1089 * vax-tdep.c (vax_supply_gregset): Likewise.
1090 (vax_frame_cache): Likewise.
1091 * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_cache): Likewise.
1092 * xml-support.c (gdb_xml_body_text): Likewise.
1093 (gdb_xml_values_cleanup): Likewise.
1094 (gdb_xml_start_element): Likewise.
1095 (gdb_xml_start_element_wrapper): Likewise.
1096 (gdb_xml_end_element): Likewise.
1097 (gdb_xml_end_element_wrapper): Likewise.
1098 (gdb_xml_cleanup): Likewise.
1099 (gdb_xml_fetch_external_entity): Likewise.
1100 (gdb_xml_parse_attr_enum): Likewise.
1101 (xinclude_start_include): Likewise.
1102 (xinclude_end_include): Likewise.
1103 (xml_xinclude_default): Likewise.
1104 (xml_xinclude_start_doctype): Likewise.
1105 (xml_xinclude_end_doctype): Likewise.
1106 (xml_xinclude_cleanup): Likewise.
1107 (xml_fetch_content_from_file): Likewise.
1108 * xml-syscall.c (free_syscalls_info): Likewise.
1109 (syscall_start_syscall): Likewise.
1110 * xml-tdesc.c (tdesc_end_arch): Likewise.
1111 (tdesc_end_osabi): Likewise.
1112 (tdesc_end_compatible): Likewise.
1113 (tdesc_start_target): Likewise.
1114 (tdesc_start_feature): Likewise.
1115 (tdesc_start_reg): Likewise.
1116 (tdesc_start_union): Likewise.
1117 (tdesc_start_struct): Likewise.
1118 (tdesc_start_flags): Likewise.
1119 (tdesc_start_field): Likewise.
1120 (tdesc_start_vector): Likewise.
1121 (fetch_available_features_from_target): Likewise.
1122 * xstormy16-tdep.c (xstormy16_frame_cache): Likewise.
1123 * xtensa-tdep.c (xtensa_supply_gregset): Likewise.
1124 (xtensa_frame_cache): Likewise.
1125 (xtensa_frame_prev_register): Likewise.
1126 (xtensa_extract_return_value): Likewise.
1127
1128 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1129
1130 * aarch64-tdep.c (aarch64_make_prologue_cache): Add cast(s).
1131 (aarch64_make_stub_cache): Likewise.
1132 (value_of_aarch64_user_reg): Likewise.
1133 * ada-lang.c (ada_inferior_data_cleanup): Likewise.
1134 (get_ada_inferior_data): Likewise.
1135 (get_ada_pspace_data): Likewise.
1136 (ada_pspace_data_cleanup): Likewise.
1137 (ada_complete_symbol_matcher): Likewise.
1138 (ada_exc_search_name_matches): Likewise.
1139 * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
1140 (get_ada_tasks_inferior_data): Likewise.
1141 * addrmap.c (addrmap_mutable_foreach_worker): Likewise.
1142 (splay_obstack_alloc): Likewise.
1143 (splay_obstack_free): Likewise.
1144 * alpha-linux-tdep.c (alpha_linux_supply_gregset): Likewise.
1145 (alpha_linux_collect_gregset): Likewise.
1146 (alpha_linux_supply_fpregset): Likewise.
1147 (alpha_linux_collect_fpregset): Likewise.
1148 * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind_cache): Likewise.
1149 * alpha-tdep.c (alpha_lds): Likewise.
1150 (alpha_sts): Likewise.
1151 (alpha_sigtramp_frame_unwind_cache): Likewise.
1152 (alpha_heuristic_frame_unwind_cache): Likewise.
1153 (alpha_supply_int_regs): Likewise.
1154 (alpha_fill_int_regs): Likewise.
1155 (alpha_supply_fp_regs): Likewise.
1156 (alpha_fill_fp_regs): Likewise.
1157 * alphanbsd-tdep.c (alphanbsd_supply_fpregset): Likewise.
1158 (alphanbsd_aout_supply_gregset): Likewise.
1159 (alphanbsd_supply_gregset): Likewise.
1160 * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
1161 (amd64_x32_linux_init_abi): Likewise.
1162 * amd64-nat.c (amd64_supply_native_gregset): Likewise.
1163 (amd64_collect_native_gregset): Likewise.
1164 * amd64-tdep.c (amd64_frame_cache): Likewise.
1165 (amd64_sigtramp_frame_cache): Likewise.
1166 (amd64_epilogue_frame_cache): Likewise.
1167 (amd64_supply_fxsave): Likewise.
1168 (amd64_supply_xsave): Likewise.
1169 (amd64_collect_fxsave): Likewise.
1170 (amd64_collect_xsave): Likewise.
1171 * amd64-windows-tdep.c (amd64_windows_frame_cache): Likewise.
1172 * amd64obsd-tdep.c (amd64obsd_trapframe_cache): Likewise.
1173 * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
1174 (arm_linux_collect_gregset): Likewise.
1175 (arm_linux_supply_nwfpe): Likewise.
1176 (arm_linux_collect_nwfpe): Likewise.
1177 (arm_linux_supply_vfp): Likewise.
1178 (arm_linux_collect_vfp): Likewise.
1179 * arm-tdep.c (arm_find_mapping_symbol): Likewise.
1180 (arm_prologue_unwind_stop_reason): Likewise.
1181 (arm_prologue_this_id): Likewise.
1182 (arm_prologue_prev_register): Likewise.
1183 (arm_exidx_data_free): Likewise.
1184 (arm_find_exidx_entry): Likewise.
1185 (arm_stub_this_id): Likewise.
1186 (arm_m_exception_this_id): Likewise.
1187 (arm_m_exception_prev_register): Likewise.
1188 (arm_normal_frame_base): Likewise.
1189 (gdb_print_insn_arm): Likewise.
1190 (arm_objfile_data_free): Likewise.
1191 (arm_record_special_symbol): Likewise.
1192 (value_of_arm_user_reg): Likewise.
1193 * armbsd-tdep.c (armbsd_supply_fpregset): Likewise.
1194 (armbsd_supply_gregset): Likewise.
1195 * auto-load.c (auto_load_pspace_data_cleanup): Likewise.
1196 (get_auto_load_pspace_data): Likewise.
1197 (hash_loaded_script_entry): Likewise.
1198 (eq_loaded_script_entry): Likewise.
1199 (clear_section_scripts): Likewise.
1200 (collect_matching_scripts): Likewise.
1201 * auxv.c (auxv_inferior_data_cleanup): Likewise.
1202 (get_auxv_inferior_data): Likewise.
1203 * avr-tdep.c (avr_frame_unwind_cache): Likewise.
1204 * ax-general.c (do_free_agent_expr_cleanup): Likewise.
1205 * bfd-target.c (target_bfd_xfer_partial): Likewise.
1206 (target_bfd_xclose): Likewise.
1207 (target_bfd_get_section_table): Likewise.
1208 * bfin-tdep.c (bfin_frame_cache): Likewise.
1209 * block.c (find_block_in_blockvector): Likewise.
1210 (call_site_for_pc): Likewise.
1211 (block_find_non_opaque_type_preferred): Likewise.
1212 * break-catch-sig.c (signal_catchpoint_insert_location): Likewise.
1213 (signal_catchpoint_remove_location): Likewise.
1214 (signal_catchpoint_breakpoint_hit): Likewise.
1215 (signal_catchpoint_print_one): Likewise.
1216 (signal_catchpoint_print_mention): Likewise.
1217 (signal_catchpoint_print_recreate): Likewise.
1218 * break-catch-syscall.c (get_catch_syscall_inferior_data): Likewise.
1219 * breakpoint.c (do_cleanup_counted_command_line): Likewise.
1220 (bp_location_compare_addrs): Likewise.
1221 (get_first_locp_gte_addr): Likewise.
1222 (check_tracepoint_command): Likewise.
1223 (do_map_commands_command): Likewise.
1224 (get_breakpoint_objfile_data): Likewise.
1225 (free_breakpoint_probes): Likewise.
1226 (do_captured_breakpoint_query): Likewise.
1227 (compare_breakpoints): Likewise.
1228 (bp_location_compare): Likewise.
1229 (bpstat_remove_breakpoint_callback): Likewise.
1230 (do_delete_breakpoint_cleanup): Likewise.
1231 * bsd-uthread.c (bsd_uthread_set_supply_uthread): Likewise.
1232 (bsd_uthread_set_collect_uthread): Likewise.
1233 (bsd_uthread_activate): Likewise.
1234 (bsd_uthread_fetch_registers): Likewise.
1235 (bsd_uthread_store_registers): Likewise.
1236 * btrace.c (check_xml_btrace_version): Likewise.
1237 (parse_xml_btrace_block): Likewise.
1238 (parse_xml_btrace_pt_config_cpu): Likewise.
1239 (parse_xml_btrace_pt_raw): Likewise.
1240 (parse_xml_btrace_pt): Likewise.
1241 (parse_xml_btrace_conf_bts): Likewise.
1242 (parse_xml_btrace_conf_pt): Likewise.
1243 (do_btrace_data_cleanup): Likewise.
1244 * c-typeprint.c (find_typedef_for_canonicalize): Likewise.
1245 * charset.c (cleanup_iconv): Likewise.
1246 (do_cleanup_iterator): Likewise.
1247 * cli-out.c (cli_uiout_dtor): Likewise.
1248 (cli_table_begin): Likewise.
1249 (cli_table_body): Likewise.
1250 (cli_table_end): Likewise.
1251 (cli_table_header): Likewise.
1252 (cli_begin): Likewise.
1253 (cli_end): Likewise.
1254 (cli_field_int): Likewise.
1255 (cli_field_skip): Likewise.
1256 (cli_field_string): Likewise.
1257 (cli_field_fmt): Likewise.
1258 (cli_spaces): Likewise.
1259 (cli_text): Likewise.
1260 (cli_message): Likewise.
1261 (cli_wrap_hint): Likewise.
1262 (cli_flush): Likewise.
1263 (cli_redirect): Likewise.
1264 (out_field_fmt): Likewise.
1265 (field_separator): Likewise.
1266 (cli_out_set_stream): Likewise.
1267 * cli/cli-cmds.c (compare_symtabs): Likewise.
1268 * cli/cli-dump.c (call_dump_func): Likewise.
1269 (restore_section_callback): Likewise.
1270 * cli/cli-script.c (clear_hook_in_cleanup): Likewise.
1271 (do_restore_user_call_depth): Likewise.
1272 (do_free_command_lines_cleanup): Likewise.
1273 * coff-pe-read.c (get_section_vmas): Likewise.
1274 (pe_as16): Likewise.
1275 (pe_as32): Likewise.
1276 * coffread.c (coff_symfile_read): Likewise.
1277 * common/agent.c (agent_look_up_symbols): Likewise.
1278 * common/filestuff.c (do_close_cleanup): Likewise.
1279 * common/format.c (free_format_pieces_cleanup): Likewise.
1280 * common/vec.c (vec_o_reserve): Likewise.
1281 * compile/compile-c-support.c (print_one_macro): Likewise.
1282 * compile/compile-c-symbols.c (hash_symbol_error): Likewise.
1283 (eq_symbol_error): Likewise.
1284 (del_symbol_error): Likewise.
1285 (error_symbol_once): Likewise.
1286 (gcc_convert_symbol): Likewise.
1287 (gcc_symbol_address): Likewise.
1288 (hash_symname): Likewise.
1289 (eq_symname): Likewise.
1290 * compile/compile-c-types.c (hash_type_map_instance): Likewise.
1291 (eq_type_map_instance): Likewise.
1292 (insert_type): Likewise.
1293 (convert_type): Likewise.
1294 * compile/compile-object-load.c (munmap_listp_free_cleanup): Likewise.
1295 (setup_sections): Likewise.
1296 (link_hash_table_free): Likewise.
1297 (copy_sections): Likewise.
1298 * compile/compile-object-run.c (do_module_cleanup): Likewise.
1299 * compile/compile.c (compile_print_value): Likewise.
1300 (do_rmdir): Likewise.
1301 (cleanup_compile_instance): Likewise.
1302 (cleanup_unlink_file): Likewise.
1303 * completer.c (free_completion_tracker): Likewise.
1304 * corelow.c (add_to_spuid_list): Likewise.
1305 * cp-namespace.c (reset_directive_searched): Likewise.
1306 * cp-support.c (reset_directive_searched): Likewise.
1307 * cris-tdep.c (cris_sigtramp_frame_unwind_cache): Likewise.
1308 (cris_frame_unwind_cache): Likewise.
1309 * d-lang.c (builtin_d_type): Likewise.
1310 * d-namespace.c (reset_directive_searched): Likewise.
1311 * dbxread.c (dbx_free_symfile_info): Likewise.
1312 (do_free_bincl_list_cleanup): Likewise.
1313 * disasm.c (hash_dis_line_entry): Likewise.
1314 (eq_dis_line_entry): Likewise.
1315 (dis_asm_print_address): Likewise.
1316 (fprintf_disasm): Likewise.
1317 (do_ui_file_delete): Likewise.
1318 * doublest.c (convert_floatformat_to_doublest): Likewise.
1319 * dummy-frame.c (pop_dummy_frame_bpt): Likewise.
1320 (dummy_frame_prev_register): Likewise.
1321 (dummy_frame_this_id): Likewise.
1322 * dwarf2-frame-tailcall.c (cache_hash): Likewise.
1323 (cache_eq): Likewise.
1324 (cache_find): Likewise.
1325 (tailcall_frame_this_id): Likewise.
1326 (dwarf2_tailcall_prev_register_first): Likewise.
1327 (tailcall_frame_prev_register): Likewise.
1328 (tailcall_frame_dealloc_cache): Likewise.
1329 (tailcall_frame_prev_arch): Likewise.
1330 * dwarf2-frame.c (dwarf2_frame_state_free): Likewise.
1331 (dwarf2_frame_set_init_reg): Likewise.
1332 (dwarf2_frame_init_reg): Likewise.
1333 (dwarf2_frame_set_signal_frame_p): Likewise.
1334 (dwarf2_frame_signal_frame_p): Likewise.
1335 (dwarf2_frame_set_adjust_regnum): Likewise.
1336 (dwarf2_frame_adjust_regnum): Likewise.
1337 (clear_pointer_cleanup): Likewise.
1338 (dwarf2_frame_cache): Likewise.
1339 (find_cie): Likewise.
1340 (dwarf2_frame_find_fde): Likewise.
1341 * dwarf2expr.c (dwarf_expr_address_type): Likewise.
1342 (free_dwarf_expr_context_cleanup): Likewise.
1343 * dwarf2loc.c (locexpr_find_frame_base_location): Likewise.
1344 (locexpr_get_frame_base): Likewise.
1345 (loclist_find_frame_base_location): Likewise.
1346 (loclist_get_frame_base): Likewise.
1347 (dwarf_expr_dwarf_call): Likewise.
1348 (dwarf_expr_get_base_type): Likewise.
1349 (dwarf_expr_push_dwarf_reg_entry_value): Likewise.
1350 (dwarf_expr_get_obj_addr): Likewise.
1351 (entry_data_value_coerce_ref): Likewise.
1352 (entry_data_value_copy_closure): Likewise.
1353 (entry_data_value_free_closure): Likewise.
1354 (get_frame_address_in_block_wrapper): Likewise.
1355 (dwarf2_evaluate_property): Likewise.
1356 (dwarf2_compile_property_to_c): Likewise.
1357 (needs_frame_read_addr_from_reg): Likewise.
1358 (needs_frame_get_reg_value): Likewise.
1359 (needs_frame_frame_base): Likewise.
1360 (needs_frame_frame_cfa): Likewise.
1361 (needs_frame_tls_address): Likewise.
1362 (needs_frame_dwarf_call): Likewise.
1363 (needs_dwarf_reg_entry_value): Likewise.
1364 (get_ax_pc): Likewise.
1365 (locexpr_read_variable): Likewise.
1366 (locexpr_read_variable_at_entry): Likewise.
1367 (locexpr_read_needs_frame): Likewise.
1368 (locexpr_describe_location): Likewise.
1369 (locexpr_tracepoint_var_ref): Likewise.
1370 (locexpr_generate_c_location): Likewise.
1371 (loclist_read_variable): Likewise.
1372 (loclist_read_variable_at_entry): Likewise.
1373 (loclist_describe_location): Likewise.
1374 (loclist_tracepoint_var_ref): Likewise.
1375 (loclist_generate_c_location): Likewise.
1376 * dwarf2read.c (line_header_hash_voidp): Likewise.
1377 (line_header_eq_voidp): Likewise.
1378 (dwarf2_has_info): Likewise.
1379 (dwarf2_get_section_info): Likewise.
1380 (locate_dwz_sections): Likewise.
1381 (hash_file_name_entry): Likewise.
1382 (eq_file_name_entry): Likewise.
1383 (delete_file_name_entry): Likewise.
1384 (dw2_setup): Likewise.
1385 (dw2_get_file_names_reader): Likewise.
1386 (dw2_find_pc_sect_compunit_symtab): Likewise.
1387 (hash_signatured_type): Likewise.
1388 (eq_signatured_type): Likewise.
1389 (add_signatured_type_cu_to_table): Likewise.
1390 (create_debug_types_hash_table): Likewise.
1391 (lookup_dwo_signatured_type): Likewise.
1392 (lookup_dwp_signatured_type): Likewise.
1393 (lookup_signatured_type): Likewise.
1394 (hash_type_unit_group): Likewise.
1395 (eq_type_unit_group): Likewise.
1396 (get_type_unit_group): Likewise.
1397 (process_psymtab_comp_unit_reader): Likewise.
1398 (sort_tu_by_abbrev_offset): Likewise.
1399 (process_skeletonless_type_unit): Likewise.
1400 (psymtabs_addrmap_cleanup): Likewise.
1401 (dwarf2_read_symtab): Likewise.
1402 (psymtab_to_symtab_1): Likewise.
1403 (die_hash): Likewise.
1404 (die_eq): Likewise.
1405 (load_full_comp_unit_reader): Likewise.
1406 (reset_die_in_process): Likewise.
1407 (free_cu_line_header): Likewise.
1408 (handle_DW_AT_stmt_list): Likewise.
1409 (hash_dwo_file): Likewise.
1410 (eq_dwo_file): Likewise.
1411 (hash_dwo_unit): Likewise.
1412 (eq_dwo_unit): Likewise.
1413 (create_dwo_cu_reader): Likewise.
1414 (create_dwo_unit_in_dwp_v1): Likewise.
1415 (create_dwo_unit_in_dwp_v2): Likewise.
1416 (lookup_dwo_unit_in_dwp): Likewise.
1417 (dwarf2_locate_dwo_sections): Likewise.
1418 (dwarf2_locate_common_dwp_sections): Likewise.
1419 (dwarf2_locate_v2_dwp_sections): Likewise.
1420 (hash_dwp_loaded_cutus): Likewise.
1421 (eq_dwp_loaded_cutus): Likewise.
1422 (lookup_dwo_cutu): Likewise.
1423 (abbrev_table_free_cleanup): Likewise.
1424 (dwarf2_free_abbrev_table): Likewise.
1425 (find_partial_die_in_comp_unit): Likewise.
1426 (free_line_header_voidp): Likewise.
1427 (follow_die_offset): Likewise.
1428 (follow_die_sig_1): Likewise.
1429 (free_heap_comp_unit): Likewise.
1430 (free_stack_comp_unit): Likewise.
1431 (dwarf2_free_objfile): Likewise.
1432 (per_cu_offset_and_type_hash): Likewise.
1433 (per_cu_offset_and_type_eq): Likewise.
1434 (get_die_type_at_offset): Likewise.
1435 (partial_die_hash): Likewise.
1436 (partial_die_eq): Likewise.
1437 (dwarf2_per_objfile_free): Likewise.
1438 (hash_strtab_entry): Likewise.
1439 (eq_strtab_entry): Likewise.
1440 (add_string): Likewise.
1441 (hash_symtab_entry): Likewise.
1442 (eq_symtab_entry): Likewise.
1443 (delete_symtab_entry): Likewise.
1444 (cleanup_mapped_symtab): Likewise.
1445 (add_indices_to_cpool): Likewise.
1446 (hash_psymtab_cu_index): Likewise.
1447 (eq_psymtab_cu_index): Likewise.
1448 (add_address_entry_worker): Likewise.
1449 (unlink_if_set): Likewise.
1450 (write_one_signatured_type): Likewise.
1451 (save_gdb_index_command): Likewise.
1452 * elfread.c (elf_symtab_read): Likewise.
1453 (elf_gnu_ifunc_cache_hash): Likewise.
1454 (elf_gnu_ifunc_cache_eq): Likewise.
1455 (elf_gnu_ifunc_record_cache): Likewise.
1456 (elf_gnu_ifunc_resolve_by_cache): Likewise.
1457 (elf_get_probes): Likewise.
1458 (probe_key_free): Likewise.
1459 * f-lang.c (builtin_f_type): Likewise.
1460 * frame-base.c (frame_base_append_sniffer): Likewise.
1461 (frame_base_set_default): Likewise.
1462 (frame_base_find_by_frame): Likewise.
1463 * frame-unwind.c (frame_unwind_prepend_unwinder): Likewise.
1464 (frame_unwind_append_unwinder): Likewise.
1465 (frame_unwind_find_by_frame): Likewise.
1466 * frame.c (frame_addr_hash): Likewise.
1467 (frame_addr_hash_eq): Likewise.
1468 (frame_stash_find): Likewise.
1469 (do_frame_register_read): Likewise.
1470 (unwind_to_current_frame): Likewise.
1471 (frame_cleanup_after_sniffer): Likewise.
1472 * frv-linux-tdep.c (frv_linux_sigtramp_frame_cache): Likewise.
1473 * frv-tdep.c (frv_frame_unwind_cache): Likewise.
1474 * ft32-tdep.c (ft32_frame_cache): Likewise.
1475 * gcore.c (do_bfd_delete_cleanup): Likewise.
1476 (gcore_create_callback): Likewise.
1477 * gdb_bfd.c (hash_bfd): Likewise.
1478 (eq_bfd): Likewise.
1479 (gdb_bfd_open): Likewise.
1480 (free_one_bfd_section): Likewise.
1481 (gdb_bfd_ref): Likewise.
1482 (gdb_bfd_unref): Likewise.
1483 (get_section_descriptor): Likewise.
1484 (gdb_bfd_map_section): Likewise.
1485 (gdb_bfd_crc): Likewise.
1486 (gdb_bfd_mark_parent): Likewise.
1487 (gdb_bfd_record_inclusion): Likewise.
1488 (gdb_bfd_requires_relocations): Likewise.
1489 (print_one_bfd): Likewise.
1490 * gdbtypes.c (type_pair_hash): Likewise.
1491 (type_pair_eq): Likewise.
1492 (builtin_type): Likewise.
1493 (objfile_type): Likewise.
1494 * gnu-v3-abi.c (vtable_ptrdiff_type): Likewise.
1495 (vtable_address_point_offset): Likewise.
1496 (gnuv3_get_vtable): Likewise.
1497 (hash_value_and_voffset): Likewise.
1498 (eq_value_and_voffset): Likewise.
1499 (compare_value_and_voffset): Likewise.
1500 (compute_vtable_size): Likewise.
1501 (gnuv3_get_typeid_type): Likewise.
1502 * go-lang.c (builtin_go_type): Likewise.
1503 * guile/scm-block.c (bkscm_hash_block_smob): Likewise.
1504 (bkscm_eq_block_smob): Likewise.
1505 (bkscm_objfile_block_map): Likewise.
1506 (bkscm_del_objfile_blocks): Likewise.
1507 * guile/scm-breakpoint.c (bpscm_build_bp_list): Likewise.
1508 * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker): Likewise.
1509 (gdbscm_disasm_print_address): Likewise.
1510 * guile/scm-frame.c (frscm_hash_frame_smob): Likewise.
1511 (frscm_eq_frame_smob): Likewise.
1512 (frscm_inferior_frame_map): Likewise.
1513 (frscm_del_inferior_frames): Likewise.
1514 * guile/scm-gsmob.c (gdbscm_add_objfile_ref): Likewise.
1515 * guile/scm-objfile.c (ofscm_handle_objfile_deleted): Likewise.
1516 (ofscm_objfile_smob_from_objfile): Likewise.
1517 * guile/scm-ports.c (ioscm_write): Likewise.
1518 (ioscm_file_port_delete): Likewise.
1519 (ioscm_file_port_rewind): Likewise.
1520 (ioscm_file_port_put): Likewise.
1521 (ioscm_file_port_write): Likewise.
1522 * guile/scm-progspace.c (psscm_handle_pspace_deleted): Likewise.
1523 (psscm_pspace_smob_from_pspace): Likewise.
1524 * guile/scm-safe-call.c (scscm_recording_pre_unwind_handler): Likewise.
1525 (scscm_recording_unwind_handler): Likewise.
1526 (gdbscm_with_catch): Likewise.
1527 (scscm_call_0_body): Likewise.
1528 (scscm_call_1_body): Likewise.
1529 (scscm_call_2_body): Likewise.
1530 (scscm_call_3_body): Likewise.
1531 (scscm_call_4_body): Likewise.
1532 (scscm_apply_1_body): Likewise.
1533 (scscm_eval_scheme_string): Likewise.
1534 (gdbscm_safe_eval_string): Likewise.
1535 (scscm_source_scheme_script): Likewise.
1536 (gdbscm_safe_source_script): Likewise.
1537 * guile/scm-string.c (gdbscm_call_scm_to_stringn): Likewise.
1538 (gdbscm_call_scm_from_stringn): Likewise.
1539 * guile/scm-symbol.c (syscm_hash_symbol_smob): Likewise.
1540 (syscm_eq_symbol_smob): Likewise.
1541 (syscm_get_symbol_map): Likewise.
1542 (syscm_del_objfile_symbols): Likewise.
1543 * guile/scm-symtab.c (stscm_hash_symtab_smob): Likewise.
1544 (stscm_eq_symtab_smob): Likewise.
1545 (stscm_objfile_symtab_map): Likewise.
1546 (stscm_del_objfile_symtabs): Likewise.
1547 * guile/scm-type.c (tyscm_hash_type_smob): Likewise.
1548 (tyscm_eq_type_smob): Likewise.
1549 (tyscm_type_map): Likewise.
1550 (tyscm_copy_type_recursive): Likewise.
1551 (save_objfile_types): Likewise.
1552 * guile/scm-utils.c (extract_arg): Likewise.
1553 * h8300-tdep.c (h8300_frame_cache): Likewise.
1554 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind_cache): Likewise.
1555 * hppa-tdep.c (compare_unwind_entries): Likewise.
1556 (find_unwind_entry): Likewise.
1557 (hppa_frame_cache): Likewise.
1558 (hppa_stub_frame_unwind_cache): Likewise.
1559 * hppanbsd-tdep.c (hppanbsd_supply_gregset): Likewise.
1560 * hppaobsd-tdep.c (hppaobsd_supply_gregset): Likewise.
1561 (hppaobsd_supply_fpregset): Likewise.
1562 * i386-cygwin-tdep.c (core_process_module_section): Likewise.
1563 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
1564 * i386-tdep.c (i386_frame_cache): Likewise.
1565 (i386_epilogue_frame_cache): Likewise.
1566 (i386_sigtramp_frame_cache): Likewise.
1567 (i386_supply_gregset): Likewise.
1568 (i386_collect_gregset): Likewise.
1569 (i386_gdbarch_init): Likewise.
1570 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Likewise.
1571 (i386obsd_trapframe_cache): Likewise.
1572 * i387-tdep.c (i387_supply_fsave): Likewise.
1573 (i387_collect_fsave): Likewise.
1574 (i387_supply_fxsave): Likewise.
1575 (i387_collect_fxsave): Likewise.
1576 (i387_supply_xsave): Likewise.
1577 (i387_collect_xsave): Likewise.
1578 * ia64-tdep.c (ia64_frame_cache): Likewise.
1579 (ia64_sigtramp_frame_cache): Likewise.
1580 * infcmd.c (attach_command_continuation): Likewise.
1581 (attach_command_continuation_free_args): Likewise.
1582 * inferior.c (restore_inferior): Likewise.
1583 (delete_thread_of_inferior): Likewise.
1584 * inflow.c (inflow_inferior_data_cleanup): Likewise.
1585 (get_inflow_inferior_data): Likewise.
1586 (inflow_inferior_exit): Likewise.
1587 * infrun.c (displaced_step_clear_cleanup): Likewise.
1588 (restore_current_uiout_cleanup): Likewise.
1589 (release_stop_context_cleanup): Likewise.
1590 (do_restore_infcall_suspend_state_cleanup): Likewise.
1591 (do_restore_infcall_control_state_cleanup): Likewise.
1592 (restore_inferior_ptid): Likewise.
1593 * inline-frame.c (block_starting_point_at): Likewise.
1594 * iq2000-tdep.c (iq2000_frame_cache): Likewise.
1595 * jit.c (get_jit_objfile_data): Likewise.
1596 (get_jit_program_space_data): Likewise.
1597 (jit_object_close_impl): Likewise.
1598 (jit_find_objf_with_entry_addr): Likewise.
1599 (jit_breakpoint_deleted): Likewise.
1600 (jit_unwind_reg_set_impl): Likewise.
1601 (jit_unwind_reg_get_impl): Likewise.
1602 (jit_dealloc_cache): Likewise.
1603 (jit_frame_sniffer): Likewise.
1604 (jit_frame_prev_register): Likewise.
1605 (jit_prepend_unwinder): Likewise.
1606 (jit_inferior_exit_hook): Likewise.
1607 (free_objfile_data): Likewise.
1608 * jv-lang.c (jv_per_objfile_free): Likewise.
1609 (get_dynamics_objfile): Likewise.
1610 (get_java_class_symtab): Likewise.
1611 (builtin_java_type): Likewise.
1612 * language.c (language_string_char_type): Likewise.
1613 (language_bool_type): Likewise.
1614 (language_lookup_primitive_type): Likewise.
1615 (language_lookup_primitive_type_as_symbol): Likewise.
1616 * linespec.c (hash_address_entry): Likewise.
1617 (eq_address_entry): Likewise.
1618 (iterate_inline_only): Likewise.
1619 (iterate_name_matcher): Likewise.
1620 (decode_line_2_compare_items): Likewise.
1621 (collect_one_symbol): Likewise.
1622 (compare_symbols): Likewise.
1623 (compare_msymbols): Likewise.
1624 (add_symtabs_to_list): Likewise.
1625 (collect_symbols): Likewise.
1626 (compare_msyms): Likewise.
1627 (add_minsym): Likewise.
1628 (cleanup_linespec_result): Likewise.
1629 * linux-fork.c (inferior_call_waitpid_cleanup): Likewise.
1630 * linux-nat.c (delete_lwp_cleanup): Likewise.
1631 (count_events_callback): Likewise.
1632 (select_event_lwp_callback): Likewise.
1633 (resume_stopped_resumed_lwps): Likewise.
1634 * linux-tdep.c (get_linux_gdbarch_data): Likewise.
1635 (invalidate_linux_cache_inf): Likewise.
1636 (get_linux_inferior_data): Likewise.
1637 (linux_find_memory_regions_thunk): Likewise.
1638 (linux_make_mappings_callback): Likewise.
1639 (linux_corefile_thread_callback): Likewise.
1640 (find_mapping_size): Likewise.
1641 * linux-thread-db.c (find_new_threads_callback): Likewise.
1642 * lm32-tdep.c (lm32_frame_cache): Likewise.
1643 * m2-lang.c (builtin_m2_type): Likewise.
1644 * m32c-tdep.c (m32c_analyze_frame_prologue): Likewise.
1645 * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_cache): Likewise.
1646 (m32r_linux_supply_gregset): Likewise.
1647 (m32r_linux_collect_gregset): Likewise.
1648 * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
1649 * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
1650 * m68k-tdep.c (m68k_frame_cache): Likewise.
1651 * m68kbsd-tdep.c (m68kbsd_supply_fpregset): Likewise.
1652 (m68kbsd_supply_gregset): Likewise.
1653 * m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise.
1654 * m88k-tdep.c (m88k_frame_cache): Likewise.
1655 (m88k_supply_gregset): Likewise.
1656
1657 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1658
1659 * aarch64-linux-tdep.c (aarch64_stap_parse_special_token): Add cast
1660 to allocation result assignment.
1661 * ada-exp.y (write_object_renaming): Likewise.
1662 (write_ambiguous_var): Likewise.
1663 (ada_nget_field_index): Likewise.
1664 (write_var_or_type): Likewise.
1665 * ada-lang.c (ada_decode_symbol): Likewise.
1666 (ada_value_assign): Likewise.
1667 (value_pointer): Likewise.
1668 (cache_symbol): Likewise.
1669 (add_nonlocal_symbols): Likewise.
1670 (ada_name_for_lookup): Likewise.
1671 (symbol_completion_add): Likewise.
1672 (ada_to_fixed_type_1): Likewise.
1673 (ada_get_next_arg): Likewise.
1674 (defns_collected): Likewise.
1675 * ada-lex.l (processId): Likewise.
1676 (processString): Likewise.
1677 * ada-tasks.c (read_known_tasks_array): Likewise.
1678 (read_known_tasks_list): Likewise.
1679 * ada-typeprint.c (decoded_type_name): Likewise.
1680 * addrmap.c (addrmap_mutable_create_fixed): Likewise.
1681 * amd64-tdep.c (amd64_push_arguments): Likewise.
1682 (amd64_displaced_step_copy_insn): Likewise.
1683 (amd64_classify_insn_at): Likewise.
1684 (amd64_relocate_instruction): Likewise.
1685 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Likewise.
1686 * arch-utils.c (simple_displaced_step_copy_insn): Likewise.
1687 (initialize_current_architecture): Likewise.
1688 * arm-linux-tdep.c (arm_stap_parse_special_token): Likewise.
1689 * arm-symbian-tdep.c (arm_symbian_osabi_sniffer): Likewise.
1690 * arm-tdep.c (arm_exidx_new_objfile): Likewise.
1691 (arm_push_dummy_call): Likewise.
1692 (extend_buffer_earlier): Likewise.
1693 (arm_adjust_breakpoint_address): Likewise.
1694 (arm_skip_stub): Likewise.
1695 * auto-load.c (filename_is_in_pattern): Likewise.
1696 (maybe_add_script_file): Likewise.
1697 (maybe_add_script_text): Likewise.
1698 (auto_load_objfile_script_1): Likewise.
1699 * auxv.c (ld_so_xfer_auxv): Likewise.
1700 * ax-general.c (new_agent_expr): Likewise.
1701 (grow_expr): Likewise.
1702 (ax_reg_mask): Likewise.
1703 * bcache.c (bcache_full): Likewise.
1704 * breakpoint.c (program_breakpoint_here_p): Likewise.
1705 * btrace.c (parse_xml_raw): Likewise.
1706 * build-id.c (build_id_to_debug_bfd): Likewise.
1707 * buildsym.c (end_symtab_with_blockvector): Likewise.
1708 * c-exp.y (string_exp): Likewise.
1709 (qualified_name): Likewise.
1710 (write_destructor_name): Likewise.
1711 (operator_stoken): Likewise.
1712 (parse_number): Likewise.
1713 (scan_macro_expansion): Likewise.
1714 (yylex): Likewise.
1715 (c_print_token): Likewise.
1716 * c-lang.c (c_get_string): Likewise.
1717 (emit_numeric_character): Likewise.
1718 * charset.c (wchar_iterate): Likewise.
1719 * cli/cli-cmds.c (complete_command): Likewise.
1720 (make_command): Likewise.
1721 * cli/cli-dump.c (restore_section_callback): Likewise.
1722 (restore_binary_file): Likewise.
1723 * cli/cli-interp.c (cli_interpreter_exec): Likewise.
1724 * cli/cli-script.c (execute_control_command): Likewise.
1725 * cli/cli-setshow.c (do_set_command): Likewise.
1726 * coff-pe-read.c (add_pe_forwarded_sym): Likewise.
1727 (read_pe_exported_syms): Likewise.
1728 * coffread.c (coff_read_struct_type): Likewise.
1729 (coff_read_enum_type): Likewise.
1730 * common/btrace-common.c (btrace_data_append): Likewise.
1731 * common/buffer.c (buffer_grow): Likewise.
1732 * common/filestuff.c (gdb_fopen_cloexec): Likewise.
1733 * common/format.c (parse_format_string): Likewise.
1734 * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
1735 * common/xml-utils.c (xml_escape_text): Likewise.
1736 * compile/compile-object-load.c (copy_sections): Likewise.
1737 (compile_object_load): Likewise.
1738 * compile/compile-object-run.c (compile_object_run): Likewise.
1739 * completer.c (filename_completer): Likewise.
1740 * corefile.c (read_memory_typed_address): Likewise.
1741 (write_memory_unsigned_integer): Likewise.
1742 (write_memory_signed_integer): Likewise.
1743 (complete_set_gnutarget): Likewise.
1744 * corelow.c (get_core_register_section): Likewise.
1745 * cp-name-parser.y (d_grab): Likewise.
1746 (allocate_info): Likewise.
1747 (cp_new_demangle_parse_info): Likewise.
1748 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Likewise.
1749 (cp_lookup_symbol_in_namespace): Likewise.
1750 (lookup_namespace_scope): Likewise.
1751 (find_symbol_in_baseclass): Likewise.
1752 (cp_lookup_nested_symbol): Likewise.
1753 (cp_lookup_transparent_type_loop): Likewise.
1754 * cp-support.c (copy_string_to_obstack): Likewise.
1755 (make_symbol_overload_list): Likewise.
1756 (make_symbol_overload_list_namespace): Likewise.
1757 (make_symbol_overload_list_adl_namespace): Likewise.
1758 (first_component_command): Likewise.
1759 * cp-valprint.c (cp_print_value): Likewise.
1760 * ctf.c (ctf_xfer_partial): Likewise.
1761 * d-exp.y (StringExp): Likewise.
1762 * d-namespace.c (d_lookup_symbol_in_module): Likewise.
1763 (lookup_module_scope): Likewise.
1764 (find_symbol_in_baseclass): Likewise.
1765 (d_lookup_nested_symbol): Likewise.
1766 * dbxread.c (find_stab_function_addr): Likewise.
1767 (read_dbx_symtab): Likewise.
1768 (dbx_end_psymtab): Likewise.
1769 (cp_set_block_scope): Likewise.
1770 * dcache.c (dcache_alloc): Likewise.
1771 * demangle.c (_initialize_demangler): Likewise.
1772 * dicos-tdep.c (dicos_load_module_p): Likewise.
1773 * dictionary.c (dict_create_hashed_expandable): Likewise.
1774 (dict_create_linear_expandable): Likewise.
1775 (expand_hashtable): Likewise.
1776 (add_symbol_linear_expandable): Likewise.
1777 * dwarf2-frame.c (add_cie): Likewise.
1778 (add_fde): Likewise.
1779 (dwarf2_build_frame_info): Likewise.
1780 * dwarf2expr.c (dwarf_expr_grow_stack): Likewise.
1781 (dwarf_expr_fetch_address): Likewise.
1782 (add_piece): Likewise.
1783 (execute_stack_op): Likewise.
1784 * dwarf2loc.c (chain_candidate): Likewise.
1785 (dwarf_entry_parameter_to_value): Likewise.
1786 (read_pieced_value): Likewise.
1787 (write_pieced_value): Likewise.
1788 * dwarf2read.c (dwarf2_read_section): Likewise.
1789 (add_type_unit): Likewise.
1790 (read_comp_units_from_section): Likewise.
1791 (fixup_go_packaging): Likewise.
1792 (dwarf2_compute_name): Likewise.
1793 (dwarf2_physname): Likewise.
1794 (create_dwo_unit_in_dwp_v1): Likewise.
1795 (create_dwo_unit_in_dwp_v2): Likewise.
1796 (read_func_scope): Likewise.
1797 (read_call_site_scope): Likewise.
1798 (dwarf2_attach_fields_to_type): Likewise.
1799 (process_structure_scope): Likewise.
1800 (mark_common_block_symbol_computed): Likewise.
1801 (read_common_block): Likewise.
1802 (abbrev_table_read_table): Likewise.
1803 (guess_partial_die_structure_name): Likewise.
1804 (fixup_partial_die): Likewise.
1805 (add_file_name): Likewise.
1806 (dwarf2_const_value_data): Likewise.
1807 (dwarf2_const_value_attr): Likewise.
1808 (build_error_marker_type): Likewise.
1809 (guess_full_die_structure_name): Likewise.
1810 (anonymous_struct_prefix): Likewise.
1811 (typename_concat): Likewise.
1812 (dwarf2_canonicalize_name): Likewise.
1813 (dwarf2_name): Likewise.
1814 (write_constant_as_bytes): Likewise.
1815 (dwarf2_fetch_constant_bytes): Likewise.
1816 (copy_string): Likewise.
1817 (parse_macro_definition): Likewise.
1818 * elfread.c (elf_symfile_segments): Likewise.
1819 (elf_rel_plt_read): Likewise.
1820 (elf_gnu_ifunc_resolve_by_cache): Likewise.
1821 (elf_gnu_ifunc_resolve_by_got): Likewise.
1822 (elf_read_minimal_symbols): Likewise.
1823 (elf_gnu_ifunc_record_cache): Likewise.
1824 * event-top.c (top_level_prompt): Likewise.
1825 (command_line_handler): Likewise.
1826 * exec.c (resize_section_table): Likewise.
1827 * expprint.c (print_subexp_standard): Likewise.
1828 * fbsd-tdep.c (fbsd_collect_regset_section_cb): Likewise.
1829 * findcmd.c (parse_find_args): Likewise.
1830 * findvar.c (address_from_register): Likewise.
1831 * frame.c (get_prev_frame_always): Likewise.
1832 * gdb_bfd.c (gdb_bfd_ref): Likewise.
1833 (get_section_descriptor): Likewise.
1834 * gdb_obstack.c (obconcat): Likewise.
1835 (obstack_strdup): Likewise.
1836 * gdbtypes.c (lookup_function_type_with_arguments): Likewise.
1837 (create_set_type): Likewise.
1838 (lookup_unsigned_typename): Likewise.
1839 (lookup_signed_typename): Likewise.
1840 (resolve_dynamic_union): Likewise.
1841 (resolve_dynamic_struct): Likewise.
1842 (add_dyn_prop): Likewise.
1843 (copy_dynamic_prop_list): Likewise.
1844 (arch_flags_type): Likewise.
1845 (append_composite_type_field_raw): Likewise.
1846 * gdbtypes.h (INIT_FUNC_SPECIFIC): Likewise.
1847 * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
1848 * go-exp.y (string_exp): Likewise.
1849 * go-lang.c (go_demangle): Likewise.
1850 * guile/guile.c (compute_scheme_string): Likewise.
1851 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
1852 (gdbscm_canonicalize_command_name): Likewise.
1853 * guile/scm-ports.c (ioscm_init_stdio_buffers): Likewise.
1854 (ioscm_init_memory_port): Likewise.
1855 (ioscm_reinit_memory_port): Likewise.
1856 * guile/scm-utils.c (gdbscm_gc_xstrdup): Likewise.
1857 (gdbscm_gc_dup_argv): Likewise.
1858 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
1859 * hppa-tdep.c (internalize_unwinds): Likewise.
1860 (read_unwind_info): Likewise.
1861 * i386-cygwin-tdep.c (core_process_module_section): Likewise.
1862 (windows_core_xfer_shared_libraries): Likewise.
1863 * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
1864 (i386_stap_parse_special_token_triplet): Likewise.
1865 (i386_stap_parse_special_token_three_arg_disp): Likewise.
1866 * i386obsd-tdep.c (i386obsd_sigtramp_p): Likewise.
1867 * inf-child.c (inf_child_fileio_readlink): Likewise.
1868 * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
1869 (inf_ptrace_store_register): Likewise.
1870 * infrun.c (follow_exec): Likewise.
1871 (displaced_step_prepare_throw): Likewise.
1872 (save_stop_context): Likewise.
1873 (save_infcall_suspend_state): Likewise.
1874 * jit.c (jit_read_descriptor): Likewise.
1875 (jit_read_code_entry): Likewise.
1876 (jit_symtab_line_mapping_add_impl): Likewise.
1877 (finalize_symtab): Likewise.
1878 (jit_unwind_reg_get_impl): Likewise.
1879 * jv-exp.y (QualifiedName): Likewise.
1880 * jv-lang.c (get_java_utf8_name): Likewise.
1881 (type_from_class): Likewise.
1882 (java_demangle_type_signature): Likewise.
1883 (java_class_name_from_physname): Likewise.
1884 * jv-typeprint.c (java_type_print_base): Likewise.
1885 * jv-valprint.c (java_value_print): Likewise.
1886 * language.c (add_language): Likewise.
1887 * linespec.c (add_sal_to_sals_basic): Likewise.
1888 (add_sal_to_sals): Likewise.
1889 (decode_objc): Likewise.
1890 (find_linespec_symbols): Likewise.
1891 * linux-fork.c (fork_save_infrun_state): Likewise.
1892 * linux-nat.c (linux_nat_detach): Likewise.
1893 (linux_nat_fileio_readlink): Likewise.
1894 * linux-record.c (record_linux_sockaddr): Likewise.
1895 (record_linux_msghdr): Likewise.
1896 (Do): Likewise.
1897 * linux-tdep.c (linux_core_info_proc_mappings): Likewise.
1898 (linux_collect_regset_section_cb): Likewise.
1899 (linux_get_siginfo_data): Likewise.
1900 * linux-thread-db.c (try_thread_db_load_from_pdir_1): Likewise.
1901 (try_thread_db_load_from_dir): Likewise.
1902 (thread_db_load_search): Likewise.
1903 (info_auto_load_libthread_db): Likewise.
1904 * m32c-tdep.c (m32c_m16c_address_to_pointer): Likewise.
1905 (m32c_m16c_pointer_to_address): Likewise.
1906 * m68hc11-tdep.c (m68hc11_pseudo_register_write): Likewise.
1907 * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
1908 * machoread.c (macho_check_dsym): Likewise.
1909 * macroexp.c (resize_buffer): Likewise.
1910 (gather_arguments): Likewise.
1911 (maybe_expand): Likewise.
1912 * macrotab.c (new_macro_key): Likewise.
1913 (new_source_file): Likewise.
1914 (new_macro_definition): Likewise.
1915 * mdebugread.c (parse_symbol): Likewise.
1916 (parse_type): Likewise.
1917 (parse_partial_symbols): Likewise.
1918 (psymtab_to_symtab_1): Likewise.
1919 * mem-break.c (default_memory_insert_breakpoint): Likewise.
1920 * mi/mi-cmd-break.c (mi_argv_to_format): Likewise.
1921 * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
1922 (mi_cmd_data_read_memory_bytes): Likewise.
1923 (mi_cmd_data_write_memory_bytes): Likewise.
1924 (mi_cmd_trace_frame_collected): Likewise.
1925 * mi/mi-parse.c (mi_parse_argv): Likewise.
1926 (mi_parse): Likewise.
1927 * minidebug.c (lzma_open): Likewise.
1928 (lzma_pread): Likewise.
1929 * mips-tdep.c (mips_read_fp_register_single): Likewise.
1930 (mips_print_fp_register): Likewise.
1931 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Likewise.
1932 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
1933 * mt-tdep.c (mt_register_name): Likewise.
1934 (mt_registers_info): Likewise.
1935 (mt_push_dummy_call): Likewise.
1936 * namespace.c (add_using_directive): Likewise.
1937 * nat/linux-btrace.c (perf_event_read): Likewise.
1938 (linux_enable_bts): Likewise.
1939 * nat/linux-osdata.c (linux_common_core_of_thread): Likewise.
1940 * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Likewise.
1941 * nto-tdep.c (nto_find_and_open_solib): Likewise.
1942 (nto_parse_redirection): Likewise.
1943 * objc-lang.c (objc_demangle): Likewise.
1944 (find_methods): Likewise.
1945 * objfiles.c (get_objfile_bfd_data): Likewise.
1946 (set_objfile_main_name): Likewise.
1947 (allocate_objfile): Likewise.
1948 (objfile_relocate): Likewise.
1949 (update_section_map): Likewise.
1950 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
1951 * p-exp.y (exp): Likewise.
1952 (yylex): Likewise.
1953 * p-valprint.c (pascal_object_print_value): Likewise.
1954 * parse.c (initialize_expout): Likewise.
1955 (mark_completion_tag): Likewise.
1956 (copy_name): Likewise.
1957 (parse_float): Likewise.
1958 (type_stack_reserve): Likewise.
1959 * ppc-linux-tdep.c (ppc_stap_parse_special_token): Likewise.
1960 (ppu2spu_prev_register): Likewise.
1961 * ppc-ravenscar-thread.c (supply_register_at_address): Likewise.
1962 * printcmd.c (printf_wide_c_string): Likewise.
1963 (printf_pointer): Likewise.
1964 * probe.c (parse_probes): Likewise.
1965 * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
1966 (cmdpy_init): Likewise.
1967 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Likewise.
1968 * python/py-symtab.c (set_sal): Likewise.
1969 * python/py-unwind.c (pyuw_sniffer): Likewise.
1970 * python/python.c (python_interactive_command): Likewise.
1971 (compute_python_string): Likewise.
1972 * ravenscar-thread.c (get_running_thread_id): Likewise.
1973 * record-full.c (record_full_exec_insn): Likewise.
1974 (record_full_core_open_1): Likewise.
1975 * regcache.c (regcache_raw_read_signed): Likewise.
1976 (regcache_raw_read_unsigned): Likewise.
1977 (regcache_cooked_read_signed): Likewise.
1978 (regcache_cooked_read_unsigned): Likewise.
1979 * remote-fileio.c (remote_fileio_func_open): Likewise.
1980 (remote_fileio_func_rename): Likewise.
1981 (remote_fileio_func_unlink): Likewise.
1982 (remote_fileio_func_stat): Likewise.
1983 (remote_fileio_func_system): Likewise.
1984 * remote-mips.c (mips_xfer_memory): Likewise.
1985 (mips_load_srec): Likewise.
1986 (pmon_end_download): Likewise.
1987 * remote.c (new_remote_state): Likewise.
1988 (map_regcache_remote_table): Likewise.
1989 (remote_register_number_and_offset): Likewise.
1990 (init_remote_state): Likewise.
1991 (get_memory_packet_size): Likewise.
1992 (remote_pass_signals): Likewise.
1993 (remote_program_signals): Likewise.
1994 (remote_start_remote): Likewise.
1995 (remote_check_symbols): Likewise.
1996 (remote_query_supported): Likewise.
1997 (extended_remote_attach): Likewise.
1998 (process_g_packet): Likewise.
1999 (store_registers_using_G): Likewise.
2000 (putpkt_binary): Likewise.
2001 (read_frame): Likewise.
2002 (compare_sections_command): Likewise.
2003 (remote_hostio_pread): Likewise.
2004 (remote_hostio_readlink): Likewise.
2005 (remote_file_put): Likewise.
2006 (remote_file_get): Likewise.
2007 (remote_pid_to_exec_file): Likewise.
2008 (_initialize_remote): Likewise.
2009 * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
2010 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
2011 * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise.
2012 (bfd_uses_spe_extensions): Likewise.
2013 * s390-linux-tdep.c (s390_displaced_step_copy_insn): Likewise.
2014 * score-tdep.c (score7_malloc_and_get_memblock): Likewise.
2015 * solib-dsbt.c (decode_loadmap): Likewise.
2016 (fetch_loadmap): Likewise.
2017 (scan_dyntag): Likewise.
2018 (enable_break): Likewise.
2019 (dsbt_relocate_main_executable): Likewise.
2020 * solib-frv.c (fetch_loadmap): Likewise.
2021 (enable_break2): Likewise.
2022 (frv_relocate_main_executable): Likewise.
2023 * solib-spu.c (spu_relocate_main_executable): Likewise.
2024 (spu_bfd_open): Likewise.
2025 * solib-svr4.c (lm_info_read): Likewise.
2026 (read_program_header): Likewise.
2027 (find_program_interpreter): Likewise.
2028 (scan_dyntag): Likewise.
2029 (elf_locate_base): Likewise.
2030 (open_symbol_file_object): Likewise.
2031 (read_program_headers_from_bfd): Likewise.
2032 (svr4_relocate_main_executable): Likewise.
2033 * solib-target.c (solib_target_relocate_section_addresses): Likewise.
2034 * solib.c (solib_find_1): Likewise.
2035 (exec_file_find): Likewise.
2036 (solib_find): Likewise.
2037 * source.c (openp): Likewise.
2038 (print_source_lines_base): Likewise.
2039 (forward_search_command): Likewise.
2040 * sparc-ravenscar-thread.c (supply_register_at_address): Likewise.
2041 * spu-tdep.c (spu2ppu_prev_register): Likewise.
2042 (spu_get_overlay_table): Likewise.
2043 * stabsread.c (patch_block_stabs): Likewise.
2044 (define_symbol): Likewise.
2045 (again:): Likewise.
2046 (read_member_functions): Likewise.
2047 (read_one_struct_field): Likewise.
2048 (read_enum_type): Likewise.
2049 (common_block_start): Likewise.
2050 * stack.c (read_frame_arg): Likewise.
2051 (backtrace_command): Likewise.
2052 * stap-probe.c (stap_parse_register_operand): Likewise.
2053 * symfile.c (syms_from_objfile_1): Likewise.
2054 (find_separate_debug_file): Likewise.
2055 (load_command): Likewise.
2056 (load_progress): Likewise.
2057 (load_section_callback): Likewise.
2058 (reread_symbols): Likewise.
2059 (add_filename_language): Likewise.
2060 (allocate_compunit_symtab): Likewise.
2061 (read_target_long_array): Likewise.
2062 (simple_read_overlay_table): Likewise.
2063 * symtab.c (symbol_set_names): Likewise.
2064 (resize_symbol_cache): Likewise.
2065 (rbreak_command): Likewise.
2066 (completion_list_add_name): Likewise.
2067 (completion_list_objc_symbol): Likewise.
2068 (add_filename_to_list): Likewise.
2069 * target-descriptions.c (maint_print_c_tdesc_cmd): Likewise.
2070 * target-memory.c (target_write_memory_blocks): Likewise.
2071 * target.c (target_read_string): Likewise.
2072 (read_whatever_is_readable): Likewise.
2073 (target_read_alloc_1): Likewise.
2074 (simple_search_memory): Likewise.
2075 (target_fileio_read_alloc_1): Likewise.
2076 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
2077 * top.c (command_line_input): Likewise.
2078 * tracefile-tfile.c (tfile_fetch_registers): Likewise.
2079 * tracefile.c (tracefile_fetch_registers): Likewise.
2080 * tracepoint.c (add_memrange): Likewise.
2081 (init_collection_list): Likewise.
2082 (add_aexpr): Likewise.
2083 (trace_dump_actions): Likewise.
2084 (parse_trace_status): Likewise.
2085 (parse_tracepoint_definition): Likewise.
2086 (parse_tsv_definition): Likewise.
2087 (parse_static_tracepoint_marker_definition): Likewise.
2088 * tui/tui-file.c (tui_sfileopen): Likewise.
2089 (tui_file_adjust_strbuf): Likewise.
2090 * tui/tui-io.c (tui_expand_tabs): Likewise.
2091 * tui/tui-source.c (tui_set_source_content): Likewise.
2092 * typeprint.c (find_global_typedef): Likewise.
2093 * ui-file.c (do_ui_file_xstrdup): Likewise.
2094 (ui_file_obsavestring): Likewise.
2095 (mem_file_write): Likewise.
2096 * utils.c (make_hex_string): Likewise.
2097 (get_regcomp_error): Likewise.
2098 (puts_filtered_tabular): Likewise.
2099 (gdb_realpath_keepfile): Likewise.
2100 (ldirname): Likewise.
2101 (gdb_bfd_errmsg): Likewise.
2102 (substitute_path_component): Likewise.
2103 * valops.c (search_struct_method): Likewise.
2104 (find_oload_champ_namespace_loop): Likewise.
2105 * valprint.c (print_decimal_chars): Likewise.
2106 (read_string): Likewise.
2107 (generic_emit_char): Likewise.
2108 * varobj.c (varobj_delete): Likewise.
2109 (varobj_value_get_print_value): Likewise.
2110 * vaxobsd-tdep.c (vaxobsd_sigtramp_sniffer): Likewise.
2111 * windows-tdep.c (display_one_tib): Likewise.
2112 * xcoffread.c (read_xcoff_symtab): Likewise.
2113 (process_xcoff_symbol): Likewise.
2114 (swap_sym): Likewise.
2115 (scan_xcoff_symtab): Likewise.
2116 (xcoff_initial_scan): Likewise.
2117 * xml-support.c (gdb_xml_end_element): Likewise.
2118 (xml_process_xincludes): Likewise.
2119 (xml_fetch_content_from_file): Likewise.
2120 * xml-syscall.c (xml_list_of_syscalls): Likewise.
2121 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
2122
2123 2015-09-23 James Bowman <james.bowman@ftdichip.com>
2124
2125 * ft32-tdep.c (ft32_register_type): Return gdbarch_tdep (gdbarch)->pc_type
2126 instead of builtin_func_ptr.
2127 (ft32_pointer_to_address): New function.
2128 (ft32_address_class_type_flags): New function.
2129 (ft32_address_class_type_flags_to_name): New function.
2130 (ft32_address_class_name_to_type_flags): New function.
2131 (ft32_gdbarch_init): Set tdep->pc_type. Call
2132 set_gdbarch_pointer_to_address,
2133 set_gdbarch_address_class_type_flags
2134 set_gdbarch_address_class_name_to_type_flags,
2135 and set_gdbarch_address_class_type_flags_to_name.
2136 * ft32-tdep.h (struct gdbarch_tdep) <pc_type>: New field.
2137
2138 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
2139
2140 * ada-lang.c (ada_evaluate_subexp) <OP_FUNCALL>: When the input
2141 value is a reference, actually dereference it in order to get
2142 the underlying value.
2143
2144 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
2145
2146 * stap-probe.c (handle_stap_probe): Remove unnecessary cast.
2147
2148 2015-09-21 Simon Marchi <simon.marchi@ericsson.com>
2149
2150 * cli/cli-setshow.c (cmd_show_list): Constify a variable.
2151 * linespec.c (linespec_lexer_lex_string): Same.
2152
2153 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2154
2155 * NEWS: Mention support for fast tracepoints on aarch64-linux.
2156
2157 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2158
2159 * aarch64-tdep.c (aarch64_analyze_prologue): New is_adrp
2160 variable. Call aarch64_decode_adr instead of
2161 aarch64_decode_adrp.
2162 * arch/aarch64-insn.h (aarch64_decode_adrp): Delete.
2163 (aarch64_decode_adr): New function declaration.
2164 * arch/aarch64-insn.c (aarch64_decode_adrp): Delete.
2165 (aarch64_decode_adr): New function, factored out from
2166 aarch64_decode_adrp to decode both adr and adrp instructions.
2167
2168 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2169
2170 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-insn.o.
2171 (HFILES_NO_SRCDIR): Add arch/aarch64-insn.h.
2172 (aarch64-insn.o): New rule.
2173 * configure.tgt (aarch64*-*-elf): Add aarch64-insn.o.
2174 (aarch64*-*-linux*): Likewise.
2175 * arch/aarch64-insn.c: New file.
2176 * arch/aarch64-insn.h: New file.
2177 * aarch64-tdep.c: Include arch/aarch64-insn.h.
2178 (aarch64_debug): Move to arch/aarch64-insn.c. Declare in
2179 arch/aarch64-insn.h.
2180 (decode_add_sub_imm): Rename to ...
2181 (aarch64_decode_add_sub_imm): ... this.
2182 (decode_adrp): Rename to ...
2183 (aarch64_decode_adrp): ... this. Move to arch/aarch64-insn.c.
2184 Declare in arch/aarch64-insn.h.
2185 (decode_b): Rename to ...
2186 (aarch64_decode_b): ... this. Move to arch/aarch64-insn.c.
2187 Declare in arch/aarch64-insn.h.
2188 (decode_bcond): Rename to ...
2189 (aarch64_decode_bcond): ... this. Move to arch/aarch64-insn.c.
2190 Declare in arch/aarch64-insn.h.
2191 (decode_br): Rename to ...
2192 (aarch64_decode_br): ... this.
2193 (decode_cb): Rename to ...
2194 (aarch64_decode_cb): ... this. Move to arch/aarch64-insn.c.
2195 Declare in arch/aarch64-insn.h.
2196 (decode_eret): Rename to ...
2197 (aarch64_decode_eret): ... this.
2198 (decode_movz): Rename to ...
2199 (aarch64_decode_movz): ... this.
2200 (decode_orr_shifted_register_x): Rename to ...
2201 (aarch64_decode_orr_shifted_register_x): ... this.
2202 (decode_ret): Rename to ...
2203 (aarch64_decode_ret): ... this.
2204 (decode_stp_offset): Rename to ...
2205 (aarch64_decode_stp_offset): ... this.
2206 (decode_stp_offset_wb): Rename to ...
2207 (aarch64_decode_stp_offset_wb): ... this.
2208 (decode_stur): Rename to ...
2209 (aarch64_decode_stur): ... this.
2210 (decode_tb): Rename to ...
2211 (aarch64_decode_tb): ... this. Move to arch/aarch64-insn.c.
2212 Declare in arch/aarch64-insn.h.
2213 (aarch64_analyze_prologue): Adjust calls to renamed functions.
2214
2215 2015-09-20 Doug Evans <xdje42@gmail.com>
2216
2217 * dwarf2read.c (add_partial_symbol): Remove outdated comments.
2218
2219 2015-09-20 Doug Evans <xdje42@gmail.com>
2220
2221 * dwarf2read.c (dwarf2_compute_name): Add FIXME. Don't use a local
2222 variable name that collides with a parameter.
2223
2224 2015-09-20 Joel Brobecker <brobecker@adacore.com>
2225
2226 * dwarf2loc.c (locexpr_get_frame_base): Renames
2227 block_op_get_frame_base.
2228 (dwarf2_block_frame_base_locexpr_funcs): Replace reference to
2229 block_op_get_frame_base by reference to locexpr_get_frame_base.
2230 (loclist_get_frame_base): New function, near identical copy of
2231 locexpr_get_frame_base.
2232 (dwarf2_block_frame_base_loclist_funcs): Replace reference to
2233 block_op_get_frame_base by reference to loclist_get_frame_base.
2234
2235 2015-09-19 Doug Evans <xdje42@gmail.com>
2236
2237 * ravenscar-thread.c (ravenscar_inferior_created): Replace
2238 current_inferior ()->gdbarch with its wrapper target_gdbarch.
2239
2240 2015-09-18 Doug Evans <xdje42@gmail.com>
2241
2242 * linux-thread-db.c (record_thread): Return the created thread.
2243 (thread_from_lwp): Likewise.
2244 (thread_db_get_thread_local_address): Update.
2245
2246 2015-09-18 Doug Evans <xdje42@gmail.com>
2247
2248 * symtab.h (general_symbol_info) <mangled_lang>: Delete struct,
2249 move only member demangled_name up. All uses updated.
2250
2251 2015-09-18 Doug Evans <xdje42@gmail.com>
2252
2253 * findvar.c (default_read_var_value) <LOC_UNRESOLVED>: Include the
2254 kind of minimal symbol in the error message.
2255 * objfiles.c (objfile_flavour_name): New function.
2256 * objfiles.h (objfile_flavour_name): Declare.
2257
2258 2015-09-18 Yao Qi <yao.qi@linaro.org>
2259
2260 * nat/aarch64-linux.c: Include elf/common.h,
2261 nat/gdb_ptrace.h, asm/ptrace.h and sys/uio.h.
2262 (aarch64_ps_get_thread_area): New function.
2263 * nat/aarch64-linux.h: Include gdb_proc_service.h.
2264 (aarch64_ps_get_thread_area): Declare.
2265 * aarch64-linux-nat.c (ps_get_thread_area): Call
2266 aarch64_ps_get_thread_area.
2267
2268 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2269
2270 * record-btrace.c (record_btrace_resume): Honour scheduler-locking.
2271
2272 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2273
2274 * NEWS: Announce new scheduler-locking mode.
2275 * infrun.c (schedlock_replay): New.
2276 (scheduler_enums): Add schedlock_replay.
2277 (scheduler_mode): Change default to schedlock_replay.
2278 (user_visible_resume_ptid): Handle schedlock_replay.
2279 (clear_proceed_status_thread): Stop replaying if resumed thread is
2280 not replaying.
2281 (schedlock_applies): Handle schedlock_replay.
2282 (_initialize_infrun): Document new scheduler-locking mode.
2283 * record-btrace.c (record_btrace_resume): Remove code to stop other
2284 threads when not replaying the resumed thread.
2285
2286 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2287
2288 * record-btrace.c ((record_btrace_will_replay): New.
2289 (init_record_btrace_ops): Initialize to_record_will_replay.
2290 * record-full.c ((record_full_will_replay): New.
2291 (init_record_full_ops): Initialize to_record_will_replay.
2292 * target-delegates.c: Regenerated.
2293 * target.c (target_record_will_replay): New.
2294 * target.h (struct target_ops) <to_record_will_replay>: New.
2295 (target_record_will_replay): New.
2296
2297 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2298
2299 * record-btrace.c (record_btrace_resume): Call
2300 target_record_stop_replaying.
2301 (record_btrace_stop_replaying_all): New.
2302 (init_record_btrace_ops): Initialize to_record_stop_replaying.
2303 * record-full.c (record_full_stop_replaying): New.
2304 (init_record_full_ops ): Initialize to_record_stop_replaying.
2305 * target-delegates.c: Regenerated.
2306 * target.c (target_record_stop_replaying): New.
2307 * target.h (struct target_ops) <to_record_stop_replaying>: New.
2308 (target_record_stop_replaying): New.
2309
2310 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2311
2312 * record-btrace.c (record_btrace_xfer_partial)
2313 (record_btrace_store_registers, record_btrace_prepare_to_store):
2314 Call record_btrace_is_replaying with inferior_ptid instead of
2315 minus_one_ptid.
2316 (record_btrace_store_registers): Change error message.
2317
2318 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2319
2320 * record-btrace.c (record_btrace_is_replaying): Add ptid argument.
2321 Update users to pass minus_one_ptid.
2322 * record-full.c (record_full_is_replaying): Add ptid argument (ignored).
2323 * record.c (cmd_record_delete): Pass inferior_ptid to
2324 target_record_is_replaying.
2325 * target-delegates.c: Regenerated.
2326 * target.c (target_record_is_replaying): Add ptid argument.
2327 * target.h (struct target_ops) <to_record_is_replaying>: Add ptid
2328 argument.
2329 (target_record_is_replaying): Add ptid argument.
2330
2331 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2332
2333 * record-btrace.c (record_btrace_open): Remove non_stop check.
2334 * NEWS: Announce that record btrace supports non-stop mode.
2335
2336 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2337
2338 * infrun.c (handle_inferior_event_1): Switch to the eventing thread
2339 in the TARKET_WAITKIND_NO_HISTORY case.
2340
2341 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2342
2343 * record-btrace.c (record_btrace_maybe_mark_async_event): New.
2344 (record_btrace_wait): Call record_btrace_maybe_mark_async_event.
2345
2346 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2347
2348 * record-btrace.c (get_thread_current_frame): New.
2349 (record_btrace_start_replaying): Call get_thread_current_frame.
2350
2351 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2352
2353 * record-btrace.c (record_btrace_resume_thread): A move request
2354 overwrites a previous move request.
2355 (record_btrace_find_resume_thread): Removed.
2356 (record_btrace_resume): Resume all requested threads.
2357
2358 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2359
2360 * record-btrace.c: Include vec.h.
2361 (record_btrace_find_thread_to_move): Removed.
2362 (btrace_step_no_resumed, btrace_step_again)
2363 (record_btrace_stop_replaying_at_end): New.
2364 (record_btrace_cancel_resume): Call record_btrace_stop_replaying_at_end.
2365 (record_btrace_single_step_forward): Remove calls to
2366 record_btrace_stop_replaying.
2367 (record_btrace_step_thread): Do only one step for BTHR_CONT and
2368 BTHR_RCONT. Keep threads at the end of their history moving.
2369 (record_btrace_wait): Call record_btrace_step_thread for all threads
2370 until one reports an event. Call record_btrace_stop_replaying_at_end
2371 for the eventing thread.
2372
2373 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2374
2375 * record-btrace.c (record_btrace_single_step_forward): Return
2376 NO_HISTORY if a step brings us to the end of the execution history.
2377
2378 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2379
2380 * record-btrace.c (record_btrace_step_thread): Move breakpoint check
2381 to ...
2382 (record_btrace_single_step_forward): ... here and
2383 (record_btrace_single_step_backward): ... here.
2384
2385 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2386
2387 * record-btrace.c (btrace_step_spurious)
2388 (record_btrace_single_step_forward)
2389 (record_btrace_single_step_backward): New.
2390 (record_btrace_step_thread): Call record_btrace_single_step_forward
2391 and record_btrace_single_step_backward.
2392
2393 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2394
2395 * record-btrace.c (record_btrace_replay_at_breakpoint): New.
2396 (record_btrace_step_thread): Call record_btrace_replay_at_breakpoint.
2397
2398 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2399
2400 * record-btrace.c (btrace_thread_flag_to_str)
2401 (record_btrace_cancel_resume): New.
2402 (record_btrace_step_thread): Call btrace_thread_flag_to_str.
2403 (record_btrace_resume): Print execution direction.
2404 (record_btrace_resume_thread): Call btrace_thread_flag_to_str.
2405 (record_btrace_wait): Call record_btrace_cancel_resume.
2406
2407 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2408
2409 * btrace.h (enum btrace_thread_flag) <BTHR_STOP>: New.
2410 * record-btrace (record_btrace_resume_thread): Clear BTHR_STOP.
2411 (record_btrace_find_thread_to_move): Also accept threads that have
2412 BTHR_STOP set.
2413 (btrace_step_stopped_on_request, record_btrace_stop): New.
2414 (record_btrace_step_thread): Support BTHR_STOP.
2415 (record_btrace_wait): Also clear BTHR_STOP when stopping other threads.
2416 (init_record_btrace_ops): Initialize to_stop.
2417
2418 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2419
2420 * record-btrace.c (record_btrace_wait): Replace non_stop check with
2421 target_is_non_stop_p ().
2422
2423 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
2424
2425 * ada-typeprint.c (print_array_type): Do not describe arrays as
2426 packed when they embed dynamic elements.
2427
2428 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2429
2430 * symtab.h (address_class): Document that TLS variables
2431 are handled by LOC_UNRESOLVED.
2432 * findvar.c (default_read_var_value): Don't relocate TLS variables.
2433 * printcmd.c (address_info): Don't relocate TLS variables.
2434
2435 2015-09-15 Pierre Langlois <pierre.langlois@arm.com>
2436
2437 * aarch64-tdep.c (decode_add_sub_imm): Use debug_printf.
2438 (decode_adrp): Likewise.
2439 (decode_b): Likewise.
2440 (decode_bcond): Likewise.
2441 (decode_br): Likewise.
2442 (decode_cb): Likewise.
2443 (decode_eret): Likewise.
2444 (decode_movz): Likewise.
2445 (decode_orr_shifted_register_x): Likewise.
2446 (decode_ret): Likewise.
2447 (decode_stp_offset): Likewise.
2448 (decode_stp_offset_wb): Likewise.
2449 (decode_stur): Likewise.
2450 (decode_tb): Likewise.
2451 (aarch64_analyze_prologue): Likewise.
2452 (pass_in_x): Likewise.
2453 (pass_in_v): Likewise.
2454 (pass_on_stack): Likewise.
2455 (aarch64_push_dummy_call): Likewise.
2456 (aarch64_extract_return_value): Likewise.
2457 (aarch64_store_return_value): Likewise.
2458 (aarch64_return_value): Likewise.
2459 (aarch64_record_asimd_load_store): Likewise.
2460 (aarch64_record_load_store): Likewise.
2461 (aarch64_record_data_proc_simd_fp): Likewise.
2462
2463 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2464
2465 * linespec.c (minsym_found): Call gdbarch_skip_entrypoint.
2466 * ppc64-tdep.c (ppc64_skip_trampoline_code): Rename to ...
2467 (ppc64_skip_trampoline_code_1): ... here.
2468 (ppc64_skip_trampoline_code): New wrapper function.
2469 * symtab.c (find_function_start_sal): Call gdbarch_skip_entrypoint.
2470
2471 2015-09-15 Yao Qi <yao.qi@linaro.org>
2472
2473 * aarch64-linux-nat.c (aarch64_linux_can_do_single_step): New
2474 function.
2475 (_initialize_aarch64_linux_nat): Install it to to_can_do_single_step.
2476 * arm-linux-tdep.c (arm_linux_software_single_step): Return 0
2477 if target_can_do_single_step returns 1.
2478 * remote.c (struct vCont_action_support) <s, S>: New fields.
2479 (PACKET_vContSupported): New enum.
2480 (remote_protocol_features): New element for vContSupported.
2481 (remote_query_supported): Append "vContSupported+".
2482 (remote_vcont_probe): Remove support_s and support_S, use
2483 rs->supports_vCont.s and rs->supports_vCont.S instead. Disable
2484 vCont packet if c and C actions are not supported.
2485 (remote_can_do_single_step): New function.
2486 (init_remote_ops): Install it to to_can_do_single_step.
2487 (_initialize_remote): Call add_packet_config_cmd.
2488 * target.h (struct target_ops) <to_can_do_single_step>: New field.
2489 (target_can_do_single_step): New macro.
2490 * target-delegates.c: Re-generated.
2491
2492 2015-09-15 Yao Qi <yao.qi@linaro.org>
2493
2494 * aarch64-linux-nat.c (aarch64_linux_siginfo_fixup): New function.
2495 (_initialize_aarch64_linux_nat): Call linux_nat_set_siginfo_fixup.
2496 * nat/aarch64-linux.c (aarch64_compat_siginfo_from_siginfo):
2497 New function.
2498 (aarch64_siginfo_from_compat_siginfo): New function.
2499 * nat/aarch64-linux.h: Include signal.h.
2500 (compat_int_t, compat_uptr_t, compat_time_t): Typedef.
2501 (compat_timer_t, compat_clock_t): Likewise.
2502 (struct compat_timeval): New.
2503 (union compat_sigval): New.
2504 (struct compat_siginfo): New.
2505 (cpt_si_pid, cpt_si_uid, cpt_si_timerid): New macros.
2506 (cpt_si_overrun, cpt_si_status, cpt_si_utime): Likewise.
2507 (cpt_si_stime, cpt_si_ptr, cpt_si_addr): Likewise.
2508 (cpt_si_band, cpt_si_fd): Likewise.
2509
2510 2015-09-14 Pedro Alves <palves@redhat.com>
2511
2512 * infrun.c (current_stop_id): New global.
2513 (get_stop_id, new_stop_id): New functions.
2514 (fetch_inferior_event): Handle normal_stop proceeding the target.
2515 (struct stop_context): New.
2516 (save_stop_context, release_stop_context_cleanup)
2517 (stop_context_changed): New functions.
2518 (normal_stop): Return true if the hook-stop changes the stop
2519 context.
2520 * infrun.h (get_stop_id): Declare.
2521 (normal_stop): Now returns int. Add documentation.
2522
2523 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
2524
2525 * ada-lang.c (ada_value_ptr_subscript): Update the heading
2526 comment. Handle packed arrays.
2527
2528 2015-09-14 Pedro Alves <palves@redhat.com>
2529
2530 * NEWS (Changes in GDB 7.10, New commands>: Remove duplicate
2531 mention of maint set/show target-non-stop.
2532
2533 2015-09-11 Don Breazeal <donb@codesourcery.com>
2534
2535 * NEWS: Announce new remote packets for the exec-events
2536 feature and the exec-events feature and associated commands.
2537
2538 2015-09-11 Don Breazeal <donb@codesourcery.com>
2539
2540 * remote.c (remote_exec_event_p): New function.
2541 (remote_insert_exec_catchpoint): New function.
2542 (remote_remove_exec_catchpoint): New function.
2543 (init_extended_remote_ops): Initialize extended_remote_ops
2544 members to_insert_exec_catchpoint and
2545 to_remove_exec_catchpoint.
2546
2547 2015-09-11 Don Breazeal <donb@codesourcery.com>
2548 Luis Machado <lgustavo@codesourcery.com>
2549
2550 * infrun.c (follow_exec): Use process-style ptid for
2551 exec message. Call add_inferior_with_spaces and
2552 target_follow_exec.
2553 * nat/linux-ptrace.c (linux_supports_traceexec): New function.
2554 * nat/linux-ptrace.h (linux_supports_traceexec): Declare.
2555 * remote.c (remote_pspace_data): New static variable.
2556 (remote_pspace_data_cleanup): New function.
2557 (get_remote_exec_file): New function.
2558 (set_remote_exec_file_1): New function.
2559 (set_remote_exec_file): New function.
2560 (show_remote_exec_file): New function.
2561 (remote_exec_file): Delete static variable.
2562 (anonymous enum) <PACKET_exec_event_feature>: New
2563 enumeration constant.
2564 (remote_protocol_features): Add entry for exec-events feature.
2565 (remote_query_supported): Add client side of qSupported query
2566 for exec-events feature.
2567 (remote_follow_exec): New function.
2568 (remote_parse_stop_reply): Handle 'exec' stop reason.
2569 (extended_remote_run, extended_remote_create_inferior): Call
2570 get_remote_exec_file and set_remote_exec_file_1.
2571 (init_extended_remote_ops) <to_follow_exec>: Initialize new
2572 member.
2573 (_initialize_remote): Call
2574 register_program_space_data_with_cleanup. Call
2575 add_packet_config_cmd for remote exec-events feature.
2576 Modify call to add_setshow_string_noescape_cmd for exec-file
2577 to use new functions set_remote_exec_file and
2578 show_remote_exec_file.
2579 * target-debug.h, target-delegates.c: Regenerated.
2580 * target.c (target_follow_exec): New function.
2581 * target.h (struct target_ops) <to_follow_exec>: New member.
2582 (target_follow_exec): Declare new function.
2583
2584 2015-09-11 Pierre Langlois <pierre.langlois@arm.com>
2585
2586 * aarch64-tdep.c (decode_cb): Move up comment describing the
2587 encoding.
2588 (decode_tb): Fix a typo in comment above the function. Move up
2589 comment describing the encoding.
2590
2591 2015-09-11 Pierre Langlois <pierre.langlois@arm.com>
2592
2593 * aarch64-tdep.c (decode_bcond): Fix incorrect mask.
2594
2595 2015-09-11 Mihail-Marian Nistor <mihail.nistor@freescale.com>
2596
2597 PR gdb/18947
2598 * aarch64-linux-tdep.c: (aarch64_linux_init_abi): Install
2599 glibc_skip_solib_resolver as gdbarch_skip_solib_resolver callback.
2600
2601 2015-09-10 Simon Marchi <simon.marchi@ericsson.com>
2602
2603 * ada-lang.c (scan_discrim_bound): Factor out arithmetic
2604 operations.
2605
2606 2015-09-10 Simon Marchi <simon.marchi@ericsson.com>
2607
2608 * ada-lang.c (ada_search_struct_field): Constify parameters
2609 and/or variables..
2610 (xget_renaming_scope): Likewise.
2611 (ada_is_redundant_range_encoding): Likewise.
2612 (scan_discrim_bound): Likewise.
2613 (to_fixed_range_type): Likewise.
2614
2615 2015-09-10 Yao Qi <yao.qi@linaro.org>
2616
2617 * breakpoint.c (download_tracepoint_locations): New local
2618 can_download_tracepoint. Check the result of
2619 target_can_download_tracepoint and save it in
2620 can_download_tracepoint if there are tracepoints to download.
2621 * linux-nat.h (enum tribool): Move it to ...
2622 * common/common-types.h: ... here.
2623
2624 2015-09-09 Pedro Alves <palves@redhat.com>
2625
2626 * inf-loop.c (inferior_event_handler): Delete INF_TIMER case.
2627 * target.h (enum inferior_event_type) <INF_TIMER>: Delete.
2628
2629 2015-09-09 Pedro Alves <palves@redhat.com>
2630
2631 * continuations.c (add_continuation, restore_thread_cleanup)
2632 (do_all_continuations_ptid, do_all_continuations_thread_callback)
2633 (do_all_continuations_thread, do_all_continuations)
2634 (discard_all_continuations_thread_callback)
2635 (discard_all_continuations_thread, discard_all_continuations)
2636 (add_intermediate_continuation)
2637 (do_all_intermediate_continuations_thread_callback)
2638 (do_all_intermediate_continuations_thread)
2639 (do_all_intermediate_continuations)
2640 (discard_all_intermediate_continuations_thread_callback)
2641 (discard_all_intermediate_continuations_thread)
2642 (discard_all_intermediate_continuations): Delete.
2643 * continuations.h (add_continuation, do_all_continuations)
2644 (do_all_continuations_thread, discard_all_continuations)
2645 (discard_all_continuations_thread, add_intermediate_continuation)
2646 (do_all_intermediate_continuations)
2647 (do_all_intermediate_continuations_thread)
2648 (discard_all_intermediate_continuations)
2649 (discard_all_intermediate_continuations_thread): Delete
2650 declarations.
2651 * event-top.c (stdin_event_handler): Delete references to
2652 continuations.
2653 * gdbthread.h (struct thread_info): Delete continuations and
2654 intermediate_continuations fields.
2655 * inf-loop.c (inferior_event_handler): Remove references to
2656 continuations.
2657 * infrun.c (infrun_thread_stop_requested_callback): Remove
2658 references to continuations.
2659 * target.h (enum inferior_event_type) <INF_EXEC_CONTINUE>: Delete.
2660 * thread.c: Don't include "continuations.h".
2661 (clear_thread_inferior_resources): Remove references to
2662 continuations.
2663
2664 2015-09-09 Pedro Alves <palves@redhat.com>
2665
2666 * infcall.c (struct dummy_frame_context_saver): Delete.
2667 (dummy_frame_context_saver_free, dummy_frame_context_saver_dtor)
2668 (dummy_frame_context_saver_drop)
2669 (dummy_frame_context_saver_cleanup)
2670 (dummy_frame_context_saver_get_regs)
2671 (dummy_frame_context_saver_setup): Delete.
2672 * infcall.h (dummy_frame_context_saver_drop)
2673 (dummy_frame_context_saver_cleanup)
2674 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver):
2675 Delete.
2676 (get_return_value): Remove 'ctx_saver' paremeter. Adjust.
2677 * inferior.h (get_return_value): Remove 'ctx_saver' paremeter.
2678 * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Adjust.
2679
2680 2015-09-09 Pedro Alves <palves@redhat.com>
2681
2682 * breakpoint.c: Include "thread-fsm.h".
2683 (struct until_break_command_continuation_args): Delete.
2684 (struct until_break_fsm): New.
2685 (until_break_fsm_ops): New global.
2686 (new_until_break_fsm, until_break_fsm_should_stop): New functions.
2687 (until_break_command_continuation): Delete.
2688 (until_break_fsm_clean_up): New function.
2689 (until_break_fsm_async_reply_reason): New function.
2690 (until_break_command): Adjust to create an until_break_fsm instead
2691 of a continuation.
2692 (momentary_bkpt_print_it): No longer print MI's async-stop-reason
2693 here.
2694 * infcmd.c (struct until_next_fsm): New.
2695 (until_next_fsm_ops): New global.
2696 (new_until_next_fsm, until_next_fsm_should_stop): New function.
2697 (until_next_continuation): Delete.
2698 (until_next_fsm_clean_up, until_next_fsm_async_reply_reason): New
2699 functions.
2700 (until_next_command): Adjust to create a new until_next_fsm
2701 instead of a continuation.
2702
2703 2015-09-09 Pedro Alves <palves@redhat.com>
2704
2705 * infcall.c: Include thread_fsm.h.
2706 (struct call_return_meta_info): New.
2707 (get_call_return_value): New function, factored out from
2708 call_function_by_hand_dummy.
2709 (struct call_thread_fsm): New.
2710 (call_thread_fsm_ops): New global.
2711 (new_call_thread_fsm, call_thread_fsm_should_stop)
2712 (call_thread_fsm_should_notify_stop): New functions.
2713 (run_inferior_call): Add 'sm' parameter. Associate the FSM with
2714 the thread.
2715 (call_function_by_hand_dummy): Create a new call_thread_fsm
2716 instance, associate it with the thread, and wait for the FSM to
2717 finish. If finished successfully, fetch the function's result
2718 value out of the FSM.
2719 * infrun.c (fetch_inferior_event): If the FSM says the stop
2720 shouldn't be notified, don't call normal_stop.
2721 (maybe_remove_breakpoints): New function, factored out from ...
2722 (normal_stop): ... here. Simplify.
2723 * infrun.h (maybe_remove_breakpoints): Declare.
2724 * thread-fsm.c (thread_fsm_should_notify_stop): New function.
2725 (thread-fsm.h) <struct thread_fsm_ops>: New field.
2726 (thread_fsm_should_notify_stop): Declare.
2727
2728 2015-09-09 Pedro Alves <palves@redhat.com>
2729
2730 * Makefile.in (COMMON_OBS): Add thread-fsm.o.
2731 * breakpoint.c (handle_jit_event): Print debug output.
2732 (bpstat_what): Split event callback handling to ...
2733 (bpstat_run_callbacks): ... this new function.
2734 (momentary_bkpt_print_it): No longer handle bp_finish here.
2735 * breakpoint.h (bpstat_run_callbacks): Declare.
2736 * gdbthread.h (struct thread_info) <step_multi>: Delete field.
2737 <thread_fsm>: New field.
2738 (thread_cancel_execution_command): Declare.
2739 * infcmd.c: Include thread-fsm.h.
2740 (struct step_command_fsm): New.
2741 (step_command_fsm_ops): New global.
2742 (new_step_command_fsm, step_command_fsm_prepare): New functions.
2743 (step_1): Adjust to use step_command_fsm_prepare and
2744 prepare_one_step.
2745 (struct step_1_continuation_args): Delete.
2746 (step_1_continuation): Delete.
2747 (step_command_fsm_should_stop): New function.
2748 (step_once): Delete.
2749 (step_command_fsm_clean_up, step_command_fsm_async_reply_reason)
2750 (prepare_one_step): New function, based on step_once.
2751 (until_next_command): Remove step_multi reference.
2752 (struct return_value_info): New.
2753 (print_return_value): Rename to ...
2754 (print_return_value_1): ... this. New struct return_value_info
2755 parameter. Adjust.
2756 (print_return_value): Reimplement as wrapper around
2757 print_return_value_1.
2758 (struct finish_command_fsm): New.
2759 (finish_command_continuation): Delete.
2760 (finish_command_fsm_ops): New global.
2761 (new_finish_command_fsm, finish_command_fsm_should_stop): New
2762 functions.
2763 (finish_command_fsm_clean_up, finish_command_fsm_return_value):
2764 New.
2765 (finish_command_continuation_free_arg): Delete.
2766 (finish_command_fsm_async_reply_reason): New.
2767 (finish_backward, finish_forward): Change symbol parameter to a
2768 finish_command_fsm. Adjust.
2769 (finish_command): Create a finish_command_fsm. Adjust.
2770 * infrun.c: Include "thread-fsm.h".
2771 (clear_proceed_status_thread): Delete the thread's FSM.
2772 (infrun_thread_stop_requested_callback): Cancel the thread's
2773 execution command.
2774 (clean_up_just_stopped_threads_fsms): New function.
2775 (fetch_inferior_event): Handle the event_thread's should_stop
2776 method saying the command isn't done yet.
2777 (process_event_stop_test): Run breakpoint callbacks here.
2778 (print_stop_event): Rename to ...
2779 (print_stop_location): ... this.
2780 (restore_current_uiout_cleanup): New function.
2781 (print_stop_event): Reimplement.
2782 (normal_stop): No longer notify the end_stepping_range observers
2783 here handle "step N" nor "finish" here. No longer call
2784 print_stop_event here.
2785 * infrun.h (struct return_value_info): Forward declare.
2786 (print_return_value): Declare.
2787 (print_stop_event): Change prototype.
2788 * thread-fsm.c: New file.
2789 * thread-fsm.h: New file.
2790 * thread.c: Include "thread-fsm.h".
2791 (thread_cancel_execution_command): New function.
2792 (clear_thread_inferior_resources): Call it.
2793 * cli/cli-interp.c (cli_on_normal_stop): New function.
2794 (cli_interpreter_init): Install cli_on_normal_stop as normal_stop
2795 observer.
2796 * mi/mi-interp.c: Include "thread-fsm.h".
2797 (restore_current_uiout_cleanup): Delete.
2798 (mi_on_normal_stop): If the thread has an FSM associated, and it
2799 finished, ask it for the async-reply-reason to print. Always call
2800 print_stop_event here, regardless of the top-level interpreter.
2801 Check bpstat_what to tell whether an asynchronous breakpoint hit
2802 triggered.
2803 * tui/tui-interp.c (tui_on_normal_stop): New function.
2804 (tui_init): Install tui_on_normal_stop as normal_stop observer.
2805
2806 2015-09-09 Pedro Alves <palves@redhat.com>
2807
2808 * breakpoint.c (bpstat_do_actions_1, until_break_command): Don't
2809 check whether the target can async.
2810 * inf-loop.c (inferior_event_handler): Only call target_async if
2811 the target can async.
2812 * infcall.c: Include top.h and interps.h.
2813 (run_inferior_call): For the interpreter to sync mode while
2814 running the infcall. Call wait_sync_command_done instead of
2815 wait_for_inferior plus normal_stop.
2816 * infcmd.c (prepare_execution_command): Don't check whether the
2817 target can async when running in the foreground.
2818 (step_1): Delete synchronous case handling.
2819 (step_once): Always install a continuation, even in sync mode.
2820 (until_next_command, finish_forward): Don't check whether the
2821 target can async.
2822 (attach_command_post_wait, notice_new_inferior): Always install a
2823 continuation, even in sync mode.
2824 * infrun.c (mark_infrun_async_event_handler): New function.
2825 (proceed): In sync mode, mark infrun's event source instead of
2826 waiting for events here.
2827 (fetch_inferior_event): If the target can't async, do a blocking
2828 wait.
2829 (prepare_to_wait): In sync mode, mark infrun's event source.
2830 (infrun_async_inferior_event_handler): No longer bail out if the
2831 target can't async.
2832 * infrun.h (mark_infrun_async_event_handler): New declaration.
2833 * linux-nat.c (linux_nat_wait_1): Remove calls to
2834 set_sigint_trap/clear_sigint_trap.
2835 (linux_nat_terminal_inferior): No longer check whether the target
2836 can async.
2837 * mi/mi-interp.c (mi_on_sync_execution_done): Update and simplify
2838 comment.
2839 (mi_execute_command_input_handler): No longer check whether the
2840 target is async. Update and simplify comment.
2841 * target.c (default_target_wait): New function.
2842 * target.h (struct target_ops) <to_wait>: Now defaults to
2843 default_target_wait.
2844 (default_target_wait): Declare.
2845 * top.c (wait_sync_command_done): New function, factored out from
2846 ...
2847 (maybe_wait_sync_command_done): ... this.
2848 * top.h (wait_sync_command_done): Declare.
2849 * target-delegates.c: Regenerate.
2850
2851 2015-09-09 Markus Metzger <markus.t.metzger@intel.com>
2852
2853 * nat/linux-btrace.h (struct btrace_target_info) <ptr_bits>: Remove.
2854 * nat/linux-btrace.c: Include filestuff.h and inttypes.h.
2855 Remove include of sys/utsname.h.
2856 (linux_determine_kernel_ptr_bits): Remove.
2857 (linux_determine_kernel_start): New.
2858 (perf_event_is_kernel_addr): Remove tinfo argument. Update users.
2859 Update check.
2860 (perf_event_skip_bts_record): Remove tinfo argument. Update users.
2861 (linux_enable_bts, linux_enable_pt): Remove tinfo->ptr_bits
2862 initialization.
2863 * x86-linux-nat.c (x86_linux_enable_btrace): Remove ptr_bits
2864 assignment.
2865
2866 2015-09-07 Pedro Alves <palves@redhat.com>
2867
2868 * guile/guile-internal.h (as_a_scm_t_subr): New.
2869 * guile/guile.c (misc_guile_functions): Use it.
2870 * guile/scm-arch.c (arch_functions): Use it.
2871 * guile/scm-block.c (block_functions, gdbscm_initialize_blocks):
2872 Use it.
2873 * guile/scm-breakpoint.c (breakpoint_functions): Use it.
2874 * guile/scm-cmd.c (command_functions): Use it.
2875 * guile/scm-disasm.c (disasm_functions): Use it.
2876 * guile/scm-exception.c (exception_functions)
2877 (private_exception_functions): Use it.
2878 * guile/scm-frame.c (frame_functions)
2879 * guile/scm-gsmob.c (gsmob_functions): Use it.
2880 * guile/scm-iterator.c (iterator_functions): Use it.
2881 * guile/scm-lazy-string.c (lazy_string_functions): Use it.
2882 * guile/scm-math.c (math_functions): Use it.
2883 * guile/scm-objfile.c (objfile_functions): Use it.
2884 * guile/scm-param.c (parameter_functions): Use it.
2885 * guile/scm-ports.c (port_functions, private_port_functions): Use
2886 it.
2887 * guile/scm-pretty-print.c (pretty_printer_functions): Use it.
2888 * guile/scm-progspace.c (pspace_functions): Use it.
2889 * guile/scm-string.c (string_functions): Use it.
2890 * guile/scm-symbol.c (symbol_functions): Use it.
2891 * guile/scm-symtab.c (symtab_functions): Use it.
2892 * guile/scm-type.c (type_functions, gdbscm_initialize_types): Use
2893 it.
2894 * guile/scm-value.c (value_functions): Use it.
2895
2896 2015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
2897
2898 * tui/tui-data.c (win_with_focus): Remove cast of NULL pointer.
2899 (tui_next_win): Likewise.
2900 (tui_prev_win): Likewise.
2901 (tui_partial_win_by_name): Likewise.
2902 (tui_init_generic_part): Likewise.
2903 (init_content_element): Likewise.
2904 (tui_del_window): Likewise.
2905 (tui_free_window): Likewise.
2906 (tui_del_data_windows): Likewise.
2907 (tui_free_data_content): Likewise.
2908 * tui/tui-layout.c (make_source_or_disasm_window): Likewise.
2909 * tui/tui-regs.c (tui_show_register_group): Likewise.
2910 * tui/tui-win.c (tui_resize_all): Likewise.
2911 (tui_set_focus): Likewise.
2912 (tui_set_win_height): Likewise.
2913 (make_invisible_and_set_new_height): Likewise.
2914 * tui/tui-windata.c (tui_delete_data_content_windows): Likewise.
2915 * tui/tui-wingeneral.c (make_visible): Likewise.
2916
2917 2015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
2918
2919 * cli/cli-decode.c (find_cmd): Remove cast of NULL pointer.
2920
2921 2015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
2922
2923 * c-valprint.c (print_unpacked_pointer): Remove cast of NULL
2924 pointer.
2925 * dbxread.c (dbx_end_psymtab): Likewise.
2926 * gnu-nat.c (gnu_write_inferior): Likewise.
2927 * mdebugread.c (cross_ref): Likewise.
2928 * p-valprint.c (pascal_val_print): Likewise.
2929 * xcoffread.c (xcoff_end_psymtab): Likewise.
2930
2931 2015-09-04 Yao Qi <yao.qi@linaro.org>
2932
2933 * NEWS: Mention the aarch64 multi-arch debugging support.
2934
2935 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
2936
2937 * ada-lang.c (ada_language_arch_info): Create a TYPE_CODE_CHAR
2938 type instead of a TYPE_CODE_INT one for the string_char_type
2939 and the ada_primitive_type_char types.
2940
2941 2015-09-03 Yao Qi <yao.qi@linaro.org>
2942
2943 * aarch64-linux-nat.c (aarch64_linux_region_ok_for_hw_watchpoint):
2944 Move code to aarch64_linux_region_ok_for_watchpoint. Call
2945 aarch64_linux_region_ok_for_watchpoint.
2946 * nat/aarch64-linux-hw-point.c (aarch64_linux_region_ok_for_watchpoint):
2947 New function.
2948 * nat/aarch64-linux-hw-point.h (aarch64_linux_region_ok_for_watchpoint):
2949 Declare it.
2950
2951 2015-09-02 Patrick Palka <patrick@parcs.ath.cx>
2952
2953 * gdb_obstack.h (obstack_strdup): Declare.
2954 * gdb_obstack.c (obstack_strdup): Define.
2955 * gdbarch.sh (gdbarch_obstack_strdup): Declare and define.
2956 * gdbarch.c: Regenerate.
2957 * gdbarch.h: Regenerate.
2958 * gdbtypes.c (arch_type): Use gdbarch_obstack_strdup.
2959
2960 2015-09-02 Patrick Palka <patrick@parcs.ath.cx>
2961
2962 * gdbtypes.c (copy_type_recursive): Update documentation.
2963
2964 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
2965
2966 * solib-svr4.c (solib_event_probe_action): Initialize 'probe_argc'
2967 as zero.
2968
2969 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
2970
2971 * solib-svr4.c (svr4_handle_solib_event): Initialize 'val' as NULL
2972
2973 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
2974
2975 * solib-svr4.c (solib_event_probe_action): Call
2976 get_probe_argument_count using TRY...CATCH.
2977 (svr4_handle_solib_event): Likewise, for evaluate_probe_argument.
2978
2979 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
2980
2981 * probe.h (struct probe_ops) <get_probe_argument_count,
2982 evaluate_probe_argument, enable_probe, disable_probe>: Mention in
2983 the comment that the function can throw an exception.
2984 (get_probe_argument_count): Likewise.
2985 (evaluate_probe_argument): Likewise.
2986 * stap-probe.c (stap_get_opcode): Call error instead of
2987 internal_error.
2988 (stap_get_expected_argument_type): Likewise. Add argument
2989 'probe'. Improve error message by mentioning the probe's name.
2990 (stap_parse_probe_arguments): Adjust call to
2991 stap_get_expected_argument_type.
2992 (stap_get_arg): Add comment. Assert that 'probe->args_parsed' is
2993 not zero. Call internal_error if GDB requests an argument but the
2994 probe has no arguments.
2995
2996 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
2997
2998 * ada-lang.c (ada_resolve_function): Do not ask the user what
2999 match to use when in completion mode.
3000
3001 2015-08-31 Andrew Burgess <andrew.burgess@embecosm.com>
3002
3003 * tui/tui-data.c (tui_win_name): Make local variable const, remove
3004 cast of NULL.
3005
3006 2015-08-31 Max Filippov <jcmvbkbc@gmail.com>
3007
3008 * xtensa-tdep.h (XTENSA_GDBARCH_TDEP_INSTANTIATE): Initialize
3009 call_abi using XSHAL_ABI macro.
3010
3011 2015-08-29 Doug Evans <xdje42@gmail.com>
3012
3013 * symtab.h (struct symbol): Tweak comment.
3014
3015 2015-08-29 Patrick Palka <patrick@parcs.ath.cx>
3016
3017 * gdbtypes.c (alloc_type_arch): Allocate the type on the given
3018 gdbarch obstack instead of on the heap. Update commentary
3019 accordingly.
3020
3021 2015-08-28 Joel Brobecker <brobecker@adacore.com>
3022
3023 GDB 7.10 released.
3024
3025 2015-08-28 Simon Marchi <simon.marchi@ericsson.com>
3026
3027 * NEWS: Update entry about non-8-bits addressable memory.
3028
3029 2015-08-28 Ulrich Weigand <uweigand@de.ibm.com>
3030
3031 Revert:
3032 2014-11-06 Doug Evans <xdje42@gmail.com>
3033 * solib.c (solib_global_lookup): Fetch arch from objfile,
3034 not target_gdbarch.
3035
3036 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
3037
3038 * ppc-linux-tdep.c (ppc_linux_spe_context_lookup): Do not
3039 attempt to relocate a TLS variable offset.
3040
3041 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
3042
3043 * spu-multiarch.c (parse_spufs_run): Bail out if inferior is not
3044 registered yet. Set inferior_ptid while calling target_read_memory.
3045
3046 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
3047
3048 * nat/linux-ptrace.h (GDB_ARCH_TRAP_BRKPT): Replace by ...
3049 (GDB_ARCH_IS_TRAP_BRKPT): ... this. Add __powerpc__ case.
3050 * linux-nat.c (check_stopped_by_breakpoint): Use
3051 GDB_ARCH_IS_TRAP_BRKPT instead of GDB_ARCH_TRAP_BRKPT.
3052
3053 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
3054
3055 * linux-thread-db.c (thread_db_get_thread_local_address): If the
3056 thread was not yet discovered, use thread_from_lwp instead of
3057 calling thread_db_find_new_threads_1.
3058
3059 2015-08-27 Simon Marchi <simon.marchi@ericsson.com>
3060
3061 * m88k-tdep.c (m88k_analyze_prologue): Fix inverted allocation
3062 statements.
3063
3064 2015-08-27 Simon Marchi <simon.marchi@ericsson.com>
3065
3066 * NEWS: Document support for non-8-bits addressable memory.
3067
3068 2015-08-27 Pedro Alves <palves@redhat.com>
3069
3070 * configure.ac: Remove AC_TYPE_SIGNAL call.
3071 * configure, config.in: Regenerate.
3072
3073 2015-08-27 Pedro Alves <palves@redhat.com>
3074
3075 * cp-support.c (gdb_demangle): Use sighandler_t. Remove cast.
3076 * extension-priv.h: Include signal.h.
3077 (struct signal_handler) <handler>: Change type to sighandler_t.
3078 * extension.c (install_gdb_sigint_handler): Use sighandler_t.
3079 * inflow.c (sigint_ours, sigquit_ours): Change type to
3080 sighandler_t.
3081 (child_terminal_inferior): Remove casts.
3082 (child_terminal_ours_1, new_tty): Use sighandler_t. Remove casts.
3083 (osig): Change type to sighandler_t.
3084 * nto-procfs.c (ofunc): Change type to sighandler_t.
3085 (procfs_wait): Remove casts.
3086 * remote-m32r-sdi.c (m32r_wait, m32r_load): Use sighandler_t.
3087 * remote-sim.c (gdbsim_wait): Use sighandler_t.
3088 * utils.c (wait_to_die_with_timeout): Use sighandler_t.
3089
3090 2015-08-27 Pedro Alves <palves@redhat.com>
3091
3092 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add signal-h.
3093 * gnulib/aclocal.m4: Renegerate.
3094 * gnulib/config.in: Renegerate.
3095 * gnulib/configure: Renegerate.
3096 * gnulib/import/Makefile.am: Update.
3097 * gnulib/import/Makefile.in: Regenerate.
3098 * gnulib/import/m4/gnulib-cache.m4: Update.
3099 * gnulib/import/m4/gnulib-comp.m4: Update.
3100 * gnulib/import/m4/signal_h.m4: New file.
3101 * gnulib/import/signal.in.h: New file.
3102
3103 2015-08-27 Pedro Alves <palves@redhat.com>
3104
3105 * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE)
3106 (MIN_MEMORY_PACKET_SIZE): New.
3107 (MAX_REMOTE_PACKET_SIZE, MIN_REMOTE_PACKET_SIZE): Delete.
3108 (get_memory_packet_size): Adjust. No longer limit the max packet
3109 size.
3110 (set_memory_packet_size): Adjust, and remove dead code.
3111 (remote_check_symbols): Use xmalloc and a cleanup instead of
3112 alloca.
3113 (remote_packet_size): No longer cap the packet size.
3114 (putpkt_binary): Use xmalloc and a cleanup instead of alloca.
3115
3116 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
3117
3118 * compile/compile.c (compile_to_object): Mention language in
3119 error message.
3120
3121 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
3122
3123 * target.c (target_pre_inferior): Unset attach_flag.
3124
3125 2015-08-26 Simon Marchi <simon.marchi@ericsson.com>
3126
3127 * gdbarch.sh (append_name): Fix type in XRESIZEVEC.
3128 * gdbarch.c: Re-generate.
3129
3130 2015-08-26 Simon Marchi <simon.marchi@ericsson.com>
3131
3132 * aarch64-linux-nat.c (aarch64_add_process): Replace xmalloc-family
3133 function with the XNEW-family equivalent.
3134 * aarch64-tdep.c (aarch64_gdbarch_init): Likewise.
3135 * ada-exp.y (write_ambiguous_var): Likewise.
3136 * ada-lang.c (resolve_subexp): Likewise.
3137 (user_select_syms): Likewise.
3138 (assign_aggregate): Likewise.
3139 (ada_evaluate_subexp): Likewise.
3140 (cache_symbol): Likewise.
3141 * addrmap.c (allocate_key): Likewise.
3142 (addrmap_create_mutable): Likewise.
3143 * aix-thread.c (sync_threadlists): Likewise.
3144 * alpha-tdep.c (alpha_push_dummy_call): Likewise.
3145 (alpha_gdbarch_init): Likewise.
3146 * amd64-windows-tdep.c (amd64_windows_push_arguments): Likewise.
3147 * arm-linux-nat.c (arm_linux_add_process): Likewise.
3148 * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
3149 * arm-tdep.c (push_stack_item): Likewise.
3150 (arm_displaced_step_copy_insn): Likewise.
3151 (arm_gdbarch_init): Likewise.
3152 (_initialize_arm_tdep): Likewise.
3153 * avr-tdep.c (push_stack_item): Likewise.
3154 * ax-general.c (new_agent_expr): Likewise.
3155 * block.c (block_initialize_namespace): Likewise.
3156 * breakpoint.c (alloc_counted_command_line): Likewise.
3157 (update_dprintf_command_list): Likewise.
3158 (parse_breakpoint_sals): Likewise.
3159 (decode_static_tracepoint_spec): Likewise.
3160 (until_break_command): Likewise.
3161 (clear_command): Likewise.
3162 (update_global_location_list): Likewise.
3163 (get_breakpoint_objfile_data) Likewise.
3164 * btrace.c (ftrace_new_function): Likewise.
3165 (btrace_set_insn_history): Likewise.
3166 (btrace_set_call_history): Likewise.
3167 * buildsym.c (add_symbol_to_list): Likewise.
3168 (record_pending_block): Likewise.
3169 (start_subfile): Likewise.
3170 (start_buildsym_compunit): Likewise.
3171 (push_subfile): Likewise.
3172 (end_symtab_get_static_block): Likewise.
3173 (buildsym_init): Likewise.
3174 * cli/cli-cmds.c (source_command): Likewise.
3175 * cli/cli-decode.c (add_cmd): Likewise.
3176 * cli/cli-script.c (build_command_line): Likewise.
3177 (setup_user_args): Likewise.
3178 (realloc_body_list): Likewise.
3179 (process_next_line): Likewise.
3180 (copy_command_lines): Likewise.
3181 * cli/cli-setshow.c (do_set_command): Likewise.
3182 * coff-pe-read.c (read_pe_exported_syms): Likewise.
3183 * coffread.c (coff_locate_sections): Likewise.
3184 (coff_symtab_read): Likewise.
3185 (coff_read_struct_type): Likewise.
3186 * common/cleanups.c (make_my_cleanup2): Likewise.
3187 * common/common-exceptions.c (throw_it): Likewise.
3188 * common/filestuff.c (make_cleanup_close): Likewise.
3189 * common/format.c (parse_format_string): Likewise.
3190 * common/queue.h (DEFINE_QUEUE_P): Likewise.
3191 * compile/compile-object-load.c (munmap_list_add): Likewise.
3192 (compile_object_load): Likewise.
3193 * compile/compile-object-run.c (compile_object_run): Likewise.
3194 * compile/compile.c (append_args): Likewise.
3195 * corefile.c (specify_exec_file_hook): Likewise.
3196 * cp-support.c (make_symbol_overload_list): Likewise.
3197 * cris-tdep.c (push_stack_item): Likewise.
3198 (cris_gdbarch_init): Likewise.
3199 * ctf.c (ctf_trace_file_writer_new): Likewise.
3200 * dbxread.c (init_header_files): Likewise.
3201 (add_new_header_file): Likewise.
3202 (init_bincl_list): Likewise.
3203 (dbx_end_psymtab): Likewise.
3204 (start_psymtab): Likewise.
3205 (dbx_end_psymtab): Likewise.
3206 * dcache.c (dcache_init): Likewise.
3207 * dictionary.c (dict_create_hashed): Likewise.
3208 (dict_create_hashed_expandable): Likewise.
3209 (dict_create_linear): Likewise.
3210 (dict_create_linear_expandable): Likewise.
3211 * dtrace-probe.c (dtrace_process_dof_probe): Likewise.
3212 * dummy-frame.c (register_dummy_frame_dtor): Likewise.
3213 * dwarf2-frame-tailcall.c (cache_new_ref1): Likewise.
3214 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3215 (decode_frame_entry_1): Likewise.
3216 * dwarf2expr.c (new_dwarf_expr_context): Likewise.
3217 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
3218 * dwarf2read.c (dwarf2_has_info): Likewise.
3219 (create_signatured_type_table_from_index): Likewise.
3220 (dwarf2_read_index): Likewise.
3221 (dw2_get_file_names_reader): Likewise.
3222 (create_all_type_units): Likewise.
3223 (read_cutu_die_from_dwo): Likewise.
3224 (init_tu_and_read_dwo_dies): Likewise.
3225 (init_cutu_and_read_dies): Likewise.
3226 (create_all_comp_units): Likewise.
3227 (queue_comp_unit): Likewise.
3228 (inherit_abstract_dies): Likewise.
3229 (read_call_site_scope): Likewise.
3230 (dwarf2_add_field): Likewise.
3231 (dwarf2_add_typedef): Likewise.
3232 (dwarf2_add_member_fn): Likewise.
3233 (attr_to_dynamic_prop): Likewise.
3234 (abbrev_table_alloc_abbrev): Likewise.
3235 (abbrev_table_read_table): Likewise.
3236 (add_include_dir): Likewise.
3237 (add_file_name): Likewise.
3238 (dwarf_decode_line_header): Likewise.
3239 (dwarf2_const_value_attr): Likewise.
3240 (dwarf_alloc_block): Likewise.
3241 (parse_macro_definition): Likewise.
3242 (set_die_type): Likewise.
3243 (write_psymtabs_to_index): Likewise.
3244 (create_cus_from_index): Likewise.
3245 (dwarf2_create_include_psymtab): Likewise.
3246 (process_psymtab_comp_unit_reader): Likewise.
3247 (build_type_psymtab_dependencies): Likewise.
3248 (read_comp_units_from_section): Likewise.
3249 (compute_compunit_symtab_includes): Likewise.
3250 (create_dwo_unit_in_dwp_v1): Likewise.
3251 (create_dwo_unit_in_dwp_v2): Likewise.
3252 (read_func_scope): Likewise.
3253 (process_structure_scope): Likewise.
3254 (mark_common_block_symbol_computed): Likewise.
3255 (load_partial_dies): Likewise.
3256 (dwarf2_symbol_mark_computed): Likewise.
3257 * elfread.c (elf_symfile_segments): Likewise.
3258 (elf_read_minimal_symbols): Likewise.
3259 * environ.c (make_environ): Likewise.
3260 * eval.c (evaluate_subexp_standard): Likewise.
3261 * event-loop.c (create_file_handler): Likewise.
3262 (create_async_signal_handler): Likewise.
3263 (create_async_event_handler): Likewise.
3264 (create_timer): Likewise.
3265 * exec.c (build_section_table): Likewise.
3266 * fbsd-nat.c (fbsd_remember_child): Likewise.
3267 * fork-child.c (fork_inferior): Likewise.
3268 * frv-tdep.c (new_variant): Likewise.
3269 * gdbarch.sh (gdbarch_alloc): Likewise.
3270 (append_name): Likewise.
3271 * gdbtypes.c (rank_function): Likewise.
3272 (copy_type_recursive): Likewise.
3273 (add_dyn_prop): Likewise.
3274 * gnu-nat.c (make_proc): Likewise.
3275 (make_inf): Likewise.
3276 (gnu_write_inferior): Likewise.
3277 * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
3278 (build_std_type_info_type): Likewise.
3279 * guile/scm-param.c (compute_enum_list): Likewise.
3280 * guile/scm-utils.c (gdbscm_parse_function_args): Likewise.
3281 * guile/scm-value.c (gdbscm_value_call): Likewise.
3282 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
3283 * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
3284 (read_unwind_info): Likewise.
3285 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
3286 * infcall.c (dummy_frame_context_saver_setup): Likewise.
3287 (call_function_by_hand_dummy): Likewise.
3288 * infcmd.c (step_once): Likewise.
3289 (finish_forward): Likewise.
3290 (attach_command): Likewise.
3291 (notice_new_inferior): Likewise.
3292 * inferior.c (add_inferior_silent): Likewise.
3293 * infrun.c (add_displaced_stepping_state): Likewise.
3294 (save_infcall_control_state): Likewise.
3295 (save_inferior_ptid): Likewise.
3296 (_initialize_infrun): Likewise.
3297 * jit.c (bfd_open_from_target_memory): Likewise.
3298 (jit_gdbarch_data_init): Likewise.
3299 * language.c (add_language): Likewise.
3300 * linespec.c (decode_line_2): Likewise.
3301 * linux-nat.c (add_to_pid_list): Likewise.
3302 (add_initial_lwp): Likewise.
3303 * linux-thread-db.c (add_thread_db_info): Likewise.
3304 (record_thread): Likewise.
3305 (info_auto_load_libthread_db): Likewise.
3306 * m32c-tdep.c (m32c_gdbarch_init): Likewise.
3307 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
3308 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
3309 * m88k-tdep.c (m88k_analyze_prologue): Likewise.
3310 * macrocmd.c (macro_define_command): Likewise.
3311 * macroexp.c (gather_arguments): Likewise.
3312 * macroscope.c (sal_macro_scope): Likewise.
3313 * macrotab.c (new_macro_table): Likewise.
3314 * mdebugread.c (push_parse_stack): Likewise.
3315 (parse_partial_symbols): Likewise.
3316 (parse_symbol): Likewise.
3317 (psymtab_to_symtab_1): Likewise.
3318 (new_block): Likewise.
3319 (new_psymtab): Likewise.
3320 (mdebug_build_psymtabs): Likewise.
3321 (add_pending): Likewise.
3322 (elfmdebug_build_psymtabs): Likewise.
3323 * mep-tdep.c (mep_gdbarch_init): Likewise.
3324 * mi/mi-main.c (mi_execute_command): Likewise.
3325 * mi/mi-parse.c (mi_parse_argv): Likewise.
3326 * minidebug.c (lzma_open): Likewise.
3327 * minsyms.c (terminate_minimal_symbol_table): Likewise.
3328 * mips-linux-nat.c (mips_linux_insert_watchpoint): Likewise.
3329 * mips-tdep.c (mips_gdbarch_init): Likewise.
3330 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
3331 * msp430-tdep.c (msp430_gdbarch_init): Likewise.
3332 * mt-tdep.c (mt_registers_info): Likewise.
3333 * nat/aarch64-linux.c (aarch64_linux_new_thread): Likewise.
3334 * nat/linux-btrace.c (linux_enable_bts): Likewise.
3335 (linux_enable_pt): Likewise.
3336 * nat/linux-osdata.c (linux_xfer_osdata_processes): Likewise.
3337 (linux_xfer_osdata_processgroups): Likewise.
3338 * nios2-tdep.c (nios2_gdbarch_init): Likewise.
3339 * nto-procfs.c (procfs_meminfo): Likewise.
3340 * objc-lang.c (start_msglist): Likewise.
3341 (selectors_info): Likewise.
3342 (classes_info): Likewise.
3343 (find_methods): Likewise.
3344 * objfiles.c (allocate_objfile): Likewise.
3345 (update_section_map): Likewise.
3346 * osabi.c (gdbarch_register_osabi): Likewise.
3347 (gdbarch_register_osabi_sniffer): Likewise.
3348 * parse.c (start_arglist): Likewise.
3349 * ppc-linux-nat.c (hwdebug_find_thread_points_by_tid): Likewise.
3350 (hwdebug_insert_point): Likewise.
3351 * printcmd.c (display_command): Likewise.
3352 (ui_printf): Likewise.
3353 * procfs.c (create_procinfo): Likewise.
3354 (load_syscalls): Likewise.
3355 (proc_get_LDT_entry): Likewise.
3356 (proc_update_threads): Likewise.
3357 * prologue-value.c (make_pv_area): Likewise.
3358 (pv_area_store): Likewise.
3359 * psymtab.c (extend_psymbol_list): Likewise.
3360 (init_psymbol_list): Likewise.
3361 (allocate_psymtab): Likewise.
3362 * python/py-inferior.c (add_thread_object): Likewise.
3363 * python/py-param.c (compute_enum_values): Likewise.
3364 * python/py-value.c (valpy_call): Likewise.
3365 * python/py-varobj.c (py_varobj_iter_next): Likewise.
3366 * python/python.c (ensure_python_env): Likewise.
3367 * record-btrace.c (record_btrace_start_replaying): Likewise.
3368 * record-full.c (record_full_reg_alloc): Likewise.
3369 (record_full_mem_alloc): Likewise.
3370 (record_full_end_alloc): Likewise.
3371 (record_full_core_xfer_partial): Likewise.
3372 * regcache.c (get_thread_arch_aspace_regcache): Likewise.
3373 * remote-fileio.c (remote_fileio_init_fd_map): Likewise.
3374 * remote-notif.c (remote_notif_state_allocate): Likewise.
3375 * remote.c (demand_private_info): Likewise.
3376 (remote_notif_stop_alloc_reply): Likewise.
3377 (remote_enable_btrace): Likewise.
3378 * reverse.c (save_bookmark_command): Likewise.
3379 * rl78-tdep.c (rl78_gdbarch_init): Likewise.
3380 * rx-tdep.c (rx_gdbarch_init): Likewise.
3381 * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
3382 * ser-go32.c (dos_get_tty_state): Likewise.
3383 (dos_copy_tty_state): Likewise.
3384 * ser-mingw.c (ser_windows_open): Likewise.
3385 (ser_console_wait_handle): Likewise.
3386 (ser_console_get_tty_state): Likewise.
3387 (make_pipe_state): Likewise.
3388 (net_windows_open): Likewise.
3389 * ser-unix.c (hardwire_get_tty_state): Likewise.
3390 (hardwire_copy_tty_state): Likewise.
3391 * solib-aix.c (solib_aix_new_lm_info): Likewise.
3392 * solib-dsbt.c (dsbt_current_sos): Likewise.
3393 (dsbt_relocate_main_executable): Likewise.
3394 * solib-frv.c (frv_current_sos): Likewise.
3395 (frv_relocate_main_executable): Likewise.
3396 * solib-spu.c (spu_bfd_fopen): Likewise.
3397 * solib-svr4.c (lm_info_read): Likewise.
3398 (svr4_copy_library_list): Likewise.
3399 (svr4_default_sos): Likewise.
3400 * source.c (find_source_lines): Likewise.
3401 (line_info): Likewise.
3402 (add_substitute_path_rule): Likewise.
3403 * spu-linux-nat.c (spu_bfd_open): Likewise.
3404 * spu-tdep.c (info_spu_dma_cmdlist): Likewise.
3405 * stabsread.c (dbx_lookup_type): Likewise.
3406 (read_type): Likewise.
3407 (read_member_functions): Likewise.
3408 (read_struct_fields): Likewise.
3409 (read_baseclasses): Likewise.
3410 (read_args): Likewise.
3411 (_initialize_stabsread): Likewise.
3412 * stack.c (func_command): Likewise.
3413 * stap-probe.c (handle_stap_probe): Likewise.
3414 * symfile.c (addrs_section_sort): Likewise.
3415 (addr_info_make_relative): Likewise.
3416 (load_section_callback): Likewise.
3417 (add_symbol_file_command): Likewise.
3418 (init_filename_language_table): Likewise.
3419 * symtab.c (create_filename_seen_cache): Likewise.
3420 (sort_search_symbols_remove_dups): Likewise.
3421 (search_symbols): Likewise.
3422 * target.c (make_cleanup_restore_target_terminal): Likewise.
3423 * thread.c (new_thread): Likewise.
3424 (enable_thread_stack_temporaries): Likewise.
3425 (make_cleanup_restore_current_thread): Likewise.
3426 (thread_apply_all_command): Likewise.
3427 * tic6x-tdep.c (tic6x_gdbarch_init): Likewise.
3428 * top.c (gdb_readline_wrapper): Likewise.
3429 * tracefile-tfile.c (tfile_trace_file_writer_new): Likewise.
3430 * tracepoint.c (trace_find_line_command): Likewise.
3431 (all_tracepoint_actions_and_cleanup): Likewise.
3432 (make_cleanup_restore_current_traceframe): Likewise.
3433 (get_uploaded_tp): Likewise.
3434 (get_uploaded_tsv): Likewise.
3435 * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
3436 (tui_alloc_win_info): Likewise.
3437 (tui_alloc_content): Likewise.
3438 (tui_add_content_elements): Likewise.
3439 * tui/tui-disasm.c (tui_find_disassembly_address): Likewise.
3440 (tui_set_disassem_content): Likewise.
3441 * ui-file.c (ui_file_new): Likewise.
3442 (stdio_file_new): Likewise.
3443 (tee_file_new): Likewise.
3444 * utils.c (make_cleanup_restore_integer): Likewise.
3445 (add_internal_problem_command): Likewise.
3446 * v850-tdep.c (v850_gdbarch_init): Likewise.
3447 * valops.c (find_oload_champ): Likewise.
3448 * value.c (allocate_value_lazy): Likewise.
3449 (record_latest_value): Likewise.
3450 (create_internalvar): Likewise.
3451 * varobj.c (install_variable): Likewise.
3452 (new_variable): Likewise.
3453 (new_root_variable): Likewise.
3454 (cppush): Likewise.
3455 (_initialize_varobj): Likewise.
3456 * windows-nat.c (windows_make_so): Likewise.
3457 * x86-nat.c (x86_add_process): Likewise.
3458 * xcoffread.c (arrange_linetable): Likewise.
3459 (allocate_include_entry): Likewise.
3460 (process_linenos): Likewise.
3461 (SYMBOL_DUP): Likewise.
3462 (xcoff_start_psymtab): Likewise.
3463 (xcoff_end_psymtab): Likewise.
3464 * xml-support.c (gdb_xml_parse_attr_ulongest): Likewise.
3465 * xtensa-tdep.c (xtensa_register_type): Likewise.
3466 * gdbarch.c: Regenerate.
3467 * gdbarch.h: Regenerate.
3468
3469 2015-08-25 Don Breazeal <donb@codesourcery.com>
3470
3471 * infrun.c (follow_exec): Re-order operations for
3472 handling follow-exec-mode "new".
3473 (handle_inferior_event_1): Assign ecs->event_thread
3474 to the current thread.
3475 * remote.c (get_remote_arch_state): Add an assertion.
3476
3477 2015-08-26 Pedro Alves <palves@redhat.com>
3478
3479 * MAINTAINERS: Add Markus Metzger as btrace maintainer.
3480
3481 2015-08-25 Pedro Alves <palves@redhat.com>
3482
3483 PR gdb/18804
3484 * defs.h (maybe_quit): Declare.
3485 (QUIT): Now calls maybe_quit.
3486 * event-loop.c (clear_async_signal_handler)
3487 (async_signal_handler_is_marked): New functions.
3488 * event-loop.h (async_signal_handler_is_marked)
3489 (clear_async_signal_handler): New declarations.
3490 * remote.c (remote_check_pending_interrupt): New function.
3491 (interrupt_query): Use make_cleanup_restore_target_terminal. No
3492 longer check whether the target is async. If waiting for a stop
3493 reply, and a Ctrl-C as been sent to the target, offer to
3494 disconnect, and throw TARGET_CLOSE_ERROR instead of a quit.
3495 Otherwise do not disconnect and throw a quit.
3496 (_initialize_remote): Install remote_check_pending_interrupt as
3497 to_check_pending_interrupt.
3498 * target.c (target_check_pending_interrupt): New function.
3499 * target.h (struct target_ops) <to_check_pending_interrupt>: New
3500 field.
3501 (target_check_pending_interrupt): New declaration.
3502 * utils.c (maybe_quit): New function.
3503 * target-delegates.c: Regenerate.
3504
3505 2015-08-25 Yao Qi <yao.qi@linaro.org>
3506
3507 * nat/aarch64-linux-hw-point.c (debug_reg_change_callback):
3508 Rename local variable pid to tid, and get lwpid of lwp. Update
3509 debug output.
3510
3511 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
3512
3513 * ada-lang.c (ada_read_var_value): Add a var_block argument
3514 and pass it to default_read_var_value.
3515 * block.c (block_static_link): New accessor.
3516 * block.h (block_static_link): Declare it.
3517 * buildsym.c (finish_block_internal): Add a static_link
3518 argument. If there is a static link, associate it to the new
3519 block.
3520 (finish_block): Add a static link argument and pass it to
3521 finish_block_internal.
3522 (end_symtab_get_static_block): Update calls to finish_block and
3523 to finish_block_internal.
3524 (end_symtab_with_blockvector): Update call to
3525 finish_block_internal.
3526 * buildsym.h: Forward-declare struct dynamic_prop.
3527 (struct context_stack): Add a static_link field.
3528 (finish_block): Add a static link argument.
3529 * c-exp.y: Remove an obsolete comment (evaluation of variables
3530 already start from the selected frame, and now they climb *up*
3531 the call stack) and propagate the block information to the
3532 produced expression.
3533 * d-exp.y: Likewise.
3534 * f-exp.y: Likewise.
3535 * go-exp.y: Likewise.
3536 * jv-exp.y: Likewise.
3537 * m2-exp.y: Likewise.
3538 * p-exp.y: Likewise.
3539 * coffread.c (coff_symtab_read): Update calls to finish_block.
3540 * dbxread.c (process_one_symbol): Likewise.
3541 * xcoffread.c (read_xcoff_symtab): Likewise.
3542 * compile/compile-c-symbols.c (convert_one_symbol): Promote the
3543 "sym" parameter to struct block_symbol, update its uses and pass
3544 its block to calls to read_var_value.
3545 (convert_symbol_sym): Update the calls to convert_one_symbol.
3546 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update
3547 call to read_var_value.
3548 * dwarf2loc.c (block_op_get_frame_base): New.
3549 (dwarf2_block_frame_base_locexpr_funcs): Implement the
3550 get_frame_base method.
3551 (dwarf2_block_frame_base_loclist_funcs): Likewise.
3552 (dwarf2locexpr_baton_eval): Add a frame argument and use it
3553 instead of the selected frame in order to evaluate the
3554 expression.
3555 (dwarf2_evaluate_property): Add a frame argument. Update call
3556 to dwarf2_locexpr_baton_eval to provide a frame in available and
3557 to handle the absence of address stack.
3558 * dwarf2loc.h (dwarf2_evaluate_property): Add a frame argument.
3559 * dwarf2read.c (attr_to_dynamic_prop): Add a forward
3560 declaration.
3561 (read_func_scope): Record any available static link description.
3562 Update call to finish_block.
3563 (read_lexical_block_scope): Update call to finish_block.
3564 * findvar.c (follow_static_link): New.
3565 (get_hosting_frame): New.
3566 (default_read_var_value): Add a var_block argument. Use
3567 get_hosting_frame to handle non-local references.
3568 (read_var_value): Add a var_block argument and pass it to the
3569 LA_READ_VAR_VALUE method.
3570 * gdbtypes.c (resolve_dynamic_range): Update calls to
3571 dwarf2_evaluate_property.
3572 (resolve_dynamic_type_internal): Likewise.
3573 * guile/scm-frame.c (gdbscm_frame_read_var): Update call to
3574 read_var_value, passing it the block coming from symbol lookup.
3575 * guile/scm-symbol.c (gdbscm_symbol_value): Update call to
3576 read_var_value (TODO).
3577 * infcmd.c (finish_command_continuation): Update call to
3578 read_var_value, passing it the block coming from symbol lookup.
3579 * infrun.c (insert_exception_resume_breakpoint): Likewise.
3580 * language.h (struct language_defn): Add a var_block argument to
3581 the LA_READ_VAR_VALUE method.
3582 * objfiles.c (struct static_link_htab_entry): New.
3583 (static_link_htab_entry_hash): New.
3584 (static_link_htab_entry_eq): New.
3585 (objfile_register_static_link): New.
3586 (objfile_lookup_static_link): New.
3587 (free_objfile): Free the STATIC_LINKS hashed map if needed.
3588 * objfiles.h: Include hashtab.h.
3589 (struct objfile): Add a static_links field.
3590 (objfile_register_static_link): New.
3591 (objfile_lookup_static_link): New.
3592 * printcmd.c (print_variable_and_value): Update call to
3593 read_var_value.
3594 * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
3595 * python/py-frame.c (frapy_read_var): Update call to
3596 read_var_value, passing it the block coming from symbol lookup.
3597 * python/py-framefilter.c (extract_sym): Add a sym_block
3598 parameter and set the pointed value to NULL (TODO).
3599 (enumerate_args): Update call to extract_sym.
3600 (enumerate_locals): Update calls to extract_sym and to
3601 read_var_value.
3602 * python/py-symbol.c (sympy_value): Update call to
3603 read_var_value (TODO).
3604 * stack.c (read_frame_local): Update call to read_var_value.
3605 (read_frame_arg): Likewise.
3606 (return_command): Likewise.
3607 * symtab.h (struct symbol_block_ops): Add a get_frame_base
3608 method.
3609 (struct symbol): Add a block field.
3610 (SYMBOL_BLOCK): New accessor.
3611 * valops.c (value_of_variable): Remove frame/block handling and
3612 pass the block argument to read_var_value, which does this job
3613 now.
3614 (value_struct_elt_for_reference): Update calls to
3615 read_var_value.
3616 (value_of_this): Pass the block found to read_var_value.
3617 * value.h (read_var_value): Add a var_block argument.
3618 (default_read_var_value): Likewise.
3619
3620 2015-08-25 Yao Qi <yao.qi@linaro.org>
3621
3622 * aarch64-linux-nat.c (aarch64_linux_new_thread): Move it to ...
3623 * nat/aarch64-linux.c (aarch64_linux_new_thread): ... here.
3624 * nat/aarch64-linux.h (aarch64_linux_new_thread): Declare.
3625
3626 2015-08-25 Yao Qi <yao.qi@linaro.org>
3627
3628 * Makefile.in (aarch64-liunx.o): New rule.
3629 (HFILES_NO_SRCDIR): Add aarch64-linux.h.
3630 * config/aarch64/linux.mh (NAT_FILE): Add aarch64-linux.o.
3631 * aarch64-linux-nat.c: Include nat/aarch64-linux.h.
3632 * aarch64-linux-nat.c (aarch64_get_debug_reg_state): Make it
3633 extern.
3634 (aarch64_linux_prepare_to_resume): Move it nat/aarch64-linux.c.
3635 * nat/aarch64-linux-hw-point.h (aarch64_debug_reg_state): Declare
3636 * nat/aarch64-linux.c: New file.
3637 * nat/aarch64-linux.h: New file.
3638
3639 2015-08-25 Yao Qi <yao.qi@linaro.org>
3640
3641 * aarch64-linux-nat.c (aarch64_linux_prepare_to_resume): Use
3642 lwp_arch_private_info and ptid_of_lwp.
3643
3644 2015-08-25 Yao Qi <yao.qi@linaro.org>
3645
3646 * aarch64-linux-nat.c (struct arch64_dr_update_callback_param):
3647 Move it to nat/aarch64-linux-hw-point.c.
3648 (debug_reg_change_callback): Likewise.
3649 (aarch64_notify_debug_reg_change): :Likewise.
3650 * nat/aarch64-linux-hw-point.c: Include nat/linux-nat.h.
3651 (aarch64_dr_update_callback_param): New.
3652 (debug_reg_change_callback): New function.
3653 (aarch64_notify_debug_reg_change): Likewise.
3654 * nat/aarch64-linux-hw-point.h (aarch64_notify_debug_reg_change):
3655 Remove the declaration.
3656
3657 2015-08-25 Yao Qi <yao.qi@linaro.org>
3658
3659 * aarch64-linux-nat.c (aarch64_notify_debug_reg_change):
3660 Call current_lwp_ptid.
3661
3662 2015-08-25 Yao Qi <yao.qi@linaro.org>
3663
3664 * aarch64-linux-nat.c (debug_reg_change_callback): Use
3665 debug_printf.
3666
3667 2015-08-25 Yao Qi <yao.qi@linaro.org>
3668
3669 * aarch64-linux-nat.c (debug_reg_change_callback): Call
3670 ptid_get_pid rather than ptid_get_lwp.
3671
3672 2015-08-24 Pedro Alves <palves@redhat.com>
3673
3674 * NEWS (New commands): Mention set/show remote
3675 multiprocess-extensions-packet.
3676 * remote.c (remote_query_supported): Only tell the server to use
3677 the multiprocess extensions if the user hasn't force-disabled them
3678 with "set remote multiprocess-extensions-packet off".
3679
3680 2015-08-24 Pedro Alves <palves@redhat.com>
3681
3682 * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
3683 1029a8112290f6eee9d7878a391c49db42c999bd.
3684 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4:
3685 Regenerate.
3686 * gnulib/import/Makefile.am: Update.
3687 * gnulib/import/Makefile.in: Update.
3688 * gnulib/import/alloca.in.h: Update.
3689 * gnulib/import/basename-lgpl.c: Update.
3690 * gnulib/import/canonicalize-lgpl.c: Update.
3691 * gnulib/import/config.charset: Update.
3692 * gnulib/import/dirent.in.h: Update.
3693 * gnulib/import/dirfd.c: Update.
3694 * gnulib/import/dirname-lgpl.c: Update.
3695 * gnulib/import/dirname.h: Update.
3696 * gnulib/import/dosname.h: Update.
3697 * gnulib/import/errno.in.h: Update.
3698 * gnulib/import/extra/snippet/arg-nonnull.h: Update.
3699 * gnulib/import/extra/snippet/c++defs.h: Update.
3700 * gnulib/import/extra/snippet/warn-on-use.h: Update.
3701 * gnulib/import/extra/update-copyright: Update.
3702 * gnulib/import/float+.h: Update.
3703 * gnulib/import/float.c: Update.
3704 * gnulib/import/float.in.h: Update.
3705 * gnulib/import/fnmatch.c: Update.
3706 * gnulib/import/fnmatch.in.h: Update.
3707 * gnulib/import/fnmatch_loop.c: Update.
3708 * gnulib/import/fpucw.h: Update.
3709 * gnulib/import/frexp.c: Update.
3710 * gnulib/import/frexpl.c: Update.
3711 * gnulib/import/gettimeofday.c: Update.
3712 * gnulib/import/inttypes.in.h: Update.
3713 * gnulib/import/isnan.c: Update.
3714 * gnulib/import/isnand-nolibm.h: Update.
3715 * gnulib/import/isnand.c: Update.
3716 * gnulib/import/isnanl-nolibm.h: Update.
3717 * gnulib/import/isnanl.c: Update.
3718 * gnulib/import/itold.c: Update.
3719 * gnulib/import/localcharset.c: Update.
3720 * gnulib/import/localcharset.h: Update.
3721 * gnulib/import/lstat.c: Update.
3722 * gnulib/import/m4/00gnulib.m4: Update.
3723 * gnulib/import/m4/absolute-header.m4: Update.
3724 * gnulib/import/m4/alloca.m4: Update.
3725 * gnulib/import/m4/canonicalize.m4: Update.
3726 * gnulib/import/m4/codeset.m4: Update.
3727 * gnulib/import/m4/configmake.m4: Update.
3728 * gnulib/import/m4/dirent_h.m4: Update.
3729 * gnulib/import/m4/dirfd.m4: Update.
3730 * gnulib/import/m4/dirname.m4: Update.
3731 * gnulib/import/m4/double-slash-root.m4: Update.
3732 * gnulib/import/m4/eealloc.m4: Update.
3733 * gnulib/import/m4/errno_h.m4: Update.
3734 * gnulib/import/m4/exponentd.m4: Update.
3735 * gnulib/import/m4/exponentl.m4: Update.
3736 * gnulib/import/m4/extensions.m4: Update.
3737 * gnulib/import/m4/extern-inline.m4: Update.
3738 * gnulib/import/m4/fcntl-o.m4: Update.
3739 * gnulib/import/m4/float_h.m4: Update.
3740 * gnulib/import/m4/fnmatch.m4: Update.
3741 * gnulib/import/m4/fpieee.m4: Update.
3742 * gnulib/import/m4/frexp.m4: Update.
3743 * gnulib/import/m4/frexpl.m4: Update.
3744 * gnulib/import/m4/gettimeofday.m4: Update.
3745 * gnulib/import/m4/glibc21.m4: Update.
3746 * gnulib/import/m4/gnulib-cache.m4: Update.
3747 * gnulib/import/m4/gnulib-common.m4: Update.
3748 * gnulib/import/m4/gnulib-comp.m4: Update.
3749 * gnulib/import/m4/gnulib-tool.m4: Update.
3750 * gnulib/import/m4/include_next.m4: Update.
3751 * gnulib/import/m4/inttypes-pri.m4: Update.
3752 * gnulib/import/m4/inttypes.m4: Update.
3753 * gnulib/import/m4/isnand.m4: Update.
3754 * gnulib/import/m4/isnanl.m4: Update.
3755 * gnulib/import/m4/largefile.m4: Update.
3756 * gnulib/import/m4/localcharset.m4: Update.
3757 * gnulib/import/m4/locale-fr.m4: Update.
3758 * gnulib/import/m4/locale-ja.m4: Update.
3759 * gnulib/import/m4/locale-zh.m4: Update.
3760 * gnulib/import/m4/longlong.m4: Update.
3761 * gnulib/import/m4/lstat.m4: Update.
3762 * gnulib/import/m4/malloc.m4: Update.
3763 * gnulib/import/m4/malloca.m4: Update.
3764 * gnulib/import/m4/math_h.m4: Update.
3765 * gnulib/import/m4/mbrtowc.m4: Update.
3766 * gnulib/import/m4/mbsinit.m4: Update.
3767 * gnulib/import/m4/mbsrtowcs.m4: Update.
3768 * gnulib/import/m4/mbstate_t.m4: Update.
3769 * gnulib/import/m4/memchr.m4: Update.
3770 * gnulib/import/m4/memmem.m4: Update.
3771 * gnulib/import/m4/mmap-anon.m4: Update.
3772 * gnulib/import/m4/multiarch.m4: Update.
3773 * gnulib/import/m4/nocrash.m4: Update.
3774 * gnulib/import/m4/off_t.m4: Update.
3775 * gnulib/import/m4/pathmax.m4: Update.
3776 * gnulib/import/m4/readlink.m4: Update.
3777 * gnulib/import/m4/rename.m4: Update.
3778 * gnulib/import/m4/rmdir.m4: Update.
3779 * gnulib/import/m4/ssize_t.m4: Update.
3780 * gnulib/import/m4/stat.m4: Update.
3781 * gnulib/import/m4/stdbool.m4: Update.
3782 * gnulib/import/m4/stddef_h.m4: Update.
3783 * gnulib/import/m4/stdint.m4: Update.
3784 * gnulib/import/m4/stdio_h.m4: Update.
3785 * gnulib/import/m4/stdlib_h.m4: Update.
3786 * gnulib/import/m4/string_h.m4: Update.
3787 * gnulib/import/m4/strstr.m4: Update.
3788 * gnulib/import/m4/strtok_r.m4: Update.
3789 * gnulib/import/m4/sys_socket_h.m4: Update.
3790 * gnulib/import/m4/sys_stat_h.m4: Update.
3791 * gnulib/import/m4/sys_time_h.m4: Update.
3792 * gnulib/import/m4/sys_types_h.m4: Update.
3793 * gnulib/import/m4/time_h.m4: Update.
3794 * gnulib/import/m4/unistd_h.m4: Update.
3795 * gnulib/import/m4/warn-on-use.m4: Update.
3796 * gnulib/import/m4/wchar_h.m4: Update.
3797 * gnulib/import/m4/wchar_t.m4: Update.
3798 * gnulib/import/m4/wctype_h.m4: Update.
3799 * gnulib/import/m4/wint_t.m4: Update.
3800 * gnulib/import/malloc.c: Update.
3801 * gnulib/import/malloca.c: Update.
3802 * gnulib/import/malloca.h: Update.
3803 * gnulib/import/math.in.h: Update.
3804 * gnulib/import/mbrtowc.c: Update.
3805 * gnulib/import/mbsinit.c: Update.
3806 * gnulib/import/mbsrtowcs-impl.h: Update.
3807 * gnulib/import/mbsrtowcs-state.c: Update.
3808 * gnulib/import/mbsrtowcs.c: Update.
3809 * gnulib/import/memchr.c: Update.
3810 * gnulib/import/memmem.c: Update.
3811 * gnulib/import/pathmax.h: Update.
3812 * gnulib/import/readlink.c: Update.
3813 * gnulib/import/ref-add.sin: Update.
3814 * gnulib/import/ref-del.sin: Update.
3815 * gnulib/import/rename.c: Update.
3816 * gnulib/import/rmdir.c: Update.
3817 * gnulib/import/same-inode.h: Update.
3818 * gnulib/import/stat.c: Update.
3819 * gnulib/import/stdbool.in.h: Update.
3820 * gnulib/import/stddef.in.h: Update.
3821 * gnulib/import/stdint.in.h: Update.
3822 * gnulib/import/stdio.c: Update.
3823 * gnulib/import/stdio.in.h: Update.
3824 * gnulib/import/stdlib.in.h: Update.
3825 * gnulib/import/str-two-way.h: Update.
3826 * gnulib/import/streq.h: Update.
3827 * gnulib/import/string.in.h: Update.
3828 * gnulib/import/stripslash.c: Update.
3829 * gnulib/import/strnlen1.c: Update.
3830 * gnulib/import/strnlen1.h: Update.
3831 * gnulib/import/strstr.c: Update.
3832 * gnulib/import/strtok_r.c: Update.
3833 * gnulib/import/sys_stat.in.h: Update.
3834 * gnulib/import/sys_time.in.h: Update.
3835 * gnulib/import/sys_types.in.h: Update.
3836 * gnulib/import/time.in.h: Update.
3837 * gnulib/import/unistd.in.h: Update.
3838 * gnulib/import/verify.h: Update.
3839 * gnulib/import/wchar.in.h: Update.
3840 * gnulib/import/wctype.in.h: Update.
3841 * gnulib/import/gettimeofday.c: New file.
3842 * gnulib/import/m4/absolute-header.m4: New file.
3843 * gnulib/import/m4/gettimeofday.m4: New file.
3844 * gnulib/import/m4/sys_socket_h.m4: New file.
3845 * gnulib/import/m4/sys_time_h.m4: New file.
3846 * gnulib/import/stdio.c: Delete file.
3847 * gnulib/import/sys_time.in.h: New file.
3848
3849 2015-08-24 Pedro Alves <palves@redhat.com>
3850
3851 * Makefile.in (HFILES_NO_SRCDIR): Add common/gdb_sys_time.h.
3852 * common/gdb_sys_time.h: New file.
3853 * event-loop.c: Include gdb_sys_time.h instead of sys/time.h.
3854 * gdb_select.h: Likewise.
3855 * gdb_usleep.c: Likewise.
3856 * maint.c: Likewise.
3857 * mi/mi-main.c: Likewise.
3858 * mi/mi-parse.h: Likewise.
3859 * remote-fileio.c: Likewise.
3860 * remote-m32r-sdi.c: Likewise.
3861 * remote.c: Likewise.
3862 * ser-base.c: Likewise.
3863 * ser-pipe.c: Likewise.
3864 * ser-tcp.c: Likewise.
3865 * ser-unix.c: Likewise.
3866 * symfile.c: Likewise.
3867 * symfile.c: Likewise. Rename OSIZE to SIZE throughout.
3868 * target-memory.c: Include gdb_sys_time.h instead of sys/time.h.
3869 * utils.c: Likewise.
3870
3871 2015-08-24 Pedro Alves <palves@redhat.com>
3872
3873 * NEWS: Mention removed support for the various ROM monitors.
3874 * Makefile.in (ALL_TARGET_OBS): Remove dbug-rom.o, dink32-rom.o,
3875 ppcbug-rom.o, m32r-rom.o, dsrec.o and monitor.o from gdb_target_obs.
3876 * configure.tgt (h8300-*-*): Remove monitor.o and m32r-rom.o from
3877 gdb_target_obs.
3878 (m68*-*-*): Remove monitor.o dbug-rom.o and dsrec.o from
3879 gdb_target_obs.
3880 (microblaze*-linux-*): Remove microblaze-rom.o, monitor.o and
3881 dsrec.o from gdb_target_obs.
3882 (microblaze*-*-*): Remove microblaze-rom.o, monitor.o and dsrec.o
3883 from gdb_target_obs.
3884 (powerpc-*-lynx*178): Remove monitor.o and dsrec.o from
3885 gdb_target_obs.
3886 (powerpc*-*-*): Remove monitor.o, dsrec.o, ppcbug-rom.o and
3887 dink32-rom.o from gdb_target_obs.
3888 (sh*-*-linux*): Remove monitor.o and dsrec.o from gdb_target_obs.
3889 (sh*): Remove monitor.o and dsrec.o from gdb_target_obs.
3890 * dbug-rom.c, dink32-rom.c, dsrec.c, m32r-rom.c, microblaze-rom.c,
3891 monitor.c, monitor.h, ppcbug-rom.c, srec.h: Delete files.
3892
3893 2015-08-21 Pedro Alves <palves@redhat.com>
3894
3895 * frame.c (null_frame_id): Explicitly zero-initialize.
3896
3897 2015-08-21 Tom Tromey <tromey@redhat.com>
3898
3899 * dwarf2read.c (struct dwarf2_section_info): Rename field
3900 'asection' to 'section'.
3901 (dwarf2_has_info, get_section_bfd_owner, get_section_bfd_section)
3902 (dwarf2_locate_sections, dwarf2_locate_sections)
3903 (locate_dwz_sections, locate_v1_virtual_dwo_sections)
3904 (dwarf2_locate_dwo_sections, dwarf2_locate_dwo_sections)
3905 (dwarf2_locate_v2_dwp_sections): Adjust.
3906
3907 2015-08-21 Patrick Palka <patrick@parcs.ath.cx>
3908
3909 * top.h (gdb_in_secondary_prompt_p): Declare.
3910 * top.c (gdb_secondary_prompt_depth): Define.
3911 (gdb_in_secondary_prompt_p): Define.
3912 (gdb_readline_wrapper_cleanup): Decrement
3913 gdb_secondary_prompt_depth.
3914 (gdb_readline_wrapper): Increment gdb_secondary_prompt_depth.
3915 * tui/tui-io.c (tui_getc): Don't clear the prompt line if we
3916 are in a secondary prompt.
3917
3918 2015-08-21 Patrick Palka <patrick@parcs.ath.cx>
3919
3920 * tui/tui-io.c (tui_getc): Use tui_putc instead of waddch to
3921 emit the newline.
3922
3923 2015-08-21 Gary Benson <gbenson@redhat.com>
3924
3925 * gdb_bfd.c (gdb_bfd_iovec_fileio_pread): Add QUIT call.
3926
3927 2015-08-21 Gary Benson <gbenson@redhat.com>
3928
3929 * target.h (struct target_ops) <to_fileio_open>: New argument
3930 warn_if_slow. Update comment. All implementations updated.
3931 (target_fileio_open_warn_if_slow): New declaration.
3932 * target.c (target_fileio_open): Renamed as...
3933 (target_fileio_open_1): ...this. New argument warn_if_slow.
3934 Pass warn_if_slow to implementation. Update debug printing.
3935 (target_fileio_open): New function.
3936 (target_fileio_open_warn_if_slow): Likewise.
3937 * gdb_bfd.c (gdb_bfd_iovec_fileio_open): Use new function
3938 target_fileio_open_warn_if_slow.
3939
3940 2015-08-21 Gary Benson <gbenson@redhat.com>
3941
3942 * nat/linux-namespaces.c (linux_mntns_access_fs):
3943 Do not overwrite old_chain.
3944
3945 2015-08-20 Max Filippov <jcmvbkbc@gmail.com>
3946
3947 * arch/xtensa.h: New file.
3948 * xtensa-linux-nat.c (gdb_proc_service.h): New #include.
3949 (ps_get_thread_area): New function.
3950 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Add call to
3951 set_gdbarch_fetch_tls_load_module_address to enable TLS support.
3952 * xtensa-tdep.c (osabi.h): New #include.
3953 (xtensa_gdbarch_init): Call gdbarch_init_osabi to register
3954 xtensa-specific hooks.
3955 * xtensa-tdep.h (struct xtensa_elf_gregset_t): Add threadptr
3956 member and move the structure to arch/xtensa.h.
3957
3958 2015-08-21 Pedro Alves <palves@redhat.com>
3959
3960 * remote.c (struct readahead_cache): New.
3961 (struct remote_state) <readahead_cache>: New field.
3962 (remote_open_1): Invalidate the cache.
3963 (readahead_cache_invalidate, readahead_cache_invalidate_fd): New
3964 functions.
3965 (remote_hostio_pwrite): Invalidate the readahead cache.
3966 (remote_hostio_pread): Rename to ...
3967 (remote_hostio_pread_vFile): ... this.
3968 (remote_hostio_pread_from_cache): New function.
3969 (remote_hostio_pread): Reimplement.
3970 (remote_hostio_close): Invalidate the readahead cache.
3971
3972 2015-08-21 Marcin Cieślak <saper@saper.info> (tiny patch)
3973
3974 PR build/18843
3975 * procfs.c: Include "filestuff.h".
3976
3977 2015-08-21 Patrick Palka <patrick@parcs.ath.cx>
3978
3979 * tui/tui-data.h (tui_command_info): Remove fields cur_line and
3980 curch.
3981 * tui/tui-data.c (tui_clear_win_detail) [CMD_WIN]: Don't set
3982 cur_line or curch, instead call wmove().
3983 (init_win_info) [CMD_WIN]: Likewise.
3984 * tui/tui-io.c (tui_puts): Likewise. Don't read cur_line,
3985 instead call getcury().
3986 (tui_redisplay_readline): Don't set cur_line or curch.
3987 (tui_mld_erase_entire_line): Don't read cur_line, instead call
3988 getcury().
3989 (tui_cont_sig): Remove call to wmove.
3990 (tui_getc): Don't read cur_line or curch, instead call getcury()
3991 or getyx(). Don't set curch.
3992 * tui/tui-win.c (make_visible_with_new_height) [CMD_WIN]: Don't
3993 set cur_line or curch. Always move cursor to (0,0).
3994
3995 2015-08-20 Pedro Alves <palves@redhat.com>
3996
3997 * infrun.c (print_target_wait_results): Make extern.
3998 * infrun.h (print_target_wait_results): Declare.
3999 * remote.c (set_stop_requested_callback): Delete.
4000 (process_initial_stop_replies): New function.
4001 (remote_start_remote): Use it.
4002 (stop_reply_queue_length): New function.
4003
4004 2015-08-20 Pedro Alves <palves@redhat.com>
4005
4006 * dwarf2read.c (process_full_comp_unit): To tell whether
4007 start_subfile managed to deduce a language, test for
4008 language_unknown instead of language_c.
4009
4010 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
4011
4012 * ada-lex.l: Reset the start condition to INITIAL in the rule that
4013 matches attributes.
4014
4015 2015-08-19 Kevin Buettner <kevinb@redhat.com>
4016
4017 * dwarf2read.c (dwarf2_string_attr): New function.
4018 (lookup_dwo_unit, process_psymtab_comp_unit_reader)
4019 (dwarf2_compute_name, dwarf2_physname, find_file_and_directory)
4020 (read_call_site_scope, namespace_name, guess_full_die_structure_name)
4021 (anonymous_struct_prefix, prepare_one_comp_unit): Use
4022 dwarf2_string_attr in place of dwarf2_attr and DW_STRING.
4023
4024 2015-08-18 Doug Evans <dje@google.com>
4025 Adrian Sendroiu <adrian.sendroiu@freescale.com>
4026
4027 PR mi/18833
4028 * cli/cli-logging.c (pop_output_files): Don't restore redirection
4029 if MI-like.
4030 * mi/mi-out.c: #include "vec.h".
4031 (ui_filep): New type.
4032 (DEV_VEC_P (ui_filep)): New type.
4033 (struct ui_out_data) <buffer, original_buffer>: Delete.
4034 (struct ui_out_data) <streams>: New member.
4035 (mi_ui_out_impl): Add data_destroy field.
4036 (mi_field_string, mi_field_fmt): Update.
4037 (mi_flush, mi_redirect, field_separator): Update.
4038 (mi_open, mi_close): Update.
4039 (mi_out_buffered, mi_out_rewind, mi_out_put): Update.
4040 (mi_out_data_ctor, mi_out_data_dtor): New functions.
4041 (mi_out_new): Call mi_out_data_ctor.
4042
4043 2015-08-18 Sandra Loosemore <sandra@codesourcery.com>
4044
4045 * remote.c (strprefix): New.
4046 (remote_parse_stop_reply): Use strprefix instead of strncmp
4047 to ensure exact match of keyword.
4048
4049 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
4050
4051 * gdb_bfd.c (debug_bfd_cache): New variable.
4052 (show_bfd_cache_debug): New function.
4053 (gdb_bfd_open): Add debug logging.
4054 (gdb_bfd_ref): Likewise.
4055 (gdb_bfd_unref): Likewise.
4056 (_initialize_gdb_bfd): Add new set/show command.
4057 * NEWS: Mention new command.
4058
4059 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
4060
4061 * gdb_bfd.c (bfd_sharing): New variable.
4062 (show_bfd_sharing): New function.
4063 (gdb_bfd_open): Check bfd_sharing variable.
4064 (_initialize_gdb_bfd): Add new set/show command.
4065 * NEWS: Mention new command.
4066
4067 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
4068
4069 * gdb_bfd.c (struct gdb_bfd_data): Add size, inode, and device id
4070 field.
4071 (struct gdb_bfd_cache_search): Likewise.
4072 (eq_bfd): Compare the size, inode, and device id fields.
4073 (gdb_bfd_open): Initialise the size, inode, and device id fields.
4074 (gdb_bfd_ref): Likewise.
4075 (gdb_bfd_unref): Likewise.
4076
4077 2015-08-18 Pedro Alves <palves@redhat.com>
4078
4079 * linux-nat.c (linux_nat_always_non_stop_p): If the linux_ops
4080 target implements to_always_non_stop_p, call it.
4081 * x86-linux-nat.c (x86_linux_always_non_stop_p): New function.
4082 (x86_linux_create_target): Install it as to_always_non_stop_p
4083 method.
4084
4085 2015-08-17 Doug Evans <dje@google.com>
4086
4087 * ui-out.c (default_ui_out_impl): Add comment.
4088
4089 2015-08-17 Iain Buclaw <ibuclaw@gdcproject.org>
4090
4091 * d-exp.y (type_aggregate_p): New function.
4092 (PrimaryExpression : TypeExp '.' IdentifierExp): Use it.
4093 (classify_inner_name): Likewise.
4094 * d-namespace.c (d_lookup_nested_symbol): Handle TYPE_CODE_ENUM.
4095
4096 2015-08-15 Doug Evans <xdje42@gmail.com>
4097
4098 * psymtab.c (add_psymbol_to_bcache): Remove "val" arg. All callers
4099 updated.
4100 (add_psymbol_to_list): Ditto.
4101
4102 2015-08-15 Doug Evans <xdje42@gmail.com>
4103
4104 * dbxread.c (dbx_end_psymtab): Renamed from end_psymtab. All callers
4105 updated. Call end_psymtab_common.
4106 * dwarf2read.c (process_psymtab_comp_unit_reader): Call
4107 end_psymtab_common.
4108 (build_type_psymtabs_reader): Ditto.
4109 * psympriv.h (sort_pst_symbols): Delete.
4110 (end_psymtab_common): Declare.
4111 * psymtab.c (sort_pst_symbols): Make static.
4112 (end_psymtab_common): New function.
4113 * xcoffread.c (xcoff_end_psymtab): Call end_psymtab_common.
4114
4115 2015-08-15 Doug Evans <xdje42@gmail.com>
4116
4117 * defs.h (LANGUAGE_BITS): Define.
4118 * psympriv.h (partial_symbol) <domain>: Use SYMBOL_DOMAIN_BITS.
4119 (partial_symbol) <aclass>: Use SYMBOL_ACLASS_BITS.
4120 * symtab.h (general_symbol_info> <language>: Usage LANGUAGE_BITS.
4121 (minimal_symbol_type): Add nr_minsym_types.
4122 (MINSYM_TYPE_BITS): Define.
4123 (minimal_symbol) <type>: Use MINSYM_TYPE_BITS.
4124 (domain_enum_tag): Add NR_DOMAINS.
4125 (SYMBOL_DOMAIN_BITS): Change from 4 to 3.
4126 (SYMBOL_ACLASS_BITS): Define from 6 to 5.
4127
4128 2015-08-15 Doug Evans <xdje42@gmail.com>
4129
4130 * objfiles.h: Whitespace cleanup.
4131 * psympriv.h: Whitespace cleanup.
4132 * psymtab.c: Whitespace/coding convention cleanup.
4133
4134 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
4135
4136 * inferior.c (detach_inferior_command): Don't call
4137 any_thread_of_process when pid is 0.
4138 (kill_inferior_command): Likewise.
4139
4140 2015-08-14 Doug Evans <xdje42@gmail.com>
4141
4142 PR gdb/11833
4143 * NEWS: Document new /s modifier for the disassemble command.
4144 * cli/cli-cmds.c (disassemble_command): Add support for /s.
4145 (_initialize_cli_cmds): Update online docs of disassemble command.
4146 * disasm.c: #include "source.h".
4147 (struct deprecated_dis_line_entry): Renamed from dis_line_entry.
4148 All uses updated.
4149 (dis_line_entry): New struct.
4150 (hash_dis_line_entry, eq_dis_line_entry): New functions.
4151 (allocate_dis_line_table): New functions.
4152 (maybe_add_dis_line_entry, line_has_code_p): New functions.
4153 (dump_insns): New arg end_pc. All callers updated.
4154 (do_mixed_source_and_assembly_deprecated): Renamed from
4155 do_mixed_source_and_assembly. All callers updated.
4156 (do_mixed_source_and_assembly): New function.
4157 (gdb_disassembly): Handle /s (DISASSEMBLY_SOURCE).
4158 * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED): Renamed from
4159 DISASSEMBLY_SOURCE. All uses updated.
4160 (DISASSEMBLY_SOURCE): New macro.
4161 * mi/mi-cmd-disas.c (mi_cmd_disassemble): New modes 4,5.
4162
4163 2015-08-14 Keith Seitz <keiths@redhat.com>
4164
4165 * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Rename
4166 `typename' to `type_name' to avoid C++ reserved word.
4167
4168 2015-08-14 Keith Seitz <keiths@redhat.com>
4169
4170 * location.c (EL_TYPE, EL_LINESPEC, EL_PROBE, EL_ADDRESS)
4171 (EL_EXPLICIT, EL_STRING): Change macro parameter to "P" to
4172 silence ARI errors.
4173
4174 2015-08-14 Iain Buclaw <ibuclaw@gdcproject.org>
4175
4176 * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Use
4177 xstrprintf instead of malloc and sprintf.
4178 (PrimaryExpression : IdentifierExp): Avoid operator at end of line.
4179 (lex_one_token): Likewise.
4180
4181 2015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
4182
4183 * solib-svr4.c (read_program_header): Add base_addr argument to
4184 report the runtime address of the segment.
4185 (find_program_interpreter): Update read_program_header call to pass
4186 a NULL pointer for the new argument.
4187 (scan_dyntag): Add ptr_addr argument to report the runtime address
4188 of the tag payload.
4189 (scan_dyntag_auxv): Likewise and use thew new base_addr argument of
4190 read_program_header to get the base address of the dynamic segment.
4191 (elf_locate_base): Update uses of scan_dyntag, scan_dyntag_auxv and
4192 read_program_header.
4193 (elf_locate_base): Scan for and handle DT_MIPS_RLD_MAP_REL.
4194
4195 2015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
4196
4197 * MAINTAINERS (Write After Approval): Add Matthew Fortune.
4198
4199 2015-08-13 Iain Buclaw <ibuclaw@gdcproject.org>
4200
4201 * d-exp.y (%union): Add voidval.
4202 (%token): Add UNKNOWN_NAME as a token to represent an unclassified
4203 name in the lexing stage.
4204 (PostfixExpression): Move symbol completion handling in grammar here
4205 from PrimaryExpression.
4206 (PrimaryExpression): Move routines to handle resolving identifier
4207 tokens in the grammar here from push_expression_name.
4208 (IdentifierExp): Remove the handling of alternating '.' and identifier
4209 tokens.
4210 (TypeExp): Allow TypeExp to be wrapped in parenthesis in the grammar.
4211 (BasicType): Remove C-style typename rules.
4212 (d_type_from_name, d_module_from_name, push_variable)
4213 (push_fieldnames, push_type_name, push_module_name)
4214 (push_expression_name): Remove.
4215 (lex_one_token): Rename from yylex. Replace pstate with par_state.
4216 (token_and_value): New type.
4217 (token_fifo, popping, name_obstack): New globals.
4218 (classify_name): New function.
4219 (classify_inner_name): Likewise.
4220 (yylex): Likewise.
4221 (d_parse): Initialize token_fifo, popping and name_obstack.
4222
4223 2015-08-13 Iain Buclaw <ibuclaw@gdcproject.org>
4224
4225 * Makefile.in (SFILES): Add d-namespace.c.
4226 (COMMON_OBS): Add d-namespace.o.
4227 * d-lang.c (d_language_defn): Use d_lookup_symbol_nonlocal as the
4228 la_lookup_symbol_nonlocal callback function pointer.
4229 * d-lang.h (d_lookup_symbol_nonlocal): New declaration.
4230 (d_lookup_nested_symbol): New declaration.
4231 * d-namespace.c: New file.
4232
4233 2015-08-13 Pedro Alves <palves@redhat.com>
4234
4235 * python/py-unwind.c (pyuw_sniffer): Install the invalidate
4236 cleanup after the decref cleanup, not before.
4237
4238 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
4239
4240 * ada-lang.c: Include namespace.h
4241 (aux_add_nonlocal_symbols): Fix a function name in comment.
4242 (ada_add_block_renamings): New.
4243 (add_nonlocal_symbols): Add global renamings handling.
4244 (ada_lookup_symbol_list_worker): Move the symbol lookup part
4245 to...
4246 (ada_add_all_symbols): ... this new function.
4247 (ada_add_block_symbols): Try to match the input name against the
4248 "using directives list", perform a recursive symbol lookup on
4249 the matched declarations.
4250 * block.h (struct block): Move the_namespace to top-level as
4251 namespace_info. Remove the language_specific field.
4252 (BLOCK_NAMESPACE): Update access to the namespace_info field.
4253 * buildsym.h (using_directives): Rename into...
4254 (local_using_directives): ... this.
4255 (global_using_directives): New.
4256 (struct context_stack): Rename the using_directives field into
4257 local_using_directives.
4258 * buildsym.c (finish_block_internal): Deal with the proper
4259 using directives repository (local or global).
4260 (prepare_for_building): Reset local_using_directives. Assert
4261 that there is no pending global using directive.
4262 (reset_symtab_globals): Reset global_using_directives and
4263 local_using_directives.
4264 (end_symtab_get_static_block): Don't ignore symtabs that have
4265 only using directives.
4266 (push_context): Update references to local_using_directives.
4267 (buildsym_init): Do not reset using_directives.
4268 * cp-support.c: Include namespace.h.
4269 * cp-support.h (struct using_direct): Move to namespace.h.
4270 (cp_add_using_directives): Move to namespace.h.
4271 * cp-namespace.c: Include namespace.h
4272 (cp_add_using_directive): Move to namespace.c, rename it to
4273 add_using_directive, add a "using_directives" argument and use
4274 it as the pending using directives repository. All callers
4275 updated.
4276 * dwarf2read.c (using_directives): New.
4277 (read_import_statement): Call using_directives.
4278 (read_func_scope): Update references to local_using_directives.
4279 (read_lexical_block_scope): Likewise.
4280 (read_namespace): Update the heading comment, call
4281 using_directives.
4282 * namespace.h: New file.
4283 * namespace.c: New file.
4284 * Makefile.in (SFILES): Add namespace.c.
4285 (COMMON_OBS): Add namespace.o
4286
4287 2015-08-12 Joel Brobecker <brobecker@adacore.com>
4288
4289 * amd64-tdep.c (amd64_displaced_step_fixup): Fix the mask used to
4290 compute RETADDR.
4291
4292 2015-08-12 Keith Seitz <keiths@redhat.com>
4293
4294 * break-catch-throw.c (re_set_exception_catchpoint) Rename
4295 reserved C++ keyword "explicit" to "explicit_loc".
4296 * breakpoint.c (create_overlay_event_breakpoint)
4297 (create_longjmp_master_breakpoint)
4298 (create_std_terminate_master_breakpoint)
4299 (create_exception_master_breakpoint, update_static_tracepoint):
4300 Rename reserved C++ keyword "explicit" to "explicit_loc".
4301 * completer.c (collect_explicit_location_matches)
4302 (explicit_location_completer): Rename reserved C++ keyword
4303 "explicit" to "explicit_loc".
4304 * linespec.c (struct linespec) <explicit>: Rename to "explicit_loc".
4305 (canonicalize_linespec, create_sals_line_offset)
4306 (convert_linespec_to_sals, convert_explicit_location_to_sals)
4307 (event_location_to_sals, decode_objc): Rename reserved C++ keyword
4308 "explicit" to "explicit_loc".
4309 * location.c (struct event_location) <explicit>: Rename to
4310 "explicit_loc".
4311 (initialize_explicit_location, new_explicit_location)
4312 (explicit_location_to_string_internal, explicit_location_to_linespec):
4313 Rename reserved C++ keyword "explicit" to "explicit_loc".
4314 * location.h (explicit_location_to_string)
4315 (explicit_location_to_linespec, initialize_explicit_location)
4316 (new_explicit_location): Rename reserved C++ keyword "explicit"
4317 to "explicit_loc".
4318 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Rename reserved C++
4319 keyword "explicit" to "explicit_loc".
4320
4321 2015-08-12 Keith Seitz <keiths@redhat.com>
4322
4323 * python/python.c (gdbpy_decode_line): Initialize `location' to NULL
4324 and only call decode_line_1 when it is non-NULL.
4325
4326 2015-08-12 Luis Machado <lgustavo@codesourcery.com>
4327
4328 * breakpoint.c (bp_loc_is_permanent): Return 0 when breakpoint
4329 location address is not meaningful.
4330 (breakpoint_address_is_meaningful): Update comment.
4331
4332 2015-08-11 Keith Seitz <keiths@redhat.com>
4333
4334 * NEWS: Mention explicit locations.
4335 * breakpoint.c [LOCATION_HELP_STRING]: New macro.
4336 [BREAK_ARGS_HELP]: Use LOCATION_HELP_STRING.
4337 (_initialize_breakpoint): Update documentation for
4338 "clear", "break", "trace", "strace", "ftrace", and "dprintf".
4339
4340 2015-08-11 Keith Seitz <keiths@redhat.com>
4341
4342 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Add support for
4343 explicit locations, options "--source", "--function",
4344 "--label", and "--line".
4345
4346 2015-08-11 Keith Seitz <keiths@redhat.com>
4347
4348 * completer.c: Include location.h.
4349 (enum match_type): New enum.
4350 (location_completer): Rename to ...
4351 (linespec_completer): ... this.
4352 (collect_explicit_location_matches, backup_text_ptr)
4353 (explicit_location_completer): New functions.
4354 (location_completer): "New" function; handle linespec
4355 and explicit location completions.
4356 (complete_line_internal): Remove all location completer-specific
4357 handling.
4358 * linespec.c (linespec_lexer_lex_keyword, is_ada_operator)
4359 (find_toplevel_char): Export.
4360 (linespec_parse_line_offset): Export.
4361 Issue error if STRING is not numerical.
4362 (gdb_get_linespec_parser_quote_characters): New function.
4363 * linespec.h (linespec_parse_line_offset): Declare.
4364 (get_gdb_linespec_parser_quote_characters): Declare.
4365 (is_ada_operator): Declare.
4366 (find_toplevel_char): Declare.
4367 (linespec_lexer_lex_keyword): Declare.
4368 * location.c (explicit_to_event_location): New function.
4369 (explicit_location_lex_one): New function.
4370 (string_to_explicit_location): New function.
4371 (string_to_event_location): Handle explicit locations.
4372 * location.h (explicit_to_event_location): Declare.
4373 (string_to_explicit_location): Declare.
4374
4375 2015-08-11 Keith Seitz <keiths@redhat.com>
4376
4377 * break-catch-throw.c (re_set_exception_catchpoint): Convert
4378 linespec into explicit location.
4379 * breakpoint.c (create_overlay_breakpoint)
4380 (create_longjmp_master_breakpoint)
4381 (create_std_terminate_master_breakpoint)
4382 (create_exception_master_breakpoint): Convert linespec into explicit
4383 location.
4384 (update_static_tracepoint): Convert linespec into explicit location.
4385 * linespec.c (enum offset_relative_sign, struct line_offset): Move
4386 location.h.
4387 (struct linespec) <expression, expr_pc, source_filename>
4388 <function_name, label_name, line_offset>: Replace with ...
4389 <explicit>: ... this.
4390 <is_linespec>: New member.
4391 (PARSER_EXPLICIT): New accessor macro.
4392 (undefined_label_error): New function.
4393 (source_file_not_found_error): New function.
4394 (linespec_parse_basic): The parser result is now an explicit location.
4395 Use PARSER_EXPLICIT to access it.
4396 Use undefined_label_error.
4397 (canonicalize_linespec): Convert canonical linespec into explicit
4398 location.
4399 Move string representation of location to explicit_location_to_linespec
4400 and use it and explicit_location_to_string to save string
4401 representations of the canonical location.
4402 (create_sals_line_offset, convert_linespec_to_sals): `ls' contains an
4403 explicit location. Update all references.
4404 (convert_explicit_location_to_sals): New function.
4405 (parse_linespec): Use PARSER_EXPLICIT to access the parser
4406 result's explicit location.
4407 (linespec_state_constructor): Initialize is_linespec.
4408 Use PARSER_EXPLICIT.
4409 (linespec_parser_delete): Use PARSER_EXPLICIT to access the parser's
4410 result.
4411 (event_location_to_sals): For linespec locations, set is_linespec.
4412 Handle explicit locations.
4413 (decode_objc): 'ls' contains an explicit location now. Update all
4414 references.
4415 (symtabs_from_filename): Use source_file_not_found_error.
4416 * location.c (struct event_location.u) <explicit>: New member.
4417 (initialize_explicit_location): New function.
4418 (initialize_event_location): Initialize explicit locations.
4419 (new_explicit_location, get_explicit_location)
4420 (get_explicit_location_const): New functions.
4421 (explicit_to_string_internal): New function; most of contents moved
4422 from canonicalize_linespec.
4423 (explicit_location_to_string): New function.
4424 (explicit_location_to_linespec): New function.
4425 (copy_event_location, delete_event_location)
4426 (event_location_to_string_const, event_location_empty_p): Handle
4427 explicit locations.
4428 * location.h (enum offset_relative_sign, struct line_offset): Move
4429 here from linespec.h.
4430 (enum event_location_type): Add EXPLICIT_LOCATION.
4431 (struct explicit_location): New structure.
4432 (explicit_location_to_string): Declare.
4433 (explicit_location_to_linespec): Declare.
4434 (new_explicit_location, get_explicit_locationp
4435 (get_explicit_location_const, initialize_explicit_location): Declare.
4436
4437 2015-08-11 Keith Seitz <keiths@redhat.com>
4438
4439 * break-catch-throw.c (re_set_exception_catchpoint): Convert
4440 linespec for stap probe to probe location.
4441 * breakpoint.c (create_longjmp_master_breakpoint)
4442 (create_exception_master_breakpoint): Likewise.
4443 (break_command_1): Remove local variable `arg_cp'.
4444 Check location type to set appropriate breakpoint ops methods.
4445 (trace_command): Likewise.
4446 * linespec.c (event_location_to_sals): Assert on probe locations.
4447 * location.c (EL_PROBE): Add macro definition.
4448 (new_probe_location, get_probe_location): New functions.
4449 (copy_event_location, delete_event_location, event_location_to_string)
4450 (string_to_event_location, event_location_empty_p): Handle probe
4451 locations.
4452 * location.h (enum event_location_type): Add PROBE_LOCATION.
4453 (new_probe_location, get_probe_location): Declare.
4454 * probe.c (parse_probes): Assert that LOCATION is a probe location.
4455 Convert linespec into probe location.
4456
4457 2015-08-11 Keith Seitz <keiths@redhat.com>
4458
4459 * breakpoint.c (create_thread_event_breakpoint, init_breakpoint_sal):
4460 Convert linespec to address location.
4461 * linespec.c (canonicalize_linespec): Do not handle address
4462 locations here.
4463 (convert_address_location_to_sals): New function; contents moved
4464 from ...
4465 (convert_linespc_to_sals): ... here.
4466 (parse_linespec): Remove address locations from linespec grammar.
4467 Remove handling of address locations.
4468 (linespec_lex_to_end): Remove handling of address linespecs.
4469 (event_location_to_sals): Handle ADDRESS_LOCATION.
4470 (linespec_expression_to_pc): Export.
4471 * linespec.h (linespec_expression_to_pc): Add declaration.
4472 * location.c (struct event_location.u) <address>: New member.
4473 (new_address_location, get_address_location): New functions.
4474 (copy_event_location, delete_event_location, event_location_to_string)
4475 (string_to_event_location, event_location_empty_p): Handle address
4476 locations.
4477 * location.h (enum event_location_type): Add ADDRESS_LOCATION.
4478 (new_address_location, get_address_location): Declare.
4479 * python/py-finishbreakpoint.c (bpfinishpy_init): Convert linespec
4480 to address location.
4481 * spu-tdep.c (spu_catch_start): Likewise.
4482
4483 2015-08-11 Keith Seitz <keiths@redhat.com>
4484
4485 * ax-gdb.c: Include location.h.
4486 (agent_command_1) Use linespec location instead of address
4487 string.
4488 * break-catch-throw.c: Include location.h.
4489 (re_set_exception_catchpoint): Use linespec locations instead
4490 of address strings.
4491 * breakpoint.c: Include location.h.
4492 (create_overlay_event_breakpoint, create_longjmp_master_breakpoint)
4493 (create_std_terminate_master_breakpoint)
4494 (create_exception_master_breakpoint, update_breakpoints_after_exec):
4495 Use linespec location instead of address string.
4496 (print_breakpoint_location): Use locations and
4497 event_location_to_string.
4498 Print extra_string for pending locations for non-MI streams.
4499 (print_one_breakpoint_location): Use locations and
4500 event_location_to_string.
4501 (init_raw_breakpoint_without_location): Initialize b->location.
4502 (create_thread_event_breakpoint): Use linespec location instead of
4503 address string.
4504 (init_breakpoint_sal): Likewise.
4505 Only save extra_string if it is non-NULL and not the empty string.
4506 Use event_location_to_string instead of `addr_string'.
4507 Constify `p' and `endp'.
4508 Use skip_spaces_const/skip_space_const instead of non-const versions.
4509 Copy the location into the breakpoint.
4510 If LOCATION is NULL, save the breakpoint address as a linespec location
4511 instead of an address string.
4512 (create_breakpoint_sal): Change `addr_string' parameter to a struct
4513 event_location. All uses updated.
4514 (create_breakpoints_sal): Likewise for local variable `addr_string'.
4515 (parse_breakpoint_sals): Use locations instead of address strings.
4516 Remove check for empty linespec with conditional.
4517 Refactor.
4518 (decode_static_tracepoint_spec): Make argument const and update
4519 function.
4520 (create_breakpoint): Change `arg' to a struct event_location and
4521 rename.
4522 Remove `copy_arg' and `addr_start'.
4523 If EXTRA_STRING is empty, set it to NULL.
4524 Don't populate `canonical' for pending breakpoints.
4525 Pass `extra_string' to find_condition_and_thread.
4526 Clear `extra_string' if `rest' was NULL.
4527 Do not error with "garbage after location" if setting a dprintf
4528 breakpoint.
4529 Copy the location into the breakpoint instead of an address string.
4530 (break_command_1): Use string_to_event_location and pass this to
4531 create_breakpoint instead of an address string.
4532 Check against `arg_cp' for a probe linespec.
4533 (dprintf_command): Use string_to_event_location and pass this to
4534 create_breakpoint instead of an address string.
4535 Throw an exception if no format string was specified.
4536 (print_recreate_ranged_breakpoint): Use event_location_to_string
4537 instead of address strings.
4538 (break_range_command, until_break_command)
4539 (init_ada_exception_breakpoint): Use locations instead
4540 of address strings.
4541 (say_where): Print out extra_string for pending locations.
4542 (base_breakpoint_dtor): Delete `location' and `location_range_end' of
4543 the breakpoint.
4544 (base_breakpoint_create_sals_from_location): Use struct event_location
4545 instead of address string.
4546 Remove `addr_start' and `copy_arg' parameters.
4547 (base_breakpoint_decode_location): Use struct event_location instead of
4548 address string.
4549 (bkpt_re_set): Use locations instead of address strings.
4550 Use event_location_empty_p to check for unset location.
4551 (bkpt_print_recreate): Use event_location_to_string instead of
4552 an address string.
4553 Print out extra_string for pending locations.
4554 (bkpt_create_sals_from_location, bkpt_decode_location)
4555 (bkpt_probe_create_sals_from_location): Use struct event_location
4556 instead of address string.
4557 (bkpt_probe_decode_location): Use struct event_location instead of
4558 address string.
4559 (tracepoint_print_recreate): Use event_location_to_string to
4560 recreate the tracepoint.
4561 (tracepoint_create_sals_from_location, tracepoint_decode_location)
4562 (tracepoint_probe_create_sals_from_location)
4563 (tracepoint_probe_decode_location): Use struct event_location
4564 instead of address string.
4565 (dprintf_print_recreate): Use event_location_to_string to recreate
4566 the dprintf.
4567 (dprintf_re_set): Remove check for valid/missing format string.
4568 (strace_marker_create_sals_from_location)
4569 (strace_marker_create_breakpoints_sal, strace_marker_decode_location)
4570 (update_static_tracepoint): Use struct event_location instead of
4571 address string.
4572 (location_to_sals): Likewise.
4573 Pass `extra_string' to find_condition_and_thread.
4574 For newly resolved pending breakpoint locations, clear the location's
4575 string representation.
4576 Assert that the breakpoint's condition string is NULL when
4577 condition_not_parsed.
4578 (breakpoint_re_set_default, create_sals_from_location_default)
4579 (decode_location_default, trace_command, ftrace_command)
4580 (strace_command, create_tracepoint_from_upload): Use locations
4581 instead of address strings.
4582 * breakpoint.h (struct breakpoint_ops) <create_sals_from_location>:
4583 Use struct event_location instead of address string.
4584 Update all uses.
4585 <decode_location>: Likewise.
4586 (struct breakpoint) <addr_string>: Change to struct event_location
4587 and rename `location'.
4588 <addr_string_range_end>: Change to struct event_location and rename
4589 `location_range_end'.
4590 (create_breakpoint): Use struct event_location instead of address
4591 string.
4592 * cli/cli-cmds.c: Include location.h.
4593 (edit_command, list_command): Use locations instead of address strings.
4594 * elfread.c: Include location.h.
4595 (elf_gnu_ifunc_resolver_return_stop): Use event_location_to_string.
4596 * guile/scm-breakpoint.c: Include location.h.
4597 (bpscm_print_breakpoint_smob): Use event_location_to_string.
4598 (gdbscm_register_breakpoint): Use locations instead of address
4599 strings.
4600 * linespec.c: Include location.h.
4601 (struct ls_parser) <stream>: Change to const char *.
4602 (PARSER_STREAM): Update.
4603 (lionespec_lexer_lex_keyword): According to find_condition_and_thread,
4604 keywords must be followed by whitespace.
4605 (canonicalize_linespec): Save a linespec location into `canonical'.
4606 Save a canonical linespec into `canonical'.
4607 (parse_linespec): Change `argptr' to const char * and rename `arg'.
4608 All uses updated.
4609 Update function description.
4610 (linespec_parser_new): Initialize `parser'.
4611 Update initialization of parsing stream.
4612 (event_location_to_sals): New function.
4613 (decode_line_full): Change `argptr' to a struct event_location and
4614 rename it `location'.
4615 Use locations instead of address strings.
4616 Call event_location_to_sals instead of parse_linespec.
4617 (decode_line_1): Likewise.
4618 (decode_line_with_current_source, decode_line_with_last_displayed)
4619 Use locations instead of address strings.
4620 (decode_objc): Likewise.
4621 Change `argptr' to const char * and rename `arg'.
4622 (destroy_linespec_result): Delete the linespec result's location
4623 instead of freeing the address string.
4624 * linespec.h (struct linespec_result) <addr_string>: Change to
4625 struct event_location and rename to ...
4626 <location>: ... this.
4627 (decode_line_1, decode_line_full): Change `argptr' to struct
4628 event_location. All callers updated.
4629 * mi/mi-cmd-break.c: Include language.h, location.h, and linespec.h.
4630 (mi_cmd_break_insert_1): Use locations instead of address strings.
4631 Throw an error if there was "garbage" at the end of the specified
4632 linespec.
4633 * probe.c: Include location.h.
4634 (parse_probes): Change `argptr' to struct event_location.
4635 Use event locations instead of address strings.
4636 * probe.h (parse_probes): Change `argptr' to struct event_location.
4637 * python/py-breakpoint.c: Include location.h.
4638 (bppy_get_location): Constify local variable `str'.
4639 Use event_location_to_string.
4640 (bppy_init): Use locations instead of address strings.
4641 * python/py-finishbreakpoint.c: Include location.h.
4642 (bpfinishpy_init): Remove local variable `addr_str'.
4643 Use locations instead of address strings.
4644 * python/python.c: Include location.h.
4645 (gdbpy_decode_line): Use locations instead of address strings.
4646 * remote.c: Include location.h.
4647 (remote_download_tracepoint): Use locations instead of address
4648 strings.
4649 * spu-tdep.c: Include location.h.
4650 (spu_catch_start): Remove local variable `buf'.
4651 Use locations instead of address strings.
4652 * tracepoint.c: Include location.h.
4653 (scope_info): Use locations instead of address strings.
4654 (encode_source_string): Constify parameter `src'.
4655 * tracepoint.h (encode_source_string): Likewise.
4656
4657 2015-08-11 Keith Seitz <keiths@redhat.com>
4658
4659 * Makefile.in (SFILES): Add location.c.
4660 (HFILES_NO_SRCDIR): Add location.h.
4661 (COMMON_OBS): Add location.o.
4662 * linespec.c (linespec_lex_to_end): New function.
4663 * linespec.h (linespec_lex_to_end): Declare.
4664 * location.c: New file.
4665 * location.h: New file.
4666
4667 2015-08-11 Keith Seitz <keiths@redhat.com>
4668
4669 * breakpoint.h (struct breakpoint_ops) <create_sals_from_address>:
4670 Renamed to create_sals_from_location.
4671 <decode_linespec>: Renamed to decode_location.
4672 Update all callers.
4673 * breakpoint.c (create_sals_from_address_default): Renamed to ...
4674 (create_sals_from_location_default): ... this.
4675 (addr_string_to_sals): Renamed to ...
4676 (location_to_sals): ... this.
4677 (decode_linespec_default): Renamed to ...
4678 (decode_location_default): ... this.
4679 (base_breakpoint_create_sals_from_address): Renamed to ...
4680 (base_breakpoint_create_sals_from_location): ... this.
4681 (bkpt_create_sals_from_address): Renamed to ...
4682 (bkpt_create_sals_from_location): ... this.
4683 (bkpt_decode_linespec): Renamed to ...
4684 (bkpt_decode_location): ... this.
4685 (bkpt_probe_create_sals_from_address): Renamed to ...
4686 (bkpt_probe_create_sals_from_location): ... this.
4687 (tracepoint_create_sals_from_address): Renamed to ...
4688 (tracepoint_create_sals_from_location): ... this.
4689 (tracepoint_decode_linespec): Renamed to ...
4690 (tracepoint_decode_location): ... this.
4691 (tracepoint_probe_create_sals_from_address): Renamed to ...
4692 (tracepoint_probe_create_sals_from_location): ... this.
4693 (tracepoint_probe_decode_linespec): Renamed to ...
4694 (tracepoint_probe_decode_location): ... this.
4695 (strace_marker_create_sals_from_address): Renamed to ...
4696 (strace_marker_create_sals_from_location): ... this.
4697 (decode_linespec_default): Renamed to ...
4698 (decode_location_default): ... this.
4699
4700 2015-08-10 Doug Evans <dje@google.com>
4701 Keith Seitz <keiths@redhat.com>
4702
4703 PR gdb/17960
4704 * symtab.c (make_file_symbol_completion_list_1): Renamed from
4705 make_file_symbol_completion_list and made static.
4706 (make_file_symbol_completion_list): New function.
4707
4708 2015-08-10 Joel Brobecker <brobecker@adacore.com>
4709
4710 * infrun.c (follow_fork, displaced_step_prepare, resume): Remove
4711 trailing new-line at end of warning message.
4712 (proceed): Add i18n marker to error messages.
4713
4714 2015-08-07 Pedro Alves <palves@redhat.com>
4715
4716 * linux-nat.c (linux_nat_always_non_stop_p): Return 1.
4717
4718 2015-08-07 Pedro Alves <palves@redhat.com>
4719
4720 * s390-linux-tdep.c (is_non_branch_ril)
4721 (s390_displaced_step_copy_insn): New functions.
4722 (s390_displaced_step_fixup): Update comment.
4723 (s390_gdbarch_init): Install s390_displaced_step_copy_insn as
4724 gdbarch_displaced_step_copy_insn hook.
4725
4726 2015-08-07 Pedro Alves <palves@redhat.com>
4727
4728 * infrun.c (displaced_step_prepare_throw): Return -1 if
4729 gdbarch_displaced_step_copy_insn returns NULL. Update intro
4730 comment.
4731 * rs6000-tdep.c (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION)
4732 (STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION): Move higher up
4733 in file.
4734 (ppc_displaced_step_copy_insn): New function.
4735 (ppc_displaced_step_fixup): Update comment.
4736 (rs6000_gdbarch_init): Install ppc_displaced_step_copy_insn as
4737 gdbarch_displaced_step_copy_insn hook.
4738 * gdbarch.sh (displaced_step_copy_insn): Document what happens on
4739 NULL return.
4740 * gdbarch.h: Regenerate.
4741
4742 2015-08-07 Pedro Alves <palves@redhat.com>
4743
4744 * inferior.h (struct inferior) <displaced_stepping_failed>: New
4745 field.
4746 * infrun.c (use_displaced_stepping_now_p): New parameter 'inf'.
4747 Return false if dispaced stepping failed before.
4748 (resume): Pass the current inferior to
4749 use_displaced_stepping_now_p. Wrap displaced_step_prepare in
4750 TRY/CATCH. If we get a MEMORY_ERROR, set the inferior's
4751 displaced_stepping_failed flag, and fall back to an in-line
4752 step-over.
4753
4754 2015-08-07 Pedro Alves <palves@redhat.com>
4755
4756 * darwin-nat.c (darwin_stop): Rename to ...
4757 (darwin_interrupt): ... this.
4758 (_initialize_darwin_inferior): Adjust.
4759 * gnu-nat.c (gnu_stop): Delete.
4760 (gnu_target): Don't install gnu_stop.
4761 * inf-ptrace.c (inf_ptrace_stop): Rename to ...
4762 (inf_ptrace_interrupt): ... this.
4763 (inf_ptrace_target): Adjust.
4764 * infcmd.c (interrupt_target_1): Use target_interrupt instead of
4765 target_stop.
4766 * linux-nat (linux_nat_stop): Rename to ...
4767 (linux_nat_interrupt): ... this.
4768 (linux_nat_stop): Reimplement.
4769 (linux_nat_add_target): Install linux_nat_interrupt.
4770 * nto-procfs.c (nto_interrupt_twice): Rename to ...
4771 (nto_handle_sigint_twice): ... this.
4772 (nto_interrupt): Rename to ...
4773 (nto_handle_sigint): ... this. Call target_interrupt instead of
4774 target_stop.
4775 (procfs_wait): Adjust.
4776 (procfs_stop): Rename to ...
4777 (procfs_interrupt): ... this.
4778 (init_procfs_targets): Adjust.
4779 * procfs.c (procfs_stop): Rename to ...
4780 (procfs_interrupt): ... this.
4781 (procfs_target): Adjust.
4782 * remote-m32r-sdi.c (m32r_stop): Rename to ...
4783 (m32r_interrupt): ... this.
4784 (init_m32r_ops): Adjust.
4785 * remote-sim.c (gdbsim_stop_inferior): Rename to ...
4786 (gdbsim_interrupt_inferior): ... this.
4787 (gdbsim_stop): Rename to ...
4788 (gdbsim_interrupt): ... this.
4789 (gdbsim_cntrl_c): Adjust.
4790 (init_gdbsim_ops): Adjust.
4791 * remote.c (sync_remote_interrupt): Adjust comments.
4792 (remote_stop_as): Rename to ...
4793 (remote_interrupt_as): ... this.
4794 (remote_stop): Adjust comment.
4795 (remote_interrupt): New function.
4796 (init_remote_ops): Install remote_interrupt.
4797 * target.c (target_interrupt): New function.
4798 * target.h (struct target_ops) <to_interrupt>: New field.
4799 (target_interrupt): New declaration.
4800 * windows-nat.c (windows_stop): Rename to ...
4801 (windows_interrupt): ... this.
4802 * target-delegates.c: Regenerate.
4803
4804 2015-08-07 Pedro Alves <palves@redhat.com>
4805
4806 * signal-while-stepping-over-bp-other-thread.exp: Expect "restart
4807 threads" as alternative to "switching back to stepped thread".
4808
4809 2015-08-07 Pedro Alves <palves@redhat.com>
4810
4811 * NEWS: Mention "maint set/show target-non-stop".
4812 * breakpoint.c (update_global_location_list): Check
4813 target_is_non_stop_p instead of non_stop.
4814 * infcmd.c (attach_command_post_wait, attach_command): Likewise.
4815 * infrun.c (show_can_use_displaced_stepping)
4816 (can_use_displaced_stepping_p, start_step_over_inferior):
4817 Likewise.
4818 (internal_resume_ptid): New function.
4819 (resume): Use it.
4820 (proceed): Check target_is_non_stop_p instead of non_stop. If in
4821 all-stop mode but the target is always in non-stop mode, start all
4822 the other threads that are implicitly resumed too.
4823 (for_each_just_stopped_thread, fetch_inferior_event)
4824 (adjust_pc_after_break, stop_all_threads): Check
4825 target_is_non_stop_p instead of non_stop.
4826 (handle_inferior_event): Likewise. Handle detach-fork in all-stop
4827 with the target always in non-stop mode.
4828 (handle_signal_stop) <random signal>: Check target_is_non_stop_p
4829 instead of non_stop.
4830 (switch_back_to_stepped_thread): Check target_is_non_stop_p
4831 instead of non_stop.
4832 (keep_going_stepped_thread): Use internal_resume_ptid.
4833 (stop_waiting): If in all-stop mode, and the target is in non-stop
4834 mode, stop all threads.
4835 (keep_going_pass): Likewise, when starting a new in-line step-over
4836 sequence.
4837 * linux-nat.c (get_pending_status, select_event_lwp)
4838 (linux_nat_filter_event, linux_nat_wait_1, linux_nat_wait): Check
4839 target_is_non_stop_p instead of non_stop.
4840 (linux_nat_always_non_stop_p): New function.
4841 (linux_nat_stop): Check target_is_non_stop_p instead of non_stop.
4842 (linux_nat_add_target): Install linux_nat_always_non_stop_p.
4843 * target-delegates.c: Regenerate.
4844 * target.c (target_is_non_stop_p): New function.
4845 (target_non_stop_enabled, target_non_stop_enabled_1): New globals.
4846 (maint_set_target_non_stop_command)
4847 (maint_show_target_non_stop_command): New functions.
4848 (_initilize_target): Install "maint set/show target-non-stop"
4849 commands.
4850 * target.h (struct target_ops) <to_always_non_stop_p>: New field.
4851 (target_non_stop_enabled): New declaration.
4852 (target_is_non_stop_p): New declaration.
4853
4854 2015-08-07 Pedro Alves <pedro@codesourcery.com>
4855
4856 * breakpoint.c (breakpoints_should_be_inserted_now): If any thread
4857 has a pending status, return true.
4858 * gdbthread.h: Include target/waitstatus.h.
4859 (struct thread_suspend_state) <stop_reason, waitstatus_pending_p,
4860 stop_pc>: New fields.
4861 (struct thread_info) <resumed>: New field.
4862 (set_resumed): Declare.
4863 * infrun.c: Include "event-loop.h".
4864 (infrun_async_inferior_event_token, infrun_is_async): New globals.
4865 (infrun_async): New function.
4866 (clear_step_over_info): Add debug output.
4867 (displaced_step_in_progress_any_inferior): New function.
4868 (displaced_step_fixup): New returns int.
4869 (start_step_over): Handle in-line step-overs too. Assert the
4870 thread is marked resumed.
4871 (resume_cleanups): Clear the thread's resumed flag.
4872 (resume): Set the thread's resumed flag. Return early if the
4873 thread has a pending status. Allow stepping a breakpoint with no
4874 signal.
4875 (proceed): Adjust to check 'resumed' instead of 'executing'.
4876 (clear_proceed_status_thread): If the thread has a pending status,
4877 and that status is a finished step, discard the pending status.
4878 (clear_proceed_status): Don't clear step_over_info here.
4879 (random_pending_event_thread, do_target_wait): New functions.
4880 (prepare_for_detach, wait_for_inferior, fetch_inferior_event): Use
4881 do_target_wait.
4882 (wait_one): New function.
4883 (THREAD_STOPPED_BY): New macro.
4884 (thread_stopped_by_watchpoint, thread_stopped_by_sw_breakpoint)
4885 (thread_stopped_by_hw_breakpoint): New functions.
4886 (switch_to_thread_cleanup, save_waitstatus, stop_all_threads): New
4887 functions.
4888 (handle_inferior_event): Also call set_resumed(false) on all
4889 threads implicitly stopped by the event.
4890 (restart_threads, resumed_thread_with_pending_status): New
4891 functions.
4892 (finish_step_over): If we were doing an in-line step-over before,
4893 and no longer are after trying to start a new step-over, restart
4894 all threads. If we have multiple threads with pending events,
4895 save the current event and go through the event loop again.
4896 (handle_signal_stop): Return early if finish_step_over returns
4897 false.
4898 <random signal>: If we get a signal while stepping over a
4899 breakpoint in-line in non-stop mode, restart all threads. Clear
4900 step_over_info before delivering the signal.
4901 (keep_going_stepped_thread): Use internal_error instead of
4902 gdb_assert. Mark the thread as resumed.
4903 (keep_going_pass_signal): Assert the thread isn't already resumed.
4904 If some other thread is doing an in-line step-over, defer the
4905 resume. If we just started a new in-line step-over, stop all
4906 threads. Don't clear step_over_info.
4907 (infrun_async_inferior_event_handler): New function.
4908 (_initialize_infrun): Create async event handler with
4909 infrun_async_inferior_event_handler as callback.
4910 (infrun_async): New declaration.
4911 * target.c (target_async): New function.
4912 * target.h (target_async): Declare macro and readd as function
4913 declaration.
4914 * target/waitstatus.h (enum target_stop_reason)
4915 <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
4916 * thread.c (new_thread): Clear the new waitstatus field.
4917 (set_resumed): New function.
4918
4919 2015-08-07 Pedro Alves <palves@redhat.com>
4920
4921 * infrun.c (keep_going_stepped_thread): New function, factored out
4922 from ...
4923 (switch_back_to_stepped_thread): ... here.
4924
4925 2015-08-07 Pedro Alves <palves@redhat.com>
4926
4927 * infrun.c (currently_stepping): Extend intro comment.
4928 * target.h (target_resume): Extend intro comment.
4929
4930 2015-08-07 Pedro Alves <palves@redhat.com>
4931
4932 * infrun.c (switch_back_to_stepped_thread): Use ecs->ptid instead
4933 of inferior_ptid. If the stepped thread vanished, return 0
4934 instead of resuming here. Use reset_ecs. Print the prev_pc and
4935 the current stop_pc in log message. Clear trap_expected if the
4936 thread advanced. Don't pass currently_stepping to
4937 do_target_resume.
4938
4939 2015-08-07 Pedro Alves <palves@redhat.com>
4940
4941 * gdbthread.h (struct thread_info) <prev_pc>: Extend comment.
4942 * infrun.c (struct execution_control_state): Move higher up in the
4943 file.
4944 (reset_ecs): New function.
4945 (start_step_over): Now returns int. Rewrite to use
4946 keep_going_pass_signal instead of manually starting a displaced step.
4947 (resume): Don't call set_running here. If displaced stepping
4948 can't start now, clear trap_expected.
4949 (find_thread_needs_step_over): Delete function.
4950 (proceed): Set up finish_thread_state_cleanup. Call set_running.
4951 If the current thread needs a step over, push it in the step-over
4952 chain. Don't set insert breakpoints nor call resume directly
4953 here. Instead rewrite to use start_step_over and
4954 keep_going_pass_signal.
4955 (finish_step_over): New function.
4956 (handle_signal_stop): Call finish_step_over instead of
4957 start_step_over.
4958 (switch_back_to_stepped_thread): If the event thread needs another
4959 step-over do that first. Use start_step_over.
4960 (keep_going_pass_signal): New function, factored out from ...
4961 (keep_going): ... here.
4962 (_initialize_infrun): Comment moved here.
4963 * thread.c (set_running_thread): New function.
4964 (set_running, finish_thread_state): Use set_running_thread.
4965
4966 2015-08-07 Pedro Alves <palves@redhat.com>
4967
4968 * gdbthread.h (struct thread_info) <step_over_prev,
4969 step_over_next>: New fields.
4970 (thread_step_over_chain_enqueue, thread_step_over_chain_remove)
4971 (thread_step_over_chain_next, thread_is_in_step_over_chain): New
4972 declarations.
4973 * infrun.c (struct displaced_step_request): Delete.
4974 (struct displaced_step_inferior_state) <step_request_queue>:
4975 Delete field.
4976 (displaced_step_prepare): Assert that trap_expected is set. Use
4977 thread_step_over_chain_enqueue. Split starting a new displaced
4978 step to ...
4979 (start_step_over): ... this new function.
4980 (resume): Assert the thread isn't waiting for a step over already.
4981 (proceed): Assert the thread isn't waiting for a step over
4982 already.
4983 (infrun_thread_stop_requested): Adjust to remove threads from the
4984 embedded step-over chain.
4985 (handle_inferior_event) <fork/vfork>: Call start_step_over after
4986 displaced_step_fixup.
4987 (handle_signal_stop): Call start_step_over after
4988 displaced_step_fixup.
4989 * infrun.h (step_over_queue_head): New declaration.
4990 * thread.c (step_over_chain_enqueue, step_over_chain_remove)
4991 (thread_step_over_chain_next, thread_is_in_step_over_chain)
4992 (thread_step_over_chain_enqueue)
4993 (thread_step_over_chain_remove): New functions.
4994 (delete_thread_1): Remove thread from the step-over chain.
4995
4996 2015-08-07 Pedro Alves <palves@redhat.com>
4997
4998 * infrun.c (thread_still_needs_step_over): Rename to ...
4999 (thread_still_needs_step_over_bp): ... this.
5000 (enum step_over_what): New.
5001 (thread_still_needs_step_over): Reimplement.
5002
5003 2015-08-07 Pedro Alves <palves@redhat.com>
5004
5005 * remote.c (remote_wait_as): If not waiting for a stop reply,
5006 return TARGET_WAITKIND_NO_RESUMED. If TARGET_WNOHANG is
5007 requested, don't block waiting forever.
5008
5009 2015-08-07 Pedro Alves <pedro@codesourcery.com>
5010
5011 * infrun.c (adjust_pc_after_break): Now takes thread_info and
5012 waitstatus pointers instead of an ecs. Adjust.
5013 (handle_inferior_event): Adjust caller.
5014
5015 2015-08-07 Pedro Alves <palves@redhat.com>
5016
5017 * infrun.c (handle_inferior_event): If we get
5018 TARGET_WAITKIND_SIGNALLED or TARGET_WAITKIND_EXITED in non-stop
5019 mode, mark all threads of the exiting process as not-executing.
5020 (normal_stop): If we get TARGET_WAITKIND_SIGNALLED or
5021 TARGET_WAITKIND_EXITED in non-stop mode, finish all threads of the
5022 exiting process, if inferior_ptid still points at a process.
5023 * thread.c (struct current_thread_cleanup) <next>: New field.
5024 (current_thread_cleanup_chain): New global.
5025 (restore_current_thread_ptid_changed): New function.
5026 (restore_current_thread_cleanup_dtor): Remove the cleanup from the
5027 current_thread_cleanup_chain list.
5028 (make_cleanup_restore_current_thread): Add the cleanup data to the
5029 current_thread_cleanup_chain list.
5030 (_initialize_thread): Install restore_current_thread_ptid_changed
5031 as thread_ptid_changed observer.
5032
5033 2015-08-07 Joel Brobecker <brobecker@adacore.com>
5034
5035 * dtrace-probe.c (dtrace_process_dof): Ignore the objfile's DOF
5036 data if a DTRACE_DOF_SECT_TYPE_PROVIDER section is found to be
5037 smaller than expected.
5038
5039 2015-08-07 Andrew Burgess <andrew.burgess@embecosm.com>
5040
5041 * stack.c (get_frame_language): Moved ...
5042 * frame.c (get_frame_language): ... to here.
5043 * language.h (get_frame_language): Declaration moved to frame.h.
5044 * frame.h: Add language.h include, for language enum.
5045 (get_frame_language): Declaration moved from language.h.
5046 * language.c: Add frame.h include.
5047 * top.c: Add frame.h include.
5048 * symtab.h (struct obj_section): Declare.
5049 (struct cmd_list_element): Declare.
5050
5051 2015-08-07 Andrew Burgess <andrew.burgess@embecosm.com>
5052
5053 * language.c (show_language_command): Find selected frame before
5054 asking for the language of that frame.
5055 (set_language_command): Likewise.
5056 * language.h (get_frame_language): Add frame parameter.
5057 * stack.c (get_frame_language): Add frame parameter, assert
5058 parameter is not NULL, update comment and reindent.
5059 * top.c (check_frame_language_change): Pass the selected frame
5060 into get_frame_language.
5061
5062 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5063
5064 * btrace.c (btrace_compute_ftrace_bts): Clear insn flags.
5065 (pt_btrace_insn_flags): New.
5066 (ftrace_add_pt): Call pt_btrace_insn_flags.
5067 * btrace.h (btrace_insn_flag): New.
5068 (btrace_insn) <flags>: New.
5069 * record-btrace.c (btrace_insn_history): Print insn prefix.
5070 * NEWS: Announce it.
5071
5072 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5073
5074 * configure.ac: Check for PERF_ATTR_SIZE_VER5 in linux/perf_event.h
5075 * configure: Regenerate.
5076
5077 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
5078
5079 * Makefile.in (LIBICONV): Define.
5080 (CLIBS): Add LIBICONV.
5081 * acinclude.m4: Use config/iconv.m4 instead of custom AM_ICONV.
5082 * configure: Regenerate.
5083
5084 2015-08-06 Simon Marchi <simon.marchi@ericsson.com>
5085 Pedro Alves <palves@redhat.com>
5086
5087 * arm-tdep.c (set_fp_model_sfunc): Add cast from integer to enum.
5088 (arm_set_abi): Likewise.
5089 * ax-general.c (ax_print): Likewise.
5090 * c-exp.y (exp : string_exp): Likewise.
5091 * compile/compile-loc2c.c (compute_stack_depth_worker): Likewise.
5092 (do_compile_dwarf_expr_to_c): Likewise.
5093 * cp-name-parser.y (demangler_special : DEMANGLER_SPECIAL start):
5094 Likewise.
5095 * dwarf2expr.c (execute_stack_op): Likewise.
5096 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
5097 (disassemble_dwarf_expression): Likewise.
5098 * dwarf2read.c (dwarf2_add_member_fn): Likewise.
5099 (read_array_order): Likewise.
5100 (abbrev_table_read_table): Likewise.
5101 (read_attribute_value): Likewise.
5102 (skip_unknown_opcode): Likewise.
5103 (dwarf_decode_macro_bytes): Likewise.
5104 (dwarf_decode_macros): Likewise.
5105 * eval.c (value_f90_subarray): Likewise.
5106 * guile/scm-param.c (gdbscm_make_parameter): Likewise.
5107 * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
5108 * infrun.c (handle_command): Likewise.
5109 * memory-map.c (memory_map_start_memory): Likewise.
5110 * osabi.c (set_osabi): Likewise.
5111 * parse.c (operator_length_standard): Likewise.
5112 * ppc-linux-tdep.c (ppc_canonicalize_syscall): Likewise, and use
5113 single return point.
5114 * python/py-frame.c (gdbpy_frame_stop_reason_string): Likewise.
5115 * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
5116 (gdbpy_lookup_global_symbol): Likewise.
5117 * record-full.c (record_full_restore): Likewise.
5118 * regcache.c (regcache_register_status): Likewise.
5119 (regcache_raw_read): Likewise.
5120 (regcache_cooked_read): Likewise.
5121 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
5122 * symtab.c (initialize_ordinary_address_classes): Likewise.
5123 * target-debug.h (target_debug_print_signals): Likewise.
5124 * utils.c (do_restore_current_language): Likewise.
5125
5126 2015-08-06 Clem Dickey <clemd@acm.org>
5127
5128 PR python/17136
5129 * python/lib/gdb/command/type_printers.py (InfoTypePrinter): Fix typo.
5130
5131 2015-08-06 Simon Marchi <simon.marchi@ericsson.com>
5132
5133 * complaints.c (enum complaint_series): Add newlines and remove
5134 out of date comment.
5135 (struct complaints) <series>: Change type to enum
5136 complaint_series and remove out of date comment.
5137 (symfile_complaint_hook): Use equivalent enum value
5138 ISOLATED_MESSAGE instead of 0.
5139
5140 2015-08-06 Pedro Alves <palves@redhat.com>
5141
5142 * nat/linux-waitpid.c (my_waitpid): Only print *status if waitpid
5143 returned > 0.
5144
5145 2015-08-06 Pierre Langlois <pierre.langlois@arm.com>
5146
5147 * common/agent.c (symbol_list) <required>: Remove.
5148
5149 2015-08-06 Pedro Alves <palves@redhat.com>
5150
5151 * target/waitstatus.h (enum target_stop_reason)
5152 <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
5153
5154 2015-08-05 Pedro Alves <palves@redhat.com>
5155 Joel Brobecker <brobecker@adacore.com>
5156
5157 * breakpoint.c (bpstat_what) <bp_longjmp, bp_longjmp_call_dummy>
5158 <bp_exception, bp_longjmp_resume, bp_exception_resume>: Handle the
5159 case where BS->STOP is not set.
5160
5161 2015-08-05 Ulrich Weigand <uweigand@de.ibm.com>
5162
5163 * nat/gdb_thread_db.h: Add copyright header.
5164 Protect against multiple inclusion.
5165
5166 2015-08-05 Yao Qi <yao.qi@linaro.org>
5167
5168 * aarch64-linux-nat.c (get_thread_id): Remove.
5169 (debug_reg_change_callback): Call ptid_get_lwp instead of
5170 get_thread_id.
5171 (fetch_gregs_from_thread): Likewise.
5172 (store_gregs_to_thread): Likewise.
5173 (fetch_fpregs_from_thread): Likewise.
5174 (store_fpregs_to_thread): Likewise.
5175 (aarch64_linux_get_debug_reg_capacity): Likewise.
5176 * arm-linux-nat.c (get_thread_id): Remove.
5177 (GET_THREAD_ID): Update macro to use ptid_get_lwp.
5178 * xtensa-linux-nat.c (get_thread_id): Remove.
5179 (GET_THREAD_ID): Update macro to use ptid_get_lwp.
5180 * arm-linux-nat.c (get_thread_id): Remove.
5181 (GET_THREAD_ID): Remove.
5182 (fetch_fpregs): Call ptid_get_lwp instead of GET_THREAD_ID.
5183 (store_fpregs, fetch_regs, store_regs): Likewise.
5184 (fetch_wmmx_regs, store_wmmx_regs): Likewise.
5185 (fetch_vfp_regs, store_vfp_regs): Likewise.
5186 (arm_linux_read_description): Likewise.
5187 (arm_linux_get_hwbp_cap): Likewise.
5188 * xtensa-linux-nat.c (get_thread_id): Remove.
5189 (GET_THREAD_ID): Remove.
5190 (fetch_gregs, store_gregs): Call ptid_get_lwp instead of
5191 GET_THREAD_ID.
5192
5193 2015-08-04 Ciro Santilli <ciro.santilli@gmail.com> (obvious patch)
5194
5195 * python/py-linetable.c: Fix case of Linetable to LineTable
5196 in docstrings and code comments.
5197 * python/py-symtab.c: Same.
5198
5199 2015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5200
5201 * infcmd.c (signal_command): Call do_cleanups for args_chain.
5202
5203 2015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5204
5205 PR gdb/18767
5206 * infcmd.c (attach_command): Move ARGS_CHAIN cleanup after last ARGS
5207 use.
5208
5209 2015-08-04 Pedro Alves <palves@redhat.com>
5210
5211 * nat/gdb_thread_db.h (td_init_ftype, td_ta_new_ftype)
5212 (td_ta_map_lwp2thr_ftype, td_ta_thr_iter_ftype)
5213 (td_ta_event_addr_ftype, td_ta_set_event_ftype)
5214 (td_ta_clear_event_ftype, td_ta_event_getmsg_ftype)
5215 (td_thr_validate_ftype, td_thr_get_info_ftype)
5216 (td_thr_event_enable_ftype, td_thr_tls_get_addr_ftype)
5217 (td_thr_tlsbase_ftype, td_symbol_list_ftype, td_ta_delete_ftype):
5218 New typedefs.
5219 * linux-thread-db.c (struct thread_db_info): Use new typedefs.
5220 (try_thread_db_load_1): Define TDB_VERBOSE_DLSYM, TDB_DLSYM , CHK
5221 local macros and use them instead of verbose_dlsym and dlsym
5222 calls.
5223
5224 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5225
5226 * nios2-tdep.h: Include opcode/nios2.h here.
5227 (NIOS2_CDX_OPCODE_SIZE): New.
5228 (struct gdbarch_tdep): Add OP parameter to syscall_next_pc.
5229 * nios2-tdep.c: Don't include opcode/nios2.h here.
5230 (nios2_fetch_insn): For R2, try reading 2-byte instruction if
5231 4-byte read fails.
5232 (nios2_match_add, nios2_match_sub): Add cases for R2 encodings.
5233 (nios2_match_addi, nios2_match_orhi): Likewise.
5234 (nios2_match_stw, nios2_match_ldw): Likewise.
5235 (nios2_match_rdctl): Likewise.
5236 (nios2_match_stwm, nios2_match_ldwm): New.
5237 (nios2_match_branch): Add cases for R2 encodings.
5238 (nios2_match_jmpi, nios2_match_calli): Likewise.
5239 (nios2_match_jmpr, nios2_match_callr): Likewise.
5240 (nios2_match_break, nios2_match_trap): Likewise.
5241 (nios2_in_epilogue_p): Add R2 support.
5242 (nios2_analyze_prologue): Update comments. Recognize R2 CDX
5243 prologues.
5244 (nios2_breakpoint_from_pc): Handle R2 instructions.
5245 (nios2_get_next_pc): Likewise. Adjust call to
5246 tdep->syscall_next_pc.
5247 * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame):
5248 Renamed from nios2_linux_rt_sigreturn_tramp_frame. Use
5249 instruction field macros instead of literal hex values.
5250 (nios2_r2_linux_rt_sigreturn_tramp_frame): New.
5251 (nios2_linux_syscall_next_pc): Adjust signature to pass OP.
5252 Use size field from OP instead of assuming all instructions
5253 are the same size.
5254 (nios2_linux_init_abi): Register appropriate unwinder for mach.
5255
5256 2015-08-03 Ulrich Weigand <uweigand@de.ibm.com>
5257
5258 * cp-namespace.c (cp_lookup_symbol_via_imports): Fix uninitialized
5259 variable warning with some compilers.
5260
5261 2015-08-03 Yao Qi <yao.qi@linaro.org>
5262
5263 * arm-linux-nat.c (arm_linux_get_hwbp_type): Capitalize "type"
5264 in comment. Replace "rw" with "type".
5265 (arm_linux_remove_watchpoint): Change type of "rw" to
5266 "enum target_hw_bp_type".
5267
5268 2015-08-02 Pierre-Marie de Rodat <derodat@adacore.com>
5269
5270 * alpha-mdebug-tdep.c (find_proc_desc): Update call to
5271 lookup_symbol.
5272 * ft32-tdep.c (ft32_skip_prologue): Likewise.
5273 * moxie-tdep.c (moxie_skip_prologue): Likewise.
5274 * mt-tdep.c (mt_skip_prologue): Likewise.
5275 * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
5276
5277 2015-08-01 Pierre-Marie de Rodat <derodat@adacore.com>
5278
5279 * ada-exp.y (write_object_renaming): Replace struct
5280 ada_symbol_info with struct block_symbol. Update field
5281 references accordingly.
5282 (block_lookup, select_possible_type_sym): Likewise.
5283 (find_primitive_type): Likewise. Also update call to
5284 ada_lookup_symbol to extract the symbol itself.
5285 (write_var_or_type, write_name_assoc): Likewise.
5286 * ada-lang.h (struct ada_symbol_info): Remove.
5287 (ada_lookup_symbol_list): Replace struct ada_symbol_info with
5288 struct block_symbol.
5289 (ada_lookup_encoded_symbol, user_select_syms): Likewise.
5290 (ada_lookup_symbol): Return struct block_symbol instead of a
5291 mere symbol.
5292 * ada-lang.c (defns_collected): Replace struct ada_symbol_info
5293 with struct block_symbol.
5294 (resolve_subexp, ada_resolve_function, sort_choices,
5295 user_select_syms, is_nonfunction, add_defn_to_vec,
5296 num_defns_collected, defns_collected,
5297 symbols_are_identical_enums, remove_extra_symbols,
5298 remove_irrelevant_renamings, add_lookup_symbol_list_worker,
5299 ada_lookup_symbol_list, ada_iterate_over_symbols,
5300 ada_lookup_encoded_symbol, get_var_value): Likewise.
5301 (ada_lookup_symbol): Return a block_symbol instead of a mere
5302 symbol. Replace struct ada_symbol_info with struct
5303 block_symbol.
5304 (ada_lookup_symbol_nonlocal): Likewise.
5305 (standard_lookup): Make block passing explicit through
5306 lookup_symbol_in_language.
5307 * ada-tasks.c (get_tcb_types_info): Update the calls to
5308 lookup_symbol_in_language to extract the mere symbol out of the
5309 returned value.
5310 (ada_tasks_inferior_data_sniffer): Likewise.
5311 * ax-gdb.c (gen_static_field): Likewise for the call to
5312 lookup_symbol.
5313 (gen_maybe_namespace_elt): Deal with struct block_symbol from
5314 lookup functions.
5315 (gen_expr): Likewise.
5316 * c-exp.y: Likewise. Remove uses of block_found.
5317 (lex_one_token, classify_inner_name, c_print_token): Likewise.
5318 (classify_name): Likewise. Rename the "sym" local variable to
5319 "bsym".
5320 * c-valprint.c (print_unpacked_pointer): Likewise.
5321 * compile/compile-c-symbols.c (convert_symbol_sym): Promote the
5322 "sym" parameter from struct symbol * to struct block_symbol.
5323 Use it to remove uses of block_found. Deal with struct
5324 block_symbol from lookup functions.
5325 (gcc_convert_symbol): Likewise. Update the call to
5326 convert_symbol_sym.
5327 * compile/compile-object-load.c (compile_object_load): Deal with
5328 struct block_symbol from lookup functions.
5329 * cp-namespace.c (cp_lookup_nested_symbol_1,
5330 cp_lookup_nested_symbol, cp_lookup_bare_symbol,
5331 cp_search_static_and_baseclasses,
5332 cp_lookup_symbol_in_namespace, cp_lookup_symbol_via_imports,
5333 cp_lookup_symbol_imports_or_template,
5334 cp_lookup_symbol_via_all_imports, cp_lookup_symbol_namespace,
5335 lookup_namespace_scope, cp_lookup_nonlocal,
5336 find_symbol_in_baseclass): Return struct block_symbol instead of
5337 mere symbols and deal with struct block_symbol from lookup
5338 functions.
5339 * cp-support.c (inspect_type, replace_typedefs,
5340 cp_lookup_rtti_type): Deal with struct block_symbol from
5341 lookup functions.
5342 * cp-support.h (cp_lookup_symbol_nonlocal,
5343 cp_lookup_symbol_from_namespace,
5344 cp_lookup_symbol_imports_or_template, cp_lookup_nested_symbol):
5345 Return struct block_symbol instead of mere symbols.
5346 * d-exp.y (d_type_from_name, d_module_from_name, push_variable,
5347 push_module_name):
5348 Deal with struct block_symbol from lookup functions. Remove
5349 uses of block_found.
5350 * eval.c (evaluate_subexp_standard): Update call to
5351 cp_lookup_symbol_namespace.
5352 * f-exp.y: Deal with struct block_symbol from lookup functions.
5353 Remove uses of block_found.
5354 (yylex): Likewise.
5355 * gdbtypes.c (lookup_typename, lookup_struct, lookup_union,
5356 lookup_enum, lookup_template_type, check_typedef): Deal with
5357 struct block_symbol from lookup functions.
5358 * guile/scm-frame.c (gdbscm_frame_read_var): Likewise.
5359 * guile/scm-symbol.c (gdbscm_lookup_symbol): Likewise.
5360 (gdbscm_lookup_global_symbol): Likewise.
5361 * gnu-v3-abi.c (gnuv3_get_typeid_type): Likewise.
5362 * go-exp.y: Likewise. Remove uses of block_found.
5363 (package_name_p, classify_packaged_name, classify_name):
5364 Likewise.
5365 * infrun.c (insert_exception_resume_breakpoint): Likewise.
5366 * jv-exp.y (push_variable): Likewise.
5367 * jv-lang.c (java_lookup_class, get_java_object_type): Likewise.
5368 * language.c (language_bool_type): Likewise.
5369 * language.h (struct language_defn): Update
5370 la_lookup_symbol_nonlocal to return a struct block_symbol rather
5371 than a mere symbol.
5372 * linespec.c (find_label_symbols): Deal with struct block_symbol
5373 from lookup functions.
5374 * m2-exp.y: Likewise. Remove uses of block_found.
5375 (yylex): Likewise.
5376 * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
5377 * objc-lang.c (lookup_struct_typedef, find_imps): Likewise.
5378 * p-exp.y: Likewise. Remove uses of block_found.
5379 (yylex): Likewise.
5380 * p-valprint.c (pascal_val_print): Likewise.
5381 * parse.c (write_dollar_variable): Likewise. Remove uses of
5382 block_found.
5383 * parser-defs.h (struct symtoken): Turn the SYM field into a
5384 struct block_symbol.
5385 * printcmd.c (address_info): Deal with struct block_symbol from
5386 lookup functions.
5387 * python/py-frame.c (frapy_read_var): Likewise.
5388 * python/py-symbol.c (gdbpy_lookup_symbol,
5389 gdbpy_lookup_global_symbol): Likewise.
5390 * skip.c (skip_function_command): Likewise.
5391 * solib-darwin.c (darwin_lookup_lib_symbol): Return a struct
5392 block_symbol instead of a mere symbol.
5393 * solib-spu.c (spu_lookup_lib_symbol): Likewise.
5394 * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
5395 * solib.c (solib_global_lookup): Likewise.
5396 * solist.h (solib_global_lookup): Likewise.
5397 (struct target_so_ops): Update lookup_lib_global_symbol to
5398 return a struct block_symbol rather than a mere symbol.
5399 * source.c (select_source_symtab): Deal with struct block_symbol
5400 from lookup functions.
5401 * stack.c (print_frame_args, iterate_over_block_arg_vars):
5402 Likewise.
5403 * symfile.c (set_initial_language): Likewise.
5404 * symtab.c (SYMBOL_LOOKUP_FAILED): Turn into a struct
5405 block_symbol.
5406 (SYMBOL_LOOKUP_FAILED_P): New predicate as a macro.
5407 (struct symbol_cache_slot): Turn the FOUND field into a struct
5408 block_symbol.
5409 (block_found): Remove.
5410 (eq_symbol_entry): Update to deal with struct block_symbol in
5411 cache slots.
5412 (symbol_cache_lookup): Return a struct block_symbol rather than
5413 a mere symbol.
5414 (symbol_cache_mark_found): Add a BLOCK parameter to fill
5415 appropriately the cache slots. Update callers.
5416 (symbol_cache_dump): Update cache slots handling to the type
5417 change.
5418 (lookup_symbol_in_language, lookup_symbol, lookup_language_this,
5419 lookup_symbol_aux, lookup_local_symbol,
5420 lookup_symbol_in_objfile, lookup_global_symbol_from_objfile,
5421 lookup_symbol_in_objfile_symtabs,
5422 lookup_symbol_in_objfile_from_linkage_name,
5423 lookup_symbol_via_quick_fns, basic_lookup_symbol_nonlocal,
5424 lookup_symbol_in_static_block, lookup_static_symbol,
5425 lookup_global_symbol):
5426 Return a struct block_symbol rather than a mere symbol. Deal
5427 with struct block_symbol from other lookup functions. Remove
5428 uses of block_found.
5429 (lookup_symbol_in_block): Remove uses of block_found.
5430 (struct global_sym_lookup_data): Turn the RESULT field into a
5431 struct block_symbol.
5432 (lookup_symbol_global_iterator_cb): Update references to the
5433 RESULT field.
5434 (search_symbols): Deal with struct block_symbol from lookup
5435 functions.
5436 * symtab.h (struct block_symbol): New structure.
5437 (block_found): Remove.
5438 (lookup_symbol_in_language, lookup_symbol,
5439 basic_lookup_symbol_nonlocal, lookup_symbol_in_static_block,
5440 lookup_static_symbol, lookup_global_symbol, lookup_language_this,
5441 lookup_global_symbol_from_objfile): Return a struct block_symbol
5442 rather than just a mere symbol. Update comments to remove
5443 mentions of block_found.
5444 * valops.c (find_function_in_inferior,
5445 value_struct_elt_for_reference, value_maybe_namespace_elt,
5446 value_of_this): Deal with struct block_symbol from lookup
5447 functions.
5448 * value.c (value_static_field, value_fn_field): Likewise.
5449
5450 2015-07-31 Simon Marchi <simon.marchi@ericsson.com>
5451
5452 * remote-m32r-sdi.c (m32r_remove_watchpoint): Use enum type
5453 instead of integer.
5454
5455 2015-07-31 Simon Marchi <simon.marchi@ericsson.com>
5456 Pedro Alves <palves@redhat.com>
5457
5458 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): Use enum
5459 type or value instead of integer.
5460 (aarch64_linux_insert_watchpoint): Likewise.
5461 (aarch64_linux_remove_watchpoint): Likewise.
5462 * ada-lang.c (ada_op_print_tab): Likewise.
5463 * amd64-linux-tdep.c (amd64_canonicalize_syscall): Likewise.
5464 (amd64_linux_syscall_record_common): Likewise.
5465 * arch-utils.c (target_byte_order_user): Likewise.
5466 (default_byte_order): Likewise.
5467 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Likewise.
5468 (arm_linux_get_hwbp_type): Likewise.
5469 (arm_linux_hw_watchpoint_initialize): Likewise.
5470 (arm_linux_insert_watchpoint): Likewise.
5471 * arm-linux-tdep.c (arm_canonicalize_syscall): Likewise.
5472 (arm_linux_syscall_record): Likewise.
5473 * breakpoint.c (update_watchpoint): Likewise.
5474 (breakpoint_here_p): Likewise.
5475 (bpstat_print): Likewise.
5476 (enable_breakpoint_disp): Likewise.
5477 * c-lang.c (c_op_print_tab): Likewise.
5478 * cli/cli-decode.c (add_info_alias): Likewise.
5479 * d-lang.c (d_op_print_tab): Likewise.
5480 * eval.c (evaluate_subexp_standard): Likewise.
5481 * f-exp.y (dot_ops): Likewise.
5482 (f77_keywords): Likewise.
5483 * f-lang.c (f_op_print_tab): Likewise.
5484 * go-lang.c (go_op_print_tab): Likewise.
5485 * guile/scm-breakpoint.c (gdbscm_make_breakpoint): Likewise.
5486 * guile/scm-cmd.c (gdbscm_make_command): Likewise.
5487 * guile/scm-param.c (gdbscm_make_parameter): Likewise.
5488 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Likewise.
5489 * guile/scm-string.c (struct scm_to_stringn_data): Likewise.
5490 (struct scm_from_stringn_data): Likewise.
5491 * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
5492 * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
5493 (ia64_linux_remove_watchpoint): Likewise.
5494 (ia64_linux_can_use_hw_breakpoint): Likewise.
5495 * infrun.c (print_stop_event): Likewise.
5496 * jv-lang.c (java_op_print_tab): Likewise.
5497 * linux-nat.c (linux_proc_xfer_partial): Likewise.
5498 * linux-nat.h (struct lwp_info): Likewise.
5499 * linux-thread-db.c (enable_thread_event): Likewise.
5500 * m2-lang.c (m2_op_print_tab): Likewise.
5501 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise.
5502 (mi_cmd_stack_list_variables): Likewise.
5503 * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
5504 * mi/mi-out.c (mi_table_begin): Likewise.
5505 (mi_table_header): Likewise.
5506 * mips-linux-nat.c (mips_linux_can_use_hw_breakpoint): Likewise.
5507 (mips_linux_insert_watchpoint): Likewise.
5508 (mips_linux_remove_watchpoint): Likewise.
5509 * nat/mips-linux-watch.c (mips_linux_watch_type_to_irw): Likewise.
5510 * nat/mips-linux-watch.h (struct mips_watchpoint): Likewise.
5511 (mips_linux_watch_type_to_irw): Likewise.
5512 * nto-procfs.c (procfs_can_use_hw_breakpoint): Likewise.
5513 (procfs_insert_hw_watchpoint): Likewise.
5514 (procfs_remove_hw_watchpoint): Likewise.
5515 (procfs_hw_watchpoint): Likewise.
5516 (procfs_can_use_hw_breakpoint): Likewise.
5517 (procfs_remove_hw_watchpoint): Likewise.
5518 (procfs_insert_hw_watchpoint): Likewise.
5519 * p-lang.c (pascal_op_print_tab): Likewise.
5520 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): Likewise.
5521 * ppc-linux-tdep.c (ppu2spu_unwind_register): Likewise.
5522 * ppc-sysv-tdep.c (get_decimal_float_return_value): Likewise.
5523 * procfs.c (procfs_can_use_hw_breakpoint): Likewise.
5524 (procfs_insert_watchpoint): Likewise.
5525 (procfs_remove_watchpoint): Likewise.
5526 * psymtab.c (recursively_search_psymtabs): Likewise.
5527 * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint): Likewise.
5528 (m32r_insert_watchpoint): Likewise.
5529 * remote-mips.c (mips_can_use_watchpoint): Likewise.
5530 (mips_insert_watchpoint): Likewise.
5531 (mips_remove_watchpoint): Likewise.
5532 * remote.c (watchpoint_to_Z_packet): Likewise.
5533 (remote_insert_watchpoint): Likewise.
5534 (remote_remove_watchpoint): Likewise.
5535 (remote_check_watch_resources): Likewise.
5536 * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
5537 (s390_remove_watchpoint): Likewise.
5538 (s390_can_use_hw_breakpoint): Likewise.
5539 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
5540 * spu-linux-nat.c (spu_can_use_hw_breakpoint): Likewise.
5541 * target.h (struct target_ops): Likewise.
5542 * tilegx-tdep.c (tilegx_analyze_prologue): Likewise.
5543 * ui-out.c (struct ui_out_hdr): Likewise.
5544 (append_header_to_list): Likewise.
5545 (get_next_header): Likewise.
5546 (verify_field): Likewise.
5547 (ui_out_begin): Likewise.
5548 (ui_out_field_int): Likewise.
5549 (ui_out_field_fmt_int): Likewise.
5550 (ui_out_field_skip): Likewise.
5551 (ui_out_field_string): Likewise.
5552 (ui_out_field_fmt): Likewise.
5553 * varobj.c (new_variable): Likewise.
5554 * x86-nat.c (x86_insert_watchpoint): Likewise.
5555 (x86_remove_watchpoint): Likewise.
5556 (x86_can_use_hw_breakpoint): Likewise.
5557 * xtensa-tdep.h (struct gdbarch_tdep): Likewise.
5558 * inflow.c (enum gdb_has_a_terminal_flag_enum): Add name to
5559 previously anonymous enumeration type..
5560 * linux-record.h (enum gdb_syscall): Add gdb_sys_no_syscall
5561 value.
5562 * target-debug.h (target_debug_print_enum_target_hw_bp_type): New.
5563 (target_debug_print_enum_bptype): New.
5564 * target-delegates.c: Regenerate.
5565
5566 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5567
5568 * nios2-tdep.c (nios2_analyze_prologue): Do what the comment
5569 already says and disallow non-stack memory writes in the prologue.
5570
5571 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5572
5573 * nios2-tdep.c (nios2_analyze_prologue): Update comments to
5574 reflect how current GCC emits stack overflow checks. Match
5575 both trap and break instructions for backward compatbility.
5576 Disallow other trap and break instructions in the prologue.
5577
5578 2015-07-30 Pedro Alves <palves@redhat.com>
5579
5580 PR threads/18600
5581 * linux-nat.c (wait_lwp): Report to the core when thread group
5582 leader exits.
5583
5584 2015-07-30 Pedro Alves <palves@redhat.com>
5585 Simon Marchi <simon.marchi@ericsson.com>
5586
5587 PR threads/18600
5588 * linux-nat.c (linux_handle_extended_wait): On CLONE event, always
5589 mark the new thread as resumed. Remove STOPPING parameter.
5590 (wait_lwp): Adjust call to linux_handle_extended_wait.
5591 (linux_nat_filter_event): Adjust call to
5592 linux_handle_extended_wait.
5593 (resume_stopped_resumed_lwps): Add debug output.
5594
5595 2015-07-30 Pierre Langlois <pierre.langlois@arm.com>
5596
5597 * arch-utils.c (default_fast_tracepoint_valid_at): Remove unused
5598 isize argument.
5599 * arch-utils.h (default_fast_tracepoint_valid_at): Likewise.
5600 * breakpoint.c (check_fast_tracepoint_sals): Adjust call to
5601 gdbarch_fast_tracepoint_valid_at.
5602 * gdbarch.sh (fast_tracepoint_valid_at): Remove isize argument.
5603 * gdbarch.h: Regenerate.
5604 * gdbarch.c: Regenerate.
5605 * i386-tdep.c (i386_fast_tracepoint_valid_at): Remove isize
5606 argument. Do not set it.
5607 * remote.c (remote_download_tracepoint): Adjust call to
5608 gdbarch_fast_tracepoint_valid_at. Call gdb_insn_length to get
5609 the instruction length.
5610
5611 2015-07-30 Yao Qi <yao.qi@linaro.org>
5612
5613 * arm-tdep.h (enum gdb_regnum): Move it to ...
5614 * arch/arm.h: ... here. New file.
5615 * Makefile.in (HFILES_NO_SRCDIR): Add arch/arm.h.
5616
5617 2015-07-30 Pierre Langlois <pierre.langlois@arm.com>
5618
5619 * aarch64-tdep.c (decode_b): Rename link argument to is_bl.
5620 Change its type to int *.
5621 (decode_br): Rename link argument to is_blr. Change its type to
5622 int *.
5623 (decode_cb): Rename op argument to is_cbnz. Change its type to
5624 int *.
5625 (decode_tb): Rename op argument to is_tbnz. Change its type to
5626 int *. Set is_tbnz to either 1 or 0.
5627 (aarch64_analyze_prologue): Change type of is_link to int. Add
5628 new variables is_cbnz and is_tbnz. Adjust call to
5629 aarch64_decode_cb and aarch64_decode_tb.
5630
5631 2015-07-29 Simon Marchi <simon.marchi@ericsson.com>
5632
5633 * mips-linux-nat.c (write_watchpoint_regs): Add NULL as ptrace's 4th
5634 parameter.
5635 (mips_linux_new_thread): Likewise.
5636 * nat/mips-linux-watch.c (mips_linux_read_watch_registers): Likewise.
5637
5638 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5639
5640 * top.c: Include "tui/tui.h".
5641 (undo_terminal_modifications_before_exit): New static function.
5642 (quit_force): Use it.
5643
5644 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5645
5646 * target.c (terminal_state): Initialize to terminal_is_ours.
5647
5648 2015-07-29 Yao Qi <yao.qi@linaro.org>
5649
5650 PR record/18691
5651 * dcache.c (dcache_read_memory_partial): Call
5652 raw_memory_xfer_partial.
5653 * target.c (raw_memory_xfer_partial): Make it non-static.
5654 * target.h (raw_memory_xfer_partial): Declare.
5655
5656 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
5657
5658 * c-valprint.c (c_val_print_array): Consider addressable memory
5659 unit size.
5660 (c_val_print_ptr): Likewise.
5661 (c_val_print_int): Likewise.
5662 * findvar.c (read_frame_register_value): Likewise.
5663 * valarith.c (find_size_for_pointer_math): Likewise.
5664 (value_ptrdiff): Likewise.
5665 (value_subscripted_rvalue): Likewise.
5666 * valops.c (read_value_memory): Likewise (and rename variables).
5667 (value_assign): Likewise.
5668 (value_repeat): Likewise.
5669 (value_array): Likewise.
5670 (value_slice): Likewise.
5671 * valprint.c (generic_val_print_ptr): Likewise.
5672 (generic_val_print_enum): Likewise.
5673 (generic_val_print_bool): Likewise.
5674 (generic_val_print_int): Likewise.
5675 (generic_val_print_char): Likewise.
5676 (generic_val_print_float): Likewise.
5677 (generic_val_print_decfloat): Likewise.
5678 (generic_val_print_complex): Likewise.
5679 (val_print_scalar_formatted): Likewise.
5680 (val_print_array_elements): Likewise.
5681 * value.c (set_value_parent): Likewise.
5682 (value_contents_copy_raw): Likewise.
5683 (set_internalvar_component): Likewise.
5684 (value_primitive_field): Likewise.
5685 (value_fetch_lazy): Likewise.
5686 * value.h (read_value_memory): Update comment.
5687
5688 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
5689
5690 * value.c (get_value_arch): New function.
5691 * value.h (get_value_arch): New declaration.
5692
5693 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
5694
5695 * value.c (struct value): Update comments.
5696
5697 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
5698
5699 * gdbtypes.c (type_length_units): New function.
5700 * gdbtypes.h (type_length_units): New declaration.
5701 (struct type) <length>: Update comment.
5702
5703 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5704
5705 * valprint.c (generic_val_print): Factor out complex
5706 printing code to ...
5707 (generic_val_print_complex): ... this new function.
5708
5709 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5710
5711 * valprint.c (generic_val_print): Factor out decfloat
5712 printing code to ...
5713 (generic_val_print_decfloat): ... this new function.
5714
5715 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5716
5717 * valprint.c (generic_val_print): Factor out float
5718 printing code to ...
5719 (generic_val_print_float): ... this new function.
5720
5721 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5722
5723 * valprint.c (generic_val_print): Factor out char
5724 printing code to ...
5725 (generic_val_print_char): ... this new function.
5726
5727 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5728
5729 * valprint.c (generic_val_print): Factor out integer
5730 printing code to ...
5731 (generic_val_print_int): ... this new function.
5732
5733 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5734
5735 * valprint.c (generic_val_print): Factor out bool
5736 printing code to ...
5737 (generic_val_print_bool): ... this new function.
5738
5739 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5740
5741 * valprint.c (generic_val_print): Factor out function/method
5742 printing code to ...
5743 (generic_val_print_func): ... this new function.
5744
5745 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5746
5747 * valprint.c (generic_val_print): Factor out flags
5748 printing code to ...
5749 (generic_val_print_flags): ... this new function.
5750
5751 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5752
5753 * valprint.c (generic_val_print): Factor out enum
5754 printing code to ...
5755 (generic_val_print_enum): ... this new function.
5756
5757 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5758
5759 * valprint.c (generic_val_print): Factor out reference
5760 printing code to ...
5761 (generic_val_print_ref): ... this new function.
5762
5763 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5764
5765 * valprint.c (generic_val_print): Factor out memberptr
5766 printing code to ...
5767 (generic_val_print_memberptr): ... this new function.
5768
5769 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5770
5771 * valprint.c (generic_val_print): Factor out pointer
5772 printing code to ...
5773 (generic_val_print_ptr): ... this new function.
5774
5775 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5776
5777 * valprint.c (generic_val_print): Factor out array
5778 printing code to ...
5779 (generic_val_print_array): ... this new function.
5780
5781 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5782
5783 * valprint.c (generic_val_print): Factor out
5784 print_unpacked_pointer code to ...
5785 (print_unpacked_pointer): ... this new function.
5786
5787 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
5788
5789 * event-top.c (handle_sigterm): Don't inspect
5790 target_can_async_p. Always set the quit flag and always mark
5791 the async signal handler.
5792
5793 2015-07-27 Yao Qi <yao.qi@linaro.org>
5794
5795 * Makefile.in (REMOTE_EXAMPLES): Remove it.
5796
5797 2015-07-25 Kevin Buettner <kevinb@redhat.com>
5798
5799 * remote.c (read_ptid): Return null_ptid when no thread id
5800 is found.
5801 (remote_current_thread): Add log warning for malformed
5802 qC reply.
5803 (remote_start_remote): Add log warning when current thread
5804 not found.
5805
5806 2015-07-24 Pedro Alves <palves@redhat.com>
5807
5808 * s390-linux-nat.c (fetch_regs, store_regs, fetch_fpregs)
5809 (s390_stopped_by_watchpoint, s390_prepare_to_resume): Pass 0 as
5810 forth argument to ptrace PTRACE_PEEKUSR_AREA/PTRACE_POKEUSR_AREA.
5811
5812 2015-07-24 Pedro Alves <palves@redhat.com>
5813
5814 PR gdb/18717
5815 * linux-nat.c (linux_nat_filter_event): Don't assert that the lwp
5816 is resumed, and extend the debug log.
5817
5818 2015-07-24 Pedro Alves <palves@redhat.com>
5819
5820 * fork-child.c (fork_inferior): Print argv[0] instead of exec_file.
5821
5822 2015-07-24 Pedro Alves <palves@redhat.com>
5823
5824 * aarch64-linux-nat.c: Include nat/gdb_ptrace.h instead of
5825 sys/ptrace.h.
5826 * alpha-linux-nat.c: Likewise.
5827 * amd64-linux-nat.c: Likewise.
5828 * arm-linux-nat.c: Likewise.
5829 * hppa-linux-nat.c: Likewise.
5830 * i386-linux-nat.c: Likewise.
5831 * ia64-linux-nat.c: Likewise.
5832 * linux-fork.c: Likewise.
5833 * linux-nat.c: Likewise.
5834 * m32r-linux-nat.c: Likewise.
5835 * m68klinux-nat.c: Likewise.
5836 * mips-linux-nat.c: Likewise.
5837 * nat/linux-btrace.c: Likewise.
5838 * nat/linux-ptrace.c: Likewise.
5839 * nat/linux-ptrace.h
5840 * nat/mips-linux-watch.c: Likewise.
5841 * nat/x86-linux-dregs.c: Likewise.
5842 * ppc-linux-nat.c: Likewise.
5843 * s390-linux-nat.c: Likewise.
5844 * spu-linux-nat.c: Likewise.
5845 * tilegx-linux-nat.c: Likewise.
5846 * x86-linux-nat.c: Likewise.
5847 * xtensa-linux-nat.c: Likewise.
5848
5849 2015-07-24 Pedro Alves <palves@redhat.com>
5850
5851 * ptrace.m4 (ptrace tests): Test in C++ mode. Try with 'enum
5852 __ptrace_request as first parameter type instead of int.
5853 (PTRACE_TYPE_ARG1): Define.
5854 * nat/gdb_ptrace.h [!PTRACE_TYPE_ARG5] (ptrace): Define as wrapper
5855 that casts first argument to PTRACE_TYPE_ARG1.
5856 * config.in: Regenerate.
5857 * configure: Regenerate.
5858
5859 2015-07-24 Pedro Alves <palves@redhat.com>
5860
5861 * gdb_ptrace.h: Move ...
5862 * nat/gdb_ptrace.h: ... here.
5863 * inf-ptrace.c: Adjust.
5864
5865 2015-07-24 Pedro Alves <palves@redhat.com>
5866
5867 * acinclude.m4: Include ptrace.m4.
5868 * configure.ac: Call GDB_AC_PTRACE and move ptrace checks ...
5869 * ptrace.m4: ... to this new file.
5870
5871 2015-07-23 Doug Evans <dje@google.com>
5872
5873 * dwarf2read.c (dwarf2_per_cu_data): Add comment.
5874 (load_cu): Handle dummy CUs.
5875 (dw2_do_instantiate_symtab, process_queuef): Ditto.
5876 (dwarf2_fetch_die_loc_sect_off, dwarf2_fetch_constant_bytes): Ditto.
5877
5878 2015-07-23 Ciro Santilli <ciro.santilli@gmail.com> (tiny patch)
5879
5880 * py-linetable.c (ltpy_get_all_source_lines): Adjust function
5881 documentation to say that it returns a list rather than
5882 a FrozenSet.
5883 (linetable_object_methods): Update the docstring of the
5884 "source_line" entry.
5885
5886 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
5887
5888 * gdbtypes.c (resolve_dynamic_array): Pass the peeled element
5889 type to the recursive call instead of the original (maybe
5890 TYPE_CODE_TYPEDEF) type.
5891
5892 2015-07-23 Yao Qi <yao.qi@linaro.org>
5893
5894 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): If
5895 TYPE is watchpoint, return zero if aarch64_num_wp_regs is zero.
5896 If TYPE is breakpoint, return zero if arch64_num_bp_regs is zero.
5897
5898 2015-07-21 Yao Qi <yao.qi@linaro.org>
5899
5900 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
5901 Move it to nat/aarch64-linux-hw-point.c.
5902 (aarch64_linux_child_post_startup_inferior): Update.
5903 * nat/aarch64-linux-hw-point.c (aarch64_linux_get_debug_reg_capacity):
5904 New function.
5905 * nat/aarch64-linux-hw-point.h (aarch64_linux_get_debug_reg_capacity):
5906 Declare it.
5907
5908 2015-07-21 Markus Metzger <markus.t.metzger@intel.com>
5909
5910 * common/btrace-common.c (btrace_data_append): Change case label.
5911
5912 2015-07-20 Yao Qi <yao.qi@linaro.org>
5913
5914 * nat/aarch64-linux-hw-point.c (aarch64_handle_unaligned_watchpoint):
5915 Re-indent the code.
5916 * nat/aarch64-linux-hw-point.h: Use ULONGEST rather than
5917 "unsigned long long".
5918
5919 2015-07-18 Kevin Buettner <kevinb@redhat.com>
5920
5921 * dwarf2read.c (dwarf2_locate_sections): Allow has_section_at_zero
5922 to be set for SEC_ALLOC sections too.
5923
5924 2015-07-17 Yao Qi <yao.qi@linaro.org>
5925
5926 * Makefile.in (HFILES_NO_SRCDIR): Add
5927 nat/aarch64-linux-hw-point.h.
5928 (aarch64-linux-hw-point.o): New rule.
5929 * nat/aarch64-linux-hw-point.h: New file.
5930 * nat/aarch64-linux-hw-point.c: New file.
5931 * aarch64-linux-nat.c: Include nat/aarch64-linux-hw-point.h.
5932 (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
5933 (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
5934 (AARCH64_HWP_ALIGNMENT): Likewise.
5935 (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
5936 (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
5937 (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
5938 (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
5939 (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
5940 (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
5941 (struct aarch64_debug_reg_state): Likewise.
5942 (struct arch_lwp_info): Likewise.
5943 (aarch64_linux_set_debug_regs): Likewise.
5944 (aarch64_notify_debug_reg_change): Remove static.
5945 (aarch64_align_watchpoint): Likewise.
5946 (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
5947 (aarch64_watchpoint_length): Likewise.
5948 (aarch64_point_encode_ctrl_reg): Likewise
5949 (aarch64_point_is_aligned): Likewise.
5950 (aarch64_dr_state_insert_one_point): Likewise.
5951 (aarch64_dr_state_remove_one_point): Likewise.
5952 (aarch64_handle_breakpoint): Likewise.
5953 (aarch64_handle_aligned_watchpoint): Likewise.
5954 (aarch64_handle_unaligned_watchpoint): Likewise.
5955 (aarch64_handle_watchpoint): Likewise.
5956 * config/aarch64/linux.mh (NAT_FILE): Add
5957 aarch64-linux-hw-point.o.
5958
5959 2015-07-17 Yao Qi <yao.qi@linaro.org>
5960
5961 * aarch64-linux-nat.c (aarch64_handle_breakpoint): Add argument
5962 state and don't call aarch64_get_debug_reg_state. All callers
5963 update.
5964 (aarch64_linux_insert_hw_breakpoint): Call
5965 aarch64_get_debug_reg_state earlier.
5966 (aarch64_linux_remove_hw_breakpoint): Likewise.
5967 (aarch64_handle_aligned_watchpoint): Add argument state and
5968 don't call aarch64_get_debug_reg_state. All callers update.
5969 (aarch64_handle_unaligned_watchpoint): Likewise.
5970 (aarch64_handle_watchpoint): Add argument state.
5971 (aarch64_linux_insert_watchpoint): Call aarch64_get_debug_reg_state
5972 earlier.
5973 (aarch64_linux_remove_watchpoint): Likewise.
5974
5975 2015-07-17 Yao Qi <yao.qi@linaro.org>
5976
5977 * aarch64-linux-nat.c (aarch64_show_debug_reg_state): Use
5978 debug_printf.
5979 (aarch64_handle_unaligned_watchpoint): Likewise.
5980
5981 2015-07-17 Yao Qi <yao.qi@linaro.org>
5982
5983 * aarch64-linux-nat.c (aarch64_dr_state_insert_one_point): Change
5984 argument type's type to 'enum target_hw_bp_type'.
5985 (aarch64_dr_state_remove_one_point): Likewise.
5986 (aarch64_handle_breakpoint): Likewise.
5987 (aarch64_linux_insert_hw_breakpoint): Likewise.
5988 (aarch64_linux_remove_hw_breakpoint): Likewise.
5989 (aarch64_handle_aligned_watchpoint): Likewise.
5990
5991 2015-07-17 Yao Qi <yao.qi@linaro.org>
5992
5993 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Call
5994 ptid_get_pid instead of get_thread_id.
5995
5996 2015-07-17 Yao Qi <yao.qi@linaro.org>
5997
5998 * remote.c (get_current_thread): Initialise ptid to null_ptid.
5999 (add_current_inferior_and_thread): Don't initialise ptid.
6000
6001 2015-07-16 Pierre Langlois <pierre.langlois@arm.com>
6002
6003 * aarch64-tdep.c (aarch64_pseudo_read_value): Mark S register as
6004 unavailable if invalid.
6005
6006 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6007
6008 Revert the previous 6 commits:
6009 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
6010 Move gdb_regex* to common/
6011 Prepare linux_find_memory_regions_full & co. for move
6012 Move linux_find_memory_regions_full & co.
6013 gdbserver build-id attribute generator
6014 Validate symbol file using build-id
6015
6016 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6017 Jan Kratochvil <jan.kratochvil@redhat.com>
6018
6019 Validate symbol file using build-id.
6020 * NEWS (Changes since GDB 7.10): Add 'set validate-build-id'
6021 and 'show validate-build-id'. Add build-id attribute.
6022 * solib-darwin.c (_initialize_darwin_solib): Assign validate value.
6023 * solib-dsbt.c (_initialize_dsbt_solib): Ditto.
6024 * solib-frv.c (_initialize_frv_solib): Ditto.
6025 * solib-spu.c (set_spu_solib_ops): Ditto.
6026 * solib-svr4.c: Include rsp-low.h.
6027 (NOTE_GNU_BUILD_ID_NAME): New define.
6028 (svr4_validate): New function.
6029 (svr4_copy_library_list): Duplicate field build_id.
6030 (library_list_start_library): Parse 'build-id' attribute.
6031 (svr4_library_attributes): Add 'build-id' attribute.
6032 (_initialize_svr4_solib): Assign validate value.
6033 * solib-target.c (solib.h): Include.
6034 (_initialize_solib_target): Assign validate value.
6035 * solib.c (validate_build_id, show_validate_build_id): New.
6036 (solib_map_sections): Use ops->validate.
6037 (clear_so): Free build_id.
6038 (default_solib_validate): New function.
6039 (_initialize_solib): Add "validate-build-id".
6040 * solib.h (default_solib_validate): New declaration.
6041 * solist.h (struct so_list): New fields 'build_idsz' and 'build_id'.
6042 (target_so_ops): New field 'validate'.
6043
6044 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6045 Jan Kratochvil <jan.kratochvil@redhat.com>
6046
6047 gdbserver build-id attribute generator.
6048 * features/library-list-svr4.dtd (library-list-svr4): New
6049 'build-id' attribute.
6050
6051 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6052 Jan Kratochvil <jan.kratochvil@redhat.com>
6053
6054 Move linux_find_memory_regions_full & co.
6055 * linux-tdep.c (nat/linux-maps.h): Include.
6056 (gdb_regex.h): Remove the include.
6057 (enum filterflags, struct smaps_vmflags, read_mapping, decode_vmflags)
6058 (mapping_is_anonymous_p, dump_mapping_p): Moved to nat/linux-maps.c.
6059 (linux_find_memory_region_ftype): Moved typedef to nat/linux-maps.h.
6060 (linux_find_memory_regions_full): Moved definition to nat/linux-maps.c.
6061 * nat/linux-maps.c: Include ctype.h, target/target-utils.h, gdb_regex.h
6062 and target/target.h.
6063 (struct smaps_vmflags, read_mapping, decode_vmflags)
6064 (mapping_is_anonymous_p, dump_mapping_p): Move from linux-tdep.c.
6065 (linux_find_memory_regions_full): Move from linux-tdep.c.
6066 * nat/linux-maps.h (read_mapping): New declaration.
6067 (linux_find_memory_region_ftype, enum filterflags): Moved from
6068 linux-tdep.c.
6069 (linux_find_memory_regions_full): New declaration.
6070 * target.c (target/target-utils.h): Include.
6071 (read_alloc_pread_ftype): Moved typedef to target/target-utils.h.
6072 (read_alloc, read_stralloc_func_ftype, read_stralloc): Moved
6073 definitions to target/target-utils.c.
6074 * target.h (target_fileio_read_stralloc): Move it to target/target.h.
6075 * target/target-utils.c (read_alloc, read_stralloc): Move definitions
6076 from target.c.
6077 * target/target-utils.h (read_alloc_pread_ftype): New typedef.
6078 (read_alloc): New declaration.
6079 (read_stralloc_func_ftype): New typedef.
6080 (read_stralloc): New declaration.
6081 * target/target.h (target_fileio_read_stralloc): Move it from target.h.
6082
6083 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6084 Jan Kratochvil <jan.kratochvil@redhat.com>
6085
6086 Prepare linux_find_memory_regions_full & co. for move.
6087 * linux-tdep.c (linux_find_memory_region_ftype): Comment.
6088 (linux_find_memory_regions_full): Change signature and prepare
6089 for moving to linux-maps.
6090 (linux_find_memory_regions_data): Rename field 'obfd' to 'data'.
6091 (linux_find_memory_regions_thunk): New.
6092 (linux_find_memory_regions_thunk): Use 'data' field instead of 'obfd'.
6093 (linux_find_memory_regions_gdb): New.
6094 (linux_find_memory_regions): Rename argument 'obfd' to 'func_data'.
6095 (linux_make_mappings_corefile_notes): Use
6096 linux_find_memory_regions_gdb.
6097 * target.c (read_alloc_pread_ftype): New typedef.
6098 (target_fileio_read_alloc_1_pread): New function.
6099 (read_alloc): Refactor from target_fileio_read_alloc_1.
6100 (read_stralloc_func_ftype): New typedef.
6101 (target_fileio_read_alloc_1): New implementation. Use read_alloc.
6102 (read_stralloc): Refactored from target_fileio_read_stralloc.
6103 (target_fileio_read_stralloc): New implementation, use read_stralloc.
6104
6105 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6106
6107 * Makefile.in (HFILES_NO_SRCDIR): Change gdb_regex.h to
6108 common/gdb_regex.h.
6109 (COMMON_OBS): Add gdb_regex.o.
6110 (gdb_regex.o): New.
6111 * common/common.m4 (GDB_AC_COMMON): Add gdb_use_included_regex,
6112 --without-included-regex and USE_INCLUDED_REGEX.
6113 * common/gdb_regex.c: New file from utils.c functions.
6114 * common/gdb_regex.h: Move it here from gdb_regex.h, update include
6115 file wrapping define name.
6116 * configure: Rebuilt.
6117 * configure.ac (gdb_use_included_regex, --without-included-regex)
6118 (USE_INCLUDED_REGEX): Move them to common/common.m4.
6119 * gdb_regex.h: Move it to common/gdb_regex.h.
6120 * utils.c: Remove include gdb_regex.h.
6121 (do_regfree_cleanup, make_regfree_cleanup, get_regcomp_error)
6122 (compile_rx_or_error): Move them to common/gdb_regex.c.
6123
6124 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6125 Jan Kratochvil <jan.kratochvil@redhat.com>
6126
6127 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
6128 * Makefile.in (HFILES_NO_SRCDIR); Add nat/linux-maps.h,
6129 common/target-utils.h.
6130 (COMMON_OBS): Add target-utils.o.
6131 (linux-maps.o, target-utils.o): New.
6132 * target/target-utils.c: New file.
6133 * target/target-utils.h: New file.
6134 * config/i386/linux.mh (NATDEPFILES): Add linux-maps.o.
6135 * config/i386/linux64.mh (NATDEPFILES): Ditto.
6136 * nat/linux-maps.c: New file.
6137 * nat/linux-maps.h: New file.
6138
6139 2015-07-15 Markus Metzger <markus.t.metzger@intel.com>
6140 Pedro Alves <palves@redhat.com>
6141
6142 * nat/linux-btrace.c (perf_event_read): Change the type of DATA_HEAD.
6143 (perf_event_read_all): Change the type of SIZE and DATA_HEAD.
6144 (perf_event_read_bts): Change the type of SIZE and READ.
6145 (linux_enable_bts): Change the type of SIZE, PAGES, DATA_SIZE,
6146 and DATA_OFFSET. Move DATA_SIZE declaration. Restrict the buffer size
6147 to UINT_MAX. Check for overflows when using DATA_HEAD from the perf
6148 mmap page.
6149 (linux_enable_pt): Change the type of PAGES and SIZE. Restrict the
6150 buffer size to UINT_MAX.
6151 (linux_read_bts): Change the type of BUFFER_SIZE, SIZE, DATA_HEAD, and
6152 DATA_TAIL.
6153 * nat/linux-btrace.h (struct perf_event_buffer)<size, data_head>
6154 <last_head>: Change type.
6155 * common/btrace-common.h (struct btrace_dat_pt) <size>: Change type.
6156 * common/btrace-common.c (btrace_data_append): Change the type of
6157 SIZE.
6158 * btrace.c (parse_xml_raw): Change the type of SIZE. Change oddness
6159 check.
6160
6161 2015-07-14 Simon Marchi <simon.marchi@ericsson.com>
6162
6163 * gdbtypes.h (CHECK_TYPEDEF): Remove.
6164 * aarch64-tdep.c (aarch64_return_in_memory): Replace CHECK_TYPEDEF
6165 with check_typedef.
6166 * ada-lang.c (decode_constrained_packed_array_type): Likewise.
6167 (ada_array_length): Likewise.
6168 (find_parallel_type_by_descriptive_type): Likewise.
6169 (ada_check_typedef): Likewise.
6170 * arm-tdep.c (arm_return_in_memory): Likewise.
6171 * ax-gdb.c (gen_trace_static_fields): Likewise.
6172 (gen_struct_ref_recursive): Likewise.
6173 * c-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
6174 (variable: block COLONCOLON name): Likewise.
6175 (qualified_name: TYPENAME COLONCOLON name): Likewise.
6176 * c-lang.c (classify_type): Likewise.
6177 * c-typeprint.c (c_print_type): Likewise.
6178 (c_print_typedef): Likewise.
6179 (c_type_print_base): Likewise.
6180 * c-valprint.c (c_val_print): Likewise.
6181 * compile/compile-c-types.c (convert_type): Likewise.
6182 * compile/compile-object-load.c (get_out_value_type): Likewise.
6183 * completer.c (add_struct_fields): Likewise.
6184 (expression_completer): Likewise.
6185 * cp-namespace.c (cp_find_type_baseclass_by_name): Likewise.
6186 (cp_lookup_nested_symbol_1): Likewise.
6187 (cp_lookup_nested_symbol): Likewise.
6188 * cp-valprint.c (cp_print_value_fields): Likewise.
6189 (cp_print_static_field): Likewise.
6190 * d-valprint.c (d_val_print): Likewise.
6191 * eval.c (evaluate_subexp_standard): Likewise.
6192 (evaluate_subexp_for_sizeof): Likewise.
6193 * f-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
6194 * f-typeprint.c (f_type_print_base): Likewise.
6195 * f-valprint.c (f_val_print): Likewise.
6196 * gdbtypes.c (get_discrete_bounds): Likewise.
6197 (create_array_type_with_stride): Likewise.
6198 (type_name_no_tag_or_error): Likewise.
6199 (lookup_struct_elt_type): Likewise.
6200 (get_unsigned_type_max): Likewise.
6201 (internal_type_vptr_fieldno): Likewise.
6202 (set_type_vptr_fieldno): Likewise.
6203 (internal_type_vptr_basetype): Likewise.
6204 (set_type_vptr_basetype): Likewise.
6205 (get_vptr_fieldno): Likewise.
6206 (is_integral_type): Likewise.
6207 (is_scalar_type): Likewise.
6208 (is_scalar_type_recursive): Likewise.
6209 (distance_to_ancestor): Likewise.
6210 (is_unique_ancestor_worker): Likewise.
6211 (check_types_equal): Likewise.
6212 * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise.
6213
6214 2015-07-14 Iain Buclaw <ibuclaw@gdcproject.org>
6215
6216 * dwarf2read.c (find_slot_in_mapped_hash): Extend language support to
6217 also test for language_d.
6218 (dwarf2_compute_name): Likewise.
6219 (read_func_scope): Likewise.
6220 (read_structure_type): Likewise.
6221 (new_symbol_full): Likewise.
6222 (determine_prefix): Likewise.
6223 (read_import_statement): Use dot as the separator for language_d.
6224 (typename_concat): Likewise, but don't prefix the D main function.
6225
6226 2015-07-14 Peter Bergner <bergner@vnet.ibm.com>
6227
6228 * nat/linux-namespaces.c (setns): Rename from this ...
6229 (do_setns): ... to this. Support calling setns if it exists.
6230 (mnsh_handle_setns): Call do_setns.
6231
6232 2015-07-13 Yao Qi <yao.qi@linaro.org>
6233
6234 * exec.c (exec_file_attach): Add period at the end of error
6235 message.
6236
6237 2015-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6238
6239 * tui/tui-win.c (window_name_completer): New function.
6240 (focus_completer): Call window_name_completer. All old content
6241 moved into window_name_completer.
6242 (winheight_completer): New function.
6243 (_initialize_tui_win): Rename variable. Add completer to
6244 winheight command. Update doc string on winheight.
6245
6246 2015-07-12 Sandra Loosemore <sandra@codesourcery.com>
6247
6248 * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Register
6249 all nios2 mach variants.
6250
6251 2015-07-10 Kevin Buettner <kevinb@redhat.com>
6252
6253 * rx-tdep.c (rx_get_opcode_byte): Use target_read_code instead
6254 of target_read_memory.
6255
6256 2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6257
6258 * tui/tui-win.c (tui_set_win_height): Use a cleanup to free the
6259 string copy.
6260 (parse_scrolling_args): Likewise.
6261
6262 2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6263
6264 * tui/tui-win.c (focus_completer): Don't duplicate the tui window
6265 names in this function.
6266
6267 2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6268
6269 * tui/tui-data.h (SRC_NAME): Convert to lower case.
6270 (CMD_NAME): Likewise.
6271 (DATA_NAME): Likewise.
6272 (DISASSEM_NAME): Likewise.
6273 * tui/tui-win.c (tui_set_focus): Window names are now lower case.
6274 (tui_set_win_height): Likewise.
6275 (parse_scrolling_args): Likewise.
6276
6277 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6278
6279 * record-btrace.c (record_btrace_goto_begin)
6280 (record_btrace_goto_end, record_btrace_goto): Move call to
6281 print_stack_frame ...
6282 (record_btrace_set_replay): ... here. Set stop_pc.
6283 * record-full.c (record_full_goto_entry): Set stop_pc.
6284
6285 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6286
6287 * NEWS: Mention support for tracepoints on aarch64-linux.
6288
6289 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6290
6291 * linux-aarch64-low.c (aarch64_supports_tracepoints): New
6292 function. Return 1.
6293 (the_low_target): Install it.
6294
6295 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6296
6297 * gdb.trace/backtrace.exp: Set registers for aarch64 target.
6298 * gdb.trace/collection.exp: Likewise.
6299 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6300 * gdb.trace/mi-trace-unavailable.exp: Likewise.
6301 * gdb.trace/report.exp: Likewise.
6302 * gdb.trace/trace-break.exp: Likewise.
6303 * gdb.trace/unavailable.exp: Likewise.
6304 * gdb.trace/while-dyn.exp: Likewise.
6305
6306 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6307
6308 * aarch64-tdep.c: Add ax.h and ax-gdb.h includes.
6309 (aarch64_gen_return_address): New function.
6310 (aarch64_gdbarch_init): Hook it.
6311
6312 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6313
6314 * aarch64-tdep.c (aarch64_make_stub_cache): Set available_p and
6315 swallow NOT_AVAILABLE_ERROR.
6316 (aarch64_stub_this_id): Call frame_id_build_unavailable_stack if
6317 available_p is not set.
6318 (aarch64_stub_frame_unwind_stop_reason): New function.
6319 (aarch64_stub_unwind): Install it.
6320
6321 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6322
6323 * aarch64-tdep.c (aarch64_prologue_cache) <available_p>: New
6324 field.
6325 (aarch64_make_prologue_cache_1): New function, factored out from
6326 aarch64_make_prologue_cache. Do not allocate cache. Set
6327 available_p.
6328 (aarch64_make_prologue_cache): Reimplement wrapping
6329 aarch64_make_prologue_cache_1, and swallowing
6330 NOT_AVAILABLE_ERROR.
6331 (aarch64_prologue_frame_unwind_stop_reason): New function.
6332 Return UNWIND_UNAVAILABLE if available_p is not set.
6333 (aarch64_prologue_unwind): Install it.
6334 (aarch64_prologue_this_id): Move prev_pc and prev_sp limit
6335 checks into aarch64_prologue_frame_unwind_stop_reason. Call
6336 frame_id_build_unavailable_stack if available_p is not set.
6337
6338 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6339
6340 * aarch64-tdep.c (aarch64_prologue_cache) <func, prev_pc>: New
6341 fields.
6342 (aarch64_scan_prologue): Set prev_pc.
6343 (aarch64_make_prologue_cache): Set func.
6344 (aarch64_make_stub_cache): Set prev_pc.
6345 (aarch64_prologue_this_id): Remove local variables id, pc and
6346 func. Read prev_pc and func from cache.
6347 (aarch64_stub_this_id): Read prev_pc from cache.
6348
6349 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6350
6351 * aarch64-tdep.c (aarch64_make_stub_cache): Update comment. New
6352 argument this_cache. Remove unused local variables reg and
6353 unwound_fp. Return early if this_cache is already set. Set
6354 this_cache.
6355 (aarch64_stub_this_id): Update call to aarch64_make_stub_cache.
6356
6357 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6358
6359 * aarch64-tdep.c (aarch64_make_prologue_cache): Update comment.
6360 New argument this_cache. Return early if this_cache is already
6361 set. Set this_cache.
6362 (aarch64_prologue_this_id): Update call to
6363 aarch64_make_prologue_cache.
6364 (aarch64_prologue_prev_register): Likewise.
6365 (aarch64_normal_frame_base): Likewise.
6366
6367 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6368
6369 * c-valprint.c (c_val_print): Factor out memberptr printing code
6370 from c_val_print to ...
6371 (c_val_print_memberptr): ... this new function.
6372
6373 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6374
6375 * c-valprint.c (c_val_print): Factor out int printing code to ...
6376 (c_val_print_int): ... this new function.
6377
6378 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6379
6380 * c-valprint.c (c_val_print): Factor out struct and union
6381 printing code to ...
6382 (c_val_print_struct): ... this new function ...
6383 (c_val_print_union): ... and this new function.
6384
6385 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6386
6387 * c-valprint.c (c_val_print): Factor out pointer printing code
6388 to ...
6389 (c_val_print_ptr): ... this new function.
6390
6391 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6392
6393 * c-valprint.c (c_valprint): Factor our array printing code from
6394 c_val_print to ...
6395 (c_val_print_array): ... 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 (print_unpacked_pointer): ... this new function.
6402
6403 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6404
6405 * c-valprint.c (c_val_print): Remove an assignment to i and move
6406 its declaration.
6407
6408 2015-07-09 Yao Qi <yao.qi@linaro.org>
6409
6410 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Add
6411 argument ptid. Update comments. Caller update.
6412
6413 2015-07-09 Markus Metzger <markus.t.metzger@intel.com>
6414
6415 * btrace.c (pt_print_packet): Print stop, vmcs, tma, mtc, cyc, and
6416 mnt packets.
6417
6418 2015-07-09 Markus Metzger <markus.t.metzger@intel.com>
6419
6420 * btrace.c (btrace_pt_readmem_callback): Change type of PC argument.
6421
6422 2015-07-08 Simon Marchi <simon.marchi@ericsson.com>
6423
6424 * progspace.c (delete_program_space): Add missing spaces.
6425
6426 2015-07-08 Simon Marchi <simon.marchi@ericsson.com>
6427
6428 * inferior.c (delete_inferior_1): Rename to ...
6429 (delete_inferior): ..., remove 'silent' parameter, delete
6430 program space when unused and remove call to prune_program_spaces.
6431 Remove the old, unused, delete_inferior.
6432 (delete_inferior_silent): Remove.
6433 (prune_inferiors): Change call from delete_inferior_1 to
6434 delete_inferior and remove 'silent' parameter. Remove call to
6435 prune_program_spaces.
6436 (remove_inferior_command): Idem.
6437 * inferior.h (delete_inferior_1): Rename to...
6438 (delete_inferior): ..., remove 'silent' parameter and remove the
6439 original delete_inferior.
6440 (delete_inferior_silent): Remove.
6441 * mi/mi-main.c (mi_cmd_remove_inferior): Change call from
6442 delete_inferior_1 to delete_inferior and remove 'silent'
6443 parameter.
6444 * progspace.c (prune_program_spaces): Remove.
6445 (pspace_empty_p): Rename to...
6446 (program_space_empty_p): ... and make non-static.
6447 (delete_program_space): New.
6448 * progspace.h (prune_program_spaces): Remove declaration.
6449 (program_space_empty_p): New declaration.
6450 (delete_program_space): New declaration.
6451 * monitor.c (monitor_close): Replace call to
6452 delete_thread_silent and delete_inferior_silent with
6453 discard_all_inferiors.
6454
6455 2015-07-08 Patrick Palka <patrick@parcs.ath.cx>
6456
6457 * defs.h (deprecated_register_changed_hook): Remove prototype.
6458 * interps.c (clear_iterpreter_hooks): Remove reference to
6459 deprecated_register_changed_hook.
6460 * top.c (deprecated_register_changed_hook): Remove prototype.
6461 * valops.c (value_assign): Remove reference to
6462 deprecated_register_changed_hook.
6463 * tui/tui-hooks.c (tui_register_changed): Add parameter "frame".
6464 Add comment documenting the function.
6465 (tui_register_changed_observer): Define.
6466 (tui_install_hooks): Remove reference to
6467 deprecated_register_changed_hook. Set
6468 tui_register_changed_observer.
6469 (tui_remove_hooks): Remove reference to
6470 deprecated_register_changed_hook. Unset
6471 tui_register_changed_observer.
6472
6473 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6474
6475 PR compile/18484
6476 * compile/compile-c-types.c (insert_type): Change gdb_assert to error.
6477
6478 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
6479
6480 PR exp/18617
6481 * ax-gdb.c (gen_conversion): Extend to 'to' bits, not 'from'.
6482
6483 2015-07-08 Markus Metzger <markus.t.metzger@intel.com>
6484
6485 * MAINTAINERS (Write After Approval): Add Markus T. Metzger.
6486
6487 2015-07-08 Markus Metzger <markus.t.metzger@intel.com>
6488
6489 * nat/linux-btrace.c (kernel_supports_bts, kernel_supports_pt):
6490 Use safe_strerror() instead of strerror().
6491
6492 2015-07-07 Yao Qi <yao.qi@linaro.org>
6493
6494 * features/arm-with-m-fpa-layout.xml: Set architecture to arm.
6495 * features/arm-with-m-fpa-layout.c: Regenerated.
6496 * features/arm-with-m-vfp-d16.xml: Likewise.
6497 * features/arm-with-m-vfp-d16.c: Regenerated.
6498 * features/arm-with-m.xml: Likewise.
6499 * features/arm-with-m.c: Regenerated.
6500 * features/arm-with-neon.xml: Likewise.
6501 * features/arm-with-neon.c: Regenerated.
6502 * features/arm-with-vfpv2.xml: Likewise.
6503 * features/arm-with-vfpv2.c: Regenerated.
6504 * features/arm-with-vfpv3.xml: Likewise.
6505 * features/arm-with-vfpv3.c: Regenerated.
6506
6507 2015-07-07 Yao Qi <yao.qi@linaro.org>
6508
6509 * aarch32-linux-nat.h (VFP_REGS_SIZE): New macro, moved from
6510 arm-linux-nat.c.
6511 * aarch64-linux-nat.c: Include aarch32-linux-nat.h and
6512 elf/external.h.
6513 (fetch_gregs_from_thread): Call aarch32_gp_regcache_supply
6514 if target is 32-bit.
6515 (store_gregs_to_thread): Call aarch32_gp_regcache_collect
6516 if target is 32-bit.
6517 (fetch_fpregs_from_thread): Call aarch32_vfp_regcache_supply
6518 if target is 32-bit.
6519 (store_fpregs_to_thread): Call aarch32_vfp_regcache_collect
6520 if target is 32-bit.
6521 (tdesc_arm_with_vfpv3, tdesc_arm_with_neon): Declare.
6522 (aarch64_linux_read_description): Return the right target
6523 description.
6524 * arm-linux-nat.c (VFP_REGS_SIZE): Moved to aarch32-linux-nat.h.
6525 * config/aarch64/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
6526 * configure.tgt (aarch64*-*-linux*): Add arm-tdep.o and
6527 arm-linux-tdep.o.
6528
6529 2015-07-07 Yao Qi <yao.qi@linaro.org>
6530
6531 * aarch32-linux-nat.c: New file.
6532 * aarch32-linux-nat.h: New file.
6533 * arm-linux-nat.c: Include aarch32-linux-nat.h.
6534 (fetch_regs): Move code to aarch32-linux-nat.c. Call
6535 aarch32_gp_regcache_supply.
6536 (store_regs): Move code to aarch32-linux-nat.c. Call
6537 aarch32_gp_regcache_collect.
6538 (fetch_vfp_regs): Move code to aarch32-linux-nat.c. Call
6539 aarch32_vfp_regcache_supply.
6540 (store_vfp_regs): Move code to aarch32-linux-nat.c. Call
6541 aarch32_vfp_regcache_collect.
6542 * config/arm/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
6543
6544 2015-07-07 Yao Qi <yao.qi@linaro.org>
6545
6546 * arm-linux-nat.c (store_fpregister): Remove.
6547 (store_register): Likewise.
6548 (fetch_fpregister): Likewise.
6549 (fetch_register): Likewise.
6550 (arm_linux_store_inferior_registers): Call store_regs and
6551 store_fpregs instead.
6552 (arm_linux_fetch_inferior_registers): Call fetch_fpregs and
6553 fetch_regs instead.
6554
6555 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6556
6557 * doc/gdb.texinfo (TUI): Restructure documentation on TUI layout
6558 and focus commands.
6559
6560 2015-07-06 Joel Brobecker <brobecker@adacore.com>
6561
6562 * NEWS: Create a new section for the next release branch.
6563 Rename the section of the current branch, now that it has
6564 been cut.
6565
6566 2015-07-06 Joel Brobecker <brobecker@adacore.com>
6567
6568 GDB 7.10 branch created (66c4b3e8a628a207bc6aafef6af0c4128195f56e):
6569 * version.in: Bump version to 7.10.50.DATE-cvs.
6570
6571 2015-07-06 Luis Machado <lgustavo@codesourcery.com>
6572
6573 * breakpoint.c (remove_breakpoint_1): Don't handle permanent
6574 breakpoints in a special way.
6575 (remove_breakpoint): Likewise.
6576 (mark_breakpoints_out): Likewise.
6577
6578 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6579
6580 * doc/gdb.texinfo (TUI): Add comma after @xref.
6581
6582 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6583
6584 * tui/tui-win.c (tui_set_focus): Use structure member 'generic'
6585 instead of casting the structure type.
6586
6587 2015-07-06 Simon Marchi <simon.marchi@ericsson.com>
6588
6589 * valops.c (search_struct_field): Remove OFFSET parameter.
6590 (value_cast_structs): Adjust calls to search_struct_field.
6591 (value_struct_elt): Same.
6592 (find_overload_match): Same.
6593
6594 2015-07-06 Simon Marchi <simon.marchi@ericsson.com>
6595
6596 * value.c (value_fetch_lazy): Update comment, change return
6597 value to void.
6598 * value.h (value_fetch_lazy): Change return value to void.
6599
6600 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6601
6602 * tui/tui-data.c (tui_partial_win_by_name): Window name is const.
6603 (tui_win_name): Make parameter and result const.
6604 * tui/tui-data.h (tui_win_name): Make parameter and result const.
6605
6606 2015-07-06 Patrick Palka <patrick@parcs.ath.cx>
6607
6608 * i386-tdep.c (i386_mpx_info_bounds): Don't call error, instead
6609 use printf_unfiltered.
6610 (set_mpx_cmd): Add missing trailing space to command string
6611 literal.
6612 (_initialize_i386_tdep): Give the "mpx" prefix command its
6613 correct name.
6614
6615 2015-07-02 Kevin Buettner <kevinb@redhat.com>
6616
6617 * rx-tdep.c (RX_USP_REGNUM, RX_BPC_REGNUM): New constants.
6618 (enum rx_frame_type): New.
6619 (struct rx_prologue): Add new field `frame_type'.
6620 (rx_analyze_prologue): Add `frame_type' parameter. Cache this
6621 parameter in the prologue struct. Add code for recording
6622 locations of PC and PSW for fast interrupt and exception frames.
6623 (rx_skip_prologue): Adjust call to rx_analyze_prologue.
6624 (rx_analyze_frame_prologue): Add `frame_type' parameter.
6625 (rx_frame_type): New function.
6626 (rx_frame_base): Fetch frame type and pass it to rx_analyze_prologue.
6627 (rx_frame_this_id): Rename parameter `this_prologue_cache' to
6628 `this_cache'.
6629 (rx_frame_prev_register): Rename parameter `this_prologue_cache' to
6630 `this_cache'. Add cases for RX_FRAME_TYPE_EXCEPTION and
6631 RX_FRAME_TYPE_FAST_INTERRUPT.
6632 (normal_frame_p, exception_frame_p, rx_frame_sniffer_common)
6633 (rx_frame_sniffer, rx_exception_sniffer): New functions.
6634 (rx_frame_unwind): Use rx_frame_sniffer instead of
6635 default_frame_sniffer.
6636 (rx_frame_unwind): New unwinder.
6637 (rx_gdbarch_init): Register new unwinder.
6638
6639 2015-07-02 Kevin Buettner <kevinb@redhat.com>
6640
6641 * rx-tdep.c (RX_BPSW_REGNUM, RX_FPSW_REGNUM): New constants.
6642 (struct gdbarch_tdep): Add fields rx_psw_type and rx_fpsw_type.
6643 (rx_register_type): Add cases for RX_PSW_REGNUM, RX_BPSW_REGNUM,
6644 and RX_FPSW_REGNUM.
6645 (rx_gdbarch_init): Initialize PSW, BPSW, and FPSW flags types.
6646
6647 2015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6648
6649 Fix GCC false warning.
6650 * s390-linux-tdep.c (s390_handle_arg): Initialize VAL.
6651
6652 2015-07-02 Yao Qi <yao.qi@linaro.org>
6653
6654 * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Fix
6655 typo in the debugging message.
6656
6657 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
6658
6659 * btrace.c: Include gdbcmd.h, cli/cli-utils.h, and ctype.h.
6660 (maint_btrace_cmdlist, maint_btrace_set_cmdlist)
6661 (maint_btrace_show_cmdlist, maint_btrace_pt_set_cmdlist)
6662 (maint_btrace_pt_show_cmdlist, maint_btrace_pt_skip_pad)
6663 (btrace_maint_clear): New.
6664 (btrace_fetch, btrace_clear): Call btrace_maint_clear.
6665 (pt_print_packet, btrace_maint_decode_pt)
6666 (btrace_maint_update_pt_packets, btrace_maint_update_packets)
6667 (btrace_maint_print_packets, get_uint, get_context_size, no_chunk)
6668 (maint_btrace_packet_history_cmd)
6669 (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
6670 (maint_btrace_cmd, maint_btrace_set_cmd, maint_btrace_show_cmd)
6671 (maint_btrace_pt_set_cmd, maint_btrace_pt_show_cmd)
6672 (maint_info_btrace_cmd, _initialize_btrace): New.
6673 * btrace.h (btrace_pt_packet, btrace_pt_packet_s)
6674 (btrace_maint_packet_history, btrace_maint_info): New.
6675 (btrace_thread_info) <maint>: New.
6676 * NEWS: Announce it.
6677
6678 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
6679
6680 * btrace.c (btrace_fetch): Append the new trace data.
6681 (btrace_clear): Clear the stored trace data.
6682 * btrace.h (btrace_thread_info) <data>: New.
6683 * common/btrace-common.h (btrace_data_clear)
6684 (btrace_data_append): New.
6685 * common/btrace-common.c (btrace_data_clear)
6686 (btrace_data_append): New.
6687
6688 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
6689
6690 * nat/linux-btrace.c (linux_enable_bts): Check for
6691 PERF_ATTR_SIZE_VER5.
6692 Check for data_offset and data_size fields. Use them.
6693
6694 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
6695
6696 * NEWS: Announce new commands "record btrace pt" and "record pt".
6697 Announce new options "set|show record btrace pt buffer-size".
6698 * btrace.c: Include "rsp-low.h".
6699 Include "inttypes.h".
6700 (btrace_add_pc): Add forward declaration.
6701 (pt_reclassify_insn, ftrace_add_pt, btrace_pt_readmem_callback)
6702 (pt_translate_cpu_vendor, btrace_finalize_ftrace_pt)
6703 (btrace_compute_ftrace_pt): New.
6704 (btrace_compute_ftrace): Support BTRACE_FORMAT_PT.
6705 (check_xml_btrace_version): Update version check.
6706 (parse_xml_raw, parse_xml_btrace_pt_config_cpu)
6707 (parse_xml_btrace_pt_raw, parse_xml_btrace_pt)
6708 (btrace_pt_config_cpu_attributes, btrace_pt_config_children)
6709 (btrace_pt_children): New.
6710 (btrace_children): Add support for "pt".
6711 (parse_xml_btrace_conf_pt, btrace_conf_pt_attributes): New.
6712 (btrace_conf_children): Add support for "pt".
6713 * btrace.h: Include "intel-pt.h".
6714 (btrace_pt_error): New.
6715 * common/btrace-common.c (btrace_format_string, btrace_data_fini)
6716 (btrace_data_empty): Support BTRACE_FORMAT_PT.
6717 * common/btrace-common.h (btrace_format): Add BTRACE_FORMAT_PT.
6718 (struct btrace_config_pt): New.
6719 (struct btrace_config)<pt>: New.
6720 (struct btrace_data_pt_config, struct btrace_data_pt): New.
6721 (struct btrace_data)<pt>: New.
6722 * features/btrace-conf.dtd (btrace-conf)<pt>: New.
6723 (pt): New.
6724 * features/btrace.dtd (btrace)<pt>: New.
6725 (pt, pt-config, cpu): New.
6726 * nat/linux-btrace.c (perf_event_read, perf_event_read_all)
6727 (perf_event_pt_event_type, kernel_supports_pt)
6728 (linux_supports_pt): New.
6729 (linux_supports_btrace): Support BTRACE_FORMAT_PT.
6730 (linux_enable_bts): Free tinfo on error.
6731 (linux_enable_pt): New.
6732 (linux_enable_btrace): Support BTRACE_FORMAT_PT.
6733 (linux_disable_pt): New.
6734 (linux_disable_btrace): Support BTRACE_FORMAT_PT.
6735 (linux_fill_btrace_pt_config, linux_read_pt): New.
6736 (linux_read_btrace): Support BTRACE_FORMAT_PT.
6737 * nat/linux-btrace.h (struct btrace_tinfo_pt): New.
6738 (struct btrace_target_info)<pt>: New.
6739 * record-btrace.c (set_record_btrace_pt_cmdlist)
6740 (show_record_btrace_pt_cmdlist): New.
6741 (record_btrace_print_pt_conf): New.
6742 (record_btrace_print_conf): Support BTRACE_FORMAT_PT.
6743 (btrace_ui_out_decode_error): Support BTRACE_FORMAT_PT.
6744 (cmd_record_btrace_pt_start): New.
6745 (cmd_record_btrace_start): Support BTRACE_FORMAT_PT.
6746 (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): New.
6747 (_initialize_record_btrace): Add new commands.
6748 * remote.c (PACKET_Qbtrace_pt, PACKET_Qbtrace_conf_pt_size): New.
6749 (remote_protocol_features): Add "Qbtrace:pt".
6750 Add "Qbtrace-conf:pt:size".
6751 (remote_supports_btrace): Support BTRACE_FORMAT_PT.
6752 (btrace_sync_conf): Support PACKET_Qbtrace_conf_pt_size.
6753 (remote_enable_btrace): Support BTRACE_FORMAT_PT.
6754 (_initialize_remote): Add new commands.
6755
6756 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
6757
6758 * configure.ac: check for libipt
6759 * configure: Regenerate.
6760 * config.in: Regenerate.
6761 * Makefile.in (LIBIPT): New.
6762 (CLIBS): Add $LIBIPT.
6763 * NEWS: document new configure options
6764
6765 2015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6766
6767 * compile/compile-object-load.c (compile_object_load): Replace debug
6768 message "lookup undefined ELF symbol" by 3 more specific messages.
6769
6770 2015-07-01 Kevin Buettner <kevinb@redhat.com>
6771
6772 * rl78-tdep.c (struct gdbarch_tdep): Add new field, rl78_psw_type.
6773 (rl78_register_type): Add case for RL78_PSW_REGNUM.
6774 (rl78_gdbarch_init): Initialize rl78_psw_type.
6775
6776 2015-07-01 Patrick Palka <patrick@parcs.ath.cx>
6777
6778 * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
6779 Update commentary. Always refresh the registers when frame
6780 information has changed.
6781 * tui/tui-stack.c (tui_show_frame_info): Update commentary.
6782 Change return type to int. Return 1 if frame information has
6783 changed, 0 otherwise.
6784 (tui_before_prompt): Update commentary.
6785 * tui/tui-stack.h (tui_show_frame_info): Change return type to
6786 int.
6787
6788 2015-06-30 Patrick Palka <patrick@parcs.ath.cx>
6789
6790 PR tui/13378
6791 * frame.c (select_frame): Remove reference to
6792 deprecated_selected_frame_level_changed_hook.
6793 * frame.h (deprecated_selected_frame_level_changed_hook): Remove
6794 declaration.
6795 * stack.c (deprecated_selected_frame_level_changed_hook):
6796 Likewise.
6797 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook):
6798 Rename to ...
6799 (tui_refresh_frame_and_register_information): ... this. Bail
6800 out if there is no stack. Don't update register information
6801 unless registers_too_p is true.
6802 (tui_print_frame_info_listing_hook): Rename to ...
6803 (tui_dummy_print_frame_info_listing_hook): ... this.
6804 (tui_before_prompt): New function.
6805 (tui_normal_stop): New function.
6806 (tui_before_prompt_observer): New observer.
6807 (tui_normal_stop_observer): New observer.
6808 (tui_install_hooks): Set
6809 deprecated_print_frame_info_listing_hook to
6810 tui_dummy_print_frame_info_listing_hook. Register
6811 tui_before_prompt_observer to call tui_before_prompt and
6812 tui_normal_stop_observer to call tui_normal_stop. Remove
6813 reference to deprecated_selected_frame_level_changed_hook.
6814 (tui_remove_hooks): Detach and unset tui_before_prompt_observer
6815 and tui_normal_stop_observer. Remove reference to
6816 deprecated_selected_frame_level_changed_hook.
6817
6818 2015-06-30 Patrick Palka <patrick@parcs.ath.cx>
6819
6820 PR tui/13378
6821 * tui/tui-stack.c (tui_set_locator_info): Change prototype to
6822 return an int instead of void. Return whether the locator
6823 window has changed.
6824 (tui_show_frame_info): If the locator info has not changed, then
6825 bail out early to avoid refreshing the windows.
6826
6827 2015-06-30 Patrick Palka <patrick@parcs.ath.cx>
6828
6829 * tui/tui-stack.c (tui_set_locator_info): Explicitly pass
6830 LOCATOR_WIN to tui_alloc_content.
6831
6832 2015-06-30 Yao Qi <yao.qi@linaro.org>
6833
6834 PR tdep/18605
6835 * arm-tdep.c (arm_get_next_pc_raw): Break for media
6836 instructions.
6837
6838 2015-06-29 Kevin Buettner <kevinb@redhat.com>
6839
6840 * rx-tdep.c (RX_PSW_REGNUM): New enum constant.
6841 (rx_dwarf_reg_to_regnum): New function.
6842 (rx_gdbarch_init): Register rx_dwarf_reg_to_regnum. Use dwarf2
6843 unwinding.
6844
6845 2015-06-29 Pedro Alves <palves@redhat.com>
6846
6847 PR threads/18127
6848 * infcall.c (run_inferior_call): On infcall success, if the thread
6849 was marked stopped before, reset it back to stopped.
6850 * infrun.c (resume): Don't suppress the set_running calls when
6851 doing an infcall.
6852 (normal_stop): Only discard the finish_thread_state cleanup if the
6853 infcall succeeded.
6854
6855 2015-06-29 Pierre Langlois <pierre.langlois@arm.com>
6856
6857 * MAINTAINERS (Write After Approval): Update my email address.
6858
6859 2015-06-26 Keith Seitz <keiths@redhat.com>
6860 Doug Evans <dje@google.com>
6861
6862 PR 16253
6863 * block.c (block_lookup_symbol): For non-function blocks,
6864 continue to search for a symbol with an exact domain match
6865 Otherwise, return any previously found "best domain" symbol.
6866 (block_lookup_symbol_primary): Likewise.
6867
6868 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6869
6870 * NEWS: Mention the new option "history remove-duplicates".
6871 * top.c (history_remove_duplicates): New static variable.
6872 (show_history_remove_duplicates): New static function.
6873 (gdb_add_history): Conditionally remove duplicate history
6874 entries.
6875 (init_main): Add "history remove-duplicates" option.
6876
6877 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6878
6879 * tui/tui-win.c (focus_completer): New static function.
6880 (_initialize_tui_win): Set the completion function of the
6881 "focus" command to focus_completer.
6882
6883 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6884
6885 * linespec.c (minsym_found): Reset sal.PC for COMPUNIT_LOCATIONS_VALID
6886 and language_asm..
6887 * symtab.c (find_function_start_sal): Likewise.
6888
6889 2015-06-25 Gary Benson <gbenson@redhat.com>
6890
6891 * solib.c (solib_find_1): Set local variable sysroot to NULL if
6892 it is the empty string after trailing slashes have been stripped.
6893
6894 2015-06-25 Gary Benson <gbenson@redhat.com>
6895
6896 * exec.c (exec_file_locate_attach): Remove gdb_sysroot NULL check.
6897 * infrun.c (follow_exec): Likewise.
6898 * remote.c (remote_filesystem_is_local): Likewise.
6899 * solib.c (solib_find_1): Likewise.
6900
6901 2015-06-24 Keith Seitz <keiths@redhat.com>
6902
6903 * build-id.c (build_id_to_debug_bfd): Add cleanup to free
6904 return value from lrealpath.
6905
6906 2015-06-24 Mike Frysinger <vapier@gentoo.org>
6907
6908 * remote-sim.c (gdbsim_open): Move sysroot update to the top.
6909
6910 2015-06-24 Mike Frysinger <vapier@gentoo.org>
6911
6912 * remote-sim.c: Include gdb_bfd.h.
6913 (gdbsim_open): Declare new local sysroot pointing to gdb_sysroot.
6914 Skip TARGET_SYSROOT_PREFIX in gdb_sysroot when it is active.
6915
6916 2015-06-24 Yao Qi <yao.qi@linaro.org>
6917
6918 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't call
6919 set_gdbarch_get_siginfo_type.
6920 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
6921 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
6922 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
6923 * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
6924 * ppc-linux-tdep.c (ppc_linux_init_abi): Likewise.
6925 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
6926 * tilegx-linux-tdep.c (tilegx_linux_init_abi): Likewise.
6927 * linux-tdep.c (linux_get_siginfo_type): Change it to static.
6928 (linux_init_abi): Call set_gdbarch_get_siginfo_type.
6929 * linux-tdep.h (linux_get_siginfo_type): Remove the declaration.
6930
6931 2015-06-24 Gary Benson <gbenson@redhat.com>
6932
6933 * common/buffer.c (stdint.h): Do not include.
6934 * common/print-utils.c (stdint.h): Likewise.
6935 * compile/compile-c-symbols.c (gdb_assert.h): Likewise.
6936 * compile/compile-c-types.c (gdb_assert.h): Likewise.
6937 * ft32-tdep.c (gdb_assert.h): Likewise.
6938 * guile/scm-utils.c (stdint.h): Likewise.
6939 * i386-linux-tdep.c (stdint.h): Likewise.
6940 * i386-tdep.c (stdint.h): Likewise.
6941 * nat/linux-btrace.c (stdint.h): Likewise.
6942 * nat/linux-btrace.h (stdint.h): Likewise.
6943 * nat/linux-ptrace.c (stdint.h): Likewise.
6944 * nat/mips-linux-watch.h (stdint.h): Likewise.
6945 * ppc-linux-nat.c (stdint.h): Likewise.
6946 * python/python-internal.h (stdint.h): Likewise.
6947 * stub-termcap.c (stdlib.h): Likewise.
6948 * target/target.h (stdint.h): Likewise.
6949 * xtensa-linux-nat.c (stdint.h): Likewise.
6950
6951 2015-06-23 Patrick Palka <patrick@parcs.ath.cx>
6952
6953 * top.c (init_history): Look at errno after calling strtol to
6954 properly map large GDBHISTSIZE values to infinity.
6955
6956 2015-06-23 Doug Evans <dje@google.com>
6957
6958 * inferior.h (struct inferior_suspend_state): Delete, unused.
6959 All references deleted.
6960
6961 2015-06-23 Mike Frysinger <vapier@gentoo.org>
6962
6963 * microblaze-tdep.c (microblaze_push_dummy_code): Delete.
6964 (microblaze_push_dummy_call): Likewise.
6965 (microblaze_gdbarch_init): Delete calls to set_gdbarch_push_dummy_code
6966 and set_gdbarch_push_dummy_call.
6967
6968 2015-06-23 Yao Qi <yao.qi@linaro.org>
6969
6970 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
6971 Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly.
6972 (amd64_linux_store_inferior_registers): Likewise.
6973 * arm-linux-nat.c (fetch_fpregister): Likewise.
6974 (fetch_fpregs, store_fpregister): Likewise.
6975 (store_fpregister, store_fpregs): Likewise.
6976 (fetch_register, fetch_regs): Likewise.
6977 (store_register, store_regs): Likewise.
6978 (fetch_vfp_regs, store_vfp_regs): Likewise.
6979 (arm_linux_read_description): Check have_ptrace_getregset is
6980 TRIBOOL_UNKNOWN. Set have_ptrace_getregset to TRIBOOL_TRUE
6981 or TRIBOOL_FALSE.
6982 * i386-linux-nat.c (fetch_xstateregs): Check
6983 have_ptrace_getregset is not TRIBOOL_TRUE.
6984 (store_xstateregs): Likewise.
6985 * linux-nat.c (have_ptrace_getregset): Change its type to
6986 enum tribool.
6987 * linux-nat.h (tribool): New enum.
6988 * x86-linux-nat.c (x86_linux_read_description): Use enum tribool.
6989 Check whether have_ptrace_getregset is TRIBOOL_TRUE.
6990
6991 2015-06-19 Doug Evans <dje@google.com>
6992
6993 * NEWS: Mention Sun's version of stabs is no longer supported.
6994 * elfread.c (free_elfinfo): Delete. All uses updated.
6995 (elfstab_offset_sections): Delete. All uses updated.
6996 * gdb-stabs.h (stab_section_info): Delete. All uses updated.
6997 * psympriv.h (partial_symtab) <section_offsets>: Delete.
6998 All uses updated.
6999 * psymtab.c (start_psymtab_common): Delete arg section_offsets.
7000 All callers updated.
7001
7002 2015-06-18 Simon Marchi <simon.marchi@ericsson.com>
7003
7004 * common/rsp-low.c (needs_escaping): New.
7005 (remote_escape_output): Add unit_size parameter. Refactor to
7006 support multi-byte addressable units. Rename parameters.
7007 * common/rsp-low.h (remote_escape_output): Add unit_size
7008 parameter and rename others. Update doc.
7009 * remote.c (align_for_efficient_write): New.
7010 (remote_write_bytes_aux): Add unit_size parameter and use it.
7011 Rename some variables. Update doc.
7012 (remote_xfer_partial): Get unit size and use it.
7013 (remote_read_bytes_1): Add unit_size parameter and use it.
7014 Rename some variables. Update doc.
7015 (remote_write_bytes): Same.
7016 (remote_xfer_live_readonly_partial): Same.
7017 (remote_read_bytes): Same.
7018 (remote_flash_write): Update call to remote_write_bytes_aux.
7019 (remote_write_qxfer): Update call to remote_escape_output.
7020 (remote_search_memory): Same.
7021 (remote_hostio_pwrite): Same.
7022
7023 2015-06-17 Luis Machado <lgustavo@codesourcery.com>
7024
7025 * breakpoint.c (add_location_to_breakpoint): Don't mark permanent
7026 locations as inserted.
7027 Update and expand comment about permanent locations.
7028 (bp_loc_is_permanent): Don't return 0 for bp_call_dummy.
7029 Move comment to add_location_to_breakpoint.
7030 (update_global_location_list): Don't error out if a permanent
7031 breakpoint is not marked inserted.
7032 Don't error out if a non-permanent breakpoint location is inserted on
7033 top of a permanent breakpoint.
7034
7035 2015-06-17 Luis Machado <lgustavo@codesourcery.com>
7036
7037 * breakpoint.c (make_breakpoint_permanent): Remove unused
7038 function.
7039 * breakpoint.h (make_breakpoint_permanent): Remove declaration.
7040
7041 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7042
7043 PR gdb/16999
7044 * NEWS: Mention new GDBHISTSIZE behavior.
7045 * top.c (init_history): For null or out-of-range GDBHISTSIZE,
7046 set history size to unlimited. Ignore non-numeric GDBHISTSIZE.
7047
7048 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7049
7050 * NEWS: Mention that GDBHISTSIZE is read instead of HISTSIZE.
7051 * top.c (init_history): Read from GDBHISTSIZE instead of
7052 HISTSIZE.
7053 (init_main): Refer to GDBHISTSIZE instead of HISTSIZE.
7054
7055 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7056
7057 * top.c (gdb_safe_append_history): Do not call
7058 history_truncate_file if the history is not stifled.
7059
7060 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7061
7062 * syscalls/s390-linux.xml: Add syscalls 344 through 354.
7063 * syscalls/s390x-linux.xml: Likewise.
7064
7065 2015-06-16 Michael Eager <eager@eagercon.com>
7066
7067 * nat/linux-namespaces.c (MSG_CMSG_CLOEXEC): Define if not defined.
7068
7069 2015-06-16 Patrick Palka <patrick@parcs.ath.cx>
7070
7071 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Call
7072 target_terminal_ours_for_output() before calling
7073 tui_show_frame_info(), and restore the original terminal
7074 settings afterwards.
7075
7076 2015-06-16 Martin Simmons <martin@lispworks.com> (tiny patch)
7077
7078 * arm-linux-nat.c: Include nat/linux-ptrace.h.
7079
7080 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
7081
7082 * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable
7083 memory unit size.
7084 (mi_cmd_data_write_memory_bytes): Same.
7085
7086 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
7087
7088 * corefile.c (write_memory): Update doc.
7089 * gdbcore.h (write_memory): Same.
7090
7091 2015-06-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7092
7093 * linux-tdep.c (enum filterflags): Make it from anonymous enum.
7094 (dump_mapping_p): Use it for parameter filterflags.
7095 (linux_find_memory_regions_full): Use it for variable filterflags.
7096
7097 2015-06-15 Aleksandar Ristovski <aristovski@qnx.com
7098 Jan Kratochvil <jan.kratochvil@redhat.com>
7099
7100 Merge multiple hex conversions.
7101 * monitor.c: Include rsp-low.h.
7102 (fromhex): Remove definition.
7103
7104 2015-06-15 Aleksandar Ristovski <aristovski@qnx.com
7105 Jan Kratochvil <jan.kratochvil@redhat.com>
7106
7107 Move utility functions to common/.
7108 * cli/cli-utils.c (skip_spaces, skip_spaces_const, skip_to_space_const):
7109 Move defs to common/common-utils.c.
7110 * cli/cli-utils.h (skip_spaces, skip_spaces_const, skip_to_space)
7111 (skip_to_space_const): Move decls to common/common-utils.h.
7112 * common/common-defs.h: Move include of common-types.h before
7113 common-utils.h.
7114 * common/common-utils.c: Include host-defs.h and ctype.h.
7115 (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int, strtoulst): Move
7116 from utils.c.
7117 (skip_spaces, skip_spaces_const, skip_to_space_const): Move from
7118 cli/cli-utils.c.
7119 * common/common-utils.h (strtoulst): Move decl from utils.h.
7120 (skip_spaces, skip_spaces_const, skip_to_space, skip_to_space_const):
7121 Move from cli/cli-utils.h.
7122 * common/host-defs.h: Include limits.h.
7123 (TARGET_CHAR_BIT, HOST_CHAR_BIT): Moved from defs.h.
7124 (skip_spaces, skip_spaces_const): Move decls from cli/cli-utils.h.
7125 * defs.h (TARGET_CHAR_BIT, HOST_CHAR_BIT): Move to
7126 common/common-utils.h.
7127 * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
7128 (strtoulst): Move to common/common-utils.c.
7129 * utils.h (strtoulst): Moved decl to common/common-utils.h.
7130
7131 2015-06-15 Yao Qi <yao.qi@linaro.org>
7132
7133 * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml.
7134
7135 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
7136
7137 * build-id.c: Don't include elf-bfd.h.
7138 (build_id_bfd_get): Use bfd_build_id.
7139 (build_id_verify): Ditto.
7140 * build-id.h: Ditto.
7141 (find_separate_debug_file_by_buildid): Ditto.
7142 * python/py-objfile.c: Don't include elf-bfd.h.
7143 (objfpy_get_build_id) Use bfd_build_id.
7144 (objfpy_build_id_matches, objfpy_lookup_objfile_by_build_id): Ditto.
7145 * coffread.c: Include build-id.h.
7146 (coff_symfile_read): Try find_separate_debug_file_by_buildid.
7147
7148 2015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
7149
7150 * windows-nat.c (do_windows_fetch_inferior_registers)
7151 (handle_output_debug_string): Replace __COPY_CONTEXT_SIZE
7152 conditional with __CYGWIN__.
7153
7154 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
7155
7156 * completer.c: Add arch-utils.h include.
7157 (enum reg_completer_targets): New enum.
7158 (reg_or_group_completer_1): New function containing old
7159 reg_or_group_completer, add and use new parameter to control what
7160 is completed on. Use get_current_arch rather than architecture of
7161 currently selected frame.
7162 (reg_or_group_completer): Call new reg_or_group_completer_1.
7163 (reggroup_completer): Call new reg_or_group_completer_1.
7164 * completer.h (reggroup_completer): Add declaration.
7165 * tui/tui-regs.c: Add 'completer.h' include.
7166 (tui_reg_next_command): Renamed to...
7167 (tui_reg_next): ...this. Adjust parameters and return rather than
7168 display new group.
7169 (tui_reg_prev_command): Renamed to...
7170 (tui_reg_prev): ...this. Adjust parameters and return rather than
7171 display new group.
7172 (tui_reg_float_command): Delete.
7173 (tui_reg_general_command): Delete.
7174 (tui_reg_system_command): Delete.
7175 (tui_reg_command): Rewrite to perform switching of register group.
7176 Add header comment.
7177 (tuireglist): Remove.
7178 (tui_reggroup_completer): New function.
7179 (_initialize_tui_regs): Remove 'tui reg' sub-commands, update
7180 creation of 'tui reg' command.
7181 * NEWS: Add comment about 'tui reg' changes.
7182
7183 2015-06-12 Simon Marchi <simon.marchi@ericsson.com>
7184
7185 * target.c (target_read): Consider addressable unit size when
7186 reading from a memory object.
7187 (read_memory_robust): Same.
7188 (read_whatever_is_readable): Same.
7189 (target_write_with_progress): Consider addressable unit size
7190 when writing to a memory object.
7191 * target.h (target_read): Update documentation.
7192 (target_write): Add documentation.
7193
7194 2015-06-12 Simon Marchi <simon.marchi@ericsson.com>
7195
7196 * arch-utils.h (default_addressable_memory_unit_size): New.
7197 * arch-utils.c (default_addressable_memory_unit_size): New.
7198 * gdbarch.sh (addressable_memory_unit_size): New.
7199 * gdbarch.h: Re-generate.
7200 * gdbarch.c: Re-generate.
7201
7202 2015-06-12 Simon Marchi <simon.marchi@ericsson.com>
7203
7204 * target.c (target_read): Rename variables and use
7205 TARGET_XFER_E_IO.
7206 (target_read_with_progress): Same.
7207 (read_memory_robust): Constify parameters and rename
7208 variables.
7209 (read_whatever_is_readable): Constify parameters,
7210 rename variables, adjust formatting.
7211 * target.h (read_memory_robust): Constify parameters.
7212
7213 2015-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7214
7215 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short
7216 synthetic (non-AltiVec) vector types.
7217 (ppc64_sysv_abi_return_value): Likewise.
7218
7219 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7220
7221 PR breakpoints/16465
7222 * breakpoint.c (create_breakpoint): Save extra_string for
7223 pending breakpoints.
7224
7225 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7226
7227 * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask
7228 and bt_mask to CORE_ADDR.
7229
7230 2015-06-11 Gary Benson <gbenson@redhat.com>
7231
7232 * nat/linux-namespaces.c (mnsh_send_message): Use pulongest.
7233 (mnsh_recv_message): Likewise.
7234
7235 2015-06-11 Walfred Tedeschi <walfred.tedeschi@intel.com>
7236
7237 * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of
7238 long long int and plongest instead of %ll.
7239
7240 2015-06-11 Gary Benson <gbenson@redhat.com>
7241
7242 * nat/linux-namespaces.c (gdb_wait.h): New include.
7243 (sys/wait.h): Do not include.
7244
7245 2015-06-10 Simon Marchi <simon.marchi@ericsson.com>
7246
7247 * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if
7248 end_sequence is true.
7249
7250 2015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7251
7252 Code cleanup.
7253 * solib-target.c (library_list_start_list): Use explicit NULL
7254 comparison.
7255
7256 2015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7257
7258 * solib-target.c (library_list_start_list): Do not dereference
7259 variable version in its initialization. Make the VERSION check handle
7260 NULL.
7261 (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL.
7262
7263 2015-06-10 Gary Benson <gbenson@redhat.com>
7264
7265 * NEWS: Announce support for direct access of executable and
7266 shared library files when attaching to inferiors in containers
7267 on GNU/Linux systems.
7268
7269 2015-06-10 Gary Benson <gbenson@redhat.com>
7270
7271 * remote.c (struct remote_state) <fs_pid>: New field.
7272 (new_remote_state): Initialize the above.
7273 (PACKET_vFile_setfs): New enum value.
7274 (remote_hostio_set_filesystem): New function.
7275 (remote_hostio_open): Call the above.
7276 (remote_hostio_unlink): Likewise.
7277 (remote_hostio_readlink): Likewise.
7278 (_initialize_remote): Register new "set/show remote
7279 hostio-setfs-packet" command.
7280 * NEWS: Announce new vFile:setfs packet.
7281
7282 2015-06-10 Gary Benson <gbenson@redhat.com>
7283
7284 * linux-nat.c (nat/linux-namespaces.h): New include.
7285 (fileio.h): Likewise.
7286 (linux_nat_filesystem_is_local): New function.
7287 (linux_nat_fileio_pid_of): Likewise.
7288 (linux_nat_fileio_open): Likewise.
7289 (linux_nat_fileio_readlink): Likewise.
7290 (linux_nat_fileio_unlink): Likewise.
7291 (linux_nat_add_target): Initialize to_filesystem_is_local,
7292 to_fileio_open, to_fileio_readlink and to_fileio_unlink.
7293 (_initialize_linux_nat): New "set/show debug linux-namespaces"
7294 commands.
7295 * NEWS: Mention new "set/show debug linux-namespaces" commands.
7296
7297 2015-06-10 Gary Benson <gbenson@redhat.com>
7298
7299 * target.h (struct inferior): New forward declaration.
7300 (struct target_ops) <to_filesystem_is_local>: Update comment.
7301 (struct target_ops) <to_fileio_open>: New argument inf.
7302 Update comment. All implementations updated.
7303 (struct target_ops) <to_fileio_unlink>: Likewise.
7304 (struct target_ops) <to_fileio_readlink>: Likewise.
7305 (target_filesystem_is_local): Update comment.
7306 (target_fileio_open): New argument inf. Update comment.
7307 (target_fileio_unlink): Likewise.
7308 (target_fileio_readlink): Likewise.
7309 (target_fileio_read_alloc): Likewise.
7310 (target_fileio_read_stralloc): Likewise.
7311 * target.c (target_fileio_open): New argument inf.
7312 Pass inf to implementation. Update debug printing.
7313 (target_fileio_unlink): Likewise.
7314 (target_fileio_readlink): Likewise.
7315 (target_fileio_read_alloc_1): New argument inf. Pass inf
7316 to target_fileio_open.
7317 (target_fileio_read_alloc): New argument inf. Pass inf to
7318 target_fileio_read_alloc_1.
7319 (target_fileio_read_stralloc): Likewise.
7320 * gdb_bfd.c (inferior.h): New include.
7321 (gdb_bfd_iovec_fileio_open): Replace unused "open_closure"
7322 argument with new argument "inferior". Pass inferior to
7323 target_fileio_open.
7324 (gdb_bfd_open): Supply inferior argument to
7325 gdb_bfd_iovec_fileio_open.
7326 * linux-tdep.c (linux_info_proc): Supply inf argument to
7327 relevant target_fileio calls.
7328 (linux_find_memory_regions_full): Likewise.
7329 (linux_fill_prpsinfo): Likewise.
7330 * remote.c (remote_filesystem_is_local): Supply inf
7331 argument to remote_hostio_open.
7332 (remote_file_put): Likewise.
7333 (remote_file_get): Likewise.
7334 (remote_file_delete): Supply inf argument to
7335 remote_hostio_unlink.
7336
7337 2015-06-10 Gary Benson <gbenson@redhat.com>
7338
7339 * inf-child.c (inf_child_fileio_open): Replace comment.
7340 (inf_child_fileio_pwrite): Likewise.
7341 (inf_child_fileio_pread): Likewise.
7342 (inf_child_fileio_fstat): Insert blank line before comment.
7343 (inf_child_fileio_close): Replace comment.
7344 (inf_child_fileio_unlink): Likewise.
7345 (inf_child_fileio_readlink): Likewise.
7346 * remote.c (remote_hostio_open): Likewise.
7347 (remote_hostio_pread): Likewise.
7348 (remote_hostio_pwrite): Likewise.
7349 (remote_hostio_close): Likewise.
7350 (remote_hostio_unlink): Likewise.
7351 (remote_hostio_readlink): Likewise.
7352 (remote_hostio_fstat): Likewise.
7353 (remote_filesystem_is_local): Likewise.
7354 * target.c (target_fileio_open): Likewise.
7355 (target_fileio_pwrite): Likewise.
7356 (target_fileio_pread): Likewise.
7357 (target_fileio_fstat): Insert blank line before comment.
7358 (target_fileio_close): Replace comment.
7359 (target_fileio_unlink): Likewise.
7360 (target_fileio_readlink): Likewise.
7361 (target_fileio_read_alloc): Likewise.
7362 (target_fileio_read_stralloc): Likewise.
7363
7364 2015-06-10 Gary Benson <gbenson@redhat.com>
7365
7366 * linux-thread-db.c (nat/linux-namespaces.h): New include.
7367 (check_pid_namespace_match): Use linux_ns_same rather than
7368 linux_proc_pid_get_ns to spot PID namespace mismatches.
7369 * nat/linux-procfs.h (linux_proc_pid_get_ns): Remove.
7370 * nat/linux-procfs.c (linux_proc_pid_get_ns): Likewise.
7371
7372 2015-06-10 Gary Benson <gbenson@redhat.com>
7373
7374 * configure.ac (AC_CHECK_FUNCS): Add setns.
7375 * config.in: Regenerate.
7376 * configure: Likewise.
7377 * nat/linux-namespaces.h: New file.
7378 * nat/linux-namespaces.c: Likewise.
7379 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-namespaces.h.
7380 (linux-namespaces.o): New rule.
7381 * config/aarch64/linux.mh (NATDEPFILES): Add linux-namespaces.o.
7382 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
7383 * config/arm/linux.mh (NATDEPFILES): Likewise.
7384 * config/i386/linux.mh (NATDEPFILES): Likewise.
7385 * config/i386/linux64.mh (NATDEPFILES): Likewise.
7386 * config/ia64/linux.mh (NATDEPFILES): Likewise.
7387 * config/m32r/linux.mh (NATDEPFILES): Likewise.
7388 * config/m68k/linux.mh (NATDEPFILES): Likewise.
7389 * config/mips/linux.mh (NATDEPFILES): Likewise.
7390 * config/pa/linux.mh (NATDEPFILES): Likewise.
7391 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
7392 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
7393 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
7394 * config/s390/linux.mh (NATDEPFILES): Likewise.
7395 * config/sparc/linux.mh (NATDEPFILES): Likewise.
7396 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
7397 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
7398 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
7399
7400 2015-06-10 Gary Benson <gbenson@redhat.com>
7401
7402 * utils.h (make_cleanup_close): Moved to common/filestuff.h.
7403 * utils.c (do_close_cleanup): Moved to common/filestuff.c.
7404 (make_cleanup_close): Likewise.
7405 * common/filestuff.h (make_cleanup_close): Moved from utils.h.
7406 * common/filestuff.c (do_close_cleanup): Moved from utils.c.
7407 (make_cleanup_close): Likewise.
7408
7409 2015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
7410
7411 * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE
7412 from SuspendThread().
7413
7414 2015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
7415
7416 * windows-nat.c (handle_output_debug_string): Trim trailing '\n'
7417 from OutputDebugString.
7418
7419 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7420 Mircea Gherzan <mircea.gherzan@intel.com>
7421
7422 * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32,
7423 MPX_BT_MASK_32): New macros.
7424 (i386_mpx_set_bounds): New function that implements
7425 the command "set-mpx-bound".
7426 (i386_mpx_enabled): Helper function to test MPX availability.
7427 (i386_mpx_bd_base): Helper function to calculate the base directory
7428 address.
7429 (i386_mpx_get_bt_entry): Helper function to access a bound
7430 table entry.
7431 (i386_mpx_print_bounds): Effectively display bound information.
7432 (_initialize_i386_tdep): Add new commands to commands "set mpx" and
7433 "show mpx".
7434 (_initialize_i386_tdep):
7435 Add "bound" to the commands "show mpx" and "set mpx" commands.
7436 (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx"
7437 and "show mpx" commands.
7438 * NEWS: List new commands for MPX support.
7439
7440 2015-06-09 Gary Benson <gbenson@redhat.com>
7441
7442 * common/fileio.h (fileio_to_host_mode): New declaration.
7443 * common/fileio.c (fileio_to_host_mode): New Function.
7444 * inf-child.c (inf_child_fileio_open): Process mode argument
7445 with fileio_to_host_mode.
7446
7447 2015-06-09 Gary Benson <gbenson@redhat.com>
7448
7449 * common/fileio.c (fileio_mode_pack): Fix preprocessor
7450 conditional.
7451
7452 2015-06-05 Gary Benson <gbenson@redhat.com>
7453
7454 * gdb_bfd.c (gdb_bfd_open): Move vgdb special case to...
7455 * remote.c (remote_filesystem_is_local): ...here.
7456
7457 2015-06-04 Yao Qi <yao.qi@linaro.org>
7458
7459 * gdbarch.c: Regenerate it.
7460
7461 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7462
7463 * arch-utils.c (default_infcall_munmap): New.
7464 * arch-utils.h (default_infcall_munmap): New declaration.
7465 * compile/compile-object-load.c (struct munmap_list, munmap_list_add)
7466 (munmap_list_free, munmap_listp_free_cleanup): New.
7467 (struct setup_sections_data): Add field munmap_list_headp.
7468 (setup_sections): Call munmap_list_add.
7469 (compile_object_load): New variable munmap_list_head, initialize
7470 setup_sections_data.munmap_list_headp, return munmap_list_head.
7471 * compile/compile-object-load.h (struct munmap_list): New declaration.
7472 (struct compile_module): Add field munmap_list_head.
7473 (munmap_list_free): New declaration.
7474 * compile/compile-object-run.c (struct do_module_cleanup): Add field
7475 munmap_list_head.
7476 (do_module_cleanup): Call munmap_list_free.
7477 (compile_object_run): Pass munmap_list_head to do_module_cleanup.
7478 * gdbarch.c: Regenerate.
7479 * gdbarch.h: Regenerate.
7480 * gdbarch.sh (infcall_munmap): New.
7481 * linux-tdep.c (linux_infcall_munmap): New.
7482 (linux_init_abi): Install it.
7483
7484 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
7485
7486 PR gdb/15564
7487 * inferior.c (detach_inferior): Call exit_inferior_1 with silent = 0.
7488
7489 2015-06-02 Yao Qi <yao.qi@linaro.org>
7490
7491 * i386-linux-nat.c: Include linux-nat.h.
7492
7493 2015-06-01 Andreas Schwab <schwab@linux-m68k.org>
7494 Jan Kratochvil <jan.kratochvil@redhat.com>
7495
7496 PR symtab/18392
7497 * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct
7498 assertion.
7499 * dwarf2loc.c (chain_candidate): Likewise.
7500
7501 2015-06-01 Yao Qi <yao.qi@linaro.org>
7502
7503 * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET.
7504 (store_vfp_regs): Use PTRACE_SETREGSET.
7505
7506 2015-06-01 Yao Qi <yao.qi@linaro.org>
7507
7508 * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET.
7509 (fetch_fpregs): Likewise.
7510 * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET.
7511 (store_fpregs): Likewise.
7512
7513 2015-06-01 Yao Qi <yao.qi@linaro.org>
7514
7515 * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET.
7516 (fetch_regs): Likewise.
7517 (store_regs): Use PTRACE_SETREGSET.
7518 (store_register): Likewise.
7519
7520 2015-06-01 Yao Qi <yao.qi@linaro.org>
7521
7522 * arm-linux-nat.c (arm_linux_read_description): Check whether
7523 kernel supports PTRACE_GETREGSET.
7524
7525 2015-06-01 Yao Qi <yao.qi@linaro.org>
7526
7527 * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
7528 * linux-nat.c: ... here.
7529 * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
7530 to ...
7531 * linux-nat.h: ... here.
7532
7533 2015-06-01 Yao Qi <yao.qi@linaro.org>
7534
7535 * amd64-linux-nat.c: Include "nat/linux-ptrace.h".
7536 * i386-linux-nat.c: Likewise.
7537 * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define.
7538 * s390-linux-nat.c: Include "nat/linux-ptrace.h".
7539 (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
7540 * x86-linux-nat.c: Include "nat/linux-ptrace.h".
7541 * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
7542
7543 2015-05-30 Eli Zaretskii <eliz@gnu.org>
7544
7545 * go32-nat.c (go32_xfer_memory): Fix the return value to be
7546 compatible to what read_child and write_child return. This
7547 unbreaks that DJGPP build of GDB which was broken since v7.7.
7548
7549 2015-05-29 Martin Galvan <martin.galvan@tallertechnologies.com>
7550
7551 * MAINTAINERS (Write After Approval): Add Martin Galvan.
7552
7553 2015-05-29 Roland McGrath <mcgrathr@google.com>
7554
7555 PR gdb/18464
7556 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning
7557 rather than internal_error for an unrecognized value.
7558
7559 2015-05-29 Max Filippov <jcmvbkbc@gmail.com>
7560
7561 * xtensa-tdep.c (xtensa_pseudo_register_read)
7562 (xtensa_pseudo_register_write): Don't alias last pseudo register
7563 to a1.
7564
7565 2015-05-28 Don Breazeal <donb@codesourcery.com>
7566
7567 * infrun.c (follow_fork_inferior): Ensure the use of
7568 process-style ptids (pid,0,0) in verbose/debug "Detaching"
7569 messages.
7570
7571 2015-05-28 Doug Evans <dje@google.com>
7572
7573 * dwarf2read.c (record_line_ftype): Remove, duplicate.
7574
7575 2015-05-28 Yao Qi <yao.qi@linaro.org>
7576
7577 * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove.
7578 (arm_linux_fetch_inferior_registers): Use
7579 tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers.
7580 (arm_linux_store_inferior_registers): Likewise.
7581 (arm_linux_read_description): Don't set
7582 arm_linux_has_wmmx_registers.
7583 * arm-tdep.c (arm_gdbarch_init): Set
7584 tdep->have_wmmx_registers according target descriptions.
7585 * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New
7586 field.
7587
7588 2015-05-28 Yao Qi <yao.qi@linaro.org>
7589
7590 * arm-linux-nat.c (arm_linux_vfp_register_count): Remove.
7591 (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep
7592 instead of arm_linux_vfp_register_count.
7593 (store_vfp_regs): Likewise.
7594 (arm_linux_fetch_inferior_registers): Likewise.
7595 (arm_linux_store_inferior_registers): Likewise.
7596 (arm_linux_read_description): Don't set
7597 arm_linux_vfp_register_count.
7598 * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections):
7599 Adjust.
7600 * arm-tdep.c (arm_gdbarch_init): Add assert on
7601 vfp_register_count.
7602 * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename
7603 field to vfp_register_count. All users updated.
7604
7605 2015-05-28 Kyle Huey <me@kylehuey.com> (tiny patch)
7606
7607 * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on
7608 ELFOSABI_GNU binaries.
7609
7610 2015-05-27 Doug Evans <dje@google.com>
7611
7612 * dwarf2read.c (lnp_state_machine): New typedef.
7613 (lnp_reader_state): New typedef.
7614 (dwarf_record_line_1): Renamed from dwarf_record_line.
7615 All callers updated.
7616 (dwarf_record_line): New function.
7617 (init_lnp_state_machine): New function.
7618 (check_line_address): Replace p_record_line parameter with state.
7619 All callers updated.
7620 (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine.
7621 Update to record state in lnp_state_machine.
7622
7623 2015-05-27 Doug Evans <dje@google.com>
7624
7625 * dwarf2read.c (record_line_ftype): New typedef.
7626 (check_line_address): New function.
7627 (dwarf_decode_lines_1): Call it.
7628
7629 2015-05-27 Doug Evans <dje@google.com>
7630
7631 * NEWS: Mention "set debug dwarf-line".
7632 * dwarf2read.c (dwarf_line_debug): New static global.
7633 (add_include_dir): Add debug dwarf-line support.
7634 (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto.
7635 (_initialize_dwarf2_read): New parameter "debug dwarf-line".
7636
7637 2015-05-27 Doug Evans <dje@google.com>
7638
7639 * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain".
7640 All callers updated.
7641 (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto.
7642 * cp-support.h (cp_lookup_nested_symbol): Update.
7643
7644 2015-05-27 Doug Evans <dje@google.com>
7645
7646 PR symtab/18258
7647 * block.c (block_find_symbol): New function.
7648 (block_find_non_opaque_type): Ditto.
7649 (block_find_non_opaque_type_preferred): Ditto.
7650 * block.h (block_symbol_matcher_ftype): New typedef.
7651 (block_find_symbol): Declare.
7652 (block_find_non_opaque_type): Ditto.
7653 (block_find_non_opaque_type_preferred): Ditto.
7654 * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol.
7655 * psymtab.c (psym_lookup_symbol): Ditto.
7656 * symtab.c (basic_lookup_transparent_type_1): New function.
7657 (basic_lookup_transparent_type): Call it.
7658
7659 2015-05-27 Yao Qi <yao.qi@linaro.org>
7660
7661 * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return
7662 AARCH64_RECORD_UNKNOWN for unknown instruction encoding.
7663
7664 2015-05-27 Yao Qi <yao.qi@linaro.org>
7665
7666 * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
7667 before operator &&.
7668 (aarch64_record_load_store): Likewise.
7669
7670 2015-05-26 Doug Evans <dje@google.com>
7671
7672 PR c++/18141, c++/18417.
7673 * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being
7674 a typedef.
7675
7676 2015-05-26 Doug Evans <dje@google.com>
7677
7678 * NEWS: Add entries for command renamings.
7679 * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug.
7680 All uses updated.
7681 (dwarf_die_debug): Renamed from dwarf2_die_debug. All uses updated.
7682 (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age.
7683 All uses updated.
7684 (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age.
7685 All callers updated. Fix spelling of DWARF in help text.
7686 (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist.
7687 All uses updated.
7688 (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist.
7689 All uses updated.
7690 (set_dwarf_cmd): Renamed from set_dwarf2_cmd. All callers updated.
7691 (show_dwarf_cmd): Renamed from show_dwarf2_cmd. All callers updated.
7692 (dwarf_always_disassemble): Renamed from dwarf_always_disassemble.
7693 All uses updated.
7694 (show_dwarf_always_disassemble): Renamed from
7695 show_dwarf2_always_disassemble. All callers updated.
7696 (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to
7697 "set/show dwarf". Rename "set/show dwarf2 max-cache-age" to
7698 "set/show dwarf max-cache-age". Rename
7699 "set/show dwarf2 always-disassemble" to
7700 "set/show dwarf always-disassemble". Rename
7701 "set/show debug dwarf2-read" to "set/show debug dwarf-read". Rename
7702 "set/show debug dwarf2-die" to "set/show debug dwarf-die".
7703
7704 2015-05-26 Doug Evans <dje@google.com>
7705
7706 PR python/18438
7707 * python/py-lazy-string.c (stpy_convert_to_value): Use
7708 gdbpy_gdb_memory_error not PyExc_MemoryError.
7709 (gdbpy_create_lazy_string_object): Ditto.
7710
7711 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
7712
7713 * tui/tui-regs.c (tui_reg_next_command): Compare against NULL.
7714
7715 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
7716
7717 * tui/tui-regs.c (tui_reg_prev_command): New function.
7718 (_initialize_tui_regs): Add 'prev' command for 'tui reg'.
7719 * reggroups.c (reggroup_prev): New function.
7720 * reggroups.h (reggroup_prev): Add declaration. Update comment.
7721
7722 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
7723 Yao Qi <yao.qi@linaro.org>
7724
7725 * aarch64-linux-tdep.c: Include linux-record.h and
7726 record-full.h.
7727 (struct linux_record_tdep aarch64_linux_record_tdep): Declare.
7728 (aarch64_syscall): New enum.
7729 (aarch64_canonicalize_syscall): New function.
7730 (aarch64_all_but_pc_registers_record): New function.
7731 (aarch64_linux_syscall_record): New function.
7732 (aarch64_linux_init_abi): Install AArch64 process record
7733 handler. Update to handle syscall recording.
7734 * aarch64-tdep.c: Include record.h and record-full.h.
7735 (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros.
7736 (struct aarch64_mem_r): Define.
7737 (aarch64_record_result): New enum.
7738 (struct insn_decode_record): Define.
7739 (insn_decode_record): New typedef.
7740 (aarch64_record_data_proc_reg): New function.
7741 (aarch64_record_data_proc_imm): New function.
7742 (aarch64_record_branch_except_sys): New function.
7743 (aarch64_record_load_store): New function.
7744 (aarch64_record_data_proc_simd_fp): New function.
7745 (aarch64_record_asimd_load_store): New function.
7746 (aarch64_record_decode_insn_handler): New function.
7747 (deallocate_reg_mem): New function.
7748 (aarch64_process_record): New function.
7749 * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>:
7750 New field.
7751 (aarch64_process_record): New extern declaration.
7752 * configure.tgt: Add linux-record.o to gdb_target_obs.
7753 * linux-record.h (struct linux_record_tdep) <arg7>: New field.
7754
7755 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
7756
7757 * NEWS: Add a note on process record-replay support on aarch64*-linux*
7758 targets.
7759
7760 2015-05-26 Martin Galvan <martin.galvan@tallertechnologies.com>
7761
7762 * amd64-tdep.c: Replace in_function_epilogue_p with
7763 stack_frame_destroyed_p throughout.
7764 * arch-utils.c: Ditto.
7765 * arch-utils.h: Ditto.
7766 * arm-tdep.c: Ditto.
7767 * breakpoint.c: Ditto.
7768 * gdbarch.sh: Ditto.
7769 * hppa-tdep.c: Ditto.
7770 * i386-tdep.c: Ditto.
7771 * mips-tdep.c: Ditto.
7772 * nios2-tdep.c: Ditto.
7773 * rs6000-tdep.c: Ditto.
7774 * s390-linux-tdep.c: Ditto.
7775 * score-tdep.c: Ditto.
7776 * sh-tdep.c: Ditto.
7777 * sparc-tdep.c: Ditto.
7778 * sparc-tdep.h: Ditto.
7779 * sparc64-tdep.c: Ditto.
7780 * spu-tdep.c: Ditto.
7781 * tic6x-tdep.c: Ditto.
7782 * tilegx-tdep.c: Ditto.
7783 * xstormy16-tdep.c: Ditto.
7784 * gdbarch.c, gdbarch.h: Re-generated.
7785
7786 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
7787
7788 * NEWS: Mention 'tui enable' and 'tui disable'.
7789 * tui/tui.c (tui_enable_command): New function.
7790 (tui_disable_command): New function.
7791 (_initialize_tui): New function.
7792
7793 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7794
7795 * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0.
7796
7797 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7798
7799 * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure
7800 buf_ptr is freed.
7801
7802 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7803
7804 * tui/tui-layout.c (tui_layout_command): Move call to tui_enable
7805 into ...
7806 (tui_set_layout_for_display_command): ...here, before calling
7807 tui_set_layout. Only set the layout if gdb has not already
7808 entered the TUI_FAILURE state.
7809
7810 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7811
7812 * tui/tui-layout.c (layout_completer): New function.
7813 (_initialize_tui_layout): Set completer on layout command.
7814
7815 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7816
7817 * tui/tui-layout.c (tui_set_layout): Remove
7818 tui_register_display_type parameter. Remove all checking of this
7819 parameter, and reindent function. Update header comment.
7820 (tui_set_layout_for_display_command): Rename to...
7821 (tui_set_layout_by_name): ...this, and don't check for different
7822 register class types, don't pass a tui_register_display_type to
7823 tui_set_layout. Update header comment.
7824 (layout_names): Remove register set specific names.
7825 * tui/tui-layout.h (tui_set_layout): Remove
7826 tui_register_display_type parameter.
7827 * tui/tui.c (tui_rl_change_windows): Don't pass a
7828 tui_register_display_type to tui_set_layout.
7829 (tui_rl_delete_other_windows): Likewise.
7830 (tui_enable): Likewise.
7831 * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove.
7832 (TUI_FLOAT_REGS_NAME_LOWER): Remove.
7833 (TUI_GENERAL_REGS_NAME): Remove.
7834 (TUI_GENERAL_REGS_NAME_LOWER): Remove.
7835 (TUI_SPECIAL_REGS_NAME): Remove.
7836 (TUI_SPECIAL_REGS_NAME_LOWER): Remove.
7837 (TUI_GENERAL_SPECIAL_REGS_NAME): Remove.
7838 (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove.
7839 (enum tui_register_display_type): Remove.
7840 (struct tui_layout_def): Remove regs_display_type and
7841 float_regs_display_type fields.
7842 (struct tui_data_info): Remove regs_display_type field.
7843 (tui_layout_command): Use new name for
7844 tui_set_layout_for_display_command.
7845 * tui/tui-data.c (layout_def): Don't initialise removed fields.
7846 (tui_clear_win_detail): Don't initialise removed fields of
7847 win_info.
7848 * tui/tui-regs.c (tui_show_registers): Use new name for
7849 tui_set_layout_for_display_command.
7850 * tui/tui.h (tui_set_layout_for_display_command): Rename
7851 declaration to...
7852 (tui_set_layout_by_name): ...this.
7853 * printcmd.c (display_command): Remove tui related layout call,
7854 and reindent.
7855
7856 2015-05-20 Joel Brobecker <brobecker@adacore.com>
7857
7858 * infrun.c (handle_inferior_event_1): Renames handle_inferior_event.
7859 (handle_inferior_event): New function.
7860
7861 2015-05-20 Joel Brobecker <brobecker@adacore.com>
7862
7863 * ada-lang.c (to_fixed_array_type): Rename local variable
7864 typename into type_name.
7865
7866 2015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7867
7868 Fix ASAN crash for gdb.compile/compile.exp.
7869 * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME.
7870
7871 2015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7872
7873 * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol)
7874 (gcc_symbol_address): Change gdb_stdout to gdb_stdlog.
7875 * compile/compile-object-load.c (setup_sections, compile_object_load):
7876 Likewise.
7877 * compile/compile.c (compile_to_object): Likewise.
7878
7879 2015-05-16 Doug Evans <xdje42@gmail.com>
7880
7881 * NEWS: Mention support for unbuffered Guile memory ports.
7882 * scm-ports.c (ioscm_memory_port): Update comments on end, size.
7883 (ioscm_lseek_address): Improve overflow calculation.
7884 (gdbscm_memory_port_fill_input): Add assert.
7885 (gdbscm_memory_port_write): Handle unbuffered ports.
7886 Handle large writes identical to Guile's fport_write.
7887 (gdbscm_memory_port_seek): Fix seeking past end check.
7888 (gdbscm_memory_port_close): Handle closing unbuffered port.
7889 (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports.
7890 (ioscm_init_memory_port): Handle unbuffered ports.
7891 (ioscm_reinit_memory_port): Ditto.
7892 (ioscm_init_memory_port): Update size calculation.
7893 (gdbscm_open_memory): Support zero sized ports.
7894
7895 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7896
7897 * compile/compile-object-load.c (get_out_value_type): Fix uninitialized
7898 variable compiler warnings.
7899
7900 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7901
7902 * compile/compile-object-load.c (get_out_value_type): Fix returned type.
7903
7904 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7905 Phil Muldoon <pmuldoon@redhat.com>
7906
7907 * NEWS (Changes since GDB 7.9): Add compile print.
7908 * compile/compile-c-support.c (add_code_header, add_code_footer)
7909 (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and
7910 COMPILE_I_PRINT_VALUE_SCOPE.
7911 * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE)
7912 (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE):
7913 New.
7914 * compile/compile-object-load.c: Include block.h.
7915 (get_out_value_type): New function.
7916 (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
7917 COMPILE_I_PRINT_VALUE_SCOPE. Set compile_module's OUT_VALUE_ADDR and
7918 OUT_VALUE_TYPE.
7919 * compile/compile-object-load.h (struct compile_module): Add fields
7920 out_value_addr and out_value_type.
7921 * compile/compile-object-run.c: Include valprint.h and compile.h.
7922 (struct do_module_cleanup): Add fields out_value_addr and
7923 out_value_type.
7924 (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
7925 COMPILE_I_PRINT_VALUE_SCOPE.
7926 (compile_object_run): Propagate out_value_addr and out_value_type.
7927 Pass OUT_VALUE_ADDR.
7928 * compile/compile.c: Include valprint.h.
7929 (compile_print_value, compile_print_command): New functions.
7930 (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE.
7931 (_initialize_compile): Update compile code help text. Install
7932 compile_print_command.
7933 * compile/compile.h (compile_print_value): New prototype.
7934 * defs.h (enum compile_i_scope_types): Add
7935 COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE.
7936
7937 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7938
7939 * compile/compile-object-load.c (get_regs_type): Add parameter func_sym.
7940 Rely on its parameter count.
7941 (compile_object_load): Replace lookup_minimal_symbol_text by
7942 lookup_global_symbol_from_objfile. Verify FUNC_SYM. Set it in the
7943 return value.
7944 * compile/compile-object-load.h (struct compile_module): Replace
7945 func_addr by func_sym.
7946 * compile/compile-object-run.c: Include block.h.
7947 (compile_object_run): Reset module variable after it is freed. Use
7948 FUNC_SYM instead of FUNC_ADDR. Rely on it.
7949
7950 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7951
7952 * compile/compile-c-support.c (print_one_macro): Use #ifndef.
7953 (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR.
7954 (c_compute_program): Call generate_register_struct after typedefs.
7955 * compile/compile-loc2c.c (push, pushf_register_address)
7956 (pushf_register): Cast to GCC_UINTPTR.
7957 (do_compile_dwarf_expr_to_c): Use unused attribute. Add space after
7958 type. Use GCC_UINTPTR instead of void *. Remove excessive cast.
7959 (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *.
7960 * compile/compile.c (_initialize_compile): Enable warnings for
7961 COMPILE_ARGS.
7962
7963 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7964
7965 * cli/cli-script.c (execute_control_command): Update
7966 eval_compile_command caller.
7967 * compile/compile-object-load.c (compile_object_load): Add parameters
7968 scope and scope_data. Set them.
7969 * compile/compile-object-load.h (struct compile_module): Add fields
7970 scope and scope_data.
7971 (compile_object_load): Add parameters scope and scope_data.
7972 * compile/compile-object-run.c (struct do_module_cleanup): Add fields
7973 scope and scope_data.
7974 (compile_object_run): Propagate the fields scope and scope_data.
7975 * compile/compile.c (compile_file_command, compile_code_command):
7976 Update eval_compile_command callers.
7977 (eval_compile_command): Add parameter scope_data. Pass it plus scope.
7978 * compile/compile.h (eval_compile_command): Add parameter scope_data.
7979 * defs.h (struct command_line): Add field scope_data.
7980
7981 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7982
7983 * printcmd.c (struct format_data): Move it to valprint.h.
7984 (print_command_parse_format, print_value): New functions from ...
7985 (print_command_1): ... here. Call them.
7986 * valprint.h (struct format_data): Move it here from printcmd.c.
7987 (print_command_parse_format, print_value): New declarations.
7988
7989 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7990
7991 * compile/compile-object-load.c (compile_object_load): Add
7992 COMPILE_DEBUG message.
7993
7994 2015-05-15 Jerome Guitton <guitton@adacore.com>
7995
7996 * ada-lang.c (ada_value_ptr_subscript): Use enum position of
7997 index to get element instead of enum value.
7998 (ada_value_slice_from_ptr, ada_value_slice): Use enum position
7999 of index to compute length, but enum values to compute bounds.
8000 (ada_array_length): Use enum position of index instead of enum value.
8001 (pos_atr): Move position computation to...
8002 (ada_evaluate_subexp): Use enum values to compute bounds.
8003 * gdbtypes.c (discrete_position): ...this new function.
8004 * gdbtypes.h (discrete_position): New function declaration.
8005 * valprint.c (val_print_array_elements): Call discrete_position
8006 to handle array indexed by non-contiguous enumeration types.
8007
8008 2015-05-15 Jerome Guitton <guitton@adacore.com>
8009
8010 * ada-lang.c (find_parallel_type_by_descriptive_type):
8011 Go through typedefs during lookup.
8012 (to_fixed_array_type): Add support for non-bit packed arrays
8013 as variable-length fields.
8014
8015 2015-05-15 Pedro Alves <palves@redhat.com>
8016 Simon Marchi <simon.marchi@ericsson.com>
8017
8018 * event-loop.c (gdb_notifier) <next_file_handler,
8019 next_poll_fds_index>: New fields.
8020 (get_next_file_handler_to_handle_and_advance): New function.
8021 (delete_file_handler): If deleting the next file handler to
8022 handle, advance to the next file handler.
8023 (gdb_wait_for_event): Bail early if no event fired. Poll file
8024 handlers in round-robin fashion.
8025
8026 2015-05-15 Pedro Alves <palves@redhat.com>
8027
8028 * linux-tdep.c (linux_find_memory_regions_full): Rename local
8029 'private' to 'priv'.
8030
8031 2015-05-15 Pedro Alves <palves@redhat.com>
8032
8033 * nat/linux-nat.h: Include "target/waitstatus.h".
8034
8035 2015-05-15 Yuanhui Zhang <asmwarrior@gmail.com>
8036
8037 * python/py-unwind.c (struct reg_info): Move out of ...
8038 (struct cached_frame_info): ... this scope.
8039 (pending_frame_object_type, unwind_info_object_type): Make extern.
8040
8041 2015-05-15 Joel Brobecker <brobecker@adacore.com>
8042
8043 * ada-lang.c (ada_value_primitive_packed_val): Make sure
8044 accumSize is never negative.
8045
8046 2015-05-14 Patrick Palka <patrick@parcs.ath.cx>
8047
8048 * tui/tui-command.c: Remove include of <ctype.h>.
8049 (tui_dispatch_ctrl_char): Remove workaround for xterm terminals.
8050
8051 2015-05-13 Martin Galvan <martin.galvan@tallertechnologies.com>
8052
8053 * dwarf2read.c (die_needs_namespace): Return 1 for
8054 DW_TAG_inlined_subroutine.
8055
8056 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8057
8058 * regcache.c (regcache_cpy_no_passthrough): New declaration.
8059 (regcache_cpy_no_passthrough): Make it static, add function comment.
8060 * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment.
8061 (regcache_cpy_no_passthrough): Remove declaration.
8062
8063 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8064
8065 * gdbthread.h (struct thread_control_state): Update comment for
8066 proceed_to_finish.
8067 * infcall.c (run_inferior_call): Update comment about
8068 proceed_to_finish.
8069 * infcmd.c (get_return_value): Update comment about stop_registers.
8070 (finish_forward): Update comment about proceed_to_finish.
8071 * infrun.c (stop_registers): Remove.
8072 (clear_proceed_status, normal_stop): Remove stop_registers handling.
8073 * infrun.h (stop_registers): Remove.
8074
8075 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8076
8077 * infcall.c (struct dummy_frame_context_saver)
8078 (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor)
8079 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
8080 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
8081 New.
8082 (call_function_by_hand_dummy): Move discard_cleanups of
8083 inf_status_cleanup before dummy_frame_push. Call
8084 dummy_frame_context_saver_setup and prepare context_saver_cleanup.
8085 Use dummy_frame_context_saver_get_regs instead of stop_registers.
8086 * infcall.h (struct dummy_frame_context_saver)
8087 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
8088 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
8089 New declarations.
8090 * infcmd.c: Include infcall.h.
8091 (get_return_value): Add parameter ctx_saver, use it instead of
8092 stop_registers.
8093 (print_return_value): Add parameter ctx_saver, pass it.
8094 (struct finish_command_continuation_args): Add field ctx_saver.
8095 (finish_command_continuation): Update print_return_value caller.
8096 (finish_command_continuation_free_arg): Free also ctx_saver.
8097 (finish_forward): Call dummy_frame_context_saver_setup.
8098 * inferior.h (struct dummy_frame_context_saver): New declaration.
8099 (get_return_value): Add parameter ctx_saver.
8100 * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update
8101 get_return_value caller.
8102
8103 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8104
8105 * dummy-frame.c (struct dummy_frame_dtor_list): New.
8106 (struct dummy_frame): Replace dtor and dtor_data by dtor_list.
8107 (remove_dummy_frame): Process dtor_list.
8108 (pop_dummy_frame): Process dtor_list.
8109 (register_dummy_frame_dtor): Maintain dtor_list.
8110 (find_dummy_frame_dtor): Handle dtor_list.
8111 * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor):
8112 Update comments.
8113
8114 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8115
8116 * compile/compile-object-run.c (do_module_cleanup): Add parameter
8117 registers_valid.
8118 (compile_object_run): Update do_module_cleanup caller.
8119 * dummy-frame.c: Include infcall.h.
8120 (struct dummy_frame): Update dtor comment.
8121 (remove_dummy_frame): Call dtor.
8122 (pop_dummy_frame): Update dtor caller.
8123 * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter
8124 registers_valid.
8125
8126 2015-05-13 Joel Brobecker <brobecker@adacore.com>
8127
8128 GDB 7.9.1 released.
8129
8130 2015-05-13 Joel Brobecker <brobecker@adacore.com>
8131
8132 * NEWS: Create "Changes in GDB 7.9.1" section. Move news about
8133 Xmethods now being able to specify a result type to that new
8134 sectioin.
8135
8136 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
8137
8138 * tui/tui-win.c (tui_async_resize_screen): Clear win_resized
8139 first before resizing the window.
8140 * tui/tui.c (tui_enable): Likewise.
8141
8142 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8143
8144 * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor.
8145 * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment.
8146 * infcall.c (call_function_by_hand_dummy): Use proper typedef for
8147 dummy_dtor parameter.
8148 * infcall.h: Include dummy-frame.h.
8149 (call_function_by_hand_dummy_dtor_ftype): Remove.
8150 (call_function_by_hand_dummy): Use proper typedef for dummy_dtor
8151 parameter.
8152
8153 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
8154
8155 PR gdb/17820
8156 * top.c (history_size_setshow_var): Change type to signed.
8157 Initialize to -2. Update documentation.
8158 (set_readline_history_size): Define.
8159 (set_history_size_command): Use it. Remove logic for handling
8160 out-of-range sizes.
8161 (init_history): Use set_readline_history_size(). Test for a
8162 value of -2 instead of 0 when determining whether to set a
8163 default history size.
8164 (init_main): Decode the argument of the "size" command as a
8165 zuinteger_unlimited.
8166
8167 2015-05-12 Doug Evans <dje@google.com>
8168
8169 * dwarf2read.c (struct file_entry): Tweak comments.
8170 (get_debug_line_section): Tweak comments.
8171
8172 2015-05-12 Don Breazeal <donb@codesourcery.com>
8173
8174 * NEWS: Announce fork support in the RSP and support
8175 for fork debugging in extended mode.
8176
8177 2015-05-12 Don Breazeal <donb@codesourcery.com>
8178
8179 * remote.c (remote_insert_fork_catchpoint): New function.
8180 (remote_remove_fork_catchpoint): New function.
8181 (remote_insert_vfork_catchpoint): New function.
8182 (remote_remove_vfork_catchpoint): New function.
8183 (pending_fork_parent_callback): New function.
8184 (remove_new_fork_child): New function.
8185 (remote_update_thread_list): Call remote_notif_get_pending_events
8186 and remove_new_fork_child.
8187 (extended_remote_kill): Kill fork child when killing the
8188 parent before follow_fork completes.
8189 (init_extended_remote_ops): Initialize target vector with
8190 new fork catchpoint functions.
8191
8192 2015-05-12 Don Breazeal <donb@codesourcery.com>
8193
8194 * remote.c (remove_vfork_event_p): New function.
8195 (remote_follow_fork): Add vfork event type to event checking.
8196 (remote_parse_stop_reply): New stop reasons "vfork" and
8197 "vforkdone" for RSP 'T' Stop Reply Packet.
8198
8199 2015-05-12 Don Breazeal <donb@codesourcery.com>
8200
8201 * linux-nat.c (linux_nat_ptrace_options): New function.
8202 (linux_init_ptrace, wait_lwp, linux_nat_filter_event):
8203 Call linux_nat_ptrace_options and use different argument to
8204 linux_enable_event_reporting.
8205 (_initialize_linux_nat): Delete call to
8206 linux_ptrace_set_additional_flags.
8207 * nat/linux-ptrace.c (current_ptrace_options): Rename to
8208 supported_ptrace_options.
8209 (additional_flags): Delete variable.
8210 (linux_check_ptrace_features): Use supported_ptrace_options.
8211 (linux_test_for_tracesysgood, linux_test_for_tracefork):
8212 Likewise, and remove additional_flags check.
8213 (linux_enable_event_reporting): Change 'attached' argument to
8214 'options'. Use supported_ptrace_options.
8215 (ptrace_supports_feature): Change comment. Use
8216 supported_ptrace_options.
8217 (linux_ptrace_set_additional_flags): Delete function.
8218 * nat/linux-ptrace.h (linux_ptrace_set_additional_flags):
8219 Delete function prototype.
8220 * remote.c (remote_fork_event_p): New function.
8221 (remote_detach_pid): New function.
8222 (remote_detach_1): Call remote_detach_pid, don't mourn inferior
8223 if doing detach-on-fork.
8224 (remote_follow_fork): New function.
8225 (remote_parse_stop_reply): Handle new "T" stop reason "fork".
8226 (remote_pid_to_str): Print "process" strings for pid/0/0 ptids.
8227 (init_extended_remote_ops): Initialize to_follow_fork.
8228
8229 2015-05-12 Don Breazeal <donb@codesourcery.com>
8230
8231 * nat/linux-ptrace.c (linux_check_ptrace_features): Change
8232 from static to extern.
8233 * nat/linux-ptrace.h (linux_check_ptrace_features): Declare.
8234 * remote.c (anonymous enum): <PACKET_fork_event_feature,
8235 * PACKET_vfork_event_feature>: New enumeration constants.
8236 (remote_protocol_features): Add table entries for new packets.
8237 (remote_query_supported): Add new feature queries to qSupported
8238 packet.
8239
8240 2015-05-12 Gary Benson <gbenson@redhat.com>
8241
8242 * remote.c (remote_add_inferior): Call exec_file_locate_attach
8243 for fake PIDs as well as real ones.
8244 (remote_pid_to_exec_file): Send empty annex if PID is fake.
8245
8246 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
8247
8248 * NEWS (Python Scripting): Mention the new gdb.Value methods.
8249 * python/py-value.c (valpy_reference_value): New function.
8250 (valpy_const_value): Likewise.
8251 (value_object_methods): Add new methods.
8252 * value.c (make_cv_value): New function.
8253 * value.h (make_cv_value): Declare.
8254
8255 2015-05-08 Yao Qi <yao@codesourcery.com>
8256 Sandra Loosemore <sandra@codesourcery.com>
8257
8258 * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check
8259 to 'lh->include_dirs' before accessing to it.
8260 (psymtab_include_file_name): Likewise.
8261 (dwarf_decode_lines_1): Likewise.
8262 (dwarf_decode_lines): Likewise.
8263 (file_file_name): Likewise.
8264
8265 2015-05-08 Sandra Loosemore <sandra@codesourcery.com>
8266
8267 * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define.
8268 (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define.
8269 (nios2_linux_rt_sigreturn_init): Adjust base address of
8270 register save area.
8271
8272 2015-05-08 Sandra Loosemore <sandra@codesourcery.com>
8273
8274 * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using
8275 "trap 31" as the breakpoint instruction on all targets.
8276
8277 2015-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8278
8279 * infcmd.c (print_return_value): Remove unused declaration.
8280
8281 2015-05-08 Joel Brobecker <brobecker@adacore.com>
8282
8283 * dwarf2read.c (attr_to_dynamic_prop)
8284 <DW_AT_data_member_location>: Use read_type_die isntead of
8285 get_die_type.
8286
8287 2015-05-08 Joel Brobecker <brobecker@adacore.com>
8288
8289 * ada-lang.c (ada_convert_actual): Add handling of formals
8290 passed inside an aligner type.
8291
8292 2015-05-08 Joel Brobecker <brobecker@adacore.com>
8293
8294 * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
8295
8296 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
8297
8298 PR python/18291
8299 * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo.
8300 Print xmethod matcher status.
8301
8302 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
8303
8304 * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA
8305 register in the regcache when treating the PSWM register, and vice
8306 versa.
8307
8308 2015-05-07 Gary Benson <gbenson@redhat.com>
8309
8310 * linux-thread-db.c (struct thread_db_info)
8311 <td_ta_map_id2thr_p>: Remove field.
8312 (try_thread_db_load_1): Remove initialization for the above.
8313
8314 2015-05-07 Gary Benson <gbenson@redhat.com>
8315
8316 * linux-thread-db.c (struct thread_db_info)
8317 <td_thr_validate_p>: Remove field.
8318 (try_thread_db_load_1): Remove initialization for the above.
8319
8320 2015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8321
8322 * compile/compile-object-load.c (compile_object_load): Support
8323 mst_text_gnu_ifunc.
8324
8325 2015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8326
8327 * compile/compile.c (compile_to_object): Make the cmd_string parameter
8328 const. Use new variables for the const compatibility.
8329 (eval_compile_command): Make the cmd_string parameter const.
8330 * compile/compile.h (eval_compile_command): Make the cmd_string
8331 parameter const.
8332
8333 2015-05-06 Joel Brobecker <brobecker@adacore.com>
8334
8335 * defs.h (deprecated_init_ui_hook): Delete. Remove associated
8336 comment.
8337 * top.c (deprecated_init_ui_hook): Delete.
8338 (gdb_init): Remove handling of deprecated_init_ui_hook.
8339 * interps.c (clear_interpreter_hooks): Remove handling of
8340 deprecated_init_ui_hook.
8341 * main.c (captured_main): Update comment.
8342
8343 2015-05-06 Joel Brobecker <brobecker@adacore.com>
8344
8345 * solib.c (_initialize_solib): Add "info dll" alias creation.
8346 * windows-nat.c (set_windows_aliases): Delete.
8347 (_initialize_windows_nat): Remove deprecated_init_ui_hook
8348 assignment.
8349 * NEWS: Add news entry about "info dll" now being available
8350 on all platforms.
8351
8352 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8353
8354 * ada-lang.c (value_assign_to_component): Reformat and improve
8355 documentation. Remove all trailing spaces.
8356
8357 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8358
8359 * inline-frame.c (inline_frame_sniffer, skip_inline_frames):
8360 Stop counting inlined frames as soon as an out-of-line function
8361 is found.
8362
8363 2014-05-05 Pierre-Marie de Rodat <derodat@adacore.com>
8364
8365 * dwarf2read.c (inherit_abstract_dies): Skip
8366 DW_TAG_GNU_call_site dies while inheriting children of an
8367 abstract DIE into a scope.
8368 (read_lexical_block_scope): Inherit abstract DIE's for
8369 lexical scopes.
8370
8371 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8372
8373 * ada-valprint.c (val_print_packed_array_elements): Delete
8374 variable "len". Add a type-length check when comparing two
8375 consecutive elements of the array. Use the element's actual
8376 length in call to value_contents_eq.
8377 * ada-lang.c (ada_value_primitive_packed_val): Always return
8378 a value whose type has been resolved.
8379
8380 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8381
8382 * ada-lang.c (ada_value_primitive_packed_val): Recompute
8383 BIT_SIZE and LEN if the size of the resolved type is smaller
8384 than BIT_SIZE * HOST_CHAR_BIT.
8385
8386 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8387
8388 * ada-lang.c (ada_value_primitive_packed_val): Use a more
8389 correct address in call to value_at. Adjust call to
8390 value_address accordingly.
8391
8392 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8393
8394 * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying
8395 to print it.
8396
8397 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8398
8399 * dwarf2loc.h (struct property_addr_info): Add "valaddr" field.
8400 * dwarf2loc.c (dwarf2_evaluate_property): Add handling of
8401 pinfo->valaddr.
8402 * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter.
8403 * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr.
8404 (resolve_dynamic_type_internal): Set pinfo.valaddr.
8405 Add handling of addr_stack->valaddr.
8406 (resolve_dynamic_type): Add "valaddr" parameter.
8407 Set pinfo.valaddr field.
8408 * ada-lang.c (ada_discrete_type_high_bound): Update call to
8409 resolve_dynamic_type.
8410 (ada_discrete_type_low_bound): Likewise.
8411 * findvar.c (default_read_var_value): Likewise.
8412 * value.c (value_from_contents_and_address): Likewise.
8413
8414 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8415
8416 * gdbtypes.c (resolve_dynamic_array): Use
8417 create_array_type_with_stride instead of create_array_type.
8418
8419 2015-04-30 DJ Delorie <dj@redhat.com>
8420
8421 * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to
8422 rl78_decode_opcode
8423
8424 2015-04-29 Doug Evans <dje@google.com>
8425
8426 PR python/18285
8427 * NEWS: Document new gdb.XMethodWorker.get_result_type method.
8428 * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle
8429 EVAL_AVOID_SIDE_EFFECTS for xmethods.
8430 * extension-priv.h (struct extension_language_ops)
8431 <get_xmethod_result_type>: New member.
8432 * extension.c (get_xmethod_result_type): New function.
8433 * extension.h (get_xmethod_result_type): Declare.
8434 * python/py-xmethods.c (get_result_type_method_name): New static
8435 global.
8436 (py_get_result_type_method_name): Ditto.
8437 (gdbpy_get_xmethod_result_type): New function.
8438 (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name.
8439 * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare.
8440 * python/python.c (python_extension_ops): Add
8441 gdbpy_get_xmethod_result_type.
8442 * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type.
8443 * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for
8444 xmethods.
8445 (value_x_unop): Ditto.
8446 * value.c (result_type_of_xmethod): New function.
8447 * value.h (result_type_of_xmethod): Declare.
8448
8449 2015-04-29 Gary Benson <gbenson@redhat.com>
8450
8451 * solib.c (solib_find_1): Allow fd argument to be NULL.
8452 (exec_file_find): Update comment.
8453 (solib_find): Likewise.
8454 * exec.c (exec_file_locate_attach): Use NULL as fd
8455 argument to exec_file_find to avoid having to close
8456 the opened file.
8457 * infrun.c (follow_exec): Likewise.
8458
8459 2015-04-28 Doug Evans <dje@google.com>
8460
8461 PR python/18299
8462 * python/lib/gdb/printing.py (register_pretty_printer): Handle
8463 name or __name__ attributes. Handle gdb module as first argument.
8464
8465 2015-04-28 Doug Evans <dje@google.com>
8466
8467 PR python/18089
8468 * python/py-prettyprint.c (print_children): Verify result of children
8469 iterator. Provide better error message.
8470 * python/python-internal..h (gdbpy_print_python_errors_p): Declare.
8471 * python/python.c (gdbpy_print_python_errors_p): New function.
8472
8473 2015-04-28 Doug Evans <dje@google.com>
8474
8475 * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
8476
8477 2015-04-28 Sasha Smundak <asmundak@google.com>
8478
8479 * NEWS: Mention gdb.Type.optimized_out method.
8480 * python/py-type.c (typy_optimized_out): New function.
8481
8482 2015-04-28 John Baldwin <jhb@FreeBSD.org>
8483
8484 * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
8485
8486 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8487
8488 * utils.c (init_page_info): Set rl_catch_sigwinch to zero.
8489 (initialize_utils): Move call of init_page_info() to ...
8490 * top.c (gdb_init): ... here.
8491
8492 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8493
8494 * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment.
8495 (tui_sigwinch_handler): Still update our idea of
8496 the terminal's width and height even when TUI is not active.
8497
8498 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8499
8500 * utils.h (set_screen_width_and_height): Declare.
8501 * utils.c (set_screen_width_and_height): Define.
8502 * tui/tui-win.c (tui_update_gdb_sizes): Use it.
8503
8504 2015-04-28 Gary Benson <gbenson@redhat.com>
8505
8506 * infrun.c (solist.h): New include.
8507 (follow_exec): Use exec_file_find to prefix execd_pathname
8508 with gdb_sysroot.
8509
8510 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8511
8512 * tui/tui-source.c (tui_set_source_content): Avoid calling
8513 strcpy() when offset is 0.
8514
8515 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8516
8517 PR gdb/18155
8518 * tui/tui-data.c (tui_free_window): Don't free the locator
8519 window when passed an SRC_WIN or a DISASSEM_WIN.
8520
8521 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8522
8523 * tui/tui-data.h (struct tui_win_element): Forward-declare.
8524 (tui_win_content): Move declaration.
8525 (struct tui_gen_win_info): Give 'content' field the
8526 type tui_win_content.
8527 * tui/tui-data.c (init_content_element): Remove redundant and
8528 erroneous casts.
8529 (tui_add_content_elements): Remove erroneous cast.
8530 * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant
8531 casts.
8532 (tui_get_begin_asm_address): Likewise.
8533 * tui/tui-regs.c (tui_show_registers): Likewise.
8534 (tui_show_register_group): Likewise.
8535 (tui_display_registers_from): Likewise.
8536 (tui_check_register_values): Likewise.
8537 * tui/tui-source.c (tui_set_source_content): Likewise.
8538 (tui_set_source_content_nil): Likewise.
8539 (tui_source_is_displayed): Likewise.
8540 * tui/tui-stack.c (tui_show_locator_content): Likewise.
8541 (tui_set_locator_fullname): Likewise.
8542 (tui_set_locator_info): Likewise.
8543 (tui_show_frame_info): Likewise.
8544 * tui/tui-winsource.c (tui_clear_source_content): Likewise.
8545 (tui_show_source_line): Likewise.
8546 (tui_horizontal_source_scroll): Likewise.
8547 (tui_update_breakpoint_info): Likewise.
8548 (tui_set_exec_info_content): Likewise.
8549 (tui_show_exec_info_content): Likewise.
8550 (tui_alloc_source_buffer): Likewise.
8551 (tui_line_is_displayed): Likewise.
8552 (tui_addr_is_displayed): Likewise.
8553
8554 2015-04-27 John Baldwin <jhb@FreeBSD.org>
8555
8556 * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD
8557 event if PL_FLAG_EXEC is set.
8558 [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function.
8559 [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function.
8560 (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set
8561 "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint".
8562 Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint".
8563
8564 2015-04-27 John Baldwin <jhb@FreeBSD.org>
8565
8566 * fbsd-nat.c: [PT_LWPINFO] New variable super_wait.
8567 [TDP_RFPPWAIT] New variable fbsd_pending_children.
8568 [TDP_RFPPWAIT] (fbsd_remember_child): New function.
8569 [TDP_RFPPWAIT] (fbsd_is_child_pending): New function.
8570 [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function.
8571 [PT_LWPINFO] (fbsd_wait): New function.
8572 [TDP_RFPPWAIT] (fbsd_follow_fork): New function.
8573 [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function.
8574 [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function.
8575 [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function.
8576 [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function.
8577 [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function.
8578 [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function.
8579 [TDP_RFPPWAIT] (fbsd_post_attach): New function.
8580 (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to
8581 "fbsd_wait".
8582 [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork".
8583 Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint".
8584 Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint".
8585 Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint".
8586 Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint".
8587 Set "to_post_startup_inferior" to "fbsd_post_startup_inferior".
8588 Set "to_post_attach" to "fbsd_post_attach".
8589
8590 2015-04-27 John Baldwin <jhb@FreeBSD.org>
8591
8592 * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static.
8593 (fbsd_find_memory_regions): Mark static.
8594 (fbsd_nat_add_target): New function.
8595 * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for
8596 fbsd_pid_to_exec_file and fbsd_find_memory_regions.
8597 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target.
8598 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise.
8599 * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise.
8600 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise.
8601
8602 2015-04-27 Gary Benson <gbenson@redhat.com>
8603
8604 * objfiles.c (allocate_objfile): Do not attempt to expand name
8605 if name is a "target:" filename.
8606 * auto-load.c (load_auto_scripts_for_objfile): Do not attempt
8607 to load auto-load scripts for objfiles with "target:" filenames.
8608
8609 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
8610
8611 * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h".
8612 (enum s390_vector_abi_kind): New enum.
8613 (struct gdbarch_tdep)<vector_abi>: New field.
8614 (s390_effective_inner_type): Add parameter min_size. Stop
8615 unwrapping if the inner type is smaller than min_size.
8616 (s390_function_arg_float): Adjust call to
8617 s390_effective_inner_type.
8618 (s390_function_arg_vector): New function.
8619 (s390_function_arg_integer): Adjust comment.
8620 (struct s390_arg_state)<vr>: New field.
8621 (s390_handle_arg): Add parameter 'is_unnamed'. Pass vector
8622 arguments according to vector ABI when appropriate.
8623 (s390_push_dummy_call): Initialize the argument state's field
8624 'vr'. Adjust calls to s390_handle_arg.
8625 (s390_register_return_value): Handle vector return values.
8626 (s390_return_value): Apply the "register" return value convention
8627 to a vector when appropriate.
8628 (s390_gdbarch_init): Initialize tdep->vector_abi.
8629 * NEWS: Announce S390 vector ABI support.
8630
8631 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
8632
8633 * s390-linux-tdep.c (s390_return_value_convention): Remove
8634 function. Inline its logic...
8635 (s390_return_value): ...here. Instead, move the handling of the
8636 "register" return value convention...
8637 (s390_register_return_value): ...here. New function.
8638
8639 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
8640
8641 * s390-linux-tdep.c
8642 (is_float_singleton): Remove function. Move the "singleton" part
8643 of the logic...
8644 (s390_effective_inner_type): ...here. New function.
8645 (is_float_like): Remove function. Inline its logic...
8646 (s390_function_arg_float): ...here.
8647 (is_pointer_like, is_integer_like, is_struct_like): Remove
8648 functions. Inline their logic...
8649 (s390_function_arg_integer): ...here.
8650 (s390_function_arg_pass_by_reference): Remove function.
8651 (extend_simple_arg): Remove function.
8652 (alignment_of): Remove function.
8653 (struct s390_arg_state): New structure.
8654 (s390_handle_arg): New function.
8655 (s390_push_dummy_call): Move parameter placement logic to the new
8656 function s390_handle_arg. Call it for calculating the stack area
8657 sizes first, and again for actually writing the parameters.
8658
8659 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
8660
8661 * s390-linux-tdep.c (is_power_of_two): Add comment. Return
8662 false if the argument is zero.
8663
8664 2015-04-27 Pierre-Marie de Rodat <derodat@adacore.com>
8665
8666 * ada-lang.c (template_to_static_fixed_type): Return input type
8667 when it is already fixed. Cache the input type itself when not
8668 creating a static fixed copy. Make it explicit that we never
8669 molestate the input type.
8670 * gdbtypes.c (resolve_dynamic_struct): Reset the
8671 TYPE_TARGET_TYPE field for resolved copies.
8672
8673 2015-04-27 Joel Brobecker <brobecker@adacore.com>
8674
8675 * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef.
8676 (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef.
8677 (template_to_static_fixed_type): Call ada_check_typedef only
8678 when necessary.
8679
8680 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
8681
8682 * cli/cli-dump.c (srec_dump_command): Add internationalization
8683 mark ups.
8684 (ihex_dump_command): Likewise.
8685 (tekhex_dump_command): Likewise.
8686 (binary_dump_command): Likewise.
8687 (binary_append_command): Likewise.
8688
8689 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
8690
8691 * cli/cli-dump.c (verilog_cmdlist): New variable.
8692 (dump_verilog_memory): New function.
8693 (dump_verilog_value): New function.
8694 (verilog_dump_command): New function.
8695 (_initialize_cli_dump): Add new commands to support verilog dump
8696 format.
8697 * NEWS: Add entry for "dump verilog".
8698
8699 2015-04-24 Pierre-Marie de Rodat <derodat@adacore.com>
8700
8701 * gdbtypes.c (print_gnat_stuff): Do not recurse on the
8702 descriptive type when there is none.
8703
8704 2015-04-23 Patrick Palka <patrick@parcs.ath.cx>
8705
8706 * tui/tui-win.c (tui_async_resize_screen): Call
8707 rl_resize_terminal().
8708
8709 2015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
8710
8711 * windows-nat.c (handle_output_debug_string): Don't change
8712 current_event.dwThreadId.
8713 (get_windows_debug_event): Use thread_id, rather than relying on
8714 current_event.dwThreadId being changed.
8715
8716 2015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
8717
8718 * windows-nat.c (windows_continue): Report an error if
8719 ContinueDebugEvent() fails.
8720
8721 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
8722
8723 * windows-nat.c (windows_resume): Fix misspelling in debug output.
8724
8725 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
8726
8727 * windows-nat.c (get_windows_debug_event): Replace retval with
8728 thread_id throughout. Update stale comment.
8729
8730 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
8731
8732 * windows-nat.c (get_windows_debug_event): Don't use ternary
8733 conditional operator.
8734
8735 2015-04-21 Pierre Muller <muller@sourceware.org>
8736
8737 PR pascal/17815
8738 p-exp.y (yylex): Reorganize code to return the matched pattern
8739 for a field of this.
8740
8741 2015-04-21 Gary Benson <gbenson@redhat.com>
8742
8743 * common/fileio.h (fileio_to_host_openflags): New declaration.
8744 * common/fileio.c (fcntl.h): New include.
8745 (fileio_to_host_openflags): New function, factored out from...
8746 * inf-child.c (inf_child_fileio_open_flags_to_host): ...here.
8747 Single use updated.
8748
8749 2015-04-21 Kevin Buettner <kevinb@redhat.com>
8750
8751 * rl78-tdep.c (RL78_SP_ADDR): Define.
8752 (opc_reg_to_gdb_regnum): New static function.
8753 (rl78_analyze_prologue): Recognize instructions forming slightly
8754 more interesting prologues.
8755
8756 2015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
8757
8758 Revert:
8759 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
8760 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
8761 TYPE_CODE_REF types so that they are not considered as dynamic
8762 depending on the referenced type.
8763 (resolve_dynamic_type_internal): Likewise.
8764
8765 2015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
8766
8767 Revert:
8768 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
8769 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
8770 "top_level" parameter.
8771 (resolve_dynamic_type_internal): Remove the unused "top_level"
8772 parameter. Update call to is_dynamic_type_internal.
8773 (is_dynamic_type): Update call to is_dynamic_type_internal.
8774 (resolve_dynamic_range): Update call to
8775 resolve_dynamic_type_internal.
8776 (resolve_dynamic_union): Likewise.
8777 (resolve_dynamic_struct): Likewise.
8778 (resolve_dynamic_type): Likewise.
8779
8780 2015-04-19 Gabriel Krisman Bertazi <gabriel@krisman.be>
8781
8782 * breakpoint.c (update_dprintf_command_list): Remove duplicated
8783 xmalloc.
8784
8785 2015-04-20 Thomas Schwinge <thomas@codesourcery.com>
8786
8787 * reply_mig_hack.awk: Robustify parsing.
8788
8789 * reply_mig_hack.awk: Don't bother to declare an intermediate
8790 function pointer variable.
8791
8792 2015-04-17 Doug Evans <dje@google.com>
8793
8794 * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement"
8795 to "exec_displacement" to avoid confusion with inner use of the name.
8796
8797 2015-04-17 Pedro Alves <palves@redhat.com>
8798
8799 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero
8800 if HW point of TYPE isn't supported.
8801
8802 2015-04-17 Yao Qi <yao.qi@linaro.org>
8803 Pedro Alves <palves@redhat.com>
8804
8805 * target.h (target_can_use_hardware_watchpoint): Update comments.
8806 Remove trailing ";".
8807
8808 2015-04-17 Gary Benson <gbenson@redhat.com>
8809
8810 * remote.c (remote_add_inferior): New argument try_open_exec.
8811 If nonzero, attempt to open the inferior's executable file as
8812 the main executable if no main executable is open already.
8813 All callers updated.
8814 * NEWS: Mention that GDB now supports automatic location and
8815 retrieval of executable + files from remote targets.
8816
8817 2015-04-17 Gary Benson <gbenson@redhat.com>
8818
8819 * target.h (TARGET_OBJECT_EXEC_FILE): New enum value.
8820 * remote.c (PACKET_qXfer_exec_file): Likewise.
8821 (remote_protocol_features): Register the
8822 "qXfer:exec-file:read" feature.
8823 (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE.
8824 (remote_pid_to_exec_file): New function.
8825 (init_remote_ops): Initialize to_pid_to_exec_file.
8826 (_initialize_remote): Register new "set/show remote
8827 pid-to-exec-file-packet" command.
8828 * NEWS: Announce new qXfer:exec-file:read packet.
8829
8830 2015-04-17 Gary Benson <gbenson@redhat.com>
8831
8832 * nat/linux-procfs.h (linux_proc_pid_to_exec_file):
8833 New declaration.
8834 * nat/linux-procfs.c (linux_proc_pid_to_exec_file):
8835 New function, factored out from...
8836 * linux-nat.c (linux_child_pid_to_exec_file): ...here.
8837
8838 2015-04-17 Gary Benson <gbenson@redhat.com>
8839
8840 * exec.c (solist.h): New include.
8841 (exec_file_locate_attach): Prefix absolute executable
8842 paths with gdb_sysroot if set.
8843 * NEWS: Mention that executable paths may be prepended
8844 with sysroot.
8845
8846 2015-04-17 Gary Benson <gbenson@redhat.com>
8847
8848 * solist.h (exec_file_find): New declaration.
8849 * solib.c (solib_find_1): New function, factored out from...
8850 (solib_find): ...here.
8851 (exec_file_find): New function.
8852
8853 2015-04-17 Gary Benson <gbenson@redhat.com>
8854
8855 * gdbcore.h (exec_file_locate_attach): New declaration.
8856 * exec.c (exec_file_locate_attach): New function, factored
8857 out from...
8858 * infcmd.c (attach_command_post_wait): ...here.
8859
8860 2015-04-17 Mike Frysinger <vapier@gentoo.org>
8861
8862 * MAINTAINERS: Add myself for Blackfin/write-after-approval.
8863
8864 2015-04-16 Yao Qi <yao.qi@linaro.org>
8865
8866 * infrun.c (maybe_software_singlestep): Declare.
8867 (displaced_step_fixup): Call maybe_software_singlestep.
8868
8869 2015-04-15 Doug Evans <dje@google.com>
8870
8871 * psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
8872
8873 2015-04-15 Doug Evans <dje@google.com>
8874
8875 * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls.
8876
8877 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
8878
8879 * python/lib/gdb/command/unwinders.py: Add parentheses.
8880
8881 2015-04-15 Yao Qi <yao.qi@linaro.org>
8882
8883 * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message.
8884
8885 2015-04-15 Yao Qi <yao.qi@linaro.org>
8886
8887 * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation.
8888
8889 2015-04-15 Yao Qi <yao.qi@linaro.org>
8890
8891 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
8892 dsc->insn_size instead of 4.
8893
8894 2015-04-14 Gary Benson <gbenson@redhat.com>
8895
8896 * jit.c (mem_bfd_iovec_stat): Zero supplied buffer.
8897 * minidebug.c (lzma_stat): Likewise.
8898 * solib-spu.c (spu_bfd_iovec_stat): Likewise.
8899 * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise.
8900
8901 2015-04-13 Stan Shebs <stanshebs@google.com>
8902
8903 * MAINTAINERS: Update my email address.
8904
8905 2015-04-13 John Baldwin <jhb@FreeBSD.org>
8906
8907 * amd64-tdep.c (amd64_target_description): New function.
8908 * amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
8909 * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
8910 (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
8911 x86 extended save area.
8912 (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
8913 * amd64bsd-nat.h: Export amd64bsd_xsave_len.
8914 * amd64fbsd-nat.c (amd64fbsd_read_description): New function.
8915 (_initialize_amd64fbsd_nat): Set "to_read_description" to
8916 "amd64fbsd_read_description".
8917 * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
8918 (amd64fbsd_supply_xstateregset): New function.
8919 (amd64fbsd_collect_xstateregset): New function.
8920 Add "amd64fbsd_xstateregset".
8921 (amd64fbsd_iterate_over_regset_sections): New function.
8922 (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
8923 "I386_FBSD_XSAVE_XCR0_OFFSET".
8924 Add "iterate_over_regset_sections" gdbarch method.
8925 Add "core_read_description" gdbarch method.
8926 * i386-tdep.c (i386_target_description): New function.
8927 * i386-tdep.h: Export i386_target_description and tdesc_i386.
8928 * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
8929 (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
8930 x86 extended save area.
8931 (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
8932 * i386bsd-nat.h: Export i386bsd_xsave_len.
8933 * i386fbsd-nat.c (i386fbsd_read_description): New function.
8934 (_initialize_i386fbsd_nat): Set "to_read_description" to
8935 "i386fbsd_read_description".
8936 * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
8937 (i386fbsd_core_read_description): New function.
8938 (i386fbsd_supply_xstateregset): New function.
8939 (i386fbsd_collect_xstateregset): New function.
8940 Add "i386fbsd_xstateregset".
8941 (i386fbsd_iterate_over_regset_sections): New function.
8942 (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
8943 "I386_FBSD_XSAVE_XCR0_OFFSET".
8944 Add "iterate_over_regset_sections" gdbarch method.
8945 Add "core_read_description" gdbarch method.
8946 * i386fbsd-tdep.h: New file.
8947
8948 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8949
8950 * NEWS (Changes since GDB 7.9): Add removed -xdb.
8951 * breakpoint.c (command_line_is_silent): Remove xdb_commands
8952 conditional.
8953 (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba
8954 and lb.
8955 * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and
8956 va.
8957 * cli/cli-decode.c (find_command_name_length): Remove xdb_commands
8958 conditional.
8959 * defs.h (xdb_commands): Remove declaration.
8960 * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc.
8961 * guile/scm-cmd.c (command_classes): Remove xdb from comment.
8962 * infcmd.c (run_no_args_command, go_command): Remove.
8963 (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr.
8964 * infrun.c (xdb_handle_command): Remove.
8965 (_initialize_infrun): Remove xdb_commands for lz and z.
8966 * main.c (xdb_commands): Remove variable.
8967 (captured_main): Remove "xdb" from long_options.
8968 (print_gdb_help): Remove --xdb from help.
8969 * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment.
8970 * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?.
8971 * stack.c (backtrace_full_command, args_plus_locals_info)
8972 (current_frame_command): Remove.
8973 (_initialize_stack): Remove xdb_commands for t, T and l.
8974 * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg.
8975 * thread.c (_initialize_thread): Remove xdb_commands condition.
8976 * tui/tui-layout.c (tui_toggle_layout_command)
8977 (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove.
8978 (_initialize_tui_layout): Remove xdb_commands for td and ts.
8979 * tui/tui-regs.c (tui_scroll_regs_forward_command)
8980 (tui_scroll_regs_backward_command): Remove.
8981 (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r.
8982 * tui/tui-win.c (tui_xdb_set_win_height_command): Remove.
8983 (_initialize_tui_win): Remove xdb_commands for U and w.
8984 * utils.c (pagination_on_command, pagination_off_command): Remove.
8985 (initialize_utils): Remove xdb_commands for am and sm.
8986
8987 2015-04-10 Pedro Alves <palves@redhat.com>
8988
8989 * infrun.c (displaced_step_fixup): Switch to the event ptid
8990 earlier. If the thread stopped for a watchpoint and the
8991 target/arch has non-continuable watchpoints, cancel the displaced
8992 step.
8993 (resume): Don't start a displaced step if in-line step-over info
8994 is valid.
8995
8996 2015-04-10 Pedro Alves <palves@redhat.com>
8997
8998 * infrun.c (displaced_step_in_progress): New function.
8999 (do_target_resume): Advise target to report all signals if
9000 displaced stepping.
9001
9002 2015-04-10 Pedro Alves <palves@redhat.com>
9003
9004 PR gdb/18216
9005 * infrun.c (process_event_stop_test): Don't assume a step-resume
9006 is set if tp->stepped_breakpoint is true.
9007
9008 2015-04-10 Yao Qi <yao.qi@linaro.org>
9009
9010 * arm-tdep.c (install_alu_reg): Update comment.
9011 (thumb_copy_alu_reg): Remove local variable rn. Update
9012 debugging message. Use r2 instead of r1 in the modified
9013 instruction.
9014
9015 2015-04-10 Pedro Alves <palves@redhat.com>
9016
9017 PR gdb/13858
9018 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install
9019 linux_displaced_step_location as gdbarch_displaced_step_location
9020 hook.
9021 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
9022 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
9023 * linux-tdep.c (linux_displaced_step_location): New function,
9024 based on ppc_linux_displaced_step_location.
9025 * linux-tdep.h (linux_displaced_step_location): New declaration.
9026 * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete.
9027 (ppc_linux_inferior_created, ppc_linux_displaced_step_location):
9028 Delete.
9029 (ppc_linux_init_abi): Install linux_displaced_step_location as
9030 gdbarch_displaced_step_location hook, even without Cell/B.E..
9031 (_initialize_ppc_linux_tdep): Don't install
9032 ppc_linux_inferior_created as inferior_created observer.
9033 * s390-linux-tdep.c (s390_gdbarch_init): Install
9034 linux_displaced_step_location as gdbarch_displaced_step_location
9035 hook.
9036
9037 2015-04-09 Gary Benson <gbenson@redhat.com>
9038
9039 * common/common-remote-fileio.h: Rename to...
9040 * common/fileio.h: ...this. Update all references.
9041 (remote_fileio_to_fio_error): Rename to...
9042 (host_to_fileio_error): ...this.
9043 (remote_fileio_to_be): Rename to...
9044 (host_to_bigendian): ...this. Update all callers.
9045 (remote_fileio_to_fio_uint): Rename to...
9046 (host_to_fileio_uint): ...this. Update all callers.
9047 (remote_fileio_to_fio_time): Rename to...
9048 (host_to_fileio_time): ...this. Update all callers.
9049 (remote_fileio_to_fio_stat): Rename to...
9050 (host_to_fileio_stat): ...this.
9051 Update all references.
9052 * common/common-remote-fileio.c: Rename to...
9053 * common/fileio.c: ...this. Update all references.
9054 (remote_fileio_to_fio_error): Rename to...
9055 (host_to_fileio_error): ...this. Update all callers.
9056 (remote_fileio_mode_to_target): Rename to...
9057 (fileio_mode_pack): ...this. Update all callers.
9058 (remote_fileio_to_fio_mode): Rename to...
9059 (host_to_fileio_mode): ...this. Update all callers.
9060 (remote_fileio_to_fio_ulong): Rename to...
9061 (host_to_fileio_ulong): ...this. Update all callers.
9062 (remote_fileio_to_fio_stat): Rename to...
9063 (host_to_fileio_stat): ...this. Update all callers.
9064
9065 2015-04-09 Andy Wingo <wingo@igalia.com>
9066
9067 * guile/scm-frame.c (gdbscm_frame_read_register): New function.
9068 (frame_functions): Bind gdbscm_frame_read_register to
9069 frame-read-register.
9070 * guile/lib/gdb.scm (frame-read-register): Export.
9071
9072 2015-04-09 Gary Benson <gbenson@redhat.com>
9073
9074 * common/common-remote-fileio.h (remote_fileio_to_fio_error):
9075 New declaration.
9076 * common/common-remote-fileio.c (remote_fileio_to_fio_error):
9077 New function, factored out the named functions below.
9078 * inf-child.c (gdb/fileio.h): Remove include.
9079 (common-remote-fileio.h): New include.
9080 (inf_child_errno_to_fileio_error): Remove function. Update
9081 all callers to use remote_fileio_to_fio_error.
9082 * remote-fileio.c (remote_fileio_errno_to_target): Likewise.
9083
9084 2015-04-09 Andy Wingo <wingo@igalia.com>
9085
9086 * MAINTAINERS (Write After Approval): Add Andy Wingo.
9087
9088 2015-04-09 H.J. Lu <hongjiu.lu@intel.com>
9089
9090 * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir.
9091 Replace $zlibdir with $ZLIBDIR in LDFLAGS.
9092 * configure: Regenerated.
9093
9094 2015-04-09 Pedro Alves <palves@redhat.com>
9095
9096 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
9097 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
9098 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
9099 * gnulib/import/Makefile.am: Update.
9100 * gnulib/import/Makefile.in: Update.
9101 * gnulib/import/m4/gnulib-cache.m4: Update.
9102 * gnulib/import/m4/gnulib-comp.m4: Update.
9103 * gnulib/import/m4/strtok_r.m4: New file.
9104 * gnulib/import/strtok_r.c: New file.
9105
9106 2015-04-09 Pedro Alves <palves@redhat.com>
9107
9108 * gnulib/update-gnulib.sh (aclocal version check): Filter out
9109 "called too early to check prototype".
9110
9111 2015-04-08 Sergio Durigan Junior <sergiodj@redhat.com>
9112
9113 PR python/16699
9114 * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not
9115 use a caching mechanism. Adjust comments and code to reflect
9116 that. Replace 'sizeof' by 'strlen' when fetching 'wordobj'.
9117 (cmdpy_completer_handle_brkchars): Adjust call to
9118 cmdpy_completer_helper. Call Py_XDECREF for 'resultobj'.
9119 (cmdpy_completer): Likewise.
9120
9121 2015-04-08 Yao Qi <yao.qi@linaro.org>
9122
9123 * spu-tdep.c (spu_gdbarch_init): Don't call
9124 set_gdbarch_cannot_step_breakpoint.
9125
9126 2015-04-07 Sergio Durigan Junior <sergiodj@redhat.com>
9127
9128 * linux-tdep.c (decode_vmflags): Initialize 'saveptr'.
9129
9130 2015-04-07 Pedro Alves <palves@redhat.com>
9131
9132 * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ...
9133 (ALL_THREADS_SAFE): ... this, and don't skip exited threads.
9134 (delete_exited_threads): New declaration.
9135 * infrun.c (follow_exec): Use ALL_THREADS_SAFE.
9136 * linux-nat.c (linux_nat_update_thread_list): New function.
9137 (linux_nat_add_target): Install it.
9138 * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE.
9139 * thread.c (prune_threads): Use ALL_THREADS_SAFE.
9140 (delete_exited_threads): New function.
9141
9142 2015-04-07 Pedro Alves <pedro@codesourcery.com>
9143
9144 * infrun.c (resume) <displaced stepping debug output>: Get the
9145 leader thread's regcache, not resume_ptid's.
9146
9147 2015-04-06 Doug Evans <xdje42@gmail.com>
9148
9149 * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as
9150 VAR_DOMAIN.
9151 (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters.
9152 Include symbol domain in debugging output.
9153
9154 2015-04-06 Pedro Alves <palves@redhat.com>
9155 Bernd Edlinger <bernd.edlinger@hotmail.de>
9156
9157 * configure.ac: Remove the mingw32-specific stub-termcap.o
9158 fallback, and instead fallback to the stub termcap on all hosts.
9159 * configure: Regenerate.
9160 * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak
9161 symbols.
9162
9163 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9164
9165 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
9166 "top_level" parameter.
9167 (resolve_dynamic_type_internal): Remove the unused "top_level"
9168 parameter. Update call to is_dynamic_type_internal.
9169 (is_dynamic_type): Update call to is_dynamic_type_internal.
9170 (resolve_dynamic_range): Update call to
9171 resolve_dynamic_type_internal.
9172 (resolve_dynamic_union): Likewise.
9173 (resolve_dynamic_struct): Likewise.
9174 (resolve_dynamic_type): Likewise.
9175
9176 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9177
9178 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
9179 TYPE_CODE_REF types so that they are not considered as dynamic
9180 depending on the referenced type.
9181 (resolve_dynamic_type_internal): Likewise.
9182
9183 2015-04-02 H.J. Lu <hongjiu.lu@intel.com>
9184
9185 * Makefile.in (top_srcdir): New.
9186 * configure: Regenerated.
9187
9188 2015-04-02 Gary Benson <gbenson@redhat.com>
9189
9190 * NEWS: Announce the new default sysroot of "target:".
9191
9192 2015-04-02 Gary Benson <gbenson@redhat.com>
9193
9194 * main.c (captured_main): Set gdb_sysroot to "target:"
9195 if not otherwise set.
9196
9197 2015-04-02 Gary Benson <gbenson@redhat.com>
9198
9199 * exec.c (exec_file_attach): Support "target:" filenames.
9200
9201 2015-04-02 Gary Benson <gbenson@redhat.com>
9202
9203 * solib.c (solib_find): Strip "target:" prefix from sysroot
9204 if accessing local files.
9205
9206 2015-04-02 Gary Benson <gbenson@redhat.com>
9207
9208 * symfile.c (symfile_bfd_open): Reorder to remove duplicated
9209 checks and error messages.
9210
9211 2015-04-02 Gary Benson <gbenson@redhat.com>
9212
9213 * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition.
9214 (remote_filename_p): Remove declaration.
9215 (remote_bfd_open): Likewise.
9216 * remote.c (remote_bfd_iovec_open): Remove function.
9217 (remote_bfd_iovec_close): Likewise.
9218 (remote_bfd_iovec_pread): Likewise.
9219 (remote_bfd_iovec_stat): Likewise.
9220 (remote_filename_p): Likewise.
9221 (remote_bfd_open): Likewise.
9222 * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration.
9223 * symfile.c (separate_debug_file_exists): Use gdb_bfd_open.
9224 (gdb_bfd_open_maybe_remote): Remove function.
9225 (symfile_bfd_open): Replace remote filename check with
9226 target filename check.
9227 (reread_symbols): Use gdb_bfd_open.
9228 * build-id.c (gdbcore.h): New include.
9229 (build_id_to_debug_bfd): Use gdb_bfd_open.
9230 * infcmd.c (attach_command_post_wait): Remove remote filename
9231 check.
9232 * solib.c (solib_find): Replace remote-specific handling with
9233 target-specific handling. Update comments where necessary.
9234 (solib_bfd_open): Replace remote-specific handling with
9235 target-specific handling.
9236 (gdb_sysroot_changed): New function.
9237 (_initialize_solib): Call the above when gdb_sysroot changes.
9238 * windows-tdep.c (gdbcore.h): New include.
9239 (windows_xfer_shared_library): Use gdb_bfd_open.
9240
9241 2015-04-02 Gary Benson <gbenson@redhat.com>
9242
9243 * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition.
9244 (is_target_filename): New declaration.
9245 (gdb_bfd_has_target_filename): Likewise.
9246 (gdb_bfd_open): Update documentation comment.
9247 * gdb_bfd.c (target.h): New include.
9248 (gdb/fileio.h): Likewise.
9249 (is_target_filename): New function.
9250 (gdb_bfd_has_target_filename): Likewise.
9251 (fileio_errno_to_host): Likewise.
9252 (gdb_bfd_iovec_fileio_open): Likewise.
9253 (gdb_bfd_iovec_fileio_pread): Likewise.
9254 (gdb_bfd_iovec_fileio_close): Likewise.
9255 (gdb_bfd_iovec_fileio_fstat): Likewise.
9256 (gdb_bfd_open): Use target fileio to access paths prefixed
9257 with "target:" where necessary.
9258
9259 2015-04-02 Gary Benson <gbenson@redhat.com>
9260
9261 * target.h (struct target_ops) <to_filesystem_is_local>:
9262 New field.
9263 (target_filesystem_is_local): New macro.
9264 * target-delegates.c: Regenerate.
9265 * remote.c (remote_filesystem_is_local): New function.
9266 (init_remote_ops): Initialize to_filesystem_is_local.
9267
9268 2015-04-02 Gary Benson <gbenson@redhat.com>
9269
9270 * target.h (struct target_ops) <to_fileio_fstat>: New field.
9271 (target_fileio_fstat): New declaration.
9272 * target.c (target_fileio_fstat): New function.
9273 * inf-child.c (inf_child_fileio_fstat): Likewise.
9274 (inf_child_target): Initialize to_fileio_fstat.
9275 * remote.c (init_remote_ops): Likewise.
9276
9277 2015-04-01 Sasha Smundak <asmundak@google.com>
9278
9279 * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o.
9280 (SUBDIR_PYTHON_SRCS): Add py-unwind.c.
9281 (py-unwind.o): New recipe.
9282 * NEWS: mention Python frame unwinding.
9283 * data-directory/Makefile.in (PYTHON_FILE_LIST): Add
9284 gdb/unwinder.py and gdb/command/unwinder.py
9285 * python/lib/gdb/__init__.py (packages): Add frame_unwinders
9286 list.
9287 (execute_unwinders): New function.
9288 * python/lib/gdb/command/unwinders.py: New file.
9289 * python/lib/gdb/unwinder.py: New file.
9290 * python/py-objfile.c (objfile_object): Add frame_unwinders field.
9291 (objfpy_dealloc): Decrement frame_unwinders reference count.
9292 (objfpy_initialize): Create frame_unwinders list.
9293 (objfpy_get_frame_unwinders): New function.
9294 (objfpy_set_frame_unwinders): Ditto.
9295 (objfile_getset): Add frame_unwinders attribute to Objfile.
9296 * python/py-progspace.c (pspace_object): Add frame_unwinders field.
9297 (pspy_dealloc): Decrement frame_unwinders reference count.
9298 (pspy_initialize): Create frame_unwinders list.
9299 (pspy_get_frame_unwinders): New function.
9300 (pspy_set_frame_unwinders): Ditto.
9301 (pspy_getset): Add frame_unwinders attribute to gdb.Progspace.
9302 * python/py-unwind.c: New file.
9303 * python/python-internal.h (pspy_get_name_unwinders): New prototype.
9304 (objpy_get_frame_unwinders): New prototype.
9305 (gdbpy_initialize_unwind): New prototype.
9306 * python/python.c (gdbpy_apply_type_printers): Call
9307 gdbpy_initialize_unwind.
9308
9309 2015-04-01 Pedro Alves <palves@redhat.com>
9310
9311 * infrun.c (resume): Check currently_stepping after clearing
9312 stepped_breakpoint, not before.
9313
9314 2015-04-01 Pedro Alves <palves@redhat.com>
9315
9316 * infrun.c (print_target_wait_results): Print all the ptid
9317 elements.
9318
9319 2015-04-01 Pedro Alves <palves@redhat.com>
9320
9321 * infrun.c (keep_going): Also discard cleanups if inserting
9322 breakpoints fails.
9323
9324 2015-04-01 Pedro Alves <palves@redhat.com>
9325
9326 * infrun.c (wait_for_inferior): Install the
9327 finish_thread_state_cleanup cleanup across the whole function, not
9328 just around handle_inferior_event.
9329
9330 2015-04-01 Pedro Alves <palves@redhat.com>
9331
9332 * infrun.c (resume) <step past permanent breakpoint>: Use
9333 do_target_resume.
9334
9335 2015-04-01 Pedro Alves <palves@redhat.com>
9336
9337 * linux-nat.c (linux_handle_extended_wait): Always call set_running.
9338
9339 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
9340
9341 * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
9342
9343 2015-04-01 Pedro Alves <palves@redhat.com>
9344
9345 * linux-thread-db.c (record_thread): Readd the thread to gdb's
9346 list if it was marked exited.
9347
9348 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
9349
9350 * configure: Regenerated.
9351
9352 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9353 Jan Kratochvil <jan.kratochvil@redhat.com>
9354 Oleg Nesterov <oleg@redhat.com>
9355
9356 PR corefiles/16092
9357 * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'.
9358 New enum identifying the various options of the coredump_filter
9359 file.
9360 (struct smaps_vmflags): New struct.
9361 (use_coredump_filter): New variable.
9362 (decode_vmflags): New function.
9363 (mapping_is_anonymous_p): Likewise.
9364 (dump_mapping_p): Likewise.
9365 (linux_find_memory_regions_full): New variables
9366 'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'.
9367 Removed variable 'modified'. Read /proc/<PID>/smaps file; improve
9368 parsing of its information. Implement memory mapping filtering
9369 based on its contents.
9370 (show_use_coredump_filter): New function.
9371 (_initialize_linux_tdep): New command 'set use-coredump-filter'.
9372 * NEWS: Mention the possibility of using the
9373 '/proc/PID/coredump_filter' file when generating a corefile.
9374 Mention new command 'set use-coredump-filter'.
9375
9376 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9377
9378 * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by
9379 read_memory_unsigned_integer.
9380
9381 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
9382
9383 * Makefile.in (ZLIB): New.
9384 (ZLIBINC): Likewise.
9385 (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC).
9386 (CLIBS): Add $(ZLIB).
9387 * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS.
9388 Add -lz to LIBS.
9389 * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
9390 * top.c (print_gdb_configuration): Remove --with-zlib and
9391 --without-zlib.
9392 * config.in: Regenerated.
9393 * configure: Likewise.
9394
9395 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
9396
9397 * NEWS: Mention info os cpus support.
9398 * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
9399 (struct osdata_type): Add cpus entry, reorder the entries in
9400 alphabetical order.
9401
9402 2015-03-31 Matthias Klose <doko@ubuntu.com>
9403
9404 * compile/compile.c (compile_to_object): Allow triplets with or
9405 without vendor set.
9406
9407 2015-03-30 Doug Evans <dje@google.com>
9408
9409 PR c++/18141
9410 * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
9411 klass in VAR_DOMAIN.
9412
9413 2015-03-30 Gary Benson <gbenson@redhat.com>
9414
9415 * remote.c (remote_mourn_1): Remove function. Update all callers
9416 to use remote_mourn.
9417 (extended_remote_mourn_1): Remove function. Update all callers
9418 to use extended_remote_mourn.
9419 (extended_remote_attach_1): Remove function. Update all callers
9420 to use extended_remote_attach.
9421
9422 2015-03-28 James Bowman <james.bowman@ftdichip.com>
9423
9424 * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o.
9425 (HFILES_NO_SRCDIR): Add ft32-tdep.h.
9426 (ALLDEPFILES): Add ft32-tdep.c.
9427 * configure.tgt: Add FT32 entry.
9428 * ft32-tdep.c: New file, FT32 target-dependent code.
9429 * ft32-tdep.h: New file, FT32 target-dependent code.
9430
9431 2015-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9432
9433 Revert:
9434 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9435 Code cleanup.
9436 * printcmd.c (print_command_1): Move expr variable scope.
9437
9438 2015-03-27 Joel Brobecker <brobecker@adacore.com>
9439
9440 * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL.
9441
9442 2015-03-27 Andrzej Kaczmarek <andrzej.kaczmarek@tieto.com>
9443
9444 * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special
9445 sections.
9446
9447 2015-03-26 Joel Brobecker <brobecker@adacore.com>
9448
9449 * dtrace-probe.c (dtrace_process_dof_probe): Contain any
9450 exception raised while parsing the probe arguments.
9451 Force parsing to be done using the C language parser.
9452 * expression.h (parse_expression_with_language): Declare.
9453 * parse.c (parse_expression_with_language): New function.
9454
9455 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
9456
9457 * MAINTAINERS (Write After Approval): Add "Jon Turney".
9458
9459 2015-03-26 Andy Wingo <wingo@igalia.com>
9460
9461 PR symtab/18148
9462 * dwarf2read.c (struct partial_die_info): Add has_const_value
9463 member.
9464 (add_partial_symbol): Don't punt on symbols that have const_value
9465 attributes.
9466 (read_partial_die): Detect DW_AT_const_value.
9467
9468 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9469
9470 Code cleanup.
9471 * printcmd.c (print_command_1): Move expr variable scope.
9472
9473 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9474
9475 Code cleanup.
9476 * printcmd.c (validate_format): Make the parameter cmdname const.
9477
9478 2015-03-26 Don Breazeal <donb@codesourcery.com>
9479
9480 * remote.c (_initialize_remote): Update comment.
9481
9482 2015-03-26 Pedro Alves <palves@redhat.com>
9483 Jon TURNEY <jon.turney@dronecode.org.uk>
9484
9485 * coffread.c (coff_symfile_read): When constructing the name of an
9486 import stub symbol from import symbol for amd64, only skip the
9487 char after _imp_ if the target is underscored (like i386) and the
9488 char is indeed the target's leading char.
9489
9490 2015-03-25 Pedro Alves <palves@redhat.com>
9491
9492 * target.h <to_async>: Replace 'callback' and 'context' parameters
9493 with boolean 'enable' parameter.
9494 (target_async): Replace CALLBACK and CONTEXT parameters with
9495 boolean ENABLE parameter.
9496 * inf-loop.c (inferior_event_handler): Adjust.
9497 * linux-nat.c (linux_nat_attach, linux_nat_resume)
9498 (linux_nat_resume): Adjust.
9499 (async_client_callback, async_client_context): Delete.
9500 (handle_target_event): Call inferior_event_handler directly.
9501 (linux_nat_async): Replace 'callback' and 'context' parameters
9502 with boolean 'enable' parameter. Adjust. Remove references to
9503 async_client_callback and async_client_context.
9504 (linux_nat_close): Adjust.
9505 * record-btrace.c (record_btrace_async): Replace 'callback' and
9506 'context' parameters with boolean 'enable' parameter. Adjust.
9507 (record_btrace_resume): Adjust.
9508 * record-full.c (record_full_async): Replace 'callback' and
9509 'context' parameters with boolean 'enable' parameter. Adjust.
9510 (record_full_resume, record_full_core_resume): Adjust.
9511 * remote.c (struct remote_state) <async_client_callback,
9512 async_client_context>: Delete fields.
9513 (remote_start_remote, extended_remote_attach_1, remote_resume)
9514 (extended_remote_create_inferior): Adjust.
9515 (remote_async_serial_handler): Call inferior_event_handler
9516 directly.
9517 (remote_async): Replace 'callback' and 'context' parameters with
9518 boolean 'enable' parameter. Adjust.
9519 * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper):
9520 Adjust.
9521 * target-delegates.c: Regenerate.
9522
9523 2015-03-25 Gary Benson <gbenson@redhat.com>
9524 Pedro Alves <palves@redhat.com>
9525
9526 * target.c (fileio_ft_t): New typedef, define object vector.
9527 (fileio_fhandles): New static variable.
9528 (is_closed_fileio_fh): New macro.
9529 (lowest_closed_fd): New static variable.
9530 (acquire_fileio_fd): New function.
9531 (release_fileio_fd): Likewise.
9532 (fileio_fd_to_fh): New macro.
9533 (target_fileio_open): Wrap the file descriptor on success.
9534 (target_fileio_pwrite): Updated to use wrapped file descriptor.
9535 (target_fileio_pread): Likewise.
9536 (target_fileio_close): Likewise.
9537
9538 2015-03-24 Pedro Alves <palves@redhat.com>
9539
9540 * thread.c (thread_apply_all_command): Take exited threads into
9541 account.
9542
9543 2015-03-24 Pedro Alves <palves@redhat.com>
9544
9545 * infrun.c (resume, proceed): Mention
9546 switch_back_to_stepped_thread, not switch_back_to_stepping.
9547
9548 2015-03-24 Pedro Alves <palves@redhat.com>
9549
9550 * infrun.c (user_visible_resume_ptid): Rewrite going from
9551 most-locked to unlocked instead of the opposite. Move comment ...
9552 * infrun.h (user_visible_resume_ptid): ... here.
9553
9554 2015-03-24 Pedro Alves <palves@redhat.com>
9555
9556 * linux-nat.c (linux_nat_resume): Output debug logs before trying
9557 to resume the event lwp. Use the lwp's ptid instead of the passed
9558 in (maybe wildcard) ptid.
9559 (stop_wait_callback): Tweak debug log output.
9560 (check_stopped_by_breakpoint): Tweak debug log output. Also dump
9561 TRAP_TRACE.
9562 (linux_nat_filter_event): In debug output, distinguish a
9563 resume_stop SIGSTOP from a delayed SIGSTOP. Output debug logs
9564 before trying to resume the lwp.
9565
9566 2015-03-24 Joel Brobecker <brobecker@adacore.com>
9567
9568 * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove
9569 pointer indirection.
9570 * gdbtypes.c (get_dyn_prop): Adjust, following change above.
9571 (add_dyn_prop, copy_dynamic_prop_list): Likewise.
9572
9573 2015-03-24 Joel Brobecker <brobecker@adacore.com>
9574
9575 * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>:
9576 Renames DYN_ATTR_DATA_LOCATION.
9577 (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of
9578 DYN_ATTR_DATA_LOCATION.
9579 * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION
9580 instead of DYN_ATTR_DATA_LOCATION.
9581
9582 2015-03-24 Pedro Alves <palves@redhat.com>
9583
9584 * breakpoint.c (until_break_command): Adjust call to proceed.
9585 * gdbthread.h (struct thread_control_state) <stepping_command>:
9586 New field.
9587 * infcall.c (run_inferior_call): Adjust call to proceed.
9588 * infcmd.c (run_command_1, proceed_thread_callback, continue_1):
9589 Adjust calls to proceed.
9590 (set_step_frame): Set the current thread's step_start_function
9591 here.
9592 (step_once): Adjust calls to proceed.
9593 (jump_command, signal_command, until_next_command)
9594 (finish_backward, finish_forward, proceed_after_attach_callback)
9595 (attach_command_post_wait): Adjust calls to proceed.
9596 * infrun.c (proceed_after_vfork_done): Adjust call to proceed.
9597 (do_target_resume): New function, factored out from ...
9598 (resume): ... here. Remove 'step' parameter. Instead, check
9599 currently_stepping to determine whether the thread should be
9600 single-stepped.
9601 (proceed): Remove 'step' parameter and don't set the thread's
9602 step_start_function here. Adjust call to 'resume'.
9603 (handle_inferior_event): Adjust calls to 'resume'.
9604 (switch_back_to_stepped_thread): Use do_target_resume instead of
9605 'resume'.
9606 (keep_going): Adjust calls to 'resume'.
9607 * infrun.h (proceed): Remove 'step' parameter.
9608 (resume): Likewise.
9609 * windows-nat.c (do_initial_windows_stuff): Adjust call to
9610 'resume'.
9611 * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'.
9612
9613 2015-03-24 Pedro Alves <palves@redhat.com>
9614
9615 * gdbthread.h (struct thread_control_state) <stepping_command>:
9616 New field.
9617 * infcmd.c (step_once): Pass step=1 to clear_proceed_status. Set
9618 the thread's stepping_command field.
9619 * infrun.c (resume): Check the thread's stepping_command flag to
9620 determine which threads should be resumed. Rename 'entry_step'
9621 local to user_step.
9622 (clear_proceed_status_thread): Clear 'stepping_command'.
9623 (schedlock_applies): Change parameter type to struct thread_info
9624 pointer. Adjust.
9625 (find_thread_needs_step_over): Remove 'step' parameter. Adjust.
9626 (switch_back_to_stepped_thread): Adjust calls to
9627 'schedlock_applies'.
9628 (_initialize_infrun): Adjust "set scheduler-locking step" help.
9629
9630 2015-03-24 Pedro Alves <palves@redhat.com>
9631
9632 * infrun.c (step_start_function): Delete and ...
9633 * gdbthread.h (struct thread_control_state) <step_start_function>:
9634 ... now a field here.
9635 * infrun.c (clear_proceed_status_thread): Clear the thread's
9636 step_start_function.
9637 (proceed, process_event_stop_test, print_stop_event): Adjust.
9638
9639 2015-03-24 Pedro Alves <palves@redhat.com>
9640
9641 * infrun.c (proceed): No longer handle negative step.
9642
9643 2015-03-24 Gary Benson <gbenson@redhat.com>
9644
9645 * nat/x86-linux.h (x86_linux_new_thread): New declaration.
9646 (x86_linux_prepare_to_resume): Likewise.
9647 * x86-linux-nat.c (x86_linux_new_thread):
9648 Moved to nat/x86-linux.c.
9649 (x86_linux_prepare_to_resume): Likewise.
9650 * nat/x86-linux.c (x86_linux_new_thread): New function.
9651 (x86_linux_prepare_to_resume): Likewise.
9652
9653 2015-03-24 Gary Benson <gbenson@redhat.com>
9654
9655 * nat/x86-linux-dregs.h: New file.
9656 * nat/x86-linux-dregs.c: Likewise.
9657 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
9658 (x86-linux-dregs.o): New rule.
9659 * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
9660 * config/i386/linux64.mh (NATDEPFILES): Likewise.
9661 * x86-linux-nat.c: Include nat/x86-linux-dregs.h.
9662 (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
9663 (x86_linux_dr_get): Likewise.
9664 (x86_linux_dr_set): Likewise.
9665 (x86_linux_dr_get_addr): Likewise.
9666 (x86_linux_dr_get_control): Likewise.
9667 (x86_linux_dr_get_status): Likewise.
9668 (update_debug_registers_callback): Likewise.
9669 (x86_linux_dr_set_control): Likewise.
9670 (x86_linux_dr_set_addr): Likewise.
9671 (x86_linux_update_debug_registers): Likewise.
9672
9673 2015-03-24 Gary Benson <gbenson@redhat.com>
9674
9675 * x86-linux-nat.c (x86_linux_update_debug_registers):
9676 New function, factored out from...
9677 (x86_linux_prepare_to_resume): ...this.
9678
9679 2015-03-24 Gary Benson <gbenson@redhat.com>
9680
9681 * x86-linux-nat.c (x86_linux_dr_get): Update comments.
9682 (x86_linux_dr_set): Likewise.
9683 (x86_linux_dr_get_addr): Likewise.
9684 (x86_linux_dr_get_control): Likewise.
9685 (x86_linux_dr_get_status): Likewise.
9686 (update_debug_registers_callback): Likewise.
9687 (x86_linux_dr_set_control): Likewise.
9688 (x86_linux_dr_set_addr): Likewise.
9689 (x86_linux_prepare_to_resume): Likewise.
9690 (x86_linux_new_thread): Likewise.
9691
9692 2015-03-24 Gary Benson <gbenson@redhat.com>
9693
9694 * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion.
9695 (x86_linux_new_thread): Rename argument.
9696
9697 2015-03-24 Gary Benson <gbenson@redhat.com>
9698
9699 * nat/x86-linux.h: New file.
9700 * nat/x86-linux.c: Likewise.
9701 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h.
9702 (x86-linux.o): New rule.
9703 * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o.
9704 * config/i386/linux64.mh (NATDEPFILES): Likewise.
9705 * nat/linux-nat.h (struct arch_lwp_info): New forward declaration.
9706 (lwp_set_arch_private_info): New declaration.
9707 (lwp_arch_private_info): Likewise.
9708 * linux-nat.c (lwp_set_arch_private_info): New function.
9709 (lwp_arch_private_info): Likewise.
9710 * x86-linux-nat.c: Include nat/x86-linux.h.
9711 (arch_lwp_info): Removed structure.
9712 (update_debug_registers_callback):
9713 Use lwp_set_debug_registers_changed.
9714 (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
9715 and lwp_set_debug_registers_changed.
9716 (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
9717
9718 2015-03-24 Gary Benson <gbenson@redhat.com>
9719
9720 * nat/linux-nat.h (ptid_of_lwp): New declaration.
9721 (lwp_is_stopped): Likewise.
9722 (lwp_stop_reason): Likewise.
9723 * linux-nat.c (ptid_of_lwp): New function.
9724 (lwp_is_stopped): Likewise.
9725 (lwp_is_stopped_by_watchpoint): Likewise.
9726 * x86-linux-nat.c (update_debug_registers_callback):
9727 Use lwp_is_stopped.
9728 (x86_linux_prepare_to_resume): Use ptid_of_lwp and
9729 lwp_stop_reason.
9730
9731 2015-03-24 Gary Benson <gbenson@redhat.com>
9732
9733 * linux-nat.h (linux_stop_lwp): Move declaration to...
9734 * nat/linux-nat.h (linux_stop_lwp): New declaration.
9735
9736 2015-03-24 Gary Benson <gbenson@redhat.com>
9737
9738 * linux-nat.h: Include nat/linux-nat.h.
9739 (iterate_over_lwps): Move declaration to nat/linux-nat.h.
9740 * nat/linux-nat.h (struct lwp_info): New forward declaration.
9741 (iterate_over_lwps_ftype): New typedef.
9742 (iterate_over_lwps): New declaration.
9743 * linux-nat.h (iterate_over_lwps): Update comment. Use
9744 iterate_over_lwps_ftype. Update callback return value check.
9745
9746 2015-03-24 Gary Benson <gbenson@redhat.com>
9747
9748 * x86-nat.h (x86_debug_reg_state): Move declaration to...
9749 * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
9750
9751 2015-03-24 Gary Benson <gbenson@redhat.com>
9752
9753 * nat/linux-nat.h (current_lwp_ptid): New declaration.
9754 * linux-nat.c (current_lwp_ptid): New function.
9755 * x86-linux-nat.c: Include nat/linux-nat.h.
9756 (x86_linux_dr_get_addr): Use current_lwp_ptid.
9757 (x86_linux_dr_get_control): Likewise.
9758 (x86_linux_dr_get_status): Likewise.
9759 (x86_linux_dr_set_control): Likewise.
9760 (x86_linux_dr_set_addr): Likewise.
9761
9762 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9763
9764 PR breakpoints/16466
9765 * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
9766
9767 2015-03-23 Joel Brobecker <brobecker@adacore.com>
9768
9769 * ser-mingw.c (ser_windows_setparity): Fix indentation.
9770 * ser-unix.c (hardwire_setparity): Likewise.
9771
9772 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
9773
9774 * NEWS: Mention set/show serial parity command.
9775 * monitor.c (monitor_open): Call serial_setparity.
9776 * remote.c (remote_open_1): Likewise.
9777 * ser-base.c (ser_base_serparity): New function.
9778 * ser-base.h (ser_base_setparity): Add declaration.
9779 * ser-go32.c (dos_ops): Set "setparity" field.
9780 * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
9781 state.Parity.
9782 (ser_windows_setparity): New function.
9783 (hardwire_ops): Add ser_windows_setparity.
9784 (tty_ops): Add NULL for setparity field.
9785 (pipe_ops): Add ser_base_setparity.
9786 (tcp_ops): Likewise.
9787 * ser-pipe.c (pipe_ops): Likewise.
9788 * ser-tcp.c (tcp_ops): Likewise.
9789 * ser-unix.c (hardwire_setparity): Add declaration.
9790 (hardwire_raw): Don't reset PARENB flag.
9791 (hardwire_setparity): New function.
9792 (hardwire_ops): Add hardwire_setparity.
9793 * serial.c (serial_setparity): New function.
9794 (serial_parity): New global.
9795 (parity_none, parity_odd, parity_even, parity_enums, parity):
9796 New static globals.
9797 (set_parity): New function.
9798 (_initialize_serial): Add set/show serial parity commands.
9799 * serial.h (GDBPARITY_NONE): Define.
9800 (GDBPARITY_ODD): Define.
9801 (GDBPARITY_EVEN): Define.
9802 (serial_setparity) Add declaration.
9803 (struct serial_ops): Add setparity field.
9804 * target.h (serial_parity): Add declaration.
9805
9806 2015-03-23 Keith Seitz <keiths@redhat.com>
9807
9808 * linespec.c (linespec_lexer_lex_keyword): Update comment.
9809
9810 2015-03-23 Keith Seitz <keiths@redhat.com>
9811
9812 * breakpoint.c (parse_breakpoint_sals): Use
9813 linespec_lexer_lex_keyword to ascertain if the user specified
9814 a NULL location.
9815 * linespec.c [IF_KEYWORD_INDEX]: Define.
9816 (linespec_lexer_lex_keyword): Export.
9817 (struct ls_parser) <keyword_ok>: Remove.
9818 A keyword is only a keyword if not followed by another keyword.
9819 (linespec_lexer_lex_one): Remove keyword_ok handling.
9820 Add comment explaining why the parsing stream is not advanced
9821 when a keyword is seen.
9822 (parse_linespec): Remove parser->keyword_ok.
9823 * linespec.h (linespec_lexer_lex_keyword): Add declaration.
9824
9825 2015-03-23 Keith Seitz <keiths@redhat.com>
9826
9827 PR gdb/18021
9828 * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
9829 if we find a static method with DW_AT_vtable_elem_location.
9830
9831 2015-03-21 Eli Zaretskii <eliz@gnu.org>
9832
9833 * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
9834 before the second loop, to avoid undefined behavior. Reported by
9835 Anton Blanchard <anton@samba.org>.
9836
9837 2015-03-20 Keven Boell <keven.boell@intel.com>
9838
9839 * gdbtypes.c (resolve_dynamic_type_internal): Adapt
9840 data_location usage to linked list.
9841 (resolve_dynamic_type_internal): Adapt data_location to
9842 linked list.
9843 (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
9844 (copy_type_recursive, copy_type): Add copy of linked list.
9845 * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
9846 (struct dynamic_prop_list): New struct.
9847 * dwarf2read.c (set_die_type): Set data_location data.
9848
9849 2015-03-20 Pedro Alves <palves@redhat.com>
9850
9851 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
9852 inner block and make it const.
9853 * machoread.c (get_archive_prefix_len): Make "lparen" const.
9854
9855 2015-03-20 Pedro Alves <palves@redhat.com>
9856
9857 * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
9858 * breakpoint.h (set_breakpoint_condition): Update declaration.
9859
9860 2015-03-20 Pedro Alves <palves@redhat.com>
9861
9862 * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
9863
9864 2015-03-20 Pedro Alves <palves@redhat.com>
9865
9866 * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
9867
9868 2015-03-20 Pedro Alves <palves@redhat.com>
9869
9870 * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
9871
9872 2015-03-20 Pedro Alves <palves@redhat.com>
9873
9874 * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
9875 (nto_init_solib_absolute_prefix): Likewise.
9876
9877 2015-03-20 Pedro Alves <palves@redhat.com>
9878
9879 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
9880 * spu-tdep.c (spu_gdbarch_init): Make "name" const.
9881
9882 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9883
9884 * config/djgpp/README: Remove gdb.hp.
9885
9886 2015-03-20 Yao Qi <yao.qi@linaro.org>
9887
9888 * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
9889 set_gdbarch_cannot_step_breakpoint.
9890
9891 2015-03-19 Pedro Alves <palves@redhat.com>
9892
9893 * linux-nat.c (linux_resume_one_lwp): Rename to ...
9894 (linux_resume_one_lwp_throw): ... this. Don't handle ESRCH here,
9895 instead call perror_with_name.
9896 (check_ptrace_stopped_lwp_gone): New function.
9897 (linux_resume_one_lwp): Reimplement as wrapper around
9898 linux_resume_one_lwp_throw that swallows errors if the LWP is
9899 gone.
9900 (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
9901 swallows errors if the LWP is gone. Use
9902 linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
9903
9904 2015-03-19 Pedro Alves <palves@redhat.com>
9905
9906 * linux-nat.c (status_callback): Return early if the LWP has no
9907 status pending.
9908
9909 2015-03-19 Pedro Alves <palves@redhat.com>
9910
9911 * linux-nat.c (select_event_lwp_callback): Update comment to no
9912 longer mention SIGTRAP.
9913
9914 2015-03-18 Tristan Gingold <gingold@adacore.com>
9915
9916 * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
9917 redirection code to ...
9918 (amd64_windows_frame_decode_insns): ... Here. Fix in prologue
9919 checks. Fix SAVE_NONVOL operations. Add debug code and comments.
9920
9921 2015-03-18 Gary Benson <gbenson@redhat.com>
9922
9923 (remote_protocol_features): Remove the "vFile:fstat" feature.
9924 (remote_hostio_fstat): Probe for "vFile:fstat" support.
9925
9926 2015-03-11 Yao Qi <yao.qi@linaro.org>
9927
9928 PR tdep/18107
9929 * aarch64-linux-tdep.c: Include xml-syscall.h
9930 (aarch64_linux_get_syscall_number): New function.
9931 (aarch64_linux_init_abi): Call
9932 set_gdbarch_get_syscall_number.
9933 * syscalls/aarch64-linux.xml: New file.
9934
9935 2015-03-17 Yurij Grechishhev <yurij.grechishhev@gmail.com>
9936
9937 * ser-base.h (ser_base_setstopbits): Change second argument name
9938 from "rate" to "num".
9939
9940 2015-03-17 Gary Benson <gbenson@redhat.com>
9941 Luke Allardyce <lukeallardyce@gmail.com>
9942
9943 PR gdb/18131
9944 * common/common-remote-fileio.h (sys/stat.h): New include.
9945 (stuct stat): Remove forward declaration.
9946
9947 2015-03-16 John Baldwin <jhb@FreeBSD.org>
9948
9949 * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
9950 before writing core register notes.
9951
9952 2015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
9953 Pedro Alves <palves@redhat.com>
9954
9955 * gdb_curses.h (tgetnum): Mark with EXTERN_C.
9956 * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
9957 (tgoto): Wrap with extern "C".
9958
9959 2015-03-16 Pedro Alves <palves@redhat.com>
9960 Yuanhui Zhang <asmwarrior@gmail.com>
9961
9962 * stub-termcap.c (tputs): Change prototype.
9963
9964 2015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
9965 Pedro Alves <palves@redhat.com>
9966
9967 * windows-nat.c (struct thread_info_struct): Rename to ...
9968 (struct windows_thread_info_struct): ... this.
9969 (thread_info): Rename to ...
9970 (windows_thread_info): ... this.
9971 All users updated.
9972
9973 2015-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9974 Pedro Alves <palves@redhat.com>
9975
9976 * NEWS: New Removed targets and native configurations.
9977
9978 2015-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9979
9980 Remove HPUX.
9981 * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
9982 (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
9983 (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
9984 ia64-hpux-tdep.h, solib-ia64-hpux.h.
9985 (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
9986 ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
9987 * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
9988 hppa-hpux-tdep.c.
9989 * config/ia64/hpux.mh: Remove file.
9990 * config/pa/hpux.mh: Remove file.
9991 * configure: Rebuilt.
9992 * configure.ac (dlgetmodinfo, somread.o): Remove.
9993 * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
9994 (ia64-*-hpux*): Remove its float format exception.
9995 * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
9996 * hppa-hpux-nat.c: Remove file.
9997 * hppa-hpux-tdep.c: Remove file.
9998 * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
9999 Move them here from hppa-tdep.h
10000 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
10001 (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
10002 * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
10003 Move them to hppa-tdep.c.
10004 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
10005 declarations.
10006 * ia64-hpux-nat.c: Remove file.
10007 * ia64-hpux-tdep.c: Remove file.
10008 * ia64-hpux-tdep.h: Remove file.
10009 * inf-ttrace.c: Remove file.
10010 * inf-ttrace.h: Remove file.
10011 * solib-ia64-hpux.c: Remove file.
10012 * solib-ia64-hpux.h: Remove file.
10013 * solib-pa64.c: Remove file.
10014 * solib-pa64.h: Remove file.
10015 * solib-som.c: Remove file.
10016 * solib-som.h: Remove file.
10017 * somread.c: Remove file.
10018
10019 2015-03-13 John Baldwin <jhb@FreeBSD.org>
10020
10021 * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
10022 * config.in: Regenerate.
10023 * configure: Regenerate.
10024 * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
10025 define.
10026 (fbsd_find_memory_regions): Use kinfo_getvmmap to
10027 enumerate memory regions if present.
10028
10029 2015-03-13 John Baldwin <jhb@FreeBSD.org>
10030
10031 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
10032 * i386fbsd-tdep.c: Fix style in various gdb_static_assert
10033 expressions.
10034 (i386fbsd_sigtramp_p): Likewise.
10035
10036 2015-03-12 John Baldwin <jhb@FreeBSD.org>
10037
10038 * MAINTAINERS (Write After Approval): Add John Baldwin.
10039
10040 2015-03-12 Gary Benson <gbenson@redhat.com>
10041
10042 * solib.c (_initialize_solib): Make "set/show sysroot" use
10043 add_setshow_optional_filename_cmd so it can be restored to
10044 empty after being set.
10045
10046 2015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
10047
10048 * Makefile.in (SFILES): New source break-catch-syscall.c.
10049 (COMMON_OBS): New object break-catch-syscall.o.
10050 * break-catch-syscall.c: New file.
10051 * breakpoint.c: Remove inclusion of "xml-syscall.h".
10052 (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
10053 (struct syscall_catchpoint): Likewise.
10054 (dtor_catch_syscall): Likewise.
10055 (catch_syscall_inferior_data): Likewise.
10056 (struct catch_syscall_inferior_data): Likewise.
10057 (get_catch_syscall_inferior_data): Likewise.
10058 (catch_syscall_inferior_data_cleanup): Likewise.
10059 (insert_catch_syscall): Likewise.
10060 (remove_catch_syscall): Likewise.
10061 (breakpoint_hit_catch_syscall): Likewise.
10062 (print_it_catch_syscall): Likewise.
10063 (print_one_catch_syscall): Likewise.
10064 (print_mention_catch_syscall): Likewise.
10065 (print_recreate_catch_syscall): Likewise.
10066 (catch_syscall_breakpoint_ops): Likewise.
10067 (syscall_catchpoint_p): Likewise.
10068 (create_syscall_event_catchpoint): Likewise.
10069 (catch_syscall_split_args): Likewise.
10070 (catch_syscall_command_1): Likewise.
10071 (is_syscall_catchpoint_enabled): Likewise.
10072 (catch_syscall_enabled): Likewise.
10073 (catching_syscall_number): Likewise.
10074 (catch_syscall_completer): Likewise.
10075 (clear_syscall_counts): Likewise.
10076 (initialize_breakpoint_ops): Move initialization of syscall
10077 catchpoints to break-catch-syscall.c.
10078 (_initialize_breakpoint): Move code related to syscall catchpoints
10079 to break-catch-syscall.c.
10080
10081 2015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
10082
10083 * breakpoint.c (breakpoint_find_if): New function.
10084 * breakpoint.h (breakpoint_find_if): New prototype.
10085
10086 2015-03-11 Gary Benson <gbenson@redhat.com>
10087
10088 * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
10089 * remote-fileio.c (remote_fileio_to_host_uint): New function.
10090 (remote_fileio_to_host_ulong): Likewise.
10091 (remote_fileio_to_host_mode): Likewise.
10092 (remote_fileio_to_host_time): Likewise.
10093 (remote_fileio_to_host_stat): Likewise.
10094 * remote.c (PACKET_vFile_fstat): New enum value.
10095 (remote_protocol_features): Register the "vFile:fstat" feature.
10096 (remote_hostio_fstat): New function.
10097 (remote_bfd_iovec_stat): Use the above.
10098 (_initialize_remote): Register new "set/show remote
10099 hostio-fstat-packet" command.
10100 * symfile.c (separate_debug_file_exists): Update comment.
10101 * NEWS: Announce new vFile:fstat packet.
10102
10103 2015-03-11 Gary Benson <gbenson@redhat.com>
10104
10105 * common/common-remote-fileio.h: New file.
10106 * common/common-remote-fileio.c: Likewise.
10107 * Makefile.in (SFILES): Add common/common-remote-fileio.c.
10108 (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
10109 (COMMON_OBS): Add common-remote-fileio.o.
10110 (common-remote-fileio.o): New rule.
10111 * remote-fileio.h (common-remote-fileio.h): New include.
10112 * remote-fileio.c (gdb/fileio.h): Do not include.
10113 (remote_fileio_to_be): Moved to common-remote-fileio.h.
10114 (remote_fileio_to_fio_uint): Likewise.
10115 (remote_fileio_to_fio_time): Likewise.
10116 (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
10117 (remote_fileio_to_fio_mode): Likewise.
10118 (remote_fileio_to_fio_ulong): Likewise.
10119 (remote_fileio_to_fio_stat): Likewise.
10120
10121 2015-03-11 Andy Wingo <wingo@igalia.com>
10122
10123 * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
10124 we were checking the cached type, not the cached dynamic type.
10125
10126 2015-03-11 Andy Wingo <wingo@igalia.com>
10127
10128 * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
10129 other strings, as these are on the GC'd heap, and will be
10130 collected along with the smob.
10131
10132 2015-03-11 Andy Wingo <wingo@igalia.com>
10133
10134 * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
10135 (objfile_functions): Bind gdbscm_objfile_progspace to
10136 objfile-progspace.
10137 * guile/lib/gdb.scm: Add objfile-progspace to exports.
10138
10139 2015-03-11 Andy Wingo <wingo@igalia.com>
10140
10141 * guile/guile.c (_initialize_guile): Disable automatic
10142 finalization, if Guile offers us that possibility.
10143 * guile/guile.c (call_initialize_gdb_module):
10144 * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
10145 finalizers in appropriate places.
10146 * configure.ac (AC_TRY_LIBGUILE): Add a check for
10147 scm_set_automatic_finalization_enabled.
10148 * configure: Regenerated.
10149
10150 2015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
10151
10152 * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
10153 SAL, if possible.
10154
10155 2015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
10156
10157 * s390-linux-nat.c (struct arch_lwp_info): New.
10158 (s390_fix_watch_points): Rename to...
10159 (s390_prepare_to_resume): ...this. Skip the PER info update
10160 unless the watch points have changed.
10161 (s390_refresh_per_info, s390_new_thread): New functions.
10162 (s390_insert_watchpoint): Call s390_refresh_per_info instead of
10163 s390_fix_watch_points.
10164 (s390_remove_watchpoint): Likewise.
10165 (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
10166 Register s390_prepare_to_resume.
10167
10168 2015-03-09 Pedro Alves <palves@redhat.com>
10169
10170 Revert:
10171 2015-03-07 Pedro Alves <palves@redhat.com>
10172 * common/gdb_socket.h: New file.
10173 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
10174 sys/socket.h.
10175 (net_open): Use union gdb_sockaddr_u.
10176
10177 2015-03-07 Pedro Alves <palves@redhat.com>
10178
10179 * configure.ac (build_warnings): Move -Wmissing-prototypes
10180 -Wdeclaration-after-statement -Wmissing-parameter-type
10181 -Wold-style-declaration -Wold-style-definition to the C-specific
10182 set.
10183 * configure: Regenerate.
10184
10185 2015-03-07 Pedro Alves <palves@redhat.com>
10186
10187 * common/gdb_socket.h: New file.
10188 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
10189 sys/socket.h.
10190 (net_open): Use union gdb_sockaddr_u.
10191
10192 2015-03-07 Pedro Alves <palves@redhat.com>
10193
10194 * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
10195 (exceptions_state_mc_action_iter)
10196 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
10197 Don't define.
10198 [__cplusplus] (try_scope_depth): New global.
10199 [__cplusplus] (exception_try_scope_entry)
10200 (exception_try_scope_exit, gdb_exception_sliced_copy)
10201 (exception_rethrow): New functions.
10202 (throw_exception): In C++ mode, throw
10203 gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
10204 gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
10205 (throw_it): In C++ mode, use try_scope_depth.
10206 * common/common-exceptions.h [!__cplusplus]
10207 (exceptions_state_mc_action_iter)
10208 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
10209 Don't declare.
10210 [__cplusplus] (exception_try_scope_entry)
10211 (exception_try_scope_exit, exception_rethrow): Declare.
10212 [__cplusplus] (struct exception_try_scope): New struct.
10213 [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
10214 C++ exceptions.
10215 (struct gdb_exception_RETURN_MASK_ALL)
10216 (struct gdb_exception_RETURN_MASK_ERROR)
10217 (struct gdb_exception_RETURN_MASK_QUIT): New types.
10218
10219 2015-03-07 Pedro Alves <palves@redhat.com>
10220
10221 * main.c (handle_command_errors): Remove volatile qualifier from
10222 parameter.
10223
10224 2015-03-07 Pedro Alves <palves@redhat.com>
10225
10226 * breakpoint.c (save_breakpoints): Adjust to avoid code between
10227 TRY and CATCH.
10228 * gdbtypes.c (safe_parse_type): Remove empty line.
10229 (types_deeply_equal):
10230 * guile/scm-frame.c (gdbscm_frame_name):
10231 * linux-thread-db.c (find_new_threads_once):
10232 * python/py-breakpoint.c (bppy_get_commands):
10233 * record-btrace.c (record_btrace_insert_breakpoint)
10234 (record_btrace_remove_breakpoint, record_btrace_start_replaying)
10235 (record_btrace_start_replaying): Adjust to avoid code between TRY
10236 and CATCH.
10237
10238 2015-03-07 Pedro Alves <palves@redhat.com>
10239
10240 * common/common-exceptions.c (struct catcher) <exception>: No
10241 longer a pointer to volatile exception. Now an exception value.
10242 <mask>: Delete field.
10243 (exceptions_state_mc_init): Remove all parameters. Adjust.
10244 (exceptions_state_mc): No longer pop the catcher here.
10245 (exceptions_state_mc_catch): New function.
10246 (throw_exception): Adjust.
10247 * common/common-exceptions.h (exceptions_state_mc_init): Remove
10248 all parameters.
10249 (exceptions_state_mc_catch): Declare.
10250 (TRY_CATCH): Rename to ...
10251 (TRY): ... this. Remove EXCEPTION and MASK parameters.
10252 (CATCH, END_CATCH): New.
10253 All callers adjusted.
10254
10255 2015-03-07 Tom Tromey <tromey@redhat.com>
10256
10257 * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
10258
10259 2015-03-07 Pedro Alves <palves@redhat.com>
10260
10261 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
10262 (amd64_epilogue_frame_cache): Normal exception handling code.
10263 * break-catch-throw.c (check_status_exception_catchpoint)
10264 (re_set_exception_catchpoint): Ditto.
10265 * cli/cli-interp.c (safe_execute_command):
10266 * cli/cli-script.c (script_from_file): Ditto.
10267 * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
10268 Ditto.
10269 * compile/compile-object-run.c (compile_object_run): Ditto.
10270 * cp-abi.c (baseclass_offset): Ditto.
10271 * cp-valprint.c (cp_print_value): Ditto.
10272 * exceptions.c (catch_exceptions_with_msg):
10273 * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
10274 * frame.c (get_frame_address_in_block_if_available): Ditto.
10275 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
10276 (i386_sigtramp_frame_cache): Ditto.
10277 * infcmd.c (post_create_inferior): Ditto.
10278 * linespec.c (parse_linespec, find_linespec_symbols):
10279 * p-valprint.c (pascal_object_print_value): Ditto.
10280 * parse.c (parse_expression_for_completion): Ditto.
10281 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
10282 * remote.c (remote_get_noisy_reply): Ditto.
10283 * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
10284 * solib-svr4.c (solib_svr4_r_map): Ditto.
10285
10286 2015-03-06 Gary Benson <gbenson@redhat.com>
10287
10288 * common/common-utils.h (startswith): New inline function.
10289 All places where this logic was used updated to use the above.
10290
10291 2015-03-05 Pedro Alves <palves@redhat.com>
10292
10293 PR gdb/18002
10294 * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
10295 after reading the breakpoint's shadow memory.
10296
10297 2015-03-05 Mark Kettenis <kettenis@gnu.org>
10298
10299 * hppabsd-nat.c: Remove file.
10300 * hppaobsd-nat.c: New file.
10301 * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c. Add
10302 hppaobsd-nat.c.
10303 * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
10304 hppaobsd-nat.o.
10305
10306 2015-03-04 Pedro Alves <palves@redhat.com>
10307
10308 * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
10309 (target_decr_pc_after_break): Delete declaration.
10310 * target.c (default_target_decr_pc_after_break)
10311 (target_decr_pc_after_break): Delete.
10312 * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
10313 gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
10314 * linux-thread-db.c (check_event): Likewise.
10315 * infrun.c (adjust_pc_after_break): Likewise.
10316 * darwin-nat.c (cancel_breakpoint): Likewise.
10317 * aix-thread.c (aix_thread_wait): Likewise.
10318 * target-delegates.c: Regenerate.
10319
10320 2015-03-04 Pedro Alves <palves@redhat.com>
10321
10322 * linux-nat.c (save_sigtrap): Check for breakpoints before
10323 checking watchpoints.
10324 (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
10325 breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
10326 (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
10327 a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
10328 (linux_nat_stopped_by_sw_breakpoint)
10329 (linux_nat_supports_stopped_by_sw_breakpoint)
10330 (linux_nat_stopped_by_hw_breakpoint)
10331 (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
10332 (linux_nat_wait_1): Don't re-increment the PC if relying on
10333 SIGTRAP's siginfo->si_code.
10334 (linux_nat_add_target): Install new target methods.
10335 * linux-thread-db.c (check_event): Don't account for breakpoint PC
10336 offset if the target already adjusted the PC.
10337 * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
10338 (GDB_ARCH_TRAP_BRKPT): New.
10339 (TRAP_HWBKPT): Define if not already defined.
10340
10341 2015-03-04 Pedro Alves <palves@redhat.com>
10342
10343 * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
10344 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
10345 Delete field.
10346 <stop_reason>: New field.
10347 (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
10348 (packet_set_cmd_state): New function.
10349 (remote_protocol_features): Register the "swbreak" and "hwbreak"
10350 features.
10351 (remote_query_supported): If not disabled with the corresponding
10352 "set remote foo-packet" command, report support for the swbreak
10353 and hwbreak features.
10354 (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
10355 field.
10356 <stop_reason>: New field.
10357 (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
10358 (remote_wait_as): Adjust.
10359 (remote_stopped_by_sw_breakpoint)
10360 (remote_supports_stopped_by_sw_breakpoint)
10361 (remote_stopped_by_hw_breakpoint)
10362 (remote_supports_stopped_by_hw_breakpoint): New functions.
10363 (remote_stopped_by_watchpoint): New function.
10364 (init_remote_ops): Install them.
10365 (_initialize_remote): Register new "set/show remote
10366 swbreak-feature-packet" and "set/show remote
10367 swbreak-feature-packet" commands.
10368
10369 2015-03-04 Pedro Alves <palves@redhat.com>
10370
10371 * btrace.h: Include target/waitstatus.h.
10372 (struct btrace_thread_info) <stop_reason>: New field.
10373 * record-btrace.c (record_btrace_step_thread): Use
10374 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10375 (record_btrace_decr_pc_after_break): Delete.
10376 (record_btrace_stopped_by_sw_breakpoint)
10377 (record_btrace_supports_stopped_by_sw_breakpoint)
10378 (record_btrace_stopped_by_hw_breakpoint)
10379 (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
10380 (init_record_btrace_ops): Install them.
10381 * record-full.c (record_full_hw_watchpoint): Delete and replace
10382 with ...
10383 (record_full_stop_reason): ... this throughout.
10384 (record_full_exec_insn): Adjust.
10385 (record_full_wait_1): Adjust. No longer re-increment the PC.
10386 (record_full_wait_1): Adjust. Use
10387 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10388 (record_full_stopped_by_watchpoint): Adjust.
10389 (record_full_stopped_by_sw_breakpoint)
10390 (record_full_supports_stopped_by_sw_breakpoint)
10391 (record_full_supports_stopped_by_sw_breakpoint)
10392 (record_full_stopped_by_hw_breakpoint)
10393 (record_full_supports_stopped_by_hw_breakpoint): New functions.
10394 (init_record_full_ops, init_record_full_core_ops): Install them.
10395 * record.c (record_check_stopped_by_breakpoint): New function.
10396 * record.h: Include target/waitstatus.h.
10397 (record_check_stopped_by_breakpoint): New declaration.
10398
10399 2015-03-04 Pedro Alves <palves@redhat.com>
10400
10401 enum lwp_stop_reason -> enum target_stop_reason
10402 * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
10403 (linux_nat_stopped_by_watchpoint, status_callback)
10404 (linux_nat_wait_1): Adjust.
10405 * linux-nat.h (enum lwp_stop_reason): Delete.
10406 (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
10407 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
10408 * target/waitstatus.h (enum target_stop_reason): New.
10409
10410 2015-03-04 Pedro Alves <palves@redhat.com>
10411
10412 * breakpoint.c (need_moribund_for_location_type): New function.
10413 (bpstat_stop_status): Don't skipping checking moribund locations
10414 of breakpoint types which the target tell caused a stop.
10415 (program_breakpoint_here_p): New function, factored out from ...
10416 (bp_loc_is_permanent): ... this.
10417 (update_global_location_list): Don't create a moribund location if
10418 the target supports reporting stops of the type of the removed
10419 breakpoint.
10420 * breakpoint.h (program_breakpoint_here_p): New declaration.
10421 * infrun.c (adjust_pc_after_break): Return early if the target has
10422 already adjusted the PC. Add comments.
10423 (handle_signal_stop): If nothing explains a signal, and the target
10424 tells us the stop was caused by a software breakpoint, check if
10425 there's a breakpoint instruction in the memory. If so, adjust the
10426 PC before presenting the stop to the user. Otherwise, ignore the
10427 trap. If nothing explains a signal, and the target tells us the
10428 stop was caused by a hardware breakpoint, ignore the trap.
10429 * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
10430 to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
10431 to_supports_stopped_by_hw_breakpoint>: New fields.
10432 (target_stopped_by_sw_breakpoint)
10433 (target_supports_stopped_by_sw_breakpoint)
10434 (target_stopped_by_hw_breakpoint)
10435 (target_supports_stopped_by_hw_breakpoint): Define.
10436 * target-delegates.c: Regenerate.
10437
10438 2015-03-04 Pedro Alves <palves@redhat.com>
10439
10440 * infrun.c (follow_fork_inferior): Use the whole of the
10441 inferior_ptid and pending_follow.related_pid ptids instead of
10442 building ptids from the process components. Adjust verbose output
10443 to use target_pid_to_str.
10444 * linux-nat.c (linux_child_follow_fork): Use the whole of the
10445 inferior_ptid and pending_follow.related_pid ptids instead of
10446 building ptids from the process components.
10447
10448 2015-03-04 Mark Kettenis <kettenis@gnu.org>
10449
10450 * inf-ptrace.c [PT_GET_PROCESS_STATE]
10451 (inf_ptrace_insert_fork_catchpoint): New function.
10452 (inf_ptrace_remove_fork_catchpoint): New function.
10453 (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
10454
10455 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10456
10457 * s390-linux-tdep.c (s390_register_name): Return empty string
10458 instead of NULL for registers that shouldn't be visible.
10459
10460 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10461
10462 * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
10463 XML file for 64-bit targets.
10464
10465 2015-03-03 Simon Marchi <simon.marchi@ericsson.com>
10466
10467 * target.h (find_default_create_inferior): Remove declaration.
10468 (find_default_attach): Likewise.
10469
10470 2015-03-03 Pedro Alves <palves@redhat.com>
10471
10472 * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
10473 Use ptid_get_pid to get the overall process id when resuming all
10474 threads.
10475
10476 2015-03-03 Pedro Alves <palves@redhat.com>
10477
10478 * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
10479 the lwp field of ptid. Pass the full ptid to get_thread_regcache.
10480 * inf-ptrace.c (get_ptrace_pid): New function.
10481 (inf_ptrace_resume): Use it.
10482 * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
10483 to the lower layer.
10484
10485 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
10486
10487 * nat/linux-btrace.c: Include sys/utsname.h.
10488 (linux_determine_kernel_ptr_bits): New.
10489 (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
10490 * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
10491 ptr_bits.
10492
10493 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
10494
10495 * btrace.c (ftrace_update_function): Treat return as tailcall for
10496 "_dl_runtime_resolve".
10497
10498 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
10499
10500 * btrace.h (btrace_function) <lbegin, lend>: Remove.
10501 * btrace.c (ftrace_debug): Do not print the line range.
10502 (ftrace_skip_file, ftrace_update_lines): Remove.
10503 (ftrace_new_function): Remove lbegin and lend initialization.
10504 (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
10505 * record-btrace.c (btrace_compute_src_line_range): New.
10506 (btrace_call_history_src_line): Call btrace_compute_src_line_range.
10507
10508 2015-03-02 Pedro Alves <palves@redhat.com>
10509
10510 * infrun.c (follow_exec): Delete all threads of the process except
10511 the event thread. Extended comments.
10512
10513 2015-03-02 Joel Brobecker <brobecker@adacore.com>
10514
10515 * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
10516
10517 2015-03-02 Joel Brobecker <brobecker@adacore.com>
10518
10519 * utils.h: Remove <stdbool.h> #include.
10520 (producer_is_gcc): Change return type to "int".
10521 * utils.c (producer_is_gcc): Change return type to int.
10522 Return 1 instead of true, and 0 instead of false.
10523 Adjust function documentation accordingly.
10524
10525 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10526
10527 * s390-linux-nat.c (have_regset_vxrs): New static variable.
10528 (s390_linux_fetch_inferior_registers): Handle vector registers, if
10529 present.
10530 (s390_linux_store_inferior_registers): Likewise.
10531 (s390_get_hwcap): Remove function. Embed its logic...
10532 (s390_read_description): ...here. Yield a target description with
10533 vector registers if applicable.
10534 * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
10535 "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
10536 "features/s390x-tevx-linux64.c".
10537 (struct gdbarch_tdep) <v0_full_regnum>: New field.
10538 (s390_dwarf_regmap): Add vector registers. Remove bogus entries
10539 for "GNU/Linux-specific registers".
10540 (s390_dwarf_reg_r0l): New enum value.
10541 (s390_dwarf_reg_to_regnum): Support vector registers.
10542 (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
10543 of GPR lower halves.
10544 (regnum_is_vxr_full): New function.
10545 (s390_register_name): New function.
10546 (s390_pseudo_register_name): Handle v0-v15, which are composed of
10547 f0-f15 and v0l-v15l.
10548 (s390_pseudo_register_type): Likewise.
10549 (s390_pseudo_register_read): Likewise.
10550 (s390_pseudo_register_write): Likewise.
10551 (s390_value_from_register): Account for the fact that values are
10552 placed left-justified in vector registers.
10553 (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
10554 the vector reggroup and omit them from the general reggroup.
10555 (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
10556 (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
10557 (s390_iterate_over_regset_sections): Add iterations for the two
10558 new vector regsets.
10559 (s390_core_read_description): Yield a target description with
10560 vector registers if applicable.
10561 (s390_gdbarch_init): Handle target descriptions with vector
10562 registers. Add "register_name" gdbarch method.
10563 (_initialize_s390_tdep): Call new tdesc initialization functions.
10564 * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
10565 (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
10566 (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
10567 (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
10568 (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
10569 (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
10570 (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
10571 (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
10572 (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
10573 (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
10574 (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
10575 (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
10576 (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
10577 (S390_NUM_REGS): Adjust value.
10578 (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
10579 (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
10580 (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
10581 * NEWS: Announce S/390 vector register support.
10582
10583 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10584
10585 * features/s390-tevx-linux64.xml: New file.
10586 * features/s390-vx-linux64.xml: New file.
10587 * features/s390-vx.xml: New file.
10588 * features/s390x-tevx-linux64.xml: New file.
10589 * features/s390x-vx-linux64.xml: New file.
10590 * features/Makefile (WHICH): Add s390-vx-linux64,
10591 s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
10592 (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
10593 (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
10594 macros.
10595 * features/s390-tevx-linux64.c: New generated file.
10596 * features/s390-vx-linux64.c: Likewise.
10597 * features/s390x-tevx-linux64.c: Likewise.
10598 * features/s390x-vx-linux64.c: Likewise.
10599 * regformats/s390-tevx-linux64.dat: Likewise.
10600 * regformats/s390-vx-linux64.dat: Likewise.
10601 * regformats/s390x-tevx-linux64.dat: Likewise.
10602 * regformats/s390x-vx-linux64.dat: Likewise.
10603
10604 2015-02-28 Doug Evans <xdje42@gmail.com>
10605
10606 * symtab.h (struct symtab) <next>: Fix comment.
10607
10608 2015-02-27 Simon Marchi <simon.marchi@ericsson.com>
10609
10610 * python/python.c (python_GdbModuleDef): Rename GdbMethods to
10611 python_GdbMethods.
10612
10613 2015-02-27 Pedro Alves <palves@redhat.com>
10614
10615 * dtrace-probe.c (dtrace_probe_ops): Make extern.
10616
10617 2015-02-27 Pedro Alves <palves@redhat.com>
10618
10619 * common/common-exceptions.h (exception_none): Declare.
10620 * common/common-exceptions.c (exception_none): Moved from
10621 exceptions.c.
10622 (exceptions_state_mc_init): Use exception_none.
10623 * exceptions.c (exception_none): Move to
10624 common/common-exceptions.c.
10625 * exceptions.h (exception_none): Move to
10626 common/common-exceptions.h.
10627
10628 2015-02-27 Pedro Alves <palves@redhat.com>
10629
10630 * main.c (catch_command_errors, catch_command_errors_const):
10631 Remove 'mask' argument. Adjust.
10632 (captured_main): Adjust callers.
10633
10634 2015-02-27 Pedro Alves <palves@redhat.com>
10635
10636 * python/python-internal.h: Include "extension-priv.h".
10637
10638 2015-02-27 Pedro Alves <palves@redhat.com>
10639
10640 * breakpoint.h (enum print_stop_action): Move further up in the
10641 file.
10642
10643 2015-02-27 Pedro Alves <palves@redhat.com>
10644
10645 * gdbarch.sh: Include regcache.h.
10646 * gdbarch.h: Regenerate.
10647
10648 2015-02-27 Pedro Alves <palves@redhat.com>
10649
10650 * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
10651 Remove duplicate const.
10652 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
10653 duplicate const.
10654
10655 2015-02-27 Pedro Alves <palves@redhat.com>
10656
10657 * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
10658 * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
10659 * features/feature_to_c.sh: Tag the generated xml_builtin array
10660 with extern const in C++ mode.
10661
10662 2015-02-27 Tom Tromey <tromey@redhat.com>
10663
10664 * minidebug.c (struct lzma_stream): Rename to ...
10665 (struct gdb_lzma_stream): ... this.
10666 (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
10667
10668 2015-02-27 Pedro Alves <palves@redhat.com>
10669
10670 * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
10671 function.
10672 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
10673 (mi_cmd_stack_list_variables): Use it.
10674
10675 2015-02-27 Pedro Alves <palves@redhat.com>
10676
10677 * x86-linux-nat.c (u_debugreg_offset): New function.
10678 (x86_linux_dr_get, x86_linux_dr_set): Use it.
10679
10680 2015-02-27 Pedro Alves <palves@redhat.com>
10681
10682 * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
10683 declaration.
10684 Include break-common.h.
10685
10686 2015-02-27 Tom Tromey <tromey@redhat.com>
10687 Pedro Alves <palves@redhat.com>
10688
10689 * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
10690 local used to iterate over enums.
10691 * completer.c (signal_completer): Likewise.
10692 * i386-tdep.c (i386_stap_parse_special_token): Likewise.
10693 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
10694 * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
10695 * tui/tui-layout.c (next_layout, prev_layout): Likewise.
10696 * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
10697 (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
10698 * tui-wingeneral.c (tui_refresh_all): Likewise.
10699
10700 2015-02-27 Pedro Alves <palves@redhat.com>
10701
10702 * target.h: Include "infrun.h".
10703
10704 2015-02-27 Pedro Alves <palves@redhat.com>
10705
10706 * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
10707
10708 2015-02-27 Pedro Alves <palves@redhat.com>
10709
10710 * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
10711 (IPA_SYM): Use it.
10712 * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
10713
10714 2015-02-27 Pedro Alves <palves@redhat.com>
10715
10716 * cli-out.c (_rl_erase_entire_line): Move declaration out of
10717 cli_mld_erase_entire_line, and make it extern "C".
10718 * common/common-defs.h (EXTERN_C): New.
10719 * completer.c (_rl_completion_prefix_display_length)
10720 (_rl_print_completions_horizontally, QSFUNC): Move declarations
10721 out of gdb_display_match_list_1.
10722 (_rl_qsort_string_compare): Move declaration out of
10723 gdb_display_match_list_1, and make it extern "C".
10724 * defs.h (re_comp): Use EXTERN_C.
10725 * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
10726 and make it extern "C".
10727 (monstartup): Move declaration out of maintenance_set_profile_cmd,
10728 and make it extern "C".
10729 (main): Move declaration out of maintenance_set_profile_cmd.
10730 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
10731 EXTERN_C.
10732
10733 2015-02-27 Pedro Alves <palves@redhat.com>
10734
10735 * python/python.c (GdbMethods): Rename to ...
10736 (python_GdbMethods): ... this and make extern.
10737 (GdbModuleDef): Rename to ...
10738 (python_GdbModuleDef): ... this and make extern.
10739
10740 2015-02-27 Pedro Alves <palves@redhat.com>
10741
10742 * record-btrace.c (set_record_btrace_cmdlist)
10743 (show_record_btrace_cmdlist): Remove redefinitions.
10744
10745 2015-02-27 Tom Tromey <tromey@redhat.com>
10746 Pedro Alves <palves@redhat.com>
10747
10748 * dwarf2-frame.c (enum cfa_how_kind, struct
10749 dwarf2_frame_state_reg_info): Move out of struct
10750 dwarf2_frame_state.
10751 * dwarf2read.c (struct tu_stats): Move out of struct
10752 dwarf2_per_objfile.
10753 (struct file_entry): Move out of struct line_header.
10754 (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
10755 typedef_field_list): Move out of struct field_info.
10756 * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
10757 Move out of struct dynamic_prop.
10758 (union type_owner, union field_location, struct field, struct
10759 range_bounds, union type_specific): Move out of struct main_type.
10760 (struct fn_fieldlist, struct fn_field, struct typedef_field)
10761 (VOFFSET_STATIC): Move out of struct cplus_struct_type.
10762 (struct call_site_target, union call_site_parameter_u, struct
10763 call_site_parameter): Move out of struct call_site.
10764 * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
10765 m32c_prologue.
10766 (enum srcdest_kind): Move out of struct srcdest.
10767 * main.c (enum cmdarg_kind): Move out of struct cmdarg.
10768 * prologue-value.h (enum prologue_value_kind): Move out of struct
10769 prologue_value.
10770 * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
10771 gdbarch_tdep.
10772 * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
10773 out of struct field_info.
10774 * symfile.h (struct other_sections): Move out of struct
10775 section_addr_info.
10776 * symtab.c (struct symbol_cache_slot): Move out struct
10777 block_symbol_cache.
10778 * target-descriptions.c (enum tdesc_type_kind): Move out of
10779 typedef struct tdesc_type.
10780 * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
10781 struct tui_line_or_address.
10782 * value.c (enum internalvar_kind, union internalvar_data): Move
10783 out of struct internalvar.
10784 * xtensa-tdep.h (struct ctype_cache): Move out of struct
10785 gdbarch_tdep.
10786
10787 2015-02-27 Tom Tromey <tromey@redhat.com>
10788 Pedro Alves <palves@redhat.com>
10789
10790 Rename symbols whose names are reserved C++ keywords throughout.
10791
10792 2015-02-27 Pedro Alves <palves@redhat.com>
10793
10794 * Makefile.in (COMPILER): New, get it from autoconf.
10795 (COMPILE.pre, CC_LD): Use COMPILER.
10796 (CXX): Get from autoconf instead.
10797 (CXX_FOR_TARGET): Default to g++ instead of gcc.
10798 * acinclude.m4: Include build-with-cxx.m4.
10799 * build-with-cxx.m4: New file.
10800 * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
10801 Disable -Werror by default if building in C++ mode.
10802 (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
10803 -Wno-narrowing in C++ mode. Only enable -Wpointer-sign in C mode.
10804 Run supported-warning-flags tests with the C++ compiler.
10805 Save/restore CXXFLAGS too.
10806 * configure: Regenerate.
10807
10808 2015-02-27 Pedro Alves <palves@redhat.com>
10809
10810 * libiberty.m4: New file.
10811 * acinclude.m4: Include libiberty.m4.
10812 * configure.ac: Call libiberty_INIT.
10813 * config.in, configure: Regenerate.
10814
10815 2015-02-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
10816
10817 * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
10818 31-bit targets, but 64-bit targets as well.
10819 (s390_gnu_triplet_regexp): New function.
10820 (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
10821 64-bit targets as well. Set the gnu_triplet_regexp gdbarch
10822 method.
10823
10824 2015-02-27 Jon TURNEY <jon.turney@dronecode.org.uk> (tiny patch)
10825
10826 * windows-nat.c (CONTEXT_DEBUGGER): Remove.
10827 (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS. Incorporate flags
10828 from CONTEXT_DEBUGGER.
10829
10830 2015-02-26 Doug Evans <dje@google.com>
10831
10832 * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
10833 CHECK_TYPEDEF.
10834 (set_type_vptr_fieldno): Ditto.
10835 (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
10836 * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
10837
10838 2015-02-26 Pedro Alves <palves@redhat.com>
10839
10840 * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
10841 * complaints.c (vcomplaint): Pass argument FMT directly to
10842 printf-like functions instead of complaint->fmt.
10843 * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
10844 * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
10845 * compile/compile-loc2c.c (pushf, unary, binary): Add
10846 ATTRIBUTE_PRINTF.
10847 (do_compile_dwarf_expr_to_c): Pass string literal as format string
10848 to pushf.
10849 (BINARY): Pass string literal as format string to 'binary'.
10850 * compile/compile-object-load.c (link_callbacks_einfo): Add
10851 ATTRIBUTE_PRINTF.
10852 * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
10853
10854 2015-02-26 Pedro Alves <palves@redhat.com>
10855
10856 * windows-termcap.c: Rename to ...
10857 * stub-termcap.c: ... this. Adjust header line.
10858 * Makefile.in (SFILES): Refer to stub-termcap.c instead of
10859 windows-termcap.c.
10860 * configure: Regenerate.
10861 * configure.ac: Refer to stub-termcap.o instead of
10862 windows-termcap.o.
10863 * gdb_curses.h: Mention stub-termcap.c instead of
10864 windows-termcap.c.
10865
10866 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10867
10868 * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
10869 (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
10870
10871 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
10872
10873 * gdb/infcmd.c (print_return_value): use type_to_string to print type.
10874
10875 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10876
10877 * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
10878 bfd_canonicalize_symtab.
10879
10880 2015-02-25 John Baldwin <jhb@FreeBSD.org>
10881
10882 * amd64fbsd-nat.c: Include sys/user.h.
10883 (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
10884 instead of KERN_PS_STRINGS to locate the signal trampoline.
10885 * i386fbsd-nat.c: Include sys/user.h.
10886 (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
10887 instead of KERN_PS_STRINGS to locate the signal trampoline.
10888 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
10889 (amd64fbsd_sigtramp_p): New.
10890 (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
10891 longer set default values.
10892 (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
10893 * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
10894 (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
10895 (i386fbsd_freebsd4_sigtramp_start)
10896 (i386fbsd_freebsd4_sigtramp_middle)
10897 (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
10898 (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
10899 (i386fbsd_sigtramp_p): New.
10900 (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
10901 longer set default values.
10902 (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
10903
10904 2015-02-25 John Baldwin <jhb@freebsd.org>
10905
10906 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
10907 get_frame_register instead of frame_unwind_register_unsigned.
10908
10909 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10910
10911 PR build/18033
10912 * compile/compile-c-support.c (c_compute_program): Change // comment.
10913 * compile/compile-object-load.c (setup_sections): Change // comment.
10914
10915 2015-02-26 Joel Brobecker <brobecker@adacore.com>
10916
10917 PR build/18033:
10918 * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
10919
10920 2015-02-23 Pedro Alves <palves@redhat.com>
10921
10922 * remote.c (skip_to_semicolon): New function.
10923 (remote_parse_stop_reply) <T stop reply>: Use it. Don't
10924 special case the stop reasons that look like hex numbers
10925 upfront. Instead handle real register numbers after matching
10926 all the known stop reasons.
10927
10928 2015-02-21 Doug Evans <dje@google.com>
10929
10930 PR c++/17976, symtab/17821
10931 * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
10932 is_in_anonymous. All callers updated.
10933 (find_symbol_in_baseclass): Ditto.
10934 (cp_lookup_nested_symbol_1): Ditto. Don't search all static blocks
10935 for symbols in an anonymous namespace.
10936 * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
10937 DW_AT_name directly.
10938 (dwarf2_name): Convert missing namespace name to
10939 CP_ANONYMOUS_NAMESPACE_STR.
10940
10941 2015-02-20 Pedro Alves <palves@redhat.com>
10942
10943 * linux-nat.c (linux_handle_extended_wait): Call
10944 thread_db_notice_clone whenever a new clone LWP is detected.
10945 (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
10946 functions.
10947 * linux-nat.h (thread_db_attach_lwp): Delete declaration.
10948 (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
10949 (linux_unstop_all_lwps): Declare.
10950 * linux-thread-db.c (struct thread_get_info_inout): Delete.
10951 (thread_get_info_callback): Delete.
10952 (thread_from_lwp): Use td_thr_get_info and record_thread.
10953 (thread_db_attach_lwp): Delete.
10954 (thread_db_notice_clone): New function.
10955 (try_thread_db_load_1): If /proc is mounted and shows the
10956 process'es task list, walk over all LWPs and call thread_from_lwp
10957 instead of relying on td_ta_thr_iter.
10958 (attach_thread): Don't call check_thread_signals here. Split the
10959 tail part of the function (which adds the thread to the core GDB
10960 thread list) to ...
10961 (record_thread): ... this function. Call check_thread_signals
10962 here.
10963 (thread_db_wait): Don't call thread_db_find_new_threads_1. Always
10964 call thread_from_lwp.
10965 (thread_db_update_thread_list): Rename to ...
10966 (thread_db_update_thread_list_org): ... this.
10967 (thread_db_update_thread_list): New function.
10968 (thread_db_find_thread_from_tid): Delete.
10969 (thread_db_get_ada_task_ptid): Simplify.
10970 * nat/linux-procfs.c: Include <sys/stat.h>.
10971 (linux_proc_task_list_dir_exists): New function.
10972 * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
10973
10974 2015-02-20 Pedro Alves <palves@redhat.com>
10975
10976 * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
10977 main LWP. Handle the case of waitpid returning 0 if we're already
10978 attached to the LWP. Don't set the LWP's last_resume_kind to
10979 resume_stop if we already knew about the LWP.
10980 (linux_nat_filter_event): Add debug logs.
10981
10982 2015-02-20 Pedro Alves <palves@redhat.com>
10983
10984 * target.h (forward_target_decr_pc_after_break): Delete
10985 declaration.
10986
10987 2015-02-20 Pedro Alves <palves@redhat.com>
10988
10989 PR threads/18006
10990 * linux-thread-db.c (thread_get_info_callback): Return early if
10991 the thread's lwp id is -1.
10992
10993 2015-02-20 Joel Brobecker <brobecker@adacore.com>
10994
10995 GDB 7.9 released.
10996
10997 2015-02-19 Steve Ellcey <sellcey@imgtec.com>
10998
10999 * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
11000 (dtrace_get_probes) Change type of variable 'dof'.
11001
11002 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
11003
11004 PR breakpoints/16812
11005 * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
11006 * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
11007 * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
11008
11009 2015-02-19 David Taylor <dtaylor@emc.com>
11010
11011 * common/ax.def (setv): Fix consumed entry in setv DEFOP.
11012
11013 2015-02-18 Patrick Palka <patrick@parcs.ath.cx>
11014
11015 * tui/tui-io.c (tui_handle_resize_during_io): Remove this
11016 function.
11017 (tui_putc): Don't call tui_handle_resize_during_io.
11018 (tui_getc): Likewise.
11019 (tui_mld_getc): Likewise.
11020 * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
11021 (tui_sigwinch_token): New static variable.
11022 (tui_initialize_win): Adjust documentation. Set
11023 tui_sigwinch_token.
11024 (tui_async_resize_screen): New asynchronous callback.
11025 (tui_sigwinch_handler): Adjust documentation. Asynchronously
11026 invoke tui_async_resize_screen.
11027
11028 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
11029
11030 * configure: Regenerated.
11031 * configure.ac: Use GDB_AC_TRANSFORM.
11032 * Makefile.in (aclocal_m4_deps): Added transform.m4.
11033 * acinclude.m4: sinclude transform.m4.
11034 * transform.m4: New file.
11035 (GDB_AC_TRANSFORM): New macro.
11036
11037 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11038
11039 * NEWS: Announce the support for DTrace SDT probes.
11040
11041 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11042
11043 * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
11044 (amd64_dtrace_parse_probe_argument): New function.
11045 (amd64_dtrace_probe_is_enabled): Likewise.
11046 (amd64_dtrace_enable_probe): Likewise.
11047 (amd64_dtrace_disable_probe): Likewise.
11048 (amd64_linux_init_abi): Register the
11049 `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
11050 `gdbarch_dtrace_disable_probe' and
11051 `gdbarch_dtrace_probe_is_enabled' hooks.
11052 (amd64_dtrace_disabled_probe_sequence_1): New constant.
11053 (amd64_dtrace_disabled_probe_sequence_2): Likewise.
11054 (amd64_dtrace_enable_probe_sequence): Likewise.
11055 (amd64_dtrace_disable_probe_sequence): Likewise.
11056
11057 2015-01-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11058
11059 * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
11060 the -probe-dtrace new vpossible value for PROBE_MODIFIER.
11061 * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
11062 handle ELF files.
11063 * Makefile.in (SFILES): dtrace-probe.c added.
11064 * configure: Regenerate.
11065 * dtrace-probe.c: New file.
11066 (SHT_SUNW_dof): New constant.
11067 (dtrace_probe_type): New enum.
11068 (dtrace_probe_arg): New struct.
11069 (dtrace_probe_arg_s): New typedef.
11070 (struct dtrace_probe_enabler): New struct.
11071 (dtrace_probe_enabler_s): New typedef.
11072 (dtrace_probe): New struct.
11073 (dtrace_probe_is_linespec): New function.
11074 (dtrace_dof_sect_type): New enum.
11075 (dtrace_dof_dofh_ident): Likewise.
11076 (dtrace_dof_encoding): Likewise.
11077 (DTRACE_DOF_ENCODE_LSB): Likewise.
11078 (DTRACE_DOF_ENCODE_MSB): Likewise.
11079 (dtrace_dof_hdr): New struct.
11080 (dtrace_dof_sect): Likewise.
11081 (dtrace_dof_provider): Likewise.
11082 (dtrace_dof_probe): Likewise.
11083 (DOF_UINT): New macro.
11084 (DTRACE_DOF_PTR): Likewise.
11085 (DTRACE_DOF_SECT): Likewise.
11086 (dtrace_process_dof_probe): New function.
11087 (dtrace_process_dof): Likewise.
11088 (dtrace_build_arg_exprs): Likewise.
11089 (dtrace_get_arg): Likewise.
11090 (dtrace_get_probes): Likewise.
11091 (dtrace_get_probe_argument_count): Likewise.
11092 (dtrace_can_evaluate_probe_arguments): Likewise.
11093 (dtrace_evaluate_probe_argument): Likewise.
11094 (dtrace_compile_to_ax): Likewise.
11095 (dtrace_probe_destroy): Likewise.
11096 (dtrace_gen_info_probes_table_header): Likewise.
11097 (dtrace_gen_info_probes_table_values): Likewise.
11098 (dtrace_probe_is_enabled): Likewise.
11099 (dtrace_probe_ops): New variable.
11100 (info_probes_dtrace_command): New function.
11101 (_initialize_dtrace_probe): Likewise.
11102 (dtrace_type_name): Likewise.
11103
11104 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11105
11106 * gdbarch.sh (dtrace_parse_probe_argument): New.
11107 (dtrace_probe_is_enabled): Likewise.
11108 (dtrace_enable_probe): Likewise.
11109 (dtrace_disable_probe): Likewise.
11110 * gdbarch.c: Regenerate.
11111 * gdbarch.h: Regenerate.
11112
11113 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11114
11115 * stap-probe.c (stap_probe_ops): Add NULLs in the static
11116 stap_probe_ops for `enable_probe' and `disable_probe'.
11117 * probe.c (enable_probes_command): New function.
11118 (disable_probes_command): Likewise.
11119 (_initialize_probe): Define the cli commands `enable probe' and
11120 `disable probe'.
11121 (parse_probe_linespec): New function.
11122 (info_probes_for_ops): Use parse_probe_linespec.
11123 * probe.h (probe_ops): New hooks `enable_probe' and
11124 `disable_probe'.
11125
11126 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11127
11128 * probe.c (compute_probe_arg): Moved from stap-probe.c
11129 (compile_probe_arg): Likewise.
11130 (probe_funcs): Likewise.
11131 * stap-probe.c (compute_probe_arg): Moved to probe.c.
11132 (compile_probe_arg): Likewise.
11133 (probe_funcs): Likewise.
11134
11135 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11136
11137 * probe.c (print_ui_out_not_applicables): New function.
11138 (exists_probe_with_pops): Likewise.
11139 (info_probes_for_ops): Do not include column headers for probe
11140 types for which no probe has been actually found on any object.
11141 Also invoke `print_ui_out_not_applicables' in order to match the
11142 column rows with the header when probes of several types are
11143 listed.
11144 Print the "Type" column.
11145 * probe.h (probe_ops): Added a new probe operation `type_name'.
11146 * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
11147 (stap_type_name): New function.
11148
11149 2015-02-17 Patrick Palka <patrick@parcs.ath.cx>
11150
11151 * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
11152 (key_is_command_char): Delete.
11153
11154 2015-02-17 Pedro Alves <palves@redhat.com>
11155
11156 * tui/tui.c (tui_enable): Resize windows before anything
11157 might show a window.
11158
11159 2015-02-17 Max Ostapenko <m.ostapenko@partner.samsung.com>
11160
11161 PR gdb/17984
11162 * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
11163 (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
11164 call.
11165 * aarch64-tdep.h (tdesc_aarch64): Declare.
11166
11167 2015-02-12 Mark Wielaard <mjw@redhat.com>
11168
11169 * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
11170
11171 2015-02-13 Doug Evans <dje@google.com>
11172
11173 * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
11174 anonymous_namespace to is_in_anonymous for consistency with the rest
11175 of the file.
11176 (cp_lookup_bare_symbol): Fix typo in comment.
11177 (cp_search_static_and_baseclasses): Ditto.
11178 (search_symbol_list): Use vertical space in comment better.
11179 (reset_directive_searched): Ditto. Fix typo.
11180 (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
11181
11182 2015-02-13 Yao Qi <yao.qi@arm.com>
11183
11184 * MAINTAINERS: Update my email address.
11185
11186 2015-02-12 Doug Evans <dje@google.com>
11187
11188 * symtab.c (completion_list_add_name): Fix memory leak.
11189
11190 2015-02-12 Doug Evans <dje@google.com>
11191
11192 * completer.c (complete_line): Remove incorrect comment.
11193
11194 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11195
11196 * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
11197 (py_print_frame): Use RETURN_MASK_ERROR.
11198
11199 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11200
11201 * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
11202 function comment. Wrap all function that can throw in cleanups.
11203 (gdbpy_apply_frame_filter): Wrap all function that can throw in
11204 cleanups.
11205
11206 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11207
11208 * python/py-framefilter.c (py_print_frame): Substitute goto error.
11209 Remove the error label.
11210
11211 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11212
11213 * python/py-framefilter.c (py_print_frame): Put conditional code paths
11214 with goto first, indent the former else codepath left. Put variable
11215 'elided' to a new inner block.
11216
11217 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11218
11219 * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
11220
11221 2015-02-11 Pedro Alves <palves@redhat.com>
11222
11223 * xcoffread.c (within_function): Delete.
11224
11225 2015-02-11 Tom Tromey <tromey@redhat.com>
11226 Pedro Alves <palves@redhat.com>
11227
11228 * breakpoint.c (base_breakpoint_ops): Delete.
11229 * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
11230 * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
11231 * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
11232 * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
11233 * python/py-arch.c (arch_object_type): Make extern.
11234 * python/py-block.c (block_syms_iterator_object_type): Make extern.
11235 * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
11236 * python/py-cmd.c (cmdpy_object_type): Make extern.
11237 * python/py-continueevent.c (continue_event_object_type)
11238 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
11239 parameter. Update all callers.
11240 * python/py-evtregistry.c (eventregistry_object_type): Make extern.
11241 * python/py-exitedevent.c (exited_event_object_type): Make extern.
11242 * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
11243 * python/py-function.c (fnpy_object_type): Make extern.
11244 * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
11245 * python/py-infevents.c (call_pre_event_object_type)
11246 (inferior_call_post_event_object_type).
11247 (memory_changed_event_object_type): Make extern.
11248 * python/py-infthread.c (thread_object_type): Make extern.
11249 * python/py-lazy-string.c (lazy_string_object_type): Make extern.
11250 * python/py-linetable.c (linetable_entry_object_type)
11251 (linetable_object_type, ltpy_iterator_object_type): Make extern.
11252 * python/py-newobjfileevent.c (new_objfile_event_object_type)
11253 (clear_objfiles_event_object_type): Make extern.
11254 * python/py-objfile.c (objfile_object_type): Make extern.
11255 * python/py-param.c (parmpy_object_type): Make extern.
11256 * python/py-progspace.c (pspace_object_type): Make extern.
11257 * python/py-signalevent.c (signal_event_object_type): Make extern.
11258 * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
11259 * python/py-type.c (type_object_type, field_object_type)
11260 (type_iterator_object_type): Make extern.
11261 * python/python.c (python_extension_script_ops)
11262 (python_extension_ops): Make extern.
11263 * stap-probe.c (stap_probe_ops): Make extern.
11264
11265 2015-02-11 Pedro Alves <pedro@codesourcery.com>
11266
11267 * infrun.c (adjust_pc_after_break): Don't adjust the PC just
11268 because the event thread is not the current thread.
11269
11270 2015-02-11 Doug Evans <xdje42@gmail.com>
11271
11272 * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
11273 been initialized yet, return NULL.
11274
11275 2015-02-11 Doug Evans <dje@google.com>
11276
11277 * symfile.h (new_symfile_objfile): Delete.
11278 * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
11279 All callers updated.
11280
11281 2015-02-11 Patrick Palka <patrick@parcs.ath.cx>
11282
11283 * tui/tui-io.c (tui_handle_resize_during_io): Call
11284 tui_update_gdb_sizes() after resizing the screen.
11285 * tui/tui.c (tui_enable): Resize the terminal before
11286 calling tui_update_gdb_sizes().
11287
11288 2015-02-11 Patrick Palka <patrick@parcs.ath.cx>
11289
11290 * tui/tui-io.c (tui_getc): Move cursor to the end of the command
11291 line before printing a newline.
11292
11293 2015-02-11 Mark Wielaard <mjw@redhat.com>
11294
11295 * utils.c (producer_is_gcc): Return true or false.
11296
11297 2015-02-10 Mark Wielaard <mjw@redhat.com>
11298
11299 * utils.h (producer_is_gcc): Change return type to bool. Add major
11300 argument.
11301 * utils.c (producer_is_gcc): Likewise.
11302 (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
11303 * dwarf2read.c (check_producer): Likewise.
11304
11305 2015-02-10 Pedro Alves <palves@redhat.com>
11306
11307 * infrun.c (displaced_step_fixup): Switch to the event thread
11308 before calling gdbarch_displaced_step_fixup.
11309
11310 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
11311
11312 * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
11313
11314 2015-02-10 Simon Marchi <simon.marchi@ericsson.com>
11315
11316 * ada-varobj.c (ada_name_of_child): Constify parent.
11317 (ada_path_expr_of_child): Same.
11318 (ada_value_of_child): Same.
11319 (ada_type_of_child): Same.
11320 * c-varobj.c (c_is_path_expr_parent): Same.
11321 (c_describe_child): Same.
11322 (c_name_of_child): Same.
11323 (c_value_of_child): Same.
11324 (c_type_of_child): Same.
11325 (cplus_number_of_children): Same.
11326 (cplus_describe_child): Constify var.
11327 (cplus_name_of_child): Constify parent.
11328 (cplus_value_of_child): Same.
11329 (cplus_type_of_child): Same.
11330 * jv-varobj.c (java_name_of_child): Same.
11331 (java_value_of_child): Same.
11332 (java_type_of_child): Same.
11333 * varobj.c (value_of_child): Same.
11334 (varobj_default_is_path_expr_parent): Constify var, parent and return
11335 value.
11336 (varobj_get_path_expr): Constify var, modify path_expr through
11337 mutable_var.
11338 (install_new_value): Constify parent.
11339 (value_of_child): Constify parent.
11340 * varobj.h (struct varobj): Constify parent.
11341 (struct lang_varobj_ops): Constify name_of_child, value_of_child and
11342 type_of_child.
11343 (varobj_get_path_expr): Constify var.
11344 (varobj_get_path_expr_parent): Constify var and return value.
11345
11346 2015-02-10 Luis Machado <lgustavo@codesourcery.com>
11347
11348 * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
11349 (arm_prologue_this_id): Move PC and SP limit checks to
11350 arm_prologue_unwind_stop_reason.
11351 (arm_prologue_unwind) <stop_reason> : Set to
11352 arm_prologue_unwind_stop_reason.
11353
11354 2015-02-09 Mark Wielaard <mjw@redhat.com>
11355
11356 * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
11357 DW_LANG_Fortran08 as language_fortran.
11358
11359 2015-02-09 Sergio Durigan Junior <sergiodj@redhat.com>
11360
11361 PR remote/17946
11362 * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
11363 of pointer against char.
11364
11365 2015-02-09 Mark Wielaard <mjw@redhat.com>
11366
11367 * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
11368 (c_type_print_modifier): Likewise.
11369 * dwarf2read.c (read_tag_atomic_type): New function.
11370 (read_type_die_1): Handle DW_TAG_atomic_type.
11371 * gdbtypes.c (make_atomic_type): New function.
11372 (recursive_dump_type): Handle TYPE_ATOMIC.
11373 * gdbtypes.h (enum type_flag_values): Renumber.
11374 (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
11375 (TYPE_ATOMIC): New macro.
11376 (make_atomic_type): Declare.
11377
11378 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11379
11380 * btrace.c (ftrace_find_call): Skip gaps.
11381 (ftrace_new_function): Initialize level.
11382 (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
11383 (ftrace_new_switch): Update
11384 level computation.
11385 (ftrace_new_gap): New.
11386 (ftrace_update_function): Create new function after gap.
11387 (btrace_compute_ftrace_bts): Create gap on error.
11388 (btrace_stitch_bts): Update parameters. Clear trace if it
11389 becomes empty.
11390 (btrace_stitch_trace): Update parameters. Update callers.
11391 (btrace_clear): Reset the number of gaps.
11392 (btrace_insn_get): Return NULL if the iterator points to a gap.
11393 (btrace_insn_number): Return zero if the iterator points to a gap.
11394 (btrace_insn_end): Allow gaps at the end.
11395 (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
11396 (btrace_find_insn_by_number): Assert that the found iterator does
11397 not point to a gap.
11398 (btrace_call_next, btrace_call_prev): Assert that the last function
11399 is not a gap.
11400 * btrace.h (btrace_bts_error): New.
11401 (btrace_function): Update comment.
11402 (btrace_function) <insn, insn_offset, number>: Update comment.
11403 (btrace_function) <errcode>: New.
11404 (btrace_thread_info) <ngaps>: New.
11405 (btrace_thread_info) <replay>: Update comment.
11406 (btrace_insn_get): Update comment.
11407 * record-btrace.c (btrace_ui_out_decode_error): New.
11408 (record_btrace_info): Print number of gaps.
11409 (btrace_insn_history, btrace_call_history): Call
11410 btrace_ui_out_decode_error for gaps.
11411 (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
11412
11413 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11414
11415 * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
11416 * nat/linux-btrace.c: (btrace_this_cpu): New.
11417 (cpu_supports_bts): Call btrace_this_cpu.
11418 (intel_supports_bts): Add cpu parameter.
11419
11420 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11421
11422 * btrace.h (btrace_insn_class): New.
11423 (btrace_insn) <size, iclass>: New.
11424 * btrace.c (ftrace_find_call): Update parameters. Update users.
11425 Use instruction classification.
11426 (ftrace_new_return): Update parameters. Update users.
11427 (ftrace_update_function): Update parameters. Update users. Use
11428 instruction classification.
11429 (ftrace_update_insns): Update parameters. Update users.
11430 (ftrace_classify_insn): New.
11431 (btrace_compute_ftrace_bts): Fill in new btrace_insn fields. Add
11432 TRY_CATCH around call to gdb_insn_length.
11433
11434 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11435
11436 * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
11437 Update parameters. Update users.
11438
11439 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11440
11441 * btrace.c (parse_xml_btrace_conf_bts): Add size.
11442 (btrace_conf_bts_attributes): New.
11443 (btrace_conf_children): Add attributes.
11444 * common/btrace-common.h (btrace_config_bts): New.
11445 (btrace_config)<bts>: New.
11446 (btrace_config): Update comment.
11447 * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
11448 Use config.
11449 * features/btrace-conf.dtd: Increment version. Add size
11450 attribute to bts element.
11451 * record-btrace.c (set_record_btrace_bts_cmdlist,
11452 show_record_btrace_bts_cmdlist): New.
11453 (record_btrace_adjust_size, record_btrace_print_bts_conf,
11454 record_btrace_print_conf, cmd_set_record_btrace_bts,
11455 cmd_show_record_btrace_bts): New.
11456 (record_btrace_info): Call record_btrace_print_conf.
11457 (_initialize_record_btrace): Add commands.
11458 * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
11459 (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
11460 (btrace_sync_conf): Synchronize bts size.
11461 (_initialize_remote): Add Qbtrace-conf:bts:size packet.
11462 * NEWS: Announce new commands and new packets.
11463
11464 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11465
11466 * Makefile.in (XMLFILES): Add btrace-conf.dtd.
11467 * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
11468 (x86_linux_btrace_conf): New.
11469 (x86_linux_create_target): Initialize to_btrace_conf.
11470 * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
11471 Check format. Split into this and ...
11472 (linux_enable_bts): ... this.
11473 (linux_btrace_conf): New.
11474 (perf_event_skip_record): Renamed into ...
11475 (perf_event_skip_bts_record): ... this. Updated users.
11476 (linux_disable_btrace): Split into this and ...
11477 (linux_disable_bts): ... this.
11478 (linux_read_btrace): Check format.
11479 * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
11480 (linux_btrace_conf): New.
11481 (btrace_target_info)<ptid>: Moved.
11482 (btrace_target_info)<conf>: New.
11483 (btrace_target_info): Split into this and ...
11484 (btrace_tinfo_bts): ... this. Updated users.
11485 * btrace.c (btrace_enable): Update parameters.
11486 (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
11487 (btrace_conf_children, btrace_conf_attributes)
11488 (btrace_conf_elements): New.
11489 * btrace.h (btrace_enable): Update parameters.
11490 (btrace_conf, parse_xml_btrace_conf): New.
11491 * common/btrace-common.h (btrace_config): New.
11492 * feature/btrace-conf.dtd: New.
11493 * record-btrace.c (record_btrace_conf): New.
11494 (record_btrace_cmdlist): New.
11495 (record_btrace_enable_warn, record_btrace_open): Pass
11496 &record_btrace_conf.
11497 (record_btrace_info): Print recording format.
11498 (cmd_record_btrace_bts_start): New.
11499 (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
11500 (_initialize_record_btrace): Add "record btrace bts" subcommand.
11501 Add "record bts" alias command.
11502 * remote.c (remote_state)<btrace_config>: New.
11503 (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
11504 (remote_protocol_features): Add qXfer:btrace-conf:read.
11505 (remote_open_1): Call remote_btrace_reset.
11506 (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
11507 (btrace_target_info)<conf>: New.
11508 (btrace_sync_conf, btrace_read_config): New.
11509 (remote_enable_btrace): Update parameters. Call btrace_sync_conf and
11510 btrace_read_conf.
11511 (remote_btrace_conf): New.
11512 (init_remote_ops): Initialize to_btrace_conf.
11513 (_initialize_remote): Add qXfer:btrace-conf packet.
11514 * target.c (target_enable_btrace): Update parameters.
11515 (target_btrace_conf): New.
11516 * target.h (target_enable_btrace): Update parameters.
11517 (target_btrace_conf): New.
11518 (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
11519 (target_ops)<to_enable_btrace>: Update parameters and comment.
11520 (target_ops)<to_btrace_conf>: New.
11521 * target-delegates: Regenerate.
11522 * target-debug.h (target_debug_print_const_struct_btrace_config_p)
11523 (target_debug_print_const_struct_btrace_target_info_p): New.
11524 * NEWS: Announce new command and new packet.
11525
11526 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11527
11528 * nat/linux-btrace.h (perf_event_buffer): New.
11529 (btrace_target_info) <buffer, size, data_head>: Replace with ...
11530 <bts>: ... this.
11531 * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
11532 (perf_event_buffer_size, perf_event_buffer_begin)
11533 (perf_event_buffer_end, linux_btrace_has_changed): Removed.
11534 Updated users.
11535 (perf_event_new_data): New.
11536
11537 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11538
11539 * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
11540 * record-btrace.c (record_btrace_open): Remove call to
11541 target_supports_btrace.
11542 * remote.c (remote_supports_btrace): Update parameters.
11543 * target.c (target_supports_btrace): Update parameters.
11544 * target.h (to_supports_btrace, target_supports_btrace): Update
11545 parameters.
11546 * target-delegates.c: Regenerate.
11547 * target-debug.h (target_debug_print_enum_btrace_format): New.
11548 * nat/linux-btrace.c
11549 (kernel_supports_btrace): Rename into ...
11550 (kernel_supports_bts): ... this. Update users. Update warning text.
11551 (intel_supports_btrace): Rename into ...
11552 (intel_supports_bts): ... this. Update users.
11553 (cpu_supports_btrace): Rename into ...
11554 (cpu_supports_bts): ... this. Update users.
11555 (linux_supports_btrace): Update parameters. Split into this and ...
11556 (linux_supports_bts): ... this.
11557 * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
11558
11559 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11560
11561 * Makefile.in (SFILES): Add common/btrace-common.c.
11562 (COMMON_OBS): Add common/btrace-common.o.
11563 (btrace-common.o): Add build rules.
11564 * btrace.c (parse_xml_btrace): Update parameters.
11565 (parse_xml_btrace_block): Set format field.
11566 (btrace_add_pc, btrace_fetch): Use struct btrace_data.
11567 (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
11568 (btrace_compute_ftrace): Split into this and...
11569 (btrace_compute_ftrace_bts): ...this.
11570 (btrace_stitch_trace): Split into this and...
11571 (btrace_stitch_bts): ...this.
11572 * btrace.h (parse_xml_btrace): Update parameters.
11573 (make_cleanup_btrace_data): New.
11574 * common/btrace-common.c: New.
11575 * common/btrace-common.h: Include common-defs.h.
11576 (btrace_block_s): Update comment.
11577 (btrace_format): New.
11578 (btrace_format_string): New.
11579 (btrace_data_bts): New.
11580 (btrace_data): New.
11581 (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
11582 * remote.c (remote_read_btrace): Update parameters.
11583 * target.c (target_read_btrace): Update parameters.
11584 * target.h (target_read_btrace): Update parameters.
11585 (target_ops)<to_read_btrace>: Update parameters.
11586 * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
11587 * target-delegates.c: Regenerate.
11588 * target-debug (target_debug_print_struct_btrace_data_p): New.
11589 * nat/linux-btrace.c (linux_read_btrace): Split into this and...
11590 (linux_read_bts): ...this.
11591 * nat/linux-btrace.h (linux_read_btrace): Update parameters.
11592
11593 2015-02-06 Doug Evans <dje@google.com>
11594
11595 * remote-m32r-sdi.c: Include symfile.h.
11596
11597 2015-02-06 Doug Evans <dje@google.com>
11598
11599 * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
11600 * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
11601 to here.
11602
11603 2015-02-06 Pedro Alves <palves@redhat.com>
11604
11605 * linux-thread-db.c (find_new_threads_callback): Add debug output.
11606
11607 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
11608
11609 PR gdb/15678
11610 * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
11611 (enable_count_command): Check args for NULL value.
11612
11613 2015-02-05 Doug Evans <xdje42@gmail.com>
11614
11615 * guile/scm-frame.c: Fix spelling errors in a comment.
11616
11617 2015-02-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11618
11619 * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
11620 * python/py-value.c (valpy_fetch_lazy): Use it. Remove cast to the
11621 return type.
11622
11623 2015-02-04 Pedro Alves <palves@redhat.com>
11624
11625 * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
11626 (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
11627 returns true.
11628 (resume_stopped_resumed_lwps): Don't check whether the thread is
11629 marked as executing.
11630 (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
11631
11632 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11633
11634 * regset.h (struct regset): Add flags field.
11635 (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
11636 * corelow.c (get_core_register_section): Add warning if the size
11637 exceeds the requested size and the regset does not have the
11638 REGSET_VARIABLE_SIZE flag set.
11639 * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
11640 flag.
11641 * armbsd-tdep.c (armbsd_gregset): Likewise.
11642 * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
11643 * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
11644 * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
11645 * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
11646
11647 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11648
11649 * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
11650 For ".reg-xstate", explicitly specify the requested section size
11651 via X86_XSTATE_SIZE instead of just 0 on input and
11652 X86_XSTATE_MAX_SIZE on output.
11653 * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
11654 Likewise.
11655
11656 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11657
11658 PR corefiles/17808:
11659 * gdbarch.sh (iterate_over_regset_sections_cb): Document this
11660 function type, particularly its SIZE parameter.
11661 * gdbarch.h: Regenerate.
11662 * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
11663 actual against required size using ">=" instead of "==".
11664 (amd64_collect_fpregset): Likewise.
11665 * i386-tdep.c (i386_supply_gregset): Likewise.
11666 (i386_collect_gregset): Likewise.
11667 (i386_supply_fpregset): Likewise.
11668 (i386_collect_fpregset): Likewise.
11669 * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
11670 (mips_fill_gregset_wrapper): Likewise.
11671 (mips_supply_fpregset_wrapper): Likewise.
11672 (mips_fill_fpregset_wrapper): Likewise.
11673 (mips64_supply_gregset_wrapper): Likewise.
11674 (mips64_fill_gregset_wrapper): Likewise.
11675 (mips64_supply_fpregset_wrapper): Likewise.
11676 (mips64_fill_fpregset_wrapper): Likewise.
11677 * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
11678 (am33_supply_fpregset_method): Likewise.
11679 (am33_collect_gregset_method): Likewise.
11680 (am33_collect_fpregset_method): Likewise.
11681
11682 2015-02-04 Doug Evans <dje@google.com>
11683 Pedro Alves <palves@redhat.com>
11684 Eli Zaretskii <eliz@gnu.org>
11685
11686 PR tui/17810
11687 * tui/tui-command.c (tui_refresh_cmd_win): New function.
11688 * tui/tui-command.c (tui_refresh_cmd_win): Declare.
11689 * tui/tui-file.c: #include tui/tui-command.h.
11690 (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
11691 (tui_file_flush): Refresh command window if stream is gdb_stdout.
11692 * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
11693
11694 2015-02-04 Pedro Alves <palves@redhat.com>
11695
11696 Fix build breakage.
11697 * event-loop.c (gdb_do_one_event): Add default switch case.
11698
11699 2015-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11700
11701 Filter out inferior gcc option -fpreprocessed.
11702 * compile/compile.c (filter_args): New function.
11703 (get_args): Use it.
11704
11705 2015-02-03 Pedro Alves <palves@redhat.com>
11706
11707 * event-loop.c: Don't declare nor define a queue type for
11708 gdb_event_p.
11709 (event_queue): Delete.
11710 (create_event, create_file_event, gdb_event_xfree)
11711 (initialize_event_loop, process_event): Delete.
11712 (gdb_do_one_event): Return as soon as one event is handled.
11713 (handle_file_event): Change prototype. Used the passed in
11714 file_handler pointer and ready_mask instead of looping over all
11715 file handlers.
11716 (gdb_wait_for_event): Update the poll/select timeouts before
11717 blocking. Run event handlers directly instead of queueing events.
11718 Return as soon as one event is handled.
11719 (struct async_event_handler_data): Delete.
11720 (invoke_async_event_handler): Delete.
11721 (check_async_event_handlers): Change return type to int. Run
11722 event handlers directly instead of queueing events. Return as
11723 soon as one event is handled.
11724 (handle_timer_event): Delete.
11725 (update_wait_timeout): New function, factored out from
11726 poll_timers.
11727 (poll_timers): Reimplement.
11728 * event-loop.h (initialize_event_loop): Delete declaration.
11729 * top.c (gdb_init): Don't call initialize_event_loop.
11730
11731 2015-02-03 Pedro Alves <palves@redhat.com>
11732
11733 * event-loop.c (clear_async_event_handler): New function.
11734 * event-loop.h (clear_async_event_handler): New declaration.
11735 * record-btrace.c (record_btrace_async): New function.
11736 (init_record_btrace_ops): Install record_btrace_async.
11737 * record-full.c (record_full_async): New function.
11738 (record_full_resume): Don't mark the async event source here.
11739 (init_record_full_ops): Install record_full_async.
11740 (record_full_core_resume): Don't mark the async event source here.
11741 (init_record_full_core_ops): Install record_full_async.
11742 * remote.c (remote_async): Mark and clear the async stop reply
11743 queue event-loop token as appropriate.
11744
11745 2015-02-03 Pedro Alves <palves@redhat.com>
11746
11747 * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
11748 target_is_async_p instead of target_can_async.
11749 (linux_nat_wait): Use target_is_async_p instead of
11750 target_can_async. Don't enable async here.
11751 * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
11752 target_is_async_p instead of target_can_async.
11753
11754 2015-02-02 Simon Marchi <simon.marchi@ericsson.com>
11755
11756 * varobj.h (lang_varobj_ops): Mention which return values need
11757 to be freed.
11758
11759 2015-02-02 Joel Brobecker <brobecker@adacore.com>
11760
11761 * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
11762
11763 2015-02-02 Joel Brobecker <brobecker@adacore.com>
11764
11765 PR gdb/17856:
11766 * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
11767 results found in the cache.
11768
11769 2015-02-02 Joel Brobecker <brobecker@adacore.com>
11770
11771 PR gdb/17854:
11772 * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
11773 when allocating a new one.
11774
11775 2015-02-01 Tom Tromey <tom@tromey.com>
11776
11777 * MAINTAINERS: Remove myself.
11778
11779 2015-01-31 Doug Evans <xdje42@gmail.com>
11780
11781 * dwarf2read.c (process_structure_scope): Update setting of
11782 TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
11783 * gdbtypes.c (internal_type_vptr_fieldno): New function.
11784 (set_type_vptr_fieldno): New function.
11785 (internal_type_vptr_basetype): New function.
11786 (set_type_vptr_basetype): New function.
11787 (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
11788 TYPE_VPTR_BASETYPE.
11789 (allocate_cplus_struct_type): Initialize vptr_fieldno.
11790 (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
11791 (print_cplus_stuff): ... moved here.
11792 (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
11793 * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
11794 moved to ...
11795 (struct cplus_struct_type): ... here. All uses updated.
11796 (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
11797 (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
11798 (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
11799 * stabsread.c (read_tilde_fields): Update setting of
11800 TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
11801
11802 2015-01-31 Doug Evans <xdje42@gmail.com>
11803
11804 * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
11805 to self_p.
11806 (cp_print_class_member): Rename local domain to self_type.
11807 * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
11808 domain_type to self_type.
11809 (set_die_type) <need_gnat_info>: Handle
11810 TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
11811 * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
11812 TYPE_SPECIFIC_SELF_TYPE.
11813 * gdbtypes.c (internal_type_self_type): New function.
11814 (set_type_self_type): New function.
11815 (smash_to_memberptr_type): Rename parameter domain to self_type.
11816 Update setting of TYPE_SELF_TYPE.
11817 (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
11818 (smash_to_method_type): Rename parameter domain to self_type.
11819 Update setting of TYPE_SELF_TYPE.
11820 (check_stub_method): Call smash_to_method_type.
11821 (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
11822 (copy_type_recursive): Ditto.
11823 * gdbtypes.h (enum type_specific_kind): New value
11824 TYPE_SPECIFIC_SELF_TYPE.
11825 (struct main_type) <type_specific>: New member self_type.
11826 (struct cplus_struct_type) <fn_field.type>: Update comment.
11827 (TYPE_SELF_TYPE): Rewrite.
11828 (internal_type_self_type, set_type_self_type): Declare.
11829 * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
11830 self_type.
11831 (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
11832 * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
11833 TYPE_TARGET_TYPE.
11834 * stabsread.c (read_member_functions): Mark methods with
11835 TYPE_CODE_METHOD, not TYPE_CODE_FUNC. Update setting of
11836 TYPE_SELF_TYPE.
11837
11838 2015-01-31 Doug Evans <xdje42@gmail.com>
11839
11840 * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
11841 All uses updated.
11842
11843 2015-01-31 Doug Evans <xdje42@gmail.com>
11844
11845 * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
11846 or unions. Return zero if union.
11847 (gnuv3_get_vtable): Call check_typedef. Assert only passed structs.
11848 (gnuv3_rtti_type): Pass already-check_typedef'd value to
11849 gnuv3_get_vtable.
11850 (compute_vtable_size): Assert only passed structs.
11851 (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
11852
11853 2015-01-31 Doug Evans <xdje42@gmail.com>
11854
11855 * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
11856 kinds.
11857
11858 2015-01-31 Gary Benson <gbenson@redhat.com>
11859 Doug Evans <dje@google.com>
11860
11861 PR cli/9007
11862 PR cli/11920
11863 PR cli/15548
11864 * cli/cli-cmds.c (complete_command): Notify user if max-completions
11865 reached.
11866 * common/common-exceptions.h (enum errors)
11867 <MAX_COMPLETIONS_REACHED_ERROR>: New value.
11868 * completer.h (get_max_completions_reached_message): New declaration.
11869 (max_completions): Likewise.
11870 (completion_tracker_t): New typedef.
11871 (new_completion_tracker): New declaration.
11872 (make_cleanup_free_completion_tracker): Likewise.
11873 (maybe_add_completion_enum): New enum.
11874 (maybe_add_completion): New declaration.
11875 (throw_max_completions_reached_error): Likewise.
11876 * completer.c (max_completions): New global variable.
11877 (new_completion_tracker): New function.
11878 (free_completion_tracker): Likewise.
11879 (make_cleanup_free_completion_tracker): Likewise.
11880 (maybe_add_completions): Likewise.
11881 (throw_max_completions_reached_error): Likewise.
11882 (complete_line): Remove duplicates and limit result to max_completions
11883 entries.
11884 (get_max_completions_reached_message): New function.
11885 (gdb_display_match_list): Handle max_completions.
11886 (_initialize_completer): New declaration and function.
11887 * symtab.c: Include completer.h.
11888 (completion_tracker): New static variable.
11889 (completion_list_add_name): Call maybe_add_completion.
11890 (default_make_symbol_completion_list_break_on_1): Renamed from
11891 default_make_symbol_completion_list_break_on. Maintain
11892 completion_tracker across calls to completion_list_add_name.
11893 (default_make_symbol_completion_list_break_on): New function.
11894 * top.c (init_main): Set rl_completion_display_matches_hook.
11895 * tui/tui-io.c: Include completer.h.
11896 (tui_old_rl_display_matches_hook): New static global.
11897 (tui_rl_display_match_list): Notify user if max-completions reached.
11898 (tui_setup_io): Save/restore rl_completion_display_matches_hook.
11899 * NEWS (New Options): Mention set/show max-completions.
11900
11901 2015-01-31 Gary Benson <gbenson@redhat.com>
11902
11903 * symtab.c (struct add_name_data) <code>: New field.
11904 Updated comments.
11905 (add_symtab_completions): New function.
11906 (symtab_expansion_callback): Likewise.
11907 (default_make_symbol_completion_list_break_on): Set datum.code.
11908 Move minimal symbol scan before calling expand_symtabs_matching.
11909 Scan known primary symtabs for externs and statics before calling
11910 expand_symtabs_matching. Pass symtab_expansion_callback as
11911 expansion_notify argument to expand_symtabs_matching. Do not scan
11912 primary symtabs for externs and statics after calling
11913 expand_symtabs_matching.
11914
11915 2015-01-31 Gary Benson <gbenson@redhat.com>
11916
11917 * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
11918 (struct quick_symbol_functions) <expand_symtabs_matching>:
11919 New argument expansion_notify. All uses updated.
11920 (expand_symtabs_matching): New argument expansion_notify.
11921 All uses updated.
11922 * symfile-debug.c (debug_qf_expand_symtabs_matching):
11923 Also print expansion notify.
11924 * symtab.c (expand_symtabs_matching_via_partial): Call
11925 expansion_notify whenever a partial symbol table is expanded.
11926 * dwarf2read.c (dw2_expand_symtabs_matching): Call
11927 expansion_notify whenever a symbol table is instantiated.
11928
11929 2015-01-31 Doug Evans <xdje42@gmail.com>
11930
11931 * cli-out.c: #include completer.h, readline/readline.h.
11932 (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
11933 (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
11934 (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
11935 * cli-out.h (cli_display_match_list): Declare.
11936 * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
11937 (ELLIPSIS_LEN): Ditto.
11938 (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
11939 (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
11940 (gdb_fnprint, gdb_print_filename): Ditto.
11941 (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
11942 (gdb_display_match_list): Ditto.
11943 * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
11944 (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
11945 (mld_beep_ftype, mld_read_key_ftype): Ditto.
11946 (match_list_displayer): New struct.
11947 (gdb_display_match_list): Declare.
11948 * top.c (init_main): Set rl_completion_display_matches_hook.
11949 * tui/tui-io.c: #include completer.h.
11950 (printable_part, PUTX, print_filename, get_y_or_n): Delete.
11951 (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
11952 (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
11953 (tui_mld_getc, tui_mld_read_key): Ditto.
11954 (tui_rl_display_match_list): Rewrite.
11955 (tui_handle_resize_during_io): New arg for_completion. All callers
11956 updated.
11957
11958 2015-01-31 Doug Evans <xdje42@gmail.com>
11959
11960 Add symbol lookup cache.
11961 * NEWS: Document new options and commands.
11962 * symtab.c (symbol_cache_key): New static global.
11963 (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
11964 (SYMBOL_LOOKUP_FAILED): New macro.
11965 (symbol_cache_slot_state): New enum.
11966 (block_symbol_cache): New struct.
11967 (symbol_cache): New struct.
11968 (new_symbol_cache_size, symbol_cache_size): New static globals.
11969 (hash_symbol_entry, eq_symbol_entry): New functions.
11970 (symbol_cache_byte_size, resize_symbol_cache): New functions.
11971 (make_symbol_cache, free_symbol_cache): New functions.
11972 (get_symbol_cache, symbol_cache_cleanup): New function.
11973 (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
11974 (symbol_cache_lookup, symbol_cache_clear_slot): New function.
11975 (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
11976 (symbol_cache_flush, symbol_cache_dump): New functions.
11977 (maintenance_print_symbol_cache): New function.
11978 (maintenance_flush_symbol_cache): New function.
11979 (symbol_cache_stats): New function.
11980 (maintenance_print_symbol_cache_statistics): New function.
11981 (symtab_new_objfile_observer): New function.
11982 (symtab_free_objfile_observer): New function.
11983 (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
11984 (_initialize_symtab): Init symbol_cache_key. New parameter
11985 maint symbol-cache-size. New maint commands print symbol-cache,
11986 print symbol-cache-statistics, flush-symbol-cache.
11987 Install new_objfile, free_objfile observers.
11988
11989 2015-01-31 Joel Brobecker <brobecker@adacore.com>
11990
11991 PR symtab/17855
11992 * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
11993 to end.
11994
11995 2015-01-31 Doug Evans <xdje42@gmail.com>
11996
11997 * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
11998 * auto-load.c: #include ctype.h.
11999 (struct auto_load_pspace_info): Replace member loaded_scripts with
12000 new members loaded_script_files, loaded_script_texts.
12001 (auto_load_pspace_data_cleanup): Update.
12002 (init_loaded_scripts_info): Update.
12003 (get_auto_load_pspace_data_for_loading): Update.
12004 (maybe_add_script_file): Renamed from maybe_add_script. All callers
12005 updated.
12006 (maybe_add_script_text): New function.
12007 (clear_section_scripts): Update.
12008 (source_script_file, execute_script_contents): New functions.
12009 (source_section_scripts): Add support for
12010 SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
12011 (print_scripts): New function.
12012 (auto_load_info_scripts): Also print inlined scripts.
12013 (maybe_print_unsupported_script_warning): Renamed from
12014 unsupported_script_warning_print. All callers updated.
12015 (maybe_print_script_not_found_warning): Renamed from
12016 script_not_found_warning_print. All callers updated.
12017 * extension-priv.h (struct extension_language_script_ops): New member
12018 objfile_script_executor.
12019 * extension.c (ext_lang_objfile_script_executor): New function.
12020 * extension.h (objfile_script_executor_func): New typedef.
12021 (ext_lang_objfile_script_executor): Declare.
12022 * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
12023 * guile/guile.c (guile_extension_script_ops): Update.
12024 * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
12025 * python/python.c (python_extension_script_ops): Update.
12026 (gdbpy_execute_objfile_script): New function.
12027
12028 2015-01-31 Eli Zaretskii <eliz@gnu.org>
12029
12030 * tui/tui-io.c (tui_expand_tabs): New function.
12031 (tui_puts, tui_redisplay_readline): Expand TABs into the
12032 appropriate number of spaces.
12033 * tui/tui-regs.c: Include tui-io.h.
12034 (tui_register_format): Call tui_expand_tabs to expand TABs into
12035 the appropriate number of spaces.
12036 * tui/tui-io.h: Add prototype for tui_expand_tabs.
12037
12038 2015-01-30 Doug Evans <dje@google.com>
12039
12040 * NEWS: "info source" command now display producer string if present.
12041 * source.c (source_info): Print producer string if present.
12042
12043 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12044
12045 * varobj.c (varobj_delete): Fix comment.
12046
12047 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12048
12049 * varobj.c (create_child): Modify comment.
12050
12051 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12052
12053 * ada-varobj.c (ada_number_of_children): Constify struct varobj *
12054 parameter.
12055 (ada_name_of_variable): Same.
12056 (ada_path_expr_of_child): Same.
12057 (ada_value_of_variable): Same.
12058 (ada_value_is_changeable_p): Same.
12059 (ada_value_has_mutated): Same.
12060 * c-varobj.c (varobj_is_anonymous_child): Same.
12061 (c_is_path_expr_parent): Same.
12062 (c_number_of_children): Same.
12063 (c_name_of_variable): Same.
12064 (c_path_expr_of_child): Same.
12065 (get_type): Same.
12066 (c_value_of_variable): Same.
12067 (cplus_number_of_children): Same.
12068 (cplus_name_of_variable): Same.
12069 (cplus_path_expr_of_child): Same.
12070 (cplus_value_of_variable): Same.
12071 * jv-varobj.c (java_number_of_children): Same.
12072 (java_name_of_variable): Same.
12073 (java_path_expr_of_child): Same.
12074 (java_value_of_variable): Same.
12075 * varobj.c (number_of_children): Same.
12076 (name_of_variable): Same.
12077 (is_root_p): Same.
12078 (varobj_ensure_python_env): Same.
12079 (varobj_get_objname): Same.
12080 (varobj_get_expression): Same.
12081 (varobj_get_display_format): Same.
12082 (varobj_get_display_hint): Same.
12083 (varobj_has_more): Same.
12084 (varobj_get_thread_id): Same.
12085 (varobj_get_frozen): Same.
12086 (dynamic_varobj_has_child_method): Same.
12087 (varobj_get_gdb_type): Same.
12088 (is_path_expr_parent): Same.
12089 (varobj_default_is_path_expr_parent): Same.
12090 (varobj_get_language): Same.
12091 (varobj_get_attributes): Same.
12092 (varobj_is_dynamic_p): Same.
12093 (varobj_get_child_range): Same.
12094 (varobj_value_has_mutated): Same.
12095 (varobj_get_value_type): Same.
12096 (number_of_children): Same.
12097 (name_of_variable): Same.
12098 (check_scope): Same.
12099 (varobj_editable_p): Same.
12100 (varobj_value_is_changeable_p): Same.
12101 (varobj_floating_p): Same.
12102 (varobj_default_value_is_changeable_p): Same.
12103
12104 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12105
12106 * varobj.c (varobj_get_path_expr): Set var->path_expr.
12107 * c-varobj.c (c_path_expr_of_child): Set local var instead of
12108 child->path_expr.
12109 (cplus_path_expr_of_child): Same.
12110
12111 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12112
12113 * mi-cmd-var.c (print_varobj): Free varobj_get_expression
12114 result.
12115 (mi_cmd_var_info_expression): Same.
12116 * varobj.c (varobj_get_expression): Mention in the comment that
12117 the result must by freed by the caller.
12118
12119 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12120
12121 * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
12122 varobj_get_type.
12123 (varobj_update_one): Same.
12124 * varobj.c (update_type_if_necessary): Free curr_type_str and
12125 new_type_str.
12126 (varobj_get_type): Specify in comment that the result needs to be
12127 freed by the caller.
12128
12129 2015-01-29 Doug Evans <dje@google.com>
12130
12131 PR symtab/17890
12132 * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
12133
12134 2015-01-25 Mark Wielaard <mjw@redhat.com>
12135
12136 * dwarf2read.c (checkproducer): Call producer_is_gcc.
12137 * utils.c (producer_is_gcc_ge_4): Likewise.
12138 (producer_is_gcc): New function.
12139 * utils.h (producer_is_gcc): New declaration.
12140
12141 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12142
12143 * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
12144 kind.
12145 * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
12146 parameter by "addr_stack" parameter.
12147 (resolve_dynamic_range): Replace "addr" parameter by
12148 "stack_addr" parameter. Update function documentation.
12149 Update code accordingly.
12150 (resolve_dynamic_array, resolve_dynamic_union)
12151 (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
12152 (resolve_dynamic_type): Update code, following the changes made
12153 to resolve_dynamic_type_internal's interface.
12154 * dwarf2loc.h (struct property_addr_info): New.
12155 (dwarf2_evaluate_property): Replace "address" parameter
12156 by "addr_stack" parameter. Adjust function documentation.
12157 (struct dwarf2_offset_baton): New.
12158 (struct dwarf2_property_baton): Update documentation of
12159 field "referenced_type" to be more general. New field
12160 "offset_info" in union data field.
12161 * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
12162 parameter by "addr_stack" parameter. Adjust code accordingly.
12163 Add support for PROP_ADDR_OFFSET properties.
12164 * dwarf2read.c (attr_to_dynamic_prop): Add support for
12165 DW_AT_data_member_location attributes as well. Use case
12166 statements instead of if/else condition.
12167
12168 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12169
12170 * ada-varobj.c (ada_varobj_get_array_number_of_children):
12171 Return zero if PARENT_VALUE is NULL and parent_type's
12172 range type is dynamic.
12173
12174 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12175
12176 * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
12177 nonzero if the type's subtype is dynamic.
12178 (resolve_dynamic_range): Also resolve the range's subtype.
12179
12180 2015-01-29 Alexander Klimov <alserkli@inbox.ru> (tiny patch)
12181
12182 Pushed by Joel Brobecker <brobecker@adacore.com>.
12183 * symfile.c (unmap_overlay_command): Initialize sec to NULL.
12184
12185 2015-01-27 Doug Evans <dje@google.com>
12186
12187 * NEWS: Mention gdb.Objfile.username.
12188 * python/py-objfile.c (objfpy_get_username): New function.
12189 (objfile_getset): Add "username".
12190
12191 2015-01-24 Mark Wielaard <mjw@redhat.com>
12192
12193 * stack.c (return_command): Markup warning message with _.
12194
12195 2015-01-24 Doug Evans <xdje42@gmail.com>
12196
12197 * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
12198
12199 2015-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12200
12201 Fix 100x slowdown regression on DWZ files.
12202 * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
12203 (struct line_header): Add offset and offset_in_dwz.
12204 (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
12205 (free_line_header_voidp): New declaration.
12206 (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
12207 functions.
12208 (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
12209 (handle_DW_AT_stmt_list): Use line_header_hash.
12210 (free_line_header_voidp): New function.
12211 (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
12212 (dwarf_decode_lines): New parameter decode_mapping, use it.
12213 (dwarf2_free_objfile): Free line_header_hash.
12214
12215 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12216
12217 PR gdb/17416
12218 * valops.c (value_rtti_indirect_type): Catch exception thrown by
12219 value_ind.
12220
12221 2015-01-15 Mark Wielaard <mjw@redhat.com>
12222
12223 * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
12224 DW_AT_noreturn.
12225 * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
12226 calling_convention an 8 bit bit field.
12227 (TYPE_NO_RETURN): New macro.
12228 * infcmd.c (finish_command): Query if function does not return
12229 normally.
12230 * stack.c (return_command): Likewise.
12231
12232 2015-01-23 Pedro Alves <palves@redhat.com>
12233
12234 * linux-nat.c (linux_is_async_p): New macro.
12235 (linux_nat_is_async_p):
12236 (linux_nat_terminal_inferior): Check whether the target can async
12237 instead of whether it is already async.
12238 (linux_nat_terminal_ours): Don't check whether the target is
12239 async.
12240 (linux_async_pipe): Use linux_is_async_p.
12241
12242 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12243
12244 * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
12245 '-ascending'.
12246 * thread.c (tp_array_compar_ascending, tp_array_compar): New.
12247 (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
12248 Sort tp_array using tp_array_compar.
12249 (_initialize_thread): Extend thread_apply_all_command help.
12250
12251 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12252
12253 * corelow.c (core_open): Call also thread_command.
12254 * gdbthread.h (thread_command): New prototype moved from ...
12255 * thread.c (thread_command): ... here.
12256 (thread_command): Make it global.
12257
12258 2015-01-22 Pedro Alves <palves@redhat.com>
12259
12260 * configure.ac [*mingw32*]: Check $curses_found instead of
12261 $prefer_curses.
12262 * configure: Regenerate.
12263 * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
12264 HAVE_NCURSES_NCURSES_H checks.
12265
12266 2015-01-22 Eli Zaretskii <eliz@gnu.org>
12267
12268 * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
12269 fails with the 1st arg NULL, try again with "unknown". Don't test
12270 the "cup" capability: it isn't supported by the Windows port of
12271 ncurses, but the Windows console driver is still capable of
12272 supporting TUI.
12273
12274 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12275
12276 * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
12277
12278 2015-01-22 Eli Zaretskii <eliz@gnu.org>
12279
12280 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
12281 (ALLDEPFILES): Remove irix5-nat.c. These two are part of the
12282 reason that "make TAGS" is broken.
12283
12284 2015-01-22 Chen Gang <gang.chen.5i5j@gmail.com>
12285
12286 * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
12287 and check additional store instructions.
12288
12289 2015-01-21 Wei-cheng Wang <cole945@gmail.com>
12290
12291 * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
12292
12293 2015-01-21 Wei-cheng Wang <cole945@gmail.com>
12294
12295 * ppc-linux-tdep.c (ppc_skip_trampoline_code,
12296 ppc_canonicalize_syscall, ppc_linux_syscall_record,
12297 ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
12298 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12299 * rs6000-tdep.c (rs6000_epilogue_frame_cache,
12300 rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
12301 rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
12302 ppc_process_record_op19, ppc_process_record_op31,
12303 ppc_process_record_op59, ppc_process_record_op60,
12304 ppc_process_record_op63): Likewise.
12305
12306 2015-01-20 Joel Brobecker <brobecker@adacore.com>
12307
12308 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
12309 (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
12310 strerror.
12311
12312 2015-01-20 Wei-cheng Wang <cole945@gmail.com>
12313
12314 * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
12315 ppc_process_record_op31, ppc_process_record_op59,
12316 ppc_process_record_op60, ppc_process_record_op63,
12317 ppc_process_record): Fix -Wformat warning.
12318 * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
12319 Remove unused variables.
12320
12321 2015-01-20 Chen Gang <gang.chen.5i5j@gmail.com>
12322
12323 * MAINTAINERS (Write After Approval): Add "Chen Gang".
12324
12325 2015-01-19 Eli Zaretskii <eliz@gnu.org>
12326
12327 * configure.ac [*mingw32*]: Only add windows-termcap.o to
12328 CONFIG_OBS if not building with a curses library.
12329 * configure: Regenerate.
12330
12331 * windows-termcap.c: Include defs.h. Make the whole body empty if
12332 either one of HAVE_CURSES_H or HAVE_NCURSES_H or
12333 HAVE_NCURSES_NCURSES_H is defined.
12334
12335 2015-01-19 Joel Brobecker <brobecker@adacore.com>
12336
12337 * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
12338 from end of line to start of next line.
12339
12340 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
12341
12342 * ppc-linux-tdep.c (ppc_skip_trampoline_code):
12343 Scan PLT stub backward for reverse debugging.
12344 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12345
12346 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
12347 Ulrich Weigand <uweigand@de.ibm.com>
12348
12349 * configure.tgt (powerpc*-*-linux): Add linux-record.o to
12350 gdb_target_obs.
12351 (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
12352 record.
12353 (ppc_canonicalize_syscall, ppc_linux_syscall_record,
12354 ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
12355 (ppc_linux_init_abi): Set process_record, process_record_signal.
12356 * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
12357 ppc_linux_record_tdep to gdbarch_tdep.
12358 (ppc_process_record): New declaration.
12359 * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
12360 ppc_process_record_op19, ppc_process_record_op31,
12361 ppc_process_record_op59, ppc_process_record_op60,
12362 ppc_process_record_op63, ppc_process_record): New functions.
12363
12364 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
12365
12366 * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
12367 rs6000_in_function_epilogue_frame_p and add an argument
12368 for frame_info.
12369 (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
12370 rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
12371 New functions.
12372 (rs6000_epilogue_frame_unwind): New.
12373 (rs6000_gdbarch_init): Append epilogue unwinder.
12374
12375 2015-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
12376
12377 * nat/linux-personality.c: Replace "#ifndef
12378 HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
12379 !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
12380 systems.
12381
12382 2015-01-16 Eli Zaretskii <eliz@gnu.org>
12383
12384 * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
12385 functions.
12386 (_initialize_tui_win) <border-kind, border-mode>:
12387 <active-border-mode>: Use tui_set_var_cmd as the "set" function.
12388 (tui_set_tab_width_command): Fix the commentary.
12389
12390 * tui/tui-win.h: Add prototype for tui_rehighlight_all.
12391
12392 * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
12393 Doc fix.
12394 (tui_set_tab_width_command): Delete and recreate the source and
12395 the disassembly windows, to show the effect of the changed tab
12396 size immediately.
12397
12398 * tui/tui-data.h (LINE_PREFIX): Make shorter
12399 (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
12400 "Thread NNNNN.XXXX" thread ID notation on Windows.
12401
12402 2015-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12403
12404 Fix gcc-5 compilation.
12405 * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
12406
12407 2015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
12408
12409 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
12410 (linux-personality.o): New rule.
12411 * common/common-defs.h: Include <stdint.h>.
12412 * config/aarch64/linux.mh (NATDEPFILES): Include
12413 linux-personality.o.
12414 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
12415 * config/arm/linux.mh (NATDEPFILES): Likewise.
12416 * config/i386/linux64.mh (NATDEPFILES): Likewise.
12417 * config/i386/linux.mh (NATDEPFILES): Likewise.
12418 * config/ia64/linux.mh (NATDEPFILES): Likewise.
12419 * config/m32r/linux.mh (NATDEPFILES): Likewise.
12420 * config/m68k/linux.mh (NATDEPFILES): Likewise.
12421 * config/mips/linux.mh (NATDEPFILES): Likewise.
12422 * config/pa/linux.mh (NATDEPFILES): Likewise.
12423 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
12424 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
12425 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
12426 * config/s390/linux.mh (NATDEPFILES): Likewise.
12427 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
12428 * config/sparc/linux.mh (NATDEPFILES): Likewise.
12429 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
12430 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
12431 * defs.h: Remove #include <stdint.h> (moved to
12432 common/common-defs.h).
12433 * linux-nat.c: Include nat/linux-personality.h. Remove #include
12434 <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
12435 nat/linux-personality.c).
12436 (linux_nat_create_inferior): Remove code to disable address space
12437 randomization (moved to nat/linux-personality.c). Create cleanup
12438 to disable address space randomization.
12439 * nat/linux-personality.c: New file.
12440 * nat/linux-personality.h: Likewise.
12441
12442 2015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
12443
12444 * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
12445 common/posix-strerror.c.
12446 (posix-strerror.o): New rule.
12447 (mingw-strerror.o): Likewise.
12448 * common/common-utils.h (safe_strerror): Move prototype to here,
12449 from utils.h.
12450 * common/common.host: New file.
12451 * common/mingw-strerror.c: Likewise.
12452 * common/posix-strerror.c: Likewise.
12453 * configure: Regenerated.
12454 * configure.ac: Source common/common.host. Add variable
12455 common_host_obs to gdb_host_obs.
12456 * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
12457 gdb/common/posix-strerror.c when warning about the use of
12458 strerror.
12459 * mingw-hdep.c (safe_strerror): Remove definition; move it to
12460 common/mingw-strerror.c.
12461 * posix-hdep.c (safe_strerror): Remove definition; move it to
12462 common/posix-hdep.c.
12463 * utils.h (safe_strerror): Remove prototype; move to
12464 common/common-utils.h.
12465
12466 2015-01-15 Joel Brobecker <brobecker@adacore.com>
12467
12468 GDB 7.8.2 released.
12469
12470 2015-01-15 Joel Brobecker <brobecker@adacore.com>
12471
12472 * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
12473 ___XA type if the array has already been fixed.
12474
12475 2015-01-14 Yao Qi <yao@codesourcery.com>
12476
12477 * Makefile.in (ppc-linux.o): New rule.
12478 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
12479 * configure.ac: AC_CHECK_FUNCS(getauxval).
12480 * config.in: Re-generated.
12481 * configure: Re-generated.
12482 * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
12483 Declare.
12484 * nat/ppc-linux.c: New file.
12485 * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
12486 Call ppc64_64bit_inferior_p.
12487
12488 2015-01-14 Yao Qi <yao@codesourcery.com>
12489
12490 * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
12491 nat/ppc-linux.h.
12492 (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
12493 (PPC_FEATURE_HAS_DFP): Likewise.
12494 (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
12495 (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
12496 (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
12497 Include "nat/ppc-linux.h".
12498 * nat/ppc-linux.h: New file.
12499 * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
12500
12501 2015-01-14 Pedro Alves <palves@redhat.com>
12502
12503 PR gdb/17525
12504 * breakpoint.c: Include "interps.h".
12505 (bpstat_do_actions_1): Also check whether the interpreter is
12506 async.
12507
12508 2015-01-14 Pedro Alves <palves@redhat.com>
12509
12510 PR cli/17828
12511 * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
12512 reinstall if the interpreter is sync.
12513
12514 2015-01-13 Doug Evans <dje@google.com>
12515
12516 * objfiles.c (objfile_filename): New function.
12517 * objfiles.h (objfile_filename): Declare it.
12518 (objfile_name): Add function comment.
12519 * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
12520 bfd file name (which may be realpath'd), and the original name.
12521
12522 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12523
12524 * NEWS: Create a new section for the next release branch.
12525 Rename the section of the current branch, now that it has
12526 been cut.
12527
12528 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12529
12530 GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
12531 * version.in: Bump version to 7.9.50.DATE-cvs.
12532
12533 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12534
12535 * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
12536 Remove trailing new-line in argument of call to warning.
12537
12538 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12539
12540 * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
12541 new-line in argument of call to "warning".
12542
12543 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12544
12545 * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
12546 in static block, then try searching for primitive types.
12547
12548 2015-01-12 Patrick Palka <patrick@parcs.ath.cx>
12549
12550 * top.h (gdb_add_history): Declare.
12551 * top.c (command_count): New variable.
12552 (gdb_add_history): New function.
12553 (gdb_safe_append_history): New static function.
12554 (quit_force): Call it.
12555 (command_line_input): Use gdb_add_history instead of
12556 add_history.
12557 * event-top.c (command_line_handler): Likewise.
12558
12559 2015-01-12 James Clarke <jrtc27@jrtc27.com> (tiny patch)
12560
12561 PR gdb/17046
12562 * darwin-nat.c: Replace <machine/setjmp.h> #include by
12563 <setjmp.h> #include.
12564
12565 2015-01-11 Doug Evans <xdje42@gmail.com>
12566
12567 * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
12568
12569 2015-01-11 Doug Evans <xdje42@gmail.com>
12570
12571 PR gdb/15830
12572 * NEWS: The "maint demangle" command is renamed as "demangle".
12573 * demangle.c: #include cli/cli-utils.h, language.h.
12574 (demangle_command): New function.
12575 (_initialize_demangle): Add new command "demangle".
12576 * maint.c (maintenance_demangle): Stub out.
12577 (_initialize_maint_cmds): Update help text for "maint demangle",
12578 and mark as deprecated.
12579
12580 2015-01-11 Mark Kettenis <kettenis@gnu.org>
12581
12582 * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
12583 inferior_thread is a function.
12584
12585 2015-01-09 Patrick Palka <patrick@parcs.ath.cx>
12586
12587 * Makefile.in (.y.c): Don't munge yacc's #line
12588 directives.
12589
12590 2015-01-09 Patrick Palka <patrick@parcs.ath.cx>
12591
12592 * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
12593 to prompt for input.
12594 * tui/tui-hooks.c (tui_query_hook): Remove.
12595 (tui_install_hooks): Don't set deprecated_query_hook.
12596 * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
12597 height calculation. Always update the command window's cur_line.
12598
12599 2015-01-09 Pedro Alves <palves@redhat.com>
12600
12601 * breakpoint.c (hardware_breakpoint_inserted_here_p): New
12602 function.
12603 * breakpoint.h (hardware_breakpoint_inserted_here_p): New
12604 declaration.
12605 * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
12606 (linux_resume_one_lwp): Store the thread's PC. Adjust to clear
12607 stop_reason.
12608 (check_stopped_by_watchpoint): New function.
12609 (save_sigtrap): Reimplement.
12610 (linux_nat_stopped_by_watchpoint): Adjust.
12611 (linux_nat_lp_status_is_event): Delete.
12612 (stop_wait_callback): Only call save_sigtrap after storing the
12613 pending status.
12614 (status_callback): If the thread had been stopped for a breakpoint
12615 that has since been removed, discard the event and resume the LWP.
12616 (count_events_callback, select_event_lwp_callback): Use
12617 lwp_status_pending_p instead of linux_nat_lp_status_is_event.
12618 (cancel_breakpoint): Rename to ...
12619 (check_stopped_by_breakpoint): ... this. Record whether the LWP
12620 stopped for a software breakpoint or hardware breakpoint.
12621 (select_event_lwp): Only give preference to the stepping LWP in
12622 all-stop mode. Adjust comments.
12623 (stop_and_resume_callback): Remove references to new_pending_p.
12624 (linux_nat_filter_event): Likewise. Leave exit events of the
12625 leader thread pending here. Handle signal short circuiting here.
12626 Only call save_sigtrap after storing the pending waitstatus.
12627 (linux_nat_wait_1): Remove 'retry' label. Remove references to
12628 new_pending. Don't handle leaving events the caller is not
12629 interested in pending here, nor handle signal short-circuiting
12630 here. Also give equal priority to all LWPs that have had events
12631 in non-stop mode. If reporting a software breakpoint event,
12632 unadjust the LWP's PC.
12633 * linux-nat.h (enum lwp_stop_reason): New.
12634 (struct lwp_info) <stop_pc>: New field.
12635 (struct lwp_info) <stopped_by_watchpoint>: Delete field.
12636 (struct lwp_info) <stop_reason>: New field.
12637 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
12638
12639 2015-01-09 Pedro Alves <palves@redhat.com>
12640
12641 * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
12642 Set the LWP's 'resumed' flag.
12643
12644 2015-01-09 Pedro Alves <palves@redhat.com>
12645
12646 * linux-nat.c (linux_resume_one_lwp): New function.
12647 (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
12648 (linux_nat_resume): Use lwp_status_pending_p and
12649 linux_resume_one_lwp.
12650 (linux_handle_syscall_trap): Use linux_resume_one_lwp.
12651 (linux_handle_extended_wait): Use linux_resume_one_lwp.
12652 (status_callback, running_callback): Use lwp_status_pending_p.
12653 (lwp_status_pending_p): New function.
12654 (stop_and_resume_callback): Use lwp_status_pending_p.
12655 (linux_nat_filter_event): Use linux_resume_one_lwp.
12656 (linux_nat_wait_1): Always use status_callback to look for an LWP
12657 with a pending status. Use linux_resume_one_lwp.
12658 (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
12659 linux_resume_one_lwp.
12660
12661 2015-01-09 Pedro Alves <palves@redhat.com>
12662
12663 * breakpoint.c (bp_location_inserted_here_p): New function,
12664 factored out from ...
12665 (breakpoint_inserted_here_p): ... here. Use
12666 ALL_BP_LOCATIONS_AT_ADDR.
12667 (software_breakpoint_inserted_here_p): Use
12668 bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
12669
12670 2014-01-09 Pedro Alves <palves@redhat.com>
12671
12672 Skip enabling event reporting if the kernel supports
12673 PTRACE_EVENT_CLONE.
12674 * linux-thread-db.c: Include "nat/linux-ptrace.h".
12675 (thread_db_use_events): New function.
12676 (try_thread_db_load_1): Check thread_db_use_events before enabling
12677 event reporting.
12678 (update_thread_state): New function.
12679 (attach_thread): Use it. Check thread_db_use_events before
12680 enabling event reporting.
12681 (thread_db_detach): Check thread_db_use_events before disabling
12682 event reporting.
12683 (find_new_threads_callback): Check thread_db_use_events before
12684 enabling event reporting. Update the thread's state if not using
12685 libthread_db events.
12686
12687 2015-01-09 Pedro Alves <palves@redhat.com>
12688
12689 * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
12690 about to wait for is > 0.
12691 * linux-thread-db.c (find_new_threads_callback): Ignore thread if
12692 the kernel thread ID is -1.
12693
12694 2015-01-09 Pedro Alves <palves@redhat.com>
12695
12696 * linux-nat.c (attach_proc_task_lwp_callback): New function.
12697 (linux_nat_attach): Use linux_proc_attach_tgid_threads.
12698 (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
12699 ptrace option flags.
12700 * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
12701 field.
12702 * nat/linux-procfs.c: Include <dirent.h>.
12703 (linux_proc_get_int): New parameter "warn". Handle it.
12704 (linux_proc_get_tgid): Adjust.
12705 (linux_proc_get_tracerpid): Rename to ...
12706 (linux_proc_get_tracerpid_nowarn): ... this.
12707 (linux_proc_pid_get_state): New function, factored out from
12708 (linux_proc_pid_has_state): ... this. Add new parameter "warn"
12709 and handle it.
12710 (linux_proc_pid_is_gone): New function.
12711 (linux_proc_pid_is_stopped): Adjust.
12712 (linux_proc_pid_is_zombie_maybe_warn)
12713 (linux_proc_pid_is_zombie_nowarn): New functions.
12714 (linux_proc_pid_is_zombie): Use
12715 linux_proc_pid_is_zombie_maybe_warn.
12716 (linux_proc_attach_tgid_threads): New function.
12717 * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
12718 (linux_proc_get_tracerpid): Rename to ...
12719 (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
12720 (linux_proc_pid_is_gone): New declaration.
12721 (linux_proc_pid_is_zombie): Update comment.
12722 (linux_proc_pid_is_zombie_nowarn): New declaration.
12723 (linux_proc_attach_lwp_func): New typedef.
12724 (linux_proc_attach_tgid_threads): New declaration.
12725 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
12726 use nowarn functions.
12727 (linux_ptrace_attach_fail_reason_string): Move here from
12728 gdbserver/linux-low.c and rename.
12729 (ptrace_supports_feature): If the current ptrace options are not
12730 known yet, check them now, instead of asserting.
12731 * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
12732 Declare.
12733
12734 2015-01-09 Pedro Alves <palves@redhat.com>
12735
12736 * linux-thread-db.c (thread_db_find_new_threads_silently)
12737 (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
12738 (find_new_threads_once): Print debug output on gdb_stdlog.
12739
12740 2015-01-09 Chen Gang <gang.chen.5i5j@gmail.com>
12741 Pedro Alves <palves@redhat.com>
12742
12743 * compile/compile.c: Include "gdb_wait.h".
12744 (do_rmdir): Check return value, and free 'zap'.
12745
12746 2015-01-08 Pedro Alves <palves@redhat.com>
12747 Yao Qi <yao@codesourcery.com>
12748
12749 * dwarf2loc.c (indirect_pieced_value): Don't call
12750 gdb_sign_extend. Call extract_signed_integer instead.
12751 * utils.c (gdb_sign_extend): Remove.
12752 * utils.h (gdb_sign_extend): Remove declaration.
12753
12754 2015-01-07 Pierre Muller <muller@sourceware.org>
12755
12756 PR symtab/17811
12757 * stabsread.c (define_symbol): Set language for C++ special symbols.
12758
12759 2015-01-07 Patrick Palka <patrick@parcs.ath.cx>
12760
12761 * inflow.c (initial_gdb_ttystate): Tweak comment.
12762
12763 2015-01-07 Joel Brobecker <brobecker@adacore.com>
12764
12765 * inflow.c (set_initial_gdb_ttystate): Add empty line after
12766 comment documenting function.
12767
12768 2015-01-07 Patrick Palka <patrick@parcs.ath.cx>
12769
12770 * terminal.h (set_initial_gdb_ttystate): Declare.
12771 * inflow.c (initial_gdb_ttystate): New static variable.
12772 (set_initial_gdb_ttystate): New setter.
12773 (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
12774 instead of our current terminal state.
12775 * top.c (gdb_init): Call set_initial_gdb_ttystate.
12776
12777 2015-01-07 Joel Brobecker <brobecker@adacore.com>
12778
12779 * guile/scm-type.c (tyscm_array_1): Add comment.
12780 * python/py-type.c (typy_array_1): Add comment.
12781
12782 2015-01-06 Joel Brobecker <brobecker@adacore.com>
12783
12784 * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
12785 error if N2 is equal to N1 - 1.
12786
12787 2015-01-06 Joel Brobecker <brobecker@adacore.com>
12788
12789 * python/py-type.c (typy_array_1): Do not raise negative-length
12790 exception if N2 is equal to N1 - 1.
12791
12792 2015-01-03 Doug Evans <xdje42@gmail.com>
12793
12794 * c-exp.y: Whitespace cleanup.
12795 (classify_inner_name): Remove extra ;.
12796
12797 2015-01-02 Maciej W. Rozycki <macro@codesourcery.com>
12798
12799 * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
12800 offset signed.
12801
12802 2015-01-02 Doug Evans <dje@google.com>
12803
12804 * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
12805
12806 2015-01-02 Doug Evans <dje@google.com>
12807
12808 * symtab.h (struct symbol): Fix typo in comment.
12809
12810 2015-01-01 Joel Brobecker <brobecker@adacore.com>
12811
12812 Update year range in copyright notice of all files.
12813
12814 2015-01-01 Joel Brobecker <brobecker@adacore.com>
12815
12816 * top.c (print_gdb_version): Update copyright year to 2015.
12817
12818 2015-01-01 Joel Brobecker <brobecker@adacore.com>
12819
12820 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
12821
12822 For older changes see ChangeLog-2014.
12823 \f
12824 Local Variables:
12825 mode: change-log
12826 left-margin: 8
12827 fill-column: 74
12828 version-control: never
12829 coding: utf-8
12830 End: