fort_dyn_array: add basic fortran dyn array support
[external/binutils.git] / gdb / ChangeLog
1 2015-10-21  Keven Boell  <keven.boell@intel.com>
2
3         * dwarf2read.c (set_die_type): Add read of
4         DW_AT_allocated and DW_AT_associated.
5         * f-typeprint.c: New include of typeprint.h
6         (f_print_type): Add check for allocated/associated
7         status of type.
8         (f_type_print_varspec_suffix): Add check for
9         * gdbtypes.c (create_array_type_with_stride):
10         Add check for valid data location of type in
11         case allocated or associated attributes are set.
12         Length of an array should be only calculated if
13         allocated or associated is resolved as true.
14         (is_dynamic_type_internal): Add check for allocated/
15         associated.
16         (resolve_dynamic_array): Evaluate allocated/associated
17         properties.
18         * gdbtypes.h (enum dynamic_prop_node_kind): <DYN_PROP_ALLOCATED>
19         <DYN_PROP_ASSOCIATED>: New enums.
20         (TYPE_ALLOCATED_PROP, TYPE_ASSOCIATED_PROP): New macros.
21         (type_not_allocated): New function.
22         (type_not_associated): New function.
23         * valarith.c (value_subscripted_rvalue): Add check for
24         allocated/associated.
25         * valprint.c: New include of typeprint.h.
26         (valprint_check_validity): Add check for allocated/associated.
27         (value_check_printable): Add check for allocated/
28         associated.
29         * typeprint.h (val_print_not_allocated): New function.
30         (val_print_not_associated): New function.
31         * typeprint.c (val_print_not_allocated): New function.
32         (val_print_not_associated): New function.
33
34 2015-10-21  Antoine Tremblay  <antoine.tremblay@ericsson.com>
35
36         * Makefile.in: Add arm.c/o.
37         * arch/arm.c: New file.
38         * arch/arm.h: (IS_THUMB_ADDR): Move macro from arm-tdep.c.
39         (MAKE_THUMB_ADDR): Likewise.
40         (UNMAKE_THUMB_ADDR): Likewise.
41         * arm-tdep.c (int thumb_insn_size): Move to arm.c.
42         (IS_THUMB_ADDR): Move to arm.h.
43         (MAKE_THUMB_ADDR): Likewise.
44         (UNMAKE_THUMB_ADDR): Likewise.
45         * configure.tgt: Add arm.o to all ARM configs.
46
47 2015-10-21  Yao Qi  <yao.qi@linaro.org>
48
49         * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
50         Remove argument exp_vCont_s.
51         * gdb.base/range-stepping.exp: Callers updated.
52         * gdb.trace/range-stepping.exp: Likewise.
53
54 2015-10-21  Aleksandar Ristovski  <aristovski@qnx.com>
55
56         * gdb/nto-tdep.c (QNX_NOTE_NAME, QNX_INFO_SECT_NAME): New defines.
57         (nto_sniff_abi_note_section): New function.
58         (nto_elf_osabi_sniffer): Use new function to recognize nto specific
59         binary.
60
61 2015-10-21  Aleksandar Ristovski  <aristovski@qnx.com>
62
63         * nto-procfs.c (procfs_wait): Set stopped_flags nad stopped_pc.
64         (procfs_stopped_by_watchpoint): Use flags stored in inferior data.
65         * nto-tdep.c (nto_new_inferior_data_reg): New definition.
66         (nto_new_inferior_data, nto_inferior_data_cleanup, nto_inferior_data):
67         New functions.
68         (_initialize_nto_tdep): New forward declaration, new function.
69         * nto-tdep.h (struct nto_inferior_data): New struct.
70         (nto_inferior_data): New function declaration.
71
72 2015-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
73
74         * findvar.c (address_from_register): Check REGNUM validity.
75
76 2015-10-20  Aleksandar Ristovski  <aristovski@qnx.com>
77
78         * gdb/nto-procfs.c (procfs_pid_to_exec_file): New function.
79         (init_procfs_targets): Wire new function.
80
81 2015-10-20  Aleksandar Ristovski  <aristovski@qnx.com>
82
83         * nto-procfs.c (sys/auxv.h): Include.
84         (procfs_xfer_partial): Implement TARGET_OBJECT_AUXV.
85         * nto-tdep.c (nto_read_auxv_from_initial_stack): New function.
86         * nto-tdep.h (nto_read_auxv_from_initial_stack): New declaration.
87
88 2015-10-20  Aleksandar Ristovski  <aristovski@qnx.com>
89
90         * nto-procfs.c (nto_procfs_path): Rename to...
91         (nodestr): ... this, and change type.
92         (nto_node): Use new variable and logic accordingly.
93         (procfs_open_1): Use new variable name. Use local buffer to construct
94         procfrs path.
95         (procfs_pidlist): Use NODESTR to construct procfs path.
96         (procfs_files_info): Use NODESTR to output meaningful text.
97         (do_attach): Construct procfs using NODESTR.
98         (procfs_create_inferior): Compare pointer to NULL.
99
100 2015-10-19  Josh Stone  <jistone@redhat.com>
101
102         * linux-nat.c (linux_handle_syscall_trap): Always update entry/
103         return state, even when not actively catching syscalls at all.
104         (linux_handle_extended_wait): Mark syscall_state like an entry.
105         (wait_lwp): Set syscall_state ignored for other traps.
106         (linux_nat_filter_event): Likewise.
107
108 2015-10-19  Luis Machado  <lgustavo@codesourcery.com>
109
110         * remote.c (remote_wait_as): Set rs->waiting_for_stop_reply to 0
111         when handling 'E', 'T', 'S', 'X' and 'W' packets.
112         Do not set rs->waiting_for_stop_reply back to 1.
113
114 2015-10-16  Aleksandar Ristovski  <aristovski@qnx.com>
115
116         * nto-procfs.c (common/filestuff.h): Include.
117         (procfs_can_use_hw_breakpoint): Fix enum name.
118         (procfs_open_1): Fix compiler warning.
119         (procfs_pidlist): Make static.
120         (procfs_meminfo): Make static, fix type name, add missing argument.
121         (procfs_store_registers): Make static.
122         (procfs_thread_info): Remove unused function.
123         (_initialize_procfs): Forward declare.
124
125 2015-10-16  Yao Qi  <yao.qi@arm.com>
126
127         * MAINTAINERS: Update my email address.
128
129 2015-10-15  Yao Qi  <yao.qi@linaro.org>
130
131         * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint):
132         Call gdbarch_breakpoint_from_pc to instruction length.
133         (aarch64_linux_remove_hw_breakpoint): Likewise.
134         * common/common-regcache.h (regcache_register_size): Declare.
135         * nat/aarch64-linux-hw-point.c: Include "common-regcache.h".
136         (aarch64_point_is_aligned): Set alignment to 2 for breakpoint if
137         the process is 32bit, otherwise set alignment to 4.
138         (aarch64_handle_breakpoint): Update comments.
139         * regcache.c (regcache_register_size): New function.
140
141 2015-10-15  Aleksandar Ristovski  <aristovski@qnx.com>
142
143         * gdbarch.sh (core_regset_section): Remove.
144         * gdbarch.h: Regenerate.
145
146 2015-10-14  Yao Qi  <yao.qi@linaro.org>
147
148         * arch/aarch64-insn.h (struct aarch64_memory_operand): Move enum
149         out of it.
150         (enum aarch64_memory_operand_type): New.
151
152 2015-10-13  David Edelsohn  <dje.gcc@gmail.com>
153
154         * xcoffread.c (dwarf2_xcoff_names): Add .dwmac and .dwpbtyp.
155
156 2015-10-13  Pedro Alves  <palves@redhat.com>
157
158         * ada-lang.c (ada_enum_name): Constify local.
159         * ada-typeprint.c (print_range_bound): Constify locals.
160         * c-varobj.c (c_describe_child): Likewise.
161         * cli/cli-setshow.c (do_set_command): Likewise.
162         * gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
163         * dwarf2read.c (find_file_and_directory): Likewise.
164         (anonymous_struct_prefix, dwarf2_name): Likewise.
165         * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
166         * go-lang.c (unpack_mangled_go_symbol): Likewise.
167         * jv-typeprint.c (java_type_print_base): Likewise.
168         * ser-tcp.c (net_open): Likewise.
169         * symfile.c (deduce_language_from_filename): Likewise.
170         * symtab.c (gdb_mangle_name): Likewise.
171         * tui/tui-io.c (tui_redisplay_readline): Likewise.
172
173 2015-10-13  Pedro Alves  <palves@redhat.com>
174
175         * infrun.c (restore_execution_direction): New function.
176         (fetch_inferior_event): Use it instead of
177         make_cleanup_restore_integer.
178         (execution_direction): Change type to enum
179         exec_direction_kind.
180         * infrun.h (execution_direction): Likewise.
181
182 2015-10-13  Pedro Alves  <palves@redhat.com>
183
184         * ada-lang.c (ada_value_primitive_packed_val): Constify
185         locals.  Use value_contents_writeable.  Remove casts.
186
187 2015-10-13  Pedro Alves  <palves@redhat.com>
188
189         * ada-lang.c (ada_value_primitive_packed_val): Add casts to malloc
190         and alloca calls.
191
192 2015-10-13  Simon Marchi  <simon.marchi@polymtl.ca>
193
194         * lm32-tdep.c (lm32_push_dummy_call): Replace call to
195         write_memory with write_memory_unsigned_integer.
196
197 2015-10-13  Simon Marchi  <simon.marchi@polymtl.ca>
198
199         * solib-dsbt.c (cmp_name): Constify arguments.
200         * solib-frv.c (cmp_name): Likewise.
201         * solib-svr4.c (svr4_create_solib_event_breakpoints): Likewise.
202         * solib.c (gdb_bfd_lookup_symbol_from_symtab): Likewise.
203         (bfd_lookup_symbol_from_dyn_symtab): Likewise.
204         (gdb_bfd_lookup_symbol): Likewise.
205         * solib.h (gdb_bfd_lookup_symbol): Likewise.
206         (gdb_bfd_lookup_symbol_from_symtab): Likewise.
207
208 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
209
210         * stack.c (parse_frame_specification): Remove message parameter,
211         replace with fixed string in function body, update function
212         comment.
213         (frame_info): Remove message to parse_frame_specification.
214         (select_frame_command): Likewise.
215
216 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
217
218         * stack.c (parse_frame_specification): Delete.
219         (parse_frame_specification_1): Rename to
220         parse_frame_specification.
221         (frame_info): Use parse_frame_specification.
222         (select_frame_command): Likewise.
223         (return_command): Use select_frame and print_stack_frame rather
224         than frame_command and select_frame_command.
225         (func_command): Use get_current_frame rather than
226         parse_frame_specification.
227
228 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
229
230         * stack.c (func_command): Return early when there is no ARG
231         string.
232
233 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
234
235         * stack.c: Include safe-ctype.h not ctype.h.
236         (parse_frame_specification): Use ISSPACE not isspace.
237         (backtrace_command): Use TOLOWER not tolower.
238
239 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
240
241         * mep-tdep.c (current_me_module): Add cast.
242         (mep_gdbarch_init): Likewise.
243
244 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
245
246         * m32c-tdep.c (m32c_move_reg_t): Replace with...
247         (m32c_write_reg_t): ...this and...
248         (m32c_read_reg_t): ...this.
249         (struct m32c_reg): Update types of read and write.
250         (m32c_raw_read): Change declaration type to m32c_read_reg_t and
251         adjust definition.
252         (m32c_banked_read): Likewise.
253         (m32c_sb_read): Likewise.
254         (m32c_part_read): Likewise.
255         (m32c_cat_read): Likewise.
256         (m32c_r3r2r1r0_read): Likewise.
257         (m32c_raw_write): Change declaration type to m32c_write_reg_t
258         and adjust definition.
259         (m32c_banked_write): Likewise.
260         (m32c_sb_write): Likewise.
261         (m32c_part_write): Likewise.
262         (m32c_cat_write): Likewise.
263         (m32c_r3r2r1r0_write): Likewise.
264
265 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
266
267         * aarch64-linux-tdep.c (aarch64_linux_syscall_record): Add cast.
268
269 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
270
271         * aarch64-linux-tdep.c (aarch64_canonicalize_syscall): Return
272         gdb_sys_no_syscall instead of -1.
273
274 2015-10-12  Yao Qi  <yao.qi@linaro.org>
275
276         * NEWS: Mention the change.
277
278 2015-10-12  Yao Qi  <yao.qi@linaro.org>
279
280         * arch/aarch64-insn.c (emit_load_store): Rename to ...
281         (aarch64_emit_load_store): ... it.  All callers updated.
282
283 2015-10-12  Yao Qi  <yao.qi@linaro.org>
284
285         * arch/aarch64-insn.c (emit_insn): Rename to ...
286         (aarch64_emit_insn): ... it.  All callers updated.
287
288 2015-10-12  Yao Qi  <yao.qi@linaro.org>
289
290         * aarch64-linux-tdep.c: Include arch-utils.h.
291         (aarch64_linux_init_abi): Call set_gdbarch_max_insn_length,
292         set_gdbarch_displaced_step_copy_insn,
293         set_gdbarch_displaced_step_fixup,
294         set_gdbarch_displaced_step_free_closure,
295         set_gdbarch_displaced_step_location,
296         and set_gdbarch_displaced_step_hw_singlestep.
297         * aarch64-tdep.c (struct displaced_step_closure): New.
298         (struct aarch64_displaced_step_data): New.
299         (aarch64_displaced_step_b): New function.
300         (aarch64_displaced_step_b_cond): Likewise.
301         (aarch64_register): Likewise.
302         (aarch64_displaced_step_cb): Likewise.
303         (aarch64_displaced_step_tb): Likewise.
304         (aarch64_displaced_step_adr): Likewise.
305         (aarch64_displaced_step_ldr_literal): Likewise.
306         (aarch64_displaced_step_others): Likewise.
307         (aarch64_displaced_step_copy_insn): Likewise.
308         (aarch64_displaced_step_fixup): Likewise.
309         (aarch64_displaced_step_hw_singlestep): Likewise.
310         * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): New macro.
311         (aarch64_displaced_step_copy_insn): Declare.
312         (aarch64_displaced_step_fixup): Declare.
313         (aarch64_displaced_step_hw_singlestep): Declare.
314         * arch/aarch64-insn.c (emit_insn): Moved from
315         gdbserver/linux-aarch64-low.c.
316         (emit_load_store): Likewise.
317         * arch/aarch64-insn.h (enum aarch64_opcodes): Moved from
318         gdbserver/linux-aarch64-low.c.
319         (struct aarch64_register): Likewise.
320         (struct aarch64_memory_operand): Likewise.
321         (ENCODE): Likewise.
322         (can_encode_int32): New macro.
323         (emit_b, emit_bcond, emit_cb, emit_ldr, emit_ldrsw): Likewise.
324         (emit_tb, emit_nop): Likewise.
325         (emit_insn): Declare.
326         (emit_load_store): Declare.
327
328 2015-10-12  Yao Qi  <yao.qi@linaro.org>
329
330         * arch/aarch64-insn.c (aarch64_decode_ldr_literal): Moved from
331         gdbserver/linux-aarch64-low.c.
332         (aarch64_relocate_instruction): Likewise.
333         * arch/aarch64-insn.h (aarch64_decode_ldr_literal): Declare.
334         (struct aarch64_insn_data): Moved from
335         gdbserver/linux-aarch64-low.c.
336         (struct aarch64_insn_visitor): Likewise.
337         (aarch64_relocate_instruction): Declare.
338
339 2015-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
340
341         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT>: If
342         EVAL_AVOID_SIDE_EFFECTS mode, forward the VALUE_LVAL attribute
343         to the returned value.
344
345 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
346
347         * ada-lang.c (ada_unpack_from_contents): Add guard that unpacked
348         is large enough for BIT_SIZE.  Update function comment.
349
350 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
351
352         * ada-lang.c (ada_value_primitive_packed_val): Move
353         src_len variable to local block where used.  Override
354         BIT_SIZE if bigger than size of resolved type.
355
356 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
357
358         * gdbtypes.h (is_scalar_type): Add extern declaration.
359         * gdbtypes.c (is_scalar_type): Make non-static.
360         * ada-lang.c (ada_value_primitive_packed_val): Use is_scalar_type
361         to compute IS_SCALAR instead of doing it ourselves.
362
363 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
364
365         * ada-lang.c (ada_value_primitive_packed_val): Rework handling
366         of case where TYPE is dynamic.
367
368 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
369
370         * ada-lang.c (ada_unpack_from_contents): New function,
371         extracted from ada_value_primitive_packed_val.
372         (ada_value_primitive_packed_val): Replace extracted out code
373         by call to ada_unpack_from_contents.
374
375 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
376
377         * ada-lang.c (ada_value_primitive_packed_val): Reorder local
378         variable declarations.
379
380 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
381
382         * ada-lang.c (ada_value_primitive_packed_val): Change the type
383         of local variables src and unpacked to "gdb_type *" instead of
384         "unsigned char *".
385
386 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
387
388         * ada-lang.c (ada_value_primitive_packed_val): Make the name
389         of various local variables more explicit and consistent.
390         No real code change otherwise.
391
392 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
393
394         * i386-tdep.h (struct gdbarch_tdep): Change type of
395         register_reggroup_p to gdbarch_register_reggroup_p_ftype.
396
397 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
398
399         * cris-tdep.c (struct instruction_environment): Change type of
400         byte_order to enum bfd_endian.
401
402 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
403
404         * arm-linux-tdep.c (arm_canonicalize_syscall): Add
405         enum gdb_syscall casts.
406
407 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
408
409         * aarch64-tdep.c (stack_item_t): Change type of data to gdb_byte*.
410         * arm-tdep.c (struct stack_item): Likewise.
411         (push_stack_item): Add gdb_byte* cast.
412         * avr-tdep.c (struct stack_item): Change type of data to gdb_byte*.
413         (push_stack_item): Add gdb_byte* cast.
414         * cli/cli-dump.c (dump_memory_to_file): Change type of buf to gdb_byte*
415         and add cast.
416         * cris-tdep.c (struct stack_item): Change type of data to gdb_byte*.
417         (push_stack_item): Add gdb_byte* cast.
418         * gcore.c (gcore_copy_callback): Change type of memhunk to gdb_byte* and
419         add cast.
420         * gdbtypes.h (print_scalar_formatted): Change type of first parameter to
421         gdb_byte*.
422         * h8300-tdep.c (h8300_extract_return_value): Change type of valbuf to
423         gdb_byte* and remove unnecessary cast.
424         (h8300h_extract_return_value): Likewise.
425         (h8300_store_return_value): Change type of valbuf to gdb_byte*.
426         (h8300h_store_return_value): Likewise.
427         * iq2000-tdep.c (iq2000_extract_return_value): Change type of valbuf to
428         gdb_byte* and remove unnecessary cast.
429         * jit.c (jit_reader_try_read_symtab): Change type of gdb_mem to gdb_byte*
430         and add cast.
431         * m32r-tdep.c (m32r_store_return_value): Change type of valbuf to
432         gdb_byte* and remove unnecessary cast.
433         (m32r_extract_return_value): Change type of dst to gdb_byte* and remove
434         valbuf.
435         * mep-tdep.c (mep_pseudo_cr32_read): Change type of buf to gdb_byte*.
436         (mep_pseudo_cr64_read): Likewise.
437         (mep_pseudo_csr_write): Likewise.
438         (mep_pseudo_cr32_write): Likewise.
439         (mep_pseudo_cr64_write): Likewise.
440         * mi/mi-main.c (mi_cmd_data_write_memory): Change type of buffer to
441         gdb_byte* and add cast.
442         * moxie-tdep.c (moxie_store_return_value): Change type of valbuf to
443         gdb_byte* and remove unnecessary cast.
444         (moxie_extract_return_value): Change type of dst to gdb_byte* and remove
445         valbuf.
446         * p-valprint.c (print_scalar_formatted): Change type of valaddr to
447         gdb_byte*.
448         * printcmd.c (void): Likewise.
449         * python/py-inferior.c (infpy_read_memory): Change type of buffer to
450         gdb_byte* and add cast.
451         (infpy_write_memory): Likewise.
452         (infpy_search_memory): Likewise.
453         * regcache.c (regcache_raw_write_signed): Change type of buf to gdb_byte*
454         and add cast.
455         (regcache_raw_write_unsigned): Likewise.
456         (regcache_cooked_write_signed): Likewise.
457         (regcache_cooked_write_unsigned): Likewise.
458         * sh64-tdep.c (h64_extract_return_value): Change type of valbuf to
459         gdb_byte*.
460
461 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
462
463         * fbsd-tdep.c (fbsd_collect_regset_section_cb): Add cast.
464         * linux-tdep.c (linux_collect_regset_section_cb_data): Likewise.
465
466 2015-10-09  Eli Zaretskii  <eliz@gnu.org>
467
468         * stack.c (print_stack_frame):
469         * utils.c (printchar): Fix typos in commentary.
470
471 2015-10-08  Iain Buclaw  <ibuclaw@gdcproject.org>
472
473         * d-exp.y: (UnaryExpression): Support `type.sizeof' expressions.
474         (PostfixExpression): Support `expr.sizeof' expressions.
475         (PrimaryExpression): Support `typeof(expr)' expressions.
476
477 2015-10-08  Maciej W. Rozycki  <macro@imgtec.com>
478
479         * MAINTAINERS: Update my email address.
480
481 2015-10-08  Markus Metzger  <markus.t.metzger@intel.com>
482
483         * record-btrace.c (record_btrace_resume): Fix void return.
484
485 2015-10-07  Yao Qi  <yao.qi@linaro.org>
486
487         * aarch64-tdep.c: Include opcode/aarch64.h.
488         (submask): Move it above.
489         (bit): Likewise.
490         (bits): Likewise.
491         (aarch64_software_single_step): Call aarch64_decode_insn.
492         Decode instruction by aarch64_inst instead of using
493         aarch64_decode_bcond and decode_masked_match.
494
495 2015-10-06  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
496
497         * cli/cli-dump.c (restore_command): Parse load_offset (bias) as address
498         only when the file is binary.
499
500 2015-10-02  James Bowman  <james.bowman@ftdichip.com>
501
502         * ft32-tdep.c (ft32_analyze_prologue): Add function prolog
503         subroutine handling.
504
505 2015-10-01  Simon Marchi  <simon.marchi@ericsson.com>
506
507         * common/vec.h (VEC_OP (T,cleanup)): Add pointer cast.
508
509 2015-09-30  Doug Evans  <dje@google.com>
510
511         * dwarf2read.c (setup_type_unit_groups): Add comment.
512
513 2015-09-30  Pedro Alves  <palves@redhat.com>
514
515         * linux-nat.c (linux_nat_always_non_stop_p): Always return 1.
516         * x86-linux-nat.c (x86_linux_always_non_stop_p): Delete.
517         (x86_linux_create_target): Don't install
518         x86_linux_always_non_stop_p.
519
520 2015-09-30  Don Breazeal  <donb@codesourcery.com>
521
522         * remote.c (remote_parse_stop_reply): Call strprefix instead
523         of strncmp.
524
525 2015-09-30  Simon Marchi  <simon.marchi@ericsson.com>
526
527         * gdbarch.sh (struct gdbarch_info): Change tdep_info's type to void *.
528         * gdbarch.h: Regenerate.
529         * i386-tdep.c (i386_gdbarch_init): Remove cast to
530         struct gdbarch_tdep_info *.
531         * mips-tdep.c (mips_gdbarch_init): Likewise.
532         * ppc-linux-tdep (ppu2spu_sniffer): Likewise.
533         * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
534         * spu-multiarch.c (spu_gdbarch): Likewise.
535
536 2015-09-30  Kevin Buettner  <kevinb@redhat.com>
537
538         * infcmd.c (finish_command_fsm_should_stop): Don't attempt to
539         record a NULL value.
540
541 2015-09-29  Kevin Buettner  <kevinb@redhat.com>
542
543         * msp430-tdep.c (msp430_push_dummy_call): Treat reference, struct,
544         and union arguments the same as pointer arguments when determining
545         size of argument.
546
547 2015-09-29  James Bowman  <james.bowman@ftdichip.com>
548
549         * ft32-tdep.c: #include "opcode/ft32.h".
550         Delete local macros IS_PUSH, PUSH_REG, IS_LINK, LINK_SIZE.
551         (ft32_analyze_prologue): Use FT32_* macros.
552
553 2015-09-28  Simon Marchi  <simon.marchi@ericsson.com>
554
555         * cli/cli-script.c (read_next_line): Fix stdout -> stdin in
556         comment.
557
558 2015-09-28  Doug Evans  <dje@google.com>
559
560         * MAINTAINERS: Add Iain Buclaw as D language maintainer.
561
562 2015-09-28  Doug Evans  <dje@google.com>
563
564         * common/filestuff.c (make_cleanup_close): Update comment.
565
566 2015-09-26  Simon Marchi  <simon.marchi@polymtl.ca>
567
568         * btrace.c (parse_xml_btrace_block): Fix cast of
569         xml_find_attribute's return value.
570         * memory-map.c (memory_map_start_memory): Likewise.
571         * solib-svr4.c (library_list_start_library): Likewise.
572         * solib-target.c (library_list_start_segment): Likewise.
573         (library_list_start_section): Likewise.
574         * tracepoint.c (traceframe_info_start_memory): Likewise.
575
576 2015-09-26  Iain Buclaw  <ibuclaw@gdcproject.org>
577
578         * d-namespace.c (d_lookup_symbol): New arg langdef.
579         All callers updated.  Support looking up symbol as a primitive type.
580         (lookup_module_scope): New arg langdef.  All callers updated.
581         Call d_lookup_symbol directly for simple bare symbols.
582
583 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
584
585         * macrocmd.c (print_macro_callback): Add cast(s).
586         * macrotab.c (macro_bcache_str): Likewise.
587         (new_macro_definition): Likewise.
588         * main.c (captured_main): Likewise.
589         * maint.c (print_bfd_section_info): Likewise.
590         * mdebugread.c (mdebug_build_psymtabs): Likewise.
591         (basic_type): Likewise.
592         * memattr.c (mem_region_cmp): Likewise.
593         * memory-map.c (memory_map_start_memory): Likewise.
594         (memory_map_end_memory): Likewise.
595         (memory_map_start_property): Likewise.
596         (memory_map_end_property): Likewise.
597         (clear_result): Likewise.
598         * memrange.c (compare_mem_ranges): Likewise.
599         * mep-tdep.c (mep_analyze_frame_prologue): Likewise.
600         * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Likewise.
601         * mi/mi-console.c (mi_console_file_delete): Likewise.
602         (mi_console_file_fputs): Likewise.
603         (mi_console_raw_packet): Likewise.
604         (mi_console_file_flush): Likewise.
605         (mi_console_set_raw): Likewise.
606         * mi/mi-interp.c (mi_interpreter_resume): Likewise.
607         (mi_new_thread): Likewise.
608         (mi_thread_exit): Likewise.
609         (mi_record_changed): Likewise.
610         (mi_inferior_added): Likewise.
611         (mi_inferior_appeared): Likewise.
612         (mi_inferior_exit): Likewise.
613         (mi_inferior_removed): Likewise.
614         (mi_interp_data): Likewise.
615         (mi_on_normal_stop): Likewise.
616         (mi_traceframe_changed): Likewise.
617         (mi_tsv_created): Likewise.
618         (mi_tsv_deleted): Likewise.
619         (mi_tsv_modified): Likewise.
620         (mi_breakpoint_created): Likewise.
621         (mi_breakpoint_deleted): Likewise.
622         (mi_breakpoint_modified): Likewise.
623         (mi_output_running_pid): Likewise.
624         (mi_inferior_count): Likewise.
625         (mi_solib_loaded): Likewise.
626         (mi_solib_unloaded): Likewise.
627         (mi_command_param_changed): Likewise.
628         (mi_memory_changed): Likewise.
629         (report_initial_inferior): Likewise.
630         (mi_ui_out): Likewise.
631         (mi_set_logging): Likewise.
632         * mi/mi-main.c (collect_cores): Likewise.
633         (print_one_inferior): Likewise.
634         (free_vector_of_ints): Likewise.
635         (free_splay_tree): Likewise.
636         (mi_execute_command): Likewise.
637         * mi/mi-out.c (mi_table_body): Likewise.
638         (mi_table_end): Likewise.
639         (mi_table_header): Likewise.
640         (mi_begin): Likewise.
641         (mi_end): Likewise.
642         (mi_field_int): Likewise.
643         (mi_field_string): Likewise.
644         (mi_field_fmt): Likewise.
645         (mi_flush): Likewise.
646         (mi_redirect): Likewise.
647         (field_separator): Likewise.
648         (mi_open): Likewise.
649         (mi_close): Likewise.
650         (mi_out_buffered): Likewise.
651         (mi_out_rewind): Likewise.
652         (mi_out_put): Likewise.
653         (mi_version): Likewise.
654         (mi_out_data_dtor): Likewise.
655         * mi/mi-parse.c (mi_parse_cleanup): Likewise.
656         * microblaze-tdep.c (microblaze_frame_cache): Likewise.
657         * minidebug.c (lzma_open): Likewise.
658         (lzma_pread): Likewise.
659         (lzma_close): Likewise.
660         (lzma_stat): Likewise.
661         * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
662         * mips-sde-tdep.c (mips_sde_frame_cache): Likewise.
663         (mips_sde_elf_osabi_sniff_abi_tag_sections): Likewise.
664         * mips-tdep.c (mips_insn16_frame_cache): Likewise.
665         (mips_micro_frame_cache): Likewise.
666         (mips_insn32_frame_cache): Likewise.
667         (mips_stub_frame_cache): Likewise.
668         (gdb_print_insn_mips): Likewise.
669         (value_of_mips_user_reg): Likewise.
670         (mips_gdbarch_init): Likewise.
671         * mips64obsd-tdep.c (mips64obsd_supply_gregset): Likewise.
672         * mipsnbsd-tdep.c (mipsnbsd_supply_fpregset): Likewise.
673         (mipsnbsd_supply_gregset): Likewise.
674         * mn10300-linux-tdep.c (am33_supply_fpregset_method): Likewise.
675         (am33_collect_gregset_method): Likewise.
676         (am33_collect_fpregset_method): Likewise.
677         * mn10300-tdep.c (mn10300_analyze_frame_prologue): Likewise.
678         * moxie-tdep.c (moxie_frame_cache): Likewise.
679         * msp430-tdep.c (msp430_get_opcode_byte): Likewise.
680         (msp430_analyze_frame_prologue): Likewise.
681         * mt-tdep.c (mt_frame_unwind_cache): Likewise.
682         * nios2-linux-tdep.c (nios2_supply_gregset): Likewise.
683         (nios2_collect_gregset): Likewise.
684         * nios2-tdep.c (nios2_frame_unwind_cache): Likewise.
685         (nios2_stub_frame_cache): Likewise.
686         * objc-lang.c (find_methods): Likewise.
687         * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
688         (get_objfile_pspace_data): Likewise.
689         (get_objfile_bfd_data): Likewise.
690         (objfile_bfd_data_free): Likewise.
691         (add_to_objfile_sections): Likewise.
692         (do_free_objfile_cleanup): Likewise.
693         (resume_section_map_updates_cleanup): Likewise.
694         * opencl-lang.c (builtin_opencl_type): Likewise.
695         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
696         * osdata.c (osdata_start_osdata): Likewise.
697         (osdata_start_item): Likewise.
698         (osdata_start_column): Likewise.
699         (osdata_end_column): Likewise.
700         (clear_parsing_data): Likewise.
701         (osdata_free_cleanup): Likewise.
702         * parse.c (type_stack_cleanup): Likewise.
703         (exp_uses_objfile_iter): Likewise.
704         * ppc-linux-tdep.c (ppc_linux_supply_gregset): Likewise.
705         (ppc_linux_collect_gregset): Likewise.
706         (ppu2spu_prev_arch): Likewise.
707         (ppu2spu_this_id): Likewise.
708         (ppu2spu_prev_register): Likewise.
709         (ppu2spu_unwind_register): Likewise.
710         (ppu2spu_sniffer): Likewise.
711         (ppu2spu_dealloc_cache): Likewise.
712         (ppc_linux_init_abi): Likewise.
713         * ppcfbsd-tdep.c (ppcfbsd_sigtramp_frame_cache): Likewise.
714         * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
715         * progspace.c (restore_program_space): Likewise.
716         * psymtab.c (find_pc_sect_psymtab): Likewise.
717         (compare_psymbols): Likewise.
718         (psymbol_bcache_full): Likewise.
719         (allocate_psymtab): Likewise.
720         (discard_psymtabs_upto): Likewise.
721         * python/py-block.c (set_block): Likewise.
722         (del_objfile_blocks): Likewise.
723         * python/py-breakpoint.c (build_bp_list): Likewise.
724         * python/py-inferior.c (inferior_to_inferior_object): Likewise.
725         (build_inferior_list): Likewise.
726         (py_free_inferior): Likewise.
727         * python/py-objfile.c (py_free_objfile): Likewise.
728         (objfile_to_objfile_object): Likewise.
729         * python/py-prettyprint.c (py_restore_tstate): Likewise.
730         * python/py-progspace.c (py_free_pspace): Likewise.
731         (pspace_to_pspace_object): Likewise.
732         * python/py-symbol.c (set_symbol): Likewise.
733         (del_objfile_symbols): Likewise.
734         * python/py-symtab.c (set_sal): Likewise.
735         (set_symtab): Likewise.
736         (del_objfile_symtab): Likewise.
737         (del_objfile_sal): Likewise.
738         * python/py-type.c (save_objfile_types): Likewise.
739         (set_type): Likewise.
740         * python/py-unwind.c (pyuw_prev_register): Likewise.
741         (pyuw_on_new_gdbarch): Likewise.
742         * python/py-utils.c (py_decref): Likewise.
743         (py_xdecref): Likewise.
744         (gdb_py_generic_dict): Likewise.
745         * python/py-xmethods.c (gdbpy_free_xmethod_worker_data): Likewise.
746         (gdbpy_clone_xmethod_worker_data): Likewise.
747         (gdbpy_get_xmethod_arg_types): Likewise.
748         (gdbpy_get_xmethod_result_type): Likewise.
749         (gdbpy_invoke_xmethod): Likewise.
750         * python/python.c (gdbpy_apply_type_printers): Likewise.
751         (gdbpy_free_type_printers): Likewise.
752         * record-btrace.c (record_btrace_disable_callback): Likewise.
753         (bfcache_hash): Likewise.
754         (bfcache_eq): Likewise.
755         (btrace_get_frame_function): Likewise.
756         (record_btrace_frame_unwind_stop_reason): Likewise.
757         (record_btrace_frame_this_id): Likewise.
758         (record_btrace_frame_prev_register): Likewise.
759         (record_btrace_frame_dealloc_cache): Likewise.
760         * record-full.c (record_full_message_wrapper): Likewise.
761         (record_full_save_cleanups): Likewise.
762         * regcache.c (regcache_descr): Likewise.
763         (do_regcache_xfree): Likewise.
764         (do_regcache_invalidate): Likewise.
765         (do_cooked_read): Likewise.
766         (regcache_transfer_regset): Likewise.
767         * reggroups.c (reggroup_add): Likewise.
768         (reggroup_next): Likewise.
769         (reggroup_prev): Likewise.
770         * remote-fileio.c (do_remote_fileio_request): Likewise.
771         * remote-notif.c (remote_async_get_pending_events_handler): Likewise.
772         (do_notif_event_xfree): Likewise.
773         * remote.c (get_remote_arch_state): Likewise.
774         (remote_pspace_data_cleanup): Likewise.
775         (get_remote_exec_file): Likewise.
776         (set_pspace_remote_exec_file): Likewise.
777         (compare_pnums): Likewise.
778         (clear_threads_listing_context): Likewise.
779         (remote_newthread_step): Likewise.
780         (start_thread): Likewise.
781         (end_thread): Likewise.
782         (remove_child_of_pending_fork): Likewise.
783         (remove_stop_reply_for_inferior): Likewise.
784         (remove_stop_reply_of_remote_state): Likewise.
785         (remote_notif_remove_once_on_match): Likewise.
786         (stop_reply_match_ptid_and_ws): Likewise.
787         (kill_child_of_pending_fork): Likewise.
788         (register_remote_g_packet_guess): Likewise.
789         (remote_read_description_p): Likewise.
790         (remote_read_description): Likewise.
791         (free_actions_list_cleanup_wrapper): Likewise.
792         (remote_async_serial_handler): Likewise.
793         * rl78-tdep.c (rl78_get_opcode_byte): Likewise.
794         (rl78_analyze_frame_prologue): Likewise.
795         * rs6000-tdep.c (ppc_supply_gregset): Likewise.
796         (ppc_supply_fpregset): Likewise.
797         (ppc_supply_vsxregset): Likewise.
798         (ppc_supply_vrregset): Likewise.
799         (ppc_collect_gregset): Likewise.
800         (ppc_collect_fpregset): Likewise.
801         (ppc_collect_vsxregset): Likewise.
802         (ppc_collect_vrregset): Likewise.
803         (e500_move_ev_register): Likewise.
804         (do_regcache_raw_write): Likewise.
805         (rs6000_frame_cache): Likewise.
806         (rs6000_epilogue_frame_cache): Likewise.
807         (rs6000_gdbarch_init): Likewise.
808         * rx-tdep.c (rx_get_opcode_byte): Likewise.
809         (rx_analyze_frame_prologue): Likewise.
810         (rx_frame_type): Likewise.
811         (rx_frame_sniffer_common): Likewise.
812         * s390-linux-tdep.c (s390_check_for_saved): Likewise.
813         (s390_frame_unwind_cache): Likewise.
814         (s390_stub_frame_unwind_cache): Likewise.
815         (s390_sigtramp_frame_unwind_cache): Likewise.
816         * score-tdep.c (score_make_prologue_cache): Likewise.
817         * sentinel-frame.c (sentinel_frame_prev_register): Likewise.
818         (sentinel_frame_prev_arch): Likewise.
819         * ser-base.c (fd_event): Likewise.
820         (push_event): Likewise.
821         (ser_base_write): Likewise.
822         * ser-pipe.c (pipe_close): Likewise.
823         * serial.c (serial_write): Likewise.
824         * sh-tdep.c (sh_frame_cache): Likewise.
825         (sh_stub_this_id): Likewise.
826         * sh64-tdep.c (sh64_frame_cache): Likewise.
827         * solib-aix.c (get_solib_aix_inferior_data): Likewise.
828         (library_list_start_library): Likewise.
829         (library_list_start_list): Likewise.
830         (solib_aix_free_library_list): Likewise.
831         * solib-darwin.c (get_darwin_info): Likewise.
832         * solib-dsbt.c (get_dsbt_info): Likewise.
833         * solib-spu.c (append_ocl_sos): Likewise.
834         * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
835         (get_svr4_info): Likewise.
836         (library_list_start_library): Likewise.
837         (svr4_library_list_start_list): Likewise.
838         (hash_probe_and_action): Likewise.
839         (equal_probe_and_action): Likewise.
840         (svr4_update_solib_event_breakpoint): Likewise.
841         (set_solib_svr4_fetch_link_map_offsets): Likewise.
842         (svr4_fetch_link_map_offsets): Likewise.
843         (svr4_have_link_map_offsets): Likewise.
844         * solib-target.c (library_list_start_segment): Likewise.
845         (library_list_start_section): Likewise.
846         (library_list_start_library): Likewise.
847         (library_list_end_library): Likewise.
848         (library_list_start_list): Likewise.
849         (solib_target_free_library_list): Likewise.
850         * solib.c (solib_ops): Likewise.
851         (set_solib_ops): Likewise.
852         * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
853         * sparc-tdep.c (sparc_frame_cache): Likewise.
854         (sparc32_frame_cache): Likewise.
855         (sparc32_supply_gregset): Likewise.
856         (sparc32_collect_gregset): Likewise.
857         (sparc32_supply_fpregset): Likewise.
858         (sparc32_collect_fpregset): Likewise.
859         * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
860         * sparc64-tdep.c (sparc64_supply_gregset): Likewise.
861         (sparc64_collect_gregset): Likewise.
862         (sparc64_supply_fpregset): Likewise.
863         (sparc64_collect_fpregset): Likewise.
864         * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_cache): Likewise.
865         * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
866         * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.
867         (sparc64obsd_trapframe_cache): Likewise.
868         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Likewise.
869         * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
870         * spu-multiarch.c (spu_gdbarch): Likewise.
871         * spu-tdep.c (spu_frame_unwind_cache): Likewise.
872         (spu2ppu_prev_arch): Likewise.
873         (spu2ppu_this_id): Likewise.
874         (spu2ppu_prev_register): Likewise.
875         (spu2ppu_dealloc_cache): Likewise.
876         (spu_dis_asm_print_address): Likewise.
877         (gdb_print_insn_spu): Likewise.
878         (spu_get_overlay_table): Likewise.
879         * stabsread.c (rs6000_builtin_type): Likewise.
880         * stack.c (do_print_variable_and_value): Likewise.
881         * stap-probe.c (get_stap_base_address_1): Likewise.
882         * symfile-debug.c (debug_qf_has_symbols): Likewise.
883         (debug_qf_find_last_source_symtab): Likewise.
884         (debug_qf_forget_cached_source_info): Likewise.
885         (debug_qf_map_symtabs_matching_filename): Likewise.
886         (debug_qf_lookup_symbol): Likewise.
887         (debug_qf_print_stats): Likewise.
888         (debug_qf_dump): Likewise.
889         (debug_qf_relocate): Likewise.
890         (debug_qf_expand_symtabs_for_function): Likewise.
891         (debug_qf_expand_all_symtabs): Likewise.
892         (debug_qf_expand_symtabs_with_fullname): Likewise.
893         (debug_qf_map_matching_symbols): Likewise.
894         (debug_qf_expand_symtabs_matching): Likewise.
895         (debug_qf_find_pc_sect_compunit_symtab): Likewise.
896         (debug_qf_map_symbol_filenames): Likewise.
897         (debug_sym_get_probes): Likewise.
898         (debug_sym_new_init): Likewise.
899         (debug_sym_init): Likewise.
900         (debug_sym_read): Likewise.
901         (debug_sym_read_psymbols): Likewise.
902         (debug_sym_finish): Likewise.
903         (debug_sym_offsets): Likewise.
904         (debug_sym_read_linetable): Likewise.
905         (debug_sym_relocate): Likewise.
906         (uninstall_symfile_debug_logging): Likewise.
907         * symfile-mem.c (symbol_file_add_from_memory_wrapper): Likewise.
908         * symfile.c (place_section): Likewise.
909         (add_section_size_callback): Likewise.
910         (load_progress): Likewise.
911         (load_section_callback): Likewise.
912         (clear_memory_write_data): Likewise.
913         (allocate_symtab): Likewise.
914         * symmisc.c (maintenance_expand_file_matcher): Likewise.
915         * symtab.c (lookup_symtab_callback): Likewise.
916         (hash_demangled_name_entry): Likewise.
917         (eq_demangled_name_entry): Likewise.
918         (get_symbol_cache): Likewise.
919         (symbol_cache_cleanup): Likewise.
920         (set_symbol_cache_size): Likewise.
921         (symbol_cache_flush): Likewise.
922         (maintenance_print_symbol_cache): Likewise.
923         (maintenance_print_symbol_cache_statistics): Likewise.
924         (delete_filename_seen_cache): Likewise.
925         (output_partial_symbol_filename): Likewise.
926         (search_symbols_file_matches): Likewise.
927         (search_symbols_name_matches): Likewise.
928         (do_free_completion_list): Likewise.
929         (maybe_add_partial_symtab_filename): Likewise.
930         (get_main_info): Likewise.
931         (main_info_cleanup): Likewise.
932         * target-dcache.c (target_dcache_cleanup): Likewise.
933         (target_dcache_init_p): Likewise.
934         (target_dcache_invalidate): Likewise.
935         (target_dcache_get): Likewise.
936         (target_dcache_get_or_init): Likewise.
937         * target-descriptions.c (target_find_description): Likewise.
938         (tdesc_find_type): Likewise.
939         (tdesc_data_cleanup): Likewise.
940         (tdesc_find_arch_register): Likewise.
941         (tdesc_register_name): Likewise.
942         (tdesc_register_type): Likewise.
943         (tdesc_register_reggroup_p): Likewise.
944         (set_tdesc_pseudo_register_name): Likewise.
945         (set_tdesc_pseudo_register_type): Likewise.
946         (set_tdesc_pseudo_register_reggroup_p): Likewise.
947         (tdesc_use_registers): Likewise.
948         (free_target_description): Likewise.
949         * target-memory.c (compare_block_starting_address): Likewise.
950         (cleanup_request_data): Likewise.
951         (cleanup_write_requests_vector): Likewise.
952         * target.c (open_target): Likewise.
953         (cleanup_restore_target_terminal): Likewise.
954         (free_memory_read_result_vector): Likewise.
955         * thread.c (disable_thread_stack_temporaries): Likewise.
956         (finish_thread_state_cleanup): Likewise.
957         (do_restore_current_thread_cleanup): Likewise.
958         (restore_current_thread_cleanup_dtor): Likewise.
959         (set_thread_refcount): Likewise.
960         (tp_array_compar): Likewise.
961         (do_captured_thread_select): Likewise.
962         * tic6x-tdep.c (tic6x_frame_unwind_cache): Likewise.
963         (tic6x_stub_this_id): Likewise.
964         * tilegx-tdep.c (tilegx_frame_cache): Likewise.
965         * top.c (do_restore_instream_cleanup): Likewise.
966         (gdb_readline_wrapper_cleanup): Likewise.
967         (kill_or_detach): Likewise.
968         (print_inferior_quit_action): Likewise.
969         * tracefile-tfile.c (match_blocktype): Likewise.
970         (build_traceframe_info): Likewise.
971         * tracefile.c (trace_file_writer_xfree): Likewise.
972         * tracepoint.c (memrange_cmp): Likewise.
973         (do_collect_symbol): Likewise.
974         (do_clear_collection_list): Likewise.
975         (do_restore_current_traceframe_cleanup): Likewise.
976         (restore_current_traceframe_cleanup_dtor): Likewise.
977         (free_current_marker): Likewise.
978         (traceframe_info_start_memory): Likewise.
979         (traceframe_info_start_tvar): Likewise.
980         (free_result): Likewise.
981         * tramp-frame.c (tramp_frame_cache): Likewise.
982         * tui/tui-file.c (tui_file_delete): Likewise.
983         (tui_fileopen): Likewise.
984         (tui_sfileopen): Likewise.
985         (tui_file_isatty): Likewise.
986         (tui_file_rewind): Likewise.
987         (tui_file_put): Likewise.
988         (tui_file_fputs): Likewise.
989         (tui_file_get_strbuf): Likewise.
990         (tui_file_adjust_strbuf): Likewise.
991         (tui_file_flush): Likewise.
992         * tui/tui-layout.c (make_command_window): Likewise.
993         (make_data_window): Likewise.
994         (show_source_disasm_command): Likewise.
995         (show_data): Likewise.
996         (make_source_or_disasm_window): Likewise.
997         (show_source_or_disasm_and_command): Likewise.
998         * tui/tui-out.c (tui_field_int): Likewise.
999         (tui_field_string): Likewise.
1000         (tui_field_fmt): Likewise.
1001         (tui_text): Likewise.
1002         * typeprint.c (hash_typedef_field): Likewise.
1003         (eq_typedef_field): Likewise.
1004         (do_free_typedef_hash): Likewise.
1005         (copy_typedef_hash_element): Likewise.
1006         (do_free_global_table): Likewise.
1007         (find_global_typedef): Likewise.
1008         (find_typedef_in_hash): Likewise.
1009         * ui-file.c (ui_file_write_for_put): Likewise.
1010         (do_ui_file_xstrdup): Likewise.
1011         (mem_file_delete): Likewise.
1012         (mem_file_rewind): Likewise.
1013         (mem_file_put): Likewise.
1014         (mem_file_write): Likewise.
1015         (stdio_file_delete): Likewise.
1016         (stdio_file_flush): Likewise.
1017         (stdio_file_read): Likewise.
1018         (stdio_file_write): Likewise.
1019         (stdio_file_write_async_safe): Likewise.
1020         (stdio_file_fputs): Likewise.
1021         (stdio_file_isatty): Likewise.
1022         (stdio_file_fseek): Likewise.
1023         (tee_file_delete): Likewise.
1024         (tee_file_flush): Likewise.
1025         (tee_file_write): Likewise.
1026         (tee_file_fputs): Likewise.
1027         (tee_file_isatty): Likewise.
1028         * ui-out.c (do_cleanup_table_end): Likewise.
1029         (do_cleanup_end): Likewise.
1030         * user-regs.c (user_reg_add): Likewise.
1031         (user_reg_map_name_to_regnum): Likewise.
1032         (usernum_to_user_reg): Likewise.
1033         (maintenance_print_user_registers): Likewise.
1034         * utils.c (do_bfd_close_cleanup): Likewise.
1035         (do_fclose_cleanup): Likewise.
1036         (do_obstack_free): Likewise.
1037         (do_ui_file_delete): Likewise.
1038         (do_ui_out_redirect_pop): Likewise.
1039         (do_free_section_addr_info): Likewise.
1040         (restore_integer): Likewise.
1041         (do_unpush_target): Likewise.
1042         (do_htab_delete_cleanup): Likewise.
1043         (do_restore_ui_file): Likewise.
1044         (do_value_free): Likewise.
1045         (do_free_so): Likewise.
1046         (free_current_contents): Likewise.
1047         (do_regfree_cleanup): Likewise.
1048         (core_addr_hash): Likewise.
1049         (core_addr_eq): Likewise.
1050         (do_free_char_ptr_vec): Likewise.
1051         * v850-tdep.c (v850_frame_cache): Likewise.
1052         * varobj.c (do_free_variable_cleanup): Likewise.
1053         * vax-tdep.c (vax_supply_gregset): Likewise.
1054         (vax_frame_cache): Likewise.
1055         * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_cache): Likewise.
1056         * xml-support.c (gdb_xml_body_text): Likewise.
1057         (gdb_xml_values_cleanup): Likewise.
1058         (gdb_xml_start_element): Likewise.
1059         (gdb_xml_start_element_wrapper): Likewise.
1060         (gdb_xml_end_element): Likewise.
1061         (gdb_xml_end_element_wrapper): Likewise.
1062         (gdb_xml_cleanup): Likewise.
1063         (gdb_xml_fetch_external_entity): Likewise.
1064         (gdb_xml_parse_attr_enum): Likewise.
1065         (xinclude_start_include): Likewise.
1066         (xinclude_end_include): Likewise.
1067         (xml_xinclude_default): Likewise.
1068         (xml_xinclude_start_doctype): Likewise.
1069         (xml_xinclude_end_doctype): Likewise.
1070         (xml_xinclude_cleanup): Likewise.
1071         (xml_fetch_content_from_file): Likewise.
1072         * xml-syscall.c (free_syscalls_info): Likewise.
1073         (syscall_start_syscall): Likewise.
1074         * xml-tdesc.c (tdesc_end_arch): Likewise.
1075         (tdesc_end_osabi): Likewise.
1076         (tdesc_end_compatible): Likewise.
1077         (tdesc_start_target): Likewise.
1078         (tdesc_start_feature): Likewise.
1079         (tdesc_start_reg): Likewise.
1080         (tdesc_start_union): Likewise.
1081         (tdesc_start_struct): Likewise.
1082         (tdesc_start_flags): Likewise.
1083         (tdesc_start_field): Likewise.
1084         (tdesc_start_vector): Likewise.
1085         (fetch_available_features_from_target): Likewise.
1086         * xstormy16-tdep.c (xstormy16_frame_cache): Likewise.
1087         * xtensa-tdep.c (xtensa_supply_gregset): Likewise.
1088         (xtensa_frame_cache): Likewise.
1089         (xtensa_frame_prev_register): Likewise.
1090         (xtensa_extract_return_value): Likewise.
1091
1092 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
1093
1094         * aarch64-tdep.c (aarch64_make_prologue_cache): Add cast(s).
1095         (aarch64_make_stub_cache): Likewise.
1096         (value_of_aarch64_user_reg): Likewise.
1097         * ada-lang.c (ada_inferior_data_cleanup): Likewise.
1098         (get_ada_inferior_data): Likewise.
1099         (get_ada_pspace_data): Likewise.
1100         (ada_pspace_data_cleanup): Likewise.
1101         (ada_complete_symbol_matcher): Likewise.
1102         (ada_exc_search_name_matches): Likewise.
1103         * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
1104         (get_ada_tasks_inferior_data): Likewise.
1105         * addrmap.c (addrmap_mutable_foreach_worker): Likewise.
1106         (splay_obstack_alloc): Likewise.
1107         (splay_obstack_free): Likewise.
1108         * alpha-linux-tdep.c (alpha_linux_supply_gregset): Likewise.
1109         (alpha_linux_collect_gregset): Likewise.
1110         (alpha_linux_supply_fpregset): Likewise.
1111         (alpha_linux_collect_fpregset): Likewise.
1112         * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind_cache): Likewise.
1113         * alpha-tdep.c (alpha_lds): Likewise.
1114         (alpha_sts): Likewise.
1115         (alpha_sigtramp_frame_unwind_cache): Likewise.
1116         (alpha_heuristic_frame_unwind_cache): Likewise.
1117         (alpha_supply_int_regs): Likewise.
1118         (alpha_fill_int_regs): Likewise.
1119         (alpha_supply_fp_regs): Likewise.
1120         (alpha_fill_fp_regs): Likewise.
1121         * alphanbsd-tdep.c (alphanbsd_supply_fpregset): Likewise.
1122         (alphanbsd_aout_supply_gregset): Likewise.
1123         (alphanbsd_supply_gregset): Likewise.
1124         * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
1125         (amd64_x32_linux_init_abi): Likewise.
1126         * amd64-nat.c (amd64_supply_native_gregset): Likewise.
1127         (amd64_collect_native_gregset): Likewise.
1128         * amd64-tdep.c (amd64_frame_cache): Likewise.
1129         (amd64_sigtramp_frame_cache): Likewise.
1130         (amd64_epilogue_frame_cache): Likewise.
1131         (amd64_supply_fxsave): Likewise.
1132         (amd64_supply_xsave): Likewise.
1133         (amd64_collect_fxsave): Likewise.
1134         (amd64_collect_xsave): Likewise.
1135         * amd64-windows-tdep.c (amd64_windows_frame_cache): Likewise.
1136         * amd64obsd-tdep.c (amd64obsd_trapframe_cache): Likewise.
1137         * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
1138         (arm_linux_collect_gregset): Likewise.
1139         (arm_linux_supply_nwfpe): Likewise.
1140         (arm_linux_collect_nwfpe): Likewise.
1141         (arm_linux_supply_vfp): Likewise.
1142         (arm_linux_collect_vfp): Likewise.
1143         * arm-tdep.c (arm_find_mapping_symbol): Likewise.
1144         (arm_prologue_unwind_stop_reason): Likewise.
1145         (arm_prologue_this_id): Likewise.
1146         (arm_prologue_prev_register): Likewise.
1147         (arm_exidx_data_free): Likewise.
1148         (arm_find_exidx_entry): Likewise.
1149         (arm_stub_this_id): Likewise.
1150         (arm_m_exception_this_id): Likewise.
1151         (arm_m_exception_prev_register): Likewise.
1152         (arm_normal_frame_base): Likewise.
1153         (gdb_print_insn_arm): Likewise.
1154         (arm_objfile_data_free): Likewise.
1155         (arm_record_special_symbol): Likewise.
1156         (value_of_arm_user_reg): Likewise.
1157         * armbsd-tdep.c (armbsd_supply_fpregset): Likewise.
1158         (armbsd_supply_gregset): Likewise.
1159         * auto-load.c (auto_load_pspace_data_cleanup): Likewise.
1160         (get_auto_load_pspace_data): Likewise.
1161         (hash_loaded_script_entry): Likewise.
1162         (eq_loaded_script_entry): Likewise.
1163         (clear_section_scripts): Likewise.
1164         (collect_matching_scripts): Likewise.
1165         * auxv.c (auxv_inferior_data_cleanup): Likewise.
1166         (get_auxv_inferior_data): Likewise.
1167         * avr-tdep.c (avr_frame_unwind_cache): Likewise.
1168         * ax-general.c (do_free_agent_expr_cleanup): Likewise.
1169         * bfd-target.c (target_bfd_xfer_partial): Likewise.
1170         (target_bfd_xclose): Likewise.
1171         (target_bfd_get_section_table): Likewise.
1172         * bfin-tdep.c (bfin_frame_cache): Likewise.
1173         * block.c (find_block_in_blockvector): Likewise.
1174         (call_site_for_pc): Likewise.
1175         (block_find_non_opaque_type_preferred): Likewise.
1176         * break-catch-sig.c (signal_catchpoint_insert_location): Likewise.
1177         (signal_catchpoint_remove_location): Likewise.
1178         (signal_catchpoint_breakpoint_hit): Likewise.
1179         (signal_catchpoint_print_one): Likewise.
1180         (signal_catchpoint_print_mention): Likewise.
1181         (signal_catchpoint_print_recreate): Likewise.
1182         * break-catch-syscall.c (get_catch_syscall_inferior_data): Likewise.
1183         * breakpoint.c (do_cleanup_counted_command_line): Likewise.
1184         (bp_location_compare_addrs): Likewise.
1185         (get_first_locp_gte_addr): Likewise.
1186         (check_tracepoint_command): Likewise.
1187         (do_map_commands_command): Likewise.
1188         (get_breakpoint_objfile_data): Likewise.
1189         (free_breakpoint_probes): Likewise.
1190         (do_captured_breakpoint_query): Likewise.
1191         (compare_breakpoints): Likewise.
1192         (bp_location_compare): Likewise.
1193         (bpstat_remove_breakpoint_callback): Likewise.
1194         (do_delete_breakpoint_cleanup): Likewise.
1195         * bsd-uthread.c (bsd_uthread_set_supply_uthread): Likewise.
1196         (bsd_uthread_set_collect_uthread): Likewise.
1197         (bsd_uthread_activate): Likewise.
1198         (bsd_uthread_fetch_registers): Likewise.
1199         (bsd_uthread_store_registers): Likewise.
1200         * btrace.c (check_xml_btrace_version): Likewise.
1201         (parse_xml_btrace_block): Likewise.
1202         (parse_xml_btrace_pt_config_cpu): Likewise.
1203         (parse_xml_btrace_pt_raw): Likewise.
1204         (parse_xml_btrace_pt): Likewise.
1205         (parse_xml_btrace_conf_bts): Likewise.
1206         (parse_xml_btrace_conf_pt): Likewise.
1207         (do_btrace_data_cleanup): Likewise.
1208         * c-typeprint.c (find_typedef_for_canonicalize): Likewise.
1209         * charset.c (cleanup_iconv): Likewise.
1210         (do_cleanup_iterator): Likewise.
1211         * cli-out.c (cli_uiout_dtor): Likewise.
1212         (cli_table_begin): Likewise.
1213         (cli_table_body): Likewise.
1214         (cli_table_end): Likewise.
1215         (cli_table_header): Likewise.
1216         (cli_begin): Likewise.
1217         (cli_end): Likewise.
1218         (cli_field_int): Likewise.
1219         (cli_field_skip): Likewise.
1220         (cli_field_string): Likewise.
1221         (cli_field_fmt): Likewise.
1222         (cli_spaces): Likewise.
1223         (cli_text): Likewise.
1224         (cli_message): Likewise.
1225         (cli_wrap_hint): Likewise.
1226         (cli_flush): Likewise.
1227         (cli_redirect): Likewise.
1228         (out_field_fmt): Likewise.
1229         (field_separator): Likewise.
1230         (cli_out_set_stream): Likewise.
1231         * cli/cli-cmds.c (compare_symtabs): Likewise.
1232         * cli/cli-dump.c (call_dump_func): Likewise.
1233         (restore_section_callback): Likewise.
1234         * cli/cli-script.c (clear_hook_in_cleanup): Likewise.
1235         (do_restore_user_call_depth): Likewise.
1236         (do_free_command_lines_cleanup): Likewise.
1237         * coff-pe-read.c (get_section_vmas): Likewise.
1238         (pe_as16): Likewise.
1239         (pe_as32): Likewise.
1240         * coffread.c (coff_symfile_read): Likewise.
1241         * common/agent.c (agent_look_up_symbols): Likewise.
1242         * common/filestuff.c (do_close_cleanup): Likewise.
1243         * common/format.c (free_format_pieces_cleanup): Likewise.
1244         * common/vec.c (vec_o_reserve): Likewise.
1245         * compile/compile-c-support.c (print_one_macro): Likewise.
1246         * compile/compile-c-symbols.c (hash_symbol_error): Likewise.
1247         (eq_symbol_error): Likewise.
1248         (del_symbol_error): Likewise.
1249         (error_symbol_once): Likewise.
1250         (gcc_convert_symbol): Likewise.
1251         (gcc_symbol_address): Likewise.
1252         (hash_symname): Likewise.
1253         (eq_symname): Likewise.
1254         * compile/compile-c-types.c (hash_type_map_instance): Likewise.
1255         (eq_type_map_instance): Likewise.
1256         (insert_type): Likewise.
1257         (convert_type): Likewise.
1258         * compile/compile-object-load.c (munmap_listp_free_cleanup): Likewise.
1259         (setup_sections): Likewise.
1260         (link_hash_table_free): Likewise.
1261         (copy_sections): Likewise.
1262         * compile/compile-object-run.c (do_module_cleanup): Likewise.
1263         * compile/compile.c (compile_print_value): Likewise.
1264         (do_rmdir): Likewise.
1265         (cleanup_compile_instance): Likewise.
1266         (cleanup_unlink_file): Likewise.
1267         * completer.c (free_completion_tracker): Likewise.
1268         * corelow.c (add_to_spuid_list): Likewise.
1269         * cp-namespace.c (reset_directive_searched): Likewise.
1270         * cp-support.c (reset_directive_searched): Likewise.
1271         * cris-tdep.c (cris_sigtramp_frame_unwind_cache): Likewise.
1272         (cris_frame_unwind_cache): Likewise.
1273         * d-lang.c (builtin_d_type): Likewise.
1274         * d-namespace.c (reset_directive_searched): Likewise.
1275         * dbxread.c (dbx_free_symfile_info): Likewise.
1276         (do_free_bincl_list_cleanup): Likewise.
1277         * disasm.c (hash_dis_line_entry): Likewise.
1278         (eq_dis_line_entry): Likewise.
1279         (dis_asm_print_address): Likewise.
1280         (fprintf_disasm): Likewise.
1281         (do_ui_file_delete): Likewise.
1282         * doublest.c (convert_floatformat_to_doublest): Likewise.
1283         * dummy-frame.c (pop_dummy_frame_bpt): Likewise.
1284         (dummy_frame_prev_register): Likewise.
1285         (dummy_frame_this_id): Likewise.
1286         * dwarf2-frame-tailcall.c (cache_hash): Likewise.
1287         (cache_eq): Likewise.
1288         (cache_find): Likewise.
1289         (tailcall_frame_this_id): Likewise.
1290         (dwarf2_tailcall_prev_register_first): Likewise.
1291         (tailcall_frame_prev_register): Likewise.
1292         (tailcall_frame_dealloc_cache): Likewise.
1293         (tailcall_frame_prev_arch): Likewise.
1294         * dwarf2-frame.c (dwarf2_frame_state_free): Likewise.
1295         (dwarf2_frame_set_init_reg): Likewise.
1296         (dwarf2_frame_init_reg): Likewise.
1297         (dwarf2_frame_set_signal_frame_p): Likewise.
1298         (dwarf2_frame_signal_frame_p): Likewise.
1299         (dwarf2_frame_set_adjust_regnum): Likewise.
1300         (dwarf2_frame_adjust_regnum): Likewise.
1301         (clear_pointer_cleanup): Likewise.
1302         (dwarf2_frame_cache): Likewise.
1303         (find_cie): Likewise.
1304         (dwarf2_frame_find_fde): Likewise.
1305         * dwarf2expr.c (dwarf_expr_address_type): Likewise.
1306         (free_dwarf_expr_context_cleanup): Likewise.
1307         * dwarf2loc.c (locexpr_find_frame_base_location): Likewise.
1308         (locexpr_get_frame_base): Likewise.
1309         (loclist_find_frame_base_location): Likewise.
1310         (loclist_get_frame_base): Likewise.
1311         (dwarf_expr_dwarf_call): Likewise.
1312         (dwarf_expr_get_base_type): Likewise.
1313         (dwarf_expr_push_dwarf_reg_entry_value): Likewise.
1314         (dwarf_expr_get_obj_addr): Likewise.
1315         (entry_data_value_coerce_ref): Likewise.
1316         (entry_data_value_copy_closure): Likewise.
1317         (entry_data_value_free_closure): Likewise.
1318         (get_frame_address_in_block_wrapper): Likewise.
1319         (dwarf2_evaluate_property): Likewise.
1320         (dwarf2_compile_property_to_c): Likewise.
1321         (needs_frame_read_addr_from_reg): Likewise.
1322         (needs_frame_get_reg_value): Likewise.
1323         (needs_frame_frame_base): Likewise.
1324         (needs_frame_frame_cfa): Likewise.
1325         (needs_frame_tls_address): Likewise.
1326         (needs_frame_dwarf_call): Likewise.
1327         (needs_dwarf_reg_entry_value): Likewise.
1328         (get_ax_pc): Likewise.
1329         (locexpr_read_variable): Likewise.
1330         (locexpr_read_variable_at_entry): Likewise.
1331         (locexpr_read_needs_frame): Likewise.
1332         (locexpr_describe_location): Likewise.
1333         (locexpr_tracepoint_var_ref): Likewise.
1334         (locexpr_generate_c_location): Likewise.
1335         (loclist_read_variable): Likewise.
1336         (loclist_read_variable_at_entry): Likewise.
1337         (loclist_describe_location): Likewise.
1338         (loclist_tracepoint_var_ref): Likewise.
1339         (loclist_generate_c_location): Likewise.
1340         * dwarf2read.c (line_header_hash_voidp): Likewise.
1341         (line_header_eq_voidp): Likewise.
1342         (dwarf2_has_info): Likewise.
1343         (dwarf2_get_section_info): Likewise.
1344         (locate_dwz_sections): Likewise.
1345         (hash_file_name_entry): Likewise.
1346         (eq_file_name_entry): Likewise.
1347         (delete_file_name_entry): Likewise.
1348         (dw2_setup): Likewise.
1349         (dw2_get_file_names_reader): Likewise.
1350         (dw2_find_pc_sect_compunit_symtab): Likewise.
1351         (hash_signatured_type): Likewise.
1352         (eq_signatured_type): Likewise.
1353         (add_signatured_type_cu_to_table): Likewise.
1354         (create_debug_types_hash_table): Likewise.
1355         (lookup_dwo_signatured_type): Likewise.
1356         (lookup_dwp_signatured_type): Likewise.
1357         (lookup_signatured_type): Likewise.
1358         (hash_type_unit_group): Likewise.
1359         (eq_type_unit_group): Likewise.
1360         (get_type_unit_group): Likewise.
1361         (process_psymtab_comp_unit_reader): Likewise.
1362         (sort_tu_by_abbrev_offset): Likewise.
1363         (process_skeletonless_type_unit): Likewise.
1364         (psymtabs_addrmap_cleanup): Likewise.
1365         (dwarf2_read_symtab): Likewise.
1366         (psymtab_to_symtab_1): Likewise.
1367         (die_hash): Likewise.
1368         (die_eq): Likewise.
1369         (load_full_comp_unit_reader): Likewise.
1370         (reset_die_in_process): Likewise.
1371         (free_cu_line_header): Likewise.
1372         (handle_DW_AT_stmt_list): Likewise.
1373         (hash_dwo_file): Likewise.
1374         (eq_dwo_file): Likewise.
1375         (hash_dwo_unit): Likewise.
1376         (eq_dwo_unit): Likewise.
1377         (create_dwo_cu_reader): Likewise.
1378         (create_dwo_unit_in_dwp_v1): Likewise.
1379         (create_dwo_unit_in_dwp_v2): Likewise.
1380         (lookup_dwo_unit_in_dwp): Likewise.
1381         (dwarf2_locate_dwo_sections): Likewise.
1382         (dwarf2_locate_common_dwp_sections): Likewise.
1383         (dwarf2_locate_v2_dwp_sections): Likewise.
1384         (hash_dwp_loaded_cutus): Likewise.
1385         (eq_dwp_loaded_cutus): Likewise.
1386         (lookup_dwo_cutu): Likewise.
1387         (abbrev_table_free_cleanup): Likewise.
1388         (dwarf2_free_abbrev_table): Likewise.
1389         (find_partial_die_in_comp_unit): Likewise.
1390         (free_line_header_voidp): Likewise.
1391         (follow_die_offset): Likewise.
1392         (follow_die_sig_1): Likewise.
1393         (free_heap_comp_unit): Likewise.
1394         (free_stack_comp_unit): Likewise.
1395         (dwarf2_free_objfile): Likewise.
1396         (per_cu_offset_and_type_hash): Likewise.
1397         (per_cu_offset_and_type_eq): Likewise.
1398         (get_die_type_at_offset): Likewise.
1399         (partial_die_hash): Likewise.
1400         (partial_die_eq): Likewise.
1401         (dwarf2_per_objfile_free): Likewise.
1402         (hash_strtab_entry): Likewise.
1403         (eq_strtab_entry): Likewise.
1404         (add_string): Likewise.
1405         (hash_symtab_entry): Likewise.
1406         (eq_symtab_entry): Likewise.
1407         (delete_symtab_entry): Likewise.
1408         (cleanup_mapped_symtab): Likewise.
1409         (add_indices_to_cpool): Likewise.
1410         (hash_psymtab_cu_index): Likewise.
1411         (eq_psymtab_cu_index): Likewise.
1412         (add_address_entry_worker): Likewise.
1413         (unlink_if_set): Likewise.
1414         (write_one_signatured_type): Likewise.
1415         (save_gdb_index_command): Likewise.
1416         * elfread.c (elf_symtab_read): Likewise.
1417         (elf_gnu_ifunc_cache_hash): Likewise.
1418         (elf_gnu_ifunc_cache_eq): Likewise.
1419         (elf_gnu_ifunc_record_cache): Likewise.
1420         (elf_gnu_ifunc_resolve_by_cache): Likewise.
1421         (elf_get_probes): Likewise.
1422         (probe_key_free): Likewise.
1423         * f-lang.c (builtin_f_type): Likewise.
1424         * frame-base.c (frame_base_append_sniffer): Likewise.
1425         (frame_base_set_default): Likewise.
1426         (frame_base_find_by_frame): Likewise.
1427         * frame-unwind.c (frame_unwind_prepend_unwinder): Likewise.
1428         (frame_unwind_append_unwinder): Likewise.
1429         (frame_unwind_find_by_frame): Likewise.
1430         * frame.c (frame_addr_hash): Likewise.
1431         (frame_addr_hash_eq): Likewise.
1432         (frame_stash_find): Likewise.
1433         (do_frame_register_read): Likewise.
1434         (unwind_to_current_frame): Likewise.
1435         (frame_cleanup_after_sniffer): Likewise.
1436         * frv-linux-tdep.c (frv_linux_sigtramp_frame_cache): Likewise.
1437         * frv-tdep.c (frv_frame_unwind_cache): Likewise.
1438         * ft32-tdep.c (ft32_frame_cache): Likewise.
1439         * gcore.c (do_bfd_delete_cleanup): Likewise.
1440         (gcore_create_callback): Likewise.
1441         * gdb_bfd.c (hash_bfd): Likewise.
1442         (eq_bfd): Likewise.
1443         (gdb_bfd_open): Likewise.
1444         (free_one_bfd_section): Likewise.
1445         (gdb_bfd_ref): Likewise.
1446         (gdb_bfd_unref): Likewise.
1447         (get_section_descriptor): Likewise.
1448         (gdb_bfd_map_section): Likewise.
1449         (gdb_bfd_crc): Likewise.
1450         (gdb_bfd_mark_parent): Likewise.
1451         (gdb_bfd_record_inclusion): Likewise.
1452         (gdb_bfd_requires_relocations): Likewise.
1453         (print_one_bfd): Likewise.
1454         * gdbtypes.c (type_pair_hash): Likewise.
1455         (type_pair_eq): Likewise.
1456         (builtin_type): Likewise.
1457         (objfile_type): Likewise.
1458         * gnu-v3-abi.c (vtable_ptrdiff_type): Likewise.
1459         (vtable_address_point_offset): Likewise.
1460         (gnuv3_get_vtable): Likewise.
1461         (hash_value_and_voffset): Likewise.
1462         (eq_value_and_voffset): Likewise.
1463         (compare_value_and_voffset): Likewise.
1464         (compute_vtable_size): Likewise.
1465         (gnuv3_get_typeid_type): Likewise.
1466         * go-lang.c (builtin_go_type): Likewise.
1467         * guile/scm-block.c (bkscm_hash_block_smob): Likewise.
1468         (bkscm_eq_block_smob): Likewise.
1469         (bkscm_objfile_block_map): Likewise.
1470         (bkscm_del_objfile_blocks): Likewise.
1471         * guile/scm-breakpoint.c (bpscm_build_bp_list): Likewise.
1472         * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker): Likewise.
1473         (gdbscm_disasm_print_address): Likewise.
1474         * guile/scm-frame.c (frscm_hash_frame_smob): Likewise.
1475         (frscm_eq_frame_smob): Likewise.
1476         (frscm_inferior_frame_map): Likewise.
1477         (frscm_del_inferior_frames): Likewise.
1478         * guile/scm-gsmob.c (gdbscm_add_objfile_ref): Likewise.
1479         * guile/scm-objfile.c (ofscm_handle_objfile_deleted): Likewise.
1480         (ofscm_objfile_smob_from_objfile): Likewise.
1481         * guile/scm-ports.c (ioscm_write): Likewise.
1482         (ioscm_file_port_delete): Likewise.
1483         (ioscm_file_port_rewind): Likewise.
1484         (ioscm_file_port_put): Likewise.
1485         (ioscm_file_port_write): Likewise.
1486         * guile/scm-progspace.c (psscm_handle_pspace_deleted): Likewise.
1487         (psscm_pspace_smob_from_pspace): Likewise.
1488         * guile/scm-safe-call.c (scscm_recording_pre_unwind_handler): Likewise.
1489         (scscm_recording_unwind_handler): Likewise.
1490         (gdbscm_with_catch): Likewise.
1491         (scscm_call_0_body): Likewise.
1492         (scscm_call_1_body): Likewise.
1493         (scscm_call_2_body): Likewise.
1494         (scscm_call_3_body): Likewise.
1495         (scscm_call_4_body): Likewise.
1496         (scscm_apply_1_body): Likewise.
1497         (scscm_eval_scheme_string): Likewise.
1498         (gdbscm_safe_eval_string): Likewise.
1499         (scscm_source_scheme_script): Likewise.
1500         (gdbscm_safe_source_script): Likewise.
1501         * guile/scm-string.c (gdbscm_call_scm_to_stringn): Likewise.
1502         (gdbscm_call_scm_from_stringn): Likewise.
1503         * guile/scm-symbol.c (syscm_hash_symbol_smob): Likewise.
1504         (syscm_eq_symbol_smob): Likewise.
1505         (syscm_get_symbol_map): Likewise.
1506         (syscm_del_objfile_symbols): Likewise.
1507         * guile/scm-symtab.c (stscm_hash_symtab_smob): Likewise.
1508         (stscm_eq_symtab_smob): Likewise.
1509         (stscm_objfile_symtab_map): Likewise.
1510         (stscm_del_objfile_symtabs): Likewise.
1511         * guile/scm-type.c (tyscm_hash_type_smob): Likewise.
1512         (tyscm_eq_type_smob): Likewise.
1513         (tyscm_type_map): Likewise.
1514         (tyscm_copy_type_recursive): Likewise.
1515         (save_objfile_types): Likewise.
1516         * guile/scm-utils.c (extract_arg): Likewise.
1517         * h8300-tdep.c (h8300_frame_cache): Likewise.
1518         * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind_cache): Likewise.
1519         * hppa-tdep.c (compare_unwind_entries): Likewise.
1520         (find_unwind_entry): Likewise.
1521         (hppa_frame_cache): Likewise.
1522         (hppa_stub_frame_unwind_cache): Likewise.
1523         * hppanbsd-tdep.c (hppanbsd_supply_gregset): Likewise.
1524         * hppaobsd-tdep.c (hppaobsd_supply_gregset): Likewise.
1525         (hppaobsd_supply_fpregset): Likewise.
1526         * i386-cygwin-tdep.c (core_process_module_section): Likewise.
1527         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
1528         * i386-tdep.c (i386_frame_cache): Likewise.
1529         (i386_epilogue_frame_cache): Likewise.
1530         (i386_sigtramp_frame_cache): Likewise.
1531         (i386_supply_gregset): Likewise.
1532         (i386_collect_gregset): Likewise.
1533         (i386_gdbarch_init): Likewise.
1534         * i386obsd-tdep.c (i386obsd_aout_supply_regset): Likewise.
1535         (i386obsd_trapframe_cache): Likewise.
1536         * i387-tdep.c (i387_supply_fsave): Likewise.
1537         (i387_collect_fsave): Likewise.
1538         (i387_supply_fxsave): Likewise.
1539         (i387_collect_fxsave): Likewise.
1540         (i387_supply_xsave): Likewise.
1541         (i387_collect_xsave): Likewise.
1542         * ia64-tdep.c (ia64_frame_cache): Likewise.
1543         (ia64_sigtramp_frame_cache): Likewise.
1544         * infcmd.c (attach_command_continuation): Likewise.
1545         (attach_command_continuation_free_args): Likewise.
1546         * inferior.c (restore_inferior): Likewise.
1547         (delete_thread_of_inferior): Likewise.
1548         * inflow.c (inflow_inferior_data_cleanup): Likewise.
1549         (get_inflow_inferior_data): Likewise.
1550         (inflow_inferior_exit): Likewise.
1551         * infrun.c (displaced_step_clear_cleanup): Likewise.
1552         (restore_current_uiout_cleanup): Likewise.
1553         (release_stop_context_cleanup): Likewise.
1554         (do_restore_infcall_suspend_state_cleanup): Likewise.
1555         (do_restore_infcall_control_state_cleanup): Likewise.
1556         (restore_inferior_ptid): Likewise.
1557         * inline-frame.c (block_starting_point_at): Likewise.
1558         * iq2000-tdep.c (iq2000_frame_cache): Likewise.
1559         * jit.c (get_jit_objfile_data): Likewise.
1560         (get_jit_program_space_data): Likewise.
1561         (jit_object_close_impl): Likewise.
1562         (jit_find_objf_with_entry_addr): Likewise.
1563         (jit_breakpoint_deleted): Likewise.
1564         (jit_unwind_reg_set_impl): Likewise.
1565         (jit_unwind_reg_get_impl): Likewise.
1566         (jit_dealloc_cache): Likewise.
1567         (jit_frame_sniffer): Likewise.
1568         (jit_frame_prev_register): Likewise.
1569         (jit_prepend_unwinder): Likewise.
1570         (jit_inferior_exit_hook): Likewise.
1571         (free_objfile_data): Likewise.
1572         * jv-lang.c (jv_per_objfile_free): Likewise.
1573         (get_dynamics_objfile): Likewise.
1574         (get_java_class_symtab): Likewise.
1575         (builtin_java_type): Likewise.
1576         * language.c (language_string_char_type): Likewise.
1577         (language_bool_type): Likewise.
1578         (language_lookup_primitive_type): Likewise.
1579         (language_lookup_primitive_type_as_symbol): Likewise.
1580         * linespec.c (hash_address_entry): Likewise.
1581         (eq_address_entry): Likewise.
1582         (iterate_inline_only): Likewise.
1583         (iterate_name_matcher): Likewise.
1584         (decode_line_2_compare_items): Likewise.
1585         (collect_one_symbol): Likewise.
1586         (compare_symbols): Likewise.
1587         (compare_msymbols): Likewise.
1588         (add_symtabs_to_list): Likewise.
1589         (collect_symbols): Likewise.
1590         (compare_msyms): Likewise.
1591         (add_minsym): Likewise.
1592         (cleanup_linespec_result): Likewise.
1593         * linux-fork.c (inferior_call_waitpid_cleanup): Likewise.
1594         * linux-nat.c (delete_lwp_cleanup): Likewise.
1595         (count_events_callback): Likewise.
1596         (select_event_lwp_callback): Likewise.
1597         (resume_stopped_resumed_lwps): Likewise.
1598         * linux-tdep.c (get_linux_gdbarch_data): Likewise.
1599         (invalidate_linux_cache_inf): Likewise.
1600         (get_linux_inferior_data): Likewise.
1601         (linux_find_memory_regions_thunk): Likewise.
1602         (linux_make_mappings_callback): Likewise.
1603         (linux_corefile_thread_callback): Likewise.
1604         (find_mapping_size): Likewise.
1605         * linux-thread-db.c (find_new_threads_callback): Likewise.
1606         * lm32-tdep.c (lm32_frame_cache): Likewise.
1607         * m2-lang.c (builtin_m2_type): Likewise.
1608         * m32c-tdep.c (m32c_analyze_frame_prologue): Likewise.
1609         * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_cache): Likewise.
1610         (m32r_linux_supply_gregset): Likewise.
1611         (m32r_linux_collect_gregset): Likewise.
1612         * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
1613         * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
1614         * m68k-tdep.c (m68k_frame_cache): Likewise.
1615         * m68kbsd-tdep.c (m68kbsd_supply_fpregset): Likewise.
1616         (m68kbsd_supply_gregset): Likewise.
1617         * m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise.
1618         * m88k-tdep.c (m88k_frame_cache): Likewise.
1619         (m88k_supply_gregset): Likewise.
1620
1621 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
1622
1623         * aarch64-linux-tdep.c (aarch64_stap_parse_special_token): Add cast
1624         to allocation result assignment.
1625         * ada-exp.y (write_object_renaming): Likewise.
1626         (write_ambiguous_var): Likewise.
1627         (ada_nget_field_index): Likewise.
1628         (write_var_or_type): Likewise.
1629         * ada-lang.c (ada_decode_symbol): Likewise.
1630         (ada_value_assign): Likewise.
1631         (value_pointer): Likewise.
1632         (cache_symbol): Likewise.
1633         (add_nonlocal_symbols): Likewise.
1634         (ada_name_for_lookup): Likewise.
1635         (symbol_completion_add): Likewise.
1636         (ada_to_fixed_type_1): Likewise.
1637         (ada_get_next_arg): Likewise.
1638         (defns_collected): Likewise.
1639         * ada-lex.l (processId): Likewise.
1640         (processString): Likewise.
1641         * ada-tasks.c (read_known_tasks_array): Likewise.
1642         (read_known_tasks_list): Likewise.
1643         * ada-typeprint.c (decoded_type_name): Likewise.
1644         * addrmap.c (addrmap_mutable_create_fixed): Likewise.
1645         * amd64-tdep.c (amd64_push_arguments): Likewise.
1646         (amd64_displaced_step_copy_insn): Likewise.
1647         (amd64_classify_insn_at): Likewise.
1648         (amd64_relocate_instruction): Likewise.
1649         * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Likewise.
1650         * arch-utils.c (simple_displaced_step_copy_insn): Likewise.
1651         (initialize_current_architecture): Likewise.
1652         * arm-linux-tdep.c (arm_stap_parse_special_token): Likewise.
1653         * arm-symbian-tdep.c (arm_symbian_osabi_sniffer): Likewise.
1654         * arm-tdep.c (arm_exidx_new_objfile): Likewise.
1655         (arm_push_dummy_call): Likewise.
1656         (extend_buffer_earlier): Likewise.
1657         (arm_adjust_breakpoint_address): Likewise.
1658         (arm_skip_stub): Likewise.
1659         * auto-load.c (filename_is_in_pattern): Likewise.
1660         (maybe_add_script_file): Likewise.
1661         (maybe_add_script_text): Likewise.
1662         (auto_load_objfile_script_1): Likewise.
1663         * auxv.c (ld_so_xfer_auxv): Likewise.
1664         * ax-general.c (new_agent_expr): Likewise.
1665         (grow_expr): Likewise.
1666         (ax_reg_mask): Likewise.
1667         * bcache.c (bcache_full): Likewise.
1668         * breakpoint.c (program_breakpoint_here_p): Likewise.
1669         * btrace.c (parse_xml_raw): Likewise.
1670         * build-id.c (build_id_to_debug_bfd): Likewise.
1671         * buildsym.c (end_symtab_with_blockvector): Likewise.
1672         * c-exp.y (string_exp): Likewise.
1673         (qualified_name): Likewise.
1674         (write_destructor_name): Likewise.
1675         (operator_stoken): Likewise.
1676         (parse_number): Likewise.
1677         (scan_macro_expansion): Likewise.
1678         (yylex): Likewise.
1679         (c_print_token): Likewise.
1680         * c-lang.c (c_get_string): Likewise.
1681         (emit_numeric_character): Likewise.
1682         * charset.c (wchar_iterate): Likewise.
1683         * cli/cli-cmds.c (complete_command): Likewise.
1684         (make_command): Likewise.
1685         * cli/cli-dump.c (restore_section_callback): Likewise.
1686         (restore_binary_file): Likewise.
1687         * cli/cli-interp.c (cli_interpreter_exec): Likewise.
1688         * cli/cli-script.c (execute_control_command): Likewise.
1689         * cli/cli-setshow.c (do_set_command): Likewise.
1690         * coff-pe-read.c (add_pe_forwarded_sym): Likewise.
1691         (read_pe_exported_syms): Likewise.
1692         * coffread.c (coff_read_struct_type): Likewise.
1693         (coff_read_enum_type): Likewise.
1694         * common/btrace-common.c (btrace_data_append): Likewise.
1695         * common/buffer.c (buffer_grow): Likewise.
1696         * common/filestuff.c (gdb_fopen_cloexec): Likewise.
1697         * common/format.c (parse_format_string): Likewise.
1698         * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
1699         * common/xml-utils.c (xml_escape_text): Likewise.
1700         * compile/compile-object-load.c (copy_sections): Likewise.
1701         (compile_object_load): Likewise.
1702         * compile/compile-object-run.c (compile_object_run): Likewise.
1703         * completer.c (filename_completer): Likewise.
1704         * corefile.c (read_memory_typed_address): Likewise.
1705         (write_memory_unsigned_integer): Likewise.
1706         (write_memory_signed_integer): Likewise.
1707         (complete_set_gnutarget): Likewise.
1708         * corelow.c (get_core_register_section): Likewise.
1709         * cp-name-parser.y (d_grab): Likewise.
1710         (allocate_info): Likewise.
1711         (cp_new_demangle_parse_info): Likewise.
1712         * cp-namespace.c (cp_scan_for_anonymous_namespaces): Likewise.
1713         (cp_lookup_symbol_in_namespace): Likewise.
1714         (lookup_namespace_scope): Likewise.
1715         (find_symbol_in_baseclass): Likewise.
1716         (cp_lookup_nested_symbol): Likewise.
1717         (cp_lookup_transparent_type_loop): Likewise.
1718         * cp-support.c (copy_string_to_obstack): Likewise.
1719         (make_symbol_overload_list): Likewise.
1720         (make_symbol_overload_list_namespace): Likewise.
1721         (make_symbol_overload_list_adl_namespace): Likewise.
1722         (first_component_command): Likewise.
1723         * cp-valprint.c (cp_print_value): Likewise.
1724         * ctf.c (ctf_xfer_partial): Likewise.
1725         * d-exp.y (StringExp): Likewise.
1726         * d-namespace.c (d_lookup_symbol_in_module): Likewise.
1727         (lookup_module_scope): Likewise.
1728         (find_symbol_in_baseclass): Likewise.
1729         (d_lookup_nested_symbol): Likewise.
1730         * dbxread.c (find_stab_function_addr): Likewise.
1731         (read_dbx_symtab): Likewise.
1732         (dbx_end_psymtab): Likewise.
1733         (cp_set_block_scope): Likewise.
1734         * dcache.c (dcache_alloc): Likewise.
1735         * demangle.c (_initialize_demangler): Likewise.
1736         * dicos-tdep.c (dicos_load_module_p): Likewise.
1737         * dictionary.c (dict_create_hashed_expandable): Likewise.
1738         (dict_create_linear_expandable): Likewise.
1739         (expand_hashtable): Likewise.
1740         (add_symbol_linear_expandable): Likewise.
1741         * dwarf2-frame.c (add_cie): Likewise.
1742         (add_fde): Likewise.
1743         (dwarf2_build_frame_info): Likewise.
1744         * dwarf2expr.c (dwarf_expr_grow_stack): Likewise.
1745         (dwarf_expr_fetch_address): Likewise.
1746         (add_piece): Likewise.
1747         (execute_stack_op): Likewise.
1748         * dwarf2loc.c (chain_candidate): Likewise.
1749         (dwarf_entry_parameter_to_value): Likewise.
1750         (read_pieced_value): Likewise.
1751         (write_pieced_value): Likewise.
1752         * dwarf2read.c (dwarf2_read_section): Likewise.
1753         (add_type_unit): Likewise.
1754         (read_comp_units_from_section): Likewise.
1755         (fixup_go_packaging): Likewise.
1756         (dwarf2_compute_name): Likewise.
1757         (dwarf2_physname): Likewise.
1758         (create_dwo_unit_in_dwp_v1): Likewise.
1759         (create_dwo_unit_in_dwp_v2): Likewise.
1760         (read_func_scope): Likewise.
1761         (read_call_site_scope): Likewise.
1762         (dwarf2_attach_fields_to_type): Likewise.
1763         (process_structure_scope): Likewise.
1764         (mark_common_block_symbol_computed): Likewise.
1765         (read_common_block): Likewise.
1766         (abbrev_table_read_table): Likewise.
1767         (guess_partial_die_structure_name): Likewise.
1768         (fixup_partial_die): Likewise.
1769         (add_file_name): Likewise.
1770         (dwarf2_const_value_data): Likewise.
1771         (dwarf2_const_value_attr): Likewise.
1772         (build_error_marker_type): Likewise.
1773         (guess_full_die_structure_name): Likewise.
1774         (anonymous_struct_prefix): Likewise.
1775         (typename_concat): Likewise.
1776         (dwarf2_canonicalize_name): Likewise.
1777         (dwarf2_name): Likewise.
1778         (write_constant_as_bytes): Likewise.
1779         (dwarf2_fetch_constant_bytes): Likewise.
1780         (copy_string): Likewise.
1781         (parse_macro_definition): Likewise.
1782         * elfread.c (elf_symfile_segments): Likewise.
1783         (elf_rel_plt_read): Likewise.
1784         (elf_gnu_ifunc_resolve_by_cache): Likewise.
1785         (elf_gnu_ifunc_resolve_by_got): Likewise.
1786         (elf_read_minimal_symbols): Likewise.
1787         (elf_gnu_ifunc_record_cache): Likewise.
1788         * event-top.c (top_level_prompt): Likewise.
1789         (command_line_handler): Likewise.
1790         * exec.c (resize_section_table): Likewise.
1791         * expprint.c (print_subexp_standard): Likewise.
1792         * fbsd-tdep.c (fbsd_collect_regset_section_cb): Likewise.
1793         * findcmd.c (parse_find_args): Likewise.
1794         * findvar.c (address_from_register): Likewise.
1795         * frame.c (get_prev_frame_always): Likewise.
1796         * gdb_bfd.c (gdb_bfd_ref): Likewise.
1797         (get_section_descriptor): Likewise.
1798         * gdb_obstack.c (obconcat): Likewise.
1799         (obstack_strdup): Likewise.
1800         * gdbtypes.c (lookup_function_type_with_arguments): Likewise.
1801         (create_set_type): Likewise.
1802         (lookup_unsigned_typename): Likewise.
1803         (lookup_signed_typename): Likewise.
1804         (resolve_dynamic_union): Likewise.
1805         (resolve_dynamic_struct): Likewise.
1806         (add_dyn_prop): Likewise.
1807         (copy_dynamic_prop_list): Likewise.
1808         (arch_flags_type): Likewise.
1809         (append_composite_type_field_raw): Likewise.
1810         * gdbtypes.h (INIT_FUNC_SPECIFIC): Likewise.
1811         * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
1812         * go-exp.y (string_exp): Likewise.
1813         * go-lang.c (go_demangle): Likewise.
1814         * guile/guile.c (compute_scheme_string): Likewise.
1815         * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
1816         (gdbscm_canonicalize_command_name): Likewise.
1817         * guile/scm-ports.c (ioscm_init_stdio_buffers): Likewise.
1818         (ioscm_init_memory_port): Likewise.
1819         (ioscm_reinit_memory_port): Likewise.
1820         * guile/scm-utils.c (gdbscm_gc_xstrdup): Likewise.
1821         (gdbscm_gc_dup_argv): Likewise.
1822         * h8300-tdep.c (h8300_push_dummy_call): Likewise.
1823         * hppa-tdep.c (internalize_unwinds): Likewise.
1824         (read_unwind_info): Likewise.
1825         * i386-cygwin-tdep.c (core_process_module_section): Likewise.
1826         (windows_core_xfer_shared_libraries): Likewise.
1827         * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
1828         (i386_stap_parse_special_token_triplet): Likewise.
1829         (i386_stap_parse_special_token_three_arg_disp): Likewise.
1830         * i386obsd-tdep.c (i386obsd_sigtramp_p): Likewise.
1831         * inf-child.c (inf_child_fileio_readlink): Likewise.
1832         * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
1833         (inf_ptrace_store_register): Likewise.
1834         * infrun.c (follow_exec): Likewise.
1835         (displaced_step_prepare_throw): Likewise.
1836         (save_stop_context): Likewise.
1837         (save_infcall_suspend_state): Likewise.
1838         * jit.c (jit_read_descriptor): Likewise.
1839         (jit_read_code_entry): Likewise.
1840         (jit_symtab_line_mapping_add_impl): Likewise.
1841         (finalize_symtab): Likewise.
1842         (jit_unwind_reg_get_impl): Likewise.
1843         * jv-exp.y (QualifiedName): Likewise.
1844         * jv-lang.c (get_java_utf8_name): Likewise.
1845         (type_from_class): Likewise.
1846         (java_demangle_type_signature): Likewise.
1847         (java_class_name_from_physname): Likewise.
1848         * jv-typeprint.c (java_type_print_base): Likewise.
1849         * jv-valprint.c (java_value_print): Likewise.
1850         * language.c (add_language): Likewise.
1851         * linespec.c (add_sal_to_sals_basic): Likewise.
1852         (add_sal_to_sals): Likewise.
1853         (decode_objc): Likewise.
1854         (find_linespec_symbols): Likewise.
1855         * linux-fork.c (fork_save_infrun_state): Likewise.
1856         * linux-nat.c (linux_nat_detach): Likewise.
1857         (linux_nat_fileio_readlink): Likewise.
1858         * linux-record.c (record_linux_sockaddr): Likewise.
1859         (record_linux_msghdr): Likewise.
1860         (Do): Likewise.
1861         * linux-tdep.c (linux_core_info_proc_mappings): Likewise.
1862         (linux_collect_regset_section_cb): Likewise.
1863         (linux_get_siginfo_data): Likewise.
1864         * linux-thread-db.c (try_thread_db_load_from_pdir_1): Likewise.
1865         (try_thread_db_load_from_dir): Likewise.
1866         (thread_db_load_search): Likewise.
1867         (info_auto_load_libthread_db): Likewise.
1868         * m32c-tdep.c (m32c_m16c_address_to_pointer): Likewise.
1869         (m32c_m16c_pointer_to_address): Likewise.
1870         * m68hc11-tdep.c (m68hc11_pseudo_register_write): Likewise.
1871         * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
1872         * machoread.c (macho_check_dsym): Likewise.
1873         * macroexp.c (resize_buffer): Likewise.
1874         (gather_arguments): Likewise.
1875         (maybe_expand): Likewise.
1876         * macrotab.c (new_macro_key): Likewise.
1877         (new_source_file): Likewise.
1878         (new_macro_definition): Likewise.
1879         * mdebugread.c (parse_symbol): Likewise.
1880         (parse_type): Likewise.
1881         (parse_partial_symbols): Likewise.
1882         (psymtab_to_symtab_1): Likewise.
1883         * mem-break.c (default_memory_insert_breakpoint): Likewise.
1884         * mi/mi-cmd-break.c (mi_argv_to_format): Likewise.
1885         * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
1886         (mi_cmd_data_read_memory_bytes): Likewise.
1887         (mi_cmd_data_write_memory_bytes): Likewise.
1888         (mi_cmd_trace_frame_collected): Likewise.
1889         * mi/mi-parse.c (mi_parse_argv): Likewise.
1890         (mi_parse): Likewise.
1891         * minidebug.c (lzma_open): Likewise.
1892         (lzma_pread): Likewise.
1893         * mips-tdep.c (mips_read_fp_register_single): Likewise.
1894         (mips_print_fp_register): Likewise.
1895         * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Likewise.
1896         * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
1897         * mt-tdep.c (mt_register_name): Likewise.
1898         (mt_registers_info): Likewise.
1899         (mt_push_dummy_call): Likewise.
1900         * namespace.c (add_using_directive): Likewise.
1901         * nat/linux-btrace.c (perf_event_read): Likewise.
1902         (linux_enable_bts): Likewise.
1903         * nat/linux-osdata.c (linux_common_core_of_thread): Likewise.
1904         * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Likewise.
1905         * nto-tdep.c (nto_find_and_open_solib): Likewise.
1906         (nto_parse_redirection): Likewise.
1907         * objc-lang.c (objc_demangle): Likewise.
1908         (find_methods): Likewise.
1909         * objfiles.c (get_objfile_bfd_data): Likewise.
1910         (set_objfile_main_name): Likewise.
1911         (allocate_objfile): Likewise.
1912         (objfile_relocate): Likewise.
1913         (update_section_map): Likewise.
1914         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
1915         * p-exp.y (exp): Likewise.
1916         (yylex): Likewise.
1917         * p-valprint.c (pascal_object_print_value): Likewise.
1918         * parse.c (initialize_expout): Likewise.
1919         (mark_completion_tag): Likewise.
1920         (copy_name): Likewise.
1921         (parse_float): Likewise.
1922         (type_stack_reserve): Likewise.
1923         * ppc-linux-tdep.c (ppc_stap_parse_special_token): Likewise.
1924         (ppu2spu_prev_register): Likewise.
1925         * ppc-ravenscar-thread.c (supply_register_at_address): Likewise.
1926         * printcmd.c (printf_wide_c_string): Likewise.
1927         (printf_pointer): Likewise.
1928         * probe.c (parse_probes): Likewise.
1929         * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
1930         (cmdpy_init): Likewise.
1931         * python/py-gdb-readline.c (gdbpy_readline_wrapper): Likewise.
1932         * python/py-symtab.c (set_sal): Likewise.
1933         * python/py-unwind.c (pyuw_sniffer): Likewise.
1934         * python/python.c (python_interactive_command): Likewise.
1935         (compute_python_string): Likewise.
1936         * ravenscar-thread.c (get_running_thread_id): Likewise.
1937         * record-full.c (record_full_exec_insn): Likewise.
1938         (record_full_core_open_1): Likewise.
1939         * regcache.c (regcache_raw_read_signed): Likewise.
1940         (regcache_raw_read_unsigned): Likewise.
1941         (regcache_cooked_read_signed): Likewise.
1942         (regcache_cooked_read_unsigned): Likewise.
1943         * remote-fileio.c (remote_fileio_func_open): Likewise.
1944         (remote_fileio_func_rename): Likewise.
1945         (remote_fileio_func_unlink): Likewise.
1946         (remote_fileio_func_stat): Likewise.
1947         (remote_fileio_func_system): Likewise.
1948         * remote-mips.c (mips_xfer_memory): Likewise.
1949         (mips_load_srec): Likewise.
1950         (pmon_end_download): Likewise.
1951         * remote.c (new_remote_state): Likewise.
1952         (map_regcache_remote_table): Likewise.
1953         (remote_register_number_and_offset): Likewise.
1954         (init_remote_state): Likewise.
1955         (get_memory_packet_size): Likewise.
1956         (remote_pass_signals): Likewise.
1957         (remote_program_signals): Likewise.
1958         (remote_start_remote): Likewise.
1959         (remote_check_symbols): Likewise.
1960         (remote_query_supported): Likewise.
1961         (extended_remote_attach): Likewise.
1962         (process_g_packet): Likewise.
1963         (store_registers_using_G): Likewise.
1964         (putpkt_binary): Likewise.
1965         (read_frame): Likewise.
1966         (compare_sections_command): Likewise.
1967         (remote_hostio_pread): Likewise.
1968         (remote_hostio_readlink): Likewise.
1969         (remote_file_put): Likewise.
1970         (remote_file_get): Likewise.
1971         (remote_pid_to_exec_file): Likewise.
1972         (_initialize_remote): Likewise.
1973         * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
1974         (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
1975         * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise.
1976         (bfd_uses_spe_extensions): Likewise.
1977         * s390-linux-tdep.c (s390_displaced_step_copy_insn): Likewise.
1978         * score-tdep.c (score7_malloc_and_get_memblock): Likewise.
1979         * solib-dsbt.c (decode_loadmap): Likewise.
1980         (fetch_loadmap): Likewise.
1981         (scan_dyntag): Likewise.
1982         (enable_break): Likewise.
1983         (dsbt_relocate_main_executable): Likewise.
1984         * solib-frv.c (fetch_loadmap): Likewise.
1985         (enable_break2): Likewise.
1986         (frv_relocate_main_executable): Likewise.
1987         * solib-spu.c (spu_relocate_main_executable): Likewise.
1988         (spu_bfd_open): Likewise.
1989         * solib-svr4.c (lm_info_read): Likewise.
1990         (read_program_header): Likewise.
1991         (find_program_interpreter): Likewise.
1992         (scan_dyntag): Likewise.
1993         (elf_locate_base): Likewise.
1994         (open_symbol_file_object): Likewise.
1995         (read_program_headers_from_bfd): Likewise.
1996         (svr4_relocate_main_executable): Likewise.
1997         * solib-target.c (solib_target_relocate_section_addresses): Likewise.
1998         * solib.c (solib_find_1): Likewise.
1999         (exec_file_find): Likewise.
2000         (solib_find): Likewise.
2001         * source.c (openp): Likewise.
2002         (print_source_lines_base): Likewise.
2003         (forward_search_command): Likewise.
2004         * sparc-ravenscar-thread.c (supply_register_at_address): Likewise.
2005         * spu-tdep.c (spu2ppu_prev_register): Likewise.
2006         (spu_get_overlay_table): Likewise.
2007         * stabsread.c (patch_block_stabs): Likewise.
2008         (define_symbol): Likewise.
2009         (again:): Likewise.
2010         (read_member_functions): Likewise.
2011         (read_one_struct_field): Likewise.
2012         (read_enum_type): Likewise.
2013         (common_block_start): Likewise.
2014         * stack.c (read_frame_arg): Likewise.
2015         (backtrace_command): Likewise.
2016         * stap-probe.c (stap_parse_register_operand): Likewise.
2017         * symfile.c (syms_from_objfile_1): Likewise.
2018         (find_separate_debug_file): Likewise.
2019         (load_command): Likewise.
2020         (load_progress): Likewise.
2021         (load_section_callback): Likewise.
2022         (reread_symbols): Likewise.
2023         (add_filename_language): Likewise.
2024         (allocate_compunit_symtab): Likewise.
2025         (read_target_long_array): Likewise.
2026         (simple_read_overlay_table): Likewise.
2027         * symtab.c (symbol_set_names): Likewise.
2028         (resize_symbol_cache): Likewise.
2029         (rbreak_command): Likewise.
2030         (completion_list_add_name): Likewise.
2031         (completion_list_objc_symbol): Likewise.
2032         (add_filename_to_list): Likewise.
2033         * target-descriptions.c (maint_print_c_tdesc_cmd): Likewise.
2034         * target-memory.c (target_write_memory_blocks): Likewise.
2035         * target.c (target_read_string): Likewise.
2036         (read_whatever_is_readable): Likewise.
2037         (target_read_alloc_1): Likewise.
2038         (simple_search_memory): Likewise.
2039         (target_fileio_read_alloc_1): Likewise.
2040         * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
2041         * top.c (command_line_input): Likewise.
2042         * tracefile-tfile.c (tfile_fetch_registers): Likewise.
2043         * tracefile.c (tracefile_fetch_registers): Likewise.
2044         * tracepoint.c (add_memrange): Likewise.
2045         (init_collection_list): Likewise.
2046         (add_aexpr): Likewise.
2047         (trace_dump_actions): Likewise.
2048         (parse_trace_status): Likewise.
2049         (parse_tracepoint_definition): Likewise.
2050         (parse_tsv_definition): Likewise.
2051         (parse_static_tracepoint_marker_definition): Likewise.
2052         * tui/tui-file.c (tui_sfileopen): Likewise.
2053         (tui_file_adjust_strbuf): Likewise.
2054         * tui/tui-io.c (tui_expand_tabs): Likewise.
2055         * tui/tui-source.c (tui_set_source_content): Likewise.
2056         * typeprint.c (find_global_typedef): Likewise.
2057         * ui-file.c (do_ui_file_xstrdup): Likewise.
2058         (ui_file_obsavestring): Likewise.
2059         (mem_file_write): Likewise.
2060         * utils.c (make_hex_string): Likewise.
2061         (get_regcomp_error): Likewise.
2062         (puts_filtered_tabular): Likewise.
2063         (gdb_realpath_keepfile): Likewise.
2064         (ldirname): Likewise.
2065         (gdb_bfd_errmsg): Likewise.
2066         (substitute_path_component): Likewise.
2067         * valops.c (search_struct_method): Likewise.
2068         (find_oload_champ_namespace_loop): Likewise.
2069         * valprint.c (print_decimal_chars): Likewise.
2070         (read_string): Likewise.
2071         (generic_emit_char): Likewise.
2072         * varobj.c (varobj_delete): Likewise.
2073         (varobj_value_get_print_value): Likewise.
2074         * vaxobsd-tdep.c (vaxobsd_sigtramp_sniffer): Likewise.
2075         * windows-tdep.c (display_one_tib): Likewise.
2076         * xcoffread.c (read_xcoff_symtab): Likewise.
2077         (process_xcoff_symbol): Likewise.
2078         (swap_sym): Likewise.
2079         (scan_xcoff_symtab): Likewise.
2080         (xcoff_initial_scan): Likewise.
2081         * xml-support.c (gdb_xml_end_element): Likewise.
2082         (xml_process_xincludes): Likewise.
2083         (xml_fetch_content_from_file): Likewise.
2084         * xml-syscall.c (xml_list_of_syscalls): Likewise.
2085         * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
2086
2087 2015-09-23  James Bowman  <james.bowman@ftdichip.com>
2088
2089         * ft32-tdep.c (ft32_register_type): Return gdbarch_tdep (gdbarch)->pc_type
2090         instead of builtin_func_ptr.
2091         (ft32_pointer_to_address): New function.
2092         (ft32_address_class_type_flags): New function.
2093         (ft32_address_class_type_flags_to_name): New function.
2094         (ft32_address_class_name_to_type_flags): New function.
2095         (ft32_gdbarch_init): Set tdep->pc_type.  Call
2096         set_gdbarch_pointer_to_address,
2097         set_gdbarch_address_class_type_flags
2098         set_gdbarch_address_class_name_to_type_flags,
2099         and set_gdbarch_address_class_type_flags_to_name.
2100         * ft32-tdep.h (struct gdbarch_tdep) <pc_type>: New field.
2101
2102 2015-09-23  Pierre-Marie de Rodat  <derodat@adacore.com>
2103
2104         * ada-lang.c (ada_evaluate_subexp) <OP_FUNCALL>: When the input
2105         value is a reference, actually dereference it in order to get
2106         the underlying value.
2107
2108 2015-09-22  Simon Marchi  <simon.marchi@ericsson.com>
2109
2110         * stap-probe.c (handle_stap_probe): Remove unnecessary cast.
2111
2112 2015-09-21  Simon Marchi  <simon.marchi@ericsson.com>
2113
2114         * cli/cli-setshow.c (cmd_show_list): Constify a variable.
2115         * linespec.c (linespec_lexer_lex_string): Same.
2116
2117 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
2118
2119         * NEWS: Mention support for fast tracepoints on aarch64-linux.
2120
2121 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
2122
2123         * aarch64-tdep.c (aarch64_analyze_prologue): New is_adrp
2124         variable.  Call aarch64_decode_adr instead of
2125         aarch64_decode_adrp.
2126         * arch/aarch64-insn.h (aarch64_decode_adrp): Delete.
2127         (aarch64_decode_adr): New function declaration.
2128         * arch/aarch64-insn.c (aarch64_decode_adrp): Delete.
2129         (aarch64_decode_adr): New function, factored out from
2130         aarch64_decode_adrp to decode both adr and adrp instructions.
2131
2132 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
2133
2134         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-insn.o.
2135         (HFILES_NO_SRCDIR): Add arch/aarch64-insn.h.
2136         (aarch64-insn.o): New rule.
2137         * configure.tgt (aarch64*-*-elf): Add aarch64-insn.o.
2138         (aarch64*-*-linux*): Likewise.
2139         * arch/aarch64-insn.c: New file.
2140         * arch/aarch64-insn.h: New file.
2141         * aarch64-tdep.c: Include arch/aarch64-insn.h.
2142         (aarch64_debug): Move to arch/aarch64-insn.c.  Declare in
2143         arch/aarch64-insn.h.
2144         (decode_add_sub_imm): Rename to ...
2145         (aarch64_decode_add_sub_imm): ... this.
2146         (decode_adrp): Rename to ...
2147         (aarch64_decode_adrp): ... this.  Move to arch/aarch64-insn.c.
2148         Declare in arch/aarch64-insn.h.
2149         (decode_b): Rename to ...
2150         (aarch64_decode_b): ... this.  Move to arch/aarch64-insn.c.
2151         Declare in arch/aarch64-insn.h.
2152         (decode_bcond): Rename to ...
2153         (aarch64_decode_bcond): ... this.  Move to arch/aarch64-insn.c.
2154         Declare in arch/aarch64-insn.h.
2155         (decode_br): Rename to ...
2156         (aarch64_decode_br): ... this.
2157         (decode_cb): Rename to ...
2158         (aarch64_decode_cb): ... this.  Move to arch/aarch64-insn.c.
2159         Declare in arch/aarch64-insn.h.
2160         (decode_eret): Rename to ...
2161         (aarch64_decode_eret): ... this.
2162         (decode_movz): Rename to ...
2163         (aarch64_decode_movz): ... this.
2164         (decode_orr_shifted_register_x): Rename to ...
2165         (aarch64_decode_orr_shifted_register_x): ... this.
2166         (decode_ret): Rename to ...
2167         (aarch64_decode_ret): ... this.
2168         (decode_stp_offset): Rename to ...
2169         (aarch64_decode_stp_offset): ... this.
2170         (decode_stp_offset_wb): Rename to ...
2171         (aarch64_decode_stp_offset_wb): ... this.
2172         (decode_stur): Rename to ...
2173         (aarch64_decode_stur): ... this.
2174         (decode_tb): Rename to ...
2175         (aarch64_decode_tb): ... this.  Move to arch/aarch64-insn.c.
2176         Declare in arch/aarch64-insn.h.
2177         (aarch64_analyze_prologue): Adjust calls to renamed functions.
2178
2179 2015-09-20  Doug Evans  <xdje42@gmail.com>
2180
2181         * dwarf2read.c (add_partial_symbol): Remove outdated comments.
2182
2183 2015-09-20  Doug Evans  <xdje42@gmail.com>
2184
2185         * dwarf2read.c (dwarf2_compute_name): Add FIXME.  Don't use a local
2186         variable name that collides with a parameter.
2187
2188 2015-09-20  Joel Brobecker  <brobecker@adacore.com>
2189
2190         * dwarf2loc.c (locexpr_get_frame_base): Renames
2191         block_op_get_frame_base.
2192         (dwarf2_block_frame_base_locexpr_funcs): Replace reference to
2193         block_op_get_frame_base by reference to locexpr_get_frame_base.
2194         (loclist_get_frame_base): New function, near identical copy of
2195         locexpr_get_frame_base.
2196         (dwarf2_block_frame_base_loclist_funcs): Replace reference to
2197         block_op_get_frame_base by reference to loclist_get_frame_base.
2198
2199 2015-09-19  Doug Evans  <xdje42@gmail.com>
2200
2201         * ravenscar-thread.c (ravenscar_inferior_created): Replace
2202         current_inferior ()->gdbarch with its wrapper target_gdbarch.
2203
2204 2015-09-18  Doug Evans  <xdje42@gmail.com>
2205
2206         * linux-thread-db.c (record_thread): Return the created thread.
2207         (thread_from_lwp): Likewise.
2208         (thread_db_get_thread_local_address): Update.
2209
2210 2015-09-18  Doug Evans  <xdje42@gmail.com>
2211
2212         * symtab.h (general_symbol_info) <mangled_lang>: Delete struct,
2213         move only member demangled_name up.  All uses updated.
2214
2215 2015-09-18  Doug Evans  <xdje42@gmail.com>
2216
2217         * findvar.c (default_read_var_value) <LOC_UNRESOLVED>: Include the
2218         kind of minimal symbol in the error message.
2219         * objfiles.c (objfile_flavour_name): New function.
2220         * objfiles.h (objfile_flavour_name): Declare.
2221
2222 2015-09-18  Yao Qi  <yao.qi@linaro.org>
2223
2224         * nat/aarch64-linux.c: Include elf/common.h,
2225         nat/gdb_ptrace.h, asm/ptrace.h and sys/uio.h.
2226         (aarch64_ps_get_thread_area): New function.
2227         * nat/aarch64-linux.h: Include gdb_proc_service.h.
2228         (aarch64_ps_get_thread_area): Declare.
2229         * aarch64-linux-nat.c (ps_get_thread_area): Call
2230         aarch64_ps_get_thread_area.
2231
2232 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2233
2234         * record-btrace.c (record_btrace_resume): Honour scheduler-locking.
2235
2236 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2237
2238         * NEWS: Announce new scheduler-locking mode.
2239         * infrun.c (schedlock_replay): New.
2240         (scheduler_enums): Add schedlock_replay.
2241         (scheduler_mode): Change default to schedlock_replay.
2242         (user_visible_resume_ptid): Handle schedlock_replay.
2243         (clear_proceed_status_thread): Stop replaying if resumed thread is
2244         not replaying.
2245         (schedlock_applies): Handle schedlock_replay.
2246         (_initialize_infrun): Document new scheduler-locking mode.
2247         * record-btrace.c (record_btrace_resume): Remove code to stop other
2248         threads when not replaying the resumed thread.
2249
2250 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2251
2252         * record-btrace.c ((record_btrace_will_replay): New.
2253         (init_record_btrace_ops): Initialize to_record_will_replay.
2254         * record-full.c ((record_full_will_replay): New.
2255         (init_record_full_ops): Initialize to_record_will_replay.
2256         * target-delegates.c: Regenerated.
2257         * target.c (target_record_will_replay): New.
2258         * target.h (struct target_ops) <to_record_will_replay>: New.
2259         (target_record_will_replay): New.
2260
2261 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2262
2263         * record-btrace.c (record_btrace_resume): Call
2264         target_record_stop_replaying.
2265         (record_btrace_stop_replaying_all): New.
2266         (init_record_btrace_ops): Initialize to_record_stop_replaying.
2267         * record-full.c (record_full_stop_replaying): New.
2268         (init_record_full_ops ): Initialize to_record_stop_replaying.
2269         * target-delegates.c: Regenerated.
2270         * target.c (target_record_stop_replaying): New.
2271         * target.h (struct target_ops) <to_record_stop_replaying>: New.
2272         (target_record_stop_replaying): New.
2273
2274 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2275
2276         * record-btrace.c (record_btrace_xfer_partial)
2277         (record_btrace_store_registers, record_btrace_prepare_to_store):
2278         Call record_btrace_is_replaying with inferior_ptid instead of
2279         minus_one_ptid.
2280         (record_btrace_store_registers): Change error message.
2281
2282 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2283
2284         * record-btrace.c (record_btrace_is_replaying): Add ptid argument.
2285         Update users to pass minus_one_ptid.
2286         * record-full.c (record_full_is_replaying): Add ptid argument (ignored).
2287         * record.c (cmd_record_delete): Pass inferior_ptid to
2288         target_record_is_replaying.
2289         * target-delegates.c: Regenerated.
2290         * target.c (target_record_is_replaying): Add ptid argument.
2291         * target.h (struct target_ops) <to_record_is_replaying>: Add ptid
2292         argument.
2293         (target_record_is_replaying): Add ptid argument.
2294
2295 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2296
2297         * record-btrace.c (record_btrace_open): Remove non_stop check.
2298         * NEWS: Announce that record btrace supports non-stop mode.
2299
2300 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2301
2302         * infrun.c (handle_inferior_event_1): Switch to the eventing thread
2303         in the TARKET_WAITKIND_NO_HISTORY case.
2304
2305 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2306
2307         * record-btrace.c (record_btrace_maybe_mark_async_event): New.
2308         (record_btrace_wait): Call record_btrace_maybe_mark_async_event.
2309
2310 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2311
2312         * record-btrace.c (get_thread_current_frame): New.
2313         (record_btrace_start_replaying): Call get_thread_current_frame.
2314
2315 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2316
2317         * record-btrace.c (record_btrace_resume_thread): A move request
2318         overwrites a previous move request.
2319         (record_btrace_find_resume_thread): Removed.
2320         (record_btrace_resume): Resume all requested threads.
2321
2322 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2323
2324         * record-btrace.c: Include vec.h.
2325         (record_btrace_find_thread_to_move): Removed.
2326         (btrace_step_no_resumed, btrace_step_again)
2327         (record_btrace_stop_replaying_at_end): New.
2328         (record_btrace_cancel_resume): Call record_btrace_stop_replaying_at_end.
2329         (record_btrace_single_step_forward): Remove calls to
2330         record_btrace_stop_replaying.
2331         (record_btrace_step_thread): Do only one step for BTHR_CONT and
2332         BTHR_RCONT.  Keep threads at the end of their history moving.
2333         (record_btrace_wait): Call record_btrace_step_thread for all threads
2334         until one reports an event.  Call record_btrace_stop_replaying_at_end
2335         for the eventing thread.
2336
2337 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2338
2339         * record-btrace.c (record_btrace_single_step_forward): Return
2340         NO_HISTORY if a step brings us to the end of the execution history.
2341
2342 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2343
2344         * record-btrace.c (record_btrace_step_thread): Move breakpoint check
2345         to ...
2346         (record_btrace_single_step_forward): ... here and
2347         (record_btrace_single_step_backward): ... here.
2348
2349 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2350
2351         * record-btrace.c (btrace_step_spurious)
2352         (record_btrace_single_step_forward)
2353         (record_btrace_single_step_backward): New.
2354         (record_btrace_step_thread): Call record_btrace_single_step_forward
2355         and record_btrace_single_step_backward.
2356
2357 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2358
2359         * record-btrace.c (record_btrace_replay_at_breakpoint): New.
2360         (record_btrace_step_thread): Call record_btrace_replay_at_breakpoint.
2361
2362 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2363
2364         * record-btrace.c (btrace_thread_flag_to_str)
2365         (record_btrace_cancel_resume): New.
2366         (record_btrace_step_thread): Call btrace_thread_flag_to_str.
2367         (record_btrace_resume): Print execution direction.
2368         (record_btrace_resume_thread): Call btrace_thread_flag_to_str.
2369         (record_btrace_wait): Call record_btrace_cancel_resume.
2370
2371 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2372
2373         * btrace.h (enum btrace_thread_flag) <BTHR_STOP>: New.
2374         * record-btrace (record_btrace_resume_thread): Clear BTHR_STOP.
2375         (record_btrace_find_thread_to_move): Also accept threads that have
2376         BTHR_STOP set.
2377         (btrace_step_stopped_on_request, record_btrace_stop): New.
2378         (record_btrace_step_thread): Support BTHR_STOP.
2379         (record_btrace_wait): Also clear BTHR_STOP when stopping other threads.
2380         (init_record_btrace_ops): Initialize to_stop.
2381
2382 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2383
2384         * record-btrace.c (record_btrace_wait): Replace non_stop check with
2385         target_is_non_stop_p ().
2386
2387 2015-09-15  Pierre-Marie de Rodat  <derodat@adacore.com>
2388
2389         * ada-typeprint.c (print_array_type): Do not describe arrays as
2390         packed when they embed dynamic elements.
2391
2392 2015-09-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2393
2394         * symtab.h (address_class): Document that TLS variables
2395         are handled by LOC_UNRESOLVED.
2396         * findvar.c (default_read_var_value): Don't relocate TLS variables.
2397         * printcmd.c (address_info): Don't relocate TLS variables.
2398
2399 2015-09-15  Pierre Langlois  <pierre.langlois@arm.com>
2400
2401         * aarch64-tdep.c (decode_add_sub_imm): Use debug_printf.
2402         (decode_adrp): Likewise.
2403         (decode_b): Likewise.
2404         (decode_bcond): Likewise.
2405         (decode_br): Likewise.
2406         (decode_cb): Likewise.
2407         (decode_eret): Likewise.
2408         (decode_movz): Likewise.
2409         (decode_orr_shifted_register_x): Likewise.
2410         (decode_ret): Likewise.
2411         (decode_stp_offset): Likewise.
2412         (decode_stp_offset_wb): Likewise.
2413         (decode_stur): Likewise.
2414         (decode_tb): Likewise.
2415         (aarch64_analyze_prologue): Likewise.
2416         (pass_in_x): Likewise.
2417         (pass_in_v): Likewise.
2418         (pass_on_stack): Likewise.
2419         (aarch64_push_dummy_call): Likewise.
2420         (aarch64_extract_return_value): Likewise.
2421         (aarch64_store_return_value): Likewise.
2422         (aarch64_return_value): Likewise.
2423         (aarch64_record_asimd_load_store): Likewise.
2424         (aarch64_record_load_store): Likewise.
2425         (aarch64_record_data_proc_simd_fp): Likewise.
2426
2427 2015-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
2428
2429         * linespec.c (minsym_found): Call gdbarch_skip_entrypoint.
2430         * ppc64-tdep.c (ppc64_skip_trampoline_code): Rename to ...
2431         (ppc64_skip_trampoline_code_1): ... here.
2432         (ppc64_skip_trampoline_code): New wrapper function.
2433         * symtab.c (find_function_start_sal): Call gdbarch_skip_entrypoint.
2434
2435 2015-09-15  Yao Qi  <yao.qi@linaro.org>
2436
2437         * aarch64-linux-nat.c (aarch64_linux_can_do_single_step): New
2438         function.
2439         (_initialize_aarch64_linux_nat): Install it to to_can_do_single_step.
2440         * arm-linux-tdep.c (arm_linux_software_single_step): Return 0
2441         if target_can_do_single_step returns 1.
2442         * remote.c (struct vCont_action_support) <s, S>: New fields.
2443         (PACKET_vContSupported): New enum.
2444         (remote_protocol_features): New element for vContSupported.
2445         (remote_query_supported): Append "vContSupported+".
2446         (remote_vcont_probe): Remove support_s and support_S, use
2447         rs->supports_vCont.s and rs->supports_vCont.S instead.  Disable
2448         vCont packet if c and C actions are not supported.
2449         (remote_can_do_single_step): New function.
2450         (init_remote_ops): Install it to to_can_do_single_step.
2451         (_initialize_remote): Call add_packet_config_cmd.
2452         * target.h (struct target_ops) <to_can_do_single_step>: New field.
2453         (target_can_do_single_step): New macro.
2454         * target-delegates.c: Re-generated.
2455
2456 2015-09-15  Yao Qi  <yao.qi@linaro.org>
2457
2458         * aarch64-linux-nat.c (aarch64_linux_siginfo_fixup): New function.
2459         (_initialize_aarch64_linux_nat): Call linux_nat_set_siginfo_fixup.
2460         * nat/aarch64-linux.c (aarch64_compat_siginfo_from_siginfo):
2461         New function.
2462         (aarch64_siginfo_from_compat_siginfo): New function.
2463         * nat/aarch64-linux.h: Include signal.h.
2464         (compat_int_t, compat_uptr_t, compat_time_t): Typedef.
2465         (compat_timer_t, compat_clock_t): Likewise.
2466         (struct compat_timeval): New.
2467         (union compat_sigval): New.
2468         (struct compat_siginfo): New.
2469         (cpt_si_pid, cpt_si_uid, cpt_si_timerid): New macros.
2470         (cpt_si_overrun, cpt_si_status, cpt_si_utime): Likewise.
2471         (cpt_si_stime, cpt_si_ptr, cpt_si_addr): Likewise.
2472         (cpt_si_band, cpt_si_fd): Likewise.
2473
2474 2015-09-14  Pedro Alves  <palves@redhat.com>
2475
2476         * infrun.c (current_stop_id): New global.
2477         (get_stop_id, new_stop_id): New functions.
2478         (fetch_inferior_event): Handle normal_stop proceeding the target.
2479         (struct stop_context): New.
2480         (save_stop_context, release_stop_context_cleanup)
2481         (stop_context_changed): New functions.
2482         (normal_stop): Return true if the hook-stop changes the stop
2483         context.
2484         * infrun.h (get_stop_id): Declare.
2485         (normal_stop): Now returns int.  Add documentation.
2486
2487 2015-09-14  Pierre-Marie de Rodat  <derodat@adacore.com>
2488
2489         * ada-lang.c (ada_value_ptr_subscript): Update the heading
2490         comment.  Handle packed arrays.
2491
2492 2015-09-14  Pedro Alves  <palves@redhat.com>
2493
2494         * NEWS (Changes in GDB 7.10, New commands>: Remove duplicate
2495         mention of maint set/show target-non-stop.
2496
2497 2015-09-11  Don Breazeal  <donb@codesourcery.com>
2498
2499         * NEWS: Announce new remote packets for the exec-events
2500         feature and the exec-events feature and associated commands.
2501
2502 2015-09-11  Don Breazeal  <donb@codesourcery.com>
2503
2504         * remote.c (remote_exec_event_p): New function.
2505         (remote_insert_exec_catchpoint): New function.
2506         (remote_remove_exec_catchpoint): New function.
2507         (init_extended_remote_ops): Initialize extended_remote_ops
2508         members to_insert_exec_catchpoint and
2509         to_remove_exec_catchpoint.
2510
2511 2015-09-11  Don Breazeal  <donb@codesourcery.com>
2512             Luis Machado  <lgustavo@codesourcery.com>
2513
2514         * infrun.c (follow_exec): Use process-style ptid for
2515         exec message.  Call add_inferior_with_spaces and
2516         target_follow_exec.
2517         * nat/linux-ptrace.c (linux_supports_traceexec): New function.
2518         * nat/linux-ptrace.h (linux_supports_traceexec): Declare.
2519         * remote.c (remote_pspace_data): New static variable.
2520         (remote_pspace_data_cleanup): New function.
2521         (get_remote_exec_file): New function.
2522         (set_remote_exec_file_1): New function.
2523         (set_remote_exec_file): New function.
2524         (show_remote_exec_file): New function.
2525         (remote_exec_file): Delete static variable.
2526         (anonymous enum) <PACKET_exec_event_feature>: New
2527         enumeration constant.
2528         (remote_protocol_features): Add entry for exec-events feature.
2529         (remote_query_supported): Add client side of qSupported query
2530         for exec-events feature.
2531         (remote_follow_exec): New function.
2532         (remote_parse_stop_reply): Handle 'exec' stop reason.
2533         (extended_remote_run, extended_remote_create_inferior): Call
2534         get_remote_exec_file and set_remote_exec_file_1.
2535         (init_extended_remote_ops) <to_follow_exec>: Initialize new
2536         member.
2537         (_initialize_remote): Call
2538         register_program_space_data_with_cleanup.  Call
2539         add_packet_config_cmd for remote exec-events feature.
2540         Modify call to add_setshow_string_noescape_cmd for exec-file
2541         to use new functions set_remote_exec_file and
2542         show_remote_exec_file.
2543         * target-debug.h, target-delegates.c: Regenerated.
2544         * target.c (target_follow_exec): New function.
2545         * target.h (struct target_ops) <to_follow_exec>: New member.
2546         (target_follow_exec): Declare new function.
2547
2548 2015-09-11  Pierre Langlois  <pierre.langlois@arm.com>
2549
2550         * aarch64-tdep.c (decode_cb): Move up comment describing the
2551         encoding.
2552         (decode_tb): Fix a typo in comment above the function.  Move up
2553         comment describing the encoding.
2554
2555 2015-09-11  Pierre Langlois  <pierre.langlois@arm.com>
2556
2557         * aarch64-tdep.c (decode_bcond): Fix incorrect mask.
2558
2559 2015-09-11  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
2560
2561         PR gdb/18947
2562         * aarch64-linux-tdep.c: (aarch64_linux_init_abi): Install
2563         glibc_skip_solib_resolver as gdbarch_skip_solib_resolver callback.
2564
2565 2015-09-10  Simon Marchi  <simon.marchi@ericsson.com>
2566
2567         * ada-lang.c (scan_discrim_bound): Factor out arithmetic
2568         operations.
2569
2570 2015-09-10  Simon Marchi  <simon.marchi@ericsson.com>
2571
2572         * ada-lang.c (ada_search_struct_field): Constify parameters
2573         and/or variables..
2574         (xget_renaming_scope): Likewise.
2575         (ada_is_redundant_range_encoding): Likewise.
2576         (scan_discrim_bound): Likewise.
2577         (to_fixed_range_type): Likewise.
2578
2579 2015-09-10  Yao Qi  <yao.qi@linaro.org>
2580
2581         * breakpoint.c (download_tracepoint_locations): New local
2582         can_download_tracepoint.  Check the result of
2583         target_can_download_tracepoint and save it in
2584         can_download_tracepoint if there are tracepoints to download.
2585         * linux-nat.h (enum tribool): Move it to ...
2586         * common/common-types.h: ... here.
2587
2588 2015-09-09  Pedro Alves  <palves@redhat.com>
2589
2590         * inf-loop.c (inferior_event_handler): Delete INF_TIMER case.
2591         * target.h (enum inferior_event_type) <INF_TIMER>: Delete.
2592
2593 2015-09-09  Pedro Alves  <palves@redhat.com>
2594
2595         * continuations.c (add_continuation, restore_thread_cleanup)
2596         (do_all_continuations_ptid, do_all_continuations_thread_callback)
2597         (do_all_continuations_thread, do_all_continuations)
2598         (discard_all_continuations_thread_callback)
2599         (discard_all_continuations_thread, discard_all_continuations)
2600         (add_intermediate_continuation)
2601         (do_all_intermediate_continuations_thread_callback)
2602         (do_all_intermediate_continuations_thread)
2603         (do_all_intermediate_continuations)
2604         (discard_all_intermediate_continuations_thread_callback)
2605         (discard_all_intermediate_continuations_thread)
2606         (discard_all_intermediate_continuations): Delete.
2607         * continuations.h (add_continuation, do_all_continuations)
2608         (do_all_continuations_thread, discard_all_continuations)
2609         (discard_all_continuations_thread, add_intermediate_continuation)
2610         (do_all_intermediate_continuations)
2611         (do_all_intermediate_continuations_thread)
2612         (discard_all_intermediate_continuations)
2613         (discard_all_intermediate_continuations_thread): Delete
2614         declarations.
2615         * event-top.c (stdin_event_handler): Delete references to
2616         continuations.
2617         * gdbthread.h (struct thread_info): Delete continuations and
2618         intermediate_continuations fields.
2619         * inf-loop.c (inferior_event_handler): Remove references to
2620         continuations.
2621         * infrun.c (infrun_thread_stop_requested_callback): Remove
2622         references to continuations.
2623         * target.h (enum inferior_event_type) <INF_EXEC_CONTINUE>: Delete.
2624         * thread.c: Don't include "continuations.h".
2625         (clear_thread_inferior_resources): Remove references to
2626         continuations.
2627
2628 2015-09-09  Pedro Alves  <palves@redhat.com>
2629
2630         * infcall.c (struct dummy_frame_context_saver): Delete.
2631         (dummy_frame_context_saver_free, dummy_frame_context_saver_dtor)
2632         (dummy_frame_context_saver_drop)
2633         (dummy_frame_context_saver_cleanup)
2634         (dummy_frame_context_saver_get_regs)
2635         (dummy_frame_context_saver_setup): Delete.
2636         * infcall.h (dummy_frame_context_saver_drop)
2637         (dummy_frame_context_saver_cleanup)
2638         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver):
2639         Delete.
2640         (get_return_value): Remove 'ctx_saver' paremeter.  Adjust.
2641         * inferior.h (get_return_value): Remove 'ctx_saver' paremeter.
2642         * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Adjust.
2643
2644 2015-09-09  Pedro Alves  <palves@redhat.com>
2645
2646         * breakpoint.c: Include "thread-fsm.h".
2647         (struct until_break_command_continuation_args): Delete.
2648         (struct until_break_fsm): New.
2649         (until_break_fsm_ops): New global.
2650         (new_until_break_fsm, until_break_fsm_should_stop): New functions.
2651         (until_break_command_continuation): Delete.
2652         (until_break_fsm_clean_up): New function.
2653         (until_break_fsm_async_reply_reason): New function.
2654         (until_break_command): Adjust to create an until_break_fsm instead
2655         of a continuation.
2656         (momentary_bkpt_print_it): No longer print MI's async-stop-reason
2657         here.
2658         * infcmd.c (struct until_next_fsm): New.
2659         (until_next_fsm_ops): New global.
2660         (new_until_next_fsm, until_next_fsm_should_stop): New function.
2661         (until_next_continuation): Delete.
2662         (until_next_fsm_clean_up, until_next_fsm_async_reply_reason): New
2663         functions.
2664         (until_next_command): Adjust to create a new until_next_fsm
2665         instead of a continuation.
2666
2667 2015-09-09  Pedro Alves  <palves@redhat.com>
2668
2669         * infcall.c: Include thread_fsm.h.
2670         (struct call_return_meta_info): New.
2671         (get_call_return_value): New function, factored out from
2672         call_function_by_hand_dummy.
2673         (struct call_thread_fsm): New.
2674         (call_thread_fsm_ops): New global.
2675         (new_call_thread_fsm, call_thread_fsm_should_stop)
2676         (call_thread_fsm_should_notify_stop): New functions.
2677         (run_inferior_call): Add 'sm' parameter.  Associate the FSM with
2678         the thread.
2679         (call_function_by_hand_dummy): Create a new call_thread_fsm
2680         instance, associate it with the thread, and wait for the FSM to
2681         finish.  If finished successfully, fetch the function's result
2682         value out of the FSM.
2683         * infrun.c (fetch_inferior_event): If the FSM says the stop
2684         shouldn't be notified, don't call normal_stop.
2685         (maybe_remove_breakpoints): New function, factored out from ...
2686         (normal_stop): ... here.  Simplify.
2687         * infrun.h (maybe_remove_breakpoints): Declare.
2688         * thread-fsm.c (thread_fsm_should_notify_stop): New function.
2689         (thread-fsm.h) <struct thread_fsm_ops>: New field.
2690         (thread_fsm_should_notify_stop): Declare.
2691
2692 2015-09-09  Pedro Alves  <palves@redhat.com>
2693
2694         * Makefile.in (COMMON_OBS): Add thread-fsm.o.
2695         * breakpoint.c (handle_jit_event): Print debug output.
2696         (bpstat_what): Split event callback handling to ...
2697         (bpstat_run_callbacks): ... this new function.
2698         (momentary_bkpt_print_it): No longer handle bp_finish here.
2699         * breakpoint.h (bpstat_run_callbacks): Declare.
2700         * gdbthread.h (struct thread_info) <step_multi>: Delete field.
2701         <thread_fsm>: New field.
2702         (thread_cancel_execution_command): Declare.
2703         * infcmd.c: Include thread-fsm.h.
2704         (struct step_command_fsm): New.
2705         (step_command_fsm_ops): New global.
2706         (new_step_command_fsm, step_command_fsm_prepare): New functions.
2707         (step_1): Adjust to use step_command_fsm_prepare and
2708         prepare_one_step.
2709         (struct step_1_continuation_args): Delete.
2710         (step_1_continuation): Delete.
2711         (step_command_fsm_should_stop): New function.
2712         (step_once): Delete.
2713         (step_command_fsm_clean_up, step_command_fsm_async_reply_reason)
2714         (prepare_one_step): New function, based on step_once.
2715         (until_next_command): Remove step_multi reference.
2716         (struct return_value_info): New.
2717         (print_return_value): Rename to ...
2718         (print_return_value_1): ... this.  New struct return_value_info
2719         parameter.  Adjust.
2720         (print_return_value): Reimplement as wrapper around
2721         print_return_value_1.
2722         (struct finish_command_fsm): New.
2723         (finish_command_continuation): Delete.
2724         (finish_command_fsm_ops): New global.
2725         (new_finish_command_fsm, finish_command_fsm_should_stop): New
2726         functions.
2727         (finish_command_fsm_clean_up, finish_command_fsm_return_value):
2728         New.
2729         (finish_command_continuation_free_arg): Delete.
2730         (finish_command_fsm_async_reply_reason): New.
2731         (finish_backward, finish_forward): Change symbol parameter to a
2732         finish_command_fsm.  Adjust.
2733         (finish_command): Create a finish_command_fsm.  Adjust.
2734         * infrun.c: Include "thread-fsm.h".
2735         (clear_proceed_status_thread): Delete the thread's FSM.
2736         (infrun_thread_stop_requested_callback): Cancel the thread's
2737         execution command.
2738         (clean_up_just_stopped_threads_fsms): New function.
2739         (fetch_inferior_event): Handle the event_thread's should_stop
2740         method saying the command isn't done yet.
2741         (process_event_stop_test): Run breakpoint callbacks here.
2742         (print_stop_event): Rename to ...
2743         (print_stop_location): ... this.
2744         (restore_current_uiout_cleanup): New function.
2745         (print_stop_event): Reimplement.
2746         (normal_stop): No longer notify the end_stepping_range observers
2747         here handle "step N" nor "finish" here.  No longer call
2748         print_stop_event here.
2749         * infrun.h (struct return_value_info): Forward declare.
2750         (print_return_value): Declare.
2751         (print_stop_event): Change prototype.
2752         * thread-fsm.c: New file.
2753         * thread-fsm.h: New file.
2754         * thread.c: Include "thread-fsm.h".
2755         (thread_cancel_execution_command): New function.
2756         (clear_thread_inferior_resources): Call it.
2757         * cli/cli-interp.c (cli_on_normal_stop): New function.
2758         (cli_interpreter_init): Install cli_on_normal_stop as normal_stop
2759         observer.
2760         * mi/mi-interp.c: Include "thread-fsm.h".
2761         (restore_current_uiout_cleanup): Delete.
2762         (mi_on_normal_stop): If the thread has an FSM associated, and it
2763         finished, ask it for the async-reply-reason to print.  Always call
2764         print_stop_event here, regardless of the top-level interpreter.
2765         Check bpstat_what to tell whether an asynchronous breakpoint hit
2766         triggered.
2767         * tui/tui-interp.c (tui_on_normal_stop): New function.
2768         (tui_init): Install tui_on_normal_stop as normal_stop observer.
2769
2770 2015-09-09  Pedro Alves  <palves@redhat.com>
2771
2772         * breakpoint.c (bpstat_do_actions_1, until_break_command): Don't
2773         check whether the target can async.
2774         * inf-loop.c (inferior_event_handler): Only call target_async if
2775         the target can async.
2776         * infcall.c: Include top.h and interps.h.
2777         (run_inferior_call): For the interpreter to sync mode while
2778         running the infcall.  Call wait_sync_command_done instead of
2779         wait_for_inferior plus normal_stop.
2780         * infcmd.c (prepare_execution_command): Don't check whether the
2781         target can async when running in the foreground.
2782         (step_1): Delete synchronous case handling.
2783         (step_once): Always install a continuation, even in sync mode.
2784         (until_next_command, finish_forward): Don't check whether the
2785         target can async.
2786         (attach_command_post_wait, notice_new_inferior): Always install a
2787         continuation, even in sync mode.
2788         * infrun.c (mark_infrun_async_event_handler): New function.
2789         (proceed): In sync mode, mark infrun's event source instead of
2790         waiting for events here.
2791         (fetch_inferior_event): If the target can't async, do a blocking
2792         wait.
2793         (prepare_to_wait): In sync mode, mark infrun's event source.
2794         (infrun_async_inferior_event_handler): No longer bail out if the
2795         target can't async.
2796         * infrun.h (mark_infrun_async_event_handler): New declaration.
2797         * linux-nat.c (linux_nat_wait_1): Remove calls to
2798         set_sigint_trap/clear_sigint_trap.
2799         (linux_nat_terminal_inferior): No longer check whether the target
2800         can async.
2801         * mi/mi-interp.c (mi_on_sync_execution_done): Update and simplify
2802         comment.
2803         (mi_execute_command_input_handler): No longer check whether the
2804         target is async.  Update and simplify comment.
2805         * target.c (default_target_wait): New function.
2806         * target.h (struct target_ops) <to_wait>: Now defaults to
2807         default_target_wait.
2808         (default_target_wait): Declare.
2809         * top.c (wait_sync_command_done): New function, factored out from
2810         ...
2811         (maybe_wait_sync_command_done): ... this.
2812         * top.h (wait_sync_command_done): Declare.
2813         * target-delegates.c: Regenerate.
2814
2815 2015-09-09  Markus Metzger  <markus.t.metzger@intel.com>
2816
2817         * nat/linux-btrace.h (struct btrace_target_info) <ptr_bits>: Remove.
2818         * nat/linux-btrace.c: Include filestuff.h and inttypes.h.
2819         Remove include of sys/utsname.h.
2820         (linux_determine_kernel_ptr_bits): Remove.
2821         (linux_determine_kernel_start): New.
2822         (perf_event_is_kernel_addr): Remove tinfo argument.  Update users.
2823         Update check.
2824         (perf_event_skip_bts_record): Remove tinfo argument.  Update users.
2825         (linux_enable_bts, linux_enable_pt): Remove tinfo->ptr_bits
2826         initialization.
2827         * x86-linux-nat.c (x86_linux_enable_btrace): Remove ptr_bits
2828         assignment.
2829
2830 2015-09-07  Pedro Alves  <palves@redhat.com>
2831
2832         * guile/guile-internal.h (as_a_scm_t_subr): New.
2833         * guile/guile.c (misc_guile_functions): Use it.
2834         * guile/scm-arch.c (arch_functions): Use it.
2835         * guile/scm-block.c (block_functions, gdbscm_initialize_blocks):
2836         Use it.
2837         * guile/scm-breakpoint.c (breakpoint_functions): Use it.
2838         * guile/scm-cmd.c (command_functions): Use it.
2839         * guile/scm-disasm.c (disasm_functions): Use it.
2840         * guile/scm-exception.c (exception_functions)
2841         (private_exception_functions): Use it.
2842         * guile/scm-frame.c (frame_functions)
2843         * guile/scm-gsmob.c (gsmob_functions): Use it.
2844         * guile/scm-iterator.c (iterator_functions): Use it.
2845         * guile/scm-lazy-string.c (lazy_string_functions): Use it.
2846         * guile/scm-math.c (math_functions): Use it.
2847         * guile/scm-objfile.c (objfile_functions): Use it.
2848         * guile/scm-param.c (parameter_functions): Use it.
2849         * guile/scm-ports.c (port_functions, private_port_functions): Use
2850         it.
2851         * guile/scm-pretty-print.c (pretty_printer_functions): Use it.
2852         * guile/scm-progspace.c (pspace_functions): Use it.
2853         * guile/scm-string.c (string_functions): Use it.
2854         * guile/scm-symbol.c (symbol_functions): Use it.
2855         * guile/scm-symtab.c (symtab_functions): Use it.
2856         * guile/scm-type.c (type_functions, gdbscm_initialize_types): Use
2857         it.
2858         * guile/scm-value.c (value_functions): Use it.
2859
2860 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
2861
2862         * tui/tui-data.c (win_with_focus): Remove cast of NULL pointer.
2863         (tui_next_win): Likewise.
2864         (tui_prev_win): Likewise.
2865         (tui_partial_win_by_name): Likewise.
2866         (tui_init_generic_part): Likewise.
2867         (init_content_element): Likewise.
2868         (tui_del_window): Likewise.
2869         (tui_free_window): Likewise.
2870         (tui_del_data_windows): Likewise.
2871         (tui_free_data_content): Likewise.
2872         * tui/tui-layout.c (make_source_or_disasm_window): Likewise.
2873         * tui/tui-regs.c (tui_show_register_group): Likewise.
2874         * tui/tui-win.c (tui_resize_all): Likewise.
2875         (tui_set_focus): Likewise.
2876         (tui_set_win_height): Likewise.
2877         (make_invisible_and_set_new_height): Likewise.
2878         * tui/tui-windata.c (tui_delete_data_content_windows): Likewise.
2879         * tui/tui-wingeneral.c (make_visible): Likewise.
2880
2881 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
2882
2883         * cli/cli-decode.c (find_cmd): Remove cast of NULL pointer.
2884
2885 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
2886
2887         * c-valprint.c (print_unpacked_pointer): Remove cast of NULL
2888         pointer.
2889         * dbxread.c (dbx_end_psymtab): Likewise.
2890         * gnu-nat.c (gnu_write_inferior): Likewise.
2891         * mdebugread.c (cross_ref): Likewise.
2892         * p-valprint.c (pascal_val_print): Likewise.
2893         * xcoffread.c (xcoff_end_psymtab): Likewise.
2894
2895 2015-09-04  Yao Qi  <yao.qi@linaro.org>
2896
2897         * NEWS: Mention the aarch64 multi-arch debugging support.
2898
2899 2015-09-03  Pierre-Marie de Rodat  <derodat@adacore.com>
2900
2901         * ada-lang.c (ada_language_arch_info): Create a TYPE_CODE_CHAR
2902         type instead of a TYPE_CODE_INT one for the string_char_type
2903         and the ada_primitive_type_char types.
2904
2905 2015-09-03  Yao Qi  <yao.qi@linaro.org>
2906
2907         * aarch64-linux-nat.c (aarch64_linux_region_ok_for_hw_watchpoint):
2908         Move code to aarch64_linux_region_ok_for_watchpoint.  Call
2909         aarch64_linux_region_ok_for_watchpoint.
2910         * nat/aarch64-linux-hw-point.c (aarch64_linux_region_ok_for_watchpoint):
2911         New function.
2912         * nat/aarch64-linux-hw-point.h (aarch64_linux_region_ok_for_watchpoint):
2913         Declare it.
2914
2915 2015-09-02  Patrick Palka  <patrick@parcs.ath.cx>
2916
2917         * gdb_obstack.h (obstack_strdup): Declare.
2918         * gdb_obstack.c (obstack_strdup): Define.
2919         * gdbarch.sh (gdbarch_obstack_strdup): Declare and define.
2920         * gdbarch.c: Regenerate.
2921         * gdbarch.h: Regenerate.
2922         * gdbtypes.c (arch_type): Use gdbarch_obstack_strdup.
2923
2924 2015-09-02  Patrick Palka  <patrick@parcs.ath.cx>
2925
2926         * gdbtypes.c (copy_type_recursive): Update documentation.
2927
2928 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
2929
2930         * solib-svr4.c (solib_event_probe_action): Initialize 'probe_argc'
2931         as zero.
2932
2933 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
2934
2935         * solib-svr4.c (svr4_handle_solib_event): Initialize 'val' as NULL
2936
2937 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
2938
2939         * solib-svr4.c (solib_event_probe_action): Call
2940         get_probe_argument_count using TRY...CATCH.
2941         (svr4_handle_solib_event): Likewise, for evaluate_probe_argument.
2942
2943 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
2944
2945         * probe.h (struct probe_ops) <get_probe_argument_count,
2946         evaluate_probe_argument, enable_probe, disable_probe>: Mention in
2947         the comment that the function can throw an exception.
2948         (get_probe_argument_count): Likewise.
2949         (evaluate_probe_argument): Likewise.
2950         * stap-probe.c (stap_get_opcode): Call error instead of
2951         internal_error.
2952         (stap_get_expected_argument_type): Likewise.  Add argument
2953         'probe'.  Improve error message by mentioning the probe's name.
2954         (stap_parse_probe_arguments): Adjust call to
2955         stap_get_expected_argument_type.
2956         (stap_get_arg): Add comment.  Assert that 'probe->args_parsed' is
2957         not zero.  Call internal_error if GDB requests an argument but the
2958         probe has no arguments.
2959
2960 2015-09-01  Pierre-Marie de Rodat  <derodat@adacore.com>
2961
2962         * ada-lang.c (ada_resolve_function): Do not ask the user what
2963         match to use when in completion mode.
2964
2965 2015-08-31  Andrew Burgess  <andrew.burgess@embecosm.com>
2966
2967         * tui/tui-data.c (tui_win_name): Make local variable const, remove
2968         cast of NULL.
2969
2970 2015-08-31  Max Filippov  <jcmvbkbc@gmail.com>
2971
2972         * xtensa-tdep.h (XTENSA_GDBARCH_TDEP_INSTANTIATE): Initialize
2973         call_abi using XSHAL_ABI macro.
2974
2975 2015-08-29  Doug Evans  <xdje42@gmail.com>
2976
2977         * symtab.h (struct symbol): Tweak comment.
2978
2979 2015-08-29  Patrick Palka  <patrick@parcs.ath.cx>
2980
2981         * gdbtypes.c (alloc_type_arch): Allocate the type on the given
2982         gdbarch obstack instead of on the heap.  Update commentary
2983         accordingly.
2984
2985 2015-08-28  Joel Brobecker  <brobecker@adacore.com>
2986
2987         GDB 7.10 released.
2988
2989 2015-08-28  Simon Marchi  <simon.marchi@ericsson.com>
2990
2991         * NEWS: Update entry about non-8-bits addressable memory.
2992
2993 2015-08-28  Ulrich Weigand  <uweigand@de.ibm.com>
2994
2995         Revert:
2996         2014-11-06  Doug Evans  <xdje42@gmail.com>
2997         * solib.c (solib_global_lookup): Fetch arch from objfile,
2998         not target_gdbarch.
2999
3000 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3001
3002         * ppc-linux-tdep.c (ppc_linux_spe_context_lookup): Do not
3003         attempt to relocate a TLS variable offset.
3004
3005 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3006
3007         * spu-multiarch.c (parse_spufs_run): Bail out if inferior is not
3008         registered yet.  Set inferior_ptid while calling target_read_memory.
3009
3010 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3011
3012         * nat/linux-ptrace.h (GDB_ARCH_TRAP_BRKPT): Replace by ...
3013         (GDB_ARCH_IS_TRAP_BRKPT): ... this.  Add __powerpc__ case.
3014         * linux-nat.c (check_stopped_by_breakpoint): Use
3015         GDB_ARCH_IS_TRAP_BRKPT instead of GDB_ARCH_TRAP_BRKPT.
3016
3017 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3018
3019         * linux-thread-db.c (thread_db_get_thread_local_address): If the
3020         thread was not yet discovered, use thread_from_lwp instead of
3021         calling thread_db_find_new_threads_1.
3022
3023 2015-08-27  Simon Marchi  <simon.marchi@ericsson.com>
3024
3025         * m88k-tdep.c (m88k_analyze_prologue): Fix inverted allocation
3026         statements.
3027
3028 2015-08-27  Simon Marchi  <simon.marchi@ericsson.com>
3029
3030         * NEWS: Document support for non-8-bits addressable memory.
3031
3032 2015-08-27  Pedro Alves  <palves@redhat.com>
3033
3034         * configure.ac: Remove AC_TYPE_SIGNAL call.
3035         * configure, config.in: Regenerate.
3036
3037 2015-08-27  Pedro Alves  <palves@redhat.com>
3038
3039         * cp-support.c (gdb_demangle): Use sighandler_t.  Remove cast.
3040         * extension-priv.h: Include signal.h.
3041         (struct signal_handler) <handler>: Change type to sighandler_t.
3042         * extension.c (install_gdb_sigint_handler): Use sighandler_t.
3043         * inflow.c (sigint_ours, sigquit_ours): Change type to
3044         sighandler_t.
3045         (child_terminal_inferior): Remove casts.
3046         (child_terminal_ours_1, new_tty): Use sighandler_t.  Remove casts.
3047         (osig): Change type to sighandler_t.
3048         * nto-procfs.c (ofunc): Change type to sighandler_t.
3049         (procfs_wait): Remove casts.
3050         * remote-m32r-sdi.c (m32r_wait, m32r_load): Use sighandler_t.
3051         * remote-sim.c (gdbsim_wait): Use sighandler_t.
3052         * utils.c (wait_to_die_with_timeout): Use sighandler_t.
3053
3054 2015-08-27  Pedro Alves  <palves@redhat.com>
3055
3056         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add signal-h.
3057         * gnulib/aclocal.m4: Renegerate.
3058         * gnulib/config.in: Renegerate.
3059         * gnulib/configure: Renegerate.
3060         * gnulib/import/Makefile.am: Update.
3061         * gnulib/import/Makefile.in: Regenerate.
3062         * gnulib/import/m4/gnulib-cache.m4: Update.
3063         * gnulib/import/m4/gnulib-comp.m4: Update.
3064         * gnulib/import/m4/signal_h.m4: New file.
3065         * gnulib/import/signal.in.h: New file.
3066
3067 2015-08-27  Pedro Alves  <palves@redhat.com>
3068
3069         * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE)
3070         (MIN_MEMORY_PACKET_SIZE): New.
3071         (MAX_REMOTE_PACKET_SIZE, MIN_REMOTE_PACKET_SIZE): Delete.
3072         (get_memory_packet_size): Adjust.  No longer limit the max packet
3073         size.
3074         (set_memory_packet_size): Adjust, and remove dead code.
3075         (remote_check_symbols): Use xmalloc and a cleanup instead of
3076         alloca.
3077         (remote_packet_size): No longer cap the packet size.
3078         (putpkt_binary): Use xmalloc and a cleanup instead of alloca.
3079
3080 2015-08-26  Luis Machado  <lgustavo@codesourcery.com>
3081
3082         * compile/compile.c (compile_to_object): Mention language in
3083         error message.
3084
3085 2015-08-26  Patrick Palka  <patrick@parcs.ath.cx>
3086
3087         * target.c (target_pre_inferior): Unset attach_flag.
3088
3089 2015-08-26  Simon Marchi  <simon.marchi@ericsson.com>
3090
3091         * gdbarch.sh (append_name): Fix type in XRESIZEVEC.
3092         * gdbarch.c: Re-generate.
3093
3094 2015-08-26  Simon Marchi  <simon.marchi@ericsson.com>
3095
3096         * aarch64-linux-nat.c (aarch64_add_process): Replace xmalloc-family
3097         function with the XNEW-family equivalent.
3098         * aarch64-tdep.c (aarch64_gdbarch_init): Likewise.
3099         * ada-exp.y (write_ambiguous_var): Likewise.
3100         * ada-lang.c (resolve_subexp): Likewise.
3101         (user_select_syms): Likewise.
3102         (assign_aggregate): Likewise.
3103         (ada_evaluate_subexp): Likewise.
3104         (cache_symbol): Likewise.
3105         * addrmap.c (allocate_key): Likewise.
3106         (addrmap_create_mutable): Likewise.
3107         * aix-thread.c (sync_threadlists): Likewise.
3108         * alpha-tdep.c (alpha_push_dummy_call): Likewise.
3109         (alpha_gdbarch_init): Likewise.
3110         * amd64-windows-tdep.c (amd64_windows_push_arguments): Likewise.
3111         * arm-linux-nat.c (arm_linux_add_process): Likewise.
3112         * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
3113         * arm-tdep.c (push_stack_item): Likewise.
3114         (arm_displaced_step_copy_insn): Likewise.
3115         (arm_gdbarch_init): Likewise.
3116         (_initialize_arm_tdep): Likewise.
3117         * avr-tdep.c (push_stack_item): Likewise.
3118         * ax-general.c (new_agent_expr): Likewise.
3119         * block.c (block_initialize_namespace): Likewise.
3120         * breakpoint.c (alloc_counted_command_line): Likewise.
3121         (update_dprintf_command_list): Likewise.
3122         (parse_breakpoint_sals): Likewise.
3123         (decode_static_tracepoint_spec): Likewise.
3124         (until_break_command): Likewise.
3125         (clear_command): Likewise.
3126         (update_global_location_list): Likewise.
3127         (get_breakpoint_objfile_data) Likewise.
3128         * btrace.c (ftrace_new_function): Likewise.
3129         (btrace_set_insn_history): Likewise.
3130         (btrace_set_call_history): Likewise.
3131         * buildsym.c (add_symbol_to_list): Likewise.
3132         (record_pending_block): Likewise.
3133         (start_subfile): Likewise.
3134         (start_buildsym_compunit): Likewise.
3135         (push_subfile): Likewise.
3136         (end_symtab_get_static_block): Likewise.
3137         (buildsym_init): Likewise.
3138         * cli/cli-cmds.c (source_command): Likewise.
3139         * cli/cli-decode.c (add_cmd): Likewise.
3140         * cli/cli-script.c (build_command_line): Likewise.
3141         (setup_user_args): Likewise.
3142         (realloc_body_list): Likewise.
3143         (process_next_line): Likewise.
3144         (copy_command_lines): Likewise.
3145         * cli/cli-setshow.c (do_set_command): Likewise.
3146         * coff-pe-read.c (read_pe_exported_syms): Likewise.
3147         * coffread.c (coff_locate_sections): Likewise.
3148         (coff_symtab_read): Likewise.
3149         (coff_read_struct_type): Likewise.
3150         * common/cleanups.c (make_my_cleanup2): Likewise.
3151         * common/common-exceptions.c (throw_it): Likewise.
3152         * common/filestuff.c (make_cleanup_close): Likewise.
3153         * common/format.c (parse_format_string): Likewise.
3154         * common/queue.h (DEFINE_QUEUE_P): Likewise.
3155         * compile/compile-object-load.c (munmap_list_add): Likewise.
3156         (compile_object_load): Likewise.
3157         * compile/compile-object-run.c (compile_object_run): Likewise.
3158         * compile/compile.c (append_args): Likewise.
3159         * corefile.c (specify_exec_file_hook): Likewise.
3160         * cp-support.c (make_symbol_overload_list): Likewise.
3161         * cris-tdep.c (push_stack_item): Likewise.
3162         (cris_gdbarch_init): Likewise.
3163         * ctf.c (ctf_trace_file_writer_new): Likewise.
3164         * dbxread.c (init_header_files): Likewise.
3165         (add_new_header_file): Likewise.
3166         (init_bincl_list): Likewise.
3167         (dbx_end_psymtab): Likewise.
3168         (start_psymtab): Likewise.
3169         (dbx_end_psymtab): Likewise.
3170         * dcache.c (dcache_init): Likewise.
3171         * dictionary.c (dict_create_hashed): Likewise.
3172         (dict_create_hashed_expandable): Likewise.
3173         (dict_create_linear): Likewise.
3174         (dict_create_linear_expandable): Likewise.
3175         * dtrace-probe.c (dtrace_process_dof_probe): Likewise.
3176         * dummy-frame.c (register_dummy_frame_dtor): Likewise.
3177         * dwarf2-frame-tailcall.c (cache_new_ref1): Likewise.
3178         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3179         (decode_frame_entry_1): Likewise.
3180         * dwarf2expr.c (new_dwarf_expr_context): Likewise.
3181         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
3182         * dwarf2read.c (dwarf2_has_info): Likewise.
3183         (create_signatured_type_table_from_index): Likewise.
3184         (dwarf2_read_index): Likewise.
3185         (dw2_get_file_names_reader): Likewise.
3186         (create_all_type_units): Likewise.
3187         (read_cutu_die_from_dwo): Likewise.
3188         (init_tu_and_read_dwo_dies): Likewise.
3189         (init_cutu_and_read_dies): Likewise.
3190         (create_all_comp_units): Likewise.
3191         (queue_comp_unit): Likewise.
3192         (inherit_abstract_dies): Likewise.
3193         (read_call_site_scope): Likewise.
3194         (dwarf2_add_field): Likewise.
3195         (dwarf2_add_typedef): Likewise.
3196         (dwarf2_add_member_fn): Likewise.
3197         (attr_to_dynamic_prop): Likewise.
3198         (abbrev_table_alloc_abbrev): Likewise.
3199         (abbrev_table_read_table): Likewise.
3200         (add_include_dir): Likewise.
3201         (add_file_name): Likewise.
3202         (dwarf_decode_line_header): Likewise.
3203         (dwarf2_const_value_attr): Likewise.
3204         (dwarf_alloc_block): Likewise.
3205         (parse_macro_definition): Likewise.
3206         (set_die_type): Likewise.
3207         (write_psymtabs_to_index): Likewise.
3208         (create_cus_from_index): Likewise.
3209         (dwarf2_create_include_psymtab): Likewise.
3210         (process_psymtab_comp_unit_reader): Likewise.
3211         (build_type_psymtab_dependencies): Likewise.
3212         (read_comp_units_from_section): Likewise.
3213         (compute_compunit_symtab_includes): Likewise.
3214         (create_dwo_unit_in_dwp_v1): Likewise.
3215         (create_dwo_unit_in_dwp_v2): Likewise.
3216         (read_func_scope): Likewise.
3217         (process_structure_scope): Likewise.
3218         (mark_common_block_symbol_computed): Likewise.
3219         (load_partial_dies): Likewise.
3220         (dwarf2_symbol_mark_computed): Likewise.
3221         * elfread.c (elf_symfile_segments): Likewise.
3222         (elf_read_minimal_symbols): Likewise.
3223         * environ.c (make_environ): Likewise.
3224         * eval.c (evaluate_subexp_standard): Likewise.
3225         * event-loop.c (create_file_handler): Likewise.
3226         (create_async_signal_handler): Likewise.
3227         (create_async_event_handler): Likewise.
3228         (create_timer): Likewise.
3229         * exec.c (build_section_table): Likewise.
3230         * fbsd-nat.c (fbsd_remember_child): Likewise.
3231         * fork-child.c (fork_inferior): Likewise.
3232         * frv-tdep.c (new_variant): Likewise.
3233         * gdbarch.sh (gdbarch_alloc): Likewise.
3234         (append_name): Likewise.
3235         * gdbtypes.c (rank_function): Likewise.
3236         (copy_type_recursive): Likewise.
3237         (add_dyn_prop): Likewise.
3238         * gnu-nat.c (make_proc): Likewise.
3239         (make_inf): Likewise.
3240         (gnu_write_inferior): Likewise.
3241         * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
3242         (build_std_type_info_type): Likewise.
3243         * guile/scm-param.c (compute_enum_list): Likewise.
3244         * guile/scm-utils.c (gdbscm_parse_function_args): Likewise.
3245         * guile/scm-value.c (gdbscm_value_call): Likewise.
3246         * h8300-tdep.c (h8300_gdbarch_init): Likewise.
3247         * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
3248         (read_unwind_info): Likewise.
3249         * ia64-tdep.c (ia64_gdbarch_init): Likewise.
3250         * infcall.c (dummy_frame_context_saver_setup): Likewise.
3251         (call_function_by_hand_dummy): Likewise.
3252         * infcmd.c (step_once): Likewise.
3253         (finish_forward): Likewise.
3254         (attach_command): Likewise.
3255         (notice_new_inferior): Likewise.
3256         * inferior.c (add_inferior_silent): Likewise.
3257         * infrun.c (add_displaced_stepping_state): Likewise.
3258         (save_infcall_control_state): Likewise.
3259         (save_inferior_ptid): Likewise.
3260         (_initialize_infrun): Likewise.
3261         * jit.c (bfd_open_from_target_memory): Likewise.
3262         (jit_gdbarch_data_init): Likewise.
3263         * language.c (add_language): Likewise.
3264         * linespec.c (decode_line_2): Likewise.
3265         * linux-nat.c (add_to_pid_list): Likewise.
3266         (add_initial_lwp): Likewise.
3267         * linux-thread-db.c (add_thread_db_info): Likewise.
3268         (record_thread): Likewise.
3269         (info_auto_load_libthread_db): Likewise.
3270         * m32c-tdep.c (m32c_gdbarch_init): Likewise.
3271         * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
3272         * m68k-tdep.c (m68k_gdbarch_init): Likewise.
3273         * m88k-tdep.c (m88k_analyze_prologue): Likewise.
3274         * macrocmd.c (macro_define_command): Likewise.
3275         * macroexp.c (gather_arguments): Likewise.
3276         * macroscope.c (sal_macro_scope): Likewise.
3277         * macrotab.c (new_macro_table): Likewise.
3278         * mdebugread.c (push_parse_stack): Likewise.
3279         (parse_partial_symbols): Likewise.
3280         (parse_symbol): Likewise.
3281         (psymtab_to_symtab_1): Likewise.
3282         (new_block): Likewise.
3283         (new_psymtab): Likewise.
3284         (mdebug_build_psymtabs): Likewise.
3285         (add_pending): Likewise.
3286         (elfmdebug_build_psymtabs): Likewise.
3287         * mep-tdep.c (mep_gdbarch_init): Likewise.
3288         * mi/mi-main.c (mi_execute_command): Likewise.
3289         * mi/mi-parse.c (mi_parse_argv): Likewise.
3290         * minidebug.c (lzma_open): Likewise.
3291         * minsyms.c (terminate_minimal_symbol_table): Likewise.
3292         * mips-linux-nat.c (mips_linux_insert_watchpoint): Likewise.
3293         * mips-tdep.c (mips_gdbarch_init): Likewise.
3294         * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
3295         * msp430-tdep.c (msp430_gdbarch_init): Likewise.
3296         * mt-tdep.c (mt_registers_info): Likewise.
3297         * nat/aarch64-linux.c (aarch64_linux_new_thread): Likewise.
3298         * nat/linux-btrace.c (linux_enable_bts): Likewise.
3299         (linux_enable_pt): Likewise.
3300         * nat/linux-osdata.c (linux_xfer_osdata_processes): Likewise.
3301         (linux_xfer_osdata_processgroups): Likewise.
3302         * nios2-tdep.c (nios2_gdbarch_init): Likewise.
3303         * nto-procfs.c (procfs_meminfo): Likewise.
3304         * objc-lang.c (start_msglist): Likewise.
3305         (selectors_info): Likewise.
3306         (classes_info): Likewise.
3307         (find_methods): Likewise.
3308         * objfiles.c (allocate_objfile): Likewise.
3309         (update_section_map): Likewise.
3310         * osabi.c (gdbarch_register_osabi): Likewise.
3311         (gdbarch_register_osabi_sniffer): Likewise.
3312         * parse.c (start_arglist): Likewise.
3313         * ppc-linux-nat.c (hwdebug_find_thread_points_by_tid): Likewise.
3314         (hwdebug_insert_point): Likewise.
3315         * printcmd.c (display_command): Likewise.
3316         (ui_printf): Likewise.
3317         * procfs.c (create_procinfo): Likewise.
3318         (load_syscalls): Likewise.
3319         (proc_get_LDT_entry): Likewise.
3320         (proc_update_threads): Likewise.
3321         * prologue-value.c (make_pv_area): Likewise.
3322         (pv_area_store): Likewise.
3323         * psymtab.c (extend_psymbol_list): Likewise.
3324         (init_psymbol_list): Likewise.
3325         (allocate_psymtab): Likewise.
3326         * python/py-inferior.c (add_thread_object): Likewise.
3327         * python/py-param.c (compute_enum_values): Likewise.
3328         * python/py-value.c (valpy_call): Likewise.
3329         * python/py-varobj.c (py_varobj_iter_next): Likewise.
3330         * python/python.c (ensure_python_env): Likewise.
3331         * record-btrace.c (record_btrace_start_replaying): Likewise.
3332         * record-full.c (record_full_reg_alloc): Likewise.
3333         (record_full_mem_alloc): Likewise.
3334         (record_full_end_alloc): Likewise.
3335         (record_full_core_xfer_partial): Likewise.
3336         * regcache.c (get_thread_arch_aspace_regcache): Likewise.
3337         * remote-fileio.c (remote_fileio_init_fd_map): Likewise.
3338         * remote-notif.c (remote_notif_state_allocate): Likewise.
3339         * remote.c (demand_private_info): Likewise.
3340         (remote_notif_stop_alloc_reply): Likewise.
3341         (remote_enable_btrace): Likewise.
3342         * reverse.c (save_bookmark_command): Likewise.
3343         * rl78-tdep.c (rl78_gdbarch_init): Likewise.
3344         * rx-tdep.c (rx_gdbarch_init): Likewise.
3345         * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
3346         * ser-go32.c (dos_get_tty_state): Likewise.
3347         (dos_copy_tty_state): Likewise.
3348         * ser-mingw.c (ser_windows_open): Likewise.
3349         (ser_console_wait_handle): Likewise.
3350         (ser_console_get_tty_state): Likewise.
3351         (make_pipe_state): Likewise.
3352         (net_windows_open): Likewise.
3353         * ser-unix.c (hardwire_get_tty_state): Likewise.
3354         (hardwire_copy_tty_state): Likewise.
3355         * solib-aix.c (solib_aix_new_lm_info): Likewise.
3356         * solib-dsbt.c (dsbt_current_sos): Likewise.
3357         (dsbt_relocate_main_executable): Likewise.
3358         * solib-frv.c (frv_current_sos): Likewise.
3359         (frv_relocate_main_executable): Likewise.
3360         * solib-spu.c (spu_bfd_fopen): Likewise.
3361         * solib-svr4.c (lm_info_read): Likewise.
3362         (svr4_copy_library_list): Likewise.
3363         (svr4_default_sos): Likewise.
3364         * source.c (find_source_lines): Likewise.
3365         (line_info): Likewise.
3366         (add_substitute_path_rule): Likewise.
3367         * spu-linux-nat.c (spu_bfd_open): Likewise.
3368         * spu-tdep.c (info_spu_dma_cmdlist): Likewise.
3369         * stabsread.c (dbx_lookup_type): Likewise.
3370         (read_type): Likewise.
3371         (read_member_functions): Likewise.
3372         (read_struct_fields): Likewise.
3373         (read_baseclasses): Likewise.
3374         (read_args): Likewise.
3375         (_initialize_stabsread): Likewise.
3376         * stack.c (func_command): Likewise.
3377         * stap-probe.c (handle_stap_probe): Likewise.
3378         * symfile.c (addrs_section_sort): Likewise.
3379         (addr_info_make_relative): Likewise.
3380         (load_section_callback): Likewise.
3381         (add_symbol_file_command): Likewise.
3382         (init_filename_language_table): Likewise.
3383         * symtab.c (create_filename_seen_cache): Likewise.
3384         (sort_search_symbols_remove_dups): Likewise.
3385         (search_symbols): Likewise.
3386         * target.c (make_cleanup_restore_target_terminal): Likewise.
3387         * thread.c (new_thread): Likewise.
3388         (enable_thread_stack_temporaries): Likewise.
3389         (make_cleanup_restore_current_thread): Likewise.
3390         (thread_apply_all_command): Likewise.
3391         * tic6x-tdep.c (tic6x_gdbarch_init): Likewise.
3392         * top.c (gdb_readline_wrapper): Likewise.
3393         * tracefile-tfile.c (tfile_trace_file_writer_new): Likewise.
3394         * tracepoint.c (trace_find_line_command): Likewise.
3395         (all_tracepoint_actions_and_cleanup): Likewise.
3396         (make_cleanup_restore_current_traceframe): Likewise.
3397         (get_uploaded_tp): Likewise.
3398         (get_uploaded_tsv): Likewise.
3399         * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
3400         (tui_alloc_win_info): Likewise.
3401         (tui_alloc_content): Likewise.
3402         (tui_add_content_elements): Likewise.
3403         * tui/tui-disasm.c (tui_find_disassembly_address): Likewise.
3404         (tui_set_disassem_content): Likewise.
3405         * ui-file.c (ui_file_new): Likewise.
3406         (stdio_file_new): Likewise.
3407         (tee_file_new): Likewise.
3408         * utils.c (make_cleanup_restore_integer): Likewise.
3409         (add_internal_problem_command): Likewise.
3410         * v850-tdep.c (v850_gdbarch_init): Likewise.
3411         * valops.c (find_oload_champ): Likewise.
3412         * value.c (allocate_value_lazy): Likewise.
3413         (record_latest_value): Likewise.
3414         (create_internalvar): Likewise.
3415         * varobj.c (install_variable): Likewise.
3416         (new_variable): Likewise.
3417         (new_root_variable): Likewise.
3418         (cppush): Likewise.
3419         (_initialize_varobj): Likewise.
3420         * windows-nat.c (windows_make_so): Likewise.
3421         * x86-nat.c (x86_add_process): Likewise.
3422         * xcoffread.c (arrange_linetable): Likewise.
3423         (allocate_include_entry): Likewise.
3424         (process_linenos): Likewise.
3425         (SYMBOL_DUP): Likewise.
3426         (xcoff_start_psymtab): Likewise.
3427         (xcoff_end_psymtab): Likewise.
3428         * xml-support.c (gdb_xml_parse_attr_ulongest): Likewise.
3429         * xtensa-tdep.c (xtensa_register_type): Likewise.
3430         * gdbarch.c: Regenerate.
3431         * gdbarch.h: Regenerate.
3432
3433 2015-08-25  Don Breazeal  <donb@codesourcery.com>
3434
3435         * infrun.c (follow_exec): Re-order operations for
3436         handling follow-exec-mode "new".
3437         (handle_inferior_event_1): Assign ecs->event_thread
3438         to the current thread.
3439         * remote.c (get_remote_arch_state): Add an assertion.
3440
3441 2015-08-26  Pedro Alves  <palves@redhat.com>
3442
3443         * MAINTAINERS: Add Markus Metzger as btrace maintainer.
3444
3445 2015-08-25  Pedro Alves  <palves@redhat.com>
3446
3447         PR gdb/18804
3448         * defs.h (maybe_quit): Declare.
3449         (QUIT): Now calls maybe_quit.
3450         * event-loop.c (clear_async_signal_handler)
3451         (async_signal_handler_is_marked): New functions.
3452         * event-loop.h (async_signal_handler_is_marked)
3453         (clear_async_signal_handler): New declarations.
3454         * remote.c (remote_check_pending_interrupt): New function.
3455         (interrupt_query): Use make_cleanup_restore_target_terminal.  No
3456         longer check whether the target is async.  If waiting for a stop
3457         reply, and a Ctrl-C as been sent to the target, offer to
3458         disconnect, and throw TARGET_CLOSE_ERROR instead of a quit.
3459         Otherwise do not disconnect and throw a quit.
3460         (_initialize_remote): Install remote_check_pending_interrupt as
3461         to_check_pending_interrupt.
3462         * target.c (target_check_pending_interrupt): New function.
3463         * target.h (struct target_ops) <to_check_pending_interrupt>: New
3464         field.
3465         (target_check_pending_interrupt): New declaration.
3466         * utils.c (maybe_quit): New function.
3467         * target-delegates.c: Regenerate.
3468
3469 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3470
3471         * nat/aarch64-linux-hw-point.c (debug_reg_change_callback):
3472         Rename local variable pid to tid, and get lwpid of lwp.  Update
3473         debug output.
3474
3475 2015-08-25  Pierre-Marie de Rodat  <derodat@adacore.com>
3476
3477         * ada-lang.c (ada_read_var_value): Add a var_block argument
3478         and pass it to default_read_var_value.
3479         * block.c (block_static_link): New accessor.
3480         * block.h (block_static_link): Declare it.
3481         * buildsym.c (finish_block_internal): Add a static_link
3482         argument.  If there is a static link, associate it to the new
3483         block.
3484         (finish_block): Add a static link argument and pass it to
3485         finish_block_internal.
3486         (end_symtab_get_static_block): Update calls to finish_block and
3487         to finish_block_internal.
3488         (end_symtab_with_blockvector): Update call to
3489         finish_block_internal.
3490         * buildsym.h: Forward-declare struct dynamic_prop.
3491         (struct context_stack): Add a static_link field.
3492         (finish_block): Add a static link argument.
3493         * c-exp.y: Remove an obsolete comment (evaluation of variables
3494         already start from the selected frame, and now they climb *up*
3495         the call stack) and propagate the block information to the
3496         produced expression.
3497         * d-exp.y: Likewise.
3498         * f-exp.y: Likewise.
3499         * go-exp.y: Likewise.
3500         * jv-exp.y: Likewise.
3501         * m2-exp.y: Likewise.
3502         * p-exp.y: Likewise.
3503         * coffread.c (coff_symtab_read): Update calls to finish_block.
3504         * dbxread.c (process_one_symbol): Likewise.
3505         * xcoffread.c (read_xcoff_symtab): Likewise.
3506         * compile/compile-c-symbols.c (convert_one_symbol): Promote the
3507         "sym" parameter to struct block_symbol, update its uses and pass
3508         its block to calls to read_var_value.
3509         (convert_symbol_sym): Update the calls to convert_one_symbol.
3510         * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update
3511         call to read_var_value.
3512         * dwarf2loc.c (block_op_get_frame_base): New.
3513         (dwarf2_block_frame_base_locexpr_funcs): Implement the
3514         get_frame_base method.
3515         (dwarf2_block_frame_base_loclist_funcs): Likewise.
3516         (dwarf2locexpr_baton_eval): Add a frame argument and use it
3517         instead of the selected frame in order to evaluate the
3518         expression.
3519         (dwarf2_evaluate_property): Add a frame argument.  Update call
3520         to dwarf2_locexpr_baton_eval to provide a frame in available and
3521         to handle the absence of address stack.
3522         * dwarf2loc.h (dwarf2_evaluate_property): Add a frame argument.
3523         * dwarf2read.c (attr_to_dynamic_prop): Add a forward
3524         declaration.
3525         (read_func_scope): Record any available static link description.
3526         Update call to finish_block.
3527         (read_lexical_block_scope): Update call to finish_block.
3528         * findvar.c (follow_static_link): New.
3529         (get_hosting_frame): New.
3530         (default_read_var_value): Add a var_block argument.  Use
3531         get_hosting_frame to handle non-local references.
3532         (read_var_value): Add a var_block argument and pass it to the
3533         LA_READ_VAR_VALUE method.
3534         * gdbtypes.c (resolve_dynamic_range): Update calls to
3535         dwarf2_evaluate_property.
3536         (resolve_dynamic_type_internal): Likewise.
3537         * guile/scm-frame.c (gdbscm_frame_read_var): Update call to
3538         read_var_value, passing it the block coming from symbol lookup.
3539         * guile/scm-symbol.c (gdbscm_symbol_value): Update call to
3540         read_var_value (TODO).
3541         * infcmd.c (finish_command_continuation): Update call to
3542         read_var_value, passing it the block coming from symbol lookup.
3543         * infrun.c (insert_exception_resume_breakpoint): Likewise.
3544         * language.h (struct language_defn): Add a var_block argument to
3545         the LA_READ_VAR_VALUE method.
3546         * objfiles.c (struct static_link_htab_entry): New.
3547         (static_link_htab_entry_hash): New.
3548         (static_link_htab_entry_eq): New.
3549         (objfile_register_static_link): New.
3550         (objfile_lookup_static_link): New.
3551         (free_objfile): Free the STATIC_LINKS hashed map if needed.
3552         * objfiles.h: Include hashtab.h.
3553         (struct objfile): Add a static_links field.
3554         (objfile_register_static_link): New.
3555         (objfile_lookup_static_link): New.
3556         * printcmd.c (print_variable_and_value): Update call to
3557         read_var_value.
3558         * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
3559         * python/py-frame.c (frapy_read_var): Update call to
3560         read_var_value, passing it the block coming from symbol lookup.
3561         * python/py-framefilter.c (extract_sym): Add a sym_block
3562         parameter and set the pointed value to NULL (TODO).
3563         (enumerate_args): Update call to extract_sym.
3564         (enumerate_locals): Update calls to extract_sym and to
3565         read_var_value.
3566         * python/py-symbol.c (sympy_value): Update call to
3567         read_var_value (TODO).
3568         * stack.c (read_frame_local): Update call to read_var_value.
3569         (read_frame_arg): Likewise.
3570         (return_command): Likewise.
3571         * symtab.h (struct symbol_block_ops): Add a get_frame_base
3572         method.
3573         (struct symbol): Add a block field.
3574         (SYMBOL_BLOCK): New accessor.
3575         * valops.c (value_of_variable): Remove frame/block handling and
3576         pass the block argument to read_var_value, which does this job
3577         now.
3578         (value_struct_elt_for_reference): Update calls to
3579         read_var_value.
3580         (value_of_this): Pass the block found to read_var_value.
3581         * value.h (read_var_value): Add a var_block argument.
3582         (default_read_var_value): Likewise.
3583
3584 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3585
3586         * aarch64-linux-nat.c (aarch64_linux_new_thread): Move it to ...
3587         * nat/aarch64-linux.c (aarch64_linux_new_thread): ... here.
3588         * nat/aarch64-linux.h (aarch64_linux_new_thread): Declare.
3589
3590 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3591
3592         * Makefile.in (aarch64-liunx.o): New rule.
3593         (HFILES_NO_SRCDIR): Add aarch64-linux.h.
3594         * config/aarch64/linux.mh (NAT_FILE): Add aarch64-linux.o.
3595         * aarch64-linux-nat.c: Include nat/aarch64-linux.h.
3596         * aarch64-linux-nat.c (aarch64_get_debug_reg_state): Make it
3597         extern.
3598         (aarch64_linux_prepare_to_resume): Move it nat/aarch64-linux.c.
3599         * nat/aarch64-linux-hw-point.h (aarch64_debug_reg_state): Declare
3600         * nat/aarch64-linux.c: New file.
3601         * nat/aarch64-linux.h: New file.
3602
3603 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3604
3605         * aarch64-linux-nat.c (aarch64_linux_prepare_to_resume): Use
3606         lwp_arch_private_info and ptid_of_lwp.
3607
3608 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3609
3610         * aarch64-linux-nat.c (struct arch64_dr_update_callback_param):
3611         Move it to nat/aarch64-linux-hw-point.c.
3612         (debug_reg_change_callback): Likewise.
3613         (aarch64_notify_debug_reg_change): :Likewise.
3614         * nat/aarch64-linux-hw-point.c: Include nat/linux-nat.h.
3615         (aarch64_dr_update_callback_param): New.
3616         (debug_reg_change_callback): New function.
3617         (aarch64_notify_debug_reg_change): Likewise.
3618         * nat/aarch64-linux-hw-point.h (aarch64_notify_debug_reg_change):
3619         Remove the declaration.
3620
3621 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3622
3623         * aarch64-linux-nat.c (aarch64_notify_debug_reg_change):
3624         Call current_lwp_ptid.
3625
3626 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3627
3628         * aarch64-linux-nat.c (debug_reg_change_callback): Use
3629         debug_printf.
3630
3631 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3632
3633         * aarch64-linux-nat.c (debug_reg_change_callback): Call
3634         ptid_get_pid rather than ptid_get_lwp.
3635
3636 2015-08-24  Pedro Alves  <palves@redhat.com>
3637
3638         * NEWS (New commands): Mention set/show remote
3639         multiprocess-extensions-packet.
3640         * remote.c (remote_query_supported): Only tell the server to use
3641         the multiprocess extensions if the user hasn't force-disabled them
3642         with "set remote multiprocess-extensions-packet off".
3643
3644 2015-08-24  Pedro Alves  <palves@redhat.com>
3645
3646         * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
3647         1029a8112290f6eee9d7878a391c49db42c999bd.
3648         * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4:
3649         Regenerate.
3650         * gnulib/import/Makefile.am: Update.
3651         * gnulib/import/Makefile.in: Update.
3652         * gnulib/import/alloca.in.h: Update.
3653         * gnulib/import/basename-lgpl.c: Update.
3654         * gnulib/import/canonicalize-lgpl.c: Update.
3655         * gnulib/import/config.charset: Update.
3656         * gnulib/import/dirent.in.h: Update.
3657         * gnulib/import/dirfd.c: Update.
3658         * gnulib/import/dirname-lgpl.c: Update.
3659         * gnulib/import/dirname.h: Update.
3660         * gnulib/import/dosname.h: Update.
3661         * gnulib/import/errno.in.h: Update.
3662         * gnulib/import/extra/snippet/arg-nonnull.h: Update.
3663         * gnulib/import/extra/snippet/c++defs.h: Update.
3664         * gnulib/import/extra/snippet/warn-on-use.h: Update.
3665         * gnulib/import/extra/update-copyright: Update.
3666         * gnulib/import/float+.h: Update.
3667         * gnulib/import/float.c: Update.
3668         * gnulib/import/float.in.h: Update.
3669         * gnulib/import/fnmatch.c: Update.
3670         * gnulib/import/fnmatch.in.h: Update.
3671         * gnulib/import/fnmatch_loop.c: Update.
3672         * gnulib/import/fpucw.h: Update.
3673         * gnulib/import/frexp.c: Update.
3674         * gnulib/import/frexpl.c: Update.
3675         * gnulib/import/gettimeofday.c: Update.
3676         * gnulib/import/inttypes.in.h: Update.
3677         * gnulib/import/isnan.c: Update.
3678         * gnulib/import/isnand-nolibm.h: Update.
3679         * gnulib/import/isnand.c: Update.
3680         * gnulib/import/isnanl-nolibm.h: Update.
3681         * gnulib/import/isnanl.c: Update.
3682         * gnulib/import/itold.c: Update.
3683         * gnulib/import/localcharset.c: Update.
3684         * gnulib/import/localcharset.h: Update.
3685         * gnulib/import/lstat.c: Update.
3686         * gnulib/import/m4/00gnulib.m4: Update.
3687         * gnulib/import/m4/absolute-header.m4: Update.
3688         * gnulib/import/m4/alloca.m4: Update.
3689         * gnulib/import/m4/canonicalize.m4: Update.
3690         * gnulib/import/m4/codeset.m4: Update.
3691         * gnulib/import/m4/configmake.m4: Update.
3692         * gnulib/import/m4/dirent_h.m4: Update.
3693         * gnulib/import/m4/dirfd.m4: Update.
3694         * gnulib/import/m4/dirname.m4: Update.
3695         * gnulib/import/m4/double-slash-root.m4: Update.
3696         * gnulib/import/m4/eealloc.m4: Update.
3697         * gnulib/import/m4/errno_h.m4: Update.
3698         * gnulib/import/m4/exponentd.m4: Update.
3699         * gnulib/import/m4/exponentl.m4: Update.
3700         * gnulib/import/m4/extensions.m4: Update.
3701         * gnulib/import/m4/extern-inline.m4: Update.
3702         * gnulib/import/m4/fcntl-o.m4: Update.
3703         * gnulib/import/m4/float_h.m4: Update.
3704         * gnulib/import/m4/fnmatch.m4: Update.
3705         * gnulib/import/m4/fpieee.m4: Update.
3706         * gnulib/import/m4/frexp.m4: Update.
3707         * gnulib/import/m4/frexpl.m4: Update.
3708         * gnulib/import/m4/gettimeofday.m4: Update.
3709         * gnulib/import/m4/glibc21.m4: Update.
3710         * gnulib/import/m4/gnulib-cache.m4: Update.
3711         * gnulib/import/m4/gnulib-common.m4: Update.
3712         * gnulib/import/m4/gnulib-comp.m4: Update.
3713         * gnulib/import/m4/gnulib-tool.m4: Update.
3714         * gnulib/import/m4/include_next.m4: Update.
3715         * gnulib/import/m4/inttypes-pri.m4: Update.
3716         * gnulib/import/m4/inttypes.m4: Update.
3717         * gnulib/import/m4/isnand.m4: Update.
3718         * gnulib/import/m4/isnanl.m4: Update.
3719         * gnulib/import/m4/largefile.m4: Update.
3720         * gnulib/import/m4/localcharset.m4: Update.
3721         * gnulib/import/m4/locale-fr.m4: Update.
3722         * gnulib/import/m4/locale-ja.m4: Update.
3723         * gnulib/import/m4/locale-zh.m4: Update.
3724         * gnulib/import/m4/longlong.m4: Update.
3725         * gnulib/import/m4/lstat.m4: Update.
3726         * gnulib/import/m4/malloc.m4: Update.
3727         * gnulib/import/m4/malloca.m4: Update.
3728         * gnulib/import/m4/math_h.m4: Update.
3729         * gnulib/import/m4/mbrtowc.m4: Update.
3730         * gnulib/import/m4/mbsinit.m4: Update.
3731         * gnulib/import/m4/mbsrtowcs.m4: Update.
3732         * gnulib/import/m4/mbstate_t.m4: Update.
3733         * gnulib/import/m4/memchr.m4: Update.
3734         * gnulib/import/m4/memmem.m4: Update.
3735         * gnulib/import/m4/mmap-anon.m4: Update.
3736         * gnulib/import/m4/multiarch.m4: Update.
3737         * gnulib/import/m4/nocrash.m4: Update.
3738         * gnulib/import/m4/off_t.m4: Update.
3739         * gnulib/import/m4/pathmax.m4: Update.
3740         * gnulib/import/m4/readlink.m4: Update.
3741         * gnulib/import/m4/rename.m4: Update.
3742         * gnulib/import/m4/rmdir.m4: Update.
3743         * gnulib/import/m4/ssize_t.m4: Update.
3744         * gnulib/import/m4/stat.m4: Update.
3745         * gnulib/import/m4/stdbool.m4: Update.
3746         * gnulib/import/m4/stddef_h.m4: Update.
3747         * gnulib/import/m4/stdint.m4: Update.
3748         * gnulib/import/m4/stdio_h.m4: Update.
3749         * gnulib/import/m4/stdlib_h.m4: Update.
3750         * gnulib/import/m4/string_h.m4: Update.
3751         * gnulib/import/m4/strstr.m4: Update.
3752         * gnulib/import/m4/strtok_r.m4: Update.
3753         * gnulib/import/m4/sys_socket_h.m4: Update.
3754         * gnulib/import/m4/sys_stat_h.m4: Update.
3755         * gnulib/import/m4/sys_time_h.m4: Update.
3756         * gnulib/import/m4/sys_types_h.m4: Update.
3757         * gnulib/import/m4/time_h.m4: Update.
3758         * gnulib/import/m4/unistd_h.m4: Update.
3759         * gnulib/import/m4/warn-on-use.m4: Update.
3760         * gnulib/import/m4/wchar_h.m4: Update.
3761         * gnulib/import/m4/wchar_t.m4: Update.
3762         * gnulib/import/m4/wctype_h.m4: Update.
3763         * gnulib/import/m4/wint_t.m4: Update.
3764         * gnulib/import/malloc.c: Update.
3765         * gnulib/import/malloca.c: Update.
3766         * gnulib/import/malloca.h: Update.
3767         * gnulib/import/math.in.h: Update.
3768         * gnulib/import/mbrtowc.c: Update.
3769         * gnulib/import/mbsinit.c: Update.
3770         * gnulib/import/mbsrtowcs-impl.h: Update.
3771         * gnulib/import/mbsrtowcs-state.c: Update.
3772         * gnulib/import/mbsrtowcs.c: Update.
3773         * gnulib/import/memchr.c: Update.
3774         * gnulib/import/memmem.c: Update.
3775         * gnulib/import/pathmax.h: Update.
3776         * gnulib/import/readlink.c: Update.
3777         * gnulib/import/ref-add.sin: Update.
3778         * gnulib/import/ref-del.sin: Update.
3779         * gnulib/import/rename.c: Update.
3780         * gnulib/import/rmdir.c: Update.
3781         * gnulib/import/same-inode.h: Update.
3782         * gnulib/import/stat.c: Update.
3783         * gnulib/import/stdbool.in.h: Update.
3784         * gnulib/import/stddef.in.h: Update.
3785         * gnulib/import/stdint.in.h: Update.
3786         * gnulib/import/stdio.c: Update.
3787         * gnulib/import/stdio.in.h: Update.
3788         * gnulib/import/stdlib.in.h: Update.
3789         * gnulib/import/str-two-way.h: Update.
3790         * gnulib/import/streq.h: Update.
3791         * gnulib/import/string.in.h: Update.
3792         * gnulib/import/stripslash.c: Update.
3793         * gnulib/import/strnlen1.c: Update.
3794         * gnulib/import/strnlen1.h: Update.
3795         * gnulib/import/strstr.c: Update.
3796         * gnulib/import/strtok_r.c: Update.
3797         * gnulib/import/sys_stat.in.h: Update.
3798         * gnulib/import/sys_time.in.h: Update.
3799         * gnulib/import/sys_types.in.h: Update.
3800         * gnulib/import/time.in.h: Update.
3801         * gnulib/import/unistd.in.h: Update.
3802         * gnulib/import/verify.h: Update.
3803         * gnulib/import/wchar.in.h: Update.
3804         * gnulib/import/wctype.in.h: Update.
3805         * gnulib/import/gettimeofday.c: New file.
3806         * gnulib/import/m4/absolute-header.m4: New file.
3807         * gnulib/import/m4/gettimeofday.m4: New file.
3808         * gnulib/import/m4/sys_socket_h.m4: New file.
3809         * gnulib/import/m4/sys_time_h.m4: New file.
3810         * gnulib/import/stdio.c: Delete file.
3811         * gnulib/import/sys_time.in.h: New file.
3812
3813 2015-08-24  Pedro Alves  <palves@redhat.com>
3814
3815         * Makefile.in (HFILES_NO_SRCDIR): Add common/gdb_sys_time.h.
3816         * common/gdb_sys_time.h: New file.
3817         * event-loop.c: Include gdb_sys_time.h instead of sys/time.h.
3818         * gdb_select.h: Likewise.
3819         * gdb_usleep.c: Likewise.
3820         * maint.c: Likewise.
3821         * mi/mi-main.c: Likewise.
3822         * mi/mi-parse.h: Likewise.
3823         * remote-fileio.c: Likewise.
3824         * remote-m32r-sdi.c: Likewise.
3825         * remote.c: Likewise.
3826         * ser-base.c: Likewise.
3827         * ser-pipe.c: Likewise.
3828         * ser-tcp.c: Likewise.
3829         * ser-unix.c: Likewise.
3830         * symfile.c: Likewise.
3831         * symfile.c: Likewise.  Rename OSIZE to SIZE throughout.
3832         * target-memory.c: Include gdb_sys_time.h instead of sys/time.h.
3833         * utils.c: Likewise.
3834
3835 2015-08-24  Pedro Alves  <palves@redhat.com>
3836
3837         * NEWS: Mention removed support for the various ROM monitors.
3838         * Makefile.in (ALL_TARGET_OBS): Remove dbug-rom.o, dink32-rom.o,
3839         ppcbug-rom.o, m32r-rom.o, dsrec.o and monitor.o from gdb_target_obs.
3840         * configure.tgt (h8300-*-*): Remove monitor.o and m32r-rom.o from
3841         gdb_target_obs.
3842         (m68*-*-*): Remove monitor.o dbug-rom.o and dsrec.o from
3843         gdb_target_obs.
3844         (microblaze*-linux-*): Remove microblaze-rom.o, monitor.o and
3845         dsrec.o from gdb_target_obs.
3846         (microblaze*-*-*): Remove microblaze-rom.o, monitor.o and dsrec.o
3847         from gdb_target_obs.
3848         (powerpc-*-lynx*178): Remove monitor.o and dsrec.o from
3849         gdb_target_obs.
3850         (powerpc*-*-*): Remove monitor.o, dsrec.o, ppcbug-rom.o and
3851         dink32-rom.o from gdb_target_obs.
3852         (sh*-*-linux*): Remove monitor.o and dsrec.o from gdb_target_obs.
3853         (sh*): Remove monitor.o and dsrec.o from gdb_target_obs.
3854         * dbug-rom.c, dink32-rom.c, dsrec.c, m32r-rom.c, microblaze-rom.c,
3855         monitor.c, monitor.h, ppcbug-rom.c, srec.h: Delete files.
3856
3857 2015-08-21  Pedro Alves  <palves@redhat.com>
3858
3859         * frame.c (null_frame_id): Explicitly zero-initialize.
3860
3861 2015-08-21  Tom Tromey  <tromey@redhat.com>
3862
3863         * dwarf2read.c (struct dwarf2_section_info): Rename field
3864         'asection' to 'section'.
3865         (dwarf2_has_info, get_section_bfd_owner, get_section_bfd_section)
3866         (dwarf2_locate_sections, dwarf2_locate_sections)
3867         (locate_dwz_sections, locate_v1_virtual_dwo_sections)
3868         (dwarf2_locate_dwo_sections, dwarf2_locate_dwo_sections)
3869         (dwarf2_locate_v2_dwp_sections): Adjust.
3870
3871 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
3872
3873         * top.h (gdb_in_secondary_prompt_p): Declare.
3874         * top.c (gdb_secondary_prompt_depth): Define.
3875         (gdb_in_secondary_prompt_p): Define.
3876         (gdb_readline_wrapper_cleanup): Decrement
3877         gdb_secondary_prompt_depth.
3878         (gdb_readline_wrapper): Increment gdb_secondary_prompt_depth.
3879         * tui/tui-io.c (tui_getc): Don't clear the prompt line if we
3880         are in a secondary prompt.
3881
3882 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
3883
3884         * tui/tui-io.c (tui_getc): Use tui_putc instead of waddch to
3885         emit the newline.
3886
3887 2015-08-21  Gary Benson  <gbenson@redhat.com>
3888
3889         * gdb_bfd.c (gdb_bfd_iovec_fileio_pread): Add QUIT call.
3890
3891 2015-08-21  Gary Benson  <gbenson@redhat.com>
3892
3893         * target.h (struct target_ops) <to_fileio_open>: New argument
3894         warn_if_slow.  Update comment.  All implementations updated.
3895         (target_fileio_open_warn_if_slow): New declaration.
3896         * target.c (target_fileio_open): Renamed as...
3897         (target_fileio_open_1): ...this.  New argument warn_if_slow.
3898         Pass warn_if_slow to implementation.  Update debug printing.
3899         (target_fileio_open): New function.
3900         (target_fileio_open_warn_if_slow): Likewise.
3901         * gdb_bfd.c (gdb_bfd_iovec_fileio_open): Use new function
3902         target_fileio_open_warn_if_slow.
3903
3904 2015-08-21  Gary Benson  <gbenson@redhat.com>
3905
3906         * nat/linux-namespaces.c (linux_mntns_access_fs):
3907         Do not overwrite old_chain.
3908
3909 2015-08-20  Max Filippov  <jcmvbkbc@gmail.com>
3910
3911         * arch/xtensa.h: New file.
3912         * xtensa-linux-nat.c (gdb_proc_service.h): New #include.
3913         (ps_get_thread_area): New function.
3914         * xtensa-linux-tdep.c (xtensa_linux_init_abi): Add call to
3915         set_gdbarch_fetch_tls_load_module_address to enable TLS support.
3916         * xtensa-tdep.c (osabi.h): New #include.
3917         (xtensa_gdbarch_init): Call gdbarch_init_osabi to register
3918         xtensa-specific hooks.
3919         * xtensa-tdep.h (struct xtensa_elf_gregset_t): Add threadptr
3920         member and move the structure to arch/xtensa.h.
3921
3922 2015-08-21  Pedro Alves  <palves@redhat.com>
3923
3924         * remote.c (struct readahead_cache): New.
3925         (struct remote_state) <readahead_cache>: New field.
3926         (remote_open_1): Invalidate the cache.
3927         (readahead_cache_invalidate, readahead_cache_invalidate_fd): New
3928         functions.
3929         (remote_hostio_pwrite): Invalidate the readahead cache.
3930         (remote_hostio_pread): Rename to ...
3931         (remote_hostio_pread_vFile): ... this.
3932         (remote_hostio_pread_from_cache): New function.
3933         (remote_hostio_pread): Reimplement.
3934         (remote_hostio_close): Invalidate the readahead cache.
3935
3936 2015-08-21  Marcin CieÅ›lak <saper@saper.info>  (tiny patch)
3937
3938         PR build/18843
3939         * procfs.c: Include "filestuff.h".
3940
3941 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
3942
3943         * tui/tui-data.h (tui_command_info): Remove fields cur_line and
3944         curch.
3945         * tui/tui-data.c (tui_clear_win_detail) [CMD_WIN]: Don't set
3946         cur_line or curch, instead call wmove().
3947         (init_win_info) [CMD_WIN]: Likewise.
3948         * tui/tui-io.c (tui_puts): Likewise. Don't read cur_line,
3949         instead call getcury().
3950         (tui_redisplay_readline): Don't set cur_line or curch.
3951         (tui_mld_erase_entire_line): Don't read cur_line, instead call
3952         getcury().
3953         (tui_cont_sig): Remove call to wmove.
3954         (tui_getc): Don't read cur_line or curch, instead call getcury()
3955         or getyx().  Don't set curch.
3956         * tui/tui-win.c (make_visible_with_new_height) [CMD_WIN]: Don't
3957         set cur_line or curch.  Always move cursor to (0,0).
3958
3959 2015-08-20  Pedro Alves  <palves@redhat.com>
3960
3961         * infrun.c (print_target_wait_results): Make extern.
3962         * infrun.h (print_target_wait_results): Declare.
3963         * remote.c (set_stop_requested_callback): Delete.
3964         (process_initial_stop_replies): New function.
3965         (remote_start_remote): Use it.
3966         (stop_reply_queue_length): New function.
3967
3968 2015-08-20  Pedro Alves  <palves@redhat.com>
3969
3970         * dwarf2read.c (process_full_comp_unit): To tell whether
3971         start_subfile managed to deduce a language, test for
3972         language_unknown instead of language_c.
3973
3974 2015-08-20  Pierre-Marie de Rodat  <derodat@adacore.com>
3975
3976         * ada-lex.l: Reset the start condition to INITIAL in the rule that
3977         matches attributes.
3978
3979 2015-08-19  Kevin Buettner  <kevinb@redhat.com>
3980
3981         * dwarf2read.c (dwarf2_string_attr): New function.
3982         (lookup_dwo_unit, process_psymtab_comp_unit_reader)
3983         (dwarf2_compute_name, dwarf2_physname, find_file_and_directory)
3984         (read_call_site_scope, namespace_name, guess_full_die_structure_name)
3985         (anonymous_struct_prefix, prepare_one_comp_unit): Use
3986         dwarf2_string_attr in place of dwarf2_attr and DW_STRING.
3987
3988 2015-08-18  Doug Evans  <dje@google.com>
3989             Adrian Sendroiu <adrian.sendroiu@freescale.com>
3990
3991         PR mi/18833
3992         * cli/cli-logging.c (pop_output_files): Don't restore redirection
3993         if MI-like.
3994         * mi/mi-out.c: #include "vec.h".
3995         (ui_filep): New type.
3996         (DEV_VEC_P (ui_filep)): New type.
3997         (struct ui_out_data) <buffer, original_buffer>: Delete.
3998         (struct ui_out_data) <streams>: New member.
3999         (mi_ui_out_impl): Add data_destroy field.
4000         (mi_field_string, mi_field_fmt): Update.
4001         (mi_flush, mi_redirect, field_separator): Update.
4002         (mi_open, mi_close): Update.
4003         (mi_out_buffered, mi_out_rewind, mi_out_put): Update.
4004         (mi_out_data_ctor, mi_out_data_dtor): New functions.
4005         (mi_out_new): Call mi_out_data_ctor.
4006
4007 2015-08-18  Sandra Loosemore  <sandra@codesourcery.com>
4008
4009         * remote.c (strprefix): New.
4010         (remote_parse_stop_reply): Use strprefix instead of strncmp
4011         to ensure exact match of keyword.
4012
4013 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
4014
4015         * gdb_bfd.c (debug_bfd_cache): New variable.
4016         (show_bfd_cache_debug): New function.
4017         (gdb_bfd_open): Add debug logging.
4018         (gdb_bfd_ref): Likewise.
4019         (gdb_bfd_unref): Likewise.
4020         (_initialize_gdb_bfd): Add new set/show command.
4021         * NEWS: Mention new command.
4022
4023 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
4024
4025         * gdb_bfd.c (bfd_sharing): New variable.
4026         (show_bfd_sharing): New function.
4027         (gdb_bfd_open): Check bfd_sharing variable.
4028         (_initialize_gdb_bfd): Add new set/show command.
4029         * NEWS: Mention new command.
4030
4031 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
4032
4033         * gdb_bfd.c (struct gdb_bfd_data): Add size, inode, and device id
4034         field.
4035         (struct gdb_bfd_cache_search): Likewise.
4036         (eq_bfd): Compare the size, inode, and device id fields.
4037         (gdb_bfd_open): Initialise the size, inode, and device id fields.
4038         (gdb_bfd_ref): Likewise.
4039         (gdb_bfd_unref): Likewise.
4040
4041 2015-08-18  Pedro Alves  <palves@redhat.com>
4042
4043         * linux-nat.c (linux_nat_always_non_stop_p): If the linux_ops
4044         target implements to_always_non_stop_p, call it.
4045         * x86-linux-nat.c (x86_linux_always_non_stop_p): New function.
4046         (x86_linux_create_target): Install it as to_always_non_stop_p
4047         method.
4048
4049 2015-08-17  Doug Evans  <dje@google.com>
4050
4051         * ui-out.c (default_ui_out_impl): Add comment.
4052
4053 2015-08-17  Iain Buclaw  <ibuclaw@gdcproject.org>
4054
4055         * d-exp.y (type_aggregate_p): New function.
4056         (PrimaryExpression : TypeExp '.' IdentifierExp): Use it.
4057         (classify_inner_name): Likewise.
4058         * d-namespace.c (d_lookup_nested_symbol): Handle TYPE_CODE_ENUM.
4059
4060 2015-08-15  Doug Evans  <xdje42@gmail.com>
4061
4062         * psymtab.c (add_psymbol_to_bcache): Remove "val" arg.  All callers
4063         updated.
4064         (add_psymbol_to_list): Ditto.
4065
4066 2015-08-15  Doug Evans  <xdje42@gmail.com>
4067
4068         * dbxread.c (dbx_end_psymtab): Renamed from end_psymtab.  All callers
4069         updated.  Call end_psymtab_common.
4070         * dwarf2read.c (process_psymtab_comp_unit_reader): Call
4071         end_psymtab_common.
4072         (build_type_psymtabs_reader): Ditto.
4073         * psympriv.h (sort_pst_symbols): Delete.
4074         (end_psymtab_common): Declare.
4075         * psymtab.c (sort_pst_symbols): Make static.
4076         (end_psymtab_common): New function.
4077         * xcoffread.c (xcoff_end_psymtab): Call end_psymtab_common.
4078
4079 2015-08-15  Doug Evans  <xdje42@gmail.com>
4080
4081         * defs.h (LANGUAGE_BITS): Define.
4082         * psympriv.h (partial_symbol) <domain>: Use SYMBOL_DOMAIN_BITS.
4083         (partial_symbol) <aclass>: Use SYMBOL_ACLASS_BITS.
4084         * symtab.h (general_symbol_info> <language>: Usage LANGUAGE_BITS.
4085         (minimal_symbol_type): Add nr_minsym_types.
4086         (MINSYM_TYPE_BITS): Define.
4087         (minimal_symbol) <type>: Use MINSYM_TYPE_BITS.
4088         (domain_enum_tag): Add NR_DOMAINS.
4089         (SYMBOL_DOMAIN_BITS): Change from 4 to 3.
4090         (SYMBOL_ACLASS_BITS): Define from 6 to 5.
4091
4092 2015-08-15  Doug Evans  <xdje42@gmail.com>
4093
4094         * objfiles.h: Whitespace cleanup.
4095         * psympriv.h: Whitespace cleanup.
4096         * psymtab.c: Whitespace/coding convention cleanup.
4097
4098 2015-08-15  Patrick Palka  <patrick@parcs.ath.cx>
4099
4100         * inferior.c (detach_inferior_command): Don't call
4101         any_thread_of_process when pid is 0.
4102         (kill_inferior_command): Likewise.
4103
4104 2015-08-14  Doug Evans  <xdje42@gmail.com>
4105
4106         PR gdb/11833
4107         * NEWS: Document new /s modifier for the disassemble command.
4108         * cli/cli-cmds.c (disassemble_command): Add support for /s.
4109         (_initialize_cli_cmds): Update online docs of disassemble command.
4110         * disasm.c: #include "source.h".
4111         (struct deprecated_dis_line_entry): Renamed from dis_line_entry.
4112         All uses updated.
4113         (dis_line_entry): New struct.
4114         (hash_dis_line_entry, eq_dis_line_entry): New functions.
4115         (allocate_dis_line_table): New functions.
4116         (maybe_add_dis_line_entry, line_has_code_p): New functions.
4117         (dump_insns): New arg end_pc.  All callers updated.
4118         (do_mixed_source_and_assembly_deprecated): Renamed from
4119         do_mixed_source_and_assembly.  All callers updated.
4120         (do_mixed_source_and_assembly): New function.
4121         (gdb_disassembly): Handle /s (DISASSEMBLY_SOURCE).
4122         * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED): Renamed from
4123         DISASSEMBLY_SOURCE.  All uses updated.
4124         (DISASSEMBLY_SOURCE): New macro.
4125         * mi/mi-cmd-disas.c (mi_cmd_disassemble): New modes 4,5.
4126
4127 2015-08-14  Keith Seitz  <keiths@redhat.com>
4128
4129         * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Rename
4130         `typename' to `type_name' to avoid C++ reserved word.
4131
4132 2015-08-14  Keith Seitz  <keiths@redhat.com>
4133
4134         * location.c (EL_TYPE, EL_LINESPEC, EL_PROBE, EL_ADDRESS)
4135         (EL_EXPLICIT, EL_STRING): Change macro parameter to "P" to
4136         silence ARI errors.
4137
4138 2015-08-14  Iain Buclaw  <ibuclaw@gdcproject.org>
4139
4140         * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Use
4141         xstrprintf instead of malloc and sprintf.
4142         (PrimaryExpression : IdentifierExp): Avoid operator at end of line.
4143         (lex_one_token): Likewise.
4144
4145 2015-08-14  Matthew Fortune  <matthew.fortune@imgtec.com>
4146
4147         * solib-svr4.c (read_program_header): Add base_addr argument to
4148         report the runtime address of the segment.
4149         (find_program_interpreter): Update read_program_header call to pass
4150         a NULL pointer for the new argument.
4151         (scan_dyntag): Add ptr_addr argument to report the runtime address
4152         of the tag payload.
4153         (scan_dyntag_auxv): Likewise and use thew new base_addr argument of
4154         read_program_header to get the base address of the dynamic segment.
4155         (elf_locate_base): Update uses of scan_dyntag, scan_dyntag_auxv and
4156         read_program_header.
4157         (elf_locate_base): Scan for and handle DT_MIPS_RLD_MAP_REL.
4158
4159 2015-08-14  Matthew Fortune  <matthew.fortune@imgtec.com>
4160
4161         * MAINTAINERS (Write After Approval): Add Matthew Fortune.
4162
4163 2015-08-13  Iain Buclaw  <ibuclaw@gdcproject.org>
4164
4165         * d-exp.y (%union): Add voidval.
4166         (%token): Add UNKNOWN_NAME as a token to represent an unclassified
4167         name in the lexing stage.
4168         (PostfixExpression): Move symbol completion handling in grammar here
4169         from PrimaryExpression.
4170         (PrimaryExpression): Move routines to handle resolving identifier
4171         tokens in the grammar here from push_expression_name.
4172         (IdentifierExp): Remove the handling of alternating '.' and identifier
4173         tokens.
4174         (TypeExp): Allow TypeExp to be wrapped in parenthesis in the grammar.
4175         (BasicType): Remove C-style typename rules.
4176         (d_type_from_name, d_module_from_name, push_variable)
4177         (push_fieldnames, push_type_name, push_module_name)
4178         (push_expression_name): Remove.
4179         (lex_one_token): Rename from yylex.  Replace pstate with par_state.
4180         (token_and_value): New type.
4181         (token_fifo, popping, name_obstack): New globals.
4182         (classify_name): New function.
4183         (classify_inner_name): Likewise.
4184         (yylex): Likewise.
4185         (d_parse): Initialize token_fifo, popping and name_obstack.
4186
4187 2015-08-13  Iain Buclaw  <ibuclaw@gdcproject.org>
4188
4189         * Makefile.in (SFILES): Add d-namespace.c.
4190         (COMMON_OBS): Add d-namespace.o.
4191         * d-lang.c (d_language_defn): Use d_lookup_symbol_nonlocal as the
4192         la_lookup_symbol_nonlocal callback function pointer.
4193         * d-lang.h (d_lookup_symbol_nonlocal): New declaration.
4194         (d_lookup_nested_symbol): New declaration.
4195         * d-namespace.c: New file.
4196
4197 2015-08-13  Pedro Alves  <palves@redhat.com>
4198
4199         * python/py-unwind.c (pyuw_sniffer): Install the invalidate
4200         cleanup after the decref cleanup, not before.
4201
4202 2015-08-13  Pierre-Marie de Rodat  <derodat@adacore.com>
4203
4204         * ada-lang.c: Include namespace.h
4205         (aux_add_nonlocal_symbols): Fix a function name in comment.
4206         (ada_add_block_renamings): New.
4207         (add_nonlocal_symbols): Add global renamings handling.
4208         (ada_lookup_symbol_list_worker): Move the symbol lookup part
4209         to...
4210         (ada_add_all_symbols): ... this new function.
4211         (ada_add_block_symbols): Try to match the input name against the
4212         "using directives list", perform a recursive symbol lookup on
4213         the matched declarations.
4214         * block.h (struct block): Move the_namespace to top-level as
4215         namespace_info. Remove the language_specific field.
4216         (BLOCK_NAMESPACE): Update access to the namespace_info field.
4217         * buildsym.h (using_directives): Rename into...
4218         (local_using_directives): ... this.
4219         (global_using_directives): New.
4220         (struct context_stack): Rename the using_directives field into
4221         local_using_directives.
4222         * buildsym.c (finish_block_internal): Deal with the proper
4223         using directives repository (local or global).
4224         (prepare_for_building): Reset local_using_directives. Assert
4225         that there is no pending global using directive.
4226         (reset_symtab_globals): Reset global_using_directives and
4227         local_using_directives.
4228         (end_symtab_get_static_block): Don't ignore symtabs that have
4229         only using directives.
4230         (push_context): Update references to local_using_directives.
4231         (buildsym_init): Do not reset using_directives.
4232         * cp-support.c: Include namespace.h.
4233         * cp-support.h (struct using_direct): Move to namespace.h.
4234         (cp_add_using_directives): Move to namespace.h.
4235         * cp-namespace.c: Include namespace.h
4236         (cp_add_using_directive): Move to namespace.c, rename it to
4237         add_using_directive, add a "using_directives" argument and use
4238         it as the pending using directives repository.  All callers
4239         updated.
4240         * dwarf2read.c (using_directives): New.
4241         (read_import_statement): Call using_directives.
4242         (read_func_scope): Update references to local_using_directives.
4243         (read_lexical_block_scope): Likewise.
4244         (read_namespace): Update the heading comment, call
4245         using_directives.
4246         * namespace.h: New file.
4247         * namespace.c: New file.
4248         * Makefile.in (SFILES): Add namespace.c.
4249         (COMMON_OBS): Add namespace.o
4250
4251 2015-08-12  Joel Brobecker  <brobecker@adacore.com>
4252
4253         * amd64-tdep.c (amd64_displaced_step_fixup): Fix the mask used to
4254         compute RETADDR.
4255
4256 2015-08-12  Keith Seitz  <keiths@redhat.com>
4257
4258         * break-catch-throw.c (re_set_exception_catchpoint) Rename
4259         reserved C++ keyword "explicit" to "explicit_loc".
4260         * breakpoint.c (create_overlay_event_breakpoint)
4261         (create_longjmp_master_breakpoint)
4262         (create_std_terminate_master_breakpoint)
4263         (create_exception_master_breakpoint, update_static_tracepoint):
4264         Rename reserved C++ keyword "explicit" to "explicit_loc".
4265         * completer.c (collect_explicit_location_matches)
4266         (explicit_location_completer): Rename reserved C++ keyword
4267         "explicit" to "explicit_loc".
4268         * linespec.c (struct linespec) <explicit>: Rename to "explicit_loc".
4269         (canonicalize_linespec, create_sals_line_offset)
4270         (convert_linespec_to_sals, convert_explicit_location_to_sals)
4271         (event_location_to_sals, decode_objc): Rename reserved C++ keyword
4272         "explicit" to "explicit_loc".
4273         * location.c (struct event_location) <explicit>: Rename to
4274         "explicit_loc".
4275         (initialize_explicit_location, new_explicit_location)
4276         (explicit_location_to_string_internal, explicit_location_to_linespec):
4277         Rename reserved C++ keyword "explicit" to "explicit_loc".
4278         * location.h (explicit_location_to_string)
4279         (explicit_location_to_linespec, initialize_explicit_location)
4280         (new_explicit_location): Rename reserved C++ keyword "explicit"
4281         to "explicit_loc".
4282         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Rename reserved C++
4283         keyword "explicit" to "explicit_loc".
4284
4285 2015-08-12  Keith Seitz  <keiths@redhat.com>
4286
4287         * python/python.c (gdbpy_decode_line): Initialize `location' to NULL
4288         and only call decode_line_1 when it is non-NULL.
4289
4290 2015-08-12  Luis Machado  <lgustavo@codesourcery.com>
4291
4292         * breakpoint.c (bp_loc_is_permanent): Return 0 when breakpoint
4293         location address is not meaningful.
4294         (breakpoint_address_is_meaningful): Update comment.
4295
4296 2015-08-11  Keith Seitz  <keiths@redhat.com>
4297
4298         * NEWS: Mention explicit locations.
4299         * breakpoint.c [LOCATION_HELP_STRING]: New macro.
4300         [BREAK_ARGS_HELP]: Use LOCATION_HELP_STRING.
4301         (_initialize_breakpoint): Update documentation for
4302         "clear", "break", "trace", "strace", "ftrace", and "dprintf".
4303
4304 2015-08-11  Keith Seitz  <keiths@redhat.com>
4305
4306         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Add support for
4307         explicit locations, options "--source", "--function",
4308         "--label", and "--line".
4309
4310 2015-08-11  Keith Seitz  <keiths@redhat.com>
4311
4312         * completer.c: Include location.h.
4313         (enum match_type): New enum.
4314         (location_completer): Rename to ...
4315         (linespec_completer): ... this.
4316         (collect_explicit_location_matches, backup_text_ptr)
4317         (explicit_location_completer): New functions.
4318         (location_completer): "New" function; handle linespec
4319         and explicit location completions.
4320         (complete_line_internal): Remove all location completer-specific
4321         handling.
4322         * linespec.c (linespec_lexer_lex_keyword, is_ada_operator)
4323         (find_toplevel_char): Export.
4324         (linespec_parse_line_offset): Export.
4325         Issue error if STRING is not numerical.
4326         (gdb_get_linespec_parser_quote_characters): New function.
4327         * linespec.h (linespec_parse_line_offset): Declare.
4328         (get_gdb_linespec_parser_quote_characters): Declare.
4329         (is_ada_operator): Declare.
4330         (find_toplevel_char): Declare.
4331         (linespec_lexer_lex_keyword): Declare.
4332         * location.c (explicit_to_event_location): New function.
4333         (explicit_location_lex_one): New function.
4334         (string_to_explicit_location): New function.
4335         (string_to_event_location): Handle explicit locations.
4336         * location.h (explicit_to_event_location): Declare.
4337         (string_to_explicit_location): Declare.
4338
4339 2015-08-11  Keith Seitz  <keiths@redhat.com>
4340
4341         * break-catch-throw.c (re_set_exception_catchpoint): Convert
4342         linespec into explicit location.
4343         * breakpoint.c (create_overlay_breakpoint)
4344         (create_longjmp_master_breakpoint)
4345         (create_std_terminate_master_breakpoint)
4346         (create_exception_master_breakpoint): Convert linespec into explicit
4347         location.
4348         (update_static_tracepoint): Convert linespec into explicit location.
4349         * linespec.c (enum offset_relative_sign, struct line_offset): Move
4350         location.h.
4351         (struct linespec) <expression, expr_pc, source_filename>
4352         <function_name, label_name, line_offset>: Replace with ...
4353         <explicit>: ... this.
4354         <is_linespec>: New member.
4355         (PARSER_EXPLICIT): New accessor macro.
4356         (undefined_label_error): New function.
4357         (source_file_not_found_error): New function.
4358         (linespec_parse_basic): The parser result is now an explicit location.
4359         Use PARSER_EXPLICIT to access it.
4360         Use undefined_label_error.
4361         (canonicalize_linespec): Convert canonical linespec into explicit
4362         location.
4363         Move string representation of location to explicit_location_to_linespec
4364         and use it and explicit_location_to_string to save string
4365         representations of the canonical location.
4366         (create_sals_line_offset, convert_linespec_to_sals): `ls' contains an
4367         explicit location.  Update all references.
4368         (convert_explicit_location_to_sals): New function.
4369         (parse_linespec): Use PARSER_EXPLICIT to access the parser
4370         result's explicit location.
4371         (linespec_state_constructor): Initialize is_linespec.
4372         Use PARSER_EXPLICIT.
4373         (linespec_parser_delete): Use PARSER_EXPLICIT to access the parser's
4374         result.
4375         (event_location_to_sals): For linespec locations, set is_linespec.
4376         Handle explicit locations.
4377         (decode_objc): 'ls' contains an explicit location now. Update all
4378         references.
4379         (symtabs_from_filename): Use source_file_not_found_error.
4380         * location.c (struct event_location.u) <explicit>: New member.
4381         (initialize_explicit_location): New function.
4382         (initialize_event_location): Initialize explicit locations.
4383         (new_explicit_location, get_explicit_location)
4384         (get_explicit_location_const): New functions.
4385         (explicit_to_string_internal): New function; most of contents moved
4386         from canonicalize_linespec.
4387         (explicit_location_to_string): New function.
4388         (explicit_location_to_linespec): New function.
4389         (copy_event_location, delete_event_location)
4390         (event_location_to_string_const, event_location_empty_p): Handle
4391         explicit locations.
4392         * location.h (enum offset_relative_sign, struct line_offset): Move
4393         here from linespec.h.
4394         (enum event_location_type): Add EXPLICIT_LOCATION.
4395         (struct explicit_location): New structure.
4396         (explicit_location_to_string): Declare.
4397         (explicit_location_to_linespec): Declare.
4398         (new_explicit_location, get_explicit_locationp
4399         (get_explicit_location_const, initialize_explicit_location): Declare.
4400
4401 2015-08-11  Keith Seitz  <keiths@redhat.com>
4402
4403         * break-catch-throw.c (re_set_exception_catchpoint): Convert
4404         linespec for stap probe to probe location.
4405         * breakpoint.c (create_longjmp_master_breakpoint)
4406         (create_exception_master_breakpoint): Likewise.
4407         (break_command_1): Remove local variable `arg_cp'.
4408         Check location type to set appropriate breakpoint ops methods.
4409         (trace_command): Likewise.
4410         * linespec.c (event_location_to_sals): Assert on probe locations.
4411         * location.c (EL_PROBE): Add macro definition.
4412         (new_probe_location, get_probe_location): New functions.
4413         (copy_event_location, delete_event_location, event_location_to_string)
4414         (string_to_event_location, event_location_empty_p): Handle probe
4415         locations.
4416         * location.h (enum event_location_type): Add PROBE_LOCATION.
4417         (new_probe_location, get_probe_location): Declare.
4418         * probe.c (parse_probes): Assert that LOCATION is a probe location.
4419         Convert linespec into probe location.
4420
4421 2015-08-11  Keith Seitz  <keiths@redhat.com>
4422
4423         * breakpoint.c (create_thread_event_breakpoint, init_breakpoint_sal):
4424         Convert linespec to address location.
4425         * linespec.c (canonicalize_linespec): Do not handle address
4426         locations here.
4427         (convert_address_location_to_sals): New function; contents moved
4428         from ...
4429         (convert_linespc_to_sals): ... here.
4430         (parse_linespec): Remove address locations from linespec grammar.
4431         Remove handling of address locations.
4432         (linespec_lex_to_end): Remove handling of address linespecs.
4433         (event_location_to_sals): Handle ADDRESS_LOCATION.
4434         (linespec_expression_to_pc): Export.
4435         * linespec.h (linespec_expression_to_pc): Add declaration.
4436         * location.c (struct event_location.u) <address>: New member.
4437         (new_address_location, get_address_location): New functions.
4438         (copy_event_location, delete_event_location, event_location_to_string)
4439         (string_to_event_location, event_location_empty_p): Handle address
4440         locations.
4441         * location.h (enum event_location_type): Add ADDRESS_LOCATION.
4442         (new_address_location, get_address_location): Declare.
4443         * python/py-finishbreakpoint.c (bpfinishpy_init): Convert linespec
4444         to address location.
4445         * spu-tdep.c (spu_catch_start): Likewise.
4446
4447 2015-08-11  Keith Seitz  <keiths@redhat.com>
4448
4449         * ax-gdb.c: Include location.h.
4450         (agent_command_1) Use linespec location instead of address
4451         string.
4452         * break-catch-throw.c: Include location.h.
4453         (re_set_exception_catchpoint): Use linespec locations instead
4454         of address strings.
4455         * breakpoint.c: Include location.h.
4456         (create_overlay_event_breakpoint, create_longjmp_master_breakpoint)
4457         (create_std_terminate_master_breakpoint)
4458         (create_exception_master_breakpoint, update_breakpoints_after_exec):
4459         Use linespec location instead of address string.
4460         (print_breakpoint_location):  Use locations and
4461         event_location_to_string.
4462         Print extra_string for pending locations for non-MI streams.
4463         (print_one_breakpoint_location): Use locations and
4464         event_location_to_string.
4465         (init_raw_breakpoint_without_location): Initialize b->location.
4466         (create_thread_event_breakpoint): Use linespec location instead of
4467         address string.
4468         (init_breakpoint_sal): Likewise.
4469         Only save extra_string if it is non-NULL and not the empty string.
4470         Use event_location_to_string instead of `addr_string'.
4471         Constify `p' and `endp'.
4472         Use skip_spaces_const/skip_space_const instead of non-const versions.
4473         Copy the location into the breakpoint.
4474         If LOCATION is NULL, save the breakpoint address as a linespec location
4475         instead of an address string.
4476         (create_breakpoint_sal): Change `addr_string' parameter to a struct
4477         event_location. All uses updated.
4478         (create_breakpoints_sal): Likewise for local variable `addr_string'.
4479         (parse_breakpoint_sals): Use locations instead of address strings.
4480         Remove check for empty linespec with conditional.
4481         Refactor.
4482         (decode_static_tracepoint_spec): Make argument const and update
4483         function.
4484         (create_breakpoint): Change `arg' to a struct event_location and
4485         rename.
4486         Remove `copy_arg' and `addr_start'.
4487         If EXTRA_STRING is empty, set it to NULL.
4488         Don't populate `canonical' for pending breakpoints.
4489         Pass `extra_string' to find_condition_and_thread.
4490         Clear `extra_string' if `rest' was NULL.
4491         Do not error with "garbage after location" if setting a dprintf
4492         breakpoint.
4493         Copy the location into the breakpoint instead of an address string.
4494         (break_command_1): Use string_to_event_location and pass this to
4495         create_breakpoint instead of an address string.
4496         Check against `arg_cp' for a probe linespec.
4497         (dprintf_command): Use string_to_event_location and pass this to
4498         create_breakpoint instead of an address string.
4499         Throw an exception if no format string was specified.
4500         (print_recreate_ranged_breakpoint): Use event_location_to_string
4501         instead of address strings.
4502         (break_range_command, until_break_command)
4503         (init_ada_exception_breakpoint): Use locations instead
4504         of address strings.
4505         (say_where): Print out extra_string for pending locations.
4506         (base_breakpoint_dtor): Delete `location' and `location_range_end' of
4507         the breakpoint.
4508         (base_breakpoint_create_sals_from_location): Use struct event_location
4509         instead of address string.
4510         Remove `addr_start' and `copy_arg' parameters.
4511         (base_breakpoint_decode_location): Use struct event_location instead of
4512         address string.
4513         (bkpt_re_set): Use locations instead of address strings.
4514         Use event_location_empty_p to check for unset location.
4515         (bkpt_print_recreate): Use event_location_to_string instead of
4516         an address string.
4517         Print out extra_string for pending locations.
4518         (bkpt_create_sals_from_location, bkpt_decode_location)
4519         (bkpt_probe_create_sals_from_location): Use struct event_location
4520         instead of address string.
4521         (bkpt_probe_decode_location): Use struct event_location instead of
4522         address string.
4523         (tracepoint_print_recreate): Use event_location_to_string to
4524         recreate the tracepoint.
4525         (tracepoint_create_sals_from_location, tracepoint_decode_location)
4526         (tracepoint_probe_create_sals_from_location)
4527         (tracepoint_probe_decode_location): Use struct event_location
4528         instead of address string.
4529         (dprintf_print_recreate): Use event_location_to_string to recreate
4530         the dprintf.
4531         (dprintf_re_set): Remove check for valid/missing format string.
4532         (strace_marker_create_sals_from_location)
4533         (strace_marker_create_breakpoints_sal, strace_marker_decode_location)
4534         (update_static_tracepoint): Use struct event_location instead of
4535         address string.
4536         (location_to_sals): Likewise.
4537         Pass `extra_string' to find_condition_and_thread.
4538         For newly resolved pending breakpoint locations, clear the location's
4539         string representation.
4540         Assert that the breakpoint's condition string is NULL when
4541         condition_not_parsed.
4542         (breakpoint_re_set_default, create_sals_from_location_default)
4543         (decode_location_default, trace_command, ftrace_command)
4544         (strace_command, create_tracepoint_from_upload): Use locations
4545         instead of address strings.
4546         * breakpoint.h (struct breakpoint_ops) <create_sals_from_location>:
4547         Use struct event_location instead of address string.
4548         Update all uses.
4549         <decode_location>: Likewise.
4550         (struct breakpoint) <addr_string>: Change to struct event_location
4551         and rename `location'.
4552         <addr_string_range_end>: Change to struct event_location and rename
4553         `location_range_end'.
4554         (create_breakpoint): Use struct event_location instead of address
4555         string.
4556         * cli/cli-cmds.c: Include location.h.
4557         (edit_command, list_command): Use locations instead of address strings.
4558         * elfread.c: Include location.h.
4559         (elf_gnu_ifunc_resolver_return_stop): Use event_location_to_string.
4560         * guile/scm-breakpoint.c: Include location.h.
4561         (bpscm_print_breakpoint_smob): Use event_location_to_string.
4562         (gdbscm_register_breakpoint): Use locations instead of address
4563         strings.
4564         * linespec.c: Include location.h.
4565         (struct ls_parser) <stream>: Change to const char *.
4566         (PARSER_STREAM): Update.
4567         (lionespec_lexer_lex_keyword): According to find_condition_and_thread,
4568         keywords must be followed by whitespace.
4569         (canonicalize_linespec): Save a linespec location into `canonical'.
4570         Save a canonical linespec into `canonical'.
4571         (parse_linespec): Change `argptr' to const char * and rename `arg'.
4572         All uses updated.
4573         Update function description.
4574         (linespec_parser_new): Initialize `parser'.
4575         Update initialization of  parsing stream.
4576         (event_location_to_sals): New function.
4577         (decode_line_full): Change `argptr' to a struct event_location and
4578         rename it `location'.
4579         Use locations instead of address strings.
4580         Call event_location_to_sals instead of parse_linespec.
4581         (decode_line_1): Likewise.
4582         (decode_line_with_current_source, decode_line_with_last_displayed)
4583         Use locations instead of address strings.
4584         (decode_objc): Likewise.
4585         Change `argptr' to const char * and rename `arg'.
4586         (destroy_linespec_result): Delete the linespec result's location
4587         instead of freeing the address string.
4588         * linespec.h (struct linespec_result) <addr_string>: Change to
4589         struct event_location and rename to ...
4590         <location>: ... this.
4591         (decode_line_1, decode_line_full): Change `argptr' to struct
4592         event_location.  All callers updated.
4593         * mi/mi-cmd-break.c: Include language.h, location.h, and linespec.h.
4594         (mi_cmd_break_insert_1): Use locations instead of address strings.
4595         Throw an error if there was "garbage" at the end of the specified
4596         linespec.
4597         * probe.c: Include location.h.
4598         (parse_probes): Change `argptr' to struct event_location.
4599         Use event locations instead of address strings.
4600         * probe.h (parse_probes): Change `argptr' to struct event_location.
4601         * python/py-breakpoint.c: Include location.h.
4602         (bppy_get_location): Constify local variable `str'.
4603         Use event_location_to_string.
4604         (bppy_init): Use locations instead of address strings.
4605         * python/py-finishbreakpoint.c: Include location.h.
4606         (bpfinishpy_init): Remove local variable `addr_str'.
4607         Use locations instead of address strings.
4608         * python/python.c: Include location.h.
4609         (gdbpy_decode_line): Use locations instead of address strings.
4610         * remote.c: Include location.h.
4611         (remote_download_tracepoint): Use locations instead of address
4612         strings.
4613         * spu-tdep.c: Include location.h.
4614         (spu_catch_start): Remove local variable `buf'.
4615         Use locations instead of address strings.
4616         * tracepoint.c: Include location.h.
4617         (scope_info): Use locations instead of address strings.
4618         (encode_source_string): Constify parameter `src'.
4619         * tracepoint.h (encode_source_string): Likewise.
4620
4621 2015-08-11  Keith Seitz  <keiths@redhat.com>
4622
4623         * Makefile.in (SFILES): Add location.c.
4624         (HFILES_NO_SRCDIR): Add location.h.
4625         (COMMON_OBS): Add location.o.
4626         * linespec.c (linespec_lex_to_end): New function.
4627         * linespec.h (linespec_lex_to_end): Declare.
4628         * location.c: New file.
4629         * location.h: New file.
4630
4631 2015-08-11  Keith Seitz  <keiths@redhat.com>
4632
4633         * breakpoint.h (struct breakpoint_ops) <create_sals_from_address>:
4634         Renamed to create_sals_from_location.
4635         <decode_linespec>: Renamed to decode_location.
4636         Update all callers.
4637         * breakpoint.c (create_sals_from_address_default): Renamed to ...
4638         (create_sals_from_location_default): ... this.
4639         (addr_string_to_sals): Renamed to ...
4640         (location_to_sals): ... this.
4641         (decode_linespec_default): Renamed to ...
4642         (decode_location_default): ... this.
4643         (base_breakpoint_create_sals_from_address): Renamed to ...
4644         (base_breakpoint_create_sals_from_location): ... this.
4645         (bkpt_create_sals_from_address): Renamed to ...
4646         (bkpt_create_sals_from_location): ... this.
4647         (bkpt_decode_linespec): Renamed to ...
4648         (bkpt_decode_location): ... this.
4649         (bkpt_probe_create_sals_from_address): Renamed to ...
4650         (bkpt_probe_create_sals_from_location): ... this.
4651         (tracepoint_create_sals_from_address): Renamed to ...
4652         (tracepoint_create_sals_from_location): ... this.
4653         (tracepoint_decode_linespec): Renamed to ...
4654         (tracepoint_decode_location): ... this.
4655         (tracepoint_probe_create_sals_from_address): Renamed to ...
4656         (tracepoint_probe_create_sals_from_location): ... this.
4657         (tracepoint_probe_decode_linespec): Renamed to ...
4658         (tracepoint_probe_decode_location): ... this.
4659         (strace_marker_create_sals_from_address): Renamed to ...
4660         (strace_marker_create_sals_from_location): ... this.
4661         (decode_linespec_default): Renamed to ...
4662         (decode_location_default): ... this.
4663
4664 2015-08-10  Doug Evans  <dje@google.com>
4665             Keith Seitz  <keiths@redhat.com>
4666
4667         PR gdb/17960
4668         * symtab.c (make_file_symbol_completion_list_1): Renamed from
4669         make_file_symbol_completion_list and made static.
4670         (make_file_symbol_completion_list): New function.
4671
4672 2015-08-10  Joel Brobecker  <brobecker@adacore.com>
4673
4674         * infrun.c (follow_fork, displaced_step_prepare, resume): Remove
4675         trailing new-line at end of warning message.
4676         (proceed): Add i18n marker to error messages.
4677
4678 2015-08-07  Pedro Alves  <palves@redhat.com>
4679
4680         * linux-nat.c (linux_nat_always_non_stop_p): Return 1.
4681
4682 2015-08-07  Pedro Alves  <palves@redhat.com>
4683
4684         * s390-linux-tdep.c (is_non_branch_ril)
4685         (s390_displaced_step_copy_insn): New functions.
4686         (s390_displaced_step_fixup): Update comment.
4687         (s390_gdbarch_init): Install s390_displaced_step_copy_insn as
4688         gdbarch_displaced_step_copy_insn hook.
4689
4690 2015-08-07  Pedro Alves  <palves@redhat.com>
4691
4692         * infrun.c (displaced_step_prepare_throw): Return -1 if
4693         gdbarch_displaced_step_copy_insn returns NULL.  Update intro
4694         comment.
4695         * rs6000-tdep.c (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION)
4696         (STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION): Move higher up
4697         in file.
4698         (ppc_displaced_step_copy_insn): New function.
4699         (ppc_displaced_step_fixup): Update comment.
4700         (rs6000_gdbarch_init): Install ppc_displaced_step_copy_insn as
4701         gdbarch_displaced_step_copy_insn hook.
4702         * gdbarch.sh (displaced_step_copy_insn): Document what happens on
4703         NULL return.
4704         * gdbarch.h: Regenerate.
4705
4706 2015-08-07  Pedro Alves  <palves@redhat.com>
4707
4708         * inferior.h (struct inferior) <displaced_stepping_failed>: New
4709         field.
4710         * infrun.c (use_displaced_stepping_now_p): New parameter 'inf'.
4711         Return false if dispaced stepping failed before.
4712         (resume): Pass the current inferior to
4713         use_displaced_stepping_now_p.  Wrap displaced_step_prepare in
4714         TRY/CATCH.  If we get a MEMORY_ERROR, set the inferior's
4715         displaced_stepping_failed flag, and fall back to an in-line
4716         step-over.
4717
4718 2015-08-07  Pedro Alves  <palves@redhat.com>
4719
4720         * darwin-nat.c (darwin_stop): Rename to ...
4721         (darwin_interrupt): ... this.
4722         (_initialize_darwin_inferior): Adjust.
4723         * gnu-nat.c (gnu_stop): Delete.
4724         (gnu_target): Don't install gnu_stop.
4725         * inf-ptrace.c (inf_ptrace_stop): Rename to ...
4726         (inf_ptrace_interrupt): ... this.
4727         (inf_ptrace_target): Adjust.
4728         * infcmd.c (interrupt_target_1): Use target_interrupt instead of
4729         target_stop.
4730         * linux-nat (linux_nat_stop): Rename to ...
4731         (linux_nat_interrupt): ... this.
4732         (linux_nat_stop): Reimplement.
4733         (linux_nat_add_target): Install linux_nat_interrupt.
4734         * nto-procfs.c (nto_interrupt_twice): Rename to ...
4735         (nto_handle_sigint_twice): ... this.
4736         (nto_interrupt): Rename to ...
4737         (nto_handle_sigint): ... this.  Call target_interrupt instead of
4738         target_stop.
4739         (procfs_wait): Adjust.
4740         (procfs_stop): Rename to ...
4741         (procfs_interrupt): ... this.
4742         (init_procfs_targets): Adjust.
4743         * procfs.c (procfs_stop): Rename to ...
4744         (procfs_interrupt): ... this.
4745         (procfs_target): Adjust.
4746         * remote-m32r-sdi.c (m32r_stop): Rename to ...
4747         (m32r_interrupt): ... this.
4748         (init_m32r_ops): Adjust.
4749         * remote-sim.c (gdbsim_stop_inferior): Rename to ...
4750         (gdbsim_interrupt_inferior): ... this.
4751         (gdbsim_stop): Rename to ...
4752         (gdbsim_interrupt): ... this.
4753         (gdbsim_cntrl_c): Adjust.
4754         (init_gdbsim_ops): Adjust.
4755         * remote.c (sync_remote_interrupt): Adjust comments.
4756         (remote_stop_as): Rename to ...
4757         (remote_interrupt_as): ... this.
4758         (remote_stop): Adjust comment.
4759         (remote_interrupt): New function.
4760         (init_remote_ops): Install remote_interrupt.
4761         * target.c (target_interrupt): New function.
4762         * target.h (struct target_ops) <to_interrupt>: New field.
4763         (target_interrupt): New declaration.
4764         * windows-nat.c (windows_stop): Rename to ...
4765         (windows_interrupt): ... this.
4766         * target-delegates.c: Regenerate.
4767
4768 2015-08-07  Pedro Alves  <palves@redhat.com>
4769
4770         * signal-while-stepping-over-bp-other-thread.exp: Expect "restart
4771         threads" as alternative to "switching back to stepped thread".
4772
4773 2015-08-07  Pedro Alves  <palves@redhat.com>
4774
4775         * NEWS: Mention "maint set/show target-non-stop".
4776         * breakpoint.c (update_global_location_list): Check
4777         target_is_non_stop_p instead of non_stop.
4778         * infcmd.c (attach_command_post_wait, attach_command): Likewise.
4779         * infrun.c (show_can_use_displaced_stepping)
4780         (can_use_displaced_stepping_p, start_step_over_inferior):
4781         Likewise.
4782         (internal_resume_ptid): New function.
4783         (resume): Use it.
4784         (proceed): Check target_is_non_stop_p instead of non_stop.  If in
4785         all-stop mode but the target is always in non-stop mode, start all
4786         the other threads that are implicitly resumed too.
4787         (for_each_just_stopped_thread, fetch_inferior_event)
4788         (adjust_pc_after_break, stop_all_threads): Check
4789         target_is_non_stop_p instead of non_stop.
4790         (handle_inferior_event): Likewise.  Handle detach-fork in all-stop
4791         with the target always in non-stop mode.
4792         (handle_signal_stop) <random signal>: Check target_is_non_stop_p
4793         instead of non_stop.
4794         (switch_back_to_stepped_thread): Check target_is_non_stop_p
4795         instead of non_stop.
4796         (keep_going_stepped_thread): Use internal_resume_ptid.
4797         (stop_waiting): If in all-stop mode, and the target is in non-stop
4798         mode, stop all threads.
4799         (keep_going_pass): Likewise, when starting a new in-line step-over
4800         sequence.
4801         * linux-nat.c (get_pending_status, select_event_lwp)
4802         (linux_nat_filter_event, linux_nat_wait_1, linux_nat_wait): Check
4803         target_is_non_stop_p instead of non_stop.
4804         (linux_nat_always_non_stop_p): New function.
4805         (linux_nat_stop): Check target_is_non_stop_p instead of non_stop.
4806         (linux_nat_add_target): Install linux_nat_always_non_stop_p.
4807         * target-delegates.c: Regenerate.
4808         * target.c (target_is_non_stop_p): New function.
4809         (target_non_stop_enabled, target_non_stop_enabled_1): New globals.
4810         (maint_set_target_non_stop_command)
4811         (maint_show_target_non_stop_command): New functions.
4812         (_initilize_target): Install "maint set/show target-non-stop"
4813         commands.
4814         * target.h (struct target_ops) <to_always_non_stop_p>: New field.
4815         (target_non_stop_enabled): New declaration.
4816         (target_is_non_stop_p): New declaration.
4817
4818 2015-08-07  Pedro Alves  <pedro@codesourcery.com>
4819
4820         * breakpoint.c (breakpoints_should_be_inserted_now): If any thread
4821         has a pending status, return true.
4822         * gdbthread.h: Include target/waitstatus.h.
4823         (struct thread_suspend_state) <stop_reason, waitstatus_pending_p,
4824         stop_pc>: New fields.
4825         (struct thread_info) <resumed>: New field.
4826         (set_resumed): Declare.
4827         * infrun.c: Include "event-loop.h".
4828         (infrun_async_inferior_event_token, infrun_is_async): New globals.
4829         (infrun_async): New function.
4830         (clear_step_over_info): Add debug output.
4831         (displaced_step_in_progress_any_inferior): New function.
4832         (displaced_step_fixup): New returns int.
4833         (start_step_over): Handle in-line step-overs too.  Assert the
4834         thread is marked resumed.
4835         (resume_cleanups): Clear the thread's resumed flag.
4836         (resume): Set the thread's resumed flag.  Return early if the
4837         thread has a pending status.  Allow stepping a breakpoint with no
4838         signal.
4839         (proceed): Adjust to check 'resumed' instead of 'executing'.
4840         (clear_proceed_status_thread): If the thread has a pending status,
4841         and that status is a finished step, discard the pending status.
4842         (clear_proceed_status): Don't clear step_over_info here.
4843         (random_pending_event_thread, do_target_wait): New functions.
4844         (prepare_for_detach, wait_for_inferior, fetch_inferior_event): Use
4845         do_target_wait.
4846         (wait_one): New function.
4847         (THREAD_STOPPED_BY): New macro.
4848         (thread_stopped_by_watchpoint, thread_stopped_by_sw_breakpoint)
4849         (thread_stopped_by_hw_breakpoint): New functions.
4850         (switch_to_thread_cleanup, save_waitstatus, stop_all_threads): New
4851         functions.
4852         (handle_inferior_event): Also call set_resumed(false) on all
4853         threads implicitly stopped by the event.
4854         (restart_threads, resumed_thread_with_pending_status): New
4855         functions.
4856         (finish_step_over): If we were doing an in-line step-over before,
4857         and no longer are after trying to start a new step-over, restart
4858         all threads.  If we have multiple threads with pending events,
4859         save the current event and go through the event loop again.
4860         (handle_signal_stop): Return early if finish_step_over returns
4861         false.
4862         <random signal>: If we get a signal while stepping over a
4863         breakpoint in-line in non-stop mode, restart all threads.  Clear
4864         step_over_info before delivering the signal.
4865         (keep_going_stepped_thread): Use internal_error instead of
4866         gdb_assert.  Mark the thread as resumed.
4867         (keep_going_pass_signal): Assert the thread isn't already resumed.
4868         If some other thread is doing an in-line step-over, defer the
4869         resume.  If we just started a new in-line step-over, stop all
4870         threads.  Don't clear step_over_info.
4871         (infrun_async_inferior_event_handler): New function.
4872         (_initialize_infrun): Create async event handler with
4873         infrun_async_inferior_event_handler as callback.
4874         (infrun_async): New declaration.
4875         * target.c (target_async): New function.
4876         * target.h (target_async): Declare macro and readd as function
4877         declaration.
4878         * target/waitstatus.h (enum target_stop_reason)
4879         <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
4880         * thread.c (new_thread): Clear the new waitstatus field.
4881         (set_resumed): New function.
4882
4883 2015-08-07  Pedro Alves  <palves@redhat.com>
4884
4885         * infrun.c (keep_going_stepped_thread): New function, factored out
4886         from ...
4887         (switch_back_to_stepped_thread): ... here.
4888
4889 2015-08-07  Pedro Alves  <palves@redhat.com>
4890
4891         * infrun.c (currently_stepping): Extend intro comment.
4892         * target.h (target_resume): Extend intro comment.
4893
4894 2015-08-07  Pedro Alves  <palves@redhat.com>
4895
4896         * infrun.c (switch_back_to_stepped_thread): Use ecs->ptid instead
4897         of inferior_ptid.  If the stepped thread vanished, return 0
4898         instead of resuming here.  Use reset_ecs.  Print the prev_pc and
4899         the current stop_pc in log message.  Clear trap_expected if the
4900         thread advanced.  Don't pass currently_stepping to
4901         do_target_resume.
4902
4903 2015-08-07  Pedro Alves  <palves@redhat.com>
4904
4905         * gdbthread.h (struct thread_info) <prev_pc>: Extend comment.
4906         * infrun.c (struct execution_control_state): Move higher up in the
4907         file.
4908         (reset_ecs): New function.
4909         (start_step_over): Now returns int.  Rewrite to use
4910         keep_going_pass_signal instead of manually starting a displaced step.
4911         (resume): Don't call set_running here.  If displaced stepping
4912         can't start now, clear trap_expected.
4913         (find_thread_needs_step_over): Delete function.
4914         (proceed): Set up finish_thread_state_cleanup.  Call set_running.
4915         If the current thread needs a step over, push it in the step-over
4916         chain.  Don't set insert breakpoints nor call resume directly
4917         here.  Instead rewrite to use start_step_over and
4918         keep_going_pass_signal.
4919         (finish_step_over): New function.
4920         (handle_signal_stop): Call finish_step_over instead of
4921         start_step_over.
4922         (switch_back_to_stepped_thread): If the event thread needs another
4923         step-over do that first.  Use start_step_over.
4924         (keep_going_pass_signal): New function, factored out from ...
4925         (keep_going): ... here.
4926         (_initialize_infrun): Comment moved here.
4927         * thread.c (set_running_thread): New function.
4928         (set_running, finish_thread_state): Use set_running_thread.
4929
4930 2015-08-07  Pedro Alves  <palves@redhat.com>
4931
4932         * gdbthread.h (struct thread_info) <step_over_prev,
4933         step_over_next>: New fields.
4934         (thread_step_over_chain_enqueue, thread_step_over_chain_remove)
4935         (thread_step_over_chain_next, thread_is_in_step_over_chain): New
4936         declarations.
4937         * infrun.c (struct displaced_step_request): Delete.
4938         (struct displaced_step_inferior_state) <step_request_queue>:
4939         Delete field.
4940         (displaced_step_prepare): Assert that trap_expected is set.  Use
4941         thread_step_over_chain_enqueue.  Split starting a new displaced
4942         step to ...
4943         (start_step_over): ... this new function.
4944         (resume): Assert the thread isn't waiting for a step over already.
4945         (proceed): Assert the thread isn't waiting for a step over
4946         already.
4947         (infrun_thread_stop_requested): Adjust to remove threads from the
4948         embedded step-over chain.
4949         (handle_inferior_event) <fork/vfork>: Call start_step_over after
4950         displaced_step_fixup.
4951         (handle_signal_stop): Call start_step_over after
4952         displaced_step_fixup.
4953         * infrun.h (step_over_queue_head): New declaration.
4954         * thread.c (step_over_chain_enqueue, step_over_chain_remove)
4955         (thread_step_over_chain_next, thread_is_in_step_over_chain)
4956         (thread_step_over_chain_enqueue)
4957         (thread_step_over_chain_remove): New functions.
4958         (delete_thread_1): Remove thread from the step-over chain.
4959
4960 2015-08-07  Pedro Alves  <palves@redhat.com>
4961
4962         * infrun.c (thread_still_needs_step_over): Rename to ...
4963         (thread_still_needs_step_over_bp): ... this.
4964         (enum step_over_what): New.
4965         (thread_still_needs_step_over): Reimplement.
4966
4967 2015-08-07  Pedro Alves  <palves@redhat.com>
4968
4969         * remote.c (remote_wait_as): If not waiting for a stop reply,
4970         return TARGET_WAITKIND_NO_RESUMED.  If TARGET_WNOHANG is
4971         requested, don't block waiting forever.
4972
4973 2015-08-07  Pedro Alves  <pedro@codesourcery.com>
4974
4975         * infrun.c (adjust_pc_after_break): Now takes thread_info and
4976         waitstatus pointers instead of an ecs.  Adjust.
4977         (handle_inferior_event): Adjust caller.
4978
4979 2015-08-07  Pedro Alves  <palves@redhat.com>
4980
4981         * infrun.c (handle_inferior_event): If we get
4982         TARGET_WAITKIND_SIGNALLED or TARGET_WAITKIND_EXITED in non-stop
4983         mode, mark all threads of the exiting process as not-executing.
4984         (normal_stop): If we get TARGET_WAITKIND_SIGNALLED or
4985         TARGET_WAITKIND_EXITED in non-stop mode, finish all threads of the
4986         exiting process, if inferior_ptid still points at a process.
4987         * thread.c (struct current_thread_cleanup) <next>: New field.
4988         (current_thread_cleanup_chain): New global.
4989         (restore_current_thread_ptid_changed): New function.
4990         (restore_current_thread_cleanup_dtor): Remove the cleanup from the
4991         current_thread_cleanup_chain list.
4992         (make_cleanup_restore_current_thread): Add the cleanup data to the
4993         current_thread_cleanup_chain list.
4994         (_initialize_thread): Install restore_current_thread_ptid_changed
4995         as thread_ptid_changed observer.
4996
4997 2015-08-07  Joel Brobecker  <brobecker@adacore.com>
4998
4999         * dtrace-probe.c (dtrace_process_dof): Ignore the objfile's DOF
5000         data if a DTRACE_DOF_SECT_TYPE_PROVIDER section is found to be
5001         smaller than expected.
5002
5003 2015-08-07  Andrew Burgess  <andrew.burgess@embecosm.com>
5004
5005         * stack.c (get_frame_language): Moved ...
5006         * frame.c (get_frame_language): ... to here.
5007         * language.h (get_frame_language): Declaration moved to frame.h.
5008         * frame.h: Add language.h include, for language enum.
5009         (get_frame_language): Declaration moved from language.h.
5010         * language.c: Add frame.h include.
5011         * top.c: Add frame.h include.
5012         * symtab.h (struct obj_section): Declare.
5013         (struct cmd_list_element): Declare.
5014
5015 2015-08-07  Andrew Burgess  <andrew.burgess@embecosm.com>
5016
5017         * language.c (show_language_command): Find selected frame before
5018         asking for the language of that frame.
5019         (set_language_command): Likewise.
5020         * language.h (get_frame_language): Add frame parameter.
5021         * stack.c (get_frame_language): Add frame parameter, assert
5022         parameter is not NULL, update comment and reindent.
5023         * top.c (check_frame_language_change): Pass the selected frame
5024         into get_frame_language.
5025
5026 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
5027
5028         * btrace.c (btrace_compute_ftrace_bts): Clear insn flags.
5029         (pt_btrace_insn_flags): New.
5030         (ftrace_add_pt): Call pt_btrace_insn_flags.
5031         * btrace.h (btrace_insn_flag): New.
5032         (btrace_insn) <flags>: New.
5033         * record-btrace.c (btrace_insn_history): Print insn prefix.
5034         * NEWS: Announce it.
5035
5036 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
5037
5038         * configure.ac: Check for PERF_ATTR_SIZE_VER5 in linux/perf_event.h
5039         * configure: Regenerate.
5040
5041 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
5042
5043         * Makefile.in (LIBICONV): Define.
5044         (CLIBS): Add LIBICONV.
5045         * acinclude.m4: Use config/iconv.m4 instead of custom AM_ICONV.
5046         * configure: Regenerate.
5047
5048 2015-08-06  Simon Marchi  <simon.marchi@ericsson.com>
5049             Pedro Alves  <palves@redhat.com>
5050
5051         * arm-tdep.c (set_fp_model_sfunc): Add cast from integer to enum.
5052         (arm_set_abi): Likewise.
5053         * ax-general.c (ax_print): Likewise.
5054         * c-exp.y (exp : string_exp): Likewise.
5055         * compile/compile-loc2c.c (compute_stack_depth_worker): Likewise.
5056         (do_compile_dwarf_expr_to_c): Likewise.
5057         * cp-name-parser.y (demangler_special : DEMANGLER_SPECIAL start):
5058         Likewise.
5059         * dwarf2expr.c (execute_stack_op): Likewise.
5060         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
5061         (disassemble_dwarf_expression): Likewise.
5062         * dwarf2read.c (dwarf2_add_member_fn): Likewise.
5063         (read_array_order): Likewise.
5064         (abbrev_table_read_table): Likewise.
5065         (read_attribute_value): Likewise.
5066         (skip_unknown_opcode): Likewise.
5067         (dwarf_decode_macro_bytes): Likewise.
5068         (dwarf_decode_macros): Likewise.
5069         * eval.c (value_f90_subarray): Likewise.
5070         * guile/scm-param.c (gdbscm_make_parameter): Likewise.
5071         * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
5072         * infrun.c (handle_command): Likewise.
5073         * memory-map.c (memory_map_start_memory): Likewise.
5074         * osabi.c (set_osabi): Likewise.
5075         * parse.c (operator_length_standard): Likewise.
5076         * ppc-linux-tdep.c (ppc_canonicalize_syscall): Likewise, and use
5077         single return point.
5078         * python/py-frame.c (gdbpy_frame_stop_reason_string): Likewise.
5079         * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
5080         (gdbpy_lookup_global_symbol): Likewise.
5081         * record-full.c (record_full_restore): Likewise.
5082         * regcache.c (regcache_register_status): Likewise.
5083         (regcache_raw_read): Likewise.
5084         (regcache_cooked_read): Likewise.
5085         * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
5086         * symtab.c (initialize_ordinary_address_classes): Likewise.
5087         * target-debug.h (target_debug_print_signals): Likewise.
5088         * utils.c (do_restore_current_language): Likewise.
5089
5090 2015-08-06  Clem Dickey  <clemd@acm.org>
5091
5092         PR python/17136
5093         * python/lib/gdb/command/type_printers.py (InfoTypePrinter): Fix typo.
5094
5095 2015-08-06  Simon Marchi  <simon.marchi@ericsson.com>
5096
5097         * complaints.c (enum complaint_series): Add newlines and remove
5098         out of date comment.
5099         (struct complaints) <series>: Change type to enum
5100         complaint_series and remove out of date comment.
5101         (symfile_complaint_hook): Use equivalent enum value
5102         ISOLATED_MESSAGE instead of 0.
5103
5104 2015-08-06  Pedro Alves  <palves@redhat.com>
5105
5106         * nat/linux-waitpid.c (my_waitpid): Only print *status if waitpid
5107         returned > 0.
5108
5109 2015-08-06  Pierre Langlois  <pierre.langlois@arm.com>
5110
5111         * common/agent.c (symbol_list) <required>: Remove.
5112
5113 2015-08-06  Pedro Alves  <palves@redhat.com>
5114
5115         * target/waitstatus.h (enum target_stop_reason)
5116         <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
5117
5118 2015-08-05  Pedro Alves  <palves@redhat.com>
5119             Joel Brobecker  <brobecker@adacore.com>
5120
5121         * breakpoint.c (bpstat_what) <bp_longjmp, bp_longjmp_call_dummy>
5122         <bp_exception, bp_longjmp_resume, bp_exception_resume>: Handle the
5123         case where BS->STOP is not set.
5124
5125 2015-08-05  Ulrich Weigand  <uweigand@de.ibm.com>
5126
5127         * nat/gdb_thread_db.h: Add copyright header.
5128         Protect against multiple inclusion.
5129
5130 2015-08-05  Yao Qi  <yao.qi@linaro.org>
5131
5132         * aarch64-linux-nat.c (get_thread_id): Remove.
5133         (debug_reg_change_callback): Call ptid_get_lwp instead of
5134         get_thread_id.
5135         (fetch_gregs_from_thread): Likewise.
5136         (store_gregs_to_thread): Likewise.
5137         (fetch_fpregs_from_thread): Likewise.
5138         (store_fpregs_to_thread): Likewise.
5139         (aarch64_linux_get_debug_reg_capacity): Likewise.
5140         * arm-linux-nat.c (get_thread_id): Remove.
5141         (GET_THREAD_ID): Update macro to use ptid_get_lwp.
5142         * xtensa-linux-nat.c (get_thread_id): Remove.
5143         (GET_THREAD_ID): Update macro to use ptid_get_lwp.
5144         * arm-linux-nat.c (get_thread_id): Remove.
5145         (GET_THREAD_ID): Remove.
5146         (fetch_fpregs): Call ptid_get_lwp instead of GET_THREAD_ID.
5147         (store_fpregs, fetch_regs, store_regs): Likewise.
5148         (fetch_wmmx_regs, store_wmmx_regs): Likewise.
5149         (fetch_vfp_regs, store_vfp_regs): Likewise.
5150         (arm_linux_read_description): Likewise.
5151         (arm_linux_get_hwbp_cap): Likewise.
5152         * xtensa-linux-nat.c (get_thread_id): Remove.
5153         (GET_THREAD_ID): Remove.
5154         (fetch_gregs, store_gregs): Call ptid_get_lwp instead of
5155         GET_THREAD_ID.
5156
5157 2015-08-04  Ciro Santilli  <ciro.santilli@gmail.com>  (obvious patch)
5158
5159         * python/py-linetable.c: Fix case of Linetable to LineTable
5160         in docstrings and code comments.
5161         * python/py-symtab.c: Same.
5162
5163 2015-08-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
5164
5165         * infcmd.c (signal_command): Call do_cleanups for args_chain.
5166
5167 2015-08-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
5168
5169         PR gdb/18767
5170         * infcmd.c (attach_command): Move ARGS_CHAIN cleanup after last ARGS
5171         use.
5172
5173 2015-08-04  Pedro Alves  <palves@redhat.com>
5174
5175         * nat/gdb_thread_db.h (td_init_ftype, td_ta_new_ftype)
5176         (td_ta_map_lwp2thr_ftype, td_ta_thr_iter_ftype)
5177         (td_ta_event_addr_ftype, td_ta_set_event_ftype)
5178         (td_ta_clear_event_ftype, td_ta_event_getmsg_ftype)
5179         (td_thr_validate_ftype, td_thr_get_info_ftype)
5180         (td_thr_event_enable_ftype, td_thr_tls_get_addr_ftype)
5181         (td_thr_tlsbase_ftype, td_symbol_list_ftype, td_ta_delete_ftype):
5182         New typedefs.
5183         * linux-thread-db.c (struct thread_db_info): Use new typedefs.
5184         (try_thread_db_load_1): Define TDB_VERBOSE_DLSYM, TDB_DLSYM , CHK
5185         local macros and use them instead of verbose_dlsym and dlsym
5186         calls.
5187
5188 2015-08-03  Sandra Loosemore  <sandra@codesourcery.com>
5189
5190         * nios2-tdep.h: Include opcode/nios2.h here.
5191         (NIOS2_CDX_OPCODE_SIZE): New.
5192         (struct gdbarch_tdep): Add OP parameter to syscall_next_pc.
5193         * nios2-tdep.c: Don't include opcode/nios2.h here.
5194         (nios2_fetch_insn): For R2, try reading 2-byte instruction if
5195         4-byte read fails.
5196         (nios2_match_add, nios2_match_sub): Add cases for R2 encodings.
5197         (nios2_match_addi, nios2_match_orhi): Likewise.
5198         (nios2_match_stw, nios2_match_ldw): Likewise.
5199         (nios2_match_rdctl): Likewise.
5200         (nios2_match_stwm, nios2_match_ldwm): New.
5201         (nios2_match_branch): Add cases for R2 encodings.
5202         (nios2_match_jmpi, nios2_match_calli): Likewise.
5203         (nios2_match_jmpr, nios2_match_callr): Likewise.
5204         (nios2_match_break, nios2_match_trap): Likewise.
5205         (nios2_in_epilogue_p): Add R2 support.
5206         (nios2_analyze_prologue): Update comments.  Recognize R2 CDX
5207         prologues.
5208         (nios2_breakpoint_from_pc): Handle R2 instructions.
5209         (nios2_get_next_pc): Likewise.  Adjust call to
5210         tdep->syscall_next_pc.
5211         * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame):
5212         Renamed from nios2_linux_rt_sigreturn_tramp_frame.  Use
5213         instruction field macros instead of literal hex values.
5214         (nios2_r2_linux_rt_sigreturn_tramp_frame): New.
5215         (nios2_linux_syscall_next_pc): Adjust signature to pass OP.
5216         Use size field from OP instead of assuming all instructions
5217         are the same size.
5218         (nios2_linux_init_abi): Register appropriate unwinder for mach.
5219
5220 2015-08-03  Ulrich Weigand  <uweigand@de.ibm.com>
5221
5222         * cp-namespace.c (cp_lookup_symbol_via_imports): Fix uninitialized
5223         variable warning with some compilers.
5224
5225 2015-08-03  Yao Qi  <yao.qi@linaro.org>
5226
5227         * arm-linux-nat.c (arm_linux_get_hwbp_type): Capitalize "type"
5228         in comment.  Replace "rw" with "type".
5229         (arm_linux_remove_watchpoint): Change type of "rw" to
5230         "enum target_hw_bp_type".
5231
5232 2015-08-02  Pierre-Marie de Rodat  <derodat@adacore.com>
5233
5234         * alpha-mdebug-tdep.c (find_proc_desc): Update call to
5235         lookup_symbol.
5236         * ft32-tdep.c (ft32_skip_prologue): Likewise.
5237         * moxie-tdep.c (moxie_skip_prologue): Likewise.
5238         * mt-tdep.c (mt_skip_prologue): Likewise.
5239         * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
5240
5241 2015-08-01  Pierre-Marie de Rodat  <derodat@adacore.com>
5242
5243         * ada-exp.y (write_object_renaming): Replace struct
5244         ada_symbol_info with struct block_symbol.  Update field
5245         references accordingly.
5246         (block_lookup, select_possible_type_sym): Likewise.
5247         (find_primitive_type): Likewise.  Also update call to
5248         ada_lookup_symbol to extract the symbol itself.
5249         (write_var_or_type, write_name_assoc): Likewise.
5250         * ada-lang.h (struct ada_symbol_info): Remove.
5251         (ada_lookup_symbol_list): Replace struct ada_symbol_info with
5252         struct block_symbol.
5253         (ada_lookup_encoded_symbol, user_select_syms): Likewise.
5254         (ada_lookup_symbol): Return struct block_symbol instead of a
5255         mere symbol.
5256         * ada-lang.c (defns_collected): Replace struct ada_symbol_info
5257         with struct block_symbol.
5258         (resolve_subexp, ada_resolve_function, sort_choices,
5259         user_select_syms, is_nonfunction, add_defn_to_vec,
5260         num_defns_collected, defns_collected,
5261         symbols_are_identical_enums, remove_extra_symbols,
5262         remove_irrelevant_renamings, add_lookup_symbol_list_worker,
5263         ada_lookup_symbol_list, ada_iterate_over_symbols,
5264         ada_lookup_encoded_symbol, get_var_value): Likewise.
5265         (ada_lookup_symbol): Return a block_symbol instead of a mere
5266         symbol.  Replace struct ada_symbol_info with struct
5267         block_symbol.
5268         (ada_lookup_symbol_nonlocal): Likewise.
5269         (standard_lookup): Make block passing explicit through
5270         lookup_symbol_in_language.
5271         * ada-tasks.c (get_tcb_types_info): Update the calls to
5272         lookup_symbol_in_language to extract the mere symbol out of the
5273         returned value.
5274         (ada_tasks_inferior_data_sniffer): Likewise.
5275         * ax-gdb.c (gen_static_field): Likewise for the call to
5276         lookup_symbol.
5277         (gen_maybe_namespace_elt): Deal with struct block_symbol from
5278         lookup functions.
5279         (gen_expr): Likewise.
5280         * c-exp.y: Likewise.  Remove uses of block_found.
5281         (lex_one_token, classify_inner_name, c_print_token): Likewise.
5282         (classify_name): Likewise.  Rename the "sym" local variable to
5283         "bsym".
5284         * c-valprint.c (print_unpacked_pointer): Likewise.
5285         * compile/compile-c-symbols.c (convert_symbol_sym): Promote the
5286         "sym" parameter from struct symbol * to struct block_symbol.
5287         Use it to remove uses of block_found.  Deal with struct
5288         block_symbol from lookup functions.
5289         (gcc_convert_symbol): Likewise.  Update the call to
5290         convert_symbol_sym.
5291         * compile/compile-object-load.c (compile_object_load): Deal with
5292         struct block_symbol from lookup functions.
5293         * cp-namespace.c (cp_lookup_nested_symbol_1,
5294         cp_lookup_nested_symbol, cp_lookup_bare_symbol,
5295         cp_search_static_and_baseclasses,
5296         cp_lookup_symbol_in_namespace, cp_lookup_symbol_via_imports,
5297         cp_lookup_symbol_imports_or_template,
5298         cp_lookup_symbol_via_all_imports, cp_lookup_symbol_namespace,
5299         lookup_namespace_scope, cp_lookup_nonlocal,
5300         find_symbol_in_baseclass): Return struct block_symbol instead of
5301         mere symbols and deal with struct block_symbol from lookup
5302         functions.
5303         * cp-support.c (inspect_type, replace_typedefs,
5304         cp_lookup_rtti_type): Deal with struct block_symbol from
5305         lookup functions.
5306         * cp-support.h (cp_lookup_symbol_nonlocal,
5307         cp_lookup_symbol_from_namespace,
5308         cp_lookup_symbol_imports_or_template, cp_lookup_nested_symbol):
5309         Return struct block_symbol instead of mere symbols.
5310         * d-exp.y (d_type_from_name, d_module_from_name, push_variable,
5311         push_module_name):
5312         Deal with struct block_symbol from lookup functions.  Remove
5313         uses of block_found.
5314         * eval.c (evaluate_subexp_standard): Update call to
5315         cp_lookup_symbol_namespace.
5316         * f-exp.y: Deal with struct block_symbol from lookup functions.
5317         Remove uses of block_found.
5318         (yylex): Likewise.
5319         * gdbtypes.c (lookup_typename, lookup_struct, lookup_union,
5320         lookup_enum, lookup_template_type, check_typedef): Deal with
5321         struct block_symbol from lookup functions.
5322         * guile/scm-frame.c (gdbscm_frame_read_var): Likewise.
5323         * guile/scm-symbol.c (gdbscm_lookup_symbol): Likewise.
5324         (gdbscm_lookup_global_symbol): Likewise.
5325         * gnu-v3-abi.c (gnuv3_get_typeid_type): Likewise.
5326         * go-exp.y: Likewise.  Remove uses of block_found.
5327         (package_name_p, classify_packaged_name, classify_name):
5328         Likewise.
5329         * infrun.c (insert_exception_resume_breakpoint): Likewise.
5330         * jv-exp.y (push_variable): Likewise.
5331         * jv-lang.c (java_lookup_class, get_java_object_type): Likewise.
5332         * language.c (language_bool_type): Likewise.
5333         * language.h (struct language_defn): Update
5334         la_lookup_symbol_nonlocal to return a struct block_symbol rather
5335         than a mere symbol.
5336         * linespec.c (find_label_symbols): Deal with struct block_symbol
5337         from lookup functions.
5338         * m2-exp.y: Likewise.  Remove uses of block_found.
5339         (yylex): Likewise.
5340         * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
5341         * objc-lang.c (lookup_struct_typedef, find_imps): Likewise.
5342         * p-exp.y: Likewise.  Remove uses of block_found.
5343         (yylex): Likewise.
5344         * p-valprint.c (pascal_val_print): Likewise.
5345         * parse.c (write_dollar_variable): Likewise.  Remove uses of
5346         block_found.
5347         * parser-defs.h (struct symtoken): Turn the SYM field into a
5348         struct block_symbol.
5349         * printcmd.c (address_info): Deal with struct block_symbol from
5350         lookup functions.
5351         * python/py-frame.c (frapy_read_var): Likewise.
5352         * python/py-symbol.c (gdbpy_lookup_symbol,
5353         gdbpy_lookup_global_symbol): Likewise.
5354         * skip.c (skip_function_command): Likewise.
5355         * solib-darwin.c (darwin_lookup_lib_symbol): Return a struct
5356         block_symbol instead of a mere symbol.
5357         * solib-spu.c (spu_lookup_lib_symbol): Likewise.
5358         * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
5359         * solib.c (solib_global_lookup): Likewise.
5360         * solist.h (solib_global_lookup): Likewise.
5361         (struct target_so_ops): Update lookup_lib_global_symbol to
5362         return a struct block_symbol rather than a mere symbol.
5363         * source.c (select_source_symtab): Deal with struct block_symbol
5364         from lookup functions.
5365         * stack.c (print_frame_args, iterate_over_block_arg_vars):
5366         Likewise.
5367         * symfile.c (set_initial_language): Likewise.
5368         * symtab.c (SYMBOL_LOOKUP_FAILED): Turn into a struct
5369         block_symbol.
5370         (SYMBOL_LOOKUP_FAILED_P): New predicate as a macro.
5371         (struct symbol_cache_slot): Turn the FOUND field into a struct
5372         block_symbol.
5373         (block_found): Remove.
5374         (eq_symbol_entry): Update to deal with struct block_symbol in
5375         cache slots.
5376         (symbol_cache_lookup): Return a struct block_symbol rather than
5377         a mere symbol.
5378         (symbol_cache_mark_found): Add a BLOCK parameter to fill
5379         appropriately the cache slots.  Update callers.
5380         (symbol_cache_dump): Update cache slots handling to the type
5381         change.
5382         (lookup_symbol_in_language, lookup_symbol, lookup_language_this,
5383         lookup_symbol_aux, lookup_local_symbol,
5384         lookup_symbol_in_objfile, lookup_global_symbol_from_objfile,
5385         lookup_symbol_in_objfile_symtabs,
5386         lookup_symbol_in_objfile_from_linkage_name,
5387         lookup_symbol_via_quick_fns, basic_lookup_symbol_nonlocal,
5388         lookup_symbol_in_static_block, lookup_static_symbol,
5389         lookup_global_symbol):
5390         Return a struct block_symbol rather than a mere symbol.  Deal
5391         with struct block_symbol from other lookup functions.  Remove
5392         uses of block_found.
5393         (lookup_symbol_in_block): Remove uses of block_found.
5394         (struct global_sym_lookup_data): Turn the RESULT field into a
5395         struct block_symbol.
5396         (lookup_symbol_global_iterator_cb): Update references to the
5397         RESULT field.
5398         (search_symbols): Deal with struct block_symbol from lookup
5399         functions.
5400         * symtab.h (struct block_symbol): New structure.
5401         (block_found): Remove.
5402         (lookup_symbol_in_language, lookup_symbol,
5403         basic_lookup_symbol_nonlocal, lookup_symbol_in_static_block,
5404         lookup_static_symbol, lookup_global_symbol, lookup_language_this,
5405         lookup_global_symbol_from_objfile): Return a struct block_symbol
5406         rather than just a mere symbol.  Update comments to remove
5407         mentions of block_found.
5408         * valops.c (find_function_in_inferior,
5409         value_struct_elt_for_reference, value_maybe_namespace_elt,
5410         value_of_this):  Deal with struct block_symbol from lookup
5411         functions.
5412         * value.c (value_static_field, value_fn_field): Likewise.
5413
5414 2015-07-31  Simon Marchi  <simon.marchi@ericsson.com>
5415
5416         * remote-m32r-sdi.c (m32r_remove_watchpoint): Use enum type
5417         instead of integer.
5418
5419 2015-07-31  Simon Marchi  <simon.marchi@ericsson.com>
5420             Pedro Alves  <palves@redhat.com>
5421
5422         * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): Use enum
5423         type or value instead of integer.
5424         (aarch64_linux_insert_watchpoint): Likewise.
5425         (aarch64_linux_remove_watchpoint): Likewise.
5426         * ada-lang.c (ada_op_print_tab): Likewise.
5427         * amd64-linux-tdep.c (amd64_canonicalize_syscall): Likewise.
5428         (amd64_linux_syscall_record_common): Likewise.
5429         * arch-utils.c (target_byte_order_user): Likewise.
5430         (default_byte_order): Likewise.
5431         * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Likewise.
5432         (arm_linux_get_hwbp_type): Likewise.
5433         (arm_linux_hw_watchpoint_initialize): Likewise.
5434         (arm_linux_insert_watchpoint): Likewise.
5435         * arm-linux-tdep.c (arm_canonicalize_syscall): Likewise.
5436         (arm_linux_syscall_record): Likewise.
5437         * breakpoint.c (update_watchpoint): Likewise.
5438         (breakpoint_here_p): Likewise.
5439         (bpstat_print): Likewise.
5440         (enable_breakpoint_disp): Likewise.
5441         * c-lang.c (c_op_print_tab): Likewise.
5442         * cli/cli-decode.c (add_info_alias): Likewise.
5443         * d-lang.c (d_op_print_tab): Likewise.
5444         * eval.c (evaluate_subexp_standard): Likewise.
5445         * f-exp.y (dot_ops): Likewise.
5446         (f77_keywords): Likewise.
5447         * f-lang.c (f_op_print_tab): Likewise.
5448         * go-lang.c (go_op_print_tab): Likewise.
5449         * guile/scm-breakpoint.c (gdbscm_make_breakpoint): Likewise.
5450         * guile/scm-cmd.c (gdbscm_make_command): Likewise.
5451         * guile/scm-param.c (gdbscm_make_parameter): Likewise.
5452         * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Likewise.
5453         * guile/scm-string.c (struct scm_to_stringn_data): Likewise.
5454         (struct scm_from_stringn_data): Likewise.
5455         * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
5456         * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
5457         (ia64_linux_remove_watchpoint): Likewise.
5458         (ia64_linux_can_use_hw_breakpoint): Likewise.
5459         * infrun.c (print_stop_event): Likewise.
5460         * jv-lang.c (java_op_print_tab): Likewise.
5461         * linux-nat.c (linux_proc_xfer_partial): Likewise.
5462         * linux-nat.h (struct lwp_info): Likewise.
5463         * linux-thread-db.c (enable_thread_event): Likewise.
5464         * m2-lang.c (m2_op_print_tab): Likewise.
5465         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise.
5466         (mi_cmd_stack_list_variables): Likewise.
5467         * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
5468         * mi/mi-out.c (mi_table_begin): Likewise.
5469         (mi_table_header): Likewise.
5470         * mips-linux-nat.c (mips_linux_can_use_hw_breakpoint): Likewise.
5471         (mips_linux_insert_watchpoint): Likewise.
5472         (mips_linux_remove_watchpoint): Likewise.
5473         * nat/mips-linux-watch.c (mips_linux_watch_type_to_irw): Likewise.
5474         * nat/mips-linux-watch.h (struct mips_watchpoint): Likewise.
5475         (mips_linux_watch_type_to_irw): Likewise.
5476         * nto-procfs.c (procfs_can_use_hw_breakpoint): Likewise.
5477         (procfs_insert_hw_watchpoint): Likewise.
5478         (procfs_remove_hw_watchpoint): Likewise.
5479         (procfs_hw_watchpoint): Likewise.
5480         (procfs_can_use_hw_breakpoint): Likewise.
5481         (procfs_remove_hw_watchpoint): Likewise.
5482         (procfs_insert_hw_watchpoint): Likewise.
5483         * p-lang.c (pascal_op_print_tab): Likewise.
5484         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): Likewise.
5485         * ppc-linux-tdep.c (ppu2spu_unwind_register): Likewise.
5486         * ppc-sysv-tdep.c (get_decimal_float_return_value): Likewise.
5487         * procfs.c (procfs_can_use_hw_breakpoint): Likewise.
5488         (procfs_insert_watchpoint): Likewise.
5489         (procfs_remove_watchpoint): Likewise.
5490         * psymtab.c (recursively_search_psymtabs): Likewise.
5491         * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint): Likewise.
5492         (m32r_insert_watchpoint): Likewise.
5493         * remote-mips.c (mips_can_use_watchpoint): Likewise.
5494         (mips_insert_watchpoint): Likewise.
5495         (mips_remove_watchpoint): Likewise.
5496         * remote.c (watchpoint_to_Z_packet): Likewise.
5497         (remote_insert_watchpoint): Likewise.
5498         (remote_remove_watchpoint): Likewise.
5499         (remote_check_watch_resources): Likewise.
5500         * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
5501         (s390_remove_watchpoint): Likewise.
5502         (s390_can_use_hw_breakpoint): Likewise.
5503         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
5504         * spu-linux-nat.c (spu_can_use_hw_breakpoint): Likewise.
5505         * target.h (struct target_ops): Likewise.
5506         * tilegx-tdep.c (tilegx_analyze_prologue): Likewise.
5507         * ui-out.c (struct ui_out_hdr): Likewise.
5508         (append_header_to_list): Likewise.
5509         (get_next_header): Likewise.
5510         (verify_field): Likewise.
5511         (ui_out_begin): Likewise.
5512         (ui_out_field_int): Likewise.
5513         (ui_out_field_fmt_int): Likewise.
5514         (ui_out_field_skip): Likewise.
5515         (ui_out_field_string): Likewise.
5516         (ui_out_field_fmt): Likewise.
5517         * varobj.c (new_variable): Likewise.
5518         * x86-nat.c (x86_insert_watchpoint): Likewise.
5519         (x86_remove_watchpoint): Likewise.
5520         (x86_can_use_hw_breakpoint): Likewise.
5521         * xtensa-tdep.h (struct gdbarch_tdep): Likewise.
5522         * inflow.c (enum gdb_has_a_terminal_flag_enum): Add name to
5523         previously anonymous enumeration type..
5524         * linux-record.h (enum gdb_syscall): Add gdb_sys_no_syscall
5525         value.
5526         * target-debug.h (target_debug_print_enum_target_hw_bp_type): New.
5527         (target_debug_print_enum_bptype): New.
5528         * target-delegates.c: Regenerate.
5529
5530 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
5531
5532         * nios2-tdep.c (nios2_analyze_prologue): Do what the comment
5533         already says and disallow non-stack memory writes in the prologue.
5534
5535 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
5536
5537         * nios2-tdep.c (nios2_analyze_prologue): Update comments to
5538         reflect how current GCC emits stack overflow checks.  Match
5539         both trap and break instructions for backward compatbility.
5540         Disallow other trap and break instructions in the prologue.
5541
5542 2015-07-30  Pedro Alves  <palves@redhat.com>
5543
5544         PR threads/18600
5545         * linux-nat.c (wait_lwp): Report to the core when thread group
5546         leader exits.
5547
5548 2015-07-30  Pedro Alves  <palves@redhat.com>
5549             Simon Marchi  <simon.marchi@ericsson.com>
5550
5551         PR threads/18600
5552         * linux-nat.c (linux_handle_extended_wait): On CLONE event, always
5553         mark the new thread as resumed.  Remove STOPPING parameter.
5554         (wait_lwp): Adjust call to linux_handle_extended_wait.
5555         (linux_nat_filter_event): Adjust call to
5556         linux_handle_extended_wait.
5557         (resume_stopped_resumed_lwps): Add debug output.
5558
5559 2015-07-30  Pierre Langlois  <pierre.langlois@arm.com>
5560
5561         * arch-utils.c (default_fast_tracepoint_valid_at): Remove unused
5562         isize argument.
5563         * arch-utils.h (default_fast_tracepoint_valid_at): Likewise.
5564         * breakpoint.c (check_fast_tracepoint_sals): Adjust call to
5565         gdbarch_fast_tracepoint_valid_at.
5566         * gdbarch.sh (fast_tracepoint_valid_at): Remove isize argument.
5567         * gdbarch.h: Regenerate.
5568         * gdbarch.c: Regenerate.
5569         * i386-tdep.c (i386_fast_tracepoint_valid_at): Remove isize
5570         argument.  Do not set it.
5571         * remote.c (remote_download_tracepoint): Adjust call to
5572         gdbarch_fast_tracepoint_valid_at.  Call gdb_insn_length to get
5573         the instruction length.
5574
5575 2015-07-30  Yao Qi  <yao.qi@linaro.org>
5576
5577         * arm-tdep.h (enum gdb_regnum): Move it to ...
5578         * arch/arm.h: ... here.  New file.
5579         * Makefile.in (HFILES_NO_SRCDIR): Add arch/arm.h.
5580
5581 2015-07-30  Pierre Langlois  <pierre.langlois@arm.com>
5582
5583         * aarch64-tdep.c (decode_b): Rename link argument to is_bl.
5584         Change its type to int *.
5585         (decode_br): Rename link argument to is_blr.  Change its type to
5586         int *.
5587         (decode_cb): Rename op argument to is_cbnz.  Change its type to
5588         int *.
5589         (decode_tb): Rename op argument to is_tbnz.  Change its type to
5590         int *.  Set is_tbnz to either 1 or 0.
5591         (aarch64_analyze_prologue): Change type of is_link to int.  Add
5592         new variables is_cbnz and is_tbnz.  Adjust call to
5593         aarch64_decode_cb and aarch64_decode_tb.
5594
5595 2015-07-29  Simon Marchi  <simon.marchi@ericsson.com>
5596
5597         * mips-linux-nat.c (write_watchpoint_regs): Add NULL as ptrace's 4th
5598         parameter.
5599         (mips_linux_new_thread): Likewise.
5600         * nat/mips-linux-watch.c (mips_linux_read_watch_registers): Likewise.
5601
5602 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
5603
5604         * top.c: Include "tui/tui.h".
5605         (undo_terminal_modifications_before_exit): New static function.
5606         (quit_force): Use it.
5607
5608 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
5609
5610         * target.c (terminal_state): Initialize to terminal_is_ours.
5611
5612 2015-07-29  Yao Qi  <yao.qi@linaro.org>
5613
5614         PR record/18691
5615         * dcache.c (dcache_read_memory_partial): Call
5616         raw_memory_xfer_partial.
5617         * target.c (raw_memory_xfer_partial): Make it non-static.
5618         * target.h (raw_memory_xfer_partial): Declare.
5619
5620 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
5621
5622         * c-valprint.c (c_val_print_array): Consider addressable memory
5623         unit size.
5624         (c_val_print_ptr): Likewise.
5625         (c_val_print_int): Likewise.
5626         * findvar.c (read_frame_register_value): Likewise.
5627         * valarith.c (find_size_for_pointer_math): Likewise.
5628         (value_ptrdiff): Likewise.
5629         (value_subscripted_rvalue): Likewise.
5630         * valops.c (read_value_memory): Likewise (and rename variables).
5631         (value_assign): Likewise.
5632         (value_repeat): Likewise.
5633         (value_array): Likewise.
5634         (value_slice): Likewise.
5635         * valprint.c (generic_val_print_ptr): Likewise.
5636         (generic_val_print_enum): Likewise.
5637         (generic_val_print_bool): Likewise.
5638         (generic_val_print_int): Likewise.
5639         (generic_val_print_char): Likewise.
5640         (generic_val_print_float): Likewise.
5641         (generic_val_print_decfloat): Likewise.
5642         (generic_val_print_complex): Likewise.
5643         (val_print_scalar_formatted): Likewise.
5644         (val_print_array_elements): Likewise.
5645         * value.c (set_value_parent): Likewise.
5646         (value_contents_copy_raw): Likewise.
5647         (set_internalvar_component): Likewise.
5648         (value_primitive_field): Likewise.
5649         (value_fetch_lazy): Likewise.
5650         * value.h (read_value_memory): Update comment.
5651
5652 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
5653
5654         * value.c (get_value_arch): New function.
5655         * value.h (get_value_arch): New declaration.
5656
5657 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
5658
5659         * value.c (struct value): Update comments.
5660
5661 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
5662
5663         * gdbtypes.c (type_length_units): New function.
5664         * gdbtypes.h (type_length_units): New declaration.
5665         (struct type) <length>: Update comment.
5666
5667 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5668
5669         * valprint.c (generic_val_print): Factor out complex
5670         printing code to ...
5671         (generic_val_print_complex): ... this new function.
5672
5673 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5674
5675         * valprint.c (generic_val_print): Factor out decfloat
5676         printing code to ...
5677         (generic_val_print_decfloat): ... this new function.
5678
5679 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5680
5681         * valprint.c (generic_val_print): Factor out float
5682         printing code to ...
5683         (generic_val_print_float): ... this new function.
5684
5685 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5686
5687         * valprint.c (generic_val_print): Factor out char
5688         printing code to ...
5689         (generic_val_print_char): ... this new function.
5690
5691 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5692
5693         * valprint.c (generic_val_print): Factor out integer
5694         printing code to ...
5695         (generic_val_print_int): ... this new function.
5696
5697 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5698
5699         * valprint.c (generic_val_print): Factor out bool
5700         printing code to ...
5701         (generic_val_print_bool): ... this new function.
5702
5703 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5704
5705         * valprint.c (generic_val_print): Factor out function/method
5706         printing code to ...
5707         (generic_val_print_func): ... this new function.
5708
5709 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5710
5711         * valprint.c (generic_val_print): Factor out flags
5712         printing code to ...
5713         (generic_val_print_flags): ... this new function.
5714
5715 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5716
5717         * valprint.c (generic_val_print): Factor out enum
5718         printing code to ...
5719         (generic_val_print_enum): ... this new function.
5720
5721 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5722
5723         * valprint.c (generic_val_print): Factor out reference
5724         printing code to ...
5725         (generic_val_print_ref): ... this new function.
5726
5727 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5728
5729         * valprint.c (generic_val_print): Factor out memberptr
5730         printing code to ...
5731         (generic_val_print_memberptr): ... this new function.
5732
5733 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5734
5735         * valprint.c (generic_val_print): Factor out pointer
5736         printing code to ...
5737         (generic_val_print_ptr): ... this new function.
5738
5739 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5740
5741         * valprint.c (generic_val_print): Factor out array
5742         printing code to ...
5743         (generic_val_print_array): ... this new function.
5744
5745 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5746
5747         * valprint.c (generic_val_print): Factor out
5748         print_unpacked_pointer code to ...
5749         (print_unpacked_pointer): ... this new function.
5750
5751 2015-07-27  Patrick Palka  <patrick@parcs.ath.cx>
5752
5753         * event-top.c (handle_sigterm): Don't inspect
5754         target_can_async_p.  Always set the quit flag and always mark
5755         the async signal handler.
5756
5757 2015-07-27  Yao Qi  <yao.qi@linaro.org>
5758
5759         * Makefile.in (REMOTE_EXAMPLES): Remove it.
5760
5761 2015-07-25  Kevin Buettner  <kevinb@redhat.com>
5762
5763         * remote.c (read_ptid): Return null_ptid when no thread id
5764         is found.
5765         (remote_current_thread): Add log warning for malformed
5766         qC reply.
5767         (remote_start_remote): Add log warning when current thread
5768         not found.
5769
5770 2015-07-24  Pedro Alves  <palves@redhat.com>
5771
5772         * s390-linux-nat.c (fetch_regs, store_regs, fetch_fpregs)
5773         (s390_stopped_by_watchpoint, s390_prepare_to_resume): Pass 0 as
5774         forth argument to ptrace PTRACE_PEEKUSR_AREA/PTRACE_POKEUSR_AREA.
5775
5776 2015-07-24  Pedro Alves  <palves@redhat.com>
5777
5778         PR gdb/18717
5779         * linux-nat.c (linux_nat_filter_event): Don't assert that the lwp
5780         is resumed, and extend the debug log.
5781
5782 2015-07-24  Pedro Alves  <palves@redhat.com>
5783
5784         * fork-child.c (fork_inferior): Print argv[0] instead of exec_file.
5785
5786 2015-07-24  Pedro Alves  <palves@redhat.com>
5787
5788         * aarch64-linux-nat.c: Include nat/gdb_ptrace.h instead of
5789         sys/ptrace.h.
5790         * alpha-linux-nat.c: Likewise.
5791         * amd64-linux-nat.c: Likewise.
5792         * arm-linux-nat.c: Likewise.
5793         * hppa-linux-nat.c: Likewise.
5794         * i386-linux-nat.c: Likewise.
5795         * ia64-linux-nat.c: Likewise.
5796         * linux-fork.c: Likewise.
5797         * linux-nat.c: Likewise.
5798         * m32r-linux-nat.c: Likewise.
5799         * m68klinux-nat.c: Likewise.
5800         * mips-linux-nat.c: Likewise.
5801         * nat/linux-btrace.c: Likewise.
5802         * nat/linux-ptrace.c: Likewise.
5803         * nat/linux-ptrace.h
5804         * nat/mips-linux-watch.c: Likewise.
5805         * nat/x86-linux-dregs.c: Likewise.
5806         * ppc-linux-nat.c: Likewise.
5807         * s390-linux-nat.c: Likewise.
5808         * spu-linux-nat.c: Likewise.
5809         * tilegx-linux-nat.c: Likewise.
5810         * x86-linux-nat.c: Likewise.
5811         * xtensa-linux-nat.c: Likewise.
5812
5813 2015-07-24  Pedro Alves  <palves@redhat.com>
5814
5815         * ptrace.m4 (ptrace tests): Test in C++ mode.  Try with 'enum
5816         __ptrace_request as first parameter type instead of int.
5817         (PTRACE_TYPE_ARG1): Define.
5818         * nat/gdb_ptrace.h [!PTRACE_TYPE_ARG5] (ptrace): Define as wrapper
5819         that casts first argument to PTRACE_TYPE_ARG1.
5820         * config.in: Regenerate.
5821         * configure: Regenerate.
5822
5823 2015-07-24  Pedro Alves  <palves@redhat.com>
5824
5825         * gdb_ptrace.h: Move ...
5826         * nat/gdb_ptrace.h: ... here.
5827         * inf-ptrace.c: Adjust.
5828
5829 2015-07-24  Pedro Alves  <palves@redhat.com>
5830
5831         * acinclude.m4: Include ptrace.m4.
5832         * configure.ac: Call GDB_AC_PTRACE and move ptrace checks ...
5833         * ptrace.m4: ... to this new file.
5834
5835 2015-07-23  Doug Evans  <dje@google.com>
5836
5837         * dwarf2read.c (dwarf2_per_cu_data): Add comment.
5838         (load_cu): Handle dummy CUs.
5839         (dw2_do_instantiate_symtab, process_queuef): Ditto.
5840         (dwarf2_fetch_die_loc_sect_off, dwarf2_fetch_constant_bytes): Ditto.
5841
5842 2015-07-23  Ciro Santilli  <ciro.santilli@gmail.com>  (tiny patch)
5843
5844         * py-linetable.c (ltpy_get_all_source_lines): Adjust function
5845         documentation to say that it returns a list rather than
5846         a FrozenSet.
5847         (linetable_object_methods): Update the docstring of the
5848         "source_line" entry.
5849
5850 2015-07-23  Pierre-Marie de Rodat  <derodat@adacore.com>
5851
5852         * gdbtypes.c (resolve_dynamic_array): Pass the peeled element
5853         type to the recursive call instead of the original (maybe
5854         TYPE_CODE_TYPEDEF) type.
5855
5856 2015-07-23  Yao Qi  <yao.qi@linaro.org>
5857
5858         * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): If
5859         TYPE is watchpoint, return zero if aarch64_num_wp_regs is zero.
5860         If TYPE is breakpoint, return zero if arch64_num_bp_regs is zero.
5861
5862 2015-07-21  Yao Qi  <yao.qi@linaro.org>
5863
5864         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
5865         Move it to nat/aarch64-linux-hw-point.c.
5866         (aarch64_linux_child_post_startup_inferior): Update.
5867         * nat/aarch64-linux-hw-point.c (aarch64_linux_get_debug_reg_capacity):
5868         New function.
5869         * nat/aarch64-linux-hw-point.h (aarch64_linux_get_debug_reg_capacity):
5870         Declare it.
5871
5872 2015-07-21  Markus Metzger  <markus.t.metzger@intel.com>
5873
5874         * common/btrace-common.c (btrace_data_append): Change case label.
5875
5876 2015-07-20  Yao Qi  <yao.qi@linaro.org>
5877
5878         * nat/aarch64-linux-hw-point.c (aarch64_handle_unaligned_watchpoint):
5879         Re-indent the code.
5880         * nat/aarch64-linux-hw-point.h: Use ULONGEST rather than
5881         "unsigned long long".
5882
5883 2015-07-18  Kevin Buettner  <kevinb@redhat.com>
5884
5885         * dwarf2read.c (dwarf2_locate_sections): Allow has_section_at_zero
5886         to be set for SEC_ALLOC sections too.
5887
5888 2015-07-17  Yao Qi  <yao.qi@linaro.org>
5889
5890         * Makefile.in (HFILES_NO_SRCDIR): Add
5891         nat/aarch64-linux-hw-point.h.
5892         (aarch64-linux-hw-point.o): New rule.
5893         * nat/aarch64-linux-hw-point.h: New file.
5894         * nat/aarch64-linux-hw-point.c: New file.
5895         * aarch64-linux-nat.c: Include nat/aarch64-linux-hw-point.h.
5896         (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
5897         (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
5898         (AARCH64_HWP_ALIGNMENT): Likewise.
5899         (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
5900         (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
5901         (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
5902         (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
5903         (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
5904         (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
5905         (struct aarch64_debug_reg_state): Likewise.
5906         (struct arch_lwp_info): Likewise.
5907         (aarch64_linux_set_debug_regs): Likewise.
5908         (aarch64_notify_debug_reg_change): Remove static.
5909         (aarch64_align_watchpoint): Likewise.
5910         (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
5911         (aarch64_watchpoint_length): Likewise.
5912         (aarch64_point_encode_ctrl_reg): Likewise
5913         (aarch64_point_is_aligned): Likewise.
5914         (aarch64_dr_state_insert_one_point): Likewise.
5915         (aarch64_dr_state_remove_one_point): Likewise.
5916         (aarch64_handle_breakpoint): Likewise.
5917         (aarch64_handle_aligned_watchpoint): Likewise.
5918         (aarch64_handle_unaligned_watchpoint): Likewise.
5919         (aarch64_handle_watchpoint): Likewise.
5920         * config/aarch64/linux.mh (NAT_FILE): Add
5921         aarch64-linux-hw-point.o.
5922
5923 2015-07-17  Yao Qi  <yao.qi@linaro.org>
5924
5925         * aarch64-linux-nat.c (aarch64_handle_breakpoint): Add argument
5926         state and don't call aarch64_get_debug_reg_state.  All callers
5927         update.
5928         (aarch64_linux_insert_hw_breakpoint): Call
5929         aarch64_get_debug_reg_state earlier.
5930         (aarch64_linux_remove_hw_breakpoint): Likewise.
5931         (aarch64_handle_aligned_watchpoint): Add argument state and
5932         don't call aarch64_get_debug_reg_state.  All callers update.
5933         (aarch64_handle_unaligned_watchpoint): Likewise.
5934         (aarch64_handle_watchpoint): Add argument state.
5935         (aarch64_linux_insert_watchpoint): Call aarch64_get_debug_reg_state
5936         earlier.
5937         (aarch64_linux_remove_watchpoint): Likewise.
5938
5939 2015-07-17  Yao Qi  <yao.qi@linaro.org>
5940
5941         * aarch64-linux-nat.c (aarch64_show_debug_reg_state): Use
5942         debug_printf.
5943         (aarch64_handle_unaligned_watchpoint): Likewise.
5944
5945 2015-07-17  Yao Qi  <yao.qi@linaro.org>
5946
5947         * aarch64-linux-nat.c (aarch64_dr_state_insert_one_point): Change
5948         argument type's type to 'enum target_hw_bp_type'.
5949         (aarch64_dr_state_remove_one_point): Likewise.
5950         (aarch64_handle_breakpoint): Likewise.
5951         (aarch64_linux_insert_hw_breakpoint): Likewise.
5952         (aarch64_linux_remove_hw_breakpoint): Likewise.
5953         (aarch64_handle_aligned_watchpoint): Likewise.
5954
5955 2015-07-17  Yao Qi  <yao.qi@linaro.org>
5956
5957         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Call
5958         ptid_get_pid instead of get_thread_id.
5959
5960 2015-07-17  Yao Qi  <yao.qi@linaro.org>
5961
5962         * remote.c (get_current_thread): Initialise ptid to null_ptid.
5963         (add_current_inferior_and_thread): Don't initialise ptid.
5964
5965 2015-07-16  Pierre Langlois  <pierre.langlois@arm.com>
5966
5967         * aarch64-tdep.c (aarch64_pseudo_read_value): Mark S register as
5968         unavailable if invalid.
5969
5970 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5971
5972         Revert the previous 6 commits:
5973         Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
5974         Move gdb_regex* to common/
5975         Prepare linux_find_memory_regions_full & co. for move
5976         Move linux_find_memory_regions_full & co.
5977         gdbserver build-id attribute generator
5978         Validate symbol file using build-id
5979
5980 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
5981             Jan Kratochvil  <jan.kratochvil@redhat.com>
5982
5983         Validate symbol file using build-id.
5984         * NEWS (Changes since GDB 7.10): Add 'set validate-build-id'
5985         and 'show validate-build-id'.  Add build-id attribute.
5986         * solib-darwin.c (_initialize_darwin_solib): Assign validate value.
5987         * solib-dsbt.c (_initialize_dsbt_solib): Ditto.
5988         * solib-frv.c (_initialize_frv_solib): Ditto.
5989         * solib-spu.c (set_spu_solib_ops): Ditto.
5990         * solib-svr4.c: Include rsp-low.h.
5991         (NOTE_GNU_BUILD_ID_NAME): New define.
5992         (svr4_validate): New function.
5993         (svr4_copy_library_list): Duplicate field build_id.
5994         (library_list_start_library): Parse 'build-id' attribute.
5995         (svr4_library_attributes): Add 'build-id' attribute.
5996         (_initialize_svr4_solib): Assign validate value.
5997         * solib-target.c (solib.h): Include.
5998         (_initialize_solib_target): Assign validate value.
5999         * solib.c (validate_build_id, show_validate_build_id): New.
6000         (solib_map_sections): Use ops->validate.
6001         (clear_so): Free build_id.
6002         (default_solib_validate): New function.
6003         (_initialize_solib): Add "validate-build-id".
6004         * solib.h (default_solib_validate): New declaration.
6005         * solist.h (struct so_list): New fields 'build_idsz' and 'build_id'.
6006         (target_so_ops): New field 'validate'.
6007
6008 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6009             Jan Kratochvil  <jan.kratochvil@redhat.com>
6010
6011         gdbserver build-id attribute generator.
6012         * features/library-list-svr4.dtd (library-list-svr4): New
6013         'build-id' attribute.
6014
6015 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6016             Jan Kratochvil  <jan.kratochvil@redhat.com>
6017
6018         Move linux_find_memory_regions_full & co.
6019         * linux-tdep.c (nat/linux-maps.h): Include.
6020         (gdb_regex.h): Remove the include.
6021         (enum filterflags, struct smaps_vmflags, read_mapping, decode_vmflags)
6022         (mapping_is_anonymous_p, dump_mapping_p): Moved to nat/linux-maps.c.
6023         (linux_find_memory_region_ftype): Moved typedef to nat/linux-maps.h.
6024         (linux_find_memory_regions_full): Moved definition to nat/linux-maps.c.
6025         * nat/linux-maps.c: Include ctype.h, target/target-utils.h, gdb_regex.h
6026         and target/target.h.
6027         (struct smaps_vmflags, read_mapping, decode_vmflags)
6028         (mapping_is_anonymous_p, dump_mapping_p): Move from linux-tdep.c.
6029         (linux_find_memory_regions_full): Move from linux-tdep.c.
6030         * nat/linux-maps.h (read_mapping): New declaration.
6031         (linux_find_memory_region_ftype, enum filterflags): Moved from
6032         linux-tdep.c.
6033         (linux_find_memory_regions_full): New declaration.
6034         * target.c (target/target-utils.h): Include.
6035         (read_alloc_pread_ftype): Moved typedef to target/target-utils.h.
6036         (read_alloc, read_stralloc_func_ftype, read_stralloc): Moved
6037         definitions to target/target-utils.c.
6038         * target.h (target_fileio_read_stralloc): Move it to target/target.h.
6039         * target/target-utils.c (read_alloc, read_stralloc): Move definitions
6040         from target.c.
6041         * target/target-utils.h (read_alloc_pread_ftype): New typedef.
6042         (read_alloc): New declaration.
6043         (read_stralloc_func_ftype): New typedef.
6044         (read_stralloc): New declaration.
6045         * target/target.h (target_fileio_read_stralloc): Move it from target.h.
6046
6047 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6048             Jan Kratochvil  <jan.kratochvil@redhat.com>
6049
6050         Prepare linux_find_memory_regions_full & co. for move.
6051         * linux-tdep.c (linux_find_memory_region_ftype): Comment.
6052         (linux_find_memory_regions_full): Change signature and prepare
6053         for moving to linux-maps.
6054         (linux_find_memory_regions_data): Rename field 'obfd' to 'data'.
6055         (linux_find_memory_regions_thunk): New.
6056         (linux_find_memory_regions_thunk): Use 'data' field instead of 'obfd'.
6057         (linux_find_memory_regions_gdb): New.
6058         (linux_find_memory_regions): Rename argument 'obfd' to 'func_data'.
6059         (linux_make_mappings_corefile_notes): Use
6060         linux_find_memory_regions_gdb.
6061         * target.c (read_alloc_pread_ftype): New typedef.
6062         (target_fileio_read_alloc_1_pread): New function.
6063         (read_alloc): Refactor from target_fileio_read_alloc_1.
6064         (read_stralloc_func_ftype): New typedef.
6065         (target_fileio_read_alloc_1): New implementation. Use read_alloc.
6066         (read_stralloc): Refactored from target_fileio_read_stralloc.
6067         (target_fileio_read_stralloc): New implementation, use read_stralloc.
6068
6069 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6070
6071         * Makefile.in (HFILES_NO_SRCDIR): Change gdb_regex.h to
6072         common/gdb_regex.h.
6073         (COMMON_OBS): Add gdb_regex.o.
6074         (gdb_regex.o): New.
6075         * common/common.m4 (GDB_AC_COMMON): Add gdb_use_included_regex,
6076         --without-included-regex and USE_INCLUDED_REGEX.
6077         * common/gdb_regex.c: New file from utils.c functions.
6078         * common/gdb_regex.h: Move it here from gdb_regex.h, update include
6079         file wrapping define name.
6080         * configure: Rebuilt.
6081         * configure.ac (gdb_use_included_regex, --without-included-regex)
6082         (USE_INCLUDED_REGEX): Move them to common/common.m4.
6083         * gdb_regex.h: Move it to common/gdb_regex.h.
6084         * utils.c: Remove include gdb_regex.h.
6085         (do_regfree_cleanup, make_regfree_cleanup, get_regcomp_error)
6086         (compile_rx_or_error): Move them to common/gdb_regex.c.
6087
6088 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6089             Jan Kratochvil  <jan.kratochvil@redhat.com>
6090
6091         Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
6092         * Makefile.in (HFILES_NO_SRCDIR); Add nat/linux-maps.h,
6093         common/target-utils.h.
6094         (COMMON_OBS): Add target-utils.o.
6095         (linux-maps.o, target-utils.o): New.
6096         * target/target-utils.c: New file.
6097         * target/target-utils.h: New file.
6098         * config/i386/linux.mh (NATDEPFILES): Add linux-maps.o.
6099         * config/i386/linux64.mh (NATDEPFILES): Ditto.
6100         * nat/linux-maps.c: New file.
6101         * nat/linux-maps.h: New file.
6102
6103 2015-07-15  Markus Metzger  <markus.t.metzger@intel.com>
6104             Pedro Alves <palves@redhat.com>
6105
6106         * nat/linux-btrace.c (perf_event_read): Change the type of DATA_HEAD.
6107         (perf_event_read_all): Change the type of SIZE and DATA_HEAD.
6108         (perf_event_read_bts): Change the type of SIZE and READ.
6109         (linux_enable_bts): Change the type of SIZE, PAGES, DATA_SIZE,
6110         and DATA_OFFSET.  Move DATA_SIZE declaration.  Restrict the buffer size
6111         to UINT_MAX.  Check for overflows when using DATA_HEAD from the perf
6112         mmap page.
6113         (linux_enable_pt): Change the type of PAGES and SIZE.  Restrict the
6114         buffer size to UINT_MAX.
6115         (linux_read_bts): Change the type of BUFFER_SIZE, SIZE, DATA_HEAD, and
6116         DATA_TAIL.
6117         * nat/linux-btrace.h (struct perf_event_buffer)<size, data_head>
6118         <last_head>: Change type.
6119         * common/btrace-common.h (struct btrace_dat_pt) <size>: Change type.
6120         * common/btrace-common.c (btrace_data_append): Change the type of
6121         SIZE.
6122         * btrace.c (parse_xml_raw): Change the type of SIZE.  Change oddness
6123         check.
6124
6125 2015-07-14  Simon Marchi  <simon.marchi@ericsson.com>
6126
6127         * gdbtypes.h (CHECK_TYPEDEF): Remove.
6128         * aarch64-tdep.c (aarch64_return_in_memory): Replace CHECK_TYPEDEF
6129         with check_typedef.
6130         * ada-lang.c (decode_constrained_packed_array_type): Likewise.
6131         (ada_array_length): Likewise.
6132         (find_parallel_type_by_descriptive_type): Likewise.
6133         (ada_check_typedef): Likewise.
6134         * arm-tdep.c (arm_return_in_memory): Likewise.
6135         * ax-gdb.c (gen_trace_static_fields): Likewise.
6136         (gen_struct_ref_recursive): Likewise.
6137         * c-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
6138         (variable: block COLONCOLON name): Likewise.
6139         (qualified_name: TYPENAME COLONCOLON name): Likewise.
6140         * c-lang.c (classify_type): Likewise.
6141         * c-typeprint.c (c_print_type): Likewise.
6142         (c_print_typedef): Likewise.
6143         (c_type_print_base): Likewise.
6144         * c-valprint.c (c_val_print): Likewise.
6145         * compile/compile-c-types.c (convert_type): Likewise.
6146         * compile/compile-object-load.c (get_out_value_type): Likewise.
6147         * completer.c (add_struct_fields): Likewise.
6148         (expression_completer): Likewise.
6149         * cp-namespace.c (cp_find_type_baseclass_by_name): Likewise.
6150         (cp_lookup_nested_symbol_1): Likewise.
6151         (cp_lookup_nested_symbol): Likewise.
6152         * cp-valprint.c (cp_print_value_fields): Likewise.
6153         (cp_print_static_field): Likewise.
6154         * d-valprint.c (d_val_print): Likewise.
6155         * eval.c (evaluate_subexp_standard): Likewise.
6156         (evaluate_subexp_for_sizeof): Likewise.
6157         * f-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
6158         * f-typeprint.c (f_type_print_base): Likewise.
6159         * f-valprint.c (f_val_print): Likewise.
6160         * gdbtypes.c (get_discrete_bounds): Likewise.
6161         (create_array_type_with_stride): Likewise.
6162         (type_name_no_tag_or_error): Likewise.
6163         (lookup_struct_elt_type): Likewise.
6164         (get_unsigned_type_max): Likewise.
6165         (internal_type_vptr_fieldno): Likewise.
6166         (set_type_vptr_fieldno): Likewise.
6167         (internal_type_vptr_basetype): Likewise.
6168         (set_type_vptr_basetype): Likewise.
6169         (get_vptr_fieldno): Likewise.
6170         (is_integral_type): Likewise.
6171         (is_scalar_type): Likewise.
6172         (is_scalar_type_recursive): Likewise.
6173         (distance_to_ancestor): Likewise.
6174         (is_unique_ancestor_worker): Likewise.
6175         (check_types_equal): Likewise.
6176         * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise.
6177
6178 2015-07-14  Iain Buclaw  <ibuclaw@gdcproject.org>
6179
6180         * dwarf2read.c (find_slot_in_mapped_hash): Extend language support to
6181         also test for language_d.
6182         (dwarf2_compute_name): Likewise.
6183         (read_func_scope): Likewise.
6184         (read_structure_type): Likewise.
6185         (new_symbol_full): Likewise.
6186         (determine_prefix): Likewise.
6187         (read_import_statement): Use dot as the separator for language_d.
6188         (typename_concat): Likewise, but don't prefix the D main function.
6189
6190 2015-07-14  Peter Bergner  <bergner@vnet.ibm.com>
6191
6192         * nat/linux-namespaces.c (setns): Rename from this ...
6193         (do_setns): ... to this.  Support calling setns if it exists.
6194         (mnsh_handle_setns): Call do_setns.
6195
6196 2015-07-13  Yao Qi  <yao.qi@linaro.org>
6197
6198         * exec.c (exec_file_attach): Add period at the end of error
6199         message.
6200
6201 2015-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
6202
6203         * tui/tui-win.c (window_name_completer): New function.
6204         (focus_completer): Call window_name_completer.  All old content
6205         moved into window_name_completer.
6206         (winheight_completer): New function.
6207         (_initialize_tui_win): Rename variable.  Add completer to
6208         winheight command.  Update doc string on winheight.
6209
6210 2015-07-12  Sandra Loosemore  <sandra@codesourcery.com>
6211
6212         * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Register
6213         all nios2 mach variants.
6214
6215 2015-07-10  Kevin Buettner  <kevinb@redhat.com>
6216
6217         * rx-tdep.c (rx_get_opcode_byte): Use target_read_code instead
6218         of target_read_memory.
6219
6220 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
6221
6222         * tui/tui-win.c (tui_set_win_height): Use a cleanup to free the
6223         string copy.
6224         (parse_scrolling_args): Likewise.
6225
6226 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
6227
6228         * tui/tui-win.c (focus_completer): Don't duplicate the tui window
6229         names in this function.
6230
6231 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
6232
6233         * tui/tui-data.h (SRC_NAME): Convert to lower case.
6234         (CMD_NAME): Likewise.
6235         (DATA_NAME): Likewise.
6236         (DISASSEM_NAME): Likewise.
6237         * tui/tui-win.c (tui_set_focus): Window names are now lower case.
6238         (tui_set_win_height): Likewise.
6239         (parse_scrolling_args): Likewise.
6240
6241 2015-07-10  Markus Metzger  <markus.t.metzger@intel.com>
6242
6243         * record-btrace.c (record_btrace_goto_begin)
6244         (record_btrace_goto_end, record_btrace_goto): Move call to
6245         print_stack_frame ...
6246         (record_btrace_set_replay): ... here.  Set stop_pc.
6247         * record-full.c (record_full_goto_entry): Set stop_pc.
6248
6249 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6250
6251         * NEWS: Mention support for tracepoints on aarch64-linux.
6252
6253 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6254
6255         * linux-aarch64-low.c (aarch64_supports_tracepoints): New
6256         function.  Return 1.
6257         (the_low_target): Install it.
6258
6259 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6260
6261         * gdb.trace/backtrace.exp: Set registers for aarch64 target.
6262         * gdb.trace/collection.exp: Likewise.
6263         * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6264         * gdb.trace/mi-trace-unavailable.exp: Likewise.
6265         * gdb.trace/report.exp: Likewise.
6266         * gdb.trace/trace-break.exp: Likewise.
6267         * gdb.trace/unavailable.exp: Likewise.
6268         * gdb.trace/while-dyn.exp: Likewise.
6269
6270 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6271
6272         * aarch64-tdep.c: Add ax.h and ax-gdb.h includes.
6273         (aarch64_gen_return_address): New function.
6274         (aarch64_gdbarch_init): Hook it.
6275
6276 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6277
6278         * aarch64-tdep.c (aarch64_make_stub_cache): Set available_p and
6279         swallow NOT_AVAILABLE_ERROR.
6280         (aarch64_stub_this_id): Call frame_id_build_unavailable_stack if
6281         available_p is not set.
6282         (aarch64_stub_frame_unwind_stop_reason): New function.
6283         (aarch64_stub_unwind): Install it.
6284
6285 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6286
6287         * aarch64-tdep.c (aarch64_prologue_cache) <available_p>: New
6288         field.
6289         (aarch64_make_prologue_cache_1): New function, factored out from
6290         aarch64_make_prologue_cache.  Do not allocate cache.  Set
6291         available_p.
6292         (aarch64_make_prologue_cache): Reimplement wrapping
6293         aarch64_make_prologue_cache_1, and swallowing
6294         NOT_AVAILABLE_ERROR.
6295         (aarch64_prologue_frame_unwind_stop_reason): New function.
6296         Return UNWIND_UNAVAILABLE if available_p is not set.
6297         (aarch64_prologue_unwind): Install it.
6298         (aarch64_prologue_this_id): Move prev_pc and prev_sp limit
6299         checks into aarch64_prologue_frame_unwind_stop_reason.  Call
6300         frame_id_build_unavailable_stack if available_p is not set.
6301
6302 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6303
6304         * aarch64-tdep.c (aarch64_prologue_cache) <func, prev_pc>: New
6305         fields.
6306         (aarch64_scan_prologue): Set prev_pc.
6307         (aarch64_make_prologue_cache): Set func.
6308         (aarch64_make_stub_cache): Set prev_pc.
6309         (aarch64_prologue_this_id): Remove local variables id, pc and
6310         func.  Read prev_pc and func from cache.
6311         (aarch64_stub_this_id): Read prev_pc from cache.
6312
6313 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6314
6315         * aarch64-tdep.c (aarch64_make_stub_cache): Update comment.  New
6316         argument this_cache.  Remove unused local variables reg and
6317         unwound_fp.  Return early if this_cache is already set.  Set
6318         this_cache.
6319         (aarch64_stub_this_id): Update call to aarch64_make_stub_cache.
6320
6321 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6322
6323         * aarch64-tdep.c (aarch64_make_prologue_cache): Update comment.
6324         New argument this_cache.  Return early if this_cache is already
6325         set.  Set this_cache.
6326         (aarch64_prologue_this_id): Update call to
6327         aarch64_make_prologue_cache.
6328         (aarch64_prologue_prev_register): Likewise.
6329         (aarch64_normal_frame_base): Likewise.
6330
6331 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6332
6333         * c-valprint.c (c_val_print): Factor out memberptr printing code
6334         from c_val_print to ...
6335         (c_val_print_memberptr): ... this new function.
6336
6337 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6338
6339         * c-valprint.c (c_val_print): Factor out int printing code to ...
6340         (c_val_print_int): ... this new function.
6341
6342 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6343
6344         * c-valprint.c (c_val_print): Factor out struct and union
6345         printing code to ...
6346         (c_val_print_struct): ... this new function ...
6347         (c_val_print_union): ... and this new function.
6348
6349 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6350
6351         * c-valprint.c (c_val_print): Factor out pointer printing code
6352         to ...
6353         (c_val_print_ptr): ... this new function.
6354
6355 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6356
6357         * c-valprint.c (c_valprint): Factor our array printing code from
6358         c_val_print to ...
6359         (c_val_print_array): ... this new function.
6360
6361 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6362
6363         * c-valprint.c (c_val_print): Factor out pointer printing code
6364         to ...
6365         (print_unpacked_pointer): ... this new function.
6366
6367 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6368
6369         * c-valprint.c (c_val_print): Remove an assignment to i and move
6370         its declaration.
6371
6372 2015-07-09  Yao Qi  <yao.qi@linaro.org>
6373
6374         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Add
6375         argument ptid.  Update comments.  Caller update.
6376
6377 2015-07-09  Markus Metzger  <markus.t.metzger@intel.com>
6378
6379         * btrace.c (pt_print_packet): Print stop, vmcs, tma, mtc, cyc, and
6380         mnt packets.
6381
6382 2015-07-09  Markus Metzger  <markus.t.metzger@intel.com>
6383
6384         * btrace.c (btrace_pt_readmem_callback): Change type of PC argument.
6385
6386 2015-07-08  Simon Marchi  <simon.marchi@ericsson.com>
6387
6388         * progspace.c (delete_program_space): Add missing spaces.
6389
6390 2015-07-08  Simon Marchi  <simon.marchi@ericsson.com>
6391
6392         * inferior.c (delete_inferior_1): Rename to ...
6393         (delete_inferior): ..., remove 'silent' parameter, delete
6394         program space when unused and remove call to prune_program_spaces.
6395         Remove the old, unused, delete_inferior.
6396         (delete_inferior_silent): Remove.
6397         (prune_inferiors): Change call from delete_inferior_1 to
6398         delete_inferior and remove 'silent' parameter. Remove call to
6399         prune_program_spaces.
6400         (remove_inferior_command): Idem.
6401         * inferior.h (delete_inferior_1): Rename to...
6402         (delete_inferior): ..., remove 'silent' parameter and remove the
6403         original delete_inferior.
6404         (delete_inferior_silent): Remove.
6405         * mi/mi-main.c (mi_cmd_remove_inferior): Change call from
6406         delete_inferior_1 to delete_inferior and remove 'silent'
6407         parameter.
6408         * progspace.c (prune_program_spaces): Remove.
6409         (pspace_empty_p): Rename to...
6410         (program_space_empty_p): ... and make non-static.
6411         (delete_program_space): New.
6412         * progspace.h (prune_program_spaces): Remove declaration.
6413         (program_space_empty_p): New declaration.
6414         (delete_program_space): New declaration.
6415         * monitor.c (monitor_close): Replace call to
6416         delete_thread_silent and delete_inferior_silent with
6417         discard_all_inferiors.
6418
6419 2015-07-08  Patrick Palka  <patrick@parcs.ath.cx>
6420
6421         * defs.h (deprecated_register_changed_hook): Remove prototype.
6422         * interps.c (clear_iterpreter_hooks): Remove reference to
6423         deprecated_register_changed_hook.
6424         * top.c (deprecated_register_changed_hook): Remove prototype.
6425         * valops.c (value_assign): Remove reference to
6426         deprecated_register_changed_hook.
6427         * tui/tui-hooks.c (tui_register_changed): Add parameter "frame".
6428         Add comment documenting the function.
6429         (tui_register_changed_observer): Define.
6430         (tui_install_hooks): Remove reference to
6431         deprecated_register_changed_hook.  Set
6432         tui_register_changed_observer.
6433         (tui_remove_hooks): Remove reference to
6434         deprecated_register_changed_hook.  Unset
6435         tui_register_changed_observer.
6436
6437 2015-07-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
6438
6439         PR compile/18484
6440         * compile/compile-c-types.c (insert_type): Change gdb_assert to error.
6441
6442 2015-07-08  Robert O'Callahan  <robert@ocallahan.org>
6443
6444         PR exp/18617
6445         * ax-gdb.c (gen_conversion): Extend to 'to' bits, not 'from'.
6446
6447 2015-07-08  Markus Metzger  <markus.t.metzger@intel.com>
6448
6449         * MAINTAINERS (Write After Approval): Add Markus T. Metzger.
6450
6451 2015-07-08  Markus Metzger  <markus.t.metzger@intel.com>
6452
6453         * nat/linux-btrace.c (kernel_supports_bts, kernel_supports_pt):
6454         Use safe_strerror() instead of strerror().
6455
6456 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6457
6458         * features/arm-with-m-fpa-layout.xml: Set architecture to arm.
6459         * features/arm-with-m-fpa-layout.c: Regenerated.
6460         * features/arm-with-m-vfp-d16.xml: Likewise.
6461         * features/arm-with-m-vfp-d16.c: Regenerated.
6462         * features/arm-with-m.xml: Likewise.
6463         * features/arm-with-m.c: Regenerated.
6464         * features/arm-with-neon.xml: Likewise.
6465         * features/arm-with-neon.c: Regenerated.
6466         * features/arm-with-vfpv2.xml: Likewise.
6467         * features/arm-with-vfpv2.c: Regenerated.
6468         * features/arm-with-vfpv3.xml: Likewise.
6469         * features/arm-with-vfpv3.c: Regenerated.
6470
6471 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6472
6473         * aarch32-linux-nat.h (VFP_REGS_SIZE): New macro, moved from
6474         arm-linux-nat.c.
6475         * aarch64-linux-nat.c: Include aarch32-linux-nat.h and
6476         elf/external.h.
6477         (fetch_gregs_from_thread): Call aarch32_gp_regcache_supply
6478         if target is 32-bit.
6479         (store_gregs_to_thread): Call aarch32_gp_regcache_collect
6480         if target is 32-bit.
6481         (fetch_fpregs_from_thread): Call aarch32_vfp_regcache_supply
6482         if target is 32-bit.
6483         (store_fpregs_to_thread): Call aarch32_vfp_regcache_collect
6484         if target is 32-bit.
6485         (tdesc_arm_with_vfpv3, tdesc_arm_with_neon): Declare.
6486         (aarch64_linux_read_description): Return the right target
6487         description.
6488         * arm-linux-nat.c (VFP_REGS_SIZE): Moved to aarch32-linux-nat.h.
6489         * config/aarch64/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
6490         * configure.tgt (aarch64*-*-linux*): Add arm-tdep.o and
6491         arm-linux-tdep.o.
6492
6493 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6494
6495         * aarch32-linux-nat.c: New file.
6496         * aarch32-linux-nat.h: New file.
6497         * arm-linux-nat.c: Include aarch32-linux-nat.h.
6498         (fetch_regs): Move code to aarch32-linux-nat.c.  Call
6499         aarch32_gp_regcache_supply.
6500         (store_regs): Move code to aarch32-linux-nat.c.  Call
6501         aarch32_gp_regcache_collect.
6502         (fetch_vfp_regs): Move code to aarch32-linux-nat.c.  Call
6503         aarch32_vfp_regcache_supply.
6504         (store_vfp_regs): Move code to aarch32-linux-nat.c.  Call
6505         aarch32_vfp_regcache_collect.
6506         * config/arm/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
6507
6508 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6509
6510         * arm-linux-nat.c (store_fpregister): Remove.
6511         (store_register): Likewise.
6512         (fetch_fpregister): Likewise.
6513         (fetch_register): Likewise.
6514         (arm_linux_store_inferior_registers): Call store_regs and
6515         store_fpregs instead.
6516         (arm_linux_fetch_inferior_registers): Call fetch_fpregs and
6517         fetch_regs instead.
6518
6519 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
6520
6521         * doc/gdb.texinfo (TUI): Restructure documentation on TUI layout
6522         and focus commands.
6523
6524 2015-07-06  Joel Brobecker  <brobecker@adacore.com>
6525
6526         * NEWS: Create a new section for the next release branch.
6527         Rename the section of the current branch, now that it has
6528         been cut.
6529
6530 2015-07-06  Joel Brobecker  <brobecker@adacore.com>
6531
6532         GDB 7.10 branch created (66c4b3e8a628a207bc6aafef6af0c4128195f56e):
6533         * version.in: Bump version to 7.10.50.DATE-cvs.
6534
6535 2015-07-06  Luis Machado  <lgustavo@codesourcery.com>
6536
6537         * breakpoint.c (remove_breakpoint_1): Don't handle permanent
6538         breakpoints in a special way.
6539         (remove_breakpoint): Likewise.
6540         (mark_breakpoints_out): Likewise.
6541
6542 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
6543
6544         * doc/gdb.texinfo (TUI): Add comma after @xref.
6545
6546 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
6547
6548         * tui/tui-win.c (tui_set_focus): Use structure member 'generic'
6549         instead of casting the structure type.
6550
6551 2015-07-06  Simon Marchi  <simon.marchi@ericsson.com>
6552
6553         * valops.c (search_struct_field): Remove OFFSET parameter.
6554         (value_cast_structs): Adjust calls to search_struct_field.
6555         (value_struct_elt): Same.
6556         (find_overload_match): Same.
6557
6558 2015-07-06  Simon Marchi  <simon.marchi@ericsson.com>
6559
6560         * value.c (value_fetch_lazy): Update comment, change return
6561         value to void.
6562         * value.h (value_fetch_lazy): Change return value to void.
6563
6564 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
6565
6566         * tui/tui-data.c (tui_partial_win_by_name): Window name is const.
6567         (tui_win_name): Make parameter and result const.
6568         * tui/tui-data.h (tui_win_name): Make parameter and result const.
6569
6570 2015-07-06  Patrick Palka  <patrick@parcs.ath.cx>
6571
6572         * i386-tdep.c (i386_mpx_info_bounds): Don't call error, instead
6573         use printf_unfiltered.
6574         (set_mpx_cmd): Add missing trailing space to command string
6575         literal.
6576         (_initialize_i386_tdep): Give the "mpx" prefix command its
6577         correct name.
6578
6579 2015-07-02  Kevin Buettner  <kevinb@redhat.com>
6580
6581         * rx-tdep.c (RX_USP_REGNUM, RX_BPC_REGNUM): New constants.
6582         (enum rx_frame_type): New.
6583         (struct rx_prologue): Add new field `frame_type'.
6584         (rx_analyze_prologue): Add `frame_type' parameter. Cache this
6585         parameter in the prologue struct.  Add code for recording
6586         locations of PC and PSW for fast interrupt and exception frames.
6587         (rx_skip_prologue): Adjust call to rx_analyze_prologue.
6588         (rx_analyze_frame_prologue): Add `frame_type' parameter.
6589         (rx_frame_type): New function.
6590         (rx_frame_base): Fetch frame type and pass it to rx_analyze_prologue.
6591         (rx_frame_this_id): Rename parameter `this_prologue_cache' to
6592         `this_cache'.
6593         (rx_frame_prev_register): Rename parameter `this_prologue_cache' to
6594         `this_cache'.  Add cases for RX_FRAME_TYPE_EXCEPTION and
6595         RX_FRAME_TYPE_FAST_INTERRUPT.
6596         (normal_frame_p, exception_frame_p, rx_frame_sniffer_common)
6597         (rx_frame_sniffer, rx_exception_sniffer): New functions.
6598         (rx_frame_unwind): Use rx_frame_sniffer instead of
6599         default_frame_sniffer.
6600         (rx_frame_unwind): New unwinder.
6601         (rx_gdbarch_init): Register new unwinder.
6602
6603 2015-07-02  Kevin Buettner  <kevinb@redhat.com>
6604
6605         * rx-tdep.c (RX_BPSW_REGNUM, RX_FPSW_REGNUM): New constants.
6606         (struct gdbarch_tdep): Add fields rx_psw_type and rx_fpsw_type.
6607         (rx_register_type): Add cases for RX_PSW_REGNUM, RX_BPSW_REGNUM,
6608         and RX_FPSW_REGNUM.
6609         (rx_gdbarch_init): Initialize PSW, BPSW, and FPSW flags types.
6610
6611 2015-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6612
6613         Fix GCC false warning.
6614         * s390-linux-tdep.c (s390_handle_arg): Initialize VAL.
6615
6616 2015-07-02  Yao Qi  <yao.qi@linaro.org>
6617
6618         * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Fix
6619         typo in the debugging message.
6620
6621 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
6622
6623         * btrace.c: Include gdbcmd.h, cli/cli-utils.h, and ctype.h.
6624         (maint_btrace_cmdlist, maint_btrace_set_cmdlist)
6625         (maint_btrace_show_cmdlist, maint_btrace_pt_set_cmdlist)
6626         (maint_btrace_pt_show_cmdlist, maint_btrace_pt_skip_pad)
6627         (btrace_maint_clear): New.
6628         (btrace_fetch, btrace_clear): Call btrace_maint_clear.
6629         (pt_print_packet, btrace_maint_decode_pt)
6630         (btrace_maint_update_pt_packets, btrace_maint_update_packets)
6631         (btrace_maint_print_packets, get_uint, get_context_size, no_chunk)
6632         (maint_btrace_packet_history_cmd)
6633         (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
6634         (maint_btrace_cmd, maint_btrace_set_cmd, maint_btrace_show_cmd)
6635         (maint_btrace_pt_set_cmd, maint_btrace_pt_show_cmd)
6636         (maint_info_btrace_cmd, _initialize_btrace): New.
6637         * btrace.h (btrace_pt_packet, btrace_pt_packet_s)
6638         (btrace_maint_packet_history, btrace_maint_info): New.
6639         (btrace_thread_info) <maint>: New.
6640         * NEWS: Announce it.
6641
6642 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
6643
6644         * btrace.c (btrace_fetch): Append the new trace data.
6645         (btrace_clear): Clear the stored trace data.
6646         * btrace.h (btrace_thread_info) <data>: New.
6647         * common/btrace-common.h (btrace_data_clear)
6648         (btrace_data_append): New.
6649         * common/btrace-common.c (btrace_data_clear)
6650         (btrace_data_append): New.
6651
6652 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
6653
6654         * nat/linux-btrace.c (linux_enable_bts): Check for
6655         PERF_ATTR_SIZE_VER5.
6656         Check for data_offset and data_size fields.  Use them.
6657
6658 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
6659
6660         * NEWS: Announce new commands "record btrace pt" and "record pt".
6661         Announce new options "set|show record btrace pt buffer-size".
6662         * btrace.c: Include "rsp-low.h".
6663         Include "inttypes.h".
6664         (btrace_add_pc): Add forward declaration.
6665         (pt_reclassify_insn, ftrace_add_pt, btrace_pt_readmem_callback)
6666         (pt_translate_cpu_vendor, btrace_finalize_ftrace_pt)
6667         (btrace_compute_ftrace_pt): New.
6668         (btrace_compute_ftrace): Support BTRACE_FORMAT_PT.
6669         (check_xml_btrace_version): Update version check.
6670         (parse_xml_raw, parse_xml_btrace_pt_config_cpu)
6671         (parse_xml_btrace_pt_raw, parse_xml_btrace_pt)
6672         (btrace_pt_config_cpu_attributes, btrace_pt_config_children)
6673         (btrace_pt_children): New.
6674         (btrace_children): Add support for "pt".
6675         (parse_xml_btrace_conf_pt, btrace_conf_pt_attributes): New.
6676         (btrace_conf_children): Add support for "pt".
6677         * btrace.h: Include "intel-pt.h".
6678         (btrace_pt_error): New.
6679         * common/btrace-common.c (btrace_format_string, btrace_data_fini)
6680         (btrace_data_empty): Support BTRACE_FORMAT_PT.
6681         * common/btrace-common.h (btrace_format): Add BTRACE_FORMAT_PT.
6682         (struct btrace_config_pt): New.
6683         (struct btrace_config)<pt>: New.
6684         (struct btrace_data_pt_config, struct btrace_data_pt): New.
6685         (struct btrace_data)<pt>: New.
6686         * features/btrace-conf.dtd (btrace-conf)<pt>: New.
6687         (pt): New.
6688         * features/btrace.dtd (btrace)<pt>: New.
6689         (pt, pt-config, cpu): New.
6690         * nat/linux-btrace.c (perf_event_read, perf_event_read_all)
6691         (perf_event_pt_event_type, kernel_supports_pt)
6692         (linux_supports_pt): New.
6693         (linux_supports_btrace): Support BTRACE_FORMAT_PT.
6694         (linux_enable_bts): Free tinfo on error.
6695         (linux_enable_pt): New.
6696         (linux_enable_btrace): Support BTRACE_FORMAT_PT.
6697         (linux_disable_pt): New.
6698         (linux_disable_btrace): Support BTRACE_FORMAT_PT.
6699         (linux_fill_btrace_pt_config, linux_read_pt): New.
6700         (linux_read_btrace): Support BTRACE_FORMAT_PT.
6701         * nat/linux-btrace.h (struct btrace_tinfo_pt): New.
6702         (struct btrace_target_info)<pt>: New.
6703         * record-btrace.c (set_record_btrace_pt_cmdlist)
6704         (show_record_btrace_pt_cmdlist): New.
6705         (record_btrace_print_pt_conf): New.
6706         (record_btrace_print_conf): Support BTRACE_FORMAT_PT.
6707         (btrace_ui_out_decode_error): Support BTRACE_FORMAT_PT.
6708         (cmd_record_btrace_pt_start): New.
6709         (cmd_record_btrace_start): Support BTRACE_FORMAT_PT.
6710         (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): New.
6711         (_initialize_record_btrace): Add new commands.
6712         * remote.c (PACKET_Qbtrace_pt, PACKET_Qbtrace_conf_pt_size): New.
6713         (remote_protocol_features): Add "Qbtrace:pt".
6714         Add "Qbtrace-conf:pt:size".
6715         (remote_supports_btrace): Support BTRACE_FORMAT_PT.
6716         (btrace_sync_conf): Support PACKET_Qbtrace_conf_pt_size.
6717         (remote_enable_btrace): Support BTRACE_FORMAT_PT.
6718         (_initialize_remote): Add new commands.
6719
6720 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
6721
6722         * configure.ac: check for libipt
6723         * configure: Regenerate.
6724         * config.in: Regenerate.
6725         * Makefile.in (LIBIPT): New.
6726         (CLIBS): Add $LIBIPT.
6727         * NEWS: document new configure options
6728
6729 2015-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6730
6731         * compile/compile-object-load.c (compile_object_load): Replace debug
6732         message "lookup undefined ELF symbol" by 3 more specific messages.
6733
6734 2015-07-01  Kevin Buettner  <kevinb@redhat.com>
6735
6736         * rl78-tdep.c (struct gdbarch_tdep): Add new field, rl78_psw_type.
6737         (rl78_register_type): Add case for RL78_PSW_REGNUM.
6738         (rl78_gdbarch_init): Initialize rl78_psw_type.
6739
6740 2015-07-01  Patrick Palka  <patrick@parcs.ath.cx>
6741
6742         * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
6743         Update commentary.  Always refresh the registers when frame
6744         information has changed.
6745         * tui/tui-stack.c (tui_show_frame_info): Update commentary.
6746         Change return type to int.  Return 1 if frame information has
6747         changed, 0 otherwise.
6748         (tui_before_prompt): Update commentary.
6749         * tui/tui-stack.h (tui_show_frame_info): Change return type to
6750         int.
6751
6752 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
6753
6754         PR tui/13378
6755         * frame.c (select_frame): Remove reference to
6756         deprecated_selected_frame_level_changed_hook.
6757         * frame.h (deprecated_selected_frame_level_changed_hook): Remove
6758         declaration.
6759         * stack.c (deprecated_selected_frame_level_changed_hook):
6760         Likewise.
6761         * tui/tui-hooks.c (tui_selected_frame_level_changed_hook):
6762         Rename to ...
6763         (tui_refresh_frame_and_register_information): ... this.  Bail
6764         out if there is no stack.  Don't update register information
6765         unless registers_too_p is true.
6766         (tui_print_frame_info_listing_hook): Rename to ...
6767         (tui_dummy_print_frame_info_listing_hook): ... this.
6768         (tui_before_prompt): New function.
6769         (tui_normal_stop): New function.
6770         (tui_before_prompt_observer): New observer.
6771         (tui_normal_stop_observer): New observer.
6772         (tui_install_hooks): Set
6773         deprecated_print_frame_info_listing_hook to
6774         tui_dummy_print_frame_info_listing_hook.  Register
6775         tui_before_prompt_observer to call tui_before_prompt and
6776         tui_normal_stop_observer to call tui_normal_stop.  Remove
6777         reference to deprecated_selected_frame_level_changed_hook.
6778         (tui_remove_hooks): Detach and unset tui_before_prompt_observer
6779         and tui_normal_stop_observer.  Remove reference to
6780         deprecated_selected_frame_level_changed_hook.
6781
6782 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
6783
6784         PR tui/13378
6785         * tui/tui-stack.c (tui_set_locator_info): Change prototype to
6786         return an int instead of void.  Return whether the locator
6787         window has changed.
6788         (tui_show_frame_info): If the locator info has not changed, then
6789         bail out early to avoid refreshing the windows.
6790
6791 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
6792
6793         * tui/tui-stack.c (tui_set_locator_info): Explicitly pass
6794         LOCATOR_WIN to tui_alloc_content.
6795
6796 2015-06-30  Yao Qi  <yao.qi@linaro.org>
6797
6798         PR tdep/18605
6799         * arm-tdep.c (arm_get_next_pc_raw): Break for media
6800         instructions.
6801
6802 2015-06-29  Kevin Buettner  <kevinb@redhat.com>
6803
6804         * rx-tdep.c (RX_PSW_REGNUM): New enum constant.
6805         (rx_dwarf_reg_to_regnum): New function.
6806         (rx_gdbarch_init): Register rx_dwarf_reg_to_regnum.  Use dwarf2
6807         unwinding.
6808
6809 2015-06-29  Pedro Alves  <palves@redhat.com>
6810
6811         PR threads/18127
6812         * infcall.c (run_inferior_call): On infcall success, if the thread
6813         was marked stopped before, reset it back to stopped.
6814         * infrun.c (resume): Don't suppress the set_running calls when
6815         doing an infcall.
6816         (normal_stop): Only discard the finish_thread_state cleanup if the
6817         infcall succeeded.
6818
6819 2015-06-29  Pierre Langlois  <pierre.langlois@arm.com>
6820
6821         * MAINTAINERS (Write After Approval): Update my email address.
6822
6823 2015-06-26  Keith Seitz  <keiths@redhat.com>
6824             Doug Evans  <dje@google.com>
6825
6826         PR 16253
6827         * block.c (block_lookup_symbol): For non-function blocks,
6828         continue to search for a symbol with an exact domain match
6829         Otherwise, return any previously found "best domain" symbol.
6830         (block_lookup_symbol_primary): Likewise.
6831
6832 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
6833
6834         * NEWS: Mention the new option "history remove-duplicates".
6835         * top.c (history_remove_duplicates): New static variable.
6836         (show_history_remove_duplicates): New static function.
6837         (gdb_add_history): Conditionally remove duplicate history
6838         entries.
6839         (init_main): Add "history remove-duplicates" option.
6840
6841 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
6842
6843         * tui/tui-win.c (focus_completer): New static function.
6844         (_initialize_tui_win): Set the completion function of the
6845         "focus" command to focus_completer.
6846
6847 2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
6848
6849         * linespec.c (minsym_found): Reset sal.PC for COMPUNIT_LOCATIONS_VALID
6850         and language_asm..
6851         * symtab.c (find_function_start_sal): Likewise.
6852
6853 2015-06-25  Gary Benson  <gbenson@redhat.com>
6854
6855         * solib.c (solib_find_1): Set local variable sysroot to NULL if
6856         it is the empty string after trailing slashes have been stripped.
6857
6858 2015-06-25  Gary Benson  <gbenson@redhat.com>
6859
6860         * exec.c (exec_file_locate_attach): Remove gdb_sysroot NULL check.
6861         * infrun.c (follow_exec): Likewise.
6862         * remote.c (remote_filesystem_is_local): Likewise.
6863         * solib.c (solib_find_1): Likewise.
6864
6865 2015-06-24  Keith Seitz  <keiths@redhat.com>
6866
6867         * build-id.c (build_id_to_debug_bfd): Add cleanup to free
6868         return value from lrealpath.
6869
6870 2015-06-24  Mike Frysinger  <vapier@gentoo.org>
6871
6872         * remote-sim.c (gdbsim_open): Move sysroot update to the top.
6873
6874 2015-06-24  Mike Frysinger  <vapier@gentoo.org>
6875
6876         * remote-sim.c: Include gdb_bfd.h.
6877         (gdbsim_open): Declare new local sysroot pointing to gdb_sysroot.
6878         Skip TARGET_SYSROOT_PREFIX in gdb_sysroot when it is active.
6879
6880 2015-06-24  Yao Qi  <yao.qi@linaro.org>
6881
6882         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't call
6883         set_gdbarch_get_siginfo_type.
6884         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
6885         * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
6886         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
6887         * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
6888         * ppc-linux-tdep.c (ppc_linux_init_abi): Likewise.
6889         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
6890         * tilegx-linux-tdep.c (tilegx_linux_init_abi): Likewise.
6891         * linux-tdep.c (linux_get_siginfo_type): Change it to static.
6892         (linux_init_abi): Call set_gdbarch_get_siginfo_type.
6893         * linux-tdep.h (linux_get_siginfo_type): Remove the declaration.
6894
6895 2015-06-24  Gary Benson  <gbenson@redhat.com>
6896
6897         * common/buffer.c (stdint.h): Do not include.
6898         * common/print-utils.c (stdint.h): Likewise.
6899         * compile/compile-c-symbols.c (gdb_assert.h): Likewise.
6900         * compile/compile-c-types.c (gdb_assert.h): Likewise.
6901         * ft32-tdep.c (gdb_assert.h): Likewise.
6902         * guile/scm-utils.c (stdint.h): Likewise.
6903         * i386-linux-tdep.c (stdint.h): Likewise.
6904         * i386-tdep.c (stdint.h): Likewise.
6905         * nat/linux-btrace.c (stdint.h): Likewise.
6906         * nat/linux-btrace.h (stdint.h): Likewise.
6907         * nat/linux-ptrace.c (stdint.h): Likewise.
6908         * nat/mips-linux-watch.h (stdint.h): Likewise.
6909         * ppc-linux-nat.c (stdint.h): Likewise.
6910         * python/python-internal.h (stdint.h): Likewise.
6911         * stub-termcap.c (stdlib.h): Likewise.
6912         * target/target.h (stdint.h): Likewise.
6913         * xtensa-linux-nat.c (stdint.h): Likewise.
6914
6915 2015-06-23  Patrick Palka  <patrick@parcs.ath.cx>
6916
6917         * top.c (init_history): Look at errno after calling strtol to
6918         properly map large GDBHISTSIZE values to infinity.
6919
6920 2015-06-23  Doug Evans  <dje@google.com>
6921
6922         * inferior.h (struct inferior_suspend_state): Delete, unused.
6923         All references deleted.
6924
6925 2015-06-23  Mike Frysinger  <vapier@gentoo.org>
6926
6927         * microblaze-tdep.c (microblaze_push_dummy_code): Delete.
6928         (microblaze_push_dummy_call): Likewise.
6929         (microblaze_gdbarch_init): Delete calls to set_gdbarch_push_dummy_code
6930         and set_gdbarch_push_dummy_call.
6931
6932 2015-06-23  Yao Qi  <yao.qi@linaro.org>
6933
6934         * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
6935         Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly.
6936         (amd64_linux_store_inferior_registers): Likewise.
6937         * arm-linux-nat.c (fetch_fpregister): Likewise.
6938         (fetch_fpregs, store_fpregister): Likewise.
6939         (store_fpregister, store_fpregs): Likewise.
6940         (fetch_register, fetch_regs): Likewise.
6941         (store_register, store_regs): Likewise.
6942         (fetch_vfp_regs, store_vfp_regs): Likewise.
6943         (arm_linux_read_description): Check have_ptrace_getregset is
6944         TRIBOOL_UNKNOWN.  Set have_ptrace_getregset to TRIBOOL_TRUE
6945         or TRIBOOL_FALSE.
6946         * i386-linux-nat.c (fetch_xstateregs): Check
6947         have_ptrace_getregset is not TRIBOOL_TRUE.
6948         (store_xstateregs): Likewise.
6949         * linux-nat.c (have_ptrace_getregset): Change its type to
6950         enum tribool.
6951         * linux-nat.h (tribool): New enum.
6952         * x86-linux-nat.c (x86_linux_read_description): Use enum tribool.
6953         Check whether have_ptrace_getregset is TRIBOOL_TRUE.
6954
6955 2015-06-19  Doug Evans  <dje@google.com>
6956
6957         * NEWS: Mention Sun's version of stabs is no longer supported.
6958         * elfread.c (free_elfinfo): Delete.  All uses updated.
6959         (elfstab_offset_sections): Delete.  All uses updated.
6960         * gdb-stabs.h (stab_section_info): Delete.  All uses updated.
6961         * psympriv.h (partial_symtab) <section_offsets>: Delete.
6962         All uses updated.
6963         * psymtab.c (start_psymtab_common): Delete arg section_offsets.
6964         All callers updated.
6965
6966 2015-06-18  Simon Marchi  <simon.marchi@ericsson.com>
6967
6968         * common/rsp-low.c (needs_escaping): New.
6969         (remote_escape_output): Add unit_size parameter. Refactor to
6970         support multi-byte addressable units.  Rename parameters.
6971         * common/rsp-low.h (remote_escape_output): Add unit_size
6972         parameter and rename others. Update doc.
6973         * remote.c (align_for_efficient_write): New.
6974         (remote_write_bytes_aux): Add unit_size parameter and use it.
6975         Rename some variables.  Update doc.
6976         (remote_xfer_partial): Get unit size and use it.
6977         (remote_read_bytes_1): Add unit_size parameter and use it.
6978         Rename some variables. Update doc.
6979         (remote_write_bytes): Same.
6980         (remote_xfer_live_readonly_partial): Same.
6981         (remote_read_bytes): Same.
6982         (remote_flash_write): Update call to remote_write_bytes_aux.
6983         (remote_write_qxfer): Update call to remote_escape_output.
6984         (remote_search_memory): Same.
6985         (remote_hostio_pwrite): Same.
6986
6987 2015-06-17  Luis Machado  <lgustavo@codesourcery.com>
6988
6989         * breakpoint.c (add_location_to_breakpoint): Don't mark permanent
6990         locations as inserted.
6991         Update and expand comment about permanent locations.
6992         (bp_loc_is_permanent): Don't return 0 for bp_call_dummy.
6993         Move comment to add_location_to_breakpoint.
6994         (update_global_location_list): Don't error out if a permanent
6995         breakpoint is not marked inserted.
6996         Don't error out if a non-permanent breakpoint location is inserted on
6997         top of a permanent breakpoint.
6998
6999 2015-06-17  Luis Machado  <lgustavo@codesourcery.com>
7000
7001         * breakpoint.c (make_breakpoint_permanent): Remove unused
7002         function.
7003         * breakpoint.h (make_breakpoint_permanent): Remove declaration.
7004
7005 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
7006
7007         PR gdb/16999
7008         * NEWS: Mention new GDBHISTSIZE behavior.
7009         * top.c (init_history): For null or out-of-range GDBHISTSIZE,
7010         set history size to unlimited.  Ignore non-numeric GDBHISTSIZE.
7011
7012 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
7013
7014         * NEWS: Mention that GDBHISTSIZE is read instead of HISTSIZE.
7015         * top.c (init_history): Read from GDBHISTSIZE instead of
7016         HISTSIZE.
7017         (init_main): Refer to GDBHISTSIZE instead of HISTSIZE.
7018
7019 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
7020
7021         * top.c (gdb_safe_append_history): Do not call
7022         history_truncate_file if the history is not stifled.
7023
7024 2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7025
7026         * syscalls/s390-linux.xml: Add syscalls 344 through 354.
7027         * syscalls/s390x-linux.xml: Likewise.
7028
7029 2015-06-16  Michael Eager  <eager@eagercon.com>
7030
7031         * nat/linux-namespaces.c (MSG_CMSG_CLOEXEC): Define if not defined.
7032
7033 2015-06-16  Patrick Palka  <patrick@parcs.ath.cx>
7034
7035         * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Call
7036         target_terminal_ours_for_output() before calling
7037         tui_show_frame_info(), and restore the original terminal
7038         settings afterwards.
7039
7040 2015-06-16  Martin Simmons  <martin@lispworks.com>  (tiny patch)
7041
7042         * arm-linux-nat.c: Include nat/linux-ptrace.h.
7043
7044 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
7045
7046         * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable
7047         memory unit size.
7048         (mi_cmd_data_write_memory_bytes): Same.
7049
7050 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
7051
7052         * corefile.c (write_memory): Update doc.
7053         * gdbcore.h (write_memory): Same.
7054
7055 2015-06-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7056
7057         * linux-tdep.c (enum filterflags): Make it from anonymous enum.
7058         (dump_mapping_p): Use it for parameter filterflags.
7059         (linux_find_memory_regions_full): Use it for variable filterflags.
7060
7061 2015-06-15  Aleksandar Ristovski  <aristovski@qnx.com
7062             Jan Kratochvil  <jan.kratochvil@redhat.com>
7063
7064         Merge multiple hex conversions.
7065         * monitor.c: Include rsp-low.h.
7066         (fromhex): Remove definition.
7067
7068 2015-06-15  Aleksandar Ristovski  <aristovski@qnx.com
7069             Jan Kratochvil  <jan.kratochvil@redhat.com>
7070
7071         Move utility functions to common/.
7072         * cli/cli-utils.c (skip_spaces, skip_spaces_const, skip_to_space_const):
7073         Move defs to common/common-utils.c.
7074         * cli/cli-utils.h (skip_spaces, skip_spaces_const, skip_to_space)
7075         (skip_to_space_const): Move decls to common/common-utils.h.
7076         * common/common-defs.h: Move include of common-types.h before
7077         common-utils.h.
7078         * common/common-utils.c: Include host-defs.h and ctype.h.
7079         (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int, strtoulst): Move
7080         from utils.c.
7081         (skip_spaces, skip_spaces_const, skip_to_space_const): Move from
7082         cli/cli-utils.c.
7083         * common/common-utils.h (strtoulst): Move decl from utils.h.
7084         (skip_spaces, skip_spaces_const, skip_to_space, skip_to_space_const):
7085         Move from cli/cli-utils.h.
7086         * common/host-defs.h: Include limits.h.
7087         (TARGET_CHAR_BIT, HOST_CHAR_BIT): Moved from defs.h.
7088         (skip_spaces, skip_spaces_const): Move decls from cli/cli-utils.h.
7089         * defs.h (TARGET_CHAR_BIT, HOST_CHAR_BIT): Move to
7090         common/common-utils.h.
7091         * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
7092         (strtoulst): Move to common/common-utils.c.
7093         * utils.h (strtoulst): Moved decl to common/common-utils.h.
7094
7095 2015-06-15  Yao Qi  <yao.qi@linaro.org>
7096
7097         * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml.
7098
7099 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
7100
7101         * build-id.c: Don't include elf-bfd.h.
7102         (build_id_bfd_get): Use bfd_build_id.
7103         (build_id_verify): Ditto.
7104         * build-id.h: Ditto.
7105         (find_separate_debug_file_by_buildid): Ditto.
7106         * python/py-objfile.c: Don't include elf-bfd.h.
7107         (objfpy_get_build_id) Use bfd_build_id.
7108         (objfpy_build_id_matches, objfpy_lookup_objfile_by_build_id): Ditto.
7109         * coffread.c: Include build-id.h.
7110         (coff_symfile_read): Try find_separate_debug_file_by_buildid.
7111
7112 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
7113
7114         * windows-nat.c (do_windows_fetch_inferior_registers)
7115         (handle_output_debug_string): Replace __COPY_CONTEXT_SIZE
7116         conditional with __CYGWIN__.
7117
7118 2015-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
7119
7120         * completer.c: Add arch-utils.h include.
7121         (enum reg_completer_targets): New enum.
7122         (reg_or_group_completer_1): New function containing old
7123         reg_or_group_completer, add and use new parameter to control what
7124         is completed on.  Use get_current_arch rather than architecture of
7125         currently selected frame.
7126         (reg_or_group_completer): Call new reg_or_group_completer_1.
7127         (reggroup_completer): Call new reg_or_group_completer_1.
7128         * completer.h (reggroup_completer): Add declaration.
7129         * tui/tui-regs.c: Add 'completer.h' include.
7130         (tui_reg_next_command): Renamed to...
7131         (tui_reg_next): ...this.  Adjust parameters and return rather than
7132         display new group.
7133         (tui_reg_prev_command): Renamed to...
7134         (tui_reg_prev): ...this.  Adjust parameters and return rather than
7135         display new group.
7136         (tui_reg_float_command): Delete.
7137         (tui_reg_general_command): Delete.
7138         (tui_reg_system_command): Delete.
7139         (tui_reg_command): Rewrite to perform switching of register group.
7140         Add header comment.
7141         (tuireglist): Remove.
7142         (tui_reggroup_completer): New function.
7143         (_initialize_tui_regs): Remove 'tui reg' sub-commands, update
7144         creation of 'tui reg' command.
7145         * NEWS: Add comment about 'tui reg' changes.
7146
7147 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
7148
7149         * target.c (target_read): Consider addressable unit size when
7150         reading from a memory object.
7151         (read_memory_robust): Same.
7152         (read_whatever_is_readable): Same.
7153         (target_write_with_progress): Consider addressable unit size
7154         when writing to a memory object.
7155         * target.h (target_read): Update documentation.
7156         (target_write): Add documentation.
7157
7158 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
7159
7160         * arch-utils.h (default_addressable_memory_unit_size): New.
7161         * arch-utils.c (default_addressable_memory_unit_size): New.
7162         * gdbarch.sh (addressable_memory_unit_size): New.
7163         * gdbarch.h: Re-generate.
7164         * gdbarch.c: Re-generate.
7165
7166 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
7167
7168         * target.c (target_read): Rename variables and use
7169         TARGET_XFER_E_IO.
7170         (target_read_with_progress): Same.
7171         (read_memory_robust): Constify parameters and rename
7172         variables.
7173         (read_whatever_is_readable): Constify parameters,
7174         rename variables, adjust formatting.
7175         * target.h (read_memory_robust): Constify parameters.
7176
7177 2015-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
7178
7179         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short
7180         synthetic (non-AltiVec) vector types.
7181         (ppc64_sysv_abi_return_value): Likewise.
7182
7183 2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7184
7185         PR breakpoints/16465
7186         * breakpoint.c (create_breakpoint): Save extra_string for
7187         pending breakpoints.
7188
7189 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7190
7191         * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask
7192         and bt_mask to CORE_ADDR.
7193
7194 2015-06-11  Gary Benson <gbenson@redhat.com>
7195
7196         * nat/linux-namespaces.c (mnsh_send_message): Use pulongest.
7197         (mnsh_recv_message): Likewise.
7198
7199 2015-06-11  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7200
7201         * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of
7202         long long int and plongest instead of %ll.
7203
7204 2015-06-11  Gary Benson <gbenson@redhat.com>
7205
7206         * nat/linux-namespaces.c (gdb_wait.h): New include.
7207         (sys/wait.h): Do not include.
7208
7209 2015-06-10  Simon Marchi  <simon.marchi@ericsson.com>
7210
7211         * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if
7212         end_sequence is true.
7213
7214 2015-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
7215
7216         Code cleanup.
7217         * solib-target.c (library_list_start_list): Use explicit NULL
7218         comparison.
7219
7220 2015-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
7221
7222         * solib-target.c (library_list_start_list): Do not dereference
7223         variable version in its initialization.  Make the VERSION check handle
7224         NULL.
7225         (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL.
7226
7227 2015-06-10  Gary Benson <gbenson@redhat.com>
7228
7229         * NEWS: Announce support for direct access of executable and
7230         shared library files when attaching to inferiors in containers
7231         on GNU/Linux systems.
7232
7233 2015-06-10  Gary Benson <gbenson@redhat.com>
7234
7235         * remote.c (struct remote_state) <fs_pid>: New field.
7236         (new_remote_state): Initialize the above.
7237         (PACKET_vFile_setfs): New enum value.
7238         (remote_hostio_set_filesystem): New function.
7239         (remote_hostio_open): Call the above.
7240         (remote_hostio_unlink): Likewise.
7241         (remote_hostio_readlink): Likewise.
7242         (_initialize_remote): Register new "set/show remote
7243         hostio-setfs-packet" command.
7244         * NEWS: Announce new vFile:setfs packet.
7245
7246 2015-06-10  Gary Benson <gbenson@redhat.com>
7247
7248         * linux-nat.c (nat/linux-namespaces.h): New include.
7249         (fileio.h): Likewise.
7250         (linux_nat_filesystem_is_local): New function.
7251         (linux_nat_fileio_pid_of): Likewise.
7252         (linux_nat_fileio_open): Likewise.
7253         (linux_nat_fileio_readlink): Likewise.
7254         (linux_nat_fileio_unlink): Likewise.
7255         (linux_nat_add_target): Initialize to_filesystem_is_local,
7256         to_fileio_open, to_fileio_readlink and to_fileio_unlink.
7257         (_initialize_linux_nat): New "set/show debug linux-namespaces"
7258         commands.
7259         * NEWS: Mention new "set/show debug linux-namespaces" commands.
7260
7261 2015-06-10  Gary Benson <gbenson@redhat.com>
7262
7263         * target.h (struct inferior): New forward declaration.
7264         (struct target_ops) <to_filesystem_is_local>: Update comment.
7265         (struct target_ops) <to_fileio_open>: New argument inf.
7266         Update comment.  All implementations updated.
7267         (struct target_ops) <to_fileio_unlink>: Likewise.
7268         (struct target_ops) <to_fileio_readlink>: Likewise.
7269         (target_filesystem_is_local): Update comment.
7270         (target_fileio_open): New argument inf.  Update comment.
7271         (target_fileio_unlink): Likewise.
7272         (target_fileio_readlink): Likewise.
7273         (target_fileio_read_alloc): Likewise.
7274         (target_fileio_read_stralloc): Likewise.
7275         * target.c (target_fileio_open): New argument inf.
7276         Pass inf to implementation.  Update debug printing.
7277         (target_fileio_unlink): Likewise.
7278         (target_fileio_readlink): Likewise.
7279         (target_fileio_read_alloc_1): New argument inf. Pass inf
7280         to target_fileio_open.
7281         (target_fileio_read_alloc): New argument inf. Pass inf to
7282         target_fileio_read_alloc_1.
7283         (target_fileio_read_stralloc): Likewise.
7284         * gdb_bfd.c (inferior.h): New include.
7285         (gdb_bfd_iovec_fileio_open): Replace unused "open_closure"
7286         argument with new argument "inferior".  Pass inferior to
7287         target_fileio_open.
7288         (gdb_bfd_open): Supply inferior argument to
7289         gdb_bfd_iovec_fileio_open.
7290         * linux-tdep.c (linux_info_proc): Supply inf argument to
7291         relevant target_fileio calls.
7292         (linux_find_memory_regions_full): Likewise.
7293         (linux_fill_prpsinfo): Likewise.
7294         * remote.c (remote_filesystem_is_local): Supply inf
7295         argument to remote_hostio_open.
7296         (remote_file_put): Likewise.
7297         (remote_file_get): Likewise.
7298         (remote_file_delete): Supply inf argument to
7299         remote_hostio_unlink.
7300
7301 2015-06-10  Gary Benson <gbenson@redhat.com>
7302
7303         * inf-child.c (inf_child_fileio_open): Replace comment.
7304         (inf_child_fileio_pwrite): Likewise.
7305         (inf_child_fileio_pread): Likewise.
7306         (inf_child_fileio_fstat): Insert blank line before comment.
7307         (inf_child_fileio_close): Replace comment.
7308         (inf_child_fileio_unlink): Likewise.
7309         (inf_child_fileio_readlink): Likewise.
7310         * remote.c (remote_hostio_open): Likewise.
7311         (remote_hostio_pread): Likewise.
7312         (remote_hostio_pwrite): Likewise.
7313         (remote_hostio_close): Likewise.
7314         (remote_hostio_unlink): Likewise.
7315         (remote_hostio_readlink): Likewise.
7316         (remote_hostio_fstat): Likewise.
7317         (remote_filesystem_is_local): Likewise.
7318         * target.c (target_fileio_open): Likewise.
7319         (target_fileio_pwrite): Likewise.
7320         (target_fileio_pread): Likewise.
7321         (target_fileio_fstat): Insert blank line before comment.
7322         (target_fileio_close): Replace comment.
7323         (target_fileio_unlink): Likewise.
7324         (target_fileio_readlink): Likewise.
7325         (target_fileio_read_alloc): Likewise.
7326         (target_fileio_read_stralloc): Likewise.
7327
7328 2015-06-10  Gary Benson <gbenson@redhat.com>
7329
7330         * linux-thread-db.c (nat/linux-namespaces.h): New include.
7331         (check_pid_namespace_match): Use linux_ns_same rather than
7332         linux_proc_pid_get_ns to spot PID namespace mismatches.
7333         * nat/linux-procfs.h (linux_proc_pid_get_ns): Remove.
7334         * nat/linux-procfs.c (linux_proc_pid_get_ns): Likewise.
7335
7336 2015-06-10  Gary Benson <gbenson@redhat.com>
7337
7338         * configure.ac (AC_CHECK_FUNCS): Add setns.
7339         * config.in: Regenerate.
7340         * configure: Likewise.
7341         * nat/linux-namespaces.h: New file.
7342         * nat/linux-namespaces.c: Likewise.
7343         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-namespaces.h.
7344         (linux-namespaces.o): New rule.
7345         * config/aarch64/linux.mh (NATDEPFILES): Add linux-namespaces.o.
7346         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
7347         * config/arm/linux.mh (NATDEPFILES): Likewise.
7348         * config/i386/linux.mh (NATDEPFILES): Likewise.
7349         * config/i386/linux64.mh (NATDEPFILES): Likewise.
7350         * config/ia64/linux.mh (NATDEPFILES): Likewise.
7351         * config/m32r/linux.mh (NATDEPFILES): Likewise.
7352         * config/m68k/linux.mh (NATDEPFILES): Likewise.
7353         * config/mips/linux.mh (NATDEPFILES): Likewise.
7354         * config/pa/linux.mh (NATDEPFILES): Likewise.
7355         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
7356         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
7357         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
7358         * config/s390/linux.mh (NATDEPFILES): Likewise.
7359         * config/sparc/linux.mh (NATDEPFILES): Likewise.
7360         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
7361         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
7362         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
7363
7364 2015-06-10  Gary Benson <gbenson@redhat.com>
7365
7366         * utils.h (make_cleanup_close): Moved to common/filestuff.h.
7367         * utils.c (do_close_cleanup): Moved to common/filestuff.c.
7368         (make_cleanup_close): Likewise.
7369         * common/filestuff.h (make_cleanup_close): Moved from utils.h.
7370         * common/filestuff.c (do_close_cleanup): Moved from utils.c.
7371         (make_cleanup_close): Likewise.
7372
7373 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
7374
7375         * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE
7376         from SuspendThread().
7377
7378 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
7379
7380         * windows-nat.c (handle_output_debug_string): Trim trailing '\n'
7381         from OutputDebugString.
7382
7383 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7384                         Mircea Gherzan  <mircea.gherzan@intel.com>
7385
7386         * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32,
7387         MPX_BT_MASK_32): New macros.
7388         (i386_mpx_set_bounds): New function that implements
7389         the command "set-mpx-bound".
7390         (i386_mpx_enabled): Helper function to test MPX availability.
7391         (i386_mpx_bd_base): Helper function to calculate the base directory
7392         address.
7393         (i386_mpx_get_bt_entry): Helper function to access a bound
7394         table entry.
7395         (i386_mpx_print_bounds): Effectively display bound information.
7396         (_initialize_i386_tdep): Add new commands to commands "set mpx" and
7397         "show mpx".
7398         (_initialize_i386_tdep):
7399         Add "bound" to the commands "show mpx" and "set mpx" commands.
7400         (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx"
7401         and "show mpx" commands.
7402         * NEWS: List new commands for MPX support.
7403
7404 2015-06-09  Gary Benson <gbenson@redhat.com>
7405
7406         * common/fileio.h (fileio_to_host_mode): New declaration.
7407         * common/fileio.c (fileio_to_host_mode): New Function.
7408         * inf-child.c (inf_child_fileio_open): Process mode argument
7409         with fileio_to_host_mode.
7410
7411 2015-06-09  Gary Benson <gbenson@redhat.com>
7412
7413         * common/fileio.c (fileio_mode_pack): Fix preprocessor
7414         conditional.
7415
7416 2015-06-05  Gary Benson <gbenson@redhat.com>
7417
7418         * gdb_bfd.c (gdb_bfd_open): Move vgdb special case to...
7419         * remote.c (remote_filesystem_is_local): ...here.
7420
7421 2015-06-04  Yao Qi  <yao.qi@linaro.org>
7422
7423         * gdbarch.c: Regenerate it.
7424
7425 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7426
7427         * arch-utils.c (default_infcall_munmap): New.
7428         * arch-utils.h (default_infcall_munmap): New declaration.
7429         * compile/compile-object-load.c (struct munmap_list, munmap_list_add)
7430         (munmap_list_free, munmap_listp_free_cleanup): New.
7431         (struct setup_sections_data): Add field munmap_list_headp.
7432         (setup_sections): Call munmap_list_add.
7433         (compile_object_load): New variable munmap_list_head, initialize
7434         setup_sections_data.munmap_list_headp, return munmap_list_head.
7435         * compile/compile-object-load.h (struct munmap_list): New declaration.
7436         (struct compile_module): Add field munmap_list_head.
7437         (munmap_list_free): New declaration.
7438         * compile/compile-object-run.c (struct do_module_cleanup): Add field
7439         munmap_list_head.
7440         (do_module_cleanup): Call munmap_list_free.
7441         (compile_object_run): Pass munmap_list_head to do_module_cleanup.
7442         * gdbarch.c: Regenerate.
7443         * gdbarch.h: Regenerate.
7444         * gdbarch.sh (infcall_munmap): New.
7445         * linux-tdep.c (linux_infcall_munmap): New.
7446         (linux_init_abi): Install it.
7447
7448 2015-06-02  Simon Marchi  <simon.marchi@ericsson.com>
7449
7450         PR gdb/15564
7451         * inferior.c (detach_inferior): Call exit_inferior_1 with silent = 0.
7452
7453 2015-06-02  Yao Qi  <yao.qi@linaro.org>
7454
7455         * i386-linux-nat.c: Include linux-nat.h.
7456
7457 2015-06-01  Andreas Schwab  <schwab@linux-m68k.org>
7458             Jan Kratochvil  <jan.kratochvil@redhat.com>
7459
7460         PR symtab/18392
7461         * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct
7462         assertion.
7463         * dwarf2loc.c (chain_candidate): Likewise.
7464
7465 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7466
7467         * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET.
7468         (store_vfp_regs): Use PTRACE_SETREGSET.
7469
7470 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7471
7472         * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET.
7473         (fetch_fpregs): Likewise.
7474         * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET.
7475         (store_fpregs): Likewise.
7476
7477 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7478
7479         * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET.
7480         (fetch_regs): Likewise.
7481         (store_regs): Use PTRACE_SETREGSET.
7482         (store_register): Likewise.
7483
7484 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7485
7486         * arm-linux-nat.c (arm_linux_read_description): Check whether
7487         kernel supports PTRACE_GETREGSET.
7488
7489 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7490
7491         * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
7492         * linux-nat.c: ... here.
7493         * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
7494         to ...
7495         * linux-nat.h: ... here.
7496
7497 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7498
7499         * amd64-linux-nat.c: Include "nat/linux-ptrace.h".
7500         * i386-linux-nat.c: Likewise.
7501         * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define.
7502         * s390-linux-nat.c: Include "nat/linux-ptrace.h".
7503         (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
7504         * x86-linux-nat.c: Include "nat/linux-ptrace.h".
7505         * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
7506
7507 2015-05-30  Eli Zaretskii  <eliz@gnu.org>
7508
7509         * go32-nat.c (go32_xfer_memory): Fix the return value to be
7510         compatible to what read_child and write_child return.  This
7511         unbreaks that DJGPP build of GDB which was broken since v7.7.
7512
7513 2015-05-29  Martin Galvan  <martin.galvan@tallertechnologies.com>
7514
7515         * MAINTAINERS (Write After Approval): Add Martin Galvan.
7516
7517 2015-05-29  Roland McGrath  <mcgrathr@google.com>
7518
7519         PR gdb/18464
7520         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning
7521         rather than internal_error for an unrecognized value.
7522
7523 2015-05-29  Max Filippov  <jcmvbkbc@gmail.com>
7524
7525         * xtensa-tdep.c (xtensa_pseudo_register_read)
7526         (xtensa_pseudo_register_write): Don't alias last pseudo register
7527         to a1.
7528
7529 2015-05-28  Don Breazeal  <donb@codesourcery.com>
7530
7531         * infrun.c (follow_fork_inferior): Ensure the use of
7532         process-style ptids (pid,0,0) in verbose/debug "Detaching"
7533         messages.
7534
7535 2015-05-28  Doug Evans  <dje@google.com>
7536
7537         * dwarf2read.c (record_line_ftype): Remove, duplicate.
7538
7539 2015-05-28  Yao Qi  <yao.qi@linaro.org>
7540
7541         * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove.
7542         (arm_linux_fetch_inferior_registers): Use
7543         tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers.
7544         (arm_linux_store_inferior_registers): Likewise.
7545         (arm_linux_read_description): Don't set
7546         arm_linux_has_wmmx_registers.
7547         * arm-tdep.c (arm_gdbarch_init): Set
7548         tdep->have_wmmx_registers according target descriptions.
7549         * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New
7550         field.
7551
7552 2015-05-28  Yao Qi  <yao.qi@linaro.org>
7553
7554         * arm-linux-nat.c (arm_linux_vfp_register_count): Remove.
7555         (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep
7556         instead of arm_linux_vfp_register_count.
7557         (store_vfp_regs): Likewise.
7558         (arm_linux_fetch_inferior_registers): Likewise.
7559         (arm_linux_store_inferior_registers): Likewise.
7560         (arm_linux_read_description): Don't set
7561         arm_linux_vfp_register_count.
7562         * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections):
7563         Adjust.
7564         * arm-tdep.c (arm_gdbarch_init): Add assert on
7565         vfp_register_count.
7566         * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename
7567         field to vfp_register_count.  All users updated.
7568
7569 2015-05-28  Kyle Huey  <me@kylehuey.com>  (tiny patch)
7570
7571         * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on
7572         ELFOSABI_GNU binaries.
7573
7574 2015-05-27  Doug Evans  <dje@google.com>
7575
7576         * dwarf2read.c (lnp_state_machine): New typedef.
7577         (lnp_reader_state): New typedef.
7578         (dwarf_record_line_1): Renamed from dwarf_record_line.
7579         All callers updated.
7580         (dwarf_record_line): New function.
7581         (init_lnp_state_machine): New function.
7582         (check_line_address): Replace p_record_line parameter with state.
7583         All callers updated.
7584         (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine.
7585         Update to record state in lnp_state_machine.
7586
7587 2015-05-27  Doug Evans  <dje@google.com>
7588
7589         * dwarf2read.c (record_line_ftype): New typedef.
7590         (check_line_address): New function.
7591         (dwarf_decode_lines_1): Call it.
7592
7593 2015-05-27  Doug Evans  <dje@google.com>
7594
7595         * NEWS: Mention "set debug dwarf-line".
7596         * dwarf2read.c (dwarf_line_debug): New static global.
7597         (add_include_dir): Add debug dwarf-line support.
7598         (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto.
7599         (_initialize_dwarf2_read): New parameter "debug dwarf-line".
7600
7601 2015-05-27  Doug Evans  <dje@google.com>
7602
7603         * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain".
7604         All callers updated.
7605         (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto.
7606         * cp-support.h (cp_lookup_nested_symbol): Update.
7607
7608 2015-05-27  Doug Evans  <dje@google.com>
7609
7610         PR symtab/18258
7611         * block.c (block_find_symbol): New function.
7612         (block_find_non_opaque_type): Ditto.
7613         (block_find_non_opaque_type_preferred): Ditto.
7614         * block.h (block_symbol_matcher_ftype): New typedef.
7615         (block_find_symbol): Declare.
7616         (block_find_non_opaque_type): Ditto.
7617         (block_find_non_opaque_type_preferred): Ditto.
7618         * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol.
7619         * psymtab.c (psym_lookup_symbol): Ditto.
7620         * symtab.c (basic_lookup_transparent_type_1): New function.
7621         (basic_lookup_transparent_type): Call it.
7622
7623 2015-05-27  Yao Qi  <yao.qi@linaro.org>
7624
7625         * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return
7626         AARCH64_RECORD_UNKNOWN for unknown instruction encoding.
7627
7628 2015-05-27  Yao Qi  <yao.qi@linaro.org>
7629
7630         * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
7631         before operator &&.
7632         (aarch64_record_load_store): Likewise.
7633
7634 2015-05-26  Doug Evans  <dje@google.com>
7635
7636         PR c++/18141, c++/18417.
7637         * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being
7638         a typedef.
7639
7640 2015-05-26  Doug Evans  <dje@google.com>
7641
7642         * NEWS: Add entries for command renamings.
7643         * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug.
7644         All uses updated.
7645         (dwarf_die_debug): Renamed from dwarf2_die_debug.  All uses updated.
7646         (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age.
7647         All uses updated.
7648         (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age.
7649         All callers updated.  Fix spelling of DWARF in help text.
7650         (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist.
7651         All uses updated.
7652         (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist.
7653         All uses updated.
7654         (set_dwarf_cmd): Renamed from set_dwarf2_cmd.  All callers updated.
7655         (show_dwarf_cmd): Renamed from show_dwarf2_cmd.  All callers updated.
7656         (dwarf_always_disassemble): Renamed from dwarf_always_disassemble.
7657         All uses updated.
7658         (show_dwarf_always_disassemble): Renamed from
7659         show_dwarf2_always_disassemble.  All callers updated.
7660         (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to
7661         "set/show dwarf".  Rename "set/show dwarf2 max-cache-age" to
7662         "set/show dwarf max-cache-age".  Rename
7663         "set/show dwarf2 always-disassemble" to
7664         "set/show dwarf always-disassemble".  Rename
7665         "set/show debug dwarf2-read" to "set/show debug dwarf-read".  Rename
7666         "set/show debug dwarf2-die" to "set/show debug dwarf-die".
7667
7668 2015-05-26  Doug Evans  <dje@google.com>
7669
7670         PR python/18438
7671         * python/py-lazy-string.c (stpy_convert_to_value): Use
7672         gdbpy_gdb_memory_error not PyExc_MemoryError.
7673         (gdbpy_create_lazy_string_object): Ditto.
7674
7675 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
7676
7677         * tui/tui-regs.c (tui_reg_next_command): Compare against NULL.
7678
7679 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
7680
7681         * tui/tui-regs.c (tui_reg_prev_command): New function.
7682         (_initialize_tui_regs): Add 'prev' command for 'tui reg'.
7683         * reggroups.c (reggroup_prev): New function.
7684         * reggroups.h (reggroup_prev): Add declaration.  Update comment.
7685
7686 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
7687             Yao Qi  <yao.qi@linaro.org>
7688
7689         * aarch64-linux-tdep.c: Include linux-record.h and
7690         record-full.h.
7691         (struct linux_record_tdep aarch64_linux_record_tdep): Declare.
7692         (aarch64_syscall): New enum.
7693         (aarch64_canonicalize_syscall): New function.
7694         (aarch64_all_but_pc_registers_record): New function.
7695         (aarch64_linux_syscall_record): New function.
7696         (aarch64_linux_init_abi): Install AArch64 process record
7697         handler.  Update to handle syscall recording.
7698         * aarch64-tdep.c: Include record.h and record-full.h.
7699         (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros.
7700         (struct aarch64_mem_r): Define.
7701         (aarch64_record_result): New enum.
7702         (struct insn_decode_record): Define.
7703         (insn_decode_record): New typedef.
7704         (aarch64_record_data_proc_reg): New function.
7705         (aarch64_record_data_proc_imm): New function.
7706         (aarch64_record_branch_except_sys): New function.
7707         (aarch64_record_load_store): New function.
7708         (aarch64_record_data_proc_simd_fp): New function.
7709         (aarch64_record_asimd_load_store): New function.
7710         (aarch64_record_decode_insn_handler): New function.
7711         (deallocate_reg_mem): New function.
7712         (aarch64_process_record): New function.
7713         * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>:
7714         New field.
7715         (aarch64_process_record): New extern declaration.
7716         * configure.tgt: Add linux-record.o to gdb_target_obs.
7717         * linux-record.h (struct linux_record_tdep) <arg7>: New field.
7718
7719 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
7720
7721         * NEWS: Add a note on process record-replay support on aarch64*-linux*
7722         targets.
7723
7724 2015-05-26  Martin Galvan  <martin.galvan@tallertechnologies.com>
7725
7726         * amd64-tdep.c: Replace in_function_epilogue_p with
7727         stack_frame_destroyed_p throughout.
7728         * arch-utils.c: Ditto.
7729         * arch-utils.h: Ditto.
7730         * arm-tdep.c: Ditto.
7731         * breakpoint.c: Ditto.
7732         * gdbarch.sh: Ditto.
7733         * hppa-tdep.c: Ditto.
7734         * i386-tdep.c: Ditto.
7735         * mips-tdep.c: Ditto.
7736         * nios2-tdep.c: Ditto.
7737         * rs6000-tdep.c: Ditto.
7738         * s390-linux-tdep.c: Ditto.
7739         * score-tdep.c: Ditto.
7740         * sh-tdep.c: Ditto.
7741         * sparc-tdep.c: Ditto.
7742         * sparc-tdep.h: Ditto.
7743         * sparc64-tdep.c: Ditto.
7744         * spu-tdep.c: Ditto.
7745         * tic6x-tdep.c: Ditto.
7746         * tilegx-tdep.c: Ditto.
7747         * xstormy16-tdep.c: Ditto.
7748         * gdbarch.c, gdbarch.h: Re-generated.
7749
7750 2015-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
7751
7752         * NEWS: Mention 'tui enable' and 'tui disable'.
7753         * tui/tui.c (tui_enable_command): New function.
7754         (tui_disable_command): New function.
7755         (_initialize_tui): New function.
7756
7757 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
7758
7759         * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0.
7760
7761 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
7762
7763         * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure
7764         buf_ptr is freed.
7765
7766 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
7767
7768         * tui/tui-layout.c (tui_layout_command): Move call to tui_enable
7769         into ...
7770         (tui_set_layout_for_display_command): ...here, before calling
7771         tui_set_layout.  Only set the layout if gdb has not already
7772         entered the TUI_FAILURE state.
7773
7774 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
7775
7776         * tui/tui-layout.c (layout_completer): New function.
7777         (_initialize_tui_layout): Set completer on layout command.
7778
7779 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
7780
7781         * tui/tui-layout.c (tui_set_layout): Remove
7782         tui_register_display_type parameter.  Remove all checking of this
7783         parameter, and reindent function.  Update header comment.
7784         (tui_set_layout_for_display_command): Rename to...
7785         (tui_set_layout_by_name): ...this, and don't check for different
7786         register class types, don't pass a tui_register_display_type to
7787         tui_set_layout.  Update header comment.
7788         (layout_names): Remove register set specific names.
7789         * tui/tui-layout.h (tui_set_layout): Remove
7790         tui_register_display_type parameter.
7791         * tui/tui.c (tui_rl_change_windows): Don't pass a
7792         tui_register_display_type to tui_set_layout.
7793         (tui_rl_delete_other_windows): Likewise.
7794         (tui_enable): Likewise.
7795         * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove.
7796         (TUI_FLOAT_REGS_NAME_LOWER): Remove.
7797         (TUI_GENERAL_REGS_NAME): Remove.
7798         (TUI_GENERAL_REGS_NAME_LOWER): Remove.
7799         (TUI_SPECIAL_REGS_NAME): Remove.
7800         (TUI_SPECIAL_REGS_NAME_LOWER): Remove.
7801         (TUI_GENERAL_SPECIAL_REGS_NAME): Remove.
7802         (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove.
7803         (enum tui_register_display_type): Remove.
7804         (struct tui_layout_def): Remove regs_display_type and
7805         float_regs_display_type fields.
7806         (struct tui_data_info): Remove regs_display_type field.
7807         (tui_layout_command): Use new name for
7808         tui_set_layout_for_display_command.
7809         * tui/tui-data.c (layout_def): Don't initialise removed fields.
7810         (tui_clear_win_detail): Don't initialise removed fields of
7811         win_info.
7812         * tui/tui-regs.c (tui_show_registers): Use new name for
7813         tui_set_layout_for_display_command.
7814         * tui/tui.h (tui_set_layout_for_display_command): Rename
7815         declaration to...
7816         (tui_set_layout_by_name): ...this.
7817         * printcmd.c (display_command): Remove tui related layout call,
7818         and reindent.
7819
7820 2015-05-20  Joel Brobecker  <brobecker@adacore.com>
7821
7822         * infrun.c (handle_inferior_event_1): Renames handle_inferior_event.
7823         (handle_inferior_event): New function.
7824
7825 2015-05-20  Joel Brobecker  <brobecker@adacore.com>
7826
7827         * ada-lang.c (to_fixed_array_type): Rename local variable
7828         typename into type_name.
7829
7830 2015-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
7831
7832         Fix ASAN crash for gdb.compile/compile.exp.
7833         * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME.
7834
7835 2015-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
7836
7837         * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol)
7838         (gcc_symbol_address): Change gdb_stdout to gdb_stdlog.
7839         * compile/compile-object-load.c (setup_sections, compile_object_load):
7840         Likewise.
7841         * compile/compile.c (compile_to_object): Likewise.
7842
7843 2015-05-16  Doug Evans  <xdje42@gmail.com>
7844
7845         * NEWS: Mention support for unbuffered Guile memory ports.
7846         * scm-ports.c (ioscm_memory_port): Update comments on end, size.
7847         (ioscm_lseek_address): Improve overflow calculation.
7848         (gdbscm_memory_port_fill_input): Add assert.
7849         (gdbscm_memory_port_write): Handle unbuffered ports.
7850         Handle large writes identical to Guile's fport_write.
7851         (gdbscm_memory_port_seek): Fix seeking past end check.
7852         (gdbscm_memory_port_close): Handle closing unbuffered port.
7853         (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports.
7854         (ioscm_init_memory_port): Handle unbuffered ports.
7855         (ioscm_reinit_memory_port): Ditto.
7856         (ioscm_init_memory_port): Update size calculation.
7857         (gdbscm_open_memory): Support zero sized ports.
7858
7859 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7860
7861         * compile/compile-object-load.c (get_out_value_type): Fix uninitialized
7862         variable compiler warnings.
7863
7864 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7865
7866         * compile/compile-object-load.c (get_out_value_type): Fix returned type.
7867
7868 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7869             Phil Muldoon  <pmuldoon@redhat.com>
7870
7871         * NEWS (Changes since GDB 7.9): Add compile print.
7872         * compile/compile-c-support.c (add_code_header, add_code_footer)
7873         (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and
7874         COMPILE_I_PRINT_VALUE_SCOPE.
7875         * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE)
7876         (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE):
7877         New.
7878         * compile/compile-object-load.c: Include block.h.
7879         (get_out_value_type): New function.
7880         (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
7881         COMPILE_I_PRINT_VALUE_SCOPE.  Set compile_module's OUT_VALUE_ADDR and
7882         OUT_VALUE_TYPE.
7883         * compile/compile-object-load.h (struct compile_module): Add fields
7884         out_value_addr and out_value_type.
7885         * compile/compile-object-run.c: Include valprint.h and compile.h.
7886         (struct do_module_cleanup): Add fields out_value_addr and
7887         out_value_type.
7888         (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
7889         COMPILE_I_PRINT_VALUE_SCOPE.
7890         (compile_object_run): Propagate out_value_addr and out_value_type.
7891         Pass OUT_VALUE_ADDR.
7892         * compile/compile.c: Include valprint.h.
7893         (compile_print_value, compile_print_command): New functions.
7894         (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE.
7895         (_initialize_compile): Update compile code help text.  Install
7896         compile_print_command.
7897         * compile/compile.h (compile_print_value): New prototype.
7898         * defs.h (enum compile_i_scope_types): Add
7899         COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE.
7900
7901 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7902
7903         * compile/compile-object-load.c (get_regs_type): Add parameter func_sym.
7904         Rely on its parameter count.
7905         (compile_object_load): Replace lookup_minimal_symbol_text by
7906         lookup_global_symbol_from_objfile.  Verify FUNC_SYM.  Set it in the
7907         return value.
7908         * compile/compile-object-load.h (struct compile_module): Replace
7909         func_addr by func_sym.
7910         * compile/compile-object-run.c: Include block.h.
7911         (compile_object_run): Reset module variable after it is freed.  Use
7912         FUNC_SYM instead of FUNC_ADDR.  Rely on it.
7913
7914 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7915
7916         * compile/compile-c-support.c (print_one_macro): Use #ifndef.
7917         (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR.
7918         (c_compute_program): Call generate_register_struct after typedefs.
7919         * compile/compile-loc2c.c (push, pushf_register_address)
7920         (pushf_register): Cast to GCC_UINTPTR.
7921         (do_compile_dwarf_expr_to_c): Use unused attribute.  Add space after
7922         type.  Use GCC_UINTPTR instead of void *.  Remove excessive cast.
7923         (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *.
7924         * compile/compile.c (_initialize_compile): Enable warnings for
7925         COMPILE_ARGS.
7926
7927 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7928
7929         * cli/cli-script.c (execute_control_command): Update
7930         eval_compile_command caller.
7931         * compile/compile-object-load.c (compile_object_load): Add parameters
7932         scope and scope_data.  Set them.
7933         * compile/compile-object-load.h (struct compile_module): Add fields
7934         scope and scope_data.
7935         (compile_object_load): Add parameters scope and scope_data.
7936         * compile/compile-object-run.c (struct do_module_cleanup): Add fields
7937         scope and scope_data.
7938         (compile_object_run): Propagate the fields scope and scope_data.
7939         * compile/compile.c (compile_file_command, compile_code_command):
7940         Update eval_compile_command callers.
7941         (eval_compile_command): Add parameter scope_data.  Pass it plus scope.
7942         * compile/compile.h (eval_compile_command): Add parameter scope_data.
7943         * defs.h (struct command_line): Add field scope_data.
7944
7945 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7946
7947         * printcmd.c (struct format_data): Move it to valprint.h.
7948         (print_command_parse_format, print_value): New functions from ...
7949         (print_command_1): ... here.  Call them.
7950         * valprint.h (struct format_data): Move it here from printcmd.c.
7951         (print_command_parse_format, print_value): New declarations.
7952
7953 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7954
7955         * compile/compile-object-load.c (compile_object_load): Add
7956         COMPILE_DEBUG message.
7957
7958 2015-05-15  Jerome Guitton  <guitton@adacore.com>
7959
7960         * ada-lang.c (ada_value_ptr_subscript): Use enum position of
7961         index to get element instead of enum value.
7962         (ada_value_slice_from_ptr, ada_value_slice): Use enum position
7963         of index to compute length, but enum values to compute bounds.
7964         (ada_array_length): Use enum position of index instead of enum value.
7965         (pos_atr): Move position computation to...
7966         (ada_evaluate_subexp): Use enum values to compute bounds.
7967         * gdbtypes.c (discrete_position): ...this new function.
7968         * gdbtypes.h (discrete_position): New function declaration.
7969         * valprint.c (val_print_array_elements): Call discrete_position
7970         to handle array indexed by non-contiguous enumeration types.
7971
7972 2015-05-15  Jerome Guitton  <guitton@adacore.com>
7973
7974         * ada-lang.c (find_parallel_type_by_descriptive_type):
7975         Go through typedefs during lookup.
7976         (to_fixed_array_type): Add support for non-bit packed arrays
7977         as variable-length fields.
7978
7979 2015-05-15  Pedro Alves  <palves@redhat.com>
7980             Simon Marchi  <simon.marchi@ericsson.com>
7981
7982         * event-loop.c (gdb_notifier) <next_file_handler,
7983         next_poll_fds_index>: New fields.
7984         (get_next_file_handler_to_handle_and_advance): New function.
7985         (delete_file_handler): If deleting the next file handler to
7986         handle, advance to the next file handler.
7987         (gdb_wait_for_event): Bail early if no event fired.  Poll file
7988         handlers in round-robin fashion.
7989
7990 2015-05-15  Pedro Alves  <palves@redhat.com>
7991
7992         * linux-tdep.c (linux_find_memory_regions_full): Rename local
7993         'private' to 'priv'.
7994
7995 2015-05-15  Pedro Alves  <palves@redhat.com>
7996
7997         * nat/linux-nat.h: Include "target/waitstatus.h".
7998
7999 2015-05-15  Yuanhui Zhang  <asmwarrior@gmail.com>
8000
8001         * python/py-unwind.c (struct reg_info): Move out of ...
8002         (struct cached_frame_info): ... this scope.
8003         (pending_frame_object_type, unwind_info_object_type): Make extern.
8004
8005 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
8006
8007         * ada-lang.c (ada_value_primitive_packed_val): Make sure
8008         accumSize is never negative.
8009
8010 2015-05-14  Patrick Palka  <patrick@parcs.ath.cx>
8011
8012         * tui/tui-command.c: Remove include of <ctype.h>.
8013         (tui_dispatch_ctrl_char): Remove workaround for xterm terminals.
8014
8015 2015-05-13  Martin Galvan  <martin.galvan@tallertechnologies.com>
8016
8017         * dwarf2read.c (die_needs_namespace): Return 1 for
8018         DW_TAG_inlined_subroutine.
8019
8020 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8021
8022         * regcache.c (regcache_cpy_no_passthrough): New declaration.
8023         (regcache_cpy_no_passthrough): Make it static, add function comment.
8024         * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment.
8025         (regcache_cpy_no_passthrough): Remove declaration.
8026
8027 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8028
8029         * gdbthread.h (struct thread_control_state): Update comment for
8030         proceed_to_finish.
8031         * infcall.c (run_inferior_call): Update comment about
8032         proceed_to_finish.
8033         * infcmd.c (get_return_value): Update comment about stop_registers.
8034         (finish_forward): Update comment about proceed_to_finish.
8035         * infrun.c (stop_registers): Remove.
8036         (clear_proceed_status, normal_stop): Remove stop_registers handling.
8037         * infrun.h (stop_registers): Remove.
8038
8039 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8040
8041         * infcall.c (struct dummy_frame_context_saver)
8042         (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor)
8043         (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
8044         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
8045         New.
8046         (call_function_by_hand_dummy): Move discard_cleanups of
8047         inf_status_cleanup before dummy_frame_push.  Call
8048         dummy_frame_context_saver_setup and prepare context_saver_cleanup.
8049         Use dummy_frame_context_saver_get_regs instead of stop_registers.
8050         * infcall.h (struct dummy_frame_context_saver)
8051         (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
8052         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
8053         New declarations.
8054         * infcmd.c: Include infcall.h.
8055         (get_return_value): Add parameter ctx_saver, use it instead of
8056         stop_registers.
8057         (print_return_value): Add parameter ctx_saver, pass it.
8058         (struct finish_command_continuation_args): Add field ctx_saver.
8059         (finish_command_continuation): Update print_return_value caller.
8060         (finish_command_continuation_free_arg): Free also ctx_saver.
8061         (finish_forward): Call dummy_frame_context_saver_setup.
8062         * inferior.h (struct dummy_frame_context_saver): New declaration.
8063         (get_return_value): Add parameter ctx_saver.
8064         * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update
8065         get_return_value caller.
8066
8067 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8068
8069         * dummy-frame.c (struct dummy_frame_dtor_list): New.
8070         (struct dummy_frame): Replace dtor and dtor_data by dtor_list.
8071         (remove_dummy_frame): Process dtor_list.
8072         (pop_dummy_frame): Process dtor_list.
8073         (register_dummy_frame_dtor): Maintain dtor_list.
8074         (find_dummy_frame_dtor): Handle dtor_list.
8075         * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor):
8076         Update comments.
8077
8078 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8079
8080         * compile/compile-object-run.c (do_module_cleanup): Add parameter
8081         registers_valid.
8082         (compile_object_run): Update do_module_cleanup caller.
8083         * dummy-frame.c: Include infcall.h.
8084         (struct dummy_frame): Update dtor comment.
8085         (remove_dummy_frame): Call dtor.
8086         (pop_dummy_frame): Update dtor caller.
8087         * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter
8088         registers_valid.
8089
8090 2015-05-13  Joel Brobecker  <brobecker@adacore.com>
8091
8092         GDB 7.9.1 released.
8093
8094 2015-05-13  Joel Brobecker  <brobecker@adacore.com>
8095
8096         * NEWS: Create "Changes in GDB 7.9.1" section.  Move news about
8097         Xmethods now being able to specify a result type to that new
8098         sectioin.
8099
8100 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
8101
8102         * tui/tui-win.c (tui_async_resize_screen): Clear win_resized
8103         first before resizing the window.
8104         * tui/tui.c (tui_enable): Likewise.
8105
8106 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8107
8108         * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor.
8109         * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment.
8110         * infcall.c (call_function_by_hand_dummy): Use proper typedef for
8111         dummy_dtor parameter.
8112         * infcall.h: Include dummy-frame.h.
8113         (call_function_by_hand_dummy_dtor_ftype): Remove.
8114         (call_function_by_hand_dummy): Use proper typedef for dummy_dtor
8115         parameter.
8116
8117 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
8118
8119         PR gdb/17820
8120         * top.c (history_size_setshow_var): Change type to signed.
8121         Initialize to -2.  Update documentation.
8122         (set_readline_history_size): Define.
8123         (set_history_size_command): Use it.  Remove logic for handling
8124         out-of-range sizes.
8125         (init_history): Use set_readline_history_size().  Test for a
8126         value of -2 instead of 0 when determining whether to set a
8127         default history size.
8128         (init_main): Decode the argument of the "size" command as a
8129         zuinteger_unlimited.
8130
8131 2015-05-12  Doug Evans  <dje@google.com>
8132
8133         * dwarf2read.c (struct file_entry): Tweak comments.
8134         (get_debug_line_section): Tweak comments.
8135
8136 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8137
8138         * NEWS: Announce fork support in the RSP and support
8139         for fork debugging in extended mode.
8140
8141 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8142
8143         * remote.c (remote_insert_fork_catchpoint): New function.
8144         (remote_remove_fork_catchpoint): New function.
8145         (remote_insert_vfork_catchpoint): New function.
8146         (remote_remove_vfork_catchpoint): New function.
8147         (pending_fork_parent_callback): New function.
8148         (remove_new_fork_child): New function.
8149         (remote_update_thread_list): Call remote_notif_get_pending_events
8150         and remove_new_fork_child.
8151         (extended_remote_kill): Kill fork child when killing the
8152         parent before follow_fork completes.
8153         (init_extended_remote_ops): Initialize target vector with
8154         new fork catchpoint functions.
8155
8156 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8157
8158         * remote.c (remove_vfork_event_p): New function.
8159         (remote_follow_fork): Add vfork event type to event checking.
8160         (remote_parse_stop_reply): New stop reasons "vfork" and
8161         "vforkdone" for RSP 'T' Stop Reply Packet.
8162
8163 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8164
8165         * linux-nat.c (linux_nat_ptrace_options): New function.
8166         (linux_init_ptrace, wait_lwp, linux_nat_filter_event):
8167         Call linux_nat_ptrace_options and use different argument to
8168         linux_enable_event_reporting.
8169         (_initialize_linux_nat): Delete call to
8170         linux_ptrace_set_additional_flags.
8171         * nat/linux-ptrace.c (current_ptrace_options): Rename to
8172         supported_ptrace_options.
8173         (additional_flags): Delete variable.
8174         (linux_check_ptrace_features): Use supported_ptrace_options.
8175         (linux_test_for_tracesysgood, linux_test_for_tracefork):
8176         Likewise, and remove additional_flags check.
8177         (linux_enable_event_reporting): Change 'attached' argument to
8178         'options'.  Use supported_ptrace_options.
8179         (ptrace_supports_feature): Change comment.  Use
8180         supported_ptrace_options.
8181         (linux_ptrace_set_additional_flags): Delete function.
8182         * nat/linux-ptrace.h (linux_ptrace_set_additional_flags):
8183         Delete function prototype.
8184         * remote.c (remote_fork_event_p): New function.
8185         (remote_detach_pid): New function.
8186         (remote_detach_1): Call remote_detach_pid, don't mourn inferior
8187         if doing detach-on-fork.
8188         (remote_follow_fork): New function.
8189         (remote_parse_stop_reply): Handle new "T" stop reason "fork".
8190         (remote_pid_to_str): Print "process" strings for pid/0/0 ptids.
8191         (init_extended_remote_ops): Initialize to_follow_fork.
8192
8193 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8194
8195         * nat/linux-ptrace.c (linux_check_ptrace_features): Change
8196         from static to extern.
8197         * nat/linux-ptrace.h (linux_check_ptrace_features): Declare.
8198         * remote.c (anonymous enum): <PACKET_fork_event_feature,
8199         * PACKET_vfork_event_feature>: New enumeration constants.
8200         (remote_protocol_features): Add table entries for new packets.
8201         (remote_query_supported): Add new feature queries to qSupported
8202         packet.
8203
8204 2015-05-12  Gary Benson <gbenson@redhat.com>
8205
8206         * remote.c (remote_add_inferior): Call exec_file_locate_attach
8207         for fake PIDs as well as real ones.
8208         (remote_pid_to_exec_file): Send empty annex if PID is fake.
8209
8210 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
8211
8212         * NEWS (Python Scripting): Mention the new gdb.Value methods.
8213         * python/py-value.c (valpy_reference_value): New function.
8214         (valpy_const_value): Likewise.
8215         (value_object_methods): Add new methods.
8216         * value.c (make_cv_value): New function.
8217         * value.h (make_cv_value): Declare.
8218
8219 2015-05-08  Yao Qi  <yao@codesourcery.com>
8220             Sandra Loosemore  <sandra@codesourcery.com>
8221
8222         * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check
8223         to 'lh->include_dirs' before accessing to it.
8224         (psymtab_include_file_name): Likewise.
8225         (dwarf_decode_lines_1): Likewise.
8226         (dwarf_decode_lines): Likewise.
8227         (file_file_name): Likewise.
8228
8229 2015-05-08  Sandra Loosemore  <sandra@codesourcery.com>
8230
8231         * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define.
8232         (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define.
8233         (nios2_linux_rt_sigreturn_init): Adjust base address of
8234         register save area.
8235
8236 2015-05-08  Sandra Loosemore  <sandra@codesourcery.com>
8237
8238         * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using
8239         "trap 31" as the breakpoint instruction on all targets.
8240
8241 2015-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8242
8243         * infcmd.c (print_return_value): Remove unused declaration.
8244
8245 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
8246
8247         * dwarf2read.c (attr_to_dynamic_prop)
8248         <DW_AT_data_member_location>: Use read_type_die isntead of
8249         get_die_type.
8250
8251 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
8252
8253         * ada-lang.c (ada_convert_actual): Add handling of formals
8254         passed inside an aligner type.
8255
8256 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
8257
8258         * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
8259
8260 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
8261
8262         PR python/18291
8263         * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo.
8264         Print xmethod matcher status.
8265
8266 2015-05-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8267
8268         * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA
8269         register in the regcache when treating the PSWM register, and vice
8270         versa.
8271
8272 2015-05-07  Gary Benson <gbenson@redhat.com>
8273
8274         * linux-thread-db.c (struct thread_db_info)
8275         <td_ta_map_id2thr_p>: Remove field.
8276         (try_thread_db_load_1): Remove initialization for the above.
8277
8278 2015-05-07  Gary Benson <gbenson@redhat.com>
8279
8280         * linux-thread-db.c (struct thread_db_info)
8281         <td_thr_validate_p>: Remove field.
8282         (try_thread_db_load_1): Remove initialization for the above.
8283
8284 2015-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
8285
8286         * compile/compile-object-load.c (compile_object_load): Support
8287         mst_text_gnu_ifunc.
8288
8289 2015-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
8290
8291         * compile/compile.c (compile_to_object): Make the cmd_string parameter
8292         const.  Use new variables for the const compatibility.
8293         (eval_compile_command): Make the cmd_string parameter const.
8294         * compile/compile.h (eval_compile_command): Make the cmd_string
8295         parameter const.
8296
8297 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
8298
8299         * defs.h (deprecated_init_ui_hook): Delete.  Remove associated
8300         comment.
8301         * top.c (deprecated_init_ui_hook): Delete.
8302         (gdb_init): Remove handling of deprecated_init_ui_hook.
8303         * interps.c (clear_interpreter_hooks): Remove handling of
8304         deprecated_init_ui_hook.
8305         * main.c (captured_main): Update comment.
8306
8307 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
8308
8309         * solib.c (_initialize_solib): Add "info dll" alias creation.
8310         * windows-nat.c (set_windows_aliases): Delete.
8311         (_initialize_windows_nat): Remove deprecated_init_ui_hook
8312         assignment.
8313         * NEWS: Add news entry about "info dll" now being available
8314         on all platforms.
8315
8316 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8317
8318         * ada-lang.c (value_assign_to_component): Reformat and improve
8319         documentation. Remove all trailing spaces.
8320
8321 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8322
8323         * inline-frame.c (inline_frame_sniffer, skip_inline_frames):
8324         Stop counting inlined frames as soon as an out-of-line function
8325         is found.
8326
8327 2014-05-05  Pierre-Marie de Rodat  <derodat@adacore.com>
8328
8329         * dwarf2read.c (inherit_abstract_dies): Skip
8330         DW_TAG_GNU_call_site dies while inheriting children of an
8331         abstract DIE into a scope.
8332         (read_lexical_block_scope): Inherit abstract DIE's for
8333         lexical scopes.
8334
8335 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8336
8337         * ada-valprint.c (val_print_packed_array_elements): Delete
8338         variable "len".  Add a type-length check when comparing two
8339         consecutive elements of the array.  Use the element's actual
8340         length in call to value_contents_eq.
8341         * ada-lang.c (ada_value_primitive_packed_val): Always return
8342         a value whose type has been resolved.
8343
8344 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8345
8346         * ada-lang.c (ada_value_primitive_packed_val): Recompute
8347         BIT_SIZE and LEN if the size of the resolved type is smaller
8348         than BIT_SIZE * HOST_CHAR_BIT.
8349
8350 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8351
8352         * ada-lang.c (ada_value_primitive_packed_val): Use a more
8353         correct address in call to value_at.  Adjust call to
8354         value_address accordingly.
8355
8356 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8357
8358         * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying
8359         to print it.
8360
8361 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8362
8363         * dwarf2loc.h (struct property_addr_info): Add "valaddr" field.
8364         * dwarf2loc.c (dwarf2_evaluate_property): Add handling of
8365         pinfo->valaddr.
8366         * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter.
8367         * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr.
8368         (resolve_dynamic_type_internal): Set pinfo.valaddr.
8369         Add handling of addr_stack->valaddr.
8370         (resolve_dynamic_type): Add "valaddr" parameter.
8371         Set pinfo.valaddr field.
8372         * ada-lang.c (ada_discrete_type_high_bound): Update call to
8373         resolve_dynamic_type.
8374         (ada_discrete_type_low_bound): Likewise.
8375         * findvar.c (default_read_var_value): Likewise.
8376         * value.c (value_from_contents_and_address): Likewise.
8377
8378 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8379
8380         * gdbtypes.c (resolve_dynamic_array): Use
8381         create_array_type_with_stride instead of create_array_type.
8382
8383 2015-04-30  DJ Delorie  <dj@redhat.com>
8384
8385         * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to
8386         rl78_decode_opcode
8387
8388 2015-04-29  Doug Evans  <dje@google.com>
8389
8390         PR python/18285
8391         * NEWS: Document new gdb.XMethodWorker.get_result_type method.
8392         * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle
8393         EVAL_AVOID_SIDE_EFFECTS for xmethods.
8394         * extension-priv.h (struct extension_language_ops)
8395         <get_xmethod_result_type>: New member.
8396         * extension.c (get_xmethod_result_type): New function.
8397         * extension.h (get_xmethod_result_type): Declare.
8398         * python/py-xmethods.c (get_result_type_method_name): New static
8399         global.
8400         (py_get_result_type_method_name): Ditto.
8401         (gdbpy_get_xmethod_result_type): New function.
8402         (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name.
8403         * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare.
8404         * python/python.c (python_extension_ops): Add
8405         gdbpy_get_xmethod_result_type.
8406         * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type.
8407         * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for
8408         xmethods.
8409         (value_x_unop): Ditto.
8410         * value.c (result_type_of_xmethod): New function.
8411         * value.h (result_type_of_xmethod): Declare.
8412
8413 2015-04-29  Gary Benson <gbenson@redhat.com>
8414
8415         * solib.c (solib_find_1): Allow fd argument to be NULL.
8416         (exec_file_find): Update comment.
8417         (solib_find): Likewise.
8418         * exec.c (exec_file_locate_attach): Use NULL as fd
8419         argument to exec_file_find to avoid having to close
8420         the opened file.
8421         * infrun.c (follow_exec): Likewise.
8422
8423 2015-04-28  Doug Evans  <dje@google.com>
8424
8425         PR python/18299
8426         * python/lib/gdb/printing.py (register_pretty_printer): Handle
8427         name or __name__ attributes.  Handle gdb module as first argument.
8428
8429 2015-04-28  Doug Evans  <dje@google.com>
8430
8431         PR python/18089
8432         * python/py-prettyprint.c (print_children): Verify result of children
8433         iterator.  Provide better error message.
8434         * python/python-internal..h (gdbpy_print_python_errors_p): Declare.
8435         * python/python.c (gdbpy_print_python_errors_p): New function.
8436
8437 2015-04-28  Doug Evans  <dje@google.com>
8438
8439         * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
8440
8441 2015-04-28  Sasha Smundak  <asmundak@google.com>
8442
8443         * NEWS: Mention gdb.Type.optimized_out method.
8444         * python/py-type.c (typy_optimized_out):  New function.
8445
8446 2015-04-28  John Baldwin  <jhb@FreeBSD.org>
8447
8448         * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
8449
8450 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8451
8452         * utils.c (init_page_info): Set rl_catch_sigwinch to zero.
8453         (initialize_utils): Move call of init_page_info() to ...
8454         * top.c (gdb_init): ... here.
8455
8456 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8457
8458         * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment.
8459         (tui_sigwinch_handler): Still update our idea of
8460         the terminal's width and height even when TUI is not active.
8461
8462 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8463
8464         * utils.h (set_screen_width_and_height): Declare.
8465         * utils.c (set_screen_width_and_height): Define.
8466         * tui/tui-win.c (tui_update_gdb_sizes): Use it.
8467
8468 2015-04-28  Gary Benson <gbenson@redhat.com>
8469
8470         * infrun.c (solist.h): New include.
8471         (follow_exec): Use exec_file_find to prefix execd_pathname
8472         with gdb_sysroot.
8473
8474 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8475
8476         * tui/tui-source.c (tui_set_source_content): Avoid calling
8477         strcpy() when offset is 0.
8478
8479 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8480
8481         PR gdb/18155
8482         * tui/tui-data.c (tui_free_window): Don't free the locator
8483         window when passed an SRC_WIN or a DISASSEM_WIN.
8484
8485 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8486
8487         * tui/tui-data.h (struct tui_win_element): Forward-declare.
8488         (tui_win_content): Move declaration.
8489         (struct tui_gen_win_info): Give 'content' field the
8490         type tui_win_content.
8491         * tui/tui-data.c (init_content_element): Remove redundant and
8492         erroneous casts.
8493         (tui_add_content_elements): Remove erroneous cast.
8494         * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant
8495         casts.
8496         (tui_get_begin_asm_address): Likewise.
8497         * tui/tui-regs.c (tui_show_registers): Likewise.
8498         (tui_show_register_group): Likewise.
8499         (tui_display_registers_from): Likewise.
8500         (tui_check_register_values): Likewise.
8501         * tui/tui-source.c (tui_set_source_content): Likewise.
8502         (tui_set_source_content_nil): Likewise.
8503         (tui_source_is_displayed): Likewise.
8504         * tui/tui-stack.c (tui_show_locator_content): Likewise.
8505         (tui_set_locator_fullname): Likewise.
8506         (tui_set_locator_info): Likewise.
8507         (tui_show_frame_info): Likewise.
8508         * tui/tui-winsource.c (tui_clear_source_content): Likewise.
8509         (tui_show_source_line): Likewise.
8510         (tui_horizontal_source_scroll): Likewise.
8511         (tui_update_breakpoint_info): Likewise.
8512         (tui_set_exec_info_content): Likewise.
8513         (tui_show_exec_info_content): Likewise.
8514         (tui_alloc_source_buffer): Likewise.
8515         (tui_line_is_displayed): Likewise.
8516         (tui_addr_is_displayed): Likewise.
8517
8518 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
8519
8520         * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD
8521         event if PL_FLAG_EXEC is set.
8522         [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function.
8523         [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function.
8524         (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set
8525         "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint".
8526         Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint".
8527
8528 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
8529
8530         * fbsd-nat.c: [PT_LWPINFO] New variable super_wait.
8531         [TDP_RFPPWAIT] New variable fbsd_pending_children.
8532         [TDP_RFPPWAIT] (fbsd_remember_child): New function.
8533         [TDP_RFPPWAIT] (fbsd_is_child_pending): New function.
8534         [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function.
8535         [PT_LWPINFO] (fbsd_wait): New function.
8536         [TDP_RFPPWAIT] (fbsd_follow_fork): New function.
8537         [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function.
8538         [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function.
8539         [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function.
8540         [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function.
8541         [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function.
8542         [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function.
8543         [TDP_RFPPWAIT] (fbsd_post_attach): New function.
8544         (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to
8545         "fbsd_wait".
8546         [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork".
8547         Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint".
8548         Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint".
8549         Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint".
8550         Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint".
8551         Set "to_post_startup_inferior" to "fbsd_post_startup_inferior".
8552         Set "to_post_attach" to "fbsd_post_attach".
8553
8554 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
8555
8556         * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static.
8557         (fbsd_find_memory_regions): Mark static.
8558         (fbsd_nat_add_target): New function.
8559         * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for
8560         fbsd_pid_to_exec_file and fbsd_find_memory_regions.
8561         * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target.
8562         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise.
8563         * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise.
8564         * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise.
8565
8566 2015-04-27  Gary Benson <gbenson@redhat.com>
8567
8568         * objfiles.c (allocate_objfile): Do not attempt to expand name
8569         if name is a "target:" filename.
8570         * auto-load.c (load_auto_scripts_for_objfile): Do not attempt
8571         to load auto-load scripts for objfiles with "target:" filenames.
8572
8573 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8574
8575         * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h".
8576         (enum s390_vector_abi_kind): New enum.
8577         (struct gdbarch_tdep)<vector_abi>: New field.
8578         (s390_effective_inner_type): Add parameter min_size.  Stop
8579         unwrapping if the inner type is smaller than min_size.
8580         (s390_function_arg_float): Adjust call to
8581         s390_effective_inner_type.
8582         (s390_function_arg_vector): New function.
8583         (s390_function_arg_integer): Adjust comment.
8584         (struct s390_arg_state)<vr>: New field.
8585         (s390_handle_arg): Add parameter 'is_unnamed'.  Pass vector
8586         arguments according to vector ABI when appropriate.
8587         (s390_push_dummy_call): Initialize the argument state's field
8588         'vr'.  Adjust calls to s390_handle_arg.
8589         (s390_register_return_value): Handle vector return values.
8590         (s390_return_value): Apply the "register" return value convention
8591         to a vector when appropriate.
8592         (s390_gdbarch_init): Initialize tdep->vector_abi.
8593         * NEWS: Announce S390 vector ABI support.
8594
8595 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8596
8597         * s390-linux-tdep.c (s390_return_value_convention): Remove
8598         function.  Inline its logic...
8599         (s390_return_value): ...here.  Instead, move the handling of the
8600         "register" return value convention...
8601         (s390_register_return_value): ...here.  New function.
8602
8603 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8604
8605         * s390-linux-tdep.c
8606         (is_float_singleton): Remove function.  Move the "singleton" part
8607         of the logic...
8608         (s390_effective_inner_type): ...here.  New function.
8609         (is_float_like): Remove function.  Inline its logic...
8610         (s390_function_arg_float): ...here.
8611         (is_pointer_like, is_integer_like, is_struct_like): Remove
8612         functions.  Inline their logic...
8613         (s390_function_arg_integer): ...here.
8614         (s390_function_arg_pass_by_reference): Remove function.
8615         (extend_simple_arg): Remove function.
8616         (alignment_of): Remove function.
8617         (struct s390_arg_state): New structure.
8618         (s390_handle_arg): New function.
8619         (s390_push_dummy_call): Move parameter placement logic to the new
8620         function s390_handle_arg.  Call it for calculating the stack area
8621         sizes first, and again for actually writing the parameters.
8622
8623 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8624
8625         * s390-linux-tdep.c (is_power_of_two): Add comment.  Return
8626           false if the argument is zero.
8627
8628 2015-04-27  Pierre-Marie de Rodat  <derodat@adacore.com>
8629
8630         * ada-lang.c (template_to_static_fixed_type): Return input type
8631         when it is already fixed.  Cache the input type itself when not
8632         creating a static fixed copy.  Make it explicit that we never
8633         molestate the input type.
8634         * gdbtypes.c (resolve_dynamic_struct): Reset the
8635         TYPE_TARGET_TYPE field for resolved copies.
8636
8637 2015-04-27  Joel Brobecker  <brobecker@adacore.com>
8638
8639         * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef.
8640         (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef.
8641         (template_to_static_fixed_type): Call ada_check_typedef only
8642         when necessary.
8643
8644 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
8645
8646         * cli/cli-dump.c (srec_dump_command): Add internationalization
8647         mark ups.
8648         (ihex_dump_command): Likewise.
8649         (tekhex_dump_command): Likewise.
8650         (binary_dump_command): Likewise.
8651         (binary_append_command): Likewise.
8652
8653 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
8654
8655         * cli/cli-dump.c (verilog_cmdlist): New variable.
8656         (dump_verilog_memory): New function.
8657         (dump_verilog_value): New function.
8658         (verilog_dump_command): New function.
8659         (_initialize_cli_dump): Add new commands to support verilog dump
8660         format.
8661         * NEWS: Add entry for "dump verilog".
8662
8663 2015-04-24  Pierre-Marie de Rodat  <derodat@adacore.com>
8664
8665         * gdbtypes.c (print_gnat_stuff): Do not recurse on the
8666         descriptive type when there is none.
8667
8668 2015-04-23  Patrick Palka  <patrick@parcs.ath.cx>
8669
8670         * tui/tui-win.c (tui_async_resize_screen): Call
8671         rl_resize_terminal().
8672
8673 2015-04-22  Jon Turney  <jon.turney@dronecode.org.uk>
8674
8675         * windows-nat.c (handle_output_debug_string): Don't change
8676         current_event.dwThreadId.
8677         (get_windows_debug_event): Use thread_id, rather than relying on
8678         current_event.dwThreadId being changed.
8679
8680 2015-04-22  Jon Turney  <jon.turney@dronecode.org.uk>
8681
8682         * windows-nat.c (windows_continue): Report an error if
8683         ContinueDebugEvent() fails.
8684
8685 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
8686
8687         * windows-nat.c (windows_resume): Fix misspelling in debug output.
8688
8689 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
8690
8691         * windows-nat.c (get_windows_debug_event): Replace retval with
8692         thread_id throughout.  Update stale comment.
8693
8694 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
8695
8696         * windows-nat.c (get_windows_debug_event): Don't use ternary
8697         conditional operator.
8698
8699 2015-04-21  Pierre Muller  <muller@sourceware.org>
8700
8701         PR pascal/17815
8702         p-exp.y (yylex): Reorganize code to return the matched pattern
8703         for a field of this.
8704
8705 2015-04-21  Gary Benson <gbenson@redhat.com>
8706
8707         * common/fileio.h (fileio_to_host_openflags): New declaration.
8708         * common/fileio.c (fcntl.h): New include.
8709         (fileio_to_host_openflags): New function, factored out from...
8710         * inf-child.c (inf_child_fileio_open_flags_to_host): ...here.
8711         Single use updated.
8712
8713 2015-04-21  Kevin Buettner  <kevinb@redhat.com>
8714
8715         * rl78-tdep.c (RL78_SP_ADDR): Define.
8716         (opc_reg_to_gdb_regnum): New static function.
8717         (rl78_analyze_prologue): Recognize instructions forming slightly
8718         more interesting prologues.
8719
8720 2015-04-20  Pierre-Marie de Rodat  <derodat@adacore.com>
8721
8722         Revert:
8723         2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
8724         * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
8725         TYPE_CODE_REF types so that they are not considered as dynamic
8726         depending on the referenced type.
8727         (resolve_dynamic_type_internal): Likewise.
8728
8729 2015-04-20  Pierre-Marie de Rodat  <derodat@adacore.com>
8730
8731         Revert:
8732         2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
8733         * gdbtypes.c (is_dynamic_type_internal): Remove the unused
8734         "top_level" parameter.
8735         (resolve_dynamic_type_internal): Remove the unused "top_level"
8736         parameter.  Update call to is_dynamic_type_internal.
8737         (is_dynamic_type): Update call to is_dynamic_type_internal.
8738         (resolve_dynamic_range): Update call to
8739         resolve_dynamic_type_internal.
8740         (resolve_dynamic_union): Likewise.
8741         (resolve_dynamic_struct): Likewise.
8742         (resolve_dynamic_type): Likewise.
8743
8744 2015-04-19  Gabriel Krisman Bertazi  <gabriel@krisman.be>
8745
8746         * breakpoint.c (update_dprintf_command_list): Remove duplicated
8747         xmalloc.
8748
8749 2015-04-20  Thomas Schwinge  <thomas@codesourcery.com>
8750
8751         * reply_mig_hack.awk: Robustify parsing.
8752
8753         * reply_mig_hack.awk: Don't bother to declare an intermediate
8754         function pointer variable.
8755
8756 2015-04-17  Doug Evans  <dje@google.com>
8757
8758         * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement"
8759         to "exec_displacement" to avoid confusion with inner use of the name.
8760
8761 2015-04-17  Pedro Alves  <palves@redhat.com>
8762
8763         * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero
8764         if HW point of TYPE isn't supported.
8765
8766 2015-04-17  Yao Qi  <yao.qi@linaro.org>
8767             Pedro Alves  <palves@redhat.com>
8768
8769         * target.h (target_can_use_hardware_watchpoint): Update comments.
8770         Remove trailing ";".
8771
8772 2015-04-17  Gary Benson <gbenson@redhat.com>
8773
8774         * remote.c (remote_add_inferior): New argument try_open_exec.
8775         If nonzero, attempt to open the inferior's executable file as
8776         the main executable if no main executable is open already.
8777         All callers updated.
8778         * NEWS: Mention that GDB now supports automatic location and
8779         retrieval of executable + files from remote targets.
8780
8781 2015-04-17  Gary Benson <gbenson@redhat.com>
8782
8783         * target.h (TARGET_OBJECT_EXEC_FILE): New enum value.
8784         * remote.c (PACKET_qXfer_exec_file): Likewise.
8785         (remote_protocol_features): Register the
8786         "qXfer:exec-file:read" feature.
8787         (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE.
8788         (remote_pid_to_exec_file): New function.
8789         (init_remote_ops): Initialize to_pid_to_exec_file.
8790         (_initialize_remote): Register new "set/show remote
8791         pid-to-exec-file-packet" command.
8792         * NEWS: Announce new qXfer:exec-file:read packet.
8793
8794 2015-04-17  Gary Benson <gbenson@redhat.com>
8795
8796         * nat/linux-procfs.h (linux_proc_pid_to_exec_file):
8797         New declaration.
8798         * nat/linux-procfs.c (linux_proc_pid_to_exec_file):
8799         New function, factored out from...
8800         * linux-nat.c (linux_child_pid_to_exec_file): ...here.
8801
8802 2015-04-17  Gary Benson <gbenson@redhat.com>
8803
8804         * exec.c (solist.h): New include.
8805         (exec_file_locate_attach): Prefix absolute executable
8806         paths with gdb_sysroot if set.
8807         * NEWS: Mention that executable paths may be prepended
8808         with sysroot.
8809
8810 2015-04-17  Gary Benson <gbenson@redhat.com>
8811
8812         * solist.h (exec_file_find): New declaration.
8813         * solib.c (solib_find_1): New function, factored out from...
8814         (solib_find): ...here.
8815         (exec_file_find): New function.
8816
8817 2015-04-17  Gary Benson <gbenson@redhat.com>
8818
8819         * gdbcore.h (exec_file_locate_attach): New declaration.
8820         * exec.c (exec_file_locate_attach): New function, factored
8821         out from...
8822         * infcmd.c (attach_command_post_wait): ...here.
8823
8824 2015-04-17  Mike Frysinger  <vapier@gentoo.org>
8825
8826         * MAINTAINERS: Add myself for Blackfin/write-after-approval.
8827
8828 2015-04-16  Yao Qi  <yao.qi@linaro.org>
8829
8830         * infrun.c (maybe_software_singlestep): Declare.
8831         (displaced_step_fixup): Call maybe_software_singlestep.
8832
8833 2015-04-15  Doug Evans  <dje@google.com>
8834
8835         * psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
8836
8837 2015-04-15  Doug Evans  <dje@google.com>
8838
8839         * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls.
8840
8841 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
8842
8843         * python/lib/gdb/command/unwinders.py: Add parentheses.
8844
8845 2015-04-15  Yao Qi  <yao.qi@linaro.org>
8846
8847         * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message.
8848
8849 2015-04-15  Yao Qi  <yao.qi@linaro.org>
8850
8851         * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation.
8852
8853 2015-04-15  Yao Qi  <yao.qi@linaro.org>
8854
8855         * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
8856         dsc->insn_size instead of 4.
8857
8858 2015-04-14  Gary Benson <gbenson@redhat.com>
8859
8860         * jit.c (mem_bfd_iovec_stat): Zero supplied buffer.
8861         * minidebug.c (lzma_stat): Likewise.
8862         * solib-spu.c (spu_bfd_iovec_stat): Likewise.
8863         * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise.
8864
8865 2015-04-13  Stan Shebs  <stanshebs@google.com>
8866
8867         * MAINTAINERS: Update my email address.
8868
8869 2015-04-13  John Baldwin  <jhb@FreeBSD.org>
8870
8871         * amd64-tdep.c (amd64_target_description): New function.
8872         * amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
8873         * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
8874         (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
8875         x86 extended save area.
8876         (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
8877         * amd64bsd-nat.h: Export amd64bsd_xsave_len.
8878         * amd64fbsd-nat.c (amd64fbsd_read_description): New function.
8879         (_initialize_amd64fbsd_nat): Set "to_read_description" to
8880         "amd64fbsd_read_description".
8881         * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
8882         (amd64fbsd_supply_xstateregset): New function.
8883         (amd64fbsd_collect_xstateregset): New function.
8884         Add "amd64fbsd_xstateregset".
8885         (amd64fbsd_iterate_over_regset_sections): New function.
8886         (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
8887         "I386_FBSD_XSAVE_XCR0_OFFSET".
8888         Add "iterate_over_regset_sections" gdbarch method.
8889         Add "core_read_description" gdbarch method.
8890         * i386-tdep.c (i386_target_description): New function.
8891         * i386-tdep.h: Export i386_target_description and tdesc_i386.
8892         * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
8893         (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
8894         x86 extended save area.
8895         (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
8896         * i386bsd-nat.h: Export i386bsd_xsave_len.
8897         * i386fbsd-nat.c (i386fbsd_read_description): New function.
8898         (_initialize_i386fbsd_nat): Set "to_read_description" to
8899         "i386fbsd_read_description".
8900         * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
8901         (i386fbsd_core_read_description): New function.
8902         (i386fbsd_supply_xstateregset): New function.
8903         (i386fbsd_collect_xstateregset): New function.
8904         Add "i386fbsd_xstateregset".
8905         (i386fbsd_iterate_over_regset_sections): New function.
8906         (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
8907         "I386_FBSD_XSAVE_XCR0_OFFSET".
8908         Add "iterate_over_regset_sections" gdbarch method.
8909         Add "core_read_description" gdbarch method.
8910         * i386fbsd-tdep.h: New file.
8911
8912 2015-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8913
8914         * NEWS (Changes since GDB 7.9): Add removed -xdb.
8915         * breakpoint.c (command_line_is_silent): Remove xdb_commands
8916         conditional.
8917         (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba
8918         and lb.
8919         * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and
8920         va.
8921         * cli/cli-decode.c (find_command_name_length): Remove xdb_commands
8922         conditional.
8923         * defs.h (xdb_commands): Remove declaration.
8924         * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc.
8925         * guile/scm-cmd.c (command_classes): Remove xdb from comment.
8926         * infcmd.c (run_no_args_command, go_command): Remove.
8927         (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr.
8928         * infrun.c (xdb_handle_command): Remove.
8929         (_initialize_infrun): Remove xdb_commands for lz and z.
8930         * main.c (xdb_commands): Remove variable.
8931         (captured_main): Remove "xdb" from long_options.
8932         (print_gdb_help): Remove --xdb from help.
8933         * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment.
8934         * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?.
8935         * stack.c (backtrace_full_command, args_plus_locals_info)
8936         (current_frame_command): Remove.
8937         (_initialize_stack): Remove xdb_commands for t, T and l.
8938         * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg.
8939         * thread.c (_initialize_thread): Remove xdb_commands condition.
8940         * tui/tui-layout.c (tui_toggle_layout_command)
8941         (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove.
8942         (_initialize_tui_layout): Remove xdb_commands for td and ts.
8943         * tui/tui-regs.c (tui_scroll_regs_forward_command)
8944         (tui_scroll_regs_backward_command): Remove.
8945         (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r.
8946         * tui/tui-win.c (tui_xdb_set_win_height_command): Remove.
8947         (_initialize_tui_win): Remove xdb_commands for U and w.
8948         * utils.c (pagination_on_command, pagination_off_command): Remove.
8949         (initialize_utils): Remove xdb_commands for am and sm.
8950
8951 2015-04-10  Pedro Alves  <palves@redhat.com>
8952
8953         * infrun.c (displaced_step_fixup): Switch to the event ptid
8954         earlier.  If the thread stopped for a watchpoint and the
8955         target/arch has non-continuable watchpoints, cancel the displaced
8956         step.
8957         (resume): Don't start a displaced step if in-line step-over info
8958         is valid.
8959
8960 2015-04-10  Pedro Alves  <palves@redhat.com>
8961
8962         * infrun.c (displaced_step_in_progress): New function.
8963         (do_target_resume): Advise target to report all signals if
8964         displaced stepping.
8965
8966 2015-04-10  Pedro Alves  <palves@redhat.com>
8967
8968         PR gdb/18216
8969         * infrun.c (process_event_stop_test): Don't assume a step-resume
8970         is set if tp->stepped_breakpoint is true.
8971
8972 2015-04-10  Yao Qi  <yao.qi@linaro.org>
8973
8974         * arm-tdep.c (install_alu_reg): Update comment.
8975         (thumb_copy_alu_reg): Remove local variable rn.  Update
8976         debugging message.  Use r2 instead of r1 in the modified
8977         instruction.
8978
8979 2015-04-10  Pedro Alves  <palves@redhat.com>
8980
8981         PR gdb/13858
8982         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install
8983         linux_displaced_step_location as gdbarch_displaced_step_location
8984         hook.
8985         * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
8986         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
8987         * linux-tdep.c (linux_displaced_step_location): New function,
8988         based on ppc_linux_displaced_step_location.
8989         * linux-tdep.h (linux_displaced_step_location): New declaration.
8990         * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete.
8991         (ppc_linux_inferior_created, ppc_linux_displaced_step_location):
8992         Delete.
8993         (ppc_linux_init_abi): Install linux_displaced_step_location as
8994         gdbarch_displaced_step_location hook, even without Cell/B.E..
8995         (_initialize_ppc_linux_tdep): Don't install
8996         ppc_linux_inferior_created as inferior_created observer.
8997         * s390-linux-tdep.c (s390_gdbarch_init): Install
8998         linux_displaced_step_location as gdbarch_displaced_step_location
8999         hook.
9000
9001 2015-04-09  Gary Benson <gbenson@redhat.com>
9002
9003         * common/common-remote-fileio.h: Rename to...
9004         * common/fileio.h: ...this.  Update all references.
9005         (remote_fileio_to_fio_error): Rename to...
9006         (host_to_fileio_error): ...this.
9007         (remote_fileio_to_be): Rename to...
9008         (host_to_bigendian): ...this.  Update all callers.
9009         (remote_fileio_to_fio_uint): Rename to...
9010         (host_to_fileio_uint): ...this.  Update all callers.
9011         (remote_fileio_to_fio_time): Rename to...
9012         (host_to_fileio_time): ...this.  Update all callers.
9013         (remote_fileio_to_fio_stat): Rename to...
9014         (host_to_fileio_stat): ...this.
9015         Update all references.
9016         * common/common-remote-fileio.c: Rename to...
9017         * common/fileio.c: ...this.  Update all references.
9018         (remote_fileio_to_fio_error): Rename to...
9019         (host_to_fileio_error): ...this.  Update all callers.
9020         (remote_fileio_mode_to_target): Rename to...
9021         (fileio_mode_pack): ...this.  Update all callers.
9022         (remote_fileio_to_fio_mode): Rename to...
9023         (host_to_fileio_mode): ...this.  Update all callers.
9024         (remote_fileio_to_fio_ulong): Rename to...
9025         (host_to_fileio_ulong): ...this.  Update all callers.
9026         (remote_fileio_to_fio_stat): Rename to...
9027         (host_to_fileio_stat): ...this.  Update all callers.
9028
9029 2015-04-09  Andy Wingo  <wingo@igalia.com>
9030
9031         * guile/scm-frame.c (gdbscm_frame_read_register): New function.
9032         (frame_functions): Bind gdbscm_frame_read_register to
9033         frame-read-register.
9034         * guile/lib/gdb.scm (frame-read-register): Export.
9035
9036 2015-04-09  Gary Benson <gbenson@redhat.com>
9037
9038         * common/common-remote-fileio.h (remote_fileio_to_fio_error):
9039         New declaration.
9040         * common/common-remote-fileio.c (remote_fileio_to_fio_error):
9041         New function, factored out the named functions below.
9042         * inf-child.c (gdb/fileio.h): Remove include.
9043         (common-remote-fileio.h): New include.
9044         (inf_child_errno_to_fileio_error): Remove function.  Update
9045         all callers to use remote_fileio_to_fio_error.
9046         * remote-fileio.c (remote_fileio_errno_to_target): Likewise.
9047
9048 2015-04-09  Andy Wingo  <wingo@igalia.com>
9049
9050         * MAINTAINERS (Write After Approval): Add Andy Wingo.
9051
9052 2015-04-09  H.J. Lu  <hongjiu.lu@intel.com>
9053
9054         * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir.
9055         Replace $zlibdir with $ZLIBDIR in LDFLAGS.
9056         * configure: Regenerated.
9057
9058 2015-04-09  Pedro Alves  <palves@redhat.com>
9059
9060         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
9061         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
9062         * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
9063         * gnulib/import/Makefile.am: Update.
9064         * gnulib/import/Makefile.in: Update.
9065         * gnulib/import/m4/gnulib-cache.m4: Update.
9066         * gnulib/import/m4/gnulib-comp.m4: Update.
9067         * gnulib/import/m4/strtok_r.m4: New file.
9068         * gnulib/import/strtok_r.c: New file.
9069
9070 2015-04-09  Pedro Alves  <palves@redhat.com>
9071
9072         * gnulib/update-gnulib.sh (aclocal version check): Filter out
9073         "called too early to check prototype".
9074
9075 2015-04-08  Sergio Durigan Junior  <sergiodj@redhat.com>
9076
9077         PR python/16699
9078         * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not
9079         use a caching mechanism.  Adjust comments and code to reflect
9080         that.  Replace 'sizeof' by 'strlen' when fetching 'wordobj'.
9081         (cmdpy_completer_handle_brkchars): Adjust call to
9082         cmdpy_completer_helper.  Call Py_XDECREF for 'resultobj'.
9083         (cmdpy_completer): Likewise.
9084
9085 2015-04-08  Yao Qi  <yao.qi@linaro.org>
9086
9087         * spu-tdep.c (spu_gdbarch_init): Don't call
9088         set_gdbarch_cannot_step_breakpoint.
9089
9090 2015-04-07  Sergio Durigan Junior  <sergiodj@redhat.com>
9091
9092         * linux-tdep.c (decode_vmflags): Initialize 'saveptr'.
9093
9094 2015-04-07  Pedro Alves  <palves@redhat.com>
9095
9096         * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ...
9097         (ALL_THREADS_SAFE): ... this, and don't skip exited threads.
9098         (delete_exited_threads): New declaration.
9099         * infrun.c (follow_exec): Use ALL_THREADS_SAFE.
9100         * linux-nat.c (linux_nat_update_thread_list): New function.
9101         (linux_nat_add_target): Install it.
9102         * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE.
9103         * thread.c (prune_threads): Use ALL_THREADS_SAFE.
9104         (delete_exited_threads): New function.
9105
9106 2015-04-07  Pedro Alves  <pedro@codesourcery.com>
9107
9108         * infrun.c (resume) <displaced stepping debug output>: Get the
9109         leader thread's regcache, not resume_ptid's.
9110
9111 2015-04-06  Doug Evans  <xdje42@gmail.com>
9112
9113         * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as
9114         VAR_DOMAIN.
9115         (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters.
9116         Include symbol domain in debugging output.
9117
9118 2015-04-06  Pedro Alves  <palves@redhat.com>
9119             Bernd Edlinger  <bernd.edlinger@hotmail.de>
9120
9121         * configure.ac: Remove the mingw32-specific stub-termcap.o
9122         fallback, and instead fallback to the stub termcap on all hosts.
9123         * configure: Regenerate.
9124         * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak
9125         symbols.
9126
9127 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9128
9129         * gdbtypes.c (is_dynamic_type_internal): Remove the unused
9130         "top_level" parameter.
9131         (resolve_dynamic_type_internal): Remove the unused "top_level"
9132         parameter.  Update call to is_dynamic_type_internal.
9133         (is_dynamic_type): Update call to is_dynamic_type_internal.
9134         (resolve_dynamic_range): Update call to
9135         resolve_dynamic_type_internal.
9136         (resolve_dynamic_union): Likewise.
9137         (resolve_dynamic_struct): Likewise.
9138         (resolve_dynamic_type): Likewise.
9139
9140 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9141
9142         * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
9143         TYPE_CODE_REF types so that they are not considered as dynamic
9144         depending on the referenced type.
9145         (resolve_dynamic_type_internal): Likewise.
9146
9147 2015-04-02  H.J. Lu  <hongjiu.lu@intel.com>
9148
9149         * Makefile.in (top_srcdir): New.
9150         * configure: Regenerated.
9151
9152 2015-04-02  Gary Benson <gbenson@redhat.com>
9153
9154         * NEWS: Announce the new default sysroot of "target:".
9155
9156 2015-04-02  Gary Benson <gbenson@redhat.com>
9157
9158         * main.c (captured_main): Set gdb_sysroot to "target:"
9159         if not otherwise set.
9160
9161 2015-04-02  Gary Benson <gbenson@redhat.com>
9162
9163         * exec.c (exec_file_attach): Support "target:" filenames.
9164
9165 2015-04-02  Gary Benson <gbenson@redhat.com>
9166
9167         * solib.c (solib_find): Strip "target:" prefix from sysroot
9168         if accessing local files.
9169
9170 2015-04-02  Gary Benson <gbenson@redhat.com>
9171
9172         * symfile.c (symfile_bfd_open): Reorder to remove duplicated
9173         checks and error messages.
9174
9175 2015-04-02  Gary Benson <gbenson@redhat.com>
9176
9177         * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition.
9178         (remote_filename_p): Remove declaration.
9179         (remote_bfd_open): Likewise.
9180         * remote.c (remote_bfd_iovec_open): Remove function.
9181         (remote_bfd_iovec_close): Likewise.
9182         (remote_bfd_iovec_pread): Likewise.
9183         (remote_bfd_iovec_stat): Likewise.
9184         (remote_filename_p): Likewise.
9185         (remote_bfd_open): Likewise.
9186         * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration.
9187         * symfile.c (separate_debug_file_exists): Use gdb_bfd_open.
9188         (gdb_bfd_open_maybe_remote): Remove function.
9189         (symfile_bfd_open):  Replace remote filename check with
9190         target filename check.
9191         (reread_symbols): Use gdb_bfd_open.
9192         * build-id.c (gdbcore.h): New include.
9193         (build_id_to_debug_bfd): Use gdb_bfd_open.
9194         * infcmd.c (attach_command_post_wait): Remove remote filename
9195         check.
9196         * solib.c (solib_find): Replace remote-specific handling with
9197         target-specific handling.  Update comments where necessary.
9198         (solib_bfd_open): Replace remote-specific handling with
9199         target-specific handling.
9200         (gdb_sysroot_changed): New function.
9201         (_initialize_solib): Call the above when gdb_sysroot changes.
9202         * windows-tdep.c (gdbcore.h): New include.
9203         (windows_xfer_shared_library): Use gdb_bfd_open.
9204
9205 2015-04-02  Gary Benson <gbenson@redhat.com>
9206
9207         * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition.
9208         (is_target_filename): New declaration.
9209         (gdb_bfd_has_target_filename): Likewise.
9210         (gdb_bfd_open): Update documentation comment.
9211         * gdb_bfd.c (target.h): New include.
9212         (gdb/fileio.h): Likewise.
9213         (is_target_filename): New function.
9214         (gdb_bfd_has_target_filename): Likewise.
9215         (fileio_errno_to_host): Likewise.
9216         (gdb_bfd_iovec_fileio_open): Likewise.
9217         (gdb_bfd_iovec_fileio_pread): Likewise.
9218         (gdb_bfd_iovec_fileio_close): Likewise.
9219         (gdb_bfd_iovec_fileio_fstat): Likewise.
9220         (gdb_bfd_open): Use target fileio to access paths prefixed
9221         with "target:" where necessary.
9222
9223 2015-04-02  Gary Benson <gbenson@redhat.com>
9224
9225         * target.h (struct target_ops) <to_filesystem_is_local>:
9226         New field.
9227         (target_filesystem_is_local): New macro.
9228         * target-delegates.c: Regenerate.
9229         * remote.c (remote_filesystem_is_local): New function.
9230         (init_remote_ops): Initialize to_filesystem_is_local.
9231
9232 2015-04-02  Gary Benson <gbenson@redhat.com>
9233
9234         * target.h (struct target_ops) <to_fileio_fstat>: New field.
9235         (target_fileio_fstat): New declaration.
9236         * target.c (target_fileio_fstat): New function.
9237         * inf-child.c (inf_child_fileio_fstat): Likewise.
9238         (inf_child_target): Initialize to_fileio_fstat.
9239         * remote.c (init_remote_ops): Likewise.
9240
9241 2015-04-01  Sasha Smundak  <asmundak@google.com>
9242
9243         * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o.
9244         (SUBDIR_PYTHON_SRCS): Add py-unwind.c.
9245         (py-unwind.o): New recipe.
9246         * NEWS: mention Python frame unwinding.
9247         * data-directory/Makefile.in (PYTHON_FILE_LIST): Add
9248         gdb/unwinder.py and gdb/command/unwinder.py
9249         * python/lib/gdb/__init__.py (packages): Add frame_unwinders
9250         list.
9251         (execute_unwinders): New function.
9252         * python/lib/gdb/command/unwinders.py: New file.
9253         * python/lib/gdb/unwinder.py: New file.
9254         * python/py-objfile.c (objfile_object): Add frame_unwinders field.
9255         (objfpy_dealloc): Decrement frame_unwinders reference count.
9256         (objfpy_initialize): Create frame_unwinders list.
9257         (objfpy_get_frame_unwinders): New function.
9258         (objfpy_set_frame_unwinders): Ditto.
9259         (objfile_getset): Add frame_unwinders attribute to Objfile.
9260         * python/py-progspace.c (pspace_object): Add frame_unwinders field.
9261         (pspy_dealloc): Decrement frame_unwinders reference count.
9262         (pspy_initialize): Create frame_unwinders list.
9263         (pspy_get_frame_unwinders): New function.
9264         (pspy_set_frame_unwinders): Ditto.
9265         (pspy_getset): Add frame_unwinders attribute to gdb.Progspace.
9266         * python/py-unwind.c: New file.
9267         * python/python-internal.h (pspy_get_name_unwinders): New prototype.
9268         (objpy_get_frame_unwinders): New prototype.
9269         (gdbpy_initialize_unwind): New prototype.
9270         * python/python.c (gdbpy_apply_type_printers): Call
9271         gdbpy_initialize_unwind.
9272
9273 2015-04-01  Pedro Alves  <palves@redhat.com>
9274
9275         * infrun.c (resume): Check currently_stepping after clearing
9276         stepped_breakpoint, not before.
9277
9278 2015-04-01  Pedro Alves  <palves@redhat.com>
9279
9280         * infrun.c (print_target_wait_results): Print all the ptid
9281         elements.
9282
9283 2015-04-01  Pedro Alves  <palves@redhat.com>
9284
9285         * infrun.c (keep_going): Also discard cleanups if inserting
9286         breakpoints fails.
9287
9288 2015-04-01  Pedro Alves  <palves@redhat.com>
9289
9290         * infrun.c (wait_for_inferior): Install the
9291         finish_thread_state_cleanup cleanup across the whole function, not
9292         just around handle_inferior_event.
9293
9294 2015-04-01  Pedro Alves  <palves@redhat.com>
9295
9296         * infrun.c (resume) <step past permanent breakpoint>: Use
9297         do_target_resume.
9298
9299 2015-04-01  Pedro Alves  <palves@redhat.com>
9300
9301         * linux-nat.c (linux_handle_extended_wait): Always call set_running.
9302
9303 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
9304
9305         * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
9306
9307 2015-04-01  Pedro Alves  <palves@redhat.com>
9308
9309         * linux-thread-db.c (record_thread): Readd the thread to gdb's
9310         list if it was marked exited.
9311
9312 2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
9313
9314         * configure: Regenerated.
9315
9316 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
9317             Jan Kratochvil  <jan.kratochvil@redhat.com>
9318             Oleg Nesterov  <oleg@redhat.com>
9319
9320         PR corefiles/16092
9321         * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'.
9322         New enum identifying the various options of the coredump_filter
9323         file.
9324         (struct smaps_vmflags): New struct.
9325         (use_coredump_filter): New variable.
9326         (decode_vmflags): New function.
9327         (mapping_is_anonymous_p): Likewise.
9328         (dump_mapping_p): Likewise.
9329         (linux_find_memory_regions_full): New variables
9330         'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'.
9331         Removed variable 'modified'.  Read /proc/<PID>/smaps file; improve
9332         parsing of its information.  Implement memory mapping filtering
9333         based on its contents.
9334         (show_use_coredump_filter): New function.
9335         (_initialize_linux_tdep): New command 'set use-coredump-filter'.
9336         * NEWS: Mention the possibility of using the
9337         '/proc/PID/coredump_filter' file when generating a corefile.
9338         Mention new command 'set use-coredump-filter'.
9339
9340 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
9341
9342         * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by
9343         read_memory_unsigned_integer.
9344
9345 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
9346
9347         * Makefile.in (ZLIB): New.
9348         (ZLIBINC): Likewise.
9349         (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC).
9350         (CLIBS): Add $(ZLIB).
9351         * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS.
9352         Add -lz to LIBS.
9353         * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
9354         * top.c (print_gdb_configuration): Remove --with-zlib and
9355         --without-zlib.
9356         * config.in: Regenerated.
9357         * configure: Likewise.
9358
9359 2015-03-31  Antoine Tremblay  <antoine.tremblay@ericsson.com>
9360
9361         * NEWS: Mention info os cpus support.
9362         * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
9363         (struct osdata_type): Add cpus entry, reorder the entries in
9364         alphabetical order.
9365
9366 2015-03-31  Matthias Klose  <doko@ubuntu.com>
9367
9368         * compile/compile.c (compile_to_object): Allow triplets with or
9369         without vendor set.
9370
9371 2015-03-30  Doug Evans  <dje@google.com>
9372
9373         PR c++/18141
9374         * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
9375         klass in VAR_DOMAIN.
9376
9377 2015-03-30  Gary Benson <gbenson@redhat.com>
9378
9379         * remote.c (remote_mourn_1): Remove function.  Update all callers
9380         to use remote_mourn.
9381         (extended_remote_mourn_1): Remove function.  Update all callers
9382         to use extended_remote_mourn.
9383         (extended_remote_attach_1): Remove function.  Update all callers
9384         to use extended_remote_attach.
9385
9386 2015-03-28  James Bowman  <james.bowman@ftdichip.com>
9387
9388         * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o.
9389         (HFILES_NO_SRCDIR): Add ft32-tdep.h.
9390         (ALLDEPFILES): Add ft32-tdep.c.
9391         * configure.tgt: Add FT32 entry.
9392         * ft32-tdep.c: New file, FT32 target-dependent code.
9393         * ft32-tdep.h: New file, FT32 target-dependent code.
9394
9395 2015-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
9396
9397         Revert:
9398         2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9399         Code cleanup.
9400         * printcmd.c (print_command_1): Move expr variable scope.
9401
9402 2015-03-27  Joel Brobecker  <brobecker@adacore.com>
9403
9404         * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL.
9405
9406 2015-03-27  Andrzej Kaczmarek  <andrzej.kaczmarek@tieto.com>
9407
9408         * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special
9409         sections.
9410
9411 2015-03-26  Joel Brobecker  <brobecker@adacore.com>
9412
9413         * dtrace-probe.c (dtrace_process_dof_probe): Contain any
9414         exception raised while parsing the probe arguments.
9415         Force parsing to be done using the C language parser.
9416         * expression.h (parse_expression_with_language): Declare.
9417         * parse.c (parse_expression_with_language): New function.
9418
9419 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
9420
9421         * MAINTAINERS (Write After Approval): Add "Jon Turney".
9422
9423 2015-03-26  Andy Wingo  <wingo@igalia.com>
9424
9425         PR symtab/18148
9426         * dwarf2read.c (struct partial_die_info): Add has_const_value
9427         member.
9428         (add_partial_symbol): Don't punt on symbols that have const_value
9429         attributes.
9430         (read_partial_die): Detect DW_AT_const_value.
9431
9432 2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9433
9434         Code cleanup.
9435         * printcmd.c (print_command_1): Move expr variable scope.
9436
9437 2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9438
9439         Code cleanup.
9440         * printcmd.c (validate_format): Make the parameter cmdname const.
9441
9442 2015-03-26  Don Breazeal  <donb@codesourcery.com>
9443
9444         * remote.c (_initialize_remote): Update comment.
9445
9446 2015-03-26  Pedro Alves  <palves@redhat.com>
9447             Jon TURNEY  <jon.turney@dronecode.org.uk>
9448
9449         * coffread.c (coff_symfile_read): When constructing the name of an
9450         import stub symbol from import symbol for amd64, only skip the
9451         char after _imp_ if the target is underscored (like i386) and the
9452         char is indeed the target's leading char.
9453
9454 2015-03-25  Pedro Alves  <palves@redhat.com>
9455
9456         * target.h <to_async>: Replace 'callback' and 'context' parameters
9457         with boolean 'enable' parameter.
9458         (target_async): Replace CALLBACK and CONTEXT parameters with
9459         boolean ENABLE parameter.
9460         * inf-loop.c (inferior_event_handler): Adjust.
9461         * linux-nat.c (linux_nat_attach, linux_nat_resume)
9462         (linux_nat_resume): Adjust.
9463         (async_client_callback, async_client_context): Delete.
9464         (handle_target_event): Call inferior_event_handler directly.
9465         (linux_nat_async): Replace 'callback' and 'context' parameters
9466         with boolean 'enable' parameter.  Adjust.  Remove references to
9467         async_client_callback and async_client_context.
9468         (linux_nat_close): Adjust.
9469         * record-btrace.c (record_btrace_async): Replace 'callback' and
9470         'context' parameters with boolean 'enable' parameter.  Adjust.
9471         (record_btrace_resume): Adjust.
9472         * record-full.c (record_full_async): Replace 'callback' and
9473         'context' parameters with boolean 'enable' parameter.  Adjust.
9474         (record_full_resume, record_full_core_resume): Adjust.
9475         * remote.c (struct remote_state) <async_client_callback,
9476         async_client_context>: Delete fields.
9477         (remote_start_remote, extended_remote_attach_1, remote_resume)
9478         (extended_remote_create_inferior): Adjust.
9479         (remote_async_serial_handler): Call inferior_event_handler
9480         directly.
9481         (remote_async): Replace 'callback' and 'context' parameters with
9482         boolean 'enable' parameter.  Adjust.
9483         * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper):
9484         Adjust.
9485         * target-delegates.c: Regenerate.
9486
9487 2015-03-25  Gary Benson <gbenson@redhat.com>
9488             Pedro Alves  <palves@redhat.com>
9489
9490         * target.c (fileio_ft_t): New typedef, define object vector.
9491         (fileio_fhandles): New static variable.
9492         (is_closed_fileio_fh): New macro.
9493         (lowest_closed_fd): New static variable.
9494         (acquire_fileio_fd): New function.
9495         (release_fileio_fd): Likewise.
9496         (fileio_fd_to_fh): New macro.
9497         (target_fileio_open): Wrap the file descriptor on success.
9498         (target_fileio_pwrite): Updated to use wrapped file descriptor.
9499         (target_fileio_pread): Likewise.
9500         (target_fileio_close): Likewise.
9501
9502 2015-03-24  Pedro Alves  <palves@redhat.com>
9503
9504         * thread.c (thread_apply_all_command): Take exited threads into
9505         account.
9506
9507 2015-03-24  Pedro Alves  <palves@redhat.com>
9508
9509         * infrun.c (resume, proceed): Mention
9510         switch_back_to_stepped_thread, not switch_back_to_stepping.
9511
9512 2015-03-24  Pedro Alves  <palves@redhat.com>
9513
9514         * infrun.c (user_visible_resume_ptid): Rewrite going from
9515         most-locked to unlocked instead of the opposite.  Move comment ...
9516         * infrun.h (user_visible_resume_ptid): ... here.
9517
9518 2015-03-24  Pedro Alves  <palves@redhat.com>
9519
9520         * linux-nat.c (linux_nat_resume): Output debug logs before trying
9521         to resume the event lwp.  Use the lwp's ptid instead of the passed
9522         in (maybe wildcard) ptid.
9523         (stop_wait_callback): Tweak debug log output.
9524         (check_stopped_by_breakpoint): Tweak debug log output.  Also dump
9525         TRAP_TRACE.
9526         (linux_nat_filter_event): In debug output, distinguish a
9527         resume_stop SIGSTOP from a delayed SIGSTOP.  Output debug logs
9528         before trying to resume the lwp.
9529
9530 2015-03-24  Joel Brobecker  <brobecker@adacore.com>
9531
9532         * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove
9533         pointer indirection.
9534         * gdbtypes.c (get_dyn_prop): Adjust, following change above.
9535         (add_dyn_prop, copy_dynamic_prop_list): Likewise.
9536
9537 2015-03-24  Joel Brobecker  <brobecker@adacore.com>
9538
9539         * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>:
9540         Renames DYN_ATTR_DATA_LOCATION.
9541         (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of
9542         DYN_ATTR_DATA_LOCATION.
9543         * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION
9544         instead of DYN_ATTR_DATA_LOCATION.
9545
9546 2015-03-24  Pedro Alves  <palves@redhat.com>
9547
9548         * breakpoint.c (until_break_command): Adjust call to proceed.
9549         * gdbthread.h (struct thread_control_state) <stepping_command>:
9550         New field.
9551         * infcall.c (run_inferior_call): Adjust call to proceed.
9552         * infcmd.c (run_command_1, proceed_thread_callback, continue_1):
9553         Adjust calls to proceed.
9554         (set_step_frame): Set the current thread's step_start_function
9555         here.
9556         (step_once): Adjust calls to proceed.
9557         (jump_command, signal_command, until_next_command)
9558         (finish_backward, finish_forward, proceed_after_attach_callback)
9559         (attach_command_post_wait): Adjust calls to proceed.
9560         * infrun.c (proceed_after_vfork_done): Adjust call to proceed.
9561         (do_target_resume): New function, factored out from ...
9562         (resume): ... here.  Remove 'step' parameter.  Instead, check
9563         currently_stepping to determine whether the thread should be
9564         single-stepped.
9565         (proceed): Remove 'step' parameter and don't set the thread's
9566         step_start_function here.  Adjust call to 'resume'.
9567         (handle_inferior_event): Adjust calls to 'resume'.
9568         (switch_back_to_stepped_thread): Use do_target_resume instead of
9569         'resume'.
9570         (keep_going): Adjust calls to 'resume'.
9571         * infrun.h (proceed): Remove 'step' parameter.
9572         (resume): Likewise.
9573         * windows-nat.c (do_initial_windows_stuff): Adjust call to
9574         'resume'.
9575         * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'.
9576
9577 2015-03-24  Pedro Alves  <palves@redhat.com>
9578
9579         * gdbthread.h (struct thread_control_state) <stepping_command>:
9580         New field.
9581         * infcmd.c (step_once): Pass step=1 to clear_proceed_status.  Set
9582         the thread's stepping_command field.
9583         * infrun.c (resume): Check the thread's stepping_command flag to
9584         determine which threads should be resumed.  Rename 'entry_step'
9585         local to user_step.
9586         (clear_proceed_status_thread): Clear 'stepping_command'.
9587         (schedlock_applies): Change parameter type to struct thread_info
9588         pointer.  Adjust.
9589         (find_thread_needs_step_over): Remove 'step' parameter.  Adjust.
9590         (switch_back_to_stepped_thread): Adjust calls to
9591         'schedlock_applies'.
9592         (_initialize_infrun): Adjust "set scheduler-locking step" help.
9593
9594 2015-03-24  Pedro Alves  <palves@redhat.com>
9595
9596         * infrun.c (step_start_function): Delete and ...
9597         * gdbthread.h (struct thread_control_state) <step_start_function>:
9598         ... now a field here.
9599         * infrun.c (clear_proceed_status_thread): Clear the thread's
9600         step_start_function.
9601         (proceed, process_event_stop_test, print_stop_event): Adjust.
9602
9603 2015-03-24  Pedro Alves  <palves@redhat.com>
9604
9605         * infrun.c (proceed): No longer handle negative step.
9606
9607 2015-03-24  Gary Benson  <gbenson@redhat.com>
9608
9609         * nat/x86-linux.h (x86_linux_new_thread): New declaration.
9610         (x86_linux_prepare_to_resume): Likewise.
9611         * x86-linux-nat.c (x86_linux_new_thread):
9612         Moved to nat/x86-linux.c.
9613         (x86_linux_prepare_to_resume): Likewise.
9614         * nat/x86-linux.c (x86_linux_new_thread): New function.
9615         (x86_linux_prepare_to_resume): Likewise.
9616
9617 2015-03-24  Gary Benson  <gbenson@redhat.com>
9618
9619         * nat/x86-linux-dregs.h: New file.
9620         * nat/x86-linux-dregs.c: Likewise.
9621         * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
9622         (x86-linux-dregs.o): New rule.
9623         * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
9624         * config/i386/linux64.mh (NATDEPFILES): Likewise.
9625         * x86-linux-nat.c: Include nat/x86-linux-dregs.h.
9626         (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
9627         (x86_linux_dr_get): Likewise.
9628         (x86_linux_dr_set): Likewise.
9629         (x86_linux_dr_get_addr): Likewise.
9630         (x86_linux_dr_get_control): Likewise.
9631         (x86_linux_dr_get_status): Likewise.
9632         (update_debug_registers_callback): Likewise.
9633         (x86_linux_dr_set_control): Likewise.
9634         (x86_linux_dr_set_addr): Likewise.
9635         (x86_linux_update_debug_registers): Likewise.
9636
9637 2015-03-24  Gary Benson  <gbenson@redhat.com>
9638
9639         * x86-linux-nat.c (x86_linux_update_debug_registers):
9640         New function, factored out from...
9641         (x86_linux_prepare_to_resume): ...this.
9642
9643 2015-03-24  Gary Benson  <gbenson@redhat.com>
9644
9645         * x86-linux-nat.c (x86_linux_dr_get): Update comments.
9646         (x86_linux_dr_set): Likewise.
9647         (x86_linux_dr_get_addr): Likewise.
9648         (x86_linux_dr_get_control): Likewise.
9649         (x86_linux_dr_get_status): Likewise.
9650         (update_debug_registers_callback): Likewise.
9651         (x86_linux_dr_set_control): Likewise.
9652         (x86_linux_dr_set_addr): Likewise.
9653         (x86_linux_prepare_to_resume): Likewise.
9654         (x86_linux_new_thread): Likewise.
9655
9656 2015-03-24  Gary Benson  <gbenson@redhat.com>
9657
9658         * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion.
9659         (x86_linux_new_thread): Rename argument.
9660
9661 2015-03-24  Gary Benson  <gbenson@redhat.com>
9662
9663         * nat/x86-linux.h: New file.
9664         * nat/x86-linux.c: Likewise.
9665         * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h.
9666         (x86-linux.o): New rule.
9667         * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o.
9668         * config/i386/linux64.mh (NATDEPFILES): Likewise.
9669         * nat/linux-nat.h (struct arch_lwp_info): New forward declaration.
9670         (lwp_set_arch_private_info): New declaration.
9671         (lwp_arch_private_info): Likewise.
9672         * linux-nat.c (lwp_set_arch_private_info): New function.
9673         (lwp_arch_private_info): Likewise.
9674         * x86-linux-nat.c: Include nat/x86-linux.h.
9675         (arch_lwp_info): Removed structure.
9676         (update_debug_registers_callback):
9677         Use lwp_set_debug_registers_changed.
9678         (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
9679         and lwp_set_debug_registers_changed.
9680         (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
9681
9682 2015-03-24  Gary Benson  <gbenson@redhat.com>
9683
9684         * nat/linux-nat.h (ptid_of_lwp): New declaration.
9685         (lwp_is_stopped): Likewise.
9686         (lwp_stop_reason): Likewise.
9687         * linux-nat.c (ptid_of_lwp): New function.
9688         (lwp_is_stopped): Likewise.
9689         (lwp_is_stopped_by_watchpoint): Likewise.
9690         * x86-linux-nat.c (update_debug_registers_callback):
9691         Use lwp_is_stopped.
9692         (x86_linux_prepare_to_resume): Use ptid_of_lwp and
9693         lwp_stop_reason.
9694
9695 2015-03-24  Gary Benson  <gbenson@redhat.com>
9696
9697         * linux-nat.h (linux_stop_lwp): Move declaration to...
9698         * nat/linux-nat.h (linux_stop_lwp): New declaration.
9699
9700 2015-03-24  Gary Benson  <gbenson@redhat.com>
9701
9702         * linux-nat.h: Include nat/linux-nat.h.
9703         (iterate_over_lwps): Move declaration to nat/linux-nat.h.
9704         * nat/linux-nat.h (struct lwp_info): New forward declaration.
9705         (iterate_over_lwps_ftype): New typedef.
9706         (iterate_over_lwps): New declaration.
9707         * linux-nat.h (iterate_over_lwps): Update comment.  Use
9708         iterate_over_lwps_ftype.  Update callback return value check.
9709
9710 2015-03-24  Gary Benson  <gbenson@redhat.com>
9711
9712         * x86-nat.h (x86_debug_reg_state): Move declaration to...
9713         * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
9714
9715 2015-03-24  Gary Benson  <gbenson@redhat.com>
9716
9717         * nat/linux-nat.h (current_lwp_ptid): New declaration.
9718         * linux-nat.c (current_lwp_ptid): New function.
9719         * x86-linux-nat.c: Include nat/linux-nat.h.
9720         (x86_linux_dr_get_addr): Use current_lwp_ptid.
9721         (x86_linux_dr_get_control): Likewise.
9722         (x86_linux_dr_get_status): Likewise.
9723         (x86_linux_dr_set_control): Likewise.
9724         (x86_linux_dr_set_addr): Likewise.
9725
9726 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
9727
9728         PR breakpoints/16466
9729         * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
9730
9731 2015-03-23  Joel Brobecker  <brobecker@adacore.com>
9732
9733         * ser-mingw.c (ser_windows_setparity): Fix indentation.
9734         * ser-unix.c (hardwire_setparity): Likewise.
9735
9736 2015-03-23  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
9737
9738         * NEWS: Mention set/show serial parity command.
9739         * monitor.c (monitor_open): Call serial_setparity.
9740         * remote.c (remote_open_1): Likewise.
9741         * ser-base.c (ser_base_serparity): New function.
9742         * ser-base.h (ser_base_setparity): Add  declaration.
9743         * ser-go32.c (dos_ops): Set "setparity" field.
9744         * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
9745         state.Parity.
9746         (ser_windows_setparity): New function.
9747         (hardwire_ops): Add ser_windows_setparity.
9748         (tty_ops): Add NULL for setparity field.
9749         (pipe_ops): Add ser_base_setparity.
9750         (tcp_ops): Likewise.
9751         * ser-pipe.c (pipe_ops): Likewise.
9752         * ser-tcp.c (tcp_ops): Likewise.
9753         * ser-unix.c (hardwire_setparity): Add declaration.
9754         (hardwire_raw): Don't reset PARENB flag.
9755         (hardwire_setparity): New function.
9756         (hardwire_ops): Add hardwire_setparity.
9757         * serial.c (serial_setparity): New function.
9758         (serial_parity): New global.
9759         (parity_none, parity_odd, parity_even, parity_enums, parity):
9760         New static globals.
9761         (set_parity): New function.
9762         (_initialize_serial): Add set/show serial parity commands.
9763         * serial.h (GDBPARITY_NONE): Define.
9764         (GDBPARITY_ODD): Define.
9765         (GDBPARITY_EVEN): Define.
9766         (serial_setparity) Add declaration.
9767         (struct serial_ops): Add setparity field.
9768         * target.h (serial_parity): Add declaration.
9769
9770 2015-03-23  Keith Seitz  <keiths@redhat.com>
9771
9772         * linespec.c (linespec_lexer_lex_keyword): Update comment.
9773
9774 2015-03-23  Keith Seitz  <keiths@redhat.com>
9775
9776         * breakpoint.c (parse_breakpoint_sals): Use
9777         linespec_lexer_lex_keyword to ascertain if the user specified
9778         a NULL location.
9779         * linespec.c [IF_KEYWORD_INDEX]: Define.
9780         (linespec_lexer_lex_keyword): Export.
9781         (struct ls_parser) <keyword_ok>: Remove.
9782         A keyword is only a keyword if not followed by another keyword.
9783         (linespec_lexer_lex_one): Remove keyword_ok handling.
9784         Add comment explaining why the parsing stream is not advanced
9785         when a keyword is seen.
9786         (parse_linespec): Remove parser->keyword_ok.
9787         * linespec.h (linespec_lexer_lex_keyword): Add declaration.
9788
9789 2015-03-23  Keith Seitz  <keiths@redhat.com>
9790
9791         PR gdb/18021
9792         * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
9793         if we find a static method with DW_AT_vtable_elem_location.
9794
9795 2015-03-21  Eli Zaretskii  <eliz@gnu.org>
9796
9797         * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
9798         before the second loop, to avoid undefined behavior.  Reported by
9799         Anton Blanchard <anton@samba.org>.
9800
9801 2015-03-20  Keven Boell  <keven.boell@intel.com>
9802
9803         * gdbtypes.c (resolve_dynamic_type_internal): Adapt
9804         data_location usage to linked list.
9805         (resolve_dynamic_type_internal): Adapt data_location to
9806         linked list.
9807         (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
9808         (copy_type_recursive, copy_type): Add copy of linked list.
9809         * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
9810         (struct dynamic_prop_list): New struct.
9811         * dwarf2read.c (set_die_type): Set data_location data.
9812
9813 2015-03-20  Pedro Alves  <palves@redhat.com>
9814
9815         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
9816         inner block and make it const.
9817         * machoread.c (get_archive_prefix_len): Make "lparen" const.
9818
9819 2015-03-20  Pedro Alves  <palves@redhat.com>
9820
9821         * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
9822         * breakpoint.h (set_breakpoint_condition): Update declaration.
9823
9824 2015-03-20  Pedro Alves  <palves@redhat.com>
9825
9826         * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
9827
9828 2015-03-20  Pedro Alves  <palves@redhat.com>
9829
9830         * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
9831
9832 2015-03-20  Pedro Alves  <palves@redhat.com>
9833
9834         * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
9835
9836 2015-03-20  Pedro Alves  <palves@redhat.com>
9837
9838         * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
9839         (nto_init_solib_absolute_prefix): Likewise.
9840
9841 2015-03-20  Pedro Alves  <palves@redhat.com>
9842
9843         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
9844         * spu-tdep.c (spu_gdbarch_init): Make "name" const.
9845
9846 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
9847
9848         * config/djgpp/README: Remove gdb.hp.
9849
9850 2015-03-20  Yao Qi  <yao.qi@linaro.org>
9851
9852         * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
9853         set_gdbarch_cannot_step_breakpoint.
9854
9855 2015-03-19  Pedro Alves  <palves@redhat.com>
9856
9857         * linux-nat.c (linux_resume_one_lwp): Rename to ...
9858         (linux_resume_one_lwp_throw): ... this.  Don't handle ESRCH here,
9859         instead call perror_with_name.
9860         (check_ptrace_stopped_lwp_gone): New function.
9861         (linux_resume_one_lwp): Reimplement as wrapper around
9862         linux_resume_one_lwp_throw that swallows errors if the LWP is
9863         gone.
9864         (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
9865         swallows errors if the LWP is gone.  Use
9866         linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
9867
9868 2015-03-19  Pedro Alves  <palves@redhat.com>
9869
9870         * linux-nat.c (status_callback): Return early if the LWP has no
9871         status pending.
9872
9873 2015-03-19  Pedro Alves  <palves@redhat.com>
9874
9875         * linux-nat.c (select_event_lwp_callback): Update comment to no
9876         longer mention SIGTRAP.
9877
9878 2015-03-18  Tristan Gingold  <gingold@adacore.com>
9879
9880         * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
9881         redirection code to ...
9882         (amd64_windows_frame_decode_insns): ... Here.  Fix in prologue
9883         checks.  Fix SAVE_NONVOL operations.  Add debug code and comments.
9884
9885 2015-03-18  Gary Benson <gbenson@redhat.com>
9886
9887         (remote_protocol_features): Remove the "vFile:fstat" feature.
9888         (remote_hostio_fstat): Probe for "vFile:fstat" support.
9889
9890 2015-03-11  Yao Qi  <yao.qi@linaro.org>
9891
9892         PR tdep/18107
9893         * aarch64-linux-tdep.c: Include xml-syscall.h
9894         (aarch64_linux_get_syscall_number): New function.
9895         (aarch64_linux_init_abi): Call
9896         set_gdbarch_get_syscall_number.
9897         * syscalls/aarch64-linux.xml: New file.
9898
9899 2015-03-17  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
9900
9901         * ser-base.h (ser_base_setstopbits): Change second argument name
9902         from "rate" to "num".
9903
9904 2015-03-17  Gary Benson <gbenson@redhat.com>
9905             Luke Allardyce <lukeallardyce@gmail.com>
9906
9907         PR gdb/18131
9908         * common/common-remote-fileio.h (sys/stat.h): New include.
9909         (stuct stat): Remove forward declaration.
9910
9911 2015-03-16  John Baldwin  <jhb@FreeBSD.org>
9912
9913         * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
9914         before writing core register notes.
9915
9916 2015-03-16  Yuanhui Zhang  <asmwarrior@gmail.com>
9917             Pedro Alves  <palves@redhat.com>
9918
9919         * gdb_curses.h (tgetnum): Mark with EXTERN_C.
9920         * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
9921         (tgoto): Wrap with extern "C".
9922
9923 2015-03-16  Pedro Alves  <palves@redhat.com>
9924             Yuanhui Zhang  <asmwarrior@gmail.com>
9925
9926         * stub-termcap.c (tputs): Change prototype.
9927
9928 2015-03-16  Yuanhui Zhang  <asmwarrior@gmail.com>
9929             Pedro Alves  <palves@redhat.com>
9930
9931         * windows-nat.c (struct thread_info_struct): Rename to ...
9932         (struct windows_thread_info_struct): ... this.
9933         (thread_info): Rename to ...
9934         (windows_thread_info): ... this.
9935         All users updated.
9936
9937 2015-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9938             Pedro Alves  <palves@redhat.com>
9939
9940         * NEWS: New Removed targets and native configurations.
9941
9942 2015-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9943
9944         Remove HPUX.
9945         * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
9946         (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
9947         (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
9948         ia64-hpux-tdep.h, solib-ia64-hpux.h.
9949         (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
9950         ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
9951         * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
9952         hppa-hpux-tdep.c.
9953         * config/ia64/hpux.mh: Remove file.
9954         * config/pa/hpux.mh: Remove file.
9955         * configure: Rebuilt.
9956         * configure.ac (dlgetmodinfo, somread.o): Remove.
9957         * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
9958         (ia64-*-hpux*): Remove its float format exception.
9959         * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
9960         * hppa-hpux-nat.c: Remove file.
9961         * hppa-hpux-tdep.c: Remove file.
9962         * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
9963         Move them here from hppa-tdep.h
9964         (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
9965         (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
9966         * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
9967         Move them to hppa-tdep.c.
9968         (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
9969         declarations.
9970         * ia64-hpux-nat.c: Remove file.
9971         * ia64-hpux-tdep.c: Remove file.
9972         * ia64-hpux-tdep.h: Remove file.
9973         * inf-ttrace.c: Remove file.
9974         * inf-ttrace.h: Remove file.
9975         * solib-ia64-hpux.c: Remove file.
9976         * solib-ia64-hpux.h: Remove file.
9977         * solib-pa64.c: Remove file.
9978         * solib-pa64.h: Remove file.
9979         * solib-som.c: Remove file.
9980         * solib-som.h: Remove file.
9981         * somread.c: Remove file.
9982
9983 2015-03-13  John Baldwin  <jhb@FreeBSD.org>
9984
9985         * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
9986         * config.in: Regenerate.
9987         * configure: Regenerate.
9988         * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
9989         define.
9990         (fbsd_find_memory_regions): Use kinfo_getvmmap to
9991         enumerate memory regions if present.
9992
9993 2015-03-13  John Baldwin  <jhb@FreeBSD.org>
9994
9995         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
9996         * i386fbsd-tdep.c: Fix style in various gdb_static_assert
9997         expressions.
9998         (i386fbsd_sigtramp_p): Likewise.
9999
10000 2015-03-12  John Baldwin  <jhb@FreeBSD.org>
10001
10002         * MAINTAINERS (Write After Approval): Add John Baldwin.
10003
10004 2015-03-12  Gary Benson <gbenson@redhat.com>
10005
10006         * solib.c (_initialize_solib): Make "set/show sysroot" use
10007         add_setshow_optional_filename_cmd so it can be restored to
10008         empty after being set.
10009
10010 2015-03-11  Sergio Durigan Junior  <sergiodj@redhat.com>
10011
10012         * Makefile.in (SFILES): New source break-catch-syscall.c.
10013         (COMMON_OBS): New object break-catch-syscall.o.
10014         * break-catch-syscall.c: New file.
10015         * breakpoint.c: Remove inclusion of "xml-syscall.h".
10016         (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
10017         (struct syscall_catchpoint): Likewise.
10018         (dtor_catch_syscall): Likewise.
10019         (catch_syscall_inferior_data): Likewise.
10020         (struct catch_syscall_inferior_data): Likewise.
10021         (get_catch_syscall_inferior_data): Likewise.
10022         (catch_syscall_inferior_data_cleanup): Likewise.
10023         (insert_catch_syscall): Likewise.
10024         (remove_catch_syscall): Likewise.
10025         (breakpoint_hit_catch_syscall): Likewise.
10026         (print_it_catch_syscall): Likewise.
10027         (print_one_catch_syscall): Likewise.
10028         (print_mention_catch_syscall): Likewise.
10029         (print_recreate_catch_syscall): Likewise.
10030         (catch_syscall_breakpoint_ops): Likewise.
10031         (syscall_catchpoint_p): Likewise.
10032         (create_syscall_event_catchpoint): Likewise.
10033         (catch_syscall_split_args): Likewise.
10034         (catch_syscall_command_1): Likewise.
10035         (is_syscall_catchpoint_enabled): Likewise.
10036         (catch_syscall_enabled): Likewise.
10037         (catching_syscall_number): Likewise.
10038         (catch_syscall_completer): Likewise.
10039         (clear_syscall_counts): Likewise.
10040         (initialize_breakpoint_ops): Move initialization of syscall
10041         catchpoints to break-catch-syscall.c.
10042         (_initialize_breakpoint): Move code related to syscall catchpoints
10043         to break-catch-syscall.c.
10044
10045 2015-03-11  Sergio Durigan Junior  <sergiodj@redhat.com>
10046
10047         * breakpoint.c (breakpoint_find_if): New function.
10048         * breakpoint.h (breakpoint_find_if): New prototype.
10049
10050 2015-03-11  Gary Benson <gbenson@redhat.com>
10051
10052         * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
10053         * remote-fileio.c (remote_fileio_to_host_uint): New function.
10054         (remote_fileio_to_host_ulong): Likewise.
10055         (remote_fileio_to_host_mode): Likewise.
10056         (remote_fileio_to_host_time): Likewise.
10057         (remote_fileio_to_host_stat): Likewise.
10058         * remote.c (PACKET_vFile_fstat): New enum value.
10059         (remote_protocol_features): Register the "vFile:fstat" feature.
10060         (remote_hostio_fstat): New function.
10061         (remote_bfd_iovec_stat): Use the above.
10062         (_initialize_remote): Register new "set/show remote
10063         hostio-fstat-packet" command.
10064         * symfile.c (separate_debug_file_exists): Update comment.
10065         * NEWS: Announce new vFile:fstat packet.
10066
10067 2015-03-11  Gary Benson <gbenson@redhat.com>
10068
10069         * common/common-remote-fileio.h: New file.
10070         * common/common-remote-fileio.c: Likewise.
10071         * Makefile.in (SFILES): Add common/common-remote-fileio.c.
10072         (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
10073         (COMMON_OBS): Add common-remote-fileio.o.
10074         (common-remote-fileio.o): New rule.
10075         * remote-fileio.h (common-remote-fileio.h): New include.
10076         * remote-fileio.c (gdb/fileio.h): Do not include.
10077         (remote_fileio_to_be): Moved to common-remote-fileio.h.
10078         (remote_fileio_to_fio_uint): Likewise.
10079         (remote_fileio_to_fio_time): Likewise.
10080         (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
10081         (remote_fileio_to_fio_mode): Likewise.
10082         (remote_fileio_to_fio_ulong): Likewise.
10083         (remote_fileio_to_fio_stat): Likewise.
10084
10085 2015-03-11  Andy Wingo  <wingo@igalia.com>
10086
10087         * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
10088         we were checking the cached type, not the cached dynamic type.
10089
10090 2015-03-11  Andy Wingo  <wingo@igalia.com>
10091
10092         * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
10093         other strings, as these are on the GC'd heap, and will be
10094         collected along with the smob.
10095
10096 2015-03-11  Andy Wingo  <wingo@igalia.com>
10097
10098         * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
10099         (objfile_functions): Bind gdbscm_objfile_progspace to
10100         objfile-progspace.
10101         * guile/lib/gdb.scm: Add objfile-progspace to exports.
10102
10103 2015-03-11  Andy Wingo  <wingo@igalia.com>
10104
10105         * guile/guile.c (_initialize_guile): Disable automatic
10106         finalization, if Guile offers us that possibility.
10107         * guile/guile.c (call_initialize_gdb_module):
10108         * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
10109         finalizers in appropriate places.
10110         * configure.ac (AC_TRY_LIBGUILE): Add a check for
10111         scm_set_automatic_finalization_enabled.
10112         * configure: Regenerated.
10113
10114 2015-03-11  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10115
10116         * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
10117         SAL, if possible.
10118
10119 2015-03-11  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10120
10121         * s390-linux-nat.c (struct arch_lwp_info): New.
10122         (s390_fix_watch_points): Rename to...
10123         (s390_prepare_to_resume): ...this.  Skip the PER info update
10124         unless the watch points have changed.
10125         (s390_refresh_per_info, s390_new_thread): New functions.
10126         (s390_insert_watchpoint): Call s390_refresh_per_info instead of
10127         s390_fix_watch_points.
10128         (s390_remove_watchpoint): Likewise.
10129         (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
10130         Register s390_prepare_to_resume.
10131
10132 2015-03-09  Pedro Alves  <palves@redhat.com>
10133
10134         Revert:
10135         2015-03-07  Pedro Alves  <palves@redhat.com>
10136         * common/gdb_socket.h: New file.
10137         * ser-tcp.c: Include gdb_socket.h.  Don't include netinet/in.h nor
10138         sys/socket.h.
10139         (net_open): Use union gdb_sockaddr_u.
10140
10141 2015-03-07  Pedro Alves  <palves@redhat.com>
10142
10143         * configure.ac (build_warnings): Move -Wmissing-prototypes
10144         -Wdeclaration-after-statement -Wmissing-parameter-type
10145         -Wold-style-declaration -Wold-style-definition to the C-specific
10146         set.
10147         * configure: Regenerate.
10148
10149 2015-03-07  Pedro Alves  <palves@redhat.com>
10150
10151         * common/gdb_socket.h: New file.
10152         * ser-tcp.c: Include gdb_socket.h.  Don't include netinet/in.h nor
10153         sys/socket.h.
10154         (net_open): Use union gdb_sockaddr_u.
10155
10156 2015-03-07  Pedro Alves  <palves@redhat.com>
10157
10158         * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
10159         (exceptions_state_mc_action_iter)
10160         (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
10161         Don't define.
10162         [__cplusplus] (try_scope_depth): New global.
10163         [__cplusplus] (exception_try_scope_entry)
10164         (exception_try_scope_exit, gdb_exception_sliced_copy)
10165         (exception_rethrow): New functions.
10166         (throw_exception): In C++ mode, throw
10167         gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
10168         gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
10169         (throw_it): In C++ mode, use try_scope_depth.
10170         * common/common-exceptions.h [!__cplusplus]
10171         (exceptions_state_mc_action_iter)
10172         (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
10173         Don't declare.
10174         [__cplusplus] (exception_try_scope_entry)
10175         (exception_try_scope_exit, exception_rethrow): Declare.
10176         [__cplusplus] (struct exception_try_scope): New struct.
10177         [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
10178         C++ exceptions.
10179         (struct gdb_exception_RETURN_MASK_ALL)
10180         (struct gdb_exception_RETURN_MASK_ERROR)
10181         (struct gdb_exception_RETURN_MASK_QUIT): New types.
10182
10183 2015-03-07  Pedro Alves  <palves@redhat.com>
10184
10185         * main.c (handle_command_errors): Remove volatile qualifier from
10186         parameter.
10187
10188 2015-03-07  Pedro Alves  <palves@redhat.com>
10189
10190         * breakpoint.c (save_breakpoints): Adjust to avoid code between
10191         TRY and CATCH.
10192         * gdbtypes.c (safe_parse_type): Remove empty line.
10193         (types_deeply_equal):
10194         * guile/scm-frame.c (gdbscm_frame_name):
10195         * linux-thread-db.c (find_new_threads_once):
10196         * python/py-breakpoint.c (bppy_get_commands):
10197         * record-btrace.c (record_btrace_insert_breakpoint)
10198         (record_btrace_remove_breakpoint, record_btrace_start_replaying)
10199         (record_btrace_start_replaying): Adjust to avoid code between TRY
10200         and CATCH.
10201
10202 2015-03-07  Pedro Alves  <palves@redhat.com>
10203
10204         * common/common-exceptions.c (struct catcher) <exception>: No
10205         longer a pointer to volatile exception.  Now an exception value.
10206         <mask>: Delete field.
10207         (exceptions_state_mc_init): Remove all parameters.  Adjust.
10208         (exceptions_state_mc): No longer pop the catcher here.
10209         (exceptions_state_mc_catch): New function.
10210         (throw_exception): Adjust.
10211         * common/common-exceptions.h (exceptions_state_mc_init): Remove
10212         all parameters.
10213         (exceptions_state_mc_catch): Declare.
10214         (TRY_CATCH): Rename to ...
10215         (TRY): ... this.  Remove EXCEPTION and MASK parameters.
10216         (CATCH, END_CATCH): New.
10217         All callers adjusted.
10218
10219 2015-03-07  Tom Tromey  <tromey@redhat.com>
10220
10221         * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
10222
10223 2015-03-07  Pedro Alves  <palves@redhat.com>
10224
10225         * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
10226         (amd64_epilogue_frame_cache): Normal exception handling code.
10227         * break-catch-throw.c (check_status_exception_catchpoint)
10228         (re_set_exception_catchpoint): Ditto.
10229         * cli/cli-interp.c (safe_execute_command):
10230         * cli/cli-script.c (script_from_file): Ditto.
10231         * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
10232         Ditto.
10233         * compile/compile-object-run.c (compile_object_run): Ditto.
10234         * cp-abi.c (baseclass_offset): Ditto.
10235         * cp-valprint.c (cp_print_value): Ditto.
10236         * exceptions.c (catch_exceptions_with_msg):
10237         * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
10238         * frame.c (get_frame_address_in_block_if_available): Ditto.
10239         * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
10240         (i386_sigtramp_frame_cache): Ditto.
10241         * infcmd.c (post_create_inferior): Ditto.
10242         * linespec.c (parse_linespec, find_linespec_symbols):
10243         * p-valprint.c (pascal_object_print_value): Ditto.
10244         * parse.c (parse_expression_for_completion): Ditto.
10245         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
10246         * remote.c (remote_get_noisy_reply): Ditto.
10247         * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
10248         * solib-svr4.c (solib_svr4_r_map): Ditto.
10249
10250 2015-03-06  Gary Benson  <gbenson@redhat.com>
10251
10252         * common/common-utils.h (startswith): New inline function.
10253         All places where this logic was used updated to use the above.
10254
10255 2015-03-05  Pedro Alves  <palves@redhat.com>
10256
10257         PR gdb/18002
10258         * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
10259         after reading the breakpoint's shadow memory.
10260
10261 2015-03-05  Mark Kettenis  <kettenis@gnu.org>
10262
10263         * hppabsd-nat.c: Remove file.
10264         * hppaobsd-nat.c: New file.
10265         * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c.  Add
10266         hppaobsd-nat.c.
10267         * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
10268         hppaobsd-nat.o.
10269
10270 2015-03-04  Pedro Alves  <palves@redhat.com>
10271
10272         * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
10273         (target_decr_pc_after_break): Delete declaration.
10274         * target.c (default_target_decr_pc_after_break)
10275         (target_decr_pc_after_break): Delete.
10276         * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
10277         gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
10278         * linux-thread-db.c (check_event): Likewise.
10279         * infrun.c (adjust_pc_after_break): Likewise.
10280         * darwin-nat.c (cancel_breakpoint): Likewise.
10281         * aix-thread.c (aix_thread_wait): Likewise.
10282         * target-delegates.c: Regenerate.
10283
10284 2015-03-04  Pedro Alves  <palves@redhat.com>
10285
10286         * linux-nat.c (save_sigtrap): Check for breakpoints before
10287         checking watchpoints.
10288         (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
10289         breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
10290         (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
10291         a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
10292         (linux_nat_stopped_by_sw_breakpoint)
10293         (linux_nat_supports_stopped_by_sw_breakpoint)
10294         (linux_nat_stopped_by_hw_breakpoint)
10295         (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
10296         (linux_nat_wait_1): Don't re-increment the PC if relying on
10297         SIGTRAP's siginfo->si_code.
10298         (linux_nat_add_target): Install new target methods.
10299         * linux-thread-db.c (check_event): Don't account for breakpoint PC
10300         offset if the target already adjusted the PC.
10301         * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
10302         (GDB_ARCH_TRAP_BRKPT): New.
10303         (TRAP_HWBKPT): Define if not already defined.
10304
10305 2015-03-04  Pedro Alves  <palves@redhat.com>
10306
10307         * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
10308         * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
10309         Delete field.
10310         <stop_reason>: New field.
10311         (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
10312         (packet_set_cmd_state): New function.
10313         (remote_protocol_features): Register the "swbreak" and "hwbreak"
10314         features.
10315         (remote_query_supported): If not disabled with the corresponding
10316         "set remote foo-packet" command, report support for the swbreak
10317         and hwbreak features.
10318         (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
10319         field.
10320         <stop_reason>: New field.
10321         (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
10322         (remote_wait_as): Adjust.
10323         (remote_stopped_by_sw_breakpoint)
10324         (remote_supports_stopped_by_sw_breakpoint)
10325         (remote_stopped_by_hw_breakpoint)
10326         (remote_supports_stopped_by_hw_breakpoint): New functions.
10327         (remote_stopped_by_watchpoint): New function.
10328         (init_remote_ops): Install them.
10329         (_initialize_remote): Register new "set/show remote
10330         swbreak-feature-packet" and "set/show remote
10331         swbreak-feature-packet" commands.
10332
10333 2015-03-04  Pedro Alves  <palves@redhat.com>
10334
10335         * btrace.h: Include target/waitstatus.h.
10336         (struct btrace_thread_info) <stop_reason>: New field.
10337         * record-btrace.c (record_btrace_step_thread): Use
10338         record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10339         (record_btrace_decr_pc_after_break): Delete.
10340         (record_btrace_stopped_by_sw_breakpoint)
10341         (record_btrace_supports_stopped_by_sw_breakpoint)
10342         (record_btrace_stopped_by_hw_breakpoint)
10343         (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
10344         (init_record_btrace_ops): Install them.
10345         * record-full.c (record_full_hw_watchpoint): Delete and replace
10346         with ...
10347         (record_full_stop_reason): ... this throughout.
10348         (record_full_exec_insn): Adjust.
10349         (record_full_wait_1): Adjust.  No longer re-increment the PC.
10350         (record_full_wait_1): Adjust.  Use
10351         record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10352         (record_full_stopped_by_watchpoint): Adjust.
10353         (record_full_stopped_by_sw_breakpoint)
10354         (record_full_supports_stopped_by_sw_breakpoint)
10355         (record_full_supports_stopped_by_sw_breakpoint)
10356         (record_full_stopped_by_hw_breakpoint)
10357         (record_full_supports_stopped_by_hw_breakpoint): New functions.
10358         (init_record_full_ops, init_record_full_core_ops): Install them.
10359         * record.c (record_check_stopped_by_breakpoint): New function.
10360         * record.h: Include target/waitstatus.h.
10361         (record_check_stopped_by_breakpoint): New declaration.
10362
10363 2015-03-04  Pedro Alves  <palves@redhat.com>
10364
10365         enum lwp_stop_reason -> enum target_stop_reason
10366         * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
10367         (linux_nat_stopped_by_watchpoint, status_callback)
10368         (linux_nat_wait_1): Adjust.
10369         * linux-nat.h (enum lwp_stop_reason): Delete.
10370         (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
10371         * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
10372         * target/waitstatus.h (enum target_stop_reason): New.
10373
10374 2015-03-04  Pedro Alves  <palves@redhat.com>
10375
10376         * breakpoint.c (need_moribund_for_location_type): New function.
10377         (bpstat_stop_status): Don't skipping checking moribund locations
10378         of breakpoint types which the target tell caused a stop.
10379         (program_breakpoint_here_p): New function, factored out from ...
10380         (bp_loc_is_permanent): ... this.
10381         (update_global_location_list): Don't create a moribund location if
10382         the target supports reporting stops of the type of the removed
10383         breakpoint.
10384         * breakpoint.h (program_breakpoint_here_p): New declaration.
10385         * infrun.c (adjust_pc_after_break): Return early if the target has
10386         already adjusted the PC.  Add comments.
10387         (handle_signal_stop): If nothing explains a signal, and the target
10388         tells us the stop was caused by a software breakpoint, check if
10389         there's a breakpoint instruction in the memory.  If so, adjust the
10390         PC before presenting the stop to the user.  Otherwise, ignore the
10391         trap.  If nothing explains a signal, and the target tells us the
10392         stop was caused by a hardware breakpoint, ignore the trap.
10393         * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
10394         to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
10395         to_supports_stopped_by_hw_breakpoint>: New fields.
10396         (target_stopped_by_sw_breakpoint)
10397         (target_supports_stopped_by_sw_breakpoint)
10398         (target_stopped_by_hw_breakpoint)
10399         (target_supports_stopped_by_hw_breakpoint): Define.
10400         * target-delegates.c: Regenerate.
10401
10402 2015-03-04  Pedro Alves  <palves@redhat.com>
10403
10404         * infrun.c (follow_fork_inferior): Use the whole of the
10405         inferior_ptid and pending_follow.related_pid ptids instead of
10406         building ptids from the process components.  Adjust verbose output
10407         to use target_pid_to_str.
10408         * linux-nat.c (linux_child_follow_fork): Use the whole of the
10409         inferior_ptid and pending_follow.related_pid ptids instead of
10410         building ptids from the process components.
10411
10412 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
10413
10414         * inf-ptrace.c [PT_GET_PROCESS_STATE]
10415         (inf_ptrace_insert_fork_catchpoint): New function.
10416         (inf_ptrace_remove_fork_catchpoint): New function.
10417         (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
10418
10419 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10420
10421         * s390-linux-tdep.c (s390_register_name): Return empty string
10422         instead of NULL for registers that shouldn't be visible.
10423
10424 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10425
10426         * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
10427         XML file for 64-bit targets.
10428
10429 2015-03-03  Simon Marchi  <simon.marchi@ericsson.com>
10430
10431         * target.h (find_default_create_inferior): Remove declaration.
10432         (find_default_attach): Likewise.
10433
10434 2015-03-03  Pedro Alves  <palves@redhat.com>
10435
10436         * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
10437         Use ptid_get_pid to get the overall process id when resuming all
10438         threads.
10439
10440 2015-03-03  Pedro Alves  <palves@redhat.com>
10441
10442         * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
10443         the lwp field of ptid.  Pass the full ptid to get_thread_regcache.
10444         * inf-ptrace.c (get_ptrace_pid): New function.
10445         (inf_ptrace_resume): Use it.
10446         * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
10447         to the lower layer.
10448
10449 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
10450
10451         * nat/linux-btrace.c: Include sys/utsname.h.
10452         (linux_determine_kernel_ptr_bits): New.
10453         (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
10454         * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
10455         ptr_bits.
10456
10457 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
10458
10459         * btrace.c (ftrace_update_function): Treat return as tailcall for
10460         "_dl_runtime_resolve".
10461
10462 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
10463
10464         * btrace.h (btrace_function) <lbegin, lend>: Remove.
10465         * btrace.c (ftrace_debug): Do not print the line range.
10466         (ftrace_skip_file, ftrace_update_lines): Remove.
10467         (ftrace_new_function): Remove lbegin and lend initialization.
10468         (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
10469         * record-btrace.c (btrace_compute_src_line_range): New.
10470         (btrace_call_history_src_line): Call btrace_compute_src_line_range.
10471
10472 2015-03-02  Pedro Alves  <palves@redhat.com>
10473
10474         * infrun.c (follow_exec): Delete all threads of the process except
10475         the event thread.  Extended comments.
10476
10477 2015-03-02  Joel Brobecker  <brobecker@adacore.com>
10478
10479         * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
10480
10481 2015-03-02  Joel Brobecker  <brobecker@adacore.com>
10482
10483         * utils.h: Remove <stdbool.h> #include.
10484         (producer_is_gcc): Change return type to "int".
10485         * utils.c (producer_is_gcc): Change return type to int.
10486         Return 1 instead of true, and 0 instead of false.
10487         Adjust function documentation accordingly.
10488
10489 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10490
10491         * s390-linux-nat.c (have_regset_vxrs): New static variable.
10492         (s390_linux_fetch_inferior_registers): Handle vector registers, if
10493         present.
10494         (s390_linux_store_inferior_registers): Likewise.
10495         (s390_get_hwcap): Remove function.  Embed its logic...
10496         (s390_read_description): ...here.  Yield a target description with
10497         vector registers if applicable.
10498         * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
10499         "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
10500         "features/s390x-tevx-linux64.c".
10501         (struct gdbarch_tdep) <v0_full_regnum>: New field.
10502         (s390_dwarf_regmap): Add vector registers.  Remove bogus entries
10503         for "GNU/Linux-specific registers".
10504         (s390_dwarf_reg_r0l): New enum value.
10505         (s390_dwarf_reg_to_regnum): Support vector registers.
10506         (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
10507         of GPR lower halves.
10508         (regnum_is_vxr_full): New function.
10509         (s390_register_name): New function.
10510         (s390_pseudo_register_name): Handle v0-v15, which are composed of
10511         f0-f15 and v0l-v15l.
10512         (s390_pseudo_register_type): Likewise.
10513         (s390_pseudo_register_read): Likewise.
10514         (s390_pseudo_register_write): Likewise.
10515         (s390_value_from_register): Account for the fact that values are
10516         placed left-justified in vector registers.
10517         (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
10518         the vector reggroup and omit them from the general reggroup.
10519         (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
10520         (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
10521         (s390_iterate_over_regset_sections): Add iterations for the two
10522         new vector regsets.
10523         (s390_core_read_description): Yield a target description with
10524         vector registers if applicable.
10525         (s390_gdbarch_init): Handle target descriptions with vector
10526         registers.  Add "register_name" gdbarch method.
10527         (_initialize_s390_tdep): Call new tdesc initialization functions.
10528         * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
10529         (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
10530         (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
10531         (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
10532         (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
10533         (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
10534         (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
10535         (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
10536         (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
10537         (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
10538         (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
10539         (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
10540         (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
10541         (S390_NUM_REGS): Adjust value.
10542         (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
10543         (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
10544         (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
10545         * NEWS: Announce S/390 vector register support.
10546
10547 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10548
10549         * features/s390-tevx-linux64.xml: New file.
10550         * features/s390-vx-linux64.xml: New file.
10551         * features/s390-vx.xml: New file.
10552         * features/s390x-tevx-linux64.xml: New file.
10553         * features/s390x-vx-linux64.xml: New file.
10554         * features/Makefile (WHICH): Add s390-vx-linux64,
10555         s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
10556         (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
10557         (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
10558         macros.
10559         * features/s390-tevx-linux64.c: New generated file.
10560         * features/s390-vx-linux64.c: Likewise.
10561         * features/s390x-tevx-linux64.c: Likewise.
10562         * features/s390x-vx-linux64.c: Likewise.
10563         * regformats/s390-tevx-linux64.dat: Likewise.
10564         * regformats/s390-vx-linux64.dat: Likewise.
10565         * regformats/s390x-tevx-linux64.dat: Likewise.
10566         * regformats/s390x-vx-linux64.dat: Likewise.
10567
10568 2015-02-28  Doug Evans  <xdje42@gmail.com>
10569
10570         * symtab.h (struct symtab) <next>: Fix comment.
10571
10572 2015-02-27  Simon Marchi  <simon.marchi@ericsson.com>
10573
10574         * python/python.c (python_GdbModuleDef): Rename GdbMethods to
10575         python_GdbMethods.
10576
10577 2015-02-27  Pedro Alves  <palves@redhat.com>
10578
10579         * dtrace-probe.c (dtrace_probe_ops): Make extern.
10580
10581 2015-02-27  Pedro Alves  <palves@redhat.com>
10582
10583         * common/common-exceptions.h (exception_none): Declare.
10584         * common/common-exceptions.c (exception_none): Moved from
10585         exceptions.c.
10586         (exceptions_state_mc_init): Use exception_none.
10587         * exceptions.c (exception_none): Move to
10588         common/common-exceptions.c.
10589         * exceptions.h (exception_none): Move to
10590         common/common-exceptions.h.
10591
10592 2015-02-27  Pedro Alves  <palves@redhat.com>
10593
10594         * main.c (catch_command_errors, catch_command_errors_const):
10595         Remove 'mask' argument.  Adjust.
10596         (captured_main): Adjust callers.
10597
10598 2015-02-27  Pedro Alves  <palves@redhat.com>
10599
10600         * python/python-internal.h: Include "extension-priv.h".
10601
10602 2015-02-27  Pedro Alves  <palves@redhat.com>
10603
10604         * breakpoint.h (enum print_stop_action): Move further up in the
10605         file.
10606
10607 2015-02-27  Pedro Alves  <palves@redhat.com>
10608
10609         * gdbarch.sh: Include regcache.h.
10610         * gdbarch.h: Regenerate.
10611
10612 2015-02-27  Pedro Alves  <palves@redhat.com>
10613
10614         * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
10615         Remove duplicate const.
10616         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
10617         duplicate const.
10618
10619 2015-02-27  Pedro Alves  <palves@redhat.com>
10620
10621         * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
10622         * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
10623         * features/feature_to_c.sh: Tag the generated xml_builtin array
10624         with extern const in C++ mode.
10625
10626 2015-02-27  Tom Tromey  <tromey@redhat.com>
10627
10628         * minidebug.c (struct lzma_stream): Rename to ...
10629         (struct gdb_lzma_stream): ... this.
10630         (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
10631
10632 2015-02-27  Pedro Alves  <palves@redhat.com>
10633
10634         * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
10635         function.
10636         (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
10637         (mi_cmd_stack_list_variables): Use it.
10638
10639 2015-02-27  Pedro Alves  <palves@redhat.com>
10640
10641         * x86-linux-nat.c (u_debugreg_offset): New function.
10642         (x86_linux_dr_get, x86_linux_dr_set): Use it.
10643
10644 2015-02-27  Pedro Alves  <palves@redhat.com>
10645
10646         * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
10647         declaration.
10648         Include break-common.h.
10649
10650 2015-02-27  Tom Tromey  <tromey@redhat.com>
10651             Pedro Alves <palves@redhat.com>
10652
10653         * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
10654         local used to iterate over enums.
10655         * completer.c (signal_completer): Likewise.
10656         * i386-tdep.c (i386_stap_parse_special_token): Likewise.
10657         * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
10658         * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
10659         * tui/tui-layout.c (next_layout, prev_layout): Likewise.
10660         * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
10661         (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
10662         * tui-wingeneral.c (tui_refresh_all):  Likewise.
10663
10664 2015-02-27  Pedro Alves  <palves@redhat.com>
10665
10666         * target.h: Include "infrun.h".
10667
10668 2015-02-27  Pedro Alves  <palves@redhat.com>
10669
10670         * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
10671
10672 2015-02-27  Pedro Alves  <palves@redhat.com>
10673
10674         * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
10675         (IPA_SYM): Use it.
10676         * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
10677
10678 2015-02-27  Pedro Alves  <palves@redhat.com>
10679
10680         * cli-out.c (_rl_erase_entire_line): Move declaration out of
10681         cli_mld_erase_entire_line, and make it extern "C".
10682         * common/common-defs.h (EXTERN_C): New.
10683         * completer.c (_rl_completion_prefix_display_length)
10684         (_rl_print_completions_horizontally, QSFUNC): Move declarations
10685         out of gdb_display_match_list_1.
10686         (_rl_qsort_string_compare): Move declaration out of
10687         gdb_display_match_list_1, and make it extern "C".
10688         * defs.h (re_comp): Use EXTERN_C.
10689         * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
10690         and make it extern "C".
10691         (monstartup): Move declaration out of maintenance_set_profile_cmd,
10692         and make it extern "C".
10693         (main): Move declaration out of maintenance_set_profile_cmd.
10694         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
10695         EXTERN_C.
10696
10697 2015-02-27  Pedro Alves  <palves@redhat.com>
10698
10699         * python/python.c (GdbMethods): Rename to ...
10700         (python_GdbMethods): ... this and make extern.
10701         (GdbModuleDef): Rename to ...
10702         (python_GdbModuleDef): ... this and make extern.
10703
10704 2015-02-27  Pedro Alves  <palves@redhat.com>
10705
10706         * record-btrace.c (set_record_btrace_cmdlist)
10707         (show_record_btrace_cmdlist): Remove redefinitions.
10708
10709 2015-02-27  Tom Tromey  <tromey@redhat.com>
10710             Pedro Alves  <palves@redhat.com>
10711
10712         * dwarf2-frame.c (enum cfa_how_kind, struct
10713         dwarf2_frame_state_reg_info): Move out of struct
10714         dwarf2_frame_state.
10715         * dwarf2read.c (struct tu_stats): Move out of struct
10716         dwarf2_per_objfile.
10717         (struct file_entry): Move out of struct line_header.
10718         (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
10719         typedef_field_list): Move out of struct field_info.
10720         * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
10721         Move out of struct dynamic_prop.
10722         (union type_owner, union field_location, struct field, struct
10723         range_bounds, union type_specific): Move out of struct main_type.
10724         (struct fn_fieldlist, struct fn_field, struct typedef_field)
10725         (VOFFSET_STATIC): Move out of struct cplus_struct_type.
10726         (struct call_site_target, union call_site_parameter_u, struct
10727         call_site_parameter): Move out of struct call_site.
10728         * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
10729         m32c_prologue.
10730         (enum srcdest_kind): Move out of struct srcdest.
10731         * main.c (enum cmdarg_kind): Move out of struct cmdarg.
10732         * prologue-value.h (enum prologue_value_kind): Move out of struct
10733         prologue_value.
10734         * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
10735         gdbarch_tdep.
10736         * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
10737         out of struct field_info.
10738         * symfile.h (struct other_sections): Move out of struct
10739         section_addr_info.
10740         * symtab.c (struct symbol_cache_slot): Move out struct
10741         block_symbol_cache.
10742         * target-descriptions.c (enum tdesc_type_kind): Move out of
10743         typedef struct tdesc_type.
10744         * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
10745         struct tui_line_or_address.
10746         * value.c (enum internalvar_kind, union internalvar_data): Move
10747         out of struct internalvar.
10748         * xtensa-tdep.h (struct ctype_cache): Move out of struct
10749         gdbarch_tdep.
10750
10751 2015-02-27  Tom Tromey  <tromey@redhat.com>
10752             Pedro Alves  <palves@redhat.com>
10753
10754         Rename symbols whose names are reserved C++ keywords throughout.
10755
10756 2015-02-27  Pedro Alves  <palves@redhat.com>
10757
10758         * Makefile.in (COMPILER): New, get it from autoconf.
10759         (COMPILE.pre, CC_LD): Use COMPILER.
10760         (CXX): Get from autoconf instead.
10761         (CXX_FOR_TARGET): Default to g++ instead of gcc.
10762         * acinclude.m4: Include build-with-cxx.m4.
10763         * build-with-cxx.m4: New file.
10764         * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
10765         Disable -Werror by default if building in C++ mode.
10766         (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
10767         -Wno-narrowing in C++ mode.  Only enable -Wpointer-sign in C mode.
10768         Run supported-warning-flags tests with the C++ compiler.
10769         Save/restore CXXFLAGS too.
10770         * configure: Regenerate.
10771
10772 2015-02-27  Pedro Alves  <palves@redhat.com>
10773
10774         * libiberty.m4: New file.
10775         * acinclude.m4: Include libiberty.m4.
10776         * configure.ac: Call libiberty_INIT.
10777         * config.in, configure: Regenerate.
10778
10779 2015-02-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10780
10781         * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
10782         31-bit targets, but 64-bit targets as well.
10783         (s390_gnu_triplet_regexp): New function.
10784         (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
10785         64-bit targets as well.  Set the gnu_triplet_regexp gdbarch
10786         method.
10787
10788 2015-02-27  Jon TURNEY  <jon.turney@dronecode.org.uk>  (tiny patch)
10789
10790         * windows-nat.c (CONTEXT_DEBUGGER): Remove.
10791         (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS.  Incorporate flags
10792         from CONTEXT_DEBUGGER.
10793
10794 2015-02-26  Doug Evans  <dje@google.com>
10795
10796         * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
10797         CHECK_TYPEDEF.
10798         (set_type_vptr_fieldno): Ditto.
10799         (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
10800         * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
10801
10802 2015-02-26  Pedro Alves  <palves@redhat.com>
10803
10804         * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
10805         * complaints.c (vcomplaint): Pass argument FMT directly to
10806         printf-like functions instead of complaint->fmt.
10807         * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
10808         * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
10809         * compile/compile-loc2c.c (pushf, unary, binary): Add
10810         ATTRIBUTE_PRINTF.
10811         (do_compile_dwarf_expr_to_c): Pass string literal as format string
10812         to pushf.
10813         (BINARY): Pass string literal as format string to 'binary'.
10814         * compile/compile-object-load.c (link_callbacks_einfo): Add
10815         ATTRIBUTE_PRINTF.
10816         * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
10817
10818 2015-02-26  Pedro Alves  <palves@redhat.com>
10819
10820         * windows-termcap.c: Rename to ...
10821         * stub-termcap.c: ... this.  Adjust header line.
10822         * Makefile.in (SFILES): Refer to stub-termcap.c instead of
10823         windows-termcap.c.
10824         * configure: Regenerate.
10825         * configure.ac: Refer to stub-termcap.o instead of
10826         windows-termcap.o.
10827         * gdb_curses.h: Mention stub-termcap.c instead of
10828         windows-termcap.c.
10829
10830 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10831
10832         * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
10833         (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
10834
10835 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10836
10837         * gdb/infcmd.c (print_return_value): use type_to_string to print type.
10838
10839 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10840
10841         * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
10842         bfd_canonicalize_symtab.
10843
10844 2015-02-25  John Baldwin  <jhb@FreeBSD.org>
10845
10846         * amd64fbsd-nat.c: Include sys/user.h.
10847         (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
10848         instead of KERN_PS_STRINGS to locate the signal trampoline.
10849         * i386fbsd-nat.c: Include sys/user.h.
10850         (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
10851         instead of KERN_PS_STRINGS to locate the signal trampoline.
10852         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
10853         (amd64fbsd_sigtramp_p): New.
10854         (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
10855         longer set default values.
10856         (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
10857         * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
10858         (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
10859         (i386fbsd_freebsd4_sigtramp_start)
10860         (i386fbsd_freebsd4_sigtramp_middle)
10861         (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
10862         (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
10863         (i386fbsd_sigtramp_p): New.
10864         (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
10865         longer set default values.
10866         (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
10867
10868 2015-02-25  John Baldwin  <jhb@freebsd.org>
10869
10870         * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
10871         get_frame_register instead of frame_unwind_register_unsigned.
10872
10873 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10874
10875         PR build/18033
10876         * compile/compile-c-support.c (c_compute_program): Change // comment.
10877         * compile/compile-object-load.c (setup_sections): Change // comment.
10878
10879 2015-02-26  Joel Brobecker  <brobecker@adacore.com>
10880
10881         PR build/18033:
10882         * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
10883
10884 2015-02-23  Pedro Alves  <palves@redhat.com>
10885
10886         * remote.c (skip_to_semicolon): New function.
10887         (remote_parse_stop_reply) <T stop reply>: Use it.  Don't
10888         special case the stop reasons that look like hex numbers
10889         upfront.  Instead handle real register numbers after matching
10890         all the known stop reasons.
10891
10892 2015-02-21  Doug Evans  <dje@google.com>
10893
10894         PR c++/17976, symtab/17821
10895         * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
10896         is_in_anonymous.  All callers updated.
10897         (find_symbol_in_baseclass): Ditto.
10898         (cp_lookup_nested_symbol_1): Ditto.  Don't search all static blocks
10899         for symbols in an anonymous namespace.
10900         * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
10901         DW_AT_name directly.
10902         (dwarf2_name): Convert missing namespace name to
10903         CP_ANONYMOUS_NAMESPACE_STR.
10904
10905 2015-02-20  Pedro Alves  <palves@redhat.com>
10906
10907         * linux-nat.c (linux_handle_extended_wait): Call
10908         thread_db_notice_clone whenever a new clone LWP is detected.
10909         (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
10910         functions.
10911         * linux-nat.h (thread_db_attach_lwp): Delete declaration.
10912         (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
10913         (linux_unstop_all_lwps): Declare.
10914         * linux-thread-db.c (struct thread_get_info_inout): Delete.
10915         (thread_get_info_callback): Delete.
10916         (thread_from_lwp): Use td_thr_get_info and record_thread.
10917         (thread_db_attach_lwp): Delete.
10918         (thread_db_notice_clone): New function.
10919         (try_thread_db_load_1): If /proc is mounted and shows the
10920         process'es task list, walk over all LWPs and call thread_from_lwp
10921         instead of relying on td_ta_thr_iter.
10922         (attach_thread): Don't call check_thread_signals here.  Split the
10923         tail part of the function (which adds the thread to the core GDB
10924         thread list) to ...
10925         (record_thread): ... this function.  Call check_thread_signals
10926         here.
10927         (thread_db_wait): Don't call thread_db_find_new_threads_1.  Always
10928         call thread_from_lwp.
10929         (thread_db_update_thread_list): Rename to ...
10930         (thread_db_update_thread_list_org): ... this.
10931         (thread_db_update_thread_list): New function.
10932         (thread_db_find_thread_from_tid): Delete.
10933         (thread_db_get_ada_task_ptid): Simplify.
10934         * nat/linux-procfs.c: Include <sys/stat.h>.
10935         (linux_proc_task_list_dir_exists): New function.
10936         * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
10937
10938 2015-02-20  Pedro Alves  <palves@redhat.com>
10939
10940         * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
10941         main LWP.  Handle the case of waitpid returning 0 if we're already
10942         attached to the LWP.  Don't set the LWP's last_resume_kind to
10943         resume_stop if we already knew about the LWP.
10944         (linux_nat_filter_event): Add debug logs.
10945
10946 2015-02-20  Pedro Alves  <palves@redhat.com>
10947
10948         * target.h (forward_target_decr_pc_after_break): Delete
10949         declaration.
10950
10951 2015-02-20  Pedro Alves  <palves@redhat.com>
10952
10953         PR threads/18006
10954         * linux-thread-db.c (thread_get_info_callback): Return early if
10955         the thread's lwp id is -1.
10956
10957 2015-02-20  Joel Brobecker  <brobecker@adacore.com>
10958
10959         GDB 7.9 released.
10960
10961 2015-02-19  Steve Ellcey  <sellcey@imgtec.com>
10962
10963         * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
10964         (dtrace_get_probes) Change type of variable 'dof'.
10965
10966 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10967
10968         PR breakpoints/16812
10969         * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
10970         * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
10971         * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
10972
10973 2015-02-19  David Taylor  <dtaylor@emc.com>
10974
10975         * common/ax.def (setv): Fix consumed entry in setv DEFOP.
10976
10977 2015-02-18  Patrick Palka  <patrick@parcs.ath.cx>
10978
10979         * tui/tui-io.c (tui_handle_resize_during_io): Remove this
10980         function.
10981         (tui_putc): Don't call tui_handle_resize_during_io.
10982         (tui_getc): Likewise.
10983         (tui_mld_getc): Likewise.
10984         * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
10985         (tui_sigwinch_token): New static variable.
10986         (tui_initialize_win): Adjust documentation.  Set
10987         tui_sigwinch_token.
10988         (tui_async_resize_screen): New asynchronous callback.
10989         (tui_sigwinch_handler): Adjust documentation.  Asynchronously
10990         invoke tui_async_resize_screen.
10991
10992 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
10993
10994         * configure: Regenerated.
10995         * configure.ac: Use GDB_AC_TRANSFORM.
10996         * Makefile.in (aclocal_m4_deps): Added transform.m4.
10997         * acinclude.m4: sinclude transform.m4.
10998         * transform.m4: New file.
10999         (GDB_AC_TRANSFORM): New macro.
11000
11001 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11002
11003         * NEWS: Announce the support for DTrace SDT probes.
11004
11005 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11006
11007         * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
11008         (amd64_dtrace_parse_probe_argument): New function.
11009         (amd64_dtrace_probe_is_enabled): Likewise.
11010         (amd64_dtrace_enable_probe): Likewise.
11011         (amd64_dtrace_disable_probe): Likewise.
11012         (amd64_linux_init_abi): Register the
11013         `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
11014         `gdbarch_dtrace_disable_probe' and
11015         `gdbarch_dtrace_probe_is_enabled' hooks.
11016         (amd64_dtrace_disabled_probe_sequence_1): New constant.
11017         (amd64_dtrace_disabled_probe_sequence_2): Likewise.
11018         (amd64_dtrace_enable_probe_sequence): Likewise.
11019         (amd64_dtrace_disable_probe_sequence): Likewise.
11020
11021 2015-01-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11022
11023         * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
11024         the -probe-dtrace new vpossible value for PROBE_MODIFIER.
11025         * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
11026         handle ELF files.
11027         * Makefile.in (SFILES): dtrace-probe.c added.
11028         * configure: Regenerate.
11029         * dtrace-probe.c: New file.
11030         (SHT_SUNW_dof): New constant.
11031         (dtrace_probe_type): New enum.
11032         (dtrace_probe_arg): New struct.
11033         (dtrace_probe_arg_s): New typedef.
11034         (struct dtrace_probe_enabler): New struct.
11035         (dtrace_probe_enabler_s): New typedef.
11036         (dtrace_probe): New struct.
11037         (dtrace_probe_is_linespec): New function.
11038         (dtrace_dof_sect_type): New enum.
11039         (dtrace_dof_dofh_ident): Likewise.
11040         (dtrace_dof_encoding): Likewise.
11041         (DTRACE_DOF_ENCODE_LSB): Likewise.
11042         (DTRACE_DOF_ENCODE_MSB): Likewise.
11043         (dtrace_dof_hdr): New struct.
11044         (dtrace_dof_sect): Likewise.
11045         (dtrace_dof_provider): Likewise.
11046         (dtrace_dof_probe): Likewise.
11047         (DOF_UINT): New macro.
11048         (DTRACE_DOF_PTR): Likewise.
11049         (DTRACE_DOF_SECT): Likewise.
11050         (dtrace_process_dof_probe): New function.
11051         (dtrace_process_dof): Likewise.
11052         (dtrace_build_arg_exprs): Likewise.
11053         (dtrace_get_arg): Likewise.
11054         (dtrace_get_probes): Likewise.
11055         (dtrace_get_probe_argument_count): Likewise.
11056         (dtrace_can_evaluate_probe_arguments): Likewise.
11057         (dtrace_evaluate_probe_argument): Likewise.
11058         (dtrace_compile_to_ax): Likewise.
11059         (dtrace_probe_destroy): Likewise.
11060         (dtrace_gen_info_probes_table_header): Likewise.
11061         (dtrace_gen_info_probes_table_values): Likewise.
11062         (dtrace_probe_is_enabled): Likewise.
11063         (dtrace_probe_ops): New variable.
11064         (info_probes_dtrace_command): New function.
11065         (_initialize_dtrace_probe): Likewise.
11066         (dtrace_type_name): Likewise.
11067
11068 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11069
11070         * gdbarch.sh (dtrace_parse_probe_argument): New.
11071         (dtrace_probe_is_enabled): Likewise.
11072         (dtrace_enable_probe): Likewise.
11073         (dtrace_disable_probe): Likewise.
11074         * gdbarch.c: Regenerate.
11075         * gdbarch.h: Regenerate.
11076
11077 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11078
11079         * stap-probe.c (stap_probe_ops): Add NULLs in the static
11080         stap_probe_ops for `enable_probe' and `disable_probe'.
11081         * probe.c (enable_probes_command): New function.
11082         (disable_probes_command): Likewise.
11083         (_initialize_probe): Define the cli commands `enable probe' and
11084         `disable probe'.
11085         (parse_probe_linespec): New function.
11086         (info_probes_for_ops): Use parse_probe_linespec.
11087         * probe.h (probe_ops): New hooks `enable_probe' and
11088         `disable_probe'.
11089
11090 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11091
11092         * probe.c (compute_probe_arg): Moved from stap-probe.c
11093         (compile_probe_arg): Likewise.
11094         (probe_funcs): Likewise.
11095         * stap-probe.c (compute_probe_arg): Moved to probe.c.
11096         (compile_probe_arg): Likewise.
11097         (probe_funcs): Likewise.
11098
11099 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11100
11101         * probe.c (print_ui_out_not_applicables): New function.
11102         (exists_probe_with_pops): Likewise.
11103         (info_probes_for_ops): Do not include column headers for probe
11104         types for which no probe has been actually found on any object.
11105         Also invoke `print_ui_out_not_applicables' in order to match the
11106         column rows with the header when probes of several types are
11107         listed.
11108         Print the "Type" column.
11109         * probe.h (probe_ops): Added a new probe operation `type_name'.
11110         * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
11111         (stap_type_name): New function.
11112
11113 2015-02-17  Patrick Palka  <patrick@parcs.ath.cx>
11114
11115         * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
11116         (key_is_command_char): Delete.
11117
11118 2015-02-17  Pedro Alves  <palves@redhat.com>
11119
11120         * tui/tui.c (tui_enable): Resize windows before anything
11121         might show a window.
11122
11123 2015-02-17  Max Ostapenko  <m.ostapenko@partner.samsung.com>
11124
11125         PR gdb/17984
11126         * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
11127         (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
11128         call.
11129         * aarch64-tdep.h (tdesc_aarch64): Declare.
11130
11131 2015-02-12  Mark Wielaard  <mjw@redhat.com>
11132
11133         * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
11134
11135 2015-02-13  Doug Evans  <dje@google.com>
11136
11137         * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
11138         anonymous_namespace to is_in_anonymous for consistency with the rest
11139         of the file.
11140         (cp_lookup_bare_symbol): Fix typo in comment.
11141         (cp_search_static_and_baseclasses): Ditto.
11142         (search_symbol_list): Use vertical space in comment better.
11143         (reset_directive_searched): Ditto. Fix typo.
11144         (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
11145
11146 2015-02-13  Yao Qi  <yao.qi@arm.com>
11147
11148         * MAINTAINERS: Update my email address.
11149
11150 2015-02-12  Doug Evans  <dje@google.com>
11151
11152         * symtab.c (completion_list_add_name): Fix memory leak.
11153
11154 2015-02-12  Doug Evans  <dje@google.com>
11155
11156         * completer.c (complete_line): Remove incorrect comment.
11157
11158 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11159
11160         * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
11161         (py_print_frame): Use RETURN_MASK_ERROR.
11162
11163 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11164
11165         * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
11166         function comment.  Wrap all function that can throw in cleanups.
11167         (gdbpy_apply_frame_filter): Wrap all function that can throw in
11168         cleanups.
11169
11170 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11171
11172         * python/py-framefilter.c (py_print_frame): Substitute goto error.
11173         Remove the error label.
11174
11175 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11176
11177         * python/py-framefilter.c (py_print_frame): Put conditional code paths
11178         with goto first, indent the former else codepath left.  Put variable
11179         'elided' to a new inner block.
11180
11181 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11182
11183         * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
11184
11185 2015-02-11  Pedro Alves  <palves@redhat.com>
11186
11187         * xcoffread.c (within_function): Delete.
11188
11189 2015-02-11  Tom Tromey  <tromey@redhat.com>
11190             Pedro Alves <palves@redhat.com>
11191
11192         * breakpoint.c (base_breakpoint_ops): Delete.
11193         * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
11194         * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
11195         * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
11196         * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
11197         * python/py-arch.c (arch_object_type): Make extern.
11198         * python/py-block.c (block_syms_iterator_object_type): Make extern.
11199         * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
11200         * python/py-cmd.c (cmdpy_object_type): Make extern.
11201         * python/py-continueevent.c (continue_event_object_type)
11202         * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
11203         parameter.  Update all callers.
11204         * python/py-evtregistry.c (eventregistry_object_type): Make extern.
11205         * python/py-exitedevent.c (exited_event_object_type): Make extern.
11206         * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
11207         * python/py-function.c (fnpy_object_type): Make extern.
11208         * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
11209         * python/py-infevents.c (call_pre_event_object_type)
11210         (inferior_call_post_event_object_type).
11211         (memory_changed_event_object_type): Make extern.
11212         * python/py-infthread.c (thread_object_type): Make extern.
11213         * python/py-lazy-string.c (lazy_string_object_type): Make extern.
11214         * python/py-linetable.c (linetable_entry_object_type)
11215         (linetable_object_type, ltpy_iterator_object_type): Make extern.
11216         * python/py-newobjfileevent.c (new_objfile_event_object_type)
11217         (clear_objfiles_event_object_type): Make extern.
11218         * python/py-objfile.c (objfile_object_type): Make extern.
11219         * python/py-param.c (parmpy_object_type): Make extern.
11220         * python/py-progspace.c (pspace_object_type): Make extern.
11221         * python/py-signalevent.c (signal_event_object_type): Make extern.
11222         * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
11223         * python/py-type.c (type_object_type, field_object_type)
11224         (type_iterator_object_type): Make extern.
11225         * python/python.c (python_extension_script_ops)
11226         (python_extension_ops): Make extern.
11227         * stap-probe.c (stap_probe_ops): Make extern.
11228
11229 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
11230
11231         * infrun.c (adjust_pc_after_break): Don't adjust the PC just
11232         because the event thread is not the current thread.
11233
11234 2015-02-11  Doug Evans  <xdje42@gmail.com>
11235
11236         * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
11237         been initialized yet, return NULL.
11238
11239 2015-02-11  Doug Evans  <dje@google.com>
11240
11241         * symfile.h (new_symfile_objfile): Delete.
11242         * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
11243         All callers updated.
11244
11245 2015-02-11  Patrick Palka  <patrick@parcs.ath.cx>
11246
11247         * tui/tui-io.c (tui_handle_resize_during_io): Call
11248         tui_update_gdb_sizes() after resizing the screen.
11249         * tui/tui.c (tui_enable): Resize the terminal before
11250         calling tui_update_gdb_sizes().
11251
11252 2015-02-11  Patrick Palka  <patrick@parcs.ath.cx>
11253
11254         * tui/tui-io.c (tui_getc): Move cursor to the end of the command
11255         line before printing a newline.
11256
11257 2015-02-11  Mark Wielaard  <mjw@redhat.com>
11258
11259         * utils.c (producer_is_gcc): Return true or false.
11260
11261 2015-02-10  Mark Wielaard  <mjw@redhat.com>
11262
11263         * utils.h (producer_is_gcc): Change return type to bool. Add major
11264         argument.
11265         * utils.c (producer_is_gcc): Likewise.
11266         (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
11267         * dwarf2read.c (check_producer): Likewise.
11268
11269 2015-02-10  Pedro Alves  <palves@redhat.com>
11270
11271         * infrun.c (displaced_step_fixup): Switch to the event thread
11272         before calling gdbarch_displaced_step_fixup.
11273
11274 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
11275
11276         * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
11277
11278 2015-02-10  Simon Marchi  <simon.marchi@ericsson.com>
11279
11280         * ada-varobj.c (ada_name_of_child): Constify parent.
11281         (ada_path_expr_of_child): Same.
11282         (ada_value_of_child): Same.
11283         (ada_type_of_child): Same.
11284         * c-varobj.c (c_is_path_expr_parent): Same.
11285         (c_describe_child): Same.
11286         (c_name_of_child): Same.
11287         (c_value_of_child): Same.
11288         (c_type_of_child): Same.
11289         (cplus_number_of_children): Same.
11290         (cplus_describe_child): Constify var.
11291         (cplus_name_of_child): Constify parent.
11292         (cplus_value_of_child): Same.
11293         (cplus_type_of_child): Same.
11294         * jv-varobj.c (java_name_of_child): Same.
11295         (java_value_of_child): Same.
11296         (java_type_of_child): Same.
11297         * varobj.c (value_of_child): Same.
11298         (varobj_default_is_path_expr_parent): Constify var, parent and return
11299         value.
11300         (varobj_get_path_expr): Constify var, modify path_expr through
11301         mutable_var.
11302         (install_new_value): Constify parent.
11303         (value_of_child): Constify parent.
11304         * varobj.h (struct varobj): Constify parent.
11305         (struct lang_varobj_ops): Constify name_of_child, value_of_child and
11306         type_of_child.
11307         (varobj_get_path_expr): Constify var.
11308         (varobj_get_path_expr_parent): Constify var and return value.
11309
11310 2015-02-10  Luis Machado  <lgustavo@codesourcery.com>
11311
11312         * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
11313         (arm_prologue_this_id): Move PC and SP limit checks to
11314         arm_prologue_unwind_stop_reason.
11315         (arm_prologue_unwind) <stop_reason> : Set to
11316         arm_prologue_unwind_stop_reason.
11317
11318 2015-02-09  Mark Wielaard  <mjw@redhat.com>
11319
11320         * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
11321         DW_LANG_Fortran08 as language_fortran.
11322
11323 2015-02-09  Sergio Durigan Junior  <sergiodj@redhat.com>
11324
11325         PR remote/17946
11326         * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
11327         of pointer against char.
11328
11329 2015-02-09  Mark Wielaard  <mjw@redhat.com>
11330
11331         * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
11332         (c_type_print_modifier): Likewise.
11333         * dwarf2read.c (read_tag_atomic_type): New function.
11334         (read_type_die_1): Handle DW_TAG_atomic_type.
11335         * gdbtypes.c (make_atomic_type): New function.
11336         (recursive_dump_type): Handle TYPE_ATOMIC.
11337         * gdbtypes.h (enum type_flag_values): Renumber.
11338         (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
11339         (TYPE_ATOMIC): New macro.
11340         (make_atomic_type): Declare.
11341
11342 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11343
11344         * btrace.c (ftrace_find_call): Skip gaps.
11345         (ftrace_new_function): Initialize level.
11346         (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
11347         (ftrace_new_switch): Update
11348         level computation.
11349         (ftrace_new_gap): New.
11350         (ftrace_update_function): Create new function after gap.
11351         (btrace_compute_ftrace_bts): Create gap on error.
11352         (btrace_stitch_bts): Update parameters.  Clear trace if it
11353         becomes empty.
11354         (btrace_stitch_trace): Update parameters.  Update callers.
11355         (btrace_clear): Reset the number of gaps.
11356         (btrace_insn_get): Return NULL if the iterator points to a gap.
11357         (btrace_insn_number): Return zero if the iterator points to a gap.
11358         (btrace_insn_end): Allow gaps at the end.
11359         (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
11360         (btrace_find_insn_by_number): Assert that the found iterator does
11361         not point to a gap.
11362         (btrace_call_next, btrace_call_prev): Assert that the last function
11363         is not a gap.
11364         * btrace.h (btrace_bts_error): New.
11365         (btrace_function): Update comment.
11366         (btrace_function) <insn, insn_offset, number>: Update comment.
11367         (btrace_function) <errcode>: New.
11368         (btrace_thread_info) <ngaps>: New.
11369         (btrace_thread_info) <replay>: Update comment.
11370         (btrace_insn_get): Update comment.
11371         * record-btrace.c (btrace_ui_out_decode_error): New.
11372         (record_btrace_info): Print number of gaps.
11373         (btrace_insn_history, btrace_call_history): Call
11374         btrace_ui_out_decode_error for gaps.
11375         (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
11376
11377 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11378
11379         * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
11380         * nat/linux-btrace.c: (btrace_this_cpu): New.
11381         (cpu_supports_bts): Call btrace_this_cpu.
11382         (intel_supports_bts): Add cpu parameter.
11383
11384 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11385
11386         * btrace.h (btrace_insn_class): New.
11387         (btrace_insn) <size, iclass>: New.
11388         * btrace.c (ftrace_find_call): Update parameters.  Update users.
11389         Use instruction classification.
11390         (ftrace_new_return): Update parameters.  Update users.
11391         (ftrace_update_function): Update parameters.  Update users.  Use
11392         instruction classification.
11393         (ftrace_update_insns): Update parameters.  Update users.
11394         (ftrace_classify_insn): New.
11395         (btrace_compute_ftrace_bts): Fill in new btrace_insn fields.  Add
11396         TRY_CATCH around call to gdb_insn_length.
11397
11398 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11399
11400         * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
11401         Update parameters.  Update users.
11402
11403 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11404
11405         * btrace.c (parse_xml_btrace_conf_bts): Add size.
11406         (btrace_conf_bts_attributes): New.
11407         (btrace_conf_children): Add attributes.
11408         * common/btrace-common.h (btrace_config_bts): New.
11409         (btrace_config)<bts>: New.
11410         (btrace_config): Update comment.
11411         * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
11412         Use config.
11413         * features/btrace-conf.dtd: Increment version.  Add size
11414         attribute to bts element.
11415         * record-btrace.c (set_record_btrace_bts_cmdlist,
11416         show_record_btrace_bts_cmdlist): New.
11417         (record_btrace_adjust_size, record_btrace_print_bts_conf,
11418         record_btrace_print_conf, cmd_set_record_btrace_bts,
11419         cmd_show_record_btrace_bts): New.
11420         (record_btrace_info): Call record_btrace_print_conf.
11421         (_initialize_record_btrace): Add commands.
11422         * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
11423         (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
11424         (btrace_sync_conf): Synchronize bts size.
11425         (_initialize_remote): Add Qbtrace-conf:bts:size packet.
11426         * NEWS: Announce new commands and new packets.
11427
11428 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11429
11430         * Makefile.in (XMLFILES): Add btrace-conf.dtd.
11431         * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
11432         (x86_linux_btrace_conf): New.
11433         (x86_linux_create_target): Initialize to_btrace_conf.
11434         * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
11435         Check format.  Split into this and ...
11436         (linux_enable_bts): ... this.
11437         (linux_btrace_conf): New.
11438         (perf_event_skip_record): Renamed into ...
11439         (perf_event_skip_bts_record): ... this.  Updated users.
11440         (linux_disable_btrace): Split into this and ...
11441         (linux_disable_bts): ... this.
11442         (linux_read_btrace): Check format.
11443         * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
11444         (linux_btrace_conf): New.
11445         (btrace_target_info)<ptid>: Moved.
11446         (btrace_target_info)<conf>: New.
11447         (btrace_target_info): Split into this and ...
11448         (btrace_tinfo_bts): ... this.  Updated users.
11449         * btrace.c (btrace_enable): Update parameters.
11450         (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
11451         (btrace_conf_children, btrace_conf_attributes)
11452         (btrace_conf_elements): New.
11453         * btrace.h (btrace_enable): Update parameters.
11454         (btrace_conf, parse_xml_btrace_conf): New.
11455         * common/btrace-common.h (btrace_config): New.
11456         * feature/btrace-conf.dtd: New.
11457         * record-btrace.c (record_btrace_conf): New.
11458         (record_btrace_cmdlist): New.
11459         (record_btrace_enable_warn, record_btrace_open): Pass
11460         &record_btrace_conf.
11461         (record_btrace_info): Print recording format.
11462         (cmd_record_btrace_bts_start): New.
11463         (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
11464         (_initialize_record_btrace): Add "record btrace bts" subcommand.
11465         Add "record bts" alias command.
11466         * remote.c (remote_state)<btrace_config>: New.
11467         (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
11468         (remote_protocol_features): Add qXfer:btrace-conf:read.
11469         (remote_open_1): Call remote_btrace_reset.
11470         (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
11471         (btrace_target_info)<conf>: New.
11472         (btrace_sync_conf, btrace_read_config): New.
11473         (remote_enable_btrace): Update parameters.  Call btrace_sync_conf and
11474         btrace_read_conf.
11475         (remote_btrace_conf): New.
11476         (init_remote_ops): Initialize to_btrace_conf.
11477         (_initialize_remote): Add qXfer:btrace-conf packet.
11478         * target.c (target_enable_btrace): Update parameters.
11479         (target_btrace_conf): New.
11480         * target.h (target_enable_btrace): Update parameters.
11481         (target_btrace_conf): New.
11482         (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
11483         (target_ops)<to_enable_btrace>: Update parameters and comment.
11484         (target_ops)<to_btrace_conf>: New.
11485         * target-delegates: Regenerate.
11486         * target-debug.h (target_debug_print_const_struct_btrace_config_p)
11487         (target_debug_print_const_struct_btrace_target_info_p): New.
11488         * NEWS: Announce new command and new packet.
11489
11490 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11491
11492         * nat/linux-btrace.h (perf_event_buffer): New.
11493         (btrace_target_info) <buffer, size, data_head>: Replace with ...
11494         <bts>: ... this.
11495         * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
11496         (perf_event_buffer_size, perf_event_buffer_begin)
11497         (perf_event_buffer_end, linux_btrace_has_changed): Removed.
11498         Updated users.
11499         (perf_event_new_data): New.
11500
11501 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11502
11503         * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
11504         * record-btrace.c (record_btrace_open): Remove call to
11505         target_supports_btrace.
11506         * remote.c (remote_supports_btrace): Update parameters.
11507         * target.c (target_supports_btrace): Update parameters.
11508         * target.h (to_supports_btrace, target_supports_btrace): Update
11509         parameters.
11510         * target-delegates.c: Regenerate.
11511         * target-debug.h (target_debug_print_enum_btrace_format): New.
11512         * nat/linux-btrace.c
11513         (kernel_supports_btrace): Rename into ...
11514         (kernel_supports_bts): ... this.  Update users.  Update warning text.
11515         (intel_supports_btrace): Rename into ...
11516         (intel_supports_bts): ... this.  Update users.
11517         (cpu_supports_btrace): Rename into ...
11518         (cpu_supports_bts): ... this.  Update users.
11519         (linux_supports_btrace): Update parameters.  Split into this and ...
11520         (linux_supports_bts): ... this.
11521         * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
11522
11523 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11524
11525         * Makefile.in (SFILES): Add common/btrace-common.c.
11526         (COMMON_OBS): Add common/btrace-common.o.
11527         (btrace-common.o): Add build rules.
11528         * btrace.c (parse_xml_btrace): Update parameters.
11529         (parse_xml_btrace_block): Set format field.
11530         (btrace_add_pc, btrace_fetch): Use struct btrace_data.
11531         (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
11532         (btrace_compute_ftrace): Split into this and...
11533         (btrace_compute_ftrace_bts): ...this.
11534         (btrace_stitch_trace): Split into this and...
11535         (btrace_stitch_bts): ...this.
11536         * btrace.h (parse_xml_btrace): Update parameters.
11537         (make_cleanup_btrace_data): New.
11538         * common/btrace-common.c: New.
11539         * common/btrace-common.h: Include common-defs.h.
11540         (btrace_block_s): Update comment.
11541         (btrace_format): New.
11542         (btrace_format_string): New.
11543         (btrace_data_bts): New.
11544         (btrace_data): New.
11545         (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
11546         * remote.c (remote_read_btrace): Update parameters.
11547         * target.c (target_read_btrace): Update parameters.
11548         * target.h (target_read_btrace): Update parameters.
11549         (target_ops)<to_read_btrace>: Update parameters.
11550         * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
11551         * target-delegates.c: Regenerate.
11552         * target-debug (target_debug_print_struct_btrace_data_p): New.
11553         * nat/linux-btrace.c (linux_read_btrace): Split into this and...
11554         (linux_read_bts): ...this.
11555         * nat/linux-btrace.h (linux_read_btrace): Update parameters.
11556
11557 2015-02-06  Doug Evans  <dje@google.com>
11558
11559         * remote-m32r-sdi.c: Include symfile.h.
11560
11561 2015-02-06  Doug Evans  <dje@google.com>
11562
11563         * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
11564         * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
11565         to here.
11566
11567 2015-02-06  Pedro Alves  <palves@redhat.com>
11568
11569         * linux-thread-db.c (find_new_threads_callback): Add debug output.
11570
11571 2015-02-06  Simon Marchi  <simon.marchi@ericsson.com>
11572
11573         PR gdb/15678
11574         * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
11575         (enable_count_command): Check args for NULL value.
11576
11577 2015-02-05  Doug Evans  <xdje42@gmail.com>
11578
11579         * guile/scm-frame.c: Fix spelling errors in a comment.
11580
11581 2015-02-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
11582
11583         * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
11584         * python/py-value.c (valpy_fetch_lazy): Use it.  Remove cast to the
11585         return type.
11586
11587 2015-02-04  Pedro Alves  <palves@redhat.com>
11588
11589         * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
11590         (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
11591         returns true.
11592         (resume_stopped_resumed_lwps): Don't check whether the thread is
11593         marked as executing.
11594         (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
11595
11596 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11597
11598         * regset.h (struct regset): Add flags field.
11599         (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
11600         * corelow.c (get_core_register_section): Add warning if the size
11601         exceeds the requested size and the regset does not have the
11602         REGSET_VARIABLE_SIZE flag set.
11603         * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
11604         flag.
11605         * armbsd-tdep.c (armbsd_gregset): Likewise.
11606         * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
11607         * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
11608         * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
11609         * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
11610
11611 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11612
11613         * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
11614         For ".reg-xstate", explicitly specify the requested section size
11615         via X86_XSTATE_SIZE instead of just 0 on input and
11616         X86_XSTATE_MAX_SIZE on output.
11617         * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
11618         Likewise.
11619
11620 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11621
11622         PR corefiles/17808:
11623         * gdbarch.sh (iterate_over_regset_sections_cb): Document this
11624         function type, particularly its SIZE parameter.
11625         * gdbarch.h: Regenerate.
11626         * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
11627         actual against required size using ">=" instead of "==".
11628         (amd64_collect_fpregset): Likewise.
11629         * i386-tdep.c (i386_supply_gregset): Likewise.
11630         (i386_collect_gregset): Likewise.
11631         (i386_supply_fpregset): Likewise.
11632         (i386_collect_fpregset): Likewise.
11633         * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
11634         (mips_fill_gregset_wrapper): Likewise.
11635         (mips_supply_fpregset_wrapper): Likewise.
11636         (mips_fill_fpregset_wrapper): Likewise.
11637         (mips64_supply_gregset_wrapper): Likewise.
11638         (mips64_fill_gregset_wrapper): Likewise.
11639         (mips64_supply_fpregset_wrapper): Likewise.
11640         (mips64_fill_fpregset_wrapper): Likewise.
11641         * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
11642         (am33_supply_fpregset_method): Likewise.
11643         (am33_collect_gregset_method): Likewise.
11644         (am33_collect_fpregset_method): Likewise.
11645
11646 2015-02-04  Doug Evans  <dje@google.com>
11647             Pedro Alves  <palves@redhat.com>
11648             Eli Zaretskii  <eliz@gnu.org>
11649
11650         PR tui/17810
11651         * tui/tui-command.c (tui_refresh_cmd_win): New function.
11652         * tui/tui-command.c (tui_refresh_cmd_win): Declare.
11653         * tui/tui-file.c: #include tui/tui-command.h.
11654         (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
11655         (tui_file_flush): Refresh command window if stream is gdb_stdout.
11656         * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
11657
11658 2015-02-04  Pedro Alves  <palves@redhat.com>
11659
11660         Fix build breakage.
11661         * event-loop.c (gdb_do_one_event): Add default switch case.
11662
11663 2015-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11664
11665         Filter out inferior gcc option -fpreprocessed.
11666         * compile/compile.c (filter_args): New function.
11667         (get_args): Use it.
11668
11669 2015-02-03  Pedro Alves  <palves@redhat.com>
11670
11671         * event-loop.c: Don't declare nor define a queue type for
11672         gdb_event_p.
11673         (event_queue): Delete.
11674         (create_event, create_file_event, gdb_event_xfree)
11675         (initialize_event_loop, process_event): Delete.
11676         (gdb_do_one_event): Return as soon as one event is handled.
11677         (handle_file_event): Change prototype.  Used the passed in
11678         file_handler pointer and ready_mask instead of looping over all
11679         file handlers.
11680         (gdb_wait_for_event): Update the poll/select timeouts before
11681         blocking.  Run event handlers directly instead of queueing events.
11682         Return as soon as one event is handled.
11683         (struct async_event_handler_data): Delete.
11684         (invoke_async_event_handler): Delete.
11685         (check_async_event_handlers): Change return type to int.  Run
11686         event handlers directly instead of queueing events.  Return as
11687         soon as one event is handled.
11688         (handle_timer_event): Delete.
11689         (update_wait_timeout): New function, factored out from
11690         poll_timers.
11691         (poll_timers): Reimplement.
11692         * event-loop.h (initialize_event_loop): Delete declaration.
11693         * top.c (gdb_init): Don't call initialize_event_loop.
11694
11695 2015-02-03  Pedro Alves  <palves@redhat.com>
11696
11697         * event-loop.c (clear_async_event_handler): New function.
11698         * event-loop.h (clear_async_event_handler): New declaration.
11699         * record-btrace.c (record_btrace_async): New function.
11700         (init_record_btrace_ops): Install record_btrace_async.
11701         * record-full.c (record_full_async): New function.
11702         (record_full_resume): Don't mark the async event source here.
11703         (init_record_full_ops): Install record_full_async.
11704         (record_full_core_resume): Don't mark the async event source here.
11705         (init_record_full_core_ops): Install record_full_async.
11706         * remote.c (remote_async): Mark and clear the async stop reply
11707         queue event-loop token as appropriate.
11708
11709 2015-02-03  Pedro Alves  <palves@redhat.com>
11710
11711         * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
11712         target_is_async_p instead of target_can_async.
11713         (linux_nat_wait): Use target_is_async_p instead of
11714         target_can_async.  Don't enable async here.
11715         * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
11716         target_is_async_p instead of target_can_async.
11717
11718 2015-02-02  Simon Marchi  <simon.marchi@ericsson.com>
11719
11720         * varobj.h (lang_varobj_ops): Mention which return values need
11721         to be freed.
11722
11723 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
11724
11725         * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
11726
11727 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
11728
11729         PR gdb/17856:
11730         * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
11731         results found in the cache.
11732
11733 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
11734
11735         PR gdb/17854:
11736         * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
11737         when allocating a new one.
11738
11739 2015-02-01  Tom Tromey  <tom@tromey.com>
11740
11741         * MAINTAINERS: Remove myself.
11742
11743 2015-01-31  Doug Evans  <xdje42@gmail.com>
11744
11745         * dwarf2read.c (process_structure_scope): Update setting of
11746         TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
11747         * gdbtypes.c (internal_type_vptr_fieldno): New function.
11748         (set_type_vptr_fieldno): New function.
11749         (internal_type_vptr_basetype): New function.
11750         (set_type_vptr_basetype): New function.
11751         (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
11752         TYPE_VPTR_BASETYPE.
11753         (allocate_cplus_struct_type): Initialize vptr_fieldno.
11754         (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
11755         (print_cplus_stuff): ... moved here.
11756         (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
11757         * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
11758         moved to ...
11759         (struct cplus_struct_type): ... here.  All uses updated.
11760         (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
11761         (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
11762         (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
11763         * stabsread.c (read_tilde_fields): Update setting of
11764         TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
11765
11766 2015-01-31  Doug Evans  <xdje42@gmail.com>
11767
11768         * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
11769         to self_p.
11770         (cp_print_class_member): Rename local domain to self_type.
11771         * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
11772         domain_type to self_type.
11773         (set_die_type) <need_gnat_info>: Handle
11774         TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
11775         * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
11776         TYPE_SPECIFIC_SELF_TYPE.
11777         * gdbtypes.c (internal_type_self_type): New function.
11778         (set_type_self_type): New function.
11779         (smash_to_memberptr_type): Rename parameter domain to self_type.
11780         Update setting of TYPE_SELF_TYPE.
11781         (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
11782         (smash_to_method_type): Rename parameter domain to self_type.
11783         Update setting of TYPE_SELF_TYPE.
11784         (check_stub_method): Call smash_to_method_type.
11785         (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
11786         (copy_type_recursive): Ditto.
11787         * gdbtypes.h (enum type_specific_kind): New value
11788         TYPE_SPECIFIC_SELF_TYPE.
11789         (struct main_type) <type_specific>: New member self_type.
11790         (struct cplus_struct_type) <fn_field.type>: Update comment.
11791         (TYPE_SELF_TYPE): Rewrite.
11792         (internal_type_self_type, set_type_self_type): Declare.
11793         * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
11794         self_type.
11795         (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
11796         * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
11797         TYPE_TARGET_TYPE.
11798         * stabsread.c (read_member_functions): Mark methods with
11799         TYPE_CODE_METHOD, not TYPE_CODE_FUNC.  Update setting of
11800         TYPE_SELF_TYPE.
11801
11802 2015-01-31  Doug Evans  <xdje42@gmail.com>
11803
11804         * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
11805         All uses updated.
11806
11807 2015-01-31  Doug Evans  <xdje42@gmail.com>
11808
11809         * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
11810         or unions.  Return zero if union.
11811         (gnuv3_get_vtable): Call check_typedef.  Assert only passed structs.
11812         (gnuv3_rtti_type): Pass already-check_typedef'd value to
11813         gnuv3_get_vtable.
11814         (compute_vtable_size): Assert only passed structs.
11815         (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
11816
11817 2015-01-31  Doug Evans  <xdje42@gmail.com>
11818
11819         * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
11820         kinds.
11821
11822 2015-01-31  Gary Benson <gbenson@redhat.com>
11823             Doug Evans  <dje@google.com>
11824
11825         PR cli/9007
11826         PR cli/11920
11827         PR cli/15548
11828         * cli/cli-cmds.c (complete_command): Notify user if max-completions
11829         reached.
11830         * common/common-exceptions.h (enum errors)
11831         <MAX_COMPLETIONS_REACHED_ERROR>: New value.
11832         * completer.h (get_max_completions_reached_message): New declaration.
11833         (max_completions): Likewise.
11834         (completion_tracker_t): New typedef.
11835         (new_completion_tracker): New declaration.
11836         (make_cleanup_free_completion_tracker): Likewise.
11837         (maybe_add_completion_enum): New enum.
11838         (maybe_add_completion): New declaration.
11839         (throw_max_completions_reached_error): Likewise.
11840         * completer.c (max_completions): New global variable.
11841         (new_completion_tracker): New function.
11842         (free_completion_tracker): Likewise.
11843         (make_cleanup_free_completion_tracker): Likewise.
11844         (maybe_add_completions): Likewise.
11845         (throw_max_completions_reached_error): Likewise.
11846         (complete_line): Remove duplicates and limit result to max_completions
11847         entries.
11848         (get_max_completions_reached_message): New function.
11849         (gdb_display_match_list): Handle max_completions.
11850         (_initialize_completer): New declaration and function.
11851         * symtab.c: Include completer.h.
11852         (completion_tracker): New static variable.
11853         (completion_list_add_name): Call maybe_add_completion.
11854         (default_make_symbol_completion_list_break_on_1): Renamed from
11855         default_make_symbol_completion_list_break_on.  Maintain
11856         completion_tracker across calls to completion_list_add_name.
11857         (default_make_symbol_completion_list_break_on): New function.
11858         * top.c (init_main): Set rl_completion_display_matches_hook.
11859         * tui/tui-io.c: Include completer.h.
11860         (tui_old_rl_display_matches_hook): New static global.
11861         (tui_rl_display_match_list): Notify user if max-completions reached.
11862         (tui_setup_io): Save/restore rl_completion_display_matches_hook.
11863         * NEWS (New Options): Mention set/show max-completions.
11864
11865 2015-01-31  Gary Benson  <gbenson@redhat.com>
11866
11867         * symtab.c (struct add_name_data) <code>: New field.
11868         Updated comments.
11869         (add_symtab_completions): New function.
11870         (symtab_expansion_callback): Likewise.
11871         (default_make_symbol_completion_list_break_on): Set datum.code.
11872         Move minimal symbol scan before calling expand_symtabs_matching.
11873         Scan known primary symtabs for externs and statics before calling
11874         expand_symtabs_matching.  Pass symtab_expansion_callback as
11875         expansion_notify argument to expand_symtabs_matching.  Do not scan
11876         primary symtabs for externs and statics after calling
11877         expand_symtabs_matching.
11878
11879 2015-01-31  Gary Benson  <gbenson@redhat.com>
11880
11881         * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
11882         (struct quick_symbol_functions) <expand_symtabs_matching>:
11883         New argument expansion_notify.  All uses updated.
11884         (expand_symtabs_matching): New argument expansion_notify.
11885         All uses updated.
11886         * symfile-debug.c (debug_qf_expand_symtabs_matching):
11887         Also print expansion notify.
11888         * symtab.c (expand_symtabs_matching_via_partial): Call
11889         expansion_notify whenever a partial symbol table is expanded.
11890         * dwarf2read.c (dw2_expand_symtabs_matching): Call
11891         expansion_notify whenever a symbol table is instantiated.
11892
11893 2015-01-31  Doug Evans  <xdje42@gmail.com>
11894
11895         * cli-out.c: #include completer.h, readline/readline.h.
11896         (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
11897         (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
11898         (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
11899         * cli-out.h (cli_display_match_list): Declare.
11900         * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
11901         (ELLIPSIS_LEN): Ditto.
11902         (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
11903         (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
11904         (gdb_fnprint, gdb_print_filename): Ditto.
11905         (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
11906         (gdb_display_match_list): Ditto.
11907         * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
11908         (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
11909         (mld_beep_ftype, mld_read_key_ftype): Ditto.
11910         (match_list_displayer): New struct.
11911         (gdb_display_match_list): Declare.
11912         * top.c (init_main): Set rl_completion_display_matches_hook.
11913         * tui/tui-io.c: #include completer.h.
11914         (printable_part, PUTX, print_filename, get_y_or_n): Delete.
11915         (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
11916         (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
11917         (tui_mld_getc, tui_mld_read_key): Ditto.
11918         (tui_rl_display_match_list): Rewrite.
11919         (tui_handle_resize_during_io): New arg for_completion.  All callers
11920         updated.
11921
11922 2015-01-31  Doug Evans  <xdje42@gmail.com>
11923
11924         Add symbol lookup cache.
11925         * NEWS: Document new options and commands.
11926         * symtab.c (symbol_cache_key): New static global.
11927         (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
11928         (SYMBOL_LOOKUP_FAILED): New macro.
11929         (symbol_cache_slot_state): New enum.
11930         (block_symbol_cache): New struct.
11931         (symbol_cache): New struct.
11932         (new_symbol_cache_size, symbol_cache_size): New static globals.
11933         (hash_symbol_entry, eq_symbol_entry): New functions.
11934         (symbol_cache_byte_size, resize_symbol_cache): New functions.
11935         (make_symbol_cache, free_symbol_cache): New functions.
11936         (get_symbol_cache, symbol_cache_cleanup): New function.
11937         (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
11938         (symbol_cache_lookup, symbol_cache_clear_slot): New function.
11939         (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
11940         (symbol_cache_flush, symbol_cache_dump): New functions.
11941         (maintenance_print_symbol_cache): New function.
11942         (maintenance_flush_symbol_cache): New function.
11943         (symbol_cache_stats): New function.
11944         (maintenance_print_symbol_cache_statistics): New function.
11945         (symtab_new_objfile_observer): New function.
11946         (symtab_free_objfile_observer): New function.
11947         (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
11948         (_initialize_symtab): Init symbol_cache_key.  New parameter
11949         maint symbol-cache-size.  New maint commands print symbol-cache,
11950         print symbol-cache-statistics, flush-symbol-cache.
11951         Install new_objfile, free_objfile observers.
11952
11953 2015-01-31  Joel Brobecker  <brobecker@adacore.com>
11954
11955         PR symtab/17855
11956         * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
11957         to end.
11958
11959 2015-01-31  Doug Evans  <xdje42@gmail.com>
11960
11961         * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
11962         * auto-load.c: #include ctype.h.
11963         (struct auto_load_pspace_info): Replace member loaded_scripts with
11964         new members loaded_script_files, loaded_script_texts.
11965         (auto_load_pspace_data_cleanup): Update.
11966         (init_loaded_scripts_info): Update.
11967         (get_auto_load_pspace_data_for_loading): Update.
11968         (maybe_add_script_file): Renamed from maybe_add_script.  All callers
11969         updated.
11970         (maybe_add_script_text): New function.
11971         (clear_section_scripts): Update.
11972         (source_script_file, execute_script_contents): New functions.
11973         (source_section_scripts): Add support for
11974         SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
11975         (print_scripts): New function.
11976         (auto_load_info_scripts): Also print inlined scripts.
11977         (maybe_print_unsupported_script_warning): Renamed from
11978         unsupported_script_warning_print.  All callers updated.
11979         (maybe_print_script_not_found_warning): Renamed from
11980         script_not_found_warning_print.  All callers updated.
11981         * extension-priv.h (struct extension_language_script_ops): New member
11982         objfile_script_executor.
11983         * extension.c (ext_lang_objfile_script_executor): New function.
11984         * extension.h (objfile_script_executor_func): New typedef.
11985         (ext_lang_objfile_script_executor): Declare.
11986         * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
11987         * guile/guile.c (guile_extension_script_ops): Update.
11988         * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
11989         * python/python.c (python_extension_script_ops): Update.
11990         (gdbpy_execute_objfile_script): New function.
11991
11992 2015-01-31  Eli Zaretskii  <eliz@gnu.org>
11993
11994         * tui/tui-io.c (tui_expand_tabs): New function.
11995         (tui_puts, tui_redisplay_readline): Expand TABs into the
11996         appropriate number of spaces.
11997         * tui/tui-regs.c: Include tui-io.h.
11998         (tui_register_format): Call tui_expand_tabs to expand TABs into
11999         the appropriate number of spaces.
12000         * tui/tui-io.h: Add prototype for tui_expand_tabs.
12001
12002 2015-01-30  Doug Evans  <dje@google.com>
12003
12004         * NEWS: "info source" command now display producer string if present.
12005         * source.c (source_info): Print producer string if present.
12006
12007 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12008
12009         * varobj.c (varobj_delete): Fix comment.
12010
12011 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12012
12013         * varobj.c (create_child): Modify comment.
12014
12015 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12016
12017         * ada-varobj.c (ada_number_of_children): Constify struct varobj *
12018         parameter.
12019         (ada_name_of_variable): Same.
12020         (ada_path_expr_of_child): Same.
12021         (ada_value_of_variable): Same.
12022         (ada_value_is_changeable_p): Same.
12023         (ada_value_has_mutated): Same.
12024         * c-varobj.c (varobj_is_anonymous_child): Same.
12025         (c_is_path_expr_parent): Same.
12026         (c_number_of_children): Same.
12027         (c_name_of_variable): Same.
12028         (c_path_expr_of_child): Same.
12029         (get_type): Same.
12030         (c_value_of_variable): Same.
12031         (cplus_number_of_children): Same.
12032         (cplus_name_of_variable): Same.
12033         (cplus_path_expr_of_child): Same.
12034         (cplus_value_of_variable): Same.
12035         * jv-varobj.c (java_number_of_children): Same.
12036         (java_name_of_variable): Same.
12037         (java_path_expr_of_child): Same.
12038         (java_value_of_variable): Same.
12039         * varobj.c (number_of_children): Same.
12040         (name_of_variable): Same.
12041         (is_root_p): Same.
12042         (varobj_ensure_python_env): Same.
12043         (varobj_get_objname): Same.
12044         (varobj_get_expression): Same.
12045         (varobj_get_display_format): Same.
12046         (varobj_get_display_hint): Same.
12047         (varobj_has_more): Same.
12048         (varobj_get_thread_id): Same.
12049         (varobj_get_frozen): Same.
12050         (dynamic_varobj_has_child_method): Same.
12051         (varobj_get_gdb_type): Same.
12052         (is_path_expr_parent): Same.
12053         (varobj_default_is_path_expr_parent): Same.
12054         (varobj_get_language): Same.
12055         (varobj_get_attributes): Same.
12056         (varobj_is_dynamic_p): Same.
12057         (varobj_get_child_range): Same.
12058         (varobj_value_has_mutated): Same.
12059         (varobj_get_value_type): Same.
12060         (number_of_children): Same.
12061         (name_of_variable): Same.
12062         (check_scope): Same.
12063         (varobj_editable_p): Same.
12064         (varobj_value_is_changeable_p): Same.
12065         (varobj_floating_p): Same.
12066         (varobj_default_value_is_changeable_p): Same.
12067
12068 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12069
12070         * varobj.c (varobj_get_path_expr): Set var->path_expr.
12071         * c-varobj.c (c_path_expr_of_child): Set local var instead of
12072         child->path_expr.
12073         (cplus_path_expr_of_child): Same.
12074
12075 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12076
12077         * mi-cmd-var.c (print_varobj): Free varobj_get_expression
12078         result.
12079         (mi_cmd_var_info_expression): Same.
12080         * varobj.c (varobj_get_expression): Mention in the comment that
12081         the result must by freed by the caller.
12082
12083 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12084
12085         * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
12086         varobj_get_type.
12087         (varobj_update_one): Same.
12088         * varobj.c (update_type_if_necessary): Free curr_type_str and
12089         new_type_str.
12090         (varobj_get_type): Specify in comment that the result needs to be
12091         freed by the caller.
12092
12093 2015-01-29  Doug Evans  <dje@google.com>
12094
12095         PR symtab/17890
12096         * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
12097
12098 2015-01-25  Mark Wielaard  <mjw@redhat.com>
12099
12100         * dwarf2read.c (checkproducer): Call producer_is_gcc.
12101         * utils.c (producer_is_gcc_ge_4): Likewise.
12102         (producer_is_gcc): New function.
12103         * utils.h (producer_is_gcc): New declaration.
12104
12105 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
12106
12107         * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
12108         kind.
12109         * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
12110         parameter by "addr_stack" parameter.
12111         (resolve_dynamic_range): Replace "addr" parameter by
12112         "stack_addr" parameter.  Update function documentation.
12113         Update code accordingly.
12114         (resolve_dynamic_array, resolve_dynamic_union)
12115         (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
12116         (resolve_dynamic_type): Update code, following the changes made
12117         to resolve_dynamic_type_internal's interface.
12118         * dwarf2loc.h (struct property_addr_info): New.
12119         (dwarf2_evaluate_property): Replace "address" parameter
12120         by "addr_stack" parameter.  Adjust function documentation.
12121         (struct dwarf2_offset_baton): New.
12122         (struct dwarf2_property_baton): Update documentation of
12123         field "referenced_type" to be more general. New field
12124         "offset_info" in union data field.
12125         * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
12126         parameter by "addr_stack" parameter.  Adjust code accordingly.
12127         Add support for PROP_ADDR_OFFSET properties.
12128         * dwarf2read.c (attr_to_dynamic_prop): Add support for
12129         DW_AT_data_member_location attributes as well.  Use case
12130         statements instead of if/else condition.
12131
12132 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
12133
12134         * ada-varobj.c (ada_varobj_get_array_number_of_children):
12135         Return zero if PARENT_VALUE is NULL and parent_type's
12136         range type is dynamic.
12137
12138 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
12139
12140         * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
12141         nonzero if the type's subtype is dynamic.
12142         (resolve_dynamic_range): Also resolve the range's subtype.
12143
12144 2015-01-29  Alexander Klimov  <alserkli@inbox.ru>  (tiny patch)
12145
12146         Pushed by Joel Brobecker  <brobecker@adacore.com>.
12147         * symfile.c (unmap_overlay_command): Initialize sec to NULL.
12148
12149 2015-01-27  Doug Evans  <dje@google.com>
12150
12151         * NEWS: Mention gdb.Objfile.username.
12152         * python/py-objfile.c (objfpy_get_username): New function.
12153         (objfile_getset): Add "username".
12154
12155 2015-01-24  Mark Wielaard  <mjw@redhat.com>
12156
12157         * stack.c (return_command): Markup warning message with _.
12158
12159 2015-01-24  Doug Evans  <xdje42@gmail.com>
12160
12161         * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
12162
12163 2015-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
12164
12165         Fix 100x slowdown regression on DWZ files.
12166         * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
12167         (struct line_header): Add offset and offset_in_dwz.
12168         (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
12169         (free_line_header_voidp): New declaration.
12170         (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
12171         functions.
12172         (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
12173         (handle_DW_AT_stmt_list): Use line_header_hash.
12174         (free_line_header_voidp): New function.
12175         (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
12176         (dwarf_decode_lines): New parameter decode_mapping, use it.
12177         (dwarf2_free_objfile): Free line_header_hash.
12178
12179 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
12180
12181         PR gdb/17416
12182         * valops.c (value_rtti_indirect_type): Catch exception thrown by
12183         value_ind.
12184
12185 2015-01-15  Mark Wielaard  <mjw@redhat.com>
12186
12187         * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
12188         DW_AT_noreturn.
12189         * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
12190         calling_convention an 8 bit bit field.
12191         (TYPE_NO_RETURN): New macro.
12192         * infcmd.c (finish_command): Query if function does not return
12193         normally.
12194         * stack.c (return_command): Likewise.
12195
12196 2015-01-23  Pedro Alves  <palves@redhat.com>
12197
12198         * linux-nat.c (linux_is_async_p): New macro.
12199         (linux_nat_is_async_p):
12200         (linux_nat_terminal_inferior): Check whether the target can async
12201         instead of whether it is already async.
12202         (linux_nat_terminal_ours): Don't check whether the target is
12203         async.
12204         (linux_async_pipe): Use linux_is_async_p.
12205
12206 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12207
12208         * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
12209         '-ascending'.
12210         * thread.c (tp_array_compar_ascending, tp_array_compar): New.
12211         (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
12212         Sort tp_array using tp_array_compar.
12213         (_initialize_thread): Extend thread_apply_all_command help.
12214
12215 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12216
12217         * corelow.c (core_open): Call also thread_command.
12218         * gdbthread.h (thread_command): New prototype moved from ...
12219         * thread.c (thread_command): ... here.
12220         (thread_command): Make it global.
12221
12222 2015-01-22  Pedro Alves  <palves@redhat.com>
12223
12224         * configure.ac [*mingw32*]: Check $curses_found instead of
12225         $prefer_curses.
12226         * configure: Regenerate.
12227         * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
12228         HAVE_NCURSES_NCURSES_H checks.
12229
12230 2015-01-22  Eli Zaretskii  <eliz@gnu.org>
12231
12232         * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
12233         fails with the 1st arg NULL, try again with "unknown".  Don't test
12234         the "cup" capability: it isn't supported by the Windows port of
12235         ncurses, but the Windows console driver is still capable of
12236         supporting TUI.
12237
12238 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12239
12240         * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
12241
12242 2015-01-22  Eli Zaretskii  <eliz@gnu.org>
12243
12244         * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
12245         (ALLDEPFILES): Remove irix5-nat.c.  These two are part of the
12246         reason that "make TAGS" is broken.
12247
12248 2015-01-22  Chen Gang  <gang.chen.5i5j@gmail.com>
12249
12250         * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
12251         and check additional store instructions.
12252
12253 2015-01-21  Wei-cheng Wang  <cole945@gmail.com>
12254
12255         * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
12256
12257 2015-01-21  Wei-cheng Wang  <cole945@gmail.com>
12258
12259         * ppc-linux-tdep.c (ppc_skip_trampoline_code,
12260         ppc_canonicalize_syscall, ppc_linux_syscall_record,
12261         ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
12262         * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12263         * rs6000-tdep.c (rs6000_epilogue_frame_cache,
12264         rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
12265         rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
12266         ppc_process_record_op19, ppc_process_record_op31,
12267         ppc_process_record_op59, ppc_process_record_op60,
12268         ppc_process_record_op63): Likewise.
12269
12270 2015-01-20  Joel Brobecker  <brobecker@adacore.com>
12271
12272         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
12273         (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
12274         strerror.
12275
12276 2015-01-20  Wei-cheng Wang  <cole945@gmail.com>
12277
12278         * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
12279         ppc_process_record_op31, ppc_process_record_op59,
12280         ppc_process_record_op60, ppc_process_record_op63,
12281         ppc_process_record): Fix -Wformat warning.
12282         * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
12283         Remove unused variables.
12284
12285 2015-01-20  Chen Gang  <gang.chen.5i5j@gmail.com>
12286
12287         * MAINTAINERS (Write After Approval): Add "Chen Gang".
12288
12289 2015-01-19  Eli Zaretskii  <eliz@gnu.org>
12290
12291         * configure.ac [*mingw32*]: Only add windows-termcap.o to
12292         CONFIG_OBS if not building with a curses library.
12293         * configure: Regenerate.
12294
12295         * windows-termcap.c: Include defs.h.  Make the whole body empty if
12296         either one of HAVE_CURSES_H or HAVE_NCURSES_H or
12297         HAVE_NCURSES_NCURSES_H is defined.
12298
12299 2015-01-19  Joel Brobecker  <brobecker@adacore.com>
12300
12301         * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
12302         from end of line to start of next line.
12303
12304 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
12305
12306         * ppc-linux-tdep.c (ppc_skip_trampoline_code):
12307         Scan PLT stub backward for reverse debugging.
12308         * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12309
12310 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
12311             Ulrich Weigand  <uweigand@de.ibm.com>
12312
12313         * configure.tgt (powerpc*-*-linux): Add linux-record.o to
12314         gdb_target_obs.
12315         (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
12316         record.
12317         (ppc_canonicalize_syscall, ppc_linux_syscall_record,
12318         ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
12319         (ppc_linux_init_abi): Set process_record, process_record_signal.
12320         * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
12321         ppc_linux_record_tdep to gdbarch_tdep.
12322         (ppc_process_record): New declaration.
12323         * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
12324         ppc_process_record_op19, ppc_process_record_op31,
12325         ppc_process_record_op59, ppc_process_record_op60,
12326         ppc_process_record_op63, ppc_process_record): New functions.
12327
12328 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
12329
12330         * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
12331         rs6000_in_function_epilogue_frame_p and add an argument
12332         for frame_info.
12333         (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
12334         rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
12335         New functions.
12336         (rs6000_epilogue_frame_unwind): New.
12337         (rs6000_gdbarch_init): Append epilogue unwinder.
12338
12339 2015-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
12340
12341         * nat/linux-personality.c: Replace "#ifndef
12342         HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
12343         !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
12344         systems.
12345
12346 2015-01-16  Eli Zaretskii  <eliz@gnu.org>
12347
12348         * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
12349         functions.
12350         (_initialize_tui_win) <border-kind, border-mode>:
12351         <active-border-mode>: Use tui_set_var_cmd as the "set" function.
12352         (tui_set_tab_width_command): Fix the commentary.
12353
12354         * tui/tui-win.h: Add prototype for tui_rehighlight_all.
12355
12356         * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
12357         Doc fix.
12358         (tui_set_tab_width_command): Delete and recreate the source and
12359         the disassembly windows, to show the effect of the changed tab
12360         size immediately.
12361
12362         * tui/tui-data.h (LINE_PREFIX): Make shorter
12363         (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
12364         "Thread NNNNN.XXXX" thread ID notation on Windows.
12365
12366 2015-01-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
12367
12368         Fix gcc-5 compilation.
12369         * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
12370
12371 2015-01-15  Sergio Durigan Junior  <sergiodj@redhat.com>
12372
12373         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
12374         (linux-personality.o): New rule.
12375         * common/common-defs.h: Include <stdint.h>.
12376         * config/aarch64/linux.mh (NATDEPFILES): Include
12377         linux-personality.o.
12378         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
12379         * config/arm/linux.mh (NATDEPFILES): Likewise.
12380         * config/i386/linux64.mh (NATDEPFILES): Likewise.
12381         * config/i386/linux.mh (NATDEPFILES): Likewise.
12382         * config/ia64/linux.mh (NATDEPFILES): Likewise.
12383         * config/m32r/linux.mh (NATDEPFILES): Likewise.
12384         * config/m68k/linux.mh (NATDEPFILES): Likewise.
12385         * config/mips/linux.mh (NATDEPFILES): Likewise.
12386         * config/pa/linux.mh (NATDEPFILES): Likewise.
12387         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
12388         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
12389         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
12390         * config/s390/linux.mh (NATDEPFILES): Likewise.
12391         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
12392         * config/sparc/linux.mh (NATDEPFILES): Likewise.
12393         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
12394         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
12395         * defs.h: Remove #include <stdint.h> (moved to
12396         common/common-defs.h).
12397         * linux-nat.c: Include nat/linux-personality.h.  Remove #include
12398         <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
12399         nat/linux-personality.c).
12400         (linux_nat_create_inferior): Remove code to disable address space
12401         randomization (moved to nat/linux-personality.c).  Create cleanup
12402         to disable address space randomization.
12403         * nat/linux-personality.c: New file.
12404         * nat/linux-personality.h: Likewise.
12405
12406 2015-01-15  Sergio Durigan Junior  <sergiodj@redhat.com>
12407
12408         * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
12409         common/posix-strerror.c.
12410         (posix-strerror.o): New rule.
12411         (mingw-strerror.o): Likewise.
12412         * common/common-utils.h (safe_strerror): Move prototype to here,
12413         from utils.h.
12414         * common/common.host: New file.
12415         * common/mingw-strerror.c: Likewise.
12416         * common/posix-strerror.c: Likewise.
12417         * configure: Regenerated.
12418         * configure.ac: Source common/common.host.  Add variable
12419         common_host_obs to gdb_host_obs.
12420         * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
12421         gdb/common/posix-strerror.c when warning about the use of
12422         strerror.
12423         * mingw-hdep.c (safe_strerror): Remove definition; move it to
12424         common/mingw-strerror.c.
12425         * posix-hdep.c (safe_strerror): Remove definition; move it to
12426         common/posix-hdep.c.
12427         * utils.h (safe_strerror): Remove prototype; move to
12428         common/common-utils.h.
12429
12430 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
12431
12432         GDB 7.8.2 released.
12433
12434 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
12435
12436         * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
12437         ___XA type if the array has already been fixed.
12438
12439 2015-01-14  Yao Qi  <yao@codesourcery.com>
12440
12441         * Makefile.in (ppc-linux.o): New rule.
12442         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
12443         * configure.ac: AC_CHECK_FUNCS(getauxval).
12444         * config.in: Re-generated.
12445         * configure: Re-generated.
12446         * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
12447         Declare.
12448         * nat/ppc-linux.c: New file.
12449         * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
12450         Call ppc64_64bit_inferior_p.
12451
12452 2015-01-14  Yao Qi  <yao@codesourcery.com>
12453
12454         * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
12455         nat/ppc-linux.h.
12456         (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
12457         (PPC_FEATURE_HAS_DFP): Likewise.
12458         (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
12459         (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
12460         (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
12461         Include "nat/ppc-linux.h".
12462         * nat/ppc-linux.h: New file.
12463         * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
12464
12465 2015-01-14  Pedro Alves  <palves@redhat.com>
12466
12467         PR gdb/17525
12468         * breakpoint.c: Include "interps.h".
12469         (bpstat_do_actions_1): Also check whether the interpreter is
12470         async.
12471
12472 2015-01-14  Pedro Alves  <palves@redhat.com>
12473
12474         PR cli/17828
12475         * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
12476         reinstall if the interpreter is sync.
12477
12478 2015-01-13  Doug Evans  <dje@google.com>
12479
12480         * objfiles.c (objfile_filename): New function.
12481         * objfiles.h (objfile_filename): Declare it.
12482         (objfile_name): Add function comment.
12483         * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
12484         bfd file name (which may be realpath'd), and the original name.
12485
12486 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12487
12488         * NEWS: Create a new section for the next release branch.
12489         Rename the section of the current branch, now that it has
12490         been cut.
12491
12492 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12493
12494         GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
12495         * version.in: Bump version to 7.9.50.DATE-cvs.
12496
12497 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12498
12499         * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
12500         Remove trailing new-line in argument of call to warning.
12501
12502 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12503
12504         * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
12505         new-line in argument of call to "warning".
12506
12507 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12508
12509         * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
12510         in static block, then try searching for primitive types.
12511
12512 2015-01-12  Patrick Palka  <patrick@parcs.ath.cx>
12513
12514         * top.h (gdb_add_history): Declare.
12515         * top.c (command_count): New variable.
12516         (gdb_add_history): New function.
12517         (gdb_safe_append_history): New static function.
12518         (quit_force): Call it.
12519         (command_line_input): Use gdb_add_history instead of
12520         add_history.
12521         * event-top.c (command_line_handler): Likewise.
12522
12523 2015-01-12  James Clarke  <jrtc27@jrtc27.com>  (tiny patch)
12524
12525         PR gdb/17046
12526         * darwin-nat.c: Replace <machine/setjmp.h> #include by
12527         <setjmp.h> #include.
12528
12529 2015-01-11  Doug Evans  <xdje42@gmail.com>
12530
12531         * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
12532
12533 2015-01-11  Doug Evans  <xdje42@gmail.com>
12534
12535         PR gdb/15830
12536         * NEWS: The "maint demangle" command is renamed as "demangle".
12537         * demangle.c: #include cli/cli-utils.h, language.h.
12538         (demangle_command): New function.
12539         (_initialize_demangle): Add new command "demangle".
12540         * maint.c (maintenance_demangle): Stub out.
12541         (_initialize_maint_cmds): Update help text for "maint demangle",
12542         and mark as deprecated.
12543
12544 2015-01-11  Mark Kettenis  <kettenis@gnu.org>
12545
12546         * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
12547         inferior_thread is a function.
12548
12549 2015-01-09  Patrick Palka  <patrick@parcs.ath.cx>
12550
12551         * Makefile.in (.y.c): Don't munge yacc's #line
12552         directives.
12553
12554 2015-01-09  Patrick Palka  <patrick@parcs.ath.cx>
12555
12556         * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
12557         to prompt for input.
12558         * tui/tui-hooks.c (tui_query_hook): Remove.
12559         (tui_install_hooks): Don't set deprecated_query_hook.
12560         * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
12561         height calculation.  Always update the command window's cur_line.
12562
12563 2015-01-09  Pedro Alves  <palves@redhat.com>
12564
12565         * breakpoint.c (hardware_breakpoint_inserted_here_p): New
12566         function.
12567         * breakpoint.h (hardware_breakpoint_inserted_here_p): New
12568         declaration.
12569         * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
12570         (linux_resume_one_lwp): Store the thread's PC.  Adjust to clear
12571         stop_reason.
12572         (check_stopped_by_watchpoint): New function.
12573         (save_sigtrap): Reimplement.
12574         (linux_nat_stopped_by_watchpoint): Adjust.
12575         (linux_nat_lp_status_is_event): Delete.
12576         (stop_wait_callback): Only call save_sigtrap after storing the
12577         pending status.
12578         (status_callback): If the thread had been stopped for a breakpoint
12579         that has since been removed, discard the event and resume the LWP.
12580         (count_events_callback, select_event_lwp_callback): Use
12581         lwp_status_pending_p instead of linux_nat_lp_status_is_event.
12582         (cancel_breakpoint): Rename to ...
12583         (check_stopped_by_breakpoint): ... this.  Record whether the LWP
12584         stopped for a software breakpoint or hardware breakpoint.
12585         (select_event_lwp): Only give preference to the stepping LWP in
12586         all-stop mode.  Adjust comments.
12587         (stop_and_resume_callback): Remove references to new_pending_p.
12588         (linux_nat_filter_event): Likewise.  Leave exit events of the
12589         leader thread pending here.  Handle signal short circuiting here.
12590         Only call save_sigtrap after storing the pending waitstatus.
12591         (linux_nat_wait_1): Remove 'retry' label.  Remove references to
12592         new_pending.  Don't handle leaving events the caller is not
12593         interested in pending here, nor handle signal short-circuiting
12594         here.  Also give equal priority to all LWPs that have had events
12595         in non-stop mode.  If reporting a software breakpoint event,
12596         unadjust the LWP's PC.
12597         * linux-nat.h (enum lwp_stop_reason): New.
12598         (struct lwp_info) <stop_pc>: New field.
12599         (struct lwp_info) <stopped_by_watchpoint>: Delete field.
12600         (struct lwp_info) <stop_reason>: New field.
12601         * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
12602
12603 2015-01-09  Pedro Alves  <palves@redhat.com>
12604
12605         * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
12606         Set the LWP's 'resumed' flag.
12607
12608 2015-01-09  Pedro Alves  <palves@redhat.com>
12609
12610         * linux-nat.c (linux_resume_one_lwp): New function.
12611         (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
12612         (linux_nat_resume): Use lwp_status_pending_p and
12613         linux_resume_one_lwp.
12614         (linux_handle_syscall_trap): Use linux_resume_one_lwp.
12615         (linux_handle_extended_wait): Use linux_resume_one_lwp.
12616         (status_callback, running_callback): Use lwp_status_pending_p.
12617         (lwp_status_pending_p): New function.
12618         (stop_and_resume_callback): Use lwp_status_pending_p.
12619         (linux_nat_filter_event): Use linux_resume_one_lwp.
12620         (linux_nat_wait_1): Always use status_callback to look for an LWP
12621         with a pending status.  Use linux_resume_one_lwp.
12622         (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
12623         linux_resume_one_lwp.
12624
12625 2015-01-09  Pedro Alves  <palves@redhat.com>
12626
12627         * breakpoint.c (bp_location_inserted_here_p): New function,
12628         factored out from ...
12629         (breakpoint_inserted_here_p): ... here.  Use
12630         ALL_BP_LOCATIONS_AT_ADDR.
12631         (software_breakpoint_inserted_here_p): Use
12632         bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
12633
12634 2014-01-09  Pedro Alves  <palves@redhat.com>
12635
12636         Skip enabling event reporting if the kernel supports
12637         PTRACE_EVENT_CLONE.
12638         * linux-thread-db.c: Include "nat/linux-ptrace.h".
12639         (thread_db_use_events): New function.
12640         (try_thread_db_load_1): Check thread_db_use_events before enabling
12641         event reporting.
12642         (update_thread_state): New function.
12643         (attach_thread): Use it.  Check thread_db_use_events before
12644         enabling event reporting.
12645         (thread_db_detach): Check thread_db_use_events before disabling
12646         event reporting.
12647         (find_new_threads_callback): Check thread_db_use_events before
12648         enabling event reporting.  Update the thread's state if not using
12649         libthread_db events.
12650
12651 2015-01-09  Pedro Alves  <palves@redhat.com>
12652
12653         * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
12654         about to wait for is > 0.
12655         * linux-thread-db.c (find_new_threads_callback): Ignore thread if
12656         the kernel thread ID is -1.
12657
12658 2015-01-09  Pedro Alves  <palves@redhat.com>
12659
12660         * linux-nat.c (attach_proc_task_lwp_callback): New function.
12661         (linux_nat_attach): Use linux_proc_attach_tgid_threads.
12662         (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
12663         ptrace option flags.
12664         * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
12665         field.
12666         * nat/linux-procfs.c: Include <dirent.h>.
12667         (linux_proc_get_int): New parameter "warn".  Handle it.
12668         (linux_proc_get_tgid): Adjust.
12669         (linux_proc_get_tracerpid): Rename to ...
12670         (linux_proc_get_tracerpid_nowarn): ... this.
12671         (linux_proc_pid_get_state): New function, factored out from
12672         (linux_proc_pid_has_state): ... this.  Add new parameter "warn"
12673         and handle it.
12674         (linux_proc_pid_is_gone): New function.
12675         (linux_proc_pid_is_stopped): Adjust.
12676         (linux_proc_pid_is_zombie_maybe_warn)
12677         (linux_proc_pid_is_zombie_nowarn): New functions.
12678         (linux_proc_pid_is_zombie): Use
12679         linux_proc_pid_is_zombie_maybe_warn.
12680         (linux_proc_attach_tgid_threads): New function.
12681         * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
12682         (linux_proc_get_tracerpid): Rename to ...
12683         (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
12684         (linux_proc_pid_is_gone): New declaration.
12685         (linux_proc_pid_is_zombie): Update comment.
12686         (linux_proc_pid_is_zombie_nowarn): New declaration.
12687         (linux_proc_attach_lwp_func): New typedef.
12688         (linux_proc_attach_tgid_threads): New declaration.
12689         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
12690         use nowarn functions.
12691         (linux_ptrace_attach_fail_reason_string): Move here from
12692         gdbserver/linux-low.c and rename.
12693         (ptrace_supports_feature): If the current ptrace options are not
12694         known yet, check them now, instead of asserting.
12695         * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
12696         Declare.
12697
12698 2015-01-09  Pedro Alves  <palves@redhat.com>
12699
12700         * linux-thread-db.c (thread_db_find_new_threads_silently)
12701         (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
12702         (find_new_threads_once): Print debug output on gdb_stdlog.
12703
12704 2015-01-09  Chen Gang  <gang.chen.5i5j@gmail.com>
12705             Pedro Alves  <palves@redhat.com>
12706
12707         * compile/compile.c: Include "gdb_wait.h".
12708         (do_rmdir): Check return value, and free 'zap'.
12709
12710 2015-01-08  Pedro Alves  <palves@redhat.com>
12711             Yao Qi  <yao@codesourcery.com>
12712
12713         * dwarf2loc.c (indirect_pieced_value): Don't call
12714         gdb_sign_extend.  Call extract_signed_integer instead.
12715         * utils.c (gdb_sign_extend): Remove.
12716         * utils.h (gdb_sign_extend): Remove declaration.
12717
12718 2015-01-07  Pierre Muller  <muller@sourceware.org>
12719
12720         PR symtab/17811
12721         * stabsread.c (define_symbol): Set language for C++ special symbols.
12722
12723 2015-01-07  Patrick Palka  <patrick@parcs.ath.cx>
12724
12725         * inflow.c (initial_gdb_ttystate): Tweak comment.
12726
12727 2015-01-07  Joel Brobecker  <brobecker@adacore.com>
12728
12729         * inflow.c (set_initial_gdb_ttystate): Add empty line after
12730         comment documenting function.
12731
12732 2015-01-07  Patrick Palka  <patrick@parcs.ath.cx>
12733
12734         * terminal.h (set_initial_gdb_ttystate): Declare.
12735         * inflow.c (initial_gdb_ttystate): New static variable.
12736         (set_initial_gdb_ttystate): New setter.
12737         (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
12738         instead of our current terminal state.
12739         * top.c (gdb_init): Call set_initial_gdb_ttystate.
12740
12741 2015-01-07  Joel Brobecker  <brobecker@adacore.com>
12742
12743         * guile/scm-type.c (tyscm_array_1): Add comment.
12744         * python/py-type.c (typy_array_1): Add comment.
12745
12746 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
12747
12748         * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
12749         error if N2 is equal to N1 - 1.
12750
12751 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
12752
12753         * python/py-type.c (typy_array_1): Do not raise negative-length
12754         exception if N2 is equal to N1 - 1.
12755
12756 2015-01-03  Doug Evans  <xdje42@gmail.com>
12757
12758         * c-exp.y: Whitespace cleanup.
12759         (classify_inner_name): Remove extra ;.
12760
12761 2015-01-02  Maciej W. Rozycki  <macro@codesourcery.com>
12762
12763         * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
12764         offset signed.
12765
12766 2015-01-02  Doug Evans  <dje@google.com>
12767
12768         * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
12769
12770 2015-01-02  Doug Evans  <dje@google.com>
12771
12772         * symtab.h (struct symbol): Fix typo in comment.
12773
12774 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
12775
12776         Update year range in copyright notice of all files.
12777
12778 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
12779
12780         * top.c (print_gdb_version): Update copyright year to 2015.
12781
12782 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
12783
12784         * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
12785
12786 For older changes see ChangeLog-2014.
12787 \f
12788 Local Variables:
12789 mode: change-log
12790 left-margin: 8
12791 fill-column: 74
12792 version-control: never
12793 coding: utf-8
12794 End: