tui-data.c: Remove unnecessary casts
[external/binutils.git] / gdb / ChangeLog
1 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
2
3         * tui/tui-data.c (tui_add_to_source_windows): Remove void *
4         cast.
5         (tui_add_content_elements): Likewise.
6
7 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
8
9         * cli/cli-setshow.c (do_set_command): Constify p.
10
11 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
12
13         * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Replace
14         (void *) cast with (gdb_byte *).
15
16 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
17
18         * proc-service.c (ps_pdread): Add cast.
19
20 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
21
22         * sparc64-tdep.c (sparc64_store_arguments): Split assignment of
23         valbuf.
24
25 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
26
27         * ia64-tdep.c (ia64_pseudo_register_write): Remove cast.
28         (ia64_push_dummy_call): Remove cast and change type of "to" to
29         array of gdb_byte.
30
31 2015-10-23  Simon Marchi  <simon.marchi@polymtl.ca>
32
33         * linux-btrace.c (linux_enable_pt): Add cast to mmap return.
34
35 2015-10-23  Simon Marchi  <simon.marchi@ericsson.com>
36
37         * observer.h (observer_${event}_notification_stub): Add cast.
38
39 2015-10-23  Yao Qi  <yao.qi@linaro.org>
40
41         * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Set
42         dsd.insn_count to zero.
43
44 2015-10-22  Pedro Alves  <palves@redhat.com>
45
46         * infrun.c (stop_after_trap): Delete.
47         (clear_proceed_status, handle_signal_stop, struct
48         infcall_control_state, save_infcall_control_state)
49         (restore_infcall_control_state): Remove references to
50         stop_after_trap.
51
52 2015-10-22  Simon Marchi  <simon.marchi@ericsson.com>
53
54         * python/python.c (_initialize_python): Add cast.
55
56 2015-10-22  Simon Marchi  <simon.marchi@ericsson.com>
57
58         * nto-tdep.c (nto_inferior_data): Add cast.
59
60 2015-10-22  Pedro Alves  <palves@redhat.com>
61
62         * windows-nat.c (do_initial_windows_stuff): Rewrite loop using
63         windows_wait and windows_resume directly instead of
64         wait_for_inferior and resume.
65
66 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
67
68         * xtensa-tdep.h (XTREG): Add casts.
69         (XTREG_END): Likewise.
70
71 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
72
73         * solib-spu.c (spu_bfd_iovec_pread): Add (gdb_byte *) cast.
74
75 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
76
77         * rs6000-tdep.c (variants): Add (enum bfd_architecture) cast.
78
79 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
80
81         * mips-linux-tdep.c (mips64_linux_get_longjmp_target): Change type of
82         buf to gdb_byte*.
83         (supply_32bit_reg): Add cast.
84         (mips64_fill_gregset): Likewise.
85
86 2015-10-21  Simon Marchi  <simon.marchi@polymtl.ca>
87
88         PR python/18073
89         * python/py-type.c (typy_get_composite): Allow returning a
90         function type.
91
92 2015-10-21  Keven Boell  <keven.boell@intel.com>
93
94         * dwarf2read.c (set_die_type): Add read of
95         DW_AT_allocated and DW_AT_associated.
96         * f-typeprint.c: New include of typeprint.h
97         (f_print_type): Add check for allocated/associated
98         status of type.
99         (f_type_print_varspec_suffix): Add check for
100         * gdbtypes.c (create_array_type_with_stride):
101         Add check for valid data location of type in
102         case allocated or associated attributes are set.
103         Length of an array should be only calculated if
104         allocated or associated is resolved as true.
105         (is_dynamic_type_internal): Add check for allocated/
106         associated.
107         (resolve_dynamic_array): Evaluate allocated/associated
108         properties.
109         * gdbtypes.h (enum dynamic_prop_node_kind): <DYN_PROP_ALLOCATED>
110         <DYN_PROP_ASSOCIATED>: New enums.
111         (TYPE_ALLOCATED_PROP, TYPE_ASSOCIATED_PROP): New macros.
112         (type_not_allocated): New function.
113         (type_not_associated): New function.
114         * valarith.c (value_subscripted_rvalue): Add check for
115         allocated/associated.
116         * valprint.c: New include of typeprint.h.
117         (valprint_check_validity): Add check for allocated/associated.
118         (value_check_printable): Add check for allocated/
119         associated.
120         * typeprint.h (val_print_not_allocated): New function.
121         (val_print_not_associated): New function.
122         * typeprint.c (val_print_not_allocated): New function.
123         (val_print_not_associated): New function.
124
125 2015-10-21  Antoine Tremblay  <antoine.tremblay@ericsson.com>
126
127         * Makefile.in: Add arm.c/o.
128         * arch/arm.c: New file.
129         * arch/arm.h: (IS_THUMB_ADDR): Move macro from arm-tdep.c.
130         (MAKE_THUMB_ADDR): Likewise.
131         (UNMAKE_THUMB_ADDR): Likewise.
132         * arm-tdep.c (int thumb_insn_size): Move to arm.c.
133         (IS_THUMB_ADDR): Move to arm.h.
134         (MAKE_THUMB_ADDR): Likewise.
135         (UNMAKE_THUMB_ADDR): Likewise.
136         * configure.tgt: Add arm.o to all ARM configs.
137
138 2015-10-21  Yao Qi  <yao.qi@linaro.org>
139
140         * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
141         Remove argument exp_vCont_s.
142         * gdb.base/range-stepping.exp: Callers updated.
143         * gdb.trace/range-stepping.exp: Likewise.
144
145 2015-10-21  Aleksandar Ristovski  <aristovski@qnx.com>
146
147         * gdb/nto-tdep.c (QNX_NOTE_NAME, QNX_INFO_SECT_NAME): New defines.
148         (nto_sniff_abi_note_section): New function.
149         (nto_elf_osabi_sniffer): Use new function to recognize nto specific
150         binary.
151
152 2015-10-21  Aleksandar Ristovski  <aristovski@qnx.com>
153
154         * nto-procfs.c (procfs_wait): Set stopped_flags nad stopped_pc.
155         (procfs_stopped_by_watchpoint): Use flags stored in inferior data.
156         * nto-tdep.c (nto_new_inferior_data_reg): New definition.
157         (nto_new_inferior_data, nto_inferior_data_cleanup, nto_inferior_data):
158         New functions.
159         (_initialize_nto_tdep): New forward declaration, new function.
160         * nto-tdep.h (struct nto_inferior_data): New struct.
161         (nto_inferior_data): New function declaration.
162
163 2015-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
164
165         * findvar.c (address_from_register): Check REGNUM validity.
166
167 2015-10-20  Aleksandar Ristovski  <aristovski@qnx.com>
168
169         * gdb/nto-procfs.c (procfs_pid_to_exec_file): New function.
170         (init_procfs_targets): Wire new function.
171
172 2015-10-20  Aleksandar Ristovski  <aristovski@qnx.com>
173
174         * nto-procfs.c (sys/auxv.h): Include.
175         (procfs_xfer_partial): Implement TARGET_OBJECT_AUXV.
176         * nto-tdep.c (nto_read_auxv_from_initial_stack): New function.
177         * nto-tdep.h (nto_read_auxv_from_initial_stack): New declaration.
178
179 2015-10-20  Aleksandar Ristovski  <aristovski@qnx.com>
180
181         * nto-procfs.c (nto_procfs_path): Rename to...
182         (nodestr): ... this, and change type.
183         (nto_node): Use new variable and logic accordingly.
184         (procfs_open_1): Use new variable name. Use local buffer to construct
185         procfrs path.
186         (procfs_pidlist): Use NODESTR to construct procfs path.
187         (procfs_files_info): Use NODESTR to output meaningful text.
188         (do_attach): Construct procfs using NODESTR.
189         (procfs_create_inferior): Compare pointer to NULL.
190
191 2015-10-19  Josh Stone  <jistone@redhat.com>
192
193         * linux-nat.c (linux_handle_syscall_trap): Always update entry/
194         return state, even when not actively catching syscalls at all.
195         (linux_handle_extended_wait): Mark syscall_state like an entry.
196         (wait_lwp): Set syscall_state ignored for other traps.
197         (linux_nat_filter_event): Likewise.
198
199 2015-10-19  Luis Machado  <lgustavo@codesourcery.com>
200
201         * remote.c (remote_wait_as): Set rs->waiting_for_stop_reply to 0
202         when handling 'E', 'T', 'S', 'X' and 'W' packets.
203         Do not set rs->waiting_for_stop_reply back to 1.
204
205 2015-10-16  Aleksandar Ristovski  <aristovski@qnx.com>
206
207         * nto-procfs.c (common/filestuff.h): Include.
208         (procfs_can_use_hw_breakpoint): Fix enum name.
209         (procfs_open_1): Fix compiler warning.
210         (procfs_pidlist): Make static.
211         (procfs_meminfo): Make static, fix type name, add missing argument.
212         (procfs_store_registers): Make static.
213         (procfs_thread_info): Remove unused function.
214         (_initialize_procfs): Forward declare.
215
216 2015-10-16  Yao Qi  <yao.qi@arm.com>
217
218         * MAINTAINERS: Update my email address.
219
220 2015-10-15  Yao Qi  <yao.qi@linaro.org>
221
222         * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint):
223         Call gdbarch_breakpoint_from_pc to instruction length.
224         (aarch64_linux_remove_hw_breakpoint): Likewise.
225         * common/common-regcache.h (regcache_register_size): Declare.
226         * nat/aarch64-linux-hw-point.c: Include "common-regcache.h".
227         (aarch64_point_is_aligned): Set alignment to 2 for breakpoint if
228         the process is 32bit, otherwise set alignment to 4.
229         (aarch64_handle_breakpoint): Update comments.
230         * regcache.c (regcache_register_size): New function.
231
232 2015-10-15  Aleksandar Ristovski  <aristovski@qnx.com>
233
234         * gdbarch.sh (core_regset_section): Remove.
235         * gdbarch.h: Regenerate.
236
237 2015-10-14  Yao Qi  <yao.qi@linaro.org>
238
239         * arch/aarch64-insn.h (struct aarch64_memory_operand): Move enum
240         out of it.
241         (enum aarch64_memory_operand_type): New.
242
243 2015-10-13  David Edelsohn  <dje.gcc@gmail.com>
244
245         * xcoffread.c (dwarf2_xcoff_names): Add .dwmac and .dwpbtyp.
246
247 2015-10-13  Pedro Alves  <palves@redhat.com>
248
249         * ada-lang.c (ada_enum_name): Constify local.
250         * ada-typeprint.c (print_range_bound): Constify locals.
251         * c-varobj.c (c_describe_child): Likewise.
252         * cli/cli-setshow.c (do_set_command): Likewise.
253         * gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
254         * dwarf2read.c (find_file_and_directory): Likewise.
255         (anonymous_struct_prefix, dwarf2_name): Likewise.
256         * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
257         * go-lang.c (unpack_mangled_go_symbol): Likewise.
258         * jv-typeprint.c (java_type_print_base): Likewise.
259         * ser-tcp.c (net_open): Likewise.
260         * symfile.c (deduce_language_from_filename): Likewise.
261         * symtab.c (gdb_mangle_name): Likewise.
262         * tui/tui-io.c (tui_redisplay_readline): Likewise.
263
264 2015-10-13  Pedro Alves  <palves@redhat.com>
265
266         * infrun.c (restore_execution_direction): New function.
267         (fetch_inferior_event): Use it instead of
268         make_cleanup_restore_integer.
269         (execution_direction): Change type to enum
270         exec_direction_kind.
271         * infrun.h (execution_direction): Likewise.
272
273 2015-10-13  Pedro Alves  <palves@redhat.com>
274
275         * ada-lang.c (ada_value_primitive_packed_val): Constify
276         locals.  Use value_contents_writeable.  Remove casts.
277
278 2015-10-13  Pedro Alves  <palves@redhat.com>
279
280         * ada-lang.c (ada_value_primitive_packed_val): Add casts to malloc
281         and alloca calls.
282
283 2015-10-13  Simon Marchi  <simon.marchi@polymtl.ca>
284
285         * lm32-tdep.c (lm32_push_dummy_call): Replace call to
286         write_memory with write_memory_unsigned_integer.
287
288 2015-10-13  Simon Marchi  <simon.marchi@polymtl.ca>
289
290         * solib-dsbt.c (cmp_name): Constify arguments.
291         * solib-frv.c (cmp_name): Likewise.
292         * solib-svr4.c (svr4_create_solib_event_breakpoints): Likewise.
293         * solib.c (gdb_bfd_lookup_symbol_from_symtab): Likewise.
294         (bfd_lookup_symbol_from_dyn_symtab): Likewise.
295         (gdb_bfd_lookup_symbol): Likewise.
296         * solib.h (gdb_bfd_lookup_symbol): Likewise.
297         (gdb_bfd_lookup_symbol_from_symtab): Likewise.
298
299 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
300
301         * stack.c (parse_frame_specification): Remove message parameter,
302         replace with fixed string in function body, update function
303         comment.
304         (frame_info): Remove message to parse_frame_specification.
305         (select_frame_command): Likewise.
306
307 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
308
309         * stack.c (parse_frame_specification): Delete.
310         (parse_frame_specification_1): Rename to
311         parse_frame_specification.
312         (frame_info): Use parse_frame_specification.
313         (select_frame_command): Likewise.
314         (return_command): Use select_frame and print_stack_frame rather
315         than frame_command and select_frame_command.
316         (func_command): Use get_current_frame rather than
317         parse_frame_specification.
318
319 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
320
321         * stack.c (func_command): Return early when there is no ARG
322         string.
323
324 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
325
326         * stack.c: Include safe-ctype.h not ctype.h.
327         (parse_frame_specification): Use ISSPACE not isspace.
328         (backtrace_command): Use TOLOWER not tolower.
329
330 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
331
332         * mep-tdep.c (current_me_module): Add cast.
333         (mep_gdbarch_init): Likewise.
334
335 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
336
337         * m32c-tdep.c (m32c_move_reg_t): Replace with...
338         (m32c_write_reg_t): ...this and...
339         (m32c_read_reg_t): ...this.
340         (struct m32c_reg): Update types of read and write.
341         (m32c_raw_read): Change declaration type to m32c_read_reg_t and
342         adjust definition.
343         (m32c_banked_read): Likewise.
344         (m32c_sb_read): Likewise.
345         (m32c_part_read): Likewise.
346         (m32c_cat_read): Likewise.
347         (m32c_r3r2r1r0_read): Likewise.
348         (m32c_raw_write): Change declaration type to m32c_write_reg_t
349         and adjust definition.
350         (m32c_banked_write): Likewise.
351         (m32c_sb_write): Likewise.
352         (m32c_part_write): Likewise.
353         (m32c_cat_write): Likewise.
354         (m32c_r3r2r1r0_write): Likewise.
355
356 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
357
358         * aarch64-linux-tdep.c (aarch64_linux_syscall_record): Add cast.
359
360 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
361
362         * aarch64-linux-tdep.c (aarch64_canonicalize_syscall): Return
363         gdb_sys_no_syscall instead of -1.
364
365 2015-10-12  Yao Qi  <yao.qi@linaro.org>
366
367         * NEWS: Mention the change.
368
369 2015-10-12  Yao Qi  <yao.qi@linaro.org>
370
371         * arch/aarch64-insn.c (emit_load_store): Rename to ...
372         (aarch64_emit_load_store): ... it.  All callers updated.
373
374 2015-10-12  Yao Qi  <yao.qi@linaro.org>
375
376         * arch/aarch64-insn.c (emit_insn): Rename to ...
377         (aarch64_emit_insn): ... it.  All callers updated.
378
379 2015-10-12  Yao Qi  <yao.qi@linaro.org>
380
381         * aarch64-linux-tdep.c: Include arch-utils.h.
382         (aarch64_linux_init_abi): Call set_gdbarch_max_insn_length,
383         set_gdbarch_displaced_step_copy_insn,
384         set_gdbarch_displaced_step_fixup,
385         set_gdbarch_displaced_step_free_closure,
386         set_gdbarch_displaced_step_location,
387         and set_gdbarch_displaced_step_hw_singlestep.
388         * aarch64-tdep.c (struct displaced_step_closure): New.
389         (struct aarch64_displaced_step_data): New.
390         (aarch64_displaced_step_b): New function.
391         (aarch64_displaced_step_b_cond): Likewise.
392         (aarch64_register): Likewise.
393         (aarch64_displaced_step_cb): Likewise.
394         (aarch64_displaced_step_tb): Likewise.
395         (aarch64_displaced_step_adr): Likewise.
396         (aarch64_displaced_step_ldr_literal): Likewise.
397         (aarch64_displaced_step_others): Likewise.
398         (aarch64_displaced_step_copy_insn): Likewise.
399         (aarch64_displaced_step_fixup): Likewise.
400         (aarch64_displaced_step_hw_singlestep): Likewise.
401         * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): New macro.
402         (aarch64_displaced_step_copy_insn): Declare.
403         (aarch64_displaced_step_fixup): Declare.
404         (aarch64_displaced_step_hw_singlestep): Declare.
405         * arch/aarch64-insn.c (emit_insn): Moved from
406         gdbserver/linux-aarch64-low.c.
407         (emit_load_store): Likewise.
408         * arch/aarch64-insn.h (enum aarch64_opcodes): Moved from
409         gdbserver/linux-aarch64-low.c.
410         (struct aarch64_register): Likewise.
411         (struct aarch64_memory_operand): Likewise.
412         (ENCODE): Likewise.
413         (can_encode_int32): New macro.
414         (emit_b, emit_bcond, emit_cb, emit_ldr, emit_ldrsw): Likewise.
415         (emit_tb, emit_nop): Likewise.
416         (emit_insn): Declare.
417         (emit_load_store): Declare.
418
419 2015-10-12  Yao Qi  <yao.qi@linaro.org>
420
421         * arch/aarch64-insn.c (aarch64_decode_ldr_literal): Moved from
422         gdbserver/linux-aarch64-low.c.
423         (aarch64_relocate_instruction): Likewise.
424         * arch/aarch64-insn.h (aarch64_decode_ldr_literal): Declare.
425         (struct aarch64_insn_data): Moved from
426         gdbserver/linux-aarch64-low.c.
427         (struct aarch64_insn_visitor): Likewise.
428         (aarch64_relocate_instruction): Declare.
429
430 2015-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
431
432         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT>: If
433         EVAL_AVOID_SIDE_EFFECTS mode, forward the VALUE_LVAL attribute
434         to the returned value.
435
436 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
437
438         * ada-lang.c (ada_unpack_from_contents): Add guard that unpacked
439         is large enough for BIT_SIZE.  Update function comment.
440
441 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
442
443         * ada-lang.c (ada_value_primitive_packed_val): Move
444         src_len variable to local block where used.  Override
445         BIT_SIZE if bigger than size of resolved type.
446
447 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
448
449         * gdbtypes.h (is_scalar_type): Add extern declaration.
450         * gdbtypes.c (is_scalar_type): Make non-static.
451         * ada-lang.c (ada_value_primitive_packed_val): Use is_scalar_type
452         to compute IS_SCALAR instead of doing it ourselves.
453
454 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
455
456         * ada-lang.c (ada_value_primitive_packed_val): Rework handling
457         of case where TYPE is dynamic.
458
459 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
460
461         * ada-lang.c (ada_unpack_from_contents): New function,
462         extracted from ada_value_primitive_packed_val.
463         (ada_value_primitive_packed_val): Replace extracted out code
464         by call to ada_unpack_from_contents.
465
466 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
467
468         * ada-lang.c (ada_value_primitive_packed_val): Reorder local
469         variable declarations.
470
471 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
472
473         * ada-lang.c (ada_value_primitive_packed_val): Change the type
474         of local variables src and unpacked to "gdb_type *" instead of
475         "unsigned char *".
476
477 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
478
479         * ada-lang.c (ada_value_primitive_packed_val): Make the name
480         of various local variables more explicit and consistent.
481         No real code change otherwise.
482
483 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
484
485         * i386-tdep.h (struct gdbarch_tdep): Change type of
486         register_reggroup_p to gdbarch_register_reggroup_p_ftype.
487
488 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
489
490         * cris-tdep.c (struct instruction_environment): Change type of
491         byte_order to enum bfd_endian.
492
493 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
494
495         * arm-linux-tdep.c (arm_canonicalize_syscall): Add
496         enum gdb_syscall casts.
497
498 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
499
500         * aarch64-tdep.c (stack_item_t): Change type of data to gdb_byte*.
501         * arm-tdep.c (struct stack_item): Likewise.
502         (push_stack_item): Add gdb_byte* cast.
503         * avr-tdep.c (struct stack_item): Change type of data to gdb_byte*.
504         (push_stack_item): Add gdb_byte* cast.
505         * cli/cli-dump.c (dump_memory_to_file): Change type of buf to gdb_byte*
506         and add cast.
507         * cris-tdep.c (struct stack_item): Change type of data to gdb_byte*.
508         (push_stack_item): Add gdb_byte* cast.
509         * gcore.c (gcore_copy_callback): Change type of memhunk to gdb_byte* and
510         add cast.
511         * gdbtypes.h (print_scalar_formatted): Change type of first parameter to
512         gdb_byte*.
513         * h8300-tdep.c (h8300_extract_return_value): Change type of valbuf to
514         gdb_byte* and remove unnecessary cast.
515         (h8300h_extract_return_value): Likewise.
516         (h8300_store_return_value): Change type of valbuf to gdb_byte*.
517         (h8300h_store_return_value): Likewise.
518         * iq2000-tdep.c (iq2000_extract_return_value): Change type of valbuf to
519         gdb_byte* and remove unnecessary cast.
520         * jit.c (jit_reader_try_read_symtab): Change type of gdb_mem to gdb_byte*
521         and add cast.
522         * m32r-tdep.c (m32r_store_return_value): Change type of valbuf to
523         gdb_byte* and remove unnecessary cast.
524         (m32r_extract_return_value): Change type of dst to gdb_byte* and remove
525         valbuf.
526         * mep-tdep.c (mep_pseudo_cr32_read): Change type of buf to gdb_byte*.
527         (mep_pseudo_cr64_read): Likewise.
528         (mep_pseudo_csr_write): Likewise.
529         (mep_pseudo_cr32_write): Likewise.
530         (mep_pseudo_cr64_write): Likewise.
531         * mi/mi-main.c (mi_cmd_data_write_memory): Change type of buffer to
532         gdb_byte* and add cast.
533         * moxie-tdep.c (moxie_store_return_value): Change type of valbuf to
534         gdb_byte* and remove unnecessary cast.
535         (moxie_extract_return_value): Change type of dst to gdb_byte* and remove
536         valbuf.
537         * p-valprint.c (print_scalar_formatted): Change type of valaddr to
538         gdb_byte*.
539         * printcmd.c (void): Likewise.
540         * python/py-inferior.c (infpy_read_memory): Change type of buffer to
541         gdb_byte* and add cast.
542         (infpy_write_memory): Likewise.
543         (infpy_search_memory): Likewise.
544         * regcache.c (regcache_raw_write_signed): Change type of buf to gdb_byte*
545         and add cast.
546         (regcache_raw_write_unsigned): Likewise.
547         (regcache_cooked_write_signed): Likewise.
548         (regcache_cooked_write_unsigned): Likewise.
549         * sh64-tdep.c (h64_extract_return_value): Change type of valbuf to
550         gdb_byte*.
551
552 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
553
554         * fbsd-tdep.c (fbsd_collect_regset_section_cb): Add cast.
555         * linux-tdep.c (linux_collect_regset_section_cb_data): Likewise.
556
557 2015-10-09  Eli Zaretskii  <eliz@gnu.org>
558
559         * stack.c (print_stack_frame):
560         * utils.c (printchar): Fix typos in commentary.
561
562 2015-10-08  Iain Buclaw  <ibuclaw@gdcproject.org>
563
564         * d-exp.y: (UnaryExpression): Support `type.sizeof' expressions.
565         (PostfixExpression): Support `expr.sizeof' expressions.
566         (PrimaryExpression): Support `typeof(expr)' expressions.
567
568 2015-10-08  Maciej W. Rozycki  <macro@imgtec.com>
569
570         * MAINTAINERS: Update my email address.
571
572 2015-10-08  Markus Metzger  <markus.t.metzger@intel.com>
573
574         * record-btrace.c (record_btrace_resume): Fix void return.
575
576 2015-10-07  Yao Qi  <yao.qi@linaro.org>
577
578         * aarch64-tdep.c: Include opcode/aarch64.h.
579         (submask): Move it above.
580         (bit): Likewise.
581         (bits): Likewise.
582         (aarch64_software_single_step): Call aarch64_decode_insn.
583         Decode instruction by aarch64_inst instead of using
584         aarch64_decode_bcond and decode_masked_match.
585
586 2015-10-06  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
587
588         * cli/cli-dump.c (restore_command): Parse load_offset (bias) as address
589         only when the file is binary.
590
591 2015-10-02  James Bowman  <james.bowman@ftdichip.com>
592
593         * ft32-tdep.c (ft32_analyze_prologue): Add function prolog
594         subroutine handling.
595
596 2015-10-01  Simon Marchi  <simon.marchi@ericsson.com>
597
598         * common/vec.h (VEC_OP (T,cleanup)): Add pointer cast.
599
600 2015-09-30  Doug Evans  <dje@google.com>
601
602         * dwarf2read.c (setup_type_unit_groups): Add comment.
603
604 2015-09-30  Pedro Alves  <palves@redhat.com>
605
606         * linux-nat.c (linux_nat_always_non_stop_p): Always return 1.
607         * x86-linux-nat.c (x86_linux_always_non_stop_p): Delete.
608         (x86_linux_create_target): Don't install
609         x86_linux_always_non_stop_p.
610
611 2015-09-30  Don Breazeal  <donb@codesourcery.com>
612
613         * remote.c (remote_parse_stop_reply): Call strprefix instead
614         of strncmp.
615
616 2015-09-30  Simon Marchi  <simon.marchi@ericsson.com>
617
618         * gdbarch.sh (struct gdbarch_info): Change tdep_info's type to void *.
619         * gdbarch.h: Regenerate.
620         * i386-tdep.c (i386_gdbarch_init): Remove cast to
621         struct gdbarch_tdep_info *.
622         * mips-tdep.c (mips_gdbarch_init): Likewise.
623         * ppc-linux-tdep (ppu2spu_sniffer): Likewise.
624         * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
625         * spu-multiarch.c (spu_gdbarch): Likewise.
626
627 2015-09-30  Kevin Buettner  <kevinb@redhat.com>
628
629         * infcmd.c (finish_command_fsm_should_stop): Don't attempt to
630         record a NULL value.
631
632 2015-09-29  Kevin Buettner  <kevinb@redhat.com>
633
634         * msp430-tdep.c (msp430_push_dummy_call): Treat reference, struct,
635         and union arguments the same as pointer arguments when determining
636         size of argument.
637
638 2015-09-29  James Bowman  <james.bowman@ftdichip.com>
639
640         * ft32-tdep.c: #include "opcode/ft32.h".
641         Delete local macros IS_PUSH, PUSH_REG, IS_LINK, LINK_SIZE.
642         (ft32_analyze_prologue): Use FT32_* macros.
643
644 2015-09-28  Simon Marchi  <simon.marchi@ericsson.com>
645
646         * cli/cli-script.c (read_next_line): Fix stdout -> stdin in
647         comment.
648
649 2015-09-28  Doug Evans  <dje@google.com>
650
651         * MAINTAINERS: Add Iain Buclaw as D language maintainer.
652
653 2015-09-28  Doug Evans  <dje@google.com>
654
655         * common/filestuff.c (make_cleanup_close): Update comment.
656
657 2015-09-26  Simon Marchi  <simon.marchi@polymtl.ca>
658
659         * btrace.c (parse_xml_btrace_block): Fix cast of
660         xml_find_attribute's return value.
661         * memory-map.c (memory_map_start_memory): Likewise.
662         * solib-svr4.c (library_list_start_library): Likewise.
663         * solib-target.c (library_list_start_segment): Likewise.
664         (library_list_start_section): Likewise.
665         * tracepoint.c (traceframe_info_start_memory): Likewise.
666
667 2015-09-26  Iain Buclaw  <ibuclaw@gdcproject.org>
668
669         * d-namespace.c (d_lookup_symbol): New arg langdef.
670         All callers updated.  Support looking up symbol as a primitive type.
671         (lookup_module_scope): New arg langdef.  All callers updated.
672         Call d_lookup_symbol directly for simple bare symbols.
673
674 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
675
676         * macrocmd.c (print_macro_callback): Add cast(s).
677         * macrotab.c (macro_bcache_str): Likewise.
678         (new_macro_definition): Likewise.
679         * main.c (captured_main): Likewise.
680         * maint.c (print_bfd_section_info): Likewise.
681         * mdebugread.c (mdebug_build_psymtabs): Likewise.
682         (basic_type): Likewise.
683         * memattr.c (mem_region_cmp): Likewise.
684         * memory-map.c (memory_map_start_memory): Likewise.
685         (memory_map_end_memory): Likewise.
686         (memory_map_start_property): Likewise.
687         (memory_map_end_property): Likewise.
688         (clear_result): Likewise.
689         * memrange.c (compare_mem_ranges): Likewise.
690         * mep-tdep.c (mep_analyze_frame_prologue): Likewise.
691         * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Likewise.
692         * mi/mi-console.c (mi_console_file_delete): Likewise.
693         (mi_console_file_fputs): Likewise.
694         (mi_console_raw_packet): Likewise.
695         (mi_console_file_flush): Likewise.
696         (mi_console_set_raw): Likewise.
697         * mi/mi-interp.c (mi_interpreter_resume): Likewise.
698         (mi_new_thread): Likewise.
699         (mi_thread_exit): Likewise.
700         (mi_record_changed): Likewise.
701         (mi_inferior_added): Likewise.
702         (mi_inferior_appeared): Likewise.
703         (mi_inferior_exit): Likewise.
704         (mi_inferior_removed): Likewise.
705         (mi_interp_data): Likewise.
706         (mi_on_normal_stop): Likewise.
707         (mi_traceframe_changed): Likewise.
708         (mi_tsv_created): Likewise.
709         (mi_tsv_deleted): Likewise.
710         (mi_tsv_modified): Likewise.
711         (mi_breakpoint_created): Likewise.
712         (mi_breakpoint_deleted): Likewise.
713         (mi_breakpoint_modified): Likewise.
714         (mi_output_running_pid): Likewise.
715         (mi_inferior_count): Likewise.
716         (mi_solib_loaded): Likewise.
717         (mi_solib_unloaded): Likewise.
718         (mi_command_param_changed): Likewise.
719         (mi_memory_changed): Likewise.
720         (report_initial_inferior): Likewise.
721         (mi_ui_out): Likewise.
722         (mi_set_logging): Likewise.
723         * mi/mi-main.c (collect_cores): Likewise.
724         (print_one_inferior): Likewise.
725         (free_vector_of_ints): Likewise.
726         (free_splay_tree): Likewise.
727         (mi_execute_command): Likewise.
728         * mi/mi-out.c (mi_table_body): Likewise.
729         (mi_table_end): Likewise.
730         (mi_table_header): Likewise.
731         (mi_begin): Likewise.
732         (mi_end): Likewise.
733         (mi_field_int): Likewise.
734         (mi_field_string): Likewise.
735         (mi_field_fmt): Likewise.
736         (mi_flush): Likewise.
737         (mi_redirect): Likewise.
738         (field_separator): Likewise.
739         (mi_open): Likewise.
740         (mi_close): Likewise.
741         (mi_out_buffered): Likewise.
742         (mi_out_rewind): Likewise.
743         (mi_out_put): Likewise.
744         (mi_version): Likewise.
745         (mi_out_data_dtor): Likewise.
746         * mi/mi-parse.c (mi_parse_cleanup): Likewise.
747         * microblaze-tdep.c (microblaze_frame_cache): Likewise.
748         * minidebug.c (lzma_open): Likewise.
749         (lzma_pread): Likewise.
750         (lzma_close): Likewise.
751         (lzma_stat): Likewise.
752         * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
753         * mips-sde-tdep.c (mips_sde_frame_cache): Likewise.
754         (mips_sde_elf_osabi_sniff_abi_tag_sections): Likewise.
755         * mips-tdep.c (mips_insn16_frame_cache): Likewise.
756         (mips_micro_frame_cache): Likewise.
757         (mips_insn32_frame_cache): Likewise.
758         (mips_stub_frame_cache): Likewise.
759         (gdb_print_insn_mips): Likewise.
760         (value_of_mips_user_reg): Likewise.
761         (mips_gdbarch_init): Likewise.
762         * mips64obsd-tdep.c (mips64obsd_supply_gregset): Likewise.
763         * mipsnbsd-tdep.c (mipsnbsd_supply_fpregset): Likewise.
764         (mipsnbsd_supply_gregset): Likewise.
765         * mn10300-linux-tdep.c (am33_supply_fpregset_method): Likewise.
766         (am33_collect_gregset_method): Likewise.
767         (am33_collect_fpregset_method): Likewise.
768         * mn10300-tdep.c (mn10300_analyze_frame_prologue): Likewise.
769         * moxie-tdep.c (moxie_frame_cache): Likewise.
770         * msp430-tdep.c (msp430_get_opcode_byte): Likewise.
771         (msp430_analyze_frame_prologue): Likewise.
772         * mt-tdep.c (mt_frame_unwind_cache): Likewise.
773         * nios2-linux-tdep.c (nios2_supply_gregset): Likewise.
774         (nios2_collect_gregset): Likewise.
775         * nios2-tdep.c (nios2_frame_unwind_cache): Likewise.
776         (nios2_stub_frame_cache): Likewise.
777         * objc-lang.c (find_methods): Likewise.
778         * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
779         (get_objfile_pspace_data): Likewise.
780         (get_objfile_bfd_data): Likewise.
781         (objfile_bfd_data_free): Likewise.
782         (add_to_objfile_sections): Likewise.
783         (do_free_objfile_cleanup): Likewise.
784         (resume_section_map_updates_cleanup): Likewise.
785         * opencl-lang.c (builtin_opencl_type): Likewise.
786         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
787         * osdata.c (osdata_start_osdata): Likewise.
788         (osdata_start_item): Likewise.
789         (osdata_start_column): Likewise.
790         (osdata_end_column): Likewise.
791         (clear_parsing_data): Likewise.
792         (osdata_free_cleanup): Likewise.
793         * parse.c (type_stack_cleanup): Likewise.
794         (exp_uses_objfile_iter): Likewise.
795         * ppc-linux-tdep.c (ppc_linux_supply_gregset): Likewise.
796         (ppc_linux_collect_gregset): Likewise.
797         (ppu2spu_prev_arch): Likewise.
798         (ppu2spu_this_id): Likewise.
799         (ppu2spu_prev_register): Likewise.
800         (ppu2spu_unwind_register): Likewise.
801         (ppu2spu_sniffer): Likewise.
802         (ppu2spu_dealloc_cache): Likewise.
803         (ppc_linux_init_abi): Likewise.
804         * ppcfbsd-tdep.c (ppcfbsd_sigtramp_frame_cache): Likewise.
805         * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
806         * progspace.c (restore_program_space): Likewise.
807         * psymtab.c (find_pc_sect_psymtab): Likewise.
808         (compare_psymbols): Likewise.
809         (psymbol_bcache_full): Likewise.
810         (allocate_psymtab): Likewise.
811         (discard_psymtabs_upto): Likewise.
812         * python/py-block.c (set_block): Likewise.
813         (del_objfile_blocks): Likewise.
814         * python/py-breakpoint.c (build_bp_list): Likewise.
815         * python/py-inferior.c (inferior_to_inferior_object): Likewise.
816         (build_inferior_list): Likewise.
817         (py_free_inferior): Likewise.
818         * python/py-objfile.c (py_free_objfile): Likewise.
819         (objfile_to_objfile_object): Likewise.
820         * python/py-prettyprint.c (py_restore_tstate): Likewise.
821         * python/py-progspace.c (py_free_pspace): Likewise.
822         (pspace_to_pspace_object): Likewise.
823         * python/py-symbol.c (set_symbol): Likewise.
824         (del_objfile_symbols): Likewise.
825         * python/py-symtab.c (set_sal): Likewise.
826         (set_symtab): Likewise.
827         (del_objfile_symtab): Likewise.
828         (del_objfile_sal): Likewise.
829         * python/py-type.c (save_objfile_types): Likewise.
830         (set_type): Likewise.
831         * python/py-unwind.c (pyuw_prev_register): Likewise.
832         (pyuw_on_new_gdbarch): Likewise.
833         * python/py-utils.c (py_decref): Likewise.
834         (py_xdecref): Likewise.
835         (gdb_py_generic_dict): Likewise.
836         * python/py-xmethods.c (gdbpy_free_xmethod_worker_data): Likewise.
837         (gdbpy_clone_xmethod_worker_data): Likewise.
838         (gdbpy_get_xmethod_arg_types): Likewise.
839         (gdbpy_get_xmethod_result_type): Likewise.
840         (gdbpy_invoke_xmethod): Likewise.
841         * python/python.c (gdbpy_apply_type_printers): Likewise.
842         (gdbpy_free_type_printers): Likewise.
843         * record-btrace.c (record_btrace_disable_callback): Likewise.
844         (bfcache_hash): Likewise.
845         (bfcache_eq): Likewise.
846         (btrace_get_frame_function): Likewise.
847         (record_btrace_frame_unwind_stop_reason): Likewise.
848         (record_btrace_frame_this_id): Likewise.
849         (record_btrace_frame_prev_register): Likewise.
850         (record_btrace_frame_dealloc_cache): Likewise.
851         * record-full.c (record_full_message_wrapper): Likewise.
852         (record_full_save_cleanups): Likewise.
853         * regcache.c (regcache_descr): Likewise.
854         (do_regcache_xfree): Likewise.
855         (do_regcache_invalidate): Likewise.
856         (do_cooked_read): Likewise.
857         (regcache_transfer_regset): Likewise.
858         * reggroups.c (reggroup_add): Likewise.
859         (reggroup_next): Likewise.
860         (reggroup_prev): Likewise.
861         * remote-fileio.c (do_remote_fileio_request): Likewise.
862         * remote-notif.c (remote_async_get_pending_events_handler): Likewise.
863         (do_notif_event_xfree): Likewise.
864         * remote.c (get_remote_arch_state): Likewise.
865         (remote_pspace_data_cleanup): Likewise.
866         (get_remote_exec_file): Likewise.
867         (set_pspace_remote_exec_file): Likewise.
868         (compare_pnums): Likewise.
869         (clear_threads_listing_context): Likewise.
870         (remote_newthread_step): Likewise.
871         (start_thread): Likewise.
872         (end_thread): Likewise.
873         (remove_child_of_pending_fork): Likewise.
874         (remove_stop_reply_for_inferior): Likewise.
875         (remove_stop_reply_of_remote_state): Likewise.
876         (remote_notif_remove_once_on_match): Likewise.
877         (stop_reply_match_ptid_and_ws): Likewise.
878         (kill_child_of_pending_fork): Likewise.
879         (register_remote_g_packet_guess): Likewise.
880         (remote_read_description_p): Likewise.
881         (remote_read_description): Likewise.
882         (free_actions_list_cleanup_wrapper): Likewise.
883         (remote_async_serial_handler): Likewise.
884         * rl78-tdep.c (rl78_get_opcode_byte): Likewise.
885         (rl78_analyze_frame_prologue): Likewise.
886         * rs6000-tdep.c (ppc_supply_gregset): Likewise.
887         (ppc_supply_fpregset): Likewise.
888         (ppc_supply_vsxregset): Likewise.
889         (ppc_supply_vrregset): Likewise.
890         (ppc_collect_gregset): Likewise.
891         (ppc_collect_fpregset): Likewise.
892         (ppc_collect_vsxregset): Likewise.
893         (ppc_collect_vrregset): Likewise.
894         (e500_move_ev_register): Likewise.
895         (do_regcache_raw_write): Likewise.
896         (rs6000_frame_cache): Likewise.
897         (rs6000_epilogue_frame_cache): Likewise.
898         (rs6000_gdbarch_init): Likewise.
899         * rx-tdep.c (rx_get_opcode_byte): Likewise.
900         (rx_analyze_frame_prologue): Likewise.
901         (rx_frame_type): Likewise.
902         (rx_frame_sniffer_common): Likewise.
903         * s390-linux-tdep.c (s390_check_for_saved): Likewise.
904         (s390_frame_unwind_cache): Likewise.
905         (s390_stub_frame_unwind_cache): Likewise.
906         (s390_sigtramp_frame_unwind_cache): Likewise.
907         * score-tdep.c (score_make_prologue_cache): Likewise.
908         * sentinel-frame.c (sentinel_frame_prev_register): Likewise.
909         (sentinel_frame_prev_arch): Likewise.
910         * ser-base.c (fd_event): Likewise.
911         (push_event): Likewise.
912         (ser_base_write): Likewise.
913         * ser-pipe.c (pipe_close): Likewise.
914         * serial.c (serial_write): Likewise.
915         * sh-tdep.c (sh_frame_cache): Likewise.
916         (sh_stub_this_id): Likewise.
917         * sh64-tdep.c (sh64_frame_cache): Likewise.
918         * solib-aix.c (get_solib_aix_inferior_data): Likewise.
919         (library_list_start_library): Likewise.
920         (library_list_start_list): Likewise.
921         (solib_aix_free_library_list): Likewise.
922         * solib-darwin.c (get_darwin_info): Likewise.
923         * solib-dsbt.c (get_dsbt_info): Likewise.
924         * solib-spu.c (append_ocl_sos): Likewise.
925         * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
926         (get_svr4_info): Likewise.
927         (library_list_start_library): Likewise.
928         (svr4_library_list_start_list): Likewise.
929         (hash_probe_and_action): Likewise.
930         (equal_probe_and_action): Likewise.
931         (svr4_update_solib_event_breakpoint): Likewise.
932         (set_solib_svr4_fetch_link_map_offsets): Likewise.
933         (svr4_fetch_link_map_offsets): Likewise.
934         (svr4_have_link_map_offsets): Likewise.
935         * solib-target.c (library_list_start_segment): Likewise.
936         (library_list_start_section): Likewise.
937         (library_list_start_library): Likewise.
938         (library_list_end_library): Likewise.
939         (library_list_start_list): Likewise.
940         (solib_target_free_library_list): Likewise.
941         * solib.c (solib_ops): Likewise.
942         (set_solib_ops): Likewise.
943         * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
944         * sparc-tdep.c (sparc_frame_cache): Likewise.
945         (sparc32_frame_cache): Likewise.
946         (sparc32_supply_gregset): Likewise.
947         (sparc32_collect_gregset): Likewise.
948         (sparc32_supply_fpregset): Likewise.
949         (sparc32_collect_fpregset): Likewise.
950         * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
951         * sparc64-tdep.c (sparc64_supply_gregset): Likewise.
952         (sparc64_collect_gregset): Likewise.
953         (sparc64_supply_fpregset): Likewise.
954         (sparc64_collect_fpregset): Likewise.
955         * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_cache): Likewise.
956         * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
957         * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.
958         (sparc64obsd_trapframe_cache): Likewise.
959         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Likewise.
960         * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
961         * spu-multiarch.c (spu_gdbarch): Likewise.
962         * spu-tdep.c (spu_frame_unwind_cache): Likewise.
963         (spu2ppu_prev_arch): Likewise.
964         (spu2ppu_this_id): Likewise.
965         (spu2ppu_prev_register): Likewise.
966         (spu2ppu_dealloc_cache): Likewise.
967         (spu_dis_asm_print_address): Likewise.
968         (gdb_print_insn_spu): Likewise.
969         (spu_get_overlay_table): Likewise.
970         * stabsread.c (rs6000_builtin_type): Likewise.
971         * stack.c (do_print_variable_and_value): Likewise.
972         * stap-probe.c (get_stap_base_address_1): Likewise.
973         * symfile-debug.c (debug_qf_has_symbols): Likewise.
974         (debug_qf_find_last_source_symtab): Likewise.
975         (debug_qf_forget_cached_source_info): Likewise.
976         (debug_qf_map_symtabs_matching_filename): Likewise.
977         (debug_qf_lookup_symbol): Likewise.
978         (debug_qf_print_stats): Likewise.
979         (debug_qf_dump): Likewise.
980         (debug_qf_relocate): Likewise.
981         (debug_qf_expand_symtabs_for_function): Likewise.
982         (debug_qf_expand_all_symtabs): Likewise.
983         (debug_qf_expand_symtabs_with_fullname): Likewise.
984         (debug_qf_map_matching_symbols): Likewise.
985         (debug_qf_expand_symtabs_matching): Likewise.
986         (debug_qf_find_pc_sect_compunit_symtab): Likewise.
987         (debug_qf_map_symbol_filenames): Likewise.
988         (debug_sym_get_probes): Likewise.
989         (debug_sym_new_init): Likewise.
990         (debug_sym_init): Likewise.
991         (debug_sym_read): Likewise.
992         (debug_sym_read_psymbols): Likewise.
993         (debug_sym_finish): Likewise.
994         (debug_sym_offsets): Likewise.
995         (debug_sym_read_linetable): Likewise.
996         (debug_sym_relocate): Likewise.
997         (uninstall_symfile_debug_logging): Likewise.
998         * symfile-mem.c (symbol_file_add_from_memory_wrapper): Likewise.
999         * symfile.c (place_section): Likewise.
1000         (add_section_size_callback): Likewise.
1001         (load_progress): Likewise.
1002         (load_section_callback): Likewise.
1003         (clear_memory_write_data): Likewise.
1004         (allocate_symtab): Likewise.
1005         * symmisc.c (maintenance_expand_file_matcher): Likewise.
1006         * symtab.c (lookup_symtab_callback): Likewise.
1007         (hash_demangled_name_entry): Likewise.
1008         (eq_demangled_name_entry): Likewise.
1009         (get_symbol_cache): Likewise.
1010         (symbol_cache_cleanup): Likewise.
1011         (set_symbol_cache_size): Likewise.
1012         (symbol_cache_flush): Likewise.
1013         (maintenance_print_symbol_cache): Likewise.
1014         (maintenance_print_symbol_cache_statistics): Likewise.
1015         (delete_filename_seen_cache): Likewise.
1016         (output_partial_symbol_filename): Likewise.
1017         (search_symbols_file_matches): Likewise.
1018         (search_symbols_name_matches): Likewise.
1019         (do_free_completion_list): Likewise.
1020         (maybe_add_partial_symtab_filename): Likewise.
1021         (get_main_info): Likewise.
1022         (main_info_cleanup): Likewise.
1023         * target-dcache.c (target_dcache_cleanup): Likewise.
1024         (target_dcache_init_p): Likewise.
1025         (target_dcache_invalidate): Likewise.
1026         (target_dcache_get): Likewise.
1027         (target_dcache_get_or_init): Likewise.
1028         * target-descriptions.c (target_find_description): Likewise.
1029         (tdesc_find_type): Likewise.
1030         (tdesc_data_cleanup): Likewise.
1031         (tdesc_find_arch_register): Likewise.
1032         (tdesc_register_name): Likewise.
1033         (tdesc_register_type): Likewise.
1034         (tdesc_register_reggroup_p): Likewise.
1035         (set_tdesc_pseudo_register_name): Likewise.
1036         (set_tdesc_pseudo_register_type): Likewise.
1037         (set_tdesc_pseudo_register_reggroup_p): Likewise.
1038         (tdesc_use_registers): Likewise.
1039         (free_target_description): Likewise.
1040         * target-memory.c (compare_block_starting_address): Likewise.
1041         (cleanup_request_data): Likewise.
1042         (cleanup_write_requests_vector): Likewise.
1043         * target.c (open_target): Likewise.
1044         (cleanup_restore_target_terminal): Likewise.
1045         (free_memory_read_result_vector): Likewise.
1046         * thread.c (disable_thread_stack_temporaries): Likewise.
1047         (finish_thread_state_cleanup): Likewise.
1048         (do_restore_current_thread_cleanup): Likewise.
1049         (restore_current_thread_cleanup_dtor): Likewise.
1050         (set_thread_refcount): Likewise.
1051         (tp_array_compar): Likewise.
1052         (do_captured_thread_select): Likewise.
1053         * tic6x-tdep.c (tic6x_frame_unwind_cache): Likewise.
1054         (tic6x_stub_this_id): Likewise.
1055         * tilegx-tdep.c (tilegx_frame_cache): Likewise.
1056         * top.c (do_restore_instream_cleanup): Likewise.
1057         (gdb_readline_wrapper_cleanup): Likewise.
1058         (kill_or_detach): Likewise.
1059         (print_inferior_quit_action): Likewise.
1060         * tracefile-tfile.c (match_blocktype): Likewise.
1061         (build_traceframe_info): Likewise.
1062         * tracefile.c (trace_file_writer_xfree): Likewise.
1063         * tracepoint.c (memrange_cmp): Likewise.
1064         (do_collect_symbol): Likewise.
1065         (do_clear_collection_list): Likewise.
1066         (do_restore_current_traceframe_cleanup): Likewise.
1067         (restore_current_traceframe_cleanup_dtor): Likewise.
1068         (free_current_marker): Likewise.
1069         (traceframe_info_start_memory): Likewise.
1070         (traceframe_info_start_tvar): Likewise.
1071         (free_result): Likewise.
1072         * tramp-frame.c (tramp_frame_cache): Likewise.
1073         * tui/tui-file.c (tui_file_delete): Likewise.
1074         (tui_fileopen): Likewise.
1075         (tui_sfileopen): Likewise.
1076         (tui_file_isatty): Likewise.
1077         (tui_file_rewind): Likewise.
1078         (tui_file_put): Likewise.
1079         (tui_file_fputs): Likewise.
1080         (tui_file_get_strbuf): Likewise.
1081         (tui_file_adjust_strbuf): Likewise.
1082         (tui_file_flush): Likewise.
1083         * tui/tui-layout.c (make_command_window): Likewise.
1084         (make_data_window): Likewise.
1085         (show_source_disasm_command): Likewise.
1086         (show_data): Likewise.
1087         (make_source_or_disasm_window): Likewise.
1088         (show_source_or_disasm_and_command): Likewise.
1089         * tui/tui-out.c (tui_field_int): Likewise.
1090         (tui_field_string): Likewise.
1091         (tui_field_fmt): Likewise.
1092         (tui_text): Likewise.
1093         * typeprint.c (hash_typedef_field): Likewise.
1094         (eq_typedef_field): Likewise.
1095         (do_free_typedef_hash): Likewise.
1096         (copy_typedef_hash_element): Likewise.
1097         (do_free_global_table): Likewise.
1098         (find_global_typedef): Likewise.
1099         (find_typedef_in_hash): Likewise.
1100         * ui-file.c (ui_file_write_for_put): Likewise.
1101         (do_ui_file_xstrdup): Likewise.
1102         (mem_file_delete): Likewise.
1103         (mem_file_rewind): Likewise.
1104         (mem_file_put): Likewise.
1105         (mem_file_write): Likewise.
1106         (stdio_file_delete): Likewise.
1107         (stdio_file_flush): Likewise.
1108         (stdio_file_read): Likewise.
1109         (stdio_file_write): Likewise.
1110         (stdio_file_write_async_safe): Likewise.
1111         (stdio_file_fputs): Likewise.
1112         (stdio_file_isatty): Likewise.
1113         (stdio_file_fseek): Likewise.
1114         (tee_file_delete): Likewise.
1115         (tee_file_flush): Likewise.
1116         (tee_file_write): Likewise.
1117         (tee_file_fputs): Likewise.
1118         (tee_file_isatty): Likewise.
1119         * ui-out.c (do_cleanup_table_end): Likewise.
1120         (do_cleanup_end): Likewise.
1121         * user-regs.c (user_reg_add): Likewise.
1122         (user_reg_map_name_to_regnum): Likewise.
1123         (usernum_to_user_reg): Likewise.
1124         (maintenance_print_user_registers): Likewise.
1125         * utils.c (do_bfd_close_cleanup): Likewise.
1126         (do_fclose_cleanup): Likewise.
1127         (do_obstack_free): Likewise.
1128         (do_ui_file_delete): Likewise.
1129         (do_ui_out_redirect_pop): Likewise.
1130         (do_free_section_addr_info): Likewise.
1131         (restore_integer): Likewise.
1132         (do_unpush_target): Likewise.
1133         (do_htab_delete_cleanup): Likewise.
1134         (do_restore_ui_file): Likewise.
1135         (do_value_free): Likewise.
1136         (do_free_so): Likewise.
1137         (free_current_contents): Likewise.
1138         (do_regfree_cleanup): Likewise.
1139         (core_addr_hash): Likewise.
1140         (core_addr_eq): Likewise.
1141         (do_free_char_ptr_vec): Likewise.
1142         * v850-tdep.c (v850_frame_cache): Likewise.
1143         * varobj.c (do_free_variable_cleanup): Likewise.
1144         * vax-tdep.c (vax_supply_gregset): Likewise.
1145         (vax_frame_cache): Likewise.
1146         * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_cache): Likewise.
1147         * xml-support.c (gdb_xml_body_text): Likewise.
1148         (gdb_xml_values_cleanup): Likewise.
1149         (gdb_xml_start_element): Likewise.
1150         (gdb_xml_start_element_wrapper): Likewise.
1151         (gdb_xml_end_element): Likewise.
1152         (gdb_xml_end_element_wrapper): Likewise.
1153         (gdb_xml_cleanup): Likewise.
1154         (gdb_xml_fetch_external_entity): Likewise.
1155         (gdb_xml_parse_attr_enum): Likewise.
1156         (xinclude_start_include): Likewise.
1157         (xinclude_end_include): Likewise.
1158         (xml_xinclude_default): Likewise.
1159         (xml_xinclude_start_doctype): Likewise.
1160         (xml_xinclude_end_doctype): Likewise.
1161         (xml_xinclude_cleanup): Likewise.
1162         (xml_fetch_content_from_file): Likewise.
1163         * xml-syscall.c (free_syscalls_info): Likewise.
1164         (syscall_start_syscall): Likewise.
1165         * xml-tdesc.c (tdesc_end_arch): Likewise.
1166         (tdesc_end_osabi): Likewise.
1167         (tdesc_end_compatible): Likewise.
1168         (tdesc_start_target): Likewise.
1169         (tdesc_start_feature): Likewise.
1170         (tdesc_start_reg): Likewise.
1171         (tdesc_start_union): Likewise.
1172         (tdesc_start_struct): Likewise.
1173         (tdesc_start_flags): Likewise.
1174         (tdesc_start_field): Likewise.
1175         (tdesc_start_vector): Likewise.
1176         (fetch_available_features_from_target): Likewise.
1177         * xstormy16-tdep.c (xstormy16_frame_cache): Likewise.
1178         * xtensa-tdep.c (xtensa_supply_gregset): Likewise.
1179         (xtensa_frame_cache): Likewise.
1180         (xtensa_frame_prev_register): Likewise.
1181         (xtensa_extract_return_value): Likewise.
1182
1183 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
1184
1185         * aarch64-tdep.c (aarch64_make_prologue_cache): Add cast(s).
1186         (aarch64_make_stub_cache): Likewise.
1187         (value_of_aarch64_user_reg): Likewise.
1188         * ada-lang.c (ada_inferior_data_cleanup): Likewise.
1189         (get_ada_inferior_data): Likewise.
1190         (get_ada_pspace_data): Likewise.
1191         (ada_pspace_data_cleanup): Likewise.
1192         (ada_complete_symbol_matcher): Likewise.
1193         (ada_exc_search_name_matches): Likewise.
1194         * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
1195         (get_ada_tasks_inferior_data): Likewise.
1196         * addrmap.c (addrmap_mutable_foreach_worker): Likewise.
1197         (splay_obstack_alloc): Likewise.
1198         (splay_obstack_free): Likewise.
1199         * alpha-linux-tdep.c (alpha_linux_supply_gregset): Likewise.
1200         (alpha_linux_collect_gregset): Likewise.
1201         (alpha_linux_supply_fpregset): Likewise.
1202         (alpha_linux_collect_fpregset): Likewise.
1203         * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind_cache): Likewise.
1204         * alpha-tdep.c (alpha_lds): Likewise.
1205         (alpha_sts): Likewise.
1206         (alpha_sigtramp_frame_unwind_cache): Likewise.
1207         (alpha_heuristic_frame_unwind_cache): Likewise.
1208         (alpha_supply_int_regs): Likewise.
1209         (alpha_fill_int_regs): Likewise.
1210         (alpha_supply_fp_regs): Likewise.
1211         (alpha_fill_fp_regs): Likewise.
1212         * alphanbsd-tdep.c (alphanbsd_supply_fpregset): Likewise.
1213         (alphanbsd_aout_supply_gregset): Likewise.
1214         (alphanbsd_supply_gregset): Likewise.
1215         * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
1216         (amd64_x32_linux_init_abi): Likewise.
1217         * amd64-nat.c (amd64_supply_native_gregset): Likewise.
1218         (amd64_collect_native_gregset): Likewise.
1219         * amd64-tdep.c (amd64_frame_cache): Likewise.
1220         (amd64_sigtramp_frame_cache): Likewise.
1221         (amd64_epilogue_frame_cache): Likewise.
1222         (amd64_supply_fxsave): Likewise.
1223         (amd64_supply_xsave): Likewise.
1224         (amd64_collect_fxsave): Likewise.
1225         (amd64_collect_xsave): Likewise.
1226         * amd64-windows-tdep.c (amd64_windows_frame_cache): Likewise.
1227         * amd64obsd-tdep.c (amd64obsd_trapframe_cache): Likewise.
1228         * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
1229         (arm_linux_collect_gregset): Likewise.
1230         (arm_linux_supply_nwfpe): Likewise.
1231         (arm_linux_collect_nwfpe): Likewise.
1232         (arm_linux_supply_vfp): Likewise.
1233         (arm_linux_collect_vfp): Likewise.
1234         * arm-tdep.c (arm_find_mapping_symbol): Likewise.
1235         (arm_prologue_unwind_stop_reason): Likewise.
1236         (arm_prologue_this_id): Likewise.
1237         (arm_prologue_prev_register): Likewise.
1238         (arm_exidx_data_free): Likewise.
1239         (arm_find_exidx_entry): Likewise.
1240         (arm_stub_this_id): Likewise.
1241         (arm_m_exception_this_id): Likewise.
1242         (arm_m_exception_prev_register): Likewise.
1243         (arm_normal_frame_base): Likewise.
1244         (gdb_print_insn_arm): Likewise.
1245         (arm_objfile_data_free): Likewise.
1246         (arm_record_special_symbol): Likewise.
1247         (value_of_arm_user_reg): Likewise.
1248         * armbsd-tdep.c (armbsd_supply_fpregset): Likewise.
1249         (armbsd_supply_gregset): Likewise.
1250         * auto-load.c (auto_load_pspace_data_cleanup): Likewise.
1251         (get_auto_load_pspace_data): Likewise.
1252         (hash_loaded_script_entry): Likewise.
1253         (eq_loaded_script_entry): Likewise.
1254         (clear_section_scripts): Likewise.
1255         (collect_matching_scripts): Likewise.
1256         * auxv.c (auxv_inferior_data_cleanup): Likewise.
1257         (get_auxv_inferior_data): Likewise.
1258         * avr-tdep.c (avr_frame_unwind_cache): Likewise.
1259         * ax-general.c (do_free_agent_expr_cleanup): Likewise.
1260         * bfd-target.c (target_bfd_xfer_partial): Likewise.
1261         (target_bfd_xclose): Likewise.
1262         (target_bfd_get_section_table): Likewise.
1263         * bfin-tdep.c (bfin_frame_cache): Likewise.
1264         * block.c (find_block_in_blockvector): Likewise.
1265         (call_site_for_pc): Likewise.
1266         (block_find_non_opaque_type_preferred): Likewise.
1267         * break-catch-sig.c (signal_catchpoint_insert_location): Likewise.
1268         (signal_catchpoint_remove_location): Likewise.
1269         (signal_catchpoint_breakpoint_hit): Likewise.
1270         (signal_catchpoint_print_one): Likewise.
1271         (signal_catchpoint_print_mention): Likewise.
1272         (signal_catchpoint_print_recreate): Likewise.
1273         * break-catch-syscall.c (get_catch_syscall_inferior_data): Likewise.
1274         * breakpoint.c (do_cleanup_counted_command_line): Likewise.
1275         (bp_location_compare_addrs): Likewise.
1276         (get_first_locp_gte_addr): Likewise.
1277         (check_tracepoint_command): Likewise.
1278         (do_map_commands_command): Likewise.
1279         (get_breakpoint_objfile_data): Likewise.
1280         (free_breakpoint_probes): Likewise.
1281         (do_captured_breakpoint_query): Likewise.
1282         (compare_breakpoints): Likewise.
1283         (bp_location_compare): Likewise.
1284         (bpstat_remove_breakpoint_callback): Likewise.
1285         (do_delete_breakpoint_cleanup): Likewise.
1286         * bsd-uthread.c (bsd_uthread_set_supply_uthread): Likewise.
1287         (bsd_uthread_set_collect_uthread): Likewise.
1288         (bsd_uthread_activate): Likewise.
1289         (bsd_uthread_fetch_registers): Likewise.
1290         (bsd_uthread_store_registers): Likewise.
1291         * btrace.c (check_xml_btrace_version): Likewise.
1292         (parse_xml_btrace_block): Likewise.
1293         (parse_xml_btrace_pt_config_cpu): Likewise.
1294         (parse_xml_btrace_pt_raw): Likewise.
1295         (parse_xml_btrace_pt): Likewise.
1296         (parse_xml_btrace_conf_bts): Likewise.
1297         (parse_xml_btrace_conf_pt): Likewise.
1298         (do_btrace_data_cleanup): Likewise.
1299         * c-typeprint.c (find_typedef_for_canonicalize): Likewise.
1300         * charset.c (cleanup_iconv): Likewise.
1301         (do_cleanup_iterator): Likewise.
1302         * cli-out.c (cli_uiout_dtor): Likewise.
1303         (cli_table_begin): Likewise.
1304         (cli_table_body): Likewise.
1305         (cli_table_end): Likewise.
1306         (cli_table_header): Likewise.
1307         (cli_begin): Likewise.
1308         (cli_end): Likewise.
1309         (cli_field_int): Likewise.
1310         (cli_field_skip): Likewise.
1311         (cli_field_string): Likewise.
1312         (cli_field_fmt): Likewise.
1313         (cli_spaces): Likewise.
1314         (cli_text): Likewise.
1315         (cli_message): Likewise.
1316         (cli_wrap_hint): Likewise.
1317         (cli_flush): Likewise.
1318         (cli_redirect): Likewise.
1319         (out_field_fmt): Likewise.
1320         (field_separator): Likewise.
1321         (cli_out_set_stream): Likewise.
1322         * cli/cli-cmds.c (compare_symtabs): Likewise.
1323         * cli/cli-dump.c (call_dump_func): Likewise.
1324         (restore_section_callback): Likewise.
1325         * cli/cli-script.c (clear_hook_in_cleanup): Likewise.
1326         (do_restore_user_call_depth): Likewise.
1327         (do_free_command_lines_cleanup): Likewise.
1328         * coff-pe-read.c (get_section_vmas): Likewise.
1329         (pe_as16): Likewise.
1330         (pe_as32): Likewise.
1331         * coffread.c (coff_symfile_read): Likewise.
1332         * common/agent.c (agent_look_up_symbols): Likewise.
1333         * common/filestuff.c (do_close_cleanup): Likewise.
1334         * common/format.c (free_format_pieces_cleanup): Likewise.
1335         * common/vec.c (vec_o_reserve): Likewise.
1336         * compile/compile-c-support.c (print_one_macro): Likewise.
1337         * compile/compile-c-symbols.c (hash_symbol_error): Likewise.
1338         (eq_symbol_error): Likewise.
1339         (del_symbol_error): Likewise.
1340         (error_symbol_once): Likewise.
1341         (gcc_convert_symbol): Likewise.
1342         (gcc_symbol_address): Likewise.
1343         (hash_symname): Likewise.
1344         (eq_symname): Likewise.
1345         * compile/compile-c-types.c (hash_type_map_instance): Likewise.
1346         (eq_type_map_instance): Likewise.
1347         (insert_type): Likewise.
1348         (convert_type): Likewise.
1349         * compile/compile-object-load.c (munmap_listp_free_cleanup): Likewise.
1350         (setup_sections): Likewise.
1351         (link_hash_table_free): Likewise.
1352         (copy_sections): Likewise.
1353         * compile/compile-object-run.c (do_module_cleanup): Likewise.
1354         * compile/compile.c (compile_print_value): Likewise.
1355         (do_rmdir): Likewise.
1356         (cleanup_compile_instance): Likewise.
1357         (cleanup_unlink_file): Likewise.
1358         * completer.c (free_completion_tracker): Likewise.
1359         * corelow.c (add_to_spuid_list): Likewise.
1360         * cp-namespace.c (reset_directive_searched): Likewise.
1361         * cp-support.c (reset_directive_searched): Likewise.
1362         * cris-tdep.c (cris_sigtramp_frame_unwind_cache): Likewise.
1363         (cris_frame_unwind_cache): Likewise.
1364         * d-lang.c (builtin_d_type): Likewise.
1365         * d-namespace.c (reset_directive_searched): Likewise.
1366         * dbxread.c (dbx_free_symfile_info): Likewise.
1367         (do_free_bincl_list_cleanup): Likewise.
1368         * disasm.c (hash_dis_line_entry): Likewise.
1369         (eq_dis_line_entry): Likewise.
1370         (dis_asm_print_address): Likewise.
1371         (fprintf_disasm): Likewise.
1372         (do_ui_file_delete): Likewise.
1373         * doublest.c (convert_floatformat_to_doublest): Likewise.
1374         * dummy-frame.c (pop_dummy_frame_bpt): Likewise.
1375         (dummy_frame_prev_register): Likewise.
1376         (dummy_frame_this_id): Likewise.
1377         * dwarf2-frame-tailcall.c (cache_hash): Likewise.
1378         (cache_eq): Likewise.
1379         (cache_find): Likewise.
1380         (tailcall_frame_this_id): Likewise.
1381         (dwarf2_tailcall_prev_register_first): Likewise.
1382         (tailcall_frame_prev_register): Likewise.
1383         (tailcall_frame_dealloc_cache): Likewise.
1384         (tailcall_frame_prev_arch): Likewise.
1385         * dwarf2-frame.c (dwarf2_frame_state_free): Likewise.
1386         (dwarf2_frame_set_init_reg): Likewise.
1387         (dwarf2_frame_init_reg): Likewise.
1388         (dwarf2_frame_set_signal_frame_p): Likewise.
1389         (dwarf2_frame_signal_frame_p): Likewise.
1390         (dwarf2_frame_set_adjust_regnum): Likewise.
1391         (dwarf2_frame_adjust_regnum): Likewise.
1392         (clear_pointer_cleanup): Likewise.
1393         (dwarf2_frame_cache): Likewise.
1394         (find_cie): Likewise.
1395         (dwarf2_frame_find_fde): Likewise.
1396         * dwarf2expr.c (dwarf_expr_address_type): Likewise.
1397         (free_dwarf_expr_context_cleanup): Likewise.
1398         * dwarf2loc.c (locexpr_find_frame_base_location): Likewise.
1399         (locexpr_get_frame_base): Likewise.
1400         (loclist_find_frame_base_location): Likewise.
1401         (loclist_get_frame_base): Likewise.
1402         (dwarf_expr_dwarf_call): Likewise.
1403         (dwarf_expr_get_base_type): Likewise.
1404         (dwarf_expr_push_dwarf_reg_entry_value): Likewise.
1405         (dwarf_expr_get_obj_addr): Likewise.
1406         (entry_data_value_coerce_ref): Likewise.
1407         (entry_data_value_copy_closure): Likewise.
1408         (entry_data_value_free_closure): Likewise.
1409         (get_frame_address_in_block_wrapper): Likewise.
1410         (dwarf2_evaluate_property): Likewise.
1411         (dwarf2_compile_property_to_c): Likewise.
1412         (needs_frame_read_addr_from_reg): Likewise.
1413         (needs_frame_get_reg_value): Likewise.
1414         (needs_frame_frame_base): Likewise.
1415         (needs_frame_frame_cfa): Likewise.
1416         (needs_frame_tls_address): Likewise.
1417         (needs_frame_dwarf_call): Likewise.
1418         (needs_dwarf_reg_entry_value): Likewise.
1419         (get_ax_pc): Likewise.
1420         (locexpr_read_variable): Likewise.
1421         (locexpr_read_variable_at_entry): Likewise.
1422         (locexpr_read_needs_frame): Likewise.
1423         (locexpr_describe_location): Likewise.
1424         (locexpr_tracepoint_var_ref): Likewise.
1425         (locexpr_generate_c_location): Likewise.
1426         (loclist_read_variable): Likewise.
1427         (loclist_read_variable_at_entry): Likewise.
1428         (loclist_describe_location): Likewise.
1429         (loclist_tracepoint_var_ref): Likewise.
1430         (loclist_generate_c_location): Likewise.
1431         * dwarf2read.c (line_header_hash_voidp): Likewise.
1432         (line_header_eq_voidp): Likewise.
1433         (dwarf2_has_info): Likewise.
1434         (dwarf2_get_section_info): Likewise.
1435         (locate_dwz_sections): Likewise.
1436         (hash_file_name_entry): Likewise.
1437         (eq_file_name_entry): Likewise.
1438         (delete_file_name_entry): Likewise.
1439         (dw2_setup): Likewise.
1440         (dw2_get_file_names_reader): Likewise.
1441         (dw2_find_pc_sect_compunit_symtab): Likewise.
1442         (hash_signatured_type): Likewise.
1443         (eq_signatured_type): Likewise.
1444         (add_signatured_type_cu_to_table): Likewise.
1445         (create_debug_types_hash_table): Likewise.
1446         (lookup_dwo_signatured_type): Likewise.
1447         (lookup_dwp_signatured_type): Likewise.
1448         (lookup_signatured_type): Likewise.
1449         (hash_type_unit_group): Likewise.
1450         (eq_type_unit_group): Likewise.
1451         (get_type_unit_group): Likewise.
1452         (process_psymtab_comp_unit_reader): Likewise.
1453         (sort_tu_by_abbrev_offset): Likewise.
1454         (process_skeletonless_type_unit): Likewise.
1455         (psymtabs_addrmap_cleanup): Likewise.
1456         (dwarf2_read_symtab): Likewise.
1457         (psymtab_to_symtab_1): Likewise.
1458         (die_hash): Likewise.
1459         (die_eq): Likewise.
1460         (load_full_comp_unit_reader): Likewise.
1461         (reset_die_in_process): Likewise.
1462         (free_cu_line_header): Likewise.
1463         (handle_DW_AT_stmt_list): Likewise.
1464         (hash_dwo_file): Likewise.
1465         (eq_dwo_file): Likewise.
1466         (hash_dwo_unit): Likewise.
1467         (eq_dwo_unit): Likewise.
1468         (create_dwo_cu_reader): Likewise.
1469         (create_dwo_unit_in_dwp_v1): Likewise.
1470         (create_dwo_unit_in_dwp_v2): Likewise.
1471         (lookup_dwo_unit_in_dwp): Likewise.
1472         (dwarf2_locate_dwo_sections): Likewise.
1473         (dwarf2_locate_common_dwp_sections): Likewise.
1474         (dwarf2_locate_v2_dwp_sections): Likewise.
1475         (hash_dwp_loaded_cutus): Likewise.
1476         (eq_dwp_loaded_cutus): Likewise.
1477         (lookup_dwo_cutu): Likewise.
1478         (abbrev_table_free_cleanup): Likewise.
1479         (dwarf2_free_abbrev_table): Likewise.
1480         (find_partial_die_in_comp_unit): Likewise.
1481         (free_line_header_voidp): Likewise.
1482         (follow_die_offset): Likewise.
1483         (follow_die_sig_1): Likewise.
1484         (free_heap_comp_unit): Likewise.
1485         (free_stack_comp_unit): Likewise.
1486         (dwarf2_free_objfile): Likewise.
1487         (per_cu_offset_and_type_hash): Likewise.
1488         (per_cu_offset_and_type_eq): Likewise.
1489         (get_die_type_at_offset): Likewise.
1490         (partial_die_hash): Likewise.
1491         (partial_die_eq): Likewise.
1492         (dwarf2_per_objfile_free): Likewise.
1493         (hash_strtab_entry): Likewise.
1494         (eq_strtab_entry): Likewise.
1495         (add_string): Likewise.
1496         (hash_symtab_entry): Likewise.
1497         (eq_symtab_entry): Likewise.
1498         (delete_symtab_entry): Likewise.
1499         (cleanup_mapped_symtab): Likewise.
1500         (add_indices_to_cpool): Likewise.
1501         (hash_psymtab_cu_index): Likewise.
1502         (eq_psymtab_cu_index): Likewise.
1503         (add_address_entry_worker): Likewise.
1504         (unlink_if_set): Likewise.
1505         (write_one_signatured_type): Likewise.
1506         (save_gdb_index_command): Likewise.
1507         * elfread.c (elf_symtab_read): Likewise.
1508         (elf_gnu_ifunc_cache_hash): Likewise.
1509         (elf_gnu_ifunc_cache_eq): Likewise.
1510         (elf_gnu_ifunc_record_cache): Likewise.
1511         (elf_gnu_ifunc_resolve_by_cache): Likewise.
1512         (elf_get_probes): Likewise.
1513         (probe_key_free): Likewise.
1514         * f-lang.c (builtin_f_type): Likewise.
1515         * frame-base.c (frame_base_append_sniffer): Likewise.
1516         (frame_base_set_default): Likewise.
1517         (frame_base_find_by_frame): Likewise.
1518         * frame-unwind.c (frame_unwind_prepend_unwinder): Likewise.
1519         (frame_unwind_append_unwinder): Likewise.
1520         (frame_unwind_find_by_frame): Likewise.
1521         * frame.c (frame_addr_hash): Likewise.
1522         (frame_addr_hash_eq): Likewise.
1523         (frame_stash_find): Likewise.
1524         (do_frame_register_read): Likewise.
1525         (unwind_to_current_frame): Likewise.
1526         (frame_cleanup_after_sniffer): Likewise.
1527         * frv-linux-tdep.c (frv_linux_sigtramp_frame_cache): Likewise.
1528         * frv-tdep.c (frv_frame_unwind_cache): Likewise.
1529         * ft32-tdep.c (ft32_frame_cache): Likewise.
1530         * gcore.c (do_bfd_delete_cleanup): Likewise.
1531         (gcore_create_callback): Likewise.
1532         * gdb_bfd.c (hash_bfd): Likewise.
1533         (eq_bfd): Likewise.
1534         (gdb_bfd_open): Likewise.
1535         (free_one_bfd_section): Likewise.
1536         (gdb_bfd_ref): Likewise.
1537         (gdb_bfd_unref): Likewise.
1538         (get_section_descriptor): Likewise.
1539         (gdb_bfd_map_section): Likewise.
1540         (gdb_bfd_crc): Likewise.
1541         (gdb_bfd_mark_parent): Likewise.
1542         (gdb_bfd_record_inclusion): Likewise.
1543         (gdb_bfd_requires_relocations): Likewise.
1544         (print_one_bfd): Likewise.
1545         * gdbtypes.c (type_pair_hash): Likewise.
1546         (type_pair_eq): Likewise.
1547         (builtin_type): Likewise.
1548         (objfile_type): Likewise.
1549         * gnu-v3-abi.c (vtable_ptrdiff_type): Likewise.
1550         (vtable_address_point_offset): Likewise.
1551         (gnuv3_get_vtable): Likewise.
1552         (hash_value_and_voffset): Likewise.
1553         (eq_value_and_voffset): Likewise.
1554         (compare_value_and_voffset): Likewise.
1555         (compute_vtable_size): Likewise.
1556         (gnuv3_get_typeid_type): Likewise.
1557         * go-lang.c (builtin_go_type): Likewise.
1558         * guile/scm-block.c (bkscm_hash_block_smob): Likewise.
1559         (bkscm_eq_block_smob): Likewise.
1560         (bkscm_objfile_block_map): Likewise.
1561         (bkscm_del_objfile_blocks): Likewise.
1562         * guile/scm-breakpoint.c (bpscm_build_bp_list): Likewise.
1563         * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker): Likewise.
1564         (gdbscm_disasm_print_address): Likewise.
1565         * guile/scm-frame.c (frscm_hash_frame_smob): Likewise.
1566         (frscm_eq_frame_smob): Likewise.
1567         (frscm_inferior_frame_map): Likewise.
1568         (frscm_del_inferior_frames): Likewise.
1569         * guile/scm-gsmob.c (gdbscm_add_objfile_ref): Likewise.
1570         * guile/scm-objfile.c (ofscm_handle_objfile_deleted): Likewise.
1571         (ofscm_objfile_smob_from_objfile): Likewise.
1572         * guile/scm-ports.c (ioscm_write): Likewise.
1573         (ioscm_file_port_delete): Likewise.
1574         (ioscm_file_port_rewind): Likewise.
1575         (ioscm_file_port_put): Likewise.
1576         (ioscm_file_port_write): Likewise.
1577         * guile/scm-progspace.c (psscm_handle_pspace_deleted): Likewise.
1578         (psscm_pspace_smob_from_pspace): Likewise.
1579         * guile/scm-safe-call.c (scscm_recording_pre_unwind_handler): Likewise.
1580         (scscm_recording_unwind_handler): Likewise.
1581         (gdbscm_with_catch): Likewise.
1582         (scscm_call_0_body): Likewise.
1583         (scscm_call_1_body): Likewise.
1584         (scscm_call_2_body): Likewise.
1585         (scscm_call_3_body): Likewise.
1586         (scscm_call_4_body): Likewise.
1587         (scscm_apply_1_body): Likewise.
1588         (scscm_eval_scheme_string): Likewise.
1589         (gdbscm_safe_eval_string): Likewise.
1590         (scscm_source_scheme_script): Likewise.
1591         (gdbscm_safe_source_script): Likewise.
1592         * guile/scm-string.c (gdbscm_call_scm_to_stringn): Likewise.
1593         (gdbscm_call_scm_from_stringn): Likewise.
1594         * guile/scm-symbol.c (syscm_hash_symbol_smob): Likewise.
1595         (syscm_eq_symbol_smob): Likewise.
1596         (syscm_get_symbol_map): Likewise.
1597         (syscm_del_objfile_symbols): Likewise.
1598         * guile/scm-symtab.c (stscm_hash_symtab_smob): Likewise.
1599         (stscm_eq_symtab_smob): Likewise.
1600         (stscm_objfile_symtab_map): Likewise.
1601         (stscm_del_objfile_symtabs): Likewise.
1602         * guile/scm-type.c (tyscm_hash_type_smob): Likewise.
1603         (tyscm_eq_type_smob): Likewise.
1604         (tyscm_type_map): Likewise.
1605         (tyscm_copy_type_recursive): Likewise.
1606         (save_objfile_types): Likewise.
1607         * guile/scm-utils.c (extract_arg): Likewise.
1608         * h8300-tdep.c (h8300_frame_cache): Likewise.
1609         * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind_cache): Likewise.
1610         * hppa-tdep.c (compare_unwind_entries): Likewise.
1611         (find_unwind_entry): Likewise.
1612         (hppa_frame_cache): Likewise.
1613         (hppa_stub_frame_unwind_cache): Likewise.
1614         * hppanbsd-tdep.c (hppanbsd_supply_gregset): Likewise.
1615         * hppaobsd-tdep.c (hppaobsd_supply_gregset): Likewise.
1616         (hppaobsd_supply_fpregset): Likewise.
1617         * i386-cygwin-tdep.c (core_process_module_section): Likewise.
1618         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
1619         * i386-tdep.c (i386_frame_cache): Likewise.
1620         (i386_epilogue_frame_cache): Likewise.
1621         (i386_sigtramp_frame_cache): Likewise.
1622         (i386_supply_gregset): Likewise.
1623         (i386_collect_gregset): Likewise.
1624         (i386_gdbarch_init): Likewise.
1625         * i386obsd-tdep.c (i386obsd_aout_supply_regset): Likewise.
1626         (i386obsd_trapframe_cache): Likewise.
1627         * i387-tdep.c (i387_supply_fsave): Likewise.
1628         (i387_collect_fsave): Likewise.
1629         (i387_supply_fxsave): Likewise.
1630         (i387_collect_fxsave): Likewise.
1631         (i387_supply_xsave): Likewise.
1632         (i387_collect_xsave): Likewise.
1633         * ia64-tdep.c (ia64_frame_cache): Likewise.
1634         (ia64_sigtramp_frame_cache): Likewise.
1635         * infcmd.c (attach_command_continuation): Likewise.
1636         (attach_command_continuation_free_args): Likewise.
1637         * inferior.c (restore_inferior): Likewise.
1638         (delete_thread_of_inferior): Likewise.
1639         * inflow.c (inflow_inferior_data_cleanup): Likewise.
1640         (get_inflow_inferior_data): Likewise.
1641         (inflow_inferior_exit): Likewise.
1642         * infrun.c (displaced_step_clear_cleanup): Likewise.
1643         (restore_current_uiout_cleanup): Likewise.
1644         (release_stop_context_cleanup): Likewise.
1645         (do_restore_infcall_suspend_state_cleanup): Likewise.
1646         (do_restore_infcall_control_state_cleanup): Likewise.
1647         (restore_inferior_ptid): Likewise.
1648         * inline-frame.c (block_starting_point_at): Likewise.
1649         * iq2000-tdep.c (iq2000_frame_cache): Likewise.
1650         * jit.c (get_jit_objfile_data): Likewise.
1651         (get_jit_program_space_data): Likewise.
1652         (jit_object_close_impl): Likewise.
1653         (jit_find_objf_with_entry_addr): Likewise.
1654         (jit_breakpoint_deleted): Likewise.
1655         (jit_unwind_reg_set_impl): Likewise.
1656         (jit_unwind_reg_get_impl): Likewise.
1657         (jit_dealloc_cache): Likewise.
1658         (jit_frame_sniffer): Likewise.
1659         (jit_frame_prev_register): Likewise.
1660         (jit_prepend_unwinder): Likewise.
1661         (jit_inferior_exit_hook): Likewise.
1662         (free_objfile_data): Likewise.
1663         * jv-lang.c (jv_per_objfile_free): Likewise.
1664         (get_dynamics_objfile): Likewise.
1665         (get_java_class_symtab): Likewise.
1666         (builtin_java_type): Likewise.
1667         * language.c (language_string_char_type): Likewise.
1668         (language_bool_type): Likewise.
1669         (language_lookup_primitive_type): Likewise.
1670         (language_lookup_primitive_type_as_symbol): Likewise.
1671         * linespec.c (hash_address_entry): Likewise.
1672         (eq_address_entry): Likewise.
1673         (iterate_inline_only): Likewise.
1674         (iterate_name_matcher): Likewise.
1675         (decode_line_2_compare_items): Likewise.
1676         (collect_one_symbol): Likewise.
1677         (compare_symbols): Likewise.
1678         (compare_msymbols): Likewise.
1679         (add_symtabs_to_list): Likewise.
1680         (collect_symbols): Likewise.
1681         (compare_msyms): Likewise.
1682         (add_minsym): Likewise.
1683         (cleanup_linespec_result): Likewise.
1684         * linux-fork.c (inferior_call_waitpid_cleanup): Likewise.
1685         * linux-nat.c (delete_lwp_cleanup): Likewise.
1686         (count_events_callback): Likewise.
1687         (select_event_lwp_callback): Likewise.
1688         (resume_stopped_resumed_lwps): Likewise.
1689         * linux-tdep.c (get_linux_gdbarch_data): Likewise.
1690         (invalidate_linux_cache_inf): Likewise.
1691         (get_linux_inferior_data): Likewise.
1692         (linux_find_memory_regions_thunk): Likewise.
1693         (linux_make_mappings_callback): Likewise.
1694         (linux_corefile_thread_callback): Likewise.
1695         (find_mapping_size): Likewise.
1696         * linux-thread-db.c (find_new_threads_callback): Likewise.
1697         * lm32-tdep.c (lm32_frame_cache): Likewise.
1698         * m2-lang.c (builtin_m2_type): Likewise.
1699         * m32c-tdep.c (m32c_analyze_frame_prologue): Likewise.
1700         * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_cache): Likewise.
1701         (m32r_linux_supply_gregset): Likewise.
1702         (m32r_linux_collect_gregset): Likewise.
1703         * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
1704         * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
1705         * m68k-tdep.c (m68k_frame_cache): Likewise.
1706         * m68kbsd-tdep.c (m68kbsd_supply_fpregset): Likewise.
1707         (m68kbsd_supply_gregset): Likewise.
1708         * m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise.
1709         * m88k-tdep.c (m88k_frame_cache): Likewise.
1710         (m88k_supply_gregset): Likewise.
1711
1712 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
1713
1714         * aarch64-linux-tdep.c (aarch64_stap_parse_special_token): Add cast
1715         to allocation result assignment.
1716         * ada-exp.y (write_object_renaming): Likewise.
1717         (write_ambiguous_var): Likewise.
1718         (ada_nget_field_index): Likewise.
1719         (write_var_or_type): Likewise.
1720         * ada-lang.c (ada_decode_symbol): Likewise.
1721         (ada_value_assign): Likewise.
1722         (value_pointer): Likewise.
1723         (cache_symbol): Likewise.
1724         (add_nonlocal_symbols): Likewise.
1725         (ada_name_for_lookup): Likewise.
1726         (symbol_completion_add): Likewise.
1727         (ada_to_fixed_type_1): Likewise.
1728         (ada_get_next_arg): Likewise.
1729         (defns_collected): Likewise.
1730         * ada-lex.l (processId): Likewise.
1731         (processString): Likewise.
1732         * ada-tasks.c (read_known_tasks_array): Likewise.
1733         (read_known_tasks_list): Likewise.
1734         * ada-typeprint.c (decoded_type_name): Likewise.
1735         * addrmap.c (addrmap_mutable_create_fixed): Likewise.
1736         * amd64-tdep.c (amd64_push_arguments): Likewise.
1737         (amd64_displaced_step_copy_insn): Likewise.
1738         (amd64_classify_insn_at): Likewise.
1739         (amd64_relocate_instruction): Likewise.
1740         * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Likewise.
1741         * arch-utils.c (simple_displaced_step_copy_insn): Likewise.
1742         (initialize_current_architecture): Likewise.
1743         * arm-linux-tdep.c (arm_stap_parse_special_token): Likewise.
1744         * arm-symbian-tdep.c (arm_symbian_osabi_sniffer): Likewise.
1745         * arm-tdep.c (arm_exidx_new_objfile): Likewise.
1746         (arm_push_dummy_call): Likewise.
1747         (extend_buffer_earlier): Likewise.
1748         (arm_adjust_breakpoint_address): Likewise.
1749         (arm_skip_stub): Likewise.
1750         * auto-load.c (filename_is_in_pattern): Likewise.
1751         (maybe_add_script_file): Likewise.
1752         (maybe_add_script_text): Likewise.
1753         (auto_load_objfile_script_1): Likewise.
1754         * auxv.c (ld_so_xfer_auxv): Likewise.
1755         * ax-general.c (new_agent_expr): Likewise.
1756         (grow_expr): Likewise.
1757         (ax_reg_mask): Likewise.
1758         * bcache.c (bcache_full): Likewise.
1759         * breakpoint.c (program_breakpoint_here_p): Likewise.
1760         * btrace.c (parse_xml_raw): Likewise.
1761         * build-id.c (build_id_to_debug_bfd): Likewise.
1762         * buildsym.c (end_symtab_with_blockvector): Likewise.
1763         * c-exp.y (string_exp): Likewise.
1764         (qualified_name): Likewise.
1765         (write_destructor_name): Likewise.
1766         (operator_stoken): Likewise.
1767         (parse_number): Likewise.
1768         (scan_macro_expansion): Likewise.
1769         (yylex): Likewise.
1770         (c_print_token): Likewise.
1771         * c-lang.c (c_get_string): Likewise.
1772         (emit_numeric_character): Likewise.
1773         * charset.c (wchar_iterate): Likewise.
1774         * cli/cli-cmds.c (complete_command): Likewise.
1775         (make_command): Likewise.
1776         * cli/cli-dump.c (restore_section_callback): Likewise.
1777         (restore_binary_file): Likewise.
1778         * cli/cli-interp.c (cli_interpreter_exec): Likewise.
1779         * cli/cli-script.c (execute_control_command): Likewise.
1780         * cli/cli-setshow.c (do_set_command): Likewise.
1781         * coff-pe-read.c (add_pe_forwarded_sym): Likewise.
1782         (read_pe_exported_syms): Likewise.
1783         * coffread.c (coff_read_struct_type): Likewise.
1784         (coff_read_enum_type): Likewise.
1785         * common/btrace-common.c (btrace_data_append): Likewise.
1786         * common/buffer.c (buffer_grow): Likewise.
1787         * common/filestuff.c (gdb_fopen_cloexec): Likewise.
1788         * common/format.c (parse_format_string): Likewise.
1789         * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
1790         * common/xml-utils.c (xml_escape_text): Likewise.
1791         * compile/compile-object-load.c (copy_sections): Likewise.
1792         (compile_object_load): Likewise.
1793         * compile/compile-object-run.c (compile_object_run): Likewise.
1794         * completer.c (filename_completer): Likewise.
1795         * corefile.c (read_memory_typed_address): Likewise.
1796         (write_memory_unsigned_integer): Likewise.
1797         (write_memory_signed_integer): Likewise.
1798         (complete_set_gnutarget): Likewise.
1799         * corelow.c (get_core_register_section): Likewise.
1800         * cp-name-parser.y (d_grab): Likewise.
1801         (allocate_info): Likewise.
1802         (cp_new_demangle_parse_info): Likewise.
1803         * cp-namespace.c (cp_scan_for_anonymous_namespaces): Likewise.
1804         (cp_lookup_symbol_in_namespace): Likewise.
1805         (lookup_namespace_scope): Likewise.
1806         (find_symbol_in_baseclass): Likewise.
1807         (cp_lookup_nested_symbol): Likewise.
1808         (cp_lookup_transparent_type_loop): Likewise.
1809         * cp-support.c (copy_string_to_obstack): Likewise.
1810         (make_symbol_overload_list): Likewise.
1811         (make_symbol_overload_list_namespace): Likewise.
1812         (make_symbol_overload_list_adl_namespace): Likewise.
1813         (first_component_command): Likewise.
1814         * cp-valprint.c (cp_print_value): Likewise.
1815         * ctf.c (ctf_xfer_partial): Likewise.
1816         * d-exp.y (StringExp): Likewise.
1817         * d-namespace.c (d_lookup_symbol_in_module): Likewise.
1818         (lookup_module_scope): Likewise.
1819         (find_symbol_in_baseclass): Likewise.
1820         (d_lookup_nested_symbol): Likewise.
1821         * dbxread.c (find_stab_function_addr): Likewise.
1822         (read_dbx_symtab): Likewise.
1823         (dbx_end_psymtab): Likewise.
1824         (cp_set_block_scope): Likewise.
1825         * dcache.c (dcache_alloc): Likewise.
1826         * demangle.c (_initialize_demangler): Likewise.
1827         * dicos-tdep.c (dicos_load_module_p): Likewise.
1828         * dictionary.c (dict_create_hashed_expandable): Likewise.
1829         (dict_create_linear_expandable): Likewise.
1830         (expand_hashtable): Likewise.
1831         (add_symbol_linear_expandable): Likewise.
1832         * dwarf2-frame.c (add_cie): Likewise.
1833         (add_fde): Likewise.
1834         (dwarf2_build_frame_info): Likewise.
1835         * dwarf2expr.c (dwarf_expr_grow_stack): Likewise.
1836         (dwarf_expr_fetch_address): Likewise.
1837         (add_piece): Likewise.
1838         (execute_stack_op): Likewise.
1839         * dwarf2loc.c (chain_candidate): Likewise.
1840         (dwarf_entry_parameter_to_value): Likewise.
1841         (read_pieced_value): Likewise.
1842         (write_pieced_value): Likewise.
1843         * dwarf2read.c (dwarf2_read_section): Likewise.
1844         (add_type_unit): Likewise.
1845         (read_comp_units_from_section): Likewise.
1846         (fixup_go_packaging): Likewise.
1847         (dwarf2_compute_name): Likewise.
1848         (dwarf2_physname): Likewise.
1849         (create_dwo_unit_in_dwp_v1): Likewise.
1850         (create_dwo_unit_in_dwp_v2): Likewise.
1851         (read_func_scope): Likewise.
1852         (read_call_site_scope): Likewise.
1853         (dwarf2_attach_fields_to_type): Likewise.
1854         (process_structure_scope): Likewise.
1855         (mark_common_block_symbol_computed): Likewise.
1856         (read_common_block): Likewise.
1857         (abbrev_table_read_table): Likewise.
1858         (guess_partial_die_structure_name): Likewise.
1859         (fixup_partial_die): Likewise.
1860         (add_file_name): Likewise.
1861         (dwarf2_const_value_data): Likewise.
1862         (dwarf2_const_value_attr): Likewise.
1863         (build_error_marker_type): Likewise.
1864         (guess_full_die_structure_name): Likewise.
1865         (anonymous_struct_prefix): Likewise.
1866         (typename_concat): Likewise.
1867         (dwarf2_canonicalize_name): Likewise.
1868         (dwarf2_name): Likewise.
1869         (write_constant_as_bytes): Likewise.
1870         (dwarf2_fetch_constant_bytes): Likewise.
1871         (copy_string): Likewise.
1872         (parse_macro_definition): Likewise.
1873         * elfread.c (elf_symfile_segments): Likewise.
1874         (elf_rel_plt_read): Likewise.
1875         (elf_gnu_ifunc_resolve_by_cache): Likewise.
1876         (elf_gnu_ifunc_resolve_by_got): Likewise.
1877         (elf_read_minimal_symbols): Likewise.
1878         (elf_gnu_ifunc_record_cache): Likewise.
1879         * event-top.c (top_level_prompt): Likewise.
1880         (command_line_handler): Likewise.
1881         * exec.c (resize_section_table): Likewise.
1882         * expprint.c (print_subexp_standard): Likewise.
1883         * fbsd-tdep.c (fbsd_collect_regset_section_cb): Likewise.
1884         * findcmd.c (parse_find_args): Likewise.
1885         * findvar.c (address_from_register): Likewise.
1886         * frame.c (get_prev_frame_always): Likewise.
1887         * gdb_bfd.c (gdb_bfd_ref): Likewise.
1888         (get_section_descriptor): Likewise.
1889         * gdb_obstack.c (obconcat): Likewise.
1890         (obstack_strdup): Likewise.
1891         * gdbtypes.c (lookup_function_type_with_arguments): Likewise.
1892         (create_set_type): Likewise.
1893         (lookup_unsigned_typename): Likewise.
1894         (lookup_signed_typename): Likewise.
1895         (resolve_dynamic_union): Likewise.
1896         (resolve_dynamic_struct): Likewise.
1897         (add_dyn_prop): Likewise.
1898         (copy_dynamic_prop_list): Likewise.
1899         (arch_flags_type): Likewise.
1900         (append_composite_type_field_raw): Likewise.
1901         * gdbtypes.h (INIT_FUNC_SPECIFIC): Likewise.
1902         * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
1903         * go-exp.y (string_exp): Likewise.
1904         * go-lang.c (go_demangle): Likewise.
1905         * guile/guile.c (compute_scheme_string): Likewise.
1906         * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
1907         (gdbscm_canonicalize_command_name): Likewise.
1908         * guile/scm-ports.c (ioscm_init_stdio_buffers): Likewise.
1909         (ioscm_init_memory_port): Likewise.
1910         (ioscm_reinit_memory_port): Likewise.
1911         * guile/scm-utils.c (gdbscm_gc_xstrdup): Likewise.
1912         (gdbscm_gc_dup_argv): Likewise.
1913         * h8300-tdep.c (h8300_push_dummy_call): Likewise.
1914         * hppa-tdep.c (internalize_unwinds): Likewise.
1915         (read_unwind_info): Likewise.
1916         * i386-cygwin-tdep.c (core_process_module_section): Likewise.
1917         (windows_core_xfer_shared_libraries): Likewise.
1918         * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
1919         (i386_stap_parse_special_token_triplet): Likewise.
1920         (i386_stap_parse_special_token_three_arg_disp): Likewise.
1921         * i386obsd-tdep.c (i386obsd_sigtramp_p): Likewise.
1922         * inf-child.c (inf_child_fileio_readlink): Likewise.
1923         * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
1924         (inf_ptrace_store_register): Likewise.
1925         * infrun.c (follow_exec): Likewise.
1926         (displaced_step_prepare_throw): Likewise.
1927         (save_stop_context): Likewise.
1928         (save_infcall_suspend_state): Likewise.
1929         * jit.c (jit_read_descriptor): Likewise.
1930         (jit_read_code_entry): Likewise.
1931         (jit_symtab_line_mapping_add_impl): Likewise.
1932         (finalize_symtab): Likewise.
1933         (jit_unwind_reg_get_impl): Likewise.
1934         * jv-exp.y (QualifiedName): Likewise.
1935         * jv-lang.c (get_java_utf8_name): Likewise.
1936         (type_from_class): Likewise.
1937         (java_demangle_type_signature): Likewise.
1938         (java_class_name_from_physname): Likewise.
1939         * jv-typeprint.c (java_type_print_base): Likewise.
1940         * jv-valprint.c (java_value_print): Likewise.
1941         * language.c (add_language): Likewise.
1942         * linespec.c (add_sal_to_sals_basic): Likewise.
1943         (add_sal_to_sals): Likewise.
1944         (decode_objc): Likewise.
1945         (find_linespec_symbols): Likewise.
1946         * linux-fork.c (fork_save_infrun_state): Likewise.
1947         * linux-nat.c (linux_nat_detach): Likewise.
1948         (linux_nat_fileio_readlink): Likewise.
1949         * linux-record.c (record_linux_sockaddr): Likewise.
1950         (record_linux_msghdr): Likewise.
1951         (Do): Likewise.
1952         * linux-tdep.c (linux_core_info_proc_mappings): Likewise.
1953         (linux_collect_regset_section_cb): Likewise.
1954         (linux_get_siginfo_data): Likewise.
1955         * linux-thread-db.c (try_thread_db_load_from_pdir_1): Likewise.
1956         (try_thread_db_load_from_dir): Likewise.
1957         (thread_db_load_search): Likewise.
1958         (info_auto_load_libthread_db): Likewise.
1959         * m32c-tdep.c (m32c_m16c_address_to_pointer): Likewise.
1960         (m32c_m16c_pointer_to_address): Likewise.
1961         * m68hc11-tdep.c (m68hc11_pseudo_register_write): Likewise.
1962         * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
1963         * machoread.c (macho_check_dsym): Likewise.
1964         * macroexp.c (resize_buffer): Likewise.
1965         (gather_arguments): Likewise.
1966         (maybe_expand): Likewise.
1967         * macrotab.c (new_macro_key): Likewise.
1968         (new_source_file): Likewise.
1969         (new_macro_definition): Likewise.
1970         * mdebugread.c (parse_symbol): Likewise.
1971         (parse_type): Likewise.
1972         (parse_partial_symbols): Likewise.
1973         (psymtab_to_symtab_1): Likewise.
1974         * mem-break.c (default_memory_insert_breakpoint): Likewise.
1975         * mi/mi-cmd-break.c (mi_argv_to_format): Likewise.
1976         * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
1977         (mi_cmd_data_read_memory_bytes): Likewise.
1978         (mi_cmd_data_write_memory_bytes): Likewise.
1979         (mi_cmd_trace_frame_collected): Likewise.
1980         * mi/mi-parse.c (mi_parse_argv): Likewise.
1981         (mi_parse): Likewise.
1982         * minidebug.c (lzma_open): Likewise.
1983         (lzma_pread): Likewise.
1984         * mips-tdep.c (mips_read_fp_register_single): Likewise.
1985         (mips_print_fp_register): Likewise.
1986         * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Likewise.
1987         * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
1988         * mt-tdep.c (mt_register_name): Likewise.
1989         (mt_registers_info): Likewise.
1990         (mt_push_dummy_call): Likewise.
1991         * namespace.c (add_using_directive): Likewise.
1992         * nat/linux-btrace.c (perf_event_read): Likewise.
1993         (linux_enable_bts): Likewise.
1994         * nat/linux-osdata.c (linux_common_core_of_thread): Likewise.
1995         * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Likewise.
1996         * nto-tdep.c (nto_find_and_open_solib): Likewise.
1997         (nto_parse_redirection): Likewise.
1998         * objc-lang.c (objc_demangle): Likewise.
1999         (find_methods): Likewise.
2000         * objfiles.c (get_objfile_bfd_data): Likewise.
2001         (set_objfile_main_name): Likewise.
2002         (allocate_objfile): Likewise.
2003         (objfile_relocate): Likewise.
2004         (update_section_map): Likewise.
2005         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
2006         * p-exp.y (exp): Likewise.
2007         (yylex): Likewise.
2008         * p-valprint.c (pascal_object_print_value): Likewise.
2009         * parse.c (initialize_expout): Likewise.
2010         (mark_completion_tag): Likewise.
2011         (copy_name): Likewise.
2012         (parse_float): Likewise.
2013         (type_stack_reserve): Likewise.
2014         * ppc-linux-tdep.c (ppc_stap_parse_special_token): Likewise.
2015         (ppu2spu_prev_register): Likewise.
2016         * ppc-ravenscar-thread.c (supply_register_at_address): Likewise.
2017         * printcmd.c (printf_wide_c_string): Likewise.
2018         (printf_pointer): Likewise.
2019         * probe.c (parse_probes): Likewise.
2020         * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
2021         (cmdpy_init): Likewise.
2022         * python/py-gdb-readline.c (gdbpy_readline_wrapper): Likewise.
2023         * python/py-symtab.c (set_sal): Likewise.
2024         * python/py-unwind.c (pyuw_sniffer): Likewise.
2025         * python/python.c (python_interactive_command): Likewise.
2026         (compute_python_string): Likewise.
2027         * ravenscar-thread.c (get_running_thread_id): Likewise.
2028         * record-full.c (record_full_exec_insn): Likewise.
2029         (record_full_core_open_1): Likewise.
2030         * regcache.c (regcache_raw_read_signed): Likewise.
2031         (regcache_raw_read_unsigned): Likewise.
2032         (regcache_cooked_read_signed): Likewise.
2033         (regcache_cooked_read_unsigned): Likewise.
2034         * remote-fileio.c (remote_fileio_func_open): Likewise.
2035         (remote_fileio_func_rename): Likewise.
2036         (remote_fileio_func_unlink): Likewise.
2037         (remote_fileio_func_stat): Likewise.
2038         (remote_fileio_func_system): Likewise.
2039         * remote-mips.c (mips_xfer_memory): Likewise.
2040         (mips_load_srec): Likewise.
2041         (pmon_end_download): Likewise.
2042         * remote.c (new_remote_state): Likewise.
2043         (map_regcache_remote_table): Likewise.
2044         (remote_register_number_and_offset): Likewise.
2045         (init_remote_state): Likewise.
2046         (get_memory_packet_size): Likewise.
2047         (remote_pass_signals): Likewise.
2048         (remote_program_signals): Likewise.
2049         (remote_start_remote): Likewise.
2050         (remote_check_symbols): Likewise.
2051         (remote_query_supported): Likewise.
2052         (extended_remote_attach): Likewise.
2053         (process_g_packet): Likewise.
2054         (store_registers_using_G): Likewise.
2055         (putpkt_binary): Likewise.
2056         (read_frame): Likewise.
2057         (compare_sections_command): Likewise.
2058         (remote_hostio_pread): Likewise.
2059         (remote_hostio_readlink): Likewise.
2060         (remote_file_put): Likewise.
2061         (remote_file_get): Likewise.
2062         (remote_pid_to_exec_file): Likewise.
2063         (_initialize_remote): Likewise.
2064         * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
2065         (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
2066         * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise.
2067         (bfd_uses_spe_extensions): Likewise.
2068         * s390-linux-tdep.c (s390_displaced_step_copy_insn): Likewise.
2069         * score-tdep.c (score7_malloc_and_get_memblock): Likewise.
2070         * solib-dsbt.c (decode_loadmap): Likewise.
2071         (fetch_loadmap): Likewise.
2072         (scan_dyntag): Likewise.
2073         (enable_break): Likewise.
2074         (dsbt_relocate_main_executable): Likewise.
2075         * solib-frv.c (fetch_loadmap): Likewise.
2076         (enable_break2): Likewise.
2077         (frv_relocate_main_executable): Likewise.
2078         * solib-spu.c (spu_relocate_main_executable): Likewise.
2079         (spu_bfd_open): Likewise.
2080         * solib-svr4.c (lm_info_read): Likewise.
2081         (read_program_header): Likewise.
2082         (find_program_interpreter): Likewise.
2083         (scan_dyntag): Likewise.
2084         (elf_locate_base): Likewise.
2085         (open_symbol_file_object): Likewise.
2086         (read_program_headers_from_bfd): Likewise.
2087         (svr4_relocate_main_executable): Likewise.
2088         * solib-target.c (solib_target_relocate_section_addresses): Likewise.
2089         * solib.c (solib_find_1): Likewise.
2090         (exec_file_find): Likewise.
2091         (solib_find): Likewise.
2092         * source.c (openp): Likewise.
2093         (print_source_lines_base): Likewise.
2094         (forward_search_command): Likewise.
2095         * sparc-ravenscar-thread.c (supply_register_at_address): Likewise.
2096         * spu-tdep.c (spu2ppu_prev_register): Likewise.
2097         (spu_get_overlay_table): Likewise.
2098         * stabsread.c (patch_block_stabs): Likewise.
2099         (define_symbol): Likewise.
2100         (again:): Likewise.
2101         (read_member_functions): Likewise.
2102         (read_one_struct_field): Likewise.
2103         (read_enum_type): Likewise.
2104         (common_block_start): Likewise.
2105         * stack.c (read_frame_arg): Likewise.
2106         (backtrace_command): Likewise.
2107         * stap-probe.c (stap_parse_register_operand): Likewise.
2108         * symfile.c (syms_from_objfile_1): Likewise.
2109         (find_separate_debug_file): Likewise.
2110         (load_command): Likewise.
2111         (load_progress): Likewise.
2112         (load_section_callback): Likewise.
2113         (reread_symbols): Likewise.
2114         (add_filename_language): Likewise.
2115         (allocate_compunit_symtab): Likewise.
2116         (read_target_long_array): Likewise.
2117         (simple_read_overlay_table): Likewise.
2118         * symtab.c (symbol_set_names): Likewise.
2119         (resize_symbol_cache): Likewise.
2120         (rbreak_command): Likewise.
2121         (completion_list_add_name): Likewise.
2122         (completion_list_objc_symbol): Likewise.
2123         (add_filename_to_list): Likewise.
2124         * target-descriptions.c (maint_print_c_tdesc_cmd): Likewise.
2125         * target-memory.c (target_write_memory_blocks): Likewise.
2126         * target.c (target_read_string): Likewise.
2127         (read_whatever_is_readable): Likewise.
2128         (target_read_alloc_1): Likewise.
2129         (simple_search_memory): Likewise.
2130         (target_fileio_read_alloc_1): Likewise.
2131         * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
2132         * top.c (command_line_input): Likewise.
2133         * tracefile-tfile.c (tfile_fetch_registers): Likewise.
2134         * tracefile.c (tracefile_fetch_registers): Likewise.
2135         * tracepoint.c (add_memrange): Likewise.
2136         (init_collection_list): Likewise.
2137         (add_aexpr): Likewise.
2138         (trace_dump_actions): Likewise.
2139         (parse_trace_status): Likewise.
2140         (parse_tracepoint_definition): Likewise.
2141         (parse_tsv_definition): Likewise.
2142         (parse_static_tracepoint_marker_definition): Likewise.
2143         * tui/tui-file.c (tui_sfileopen): Likewise.
2144         (tui_file_adjust_strbuf): Likewise.
2145         * tui/tui-io.c (tui_expand_tabs): Likewise.
2146         * tui/tui-source.c (tui_set_source_content): Likewise.
2147         * typeprint.c (find_global_typedef): Likewise.
2148         * ui-file.c (do_ui_file_xstrdup): Likewise.
2149         (ui_file_obsavestring): Likewise.
2150         (mem_file_write): Likewise.
2151         * utils.c (make_hex_string): Likewise.
2152         (get_regcomp_error): Likewise.
2153         (puts_filtered_tabular): Likewise.
2154         (gdb_realpath_keepfile): Likewise.
2155         (ldirname): Likewise.
2156         (gdb_bfd_errmsg): Likewise.
2157         (substitute_path_component): Likewise.
2158         * valops.c (search_struct_method): Likewise.
2159         (find_oload_champ_namespace_loop): Likewise.
2160         * valprint.c (print_decimal_chars): Likewise.
2161         (read_string): Likewise.
2162         (generic_emit_char): Likewise.
2163         * varobj.c (varobj_delete): Likewise.
2164         (varobj_value_get_print_value): Likewise.
2165         * vaxobsd-tdep.c (vaxobsd_sigtramp_sniffer): Likewise.
2166         * windows-tdep.c (display_one_tib): Likewise.
2167         * xcoffread.c (read_xcoff_symtab): Likewise.
2168         (process_xcoff_symbol): Likewise.
2169         (swap_sym): Likewise.
2170         (scan_xcoff_symtab): Likewise.
2171         (xcoff_initial_scan): Likewise.
2172         * xml-support.c (gdb_xml_end_element): Likewise.
2173         (xml_process_xincludes): Likewise.
2174         (xml_fetch_content_from_file): Likewise.
2175         * xml-syscall.c (xml_list_of_syscalls): Likewise.
2176         * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
2177
2178 2015-09-23  James Bowman  <james.bowman@ftdichip.com>
2179
2180         * ft32-tdep.c (ft32_register_type): Return gdbarch_tdep (gdbarch)->pc_type
2181         instead of builtin_func_ptr.
2182         (ft32_pointer_to_address): New function.
2183         (ft32_address_class_type_flags): New function.
2184         (ft32_address_class_type_flags_to_name): New function.
2185         (ft32_address_class_name_to_type_flags): New function.
2186         (ft32_gdbarch_init): Set tdep->pc_type.  Call
2187         set_gdbarch_pointer_to_address,
2188         set_gdbarch_address_class_type_flags
2189         set_gdbarch_address_class_name_to_type_flags,
2190         and set_gdbarch_address_class_type_flags_to_name.
2191         * ft32-tdep.h (struct gdbarch_tdep) <pc_type>: New field.
2192
2193 2015-09-23  Pierre-Marie de Rodat  <derodat@adacore.com>
2194
2195         * ada-lang.c (ada_evaluate_subexp) <OP_FUNCALL>: When the input
2196         value is a reference, actually dereference it in order to get
2197         the underlying value.
2198
2199 2015-09-22  Simon Marchi  <simon.marchi@ericsson.com>
2200
2201         * stap-probe.c (handle_stap_probe): Remove unnecessary cast.
2202
2203 2015-09-21  Simon Marchi  <simon.marchi@ericsson.com>
2204
2205         * cli/cli-setshow.c (cmd_show_list): Constify a variable.
2206         * linespec.c (linespec_lexer_lex_string): Same.
2207
2208 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
2209
2210         * NEWS: Mention support for fast tracepoints on aarch64-linux.
2211
2212 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
2213
2214         * aarch64-tdep.c (aarch64_analyze_prologue): New is_adrp
2215         variable.  Call aarch64_decode_adr instead of
2216         aarch64_decode_adrp.
2217         * arch/aarch64-insn.h (aarch64_decode_adrp): Delete.
2218         (aarch64_decode_adr): New function declaration.
2219         * arch/aarch64-insn.c (aarch64_decode_adrp): Delete.
2220         (aarch64_decode_adr): New function, factored out from
2221         aarch64_decode_adrp to decode both adr and adrp instructions.
2222
2223 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
2224
2225         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-insn.o.
2226         (HFILES_NO_SRCDIR): Add arch/aarch64-insn.h.
2227         (aarch64-insn.o): New rule.
2228         * configure.tgt (aarch64*-*-elf): Add aarch64-insn.o.
2229         (aarch64*-*-linux*): Likewise.
2230         * arch/aarch64-insn.c: New file.
2231         * arch/aarch64-insn.h: New file.
2232         * aarch64-tdep.c: Include arch/aarch64-insn.h.
2233         (aarch64_debug): Move to arch/aarch64-insn.c.  Declare in
2234         arch/aarch64-insn.h.
2235         (decode_add_sub_imm): Rename to ...
2236         (aarch64_decode_add_sub_imm): ... this.
2237         (decode_adrp): Rename to ...
2238         (aarch64_decode_adrp): ... this.  Move to arch/aarch64-insn.c.
2239         Declare in arch/aarch64-insn.h.
2240         (decode_b): Rename to ...
2241         (aarch64_decode_b): ... this.  Move to arch/aarch64-insn.c.
2242         Declare in arch/aarch64-insn.h.
2243         (decode_bcond): Rename to ...
2244         (aarch64_decode_bcond): ... this.  Move to arch/aarch64-insn.c.
2245         Declare in arch/aarch64-insn.h.
2246         (decode_br): Rename to ...
2247         (aarch64_decode_br): ... this.
2248         (decode_cb): Rename to ...
2249         (aarch64_decode_cb): ... this.  Move to arch/aarch64-insn.c.
2250         Declare in arch/aarch64-insn.h.
2251         (decode_eret): Rename to ...
2252         (aarch64_decode_eret): ... this.
2253         (decode_movz): Rename to ...
2254         (aarch64_decode_movz): ... this.
2255         (decode_orr_shifted_register_x): Rename to ...
2256         (aarch64_decode_orr_shifted_register_x): ... this.
2257         (decode_ret): Rename to ...
2258         (aarch64_decode_ret): ... this.
2259         (decode_stp_offset): Rename to ...
2260         (aarch64_decode_stp_offset): ... this.
2261         (decode_stp_offset_wb): Rename to ...
2262         (aarch64_decode_stp_offset_wb): ... this.
2263         (decode_stur): Rename to ...
2264         (aarch64_decode_stur): ... this.
2265         (decode_tb): Rename to ...
2266         (aarch64_decode_tb): ... this.  Move to arch/aarch64-insn.c.
2267         Declare in arch/aarch64-insn.h.
2268         (aarch64_analyze_prologue): Adjust calls to renamed functions.
2269
2270 2015-09-20  Doug Evans  <xdje42@gmail.com>
2271
2272         * dwarf2read.c (add_partial_symbol): Remove outdated comments.
2273
2274 2015-09-20  Doug Evans  <xdje42@gmail.com>
2275
2276         * dwarf2read.c (dwarf2_compute_name): Add FIXME.  Don't use a local
2277         variable name that collides with a parameter.
2278
2279 2015-09-20  Joel Brobecker  <brobecker@adacore.com>
2280
2281         * dwarf2loc.c (locexpr_get_frame_base): Renames
2282         block_op_get_frame_base.
2283         (dwarf2_block_frame_base_locexpr_funcs): Replace reference to
2284         block_op_get_frame_base by reference to locexpr_get_frame_base.
2285         (loclist_get_frame_base): New function, near identical copy of
2286         locexpr_get_frame_base.
2287         (dwarf2_block_frame_base_loclist_funcs): Replace reference to
2288         block_op_get_frame_base by reference to loclist_get_frame_base.
2289
2290 2015-09-19  Doug Evans  <xdje42@gmail.com>
2291
2292         * ravenscar-thread.c (ravenscar_inferior_created): Replace
2293         current_inferior ()->gdbarch with its wrapper target_gdbarch.
2294
2295 2015-09-18  Doug Evans  <xdje42@gmail.com>
2296
2297         * linux-thread-db.c (record_thread): Return the created thread.
2298         (thread_from_lwp): Likewise.
2299         (thread_db_get_thread_local_address): Update.
2300
2301 2015-09-18  Doug Evans  <xdje42@gmail.com>
2302
2303         * symtab.h (general_symbol_info) <mangled_lang>: Delete struct,
2304         move only member demangled_name up.  All uses updated.
2305
2306 2015-09-18  Doug Evans  <xdje42@gmail.com>
2307
2308         * findvar.c (default_read_var_value) <LOC_UNRESOLVED>: Include the
2309         kind of minimal symbol in the error message.
2310         * objfiles.c (objfile_flavour_name): New function.
2311         * objfiles.h (objfile_flavour_name): Declare.
2312
2313 2015-09-18  Yao Qi  <yao.qi@linaro.org>
2314
2315         * nat/aarch64-linux.c: Include elf/common.h,
2316         nat/gdb_ptrace.h, asm/ptrace.h and sys/uio.h.
2317         (aarch64_ps_get_thread_area): New function.
2318         * nat/aarch64-linux.h: Include gdb_proc_service.h.
2319         (aarch64_ps_get_thread_area): Declare.
2320         * aarch64-linux-nat.c (ps_get_thread_area): Call
2321         aarch64_ps_get_thread_area.
2322
2323 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2324
2325         * record-btrace.c (record_btrace_resume): Honour scheduler-locking.
2326
2327 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2328
2329         * NEWS: Announce new scheduler-locking mode.
2330         * infrun.c (schedlock_replay): New.
2331         (scheduler_enums): Add schedlock_replay.
2332         (scheduler_mode): Change default to schedlock_replay.
2333         (user_visible_resume_ptid): Handle schedlock_replay.
2334         (clear_proceed_status_thread): Stop replaying if resumed thread is
2335         not replaying.
2336         (schedlock_applies): Handle schedlock_replay.
2337         (_initialize_infrun): Document new scheduler-locking mode.
2338         * record-btrace.c (record_btrace_resume): Remove code to stop other
2339         threads when not replaying the resumed thread.
2340
2341 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2342
2343         * record-btrace.c ((record_btrace_will_replay): New.
2344         (init_record_btrace_ops): Initialize to_record_will_replay.
2345         * record-full.c ((record_full_will_replay): New.
2346         (init_record_full_ops): Initialize to_record_will_replay.
2347         * target-delegates.c: Regenerated.
2348         * target.c (target_record_will_replay): New.
2349         * target.h (struct target_ops) <to_record_will_replay>: New.
2350         (target_record_will_replay): New.
2351
2352 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2353
2354         * record-btrace.c (record_btrace_resume): Call
2355         target_record_stop_replaying.
2356         (record_btrace_stop_replaying_all): New.
2357         (init_record_btrace_ops): Initialize to_record_stop_replaying.
2358         * record-full.c (record_full_stop_replaying): New.
2359         (init_record_full_ops ): Initialize to_record_stop_replaying.
2360         * target-delegates.c: Regenerated.
2361         * target.c (target_record_stop_replaying): New.
2362         * target.h (struct target_ops) <to_record_stop_replaying>: New.
2363         (target_record_stop_replaying): New.
2364
2365 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2366
2367         * record-btrace.c (record_btrace_xfer_partial)
2368         (record_btrace_store_registers, record_btrace_prepare_to_store):
2369         Call record_btrace_is_replaying with inferior_ptid instead of
2370         minus_one_ptid.
2371         (record_btrace_store_registers): Change error message.
2372
2373 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2374
2375         * record-btrace.c (record_btrace_is_replaying): Add ptid argument.
2376         Update users to pass minus_one_ptid.
2377         * record-full.c (record_full_is_replaying): Add ptid argument (ignored).
2378         * record.c (cmd_record_delete): Pass inferior_ptid to
2379         target_record_is_replaying.
2380         * target-delegates.c: Regenerated.
2381         * target.c (target_record_is_replaying): Add ptid argument.
2382         * target.h (struct target_ops) <to_record_is_replaying>: Add ptid
2383         argument.
2384         (target_record_is_replaying): Add ptid argument.
2385
2386 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2387
2388         * record-btrace.c (record_btrace_open): Remove non_stop check.
2389         * NEWS: Announce that record btrace supports non-stop mode.
2390
2391 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2392
2393         * infrun.c (handle_inferior_event_1): Switch to the eventing thread
2394         in the TARKET_WAITKIND_NO_HISTORY case.
2395
2396 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2397
2398         * record-btrace.c (record_btrace_maybe_mark_async_event): New.
2399         (record_btrace_wait): Call record_btrace_maybe_mark_async_event.
2400
2401 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2402
2403         * record-btrace.c (get_thread_current_frame): New.
2404         (record_btrace_start_replaying): Call get_thread_current_frame.
2405
2406 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2407
2408         * record-btrace.c (record_btrace_resume_thread): A move request
2409         overwrites a previous move request.
2410         (record_btrace_find_resume_thread): Removed.
2411         (record_btrace_resume): Resume all requested threads.
2412
2413 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2414
2415         * record-btrace.c: Include vec.h.
2416         (record_btrace_find_thread_to_move): Removed.
2417         (btrace_step_no_resumed, btrace_step_again)
2418         (record_btrace_stop_replaying_at_end): New.
2419         (record_btrace_cancel_resume): Call record_btrace_stop_replaying_at_end.
2420         (record_btrace_single_step_forward): Remove calls to
2421         record_btrace_stop_replaying.
2422         (record_btrace_step_thread): Do only one step for BTHR_CONT and
2423         BTHR_RCONT.  Keep threads at the end of their history moving.
2424         (record_btrace_wait): Call record_btrace_step_thread for all threads
2425         until one reports an event.  Call record_btrace_stop_replaying_at_end
2426         for the eventing thread.
2427
2428 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2429
2430         * record-btrace.c (record_btrace_single_step_forward): Return
2431         NO_HISTORY if a step brings us to the end of the execution history.
2432
2433 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2434
2435         * record-btrace.c (record_btrace_step_thread): Move breakpoint check
2436         to ...
2437         (record_btrace_single_step_forward): ... here and
2438         (record_btrace_single_step_backward): ... here.
2439
2440 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2441
2442         * record-btrace.c (btrace_step_spurious)
2443         (record_btrace_single_step_forward)
2444         (record_btrace_single_step_backward): New.
2445         (record_btrace_step_thread): Call record_btrace_single_step_forward
2446         and record_btrace_single_step_backward.
2447
2448 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2449
2450         * record-btrace.c (record_btrace_replay_at_breakpoint): New.
2451         (record_btrace_step_thread): Call record_btrace_replay_at_breakpoint.
2452
2453 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2454
2455         * record-btrace.c (btrace_thread_flag_to_str)
2456         (record_btrace_cancel_resume): New.
2457         (record_btrace_step_thread): Call btrace_thread_flag_to_str.
2458         (record_btrace_resume): Print execution direction.
2459         (record_btrace_resume_thread): Call btrace_thread_flag_to_str.
2460         (record_btrace_wait): Call record_btrace_cancel_resume.
2461
2462 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2463
2464         * btrace.h (enum btrace_thread_flag) <BTHR_STOP>: New.
2465         * record-btrace (record_btrace_resume_thread): Clear BTHR_STOP.
2466         (record_btrace_find_thread_to_move): Also accept threads that have
2467         BTHR_STOP set.
2468         (btrace_step_stopped_on_request, record_btrace_stop): New.
2469         (record_btrace_step_thread): Support BTHR_STOP.
2470         (record_btrace_wait): Also clear BTHR_STOP when stopping other threads.
2471         (init_record_btrace_ops): Initialize to_stop.
2472
2473 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2474
2475         * record-btrace.c (record_btrace_wait): Replace non_stop check with
2476         target_is_non_stop_p ().
2477
2478 2015-09-15  Pierre-Marie de Rodat  <derodat@adacore.com>
2479
2480         * ada-typeprint.c (print_array_type): Do not describe arrays as
2481         packed when they embed dynamic elements.
2482
2483 2015-09-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2484
2485         * symtab.h (address_class): Document that TLS variables
2486         are handled by LOC_UNRESOLVED.
2487         * findvar.c (default_read_var_value): Don't relocate TLS variables.
2488         * printcmd.c (address_info): Don't relocate TLS variables.
2489
2490 2015-09-15  Pierre Langlois  <pierre.langlois@arm.com>
2491
2492         * aarch64-tdep.c (decode_add_sub_imm): Use debug_printf.
2493         (decode_adrp): Likewise.
2494         (decode_b): Likewise.
2495         (decode_bcond): Likewise.
2496         (decode_br): Likewise.
2497         (decode_cb): Likewise.
2498         (decode_eret): Likewise.
2499         (decode_movz): Likewise.
2500         (decode_orr_shifted_register_x): Likewise.
2501         (decode_ret): Likewise.
2502         (decode_stp_offset): Likewise.
2503         (decode_stp_offset_wb): Likewise.
2504         (decode_stur): Likewise.
2505         (decode_tb): Likewise.
2506         (aarch64_analyze_prologue): Likewise.
2507         (pass_in_x): Likewise.
2508         (pass_in_v): Likewise.
2509         (pass_on_stack): Likewise.
2510         (aarch64_push_dummy_call): Likewise.
2511         (aarch64_extract_return_value): Likewise.
2512         (aarch64_store_return_value): Likewise.
2513         (aarch64_return_value): Likewise.
2514         (aarch64_record_asimd_load_store): Likewise.
2515         (aarch64_record_load_store): Likewise.
2516         (aarch64_record_data_proc_simd_fp): Likewise.
2517
2518 2015-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
2519
2520         * linespec.c (minsym_found): Call gdbarch_skip_entrypoint.
2521         * ppc64-tdep.c (ppc64_skip_trampoline_code): Rename to ...
2522         (ppc64_skip_trampoline_code_1): ... here.
2523         (ppc64_skip_trampoline_code): New wrapper function.
2524         * symtab.c (find_function_start_sal): Call gdbarch_skip_entrypoint.
2525
2526 2015-09-15  Yao Qi  <yao.qi@linaro.org>
2527
2528         * aarch64-linux-nat.c (aarch64_linux_can_do_single_step): New
2529         function.
2530         (_initialize_aarch64_linux_nat): Install it to to_can_do_single_step.
2531         * arm-linux-tdep.c (arm_linux_software_single_step): Return 0
2532         if target_can_do_single_step returns 1.
2533         * remote.c (struct vCont_action_support) <s, S>: New fields.
2534         (PACKET_vContSupported): New enum.
2535         (remote_protocol_features): New element for vContSupported.
2536         (remote_query_supported): Append "vContSupported+".
2537         (remote_vcont_probe): Remove support_s and support_S, use
2538         rs->supports_vCont.s and rs->supports_vCont.S instead.  Disable
2539         vCont packet if c and C actions are not supported.
2540         (remote_can_do_single_step): New function.
2541         (init_remote_ops): Install it to to_can_do_single_step.
2542         (_initialize_remote): Call add_packet_config_cmd.
2543         * target.h (struct target_ops) <to_can_do_single_step>: New field.
2544         (target_can_do_single_step): New macro.
2545         * target-delegates.c: Re-generated.
2546
2547 2015-09-15  Yao Qi  <yao.qi@linaro.org>
2548
2549         * aarch64-linux-nat.c (aarch64_linux_siginfo_fixup): New function.
2550         (_initialize_aarch64_linux_nat): Call linux_nat_set_siginfo_fixup.
2551         * nat/aarch64-linux.c (aarch64_compat_siginfo_from_siginfo):
2552         New function.
2553         (aarch64_siginfo_from_compat_siginfo): New function.
2554         * nat/aarch64-linux.h: Include signal.h.
2555         (compat_int_t, compat_uptr_t, compat_time_t): Typedef.
2556         (compat_timer_t, compat_clock_t): Likewise.
2557         (struct compat_timeval): New.
2558         (union compat_sigval): New.
2559         (struct compat_siginfo): New.
2560         (cpt_si_pid, cpt_si_uid, cpt_si_timerid): New macros.
2561         (cpt_si_overrun, cpt_si_status, cpt_si_utime): Likewise.
2562         (cpt_si_stime, cpt_si_ptr, cpt_si_addr): Likewise.
2563         (cpt_si_band, cpt_si_fd): Likewise.
2564
2565 2015-09-14  Pedro Alves  <palves@redhat.com>
2566
2567         * infrun.c (current_stop_id): New global.
2568         (get_stop_id, new_stop_id): New functions.
2569         (fetch_inferior_event): Handle normal_stop proceeding the target.
2570         (struct stop_context): New.
2571         (save_stop_context, release_stop_context_cleanup)
2572         (stop_context_changed): New functions.
2573         (normal_stop): Return true if the hook-stop changes the stop
2574         context.
2575         * infrun.h (get_stop_id): Declare.
2576         (normal_stop): Now returns int.  Add documentation.
2577
2578 2015-09-14  Pierre-Marie de Rodat  <derodat@adacore.com>
2579
2580         * ada-lang.c (ada_value_ptr_subscript): Update the heading
2581         comment.  Handle packed arrays.
2582
2583 2015-09-14  Pedro Alves  <palves@redhat.com>
2584
2585         * NEWS (Changes in GDB 7.10, New commands>: Remove duplicate
2586         mention of maint set/show target-non-stop.
2587
2588 2015-09-11  Don Breazeal  <donb@codesourcery.com>
2589
2590         * NEWS: Announce new remote packets for the exec-events
2591         feature and the exec-events feature and associated commands.
2592
2593 2015-09-11  Don Breazeal  <donb@codesourcery.com>
2594
2595         * remote.c (remote_exec_event_p): New function.
2596         (remote_insert_exec_catchpoint): New function.
2597         (remote_remove_exec_catchpoint): New function.
2598         (init_extended_remote_ops): Initialize extended_remote_ops
2599         members to_insert_exec_catchpoint and
2600         to_remove_exec_catchpoint.
2601
2602 2015-09-11  Don Breazeal  <donb@codesourcery.com>
2603             Luis Machado  <lgustavo@codesourcery.com>
2604
2605         * infrun.c (follow_exec): Use process-style ptid for
2606         exec message.  Call add_inferior_with_spaces and
2607         target_follow_exec.
2608         * nat/linux-ptrace.c (linux_supports_traceexec): New function.
2609         * nat/linux-ptrace.h (linux_supports_traceexec): Declare.
2610         * remote.c (remote_pspace_data): New static variable.
2611         (remote_pspace_data_cleanup): New function.
2612         (get_remote_exec_file): New function.
2613         (set_remote_exec_file_1): New function.
2614         (set_remote_exec_file): New function.
2615         (show_remote_exec_file): New function.
2616         (remote_exec_file): Delete static variable.
2617         (anonymous enum) <PACKET_exec_event_feature>: New
2618         enumeration constant.
2619         (remote_protocol_features): Add entry for exec-events feature.
2620         (remote_query_supported): Add client side of qSupported query
2621         for exec-events feature.
2622         (remote_follow_exec): New function.
2623         (remote_parse_stop_reply): Handle 'exec' stop reason.
2624         (extended_remote_run, extended_remote_create_inferior): Call
2625         get_remote_exec_file and set_remote_exec_file_1.
2626         (init_extended_remote_ops) <to_follow_exec>: Initialize new
2627         member.
2628         (_initialize_remote): Call
2629         register_program_space_data_with_cleanup.  Call
2630         add_packet_config_cmd for remote exec-events feature.
2631         Modify call to add_setshow_string_noescape_cmd for exec-file
2632         to use new functions set_remote_exec_file and
2633         show_remote_exec_file.
2634         * target-debug.h, target-delegates.c: Regenerated.
2635         * target.c (target_follow_exec): New function.
2636         * target.h (struct target_ops) <to_follow_exec>: New member.
2637         (target_follow_exec): Declare new function.
2638
2639 2015-09-11  Pierre Langlois  <pierre.langlois@arm.com>
2640
2641         * aarch64-tdep.c (decode_cb): Move up comment describing the
2642         encoding.
2643         (decode_tb): Fix a typo in comment above the function.  Move up
2644         comment describing the encoding.
2645
2646 2015-09-11  Pierre Langlois  <pierre.langlois@arm.com>
2647
2648         * aarch64-tdep.c (decode_bcond): Fix incorrect mask.
2649
2650 2015-09-11  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
2651
2652         PR gdb/18947
2653         * aarch64-linux-tdep.c: (aarch64_linux_init_abi): Install
2654         glibc_skip_solib_resolver as gdbarch_skip_solib_resolver callback.
2655
2656 2015-09-10  Simon Marchi  <simon.marchi@ericsson.com>
2657
2658         * ada-lang.c (scan_discrim_bound): Factor out arithmetic
2659         operations.
2660
2661 2015-09-10  Simon Marchi  <simon.marchi@ericsson.com>
2662
2663         * ada-lang.c (ada_search_struct_field): Constify parameters
2664         and/or variables..
2665         (xget_renaming_scope): Likewise.
2666         (ada_is_redundant_range_encoding): Likewise.
2667         (scan_discrim_bound): Likewise.
2668         (to_fixed_range_type): Likewise.
2669
2670 2015-09-10  Yao Qi  <yao.qi@linaro.org>
2671
2672         * breakpoint.c (download_tracepoint_locations): New local
2673         can_download_tracepoint.  Check the result of
2674         target_can_download_tracepoint and save it in
2675         can_download_tracepoint if there are tracepoints to download.
2676         * linux-nat.h (enum tribool): Move it to ...
2677         * common/common-types.h: ... here.
2678
2679 2015-09-09  Pedro Alves  <palves@redhat.com>
2680
2681         * inf-loop.c (inferior_event_handler): Delete INF_TIMER case.
2682         * target.h (enum inferior_event_type) <INF_TIMER>: Delete.
2683
2684 2015-09-09  Pedro Alves  <palves@redhat.com>
2685
2686         * continuations.c (add_continuation, restore_thread_cleanup)
2687         (do_all_continuations_ptid, do_all_continuations_thread_callback)
2688         (do_all_continuations_thread, do_all_continuations)
2689         (discard_all_continuations_thread_callback)
2690         (discard_all_continuations_thread, discard_all_continuations)
2691         (add_intermediate_continuation)
2692         (do_all_intermediate_continuations_thread_callback)
2693         (do_all_intermediate_continuations_thread)
2694         (do_all_intermediate_continuations)
2695         (discard_all_intermediate_continuations_thread_callback)
2696         (discard_all_intermediate_continuations_thread)
2697         (discard_all_intermediate_continuations): Delete.
2698         * continuations.h (add_continuation, do_all_continuations)
2699         (do_all_continuations_thread, discard_all_continuations)
2700         (discard_all_continuations_thread, add_intermediate_continuation)
2701         (do_all_intermediate_continuations)
2702         (do_all_intermediate_continuations_thread)
2703         (discard_all_intermediate_continuations)
2704         (discard_all_intermediate_continuations_thread): Delete
2705         declarations.
2706         * event-top.c (stdin_event_handler): Delete references to
2707         continuations.
2708         * gdbthread.h (struct thread_info): Delete continuations and
2709         intermediate_continuations fields.
2710         * inf-loop.c (inferior_event_handler): Remove references to
2711         continuations.
2712         * infrun.c (infrun_thread_stop_requested_callback): Remove
2713         references to continuations.
2714         * target.h (enum inferior_event_type) <INF_EXEC_CONTINUE>: Delete.
2715         * thread.c: Don't include "continuations.h".
2716         (clear_thread_inferior_resources): Remove references to
2717         continuations.
2718
2719 2015-09-09  Pedro Alves  <palves@redhat.com>
2720
2721         * infcall.c (struct dummy_frame_context_saver): Delete.
2722         (dummy_frame_context_saver_free, dummy_frame_context_saver_dtor)
2723         (dummy_frame_context_saver_drop)
2724         (dummy_frame_context_saver_cleanup)
2725         (dummy_frame_context_saver_get_regs)
2726         (dummy_frame_context_saver_setup): Delete.
2727         * infcall.h (dummy_frame_context_saver_drop)
2728         (dummy_frame_context_saver_cleanup)
2729         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver):
2730         Delete.
2731         (get_return_value): Remove 'ctx_saver' paremeter.  Adjust.
2732         * inferior.h (get_return_value): Remove 'ctx_saver' paremeter.
2733         * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Adjust.
2734
2735 2015-09-09  Pedro Alves  <palves@redhat.com>
2736
2737         * breakpoint.c: Include "thread-fsm.h".
2738         (struct until_break_command_continuation_args): Delete.
2739         (struct until_break_fsm): New.
2740         (until_break_fsm_ops): New global.
2741         (new_until_break_fsm, until_break_fsm_should_stop): New functions.
2742         (until_break_command_continuation): Delete.
2743         (until_break_fsm_clean_up): New function.
2744         (until_break_fsm_async_reply_reason): New function.
2745         (until_break_command): Adjust to create an until_break_fsm instead
2746         of a continuation.
2747         (momentary_bkpt_print_it): No longer print MI's async-stop-reason
2748         here.
2749         * infcmd.c (struct until_next_fsm): New.
2750         (until_next_fsm_ops): New global.
2751         (new_until_next_fsm, until_next_fsm_should_stop): New function.
2752         (until_next_continuation): Delete.
2753         (until_next_fsm_clean_up, until_next_fsm_async_reply_reason): New
2754         functions.
2755         (until_next_command): Adjust to create a new until_next_fsm
2756         instead of a continuation.
2757
2758 2015-09-09  Pedro Alves  <palves@redhat.com>
2759
2760         * infcall.c: Include thread_fsm.h.
2761         (struct call_return_meta_info): New.
2762         (get_call_return_value): New function, factored out from
2763         call_function_by_hand_dummy.
2764         (struct call_thread_fsm): New.
2765         (call_thread_fsm_ops): New global.
2766         (new_call_thread_fsm, call_thread_fsm_should_stop)
2767         (call_thread_fsm_should_notify_stop): New functions.
2768         (run_inferior_call): Add 'sm' parameter.  Associate the FSM with
2769         the thread.
2770         (call_function_by_hand_dummy): Create a new call_thread_fsm
2771         instance, associate it with the thread, and wait for the FSM to
2772         finish.  If finished successfully, fetch the function's result
2773         value out of the FSM.
2774         * infrun.c (fetch_inferior_event): If the FSM says the stop
2775         shouldn't be notified, don't call normal_stop.
2776         (maybe_remove_breakpoints): New function, factored out from ...
2777         (normal_stop): ... here.  Simplify.
2778         * infrun.h (maybe_remove_breakpoints): Declare.
2779         * thread-fsm.c (thread_fsm_should_notify_stop): New function.
2780         (thread-fsm.h) <struct thread_fsm_ops>: New field.
2781         (thread_fsm_should_notify_stop): Declare.
2782
2783 2015-09-09  Pedro Alves  <palves@redhat.com>
2784
2785         * Makefile.in (COMMON_OBS): Add thread-fsm.o.
2786         * breakpoint.c (handle_jit_event): Print debug output.
2787         (bpstat_what): Split event callback handling to ...
2788         (bpstat_run_callbacks): ... this new function.
2789         (momentary_bkpt_print_it): No longer handle bp_finish here.
2790         * breakpoint.h (bpstat_run_callbacks): Declare.
2791         * gdbthread.h (struct thread_info) <step_multi>: Delete field.
2792         <thread_fsm>: New field.
2793         (thread_cancel_execution_command): Declare.
2794         * infcmd.c: Include thread-fsm.h.
2795         (struct step_command_fsm): New.
2796         (step_command_fsm_ops): New global.
2797         (new_step_command_fsm, step_command_fsm_prepare): New functions.
2798         (step_1): Adjust to use step_command_fsm_prepare and
2799         prepare_one_step.
2800         (struct step_1_continuation_args): Delete.
2801         (step_1_continuation): Delete.
2802         (step_command_fsm_should_stop): New function.
2803         (step_once): Delete.
2804         (step_command_fsm_clean_up, step_command_fsm_async_reply_reason)
2805         (prepare_one_step): New function, based on step_once.
2806         (until_next_command): Remove step_multi reference.
2807         (struct return_value_info): New.
2808         (print_return_value): Rename to ...
2809         (print_return_value_1): ... this.  New struct return_value_info
2810         parameter.  Adjust.
2811         (print_return_value): Reimplement as wrapper around
2812         print_return_value_1.
2813         (struct finish_command_fsm): New.
2814         (finish_command_continuation): Delete.
2815         (finish_command_fsm_ops): New global.
2816         (new_finish_command_fsm, finish_command_fsm_should_stop): New
2817         functions.
2818         (finish_command_fsm_clean_up, finish_command_fsm_return_value):
2819         New.
2820         (finish_command_continuation_free_arg): Delete.
2821         (finish_command_fsm_async_reply_reason): New.
2822         (finish_backward, finish_forward): Change symbol parameter to a
2823         finish_command_fsm.  Adjust.
2824         (finish_command): Create a finish_command_fsm.  Adjust.
2825         * infrun.c: Include "thread-fsm.h".
2826         (clear_proceed_status_thread): Delete the thread's FSM.
2827         (infrun_thread_stop_requested_callback): Cancel the thread's
2828         execution command.
2829         (clean_up_just_stopped_threads_fsms): New function.
2830         (fetch_inferior_event): Handle the event_thread's should_stop
2831         method saying the command isn't done yet.
2832         (process_event_stop_test): Run breakpoint callbacks here.
2833         (print_stop_event): Rename to ...
2834         (print_stop_location): ... this.
2835         (restore_current_uiout_cleanup): New function.
2836         (print_stop_event): Reimplement.
2837         (normal_stop): No longer notify the end_stepping_range observers
2838         here handle "step N" nor "finish" here.  No longer call
2839         print_stop_event here.
2840         * infrun.h (struct return_value_info): Forward declare.
2841         (print_return_value): Declare.
2842         (print_stop_event): Change prototype.
2843         * thread-fsm.c: New file.
2844         * thread-fsm.h: New file.
2845         * thread.c: Include "thread-fsm.h".
2846         (thread_cancel_execution_command): New function.
2847         (clear_thread_inferior_resources): Call it.
2848         * cli/cli-interp.c (cli_on_normal_stop): New function.
2849         (cli_interpreter_init): Install cli_on_normal_stop as normal_stop
2850         observer.
2851         * mi/mi-interp.c: Include "thread-fsm.h".
2852         (restore_current_uiout_cleanup): Delete.
2853         (mi_on_normal_stop): If the thread has an FSM associated, and it
2854         finished, ask it for the async-reply-reason to print.  Always call
2855         print_stop_event here, regardless of the top-level interpreter.
2856         Check bpstat_what to tell whether an asynchronous breakpoint hit
2857         triggered.
2858         * tui/tui-interp.c (tui_on_normal_stop): New function.
2859         (tui_init): Install tui_on_normal_stop as normal_stop observer.
2860
2861 2015-09-09  Pedro Alves  <palves@redhat.com>
2862
2863         * breakpoint.c (bpstat_do_actions_1, until_break_command): Don't
2864         check whether the target can async.
2865         * inf-loop.c (inferior_event_handler): Only call target_async if
2866         the target can async.
2867         * infcall.c: Include top.h and interps.h.
2868         (run_inferior_call): For the interpreter to sync mode while
2869         running the infcall.  Call wait_sync_command_done instead of
2870         wait_for_inferior plus normal_stop.
2871         * infcmd.c (prepare_execution_command): Don't check whether the
2872         target can async when running in the foreground.
2873         (step_1): Delete synchronous case handling.
2874         (step_once): Always install a continuation, even in sync mode.
2875         (until_next_command, finish_forward): Don't check whether the
2876         target can async.
2877         (attach_command_post_wait, notice_new_inferior): Always install a
2878         continuation, even in sync mode.
2879         * infrun.c (mark_infrun_async_event_handler): New function.
2880         (proceed): In sync mode, mark infrun's event source instead of
2881         waiting for events here.
2882         (fetch_inferior_event): If the target can't async, do a blocking
2883         wait.
2884         (prepare_to_wait): In sync mode, mark infrun's event source.
2885         (infrun_async_inferior_event_handler): No longer bail out if the
2886         target can't async.
2887         * infrun.h (mark_infrun_async_event_handler): New declaration.
2888         * linux-nat.c (linux_nat_wait_1): Remove calls to
2889         set_sigint_trap/clear_sigint_trap.
2890         (linux_nat_terminal_inferior): No longer check whether the target
2891         can async.
2892         * mi/mi-interp.c (mi_on_sync_execution_done): Update and simplify
2893         comment.
2894         (mi_execute_command_input_handler): No longer check whether the
2895         target is async.  Update and simplify comment.
2896         * target.c (default_target_wait): New function.
2897         * target.h (struct target_ops) <to_wait>: Now defaults to
2898         default_target_wait.
2899         (default_target_wait): Declare.
2900         * top.c (wait_sync_command_done): New function, factored out from
2901         ...
2902         (maybe_wait_sync_command_done): ... this.
2903         * top.h (wait_sync_command_done): Declare.
2904         * target-delegates.c: Regenerate.
2905
2906 2015-09-09  Markus Metzger  <markus.t.metzger@intel.com>
2907
2908         * nat/linux-btrace.h (struct btrace_target_info) <ptr_bits>: Remove.
2909         * nat/linux-btrace.c: Include filestuff.h and inttypes.h.
2910         Remove include of sys/utsname.h.
2911         (linux_determine_kernel_ptr_bits): Remove.
2912         (linux_determine_kernel_start): New.
2913         (perf_event_is_kernel_addr): Remove tinfo argument.  Update users.
2914         Update check.
2915         (perf_event_skip_bts_record): Remove tinfo argument.  Update users.
2916         (linux_enable_bts, linux_enable_pt): Remove tinfo->ptr_bits
2917         initialization.
2918         * x86-linux-nat.c (x86_linux_enable_btrace): Remove ptr_bits
2919         assignment.
2920
2921 2015-09-07  Pedro Alves  <palves@redhat.com>
2922
2923         * guile/guile-internal.h (as_a_scm_t_subr): New.
2924         * guile/guile.c (misc_guile_functions): Use it.
2925         * guile/scm-arch.c (arch_functions): Use it.
2926         * guile/scm-block.c (block_functions, gdbscm_initialize_blocks):
2927         Use it.
2928         * guile/scm-breakpoint.c (breakpoint_functions): Use it.
2929         * guile/scm-cmd.c (command_functions): Use it.
2930         * guile/scm-disasm.c (disasm_functions): Use it.
2931         * guile/scm-exception.c (exception_functions)
2932         (private_exception_functions): Use it.
2933         * guile/scm-frame.c (frame_functions)
2934         * guile/scm-gsmob.c (gsmob_functions): Use it.
2935         * guile/scm-iterator.c (iterator_functions): Use it.
2936         * guile/scm-lazy-string.c (lazy_string_functions): Use it.
2937         * guile/scm-math.c (math_functions): Use it.
2938         * guile/scm-objfile.c (objfile_functions): Use it.
2939         * guile/scm-param.c (parameter_functions): Use it.
2940         * guile/scm-ports.c (port_functions, private_port_functions): Use
2941         it.
2942         * guile/scm-pretty-print.c (pretty_printer_functions): Use it.
2943         * guile/scm-progspace.c (pspace_functions): Use it.
2944         * guile/scm-string.c (string_functions): Use it.
2945         * guile/scm-symbol.c (symbol_functions): Use it.
2946         * guile/scm-symtab.c (symtab_functions): Use it.
2947         * guile/scm-type.c (type_functions, gdbscm_initialize_types): Use
2948         it.
2949         * guile/scm-value.c (value_functions): Use it.
2950
2951 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
2952
2953         * tui/tui-data.c (win_with_focus): Remove cast of NULL pointer.
2954         (tui_next_win): Likewise.
2955         (tui_prev_win): Likewise.
2956         (tui_partial_win_by_name): Likewise.
2957         (tui_init_generic_part): Likewise.
2958         (init_content_element): Likewise.
2959         (tui_del_window): Likewise.
2960         (tui_free_window): Likewise.
2961         (tui_del_data_windows): Likewise.
2962         (tui_free_data_content): Likewise.
2963         * tui/tui-layout.c (make_source_or_disasm_window): Likewise.
2964         * tui/tui-regs.c (tui_show_register_group): Likewise.
2965         * tui/tui-win.c (tui_resize_all): Likewise.
2966         (tui_set_focus): Likewise.
2967         (tui_set_win_height): Likewise.
2968         (make_invisible_and_set_new_height): Likewise.
2969         * tui/tui-windata.c (tui_delete_data_content_windows): Likewise.
2970         * tui/tui-wingeneral.c (make_visible): Likewise.
2971
2972 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
2973
2974         * cli/cli-decode.c (find_cmd): Remove cast of NULL pointer.
2975
2976 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
2977
2978         * c-valprint.c (print_unpacked_pointer): Remove cast of NULL
2979         pointer.
2980         * dbxread.c (dbx_end_psymtab): Likewise.
2981         * gnu-nat.c (gnu_write_inferior): Likewise.
2982         * mdebugread.c (cross_ref): Likewise.
2983         * p-valprint.c (pascal_val_print): Likewise.
2984         * xcoffread.c (xcoff_end_psymtab): Likewise.
2985
2986 2015-09-04  Yao Qi  <yao.qi@linaro.org>
2987
2988         * NEWS: Mention the aarch64 multi-arch debugging support.
2989
2990 2015-09-03  Pierre-Marie de Rodat  <derodat@adacore.com>
2991
2992         * ada-lang.c (ada_language_arch_info): Create a TYPE_CODE_CHAR
2993         type instead of a TYPE_CODE_INT one for the string_char_type
2994         and the ada_primitive_type_char types.
2995
2996 2015-09-03  Yao Qi  <yao.qi@linaro.org>
2997
2998         * aarch64-linux-nat.c (aarch64_linux_region_ok_for_hw_watchpoint):
2999         Move code to aarch64_linux_region_ok_for_watchpoint.  Call
3000         aarch64_linux_region_ok_for_watchpoint.
3001         * nat/aarch64-linux-hw-point.c (aarch64_linux_region_ok_for_watchpoint):
3002         New function.
3003         * nat/aarch64-linux-hw-point.h (aarch64_linux_region_ok_for_watchpoint):
3004         Declare it.
3005
3006 2015-09-02  Patrick Palka  <patrick@parcs.ath.cx>
3007
3008         * gdb_obstack.h (obstack_strdup): Declare.
3009         * gdb_obstack.c (obstack_strdup): Define.
3010         * gdbarch.sh (gdbarch_obstack_strdup): Declare and define.
3011         * gdbarch.c: Regenerate.
3012         * gdbarch.h: Regenerate.
3013         * gdbtypes.c (arch_type): Use gdbarch_obstack_strdup.
3014
3015 2015-09-02  Patrick Palka  <patrick@parcs.ath.cx>
3016
3017         * gdbtypes.c (copy_type_recursive): Update documentation.
3018
3019 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3020
3021         * solib-svr4.c (solib_event_probe_action): Initialize 'probe_argc'
3022         as zero.
3023
3024 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3025
3026         * solib-svr4.c (svr4_handle_solib_event): Initialize 'val' as NULL
3027
3028 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3029
3030         * solib-svr4.c (solib_event_probe_action): Call
3031         get_probe_argument_count using TRY...CATCH.
3032         (svr4_handle_solib_event): Likewise, for evaluate_probe_argument.
3033
3034 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3035
3036         * probe.h (struct probe_ops) <get_probe_argument_count,
3037         evaluate_probe_argument, enable_probe, disable_probe>: Mention in
3038         the comment that the function can throw an exception.
3039         (get_probe_argument_count): Likewise.
3040         (evaluate_probe_argument): Likewise.
3041         * stap-probe.c (stap_get_opcode): Call error instead of
3042         internal_error.
3043         (stap_get_expected_argument_type): Likewise.  Add argument
3044         'probe'.  Improve error message by mentioning the probe's name.
3045         (stap_parse_probe_arguments): Adjust call to
3046         stap_get_expected_argument_type.
3047         (stap_get_arg): Add comment.  Assert that 'probe->args_parsed' is
3048         not zero.  Call internal_error if GDB requests an argument but the
3049         probe has no arguments.
3050
3051 2015-09-01  Pierre-Marie de Rodat  <derodat@adacore.com>
3052
3053         * ada-lang.c (ada_resolve_function): Do not ask the user what
3054         match to use when in completion mode.
3055
3056 2015-08-31  Andrew Burgess  <andrew.burgess@embecosm.com>
3057
3058         * tui/tui-data.c (tui_win_name): Make local variable const, remove
3059         cast of NULL.
3060
3061 2015-08-31  Max Filippov  <jcmvbkbc@gmail.com>
3062
3063         * xtensa-tdep.h (XTENSA_GDBARCH_TDEP_INSTANTIATE): Initialize
3064         call_abi using XSHAL_ABI macro.
3065
3066 2015-08-29  Doug Evans  <xdje42@gmail.com>
3067
3068         * symtab.h (struct symbol): Tweak comment.
3069
3070 2015-08-29  Patrick Palka  <patrick@parcs.ath.cx>
3071
3072         * gdbtypes.c (alloc_type_arch): Allocate the type on the given
3073         gdbarch obstack instead of on the heap.  Update commentary
3074         accordingly.
3075
3076 2015-08-28  Joel Brobecker  <brobecker@adacore.com>
3077
3078         GDB 7.10 released.
3079
3080 2015-08-28  Simon Marchi  <simon.marchi@ericsson.com>
3081
3082         * NEWS: Update entry about non-8-bits addressable memory.
3083
3084 2015-08-28  Ulrich Weigand  <uweigand@de.ibm.com>
3085
3086         Revert:
3087         2014-11-06  Doug Evans  <xdje42@gmail.com>
3088         * solib.c (solib_global_lookup): Fetch arch from objfile,
3089         not target_gdbarch.
3090
3091 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3092
3093         * ppc-linux-tdep.c (ppc_linux_spe_context_lookup): Do not
3094         attempt to relocate a TLS variable offset.
3095
3096 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3097
3098         * spu-multiarch.c (parse_spufs_run): Bail out if inferior is not
3099         registered yet.  Set inferior_ptid while calling target_read_memory.
3100
3101 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3102
3103         * nat/linux-ptrace.h (GDB_ARCH_TRAP_BRKPT): Replace by ...
3104         (GDB_ARCH_IS_TRAP_BRKPT): ... this.  Add __powerpc__ case.
3105         * linux-nat.c (check_stopped_by_breakpoint): Use
3106         GDB_ARCH_IS_TRAP_BRKPT instead of GDB_ARCH_TRAP_BRKPT.
3107
3108 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3109
3110         * linux-thread-db.c (thread_db_get_thread_local_address): If the
3111         thread was not yet discovered, use thread_from_lwp instead of
3112         calling thread_db_find_new_threads_1.
3113
3114 2015-08-27  Simon Marchi  <simon.marchi@ericsson.com>
3115
3116         * m88k-tdep.c (m88k_analyze_prologue): Fix inverted allocation
3117         statements.
3118
3119 2015-08-27  Simon Marchi  <simon.marchi@ericsson.com>
3120
3121         * NEWS: Document support for non-8-bits addressable memory.
3122
3123 2015-08-27  Pedro Alves  <palves@redhat.com>
3124
3125         * configure.ac: Remove AC_TYPE_SIGNAL call.
3126         * configure, config.in: Regenerate.
3127
3128 2015-08-27  Pedro Alves  <palves@redhat.com>
3129
3130         * cp-support.c (gdb_demangle): Use sighandler_t.  Remove cast.
3131         * extension-priv.h: Include signal.h.
3132         (struct signal_handler) <handler>: Change type to sighandler_t.
3133         * extension.c (install_gdb_sigint_handler): Use sighandler_t.
3134         * inflow.c (sigint_ours, sigquit_ours): Change type to
3135         sighandler_t.
3136         (child_terminal_inferior): Remove casts.
3137         (child_terminal_ours_1, new_tty): Use sighandler_t.  Remove casts.
3138         (osig): Change type to sighandler_t.
3139         * nto-procfs.c (ofunc): Change type to sighandler_t.
3140         (procfs_wait): Remove casts.
3141         * remote-m32r-sdi.c (m32r_wait, m32r_load): Use sighandler_t.
3142         * remote-sim.c (gdbsim_wait): Use sighandler_t.
3143         * utils.c (wait_to_die_with_timeout): Use sighandler_t.
3144
3145 2015-08-27  Pedro Alves  <palves@redhat.com>
3146
3147         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add signal-h.
3148         * gnulib/aclocal.m4: Renegerate.
3149         * gnulib/config.in: Renegerate.
3150         * gnulib/configure: Renegerate.
3151         * gnulib/import/Makefile.am: Update.
3152         * gnulib/import/Makefile.in: Regenerate.
3153         * gnulib/import/m4/gnulib-cache.m4: Update.
3154         * gnulib/import/m4/gnulib-comp.m4: Update.
3155         * gnulib/import/m4/signal_h.m4: New file.
3156         * gnulib/import/signal.in.h: New file.
3157
3158 2015-08-27  Pedro Alves  <palves@redhat.com>
3159
3160         * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE)
3161         (MIN_MEMORY_PACKET_SIZE): New.
3162         (MAX_REMOTE_PACKET_SIZE, MIN_REMOTE_PACKET_SIZE): Delete.
3163         (get_memory_packet_size): Adjust.  No longer limit the max packet
3164         size.
3165         (set_memory_packet_size): Adjust, and remove dead code.
3166         (remote_check_symbols): Use xmalloc and a cleanup instead of
3167         alloca.
3168         (remote_packet_size): No longer cap the packet size.
3169         (putpkt_binary): Use xmalloc and a cleanup instead of alloca.
3170
3171 2015-08-26  Luis Machado  <lgustavo@codesourcery.com>
3172
3173         * compile/compile.c (compile_to_object): Mention language in
3174         error message.
3175
3176 2015-08-26  Patrick Palka  <patrick@parcs.ath.cx>
3177
3178         * target.c (target_pre_inferior): Unset attach_flag.
3179
3180 2015-08-26  Simon Marchi  <simon.marchi@ericsson.com>
3181
3182         * gdbarch.sh (append_name): Fix type in XRESIZEVEC.
3183         * gdbarch.c: Re-generate.
3184
3185 2015-08-26  Simon Marchi  <simon.marchi@ericsson.com>
3186
3187         * aarch64-linux-nat.c (aarch64_add_process): Replace xmalloc-family
3188         function with the XNEW-family equivalent.
3189         * aarch64-tdep.c (aarch64_gdbarch_init): Likewise.
3190         * ada-exp.y (write_ambiguous_var): Likewise.
3191         * ada-lang.c (resolve_subexp): Likewise.
3192         (user_select_syms): Likewise.
3193         (assign_aggregate): Likewise.
3194         (ada_evaluate_subexp): Likewise.
3195         (cache_symbol): Likewise.
3196         * addrmap.c (allocate_key): Likewise.
3197         (addrmap_create_mutable): Likewise.
3198         * aix-thread.c (sync_threadlists): Likewise.
3199         * alpha-tdep.c (alpha_push_dummy_call): Likewise.
3200         (alpha_gdbarch_init): Likewise.
3201         * amd64-windows-tdep.c (amd64_windows_push_arguments): Likewise.
3202         * arm-linux-nat.c (arm_linux_add_process): Likewise.
3203         * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
3204         * arm-tdep.c (push_stack_item): Likewise.
3205         (arm_displaced_step_copy_insn): Likewise.
3206         (arm_gdbarch_init): Likewise.
3207         (_initialize_arm_tdep): Likewise.
3208         * avr-tdep.c (push_stack_item): Likewise.
3209         * ax-general.c (new_agent_expr): Likewise.
3210         * block.c (block_initialize_namespace): Likewise.
3211         * breakpoint.c (alloc_counted_command_line): Likewise.
3212         (update_dprintf_command_list): Likewise.
3213         (parse_breakpoint_sals): Likewise.
3214         (decode_static_tracepoint_spec): Likewise.
3215         (until_break_command): Likewise.
3216         (clear_command): Likewise.
3217         (update_global_location_list): Likewise.
3218         (get_breakpoint_objfile_data) Likewise.
3219         * btrace.c (ftrace_new_function): Likewise.
3220         (btrace_set_insn_history): Likewise.
3221         (btrace_set_call_history): Likewise.
3222         * buildsym.c (add_symbol_to_list): Likewise.
3223         (record_pending_block): Likewise.
3224         (start_subfile): Likewise.
3225         (start_buildsym_compunit): Likewise.
3226         (push_subfile): Likewise.
3227         (end_symtab_get_static_block): Likewise.
3228         (buildsym_init): Likewise.
3229         * cli/cli-cmds.c (source_command): Likewise.
3230         * cli/cli-decode.c (add_cmd): Likewise.
3231         * cli/cli-script.c (build_command_line): Likewise.
3232         (setup_user_args): Likewise.
3233         (realloc_body_list): Likewise.
3234         (process_next_line): Likewise.
3235         (copy_command_lines): Likewise.
3236         * cli/cli-setshow.c (do_set_command): Likewise.
3237         * coff-pe-read.c (read_pe_exported_syms): Likewise.
3238         * coffread.c (coff_locate_sections): Likewise.
3239         (coff_symtab_read): Likewise.
3240         (coff_read_struct_type): Likewise.
3241         * common/cleanups.c (make_my_cleanup2): Likewise.
3242         * common/common-exceptions.c (throw_it): Likewise.
3243         * common/filestuff.c (make_cleanup_close): Likewise.
3244         * common/format.c (parse_format_string): Likewise.
3245         * common/queue.h (DEFINE_QUEUE_P): Likewise.
3246         * compile/compile-object-load.c (munmap_list_add): Likewise.
3247         (compile_object_load): Likewise.
3248         * compile/compile-object-run.c (compile_object_run): Likewise.
3249         * compile/compile.c (append_args): Likewise.
3250         * corefile.c (specify_exec_file_hook): Likewise.
3251         * cp-support.c (make_symbol_overload_list): Likewise.
3252         * cris-tdep.c (push_stack_item): Likewise.
3253         (cris_gdbarch_init): Likewise.
3254         * ctf.c (ctf_trace_file_writer_new): Likewise.
3255         * dbxread.c (init_header_files): Likewise.
3256         (add_new_header_file): Likewise.
3257         (init_bincl_list): Likewise.
3258         (dbx_end_psymtab): Likewise.
3259         (start_psymtab): Likewise.
3260         (dbx_end_psymtab): Likewise.
3261         * dcache.c (dcache_init): Likewise.
3262         * dictionary.c (dict_create_hashed): Likewise.
3263         (dict_create_hashed_expandable): Likewise.
3264         (dict_create_linear): Likewise.
3265         (dict_create_linear_expandable): Likewise.
3266         * dtrace-probe.c (dtrace_process_dof_probe): Likewise.
3267         * dummy-frame.c (register_dummy_frame_dtor): Likewise.
3268         * dwarf2-frame-tailcall.c (cache_new_ref1): Likewise.
3269         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3270         (decode_frame_entry_1): Likewise.
3271         * dwarf2expr.c (new_dwarf_expr_context): Likewise.
3272         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
3273         * dwarf2read.c (dwarf2_has_info): Likewise.
3274         (create_signatured_type_table_from_index): Likewise.
3275         (dwarf2_read_index): Likewise.
3276         (dw2_get_file_names_reader): Likewise.
3277         (create_all_type_units): Likewise.
3278         (read_cutu_die_from_dwo): Likewise.
3279         (init_tu_and_read_dwo_dies): Likewise.
3280         (init_cutu_and_read_dies): Likewise.
3281         (create_all_comp_units): Likewise.
3282         (queue_comp_unit): Likewise.
3283         (inherit_abstract_dies): Likewise.
3284         (read_call_site_scope): Likewise.
3285         (dwarf2_add_field): Likewise.
3286         (dwarf2_add_typedef): Likewise.
3287         (dwarf2_add_member_fn): Likewise.
3288         (attr_to_dynamic_prop): Likewise.
3289         (abbrev_table_alloc_abbrev): Likewise.
3290         (abbrev_table_read_table): Likewise.
3291         (add_include_dir): Likewise.
3292         (add_file_name): Likewise.
3293         (dwarf_decode_line_header): Likewise.
3294         (dwarf2_const_value_attr): Likewise.
3295         (dwarf_alloc_block): Likewise.
3296         (parse_macro_definition): Likewise.
3297         (set_die_type): Likewise.
3298         (write_psymtabs_to_index): Likewise.
3299         (create_cus_from_index): Likewise.
3300         (dwarf2_create_include_psymtab): Likewise.
3301         (process_psymtab_comp_unit_reader): Likewise.
3302         (build_type_psymtab_dependencies): Likewise.
3303         (read_comp_units_from_section): Likewise.
3304         (compute_compunit_symtab_includes): Likewise.
3305         (create_dwo_unit_in_dwp_v1): Likewise.
3306         (create_dwo_unit_in_dwp_v2): Likewise.
3307         (read_func_scope): Likewise.
3308         (process_structure_scope): Likewise.
3309         (mark_common_block_symbol_computed): Likewise.
3310         (load_partial_dies): Likewise.
3311         (dwarf2_symbol_mark_computed): Likewise.
3312         * elfread.c (elf_symfile_segments): Likewise.
3313         (elf_read_minimal_symbols): Likewise.
3314         * environ.c (make_environ): Likewise.
3315         * eval.c (evaluate_subexp_standard): Likewise.
3316         * event-loop.c (create_file_handler): Likewise.
3317         (create_async_signal_handler): Likewise.
3318         (create_async_event_handler): Likewise.
3319         (create_timer): Likewise.
3320         * exec.c (build_section_table): Likewise.
3321         * fbsd-nat.c (fbsd_remember_child): Likewise.
3322         * fork-child.c (fork_inferior): Likewise.
3323         * frv-tdep.c (new_variant): Likewise.
3324         * gdbarch.sh (gdbarch_alloc): Likewise.
3325         (append_name): Likewise.
3326         * gdbtypes.c (rank_function): Likewise.
3327         (copy_type_recursive): Likewise.
3328         (add_dyn_prop): Likewise.
3329         * gnu-nat.c (make_proc): Likewise.
3330         (make_inf): Likewise.
3331         (gnu_write_inferior): Likewise.
3332         * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
3333         (build_std_type_info_type): Likewise.
3334         * guile/scm-param.c (compute_enum_list): Likewise.
3335         * guile/scm-utils.c (gdbscm_parse_function_args): Likewise.
3336         * guile/scm-value.c (gdbscm_value_call): Likewise.
3337         * h8300-tdep.c (h8300_gdbarch_init): Likewise.
3338         * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
3339         (read_unwind_info): Likewise.
3340         * ia64-tdep.c (ia64_gdbarch_init): Likewise.
3341         * infcall.c (dummy_frame_context_saver_setup): Likewise.
3342         (call_function_by_hand_dummy): Likewise.
3343         * infcmd.c (step_once): Likewise.
3344         (finish_forward): Likewise.
3345         (attach_command): Likewise.
3346         (notice_new_inferior): Likewise.
3347         * inferior.c (add_inferior_silent): Likewise.
3348         * infrun.c (add_displaced_stepping_state): Likewise.
3349         (save_infcall_control_state): Likewise.
3350         (save_inferior_ptid): Likewise.
3351         (_initialize_infrun): Likewise.
3352         * jit.c (bfd_open_from_target_memory): Likewise.
3353         (jit_gdbarch_data_init): Likewise.
3354         * language.c (add_language): Likewise.
3355         * linespec.c (decode_line_2): Likewise.
3356         * linux-nat.c (add_to_pid_list): Likewise.
3357         (add_initial_lwp): Likewise.
3358         * linux-thread-db.c (add_thread_db_info): Likewise.
3359         (record_thread): Likewise.
3360         (info_auto_load_libthread_db): Likewise.
3361         * m32c-tdep.c (m32c_gdbarch_init): Likewise.
3362         * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
3363         * m68k-tdep.c (m68k_gdbarch_init): Likewise.
3364         * m88k-tdep.c (m88k_analyze_prologue): Likewise.
3365         * macrocmd.c (macro_define_command): Likewise.
3366         * macroexp.c (gather_arguments): Likewise.
3367         * macroscope.c (sal_macro_scope): Likewise.
3368         * macrotab.c (new_macro_table): Likewise.
3369         * mdebugread.c (push_parse_stack): Likewise.
3370         (parse_partial_symbols): Likewise.
3371         (parse_symbol): Likewise.
3372         (psymtab_to_symtab_1): Likewise.
3373         (new_block): Likewise.
3374         (new_psymtab): Likewise.
3375         (mdebug_build_psymtabs): Likewise.
3376         (add_pending): Likewise.
3377         (elfmdebug_build_psymtabs): Likewise.
3378         * mep-tdep.c (mep_gdbarch_init): Likewise.
3379         * mi/mi-main.c (mi_execute_command): Likewise.
3380         * mi/mi-parse.c (mi_parse_argv): Likewise.
3381         * minidebug.c (lzma_open): Likewise.
3382         * minsyms.c (terminate_minimal_symbol_table): Likewise.
3383         * mips-linux-nat.c (mips_linux_insert_watchpoint): Likewise.
3384         * mips-tdep.c (mips_gdbarch_init): Likewise.
3385         * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
3386         * msp430-tdep.c (msp430_gdbarch_init): Likewise.
3387         * mt-tdep.c (mt_registers_info): Likewise.
3388         * nat/aarch64-linux.c (aarch64_linux_new_thread): Likewise.
3389         * nat/linux-btrace.c (linux_enable_bts): Likewise.
3390         (linux_enable_pt): Likewise.
3391         * nat/linux-osdata.c (linux_xfer_osdata_processes): Likewise.
3392         (linux_xfer_osdata_processgroups): Likewise.
3393         * nios2-tdep.c (nios2_gdbarch_init): Likewise.
3394         * nto-procfs.c (procfs_meminfo): Likewise.
3395         * objc-lang.c (start_msglist): Likewise.
3396         (selectors_info): Likewise.
3397         (classes_info): Likewise.
3398         (find_methods): Likewise.
3399         * objfiles.c (allocate_objfile): Likewise.
3400         (update_section_map): Likewise.
3401         * osabi.c (gdbarch_register_osabi): Likewise.
3402         (gdbarch_register_osabi_sniffer): Likewise.
3403         * parse.c (start_arglist): Likewise.
3404         * ppc-linux-nat.c (hwdebug_find_thread_points_by_tid): Likewise.
3405         (hwdebug_insert_point): Likewise.
3406         * printcmd.c (display_command): Likewise.
3407         (ui_printf): Likewise.
3408         * procfs.c (create_procinfo): Likewise.
3409         (load_syscalls): Likewise.
3410         (proc_get_LDT_entry): Likewise.
3411         (proc_update_threads): Likewise.
3412         * prologue-value.c (make_pv_area): Likewise.
3413         (pv_area_store): Likewise.
3414         * psymtab.c (extend_psymbol_list): Likewise.
3415         (init_psymbol_list): Likewise.
3416         (allocate_psymtab): Likewise.
3417         * python/py-inferior.c (add_thread_object): Likewise.
3418         * python/py-param.c (compute_enum_values): Likewise.
3419         * python/py-value.c (valpy_call): Likewise.
3420         * python/py-varobj.c (py_varobj_iter_next): Likewise.
3421         * python/python.c (ensure_python_env): Likewise.
3422         * record-btrace.c (record_btrace_start_replaying): Likewise.
3423         * record-full.c (record_full_reg_alloc): Likewise.
3424         (record_full_mem_alloc): Likewise.
3425         (record_full_end_alloc): Likewise.
3426         (record_full_core_xfer_partial): Likewise.
3427         * regcache.c (get_thread_arch_aspace_regcache): Likewise.
3428         * remote-fileio.c (remote_fileio_init_fd_map): Likewise.
3429         * remote-notif.c (remote_notif_state_allocate): Likewise.
3430         * remote.c (demand_private_info): Likewise.
3431         (remote_notif_stop_alloc_reply): Likewise.
3432         (remote_enable_btrace): Likewise.
3433         * reverse.c (save_bookmark_command): Likewise.
3434         * rl78-tdep.c (rl78_gdbarch_init): Likewise.
3435         * rx-tdep.c (rx_gdbarch_init): Likewise.
3436         * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
3437         * ser-go32.c (dos_get_tty_state): Likewise.
3438         (dos_copy_tty_state): Likewise.
3439         * ser-mingw.c (ser_windows_open): Likewise.
3440         (ser_console_wait_handle): Likewise.
3441         (ser_console_get_tty_state): Likewise.
3442         (make_pipe_state): Likewise.
3443         (net_windows_open): Likewise.
3444         * ser-unix.c (hardwire_get_tty_state): Likewise.
3445         (hardwire_copy_tty_state): Likewise.
3446         * solib-aix.c (solib_aix_new_lm_info): Likewise.
3447         * solib-dsbt.c (dsbt_current_sos): Likewise.
3448         (dsbt_relocate_main_executable): Likewise.
3449         * solib-frv.c (frv_current_sos): Likewise.
3450         (frv_relocate_main_executable): Likewise.
3451         * solib-spu.c (spu_bfd_fopen): Likewise.
3452         * solib-svr4.c (lm_info_read): Likewise.
3453         (svr4_copy_library_list): Likewise.
3454         (svr4_default_sos): Likewise.
3455         * source.c (find_source_lines): Likewise.
3456         (line_info): Likewise.
3457         (add_substitute_path_rule): Likewise.
3458         * spu-linux-nat.c (spu_bfd_open): Likewise.
3459         * spu-tdep.c (info_spu_dma_cmdlist): Likewise.
3460         * stabsread.c (dbx_lookup_type): Likewise.
3461         (read_type): Likewise.
3462         (read_member_functions): Likewise.
3463         (read_struct_fields): Likewise.
3464         (read_baseclasses): Likewise.
3465         (read_args): Likewise.
3466         (_initialize_stabsread): Likewise.
3467         * stack.c (func_command): Likewise.
3468         * stap-probe.c (handle_stap_probe): Likewise.
3469         * symfile.c (addrs_section_sort): Likewise.
3470         (addr_info_make_relative): Likewise.
3471         (load_section_callback): Likewise.
3472         (add_symbol_file_command): Likewise.
3473         (init_filename_language_table): Likewise.
3474         * symtab.c (create_filename_seen_cache): Likewise.
3475         (sort_search_symbols_remove_dups): Likewise.
3476         (search_symbols): Likewise.
3477         * target.c (make_cleanup_restore_target_terminal): Likewise.
3478         * thread.c (new_thread): Likewise.
3479         (enable_thread_stack_temporaries): Likewise.
3480         (make_cleanup_restore_current_thread): Likewise.
3481         (thread_apply_all_command): Likewise.
3482         * tic6x-tdep.c (tic6x_gdbarch_init): Likewise.
3483         * top.c (gdb_readline_wrapper): Likewise.
3484         * tracefile-tfile.c (tfile_trace_file_writer_new): Likewise.
3485         * tracepoint.c (trace_find_line_command): Likewise.
3486         (all_tracepoint_actions_and_cleanup): Likewise.
3487         (make_cleanup_restore_current_traceframe): Likewise.
3488         (get_uploaded_tp): Likewise.
3489         (get_uploaded_tsv): Likewise.
3490         * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
3491         (tui_alloc_win_info): Likewise.
3492         (tui_alloc_content): Likewise.
3493         (tui_add_content_elements): Likewise.
3494         * tui/tui-disasm.c (tui_find_disassembly_address): Likewise.
3495         (tui_set_disassem_content): Likewise.
3496         * ui-file.c (ui_file_new): Likewise.
3497         (stdio_file_new): Likewise.
3498         (tee_file_new): Likewise.
3499         * utils.c (make_cleanup_restore_integer): Likewise.
3500         (add_internal_problem_command): Likewise.
3501         * v850-tdep.c (v850_gdbarch_init): Likewise.
3502         * valops.c (find_oload_champ): Likewise.
3503         * value.c (allocate_value_lazy): Likewise.
3504         (record_latest_value): Likewise.
3505         (create_internalvar): Likewise.
3506         * varobj.c (install_variable): Likewise.
3507         (new_variable): Likewise.
3508         (new_root_variable): Likewise.
3509         (cppush): Likewise.
3510         (_initialize_varobj): Likewise.
3511         * windows-nat.c (windows_make_so): Likewise.
3512         * x86-nat.c (x86_add_process): Likewise.
3513         * xcoffread.c (arrange_linetable): Likewise.
3514         (allocate_include_entry): Likewise.
3515         (process_linenos): Likewise.
3516         (SYMBOL_DUP): Likewise.
3517         (xcoff_start_psymtab): Likewise.
3518         (xcoff_end_psymtab): Likewise.
3519         * xml-support.c (gdb_xml_parse_attr_ulongest): Likewise.
3520         * xtensa-tdep.c (xtensa_register_type): Likewise.
3521         * gdbarch.c: Regenerate.
3522         * gdbarch.h: Regenerate.
3523
3524 2015-08-25  Don Breazeal  <donb@codesourcery.com>
3525
3526         * infrun.c (follow_exec): Re-order operations for
3527         handling follow-exec-mode "new".
3528         (handle_inferior_event_1): Assign ecs->event_thread
3529         to the current thread.
3530         * remote.c (get_remote_arch_state): Add an assertion.
3531
3532 2015-08-26  Pedro Alves  <palves@redhat.com>
3533
3534         * MAINTAINERS: Add Markus Metzger as btrace maintainer.
3535
3536 2015-08-25  Pedro Alves  <palves@redhat.com>
3537
3538         PR gdb/18804
3539         * defs.h (maybe_quit): Declare.
3540         (QUIT): Now calls maybe_quit.
3541         * event-loop.c (clear_async_signal_handler)
3542         (async_signal_handler_is_marked): New functions.
3543         * event-loop.h (async_signal_handler_is_marked)
3544         (clear_async_signal_handler): New declarations.
3545         * remote.c (remote_check_pending_interrupt): New function.
3546         (interrupt_query): Use make_cleanup_restore_target_terminal.  No
3547         longer check whether the target is async.  If waiting for a stop
3548         reply, and a Ctrl-C as been sent to the target, offer to
3549         disconnect, and throw TARGET_CLOSE_ERROR instead of a quit.
3550         Otherwise do not disconnect and throw a quit.
3551         (_initialize_remote): Install remote_check_pending_interrupt as
3552         to_check_pending_interrupt.
3553         * target.c (target_check_pending_interrupt): New function.
3554         * target.h (struct target_ops) <to_check_pending_interrupt>: New
3555         field.
3556         (target_check_pending_interrupt): New declaration.
3557         * utils.c (maybe_quit): New function.
3558         * target-delegates.c: Regenerate.
3559
3560 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3561
3562         * nat/aarch64-linux-hw-point.c (debug_reg_change_callback):
3563         Rename local variable pid to tid, and get lwpid of lwp.  Update
3564         debug output.
3565
3566 2015-08-25  Pierre-Marie de Rodat  <derodat@adacore.com>
3567
3568         * ada-lang.c (ada_read_var_value): Add a var_block argument
3569         and pass it to default_read_var_value.
3570         * block.c (block_static_link): New accessor.
3571         * block.h (block_static_link): Declare it.
3572         * buildsym.c (finish_block_internal): Add a static_link
3573         argument.  If there is a static link, associate it to the new
3574         block.
3575         (finish_block): Add a static link argument and pass it to
3576         finish_block_internal.
3577         (end_symtab_get_static_block): Update calls to finish_block and
3578         to finish_block_internal.
3579         (end_symtab_with_blockvector): Update call to
3580         finish_block_internal.
3581         * buildsym.h: Forward-declare struct dynamic_prop.
3582         (struct context_stack): Add a static_link field.
3583         (finish_block): Add a static link argument.
3584         * c-exp.y: Remove an obsolete comment (evaluation of variables
3585         already start from the selected frame, and now they climb *up*
3586         the call stack) and propagate the block information to the
3587         produced expression.
3588         * d-exp.y: Likewise.
3589         * f-exp.y: Likewise.
3590         * go-exp.y: Likewise.
3591         * jv-exp.y: Likewise.
3592         * m2-exp.y: Likewise.
3593         * p-exp.y: Likewise.
3594         * coffread.c (coff_symtab_read): Update calls to finish_block.
3595         * dbxread.c (process_one_symbol): Likewise.
3596         * xcoffread.c (read_xcoff_symtab): Likewise.
3597         * compile/compile-c-symbols.c (convert_one_symbol): Promote the
3598         "sym" parameter to struct block_symbol, update its uses and pass
3599         its block to calls to read_var_value.
3600         (convert_symbol_sym): Update the calls to convert_one_symbol.
3601         * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update
3602         call to read_var_value.
3603         * dwarf2loc.c (block_op_get_frame_base): New.
3604         (dwarf2_block_frame_base_locexpr_funcs): Implement the
3605         get_frame_base method.
3606         (dwarf2_block_frame_base_loclist_funcs): Likewise.
3607         (dwarf2locexpr_baton_eval): Add a frame argument and use it
3608         instead of the selected frame in order to evaluate the
3609         expression.
3610         (dwarf2_evaluate_property): Add a frame argument.  Update call
3611         to dwarf2_locexpr_baton_eval to provide a frame in available and
3612         to handle the absence of address stack.
3613         * dwarf2loc.h (dwarf2_evaluate_property): Add a frame argument.
3614         * dwarf2read.c (attr_to_dynamic_prop): Add a forward
3615         declaration.
3616         (read_func_scope): Record any available static link description.
3617         Update call to finish_block.
3618         (read_lexical_block_scope): Update call to finish_block.
3619         * findvar.c (follow_static_link): New.
3620         (get_hosting_frame): New.
3621         (default_read_var_value): Add a var_block argument.  Use
3622         get_hosting_frame to handle non-local references.
3623         (read_var_value): Add a var_block argument and pass it to the
3624         LA_READ_VAR_VALUE method.
3625         * gdbtypes.c (resolve_dynamic_range): Update calls to
3626         dwarf2_evaluate_property.
3627         (resolve_dynamic_type_internal): Likewise.
3628         * guile/scm-frame.c (gdbscm_frame_read_var): Update call to
3629         read_var_value, passing it the block coming from symbol lookup.
3630         * guile/scm-symbol.c (gdbscm_symbol_value): Update call to
3631         read_var_value (TODO).
3632         * infcmd.c (finish_command_continuation): Update call to
3633         read_var_value, passing it the block coming from symbol lookup.
3634         * infrun.c (insert_exception_resume_breakpoint): Likewise.
3635         * language.h (struct language_defn): Add a var_block argument to
3636         the LA_READ_VAR_VALUE method.
3637         * objfiles.c (struct static_link_htab_entry): New.
3638         (static_link_htab_entry_hash): New.
3639         (static_link_htab_entry_eq): New.
3640         (objfile_register_static_link): New.
3641         (objfile_lookup_static_link): New.
3642         (free_objfile): Free the STATIC_LINKS hashed map if needed.
3643         * objfiles.h: Include hashtab.h.
3644         (struct objfile): Add a static_links field.
3645         (objfile_register_static_link): New.
3646         (objfile_lookup_static_link): New.
3647         * printcmd.c (print_variable_and_value): Update call to
3648         read_var_value.
3649         * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
3650         * python/py-frame.c (frapy_read_var): Update call to
3651         read_var_value, passing it the block coming from symbol lookup.
3652         * python/py-framefilter.c (extract_sym): Add a sym_block
3653         parameter and set the pointed value to NULL (TODO).
3654         (enumerate_args): Update call to extract_sym.
3655         (enumerate_locals): Update calls to extract_sym and to
3656         read_var_value.
3657         * python/py-symbol.c (sympy_value): Update call to
3658         read_var_value (TODO).
3659         * stack.c (read_frame_local): Update call to read_var_value.
3660         (read_frame_arg): Likewise.
3661         (return_command): Likewise.
3662         * symtab.h (struct symbol_block_ops): Add a get_frame_base
3663         method.
3664         (struct symbol): Add a block field.
3665         (SYMBOL_BLOCK): New accessor.
3666         * valops.c (value_of_variable): Remove frame/block handling and
3667         pass the block argument to read_var_value, which does this job
3668         now.
3669         (value_struct_elt_for_reference): Update calls to
3670         read_var_value.
3671         (value_of_this): Pass the block found to read_var_value.
3672         * value.h (read_var_value): Add a var_block argument.
3673         (default_read_var_value): Likewise.
3674
3675 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3676
3677         * aarch64-linux-nat.c (aarch64_linux_new_thread): Move it to ...
3678         * nat/aarch64-linux.c (aarch64_linux_new_thread): ... here.
3679         * nat/aarch64-linux.h (aarch64_linux_new_thread): Declare.
3680
3681 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3682
3683         * Makefile.in (aarch64-liunx.o): New rule.
3684         (HFILES_NO_SRCDIR): Add aarch64-linux.h.
3685         * config/aarch64/linux.mh (NAT_FILE): Add aarch64-linux.o.
3686         * aarch64-linux-nat.c: Include nat/aarch64-linux.h.
3687         * aarch64-linux-nat.c (aarch64_get_debug_reg_state): Make it
3688         extern.
3689         (aarch64_linux_prepare_to_resume): Move it nat/aarch64-linux.c.
3690         * nat/aarch64-linux-hw-point.h (aarch64_debug_reg_state): Declare
3691         * nat/aarch64-linux.c: New file.
3692         * nat/aarch64-linux.h: New file.
3693
3694 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3695
3696         * aarch64-linux-nat.c (aarch64_linux_prepare_to_resume): Use
3697         lwp_arch_private_info and ptid_of_lwp.
3698
3699 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3700
3701         * aarch64-linux-nat.c (struct arch64_dr_update_callback_param):
3702         Move it to nat/aarch64-linux-hw-point.c.
3703         (debug_reg_change_callback): Likewise.
3704         (aarch64_notify_debug_reg_change): :Likewise.
3705         * nat/aarch64-linux-hw-point.c: Include nat/linux-nat.h.
3706         (aarch64_dr_update_callback_param): New.
3707         (debug_reg_change_callback): New function.
3708         (aarch64_notify_debug_reg_change): Likewise.
3709         * nat/aarch64-linux-hw-point.h (aarch64_notify_debug_reg_change):
3710         Remove the declaration.
3711
3712 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3713
3714         * aarch64-linux-nat.c (aarch64_notify_debug_reg_change):
3715         Call current_lwp_ptid.
3716
3717 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3718
3719         * aarch64-linux-nat.c (debug_reg_change_callback): Use
3720         debug_printf.
3721
3722 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3723
3724         * aarch64-linux-nat.c (debug_reg_change_callback): Call
3725         ptid_get_pid rather than ptid_get_lwp.
3726
3727 2015-08-24  Pedro Alves  <palves@redhat.com>
3728
3729         * NEWS (New commands): Mention set/show remote
3730         multiprocess-extensions-packet.
3731         * remote.c (remote_query_supported): Only tell the server to use
3732         the multiprocess extensions if the user hasn't force-disabled them
3733         with "set remote multiprocess-extensions-packet off".
3734
3735 2015-08-24  Pedro Alves  <palves@redhat.com>
3736
3737         * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
3738         1029a8112290f6eee9d7878a391c49db42c999bd.
3739         * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4:
3740         Regenerate.
3741         * gnulib/import/Makefile.am: Update.
3742         * gnulib/import/Makefile.in: Update.
3743         * gnulib/import/alloca.in.h: Update.
3744         * gnulib/import/basename-lgpl.c: Update.
3745         * gnulib/import/canonicalize-lgpl.c: Update.
3746         * gnulib/import/config.charset: Update.
3747         * gnulib/import/dirent.in.h: Update.
3748         * gnulib/import/dirfd.c: Update.
3749         * gnulib/import/dirname-lgpl.c: Update.
3750         * gnulib/import/dirname.h: Update.
3751         * gnulib/import/dosname.h: Update.
3752         * gnulib/import/errno.in.h: Update.
3753         * gnulib/import/extra/snippet/arg-nonnull.h: Update.
3754         * gnulib/import/extra/snippet/c++defs.h: Update.
3755         * gnulib/import/extra/snippet/warn-on-use.h: Update.
3756         * gnulib/import/extra/update-copyright: Update.
3757         * gnulib/import/float+.h: Update.
3758         * gnulib/import/float.c: Update.
3759         * gnulib/import/float.in.h: Update.
3760         * gnulib/import/fnmatch.c: Update.
3761         * gnulib/import/fnmatch.in.h: Update.
3762         * gnulib/import/fnmatch_loop.c: Update.
3763         * gnulib/import/fpucw.h: Update.
3764         * gnulib/import/frexp.c: Update.
3765         * gnulib/import/frexpl.c: Update.
3766         * gnulib/import/gettimeofday.c: Update.
3767         * gnulib/import/inttypes.in.h: Update.
3768         * gnulib/import/isnan.c: Update.
3769         * gnulib/import/isnand-nolibm.h: Update.
3770         * gnulib/import/isnand.c: Update.
3771         * gnulib/import/isnanl-nolibm.h: Update.
3772         * gnulib/import/isnanl.c: Update.
3773         * gnulib/import/itold.c: Update.
3774         * gnulib/import/localcharset.c: Update.
3775         * gnulib/import/localcharset.h: Update.
3776         * gnulib/import/lstat.c: Update.
3777         * gnulib/import/m4/00gnulib.m4: Update.
3778         * gnulib/import/m4/absolute-header.m4: Update.
3779         * gnulib/import/m4/alloca.m4: Update.
3780         * gnulib/import/m4/canonicalize.m4: Update.
3781         * gnulib/import/m4/codeset.m4: Update.
3782         * gnulib/import/m4/configmake.m4: Update.
3783         * gnulib/import/m4/dirent_h.m4: Update.
3784         * gnulib/import/m4/dirfd.m4: Update.
3785         * gnulib/import/m4/dirname.m4: Update.
3786         * gnulib/import/m4/double-slash-root.m4: Update.
3787         * gnulib/import/m4/eealloc.m4: Update.
3788         * gnulib/import/m4/errno_h.m4: Update.
3789         * gnulib/import/m4/exponentd.m4: Update.
3790         * gnulib/import/m4/exponentl.m4: Update.
3791         * gnulib/import/m4/extensions.m4: Update.
3792         * gnulib/import/m4/extern-inline.m4: Update.
3793         * gnulib/import/m4/fcntl-o.m4: Update.
3794         * gnulib/import/m4/float_h.m4: Update.
3795         * gnulib/import/m4/fnmatch.m4: Update.
3796         * gnulib/import/m4/fpieee.m4: Update.
3797         * gnulib/import/m4/frexp.m4: Update.
3798         * gnulib/import/m4/frexpl.m4: Update.
3799         * gnulib/import/m4/gettimeofday.m4: Update.
3800         * gnulib/import/m4/glibc21.m4: Update.
3801         * gnulib/import/m4/gnulib-cache.m4: Update.
3802         * gnulib/import/m4/gnulib-common.m4: Update.
3803         * gnulib/import/m4/gnulib-comp.m4: Update.
3804         * gnulib/import/m4/gnulib-tool.m4: Update.
3805         * gnulib/import/m4/include_next.m4: Update.
3806         * gnulib/import/m4/inttypes-pri.m4: Update.
3807         * gnulib/import/m4/inttypes.m4: Update.
3808         * gnulib/import/m4/isnand.m4: Update.
3809         * gnulib/import/m4/isnanl.m4: Update.
3810         * gnulib/import/m4/largefile.m4: Update.
3811         * gnulib/import/m4/localcharset.m4: Update.
3812         * gnulib/import/m4/locale-fr.m4: Update.
3813         * gnulib/import/m4/locale-ja.m4: Update.
3814         * gnulib/import/m4/locale-zh.m4: Update.
3815         * gnulib/import/m4/longlong.m4: Update.
3816         * gnulib/import/m4/lstat.m4: Update.
3817         * gnulib/import/m4/malloc.m4: Update.
3818         * gnulib/import/m4/malloca.m4: Update.
3819         * gnulib/import/m4/math_h.m4: Update.
3820         * gnulib/import/m4/mbrtowc.m4: Update.
3821         * gnulib/import/m4/mbsinit.m4: Update.
3822         * gnulib/import/m4/mbsrtowcs.m4: Update.
3823         * gnulib/import/m4/mbstate_t.m4: Update.
3824         * gnulib/import/m4/memchr.m4: Update.
3825         * gnulib/import/m4/memmem.m4: Update.
3826         * gnulib/import/m4/mmap-anon.m4: Update.
3827         * gnulib/import/m4/multiarch.m4: Update.
3828         * gnulib/import/m4/nocrash.m4: Update.
3829         * gnulib/import/m4/off_t.m4: Update.
3830         * gnulib/import/m4/pathmax.m4: Update.
3831         * gnulib/import/m4/readlink.m4: Update.
3832         * gnulib/import/m4/rename.m4: Update.
3833         * gnulib/import/m4/rmdir.m4: Update.
3834         * gnulib/import/m4/ssize_t.m4: Update.
3835         * gnulib/import/m4/stat.m4: Update.
3836         * gnulib/import/m4/stdbool.m4: Update.
3837         * gnulib/import/m4/stddef_h.m4: Update.
3838         * gnulib/import/m4/stdint.m4: Update.
3839         * gnulib/import/m4/stdio_h.m4: Update.
3840         * gnulib/import/m4/stdlib_h.m4: Update.
3841         * gnulib/import/m4/string_h.m4: Update.
3842         * gnulib/import/m4/strstr.m4: Update.
3843         * gnulib/import/m4/strtok_r.m4: Update.
3844         * gnulib/import/m4/sys_socket_h.m4: Update.
3845         * gnulib/import/m4/sys_stat_h.m4: Update.
3846         * gnulib/import/m4/sys_time_h.m4: Update.
3847         * gnulib/import/m4/sys_types_h.m4: Update.
3848         * gnulib/import/m4/time_h.m4: Update.
3849         * gnulib/import/m4/unistd_h.m4: Update.
3850         * gnulib/import/m4/warn-on-use.m4: Update.
3851         * gnulib/import/m4/wchar_h.m4: Update.
3852         * gnulib/import/m4/wchar_t.m4: Update.
3853         * gnulib/import/m4/wctype_h.m4: Update.
3854         * gnulib/import/m4/wint_t.m4: Update.
3855         * gnulib/import/malloc.c: Update.
3856         * gnulib/import/malloca.c: Update.
3857         * gnulib/import/malloca.h: Update.
3858         * gnulib/import/math.in.h: Update.
3859         * gnulib/import/mbrtowc.c: Update.
3860         * gnulib/import/mbsinit.c: Update.
3861         * gnulib/import/mbsrtowcs-impl.h: Update.
3862         * gnulib/import/mbsrtowcs-state.c: Update.
3863         * gnulib/import/mbsrtowcs.c: Update.
3864         * gnulib/import/memchr.c: Update.
3865         * gnulib/import/memmem.c: Update.
3866         * gnulib/import/pathmax.h: Update.
3867         * gnulib/import/readlink.c: Update.
3868         * gnulib/import/ref-add.sin: Update.
3869         * gnulib/import/ref-del.sin: Update.
3870         * gnulib/import/rename.c: Update.
3871         * gnulib/import/rmdir.c: Update.
3872         * gnulib/import/same-inode.h: Update.
3873         * gnulib/import/stat.c: Update.
3874         * gnulib/import/stdbool.in.h: Update.
3875         * gnulib/import/stddef.in.h: Update.
3876         * gnulib/import/stdint.in.h: Update.
3877         * gnulib/import/stdio.c: Update.
3878         * gnulib/import/stdio.in.h: Update.
3879         * gnulib/import/stdlib.in.h: Update.
3880         * gnulib/import/str-two-way.h: Update.
3881         * gnulib/import/streq.h: Update.
3882         * gnulib/import/string.in.h: Update.
3883         * gnulib/import/stripslash.c: Update.
3884         * gnulib/import/strnlen1.c: Update.
3885         * gnulib/import/strnlen1.h: Update.
3886         * gnulib/import/strstr.c: Update.
3887         * gnulib/import/strtok_r.c: Update.
3888         * gnulib/import/sys_stat.in.h: Update.
3889         * gnulib/import/sys_time.in.h: Update.
3890         * gnulib/import/sys_types.in.h: Update.
3891         * gnulib/import/time.in.h: Update.
3892         * gnulib/import/unistd.in.h: Update.
3893         * gnulib/import/verify.h: Update.
3894         * gnulib/import/wchar.in.h: Update.
3895         * gnulib/import/wctype.in.h: Update.
3896         * gnulib/import/gettimeofday.c: New file.
3897         * gnulib/import/m4/absolute-header.m4: New file.
3898         * gnulib/import/m4/gettimeofday.m4: New file.
3899         * gnulib/import/m4/sys_socket_h.m4: New file.
3900         * gnulib/import/m4/sys_time_h.m4: New file.
3901         * gnulib/import/stdio.c: Delete file.
3902         * gnulib/import/sys_time.in.h: New file.
3903
3904 2015-08-24  Pedro Alves  <palves@redhat.com>
3905
3906         * Makefile.in (HFILES_NO_SRCDIR): Add common/gdb_sys_time.h.
3907         * common/gdb_sys_time.h: New file.
3908         * event-loop.c: Include gdb_sys_time.h instead of sys/time.h.
3909         * gdb_select.h: Likewise.
3910         * gdb_usleep.c: Likewise.
3911         * maint.c: Likewise.
3912         * mi/mi-main.c: Likewise.
3913         * mi/mi-parse.h: Likewise.
3914         * remote-fileio.c: Likewise.
3915         * remote-m32r-sdi.c: Likewise.
3916         * remote.c: Likewise.
3917         * ser-base.c: Likewise.
3918         * ser-pipe.c: Likewise.
3919         * ser-tcp.c: Likewise.
3920         * ser-unix.c: Likewise.
3921         * symfile.c: Likewise.
3922         * symfile.c: Likewise.  Rename OSIZE to SIZE throughout.
3923         * target-memory.c: Include gdb_sys_time.h instead of sys/time.h.
3924         * utils.c: Likewise.
3925
3926 2015-08-24  Pedro Alves  <palves@redhat.com>
3927
3928         * NEWS: Mention removed support for the various ROM monitors.
3929         * Makefile.in (ALL_TARGET_OBS): Remove dbug-rom.o, dink32-rom.o,
3930         ppcbug-rom.o, m32r-rom.o, dsrec.o and monitor.o from gdb_target_obs.
3931         * configure.tgt (h8300-*-*): Remove monitor.o and m32r-rom.o from
3932         gdb_target_obs.
3933         (m68*-*-*): Remove monitor.o dbug-rom.o and dsrec.o from
3934         gdb_target_obs.
3935         (microblaze*-linux-*): Remove microblaze-rom.o, monitor.o and
3936         dsrec.o from gdb_target_obs.
3937         (microblaze*-*-*): Remove microblaze-rom.o, monitor.o and dsrec.o
3938         from gdb_target_obs.
3939         (powerpc-*-lynx*178): Remove monitor.o and dsrec.o from
3940         gdb_target_obs.
3941         (powerpc*-*-*): Remove monitor.o, dsrec.o, ppcbug-rom.o and
3942         dink32-rom.o from gdb_target_obs.
3943         (sh*-*-linux*): Remove monitor.o and dsrec.o from gdb_target_obs.
3944         (sh*): Remove monitor.o and dsrec.o from gdb_target_obs.
3945         * dbug-rom.c, dink32-rom.c, dsrec.c, m32r-rom.c, microblaze-rom.c,
3946         monitor.c, monitor.h, ppcbug-rom.c, srec.h: Delete files.
3947
3948 2015-08-21  Pedro Alves  <palves@redhat.com>
3949
3950         * frame.c (null_frame_id): Explicitly zero-initialize.
3951
3952 2015-08-21  Tom Tromey  <tromey@redhat.com>
3953
3954         * dwarf2read.c (struct dwarf2_section_info): Rename field
3955         'asection' to 'section'.
3956         (dwarf2_has_info, get_section_bfd_owner, get_section_bfd_section)
3957         (dwarf2_locate_sections, dwarf2_locate_sections)
3958         (locate_dwz_sections, locate_v1_virtual_dwo_sections)
3959         (dwarf2_locate_dwo_sections, dwarf2_locate_dwo_sections)
3960         (dwarf2_locate_v2_dwp_sections): Adjust.
3961
3962 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
3963
3964         * top.h (gdb_in_secondary_prompt_p): Declare.
3965         * top.c (gdb_secondary_prompt_depth): Define.
3966         (gdb_in_secondary_prompt_p): Define.
3967         (gdb_readline_wrapper_cleanup): Decrement
3968         gdb_secondary_prompt_depth.
3969         (gdb_readline_wrapper): Increment gdb_secondary_prompt_depth.
3970         * tui/tui-io.c (tui_getc): Don't clear the prompt line if we
3971         are in a secondary prompt.
3972
3973 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
3974
3975         * tui/tui-io.c (tui_getc): Use tui_putc instead of waddch to
3976         emit the newline.
3977
3978 2015-08-21  Gary Benson  <gbenson@redhat.com>
3979
3980         * gdb_bfd.c (gdb_bfd_iovec_fileio_pread): Add QUIT call.
3981
3982 2015-08-21  Gary Benson  <gbenson@redhat.com>
3983
3984         * target.h (struct target_ops) <to_fileio_open>: New argument
3985         warn_if_slow.  Update comment.  All implementations updated.
3986         (target_fileio_open_warn_if_slow): New declaration.
3987         * target.c (target_fileio_open): Renamed as...
3988         (target_fileio_open_1): ...this.  New argument warn_if_slow.
3989         Pass warn_if_slow to implementation.  Update debug printing.
3990         (target_fileio_open): New function.
3991         (target_fileio_open_warn_if_slow): Likewise.
3992         * gdb_bfd.c (gdb_bfd_iovec_fileio_open): Use new function
3993         target_fileio_open_warn_if_slow.
3994
3995 2015-08-21  Gary Benson  <gbenson@redhat.com>
3996
3997         * nat/linux-namespaces.c (linux_mntns_access_fs):
3998         Do not overwrite old_chain.
3999
4000 2015-08-20  Max Filippov  <jcmvbkbc@gmail.com>
4001
4002         * arch/xtensa.h: New file.
4003         * xtensa-linux-nat.c (gdb_proc_service.h): New #include.
4004         (ps_get_thread_area): New function.
4005         * xtensa-linux-tdep.c (xtensa_linux_init_abi): Add call to
4006         set_gdbarch_fetch_tls_load_module_address to enable TLS support.
4007         * xtensa-tdep.c (osabi.h): New #include.
4008         (xtensa_gdbarch_init): Call gdbarch_init_osabi to register
4009         xtensa-specific hooks.
4010         * xtensa-tdep.h (struct xtensa_elf_gregset_t): Add threadptr
4011         member and move the structure to arch/xtensa.h.
4012
4013 2015-08-21  Pedro Alves  <palves@redhat.com>
4014
4015         * remote.c (struct readahead_cache): New.
4016         (struct remote_state) <readahead_cache>: New field.
4017         (remote_open_1): Invalidate the cache.
4018         (readahead_cache_invalidate, readahead_cache_invalidate_fd): New
4019         functions.
4020         (remote_hostio_pwrite): Invalidate the readahead cache.
4021         (remote_hostio_pread): Rename to ...
4022         (remote_hostio_pread_vFile): ... this.
4023         (remote_hostio_pread_from_cache): New function.
4024         (remote_hostio_pread): Reimplement.
4025         (remote_hostio_close): Invalidate the readahead cache.
4026
4027 2015-08-21  Marcin CieÅ›lak <saper@saper.info>  (tiny patch)
4028
4029         PR build/18843
4030         * procfs.c: Include "filestuff.h".
4031
4032 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
4033
4034         * tui/tui-data.h (tui_command_info): Remove fields cur_line and
4035         curch.
4036         * tui/tui-data.c (tui_clear_win_detail) [CMD_WIN]: Don't set
4037         cur_line or curch, instead call wmove().
4038         (init_win_info) [CMD_WIN]: Likewise.
4039         * tui/tui-io.c (tui_puts): Likewise. Don't read cur_line,
4040         instead call getcury().
4041         (tui_redisplay_readline): Don't set cur_line or curch.
4042         (tui_mld_erase_entire_line): Don't read cur_line, instead call
4043         getcury().
4044         (tui_cont_sig): Remove call to wmove.
4045         (tui_getc): Don't read cur_line or curch, instead call getcury()
4046         or getyx().  Don't set curch.
4047         * tui/tui-win.c (make_visible_with_new_height) [CMD_WIN]: Don't
4048         set cur_line or curch.  Always move cursor to (0,0).
4049
4050 2015-08-20  Pedro Alves  <palves@redhat.com>
4051
4052         * infrun.c (print_target_wait_results): Make extern.
4053         * infrun.h (print_target_wait_results): Declare.
4054         * remote.c (set_stop_requested_callback): Delete.
4055         (process_initial_stop_replies): New function.
4056         (remote_start_remote): Use it.
4057         (stop_reply_queue_length): New function.
4058
4059 2015-08-20  Pedro Alves  <palves@redhat.com>
4060
4061         * dwarf2read.c (process_full_comp_unit): To tell whether
4062         start_subfile managed to deduce a language, test for
4063         language_unknown instead of language_c.
4064
4065 2015-08-20  Pierre-Marie de Rodat  <derodat@adacore.com>
4066
4067         * ada-lex.l: Reset the start condition to INITIAL in the rule that
4068         matches attributes.
4069
4070 2015-08-19  Kevin Buettner  <kevinb@redhat.com>
4071
4072         * dwarf2read.c (dwarf2_string_attr): New function.
4073         (lookup_dwo_unit, process_psymtab_comp_unit_reader)
4074         (dwarf2_compute_name, dwarf2_physname, find_file_and_directory)
4075         (read_call_site_scope, namespace_name, guess_full_die_structure_name)
4076         (anonymous_struct_prefix, prepare_one_comp_unit): Use
4077         dwarf2_string_attr in place of dwarf2_attr and DW_STRING.
4078
4079 2015-08-18  Doug Evans  <dje@google.com>
4080             Adrian Sendroiu <adrian.sendroiu@freescale.com>
4081
4082         PR mi/18833
4083         * cli/cli-logging.c (pop_output_files): Don't restore redirection
4084         if MI-like.
4085         * mi/mi-out.c: #include "vec.h".
4086         (ui_filep): New type.
4087         (DEV_VEC_P (ui_filep)): New type.
4088         (struct ui_out_data) <buffer, original_buffer>: Delete.
4089         (struct ui_out_data) <streams>: New member.
4090         (mi_ui_out_impl): Add data_destroy field.
4091         (mi_field_string, mi_field_fmt): Update.
4092         (mi_flush, mi_redirect, field_separator): Update.
4093         (mi_open, mi_close): Update.
4094         (mi_out_buffered, mi_out_rewind, mi_out_put): Update.
4095         (mi_out_data_ctor, mi_out_data_dtor): New functions.
4096         (mi_out_new): Call mi_out_data_ctor.
4097
4098 2015-08-18  Sandra Loosemore  <sandra@codesourcery.com>
4099
4100         * remote.c (strprefix): New.
4101         (remote_parse_stop_reply): Use strprefix instead of strncmp
4102         to ensure exact match of keyword.
4103
4104 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
4105
4106         * gdb_bfd.c (debug_bfd_cache): New variable.
4107         (show_bfd_cache_debug): New function.
4108         (gdb_bfd_open): Add debug logging.
4109         (gdb_bfd_ref): Likewise.
4110         (gdb_bfd_unref): Likewise.
4111         (_initialize_gdb_bfd): Add new set/show command.
4112         * NEWS: Mention new command.
4113
4114 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
4115
4116         * gdb_bfd.c (bfd_sharing): New variable.
4117         (show_bfd_sharing): New function.
4118         (gdb_bfd_open): Check bfd_sharing variable.
4119         (_initialize_gdb_bfd): Add new set/show command.
4120         * NEWS: Mention new command.
4121
4122 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
4123
4124         * gdb_bfd.c (struct gdb_bfd_data): Add size, inode, and device id
4125         field.
4126         (struct gdb_bfd_cache_search): Likewise.
4127         (eq_bfd): Compare the size, inode, and device id fields.
4128         (gdb_bfd_open): Initialise the size, inode, and device id fields.
4129         (gdb_bfd_ref): Likewise.
4130         (gdb_bfd_unref): Likewise.
4131
4132 2015-08-18  Pedro Alves  <palves@redhat.com>
4133
4134         * linux-nat.c (linux_nat_always_non_stop_p): If the linux_ops
4135         target implements to_always_non_stop_p, call it.
4136         * x86-linux-nat.c (x86_linux_always_non_stop_p): New function.
4137         (x86_linux_create_target): Install it as to_always_non_stop_p
4138         method.
4139
4140 2015-08-17  Doug Evans  <dje@google.com>
4141
4142         * ui-out.c (default_ui_out_impl): Add comment.
4143
4144 2015-08-17  Iain Buclaw  <ibuclaw@gdcproject.org>
4145
4146         * d-exp.y (type_aggregate_p): New function.
4147         (PrimaryExpression : TypeExp '.' IdentifierExp): Use it.
4148         (classify_inner_name): Likewise.
4149         * d-namespace.c (d_lookup_nested_symbol): Handle TYPE_CODE_ENUM.
4150
4151 2015-08-15  Doug Evans  <xdje42@gmail.com>
4152
4153         * psymtab.c (add_psymbol_to_bcache): Remove "val" arg.  All callers
4154         updated.
4155         (add_psymbol_to_list): Ditto.
4156
4157 2015-08-15  Doug Evans  <xdje42@gmail.com>
4158
4159         * dbxread.c (dbx_end_psymtab): Renamed from end_psymtab.  All callers
4160         updated.  Call end_psymtab_common.
4161         * dwarf2read.c (process_psymtab_comp_unit_reader): Call
4162         end_psymtab_common.
4163         (build_type_psymtabs_reader): Ditto.
4164         * psympriv.h (sort_pst_symbols): Delete.
4165         (end_psymtab_common): Declare.
4166         * psymtab.c (sort_pst_symbols): Make static.
4167         (end_psymtab_common): New function.
4168         * xcoffread.c (xcoff_end_psymtab): Call end_psymtab_common.
4169
4170 2015-08-15  Doug Evans  <xdje42@gmail.com>
4171
4172         * defs.h (LANGUAGE_BITS): Define.
4173         * psympriv.h (partial_symbol) <domain>: Use SYMBOL_DOMAIN_BITS.
4174         (partial_symbol) <aclass>: Use SYMBOL_ACLASS_BITS.
4175         * symtab.h (general_symbol_info> <language>: Usage LANGUAGE_BITS.
4176         (minimal_symbol_type): Add nr_minsym_types.
4177         (MINSYM_TYPE_BITS): Define.
4178         (minimal_symbol) <type>: Use MINSYM_TYPE_BITS.
4179         (domain_enum_tag): Add NR_DOMAINS.
4180         (SYMBOL_DOMAIN_BITS): Change from 4 to 3.
4181         (SYMBOL_ACLASS_BITS): Define from 6 to 5.
4182
4183 2015-08-15  Doug Evans  <xdje42@gmail.com>
4184
4185         * objfiles.h: Whitespace cleanup.
4186         * psympriv.h: Whitespace cleanup.
4187         * psymtab.c: Whitespace/coding convention cleanup.
4188
4189 2015-08-15  Patrick Palka  <patrick@parcs.ath.cx>
4190
4191         * inferior.c (detach_inferior_command): Don't call
4192         any_thread_of_process when pid is 0.
4193         (kill_inferior_command): Likewise.
4194
4195 2015-08-14  Doug Evans  <xdje42@gmail.com>
4196
4197         PR gdb/11833
4198         * NEWS: Document new /s modifier for the disassemble command.
4199         * cli/cli-cmds.c (disassemble_command): Add support for /s.
4200         (_initialize_cli_cmds): Update online docs of disassemble command.
4201         * disasm.c: #include "source.h".
4202         (struct deprecated_dis_line_entry): Renamed from dis_line_entry.
4203         All uses updated.
4204         (dis_line_entry): New struct.
4205         (hash_dis_line_entry, eq_dis_line_entry): New functions.
4206         (allocate_dis_line_table): New functions.
4207         (maybe_add_dis_line_entry, line_has_code_p): New functions.
4208         (dump_insns): New arg end_pc.  All callers updated.
4209         (do_mixed_source_and_assembly_deprecated): Renamed from
4210         do_mixed_source_and_assembly.  All callers updated.
4211         (do_mixed_source_and_assembly): New function.
4212         (gdb_disassembly): Handle /s (DISASSEMBLY_SOURCE).
4213         * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED): Renamed from
4214         DISASSEMBLY_SOURCE.  All uses updated.
4215         (DISASSEMBLY_SOURCE): New macro.
4216         * mi/mi-cmd-disas.c (mi_cmd_disassemble): New modes 4,5.
4217
4218 2015-08-14  Keith Seitz  <keiths@redhat.com>
4219
4220         * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Rename
4221         `typename' to `type_name' to avoid C++ reserved word.
4222
4223 2015-08-14  Keith Seitz  <keiths@redhat.com>
4224
4225         * location.c (EL_TYPE, EL_LINESPEC, EL_PROBE, EL_ADDRESS)
4226         (EL_EXPLICIT, EL_STRING): Change macro parameter to "P" to
4227         silence ARI errors.
4228
4229 2015-08-14  Iain Buclaw  <ibuclaw@gdcproject.org>
4230
4231         * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Use
4232         xstrprintf instead of malloc and sprintf.
4233         (PrimaryExpression : IdentifierExp): Avoid operator at end of line.
4234         (lex_one_token): Likewise.
4235
4236 2015-08-14  Matthew Fortune  <matthew.fortune@imgtec.com>
4237
4238         * solib-svr4.c (read_program_header): Add base_addr argument to
4239         report the runtime address of the segment.
4240         (find_program_interpreter): Update read_program_header call to pass
4241         a NULL pointer for the new argument.
4242         (scan_dyntag): Add ptr_addr argument to report the runtime address
4243         of the tag payload.
4244         (scan_dyntag_auxv): Likewise and use thew new base_addr argument of
4245         read_program_header to get the base address of the dynamic segment.
4246         (elf_locate_base): Update uses of scan_dyntag, scan_dyntag_auxv and
4247         read_program_header.
4248         (elf_locate_base): Scan for and handle DT_MIPS_RLD_MAP_REL.
4249
4250 2015-08-14  Matthew Fortune  <matthew.fortune@imgtec.com>
4251
4252         * MAINTAINERS (Write After Approval): Add Matthew Fortune.
4253
4254 2015-08-13  Iain Buclaw  <ibuclaw@gdcproject.org>
4255
4256         * d-exp.y (%union): Add voidval.
4257         (%token): Add UNKNOWN_NAME as a token to represent an unclassified
4258         name in the lexing stage.
4259         (PostfixExpression): Move symbol completion handling in grammar here
4260         from PrimaryExpression.
4261         (PrimaryExpression): Move routines to handle resolving identifier
4262         tokens in the grammar here from push_expression_name.
4263         (IdentifierExp): Remove the handling of alternating '.' and identifier
4264         tokens.
4265         (TypeExp): Allow TypeExp to be wrapped in parenthesis in the grammar.
4266         (BasicType): Remove C-style typename rules.
4267         (d_type_from_name, d_module_from_name, push_variable)
4268         (push_fieldnames, push_type_name, push_module_name)
4269         (push_expression_name): Remove.
4270         (lex_one_token): Rename from yylex.  Replace pstate with par_state.
4271         (token_and_value): New type.
4272         (token_fifo, popping, name_obstack): New globals.
4273         (classify_name): New function.
4274         (classify_inner_name): Likewise.
4275         (yylex): Likewise.
4276         (d_parse): Initialize token_fifo, popping and name_obstack.
4277
4278 2015-08-13  Iain Buclaw  <ibuclaw@gdcproject.org>
4279
4280         * Makefile.in (SFILES): Add d-namespace.c.
4281         (COMMON_OBS): Add d-namespace.o.
4282         * d-lang.c (d_language_defn): Use d_lookup_symbol_nonlocal as the
4283         la_lookup_symbol_nonlocal callback function pointer.
4284         * d-lang.h (d_lookup_symbol_nonlocal): New declaration.
4285         (d_lookup_nested_symbol): New declaration.
4286         * d-namespace.c: New file.
4287
4288 2015-08-13  Pedro Alves  <palves@redhat.com>
4289
4290         * python/py-unwind.c (pyuw_sniffer): Install the invalidate
4291         cleanup after the decref cleanup, not before.
4292
4293 2015-08-13  Pierre-Marie de Rodat  <derodat@adacore.com>
4294
4295         * ada-lang.c: Include namespace.h
4296         (aux_add_nonlocal_symbols): Fix a function name in comment.
4297         (ada_add_block_renamings): New.
4298         (add_nonlocal_symbols): Add global renamings handling.
4299         (ada_lookup_symbol_list_worker): Move the symbol lookup part
4300         to...
4301         (ada_add_all_symbols): ... this new function.
4302         (ada_add_block_symbols): Try to match the input name against the
4303         "using directives list", perform a recursive symbol lookup on
4304         the matched declarations.
4305         * block.h (struct block): Move the_namespace to top-level as
4306         namespace_info. Remove the language_specific field.
4307         (BLOCK_NAMESPACE): Update access to the namespace_info field.
4308         * buildsym.h (using_directives): Rename into...
4309         (local_using_directives): ... this.
4310         (global_using_directives): New.
4311         (struct context_stack): Rename the using_directives field into
4312         local_using_directives.
4313         * buildsym.c (finish_block_internal): Deal with the proper
4314         using directives repository (local or global).
4315         (prepare_for_building): Reset local_using_directives. Assert
4316         that there is no pending global using directive.
4317         (reset_symtab_globals): Reset global_using_directives and
4318         local_using_directives.
4319         (end_symtab_get_static_block): Don't ignore symtabs that have
4320         only using directives.
4321         (push_context): Update references to local_using_directives.
4322         (buildsym_init): Do not reset using_directives.
4323         * cp-support.c: Include namespace.h.
4324         * cp-support.h (struct using_direct): Move to namespace.h.
4325         (cp_add_using_directives): Move to namespace.h.
4326         * cp-namespace.c: Include namespace.h
4327         (cp_add_using_directive): Move to namespace.c, rename it to
4328         add_using_directive, add a "using_directives" argument and use
4329         it as the pending using directives repository.  All callers
4330         updated.
4331         * dwarf2read.c (using_directives): New.
4332         (read_import_statement): Call using_directives.
4333         (read_func_scope): Update references to local_using_directives.
4334         (read_lexical_block_scope): Likewise.
4335         (read_namespace): Update the heading comment, call
4336         using_directives.
4337         * namespace.h: New file.
4338         * namespace.c: New file.
4339         * Makefile.in (SFILES): Add namespace.c.
4340         (COMMON_OBS): Add namespace.o
4341
4342 2015-08-12  Joel Brobecker  <brobecker@adacore.com>
4343
4344         * amd64-tdep.c (amd64_displaced_step_fixup): Fix the mask used to
4345         compute RETADDR.
4346
4347 2015-08-12  Keith Seitz  <keiths@redhat.com>
4348
4349         * break-catch-throw.c (re_set_exception_catchpoint) Rename
4350         reserved C++ keyword "explicit" to "explicit_loc".
4351         * breakpoint.c (create_overlay_event_breakpoint)
4352         (create_longjmp_master_breakpoint)
4353         (create_std_terminate_master_breakpoint)
4354         (create_exception_master_breakpoint, update_static_tracepoint):
4355         Rename reserved C++ keyword "explicit" to "explicit_loc".
4356         * completer.c (collect_explicit_location_matches)
4357         (explicit_location_completer): Rename reserved C++ keyword
4358         "explicit" to "explicit_loc".
4359         * linespec.c (struct linespec) <explicit>: Rename to "explicit_loc".
4360         (canonicalize_linespec, create_sals_line_offset)
4361         (convert_linespec_to_sals, convert_explicit_location_to_sals)
4362         (event_location_to_sals, decode_objc): Rename reserved C++ keyword
4363         "explicit" to "explicit_loc".
4364         * location.c (struct event_location) <explicit>: Rename to
4365         "explicit_loc".
4366         (initialize_explicit_location, new_explicit_location)
4367         (explicit_location_to_string_internal, explicit_location_to_linespec):
4368         Rename reserved C++ keyword "explicit" to "explicit_loc".
4369         * location.h (explicit_location_to_string)
4370         (explicit_location_to_linespec, initialize_explicit_location)
4371         (new_explicit_location): Rename reserved C++ keyword "explicit"
4372         to "explicit_loc".
4373         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Rename reserved C++
4374         keyword "explicit" to "explicit_loc".
4375
4376 2015-08-12  Keith Seitz  <keiths@redhat.com>
4377
4378         * python/python.c (gdbpy_decode_line): Initialize `location' to NULL
4379         and only call decode_line_1 when it is non-NULL.
4380
4381 2015-08-12  Luis Machado  <lgustavo@codesourcery.com>
4382
4383         * breakpoint.c (bp_loc_is_permanent): Return 0 when breakpoint
4384         location address is not meaningful.
4385         (breakpoint_address_is_meaningful): Update comment.
4386
4387 2015-08-11  Keith Seitz  <keiths@redhat.com>
4388
4389         * NEWS: Mention explicit locations.
4390         * breakpoint.c [LOCATION_HELP_STRING]: New macro.
4391         [BREAK_ARGS_HELP]: Use LOCATION_HELP_STRING.
4392         (_initialize_breakpoint): Update documentation for
4393         "clear", "break", "trace", "strace", "ftrace", and "dprintf".
4394
4395 2015-08-11  Keith Seitz  <keiths@redhat.com>
4396
4397         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Add support for
4398         explicit locations, options "--source", "--function",
4399         "--label", and "--line".
4400
4401 2015-08-11  Keith Seitz  <keiths@redhat.com>
4402
4403         * completer.c: Include location.h.
4404         (enum match_type): New enum.
4405         (location_completer): Rename to ...
4406         (linespec_completer): ... this.
4407         (collect_explicit_location_matches, backup_text_ptr)
4408         (explicit_location_completer): New functions.
4409         (location_completer): "New" function; handle linespec
4410         and explicit location completions.
4411         (complete_line_internal): Remove all location completer-specific
4412         handling.
4413         * linespec.c (linespec_lexer_lex_keyword, is_ada_operator)
4414         (find_toplevel_char): Export.
4415         (linespec_parse_line_offset): Export.
4416         Issue error if STRING is not numerical.
4417         (gdb_get_linespec_parser_quote_characters): New function.
4418         * linespec.h (linespec_parse_line_offset): Declare.
4419         (get_gdb_linespec_parser_quote_characters): Declare.
4420         (is_ada_operator): Declare.
4421         (find_toplevel_char): Declare.
4422         (linespec_lexer_lex_keyword): Declare.
4423         * location.c (explicit_to_event_location): New function.
4424         (explicit_location_lex_one): New function.
4425         (string_to_explicit_location): New function.
4426         (string_to_event_location): Handle explicit locations.
4427         * location.h (explicit_to_event_location): Declare.
4428         (string_to_explicit_location): Declare.
4429
4430 2015-08-11  Keith Seitz  <keiths@redhat.com>
4431
4432         * break-catch-throw.c (re_set_exception_catchpoint): Convert
4433         linespec into explicit location.
4434         * breakpoint.c (create_overlay_breakpoint)
4435         (create_longjmp_master_breakpoint)
4436         (create_std_terminate_master_breakpoint)
4437         (create_exception_master_breakpoint): Convert linespec into explicit
4438         location.
4439         (update_static_tracepoint): Convert linespec into explicit location.
4440         * linespec.c (enum offset_relative_sign, struct line_offset): Move
4441         location.h.
4442         (struct linespec) <expression, expr_pc, source_filename>
4443         <function_name, label_name, line_offset>: Replace with ...
4444         <explicit>: ... this.
4445         <is_linespec>: New member.
4446         (PARSER_EXPLICIT): New accessor macro.
4447         (undefined_label_error): New function.
4448         (source_file_not_found_error): New function.
4449         (linespec_parse_basic): The parser result is now an explicit location.
4450         Use PARSER_EXPLICIT to access it.
4451         Use undefined_label_error.
4452         (canonicalize_linespec): Convert canonical linespec into explicit
4453         location.
4454         Move string representation of location to explicit_location_to_linespec
4455         and use it and explicit_location_to_string to save string
4456         representations of the canonical location.
4457         (create_sals_line_offset, convert_linespec_to_sals): `ls' contains an
4458         explicit location.  Update all references.
4459         (convert_explicit_location_to_sals): New function.
4460         (parse_linespec): Use PARSER_EXPLICIT to access the parser
4461         result's explicit location.
4462         (linespec_state_constructor): Initialize is_linespec.
4463         Use PARSER_EXPLICIT.
4464         (linespec_parser_delete): Use PARSER_EXPLICIT to access the parser's
4465         result.
4466         (event_location_to_sals): For linespec locations, set is_linespec.
4467         Handle explicit locations.
4468         (decode_objc): 'ls' contains an explicit location now. Update all
4469         references.
4470         (symtabs_from_filename): Use source_file_not_found_error.
4471         * location.c (struct event_location.u) <explicit>: New member.
4472         (initialize_explicit_location): New function.
4473         (initialize_event_location): Initialize explicit locations.
4474         (new_explicit_location, get_explicit_location)
4475         (get_explicit_location_const): New functions.
4476         (explicit_to_string_internal): New function; most of contents moved
4477         from canonicalize_linespec.
4478         (explicit_location_to_string): New function.
4479         (explicit_location_to_linespec): New function.
4480         (copy_event_location, delete_event_location)
4481         (event_location_to_string_const, event_location_empty_p): Handle
4482         explicit locations.
4483         * location.h (enum offset_relative_sign, struct line_offset): Move
4484         here from linespec.h.
4485         (enum event_location_type): Add EXPLICIT_LOCATION.
4486         (struct explicit_location): New structure.
4487         (explicit_location_to_string): Declare.
4488         (explicit_location_to_linespec): Declare.
4489         (new_explicit_location, get_explicit_locationp
4490         (get_explicit_location_const, initialize_explicit_location): Declare.
4491
4492 2015-08-11  Keith Seitz  <keiths@redhat.com>
4493
4494         * break-catch-throw.c (re_set_exception_catchpoint): Convert
4495         linespec for stap probe to probe location.
4496         * breakpoint.c (create_longjmp_master_breakpoint)
4497         (create_exception_master_breakpoint): Likewise.
4498         (break_command_1): Remove local variable `arg_cp'.
4499         Check location type to set appropriate breakpoint ops methods.
4500         (trace_command): Likewise.
4501         * linespec.c (event_location_to_sals): Assert on probe locations.
4502         * location.c (EL_PROBE): Add macro definition.
4503         (new_probe_location, get_probe_location): New functions.
4504         (copy_event_location, delete_event_location, event_location_to_string)
4505         (string_to_event_location, event_location_empty_p): Handle probe
4506         locations.
4507         * location.h (enum event_location_type): Add PROBE_LOCATION.
4508         (new_probe_location, get_probe_location): Declare.
4509         * probe.c (parse_probes): Assert that LOCATION is a probe location.
4510         Convert linespec into probe location.
4511
4512 2015-08-11  Keith Seitz  <keiths@redhat.com>
4513
4514         * breakpoint.c (create_thread_event_breakpoint, init_breakpoint_sal):
4515         Convert linespec to address location.
4516         * linespec.c (canonicalize_linespec): Do not handle address
4517         locations here.
4518         (convert_address_location_to_sals): New function; contents moved
4519         from ...
4520         (convert_linespc_to_sals): ... here.
4521         (parse_linespec): Remove address locations from linespec grammar.
4522         Remove handling of address locations.
4523         (linespec_lex_to_end): Remove handling of address linespecs.
4524         (event_location_to_sals): Handle ADDRESS_LOCATION.
4525         (linespec_expression_to_pc): Export.
4526         * linespec.h (linespec_expression_to_pc): Add declaration.
4527         * location.c (struct event_location.u) <address>: New member.
4528         (new_address_location, get_address_location): New functions.
4529         (copy_event_location, delete_event_location, event_location_to_string)
4530         (string_to_event_location, event_location_empty_p): Handle address
4531         locations.
4532         * location.h (enum event_location_type): Add ADDRESS_LOCATION.
4533         (new_address_location, get_address_location): Declare.
4534         * python/py-finishbreakpoint.c (bpfinishpy_init): Convert linespec
4535         to address location.
4536         * spu-tdep.c (spu_catch_start): Likewise.
4537
4538 2015-08-11  Keith Seitz  <keiths@redhat.com>
4539
4540         * ax-gdb.c: Include location.h.
4541         (agent_command_1) Use linespec location instead of address
4542         string.
4543         * break-catch-throw.c: Include location.h.
4544         (re_set_exception_catchpoint): Use linespec locations instead
4545         of address strings.
4546         * breakpoint.c: Include location.h.
4547         (create_overlay_event_breakpoint, create_longjmp_master_breakpoint)
4548         (create_std_terminate_master_breakpoint)
4549         (create_exception_master_breakpoint, update_breakpoints_after_exec):
4550         Use linespec location instead of address string.
4551         (print_breakpoint_location):  Use locations and
4552         event_location_to_string.
4553         Print extra_string for pending locations for non-MI streams.
4554         (print_one_breakpoint_location): Use locations and
4555         event_location_to_string.
4556         (init_raw_breakpoint_without_location): Initialize b->location.
4557         (create_thread_event_breakpoint): Use linespec location instead of
4558         address string.
4559         (init_breakpoint_sal): Likewise.
4560         Only save extra_string if it is non-NULL and not the empty string.
4561         Use event_location_to_string instead of `addr_string'.
4562         Constify `p' and `endp'.
4563         Use skip_spaces_const/skip_space_const instead of non-const versions.
4564         Copy the location into the breakpoint.
4565         If LOCATION is NULL, save the breakpoint address as a linespec location
4566         instead of an address string.
4567         (create_breakpoint_sal): Change `addr_string' parameter to a struct
4568         event_location. All uses updated.
4569         (create_breakpoints_sal): Likewise for local variable `addr_string'.
4570         (parse_breakpoint_sals): Use locations instead of address strings.
4571         Remove check for empty linespec with conditional.
4572         Refactor.
4573         (decode_static_tracepoint_spec): Make argument const and update
4574         function.
4575         (create_breakpoint): Change `arg' to a struct event_location and
4576         rename.
4577         Remove `copy_arg' and `addr_start'.
4578         If EXTRA_STRING is empty, set it to NULL.
4579         Don't populate `canonical' for pending breakpoints.
4580         Pass `extra_string' to find_condition_and_thread.
4581         Clear `extra_string' if `rest' was NULL.
4582         Do not error with "garbage after location" if setting a dprintf
4583         breakpoint.
4584         Copy the location into the breakpoint instead of an address string.
4585         (break_command_1): Use string_to_event_location and pass this to
4586         create_breakpoint instead of an address string.
4587         Check against `arg_cp' for a probe linespec.
4588         (dprintf_command): Use string_to_event_location and pass this to
4589         create_breakpoint instead of an address string.
4590         Throw an exception if no format string was specified.
4591         (print_recreate_ranged_breakpoint): Use event_location_to_string
4592         instead of address strings.
4593         (break_range_command, until_break_command)
4594         (init_ada_exception_breakpoint): Use locations instead
4595         of address strings.
4596         (say_where): Print out extra_string for pending locations.
4597         (base_breakpoint_dtor): Delete `location' and `location_range_end' of
4598         the breakpoint.
4599         (base_breakpoint_create_sals_from_location): Use struct event_location
4600         instead of address string.
4601         Remove `addr_start' and `copy_arg' parameters.
4602         (base_breakpoint_decode_location): Use struct event_location instead of
4603         address string.
4604         (bkpt_re_set): Use locations instead of address strings.
4605         Use event_location_empty_p to check for unset location.
4606         (bkpt_print_recreate): Use event_location_to_string instead of
4607         an address string.
4608         Print out extra_string for pending locations.
4609         (bkpt_create_sals_from_location, bkpt_decode_location)
4610         (bkpt_probe_create_sals_from_location): Use struct event_location
4611         instead of address string.
4612         (bkpt_probe_decode_location): Use struct event_location instead of
4613         address string.
4614         (tracepoint_print_recreate): Use event_location_to_string to
4615         recreate the tracepoint.
4616         (tracepoint_create_sals_from_location, tracepoint_decode_location)
4617         (tracepoint_probe_create_sals_from_location)
4618         (tracepoint_probe_decode_location): Use struct event_location
4619         instead of address string.
4620         (dprintf_print_recreate): Use event_location_to_string to recreate
4621         the dprintf.
4622         (dprintf_re_set): Remove check for valid/missing format string.
4623         (strace_marker_create_sals_from_location)
4624         (strace_marker_create_breakpoints_sal, strace_marker_decode_location)
4625         (update_static_tracepoint): Use struct event_location instead of
4626         address string.
4627         (location_to_sals): Likewise.
4628         Pass `extra_string' to find_condition_and_thread.
4629         For newly resolved pending breakpoint locations, clear the location's
4630         string representation.
4631         Assert that the breakpoint's condition string is NULL when
4632         condition_not_parsed.
4633         (breakpoint_re_set_default, create_sals_from_location_default)
4634         (decode_location_default, trace_command, ftrace_command)
4635         (strace_command, create_tracepoint_from_upload): Use locations
4636         instead of address strings.
4637         * breakpoint.h (struct breakpoint_ops) <create_sals_from_location>:
4638         Use struct event_location instead of address string.
4639         Update all uses.
4640         <decode_location>: Likewise.
4641         (struct breakpoint) <addr_string>: Change to struct event_location
4642         and rename `location'.
4643         <addr_string_range_end>: Change to struct event_location and rename
4644         `location_range_end'.
4645         (create_breakpoint): Use struct event_location instead of address
4646         string.
4647         * cli/cli-cmds.c: Include location.h.
4648         (edit_command, list_command): Use locations instead of address strings.
4649         * elfread.c: Include location.h.
4650         (elf_gnu_ifunc_resolver_return_stop): Use event_location_to_string.
4651         * guile/scm-breakpoint.c: Include location.h.
4652         (bpscm_print_breakpoint_smob): Use event_location_to_string.
4653         (gdbscm_register_breakpoint): Use locations instead of address
4654         strings.
4655         * linespec.c: Include location.h.
4656         (struct ls_parser) <stream>: Change to const char *.
4657         (PARSER_STREAM): Update.
4658         (lionespec_lexer_lex_keyword): According to find_condition_and_thread,
4659         keywords must be followed by whitespace.
4660         (canonicalize_linespec): Save a linespec location into `canonical'.
4661         Save a canonical linespec into `canonical'.
4662         (parse_linespec): Change `argptr' to const char * and rename `arg'.
4663         All uses updated.
4664         Update function description.
4665         (linespec_parser_new): Initialize `parser'.
4666         Update initialization of  parsing stream.
4667         (event_location_to_sals): New function.
4668         (decode_line_full): Change `argptr' to a struct event_location and
4669         rename it `location'.
4670         Use locations instead of address strings.
4671         Call event_location_to_sals instead of parse_linespec.
4672         (decode_line_1): Likewise.
4673         (decode_line_with_current_source, decode_line_with_last_displayed)
4674         Use locations instead of address strings.
4675         (decode_objc): Likewise.
4676         Change `argptr' to const char * and rename `arg'.
4677         (destroy_linespec_result): Delete the linespec result's location
4678         instead of freeing the address string.
4679         * linespec.h (struct linespec_result) <addr_string>: Change to
4680         struct event_location and rename to ...
4681         <location>: ... this.
4682         (decode_line_1, decode_line_full): Change `argptr' to struct
4683         event_location.  All callers updated.
4684         * mi/mi-cmd-break.c: Include language.h, location.h, and linespec.h.
4685         (mi_cmd_break_insert_1): Use locations instead of address strings.
4686         Throw an error if there was "garbage" at the end of the specified
4687         linespec.
4688         * probe.c: Include location.h.
4689         (parse_probes): Change `argptr' to struct event_location.
4690         Use event locations instead of address strings.
4691         * probe.h (parse_probes): Change `argptr' to struct event_location.
4692         * python/py-breakpoint.c: Include location.h.
4693         (bppy_get_location): Constify local variable `str'.
4694         Use event_location_to_string.
4695         (bppy_init): Use locations instead of address strings.
4696         * python/py-finishbreakpoint.c: Include location.h.
4697         (bpfinishpy_init): Remove local variable `addr_str'.
4698         Use locations instead of address strings.
4699         * python/python.c: Include location.h.
4700         (gdbpy_decode_line): Use locations instead of address strings.
4701         * remote.c: Include location.h.
4702         (remote_download_tracepoint): Use locations instead of address
4703         strings.
4704         * spu-tdep.c: Include location.h.
4705         (spu_catch_start): Remove local variable `buf'.
4706         Use locations instead of address strings.
4707         * tracepoint.c: Include location.h.
4708         (scope_info): Use locations instead of address strings.
4709         (encode_source_string): Constify parameter `src'.
4710         * tracepoint.h (encode_source_string): Likewise.
4711
4712 2015-08-11  Keith Seitz  <keiths@redhat.com>
4713
4714         * Makefile.in (SFILES): Add location.c.
4715         (HFILES_NO_SRCDIR): Add location.h.
4716         (COMMON_OBS): Add location.o.
4717         * linespec.c (linespec_lex_to_end): New function.
4718         * linespec.h (linespec_lex_to_end): Declare.
4719         * location.c: New file.
4720         * location.h: New file.
4721
4722 2015-08-11  Keith Seitz  <keiths@redhat.com>
4723
4724         * breakpoint.h (struct breakpoint_ops) <create_sals_from_address>:
4725         Renamed to create_sals_from_location.
4726         <decode_linespec>: Renamed to decode_location.
4727         Update all callers.
4728         * breakpoint.c (create_sals_from_address_default): Renamed to ...
4729         (create_sals_from_location_default): ... this.
4730         (addr_string_to_sals): Renamed to ...
4731         (location_to_sals): ... this.
4732         (decode_linespec_default): Renamed to ...
4733         (decode_location_default): ... this.
4734         (base_breakpoint_create_sals_from_address): Renamed to ...
4735         (base_breakpoint_create_sals_from_location): ... this.
4736         (bkpt_create_sals_from_address): Renamed to ...
4737         (bkpt_create_sals_from_location): ... this.
4738         (bkpt_decode_linespec): Renamed to ...
4739         (bkpt_decode_location): ... this.
4740         (bkpt_probe_create_sals_from_address): Renamed to ...
4741         (bkpt_probe_create_sals_from_location): ... this.
4742         (tracepoint_create_sals_from_address): Renamed to ...
4743         (tracepoint_create_sals_from_location): ... this.
4744         (tracepoint_decode_linespec): Renamed to ...
4745         (tracepoint_decode_location): ... this.
4746         (tracepoint_probe_create_sals_from_address): Renamed to ...
4747         (tracepoint_probe_create_sals_from_location): ... this.
4748         (tracepoint_probe_decode_linespec): Renamed to ...
4749         (tracepoint_probe_decode_location): ... this.
4750         (strace_marker_create_sals_from_address): Renamed to ...
4751         (strace_marker_create_sals_from_location): ... this.
4752         (decode_linespec_default): Renamed to ...
4753         (decode_location_default): ... this.
4754
4755 2015-08-10  Doug Evans  <dje@google.com>
4756             Keith Seitz  <keiths@redhat.com>
4757
4758         PR gdb/17960
4759         * symtab.c (make_file_symbol_completion_list_1): Renamed from
4760         make_file_symbol_completion_list and made static.
4761         (make_file_symbol_completion_list): New function.
4762
4763 2015-08-10  Joel Brobecker  <brobecker@adacore.com>
4764
4765         * infrun.c (follow_fork, displaced_step_prepare, resume): Remove
4766         trailing new-line at end of warning message.
4767         (proceed): Add i18n marker to error messages.
4768
4769 2015-08-07  Pedro Alves  <palves@redhat.com>
4770
4771         * linux-nat.c (linux_nat_always_non_stop_p): Return 1.
4772
4773 2015-08-07  Pedro Alves  <palves@redhat.com>
4774
4775         * s390-linux-tdep.c (is_non_branch_ril)
4776         (s390_displaced_step_copy_insn): New functions.
4777         (s390_displaced_step_fixup): Update comment.
4778         (s390_gdbarch_init): Install s390_displaced_step_copy_insn as
4779         gdbarch_displaced_step_copy_insn hook.
4780
4781 2015-08-07  Pedro Alves  <palves@redhat.com>
4782
4783         * infrun.c (displaced_step_prepare_throw): Return -1 if
4784         gdbarch_displaced_step_copy_insn returns NULL.  Update intro
4785         comment.
4786         * rs6000-tdep.c (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION)
4787         (STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION): Move higher up
4788         in file.
4789         (ppc_displaced_step_copy_insn): New function.
4790         (ppc_displaced_step_fixup): Update comment.
4791         (rs6000_gdbarch_init): Install ppc_displaced_step_copy_insn as
4792         gdbarch_displaced_step_copy_insn hook.
4793         * gdbarch.sh (displaced_step_copy_insn): Document what happens on
4794         NULL return.
4795         * gdbarch.h: Regenerate.
4796
4797 2015-08-07  Pedro Alves  <palves@redhat.com>
4798
4799         * inferior.h (struct inferior) <displaced_stepping_failed>: New
4800         field.
4801         * infrun.c (use_displaced_stepping_now_p): New parameter 'inf'.
4802         Return false if dispaced stepping failed before.
4803         (resume): Pass the current inferior to
4804         use_displaced_stepping_now_p.  Wrap displaced_step_prepare in
4805         TRY/CATCH.  If we get a MEMORY_ERROR, set the inferior's
4806         displaced_stepping_failed flag, and fall back to an in-line
4807         step-over.
4808
4809 2015-08-07  Pedro Alves  <palves@redhat.com>
4810
4811         * darwin-nat.c (darwin_stop): Rename to ...
4812         (darwin_interrupt): ... this.
4813         (_initialize_darwin_inferior): Adjust.
4814         * gnu-nat.c (gnu_stop): Delete.
4815         (gnu_target): Don't install gnu_stop.
4816         * inf-ptrace.c (inf_ptrace_stop): Rename to ...
4817         (inf_ptrace_interrupt): ... this.
4818         (inf_ptrace_target): Adjust.
4819         * infcmd.c (interrupt_target_1): Use target_interrupt instead of
4820         target_stop.
4821         * linux-nat (linux_nat_stop): Rename to ...
4822         (linux_nat_interrupt): ... this.
4823         (linux_nat_stop): Reimplement.
4824         (linux_nat_add_target): Install linux_nat_interrupt.
4825         * nto-procfs.c (nto_interrupt_twice): Rename to ...
4826         (nto_handle_sigint_twice): ... this.
4827         (nto_interrupt): Rename to ...
4828         (nto_handle_sigint): ... this.  Call target_interrupt instead of
4829         target_stop.
4830         (procfs_wait): Adjust.
4831         (procfs_stop): Rename to ...
4832         (procfs_interrupt): ... this.
4833         (init_procfs_targets): Adjust.
4834         * procfs.c (procfs_stop): Rename to ...
4835         (procfs_interrupt): ... this.
4836         (procfs_target): Adjust.
4837         * remote-m32r-sdi.c (m32r_stop): Rename to ...
4838         (m32r_interrupt): ... this.
4839         (init_m32r_ops): Adjust.
4840         * remote-sim.c (gdbsim_stop_inferior): Rename to ...
4841         (gdbsim_interrupt_inferior): ... this.
4842         (gdbsim_stop): Rename to ...
4843         (gdbsim_interrupt): ... this.
4844         (gdbsim_cntrl_c): Adjust.
4845         (init_gdbsim_ops): Adjust.
4846         * remote.c (sync_remote_interrupt): Adjust comments.
4847         (remote_stop_as): Rename to ...
4848         (remote_interrupt_as): ... this.
4849         (remote_stop): Adjust comment.
4850         (remote_interrupt): New function.
4851         (init_remote_ops): Install remote_interrupt.
4852         * target.c (target_interrupt): New function.
4853         * target.h (struct target_ops) <to_interrupt>: New field.
4854         (target_interrupt): New declaration.
4855         * windows-nat.c (windows_stop): Rename to ...
4856         (windows_interrupt): ... this.
4857         * target-delegates.c: Regenerate.
4858
4859 2015-08-07  Pedro Alves  <palves@redhat.com>
4860
4861         * signal-while-stepping-over-bp-other-thread.exp: Expect "restart
4862         threads" as alternative to "switching back to stepped thread".
4863
4864 2015-08-07  Pedro Alves  <palves@redhat.com>
4865
4866         * NEWS: Mention "maint set/show target-non-stop".
4867         * breakpoint.c (update_global_location_list): Check
4868         target_is_non_stop_p instead of non_stop.
4869         * infcmd.c (attach_command_post_wait, attach_command): Likewise.
4870         * infrun.c (show_can_use_displaced_stepping)
4871         (can_use_displaced_stepping_p, start_step_over_inferior):
4872         Likewise.
4873         (internal_resume_ptid): New function.
4874         (resume): Use it.
4875         (proceed): Check target_is_non_stop_p instead of non_stop.  If in
4876         all-stop mode but the target is always in non-stop mode, start all
4877         the other threads that are implicitly resumed too.
4878         (for_each_just_stopped_thread, fetch_inferior_event)
4879         (adjust_pc_after_break, stop_all_threads): Check
4880         target_is_non_stop_p instead of non_stop.
4881         (handle_inferior_event): Likewise.  Handle detach-fork in all-stop
4882         with the target always in non-stop mode.
4883         (handle_signal_stop) <random signal>: Check target_is_non_stop_p
4884         instead of non_stop.
4885         (switch_back_to_stepped_thread): Check target_is_non_stop_p
4886         instead of non_stop.
4887         (keep_going_stepped_thread): Use internal_resume_ptid.
4888         (stop_waiting): If in all-stop mode, and the target is in non-stop
4889         mode, stop all threads.
4890         (keep_going_pass): Likewise, when starting a new in-line step-over
4891         sequence.
4892         * linux-nat.c (get_pending_status, select_event_lwp)
4893         (linux_nat_filter_event, linux_nat_wait_1, linux_nat_wait): Check
4894         target_is_non_stop_p instead of non_stop.
4895         (linux_nat_always_non_stop_p): New function.
4896         (linux_nat_stop): Check target_is_non_stop_p instead of non_stop.
4897         (linux_nat_add_target): Install linux_nat_always_non_stop_p.
4898         * target-delegates.c: Regenerate.
4899         * target.c (target_is_non_stop_p): New function.
4900         (target_non_stop_enabled, target_non_stop_enabled_1): New globals.
4901         (maint_set_target_non_stop_command)
4902         (maint_show_target_non_stop_command): New functions.
4903         (_initilize_target): Install "maint set/show target-non-stop"
4904         commands.
4905         * target.h (struct target_ops) <to_always_non_stop_p>: New field.
4906         (target_non_stop_enabled): New declaration.
4907         (target_is_non_stop_p): New declaration.
4908
4909 2015-08-07  Pedro Alves  <pedro@codesourcery.com>
4910
4911         * breakpoint.c (breakpoints_should_be_inserted_now): If any thread
4912         has a pending status, return true.
4913         * gdbthread.h: Include target/waitstatus.h.
4914         (struct thread_suspend_state) <stop_reason, waitstatus_pending_p,
4915         stop_pc>: New fields.
4916         (struct thread_info) <resumed>: New field.
4917         (set_resumed): Declare.
4918         * infrun.c: Include "event-loop.h".
4919         (infrun_async_inferior_event_token, infrun_is_async): New globals.
4920         (infrun_async): New function.
4921         (clear_step_over_info): Add debug output.
4922         (displaced_step_in_progress_any_inferior): New function.
4923         (displaced_step_fixup): New returns int.
4924         (start_step_over): Handle in-line step-overs too.  Assert the
4925         thread is marked resumed.
4926         (resume_cleanups): Clear the thread's resumed flag.
4927         (resume): Set the thread's resumed flag.  Return early if the
4928         thread has a pending status.  Allow stepping a breakpoint with no
4929         signal.
4930         (proceed): Adjust to check 'resumed' instead of 'executing'.
4931         (clear_proceed_status_thread): If the thread has a pending status,
4932         and that status is a finished step, discard the pending status.
4933         (clear_proceed_status): Don't clear step_over_info here.
4934         (random_pending_event_thread, do_target_wait): New functions.
4935         (prepare_for_detach, wait_for_inferior, fetch_inferior_event): Use
4936         do_target_wait.
4937         (wait_one): New function.
4938         (THREAD_STOPPED_BY): New macro.
4939         (thread_stopped_by_watchpoint, thread_stopped_by_sw_breakpoint)
4940         (thread_stopped_by_hw_breakpoint): New functions.
4941         (switch_to_thread_cleanup, save_waitstatus, stop_all_threads): New
4942         functions.
4943         (handle_inferior_event): Also call set_resumed(false) on all
4944         threads implicitly stopped by the event.
4945         (restart_threads, resumed_thread_with_pending_status): New
4946         functions.
4947         (finish_step_over): If we were doing an in-line step-over before,
4948         and no longer are after trying to start a new step-over, restart
4949         all threads.  If we have multiple threads with pending events,
4950         save the current event and go through the event loop again.
4951         (handle_signal_stop): Return early if finish_step_over returns
4952         false.
4953         <random signal>: If we get a signal while stepping over a
4954         breakpoint in-line in non-stop mode, restart all threads.  Clear
4955         step_over_info before delivering the signal.
4956         (keep_going_stepped_thread): Use internal_error instead of
4957         gdb_assert.  Mark the thread as resumed.
4958         (keep_going_pass_signal): Assert the thread isn't already resumed.
4959         If some other thread is doing an in-line step-over, defer the
4960         resume.  If we just started a new in-line step-over, stop all
4961         threads.  Don't clear step_over_info.
4962         (infrun_async_inferior_event_handler): New function.
4963         (_initialize_infrun): Create async event handler with
4964         infrun_async_inferior_event_handler as callback.
4965         (infrun_async): New declaration.
4966         * target.c (target_async): New function.
4967         * target.h (target_async): Declare macro and readd as function
4968         declaration.
4969         * target/waitstatus.h (enum target_stop_reason)
4970         <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
4971         * thread.c (new_thread): Clear the new waitstatus field.
4972         (set_resumed): New function.
4973
4974 2015-08-07  Pedro Alves  <palves@redhat.com>
4975
4976         * infrun.c (keep_going_stepped_thread): New function, factored out
4977         from ...
4978         (switch_back_to_stepped_thread): ... here.
4979
4980 2015-08-07  Pedro Alves  <palves@redhat.com>
4981
4982         * infrun.c (currently_stepping): Extend intro comment.
4983         * target.h (target_resume): Extend intro comment.
4984
4985 2015-08-07  Pedro Alves  <palves@redhat.com>
4986
4987         * infrun.c (switch_back_to_stepped_thread): Use ecs->ptid instead
4988         of inferior_ptid.  If the stepped thread vanished, return 0
4989         instead of resuming here.  Use reset_ecs.  Print the prev_pc and
4990         the current stop_pc in log message.  Clear trap_expected if the
4991         thread advanced.  Don't pass currently_stepping to
4992         do_target_resume.
4993
4994 2015-08-07  Pedro Alves  <palves@redhat.com>
4995
4996         * gdbthread.h (struct thread_info) <prev_pc>: Extend comment.
4997         * infrun.c (struct execution_control_state): Move higher up in the
4998         file.
4999         (reset_ecs): New function.
5000         (start_step_over): Now returns int.  Rewrite to use
5001         keep_going_pass_signal instead of manually starting a displaced step.
5002         (resume): Don't call set_running here.  If displaced stepping
5003         can't start now, clear trap_expected.
5004         (find_thread_needs_step_over): Delete function.
5005         (proceed): Set up finish_thread_state_cleanup.  Call set_running.
5006         If the current thread needs a step over, push it in the step-over
5007         chain.  Don't set insert breakpoints nor call resume directly
5008         here.  Instead rewrite to use start_step_over and
5009         keep_going_pass_signal.
5010         (finish_step_over): New function.
5011         (handle_signal_stop): Call finish_step_over instead of
5012         start_step_over.
5013         (switch_back_to_stepped_thread): If the event thread needs another
5014         step-over do that first.  Use start_step_over.
5015         (keep_going_pass_signal): New function, factored out from ...
5016         (keep_going): ... here.
5017         (_initialize_infrun): Comment moved here.
5018         * thread.c (set_running_thread): New function.
5019         (set_running, finish_thread_state): Use set_running_thread.
5020
5021 2015-08-07  Pedro Alves  <palves@redhat.com>
5022
5023         * gdbthread.h (struct thread_info) <step_over_prev,
5024         step_over_next>: New fields.
5025         (thread_step_over_chain_enqueue, thread_step_over_chain_remove)
5026         (thread_step_over_chain_next, thread_is_in_step_over_chain): New
5027         declarations.
5028         * infrun.c (struct displaced_step_request): Delete.
5029         (struct displaced_step_inferior_state) <step_request_queue>:
5030         Delete field.
5031         (displaced_step_prepare): Assert that trap_expected is set.  Use
5032         thread_step_over_chain_enqueue.  Split starting a new displaced
5033         step to ...
5034         (start_step_over): ... this new function.
5035         (resume): Assert the thread isn't waiting for a step over already.
5036         (proceed): Assert the thread isn't waiting for a step over
5037         already.
5038         (infrun_thread_stop_requested): Adjust to remove threads from the
5039         embedded step-over chain.
5040         (handle_inferior_event) <fork/vfork>: Call start_step_over after
5041         displaced_step_fixup.
5042         (handle_signal_stop): Call start_step_over after
5043         displaced_step_fixup.
5044         * infrun.h (step_over_queue_head): New declaration.
5045         * thread.c (step_over_chain_enqueue, step_over_chain_remove)
5046         (thread_step_over_chain_next, thread_is_in_step_over_chain)
5047         (thread_step_over_chain_enqueue)
5048         (thread_step_over_chain_remove): New functions.
5049         (delete_thread_1): Remove thread from the step-over chain.
5050
5051 2015-08-07  Pedro Alves  <palves@redhat.com>
5052
5053         * infrun.c (thread_still_needs_step_over): Rename to ...
5054         (thread_still_needs_step_over_bp): ... this.
5055         (enum step_over_what): New.
5056         (thread_still_needs_step_over): Reimplement.
5057
5058 2015-08-07  Pedro Alves  <palves@redhat.com>
5059
5060         * remote.c (remote_wait_as): If not waiting for a stop reply,
5061         return TARGET_WAITKIND_NO_RESUMED.  If TARGET_WNOHANG is
5062         requested, don't block waiting forever.
5063
5064 2015-08-07  Pedro Alves  <pedro@codesourcery.com>
5065
5066         * infrun.c (adjust_pc_after_break): Now takes thread_info and
5067         waitstatus pointers instead of an ecs.  Adjust.
5068         (handle_inferior_event): Adjust caller.
5069
5070 2015-08-07  Pedro Alves  <palves@redhat.com>
5071
5072         * infrun.c (handle_inferior_event): If we get
5073         TARGET_WAITKIND_SIGNALLED or TARGET_WAITKIND_EXITED in non-stop
5074         mode, mark all threads of the exiting process as not-executing.
5075         (normal_stop): If we get TARGET_WAITKIND_SIGNALLED or
5076         TARGET_WAITKIND_EXITED in non-stop mode, finish all threads of the
5077         exiting process, if inferior_ptid still points at a process.
5078         * thread.c (struct current_thread_cleanup) <next>: New field.
5079         (current_thread_cleanup_chain): New global.
5080         (restore_current_thread_ptid_changed): New function.
5081         (restore_current_thread_cleanup_dtor): Remove the cleanup from the
5082         current_thread_cleanup_chain list.
5083         (make_cleanup_restore_current_thread): Add the cleanup data to the
5084         current_thread_cleanup_chain list.
5085         (_initialize_thread): Install restore_current_thread_ptid_changed
5086         as thread_ptid_changed observer.
5087
5088 2015-08-07  Joel Brobecker  <brobecker@adacore.com>
5089
5090         * dtrace-probe.c (dtrace_process_dof): Ignore the objfile's DOF
5091         data if a DTRACE_DOF_SECT_TYPE_PROVIDER section is found to be
5092         smaller than expected.
5093
5094 2015-08-07  Andrew Burgess  <andrew.burgess@embecosm.com>
5095
5096         * stack.c (get_frame_language): Moved ...
5097         * frame.c (get_frame_language): ... to here.
5098         * language.h (get_frame_language): Declaration moved to frame.h.
5099         * frame.h: Add language.h include, for language enum.
5100         (get_frame_language): Declaration moved from language.h.
5101         * language.c: Add frame.h include.
5102         * top.c: Add frame.h include.
5103         * symtab.h (struct obj_section): Declare.
5104         (struct cmd_list_element): Declare.
5105
5106 2015-08-07  Andrew Burgess  <andrew.burgess@embecosm.com>
5107
5108         * language.c (show_language_command): Find selected frame before
5109         asking for the language of that frame.
5110         (set_language_command): Likewise.
5111         * language.h (get_frame_language): Add frame parameter.
5112         * stack.c (get_frame_language): Add frame parameter, assert
5113         parameter is not NULL, update comment and reindent.
5114         * top.c (check_frame_language_change): Pass the selected frame
5115         into get_frame_language.
5116
5117 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
5118
5119         * btrace.c (btrace_compute_ftrace_bts): Clear insn flags.
5120         (pt_btrace_insn_flags): New.
5121         (ftrace_add_pt): Call pt_btrace_insn_flags.
5122         * btrace.h (btrace_insn_flag): New.
5123         (btrace_insn) <flags>: New.
5124         * record-btrace.c (btrace_insn_history): Print insn prefix.
5125         * NEWS: Announce it.
5126
5127 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
5128
5129         * configure.ac: Check for PERF_ATTR_SIZE_VER5 in linux/perf_event.h
5130         * configure: Regenerate.
5131
5132 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
5133
5134         * Makefile.in (LIBICONV): Define.
5135         (CLIBS): Add LIBICONV.
5136         * acinclude.m4: Use config/iconv.m4 instead of custom AM_ICONV.
5137         * configure: Regenerate.
5138
5139 2015-08-06  Simon Marchi  <simon.marchi@ericsson.com>
5140             Pedro Alves  <palves@redhat.com>
5141
5142         * arm-tdep.c (set_fp_model_sfunc): Add cast from integer to enum.
5143         (arm_set_abi): Likewise.
5144         * ax-general.c (ax_print): Likewise.
5145         * c-exp.y (exp : string_exp): Likewise.
5146         * compile/compile-loc2c.c (compute_stack_depth_worker): Likewise.
5147         (do_compile_dwarf_expr_to_c): Likewise.
5148         * cp-name-parser.y (demangler_special : DEMANGLER_SPECIAL start):
5149         Likewise.
5150         * dwarf2expr.c (execute_stack_op): Likewise.
5151         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
5152         (disassemble_dwarf_expression): Likewise.
5153         * dwarf2read.c (dwarf2_add_member_fn): Likewise.
5154         (read_array_order): Likewise.
5155         (abbrev_table_read_table): Likewise.
5156         (read_attribute_value): Likewise.
5157         (skip_unknown_opcode): Likewise.
5158         (dwarf_decode_macro_bytes): Likewise.
5159         (dwarf_decode_macros): Likewise.
5160         * eval.c (value_f90_subarray): Likewise.
5161         * guile/scm-param.c (gdbscm_make_parameter): Likewise.
5162         * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
5163         * infrun.c (handle_command): Likewise.
5164         * memory-map.c (memory_map_start_memory): Likewise.
5165         * osabi.c (set_osabi): Likewise.
5166         * parse.c (operator_length_standard): Likewise.
5167         * ppc-linux-tdep.c (ppc_canonicalize_syscall): Likewise, and use
5168         single return point.
5169         * python/py-frame.c (gdbpy_frame_stop_reason_string): Likewise.
5170         * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
5171         (gdbpy_lookup_global_symbol): Likewise.
5172         * record-full.c (record_full_restore): Likewise.
5173         * regcache.c (regcache_register_status): Likewise.
5174         (regcache_raw_read): Likewise.
5175         (regcache_cooked_read): Likewise.
5176         * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
5177         * symtab.c (initialize_ordinary_address_classes): Likewise.
5178         * target-debug.h (target_debug_print_signals): Likewise.
5179         * utils.c (do_restore_current_language): Likewise.
5180
5181 2015-08-06  Clem Dickey  <clemd@acm.org>
5182
5183         PR python/17136
5184         * python/lib/gdb/command/type_printers.py (InfoTypePrinter): Fix typo.
5185
5186 2015-08-06  Simon Marchi  <simon.marchi@ericsson.com>
5187
5188         * complaints.c (enum complaint_series): Add newlines and remove
5189         out of date comment.
5190         (struct complaints) <series>: Change type to enum
5191         complaint_series and remove out of date comment.
5192         (symfile_complaint_hook): Use equivalent enum value
5193         ISOLATED_MESSAGE instead of 0.
5194
5195 2015-08-06  Pedro Alves  <palves@redhat.com>
5196
5197         * nat/linux-waitpid.c (my_waitpid): Only print *status if waitpid
5198         returned > 0.
5199
5200 2015-08-06  Pierre Langlois  <pierre.langlois@arm.com>
5201
5202         * common/agent.c (symbol_list) <required>: Remove.
5203
5204 2015-08-06  Pedro Alves  <palves@redhat.com>
5205
5206         * target/waitstatus.h (enum target_stop_reason)
5207         <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
5208
5209 2015-08-05  Pedro Alves  <palves@redhat.com>
5210             Joel Brobecker  <brobecker@adacore.com>
5211
5212         * breakpoint.c (bpstat_what) <bp_longjmp, bp_longjmp_call_dummy>
5213         <bp_exception, bp_longjmp_resume, bp_exception_resume>: Handle the
5214         case where BS->STOP is not set.
5215
5216 2015-08-05  Ulrich Weigand  <uweigand@de.ibm.com>
5217
5218         * nat/gdb_thread_db.h: Add copyright header.
5219         Protect against multiple inclusion.
5220
5221 2015-08-05  Yao Qi  <yao.qi@linaro.org>
5222
5223         * aarch64-linux-nat.c (get_thread_id): Remove.
5224         (debug_reg_change_callback): Call ptid_get_lwp instead of
5225         get_thread_id.
5226         (fetch_gregs_from_thread): Likewise.
5227         (store_gregs_to_thread): Likewise.
5228         (fetch_fpregs_from_thread): Likewise.
5229         (store_fpregs_to_thread): Likewise.
5230         (aarch64_linux_get_debug_reg_capacity): Likewise.
5231         * arm-linux-nat.c (get_thread_id): Remove.
5232         (GET_THREAD_ID): Update macro to use ptid_get_lwp.
5233         * xtensa-linux-nat.c (get_thread_id): Remove.
5234         (GET_THREAD_ID): Update macro to use ptid_get_lwp.
5235         * arm-linux-nat.c (get_thread_id): Remove.
5236         (GET_THREAD_ID): Remove.
5237         (fetch_fpregs): Call ptid_get_lwp instead of GET_THREAD_ID.
5238         (store_fpregs, fetch_regs, store_regs): Likewise.
5239         (fetch_wmmx_regs, store_wmmx_regs): Likewise.
5240         (fetch_vfp_regs, store_vfp_regs): Likewise.
5241         (arm_linux_read_description): Likewise.
5242         (arm_linux_get_hwbp_cap): Likewise.
5243         * xtensa-linux-nat.c (get_thread_id): Remove.
5244         (GET_THREAD_ID): Remove.
5245         (fetch_gregs, store_gregs): Call ptid_get_lwp instead of
5246         GET_THREAD_ID.
5247
5248 2015-08-04  Ciro Santilli  <ciro.santilli@gmail.com>  (obvious patch)
5249
5250         * python/py-linetable.c: Fix case of Linetable to LineTable
5251         in docstrings and code comments.
5252         * python/py-symtab.c: Same.
5253
5254 2015-08-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
5255
5256         * infcmd.c (signal_command): Call do_cleanups for args_chain.
5257
5258 2015-08-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
5259
5260         PR gdb/18767
5261         * infcmd.c (attach_command): Move ARGS_CHAIN cleanup after last ARGS
5262         use.
5263
5264 2015-08-04  Pedro Alves  <palves@redhat.com>
5265
5266         * nat/gdb_thread_db.h (td_init_ftype, td_ta_new_ftype)
5267         (td_ta_map_lwp2thr_ftype, td_ta_thr_iter_ftype)
5268         (td_ta_event_addr_ftype, td_ta_set_event_ftype)
5269         (td_ta_clear_event_ftype, td_ta_event_getmsg_ftype)
5270         (td_thr_validate_ftype, td_thr_get_info_ftype)
5271         (td_thr_event_enable_ftype, td_thr_tls_get_addr_ftype)
5272         (td_thr_tlsbase_ftype, td_symbol_list_ftype, td_ta_delete_ftype):
5273         New typedefs.
5274         * linux-thread-db.c (struct thread_db_info): Use new typedefs.
5275         (try_thread_db_load_1): Define TDB_VERBOSE_DLSYM, TDB_DLSYM , CHK
5276         local macros and use them instead of verbose_dlsym and dlsym
5277         calls.
5278
5279 2015-08-03  Sandra Loosemore  <sandra@codesourcery.com>
5280
5281         * nios2-tdep.h: Include opcode/nios2.h here.
5282         (NIOS2_CDX_OPCODE_SIZE): New.
5283         (struct gdbarch_tdep): Add OP parameter to syscall_next_pc.
5284         * nios2-tdep.c: Don't include opcode/nios2.h here.
5285         (nios2_fetch_insn): For R2, try reading 2-byte instruction if
5286         4-byte read fails.
5287         (nios2_match_add, nios2_match_sub): Add cases for R2 encodings.
5288         (nios2_match_addi, nios2_match_orhi): Likewise.
5289         (nios2_match_stw, nios2_match_ldw): Likewise.
5290         (nios2_match_rdctl): Likewise.
5291         (nios2_match_stwm, nios2_match_ldwm): New.
5292         (nios2_match_branch): Add cases for R2 encodings.
5293         (nios2_match_jmpi, nios2_match_calli): Likewise.
5294         (nios2_match_jmpr, nios2_match_callr): Likewise.
5295         (nios2_match_break, nios2_match_trap): Likewise.
5296         (nios2_in_epilogue_p): Add R2 support.
5297         (nios2_analyze_prologue): Update comments.  Recognize R2 CDX
5298         prologues.
5299         (nios2_breakpoint_from_pc): Handle R2 instructions.
5300         (nios2_get_next_pc): Likewise.  Adjust call to
5301         tdep->syscall_next_pc.
5302         * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame):
5303         Renamed from nios2_linux_rt_sigreturn_tramp_frame.  Use
5304         instruction field macros instead of literal hex values.
5305         (nios2_r2_linux_rt_sigreturn_tramp_frame): New.
5306         (nios2_linux_syscall_next_pc): Adjust signature to pass OP.
5307         Use size field from OP instead of assuming all instructions
5308         are the same size.
5309         (nios2_linux_init_abi): Register appropriate unwinder for mach.
5310
5311 2015-08-03  Ulrich Weigand  <uweigand@de.ibm.com>
5312
5313         * cp-namespace.c (cp_lookup_symbol_via_imports): Fix uninitialized
5314         variable warning with some compilers.
5315
5316 2015-08-03  Yao Qi  <yao.qi@linaro.org>
5317
5318         * arm-linux-nat.c (arm_linux_get_hwbp_type): Capitalize "type"
5319         in comment.  Replace "rw" with "type".
5320         (arm_linux_remove_watchpoint): Change type of "rw" to
5321         "enum target_hw_bp_type".
5322
5323 2015-08-02  Pierre-Marie de Rodat  <derodat@adacore.com>
5324
5325         * alpha-mdebug-tdep.c (find_proc_desc): Update call to
5326         lookup_symbol.
5327         * ft32-tdep.c (ft32_skip_prologue): Likewise.
5328         * moxie-tdep.c (moxie_skip_prologue): Likewise.
5329         * mt-tdep.c (mt_skip_prologue): Likewise.
5330         * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
5331
5332 2015-08-01  Pierre-Marie de Rodat  <derodat@adacore.com>
5333
5334         * ada-exp.y (write_object_renaming): Replace struct
5335         ada_symbol_info with struct block_symbol.  Update field
5336         references accordingly.
5337         (block_lookup, select_possible_type_sym): Likewise.
5338         (find_primitive_type): Likewise.  Also update call to
5339         ada_lookup_symbol to extract the symbol itself.
5340         (write_var_or_type, write_name_assoc): Likewise.
5341         * ada-lang.h (struct ada_symbol_info): Remove.
5342         (ada_lookup_symbol_list): Replace struct ada_symbol_info with
5343         struct block_symbol.
5344         (ada_lookup_encoded_symbol, user_select_syms): Likewise.
5345         (ada_lookup_symbol): Return struct block_symbol instead of a
5346         mere symbol.
5347         * ada-lang.c (defns_collected): Replace struct ada_symbol_info
5348         with struct block_symbol.
5349         (resolve_subexp, ada_resolve_function, sort_choices,
5350         user_select_syms, is_nonfunction, add_defn_to_vec,
5351         num_defns_collected, defns_collected,
5352         symbols_are_identical_enums, remove_extra_symbols,
5353         remove_irrelevant_renamings, add_lookup_symbol_list_worker,
5354         ada_lookup_symbol_list, ada_iterate_over_symbols,
5355         ada_lookup_encoded_symbol, get_var_value): Likewise.
5356         (ada_lookup_symbol): Return a block_symbol instead of a mere
5357         symbol.  Replace struct ada_symbol_info with struct
5358         block_symbol.
5359         (ada_lookup_symbol_nonlocal): Likewise.
5360         (standard_lookup): Make block passing explicit through
5361         lookup_symbol_in_language.
5362         * ada-tasks.c (get_tcb_types_info): Update the calls to
5363         lookup_symbol_in_language to extract the mere symbol out of the
5364         returned value.
5365         (ada_tasks_inferior_data_sniffer): Likewise.
5366         * ax-gdb.c (gen_static_field): Likewise for the call to
5367         lookup_symbol.
5368         (gen_maybe_namespace_elt): Deal with struct block_symbol from
5369         lookup functions.
5370         (gen_expr): Likewise.
5371         * c-exp.y: Likewise.  Remove uses of block_found.
5372         (lex_one_token, classify_inner_name, c_print_token): Likewise.
5373         (classify_name): Likewise.  Rename the "sym" local variable to
5374         "bsym".
5375         * c-valprint.c (print_unpacked_pointer): Likewise.
5376         * compile/compile-c-symbols.c (convert_symbol_sym): Promote the
5377         "sym" parameter from struct symbol * to struct block_symbol.
5378         Use it to remove uses of block_found.  Deal with struct
5379         block_symbol from lookup functions.
5380         (gcc_convert_symbol): Likewise.  Update the call to
5381         convert_symbol_sym.
5382         * compile/compile-object-load.c (compile_object_load): Deal with
5383         struct block_symbol from lookup functions.
5384         * cp-namespace.c (cp_lookup_nested_symbol_1,
5385         cp_lookup_nested_symbol, cp_lookup_bare_symbol,
5386         cp_search_static_and_baseclasses,
5387         cp_lookup_symbol_in_namespace, cp_lookup_symbol_via_imports,
5388         cp_lookup_symbol_imports_or_template,
5389         cp_lookup_symbol_via_all_imports, cp_lookup_symbol_namespace,
5390         lookup_namespace_scope, cp_lookup_nonlocal,
5391         find_symbol_in_baseclass): Return struct block_symbol instead of
5392         mere symbols and deal with struct block_symbol from lookup
5393         functions.
5394         * cp-support.c (inspect_type, replace_typedefs,
5395         cp_lookup_rtti_type): Deal with struct block_symbol from
5396         lookup functions.
5397         * cp-support.h (cp_lookup_symbol_nonlocal,
5398         cp_lookup_symbol_from_namespace,
5399         cp_lookup_symbol_imports_or_template, cp_lookup_nested_symbol):
5400         Return struct block_symbol instead of mere symbols.
5401         * d-exp.y (d_type_from_name, d_module_from_name, push_variable,
5402         push_module_name):
5403         Deal with struct block_symbol from lookup functions.  Remove
5404         uses of block_found.
5405         * eval.c (evaluate_subexp_standard): Update call to
5406         cp_lookup_symbol_namespace.
5407         * f-exp.y: Deal with struct block_symbol from lookup functions.
5408         Remove uses of block_found.
5409         (yylex): Likewise.
5410         * gdbtypes.c (lookup_typename, lookup_struct, lookup_union,
5411         lookup_enum, lookup_template_type, check_typedef): Deal with
5412         struct block_symbol from lookup functions.
5413         * guile/scm-frame.c (gdbscm_frame_read_var): Likewise.
5414         * guile/scm-symbol.c (gdbscm_lookup_symbol): Likewise.
5415         (gdbscm_lookup_global_symbol): Likewise.
5416         * gnu-v3-abi.c (gnuv3_get_typeid_type): Likewise.
5417         * go-exp.y: Likewise.  Remove uses of block_found.
5418         (package_name_p, classify_packaged_name, classify_name):
5419         Likewise.
5420         * infrun.c (insert_exception_resume_breakpoint): Likewise.
5421         * jv-exp.y (push_variable): Likewise.
5422         * jv-lang.c (java_lookup_class, get_java_object_type): Likewise.
5423         * language.c (language_bool_type): Likewise.
5424         * language.h (struct language_defn): Update
5425         la_lookup_symbol_nonlocal to return a struct block_symbol rather
5426         than a mere symbol.
5427         * linespec.c (find_label_symbols): Deal with struct block_symbol
5428         from lookup functions.
5429         * m2-exp.y: Likewise.  Remove uses of block_found.
5430         (yylex): Likewise.
5431         * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
5432         * objc-lang.c (lookup_struct_typedef, find_imps): Likewise.
5433         * p-exp.y: Likewise.  Remove uses of block_found.
5434         (yylex): Likewise.
5435         * p-valprint.c (pascal_val_print): Likewise.
5436         * parse.c (write_dollar_variable): Likewise.  Remove uses of
5437         block_found.
5438         * parser-defs.h (struct symtoken): Turn the SYM field into a
5439         struct block_symbol.
5440         * printcmd.c (address_info): Deal with struct block_symbol from
5441         lookup functions.
5442         * python/py-frame.c (frapy_read_var): Likewise.
5443         * python/py-symbol.c (gdbpy_lookup_symbol,
5444         gdbpy_lookup_global_symbol): Likewise.
5445         * skip.c (skip_function_command): Likewise.
5446         * solib-darwin.c (darwin_lookup_lib_symbol): Return a struct
5447         block_symbol instead of a mere symbol.
5448         * solib-spu.c (spu_lookup_lib_symbol): Likewise.
5449         * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
5450         * solib.c (solib_global_lookup): Likewise.
5451         * solist.h (solib_global_lookup): Likewise.
5452         (struct target_so_ops): Update lookup_lib_global_symbol to
5453         return a struct block_symbol rather than a mere symbol.
5454         * source.c (select_source_symtab): Deal with struct block_symbol
5455         from lookup functions.
5456         * stack.c (print_frame_args, iterate_over_block_arg_vars):
5457         Likewise.
5458         * symfile.c (set_initial_language): Likewise.
5459         * symtab.c (SYMBOL_LOOKUP_FAILED): Turn into a struct
5460         block_symbol.
5461         (SYMBOL_LOOKUP_FAILED_P): New predicate as a macro.
5462         (struct symbol_cache_slot): Turn the FOUND field into a struct
5463         block_symbol.
5464         (block_found): Remove.
5465         (eq_symbol_entry): Update to deal with struct block_symbol in
5466         cache slots.
5467         (symbol_cache_lookup): Return a struct block_symbol rather than
5468         a mere symbol.
5469         (symbol_cache_mark_found): Add a BLOCK parameter to fill
5470         appropriately the cache slots.  Update callers.
5471         (symbol_cache_dump): Update cache slots handling to the type
5472         change.
5473         (lookup_symbol_in_language, lookup_symbol, lookup_language_this,
5474         lookup_symbol_aux, lookup_local_symbol,
5475         lookup_symbol_in_objfile, lookup_global_symbol_from_objfile,
5476         lookup_symbol_in_objfile_symtabs,
5477         lookup_symbol_in_objfile_from_linkage_name,
5478         lookup_symbol_via_quick_fns, basic_lookup_symbol_nonlocal,
5479         lookup_symbol_in_static_block, lookup_static_symbol,
5480         lookup_global_symbol):
5481         Return a struct block_symbol rather than a mere symbol.  Deal
5482         with struct block_symbol from other lookup functions.  Remove
5483         uses of block_found.
5484         (lookup_symbol_in_block): Remove uses of block_found.
5485         (struct global_sym_lookup_data): Turn the RESULT field into a
5486         struct block_symbol.
5487         (lookup_symbol_global_iterator_cb): Update references to the
5488         RESULT field.
5489         (search_symbols): Deal with struct block_symbol from lookup
5490         functions.
5491         * symtab.h (struct block_symbol): New structure.
5492         (block_found): Remove.
5493         (lookup_symbol_in_language, lookup_symbol,
5494         basic_lookup_symbol_nonlocal, lookup_symbol_in_static_block,
5495         lookup_static_symbol, lookup_global_symbol, lookup_language_this,
5496         lookup_global_symbol_from_objfile): Return a struct block_symbol
5497         rather than just a mere symbol.  Update comments to remove
5498         mentions of block_found.
5499         * valops.c (find_function_in_inferior,
5500         value_struct_elt_for_reference, value_maybe_namespace_elt,
5501         value_of_this):  Deal with struct block_symbol from lookup
5502         functions.
5503         * value.c (value_static_field, value_fn_field): Likewise.
5504
5505 2015-07-31  Simon Marchi  <simon.marchi@ericsson.com>
5506
5507         * remote-m32r-sdi.c (m32r_remove_watchpoint): Use enum type
5508         instead of integer.
5509
5510 2015-07-31  Simon Marchi  <simon.marchi@ericsson.com>
5511             Pedro Alves  <palves@redhat.com>
5512
5513         * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): Use enum
5514         type or value instead of integer.
5515         (aarch64_linux_insert_watchpoint): Likewise.
5516         (aarch64_linux_remove_watchpoint): Likewise.
5517         * ada-lang.c (ada_op_print_tab): Likewise.
5518         * amd64-linux-tdep.c (amd64_canonicalize_syscall): Likewise.
5519         (amd64_linux_syscall_record_common): Likewise.
5520         * arch-utils.c (target_byte_order_user): Likewise.
5521         (default_byte_order): Likewise.
5522         * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Likewise.
5523         (arm_linux_get_hwbp_type): Likewise.
5524         (arm_linux_hw_watchpoint_initialize): Likewise.
5525         (arm_linux_insert_watchpoint): Likewise.
5526         * arm-linux-tdep.c (arm_canonicalize_syscall): Likewise.
5527         (arm_linux_syscall_record): Likewise.
5528         * breakpoint.c (update_watchpoint): Likewise.
5529         (breakpoint_here_p): Likewise.
5530         (bpstat_print): Likewise.
5531         (enable_breakpoint_disp): Likewise.
5532         * c-lang.c (c_op_print_tab): Likewise.
5533         * cli/cli-decode.c (add_info_alias): Likewise.
5534         * d-lang.c (d_op_print_tab): Likewise.
5535         * eval.c (evaluate_subexp_standard): Likewise.
5536         * f-exp.y (dot_ops): Likewise.
5537         (f77_keywords): Likewise.
5538         * f-lang.c (f_op_print_tab): Likewise.
5539         * go-lang.c (go_op_print_tab): Likewise.
5540         * guile/scm-breakpoint.c (gdbscm_make_breakpoint): Likewise.
5541         * guile/scm-cmd.c (gdbscm_make_command): Likewise.
5542         * guile/scm-param.c (gdbscm_make_parameter): Likewise.
5543         * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Likewise.
5544         * guile/scm-string.c (struct scm_to_stringn_data): Likewise.
5545         (struct scm_from_stringn_data): Likewise.
5546         * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
5547         * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
5548         (ia64_linux_remove_watchpoint): Likewise.
5549         (ia64_linux_can_use_hw_breakpoint): Likewise.
5550         * infrun.c (print_stop_event): Likewise.
5551         * jv-lang.c (java_op_print_tab): Likewise.
5552         * linux-nat.c (linux_proc_xfer_partial): Likewise.
5553         * linux-nat.h (struct lwp_info): Likewise.
5554         * linux-thread-db.c (enable_thread_event): Likewise.
5555         * m2-lang.c (m2_op_print_tab): Likewise.
5556         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise.
5557         (mi_cmd_stack_list_variables): Likewise.
5558         * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
5559         * mi/mi-out.c (mi_table_begin): Likewise.
5560         (mi_table_header): Likewise.
5561         * mips-linux-nat.c (mips_linux_can_use_hw_breakpoint): Likewise.
5562         (mips_linux_insert_watchpoint): Likewise.
5563         (mips_linux_remove_watchpoint): Likewise.
5564         * nat/mips-linux-watch.c (mips_linux_watch_type_to_irw): Likewise.
5565         * nat/mips-linux-watch.h (struct mips_watchpoint): Likewise.
5566         (mips_linux_watch_type_to_irw): Likewise.
5567         * nto-procfs.c (procfs_can_use_hw_breakpoint): Likewise.
5568         (procfs_insert_hw_watchpoint): Likewise.
5569         (procfs_remove_hw_watchpoint): Likewise.
5570         (procfs_hw_watchpoint): Likewise.
5571         (procfs_can_use_hw_breakpoint): Likewise.
5572         (procfs_remove_hw_watchpoint): Likewise.
5573         (procfs_insert_hw_watchpoint): Likewise.
5574         * p-lang.c (pascal_op_print_tab): Likewise.
5575         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): Likewise.
5576         * ppc-linux-tdep.c (ppu2spu_unwind_register): Likewise.
5577         * ppc-sysv-tdep.c (get_decimal_float_return_value): Likewise.
5578         * procfs.c (procfs_can_use_hw_breakpoint): Likewise.
5579         (procfs_insert_watchpoint): Likewise.
5580         (procfs_remove_watchpoint): Likewise.
5581         * psymtab.c (recursively_search_psymtabs): Likewise.
5582         * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint): Likewise.
5583         (m32r_insert_watchpoint): Likewise.
5584         * remote-mips.c (mips_can_use_watchpoint): Likewise.
5585         (mips_insert_watchpoint): Likewise.
5586         (mips_remove_watchpoint): Likewise.
5587         * remote.c (watchpoint_to_Z_packet): Likewise.
5588         (remote_insert_watchpoint): Likewise.
5589         (remote_remove_watchpoint): Likewise.
5590         (remote_check_watch_resources): Likewise.
5591         * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
5592         (s390_remove_watchpoint): Likewise.
5593         (s390_can_use_hw_breakpoint): Likewise.
5594         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
5595         * spu-linux-nat.c (spu_can_use_hw_breakpoint): Likewise.
5596         * target.h (struct target_ops): Likewise.
5597         * tilegx-tdep.c (tilegx_analyze_prologue): Likewise.
5598         * ui-out.c (struct ui_out_hdr): Likewise.
5599         (append_header_to_list): Likewise.
5600         (get_next_header): Likewise.
5601         (verify_field): Likewise.
5602         (ui_out_begin): Likewise.
5603         (ui_out_field_int): Likewise.
5604         (ui_out_field_fmt_int): Likewise.
5605         (ui_out_field_skip): Likewise.
5606         (ui_out_field_string): Likewise.
5607         (ui_out_field_fmt): Likewise.
5608         * varobj.c (new_variable): Likewise.
5609         * x86-nat.c (x86_insert_watchpoint): Likewise.
5610         (x86_remove_watchpoint): Likewise.
5611         (x86_can_use_hw_breakpoint): Likewise.
5612         * xtensa-tdep.h (struct gdbarch_tdep): Likewise.
5613         * inflow.c (enum gdb_has_a_terminal_flag_enum): Add name to
5614         previously anonymous enumeration type..
5615         * linux-record.h (enum gdb_syscall): Add gdb_sys_no_syscall
5616         value.
5617         * target-debug.h (target_debug_print_enum_target_hw_bp_type): New.
5618         (target_debug_print_enum_bptype): New.
5619         * target-delegates.c: Regenerate.
5620
5621 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
5622
5623         * nios2-tdep.c (nios2_analyze_prologue): Do what the comment
5624         already says and disallow non-stack memory writes in the prologue.
5625
5626 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
5627
5628         * nios2-tdep.c (nios2_analyze_prologue): Update comments to
5629         reflect how current GCC emits stack overflow checks.  Match
5630         both trap and break instructions for backward compatbility.
5631         Disallow other trap and break instructions in the prologue.
5632
5633 2015-07-30  Pedro Alves  <palves@redhat.com>
5634
5635         PR threads/18600
5636         * linux-nat.c (wait_lwp): Report to the core when thread group
5637         leader exits.
5638
5639 2015-07-30  Pedro Alves  <palves@redhat.com>
5640             Simon Marchi  <simon.marchi@ericsson.com>
5641
5642         PR threads/18600
5643         * linux-nat.c (linux_handle_extended_wait): On CLONE event, always
5644         mark the new thread as resumed.  Remove STOPPING parameter.
5645         (wait_lwp): Adjust call to linux_handle_extended_wait.
5646         (linux_nat_filter_event): Adjust call to
5647         linux_handle_extended_wait.
5648         (resume_stopped_resumed_lwps): Add debug output.
5649
5650 2015-07-30  Pierre Langlois  <pierre.langlois@arm.com>
5651
5652         * arch-utils.c (default_fast_tracepoint_valid_at): Remove unused
5653         isize argument.
5654         * arch-utils.h (default_fast_tracepoint_valid_at): Likewise.
5655         * breakpoint.c (check_fast_tracepoint_sals): Adjust call to
5656         gdbarch_fast_tracepoint_valid_at.
5657         * gdbarch.sh (fast_tracepoint_valid_at): Remove isize argument.
5658         * gdbarch.h: Regenerate.
5659         * gdbarch.c: Regenerate.
5660         * i386-tdep.c (i386_fast_tracepoint_valid_at): Remove isize
5661         argument.  Do not set it.
5662         * remote.c (remote_download_tracepoint): Adjust call to
5663         gdbarch_fast_tracepoint_valid_at.  Call gdb_insn_length to get
5664         the instruction length.
5665
5666 2015-07-30  Yao Qi  <yao.qi@linaro.org>
5667
5668         * arm-tdep.h (enum gdb_regnum): Move it to ...
5669         * arch/arm.h: ... here.  New file.
5670         * Makefile.in (HFILES_NO_SRCDIR): Add arch/arm.h.
5671
5672 2015-07-30  Pierre Langlois  <pierre.langlois@arm.com>
5673
5674         * aarch64-tdep.c (decode_b): Rename link argument to is_bl.
5675         Change its type to int *.
5676         (decode_br): Rename link argument to is_blr.  Change its type to
5677         int *.
5678         (decode_cb): Rename op argument to is_cbnz.  Change its type to
5679         int *.
5680         (decode_tb): Rename op argument to is_tbnz.  Change its type to
5681         int *.  Set is_tbnz to either 1 or 0.
5682         (aarch64_analyze_prologue): Change type of is_link to int.  Add
5683         new variables is_cbnz and is_tbnz.  Adjust call to
5684         aarch64_decode_cb and aarch64_decode_tb.
5685
5686 2015-07-29  Simon Marchi  <simon.marchi@ericsson.com>
5687
5688         * mips-linux-nat.c (write_watchpoint_regs): Add NULL as ptrace's 4th
5689         parameter.
5690         (mips_linux_new_thread): Likewise.
5691         * nat/mips-linux-watch.c (mips_linux_read_watch_registers): Likewise.
5692
5693 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
5694
5695         * top.c: Include "tui/tui.h".
5696         (undo_terminal_modifications_before_exit): New static function.
5697         (quit_force): Use it.
5698
5699 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
5700
5701         * target.c (terminal_state): Initialize to terminal_is_ours.
5702
5703 2015-07-29  Yao Qi  <yao.qi@linaro.org>
5704
5705         PR record/18691
5706         * dcache.c (dcache_read_memory_partial): Call
5707         raw_memory_xfer_partial.
5708         * target.c (raw_memory_xfer_partial): Make it non-static.
5709         * target.h (raw_memory_xfer_partial): Declare.
5710
5711 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
5712
5713         * c-valprint.c (c_val_print_array): Consider addressable memory
5714         unit size.
5715         (c_val_print_ptr): Likewise.
5716         (c_val_print_int): Likewise.
5717         * findvar.c (read_frame_register_value): Likewise.
5718         * valarith.c (find_size_for_pointer_math): Likewise.
5719         (value_ptrdiff): Likewise.
5720         (value_subscripted_rvalue): Likewise.
5721         * valops.c (read_value_memory): Likewise (and rename variables).
5722         (value_assign): Likewise.
5723         (value_repeat): Likewise.
5724         (value_array): Likewise.
5725         (value_slice): Likewise.
5726         * valprint.c (generic_val_print_ptr): Likewise.
5727         (generic_val_print_enum): Likewise.
5728         (generic_val_print_bool): Likewise.
5729         (generic_val_print_int): Likewise.
5730         (generic_val_print_char): Likewise.
5731         (generic_val_print_float): Likewise.
5732         (generic_val_print_decfloat): Likewise.
5733         (generic_val_print_complex): Likewise.
5734         (val_print_scalar_formatted): Likewise.
5735         (val_print_array_elements): Likewise.
5736         * value.c (set_value_parent): Likewise.
5737         (value_contents_copy_raw): Likewise.
5738         (set_internalvar_component): Likewise.
5739         (value_primitive_field): Likewise.
5740         (value_fetch_lazy): Likewise.
5741         * value.h (read_value_memory): Update comment.
5742
5743 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
5744
5745         * value.c (get_value_arch): New function.
5746         * value.h (get_value_arch): New declaration.
5747
5748 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
5749
5750         * value.c (struct value): Update comments.
5751
5752 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
5753
5754         * gdbtypes.c (type_length_units): New function.
5755         * gdbtypes.h (type_length_units): New declaration.
5756         (struct type) <length>: Update comment.
5757
5758 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5759
5760         * valprint.c (generic_val_print): Factor out complex
5761         printing code to ...
5762         (generic_val_print_complex): ... this new function.
5763
5764 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5765
5766         * valprint.c (generic_val_print): Factor out decfloat
5767         printing code to ...
5768         (generic_val_print_decfloat): ... this new function.
5769
5770 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5771
5772         * valprint.c (generic_val_print): Factor out float
5773         printing code to ...
5774         (generic_val_print_float): ... this new function.
5775
5776 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5777
5778         * valprint.c (generic_val_print): Factor out char
5779         printing code to ...
5780         (generic_val_print_char): ... this new function.
5781
5782 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5783
5784         * valprint.c (generic_val_print): Factor out integer
5785         printing code to ...
5786         (generic_val_print_int): ... this new function.
5787
5788 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5789
5790         * valprint.c (generic_val_print): Factor out bool
5791         printing code to ...
5792         (generic_val_print_bool): ... this new function.
5793
5794 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5795
5796         * valprint.c (generic_val_print): Factor out function/method
5797         printing code to ...
5798         (generic_val_print_func): ... this new function.
5799
5800 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5801
5802         * valprint.c (generic_val_print): Factor out flags
5803         printing code to ...
5804         (generic_val_print_flags): ... this new function.
5805
5806 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5807
5808         * valprint.c (generic_val_print): Factor out enum
5809         printing code to ...
5810         (generic_val_print_enum): ... this new function.
5811
5812 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5813
5814         * valprint.c (generic_val_print): Factor out reference
5815         printing code to ...
5816         (generic_val_print_ref): ... this new function.
5817
5818 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5819
5820         * valprint.c (generic_val_print): Factor out memberptr
5821         printing code to ...
5822         (generic_val_print_memberptr): ... this new function.
5823
5824 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5825
5826         * valprint.c (generic_val_print): Factor out pointer
5827         printing code to ...
5828         (generic_val_print_ptr): ... this new function.
5829
5830 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5831
5832         * valprint.c (generic_val_print): Factor out array
5833         printing code to ...
5834         (generic_val_print_array): ... this new function.
5835
5836 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5837
5838         * valprint.c (generic_val_print): Factor out
5839         print_unpacked_pointer code to ...
5840         (print_unpacked_pointer): ... this new function.
5841
5842 2015-07-27  Patrick Palka  <patrick@parcs.ath.cx>
5843
5844         * event-top.c (handle_sigterm): Don't inspect
5845         target_can_async_p.  Always set the quit flag and always mark
5846         the async signal handler.
5847
5848 2015-07-27  Yao Qi  <yao.qi@linaro.org>
5849
5850         * Makefile.in (REMOTE_EXAMPLES): Remove it.
5851
5852 2015-07-25  Kevin Buettner  <kevinb@redhat.com>
5853
5854         * remote.c (read_ptid): Return null_ptid when no thread id
5855         is found.
5856         (remote_current_thread): Add log warning for malformed
5857         qC reply.
5858         (remote_start_remote): Add log warning when current thread
5859         not found.
5860
5861 2015-07-24  Pedro Alves  <palves@redhat.com>
5862
5863         * s390-linux-nat.c (fetch_regs, store_regs, fetch_fpregs)
5864         (s390_stopped_by_watchpoint, s390_prepare_to_resume): Pass 0 as
5865         forth argument to ptrace PTRACE_PEEKUSR_AREA/PTRACE_POKEUSR_AREA.
5866
5867 2015-07-24  Pedro Alves  <palves@redhat.com>
5868
5869         PR gdb/18717
5870         * linux-nat.c (linux_nat_filter_event): Don't assert that the lwp
5871         is resumed, and extend the debug log.
5872
5873 2015-07-24  Pedro Alves  <palves@redhat.com>
5874
5875         * fork-child.c (fork_inferior): Print argv[0] instead of exec_file.
5876
5877 2015-07-24  Pedro Alves  <palves@redhat.com>
5878
5879         * aarch64-linux-nat.c: Include nat/gdb_ptrace.h instead of
5880         sys/ptrace.h.
5881         * alpha-linux-nat.c: Likewise.
5882         * amd64-linux-nat.c: Likewise.
5883         * arm-linux-nat.c: Likewise.
5884         * hppa-linux-nat.c: Likewise.
5885         * i386-linux-nat.c: Likewise.
5886         * ia64-linux-nat.c: Likewise.
5887         * linux-fork.c: Likewise.
5888         * linux-nat.c: Likewise.
5889         * m32r-linux-nat.c: Likewise.
5890         * m68klinux-nat.c: Likewise.
5891         * mips-linux-nat.c: Likewise.
5892         * nat/linux-btrace.c: Likewise.
5893         * nat/linux-ptrace.c: Likewise.
5894         * nat/linux-ptrace.h
5895         * nat/mips-linux-watch.c: Likewise.
5896         * nat/x86-linux-dregs.c: Likewise.
5897         * ppc-linux-nat.c: Likewise.
5898         * s390-linux-nat.c: Likewise.
5899         * spu-linux-nat.c: Likewise.
5900         * tilegx-linux-nat.c: Likewise.
5901         * x86-linux-nat.c: Likewise.
5902         * xtensa-linux-nat.c: Likewise.
5903
5904 2015-07-24  Pedro Alves  <palves@redhat.com>
5905
5906         * ptrace.m4 (ptrace tests): Test in C++ mode.  Try with 'enum
5907         __ptrace_request as first parameter type instead of int.
5908         (PTRACE_TYPE_ARG1): Define.
5909         * nat/gdb_ptrace.h [!PTRACE_TYPE_ARG5] (ptrace): Define as wrapper
5910         that casts first argument to PTRACE_TYPE_ARG1.
5911         * config.in: Regenerate.
5912         * configure: Regenerate.
5913
5914 2015-07-24  Pedro Alves  <palves@redhat.com>
5915
5916         * gdb_ptrace.h: Move ...
5917         * nat/gdb_ptrace.h: ... here.
5918         * inf-ptrace.c: Adjust.
5919
5920 2015-07-24  Pedro Alves  <palves@redhat.com>
5921
5922         * acinclude.m4: Include ptrace.m4.
5923         * configure.ac: Call GDB_AC_PTRACE and move ptrace checks ...
5924         * ptrace.m4: ... to this new file.
5925
5926 2015-07-23  Doug Evans  <dje@google.com>
5927
5928         * dwarf2read.c (dwarf2_per_cu_data): Add comment.
5929         (load_cu): Handle dummy CUs.
5930         (dw2_do_instantiate_symtab, process_queuef): Ditto.
5931         (dwarf2_fetch_die_loc_sect_off, dwarf2_fetch_constant_bytes): Ditto.
5932
5933 2015-07-23  Ciro Santilli  <ciro.santilli@gmail.com>  (tiny patch)
5934
5935         * py-linetable.c (ltpy_get_all_source_lines): Adjust function
5936         documentation to say that it returns a list rather than
5937         a FrozenSet.
5938         (linetable_object_methods): Update the docstring of the
5939         "source_line" entry.
5940
5941 2015-07-23  Pierre-Marie de Rodat  <derodat@adacore.com>
5942
5943         * gdbtypes.c (resolve_dynamic_array): Pass the peeled element
5944         type to the recursive call instead of the original (maybe
5945         TYPE_CODE_TYPEDEF) type.
5946
5947 2015-07-23  Yao Qi  <yao.qi@linaro.org>
5948
5949         * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): If
5950         TYPE is watchpoint, return zero if aarch64_num_wp_regs is zero.
5951         If TYPE is breakpoint, return zero if arch64_num_bp_regs is zero.
5952
5953 2015-07-21  Yao Qi  <yao.qi@linaro.org>
5954
5955         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
5956         Move it to nat/aarch64-linux-hw-point.c.
5957         (aarch64_linux_child_post_startup_inferior): Update.
5958         * nat/aarch64-linux-hw-point.c (aarch64_linux_get_debug_reg_capacity):
5959         New function.
5960         * nat/aarch64-linux-hw-point.h (aarch64_linux_get_debug_reg_capacity):
5961         Declare it.
5962
5963 2015-07-21  Markus Metzger  <markus.t.metzger@intel.com>
5964
5965         * common/btrace-common.c (btrace_data_append): Change case label.
5966
5967 2015-07-20  Yao Qi  <yao.qi@linaro.org>
5968
5969         * nat/aarch64-linux-hw-point.c (aarch64_handle_unaligned_watchpoint):
5970         Re-indent the code.
5971         * nat/aarch64-linux-hw-point.h: Use ULONGEST rather than
5972         "unsigned long long".
5973
5974 2015-07-18  Kevin Buettner  <kevinb@redhat.com>
5975
5976         * dwarf2read.c (dwarf2_locate_sections): Allow has_section_at_zero
5977         to be set for SEC_ALLOC sections too.
5978
5979 2015-07-17  Yao Qi  <yao.qi@linaro.org>
5980
5981         * Makefile.in (HFILES_NO_SRCDIR): Add
5982         nat/aarch64-linux-hw-point.h.
5983         (aarch64-linux-hw-point.o): New rule.
5984         * nat/aarch64-linux-hw-point.h: New file.
5985         * nat/aarch64-linux-hw-point.c: New file.
5986         * aarch64-linux-nat.c: Include nat/aarch64-linux-hw-point.h.
5987         (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
5988         (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
5989         (AARCH64_HWP_ALIGNMENT): Likewise.
5990         (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
5991         (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
5992         (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
5993         (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
5994         (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
5995         (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
5996         (struct aarch64_debug_reg_state): Likewise.
5997         (struct arch_lwp_info): Likewise.
5998         (aarch64_linux_set_debug_regs): Likewise.
5999         (aarch64_notify_debug_reg_change): Remove static.
6000         (aarch64_align_watchpoint): Likewise.
6001         (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
6002         (aarch64_watchpoint_length): Likewise.
6003         (aarch64_point_encode_ctrl_reg): Likewise
6004         (aarch64_point_is_aligned): Likewise.
6005         (aarch64_dr_state_insert_one_point): Likewise.
6006         (aarch64_dr_state_remove_one_point): Likewise.
6007         (aarch64_handle_breakpoint): Likewise.
6008         (aarch64_handle_aligned_watchpoint): Likewise.
6009         (aarch64_handle_unaligned_watchpoint): Likewise.
6010         (aarch64_handle_watchpoint): Likewise.
6011         * config/aarch64/linux.mh (NAT_FILE): Add
6012         aarch64-linux-hw-point.o.
6013
6014 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6015
6016         * aarch64-linux-nat.c (aarch64_handle_breakpoint): Add argument
6017         state and don't call aarch64_get_debug_reg_state.  All callers
6018         update.
6019         (aarch64_linux_insert_hw_breakpoint): Call
6020         aarch64_get_debug_reg_state earlier.
6021         (aarch64_linux_remove_hw_breakpoint): Likewise.
6022         (aarch64_handle_aligned_watchpoint): Add argument state and
6023         don't call aarch64_get_debug_reg_state.  All callers update.
6024         (aarch64_handle_unaligned_watchpoint): Likewise.
6025         (aarch64_handle_watchpoint): Add argument state.
6026         (aarch64_linux_insert_watchpoint): Call aarch64_get_debug_reg_state
6027         earlier.
6028         (aarch64_linux_remove_watchpoint): Likewise.
6029
6030 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6031
6032         * aarch64-linux-nat.c (aarch64_show_debug_reg_state): Use
6033         debug_printf.
6034         (aarch64_handle_unaligned_watchpoint): Likewise.
6035
6036 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6037
6038         * aarch64-linux-nat.c (aarch64_dr_state_insert_one_point): Change
6039         argument type's type to 'enum target_hw_bp_type'.
6040         (aarch64_dr_state_remove_one_point): Likewise.
6041         (aarch64_handle_breakpoint): Likewise.
6042         (aarch64_linux_insert_hw_breakpoint): Likewise.
6043         (aarch64_linux_remove_hw_breakpoint): Likewise.
6044         (aarch64_handle_aligned_watchpoint): Likewise.
6045
6046 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6047
6048         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Call
6049         ptid_get_pid instead of get_thread_id.
6050
6051 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6052
6053         * remote.c (get_current_thread): Initialise ptid to null_ptid.
6054         (add_current_inferior_and_thread): Don't initialise ptid.
6055
6056 2015-07-16  Pierre Langlois  <pierre.langlois@arm.com>
6057
6058         * aarch64-tdep.c (aarch64_pseudo_read_value): Mark S register as
6059         unavailable if invalid.
6060
6061 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6062
6063         Revert the previous 6 commits:
6064         Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
6065         Move gdb_regex* to common/
6066         Prepare linux_find_memory_regions_full & co. for move
6067         Move linux_find_memory_regions_full & co.
6068         gdbserver build-id attribute generator
6069         Validate symbol file using build-id
6070
6071 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6072             Jan Kratochvil  <jan.kratochvil@redhat.com>
6073
6074         Validate symbol file using build-id.
6075         * NEWS (Changes since GDB 7.10): Add 'set validate-build-id'
6076         and 'show validate-build-id'.  Add build-id attribute.
6077         * solib-darwin.c (_initialize_darwin_solib): Assign validate value.
6078         * solib-dsbt.c (_initialize_dsbt_solib): Ditto.
6079         * solib-frv.c (_initialize_frv_solib): Ditto.
6080         * solib-spu.c (set_spu_solib_ops): Ditto.
6081         * solib-svr4.c: Include rsp-low.h.
6082         (NOTE_GNU_BUILD_ID_NAME): New define.
6083         (svr4_validate): New function.
6084         (svr4_copy_library_list): Duplicate field build_id.
6085         (library_list_start_library): Parse 'build-id' attribute.
6086         (svr4_library_attributes): Add 'build-id' attribute.
6087         (_initialize_svr4_solib): Assign validate value.
6088         * solib-target.c (solib.h): Include.
6089         (_initialize_solib_target): Assign validate value.
6090         * solib.c (validate_build_id, show_validate_build_id): New.
6091         (solib_map_sections): Use ops->validate.
6092         (clear_so): Free build_id.
6093         (default_solib_validate): New function.
6094         (_initialize_solib): Add "validate-build-id".
6095         * solib.h (default_solib_validate): New declaration.
6096         * solist.h (struct so_list): New fields 'build_idsz' and 'build_id'.
6097         (target_so_ops): New field 'validate'.
6098
6099 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6100             Jan Kratochvil  <jan.kratochvil@redhat.com>
6101
6102         gdbserver build-id attribute generator.
6103         * features/library-list-svr4.dtd (library-list-svr4): New
6104         'build-id' attribute.
6105
6106 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6107             Jan Kratochvil  <jan.kratochvil@redhat.com>
6108
6109         Move linux_find_memory_regions_full & co.
6110         * linux-tdep.c (nat/linux-maps.h): Include.
6111         (gdb_regex.h): Remove the include.
6112         (enum filterflags, struct smaps_vmflags, read_mapping, decode_vmflags)
6113         (mapping_is_anonymous_p, dump_mapping_p): Moved to nat/linux-maps.c.
6114         (linux_find_memory_region_ftype): Moved typedef to nat/linux-maps.h.
6115         (linux_find_memory_regions_full): Moved definition to nat/linux-maps.c.
6116         * nat/linux-maps.c: Include ctype.h, target/target-utils.h, gdb_regex.h
6117         and target/target.h.
6118         (struct smaps_vmflags, read_mapping, decode_vmflags)
6119         (mapping_is_anonymous_p, dump_mapping_p): Move from linux-tdep.c.
6120         (linux_find_memory_regions_full): Move from linux-tdep.c.
6121         * nat/linux-maps.h (read_mapping): New declaration.
6122         (linux_find_memory_region_ftype, enum filterflags): Moved from
6123         linux-tdep.c.
6124         (linux_find_memory_regions_full): New declaration.
6125         * target.c (target/target-utils.h): Include.
6126         (read_alloc_pread_ftype): Moved typedef to target/target-utils.h.
6127         (read_alloc, read_stralloc_func_ftype, read_stralloc): Moved
6128         definitions to target/target-utils.c.
6129         * target.h (target_fileio_read_stralloc): Move it to target/target.h.
6130         * target/target-utils.c (read_alloc, read_stralloc): Move definitions
6131         from target.c.
6132         * target/target-utils.h (read_alloc_pread_ftype): New typedef.
6133         (read_alloc): New declaration.
6134         (read_stralloc_func_ftype): New typedef.
6135         (read_stralloc): New declaration.
6136         * target/target.h (target_fileio_read_stralloc): Move it from target.h.
6137
6138 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6139             Jan Kratochvil  <jan.kratochvil@redhat.com>
6140
6141         Prepare linux_find_memory_regions_full & co. for move.
6142         * linux-tdep.c (linux_find_memory_region_ftype): Comment.
6143         (linux_find_memory_regions_full): Change signature and prepare
6144         for moving to linux-maps.
6145         (linux_find_memory_regions_data): Rename field 'obfd' to 'data'.
6146         (linux_find_memory_regions_thunk): New.
6147         (linux_find_memory_regions_thunk): Use 'data' field instead of 'obfd'.
6148         (linux_find_memory_regions_gdb): New.
6149         (linux_find_memory_regions): Rename argument 'obfd' to 'func_data'.
6150         (linux_make_mappings_corefile_notes): Use
6151         linux_find_memory_regions_gdb.
6152         * target.c (read_alloc_pread_ftype): New typedef.
6153         (target_fileio_read_alloc_1_pread): New function.
6154         (read_alloc): Refactor from target_fileio_read_alloc_1.
6155         (read_stralloc_func_ftype): New typedef.
6156         (target_fileio_read_alloc_1): New implementation. Use read_alloc.
6157         (read_stralloc): Refactored from target_fileio_read_stralloc.
6158         (target_fileio_read_stralloc): New implementation, use read_stralloc.
6159
6160 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6161
6162         * Makefile.in (HFILES_NO_SRCDIR): Change gdb_regex.h to
6163         common/gdb_regex.h.
6164         (COMMON_OBS): Add gdb_regex.o.
6165         (gdb_regex.o): New.
6166         * common/common.m4 (GDB_AC_COMMON): Add gdb_use_included_regex,
6167         --without-included-regex and USE_INCLUDED_REGEX.
6168         * common/gdb_regex.c: New file from utils.c functions.
6169         * common/gdb_regex.h: Move it here from gdb_regex.h, update include
6170         file wrapping define name.
6171         * configure: Rebuilt.
6172         * configure.ac (gdb_use_included_regex, --without-included-regex)
6173         (USE_INCLUDED_REGEX): Move them to common/common.m4.
6174         * gdb_regex.h: Move it to common/gdb_regex.h.
6175         * utils.c: Remove include gdb_regex.h.
6176         (do_regfree_cleanup, make_regfree_cleanup, get_regcomp_error)
6177         (compile_rx_or_error): Move them to common/gdb_regex.c.
6178
6179 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6180             Jan Kratochvil  <jan.kratochvil@redhat.com>
6181
6182         Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
6183         * Makefile.in (HFILES_NO_SRCDIR); Add nat/linux-maps.h,
6184         common/target-utils.h.
6185         (COMMON_OBS): Add target-utils.o.
6186         (linux-maps.o, target-utils.o): New.
6187         * target/target-utils.c: New file.
6188         * target/target-utils.h: New file.
6189         * config/i386/linux.mh (NATDEPFILES): Add linux-maps.o.
6190         * config/i386/linux64.mh (NATDEPFILES): Ditto.
6191         * nat/linux-maps.c: New file.
6192         * nat/linux-maps.h: New file.
6193
6194 2015-07-15  Markus Metzger  <markus.t.metzger@intel.com>
6195             Pedro Alves <palves@redhat.com>
6196
6197         * nat/linux-btrace.c (perf_event_read): Change the type of DATA_HEAD.
6198         (perf_event_read_all): Change the type of SIZE and DATA_HEAD.
6199         (perf_event_read_bts): Change the type of SIZE and READ.
6200         (linux_enable_bts): Change the type of SIZE, PAGES, DATA_SIZE,
6201         and DATA_OFFSET.  Move DATA_SIZE declaration.  Restrict the buffer size
6202         to UINT_MAX.  Check for overflows when using DATA_HEAD from the perf
6203         mmap page.
6204         (linux_enable_pt): Change the type of PAGES and SIZE.  Restrict the
6205         buffer size to UINT_MAX.
6206         (linux_read_bts): Change the type of BUFFER_SIZE, SIZE, DATA_HEAD, and
6207         DATA_TAIL.
6208         * nat/linux-btrace.h (struct perf_event_buffer)<size, data_head>
6209         <last_head>: Change type.
6210         * common/btrace-common.h (struct btrace_dat_pt) <size>: Change type.
6211         * common/btrace-common.c (btrace_data_append): Change the type of
6212         SIZE.
6213         * btrace.c (parse_xml_raw): Change the type of SIZE.  Change oddness
6214         check.
6215
6216 2015-07-14  Simon Marchi  <simon.marchi@ericsson.com>
6217
6218         * gdbtypes.h (CHECK_TYPEDEF): Remove.
6219         * aarch64-tdep.c (aarch64_return_in_memory): Replace CHECK_TYPEDEF
6220         with check_typedef.
6221         * ada-lang.c (decode_constrained_packed_array_type): Likewise.
6222         (ada_array_length): Likewise.
6223         (find_parallel_type_by_descriptive_type): Likewise.
6224         (ada_check_typedef): Likewise.
6225         * arm-tdep.c (arm_return_in_memory): Likewise.
6226         * ax-gdb.c (gen_trace_static_fields): Likewise.
6227         (gen_struct_ref_recursive): Likewise.
6228         * c-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
6229         (variable: block COLONCOLON name): Likewise.
6230         (qualified_name: TYPENAME COLONCOLON name): Likewise.
6231         * c-lang.c (classify_type): Likewise.
6232         * c-typeprint.c (c_print_type): Likewise.
6233         (c_print_typedef): Likewise.
6234         (c_type_print_base): Likewise.
6235         * c-valprint.c (c_val_print): Likewise.
6236         * compile/compile-c-types.c (convert_type): Likewise.
6237         * compile/compile-object-load.c (get_out_value_type): Likewise.
6238         * completer.c (add_struct_fields): Likewise.
6239         (expression_completer): Likewise.
6240         * cp-namespace.c (cp_find_type_baseclass_by_name): Likewise.
6241         (cp_lookup_nested_symbol_1): Likewise.
6242         (cp_lookup_nested_symbol): Likewise.
6243         * cp-valprint.c (cp_print_value_fields): Likewise.
6244         (cp_print_static_field): Likewise.
6245         * d-valprint.c (d_val_print): Likewise.
6246         * eval.c (evaluate_subexp_standard): Likewise.
6247         (evaluate_subexp_for_sizeof): Likewise.
6248         * f-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
6249         * f-typeprint.c (f_type_print_base): Likewise.
6250         * f-valprint.c (f_val_print): Likewise.
6251         * gdbtypes.c (get_discrete_bounds): Likewise.
6252         (create_array_type_with_stride): Likewise.
6253         (type_name_no_tag_or_error): Likewise.
6254         (lookup_struct_elt_type): Likewise.
6255         (get_unsigned_type_max): Likewise.
6256         (internal_type_vptr_fieldno): Likewise.
6257         (set_type_vptr_fieldno): Likewise.
6258         (internal_type_vptr_basetype): Likewise.
6259         (set_type_vptr_basetype): Likewise.
6260         (get_vptr_fieldno): Likewise.
6261         (is_integral_type): Likewise.
6262         (is_scalar_type): Likewise.
6263         (is_scalar_type_recursive): Likewise.
6264         (distance_to_ancestor): Likewise.
6265         (is_unique_ancestor_worker): Likewise.
6266         (check_types_equal): Likewise.
6267         * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise.
6268
6269 2015-07-14  Iain Buclaw  <ibuclaw@gdcproject.org>
6270
6271         * dwarf2read.c (find_slot_in_mapped_hash): Extend language support to
6272         also test for language_d.
6273         (dwarf2_compute_name): Likewise.
6274         (read_func_scope): Likewise.
6275         (read_structure_type): Likewise.
6276         (new_symbol_full): Likewise.
6277         (determine_prefix): Likewise.
6278         (read_import_statement): Use dot as the separator for language_d.
6279         (typename_concat): Likewise, but don't prefix the D main function.
6280
6281 2015-07-14  Peter Bergner  <bergner@vnet.ibm.com>
6282
6283         * nat/linux-namespaces.c (setns): Rename from this ...
6284         (do_setns): ... to this.  Support calling setns if it exists.
6285         (mnsh_handle_setns): Call do_setns.
6286
6287 2015-07-13  Yao Qi  <yao.qi@linaro.org>
6288
6289         * exec.c (exec_file_attach): Add period at the end of error
6290         message.
6291
6292 2015-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
6293
6294         * tui/tui-win.c (window_name_completer): New function.
6295         (focus_completer): Call window_name_completer.  All old content
6296         moved into window_name_completer.
6297         (winheight_completer): New function.
6298         (_initialize_tui_win): Rename variable.  Add completer to
6299         winheight command.  Update doc string on winheight.
6300
6301 2015-07-12  Sandra Loosemore  <sandra@codesourcery.com>
6302
6303         * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Register
6304         all nios2 mach variants.
6305
6306 2015-07-10  Kevin Buettner  <kevinb@redhat.com>
6307
6308         * rx-tdep.c (rx_get_opcode_byte): Use target_read_code instead
6309         of target_read_memory.
6310
6311 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
6312
6313         * tui/tui-win.c (tui_set_win_height): Use a cleanup to free the
6314         string copy.
6315         (parse_scrolling_args): Likewise.
6316
6317 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
6318
6319         * tui/tui-win.c (focus_completer): Don't duplicate the tui window
6320         names in this function.
6321
6322 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
6323
6324         * tui/tui-data.h (SRC_NAME): Convert to lower case.
6325         (CMD_NAME): Likewise.
6326         (DATA_NAME): Likewise.
6327         (DISASSEM_NAME): Likewise.
6328         * tui/tui-win.c (tui_set_focus): Window names are now lower case.
6329         (tui_set_win_height): Likewise.
6330         (parse_scrolling_args): Likewise.
6331
6332 2015-07-10  Markus Metzger  <markus.t.metzger@intel.com>
6333
6334         * record-btrace.c (record_btrace_goto_begin)
6335         (record_btrace_goto_end, record_btrace_goto): Move call to
6336         print_stack_frame ...
6337         (record_btrace_set_replay): ... here.  Set stop_pc.
6338         * record-full.c (record_full_goto_entry): Set stop_pc.
6339
6340 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6341
6342         * NEWS: Mention support for tracepoints on aarch64-linux.
6343
6344 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6345
6346         * linux-aarch64-low.c (aarch64_supports_tracepoints): New
6347         function.  Return 1.
6348         (the_low_target): Install it.
6349
6350 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6351
6352         * gdb.trace/backtrace.exp: Set registers for aarch64 target.
6353         * gdb.trace/collection.exp: Likewise.
6354         * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6355         * gdb.trace/mi-trace-unavailable.exp: Likewise.
6356         * gdb.trace/report.exp: Likewise.
6357         * gdb.trace/trace-break.exp: Likewise.
6358         * gdb.trace/unavailable.exp: Likewise.
6359         * gdb.trace/while-dyn.exp: Likewise.
6360
6361 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6362
6363         * aarch64-tdep.c: Add ax.h and ax-gdb.h includes.
6364         (aarch64_gen_return_address): New function.
6365         (aarch64_gdbarch_init): Hook it.
6366
6367 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6368
6369         * aarch64-tdep.c (aarch64_make_stub_cache): Set available_p and
6370         swallow NOT_AVAILABLE_ERROR.
6371         (aarch64_stub_this_id): Call frame_id_build_unavailable_stack if
6372         available_p is not set.
6373         (aarch64_stub_frame_unwind_stop_reason): New function.
6374         (aarch64_stub_unwind): Install it.
6375
6376 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6377
6378         * aarch64-tdep.c (aarch64_prologue_cache) <available_p>: New
6379         field.
6380         (aarch64_make_prologue_cache_1): New function, factored out from
6381         aarch64_make_prologue_cache.  Do not allocate cache.  Set
6382         available_p.
6383         (aarch64_make_prologue_cache): Reimplement wrapping
6384         aarch64_make_prologue_cache_1, and swallowing
6385         NOT_AVAILABLE_ERROR.
6386         (aarch64_prologue_frame_unwind_stop_reason): New function.
6387         Return UNWIND_UNAVAILABLE if available_p is not set.
6388         (aarch64_prologue_unwind): Install it.
6389         (aarch64_prologue_this_id): Move prev_pc and prev_sp limit
6390         checks into aarch64_prologue_frame_unwind_stop_reason.  Call
6391         frame_id_build_unavailable_stack if available_p is not set.
6392
6393 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6394
6395         * aarch64-tdep.c (aarch64_prologue_cache) <func, prev_pc>: New
6396         fields.
6397         (aarch64_scan_prologue): Set prev_pc.
6398         (aarch64_make_prologue_cache): Set func.
6399         (aarch64_make_stub_cache): Set prev_pc.
6400         (aarch64_prologue_this_id): Remove local variables id, pc and
6401         func.  Read prev_pc and func from cache.
6402         (aarch64_stub_this_id): Read prev_pc from cache.
6403
6404 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6405
6406         * aarch64-tdep.c (aarch64_make_stub_cache): Update comment.  New
6407         argument this_cache.  Remove unused local variables reg and
6408         unwound_fp.  Return early if this_cache is already set.  Set
6409         this_cache.
6410         (aarch64_stub_this_id): Update call to aarch64_make_stub_cache.
6411
6412 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6413
6414         * aarch64-tdep.c (aarch64_make_prologue_cache): Update comment.
6415         New argument this_cache.  Return early if this_cache is already
6416         set.  Set this_cache.
6417         (aarch64_prologue_this_id): Update call to
6418         aarch64_make_prologue_cache.
6419         (aarch64_prologue_prev_register): Likewise.
6420         (aarch64_normal_frame_base): Likewise.
6421
6422 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6423
6424         * c-valprint.c (c_val_print): Factor out memberptr printing code
6425         from c_val_print to ...
6426         (c_val_print_memberptr): ... this new function.
6427
6428 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6429
6430         * c-valprint.c (c_val_print): Factor out int printing code to ...
6431         (c_val_print_int): ... this new function.
6432
6433 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6434
6435         * c-valprint.c (c_val_print): Factor out struct and union
6436         printing code to ...
6437         (c_val_print_struct): ... this new function ...
6438         (c_val_print_union): ... and this new function.
6439
6440 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6441
6442         * c-valprint.c (c_val_print): Factor out pointer printing code
6443         to ...
6444         (c_val_print_ptr): ... this new function.
6445
6446 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6447
6448         * c-valprint.c (c_valprint): Factor our array printing code from
6449         c_val_print to ...
6450         (c_val_print_array): ... this new function.
6451
6452 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6453
6454         * c-valprint.c (c_val_print): Factor out pointer printing code
6455         to ...
6456         (print_unpacked_pointer): ... this new function.
6457
6458 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6459
6460         * c-valprint.c (c_val_print): Remove an assignment to i and move
6461         its declaration.
6462
6463 2015-07-09  Yao Qi  <yao.qi@linaro.org>
6464
6465         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Add
6466         argument ptid.  Update comments.  Caller update.
6467
6468 2015-07-09  Markus Metzger  <markus.t.metzger@intel.com>
6469
6470         * btrace.c (pt_print_packet): Print stop, vmcs, tma, mtc, cyc, and
6471         mnt packets.
6472
6473 2015-07-09  Markus Metzger  <markus.t.metzger@intel.com>
6474
6475         * btrace.c (btrace_pt_readmem_callback): Change type of PC argument.
6476
6477 2015-07-08  Simon Marchi  <simon.marchi@ericsson.com>
6478
6479         * progspace.c (delete_program_space): Add missing spaces.
6480
6481 2015-07-08  Simon Marchi  <simon.marchi@ericsson.com>
6482
6483         * inferior.c (delete_inferior_1): Rename to ...
6484         (delete_inferior): ..., remove 'silent' parameter, delete
6485         program space when unused and remove call to prune_program_spaces.
6486         Remove the old, unused, delete_inferior.
6487         (delete_inferior_silent): Remove.
6488         (prune_inferiors): Change call from delete_inferior_1 to
6489         delete_inferior and remove 'silent' parameter. Remove call to
6490         prune_program_spaces.
6491         (remove_inferior_command): Idem.
6492         * inferior.h (delete_inferior_1): Rename to...
6493         (delete_inferior): ..., remove 'silent' parameter and remove the
6494         original delete_inferior.
6495         (delete_inferior_silent): Remove.
6496         * mi/mi-main.c (mi_cmd_remove_inferior): Change call from
6497         delete_inferior_1 to delete_inferior and remove 'silent'
6498         parameter.
6499         * progspace.c (prune_program_spaces): Remove.
6500         (pspace_empty_p): Rename to...
6501         (program_space_empty_p): ... and make non-static.
6502         (delete_program_space): New.
6503         * progspace.h (prune_program_spaces): Remove declaration.
6504         (program_space_empty_p): New declaration.
6505         (delete_program_space): New declaration.
6506         * monitor.c (monitor_close): Replace call to
6507         delete_thread_silent and delete_inferior_silent with
6508         discard_all_inferiors.
6509
6510 2015-07-08  Patrick Palka  <patrick@parcs.ath.cx>
6511
6512         * defs.h (deprecated_register_changed_hook): Remove prototype.
6513         * interps.c (clear_iterpreter_hooks): Remove reference to
6514         deprecated_register_changed_hook.
6515         * top.c (deprecated_register_changed_hook): Remove prototype.
6516         * valops.c (value_assign): Remove reference to
6517         deprecated_register_changed_hook.
6518         * tui/tui-hooks.c (tui_register_changed): Add parameter "frame".
6519         Add comment documenting the function.
6520         (tui_register_changed_observer): Define.
6521         (tui_install_hooks): Remove reference to
6522         deprecated_register_changed_hook.  Set
6523         tui_register_changed_observer.
6524         (tui_remove_hooks): Remove reference to
6525         deprecated_register_changed_hook.  Unset
6526         tui_register_changed_observer.
6527
6528 2015-07-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
6529
6530         PR compile/18484
6531         * compile/compile-c-types.c (insert_type): Change gdb_assert to error.
6532
6533 2015-07-08  Robert O'Callahan  <robert@ocallahan.org>
6534
6535         PR exp/18617
6536         * ax-gdb.c (gen_conversion): Extend to 'to' bits, not 'from'.
6537
6538 2015-07-08  Markus Metzger  <markus.t.metzger@intel.com>
6539
6540         * MAINTAINERS (Write After Approval): Add Markus T. Metzger.
6541
6542 2015-07-08  Markus Metzger  <markus.t.metzger@intel.com>
6543
6544         * nat/linux-btrace.c (kernel_supports_bts, kernel_supports_pt):
6545         Use safe_strerror() instead of strerror().
6546
6547 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6548
6549         * features/arm-with-m-fpa-layout.xml: Set architecture to arm.
6550         * features/arm-with-m-fpa-layout.c: Regenerated.
6551         * features/arm-with-m-vfp-d16.xml: Likewise.
6552         * features/arm-with-m-vfp-d16.c: Regenerated.
6553         * features/arm-with-m.xml: Likewise.
6554         * features/arm-with-m.c: Regenerated.
6555         * features/arm-with-neon.xml: Likewise.
6556         * features/arm-with-neon.c: Regenerated.
6557         * features/arm-with-vfpv2.xml: Likewise.
6558         * features/arm-with-vfpv2.c: Regenerated.
6559         * features/arm-with-vfpv3.xml: Likewise.
6560         * features/arm-with-vfpv3.c: Regenerated.
6561
6562 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6563
6564         * aarch32-linux-nat.h (VFP_REGS_SIZE): New macro, moved from
6565         arm-linux-nat.c.
6566         * aarch64-linux-nat.c: Include aarch32-linux-nat.h and
6567         elf/external.h.
6568         (fetch_gregs_from_thread): Call aarch32_gp_regcache_supply
6569         if target is 32-bit.
6570         (store_gregs_to_thread): Call aarch32_gp_regcache_collect
6571         if target is 32-bit.
6572         (fetch_fpregs_from_thread): Call aarch32_vfp_regcache_supply
6573         if target is 32-bit.
6574         (store_fpregs_to_thread): Call aarch32_vfp_regcache_collect
6575         if target is 32-bit.
6576         (tdesc_arm_with_vfpv3, tdesc_arm_with_neon): Declare.
6577         (aarch64_linux_read_description): Return the right target
6578         description.
6579         * arm-linux-nat.c (VFP_REGS_SIZE): Moved to aarch32-linux-nat.h.
6580         * config/aarch64/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
6581         * configure.tgt (aarch64*-*-linux*): Add arm-tdep.o and
6582         arm-linux-tdep.o.
6583
6584 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6585
6586         * aarch32-linux-nat.c: New file.
6587         * aarch32-linux-nat.h: New file.
6588         * arm-linux-nat.c: Include aarch32-linux-nat.h.
6589         (fetch_regs): Move code to aarch32-linux-nat.c.  Call
6590         aarch32_gp_regcache_supply.
6591         (store_regs): Move code to aarch32-linux-nat.c.  Call
6592         aarch32_gp_regcache_collect.
6593         (fetch_vfp_regs): Move code to aarch32-linux-nat.c.  Call
6594         aarch32_vfp_regcache_supply.
6595         (store_vfp_regs): Move code to aarch32-linux-nat.c.  Call
6596         aarch32_vfp_regcache_collect.
6597         * config/arm/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
6598
6599 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6600
6601         * arm-linux-nat.c (store_fpregister): Remove.
6602         (store_register): Likewise.
6603         (fetch_fpregister): Likewise.
6604         (fetch_register): Likewise.
6605         (arm_linux_store_inferior_registers): Call store_regs and
6606         store_fpregs instead.
6607         (arm_linux_fetch_inferior_registers): Call fetch_fpregs and
6608         fetch_regs instead.
6609
6610 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
6611
6612         * doc/gdb.texinfo (TUI): Restructure documentation on TUI layout
6613         and focus commands.
6614
6615 2015-07-06  Joel Brobecker  <brobecker@adacore.com>
6616
6617         * NEWS: Create a new section for the next release branch.
6618         Rename the section of the current branch, now that it has
6619         been cut.
6620
6621 2015-07-06  Joel Brobecker  <brobecker@adacore.com>
6622
6623         GDB 7.10 branch created (66c4b3e8a628a207bc6aafef6af0c4128195f56e):
6624         * version.in: Bump version to 7.10.50.DATE-cvs.
6625
6626 2015-07-06  Luis Machado  <lgustavo@codesourcery.com>
6627
6628         * breakpoint.c (remove_breakpoint_1): Don't handle permanent
6629         breakpoints in a special way.
6630         (remove_breakpoint): Likewise.
6631         (mark_breakpoints_out): Likewise.
6632
6633 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
6634
6635         * doc/gdb.texinfo (TUI): Add comma after @xref.
6636
6637 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
6638
6639         * tui/tui-win.c (tui_set_focus): Use structure member 'generic'
6640         instead of casting the structure type.
6641
6642 2015-07-06  Simon Marchi  <simon.marchi@ericsson.com>
6643
6644         * valops.c (search_struct_field): Remove OFFSET parameter.
6645         (value_cast_structs): Adjust calls to search_struct_field.
6646         (value_struct_elt): Same.
6647         (find_overload_match): Same.
6648
6649 2015-07-06  Simon Marchi  <simon.marchi@ericsson.com>
6650
6651         * value.c (value_fetch_lazy): Update comment, change return
6652         value to void.
6653         * value.h (value_fetch_lazy): Change return value to void.
6654
6655 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
6656
6657         * tui/tui-data.c (tui_partial_win_by_name): Window name is const.
6658         (tui_win_name): Make parameter and result const.
6659         * tui/tui-data.h (tui_win_name): Make parameter and result const.
6660
6661 2015-07-06  Patrick Palka  <patrick@parcs.ath.cx>
6662
6663         * i386-tdep.c (i386_mpx_info_bounds): Don't call error, instead
6664         use printf_unfiltered.
6665         (set_mpx_cmd): Add missing trailing space to command string
6666         literal.
6667         (_initialize_i386_tdep): Give the "mpx" prefix command its
6668         correct name.
6669
6670 2015-07-02  Kevin Buettner  <kevinb@redhat.com>
6671
6672         * rx-tdep.c (RX_USP_REGNUM, RX_BPC_REGNUM): New constants.
6673         (enum rx_frame_type): New.
6674         (struct rx_prologue): Add new field `frame_type'.
6675         (rx_analyze_prologue): Add `frame_type' parameter. Cache this
6676         parameter in the prologue struct.  Add code for recording
6677         locations of PC and PSW for fast interrupt and exception frames.
6678         (rx_skip_prologue): Adjust call to rx_analyze_prologue.
6679         (rx_analyze_frame_prologue): Add `frame_type' parameter.
6680         (rx_frame_type): New function.
6681         (rx_frame_base): Fetch frame type and pass it to rx_analyze_prologue.
6682         (rx_frame_this_id): Rename parameter `this_prologue_cache' to
6683         `this_cache'.
6684         (rx_frame_prev_register): Rename parameter `this_prologue_cache' to
6685         `this_cache'.  Add cases for RX_FRAME_TYPE_EXCEPTION and
6686         RX_FRAME_TYPE_FAST_INTERRUPT.
6687         (normal_frame_p, exception_frame_p, rx_frame_sniffer_common)
6688         (rx_frame_sniffer, rx_exception_sniffer): New functions.
6689         (rx_frame_unwind): Use rx_frame_sniffer instead of
6690         default_frame_sniffer.
6691         (rx_frame_unwind): New unwinder.
6692         (rx_gdbarch_init): Register new unwinder.
6693
6694 2015-07-02  Kevin Buettner  <kevinb@redhat.com>
6695
6696         * rx-tdep.c (RX_BPSW_REGNUM, RX_FPSW_REGNUM): New constants.
6697         (struct gdbarch_tdep): Add fields rx_psw_type and rx_fpsw_type.
6698         (rx_register_type): Add cases for RX_PSW_REGNUM, RX_BPSW_REGNUM,
6699         and RX_FPSW_REGNUM.
6700         (rx_gdbarch_init): Initialize PSW, BPSW, and FPSW flags types.
6701
6702 2015-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6703
6704         Fix GCC false warning.
6705         * s390-linux-tdep.c (s390_handle_arg): Initialize VAL.
6706
6707 2015-07-02  Yao Qi  <yao.qi@linaro.org>
6708
6709         * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Fix
6710         typo in the debugging message.
6711
6712 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
6713
6714         * btrace.c: Include gdbcmd.h, cli/cli-utils.h, and ctype.h.
6715         (maint_btrace_cmdlist, maint_btrace_set_cmdlist)
6716         (maint_btrace_show_cmdlist, maint_btrace_pt_set_cmdlist)
6717         (maint_btrace_pt_show_cmdlist, maint_btrace_pt_skip_pad)
6718         (btrace_maint_clear): New.
6719         (btrace_fetch, btrace_clear): Call btrace_maint_clear.
6720         (pt_print_packet, btrace_maint_decode_pt)
6721         (btrace_maint_update_pt_packets, btrace_maint_update_packets)
6722         (btrace_maint_print_packets, get_uint, get_context_size, no_chunk)
6723         (maint_btrace_packet_history_cmd)
6724         (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
6725         (maint_btrace_cmd, maint_btrace_set_cmd, maint_btrace_show_cmd)
6726         (maint_btrace_pt_set_cmd, maint_btrace_pt_show_cmd)
6727         (maint_info_btrace_cmd, _initialize_btrace): New.
6728         * btrace.h (btrace_pt_packet, btrace_pt_packet_s)
6729         (btrace_maint_packet_history, btrace_maint_info): New.
6730         (btrace_thread_info) <maint>: New.
6731         * NEWS: Announce it.
6732
6733 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
6734
6735         * btrace.c (btrace_fetch): Append the new trace data.
6736         (btrace_clear): Clear the stored trace data.
6737         * btrace.h (btrace_thread_info) <data>: New.
6738         * common/btrace-common.h (btrace_data_clear)
6739         (btrace_data_append): New.
6740         * common/btrace-common.c (btrace_data_clear)
6741         (btrace_data_append): New.
6742
6743 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
6744
6745         * nat/linux-btrace.c (linux_enable_bts): Check for
6746         PERF_ATTR_SIZE_VER5.
6747         Check for data_offset and data_size fields.  Use them.
6748
6749 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
6750
6751         * NEWS: Announce new commands "record btrace pt" and "record pt".
6752         Announce new options "set|show record btrace pt buffer-size".
6753         * btrace.c: Include "rsp-low.h".
6754         Include "inttypes.h".
6755         (btrace_add_pc): Add forward declaration.
6756         (pt_reclassify_insn, ftrace_add_pt, btrace_pt_readmem_callback)
6757         (pt_translate_cpu_vendor, btrace_finalize_ftrace_pt)
6758         (btrace_compute_ftrace_pt): New.
6759         (btrace_compute_ftrace): Support BTRACE_FORMAT_PT.
6760         (check_xml_btrace_version): Update version check.
6761         (parse_xml_raw, parse_xml_btrace_pt_config_cpu)
6762         (parse_xml_btrace_pt_raw, parse_xml_btrace_pt)
6763         (btrace_pt_config_cpu_attributes, btrace_pt_config_children)
6764         (btrace_pt_children): New.
6765         (btrace_children): Add support for "pt".
6766         (parse_xml_btrace_conf_pt, btrace_conf_pt_attributes): New.
6767         (btrace_conf_children): Add support for "pt".
6768         * btrace.h: Include "intel-pt.h".
6769         (btrace_pt_error): New.
6770         * common/btrace-common.c (btrace_format_string, btrace_data_fini)
6771         (btrace_data_empty): Support BTRACE_FORMAT_PT.
6772         * common/btrace-common.h (btrace_format): Add BTRACE_FORMAT_PT.
6773         (struct btrace_config_pt): New.
6774         (struct btrace_config)<pt>: New.
6775         (struct btrace_data_pt_config, struct btrace_data_pt): New.
6776         (struct btrace_data)<pt>: New.
6777         * features/btrace-conf.dtd (btrace-conf)<pt>: New.
6778         (pt): New.
6779         * features/btrace.dtd (btrace)<pt>: New.
6780         (pt, pt-config, cpu): New.
6781         * nat/linux-btrace.c (perf_event_read, perf_event_read_all)
6782         (perf_event_pt_event_type, kernel_supports_pt)
6783         (linux_supports_pt): New.
6784         (linux_supports_btrace): Support BTRACE_FORMAT_PT.
6785         (linux_enable_bts): Free tinfo on error.
6786         (linux_enable_pt): New.
6787         (linux_enable_btrace): Support BTRACE_FORMAT_PT.
6788         (linux_disable_pt): New.
6789         (linux_disable_btrace): Support BTRACE_FORMAT_PT.
6790         (linux_fill_btrace_pt_config, linux_read_pt): New.
6791         (linux_read_btrace): Support BTRACE_FORMAT_PT.
6792         * nat/linux-btrace.h (struct btrace_tinfo_pt): New.
6793         (struct btrace_target_info)<pt>: New.
6794         * record-btrace.c (set_record_btrace_pt_cmdlist)
6795         (show_record_btrace_pt_cmdlist): New.
6796         (record_btrace_print_pt_conf): New.
6797         (record_btrace_print_conf): Support BTRACE_FORMAT_PT.
6798         (btrace_ui_out_decode_error): Support BTRACE_FORMAT_PT.
6799         (cmd_record_btrace_pt_start): New.
6800         (cmd_record_btrace_start): Support BTRACE_FORMAT_PT.
6801         (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): New.
6802         (_initialize_record_btrace): Add new commands.
6803         * remote.c (PACKET_Qbtrace_pt, PACKET_Qbtrace_conf_pt_size): New.
6804         (remote_protocol_features): Add "Qbtrace:pt".
6805         Add "Qbtrace-conf:pt:size".
6806         (remote_supports_btrace): Support BTRACE_FORMAT_PT.
6807         (btrace_sync_conf): Support PACKET_Qbtrace_conf_pt_size.
6808         (remote_enable_btrace): Support BTRACE_FORMAT_PT.
6809         (_initialize_remote): Add new commands.
6810
6811 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
6812
6813         * configure.ac: check for libipt
6814         * configure: Regenerate.
6815         * config.in: Regenerate.
6816         * Makefile.in (LIBIPT): New.
6817         (CLIBS): Add $LIBIPT.
6818         * NEWS: document new configure options
6819
6820 2015-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6821
6822         * compile/compile-object-load.c (compile_object_load): Replace debug
6823         message "lookup undefined ELF symbol" by 3 more specific messages.
6824
6825 2015-07-01  Kevin Buettner  <kevinb@redhat.com>
6826
6827         * rl78-tdep.c (struct gdbarch_tdep): Add new field, rl78_psw_type.
6828         (rl78_register_type): Add case for RL78_PSW_REGNUM.
6829         (rl78_gdbarch_init): Initialize rl78_psw_type.
6830
6831 2015-07-01  Patrick Palka  <patrick@parcs.ath.cx>
6832
6833         * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
6834         Update commentary.  Always refresh the registers when frame
6835         information has changed.
6836         * tui/tui-stack.c (tui_show_frame_info): Update commentary.
6837         Change return type to int.  Return 1 if frame information has
6838         changed, 0 otherwise.
6839         (tui_before_prompt): Update commentary.
6840         * tui/tui-stack.h (tui_show_frame_info): Change return type to
6841         int.
6842
6843 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
6844
6845         PR tui/13378
6846         * frame.c (select_frame): Remove reference to
6847         deprecated_selected_frame_level_changed_hook.
6848         * frame.h (deprecated_selected_frame_level_changed_hook): Remove
6849         declaration.
6850         * stack.c (deprecated_selected_frame_level_changed_hook):
6851         Likewise.
6852         * tui/tui-hooks.c (tui_selected_frame_level_changed_hook):
6853         Rename to ...
6854         (tui_refresh_frame_and_register_information): ... this.  Bail
6855         out if there is no stack.  Don't update register information
6856         unless registers_too_p is true.
6857         (tui_print_frame_info_listing_hook): Rename to ...
6858         (tui_dummy_print_frame_info_listing_hook): ... this.
6859         (tui_before_prompt): New function.
6860         (tui_normal_stop): New function.
6861         (tui_before_prompt_observer): New observer.
6862         (tui_normal_stop_observer): New observer.
6863         (tui_install_hooks): Set
6864         deprecated_print_frame_info_listing_hook to
6865         tui_dummy_print_frame_info_listing_hook.  Register
6866         tui_before_prompt_observer to call tui_before_prompt and
6867         tui_normal_stop_observer to call tui_normal_stop.  Remove
6868         reference to deprecated_selected_frame_level_changed_hook.
6869         (tui_remove_hooks): Detach and unset tui_before_prompt_observer
6870         and tui_normal_stop_observer.  Remove reference to
6871         deprecated_selected_frame_level_changed_hook.
6872
6873 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
6874
6875         PR tui/13378
6876         * tui/tui-stack.c (tui_set_locator_info): Change prototype to
6877         return an int instead of void.  Return whether the locator
6878         window has changed.
6879         (tui_show_frame_info): If the locator info has not changed, then
6880         bail out early to avoid refreshing the windows.
6881
6882 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
6883
6884         * tui/tui-stack.c (tui_set_locator_info): Explicitly pass
6885         LOCATOR_WIN to tui_alloc_content.
6886
6887 2015-06-30  Yao Qi  <yao.qi@linaro.org>
6888
6889         PR tdep/18605
6890         * arm-tdep.c (arm_get_next_pc_raw): Break for media
6891         instructions.
6892
6893 2015-06-29  Kevin Buettner  <kevinb@redhat.com>
6894
6895         * rx-tdep.c (RX_PSW_REGNUM): New enum constant.
6896         (rx_dwarf_reg_to_regnum): New function.
6897         (rx_gdbarch_init): Register rx_dwarf_reg_to_regnum.  Use dwarf2
6898         unwinding.
6899
6900 2015-06-29  Pedro Alves  <palves@redhat.com>
6901
6902         PR threads/18127
6903         * infcall.c (run_inferior_call): On infcall success, if the thread
6904         was marked stopped before, reset it back to stopped.
6905         * infrun.c (resume): Don't suppress the set_running calls when
6906         doing an infcall.
6907         (normal_stop): Only discard the finish_thread_state cleanup if the
6908         infcall succeeded.
6909
6910 2015-06-29  Pierre Langlois  <pierre.langlois@arm.com>
6911
6912         * MAINTAINERS (Write After Approval): Update my email address.
6913
6914 2015-06-26  Keith Seitz  <keiths@redhat.com>
6915             Doug Evans  <dje@google.com>
6916
6917         PR 16253
6918         * block.c (block_lookup_symbol): For non-function blocks,
6919         continue to search for a symbol with an exact domain match
6920         Otherwise, return any previously found "best domain" symbol.
6921         (block_lookup_symbol_primary): Likewise.
6922
6923 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
6924
6925         * NEWS: Mention the new option "history remove-duplicates".
6926         * top.c (history_remove_duplicates): New static variable.
6927         (show_history_remove_duplicates): New static function.
6928         (gdb_add_history): Conditionally remove duplicate history
6929         entries.
6930         (init_main): Add "history remove-duplicates" option.
6931
6932 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
6933
6934         * tui/tui-win.c (focus_completer): New static function.
6935         (_initialize_tui_win): Set the completion function of the
6936         "focus" command to focus_completer.
6937
6938 2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
6939
6940         * linespec.c (minsym_found): Reset sal.PC for COMPUNIT_LOCATIONS_VALID
6941         and language_asm..
6942         * symtab.c (find_function_start_sal): Likewise.
6943
6944 2015-06-25  Gary Benson  <gbenson@redhat.com>
6945
6946         * solib.c (solib_find_1): Set local variable sysroot to NULL if
6947         it is the empty string after trailing slashes have been stripped.
6948
6949 2015-06-25  Gary Benson  <gbenson@redhat.com>
6950
6951         * exec.c (exec_file_locate_attach): Remove gdb_sysroot NULL check.
6952         * infrun.c (follow_exec): Likewise.
6953         * remote.c (remote_filesystem_is_local): Likewise.
6954         * solib.c (solib_find_1): Likewise.
6955
6956 2015-06-24  Keith Seitz  <keiths@redhat.com>
6957
6958         * build-id.c (build_id_to_debug_bfd): Add cleanup to free
6959         return value from lrealpath.
6960
6961 2015-06-24  Mike Frysinger  <vapier@gentoo.org>
6962
6963         * remote-sim.c (gdbsim_open): Move sysroot update to the top.
6964
6965 2015-06-24  Mike Frysinger  <vapier@gentoo.org>
6966
6967         * remote-sim.c: Include gdb_bfd.h.
6968         (gdbsim_open): Declare new local sysroot pointing to gdb_sysroot.
6969         Skip TARGET_SYSROOT_PREFIX in gdb_sysroot when it is active.
6970
6971 2015-06-24  Yao Qi  <yao.qi@linaro.org>
6972
6973         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't call
6974         set_gdbarch_get_siginfo_type.
6975         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
6976         * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
6977         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
6978         * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
6979         * ppc-linux-tdep.c (ppc_linux_init_abi): Likewise.
6980         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
6981         * tilegx-linux-tdep.c (tilegx_linux_init_abi): Likewise.
6982         * linux-tdep.c (linux_get_siginfo_type): Change it to static.
6983         (linux_init_abi): Call set_gdbarch_get_siginfo_type.
6984         * linux-tdep.h (linux_get_siginfo_type): Remove the declaration.
6985
6986 2015-06-24  Gary Benson  <gbenson@redhat.com>
6987
6988         * common/buffer.c (stdint.h): Do not include.
6989         * common/print-utils.c (stdint.h): Likewise.
6990         * compile/compile-c-symbols.c (gdb_assert.h): Likewise.
6991         * compile/compile-c-types.c (gdb_assert.h): Likewise.
6992         * ft32-tdep.c (gdb_assert.h): Likewise.
6993         * guile/scm-utils.c (stdint.h): Likewise.
6994         * i386-linux-tdep.c (stdint.h): Likewise.
6995         * i386-tdep.c (stdint.h): Likewise.
6996         * nat/linux-btrace.c (stdint.h): Likewise.
6997         * nat/linux-btrace.h (stdint.h): Likewise.
6998         * nat/linux-ptrace.c (stdint.h): Likewise.
6999         * nat/mips-linux-watch.h (stdint.h): Likewise.
7000         * ppc-linux-nat.c (stdint.h): Likewise.
7001         * python/python-internal.h (stdint.h): Likewise.
7002         * stub-termcap.c (stdlib.h): Likewise.
7003         * target/target.h (stdint.h): Likewise.
7004         * xtensa-linux-nat.c (stdint.h): Likewise.
7005
7006 2015-06-23  Patrick Palka  <patrick@parcs.ath.cx>
7007
7008         * top.c (init_history): Look at errno after calling strtol to
7009         properly map large GDBHISTSIZE values to infinity.
7010
7011 2015-06-23  Doug Evans  <dje@google.com>
7012
7013         * inferior.h (struct inferior_suspend_state): Delete, unused.
7014         All references deleted.
7015
7016 2015-06-23  Mike Frysinger  <vapier@gentoo.org>
7017
7018         * microblaze-tdep.c (microblaze_push_dummy_code): Delete.
7019         (microblaze_push_dummy_call): Likewise.
7020         (microblaze_gdbarch_init): Delete calls to set_gdbarch_push_dummy_code
7021         and set_gdbarch_push_dummy_call.
7022
7023 2015-06-23  Yao Qi  <yao.qi@linaro.org>
7024
7025         * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
7026         Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly.
7027         (amd64_linux_store_inferior_registers): Likewise.
7028         * arm-linux-nat.c (fetch_fpregister): Likewise.
7029         (fetch_fpregs, store_fpregister): Likewise.
7030         (store_fpregister, store_fpregs): Likewise.
7031         (fetch_register, fetch_regs): Likewise.
7032         (store_register, store_regs): Likewise.
7033         (fetch_vfp_regs, store_vfp_regs): Likewise.
7034         (arm_linux_read_description): Check have_ptrace_getregset is
7035         TRIBOOL_UNKNOWN.  Set have_ptrace_getregset to TRIBOOL_TRUE
7036         or TRIBOOL_FALSE.
7037         * i386-linux-nat.c (fetch_xstateregs): Check
7038         have_ptrace_getregset is not TRIBOOL_TRUE.
7039         (store_xstateregs): Likewise.
7040         * linux-nat.c (have_ptrace_getregset): Change its type to
7041         enum tribool.
7042         * linux-nat.h (tribool): New enum.
7043         * x86-linux-nat.c (x86_linux_read_description): Use enum tribool.
7044         Check whether have_ptrace_getregset is TRIBOOL_TRUE.
7045
7046 2015-06-19  Doug Evans  <dje@google.com>
7047
7048         * NEWS: Mention Sun's version of stabs is no longer supported.
7049         * elfread.c (free_elfinfo): Delete.  All uses updated.
7050         (elfstab_offset_sections): Delete.  All uses updated.
7051         * gdb-stabs.h (stab_section_info): Delete.  All uses updated.
7052         * psympriv.h (partial_symtab) <section_offsets>: Delete.
7053         All uses updated.
7054         * psymtab.c (start_psymtab_common): Delete arg section_offsets.
7055         All callers updated.
7056
7057 2015-06-18  Simon Marchi  <simon.marchi@ericsson.com>
7058
7059         * common/rsp-low.c (needs_escaping): New.
7060         (remote_escape_output): Add unit_size parameter. Refactor to
7061         support multi-byte addressable units.  Rename parameters.
7062         * common/rsp-low.h (remote_escape_output): Add unit_size
7063         parameter and rename others. Update doc.
7064         * remote.c (align_for_efficient_write): New.
7065         (remote_write_bytes_aux): Add unit_size parameter and use it.
7066         Rename some variables.  Update doc.
7067         (remote_xfer_partial): Get unit size and use it.
7068         (remote_read_bytes_1): Add unit_size parameter and use it.
7069         Rename some variables. Update doc.
7070         (remote_write_bytes): Same.
7071         (remote_xfer_live_readonly_partial): Same.
7072         (remote_read_bytes): Same.
7073         (remote_flash_write): Update call to remote_write_bytes_aux.
7074         (remote_write_qxfer): Update call to remote_escape_output.
7075         (remote_search_memory): Same.
7076         (remote_hostio_pwrite): Same.
7077
7078 2015-06-17  Luis Machado  <lgustavo@codesourcery.com>
7079
7080         * breakpoint.c (add_location_to_breakpoint): Don't mark permanent
7081         locations as inserted.
7082         Update and expand comment about permanent locations.
7083         (bp_loc_is_permanent): Don't return 0 for bp_call_dummy.
7084         Move comment to add_location_to_breakpoint.
7085         (update_global_location_list): Don't error out if a permanent
7086         breakpoint is not marked inserted.
7087         Don't error out if a non-permanent breakpoint location is inserted on
7088         top of a permanent breakpoint.
7089
7090 2015-06-17  Luis Machado  <lgustavo@codesourcery.com>
7091
7092         * breakpoint.c (make_breakpoint_permanent): Remove unused
7093         function.
7094         * breakpoint.h (make_breakpoint_permanent): Remove declaration.
7095
7096 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
7097
7098         PR gdb/16999
7099         * NEWS: Mention new GDBHISTSIZE behavior.
7100         * top.c (init_history): For null or out-of-range GDBHISTSIZE,
7101         set history size to unlimited.  Ignore non-numeric GDBHISTSIZE.
7102
7103 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
7104
7105         * NEWS: Mention that GDBHISTSIZE is read instead of HISTSIZE.
7106         * top.c (init_history): Read from GDBHISTSIZE instead of
7107         HISTSIZE.
7108         (init_main): Refer to GDBHISTSIZE instead of HISTSIZE.
7109
7110 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
7111
7112         * top.c (gdb_safe_append_history): Do not call
7113         history_truncate_file if the history is not stifled.
7114
7115 2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7116
7117         * syscalls/s390-linux.xml: Add syscalls 344 through 354.
7118         * syscalls/s390x-linux.xml: Likewise.
7119
7120 2015-06-16  Michael Eager  <eager@eagercon.com>
7121
7122         * nat/linux-namespaces.c (MSG_CMSG_CLOEXEC): Define if not defined.
7123
7124 2015-06-16  Patrick Palka  <patrick@parcs.ath.cx>
7125
7126         * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Call
7127         target_terminal_ours_for_output() before calling
7128         tui_show_frame_info(), and restore the original terminal
7129         settings afterwards.
7130
7131 2015-06-16  Martin Simmons  <martin@lispworks.com>  (tiny patch)
7132
7133         * arm-linux-nat.c: Include nat/linux-ptrace.h.
7134
7135 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
7136
7137         * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable
7138         memory unit size.
7139         (mi_cmd_data_write_memory_bytes): Same.
7140
7141 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
7142
7143         * corefile.c (write_memory): Update doc.
7144         * gdbcore.h (write_memory): Same.
7145
7146 2015-06-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7147
7148         * linux-tdep.c (enum filterflags): Make it from anonymous enum.
7149         (dump_mapping_p): Use it for parameter filterflags.
7150         (linux_find_memory_regions_full): Use it for variable filterflags.
7151
7152 2015-06-15  Aleksandar Ristovski  <aristovski@qnx.com
7153             Jan Kratochvil  <jan.kratochvil@redhat.com>
7154
7155         Merge multiple hex conversions.
7156         * monitor.c: Include rsp-low.h.
7157         (fromhex): Remove definition.
7158
7159 2015-06-15  Aleksandar Ristovski  <aristovski@qnx.com
7160             Jan Kratochvil  <jan.kratochvil@redhat.com>
7161
7162         Move utility functions to common/.
7163         * cli/cli-utils.c (skip_spaces, skip_spaces_const, skip_to_space_const):
7164         Move defs to common/common-utils.c.
7165         * cli/cli-utils.h (skip_spaces, skip_spaces_const, skip_to_space)
7166         (skip_to_space_const): Move decls to common/common-utils.h.
7167         * common/common-defs.h: Move include of common-types.h before
7168         common-utils.h.
7169         * common/common-utils.c: Include host-defs.h and ctype.h.
7170         (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int, strtoulst): Move
7171         from utils.c.
7172         (skip_spaces, skip_spaces_const, skip_to_space_const): Move from
7173         cli/cli-utils.c.
7174         * common/common-utils.h (strtoulst): Move decl from utils.h.
7175         (skip_spaces, skip_spaces_const, skip_to_space, skip_to_space_const):
7176         Move from cli/cli-utils.h.
7177         * common/host-defs.h: Include limits.h.
7178         (TARGET_CHAR_BIT, HOST_CHAR_BIT): Moved from defs.h.
7179         (skip_spaces, skip_spaces_const): Move decls from cli/cli-utils.h.
7180         * defs.h (TARGET_CHAR_BIT, HOST_CHAR_BIT): Move to
7181         common/common-utils.h.
7182         * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
7183         (strtoulst): Move to common/common-utils.c.
7184         * utils.h (strtoulst): Moved decl to common/common-utils.h.
7185
7186 2015-06-15  Yao Qi  <yao.qi@linaro.org>
7187
7188         * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml.
7189
7190 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
7191
7192         * build-id.c: Don't include elf-bfd.h.
7193         (build_id_bfd_get): Use bfd_build_id.
7194         (build_id_verify): Ditto.
7195         * build-id.h: Ditto.
7196         (find_separate_debug_file_by_buildid): Ditto.
7197         * python/py-objfile.c: Don't include elf-bfd.h.
7198         (objfpy_get_build_id) Use bfd_build_id.
7199         (objfpy_build_id_matches, objfpy_lookup_objfile_by_build_id): Ditto.
7200         * coffread.c: Include build-id.h.
7201         (coff_symfile_read): Try find_separate_debug_file_by_buildid.
7202
7203 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
7204
7205         * windows-nat.c (do_windows_fetch_inferior_registers)
7206         (handle_output_debug_string): Replace __COPY_CONTEXT_SIZE
7207         conditional with __CYGWIN__.
7208
7209 2015-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
7210
7211         * completer.c: Add arch-utils.h include.
7212         (enum reg_completer_targets): New enum.
7213         (reg_or_group_completer_1): New function containing old
7214         reg_or_group_completer, add and use new parameter to control what
7215         is completed on.  Use get_current_arch rather than architecture of
7216         currently selected frame.
7217         (reg_or_group_completer): Call new reg_or_group_completer_1.
7218         (reggroup_completer): Call new reg_or_group_completer_1.
7219         * completer.h (reggroup_completer): Add declaration.
7220         * tui/tui-regs.c: Add 'completer.h' include.
7221         (tui_reg_next_command): Renamed to...
7222         (tui_reg_next): ...this.  Adjust parameters and return rather than
7223         display new group.
7224         (tui_reg_prev_command): Renamed to...
7225         (tui_reg_prev): ...this.  Adjust parameters and return rather than
7226         display new group.
7227         (tui_reg_float_command): Delete.
7228         (tui_reg_general_command): Delete.
7229         (tui_reg_system_command): Delete.
7230         (tui_reg_command): Rewrite to perform switching of register group.
7231         Add header comment.
7232         (tuireglist): Remove.
7233         (tui_reggroup_completer): New function.
7234         (_initialize_tui_regs): Remove 'tui reg' sub-commands, update
7235         creation of 'tui reg' command.
7236         * NEWS: Add comment about 'tui reg' changes.
7237
7238 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
7239
7240         * target.c (target_read): Consider addressable unit size when
7241         reading from a memory object.
7242         (read_memory_robust): Same.
7243         (read_whatever_is_readable): Same.
7244         (target_write_with_progress): Consider addressable unit size
7245         when writing to a memory object.
7246         * target.h (target_read): Update documentation.
7247         (target_write): Add documentation.
7248
7249 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
7250
7251         * arch-utils.h (default_addressable_memory_unit_size): New.
7252         * arch-utils.c (default_addressable_memory_unit_size): New.
7253         * gdbarch.sh (addressable_memory_unit_size): New.
7254         * gdbarch.h: Re-generate.
7255         * gdbarch.c: Re-generate.
7256
7257 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
7258
7259         * target.c (target_read): Rename variables and use
7260         TARGET_XFER_E_IO.
7261         (target_read_with_progress): Same.
7262         (read_memory_robust): Constify parameters and rename
7263         variables.
7264         (read_whatever_is_readable): Constify parameters,
7265         rename variables, adjust formatting.
7266         * target.h (read_memory_robust): Constify parameters.
7267
7268 2015-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
7269
7270         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short
7271         synthetic (non-AltiVec) vector types.
7272         (ppc64_sysv_abi_return_value): Likewise.
7273
7274 2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7275
7276         PR breakpoints/16465
7277         * breakpoint.c (create_breakpoint): Save extra_string for
7278         pending breakpoints.
7279
7280 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7281
7282         * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask
7283         and bt_mask to CORE_ADDR.
7284
7285 2015-06-11  Gary Benson <gbenson@redhat.com>
7286
7287         * nat/linux-namespaces.c (mnsh_send_message): Use pulongest.
7288         (mnsh_recv_message): Likewise.
7289
7290 2015-06-11  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7291
7292         * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of
7293         long long int and plongest instead of %ll.
7294
7295 2015-06-11  Gary Benson <gbenson@redhat.com>
7296
7297         * nat/linux-namespaces.c (gdb_wait.h): New include.
7298         (sys/wait.h): Do not include.
7299
7300 2015-06-10  Simon Marchi  <simon.marchi@ericsson.com>
7301
7302         * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if
7303         end_sequence is true.
7304
7305 2015-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
7306
7307         Code cleanup.
7308         * solib-target.c (library_list_start_list): Use explicit NULL
7309         comparison.
7310
7311 2015-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
7312
7313         * solib-target.c (library_list_start_list): Do not dereference
7314         variable version in its initialization.  Make the VERSION check handle
7315         NULL.
7316         (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL.
7317
7318 2015-06-10  Gary Benson <gbenson@redhat.com>
7319
7320         * NEWS: Announce support for direct access of executable and
7321         shared library files when attaching to inferiors in containers
7322         on GNU/Linux systems.
7323
7324 2015-06-10  Gary Benson <gbenson@redhat.com>
7325
7326         * remote.c (struct remote_state) <fs_pid>: New field.
7327         (new_remote_state): Initialize the above.
7328         (PACKET_vFile_setfs): New enum value.
7329         (remote_hostio_set_filesystem): New function.
7330         (remote_hostio_open): Call the above.
7331         (remote_hostio_unlink): Likewise.
7332         (remote_hostio_readlink): Likewise.
7333         (_initialize_remote): Register new "set/show remote
7334         hostio-setfs-packet" command.
7335         * NEWS: Announce new vFile:setfs packet.
7336
7337 2015-06-10  Gary Benson <gbenson@redhat.com>
7338
7339         * linux-nat.c (nat/linux-namespaces.h): New include.
7340         (fileio.h): Likewise.
7341         (linux_nat_filesystem_is_local): New function.
7342         (linux_nat_fileio_pid_of): Likewise.
7343         (linux_nat_fileio_open): Likewise.
7344         (linux_nat_fileio_readlink): Likewise.
7345         (linux_nat_fileio_unlink): Likewise.
7346         (linux_nat_add_target): Initialize to_filesystem_is_local,
7347         to_fileio_open, to_fileio_readlink and to_fileio_unlink.
7348         (_initialize_linux_nat): New "set/show debug linux-namespaces"
7349         commands.
7350         * NEWS: Mention new "set/show debug linux-namespaces" commands.
7351
7352 2015-06-10  Gary Benson <gbenson@redhat.com>
7353
7354         * target.h (struct inferior): New forward declaration.
7355         (struct target_ops) <to_filesystem_is_local>: Update comment.
7356         (struct target_ops) <to_fileio_open>: New argument inf.
7357         Update comment.  All implementations updated.
7358         (struct target_ops) <to_fileio_unlink>: Likewise.
7359         (struct target_ops) <to_fileio_readlink>: Likewise.
7360         (target_filesystem_is_local): Update comment.
7361         (target_fileio_open): New argument inf.  Update comment.
7362         (target_fileio_unlink): Likewise.
7363         (target_fileio_readlink): Likewise.
7364         (target_fileio_read_alloc): Likewise.
7365         (target_fileio_read_stralloc): Likewise.
7366         * target.c (target_fileio_open): New argument inf.
7367         Pass inf to implementation.  Update debug printing.
7368         (target_fileio_unlink): Likewise.
7369         (target_fileio_readlink): Likewise.
7370         (target_fileio_read_alloc_1): New argument inf. Pass inf
7371         to target_fileio_open.
7372         (target_fileio_read_alloc): New argument inf. Pass inf to
7373         target_fileio_read_alloc_1.
7374         (target_fileio_read_stralloc): Likewise.
7375         * gdb_bfd.c (inferior.h): New include.
7376         (gdb_bfd_iovec_fileio_open): Replace unused "open_closure"
7377         argument with new argument "inferior".  Pass inferior to
7378         target_fileio_open.
7379         (gdb_bfd_open): Supply inferior argument to
7380         gdb_bfd_iovec_fileio_open.
7381         * linux-tdep.c (linux_info_proc): Supply inf argument to
7382         relevant target_fileio calls.
7383         (linux_find_memory_regions_full): Likewise.
7384         (linux_fill_prpsinfo): Likewise.
7385         * remote.c (remote_filesystem_is_local): Supply inf
7386         argument to remote_hostio_open.
7387         (remote_file_put): Likewise.
7388         (remote_file_get): Likewise.
7389         (remote_file_delete): Supply inf argument to
7390         remote_hostio_unlink.
7391
7392 2015-06-10  Gary Benson <gbenson@redhat.com>
7393
7394         * inf-child.c (inf_child_fileio_open): Replace comment.
7395         (inf_child_fileio_pwrite): Likewise.
7396         (inf_child_fileio_pread): Likewise.
7397         (inf_child_fileio_fstat): Insert blank line before comment.
7398         (inf_child_fileio_close): Replace comment.
7399         (inf_child_fileio_unlink): Likewise.
7400         (inf_child_fileio_readlink): Likewise.
7401         * remote.c (remote_hostio_open): Likewise.
7402         (remote_hostio_pread): Likewise.
7403         (remote_hostio_pwrite): Likewise.
7404         (remote_hostio_close): Likewise.
7405         (remote_hostio_unlink): Likewise.
7406         (remote_hostio_readlink): Likewise.
7407         (remote_hostio_fstat): Likewise.
7408         (remote_filesystem_is_local): Likewise.
7409         * target.c (target_fileio_open): Likewise.
7410         (target_fileio_pwrite): Likewise.
7411         (target_fileio_pread): Likewise.
7412         (target_fileio_fstat): Insert blank line before comment.
7413         (target_fileio_close): Replace comment.
7414         (target_fileio_unlink): Likewise.
7415         (target_fileio_readlink): Likewise.
7416         (target_fileio_read_alloc): Likewise.
7417         (target_fileio_read_stralloc): Likewise.
7418
7419 2015-06-10  Gary Benson <gbenson@redhat.com>
7420
7421         * linux-thread-db.c (nat/linux-namespaces.h): New include.
7422         (check_pid_namespace_match): Use linux_ns_same rather than
7423         linux_proc_pid_get_ns to spot PID namespace mismatches.
7424         * nat/linux-procfs.h (linux_proc_pid_get_ns): Remove.
7425         * nat/linux-procfs.c (linux_proc_pid_get_ns): Likewise.
7426
7427 2015-06-10  Gary Benson <gbenson@redhat.com>
7428
7429         * configure.ac (AC_CHECK_FUNCS): Add setns.
7430         * config.in: Regenerate.
7431         * configure: Likewise.
7432         * nat/linux-namespaces.h: New file.
7433         * nat/linux-namespaces.c: Likewise.
7434         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-namespaces.h.
7435         (linux-namespaces.o): New rule.
7436         * config/aarch64/linux.mh (NATDEPFILES): Add linux-namespaces.o.
7437         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
7438         * config/arm/linux.mh (NATDEPFILES): Likewise.
7439         * config/i386/linux.mh (NATDEPFILES): Likewise.
7440         * config/i386/linux64.mh (NATDEPFILES): Likewise.
7441         * config/ia64/linux.mh (NATDEPFILES): Likewise.
7442         * config/m32r/linux.mh (NATDEPFILES): Likewise.
7443         * config/m68k/linux.mh (NATDEPFILES): Likewise.
7444         * config/mips/linux.mh (NATDEPFILES): Likewise.
7445         * config/pa/linux.mh (NATDEPFILES): Likewise.
7446         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
7447         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
7448         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
7449         * config/s390/linux.mh (NATDEPFILES): Likewise.
7450         * config/sparc/linux.mh (NATDEPFILES): Likewise.
7451         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
7452         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
7453         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
7454
7455 2015-06-10  Gary Benson <gbenson@redhat.com>
7456
7457         * utils.h (make_cleanup_close): Moved to common/filestuff.h.
7458         * utils.c (do_close_cleanup): Moved to common/filestuff.c.
7459         (make_cleanup_close): Likewise.
7460         * common/filestuff.h (make_cleanup_close): Moved from utils.h.
7461         * common/filestuff.c (do_close_cleanup): Moved from utils.c.
7462         (make_cleanup_close): Likewise.
7463
7464 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
7465
7466         * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE
7467         from SuspendThread().
7468
7469 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
7470
7471         * windows-nat.c (handle_output_debug_string): Trim trailing '\n'
7472         from OutputDebugString.
7473
7474 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7475                         Mircea Gherzan  <mircea.gherzan@intel.com>
7476
7477         * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32,
7478         MPX_BT_MASK_32): New macros.
7479         (i386_mpx_set_bounds): New function that implements
7480         the command "set-mpx-bound".
7481         (i386_mpx_enabled): Helper function to test MPX availability.
7482         (i386_mpx_bd_base): Helper function to calculate the base directory
7483         address.
7484         (i386_mpx_get_bt_entry): Helper function to access a bound
7485         table entry.
7486         (i386_mpx_print_bounds): Effectively display bound information.
7487         (_initialize_i386_tdep): Add new commands to commands "set mpx" and
7488         "show mpx".
7489         (_initialize_i386_tdep):
7490         Add "bound" to the commands "show mpx" and "set mpx" commands.
7491         (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx"
7492         and "show mpx" commands.
7493         * NEWS: List new commands for MPX support.
7494
7495 2015-06-09  Gary Benson <gbenson@redhat.com>
7496
7497         * common/fileio.h (fileio_to_host_mode): New declaration.
7498         * common/fileio.c (fileio_to_host_mode): New Function.
7499         * inf-child.c (inf_child_fileio_open): Process mode argument
7500         with fileio_to_host_mode.
7501
7502 2015-06-09  Gary Benson <gbenson@redhat.com>
7503
7504         * common/fileio.c (fileio_mode_pack): Fix preprocessor
7505         conditional.
7506
7507 2015-06-05  Gary Benson <gbenson@redhat.com>
7508
7509         * gdb_bfd.c (gdb_bfd_open): Move vgdb special case to...
7510         * remote.c (remote_filesystem_is_local): ...here.
7511
7512 2015-06-04  Yao Qi  <yao.qi@linaro.org>
7513
7514         * gdbarch.c: Regenerate it.
7515
7516 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7517
7518         * arch-utils.c (default_infcall_munmap): New.
7519         * arch-utils.h (default_infcall_munmap): New declaration.
7520         * compile/compile-object-load.c (struct munmap_list, munmap_list_add)
7521         (munmap_list_free, munmap_listp_free_cleanup): New.
7522         (struct setup_sections_data): Add field munmap_list_headp.
7523         (setup_sections): Call munmap_list_add.
7524         (compile_object_load): New variable munmap_list_head, initialize
7525         setup_sections_data.munmap_list_headp, return munmap_list_head.
7526         * compile/compile-object-load.h (struct munmap_list): New declaration.
7527         (struct compile_module): Add field munmap_list_head.
7528         (munmap_list_free): New declaration.
7529         * compile/compile-object-run.c (struct do_module_cleanup): Add field
7530         munmap_list_head.
7531         (do_module_cleanup): Call munmap_list_free.
7532         (compile_object_run): Pass munmap_list_head to do_module_cleanup.
7533         * gdbarch.c: Regenerate.
7534         * gdbarch.h: Regenerate.
7535         * gdbarch.sh (infcall_munmap): New.
7536         * linux-tdep.c (linux_infcall_munmap): New.
7537         (linux_init_abi): Install it.
7538
7539 2015-06-02  Simon Marchi  <simon.marchi@ericsson.com>
7540
7541         PR gdb/15564
7542         * inferior.c (detach_inferior): Call exit_inferior_1 with silent = 0.
7543
7544 2015-06-02  Yao Qi  <yao.qi@linaro.org>
7545
7546         * i386-linux-nat.c: Include linux-nat.h.
7547
7548 2015-06-01  Andreas Schwab  <schwab@linux-m68k.org>
7549             Jan Kratochvil  <jan.kratochvil@redhat.com>
7550
7551         PR symtab/18392
7552         * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct
7553         assertion.
7554         * dwarf2loc.c (chain_candidate): Likewise.
7555
7556 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7557
7558         * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET.
7559         (store_vfp_regs): Use PTRACE_SETREGSET.
7560
7561 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7562
7563         * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET.
7564         (fetch_fpregs): Likewise.
7565         * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET.
7566         (store_fpregs): Likewise.
7567
7568 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7569
7570         * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET.
7571         (fetch_regs): Likewise.
7572         (store_regs): Use PTRACE_SETREGSET.
7573         (store_register): Likewise.
7574
7575 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7576
7577         * arm-linux-nat.c (arm_linux_read_description): Check whether
7578         kernel supports PTRACE_GETREGSET.
7579
7580 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7581
7582         * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
7583         * linux-nat.c: ... here.
7584         * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
7585         to ...
7586         * linux-nat.h: ... here.
7587
7588 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7589
7590         * amd64-linux-nat.c: Include "nat/linux-ptrace.h".
7591         * i386-linux-nat.c: Likewise.
7592         * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define.
7593         * s390-linux-nat.c: Include "nat/linux-ptrace.h".
7594         (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
7595         * x86-linux-nat.c: Include "nat/linux-ptrace.h".
7596         * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
7597
7598 2015-05-30  Eli Zaretskii  <eliz@gnu.org>
7599
7600         * go32-nat.c (go32_xfer_memory): Fix the return value to be
7601         compatible to what read_child and write_child return.  This
7602         unbreaks that DJGPP build of GDB which was broken since v7.7.
7603
7604 2015-05-29  Martin Galvan  <martin.galvan@tallertechnologies.com>
7605
7606         * MAINTAINERS (Write After Approval): Add Martin Galvan.
7607
7608 2015-05-29  Roland McGrath  <mcgrathr@google.com>
7609
7610         PR gdb/18464
7611         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning
7612         rather than internal_error for an unrecognized value.
7613
7614 2015-05-29  Max Filippov  <jcmvbkbc@gmail.com>
7615
7616         * xtensa-tdep.c (xtensa_pseudo_register_read)
7617         (xtensa_pseudo_register_write): Don't alias last pseudo register
7618         to a1.
7619
7620 2015-05-28  Don Breazeal  <donb@codesourcery.com>
7621
7622         * infrun.c (follow_fork_inferior): Ensure the use of
7623         process-style ptids (pid,0,0) in verbose/debug "Detaching"
7624         messages.
7625
7626 2015-05-28  Doug Evans  <dje@google.com>
7627
7628         * dwarf2read.c (record_line_ftype): Remove, duplicate.
7629
7630 2015-05-28  Yao Qi  <yao.qi@linaro.org>
7631
7632         * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove.
7633         (arm_linux_fetch_inferior_registers): Use
7634         tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers.
7635         (arm_linux_store_inferior_registers): Likewise.
7636         (arm_linux_read_description): Don't set
7637         arm_linux_has_wmmx_registers.
7638         * arm-tdep.c (arm_gdbarch_init): Set
7639         tdep->have_wmmx_registers according target descriptions.
7640         * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New
7641         field.
7642
7643 2015-05-28  Yao Qi  <yao.qi@linaro.org>
7644
7645         * arm-linux-nat.c (arm_linux_vfp_register_count): Remove.
7646         (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep
7647         instead of arm_linux_vfp_register_count.
7648         (store_vfp_regs): Likewise.
7649         (arm_linux_fetch_inferior_registers): Likewise.
7650         (arm_linux_store_inferior_registers): Likewise.
7651         (arm_linux_read_description): Don't set
7652         arm_linux_vfp_register_count.
7653         * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections):
7654         Adjust.
7655         * arm-tdep.c (arm_gdbarch_init): Add assert on
7656         vfp_register_count.
7657         * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename
7658         field to vfp_register_count.  All users updated.
7659
7660 2015-05-28  Kyle Huey  <me@kylehuey.com>  (tiny patch)
7661
7662         * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on
7663         ELFOSABI_GNU binaries.
7664
7665 2015-05-27  Doug Evans  <dje@google.com>
7666
7667         * dwarf2read.c (lnp_state_machine): New typedef.
7668         (lnp_reader_state): New typedef.
7669         (dwarf_record_line_1): Renamed from dwarf_record_line.
7670         All callers updated.
7671         (dwarf_record_line): New function.
7672         (init_lnp_state_machine): New function.
7673         (check_line_address): Replace p_record_line parameter with state.
7674         All callers updated.
7675         (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine.
7676         Update to record state in lnp_state_machine.
7677
7678 2015-05-27  Doug Evans  <dje@google.com>
7679
7680         * dwarf2read.c (record_line_ftype): New typedef.
7681         (check_line_address): New function.
7682         (dwarf_decode_lines_1): Call it.
7683
7684 2015-05-27  Doug Evans  <dje@google.com>
7685
7686         * NEWS: Mention "set debug dwarf-line".
7687         * dwarf2read.c (dwarf_line_debug): New static global.
7688         (add_include_dir): Add debug dwarf-line support.
7689         (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto.
7690         (_initialize_dwarf2_read): New parameter "debug dwarf-line".
7691
7692 2015-05-27  Doug Evans  <dje@google.com>
7693
7694         * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain".
7695         All callers updated.
7696         (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto.
7697         * cp-support.h (cp_lookup_nested_symbol): Update.
7698
7699 2015-05-27  Doug Evans  <dje@google.com>
7700
7701         PR symtab/18258
7702         * block.c (block_find_symbol): New function.
7703         (block_find_non_opaque_type): Ditto.
7704         (block_find_non_opaque_type_preferred): Ditto.
7705         * block.h (block_symbol_matcher_ftype): New typedef.
7706         (block_find_symbol): Declare.
7707         (block_find_non_opaque_type): Ditto.
7708         (block_find_non_opaque_type_preferred): Ditto.
7709         * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol.
7710         * psymtab.c (psym_lookup_symbol): Ditto.
7711         * symtab.c (basic_lookup_transparent_type_1): New function.
7712         (basic_lookup_transparent_type): Call it.
7713
7714 2015-05-27  Yao Qi  <yao.qi@linaro.org>
7715
7716         * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return
7717         AARCH64_RECORD_UNKNOWN for unknown instruction encoding.
7718
7719 2015-05-27  Yao Qi  <yao.qi@linaro.org>
7720
7721         * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
7722         before operator &&.
7723         (aarch64_record_load_store): Likewise.
7724
7725 2015-05-26  Doug Evans  <dje@google.com>
7726
7727         PR c++/18141, c++/18417.
7728         * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being
7729         a typedef.
7730
7731 2015-05-26  Doug Evans  <dje@google.com>
7732
7733         * NEWS: Add entries for command renamings.
7734         * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug.
7735         All uses updated.
7736         (dwarf_die_debug): Renamed from dwarf2_die_debug.  All uses updated.
7737         (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age.
7738         All uses updated.
7739         (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age.
7740         All callers updated.  Fix spelling of DWARF in help text.
7741         (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist.
7742         All uses updated.
7743         (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist.
7744         All uses updated.
7745         (set_dwarf_cmd): Renamed from set_dwarf2_cmd.  All callers updated.
7746         (show_dwarf_cmd): Renamed from show_dwarf2_cmd.  All callers updated.
7747         (dwarf_always_disassemble): Renamed from dwarf_always_disassemble.
7748         All uses updated.
7749         (show_dwarf_always_disassemble): Renamed from
7750         show_dwarf2_always_disassemble.  All callers updated.
7751         (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to
7752         "set/show dwarf".  Rename "set/show dwarf2 max-cache-age" to
7753         "set/show dwarf max-cache-age".  Rename
7754         "set/show dwarf2 always-disassemble" to
7755         "set/show dwarf always-disassemble".  Rename
7756         "set/show debug dwarf2-read" to "set/show debug dwarf-read".  Rename
7757         "set/show debug dwarf2-die" to "set/show debug dwarf-die".
7758
7759 2015-05-26  Doug Evans  <dje@google.com>
7760
7761         PR python/18438
7762         * python/py-lazy-string.c (stpy_convert_to_value): Use
7763         gdbpy_gdb_memory_error not PyExc_MemoryError.
7764         (gdbpy_create_lazy_string_object): Ditto.
7765
7766 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
7767
7768         * tui/tui-regs.c (tui_reg_next_command): Compare against NULL.
7769
7770 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
7771
7772         * tui/tui-regs.c (tui_reg_prev_command): New function.
7773         (_initialize_tui_regs): Add 'prev' command for 'tui reg'.
7774         * reggroups.c (reggroup_prev): New function.
7775         * reggroups.h (reggroup_prev): Add declaration.  Update comment.
7776
7777 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
7778             Yao Qi  <yao.qi@linaro.org>
7779
7780         * aarch64-linux-tdep.c: Include linux-record.h and
7781         record-full.h.
7782         (struct linux_record_tdep aarch64_linux_record_tdep): Declare.
7783         (aarch64_syscall): New enum.
7784         (aarch64_canonicalize_syscall): New function.
7785         (aarch64_all_but_pc_registers_record): New function.
7786         (aarch64_linux_syscall_record): New function.
7787         (aarch64_linux_init_abi): Install AArch64 process record
7788         handler.  Update to handle syscall recording.
7789         * aarch64-tdep.c: Include record.h and record-full.h.
7790         (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros.
7791         (struct aarch64_mem_r): Define.
7792         (aarch64_record_result): New enum.
7793         (struct insn_decode_record): Define.
7794         (insn_decode_record): New typedef.
7795         (aarch64_record_data_proc_reg): New function.
7796         (aarch64_record_data_proc_imm): New function.
7797         (aarch64_record_branch_except_sys): New function.
7798         (aarch64_record_load_store): New function.
7799         (aarch64_record_data_proc_simd_fp): New function.
7800         (aarch64_record_asimd_load_store): New function.
7801         (aarch64_record_decode_insn_handler): New function.
7802         (deallocate_reg_mem): New function.
7803         (aarch64_process_record): New function.
7804         * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>:
7805         New field.
7806         (aarch64_process_record): New extern declaration.
7807         * configure.tgt: Add linux-record.o to gdb_target_obs.
7808         * linux-record.h (struct linux_record_tdep) <arg7>: New field.
7809
7810 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
7811
7812         * NEWS: Add a note on process record-replay support on aarch64*-linux*
7813         targets.
7814
7815 2015-05-26  Martin Galvan  <martin.galvan@tallertechnologies.com>
7816
7817         * amd64-tdep.c: Replace in_function_epilogue_p with
7818         stack_frame_destroyed_p throughout.
7819         * arch-utils.c: Ditto.
7820         * arch-utils.h: Ditto.
7821         * arm-tdep.c: Ditto.
7822         * breakpoint.c: Ditto.
7823         * gdbarch.sh: Ditto.
7824         * hppa-tdep.c: Ditto.
7825         * i386-tdep.c: Ditto.
7826         * mips-tdep.c: Ditto.
7827         * nios2-tdep.c: Ditto.
7828         * rs6000-tdep.c: Ditto.
7829         * s390-linux-tdep.c: Ditto.
7830         * score-tdep.c: Ditto.
7831         * sh-tdep.c: Ditto.
7832         * sparc-tdep.c: Ditto.
7833         * sparc-tdep.h: Ditto.
7834         * sparc64-tdep.c: Ditto.
7835         * spu-tdep.c: Ditto.
7836         * tic6x-tdep.c: Ditto.
7837         * tilegx-tdep.c: Ditto.
7838         * xstormy16-tdep.c: Ditto.
7839         * gdbarch.c, gdbarch.h: Re-generated.
7840
7841 2015-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
7842
7843         * NEWS: Mention 'tui enable' and 'tui disable'.
7844         * tui/tui.c (tui_enable_command): New function.
7845         (tui_disable_command): New function.
7846         (_initialize_tui): New function.
7847
7848 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
7849
7850         * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0.
7851
7852 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
7853
7854         * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure
7855         buf_ptr is freed.
7856
7857 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
7858
7859         * tui/tui-layout.c (tui_layout_command): Move call to tui_enable
7860         into ...
7861         (tui_set_layout_for_display_command): ...here, before calling
7862         tui_set_layout.  Only set the layout if gdb has not already
7863         entered the TUI_FAILURE state.
7864
7865 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
7866
7867         * tui/tui-layout.c (layout_completer): New function.
7868         (_initialize_tui_layout): Set completer on layout command.
7869
7870 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
7871
7872         * tui/tui-layout.c (tui_set_layout): Remove
7873         tui_register_display_type parameter.  Remove all checking of this
7874         parameter, and reindent function.  Update header comment.
7875         (tui_set_layout_for_display_command): Rename to...
7876         (tui_set_layout_by_name): ...this, and don't check for different
7877         register class types, don't pass a tui_register_display_type to
7878         tui_set_layout.  Update header comment.
7879         (layout_names): Remove register set specific names.
7880         * tui/tui-layout.h (tui_set_layout): Remove
7881         tui_register_display_type parameter.
7882         * tui/tui.c (tui_rl_change_windows): Don't pass a
7883         tui_register_display_type to tui_set_layout.
7884         (tui_rl_delete_other_windows): Likewise.
7885         (tui_enable): Likewise.
7886         * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove.
7887         (TUI_FLOAT_REGS_NAME_LOWER): Remove.
7888         (TUI_GENERAL_REGS_NAME): Remove.
7889         (TUI_GENERAL_REGS_NAME_LOWER): Remove.
7890         (TUI_SPECIAL_REGS_NAME): Remove.
7891         (TUI_SPECIAL_REGS_NAME_LOWER): Remove.
7892         (TUI_GENERAL_SPECIAL_REGS_NAME): Remove.
7893         (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove.
7894         (enum tui_register_display_type): Remove.
7895         (struct tui_layout_def): Remove regs_display_type and
7896         float_regs_display_type fields.
7897         (struct tui_data_info): Remove regs_display_type field.
7898         (tui_layout_command): Use new name for
7899         tui_set_layout_for_display_command.
7900         * tui/tui-data.c (layout_def): Don't initialise removed fields.
7901         (tui_clear_win_detail): Don't initialise removed fields of
7902         win_info.
7903         * tui/tui-regs.c (tui_show_registers): Use new name for
7904         tui_set_layout_for_display_command.
7905         * tui/tui.h (tui_set_layout_for_display_command): Rename
7906         declaration to...
7907         (tui_set_layout_by_name): ...this.
7908         * printcmd.c (display_command): Remove tui related layout call,
7909         and reindent.
7910
7911 2015-05-20  Joel Brobecker  <brobecker@adacore.com>
7912
7913         * infrun.c (handle_inferior_event_1): Renames handle_inferior_event.
7914         (handle_inferior_event): New function.
7915
7916 2015-05-20  Joel Brobecker  <brobecker@adacore.com>
7917
7918         * ada-lang.c (to_fixed_array_type): Rename local variable
7919         typename into type_name.
7920
7921 2015-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
7922
7923         Fix ASAN crash for gdb.compile/compile.exp.
7924         * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME.
7925
7926 2015-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
7927
7928         * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol)
7929         (gcc_symbol_address): Change gdb_stdout to gdb_stdlog.
7930         * compile/compile-object-load.c (setup_sections, compile_object_load):
7931         Likewise.
7932         * compile/compile.c (compile_to_object): Likewise.
7933
7934 2015-05-16  Doug Evans  <xdje42@gmail.com>
7935
7936         * NEWS: Mention support for unbuffered Guile memory ports.
7937         * scm-ports.c (ioscm_memory_port): Update comments on end, size.
7938         (ioscm_lseek_address): Improve overflow calculation.
7939         (gdbscm_memory_port_fill_input): Add assert.
7940         (gdbscm_memory_port_write): Handle unbuffered ports.
7941         Handle large writes identical to Guile's fport_write.
7942         (gdbscm_memory_port_seek): Fix seeking past end check.
7943         (gdbscm_memory_port_close): Handle closing unbuffered port.
7944         (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports.
7945         (ioscm_init_memory_port): Handle unbuffered ports.
7946         (ioscm_reinit_memory_port): Ditto.
7947         (ioscm_init_memory_port): Update size calculation.
7948         (gdbscm_open_memory): Support zero sized ports.
7949
7950 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7951
7952         * compile/compile-object-load.c (get_out_value_type): Fix uninitialized
7953         variable compiler warnings.
7954
7955 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7956
7957         * compile/compile-object-load.c (get_out_value_type): Fix returned type.
7958
7959 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7960             Phil Muldoon  <pmuldoon@redhat.com>
7961
7962         * NEWS (Changes since GDB 7.9): Add compile print.
7963         * compile/compile-c-support.c (add_code_header, add_code_footer)
7964         (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and
7965         COMPILE_I_PRINT_VALUE_SCOPE.
7966         * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE)
7967         (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE):
7968         New.
7969         * compile/compile-object-load.c: Include block.h.
7970         (get_out_value_type): New function.
7971         (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
7972         COMPILE_I_PRINT_VALUE_SCOPE.  Set compile_module's OUT_VALUE_ADDR and
7973         OUT_VALUE_TYPE.
7974         * compile/compile-object-load.h (struct compile_module): Add fields
7975         out_value_addr and out_value_type.
7976         * compile/compile-object-run.c: Include valprint.h and compile.h.
7977         (struct do_module_cleanup): Add fields out_value_addr and
7978         out_value_type.
7979         (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
7980         COMPILE_I_PRINT_VALUE_SCOPE.
7981         (compile_object_run): Propagate out_value_addr and out_value_type.
7982         Pass OUT_VALUE_ADDR.
7983         * compile/compile.c: Include valprint.h.
7984         (compile_print_value, compile_print_command): New functions.
7985         (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE.
7986         (_initialize_compile): Update compile code help text.  Install
7987         compile_print_command.
7988         * compile/compile.h (compile_print_value): New prototype.
7989         * defs.h (enum compile_i_scope_types): Add
7990         COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE.
7991
7992 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7993
7994         * compile/compile-object-load.c (get_regs_type): Add parameter func_sym.
7995         Rely on its parameter count.
7996         (compile_object_load): Replace lookup_minimal_symbol_text by
7997         lookup_global_symbol_from_objfile.  Verify FUNC_SYM.  Set it in the
7998         return value.
7999         * compile/compile-object-load.h (struct compile_module): Replace
8000         func_addr by func_sym.
8001         * compile/compile-object-run.c: Include block.h.
8002         (compile_object_run): Reset module variable after it is freed.  Use
8003         FUNC_SYM instead of FUNC_ADDR.  Rely on it.
8004
8005 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8006
8007         * compile/compile-c-support.c (print_one_macro): Use #ifndef.
8008         (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR.
8009         (c_compute_program): Call generate_register_struct after typedefs.
8010         * compile/compile-loc2c.c (push, pushf_register_address)
8011         (pushf_register): Cast to GCC_UINTPTR.
8012         (do_compile_dwarf_expr_to_c): Use unused attribute.  Add space after
8013         type.  Use GCC_UINTPTR instead of void *.  Remove excessive cast.
8014         (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *.
8015         * compile/compile.c (_initialize_compile): Enable warnings for
8016         COMPILE_ARGS.
8017
8018 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8019
8020         * cli/cli-script.c (execute_control_command): Update
8021         eval_compile_command caller.
8022         * compile/compile-object-load.c (compile_object_load): Add parameters
8023         scope and scope_data.  Set them.
8024         * compile/compile-object-load.h (struct compile_module): Add fields
8025         scope and scope_data.
8026         (compile_object_load): Add parameters scope and scope_data.
8027         * compile/compile-object-run.c (struct do_module_cleanup): Add fields
8028         scope and scope_data.
8029         (compile_object_run): Propagate the fields scope and scope_data.
8030         * compile/compile.c (compile_file_command, compile_code_command):
8031         Update eval_compile_command callers.
8032         (eval_compile_command): Add parameter scope_data.  Pass it plus scope.
8033         * compile/compile.h (eval_compile_command): Add parameter scope_data.
8034         * defs.h (struct command_line): Add field scope_data.
8035
8036 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8037
8038         * printcmd.c (struct format_data): Move it to valprint.h.
8039         (print_command_parse_format, print_value): New functions from ...
8040         (print_command_1): ... here.  Call them.
8041         * valprint.h (struct format_data): Move it here from printcmd.c.
8042         (print_command_parse_format, print_value): New declarations.
8043
8044 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8045
8046         * compile/compile-object-load.c (compile_object_load): Add
8047         COMPILE_DEBUG message.
8048
8049 2015-05-15  Jerome Guitton  <guitton@adacore.com>
8050
8051         * ada-lang.c (ada_value_ptr_subscript): Use enum position of
8052         index to get element instead of enum value.
8053         (ada_value_slice_from_ptr, ada_value_slice): Use enum position
8054         of index to compute length, but enum values to compute bounds.
8055         (ada_array_length): Use enum position of index instead of enum value.
8056         (pos_atr): Move position computation to...
8057         (ada_evaluate_subexp): Use enum values to compute bounds.
8058         * gdbtypes.c (discrete_position): ...this new function.
8059         * gdbtypes.h (discrete_position): New function declaration.
8060         * valprint.c (val_print_array_elements): Call discrete_position
8061         to handle array indexed by non-contiguous enumeration types.
8062
8063 2015-05-15  Jerome Guitton  <guitton@adacore.com>
8064
8065         * ada-lang.c (find_parallel_type_by_descriptive_type):
8066         Go through typedefs during lookup.
8067         (to_fixed_array_type): Add support for non-bit packed arrays
8068         as variable-length fields.
8069
8070 2015-05-15  Pedro Alves  <palves@redhat.com>
8071             Simon Marchi  <simon.marchi@ericsson.com>
8072
8073         * event-loop.c (gdb_notifier) <next_file_handler,
8074         next_poll_fds_index>: New fields.
8075         (get_next_file_handler_to_handle_and_advance): New function.
8076         (delete_file_handler): If deleting the next file handler to
8077         handle, advance to the next file handler.
8078         (gdb_wait_for_event): Bail early if no event fired.  Poll file
8079         handlers in round-robin fashion.
8080
8081 2015-05-15  Pedro Alves  <palves@redhat.com>
8082
8083         * linux-tdep.c (linux_find_memory_regions_full): Rename local
8084         'private' to 'priv'.
8085
8086 2015-05-15  Pedro Alves  <palves@redhat.com>
8087
8088         * nat/linux-nat.h: Include "target/waitstatus.h".
8089
8090 2015-05-15  Yuanhui Zhang  <asmwarrior@gmail.com>
8091
8092         * python/py-unwind.c (struct reg_info): Move out of ...
8093         (struct cached_frame_info): ... this scope.
8094         (pending_frame_object_type, unwind_info_object_type): Make extern.
8095
8096 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
8097
8098         * ada-lang.c (ada_value_primitive_packed_val): Make sure
8099         accumSize is never negative.
8100
8101 2015-05-14  Patrick Palka  <patrick@parcs.ath.cx>
8102
8103         * tui/tui-command.c: Remove include of <ctype.h>.
8104         (tui_dispatch_ctrl_char): Remove workaround for xterm terminals.
8105
8106 2015-05-13  Martin Galvan  <martin.galvan@tallertechnologies.com>
8107
8108         * dwarf2read.c (die_needs_namespace): Return 1 for
8109         DW_TAG_inlined_subroutine.
8110
8111 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8112
8113         * regcache.c (regcache_cpy_no_passthrough): New declaration.
8114         (regcache_cpy_no_passthrough): Make it static, add function comment.
8115         * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment.
8116         (regcache_cpy_no_passthrough): Remove declaration.
8117
8118 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8119
8120         * gdbthread.h (struct thread_control_state): Update comment for
8121         proceed_to_finish.
8122         * infcall.c (run_inferior_call): Update comment about
8123         proceed_to_finish.
8124         * infcmd.c (get_return_value): Update comment about stop_registers.
8125         (finish_forward): Update comment about proceed_to_finish.
8126         * infrun.c (stop_registers): Remove.
8127         (clear_proceed_status, normal_stop): Remove stop_registers handling.
8128         * infrun.h (stop_registers): Remove.
8129
8130 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8131
8132         * infcall.c (struct dummy_frame_context_saver)
8133         (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor)
8134         (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
8135         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
8136         New.
8137         (call_function_by_hand_dummy): Move discard_cleanups of
8138         inf_status_cleanup before dummy_frame_push.  Call
8139         dummy_frame_context_saver_setup and prepare context_saver_cleanup.
8140         Use dummy_frame_context_saver_get_regs instead of stop_registers.
8141         * infcall.h (struct dummy_frame_context_saver)
8142         (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
8143         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
8144         New declarations.
8145         * infcmd.c: Include infcall.h.
8146         (get_return_value): Add parameter ctx_saver, use it instead of
8147         stop_registers.
8148         (print_return_value): Add parameter ctx_saver, pass it.
8149         (struct finish_command_continuation_args): Add field ctx_saver.
8150         (finish_command_continuation): Update print_return_value caller.
8151         (finish_command_continuation_free_arg): Free also ctx_saver.
8152         (finish_forward): Call dummy_frame_context_saver_setup.
8153         * inferior.h (struct dummy_frame_context_saver): New declaration.
8154         (get_return_value): Add parameter ctx_saver.
8155         * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update
8156         get_return_value caller.
8157
8158 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8159
8160         * dummy-frame.c (struct dummy_frame_dtor_list): New.
8161         (struct dummy_frame): Replace dtor and dtor_data by dtor_list.
8162         (remove_dummy_frame): Process dtor_list.
8163         (pop_dummy_frame): Process dtor_list.
8164         (register_dummy_frame_dtor): Maintain dtor_list.
8165         (find_dummy_frame_dtor): Handle dtor_list.
8166         * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor):
8167         Update comments.
8168
8169 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8170
8171         * compile/compile-object-run.c (do_module_cleanup): Add parameter
8172         registers_valid.
8173         (compile_object_run): Update do_module_cleanup caller.
8174         * dummy-frame.c: Include infcall.h.
8175         (struct dummy_frame): Update dtor comment.
8176         (remove_dummy_frame): Call dtor.
8177         (pop_dummy_frame): Update dtor caller.
8178         * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter
8179         registers_valid.
8180
8181 2015-05-13  Joel Brobecker  <brobecker@adacore.com>
8182
8183         GDB 7.9.1 released.
8184
8185 2015-05-13  Joel Brobecker  <brobecker@adacore.com>
8186
8187         * NEWS: Create "Changes in GDB 7.9.1" section.  Move news about
8188         Xmethods now being able to specify a result type to that new
8189         sectioin.
8190
8191 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
8192
8193         * tui/tui-win.c (tui_async_resize_screen): Clear win_resized
8194         first before resizing the window.
8195         * tui/tui.c (tui_enable): Likewise.
8196
8197 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8198
8199         * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor.
8200         * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment.
8201         * infcall.c (call_function_by_hand_dummy): Use proper typedef for
8202         dummy_dtor parameter.
8203         * infcall.h: Include dummy-frame.h.
8204         (call_function_by_hand_dummy_dtor_ftype): Remove.
8205         (call_function_by_hand_dummy): Use proper typedef for dummy_dtor
8206         parameter.
8207
8208 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
8209
8210         PR gdb/17820
8211         * top.c (history_size_setshow_var): Change type to signed.
8212         Initialize to -2.  Update documentation.
8213         (set_readline_history_size): Define.
8214         (set_history_size_command): Use it.  Remove logic for handling
8215         out-of-range sizes.
8216         (init_history): Use set_readline_history_size().  Test for a
8217         value of -2 instead of 0 when determining whether to set a
8218         default history size.
8219         (init_main): Decode the argument of the "size" command as a
8220         zuinteger_unlimited.
8221
8222 2015-05-12  Doug Evans  <dje@google.com>
8223
8224         * dwarf2read.c (struct file_entry): Tweak comments.
8225         (get_debug_line_section): Tweak comments.
8226
8227 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8228
8229         * NEWS: Announce fork support in the RSP and support
8230         for fork debugging in extended mode.
8231
8232 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8233
8234         * remote.c (remote_insert_fork_catchpoint): New function.
8235         (remote_remove_fork_catchpoint): New function.
8236         (remote_insert_vfork_catchpoint): New function.
8237         (remote_remove_vfork_catchpoint): New function.
8238         (pending_fork_parent_callback): New function.
8239         (remove_new_fork_child): New function.
8240         (remote_update_thread_list): Call remote_notif_get_pending_events
8241         and remove_new_fork_child.
8242         (extended_remote_kill): Kill fork child when killing the
8243         parent before follow_fork completes.
8244         (init_extended_remote_ops): Initialize target vector with
8245         new fork catchpoint functions.
8246
8247 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8248
8249         * remote.c (remove_vfork_event_p): New function.
8250         (remote_follow_fork): Add vfork event type to event checking.
8251         (remote_parse_stop_reply): New stop reasons "vfork" and
8252         "vforkdone" for RSP 'T' Stop Reply Packet.
8253
8254 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8255
8256         * linux-nat.c (linux_nat_ptrace_options): New function.
8257         (linux_init_ptrace, wait_lwp, linux_nat_filter_event):
8258         Call linux_nat_ptrace_options and use different argument to
8259         linux_enable_event_reporting.
8260         (_initialize_linux_nat): Delete call to
8261         linux_ptrace_set_additional_flags.
8262         * nat/linux-ptrace.c (current_ptrace_options): Rename to
8263         supported_ptrace_options.
8264         (additional_flags): Delete variable.
8265         (linux_check_ptrace_features): Use supported_ptrace_options.
8266         (linux_test_for_tracesysgood, linux_test_for_tracefork):
8267         Likewise, and remove additional_flags check.
8268         (linux_enable_event_reporting): Change 'attached' argument to
8269         'options'.  Use supported_ptrace_options.
8270         (ptrace_supports_feature): Change comment.  Use
8271         supported_ptrace_options.
8272         (linux_ptrace_set_additional_flags): Delete function.
8273         * nat/linux-ptrace.h (linux_ptrace_set_additional_flags):
8274         Delete function prototype.
8275         * remote.c (remote_fork_event_p): New function.
8276         (remote_detach_pid): New function.
8277         (remote_detach_1): Call remote_detach_pid, don't mourn inferior
8278         if doing detach-on-fork.
8279         (remote_follow_fork): New function.
8280         (remote_parse_stop_reply): Handle new "T" stop reason "fork".
8281         (remote_pid_to_str): Print "process" strings for pid/0/0 ptids.
8282         (init_extended_remote_ops): Initialize to_follow_fork.
8283
8284 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8285
8286         * nat/linux-ptrace.c (linux_check_ptrace_features): Change
8287         from static to extern.
8288         * nat/linux-ptrace.h (linux_check_ptrace_features): Declare.
8289         * remote.c (anonymous enum): <PACKET_fork_event_feature,
8290         * PACKET_vfork_event_feature>: New enumeration constants.
8291         (remote_protocol_features): Add table entries for new packets.
8292         (remote_query_supported): Add new feature queries to qSupported
8293         packet.
8294
8295 2015-05-12  Gary Benson <gbenson@redhat.com>
8296
8297         * remote.c (remote_add_inferior): Call exec_file_locate_attach
8298         for fake PIDs as well as real ones.
8299         (remote_pid_to_exec_file): Send empty annex if PID is fake.
8300
8301 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
8302
8303         * NEWS (Python Scripting): Mention the new gdb.Value methods.
8304         * python/py-value.c (valpy_reference_value): New function.
8305         (valpy_const_value): Likewise.
8306         (value_object_methods): Add new methods.
8307         * value.c (make_cv_value): New function.
8308         * value.h (make_cv_value): Declare.
8309
8310 2015-05-08  Yao Qi  <yao@codesourcery.com>
8311             Sandra Loosemore  <sandra@codesourcery.com>
8312
8313         * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check
8314         to 'lh->include_dirs' before accessing to it.
8315         (psymtab_include_file_name): Likewise.
8316         (dwarf_decode_lines_1): Likewise.
8317         (dwarf_decode_lines): Likewise.
8318         (file_file_name): Likewise.
8319
8320 2015-05-08  Sandra Loosemore  <sandra@codesourcery.com>
8321
8322         * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define.
8323         (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define.
8324         (nios2_linux_rt_sigreturn_init): Adjust base address of
8325         register save area.
8326
8327 2015-05-08  Sandra Loosemore  <sandra@codesourcery.com>
8328
8329         * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using
8330         "trap 31" as the breakpoint instruction on all targets.
8331
8332 2015-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8333
8334         * infcmd.c (print_return_value): Remove unused declaration.
8335
8336 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
8337
8338         * dwarf2read.c (attr_to_dynamic_prop)
8339         <DW_AT_data_member_location>: Use read_type_die isntead of
8340         get_die_type.
8341
8342 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
8343
8344         * ada-lang.c (ada_convert_actual): Add handling of formals
8345         passed inside an aligner type.
8346
8347 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
8348
8349         * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
8350
8351 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
8352
8353         PR python/18291
8354         * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo.
8355         Print xmethod matcher status.
8356
8357 2015-05-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8358
8359         * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA
8360         register in the regcache when treating the PSWM register, and vice
8361         versa.
8362
8363 2015-05-07  Gary Benson <gbenson@redhat.com>
8364
8365         * linux-thread-db.c (struct thread_db_info)
8366         <td_ta_map_id2thr_p>: Remove field.
8367         (try_thread_db_load_1): Remove initialization for the above.
8368
8369 2015-05-07  Gary Benson <gbenson@redhat.com>
8370
8371         * linux-thread-db.c (struct thread_db_info)
8372         <td_thr_validate_p>: Remove field.
8373         (try_thread_db_load_1): Remove initialization for the above.
8374
8375 2015-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
8376
8377         * compile/compile-object-load.c (compile_object_load): Support
8378         mst_text_gnu_ifunc.
8379
8380 2015-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
8381
8382         * compile/compile.c (compile_to_object): Make the cmd_string parameter
8383         const.  Use new variables for the const compatibility.
8384         (eval_compile_command): Make the cmd_string parameter const.
8385         * compile/compile.h (eval_compile_command): Make the cmd_string
8386         parameter const.
8387
8388 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
8389
8390         * defs.h (deprecated_init_ui_hook): Delete.  Remove associated
8391         comment.
8392         * top.c (deprecated_init_ui_hook): Delete.
8393         (gdb_init): Remove handling of deprecated_init_ui_hook.
8394         * interps.c (clear_interpreter_hooks): Remove handling of
8395         deprecated_init_ui_hook.
8396         * main.c (captured_main): Update comment.
8397
8398 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
8399
8400         * solib.c (_initialize_solib): Add "info dll" alias creation.
8401         * windows-nat.c (set_windows_aliases): Delete.
8402         (_initialize_windows_nat): Remove deprecated_init_ui_hook
8403         assignment.
8404         * NEWS: Add news entry about "info dll" now being available
8405         on all platforms.
8406
8407 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8408
8409         * ada-lang.c (value_assign_to_component): Reformat and improve
8410         documentation. Remove all trailing spaces.
8411
8412 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8413
8414         * inline-frame.c (inline_frame_sniffer, skip_inline_frames):
8415         Stop counting inlined frames as soon as an out-of-line function
8416         is found.
8417
8418 2014-05-05  Pierre-Marie de Rodat  <derodat@adacore.com>
8419
8420         * dwarf2read.c (inherit_abstract_dies): Skip
8421         DW_TAG_GNU_call_site dies while inheriting children of an
8422         abstract DIE into a scope.
8423         (read_lexical_block_scope): Inherit abstract DIE's for
8424         lexical scopes.
8425
8426 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8427
8428         * ada-valprint.c (val_print_packed_array_elements): Delete
8429         variable "len".  Add a type-length check when comparing two
8430         consecutive elements of the array.  Use the element's actual
8431         length in call to value_contents_eq.
8432         * ada-lang.c (ada_value_primitive_packed_val): Always return
8433         a value whose type has been resolved.
8434
8435 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8436
8437         * ada-lang.c (ada_value_primitive_packed_val): Recompute
8438         BIT_SIZE and LEN if the size of the resolved type is smaller
8439         than BIT_SIZE * HOST_CHAR_BIT.
8440
8441 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8442
8443         * ada-lang.c (ada_value_primitive_packed_val): Use a more
8444         correct address in call to value_at.  Adjust call to
8445         value_address accordingly.
8446
8447 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8448
8449         * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying
8450         to print it.
8451
8452 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8453
8454         * dwarf2loc.h (struct property_addr_info): Add "valaddr" field.
8455         * dwarf2loc.c (dwarf2_evaluate_property): Add handling of
8456         pinfo->valaddr.
8457         * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter.
8458         * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr.
8459         (resolve_dynamic_type_internal): Set pinfo.valaddr.
8460         Add handling of addr_stack->valaddr.
8461         (resolve_dynamic_type): Add "valaddr" parameter.
8462         Set pinfo.valaddr field.
8463         * ada-lang.c (ada_discrete_type_high_bound): Update call to
8464         resolve_dynamic_type.
8465         (ada_discrete_type_low_bound): Likewise.
8466         * findvar.c (default_read_var_value): Likewise.
8467         * value.c (value_from_contents_and_address): Likewise.
8468
8469 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8470
8471         * gdbtypes.c (resolve_dynamic_array): Use
8472         create_array_type_with_stride instead of create_array_type.
8473
8474 2015-04-30  DJ Delorie  <dj@redhat.com>
8475
8476         * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to
8477         rl78_decode_opcode
8478
8479 2015-04-29  Doug Evans  <dje@google.com>
8480
8481         PR python/18285
8482         * NEWS: Document new gdb.XMethodWorker.get_result_type method.
8483         * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle
8484         EVAL_AVOID_SIDE_EFFECTS for xmethods.
8485         * extension-priv.h (struct extension_language_ops)
8486         <get_xmethod_result_type>: New member.
8487         * extension.c (get_xmethod_result_type): New function.
8488         * extension.h (get_xmethod_result_type): Declare.
8489         * python/py-xmethods.c (get_result_type_method_name): New static
8490         global.
8491         (py_get_result_type_method_name): Ditto.
8492         (gdbpy_get_xmethod_result_type): New function.
8493         (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name.
8494         * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare.
8495         * python/python.c (python_extension_ops): Add
8496         gdbpy_get_xmethod_result_type.
8497         * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type.
8498         * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for
8499         xmethods.
8500         (value_x_unop): Ditto.
8501         * value.c (result_type_of_xmethod): New function.
8502         * value.h (result_type_of_xmethod): Declare.
8503
8504 2015-04-29  Gary Benson <gbenson@redhat.com>
8505
8506         * solib.c (solib_find_1): Allow fd argument to be NULL.
8507         (exec_file_find): Update comment.
8508         (solib_find): Likewise.
8509         * exec.c (exec_file_locate_attach): Use NULL as fd
8510         argument to exec_file_find to avoid having to close
8511         the opened file.
8512         * infrun.c (follow_exec): Likewise.
8513
8514 2015-04-28  Doug Evans  <dje@google.com>
8515
8516         PR python/18299
8517         * python/lib/gdb/printing.py (register_pretty_printer): Handle
8518         name or __name__ attributes.  Handle gdb module as first argument.
8519
8520 2015-04-28  Doug Evans  <dje@google.com>
8521
8522         PR python/18089
8523         * python/py-prettyprint.c (print_children): Verify result of children
8524         iterator.  Provide better error message.
8525         * python/python-internal..h (gdbpy_print_python_errors_p): Declare.
8526         * python/python.c (gdbpy_print_python_errors_p): New function.
8527
8528 2015-04-28  Doug Evans  <dje@google.com>
8529
8530         * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
8531
8532 2015-04-28  Sasha Smundak  <asmundak@google.com>
8533
8534         * NEWS: Mention gdb.Type.optimized_out method.
8535         * python/py-type.c (typy_optimized_out):  New function.
8536
8537 2015-04-28  John Baldwin  <jhb@FreeBSD.org>
8538
8539         * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
8540
8541 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8542
8543         * utils.c (init_page_info): Set rl_catch_sigwinch to zero.
8544         (initialize_utils): Move call of init_page_info() to ...
8545         * top.c (gdb_init): ... here.
8546
8547 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8548
8549         * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment.
8550         (tui_sigwinch_handler): Still update our idea of
8551         the terminal's width and height even when TUI is not active.
8552
8553 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8554
8555         * utils.h (set_screen_width_and_height): Declare.
8556         * utils.c (set_screen_width_and_height): Define.
8557         * tui/tui-win.c (tui_update_gdb_sizes): Use it.
8558
8559 2015-04-28  Gary Benson <gbenson@redhat.com>
8560
8561         * infrun.c (solist.h): New include.
8562         (follow_exec): Use exec_file_find to prefix execd_pathname
8563         with gdb_sysroot.
8564
8565 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8566
8567         * tui/tui-source.c (tui_set_source_content): Avoid calling
8568         strcpy() when offset is 0.
8569
8570 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8571
8572         PR gdb/18155
8573         * tui/tui-data.c (tui_free_window): Don't free the locator
8574         window when passed an SRC_WIN or a DISASSEM_WIN.
8575
8576 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8577
8578         * tui/tui-data.h (struct tui_win_element): Forward-declare.
8579         (tui_win_content): Move declaration.
8580         (struct tui_gen_win_info): Give 'content' field the
8581         type tui_win_content.
8582         * tui/tui-data.c (init_content_element): Remove redundant and
8583         erroneous casts.
8584         (tui_add_content_elements): Remove erroneous cast.
8585         * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant
8586         casts.
8587         (tui_get_begin_asm_address): Likewise.
8588         * tui/tui-regs.c (tui_show_registers): Likewise.
8589         (tui_show_register_group): Likewise.
8590         (tui_display_registers_from): Likewise.
8591         (tui_check_register_values): Likewise.
8592         * tui/tui-source.c (tui_set_source_content): Likewise.
8593         (tui_set_source_content_nil): Likewise.
8594         (tui_source_is_displayed): Likewise.
8595         * tui/tui-stack.c (tui_show_locator_content): Likewise.
8596         (tui_set_locator_fullname): Likewise.
8597         (tui_set_locator_info): Likewise.
8598         (tui_show_frame_info): Likewise.
8599         * tui/tui-winsource.c (tui_clear_source_content): Likewise.
8600         (tui_show_source_line): Likewise.
8601         (tui_horizontal_source_scroll): Likewise.
8602         (tui_update_breakpoint_info): Likewise.
8603         (tui_set_exec_info_content): Likewise.
8604         (tui_show_exec_info_content): Likewise.
8605         (tui_alloc_source_buffer): Likewise.
8606         (tui_line_is_displayed): Likewise.
8607         (tui_addr_is_displayed): Likewise.
8608
8609 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
8610
8611         * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD
8612         event if PL_FLAG_EXEC is set.
8613         [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function.
8614         [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function.
8615         (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set
8616         "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint".
8617         Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint".
8618
8619 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
8620
8621         * fbsd-nat.c: [PT_LWPINFO] New variable super_wait.
8622         [TDP_RFPPWAIT] New variable fbsd_pending_children.
8623         [TDP_RFPPWAIT] (fbsd_remember_child): New function.
8624         [TDP_RFPPWAIT] (fbsd_is_child_pending): New function.
8625         [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function.
8626         [PT_LWPINFO] (fbsd_wait): New function.
8627         [TDP_RFPPWAIT] (fbsd_follow_fork): New function.
8628         [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function.
8629         [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function.
8630         [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function.
8631         [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function.
8632         [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function.
8633         [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function.
8634         [TDP_RFPPWAIT] (fbsd_post_attach): New function.
8635         (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to
8636         "fbsd_wait".
8637         [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork".
8638         Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint".
8639         Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint".
8640         Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint".
8641         Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint".
8642         Set "to_post_startup_inferior" to "fbsd_post_startup_inferior".
8643         Set "to_post_attach" to "fbsd_post_attach".
8644
8645 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
8646
8647         * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static.
8648         (fbsd_find_memory_regions): Mark static.
8649         (fbsd_nat_add_target): New function.
8650         * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for
8651         fbsd_pid_to_exec_file and fbsd_find_memory_regions.
8652         * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target.
8653         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise.
8654         * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise.
8655         * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise.
8656
8657 2015-04-27  Gary Benson <gbenson@redhat.com>
8658
8659         * objfiles.c (allocate_objfile): Do not attempt to expand name
8660         if name is a "target:" filename.
8661         * auto-load.c (load_auto_scripts_for_objfile): Do not attempt
8662         to load auto-load scripts for objfiles with "target:" filenames.
8663
8664 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8665
8666         * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h".
8667         (enum s390_vector_abi_kind): New enum.
8668         (struct gdbarch_tdep)<vector_abi>: New field.
8669         (s390_effective_inner_type): Add parameter min_size.  Stop
8670         unwrapping if the inner type is smaller than min_size.
8671         (s390_function_arg_float): Adjust call to
8672         s390_effective_inner_type.
8673         (s390_function_arg_vector): New function.
8674         (s390_function_arg_integer): Adjust comment.
8675         (struct s390_arg_state)<vr>: New field.
8676         (s390_handle_arg): Add parameter 'is_unnamed'.  Pass vector
8677         arguments according to vector ABI when appropriate.
8678         (s390_push_dummy_call): Initialize the argument state's field
8679         'vr'.  Adjust calls to s390_handle_arg.
8680         (s390_register_return_value): Handle vector return values.
8681         (s390_return_value): Apply the "register" return value convention
8682         to a vector when appropriate.
8683         (s390_gdbarch_init): Initialize tdep->vector_abi.
8684         * NEWS: Announce S390 vector ABI support.
8685
8686 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8687
8688         * s390-linux-tdep.c (s390_return_value_convention): Remove
8689         function.  Inline its logic...
8690         (s390_return_value): ...here.  Instead, move the handling of the
8691         "register" return value convention...
8692         (s390_register_return_value): ...here.  New function.
8693
8694 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8695
8696         * s390-linux-tdep.c
8697         (is_float_singleton): Remove function.  Move the "singleton" part
8698         of the logic...
8699         (s390_effective_inner_type): ...here.  New function.
8700         (is_float_like): Remove function.  Inline its logic...
8701         (s390_function_arg_float): ...here.
8702         (is_pointer_like, is_integer_like, is_struct_like): Remove
8703         functions.  Inline their logic...
8704         (s390_function_arg_integer): ...here.
8705         (s390_function_arg_pass_by_reference): Remove function.
8706         (extend_simple_arg): Remove function.
8707         (alignment_of): Remove function.
8708         (struct s390_arg_state): New structure.
8709         (s390_handle_arg): New function.
8710         (s390_push_dummy_call): Move parameter placement logic to the new
8711         function s390_handle_arg.  Call it for calculating the stack area
8712         sizes first, and again for actually writing the parameters.
8713
8714 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8715
8716         * s390-linux-tdep.c (is_power_of_two): Add comment.  Return
8717           false if the argument is zero.
8718
8719 2015-04-27  Pierre-Marie de Rodat  <derodat@adacore.com>
8720
8721         * ada-lang.c (template_to_static_fixed_type): Return input type
8722         when it is already fixed.  Cache the input type itself when not
8723         creating a static fixed copy.  Make it explicit that we never
8724         molestate the input type.
8725         * gdbtypes.c (resolve_dynamic_struct): Reset the
8726         TYPE_TARGET_TYPE field for resolved copies.
8727
8728 2015-04-27  Joel Brobecker  <brobecker@adacore.com>
8729
8730         * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef.
8731         (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef.
8732         (template_to_static_fixed_type): Call ada_check_typedef only
8733         when necessary.
8734
8735 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
8736
8737         * cli/cli-dump.c (srec_dump_command): Add internationalization
8738         mark ups.
8739         (ihex_dump_command): Likewise.
8740         (tekhex_dump_command): Likewise.
8741         (binary_dump_command): Likewise.
8742         (binary_append_command): Likewise.
8743
8744 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
8745
8746         * cli/cli-dump.c (verilog_cmdlist): New variable.
8747         (dump_verilog_memory): New function.
8748         (dump_verilog_value): New function.
8749         (verilog_dump_command): New function.
8750         (_initialize_cli_dump): Add new commands to support verilog dump
8751         format.
8752         * NEWS: Add entry for "dump verilog".
8753
8754 2015-04-24  Pierre-Marie de Rodat  <derodat@adacore.com>
8755
8756         * gdbtypes.c (print_gnat_stuff): Do not recurse on the
8757         descriptive type when there is none.
8758
8759 2015-04-23  Patrick Palka  <patrick@parcs.ath.cx>
8760
8761         * tui/tui-win.c (tui_async_resize_screen): Call
8762         rl_resize_terminal().
8763
8764 2015-04-22  Jon Turney  <jon.turney@dronecode.org.uk>
8765
8766         * windows-nat.c (handle_output_debug_string): Don't change
8767         current_event.dwThreadId.
8768         (get_windows_debug_event): Use thread_id, rather than relying on
8769         current_event.dwThreadId being changed.
8770
8771 2015-04-22  Jon Turney  <jon.turney@dronecode.org.uk>
8772
8773         * windows-nat.c (windows_continue): Report an error if
8774         ContinueDebugEvent() fails.
8775
8776 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
8777
8778         * windows-nat.c (windows_resume): Fix misspelling in debug output.
8779
8780 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
8781
8782         * windows-nat.c (get_windows_debug_event): Replace retval with
8783         thread_id throughout.  Update stale comment.
8784
8785 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
8786
8787         * windows-nat.c (get_windows_debug_event): Don't use ternary
8788         conditional operator.
8789
8790 2015-04-21  Pierre Muller  <muller@sourceware.org>
8791
8792         PR pascal/17815
8793         p-exp.y (yylex): Reorganize code to return the matched pattern
8794         for a field of this.
8795
8796 2015-04-21  Gary Benson <gbenson@redhat.com>
8797
8798         * common/fileio.h (fileio_to_host_openflags): New declaration.
8799         * common/fileio.c (fcntl.h): New include.
8800         (fileio_to_host_openflags): New function, factored out from...
8801         * inf-child.c (inf_child_fileio_open_flags_to_host): ...here.
8802         Single use updated.
8803
8804 2015-04-21  Kevin Buettner  <kevinb@redhat.com>
8805
8806         * rl78-tdep.c (RL78_SP_ADDR): Define.
8807         (opc_reg_to_gdb_regnum): New static function.
8808         (rl78_analyze_prologue): Recognize instructions forming slightly
8809         more interesting prologues.
8810
8811 2015-04-20  Pierre-Marie de Rodat  <derodat@adacore.com>
8812
8813         Revert:
8814         2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
8815         * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
8816         TYPE_CODE_REF types so that they are not considered as dynamic
8817         depending on the referenced type.
8818         (resolve_dynamic_type_internal): Likewise.
8819
8820 2015-04-20  Pierre-Marie de Rodat  <derodat@adacore.com>
8821
8822         Revert:
8823         2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
8824         * gdbtypes.c (is_dynamic_type_internal): Remove the unused
8825         "top_level" parameter.
8826         (resolve_dynamic_type_internal): Remove the unused "top_level"
8827         parameter.  Update call to is_dynamic_type_internal.
8828         (is_dynamic_type): Update call to is_dynamic_type_internal.
8829         (resolve_dynamic_range): Update call to
8830         resolve_dynamic_type_internal.
8831         (resolve_dynamic_union): Likewise.
8832         (resolve_dynamic_struct): Likewise.
8833         (resolve_dynamic_type): Likewise.
8834
8835 2015-04-19  Gabriel Krisman Bertazi  <gabriel@krisman.be>
8836
8837         * breakpoint.c (update_dprintf_command_list): Remove duplicated
8838         xmalloc.
8839
8840 2015-04-20  Thomas Schwinge  <thomas@codesourcery.com>
8841
8842         * reply_mig_hack.awk: Robustify parsing.
8843
8844         * reply_mig_hack.awk: Don't bother to declare an intermediate
8845         function pointer variable.
8846
8847 2015-04-17  Doug Evans  <dje@google.com>
8848
8849         * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement"
8850         to "exec_displacement" to avoid confusion with inner use of the name.
8851
8852 2015-04-17  Pedro Alves  <palves@redhat.com>
8853
8854         * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero
8855         if HW point of TYPE isn't supported.
8856
8857 2015-04-17  Yao Qi  <yao.qi@linaro.org>
8858             Pedro Alves  <palves@redhat.com>
8859
8860         * target.h (target_can_use_hardware_watchpoint): Update comments.
8861         Remove trailing ";".
8862
8863 2015-04-17  Gary Benson <gbenson@redhat.com>
8864
8865         * remote.c (remote_add_inferior): New argument try_open_exec.
8866         If nonzero, attempt to open the inferior's executable file as
8867         the main executable if no main executable is open already.
8868         All callers updated.
8869         * NEWS: Mention that GDB now supports automatic location and
8870         retrieval of executable + files from remote targets.
8871
8872 2015-04-17  Gary Benson <gbenson@redhat.com>
8873
8874         * target.h (TARGET_OBJECT_EXEC_FILE): New enum value.
8875         * remote.c (PACKET_qXfer_exec_file): Likewise.
8876         (remote_protocol_features): Register the
8877         "qXfer:exec-file:read" feature.
8878         (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE.
8879         (remote_pid_to_exec_file): New function.
8880         (init_remote_ops): Initialize to_pid_to_exec_file.
8881         (_initialize_remote): Register new "set/show remote
8882         pid-to-exec-file-packet" command.
8883         * NEWS: Announce new qXfer:exec-file:read packet.
8884
8885 2015-04-17  Gary Benson <gbenson@redhat.com>
8886
8887         * nat/linux-procfs.h (linux_proc_pid_to_exec_file):
8888         New declaration.
8889         * nat/linux-procfs.c (linux_proc_pid_to_exec_file):
8890         New function, factored out from...
8891         * linux-nat.c (linux_child_pid_to_exec_file): ...here.
8892
8893 2015-04-17  Gary Benson <gbenson@redhat.com>
8894
8895         * exec.c (solist.h): New include.
8896         (exec_file_locate_attach): Prefix absolute executable
8897         paths with gdb_sysroot if set.
8898         * NEWS: Mention that executable paths may be prepended
8899         with sysroot.
8900
8901 2015-04-17  Gary Benson <gbenson@redhat.com>
8902
8903         * solist.h (exec_file_find): New declaration.
8904         * solib.c (solib_find_1): New function, factored out from...
8905         (solib_find): ...here.
8906         (exec_file_find): New function.
8907
8908 2015-04-17  Gary Benson <gbenson@redhat.com>
8909
8910         * gdbcore.h (exec_file_locate_attach): New declaration.
8911         * exec.c (exec_file_locate_attach): New function, factored
8912         out from...
8913         * infcmd.c (attach_command_post_wait): ...here.
8914
8915 2015-04-17  Mike Frysinger  <vapier@gentoo.org>
8916
8917         * MAINTAINERS: Add myself for Blackfin/write-after-approval.
8918
8919 2015-04-16  Yao Qi  <yao.qi@linaro.org>
8920
8921         * infrun.c (maybe_software_singlestep): Declare.
8922         (displaced_step_fixup): Call maybe_software_singlestep.
8923
8924 2015-04-15  Doug Evans  <dje@google.com>
8925
8926         * psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
8927
8928 2015-04-15  Doug Evans  <dje@google.com>
8929
8930         * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls.
8931
8932 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
8933
8934         * python/lib/gdb/command/unwinders.py: Add parentheses.
8935
8936 2015-04-15  Yao Qi  <yao.qi@linaro.org>
8937
8938         * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message.
8939
8940 2015-04-15  Yao Qi  <yao.qi@linaro.org>
8941
8942         * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation.
8943
8944 2015-04-15  Yao Qi  <yao.qi@linaro.org>
8945
8946         * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
8947         dsc->insn_size instead of 4.
8948
8949 2015-04-14  Gary Benson <gbenson@redhat.com>
8950
8951         * jit.c (mem_bfd_iovec_stat): Zero supplied buffer.
8952         * minidebug.c (lzma_stat): Likewise.
8953         * solib-spu.c (spu_bfd_iovec_stat): Likewise.
8954         * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise.
8955
8956 2015-04-13  Stan Shebs  <stanshebs@google.com>
8957
8958         * MAINTAINERS: Update my email address.
8959
8960 2015-04-13  John Baldwin  <jhb@FreeBSD.org>
8961
8962         * amd64-tdep.c (amd64_target_description): New function.
8963         * amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
8964         * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
8965         (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
8966         x86 extended save area.
8967         (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
8968         * amd64bsd-nat.h: Export amd64bsd_xsave_len.
8969         * amd64fbsd-nat.c (amd64fbsd_read_description): New function.
8970         (_initialize_amd64fbsd_nat): Set "to_read_description" to
8971         "amd64fbsd_read_description".
8972         * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
8973         (amd64fbsd_supply_xstateregset): New function.
8974         (amd64fbsd_collect_xstateregset): New function.
8975         Add "amd64fbsd_xstateregset".
8976         (amd64fbsd_iterate_over_regset_sections): New function.
8977         (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
8978         "I386_FBSD_XSAVE_XCR0_OFFSET".
8979         Add "iterate_over_regset_sections" gdbarch method.
8980         Add "core_read_description" gdbarch method.
8981         * i386-tdep.c (i386_target_description): New function.
8982         * i386-tdep.h: Export i386_target_description and tdesc_i386.
8983         * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
8984         (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
8985         x86 extended save area.
8986         (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
8987         * i386bsd-nat.h: Export i386bsd_xsave_len.
8988         * i386fbsd-nat.c (i386fbsd_read_description): New function.
8989         (_initialize_i386fbsd_nat): Set "to_read_description" to
8990         "i386fbsd_read_description".
8991         * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
8992         (i386fbsd_core_read_description): New function.
8993         (i386fbsd_supply_xstateregset): New function.
8994         (i386fbsd_collect_xstateregset): New function.
8995         Add "i386fbsd_xstateregset".
8996         (i386fbsd_iterate_over_regset_sections): New function.
8997         (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
8998         "I386_FBSD_XSAVE_XCR0_OFFSET".
8999         Add "iterate_over_regset_sections" gdbarch method.
9000         Add "core_read_description" gdbarch method.
9001         * i386fbsd-tdep.h: New file.
9002
9003 2015-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9004
9005         * NEWS (Changes since GDB 7.9): Add removed -xdb.
9006         * breakpoint.c (command_line_is_silent): Remove xdb_commands
9007         conditional.
9008         (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba
9009         and lb.
9010         * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and
9011         va.
9012         * cli/cli-decode.c (find_command_name_length): Remove xdb_commands
9013         conditional.
9014         * defs.h (xdb_commands): Remove declaration.
9015         * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc.
9016         * guile/scm-cmd.c (command_classes): Remove xdb from comment.
9017         * infcmd.c (run_no_args_command, go_command): Remove.
9018         (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr.
9019         * infrun.c (xdb_handle_command): Remove.
9020         (_initialize_infrun): Remove xdb_commands for lz and z.
9021         * main.c (xdb_commands): Remove variable.
9022         (captured_main): Remove "xdb" from long_options.
9023         (print_gdb_help): Remove --xdb from help.
9024         * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment.
9025         * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?.
9026         * stack.c (backtrace_full_command, args_plus_locals_info)
9027         (current_frame_command): Remove.
9028         (_initialize_stack): Remove xdb_commands for t, T and l.
9029         * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg.
9030         * thread.c (_initialize_thread): Remove xdb_commands condition.
9031         * tui/tui-layout.c (tui_toggle_layout_command)
9032         (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove.
9033         (_initialize_tui_layout): Remove xdb_commands for td and ts.
9034         * tui/tui-regs.c (tui_scroll_regs_forward_command)
9035         (tui_scroll_regs_backward_command): Remove.
9036         (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r.
9037         * tui/tui-win.c (tui_xdb_set_win_height_command): Remove.
9038         (_initialize_tui_win): Remove xdb_commands for U and w.
9039         * utils.c (pagination_on_command, pagination_off_command): Remove.
9040         (initialize_utils): Remove xdb_commands for am and sm.
9041
9042 2015-04-10  Pedro Alves  <palves@redhat.com>
9043
9044         * infrun.c (displaced_step_fixup): Switch to the event ptid
9045         earlier.  If the thread stopped for a watchpoint and the
9046         target/arch has non-continuable watchpoints, cancel the displaced
9047         step.
9048         (resume): Don't start a displaced step if in-line step-over info
9049         is valid.
9050
9051 2015-04-10  Pedro Alves  <palves@redhat.com>
9052
9053         * infrun.c (displaced_step_in_progress): New function.
9054         (do_target_resume): Advise target to report all signals if
9055         displaced stepping.
9056
9057 2015-04-10  Pedro Alves  <palves@redhat.com>
9058
9059         PR gdb/18216
9060         * infrun.c (process_event_stop_test): Don't assume a step-resume
9061         is set if tp->stepped_breakpoint is true.
9062
9063 2015-04-10  Yao Qi  <yao.qi@linaro.org>
9064
9065         * arm-tdep.c (install_alu_reg): Update comment.
9066         (thumb_copy_alu_reg): Remove local variable rn.  Update
9067         debugging message.  Use r2 instead of r1 in the modified
9068         instruction.
9069
9070 2015-04-10  Pedro Alves  <palves@redhat.com>
9071
9072         PR gdb/13858
9073         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install
9074         linux_displaced_step_location as gdbarch_displaced_step_location
9075         hook.
9076         * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
9077         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
9078         * linux-tdep.c (linux_displaced_step_location): New function,
9079         based on ppc_linux_displaced_step_location.
9080         * linux-tdep.h (linux_displaced_step_location): New declaration.
9081         * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete.
9082         (ppc_linux_inferior_created, ppc_linux_displaced_step_location):
9083         Delete.
9084         (ppc_linux_init_abi): Install linux_displaced_step_location as
9085         gdbarch_displaced_step_location hook, even without Cell/B.E..
9086         (_initialize_ppc_linux_tdep): Don't install
9087         ppc_linux_inferior_created as inferior_created observer.
9088         * s390-linux-tdep.c (s390_gdbarch_init): Install
9089         linux_displaced_step_location as gdbarch_displaced_step_location
9090         hook.
9091
9092 2015-04-09  Gary Benson <gbenson@redhat.com>
9093
9094         * common/common-remote-fileio.h: Rename to...
9095         * common/fileio.h: ...this.  Update all references.
9096         (remote_fileio_to_fio_error): Rename to...
9097         (host_to_fileio_error): ...this.
9098         (remote_fileio_to_be): Rename to...
9099         (host_to_bigendian): ...this.  Update all callers.
9100         (remote_fileio_to_fio_uint): Rename to...
9101         (host_to_fileio_uint): ...this.  Update all callers.
9102         (remote_fileio_to_fio_time): Rename to...
9103         (host_to_fileio_time): ...this.  Update all callers.
9104         (remote_fileio_to_fio_stat): Rename to...
9105         (host_to_fileio_stat): ...this.
9106         Update all references.
9107         * common/common-remote-fileio.c: Rename to...
9108         * common/fileio.c: ...this.  Update all references.
9109         (remote_fileio_to_fio_error): Rename to...
9110         (host_to_fileio_error): ...this.  Update all callers.
9111         (remote_fileio_mode_to_target): Rename to...
9112         (fileio_mode_pack): ...this.  Update all callers.
9113         (remote_fileio_to_fio_mode): Rename to...
9114         (host_to_fileio_mode): ...this.  Update all callers.
9115         (remote_fileio_to_fio_ulong): Rename to...
9116         (host_to_fileio_ulong): ...this.  Update all callers.
9117         (remote_fileio_to_fio_stat): Rename to...
9118         (host_to_fileio_stat): ...this.  Update all callers.
9119
9120 2015-04-09  Andy Wingo  <wingo@igalia.com>
9121
9122         * guile/scm-frame.c (gdbscm_frame_read_register): New function.
9123         (frame_functions): Bind gdbscm_frame_read_register to
9124         frame-read-register.
9125         * guile/lib/gdb.scm (frame-read-register): Export.
9126
9127 2015-04-09  Gary Benson <gbenson@redhat.com>
9128
9129         * common/common-remote-fileio.h (remote_fileio_to_fio_error):
9130         New declaration.
9131         * common/common-remote-fileio.c (remote_fileio_to_fio_error):
9132         New function, factored out the named functions below.
9133         * inf-child.c (gdb/fileio.h): Remove include.
9134         (common-remote-fileio.h): New include.
9135         (inf_child_errno_to_fileio_error): Remove function.  Update
9136         all callers to use remote_fileio_to_fio_error.
9137         * remote-fileio.c (remote_fileio_errno_to_target): Likewise.
9138
9139 2015-04-09  Andy Wingo  <wingo@igalia.com>
9140
9141         * MAINTAINERS (Write After Approval): Add Andy Wingo.
9142
9143 2015-04-09  H.J. Lu  <hongjiu.lu@intel.com>
9144
9145         * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir.
9146         Replace $zlibdir with $ZLIBDIR in LDFLAGS.
9147         * configure: Regenerated.
9148
9149 2015-04-09  Pedro Alves  <palves@redhat.com>
9150
9151         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
9152         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
9153         * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
9154         * gnulib/import/Makefile.am: Update.
9155         * gnulib/import/Makefile.in: Update.
9156         * gnulib/import/m4/gnulib-cache.m4: Update.
9157         * gnulib/import/m4/gnulib-comp.m4: Update.
9158         * gnulib/import/m4/strtok_r.m4: New file.
9159         * gnulib/import/strtok_r.c: New file.
9160
9161 2015-04-09  Pedro Alves  <palves@redhat.com>
9162
9163         * gnulib/update-gnulib.sh (aclocal version check): Filter out
9164         "called too early to check prototype".
9165
9166 2015-04-08  Sergio Durigan Junior  <sergiodj@redhat.com>
9167
9168         PR python/16699
9169         * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not
9170         use a caching mechanism.  Adjust comments and code to reflect
9171         that.  Replace 'sizeof' by 'strlen' when fetching 'wordobj'.
9172         (cmdpy_completer_handle_brkchars): Adjust call to
9173         cmdpy_completer_helper.  Call Py_XDECREF for 'resultobj'.
9174         (cmdpy_completer): Likewise.
9175
9176 2015-04-08  Yao Qi  <yao.qi@linaro.org>
9177
9178         * spu-tdep.c (spu_gdbarch_init): Don't call
9179         set_gdbarch_cannot_step_breakpoint.
9180
9181 2015-04-07  Sergio Durigan Junior  <sergiodj@redhat.com>
9182
9183         * linux-tdep.c (decode_vmflags): Initialize 'saveptr'.
9184
9185 2015-04-07  Pedro Alves  <palves@redhat.com>
9186
9187         * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ...
9188         (ALL_THREADS_SAFE): ... this, and don't skip exited threads.
9189         (delete_exited_threads): New declaration.
9190         * infrun.c (follow_exec): Use ALL_THREADS_SAFE.
9191         * linux-nat.c (linux_nat_update_thread_list): New function.
9192         (linux_nat_add_target): Install it.
9193         * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE.
9194         * thread.c (prune_threads): Use ALL_THREADS_SAFE.
9195         (delete_exited_threads): New function.
9196
9197 2015-04-07  Pedro Alves  <pedro@codesourcery.com>
9198
9199         * infrun.c (resume) <displaced stepping debug output>: Get the
9200         leader thread's regcache, not resume_ptid's.
9201
9202 2015-04-06  Doug Evans  <xdje42@gmail.com>
9203
9204         * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as
9205         VAR_DOMAIN.
9206         (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters.
9207         Include symbol domain in debugging output.
9208
9209 2015-04-06  Pedro Alves  <palves@redhat.com>
9210             Bernd Edlinger  <bernd.edlinger@hotmail.de>
9211
9212         * configure.ac: Remove the mingw32-specific stub-termcap.o
9213         fallback, and instead fallback to the stub termcap on all hosts.
9214         * configure: Regenerate.
9215         * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak
9216         symbols.
9217
9218 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9219
9220         * gdbtypes.c (is_dynamic_type_internal): Remove the unused
9221         "top_level" parameter.
9222         (resolve_dynamic_type_internal): Remove the unused "top_level"
9223         parameter.  Update call to is_dynamic_type_internal.
9224         (is_dynamic_type): Update call to is_dynamic_type_internal.
9225         (resolve_dynamic_range): Update call to
9226         resolve_dynamic_type_internal.
9227         (resolve_dynamic_union): Likewise.
9228         (resolve_dynamic_struct): Likewise.
9229         (resolve_dynamic_type): Likewise.
9230
9231 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9232
9233         * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
9234         TYPE_CODE_REF types so that they are not considered as dynamic
9235         depending on the referenced type.
9236         (resolve_dynamic_type_internal): Likewise.
9237
9238 2015-04-02  H.J. Lu  <hongjiu.lu@intel.com>
9239
9240         * Makefile.in (top_srcdir): New.
9241         * configure: Regenerated.
9242
9243 2015-04-02  Gary Benson <gbenson@redhat.com>
9244
9245         * NEWS: Announce the new default sysroot of "target:".
9246
9247 2015-04-02  Gary Benson <gbenson@redhat.com>
9248
9249         * main.c (captured_main): Set gdb_sysroot to "target:"
9250         if not otherwise set.
9251
9252 2015-04-02  Gary Benson <gbenson@redhat.com>
9253
9254         * exec.c (exec_file_attach): Support "target:" filenames.
9255
9256 2015-04-02  Gary Benson <gbenson@redhat.com>
9257
9258         * solib.c (solib_find): Strip "target:" prefix from sysroot
9259         if accessing local files.
9260
9261 2015-04-02  Gary Benson <gbenson@redhat.com>
9262
9263         * symfile.c (symfile_bfd_open): Reorder to remove duplicated
9264         checks and error messages.
9265
9266 2015-04-02  Gary Benson <gbenson@redhat.com>
9267
9268         * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition.
9269         (remote_filename_p): Remove declaration.
9270         (remote_bfd_open): Likewise.
9271         * remote.c (remote_bfd_iovec_open): Remove function.
9272         (remote_bfd_iovec_close): Likewise.
9273         (remote_bfd_iovec_pread): Likewise.
9274         (remote_bfd_iovec_stat): Likewise.
9275         (remote_filename_p): Likewise.
9276         (remote_bfd_open): Likewise.
9277         * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration.
9278         * symfile.c (separate_debug_file_exists): Use gdb_bfd_open.
9279         (gdb_bfd_open_maybe_remote): Remove function.
9280         (symfile_bfd_open):  Replace remote filename check with
9281         target filename check.
9282         (reread_symbols): Use gdb_bfd_open.
9283         * build-id.c (gdbcore.h): New include.
9284         (build_id_to_debug_bfd): Use gdb_bfd_open.
9285         * infcmd.c (attach_command_post_wait): Remove remote filename
9286         check.
9287         * solib.c (solib_find): Replace remote-specific handling with
9288         target-specific handling.  Update comments where necessary.
9289         (solib_bfd_open): Replace remote-specific handling with
9290         target-specific handling.
9291         (gdb_sysroot_changed): New function.
9292         (_initialize_solib): Call the above when gdb_sysroot changes.
9293         * windows-tdep.c (gdbcore.h): New include.
9294         (windows_xfer_shared_library): Use gdb_bfd_open.
9295
9296 2015-04-02  Gary Benson <gbenson@redhat.com>
9297
9298         * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition.
9299         (is_target_filename): New declaration.
9300         (gdb_bfd_has_target_filename): Likewise.
9301         (gdb_bfd_open): Update documentation comment.
9302         * gdb_bfd.c (target.h): New include.
9303         (gdb/fileio.h): Likewise.
9304         (is_target_filename): New function.
9305         (gdb_bfd_has_target_filename): Likewise.
9306         (fileio_errno_to_host): Likewise.
9307         (gdb_bfd_iovec_fileio_open): Likewise.
9308         (gdb_bfd_iovec_fileio_pread): Likewise.
9309         (gdb_bfd_iovec_fileio_close): Likewise.
9310         (gdb_bfd_iovec_fileio_fstat): Likewise.
9311         (gdb_bfd_open): Use target fileio to access paths prefixed
9312         with "target:" where necessary.
9313
9314 2015-04-02  Gary Benson <gbenson@redhat.com>
9315
9316         * target.h (struct target_ops) <to_filesystem_is_local>:
9317         New field.
9318         (target_filesystem_is_local): New macro.
9319         * target-delegates.c: Regenerate.
9320         * remote.c (remote_filesystem_is_local): New function.
9321         (init_remote_ops): Initialize to_filesystem_is_local.
9322
9323 2015-04-02  Gary Benson <gbenson@redhat.com>
9324
9325         * target.h (struct target_ops) <to_fileio_fstat>: New field.
9326         (target_fileio_fstat): New declaration.
9327         * target.c (target_fileio_fstat): New function.
9328         * inf-child.c (inf_child_fileio_fstat): Likewise.
9329         (inf_child_target): Initialize to_fileio_fstat.
9330         * remote.c (init_remote_ops): Likewise.
9331
9332 2015-04-01  Sasha Smundak  <asmundak@google.com>
9333
9334         * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o.
9335         (SUBDIR_PYTHON_SRCS): Add py-unwind.c.
9336         (py-unwind.o): New recipe.
9337         * NEWS: mention Python frame unwinding.
9338         * data-directory/Makefile.in (PYTHON_FILE_LIST): Add
9339         gdb/unwinder.py and gdb/command/unwinder.py
9340         * python/lib/gdb/__init__.py (packages): Add frame_unwinders
9341         list.
9342         (execute_unwinders): New function.
9343         * python/lib/gdb/command/unwinders.py: New file.
9344         * python/lib/gdb/unwinder.py: New file.
9345         * python/py-objfile.c (objfile_object): Add frame_unwinders field.
9346         (objfpy_dealloc): Decrement frame_unwinders reference count.
9347         (objfpy_initialize): Create frame_unwinders list.
9348         (objfpy_get_frame_unwinders): New function.
9349         (objfpy_set_frame_unwinders): Ditto.
9350         (objfile_getset): Add frame_unwinders attribute to Objfile.
9351         * python/py-progspace.c (pspace_object): Add frame_unwinders field.
9352         (pspy_dealloc): Decrement frame_unwinders reference count.
9353         (pspy_initialize): Create frame_unwinders list.
9354         (pspy_get_frame_unwinders): New function.
9355         (pspy_set_frame_unwinders): Ditto.
9356         (pspy_getset): Add frame_unwinders attribute to gdb.Progspace.
9357         * python/py-unwind.c: New file.
9358         * python/python-internal.h (pspy_get_name_unwinders): New prototype.
9359         (objpy_get_frame_unwinders): New prototype.
9360         (gdbpy_initialize_unwind): New prototype.
9361         * python/python.c (gdbpy_apply_type_printers): Call
9362         gdbpy_initialize_unwind.
9363
9364 2015-04-01  Pedro Alves  <palves@redhat.com>
9365
9366         * infrun.c (resume): Check currently_stepping after clearing
9367         stepped_breakpoint, not before.
9368
9369 2015-04-01  Pedro Alves  <palves@redhat.com>
9370
9371         * infrun.c (print_target_wait_results): Print all the ptid
9372         elements.
9373
9374 2015-04-01  Pedro Alves  <palves@redhat.com>
9375
9376         * infrun.c (keep_going): Also discard cleanups if inserting
9377         breakpoints fails.
9378
9379 2015-04-01  Pedro Alves  <palves@redhat.com>
9380
9381         * infrun.c (wait_for_inferior): Install the
9382         finish_thread_state_cleanup cleanup across the whole function, not
9383         just around handle_inferior_event.
9384
9385 2015-04-01  Pedro Alves  <palves@redhat.com>
9386
9387         * infrun.c (resume) <step past permanent breakpoint>: Use
9388         do_target_resume.
9389
9390 2015-04-01  Pedro Alves  <palves@redhat.com>
9391
9392         * linux-nat.c (linux_handle_extended_wait): Always call set_running.
9393
9394 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
9395
9396         * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
9397
9398 2015-04-01  Pedro Alves  <palves@redhat.com>
9399
9400         * linux-thread-db.c (record_thread): Readd the thread to gdb's
9401         list if it was marked exited.
9402
9403 2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
9404
9405         * configure: Regenerated.
9406
9407 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
9408             Jan Kratochvil  <jan.kratochvil@redhat.com>
9409             Oleg Nesterov  <oleg@redhat.com>
9410
9411         PR corefiles/16092
9412         * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'.
9413         New enum identifying the various options of the coredump_filter
9414         file.
9415         (struct smaps_vmflags): New struct.
9416         (use_coredump_filter): New variable.
9417         (decode_vmflags): New function.
9418         (mapping_is_anonymous_p): Likewise.
9419         (dump_mapping_p): Likewise.
9420         (linux_find_memory_regions_full): New variables
9421         'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'.
9422         Removed variable 'modified'.  Read /proc/<PID>/smaps file; improve
9423         parsing of its information.  Implement memory mapping filtering
9424         based on its contents.
9425         (show_use_coredump_filter): New function.
9426         (_initialize_linux_tdep): New command 'set use-coredump-filter'.
9427         * NEWS: Mention the possibility of using the
9428         '/proc/PID/coredump_filter' file when generating a corefile.
9429         Mention new command 'set use-coredump-filter'.
9430
9431 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
9432
9433         * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by
9434         read_memory_unsigned_integer.
9435
9436 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
9437
9438         * Makefile.in (ZLIB): New.
9439         (ZLIBINC): Likewise.
9440         (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC).
9441         (CLIBS): Add $(ZLIB).
9442         * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS.
9443         Add -lz to LIBS.
9444         * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
9445         * top.c (print_gdb_configuration): Remove --with-zlib and
9446         --without-zlib.
9447         * config.in: Regenerated.
9448         * configure: Likewise.
9449
9450 2015-03-31  Antoine Tremblay  <antoine.tremblay@ericsson.com>
9451
9452         * NEWS: Mention info os cpus support.
9453         * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
9454         (struct osdata_type): Add cpus entry, reorder the entries in
9455         alphabetical order.
9456
9457 2015-03-31  Matthias Klose  <doko@ubuntu.com>
9458
9459         * compile/compile.c (compile_to_object): Allow triplets with or
9460         without vendor set.
9461
9462 2015-03-30  Doug Evans  <dje@google.com>
9463
9464         PR c++/18141
9465         * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
9466         klass in VAR_DOMAIN.
9467
9468 2015-03-30  Gary Benson <gbenson@redhat.com>
9469
9470         * remote.c (remote_mourn_1): Remove function.  Update all callers
9471         to use remote_mourn.
9472         (extended_remote_mourn_1): Remove function.  Update all callers
9473         to use extended_remote_mourn.
9474         (extended_remote_attach_1): Remove function.  Update all callers
9475         to use extended_remote_attach.
9476
9477 2015-03-28  James Bowman  <james.bowman@ftdichip.com>
9478
9479         * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o.
9480         (HFILES_NO_SRCDIR): Add ft32-tdep.h.
9481         (ALLDEPFILES): Add ft32-tdep.c.
9482         * configure.tgt: Add FT32 entry.
9483         * ft32-tdep.c: New file, FT32 target-dependent code.
9484         * ft32-tdep.h: New file, FT32 target-dependent code.
9485
9486 2015-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
9487
9488         Revert:
9489         2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9490         Code cleanup.
9491         * printcmd.c (print_command_1): Move expr variable scope.
9492
9493 2015-03-27  Joel Brobecker  <brobecker@adacore.com>
9494
9495         * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL.
9496
9497 2015-03-27  Andrzej Kaczmarek  <andrzej.kaczmarek@tieto.com>
9498
9499         * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special
9500         sections.
9501
9502 2015-03-26  Joel Brobecker  <brobecker@adacore.com>
9503
9504         * dtrace-probe.c (dtrace_process_dof_probe): Contain any
9505         exception raised while parsing the probe arguments.
9506         Force parsing to be done using the C language parser.
9507         * expression.h (parse_expression_with_language): Declare.
9508         * parse.c (parse_expression_with_language): New function.
9509
9510 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
9511
9512         * MAINTAINERS (Write After Approval): Add "Jon Turney".
9513
9514 2015-03-26  Andy Wingo  <wingo@igalia.com>
9515
9516         PR symtab/18148
9517         * dwarf2read.c (struct partial_die_info): Add has_const_value
9518         member.
9519         (add_partial_symbol): Don't punt on symbols that have const_value
9520         attributes.
9521         (read_partial_die): Detect DW_AT_const_value.
9522
9523 2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9524
9525         Code cleanup.
9526         * printcmd.c (print_command_1): Move expr variable scope.
9527
9528 2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9529
9530         Code cleanup.
9531         * printcmd.c (validate_format): Make the parameter cmdname const.
9532
9533 2015-03-26  Don Breazeal  <donb@codesourcery.com>
9534
9535         * remote.c (_initialize_remote): Update comment.
9536
9537 2015-03-26  Pedro Alves  <palves@redhat.com>
9538             Jon TURNEY  <jon.turney@dronecode.org.uk>
9539
9540         * coffread.c (coff_symfile_read): When constructing the name of an
9541         import stub symbol from import symbol for amd64, only skip the
9542         char after _imp_ if the target is underscored (like i386) and the
9543         char is indeed the target's leading char.
9544
9545 2015-03-25  Pedro Alves  <palves@redhat.com>
9546
9547         * target.h <to_async>: Replace 'callback' and 'context' parameters
9548         with boolean 'enable' parameter.
9549         (target_async): Replace CALLBACK and CONTEXT parameters with
9550         boolean ENABLE parameter.
9551         * inf-loop.c (inferior_event_handler): Adjust.
9552         * linux-nat.c (linux_nat_attach, linux_nat_resume)
9553         (linux_nat_resume): Adjust.
9554         (async_client_callback, async_client_context): Delete.
9555         (handle_target_event): Call inferior_event_handler directly.
9556         (linux_nat_async): Replace 'callback' and 'context' parameters
9557         with boolean 'enable' parameter.  Adjust.  Remove references to
9558         async_client_callback and async_client_context.
9559         (linux_nat_close): Adjust.
9560         * record-btrace.c (record_btrace_async): Replace 'callback' and
9561         'context' parameters with boolean 'enable' parameter.  Adjust.
9562         (record_btrace_resume): Adjust.
9563         * record-full.c (record_full_async): Replace 'callback' and
9564         'context' parameters with boolean 'enable' parameter.  Adjust.
9565         (record_full_resume, record_full_core_resume): Adjust.
9566         * remote.c (struct remote_state) <async_client_callback,
9567         async_client_context>: Delete fields.
9568         (remote_start_remote, extended_remote_attach_1, remote_resume)
9569         (extended_remote_create_inferior): Adjust.
9570         (remote_async_serial_handler): Call inferior_event_handler
9571         directly.
9572         (remote_async): Replace 'callback' and 'context' parameters with
9573         boolean 'enable' parameter.  Adjust.
9574         * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper):
9575         Adjust.
9576         * target-delegates.c: Regenerate.
9577
9578 2015-03-25  Gary Benson <gbenson@redhat.com>
9579             Pedro Alves  <palves@redhat.com>
9580
9581         * target.c (fileio_ft_t): New typedef, define object vector.
9582         (fileio_fhandles): New static variable.
9583         (is_closed_fileio_fh): New macro.
9584         (lowest_closed_fd): New static variable.
9585         (acquire_fileio_fd): New function.
9586         (release_fileio_fd): Likewise.
9587         (fileio_fd_to_fh): New macro.
9588         (target_fileio_open): Wrap the file descriptor on success.
9589         (target_fileio_pwrite): Updated to use wrapped file descriptor.
9590         (target_fileio_pread): Likewise.
9591         (target_fileio_close): Likewise.
9592
9593 2015-03-24  Pedro Alves  <palves@redhat.com>
9594
9595         * thread.c (thread_apply_all_command): Take exited threads into
9596         account.
9597
9598 2015-03-24  Pedro Alves  <palves@redhat.com>
9599
9600         * infrun.c (resume, proceed): Mention
9601         switch_back_to_stepped_thread, not switch_back_to_stepping.
9602
9603 2015-03-24  Pedro Alves  <palves@redhat.com>
9604
9605         * infrun.c (user_visible_resume_ptid): Rewrite going from
9606         most-locked to unlocked instead of the opposite.  Move comment ...
9607         * infrun.h (user_visible_resume_ptid): ... here.
9608
9609 2015-03-24  Pedro Alves  <palves@redhat.com>
9610
9611         * linux-nat.c (linux_nat_resume): Output debug logs before trying
9612         to resume the event lwp.  Use the lwp's ptid instead of the passed
9613         in (maybe wildcard) ptid.
9614         (stop_wait_callback): Tweak debug log output.
9615         (check_stopped_by_breakpoint): Tweak debug log output.  Also dump
9616         TRAP_TRACE.
9617         (linux_nat_filter_event): In debug output, distinguish a
9618         resume_stop SIGSTOP from a delayed SIGSTOP.  Output debug logs
9619         before trying to resume the lwp.
9620
9621 2015-03-24  Joel Brobecker  <brobecker@adacore.com>
9622
9623         * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove
9624         pointer indirection.
9625         * gdbtypes.c (get_dyn_prop): Adjust, following change above.
9626         (add_dyn_prop, copy_dynamic_prop_list): Likewise.
9627
9628 2015-03-24  Joel Brobecker  <brobecker@adacore.com>
9629
9630         * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>:
9631         Renames DYN_ATTR_DATA_LOCATION.
9632         (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of
9633         DYN_ATTR_DATA_LOCATION.
9634         * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION
9635         instead of DYN_ATTR_DATA_LOCATION.
9636
9637 2015-03-24  Pedro Alves  <palves@redhat.com>
9638
9639         * breakpoint.c (until_break_command): Adjust call to proceed.
9640         * gdbthread.h (struct thread_control_state) <stepping_command>:
9641         New field.
9642         * infcall.c (run_inferior_call): Adjust call to proceed.
9643         * infcmd.c (run_command_1, proceed_thread_callback, continue_1):
9644         Adjust calls to proceed.
9645         (set_step_frame): Set the current thread's step_start_function
9646         here.
9647         (step_once): Adjust calls to proceed.
9648         (jump_command, signal_command, until_next_command)
9649         (finish_backward, finish_forward, proceed_after_attach_callback)
9650         (attach_command_post_wait): Adjust calls to proceed.
9651         * infrun.c (proceed_after_vfork_done): Adjust call to proceed.
9652         (do_target_resume): New function, factored out from ...
9653         (resume): ... here.  Remove 'step' parameter.  Instead, check
9654         currently_stepping to determine whether the thread should be
9655         single-stepped.
9656         (proceed): Remove 'step' parameter and don't set the thread's
9657         step_start_function here.  Adjust call to 'resume'.
9658         (handle_inferior_event): Adjust calls to 'resume'.
9659         (switch_back_to_stepped_thread): Use do_target_resume instead of
9660         'resume'.
9661         (keep_going): Adjust calls to 'resume'.
9662         * infrun.h (proceed): Remove 'step' parameter.
9663         (resume): Likewise.
9664         * windows-nat.c (do_initial_windows_stuff): Adjust call to
9665         'resume'.
9666         * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'.
9667
9668 2015-03-24  Pedro Alves  <palves@redhat.com>
9669
9670         * gdbthread.h (struct thread_control_state) <stepping_command>:
9671         New field.
9672         * infcmd.c (step_once): Pass step=1 to clear_proceed_status.  Set
9673         the thread's stepping_command field.
9674         * infrun.c (resume): Check the thread's stepping_command flag to
9675         determine which threads should be resumed.  Rename 'entry_step'
9676         local to user_step.
9677         (clear_proceed_status_thread): Clear 'stepping_command'.
9678         (schedlock_applies): Change parameter type to struct thread_info
9679         pointer.  Adjust.
9680         (find_thread_needs_step_over): Remove 'step' parameter.  Adjust.
9681         (switch_back_to_stepped_thread): Adjust calls to
9682         'schedlock_applies'.
9683         (_initialize_infrun): Adjust "set scheduler-locking step" help.
9684
9685 2015-03-24  Pedro Alves  <palves@redhat.com>
9686
9687         * infrun.c (step_start_function): Delete and ...
9688         * gdbthread.h (struct thread_control_state) <step_start_function>:
9689         ... now a field here.
9690         * infrun.c (clear_proceed_status_thread): Clear the thread's
9691         step_start_function.
9692         (proceed, process_event_stop_test, print_stop_event): Adjust.
9693
9694 2015-03-24  Pedro Alves  <palves@redhat.com>
9695
9696         * infrun.c (proceed): No longer handle negative step.
9697
9698 2015-03-24  Gary Benson  <gbenson@redhat.com>
9699
9700         * nat/x86-linux.h (x86_linux_new_thread): New declaration.
9701         (x86_linux_prepare_to_resume): Likewise.
9702         * x86-linux-nat.c (x86_linux_new_thread):
9703         Moved to nat/x86-linux.c.
9704         (x86_linux_prepare_to_resume): Likewise.
9705         * nat/x86-linux.c (x86_linux_new_thread): New function.
9706         (x86_linux_prepare_to_resume): Likewise.
9707
9708 2015-03-24  Gary Benson  <gbenson@redhat.com>
9709
9710         * nat/x86-linux-dregs.h: New file.
9711         * nat/x86-linux-dregs.c: Likewise.
9712         * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
9713         (x86-linux-dregs.o): New rule.
9714         * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
9715         * config/i386/linux64.mh (NATDEPFILES): Likewise.
9716         * x86-linux-nat.c: Include nat/x86-linux-dregs.h.
9717         (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
9718         (x86_linux_dr_get): Likewise.
9719         (x86_linux_dr_set): Likewise.
9720         (x86_linux_dr_get_addr): Likewise.
9721         (x86_linux_dr_get_control): Likewise.
9722         (x86_linux_dr_get_status): Likewise.
9723         (update_debug_registers_callback): Likewise.
9724         (x86_linux_dr_set_control): Likewise.
9725         (x86_linux_dr_set_addr): Likewise.
9726         (x86_linux_update_debug_registers): Likewise.
9727
9728 2015-03-24  Gary Benson  <gbenson@redhat.com>
9729
9730         * x86-linux-nat.c (x86_linux_update_debug_registers):
9731         New function, factored out from...
9732         (x86_linux_prepare_to_resume): ...this.
9733
9734 2015-03-24  Gary Benson  <gbenson@redhat.com>
9735
9736         * x86-linux-nat.c (x86_linux_dr_get): Update comments.
9737         (x86_linux_dr_set): Likewise.
9738         (x86_linux_dr_get_addr): Likewise.
9739         (x86_linux_dr_get_control): Likewise.
9740         (x86_linux_dr_get_status): Likewise.
9741         (update_debug_registers_callback): Likewise.
9742         (x86_linux_dr_set_control): Likewise.
9743         (x86_linux_dr_set_addr): Likewise.
9744         (x86_linux_prepare_to_resume): Likewise.
9745         (x86_linux_new_thread): Likewise.
9746
9747 2015-03-24  Gary Benson  <gbenson@redhat.com>
9748
9749         * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion.
9750         (x86_linux_new_thread): Rename argument.
9751
9752 2015-03-24  Gary Benson  <gbenson@redhat.com>
9753
9754         * nat/x86-linux.h: New file.
9755         * nat/x86-linux.c: Likewise.
9756         * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h.
9757         (x86-linux.o): New rule.
9758         * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o.
9759         * config/i386/linux64.mh (NATDEPFILES): Likewise.
9760         * nat/linux-nat.h (struct arch_lwp_info): New forward declaration.
9761         (lwp_set_arch_private_info): New declaration.
9762         (lwp_arch_private_info): Likewise.
9763         * linux-nat.c (lwp_set_arch_private_info): New function.
9764         (lwp_arch_private_info): Likewise.
9765         * x86-linux-nat.c: Include nat/x86-linux.h.
9766         (arch_lwp_info): Removed structure.
9767         (update_debug_registers_callback):
9768         Use lwp_set_debug_registers_changed.
9769         (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
9770         and lwp_set_debug_registers_changed.
9771         (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
9772
9773 2015-03-24  Gary Benson  <gbenson@redhat.com>
9774
9775         * nat/linux-nat.h (ptid_of_lwp): New declaration.
9776         (lwp_is_stopped): Likewise.
9777         (lwp_stop_reason): Likewise.
9778         * linux-nat.c (ptid_of_lwp): New function.
9779         (lwp_is_stopped): Likewise.
9780         (lwp_is_stopped_by_watchpoint): Likewise.
9781         * x86-linux-nat.c (update_debug_registers_callback):
9782         Use lwp_is_stopped.
9783         (x86_linux_prepare_to_resume): Use ptid_of_lwp and
9784         lwp_stop_reason.
9785
9786 2015-03-24  Gary Benson  <gbenson@redhat.com>
9787
9788         * linux-nat.h (linux_stop_lwp): Move declaration to...
9789         * nat/linux-nat.h (linux_stop_lwp): New declaration.
9790
9791 2015-03-24  Gary Benson  <gbenson@redhat.com>
9792
9793         * linux-nat.h: Include nat/linux-nat.h.
9794         (iterate_over_lwps): Move declaration to nat/linux-nat.h.
9795         * nat/linux-nat.h (struct lwp_info): New forward declaration.
9796         (iterate_over_lwps_ftype): New typedef.
9797         (iterate_over_lwps): New declaration.
9798         * linux-nat.h (iterate_over_lwps): Update comment.  Use
9799         iterate_over_lwps_ftype.  Update callback return value check.
9800
9801 2015-03-24  Gary Benson  <gbenson@redhat.com>
9802
9803         * x86-nat.h (x86_debug_reg_state): Move declaration to...
9804         * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
9805
9806 2015-03-24  Gary Benson  <gbenson@redhat.com>
9807
9808         * nat/linux-nat.h (current_lwp_ptid): New declaration.
9809         * linux-nat.c (current_lwp_ptid): New function.
9810         * x86-linux-nat.c: Include nat/linux-nat.h.
9811         (x86_linux_dr_get_addr): Use current_lwp_ptid.
9812         (x86_linux_dr_get_control): Likewise.
9813         (x86_linux_dr_get_status): Likewise.
9814         (x86_linux_dr_set_control): Likewise.
9815         (x86_linux_dr_set_addr): Likewise.
9816
9817 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
9818
9819         PR breakpoints/16466
9820         * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
9821
9822 2015-03-23  Joel Brobecker  <brobecker@adacore.com>
9823
9824         * ser-mingw.c (ser_windows_setparity): Fix indentation.
9825         * ser-unix.c (hardwire_setparity): Likewise.
9826
9827 2015-03-23  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
9828
9829         * NEWS: Mention set/show serial parity command.
9830         * monitor.c (monitor_open): Call serial_setparity.
9831         * remote.c (remote_open_1): Likewise.
9832         * ser-base.c (ser_base_serparity): New function.
9833         * ser-base.h (ser_base_setparity): Add  declaration.
9834         * ser-go32.c (dos_ops): Set "setparity" field.
9835         * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
9836         state.Parity.
9837         (ser_windows_setparity): New function.
9838         (hardwire_ops): Add ser_windows_setparity.
9839         (tty_ops): Add NULL for setparity field.
9840         (pipe_ops): Add ser_base_setparity.
9841         (tcp_ops): Likewise.
9842         * ser-pipe.c (pipe_ops): Likewise.
9843         * ser-tcp.c (tcp_ops): Likewise.
9844         * ser-unix.c (hardwire_setparity): Add declaration.
9845         (hardwire_raw): Don't reset PARENB flag.
9846         (hardwire_setparity): New function.
9847         (hardwire_ops): Add hardwire_setparity.
9848         * serial.c (serial_setparity): New function.
9849         (serial_parity): New global.
9850         (parity_none, parity_odd, parity_even, parity_enums, parity):
9851         New static globals.
9852         (set_parity): New function.
9853         (_initialize_serial): Add set/show serial parity commands.
9854         * serial.h (GDBPARITY_NONE): Define.
9855         (GDBPARITY_ODD): Define.
9856         (GDBPARITY_EVEN): Define.
9857         (serial_setparity) Add declaration.
9858         (struct serial_ops): Add setparity field.
9859         * target.h (serial_parity): Add declaration.
9860
9861 2015-03-23  Keith Seitz  <keiths@redhat.com>
9862
9863         * linespec.c (linespec_lexer_lex_keyword): Update comment.
9864
9865 2015-03-23  Keith Seitz  <keiths@redhat.com>
9866
9867         * breakpoint.c (parse_breakpoint_sals): Use
9868         linespec_lexer_lex_keyword to ascertain if the user specified
9869         a NULL location.
9870         * linespec.c [IF_KEYWORD_INDEX]: Define.
9871         (linespec_lexer_lex_keyword): Export.
9872         (struct ls_parser) <keyword_ok>: Remove.
9873         A keyword is only a keyword if not followed by another keyword.
9874         (linespec_lexer_lex_one): Remove keyword_ok handling.
9875         Add comment explaining why the parsing stream is not advanced
9876         when a keyword is seen.
9877         (parse_linespec): Remove parser->keyword_ok.
9878         * linespec.h (linespec_lexer_lex_keyword): Add declaration.
9879
9880 2015-03-23  Keith Seitz  <keiths@redhat.com>
9881
9882         PR gdb/18021
9883         * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
9884         if we find a static method with DW_AT_vtable_elem_location.
9885
9886 2015-03-21  Eli Zaretskii  <eliz@gnu.org>
9887
9888         * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
9889         before the second loop, to avoid undefined behavior.  Reported by
9890         Anton Blanchard <anton@samba.org>.
9891
9892 2015-03-20  Keven Boell  <keven.boell@intel.com>
9893
9894         * gdbtypes.c (resolve_dynamic_type_internal): Adapt
9895         data_location usage to linked list.
9896         (resolve_dynamic_type_internal): Adapt data_location to
9897         linked list.
9898         (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
9899         (copy_type_recursive, copy_type): Add copy of linked list.
9900         * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
9901         (struct dynamic_prop_list): New struct.
9902         * dwarf2read.c (set_die_type): Set data_location data.
9903
9904 2015-03-20  Pedro Alves  <palves@redhat.com>
9905
9906         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
9907         inner block and make it const.
9908         * machoread.c (get_archive_prefix_len): Make "lparen" const.
9909
9910 2015-03-20  Pedro Alves  <palves@redhat.com>
9911
9912         * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
9913         * breakpoint.h (set_breakpoint_condition): Update declaration.
9914
9915 2015-03-20  Pedro Alves  <palves@redhat.com>
9916
9917         * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
9918
9919 2015-03-20  Pedro Alves  <palves@redhat.com>
9920
9921         * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
9922
9923 2015-03-20  Pedro Alves  <palves@redhat.com>
9924
9925         * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
9926
9927 2015-03-20  Pedro Alves  <palves@redhat.com>
9928
9929         * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
9930         (nto_init_solib_absolute_prefix): Likewise.
9931
9932 2015-03-20  Pedro Alves  <palves@redhat.com>
9933
9934         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
9935         * spu-tdep.c (spu_gdbarch_init): Make "name" const.
9936
9937 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
9938
9939         * config/djgpp/README: Remove gdb.hp.
9940
9941 2015-03-20  Yao Qi  <yao.qi@linaro.org>
9942
9943         * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
9944         set_gdbarch_cannot_step_breakpoint.
9945
9946 2015-03-19  Pedro Alves  <palves@redhat.com>
9947
9948         * linux-nat.c (linux_resume_one_lwp): Rename to ...
9949         (linux_resume_one_lwp_throw): ... this.  Don't handle ESRCH here,
9950         instead call perror_with_name.
9951         (check_ptrace_stopped_lwp_gone): New function.
9952         (linux_resume_one_lwp): Reimplement as wrapper around
9953         linux_resume_one_lwp_throw that swallows errors if the LWP is
9954         gone.
9955         (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
9956         swallows errors if the LWP is gone.  Use
9957         linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
9958
9959 2015-03-19  Pedro Alves  <palves@redhat.com>
9960
9961         * linux-nat.c (status_callback): Return early if the LWP has no
9962         status pending.
9963
9964 2015-03-19  Pedro Alves  <palves@redhat.com>
9965
9966         * linux-nat.c (select_event_lwp_callback): Update comment to no
9967         longer mention SIGTRAP.
9968
9969 2015-03-18  Tristan Gingold  <gingold@adacore.com>
9970
9971         * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
9972         redirection code to ...
9973         (amd64_windows_frame_decode_insns): ... Here.  Fix in prologue
9974         checks.  Fix SAVE_NONVOL operations.  Add debug code and comments.
9975
9976 2015-03-18  Gary Benson <gbenson@redhat.com>
9977
9978         (remote_protocol_features): Remove the "vFile:fstat" feature.
9979         (remote_hostio_fstat): Probe for "vFile:fstat" support.
9980
9981 2015-03-11  Yao Qi  <yao.qi@linaro.org>
9982
9983         PR tdep/18107
9984         * aarch64-linux-tdep.c: Include xml-syscall.h
9985         (aarch64_linux_get_syscall_number): New function.
9986         (aarch64_linux_init_abi): Call
9987         set_gdbarch_get_syscall_number.
9988         * syscalls/aarch64-linux.xml: New file.
9989
9990 2015-03-17  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
9991
9992         * ser-base.h (ser_base_setstopbits): Change second argument name
9993         from "rate" to "num".
9994
9995 2015-03-17  Gary Benson <gbenson@redhat.com>
9996             Luke Allardyce <lukeallardyce@gmail.com>
9997
9998         PR gdb/18131
9999         * common/common-remote-fileio.h (sys/stat.h): New include.
10000         (stuct stat): Remove forward declaration.
10001
10002 2015-03-16  John Baldwin  <jhb@FreeBSD.org>
10003
10004         * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
10005         before writing core register notes.
10006
10007 2015-03-16  Yuanhui Zhang  <asmwarrior@gmail.com>
10008             Pedro Alves  <palves@redhat.com>
10009
10010         * gdb_curses.h (tgetnum): Mark with EXTERN_C.
10011         * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
10012         (tgoto): Wrap with extern "C".
10013
10014 2015-03-16  Pedro Alves  <palves@redhat.com>
10015             Yuanhui Zhang  <asmwarrior@gmail.com>
10016
10017         * stub-termcap.c (tputs): Change prototype.
10018
10019 2015-03-16  Yuanhui Zhang  <asmwarrior@gmail.com>
10020             Pedro Alves  <palves@redhat.com>
10021
10022         * windows-nat.c (struct thread_info_struct): Rename to ...
10023         (struct windows_thread_info_struct): ... this.
10024         (thread_info): Rename to ...
10025         (windows_thread_info): ... this.
10026         All users updated.
10027
10028 2015-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10029             Pedro Alves  <palves@redhat.com>
10030
10031         * NEWS: New Removed targets and native configurations.
10032
10033 2015-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
10034
10035         Remove HPUX.
10036         * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
10037         (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
10038         (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
10039         ia64-hpux-tdep.h, solib-ia64-hpux.h.
10040         (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
10041         ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
10042         * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
10043         hppa-hpux-tdep.c.
10044         * config/ia64/hpux.mh: Remove file.
10045         * config/pa/hpux.mh: Remove file.
10046         * configure: Rebuilt.
10047         * configure.ac (dlgetmodinfo, somread.o): Remove.
10048         * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10049         (ia64-*-hpux*): Remove its float format exception.
10050         * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10051         * hppa-hpux-nat.c: Remove file.
10052         * hppa-hpux-tdep.c: Remove file.
10053         * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
10054         Move them here from hppa-tdep.h
10055         (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
10056         (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
10057         * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
10058         Move them to hppa-tdep.c.
10059         (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
10060         declarations.
10061         * ia64-hpux-nat.c: Remove file.
10062         * ia64-hpux-tdep.c: Remove file.
10063         * ia64-hpux-tdep.h: Remove file.
10064         * inf-ttrace.c: Remove file.
10065         * inf-ttrace.h: Remove file.
10066         * solib-ia64-hpux.c: Remove file.
10067         * solib-ia64-hpux.h: Remove file.
10068         * solib-pa64.c: Remove file.
10069         * solib-pa64.h: Remove file.
10070         * solib-som.c: Remove file.
10071         * solib-som.h: Remove file.
10072         * somread.c: Remove file.
10073
10074 2015-03-13  John Baldwin  <jhb@FreeBSD.org>
10075
10076         * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
10077         * config.in: Regenerate.
10078         * configure: Regenerate.
10079         * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
10080         define.
10081         (fbsd_find_memory_regions): Use kinfo_getvmmap to
10082         enumerate memory regions if present.
10083
10084 2015-03-13  John Baldwin  <jhb@FreeBSD.org>
10085
10086         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
10087         * i386fbsd-tdep.c: Fix style in various gdb_static_assert
10088         expressions.
10089         (i386fbsd_sigtramp_p): Likewise.
10090
10091 2015-03-12  John Baldwin  <jhb@FreeBSD.org>
10092
10093         * MAINTAINERS (Write After Approval): Add John Baldwin.
10094
10095 2015-03-12  Gary Benson <gbenson@redhat.com>
10096
10097         * solib.c (_initialize_solib): Make "set/show sysroot" use
10098         add_setshow_optional_filename_cmd so it can be restored to
10099         empty after being set.
10100
10101 2015-03-11  Sergio Durigan Junior  <sergiodj@redhat.com>
10102
10103         * Makefile.in (SFILES): New source break-catch-syscall.c.
10104         (COMMON_OBS): New object break-catch-syscall.o.
10105         * break-catch-syscall.c: New file.
10106         * breakpoint.c: Remove inclusion of "xml-syscall.h".
10107         (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
10108         (struct syscall_catchpoint): Likewise.
10109         (dtor_catch_syscall): Likewise.
10110         (catch_syscall_inferior_data): Likewise.
10111         (struct catch_syscall_inferior_data): Likewise.
10112         (get_catch_syscall_inferior_data): Likewise.
10113         (catch_syscall_inferior_data_cleanup): Likewise.
10114         (insert_catch_syscall): Likewise.
10115         (remove_catch_syscall): Likewise.
10116         (breakpoint_hit_catch_syscall): Likewise.
10117         (print_it_catch_syscall): Likewise.
10118         (print_one_catch_syscall): Likewise.
10119         (print_mention_catch_syscall): Likewise.
10120         (print_recreate_catch_syscall): Likewise.
10121         (catch_syscall_breakpoint_ops): Likewise.
10122         (syscall_catchpoint_p): Likewise.
10123         (create_syscall_event_catchpoint): Likewise.
10124         (catch_syscall_split_args): Likewise.
10125         (catch_syscall_command_1): Likewise.
10126         (is_syscall_catchpoint_enabled): Likewise.
10127         (catch_syscall_enabled): Likewise.
10128         (catching_syscall_number): Likewise.
10129         (catch_syscall_completer): Likewise.
10130         (clear_syscall_counts): Likewise.
10131         (initialize_breakpoint_ops): Move initialization of syscall
10132         catchpoints to break-catch-syscall.c.
10133         (_initialize_breakpoint): Move code related to syscall catchpoints
10134         to break-catch-syscall.c.
10135
10136 2015-03-11  Sergio Durigan Junior  <sergiodj@redhat.com>
10137
10138         * breakpoint.c (breakpoint_find_if): New function.
10139         * breakpoint.h (breakpoint_find_if): New prototype.
10140
10141 2015-03-11  Gary Benson <gbenson@redhat.com>
10142
10143         * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
10144         * remote-fileio.c (remote_fileio_to_host_uint): New function.
10145         (remote_fileio_to_host_ulong): Likewise.
10146         (remote_fileio_to_host_mode): Likewise.
10147         (remote_fileio_to_host_time): Likewise.
10148         (remote_fileio_to_host_stat): Likewise.
10149         * remote.c (PACKET_vFile_fstat): New enum value.
10150         (remote_protocol_features): Register the "vFile:fstat" feature.
10151         (remote_hostio_fstat): New function.
10152         (remote_bfd_iovec_stat): Use the above.
10153         (_initialize_remote): Register new "set/show remote
10154         hostio-fstat-packet" command.
10155         * symfile.c (separate_debug_file_exists): Update comment.
10156         * NEWS: Announce new vFile:fstat packet.
10157
10158 2015-03-11  Gary Benson <gbenson@redhat.com>
10159
10160         * common/common-remote-fileio.h: New file.
10161         * common/common-remote-fileio.c: Likewise.
10162         * Makefile.in (SFILES): Add common/common-remote-fileio.c.
10163         (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
10164         (COMMON_OBS): Add common-remote-fileio.o.
10165         (common-remote-fileio.o): New rule.
10166         * remote-fileio.h (common-remote-fileio.h): New include.
10167         * remote-fileio.c (gdb/fileio.h): Do not include.
10168         (remote_fileio_to_be): Moved to common-remote-fileio.h.
10169         (remote_fileio_to_fio_uint): Likewise.
10170         (remote_fileio_to_fio_time): Likewise.
10171         (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
10172         (remote_fileio_to_fio_mode): Likewise.
10173         (remote_fileio_to_fio_ulong): Likewise.
10174         (remote_fileio_to_fio_stat): Likewise.
10175
10176 2015-03-11  Andy Wingo  <wingo@igalia.com>
10177
10178         * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
10179         we were checking the cached type, not the cached dynamic type.
10180
10181 2015-03-11  Andy Wingo  <wingo@igalia.com>
10182
10183         * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
10184         other strings, as these are on the GC'd heap, and will be
10185         collected along with the smob.
10186
10187 2015-03-11  Andy Wingo  <wingo@igalia.com>
10188
10189         * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
10190         (objfile_functions): Bind gdbscm_objfile_progspace to
10191         objfile-progspace.
10192         * guile/lib/gdb.scm: Add objfile-progspace to exports.
10193
10194 2015-03-11  Andy Wingo  <wingo@igalia.com>
10195
10196         * guile/guile.c (_initialize_guile): Disable automatic
10197         finalization, if Guile offers us that possibility.
10198         * guile/guile.c (call_initialize_gdb_module):
10199         * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
10200         finalizers in appropriate places.
10201         * configure.ac (AC_TRY_LIBGUILE): Add a check for
10202         scm_set_automatic_finalization_enabled.
10203         * configure: Regenerated.
10204
10205 2015-03-11  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10206
10207         * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
10208         SAL, if possible.
10209
10210 2015-03-11  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10211
10212         * s390-linux-nat.c (struct arch_lwp_info): New.
10213         (s390_fix_watch_points): Rename to...
10214         (s390_prepare_to_resume): ...this.  Skip the PER info update
10215         unless the watch points have changed.
10216         (s390_refresh_per_info, s390_new_thread): New functions.
10217         (s390_insert_watchpoint): Call s390_refresh_per_info instead of
10218         s390_fix_watch_points.
10219         (s390_remove_watchpoint): Likewise.
10220         (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
10221         Register s390_prepare_to_resume.
10222
10223 2015-03-09  Pedro Alves  <palves@redhat.com>
10224
10225         Revert:
10226         2015-03-07  Pedro Alves  <palves@redhat.com>
10227         * common/gdb_socket.h: New file.
10228         * ser-tcp.c: Include gdb_socket.h.  Don't include netinet/in.h nor
10229         sys/socket.h.
10230         (net_open): Use union gdb_sockaddr_u.
10231
10232 2015-03-07  Pedro Alves  <palves@redhat.com>
10233
10234         * configure.ac (build_warnings): Move -Wmissing-prototypes
10235         -Wdeclaration-after-statement -Wmissing-parameter-type
10236         -Wold-style-declaration -Wold-style-definition to the C-specific
10237         set.
10238         * configure: Regenerate.
10239
10240 2015-03-07  Pedro Alves  <palves@redhat.com>
10241
10242         * common/gdb_socket.h: New file.
10243         * ser-tcp.c: Include gdb_socket.h.  Don't include netinet/in.h nor
10244         sys/socket.h.
10245         (net_open): Use union gdb_sockaddr_u.
10246
10247 2015-03-07  Pedro Alves  <palves@redhat.com>
10248
10249         * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
10250         (exceptions_state_mc_action_iter)
10251         (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
10252         Don't define.
10253         [__cplusplus] (try_scope_depth): New global.
10254         [__cplusplus] (exception_try_scope_entry)
10255         (exception_try_scope_exit, gdb_exception_sliced_copy)
10256         (exception_rethrow): New functions.
10257         (throw_exception): In C++ mode, throw
10258         gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
10259         gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
10260         (throw_it): In C++ mode, use try_scope_depth.
10261         * common/common-exceptions.h [!__cplusplus]
10262         (exceptions_state_mc_action_iter)
10263         (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
10264         Don't declare.
10265         [__cplusplus] (exception_try_scope_entry)
10266         (exception_try_scope_exit, exception_rethrow): Declare.
10267         [__cplusplus] (struct exception_try_scope): New struct.
10268         [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
10269         C++ exceptions.
10270         (struct gdb_exception_RETURN_MASK_ALL)
10271         (struct gdb_exception_RETURN_MASK_ERROR)
10272         (struct gdb_exception_RETURN_MASK_QUIT): New types.
10273
10274 2015-03-07  Pedro Alves  <palves@redhat.com>
10275
10276         * main.c (handle_command_errors): Remove volatile qualifier from
10277         parameter.
10278
10279 2015-03-07  Pedro Alves  <palves@redhat.com>
10280
10281         * breakpoint.c (save_breakpoints): Adjust to avoid code between
10282         TRY and CATCH.
10283         * gdbtypes.c (safe_parse_type): Remove empty line.
10284         (types_deeply_equal):
10285         * guile/scm-frame.c (gdbscm_frame_name):
10286         * linux-thread-db.c (find_new_threads_once):
10287         * python/py-breakpoint.c (bppy_get_commands):
10288         * record-btrace.c (record_btrace_insert_breakpoint)
10289         (record_btrace_remove_breakpoint, record_btrace_start_replaying)
10290         (record_btrace_start_replaying): Adjust to avoid code between TRY
10291         and CATCH.
10292
10293 2015-03-07  Pedro Alves  <palves@redhat.com>
10294
10295         * common/common-exceptions.c (struct catcher) <exception>: No
10296         longer a pointer to volatile exception.  Now an exception value.
10297         <mask>: Delete field.
10298         (exceptions_state_mc_init): Remove all parameters.  Adjust.
10299         (exceptions_state_mc): No longer pop the catcher here.
10300         (exceptions_state_mc_catch): New function.
10301         (throw_exception): Adjust.
10302         * common/common-exceptions.h (exceptions_state_mc_init): Remove
10303         all parameters.
10304         (exceptions_state_mc_catch): Declare.
10305         (TRY_CATCH): Rename to ...
10306         (TRY): ... this.  Remove EXCEPTION and MASK parameters.
10307         (CATCH, END_CATCH): New.
10308         All callers adjusted.
10309
10310 2015-03-07  Tom Tromey  <tromey@redhat.com>
10311
10312         * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
10313
10314 2015-03-07  Pedro Alves  <palves@redhat.com>
10315
10316         * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
10317         (amd64_epilogue_frame_cache): Normal exception handling code.
10318         * break-catch-throw.c (check_status_exception_catchpoint)
10319         (re_set_exception_catchpoint): Ditto.
10320         * cli/cli-interp.c (safe_execute_command):
10321         * cli/cli-script.c (script_from_file): Ditto.
10322         * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
10323         Ditto.
10324         * compile/compile-object-run.c (compile_object_run): Ditto.
10325         * cp-abi.c (baseclass_offset): Ditto.
10326         * cp-valprint.c (cp_print_value): Ditto.
10327         * exceptions.c (catch_exceptions_with_msg):
10328         * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
10329         * frame.c (get_frame_address_in_block_if_available): Ditto.
10330         * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
10331         (i386_sigtramp_frame_cache): Ditto.
10332         * infcmd.c (post_create_inferior): Ditto.
10333         * linespec.c (parse_linespec, find_linespec_symbols):
10334         * p-valprint.c (pascal_object_print_value): Ditto.
10335         * parse.c (parse_expression_for_completion): Ditto.
10336         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
10337         * remote.c (remote_get_noisy_reply): Ditto.
10338         * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
10339         * solib-svr4.c (solib_svr4_r_map): Ditto.
10340
10341 2015-03-06  Gary Benson  <gbenson@redhat.com>
10342
10343         * common/common-utils.h (startswith): New inline function.
10344         All places where this logic was used updated to use the above.
10345
10346 2015-03-05  Pedro Alves  <palves@redhat.com>
10347
10348         PR gdb/18002
10349         * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
10350         after reading the breakpoint's shadow memory.
10351
10352 2015-03-05  Mark Kettenis  <kettenis@gnu.org>
10353
10354         * hppabsd-nat.c: Remove file.
10355         * hppaobsd-nat.c: New file.
10356         * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c.  Add
10357         hppaobsd-nat.c.
10358         * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
10359         hppaobsd-nat.o.
10360
10361 2015-03-04  Pedro Alves  <palves@redhat.com>
10362
10363         * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
10364         (target_decr_pc_after_break): Delete declaration.
10365         * target.c (default_target_decr_pc_after_break)
10366         (target_decr_pc_after_break): Delete.
10367         * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
10368         gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
10369         * linux-thread-db.c (check_event): Likewise.
10370         * infrun.c (adjust_pc_after_break): Likewise.
10371         * darwin-nat.c (cancel_breakpoint): Likewise.
10372         * aix-thread.c (aix_thread_wait): Likewise.
10373         * target-delegates.c: Regenerate.
10374
10375 2015-03-04  Pedro Alves  <palves@redhat.com>
10376
10377         * linux-nat.c (save_sigtrap): Check for breakpoints before
10378         checking watchpoints.
10379         (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
10380         breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
10381         (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
10382         a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
10383         (linux_nat_stopped_by_sw_breakpoint)
10384         (linux_nat_supports_stopped_by_sw_breakpoint)
10385         (linux_nat_stopped_by_hw_breakpoint)
10386         (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
10387         (linux_nat_wait_1): Don't re-increment the PC if relying on
10388         SIGTRAP's siginfo->si_code.
10389         (linux_nat_add_target): Install new target methods.
10390         * linux-thread-db.c (check_event): Don't account for breakpoint PC
10391         offset if the target already adjusted the PC.
10392         * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
10393         (GDB_ARCH_TRAP_BRKPT): New.
10394         (TRAP_HWBKPT): Define if not already defined.
10395
10396 2015-03-04  Pedro Alves  <palves@redhat.com>
10397
10398         * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
10399         * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
10400         Delete field.
10401         <stop_reason>: New field.
10402         (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
10403         (packet_set_cmd_state): New function.
10404         (remote_protocol_features): Register the "swbreak" and "hwbreak"
10405         features.
10406         (remote_query_supported): If not disabled with the corresponding
10407         "set remote foo-packet" command, report support for the swbreak
10408         and hwbreak features.
10409         (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
10410         field.
10411         <stop_reason>: New field.
10412         (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
10413         (remote_wait_as): Adjust.
10414         (remote_stopped_by_sw_breakpoint)
10415         (remote_supports_stopped_by_sw_breakpoint)
10416         (remote_stopped_by_hw_breakpoint)
10417         (remote_supports_stopped_by_hw_breakpoint): New functions.
10418         (remote_stopped_by_watchpoint): New function.
10419         (init_remote_ops): Install them.
10420         (_initialize_remote): Register new "set/show remote
10421         swbreak-feature-packet" and "set/show remote
10422         swbreak-feature-packet" commands.
10423
10424 2015-03-04  Pedro Alves  <palves@redhat.com>
10425
10426         * btrace.h: Include target/waitstatus.h.
10427         (struct btrace_thread_info) <stop_reason>: New field.
10428         * record-btrace.c (record_btrace_step_thread): Use
10429         record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10430         (record_btrace_decr_pc_after_break): Delete.
10431         (record_btrace_stopped_by_sw_breakpoint)
10432         (record_btrace_supports_stopped_by_sw_breakpoint)
10433         (record_btrace_stopped_by_hw_breakpoint)
10434         (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
10435         (init_record_btrace_ops): Install them.
10436         * record-full.c (record_full_hw_watchpoint): Delete and replace
10437         with ...
10438         (record_full_stop_reason): ... this throughout.
10439         (record_full_exec_insn): Adjust.
10440         (record_full_wait_1): Adjust.  No longer re-increment the PC.
10441         (record_full_wait_1): Adjust.  Use
10442         record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10443         (record_full_stopped_by_watchpoint): Adjust.
10444         (record_full_stopped_by_sw_breakpoint)
10445         (record_full_supports_stopped_by_sw_breakpoint)
10446         (record_full_supports_stopped_by_sw_breakpoint)
10447         (record_full_stopped_by_hw_breakpoint)
10448         (record_full_supports_stopped_by_hw_breakpoint): New functions.
10449         (init_record_full_ops, init_record_full_core_ops): Install them.
10450         * record.c (record_check_stopped_by_breakpoint): New function.
10451         * record.h: Include target/waitstatus.h.
10452         (record_check_stopped_by_breakpoint): New declaration.
10453
10454 2015-03-04  Pedro Alves  <palves@redhat.com>
10455
10456         enum lwp_stop_reason -> enum target_stop_reason
10457         * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
10458         (linux_nat_stopped_by_watchpoint, status_callback)
10459         (linux_nat_wait_1): Adjust.
10460         * linux-nat.h (enum lwp_stop_reason): Delete.
10461         (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
10462         * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
10463         * target/waitstatus.h (enum target_stop_reason): New.
10464
10465 2015-03-04  Pedro Alves  <palves@redhat.com>
10466
10467         * breakpoint.c (need_moribund_for_location_type): New function.
10468         (bpstat_stop_status): Don't skipping checking moribund locations
10469         of breakpoint types which the target tell caused a stop.
10470         (program_breakpoint_here_p): New function, factored out from ...
10471         (bp_loc_is_permanent): ... this.
10472         (update_global_location_list): Don't create a moribund location if
10473         the target supports reporting stops of the type of the removed
10474         breakpoint.
10475         * breakpoint.h (program_breakpoint_here_p): New declaration.
10476         * infrun.c (adjust_pc_after_break): Return early if the target has
10477         already adjusted the PC.  Add comments.
10478         (handle_signal_stop): If nothing explains a signal, and the target
10479         tells us the stop was caused by a software breakpoint, check if
10480         there's a breakpoint instruction in the memory.  If so, adjust the
10481         PC before presenting the stop to the user.  Otherwise, ignore the
10482         trap.  If nothing explains a signal, and the target tells us the
10483         stop was caused by a hardware breakpoint, ignore the trap.
10484         * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
10485         to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
10486         to_supports_stopped_by_hw_breakpoint>: New fields.
10487         (target_stopped_by_sw_breakpoint)
10488         (target_supports_stopped_by_sw_breakpoint)
10489         (target_stopped_by_hw_breakpoint)
10490         (target_supports_stopped_by_hw_breakpoint): Define.
10491         * target-delegates.c: Regenerate.
10492
10493 2015-03-04  Pedro Alves  <palves@redhat.com>
10494
10495         * infrun.c (follow_fork_inferior): Use the whole of the
10496         inferior_ptid and pending_follow.related_pid ptids instead of
10497         building ptids from the process components.  Adjust verbose output
10498         to use target_pid_to_str.
10499         * linux-nat.c (linux_child_follow_fork): Use the whole of the
10500         inferior_ptid and pending_follow.related_pid ptids instead of
10501         building ptids from the process components.
10502
10503 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
10504
10505         * inf-ptrace.c [PT_GET_PROCESS_STATE]
10506         (inf_ptrace_insert_fork_catchpoint): New function.
10507         (inf_ptrace_remove_fork_catchpoint): New function.
10508         (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
10509
10510 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10511
10512         * s390-linux-tdep.c (s390_register_name): Return empty string
10513         instead of NULL for registers that shouldn't be visible.
10514
10515 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10516
10517         * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
10518         XML file for 64-bit targets.
10519
10520 2015-03-03  Simon Marchi  <simon.marchi@ericsson.com>
10521
10522         * target.h (find_default_create_inferior): Remove declaration.
10523         (find_default_attach): Likewise.
10524
10525 2015-03-03  Pedro Alves  <palves@redhat.com>
10526
10527         * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
10528         Use ptid_get_pid to get the overall process id when resuming all
10529         threads.
10530
10531 2015-03-03  Pedro Alves  <palves@redhat.com>
10532
10533         * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
10534         the lwp field of ptid.  Pass the full ptid to get_thread_regcache.
10535         * inf-ptrace.c (get_ptrace_pid): New function.
10536         (inf_ptrace_resume): Use it.
10537         * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
10538         to the lower layer.
10539
10540 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
10541
10542         * nat/linux-btrace.c: Include sys/utsname.h.
10543         (linux_determine_kernel_ptr_bits): New.
10544         (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
10545         * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
10546         ptr_bits.
10547
10548 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
10549
10550         * btrace.c (ftrace_update_function): Treat return as tailcall for
10551         "_dl_runtime_resolve".
10552
10553 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
10554
10555         * btrace.h (btrace_function) <lbegin, lend>: Remove.
10556         * btrace.c (ftrace_debug): Do not print the line range.
10557         (ftrace_skip_file, ftrace_update_lines): Remove.
10558         (ftrace_new_function): Remove lbegin and lend initialization.
10559         (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
10560         * record-btrace.c (btrace_compute_src_line_range): New.
10561         (btrace_call_history_src_line): Call btrace_compute_src_line_range.
10562
10563 2015-03-02  Pedro Alves  <palves@redhat.com>
10564
10565         * infrun.c (follow_exec): Delete all threads of the process except
10566         the event thread.  Extended comments.
10567
10568 2015-03-02  Joel Brobecker  <brobecker@adacore.com>
10569
10570         * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
10571
10572 2015-03-02  Joel Brobecker  <brobecker@adacore.com>
10573
10574         * utils.h: Remove <stdbool.h> #include.
10575         (producer_is_gcc): Change return type to "int".
10576         * utils.c (producer_is_gcc): Change return type to int.
10577         Return 1 instead of true, and 0 instead of false.
10578         Adjust function documentation accordingly.
10579
10580 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10581
10582         * s390-linux-nat.c (have_regset_vxrs): New static variable.
10583         (s390_linux_fetch_inferior_registers): Handle vector registers, if
10584         present.
10585         (s390_linux_store_inferior_registers): Likewise.
10586         (s390_get_hwcap): Remove function.  Embed its logic...
10587         (s390_read_description): ...here.  Yield a target description with
10588         vector registers if applicable.
10589         * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
10590         "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
10591         "features/s390x-tevx-linux64.c".
10592         (struct gdbarch_tdep) <v0_full_regnum>: New field.
10593         (s390_dwarf_regmap): Add vector registers.  Remove bogus entries
10594         for "GNU/Linux-specific registers".
10595         (s390_dwarf_reg_r0l): New enum value.
10596         (s390_dwarf_reg_to_regnum): Support vector registers.
10597         (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
10598         of GPR lower halves.
10599         (regnum_is_vxr_full): New function.
10600         (s390_register_name): New function.
10601         (s390_pseudo_register_name): Handle v0-v15, which are composed of
10602         f0-f15 and v0l-v15l.
10603         (s390_pseudo_register_type): Likewise.
10604         (s390_pseudo_register_read): Likewise.
10605         (s390_pseudo_register_write): Likewise.
10606         (s390_value_from_register): Account for the fact that values are
10607         placed left-justified in vector registers.
10608         (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
10609         the vector reggroup and omit them from the general reggroup.
10610         (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
10611         (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
10612         (s390_iterate_over_regset_sections): Add iterations for the two
10613         new vector regsets.
10614         (s390_core_read_description): Yield a target description with
10615         vector registers if applicable.
10616         (s390_gdbarch_init): Handle target descriptions with vector
10617         registers.  Add "register_name" gdbarch method.
10618         (_initialize_s390_tdep): Call new tdesc initialization functions.
10619         * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
10620         (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
10621         (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
10622         (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
10623         (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
10624         (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
10625         (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
10626         (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
10627         (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
10628         (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
10629         (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
10630         (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
10631         (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
10632         (S390_NUM_REGS): Adjust value.
10633         (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
10634         (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
10635         (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
10636         * NEWS: Announce S/390 vector register support.
10637
10638 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10639
10640         * features/s390-tevx-linux64.xml: New file.
10641         * features/s390-vx-linux64.xml: New file.
10642         * features/s390-vx.xml: New file.
10643         * features/s390x-tevx-linux64.xml: New file.
10644         * features/s390x-vx-linux64.xml: New file.
10645         * features/Makefile (WHICH): Add s390-vx-linux64,
10646         s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
10647         (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
10648         (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
10649         macros.
10650         * features/s390-tevx-linux64.c: New generated file.
10651         * features/s390-vx-linux64.c: Likewise.
10652         * features/s390x-tevx-linux64.c: Likewise.
10653         * features/s390x-vx-linux64.c: Likewise.
10654         * regformats/s390-tevx-linux64.dat: Likewise.
10655         * regformats/s390-vx-linux64.dat: Likewise.
10656         * regformats/s390x-tevx-linux64.dat: Likewise.
10657         * regformats/s390x-vx-linux64.dat: Likewise.
10658
10659 2015-02-28  Doug Evans  <xdje42@gmail.com>
10660
10661         * symtab.h (struct symtab) <next>: Fix comment.
10662
10663 2015-02-27  Simon Marchi  <simon.marchi@ericsson.com>
10664
10665         * python/python.c (python_GdbModuleDef): Rename GdbMethods to
10666         python_GdbMethods.
10667
10668 2015-02-27  Pedro Alves  <palves@redhat.com>
10669
10670         * dtrace-probe.c (dtrace_probe_ops): Make extern.
10671
10672 2015-02-27  Pedro Alves  <palves@redhat.com>
10673
10674         * common/common-exceptions.h (exception_none): Declare.
10675         * common/common-exceptions.c (exception_none): Moved from
10676         exceptions.c.
10677         (exceptions_state_mc_init): Use exception_none.
10678         * exceptions.c (exception_none): Move to
10679         common/common-exceptions.c.
10680         * exceptions.h (exception_none): Move to
10681         common/common-exceptions.h.
10682
10683 2015-02-27  Pedro Alves  <palves@redhat.com>
10684
10685         * main.c (catch_command_errors, catch_command_errors_const):
10686         Remove 'mask' argument.  Adjust.
10687         (captured_main): Adjust callers.
10688
10689 2015-02-27  Pedro Alves  <palves@redhat.com>
10690
10691         * python/python-internal.h: Include "extension-priv.h".
10692
10693 2015-02-27  Pedro Alves  <palves@redhat.com>
10694
10695         * breakpoint.h (enum print_stop_action): Move further up in the
10696         file.
10697
10698 2015-02-27  Pedro Alves  <palves@redhat.com>
10699
10700         * gdbarch.sh: Include regcache.h.
10701         * gdbarch.h: Regenerate.
10702
10703 2015-02-27  Pedro Alves  <palves@redhat.com>
10704
10705         * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
10706         Remove duplicate const.
10707         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
10708         duplicate const.
10709
10710 2015-02-27  Pedro Alves  <palves@redhat.com>
10711
10712         * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
10713         * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
10714         * features/feature_to_c.sh: Tag the generated xml_builtin array
10715         with extern const in C++ mode.
10716
10717 2015-02-27  Tom Tromey  <tromey@redhat.com>
10718
10719         * minidebug.c (struct lzma_stream): Rename to ...
10720         (struct gdb_lzma_stream): ... this.
10721         (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
10722
10723 2015-02-27  Pedro Alves  <palves@redhat.com>
10724
10725         * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
10726         function.
10727         (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
10728         (mi_cmd_stack_list_variables): Use it.
10729
10730 2015-02-27  Pedro Alves  <palves@redhat.com>
10731
10732         * x86-linux-nat.c (u_debugreg_offset): New function.
10733         (x86_linux_dr_get, x86_linux_dr_set): Use it.
10734
10735 2015-02-27  Pedro Alves  <palves@redhat.com>
10736
10737         * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
10738         declaration.
10739         Include break-common.h.
10740
10741 2015-02-27  Tom Tromey  <tromey@redhat.com>
10742             Pedro Alves <palves@redhat.com>
10743
10744         * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
10745         local used to iterate over enums.
10746         * completer.c (signal_completer): Likewise.
10747         * i386-tdep.c (i386_stap_parse_special_token): Likewise.
10748         * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
10749         * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
10750         * tui/tui-layout.c (next_layout, prev_layout): Likewise.
10751         * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
10752         (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
10753         * tui-wingeneral.c (tui_refresh_all):  Likewise.
10754
10755 2015-02-27  Pedro Alves  <palves@redhat.com>
10756
10757         * target.h: Include "infrun.h".
10758
10759 2015-02-27  Pedro Alves  <palves@redhat.com>
10760
10761         * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
10762
10763 2015-02-27  Pedro Alves  <palves@redhat.com>
10764
10765         * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
10766         (IPA_SYM): Use it.
10767         * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
10768
10769 2015-02-27  Pedro Alves  <palves@redhat.com>
10770
10771         * cli-out.c (_rl_erase_entire_line): Move declaration out of
10772         cli_mld_erase_entire_line, and make it extern "C".
10773         * common/common-defs.h (EXTERN_C): New.
10774         * completer.c (_rl_completion_prefix_display_length)
10775         (_rl_print_completions_horizontally, QSFUNC): Move declarations
10776         out of gdb_display_match_list_1.
10777         (_rl_qsort_string_compare): Move declaration out of
10778         gdb_display_match_list_1, and make it extern "C".
10779         * defs.h (re_comp): Use EXTERN_C.
10780         * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
10781         and make it extern "C".
10782         (monstartup): Move declaration out of maintenance_set_profile_cmd,
10783         and make it extern "C".
10784         (main): Move declaration out of maintenance_set_profile_cmd.
10785         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
10786         EXTERN_C.
10787
10788 2015-02-27  Pedro Alves  <palves@redhat.com>
10789
10790         * python/python.c (GdbMethods): Rename to ...
10791         (python_GdbMethods): ... this and make extern.
10792         (GdbModuleDef): Rename to ...
10793         (python_GdbModuleDef): ... this and make extern.
10794
10795 2015-02-27  Pedro Alves  <palves@redhat.com>
10796
10797         * record-btrace.c (set_record_btrace_cmdlist)
10798         (show_record_btrace_cmdlist): Remove redefinitions.
10799
10800 2015-02-27  Tom Tromey  <tromey@redhat.com>
10801             Pedro Alves  <palves@redhat.com>
10802
10803         * dwarf2-frame.c (enum cfa_how_kind, struct
10804         dwarf2_frame_state_reg_info): Move out of struct
10805         dwarf2_frame_state.
10806         * dwarf2read.c (struct tu_stats): Move out of struct
10807         dwarf2_per_objfile.
10808         (struct file_entry): Move out of struct line_header.
10809         (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
10810         typedef_field_list): Move out of struct field_info.
10811         * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
10812         Move out of struct dynamic_prop.
10813         (union type_owner, union field_location, struct field, struct
10814         range_bounds, union type_specific): Move out of struct main_type.
10815         (struct fn_fieldlist, struct fn_field, struct typedef_field)
10816         (VOFFSET_STATIC): Move out of struct cplus_struct_type.
10817         (struct call_site_target, union call_site_parameter_u, struct
10818         call_site_parameter): Move out of struct call_site.
10819         * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
10820         m32c_prologue.
10821         (enum srcdest_kind): Move out of struct srcdest.
10822         * main.c (enum cmdarg_kind): Move out of struct cmdarg.
10823         * prologue-value.h (enum prologue_value_kind): Move out of struct
10824         prologue_value.
10825         * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
10826         gdbarch_tdep.
10827         * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
10828         out of struct field_info.
10829         * symfile.h (struct other_sections): Move out of struct
10830         section_addr_info.
10831         * symtab.c (struct symbol_cache_slot): Move out struct
10832         block_symbol_cache.
10833         * target-descriptions.c (enum tdesc_type_kind): Move out of
10834         typedef struct tdesc_type.
10835         * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
10836         struct tui_line_or_address.
10837         * value.c (enum internalvar_kind, union internalvar_data): Move
10838         out of struct internalvar.
10839         * xtensa-tdep.h (struct ctype_cache): Move out of struct
10840         gdbarch_tdep.
10841
10842 2015-02-27  Tom Tromey  <tromey@redhat.com>
10843             Pedro Alves  <palves@redhat.com>
10844
10845         Rename symbols whose names are reserved C++ keywords throughout.
10846
10847 2015-02-27  Pedro Alves  <palves@redhat.com>
10848
10849         * Makefile.in (COMPILER): New, get it from autoconf.
10850         (COMPILE.pre, CC_LD): Use COMPILER.
10851         (CXX): Get from autoconf instead.
10852         (CXX_FOR_TARGET): Default to g++ instead of gcc.
10853         * acinclude.m4: Include build-with-cxx.m4.
10854         * build-with-cxx.m4: New file.
10855         * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
10856         Disable -Werror by default if building in C++ mode.
10857         (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
10858         -Wno-narrowing in C++ mode.  Only enable -Wpointer-sign in C mode.
10859         Run supported-warning-flags tests with the C++ compiler.
10860         Save/restore CXXFLAGS too.
10861         * configure: Regenerate.
10862
10863 2015-02-27  Pedro Alves  <palves@redhat.com>
10864
10865         * libiberty.m4: New file.
10866         * acinclude.m4: Include libiberty.m4.
10867         * configure.ac: Call libiberty_INIT.
10868         * config.in, configure: Regenerate.
10869
10870 2015-02-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10871
10872         * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
10873         31-bit targets, but 64-bit targets as well.
10874         (s390_gnu_triplet_regexp): New function.
10875         (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
10876         64-bit targets as well.  Set the gnu_triplet_regexp gdbarch
10877         method.
10878
10879 2015-02-27  Jon TURNEY  <jon.turney@dronecode.org.uk>  (tiny patch)
10880
10881         * windows-nat.c (CONTEXT_DEBUGGER): Remove.
10882         (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS.  Incorporate flags
10883         from CONTEXT_DEBUGGER.
10884
10885 2015-02-26  Doug Evans  <dje@google.com>
10886
10887         * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
10888         CHECK_TYPEDEF.
10889         (set_type_vptr_fieldno): Ditto.
10890         (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
10891         * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
10892
10893 2015-02-26  Pedro Alves  <palves@redhat.com>
10894
10895         * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
10896         * complaints.c (vcomplaint): Pass argument FMT directly to
10897         printf-like functions instead of complaint->fmt.
10898         * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
10899         * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
10900         * compile/compile-loc2c.c (pushf, unary, binary): Add
10901         ATTRIBUTE_PRINTF.
10902         (do_compile_dwarf_expr_to_c): Pass string literal as format string
10903         to pushf.
10904         (BINARY): Pass string literal as format string to 'binary'.
10905         * compile/compile-object-load.c (link_callbacks_einfo): Add
10906         ATTRIBUTE_PRINTF.
10907         * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
10908
10909 2015-02-26  Pedro Alves  <palves@redhat.com>
10910
10911         * windows-termcap.c: Rename to ...
10912         * stub-termcap.c: ... this.  Adjust header line.
10913         * Makefile.in (SFILES): Refer to stub-termcap.c instead of
10914         windows-termcap.c.
10915         * configure: Regenerate.
10916         * configure.ac: Refer to stub-termcap.o instead of
10917         windows-termcap.o.
10918         * gdb_curses.h: Mention stub-termcap.c instead of
10919         windows-termcap.c.
10920
10921 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10922
10923         * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
10924         (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
10925
10926 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10927
10928         * gdb/infcmd.c (print_return_value): use type_to_string to print type.
10929
10930 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10931
10932         * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
10933         bfd_canonicalize_symtab.
10934
10935 2015-02-25  John Baldwin  <jhb@FreeBSD.org>
10936
10937         * amd64fbsd-nat.c: Include sys/user.h.
10938         (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
10939         instead of KERN_PS_STRINGS to locate the signal trampoline.
10940         * i386fbsd-nat.c: Include sys/user.h.
10941         (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
10942         instead of KERN_PS_STRINGS to locate the signal trampoline.
10943         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
10944         (amd64fbsd_sigtramp_p): New.
10945         (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
10946         longer set default values.
10947         (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
10948         * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
10949         (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
10950         (i386fbsd_freebsd4_sigtramp_start)
10951         (i386fbsd_freebsd4_sigtramp_middle)
10952         (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
10953         (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
10954         (i386fbsd_sigtramp_p): New.
10955         (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
10956         longer set default values.
10957         (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
10958
10959 2015-02-25  John Baldwin  <jhb@freebsd.org>
10960
10961         * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
10962         get_frame_register instead of frame_unwind_register_unsigned.
10963
10964 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10965
10966         PR build/18033
10967         * compile/compile-c-support.c (c_compute_program): Change // comment.
10968         * compile/compile-object-load.c (setup_sections): Change // comment.
10969
10970 2015-02-26  Joel Brobecker  <brobecker@adacore.com>
10971
10972         PR build/18033:
10973         * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
10974
10975 2015-02-23  Pedro Alves  <palves@redhat.com>
10976
10977         * remote.c (skip_to_semicolon): New function.
10978         (remote_parse_stop_reply) <T stop reply>: Use it.  Don't
10979         special case the stop reasons that look like hex numbers
10980         upfront.  Instead handle real register numbers after matching
10981         all the known stop reasons.
10982
10983 2015-02-21  Doug Evans  <dje@google.com>
10984
10985         PR c++/17976, symtab/17821
10986         * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
10987         is_in_anonymous.  All callers updated.
10988         (find_symbol_in_baseclass): Ditto.
10989         (cp_lookup_nested_symbol_1): Ditto.  Don't search all static blocks
10990         for symbols in an anonymous namespace.
10991         * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
10992         DW_AT_name directly.
10993         (dwarf2_name): Convert missing namespace name to
10994         CP_ANONYMOUS_NAMESPACE_STR.
10995
10996 2015-02-20  Pedro Alves  <palves@redhat.com>
10997
10998         * linux-nat.c (linux_handle_extended_wait): Call
10999         thread_db_notice_clone whenever a new clone LWP is detected.
11000         (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
11001         functions.
11002         * linux-nat.h (thread_db_attach_lwp): Delete declaration.
11003         (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
11004         (linux_unstop_all_lwps): Declare.
11005         * linux-thread-db.c (struct thread_get_info_inout): Delete.
11006         (thread_get_info_callback): Delete.
11007         (thread_from_lwp): Use td_thr_get_info and record_thread.
11008         (thread_db_attach_lwp): Delete.
11009         (thread_db_notice_clone): New function.
11010         (try_thread_db_load_1): If /proc is mounted and shows the
11011         process'es task list, walk over all LWPs and call thread_from_lwp
11012         instead of relying on td_ta_thr_iter.
11013         (attach_thread): Don't call check_thread_signals here.  Split the
11014         tail part of the function (which adds the thread to the core GDB
11015         thread list) to ...
11016         (record_thread): ... this function.  Call check_thread_signals
11017         here.
11018         (thread_db_wait): Don't call thread_db_find_new_threads_1.  Always
11019         call thread_from_lwp.
11020         (thread_db_update_thread_list): Rename to ...
11021         (thread_db_update_thread_list_org): ... this.
11022         (thread_db_update_thread_list): New function.
11023         (thread_db_find_thread_from_tid): Delete.
11024         (thread_db_get_ada_task_ptid): Simplify.
11025         * nat/linux-procfs.c: Include <sys/stat.h>.
11026         (linux_proc_task_list_dir_exists): New function.
11027         * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
11028
11029 2015-02-20  Pedro Alves  <palves@redhat.com>
11030
11031         * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
11032         main LWP.  Handle the case of waitpid returning 0 if we're already
11033         attached to the LWP.  Don't set the LWP's last_resume_kind to
11034         resume_stop if we already knew about the LWP.
11035         (linux_nat_filter_event): Add debug logs.
11036
11037 2015-02-20  Pedro Alves  <palves@redhat.com>
11038
11039         * target.h (forward_target_decr_pc_after_break): Delete
11040         declaration.
11041
11042 2015-02-20  Pedro Alves  <palves@redhat.com>
11043
11044         PR threads/18006
11045         * linux-thread-db.c (thread_get_info_callback): Return early if
11046         the thread's lwp id is -1.
11047
11048 2015-02-20  Joel Brobecker  <brobecker@adacore.com>
11049
11050         GDB 7.9 released.
11051
11052 2015-02-19  Steve Ellcey  <sellcey@imgtec.com>
11053
11054         * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
11055         (dtrace_get_probes) Change type of variable 'dof'.
11056
11057 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11058
11059         PR breakpoints/16812
11060         * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
11061         * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
11062         * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
11063
11064 2015-02-19  David Taylor  <dtaylor@emc.com>
11065
11066         * common/ax.def (setv): Fix consumed entry in setv DEFOP.
11067
11068 2015-02-18  Patrick Palka  <patrick@parcs.ath.cx>
11069
11070         * tui/tui-io.c (tui_handle_resize_during_io): Remove this
11071         function.
11072         (tui_putc): Don't call tui_handle_resize_during_io.
11073         (tui_getc): Likewise.
11074         (tui_mld_getc): Likewise.
11075         * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
11076         (tui_sigwinch_token): New static variable.
11077         (tui_initialize_win): Adjust documentation.  Set
11078         tui_sigwinch_token.
11079         (tui_async_resize_screen): New asynchronous callback.
11080         (tui_sigwinch_handler): Adjust documentation.  Asynchronously
11081         invoke tui_async_resize_screen.
11082
11083 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
11084
11085         * configure: Regenerated.
11086         * configure.ac: Use GDB_AC_TRANSFORM.
11087         * Makefile.in (aclocal_m4_deps): Added transform.m4.
11088         * acinclude.m4: sinclude transform.m4.
11089         * transform.m4: New file.
11090         (GDB_AC_TRANSFORM): New macro.
11091
11092 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11093
11094         * NEWS: Announce the support for DTrace SDT probes.
11095
11096 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11097
11098         * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
11099         (amd64_dtrace_parse_probe_argument): New function.
11100         (amd64_dtrace_probe_is_enabled): Likewise.
11101         (amd64_dtrace_enable_probe): Likewise.
11102         (amd64_dtrace_disable_probe): Likewise.
11103         (amd64_linux_init_abi): Register the
11104         `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
11105         `gdbarch_dtrace_disable_probe' and
11106         `gdbarch_dtrace_probe_is_enabled' hooks.
11107         (amd64_dtrace_disabled_probe_sequence_1): New constant.
11108         (amd64_dtrace_disabled_probe_sequence_2): Likewise.
11109         (amd64_dtrace_enable_probe_sequence): Likewise.
11110         (amd64_dtrace_disable_probe_sequence): Likewise.
11111
11112 2015-01-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11113
11114         * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
11115         the -probe-dtrace new vpossible value for PROBE_MODIFIER.
11116         * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
11117         handle ELF files.
11118         * Makefile.in (SFILES): dtrace-probe.c added.
11119         * configure: Regenerate.
11120         * dtrace-probe.c: New file.
11121         (SHT_SUNW_dof): New constant.
11122         (dtrace_probe_type): New enum.
11123         (dtrace_probe_arg): New struct.
11124         (dtrace_probe_arg_s): New typedef.
11125         (struct dtrace_probe_enabler): New struct.
11126         (dtrace_probe_enabler_s): New typedef.
11127         (dtrace_probe): New struct.
11128         (dtrace_probe_is_linespec): New function.
11129         (dtrace_dof_sect_type): New enum.
11130         (dtrace_dof_dofh_ident): Likewise.
11131         (dtrace_dof_encoding): Likewise.
11132         (DTRACE_DOF_ENCODE_LSB): Likewise.
11133         (DTRACE_DOF_ENCODE_MSB): Likewise.
11134         (dtrace_dof_hdr): New struct.
11135         (dtrace_dof_sect): Likewise.
11136         (dtrace_dof_provider): Likewise.
11137         (dtrace_dof_probe): Likewise.
11138         (DOF_UINT): New macro.
11139         (DTRACE_DOF_PTR): Likewise.
11140         (DTRACE_DOF_SECT): Likewise.
11141         (dtrace_process_dof_probe): New function.
11142         (dtrace_process_dof): Likewise.
11143         (dtrace_build_arg_exprs): Likewise.
11144         (dtrace_get_arg): Likewise.
11145         (dtrace_get_probes): Likewise.
11146         (dtrace_get_probe_argument_count): Likewise.
11147         (dtrace_can_evaluate_probe_arguments): Likewise.
11148         (dtrace_evaluate_probe_argument): Likewise.
11149         (dtrace_compile_to_ax): Likewise.
11150         (dtrace_probe_destroy): Likewise.
11151         (dtrace_gen_info_probes_table_header): Likewise.
11152         (dtrace_gen_info_probes_table_values): Likewise.
11153         (dtrace_probe_is_enabled): Likewise.
11154         (dtrace_probe_ops): New variable.
11155         (info_probes_dtrace_command): New function.
11156         (_initialize_dtrace_probe): Likewise.
11157         (dtrace_type_name): Likewise.
11158
11159 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11160
11161         * gdbarch.sh (dtrace_parse_probe_argument): New.
11162         (dtrace_probe_is_enabled): Likewise.
11163         (dtrace_enable_probe): Likewise.
11164         (dtrace_disable_probe): Likewise.
11165         * gdbarch.c: Regenerate.
11166         * gdbarch.h: Regenerate.
11167
11168 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11169
11170         * stap-probe.c (stap_probe_ops): Add NULLs in the static
11171         stap_probe_ops for `enable_probe' and `disable_probe'.
11172         * probe.c (enable_probes_command): New function.
11173         (disable_probes_command): Likewise.
11174         (_initialize_probe): Define the cli commands `enable probe' and
11175         `disable probe'.
11176         (parse_probe_linespec): New function.
11177         (info_probes_for_ops): Use parse_probe_linespec.
11178         * probe.h (probe_ops): New hooks `enable_probe' and
11179         `disable_probe'.
11180
11181 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11182
11183         * probe.c (compute_probe_arg): Moved from stap-probe.c
11184         (compile_probe_arg): Likewise.
11185         (probe_funcs): Likewise.
11186         * stap-probe.c (compute_probe_arg): Moved to probe.c.
11187         (compile_probe_arg): Likewise.
11188         (probe_funcs): Likewise.
11189
11190 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11191
11192         * probe.c (print_ui_out_not_applicables): New function.
11193         (exists_probe_with_pops): Likewise.
11194         (info_probes_for_ops): Do not include column headers for probe
11195         types for which no probe has been actually found on any object.
11196         Also invoke `print_ui_out_not_applicables' in order to match the
11197         column rows with the header when probes of several types are
11198         listed.
11199         Print the "Type" column.
11200         * probe.h (probe_ops): Added a new probe operation `type_name'.
11201         * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
11202         (stap_type_name): New function.
11203
11204 2015-02-17  Patrick Palka  <patrick@parcs.ath.cx>
11205
11206         * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
11207         (key_is_command_char): Delete.
11208
11209 2015-02-17  Pedro Alves  <palves@redhat.com>
11210
11211         * tui/tui.c (tui_enable): Resize windows before anything
11212         might show a window.
11213
11214 2015-02-17  Max Ostapenko  <m.ostapenko@partner.samsung.com>
11215
11216         PR gdb/17984
11217         * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
11218         (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
11219         call.
11220         * aarch64-tdep.h (tdesc_aarch64): Declare.
11221
11222 2015-02-12  Mark Wielaard  <mjw@redhat.com>
11223
11224         * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
11225
11226 2015-02-13  Doug Evans  <dje@google.com>
11227
11228         * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
11229         anonymous_namespace to is_in_anonymous for consistency with the rest
11230         of the file.
11231         (cp_lookup_bare_symbol): Fix typo in comment.
11232         (cp_search_static_and_baseclasses): Ditto.
11233         (search_symbol_list): Use vertical space in comment better.
11234         (reset_directive_searched): Ditto. Fix typo.
11235         (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
11236
11237 2015-02-13  Yao Qi  <yao.qi@arm.com>
11238
11239         * MAINTAINERS: Update my email address.
11240
11241 2015-02-12  Doug Evans  <dje@google.com>
11242
11243         * symtab.c (completion_list_add_name): Fix memory leak.
11244
11245 2015-02-12  Doug Evans  <dje@google.com>
11246
11247         * completer.c (complete_line): Remove incorrect comment.
11248
11249 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11250
11251         * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
11252         (py_print_frame): Use RETURN_MASK_ERROR.
11253
11254 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11255
11256         * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
11257         function comment.  Wrap all function that can throw in cleanups.
11258         (gdbpy_apply_frame_filter): Wrap all function that can throw in
11259         cleanups.
11260
11261 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11262
11263         * python/py-framefilter.c (py_print_frame): Substitute goto error.
11264         Remove the error label.
11265
11266 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11267
11268         * python/py-framefilter.c (py_print_frame): Put conditional code paths
11269         with goto first, indent the former else codepath left.  Put variable
11270         'elided' to a new inner block.
11271
11272 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11273
11274         * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
11275
11276 2015-02-11  Pedro Alves  <palves@redhat.com>
11277
11278         * xcoffread.c (within_function): Delete.
11279
11280 2015-02-11  Tom Tromey  <tromey@redhat.com>
11281             Pedro Alves <palves@redhat.com>
11282
11283         * breakpoint.c (base_breakpoint_ops): Delete.
11284         * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
11285         * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
11286         * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
11287         * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
11288         * python/py-arch.c (arch_object_type): Make extern.
11289         * python/py-block.c (block_syms_iterator_object_type): Make extern.
11290         * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
11291         * python/py-cmd.c (cmdpy_object_type): Make extern.
11292         * python/py-continueevent.c (continue_event_object_type)
11293         * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
11294         parameter.  Update all callers.
11295         * python/py-evtregistry.c (eventregistry_object_type): Make extern.
11296         * python/py-exitedevent.c (exited_event_object_type): Make extern.
11297         * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
11298         * python/py-function.c (fnpy_object_type): Make extern.
11299         * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
11300         * python/py-infevents.c (call_pre_event_object_type)
11301         (inferior_call_post_event_object_type).
11302         (memory_changed_event_object_type): Make extern.
11303         * python/py-infthread.c (thread_object_type): Make extern.
11304         * python/py-lazy-string.c (lazy_string_object_type): Make extern.
11305         * python/py-linetable.c (linetable_entry_object_type)
11306         (linetable_object_type, ltpy_iterator_object_type): Make extern.
11307         * python/py-newobjfileevent.c (new_objfile_event_object_type)
11308         (clear_objfiles_event_object_type): Make extern.
11309         * python/py-objfile.c (objfile_object_type): Make extern.
11310         * python/py-param.c (parmpy_object_type): Make extern.
11311         * python/py-progspace.c (pspace_object_type): Make extern.
11312         * python/py-signalevent.c (signal_event_object_type): Make extern.
11313         * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
11314         * python/py-type.c (type_object_type, field_object_type)
11315         (type_iterator_object_type): Make extern.
11316         * python/python.c (python_extension_script_ops)
11317         (python_extension_ops): Make extern.
11318         * stap-probe.c (stap_probe_ops): Make extern.
11319
11320 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
11321
11322         * infrun.c (adjust_pc_after_break): Don't adjust the PC just
11323         because the event thread is not the current thread.
11324
11325 2015-02-11  Doug Evans  <xdje42@gmail.com>
11326
11327         * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
11328         been initialized yet, return NULL.
11329
11330 2015-02-11  Doug Evans  <dje@google.com>
11331
11332         * symfile.h (new_symfile_objfile): Delete.
11333         * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
11334         All callers updated.
11335
11336 2015-02-11  Patrick Palka  <patrick@parcs.ath.cx>
11337
11338         * tui/tui-io.c (tui_handle_resize_during_io): Call
11339         tui_update_gdb_sizes() after resizing the screen.
11340         * tui/tui.c (tui_enable): Resize the terminal before
11341         calling tui_update_gdb_sizes().
11342
11343 2015-02-11  Patrick Palka  <patrick@parcs.ath.cx>
11344
11345         * tui/tui-io.c (tui_getc): Move cursor to the end of the command
11346         line before printing a newline.
11347
11348 2015-02-11  Mark Wielaard  <mjw@redhat.com>
11349
11350         * utils.c (producer_is_gcc): Return true or false.
11351
11352 2015-02-10  Mark Wielaard  <mjw@redhat.com>
11353
11354         * utils.h (producer_is_gcc): Change return type to bool. Add major
11355         argument.
11356         * utils.c (producer_is_gcc): Likewise.
11357         (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
11358         * dwarf2read.c (check_producer): Likewise.
11359
11360 2015-02-10  Pedro Alves  <palves@redhat.com>
11361
11362         * infrun.c (displaced_step_fixup): Switch to the event thread
11363         before calling gdbarch_displaced_step_fixup.
11364
11365 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
11366
11367         * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
11368
11369 2015-02-10  Simon Marchi  <simon.marchi@ericsson.com>
11370
11371         * ada-varobj.c (ada_name_of_child): Constify parent.
11372         (ada_path_expr_of_child): Same.
11373         (ada_value_of_child): Same.
11374         (ada_type_of_child): Same.
11375         * c-varobj.c (c_is_path_expr_parent): Same.
11376         (c_describe_child): Same.
11377         (c_name_of_child): Same.
11378         (c_value_of_child): Same.
11379         (c_type_of_child): Same.
11380         (cplus_number_of_children): Same.
11381         (cplus_describe_child): Constify var.
11382         (cplus_name_of_child): Constify parent.
11383         (cplus_value_of_child): Same.
11384         (cplus_type_of_child): Same.
11385         * jv-varobj.c (java_name_of_child): Same.
11386         (java_value_of_child): Same.
11387         (java_type_of_child): Same.
11388         * varobj.c (value_of_child): Same.
11389         (varobj_default_is_path_expr_parent): Constify var, parent and return
11390         value.
11391         (varobj_get_path_expr): Constify var, modify path_expr through
11392         mutable_var.
11393         (install_new_value): Constify parent.
11394         (value_of_child): Constify parent.
11395         * varobj.h (struct varobj): Constify parent.
11396         (struct lang_varobj_ops): Constify name_of_child, value_of_child and
11397         type_of_child.
11398         (varobj_get_path_expr): Constify var.
11399         (varobj_get_path_expr_parent): Constify var and return value.
11400
11401 2015-02-10  Luis Machado  <lgustavo@codesourcery.com>
11402
11403         * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
11404         (arm_prologue_this_id): Move PC and SP limit checks to
11405         arm_prologue_unwind_stop_reason.
11406         (arm_prologue_unwind) <stop_reason> : Set to
11407         arm_prologue_unwind_stop_reason.
11408
11409 2015-02-09  Mark Wielaard  <mjw@redhat.com>
11410
11411         * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
11412         DW_LANG_Fortran08 as language_fortran.
11413
11414 2015-02-09  Sergio Durigan Junior  <sergiodj@redhat.com>
11415
11416         PR remote/17946
11417         * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
11418         of pointer against char.
11419
11420 2015-02-09  Mark Wielaard  <mjw@redhat.com>
11421
11422         * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
11423         (c_type_print_modifier): Likewise.
11424         * dwarf2read.c (read_tag_atomic_type): New function.
11425         (read_type_die_1): Handle DW_TAG_atomic_type.
11426         * gdbtypes.c (make_atomic_type): New function.
11427         (recursive_dump_type): Handle TYPE_ATOMIC.
11428         * gdbtypes.h (enum type_flag_values): Renumber.
11429         (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
11430         (TYPE_ATOMIC): New macro.
11431         (make_atomic_type): Declare.
11432
11433 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11434
11435         * btrace.c (ftrace_find_call): Skip gaps.
11436         (ftrace_new_function): Initialize level.
11437         (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
11438         (ftrace_new_switch): Update
11439         level computation.
11440         (ftrace_new_gap): New.
11441         (ftrace_update_function): Create new function after gap.
11442         (btrace_compute_ftrace_bts): Create gap on error.
11443         (btrace_stitch_bts): Update parameters.  Clear trace if it
11444         becomes empty.
11445         (btrace_stitch_trace): Update parameters.  Update callers.
11446         (btrace_clear): Reset the number of gaps.
11447         (btrace_insn_get): Return NULL if the iterator points to a gap.
11448         (btrace_insn_number): Return zero if the iterator points to a gap.
11449         (btrace_insn_end): Allow gaps at the end.
11450         (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
11451         (btrace_find_insn_by_number): Assert that the found iterator does
11452         not point to a gap.
11453         (btrace_call_next, btrace_call_prev): Assert that the last function
11454         is not a gap.
11455         * btrace.h (btrace_bts_error): New.
11456         (btrace_function): Update comment.
11457         (btrace_function) <insn, insn_offset, number>: Update comment.
11458         (btrace_function) <errcode>: New.
11459         (btrace_thread_info) <ngaps>: New.
11460         (btrace_thread_info) <replay>: Update comment.
11461         (btrace_insn_get): Update comment.
11462         * record-btrace.c (btrace_ui_out_decode_error): New.
11463         (record_btrace_info): Print number of gaps.
11464         (btrace_insn_history, btrace_call_history): Call
11465         btrace_ui_out_decode_error for gaps.
11466         (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
11467
11468 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11469
11470         * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
11471         * nat/linux-btrace.c: (btrace_this_cpu): New.
11472         (cpu_supports_bts): Call btrace_this_cpu.
11473         (intel_supports_bts): Add cpu parameter.
11474
11475 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11476
11477         * btrace.h (btrace_insn_class): New.
11478         (btrace_insn) <size, iclass>: New.
11479         * btrace.c (ftrace_find_call): Update parameters.  Update users.
11480         Use instruction classification.
11481         (ftrace_new_return): Update parameters.  Update users.
11482         (ftrace_update_function): Update parameters.  Update users.  Use
11483         instruction classification.
11484         (ftrace_update_insns): Update parameters.  Update users.
11485         (ftrace_classify_insn): New.
11486         (btrace_compute_ftrace_bts): Fill in new btrace_insn fields.  Add
11487         TRY_CATCH around call to gdb_insn_length.
11488
11489 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11490
11491         * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
11492         Update parameters.  Update users.
11493
11494 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11495
11496         * btrace.c (parse_xml_btrace_conf_bts): Add size.
11497         (btrace_conf_bts_attributes): New.
11498         (btrace_conf_children): Add attributes.
11499         * common/btrace-common.h (btrace_config_bts): New.
11500         (btrace_config)<bts>: New.
11501         (btrace_config): Update comment.
11502         * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
11503         Use config.
11504         * features/btrace-conf.dtd: Increment version.  Add size
11505         attribute to bts element.
11506         * record-btrace.c (set_record_btrace_bts_cmdlist,
11507         show_record_btrace_bts_cmdlist): New.
11508         (record_btrace_adjust_size, record_btrace_print_bts_conf,
11509         record_btrace_print_conf, cmd_set_record_btrace_bts,
11510         cmd_show_record_btrace_bts): New.
11511         (record_btrace_info): Call record_btrace_print_conf.
11512         (_initialize_record_btrace): Add commands.
11513         * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
11514         (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
11515         (btrace_sync_conf): Synchronize bts size.
11516         (_initialize_remote): Add Qbtrace-conf:bts:size packet.
11517         * NEWS: Announce new commands and new packets.
11518
11519 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11520
11521         * Makefile.in (XMLFILES): Add btrace-conf.dtd.
11522         * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
11523         (x86_linux_btrace_conf): New.
11524         (x86_linux_create_target): Initialize to_btrace_conf.
11525         * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
11526         Check format.  Split into this and ...
11527         (linux_enable_bts): ... this.
11528         (linux_btrace_conf): New.
11529         (perf_event_skip_record): Renamed into ...
11530         (perf_event_skip_bts_record): ... this.  Updated users.
11531         (linux_disable_btrace): Split into this and ...
11532         (linux_disable_bts): ... this.
11533         (linux_read_btrace): Check format.
11534         * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
11535         (linux_btrace_conf): New.
11536         (btrace_target_info)<ptid>: Moved.
11537         (btrace_target_info)<conf>: New.
11538         (btrace_target_info): Split into this and ...
11539         (btrace_tinfo_bts): ... this.  Updated users.
11540         * btrace.c (btrace_enable): Update parameters.
11541         (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
11542         (btrace_conf_children, btrace_conf_attributes)
11543         (btrace_conf_elements): New.
11544         * btrace.h (btrace_enable): Update parameters.
11545         (btrace_conf, parse_xml_btrace_conf): New.
11546         * common/btrace-common.h (btrace_config): New.
11547         * feature/btrace-conf.dtd: New.
11548         * record-btrace.c (record_btrace_conf): New.
11549         (record_btrace_cmdlist): New.
11550         (record_btrace_enable_warn, record_btrace_open): Pass
11551         &record_btrace_conf.
11552         (record_btrace_info): Print recording format.
11553         (cmd_record_btrace_bts_start): New.
11554         (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
11555         (_initialize_record_btrace): Add "record btrace bts" subcommand.
11556         Add "record bts" alias command.
11557         * remote.c (remote_state)<btrace_config>: New.
11558         (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
11559         (remote_protocol_features): Add qXfer:btrace-conf:read.
11560         (remote_open_1): Call remote_btrace_reset.
11561         (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
11562         (btrace_target_info)<conf>: New.
11563         (btrace_sync_conf, btrace_read_config): New.
11564         (remote_enable_btrace): Update parameters.  Call btrace_sync_conf and
11565         btrace_read_conf.
11566         (remote_btrace_conf): New.
11567         (init_remote_ops): Initialize to_btrace_conf.
11568         (_initialize_remote): Add qXfer:btrace-conf packet.
11569         * target.c (target_enable_btrace): Update parameters.
11570         (target_btrace_conf): New.
11571         * target.h (target_enable_btrace): Update parameters.
11572         (target_btrace_conf): New.
11573         (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
11574         (target_ops)<to_enable_btrace>: Update parameters and comment.
11575         (target_ops)<to_btrace_conf>: New.
11576         * target-delegates: Regenerate.
11577         * target-debug.h (target_debug_print_const_struct_btrace_config_p)
11578         (target_debug_print_const_struct_btrace_target_info_p): New.
11579         * NEWS: Announce new command and new packet.
11580
11581 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11582
11583         * nat/linux-btrace.h (perf_event_buffer): New.
11584         (btrace_target_info) <buffer, size, data_head>: Replace with ...
11585         <bts>: ... this.
11586         * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
11587         (perf_event_buffer_size, perf_event_buffer_begin)
11588         (perf_event_buffer_end, linux_btrace_has_changed): Removed.
11589         Updated users.
11590         (perf_event_new_data): New.
11591
11592 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11593
11594         * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
11595         * record-btrace.c (record_btrace_open): Remove call to
11596         target_supports_btrace.
11597         * remote.c (remote_supports_btrace): Update parameters.
11598         * target.c (target_supports_btrace): Update parameters.
11599         * target.h (to_supports_btrace, target_supports_btrace): Update
11600         parameters.
11601         * target-delegates.c: Regenerate.
11602         * target-debug.h (target_debug_print_enum_btrace_format): New.
11603         * nat/linux-btrace.c
11604         (kernel_supports_btrace): Rename into ...
11605         (kernel_supports_bts): ... this.  Update users.  Update warning text.
11606         (intel_supports_btrace): Rename into ...
11607         (intel_supports_bts): ... this.  Update users.
11608         (cpu_supports_btrace): Rename into ...
11609         (cpu_supports_bts): ... this.  Update users.
11610         (linux_supports_btrace): Update parameters.  Split into this and ...
11611         (linux_supports_bts): ... this.
11612         * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
11613
11614 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11615
11616         * Makefile.in (SFILES): Add common/btrace-common.c.
11617         (COMMON_OBS): Add common/btrace-common.o.
11618         (btrace-common.o): Add build rules.
11619         * btrace.c (parse_xml_btrace): Update parameters.
11620         (parse_xml_btrace_block): Set format field.
11621         (btrace_add_pc, btrace_fetch): Use struct btrace_data.
11622         (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
11623         (btrace_compute_ftrace): Split into this and...
11624         (btrace_compute_ftrace_bts): ...this.
11625         (btrace_stitch_trace): Split into this and...
11626         (btrace_stitch_bts): ...this.
11627         * btrace.h (parse_xml_btrace): Update parameters.
11628         (make_cleanup_btrace_data): New.
11629         * common/btrace-common.c: New.
11630         * common/btrace-common.h: Include common-defs.h.
11631         (btrace_block_s): Update comment.
11632         (btrace_format): New.
11633         (btrace_format_string): New.
11634         (btrace_data_bts): New.
11635         (btrace_data): New.
11636         (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
11637         * remote.c (remote_read_btrace): Update parameters.
11638         * target.c (target_read_btrace): Update parameters.
11639         * target.h (target_read_btrace): Update parameters.
11640         (target_ops)<to_read_btrace>: Update parameters.
11641         * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
11642         * target-delegates.c: Regenerate.
11643         * target-debug (target_debug_print_struct_btrace_data_p): New.
11644         * nat/linux-btrace.c (linux_read_btrace): Split into this and...
11645         (linux_read_bts): ...this.
11646         * nat/linux-btrace.h (linux_read_btrace): Update parameters.
11647
11648 2015-02-06  Doug Evans  <dje@google.com>
11649
11650         * remote-m32r-sdi.c: Include symfile.h.
11651
11652 2015-02-06  Doug Evans  <dje@google.com>
11653
11654         * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
11655         * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
11656         to here.
11657
11658 2015-02-06  Pedro Alves  <palves@redhat.com>
11659
11660         * linux-thread-db.c (find_new_threads_callback): Add debug output.
11661
11662 2015-02-06  Simon Marchi  <simon.marchi@ericsson.com>
11663
11664         PR gdb/15678
11665         * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
11666         (enable_count_command): Check args for NULL value.
11667
11668 2015-02-05  Doug Evans  <xdje42@gmail.com>
11669
11670         * guile/scm-frame.c: Fix spelling errors in a comment.
11671
11672 2015-02-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
11673
11674         * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
11675         * python/py-value.c (valpy_fetch_lazy): Use it.  Remove cast to the
11676         return type.
11677
11678 2015-02-04  Pedro Alves  <palves@redhat.com>
11679
11680         * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
11681         (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
11682         returns true.
11683         (resume_stopped_resumed_lwps): Don't check whether the thread is
11684         marked as executing.
11685         (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
11686
11687 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11688
11689         * regset.h (struct regset): Add flags field.
11690         (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
11691         * corelow.c (get_core_register_section): Add warning if the size
11692         exceeds the requested size and the regset does not have the
11693         REGSET_VARIABLE_SIZE flag set.
11694         * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
11695         flag.
11696         * armbsd-tdep.c (armbsd_gregset): Likewise.
11697         * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
11698         * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
11699         * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
11700         * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
11701
11702 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11703
11704         * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
11705         For ".reg-xstate", explicitly specify the requested section size
11706         via X86_XSTATE_SIZE instead of just 0 on input and
11707         X86_XSTATE_MAX_SIZE on output.
11708         * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
11709         Likewise.
11710
11711 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11712
11713         PR corefiles/17808:
11714         * gdbarch.sh (iterate_over_regset_sections_cb): Document this
11715         function type, particularly its SIZE parameter.
11716         * gdbarch.h: Regenerate.
11717         * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
11718         actual against required size using ">=" instead of "==".
11719         (amd64_collect_fpregset): Likewise.
11720         * i386-tdep.c (i386_supply_gregset): Likewise.
11721         (i386_collect_gregset): Likewise.
11722         (i386_supply_fpregset): Likewise.
11723         (i386_collect_fpregset): Likewise.
11724         * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
11725         (mips_fill_gregset_wrapper): Likewise.
11726         (mips_supply_fpregset_wrapper): Likewise.
11727         (mips_fill_fpregset_wrapper): Likewise.
11728         (mips64_supply_gregset_wrapper): Likewise.
11729         (mips64_fill_gregset_wrapper): Likewise.
11730         (mips64_supply_fpregset_wrapper): Likewise.
11731         (mips64_fill_fpregset_wrapper): Likewise.
11732         * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
11733         (am33_supply_fpregset_method): Likewise.
11734         (am33_collect_gregset_method): Likewise.
11735         (am33_collect_fpregset_method): Likewise.
11736
11737 2015-02-04  Doug Evans  <dje@google.com>
11738             Pedro Alves  <palves@redhat.com>
11739             Eli Zaretskii  <eliz@gnu.org>
11740
11741         PR tui/17810
11742         * tui/tui-command.c (tui_refresh_cmd_win): New function.
11743         * tui/tui-command.c (tui_refresh_cmd_win): Declare.
11744         * tui/tui-file.c: #include tui/tui-command.h.
11745         (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
11746         (tui_file_flush): Refresh command window if stream is gdb_stdout.
11747         * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
11748
11749 2015-02-04  Pedro Alves  <palves@redhat.com>
11750
11751         Fix build breakage.
11752         * event-loop.c (gdb_do_one_event): Add default switch case.
11753
11754 2015-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11755
11756         Filter out inferior gcc option -fpreprocessed.
11757         * compile/compile.c (filter_args): New function.
11758         (get_args): Use it.
11759
11760 2015-02-03  Pedro Alves  <palves@redhat.com>
11761
11762         * event-loop.c: Don't declare nor define a queue type for
11763         gdb_event_p.
11764         (event_queue): Delete.
11765         (create_event, create_file_event, gdb_event_xfree)
11766         (initialize_event_loop, process_event): Delete.
11767         (gdb_do_one_event): Return as soon as one event is handled.
11768         (handle_file_event): Change prototype.  Used the passed in
11769         file_handler pointer and ready_mask instead of looping over all
11770         file handlers.
11771         (gdb_wait_for_event): Update the poll/select timeouts before
11772         blocking.  Run event handlers directly instead of queueing events.
11773         Return as soon as one event is handled.
11774         (struct async_event_handler_data): Delete.
11775         (invoke_async_event_handler): Delete.
11776         (check_async_event_handlers): Change return type to int.  Run
11777         event handlers directly instead of queueing events.  Return as
11778         soon as one event is handled.
11779         (handle_timer_event): Delete.
11780         (update_wait_timeout): New function, factored out from
11781         poll_timers.
11782         (poll_timers): Reimplement.
11783         * event-loop.h (initialize_event_loop): Delete declaration.
11784         * top.c (gdb_init): Don't call initialize_event_loop.
11785
11786 2015-02-03  Pedro Alves  <palves@redhat.com>
11787
11788         * event-loop.c (clear_async_event_handler): New function.
11789         * event-loop.h (clear_async_event_handler): New declaration.
11790         * record-btrace.c (record_btrace_async): New function.
11791         (init_record_btrace_ops): Install record_btrace_async.
11792         * record-full.c (record_full_async): New function.
11793         (record_full_resume): Don't mark the async event source here.
11794         (init_record_full_ops): Install record_full_async.
11795         (record_full_core_resume): Don't mark the async event source here.
11796         (init_record_full_core_ops): Install record_full_async.
11797         * remote.c (remote_async): Mark and clear the async stop reply
11798         queue event-loop token as appropriate.
11799
11800 2015-02-03  Pedro Alves  <palves@redhat.com>
11801
11802         * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
11803         target_is_async_p instead of target_can_async.
11804         (linux_nat_wait): Use target_is_async_p instead of
11805         target_can_async.  Don't enable async here.
11806         * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
11807         target_is_async_p instead of target_can_async.
11808
11809 2015-02-02  Simon Marchi  <simon.marchi@ericsson.com>
11810
11811         * varobj.h (lang_varobj_ops): Mention which return values need
11812         to be freed.
11813
11814 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
11815
11816         * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
11817
11818 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
11819
11820         PR gdb/17856:
11821         * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
11822         results found in the cache.
11823
11824 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
11825
11826         PR gdb/17854:
11827         * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
11828         when allocating a new one.
11829
11830 2015-02-01  Tom Tromey  <tom@tromey.com>
11831
11832         * MAINTAINERS: Remove myself.
11833
11834 2015-01-31  Doug Evans  <xdje42@gmail.com>
11835
11836         * dwarf2read.c (process_structure_scope): Update setting of
11837         TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
11838         * gdbtypes.c (internal_type_vptr_fieldno): New function.
11839         (set_type_vptr_fieldno): New function.
11840         (internal_type_vptr_basetype): New function.
11841         (set_type_vptr_basetype): New function.
11842         (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
11843         TYPE_VPTR_BASETYPE.
11844         (allocate_cplus_struct_type): Initialize vptr_fieldno.
11845         (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
11846         (print_cplus_stuff): ... moved here.
11847         (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
11848         * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
11849         moved to ...
11850         (struct cplus_struct_type): ... here.  All uses updated.
11851         (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
11852         (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
11853         (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
11854         * stabsread.c (read_tilde_fields): Update setting of
11855         TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
11856
11857 2015-01-31  Doug Evans  <xdje42@gmail.com>
11858
11859         * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
11860         to self_p.
11861         (cp_print_class_member): Rename local domain to self_type.
11862         * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
11863         domain_type to self_type.
11864         (set_die_type) <need_gnat_info>: Handle
11865         TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
11866         * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
11867         TYPE_SPECIFIC_SELF_TYPE.
11868         * gdbtypes.c (internal_type_self_type): New function.
11869         (set_type_self_type): New function.
11870         (smash_to_memberptr_type): Rename parameter domain to self_type.
11871         Update setting of TYPE_SELF_TYPE.
11872         (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
11873         (smash_to_method_type): Rename parameter domain to self_type.
11874         Update setting of TYPE_SELF_TYPE.
11875         (check_stub_method): Call smash_to_method_type.
11876         (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
11877         (copy_type_recursive): Ditto.
11878         * gdbtypes.h (enum type_specific_kind): New value
11879         TYPE_SPECIFIC_SELF_TYPE.
11880         (struct main_type) <type_specific>: New member self_type.
11881         (struct cplus_struct_type) <fn_field.type>: Update comment.
11882         (TYPE_SELF_TYPE): Rewrite.
11883         (internal_type_self_type, set_type_self_type): Declare.
11884         * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
11885         self_type.
11886         (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
11887         * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
11888         TYPE_TARGET_TYPE.
11889         * stabsread.c (read_member_functions): Mark methods with
11890         TYPE_CODE_METHOD, not TYPE_CODE_FUNC.  Update setting of
11891         TYPE_SELF_TYPE.
11892
11893 2015-01-31  Doug Evans  <xdje42@gmail.com>
11894
11895         * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
11896         All uses updated.
11897
11898 2015-01-31  Doug Evans  <xdje42@gmail.com>
11899
11900         * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
11901         or unions.  Return zero if union.
11902         (gnuv3_get_vtable): Call check_typedef.  Assert only passed structs.
11903         (gnuv3_rtti_type): Pass already-check_typedef'd value to
11904         gnuv3_get_vtable.
11905         (compute_vtable_size): Assert only passed structs.
11906         (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
11907
11908 2015-01-31  Doug Evans  <xdje42@gmail.com>
11909
11910         * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
11911         kinds.
11912
11913 2015-01-31  Gary Benson <gbenson@redhat.com>
11914             Doug Evans  <dje@google.com>
11915
11916         PR cli/9007
11917         PR cli/11920
11918         PR cli/15548
11919         * cli/cli-cmds.c (complete_command): Notify user if max-completions
11920         reached.
11921         * common/common-exceptions.h (enum errors)
11922         <MAX_COMPLETIONS_REACHED_ERROR>: New value.
11923         * completer.h (get_max_completions_reached_message): New declaration.
11924         (max_completions): Likewise.
11925         (completion_tracker_t): New typedef.
11926         (new_completion_tracker): New declaration.
11927         (make_cleanup_free_completion_tracker): Likewise.
11928         (maybe_add_completion_enum): New enum.
11929         (maybe_add_completion): New declaration.
11930         (throw_max_completions_reached_error): Likewise.
11931         * completer.c (max_completions): New global variable.
11932         (new_completion_tracker): New function.
11933         (free_completion_tracker): Likewise.
11934         (make_cleanup_free_completion_tracker): Likewise.
11935         (maybe_add_completions): Likewise.
11936         (throw_max_completions_reached_error): Likewise.
11937         (complete_line): Remove duplicates and limit result to max_completions
11938         entries.
11939         (get_max_completions_reached_message): New function.
11940         (gdb_display_match_list): Handle max_completions.
11941         (_initialize_completer): New declaration and function.
11942         * symtab.c: Include completer.h.
11943         (completion_tracker): New static variable.
11944         (completion_list_add_name): Call maybe_add_completion.
11945         (default_make_symbol_completion_list_break_on_1): Renamed from
11946         default_make_symbol_completion_list_break_on.  Maintain
11947         completion_tracker across calls to completion_list_add_name.
11948         (default_make_symbol_completion_list_break_on): New function.
11949         * top.c (init_main): Set rl_completion_display_matches_hook.
11950         * tui/tui-io.c: Include completer.h.
11951         (tui_old_rl_display_matches_hook): New static global.
11952         (tui_rl_display_match_list): Notify user if max-completions reached.
11953         (tui_setup_io): Save/restore rl_completion_display_matches_hook.
11954         * NEWS (New Options): Mention set/show max-completions.
11955
11956 2015-01-31  Gary Benson  <gbenson@redhat.com>
11957
11958         * symtab.c (struct add_name_data) <code>: New field.
11959         Updated comments.
11960         (add_symtab_completions): New function.
11961         (symtab_expansion_callback): Likewise.
11962         (default_make_symbol_completion_list_break_on): Set datum.code.
11963         Move minimal symbol scan before calling expand_symtabs_matching.
11964         Scan known primary symtabs for externs and statics before calling
11965         expand_symtabs_matching.  Pass symtab_expansion_callback as
11966         expansion_notify argument to expand_symtabs_matching.  Do not scan
11967         primary symtabs for externs and statics after calling
11968         expand_symtabs_matching.
11969
11970 2015-01-31  Gary Benson  <gbenson@redhat.com>
11971
11972         * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
11973         (struct quick_symbol_functions) <expand_symtabs_matching>:
11974         New argument expansion_notify.  All uses updated.
11975         (expand_symtabs_matching): New argument expansion_notify.
11976         All uses updated.
11977         * symfile-debug.c (debug_qf_expand_symtabs_matching):
11978         Also print expansion notify.
11979         * symtab.c (expand_symtabs_matching_via_partial): Call
11980         expansion_notify whenever a partial symbol table is expanded.
11981         * dwarf2read.c (dw2_expand_symtabs_matching): Call
11982         expansion_notify whenever a symbol table is instantiated.
11983
11984 2015-01-31  Doug Evans  <xdje42@gmail.com>
11985
11986         * cli-out.c: #include completer.h, readline/readline.h.
11987         (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
11988         (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
11989         (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
11990         * cli-out.h (cli_display_match_list): Declare.
11991         * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
11992         (ELLIPSIS_LEN): Ditto.
11993         (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
11994         (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
11995         (gdb_fnprint, gdb_print_filename): Ditto.
11996         (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
11997         (gdb_display_match_list): Ditto.
11998         * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
11999         (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
12000         (mld_beep_ftype, mld_read_key_ftype): Ditto.
12001         (match_list_displayer): New struct.
12002         (gdb_display_match_list): Declare.
12003         * top.c (init_main): Set rl_completion_display_matches_hook.
12004         * tui/tui-io.c: #include completer.h.
12005         (printable_part, PUTX, print_filename, get_y_or_n): Delete.
12006         (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
12007         (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
12008         (tui_mld_getc, tui_mld_read_key): Ditto.
12009         (tui_rl_display_match_list): Rewrite.
12010         (tui_handle_resize_during_io): New arg for_completion.  All callers
12011         updated.
12012
12013 2015-01-31  Doug Evans  <xdje42@gmail.com>
12014
12015         Add symbol lookup cache.
12016         * NEWS: Document new options and commands.
12017         * symtab.c (symbol_cache_key): New static global.
12018         (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
12019         (SYMBOL_LOOKUP_FAILED): New macro.
12020         (symbol_cache_slot_state): New enum.
12021         (block_symbol_cache): New struct.
12022         (symbol_cache): New struct.
12023         (new_symbol_cache_size, symbol_cache_size): New static globals.
12024         (hash_symbol_entry, eq_symbol_entry): New functions.
12025         (symbol_cache_byte_size, resize_symbol_cache): New functions.
12026         (make_symbol_cache, free_symbol_cache): New functions.
12027         (get_symbol_cache, symbol_cache_cleanup): New function.
12028         (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
12029         (symbol_cache_lookup, symbol_cache_clear_slot): New function.
12030         (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
12031         (symbol_cache_flush, symbol_cache_dump): New functions.
12032         (maintenance_print_symbol_cache): New function.
12033         (maintenance_flush_symbol_cache): New function.
12034         (symbol_cache_stats): New function.
12035         (maintenance_print_symbol_cache_statistics): New function.
12036         (symtab_new_objfile_observer): New function.
12037         (symtab_free_objfile_observer): New function.
12038         (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
12039         (_initialize_symtab): Init symbol_cache_key.  New parameter
12040         maint symbol-cache-size.  New maint commands print symbol-cache,
12041         print symbol-cache-statistics, flush-symbol-cache.
12042         Install new_objfile, free_objfile observers.
12043
12044 2015-01-31  Joel Brobecker  <brobecker@adacore.com>
12045
12046         PR symtab/17855
12047         * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
12048         to end.
12049
12050 2015-01-31  Doug Evans  <xdje42@gmail.com>
12051
12052         * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
12053         * auto-load.c: #include ctype.h.
12054         (struct auto_load_pspace_info): Replace member loaded_scripts with
12055         new members loaded_script_files, loaded_script_texts.
12056         (auto_load_pspace_data_cleanup): Update.
12057         (init_loaded_scripts_info): Update.
12058         (get_auto_load_pspace_data_for_loading): Update.
12059         (maybe_add_script_file): Renamed from maybe_add_script.  All callers
12060         updated.
12061         (maybe_add_script_text): New function.
12062         (clear_section_scripts): Update.
12063         (source_script_file, execute_script_contents): New functions.
12064         (source_section_scripts): Add support for
12065         SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
12066         (print_scripts): New function.
12067         (auto_load_info_scripts): Also print inlined scripts.
12068         (maybe_print_unsupported_script_warning): Renamed from
12069         unsupported_script_warning_print.  All callers updated.
12070         (maybe_print_script_not_found_warning): Renamed from
12071         script_not_found_warning_print.  All callers updated.
12072         * extension-priv.h (struct extension_language_script_ops): New member
12073         objfile_script_executor.
12074         * extension.c (ext_lang_objfile_script_executor): New function.
12075         * extension.h (objfile_script_executor_func): New typedef.
12076         (ext_lang_objfile_script_executor): Declare.
12077         * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
12078         * guile/guile.c (guile_extension_script_ops): Update.
12079         * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
12080         * python/python.c (python_extension_script_ops): Update.
12081         (gdbpy_execute_objfile_script): New function.
12082
12083 2015-01-31  Eli Zaretskii  <eliz@gnu.org>
12084
12085         * tui/tui-io.c (tui_expand_tabs): New function.
12086         (tui_puts, tui_redisplay_readline): Expand TABs into the
12087         appropriate number of spaces.
12088         * tui/tui-regs.c: Include tui-io.h.
12089         (tui_register_format): Call tui_expand_tabs to expand TABs into
12090         the appropriate number of spaces.
12091         * tui/tui-io.h: Add prototype for tui_expand_tabs.
12092
12093 2015-01-30  Doug Evans  <dje@google.com>
12094
12095         * NEWS: "info source" command now display producer string if present.
12096         * source.c (source_info): Print producer string if present.
12097
12098 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12099
12100         * varobj.c (varobj_delete): Fix comment.
12101
12102 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12103
12104         * varobj.c (create_child): Modify comment.
12105
12106 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12107
12108         * ada-varobj.c (ada_number_of_children): Constify struct varobj *
12109         parameter.
12110         (ada_name_of_variable): Same.
12111         (ada_path_expr_of_child): Same.
12112         (ada_value_of_variable): Same.
12113         (ada_value_is_changeable_p): Same.
12114         (ada_value_has_mutated): Same.
12115         * c-varobj.c (varobj_is_anonymous_child): Same.
12116         (c_is_path_expr_parent): Same.
12117         (c_number_of_children): Same.
12118         (c_name_of_variable): Same.
12119         (c_path_expr_of_child): Same.
12120         (get_type): Same.
12121         (c_value_of_variable): Same.
12122         (cplus_number_of_children): Same.
12123         (cplus_name_of_variable): Same.
12124         (cplus_path_expr_of_child): Same.
12125         (cplus_value_of_variable): Same.
12126         * jv-varobj.c (java_number_of_children): Same.
12127         (java_name_of_variable): Same.
12128         (java_path_expr_of_child): Same.
12129         (java_value_of_variable): Same.
12130         * varobj.c (number_of_children): Same.
12131         (name_of_variable): Same.
12132         (is_root_p): Same.
12133         (varobj_ensure_python_env): Same.
12134         (varobj_get_objname): Same.
12135         (varobj_get_expression): Same.
12136         (varobj_get_display_format): Same.
12137         (varobj_get_display_hint): Same.
12138         (varobj_has_more): Same.
12139         (varobj_get_thread_id): Same.
12140         (varobj_get_frozen): Same.
12141         (dynamic_varobj_has_child_method): Same.
12142         (varobj_get_gdb_type): Same.
12143         (is_path_expr_parent): Same.
12144         (varobj_default_is_path_expr_parent): Same.
12145         (varobj_get_language): Same.
12146         (varobj_get_attributes): Same.
12147         (varobj_is_dynamic_p): Same.
12148         (varobj_get_child_range): Same.
12149         (varobj_value_has_mutated): Same.
12150         (varobj_get_value_type): Same.
12151         (number_of_children): Same.
12152         (name_of_variable): Same.
12153         (check_scope): Same.
12154         (varobj_editable_p): Same.
12155         (varobj_value_is_changeable_p): Same.
12156         (varobj_floating_p): Same.
12157         (varobj_default_value_is_changeable_p): Same.
12158
12159 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12160
12161         * varobj.c (varobj_get_path_expr): Set var->path_expr.
12162         * c-varobj.c (c_path_expr_of_child): Set local var instead of
12163         child->path_expr.
12164         (cplus_path_expr_of_child): Same.
12165
12166 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12167
12168         * mi-cmd-var.c (print_varobj): Free varobj_get_expression
12169         result.
12170         (mi_cmd_var_info_expression): Same.
12171         * varobj.c (varobj_get_expression): Mention in the comment that
12172         the result must by freed by the caller.
12173
12174 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12175
12176         * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
12177         varobj_get_type.
12178         (varobj_update_one): Same.
12179         * varobj.c (update_type_if_necessary): Free curr_type_str and
12180         new_type_str.
12181         (varobj_get_type): Specify in comment that the result needs to be
12182         freed by the caller.
12183
12184 2015-01-29  Doug Evans  <dje@google.com>
12185
12186         PR symtab/17890
12187         * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
12188
12189 2015-01-25  Mark Wielaard  <mjw@redhat.com>
12190
12191         * dwarf2read.c (checkproducer): Call producer_is_gcc.
12192         * utils.c (producer_is_gcc_ge_4): Likewise.
12193         (producer_is_gcc): New function.
12194         * utils.h (producer_is_gcc): New declaration.
12195
12196 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
12197
12198         * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
12199         kind.
12200         * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
12201         parameter by "addr_stack" parameter.
12202         (resolve_dynamic_range): Replace "addr" parameter by
12203         "stack_addr" parameter.  Update function documentation.
12204         Update code accordingly.
12205         (resolve_dynamic_array, resolve_dynamic_union)
12206         (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
12207         (resolve_dynamic_type): Update code, following the changes made
12208         to resolve_dynamic_type_internal's interface.
12209         * dwarf2loc.h (struct property_addr_info): New.
12210         (dwarf2_evaluate_property): Replace "address" parameter
12211         by "addr_stack" parameter.  Adjust function documentation.
12212         (struct dwarf2_offset_baton): New.
12213         (struct dwarf2_property_baton): Update documentation of
12214         field "referenced_type" to be more general. New field
12215         "offset_info" in union data field.
12216         * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
12217         parameter by "addr_stack" parameter.  Adjust code accordingly.
12218         Add support for PROP_ADDR_OFFSET properties.
12219         * dwarf2read.c (attr_to_dynamic_prop): Add support for
12220         DW_AT_data_member_location attributes as well.  Use case
12221         statements instead of if/else condition.
12222
12223 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
12224
12225         * ada-varobj.c (ada_varobj_get_array_number_of_children):
12226         Return zero if PARENT_VALUE is NULL and parent_type's
12227         range type is dynamic.
12228
12229 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
12230
12231         * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
12232         nonzero if the type's subtype is dynamic.
12233         (resolve_dynamic_range): Also resolve the range's subtype.
12234
12235 2015-01-29  Alexander Klimov  <alserkli@inbox.ru>  (tiny patch)
12236
12237         Pushed by Joel Brobecker  <brobecker@adacore.com>.
12238         * symfile.c (unmap_overlay_command): Initialize sec to NULL.
12239
12240 2015-01-27  Doug Evans  <dje@google.com>
12241
12242         * NEWS: Mention gdb.Objfile.username.
12243         * python/py-objfile.c (objfpy_get_username): New function.
12244         (objfile_getset): Add "username".
12245
12246 2015-01-24  Mark Wielaard  <mjw@redhat.com>
12247
12248         * stack.c (return_command): Markup warning message with _.
12249
12250 2015-01-24  Doug Evans  <xdje42@gmail.com>
12251
12252         * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
12253
12254 2015-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
12255
12256         Fix 100x slowdown regression on DWZ files.
12257         * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
12258         (struct line_header): Add offset and offset_in_dwz.
12259         (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
12260         (free_line_header_voidp): New declaration.
12261         (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
12262         functions.
12263         (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
12264         (handle_DW_AT_stmt_list): Use line_header_hash.
12265         (free_line_header_voidp): New function.
12266         (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
12267         (dwarf_decode_lines): New parameter decode_mapping, use it.
12268         (dwarf2_free_objfile): Free line_header_hash.
12269
12270 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
12271
12272         PR gdb/17416
12273         * valops.c (value_rtti_indirect_type): Catch exception thrown by
12274         value_ind.
12275
12276 2015-01-15  Mark Wielaard  <mjw@redhat.com>
12277
12278         * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
12279         DW_AT_noreturn.
12280         * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
12281         calling_convention an 8 bit bit field.
12282         (TYPE_NO_RETURN): New macro.
12283         * infcmd.c (finish_command): Query if function does not return
12284         normally.
12285         * stack.c (return_command): Likewise.
12286
12287 2015-01-23  Pedro Alves  <palves@redhat.com>
12288
12289         * linux-nat.c (linux_is_async_p): New macro.
12290         (linux_nat_is_async_p):
12291         (linux_nat_terminal_inferior): Check whether the target can async
12292         instead of whether it is already async.
12293         (linux_nat_terminal_ours): Don't check whether the target is
12294         async.
12295         (linux_async_pipe): Use linux_is_async_p.
12296
12297 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12298
12299         * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
12300         '-ascending'.
12301         * thread.c (tp_array_compar_ascending, tp_array_compar): New.
12302         (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
12303         Sort tp_array using tp_array_compar.
12304         (_initialize_thread): Extend thread_apply_all_command help.
12305
12306 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12307
12308         * corelow.c (core_open): Call also thread_command.
12309         * gdbthread.h (thread_command): New prototype moved from ...
12310         * thread.c (thread_command): ... here.
12311         (thread_command): Make it global.
12312
12313 2015-01-22  Pedro Alves  <palves@redhat.com>
12314
12315         * configure.ac [*mingw32*]: Check $curses_found instead of
12316         $prefer_curses.
12317         * configure: Regenerate.
12318         * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
12319         HAVE_NCURSES_NCURSES_H checks.
12320
12321 2015-01-22  Eli Zaretskii  <eliz@gnu.org>
12322
12323         * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
12324         fails with the 1st arg NULL, try again with "unknown".  Don't test
12325         the "cup" capability: it isn't supported by the Windows port of
12326         ncurses, but the Windows console driver is still capable of
12327         supporting TUI.
12328
12329 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12330
12331         * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
12332
12333 2015-01-22  Eli Zaretskii  <eliz@gnu.org>
12334
12335         * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
12336         (ALLDEPFILES): Remove irix5-nat.c.  These two are part of the
12337         reason that "make TAGS" is broken.
12338
12339 2015-01-22  Chen Gang  <gang.chen.5i5j@gmail.com>
12340
12341         * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
12342         and check additional store instructions.
12343
12344 2015-01-21  Wei-cheng Wang  <cole945@gmail.com>
12345
12346         * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
12347
12348 2015-01-21  Wei-cheng Wang  <cole945@gmail.com>
12349
12350         * ppc-linux-tdep.c (ppc_skip_trampoline_code,
12351         ppc_canonicalize_syscall, ppc_linux_syscall_record,
12352         ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
12353         * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12354         * rs6000-tdep.c (rs6000_epilogue_frame_cache,
12355         rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
12356         rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
12357         ppc_process_record_op19, ppc_process_record_op31,
12358         ppc_process_record_op59, ppc_process_record_op60,
12359         ppc_process_record_op63): Likewise.
12360
12361 2015-01-20  Joel Brobecker  <brobecker@adacore.com>
12362
12363         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
12364         (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
12365         strerror.
12366
12367 2015-01-20  Wei-cheng Wang  <cole945@gmail.com>
12368
12369         * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
12370         ppc_process_record_op31, ppc_process_record_op59,
12371         ppc_process_record_op60, ppc_process_record_op63,
12372         ppc_process_record): Fix -Wformat warning.
12373         * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
12374         Remove unused variables.
12375
12376 2015-01-20  Chen Gang  <gang.chen.5i5j@gmail.com>
12377
12378         * MAINTAINERS (Write After Approval): Add "Chen Gang".
12379
12380 2015-01-19  Eli Zaretskii  <eliz@gnu.org>
12381
12382         * configure.ac [*mingw32*]: Only add windows-termcap.o to
12383         CONFIG_OBS if not building with a curses library.
12384         * configure: Regenerate.
12385
12386         * windows-termcap.c: Include defs.h.  Make the whole body empty if
12387         either one of HAVE_CURSES_H or HAVE_NCURSES_H or
12388         HAVE_NCURSES_NCURSES_H is defined.
12389
12390 2015-01-19  Joel Brobecker  <brobecker@adacore.com>
12391
12392         * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
12393         from end of line to start of next line.
12394
12395 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
12396
12397         * ppc-linux-tdep.c (ppc_skip_trampoline_code):
12398         Scan PLT stub backward for reverse debugging.
12399         * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12400
12401 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
12402             Ulrich Weigand  <uweigand@de.ibm.com>
12403
12404         * configure.tgt (powerpc*-*-linux): Add linux-record.o to
12405         gdb_target_obs.
12406         (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
12407         record.
12408         (ppc_canonicalize_syscall, ppc_linux_syscall_record,
12409         ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
12410         (ppc_linux_init_abi): Set process_record, process_record_signal.
12411         * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
12412         ppc_linux_record_tdep to gdbarch_tdep.
12413         (ppc_process_record): New declaration.
12414         * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
12415         ppc_process_record_op19, ppc_process_record_op31,
12416         ppc_process_record_op59, ppc_process_record_op60,
12417         ppc_process_record_op63, ppc_process_record): New functions.
12418
12419 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
12420
12421         * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
12422         rs6000_in_function_epilogue_frame_p and add an argument
12423         for frame_info.
12424         (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
12425         rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
12426         New functions.
12427         (rs6000_epilogue_frame_unwind): New.
12428         (rs6000_gdbarch_init): Append epilogue unwinder.
12429
12430 2015-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
12431
12432         * nat/linux-personality.c: Replace "#ifndef
12433         HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
12434         !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
12435         systems.
12436
12437 2015-01-16  Eli Zaretskii  <eliz@gnu.org>
12438
12439         * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
12440         functions.
12441         (_initialize_tui_win) <border-kind, border-mode>:
12442         <active-border-mode>: Use tui_set_var_cmd as the "set" function.
12443         (tui_set_tab_width_command): Fix the commentary.
12444
12445         * tui/tui-win.h: Add prototype for tui_rehighlight_all.
12446
12447         * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
12448         Doc fix.
12449         (tui_set_tab_width_command): Delete and recreate the source and
12450         the disassembly windows, to show the effect of the changed tab
12451         size immediately.
12452
12453         * tui/tui-data.h (LINE_PREFIX): Make shorter
12454         (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
12455         "Thread NNNNN.XXXX" thread ID notation on Windows.
12456
12457 2015-01-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
12458
12459         Fix gcc-5 compilation.
12460         * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
12461
12462 2015-01-15  Sergio Durigan Junior  <sergiodj@redhat.com>
12463
12464         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
12465         (linux-personality.o): New rule.
12466         * common/common-defs.h: Include <stdint.h>.
12467         * config/aarch64/linux.mh (NATDEPFILES): Include
12468         linux-personality.o.
12469         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
12470         * config/arm/linux.mh (NATDEPFILES): Likewise.
12471         * config/i386/linux64.mh (NATDEPFILES): Likewise.
12472         * config/i386/linux.mh (NATDEPFILES): Likewise.
12473         * config/ia64/linux.mh (NATDEPFILES): Likewise.
12474         * config/m32r/linux.mh (NATDEPFILES): Likewise.
12475         * config/m68k/linux.mh (NATDEPFILES): Likewise.
12476         * config/mips/linux.mh (NATDEPFILES): Likewise.
12477         * config/pa/linux.mh (NATDEPFILES): Likewise.
12478         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
12479         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
12480         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
12481         * config/s390/linux.mh (NATDEPFILES): Likewise.
12482         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
12483         * config/sparc/linux.mh (NATDEPFILES): Likewise.
12484         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
12485         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
12486         * defs.h: Remove #include <stdint.h> (moved to
12487         common/common-defs.h).
12488         * linux-nat.c: Include nat/linux-personality.h.  Remove #include
12489         <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
12490         nat/linux-personality.c).
12491         (linux_nat_create_inferior): Remove code to disable address space
12492         randomization (moved to nat/linux-personality.c).  Create cleanup
12493         to disable address space randomization.
12494         * nat/linux-personality.c: New file.
12495         * nat/linux-personality.h: Likewise.
12496
12497 2015-01-15  Sergio Durigan Junior  <sergiodj@redhat.com>
12498
12499         * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
12500         common/posix-strerror.c.
12501         (posix-strerror.o): New rule.
12502         (mingw-strerror.o): Likewise.
12503         * common/common-utils.h (safe_strerror): Move prototype to here,
12504         from utils.h.
12505         * common/common.host: New file.
12506         * common/mingw-strerror.c: Likewise.
12507         * common/posix-strerror.c: Likewise.
12508         * configure: Regenerated.
12509         * configure.ac: Source common/common.host.  Add variable
12510         common_host_obs to gdb_host_obs.
12511         * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
12512         gdb/common/posix-strerror.c when warning about the use of
12513         strerror.
12514         * mingw-hdep.c (safe_strerror): Remove definition; move it to
12515         common/mingw-strerror.c.
12516         * posix-hdep.c (safe_strerror): Remove definition; move it to
12517         common/posix-hdep.c.
12518         * utils.h (safe_strerror): Remove prototype; move to
12519         common/common-utils.h.
12520
12521 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
12522
12523         GDB 7.8.2 released.
12524
12525 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
12526
12527         * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
12528         ___XA type if the array has already been fixed.
12529
12530 2015-01-14  Yao Qi  <yao@codesourcery.com>
12531
12532         * Makefile.in (ppc-linux.o): New rule.
12533         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
12534         * configure.ac: AC_CHECK_FUNCS(getauxval).
12535         * config.in: Re-generated.
12536         * configure: Re-generated.
12537         * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
12538         Declare.
12539         * nat/ppc-linux.c: New file.
12540         * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
12541         Call ppc64_64bit_inferior_p.
12542
12543 2015-01-14  Yao Qi  <yao@codesourcery.com>
12544
12545         * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
12546         nat/ppc-linux.h.
12547         (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
12548         (PPC_FEATURE_HAS_DFP): Likewise.
12549         (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
12550         (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
12551         (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
12552         Include "nat/ppc-linux.h".
12553         * nat/ppc-linux.h: New file.
12554         * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
12555
12556 2015-01-14  Pedro Alves  <palves@redhat.com>
12557
12558         PR gdb/17525
12559         * breakpoint.c: Include "interps.h".
12560         (bpstat_do_actions_1): Also check whether the interpreter is
12561         async.
12562
12563 2015-01-14  Pedro Alves  <palves@redhat.com>
12564
12565         PR cli/17828
12566         * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
12567         reinstall if the interpreter is sync.
12568
12569 2015-01-13  Doug Evans  <dje@google.com>
12570
12571         * objfiles.c (objfile_filename): New function.
12572         * objfiles.h (objfile_filename): Declare it.
12573         (objfile_name): Add function comment.
12574         * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
12575         bfd file name (which may be realpath'd), and the original name.
12576
12577 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12578
12579         * NEWS: Create a new section for the next release branch.
12580         Rename the section of the current branch, now that it has
12581         been cut.
12582
12583 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12584
12585         GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
12586         * version.in: Bump version to 7.9.50.DATE-cvs.
12587
12588 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12589
12590         * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
12591         Remove trailing new-line in argument of call to warning.
12592
12593 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12594
12595         * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
12596         new-line in argument of call to "warning".
12597
12598 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12599
12600         * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
12601         in static block, then try searching for primitive types.
12602
12603 2015-01-12  Patrick Palka  <patrick@parcs.ath.cx>
12604
12605         * top.h (gdb_add_history): Declare.
12606         * top.c (command_count): New variable.
12607         (gdb_add_history): New function.
12608         (gdb_safe_append_history): New static function.
12609         (quit_force): Call it.
12610         (command_line_input): Use gdb_add_history instead of
12611         add_history.
12612         * event-top.c (command_line_handler): Likewise.
12613
12614 2015-01-12  James Clarke  <jrtc27@jrtc27.com>  (tiny patch)
12615
12616         PR gdb/17046
12617         * darwin-nat.c: Replace <machine/setjmp.h> #include by
12618         <setjmp.h> #include.
12619
12620 2015-01-11  Doug Evans  <xdje42@gmail.com>
12621
12622         * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
12623
12624 2015-01-11  Doug Evans  <xdje42@gmail.com>
12625
12626         PR gdb/15830
12627         * NEWS: The "maint demangle" command is renamed as "demangle".
12628         * demangle.c: #include cli/cli-utils.h, language.h.
12629         (demangle_command): New function.
12630         (_initialize_demangle): Add new command "demangle".
12631         * maint.c (maintenance_demangle): Stub out.
12632         (_initialize_maint_cmds): Update help text for "maint demangle",
12633         and mark as deprecated.
12634
12635 2015-01-11  Mark Kettenis  <kettenis@gnu.org>
12636
12637         * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
12638         inferior_thread is a function.
12639
12640 2015-01-09  Patrick Palka  <patrick@parcs.ath.cx>
12641
12642         * Makefile.in (.y.c): Don't munge yacc's #line
12643         directives.
12644
12645 2015-01-09  Patrick Palka  <patrick@parcs.ath.cx>
12646
12647         * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
12648         to prompt for input.
12649         * tui/tui-hooks.c (tui_query_hook): Remove.
12650         (tui_install_hooks): Don't set deprecated_query_hook.
12651         * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
12652         height calculation.  Always update the command window's cur_line.
12653
12654 2015-01-09  Pedro Alves  <palves@redhat.com>
12655
12656         * breakpoint.c (hardware_breakpoint_inserted_here_p): New
12657         function.
12658         * breakpoint.h (hardware_breakpoint_inserted_here_p): New
12659         declaration.
12660         * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
12661         (linux_resume_one_lwp): Store the thread's PC.  Adjust to clear
12662         stop_reason.
12663         (check_stopped_by_watchpoint): New function.
12664         (save_sigtrap): Reimplement.
12665         (linux_nat_stopped_by_watchpoint): Adjust.
12666         (linux_nat_lp_status_is_event): Delete.
12667         (stop_wait_callback): Only call save_sigtrap after storing the
12668         pending status.
12669         (status_callback): If the thread had been stopped for a breakpoint
12670         that has since been removed, discard the event and resume the LWP.
12671         (count_events_callback, select_event_lwp_callback): Use
12672         lwp_status_pending_p instead of linux_nat_lp_status_is_event.
12673         (cancel_breakpoint): Rename to ...
12674         (check_stopped_by_breakpoint): ... this.  Record whether the LWP
12675         stopped for a software breakpoint or hardware breakpoint.
12676         (select_event_lwp): Only give preference to the stepping LWP in
12677         all-stop mode.  Adjust comments.
12678         (stop_and_resume_callback): Remove references to new_pending_p.
12679         (linux_nat_filter_event): Likewise.  Leave exit events of the
12680         leader thread pending here.  Handle signal short circuiting here.
12681         Only call save_sigtrap after storing the pending waitstatus.
12682         (linux_nat_wait_1): Remove 'retry' label.  Remove references to
12683         new_pending.  Don't handle leaving events the caller is not
12684         interested in pending here, nor handle signal short-circuiting
12685         here.  Also give equal priority to all LWPs that have had events
12686         in non-stop mode.  If reporting a software breakpoint event,
12687         unadjust the LWP's PC.
12688         * linux-nat.h (enum lwp_stop_reason): New.
12689         (struct lwp_info) <stop_pc>: New field.
12690         (struct lwp_info) <stopped_by_watchpoint>: Delete field.
12691         (struct lwp_info) <stop_reason>: New field.
12692         * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
12693
12694 2015-01-09  Pedro Alves  <palves@redhat.com>
12695
12696         * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
12697         Set the LWP's 'resumed' flag.
12698
12699 2015-01-09  Pedro Alves  <palves@redhat.com>
12700
12701         * linux-nat.c (linux_resume_one_lwp): New function.
12702         (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
12703         (linux_nat_resume): Use lwp_status_pending_p and
12704         linux_resume_one_lwp.
12705         (linux_handle_syscall_trap): Use linux_resume_one_lwp.
12706         (linux_handle_extended_wait): Use linux_resume_one_lwp.
12707         (status_callback, running_callback): Use lwp_status_pending_p.
12708         (lwp_status_pending_p): New function.
12709         (stop_and_resume_callback): Use lwp_status_pending_p.
12710         (linux_nat_filter_event): Use linux_resume_one_lwp.
12711         (linux_nat_wait_1): Always use status_callback to look for an LWP
12712         with a pending status.  Use linux_resume_one_lwp.
12713         (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
12714         linux_resume_one_lwp.
12715
12716 2015-01-09  Pedro Alves  <palves@redhat.com>
12717
12718         * breakpoint.c (bp_location_inserted_here_p): New function,
12719         factored out from ...
12720         (breakpoint_inserted_here_p): ... here.  Use
12721         ALL_BP_LOCATIONS_AT_ADDR.
12722         (software_breakpoint_inserted_here_p): Use
12723         bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
12724
12725 2014-01-09  Pedro Alves  <palves@redhat.com>
12726
12727         Skip enabling event reporting if the kernel supports
12728         PTRACE_EVENT_CLONE.
12729         * linux-thread-db.c: Include "nat/linux-ptrace.h".
12730         (thread_db_use_events): New function.
12731         (try_thread_db_load_1): Check thread_db_use_events before enabling
12732         event reporting.
12733         (update_thread_state): New function.
12734         (attach_thread): Use it.  Check thread_db_use_events before
12735         enabling event reporting.
12736         (thread_db_detach): Check thread_db_use_events before disabling
12737         event reporting.
12738         (find_new_threads_callback): Check thread_db_use_events before
12739         enabling event reporting.  Update the thread's state if not using
12740         libthread_db events.
12741
12742 2015-01-09  Pedro Alves  <palves@redhat.com>
12743
12744         * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
12745         about to wait for is > 0.
12746         * linux-thread-db.c (find_new_threads_callback): Ignore thread if
12747         the kernel thread ID is -1.
12748
12749 2015-01-09  Pedro Alves  <palves@redhat.com>
12750
12751         * linux-nat.c (attach_proc_task_lwp_callback): New function.
12752         (linux_nat_attach): Use linux_proc_attach_tgid_threads.
12753         (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
12754         ptrace option flags.
12755         * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
12756         field.
12757         * nat/linux-procfs.c: Include <dirent.h>.
12758         (linux_proc_get_int): New parameter "warn".  Handle it.
12759         (linux_proc_get_tgid): Adjust.
12760         (linux_proc_get_tracerpid): Rename to ...
12761         (linux_proc_get_tracerpid_nowarn): ... this.
12762         (linux_proc_pid_get_state): New function, factored out from
12763         (linux_proc_pid_has_state): ... this.  Add new parameter "warn"
12764         and handle it.
12765         (linux_proc_pid_is_gone): New function.
12766         (linux_proc_pid_is_stopped): Adjust.
12767         (linux_proc_pid_is_zombie_maybe_warn)
12768         (linux_proc_pid_is_zombie_nowarn): New functions.
12769         (linux_proc_pid_is_zombie): Use
12770         linux_proc_pid_is_zombie_maybe_warn.
12771         (linux_proc_attach_tgid_threads): New function.
12772         * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
12773         (linux_proc_get_tracerpid): Rename to ...
12774         (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
12775         (linux_proc_pid_is_gone): New declaration.
12776         (linux_proc_pid_is_zombie): Update comment.
12777         (linux_proc_pid_is_zombie_nowarn): New declaration.
12778         (linux_proc_attach_lwp_func): New typedef.
12779         (linux_proc_attach_tgid_threads): New declaration.
12780         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
12781         use nowarn functions.
12782         (linux_ptrace_attach_fail_reason_string): Move here from
12783         gdbserver/linux-low.c and rename.
12784         (ptrace_supports_feature): If the current ptrace options are not
12785         known yet, check them now, instead of asserting.
12786         * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
12787         Declare.
12788
12789 2015-01-09  Pedro Alves  <palves@redhat.com>
12790
12791         * linux-thread-db.c (thread_db_find_new_threads_silently)
12792         (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
12793         (find_new_threads_once): Print debug output on gdb_stdlog.
12794
12795 2015-01-09  Chen Gang  <gang.chen.5i5j@gmail.com>
12796             Pedro Alves  <palves@redhat.com>
12797
12798         * compile/compile.c: Include "gdb_wait.h".
12799         (do_rmdir): Check return value, and free 'zap'.
12800
12801 2015-01-08  Pedro Alves  <palves@redhat.com>
12802             Yao Qi  <yao@codesourcery.com>
12803
12804         * dwarf2loc.c (indirect_pieced_value): Don't call
12805         gdb_sign_extend.  Call extract_signed_integer instead.
12806         * utils.c (gdb_sign_extend): Remove.
12807         * utils.h (gdb_sign_extend): Remove declaration.
12808
12809 2015-01-07  Pierre Muller  <muller@sourceware.org>
12810
12811         PR symtab/17811
12812         * stabsread.c (define_symbol): Set language for C++ special symbols.
12813
12814 2015-01-07  Patrick Palka  <patrick@parcs.ath.cx>
12815
12816         * inflow.c (initial_gdb_ttystate): Tweak comment.
12817
12818 2015-01-07  Joel Brobecker  <brobecker@adacore.com>
12819
12820         * inflow.c (set_initial_gdb_ttystate): Add empty line after
12821         comment documenting function.
12822
12823 2015-01-07  Patrick Palka  <patrick@parcs.ath.cx>
12824
12825         * terminal.h (set_initial_gdb_ttystate): Declare.
12826         * inflow.c (initial_gdb_ttystate): New static variable.
12827         (set_initial_gdb_ttystate): New setter.
12828         (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
12829         instead of our current terminal state.
12830         * top.c (gdb_init): Call set_initial_gdb_ttystate.
12831
12832 2015-01-07  Joel Brobecker  <brobecker@adacore.com>
12833
12834         * guile/scm-type.c (tyscm_array_1): Add comment.
12835         * python/py-type.c (typy_array_1): Add comment.
12836
12837 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
12838
12839         * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
12840         error if N2 is equal to N1 - 1.
12841
12842 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
12843
12844         * python/py-type.c (typy_array_1): Do not raise negative-length
12845         exception if N2 is equal to N1 - 1.
12846
12847 2015-01-03  Doug Evans  <xdje42@gmail.com>
12848
12849         * c-exp.y: Whitespace cleanup.
12850         (classify_inner_name): Remove extra ;.
12851
12852 2015-01-02  Maciej W. Rozycki  <macro@codesourcery.com>
12853
12854         * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
12855         offset signed.
12856
12857 2015-01-02  Doug Evans  <dje@google.com>
12858
12859         * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
12860
12861 2015-01-02  Doug Evans  <dje@google.com>
12862
12863         * symtab.h (struct symbol): Fix typo in comment.
12864
12865 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
12866
12867         Update year range in copyright notice of all files.
12868
12869 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
12870
12871         * top.c (print_gdb_version): Update copyright year to 2015.
12872
12873 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
12874
12875         * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
12876
12877 For older changes see ChangeLog-2014.
12878 \f
12879 Local Variables:
12880 mode: change-log
12881 left-margin: 8
12882 fill-column: 74
12883 version-control: never
12884 coding: utf-8
12885 End: