tui: Simplify tui_alloc_content
[external/binutils.git] / gdb / ChangeLog
1 2015-10-26  Simon Marchi  <simon.marchi@ericsson.com>
2
3         * tui/tui-data.c (tui_alloc_content): Don't check xmalloc
4         result.  Change type of element_block_ptr.  Change allocation to
5         use XNEWVEC.
6
7 2015-10-26  Luis Machado  <lgustavo@codesourcery.com>
8
9         * record-full.c (record_full_message_wrapper_safe): Pass empty string to
10         catch_errors call instead of NULL.
11
12 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
13
14         * guile/scm-ports.c (ioscm_make_gdb_stdio_port): Pass non-const
15         char pointer to scm_mode_bits.
16
17 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
18
19         * symtab.c (default_make_symbol_completion_list_break_on_1): Add
20         cast.
21
22 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
23
24         * guile/scm-ports.c (gdbscm_memory_port_write): Declare new
25         "data" local variable and use it.
26
27 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
28
29         * guile/scm-symbol.c (gdbscm_lookup_global_symbol): Add
30         domain_enum cast.
31         (gdbscm_lookup_symbol): Likewise.
32
33 2015-10-25  Iain Buclaw  <ibuclaw@gdcproject.org>
34
35         * d-exp.y: Remove an obsolete comment and propagate the block
36         information to the produced expression.
37
38 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
39
40         * tui/tui-data.c (tui_add_to_source_windows): Remove void *
41         cast.
42         (tui_add_content_elements): Likewise.
43
44 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
45
46         * cli/cli-setshow.c (do_set_command): Constify p.
47
48 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
49
50         * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Replace
51         (void *) cast with (gdb_byte *).
52
53 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
54
55         * proc-service.c (ps_pdread): Add cast.
56
57 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
58
59         * sparc64-tdep.c (sparc64_store_arguments): Split assignment of
60         valbuf.
61
62 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
63
64         * ia64-tdep.c (ia64_pseudo_register_write): Remove cast.
65         (ia64_push_dummy_call): Remove cast and change type of "to" to
66         array of gdb_byte.
67
68 2015-10-23  Simon Marchi  <simon.marchi@polymtl.ca>
69
70         * linux-btrace.c (linux_enable_pt): Add cast to mmap return.
71
72 2015-10-23  Simon Marchi  <simon.marchi@ericsson.com>
73
74         * observer.h (observer_${event}_notification_stub): Add cast.
75
76 2015-10-23  Yao Qi  <yao.qi@linaro.org>
77
78         * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Set
79         dsd.insn_count to zero.
80
81 2015-10-22  Pedro Alves  <palves@redhat.com>
82
83         * infrun.c (stop_after_trap): Delete.
84         (clear_proceed_status, handle_signal_stop, struct
85         infcall_control_state, save_infcall_control_state)
86         (restore_infcall_control_state): Remove references to
87         stop_after_trap.
88
89 2015-10-22  Simon Marchi  <simon.marchi@ericsson.com>
90
91         * python/python.c (_initialize_python): Add cast.
92
93 2015-10-22  Simon Marchi  <simon.marchi@ericsson.com>
94
95         * nto-tdep.c (nto_inferior_data): Add cast.
96
97 2015-10-22  Pedro Alves  <palves@redhat.com>
98
99         * windows-nat.c (do_initial_windows_stuff): Rewrite loop using
100         windows_wait and windows_resume directly instead of
101         wait_for_inferior and resume.
102
103 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
104
105         * xtensa-tdep.h (XTREG): Add casts.
106         (XTREG_END): Likewise.
107
108 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
109
110         * solib-spu.c (spu_bfd_iovec_pread): Add (gdb_byte *) cast.
111
112 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
113
114         * rs6000-tdep.c (variants): Add (enum bfd_architecture) cast.
115
116 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
117
118         * mips-linux-tdep.c (mips64_linux_get_longjmp_target): Change type of
119         buf to gdb_byte*.
120         (supply_32bit_reg): Add cast.
121         (mips64_fill_gregset): Likewise.
122
123 2015-10-21  Simon Marchi  <simon.marchi@polymtl.ca>
124
125         PR python/18073
126         * python/py-type.c (typy_get_composite): Allow returning a
127         function type.
128
129 2015-10-21  Keven Boell  <keven.boell@intel.com>
130
131         * dwarf2read.c (set_die_type): Add read of
132         DW_AT_allocated and DW_AT_associated.
133         * f-typeprint.c: New include of typeprint.h
134         (f_print_type): Add check for allocated/associated
135         status of type.
136         (f_type_print_varspec_suffix): Add check for
137         * gdbtypes.c (create_array_type_with_stride):
138         Add check for valid data location of type in
139         case allocated or associated attributes are set.
140         Length of an array should be only calculated if
141         allocated or associated is resolved as true.
142         (is_dynamic_type_internal): Add check for allocated/
143         associated.
144         (resolve_dynamic_array): Evaluate allocated/associated
145         properties.
146         * gdbtypes.h (enum dynamic_prop_node_kind): <DYN_PROP_ALLOCATED>
147         <DYN_PROP_ASSOCIATED>: New enums.
148         (TYPE_ALLOCATED_PROP, TYPE_ASSOCIATED_PROP): New macros.
149         (type_not_allocated): New function.
150         (type_not_associated): New function.
151         * valarith.c (value_subscripted_rvalue): Add check for
152         allocated/associated.
153         * valprint.c: New include of typeprint.h.
154         (valprint_check_validity): Add check for allocated/associated.
155         (value_check_printable): Add check for allocated/
156         associated.
157         * typeprint.h (val_print_not_allocated): New function.
158         (val_print_not_associated): New function.
159         * typeprint.c (val_print_not_allocated): New function.
160         (val_print_not_associated): New function.
161
162 2015-10-21  Antoine Tremblay  <antoine.tremblay@ericsson.com>
163
164         * Makefile.in: Add arm.c/o.
165         * arch/arm.c: New file.
166         * arch/arm.h: (IS_THUMB_ADDR): Move macro from arm-tdep.c.
167         (MAKE_THUMB_ADDR): Likewise.
168         (UNMAKE_THUMB_ADDR): Likewise.
169         * arm-tdep.c (int thumb_insn_size): Move to arm.c.
170         (IS_THUMB_ADDR): Move to arm.h.
171         (MAKE_THUMB_ADDR): Likewise.
172         (UNMAKE_THUMB_ADDR): Likewise.
173         * configure.tgt: Add arm.o to all ARM configs.
174
175 2015-10-21  Yao Qi  <yao.qi@linaro.org>
176
177         * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
178         Remove argument exp_vCont_s.
179         * gdb.base/range-stepping.exp: Callers updated.
180         * gdb.trace/range-stepping.exp: Likewise.
181
182 2015-10-21  Aleksandar Ristovski  <aristovski@qnx.com>
183
184         * gdb/nto-tdep.c (QNX_NOTE_NAME, QNX_INFO_SECT_NAME): New defines.
185         (nto_sniff_abi_note_section): New function.
186         (nto_elf_osabi_sniffer): Use new function to recognize nto specific
187         binary.
188
189 2015-10-21  Aleksandar Ristovski  <aristovski@qnx.com>
190
191         * nto-procfs.c (procfs_wait): Set stopped_flags nad stopped_pc.
192         (procfs_stopped_by_watchpoint): Use flags stored in inferior data.
193         * nto-tdep.c (nto_new_inferior_data_reg): New definition.
194         (nto_new_inferior_data, nto_inferior_data_cleanup, nto_inferior_data):
195         New functions.
196         (_initialize_nto_tdep): New forward declaration, new function.
197         * nto-tdep.h (struct nto_inferior_data): New struct.
198         (nto_inferior_data): New function declaration.
199
200 2015-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
201
202         * findvar.c (address_from_register): Check REGNUM validity.
203
204 2015-10-20  Aleksandar Ristovski  <aristovski@qnx.com>
205
206         * gdb/nto-procfs.c (procfs_pid_to_exec_file): New function.
207         (init_procfs_targets): Wire new function.
208
209 2015-10-20  Aleksandar Ristovski  <aristovski@qnx.com>
210
211         * nto-procfs.c (sys/auxv.h): Include.
212         (procfs_xfer_partial): Implement TARGET_OBJECT_AUXV.
213         * nto-tdep.c (nto_read_auxv_from_initial_stack): New function.
214         * nto-tdep.h (nto_read_auxv_from_initial_stack): New declaration.
215
216 2015-10-20  Aleksandar Ristovski  <aristovski@qnx.com>
217
218         * nto-procfs.c (nto_procfs_path): Rename to...
219         (nodestr): ... this, and change type.
220         (nto_node): Use new variable and logic accordingly.
221         (procfs_open_1): Use new variable name. Use local buffer to construct
222         procfrs path.
223         (procfs_pidlist): Use NODESTR to construct procfs path.
224         (procfs_files_info): Use NODESTR to output meaningful text.
225         (do_attach): Construct procfs using NODESTR.
226         (procfs_create_inferior): Compare pointer to NULL.
227
228 2015-10-19  Josh Stone  <jistone@redhat.com>
229
230         * linux-nat.c (linux_handle_syscall_trap): Always update entry/
231         return state, even when not actively catching syscalls at all.
232         (linux_handle_extended_wait): Mark syscall_state like an entry.
233         (wait_lwp): Set syscall_state ignored for other traps.
234         (linux_nat_filter_event): Likewise.
235
236 2015-10-19  Luis Machado  <lgustavo@codesourcery.com>
237
238         * remote.c (remote_wait_as): Set rs->waiting_for_stop_reply to 0
239         when handling 'E', 'T', 'S', 'X' and 'W' packets.
240         Do not set rs->waiting_for_stop_reply back to 1.
241
242 2015-10-16  Aleksandar Ristovski  <aristovski@qnx.com>
243
244         * nto-procfs.c (common/filestuff.h): Include.
245         (procfs_can_use_hw_breakpoint): Fix enum name.
246         (procfs_open_1): Fix compiler warning.
247         (procfs_pidlist): Make static.
248         (procfs_meminfo): Make static, fix type name, add missing argument.
249         (procfs_store_registers): Make static.
250         (procfs_thread_info): Remove unused function.
251         (_initialize_procfs): Forward declare.
252
253 2015-10-16  Yao Qi  <yao.qi@arm.com>
254
255         * MAINTAINERS: Update my email address.
256
257 2015-10-15  Yao Qi  <yao.qi@linaro.org>
258
259         * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint):
260         Call gdbarch_breakpoint_from_pc to instruction length.
261         (aarch64_linux_remove_hw_breakpoint): Likewise.
262         * common/common-regcache.h (regcache_register_size): Declare.
263         * nat/aarch64-linux-hw-point.c: Include "common-regcache.h".
264         (aarch64_point_is_aligned): Set alignment to 2 for breakpoint if
265         the process is 32bit, otherwise set alignment to 4.
266         (aarch64_handle_breakpoint): Update comments.
267         * regcache.c (regcache_register_size): New function.
268
269 2015-10-15  Aleksandar Ristovski  <aristovski@qnx.com>
270
271         * gdbarch.sh (core_regset_section): Remove.
272         * gdbarch.h: Regenerate.
273
274 2015-10-14  Yao Qi  <yao.qi@linaro.org>
275
276         * arch/aarch64-insn.h (struct aarch64_memory_operand): Move enum
277         out of it.
278         (enum aarch64_memory_operand_type): New.
279
280 2015-10-13  David Edelsohn  <dje.gcc@gmail.com>
281
282         * xcoffread.c (dwarf2_xcoff_names): Add .dwmac and .dwpbtyp.
283
284 2015-10-13  Pedro Alves  <palves@redhat.com>
285
286         * ada-lang.c (ada_enum_name): Constify local.
287         * ada-typeprint.c (print_range_bound): Constify locals.
288         * c-varobj.c (c_describe_child): Likewise.
289         * cli/cli-setshow.c (do_set_command): Likewise.
290         * gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
291         * dwarf2read.c (find_file_and_directory): Likewise.
292         (anonymous_struct_prefix, dwarf2_name): Likewise.
293         * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
294         * go-lang.c (unpack_mangled_go_symbol): Likewise.
295         * jv-typeprint.c (java_type_print_base): Likewise.
296         * ser-tcp.c (net_open): Likewise.
297         * symfile.c (deduce_language_from_filename): Likewise.
298         * symtab.c (gdb_mangle_name): Likewise.
299         * tui/tui-io.c (tui_redisplay_readline): Likewise.
300
301 2015-10-13  Pedro Alves  <palves@redhat.com>
302
303         * infrun.c (restore_execution_direction): New function.
304         (fetch_inferior_event): Use it instead of
305         make_cleanup_restore_integer.
306         (execution_direction): Change type to enum
307         exec_direction_kind.
308         * infrun.h (execution_direction): Likewise.
309
310 2015-10-13  Pedro Alves  <palves@redhat.com>
311
312         * ada-lang.c (ada_value_primitive_packed_val): Constify
313         locals.  Use value_contents_writeable.  Remove casts.
314
315 2015-10-13  Pedro Alves  <palves@redhat.com>
316
317         * ada-lang.c (ada_value_primitive_packed_val): Add casts to malloc
318         and alloca calls.
319
320 2015-10-13  Simon Marchi  <simon.marchi@polymtl.ca>
321
322         * lm32-tdep.c (lm32_push_dummy_call): Replace call to
323         write_memory with write_memory_unsigned_integer.
324
325 2015-10-13  Simon Marchi  <simon.marchi@polymtl.ca>
326
327         * solib-dsbt.c (cmp_name): Constify arguments.
328         * solib-frv.c (cmp_name): Likewise.
329         * solib-svr4.c (svr4_create_solib_event_breakpoints): Likewise.
330         * solib.c (gdb_bfd_lookup_symbol_from_symtab): Likewise.
331         (bfd_lookup_symbol_from_dyn_symtab): Likewise.
332         (gdb_bfd_lookup_symbol): Likewise.
333         * solib.h (gdb_bfd_lookup_symbol): Likewise.
334         (gdb_bfd_lookup_symbol_from_symtab): Likewise.
335
336 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
337
338         * stack.c (parse_frame_specification): Remove message parameter,
339         replace with fixed string in function body, update function
340         comment.
341         (frame_info): Remove message to parse_frame_specification.
342         (select_frame_command): Likewise.
343
344 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
345
346         * stack.c (parse_frame_specification): Delete.
347         (parse_frame_specification_1): Rename to
348         parse_frame_specification.
349         (frame_info): Use parse_frame_specification.
350         (select_frame_command): Likewise.
351         (return_command): Use select_frame and print_stack_frame rather
352         than frame_command and select_frame_command.
353         (func_command): Use get_current_frame rather than
354         parse_frame_specification.
355
356 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
357
358         * stack.c (func_command): Return early when there is no ARG
359         string.
360
361 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
362
363         * stack.c: Include safe-ctype.h not ctype.h.
364         (parse_frame_specification): Use ISSPACE not isspace.
365         (backtrace_command): Use TOLOWER not tolower.
366
367 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
368
369         * mep-tdep.c (current_me_module): Add cast.
370         (mep_gdbarch_init): Likewise.
371
372 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
373
374         * m32c-tdep.c (m32c_move_reg_t): Replace with...
375         (m32c_write_reg_t): ...this and...
376         (m32c_read_reg_t): ...this.
377         (struct m32c_reg): Update types of read and write.
378         (m32c_raw_read): Change declaration type to m32c_read_reg_t and
379         adjust definition.
380         (m32c_banked_read): Likewise.
381         (m32c_sb_read): Likewise.
382         (m32c_part_read): Likewise.
383         (m32c_cat_read): Likewise.
384         (m32c_r3r2r1r0_read): Likewise.
385         (m32c_raw_write): Change declaration type to m32c_write_reg_t
386         and adjust definition.
387         (m32c_banked_write): Likewise.
388         (m32c_sb_write): Likewise.
389         (m32c_part_write): Likewise.
390         (m32c_cat_write): Likewise.
391         (m32c_r3r2r1r0_write): Likewise.
392
393 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
394
395         * aarch64-linux-tdep.c (aarch64_linux_syscall_record): Add cast.
396
397 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
398
399         * aarch64-linux-tdep.c (aarch64_canonicalize_syscall): Return
400         gdb_sys_no_syscall instead of -1.
401
402 2015-10-12  Yao Qi  <yao.qi@linaro.org>
403
404         * NEWS: Mention the change.
405
406 2015-10-12  Yao Qi  <yao.qi@linaro.org>
407
408         * arch/aarch64-insn.c (emit_load_store): Rename to ...
409         (aarch64_emit_load_store): ... it.  All callers updated.
410
411 2015-10-12  Yao Qi  <yao.qi@linaro.org>
412
413         * arch/aarch64-insn.c (emit_insn): Rename to ...
414         (aarch64_emit_insn): ... it.  All callers updated.
415
416 2015-10-12  Yao Qi  <yao.qi@linaro.org>
417
418         * aarch64-linux-tdep.c: Include arch-utils.h.
419         (aarch64_linux_init_abi): Call set_gdbarch_max_insn_length,
420         set_gdbarch_displaced_step_copy_insn,
421         set_gdbarch_displaced_step_fixup,
422         set_gdbarch_displaced_step_free_closure,
423         set_gdbarch_displaced_step_location,
424         and set_gdbarch_displaced_step_hw_singlestep.
425         * aarch64-tdep.c (struct displaced_step_closure): New.
426         (struct aarch64_displaced_step_data): New.
427         (aarch64_displaced_step_b): New function.
428         (aarch64_displaced_step_b_cond): Likewise.
429         (aarch64_register): Likewise.
430         (aarch64_displaced_step_cb): Likewise.
431         (aarch64_displaced_step_tb): Likewise.
432         (aarch64_displaced_step_adr): Likewise.
433         (aarch64_displaced_step_ldr_literal): Likewise.
434         (aarch64_displaced_step_others): Likewise.
435         (aarch64_displaced_step_copy_insn): Likewise.
436         (aarch64_displaced_step_fixup): Likewise.
437         (aarch64_displaced_step_hw_singlestep): Likewise.
438         * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): New macro.
439         (aarch64_displaced_step_copy_insn): Declare.
440         (aarch64_displaced_step_fixup): Declare.
441         (aarch64_displaced_step_hw_singlestep): Declare.
442         * arch/aarch64-insn.c (emit_insn): Moved from
443         gdbserver/linux-aarch64-low.c.
444         (emit_load_store): Likewise.
445         * arch/aarch64-insn.h (enum aarch64_opcodes): Moved from
446         gdbserver/linux-aarch64-low.c.
447         (struct aarch64_register): Likewise.
448         (struct aarch64_memory_operand): Likewise.
449         (ENCODE): Likewise.
450         (can_encode_int32): New macro.
451         (emit_b, emit_bcond, emit_cb, emit_ldr, emit_ldrsw): Likewise.
452         (emit_tb, emit_nop): Likewise.
453         (emit_insn): Declare.
454         (emit_load_store): Declare.
455
456 2015-10-12  Yao Qi  <yao.qi@linaro.org>
457
458         * arch/aarch64-insn.c (aarch64_decode_ldr_literal): Moved from
459         gdbserver/linux-aarch64-low.c.
460         (aarch64_relocate_instruction): Likewise.
461         * arch/aarch64-insn.h (aarch64_decode_ldr_literal): Declare.
462         (struct aarch64_insn_data): Moved from
463         gdbserver/linux-aarch64-low.c.
464         (struct aarch64_insn_visitor): Likewise.
465         (aarch64_relocate_instruction): Declare.
466
467 2015-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
468
469         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT>: If
470         EVAL_AVOID_SIDE_EFFECTS mode, forward the VALUE_LVAL attribute
471         to the returned value.
472
473 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
474
475         * ada-lang.c (ada_unpack_from_contents): Add guard that unpacked
476         is large enough for BIT_SIZE.  Update function comment.
477
478 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
479
480         * ada-lang.c (ada_value_primitive_packed_val): Move
481         src_len variable to local block where used.  Override
482         BIT_SIZE if bigger than size of resolved type.
483
484 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
485
486         * gdbtypes.h (is_scalar_type): Add extern declaration.
487         * gdbtypes.c (is_scalar_type): Make non-static.
488         * ada-lang.c (ada_value_primitive_packed_val): Use is_scalar_type
489         to compute IS_SCALAR instead of doing it ourselves.
490
491 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
492
493         * ada-lang.c (ada_value_primitive_packed_val): Rework handling
494         of case where TYPE is dynamic.
495
496 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
497
498         * ada-lang.c (ada_unpack_from_contents): New function,
499         extracted from ada_value_primitive_packed_val.
500         (ada_value_primitive_packed_val): Replace extracted out code
501         by call to ada_unpack_from_contents.
502
503 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
504
505         * ada-lang.c (ada_value_primitive_packed_val): Reorder local
506         variable declarations.
507
508 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
509
510         * ada-lang.c (ada_value_primitive_packed_val): Change the type
511         of local variables src and unpacked to "gdb_type *" instead of
512         "unsigned char *".
513
514 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
515
516         * ada-lang.c (ada_value_primitive_packed_val): Make the name
517         of various local variables more explicit and consistent.
518         No real code change otherwise.
519
520 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
521
522         * i386-tdep.h (struct gdbarch_tdep): Change type of
523         register_reggroup_p to gdbarch_register_reggroup_p_ftype.
524
525 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
526
527         * cris-tdep.c (struct instruction_environment): Change type of
528         byte_order to enum bfd_endian.
529
530 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
531
532         * arm-linux-tdep.c (arm_canonicalize_syscall): Add
533         enum gdb_syscall casts.
534
535 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
536
537         * aarch64-tdep.c (stack_item_t): Change type of data to gdb_byte*.
538         * arm-tdep.c (struct stack_item): Likewise.
539         (push_stack_item): Add gdb_byte* cast.
540         * avr-tdep.c (struct stack_item): Change type of data to gdb_byte*.
541         (push_stack_item): Add gdb_byte* cast.
542         * cli/cli-dump.c (dump_memory_to_file): Change type of buf to gdb_byte*
543         and add cast.
544         * cris-tdep.c (struct stack_item): Change type of data to gdb_byte*.
545         (push_stack_item): Add gdb_byte* cast.
546         * gcore.c (gcore_copy_callback): Change type of memhunk to gdb_byte* and
547         add cast.
548         * gdbtypes.h (print_scalar_formatted): Change type of first parameter to
549         gdb_byte*.
550         * h8300-tdep.c (h8300_extract_return_value): Change type of valbuf to
551         gdb_byte* and remove unnecessary cast.
552         (h8300h_extract_return_value): Likewise.
553         (h8300_store_return_value): Change type of valbuf to gdb_byte*.
554         (h8300h_store_return_value): Likewise.
555         * iq2000-tdep.c (iq2000_extract_return_value): Change type of valbuf to
556         gdb_byte* and remove unnecessary cast.
557         * jit.c (jit_reader_try_read_symtab): Change type of gdb_mem to gdb_byte*
558         and add cast.
559         * m32r-tdep.c (m32r_store_return_value): Change type of valbuf to
560         gdb_byte* and remove unnecessary cast.
561         (m32r_extract_return_value): Change type of dst to gdb_byte* and remove
562         valbuf.
563         * mep-tdep.c (mep_pseudo_cr32_read): Change type of buf to gdb_byte*.
564         (mep_pseudo_cr64_read): Likewise.
565         (mep_pseudo_csr_write): Likewise.
566         (mep_pseudo_cr32_write): Likewise.
567         (mep_pseudo_cr64_write): Likewise.
568         * mi/mi-main.c (mi_cmd_data_write_memory): Change type of buffer to
569         gdb_byte* and add cast.
570         * moxie-tdep.c (moxie_store_return_value): Change type of valbuf to
571         gdb_byte* and remove unnecessary cast.
572         (moxie_extract_return_value): Change type of dst to gdb_byte* and remove
573         valbuf.
574         * p-valprint.c (print_scalar_formatted): Change type of valaddr to
575         gdb_byte*.
576         * printcmd.c (void): Likewise.
577         * python/py-inferior.c (infpy_read_memory): Change type of buffer to
578         gdb_byte* and add cast.
579         (infpy_write_memory): Likewise.
580         (infpy_search_memory): Likewise.
581         * regcache.c (regcache_raw_write_signed): Change type of buf to gdb_byte*
582         and add cast.
583         (regcache_raw_write_unsigned): Likewise.
584         (regcache_cooked_write_signed): Likewise.
585         (regcache_cooked_write_unsigned): Likewise.
586         * sh64-tdep.c (h64_extract_return_value): Change type of valbuf to
587         gdb_byte*.
588
589 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
590
591         * fbsd-tdep.c (fbsd_collect_regset_section_cb): Add cast.
592         * linux-tdep.c (linux_collect_regset_section_cb_data): Likewise.
593
594 2015-10-09  Eli Zaretskii  <eliz@gnu.org>
595
596         * stack.c (print_stack_frame):
597         * utils.c (printchar): Fix typos in commentary.
598
599 2015-10-08  Iain Buclaw  <ibuclaw@gdcproject.org>
600
601         * d-exp.y: (UnaryExpression): Support `type.sizeof' expressions.
602         (PostfixExpression): Support `expr.sizeof' expressions.
603         (PrimaryExpression): Support `typeof(expr)' expressions.
604
605 2015-10-08  Maciej W. Rozycki  <macro@imgtec.com>
606
607         * MAINTAINERS: Update my email address.
608
609 2015-10-08  Markus Metzger  <markus.t.metzger@intel.com>
610
611         * record-btrace.c (record_btrace_resume): Fix void return.
612
613 2015-10-07  Yao Qi  <yao.qi@linaro.org>
614
615         * aarch64-tdep.c: Include opcode/aarch64.h.
616         (submask): Move it above.
617         (bit): Likewise.
618         (bits): Likewise.
619         (aarch64_software_single_step): Call aarch64_decode_insn.
620         Decode instruction by aarch64_inst instead of using
621         aarch64_decode_bcond and decode_masked_match.
622
623 2015-10-06  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
624
625         * cli/cli-dump.c (restore_command): Parse load_offset (bias) as address
626         only when the file is binary.
627
628 2015-10-02  James Bowman  <james.bowman@ftdichip.com>
629
630         * ft32-tdep.c (ft32_analyze_prologue): Add function prolog
631         subroutine handling.
632
633 2015-10-01  Simon Marchi  <simon.marchi@ericsson.com>
634
635         * common/vec.h (VEC_OP (T,cleanup)): Add pointer cast.
636
637 2015-09-30  Doug Evans  <dje@google.com>
638
639         * dwarf2read.c (setup_type_unit_groups): Add comment.
640
641 2015-09-30  Pedro Alves  <palves@redhat.com>
642
643         * linux-nat.c (linux_nat_always_non_stop_p): Always return 1.
644         * x86-linux-nat.c (x86_linux_always_non_stop_p): Delete.
645         (x86_linux_create_target): Don't install
646         x86_linux_always_non_stop_p.
647
648 2015-09-30  Don Breazeal  <donb@codesourcery.com>
649
650         * remote.c (remote_parse_stop_reply): Call strprefix instead
651         of strncmp.
652
653 2015-09-30  Simon Marchi  <simon.marchi@ericsson.com>
654
655         * gdbarch.sh (struct gdbarch_info): Change tdep_info's type to void *.
656         * gdbarch.h: Regenerate.
657         * i386-tdep.c (i386_gdbarch_init): Remove cast to
658         struct gdbarch_tdep_info *.
659         * mips-tdep.c (mips_gdbarch_init): Likewise.
660         * ppc-linux-tdep (ppu2spu_sniffer): Likewise.
661         * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
662         * spu-multiarch.c (spu_gdbarch): Likewise.
663
664 2015-09-30  Kevin Buettner  <kevinb@redhat.com>
665
666         * infcmd.c (finish_command_fsm_should_stop): Don't attempt to
667         record a NULL value.
668
669 2015-09-29  Kevin Buettner  <kevinb@redhat.com>
670
671         * msp430-tdep.c (msp430_push_dummy_call): Treat reference, struct,
672         and union arguments the same as pointer arguments when determining
673         size of argument.
674
675 2015-09-29  James Bowman  <james.bowman@ftdichip.com>
676
677         * ft32-tdep.c: #include "opcode/ft32.h".
678         Delete local macros IS_PUSH, PUSH_REG, IS_LINK, LINK_SIZE.
679         (ft32_analyze_prologue): Use FT32_* macros.
680
681 2015-09-28  Simon Marchi  <simon.marchi@ericsson.com>
682
683         * cli/cli-script.c (read_next_line): Fix stdout -> stdin in
684         comment.
685
686 2015-09-28  Doug Evans  <dje@google.com>
687
688         * MAINTAINERS: Add Iain Buclaw as D language maintainer.
689
690 2015-09-28  Doug Evans  <dje@google.com>
691
692         * common/filestuff.c (make_cleanup_close): Update comment.
693
694 2015-09-26  Simon Marchi  <simon.marchi@polymtl.ca>
695
696         * btrace.c (parse_xml_btrace_block): Fix cast of
697         xml_find_attribute's return value.
698         * memory-map.c (memory_map_start_memory): Likewise.
699         * solib-svr4.c (library_list_start_library): Likewise.
700         * solib-target.c (library_list_start_segment): Likewise.
701         (library_list_start_section): Likewise.
702         * tracepoint.c (traceframe_info_start_memory): Likewise.
703
704 2015-09-26  Iain Buclaw  <ibuclaw@gdcproject.org>
705
706         * d-namespace.c (d_lookup_symbol): New arg langdef.
707         All callers updated.  Support looking up symbol as a primitive type.
708         (lookup_module_scope): New arg langdef.  All callers updated.
709         Call d_lookup_symbol directly for simple bare symbols.
710
711 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
712
713         * macrocmd.c (print_macro_callback): Add cast(s).
714         * macrotab.c (macro_bcache_str): Likewise.
715         (new_macro_definition): Likewise.
716         * main.c (captured_main): Likewise.
717         * maint.c (print_bfd_section_info): Likewise.
718         * mdebugread.c (mdebug_build_psymtabs): Likewise.
719         (basic_type): Likewise.
720         * memattr.c (mem_region_cmp): Likewise.
721         * memory-map.c (memory_map_start_memory): Likewise.
722         (memory_map_end_memory): Likewise.
723         (memory_map_start_property): Likewise.
724         (memory_map_end_property): Likewise.
725         (clear_result): Likewise.
726         * memrange.c (compare_mem_ranges): Likewise.
727         * mep-tdep.c (mep_analyze_frame_prologue): Likewise.
728         * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Likewise.
729         * mi/mi-console.c (mi_console_file_delete): Likewise.
730         (mi_console_file_fputs): Likewise.
731         (mi_console_raw_packet): Likewise.
732         (mi_console_file_flush): Likewise.
733         (mi_console_set_raw): Likewise.
734         * mi/mi-interp.c (mi_interpreter_resume): Likewise.
735         (mi_new_thread): Likewise.
736         (mi_thread_exit): Likewise.
737         (mi_record_changed): Likewise.
738         (mi_inferior_added): Likewise.
739         (mi_inferior_appeared): Likewise.
740         (mi_inferior_exit): Likewise.
741         (mi_inferior_removed): Likewise.
742         (mi_interp_data): Likewise.
743         (mi_on_normal_stop): Likewise.
744         (mi_traceframe_changed): Likewise.
745         (mi_tsv_created): Likewise.
746         (mi_tsv_deleted): Likewise.
747         (mi_tsv_modified): Likewise.
748         (mi_breakpoint_created): Likewise.
749         (mi_breakpoint_deleted): Likewise.
750         (mi_breakpoint_modified): Likewise.
751         (mi_output_running_pid): Likewise.
752         (mi_inferior_count): Likewise.
753         (mi_solib_loaded): Likewise.
754         (mi_solib_unloaded): Likewise.
755         (mi_command_param_changed): Likewise.
756         (mi_memory_changed): Likewise.
757         (report_initial_inferior): Likewise.
758         (mi_ui_out): Likewise.
759         (mi_set_logging): Likewise.
760         * mi/mi-main.c (collect_cores): Likewise.
761         (print_one_inferior): Likewise.
762         (free_vector_of_ints): Likewise.
763         (free_splay_tree): Likewise.
764         (mi_execute_command): Likewise.
765         * mi/mi-out.c (mi_table_body): Likewise.
766         (mi_table_end): Likewise.
767         (mi_table_header): Likewise.
768         (mi_begin): Likewise.
769         (mi_end): Likewise.
770         (mi_field_int): Likewise.
771         (mi_field_string): Likewise.
772         (mi_field_fmt): Likewise.
773         (mi_flush): Likewise.
774         (mi_redirect): Likewise.
775         (field_separator): Likewise.
776         (mi_open): Likewise.
777         (mi_close): Likewise.
778         (mi_out_buffered): Likewise.
779         (mi_out_rewind): Likewise.
780         (mi_out_put): Likewise.
781         (mi_version): Likewise.
782         (mi_out_data_dtor): Likewise.
783         * mi/mi-parse.c (mi_parse_cleanup): Likewise.
784         * microblaze-tdep.c (microblaze_frame_cache): Likewise.
785         * minidebug.c (lzma_open): Likewise.
786         (lzma_pread): Likewise.
787         (lzma_close): Likewise.
788         (lzma_stat): Likewise.
789         * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
790         * mips-sde-tdep.c (mips_sde_frame_cache): Likewise.
791         (mips_sde_elf_osabi_sniff_abi_tag_sections): Likewise.
792         * mips-tdep.c (mips_insn16_frame_cache): Likewise.
793         (mips_micro_frame_cache): Likewise.
794         (mips_insn32_frame_cache): Likewise.
795         (mips_stub_frame_cache): Likewise.
796         (gdb_print_insn_mips): Likewise.
797         (value_of_mips_user_reg): Likewise.
798         (mips_gdbarch_init): Likewise.
799         * mips64obsd-tdep.c (mips64obsd_supply_gregset): Likewise.
800         * mipsnbsd-tdep.c (mipsnbsd_supply_fpregset): Likewise.
801         (mipsnbsd_supply_gregset): Likewise.
802         * mn10300-linux-tdep.c (am33_supply_fpregset_method): Likewise.
803         (am33_collect_gregset_method): Likewise.
804         (am33_collect_fpregset_method): Likewise.
805         * mn10300-tdep.c (mn10300_analyze_frame_prologue): Likewise.
806         * moxie-tdep.c (moxie_frame_cache): Likewise.
807         * msp430-tdep.c (msp430_get_opcode_byte): Likewise.
808         (msp430_analyze_frame_prologue): Likewise.
809         * mt-tdep.c (mt_frame_unwind_cache): Likewise.
810         * nios2-linux-tdep.c (nios2_supply_gregset): Likewise.
811         (nios2_collect_gregset): Likewise.
812         * nios2-tdep.c (nios2_frame_unwind_cache): Likewise.
813         (nios2_stub_frame_cache): Likewise.
814         * objc-lang.c (find_methods): Likewise.
815         * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
816         (get_objfile_pspace_data): Likewise.
817         (get_objfile_bfd_data): Likewise.
818         (objfile_bfd_data_free): Likewise.
819         (add_to_objfile_sections): Likewise.
820         (do_free_objfile_cleanup): Likewise.
821         (resume_section_map_updates_cleanup): Likewise.
822         * opencl-lang.c (builtin_opencl_type): Likewise.
823         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
824         * osdata.c (osdata_start_osdata): Likewise.
825         (osdata_start_item): Likewise.
826         (osdata_start_column): Likewise.
827         (osdata_end_column): Likewise.
828         (clear_parsing_data): Likewise.
829         (osdata_free_cleanup): Likewise.
830         * parse.c (type_stack_cleanup): Likewise.
831         (exp_uses_objfile_iter): Likewise.
832         * ppc-linux-tdep.c (ppc_linux_supply_gregset): Likewise.
833         (ppc_linux_collect_gregset): Likewise.
834         (ppu2spu_prev_arch): Likewise.
835         (ppu2spu_this_id): Likewise.
836         (ppu2spu_prev_register): Likewise.
837         (ppu2spu_unwind_register): Likewise.
838         (ppu2spu_sniffer): Likewise.
839         (ppu2spu_dealloc_cache): Likewise.
840         (ppc_linux_init_abi): Likewise.
841         * ppcfbsd-tdep.c (ppcfbsd_sigtramp_frame_cache): Likewise.
842         * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
843         * progspace.c (restore_program_space): Likewise.
844         * psymtab.c (find_pc_sect_psymtab): Likewise.
845         (compare_psymbols): Likewise.
846         (psymbol_bcache_full): Likewise.
847         (allocate_psymtab): Likewise.
848         (discard_psymtabs_upto): Likewise.
849         * python/py-block.c (set_block): Likewise.
850         (del_objfile_blocks): Likewise.
851         * python/py-breakpoint.c (build_bp_list): Likewise.
852         * python/py-inferior.c (inferior_to_inferior_object): Likewise.
853         (build_inferior_list): Likewise.
854         (py_free_inferior): Likewise.
855         * python/py-objfile.c (py_free_objfile): Likewise.
856         (objfile_to_objfile_object): Likewise.
857         * python/py-prettyprint.c (py_restore_tstate): Likewise.
858         * python/py-progspace.c (py_free_pspace): Likewise.
859         (pspace_to_pspace_object): Likewise.
860         * python/py-symbol.c (set_symbol): Likewise.
861         (del_objfile_symbols): Likewise.
862         * python/py-symtab.c (set_sal): Likewise.
863         (set_symtab): Likewise.
864         (del_objfile_symtab): Likewise.
865         (del_objfile_sal): Likewise.
866         * python/py-type.c (save_objfile_types): Likewise.
867         (set_type): Likewise.
868         * python/py-unwind.c (pyuw_prev_register): Likewise.
869         (pyuw_on_new_gdbarch): Likewise.
870         * python/py-utils.c (py_decref): Likewise.
871         (py_xdecref): Likewise.
872         (gdb_py_generic_dict): Likewise.
873         * python/py-xmethods.c (gdbpy_free_xmethod_worker_data): Likewise.
874         (gdbpy_clone_xmethod_worker_data): Likewise.
875         (gdbpy_get_xmethod_arg_types): Likewise.
876         (gdbpy_get_xmethod_result_type): Likewise.
877         (gdbpy_invoke_xmethod): Likewise.
878         * python/python.c (gdbpy_apply_type_printers): Likewise.
879         (gdbpy_free_type_printers): Likewise.
880         * record-btrace.c (record_btrace_disable_callback): Likewise.
881         (bfcache_hash): Likewise.
882         (bfcache_eq): Likewise.
883         (btrace_get_frame_function): Likewise.
884         (record_btrace_frame_unwind_stop_reason): Likewise.
885         (record_btrace_frame_this_id): Likewise.
886         (record_btrace_frame_prev_register): Likewise.
887         (record_btrace_frame_dealloc_cache): Likewise.
888         * record-full.c (record_full_message_wrapper): Likewise.
889         (record_full_save_cleanups): Likewise.
890         * regcache.c (regcache_descr): Likewise.
891         (do_regcache_xfree): Likewise.
892         (do_regcache_invalidate): Likewise.
893         (do_cooked_read): Likewise.
894         (regcache_transfer_regset): Likewise.
895         * reggroups.c (reggroup_add): Likewise.
896         (reggroup_next): Likewise.
897         (reggroup_prev): Likewise.
898         * remote-fileio.c (do_remote_fileio_request): Likewise.
899         * remote-notif.c (remote_async_get_pending_events_handler): Likewise.
900         (do_notif_event_xfree): Likewise.
901         * remote.c (get_remote_arch_state): Likewise.
902         (remote_pspace_data_cleanup): Likewise.
903         (get_remote_exec_file): Likewise.
904         (set_pspace_remote_exec_file): Likewise.
905         (compare_pnums): Likewise.
906         (clear_threads_listing_context): Likewise.
907         (remote_newthread_step): Likewise.
908         (start_thread): Likewise.
909         (end_thread): Likewise.
910         (remove_child_of_pending_fork): Likewise.
911         (remove_stop_reply_for_inferior): Likewise.
912         (remove_stop_reply_of_remote_state): Likewise.
913         (remote_notif_remove_once_on_match): Likewise.
914         (stop_reply_match_ptid_and_ws): Likewise.
915         (kill_child_of_pending_fork): Likewise.
916         (register_remote_g_packet_guess): Likewise.
917         (remote_read_description_p): Likewise.
918         (remote_read_description): Likewise.
919         (free_actions_list_cleanup_wrapper): Likewise.
920         (remote_async_serial_handler): Likewise.
921         * rl78-tdep.c (rl78_get_opcode_byte): Likewise.
922         (rl78_analyze_frame_prologue): Likewise.
923         * rs6000-tdep.c (ppc_supply_gregset): Likewise.
924         (ppc_supply_fpregset): Likewise.
925         (ppc_supply_vsxregset): Likewise.
926         (ppc_supply_vrregset): Likewise.
927         (ppc_collect_gregset): Likewise.
928         (ppc_collect_fpregset): Likewise.
929         (ppc_collect_vsxregset): Likewise.
930         (ppc_collect_vrregset): Likewise.
931         (e500_move_ev_register): Likewise.
932         (do_regcache_raw_write): Likewise.
933         (rs6000_frame_cache): Likewise.
934         (rs6000_epilogue_frame_cache): Likewise.
935         (rs6000_gdbarch_init): Likewise.
936         * rx-tdep.c (rx_get_opcode_byte): Likewise.
937         (rx_analyze_frame_prologue): Likewise.
938         (rx_frame_type): Likewise.
939         (rx_frame_sniffer_common): Likewise.
940         * s390-linux-tdep.c (s390_check_for_saved): Likewise.
941         (s390_frame_unwind_cache): Likewise.
942         (s390_stub_frame_unwind_cache): Likewise.
943         (s390_sigtramp_frame_unwind_cache): Likewise.
944         * score-tdep.c (score_make_prologue_cache): Likewise.
945         * sentinel-frame.c (sentinel_frame_prev_register): Likewise.
946         (sentinel_frame_prev_arch): Likewise.
947         * ser-base.c (fd_event): Likewise.
948         (push_event): Likewise.
949         (ser_base_write): Likewise.
950         * ser-pipe.c (pipe_close): Likewise.
951         * serial.c (serial_write): Likewise.
952         * sh-tdep.c (sh_frame_cache): Likewise.
953         (sh_stub_this_id): Likewise.
954         * sh64-tdep.c (sh64_frame_cache): Likewise.
955         * solib-aix.c (get_solib_aix_inferior_data): Likewise.
956         (library_list_start_library): Likewise.
957         (library_list_start_list): Likewise.
958         (solib_aix_free_library_list): Likewise.
959         * solib-darwin.c (get_darwin_info): Likewise.
960         * solib-dsbt.c (get_dsbt_info): Likewise.
961         * solib-spu.c (append_ocl_sos): Likewise.
962         * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
963         (get_svr4_info): Likewise.
964         (library_list_start_library): Likewise.
965         (svr4_library_list_start_list): Likewise.
966         (hash_probe_and_action): Likewise.
967         (equal_probe_and_action): Likewise.
968         (svr4_update_solib_event_breakpoint): Likewise.
969         (set_solib_svr4_fetch_link_map_offsets): Likewise.
970         (svr4_fetch_link_map_offsets): Likewise.
971         (svr4_have_link_map_offsets): Likewise.
972         * solib-target.c (library_list_start_segment): Likewise.
973         (library_list_start_section): Likewise.
974         (library_list_start_library): Likewise.
975         (library_list_end_library): Likewise.
976         (library_list_start_list): Likewise.
977         (solib_target_free_library_list): Likewise.
978         * solib.c (solib_ops): Likewise.
979         (set_solib_ops): Likewise.
980         * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
981         * sparc-tdep.c (sparc_frame_cache): Likewise.
982         (sparc32_frame_cache): Likewise.
983         (sparc32_supply_gregset): Likewise.
984         (sparc32_collect_gregset): Likewise.
985         (sparc32_supply_fpregset): Likewise.
986         (sparc32_collect_fpregset): Likewise.
987         * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
988         * sparc64-tdep.c (sparc64_supply_gregset): Likewise.
989         (sparc64_collect_gregset): Likewise.
990         (sparc64_supply_fpregset): Likewise.
991         (sparc64_collect_fpregset): Likewise.
992         * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_cache): Likewise.
993         * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
994         * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.
995         (sparc64obsd_trapframe_cache): Likewise.
996         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Likewise.
997         * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
998         * spu-multiarch.c (spu_gdbarch): Likewise.
999         * spu-tdep.c (spu_frame_unwind_cache): Likewise.
1000         (spu2ppu_prev_arch): Likewise.
1001         (spu2ppu_this_id): Likewise.
1002         (spu2ppu_prev_register): Likewise.
1003         (spu2ppu_dealloc_cache): Likewise.
1004         (spu_dis_asm_print_address): Likewise.
1005         (gdb_print_insn_spu): Likewise.
1006         (spu_get_overlay_table): Likewise.
1007         * stabsread.c (rs6000_builtin_type): Likewise.
1008         * stack.c (do_print_variable_and_value): Likewise.
1009         * stap-probe.c (get_stap_base_address_1): Likewise.
1010         * symfile-debug.c (debug_qf_has_symbols): Likewise.
1011         (debug_qf_find_last_source_symtab): Likewise.
1012         (debug_qf_forget_cached_source_info): Likewise.
1013         (debug_qf_map_symtabs_matching_filename): Likewise.
1014         (debug_qf_lookup_symbol): Likewise.
1015         (debug_qf_print_stats): Likewise.
1016         (debug_qf_dump): Likewise.
1017         (debug_qf_relocate): Likewise.
1018         (debug_qf_expand_symtabs_for_function): Likewise.
1019         (debug_qf_expand_all_symtabs): Likewise.
1020         (debug_qf_expand_symtabs_with_fullname): Likewise.
1021         (debug_qf_map_matching_symbols): Likewise.
1022         (debug_qf_expand_symtabs_matching): Likewise.
1023         (debug_qf_find_pc_sect_compunit_symtab): Likewise.
1024         (debug_qf_map_symbol_filenames): Likewise.
1025         (debug_sym_get_probes): Likewise.
1026         (debug_sym_new_init): Likewise.
1027         (debug_sym_init): Likewise.
1028         (debug_sym_read): Likewise.
1029         (debug_sym_read_psymbols): Likewise.
1030         (debug_sym_finish): Likewise.
1031         (debug_sym_offsets): Likewise.
1032         (debug_sym_read_linetable): Likewise.
1033         (debug_sym_relocate): Likewise.
1034         (uninstall_symfile_debug_logging): Likewise.
1035         * symfile-mem.c (symbol_file_add_from_memory_wrapper): Likewise.
1036         * symfile.c (place_section): Likewise.
1037         (add_section_size_callback): Likewise.
1038         (load_progress): Likewise.
1039         (load_section_callback): Likewise.
1040         (clear_memory_write_data): Likewise.
1041         (allocate_symtab): Likewise.
1042         * symmisc.c (maintenance_expand_file_matcher): Likewise.
1043         * symtab.c (lookup_symtab_callback): Likewise.
1044         (hash_demangled_name_entry): Likewise.
1045         (eq_demangled_name_entry): Likewise.
1046         (get_symbol_cache): Likewise.
1047         (symbol_cache_cleanup): Likewise.
1048         (set_symbol_cache_size): Likewise.
1049         (symbol_cache_flush): Likewise.
1050         (maintenance_print_symbol_cache): Likewise.
1051         (maintenance_print_symbol_cache_statistics): Likewise.
1052         (delete_filename_seen_cache): Likewise.
1053         (output_partial_symbol_filename): Likewise.
1054         (search_symbols_file_matches): Likewise.
1055         (search_symbols_name_matches): Likewise.
1056         (do_free_completion_list): Likewise.
1057         (maybe_add_partial_symtab_filename): Likewise.
1058         (get_main_info): Likewise.
1059         (main_info_cleanup): Likewise.
1060         * target-dcache.c (target_dcache_cleanup): Likewise.
1061         (target_dcache_init_p): Likewise.
1062         (target_dcache_invalidate): Likewise.
1063         (target_dcache_get): Likewise.
1064         (target_dcache_get_or_init): Likewise.
1065         * target-descriptions.c (target_find_description): Likewise.
1066         (tdesc_find_type): Likewise.
1067         (tdesc_data_cleanup): Likewise.
1068         (tdesc_find_arch_register): Likewise.
1069         (tdesc_register_name): Likewise.
1070         (tdesc_register_type): Likewise.
1071         (tdesc_register_reggroup_p): Likewise.
1072         (set_tdesc_pseudo_register_name): Likewise.
1073         (set_tdesc_pseudo_register_type): Likewise.
1074         (set_tdesc_pseudo_register_reggroup_p): Likewise.
1075         (tdesc_use_registers): Likewise.
1076         (free_target_description): Likewise.
1077         * target-memory.c (compare_block_starting_address): Likewise.
1078         (cleanup_request_data): Likewise.
1079         (cleanup_write_requests_vector): Likewise.
1080         * target.c (open_target): Likewise.
1081         (cleanup_restore_target_terminal): Likewise.
1082         (free_memory_read_result_vector): Likewise.
1083         * thread.c (disable_thread_stack_temporaries): Likewise.
1084         (finish_thread_state_cleanup): Likewise.
1085         (do_restore_current_thread_cleanup): Likewise.
1086         (restore_current_thread_cleanup_dtor): Likewise.
1087         (set_thread_refcount): Likewise.
1088         (tp_array_compar): Likewise.
1089         (do_captured_thread_select): Likewise.
1090         * tic6x-tdep.c (tic6x_frame_unwind_cache): Likewise.
1091         (tic6x_stub_this_id): Likewise.
1092         * tilegx-tdep.c (tilegx_frame_cache): Likewise.
1093         * top.c (do_restore_instream_cleanup): Likewise.
1094         (gdb_readline_wrapper_cleanup): Likewise.
1095         (kill_or_detach): Likewise.
1096         (print_inferior_quit_action): Likewise.
1097         * tracefile-tfile.c (match_blocktype): Likewise.
1098         (build_traceframe_info): Likewise.
1099         * tracefile.c (trace_file_writer_xfree): Likewise.
1100         * tracepoint.c (memrange_cmp): Likewise.
1101         (do_collect_symbol): Likewise.
1102         (do_clear_collection_list): Likewise.
1103         (do_restore_current_traceframe_cleanup): Likewise.
1104         (restore_current_traceframe_cleanup_dtor): Likewise.
1105         (free_current_marker): Likewise.
1106         (traceframe_info_start_memory): Likewise.
1107         (traceframe_info_start_tvar): Likewise.
1108         (free_result): Likewise.
1109         * tramp-frame.c (tramp_frame_cache): Likewise.
1110         * tui/tui-file.c (tui_file_delete): Likewise.
1111         (tui_fileopen): Likewise.
1112         (tui_sfileopen): Likewise.
1113         (tui_file_isatty): Likewise.
1114         (tui_file_rewind): Likewise.
1115         (tui_file_put): Likewise.
1116         (tui_file_fputs): Likewise.
1117         (tui_file_get_strbuf): Likewise.
1118         (tui_file_adjust_strbuf): Likewise.
1119         (tui_file_flush): Likewise.
1120         * tui/tui-layout.c (make_command_window): Likewise.
1121         (make_data_window): Likewise.
1122         (show_source_disasm_command): Likewise.
1123         (show_data): Likewise.
1124         (make_source_or_disasm_window): Likewise.
1125         (show_source_or_disasm_and_command): Likewise.
1126         * tui/tui-out.c (tui_field_int): Likewise.
1127         (tui_field_string): Likewise.
1128         (tui_field_fmt): Likewise.
1129         (tui_text): Likewise.
1130         * typeprint.c (hash_typedef_field): Likewise.
1131         (eq_typedef_field): Likewise.
1132         (do_free_typedef_hash): Likewise.
1133         (copy_typedef_hash_element): Likewise.
1134         (do_free_global_table): Likewise.
1135         (find_global_typedef): Likewise.
1136         (find_typedef_in_hash): Likewise.
1137         * ui-file.c (ui_file_write_for_put): Likewise.
1138         (do_ui_file_xstrdup): Likewise.
1139         (mem_file_delete): Likewise.
1140         (mem_file_rewind): Likewise.
1141         (mem_file_put): Likewise.
1142         (mem_file_write): Likewise.
1143         (stdio_file_delete): Likewise.
1144         (stdio_file_flush): Likewise.
1145         (stdio_file_read): Likewise.
1146         (stdio_file_write): Likewise.
1147         (stdio_file_write_async_safe): Likewise.
1148         (stdio_file_fputs): Likewise.
1149         (stdio_file_isatty): Likewise.
1150         (stdio_file_fseek): Likewise.
1151         (tee_file_delete): Likewise.
1152         (tee_file_flush): Likewise.
1153         (tee_file_write): Likewise.
1154         (tee_file_fputs): Likewise.
1155         (tee_file_isatty): Likewise.
1156         * ui-out.c (do_cleanup_table_end): Likewise.
1157         (do_cleanup_end): Likewise.
1158         * user-regs.c (user_reg_add): Likewise.
1159         (user_reg_map_name_to_regnum): Likewise.
1160         (usernum_to_user_reg): Likewise.
1161         (maintenance_print_user_registers): Likewise.
1162         * utils.c (do_bfd_close_cleanup): Likewise.
1163         (do_fclose_cleanup): Likewise.
1164         (do_obstack_free): Likewise.
1165         (do_ui_file_delete): Likewise.
1166         (do_ui_out_redirect_pop): Likewise.
1167         (do_free_section_addr_info): Likewise.
1168         (restore_integer): Likewise.
1169         (do_unpush_target): Likewise.
1170         (do_htab_delete_cleanup): Likewise.
1171         (do_restore_ui_file): Likewise.
1172         (do_value_free): Likewise.
1173         (do_free_so): Likewise.
1174         (free_current_contents): Likewise.
1175         (do_regfree_cleanup): Likewise.
1176         (core_addr_hash): Likewise.
1177         (core_addr_eq): Likewise.
1178         (do_free_char_ptr_vec): Likewise.
1179         * v850-tdep.c (v850_frame_cache): Likewise.
1180         * varobj.c (do_free_variable_cleanup): Likewise.
1181         * vax-tdep.c (vax_supply_gregset): Likewise.
1182         (vax_frame_cache): Likewise.
1183         * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_cache): Likewise.
1184         * xml-support.c (gdb_xml_body_text): Likewise.
1185         (gdb_xml_values_cleanup): Likewise.
1186         (gdb_xml_start_element): Likewise.
1187         (gdb_xml_start_element_wrapper): Likewise.
1188         (gdb_xml_end_element): Likewise.
1189         (gdb_xml_end_element_wrapper): Likewise.
1190         (gdb_xml_cleanup): Likewise.
1191         (gdb_xml_fetch_external_entity): Likewise.
1192         (gdb_xml_parse_attr_enum): Likewise.
1193         (xinclude_start_include): Likewise.
1194         (xinclude_end_include): Likewise.
1195         (xml_xinclude_default): Likewise.
1196         (xml_xinclude_start_doctype): Likewise.
1197         (xml_xinclude_end_doctype): Likewise.
1198         (xml_xinclude_cleanup): Likewise.
1199         (xml_fetch_content_from_file): Likewise.
1200         * xml-syscall.c (free_syscalls_info): Likewise.
1201         (syscall_start_syscall): Likewise.
1202         * xml-tdesc.c (tdesc_end_arch): Likewise.
1203         (tdesc_end_osabi): Likewise.
1204         (tdesc_end_compatible): Likewise.
1205         (tdesc_start_target): Likewise.
1206         (tdesc_start_feature): Likewise.
1207         (tdesc_start_reg): Likewise.
1208         (tdesc_start_union): Likewise.
1209         (tdesc_start_struct): Likewise.
1210         (tdesc_start_flags): Likewise.
1211         (tdesc_start_field): Likewise.
1212         (tdesc_start_vector): Likewise.
1213         (fetch_available_features_from_target): Likewise.
1214         * xstormy16-tdep.c (xstormy16_frame_cache): Likewise.
1215         * xtensa-tdep.c (xtensa_supply_gregset): Likewise.
1216         (xtensa_frame_cache): Likewise.
1217         (xtensa_frame_prev_register): Likewise.
1218         (xtensa_extract_return_value): Likewise.
1219
1220 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
1221
1222         * aarch64-tdep.c (aarch64_make_prologue_cache): Add cast(s).
1223         (aarch64_make_stub_cache): Likewise.
1224         (value_of_aarch64_user_reg): Likewise.
1225         * ada-lang.c (ada_inferior_data_cleanup): Likewise.
1226         (get_ada_inferior_data): Likewise.
1227         (get_ada_pspace_data): Likewise.
1228         (ada_pspace_data_cleanup): Likewise.
1229         (ada_complete_symbol_matcher): Likewise.
1230         (ada_exc_search_name_matches): Likewise.
1231         * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
1232         (get_ada_tasks_inferior_data): Likewise.
1233         * addrmap.c (addrmap_mutable_foreach_worker): Likewise.
1234         (splay_obstack_alloc): Likewise.
1235         (splay_obstack_free): Likewise.
1236         * alpha-linux-tdep.c (alpha_linux_supply_gregset): Likewise.
1237         (alpha_linux_collect_gregset): Likewise.
1238         (alpha_linux_supply_fpregset): Likewise.
1239         (alpha_linux_collect_fpregset): Likewise.
1240         * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind_cache): Likewise.
1241         * alpha-tdep.c (alpha_lds): Likewise.
1242         (alpha_sts): Likewise.
1243         (alpha_sigtramp_frame_unwind_cache): Likewise.
1244         (alpha_heuristic_frame_unwind_cache): Likewise.
1245         (alpha_supply_int_regs): Likewise.
1246         (alpha_fill_int_regs): Likewise.
1247         (alpha_supply_fp_regs): Likewise.
1248         (alpha_fill_fp_regs): Likewise.
1249         * alphanbsd-tdep.c (alphanbsd_supply_fpregset): Likewise.
1250         (alphanbsd_aout_supply_gregset): Likewise.
1251         (alphanbsd_supply_gregset): Likewise.
1252         * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
1253         (amd64_x32_linux_init_abi): Likewise.
1254         * amd64-nat.c (amd64_supply_native_gregset): Likewise.
1255         (amd64_collect_native_gregset): Likewise.
1256         * amd64-tdep.c (amd64_frame_cache): Likewise.
1257         (amd64_sigtramp_frame_cache): Likewise.
1258         (amd64_epilogue_frame_cache): Likewise.
1259         (amd64_supply_fxsave): Likewise.
1260         (amd64_supply_xsave): Likewise.
1261         (amd64_collect_fxsave): Likewise.
1262         (amd64_collect_xsave): Likewise.
1263         * amd64-windows-tdep.c (amd64_windows_frame_cache): Likewise.
1264         * amd64obsd-tdep.c (amd64obsd_trapframe_cache): Likewise.
1265         * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
1266         (arm_linux_collect_gregset): Likewise.
1267         (arm_linux_supply_nwfpe): Likewise.
1268         (arm_linux_collect_nwfpe): Likewise.
1269         (arm_linux_supply_vfp): Likewise.
1270         (arm_linux_collect_vfp): Likewise.
1271         * arm-tdep.c (arm_find_mapping_symbol): Likewise.
1272         (arm_prologue_unwind_stop_reason): Likewise.
1273         (arm_prologue_this_id): Likewise.
1274         (arm_prologue_prev_register): Likewise.
1275         (arm_exidx_data_free): Likewise.
1276         (arm_find_exidx_entry): Likewise.
1277         (arm_stub_this_id): Likewise.
1278         (arm_m_exception_this_id): Likewise.
1279         (arm_m_exception_prev_register): Likewise.
1280         (arm_normal_frame_base): Likewise.
1281         (gdb_print_insn_arm): Likewise.
1282         (arm_objfile_data_free): Likewise.
1283         (arm_record_special_symbol): Likewise.
1284         (value_of_arm_user_reg): Likewise.
1285         * armbsd-tdep.c (armbsd_supply_fpregset): Likewise.
1286         (armbsd_supply_gregset): Likewise.
1287         * auto-load.c (auto_load_pspace_data_cleanup): Likewise.
1288         (get_auto_load_pspace_data): Likewise.
1289         (hash_loaded_script_entry): Likewise.
1290         (eq_loaded_script_entry): Likewise.
1291         (clear_section_scripts): Likewise.
1292         (collect_matching_scripts): Likewise.
1293         * auxv.c (auxv_inferior_data_cleanup): Likewise.
1294         (get_auxv_inferior_data): Likewise.
1295         * avr-tdep.c (avr_frame_unwind_cache): Likewise.
1296         * ax-general.c (do_free_agent_expr_cleanup): Likewise.
1297         * bfd-target.c (target_bfd_xfer_partial): Likewise.
1298         (target_bfd_xclose): Likewise.
1299         (target_bfd_get_section_table): Likewise.
1300         * bfin-tdep.c (bfin_frame_cache): Likewise.
1301         * block.c (find_block_in_blockvector): Likewise.
1302         (call_site_for_pc): Likewise.
1303         (block_find_non_opaque_type_preferred): Likewise.
1304         * break-catch-sig.c (signal_catchpoint_insert_location): Likewise.
1305         (signal_catchpoint_remove_location): Likewise.
1306         (signal_catchpoint_breakpoint_hit): Likewise.
1307         (signal_catchpoint_print_one): Likewise.
1308         (signal_catchpoint_print_mention): Likewise.
1309         (signal_catchpoint_print_recreate): Likewise.
1310         * break-catch-syscall.c (get_catch_syscall_inferior_data): Likewise.
1311         * breakpoint.c (do_cleanup_counted_command_line): Likewise.
1312         (bp_location_compare_addrs): Likewise.
1313         (get_first_locp_gte_addr): Likewise.
1314         (check_tracepoint_command): Likewise.
1315         (do_map_commands_command): Likewise.
1316         (get_breakpoint_objfile_data): Likewise.
1317         (free_breakpoint_probes): Likewise.
1318         (do_captured_breakpoint_query): Likewise.
1319         (compare_breakpoints): Likewise.
1320         (bp_location_compare): Likewise.
1321         (bpstat_remove_breakpoint_callback): Likewise.
1322         (do_delete_breakpoint_cleanup): Likewise.
1323         * bsd-uthread.c (bsd_uthread_set_supply_uthread): Likewise.
1324         (bsd_uthread_set_collect_uthread): Likewise.
1325         (bsd_uthread_activate): Likewise.
1326         (bsd_uthread_fetch_registers): Likewise.
1327         (bsd_uthread_store_registers): Likewise.
1328         * btrace.c (check_xml_btrace_version): Likewise.
1329         (parse_xml_btrace_block): Likewise.
1330         (parse_xml_btrace_pt_config_cpu): Likewise.
1331         (parse_xml_btrace_pt_raw): Likewise.
1332         (parse_xml_btrace_pt): Likewise.
1333         (parse_xml_btrace_conf_bts): Likewise.
1334         (parse_xml_btrace_conf_pt): Likewise.
1335         (do_btrace_data_cleanup): Likewise.
1336         * c-typeprint.c (find_typedef_for_canonicalize): Likewise.
1337         * charset.c (cleanup_iconv): Likewise.
1338         (do_cleanup_iterator): Likewise.
1339         * cli-out.c (cli_uiout_dtor): Likewise.
1340         (cli_table_begin): Likewise.
1341         (cli_table_body): Likewise.
1342         (cli_table_end): Likewise.
1343         (cli_table_header): Likewise.
1344         (cli_begin): Likewise.
1345         (cli_end): Likewise.
1346         (cli_field_int): Likewise.
1347         (cli_field_skip): Likewise.
1348         (cli_field_string): Likewise.
1349         (cli_field_fmt): Likewise.
1350         (cli_spaces): Likewise.
1351         (cli_text): Likewise.
1352         (cli_message): Likewise.
1353         (cli_wrap_hint): Likewise.
1354         (cli_flush): Likewise.
1355         (cli_redirect): Likewise.
1356         (out_field_fmt): Likewise.
1357         (field_separator): Likewise.
1358         (cli_out_set_stream): Likewise.
1359         * cli/cli-cmds.c (compare_symtabs): Likewise.
1360         * cli/cli-dump.c (call_dump_func): Likewise.
1361         (restore_section_callback): Likewise.
1362         * cli/cli-script.c (clear_hook_in_cleanup): Likewise.
1363         (do_restore_user_call_depth): Likewise.
1364         (do_free_command_lines_cleanup): Likewise.
1365         * coff-pe-read.c (get_section_vmas): Likewise.
1366         (pe_as16): Likewise.
1367         (pe_as32): Likewise.
1368         * coffread.c (coff_symfile_read): Likewise.
1369         * common/agent.c (agent_look_up_symbols): Likewise.
1370         * common/filestuff.c (do_close_cleanup): Likewise.
1371         * common/format.c (free_format_pieces_cleanup): Likewise.
1372         * common/vec.c (vec_o_reserve): Likewise.
1373         * compile/compile-c-support.c (print_one_macro): Likewise.
1374         * compile/compile-c-symbols.c (hash_symbol_error): Likewise.
1375         (eq_symbol_error): Likewise.
1376         (del_symbol_error): Likewise.
1377         (error_symbol_once): Likewise.
1378         (gcc_convert_symbol): Likewise.
1379         (gcc_symbol_address): Likewise.
1380         (hash_symname): Likewise.
1381         (eq_symname): Likewise.
1382         * compile/compile-c-types.c (hash_type_map_instance): Likewise.
1383         (eq_type_map_instance): Likewise.
1384         (insert_type): Likewise.
1385         (convert_type): Likewise.
1386         * compile/compile-object-load.c (munmap_listp_free_cleanup): Likewise.
1387         (setup_sections): Likewise.
1388         (link_hash_table_free): Likewise.
1389         (copy_sections): Likewise.
1390         * compile/compile-object-run.c (do_module_cleanup): Likewise.
1391         * compile/compile.c (compile_print_value): Likewise.
1392         (do_rmdir): Likewise.
1393         (cleanup_compile_instance): Likewise.
1394         (cleanup_unlink_file): Likewise.
1395         * completer.c (free_completion_tracker): Likewise.
1396         * corelow.c (add_to_spuid_list): Likewise.
1397         * cp-namespace.c (reset_directive_searched): Likewise.
1398         * cp-support.c (reset_directive_searched): Likewise.
1399         * cris-tdep.c (cris_sigtramp_frame_unwind_cache): Likewise.
1400         (cris_frame_unwind_cache): Likewise.
1401         * d-lang.c (builtin_d_type): Likewise.
1402         * d-namespace.c (reset_directive_searched): Likewise.
1403         * dbxread.c (dbx_free_symfile_info): Likewise.
1404         (do_free_bincl_list_cleanup): Likewise.
1405         * disasm.c (hash_dis_line_entry): Likewise.
1406         (eq_dis_line_entry): Likewise.
1407         (dis_asm_print_address): Likewise.
1408         (fprintf_disasm): Likewise.
1409         (do_ui_file_delete): Likewise.
1410         * doublest.c (convert_floatformat_to_doublest): Likewise.
1411         * dummy-frame.c (pop_dummy_frame_bpt): Likewise.
1412         (dummy_frame_prev_register): Likewise.
1413         (dummy_frame_this_id): Likewise.
1414         * dwarf2-frame-tailcall.c (cache_hash): Likewise.
1415         (cache_eq): Likewise.
1416         (cache_find): Likewise.
1417         (tailcall_frame_this_id): Likewise.
1418         (dwarf2_tailcall_prev_register_first): Likewise.
1419         (tailcall_frame_prev_register): Likewise.
1420         (tailcall_frame_dealloc_cache): Likewise.
1421         (tailcall_frame_prev_arch): Likewise.
1422         * dwarf2-frame.c (dwarf2_frame_state_free): Likewise.
1423         (dwarf2_frame_set_init_reg): Likewise.
1424         (dwarf2_frame_init_reg): Likewise.
1425         (dwarf2_frame_set_signal_frame_p): Likewise.
1426         (dwarf2_frame_signal_frame_p): Likewise.
1427         (dwarf2_frame_set_adjust_regnum): Likewise.
1428         (dwarf2_frame_adjust_regnum): Likewise.
1429         (clear_pointer_cleanup): Likewise.
1430         (dwarf2_frame_cache): Likewise.
1431         (find_cie): Likewise.
1432         (dwarf2_frame_find_fde): Likewise.
1433         * dwarf2expr.c (dwarf_expr_address_type): Likewise.
1434         (free_dwarf_expr_context_cleanup): Likewise.
1435         * dwarf2loc.c (locexpr_find_frame_base_location): Likewise.
1436         (locexpr_get_frame_base): Likewise.
1437         (loclist_find_frame_base_location): Likewise.
1438         (loclist_get_frame_base): Likewise.
1439         (dwarf_expr_dwarf_call): Likewise.
1440         (dwarf_expr_get_base_type): Likewise.
1441         (dwarf_expr_push_dwarf_reg_entry_value): Likewise.
1442         (dwarf_expr_get_obj_addr): Likewise.
1443         (entry_data_value_coerce_ref): Likewise.
1444         (entry_data_value_copy_closure): Likewise.
1445         (entry_data_value_free_closure): Likewise.
1446         (get_frame_address_in_block_wrapper): Likewise.
1447         (dwarf2_evaluate_property): Likewise.
1448         (dwarf2_compile_property_to_c): Likewise.
1449         (needs_frame_read_addr_from_reg): Likewise.
1450         (needs_frame_get_reg_value): Likewise.
1451         (needs_frame_frame_base): Likewise.
1452         (needs_frame_frame_cfa): Likewise.
1453         (needs_frame_tls_address): Likewise.
1454         (needs_frame_dwarf_call): Likewise.
1455         (needs_dwarf_reg_entry_value): Likewise.
1456         (get_ax_pc): Likewise.
1457         (locexpr_read_variable): Likewise.
1458         (locexpr_read_variable_at_entry): Likewise.
1459         (locexpr_read_needs_frame): Likewise.
1460         (locexpr_describe_location): Likewise.
1461         (locexpr_tracepoint_var_ref): Likewise.
1462         (locexpr_generate_c_location): Likewise.
1463         (loclist_read_variable): Likewise.
1464         (loclist_read_variable_at_entry): Likewise.
1465         (loclist_describe_location): Likewise.
1466         (loclist_tracepoint_var_ref): Likewise.
1467         (loclist_generate_c_location): Likewise.
1468         * dwarf2read.c (line_header_hash_voidp): Likewise.
1469         (line_header_eq_voidp): Likewise.
1470         (dwarf2_has_info): Likewise.
1471         (dwarf2_get_section_info): Likewise.
1472         (locate_dwz_sections): Likewise.
1473         (hash_file_name_entry): Likewise.
1474         (eq_file_name_entry): Likewise.
1475         (delete_file_name_entry): Likewise.
1476         (dw2_setup): Likewise.
1477         (dw2_get_file_names_reader): Likewise.
1478         (dw2_find_pc_sect_compunit_symtab): Likewise.
1479         (hash_signatured_type): Likewise.
1480         (eq_signatured_type): Likewise.
1481         (add_signatured_type_cu_to_table): Likewise.
1482         (create_debug_types_hash_table): Likewise.
1483         (lookup_dwo_signatured_type): Likewise.
1484         (lookup_dwp_signatured_type): Likewise.
1485         (lookup_signatured_type): Likewise.
1486         (hash_type_unit_group): Likewise.
1487         (eq_type_unit_group): Likewise.
1488         (get_type_unit_group): Likewise.
1489         (process_psymtab_comp_unit_reader): Likewise.
1490         (sort_tu_by_abbrev_offset): Likewise.
1491         (process_skeletonless_type_unit): Likewise.
1492         (psymtabs_addrmap_cleanup): Likewise.
1493         (dwarf2_read_symtab): Likewise.
1494         (psymtab_to_symtab_1): Likewise.
1495         (die_hash): Likewise.
1496         (die_eq): Likewise.
1497         (load_full_comp_unit_reader): Likewise.
1498         (reset_die_in_process): Likewise.
1499         (free_cu_line_header): Likewise.
1500         (handle_DW_AT_stmt_list): Likewise.
1501         (hash_dwo_file): Likewise.
1502         (eq_dwo_file): Likewise.
1503         (hash_dwo_unit): Likewise.
1504         (eq_dwo_unit): Likewise.
1505         (create_dwo_cu_reader): Likewise.
1506         (create_dwo_unit_in_dwp_v1): Likewise.
1507         (create_dwo_unit_in_dwp_v2): Likewise.
1508         (lookup_dwo_unit_in_dwp): Likewise.
1509         (dwarf2_locate_dwo_sections): Likewise.
1510         (dwarf2_locate_common_dwp_sections): Likewise.
1511         (dwarf2_locate_v2_dwp_sections): Likewise.
1512         (hash_dwp_loaded_cutus): Likewise.
1513         (eq_dwp_loaded_cutus): Likewise.
1514         (lookup_dwo_cutu): Likewise.
1515         (abbrev_table_free_cleanup): Likewise.
1516         (dwarf2_free_abbrev_table): Likewise.
1517         (find_partial_die_in_comp_unit): Likewise.
1518         (free_line_header_voidp): Likewise.
1519         (follow_die_offset): Likewise.
1520         (follow_die_sig_1): Likewise.
1521         (free_heap_comp_unit): Likewise.
1522         (free_stack_comp_unit): Likewise.
1523         (dwarf2_free_objfile): Likewise.
1524         (per_cu_offset_and_type_hash): Likewise.
1525         (per_cu_offset_and_type_eq): Likewise.
1526         (get_die_type_at_offset): Likewise.
1527         (partial_die_hash): Likewise.
1528         (partial_die_eq): Likewise.
1529         (dwarf2_per_objfile_free): Likewise.
1530         (hash_strtab_entry): Likewise.
1531         (eq_strtab_entry): Likewise.
1532         (add_string): Likewise.
1533         (hash_symtab_entry): Likewise.
1534         (eq_symtab_entry): Likewise.
1535         (delete_symtab_entry): Likewise.
1536         (cleanup_mapped_symtab): Likewise.
1537         (add_indices_to_cpool): Likewise.
1538         (hash_psymtab_cu_index): Likewise.
1539         (eq_psymtab_cu_index): Likewise.
1540         (add_address_entry_worker): Likewise.
1541         (unlink_if_set): Likewise.
1542         (write_one_signatured_type): Likewise.
1543         (save_gdb_index_command): Likewise.
1544         * elfread.c (elf_symtab_read): Likewise.
1545         (elf_gnu_ifunc_cache_hash): Likewise.
1546         (elf_gnu_ifunc_cache_eq): Likewise.
1547         (elf_gnu_ifunc_record_cache): Likewise.
1548         (elf_gnu_ifunc_resolve_by_cache): Likewise.
1549         (elf_get_probes): Likewise.
1550         (probe_key_free): Likewise.
1551         * f-lang.c (builtin_f_type): Likewise.
1552         * frame-base.c (frame_base_append_sniffer): Likewise.
1553         (frame_base_set_default): Likewise.
1554         (frame_base_find_by_frame): Likewise.
1555         * frame-unwind.c (frame_unwind_prepend_unwinder): Likewise.
1556         (frame_unwind_append_unwinder): Likewise.
1557         (frame_unwind_find_by_frame): Likewise.
1558         * frame.c (frame_addr_hash): Likewise.
1559         (frame_addr_hash_eq): Likewise.
1560         (frame_stash_find): Likewise.
1561         (do_frame_register_read): Likewise.
1562         (unwind_to_current_frame): Likewise.
1563         (frame_cleanup_after_sniffer): Likewise.
1564         * frv-linux-tdep.c (frv_linux_sigtramp_frame_cache): Likewise.
1565         * frv-tdep.c (frv_frame_unwind_cache): Likewise.
1566         * ft32-tdep.c (ft32_frame_cache): Likewise.
1567         * gcore.c (do_bfd_delete_cleanup): Likewise.
1568         (gcore_create_callback): Likewise.
1569         * gdb_bfd.c (hash_bfd): Likewise.
1570         (eq_bfd): Likewise.
1571         (gdb_bfd_open): Likewise.
1572         (free_one_bfd_section): Likewise.
1573         (gdb_bfd_ref): Likewise.
1574         (gdb_bfd_unref): Likewise.
1575         (get_section_descriptor): Likewise.
1576         (gdb_bfd_map_section): Likewise.
1577         (gdb_bfd_crc): Likewise.
1578         (gdb_bfd_mark_parent): Likewise.
1579         (gdb_bfd_record_inclusion): Likewise.
1580         (gdb_bfd_requires_relocations): Likewise.
1581         (print_one_bfd): Likewise.
1582         * gdbtypes.c (type_pair_hash): Likewise.
1583         (type_pair_eq): Likewise.
1584         (builtin_type): Likewise.
1585         (objfile_type): Likewise.
1586         * gnu-v3-abi.c (vtable_ptrdiff_type): Likewise.
1587         (vtable_address_point_offset): Likewise.
1588         (gnuv3_get_vtable): Likewise.
1589         (hash_value_and_voffset): Likewise.
1590         (eq_value_and_voffset): Likewise.
1591         (compare_value_and_voffset): Likewise.
1592         (compute_vtable_size): Likewise.
1593         (gnuv3_get_typeid_type): Likewise.
1594         * go-lang.c (builtin_go_type): Likewise.
1595         * guile/scm-block.c (bkscm_hash_block_smob): Likewise.
1596         (bkscm_eq_block_smob): Likewise.
1597         (bkscm_objfile_block_map): Likewise.
1598         (bkscm_del_objfile_blocks): Likewise.
1599         * guile/scm-breakpoint.c (bpscm_build_bp_list): Likewise.
1600         * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker): Likewise.
1601         (gdbscm_disasm_print_address): Likewise.
1602         * guile/scm-frame.c (frscm_hash_frame_smob): Likewise.
1603         (frscm_eq_frame_smob): Likewise.
1604         (frscm_inferior_frame_map): Likewise.
1605         (frscm_del_inferior_frames): Likewise.
1606         * guile/scm-gsmob.c (gdbscm_add_objfile_ref): Likewise.
1607         * guile/scm-objfile.c (ofscm_handle_objfile_deleted): Likewise.
1608         (ofscm_objfile_smob_from_objfile): Likewise.
1609         * guile/scm-ports.c (ioscm_write): Likewise.
1610         (ioscm_file_port_delete): Likewise.
1611         (ioscm_file_port_rewind): Likewise.
1612         (ioscm_file_port_put): Likewise.
1613         (ioscm_file_port_write): Likewise.
1614         * guile/scm-progspace.c (psscm_handle_pspace_deleted): Likewise.
1615         (psscm_pspace_smob_from_pspace): Likewise.
1616         * guile/scm-safe-call.c (scscm_recording_pre_unwind_handler): Likewise.
1617         (scscm_recording_unwind_handler): Likewise.
1618         (gdbscm_with_catch): Likewise.
1619         (scscm_call_0_body): Likewise.
1620         (scscm_call_1_body): Likewise.
1621         (scscm_call_2_body): Likewise.
1622         (scscm_call_3_body): Likewise.
1623         (scscm_call_4_body): Likewise.
1624         (scscm_apply_1_body): Likewise.
1625         (scscm_eval_scheme_string): Likewise.
1626         (gdbscm_safe_eval_string): Likewise.
1627         (scscm_source_scheme_script): Likewise.
1628         (gdbscm_safe_source_script): Likewise.
1629         * guile/scm-string.c (gdbscm_call_scm_to_stringn): Likewise.
1630         (gdbscm_call_scm_from_stringn): Likewise.
1631         * guile/scm-symbol.c (syscm_hash_symbol_smob): Likewise.
1632         (syscm_eq_symbol_smob): Likewise.
1633         (syscm_get_symbol_map): Likewise.
1634         (syscm_del_objfile_symbols): Likewise.
1635         * guile/scm-symtab.c (stscm_hash_symtab_smob): Likewise.
1636         (stscm_eq_symtab_smob): Likewise.
1637         (stscm_objfile_symtab_map): Likewise.
1638         (stscm_del_objfile_symtabs): Likewise.
1639         * guile/scm-type.c (tyscm_hash_type_smob): Likewise.
1640         (tyscm_eq_type_smob): Likewise.
1641         (tyscm_type_map): Likewise.
1642         (tyscm_copy_type_recursive): Likewise.
1643         (save_objfile_types): Likewise.
1644         * guile/scm-utils.c (extract_arg): Likewise.
1645         * h8300-tdep.c (h8300_frame_cache): Likewise.
1646         * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind_cache): Likewise.
1647         * hppa-tdep.c (compare_unwind_entries): Likewise.
1648         (find_unwind_entry): Likewise.
1649         (hppa_frame_cache): Likewise.
1650         (hppa_stub_frame_unwind_cache): Likewise.
1651         * hppanbsd-tdep.c (hppanbsd_supply_gregset): Likewise.
1652         * hppaobsd-tdep.c (hppaobsd_supply_gregset): Likewise.
1653         (hppaobsd_supply_fpregset): Likewise.
1654         * i386-cygwin-tdep.c (core_process_module_section): Likewise.
1655         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
1656         * i386-tdep.c (i386_frame_cache): Likewise.
1657         (i386_epilogue_frame_cache): Likewise.
1658         (i386_sigtramp_frame_cache): Likewise.
1659         (i386_supply_gregset): Likewise.
1660         (i386_collect_gregset): Likewise.
1661         (i386_gdbarch_init): Likewise.
1662         * i386obsd-tdep.c (i386obsd_aout_supply_regset): Likewise.
1663         (i386obsd_trapframe_cache): Likewise.
1664         * i387-tdep.c (i387_supply_fsave): Likewise.
1665         (i387_collect_fsave): Likewise.
1666         (i387_supply_fxsave): Likewise.
1667         (i387_collect_fxsave): Likewise.
1668         (i387_supply_xsave): Likewise.
1669         (i387_collect_xsave): Likewise.
1670         * ia64-tdep.c (ia64_frame_cache): Likewise.
1671         (ia64_sigtramp_frame_cache): Likewise.
1672         * infcmd.c (attach_command_continuation): Likewise.
1673         (attach_command_continuation_free_args): Likewise.
1674         * inferior.c (restore_inferior): Likewise.
1675         (delete_thread_of_inferior): Likewise.
1676         * inflow.c (inflow_inferior_data_cleanup): Likewise.
1677         (get_inflow_inferior_data): Likewise.
1678         (inflow_inferior_exit): Likewise.
1679         * infrun.c (displaced_step_clear_cleanup): Likewise.
1680         (restore_current_uiout_cleanup): Likewise.
1681         (release_stop_context_cleanup): Likewise.
1682         (do_restore_infcall_suspend_state_cleanup): Likewise.
1683         (do_restore_infcall_control_state_cleanup): Likewise.
1684         (restore_inferior_ptid): Likewise.
1685         * inline-frame.c (block_starting_point_at): Likewise.
1686         * iq2000-tdep.c (iq2000_frame_cache): Likewise.
1687         * jit.c (get_jit_objfile_data): Likewise.
1688         (get_jit_program_space_data): Likewise.
1689         (jit_object_close_impl): Likewise.
1690         (jit_find_objf_with_entry_addr): Likewise.
1691         (jit_breakpoint_deleted): Likewise.
1692         (jit_unwind_reg_set_impl): Likewise.
1693         (jit_unwind_reg_get_impl): Likewise.
1694         (jit_dealloc_cache): Likewise.
1695         (jit_frame_sniffer): Likewise.
1696         (jit_frame_prev_register): Likewise.
1697         (jit_prepend_unwinder): Likewise.
1698         (jit_inferior_exit_hook): Likewise.
1699         (free_objfile_data): Likewise.
1700         * jv-lang.c (jv_per_objfile_free): Likewise.
1701         (get_dynamics_objfile): Likewise.
1702         (get_java_class_symtab): Likewise.
1703         (builtin_java_type): Likewise.
1704         * language.c (language_string_char_type): Likewise.
1705         (language_bool_type): Likewise.
1706         (language_lookup_primitive_type): Likewise.
1707         (language_lookup_primitive_type_as_symbol): Likewise.
1708         * linespec.c (hash_address_entry): Likewise.
1709         (eq_address_entry): Likewise.
1710         (iterate_inline_only): Likewise.
1711         (iterate_name_matcher): Likewise.
1712         (decode_line_2_compare_items): Likewise.
1713         (collect_one_symbol): Likewise.
1714         (compare_symbols): Likewise.
1715         (compare_msymbols): Likewise.
1716         (add_symtabs_to_list): Likewise.
1717         (collect_symbols): Likewise.
1718         (compare_msyms): Likewise.
1719         (add_minsym): Likewise.
1720         (cleanup_linespec_result): Likewise.
1721         * linux-fork.c (inferior_call_waitpid_cleanup): Likewise.
1722         * linux-nat.c (delete_lwp_cleanup): Likewise.
1723         (count_events_callback): Likewise.
1724         (select_event_lwp_callback): Likewise.
1725         (resume_stopped_resumed_lwps): Likewise.
1726         * linux-tdep.c (get_linux_gdbarch_data): Likewise.
1727         (invalidate_linux_cache_inf): Likewise.
1728         (get_linux_inferior_data): Likewise.
1729         (linux_find_memory_regions_thunk): Likewise.
1730         (linux_make_mappings_callback): Likewise.
1731         (linux_corefile_thread_callback): Likewise.
1732         (find_mapping_size): Likewise.
1733         * linux-thread-db.c (find_new_threads_callback): Likewise.
1734         * lm32-tdep.c (lm32_frame_cache): Likewise.
1735         * m2-lang.c (builtin_m2_type): Likewise.
1736         * m32c-tdep.c (m32c_analyze_frame_prologue): Likewise.
1737         * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_cache): Likewise.
1738         (m32r_linux_supply_gregset): Likewise.
1739         (m32r_linux_collect_gregset): Likewise.
1740         * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
1741         * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
1742         * m68k-tdep.c (m68k_frame_cache): Likewise.
1743         * m68kbsd-tdep.c (m68kbsd_supply_fpregset): Likewise.
1744         (m68kbsd_supply_gregset): Likewise.
1745         * m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise.
1746         * m88k-tdep.c (m88k_frame_cache): Likewise.
1747         (m88k_supply_gregset): Likewise.
1748
1749 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
1750
1751         * aarch64-linux-tdep.c (aarch64_stap_parse_special_token): Add cast
1752         to allocation result assignment.
1753         * ada-exp.y (write_object_renaming): Likewise.
1754         (write_ambiguous_var): Likewise.
1755         (ada_nget_field_index): Likewise.
1756         (write_var_or_type): Likewise.
1757         * ada-lang.c (ada_decode_symbol): Likewise.
1758         (ada_value_assign): Likewise.
1759         (value_pointer): Likewise.
1760         (cache_symbol): Likewise.
1761         (add_nonlocal_symbols): Likewise.
1762         (ada_name_for_lookup): Likewise.
1763         (symbol_completion_add): Likewise.
1764         (ada_to_fixed_type_1): Likewise.
1765         (ada_get_next_arg): Likewise.
1766         (defns_collected): Likewise.
1767         * ada-lex.l (processId): Likewise.
1768         (processString): Likewise.
1769         * ada-tasks.c (read_known_tasks_array): Likewise.
1770         (read_known_tasks_list): Likewise.
1771         * ada-typeprint.c (decoded_type_name): Likewise.
1772         * addrmap.c (addrmap_mutable_create_fixed): Likewise.
1773         * amd64-tdep.c (amd64_push_arguments): Likewise.
1774         (amd64_displaced_step_copy_insn): Likewise.
1775         (amd64_classify_insn_at): Likewise.
1776         (amd64_relocate_instruction): Likewise.
1777         * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Likewise.
1778         * arch-utils.c (simple_displaced_step_copy_insn): Likewise.
1779         (initialize_current_architecture): Likewise.
1780         * arm-linux-tdep.c (arm_stap_parse_special_token): Likewise.
1781         * arm-symbian-tdep.c (arm_symbian_osabi_sniffer): Likewise.
1782         * arm-tdep.c (arm_exidx_new_objfile): Likewise.
1783         (arm_push_dummy_call): Likewise.
1784         (extend_buffer_earlier): Likewise.
1785         (arm_adjust_breakpoint_address): Likewise.
1786         (arm_skip_stub): Likewise.
1787         * auto-load.c (filename_is_in_pattern): Likewise.
1788         (maybe_add_script_file): Likewise.
1789         (maybe_add_script_text): Likewise.
1790         (auto_load_objfile_script_1): Likewise.
1791         * auxv.c (ld_so_xfer_auxv): Likewise.
1792         * ax-general.c (new_agent_expr): Likewise.
1793         (grow_expr): Likewise.
1794         (ax_reg_mask): Likewise.
1795         * bcache.c (bcache_full): Likewise.
1796         * breakpoint.c (program_breakpoint_here_p): Likewise.
1797         * btrace.c (parse_xml_raw): Likewise.
1798         * build-id.c (build_id_to_debug_bfd): Likewise.
1799         * buildsym.c (end_symtab_with_blockvector): Likewise.
1800         * c-exp.y (string_exp): Likewise.
1801         (qualified_name): Likewise.
1802         (write_destructor_name): Likewise.
1803         (operator_stoken): Likewise.
1804         (parse_number): Likewise.
1805         (scan_macro_expansion): Likewise.
1806         (yylex): Likewise.
1807         (c_print_token): Likewise.
1808         * c-lang.c (c_get_string): Likewise.
1809         (emit_numeric_character): Likewise.
1810         * charset.c (wchar_iterate): Likewise.
1811         * cli/cli-cmds.c (complete_command): Likewise.
1812         (make_command): Likewise.
1813         * cli/cli-dump.c (restore_section_callback): Likewise.
1814         (restore_binary_file): Likewise.
1815         * cli/cli-interp.c (cli_interpreter_exec): Likewise.
1816         * cli/cli-script.c (execute_control_command): Likewise.
1817         * cli/cli-setshow.c (do_set_command): Likewise.
1818         * coff-pe-read.c (add_pe_forwarded_sym): Likewise.
1819         (read_pe_exported_syms): Likewise.
1820         * coffread.c (coff_read_struct_type): Likewise.
1821         (coff_read_enum_type): Likewise.
1822         * common/btrace-common.c (btrace_data_append): Likewise.
1823         * common/buffer.c (buffer_grow): Likewise.
1824         * common/filestuff.c (gdb_fopen_cloexec): Likewise.
1825         * common/format.c (parse_format_string): Likewise.
1826         * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
1827         * common/xml-utils.c (xml_escape_text): Likewise.
1828         * compile/compile-object-load.c (copy_sections): Likewise.
1829         (compile_object_load): Likewise.
1830         * compile/compile-object-run.c (compile_object_run): Likewise.
1831         * completer.c (filename_completer): Likewise.
1832         * corefile.c (read_memory_typed_address): Likewise.
1833         (write_memory_unsigned_integer): Likewise.
1834         (write_memory_signed_integer): Likewise.
1835         (complete_set_gnutarget): Likewise.
1836         * corelow.c (get_core_register_section): Likewise.
1837         * cp-name-parser.y (d_grab): Likewise.
1838         (allocate_info): Likewise.
1839         (cp_new_demangle_parse_info): Likewise.
1840         * cp-namespace.c (cp_scan_for_anonymous_namespaces): Likewise.
1841         (cp_lookup_symbol_in_namespace): Likewise.
1842         (lookup_namespace_scope): Likewise.
1843         (find_symbol_in_baseclass): Likewise.
1844         (cp_lookup_nested_symbol): Likewise.
1845         (cp_lookup_transparent_type_loop): Likewise.
1846         * cp-support.c (copy_string_to_obstack): Likewise.
1847         (make_symbol_overload_list): Likewise.
1848         (make_symbol_overload_list_namespace): Likewise.
1849         (make_symbol_overload_list_adl_namespace): Likewise.
1850         (first_component_command): Likewise.
1851         * cp-valprint.c (cp_print_value): Likewise.
1852         * ctf.c (ctf_xfer_partial): Likewise.
1853         * d-exp.y (StringExp): Likewise.
1854         * d-namespace.c (d_lookup_symbol_in_module): Likewise.
1855         (lookup_module_scope): Likewise.
1856         (find_symbol_in_baseclass): Likewise.
1857         (d_lookup_nested_symbol): Likewise.
1858         * dbxread.c (find_stab_function_addr): Likewise.
1859         (read_dbx_symtab): Likewise.
1860         (dbx_end_psymtab): Likewise.
1861         (cp_set_block_scope): Likewise.
1862         * dcache.c (dcache_alloc): Likewise.
1863         * demangle.c (_initialize_demangler): Likewise.
1864         * dicos-tdep.c (dicos_load_module_p): Likewise.
1865         * dictionary.c (dict_create_hashed_expandable): Likewise.
1866         (dict_create_linear_expandable): Likewise.
1867         (expand_hashtable): Likewise.
1868         (add_symbol_linear_expandable): Likewise.
1869         * dwarf2-frame.c (add_cie): Likewise.
1870         (add_fde): Likewise.
1871         (dwarf2_build_frame_info): Likewise.
1872         * dwarf2expr.c (dwarf_expr_grow_stack): Likewise.
1873         (dwarf_expr_fetch_address): Likewise.
1874         (add_piece): Likewise.
1875         (execute_stack_op): Likewise.
1876         * dwarf2loc.c (chain_candidate): Likewise.
1877         (dwarf_entry_parameter_to_value): Likewise.
1878         (read_pieced_value): Likewise.
1879         (write_pieced_value): Likewise.
1880         * dwarf2read.c (dwarf2_read_section): Likewise.
1881         (add_type_unit): Likewise.
1882         (read_comp_units_from_section): Likewise.
1883         (fixup_go_packaging): Likewise.
1884         (dwarf2_compute_name): Likewise.
1885         (dwarf2_physname): Likewise.
1886         (create_dwo_unit_in_dwp_v1): Likewise.
1887         (create_dwo_unit_in_dwp_v2): Likewise.
1888         (read_func_scope): Likewise.
1889         (read_call_site_scope): Likewise.
1890         (dwarf2_attach_fields_to_type): Likewise.
1891         (process_structure_scope): Likewise.
1892         (mark_common_block_symbol_computed): Likewise.
1893         (read_common_block): Likewise.
1894         (abbrev_table_read_table): Likewise.
1895         (guess_partial_die_structure_name): Likewise.
1896         (fixup_partial_die): Likewise.
1897         (add_file_name): Likewise.
1898         (dwarf2_const_value_data): Likewise.
1899         (dwarf2_const_value_attr): Likewise.
1900         (build_error_marker_type): Likewise.
1901         (guess_full_die_structure_name): Likewise.
1902         (anonymous_struct_prefix): Likewise.
1903         (typename_concat): Likewise.
1904         (dwarf2_canonicalize_name): Likewise.
1905         (dwarf2_name): Likewise.
1906         (write_constant_as_bytes): Likewise.
1907         (dwarf2_fetch_constant_bytes): Likewise.
1908         (copy_string): Likewise.
1909         (parse_macro_definition): Likewise.
1910         * elfread.c (elf_symfile_segments): Likewise.
1911         (elf_rel_plt_read): Likewise.
1912         (elf_gnu_ifunc_resolve_by_cache): Likewise.
1913         (elf_gnu_ifunc_resolve_by_got): Likewise.
1914         (elf_read_minimal_symbols): Likewise.
1915         (elf_gnu_ifunc_record_cache): Likewise.
1916         * event-top.c (top_level_prompt): Likewise.
1917         (command_line_handler): Likewise.
1918         * exec.c (resize_section_table): Likewise.
1919         * expprint.c (print_subexp_standard): Likewise.
1920         * fbsd-tdep.c (fbsd_collect_regset_section_cb): Likewise.
1921         * findcmd.c (parse_find_args): Likewise.
1922         * findvar.c (address_from_register): Likewise.
1923         * frame.c (get_prev_frame_always): Likewise.
1924         * gdb_bfd.c (gdb_bfd_ref): Likewise.
1925         (get_section_descriptor): Likewise.
1926         * gdb_obstack.c (obconcat): Likewise.
1927         (obstack_strdup): Likewise.
1928         * gdbtypes.c (lookup_function_type_with_arguments): Likewise.
1929         (create_set_type): Likewise.
1930         (lookup_unsigned_typename): Likewise.
1931         (lookup_signed_typename): Likewise.
1932         (resolve_dynamic_union): Likewise.
1933         (resolve_dynamic_struct): Likewise.
1934         (add_dyn_prop): Likewise.
1935         (copy_dynamic_prop_list): Likewise.
1936         (arch_flags_type): Likewise.
1937         (append_composite_type_field_raw): Likewise.
1938         * gdbtypes.h (INIT_FUNC_SPECIFIC): Likewise.
1939         * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
1940         * go-exp.y (string_exp): Likewise.
1941         * go-lang.c (go_demangle): Likewise.
1942         * guile/guile.c (compute_scheme_string): Likewise.
1943         * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
1944         (gdbscm_canonicalize_command_name): Likewise.
1945         * guile/scm-ports.c (ioscm_init_stdio_buffers): Likewise.
1946         (ioscm_init_memory_port): Likewise.
1947         (ioscm_reinit_memory_port): Likewise.
1948         * guile/scm-utils.c (gdbscm_gc_xstrdup): Likewise.
1949         (gdbscm_gc_dup_argv): Likewise.
1950         * h8300-tdep.c (h8300_push_dummy_call): Likewise.
1951         * hppa-tdep.c (internalize_unwinds): Likewise.
1952         (read_unwind_info): Likewise.
1953         * i386-cygwin-tdep.c (core_process_module_section): Likewise.
1954         (windows_core_xfer_shared_libraries): Likewise.
1955         * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
1956         (i386_stap_parse_special_token_triplet): Likewise.
1957         (i386_stap_parse_special_token_three_arg_disp): Likewise.
1958         * i386obsd-tdep.c (i386obsd_sigtramp_p): Likewise.
1959         * inf-child.c (inf_child_fileio_readlink): Likewise.
1960         * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
1961         (inf_ptrace_store_register): Likewise.
1962         * infrun.c (follow_exec): Likewise.
1963         (displaced_step_prepare_throw): Likewise.
1964         (save_stop_context): Likewise.
1965         (save_infcall_suspend_state): Likewise.
1966         * jit.c (jit_read_descriptor): Likewise.
1967         (jit_read_code_entry): Likewise.
1968         (jit_symtab_line_mapping_add_impl): Likewise.
1969         (finalize_symtab): Likewise.
1970         (jit_unwind_reg_get_impl): Likewise.
1971         * jv-exp.y (QualifiedName): Likewise.
1972         * jv-lang.c (get_java_utf8_name): Likewise.
1973         (type_from_class): Likewise.
1974         (java_demangle_type_signature): Likewise.
1975         (java_class_name_from_physname): Likewise.
1976         * jv-typeprint.c (java_type_print_base): Likewise.
1977         * jv-valprint.c (java_value_print): Likewise.
1978         * language.c (add_language): Likewise.
1979         * linespec.c (add_sal_to_sals_basic): Likewise.
1980         (add_sal_to_sals): Likewise.
1981         (decode_objc): Likewise.
1982         (find_linespec_symbols): Likewise.
1983         * linux-fork.c (fork_save_infrun_state): Likewise.
1984         * linux-nat.c (linux_nat_detach): Likewise.
1985         (linux_nat_fileio_readlink): Likewise.
1986         * linux-record.c (record_linux_sockaddr): Likewise.
1987         (record_linux_msghdr): Likewise.
1988         (Do): Likewise.
1989         * linux-tdep.c (linux_core_info_proc_mappings): Likewise.
1990         (linux_collect_regset_section_cb): Likewise.
1991         (linux_get_siginfo_data): Likewise.
1992         * linux-thread-db.c (try_thread_db_load_from_pdir_1): Likewise.
1993         (try_thread_db_load_from_dir): Likewise.
1994         (thread_db_load_search): Likewise.
1995         (info_auto_load_libthread_db): Likewise.
1996         * m32c-tdep.c (m32c_m16c_address_to_pointer): Likewise.
1997         (m32c_m16c_pointer_to_address): Likewise.
1998         * m68hc11-tdep.c (m68hc11_pseudo_register_write): Likewise.
1999         * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
2000         * machoread.c (macho_check_dsym): Likewise.
2001         * macroexp.c (resize_buffer): Likewise.
2002         (gather_arguments): Likewise.
2003         (maybe_expand): Likewise.
2004         * macrotab.c (new_macro_key): Likewise.
2005         (new_source_file): Likewise.
2006         (new_macro_definition): Likewise.
2007         * mdebugread.c (parse_symbol): Likewise.
2008         (parse_type): Likewise.
2009         (parse_partial_symbols): Likewise.
2010         (psymtab_to_symtab_1): Likewise.
2011         * mem-break.c (default_memory_insert_breakpoint): Likewise.
2012         * mi/mi-cmd-break.c (mi_argv_to_format): Likewise.
2013         * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
2014         (mi_cmd_data_read_memory_bytes): Likewise.
2015         (mi_cmd_data_write_memory_bytes): Likewise.
2016         (mi_cmd_trace_frame_collected): Likewise.
2017         * mi/mi-parse.c (mi_parse_argv): Likewise.
2018         (mi_parse): Likewise.
2019         * minidebug.c (lzma_open): Likewise.
2020         (lzma_pread): Likewise.
2021         * mips-tdep.c (mips_read_fp_register_single): Likewise.
2022         (mips_print_fp_register): Likewise.
2023         * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Likewise.
2024         * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
2025         * mt-tdep.c (mt_register_name): Likewise.
2026         (mt_registers_info): Likewise.
2027         (mt_push_dummy_call): Likewise.
2028         * namespace.c (add_using_directive): Likewise.
2029         * nat/linux-btrace.c (perf_event_read): Likewise.
2030         (linux_enable_bts): Likewise.
2031         * nat/linux-osdata.c (linux_common_core_of_thread): Likewise.
2032         * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Likewise.
2033         * nto-tdep.c (nto_find_and_open_solib): Likewise.
2034         (nto_parse_redirection): Likewise.
2035         * objc-lang.c (objc_demangle): Likewise.
2036         (find_methods): Likewise.
2037         * objfiles.c (get_objfile_bfd_data): Likewise.
2038         (set_objfile_main_name): Likewise.
2039         (allocate_objfile): Likewise.
2040         (objfile_relocate): Likewise.
2041         (update_section_map): Likewise.
2042         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
2043         * p-exp.y (exp): Likewise.
2044         (yylex): Likewise.
2045         * p-valprint.c (pascal_object_print_value): Likewise.
2046         * parse.c (initialize_expout): Likewise.
2047         (mark_completion_tag): Likewise.
2048         (copy_name): Likewise.
2049         (parse_float): Likewise.
2050         (type_stack_reserve): Likewise.
2051         * ppc-linux-tdep.c (ppc_stap_parse_special_token): Likewise.
2052         (ppu2spu_prev_register): Likewise.
2053         * ppc-ravenscar-thread.c (supply_register_at_address): Likewise.
2054         * printcmd.c (printf_wide_c_string): Likewise.
2055         (printf_pointer): Likewise.
2056         * probe.c (parse_probes): Likewise.
2057         * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
2058         (cmdpy_init): Likewise.
2059         * python/py-gdb-readline.c (gdbpy_readline_wrapper): Likewise.
2060         * python/py-symtab.c (set_sal): Likewise.
2061         * python/py-unwind.c (pyuw_sniffer): Likewise.
2062         * python/python.c (python_interactive_command): Likewise.
2063         (compute_python_string): Likewise.
2064         * ravenscar-thread.c (get_running_thread_id): Likewise.
2065         * record-full.c (record_full_exec_insn): Likewise.
2066         (record_full_core_open_1): Likewise.
2067         * regcache.c (regcache_raw_read_signed): Likewise.
2068         (regcache_raw_read_unsigned): Likewise.
2069         (regcache_cooked_read_signed): Likewise.
2070         (regcache_cooked_read_unsigned): Likewise.
2071         * remote-fileio.c (remote_fileio_func_open): Likewise.
2072         (remote_fileio_func_rename): Likewise.
2073         (remote_fileio_func_unlink): Likewise.
2074         (remote_fileio_func_stat): Likewise.
2075         (remote_fileio_func_system): Likewise.
2076         * remote-mips.c (mips_xfer_memory): Likewise.
2077         (mips_load_srec): Likewise.
2078         (pmon_end_download): Likewise.
2079         * remote.c (new_remote_state): Likewise.
2080         (map_regcache_remote_table): Likewise.
2081         (remote_register_number_and_offset): Likewise.
2082         (init_remote_state): Likewise.
2083         (get_memory_packet_size): Likewise.
2084         (remote_pass_signals): Likewise.
2085         (remote_program_signals): Likewise.
2086         (remote_start_remote): Likewise.
2087         (remote_check_symbols): Likewise.
2088         (remote_query_supported): Likewise.
2089         (extended_remote_attach): Likewise.
2090         (process_g_packet): Likewise.
2091         (store_registers_using_G): Likewise.
2092         (putpkt_binary): Likewise.
2093         (read_frame): Likewise.
2094         (compare_sections_command): Likewise.
2095         (remote_hostio_pread): Likewise.
2096         (remote_hostio_readlink): Likewise.
2097         (remote_file_put): Likewise.
2098         (remote_file_get): Likewise.
2099         (remote_pid_to_exec_file): Likewise.
2100         (_initialize_remote): Likewise.
2101         * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
2102         (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
2103         * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise.
2104         (bfd_uses_spe_extensions): Likewise.
2105         * s390-linux-tdep.c (s390_displaced_step_copy_insn): Likewise.
2106         * score-tdep.c (score7_malloc_and_get_memblock): Likewise.
2107         * solib-dsbt.c (decode_loadmap): Likewise.
2108         (fetch_loadmap): Likewise.
2109         (scan_dyntag): Likewise.
2110         (enable_break): Likewise.
2111         (dsbt_relocate_main_executable): Likewise.
2112         * solib-frv.c (fetch_loadmap): Likewise.
2113         (enable_break2): Likewise.
2114         (frv_relocate_main_executable): Likewise.
2115         * solib-spu.c (spu_relocate_main_executable): Likewise.
2116         (spu_bfd_open): Likewise.
2117         * solib-svr4.c (lm_info_read): Likewise.
2118         (read_program_header): Likewise.
2119         (find_program_interpreter): Likewise.
2120         (scan_dyntag): Likewise.
2121         (elf_locate_base): Likewise.
2122         (open_symbol_file_object): Likewise.
2123         (read_program_headers_from_bfd): Likewise.
2124         (svr4_relocate_main_executable): Likewise.
2125         * solib-target.c (solib_target_relocate_section_addresses): Likewise.
2126         * solib.c (solib_find_1): Likewise.
2127         (exec_file_find): Likewise.
2128         (solib_find): Likewise.
2129         * source.c (openp): Likewise.
2130         (print_source_lines_base): Likewise.
2131         (forward_search_command): Likewise.
2132         * sparc-ravenscar-thread.c (supply_register_at_address): Likewise.
2133         * spu-tdep.c (spu2ppu_prev_register): Likewise.
2134         (spu_get_overlay_table): Likewise.
2135         * stabsread.c (patch_block_stabs): Likewise.
2136         (define_symbol): Likewise.
2137         (again:): Likewise.
2138         (read_member_functions): Likewise.
2139         (read_one_struct_field): Likewise.
2140         (read_enum_type): Likewise.
2141         (common_block_start): Likewise.
2142         * stack.c (read_frame_arg): Likewise.
2143         (backtrace_command): Likewise.
2144         * stap-probe.c (stap_parse_register_operand): Likewise.
2145         * symfile.c (syms_from_objfile_1): Likewise.
2146         (find_separate_debug_file): Likewise.
2147         (load_command): Likewise.
2148         (load_progress): Likewise.
2149         (load_section_callback): Likewise.
2150         (reread_symbols): Likewise.
2151         (add_filename_language): Likewise.
2152         (allocate_compunit_symtab): Likewise.
2153         (read_target_long_array): Likewise.
2154         (simple_read_overlay_table): Likewise.
2155         * symtab.c (symbol_set_names): Likewise.
2156         (resize_symbol_cache): Likewise.
2157         (rbreak_command): Likewise.
2158         (completion_list_add_name): Likewise.
2159         (completion_list_objc_symbol): Likewise.
2160         (add_filename_to_list): Likewise.
2161         * target-descriptions.c (maint_print_c_tdesc_cmd): Likewise.
2162         * target-memory.c (target_write_memory_blocks): Likewise.
2163         * target.c (target_read_string): Likewise.
2164         (read_whatever_is_readable): Likewise.
2165         (target_read_alloc_1): Likewise.
2166         (simple_search_memory): Likewise.
2167         (target_fileio_read_alloc_1): Likewise.
2168         * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
2169         * top.c (command_line_input): Likewise.
2170         * tracefile-tfile.c (tfile_fetch_registers): Likewise.
2171         * tracefile.c (tracefile_fetch_registers): Likewise.
2172         * tracepoint.c (add_memrange): Likewise.
2173         (init_collection_list): Likewise.
2174         (add_aexpr): Likewise.
2175         (trace_dump_actions): Likewise.
2176         (parse_trace_status): Likewise.
2177         (parse_tracepoint_definition): Likewise.
2178         (parse_tsv_definition): Likewise.
2179         (parse_static_tracepoint_marker_definition): Likewise.
2180         * tui/tui-file.c (tui_sfileopen): Likewise.
2181         (tui_file_adjust_strbuf): Likewise.
2182         * tui/tui-io.c (tui_expand_tabs): Likewise.
2183         * tui/tui-source.c (tui_set_source_content): Likewise.
2184         * typeprint.c (find_global_typedef): Likewise.
2185         * ui-file.c (do_ui_file_xstrdup): Likewise.
2186         (ui_file_obsavestring): Likewise.
2187         (mem_file_write): Likewise.
2188         * utils.c (make_hex_string): Likewise.
2189         (get_regcomp_error): Likewise.
2190         (puts_filtered_tabular): Likewise.
2191         (gdb_realpath_keepfile): Likewise.
2192         (ldirname): Likewise.
2193         (gdb_bfd_errmsg): Likewise.
2194         (substitute_path_component): Likewise.
2195         * valops.c (search_struct_method): Likewise.
2196         (find_oload_champ_namespace_loop): Likewise.
2197         * valprint.c (print_decimal_chars): Likewise.
2198         (read_string): Likewise.
2199         (generic_emit_char): Likewise.
2200         * varobj.c (varobj_delete): Likewise.
2201         (varobj_value_get_print_value): Likewise.
2202         * vaxobsd-tdep.c (vaxobsd_sigtramp_sniffer): Likewise.
2203         * windows-tdep.c (display_one_tib): Likewise.
2204         * xcoffread.c (read_xcoff_symtab): Likewise.
2205         (process_xcoff_symbol): Likewise.
2206         (swap_sym): Likewise.
2207         (scan_xcoff_symtab): Likewise.
2208         (xcoff_initial_scan): Likewise.
2209         * xml-support.c (gdb_xml_end_element): Likewise.
2210         (xml_process_xincludes): Likewise.
2211         (xml_fetch_content_from_file): Likewise.
2212         * xml-syscall.c (xml_list_of_syscalls): Likewise.
2213         * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
2214
2215 2015-09-23  James Bowman  <james.bowman@ftdichip.com>
2216
2217         * ft32-tdep.c (ft32_register_type): Return gdbarch_tdep (gdbarch)->pc_type
2218         instead of builtin_func_ptr.
2219         (ft32_pointer_to_address): New function.
2220         (ft32_address_class_type_flags): New function.
2221         (ft32_address_class_type_flags_to_name): New function.
2222         (ft32_address_class_name_to_type_flags): New function.
2223         (ft32_gdbarch_init): Set tdep->pc_type.  Call
2224         set_gdbarch_pointer_to_address,
2225         set_gdbarch_address_class_type_flags
2226         set_gdbarch_address_class_name_to_type_flags,
2227         and set_gdbarch_address_class_type_flags_to_name.
2228         * ft32-tdep.h (struct gdbarch_tdep) <pc_type>: New field.
2229
2230 2015-09-23  Pierre-Marie de Rodat  <derodat@adacore.com>
2231
2232         * ada-lang.c (ada_evaluate_subexp) <OP_FUNCALL>: When the input
2233         value is a reference, actually dereference it in order to get
2234         the underlying value.
2235
2236 2015-09-22  Simon Marchi  <simon.marchi@ericsson.com>
2237
2238         * stap-probe.c (handle_stap_probe): Remove unnecessary cast.
2239
2240 2015-09-21  Simon Marchi  <simon.marchi@ericsson.com>
2241
2242         * cli/cli-setshow.c (cmd_show_list): Constify a variable.
2243         * linespec.c (linespec_lexer_lex_string): Same.
2244
2245 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
2246
2247         * NEWS: Mention support for fast tracepoints on aarch64-linux.
2248
2249 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
2250
2251         * aarch64-tdep.c (aarch64_analyze_prologue): New is_adrp
2252         variable.  Call aarch64_decode_adr instead of
2253         aarch64_decode_adrp.
2254         * arch/aarch64-insn.h (aarch64_decode_adrp): Delete.
2255         (aarch64_decode_adr): New function declaration.
2256         * arch/aarch64-insn.c (aarch64_decode_adrp): Delete.
2257         (aarch64_decode_adr): New function, factored out from
2258         aarch64_decode_adrp to decode both adr and adrp instructions.
2259
2260 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
2261
2262         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-insn.o.
2263         (HFILES_NO_SRCDIR): Add arch/aarch64-insn.h.
2264         (aarch64-insn.o): New rule.
2265         * configure.tgt (aarch64*-*-elf): Add aarch64-insn.o.
2266         (aarch64*-*-linux*): Likewise.
2267         * arch/aarch64-insn.c: New file.
2268         * arch/aarch64-insn.h: New file.
2269         * aarch64-tdep.c: Include arch/aarch64-insn.h.
2270         (aarch64_debug): Move to arch/aarch64-insn.c.  Declare in
2271         arch/aarch64-insn.h.
2272         (decode_add_sub_imm): Rename to ...
2273         (aarch64_decode_add_sub_imm): ... this.
2274         (decode_adrp): Rename to ...
2275         (aarch64_decode_adrp): ... this.  Move to arch/aarch64-insn.c.
2276         Declare in arch/aarch64-insn.h.
2277         (decode_b): Rename to ...
2278         (aarch64_decode_b): ... this.  Move to arch/aarch64-insn.c.
2279         Declare in arch/aarch64-insn.h.
2280         (decode_bcond): Rename to ...
2281         (aarch64_decode_bcond): ... this.  Move to arch/aarch64-insn.c.
2282         Declare in arch/aarch64-insn.h.
2283         (decode_br): Rename to ...
2284         (aarch64_decode_br): ... this.
2285         (decode_cb): Rename to ...
2286         (aarch64_decode_cb): ... this.  Move to arch/aarch64-insn.c.
2287         Declare in arch/aarch64-insn.h.
2288         (decode_eret): Rename to ...
2289         (aarch64_decode_eret): ... this.
2290         (decode_movz): Rename to ...
2291         (aarch64_decode_movz): ... this.
2292         (decode_orr_shifted_register_x): Rename to ...
2293         (aarch64_decode_orr_shifted_register_x): ... this.
2294         (decode_ret): Rename to ...
2295         (aarch64_decode_ret): ... this.
2296         (decode_stp_offset): Rename to ...
2297         (aarch64_decode_stp_offset): ... this.
2298         (decode_stp_offset_wb): Rename to ...
2299         (aarch64_decode_stp_offset_wb): ... this.
2300         (decode_stur): Rename to ...
2301         (aarch64_decode_stur): ... this.
2302         (decode_tb): Rename to ...
2303         (aarch64_decode_tb): ... this.  Move to arch/aarch64-insn.c.
2304         Declare in arch/aarch64-insn.h.
2305         (aarch64_analyze_prologue): Adjust calls to renamed functions.
2306
2307 2015-09-20  Doug Evans  <xdje42@gmail.com>
2308
2309         * dwarf2read.c (add_partial_symbol): Remove outdated comments.
2310
2311 2015-09-20  Doug Evans  <xdje42@gmail.com>
2312
2313         * dwarf2read.c (dwarf2_compute_name): Add FIXME.  Don't use a local
2314         variable name that collides with a parameter.
2315
2316 2015-09-20  Joel Brobecker  <brobecker@adacore.com>
2317
2318         * dwarf2loc.c (locexpr_get_frame_base): Renames
2319         block_op_get_frame_base.
2320         (dwarf2_block_frame_base_locexpr_funcs): Replace reference to
2321         block_op_get_frame_base by reference to locexpr_get_frame_base.
2322         (loclist_get_frame_base): New function, near identical copy of
2323         locexpr_get_frame_base.
2324         (dwarf2_block_frame_base_loclist_funcs): Replace reference to
2325         block_op_get_frame_base by reference to loclist_get_frame_base.
2326
2327 2015-09-19  Doug Evans  <xdje42@gmail.com>
2328
2329         * ravenscar-thread.c (ravenscar_inferior_created): Replace
2330         current_inferior ()->gdbarch with its wrapper target_gdbarch.
2331
2332 2015-09-18  Doug Evans  <xdje42@gmail.com>
2333
2334         * linux-thread-db.c (record_thread): Return the created thread.
2335         (thread_from_lwp): Likewise.
2336         (thread_db_get_thread_local_address): Update.
2337
2338 2015-09-18  Doug Evans  <xdje42@gmail.com>
2339
2340         * symtab.h (general_symbol_info) <mangled_lang>: Delete struct,
2341         move only member demangled_name up.  All uses updated.
2342
2343 2015-09-18  Doug Evans  <xdje42@gmail.com>
2344
2345         * findvar.c (default_read_var_value) <LOC_UNRESOLVED>: Include the
2346         kind of minimal symbol in the error message.
2347         * objfiles.c (objfile_flavour_name): New function.
2348         * objfiles.h (objfile_flavour_name): Declare.
2349
2350 2015-09-18  Yao Qi  <yao.qi@linaro.org>
2351
2352         * nat/aarch64-linux.c: Include elf/common.h,
2353         nat/gdb_ptrace.h, asm/ptrace.h and sys/uio.h.
2354         (aarch64_ps_get_thread_area): New function.
2355         * nat/aarch64-linux.h: Include gdb_proc_service.h.
2356         (aarch64_ps_get_thread_area): Declare.
2357         * aarch64-linux-nat.c (ps_get_thread_area): Call
2358         aarch64_ps_get_thread_area.
2359
2360 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2361
2362         * record-btrace.c (record_btrace_resume): Honour scheduler-locking.
2363
2364 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2365
2366         * NEWS: Announce new scheduler-locking mode.
2367         * infrun.c (schedlock_replay): New.
2368         (scheduler_enums): Add schedlock_replay.
2369         (scheduler_mode): Change default to schedlock_replay.
2370         (user_visible_resume_ptid): Handle schedlock_replay.
2371         (clear_proceed_status_thread): Stop replaying if resumed thread is
2372         not replaying.
2373         (schedlock_applies): Handle schedlock_replay.
2374         (_initialize_infrun): Document new scheduler-locking mode.
2375         * record-btrace.c (record_btrace_resume): Remove code to stop other
2376         threads when not replaying the resumed thread.
2377
2378 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2379
2380         * record-btrace.c ((record_btrace_will_replay): New.
2381         (init_record_btrace_ops): Initialize to_record_will_replay.
2382         * record-full.c ((record_full_will_replay): New.
2383         (init_record_full_ops): Initialize to_record_will_replay.
2384         * target-delegates.c: Regenerated.
2385         * target.c (target_record_will_replay): New.
2386         * target.h (struct target_ops) <to_record_will_replay>: New.
2387         (target_record_will_replay): New.
2388
2389 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2390
2391         * record-btrace.c (record_btrace_resume): Call
2392         target_record_stop_replaying.
2393         (record_btrace_stop_replaying_all): New.
2394         (init_record_btrace_ops): Initialize to_record_stop_replaying.
2395         * record-full.c (record_full_stop_replaying): New.
2396         (init_record_full_ops ): Initialize to_record_stop_replaying.
2397         * target-delegates.c: Regenerated.
2398         * target.c (target_record_stop_replaying): New.
2399         * target.h (struct target_ops) <to_record_stop_replaying>: New.
2400         (target_record_stop_replaying): New.
2401
2402 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2403
2404         * record-btrace.c (record_btrace_xfer_partial)
2405         (record_btrace_store_registers, record_btrace_prepare_to_store):
2406         Call record_btrace_is_replaying with inferior_ptid instead of
2407         minus_one_ptid.
2408         (record_btrace_store_registers): Change error message.
2409
2410 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2411
2412         * record-btrace.c (record_btrace_is_replaying): Add ptid argument.
2413         Update users to pass minus_one_ptid.
2414         * record-full.c (record_full_is_replaying): Add ptid argument (ignored).
2415         * record.c (cmd_record_delete): Pass inferior_ptid to
2416         target_record_is_replaying.
2417         * target-delegates.c: Regenerated.
2418         * target.c (target_record_is_replaying): Add ptid argument.
2419         * target.h (struct target_ops) <to_record_is_replaying>: Add ptid
2420         argument.
2421         (target_record_is_replaying): Add ptid argument.
2422
2423 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2424
2425         * record-btrace.c (record_btrace_open): Remove non_stop check.
2426         * NEWS: Announce that record btrace supports non-stop mode.
2427
2428 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2429
2430         * infrun.c (handle_inferior_event_1): Switch to the eventing thread
2431         in the TARKET_WAITKIND_NO_HISTORY case.
2432
2433 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2434
2435         * record-btrace.c (record_btrace_maybe_mark_async_event): New.
2436         (record_btrace_wait): Call record_btrace_maybe_mark_async_event.
2437
2438 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2439
2440         * record-btrace.c (get_thread_current_frame): New.
2441         (record_btrace_start_replaying): Call get_thread_current_frame.
2442
2443 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2444
2445         * record-btrace.c (record_btrace_resume_thread): A move request
2446         overwrites a previous move request.
2447         (record_btrace_find_resume_thread): Removed.
2448         (record_btrace_resume): Resume all requested threads.
2449
2450 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2451
2452         * record-btrace.c: Include vec.h.
2453         (record_btrace_find_thread_to_move): Removed.
2454         (btrace_step_no_resumed, btrace_step_again)
2455         (record_btrace_stop_replaying_at_end): New.
2456         (record_btrace_cancel_resume): Call record_btrace_stop_replaying_at_end.
2457         (record_btrace_single_step_forward): Remove calls to
2458         record_btrace_stop_replaying.
2459         (record_btrace_step_thread): Do only one step for BTHR_CONT and
2460         BTHR_RCONT.  Keep threads at the end of their history moving.
2461         (record_btrace_wait): Call record_btrace_step_thread for all threads
2462         until one reports an event.  Call record_btrace_stop_replaying_at_end
2463         for the eventing thread.
2464
2465 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2466
2467         * record-btrace.c (record_btrace_single_step_forward): Return
2468         NO_HISTORY if a step brings us to the end of the execution history.
2469
2470 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2471
2472         * record-btrace.c (record_btrace_step_thread): Move breakpoint check
2473         to ...
2474         (record_btrace_single_step_forward): ... here and
2475         (record_btrace_single_step_backward): ... here.
2476
2477 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2478
2479         * record-btrace.c (btrace_step_spurious)
2480         (record_btrace_single_step_forward)
2481         (record_btrace_single_step_backward): New.
2482         (record_btrace_step_thread): Call record_btrace_single_step_forward
2483         and record_btrace_single_step_backward.
2484
2485 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2486
2487         * record-btrace.c (record_btrace_replay_at_breakpoint): New.
2488         (record_btrace_step_thread): Call record_btrace_replay_at_breakpoint.
2489
2490 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2491
2492         * record-btrace.c (btrace_thread_flag_to_str)
2493         (record_btrace_cancel_resume): New.
2494         (record_btrace_step_thread): Call btrace_thread_flag_to_str.
2495         (record_btrace_resume): Print execution direction.
2496         (record_btrace_resume_thread): Call btrace_thread_flag_to_str.
2497         (record_btrace_wait): Call record_btrace_cancel_resume.
2498
2499 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2500
2501         * btrace.h (enum btrace_thread_flag) <BTHR_STOP>: New.
2502         * record-btrace (record_btrace_resume_thread): Clear BTHR_STOP.
2503         (record_btrace_find_thread_to_move): Also accept threads that have
2504         BTHR_STOP set.
2505         (btrace_step_stopped_on_request, record_btrace_stop): New.
2506         (record_btrace_step_thread): Support BTHR_STOP.
2507         (record_btrace_wait): Also clear BTHR_STOP when stopping other threads.
2508         (init_record_btrace_ops): Initialize to_stop.
2509
2510 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2511
2512         * record-btrace.c (record_btrace_wait): Replace non_stop check with
2513         target_is_non_stop_p ().
2514
2515 2015-09-15  Pierre-Marie de Rodat  <derodat@adacore.com>
2516
2517         * ada-typeprint.c (print_array_type): Do not describe arrays as
2518         packed when they embed dynamic elements.
2519
2520 2015-09-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2521
2522         * symtab.h (address_class): Document that TLS variables
2523         are handled by LOC_UNRESOLVED.
2524         * findvar.c (default_read_var_value): Don't relocate TLS variables.
2525         * printcmd.c (address_info): Don't relocate TLS variables.
2526
2527 2015-09-15  Pierre Langlois  <pierre.langlois@arm.com>
2528
2529         * aarch64-tdep.c (decode_add_sub_imm): Use debug_printf.
2530         (decode_adrp): Likewise.
2531         (decode_b): Likewise.
2532         (decode_bcond): Likewise.
2533         (decode_br): Likewise.
2534         (decode_cb): Likewise.
2535         (decode_eret): Likewise.
2536         (decode_movz): Likewise.
2537         (decode_orr_shifted_register_x): Likewise.
2538         (decode_ret): Likewise.
2539         (decode_stp_offset): Likewise.
2540         (decode_stp_offset_wb): Likewise.
2541         (decode_stur): Likewise.
2542         (decode_tb): Likewise.
2543         (aarch64_analyze_prologue): Likewise.
2544         (pass_in_x): Likewise.
2545         (pass_in_v): Likewise.
2546         (pass_on_stack): Likewise.
2547         (aarch64_push_dummy_call): Likewise.
2548         (aarch64_extract_return_value): Likewise.
2549         (aarch64_store_return_value): Likewise.
2550         (aarch64_return_value): Likewise.
2551         (aarch64_record_asimd_load_store): Likewise.
2552         (aarch64_record_load_store): Likewise.
2553         (aarch64_record_data_proc_simd_fp): Likewise.
2554
2555 2015-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
2556
2557         * linespec.c (minsym_found): Call gdbarch_skip_entrypoint.
2558         * ppc64-tdep.c (ppc64_skip_trampoline_code): Rename to ...
2559         (ppc64_skip_trampoline_code_1): ... here.
2560         (ppc64_skip_trampoline_code): New wrapper function.
2561         * symtab.c (find_function_start_sal): Call gdbarch_skip_entrypoint.
2562
2563 2015-09-15  Yao Qi  <yao.qi@linaro.org>
2564
2565         * aarch64-linux-nat.c (aarch64_linux_can_do_single_step): New
2566         function.
2567         (_initialize_aarch64_linux_nat): Install it to to_can_do_single_step.
2568         * arm-linux-tdep.c (arm_linux_software_single_step): Return 0
2569         if target_can_do_single_step returns 1.
2570         * remote.c (struct vCont_action_support) <s, S>: New fields.
2571         (PACKET_vContSupported): New enum.
2572         (remote_protocol_features): New element for vContSupported.
2573         (remote_query_supported): Append "vContSupported+".
2574         (remote_vcont_probe): Remove support_s and support_S, use
2575         rs->supports_vCont.s and rs->supports_vCont.S instead.  Disable
2576         vCont packet if c and C actions are not supported.
2577         (remote_can_do_single_step): New function.
2578         (init_remote_ops): Install it to to_can_do_single_step.
2579         (_initialize_remote): Call add_packet_config_cmd.
2580         * target.h (struct target_ops) <to_can_do_single_step>: New field.
2581         (target_can_do_single_step): New macro.
2582         * target-delegates.c: Re-generated.
2583
2584 2015-09-15  Yao Qi  <yao.qi@linaro.org>
2585
2586         * aarch64-linux-nat.c (aarch64_linux_siginfo_fixup): New function.
2587         (_initialize_aarch64_linux_nat): Call linux_nat_set_siginfo_fixup.
2588         * nat/aarch64-linux.c (aarch64_compat_siginfo_from_siginfo):
2589         New function.
2590         (aarch64_siginfo_from_compat_siginfo): New function.
2591         * nat/aarch64-linux.h: Include signal.h.
2592         (compat_int_t, compat_uptr_t, compat_time_t): Typedef.
2593         (compat_timer_t, compat_clock_t): Likewise.
2594         (struct compat_timeval): New.
2595         (union compat_sigval): New.
2596         (struct compat_siginfo): New.
2597         (cpt_si_pid, cpt_si_uid, cpt_si_timerid): New macros.
2598         (cpt_si_overrun, cpt_si_status, cpt_si_utime): Likewise.
2599         (cpt_si_stime, cpt_si_ptr, cpt_si_addr): Likewise.
2600         (cpt_si_band, cpt_si_fd): Likewise.
2601
2602 2015-09-14  Pedro Alves  <palves@redhat.com>
2603
2604         * infrun.c (current_stop_id): New global.
2605         (get_stop_id, new_stop_id): New functions.
2606         (fetch_inferior_event): Handle normal_stop proceeding the target.
2607         (struct stop_context): New.
2608         (save_stop_context, release_stop_context_cleanup)
2609         (stop_context_changed): New functions.
2610         (normal_stop): Return true if the hook-stop changes the stop
2611         context.
2612         * infrun.h (get_stop_id): Declare.
2613         (normal_stop): Now returns int.  Add documentation.
2614
2615 2015-09-14  Pierre-Marie de Rodat  <derodat@adacore.com>
2616
2617         * ada-lang.c (ada_value_ptr_subscript): Update the heading
2618         comment.  Handle packed arrays.
2619
2620 2015-09-14  Pedro Alves  <palves@redhat.com>
2621
2622         * NEWS (Changes in GDB 7.10, New commands>: Remove duplicate
2623         mention of maint set/show target-non-stop.
2624
2625 2015-09-11  Don Breazeal  <donb@codesourcery.com>
2626
2627         * NEWS: Announce new remote packets for the exec-events
2628         feature and the exec-events feature and associated commands.
2629
2630 2015-09-11  Don Breazeal  <donb@codesourcery.com>
2631
2632         * remote.c (remote_exec_event_p): New function.
2633         (remote_insert_exec_catchpoint): New function.
2634         (remote_remove_exec_catchpoint): New function.
2635         (init_extended_remote_ops): Initialize extended_remote_ops
2636         members to_insert_exec_catchpoint and
2637         to_remove_exec_catchpoint.
2638
2639 2015-09-11  Don Breazeal  <donb@codesourcery.com>
2640             Luis Machado  <lgustavo@codesourcery.com>
2641
2642         * infrun.c (follow_exec): Use process-style ptid for
2643         exec message.  Call add_inferior_with_spaces and
2644         target_follow_exec.
2645         * nat/linux-ptrace.c (linux_supports_traceexec): New function.
2646         * nat/linux-ptrace.h (linux_supports_traceexec): Declare.
2647         * remote.c (remote_pspace_data): New static variable.
2648         (remote_pspace_data_cleanup): New function.
2649         (get_remote_exec_file): New function.
2650         (set_remote_exec_file_1): New function.
2651         (set_remote_exec_file): New function.
2652         (show_remote_exec_file): New function.
2653         (remote_exec_file): Delete static variable.
2654         (anonymous enum) <PACKET_exec_event_feature>: New
2655         enumeration constant.
2656         (remote_protocol_features): Add entry for exec-events feature.
2657         (remote_query_supported): Add client side of qSupported query
2658         for exec-events feature.
2659         (remote_follow_exec): New function.
2660         (remote_parse_stop_reply): Handle 'exec' stop reason.
2661         (extended_remote_run, extended_remote_create_inferior): Call
2662         get_remote_exec_file and set_remote_exec_file_1.
2663         (init_extended_remote_ops) <to_follow_exec>: Initialize new
2664         member.
2665         (_initialize_remote): Call
2666         register_program_space_data_with_cleanup.  Call
2667         add_packet_config_cmd for remote exec-events feature.
2668         Modify call to add_setshow_string_noescape_cmd for exec-file
2669         to use new functions set_remote_exec_file and
2670         show_remote_exec_file.
2671         * target-debug.h, target-delegates.c: Regenerated.
2672         * target.c (target_follow_exec): New function.
2673         * target.h (struct target_ops) <to_follow_exec>: New member.
2674         (target_follow_exec): Declare new function.
2675
2676 2015-09-11  Pierre Langlois  <pierre.langlois@arm.com>
2677
2678         * aarch64-tdep.c (decode_cb): Move up comment describing the
2679         encoding.
2680         (decode_tb): Fix a typo in comment above the function.  Move up
2681         comment describing the encoding.
2682
2683 2015-09-11  Pierre Langlois  <pierre.langlois@arm.com>
2684
2685         * aarch64-tdep.c (decode_bcond): Fix incorrect mask.
2686
2687 2015-09-11  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
2688
2689         PR gdb/18947
2690         * aarch64-linux-tdep.c: (aarch64_linux_init_abi): Install
2691         glibc_skip_solib_resolver as gdbarch_skip_solib_resolver callback.
2692
2693 2015-09-10  Simon Marchi  <simon.marchi@ericsson.com>
2694
2695         * ada-lang.c (scan_discrim_bound): Factor out arithmetic
2696         operations.
2697
2698 2015-09-10  Simon Marchi  <simon.marchi@ericsson.com>
2699
2700         * ada-lang.c (ada_search_struct_field): Constify parameters
2701         and/or variables..
2702         (xget_renaming_scope): Likewise.
2703         (ada_is_redundant_range_encoding): Likewise.
2704         (scan_discrim_bound): Likewise.
2705         (to_fixed_range_type): Likewise.
2706
2707 2015-09-10  Yao Qi  <yao.qi@linaro.org>
2708
2709         * breakpoint.c (download_tracepoint_locations): New local
2710         can_download_tracepoint.  Check the result of
2711         target_can_download_tracepoint and save it in
2712         can_download_tracepoint if there are tracepoints to download.
2713         * linux-nat.h (enum tribool): Move it to ...
2714         * common/common-types.h: ... here.
2715
2716 2015-09-09  Pedro Alves  <palves@redhat.com>
2717
2718         * inf-loop.c (inferior_event_handler): Delete INF_TIMER case.
2719         * target.h (enum inferior_event_type) <INF_TIMER>: Delete.
2720
2721 2015-09-09  Pedro Alves  <palves@redhat.com>
2722
2723         * continuations.c (add_continuation, restore_thread_cleanup)
2724         (do_all_continuations_ptid, do_all_continuations_thread_callback)
2725         (do_all_continuations_thread, do_all_continuations)
2726         (discard_all_continuations_thread_callback)
2727         (discard_all_continuations_thread, discard_all_continuations)
2728         (add_intermediate_continuation)
2729         (do_all_intermediate_continuations_thread_callback)
2730         (do_all_intermediate_continuations_thread)
2731         (do_all_intermediate_continuations)
2732         (discard_all_intermediate_continuations_thread_callback)
2733         (discard_all_intermediate_continuations_thread)
2734         (discard_all_intermediate_continuations): Delete.
2735         * continuations.h (add_continuation, do_all_continuations)
2736         (do_all_continuations_thread, discard_all_continuations)
2737         (discard_all_continuations_thread, add_intermediate_continuation)
2738         (do_all_intermediate_continuations)
2739         (do_all_intermediate_continuations_thread)
2740         (discard_all_intermediate_continuations)
2741         (discard_all_intermediate_continuations_thread): Delete
2742         declarations.
2743         * event-top.c (stdin_event_handler): Delete references to
2744         continuations.
2745         * gdbthread.h (struct thread_info): Delete continuations and
2746         intermediate_continuations fields.
2747         * inf-loop.c (inferior_event_handler): Remove references to
2748         continuations.
2749         * infrun.c (infrun_thread_stop_requested_callback): Remove
2750         references to continuations.
2751         * target.h (enum inferior_event_type) <INF_EXEC_CONTINUE>: Delete.
2752         * thread.c: Don't include "continuations.h".
2753         (clear_thread_inferior_resources): Remove references to
2754         continuations.
2755
2756 2015-09-09  Pedro Alves  <palves@redhat.com>
2757
2758         * infcall.c (struct dummy_frame_context_saver): Delete.
2759         (dummy_frame_context_saver_free, dummy_frame_context_saver_dtor)
2760         (dummy_frame_context_saver_drop)
2761         (dummy_frame_context_saver_cleanup)
2762         (dummy_frame_context_saver_get_regs)
2763         (dummy_frame_context_saver_setup): Delete.
2764         * infcall.h (dummy_frame_context_saver_drop)
2765         (dummy_frame_context_saver_cleanup)
2766         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver):
2767         Delete.
2768         (get_return_value): Remove 'ctx_saver' paremeter.  Adjust.
2769         * inferior.h (get_return_value): Remove 'ctx_saver' paremeter.
2770         * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Adjust.
2771
2772 2015-09-09  Pedro Alves  <palves@redhat.com>
2773
2774         * breakpoint.c: Include "thread-fsm.h".
2775         (struct until_break_command_continuation_args): Delete.
2776         (struct until_break_fsm): New.
2777         (until_break_fsm_ops): New global.
2778         (new_until_break_fsm, until_break_fsm_should_stop): New functions.
2779         (until_break_command_continuation): Delete.
2780         (until_break_fsm_clean_up): New function.
2781         (until_break_fsm_async_reply_reason): New function.
2782         (until_break_command): Adjust to create an until_break_fsm instead
2783         of a continuation.
2784         (momentary_bkpt_print_it): No longer print MI's async-stop-reason
2785         here.
2786         * infcmd.c (struct until_next_fsm): New.
2787         (until_next_fsm_ops): New global.
2788         (new_until_next_fsm, until_next_fsm_should_stop): New function.
2789         (until_next_continuation): Delete.
2790         (until_next_fsm_clean_up, until_next_fsm_async_reply_reason): New
2791         functions.
2792         (until_next_command): Adjust to create a new until_next_fsm
2793         instead of a continuation.
2794
2795 2015-09-09  Pedro Alves  <palves@redhat.com>
2796
2797         * infcall.c: Include thread_fsm.h.
2798         (struct call_return_meta_info): New.
2799         (get_call_return_value): New function, factored out from
2800         call_function_by_hand_dummy.
2801         (struct call_thread_fsm): New.
2802         (call_thread_fsm_ops): New global.
2803         (new_call_thread_fsm, call_thread_fsm_should_stop)
2804         (call_thread_fsm_should_notify_stop): New functions.
2805         (run_inferior_call): Add 'sm' parameter.  Associate the FSM with
2806         the thread.
2807         (call_function_by_hand_dummy): Create a new call_thread_fsm
2808         instance, associate it with the thread, and wait for the FSM to
2809         finish.  If finished successfully, fetch the function's result
2810         value out of the FSM.
2811         * infrun.c (fetch_inferior_event): If the FSM says the stop
2812         shouldn't be notified, don't call normal_stop.
2813         (maybe_remove_breakpoints): New function, factored out from ...
2814         (normal_stop): ... here.  Simplify.
2815         * infrun.h (maybe_remove_breakpoints): Declare.
2816         * thread-fsm.c (thread_fsm_should_notify_stop): New function.
2817         (thread-fsm.h) <struct thread_fsm_ops>: New field.
2818         (thread_fsm_should_notify_stop): Declare.
2819
2820 2015-09-09  Pedro Alves  <palves@redhat.com>
2821
2822         * Makefile.in (COMMON_OBS): Add thread-fsm.o.
2823         * breakpoint.c (handle_jit_event): Print debug output.
2824         (bpstat_what): Split event callback handling to ...
2825         (bpstat_run_callbacks): ... this new function.
2826         (momentary_bkpt_print_it): No longer handle bp_finish here.
2827         * breakpoint.h (bpstat_run_callbacks): Declare.
2828         * gdbthread.h (struct thread_info) <step_multi>: Delete field.
2829         <thread_fsm>: New field.
2830         (thread_cancel_execution_command): Declare.
2831         * infcmd.c: Include thread-fsm.h.
2832         (struct step_command_fsm): New.
2833         (step_command_fsm_ops): New global.
2834         (new_step_command_fsm, step_command_fsm_prepare): New functions.
2835         (step_1): Adjust to use step_command_fsm_prepare and
2836         prepare_one_step.
2837         (struct step_1_continuation_args): Delete.
2838         (step_1_continuation): Delete.
2839         (step_command_fsm_should_stop): New function.
2840         (step_once): Delete.
2841         (step_command_fsm_clean_up, step_command_fsm_async_reply_reason)
2842         (prepare_one_step): New function, based on step_once.
2843         (until_next_command): Remove step_multi reference.
2844         (struct return_value_info): New.
2845         (print_return_value): Rename to ...
2846         (print_return_value_1): ... this.  New struct return_value_info
2847         parameter.  Adjust.
2848         (print_return_value): Reimplement as wrapper around
2849         print_return_value_1.
2850         (struct finish_command_fsm): New.
2851         (finish_command_continuation): Delete.
2852         (finish_command_fsm_ops): New global.
2853         (new_finish_command_fsm, finish_command_fsm_should_stop): New
2854         functions.
2855         (finish_command_fsm_clean_up, finish_command_fsm_return_value):
2856         New.
2857         (finish_command_continuation_free_arg): Delete.
2858         (finish_command_fsm_async_reply_reason): New.
2859         (finish_backward, finish_forward): Change symbol parameter to a
2860         finish_command_fsm.  Adjust.
2861         (finish_command): Create a finish_command_fsm.  Adjust.
2862         * infrun.c: Include "thread-fsm.h".
2863         (clear_proceed_status_thread): Delete the thread's FSM.
2864         (infrun_thread_stop_requested_callback): Cancel the thread's
2865         execution command.
2866         (clean_up_just_stopped_threads_fsms): New function.
2867         (fetch_inferior_event): Handle the event_thread's should_stop
2868         method saying the command isn't done yet.
2869         (process_event_stop_test): Run breakpoint callbacks here.
2870         (print_stop_event): Rename to ...
2871         (print_stop_location): ... this.
2872         (restore_current_uiout_cleanup): New function.
2873         (print_stop_event): Reimplement.
2874         (normal_stop): No longer notify the end_stepping_range observers
2875         here handle "step N" nor "finish" here.  No longer call
2876         print_stop_event here.
2877         * infrun.h (struct return_value_info): Forward declare.
2878         (print_return_value): Declare.
2879         (print_stop_event): Change prototype.
2880         * thread-fsm.c: New file.
2881         * thread-fsm.h: New file.
2882         * thread.c: Include "thread-fsm.h".
2883         (thread_cancel_execution_command): New function.
2884         (clear_thread_inferior_resources): Call it.
2885         * cli/cli-interp.c (cli_on_normal_stop): New function.
2886         (cli_interpreter_init): Install cli_on_normal_stop as normal_stop
2887         observer.
2888         * mi/mi-interp.c: Include "thread-fsm.h".
2889         (restore_current_uiout_cleanup): Delete.
2890         (mi_on_normal_stop): If the thread has an FSM associated, and it
2891         finished, ask it for the async-reply-reason to print.  Always call
2892         print_stop_event here, regardless of the top-level interpreter.
2893         Check bpstat_what to tell whether an asynchronous breakpoint hit
2894         triggered.
2895         * tui/tui-interp.c (tui_on_normal_stop): New function.
2896         (tui_init): Install tui_on_normal_stop as normal_stop observer.
2897
2898 2015-09-09  Pedro Alves  <palves@redhat.com>
2899
2900         * breakpoint.c (bpstat_do_actions_1, until_break_command): Don't
2901         check whether the target can async.
2902         * inf-loop.c (inferior_event_handler): Only call target_async if
2903         the target can async.
2904         * infcall.c: Include top.h and interps.h.
2905         (run_inferior_call): For the interpreter to sync mode while
2906         running the infcall.  Call wait_sync_command_done instead of
2907         wait_for_inferior plus normal_stop.
2908         * infcmd.c (prepare_execution_command): Don't check whether the
2909         target can async when running in the foreground.
2910         (step_1): Delete synchronous case handling.
2911         (step_once): Always install a continuation, even in sync mode.
2912         (until_next_command, finish_forward): Don't check whether the
2913         target can async.
2914         (attach_command_post_wait, notice_new_inferior): Always install a
2915         continuation, even in sync mode.
2916         * infrun.c (mark_infrun_async_event_handler): New function.
2917         (proceed): In sync mode, mark infrun's event source instead of
2918         waiting for events here.
2919         (fetch_inferior_event): If the target can't async, do a blocking
2920         wait.
2921         (prepare_to_wait): In sync mode, mark infrun's event source.
2922         (infrun_async_inferior_event_handler): No longer bail out if the
2923         target can't async.
2924         * infrun.h (mark_infrun_async_event_handler): New declaration.
2925         * linux-nat.c (linux_nat_wait_1): Remove calls to
2926         set_sigint_trap/clear_sigint_trap.
2927         (linux_nat_terminal_inferior): No longer check whether the target
2928         can async.
2929         * mi/mi-interp.c (mi_on_sync_execution_done): Update and simplify
2930         comment.
2931         (mi_execute_command_input_handler): No longer check whether the
2932         target is async.  Update and simplify comment.
2933         * target.c (default_target_wait): New function.
2934         * target.h (struct target_ops) <to_wait>: Now defaults to
2935         default_target_wait.
2936         (default_target_wait): Declare.
2937         * top.c (wait_sync_command_done): New function, factored out from
2938         ...
2939         (maybe_wait_sync_command_done): ... this.
2940         * top.h (wait_sync_command_done): Declare.
2941         * target-delegates.c: Regenerate.
2942
2943 2015-09-09  Markus Metzger  <markus.t.metzger@intel.com>
2944
2945         * nat/linux-btrace.h (struct btrace_target_info) <ptr_bits>: Remove.
2946         * nat/linux-btrace.c: Include filestuff.h and inttypes.h.
2947         Remove include of sys/utsname.h.
2948         (linux_determine_kernel_ptr_bits): Remove.
2949         (linux_determine_kernel_start): New.
2950         (perf_event_is_kernel_addr): Remove tinfo argument.  Update users.
2951         Update check.
2952         (perf_event_skip_bts_record): Remove tinfo argument.  Update users.
2953         (linux_enable_bts, linux_enable_pt): Remove tinfo->ptr_bits
2954         initialization.
2955         * x86-linux-nat.c (x86_linux_enable_btrace): Remove ptr_bits
2956         assignment.
2957
2958 2015-09-07  Pedro Alves  <palves@redhat.com>
2959
2960         * guile/guile-internal.h (as_a_scm_t_subr): New.
2961         * guile/guile.c (misc_guile_functions): Use it.
2962         * guile/scm-arch.c (arch_functions): Use it.
2963         * guile/scm-block.c (block_functions, gdbscm_initialize_blocks):
2964         Use it.
2965         * guile/scm-breakpoint.c (breakpoint_functions): Use it.
2966         * guile/scm-cmd.c (command_functions): Use it.
2967         * guile/scm-disasm.c (disasm_functions): Use it.
2968         * guile/scm-exception.c (exception_functions)
2969         (private_exception_functions): Use it.
2970         * guile/scm-frame.c (frame_functions)
2971         * guile/scm-gsmob.c (gsmob_functions): Use it.
2972         * guile/scm-iterator.c (iterator_functions): Use it.
2973         * guile/scm-lazy-string.c (lazy_string_functions): Use it.
2974         * guile/scm-math.c (math_functions): Use it.
2975         * guile/scm-objfile.c (objfile_functions): Use it.
2976         * guile/scm-param.c (parameter_functions): Use it.
2977         * guile/scm-ports.c (port_functions, private_port_functions): Use
2978         it.
2979         * guile/scm-pretty-print.c (pretty_printer_functions): Use it.
2980         * guile/scm-progspace.c (pspace_functions): Use it.
2981         * guile/scm-string.c (string_functions): Use it.
2982         * guile/scm-symbol.c (symbol_functions): Use it.
2983         * guile/scm-symtab.c (symtab_functions): Use it.
2984         * guile/scm-type.c (type_functions, gdbscm_initialize_types): Use
2985         it.
2986         * guile/scm-value.c (value_functions): Use it.
2987
2988 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
2989
2990         * tui/tui-data.c (win_with_focus): Remove cast of NULL pointer.
2991         (tui_next_win): Likewise.
2992         (tui_prev_win): Likewise.
2993         (tui_partial_win_by_name): Likewise.
2994         (tui_init_generic_part): Likewise.
2995         (init_content_element): Likewise.
2996         (tui_del_window): Likewise.
2997         (tui_free_window): Likewise.
2998         (tui_del_data_windows): Likewise.
2999         (tui_free_data_content): Likewise.
3000         * tui/tui-layout.c (make_source_or_disasm_window): Likewise.
3001         * tui/tui-regs.c (tui_show_register_group): Likewise.
3002         * tui/tui-win.c (tui_resize_all): Likewise.
3003         (tui_set_focus): Likewise.
3004         (tui_set_win_height): Likewise.
3005         (make_invisible_and_set_new_height): Likewise.
3006         * tui/tui-windata.c (tui_delete_data_content_windows): Likewise.
3007         * tui/tui-wingeneral.c (make_visible): Likewise.
3008
3009 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
3010
3011         * cli/cli-decode.c (find_cmd): Remove cast of NULL pointer.
3012
3013 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
3014
3015         * c-valprint.c (print_unpacked_pointer): Remove cast of NULL
3016         pointer.
3017         * dbxread.c (dbx_end_psymtab): Likewise.
3018         * gnu-nat.c (gnu_write_inferior): Likewise.
3019         * mdebugread.c (cross_ref): Likewise.
3020         * p-valprint.c (pascal_val_print): Likewise.
3021         * xcoffread.c (xcoff_end_psymtab): Likewise.
3022
3023 2015-09-04  Yao Qi  <yao.qi@linaro.org>
3024
3025         * NEWS: Mention the aarch64 multi-arch debugging support.
3026
3027 2015-09-03  Pierre-Marie de Rodat  <derodat@adacore.com>
3028
3029         * ada-lang.c (ada_language_arch_info): Create a TYPE_CODE_CHAR
3030         type instead of a TYPE_CODE_INT one for the string_char_type
3031         and the ada_primitive_type_char types.
3032
3033 2015-09-03  Yao Qi  <yao.qi@linaro.org>
3034
3035         * aarch64-linux-nat.c (aarch64_linux_region_ok_for_hw_watchpoint):
3036         Move code to aarch64_linux_region_ok_for_watchpoint.  Call
3037         aarch64_linux_region_ok_for_watchpoint.
3038         * nat/aarch64-linux-hw-point.c (aarch64_linux_region_ok_for_watchpoint):
3039         New function.
3040         * nat/aarch64-linux-hw-point.h (aarch64_linux_region_ok_for_watchpoint):
3041         Declare it.
3042
3043 2015-09-02  Patrick Palka  <patrick@parcs.ath.cx>
3044
3045         * gdb_obstack.h (obstack_strdup): Declare.
3046         * gdb_obstack.c (obstack_strdup): Define.
3047         * gdbarch.sh (gdbarch_obstack_strdup): Declare and define.
3048         * gdbarch.c: Regenerate.
3049         * gdbarch.h: Regenerate.
3050         * gdbtypes.c (arch_type): Use gdbarch_obstack_strdup.
3051
3052 2015-09-02  Patrick Palka  <patrick@parcs.ath.cx>
3053
3054         * gdbtypes.c (copy_type_recursive): Update documentation.
3055
3056 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3057
3058         * solib-svr4.c (solib_event_probe_action): Initialize 'probe_argc'
3059         as zero.
3060
3061 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3062
3063         * solib-svr4.c (svr4_handle_solib_event): Initialize 'val' as NULL
3064
3065 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3066
3067         * solib-svr4.c (solib_event_probe_action): Call
3068         get_probe_argument_count using TRY...CATCH.
3069         (svr4_handle_solib_event): Likewise, for evaluate_probe_argument.
3070
3071 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3072
3073         * probe.h (struct probe_ops) <get_probe_argument_count,
3074         evaluate_probe_argument, enable_probe, disable_probe>: Mention in
3075         the comment that the function can throw an exception.
3076         (get_probe_argument_count): Likewise.
3077         (evaluate_probe_argument): Likewise.
3078         * stap-probe.c (stap_get_opcode): Call error instead of
3079         internal_error.
3080         (stap_get_expected_argument_type): Likewise.  Add argument
3081         'probe'.  Improve error message by mentioning the probe's name.
3082         (stap_parse_probe_arguments): Adjust call to
3083         stap_get_expected_argument_type.
3084         (stap_get_arg): Add comment.  Assert that 'probe->args_parsed' is
3085         not zero.  Call internal_error if GDB requests an argument but the
3086         probe has no arguments.
3087
3088 2015-09-01  Pierre-Marie de Rodat  <derodat@adacore.com>
3089
3090         * ada-lang.c (ada_resolve_function): Do not ask the user what
3091         match to use when in completion mode.
3092
3093 2015-08-31  Andrew Burgess  <andrew.burgess@embecosm.com>
3094
3095         * tui/tui-data.c (tui_win_name): Make local variable const, remove
3096         cast of NULL.
3097
3098 2015-08-31  Max Filippov  <jcmvbkbc@gmail.com>
3099
3100         * xtensa-tdep.h (XTENSA_GDBARCH_TDEP_INSTANTIATE): Initialize
3101         call_abi using XSHAL_ABI macro.
3102
3103 2015-08-29  Doug Evans  <xdje42@gmail.com>
3104
3105         * symtab.h (struct symbol): Tweak comment.
3106
3107 2015-08-29  Patrick Palka  <patrick@parcs.ath.cx>
3108
3109         * gdbtypes.c (alloc_type_arch): Allocate the type on the given
3110         gdbarch obstack instead of on the heap.  Update commentary
3111         accordingly.
3112
3113 2015-08-28  Joel Brobecker  <brobecker@adacore.com>
3114
3115         GDB 7.10 released.
3116
3117 2015-08-28  Simon Marchi  <simon.marchi@ericsson.com>
3118
3119         * NEWS: Update entry about non-8-bits addressable memory.
3120
3121 2015-08-28  Ulrich Weigand  <uweigand@de.ibm.com>
3122
3123         Revert:
3124         2014-11-06  Doug Evans  <xdje42@gmail.com>
3125         * solib.c (solib_global_lookup): Fetch arch from objfile,
3126         not target_gdbarch.
3127
3128 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3129
3130         * ppc-linux-tdep.c (ppc_linux_spe_context_lookup): Do not
3131         attempt to relocate a TLS variable offset.
3132
3133 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3134
3135         * spu-multiarch.c (parse_spufs_run): Bail out if inferior is not
3136         registered yet.  Set inferior_ptid while calling target_read_memory.
3137
3138 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3139
3140         * nat/linux-ptrace.h (GDB_ARCH_TRAP_BRKPT): Replace by ...
3141         (GDB_ARCH_IS_TRAP_BRKPT): ... this.  Add __powerpc__ case.
3142         * linux-nat.c (check_stopped_by_breakpoint): Use
3143         GDB_ARCH_IS_TRAP_BRKPT instead of GDB_ARCH_TRAP_BRKPT.
3144
3145 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3146
3147         * linux-thread-db.c (thread_db_get_thread_local_address): If the
3148         thread was not yet discovered, use thread_from_lwp instead of
3149         calling thread_db_find_new_threads_1.
3150
3151 2015-08-27  Simon Marchi  <simon.marchi@ericsson.com>
3152
3153         * m88k-tdep.c (m88k_analyze_prologue): Fix inverted allocation
3154         statements.
3155
3156 2015-08-27  Simon Marchi  <simon.marchi@ericsson.com>
3157
3158         * NEWS: Document support for non-8-bits addressable memory.
3159
3160 2015-08-27  Pedro Alves  <palves@redhat.com>
3161
3162         * configure.ac: Remove AC_TYPE_SIGNAL call.
3163         * configure, config.in: Regenerate.
3164
3165 2015-08-27  Pedro Alves  <palves@redhat.com>
3166
3167         * cp-support.c (gdb_demangle): Use sighandler_t.  Remove cast.
3168         * extension-priv.h: Include signal.h.
3169         (struct signal_handler) <handler>: Change type to sighandler_t.
3170         * extension.c (install_gdb_sigint_handler): Use sighandler_t.
3171         * inflow.c (sigint_ours, sigquit_ours): Change type to
3172         sighandler_t.
3173         (child_terminal_inferior): Remove casts.
3174         (child_terminal_ours_1, new_tty): Use sighandler_t.  Remove casts.
3175         (osig): Change type to sighandler_t.
3176         * nto-procfs.c (ofunc): Change type to sighandler_t.
3177         (procfs_wait): Remove casts.
3178         * remote-m32r-sdi.c (m32r_wait, m32r_load): Use sighandler_t.
3179         * remote-sim.c (gdbsim_wait): Use sighandler_t.
3180         * utils.c (wait_to_die_with_timeout): Use sighandler_t.
3181
3182 2015-08-27  Pedro Alves  <palves@redhat.com>
3183
3184         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add signal-h.
3185         * gnulib/aclocal.m4: Renegerate.
3186         * gnulib/config.in: Renegerate.
3187         * gnulib/configure: Renegerate.
3188         * gnulib/import/Makefile.am: Update.
3189         * gnulib/import/Makefile.in: Regenerate.
3190         * gnulib/import/m4/gnulib-cache.m4: Update.
3191         * gnulib/import/m4/gnulib-comp.m4: Update.
3192         * gnulib/import/m4/signal_h.m4: New file.
3193         * gnulib/import/signal.in.h: New file.
3194
3195 2015-08-27  Pedro Alves  <palves@redhat.com>
3196
3197         * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE)
3198         (MIN_MEMORY_PACKET_SIZE): New.
3199         (MAX_REMOTE_PACKET_SIZE, MIN_REMOTE_PACKET_SIZE): Delete.
3200         (get_memory_packet_size): Adjust.  No longer limit the max packet
3201         size.
3202         (set_memory_packet_size): Adjust, and remove dead code.
3203         (remote_check_symbols): Use xmalloc and a cleanup instead of
3204         alloca.
3205         (remote_packet_size): No longer cap the packet size.
3206         (putpkt_binary): Use xmalloc and a cleanup instead of alloca.
3207
3208 2015-08-26  Luis Machado  <lgustavo@codesourcery.com>
3209
3210         * compile/compile.c (compile_to_object): Mention language in
3211         error message.
3212
3213 2015-08-26  Patrick Palka  <patrick@parcs.ath.cx>
3214
3215         * target.c (target_pre_inferior): Unset attach_flag.
3216
3217 2015-08-26  Simon Marchi  <simon.marchi@ericsson.com>
3218
3219         * gdbarch.sh (append_name): Fix type in XRESIZEVEC.
3220         * gdbarch.c: Re-generate.
3221
3222 2015-08-26  Simon Marchi  <simon.marchi@ericsson.com>
3223
3224         * aarch64-linux-nat.c (aarch64_add_process): Replace xmalloc-family
3225         function with the XNEW-family equivalent.
3226         * aarch64-tdep.c (aarch64_gdbarch_init): Likewise.
3227         * ada-exp.y (write_ambiguous_var): Likewise.
3228         * ada-lang.c (resolve_subexp): Likewise.
3229         (user_select_syms): Likewise.
3230         (assign_aggregate): Likewise.
3231         (ada_evaluate_subexp): Likewise.
3232         (cache_symbol): Likewise.
3233         * addrmap.c (allocate_key): Likewise.
3234         (addrmap_create_mutable): Likewise.
3235         * aix-thread.c (sync_threadlists): Likewise.
3236         * alpha-tdep.c (alpha_push_dummy_call): Likewise.
3237         (alpha_gdbarch_init): Likewise.
3238         * amd64-windows-tdep.c (amd64_windows_push_arguments): Likewise.
3239         * arm-linux-nat.c (arm_linux_add_process): Likewise.
3240         * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
3241         * arm-tdep.c (push_stack_item): Likewise.
3242         (arm_displaced_step_copy_insn): Likewise.
3243         (arm_gdbarch_init): Likewise.
3244         (_initialize_arm_tdep): Likewise.
3245         * avr-tdep.c (push_stack_item): Likewise.
3246         * ax-general.c (new_agent_expr): Likewise.
3247         * block.c (block_initialize_namespace): Likewise.
3248         * breakpoint.c (alloc_counted_command_line): Likewise.
3249         (update_dprintf_command_list): Likewise.
3250         (parse_breakpoint_sals): Likewise.
3251         (decode_static_tracepoint_spec): Likewise.
3252         (until_break_command): Likewise.
3253         (clear_command): Likewise.
3254         (update_global_location_list): Likewise.
3255         (get_breakpoint_objfile_data) Likewise.
3256         * btrace.c (ftrace_new_function): Likewise.
3257         (btrace_set_insn_history): Likewise.
3258         (btrace_set_call_history): Likewise.
3259         * buildsym.c (add_symbol_to_list): Likewise.
3260         (record_pending_block): Likewise.
3261         (start_subfile): Likewise.
3262         (start_buildsym_compunit): Likewise.
3263         (push_subfile): Likewise.
3264         (end_symtab_get_static_block): Likewise.
3265         (buildsym_init): Likewise.
3266         * cli/cli-cmds.c (source_command): Likewise.
3267         * cli/cli-decode.c (add_cmd): Likewise.
3268         * cli/cli-script.c (build_command_line): Likewise.
3269         (setup_user_args): Likewise.
3270         (realloc_body_list): Likewise.
3271         (process_next_line): Likewise.
3272         (copy_command_lines): Likewise.
3273         * cli/cli-setshow.c (do_set_command): Likewise.
3274         * coff-pe-read.c (read_pe_exported_syms): Likewise.
3275         * coffread.c (coff_locate_sections): Likewise.
3276         (coff_symtab_read): Likewise.
3277         (coff_read_struct_type): Likewise.
3278         * common/cleanups.c (make_my_cleanup2): Likewise.
3279         * common/common-exceptions.c (throw_it): Likewise.
3280         * common/filestuff.c (make_cleanup_close): Likewise.
3281         * common/format.c (parse_format_string): Likewise.
3282         * common/queue.h (DEFINE_QUEUE_P): Likewise.
3283         * compile/compile-object-load.c (munmap_list_add): Likewise.
3284         (compile_object_load): Likewise.
3285         * compile/compile-object-run.c (compile_object_run): Likewise.
3286         * compile/compile.c (append_args): Likewise.
3287         * corefile.c (specify_exec_file_hook): Likewise.
3288         * cp-support.c (make_symbol_overload_list): Likewise.
3289         * cris-tdep.c (push_stack_item): Likewise.
3290         (cris_gdbarch_init): Likewise.
3291         * ctf.c (ctf_trace_file_writer_new): Likewise.
3292         * dbxread.c (init_header_files): Likewise.
3293         (add_new_header_file): Likewise.
3294         (init_bincl_list): Likewise.
3295         (dbx_end_psymtab): Likewise.
3296         (start_psymtab): Likewise.
3297         (dbx_end_psymtab): Likewise.
3298         * dcache.c (dcache_init): Likewise.
3299         * dictionary.c (dict_create_hashed): Likewise.
3300         (dict_create_hashed_expandable): Likewise.
3301         (dict_create_linear): Likewise.
3302         (dict_create_linear_expandable): Likewise.
3303         * dtrace-probe.c (dtrace_process_dof_probe): Likewise.
3304         * dummy-frame.c (register_dummy_frame_dtor): Likewise.
3305         * dwarf2-frame-tailcall.c (cache_new_ref1): Likewise.
3306         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3307         (decode_frame_entry_1): Likewise.
3308         * dwarf2expr.c (new_dwarf_expr_context): Likewise.
3309         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
3310         * dwarf2read.c (dwarf2_has_info): Likewise.
3311         (create_signatured_type_table_from_index): Likewise.
3312         (dwarf2_read_index): Likewise.
3313         (dw2_get_file_names_reader): Likewise.
3314         (create_all_type_units): Likewise.
3315         (read_cutu_die_from_dwo): Likewise.
3316         (init_tu_and_read_dwo_dies): Likewise.
3317         (init_cutu_and_read_dies): Likewise.
3318         (create_all_comp_units): Likewise.
3319         (queue_comp_unit): Likewise.
3320         (inherit_abstract_dies): Likewise.
3321         (read_call_site_scope): Likewise.
3322         (dwarf2_add_field): Likewise.
3323         (dwarf2_add_typedef): Likewise.
3324         (dwarf2_add_member_fn): Likewise.
3325         (attr_to_dynamic_prop): Likewise.
3326         (abbrev_table_alloc_abbrev): Likewise.
3327         (abbrev_table_read_table): Likewise.
3328         (add_include_dir): Likewise.
3329         (add_file_name): Likewise.
3330         (dwarf_decode_line_header): Likewise.
3331         (dwarf2_const_value_attr): Likewise.
3332         (dwarf_alloc_block): Likewise.
3333         (parse_macro_definition): Likewise.
3334         (set_die_type): Likewise.
3335         (write_psymtabs_to_index): Likewise.
3336         (create_cus_from_index): Likewise.
3337         (dwarf2_create_include_psymtab): Likewise.
3338         (process_psymtab_comp_unit_reader): Likewise.
3339         (build_type_psymtab_dependencies): Likewise.
3340         (read_comp_units_from_section): Likewise.
3341         (compute_compunit_symtab_includes): Likewise.
3342         (create_dwo_unit_in_dwp_v1): Likewise.
3343         (create_dwo_unit_in_dwp_v2): Likewise.
3344         (read_func_scope): Likewise.
3345         (process_structure_scope): Likewise.
3346         (mark_common_block_symbol_computed): Likewise.
3347         (load_partial_dies): Likewise.
3348         (dwarf2_symbol_mark_computed): Likewise.
3349         * elfread.c (elf_symfile_segments): Likewise.
3350         (elf_read_minimal_symbols): Likewise.
3351         * environ.c (make_environ): Likewise.
3352         * eval.c (evaluate_subexp_standard): Likewise.
3353         * event-loop.c (create_file_handler): Likewise.
3354         (create_async_signal_handler): Likewise.
3355         (create_async_event_handler): Likewise.
3356         (create_timer): Likewise.
3357         * exec.c (build_section_table): Likewise.
3358         * fbsd-nat.c (fbsd_remember_child): Likewise.
3359         * fork-child.c (fork_inferior): Likewise.
3360         * frv-tdep.c (new_variant): Likewise.
3361         * gdbarch.sh (gdbarch_alloc): Likewise.
3362         (append_name): Likewise.
3363         * gdbtypes.c (rank_function): Likewise.
3364         (copy_type_recursive): Likewise.
3365         (add_dyn_prop): Likewise.
3366         * gnu-nat.c (make_proc): Likewise.
3367         (make_inf): Likewise.
3368         (gnu_write_inferior): Likewise.
3369         * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
3370         (build_std_type_info_type): Likewise.
3371         * guile/scm-param.c (compute_enum_list): Likewise.
3372         * guile/scm-utils.c (gdbscm_parse_function_args): Likewise.
3373         * guile/scm-value.c (gdbscm_value_call): Likewise.
3374         * h8300-tdep.c (h8300_gdbarch_init): Likewise.
3375         * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
3376         (read_unwind_info): Likewise.
3377         * ia64-tdep.c (ia64_gdbarch_init): Likewise.
3378         * infcall.c (dummy_frame_context_saver_setup): Likewise.
3379         (call_function_by_hand_dummy): Likewise.
3380         * infcmd.c (step_once): Likewise.
3381         (finish_forward): Likewise.
3382         (attach_command): Likewise.
3383         (notice_new_inferior): Likewise.
3384         * inferior.c (add_inferior_silent): Likewise.
3385         * infrun.c (add_displaced_stepping_state): Likewise.
3386         (save_infcall_control_state): Likewise.
3387         (save_inferior_ptid): Likewise.
3388         (_initialize_infrun): Likewise.
3389         * jit.c (bfd_open_from_target_memory): Likewise.
3390         (jit_gdbarch_data_init): Likewise.
3391         * language.c (add_language): Likewise.
3392         * linespec.c (decode_line_2): Likewise.
3393         * linux-nat.c (add_to_pid_list): Likewise.
3394         (add_initial_lwp): Likewise.
3395         * linux-thread-db.c (add_thread_db_info): Likewise.
3396         (record_thread): Likewise.
3397         (info_auto_load_libthread_db): Likewise.
3398         * m32c-tdep.c (m32c_gdbarch_init): Likewise.
3399         * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
3400         * m68k-tdep.c (m68k_gdbarch_init): Likewise.
3401         * m88k-tdep.c (m88k_analyze_prologue): Likewise.
3402         * macrocmd.c (macro_define_command): Likewise.
3403         * macroexp.c (gather_arguments): Likewise.
3404         * macroscope.c (sal_macro_scope): Likewise.
3405         * macrotab.c (new_macro_table): Likewise.
3406         * mdebugread.c (push_parse_stack): Likewise.
3407         (parse_partial_symbols): Likewise.
3408         (parse_symbol): Likewise.
3409         (psymtab_to_symtab_1): Likewise.
3410         (new_block): Likewise.
3411         (new_psymtab): Likewise.
3412         (mdebug_build_psymtabs): Likewise.
3413         (add_pending): Likewise.
3414         (elfmdebug_build_psymtabs): Likewise.
3415         * mep-tdep.c (mep_gdbarch_init): Likewise.
3416         * mi/mi-main.c (mi_execute_command): Likewise.
3417         * mi/mi-parse.c (mi_parse_argv): Likewise.
3418         * minidebug.c (lzma_open): Likewise.
3419         * minsyms.c (terminate_minimal_symbol_table): Likewise.
3420         * mips-linux-nat.c (mips_linux_insert_watchpoint): Likewise.
3421         * mips-tdep.c (mips_gdbarch_init): Likewise.
3422         * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
3423         * msp430-tdep.c (msp430_gdbarch_init): Likewise.
3424         * mt-tdep.c (mt_registers_info): Likewise.
3425         * nat/aarch64-linux.c (aarch64_linux_new_thread): Likewise.
3426         * nat/linux-btrace.c (linux_enable_bts): Likewise.
3427         (linux_enable_pt): Likewise.
3428         * nat/linux-osdata.c (linux_xfer_osdata_processes): Likewise.
3429         (linux_xfer_osdata_processgroups): Likewise.
3430         * nios2-tdep.c (nios2_gdbarch_init): Likewise.
3431         * nto-procfs.c (procfs_meminfo): Likewise.
3432         * objc-lang.c (start_msglist): Likewise.
3433         (selectors_info): Likewise.
3434         (classes_info): Likewise.
3435         (find_methods): Likewise.
3436         * objfiles.c (allocate_objfile): Likewise.
3437         (update_section_map): Likewise.
3438         * osabi.c (gdbarch_register_osabi): Likewise.
3439         (gdbarch_register_osabi_sniffer): Likewise.
3440         * parse.c (start_arglist): Likewise.
3441         * ppc-linux-nat.c (hwdebug_find_thread_points_by_tid): Likewise.
3442         (hwdebug_insert_point): Likewise.
3443         * printcmd.c (display_command): Likewise.
3444         (ui_printf): Likewise.
3445         * procfs.c (create_procinfo): Likewise.
3446         (load_syscalls): Likewise.
3447         (proc_get_LDT_entry): Likewise.
3448         (proc_update_threads): Likewise.
3449         * prologue-value.c (make_pv_area): Likewise.
3450         (pv_area_store): Likewise.
3451         * psymtab.c (extend_psymbol_list): Likewise.
3452         (init_psymbol_list): Likewise.
3453         (allocate_psymtab): Likewise.
3454         * python/py-inferior.c (add_thread_object): Likewise.
3455         * python/py-param.c (compute_enum_values): Likewise.
3456         * python/py-value.c (valpy_call): Likewise.
3457         * python/py-varobj.c (py_varobj_iter_next): Likewise.
3458         * python/python.c (ensure_python_env): Likewise.
3459         * record-btrace.c (record_btrace_start_replaying): Likewise.
3460         * record-full.c (record_full_reg_alloc): Likewise.
3461         (record_full_mem_alloc): Likewise.
3462         (record_full_end_alloc): Likewise.
3463         (record_full_core_xfer_partial): Likewise.
3464         * regcache.c (get_thread_arch_aspace_regcache): Likewise.
3465         * remote-fileio.c (remote_fileio_init_fd_map): Likewise.
3466         * remote-notif.c (remote_notif_state_allocate): Likewise.
3467         * remote.c (demand_private_info): Likewise.
3468         (remote_notif_stop_alloc_reply): Likewise.
3469         (remote_enable_btrace): Likewise.
3470         * reverse.c (save_bookmark_command): Likewise.
3471         * rl78-tdep.c (rl78_gdbarch_init): Likewise.
3472         * rx-tdep.c (rx_gdbarch_init): Likewise.
3473         * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
3474         * ser-go32.c (dos_get_tty_state): Likewise.
3475         (dos_copy_tty_state): Likewise.
3476         * ser-mingw.c (ser_windows_open): Likewise.
3477         (ser_console_wait_handle): Likewise.
3478         (ser_console_get_tty_state): Likewise.
3479         (make_pipe_state): Likewise.
3480         (net_windows_open): Likewise.
3481         * ser-unix.c (hardwire_get_tty_state): Likewise.
3482         (hardwire_copy_tty_state): Likewise.
3483         * solib-aix.c (solib_aix_new_lm_info): Likewise.
3484         * solib-dsbt.c (dsbt_current_sos): Likewise.
3485         (dsbt_relocate_main_executable): Likewise.
3486         * solib-frv.c (frv_current_sos): Likewise.
3487         (frv_relocate_main_executable): Likewise.
3488         * solib-spu.c (spu_bfd_fopen): Likewise.
3489         * solib-svr4.c (lm_info_read): Likewise.
3490         (svr4_copy_library_list): Likewise.
3491         (svr4_default_sos): Likewise.
3492         * source.c (find_source_lines): Likewise.
3493         (line_info): Likewise.
3494         (add_substitute_path_rule): Likewise.
3495         * spu-linux-nat.c (spu_bfd_open): Likewise.
3496         * spu-tdep.c (info_spu_dma_cmdlist): Likewise.
3497         * stabsread.c (dbx_lookup_type): Likewise.
3498         (read_type): Likewise.
3499         (read_member_functions): Likewise.
3500         (read_struct_fields): Likewise.
3501         (read_baseclasses): Likewise.
3502         (read_args): Likewise.
3503         (_initialize_stabsread): Likewise.
3504         * stack.c (func_command): Likewise.
3505         * stap-probe.c (handle_stap_probe): Likewise.
3506         * symfile.c (addrs_section_sort): Likewise.
3507         (addr_info_make_relative): Likewise.
3508         (load_section_callback): Likewise.
3509         (add_symbol_file_command): Likewise.
3510         (init_filename_language_table): Likewise.
3511         * symtab.c (create_filename_seen_cache): Likewise.
3512         (sort_search_symbols_remove_dups): Likewise.
3513         (search_symbols): Likewise.
3514         * target.c (make_cleanup_restore_target_terminal): Likewise.
3515         * thread.c (new_thread): Likewise.
3516         (enable_thread_stack_temporaries): Likewise.
3517         (make_cleanup_restore_current_thread): Likewise.
3518         (thread_apply_all_command): Likewise.
3519         * tic6x-tdep.c (tic6x_gdbarch_init): Likewise.
3520         * top.c (gdb_readline_wrapper): Likewise.
3521         * tracefile-tfile.c (tfile_trace_file_writer_new): Likewise.
3522         * tracepoint.c (trace_find_line_command): Likewise.
3523         (all_tracepoint_actions_and_cleanup): Likewise.
3524         (make_cleanup_restore_current_traceframe): Likewise.
3525         (get_uploaded_tp): Likewise.
3526         (get_uploaded_tsv): Likewise.
3527         * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
3528         (tui_alloc_win_info): Likewise.
3529         (tui_alloc_content): Likewise.
3530         (tui_add_content_elements): Likewise.
3531         * tui/tui-disasm.c (tui_find_disassembly_address): Likewise.
3532         (tui_set_disassem_content): Likewise.
3533         * ui-file.c (ui_file_new): Likewise.
3534         (stdio_file_new): Likewise.
3535         (tee_file_new): Likewise.
3536         * utils.c (make_cleanup_restore_integer): Likewise.
3537         (add_internal_problem_command): Likewise.
3538         * v850-tdep.c (v850_gdbarch_init): Likewise.
3539         * valops.c (find_oload_champ): Likewise.
3540         * value.c (allocate_value_lazy): Likewise.
3541         (record_latest_value): Likewise.
3542         (create_internalvar): Likewise.
3543         * varobj.c (install_variable): Likewise.
3544         (new_variable): Likewise.
3545         (new_root_variable): Likewise.
3546         (cppush): Likewise.
3547         (_initialize_varobj): Likewise.
3548         * windows-nat.c (windows_make_so): Likewise.
3549         * x86-nat.c (x86_add_process): Likewise.
3550         * xcoffread.c (arrange_linetable): Likewise.
3551         (allocate_include_entry): Likewise.
3552         (process_linenos): Likewise.
3553         (SYMBOL_DUP): Likewise.
3554         (xcoff_start_psymtab): Likewise.
3555         (xcoff_end_psymtab): Likewise.
3556         * xml-support.c (gdb_xml_parse_attr_ulongest): Likewise.
3557         * xtensa-tdep.c (xtensa_register_type): Likewise.
3558         * gdbarch.c: Regenerate.
3559         * gdbarch.h: Regenerate.
3560
3561 2015-08-25  Don Breazeal  <donb@codesourcery.com>
3562
3563         * infrun.c (follow_exec): Re-order operations for
3564         handling follow-exec-mode "new".
3565         (handle_inferior_event_1): Assign ecs->event_thread
3566         to the current thread.
3567         * remote.c (get_remote_arch_state): Add an assertion.
3568
3569 2015-08-26  Pedro Alves  <palves@redhat.com>
3570
3571         * MAINTAINERS: Add Markus Metzger as btrace maintainer.
3572
3573 2015-08-25  Pedro Alves  <palves@redhat.com>
3574
3575         PR gdb/18804
3576         * defs.h (maybe_quit): Declare.
3577         (QUIT): Now calls maybe_quit.
3578         * event-loop.c (clear_async_signal_handler)
3579         (async_signal_handler_is_marked): New functions.
3580         * event-loop.h (async_signal_handler_is_marked)
3581         (clear_async_signal_handler): New declarations.
3582         * remote.c (remote_check_pending_interrupt): New function.
3583         (interrupt_query): Use make_cleanup_restore_target_terminal.  No
3584         longer check whether the target is async.  If waiting for a stop
3585         reply, and a Ctrl-C as been sent to the target, offer to
3586         disconnect, and throw TARGET_CLOSE_ERROR instead of a quit.
3587         Otherwise do not disconnect and throw a quit.
3588         (_initialize_remote): Install remote_check_pending_interrupt as
3589         to_check_pending_interrupt.
3590         * target.c (target_check_pending_interrupt): New function.
3591         * target.h (struct target_ops) <to_check_pending_interrupt>: New
3592         field.
3593         (target_check_pending_interrupt): New declaration.
3594         * utils.c (maybe_quit): New function.
3595         * target-delegates.c: Regenerate.
3596
3597 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3598
3599         * nat/aarch64-linux-hw-point.c (debug_reg_change_callback):
3600         Rename local variable pid to tid, and get lwpid of lwp.  Update
3601         debug output.
3602
3603 2015-08-25  Pierre-Marie de Rodat  <derodat@adacore.com>
3604
3605         * ada-lang.c (ada_read_var_value): Add a var_block argument
3606         and pass it to default_read_var_value.
3607         * block.c (block_static_link): New accessor.
3608         * block.h (block_static_link): Declare it.
3609         * buildsym.c (finish_block_internal): Add a static_link
3610         argument.  If there is a static link, associate it to the new
3611         block.
3612         (finish_block): Add a static link argument and pass it to
3613         finish_block_internal.
3614         (end_symtab_get_static_block): Update calls to finish_block and
3615         to finish_block_internal.
3616         (end_symtab_with_blockvector): Update call to
3617         finish_block_internal.
3618         * buildsym.h: Forward-declare struct dynamic_prop.
3619         (struct context_stack): Add a static_link field.
3620         (finish_block): Add a static link argument.
3621         * c-exp.y: Remove an obsolete comment (evaluation of variables
3622         already start from the selected frame, and now they climb *up*
3623         the call stack) and propagate the block information to the
3624         produced expression.
3625         * d-exp.y: Likewise.
3626         * f-exp.y: Likewise.
3627         * go-exp.y: Likewise.
3628         * jv-exp.y: Likewise.
3629         * m2-exp.y: Likewise.
3630         * p-exp.y: Likewise.
3631         * coffread.c (coff_symtab_read): Update calls to finish_block.
3632         * dbxread.c (process_one_symbol): Likewise.
3633         * xcoffread.c (read_xcoff_symtab): Likewise.
3634         * compile/compile-c-symbols.c (convert_one_symbol): Promote the
3635         "sym" parameter to struct block_symbol, update its uses and pass
3636         its block to calls to read_var_value.
3637         (convert_symbol_sym): Update the calls to convert_one_symbol.
3638         * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update
3639         call to read_var_value.
3640         * dwarf2loc.c (block_op_get_frame_base): New.
3641         (dwarf2_block_frame_base_locexpr_funcs): Implement the
3642         get_frame_base method.
3643         (dwarf2_block_frame_base_loclist_funcs): Likewise.
3644         (dwarf2locexpr_baton_eval): Add a frame argument and use it
3645         instead of the selected frame in order to evaluate the
3646         expression.
3647         (dwarf2_evaluate_property): Add a frame argument.  Update call
3648         to dwarf2_locexpr_baton_eval to provide a frame in available and
3649         to handle the absence of address stack.
3650         * dwarf2loc.h (dwarf2_evaluate_property): Add a frame argument.
3651         * dwarf2read.c (attr_to_dynamic_prop): Add a forward
3652         declaration.
3653         (read_func_scope): Record any available static link description.
3654         Update call to finish_block.
3655         (read_lexical_block_scope): Update call to finish_block.
3656         * findvar.c (follow_static_link): New.
3657         (get_hosting_frame): New.
3658         (default_read_var_value): Add a var_block argument.  Use
3659         get_hosting_frame to handle non-local references.
3660         (read_var_value): Add a var_block argument and pass it to the
3661         LA_READ_VAR_VALUE method.
3662         * gdbtypes.c (resolve_dynamic_range): Update calls to
3663         dwarf2_evaluate_property.
3664         (resolve_dynamic_type_internal): Likewise.
3665         * guile/scm-frame.c (gdbscm_frame_read_var): Update call to
3666         read_var_value, passing it the block coming from symbol lookup.
3667         * guile/scm-symbol.c (gdbscm_symbol_value): Update call to
3668         read_var_value (TODO).
3669         * infcmd.c (finish_command_continuation): Update call to
3670         read_var_value, passing it the block coming from symbol lookup.
3671         * infrun.c (insert_exception_resume_breakpoint): Likewise.
3672         * language.h (struct language_defn): Add a var_block argument to
3673         the LA_READ_VAR_VALUE method.
3674         * objfiles.c (struct static_link_htab_entry): New.
3675         (static_link_htab_entry_hash): New.
3676         (static_link_htab_entry_eq): New.
3677         (objfile_register_static_link): New.
3678         (objfile_lookup_static_link): New.
3679         (free_objfile): Free the STATIC_LINKS hashed map if needed.
3680         * objfiles.h: Include hashtab.h.
3681         (struct objfile): Add a static_links field.
3682         (objfile_register_static_link): New.
3683         (objfile_lookup_static_link): New.
3684         * printcmd.c (print_variable_and_value): Update call to
3685         read_var_value.
3686         * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
3687         * python/py-frame.c (frapy_read_var): Update call to
3688         read_var_value, passing it the block coming from symbol lookup.
3689         * python/py-framefilter.c (extract_sym): Add a sym_block
3690         parameter and set the pointed value to NULL (TODO).
3691         (enumerate_args): Update call to extract_sym.
3692         (enumerate_locals): Update calls to extract_sym and to
3693         read_var_value.
3694         * python/py-symbol.c (sympy_value): Update call to
3695         read_var_value (TODO).
3696         * stack.c (read_frame_local): Update call to read_var_value.
3697         (read_frame_arg): Likewise.
3698         (return_command): Likewise.
3699         * symtab.h (struct symbol_block_ops): Add a get_frame_base
3700         method.
3701         (struct symbol): Add a block field.
3702         (SYMBOL_BLOCK): New accessor.
3703         * valops.c (value_of_variable): Remove frame/block handling and
3704         pass the block argument to read_var_value, which does this job
3705         now.
3706         (value_struct_elt_for_reference): Update calls to
3707         read_var_value.
3708         (value_of_this): Pass the block found to read_var_value.
3709         * value.h (read_var_value): Add a var_block argument.
3710         (default_read_var_value): Likewise.
3711
3712 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3713
3714         * aarch64-linux-nat.c (aarch64_linux_new_thread): Move it to ...
3715         * nat/aarch64-linux.c (aarch64_linux_new_thread): ... here.
3716         * nat/aarch64-linux.h (aarch64_linux_new_thread): Declare.
3717
3718 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3719
3720         * Makefile.in (aarch64-liunx.o): New rule.
3721         (HFILES_NO_SRCDIR): Add aarch64-linux.h.
3722         * config/aarch64/linux.mh (NAT_FILE): Add aarch64-linux.o.
3723         * aarch64-linux-nat.c: Include nat/aarch64-linux.h.
3724         * aarch64-linux-nat.c (aarch64_get_debug_reg_state): Make it
3725         extern.
3726         (aarch64_linux_prepare_to_resume): Move it nat/aarch64-linux.c.
3727         * nat/aarch64-linux-hw-point.h (aarch64_debug_reg_state): Declare
3728         * nat/aarch64-linux.c: New file.
3729         * nat/aarch64-linux.h: New file.
3730
3731 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3732
3733         * aarch64-linux-nat.c (aarch64_linux_prepare_to_resume): Use
3734         lwp_arch_private_info and ptid_of_lwp.
3735
3736 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3737
3738         * aarch64-linux-nat.c (struct arch64_dr_update_callback_param):
3739         Move it to nat/aarch64-linux-hw-point.c.
3740         (debug_reg_change_callback): Likewise.
3741         (aarch64_notify_debug_reg_change): :Likewise.
3742         * nat/aarch64-linux-hw-point.c: Include nat/linux-nat.h.
3743         (aarch64_dr_update_callback_param): New.
3744         (debug_reg_change_callback): New function.
3745         (aarch64_notify_debug_reg_change): Likewise.
3746         * nat/aarch64-linux-hw-point.h (aarch64_notify_debug_reg_change):
3747         Remove the declaration.
3748
3749 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3750
3751         * aarch64-linux-nat.c (aarch64_notify_debug_reg_change):
3752         Call current_lwp_ptid.
3753
3754 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3755
3756         * aarch64-linux-nat.c (debug_reg_change_callback): Use
3757         debug_printf.
3758
3759 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3760
3761         * aarch64-linux-nat.c (debug_reg_change_callback): Call
3762         ptid_get_pid rather than ptid_get_lwp.
3763
3764 2015-08-24  Pedro Alves  <palves@redhat.com>
3765
3766         * NEWS (New commands): Mention set/show remote
3767         multiprocess-extensions-packet.
3768         * remote.c (remote_query_supported): Only tell the server to use
3769         the multiprocess extensions if the user hasn't force-disabled them
3770         with "set remote multiprocess-extensions-packet off".
3771
3772 2015-08-24  Pedro Alves  <palves@redhat.com>
3773
3774         * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
3775         1029a8112290f6eee9d7878a391c49db42c999bd.
3776         * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4:
3777         Regenerate.
3778         * gnulib/import/Makefile.am: Update.
3779         * gnulib/import/Makefile.in: Update.
3780         * gnulib/import/alloca.in.h: Update.
3781         * gnulib/import/basename-lgpl.c: Update.
3782         * gnulib/import/canonicalize-lgpl.c: Update.
3783         * gnulib/import/config.charset: Update.
3784         * gnulib/import/dirent.in.h: Update.
3785         * gnulib/import/dirfd.c: Update.
3786         * gnulib/import/dirname-lgpl.c: Update.
3787         * gnulib/import/dirname.h: Update.
3788         * gnulib/import/dosname.h: Update.
3789         * gnulib/import/errno.in.h: Update.
3790         * gnulib/import/extra/snippet/arg-nonnull.h: Update.
3791         * gnulib/import/extra/snippet/c++defs.h: Update.
3792         * gnulib/import/extra/snippet/warn-on-use.h: Update.
3793         * gnulib/import/extra/update-copyright: Update.
3794         * gnulib/import/float+.h: Update.
3795         * gnulib/import/float.c: Update.
3796         * gnulib/import/float.in.h: Update.
3797         * gnulib/import/fnmatch.c: Update.
3798         * gnulib/import/fnmatch.in.h: Update.
3799         * gnulib/import/fnmatch_loop.c: Update.
3800         * gnulib/import/fpucw.h: Update.
3801         * gnulib/import/frexp.c: Update.
3802         * gnulib/import/frexpl.c: Update.
3803         * gnulib/import/gettimeofday.c: Update.
3804         * gnulib/import/inttypes.in.h: Update.
3805         * gnulib/import/isnan.c: Update.
3806         * gnulib/import/isnand-nolibm.h: Update.
3807         * gnulib/import/isnand.c: Update.
3808         * gnulib/import/isnanl-nolibm.h: Update.
3809         * gnulib/import/isnanl.c: Update.
3810         * gnulib/import/itold.c: Update.
3811         * gnulib/import/localcharset.c: Update.
3812         * gnulib/import/localcharset.h: Update.
3813         * gnulib/import/lstat.c: Update.
3814         * gnulib/import/m4/00gnulib.m4: Update.
3815         * gnulib/import/m4/absolute-header.m4: Update.
3816         * gnulib/import/m4/alloca.m4: Update.
3817         * gnulib/import/m4/canonicalize.m4: Update.
3818         * gnulib/import/m4/codeset.m4: Update.
3819         * gnulib/import/m4/configmake.m4: Update.
3820         * gnulib/import/m4/dirent_h.m4: Update.
3821         * gnulib/import/m4/dirfd.m4: Update.
3822         * gnulib/import/m4/dirname.m4: Update.
3823         * gnulib/import/m4/double-slash-root.m4: Update.
3824         * gnulib/import/m4/eealloc.m4: Update.
3825         * gnulib/import/m4/errno_h.m4: Update.
3826         * gnulib/import/m4/exponentd.m4: Update.
3827         * gnulib/import/m4/exponentl.m4: Update.
3828         * gnulib/import/m4/extensions.m4: Update.
3829         * gnulib/import/m4/extern-inline.m4: Update.
3830         * gnulib/import/m4/fcntl-o.m4: Update.
3831         * gnulib/import/m4/float_h.m4: Update.
3832         * gnulib/import/m4/fnmatch.m4: Update.
3833         * gnulib/import/m4/fpieee.m4: Update.
3834         * gnulib/import/m4/frexp.m4: Update.
3835         * gnulib/import/m4/frexpl.m4: Update.
3836         * gnulib/import/m4/gettimeofday.m4: Update.
3837         * gnulib/import/m4/glibc21.m4: Update.
3838         * gnulib/import/m4/gnulib-cache.m4: Update.
3839         * gnulib/import/m4/gnulib-common.m4: Update.
3840         * gnulib/import/m4/gnulib-comp.m4: Update.
3841         * gnulib/import/m4/gnulib-tool.m4: Update.
3842         * gnulib/import/m4/include_next.m4: Update.
3843         * gnulib/import/m4/inttypes-pri.m4: Update.
3844         * gnulib/import/m4/inttypes.m4: Update.
3845         * gnulib/import/m4/isnand.m4: Update.
3846         * gnulib/import/m4/isnanl.m4: Update.
3847         * gnulib/import/m4/largefile.m4: Update.
3848         * gnulib/import/m4/localcharset.m4: Update.
3849         * gnulib/import/m4/locale-fr.m4: Update.
3850         * gnulib/import/m4/locale-ja.m4: Update.
3851         * gnulib/import/m4/locale-zh.m4: Update.
3852         * gnulib/import/m4/longlong.m4: Update.
3853         * gnulib/import/m4/lstat.m4: Update.
3854         * gnulib/import/m4/malloc.m4: Update.
3855         * gnulib/import/m4/malloca.m4: Update.
3856         * gnulib/import/m4/math_h.m4: Update.
3857         * gnulib/import/m4/mbrtowc.m4: Update.
3858         * gnulib/import/m4/mbsinit.m4: Update.
3859         * gnulib/import/m4/mbsrtowcs.m4: Update.
3860         * gnulib/import/m4/mbstate_t.m4: Update.
3861         * gnulib/import/m4/memchr.m4: Update.
3862         * gnulib/import/m4/memmem.m4: Update.
3863         * gnulib/import/m4/mmap-anon.m4: Update.
3864         * gnulib/import/m4/multiarch.m4: Update.
3865         * gnulib/import/m4/nocrash.m4: Update.
3866         * gnulib/import/m4/off_t.m4: Update.
3867         * gnulib/import/m4/pathmax.m4: Update.
3868         * gnulib/import/m4/readlink.m4: Update.
3869         * gnulib/import/m4/rename.m4: Update.
3870         * gnulib/import/m4/rmdir.m4: Update.
3871         * gnulib/import/m4/ssize_t.m4: Update.
3872         * gnulib/import/m4/stat.m4: Update.
3873         * gnulib/import/m4/stdbool.m4: Update.
3874         * gnulib/import/m4/stddef_h.m4: Update.
3875         * gnulib/import/m4/stdint.m4: Update.
3876         * gnulib/import/m4/stdio_h.m4: Update.
3877         * gnulib/import/m4/stdlib_h.m4: Update.
3878         * gnulib/import/m4/string_h.m4: Update.
3879         * gnulib/import/m4/strstr.m4: Update.
3880         * gnulib/import/m4/strtok_r.m4: Update.
3881         * gnulib/import/m4/sys_socket_h.m4: Update.
3882         * gnulib/import/m4/sys_stat_h.m4: Update.
3883         * gnulib/import/m4/sys_time_h.m4: Update.
3884         * gnulib/import/m4/sys_types_h.m4: Update.
3885         * gnulib/import/m4/time_h.m4: Update.
3886         * gnulib/import/m4/unistd_h.m4: Update.
3887         * gnulib/import/m4/warn-on-use.m4: Update.
3888         * gnulib/import/m4/wchar_h.m4: Update.
3889         * gnulib/import/m4/wchar_t.m4: Update.
3890         * gnulib/import/m4/wctype_h.m4: Update.
3891         * gnulib/import/m4/wint_t.m4: Update.
3892         * gnulib/import/malloc.c: Update.
3893         * gnulib/import/malloca.c: Update.
3894         * gnulib/import/malloca.h: Update.
3895         * gnulib/import/math.in.h: Update.
3896         * gnulib/import/mbrtowc.c: Update.
3897         * gnulib/import/mbsinit.c: Update.
3898         * gnulib/import/mbsrtowcs-impl.h: Update.
3899         * gnulib/import/mbsrtowcs-state.c: Update.
3900         * gnulib/import/mbsrtowcs.c: Update.
3901         * gnulib/import/memchr.c: Update.
3902         * gnulib/import/memmem.c: Update.
3903         * gnulib/import/pathmax.h: Update.
3904         * gnulib/import/readlink.c: Update.
3905         * gnulib/import/ref-add.sin: Update.
3906         * gnulib/import/ref-del.sin: Update.
3907         * gnulib/import/rename.c: Update.
3908         * gnulib/import/rmdir.c: Update.
3909         * gnulib/import/same-inode.h: Update.
3910         * gnulib/import/stat.c: Update.
3911         * gnulib/import/stdbool.in.h: Update.
3912         * gnulib/import/stddef.in.h: Update.
3913         * gnulib/import/stdint.in.h: Update.
3914         * gnulib/import/stdio.c: Update.
3915         * gnulib/import/stdio.in.h: Update.
3916         * gnulib/import/stdlib.in.h: Update.
3917         * gnulib/import/str-two-way.h: Update.
3918         * gnulib/import/streq.h: Update.
3919         * gnulib/import/string.in.h: Update.
3920         * gnulib/import/stripslash.c: Update.
3921         * gnulib/import/strnlen1.c: Update.
3922         * gnulib/import/strnlen1.h: Update.
3923         * gnulib/import/strstr.c: Update.
3924         * gnulib/import/strtok_r.c: Update.
3925         * gnulib/import/sys_stat.in.h: Update.
3926         * gnulib/import/sys_time.in.h: Update.
3927         * gnulib/import/sys_types.in.h: Update.
3928         * gnulib/import/time.in.h: Update.
3929         * gnulib/import/unistd.in.h: Update.
3930         * gnulib/import/verify.h: Update.
3931         * gnulib/import/wchar.in.h: Update.
3932         * gnulib/import/wctype.in.h: Update.
3933         * gnulib/import/gettimeofday.c: New file.
3934         * gnulib/import/m4/absolute-header.m4: New file.
3935         * gnulib/import/m4/gettimeofday.m4: New file.
3936         * gnulib/import/m4/sys_socket_h.m4: New file.
3937         * gnulib/import/m4/sys_time_h.m4: New file.
3938         * gnulib/import/stdio.c: Delete file.
3939         * gnulib/import/sys_time.in.h: New file.
3940
3941 2015-08-24  Pedro Alves  <palves@redhat.com>
3942
3943         * Makefile.in (HFILES_NO_SRCDIR): Add common/gdb_sys_time.h.
3944         * common/gdb_sys_time.h: New file.
3945         * event-loop.c: Include gdb_sys_time.h instead of sys/time.h.
3946         * gdb_select.h: Likewise.
3947         * gdb_usleep.c: Likewise.
3948         * maint.c: Likewise.
3949         * mi/mi-main.c: Likewise.
3950         * mi/mi-parse.h: Likewise.
3951         * remote-fileio.c: Likewise.
3952         * remote-m32r-sdi.c: Likewise.
3953         * remote.c: Likewise.
3954         * ser-base.c: Likewise.
3955         * ser-pipe.c: Likewise.
3956         * ser-tcp.c: Likewise.
3957         * ser-unix.c: Likewise.
3958         * symfile.c: Likewise.
3959         * symfile.c: Likewise.  Rename OSIZE to SIZE throughout.
3960         * target-memory.c: Include gdb_sys_time.h instead of sys/time.h.
3961         * utils.c: Likewise.
3962
3963 2015-08-24  Pedro Alves  <palves@redhat.com>
3964
3965         * NEWS: Mention removed support for the various ROM monitors.
3966         * Makefile.in (ALL_TARGET_OBS): Remove dbug-rom.o, dink32-rom.o,
3967         ppcbug-rom.o, m32r-rom.o, dsrec.o and monitor.o from gdb_target_obs.
3968         * configure.tgt (h8300-*-*): Remove monitor.o and m32r-rom.o from
3969         gdb_target_obs.
3970         (m68*-*-*): Remove monitor.o dbug-rom.o and dsrec.o from
3971         gdb_target_obs.
3972         (microblaze*-linux-*): Remove microblaze-rom.o, monitor.o and
3973         dsrec.o from gdb_target_obs.
3974         (microblaze*-*-*): Remove microblaze-rom.o, monitor.o and dsrec.o
3975         from gdb_target_obs.
3976         (powerpc-*-lynx*178): Remove monitor.o and dsrec.o from
3977         gdb_target_obs.
3978         (powerpc*-*-*): Remove monitor.o, dsrec.o, ppcbug-rom.o and
3979         dink32-rom.o from gdb_target_obs.
3980         (sh*-*-linux*): Remove monitor.o and dsrec.o from gdb_target_obs.
3981         (sh*): Remove monitor.o and dsrec.o from gdb_target_obs.
3982         * dbug-rom.c, dink32-rom.c, dsrec.c, m32r-rom.c, microblaze-rom.c,
3983         monitor.c, monitor.h, ppcbug-rom.c, srec.h: Delete files.
3984
3985 2015-08-21  Pedro Alves  <palves@redhat.com>
3986
3987         * frame.c (null_frame_id): Explicitly zero-initialize.
3988
3989 2015-08-21  Tom Tromey  <tromey@redhat.com>
3990
3991         * dwarf2read.c (struct dwarf2_section_info): Rename field
3992         'asection' to 'section'.
3993         (dwarf2_has_info, get_section_bfd_owner, get_section_bfd_section)
3994         (dwarf2_locate_sections, dwarf2_locate_sections)
3995         (locate_dwz_sections, locate_v1_virtual_dwo_sections)
3996         (dwarf2_locate_dwo_sections, dwarf2_locate_dwo_sections)
3997         (dwarf2_locate_v2_dwp_sections): Adjust.
3998
3999 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
4000
4001         * top.h (gdb_in_secondary_prompt_p): Declare.
4002         * top.c (gdb_secondary_prompt_depth): Define.
4003         (gdb_in_secondary_prompt_p): Define.
4004         (gdb_readline_wrapper_cleanup): Decrement
4005         gdb_secondary_prompt_depth.
4006         (gdb_readline_wrapper): Increment gdb_secondary_prompt_depth.
4007         * tui/tui-io.c (tui_getc): Don't clear the prompt line if we
4008         are in a secondary prompt.
4009
4010 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
4011
4012         * tui/tui-io.c (tui_getc): Use tui_putc instead of waddch to
4013         emit the newline.
4014
4015 2015-08-21  Gary Benson  <gbenson@redhat.com>
4016
4017         * gdb_bfd.c (gdb_bfd_iovec_fileio_pread): Add QUIT call.
4018
4019 2015-08-21  Gary Benson  <gbenson@redhat.com>
4020
4021         * target.h (struct target_ops) <to_fileio_open>: New argument
4022         warn_if_slow.  Update comment.  All implementations updated.
4023         (target_fileio_open_warn_if_slow): New declaration.
4024         * target.c (target_fileio_open): Renamed as...
4025         (target_fileio_open_1): ...this.  New argument warn_if_slow.
4026         Pass warn_if_slow to implementation.  Update debug printing.
4027         (target_fileio_open): New function.
4028         (target_fileio_open_warn_if_slow): Likewise.
4029         * gdb_bfd.c (gdb_bfd_iovec_fileio_open): Use new function
4030         target_fileio_open_warn_if_slow.
4031
4032 2015-08-21  Gary Benson  <gbenson@redhat.com>
4033
4034         * nat/linux-namespaces.c (linux_mntns_access_fs):
4035         Do not overwrite old_chain.
4036
4037 2015-08-20  Max Filippov  <jcmvbkbc@gmail.com>
4038
4039         * arch/xtensa.h: New file.
4040         * xtensa-linux-nat.c (gdb_proc_service.h): New #include.
4041         (ps_get_thread_area): New function.
4042         * xtensa-linux-tdep.c (xtensa_linux_init_abi): Add call to
4043         set_gdbarch_fetch_tls_load_module_address to enable TLS support.
4044         * xtensa-tdep.c (osabi.h): New #include.
4045         (xtensa_gdbarch_init): Call gdbarch_init_osabi to register
4046         xtensa-specific hooks.
4047         * xtensa-tdep.h (struct xtensa_elf_gregset_t): Add threadptr
4048         member and move the structure to arch/xtensa.h.
4049
4050 2015-08-21  Pedro Alves  <palves@redhat.com>
4051
4052         * remote.c (struct readahead_cache): New.
4053         (struct remote_state) <readahead_cache>: New field.
4054         (remote_open_1): Invalidate the cache.
4055         (readahead_cache_invalidate, readahead_cache_invalidate_fd): New
4056         functions.
4057         (remote_hostio_pwrite): Invalidate the readahead cache.
4058         (remote_hostio_pread): Rename to ...
4059         (remote_hostio_pread_vFile): ... this.
4060         (remote_hostio_pread_from_cache): New function.
4061         (remote_hostio_pread): Reimplement.
4062         (remote_hostio_close): Invalidate the readahead cache.
4063
4064 2015-08-21  Marcin CieÅ›lak <saper@saper.info>  (tiny patch)
4065
4066         PR build/18843
4067         * procfs.c: Include "filestuff.h".
4068
4069 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
4070
4071         * tui/tui-data.h (tui_command_info): Remove fields cur_line and
4072         curch.
4073         * tui/tui-data.c (tui_clear_win_detail) [CMD_WIN]: Don't set
4074         cur_line or curch, instead call wmove().
4075         (init_win_info) [CMD_WIN]: Likewise.
4076         * tui/tui-io.c (tui_puts): Likewise. Don't read cur_line,
4077         instead call getcury().
4078         (tui_redisplay_readline): Don't set cur_line or curch.
4079         (tui_mld_erase_entire_line): Don't read cur_line, instead call
4080         getcury().
4081         (tui_cont_sig): Remove call to wmove.
4082         (tui_getc): Don't read cur_line or curch, instead call getcury()
4083         or getyx().  Don't set curch.
4084         * tui/tui-win.c (make_visible_with_new_height) [CMD_WIN]: Don't
4085         set cur_line or curch.  Always move cursor to (0,0).
4086
4087 2015-08-20  Pedro Alves  <palves@redhat.com>
4088
4089         * infrun.c (print_target_wait_results): Make extern.
4090         * infrun.h (print_target_wait_results): Declare.
4091         * remote.c (set_stop_requested_callback): Delete.
4092         (process_initial_stop_replies): New function.
4093         (remote_start_remote): Use it.
4094         (stop_reply_queue_length): New function.
4095
4096 2015-08-20  Pedro Alves  <palves@redhat.com>
4097
4098         * dwarf2read.c (process_full_comp_unit): To tell whether
4099         start_subfile managed to deduce a language, test for
4100         language_unknown instead of language_c.
4101
4102 2015-08-20  Pierre-Marie de Rodat  <derodat@adacore.com>
4103
4104         * ada-lex.l: Reset the start condition to INITIAL in the rule that
4105         matches attributes.
4106
4107 2015-08-19  Kevin Buettner  <kevinb@redhat.com>
4108
4109         * dwarf2read.c (dwarf2_string_attr): New function.
4110         (lookup_dwo_unit, process_psymtab_comp_unit_reader)
4111         (dwarf2_compute_name, dwarf2_physname, find_file_and_directory)
4112         (read_call_site_scope, namespace_name, guess_full_die_structure_name)
4113         (anonymous_struct_prefix, prepare_one_comp_unit): Use
4114         dwarf2_string_attr in place of dwarf2_attr and DW_STRING.
4115
4116 2015-08-18  Doug Evans  <dje@google.com>
4117             Adrian Sendroiu <adrian.sendroiu@freescale.com>
4118
4119         PR mi/18833
4120         * cli/cli-logging.c (pop_output_files): Don't restore redirection
4121         if MI-like.
4122         * mi/mi-out.c: #include "vec.h".
4123         (ui_filep): New type.
4124         (DEV_VEC_P (ui_filep)): New type.
4125         (struct ui_out_data) <buffer, original_buffer>: Delete.
4126         (struct ui_out_data) <streams>: New member.
4127         (mi_ui_out_impl): Add data_destroy field.
4128         (mi_field_string, mi_field_fmt): Update.
4129         (mi_flush, mi_redirect, field_separator): Update.
4130         (mi_open, mi_close): Update.
4131         (mi_out_buffered, mi_out_rewind, mi_out_put): Update.
4132         (mi_out_data_ctor, mi_out_data_dtor): New functions.
4133         (mi_out_new): Call mi_out_data_ctor.
4134
4135 2015-08-18  Sandra Loosemore  <sandra@codesourcery.com>
4136
4137         * remote.c (strprefix): New.
4138         (remote_parse_stop_reply): Use strprefix instead of strncmp
4139         to ensure exact match of keyword.
4140
4141 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
4142
4143         * gdb_bfd.c (debug_bfd_cache): New variable.
4144         (show_bfd_cache_debug): New function.
4145         (gdb_bfd_open): Add debug logging.
4146         (gdb_bfd_ref): Likewise.
4147         (gdb_bfd_unref): Likewise.
4148         (_initialize_gdb_bfd): Add new set/show command.
4149         * NEWS: Mention new command.
4150
4151 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
4152
4153         * gdb_bfd.c (bfd_sharing): New variable.
4154         (show_bfd_sharing): New function.
4155         (gdb_bfd_open): Check bfd_sharing variable.
4156         (_initialize_gdb_bfd): Add new set/show command.
4157         * NEWS: Mention new command.
4158
4159 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
4160
4161         * gdb_bfd.c (struct gdb_bfd_data): Add size, inode, and device id
4162         field.
4163         (struct gdb_bfd_cache_search): Likewise.
4164         (eq_bfd): Compare the size, inode, and device id fields.
4165         (gdb_bfd_open): Initialise the size, inode, and device id fields.
4166         (gdb_bfd_ref): Likewise.
4167         (gdb_bfd_unref): Likewise.
4168
4169 2015-08-18  Pedro Alves  <palves@redhat.com>
4170
4171         * linux-nat.c (linux_nat_always_non_stop_p): If the linux_ops
4172         target implements to_always_non_stop_p, call it.
4173         * x86-linux-nat.c (x86_linux_always_non_stop_p): New function.
4174         (x86_linux_create_target): Install it as to_always_non_stop_p
4175         method.
4176
4177 2015-08-17  Doug Evans  <dje@google.com>
4178
4179         * ui-out.c (default_ui_out_impl): Add comment.
4180
4181 2015-08-17  Iain Buclaw  <ibuclaw@gdcproject.org>
4182
4183         * d-exp.y (type_aggregate_p): New function.
4184         (PrimaryExpression : TypeExp '.' IdentifierExp): Use it.
4185         (classify_inner_name): Likewise.
4186         * d-namespace.c (d_lookup_nested_symbol): Handle TYPE_CODE_ENUM.
4187
4188 2015-08-15  Doug Evans  <xdje42@gmail.com>
4189
4190         * psymtab.c (add_psymbol_to_bcache): Remove "val" arg.  All callers
4191         updated.
4192         (add_psymbol_to_list): Ditto.
4193
4194 2015-08-15  Doug Evans  <xdje42@gmail.com>
4195
4196         * dbxread.c (dbx_end_psymtab): Renamed from end_psymtab.  All callers
4197         updated.  Call end_psymtab_common.
4198         * dwarf2read.c (process_psymtab_comp_unit_reader): Call
4199         end_psymtab_common.
4200         (build_type_psymtabs_reader): Ditto.
4201         * psympriv.h (sort_pst_symbols): Delete.
4202         (end_psymtab_common): Declare.
4203         * psymtab.c (sort_pst_symbols): Make static.
4204         (end_psymtab_common): New function.
4205         * xcoffread.c (xcoff_end_psymtab): Call end_psymtab_common.
4206
4207 2015-08-15  Doug Evans  <xdje42@gmail.com>
4208
4209         * defs.h (LANGUAGE_BITS): Define.
4210         * psympriv.h (partial_symbol) <domain>: Use SYMBOL_DOMAIN_BITS.
4211         (partial_symbol) <aclass>: Use SYMBOL_ACLASS_BITS.
4212         * symtab.h (general_symbol_info> <language>: Usage LANGUAGE_BITS.
4213         (minimal_symbol_type): Add nr_minsym_types.
4214         (MINSYM_TYPE_BITS): Define.
4215         (minimal_symbol) <type>: Use MINSYM_TYPE_BITS.
4216         (domain_enum_tag): Add NR_DOMAINS.
4217         (SYMBOL_DOMAIN_BITS): Change from 4 to 3.
4218         (SYMBOL_ACLASS_BITS): Define from 6 to 5.
4219
4220 2015-08-15  Doug Evans  <xdje42@gmail.com>
4221
4222         * objfiles.h: Whitespace cleanup.
4223         * psympriv.h: Whitespace cleanup.
4224         * psymtab.c: Whitespace/coding convention cleanup.
4225
4226 2015-08-15  Patrick Palka  <patrick@parcs.ath.cx>
4227
4228         * inferior.c (detach_inferior_command): Don't call
4229         any_thread_of_process when pid is 0.
4230         (kill_inferior_command): Likewise.
4231
4232 2015-08-14  Doug Evans  <xdje42@gmail.com>
4233
4234         PR gdb/11833
4235         * NEWS: Document new /s modifier for the disassemble command.
4236         * cli/cli-cmds.c (disassemble_command): Add support for /s.
4237         (_initialize_cli_cmds): Update online docs of disassemble command.
4238         * disasm.c: #include "source.h".
4239         (struct deprecated_dis_line_entry): Renamed from dis_line_entry.
4240         All uses updated.
4241         (dis_line_entry): New struct.
4242         (hash_dis_line_entry, eq_dis_line_entry): New functions.
4243         (allocate_dis_line_table): New functions.
4244         (maybe_add_dis_line_entry, line_has_code_p): New functions.
4245         (dump_insns): New arg end_pc.  All callers updated.
4246         (do_mixed_source_and_assembly_deprecated): Renamed from
4247         do_mixed_source_and_assembly.  All callers updated.
4248         (do_mixed_source_and_assembly): New function.
4249         (gdb_disassembly): Handle /s (DISASSEMBLY_SOURCE).
4250         * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED): Renamed from
4251         DISASSEMBLY_SOURCE.  All uses updated.
4252         (DISASSEMBLY_SOURCE): New macro.
4253         * mi/mi-cmd-disas.c (mi_cmd_disassemble): New modes 4,5.
4254
4255 2015-08-14  Keith Seitz  <keiths@redhat.com>
4256
4257         * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Rename
4258         `typename' to `type_name' to avoid C++ reserved word.
4259
4260 2015-08-14  Keith Seitz  <keiths@redhat.com>
4261
4262         * location.c (EL_TYPE, EL_LINESPEC, EL_PROBE, EL_ADDRESS)
4263         (EL_EXPLICIT, EL_STRING): Change macro parameter to "P" to
4264         silence ARI errors.
4265
4266 2015-08-14  Iain Buclaw  <ibuclaw@gdcproject.org>
4267
4268         * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Use
4269         xstrprintf instead of malloc and sprintf.
4270         (PrimaryExpression : IdentifierExp): Avoid operator at end of line.
4271         (lex_one_token): Likewise.
4272
4273 2015-08-14  Matthew Fortune  <matthew.fortune@imgtec.com>
4274
4275         * solib-svr4.c (read_program_header): Add base_addr argument to
4276         report the runtime address of the segment.
4277         (find_program_interpreter): Update read_program_header call to pass
4278         a NULL pointer for the new argument.
4279         (scan_dyntag): Add ptr_addr argument to report the runtime address
4280         of the tag payload.
4281         (scan_dyntag_auxv): Likewise and use thew new base_addr argument of
4282         read_program_header to get the base address of the dynamic segment.
4283         (elf_locate_base): Update uses of scan_dyntag, scan_dyntag_auxv and
4284         read_program_header.
4285         (elf_locate_base): Scan for and handle DT_MIPS_RLD_MAP_REL.
4286
4287 2015-08-14  Matthew Fortune  <matthew.fortune@imgtec.com>
4288
4289         * MAINTAINERS (Write After Approval): Add Matthew Fortune.
4290
4291 2015-08-13  Iain Buclaw  <ibuclaw@gdcproject.org>
4292
4293         * d-exp.y (%union): Add voidval.
4294         (%token): Add UNKNOWN_NAME as a token to represent an unclassified
4295         name in the lexing stage.
4296         (PostfixExpression): Move symbol completion handling in grammar here
4297         from PrimaryExpression.
4298         (PrimaryExpression): Move routines to handle resolving identifier
4299         tokens in the grammar here from push_expression_name.
4300         (IdentifierExp): Remove the handling of alternating '.' and identifier
4301         tokens.
4302         (TypeExp): Allow TypeExp to be wrapped in parenthesis in the grammar.
4303         (BasicType): Remove C-style typename rules.
4304         (d_type_from_name, d_module_from_name, push_variable)
4305         (push_fieldnames, push_type_name, push_module_name)
4306         (push_expression_name): Remove.
4307         (lex_one_token): Rename from yylex.  Replace pstate with par_state.
4308         (token_and_value): New type.
4309         (token_fifo, popping, name_obstack): New globals.
4310         (classify_name): New function.
4311         (classify_inner_name): Likewise.
4312         (yylex): Likewise.
4313         (d_parse): Initialize token_fifo, popping and name_obstack.
4314
4315 2015-08-13  Iain Buclaw  <ibuclaw@gdcproject.org>
4316
4317         * Makefile.in (SFILES): Add d-namespace.c.
4318         (COMMON_OBS): Add d-namespace.o.
4319         * d-lang.c (d_language_defn): Use d_lookup_symbol_nonlocal as the
4320         la_lookup_symbol_nonlocal callback function pointer.
4321         * d-lang.h (d_lookup_symbol_nonlocal): New declaration.
4322         (d_lookup_nested_symbol): New declaration.
4323         * d-namespace.c: New file.
4324
4325 2015-08-13  Pedro Alves  <palves@redhat.com>
4326
4327         * python/py-unwind.c (pyuw_sniffer): Install the invalidate
4328         cleanup after the decref cleanup, not before.
4329
4330 2015-08-13  Pierre-Marie de Rodat  <derodat@adacore.com>
4331
4332         * ada-lang.c: Include namespace.h
4333         (aux_add_nonlocal_symbols): Fix a function name in comment.
4334         (ada_add_block_renamings): New.
4335         (add_nonlocal_symbols): Add global renamings handling.
4336         (ada_lookup_symbol_list_worker): Move the symbol lookup part
4337         to...
4338         (ada_add_all_symbols): ... this new function.
4339         (ada_add_block_symbols): Try to match the input name against the
4340         "using directives list", perform a recursive symbol lookup on
4341         the matched declarations.
4342         * block.h (struct block): Move the_namespace to top-level as
4343         namespace_info. Remove the language_specific field.
4344         (BLOCK_NAMESPACE): Update access to the namespace_info field.
4345         * buildsym.h (using_directives): Rename into...
4346         (local_using_directives): ... this.
4347         (global_using_directives): New.
4348         (struct context_stack): Rename the using_directives field into
4349         local_using_directives.
4350         * buildsym.c (finish_block_internal): Deal with the proper
4351         using directives repository (local or global).
4352         (prepare_for_building): Reset local_using_directives. Assert
4353         that there is no pending global using directive.
4354         (reset_symtab_globals): Reset global_using_directives and
4355         local_using_directives.
4356         (end_symtab_get_static_block): Don't ignore symtabs that have
4357         only using directives.
4358         (push_context): Update references to local_using_directives.
4359         (buildsym_init): Do not reset using_directives.
4360         * cp-support.c: Include namespace.h.
4361         * cp-support.h (struct using_direct): Move to namespace.h.
4362         (cp_add_using_directives): Move to namespace.h.
4363         * cp-namespace.c: Include namespace.h
4364         (cp_add_using_directive): Move to namespace.c, rename it to
4365         add_using_directive, add a "using_directives" argument and use
4366         it as the pending using directives repository.  All callers
4367         updated.
4368         * dwarf2read.c (using_directives): New.
4369         (read_import_statement): Call using_directives.
4370         (read_func_scope): Update references to local_using_directives.
4371         (read_lexical_block_scope): Likewise.
4372         (read_namespace): Update the heading comment, call
4373         using_directives.
4374         * namespace.h: New file.
4375         * namespace.c: New file.
4376         * Makefile.in (SFILES): Add namespace.c.
4377         (COMMON_OBS): Add namespace.o
4378
4379 2015-08-12  Joel Brobecker  <brobecker@adacore.com>
4380
4381         * amd64-tdep.c (amd64_displaced_step_fixup): Fix the mask used to
4382         compute RETADDR.
4383
4384 2015-08-12  Keith Seitz  <keiths@redhat.com>
4385
4386         * break-catch-throw.c (re_set_exception_catchpoint) Rename
4387         reserved C++ keyword "explicit" to "explicit_loc".
4388         * breakpoint.c (create_overlay_event_breakpoint)
4389         (create_longjmp_master_breakpoint)
4390         (create_std_terminate_master_breakpoint)
4391         (create_exception_master_breakpoint, update_static_tracepoint):
4392         Rename reserved C++ keyword "explicit" to "explicit_loc".
4393         * completer.c (collect_explicit_location_matches)
4394         (explicit_location_completer): Rename reserved C++ keyword
4395         "explicit" to "explicit_loc".
4396         * linespec.c (struct linespec) <explicit>: Rename to "explicit_loc".
4397         (canonicalize_linespec, create_sals_line_offset)
4398         (convert_linespec_to_sals, convert_explicit_location_to_sals)
4399         (event_location_to_sals, decode_objc): Rename reserved C++ keyword
4400         "explicit" to "explicit_loc".
4401         * location.c (struct event_location) <explicit>: Rename to
4402         "explicit_loc".
4403         (initialize_explicit_location, new_explicit_location)
4404         (explicit_location_to_string_internal, explicit_location_to_linespec):
4405         Rename reserved C++ keyword "explicit" to "explicit_loc".
4406         * location.h (explicit_location_to_string)
4407         (explicit_location_to_linespec, initialize_explicit_location)
4408         (new_explicit_location): Rename reserved C++ keyword "explicit"
4409         to "explicit_loc".
4410         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Rename reserved C++
4411         keyword "explicit" to "explicit_loc".
4412
4413 2015-08-12  Keith Seitz  <keiths@redhat.com>
4414
4415         * python/python.c (gdbpy_decode_line): Initialize `location' to NULL
4416         and only call decode_line_1 when it is non-NULL.
4417
4418 2015-08-12  Luis Machado  <lgustavo@codesourcery.com>
4419
4420         * breakpoint.c (bp_loc_is_permanent): Return 0 when breakpoint
4421         location address is not meaningful.
4422         (breakpoint_address_is_meaningful): Update comment.
4423
4424 2015-08-11  Keith Seitz  <keiths@redhat.com>
4425
4426         * NEWS: Mention explicit locations.
4427         * breakpoint.c [LOCATION_HELP_STRING]: New macro.
4428         [BREAK_ARGS_HELP]: Use LOCATION_HELP_STRING.
4429         (_initialize_breakpoint): Update documentation for
4430         "clear", "break", "trace", "strace", "ftrace", and "dprintf".
4431
4432 2015-08-11  Keith Seitz  <keiths@redhat.com>
4433
4434         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Add support for
4435         explicit locations, options "--source", "--function",
4436         "--label", and "--line".
4437
4438 2015-08-11  Keith Seitz  <keiths@redhat.com>
4439
4440         * completer.c: Include location.h.
4441         (enum match_type): New enum.
4442         (location_completer): Rename to ...
4443         (linespec_completer): ... this.
4444         (collect_explicit_location_matches, backup_text_ptr)
4445         (explicit_location_completer): New functions.
4446         (location_completer): "New" function; handle linespec
4447         and explicit location completions.
4448         (complete_line_internal): Remove all location completer-specific
4449         handling.
4450         * linespec.c (linespec_lexer_lex_keyword, is_ada_operator)
4451         (find_toplevel_char): Export.
4452         (linespec_parse_line_offset): Export.
4453         Issue error if STRING is not numerical.
4454         (gdb_get_linespec_parser_quote_characters): New function.
4455         * linespec.h (linespec_parse_line_offset): Declare.
4456         (get_gdb_linespec_parser_quote_characters): Declare.
4457         (is_ada_operator): Declare.
4458         (find_toplevel_char): Declare.
4459         (linespec_lexer_lex_keyword): Declare.
4460         * location.c (explicit_to_event_location): New function.
4461         (explicit_location_lex_one): New function.
4462         (string_to_explicit_location): New function.
4463         (string_to_event_location): Handle explicit locations.
4464         * location.h (explicit_to_event_location): Declare.
4465         (string_to_explicit_location): Declare.
4466
4467 2015-08-11  Keith Seitz  <keiths@redhat.com>
4468
4469         * break-catch-throw.c (re_set_exception_catchpoint): Convert
4470         linespec into explicit location.
4471         * breakpoint.c (create_overlay_breakpoint)
4472         (create_longjmp_master_breakpoint)
4473         (create_std_terminate_master_breakpoint)
4474         (create_exception_master_breakpoint): Convert linespec into explicit
4475         location.
4476         (update_static_tracepoint): Convert linespec into explicit location.
4477         * linespec.c (enum offset_relative_sign, struct line_offset): Move
4478         location.h.
4479         (struct linespec) <expression, expr_pc, source_filename>
4480         <function_name, label_name, line_offset>: Replace with ...
4481         <explicit>: ... this.
4482         <is_linespec>: New member.
4483         (PARSER_EXPLICIT): New accessor macro.
4484         (undefined_label_error): New function.
4485         (source_file_not_found_error): New function.
4486         (linespec_parse_basic): The parser result is now an explicit location.
4487         Use PARSER_EXPLICIT to access it.
4488         Use undefined_label_error.
4489         (canonicalize_linespec): Convert canonical linespec into explicit
4490         location.
4491         Move string representation of location to explicit_location_to_linespec
4492         and use it and explicit_location_to_string to save string
4493         representations of the canonical location.
4494         (create_sals_line_offset, convert_linespec_to_sals): `ls' contains an
4495         explicit location.  Update all references.
4496         (convert_explicit_location_to_sals): New function.
4497         (parse_linespec): Use PARSER_EXPLICIT to access the parser
4498         result's explicit location.
4499         (linespec_state_constructor): Initialize is_linespec.
4500         Use PARSER_EXPLICIT.
4501         (linespec_parser_delete): Use PARSER_EXPLICIT to access the parser's
4502         result.
4503         (event_location_to_sals): For linespec locations, set is_linespec.
4504         Handle explicit locations.
4505         (decode_objc): 'ls' contains an explicit location now. Update all
4506         references.
4507         (symtabs_from_filename): Use source_file_not_found_error.
4508         * location.c (struct event_location.u) <explicit>: New member.
4509         (initialize_explicit_location): New function.
4510         (initialize_event_location): Initialize explicit locations.
4511         (new_explicit_location, get_explicit_location)
4512         (get_explicit_location_const): New functions.
4513         (explicit_to_string_internal): New function; most of contents moved
4514         from canonicalize_linespec.
4515         (explicit_location_to_string): New function.
4516         (explicit_location_to_linespec): New function.
4517         (copy_event_location, delete_event_location)
4518         (event_location_to_string_const, event_location_empty_p): Handle
4519         explicit locations.
4520         * location.h (enum offset_relative_sign, struct line_offset): Move
4521         here from linespec.h.
4522         (enum event_location_type): Add EXPLICIT_LOCATION.
4523         (struct explicit_location): New structure.
4524         (explicit_location_to_string): Declare.
4525         (explicit_location_to_linespec): Declare.
4526         (new_explicit_location, get_explicit_locationp
4527         (get_explicit_location_const, initialize_explicit_location): Declare.
4528
4529 2015-08-11  Keith Seitz  <keiths@redhat.com>
4530
4531         * break-catch-throw.c (re_set_exception_catchpoint): Convert
4532         linespec for stap probe to probe location.
4533         * breakpoint.c (create_longjmp_master_breakpoint)
4534         (create_exception_master_breakpoint): Likewise.
4535         (break_command_1): Remove local variable `arg_cp'.
4536         Check location type to set appropriate breakpoint ops methods.
4537         (trace_command): Likewise.
4538         * linespec.c (event_location_to_sals): Assert on probe locations.
4539         * location.c (EL_PROBE): Add macro definition.
4540         (new_probe_location, get_probe_location): New functions.
4541         (copy_event_location, delete_event_location, event_location_to_string)
4542         (string_to_event_location, event_location_empty_p): Handle probe
4543         locations.
4544         * location.h (enum event_location_type): Add PROBE_LOCATION.
4545         (new_probe_location, get_probe_location): Declare.
4546         * probe.c (parse_probes): Assert that LOCATION is a probe location.
4547         Convert linespec into probe location.
4548
4549 2015-08-11  Keith Seitz  <keiths@redhat.com>
4550
4551         * breakpoint.c (create_thread_event_breakpoint, init_breakpoint_sal):
4552         Convert linespec to address location.
4553         * linespec.c (canonicalize_linespec): Do not handle address
4554         locations here.
4555         (convert_address_location_to_sals): New function; contents moved
4556         from ...
4557         (convert_linespc_to_sals): ... here.
4558         (parse_linespec): Remove address locations from linespec grammar.
4559         Remove handling of address locations.
4560         (linespec_lex_to_end): Remove handling of address linespecs.
4561         (event_location_to_sals): Handle ADDRESS_LOCATION.
4562         (linespec_expression_to_pc): Export.
4563         * linespec.h (linespec_expression_to_pc): Add declaration.
4564         * location.c (struct event_location.u) <address>: New member.
4565         (new_address_location, get_address_location): New functions.
4566         (copy_event_location, delete_event_location, event_location_to_string)
4567         (string_to_event_location, event_location_empty_p): Handle address
4568         locations.
4569         * location.h (enum event_location_type): Add ADDRESS_LOCATION.
4570         (new_address_location, get_address_location): Declare.
4571         * python/py-finishbreakpoint.c (bpfinishpy_init): Convert linespec
4572         to address location.
4573         * spu-tdep.c (spu_catch_start): Likewise.
4574
4575 2015-08-11  Keith Seitz  <keiths@redhat.com>
4576
4577         * ax-gdb.c: Include location.h.
4578         (agent_command_1) Use linespec location instead of address
4579         string.
4580         * break-catch-throw.c: Include location.h.
4581         (re_set_exception_catchpoint): Use linespec locations instead
4582         of address strings.
4583         * breakpoint.c: Include location.h.
4584         (create_overlay_event_breakpoint, create_longjmp_master_breakpoint)
4585         (create_std_terminate_master_breakpoint)
4586         (create_exception_master_breakpoint, update_breakpoints_after_exec):
4587         Use linespec location instead of address string.
4588         (print_breakpoint_location):  Use locations and
4589         event_location_to_string.
4590         Print extra_string for pending locations for non-MI streams.
4591         (print_one_breakpoint_location): Use locations and
4592         event_location_to_string.
4593         (init_raw_breakpoint_without_location): Initialize b->location.
4594         (create_thread_event_breakpoint): Use linespec location instead of
4595         address string.
4596         (init_breakpoint_sal): Likewise.
4597         Only save extra_string if it is non-NULL and not the empty string.
4598         Use event_location_to_string instead of `addr_string'.
4599         Constify `p' and `endp'.
4600         Use skip_spaces_const/skip_space_const instead of non-const versions.
4601         Copy the location into the breakpoint.
4602         If LOCATION is NULL, save the breakpoint address as a linespec location
4603         instead of an address string.
4604         (create_breakpoint_sal): Change `addr_string' parameter to a struct
4605         event_location. All uses updated.
4606         (create_breakpoints_sal): Likewise for local variable `addr_string'.
4607         (parse_breakpoint_sals): Use locations instead of address strings.
4608         Remove check for empty linespec with conditional.
4609         Refactor.
4610         (decode_static_tracepoint_spec): Make argument const and update
4611         function.
4612         (create_breakpoint): Change `arg' to a struct event_location and
4613         rename.
4614         Remove `copy_arg' and `addr_start'.
4615         If EXTRA_STRING is empty, set it to NULL.
4616         Don't populate `canonical' for pending breakpoints.
4617         Pass `extra_string' to find_condition_and_thread.
4618         Clear `extra_string' if `rest' was NULL.
4619         Do not error with "garbage after location" if setting a dprintf
4620         breakpoint.
4621         Copy the location into the breakpoint instead of an address string.
4622         (break_command_1): Use string_to_event_location and pass this to
4623         create_breakpoint instead of an address string.
4624         Check against `arg_cp' for a probe linespec.
4625         (dprintf_command): Use string_to_event_location and pass this to
4626         create_breakpoint instead of an address string.
4627         Throw an exception if no format string was specified.
4628         (print_recreate_ranged_breakpoint): Use event_location_to_string
4629         instead of address strings.
4630         (break_range_command, until_break_command)
4631         (init_ada_exception_breakpoint): Use locations instead
4632         of address strings.
4633         (say_where): Print out extra_string for pending locations.
4634         (base_breakpoint_dtor): Delete `location' and `location_range_end' of
4635         the breakpoint.
4636         (base_breakpoint_create_sals_from_location): Use struct event_location
4637         instead of address string.
4638         Remove `addr_start' and `copy_arg' parameters.
4639         (base_breakpoint_decode_location): Use struct event_location instead of
4640         address string.
4641         (bkpt_re_set): Use locations instead of address strings.
4642         Use event_location_empty_p to check for unset location.
4643         (bkpt_print_recreate): Use event_location_to_string instead of
4644         an address string.
4645         Print out extra_string for pending locations.
4646         (bkpt_create_sals_from_location, bkpt_decode_location)
4647         (bkpt_probe_create_sals_from_location): Use struct event_location
4648         instead of address string.
4649         (bkpt_probe_decode_location): Use struct event_location instead of
4650         address string.
4651         (tracepoint_print_recreate): Use event_location_to_string to
4652         recreate the tracepoint.
4653         (tracepoint_create_sals_from_location, tracepoint_decode_location)
4654         (tracepoint_probe_create_sals_from_location)
4655         (tracepoint_probe_decode_location): Use struct event_location
4656         instead of address string.
4657         (dprintf_print_recreate): Use event_location_to_string to recreate
4658         the dprintf.
4659         (dprintf_re_set): Remove check for valid/missing format string.
4660         (strace_marker_create_sals_from_location)
4661         (strace_marker_create_breakpoints_sal, strace_marker_decode_location)
4662         (update_static_tracepoint): Use struct event_location instead of
4663         address string.
4664         (location_to_sals): Likewise.
4665         Pass `extra_string' to find_condition_and_thread.
4666         For newly resolved pending breakpoint locations, clear the location's
4667         string representation.
4668         Assert that the breakpoint's condition string is NULL when
4669         condition_not_parsed.
4670         (breakpoint_re_set_default, create_sals_from_location_default)
4671         (decode_location_default, trace_command, ftrace_command)
4672         (strace_command, create_tracepoint_from_upload): Use locations
4673         instead of address strings.
4674         * breakpoint.h (struct breakpoint_ops) <create_sals_from_location>:
4675         Use struct event_location instead of address string.
4676         Update all uses.
4677         <decode_location>: Likewise.
4678         (struct breakpoint) <addr_string>: Change to struct event_location
4679         and rename `location'.
4680         <addr_string_range_end>: Change to struct event_location and rename
4681         `location_range_end'.
4682         (create_breakpoint): Use struct event_location instead of address
4683         string.
4684         * cli/cli-cmds.c: Include location.h.
4685         (edit_command, list_command): Use locations instead of address strings.
4686         * elfread.c: Include location.h.
4687         (elf_gnu_ifunc_resolver_return_stop): Use event_location_to_string.
4688         * guile/scm-breakpoint.c: Include location.h.
4689         (bpscm_print_breakpoint_smob): Use event_location_to_string.
4690         (gdbscm_register_breakpoint): Use locations instead of address
4691         strings.
4692         * linespec.c: Include location.h.
4693         (struct ls_parser) <stream>: Change to const char *.
4694         (PARSER_STREAM): Update.
4695         (lionespec_lexer_lex_keyword): According to find_condition_and_thread,
4696         keywords must be followed by whitespace.
4697         (canonicalize_linespec): Save a linespec location into `canonical'.
4698         Save a canonical linespec into `canonical'.
4699         (parse_linespec): Change `argptr' to const char * and rename `arg'.
4700         All uses updated.
4701         Update function description.
4702         (linespec_parser_new): Initialize `parser'.
4703         Update initialization of  parsing stream.
4704         (event_location_to_sals): New function.
4705         (decode_line_full): Change `argptr' to a struct event_location and
4706         rename it `location'.
4707         Use locations instead of address strings.
4708         Call event_location_to_sals instead of parse_linespec.
4709         (decode_line_1): Likewise.
4710         (decode_line_with_current_source, decode_line_with_last_displayed)
4711         Use locations instead of address strings.
4712         (decode_objc): Likewise.
4713         Change `argptr' to const char * and rename `arg'.
4714         (destroy_linespec_result): Delete the linespec result's location
4715         instead of freeing the address string.
4716         * linespec.h (struct linespec_result) <addr_string>: Change to
4717         struct event_location and rename to ...
4718         <location>: ... this.
4719         (decode_line_1, decode_line_full): Change `argptr' to struct
4720         event_location.  All callers updated.
4721         * mi/mi-cmd-break.c: Include language.h, location.h, and linespec.h.
4722         (mi_cmd_break_insert_1): Use locations instead of address strings.
4723         Throw an error if there was "garbage" at the end of the specified
4724         linespec.
4725         * probe.c: Include location.h.
4726         (parse_probes): Change `argptr' to struct event_location.
4727         Use event locations instead of address strings.
4728         * probe.h (parse_probes): Change `argptr' to struct event_location.
4729         * python/py-breakpoint.c: Include location.h.
4730         (bppy_get_location): Constify local variable `str'.
4731         Use event_location_to_string.
4732         (bppy_init): Use locations instead of address strings.
4733         * python/py-finishbreakpoint.c: Include location.h.
4734         (bpfinishpy_init): Remove local variable `addr_str'.
4735         Use locations instead of address strings.
4736         * python/python.c: Include location.h.
4737         (gdbpy_decode_line): Use locations instead of address strings.
4738         * remote.c: Include location.h.
4739         (remote_download_tracepoint): Use locations instead of address
4740         strings.
4741         * spu-tdep.c: Include location.h.
4742         (spu_catch_start): Remove local variable `buf'.
4743         Use locations instead of address strings.
4744         * tracepoint.c: Include location.h.
4745         (scope_info): Use locations instead of address strings.
4746         (encode_source_string): Constify parameter `src'.
4747         * tracepoint.h (encode_source_string): Likewise.
4748
4749 2015-08-11  Keith Seitz  <keiths@redhat.com>
4750
4751         * Makefile.in (SFILES): Add location.c.
4752         (HFILES_NO_SRCDIR): Add location.h.
4753         (COMMON_OBS): Add location.o.
4754         * linespec.c (linespec_lex_to_end): New function.
4755         * linespec.h (linespec_lex_to_end): Declare.
4756         * location.c: New file.
4757         * location.h: New file.
4758
4759 2015-08-11  Keith Seitz  <keiths@redhat.com>
4760
4761         * breakpoint.h (struct breakpoint_ops) <create_sals_from_address>:
4762         Renamed to create_sals_from_location.
4763         <decode_linespec>: Renamed to decode_location.
4764         Update all callers.
4765         * breakpoint.c (create_sals_from_address_default): Renamed to ...
4766         (create_sals_from_location_default): ... this.
4767         (addr_string_to_sals): Renamed to ...
4768         (location_to_sals): ... this.
4769         (decode_linespec_default): Renamed to ...
4770         (decode_location_default): ... this.
4771         (base_breakpoint_create_sals_from_address): Renamed to ...
4772         (base_breakpoint_create_sals_from_location): ... this.
4773         (bkpt_create_sals_from_address): Renamed to ...
4774         (bkpt_create_sals_from_location): ... this.
4775         (bkpt_decode_linespec): Renamed to ...
4776         (bkpt_decode_location): ... this.
4777         (bkpt_probe_create_sals_from_address): Renamed to ...
4778         (bkpt_probe_create_sals_from_location): ... this.
4779         (tracepoint_create_sals_from_address): Renamed to ...
4780         (tracepoint_create_sals_from_location): ... this.
4781         (tracepoint_decode_linespec): Renamed to ...
4782         (tracepoint_decode_location): ... this.
4783         (tracepoint_probe_create_sals_from_address): Renamed to ...
4784         (tracepoint_probe_create_sals_from_location): ... this.
4785         (tracepoint_probe_decode_linespec): Renamed to ...
4786         (tracepoint_probe_decode_location): ... this.
4787         (strace_marker_create_sals_from_address): Renamed to ...
4788         (strace_marker_create_sals_from_location): ... this.
4789         (decode_linespec_default): Renamed to ...
4790         (decode_location_default): ... this.
4791
4792 2015-08-10  Doug Evans  <dje@google.com>
4793             Keith Seitz  <keiths@redhat.com>
4794
4795         PR gdb/17960
4796         * symtab.c (make_file_symbol_completion_list_1): Renamed from
4797         make_file_symbol_completion_list and made static.
4798         (make_file_symbol_completion_list): New function.
4799
4800 2015-08-10  Joel Brobecker  <brobecker@adacore.com>
4801
4802         * infrun.c (follow_fork, displaced_step_prepare, resume): Remove
4803         trailing new-line at end of warning message.
4804         (proceed): Add i18n marker to error messages.
4805
4806 2015-08-07  Pedro Alves  <palves@redhat.com>
4807
4808         * linux-nat.c (linux_nat_always_non_stop_p): Return 1.
4809
4810 2015-08-07  Pedro Alves  <palves@redhat.com>
4811
4812         * s390-linux-tdep.c (is_non_branch_ril)
4813         (s390_displaced_step_copy_insn): New functions.
4814         (s390_displaced_step_fixup): Update comment.
4815         (s390_gdbarch_init): Install s390_displaced_step_copy_insn as
4816         gdbarch_displaced_step_copy_insn hook.
4817
4818 2015-08-07  Pedro Alves  <palves@redhat.com>
4819
4820         * infrun.c (displaced_step_prepare_throw): Return -1 if
4821         gdbarch_displaced_step_copy_insn returns NULL.  Update intro
4822         comment.
4823         * rs6000-tdep.c (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION)
4824         (STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION): Move higher up
4825         in file.
4826         (ppc_displaced_step_copy_insn): New function.
4827         (ppc_displaced_step_fixup): Update comment.
4828         (rs6000_gdbarch_init): Install ppc_displaced_step_copy_insn as
4829         gdbarch_displaced_step_copy_insn hook.
4830         * gdbarch.sh (displaced_step_copy_insn): Document what happens on
4831         NULL return.
4832         * gdbarch.h: Regenerate.
4833
4834 2015-08-07  Pedro Alves  <palves@redhat.com>
4835
4836         * inferior.h (struct inferior) <displaced_stepping_failed>: New
4837         field.
4838         * infrun.c (use_displaced_stepping_now_p): New parameter 'inf'.
4839         Return false if dispaced stepping failed before.
4840         (resume): Pass the current inferior to
4841         use_displaced_stepping_now_p.  Wrap displaced_step_prepare in
4842         TRY/CATCH.  If we get a MEMORY_ERROR, set the inferior's
4843         displaced_stepping_failed flag, and fall back to an in-line
4844         step-over.
4845
4846 2015-08-07  Pedro Alves  <palves@redhat.com>
4847
4848         * darwin-nat.c (darwin_stop): Rename to ...
4849         (darwin_interrupt): ... this.
4850         (_initialize_darwin_inferior): Adjust.
4851         * gnu-nat.c (gnu_stop): Delete.
4852         (gnu_target): Don't install gnu_stop.
4853         * inf-ptrace.c (inf_ptrace_stop): Rename to ...
4854         (inf_ptrace_interrupt): ... this.
4855         (inf_ptrace_target): Adjust.
4856         * infcmd.c (interrupt_target_1): Use target_interrupt instead of
4857         target_stop.
4858         * linux-nat (linux_nat_stop): Rename to ...
4859         (linux_nat_interrupt): ... this.
4860         (linux_nat_stop): Reimplement.
4861         (linux_nat_add_target): Install linux_nat_interrupt.
4862         * nto-procfs.c (nto_interrupt_twice): Rename to ...
4863         (nto_handle_sigint_twice): ... this.
4864         (nto_interrupt): Rename to ...
4865         (nto_handle_sigint): ... this.  Call target_interrupt instead of
4866         target_stop.
4867         (procfs_wait): Adjust.
4868         (procfs_stop): Rename to ...
4869         (procfs_interrupt): ... this.
4870         (init_procfs_targets): Adjust.
4871         * procfs.c (procfs_stop): Rename to ...
4872         (procfs_interrupt): ... this.
4873         (procfs_target): Adjust.
4874         * remote-m32r-sdi.c (m32r_stop): Rename to ...
4875         (m32r_interrupt): ... this.
4876         (init_m32r_ops): Adjust.
4877         * remote-sim.c (gdbsim_stop_inferior): Rename to ...
4878         (gdbsim_interrupt_inferior): ... this.
4879         (gdbsim_stop): Rename to ...
4880         (gdbsim_interrupt): ... this.
4881         (gdbsim_cntrl_c): Adjust.
4882         (init_gdbsim_ops): Adjust.
4883         * remote.c (sync_remote_interrupt): Adjust comments.
4884         (remote_stop_as): Rename to ...
4885         (remote_interrupt_as): ... this.
4886         (remote_stop): Adjust comment.
4887         (remote_interrupt): New function.
4888         (init_remote_ops): Install remote_interrupt.
4889         * target.c (target_interrupt): New function.
4890         * target.h (struct target_ops) <to_interrupt>: New field.
4891         (target_interrupt): New declaration.
4892         * windows-nat.c (windows_stop): Rename to ...
4893         (windows_interrupt): ... this.
4894         * target-delegates.c: Regenerate.
4895
4896 2015-08-07  Pedro Alves  <palves@redhat.com>
4897
4898         * signal-while-stepping-over-bp-other-thread.exp: Expect "restart
4899         threads" as alternative to "switching back to stepped thread".
4900
4901 2015-08-07  Pedro Alves  <palves@redhat.com>
4902
4903         * NEWS: Mention "maint set/show target-non-stop".
4904         * breakpoint.c (update_global_location_list): Check
4905         target_is_non_stop_p instead of non_stop.
4906         * infcmd.c (attach_command_post_wait, attach_command): Likewise.
4907         * infrun.c (show_can_use_displaced_stepping)
4908         (can_use_displaced_stepping_p, start_step_over_inferior):
4909         Likewise.
4910         (internal_resume_ptid): New function.
4911         (resume): Use it.
4912         (proceed): Check target_is_non_stop_p instead of non_stop.  If in
4913         all-stop mode but the target is always in non-stop mode, start all
4914         the other threads that are implicitly resumed too.
4915         (for_each_just_stopped_thread, fetch_inferior_event)
4916         (adjust_pc_after_break, stop_all_threads): Check
4917         target_is_non_stop_p instead of non_stop.
4918         (handle_inferior_event): Likewise.  Handle detach-fork in all-stop
4919         with the target always in non-stop mode.
4920         (handle_signal_stop) <random signal>: Check target_is_non_stop_p
4921         instead of non_stop.
4922         (switch_back_to_stepped_thread): Check target_is_non_stop_p
4923         instead of non_stop.
4924         (keep_going_stepped_thread): Use internal_resume_ptid.
4925         (stop_waiting): If in all-stop mode, and the target is in non-stop
4926         mode, stop all threads.
4927         (keep_going_pass): Likewise, when starting a new in-line step-over
4928         sequence.
4929         * linux-nat.c (get_pending_status, select_event_lwp)
4930         (linux_nat_filter_event, linux_nat_wait_1, linux_nat_wait): Check
4931         target_is_non_stop_p instead of non_stop.
4932         (linux_nat_always_non_stop_p): New function.
4933         (linux_nat_stop): Check target_is_non_stop_p instead of non_stop.
4934         (linux_nat_add_target): Install linux_nat_always_non_stop_p.
4935         * target-delegates.c: Regenerate.
4936         * target.c (target_is_non_stop_p): New function.
4937         (target_non_stop_enabled, target_non_stop_enabled_1): New globals.
4938         (maint_set_target_non_stop_command)
4939         (maint_show_target_non_stop_command): New functions.
4940         (_initilize_target): Install "maint set/show target-non-stop"
4941         commands.
4942         * target.h (struct target_ops) <to_always_non_stop_p>: New field.
4943         (target_non_stop_enabled): New declaration.
4944         (target_is_non_stop_p): New declaration.
4945
4946 2015-08-07  Pedro Alves  <pedro@codesourcery.com>
4947
4948         * breakpoint.c (breakpoints_should_be_inserted_now): If any thread
4949         has a pending status, return true.
4950         * gdbthread.h: Include target/waitstatus.h.
4951         (struct thread_suspend_state) <stop_reason, waitstatus_pending_p,
4952         stop_pc>: New fields.
4953         (struct thread_info) <resumed>: New field.
4954         (set_resumed): Declare.
4955         * infrun.c: Include "event-loop.h".
4956         (infrun_async_inferior_event_token, infrun_is_async): New globals.
4957         (infrun_async): New function.
4958         (clear_step_over_info): Add debug output.
4959         (displaced_step_in_progress_any_inferior): New function.
4960         (displaced_step_fixup): New returns int.
4961         (start_step_over): Handle in-line step-overs too.  Assert the
4962         thread is marked resumed.
4963         (resume_cleanups): Clear the thread's resumed flag.
4964         (resume): Set the thread's resumed flag.  Return early if the
4965         thread has a pending status.  Allow stepping a breakpoint with no
4966         signal.
4967         (proceed): Adjust to check 'resumed' instead of 'executing'.
4968         (clear_proceed_status_thread): If the thread has a pending status,
4969         and that status is a finished step, discard the pending status.
4970         (clear_proceed_status): Don't clear step_over_info here.
4971         (random_pending_event_thread, do_target_wait): New functions.
4972         (prepare_for_detach, wait_for_inferior, fetch_inferior_event): Use
4973         do_target_wait.
4974         (wait_one): New function.
4975         (THREAD_STOPPED_BY): New macro.
4976         (thread_stopped_by_watchpoint, thread_stopped_by_sw_breakpoint)
4977         (thread_stopped_by_hw_breakpoint): New functions.
4978         (switch_to_thread_cleanup, save_waitstatus, stop_all_threads): New
4979         functions.
4980         (handle_inferior_event): Also call set_resumed(false) on all
4981         threads implicitly stopped by the event.
4982         (restart_threads, resumed_thread_with_pending_status): New
4983         functions.
4984         (finish_step_over): If we were doing an in-line step-over before,
4985         and no longer are after trying to start a new step-over, restart
4986         all threads.  If we have multiple threads with pending events,
4987         save the current event and go through the event loop again.
4988         (handle_signal_stop): Return early if finish_step_over returns
4989         false.
4990         <random signal>: If we get a signal while stepping over a
4991         breakpoint in-line in non-stop mode, restart all threads.  Clear
4992         step_over_info before delivering the signal.
4993         (keep_going_stepped_thread): Use internal_error instead of
4994         gdb_assert.  Mark the thread as resumed.
4995         (keep_going_pass_signal): Assert the thread isn't already resumed.
4996         If some other thread is doing an in-line step-over, defer the
4997         resume.  If we just started a new in-line step-over, stop all
4998         threads.  Don't clear step_over_info.
4999         (infrun_async_inferior_event_handler): New function.
5000         (_initialize_infrun): Create async event handler with
5001         infrun_async_inferior_event_handler as callback.
5002         (infrun_async): New declaration.
5003         * target.c (target_async): New function.
5004         * target.h (target_async): Declare macro and readd as function
5005         declaration.
5006         * target/waitstatus.h (enum target_stop_reason)
5007         <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
5008         * thread.c (new_thread): Clear the new waitstatus field.
5009         (set_resumed): New function.
5010
5011 2015-08-07  Pedro Alves  <palves@redhat.com>
5012
5013         * infrun.c (keep_going_stepped_thread): New function, factored out
5014         from ...
5015         (switch_back_to_stepped_thread): ... here.
5016
5017 2015-08-07  Pedro Alves  <palves@redhat.com>
5018
5019         * infrun.c (currently_stepping): Extend intro comment.
5020         * target.h (target_resume): Extend intro comment.
5021
5022 2015-08-07  Pedro Alves  <palves@redhat.com>
5023
5024         * infrun.c (switch_back_to_stepped_thread): Use ecs->ptid instead
5025         of inferior_ptid.  If the stepped thread vanished, return 0
5026         instead of resuming here.  Use reset_ecs.  Print the prev_pc and
5027         the current stop_pc in log message.  Clear trap_expected if the
5028         thread advanced.  Don't pass currently_stepping to
5029         do_target_resume.
5030
5031 2015-08-07  Pedro Alves  <palves@redhat.com>
5032
5033         * gdbthread.h (struct thread_info) <prev_pc>: Extend comment.
5034         * infrun.c (struct execution_control_state): Move higher up in the
5035         file.
5036         (reset_ecs): New function.
5037         (start_step_over): Now returns int.  Rewrite to use
5038         keep_going_pass_signal instead of manually starting a displaced step.
5039         (resume): Don't call set_running here.  If displaced stepping
5040         can't start now, clear trap_expected.
5041         (find_thread_needs_step_over): Delete function.
5042         (proceed): Set up finish_thread_state_cleanup.  Call set_running.
5043         If the current thread needs a step over, push it in the step-over
5044         chain.  Don't set insert breakpoints nor call resume directly
5045         here.  Instead rewrite to use start_step_over and
5046         keep_going_pass_signal.
5047         (finish_step_over): New function.
5048         (handle_signal_stop): Call finish_step_over instead of
5049         start_step_over.
5050         (switch_back_to_stepped_thread): If the event thread needs another
5051         step-over do that first.  Use start_step_over.
5052         (keep_going_pass_signal): New function, factored out from ...
5053         (keep_going): ... here.
5054         (_initialize_infrun): Comment moved here.
5055         * thread.c (set_running_thread): New function.
5056         (set_running, finish_thread_state): Use set_running_thread.
5057
5058 2015-08-07  Pedro Alves  <palves@redhat.com>
5059
5060         * gdbthread.h (struct thread_info) <step_over_prev,
5061         step_over_next>: New fields.
5062         (thread_step_over_chain_enqueue, thread_step_over_chain_remove)
5063         (thread_step_over_chain_next, thread_is_in_step_over_chain): New
5064         declarations.
5065         * infrun.c (struct displaced_step_request): Delete.
5066         (struct displaced_step_inferior_state) <step_request_queue>:
5067         Delete field.
5068         (displaced_step_prepare): Assert that trap_expected is set.  Use
5069         thread_step_over_chain_enqueue.  Split starting a new displaced
5070         step to ...
5071         (start_step_over): ... this new function.
5072         (resume): Assert the thread isn't waiting for a step over already.
5073         (proceed): Assert the thread isn't waiting for a step over
5074         already.
5075         (infrun_thread_stop_requested): Adjust to remove threads from the
5076         embedded step-over chain.
5077         (handle_inferior_event) <fork/vfork>: Call start_step_over after
5078         displaced_step_fixup.
5079         (handle_signal_stop): Call start_step_over after
5080         displaced_step_fixup.
5081         * infrun.h (step_over_queue_head): New declaration.
5082         * thread.c (step_over_chain_enqueue, step_over_chain_remove)
5083         (thread_step_over_chain_next, thread_is_in_step_over_chain)
5084         (thread_step_over_chain_enqueue)
5085         (thread_step_over_chain_remove): New functions.
5086         (delete_thread_1): Remove thread from the step-over chain.
5087
5088 2015-08-07  Pedro Alves  <palves@redhat.com>
5089
5090         * infrun.c (thread_still_needs_step_over): Rename to ...
5091         (thread_still_needs_step_over_bp): ... this.
5092         (enum step_over_what): New.
5093         (thread_still_needs_step_over): Reimplement.
5094
5095 2015-08-07  Pedro Alves  <palves@redhat.com>
5096
5097         * remote.c (remote_wait_as): If not waiting for a stop reply,
5098         return TARGET_WAITKIND_NO_RESUMED.  If TARGET_WNOHANG is
5099         requested, don't block waiting forever.
5100
5101 2015-08-07  Pedro Alves  <pedro@codesourcery.com>
5102
5103         * infrun.c (adjust_pc_after_break): Now takes thread_info and
5104         waitstatus pointers instead of an ecs.  Adjust.
5105         (handle_inferior_event): Adjust caller.
5106
5107 2015-08-07  Pedro Alves  <palves@redhat.com>
5108
5109         * infrun.c (handle_inferior_event): If we get
5110         TARGET_WAITKIND_SIGNALLED or TARGET_WAITKIND_EXITED in non-stop
5111         mode, mark all threads of the exiting process as not-executing.
5112         (normal_stop): If we get TARGET_WAITKIND_SIGNALLED or
5113         TARGET_WAITKIND_EXITED in non-stop mode, finish all threads of the
5114         exiting process, if inferior_ptid still points at a process.
5115         * thread.c (struct current_thread_cleanup) <next>: New field.
5116         (current_thread_cleanup_chain): New global.
5117         (restore_current_thread_ptid_changed): New function.
5118         (restore_current_thread_cleanup_dtor): Remove the cleanup from the
5119         current_thread_cleanup_chain list.
5120         (make_cleanup_restore_current_thread): Add the cleanup data to the
5121         current_thread_cleanup_chain list.
5122         (_initialize_thread): Install restore_current_thread_ptid_changed
5123         as thread_ptid_changed observer.
5124
5125 2015-08-07  Joel Brobecker  <brobecker@adacore.com>
5126
5127         * dtrace-probe.c (dtrace_process_dof): Ignore the objfile's DOF
5128         data if a DTRACE_DOF_SECT_TYPE_PROVIDER section is found to be
5129         smaller than expected.
5130
5131 2015-08-07  Andrew Burgess  <andrew.burgess@embecosm.com>
5132
5133         * stack.c (get_frame_language): Moved ...
5134         * frame.c (get_frame_language): ... to here.
5135         * language.h (get_frame_language): Declaration moved to frame.h.
5136         * frame.h: Add language.h include, for language enum.
5137         (get_frame_language): Declaration moved from language.h.
5138         * language.c: Add frame.h include.
5139         * top.c: Add frame.h include.
5140         * symtab.h (struct obj_section): Declare.
5141         (struct cmd_list_element): Declare.
5142
5143 2015-08-07  Andrew Burgess  <andrew.burgess@embecosm.com>
5144
5145         * language.c (show_language_command): Find selected frame before
5146         asking for the language of that frame.
5147         (set_language_command): Likewise.
5148         * language.h (get_frame_language): Add frame parameter.
5149         * stack.c (get_frame_language): Add frame parameter, assert
5150         parameter is not NULL, update comment and reindent.
5151         * top.c (check_frame_language_change): Pass the selected frame
5152         into get_frame_language.
5153
5154 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
5155
5156         * btrace.c (btrace_compute_ftrace_bts): Clear insn flags.
5157         (pt_btrace_insn_flags): New.
5158         (ftrace_add_pt): Call pt_btrace_insn_flags.
5159         * btrace.h (btrace_insn_flag): New.
5160         (btrace_insn) <flags>: New.
5161         * record-btrace.c (btrace_insn_history): Print insn prefix.
5162         * NEWS: Announce it.
5163
5164 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
5165
5166         * configure.ac: Check for PERF_ATTR_SIZE_VER5 in linux/perf_event.h
5167         * configure: Regenerate.
5168
5169 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
5170
5171         * Makefile.in (LIBICONV): Define.
5172         (CLIBS): Add LIBICONV.
5173         * acinclude.m4: Use config/iconv.m4 instead of custom AM_ICONV.
5174         * configure: Regenerate.
5175
5176 2015-08-06  Simon Marchi  <simon.marchi@ericsson.com>
5177             Pedro Alves  <palves@redhat.com>
5178
5179         * arm-tdep.c (set_fp_model_sfunc): Add cast from integer to enum.
5180         (arm_set_abi): Likewise.
5181         * ax-general.c (ax_print): Likewise.
5182         * c-exp.y (exp : string_exp): Likewise.
5183         * compile/compile-loc2c.c (compute_stack_depth_worker): Likewise.
5184         (do_compile_dwarf_expr_to_c): Likewise.
5185         * cp-name-parser.y (demangler_special : DEMANGLER_SPECIAL start):
5186         Likewise.
5187         * dwarf2expr.c (execute_stack_op): Likewise.
5188         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
5189         (disassemble_dwarf_expression): Likewise.
5190         * dwarf2read.c (dwarf2_add_member_fn): Likewise.
5191         (read_array_order): Likewise.
5192         (abbrev_table_read_table): Likewise.
5193         (read_attribute_value): Likewise.
5194         (skip_unknown_opcode): Likewise.
5195         (dwarf_decode_macro_bytes): Likewise.
5196         (dwarf_decode_macros): Likewise.
5197         * eval.c (value_f90_subarray): Likewise.
5198         * guile/scm-param.c (gdbscm_make_parameter): Likewise.
5199         * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
5200         * infrun.c (handle_command): Likewise.
5201         * memory-map.c (memory_map_start_memory): Likewise.
5202         * osabi.c (set_osabi): Likewise.
5203         * parse.c (operator_length_standard): Likewise.
5204         * ppc-linux-tdep.c (ppc_canonicalize_syscall): Likewise, and use
5205         single return point.
5206         * python/py-frame.c (gdbpy_frame_stop_reason_string): Likewise.
5207         * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
5208         (gdbpy_lookup_global_symbol): Likewise.
5209         * record-full.c (record_full_restore): Likewise.
5210         * regcache.c (regcache_register_status): Likewise.
5211         (regcache_raw_read): Likewise.
5212         (regcache_cooked_read): Likewise.
5213         * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
5214         * symtab.c (initialize_ordinary_address_classes): Likewise.
5215         * target-debug.h (target_debug_print_signals): Likewise.
5216         * utils.c (do_restore_current_language): Likewise.
5217
5218 2015-08-06  Clem Dickey  <clemd@acm.org>
5219
5220         PR python/17136
5221         * python/lib/gdb/command/type_printers.py (InfoTypePrinter): Fix typo.
5222
5223 2015-08-06  Simon Marchi  <simon.marchi@ericsson.com>
5224
5225         * complaints.c (enum complaint_series): Add newlines and remove
5226         out of date comment.
5227         (struct complaints) <series>: Change type to enum
5228         complaint_series and remove out of date comment.
5229         (symfile_complaint_hook): Use equivalent enum value
5230         ISOLATED_MESSAGE instead of 0.
5231
5232 2015-08-06  Pedro Alves  <palves@redhat.com>
5233
5234         * nat/linux-waitpid.c (my_waitpid): Only print *status if waitpid
5235         returned > 0.
5236
5237 2015-08-06  Pierre Langlois  <pierre.langlois@arm.com>
5238
5239         * common/agent.c (symbol_list) <required>: Remove.
5240
5241 2015-08-06  Pedro Alves  <palves@redhat.com>
5242
5243         * target/waitstatus.h (enum target_stop_reason)
5244         <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
5245
5246 2015-08-05  Pedro Alves  <palves@redhat.com>
5247             Joel Brobecker  <brobecker@adacore.com>
5248
5249         * breakpoint.c (bpstat_what) <bp_longjmp, bp_longjmp_call_dummy>
5250         <bp_exception, bp_longjmp_resume, bp_exception_resume>: Handle the
5251         case where BS->STOP is not set.
5252
5253 2015-08-05  Ulrich Weigand  <uweigand@de.ibm.com>
5254
5255         * nat/gdb_thread_db.h: Add copyright header.
5256         Protect against multiple inclusion.
5257
5258 2015-08-05  Yao Qi  <yao.qi@linaro.org>
5259
5260         * aarch64-linux-nat.c (get_thread_id): Remove.
5261         (debug_reg_change_callback): Call ptid_get_lwp instead of
5262         get_thread_id.
5263         (fetch_gregs_from_thread): Likewise.
5264         (store_gregs_to_thread): Likewise.
5265         (fetch_fpregs_from_thread): Likewise.
5266         (store_fpregs_to_thread): Likewise.
5267         (aarch64_linux_get_debug_reg_capacity): Likewise.
5268         * arm-linux-nat.c (get_thread_id): Remove.
5269         (GET_THREAD_ID): Update macro to use ptid_get_lwp.
5270         * xtensa-linux-nat.c (get_thread_id): Remove.
5271         (GET_THREAD_ID): Update macro to use ptid_get_lwp.
5272         * arm-linux-nat.c (get_thread_id): Remove.
5273         (GET_THREAD_ID): Remove.
5274         (fetch_fpregs): Call ptid_get_lwp instead of GET_THREAD_ID.
5275         (store_fpregs, fetch_regs, store_regs): Likewise.
5276         (fetch_wmmx_regs, store_wmmx_regs): Likewise.
5277         (fetch_vfp_regs, store_vfp_regs): Likewise.
5278         (arm_linux_read_description): Likewise.
5279         (arm_linux_get_hwbp_cap): Likewise.
5280         * xtensa-linux-nat.c (get_thread_id): Remove.
5281         (GET_THREAD_ID): Remove.
5282         (fetch_gregs, store_gregs): Call ptid_get_lwp instead of
5283         GET_THREAD_ID.
5284
5285 2015-08-04  Ciro Santilli  <ciro.santilli@gmail.com>  (obvious patch)
5286
5287         * python/py-linetable.c: Fix case of Linetable to LineTable
5288         in docstrings and code comments.
5289         * python/py-symtab.c: Same.
5290
5291 2015-08-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
5292
5293         * infcmd.c (signal_command): Call do_cleanups for args_chain.
5294
5295 2015-08-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
5296
5297         PR gdb/18767
5298         * infcmd.c (attach_command): Move ARGS_CHAIN cleanup after last ARGS
5299         use.
5300
5301 2015-08-04  Pedro Alves  <palves@redhat.com>
5302
5303         * nat/gdb_thread_db.h (td_init_ftype, td_ta_new_ftype)
5304         (td_ta_map_lwp2thr_ftype, td_ta_thr_iter_ftype)
5305         (td_ta_event_addr_ftype, td_ta_set_event_ftype)
5306         (td_ta_clear_event_ftype, td_ta_event_getmsg_ftype)
5307         (td_thr_validate_ftype, td_thr_get_info_ftype)
5308         (td_thr_event_enable_ftype, td_thr_tls_get_addr_ftype)
5309         (td_thr_tlsbase_ftype, td_symbol_list_ftype, td_ta_delete_ftype):
5310         New typedefs.
5311         * linux-thread-db.c (struct thread_db_info): Use new typedefs.
5312         (try_thread_db_load_1): Define TDB_VERBOSE_DLSYM, TDB_DLSYM , CHK
5313         local macros and use them instead of verbose_dlsym and dlsym
5314         calls.
5315
5316 2015-08-03  Sandra Loosemore  <sandra@codesourcery.com>
5317
5318         * nios2-tdep.h: Include opcode/nios2.h here.
5319         (NIOS2_CDX_OPCODE_SIZE): New.
5320         (struct gdbarch_tdep): Add OP parameter to syscall_next_pc.
5321         * nios2-tdep.c: Don't include opcode/nios2.h here.
5322         (nios2_fetch_insn): For R2, try reading 2-byte instruction if
5323         4-byte read fails.
5324         (nios2_match_add, nios2_match_sub): Add cases for R2 encodings.
5325         (nios2_match_addi, nios2_match_orhi): Likewise.
5326         (nios2_match_stw, nios2_match_ldw): Likewise.
5327         (nios2_match_rdctl): Likewise.
5328         (nios2_match_stwm, nios2_match_ldwm): New.
5329         (nios2_match_branch): Add cases for R2 encodings.
5330         (nios2_match_jmpi, nios2_match_calli): Likewise.
5331         (nios2_match_jmpr, nios2_match_callr): Likewise.
5332         (nios2_match_break, nios2_match_trap): Likewise.
5333         (nios2_in_epilogue_p): Add R2 support.
5334         (nios2_analyze_prologue): Update comments.  Recognize R2 CDX
5335         prologues.
5336         (nios2_breakpoint_from_pc): Handle R2 instructions.
5337         (nios2_get_next_pc): Likewise.  Adjust call to
5338         tdep->syscall_next_pc.
5339         * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame):
5340         Renamed from nios2_linux_rt_sigreturn_tramp_frame.  Use
5341         instruction field macros instead of literal hex values.
5342         (nios2_r2_linux_rt_sigreturn_tramp_frame): New.
5343         (nios2_linux_syscall_next_pc): Adjust signature to pass OP.
5344         Use size field from OP instead of assuming all instructions
5345         are the same size.
5346         (nios2_linux_init_abi): Register appropriate unwinder for mach.
5347
5348 2015-08-03  Ulrich Weigand  <uweigand@de.ibm.com>
5349
5350         * cp-namespace.c (cp_lookup_symbol_via_imports): Fix uninitialized
5351         variable warning with some compilers.
5352
5353 2015-08-03  Yao Qi  <yao.qi@linaro.org>
5354
5355         * arm-linux-nat.c (arm_linux_get_hwbp_type): Capitalize "type"
5356         in comment.  Replace "rw" with "type".
5357         (arm_linux_remove_watchpoint): Change type of "rw" to
5358         "enum target_hw_bp_type".
5359
5360 2015-08-02  Pierre-Marie de Rodat  <derodat@adacore.com>
5361
5362         * alpha-mdebug-tdep.c (find_proc_desc): Update call to
5363         lookup_symbol.
5364         * ft32-tdep.c (ft32_skip_prologue): Likewise.
5365         * moxie-tdep.c (moxie_skip_prologue): Likewise.
5366         * mt-tdep.c (mt_skip_prologue): Likewise.
5367         * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
5368
5369 2015-08-01  Pierre-Marie de Rodat  <derodat@adacore.com>
5370
5371         * ada-exp.y (write_object_renaming): Replace struct
5372         ada_symbol_info with struct block_symbol.  Update field
5373         references accordingly.
5374         (block_lookup, select_possible_type_sym): Likewise.
5375         (find_primitive_type): Likewise.  Also update call to
5376         ada_lookup_symbol to extract the symbol itself.
5377         (write_var_or_type, write_name_assoc): Likewise.
5378         * ada-lang.h (struct ada_symbol_info): Remove.
5379         (ada_lookup_symbol_list): Replace struct ada_symbol_info with
5380         struct block_symbol.
5381         (ada_lookup_encoded_symbol, user_select_syms): Likewise.
5382         (ada_lookup_symbol): Return struct block_symbol instead of a
5383         mere symbol.
5384         * ada-lang.c (defns_collected): Replace struct ada_symbol_info
5385         with struct block_symbol.
5386         (resolve_subexp, ada_resolve_function, sort_choices,
5387         user_select_syms, is_nonfunction, add_defn_to_vec,
5388         num_defns_collected, defns_collected,
5389         symbols_are_identical_enums, remove_extra_symbols,
5390         remove_irrelevant_renamings, add_lookup_symbol_list_worker,
5391         ada_lookup_symbol_list, ada_iterate_over_symbols,
5392         ada_lookup_encoded_symbol, get_var_value): Likewise.
5393         (ada_lookup_symbol): Return a block_symbol instead of a mere
5394         symbol.  Replace struct ada_symbol_info with struct
5395         block_symbol.
5396         (ada_lookup_symbol_nonlocal): Likewise.
5397         (standard_lookup): Make block passing explicit through
5398         lookup_symbol_in_language.
5399         * ada-tasks.c (get_tcb_types_info): Update the calls to
5400         lookup_symbol_in_language to extract the mere symbol out of the
5401         returned value.
5402         (ada_tasks_inferior_data_sniffer): Likewise.
5403         * ax-gdb.c (gen_static_field): Likewise for the call to
5404         lookup_symbol.
5405         (gen_maybe_namespace_elt): Deal with struct block_symbol from
5406         lookup functions.
5407         (gen_expr): Likewise.
5408         * c-exp.y: Likewise.  Remove uses of block_found.
5409         (lex_one_token, classify_inner_name, c_print_token): Likewise.
5410         (classify_name): Likewise.  Rename the "sym" local variable to
5411         "bsym".
5412         * c-valprint.c (print_unpacked_pointer): Likewise.
5413         * compile/compile-c-symbols.c (convert_symbol_sym): Promote the
5414         "sym" parameter from struct symbol * to struct block_symbol.
5415         Use it to remove uses of block_found.  Deal with struct
5416         block_symbol from lookup functions.
5417         (gcc_convert_symbol): Likewise.  Update the call to
5418         convert_symbol_sym.
5419         * compile/compile-object-load.c (compile_object_load): Deal with
5420         struct block_symbol from lookup functions.
5421         * cp-namespace.c (cp_lookup_nested_symbol_1,
5422         cp_lookup_nested_symbol, cp_lookup_bare_symbol,
5423         cp_search_static_and_baseclasses,
5424         cp_lookup_symbol_in_namespace, cp_lookup_symbol_via_imports,
5425         cp_lookup_symbol_imports_or_template,
5426         cp_lookup_symbol_via_all_imports, cp_lookup_symbol_namespace,
5427         lookup_namespace_scope, cp_lookup_nonlocal,
5428         find_symbol_in_baseclass): Return struct block_symbol instead of
5429         mere symbols and deal with struct block_symbol from lookup
5430         functions.
5431         * cp-support.c (inspect_type, replace_typedefs,
5432         cp_lookup_rtti_type): Deal with struct block_symbol from
5433         lookup functions.
5434         * cp-support.h (cp_lookup_symbol_nonlocal,
5435         cp_lookup_symbol_from_namespace,
5436         cp_lookup_symbol_imports_or_template, cp_lookup_nested_symbol):
5437         Return struct block_symbol instead of mere symbols.
5438         * d-exp.y (d_type_from_name, d_module_from_name, push_variable,
5439         push_module_name):
5440         Deal with struct block_symbol from lookup functions.  Remove
5441         uses of block_found.
5442         * eval.c (evaluate_subexp_standard): Update call to
5443         cp_lookup_symbol_namespace.
5444         * f-exp.y: Deal with struct block_symbol from lookup functions.
5445         Remove uses of block_found.
5446         (yylex): Likewise.
5447         * gdbtypes.c (lookup_typename, lookup_struct, lookup_union,
5448         lookup_enum, lookup_template_type, check_typedef): Deal with
5449         struct block_symbol from lookup functions.
5450         * guile/scm-frame.c (gdbscm_frame_read_var): Likewise.
5451         * guile/scm-symbol.c (gdbscm_lookup_symbol): Likewise.
5452         (gdbscm_lookup_global_symbol): Likewise.
5453         * gnu-v3-abi.c (gnuv3_get_typeid_type): Likewise.
5454         * go-exp.y: Likewise.  Remove uses of block_found.
5455         (package_name_p, classify_packaged_name, classify_name):
5456         Likewise.
5457         * infrun.c (insert_exception_resume_breakpoint): Likewise.
5458         * jv-exp.y (push_variable): Likewise.
5459         * jv-lang.c (java_lookup_class, get_java_object_type): Likewise.
5460         * language.c (language_bool_type): Likewise.
5461         * language.h (struct language_defn): Update
5462         la_lookup_symbol_nonlocal to return a struct block_symbol rather
5463         than a mere symbol.
5464         * linespec.c (find_label_symbols): Deal with struct block_symbol
5465         from lookup functions.
5466         * m2-exp.y: Likewise.  Remove uses of block_found.
5467         (yylex): Likewise.
5468         * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
5469         * objc-lang.c (lookup_struct_typedef, find_imps): Likewise.
5470         * p-exp.y: Likewise.  Remove uses of block_found.
5471         (yylex): Likewise.
5472         * p-valprint.c (pascal_val_print): Likewise.
5473         * parse.c (write_dollar_variable): Likewise.  Remove uses of
5474         block_found.
5475         * parser-defs.h (struct symtoken): Turn the SYM field into a
5476         struct block_symbol.
5477         * printcmd.c (address_info): Deal with struct block_symbol from
5478         lookup functions.
5479         * python/py-frame.c (frapy_read_var): Likewise.
5480         * python/py-symbol.c (gdbpy_lookup_symbol,
5481         gdbpy_lookup_global_symbol): Likewise.
5482         * skip.c (skip_function_command): Likewise.
5483         * solib-darwin.c (darwin_lookup_lib_symbol): Return a struct
5484         block_symbol instead of a mere symbol.
5485         * solib-spu.c (spu_lookup_lib_symbol): Likewise.
5486         * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
5487         * solib.c (solib_global_lookup): Likewise.
5488         * solist.h (solib_global_lookup): Likewise.
5489         (struct target_so_ops): Update lookup_lib_global_symbol to
5490         return a struct block_symbol rather than a mere symbol.
5491         * source.c (select_source_symtab): Deal with struct block_symbol
5492         from lookup functions.
5493         * stack.c (print_frame_args, iterate_over_block_arg_vars):
5494         Likewise.
5495         * symfile.c (set_initial_language): Likewise.
5496         * symtab.c (SYMBOL_LOOKUP_FAILED): Turn into a struct
5497         block_symbol.
5498         (SYMBOL_LOOKUP_FAILED_P): New predicate as a macro.
5499         (struct symbol_cache_slot): Turn the FOUND field into a struct
5500         block_symbol.
5501         (block_found): Remove.
5502         (eq_symbol_entry): Update to deal with struct block_symbol in
5503         cache slots.
5504         (symbol_cache_lookup): Return a struct block_symbol rather than
5505         a mere symbol.
5506         (symbol_cache_mark_found): Add a BLOCK parameter to fill
5507         appropriately the cache slots.  Update callers.
5508         (symbol_cache_dump): Update cache slots handling to the type
5509         change.
5510         (lookup_symbol_in_language, lookup_symbol, lookup_language_this,
5511         lookup_symbol_aux, lookup_local_symbol,
5512         lookup_symbol_in_objfile, lookup_global_symbol_from_objfile,
5513         lookup_symbol_in_objfile_symtabs,
5514         lookup_symbol_in_objfile_from_linkage_name,
5515         lookup_symbol_via_quick_fns, basic_lookup_symbol_nonlocal,
5516         lookup_symbol_in_static_block, lookup_static_symbol,
5517         lookup_global_symbol):
5518         Return a struct block_symbol rather than a mere symbol.  Deal
5519         with struct block_symbol from other lookup functions.  Remove
5520         uses of block_found.
5521         (lookup_symbol_in_block): Remove uses of block_found.
5522         (struct global_sym_lookup_data): Turn the RESULT field into a
5523         struct block_symbol.
5524         (lookup_symbol_global_iterator_cb): Update references to the
5525         RESULT field.
5526         (search_symbols): Deal with struct block_symbol from lookup
5527         functions.
5528         * symtab.h (struct block_symbol): New structure.
5529         (block_found): Remove.
5530         (lookup_symbol_in_language, lookup_symbol,
5531         basic_lookup_symbol_nonlocal, lookup_symbol_in_static_block,
5532         lookup_static_symbol, lookup_global_symbol, lookup_language_this,
5533         lookup_global_symbol_from_objfile): Return a struct block_symbol
5534         rather than just a mere symbol.  Update comments to remove
5535         mentions of block_found.
5536         * valops.c (find_function_in_inferior,
5537         value_struct_elt_for_reference, value_maybe_namespace_elt,
5538         value_of_this):  Deal with struct block_symbol from lookup
5539         functions.
5540         * value.c (value_static_field, value_fn_field): Likewise.
5541
5542 2015-07-31  Simon Marchi  <simon.marchi@ericsson.com>
5543
5544         * remote-m32r-sdi.c (m32r_remove_watchpoint): Use enum type
5545         instead of integer.
5546
5547 2015-07-31  Simon Marchi  <simon.marchi@ericsson.com>
5548             Pedro Alves  <palves@redhat.com>
5549
5550         * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): Use enum
5551         type or value instead of integer.
5552         (aarch64_linux_insert_watchpoint): Likewise.
5553         (aarch64_linux_remove_watchpoint): Likewise.
5554         * ada-lang.c (ada_op_print_tab): Likewise.
5555         * amd64-linux-tdep.c (amd64_canonicalize_syscall): Likewise.
5556         (amd64_linux_syscall_record_common): Likewise.
5557         * arch-utils.c (target_byte_order_user): Likewise.
5558         (default_byte_order): Likewise.
5559         * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Likewise.
5560         (arm_linux_get_hwbp_type): Likewise.
5561         (arm_linux_hw_watchpoint_initialize): Likewise.
5562         (arm_linux_insert_watchpoint): Likewise.
5563         * arm-linux-tdep.c (arm_canonicalize_syscall): Likewise.
5564         (arm_linux_syscall_record): Likewise.
5565         * breakpoint.c (update_watchpoint): Likewise.
5566         (breakpoint_here_p): Likewise.
5567         (bpstat_print): Likewise.
5568         (enable_breakpoint_disp): Likewise.
5569         * c-lang.c (c_op_print_tab): Likewise.
5570         * cli/cli-decode.c (add_info_alias): Likewise.
5571         * d-lang.c (d_op_print_tab): Likewise.
5572         * eval.c (evaluate_subexp_standard): Likewise.
5573         * f-exp.y (dot_ops): Likewise.
5574         (f77_keywords): Likewise.
5575         * f-lang.c (f_op_print_tab): Likewise.
5576         * go-lang.c (go_op_print_tab): Likewise.
5577         * guile/scm-breakpoint.c (gdbscm_make_breakpoint): Likewise.
5578         * guile/scm-cmd.c (gdbscm_make_command): Likewise.
5579         * guile/scm-param.c (gdbscm_make_parameter): Likewise.
5580         * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Likewise.
5581         * guile/scm-string.c (struct scm_to_stringn_data): Likewise.
5582         (struct scm_from_stringn_data): Likewise.
5583         * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
5584         * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
5585         (ia64_linux_remove_watchpoint): Likewise.
5586         (ia64_linux_can_use_hw_breakpoint): Likewise.
5587         * infrun.c (print_stop_event): Likewise.
5588         * jv-lang.c (java_op_print_tab): Likewise.
5589         * linux-nat.c (linux_proc_xfer_partial): Likewise.
5590         * linux-nat.h (struct lwp_info): Likewise.
5591         * linux-thread-db.c (enable_thread_event): Likewise.
5592         * m2-lang.c (m2_op_print_tab): Likewise.
5593         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise.
5594         (mi_cmd_stack_list_variables): Likewise.
5595         * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
5596         * mi/mi-out.c (mi_table_begin): Likewise.
5597         (mi_table_header): Likewise.
5598         * mips-linux-nat.c (mips_linux_can_use_hw_breakpoint): Likewise.
5599         (mips_linux_insert_watchpoint): Likewise.
5600         (mips_linux_remove_watchpoint): Likewise.
5601         * nat/mips-linux-watch.c (mips_linux_watch_type_to_irw): Likewise.
5602         * nat/mips-linux-watch.h (struct mips_watchpoint): Likewise.
5603         (mips_linux_watch_type_to_irw): Likewise.
5604         * nto-procfs.c (procfs_can_use_hw_breakpoint): Likewise.
5605         (procfs_insert_hw_watchpoint): Likewise.
5606         (procfs_remove_hw_watchpoint): Likewise.
5607         (procfs_hw_watchpoint): Likewise.
5608         (procfs_can_use_hw_breakpoint): Likewise.
5609         (procfs_remove_hw_watchpoint): Likewise.
5610         (procfs_insert_hw_watchpoint): Likewise.
5611         * p-lang.c (pascal_op_print_tab): Likewise.
5612         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): Likewise.
5613         * ppc-linux-tdep.c (ppu2spu_unwind_register): Likewise.
5614         * ppc-sysv-tdep.c (get_decimal_float_return_value): Likewise.
5615         * procfs.c (procfs_can_use_hw_breakpoint): Likewise.
5616         (procfs_insert_watchpoint): Likewise.
5617         (procfs_remove_watchpoint): Likewise.
5618         * psymtab.c (recursively_search_psymtabs): Likewise.
5619         * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint): Likewise.
5620         (m32r_insert_watchpoint): Likewise.
5621         * remote-mips.c (mips_can_use_watchpoint): Likewise.
5622         (mips_insert_watchpoint): Likewise.
5623         (mips_remove_watchpoint): Likewise.
5624         * remote.c (watchpoint_to_Z_packet): Likewise.
5625         (remote_insert_watchpoint): Likewise.
5626         (remote_remove_watchpoint): Likewise.
5627         (remote_check_watch_resources): Likewise.
5628         * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
5629         (s390_remove_watchpoint): Likewise.
5630         (s390_can_use_hw_breakpoint): Likewise.
5631         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
5632         * spu-linux-nat.c (spu_can_use_hw_breakpoint): Likewise.
5633         * target.h (struct target_ops): Likewise.
5634         * tilegx-tdep.c (tilegx_analyze_prologue): Likewise.
5635         * ui-out.c (struct ui_out_hdr): Likewise.
5636         (append_header_to_list): Likewise.
5637         (get_next_header): Likewise.
5638         (verify_field): Likewise.
5639         (ui_out_begin): Likewise.
5640         (ui_out_field_int): Likewise.
5641         (ui_out_field_fmt_int): Likewise.
5642         (ui_out_field_skip): Likewise.
5643         (ui_out_field_string): Likewise.
5644         (ui_out_field_fmt): Likewise.
5645         * varobj.c (new_variable): Likewise.
5646         * x86-nat.c (x86_insert_watchpoint): Likewise.
5647         (x86_remove_watchpoint): Likewise.
5648         (x86_can_use_hw_breakpoint): Likewise.
5649         * xtensa-tdep.h (struct gdbarch_tdep): Likewise.
5650         * inflow.c (enum gdb_has_a_terminal_flag_enum): Add name to
5651         previously anonymous enumeration type..
5652         * linux-record.h (enum gdb_syscall): Add gdb_sys_no_syscall
5653         value.
5654         * target-debug.h (target_debug_print_enum_target_hw_bp_type): New.
5655         (target_debug_print_enum_bptype): New.
5656         * target-delegates.c: Regenerate.
5657
5658 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
5659
5660         * nios2-tdep.c (nios2_analyze_prologue): Do what the comment
5661         already says and disallow non-stack memory writes in the prologue.
5662
5663 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
5664
5665         * nios2-tdep.c (nios2_analyze_prologue): Update comments to
5666         reflect how current GCC emits stack overflow checks.  Match
5667         both trap and break instructions for backward compatbility.
5668         Disallow other trap and break instructions in the prologue.
5669
5670 2015-07-30  Pedro Alves  <palves@redhat.com>
5671
5672         PR threads/18600
5673         * linux-nat.c (wait_lwp): Report to the core when thread group
5674         leader exits.
5675
5676 2015-07-30  Pedro Alves  <palves@redhat.com>
5677             Simon Marchi  <simon.marchi@ericsson.com>
5678
5679         PR threads/18600
5680         * linux-nat.c (linux_handle_extended_wait): On CLONE event, always
5681         mark the new thread as resumed.  Remove STOPPING parameter.
5682         (wait_lwp): Adjust call to linux_handle_extended_wait.
5683         (linux_nat_filter_event): Adjust call to
5684         linux_handle_extended_wait.
5685         (resume_stopped_resumed_lwps): Add debug output.
5686
5687 2015-07-30  Pierre Langlois  <pierre.langlois@arm.com>
5688
5689         * arch-utils.c (default_fast_tracepoint_valid_at): Remove unused
5690         isize argument.
5691         * arch-utils.h (default_fast_tracepoint_valid_at): Likewise.
5692         * breakpoint.c (check_fast_tracepoint_sals): Adjust call to
5693         gdbarch_fast_tracepoint_valid_at.
5694         * gdbarch.sh (fast_tracepoint_valid_at): Remove isize argument.
5695         * gdbarch.h: Regenerate.
5696         * gdbarch.c: Regenerate.
5697         * i386-tdep.c (i386_fast_tracepoint_valid_at): Remove isize
5698         argument.  Do not set it.
5699         * remote.c (remote_download_tracepoint): Adjust call to
5700         gdbarch_fast_tracepoint_valid_at.  Call gdb_insn_length to get
5701         the instruction length.
5702
5703 2015-07-30  Yao Qi  <yao.qi@linaro.org>
5704
5705         * arm-tdep.h (enum gdb_regnum): Move it to ...
5706         * arch/arm.h: ... here.  New file.
5707         * Makefile.in (HFILES_NO_SRCDIR): Add arch/arm.h.
5708
5709 2015-07-30  Pierre Langlois  <pierre.langlois@arm.com>
5710
5711         * aarch64-tdep.c (decode_b): Rename link argument to is_bl.
5712         Change its type to int *.
5713         (decode_br): Rename link argument to is_blr.  Change its type to
5714         int *.
5715         (decode_cb): Rename op argument to is_cbnz.  Change its type to
5716         int *.
5717         (decode_tb): Rename op argument to is_tbnz.  Change its type to
5718         int *.  Set is_tbnz to either 1 or 0.
5719         (aarch64_analyze_prologue): Change type of is_link to int.  Add
5720         new variables is_cbnz and is_tbnz.  Adjust call to
5721         aarch64_decode_cb and aarch64_decode_tb.
5722
5723 2015-07-29  Simon Marchi  <simon.marchi@ericsson.com>
5724
5725         * mips-linux-nat.c (write_watchpoint_regs): Add NULL as ptrace's 4th
5726         parameter.
5727         (mips_linux_new_thread): Likewise.
5728         * nat/mips-linux-watch.c (mips_linux_read_watch_registers): Likewise.
5729
5730 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
5731
5732         * top.c: Include "tui/tui.h".
5733         (undo_terminal_modifications_before_exit): New static function.
5734         (quit_force): Use it.
5735
5736 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
5737
5738         * target.c (terminal_state): Initialize to terminal_is_ours.
5739
5740 2015-07-29  Yao Qi  <yao.qi@linaro.org>
5741
5742         PR record/18691
5743         * dcache.c (dcache_read_memory_partial): Call
5744         raw_memory_xfer_partial.
5745         * target.c (raw_memory_xfer_partial): Make it non-static.
5746         * target.h (raw_memory_xfer_partial): Declare.
5747
5748 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
5749
5750         * c-valprint.c (c_val_print_array): Consider addressable memory
5751         unit size.
5752         (c_val_print_ptr): Likewise.
5753         (c_val_print_int): Likewise.
5754         * findvar.c (read_frame_register_value): Likewise.
5755         * valarith.c (find_size_for_pointer_math): Likewise.
5756         (value_ptrdiff): Likewise.
5757         (value_subscripted_rvalue): Likewise.
5758         * valops.c (read_value_memory): Likewise (and rename variables).
5759         (value_assign): Likewise.
5760         (value_repeat): Likewise.
5761         (value_array): Likewise.
5762         (value_slice): Likewise.
5763         * valprint.c (generic_val_print_ptr): Likewise.
5764         (generic_val_print_enum): Likewise.
5765         (generic_val_print_bool): Likewise.
5766         (generic_val_print_int): Likewise.
5767         (generic_val_print_char): Likewise.
5768         (generic_val_print_float): Likewise.
5769         (generic_val_print_decfloat): Likewise.
5770         (generic_val_print_complex): Likewise.
5771         (val_print_scalar_formatted): Likewise.
5772         (val_print_array_elements): Likewise.
5773         * value.c (set_value_parent): Likewise.
5774         (value_contents_copy_raw): Likewise.
5775         (set_internalvar_component): Likewise.
5776         (value_primitive_field): Likewise.
5777         (value_fetch_lazy): Likewise.
5778         * value.h (read_value_memory): Update comment.
5779
5780 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
5781
5782         * value.c (get_value_arch): New function.
5783         * value.h (get_value_arch): New declaration.
5784
5785 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
5786
5787         * value.c (struct value): Update comments.
5788
5789 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
5790
5791         * gdbtypes.c (type_length_units): New function.
5792         * gdbtypes.h (type_length_units): New declaration.
5793         (struct type) <length>: Update comment.
5794
5795 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5796
5797         * valprint.c (generic_val_print): Factor out complex
5798         printing code to ...
5799         (generic_val_print_complex): ... this new function.
5800
5801 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5802
5803         * valprint.c (generic_val_print): Factor out decfloat
5804         printing code to ...
5805         (generic_val_print_decfloat): ... this new function.
5806
5807 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5808
5809         * valprint.c (generic_val_print): Factor out float
5810         printing code to ...
5811         (generic_val_print_float): ... this new function.
5812
5813 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5814
5815         * valprint.c (generic_val_print): Factor out char
5816         printing code to ...
5817         (generic_val_print_char): ... this new function.
5818
5819 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5820
5821         * valprint.c (generic_val_print): Factor out integer
5822         printing code to ...
5823         (generic_val_print_int): ... this new function.
5824
5825 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5826
5827         * valprint.c (generic_val_print): Factor out bool
5828         printing code to ...
5829         (generic_val_print_bool): ... this new function.
5830
5831 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5832
5833         * valprint.c (generic_val_print): Factor out function/method
5834         printing code to ...
5835         (generic_val_print_func): ... this new function.
5836
5837 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5838
5839         * valprint.c (generic_val_print): Factor out flags
5840         printing code to ...
5841         (generic_val_print_flags): ... this new function.
5842
5843 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5844
5845         * valprint.c (generic_val_print): Factor out enum
5846         printing code to ...
5847         (generic_val_print_enum): ... this new function.
5848
5849 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5850
5851         * valprint.c (generic_val_print): Factor out reference
5852         printing code to ...
5853         (generic_val_print_ref): ... this new function.
5854
5855 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5856
5857         * valprint.c (generic_val_print): Factor out memberptr
5858         printing code to ...
5859         (generic_val_print_memberptr): ... this new function.
5860
5861 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5862
5863         * valprint.c (generic_val_print): Factor out pointer
5864         printing code to ...
5865         (generic_val_print_ptr): ... this new function.
5866
5867 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5868
5869         * valprint.c (generic_val_print): Factor out array
5870         printing code to ...
5871         (generic_val_print_array): ... this new function.
5872
5873 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5874
5875         * valprint.c (generic_val_print): Factor out
5876         print_unpacked_pointer code to ...
5877         (print_unpacked_pointer): ... this new function.
5878
5879 2015-07-27  Patrick Palka  <patrick@parcs.ath.cx>
5880
5881         * event-top.c (handle_sigterm): Don't inspect
5882         target_can_async_p.  Always set the quit flag and always mark
5883         the async signal handler.
5884
5885 2015-07-27  Yao Qi  <yao.qi@linaro.org>
5886
5887         * Makefile.in (REMOTE_EXAMPLES): Remove it.
5888
5889 2015-07-25  Kevin Buettner  <kevinb@redhat.com>
5890
5891         * remote.c (read_ptid): Return null_ptid when no thread id
5892         is found.
5893         (remote_current_thread): Add log warning for malformed
5894         qC reply.
5895         (remote_start_remote): Add log warning when current thread
5896         not found.
5897
5898 2015-07-24  Pedro Alves  <palves@redhat.com>
5899
5900         * s390-linux-nat.c (fetch_regs, store_regs, fetch_fpregs)
5901         (s390_stopped_by_watchpoint, s390_prepare_to_resume): Pass 0 as
5902         forth argument to ptrace PTRACE_PEEKUSR_AREA/PTRACE_POKEUSR_AREA.
5903
5904 2015-07-24  Pedro Alves  <palves@redhat.com>
5905
5906         PR gdb/18717
5907         * linux-nat.c (linux_nat_filter_event): Don't assert that the lwp
5908         is resumed, and extend the debug log.
5909
5910 2015-07-24  Pedro Alves  <palves@redhat.com>
5911
5912         * fork-child.c (fork_inferior): Print argv[0] instead of exec_file.
5913
5914 2015-07-24  Pedro Alves  <palves@redhat.com>
5915
5916         * aarch64-linux-nat.c: Include nat/gdb_ptrace.h instead of
5917         sys/ptrace.h.
5918         * alpha-linux-nat.c: Likewise.
5919         * amd64-linux-nat.c: Likewise.
5920         * arm-linux-nat.c: Likewise.
5921         * hppa-linux-nat.c: Likewise.
5922         * i386-linux-nat.c: Likewise.
5923         * ia64-linux-nat.c: Likewise.
5924         * linux-fork.c: Likewise.
5925         * linux-nat.c: Likewise.
5926         * m32r-linux-nat.c: Likewise.
5927         * m68klinux-nat.c: Likewise.
5928         * mips-linux-nat.c: Likewise.
5929         * nat/linux-btrace.c: Likewise.
5930         * nat/linux-ptrace.c: Likewise.
5931         * nat/linux-ptrace.h
5932         * nat/mips-linux-watch.c: Likewise.
5933         * nat/x86-linux-dregs.c: Likewise.
5934         * ppc-linux-nat.c: Likewise.
5935         * s390-linux-nat.c: Likewise.
5936         * spu-linux-nat.c: Likewise.
5937         * tilegx-linux-nat.c: Likewise.
5938         * x86-linux-nat.c: Likewise.
5939         * xtensa-linux-nat.c: Likewise.
5940
5941 2015-07-24  Pedro Alves  <palves@redhat.com>
5942
5943         * ptrace.m4 (ptrace tests): Test in C++ mode.  Try with 'enum
5944         __ptrace_request as first parameter type instead of int.
5945         (PTRACE_TYPE_ARG1): Define.
5946         * nat/gdb_ptrace.h [!PTRACE_TYPE_ARG5] (ptrace): Define as wrapper
5947         that casts first argument to PTRACE_TYPE_ARG1.
5948         * config.in: Regenerate.
5949         * configure: Regenerate.
5950
5951 2015-07-24  Pedro Alves  <palves@redhat.com>
5952
5953         * gdb_ptrace.h: Move ...
5954         * nat/gdb_ptrace.h: ... here.
5955         * inf-ptrace.c: Adjust.
5956
5957 2015-07-24  Pedro Alves  <palves@redhat.com>
5958
5959         * acinclude.m4: Include ptrace.m4.
5960         * configure.ac: Call GDB_AC_PTRACE and move ptrace checks ...
5961         * ptrace.m4: ... to this new file.
5962
5963 2015-07-23  Doug Evans  <dje@google.com>
5964
5965         * dwarf2read.c (dwarf2_per_cu_data): Add comment.
5966         (load_cu): Handle dummy CUs.
5967         (dw2_do_instantiate_symtab, process_queuef): Ditto.
5968         (dwarf2_fetch_die_loc_sect_off, dwarf2_fetch_constant_bytes): Ditto.
5969
5970 2015-07-23  Ciro Santilli  <ciro.santilli@gmail.com>  (tiny patch)
5971
5972         * py-linetable.c (ltpy_get_all_source_lines): Adjust function
5973         documentation to say that it returns a list rather than
5974         a FrozenSet.
5975         (linetable_object_methods): Update the docstring of the
5976         "source_line" entry.
5977
5978 2015-07-23  Pierre-Marie de Rodat  <derodat@adacore.com>
5979
5980         * gdbtypes.c (resolve_dynamic_array): Pass the peeled element
5981         type to the recursive call instead of the original (maybe
5982         TYPE_CODE_TYPEDEF) type.
5983
5984 2015-07-23  Yao Qi  <yao.qi@linaro.org>
5985
5986         * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): If
5987         TYPE is watchpoint, return zero if aarch64_num_wp_regs is zero.
5988         If TYPE is breakpoint, return zero if arch64_num_bp_regs is zero.
5989
5990 2015-07-21  Yao Qi  <yao.qi@linaro.org>
5991
5992         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
5993         Move it to nat/aarch64-linux-hw-point.c.
5994         (aarch64_linux_child_post_startup_inferior): Update.
5995         * nat/aarch64-linux-hw-point.c (aarch64_linux_get_debug_reg_capacity):
5996         New function.
5997         * nat/aarch64-linux-hw-point.h (aarch64_linux_get_debug_reg_capacity):
5998         Declare it.
5999
6000 2015-07-21  Markus Metzger  <markus.t.metzger@intel.com>
6001
6002         * common/btrace-common.c (btrace_data_append): Change case label.
6003
6004 2015-07-20  Yao Qi  <yao.qi@linaro.org>
6005
6006         * nat/aarch64-linux-hw-point.c (aarch64_handle_unaligned_watchpoint):
6007         Re-indent the code.
6008         * nat/aarch64-linux-hw-point.h: Use ULONGEST rather than
6009         "unsigned long long".
6010
6011 2015-07-18  Kevin Buettner  <kevinb@redhat.com>
6012
6013         * dwarf2read.c (dwarf2_locate_sections): Allow has_section_at_zero
6014         to be set for SEC_ALLOC sections too.
6015
6016 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6017
6018         * Makefile.in (HFILES_NO_SRCDIR): Add
6019         nat/aarch64-linux-hw-point.h.
6020         (aarch64-linux-hw-point.o): New rule.
6021         * nat/aarch64-linux-hw-point.h: New file.
6022         * nat/aarch64-linux-hw-point.c: New file.
6023         * aarch64-linux-nat.c: Include nat/aarch64-linux-hw-point.h.
6024         (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
6025         (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
6026         (AARCH64_HWP_ALIGNMENT): Likewise.
6027         (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
6028         (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
6029         (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
6030         (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
6031         (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
6032         (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
6033         (struct aarch64_debug_reg_state): Likewise.
6034         (struct arch_lwp_info): Likewise.
6035         (aarch64_linux_set_debug_regs): Likewise.
6036         (aarch64_notify_debug_reg_change): Remove static.
6037         (aarch64_align_watchpoint): Likewise.
6038         (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
6039         (aarch64_watchpoint_length): Likewise.
6040         (aarch64_point_encode_ctrl_reg): Likewise
6041         (aarch64_point_is_aligned): Likewise.
6042         (aarch64_dr_state_insert_one_point): Likewise.
6043         (aarch64_dr_state_remove_one_point): Likewise.
6044         (aarch64_handle_breakpoint): Likewise.
6045         (aarch64_handle_aligned_watchpoint): Likewise.
6046         (aarch64_handle_unaligned_watchpoint): Likewise.
6047         (aarch64_handle_watchpoint): Likewise.
6048         * config/aarch64/linux.mh (NAT_FILE): Add
6049         aarch64-linux-hw-point.o.
6050
6051 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6052
6053         * aarch64-linux-nat.c (aarch64_handle_breakpoint): Add argument
6054         state and don't call aarch64_get_debug_reg_state.  All callers
6055         update.
6056         (aarch64_linux_insert_hw_breakpoint): Call
6057         aarch64_get_debug_reg_state earlier.
6058         (aarch64_linux_remove_hw_breakpoint): Likewise.
6059         (aarch64_handle_aligned_watchpoint): Add argument state and
6060         don't call aarch64_get_debug_reg_state.  All callers update.
6061         (aarch64_handle_unaligned_watchpoint): Likewise.
6062         (aarch64_handle_watchpoint): Add argument state.
6063         (aarch64_linux_insert_watchpoint): Call aarch64_get_debug_reg_state
6064         earlier.
6065         (aarch64_linux_remove_watchpoint): Likewise.
6066
6067 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6068
6069         * aarch64-linux-nat.c (aarch64_show_debug_reg_state): Use
6070         debug_printf.
6071         (aarch64_handle_unaligned_watchpoint): Likewise.
6072
6073 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6074
6075         * aarch64-linux-nat.c (aarch64_dr_state_insert_one_point): Change
6076         argument type's type to 'enum target_hw_bp_type'.
6077         (aarch64_dr_state_remove_one_point): Likewise.
6078         (aarch64_handle_breakpoint): Likewise.
6079         (aarch64_linux_insert_hw_breakpoint): Likewise.
6080         (aarch64_linux_remove_hw_breakpoint): Likewise.
6081         (aarch64_handle_aligned_watchpoint): Likewise.
6082
6083 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6084
6085         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Call
6086         ptid_get_pid instead of get_thread_id.
6087
6088 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6089
6090         * remote.c (get_current_thread): Initialise ptid to null_ptid.
6091         (add_current_inferior_and_thread): Don't initialise ptid.
6092
6093 2015-07-16  Pierre Langlois  <pierre.langlois@arm.com>
6094
6095         * aarch64-tdep.c (aarch64_pseudo_read_value): Mark S register as
6096         unavailable if invalid.
6097
6098 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6099
6100         Revert the previous 6 commits:
6101         Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
6102         Move gdb_regex* to common/
6103         Prepare linux_find_memory_regions_full & co. for move
6104         Move linux_find_memory_regions_full & co.
6105         gdbserver build-id attribute generator
6106         Validate symbol file using build-id
6107
6108 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6109             Jan Kratochvil  <jan.kratochvil@redhat.com>
6110
6111         Validate symbol file using build-id.
6112         * NEWS (Changes since GDB 7.10): Add 'set validate-build-id'
6113         and 'show validate-build-id'.  Add build-id attribute.
6114         * solib-darwin.c (_initialize_darwin_solib): Assign validate value.
6115         * solib-dsbt.c (_initialize_dsbt_solib): Ditto.
6116         * solib-frv.c (_initialize_frv_solib): Ditto.
6117         * solib-spu.c (set_spu_solib_ops): Ditto.
6118         * solib-svr4.c: Include rsp-low.h.
6119         (NOTE_GNU_BUILD_ID_NAME): New define.
6120         (svr4_validate): New function.
6121         (svr4_copy_library_list): Duplicate field build_id.
6122         (library_list_start_library): Parse 'build-id' attribute.
6123         (svr4_library_attributes): Add 'build-id' attribute.
6124         (_initialize_svr4_solib): Assign validate value.
6125         * solib-target.c (solib.h): Include.
6126         (_initialize_solib_target): Assign validate value.
6127         * solib.c (validate_build_id, show_validate_build_id): New.
6128         (solib_map_sections): Use ops->validate.
6129         (clear_so): Free build_id.
6130         (default_solib_validate): New function.
6131         (_initialize_solib): Add "validate-build-id".
6132         * solib.h (default_solib_validate): New declaration.
6133         * solist.h (struct so_list): New fields 'build_idsz' and 'build_id'.
6134         (target_so_ops): New field 'validate'.
6135
6136 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6137             Jan Kratochvil  <jan.kratochvil@redhat.com>
6138
6139         gdbserver build-id attribute generator.
6140         * features/library-list-svr4.dtd (library-list-svr4): New
6141         'build-id' attribute.
6142
6143 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6144             Jan Kratochvil  <jan.kratochvil@redhat.com>
6145
6146         Move linux_find_memory_regions_full & co.
6147         * linux-tdep.c (nat/linux-maps.h): Include.
6148         (gdb_regex.h): Remove the include.
6149         (enum filterflags, struct smaps_vmflags, read_mapping, decode_vmflags)
6150         (mapping_is_anonymous_p, dump_mapping_p): Moved to nat/linux-maps.c.
6151         (linux_find_memory_region_ftype): Moved typedef to nat/linux-maps.h.
6152         (linux_find_memory_regions_full): Moved definition to nat/linux-maps.c.
6153         * nat/linux-maps.c: Include ctype.h, target/target-utils.h, gdb_regex.h
6154         and target/target.h.
6155         (struct smaps_vmflags, read_mapping, decode_vmflags)
6156         (mapping_is_anonymous_p, dump_mapping_p): Move from linux-tdep.c.
6157         (linux_find_memory_regions_full): Move from linux-tdep.c.
6158         * nat/linux-maps.h (read_mapping): New declaration.
6159         (linux_find_memory_region_ftype, enum filterflags): Moved from
6160         linux-tdep.c.
6161         (linux_find_memory_regions_full): New declaration.
6162         * target.c (target/target-utils.h): Include.
6163         (read_alloc_pread_ftype): Moved typedef to target/target-utils.h.
6164         (read_alloc, read_stralloc_func_ftype, read_stralloc): Moved
6165         definitions to target/target-utils.c.
6166         * target.h (target_fileio_read_stralloc): Move it to target/target.h.
6167         * target/target-utils.c (read_alloc, read_stralloc): Move definitions
6168         from target.c.
6169         * target/target-utils.h (read_alloc_pread_ftype): New typedef.
6170         (read_alloc): New declaration.
6171         (read_stralloc_func_ftype): New typedef.
6172         (read_stralloc): New declaration.
6173         * target/target.h (target_fileio_read_stralloc): Move it from target.h.
6174
6175 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6176             Jan Kratochvil  <jan.kratochvil@redhat.com>
6177
6178         Prepare linux_find_memory_regions_full & co. for move.
6179         * linux-tdep.c (linux_find_memory_region_ftype): Comment.
6180         (linux_find_memory_regions_full): Change signature and prepare
6181         for moving to linux-maps.
6182         (linux_find_memory_regions_data): Rename field 'obfd' to 'data'.
6183         (linux_find_memory_regions_thunk): New.
6184         (linux_find_memory_regions_thunk): Use 'data' field instead of 'obfd'.
6185         (linux_find_memory_regions_gdb): New.
6186         (linux_find_memory_regions): Rename argument 'obfd' to 'func_data'.
6187         (linux_make_mappings_corefile_notes): Use
6188         linux_find_memory_regions_gdb.
6189         * target.c (read_alloc_pread_ftype): New typedef.
6190         (target_fileio_read_alloc_1_pread): New function.
6191         (read_alloc): Refactor from target_fileio_read_alloc_1.
6192         (read_stralloc_func_ftype): New typedef.
6193         (target_fileio_read_alloc_1): New implementation. Use read_alloc.
6194         (read_stralloc): Refactored from target_fileio_read_stralloc.
6195         (target_fileio_read_stralloc): New implementation, use read_stralloc.
6196
6197 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6198
6199         * Makefile.in (HFILES_NO_SRCDIR): Change gdb_regex.h to
6200         common/gdb_regex.h.
6201         (COMMON_OBS): Add gdb_regex.o.
6202         (gdb_regex.o): New.
6203         * common/common.m4 (GDB_AC_COMMON): Add gdb_use_included_regex,
6204         --without-included-regex and USE_INCLUDED_REGEX.
6205         * common/gdb_regex.c: New file from utils.c functions.
6206         * common/gdb_regex.h: Move it here from gdb_regex.h, update include
6207         file wrapping define name.
6208         * configure: Rebuilt.
6209         * configure.ac (gdb_use_included_regex, --without-included-regex)
6210         (USE_INCLUDED_REGEX): Move them to common/common.m4.
6211         * gdb_regex.h: Move it to common/gdb_regex.h.
6212         * utils.c: Remove include gdb_regex.h.
6213         (do_regfree_cleanup, make_regfree_cleanup, get_regcomp_error)
6214         (compile_rx_or_error): Move them to common/gdb_regex.c.
6215
6216 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6217             Jan Kratochvil  <jan.kratochvil@redhat.com>
6218
6219         Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
6220         * Makefile.in (HFILES_NO_SRCDIR); Add nat/linux-maps.h,
6221         common/target-utils.h.
6222         (COMMON_OBS): Add target-utils.o.
6223         (linux-maps.o, target-utils.o): New.
6224         * target/target-utils.c: New file.
6225         * target/target-utils.h: New file.
6226         * config/i386/linux.mh (NATDEPFILES): Add linux-maps.o.
6227         * config/i386/linux64.mh (NATDEPFILES): Ditto.
6228         * nat/linux-maps.c: New file.
6229         * nat/linux-maps.h: New file.
6230
6231 2015-07-15  Markus Metzger  <markus.t.metzger@intel.com>
6232             Pedro Alves <palves@redhat.com>
6233
6234         * nat/linux-btrace.c (perf_event_read): Change the type of DATA_HEAD.
6235         (perf_event_read_all): Change the type of SIZE and DATA_HEAD.
6236         (perf_event_read_bts): Change the type of SIZE and READ.
6237         (linux_enable_bts): Change the type of SIZE, PAGES, DATA_SIZE,
6238         and DATA_OFFSET.  Move DATA_SIZE declaration.  Restrict the buffer size
6239         to UINT_MAX.  Check for overflows when using DATA_HEAD from the perf
6240         mmap page.
6241         (linux_enable_pt): Change the type of PAGES and SIZE.  Restrict the
6242         buffer size to UINT_MAX.
6243         (linux_read_bts): Change the type of BUFFER_SIZE, SIZE, DATA_HEAD, and
6244         DATA_TAIL.
6245         * nat/linux-btrace.h (struct perf_event_buffer)<size, data_head>
6246         <last_head>: Change type.
6247         * common/btrace-common.h (struct btrace_dat_pt) <size>: Change type.
6248         * common/btrace-common.c (btrace_data_append): Change the type of
6249         SIZE.
6250         * btrace.c (parse_xml_raw): Change the type of SIZE.  Change oddness
6251         check.
6252
6253 2015-07-14  Simon Marchi  <simon.marchi@ericsson.com>
6254
6255         * gdbtypes.h (CHECK_TYPEDEF): Remove.
6256         * aarch64-tdep.c (aarch64_return_in_memory): Replace CHECK_TYPEDEF
6257         with check_typedef.
6258         * ada-lang.c (decode_constrained_packed_array_type): Likewise.
6259         (ada_array_length): Likewise.
6260         (find_parallel_type_by_descriptive_type): Likewise.
6261         (ada_check_typedef): Likewise.
6262         * arm-tdep.c (arm_return_in_memory): Likewise.
6263         * ax-gdb.c (gen_trace_static_fields): Likewise.
6264         (gen_struct_ref_recursive): Likewise.
6265         * c-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
6266         (variable: block COLONCOLON name): Likewise.
6267         (qualified_name: TYPENAME COLONCOLON name): Likewise.
6268         * c-lang.c (classify_type): Likewise.
6269         * c-typeprint.c (c_print_type): Likewise.
6270         (c_print_typedef): Likewise.
6271         (c_type_print_base): Likewise.
6272         * c-valprint.c (c_val_print): Likewise.
6273         * compile/compile-c-types.c (convert_type): Likewise.
6274         * compile/compile-object-load.c (get_out_value_type): Likewise.
6275         * completer.c (add_struct_fields): Likewise.
6276         (expression_completer): Likewise.
6277         * cp-namespace.c (cp_find_type_baseclass_by_name): Likewise.
6278         (cp_lookup_nested_symbol_1): Likewise.
6279         (cp_lookup_nested_symbol): Likewise.
6280         * cp-valprint.c (cp_print_value_fields): Likewise.
6281         (cp_print_static_field): Likewise.
6282         * d-valprint.c (d_val_print): Likewise.
6283         * eval.c (evaluate_subexp_standard): Likewise.
6284         (evaluate_subexp_for_sizeof): Likewise.
6285         * f-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
6286         * f-typeprint.c (f_type_print_base): Likewise.
6287         * f-valprint.c (f_val_print): Likewise.
6288         * gdbtypes.c (get_discrete_bounds): Likewise.
6289         (create_array_type_with_stride): Likewise.
6290         (type_name_no_tag_or_error): Likewise.
6291         (lookup_struct_elt_type): Likewise.
6292         (get_unsigned_type_max): Likewise.
6293         (internal_type_vptr_fieldno): Likewise.
6294         (set_type_vptr_fieldno): Likewise.
6295         (internal_type_vptr_basetype): Likewise.
6296         (set_type_vptr_basetype): Likewise.
6297         (get_vptr_fieldno): Likewise.
6298         (is_integral_type): Likewise.
6299         (is_scalar_type): Likewise.
6300         (is_scalar_type_recursive): Likewise.
6301         (distance_to_ancestor): Likewise.
6302         (is_unique_ancestor_worker): Likewise.
6303         (check_types_equal): Likewise.
6304         * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise.
6305
6306 2015-07-14  Iain Buclaw  <ibuclaw@gdcproject.org>
6307
6308         * dwarf2read.c (find_slot_in_mapped_hash): Extend language support to
6309         also test for language_d.
6310         (dwarf2_compute_name): Likewise.
6311         (read_func_scope): Likewise.
6312         (read_structure_type): Likewise.
6313         (new_symbol_full): Likewise.
6314         (determine_prefix): Likewise.
6315         (read_import_statement): Use dot as the separator for language_d.
6316         (typename_concat): Likewise, but don't prefix the D main function.
6317
6318 2015-07-14  Peter Bergner  <bergner@vnet.ibm.com>
6319
6320         * nat/linux-namespaces.c (setns): Rename from this ...
6321         (do_setns): ... to this.  Support calling setns if it exists.
6322         (mnsh_handle_setns): Call do_setns.
6323
6324 2015-07-13  Yao Qi  <yao.qi@linaro.org>
6325
6326         * exec.c (exec_file_attach): Add period at the end of error
6327         message.
6328
6329 2015-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
6330
6331         * tui/tui-win.c (window_name_completer): New function.
6332         (focus_completer): Call window_name_completer.  All old content
6333         moved into window_name_completer.
6334         (winheight_completer): New function.
6335         (_initialize_tui_win): Rename variable.  Add completer to
6336         winheight command.  Update doc string on winheight.
6337
6338 2015-07-12  Sandra Loosemore  <sandra@codesourcery.com>
6339
6340         * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Register
6341         all nios2 mach variants.
6342
6343 2015-07-10  Kevin Buettner  <kevinb@redhat.com>
6344
6345         * rx-tdep.c (rx_get_opcode_byte): Use target_read_code instead
6346         of target_read_memory.
6347
6348 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
6349
6350         * tui/tui-win.c (tui_set_win_height): Use a cleanup to free the
6351         string copy.
6352         (parse_scrolling_args): Likewise.
6353
6354 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
6355
6356         * tui/tui-win.c (focus_completer): Don't duplicate the tui window
6357         names in this function.
6358
6359 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
6360
6361         * tui/tui-data.h (SRC_NAME): Convert to lower case.
6362         (CMD_NAME): Likewise.
6363         (DATA_NAME): Likewise.
6364         (DISASSEM_NAME): Likewise.
6365         * tui/tui-win.c (tui_set_focus): Window names are now lower case.
6366         (tui_set_win_height): Likewise.
6367         (parse_scrolling_args): Likewise.
6368
6369 2015-07-10  Markus Metzger  <markus.t.metzger@intel.com>
6370
6371         * record-btrace.c (record_btrace_goto_begin)
6372         (record_btrace_goto_end, record_btrace_goto): Move call to
6373         print_stack_frame ...
6374         (record_btrace_set_replay): ... here.  Set stop_pc.
6375         * record-full.c (record_full_goto_entry): Set stop_pc.
6376
6377 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6378
6379         * NEWS: Mention support for tracepoints on aarch64-linux.
6380
6381 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6382
6383         * linux-aarch64-low.c (aarch64_supports_tracepoints): New
6384         function.  Return 1.
6385         (the_low_target): Install it.
6386
6387 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6388
6389         * gdb.trace/backtrace.exp: Set registers for aarch64 target.
6390         * gdb.trace/collection.exp: Likewise.
6391         * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6392         * gdb.trace/mi-trace-unavailable.exp: Likewise.
6393         * gdb.trace/report.exp: Likewise.
6394         * gdb.trace/trace-break.exp: Likewise.
6395         * gdb.trace/unavailable.exp: Likewise.
6396         * gdb.trace/while-dyn.exp: Likewise.
6397
6398 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6399
6400         * aarch64-tdep.c: Add ax.h and ax-gdb.h includes.
6401         (aarch64_gen_return_address): New function.
6402         (aarch64_gdbarch_init): Hook it.
6403
6404 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6405
6406         * aarch64-tdep.c (aarch64_make_stub_cache): Set available_p and
6407         swallow NOT_AVAILABLE_ERROR.
6408         (aarch64_stub_this_id): Call frame_id_build_unavailable_stack if
6409         available_p is not set.
6410         (aarch64_stub_frame_unwind_stop_reason): New function.
6411         (aarch64_stub_unwind): Install it.
6412
6413 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6414
6415         * aarch64-tdep.c (aarch64_prologue_cache) <available_p>: New
6416         field.
6417         (aarch64_make_prologue_cache_1): New function, factored out from
6418         aarch64_make_prologue_cache.  Do not allocate cache.  Set
6419         available_p.
6420         (aarch64_make_prologue_cache): Reimplement wrapping
6421         aarch64_make_prologue_cache_1, and swallowing
6422         NOT_AVAILABLE_ERROR.
6423         (aarch64_prologue_frame_unwind_stop_reason): New function.
6424         Return UNWIND_UNAVAILABLE if available_p is not set.
6425         (aarch64_prologue_unwind): Install it.
6426         (aarch64_prologue_this_id): Move prev_pc and prev_sp limit
6427         checks into aarch64_prologue_frame_unwind_stop_reason.  Call
6428         frame_id_build_unavailable_stack if available_p is not set.
6429
6430 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6431
6432         * aarch64-tdep.c (aarch64_prologue_cache) <func, prev_pc>: New
6433         fields.
6434         (aarch64_scan_prologue): Set prev_pc.
6435         (aarch64_make_prologue_cache): Set func.
6436         (aarch64_make_stub_cache): Set prev_pc.
6437         (aarch64_prologue_this_id): Remove local variables id, pc and
6438         func.  Read prev_pc and func from cache.
6439         (aarch64_stub_this_id): Read prev_pc from cache.
6440
6441 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6442
6443         * aarch64-tdep.c (aarch64_make_stub_cache): Update comment.  New
6444         argument this_cache.  Remove unused local variables reg and
6445         unwound_fp.  Return early if this_cache is already set.  Set
6446         this_cache.
6447         (aarch64_stub_this_id): Update call to aarch64_make_stub_cache.
6448
6449 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6450
6451         * aarch64-tdep.c (aarch64_make_prologue_cache): Update comment.
6452         New argument this_cache.  Return early if this_cache is already
6453         set.  Set this_cache.
6454         (aarch64_prologue_this_id): Update call to
6455         aarch64_make_prologue_cache.
6456         (aarch64_prologue_prev_register): Likewise.
6457         (aarch64_normal_frame_base): Likewise.
6458
6459 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6460
6461         * c-valprint.c (c_val_print): Factor out memberptr printing code
6462         from c_val_print to ...
6463         (c_val_print_memberptr): ... this new function.
6464
6465 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6466
6467         * c-valprint.c (c_val_print): Factor out int printing code to ...
6468         (c_val_print_int): ... this new function.
6469
6470 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6471
6472         * c-valprint.c (c_val_print): Factor out struct and union
6473         printing code to ...
6474         (c_val_print_struct): ... this new function ...
6475         (c_val_print_union): ... and this new function.
6476
6477 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6478
6479         * c-valprint.c (c_val_print): Factor out pointer printing code
6480         to ...
6481         (c_val_print_ptr): ... this new function.
6482
6483 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6484
6485         * c-valprint.c (c_valprint): Factor our array printing code from
6486         c_val_print to ...
6487         (c_val_print_array): ... this new function.
6488
6489 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6490
6491         * c-valprint.c (c_val_print): Factor out pointer printing code
6492         to ...
6493         (print_unpacked_pointer): ... this new function.
6494
6495 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6496
6497         * c-valprint.c (c_val_print): Remove an assignment to i and move
6498         its declaration.
6499
6500 2015-07-09  Yao Qi  <yao.qi@linaro.org>
6501
6502         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Add
6503         argument ptid.  Update comments.  Caller update.
6504
6505 2015-07-09  Markus Metzger  <markus.t.metzger@intel.com>
6506
6507         * btrace.c (pt_print_packet): Print stop, vmcs, tma, mtc, cyc, and
6508         mnt packets.
6509
6510 2015-07-09  Markus Metzger  <markus.t.metzger@intel.com>
6511
6512         * btrace.c (btrace_pt_readmem_callback): Change type of PC argument.
6513
6514 2015-07-08  Simon Marchi  <simon.marchi@ericsson.com>
6515
6516         * progspace.c (delete_program_space): Add missing spaces.
6517
6518 2015-07-08  Simon Marchi  <simon.marchi@ericsson.com>
6519
6520         * inferior.c (delete_inferior_1): Rename to ...
6521         (delete_inferior): ..., remove 'silent' parameter, delete
6522         program space when unused and remove call to prune_program_spaces.
6523         Remove the old, unused, delete_inferior.
6524         (delete_inferior_silent): Remove.
6525         (prune_inferiors): Change call from delete_inferior_1 to
6526         delete_inferior and remove 'silent' parameter. Remove call to
6527         prune_program_spaces.
6528         (remove_inferior_command): Idem.
6529         * inferior.h (delete_inferior_1): Rename to...
6530         (delete_inferior): ..., remove 'silent' parameter and remove the
6531         original delete_inferior.
6532         (delete_inferior_silent): Remove.
6533         * mi/mi-main.c (mi_cmd_remove_inferior): Change call from
6534         delete_inferior_1 to delete_inferior and remove 'silent'
6535         parameter.
6536         * progspace.c (prune_program_spaces): Remove.
6537         (pspace_empty_p): Rename to...
6538         (program_space_empty_p): ... and make non-static.
6539         (delete_program_space): New.
6540         * progspace.h (prune_program_spaces): Remove declaration.
6541         (program_space_empty_p): New declaration.
6542         (delete_program_space): New declaration.
6543         * monitor.c (monitor_close): Replace call to
6544         delete_thread_silent and delete_inferior_silent with
6545         discard_all_inferiors.
6546
6547 2015-07-08  Patrick Palka  <patrick@parcs.ath.cx>
6548
6549         * defs.h (deprecated_register_changed_hook): Remove prototype.
6550         * interps.c (clear_iterpreter_hooks): Remove reference to
6551         deprecated_register_changed_hook.
6552         * top.c (deprecated_register_changed_hook): Remove prototype.
6553         * valops.c (value_assign): Remove reference to
6554         deprecated_register_changed_hook.
6555         * tui/tui-hooks.c (tui_register_changed): Add parameter "frame".
6556         Add comment documenting the function.
6557         (tui_register_changed_observer): Define.
6558         (tui_install_hooks): Remove reference to
6559         deprecated_register_changed_hook.  Set
6560         tui_register_changed_observer.
6561         (tui_remove_hooks): Remove reference to
6562         deprecated_register_changed_hook.  Unset
6563         tui_register_changed_observer.
6564
6565 2015-07-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
6566
6567         PR compile/18484
6568         * compile/compile-c-types.c (insert_type): Change gdb_assert to error.
6569
6570 2015-07-08  Robert O'Callahan  <robert@ocallahan.org>
6571
6572         PR exp/18617
6573         * ax-gdb.c (gen_conversion): Extend to 'to' bits, not 'from'.
6574
6575 2015-07-08  Markus Metzger  <markus.t.metzger@intel.com>
6576
6577         * MAINTAINERS (Write After Approval): Add Markus T. Metzger.
6578
6579 2015-07-08  Markus Metzger  <markus.t.metzger@intel.com>
6580
6581         * nat/linux-btrace.c (kernel_supports_bts, kernel_supports_pt):
6582         Use safe_strerror() instead of strerror().
6583
6584 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6585
6586         * features/arm-with-m-fpa-layout.xml: Set architecture to arm.
6587         * features/arm-with-m-fpa-layout.c: Regenerated.
6588         * features/arm-with-m-vfp-d16.xml: Likewise.
6589         * features/arm-with-m-vfp-d16.c: Regenerated.
6590         * features/arm-with-m.xml: Likewise.
6591         * features/arm-with-m.c: Regenerated.
6592         * features/arm-with-neon.xml: Likewise.
6593         * features/arm-with-neon.c: Regenerated.
6594         * features/arm-with-vfpv2.xml: Likewise.
6595         * features/arm-with-vfpv2.c: Regenerated.
6596         * features/arm-with-vfpv3.xml: Likewise.
6597         * features/arm-with-vfpv3.c: Regenerated.
6598
6599 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6600
6601         * aarch32-linux-nat.h (VFP_REGS_SIZE): New macro, moved from
6602         arm-linux-nat.c.
6603         * aarch64-linux-nat.c: Include aarch32-linux-nat.h and
6604         elf/external.h.
6605         (fetch_gregs_from_thread): Call aarch32_gp_regcache_supply
6606         if target is 32-bit.
6607         (store_gregs_to_thread): Call aarch32_gp_regcache_collect
6608         if target is 32-bit.
6609         (fetch_fpregs_from_thread): Call aarch32_vfp_regcache_supply
6610         if target is 32-bit.
6611         (store_fpregs_to_thread): Call aarch32_vfp_regcache_collect
6612         if target is 32-bit.
6613         (tdesc_arm_with_vfpv3, tdesc_arm_with_neon): Declare.
6614         (aarch64_linux_read_description): Return the right target
6615         description.
6616         * arm-linux-nat.c (VFP_REGS_SIZE): Moved to aarch32-linux-nat.h.
6617         * config/aarch64/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
6618         * configure.tgt (aarch64*-*-linux*): Add arm-tdep.o and
6619         arm-linux-tdep.o.
6620
6621 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6622
6623         * aarch32-linux-nat.c: New file.
6624         * aarch32-linux-nat.h: New file.
6625         * arm-linux-nat.c: Include aarch32-linux-nat.h.
6626         (fetch_regs): Move code to aarch32-linux-nat.c.  Call
6627         aarch32_gp_regcache_supply.
6628         (store_regs): Move code to aarch32-linux-nat.c.  Call
6629         aarch32_gp_regcache_collect.
6630         (fetch_vfp_regs): Move code to aarch32-linux-nat.c.  Call
6631         aarch32_vfp_regcache_supply.
6632         (store_vfp_regs): Move code to aarch32-linux-nat.c.  Call
6633         aarch32_vfp_regcache_collect.
6634         * config/arm/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
6635
6636 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6637
6638         * arm-linux-nat.c (store_fpregister): Remove.
6639         (store_register): Likewise.
6640         (fetch_fpregister): Likewise.
6641         (fetch_register): Likewise.
6642         (arm_linux_store_inferior_registers): Call store_regs and
6643         store_fpregs instead.
6644         (arm_linux_fetch_inferior_registers): Call fetch_fpregs and
6645         fetch_regs instead.
6646
6647 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
6648
6649         * doc/gdb.texinfo (TUI): Restructure documentation on TUI layout
6650         and focus commands.
6651
6652 2015-07-06  Joel Brobecker  <brobecker@adacore.com>
6653
6654         * NEWS: Create a new section for the next release branch.
6655         Rename the section of the current branch, now that it has
6656         been cut.
6657
6658 2015-07-06  Joel Brobecker  <brobecker@adacore.com>
6659
6660         GDB 7.10 branch created (66c4b3e8a628a207bc6aafef6af0c4128195f56e):
6661         * version.in: Bump version to 7.10.50.DATE-cvs.
6662
6663 2015-07-06  Luis Machado  <lgustavo@codesourcery.com>
6664
6665         * breakpoint.c (remove_breakpoint_1): Don't handle permanent
6666         breakpoints in a special way.
6667         (remove_breakpoint): Likewise.
6668         (mark_breakpoints_out): Likewise.
6669
6670 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
6671
6672         * doc/gdb.texinfo (TUI): Add comma after @xref.
6673
6674 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
6675
6676         * tui/tui-win.c (tui_set_focus): Use structure member 'generic'
6677         instead of casting the structure type.
6678
6679 2015-07-06  Simon Marchi  <simon.marchi@ericsson.com>
6680
6681         * valops.c (search_struct_field): Remove OFFSET parameter.
6682         (value_cast_structs): Adjust calls to search_struct_field.
6683         (value_struct_elt): Same.
6684         (find_overload_match): Same.
6685
6686 2015-07-06  Simon Marchi  <simon.marchi@ericsson.com>
6687
6688         * value.c (value_fetch_lazy): Update comment, change return
6689         value to void.
6690         * value.h (value_fetch_lazy): Change return value to void.
6691
6692 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
6693
6694         * tui/tui-data.c (tui_partial_win_by_name): Window name is const.
6695         (tui_win_name): Make parameter and result const.
6696         * tui/tui-data.h (tui_win_name): Make parameter and result const.
6697
6698 2015-07-06  Patrick Palka  <patrick@parcs.ath.cx>
6699
6700         * i386-tdep.c (i386_mpx_info_bounds): Don't call error, instead
6701         use printf_unfiltered.
6702         (set_mpx_cmd): Add missing trailing space to command string
6703         literal.
6704         (_initialize_i386_tdep): Give the "mpx" prefix command its
6705         correct name.
6706
6707 2015-07-02  Kevin Buettner  <kevinb@redhat.com>
6708
6709         * rx-tdep.c (RX_USP_REGNUM, RX_BPC_REGNUM): New constants.
6710         (enum rx_frame_type): New.
6711         (struct rx_prologue): Add new field `frame_type'.
6712         (rx_analyze_prologue): Add `frame_type' parameter. Cache this
6713         parameter in the prologue struct.  Add code for recording
6714         locations of PC and PSW for fast interrupt and exception frames.
6715         (rx_skip_prologue): Adjust call to rx_analyze_prologue.
6716         (rx_analyze_frame_prologue): Add `frame_type' parameter.
6717         (rx_frame_type): New function.
6718         (rx_frame_base): Fetch frame type and pass it to rx_analyze_prologue.
6719         (rx_frame_this_id): Rename parameter `this_prologue_cache' to
6720         `this_cache'.
6721         (rx_frame_prev_register): Rename parameter `this_prologue_cache' to
6722         `this_cache'.  Add cases for RX_FRAME_TYPE_EXCEPTION and
6723         RX_FRAME_TYPE_FAST_INTERRUPT.
6724         (normal_frame_p, exception_frame_p, rx_frame_sniffer_common)
6725         (rx_frame_sniffer, rx_exception_sniffer): New functions.
6726         (rx_frame_unwind): Use rx_frame_sniffer instead of
6727         default_frame_sniffer.
6728         (rx_frame_unwind): New unwinder.
6729         (rx_gdbarch_init): Register new unwinder.
6730
6731 2015-07-02  Kevin Buettner  <kevinb@redhat.com>
6732
6733         * rx-tdep.c (RX_BPSW_REGNUM, RX_FPSW_REGNUM): New constants.
6734         (struct gdbarch_tdep): Add fields rx_psw_type and rx_fpsw_type.
6735         (rx_register_type): Add cases for RX_PSW_REGNUM, RX_BPSW_REGNUM,
6736         and RX_FPSW_REGNUM.
6737         (rx_gdbarch_init): Initialize PSW, BPSW, and FPSW flags types.
6738
6739 2015-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6740
6741         Fix GCC false warning.
6742         * s390-linux-tdep.c (s390_handle_arg): Initialize VAL.
6743
6744 2015-07-02  Yao Qi  <yao.qi@linaro.org>
6745
6746         * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Fix
6747         typo in the debugging message.
6748
6749 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
6750
6751         * btrace.c: Include gdbcmd.h, cli/cli-utils.h, and ctype.h.
6752         (maint_btrace_cmdlist, maint_btrace_set_cmdlist)
6753         (maint_btrace_show_cmdlist, maint_btrace_pt_set_cmdlist)
6754         (maint_btrace_pt_show_cmdlist, maint_btrace_pt_skip_pad)
6755         (btrace_maint_clear): New.
6756         (btrace_fetch, btrace_clear): Call btrace_maint_clear.
6757         (pt_print_packet, btrace_maint_decode_pt)
6758         (btrace_maint_update_pt_packets, btrace_maint_update_packets)
6759         (btrace_maint_print_packets, get_uint, get_context_size, no_chunk)
6760         (maint_btrace_packet_history_cmd)
6761         (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
6762         (maint_btrace_cmd, maint_btrace_set_cmd, maint_btrace_show_cmd)
6763         (maint_btrace_pt_set_cmd, maint_btrace_pt_show_cmd)
6764         (maint_info_btrace_cmd, _initialize_btrace): New.
6765         * btrace.h (btrace_pt_packet, btrace_pt_packet_s)
6766         (btrace_maint_packet_history, btrace_maint_info): New.
6767         (btrace_thread_info) <maint>: New.
6768         * NEWS: Announce it.
6769
6770 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
6771
6772         * btrace.c (btrace_fetch): Append the new trace data.
6773         (btrace_clear): Clear the stored trace data.
6774         * btrace.h (btrace_thread_info) <data>: New.
6775         * common/btrace-common.h (btrace_data_clear)
6776         (btrace_data_append): New.
6777         * common/btrace-common.c (btrace_data_clear)
6778         (btrace_data_append): New.
6779
6780 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
6781
6782         * nat/linux-btrace.c (linux_enable_bts): Check for
6783         PERF_ATTR_SIZE_VER5.
6784         Check for data_offset and data_size fields.  Use them.
6785
6786 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
6787
6788         * NEWS: Announce new commands "record btrace pt" and "record pt".
6789         Announce new options "set|show record btrace pt buffer-size".
6790         * btrace.c: Include "rsp-low.h".
6791         Include "inttypes.h".
6792         (btrace_add_pc): Add forward declaration.
6793         (pt_reclassify_insn, ftrace_add_pt, btrace_pt_readmem_callback)
6794         (pt_translate_cpu_vendor, btrace_finalize_ftrace_pt)
6795         (btrace_compute_ftrace_pt): New.
6796         (btrace_compute_ftrace): Support BTRACE_FORMAT_PT.
6797         (check_xml_btrace_version): Update version check.
6798         (parse_xml_raw, parse_xml_btrace_pt_config_cpu)
6799         (parse_xml_btrace_pt_raw, parse_xml_btrace_pt)
6800         (btrace_pt_config_cpu_attributes, btrace_pt_config_children)
6801         (btrace_pt_children): New.
6802         (btrace_children): Add support for "pt".
6803         (parse_xml_btrace_conf_pt, btrace_conf_pt_attributes): New.
6804         (btrace_conf_children): Add support for "pt".
6805         * btrace.h: Include "intel-pt.h".
6806         (btrace_pt_error): New.
6807         * common/btrace-common.c (btrace_format_string, btrace_data_fini)
6808         (btrace_data_empty): Support BTRACE_FORMAT_PT.
6809         * common/btrace-common.h (btrace_format): Add BTRACE_FORMAT_PT.
6810         (struct btrace_config_pt): New.
6811         (struct btrace_config)<pt>: New.
6812         (struct btrace_data_pt_config, struct btrace_data_pt): New.
6813         (struct btrace_data)<pt>: New.
6814         * features/btrace-conf.dtd (btrace-conf)<pt>: New.
6815         (pt): New.
6816         * features/btrace.dtd (btrace)<pt>: New.
6817         (pt, pt-config, cpu): New.
6818         * nat/linux-btrace.c (perf_event_read, perf_event_read_all)
6819         (perf_event_pt_event_type, kernel_supports_pt)
6820         (linux_supports_pt): New.
6821         (linux_supports_btrace): Support BTRACE_FORMAT_PT.
6822         (linux_enable_bts): Free tinfo on error.
6823         (linux_enable_pt): New.
6824         (linux_enable_btrace): Support BTRACE_FORMAT_PT.
6825         (linux_disable_pt): New.
6826         (linux_disable_btrace): Support BTRACE_FORMAT_PT.
6827         (linux_fill_btrace_pt_config, linux_read_pt): New.
6828         (linux_read_btrace): Support BTRACE_FORMAT_PT.
6829         * nat/linux-btrace.h (struct btrace_tinfo_pt): New.
6830         (struct btrace_target_info)<pt>: New.
6831         * record-btrace.c (set_record_btrace_pt_cmdlist)
6832         (show_record_btrace_pt_cmdlist): New.
6833         (record_btrace_print_pt_conf): New.
6834         (record_btrace_print_conf): Support BTRACE_FORMAT_PT.
6835         (btrace_ui_out_decode_error): Support BTRACE_FORMAT_PT.
6836         (cmd_record_btrace_pt_start): New.
6837         (cmd_record_btrace_start): Support BTRACE_FORMAT_PT.
6838         (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): New.
6839         (_initialize_record_btrace): Add new commands.
6840         * remote.c (PACKET_Qbtrace_pt, PACKET_Qbtrace_conf_pt_size): New.
6841         (remote_protocol_features): Add "Qbtrace:pt".
6842         Add "Qbtrace-conf:pt:size".
6843         (remote_supports_btrace): Support BTRACE_FORMAT_PT.
6844         (btrace_sync_conf): Support PACKET_Qbtrace_conf_pt_size.
6845         (remote_enable_btrace): Support BTRACE_FORMAT_PT.
6846         (_initialize_remote): Add new commands.
6847
6848 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
6849
6850         * configure.ac: check for libipt
6851         * configure: Regenerate.
6852         * config.in: Regenerate.
6853         * Makefile.in (LIBIPT): New.
6854         (CLIBS): Add $LIBIPT.
6855         * NEWS: document new configure options
6856
6857 2015-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6858
6859         * compile/compile-object-load.c (compile_object_load): Replace debug
6860         message "lookup undefined ELF symbol" by 3 more specific messages.
6861
6862 2015-07-01  Kevin Buettner  <kevinb@redhat.com>
6863
6864         * rl78-tdep.c (struct gdbarch_tdep): Add new field, rl78_psw_type.
6865         (rl78_register_type): Add case for RL78_PSW_REGNUM.
6866         (rl78_gdbarch_init): Initialize rl78_psw_type.
6867
6868 2015-07-01  Patrick Palka  <patrick@parcs.ath.cx>
6869
6870         * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
6871         Update commentary.  Always refresh the registers when frame
6872         information has changed.
6873         * tui/tui-stack.c (tui_show_frame_info): Update commentary.
6874         Change return type to int.  Return 1 if frame information has
6875         changed, 0 otherwise.
6876         (tui_before_prompt): Update commentary.
6877         * tui/tui-stack.h (tui_show_frame_info): Change return type to
6878         int.
6879
6880 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
6881
6882         PR tui/13378
6883         * frame.c (select_frame): Remove reference to
6884         deprecated_selected_frame_level_changed_hook.
6885         * frame.h (deprecated_selected_frame_level_changed_hook): Remove
6886         declaration.
6887         * stack.c (deprecated_selected_frame_level_changed_hook):
6888         Likewise.
6889         * tui/tui-hooks.c (tui_selected_frame_level_changed_hook):
6890         Rename to ...
6891         (tui_refresh_frame_and_register_information): ... this.  Bail
6892         out if there is no stack.  Don't update register information
6893         unless registers_too_p is true.
6894         (tui_print_frame_info_listing_hook): Rename to ...
6895         (tui_dummy_print_frame_info_listing_hook): ... this.
6896         (tui_before_prompt): New function.
6897         (tui_normal_stop): New function.
6898         (tui_before_prompt_observer): New observer.
6899         (tui_normal_stop_observer): New observer.
6900         (tui_install_hooks): Set
6901         deprecated_print_frame_info_listing_hook to
6902         tui_dummy_print_frame_info_listing_hook.  Register
6903         tui_before_prompt_observer to call tui_before_prompt and
6904         tui_normal_stop_observer to call tui_normal_stop.  Remove
6905         reference to deprecated_selected_frame_level_changed_hook.
6906         (tui_remove_hooks): Detach and unset tui_before_prompt_observer
6907         and tui_normal_stop_observer.  Remove reference to
6908         deprecated_selected_frame_level_changed_hook.
6909
6910 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
6911
6912         PR tui/13378
6913         * tui/tui-stack.c (tui_set_locator_info): Change prototype to
6914         return an int instead of void.  Return whether the locator
6915         window has changed.
6916         (tui_show_frame_info): If the locator info has not changed, then
6917         bail out early to avoid refreshing the windows.
6918
6919 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
6920
6921         * tui/tui-stack.c (tui_set_locator_info): Explicitly pass
6922         LOCATOR_WIN to tui_alloc_content.
6923
6924 2015-06-30  Yao Qi  <yao.qi@linaro.org>
6925
6926         PR tdep/18605
6927         * arm-tdep.c (arm_get_next_pc_raw): Break for media
6928         instructions.
6929
6930 2015-06-29  Kevin Buettner  <kevinb@redhat.com>
6931
6932         * rx-tdep.c (RX_PSW_REGNUM): New enum constant.
6933         (rx_dwarf_reg_to_regnum): New function.
6934         (rx_gdbarch_init): Register rx_dwarf_reg_to_regnum.  Use dwarf2
6935         unwinding.
6936
6937 2015-06-29  Pedro Alves  <palves@redhat.com>
6938
6939         PR threads/18127
6940         * infcall.c (run_inferior_call): On infcall success, if the thread
6941         was marked stopped before, reset it back to stopped.
6942         * infrun.c (resume): Don't suppress the set_running calls when
6943         doing an infcall.
6944         (normal_stop): Only discard the finish_thread_state cleanup if the
6945         infcall succeeded.
6946
6947 2015-06-29  Pierre Langlois  <pierre.langlois@arm.com>
6948
6949         * MAINTAINERS (Write After Approval): Update my email address.
6950
6951 2015-06-26  Keith Seitz  <keiths@redhat.com>
6952             Doug Evans  <dje@google.com>
6953
6954         PR 16253
6955         * block.c (block_lookup_symbol): For non-function blocks,
6956         continue to search for a symbol with an exact domain match
6957         Otherwise, return any previously found "best domain" symbol.
6958         (block_lookup_symbol_primary): Likewise.
6959
6960 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
6961
6962         * NEWS: Mention the new option "history remove-duplicates".
6963         * top.c (history_remove_duplicates): New static variable.
6964         (show_history_remove_duplicates): New static function.
6965         (gdb_add_history): Conditionally remove duplicate history
6966         entries.
6967         (init_main): Add "history remove-duplicates" option.
6968
6969 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
6970
6971         * tui/tui-win.c (focus_completer): New static function.
6972         (_initialize_tui_win): Set the completion function of the
6973         "focus" command to focus_completer.
6974
6975 2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
6976
6977         * linespec.c (minsym_found): Reset sal.PC for COMPUNIT_LOCATIONS_VALID
6978         and language_asm..
6979         * symtab.c (find_function_start_sal): Likewise.
6980
6981 2015-06-25  Gary Benson  <gbenson@redhat.com>
6982
6983         * solib.c (solib_find_1): Set local variable sysroot to NULL if
6984         it is the empty string after trailing slashes have been stripped.
6985
6986 2015-06-25  Gary Benson  <gbenson@redhat.com>
6987
6988         * exec.c (exec_file_locate_attach): Remove gdb_sysroot NULL check.
6989         * infrun.c (follow_exec): Likewise.
6990         * remote.c (remote_filesystem_is_local): Likewise.
6991         * solib.c (solib_find_1): Likewise.
6992
6993 2015-06-24  Keith Seitz  <keiths@redhat.com>
6994
6995         * build-id.c (build_id_to_debug_bfd): Add cleanup to free
6996         return value from lrealpath.
6997
6998 2015-06-24  Mike Frysinger  <vapier@gentoo.org>
6999
7000         * remote-sim.c (gdbsim_open): Move sysroot update to the top.
7001
7002 2015-06-24  Mike Frysinger  <vapier@gentoo.org>
7003
7004         * remote-sim.c: Include gdb_bfd.h.
7005         (gdbsim_open): Declare new local sysroot pointing to gdb_sysroot.
7006         Skip TARGET_SYSROOT_PREFIX in gdb_sysroot when it is active.
7007
7008 2015-06-24  Yao Qi  <yao.qi@linaro.org>
7009
7010         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't call
7011         set_gdbarch_get_siginfo_type.
7012         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
7013         * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
7014         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
7015         * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
7016         * ppc-linux-tdep.c (ppc_linux_init_abi): Likewise.
7017         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
7018         * tilegx-linux-tdep.c (tilegx_linux_init_abi): Likewise.
7019         * linux-tdep.c (linux_get_siginfo_type): Change it to static.
7020         (linux_init_abi): Call set_gdbarch_get_siginfo_type.
7021         * linux-tdep.h (linux_get_siginfo_type): Remove the declaration.
7022
7023 2015-06-24  Gary Benson  <gbenson@redhat.com>
7024
7025         * common/buffer.c (stdint.h): Do not include.
7026         * common/print-utils.c (stdint.h): Likewise.
7027         * compile/compile-c-symbols.c (gdb_assert.h): Likewise.
7028         * compile/compile-c-types.c (gdb_assert.h): Likewise.
7029         * ft32-tdep.c (gdb_assert.h): Likewise.
7030         * guile/scm-utils.c (stdint.h): Likewise.
7031         * i386-linux-tdep.c (stdint.h): Likewise.
7032         * i386-tdep.c (stdint.h): Likewise.
7033         * nat/linux-btrace.c (stdint.h): Likewise.
7034         * nat/linux-btrace.h (stdint.h): Likewise.
7035         * nat/linux-ptrace.c (stdint.h): Likewise.
7036         * nat/mips-linux-watch.h (stdint.h): Likewise.
7037         * ppc-linux-nat.c (stdint.h): Likewise.
7038         * python/python-internal.h (stdint.h): Likewise.
7039         * stub-termcap.c (stdlib.h): Likewise.
7040         * target/target.h (stdint.h): Likewise.
7041         * xtensa-linux-nat.c (stdint.h): Likewise.
7042
7043 2015-06-23  Patrick Palka  <patrick@parcs.ath.cx>
7044
7045         * top.c (init_history): Look at errno after calling strtol to
7046         properly map large GDBHISTSIZE values to infinity.
7047
7048 2015-06-23  Doug Evans  <dje@google.com>
7049
7050         * inferior.h (struct inferior_suspend_state): Delete, unused.
7051         All references deleted.
7052
7053 2015-06-23  Mike Frysinger  <vapier@gentoo.org>
7054
7055         * microblaze-tdep.c (microblaze_push_dummy_code): Delete.
7056         (microblaze_push_dummy_call): Likewise.
7057         (microblaze_gdbarch_init): Delete calls to set_gdbarch_push_dummy_code
7058         and set_gdbarch_push_dummy_call.
7059
7060 2015-06-23  Yao Qi  <yao.qi@linaro.org>
7061
7062         * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
7063         Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly.
7064         (amd64_linux_store_inferior_registers): Likewise.
7065         * arm-linux-nat.c (fetch_fpregister): Likewise.
7066         (fetch_fpregs, store_fpregister): Likewise.
7067         (store_fpregister, store_fpregs): Likewise.
7068         (fetch_register, fetch_regs): Likewise.
7069         (store_register, store_regs): Likewise.
7070         (fetch_vfp_regs, store_vfp_regs): Likewise.
7071         (arm_linux_read_description): Check have_ptrace_getregset is
7072         TRIBOOL_UNKNOWN.  Set have_ptrace_getregset to TRIBOOL_TRUE
7073         or TRIBOOL_FALSE.
7074         * i386-linux-nat.c (fetch_xstateregs): Check
7075         have_ptrace_getregset is not TRIBOOL_TRUE.
7076         (store_xstateregs): Likewise.
7077         * linux-nat.c (have_ptrace_getregset): Change its type to
7078         enum tribool.
7079         * linux-nat.h (tribool): New enum.
7080         * x86-linux-nat.c (x86_linux_read_description): Use enum tribool.
7081         Check whether have_ptrace_getregset is TRIBOOL_TRUE.
7082
7083 2015-06-19  Doug Evans  <dje@google.com>
7084
7085         * NEWS: Mention Sun's version of stabs is no longer supported.
7086         * elfread.c (free_elfinfo): Delete.  All uses updated.
7087         (elfstab_offset_sections): Delete.  All uses updated.
7088         * gdb-stabs.h (stab_section_info): Delete.  All uses updated.
7089         * psympriv.h (partial_symtab) <section_offsets>: Delete.
7090         All uses updated.
7091         * psymtab.c (start_psymtab_common): Delete arg section_offsets.
7092         All callers updated.
7093
7094 2015-06-18  Simon Marchi  <simon.marchi@ericsson.com>
7095
7096         * common/rsp-low.c (needs_escaping): New.
7097         (remote_escape_output): Add unit_size parameter. Refactor to
7098         support multi-byte addressable units.  Rename parameters.
7099         * common/rsp-low.h (remote_escape_output): Add unit_size
7100         parameter and rename others. Update doc.
7101         * remote.c (align_for_efficient_write): New.
7102         (remote_write_bytes_aux): Add unit_size parameter and use it.
7103         Rename some variables.  Update doc.
7104         (remote_xfer_partial): Get unit size and use it.
7105         (remote_read_bytes_1): Add unit_size parameter and use it.
7106         Rename some variables. Update doc.
7107         (remote_write_bytes): Same.
7108         (remote_xfer_live_readonly_partial): Same.
7109         (remote_read_bytes): Same.
7110         (remote_flash_write): Update call to remote_write_bytes_aux.
7111         (remote_write_qxfer): Update call to remote_escape_output.
7112         (remote_search_memory): Same.
7113         (remote_hostio_pwrite): Same.
7114
7115 2015-06-17  Luis Machado  <lgustavo@codesourcery.com>
7116
7117         * breakpoint.c (add_location_to_breakpoint): Don't mark permanent
7118         locations as inserted.
7119         Update and expand comment about permanent locations.
7120         (bp_loc_is_permanent): Don't return 0 for bp_call_dummy.
7121         Move comment to add_location_to_breakpoint.
7122         (update_global_location_list): Don't error out if a permanent
7123         breakpoint is not marked inserted.
7124         Don't error out if a non-permanent breakpoint location is inserted on
7125         top of a permanent breakpoint.
7126
7127 2015-06-17  Luis Machado  <lgustavo@codesourcery.com>
7128
7129         * breakpoint.c (make_breakpoint_permanent): Remove unused
7130         function.
7131         * breakpoint.h (make_breakpoint_permanent): Remove declaration.
7132
7133 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
7134
7135         PR gdb/16999
7136         * NEWS: Mention new GDBHISTSIZE behavior.
7137         * top.c (init_history): For null or out-of-range GDBHISTSIZE,
7138         set history size to unlimited.  Ignore non-numeric GDBHISTSIZE.
7139
7140 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
7141
7142         * NEWS: Mention that GDBHISTSIZE is read instead of HISTSIZE.
7143         * top.c (init_history): Read from GDBHISTSIZE instead of
7144         HISTSIZE.
7145         (init_main): Refer to GDBHISTSIZE instead of HISTSIZE.
7146
7147 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
7148
7149         * top.c (gdb_safe_append_history): Do not call
7150         history_truncate_file if the history is not stifled.
7151
7152 2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7153
7154         * syscalls/s390-linux.xml: Add syscalls 344 through 354.
7155         * syscalls/s390x-linux.xml: Likewise.
7156
7157 2015-06-16  Michael Eager  <eager@eagercon.com>
7158
7159         * nat/linux-namespaces.c (MSG_CMSG_CLOEXEC): Define if not defined.
7160
7161 2015-06-16  Patrick Palka  <patrick@parcs.ath.cx>
7162
7163         * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Call
7164         target_terminal_ours_for_output() before calling
7165         tui_show_frame_info(), and restore the original terminal
7166         settings afterwards.
7167
7168 2015-06-16  Martin Simmons  <martin@lispworks.com>  (tiny patch)
7169
7170         * arm-linux-nat.c: Include nat/linux-ptrace.h.
7171
7172 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
7173
7174         * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable
7175         memory unit size.
7176         (mi_cmd_data_write_memory_bytes): Same.
7177
7178 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
7179
7180         * corefile.c (write_memory): Update doc.
7181         * gdbcore.h (write_memory): Same.
7182
7183 2015-06-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7184
7185         * linux-tdep.c (enum filterflags): Make it from anonymous enum.
7186         (dump_mapping_p): Use it for parameter filterflags.
7187         (linux_find_memory_regions_full): Use it for variable filterflags.
7188
7189 2015-06-15  Aleksandar Ristovski  <aristovski@qnx.com
7190             Jan Kratochvil  <jan.kratochvil@redhat.com>
7191
7192         Merge multiple hex conversions.
7193         * monitor.c: Include rsp-low.h.
7194         (fromhex): Remove definition.
7195
7196 2015-06-15  Aleksandar Ristovski  <aristovski@qnx.com
7197             Jan Kratochvil  <jan.kratochvil@redhat.com>
7198
7199         Move utility functions to common/.
7200         * cli/cli-utils.c (skip_spaces, skip_spaces_const, skip_to_space_const):
7201         Move defs to common/common-utils.c.
7202         * cli/cli-utils.h (skip_spaces, skip_spaces_const, skip_to_space)
7203         (skip_to_space_const): Move decls to common/common-utils.h.
7204         * common/common-defs.h: Move include of common-types.h before
7205         common-utils.h.
7206         * common/common-utils.c: Include host-defs.h and ctype.h.
7207         (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int, strtoulst): Move
7208         from utils.c.
7209         (skip_spaces, skip_spaces_const, skip_to_space_const): Move from
7210         cli/cli-utils.c.
7211         * common/common-utils.h (strtoulst): Move decl from utils.h.
7212         (skip_spaces, skip_spaces_const, skip_to_space, skip_to_space_const):
7213         Move from cli/cli-utils.h.
7214         * common/host-defs.h: Include limits.h.
7215         (TARGET_CHAR_BIT, HOST_CHAR_BIT): Moved from defs.h.
7216         (skip_spaces, skip_spaces_const): Move decls from cli/cli-utils.h.
7217         * defs.h (TARGET_CHAR_BIT, HOST_CHAR_BIT): Move to
7218         common/common-utils.h.
7219         * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
7220         (strtoulst): Move to common/common-utils.c.
7221         * utils.h (strtoulst): Moved decl to common/common-utils.h.
7222
7223 2015-06-15  Yao Qi  <yao.qi@linaro.org>
7224
7225         * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml.
7226
7227 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
7228
7229         * build-id.c: Don't include elf-bfd.h.
7230         (build_id_bfd_get): Use bfd_build_id.
7231         (build_id_verify): Ditto.
7232         * build-id.h: Ditto.
7233         (find_separate_debug_file_by_buildid): Ditto.
7234         * python/py-objfile.c: Don't include elf-bfd.h.
7235         (objfpy_get_build_id) Use bfd_build_id.
7236         (objfpy_build_id_matches, objfpy_lookup_objfile_by_build_id): Ditto.
7237         * coffread.c: Include build-id.h.
7238         (coff_symfile_read): Try find_separate_debug_file_by_buildid.
7239
7240 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
7241
7242         * windows-nat.c (do_windows_fetch_inferior_registers)
7243         (handle_output_debug_string): Replace __COPY_CONTEXT_SIZE
7244         conditional with __CYGWIN__.
7245
7246 2015-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
7247
7248         * completer.c: Add arch-utils.h include.
7249         (enum reg_completer_targets): New enum.
7250         (reg_or_group_completer_1): New function containing old
7251         reg_or_group_completer, add and use new parameter to control what
7252         is completed on.  Use get_current_arch rather than architecture of
7253         currently selected frame.
7254         (reg_or_group_completer): Call new reg_or_group_completer_1.
7255         (reggroup_completer): Call new reg_or_group_completer_1.
7256         * completer.h (reggroup_completer): Add declaration.
7257         * tui/tui-regs.c: Add 'completer.h' include.
7258         (tui_reg_next_command): Renamed to...
7259         (tui_reg_next): ...this.  Adjust parameters and return rather than
7260         display new group.
7261         (tui_reg_prev_command): Renamed to...
7262         (tui_reg_prev): ...this.  Adjust parameters and return rather than
7263         display new group.
7264         (tui_reg_float_command): Delete.
7265         (tui_reg_general_command): Delete.
7266         (tui_reg_system_command): Delete.
7267         (tui_reg_command): Rewrite to perform switching of register group.
7268         Add header comment.
7269         (tuireglist): Remove.
7270         (tui_reggroup_completer): New function.
7271         (_initialize_tui_regs): Remove 'tui reg' sub-commands, update
7272         creation of 'tui reg' command.
7273         * NEWS: Add comment about 'tui reg' changes.
7274
7275 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
7276
7277         * target.c (target_read): Consider addressable unit size when
7278         reading from a memory object.
7279         (read_memory_robust): Same.
7280         (read_whatever_is_readable): Same.
7281         (target_write_with_progress): Consider addressable unit size
7282         when writing to a memory object.
7283         * target.h (target_read): Update documentation.
7284         (target_write): Add documentation.
7285
7286 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
7287
7288         * arch-utils.h (default_addressable_memory_unit_size): New.
7289         * arch-utils.c (default_addressable_memory_unit_size): New.
7290         * gdbarch.sh (addressable_memory_unit_size): New.
7291         * gdbarch.h: Re-generate.
7292         * gdbarch.c: Re-generate.
7293
7294 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
7295
7296         * target.c (target_read): Rename variables and use
7297         TARGET_XFER_E_IO.
7298         (target_read_with_progress): Same.
7299         (read_memory_robust): Constify parameters and rename
7300         variables.
7301         (read_whatever_is_readable): Constify parameters,
7302         rename variables, adjust formatting.
7303         * target.h (read_memory_robust): Constify parameters.
7304
7305 2015-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
7306
7307         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short
7308         synthetic (non-AltiVec) vector types.
7309         (ppc64_sysv_abi_return_value): Likewise.
7310
7311 2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7312
7313         PR breakpoints/16465
7314         * breakpoint.c (create_breakpoint): Save extra_string for
7315         pending breakpoints.
7316
7317 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7318
7319         * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask
7320         and bt_mask to CORE_ADDR.
7321
7322 2015-06-11  Gary Benson <gbenson@redhat.com>
7323
7324         * nat/linux-namespaces.c (mnsh_send_message): Use pulongest.
7325         (mnsh_recv_message): Likewise.
7326
7327 2015-06-11  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7328
7329         * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of
7330         long long int and plongest instead of %ll.
7331
7332 2015-06-11  Gary Benson <gbenson@redhat.com>
7333
7334         * nat/linux-namespaces.c (gdb_wait.h): New include.
7335         (sys/wait.h): Do not include.
7336
7337 2015-06-10  Simon Marchi  <simon.marchi@ericsson.com>
7338
7339         * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if
7340         end_sequence is true.
7341
7342 2015-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
7343
7344         Code cleanup.
7345         * solib-target.c (library_list_start_list): Use explicit NULL
7346         comparison.
7347
7348 2015-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
7349
7350         * solib-target.c (library_list_start_list): Do not dereference
7351         variable version in its initialization.  Make the VERSION check handle
7352         NULL.
7353         (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL.
7354
7355 2015-06-10  Gary Benson <gbenson@redhat.com>
7356
7357         * NEWS: Announce support for direct access of executable and
7358         shared library files when attaching to inferiors in containers
7359         on GNU/Linux systems.
7360
7361 2015-06-10  Gary Benson <gbenson@redhat.com>
7362
7363         * remote.c (struct remote_state) <fs_pid>: New field.
7364         (new_remote_state): Initialize the above.
7365         (PACKET_vFile_setfs): New enum value.
7366         (remote_hostio_set_filesystem): New function.
7367         (remote_hostio_open): Call the above.
7368         (remote_hostio_unlink): Likewise.
7369         (remote_hostio_readlink): Likewise.
7370         (_initialize_remote): Register new "set/show remote
7371         hostio-setfs-packet" command.
7372         * NEWS: Announce new vFile:setfs packet.
7373
7374 2015-06-10  Gary Benson <gbenson@redhat.com>
7375
7376         * linux-nat.c (nat/linux-namespaces.h): New include.
7377         (fileio.h): Likewise.
7378         (linux_nat_filesystem_is_local): New function.
7379         (linux_nat_fileio_pid_of): Likewise.
7380         (linux_nat_fileio_open): Likewise.
7381         (linux_nat_fileio_readlink): Likewise.
7382         (linux_nat_fileio_unlink): Likewise.
7383         (linux_nat_add_target): Initialize to_filesystem_is_local,
7384         to_fileio_open, to_fileio_readlink and to_fileio_unlink.
7385         (_initialize_linux_nat): New "set/show debug linux-namespaces"
7386         commands.
7387         * NEWS: Mention new "set/show debug linux-namespaces" commands.
7388
7389 2015-06-10  Gary Benson <gbenson@redhat.com>
7390
7391         * target.h (struct inferior): New forward declaration.
7392         (struct target_ops) <to_filesystem_is_local>: Update comment.
7393         (struct target_ops) <to_fileio_open>: New argument inf.
7394         Update comment.  All implementations updated.
7395         (struct target_ops) <to_fileio_unlink>: Likewise.
7396         (struct target_ops) <to_fileio_readlink>: Likewise.
7397         (target_filesystem_is_local): Update comment.
7398         (target_fileio_open): New argument inf.  Update comment.
7399         (target_fileio_unlink): Likewise.
7400         (target_fileio_readlink): Likewise.
7401         (target_fileio_read_alloc): Likewise.
7402         (target_fileio_read_stralloc): Likewise.
7403         * target.c (target_fileio_open): New argument inf.
7404         Pass inf to implementation.  Update debug printing.
7405         (target_fileio_unlink): Likewise.
7406         (target_fileio_readlink): Likewise.
7407         (target_fileio_read_alloc_1): New argument inf. Pass inf
7408         to target_fileio_open.
7409         (target_fileio_read_alloc): New argument inf. Pass inf to
7410         target_fileio_read_alloc_1.
7411         (target_fileio_read_stralloc): Likewise.
7412         * gdb_bfd.c (inferior.h): New include.
7413         (gdb_bfd_iovec_fileio_open): Replace unused "open_closure"
7414         argument with new argument "inferior".  Pass inferior to
7415         target_fileio_open.
7416         (gdb_bfd_open): Supply inferior argument to
7417         gdb_bfd_iovec_fileio_open.
7418         * linux-tdep.c (linux_info_proc): Supply inf argument to
7419         relevant target_fileio calls.
7420         (linux_find_memory_regions_full): Likewise.
7421         (linux_fill_prpsinfo): Likewise.
7422         * remote.c (remote_filesystem_is_local): Supply inf
7423         argument to remote_hostio_open.
7424         (remote_file_put): Likewise.
7425         (remote_file_get): Likewise.
7426         (remote_file_delete): Supply inf argument to
7427         remote_hostio_unlink.
7428
7429 2015-06-10  Gary Benson <gbenson@redhat.com>
7430
7431         * inf-child.c (inf_child_fileio_open): Replace comment.
7432         (inf_child_fileio_pwrite): Likewise.
7433         (inf_child_fileio_pread): Likewise.
7434         (inf_child_fileio_fstat): Insert blank line before comment.
7435         (inf_child_fileio_close): Replace comment.
7436         (inf_child_fileio_unlink): Likewise.
7437         (inf_child_fileio_readlink): Likewise.
7438         * remote.c (remote_hostio_open): Likewise.
7439         (remote_hostio_pread): Likewise.
7440         (remote_hostio_pwrite): Likewise.
7441         (remote_hostio_close): Likewise.
7442         (remote_hostio_unlink): Likewise.
7443         (remote_hostio_readlink): Likewise.
7444         (remote_hostio_fstat): Likewise.
7445         (remote_filesystem_is_local): Likewise.
7446         * target.c (target_fileio_open): Likewise.
7447         (target_fileio_pwrite): Likewise.
7448         (target_fileio_pread): Likewise.
7449         (target_fileio_fstat): Insert blank line before comment.
7450         (target_fileio_close): Replace comment.
7451         (target_fileio_unlink): Likewise.
7452         (target_fileio_readlink): Likewise.
7453         (target_fileio_read_alloc): Likewise.
7454         (target_fileio_read_stralloc): Likewise.
7455
7456 2015-06-10  Gary Benson <gbenson@redhat.com>
7457
7458         * linux-thread-db.c (nat/linux-namespaces.h): New include.
7459         (check_pid_namespace_match): Use linux_ns_same rather than
7460         linux_proc_pid_get_ns to spot PID namespace mismatches.
7461         * nat/linux-procfs.h (linux_proc_pid_get_ns): Remove.
7462         * nat/linux-procfs.c (linux_proc_pid_get_ns): Likewise.
7463
7464 2015-06-10  Gary Benson <gbenson@redhat.com>
7465
7466         * configure.ac (AC_CHECK_FUNCS): Add setns.
7467         * config.in: Regenerate.
7468         * configure: Likewise.
7469         * nat/linux-namespaces.h: New file.
7470         * nat/linux-namespaces.c: Likewise.
7471         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-namespaces.h.
7472         (linux-namespaces.o): New rule.
7473         * config/aarch64/linux.mh (NATDEPFILES): Add linux-namespaces.o.
7474         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
7475         * config/arm/linux.mh (NATDEPFILES): Likewise.
7476         * config/i386/linux.mh (NATDEPFILES): Likewise.
7477         * config/i386/linux64.mh (NATDEPFILES): Likewise.
7478         * config/ia64/linux.mh (NATDEPFILES): Likewise.
7479         * config/m32r/linux.mh (NATDEPFILES): Likewise.
7480         * config/m68k/linux.mh (NATDEPFILES): Likewise.
7481         * config/mips/linux.mh (NATDEPFILES): Likewise.
7482         * config/pa/linux.mh (NATDEPFILES): Likewise.
7483         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
7484         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
7485         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
7486         * config/s390/linux.mh (NATDEPFILES): Likewise.
7487         * config/sparc/linux.mh (NATDEPFILES): Likewise.
7488         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
7489         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
7490         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
7491
7492 2015-06-10  Gary Benson <gbenson@redhat.com>
7493
7494         * utils.h (make_cleanup_close): Moved to common/filestuff.h.
7495         * utils.c (do_close_cleanup): Moved to common/filestuff.c.
7496         (make_cleanup_close): Likewise.
7497         * common/filestuff.h (make_cleanup_close): Moved from utils.h.
7498         * common/filestuff.c (do_close_cleanup): Moved from utils.c.
7499         (make_cleanup_close): Likewise.
7500
7501 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
7502
7503         * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE
7504         from SuspendThread().
7505
7506 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
7507
7508         * windows-nat.c (handle_output_debug_string): Trim trailing '\n'
7509         from OutputDebugString.
7510
7511 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7512                         Mircea Gherzan  <mircea.gherzan@intel.com>
7513
7514         * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32,
7515         MPX_BT_MASK_32): New macros.
7516         (i386_mpx_set_bounds): New function that implements
7517         the command "set-mpx-bound".
7518         (i386_mpx_enabled): Helper function to test MPX availability.
7519         (i386_mpx_bd_base): Helper function to calculate the base directory
7520         address.
7521         (i386_mpx_get_bt_entry): Helper function to access a bound
7522         table entry.
7523         (i386_mpx_print_bounds): Effectively display bound information.
7524         (_initialize_i386_tdep): Add new commands to commands "set mpx" and
7525         "show mpx".
7526         (_initialize_i386_tdep):
7527         Add "bound" to the commands "show mpx" and "set mpx" commands.
7528         (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx"
7529         and "show mpx" commands.
7530         * NEWS: List new commands for MPX support.
7531
7532 2015-06-09  Gary Benson <gbenson@redhat.com>
7533
7534         * common/fileio.h (fileio_to_host_mode): New declaration.
7535         * common/fileio.c (fileio_to_host_mode): New Function.
7536         * inf-child.c (inf_child_fileio_open): Process mode argument
7537         with fileio_to_host_mode.
7538
7539 2015-06-09  Gary Benson <gbenson@redhat.com>
7540
7541         * common/fileio.c (fileio_mode_pack): Fix preprocessor
7542         conditional.
7543
7544 2015-06-05  Gary Benson <gbenson@redhat.com>
7545
7546         * gdb_bfd.c (gdb_bfd_open): Move vgdb special case to...
7547         * remote.c (remote_filesystem_is_local): ...here.
7548
7549 2015-06-04  Yao Qi  <yao.qi@linaro.org>
7550
7551         * gdbarch.c: Regenerate it.
7552
7553 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7554
7555         * arch-utils.c (default_infcall_munmap): New.
7556         * arch-utils.h (default_infcall_munmap): New declaration.
7557         * compile/compile-object-load.c (struct munmap_list, munmap_list_add)
7558         (munmap_list_free, munmap_listp_free_cleanup): New.
7559         (struct setup_sections_data): Add field munmap_list_headp.
7560         (setup_sections): Call munmap_list_add.
7561         (compile_object_load): New variable munmap_list_head, initialize
7562         setup_sections_data.munmap_list_headp, return munmap_list_head.
7563         * compile/compile-object-load.h (struct munmap_list): New declaration.
7564         (struct compile_module): Add field munmap_list_head.
7565         (munmap_list_free): New declaration.
7566         * compile/compile-object-run.c (struct do_module_cleanup): Add field
7567         munmap_list_head.
7568         (do_module_cleanup): Call munmap_list_free.
7569         (compile_object_run): Pass munmap_list_head to do_module_cleanup.
7570         * gdbarch.c: Regenerate.
7571         * gdbarch.h: Regenerate.
7572         * gdbarch.sh (infcall_munmap): New.
7573         * linux-tdep.c (linux_infcall_munmap): New.
7574         (linux_init_abi): Install it.
7575
7576 2015-06-02  Simon Marchi  <simon.marchi@ericsson.com>
7577
7578         PR gdb/15564
7579         * inferior.c (detach_inferior): Call exit_inferior_1 with silent = 0.
7580
7581 2015-06-02  Yao Qi  <yao.qi@linaro.org>
7582
7583         * i386-linux-nat.c: Include linux-nat.h.
7584
7585 2015-06-01  Andreas Schwab  <schwab@linux-m68k.org>
7586             Jan Kratochvil  <jan.kratochvil@redhat.com>
7587
7588         PR symtab/18392
7589         * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct
7590         assertion.
7591         * dwarf2loc.c (chain_candidate): Likewise.
7592
7593 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7594
7595         * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET.
7596         (store_vfp_regs): Use PTRACE_SETREGSET.
7597
7598 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7599
7600         * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET.
7601         (fetch_fpregs): Likewise.
7602         * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET.
7603         (store_fpregs): Likewise.
7604
7605 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7606
7607         * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET.
7608         (fetch_regs): Likewise.
7609         (store_regs): Use PTRACE_SETREGSET.
7610         (store_register): Likewise.
7611
7612 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7613
7614         * arm-linux-nat.c (arm_linux_read_description): Check whether
7615         kernel supports PTRACE_GETREGSET.
7616
7617 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7618
7619         * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
7620         * linux-nat.c: ... here.
7621         * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
7622         to ...
7623         * linux-nat.h: ... here.
7624
7625 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7626
7627         * amd64-linux-nat.c: Include "nat/linux-ptrace.h".
7628         * i386-linux-nat.c: Likewise.
7629         * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define.
7630         * s390-linux-nat.c: Include "nat/linux-ptrace.h".
7631         (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
7632         * x86-linux-nat.c: Include "nat/linux-ptrace.h".
7633         * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
7634
7635 2015-05-30  Eli Zaretskii  <eliz@gnu.org>
7636
7637         * go32-nat.c (go32_xfer_memory): Fix the return value to be
7638         compatible to what read_child and write_child return.  This
7639         unbreaks that DJGPP build of GDB which was broken since v7.7.
7640
7641 2015-05-29  Martin Galvan  <martin.galvan@tallertechnologies.com>
7642
7643         * MAINTAINERS (Write After Approval): Add Martin Galvan.
7644
7645 2015-05-29  Roland McGrath  <mcgrathr@google.com>
7646
7647         PR gdb/18464
7648         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning
7649         rather than internal_error for an unrecognized value.
7650
7651 2015-05-29  Max Filippov  <jcmvbkbc@gmail.com>
7652
7653         * xtensa-tdep.c (xtensa_pseudo_register_read)
7654         (xtensa_pseudo_register_write): Don't alias last pseudo register
7655         to a1.
7656
7657 2015-05-28  Don Breazeal  <donb@codesourcery.com>
7658
7659         * infrun.c (follow_fork_inferior): Ensure the use of
7660         process-style ptids (pid,0,0) in verbose/debug "Detaching"
7661         messages.
7662
7663 2015-05-28  Doug Evans  <dje@google.com>
7664
7665         * dwarf2read.c (record_line_ftype): Remove, duplicate.
7666
7667 2015-05-28  Yao Qi  <yao.qi@linaro.org>
7668
7669         * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove.
7670         (arm_linux_fetch_inferior_registers): Use
7671         tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers.
7672         (arm_linux_store_inferior_registers): Likewise.
7673         (arm_linux_read_description): Don't set
7674         arm_linux_has_wmmx_registers.
7675         * arm-tdep.c (arm_gdbarch_init): Set
7676         tdep->have_wmmx_registers according target descriptions.
7677         * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New
7678         field.
7679
7680 2015-05-28  Yao Qi  <yao.qi@linaro.org>
7681
7682         * arm-linux-nat.c (arm_linux_vfp_register_count): Remove.
7683         (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep
7684         instead of arm_linux_vfp_register_count.
7685         (store_vfp_regs): Likewise.
7686         (arm_linux_fetch_inferior_registers): Likewise.
7687         (arm_linux_store_inferior_registers): Likewise.
7688         (arm_linux_read_description): Don't set
7689         arm_linux_vfp_register_count.
7690         * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections):
7691         Adjust.
7692         * arm-tdep.c (arm_gdbarch_init): Add assert on
7693         vfp_register_count.
7694         * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename
7695         field to vfp_register_count.  All users updated.
7696
7697 2015-05-28  Kyle Huey  <me@kylehuey.com>  (tiny patch)
7698
7699         * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on
7700         ELFOSABI_GNU binaries.
7701
7702 2015-05-27  Doug Evans  <dje@google.com>
7703
7704         * dwarf2read.c (lnp_state_machine): New typedef.
7705         (lnp_reader_state): New typedef.
7706         (dwarf_record_line_1): Renamed from dwarf_record_line.
7707         All callers updated.
7708         (dwarf_record_line): New function.
7709         (init_lnp_state_machine): New function.
7710         (check_line_address): Replace p_record_line parameter with state.
7711         All callers updated.
7712         (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine.
7713         Update to record state in lnp_state_machine.
7714
7715 2015-05-27  Doug Evans  <dje@google.com>
7716
7717         * dwarf2read.c (record_line_ftype): New typedef.
7718         (check_line_address): New function.
7719         (dwarf_decode_lines_1): Call it.
7720
7721 2015-05-27  Doug Evans  <dje@google.com>
7722
7723         * NEWS: Mention "set debug dwarf-line".
7724         * dwarf2read.c (dwarf_line_debug): New static global.
7725         (add_include_dir): Add debug dwarf-line support.
7726         (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto.
7727         (_initialize_dwarf2_read): New parameter "debug dwarf-line".
7728
7729 2015-05-27  Doug Evans  <dje@google.com>
7730
7731         * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain".
7732         All callers updated.
7733         (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto.
7734         * cp-support.h (cp_lookup_nested_symbol): Update.
7735
7736 2015-05-27  Doug Evans  <dje@google.com>
7737
7738         PR symtab/18258
7739         * block.c (block_find_symbol): New function.
7740         (block_find_non_opaque_type): Ditto.
7741         (block_find_non_opaque_type_preferred): Ditto.
7742         * block.h (block_symbol_matcher_ftype): New typedef.
7743         (block_find_symbol): Declare.
7744         (block_find_non_opaque_type): Ditto.
7745         (block_find_non_opaque_type_preferred): Ditto.
7746         * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol.
7747         * psymtab.c (psym_lookup_symbol): Ditto.
7748         * symtab.c (basic_lookup_transparent_type_1): New function.
7749         (basic_lookup_transparent_type): Call it.
7750
7751 2015-05-27  Yao Qi  <yao.qi@linaro.org>
7752
7753         * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return
7754         AARCH64_RECORD_UNKNOWN for unknown instruction encoding.
7755
7756 2015-05-27  Yao Qi  <yao.qi@linaro.org>
7757
7758         * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
7759         before operator &&.
7760         (aarch64_record_load_store): Likewise.
7761
7762 2015-05-26  Doug Evans  <dje@google.com>
7763
7764         PR c++/18141, c++/18417.
7765         * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being
7766         a typedef.
7767
7768 2015-05-26  Doug Evans  <dje@google.com>
7769
7770         * NEWS: Add entries for command renamings.
7771         * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug.
7772         All uses updated.
7773         (dwarf_die_debug): Renamed from dwarf2_die_debug.  All uses updated.
7774         (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age.
7775         All uses updated.
7776         (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age.
7777         All callers updated.  Fix spelling of DWARF in help text.
7778         (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist.
7779         All uses updated.
7780         (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist.
7781         All uses updated.
7782         (set_dwarf_cmd): Renamed from set_dwarf2_cmd.  All callers updated.
7783         (show_dwarf_cmd): Renamed from show_dwarf2_cmd.  All callers updated.
7784         (dwarf_always_disassemble): Renamed from dwarf_always_disassemble.
7785         All uses updated.
7786         (show_dwarf_always_disassemble): Renamed from
7787         show_dwarf2_always_disassemble.  All callers updated.
7788         (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to
7789         "set/show dwarf".  Rename "set/show dwarf2 max-cache-age" to
7790         "set/show dwarf max-cache-age".  Rename
7791         "set/show dwarf2 always-disassemble" to
7792         "set/show dwarf always-disassemble".  Rename
7793         "set/show debug dwarf2-read" to "set/show debug dwarf-read".  Rename
7794         "set/show debug dwarf2-die" to "set/show debug dwarf-die".
7795
7796 2015-05-26  Doug Evans  <dje@google.com>
7797
7798         PR python/18438
7799         * python/py-lazy-string.c (stpy_convert_to_value): Use
7800         gdbpy_gdb_memory_error not PyExc_MemoryError.
7801         (gdbpy_create_lazy_string_object): Ditto.
7802
7803 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
7804
7805         * tui/tui-regs.c (tui_reg_next_command): Compare against NULL.
7806
7807 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
7808
7809         * tui/tui-regs.c (tui_reg_prev_command): New function.
7810         (_initialize_tui_regs): Add 'prev' command for 'tui reg'.
7811         * reggroups.c (reggroup_prev): New function.
7812         * reggroups.h (reggroup_prev): Add declaration.  Update comment.
7813
7814 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
7815             Yao Qi  <yao.qi@linaro.org>
7816
7817         * aarch64-linux-tdep.c: Include linux-record.h and
7818         record-full.h.
7819         (struct linux_record_tdep aarch64_linux_record_tdep): Declare.
7820         (aarch64_syscall): New enum.
7821         (aarch64_canonicalize_syscall): New function.
7822         (aarch64_all_but_pc_registers_record): New function.
7823         (aarch64_linux_syscall_record): New function.
7824         (aarch64_linux_init_abi): Install AArch64 process record
7825         handler.  Update to handle syscall recording.
7826         * aarch64-tdep.c: Include record.h and record-full.h.
7827         (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros.
7828         (struct aarch64_mem_r): Define.
7829         (aarch64_record_result): New enum.
7830         (struct insn_decode_record): Define.
7831         (insn_decode_record): New typedef.
7832         (aarch64_record_data_proc_reg): New function.
7833         (aarch64_record_data_proc_imm): New function.
7834         (aarch64_record_branch_except_sys): New function.
7835         (aarch64_record_load_store): New function.
7836         (aarch64_record_data_proc_simd_fp): New function.
7837         (aarch64_record_asimd_load_store): New function.
7838         (aarch64_record_decode_insn_handler): New function.
7839         (deallocate_reg_mem): New function.
7840         (aarch64_process_record): New function.
7841         * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>:
7842         New field.
7843         (aarch64_process_record): New extern declaration.
7844         * configure.tgt: Add linux-record.o to gdb_target_obs.
7845         * linux-record.h (struct linux_record_tdep) <arg7>: New field.
7846
7847 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
7848
7849         * NEWS: Add a note on process record-replay support on aarch64*-linux*
7850         targets.
7851
7852 2015-05-26  Martin Galvan  <martin.galvan@tallertechnologies.com>
7853
7854         * amd64-tdep.c: Replace in_function_epilogue_p with
7855         stack_frame_destroyed_p throughout.
7856         * arch-utils.c: Ditto.
7857         * arch-utils.h: Ditto.
7858         * arm-tdep.c: Ditto.
7859         * breakpoint.c: Ditto.
7860         * gdbarch.sh: Ditto.
7861         * hppa-tdep.c: Ditto.
7862         * i386-tdep.c: Ditto.
7863         * mips-tdep.c: Ditto.
7864         * nios2-tdep.c: Ditto.
7865         * rs6000-tdep.c: Ditto.
7866         * s390-linux-tdep.c: Ditto.
7867         * score-tdep.c: Ditto.
7868         * sh-tdep.c: Ditto.
7869         * sparc-tdep.c: Ditto.
7870         * sparc-tdep.h: Ditto.
7871         * sparc64-tdep.c: Ditto.
7872         * spu-tdep.c: Ditto.
7873         * tic6x-tdep.c: Ditto.
7874         * tilegx-tdep.c: Ditto.
7875         * xstormy16-tdep.c: Ditto.
7876         * gdbarch.c, gdbarch.h: Re-generated.
7877
7878 2015-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
7879
7880         * NEWS: Mention 'tui enable' and 'tui disable'.
7881         * tui/tui.c (tui_enable_command): New function.
7882         (tui_disable_command): New function.
7883         (_initialize_tui): New function.
7884
7885 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
7886
7887         * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0.
7888
7889 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
7890
7891         * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure
7892         buf_ptr is freed.
7893
7894 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
7895
7896         * tui/tui-layout.c (tui_layout_command): Move call to tui_enable
7897         into ...
7898         (tui_set_layout_for_display_command): ...here, before calling
7899         tui_set_layout.  Only set the layout if gdb has not already
7900         entered the TUI_FAILURE state.
7901
7902 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
7903
7904         * tui/tui-layout.c (layout_completer): New function.
7905         (_initialize_tui_layout): Set completer on layout command.
7906
7907 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
7908
7909         * tui/tui-layout.c (tui_set_layout): Remove
7910         tui_register_display_type parameter.  Remove all checking of this
7911         parameter, and reindent function.  Update header comment.
7912         (tui_set_layout_for_display_command): Rename to...
7913         (tui_set_layout_by_name): ...this, and don't check for different
7914         register class types, don't pass a tui_register_display_type to
7915         tui_set_layout.  Update header comment.
7916         (layout_names): Remove register set specific names.
7917         * tui/tui-layout.h (tui_set_layout): Remove
7918         tui_register_display_type parameter.
7919         * tui/tui.c (tui_rl_change_windows): Don't pass a
7920         tui_register_display_type to tui_set_layout.
7921         (tui_rl_delete_other_windows): Likewise.
7922         (tui_enable): Likewise.
7923         * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove.
7924         (TUI_FLOAT_REGS_NAME_LOWER): Remove.
7925         (TUI_GENERAL_REGS_NAME): Remove.
7926         (TUI_GENERAL_REGS_NAME_LOWER): Remove.
7927         (TUI_SPECIAL_REGS_NAME): Remove.
7928         (TUI_SPECIAL_REGS_NAME_LOWER): Remove.
7929         (TUI_GENERAL_SPECIAL_REGS_NAME): Remove.
7930         (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove.
7931         (enum tui_register_display_type): Remove.
7932         (struct tui_layout_def): Remove regs_display_type and
7933         float_regs_display_type fields.
7934         (struct tui_data_info): Remove regs_display_type field.
7935         (tui_layout_command): Use new name for
7936         tui_set_layout_for_display_command.
7937         * tui/tui-data.c (layout_def): Don't initialise removed fields.
7938         (tui_clear_win_detail): Don't initialise removed fields of
7939         win_info.
7940         * tui/tui-regs.c (tui_show_registers): Use new name for
7941         tui_set_layout_for_display_command.
7942         * tui/tui.h (tui_set_layout_for_display_command): Rename
7943         declaration to...
7944         (tui_set_layout_by_name): ...this.
7945         * printcmd.c (display_command): Remove tui related layout call,
7946         and reindent.
7947
7948 2015-05-20  Joel Brobecker  <brobecker@adacore.com>
7949
7950         * infrun.c (handle_inferior_event_1): Renames handle_inferior_event.
7951         (handle_inferior_event): New function.
7952
7953 2015-05-20  Joel Brobecker  <brobecker@adacore.com>
7954
7955         * ada-lang.c (to_fixed_array_type): Rename local variable
7956         typename into type_name.
7957
7958 2015-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
7959
7960         Fix ASAN crash for gdb.compile/compile.exp.
7961         * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME.
7962
7963 2015-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
7964
7965         * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol)
7966         (gcc_symbol_address): Change gdb_stdout to gdb_stdlog.
7967         * compile/compile-object-load.c (setup_sections, compile_object_load):
7968         Likewise.
7969         * compile/compile.c (compile_to_object): Likewise.
7970
7971 2015-05-16  Doug Evans  <xdje42@gmail.com>
7972
7973         * NEWS: Mention support for unbuffered Guile memory ports.
7974         * scm-ports.c (ioscm_memory_port): Update comments on end, size.
7975         (ioscm_lseek_address): Improve overflow calculation.
7976         (gdbscm_memory_port_fill_input): Add assert.
7977         (gdbscm_memory_port_write): Handle unbuffered ports.
7978         Handle large writes identical to Guile's fport_write.
7979         (gdbscm_memory_port_seek): Fix seeking past end check.
7980         (gdbscm_memory_port_close): Handle closing unbuffered port.
7981         (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports.
7982         (ioscm_init_memory_port): Handle unbuffered ports.
7983         (ioscm_reinit_memory_port): Ditto.
7984         (ioscm_init_memory_port): Update size calculation.
7985         (gdbscm_open_memory): Support zero sized ports.
7986
7987 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7988
7989         * compile/compile-object-load.c (get_out_value_type): Fix uninitialized
7990         variable compiler warnings.
7991
7992 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7993
7994         * compile/compile-object-load.c (get_out_value_type): Fix returned type.
7995
7996 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7997             Phil Muldoon  <pmuldoon@redhat.com>
7998
7999         * NEWS (Changes since GDB 7.9): Add compile print.
8000         * compile/compile-c-support.c (add_code_header, add_code_footer)
8001         (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and
8002         COMPILE_I_PRINT_VALUE_SCOPE.
8003         * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE)
8004         (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE):
8005         New.
8006         * compile/compile-object-load.c: Include block.h.
8007         (get_out_value_type): New function.
8008         (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
8009         COMPILE_I_PRINT_VALUE_SCOPE.  Set compile_module's OUT_VALUE_ADDR and
8010         OUT_VALUE_TYPE.
8011         * compile/compile-object-load.h (struct compile_module): Add fields
8012         out_value_addr and out_value_type.
8013         * compile/compile-object-run.c: Include valprint.h and compile.h.
8014         (struct do_module_cleanup): Add fields out_value_addr and
8015         out_value_type.
8016         (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
8017         COMPILE_I_PRINT_VALUE_SCOPE.
8018         (compile_object_run): Propagate out_value_addr and out_value_type.
8019         Pass OUT_VALUE_ADDR.
8020         * compile/compile.c: Include valprint.h.
8021         (compile_print_value, compile_print_command): New functions.
8022         (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE.
8023         (_initialize_compile): Update compile code help text.  Install
8024         compile_print_command.
8025         * compile/compile.h (compile_print_value): New prototype.
8026         * defs.h (enum compile_i_scope_types): Add
8027         COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE.
8028
8029 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8030
8031         * compile/compile-object-load.c (get_regs_type): Add parameter func_sym.
8032         Rely on its parameter count.
8033         (compile_object_load): Replace lookup_minimal_symbol_text by
8034         lookup_global_symbol_from_objfile.  Verify FUNC_SYM.  Set it in the
8035         return value.
8036         * compile/compile-object-load.h (struct compile_module): Replace
8037         func_addr by func_sym.
8038         * compile/compile-object-run.c: Include block.h.
8039         (compile_object_run): Reset module variable after it is freed.  Use
8040         FUNC_SYM instead of FUNC_ADDR.  Rely on it.
8041
8042 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8043
8044         * compile/compile-c-support.c (print_one_macro): Use #ifndef.
8045         (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR.
8046         (c_compute_program): Call generate_register_struct after typedefs.
8047         * compile/compile-loc2c.c (push, pushf_register_address)
8048         (pushf_register): Cast to GCC_UINTPTR.
8049         (do_compile_dwarf_expr_to_c): Use unused attribute.  Add space after
8050         type.  Use GCC_UINTPTR instead of void *.  Remove excessive cast.
8051         (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *.
8052         * compile/compile.c (_initialize_compile): Enable warnings for
8053         COMPILE_ARGS.
8054
8055 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8056
8057         * cli/cli-script.c (execute_control_command): Update
8058         eval_compile_command caller.
8059         * compile/compile-object-load.c (compile_object_load): Add parameters
8060         scope and scope_data.  Set them.
8061         * compile/compile-object-load.h (struct compile_module): Add fields
8062         scope and scope_data.
8063         (compile_object_load): Add parameters scope and scope_data.
8064         * compile/compile-object-run.c (struct do_module_cleanup): Add fields
8065         scope and scope_data.
8066         (compile_object_run): Propagate the fields scope and scope_data.
8067         * compile/compile.c (compile_file_command, compile_code_command):
8068         Update eval_compile_command callers.
8069         (eval_compile_command): Add parameter scope_data.  Pass it plus scope.
8070         * compile/compile.h (eval_compile_command): Add parameter scope_data.
8071         * defs.h (struct command_line): Add field scope_data.
8072
8073 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8074
8075         * printcmd.c (struct format_data): Move it to valprint.h.
8076         (print_command_parse_format, print_value): New functions from ...
8077         (print_command_1): ... here.  Call them.
8078         * valprint.h (struct format_data): Move it here from printcmd.c.
8079         (print_command_parse_format, print_value): New declarations.
8080
8081 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8082
8083         * compile/compile-object-load.c (compile_object_load): Add
8084         COMPILE_DEBUG message.
8085
8086 2015-05-15  Jerome Guitton  <guitton@adacore.com>
8087
8088         * ada-lang.c (ada_value_ptr_subscript): Use enum position of
8089         index to get element instead of enum value.
8090         (ada_value_slice_from_ptr, ada_value_slice): Use enum position
8091         of index to compute length, but enum values to compute bounds.
8092         (ada_array_length): Use enum position of index instead of enum value.
8093         (pos_atr): Move position computation to...
8094         (ada_evaluate_subexp): Use enum values to compute bounds.
8095         * gdbtypes.c (discrete_position): ...this new function.
8096         * gdbtypes.h (discrete_position): New function declaration.
8097         * valprint.c (val_print_array_elements): Call discrete_position
8098         to handle array indexed by non-contiguous enumeration types.
8099
8100 2015-05-15  Jerome Guitton  <guitton@adacore.com>
8101
8102         * ada-lang.c (find_parallel_type_by_descriptive_type):
8103         Go through typedefs during lookup.
8104         (to_fixed_array_type): Add support for non-bit packed arrays
8105         as variable-length fields.
8106
8107 2015-05-15  Pedro Alves  <palves@redhat.com>
8108             Simon Marchi  <simon.marchi@ericsson.com>
8109
8110         * event-loop.c (gdb_notifier) <next_file_handler,
8111         next_poll_fds_index>: New fields.
8112         (get_next_file_handler_to_handle_and_advance): New function.
8113         (delete_file_handler): If deleting the next file handler to
8114         handle, advance to the next file handler.
8115         (gdb_wait_for_event): Bail early if no event fired.  Poll file
8116         handlers in round-robin fashion.
8117
8118 2015-05-15  Pedro Alves  <palves@redhat.com>
8119
8120         * linux-tdep.c (linux_find_memory_regions_full): Rename local
8121         'private' to 'priv'.
8122
8123 2015-05-15  Pedro Alves  <palves@redhat.com>
8124
8125         * nat/linux-nat.h: Include "target/waitstatus.h".
8126
8127 2015-05-15  Yuanhui Zhang  <asmwarrior@gmail.com>
8128
8129         * python/py-unwind.c (struct reg_info): Move out of ...
8130         (struct cached_frame_info): ... this scope.
8131         (pending_frame_object_type, unwind_info_object_type): Make extern.
8132
8133 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
8134
8135         * ada-lang.c (ada_value_primitive_packed_val): Make sure
8136         accumSize is never negative.
8137
8138 2015-05-14  Patrick Palka  <patrick@parcs.ath.cx>
8139
8140         * tui/tui-command.c: Remove include of <ctype.h>.
8141         (tui_dispatch_ctrl_char): Remove workaround for xterm terminals.
8142
8143 2015-05-13  Martin Galvan  <martin.galvan@tallertechnologies.com>
8144
8145         * dwarf2read.c (die_needs_namespace): Return 1 for
8146         DW_TAG_inlined_subroutine.
8147
8148 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8149
8150         * regcache.c (regcache_cpy_no_passthrough): New declaration.
8151         (regcache_cpy_no_passthrough): Make it static, add function comment.
8152         * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment.
8153         (regcache_cpy_no_passthrough): Remove declaration.
8154
8155 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8156
8157         * gdbthread.h (struct thread_control_state): Update comment for
8158         proceed_to_finish.
8159         * infcall.c (run_inferior_call): Update comment about
8160         proceed_to_finish.
8161         * infcmd.c (get_return_value): Update comment about stop_registers.
8162         (finish_forward): Update comment about proceed_to_finish.
8163         * infrun.c (stop_registers): Remove.
8164         (clear_proceed_status, normal_stop): Remove stop_registers handling.
8165         * infrun.h (stop_registers): Remove.
8166
8167 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8168
8169         * infcall.c (struct dummy_frame_context_saver)
8170         (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor)
8171         (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
8172         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
8173         New.
8174         (call_function_by_hand_dummy): Move discard_cleanups of
8175         inf_status_cleanup before dummy_frame_push.  Call
8176         dummy_frame_context_saver_setup and prepare context_saver_cleanup.
8177         Use dummy_frame_context_saver_get_regs instead of stop_registers.
8178         * infcall.h (struct dummy_frame_context_saver)
8179         (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
8180         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
8181         New declarations.
8182         * infcmd.c: Include infcall.h.
8183         (get_return_value): Add parameter ctx_saver, use it instead of
8184         stop_registers.
8185         (print_return_value): Add parameter ctx_saver, pass it.
8186         (struct finish_command_continuation_args): Add field ctx_saver.
8187         (finish_command_continuation): Update print_return_value caller.
8188         (finish_command_continuation_free_arg): Free also ctx_saver.
8189         (finish_forward): Call dummy_frame_context_saver_setup.
8190         * inferior.h (struct dummy_frame_context_saver): New declaration.
8191         (get_return_value): Add parameter ctx_saver.
8192         * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update
8193         get_return_value caller.
8194
8195 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8196
8197         * dummy-frame.c (struct dummy_frame_dtor_list): New.
8198         (struct dummy_frame): Replace dtor and dtor_data by dtor_list.
8199         (remove_dummy_frame): Process dtor_list.
8200         (pop_dummy_frame): Process dtor_list.
8201         (register_dummy_frame_dtor): Maintain dtor_list.
8202         (find_dummy_frame_dtor): Handle dtor_list.
8203         * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor):
8204         Update comments.
8205
8206 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8207
8208         * compile/compile-object-run.c (do_module_cleanup): Add parameter
8209         registers_valid.
8210         (compile_object_run): Update do_module_cleanup caller.
8211         * dummy-frame.c: Include infcall.h.
8212         (struct dummy_frame): Update dtor comment.
8213         (remove_dummy_frame): Call dtor.
8214         (pop_dummy_frame): Update dtor caller.
8215         * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter
8216         registers_valid.
8217
8218 2015-05-13  Joel Brobecker  <brobecker@adacore.com>
8219
8220         GDB 7.9.1 released.
8221
8222 2015-05-13  Joel Brobecker  <brobecker@adacore.com>
8223
8224         * NEWS: Create "Changes in GDB 7.9.1" section.  Move news about
8225         Xmethods now being able to specify a result type to that new
8226         sectioin.
8227
8228 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
8229
8230         * tui/tui-win.c (tui_async_resize_screen): Clear win_resized
8231         first before resizing the window.
8232         * tui/tui.c (tui_enable): Likewise.
8233
8234 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8235
8236         * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor.
8237         * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment.
8238         * infcall.c (call_function_by_hand_dummy): Use proper typedef for
8239         dummy_dtor parameter.
8240         * infcall.h: Include dummy-frame.h.
8241         (call_function_by_hand_dummy_dtor_ftype): Remove.
8242         (call_function_by_hand_dummy): Use proper typedef for dummy_dtor
8243         parameter.
8244
8245 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
8246
8247         PR gdb/17820
8248         * top.c (history_size_setshow_var): Change type to signed.
8249         Initialize to -2.  Update documentation.
8250         (set_readline_history_size): Define.
8251         (set_history_size_command): Use it.  Remove logic for handling
8252         out-of-range sizes.
8253         (init_history): Use set_readline_history_size().  Test for a
8254         value of -2 instead of 0 when determining whether to set a
8255         default history size.
8256         (init_main): Decode the argument of the "size" command as a
8257         zuinteger_unlimited.
8258
8259 2015-05-12  Doug Evans  <dje@google.com>
8260
8261         * dwarf2read.c (struct file_entry): Tweak comments.
8262         (get_debug_line_section): Tweak comments.
8263
8264 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8265
8266         * NEWS: Announce fork support in the RSP and support
8267         for fork debugging in extended mode.
8268
8269 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8270
8271         * remote.c (remote_insert_fork_catchpoint): New function.
8272         (remote_remove_fork_catchpoint): New function.
8273         (remote_insert_vfork_catchpoint): New function.
8274         (remote_remove_vfork_catchpoint): New function.
8275         (pending_fork_parent_callback): New function.
8276         (remove_new_fork_child): New function.
8277         (remote_update_thread_list): Call remote_notif_get_pending_events
8278         and remove_new_fork_child.
8279         (extended_remote_kill): Kill fork child when killing the
8280         parent before follow_fork completes.
8281         (init_extended_remote_ops): Initialize target vector with
8282         new fork catchpoint functions.
8283
8284 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8285
8286         * remote.c (remove_vfork_event_p): New function.
8287         (remote_follow_fork): Add vfork event type to event checking.
8288         (remote_parse_stop_reply): New stop reasons "vfork" and
8289         "vforkdone" for RSP 'T' Stop Reply Packet.
8290
8291 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8292
8293         * linux-nat.c (linux_nat_ptrace_options): New function.
8294         (linux_init_ptrace, wait_lwp, linux_nat_filter_event):
8295         Call linux_nat_ptrace_options and use different argument to
8296         linux_enable_event_reporting.
8297         (_initialize_linux_nat): Delete call to
8298         linux_ptrace_set_additional_flags.
8299         * nat/linux-ptrace.c (current_ptrace_options): Rename to
8300         supported_ptrace_options.
8301         (additional_flags): Delete variable.
8302         (linux_check_ptrace_features): Use supported_ptrace_options.
8303         (linux_test_for_tracesysgood, linux_test_for_tracefork):
8304         Likewise, and remove additional_flags check.
8305         (linux_enable_event_reporting): Change 'attached' argument to
8306         'options'.  Use supported_ptrace_options.
8307         (ptrace_supports_feature): Change comment.  Use
8308         supported_ptrace_options.
8309         (linux_ptrace_set_additional_flags): Delete function.
8310         * nat/linux-ptrace.h (linux_ptrace_set_additional_flags):
8311         Delete function prototype.
8312         * remote.c (remote_fork_event_p): New function.
8313         (remote_detach_pid): New function.
8314         (remote_detach_1): Call remote_detach_pid, don't mourn inferior
8315         if doing detach-on-fork.
8316         (remote_follow_fork): New function.
8317         (remote_parse_stop_reply): Handle new "T" stop reason "fork".
8318         (remote_pid_to_str): Print "process" strings for pid/0/0 ptids.
8319         (init_extended_remote_ops): Initialize to_follow_fork.
8320
8321 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8322
8323         * nat/linux-ptrace.c (linux_check_ptrace_features): Change
8324         from static to extern.
8325         * nat/linux-ptrace.h (linux_check_ptrace_features): Declare.
8326         * remote.c (anonymous enum): <PACKET_fork_event_feature,
8327         * PACKET_vfork_event_feature>: New enumeration constants.
8328         (remote_protocol_features): Add table entries for new packets.
8329         (remote_query_supported): Add new feature queries to qSupported
8330         packet.
8331
8332 2015-05-12  Gary Benson <gbenson@redhat.com>
8333
8334         * remote.c (remote_add_inferior): Call exec_file_locate_attach
8335         for fake PIDs as well as real ones.
8336         (remote_pid_to_exec_file): Send empty annex if PID is fake.
8337
8338 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
8339
8340         * NEWS (Python Scripting): Mention the new gdb.Value methods.
8341         * python/py-value.c (valpy_reference_value): New function.
8342         (valpy_const_value): Likewise.
8343         (value_object_methods): Add new methods.
8344         * value.c (make_cv_value): New function.
8345         * value.h (make_cv_value): Declare.
8346
8347 2015-05-08  Yao Qi  <yao@codesourcery.com>
8348             Sandra Loosemore  <sandra@codesourcery.com>
8349
8350         * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check
8351         to 'lh->include_dirs' before accessing to it.
8352         (psymtab_include_file_name): Likewise.
8353         (dwarf_decode_lines_1): Likewise.
8354         (dwarf_decode_lines): Likewise.
8355         (file_file_name): Likewise.
8356
8357 2015-05-08  Sandra Loosemore  <sandra@codesourcery.com>
8358
8359         * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define.
8360         (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define.
8361         (nios2_linux_rt_sigreturn_init): Adjust base address of
8362         register save area.
8363
8364 2015-05-08  Sandra Loosemore  <sandra@codesourcery.com>
8365
8366         * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using
8367         "trap 31" as the breakpoint instruction on all targets.
8368
8369 2015-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8370
8371         * infcmd.c (print_return_value): Remove unused declaration.
8372
8373 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
8374
8375         * dwarf2read.c (attr_to_dynamic_prop)
8376         <DW_AT_data_member_location>: Use read_type_die isntead of
8377         get_die_type.
8378
8379 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
8380
8381         * ada-lang.c (ada_convert_actual): Add handling of formals
8382         passed inside an aligner type.
8383
8384 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
8385
8386         * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
8387
8388 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
8389
8390         PR python/18291
8391         * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo.
8392         Print xmethod matcher status.
8393
8394 2015-05-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8395
8396         * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA
8397         register in the regcache when treating the PSWM register, and vice
8398         versa.
8399
8400 2015-05-07  Gary Benson <gbenson@redhat.com>
8401
8402         * linux-thread-db.c (struct thread_db_info)
8403         <td_ta_map_id2thr_p>: Remove field.
8404         (try_thread_db_load_1): Remove initialization for the above.
8405
8406 2015-05-07  Gary Benson <gbenson@redhat.com>
8407
8408         * linux-thread-db.c (struct thread_db_info)
8409         <td_thr_validate_p>: Remove field.
8410         (try_thread_db_load_1): Remove initialization for the above.
8411
8412 2015-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
8413
8414         * compile/compile-object-load.c (compile_object_load): Support
8415         mst_text_gnu_ifunc.
8416
8417 2015-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
8418
8419         * compile/compile.c (compile_to_object): Make the cmd_string parameter
8420         const.  Use new variables for the const compatibility.
8421         (eval_compile_command): Make the cmd_string parameter const.
8422         * compile/compile.h (eval_compile_command): Make the cmd_string
8423         parameter const.
8424
8425 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
8426
8427         * defs.h (deprecated_init_ui_hook): Delete.  Remove associated
8428         comment.
8429         * top.c (deprecated_init_ui_hook): Delete.
8430         (gdb_init): Remove handling of deprecated_init_ui_hook.
8431         * interps.c (clear_interpreter_hooks): Remove handling of
8432         deprecated_init_ui_hook.
8433         * main.c (captured_main): Update comment.
8434
8435 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
8436
8437         * solib.c (_initialize_solib): Add "info dll" alias creation.
8438         * windows-nat.c (set_windows_aliases): Delete.
8439         (_initialize_windows_nat): Remove deprecated_init_ui_hook
8440         assignment.
8441         * NEWS: Add news entry about "info dll" now being available
8442         on all platforms.
8443
8444 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8445
8446         * ada-lang.c (value_assign_to_component): Reformat and improve
8447         documentation. Remove all trailing spaces.
8448
8449 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8450
8451         * inline-frame.c (inline_frame_sniffer, skip_inline_frames):
8452         Stop counting inlined frames as soon as an out-of-line function
8453         is found.
8454
8455 2014-05-05  Pierre-Marie de Rodat  <derodat@adacore.com>
8456
8457         * dwarf2read.c (inherit_abstract_dies): Skip
8458         DW_TAG_GNU_call_site dies while inheriting children of an
8459         abstract DIE into a scope.
8460         (read_lexical_block_scope): Inherit abstract DIE's for
8461         lexical scopes.
8462
8463 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8464
8465         * ada-valprint.c (val_print_packed_array_elements): Delete
8466         variable "len".  Add a type-length check when comparing two
8467         consecutive elements of the array.  Use the element's actual
8468         length in call to value_contents_eq.
8469         * ada-lang.c (ada_value_primitive_packed_val): Always return
8470         a value whose type has been resolved.
8471
8472 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8473
8474         * ada-lang.c (ada_value_primitive_packed_val): Recompute
8475         BIT_SIZE and LEN if the size of the resolved type is smaller
8476         than BIT_SIZE * HOST_CHAR_BIT.
8477
8478 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8479
8480         * ada-lang.c (ada_value_primitive_packed_val): Use a more
8481         correct address in call to value_at.  Adjust call to
8482         value_address accordingly.
8483
8484 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8485
8486         * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying
8487         to print it.
8488
8489 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8490
8491         * dwarf2loc.h (struct property_addr_info): Add "valaddr" field.
8492         * dwarf2loc.c (dwarf2_evaluate_property): Add handling of
8493         pinfo->valaddr.
8494         * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter.
8495         * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr.
8496         (resolve_dynamic_type_internal): Set pinfo.valaddr.
8497         Add handling of addr_stack->valaddr.
8498         (resolve_dynamic_type): Add "valaddr" parameter.
8499         Set pinfo.valaddr field.
8500         * ada-lang.c (ada_discrete_type_high_bound): Update call to
8501         resolve_dynamic_type.
8502         (ada_discrete_type_low_bound): Likewise.
8503         * findvar.c (default_read_var_value): Likewise.
8504         * value.c (value_from_contents_and_address): Likewise.
8505
8506 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8507
8508         * gdbtypes.c (resolve_dynamic_array): Use
8509         create_array_type_with_stride instead of create_array_type.
8510
8511 2015-04-30  DJ Delorie  <dj@redhat.com>
8512
8513         * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to
8514         rl78_decode_opcode
8515
8516 2015-04-29  Doug Evans  <dje@google.com>
8517
8518         PR python/18285
8519         * NEWS: Document new gdb.XMethodWorker.get_result_type method.
8520         * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle
8521         EVAL_AVOID_SIDE_EFFECTS for xmethods.
8522         * extension-priv.h (struct extension_language_ops)
8523         <get_xmethod_result_type>: New member.
8524         * extension.c (get_xmethod_result_type): New function.
8525         * extension.h (get_xmethod_result_type): Declare.
8526         * python/py-xmethods.c (get_result_type_method_name): New static
8527         global.
8528         (py_get_result_type_method_name): Ditto.
8529         (gdbpy_get_xmethod_result_type): New function.
8530         (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name.
8531         * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare.
8532         * python/python.c (python_extension_ops): Add
8533         gdbpy_get_xmethod_result_type.
8534         * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type.
8535         * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for
8536         xmethods.
8537         (value_x_unop): Ditto.
8538         * value.c (result_type_of_xmethod): New function.
8539         * value.h (result_type_of_xmethod): Declare.
8540
8541 2015-04-29  Gary Benson <gbenson@redhat.com>
8542
8543         * solib.c (solib_find_1): Allow fd argument to be NULL.
8544         (exec_file_find): Update comment.
8545         (solib_find): Likewise.
8546         * exec.c (exec_file_locate_attach): Use NULL as fd
8547         argument to exec_file_find to avoid having to close
8548         the opened file.
8549         * infrun.c (follow_exec): Likewise.
8550
8551 2015-04-28  Doug Evans  <dje@google.com>
8552
8553         PR python/18299
8554         * python/lib/gdb/printing.py (register_pretty_printer): Handle
8555         name or __name__ attributes.  Handle gdb module as first argument.
8556
8557 2015-04-28  Doug Evans  <dje@google.com>
8558
8559         PR python/18089
8560         * python/py-prettyprint.c (print_children): Verify result of children
8561         iterator.  Provide better error message.
8562         * python/python-internal..h (gdbpy_print_python_errors_p): Declare.
8563         * python/python.c (gdbpy_print_python_errors_p): New function.
8564
8565 2015-04-28  Doug Evans  <dje@google.com>
8566
8567         * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
8568
8569 2015-04-28  Sasha Smundak  <asmundak@google.com>
8570
8571         * NEWS: Mention gdb.Type.optimized_out method.
8572         * python/py-type.c (typy_optimized_out):  New function.
8573
8574 2015-04-28  John Baldwin  <jhb@FreeBSD.org>
8575
8576         * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
8577
8578 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8579
8580         * utils.c (init_page_info): Set rl_catch_sigwinch to zero.
8581         (initialize_utils): Move call of init_page_info() to ...
8582         * top.c (gdb_init): ... here.
8583
8584 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8585
8586         * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment.
8587         (tui_sigwinch_handler): Still update our idea of
8588         the terminal's width and height even when TUI is not active.
8589
8590 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8591
8592         * utils.h (set_screen_width_and_height): Declare.
8593         * utils.c (set_screen_width_and_height): Define.
8594         * tui/tui-win.c (tui_update_gdb_sizes): Use it.
8595
8596 2015-04-28  Gary Benson <gbenson@redhat.com>
8597
8598         * infrun.c (solist.h): New include.
8599         (follow_exec): Use exec_file_find to prefix execd_pathname
8600         with gdb_sysroot.
8601
8602 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8603
8604         * tui/tui-source.c (tui_set_source_content): Avoid calling
8605         strcpy() when offset is 0.
8606
8607 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8608
8609         PR gdb/18155
8610         * tui/tui-data.c (tui_free_window): Don't free the locator
8611         window when passed an SRC_WIN or a DISASSEM_WIN.
8612
8613 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8614
8615         * tui/tui-data.h (struct tui_win_element): Forward-declare.
8616         (tui_win_content): Move declaration.
8617         (struct tui_gen_win_info): Give 'content' field the
8618         type tui_win_content.
8619         * tui/tui-data.c (init_content_element): Remove redundant and
8620         erroneous casts.
8621         (tui_add_content_elements): Remove erroneous cast.
8622         * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant
8623         casts.
8624         (tui_get_begin_asm_address): Likewise.
8625         * tui/tui-regs.c (tui_show_registers): Likewise.
8626         (tui_show_register_group): Likewise.
8627         (tui_display_registers_from): Likewise.
8628         (tui_check_register_values): Likewise.
8629         * tui/tui-source.c (tui_set_source_content): Likewise.
8630         (tui_set_source_content_nil): Likewise.
8631         (tui_source_is_displayed): Likewise.
8632         * tui/tui-stack.c (tui_show_locator_content): Likewise.
8633         (tui_set_locator_fullname): Likewise.
8634         (tui_set_locator_info): Likewise.
8635         (tui_show_frame_info): Likewise.
8636         * tui/tui-winsource.c (tui_clear_source_content): Likewise.
8637         (tui_show_source_line): Likewise.
8638         (tui_horizontal_source_scroll): Likewise.
8639         (tui_update_breakpoint_info): Likewise.
8640         (tui_set_exec_info_content): Likewise.
8641         (tui_show_exec_info_content): Likewise.
8642         (tui_alloc_source_buffer): Likewise.
8643         (tui_line_is_displayed): Likewise.
8644         (tui_addr_is_displayed): Likewise.
8645
8646 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
8647
8648         * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD
8649         event if PL_FLAG_EXEC is set.
8650         [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function.
8651         [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function.
8652         (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set
8653         "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint".
8654         Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint".
8655
8656 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
8657
8658         * fbsd-nat.c: [PT_LWPINFO] New variable super_wait.
8659         [TDP_RFPPWAIT] New variable fbsd_pending_children.
8660         [TDP_RFPPWAIT] (fbsd_remember_child): New function.
8661         [TDP_RFPPWAIT] (fbsd_is_child_pending): New function.
8662         [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function.
8663         [PT_LWPINFO] (fbsd_wait): New function.
8664         [TDP_RFPPWAIT] (fbsd_follow_fork): New function.
8665         [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function.
8666         [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function.
8667         [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function.
8668         [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function.
8669         [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function.
8670         [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function.
8671         [TDP_RFPPWAIT] (fbsd_post_attach): New function.
8672         (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to
8673         "fbsd_wait".
8674         [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork".
8675         Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint".
8676         Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint".
8677         Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint".
8678         Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint".
8679         Set "to_post_startup_inferior" to "fbsd_post_startup_inferior".
8680         Set "to_post_attach" to "fbsd_post_attach".
8681
8682 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
8683
8684         * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static.
8685         (fbsd_find_memory_regions): Mark static.
8686         (fbsd_nat_add_target): New function.
8687         * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for
8688         fbsd_pid_to_exec_file and fbsd_find_memory_regions.
8689         * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target.
8690         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise.
8691         * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise.
8692         * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise.
8693
8694 2015-04-27  Gary Benson <gbenson@redhat.com>
8695
8696         * objfiles.c (allocate_objfile): Do not attempt to expand name
8697         if name is a "target:" filename.
8698         * auto-load.c (load_auto_scripts_for_objfile): Do not attempt
8699         to load auto-load scripts for objfiles with "target:" filenames.
8700
8701 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8702
8703         * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h".
8704         (enum s390_vector_abi_kind): New enum.
8705         (struct gdbarch_tdep)<vector_abi>: New field.
8706         (s390_effective_inner_type): Add parameter min_size.  Stop
8707         unwrapping if the inner type is smaller than min_size.
8708         (s390_function_arg_float): Adjust call to
8709         s390_effective_inner_type.
8710         (s390_function_arg_vector): New function.
8711         (s390_function_arg_integer): Adjust comment.
8712         (struct s390_arg_state)<vr>: New field.
8713         (s390_handle_arg): Add parameter 'is_unnamed'.  Pass vector
8714         arguments according to vector ABI when appropriate.
8715         (s390_push_dummy_call): Initialize the argument state's field
8716         'vr'.  Adjust calls to s390_handle_arg.
8717         (s390_register_return_value): Handle vector return values.
8718         (s390_return_value): Apply the "register" return value convention
8719         to a vector when appropriate.
8720         (s390_gdbarch_init): Initialize tdep->vector_abi.
8721         * NEWS: Announce S390 vector ABI support.
8722
8723 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8724
8725         * s390-linux-tdep.c (s390_return_value_convention): Remove
8726         function.  Inline its logic...
8727         (s390_return_value): ...here.  Instead, move the handling of the
8728         "register" return value convention...
8729         (s390_register_return_value): ...here.  New function.
8730
8731 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8732
8733         * s390-linux-tdep.c
8734         (is_float_singleton): Remove function.  Move the "singleton" part
8735         of the logic...
8736         (s390_effective_inner_type): ...here.  New function.
8737         (is_float_like): Remove function.  Inline its logic...
8738         (s390_function_arg_float): ...here.
8739         (is_pointer_like, is_integer_like, is_struct_like): Remove
8740         functions.  Inline their logic...
8741         (s390_function_arg_integer): ...here.
8742         (s390_function_arg_pass_by_reference): Remove function.
8743         (extend_simple_arg): Remove function.
8744         (alignment_of): Remove function.
8745         (struct s390_arg_state): New structure.
8746         (s390_handle_arg): New function.
8747         (s390_push_dummy_call): Move parameter placement logic to the new
8748         function s390_handle_arg.  Call it for calculating the stack area
8749         sizes first, and again for actually writing the parameters.
8750
8751 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8752
8753         * s390-linux-tdep.c (is_power_of_two): Add comment.  Return
8754           false if the argument is zero.
8755
8756 2015-04-27  Pierre-Marie de Rodat  <derodat@adacore.com>
8757
8758         * ada-lang.c (template_to_static_fixed_type): Return input type
8759         when it is already fixed.  Cache the input type itself when not
8760         creating a static fixed copy.  Make it explicit that we never
8761         molestate the input type.
8762         * gdbtypes.c (resolve_dynamic_struct): Reset the
8763         TYPE_TARGET_TYPE field for resolved copies.
8764
8765 2015-04-27  Joel Brobecker  <brobecker@adacore.com>
8766
8767         * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef.
8768         (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef.
8769         (template_to_static_fixed_type): Call ada_check_typedef only
8770         when necessary.
8771
8772 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
8773
8774         * cli/cli-dump.c (srec_dump_command): Add internationalization
8775         mark ups.
8776         (ihex_dump_command): Likewise.
8777         (tekhex_dump_command): Likewise.
8778         (binary_dump_command): Likewise.
8779         (binary_append_command): Likewise.
8780
8781 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
8782
8783         * cli/cli-dump.c (verilog_cmdlist): New variable.
8784         (dump_verilog_memory): New function.
8785         (dump_verilog_value): New function.
8786         (verilog_dump_command): New function.
8787         (_initialize_cli_dump): Add new commands to support verilog dump
8788         format.
8789         * NEWS: Add entry for "dump verilog".
8790
8791 2015-04-24  Pierre-Marie de Rodat  <derodat@adacore.com>
8792
8793         * gdbtypes.c (print_gnat_stuff): Do not recurse on the
8794         descriptive type when there is none.
8795
8796 2015-04-23  Patrick Palka  <patrick@parcs.ath.cx>
8797
8798         * tui/tui-win.c (tui_async_resize_screen): Call
8799         rl_resize_terminal().
8800
8801 2015-04-22  Jon Turney  <jon.turney@dronecode.org.uk>
8802
8803         * windows-nat.c (handle_output_debug_string): Don't change
8804         current_event.dwThreadId.
8805         (get_windows_debug_event): Use thread_id, rather than relying on
8806         current_event.dwThreadId being changed.
8807
8808 2015-04-22  Jon Turney  <jon.turney@dronecode.org.uk>
8809
8810         * windows-nat.c (windows_continue): Report an error if
8811         ContinueDebugEvent() fails.
8812
8813 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
8814
8815         * windows-nat.c (windows_resume): Fix misspelling in debug output.
8816
8817 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
8818
8819         * windows-nat.c (get_windows_debug_event): Replace retval with
8820         thread_id throughout.  Update stale comment.
8821
8822 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
8823
8824         * windows-nat.c (get_windows_debug_event): Don't use ternary
8825         conditional operator.
8826
8827 2015-04-21  Pierre Muller  <muller@sourceware.org>
8828
8829         PR pascal/17815
8830         p-exp.y (yylex): Reorganize code to return the matched pattern
8831         for a field of this.
8832
8833 2015-04-21  Gary Benson <gbenson@redhat.com>
8834
8835         * common/fileio.h (fileio_to_host_openflags): New declaration.
8836         * common/fileio.c (fcntl.h): New include.
8837         (fileio_to_host_openflags): New function, factored out from...
8838         * inf-child.c (inf_child_fileio_open_flags_to_host): ...here.
8839         Single use updated.
8840
8841 2015-04-21  Kevin Buettner  <kevinb@redhat.com>
8842
8843         * rl78-tdep.c (RL78_SP_ADDR): Define.
8844         (opc_reg_to_gdb_regnum): New static function.
8845         (rl78_analyze_prologue): Recognize instructions forming slightly
8846         more interesting prologues.
8847
8848 2015-04-20  Pierre-Marie de Rodat  <derodat@adacore.com>
8849
8850         Revert:
8851         2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
8852         * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
8853         TYPE_CODE_REF types so that they are not considered as dynamic
8854         depending on the referenced type.
8855         (resolve_dynamic_type_internal): Likewise.
8856
8857 2015-04-20  Pierre-Marie de Rodat  <derodat@adacore.com>
8858
8859         Revert:
8860         2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
8861         * gdbtypes.c (is_dynamic_type_internal): Remove the unused
8862         "top_level" parameter.
8863         (resolve_dynamic_type_internal): Remove the unused "top_level"
8864         parameter.  Update call to is_dynamic_type_internal.
8865         (is_dynamic_type): Update call to is_dynamic_type_internal.
8866         (resolve_dynamic_range): Update call to
8867         resolve_dynamic_type_internal.
8868         (resolve_dynamic_union): Likewise.
8869         (resolve_dynamic_struct): Likewise.
8870         (resolve_dynamic_type): Likewise.
8871
8872 2015-04-19  Gabriel Krisman Bertazi  <gabriel@krisman.be>
8873
8874         * breakpoint.c (update_dprintf_command_list): Remove duplicated
8875         xmalloc.
8876
8877 2015-04-20  Thomas Schwinge  <thomas@codesourcery.com>
8878
8879         * reply_mig_hack.awk: Robustify parsing.
8880
8881         * reply_mig_hack.awk: Don't bother to declare an intermediate
8882         function pointer variable.
8883
8884 2015-04-17  Doug Evans  <dje@google.com>
8885
8886         * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement"
8887         to "exec_displacement" to avoid confusion with inner use of the name.
8888
8889 2015-04-17  Pedro Alves  <palves@redhat.com>
8890
8891         * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero
8892         if HW point of TYPE isn't supported.
8893
8894 2015-04-17  Yao Qi  <yao.qi@linaro.org>
8895             Pedro Alves  <palves@redhat.com>
8896
8897         * target.h (target_can_use_hardware_watchpoint): Update comments.
8898         Remove trailing ";".
8899
8900 2015-04-17  Gary Benson <gbenson@redhat.com>
8901
8902         * remote.c (remote_add_inferior): New argument try_open_exec.
8903         If nonzero, attempt to open the inferior's executable file as
8904         the main executable if no main executable is open already.
8905         All callers updated.
8906         * NEWS: Mention that GDB now supports automatic location and
8907         retrieval of executable + files from remote targets.
8908
8909 2015-04-17  Gary Benson <gbenson@redhat.com>
8910
8911         * target.h (TARGET_OBJECT_EXEC_FILE): New enum value.
8912         * remote.c (PACKET_qXfer_exec_file): Likewise.
8913         (remote_protocol_features): Register the
8914         "qXfer:exec-file:read" feature.
8915         (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE.
8916         (remote_pid_to_exec_file): New function.
8917         (init_remote_ops): Initialize to_pid_to_exec_file.
8918         (_initialize_remote): Register new "set/show remote
8919         pid-to-exec-file-packet" command.
8920         * NEWS: Announce new qXfer:exec-file:read packet.
8921
8922 2015-04-17  Gary Benson <gbenson@redhat.com>
8923
8924         * nat/linux-procfs.h (linux_proc_pid_to_exec_file):
8925         New declaration.
8926         * nat/linux-procfs.c (linux_proc_pid_to_exec_file):
8927         New function, factored out from...
8928         * linux-nat.c (linux_child_pid_to_exec_file): ...here.
8929
8930 2015-04-17  Gary Benson <gbenson@redhat.com>
8931
8932         * exec.c (solist.h): New include.
8933         (exec_file_locate_attach): Prefix absolute executable
8934         paths with gdb_sysroot if set.
8935         * NEWS: Mention that executable paths may be prepended
8936         with sysroot.
8937
8938 2015-04-17  Gary Benson <gbenson@redhat.com>
8939
8940         * solist.h (exec_file_find): New declaration.
8941         * solib.c (solib_find_1): New function, factored out from...
8942         (solib_find): ...here.
8943         (exec_file_find): New function.
8944
8945 2015-04-17  Gary Benson <gbenson@redhat.com>
8946
8947         * gdbcore.h (exec_file_locate_attach): New declaration.
8948         * exec.c (exec_file_locate_attach): New function, factored
8949         out from...
8950         * infcmd.c (attach_command_post_wait): ...here.
8951
8952 2015-04-17  Mike Frysinger  <vapier@gentoo.org>
8953
8954         * MAINTAINERS: Add myself for Blackfin/write-after-approval.
8955
8956 2015-04-16  Yao Qi  <yao.qi@linaro.org>
8957
8958         * infrun.c (maybe_software_singlestep): Declare.
8959         (displaced_step_fixup): Call maybe_software_singlestep.
8960
8961 2015-04-15  Doug Evans  <dje@google.com>
8962
8963         * psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
8964
8965 2015-04-15  Doug Evans  <dje@google.com>
8966
8967         * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls.
8968
8969 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
8970
8971         * python/lib/gdb/command/unwinders.py: Add parentheses.
8972
8973 2015-04-15  Yao Qi  <yao.qi@linaro.org>
8974
8975         * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message.
8976
8977 2015-04-15  Yao Qi  <yao.qi@linaro.org>
8978
8979         * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation.
8980
8981 2015-04-15  Yao Qi  <yao.qi@linaro.org>
8982
8983         * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
8984         dsc->insn_size instead of 4.
8985
8986 2015-04-14  Gary Benson <gbenson@redhat.com>
8987
8988         * jit.c (mem_bfd_iovec_stat): Zero supplied buffer.
8989         * minidebug.c (lzma_stat): Likewise.
8990         * solib-spu.c (spu_bfd_iovec_stat): Likewise.
8991         * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise.
8992
8993 2015-04-13  Stan Shebs  <stanshebs@google.com>
8994
8995         * MAINTAINERS: Update my email address.
8996
8997 2015-04-13  John Baldwin  <jhb@FreeBSD.org>
8998
8999         * amd64-tdep.c (amd64_target_description): New function.
9000         * amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
9001         * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
9002         (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
9003         x86 extended save area.
9004         (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
9005         * amd64bsd-nat.h: Export amd64bsd_xsave_len.
9006         * amd64fbsd-nat.c (amd64fbsd_read_description): New function.
9007         (_initialize_amd64fbsd_nat): Set "to_read_description" to
9008         "amd64fbsd_read_description".
9009         * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
9010         (amd64fbsd_supply_xstateregset): New function.
9011         (amd64fbsd_collect_xstateregset): New function.
9012         Add "amd64fbsd_xstateregset".
9013         (amd64fbsd_iterate_over_regset_sections): New function.
9014         (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
9015         "I386_FBSD_XSAVE_XCR0_OFFSET".
9016         Add "iterate_over_regset_sections" gdbarch method.
9017         Add "core_read_description" gdbarch method.
9018         * i386-tdep.c (i386_target_description): New function.
9019         * i386-tdep.h: Export i386_target_description and tdesc_i386.
9020         * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
9021         (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
9022         x86 extended save area.
9023         (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
9024         * i386bsd-nat.h: Export i386bsd_xsave_len.
9025         * i386fbsd-nat.c (i386fbsd_read_description): New function.
9026         (_initialize_i386fbsd_nat): Set "to_read_description" to
9027         "i386fbsd_read_description".
9028         * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
9029         (i386fbsd_core_read_description): New function.
9030         (i386fbsd_supply_xstateregset): New function.
9031         (i386fbsd_collect_xstateregset): New function.
9032         Add "i386fbsd_xstateregset".
9033         (i386fbsd_iterate_over_regset_sections): New function.
9034         (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
9035         "I386_FBSD_XSAVE_XCR0_OFFSET".
9036         Add "iterate_over_regset_sections" gdbarch method.
9037         Add "core_read_description" gdbarch method.
9038         * i386fbsd-tdep.h: New file.
9039
9040 2015-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9041
9042         * NEWS (Changes since GDB 7.9): Add removed -xdb.
9043         * breakpoint.c (command_line_is_silent): Remove xdb_commands
9044         conditional.
9045         (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba
9046         and lb.
9047         * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and
9048         va.
9049         * cli/cli-decode.c (find_command_name_length): Remove xdb_commands
9050         conditional.
9051         * defs.h (xdb_commands): Remove declaration.
9052         * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc.
9053         * guile/scm-cmd.c (command_classes): Remove xdb from comment.
9054         * infcmd.c (run_no_args_command, go_command): Remove.
9055         (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr.
9056         * infrun.c (xdb_handle_command): Remove.
9057         (_initialize_infrun): Remove xdb_commands for lz and z.
9058         * main.c (xdb_commands): Remove variable.
9059         (captured_main): Remove "xdb" from long_options.
9060         (print_gdb_help): Remove --xdb from help.
9061         * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment.
9062         * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?.
9063         * stack.c (backtrace_full_command, args_plus_locals_info)
9064         (current_frame_command): Remove.
9065         (_initialize_stack): Remove xdb_commands for t, T and l.
9066         * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg.
9067         * thread.c (_initialize_thread): Remove xdb_commands condition.
9068         * tui/tui-layout.c (tui_toggle_layout_command)
9069         (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove.
9070         (_initialize_tui_layout): Remove xdb_commands for td and ts.
9071         * tui/tui-regs.c (tui_scroll_regs_forward_command)
9072         (tui_scroll_regs_backward_command): Remove.
9073         (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r.
9074         * tui/tui-win.c (tui_xdb_set_win_height_command): Remove.
9075         (_initialize_tui_win): Remove xdb_commands for U and w.
9076         * utils.c (pagination_on_command, pagination_off_command): Remove.
9077         (initialize_utils): Remove xdb_commands for am and sm.
9078
9079 2015-04-10  Pedro Alves  <palves@redhat.com>
9080
9081         * infrun.c (displaced_step_fixup): Switch to the event ptid
9082         earlier.  If the thread stopped for a watchpoint and the
9083         target/arch has non-continuable watchpoints, cancel the displaced
9084         step.
9085         (resume): Don't start a displaced step if in-line step-over info
9086         is valid.
9087
9088 2015-04-10  Pedro Alves  <palves@redhat.com>
9089
9090         * infrun.c (displaced_step_in_progress): New function.
9091         (do_target_resume): Advise target to report all signals if
9092         displaced stepping.
9093
9094 2015-04-10  Pedro Alves  <palves@redhat.com>
9095
9096         PR gdb/18216
9097         * infrun.c (process_event_stop_test): Don't assume a step-resume
9098         is set if tp->stepped_breakpoint is true.
9099
9100 2015-04-10  Yao Qi  <yao.qi@linaro.org>
9101
9102         * arm-tdep.c (install_alu_reg): Update comment.
9103         (thumb_copy_alu_reg): Remove local variable rn.  Update
9104         debugging message.  Use r2 instead of r1 in the modified
9105         instruction.
9106
9107 2015-04-10  Pedro Alves  <palves@redhat.com>
9108
9109         PR gdb/13858
9110         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install
9111         linux_displaced_step_location as gdbarch_displaced_step_location
9112         hook.
9113         * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
9114         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
9115         * linux-tdep.c (linux_displaced_step_location): New function,
9116         based on ppc_linux_displaced_step_location.
9117         * linux-tdep.h (linux_displaced_step_location): New declaration.
9118         * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete.
9119         (ppc_linux_inferior_created, ppc_linux_displaced_step_location):
9120         Delete.
9121         (ppc_linux_init_abi): Install linux_displaced_step_location as
9122         gdbarch_displaced_step_location hook, even without Cell/B.E..
9123         (_initialize_ppc_linux_tdep): Don't install
9124         ppc_linux_inferior_created as inferior_created observer.
9125         * s390-linux-tdep.c (s390_gdbarch_init): Install
9126         linux_displaced_step_location as gdbarch_displaced_step_location
9127         hook.
9128
9129 2015-04-09  Gary Benson <gbenson@redhat.com>
9130
9131         * common/common-remote-fileio.h: Rename to...
9132         * common/fileio.h: ...this.  Update all references.
9133         (remote_fileio_to_fio_error): Rename to...
9134         (host_to_fileio_error): ...this.
9135         (remote_fileio_to_be): Rename to...
9136         (host_to_bigendian): ...this.  Update all callers.
9137         (remote_fileio_to_fio_uint): Rename to...
9138         (host_to_fileio_uint): ...this.  Update all callers.
9139         (remote_fileio_to_fio_time): Rename to...
9140         (host_to_fileio_time): ...this.  Update all callers.
9141         (remote_fileio_to_fio_stat): Rename to...
9142         (host_to_fileio_stat): ...this.
9143         Update all references.
9144         * common/common-remote-fileio.c: Rename to...
9145         * common/fileio.c: ...this.  Update all references.
9146         (remote_fileio_to_fio_error): Rename to...
9147         (host_to_fileio_error): ...this.  Update all callers.
9148         (remote_fileio_mode_to_target): Rename to...
9149         (fileio_mode_pack): ...this.  Update all callers.
9150         (remote_fileio_to_fio_mode): Rename to...
9151         (host_to_fileio_mode): ...this.  Update all callers.
9152         (remote_fileio_to_fio_ulong): Rename to...
9153         (host_to_fileio_ulong): ...this.  Update all callers.
9154         (remote_fileio_to_fio_stat): Rename to...
9155         (host_to_fileio_stat): ...this.  Update all callers.
9156
9157 2015-04-09  Andy Wingo  <wingo@igalia.com>
9158
9159         * guile/scm-frame.c (gdbscm_frame_read_register): New function.
9160         (frame_functions): Bind gdbscm_frame_read_register to
9161         frame-read-register.
9162         * guile/lib/gdb.scm (frame-read-register): Export.
9163
9164 2015-04-09  Gary Benson <gbenson@redhat.com>
9165
9166         * common/common-remote-fileio.h (remote_fileio_to_fio_error):
9167         New declaration.
9168         * common/common-remote-fileio.c (remote_fileio_to_fio_error):
9169         New function, factored out the named functions below.
9170         * inf-child.c (gdb/fileio.h): Remove include.
9171         (common-remote-fileio.h): New include.
9172         (inf_child_errno_to_fileio_error): Remove function.  Update
9173         all callers to use remote_fileio_to_fio_error.
9174         * remote-fileio.c (remote_fileio_errno_to_target): Likewise.
9175
9176 2015-04-09  Andy Wingo  <wingo@igalia.com>
9177
9178         * MAINTAINERS (Write After Approval): Add Andy Wingo.
9179
9180 2015-04-09  H.J. Lu  <hongjiu.lu@intel.com>
9181
9182         * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir.
9183         Replace $zlibdir with $ZLIBDIR in LDFLAGS.
9184         * configure: Regenerated.
9185
9186 2015-04-09  Pedro Alves  <palves@redhat.com>
9187
9188         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
9189         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
9190         * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
9191         * gnulib/import/Makefile.am: Update.
9192         * gnulib/import/Makefile.in: Update.
9193         * gnulib/import/m4/gnulib-cache.m4: Update.
9194         * gnulib/import/m4/gnulib-comp.m4: Update.
9195         * gnulib/import/m4/strtok_r.m4: New file.
9196         * gnulib/import/strtok_r.c: New file.
9197
9198 2015-04-09  Pedro Alves  <palves@redhat.com>
9199
9200         * gnulib/update-gnulib.sh (aclocal version check): Filter out
9201         "called too early to check prototype".
9202
9203 2015-04-08  Sergio Durigan Junior  <sergiodj@redhat.com>
9204
9205         PR python/16699
9206         * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not
9207         use a caching mechanism.  Adjust comments and code to reflect
9208         that.  Replace 'sizeof' by 'strlen' when fetching 'wordobj'.
9209         (cmdpy_completer_handle_brkchars): Adjust call to
9210         cmdpy_completer_helper.  Call Py_XDECREF for 'resultobj'.
9211         (cmdpy_completer): Likewise.
9212
9213 2015-04-08  Yao Qi  <yao.qi@linaro.org>
9214
9215         * spu-tdep.c (spu_gdbarch_init): Don't call
9216         set_gdbarch_cannot_step_breakpoint.
9217
9218 2015-04-07  Sergio Durigan Junior  <sergiodj@redhat.com>
9219
9220         * linux-tdep.c (decode_vmflags): Initialize 'saveptr'.
9221
9222 2015-04-07  Pedro Alves  <palves@redhat.com>
9223
9224         * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ...
9225         (ALL_THREADS_SAFE): ... this, and don't skip exited threads.
9226         (delete_exited_threads): New declaration.
9227         * infrun.c (follow_exec): Use ALL_THREADS_SAFE.
9228         * linux-nat.c (linux_nat_update_thread_list): New function.
9229         (linux_nat_add_target): Install it.
9230         * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE.
9231         * thread.c (prune_threads): Use ALL_THREADS_SAFE.
9232         (delete_exited_threads): New function.
9233
9234 2015-04-07  Pedro Alves  <pedro@codesourcery.com>
9235
9236         * infrun.c (resume) <displaced stepping debug output>: Get the
9237         leader thread's regcache, not resume_ptid's.
9238
9239 2015-04-06  Doug Evans  <xdje42@gmail.com>
9240
9241         * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as
9242         VAR_DOMAIN.
9243         (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters.
9244         Include symbol domain in debugging output.
9245
9246 2015-04-06  Pedro Alves  <palves@redhat.com>
9247             Bernd Edlinger  <bernd.edlinger@hotmail.de>
9248
9249         * configure.ac: Remove the mingw32-specific stub-termcap.o
9250         fallback, and instead fallback to the stub termcap on all hosts.
9251         * configure: Regenerate.
9252         * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak
9253         symbols.
9254
9255 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9256
9257         * gdbtypes.c (is_dynamic_type_internal): Remove the unused
9258         "top_level" parameter.
9259         (resolve_dynamic_type_internal): Remove the unused "top_level"
9260         parameter.  Update call to is_dynamic_type_internal.
9261         (is_dynamic_type): Update call to is_dynamic_type_internal.
9262         (resolve_dynamic_range): Update call to
9263         resolve_dynamic_type_internal.
9264         (resolve_dynamic_union): Likewise.
9265         (resolve_dynamic_struct): Likewise.
9266         (resolve_dynamic_type): Likewise.
9267
9268 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9269
9270         * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
9271         TYPE_CODE_REF types so that they are not considered as dynamic
9272         depending on the referenced type.
9273         (resolve_dynamic_type_internal): Likewise.
9274
9275 2015-04-02  H.J. Lu  <hongjiu.lu@intel.com>
9276
9277         * Makefile.in (top_srcdir): New.
9278         * configure: Regenerated.
9279
9280 2015-04-02  Gary Benson <gbenson@redhat.com>
9281
9282         * NEWS: Announce the new default sysroot of "target:".
9283
9284 2015-04-02  Gary Benson <gbenson@redhat.com>
9285
9286         * main.c (captured_main): Set gdb_sysroot to "target:"
9287         if not otherwise set.
9288
9289 2015-04-02  Gary Benson <gbenson@redhat.com>
9290
9291         * exec.c (exec_file_attach): Support "target:" filenames.
9292
9293 2015-04-02  Gary Benson <gbenson@redhat.com>
9294
9295         * solib.c (solib_find): Strip "target:" prefix from sysroot
9296         if accessing local files.
9297
9298 2015-04-02  Gary Benson <gbenson@redhat.com>
9299
9300         * symfile.c (symfile_bfd_open): Reorder to remove duplicated
9301         checks and error messages.
9302
9303 2015-04-02  Gary Benson <gbenson@redhat.com>
9304
9305         * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition.
9306         (remote_filename_p): Remove declaration.
9307         (remote_bfd_open): Likewise.
9308         * remote.c (remote_bfd_iovec_open): Remove function.
9309         (remote_bfd_iovec_close): Likewise.
9310         (remote_bfd_iovec_pread): Likewise.
9311         (remote_bfd_iovec_stat): Likewise.
9312         (remote_filename_p): Likewise.
9313         (remote_bfd_open): Likewise.
9314         * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration.
9315         * symfile.c (separate_debug_file_exists): Use gdb_bfd_open.
9316         (gdb_bfd_open_maybe_remote): Remove function.
9317         (symfile_bfd_open):  Replace remote filename check with
9318         target filename check.
9319         (reread_symbols): Use gdb_bfd_open.
9320         * build-id.c (gdbcore.h): New include.
9321         (build_id_to_debug_bfd): Use gdb_bfd_open.
9322         * infcmd.c (attach_command_post_wait): Remove remote filename
9323         check.
9324         * solib.c (solib_find): Replace remote-specific handling with
9325         target-specific handling.  Update comments where necessary.
9326         (solib_bfd_open): Replace remote-specific handling with
9327         target-specific handling.
9328         (gdb_sysroot_changed): New function.
9329         (_initialize_solib): Call the above when gdb_sysroot changes.
9330         * windows-tdep.c (gdbcore.h): New include.
9331         (windows_xfer_shared_library): Use gdb_bfd_open.
9332
9333 2015-04-02  Gary Benson <gbenson@redhat.com>
9334
9335         * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition.
9336         (is_target_filename): New declaration.
9337         (gdb_bfd_has_target_filename): Likewise.
9338         (gdb_bfd_open): Update documentation comment.
9339         * gdb_bfd.c (target.h): New include.
9340         (gdb/fileio.h): Likewise.
9341         (is_target_filename): New function.
9342         (gdb_bfd_has_target_filename): Likewise.
9343         (fileio_errno_to_host): Likewise.
9344         (gdb_bfd_iovec_fileio_open): Likewise.
9345         (gdb_bfd_iovec_fileio_pread): Likewise.
9346         (gdb_bfd_iovec_fileio_close): Likewise.
9347         (gdb_bfd_iovec_fileio_fstat): Likewise.
9348         (gdb_bfd_open): Use target fileio to access paths prefixed
9349         with "target:" where necessary.
9350
9351 2015-04-02  Gary Benson <gbenson@redhat.com>
9352
9353         * target.h (struct target_ops) <to_filesystem_is_local>:
9354         New field.
9355         (target_filesystem_is_local): New macro.
9356         * target-delegates.c: Regenerate.
9357         * remote.c (remote_filesystem_is_local): New function.
9358         (init_remote_ops): Initialize to_filesystem_is_local.
9359
9360 2015-04-02  Gary Benson <gbenson@redhat.com>
9361
9362         * target.h (struct target_ops) <to_fileio_fstat>: New field.
9363         (target_fileio_fstat): New declaration.
9364         * target.c (target_fileio_fstat): New function.
9365         * inf-child.c (inf_child_fileio_fstat): Likewise.
9366         (inf_child_target): Initialize to_fileio_fstat.
9367         * remote.c (init_remote_ops): Likewise.
9368
9369 2015-04-01  Sasha Smundak  <asmundak@google.com>
9370
9371         * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o.
9372         (SUBDIR_PYTHON_SRCS): Add py-unwind.c.
9373         (py-unwind.o): New recipe.
9374         * NEWS: mention Python frame unwinding.
9375         * data-directory/Makefile.in (PYTHON_FILE_LIST): Add
9376         gdb/unwinder.py and gdb/command/unwinder.py
9377         * python/lib/gdb/__init__.py (packages): Add frame_unwinders
9378         list.
9379         (execute_unwinders): New function.
9380         * python/lib/gdb/command/unwinders.py: New file.
9381         * python/lib/gdb/unwinder.py: New file.
9382         * python/py-objfile.c (objfile_object): Add frame_unwinders field.
9383         (objfpy_dealloc): Decrement frame_unwinders reference count.
9384         (objfpy_initialize): Create frame_unwinders list.
9385         (objfpy_get_frame_unwinders): New function.
9386         (objfpy_set_frame_unwinders): Ditto.
9387         (objfile_getset): Add frame_unwinders attribute to Objfile.
9388         * python/py-progspace.c (pspace_object): Add frame_unwinders field.
9389         (pspy_dealloc): Decrement frame_unwinders reference count.
9390         (pspy_initialize): Create frame_unwinders list.
9391         (pspy_get_frame_unwinders): New function.
9392         (pspy_set_frame_unwinders): Ditto.
9393         (pspy_getset): Add frame_unwinders attribute to gdb.Progspace.
9394         * python/py-unwind.c: New file.
9395         * python/python-internal.h (pspy_get_name_unwinders): New prototype.
9396         (objpy_get_frame_unwinders): New prototype.
9397         (gdbpy_initialize_unwind): New prototype.
9398         * python/python.c (gdbpy_apply_type_printers): Call
9399         gdbpy_initialize_unwind.
9400
9401 2015-04-01  Pedro Alves  <palves@redhat.com>
9402
9403         * infrun.c (resume): Check currently_stepping after clearing
9404         stepped_breakpoint, not before.
9405
9406 2015-04-01  Pedro Alves  <palves@redhat.com>
9407
9408         * infrun.c (print_target_wait_results): Print all the ptid
9409         elements.
9410
9411 2015-04-01  Pedro Alves  <palves@redhat.com>
9412
9413         * infrun.c (keep_going): Also discard cleanups if inserting
9414         breakpoints fails.
9415
9416 2015-04-01  Pedro Alves  <palves@redhat.com>
9417
9418         * infrun.c (wait_for_inferior): Install the
9419         finish_thread_state_cleanup cleanup across the whole function, not
9420         just around handle_inferior_event.
9421
9422 2015-04-01  Pedro Alves  <palves@redhat.com>
9423
9424         * infrun.c (resume) <step past permanent breakpoint>: Use
9425         do_target_resume.
9426
9427 2015-04-01  Pedro Alves  <palves@redhat.com>
9428
9429         * linux-nat.c (linux_handle_extended_wait): Always call set_running.
9430
9431 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
9432
9433         * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
9434
9435 2015-04-01  Pedro Alves  <palves@redhat.com>
9436
9437         * linux-thread-db.c (record_thread): Readd the thread to gdb's
9438         list if it was marked exited.
9439
9440 2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
9441
9442         * configure: Regenerated.
9443
9444 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
9445             Jan Kratochvil  <jan.kratochvil@redhat.com>
9446             Oleg Nesterov  <oleg@redhat.com>
9447
9448         PR corefiles/16092
9449         * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'.
9450         New enum identifying the various options of the coredump_filter
9451         file.
9452         (struct smaps_vmflags): New struct.
9453         (use_coredump_filter): New variable.
9454         (decode_vmflags): New function.
9455         (mapping_is_anonymous_p): Likewise.
9456         (dump_mapping_p): Likewise.
9457         (linux_find_memory_regions_full): New variables
9458         'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'.
9459         Removed variable 'modified'.  Read /proc/<PID>/smaps file; improve
9460         parsing of its information.  Implement memory mapping filtering
9461         based on its contents.
9462         (show_use_coredump_filter): New function.
9463         (_initialize_linux_tdep): New command 'set use-coredump-filter'.
9464         * NEWS: Mention the possibility of using the
9465         '/proc/PID/coredump_filter' file when generating a corefile.
9466         Mention new command 'set use-coredump-filter'.
9467
9468 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
9469
9470         * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by
9471         read_memory_unsigned_integer.
9472
9473 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
9474
9475         * Makefile.in (ZLIB): New.
9476         (ZLIBINC): Likewise.
9477         (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC).
9478         (CLIBS): Add $(ZLIB).
9479         * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS.
9480         Add -lz to LIBS.
9481         * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
9482         * top.c (print_gdb_configuration): Remove --with-zlib and
9483         --without-zlib.
9484         * config.in: Regenerated.
9485         * configure: Likewise.
9486
9487 2015-03-31  Antoine Tremblay  <antoine.tremblay@ericsson.com>
9488
9489         * NEWS: Mention info os cpus support.
9490         * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
9491         (struct osdata_type): Add cpus entry, reorder the entries in
9492         alphabetical order.
9493
9494 2015-03-31  Matthias Klose  <doko@ubuntu.com>
9495
9496         * compile/compile.c (compile_to_object): Allow triplets with or
9497         without vendor set.
9498
9499 2015-03-30  Doug Evans  <dje@google.com>
9500
9501         PR c++/18141
9502         * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
9503         klass in VAR_DOMAIN.
9504
9505 2015-03-30  Gary Benson <gbenson@redhat.com>
9506
9507         * remote.c (remote_mourn_1): Remove function.  Update all callers
9508         to use remote_mourn.
9509         (extended_remote_mourn_1): Remove function.  Update all callers
9510         to use extended_remote_mourn.
9511         (extended_remote_attach_1): Remove function.  Update all callers
9512         to use extended_remote_attach.
9513
9514 2015-03-28  James Bowman  <james.bowman@ftdichip.com>
9515
9516         * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o.
9517         (HFILES_NO_SRCDIR): Add ft32-tdep.h.
9518         (ALLDEPFILES): Add ft32-tdep.c.
9519         * configure.tgt: Add FT32 entry.
9520         * ft32-tdep.c: New file, FT32 target-dependent code.
9521         * ft32-tdep.h: New file, FT32 target-dependent code.
9522
9523 2015-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
9524
9525         Revert:
9526         2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9527         Code cleanup.
9528         * printcmd.c (print_command_1): Move expr variable scope.
9529
9530 2015-03-27  Joel Brobecker  <brobecker@adacore.com>
9531
9532         * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL.
9533
9534 2015-03-27  Andrzej Kaczmarek  <andrzej.kaczmarek@tieto.com>
9535
9536         * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special
9537         sections.
9538
9539 2015-03-26  Joel Brobecker  <brobecker@adacore.com>
9540
9541         * dtrace-probe.c (dtrace_process_dof_probe): Contain any
9542         exception raised while parsing the probe arguments.
9543         Force parsing to be done using the C language parser.
9544         * expression.h (parse_expression_with_language): Declare.
9545         * parse.c (parse_expression_with_language): New function.
9546
9547 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
9548
9549         * MAINTAINERS (Write After Approval): Add "Jon Turney".
9550
9551 2015-03-26  Andy Wingo  <wingo@igalia.com>
9552
9553         PR symtab/18148
9554         * dwarf2read.c (struct partial_die_info): Add has_const_value
9555         member.
9556         (add_partial_symbol): Don't punt on symbols that have const_value
9557         attributes.
9558         (read_partial_die): Detect DW_AT_const_value.
9559
9560 2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9561
9562         Code cleanup.
9563         * printcmd.c (print_command_1): Move expr variable scope.
9564
9565 2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9566
9567         Code cleanup.
9568         * printcmd.c (validate_format): Make the parameter cmdname const.
9569
9570 2015-03-26  Don Breazeal  <donb@codesourcery.com>
9571
9572         * remote.c (_initialize_remote): Update comment.
9573
9574 2015-03-26  Pedro Alves  <palves@redhat.com>
9575             Jon TURNEY  <jon.turney@dronecode.org.uk>
9576
9577         * coffread.c (coff_symfile_read): When constructing the name of an
9578         import stub symbol from import symbol for amd64, only skip the
9579         char after _imp_ if the target is underscored (like i386) and the
9580         char is indeed the target's leading char.
9581
9582 2015-03-25  Pedro Alves  <palves@redhat.com>
9583
9584         * target.h <to_async>: Replace 'callback' and 'context' parameters
9585         with boolean 'enable' parameter.
9586         (target_async): Replace CALLBACK and CONTEXT parameters with
9587         boolean ENABLE parameter.
9588         * inf-loop.c (inferior_event_handler): Adjust.
9589         * linux-nat.c (linux_nat_attach, linux_nat_resume)
9590         (linux_nat_resume): Adjust.
9591         (async_client_callback, async_client_context): Delete.
9592         (handle_target_event): Call inferior_event_handler directly.
9593         (linux_nat_async): Replace 'callback' and 'context' parameters
9594         with boolean 'enable' parameter.  Adjust.  Remove references to
9595         async_client_callback and async_client_context.
9596         (linux_nat_close): Adjust.
9597         * record-btrace.c (record_btrace_async): Replace 'callback' and
9598         'context' parameters with boolean 'enable' parameter.  Adjust.
9599         (record_btrace_resume): Adjust.
9600         * record-full.c (record_full_async): Replace 'callback' and
9601         'context' parameters with boolean 'enable' parameter.  Adjust.
9602         (record_full_resume, record_full_core_resume): Adjust.
9603         * remote.c (struct remote_state) <async_client_callback,
9604         async_client_context>: Delete fields.
9605         (remote_start_remote, extended_remote_attach_1, remote_resume)
9606         (extended_remote_create_inferior): Adjust.
9607         (remote_async_serial_handler): Call inferior_event_handler
9608         directly.
9609         (remote_async): Replace 'callback' and 'context' parameters with
9610         boolean 'enable' parameter.  Adjust.
9611         * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper):
9612         Adjust.
9613         * target-delegates.c: Regenerate.
9614
9615 2015-03-25  Gary Benson <gbenson@redhat.com>
9616             Pedro Alves  <palves@redhat.com>
9617
9618         * target.c (fileio_ft_t): New typedef, define object vector.
9619         (fileio_fhandles): New static variable.
9620         (is_closed_fileio_fh): New macro.
9621         (lowest_closed_fd): New static variable.
9622         (acquire_fileio_fd): New function.
9623         (release_fileio_fd): Likewise.
9624         (fileio_fd_to_fh): New macro.
9625         (target_fileio_open): Wrap the file descriptor on success.
9626         (target_fileio_pwrite): Updated to use wrapped file descriptor.
9627         (target_fileio_pread): Likewise.
9628         (target_fileio_close): Likewise.
9629
9630 2015-03-24  Pedro Alves  <palves@redhat.com>
9631
9632         * thread.c (thread_apply_all_command): Take exited threads into
9633         account.
9634
9635 2015-03-24  Pedro Alves  <palves@redhat.com>
9636
9637         * infrun.c (resume, proceed): Mention
9638         switch_back_to_stepped_thread, not switch_back_to_stepping.
9639
9640 2015-03-24  Pedro Alves  <palves@redhat.com>
9641
9642         * infrun.c (user_visible_resume_ptid): Rewrite going from
9643         most-locked to unlocked instead of the opposite.  Move comment ...
9644         * infrun.h (user_visible_resume_ptid): ... here.
9645
9646 2015-03-24  Pedro Alves  <palves@redhat.com>
9647
9648         * linux-nat.c (linux_nat_resume): Output debug logs before trying
9649         to resume the event lwp.  Use the lwp's ptid instead of the passed
9650         in (maybe wildcard) ptid.
9651         (stop_wait_callback): Tweak debug log output.
9652         (check_stopped_by_breakpoint): Tweak debug log output.  Also dump
9653         TRAP_TRACE.
9654         (linux_nat_filter_event): In debug output, distinguish a
9655         resume_stop SIGSTOP from a delayed SIGSTOP.  Output debug logs
9656         before trying to resume the lwp.
9657
9658 2015-03-24  Joel Brobecker  <brobecker@adacore.com>
9659
9660         * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove
9661         pointer indirection.
9662         * gdbtypes.c (get_dyn_prop): Adjust, following change above.
9663         (add_dyn_prop, copy_dynamic_prop_list): Likewise.
9664
9665 2015-03-24  Joel Brobecker  <brobecker@adacore.com>
9666
9667         * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>:
9668         Renames DYN_ATTR_DATA_LOCATION.
9669         (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of
9670         DYN_ATTR_DATA_LOCATION.
9671         * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION
9672         instead of DYN_ATTR_DATA_LOCATION.
9673
9674 2015-03-24  Pedro Alves  <palves@redhat.com>
9675
9676         * breakpoint.c (until_break_command): Adjust call to proceed.
9677         * gdbthread.h (struct thread_control_state) <stepping_command>:
9678         New field.
9679         * infcall.c (run_inferior_call): Adjust call to proceed.
9680         * infcmd.c (run_command_1, proceed_thread_callback, continue_1):
9681         Adjust calls to proceed.
9682         (set_step_frame): Set the current thread's step_start_function
9683         here.
9684         (step_once): Adjust calls to proceed.
9685         (jump_command, signal_command, until_next_command)
9686         (finish_backward, finish_forward, proceed_after_attach_callback)
9687         (attach_command_post_wait): Adjust calls to proceed.
9688         * infrun.c (proceed_after_vfork_done): Adjust call to proceed.
9689         (do_target_resume): New function, factored out from ...
9690         (resume): ... here.  Remove 'step' parameter.  Instead, check
9691         currently_stepping to determine whether the thread should be
9692         single-stepped.
9693         (proceed): Remove 'step' parameter and don't set the thread's
9694         step_start_function here.  Adjust call to 'resume'.
9695         (handle_inferior_event): Adjust calls to 'resume'.
9696         (switch_back_to_stepped_thread): Use do_target_resume instead of
9697         'resume'.
9698         (keep_going): Adjust calls to 'resume'.
9699         * infrun.h (proceed): Remove 'step' parameter.
9700         (resume): Likewise.
9701         * windows-nat.c (do_initial_windows_stuff): Adjust call to
9702         'resume'.
9703         * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'.
9704
9705 2015-03-24  Pedro Alves  <palves@redhat.com>
9706
9707         * gdbthread.h (struct thread_control_state) <stepping_command>:
9708         New field.
9709         * infcmd.c (step_once): Pass step=1 to clear_proceed_status.  Set
9710         the thread's stepping_command field.
9711         * infrun.c (resume): Check the thread's stepping_command flag to
9712         determine which threads should be resumed.  Rename 'entry_step'
9713         local to user_step.
9714         (clear_proceed_status_thread): Clear 'stepping_command'.
9715         (schedlock_applies): Change parameter type to struct thread_info
9716         pointer.  Adjust.
9717         (find_thread_needs_step_over): Remove 'step' parameter.  Adjust.
9718         (switch_back_to_stepped_thread): Adjust calls to
9719         'schedlock_applies'.
9720         (_initialize_infrun): Adjust "set scheduler-locking step" help.
9721
9722 2015-03-24  Pedro Alves  <palves@redhat.com>
9723
9724         * infrun.c (step_start_function): Delete and ...
9725         * gdbthread.h (struct thread_control_state) <step_start_function>:
9726         ... now a field here.
9727         * infrun.c (clear_proceed_status_thread): Clear the thread's
9728         step_start_function.
9729         (proceed, process_event_stop_test, print_stop_event): Adjust.
9730
9731 2015-03-24  Pedro Alves  <palves@redhat.com>
9732
9733         * infrun.c (proceed): No longer handle negative step.
9734
9735 2015-03-24  Gary Benson  <gbenson@redhat.com>
9736
9737         * nat/x86-linux.h (x86_linux_new_thread): New declaration.
9738         (x86_linux_prepare_to_resume): Likewise.
9739         * x86-linux-nat.c (x86_linux_new_thread):
9740         Moved to nat/x86-linux.c.
9741         (x86_linux_prepare_to_resume): Likewise.
9742         * nat/x86-linux.c (x86_linux_new_thread): New function.
9743         (x86_linux_prepare_to_resume): Likewise.
9744
9745 2015-03-24  Gary Benson  <gbenson@redhat.com>
9746
9747         * nat/x86-linux-dregs.h: New file.
9748         * nat/x86-linux-dregs.c: Likewise.
9749         * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
9750         (x86-linux-dregs.o): New rule.
9751         * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
9752         * config/i386/linux64.mh (NATDEPFILES): Likewise.
9753         * x86-linux-nat.c: Include nat/x86-linux-dregs.h.
9754         (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
9755         (x86_linux_dr_get): Likewise.
9756         (x86_linux_dr_set): Likewise.
9757         (x86_linux_dr_get_addr): Likewise.
9758         (x86_linux_dr_get_control): Likewise.
9759         (x86_linux_dr_get_status): Likewise.
9760         (update_debug_registers_callback): Likewise.
9761         (x86_linux_dr_set_control): Likewise.
9762         (x86_linux_dr_set_addr): Likewise.
9763         (x86_linux_update_debug_registers): Likewise.
9764
9765 2015-03-24  Gary Benson  <gbenson@redhat.com>
9766
9767         * x86-linux-nat.c (x86_linux_update_debug_registers):
9768         New function, factored out from...
9769         (x86_linux_prepare_to_resume): ...this.
9770
9771 2015-03-24  Gary Benson  <gbenson@redhat.com>
9772
9773         * x86-linux-nat.c (x86_linux_dr_get): Update comments.
9774         (x86_linux_dr_set): Likewise.
9775         (x86_linux_dr_get_addr): Likewise.
9776         (x86_linux_dr_get_control): Likewise.
9777         (x86_linux_dr_get_status): Likewise.
9778         (update_debug_registers_callback): Likewise.
9779         (x86_linux_dr_set_control): Likewise.
9780         (x86_linux_dr_set_addr): Likewise.
9781         (x86_linux_prepare_to_resume): Likewise.
9782         (x86_linux_new_thread): Likewise.
9783
9784 2015-03-24  Gary Benson  <gbenson@redhat.com>
9785
9786         * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion.
9787         (x86_linux_new_thread): Rename argument.
9788
9789 2015-03-24  Gary Benson  <gbenson@redhat.com>
9790
9791         * nat/x86-linux.h: New file.
9792         * nat/x86-linux.c: Likewise.
9793         * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h.
9794         (x86-linux.o): New rule.
9795         * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o.
9796         * config/i386/linux64.mh (NATDEPFILES): Likewise.
9797         * nat/linux-nat.h (struct arch_lwp_info): New forward declaration.
9798         (lwp_set_arch_private_info): New declaration.
9799         (lwp_arch_private_info): Likewise.
9800         * linux-nat.c (lwp_set_arch_private_info): New function.
9801         (lwp_arch_private_info): Likewise.
9802         * x86-linux-nat.c: Include nat/x86-linux.h.
9803         (arch_lwp_info): Removed structure.
9804         (update_debug_registers_callback):
9805         Use lwp_set_debug_registers_changed.
9806         (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
9807         and lwp_set_debug_registers_changed.
9808         (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
9809
9810 2015-03-24  Gary Benson  <gbenson@redhat.com>
9811
9812         * nat/linux-nat.h (ptid_of_lwp): New declaration.
9813         (lwp_is_stopped): Likewise.
9814         (lwp_stop_reason): Likewise.
9815         * linux-nat.c (ptid_of_lwp): New function.
9816         (lwp_is_stopped): Likewise.
9817         (lwp_is_stopped_by_watchpoint): Likewise.
9818         * x86-linux-nat.c (update_debug_registers_callback):
9819         Use lwp_is_stopped.
9820         (x86_linux_prepare_to_resume): Use ptid_of_lwp and
9821         lwp_stop_reason.
9822
9823 2015-03-24  Gary Benson  <gbenson@redhat.com>
9824
9825         * linux-nat.h (linux_stop_lwp): Move declaration to...
9826         * nat/linux-nat.h (linux_stop_lwp): New declaration.
9827
9828 2015-03-24  Gary Benson  <gbenson@redhat.com>
9829
9830         * linux-nat.h: Include nat/linux-nat.h.
9831         (iterate_over_lwps): Move declaration to nat/linux-nat.h.
9832         * nat/linux-nat.h (struct lwp_info): New forward declaration.
9833         (iterate_over_lwps_ftype): New typedef.
9834         (iterate_over_lwps): New declaration.
9835         * linux-nat.h (iterate_over_lwps): Update comment.  Use
9836         iterate_over_lwps_ftype.  Update callback return value check.
9837
9838 2015-03-24  Gary Benson  <gbenson@redhat.com>
9839
9840         * x86-nat.h (x86_debug_reg_state): Move declaration to...
9841         * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
9842
9843 2015-03-24  Gary Benson  <gbenson@redhat.com>
9844
9845         * nat/linux-nat.h (current_lwp_ptid): New declaration.
9846         * linux-nat.c (current_lwp_ptid): New function.
9847         * x86-linux-nat.c: Include nat/linux-nat.h.
9848         (x86_linux_dr_get_addr): Use current_lwp_ptid.
9849         (x86_linux_dr_get_control): Likewise.
9850         (x86_linux_dr_get_status): Likewise.
9851         (x86_linux_dr_set_control): Likewise.
9852         (x86_linux_dr_set_addr): Likewise.
9853
9854 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
9855
9856         PR breakpoints/16466
9857         * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
9858
9859 2015-03-23  Joel Brobecker  <brobecker@adacore.com>
9860
9861         * ser-mingw.c (ser_windows_setparity): Fix indentation.
9862         * ser-unix.c (hardwire_setparity): Likewise.
9863
9864 2015-03-23  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
9865
9866         * NEWS: Mention set/show serial parity command.
9867         * monitor.c (monitor_open): Call serial_setparity.
9868         * remote.c (remote_open_1): Likewise.
9869         * ser-base.c (ser_base_serparity): New function.
9870         * ser-base.h (ser_base_setparity): Add  declaration.
9871         * ser-go32.c (dos_ops): Set "setparity" field.
9872         * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
9873         state.Parity.
9874         (ser_windows_setparity): New function.
9875         (hardwire_ops): Add ser_windows_setparity.
9876         (tty_ops): Add NULL for setparity field.
9877         (pipe_ops): Add ser_base_setparity.
9878         (tcp_ops): Likewise.
9879         * ser-pipe.c (pipe_ops): Likewise.
9880         * ser-tcp.c (tcp_ops): Likewise.
9881         * ser-unix.c (hardwire_setparity): Add declaration.
9882         (hardwire_raw): Don't reset PARENB flag.
9883         (hardwire_setparity): New function.
9884         (hardwire_ops): Add hardwire_setparity.
9885         * serial.c (serial_setparity): New function.
9886         (serial_parity): New global.
9887         (parity_none, parity_odd, parity_even, parity_enums, parity):
9888         New static globals.
9889         (set_parity): New function.
9890         (_initialize_serial): Add set/show serial parity commands.
9891         * serial.h (GDBPARITY_NONE): Define.
9892         (GDBPARITY_ODD): Define.
9893         (GDBPARITY_EVEN): Define.
9894         (serial_setparity) Add declaration.
9895         (struct serial_ops): Add setparity field.
9896         * target.h (serial_parity): Add declaration.
9897
9898 2015-03-23  Keith Seitz  <keiths@redhat.com>
9899
9900         * linespec.c (linespec_lexer_lex_keyword): Update comment.
9901
9902 2015-03-23  Keith Seitz  <keiths@redhat.com>
9903
9904         * breakpoint.c (parse_breakpoint_sals): Use
9905         linespec_lexer_lex_keyword to ascertain if the user specified
9906         a NULL location.
9907         * linespec.c [IF_KEYWORD_INDEX]: Define.
9908         (linespec_lexer_lex_keyword): Export.
9909         (struct ls_parser) <keyword_ok>: Remove.
9910         A keyword is only a keyword if not followed by another keyword.
9911         (linespec_lexer_lex_one): Remove keyword_ok handling.
9912         Add comment explaining why the parsing stream is not advanced
9913         when a keyword is seen.
9914         (parse_linespec): Remove parser->keyword_ok.
9915         * linespec.h (linespec_lexer_lex_keyword): Add declaration.
9916
9917 2015-03-23  Keith Seitz  <keiths@redhat.com>
9918
9919         PR gdb/18021
9920         * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
9921         if we find a static method with DW_AT_vtable_elem_location.
9922
9923 2015-03-21  Eli Zaretskii  <eliz@gnu.org>
9924
9925         * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
9926         before the second loop, to avoid undefined behavior.  Reported by
9927         Anton Blanchard <anton@samba.org>.
9928
9929 2015-03-20  Keven Boell  <keven.boell@intel.com>
9930
9931         * gdbtypes.c (resolve_dynamic_type_internal): Adapt
9932         data_location usage to linked list.
9933         (resolve_dynamic_type_internal): Adapt data_location to
9934         linked list.
9935         (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
9936         (copy_type_recursive, copy_type): Add copy of linked list.
9937         * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
9938         (struct dynamic_prop_list): New struct.
9939         * dwarf2read.c (set_die_type): Set data_location data.
9940
9941 2015-03-20  Pedro Alves  <palves@redhat.com>
9942
9943         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
9944         inner block and make it const.
9945         * machoread.c (get_archive_prefix_len): Make "lparen" const.
9946
9947 2015-03-20  Pedro Alves  <palves@redhat.com>
9948
9949         * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
9950         * breakpoint.h (set_breakpoint_condition): Update declaration.
9951
9952 2015-03-20  Pedro Alves  <palves@redhat.com>
9953
9954         * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
9955
9956 2015-03-20  Pedro Alves  <palves@redhat.com>
9957
9958         * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
9959
9960 2015-03-20  Pedro Alves  <palves@redhat.com>
9961
9962         * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
9963
9964 2015-03-20  Pedro Alves  <palves@redhat.com>
9965
9966         * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
9967         (nto_init_solib_absolute_prefix): Likewise.
9968
9969 2015-03-20  Pedro Alves  <palves@redhat.com>
9970
9971         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
9972         * spu-tdep.c (spu_gdbarch_init): Make "name" const.
9973
9974 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
9975
9976         * config/djgpp/README: Remove gdb.hp.
9977
9978 2015-03-20  Yao Qi  <yao.qi@linaro.org>
9979
9980         * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
9981         set_gdbarch_cannot_step_breakpoint.
9982
9983 2015-03-19  Pedro Alves  <palves@redhat.com>
9984
9985         * linux-nat.c (linux_resume_one_lwp): Rename to ...
9986         (linux_resume_one_lwp_throw): ... this.  Don't handle ESRCH here,
9987         instead call perror_with_name.
9988         (check_ptrace_stopped_lwp_gone): New function.
9989         (linux_resume_one_lwp): Reimplement as wrapper around
9990         linux_resume_one_lwp_throw that swallows errors if the LWP is
9991         gone.
9992         (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
9993         swallows errors if the LWP is gone.  Use
9994         linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
9995
9996 2015-03-19  Pedro Alves  <palves@redhat.com>
9997
9998         * linux-nat.c (status_callback): Return early if the LWP has no
9999         status pending.
10000
10001 2015-03-19  Pedro Alves  <palves@redhat.com>
10002
10003         * linux-nat.c (select_event_lwp_callback): Update comment to no
10004         longer mention SIGTRAP.
10005
10006 2015-03-18  Tristan Gingold  <gingold@adacore.com>
10007
10008         * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
10009         redirection code to ...
10010         (amd64_windows_frame_decode_insns): ... Here.  Fix in prologue
10011         checks.  Fix SAVE_NONVOL operations.  Add debug code and comments.
10012
10013 2015-03-18  Gary Benson <gbenson@redhat.com>
10014
10015         (remote_protocol_features): Remove the "vFile:fstat" feature.
10016         (remote_hostio_fstat): Probe for "vFile:fstat" support.
10017
10018 2015-03-11  Yao Qi  <yao.qi@linaro.org>
10019
10020         PR tdep/18107
10021         * aarch64-linux-tdep.c: Include xml-syscall.h
10022         (aarch64_linux_get_syscall_number): New function.
10023         (aarch64_linux_init_abi): Call
10024         set_gdbarch_get_syscall_number.
10025         * syscalls/aarch64-linux.xml: New file.
10026
10027 2015-03-17  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
10028
10029         * ser-base.h (ser_base_setstopbits): Change second argument name
10030         from "rate" to "num".
10031
10032 2015-03-17  Gary Benson <gbenson@redhat.com>
10033             Luke Allardyce <lukeallardyce@gmail.com>
10034
10035         PR gdb/18131
10036         * common/common-remote-fileio.h (sys/stat.h): New include.
10037         (stuct stat): Remove forward declaration.
10038
10039 2015-03-16  John Baldwin  <jhb@FreeBSD.org>
10040
10041         * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
10042         before writing core register notes.
10043
10044 2015-03-16  Yuanhui Zhang  <asmwarrior@gmail.com>
10045             Pedro Alves  <palves@redhat.com>
10046
10047         * gdb_curses.h (tgetnum): Mark with EXTERN_C.
10048         * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
10049         (tgoto): Wrap with extern "C".
10050
10051 2015-03-16  Pedro Alves  <palves@redhat.com>
10052             Yuanhui Zhang  <asmwarrior@gmail.com>
10053
10054         * stub-termcap.c (tputs): Change prototype.
10055
10056 2015-03-16  Yuanhui Zhang  <asmwarrior@gmail.com>
10057             Pedro Alves  <palves@redhat.com>
10058
10059         * windows-nat.c (struct thread_info_struct): Rename to ...
10060         (struct windows_thread_info_struct): ... this.
10061         (thread_info): Rename to ...
10062         (windows_thread_info): ... this.
10063         All users updated.
10064
10065 2015-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10066             Pedro Alves  <palves@redhat.com>
10067
10068         * NEWS: New Removed targets and native configurations.
10069
10070 2015-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
10071
10072         Remove HPUX.
10073         * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
10074         (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
10075         (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
10076         ia64-hpux-tdep.h, solib-ia64-hpux.h.
10077         (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
10078         ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
10079         * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
10080         hppa-hpux-tdep.c.
10081         * config/ia64/hpux.mh: Remove file.
10082         * config/pa/hpux.mh: Remove file.
10083         * configure: Rebuilt.
10084         * configure.ac (dlgetmodinfo, somread.o): Remove.
10085         * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10086         (ia64-*-hpux*): Remove its float format exception.
10087         * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10088         * hppa-hpux-nat.c: Remove file.
10089         * hppa-hpux-tdep.c: Remove file.
10090         * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
10091         Move them here from hppa-tdep.h
10092         (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
10093         (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
10094         * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
10095         Move them to hppa-tdep.c.
10096         (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
10097         declarations.
10098         * ia64-hpux-nat.c: Remove file.
10099         * ia64-hpux-tdep.c: Remove file.
10100         * ia64-hpux-tdep.h: Remove file.
10101         * inf-ttrace.c: Remove file.
10102         * inf-ttrace.h: Remove file.
10103         * solib-ia64-hpux.c: Remove file.
10104         * solib-ia64-hpux.h: Remove file.
10105         * solib-pa64.c: Remove file.
10106         * solib-pa64.h: Remove file.
10107         * solib-som.c: Remove file.
10108         * solib-som.h: Remove file.
10109         * somread.c: Remove file.
10110
10111 2015-03-13  John Baldwin  <jhb@FreeBSD.org>
10112
10113         * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
10114         * config.in: Regenerate.
10115         * configure: Regenerate.
10116         * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
10117         define.
10118         (fbsd_find_memory_regions): Use kinfo_getvmmap to
10119         enumerate memory regions if present.
10120
10121 2015-03-13  John Baldwin  <jhb@FreeBSD.org>
10122
10123         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
10124         * i386fbsd-tdep.c: Fix style in various gdb_static_assert
10125         expressions.
10126         (i386fbsd_sigtramp_p): Likewise.
10127
10128 2015-03-12  John Baldwin  <jhb@FreeBSD.org>
10129
10130         * MAINTAINERS (Write After Approval): Add John Baldwin.
10131
10132 2015-03-12  Gary Benson <gbenson@redhat.com>
10133
10134         * solib.c (_initialize_solib): Make "set/show sysroot" use
10135         add_setshow_optional_filename_cmd so it can be restored to
10136         empty after being set.
10137
10138 2015-03-11  Sergio Durigan Junior  <sergiodj@redhat.com>
10139
10140         * Makefile.in (SFILES): New source break-catch-syscall.c.
10141         (COMMON_OBS): New object break-catch-syscall.o.
10142         * break-catch-syscall.c: New file.
10143         * breakpoint.c: Remove inclusion of "xml-syscall.h".
10144         (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
10145         (struct syscall_catchpoint): Likewise.
10146         (dtor_catch_syscall): Likewise.
10147         (catch_syscall_inferior_data): Likewise.
10148         (struct catch_syscall_inferior_data): Likewise.
10149         (get_catch_syscall_inferior_data): Likewise.
10150         (catch_syscall_inferior_data_cleanup): Likewise.
10151         (insert_catch_syscall): Likewise.
10152         (remove_catch_syscall): Likewise.
10153         (breakpoint_hit_catch_syscall): Likewise.
10154         (print_it_catch_syscall): Likewise.
10155         (print_one_catch_syscall): Likewise.
10156         (print_mention_catch_syscall): Likewise.
10157         (print_recreate_catch_syscall): Likewise.
10158         (catch_syscall_breakpoint_ops): Likewise.
10159         (syscall_catchpoint_p): Likewise.
10160         (create_syscall_event_catchpoint): Likewise.
10161         (catch_syscall_split_args): Likewise.
10162         (catch_syscall_command_1): Likewise.
10163         (is_syscall_catchpoint_enabled): Likewise.
10164         (catch_syscall_enabled): Likewise.
10165         (catching_syscall_number): Likewise.
10166         (catch_syscall_completer): Likewise.
10167         (clear_syscall_counts): Likewise.
10168         (initialize_breakpoint_ops): Move initialization of syscall
10169         catchpoints to break-catch-syscall.c.
10170         (_initialize_breakpoint): Move code related to syscall catchpoints
10171         to break-catch-syscall.c.
10172
10173 2015-03-11  Sergio Durigan Junior  <sergiodj@redhat.com>
10174
10175         * breakpoint.c (breakpoint_find_if): New function.
10176         * breakpoint.h (breakpoint_find_if): New prototype.
10177
10178 2015-03-11  Gary Benson <gbenson@redhat.com>
10179
10180         * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
10181         * remote-fileio.c (remote_fileio_to_host_uint): New function.
10182         (remote_fileio_to_host_ulong): Likewise.
10183         (remote_fileio_to_host_mode): Likewise.
10184         (remote_fileio_to_host_time): Likewise.
10185         (remote_fileio_to_host_stat): Likewise.
10186         * remote.c (PACKET_vFile_fstat): New enum value.
10187         (remote_protocol_features): Register the "vFile:fstat" feature.
10188         (remote_hostio_fstat): New function.
10189         (remote_bfd_iovec_stat): Use the above.
10190         (_initialize_remote): Register new "set/show remote
10191         hostio-fstat-packet" command.
10192         * symfile.c (separate_debug_file_exists): Update comment.
10193         * NEWS: Announce new vFile:fstat packet.
10194
10195 2015-03-11  Gary Benson <gbenson@redhat.com>
10196
10197         * common/common-remote-fileio.h: New file.
10198         * common/common-remote-fileio.c: Likewise.
10199         * Makefile.in (SFILES): Add common/common-remote-fileio.c.
10200         (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
10201         (COMMON_OBS): Add common-remote-fileio.o.
10202         (common-remote-fileio.o): New rule.
10203         * remote-fileio.h (common-remote-fileio.h): New include.
10204         * remote-fileio.c (gdb/fileio.h): Do not include.
10205         (remote_fileio_to_be): Moved to common-remote-fileio.h.
10206         (remote_fileio_to_fio_uint): Likewise.
10207         (remote_fileio_to_fio_time): Likewise.
10208         (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
10209         (remote_fileio_to_fio_mode): Likewise.
10210         (remote_fileio_to_fio_ulong): Likewise.
10211         (remote_fileio_to_fio_stat): Likewise.
10212
10213 2015-03-11  Andy Wingo  <wingo@igalia.com>
10214
10215         * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
10216         we were checking the cached type, not the cached dynamic type.
10217
10218 2015-03-11  Andy Wingo  <wingo@igalia.com>
10219
10220         * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
10221         other strings, as these are on the GC'd heap, and will be
10222         collected along with the smob.
10223
10224 2015-03-11  Andy Wingo  <wingo@igalia.com>
10225
10226         * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
10227         (objfile_functions): Bind gdbscm_objfile_progspace to
10228         objfile-progspace.
10229         * guile/lib/gdb.scm: Add objfile-progspace to exports.
10230
10231 2015-03-11  Andy Wingo  <wingo@igalia.com>
10232
10233         * guile/guile.c (_initialize_guile): Disable automatic
10234         finalization, if Guile offers us that possibility.
10235         * guile/guile.c (call_initialize_gdb_module):
10236         * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
10237         finalizers in appropriate places.
10238         * configure.ac (AC_TRY_LIBGUILE): Add a check for
10239         scm_set_automatic_finalization_enabled.
10240         * configure: Regenerated.
10241
10242 2015-03-11  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10243
10244         * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
10245         SAL, if possible.
10246
10247 2015-03-11  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10248
10249         * s390-linux-nat.c (struct arch_lwp_info): New.
10250         (s390_fix_watch_points): Rename to...
10251         (s390_prepare_to_resume): ...this.  Skip the PER info update
10252         unless the watch points have changed.
10253         (s390_refresh_per_info, s390_new_thread): New functions.
10254         (s390_insert_watchpoint): Call s390_refresh_per_info instead of
10255         s390_fix_watch_points.
10256         (s390_remove_watchpoint): Likewise.
10257         (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
10258         Register s390_prepare_to_resume.
10259
10260 2015-03-09  Pedro Alves  <palves@redhat.com>
10261
10262         Revert:
10263         2015-03-07  Pedro Alves  <palves@redhat.com>
10264         * common/gdb_socket.h: New file.
10265         * ser-tcp.c: Include gdb_socket.h.  Don't include netinet/in.h nor
10266         sys/socket.h.
10267         (net_open): Use union gdb_sockaddr_u.
10268
10269 2015-03-07  Pedro Alves  <palves@redhat.com>
10270
10271         * configure.ac (build_warnings): Move -Wmissing-prototypes
10272         -Wdeclaration-after-statement -Wmissing-parameter-type
10273         -Wold-style-declaration -Wold-style-definition to the C-specific
10274         set.
10275         * configure: Regenerate.
10276
10277 2015-03-07  Pedro Alves  <palves@redhat.com>
10278
10279         * common/gdb_socket.h: New file.
10280         * ser-tcp.c: Include gdb_socket.h.  Don't include netinet/in.h nor
10281         sys/socket.h.
10282         (net_open): Use union gdb_sockaddr_u.
10283
10284 2015-03-07  Pedro Alves  <palves@redhat.com>
10285
10286         * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
10287         (exceptions_state_mc_action_iter)
10288         (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
10289         Don't define.
10290         [__cplusplus] (try_scope_depth): New global.
10291         [__cplusplus] (exception_try_scope_entry)
10292         (exception_try_scope_exit, gdb_exception_sliced_copy)
10293         (exception_rethrow): New functions.
10294         (throw_exception): In C++ mode, throw
10295         gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
10296         gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
10297         (throw_it): In C++ mode, use try_scope_depth.
10298         * common/common-exceptions.h [!__cplusplus]
10299         (exceptions_state_mc_action_iter)
10300         (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
10301         Don't declare.
10302         [__cplusplus] (exception_try_scope_entry)
10303         (exception_try_scope_exit, exception_rethrow): Declare.
10304         [__cplusplus] (struct exception_try_scope): New struct.
10305         [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
10306         C++ exceptions.
10307         (struct gdb_exception_RETURN_MASK_ALL)
10308         (struct gdb_exception_RETURN_MASK_ERROR)
10309         (struct gdb_exception_RETURN_MASK_QUIT): New types.
10310
10311 2015-03-07  Pedro Alves  <palves@redhat.com>
10312
10313         * main.c (handle_command_errors): Remove volatile qualifier from
10314         parameter.
10315
10316 2015-03-07  Pedro Alves  <palves@redhat.com>
10317
10318         * breakpoint.c (save_breakpoints): Adjust to avoid code between
10319         TRY and CATCH.
10320         * gdbtypes.c (safe_parse_type): Remove empty line.
10321         (types_deeply_equal):
10322         * guile/scm-frame.c (gdbscm_frame_name):
10323         * linux-thread-db.c (find_new_threads_once):
10324         * python/py-breakpoint.c (bppy_get_commands):
10325         * record-btrace.c (record_btrace_insert_breakpoint)
10326         (record_btrace_remove_breakpoint, record_btrace_start_replaying)
10327         (record_btrace_start_replaying): Adjust to avoid code between TRY
10328         and CATCH.
10329
10330 2015-03-07  Pedro Alves  <palves@redhat.com>
10331
10332         * common/common-exceptions.c (struct catcher) <exception>: No
10333         longer a pointer to volatile exception.  Now an exception value.
10334         <mask>: Delete field.
10335         (exceptions_state_mc_init): Remove all parameters.  Adjust.
10336         (exceptions_state_mc): No longer pop the catcher here.
10337         (exceptions_state_mc_catch): New function.
10338         (throw_exception): Adjust.
10339         * common/common-exceptions.h (exceptions_state_mc_init): Remove
10340         all parameters.
10341         (exceptions_state_mc_catch): Declare.
10342         (TRY_CATCH): Rename to ...
10343         (TRY): ... this.  Remove EXCEPTION and MASK parameters.
10344         (CATCH, END_CATCH): New.
10345         All callers adjusted.
10346
10347 2015-03-07  Tom Tromey  <tromey@redhat.com>
10348
10349         * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
10350
10351 2015-03-07  Pedro Alves  <palves@redhat.com>
10352
10353         * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
10354         (amd64_epilogue_frame_cache): Normal exception handling code.
10355         * break-catch-throw.c (check_status_exception_catchpoint)
10356         (re_set_exception_catchpoint): Ditto.
10357         * cli/cli-interp.c (safe_execute_command):
10358         * cli/cli-script.c (script_from_file): Ditto.
10359         * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
10360         Ditto.
10361         * compile/compile-object-run.c (compile_object_run): Ditto.
10362         * cp-abi.c (baseclass_offset): Ditto.
10363         * cp-valprint.c (cp_print_value): Ditto.
10364         * exceptions.c (catch_exceptions_with_msg):
10365         * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
10366         * frame.c (get_frame_address_in_block_if_available): Ditto.
10367         * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
10368         (i386_sigtramp_frame_cache): Ditto.
10369         * infcmd.c (post_create_inferior): Ditto.
10370         * linespec.c (parse_linespec, find_linespec_symbols):
10371         * p-valprint.c (pascal_object_print_value): Ditto.
10372         * parse.c (parse_expression_for_completion): Ditto.
10373         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
10374         * remote.c (remote_get_noisy_reply): Ditto.
10375         * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
10376         * solib-svr4.c (solib_svr4_r_map): Ditto.
10377
10378 2015-03-06  Gary Benson  <gbenson@redhat.com>
10379
10380         * common/common-utils.h (startswith): New inline function.
10381         All places where this logic was used updated to use the above.
10382
10383 2015-03-05  Pedro Alves  <palves@redhat.com>
10384
10385         PR gdb/18002
10386         * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
10387         after reading the breakpoint's shadow memory.
10388
10389 2015-03-05  Mark Kettenis  <kettenis@gnu.org>
10390
10391         * hppabsd-nat.c: Remove file.
10392         * hppaobsd-nat.c: New file.
10393         * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c.  Add
10394         hppaobsd-nat.c.
10395         * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
10396         hppaobsd-nat.o.
10397
10398 2015-03-04  Pedro Alves  <palves@redhat.com>
10399
10400         * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
10401         (target_decr_pc_after_break): Delete declaration.
10402         * target.c (default_target_decr_pc_after_break)
10403         (target_decr_pc_after_break): Delete.
10404         * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
10405         gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
10406         * linux-thread-db.c (check_event): Likewise.
10407         * infrun.c (adjust_pc_after_break): Likewise.
10408         * darwin-nat.c (cancel_breakpoint): Likewise.
10409         * aix-thread.c (aix_thread_wait): Likewise.
10410         * target-delegates.c: Regenerate.
10411
10412 2015-03-04  Pedro Alves  <palves@redhat.com>
10413
10414         * linux-nat.c (save_sigtrap): Check for breakpoints before
10415         checking watchpoints.
10416         (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
10417         breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
10418         (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
10419         a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
10420         (linux_nat_stopped_by_sw_breakpoint)
10421         (linux_nat_supports_stopped_by_sw_breakpoint)
10422         (linux_nat_stopped_by_hw_breakpoint)
10423         (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
10424         (linux_nat_wait_1): Don't re-increment the PC if relying on
10425         SIGTRAP's siginfo->si_code.
10426         (linux_nat_add_target): Install new target methods.
10427         * linux-thread-db.c (check_event): Don't account for breakpoint PC
10428         offset if the target already adjusted the PC.
10429         * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
10430         (GDB_ARCH_TRAP_BRKPT): New.
10431         (TRAP_HWBKPT): Define if not already defined.
10432
10433 2015-03-04  Pedro Alves  <palves@redhat.com>
10434
10435         * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
10436         * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
10437         Delete field.
10438         <stop_reason>: New field.
10439         (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
10440         (packet_set_cmd_state): New function.
10441         (remote_protocol_features): Register the "swbreak" and "hwbreak"
10442         features.
10443         (remote_query_supported): If not disabled with the corresponding
10444         "set remote foo-packet" command, report support for the swbreak
10445         and hwbreak features.
10446         (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
10447         field.
10448         <stop_reason>: New field.
10449         (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
10450         (remote_wait_as): Adjust.
10451         (remote_stopped_by_sw_breakpoint)
10452         (remote_supports_stopped_by_sw_breakpoint)
10453         (remote_stopped_by_hw_breakpoint)
10454         (remote_supports_stopped_by_hw_breakpoint): New functions.
10455         (remote_stopped_by_watchpoint): New function.
10456         (init_remote_ops): Install them.
10457         (_initialize_remote): Register new "set/show remote
10458         swbreak-feature-packet" and "set/show remote
10459         swbreak-feature-packet" commands.
10460
10461 2015-03-04  Pedro Alves  <palves@redhat.com>
10462
10463         * btrace.h: Include target/waitstatus.h.
10464         (struct btrace_thread_info) <stop_reason>: New field.
10465         * record-btrace.c (record_btrace_step_thread): Use
10466         record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10467         (record_btrace_decr_pc_after_break): Delete.
10468         (record_btrace_stopped_by_sw_breakpoint)
10469         (record_btrace_supports_stopped_by_sw_breakpoint)
10470         (record_btrace_stopped_by_hw_breakpoint)
10471         (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
10472         (init_record_btrace_ops): Install them.
10473         * record-full.c (record_full_hw_watchpoint): Delete and replace
10474         with ...
10475         (record_full_stop_reason): ... this throughout.
10476         (record_full_exec_insn): Adjust.
10477         (record_full_wait_1): Adjust.  No longer re-increment the PC.
10478         (record_full_wait_1): Adjust.  Use
10479         record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10480         (record_full_stopped_by_watchpoint): Adjust.
10481         (record_full_stopped_by_sw_breakpoint)
10482         (record_full_supports_stopped_by_sw_breakpoint)
10483         (record_full_supports_stopped_by_sw_breakpoint)
10484         (record_full_stopped_by_hw_breakpoint)
10485         (record_full_supports_stopped_by_hw_breakpoint): New functions.
10486         (init_record_full_ops, init_record_full_core_ops): Install them.
10487         * record.c (record_check_stopped_by_breakpoint): New function.
10488         * record.h: Include target/waitstatus.h.
10489         (record_check_stopped_by_breakpoint): New declaration.
10490
10491 2015-03-04  Pedro Alves  <palves@redhat.com>
10492
10493         enum lwp_stop_reason -> enum target_stop_reason
10494         * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
10495         (linux_nat_stopped_by_watchpoint, status_callback)
10496         (linux_nat_wait_1): Adjust.
10497         * linux-nat.h (enum lwp_stop_reason): Delete.
10498         (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
10499         * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
10500         * target/waitstatus.h (enum target_stop_reason): New.
10501
10502 2015-03-04  Pedro Alves  <palves@redhat.com>
10503
10504         * breakpoint.c (need_moribund_for_location_type): New function.
10505         (bpstat_stop_status): Don't skipping checking moribund locations
10506         of breakpoint types which the target tell caused a stop.
10507         (program_breakpoint_here_p): New function, factored out from ...
10508         (bp_loc_is_permanent): ... this.
10509         (update_global_location_list): Don't create a moribund location if
10510         the target supports reporting stops of the type of the removed
10511         breakpoint.
10512         * breakpoint.h (program_breakpoint_here_p): New declaration.
10513         * infrun.c (adjust_pc_after_break): Return early if the target has
10514         already adjusted the PC.  Add comments.
10515         (handle_signal_stop): If nothing explains a signal, and the target
10516         tells us the stop was caused by a software breakpoint, check if
10517         there's a breakpoint instruction in the memory.  If so, adjust the
10518         PC before presenting the stop to the user.  Otherwise, ignore the
10519         trap.  If nothing explains a signal, and the target tells us the
10520         stop was caused by a hardware breakpoint, ignore the trap.
10521         * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
10522         to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
10523         to_supports_stopped_by_hw_breakpoint>: New fields.
10524         (target_stopped_by_sw_breakpoint)
10525         (target_supports_stopped_by_sw_breakpoint)
10526         (target_stopped_by_hw_breakpoint)
10527         (target_supports_stopped_by_hw_breakpoint): Define.
10528         * target-delegates.c: Regenerate.
10529
10530 2015-03-04  Pedro Alves  <palves@redhat.com>
10531
10532         * infrun.c (follow_fork_inferior): Use the whole of the
10533         inferior_ptid and pending_follow.related_pid ptids instead of
10534         building ptids from the process components.  Adjust verbose output
10535         to use target_pid_to_str.
10536         * linux-nat.c (linux_child_follow_fork): Use the whole of the
10537         inferior_ptid and pending_follow.related_pid ptids instead of
10538         building ptids from the process components.
10539
10540 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
10541
10542         * inf-ptrace.c [PT_GET_PROCESS_STATE]
10543         (inf_ptrace_insert_fork_catchpoint): New function.
10544         (inf_ptrace_remove_fork_catchpoint): New function.
10545         (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
10546
10547 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10548
10549         * s390-linux-tdep.c (s390_register_name): Return empty string
10550         instead of NULL for registers that shouldn't be visible.
10551
10552 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10553
10554         * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
10555         XML file for 64-bit targets.
10556
10557 2015-03-03  Simon Marchi  <simon.marchi@ericsson.com>
10558
10559         * target.h (find_default_create_inferior): Remove declaration.
10560         (find_default_attach): Likewise.
10561
10562 2015-03-03  Pedro Alves  <palves@redhat.com>
10563
10564         * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
10565         Use ptid_get_pid to get the overall process id when resuming all
10566         threads.
10567
10568 2015-03-03  Pedro Alves  <palves@redhat.com>
10569
10570         * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
10571         the lwp field of ptid.  Pass the full ptid to get_thread_regcache.
10572         * inf-ptrace.c (get_ptrace_pid): New function.
10573         (inf_ptrace_resume): Use it.
10574         * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
10575         to the lower layer.
10576
10577 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
10578
10579         * nat/linux-btrace.c: Include sys/utsname.h.
10580         (linux_determine_kernel_ptr_bits): New.
10581         (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
10582         * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
10583         ptr_bits.
10584
10585 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
10586
10587         * btrace.c (ftrace_update_function): Treat return as tailcall for
10588         "_dl_runtime_resolve".
10589
10590 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
10591
10592         * btrace.h (btrace_function) <lbegin, lend>: Remove.
10593         * btrace.c (ftrace_debug): Do not print the line range.
10594         (ftrace_skip_file, ftrace_update_lines): Remove.
10595         (ftrace_new_function): Remove lbegin and lend initialization.
10596         (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
10597         * record-btrace.c (btrace_compute_src_line_range): New.
10598         (btrace_call_history_src_line): Call btrace_compute_src_line_range.
10599
10600 2015-03-02  Pedro Alves  <palves@redhat.com>
10601
10602         * infrun.c (follow_exec): Delete all threads of the process except
10603         the event thread.  Extended comments.
10604
10605 2015-03-02  Joel Brobecker  <brobecker@adacore.com>
10606
10607         * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
10608
10609 2015-03-02  Joel Brobecker  <brobecker@adacore.com>
10610
10611         * utils.h: Remove <stdbool.h> #include.
10612         (producer_is_gcc): Change return type to "int".
10613         * utils.c (producer_is_gcc): Change return type to int.
10614         Return 1 instead of true, and 0 instead of false.
10615         Adjust function documentation accordingly.
10616
10617 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10618
10619         * s390-linux-nat.c (have_regset_vxrs): New static variable.
10620         (s390_linux_fetch_inferior_registers): Handle vector registers, if
10621         present.
10622         (s390_linux_store_inferior_registers): Likewise.
10623         (s390_get_hwcap): Remove function.  Embed its logic...
10624         (s390_read_description): ...here.  Yield a target description with
10625         vector registers if applicable.
10626         * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
10627         "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
10628         "features/s390x-tevx-linux64.c".
10629         (struct gdbarch_tdep) <v0_full_regnum>: New field.
10630         (s390_dwarf_regmap): Add vector registers.  Remove bogus entries
10631         for "GNU/Linux-specific registers".
10632         (s390_dwarf_reg_r0l): New enum value.
10633         (s390_dwarf_reg_to_regnum): Support vector registers.
10634         (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
10635         of GPR lower halves.
10636         (regnum_is_vxr_full): New function.
10637         (s390_register_name): New function.
10638         (s390_pseudo_register_name): Handle v0-v15, which are composed of
10639         f0-f15 and v0l-v15l.
10640         (s390_pseudo_register_type): Likewise.
10641         (s390_pseudo_register_read): Likewise.
10642         (s390_pseudo_register_write): Likewise.
10643         (s390_value_from_register): Account for the fact that values are
10644         placed left-justified in vector registers.
10645         (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
10646         the vector reggroup and omit them from the general reggroup.
10647         (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
10648         (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
10649         (s390_iterate_over_regset_sections): Add iterations for the two
10650         new vector regsets.
10651         (s390_core_read_description): Yield a target description with
10652         vector registers if applicable.
10653         (s390_gdbarch_init): Handle target descriptions with vector
10654         registers.  Add "register_name" gdbarch method.
10655         (_initialize_s390_tdep): Call new tdesc initialization functions.
10656         * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
10657         (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
10658         (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
10659         (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
10660         (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
10661         (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
10662         (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
10663         (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
10664         (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
10665         (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
10666         (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
10667         (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
10668         (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
10669         (S390_NUM_REGS): Adjust value.
10670         (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
10671         (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
10672         (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
10673         * NEWS: Announce S/390 vector register support.
10674
10675 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10676
10677         * features/s390-tevx-linux64.xml: New file.
10678         * features/s390-vx-linux64.xml: New file.
10679         * features/s390-vx.xml: New file.
10680         * features/s390x-tevx-linux64.xml: New file.
10681         * features/s390x-vx-linux64.xml: New file.
10682         * features/Makefile (WHICH): Add s390-vx-linux64,
10683         s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
10684         (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
10685         (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
10686         macros.
10687         * features/s390-tevx-linux64.c: New generated file.
10688         * features/s390-vx-linux64.c: Likewise.
10689         * features/s390x-tevx-linux64.c: Likewise.
10690         * features/s390x-vx-linux64.c: Likewise.
10691         * regformats/s390-tevx-linux64.dat: Likewise.
10692         * regformats/s390-vx-linux64.dat: Likewise.
10693         * regformats/s390x-tevx-linux64.dat: Likewise.
10694         * regformats/s390x-vx-linux64.dat: Likewise.
10695
10696 2015-02-28  Doug Evans  <xdje42@gmail.com>
10697
10698         * symtab.h (struct symtab) <next>: Fix comment.
10699
10700 2015-02-27  Simon Marchi  <simon.marchi@ericsson.com>
10701
10702         * python/python.c (python_GdbModuleDef): Rename GdbMethods to
10703         python_GdbMethods.
10704
10705 2015-02-27  Pedro Alves  <palves@redhat.com>
10706
10707         * dtrace-probe.c (dtrace_probe_ops): Make extern.
10708
10709 2015-02-27  Pedro Alves  <palves@redhat.com>
10710
10711         * common/common-exceptions.h (exception_none): Declare.
10712         * common/common-exceptions.c (exception_none): Moved from
10713         exceptions.c.
10714         (exceptions_state_mc_init): Use exception_none.
10715         * exceptions.c (exception_none): Move to
10716         common/common-exceptions.c.
10717         * exceptions.h (exception_none): Move to
10718         common/common-exceptions.h.
10719
10720 2015-02-27  Pedro Alves  <palves@redhat.com>
10721
10722         * main.c (catch_command_errors, catch_command_errors_const):
10723         Remove 'mask' argument.  Adjust.
10724         (captured_main): Adjust callers.
10725
10726 2015-02-27  Pedro Alves  <palves@redhat.com>
10727
10728         * python/python-internal.h: Include "extension-priv.h".
10729
10730 2015-02-27  Pedro Alves  <palves@redhat.com>
10731
10732         * breakpoint.h (enum print_stop_action): Move further up in the
10733         file.
10734
10735 2015-02-27  Pedro Alves  <palves@redhat.com>
10736
10737         * gdbarch.sh: Include regcache.h.
10738         * gdbarch.h: Regenerate.
10739
10740 2015-02-27  Pedro Alves  <palves@redhat.com>
10741
10742         * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
10743         Remove duplicate const.
10744         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
10745         duplicate const.
10746
10747 2015-02-27  Pedro Alves  <palves@redhat.com>
10748
10749         * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
10750         * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
10751         * features/feature_to_c.sh: Tag the generated xml_builtin array
10752         with extern const in C++ mode.
10753
10754 2015-02-27  Tom Tromey  <tromey@redhat.com>
10755
10756         * minidebug.c (struct lzma_stream): Rename to ...
10757         (struct gdb_lzma_stream): ... this.
10758         (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
10759
10760 2015-02-27  Pedro Alves  <palves@redhat.com>
10761
10762         * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
10763         function.
10764         (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
10765         (mi_cmd_stack_list_variables): Use it.
10766
10767 2015-02-27  Pedro Alves  <palves@redhat.com>
10768
10769         * x86-linux-nat.c (u_debugreg_offset): New function.
10770         (x86_linux_dr_get, x86_linux_dr_set): Use it.
10771
10772 2015-02-27  Pedro Alves  <palves@redhat.com>
10773
10774         * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
10775         declaration.
10776         Include break-common.h.
10777
10778 2015-02-27  Tom Tromey  <tromey@redhat.com>
10779             Pedro Alves <palves@redhat.com>
10780
10781         * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
10782         local used to iterate over enums.
10783         * completer.c (signal_completer): Likewise.
10784         * i386-tdep.c (i386_stap_parse_special_token): Likewise.
10785         * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
10786         * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
10787         * tui/tui-layout.c (next_layout, prev_layout): Likewise.
10788         * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
10789         (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
10790         * tui-wingeneral.c (tui_refresh_all):  Likewise.
10791
10792 2015-02-27  Pedro Alves  <palves@redhat.com>
10793
10794         * target.h: Include "infrun.h".
10795
10796 2015-02-27  Pedro Alves  <palves@redhat.com>
10797
10798         * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
10799
10800 2015-02-27  Pedro Alves  <palves@redhat.com>
10801
10802         * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
10803         (IPA_SYM): Use it.
10804         * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
10805
10806 2015-02-27  Pedro Alves  <palves@redhat.com>
10807
10808         * cli-out.c (_rl_erase_entire_line): Move declaration out of
10809         cli_mld_erase_entire_line, and make it extern "C".
10810         * common/common-defs.h (EXTERN_C): New.
10811         * completer.c (_rl_completion_prefix_display_length)
10812         (_rl_print_completions_horizontally, QSFUNC): Move declarations
10813         out of gdb_display_match_list_1.
10814         (_rl_qsort_string_compare): Move declaration out of
10815         gdb_display_match_list_1, and make it extern "C".
10816         * defs.h (re_comp): Use EXTERN_C.
10817         * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
10818         and make it extern "C".
10819         (monstartup): Move declaration out of maintenance_set_profile_cmd,
10820         and make it extern "C".
10821         (main): Move declaration out of maintenance_set_profile_cmd.
10822         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
10823         EXTERN_C.
10824
10825 2015-02-27  Pedro Alves  <palves@redhat.com>
10826
10827         * python/python.c (GdbMethods): Rename to ...
10828         (python_GdbMethods): ... this and make extern.
10829         (GdbModuleDef): Rename to ...
10830         (python_GdbModuleDef): ... this and make extern.
10831
10832 2015-02-27  Pedro Alves  <palves@redhat.com>
10833
10834         * record-btrace.c (set_record_btrace_cmdlist)
10835         (show_record_btrace_cmdlist): Remove redefinitions.
10836
10837 2015-02-27  Tom Tromey  <tromey@redhat.com>
10838             Pedro Alves  <palves@redhat.com>
10839
10840         * dwarf2-frame.c (enum cfa_how_kind, struct
10841         dwarf2_frame_state_reg_info): Move out of struct
10842         dwarf2_frame_state.
10843         * dwarf2read.c (struct tu_stats): Move out of struct
10844         dwarf2_per_objfile.
10845         (struct file_entry): Move out of struct line_header.
10846         (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
10847         typedef_field_list): Move out of struct field_info.
10848         * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
10849         Move out of struct dynamic_prop.
10850         (union type_owner, union field_location, struct field, struct
10851         range_bounds, union type_specific): Move out of struct main_type.
10852         (struct fn_fieldlist, struct fn_field, struct typedef_field)
10853         (VOFFSET_STATIC): Move out of struct cplus_struct_type.
10854         (struct call_site_target, union call_site_parameter_u, struct
10855         call_site_parameter): Move out of struct call_site.
10856         * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
10857         m32c_prologue.
10858         (enum srcdest_kind): Move out of struct srcdest.
10859         * main.c (enum cmdarg_kind): Move out of struct cmdarg.
10860         * prologue-value.h (enum prologue_value_kind): Move out of struct
10861         prologue_value.
10862         * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
10863         gdbarch_tdep.
10864         * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
10865         out of struct field_info.
10866         * symfile.h (struct other_sections): Move out of struct
10867         section_addr_info.
10868         * symtab.c (struct symbol_cache_slot): Move out struct
10869         block_symbol_cache.
10870         * target-descriptions.c (enum tdesc_type_kind): Move out of
10871         typedef struct tdesc_type.
10872         * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
10873         struct tui_line_or_address.
10874         * value.c (enum internalvar_kind, union internalvar_data): Move
10875         out of struct internalvar.
10876         * xtensa-tdep.h (struct ctype_cache): Move out of struct
10877         gdbarch_tdep.
10878
10879 2015-02-27  Tom Tromey  <tromey@redhat.com>
10880             Pedro Alves  <palves@redhat.com>
10881
10882         Rename symbols whose names are reserved C++ keywords throughout.
10883
10884 2015-02-27  Pedro Alves  <palves@redhat.com>
10885
10886         * Makefile.in (COMPILER): New, get it from autoconf.
10887         (COMPILE.pre, CC_LD): Use COMPILER.
10888         (CXX): Get from autoconf instead.
10889         (CXX_FOR_TARGET): Default to g++ instead of gcc.
10890         * acinclude.m4: Include build-with-cxx.m4.
10891         * build-with-cxx.m4: New file.
10892         * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
10893         Disable -Werror by default if building in C++ mode.
10894         (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
10895         -Wno-narrowing in C++ mode.  Only enable -Wpointer-sign in C mode.
10896         Run supported-warning-flags tests with the C++ compiler.
10897         Save/restore CXXFLAGS too.
10898         * configure: Regenerate.
10899
10900 2015-02-27  Pedro Alves  <palves@redhat.com>
10901
10902         * libiberty.m4: New file.
10903         * acinclude.m4: Include libiberty.m4.
10904         * configure.ac: Call libiberty_INIT.
10905         * config.in, configure: Regenerate.
10906
10907 2015-02-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10908
10909         * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
10910         31-bit targets, but 64-bit targets as well.
10911         (s390_gnu_triplet_regexp): New function.
10912         (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
10913         64-bit targets as well.  Set the gnu_triplet_regexp gdbarch
10914         method.
10915
10916 2015-02-27  Jon TURNEY  <jon.turney@dronecode.org.uk>  (tiny patch)
10917
10918         * windows-nat.c (CONTEXT_DEBUGGER): Remove.
10919         (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS.  Incorporate flags
10920         from CONTEXT_DEBUGGER.
10921
10922 2015-02-26  Doug Evans  <dje@google.com>
10923
10924         * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
10925         CHECK_TYPEDEF.
10926         (set_type_vptr_fieldno): Ditto.
10927         (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
10928         * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
10929
10930 2015-02-26  Pedro Alves  <palves@redhat.com>
10931
10932         * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
10933         * complaints.c (vcomplaint): Pass argument FMT directly to
10934         printf-like functions instead of complaint->fmt.
10935         * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
10936         * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
10937         * compile/compile-loc2c.c (pushf, unary, binary): Add
10938         ATTRIBUTE_PRINTF.
10939         (do_compile_dwarf_expr_to_c): Pass string literal as format string
10940         to pushf.
10941         (BINARY): Pass string literal as format string to 'binary'.
10942         * compile/compile-object-load.c (link_callbacks_einfo): Add
10943         ATTRIBUTE_PRINTF.
10944         * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
10945
10946 2015-02-26  Pedro Alves  <palves@redhat.com>
10947
10948         * windows-termcap.c: Rename to ...
10949         * stub-termcap.c: ... this.  Adjust header line.
10950         * Makefile.in (SFILES): Refer to stub-termcap.c instead of
10951         windows-termcap.c.
10952         * configure: Regenerate.
10953         * configure.ac: Refer to stub-termcap.o instead of
10954         windows-termcap.o.
10955         * gdb_curses.h: Mention stub-termcap.c instead of
10956         windows-termcap.c.
10957
10958 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10959
10960         * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
10961         (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
10962
10963 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10964
10965         * gdb/infcmd.c (print_return_value): use type_to_string to print type.
10966
10967 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10968
10969         * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
10970         bfd_canonicalize_symtab.
10971
10972 2015-02-25  John Baldwin  <jhb@FreeBSD.org>
10973
10974         * amd64fbsd-nat.c: Include sys/user.h.
10975         (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
10976         instead of KERN_PS_STRINGS to locate the signal trampoline.
10977         * i386fbsd-nat.c: Include sys/user.h.
10978         (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
10979         instead of KERN_PS_STRINGS to locate the signal trampoline.
10980         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
10981         (amd64fbsd_sigtramp_p): New.
10982         (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
10983         longer set default values.
10984         (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
10985         * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
10986         (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
10987         (i386fbsd_freebsd4_sigtramp_start)
10988         (i386fbsd_freebsd4_sigtramp_middle)
10989         (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
10990         (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
10991         (i386fbsd_sigtramp_p): New.
10992         (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
10993         longer set default values.
10994         (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
10995
10996 2015-02-25  John Baldwin  <jhb@freebsd.org>
10997
10998         * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
10999         get_frame_register instead of frame_unwind_register_unsigned.
11000
11001 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11002
11003         PR build/18033
11004         * compile/compile-c-support.c (c_compute_program): Change // comment.
11005         * compile/compile-object-load.c (setup_sections): Change // comment.
11006
11007 2015-02-26  Joel Brobecker  <brobecker@adacore.com>
11008
11009         PR build/18033:
11010         * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
11011
11012 2015-02-23  Pedro Alves  <palves@redhat.com>
11013
11014         * remote.c (skip_to_semicolon): New function.
11015         (remote_parse_stop_reply) <T stop reply>: Use it.  Don't
11016         special case the stop reasons that look like hex numbers
11017         upfront.  Instead handle real register numbers after matching
11018         all the known stop reasons.
11019
11020 2015-02-21  Doug Evans  <dje@google.com>
11021
11022         PR c++/17976, symtab/17821
11023         * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
11024         is_in_anonymous.  All callers updated.
11025         (find_symbol_in_baseclass): Ditto.
11026         (cp_lookup_nested_symbol_1): Ditto.  Don't search all static blocks
11027         for symbols in an anonymous namespace.
11028         * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
11029         DW_AT_name directly.
11030         (dwarf2_name): Convert missing namespace name to
11031         CP_ANONYMOUS_NAMESPACE_STR.
11032
11033 2015-02-20  Pedro Alves  <palves@redhat.com>
11034
11035         * linux-nat.c (linux_handle_extended_wait): Call
11036         thread_db_notice_clone whenever a new clone LWP is detected.
11037         (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
11038         functions.
11039         * linux-nat.h (thread_db_attach_lwp): Delete declaration.
11040         (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
11041         (linux_unstop_all_lwps): Declare.
11042         * linux-thread-db.c (struct thread_get_info_inout): Delete.
11043         (thread_get_info_callback): Delete.
11044         (thread_from_lwp): Use td_thr_get_info and record_thread.
11045         (thread_db_attach_lwp): Delete.
11046         (thread_db_notice_clone): New function.
11047         (try_thread_db_load_1): If /proc is mounted and shows the
11048         process'es task list, walk over all LWPs and call thread_from_lwp
11049         instead of relying on td_ta_thr_iter.
11050         (attach_thread): Don't call check_thread_signals here.  Split the
11051         tail part of the function (which adds the thread to the core GDB
11052         thread list) to ...
11053         (record_thread): ... this function.  Call check_thread_signals
11054         here.
11055         (thread_db_wait): Don't call thread_db_find_new_threads_1.  Always
11056         call thread_from_lwp.
11057         (thread_db_update_thread_list): Rename to ...
11058         (thread_db_update_thread_list_org): ... this.
11059         (thread_db_update_thread_list): New function.
11060         (thread_db_find_thread_from_tid): Delete.
11061         (thread_db_get_ada_task_ptid): Simplify.
11062         * nat/linux-procfs.c: Include <sys/stat.h>.
11063         (linux_proc_task_list_dir_exists): New function.
11064         * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
11065
11066 2015-02-20  Pedro Alves  <palves@redhat.com>
11067
11068         * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
11069         main LWP.  Handle the case of waitpid returning 0 if we're already
11070         attached to the LWP.  Don't set the LWP's last_resume_kind to
11071         resume_stop if we already knew about the LWP.
11072         (linux_nat_filter_event): Add debug logs.
11073
11074 2015-02-20  Pedro Alves  <palves@redhat.com>
11075
11076         * target.h (forward_target_decr_pc_after_break): Delete
11077         declaration.
11078
11079 2015-02-20  Pedro Alves  <palves@redhat.com>
11080
11081         PR threads/18006
11082         * linux-thread-db.c (thread_get_info_callback): Return early if
11083         the thread's lwp id is -1.
11084
11085 2015-02-20  Joel Brobecker  <brobecker@adacore.com>
11086
11087         GDB 7.9 released.
11088
11089 2015-02-19  Steve Ellcey  <sellcey@imgtec.com>
11090
11091         * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
11092         (dtrace_get_probes) Change type of variable 'dof'.
11093
11094 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11095
11096         PR breakpoints/16812
11097         * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
11098         * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
11099         * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
11100
11101 2015-02-19  David Taylor  <dtaylor@emc.com>
11102
11103         * common/ax.def (setv): Fix consumed entry in setv DEFOP.
11104
11105 2015-02-18  Patrick Palka  <patrick@parcs.ath.cx>
11106
11107         * tui/tui-io.c (tui_handle_resize_during_io): Remove this
11108         function.
11109         (tui_putc): Don't call tui_handle_resize_during_io.
11110         (tui_getc): Likewise.
11111         (tui_mld_getc): Likewise.
11112         * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
11113         (tui_sigwinch_token): New static variable.
11114         (tui_initialize_win): Adjust documentation.  Set
11115         tui_sigwinch_token.
11116         (tui_async_resize_screen): New asynchronous callback.
11117         (tui_sigwinch_handler): Adjust documentation.  Asynchronously
11118         invoke tui_async_resize_screen.
11119
11120 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
11121
11122         * configure: Regenerated.
11123         * configure.ac: Use GDB_AC_TRANSFORM.
11124         * Makefile.in (aclocal_m4_deps): Added transform.m4.
11125         * acinclude.m4: sinclude transform.m4.
11126         * transform.m4: New file.
11127         (GDB_AC_TRANSFORM): New macro.
11128
11129 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11130
11131         * NEWS: Announce the support for DTrace SDT probes.
11132
11133 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11134
11135         * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
11136         (amd64_dtrace_parse_probe_argument): New function.
11137         (amd64_dtrace_probe_is_enabled): Likewise.
11138         (amd64_dtrace_enable_probe): Likewise.
11139         (amd64_dtrace_disable_probe): Likewise.
11140         (amd64_linux_init_abi): Register the
11141         `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
11142         `gdbarch_dtrace_disable_probe' and
11143         `gdbarch_dtrace_probe_is_enabled' hooks.
11144         (amd64_dtrace_disabled_probe_sequence_1): New constant.
11145         (amd64_dtrace_disabled_probe_sequence_2): Likewise.
11146         (amd64_dtrace_enable_probe_sequence): Likewise.
11147         (amd64_dtrace_disable_probe_sequence): Likewise.
11148
11149 2015-01-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11150
11151         * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
11152         the -probe-dtrace new vpossible value for PROBE_MODIFIER.
11153         * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
11154         handle ELF files.
11155         * Makefile.in (SFILES): dtrace-probe.c added.
11156         * configure: Regenerate.
11157         * dtrace-probe.c: New file.
11158         (SHT_SUNW_dof): New constant.
11159         (dtrace_probe_type): New enum.
11160         (dtrace_probe_arg): New struct.
11161         (dtrace_probe_arg_s): New typedef.
11162         (struct dtrace_probe_enabler): New struct.
11163         (dtrace_probe_enabler_s): New typedef.
11164         (dtrace_probe): New struct.
11165         (dtrace_probe_is_linespec): New function.
11166         (dtrace_dof_sect_type): New enum.
11167         (dtrace_dof_dofh_ident): Likewise.
11168         (dtrace_dof_encoding): Likewise.
11169         (DTRACE_DOF_ENCODE_LSB): Likewise.
11170         (DTRACE_DOF_ENCODE_MSB): Likewise.
11171         (dtrace_dof_hdr): New struct.
11172         (dtrace_dof_sect): Likewise.
11173         (dtrace_dof_provider): Likewise.
11174         (dtrace_dof_probe): Likewise.
11175         (DOF_UINT): New macro.
11176         (DTRACE_DOF_PTR): Likewise.
11177         (DTRACE_DOF_SECT): Likewise.
11178         (dtrace_process_dof_probe): New function.
11179         (dtrace_process_dof): Likewise.
11180         (dtrace_build_arg_exprs): Likewise.
11181         (dtrace_get_arg): Likewise.
11182         (dtrace_get_probes): Likewise.
11183         (dtrace_get_probe_argument_count): Likewise.
11184         (dtrace_can_evaluate_probe_arguments): Likewise.
11185         (dtrace_evaluate_probe_argument): Likewise.
11186         (dtrace_compile_to_ax): Likewise.
11187         (dtrace_probe_destroy): Likewise.
11188         (dtrace_gen_info_probes_table_header): Likewise.
11189         (dtrace_gen_info_probes_table_values): Likewise.
11190         (dtrace_probe_is_enabled): Likewise.
11191         (dtrace_probe_ops): New variable.
11192         (info_probes_dtrace_command): New function.
11193         (_initialize_dtrace_probe): Likewise.
11194         (dtrace_type_name): Likewise.
11195
11196 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11197
11198         * gdbarch.sh (dtrace_parse_probe_argument): New.
11199         (dtrace_probe_is_enabled): Likewise.
11200         (dtrace_enable_probe): Likewise.
11201         (dtrace_disable_probe): Likewise.
11202         * gdbarch.c: Regenerate.
11203         * gdbarch.h: Regenerate.
11204
11205 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11206
11207         * stap-probe.c (stap_probe_ops): Add NULLs in the static
11208         stap_probe_ops for `enable_probe' and `disable_probe'.
11209         * probe.c (enable_probes_command): New function.
11210         (disable_probes_command): Likewise.
11211         (_initialize_probe): Define the cli commands `enable probe' and
11212         `disable probe'.
11213         (parse_probe_linespec): New function.
11214         (info_probes_for_ops): Use parse_probe_linespec.
11215         * probe.h (probe_ops): New hooks `enable_probe' and
11216         `disable_probe'.
11217
11218 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11219
11220         * probe.c (compute_probe_arg): Moved from stap-probe.c
11221         (compile_probe_arg): Likewise.
11222         (probe_funcs): Likewise.
11223         * stap-probe.c (compute_probe_arg): Moved to probe.c.
11224         (compile_probe_arg): Likewise.
11225         (probe_funcs): Likewise.
11226
11227 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11228
11229         * probe.c (print_ui_out_not_applicables): New function.
11230         (exists_probe_with_pops): Likewise.
11231         (info_probes_for_ops): Do not include column headers for probe
11232         types for which no probe has been actually found on any object.
11233         Also invoke `print_ui_out_not_applicables' in order to match the
11234         column rows with the header when probes of several types are
11235         listed.
11236         Print the "Type" column.
11237         * probe.h (probe_ops): Added a new probe operation `type_name'.
11238         * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
11239         (stap_type_name): New function.
11240
11241 2015-02-17  Patrick Palka  <patrick@parcs.ath.cx>
11242
11243         * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
11244         (key_is_command_char): Delete.
11245
11246 2015-02-17  Pedro Alves  <palves@redhat.com>
11247
11248         * tui/tui.c (tui_enable): Resize windows before anything
11249         might show a window.
11250
11251 2015-02-17  Max Ostapenko  <m.ostapenko@partner.samsung.com>
11252
11253         PR gdb/17984
11254         * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
11255         (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
11256         call.
11257         * aarch64-tdep.h (tdesc_aarch64): Declare.
11258
11259 2015-02-12  Mark Wielaard  <mjw@redhat.com>
11260
11261         * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
11262
11263 2015-02-13  Doug Evans  <dje@google.com>
11264
11265         * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
11266         anonymous_namespace to is_in_anonymous for consistency with the rest
11267         of the file.
11268         (cp_lookup_bare_symbol): Fix typo in comment.
11269         (cp_search_static_and_baseclasses): Ditto.
11270         (search_symbol_list): Use vertical space in comment better.
11271         (reset_directive_searched): Ditto. Fix typo.
11272         (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
11273
11274 2015-02-13  Yao Qi  <yao.qi@arm.com>
11275
11276         * MAINTAINERS: Update my email address.
11277
11278 2015-02-12  Doug Evans  <dje@google.com>
11279
11280         * symtab.c (completion_list_add_name): Fix memory leak.
11281
11282 2015-02-12  Doug Evans  <dje@google.com>
11283
11284         * completer.c (complete_line): Remove incorrect comment.
11285
11286 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11287
11288         * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
11289         (py_print_frame): Use RETURN_MASK_ERROR.
11290
11291 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11292
11293         * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
11294         function comment.  Wrap all function that can throw in cleanups.
11295         (gdbpy_apply_frame_filter): Wrap all function that can throw in
11296         cleanups.
11297
11298 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11299
11300         * python/py-framefilter.c (py_print_frame): Substitute goto error.
11301         Remove the error label.
11302
11303 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11304
11305         * python/py-framefilter.c (py_print_frame): Put conditional code paths
11306         with goto first, indent the former else codepath left.  Put variable
11307         'elided' to a new inner block.
11308
11309 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11310
11311         * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
11312
11313 2015-02-11  Pedro Alves  <palves@redhat.com>
11314
11315         * xcoffread.c (within_function): Delete.
11316
11317 2015-02-11  Tom Tromey  <tromey@redhat.com>
11318             Pedro Alves <palves@redhat.com>
11319
11320         * breakpoint.c (base_breakpoint_ops): Delete.
11321         * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
11322         * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
11323         * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
11324         * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
11325         * python/py-arch.c (arch_object_type): Make extern.
11326         * python/py-block.c (block_syms_iterator_object_type): Make extern.
11327         * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
11328         * python/py-cmd.c (cmdpy_object_type): Make extern.
11329         * python/py-continueevent.c (continue_event_object_type)
11330         * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
11331         parameter.  Update all callers.
11332         * python/py-evtregistry.c (eventregistry_object_type): Make extern.
11333         * python/py-exitedevent.c (exited_event_object_type): Make extern.
11334         * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
11335         * python/py-function.c (fnpy_object_type): Make extern.
11336         * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
11337         * python/py-infevents.c (call_pre_event_object_type)
11338         (inferior_call_post_event_object_type).
11339         (memory_changed_event_object_type): Make extern.
11340         * python/py-infthread.c (thread_object_type): Make extern.
11341         * python/py-lazy-string.c (lazy_string_object_type): Make extern.
11342         * python/py-linetable.c (linetable_entry_object_type)
11343         (linetable_object_type, ltpy_iterator_object_type): Make extern.
11344         * python/py-newobjfileevent.c (new_objfile_event_object_type)
11345         (clear_objfiles_event_object_type): Make extern.
11346         * python/py-objfile.c (objfile_object_type): Make extern.
11347         * python/py-param.c (parmpy_object_type): Make extern.
11348         * python/py-progspace.c (pspace_object_type): Make extern.
11349         * python/py-signalevent.c (signal_event_object_type): Make extern.
11350         * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
11351         * python/py-type.c (type_object_type, field_object_type)
11352         (type_iterator_object_type): Make extern.
11353         * python/python.c (python_extension_script_ops)
11354         (python_extension_ops): Make extern.
11355         * stap-probe.c (stap_probe_ops): Make extern.
11356
11357 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
11358
11359         * infrun.c (adjust_pc_after_break): Don't adjust the PC just
11360         because the event thread is not the current thread.
11361
11362 2015-02-11  Doug Evans  <xdje42@gmail.com>
11363
11364         * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
11365         been initialized yet, return NULL.
11366
11367 2015-02-11  Doug Evans  <dje@google.com>
11368
11369         * symfile.h (new_symfile_objfile): Delete.
11370         * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
11371         All callers updated.
11372
11373 2015-02-11  Patrick Palka  <patrick@parcs.ath.cx>
11374
11375         * tui/tui-io.c (tui_handle_resize_during_io): Call
11376         tui_update_gdb_sizes() after resizing the screen.
11377         * tui/tui.c (tui_enable): Resize the terminal before
11378         calling tui_update_gdb_sizes().
11379
11380 2015-02-11  Patrick Palka  <patrick@parcs.ath.cx>
11381
11382         * tui/tui-io.c (tui_getc): Move cursor to the end of the command
11383         line before printing a newline.
11384
11385 2015-02-11  Mark Wielaard  <mjw@redhat.com>
11386
11387         * utils.c (producer_is_gcc): Return true or false.
11388
11389 2015-02-10  Mark Wielaard  <mjw@redhat.com>
11390
11391         * utils.h (producer_is_gcc): Change return type to bool. Add major
11392         argument.
11393         * utils.c (producer_is_gcc): Likewise.
11394         (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
11395         * dwarf2read.c (check_producer): Likewise.
11396
11397 2015-02-10  Pedro Alves  <palves@redhat.com>
11398
11399         * infrun.c (displaced_step_fixup): Switch to the event thread
11400         before calling gdbarch_displaced_step_fixup.
11401
11402 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
11403
11404         * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
11405
11406 2015-02-10  Simon Marchi  <simon.marchi@ericsson.com>
11407
11408         * ada-varobj.c (ada_name_of_child): Constify parent.
11409         (ada_path_expr_of_child): Same.
11410         (ada_value_of_child): Same.
11411         (ada_type_of_child): Same.
11412         * c-varobj.c (c_is_path_expr_parent): Same.
11413         (c_describe_child): Same.
11414         (c_name_of_child): Same.
11415         (c_value_of_child): Same.
11416         (c_type_of_child): Same.
11417         (cplus_number_of_children): Same.
11418         (cplus_describe_child): Constify var.
11419         (cplus_name_of_child): Constify parent.
11420         (cplus_value_of_child): Same.
11421         (cplus_type_of_child): Same.
11422         * jv-varobj.c (java_name_of_child): Same.
11423         (java_value_of_child): Same.
11424         (java_type_of_child): Same.
11425         * varobj.c (value_of_child): Same.
11426         (varobj_default_is_path_expr_parent): Constify var, parent and return
11427         value.
11428         (varobj_get_path_expr): Constify var, modify path_expr through
11429         mutable_var.
11430         (install_new_value): Constify parent.
11431         (value_of_child): Constify parent.
11432         * varobj.h (struct varobj): Constify parent.
11433         (struct lang_varobj_ops): Constify name_of_child, value_of_child and
11434         type_of_child.
11435         (varobj_get_path_expr): Constify var.
11436         (varobj_get_path_expr_parent): Constify var and return value.
11437
11438 2015-02-10  Luis Machado  <lgustavo@codesourcery.com>
11439
11440         * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
11441         (arm_prologue_this_id): Move PC and SP limit checks to
11442         arm_prologue_unwind_stop_reason.
11443         (arm_prologue_unwind) <stop_reason> : Set to
11444         arm_prologue_unwind_stop_reason.
11445
11446 2015-02-09  Mark Wielaard  <mjw@redhat.com>
11447
11448         * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
11449         DW_LANG_Fortran08 as language_fortran.
11450
11451 2015-02-09  Sergio Durigan Junior  <sergiodj@redhat.com>
11452
11453         PR remote/17946
11454         * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
11455         of pointer against char.
11456
11457 2015-02-09  Mark Wielaard  <mjw@redhat.com>
11458
11459         * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
11460         (c_type_print_modifier): Likewise.
11461         * dwarf2read.c (read_tag_atomic_type): New function.
11462         (read_type_die_1): Handle DW_TAG_atomic_type.
11463         * gdbtypes.c (make_atomic_type): New function.
11464         (recursive_dump_type): Handle TYPE_ATOMIC.
11465         * gdbtypes.h (enum type_flag_values): Renumber.
11466         (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
11467         (TYPE_ATOMIC): New macro.
11468         (make_atomic_type): Declare.
11469
11470 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11471
11472         * btrace.c (ftrace_find_call): Skip gaps.
11473         (ftrace_new_function): Initialize level.
11474         (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
11475         (ftrace_new_switch): Update
11476         level computation.
11477         (ftrace_new_gap): New.
11478         (ftrace_update_function): Create new function after gap.
11479         (btrace_compute_ftrace_bts): Create gap on error.
11480         (btrace_stitch_bts): Update parameters.  Clear trace if it
11481         becomes empty.
11482         (btrace_stitch_trace): Update parameters.  Update callers.
11483         (btrace_clear): Reset the number of gaps.
11484         (btrace_insn_get): Return NULL if the iterator points to a gap.
11485         (btrace_insn_number): Return zero if the iterator points to a gap.
11486         (btrace_insn_end): Allow gaps at the end.
11487         (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
11488         (btrace_find_insn_by_number): Assert that the found iterator does
11489         not point to a gap.
11490         (btrace_call_next, btrace_call_prev): Assert that the last function
11491         is not a gap.
11492         * btrace.h (btrace_bts_error): New.
11493         (btrace_function): Update comment.
11494         (btrace_function) <insn, insn_offset, number>: Update comment.
11495         (btrace_function) <errcode>: New.
11496         (btrace_thread_info) <ngaps>: New.
11497         (btrace_thread_info) <replay>: Update comment.
11498         (btrace_insn_get): Update comment.
11499         * record-btrace.c (btrace_ui_out_decode_error): New.
11500         (record_btrace_info): Print number of gaps.
11501         (btrace_insn_history, btrace_call_history): Call
11502         btrace_ui_out_decode_error for gaps.
11503         (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
11504
11505 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11506
11507         * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
11508         * nat/linux-btrace.c: (btrace_this_cpu): New.
11509         (cpu_supports_bts): Call btrace_this_cpu.
11510         (intel_supports_bts): Add cpu parameter.
11511
11512 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11513
11514         * btrace.h (btrace_insn_class): New.
11515         (btrace_insn) <size, iclass>: New.
11516         * btrace.c (ftrace_find_call): Update parameters.  Update users.
11517         Use instruction classification.
11518         (ftrace_new_return): Update parameters.  Update users.
11519         (ftrace_update_function): Update parameters.  Update users.  Use
11520         instruction classification.
11521         (ftrace_update_insns): Update parameters.  Update users.
11522         (ftrace_classify_insn): New.
11523         (btrace_compute_ftrace_bts): Fill in new btrace_insn fields.  Add
11524         TRY_CATCH around call to gdb_insn_length.
11525
11526 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11527
11528         * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
11529         Update parameters.  Update users.
11530
11531 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11532
11533         * btrace.c (parse_xml_btrace_conf_bts): Add size.
11534         (btrace_conf_bts_attributes): New.
11535         (btrace_conf_children): Add attributes.
11536         * common/btrace-common.h (btrace_config_bts): New.
11537         (btrace_config)<bts>: New.
11538         (btrace_config): Update comment.
11539         * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
11540         Use config.
11541         * features/btrace-conf.dtd: Increment version.  Add size
11542         attribute to bts element.
11543         * record-btrace.c (set_record_btrace_bts_cmdlist,
11544         show_record_btrace_bts_cmdlist): New.
11545         (record_btrace_adjust_size, record_btrace_print_bts_conf,
11546         record_btrace_print_conf, cmd_set_record_btrace_bts,
11547         cmd_show_record_btrace_bts): New.
11548         (record_btrace_info): Call record_btrace_print_conf.
11549         (_initialize_record_btrace): Add commands.
11550         * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
11551         (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
11552         (btrace_sync_conf): Synchronize bts size.
11553         (_initialize_remote): Add Qbtrace-conf:bts:size packet.
11554         * NEWS: Announce new commands and new packets.
11555
11556 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11557
11558         * Makefile.in (XMLFILES): Add btrace-conf.dtd.
11559         * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
11560         (x86_linux_btrace_conf): New.
11561         (x86_linux_create_target): Initialize to_btrace_conf.
11562         * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
11563         Check format.  Split into this and ...
11564         (linux_enable_bts): ... this.
11565         (linux_btrace_conf): New.
11566         (perf_event_skip_record): Renamed into ...
11567         (perf_event_skip_bts_record): ... this.  Updated users.
11568         (linux_disable_btrace): Split into this and ...
11569         (linux_disable_bts): ... this.
11570         (linux_read_btrace): Check format.
11571         * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
11572         (linux_btrace_conf): New.
11573         (btrace_target_info)<ptid>: Moved.
11574         (btrace_target_info)<conf>: New.
11575         (btrace_target_info): Split into this and ...
11576         (btrace_tinfo_bts): ... this.  Updated users.
11577         * btrace.c (btrace_enable): Update parameters.
11578         (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
11579         (btrace_conf_children, btrace_conf_attributes)
11580         (btrace_conf_elements): New.
11581         * btrace.h (btrace_enable): Update parameters.
11582         (btrace_conf, parse_xml_btrace_conf): New.
11583         * common/btrace-common.h (btrace_config): New.
11584         * feature/btrace-conf.dtd: New.
11585         * record-btrace.c (record_btrace_conf): New.
11586         (record_btrace_cmdlist): New.
11587         (record_btrace_enable_warn, record_btrace_open): Pass
11588         &record_btrace_conf.
11589         (record_btrace_info): Print recording format.
11590         (cmd_record_btrace_bts_start): New.
11591         (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
11592         (_initialize_record_btrace): Add "record btrace bts" subcommand.
11593         Add "record bts" alias command.
11594         * remote.c (remote_state)<btrace_config>: New.
11595         (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
11596         (remote_protocol_features): Add qXfer:btrace-conf:read.
11597         (remote_open_1): Call remote_btrace_reset.
11598         (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
11599         (btrace_target_info)<conf>: New.
11600         (btrace_sync_conf, btrace_read_config): New.
11601         (remote_enable_btrace): Update parameters.  Call btrace_sync_conf and
11602         btrace_read_conf.
11603         (remote_btrace_conf): New.
11604         (init_remote_ops): Initialize to_btrace_conf.
11605         (_initialize_remote): Add qXfer:btrace-conf packet.
11606         * target.c (target_enable_btrace): Update parameters.
11607         (target_btrace_conf): New.
11608         * target.h (target_enable_btrace): Update parameters.
11609         (target_btrace_conf): New.
11610         (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
11611         (target_ops)<to_enable_btrace>: Update parameters and comment.
11612         (target_ops)<to_btrace_conf>: New.
11613         * target-delegates: Regenerate.
11614         * target-debug.h (target_debug_print_const_struct_btrace_config_p)
11615         (target_debug_print_const_struct_btrace_target_info_p): New.
11616         * NEWS: Announce new command and new packet.
11617
11618 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11619
11620         * nat/linux-btrace.h (perf_event_buffer): New.
11621         (btrace_target_info) <buffer, size, data_head>: Replace with ...
11622         <bts>: ... this.
11623         * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
11624         (perf_event_buffer_size, perf_event_buffer_begin)
11625         (perf_event_buffer_end, linux_btrace_has_changed): Removed.
11626         Updated users.
11627         (perf_event_new_data): New.
11628
11629 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11630
11631         * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
11632         * record-btrace.c (record_btrace_open): Remove call to
11633         target_supports_btrace.
11634         * remote.c (remote_supports_btrace): Update parameters.
11635         * target.c (target_supports_btrace): Update parameters.
11636         * target.h (to_supports_btrace, target_supports_btrace): Update
11637         parameters.
11638         * target-delegates.c: Regenerate.
11639         * target-debug.h (target_debug_print_enum_btrace_format): New.
11640         * nat/linux-btrace.c
11641         (kernel_supports_btrace): Rename into ...
11642         (kernel_supports_bts): ... this.  Update users.  Update warning text.
11643         (intel_supports_btrace): Rename into ...
11644         (intel_supports_bts): ... this.  Update users.
11645         (cpu_supports_btrace): Rename into ...
11646         (cpu_supports_bts): ... this.  Update users.
11647         (linux_supports_btrace): Update parameters.  Split into this and ...
11648         (linux_supports_bts): ... this.
11649         * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
11650
11651 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11652
11653         * Makefile.in (SFILES): Add common/btrace-common.c.
11654         (COMMON_OBS): Add common/btrace-common.o.
11655         (btrace-common.o): Add build rules.
11656         * btrace.c (parse_xml_btrace): Update parameters.
11657         (parse_xml_btrace_block): Set format field.
11658         (btrace_add_pc, btrace_fetch): Use struct btrace_data.
11659         (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
11660         (btrace_compute_ftrace): Split into this and...
11661         (btrace_compute_ftrace_bts): ...this.
11662         (btrace_stitch_trace): Split into this and...
11663         (btrace_stitch_bts): ...this.
11664         * btrace.h (parse_xml_btrace): Update parameters.
11665         (make_cleanup_btrace_data): New.
11666         * common/btrace-common.c: New.
11667         * common/btrace-common.h: Include common-defs.h.
11668         (btrace_block_s): Update comment.
11669         (btrace_format): New.
11670         (btrace_format_string): New.
11671         (btrace_data_bts): New.
11672         (btrace_data): New.
11673         (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
11674         * remote.c (remote_read_btrace): Update parameters.
11675         * target.c (target_read_btrace): Update parameters.
11676         * target.h (target_read_btrace): Update parameters.
11677         (target_ops)<to_read_btrace>: Update parameters.
11678         * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
11679         * target-delegates.c: Regenerate.
11680         * target-debug (target_debug_print_struct_btrace_data_p): New.
11681         * nat/linux-btrace.c (linux_read_btrace): Split into this and...
11682         (linux_read_bts): ...this.
11683         * nat/linux-btrace.h (linux_read_btrace): Update parameters.
11684
11685 2015-02-06  Doug Evans  <dje@google.com>
11686
11687         * remote-m32r-sdi.c: Include symfile.h.
11688
11689 2015-02-06  Doug Evans  <dje@google.com>
11690
11691         * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
11692         * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
11693         to here.
11694
11695 2015-02-06  Pedro Alves  <palves@redhat.com>
11696
11697         * linux-thread-db.c (find_new_threads_callback): Add debug output.
11698
11699 2015-02-06  Simon Marchi  <simon.marchi@ericsson.com>
11700
11701         PR gdb/15678
11702         * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
11703         (enable_count_command): Check args for NULL value.
11704
11705 2015-02-05  Doug Evans  <xdje42@gmail.com>
11706
11707         * guile/scm-frame.c: Fix spelling errors in a comment.
11708
11709 2015-02-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
11710
11711         * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
11712         * python/py-value.c (valpy_fetch_lazy): Use it.  Remove cast to the
11713         return type.
11714
11715 2015-02-04  Pedro Alves  <palves@redhat.com>
11716
11717         * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
11718         (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
11719         returns true.
11720         (resume_stopped_resumed_lwps): Don't check whether the thread is
11721         marked as executing.
11722         (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
11723
11724 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11725
11726         * regset.h (struct regset): Add flags field.
11727         (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
11728         * corelow.c (get_core_register_section): Add warning if the size
11729         exceeds the requested size and the regset does not have the
11730         REGSET_VARIABLE_SIZE flag set.
11731         * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
11732         flag.
11733         * armbsd-tdep.c (armbsd_gregset): Likewise.
11734         * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
11735         * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
11736         * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
11737         * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
11738
11739 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11740
11741         * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
11742         For ".reg-xstate", explicitly specify the requested section size
11743         via X86_XSTATE_SIZE instead of just 0 on input and
11744         X86_XSTATE_MAX_SIZE on output.
11745         * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
11746         Likewise.
11747
11748 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11749
11750         PR corefiles/17808:
11751         * gdbarch.sh (iterate_over_regset_sections_cb): Document this
11752         function type, particularly its SIZE parameter.
11753         * gdbarch.h: Regenerate.
11754         * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
11755         actual against required size using ">=" instead of "==".
11756         (amd64_collect_fpregset): Likewise.
11757         * i386-tdep.c (i386_supply_gregset): Likewise.
11758         (i386_collect_gregset): Likewise.
11759         (i386_supply_fpregset): Likewise.
11760         (i386_collect_fpregset): Likewise.
11761         * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
11762         (mips_fill_gregset_wrapper): Likewise.
11763         (mips_supply_fpregset_wrapper): Likewise.
11764         (mips_fill_fpregset_wrapper): Likewise.
11765         (mips64_supply_gregset_wrapper): Likewise.
11766         (mips64_fill_gregset_wrapper): Likewise.
11767         (mips64_supply_fpregset_wrapper): Likewise.
11768         (mips64_fill_fpregset_wrapper): Likewise.
11769         * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
11770         (am33_supply_fpregset_method): Likewise.
11771         (am33_collect_gregset_method): Likewise.
11772         (am33_collect_fpregset_method): Likewise.
11773
11774 2015-02-04  Doug Evans  <dje@google.com>
11775             Pedro Alves  <palves@redhat.com>
11776             Eli Zaretskii  <eliz@gnu.org>
11777
11778         PR tui/17810
11779         * tui/tui-command.c (tui_refresh_cmd_win): New function.
11780         * tui/tui-command.c (tui_refresh_cmd_win): Declare.
11781         * tui/tui-file.c: #include tui/tui-command.h.
11782         (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
11783         (tui_file_flush): Refresh command window if stream is gdb_stdout.
11784         * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
11785
11786 2015-02-04  Pedro Alves  <palves@redhat.com>
11787
11788         Fix build breakage.
11789         * event-loop.c (gdb_do_one_event): Add default switch case.
11790
11791 2015-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11792
11793         Filter out inferior gcc option -fpreprocessed.
11794         * compile/compile.c (filter_args): New function.
11795         (get_args): Use it.
11796
11797 2015-02-03  Pedro Alves  <palves@redhat.com>
11798
11799         * event-loop.c: Don't declare nor define a queue type for
11800         gdb_event_p.
11801         (event_queue): Delete.
11802         (create_event, create_file_event, gdb_event_xfree)
11803         (initialize_event_loop, process_event): Delete.
11804         (gdb_do_one_event): Return as soon as one event is handled.
11805         (handle_file_event): Change prototype.  Used the passed in
11806         file_handler pointer and ready_mask instead of looping over all
11807         file handlers.
11808         (gdb_wait_for_event): Update the poll/select timeouts before
11809         blocking.  Run event handlers directly instead of queueing events.
11810         Return as soon as one event is handled.
11811         (struct async_event_handler_data): Delete.
11812         (invoke_async_event_handler): Delete.
11813         (check_async_event_handlers): Change return type to int.  Run
11814         event handlers directly instead of queueing events.  Return as
11815         soon as one event is handled.
11816         (handle_timer_event): Delete.
11817         (update_wait_timeout): New function, factored out from
11818         poll_timers.
11819         (poll_timers): Reimplement.
11820         * event-loop.h (initialize_event_loop): Delete declaration.
11821         * top.c (gdb_init): Don't call initialize_event_loop.
11822
11823 2015-02-03  Pedro Alves  <palves@redhat.com>
11824
11825         * event-loop.c (clear_async_event_handler): New function.
11826         * event-loop.h (clear_async_event_handler): New declaration.
11827         * record-btrace.c (record_btrace_async): New function.
11828         (init_record_btrace_ops): Install record_btrace_async.
11829         * record-full.c (record_full_async): New function.
11830         (record_full_resume): Don't mark the async event source here.
11831         (init_record_full_ops): Install record_full_async.
11832         (record_full_core_resume): Don't mark the async event source here.
11833         (init_record_full_core_ops): Install record_full_async.
11834         * remote.c (remote_async): Mark and clear the async stop reply
11835         queue event-loop token as appropriate.
11836
11837 2015-02-03  Pedro Alves  <palves@redhat.com>
11838
11839         * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
11840         target_is_async_p instead of target_can_async.
11841         (linux_nat_wait): Use target_is_async_p instead of
11842         target_can_async.  Don't enable async here.
11843         * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
11844         target_is_async_p instead of target_can_async.
11845
11846 2015-02-02  Simon Marchi  <simon.marchi@ericsson.com>
11847
11848         * varobj.h (lang_varobj_ops): Mention which return values need
11849         to be freed.
11850
11851 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
11852
11853         * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
11854
11855 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
11856
11857         PR gdb/17856:
11858         * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
11859         results found in the cache.
11860
11861 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
11862
11863         PR gdb/17854:
11864         * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
11865         when allocating a new one.
11866
11867 2015-02-01  Tom Tromey  <tom@tromey.com>
11868
11869         * MAINTAINERS: Remove myself.
11870
11871 2015-01-31  Doug Evans  <xdje42@gmail.com>
11872
11873         * dwarf2read.c (process_structure_scope): Update setting of
11874         TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
11875         * gdbtypes.c (internal_type_vptr_fieldno): New function.
11876         (set_type_vptr_fieldno): New function.
11877         (internal_type_vptr_basetype): New function.
11878         (set_type_vptr_basetype): New function.
11879         (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
11880         TYPE_VPTR_BASETYPE.
11881         (allocate_cplus_struct_type): Initialize vptr_fieldno.
11882         (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
11883         (print_cplus_stuff): ... moved here.
11884         (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
11885         * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
11886         moved to ...
11887         (struct cplus_struct_type): ... here.  All uses updated.
11888         (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
11889         (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
11890         (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
11891         * stabsread.c (read_tilde_fields): Update setting of
11892         TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
11893
11894 2015-01-31  Doug Evans  <xdje42@gmail.com>
11895
11896         * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
11897         to self_p.
11898         (cp_print_class_member): Rename local domain to self_type.
11899         * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
11900         domain_type to self_type.
11901         (set_die_type) <need_gnat_info>: Handle
11902         TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
11903         * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
11904         TYPE_SPECIFIC_SELF_TYPE.
11905         * gdbtypes.c (internal_type_self_type): New function.
11906         (set_type_self_type): New function.
11907         (smash_to_memberptr_type): Rename parameter domain to self_type.
11908         Update setting of TYPE_SELF_TYPE.
11909         (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
11910         (smash_to_method_type): Rename parameter domain to self_type.
11911         Update setting of TYPE_SELF_TYPE.
11912         (check_stub_method): Call smash_to_method_type.
11913         (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
11914         (copy_type_recursive): Ditto.
11915         * gdbtypes.h (enum type_specific_kind): New value
11916         TYPE_SPECIFIC_SELF_TYPE.
11917         (struct main_type) <type_specific>: New member self_type.
11918         (struct cplus_struct_type) <fn_field.type>: Update comment.
11919         (TYPE_SELF_TYPE): Rewrite.
11920         (internal_type_self_type, set_type_self_type): Declare.
11921         * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
11922         self_type.
11923         (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
11924         * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
11925         TYPE_TARGET_TYPE.
11926         * stabsread.c (read_member_functions): Mark methods with
11927         TYPE_CODE_METHOD, not TYPE_CODE_FUNC.  Update setting of
11928         TYPE_SELF_TYPE.
11929
11930 2015-01-31  Doug Evans  <xdje42@gmail.com>
11931
11932         * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
11933         All uses updated.
11934
11935 2015-01-31  Doug Evans  <xdje42@gmail.com>
11936
11937         * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
11938         or unions.  Return zero if union.
11939         (gnuv3_get_vtable): Call check_typedef.  Assert only passed structs.
11940         (gnuv3_rtti_type): Pass already-check_typedef'd value to
11941         gnuv3_get_vtable.
11942         (compute_vtable_size): Assert only passed structs.
11943         (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
11944
11945 2015-01-31  Doug Evans  <xdje42@gmail.com>
11946
11947         * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
11948         kinds.
11949
11950 2015-01-31  Gary Benson <gbenson@redhat.com>
11951             Doug Evans  <dje@google.com>
11952
11953         PR cli/9007
11954         PR cli/11920
11955         PR cli/15548
11956         * cli/cli-cmds.c (complete_command): Notify user if max-completions
11957         reached.
11958         * common/common-exceptions.h (enum errors)
11959         <MAX_COMPLETIONS_REACHED_ERROR>: New value.
11960         * completer.h (get_max_completions_reached_message): New declaration.
11961         (max_completions): Likewise.
11962         (completion_tracker_t): New typedef.
11963         (new_completion_tracker): New declaration.
11964         (make_cleanup_free_completion_tracker): Likewise.
11965         (maybe_add_completion_enum): New enum.
11966         (maybe_add_completion): New declaration.
11967         (throw_max_completions_reached_error): Likewise.
11968         * completer.c (max_completions): New global variable.
11969         (new_completion_tracker): New function.
11970         (free_completion_tracker): Likewise.
11971         (make_cleanup_free_completion_tracker): Likewise.
11972         (maybe_add_completions): Likewise.
11973         (throw_max_completions_reached_error): Likewise.
11974         (complete_line): Remove duplicates and limit result to max_completions
11975         entries.
11976         (get_max_completions_reached_message): New function.
11977         (gdb_display_match_list): Handle max_completions.
11978         (_initialize_completer): New declaration and function.
11979         * symtab.c: Include completer.h.
11980         (completion_tracker): New static variable.
11981         (completion_list_add_name): Call maybe_add_completion.
11982         (default_make_symbol_completion_list_break_on_1): Renamed from
11983         default_make_symbol_completion_list_break_on.  Maintain
11984         completion_tracker across calls to completion_list_add_name.
11985         (default_make_symbol_completion_list_break_on): New function.
11986         * top.c (init_main): Set rl_completion_display_matches_hook.
11987         * tui/tui-io.c: Include completer.h.
11988         (tui_old_rl_display_matches_hook): New static global.
11989         (tui_rl_display_match_list): Notify user if max-completions reached.
11990         (tui_setup_io): Save/restore rl_completion_display_matches_hook.
11991         * NEWS (New Options): Mention set/show max-completions.
11992
11993 2015-01-31  Gary Benson  <gbenson@redhat.com>
11994
11995         * symtab.c (struct add_name_data) <code>: New field.
11996         Updated comments.
11997         (add_symtab_completions): New function.
11998         (symtab_expansion_callback): Likewise.
11999         (default_make_symbol_completion_list_break_on): Set datum.code.
12000         Move minimal symbol scan before calling expand_symtabs_matching.
12001         Scan known primary symtabs for externs and statics before calling
12002         expand_symtabs_matching.  Pass symtab_expansion_callback as
12003         expansion_notify argument to expand_symtabs_matching.  Do not scan
12004         primary symtabs for externs and statics after calling
12005         expand_symtabs_matching.
12006
12007 2015-01-31  Gary Benson  <gbenson@redhat.com>
12008
12009         * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
12010         (struct quick_symbol_functions) <expand_symtabs_matching>:
12011         New argument expansion_notify.  All uses updated.
12012         (expand_symtabs_matching): New argument expansion_notify.
12013         All uses updated.
12014         * symfile-debug.c (debug_qf_expand_symtabs_matching):
12015         Also print expansion notify.
12016         * symtab.c (expand_symtabs_matching_via_partial): Call
12017         expansion_notify whenever a partial symbol table is expanded.
12018         * dwarf2read.c (dw2_expand_symtabs_matching): Call
12019         expansion_notify whenever a symbol table is instantiated.
12020
12021 2015-01-31  Doug Evans  <xdje42@gmail.com>
12022
12023         * cli-out.c: #include completer.h, readline/readline.h.
12024         (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
12025         (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
12026         (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
12027         * cli-out.h (cli_display_match_list): Declare.
12028         * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
12029         (ELLIPSIS_LEN): Ditto.
12030         (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
12031         (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
12032         (gdb_fnprint, gdb_print_filename): Ditto.
12033         (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
12034         (gdb_display_match_list): Ditto.
12035         * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
12036         (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
12037         (mld_beep_ftype, mld_read_key_ftype): Ditto.
12038         (match_list_displayer): New struct.
12039         (gdb_display_match_list): Declare.
12040         * top.c (init_main): Set rl_completion_display_matches_hook.
12041         * tui/tui-io.c: #include completer.h.
12042         (printable_part, PUTX, print_filename, get_y_or_n): Delete.
12043         (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
12044         (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
12045         (tui_mld_getc, tui_mld_read_key): Ditto.
12046         (tui_rl_display_match_list): Rewrite.
12047         (tui_handle_resize_during_io): New arg for_completion.  All callers
12048         updated.
12049
12050 2015-01-31  Doug Evans  <xdje42@gmail.com>
12051
12052         Add symbol lookup cache.
12053         * NEWS: Document new options and commands.
12054         * symtab.c (symbol_cache_key): New static global.
12055         (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
12056         (SYMBOL_LOOKUP_FAILED): New macro.
12057         (symbol_cache_slot_state): New enum.
12058         (block_symbol_cache): New struct.
12059         (symbol_cache): New struct.
12060         (new_symbol_cache_size, symbol_cache_size): New static globals.
12061         (hash_symbol_entry, eq_symbol_entry): New functions.
12062         (symbol_cache_byte_size, resize_symbol_cache): New functions.
12063         (make_symbol_cache, free_symbol_cache): New functions.
12064         (get_symbol_cache, symbol_cache_cleanup): New function.
12065         (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
12066         (symbol_cache_lookup, symbol_cache_clear_slot): New function.
12067         (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
12068         (symbol_cache_flush, symbol_cache_dump): New functions.
12069         (maintenance_print_symbol_cache): New function.
12070         (maintenance_flush_symbol_cache): New function.
12071         (symbol_cache_stats): New function.
12072         (maintenance_print_symbol_cache_statistics): New function.
12073         (symtab_new_objfile_observer): New function.
12074         (symtab_free_objfile_observer): New function.
12075         (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
12076         (_initialize_symtab): Init symbol_cache_key.  New parameter
12077         maint symbol-cache-size.  New maint commands print symbol-cache,
12078         print symbol-cache-statistics, flush-symbol-cache.
12079         Install new_objfile, free_objfile observers.
12080
12081 2015-01-31  Joel Brobecker  <brobecker@adacore.com>
12082
12083         PR symtab/17855
12084         * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
12085         to end.
12086
12087 2015-01-31  Doug Evans  <xdje42@gmail.com>
12088
12089         * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
12090         * auto-load.c: #include ctype.h.
12091         (struct auto_load_pspace_info): Replace member loaded_scripts with
12092         new members loaded_script_files, loaded_script_texts.
12093         (auto_load_pspace_data_cleanup): Update.
12094         (init_loaded_scripts_info): Update.
12095         (get_auto_load_pspace_data_for_loading): Update.
12096         (maybe_add_script_file): Renamed from maybe_add_script.  All callers
12097         updated.
12098         (maybe_add_script_text): New function.
12099         (clear_section_scripts): Update.
12100         (source_script_file, execute_script_contents): New functions.
12101         (source_section_scripts): Add support for
12102         SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
12103         (print_scripts): New function.
12104         (auto_load_info_scripts): Also print inlined scripts.
12105         (maybe_print_unsupported_script_warning): Renamed from
12106         unsupported_script_warning_print.  All callers updated.
12107         (maybe_print_script_not_found_warning): Renamed from
12108         script_not_found_warning_print.  All callers updated.
12109         * extension-priv.h (struct extension_language_script_ops): New member
12110         objfile_script_executor.
12111         * extension.c (ext_lang_objfile_script_executor): New function.
12112         * extension.h (objfile_script_executor_func): New typedef.
12113         (ext_lang_objfile_script_executor): Declare.
12114         * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
12115         * guile/guile.c (guile_extension_script_ops): Update.
12116         * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
12117         * python/python.c (python_extension_script_ops): Update.
12118         (gdbpy_execute_objfile_script): New function.
12119
12120 2015-01-31  Eli Zaretskii  <eliz@gnu.org>
12121
12122         * tui/tui-io.c (tui_expand_tabs): New function.
12123         (tui_puts, tui_redisplay_readline): Expand TABs into the
12124         appropriate number of spaces.
12125         * tui/tui-regs.c: Include tui-io.h.
12126         (tui_register_format): Call tui_expand_tabs to expand TABs into
12127         the appropriate number of spaces.
12128         * tui/tui-io.h: Add prototype for tui_expand_tabs.
12129
12130 2015-01-30  Doug Evans  <dje@google.com>
12131
12132         * NEWS: "info source" command now display producer string if present.
12133         * source.c (source_info): Print producer string if present.
12134
12135 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12136
12137         * varobj.c (varobj_delete): Fix comment.
12138
12139 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12140
12141         * varobj.c (create_child): Modify comment.
12142
12143 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12144
12145         * ada-varobj.c (ada_number_of_children): Constify struct varobj *
12146         parameter.
12147         (ada_name_of_variable): Same.
12148         (ada_path_expr_of_child): Same.
12149         (ada_value_of_variable): Same.
12150         (ada_value_is_changeable_p): Same.
12151         (ada_value_has_mutated): Same.
12152         * c-varobj.c (varobj_is_anonymous_child): Same.
12153         (c_is_path_expr_parent): Same.
12154         (c_number_of_children): Same.
12155         (c_name_of_variable): Same.
12156         (c_path_expr_of_child): Same.
12157         (get_type): Same.
12158         (c_value_of_variable): Same.
12159         (cplus_number_of_children): Same.
12160         (cplus_name_of_variable): Same.
12161         (cplus_path_expr_of_child): Same.
12162         (cplus_value_of_variable): Same.
12163         * jv-varobj.c (java_number_of_children): Same.
12164         (java_name_of_variable): Same.
12165         (java_path_expr_of_child): Same.
12166         (java_value_of_variable): Same.
12167         * varobj.c (number_of_children): Same.
12168         (name_of_variable): Same.
12169         (is_root_p): Same.
12170         (varobj_ensure_python_env): Same.
12171         (varobj_get_objname): Same.
12172         (varobj_get_expression): Same.
12173         (varobj_get_display_format): Same.
12174         (varobj_get_display_hint): Same.
12175         (varobj_has_more): Same.
12176         (varobj_get_thread_id): Same.
12177         (varobj_get_frozen): Same.
12178         (dynamic_varobj_has_child_method): Same.
12179         (varobj_get_gdb_type): Same.
12180         (is_path_expr_parent): Same.
12181         (varobj_default_is_path_expr_parent): Same.
12182         (varobj_get_language): Same.
12183         (varobj_get_attributes): Same.
12184         (varobj_is_dynamic_p): Same.
12185         (varobj_get_child_range): Same.
12186         (varobj_value_has_mutated): Same.
12187         (varobj_get_value_type): Same.
12188         (number_of_children): Same.
12189         (name_of_variable): Same.
12190         (check_scope): Same.
12191         (varobj_editable_p): Same.
12192         (varobj_value_is_changeable_p): Same.
12193         (varobj_floating_p): Same.
12194         (varobj_default_value_is_changeable_p): Same.
12195
12196 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12197
12198         * varobj.c (varobj_get_path_expr): Set var->path_expr.
12199         * c-varobj.c (c_path_expr_of_child): Set local var instead of
12200         child->path_expr.
12201         (cplus_path_expr_of_child): Same.
12202
12203 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12204
12205         * mi-cmd-var.c (print_varobj): Free varobj_get_expression
12206         result.
12207         (mi_cmd_var_info_expression): Same.
12208         * varobj.c (varobj_get_expression): Mention in the comment that
12209         the result must by freed by the caller.
12210
12211 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12212
12213         * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
12214         varobj_get_type.
12215         (varobj_update_one): Same.
12216         * varobj.c (update_type_if_necessary): Free curr_type_str and
12217         new_type_str.
12218         (varobj_get_type): Specify in comment that the result needs to be
12219         freed by the caller.
12220
12221 2015-01-29  Doug Evans  <dje@google.com>
12222
12223         PR symtab/17890
12224         * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
12225
12226 2015-01-25  Mark Wielaard  <mjw@redhat.com>
12227
12228         * dwarf2read.c (checkproducer): Call producer_is_gcc.
12229         * utils.c (producer_is_gcc_ge_4): Likewise.
12230         (producer_is_gcc): New function.
12231         * utils.h (producer_is_gcc): New declaration.
12232
12233 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
12234
12235         * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
12236         kind.
12237         * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
12238         parameter by "addr_stack" parameter.
12239         (resolve_dynamic_range): Replace "addr" parameter by
12240         "stack_addr" parameter.  Update function documentation.
12241         Update code accordingly.
12242         (resolve_dynamic_array, resolve_dynamic_union)
12243         (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
12244         (resolve_dynamic_type): Update code, following the changes made
12245         to resolve_dynamic_type_internal's interface.
12246         * dwarf2loc.h (struct property_addr_info): New.
12247         (dwarf2_evaluate_property): Replace "address" parameter
12248         by "addr_stack" parameter.  Adjust function documentation.
12249         (struct dwarf2_offset_baton): New.
12250         (struct dwarf2_property_baton): Update documentation of
12251         field "referenced_type" to be more general. New field
12252         "offset_info" in union data field.
12253         * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
12254         parameter by "addr_stack" parameter.  Adjust code accordingly.
12255         Add support for PROP_ADDR_OFFSET properties.
12256         * dwarf2read.c (attr_to_dynamic_prop): Add support for
12257         DW_AT_data_member_location attributes as well.  Use case
12258         statements instead of if/else condition.
12259
12260 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
12261
12262         * ada-varobj.c (ada_varobj_get_array_number_of_children):
12263         Return zero if PARENT_VALUE is NULL and parent_type's
12264         range type is dynamic.
12265
12266 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
12267
12268         * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
12269         nonzero if the type's subtype is dynamic.
12270         (resolve_dynamic_range): Also resolve the range's subtype.
12271
12272 2015-01-29  Alexander Klimov  <alserkli@inbox.ru>  (tiny patch)
12273
12274         Pushed by Joel Brobecker  <brobecker@adacore.com>.
12275         * symfile.c (unmap_overlay_command): Initialize sec to NULL.
12276
12277 2015-01-27  Doug Evans  <dje@google.com>
12278
12279         * NEWS: Mention gdb.Objfile.username.
12280         * python/py-objfile.c (objfpy_get_username): New function.
12281         (objfile_getset): Add "username".
12282
12283 2015-01-24  Mark Wielaard  <mjw@redhat.com>
12284
12285         * stack.c (return_command): Markup warning message with _.
12286
12287 2015-01-24  Doug Evans  <xdje42@gmail.com>
12288
12289         * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
12290
12291 2015-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
12292
12293         Fix 100x slowdown regression on DWZ files.
12294         * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
12295         (struct line_header): Add offset and offset_in_dwz.
12296         (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
12297         (free_line_header_voidp): New declaration.
12298         (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
12299         functions.
12300         (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
12301         (handle_DW_AT_stmt_list): Use line_header_hash.
12302         (free_line_header_voidp): New function.
12303         (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
12304         (dwarf_decode_lines): New parameter decode_mapping, use it.
12305         (dwarf2_free_objfile): Free line_header_hash.
12306
12307 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
12308
12309         PR gdb/17416
12310         * valops.c (value_rtti_indirect_type): Catch exception thrown by
12311         value_ind.
12312
12313 2015-01-15  Mark Wielaard  <mjw@redhat.com>
12314
12315         * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
12316         DW_AT_noreturn.
12317         * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
12318         calling_convention an 8 bit bit field.
12319         (TYPE_NO_RETURN): New macro.
12320         * infcmd.c (finish_command): Query if function does not return
12321         normally.
12322         * stack.c (return_command): Likewise.
12323
12324 2015-01-23  Pedro Alves  <palves@redhat.com>
12325
12326         * linux-nat.c (linux_is_async_p): New macro.
12327         (linux_nat_is_async_p):
12328         (linux_nat_terminal_inferior): Check whether the target can async
12329         instead of whether it is already async.
12330         (linux_nat_terminal_ours): Don't check whether the target is
12331         async.
12332         (linux_async_pipe): Use linux_is_async_p.
12333
12334 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12335
12336         * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
12337         '-ascending'.
12338         * thread.c (tp_array_compar_ascending, tp_array_compar): New.
12339         (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
12340         Sort tp_array using tp_array_compar.
12341         (_initialize_thread): Extend thread_apply_all_command help.
12342
12343 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12344
12345         * corelow.c (core_open): Call also thread_command.
12346         * gdbthread.h (thread_command): New prototype moved from ...
12347         * thread.c (thread_command): ... here.
12348         (thread_command): Make it global.
12349
12350 2015-01-22  Pedro Alves  <palves@redhat.com>
12351
12352         * configure.ac [*mingw32*]: Check $curses_found instead of
12353         $prefer_curses.
12354         * configure: Regenerate.
12355         * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
12356         HAVE_NCURSES_NCURSES_H checks.
12357
12358 2015-01-22  Eli Zaretskii  <eliz@gnu.org>
12359
12360         * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
12361         fails with the 1st arg NULL, try again with "unknown".  Don't test
12362         the "cup" capability: it isn't supported by the Windows port of
12363         ncurses, but the Windows console driver is still capable of
12364         supporting TUI.
12365
12366 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12367
12368         * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
12369
12370 2015-01-22  Eli Zaretskii  <eliz@gnu.org>
12371
12372         * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
12373         (ALLDEPFILES): Remove irix5-nat.c.  These two are part of the
12374         reason that "make TAGS" is broken.
12375
12376 2015-01-22  Chen Gang  <gang.chen.5i5j@gmail.com>
12377
12378         * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
12379         and check additional store instructions.
12380
12381 2015-01-21  Wei-cheng Wang  <cole945@gmail.com>
12382
12383         * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
12384
12385 2015-01-21  Wei-cheng Wang  <cole945@gmail.com>
12386
12387         * ppc-linux-tdep.c (ppc_skip_trampoline_code,
12388         ppc_canonicalize_syscall, ppc_linux_syscall_record,
12389         ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
12390         * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12391         * rs6000-tdep.c (rs6000_epilogue_frame_cache,
12392         rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
12393         rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
12394         ppc_process_record_op19, ppc_process_record_op31,
12395         ppc_process_record_op59, ppc_process_record_op60,
12396         ppc_process_record_op63): Likewise.
12397
12398 2015-01-20  Joel Brobecker  <brobecker@adacore.com>
12399
12400         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
12401         (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
12402         strerror.
12403
12404 2015-01-20  Wei-cheng Wang  <cole945@gmail.com>
12405
12406         * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
12407         ppc_process_record_op31, ppc_process_record_op59,
12408         ppc_process_record_op60, ppc_process_record_op63,
12409         ppc_process_record): Fix -Wformat warning.
12410         * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
12411         Remove unused variables.
12412
12413 2015-01-20  Chen Gang  <gang.chen.5i5j@gmail.com>
12414
12415         * MAINTAINERS (Write After Approval): Add "Chen Gang".
12416
12417 2015-01-19  Eli Zaretskii  <eliz@gnu.org>
12418
12419         * configure.ac [*mingw32*]: Only add windows-termcap.o to
12420         CONFIG_OBS if not building with a curses library.
12421         * configure: Regenerate.
12422
12423         * windows-termcap.c: Include defs.h.  Make the whole body empty if
12424         either one of HAVE_CURSES_H or HAVE_NCURSES_H or
12425         HAVE_NCURSES_NCURSES_H is defined.
12426
12427 2015-01-19  Joel Brobecker  <brobecker@adacore.com>
12428
12429         * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
12430         from end of line to start of next line.
12431
12432 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
12433
12434         * ppc-linux-tdep.c (ppc_skip_trampoline_code):
12435         Scan PLT stub backward for reverse debugging.
12436         * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12437
12438 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
12439             Ulrich Weigand  <uweigand@de.ibm.com>
12440
12441         * configure.tgt (powerpc*-*-linux): Add linux-record.o to
12442         gdb_target_obs.
12443         (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
12444         record.
12445         (ppc_canonicalize_syscall, ppc_linux_syscall_record,
12446         ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
12447         (ppc_linux_init_abi): Set process_record, process_record_signal.
12448         * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
12449         ppc_linux_record_tdep to gdbarch_tdep.
12450         (ppc_process_record): New declaration.
12451         * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
12452         ppc_process_record_op19, ppc_process_record_op31,
12453         ppc_process_record_op59, ppc_process_record_op60,
12454         ppc_process_record_op63, ppc_process_record): New functions.
12455
12456 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
12457
12458         * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
12459         rs6000_in_function_epilogue_frame_p and add an argument
12460         for frame_info.
12461         (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
12462         rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
12463         New functions.
12464         (rs6000_epilogue_frame_unwind): New.
12465         (rs6000_gdbarch_init): Append epilogue unwinder.
12466
12467 2015-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
12468
12469         * nat/linux-personality.c: Replace "#ifndef
12470         HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
12471         !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
12472         systems.
12473
12474 2015-01-16  Eli Zaretskii  <eliz@gnu.org>
12475
12476         * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
12477         functions.
12478         (_initialize_tui_win) <border-kind, border-mode>:
12479         <active-border-mode>: Use tui_set_var_cmd as the "set" function.
12480         (tui_set_tab_width_command): Fix the commentary.
12481
12482         * tui/tui-win.h: Add prototype for tui_rehighlight_all.
12483
12484         * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
12485         Doc fix.
12486         (tui_set_tab_width_command): Delete and recreate the source and
12487         the disassembly windows, to show the effect of the changed tab
12488         size immediately.
12489
12490         * tui/tui-data.h (LINE_PREFIX): Make shorter
12491         (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
12492         "Thread NNNNN.XXXX" thread ID notation on Windows.
12493
12494 2015-01-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
12495
12496         Fix gcc-5 compilation.
12497         * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
12498
12499 2015-01-15  Sergio Durigan Junior  <sergiodj@redhat.com>
12500
12501         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
12502         (linux-personality.o): New rule.
12503         * common/common-defs.h: Include <stdint.h>.
12504         * config/aarch64/linux.mh (NATDEPFILES): Include
12505         linux-personality.o.
12506         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
12507         * config/arm/linux.mh (NATDEPFILES): Likewise.
12508         * config/i386/linux64.mh (NATDEPFILES): Likewise.
12509         * config/i386/linux.mh (NATDEPFILES): Likewise.
12510         * config/ia64/linux.mh (NATDEPFILES): Likewise.
12511         * config/m32r/linux.mh (NATDEPFILES): Likewise.
12512         * config/m68k/linux.mh (NATDEPFILES): Likewise.
12513         * config/mips/linux.mh (NATDEPFILES): Likewise.
12514         * config/pa/linux.mh (NATDEPFILES): Likewise.
12515         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
12516         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
12517         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
12518         * config/s390/linux.mh (NATDEPFILES): Likewise.
12519         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
12520         * config/sparc/linux.mh (NATDEPFILES): Likewise.
12521         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
12522         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
12523         * defs.h: Remove #include <stdint.h> (moved to
12524         common/common-defs.h).
12525         * linux-nat.c: Include nat/linux-personality.h.  Remove #include
12526         <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
12527         nat/linux-personality.c).
12528         (linux_nat_create_inferior): Remove code to disable address space
12529         randomization (moved to nat/linux-personality.c).  Create cleanup
12530         to disable address space randomization.
12531         * nat/linux-personality.c: New file.
12532         * nat/linux-personality.h: Likewise.
12533
12534 2015-01-15  Sergio Durigan Junior  <sergiodj@redhat.com>
12535
12536         * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
12537         common/posix-strerror.c.
12538         (posix-strerror.o): New rule.
12539         (mingw-strerror.o): Likewise.
12540         * common/common-utils.h (safe_strerror): Move prototype to here,
12541         from utils.h.
12542         * common/common.host: New file.
12543         * common/mingw-strerror.c: Likewise.
12544         * common/posix-strerror.c: Likewise.
12545         * configure: Regenerated.
12546         * configure.ac: Source common/common.host.  Add variable
12547         common_host_obs to gdb_host_obs.
12548         * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
12549         gdb/common/posix-strerror.c when warning about the use of
12550         strerror.
12551         * mingw-hdep.c (safe_strerror): Remove definition; move it to
12552         common/mingw-strerror.c.
12553         * posix-hdep.c (safe_strerror): Remove definition; move it to
12554         common/posix-hdep.c.
12555         * utils.h (safe_strerror): Remove prototype; move to
12556         common/common-utils.h.
12557
12558 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
12559
12560         GDB 7.8.2 released.
12561
12562 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
12563
12564         * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
12565         ___XA type if the array has already been fixed.
12566
12567 2015-01-14  Yao Qi  <yao@codesourcery.com>
12568
12569         * Makefile.in (ppc-linux.o): New rule.
12570         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
12571         * configure.ac: AC_CHECK_FUNCS(getauxval).
12572         * config.in: Re-generated.
12573         * configure: Re-generated.
12574         * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
12575         Declare.
12576         * nat/ppc-linux.c: New file.
12577         * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
12578         Call ppc64_64bit_inferior_p.
12579
12580 2015-01-14  Yao Qi  <yao@codesourcery.com>
12581
12582         * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
12583         nat/ppc-linux.h.
12584         (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
12585         (PPC_FEATURE_HAS_DFP): Likewise.
12586         (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
12587         (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
12588         (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
12589         Include "nat/ppc-linux.h".
12590         * nat/ppc-linux.h: New file.
12591         * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
12592
12593 2015-01-14  Pedro Alves  <palves@redhat.com>
12594
12595         PR gdb/17525
12596         * breakpoint.c: Include "interps.h".
12597         (bpstat_do_actions_1): Also check whether the interpreter is
12598         async.
12599
12600 2015-01-14  Pedro Alves  <palves@redhat.com>
12601
12602         PR cli/17828
12603         * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
12604         reinstall if the interpreter is sync.
12605
12606 2015-01-13  Doug Evans  <dje@google.com>
12607
12608         * objfiles.c (objfile_filename): New function.
12609         * objfiles.h (objfile_filename): Declare it.
12610         (objfile_name): Add function comment.
12611         * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
12612         bfd file name (which may be realpath'd), and the original name.
12613
12614 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12615
12616         * NEWS: Create a new section for the next release branch.
12617         Rename the section of the current branch, now that it has
12618         been cut.
12619
12620 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12621
12622         GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
12623         * version.in: Bump version to 7.9.50.DATE-cvs.
12624
12625 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12626
12627         * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
12628         Remove trailing new-line in argument of call to warning.
12629
12630 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12631
12632         * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
12633         new-line in argument of call to "warning".
12634
12635 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12636
12637         * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
12638         in static block, then try searching for primitive types.
12639
12640 2015-01-12  Patrick Palka  <patrick@parcs.ath.cx>
12641
12642         * top.h (gdb_add_history): Declare.
12643         * top.c (command_count): New variable.
12644         (gdb_add_history): New function.
12645         (gdb_safe_append_history): New static function.
12646         (quit_force): Call it.
12647         (command_line_input): Use gdb_add_history instead of
12648         add_history.
12649         * event-top.c (command_line_handler): Likewise.
12650
12651 2015-01-12  James Clarke  <jrtc27@jrtc27.com>  (tiny patch)
12652
12653         PR gdb/17046
12654         * darwin-nat.c: Replace <machine/setjmp.h> #include by
12655         <setjmp.h> #include.
12656
12657 2015-01-11  Doug Evans  <xdje42@gmail.com>
12658
12659         * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
12660
12661 2015-01-11  Doug Evans  <xdje42@gmail.com>
12662
12663         PR gdb/15830
12664         * NEWS: The "maint demangle" command is renamed as "demangle".
12665         * demangle.c: #include cli/cli-utils.h, language.h.
12666         (demangle_command): New function.
12667         (_initialize_demangle): Add new command "demangle".
12668         * maint.c (maintenance_demangle): Stub out.
12669         (_initialize_maint_cmds): Update help text for "maint demangle",
12670         and mark as deprecated.
12671
12672 2015-01-11  Mark Kettenis  <kettenis@gnu.org>
12673
12674         * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
12675         inferior_thread is a function.
12676
12677 2015-01-09  Patrick Palka  <patrick@parcs.ath.cx>
12678
12679         * Makefile.in (.y.c): Don't munge yacc's #line
12680         directives.
12681
12682 2015-01-09  Patrick Palka  <patrick@parcs.ath.cx>
12683
12684         * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
12685         to prompt for input.
12686         * tui/tui-hooks.c (tui_query_hook): Remove.
12687         (tui_install_hooks): Don't set deprecated_query_hook.
12688         * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
12689         height calculation.  Always update the command window's cur_line.
12690
12691 2015-01-09  Pedro Alves  <palves@redhat.com>
12692
12693         * breakpoint.c (hardware_breakpoint_inserted_here_p): New
12694         function.
12695         * breakpoint.h (hardware_breakpoint_inserted_here_p): New
12696         declaration.
12697         * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
12698         (linux_resume_one_lwp): Store the thread's PC.  Adjust to clear
12699         stop_reason.
12700         (check_stopped_by_watchpoint): New function.
12701         (save_sigtrap): Reimplement.
12702         (linux_nat_stopped_by_watchpoint): Adjust.
12703         (linux_nat_lp_status_is_event): Delete.
12704         (stop_wait_callback): Only call save_sigtrap after storing the
12705         pending status.
12706         (status_callback): If the thread had been stopped for a breakpoint
12707         that has since been removed, discard the event and resume the LWP.
12708         (count_events_callback, select_event_lwp_callback): Use
12709         lwp_status_pending_p instead of linux_nat_lp_status_is_event.
12710         (cancel_breakpoint): Rename to ...
12711         (check_stopped_by_breakpoint): ... this.  Record whether the LWP
12712         stopped for a software breakpoint or hardware breakpoint.
12713         (select_event_lwp): Only give preference to the stepping LWP in
12714         all-stop mode.  Adjust comments.
12715         (stop_and_resume_callback): Remove references to new_pending_p.
12716         (linux_nat_filter_event): Likewise.  Leave exit events of the
12717         leader thread pending here.  Handle signal short circuiting here.
12718         Only call save_sigtrap after storing the pending waitstatus.
12719         (linux_nat_wait_1): Remove 'retry' label.  Remove references to
12720         new_pending.  Don't handle leaving events the caller is not
12721         interested in pending here, nor handle signal short-circuiting
12722         here.  Also give equal priority to all LWPs that have had events
12723         in non-stop mode.  If reporting a software breakpoint event,
12724         unadjust the LWP's PC.
12725         * linux-nat.h (enum lwp_stop_reason): New.
12726         (struct lwp_info) <stop_pc>: New field.
12727         (struct lwp_info) <stopped_by_watchpoint>: Delete field.
12728         (struct lwp_info) <stop_reason>: New field.
12729         * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
12730
12731 2015-01-09  Pedro Alves  <palves@redhat.com>
12732
12733         * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
12734         Set the LWP's 'resumed' flag.
12735
12736 2015-01-09  Pedro Alves  <palves@redhat.com>
12737
12738         * linux-nat.c (linux_resume_one_lwp): New function.
12739         (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
12740         (linux_nat_resume): Use lwp_status_pending_p and
12741         linux_resume_one_lwp.
12742         (linux_handle_syscall_trap): Use linux_resume_one_lwp.
12743         (linux_handle_extended_wait): Use linux_resume_one_lwp.
12744         (status_callback, running_callback): Use lwp_status_pending_p.
12745         (lwp_status_pending_p): New function.
12746         (stop_and_resume_callback): Use lwp_status_pending_p.
12747         (linux_nat_filter_event): Use linux_resume_one_lwp.
12748         (linux_nat_wait_1): Always use status_callback to look for an LWP
12749         with a pending status.  Use linux_resume_one_lwp.
12750         (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
12751         linux_resume_one_lwp.
12752
12753 2015-01-09  Pedro Alves  <palves@redhat.com>
12754
12755         * breakpoint.c (bp_location_inserted_here_p): New function,
12756         factored out from ...
12757         (breakpoint_inserted_here_p): ... here.  Use
12758         ALL_BP_LOCATIONS_AT_ADDR.
12759         (software_breakpoint_inserted_here_p): Use
12760         bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
12761
12762 2014-01-09  Pedro Alves  <palves@redhat.com>
12763
12764         Skip enabling event reporting if the kernel supports
12765         PTRACE_EVENT_CLONE.
12766         * linux-thread-db.c: Include "nat/linux-ptrace.h".
12767         (thread_db_use_events): New function.
12768         (try_thread_db_load_1): Check thread_db_use_events before enabling
12769         event reporting.
12770         (update_thread_state): New function.
12771         (attach_thread): Use it.  Check thread_db_use_events before
12772         enabling event reporting.
12773         (thread_db_detach): Check thread_db_use_events before disabling
12774         event reporting.
12775         (find_new_threads_callback): Check thread_db_use_events before
12776         enabling event reporting.  Update the thread's state if not using
12777         libthread_db events.
12778
12779 2015-01-09  Pedro Alves  <palves@redhat.com>
12780
12781         * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
12782         about to wait for is > 0.
12783         * linux-thread-db.c (find_new_threads_callback): Ignore thread if
12784         the kernel thread ID is -1.
12785
12786 2015-01-09  Pedro Alves  <palves@redhat.com>
12787
12788         * linux-nat.c (attach_proc_task_lwp_callback): New function.
12789         (linux_nat_attach): Use linux_proc_attach_tgid_threads.
12790         (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
12791         ptrace option flags.
12792         * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
12793         field.
12794         * nat/linux-procfs.c: Include <dirent.h>.
12795         (linux_proc_get_int): New parameter "warn".  Handle it.
12796         (linux_proc_get_tgid): Adjust.
12797         (linux_proc_get_tracerpid): Rename to ...
12798         (linux_proc_get_tracerpid_nowarn): ... this.
12799         (linux_proc_pid_get_state): New function, factored out from
12800         (linux_proc_pid_has_state): ... this.  Add new parameter "warn"
12801         and handle it.
12802         (linux_proc_pid_is_gone): New function.
12803         (linux_proc_pid_is_stopped): Adjust.
12804         (linux_proc_pid_is_zombie_maybe_warn)
12805         (linux_proc_pid_is_zombie_nowarn): New functions.
12806         (linux_proc_pid_is_zombie): Use
12807         linux_proc_pid_is_zombie_maybe_warn.
12808         (linux_proc_attach_tgid_threads): New function.
12809         * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
12810         (linux_proc_get_tracerpid): Rename to ...
12811         (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
12812         (linux_proc_pid_is_gone): New declaration.
12813         (linux_proc_pid_is_zombie): Update comment.
12814         (linux_proc_pid_is_zombie_nowarn): New declaration.
12815         (linux_proc_attach_lwp_func): New typedef.
12816         (linux_proc_attach_tgid_threads): New declaration.
12817         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
12818         use nowarn functions.
12819         (linux_ptrace_attach_fail_reason_string): Move here from
12820         gdbserver/linux-low.c and rename.
12821         (ptrace_supports_feature): If the current ptrace options are not
12822         known yet, check them now, instead of asserting.
12823         * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
12824         Declare.
12825
12826 2015-01-09  Pedro Alves  <palves@redhat.com>
12827
12828         * linux-thread-db.c (thread_db_find_new_threads_silently)
12829         (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
12830         (find_new_threads_once): Print debug output on gdb_stdlog.
12831
12832 2015-01-09  Chen Gang  <gang.chen.5i5j@gmail.com>
12833             Pedro Alves  <palves@redhat.com>
12834
12835         * compile/compile.c: Include "gdb_wait.h".
12836         (do_rmdir): Check return value, and free 'zap'.
12837
12838 2015-01-08  Pedro Alves  <palves@redhat.com>
12839             Yao Qi  <yao@codesourcery.com>
12840
12841         * dwarf2loc.c (indirect_pieced_value): Don't call
12842         gdb_sign_extend.  Call extract_signed_integer instead.
12843         * utils.c (gdb_sign_extend): Remove.
12844         * utils.h (gdb_sign_extend): Remove declaration.
12845
12846 2015-01-07  Pierre Muller  <muller@sourceware.org>
12847
12848         PR symtab/17811
12849         * stabsread.c (define_symbol): Set language for C++ special symbols.
12850
12851 2015-01-07  Patrick Palka  <patrick@parcs.ath.cx>
12852
12853         * inflow.c (initial_gdb_ttystate): Tweak comment.
12854
12855 2015-01-07  Joel Brobecker  <brobecker@adacore.com>
12856
12857         * inflow.c (set_initial_gdb_ttystate): Add empty line after
12858         comment documenting function.
12859
12860 2015-01-07  Patrick Palka  <patrick@parcs.ath.cx>
12861
12862         * terminal.h (set_initial_gdb_ttystate): Declare.
12863         * inflow.c (initial_gdb_ttystate): New static variable.
12864         (set_initial_gdb_ttystate): New setter.
12865         (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
12866         instead of our current terminal state.
12867         * top.c (gdb_init): Call set_initial_gdb_ttystate.
12868
12869 2015-01-07  Joel Brobecker  <brobecker@adacore.com>
12870
12871         * guile/scm-type.c (tyscm_array_1): Add comment.
12872         * python/py-type.c (typy_array_1): Add comment.
12873
12874 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
12875
12876         * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
12877         error if N2 is equal to N1 - 1.
12878
12879 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
12880
12881         * python/py-type.c (typy_array_1): Do not raise negative-length
12882         exception if N2 is equal to N1 - 1.
12883
12884 2015-01-03  Doug Evans  <xdje42@gmail.com>
12885
12886         * c-exp.y: Whitespace cleanup.
12887         (classify_inner_name): Remove extra ;.
12888
12889 2015-01-02  Maciej W. Rozycki  <macro@codesourcery.com>
12890
12891         * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
12892         offset signed.
12893
12894 2015-01-02  Doug Evans  <dje@google.com>
12895
12896         * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
12897
12898 2015-01-02  Doug Evans  <dje@google.com>
12899
12900         * symtab.h (struct symbol): Fix typo in comment.
12901
12902 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
12903
12904         Update year range in copyright notice of all files.
12905
12906 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
12907
12908         * top.c (print_gdb_version): Update copyright year to 2015.
12909
12910 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
12911
12912         * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
12913
12914 For older changes see ChangeLog-2014.
12915 \f
12916 Local Variables:
12917 mode: change-log
12918 left-margin: 8
12919 fill-column: 74
12920 version-control: never
12921 coding: utf-8
12922 End: