darwin-nat: rewrite darwin_read_write_inferior
[external/binutils.git] / gdb / ChangeLog
1 2015-11-23  Tristan Gingold  <gingold@adacore.com>
2
3         * darwin-nat.c (darwin_ptrace): Add a cast to fix warning.
4         (darwin_resume, cancel_breakpoint, _initialize_darwin_inferior):
5         Likewise.
6         (darwin_read_write_inferior): Rewrite using mach_vm_read_overwrite.
7
8 2015-11-19  Don Breazeal  <donb@codesourcery.com>
9
10         * target.c (read_memory_robust): Call read_whatever_is_readable
11         with arguments in the correct order.
12
13 2015-11-19  Pedro Alves  <palves@redhat.com>
14
15         * remote.c (remote_query_supported): Send the "xmlRegisters="
16         feature last.
17
18 2015-11-19  Simon Marchi  <simon.marchi@ericsson.com>
19
20         * nat/aarch64-linux-hw-point.c (aarch64_linux_set_debug_regs): Change
21         form of iov_len computation.
22
23 2015-11-19  Pedro Alves  <palves@redhat.com>
24
25         * configure.ac (ERROR_ON_WARNING): Don't check whether in C++
26         mode.
27         * configure: Regenerate.
28
29 2015-11-19  Pedro Alves  <palves@redhat.com>
30
31         * build-with-cxx.m4 (GDB_AC_BUILD_WITH_CXX): Remove -fpermissive.
32         * configure: Regenerate.
33
34 2015-11-19  Pedro Alves  <palves@redhat.com>
35
36         * breakpoint.c (software_watchpoint_add_no_memory_location)
37         (is_no_memory_software_watchpoint): New functions.
38         (update_watchpoint): Use
39         software_watchpoint_add_memoryless_location.
40         (breakpoint_address_bits): Use is_no_memory_software_watchpoint.
41
42 2015-11-19  Simon Marchi  <simon.marchi@ericsson.com>
43             Pedro Alves  <palves@redhat.com>
44
45         * s390-linux-tdep.c (s390_canonicalize_syscall): Add casts and
46         intermediate 'int' variable.
47
48 2015-11-19  Pedro Alves  <palves@redhat.com>
49
50         * linux-thread-db.c (try_thread_db_load_1): Add cast.
51
52 2015-11-19  Pedro Alves  <palves@redhat.com>
53
54         * remote.c (remote_unpush_target): Use
55         pop_all_targets_at_and_above instead of pop_all_targets_above.
56         * target.c (unpush_target_and_assert): New function, factored out
57         from ...
58         (pop_all_targets_above): ... here.
59         (pop_all_targets_at_and_above): New function.
60         * target.h (pop_all_targets_at_and_above): Declare.
61
62 2015-11-18  Simon Marchi  <simon.marchi@ericsson.com>
63
64         * valops.c (value_string): Constify 'ptr' parameter.
65         * value.h (value_string): Constify 'ptr' parameter.
66
67 2015-11-18  Simon Marchi  <simon.marchi@ericsson.com>
68             Pedro Alves  <palves@redhat.com>
69
70         * break-catch-sig.c (signal_catchpoint_print_one): Add cast.
71         * c-exp.y (parse_string_or_char, yylex): Add casts.
72         * c-lang.c (evaluate_subexp_c): Add casts.
73         * d-exp.y (parse_string_or_char, yylex): Add casts.
74         * go-exp.y (parse_string_or_char, build_packaged_name): Add casts.
75         * p-valprint.c (pascal_object_print_value_fields): Add casts.
76         * valprint.c (generic_emit_char, generic_printstr): Add casts.
77
78 2015-11-18  Simon Marchi  <simon.marchi@ericsson.com>
79
80         * valops.c (value_cstring): Constify 'ptr' parameter.
81         * value.h (value_cstring): Constify 'ptr' parameter.
82
83 2015-11-18  Yao Qi  <yao.qi@linaro.org>
84
85         * aarch64-tdep.c (pass_in_v): Add argument len.  Add local array
86         reg.  Callers updated.
87
88 2015-11-17  Yao Qi  <yao.qi@linaro.org>
89
90         * infrun.c (resume): Check control.trap_expected only
91         when deciding the set of threads to resume.
92
93 2015-11-17  Pedro Alves  <palves@redhat.com>
94
95         * cp-namespace.c (cp_lookup_bare_symbol)
96         (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
97         (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
98         (cp_lookup_nested_symbol): Use null_block_symbol.
99         * d-namespace.c (d_lookup_symbol, d_lookup_nested_symbol)
100         (d_lookup_symbol_imports, d_lookup_symbol_module): Use
101         null_block_symbol.
102         * symtab.c (null_block_symbol): New global.
103         * symtab.h (null_block_symbol): Declare.
104
105 2015-11-17  Pedro Alves  <palves@redhat.com>
106
107         * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
108         (GDB_XCPT_RAW_TRY, GDB_XCPT): Define.
109         Replace __cplusplus checks with GDB_XCPT checks throughout.
110         * common/common-exceptions.c: Replace __cplusplus checks with
111         GDB_XCPT checks throughout.
112
113 2015-11-17  Pedro Alves  <palves@redhat.com>
114
115         * common/common-defs.h (ATTRIBUTE_PRINTF): Redefine in terms of
116         _GL_ATTRIBUTE_FORMAT_PRINTF after including ansidecl.h.
117
118 2015-11-17  Pedro Alves  <palves@redhat.com>
119
120         * common/common-defs.h (__STDC_CONSTANT_MACROS)
121         (__STDC_LIMIT_MACROS): Define before including stdint.h.
122
123 2015-11-17  Pedro Alves  <palves@redhat.com>
124
125         * windows-nat.c (handle_exception): Return 0 for first chance
126         exceptions.
127         (get_windows_debug_event): Adjust.
128
129 2015-11-17  Pedro Alves  <palves@redhat.com>
130
131         * windows-nat.c (xslate): Use GDB_SIGNAL_UNKNOWN instead of -1 as
132         signal number for terminator.
133
134 2015-11-17  Pedro Alves  <palves@redhat.com>
135
136         * ser-tcp.c (net_open) : Cast getsockopt argument to char *
137         instead of void *.  Update comment.
138         (net_read_prim): Cast recv argument to char * instead of void *.
139         (net_write_prim): Cast send argument to char *.  Add comment.
140
141 2015-11-17  Pedro Alves  <palves@redhat.com>
142
143         * win32-i386-low.c (update_debug_registers_callback)
144         (win32_get_current_dr): Add cast.
145         * win32-low.c (thread_rec, delete_thread_info)
146         (continue_one_thread): Add casts.
147         (strwinerror): Cast FormatMessage argument to LPTSTR instead of
148         LPVOID.
149         (win32_create_inferior, suspend_one_thread): Add casts.
150
151 2015-11-17  Pedro Alves  <palves@redhat.com>
152
153         * windows-nat.c (AdjustTokenPrivileges_ftype)
154         (DebugActiveProcessStop_ftype, DebugBreakProcess_ftype)
155         (DebugSetProcessKillOnExit_ftype, EnumProcessModules_ftype)
156         (GetCurrentConsoleFont_ftype, GetModuleInformation_ftype)
157         (LookupPrivilegeValueA_ftype, OpenProcessToken_ftype)
158         (GetConsoleFontSize_ftype): New typedefs.
159         (AdjustTokenPrivileges, DebugActiveProcessStop)
160         (DebugBreakProcess, DebugSetProcessKillOnExit, EnumProcessModules)
161         (GetConsoleFontSize, GetCurrentConsoleFont, GetModuleInformation)
162         (LookupPrivilegeValueA, OpenProcessToken, GetConsoleFontSize):
163         Adjust.
164         (GetModuleFileNameEx_ftype): New typedef.
165         (GetModuleFileNameEx): Use it.
166         (_initialize_loadable): Define GPA macro and use it.
167
168 2015-11-17  Pedro Alves  <palves@redhat.com>
169
170         * gdb-dlfcn.c (gdb_dlsym, gdb_dlclose) [__MINGW32__]: Add casts to
171         HMODULE.
172
173 2015-11-17  Pedro Alves  <palves@redhat.com>
174
175         * exec.c (exec_file_attach, symfile_bfd_open) [__GO32__ || _WIN32
176         || __CYGWIN__]: Add casts.
177         * utils.c (gdb_filename_fnmatch): Add cast.
178         * windows-nat.c (windows_create_inferior): Add cast.
179
180 2015-11-17  Pedro Alves  <palves@redhat.com>
181
182         * ser-mingw.c (CancelIo_ftype): New typedef.
183         (CancelIo): Use CancelIo_ftype.
184         (ser_windows_close, ser_windows_wait_handle)
185         (ser_windows_read_prim, stop_select_thread)
186         (console_select_thread, pipe_select_thread, file_select_thread)
187         (ser_console_wait_handle, ser_console_done_wait_handle)
188         (ser_console_close, cleanup_pipe_state, pipe_windows_close)
189         (pipe_windows_write, pipe_wait_handle, pipe_done_wait_handle)
190         (net_windows_socket_check_pending, net_windows_select_thread)
191         (net_windows_wait_handle, net_windows_done_wait_handle)
192         (net_windows_close): Add casts.
193         (_initialize_ser_windows): Cast to CancelIo_ftype* instead of
194         void*.
195
196 2015-11-17  Simon Marchi  <simon.marchi@ericsson.com>
197
198         * c-exp.y (exp): Adjust, change enum c_string_type to
199         c_string_type.
200         (parse_string_or_char): Likewise.
201         * c-lang.c (charset_for_string_type): Likewise.
202         (classify_type): Likewise.
203         (c_printchar): Likewise.
204         (c_printstr): Likewise.
205         (evaluate_subexp_c): Likewise.  And change cast to enum
206         c_string_type_values.
207         * c-lang.h: Include "common/enum_flags.h".
208         (enum c_string_type): Rename to...
209         (enum c_string_type_values): ...this.
210         (c_string_type): Define new enum flags type.
211
212 2015-11-17  Pedro Alves  <palves@redhat.com>
213
214         * btrace.h: Include common/enum-flags.h.
215         (btrace_insn_flags): Define.
216         (struct btrace_insn) <flags>: Change type.
217         (btrace_function_flags): Define.
218         (struct btrace_function) <flags>: Change type.
219         (btrace_thread_flags): Define.
220         (struct btrace_thread_info) <flags>: Change type.
221         * c-exp.y (token_flags): Rename to ...
222         (token_flag): ... this.
223         (token_flags): Define.
224         (struct token) <flags>: Change type.
225         * common/enum-flags.h: New file.
226         * compile/compile-c-types.c (convert_qualified): Change type of
227         'quals' local.
228         * compile/compile-internal.h: Include "common/enum-flags.h".
229         (gcc_qualifiers_flags): Define.
230         * completer.c (enum reg_completer_targets): Rename to ...
231         (enum reg_completer_target): ... this.
232         (reg_completer_targets): Define.
233         (reg_or_group_completer_1): Change type of 'targets' parameter.
234         * disasm.c (do_mixed_source_and_assembly_deprecated): Change type
235         of 'psl_flags' local.
236         (do_mixed_source_and_assembly): Change type of 'psl_flags' local.
237         * infrun.c: Include "common/enum-flags.h".
238         (enum step_over_what): Rename to ...
239         (enum step_over_what_flag): ... this.
240         (step_over_what): Change type.
241         (start_step_over): Change type of 'step_what' local.
242         (thread_still_needs_step_over): Now returns a step_over_what.
243         Adjust.
244         (keep_going_pass_signal): Change type of 'step_what' local.
245         * linux-tdep.c: Include "common/enum-flags.h".
246         (enum filterflags): Rename to ...
247         (enum filter_flag): ... this.
248         (filter_flags): Define.
249         (dump_mapping_p): Change type of 'filterflags' parameter.
250         (linux_find_memory_regions_full): Change type of 'filterflags'
251         local.
252         (linux_find_memory_regions_full): Pass the address of an unsigned
253         int to sscanf instead of the address of an enum.
254         * record-btrace.c (btrace_print_lines): Change type of local
255         'psl_flags'.
256         (btrace_call_history): Replace 'flags' parameter
257         with 'int_flags' parameter.  Adjust.
258         (record_btrace_call_history, record_btrace_call_history_range)
259         (record_btrace_call_history_from): Rename 'flags' parameter to
260         'int_flags'.  Use record_print_flags.
261         * record.h: Include "common/enum-flags.h".
262         (record_print_flags): Define.
263         * source.c: Include "common/enum-flags.h".
264         (print_source_lines_base, print_source_lines): Change type of
265         flags parameter.
266         * symtab.h: Include "common/enum-flags.h".
267         (enum print_source_lines_flags): Rename to ...
268         (enum print_source_lines_flag): ... this.
269         (print_source_lines_flags): Define.
270         (print_source_lines): Change prototype.
271
272 2015-11-17  Pedro Alves  <palves@redhat.com>
273
274         * guile/scm-disasm.c (gdbscm_disasm_read_memory): Return -1 on
275         error instead of TARGET_XFER_E_IO.
276         (gdbscm_disasm_memory_error): Always pass TARGET_XFER_E_IO to
277         memory_error.
278
279 2015-11-17  Dominik Vogt  <vogt@linux.vnet.ibm.com>
280
281         * hppa-tdep.c (hppa_sign_extend, hppa_low_hppa_sign_extend)
282         (prologue_inst_adjust_sp, hppa_frame_cache): Fix left shift of negative
283         value.
284         * dwarf2read.c (read_subrange_type): Likewise.
285
286 2015-11-16  Yao Qi  <yao.qi@linaro.org>
287
288         * aarch64-tdep.c (aarch64_extract_return_value):  Change array
289         buf's length to V_REGISTER_SIZE.
290
291 2015-11-16  Yao Qi  <yao.qi@linaro.org>
292
293         * aarch64-tdep.c (pass_in_x_or_stack): Change argument type
294         from bfd_byte * to value *.  Caller updated.
295         (pass_in_x): Likewise.
296         (pass_in_v_or_stack): Likewise.
297         (pass_on_stack): Likewise.
298
299 2015-11-16  Yao Qi  <yao.qi@linaro.org>
300
301         * aarch64-tdep.c (aarch64_push_dummy_call): Call value_contents
302         instead of value_contents_writeable.
303         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
304
305 2015-11-16  Yao Qi  <yao.qi@linaro.org>
306
307         * arm-tdep.c (arm_push_dummy_call): New array buf.  Store regval
308         to buf.  Pass buf instead of val to push_stack_item.
309
310 2015-11-13  Yao Qi  <yao.qi@linaro.org>
311
312         PR tdep/19051
313         * arm-tdep.c (arm_type_align): Return the right alignment
314         value for vector.
315         (arm_vfp_cprc_sub_candidate): Return true for 64-bit and
316         128-bit vector types.
317         (arm_return_in_memory): Handel vector type.
318
319 2015-11-13  Yao Qi  <yao.qi@linaro.org>
320
321         * arm-tdep.c (arm_return_in_memory): Rewrite it.
322         (arm_return_value): Call arm_return_in_memory for
323         TYPE_CODE_COMPLEX.
324
325 2015-11-12  Yao Qi  <yao.qi@linaro.org>
326
327         * arm-tdep.c (push_stack_item): Change contents type to
328         const gdb_byte *.
329
330 2015-11-11  Simon Marchi  <simon.marchi@ericsson.com>
331
332         * inf-ptrace.c (inf_ptrace_fetch_register): Change long int *
333         cast to PTRACE_TYPE_RET *.
334         (inf_ptrace_store_register): Likewise.
335
336 2015-11-11  Andrew Burgess  <andrew.burgess@embecosm.com>
337
338         * avr-tdep.c (_initialize_avr_tdep): Switch to 'add_info' for creating
339         info sub-commands.
340         * gnu-nat.c (add_task_commands): Likewise.
341         * macrocmd.c (_initialize_macrocmd): Likewise.
342
343 2015-11-11  Andrew Burgess  <andrew.burgess@embecosm.com>
344
345         * cli/cli-decode.c (add_info): Switch to class_info.
346
347 2015-11-09  Joel Brobecker  <brobecker@adacore.com>
348
349         * ada-lang.c (ada_is_wrapper_field): Add special handling
350         for fields called "RETVAL".
351
352 2015-11-09  Yao Qi  <yao.qi@linaro.org>
353
354         * arm-tdep.c (arm_exidx_new_objfile): Use
355         ELF_STRING_ARM_unwind.
356
357 2015-11-09  Yao Qi  <yao.qi@linaro.org>
358
359         * infrun.c (displaced_step_in_progress_thread): New function.
360         (handle_inferior_event_1): Call it.
361
362 2015-11-05  Yao Qi  <yao.qi@linaro.org>
363
364         * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Call
365         aarch64_decode_insn and decode instruction by aarch64_inst.
366
367 2015-11-05  Yao Qi  <yao.qi@linaro.org>
368
369         * aarch64-tdep.c (extract_signed_bitfield): Remove.
370         (decode_masked_match): Remove.
371         (aarch64_decode_add_sub_imm): Remove.
372         (aarch64_decode_br): Remove.
373         (aarch64_decode_eret): Remove.
374         (aarch64_decode_movz): Remove.
375         (aarch64_decode_orr_shifted_register_x): Remove.
376         (aarch64_decode_ret): Remove.
377         (aarch64_decode_stp_offset): Remove.
378         (aarch64_decode_stur): Remove.
379         (aarch64_analyze_prologue): Call aarch64_decode_insn
380         and use aarch64_inst to decode instructions.
381
382 2015-11-05  Yao Qi  <yao.qi@linaro.org>
383
384         * aarch64-tdep.c (aarch64_decode_stp_offset): New argument
385         wback.
386         (aarch64_decode_stp_offset_wb): Removed.
387         (aarch64_analyze_prologue): Don't use
388         aarch64_decode_stp_offset_wb.
389
390 2015-11-04  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
391
392         PR/18376
393         * gdb/s390-linux-tdep.c (s390_is_partial_instruction): New function.
394         (s390_software_single_step): New function.
395         (s390_displaced_step_hw_singlestep): New function.
396         (s390_gdbarch_init): Fill gdbarch slots with the above.
397
398 2015-11-04  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
399
400         PR/18376
401         * gdb/configure.tgt: Add linux-record.o to s390*-linux.
402         * gdb/s390-linux-tdep.c: #include "linux-record.h", "record-full.h"
403         (s390_linux_record_tdep): New static global variable.
404         (s390x_linux_record_tdep): New static global variable.
405         (s390_all_but_pc_registers_record): New function.
406         (s390_canonicalize_syscall): New function.
407         (s390_linux_syscall_record): New function.
408         (s390_linux_record_signal): New function.
409         (s390_record_calc_disp_common): New function.
410         (s390_record_calc_disp): New function.
411         (s390_record_calc_disp_vsce): New function.
412         (s390_record_calc_rl): New function.
413         (s390_record_gpr_g): New function.
414         (s390_record_gpr_h): New function.
415         (s390_record_vr): New function.
416         (s390_process_record): New function.
417         (s390_init_linux_record_tdep): New function.
418         (s390_gdbarch_init): Fill record function slots.
419
420 2015-11-04  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
421
422         * record-full.c (record_full_exec_insn): Use xmalloc for temporary
423         memory storage.
424
425 2015-11-04  Markus Metzger  <markus.t.metzger@intel.com>
426
427         * record.c (get_insn_history_modifiers): Set DISASSEMBLY_SOURCE
428         instead of DISASSEMBLY_SOURCE_DEPRECATED.  Also accept /s.
429         (_initialize_record): Document the /s modifier.
430         * NEWS: Announce record instruction-history's new /s modifier.
431
432 2015-11-04  Markus Metzger  <markus.t.metzger@intel.com>
433
434         * record-btrace.c (struct btrace_line_range): New.
435         (btrace_mk_line_range, btrace_line_range_add)
436         (btrace_line_range_is_empty, btrace_line_range_contains_range)
437         (btrace_find_line_range, btrace_print_lines): New.
438         (btrace_insn_history): Add source interleaving algorithm.
439
440 2015-11-04  Markus Metzger  <markus.t.metzger@intel.com>
441
442         * disasm.h (DISASSEMBLY_SPECULATION): New.
443         (struct disasm_insn): New.
444         (gdb_pretty_print_insn): New.
445         * disasm.c (gdb_pretty_print_insn): Replace parameter PC with INSN.
446         Update users.  Print instruction number and indicate speculative
447         execution, if requested.
448
449 2015-11-04  Markus Metzger  <markus.t.metzger@intel.com>
450
451         * disasm.c (dump_insns): Split into this and ...
452         (gdb_pretty_print_insn): ... this.
453
454 2015-11-03  Simon Marchi  <simon.marchi@polymtl.ca>
455
456         * xtensa-linux-nat.c (supply_gregset_reg): Make static.
457         (xtensa_linux_fetch_inferior_registers): Likewise.
458         (xtensa_linux_store_inferior_registers): Likewise.
459
460 2015-11-03  Simon Marchi  <simon.marchi@polymtl.ca>
461
462         * arm-linux-nat.c (arm_linux_read_description): Add cast.
463
464 2015-11-03  Simon Marchi  <simon.marchi@polymtl.ca>
465
466         * ppc-linux-nat.c (ppc_linux_insert_mask_watchpoint): Change
467         type of rw to enum target_hw_bp_type.
468         (ppc_linux_remove_mask_watchpoint): Likewise.
469         * target.c (target_insert_mask_watchpoint): Likewise.
470         (target_remove_mask_watchpoint): Likewise.
471         * target.h (target_insert_mask_watchpoint): Likewise.
472         (target_remove_mask_watchpoint): Likewise.
473         (struct target_ops) <to_insert_mask_watchpoint>: Likewise.
474         (struct target_ops) <to_remove_mask_watchpoint>: Likewise.
475         * target-delegates.c: Regenerate.
476
477 2015-11-03  Simon Marchi  <simon.marchi@polymtl.ca>
478
479         * remote-sim.c (check_for_duplicate_sim_descriptor): Add casts.
480         (get_sim_inferior_data): Likewise.
481         (sim_inferior_data_cleanup): Likewise.
482         (gdbsim_close_inferior): Likewise.
483         (gdbsim_resume_inferior): Likewise.
484         (gdbsim_wait): Likewise.
485         (simulator_command): Likewise.
486         (sim_command_completer): Likewise.
487
488 2015-11-03  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
489
490         * MAINTAINERS (Write After Approval): Add Marcin KoÅ›cielnicki.
491
492 2015-10-30  Pedro Alves  <palves@redhat.com>
493
494         * breakpoint.c (breakpoint_in_range_p)
495         (breakpoint_location_address_range_overlap): New functions.
496         * breakpoint.h (breakpoint_in_range_p): New declaration.
497         * infrun.c (displaced_step_prepare_throw): If there's a breakpoint
498         in the scratch pad range, don't displaced step.
499
500 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
501
502         * amd64-linux-tdep.c (amd64_x32_linux_init_abi): Fix size_msghdr,
503         size_stack_t, size_size_t, size_iovec.
504
505 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
506
507         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Fix size_termios.
508         * amd64-linux-tdep.c (amd64_linux_init_abi): Fix size_termios.
509         (amd64_x32_linux_init_abi): Fix size_termios.
510
511 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
512
513         * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Fix TASK_COMM_LEN.
514
515 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
516
517         * linux-record.c (record_linux_system_call): Fix old_select.
518
519 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
520
521         * linux-record.c (record_linux_system_call): Fix newstatat.
522
523 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
524
525         * linux-record.c (record_linux_system_call): Fix [gs]etgroups16.
526
527 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
528
529         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Add size_time_t.
530         * amd64-linux-tdep.c (amd64_linux_init_abi): Add size_time_t.
531         (amd64_x32_linux_init_abi): Add size_time_t.
532         * arm-linux-tdep.c (arm_linux_init_abi): Add size_time_t.
533         * i386-linux-tdep.c (i386_linux_init_abi): Add size_time_t.
534         * linux-record.c (record_linux_system_call): Add time, waitpid, pipe
535         handling.
536         * linux-record.h (struct linux_record_tdep): Add size_time_t.
537         * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Add size_time_t.
538
539 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
540
541         * linux-record.c (record_linux_msghdr): Fix msg_namelen handling.
542
543 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
544
545         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Remove
546         size_dirent{,64}, add size_old_dirent.
547         * amd64-linux-tdep.c (amd64_linux_init_abi): Remove size_dirent{,64},
548         add size_old_dirent.
549         (amd64_x32_linux_init_abi): Remove size_dirent{,64}, add
550         size_old_dirent.
551         * arm-linux-tdep.c (arm_linux_init_abi): Remove size_dirent{,64},
552         add size_old_dirent.
553         * i386-linux-tdep.c (i386_linux_init_abi): Remove size_dirent{,64},
554         add size_old_dirent.
555         * linux-record.c (record_linux_system_call): Fix handling of readdir
556         and getdents{,64}.
557         * linux-record.h (struct linux_record_tdep): Remove size_dirent{,64},
558         add size_old_dirent.
559         * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Remove
560         size_dirent{,64}, add size_old_dirent.
561
562 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
563
564         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Fix size_sigaction,
565         size_sigset_t, size_old_sigaction, size_old_sigset_t.
566         * amd64-linux-tdep.c (amd64_linux_init_abi): Fix size_sigaction,
567         size_sigset_t, size_old_sigaction, size_old_sigset_t.
568         (amd64_x32_linux_init_abi): Fix size_sigaction, size_sigset_t,
569         size_old_sigaction, size_old_sigset_t.
570         * arm-linux-tdep.c (arm_linux_init_abi): Fix size_sigaction,
571         size_old_sigaction, size_old_sigset_t.
572         * i386-linux-tdep.c (i386_linux_init_abi): Fix size_sigaction,
573         size_old_sigaction, size_old_sigset_t.
574         * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Fix size_sigaction,
575         size_sigset_t, size_old_sigaction, size_old_sigset_t.
576
577 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
578
579         * arm-linux-tdep.c (arm_linux_init_abi): Fix size_[ug]id.
580         * i386-linux-tdep.c (i386_linux_init_abi): Fix size_[ug]id.
581
582 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
583
584         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Remove size_siginfo.
585         * amd64-linux-tdep.c (amd64_linux_init_abi): Remove size_siginfo.
586         (amd64_x32_linux_init_abi): Remove size_siginfo.
587         * arm-linux-tdep.c (arm_linux_init_abi): Remove size_siginfo.
588         * i386-linux-tdep.c (i386_linux_init_abi): Remove size_siginfo.
589         * linux-record.c (record_linux_system_call): Change size_siginfo
590         to size_siginfo_t.
591         * linux-record.h (struct linux_record_tdep): Remove size_siginfo.
592         * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Remove size_siginfo.
593
594 2015-10-29  Pedro Alves  <palves@redhat.com>
595
596         * mdebugread.c (add_data_symbol): New function, factored out from
597         ...
598         (parse_symbol): ... here.  Delete 'theclass' local.
599
600 2015-10-29  Simon Marchi  <simon.marchi@polymtl.ca>
601
602         * jit.c (jit_target_read_impl): Add cast.
603
604 2015-10-29  Simon Marchi  <simon.marchi@polymtl.ca>
605
606         * jit.c (jit_reader_load): Add cast.
607
608 2015-10-29  Simon Marchi  <simon.marchi@polymtl.ca>
609
610         * dwarf2read.c (partial_die_full_name): Add cast.
611
612 2015-10-29  Pedro Alves  <palves@redhat.com>
613
614         * common/vec.h (DEF_VEC_FUNC_P) [iterate]: Cast 0 to type T.
615
616 2015-10-29  Pedro Alves  <palves@redhat.com>
617
618         * guile/scm-frame.c (gdbscm_unwind_stop_reason_string): Add cast.
619
620 2015-10-29  Eli Zaretskii  <eliz@gnu.org>
621
622         * utils.c (init_page_info): Disable paging if INSIDE_EMACS is set
623         in the environment.
624
625 2015-10-29  Pedro Alves  <palves@redhat.com>
626
627         * gnu-v2-abi.c (gnuv2_is_destructor_name)
628         (gnuv2_is_constructor_name): Add casts.
629
630 2015-10-29  Pedro Alves  <palves@redhat.com>
631
632         * common/common-exceptions.c (exception_none): Add cast.
633
634 2015-10-29  Pedro Alves  <palves@redhat.com>
635
636         * compile/compile-c-types.c (struct type_map_instance)
637         <gcc_type>: Rename to gcc_type_handle.
638         (insert_type, convert_type): Adjust.
639
640 2015-10-29  Pedro Alves  <palves@redhat.com>
641
642         * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Don't
643         assume that "break" breaks out of a TRY/CATCH.
644         * python/py-framefilter.c (py_print_single_arg): Don't assume
645         "continue" breaks out of a TRY/CATCH.
646         * python/py-value.c (valpy_binop_throw): New function, factored
647         out from ...
648         (valpy_binop): ... this.
649         (valpy_richcompare_throw): New function, factored
650         out from ...
651         (valpy_richcompare): ... this.
652         * solib.c (solib_read_symbols): Don't assume "break" breaks out
653         of a TRY/CATCH.
654         * common/common-exceptions.h [USE_RAW_CXX_TRY]
655         <TRY/CATCH/END_CATCH>: Define as 1-1 wrappers around try/catch.
656
657 2015-10-28  Simon Dardis  <Simon.Dardis@imgtec.com>
658
659         * mips-linux-tdep.c (mips_linux_in_dynsym_stub): Recognise 'or'
660         as move along with [d]addu.
661
662 2015-10-28  Yao Qi  <yao.qi@linaro.org>
663
664         * aarch64-tdep.c (aarch64_software_single_step): Pass 1 to
665         aarch64_decode_insn.
666
667 2015-10-27  Pedro Alves  <palves@redhat.com>
668
669         * common/print-utils.c (host_address_to_string): Rename to ...
670         (host_address_to_string_1): ... this.
671         * common/print-utils.h (host_address_to_string): Reimplement as
672         wrapper around host_address_to_string_1.
673         * utils.c (gdb_print_host_address): Rename to ...
674         (gdb_print_host_address_1): ... this.
675         * utils.h (gdb_print_host_address): Reimplement as wrapper macro
676         around  host_address_to_string_1.
677
678 2015-10-27  Pedro Alves  <palves@redhat.com>
679
680         * alpha-tdep.c (alpha_read_insn): Always pass TARGET_XFER_E_IO to
681         memory_error.  Rename local 'status' to 'res'.
682         * c-lang.c (c_get_string): Always pass TARGET_XFER_E_IO to
683         memory_error.
684         * corefile.c (read_stack, read_code, write_memory): Always pass
685         TARGET_XFER_E_IO to memory_error.
686         * disasm.c (dis_asm_memory_error): Always pass TARGET_XFER_E_IO to
687         memory_error.  Rename parameter 'status' to 'err'.
688         (dump_insns): Rename local 'status' to 'err'.
689         * mips-tdep.c (mips_fetch_instruction): Rename parameter 'statusp'
690         to 'errp'.  Rename local 'status' to 'err'.  Always pass
691         TARGET_XFER_E_IO to memory_error.
692         (mips_breakpoint_from_pc): Rename local 'status' to 'err'.
693         * target.c (target_read_memory, target_read_raw_memory)
694         (target_read_stack, target_read_code, target_write_memory)
695         (target_write_raw_memory): Return -1 on error instead of
696         TARGET_XFER_E_IO.
697         * valprint.c (val_print_string): Rename local 'errcode' to 'err'.
698         Always pass TARGET_XFER_E_IO to memory_error.  Update comment.
699
700 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
701
702         * guile/guile-internal.h (gdbscm_with_guile): Change return
703         types to const char *.
704         * guile/scm-safe-call.c (gdbscm_with_guile): Likewise.
705         (struct c_data) <func>: Likewise.
706         (struct c_data) <result>: Change type to const char *.
707         (scscm_eval_scheme_string): Change return type to
708         const char *.
709         (scscm_source_scheme_script): Likewise.
710         (gdbscm_safe_eval_string): Change type of result variable to
711         const char * and remove cast.
712         (gdbscm_safe_source_script): Likewise.
713         * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker):
714         Change return type to const char *.
715         (gdbscm_disasm_read_memory): Change type of status to
716         const char *.
717
718 2015-10-27  Pedro Alves  <palves@redhat.com>
719
720         * source.c (openp): New local 'last_errno'.  Use it to
721         save/restore errno.
722
723 2015-10-27  Pedro Alves  <palves@redhat.com>
724
725         * psymtab.c (dump_psymtab_addrmap_1): Add casts.
726
727 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
728
729         * ctf.c (SET_ENUM_FIELD): New macro.
730         (ctf_read_status): Use it.
731         (ctf_read_tp): Use it.
732
733 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
734
735         * guile/scm-breakpoint.c (gdbscm_set_breakpoint_stop_x): Add
736         scm_t_dynwind_flags casts.
737         * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
738         * guile/scm-ports.c (gdbscm_open_memory): Likewise.
739         * guile/scm-value.c (gdbscm_value_to_string): Likewise.
740
741 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
742
743         * ax.h (ax_raw_byte): New declaration.
744         * ax-general.c (ax_raw_byte): New function.
745         (ax_simple): Use ax_raw_byte.
746         * ax-gdb.c (gen_printf): Likewise.
747
748 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
749
750         * ada-lang.h (GROW_VECT): Add cast.
751
752 2015-10-26  Doug Evans  <xdje42@gmail.com>
753
754         * symtab.h (struct general_symbol_info> <ada_mangled>: Update comment.
755
756 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
757
758         * target.c (memory_xfer_partial): Change type of buf to gdb_byte
759         pointer.
760         (simple_search_memory): Cast return of memmem.
761
762 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
763
764         * stap-probe.c (handle_stap_probe): Add (const char *) casts.
765
766 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
767
768         * ctf.c (ctf_xfer_partial): Return TARGET_XFER_E_IO instead of
769         -1 on error.
770
771 2015-10-26  Doug Evans  <dje@google.com>
772
773         PR symtab/17391
774         * dwarf2-frame.c (dwarf2_restore_rule): Call dwarf_reg_to_regnum
775         instead of gdbarch_dwarf2_reg_to_regnum.
776         (dwarf2_frame_cache): Ditto.
777         (read_addr_from_reg): Call dwarf_reg_to_regnum_or_error instead of
778         gdbarch_dwarf2_reg_to_regnum.
779         (get_reg_value): Ditto.
780         (dwarf2_fetch_cfa_info): Ditto.
781         (dwarf2_frame_prev_register): Ditto.
782         * dwarf2loc.c: #include "complaints.h".
783         (dwarf_expr_read_addr_from_reg): Call dwarf_reg_to_regnum_or_error
784         instead of gdbarch_dwarf2_reg_to_regnum.
785         (dwarf_expr_get_reg_value): Ditto.
786         (read_pieced_value): Ditto.
787         (write_pieced_value): Ditto.
788         (dwarf2_evaluate_loc_desc_full): Ditto.
789         (dwarf_reg_to_regnum): New function.
790         (throw_bad_regnum_error): New function.
791         (dwarf_reg_to_regnum_or_error): Renamed from
792         dwarf2_reg_to_regnum_or_errorChange to take a ULONGEST regnum.
793         All callers updated.  Call throw_bad_regnum_error.
794         (locexpr_regname): Improve text of bad register number.
795         * dwarf2loc.h (dwarf_reg_to_regnum): Declare.
796         (dwarf_reg_to_regnum_or_error): Update prototype.
797         * dwarf2expr.c: #include "dwarf2loc.h".
798         (dwarf_block_to_sp_offset): Call dwarf_reg_to_regnum instead of
799         gdbarch_dwarf2_reg_to_regnum.
800         * gdbarch.sh (dwarf2_reg_to_regnum): Add comment.
801         * gdbarch.h: Regenerate.
802         * amd64-tdep.c (amd64_dwarf_reg_to_regnum): Remove warning for bad
803         register.
804         * avr-tdep.c (avr_dwarf_reg_to_regnum): Ditto.
805         * cris-tdep.c (cris_dwarf2_reg_to_regnum): Ditto.
806         * bfin-tdep.c (bfin_reg_to_regnum): Fix error checking.
807         * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum): Improve error checking.
808         Remove warning for bad register.
809         * hppa-tdep.c (hppa64_dwarf_reg_to_regnum): Ditto.
810         * i386-tdep.c (i386_svr4_dwarf_reg_to_regnum): Renamed from
811         i386_svr4_reg_to_regnum.  Return -1 for bad registers.
812         (i386_svr4_reg_to_regnum): New function.
813         (i386_gdbarch_init): Update call to set_gdbarch_dwarf2_reg_to_regnum.
814         * microblaze-tdep.c (microblaze_dwarf2_reg_to_regnum): Don't assert
815         on bad registers, return -1.
816         * msp430-tdep.c (msp430_dwarf2_reg_to_regnum): Improve error checking.
817         Remove warning for bad register.
818         * nios2-tdep.c: Add static assert for NIOS2_NUM_REGS.
819         (nios2_dwarf_reg_to_regnum): Fix off-by-one error.
820         Remove warning for bad register.  Return -1 for bad register.
821         * rl78-tdep.c (rl78_dwarf_reg_to_regnum): Don't flag an internal error
822         for bad register, return -1.
823         * rx-tdep.c (rx_dwarf_reg_to_regnum): Ditto.
824         * m68k-tdep.c (m68k_dwarf_reg_to_regnum): Fix error result.
825         * mep-tdep.c (mep_debug_reg_to_regnum): Ditto.
826         * mips-tdep.c (mips_stab_reg_to_regnum): Ditto.
827         (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
828         * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Remove warning
829         for bad regs.
830         * xtensa-tdep.c (xtensa_reg_to_regnum): Remove internal error for
831         bad regs.  Fix error result.
832         * stabsread.c (stab_reg_to_regnum): Watch for negative regno.
833         (reg_value_complaint): Update complaint text.
834         * mdebugread.c (reg_value_complaint): New function.
835         (mdebug_reg_to_regnum): Rewrite to watch for bad reg numbers.
836
837 2015-10-26  Doug Evans  <dje@google.com>
838
839         PR python/18938
840         * cli/cli-cmds (source_script_fron_sctream): New arg file_to_open.
841         All callers updated.
842
843 2015-10-26  Doug Evans  <dje@google.com>
844
845         * psymtab.c (struct dump_psymtab_addrmap_data): Define.
846         (dump_psymtab_addrmap_1, dump_psymtab_addrmap): New functions.
847         (maintenance_print_psymbols): Print address map.
848
849 2015-10-26  Doug Evans  <dje@google.com>
850
851         * nat/linux-nat.h (__SIGRTMIN): Move here from gdbserver/linux-low.c.
852
853 2015-10-26  Doug Evans  <dje@google.com>
854
855         * common/gdb_wait.h (W_STOPCODE): Define, moved here from
856         gdbserver/linux-low.c.
857         (WSETSTOP): Simplify.
858
859 2015-10-26  Doug Evans  <dje@google.com>
860
861         * linux-thread-db.c (find_new_threads_callback): Ditto.
862         (thread_db_pid_to_str): Ditto.
863
864 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
865
866         * guile/scm-ports.c (ioscm_make_gdb_stdio_port): Do not pass a
867         local char array to scm_mode_bits, use a cast instead.
868
869 2015-10-26  Simon Marchi  <simon.marchi@ericsson.com>
870
871         * tui/tui-data.c (tui_alloc_content): Don't check xmalloc
872         result.  Change type of element_block_ptr.  Change allocation to
873         use XNEWVEC.
874
875 2015-10-26  Luis Machado  <lgustavo@codesourcery.com>
876
877         * record-full.c (record_full_message_wrapper_safe): Pass empty string to
878         catch_errors call instead of NULL.
879
880 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
881
882         * guile/scm-ports.c (ioscm_make_gdb_stdio_port): Pass non-const
883         char pointer to scm_mode_bits.
884
885 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
886
887         * symtab.c (default_make_symbol_completion_list_break_on_1): Add
888         cast.
889
890 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
891
892         * guile/scm-ports.c (gdbscm_memory_port_write): Declare new
893         "data" local variable and use it.
894
895 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
896
897         * guile/scm-symbol.c (gdbscm_lookup_global_symbol): Add
898         domain_enum cast.
899         (gdbscm_lookup_symbol): Likewise.
900
901 2015-10-25  Iain Buclaw  <ibuclaw@gdcproject.org>
902
903         * d-exp.y: Remove an obsolete comment and propagate the block
904         information to the produced expression.
905
906 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
907
908         * tui/tui-data.c (tui_add_to_source_windows): Remove void *
909         cast.
910         (tui_add_content_elements): Likewise.
911
912 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
913
914         * cli/cli-setshow.c (do_set_command): Constify p.
915
916 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
917
918         * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Replace
919         (void *) cast with (gdb_byte *).
920
921 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
922
923         * proc-service.c (ps_pdread): Add cast.
924
925 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
926
927         * sparc64-tdep.c (sparc64_store_arguments): Split assignment of
928         valbuf.
929
930 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
931
932         * ia64-tdep.c (ia64_pseudo_register_write): Remove cast.
933         (ia64_push_dummy_call): Remove cast and change type of "to" to
934         array of gdb_byte.
935
936 2015-10-23  Simon Marchi  <simon.marchi@polymtl.ca>
937
938         * linux-btrace.c (linux_enable_pt): Add cast to mmap return.
939
940 2015-10-23  Simon Marchi  <simon.marchi@ericsson.com>
941
942         * observer.h (observer_${event}_notification_stub): Add cast.
943
944 2015-10-23  Yao Qi  <yao.qi@linaro.org>
945
946         * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Set
947         dsd.insn_count to zero.
948
949 2015-10-22  Pedro Alves  <palves@redhat.com>
950
951         * infrun.c (stop_after_trap): Delete.
952         (clear_proceed_status, handle_signal_stop, struct
953         infcall_control_state, save_infcall_control_state)
954         (restore_infcall_control_state): Remove references to
955         stop_after_trap.
956
957 2015-10-22  Simon Marchi  <simon.marchi@ericsson.com>
958
959         * python/python.c (_initialize_python): Add cast.
960
961 2015-10-22  Simon Marchi  <simon.marchi@ericsson.com>
962
963         * nto-tdep.c (nto_inferior_data): Add cast.
964
965 2015-10-22  Pedro Alves  <palves@redhat.com>
966
967         * windows-nat.c (do_initial_windows_stuff): Rewrite loop using
968         windows_wait and windows_resume directly instead of
969         wait_for_inferior and resume.
970
971 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
972
973         * xtensa-tdep.h (XTREG): Add casts.
974         (XTREG_END): Likewise.
975
976 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
977
978         * solib-spu.c (spu_bfd_iovec_pread): Add (gdb_byte *) cast.
979
980 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
981
982         * rs6000-tdep.c (variants): Add (enum bfd_architecture) cast.
983
984 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
985
986         * mips-linux-tdep.c (mips64_linux_get_longjmp_target): Change type of
987         buf to gdb_byte*.
988         (supply_32bit_reg): Add cast.
989         (mips64_fill_gregset): Likewise.
990
991 2015-10-21  Simon Marchi  <simon.marchi@polymtl.ca>
992
993         PR python/18073
994         * python/py-type.c (typy_get_composite): Allow returning a
995         function type.
996
997 2015-10-21  Keven Boell  <keven.boell@intel.com>
998
999         * dwarf2read.c (set_die_type): Add read of
1000         DW_AT_allocated and DW_AT_associated.
1001         * f-typeprint.c: New include of typeprint.h
1002         (f_print_type): Add check for allocated/associated
1003         status of type.
1004         (f_type_print_varspec_suffix): Add check for
1005         * gdbtypes.c (create_array_type_with_stride):
1006         Add check for valid data location of type in
1007         case allocated or associated attributes are set.
1008         Length of an array should be only calculated if
1009         allocated or associated is resolved as true.
1010         (is_dynamic_type_internal): Add check for allocated/
1011         associated.
1012         (resolve_dynamic_array): Evaluate allocated/associated
1013         properties.
1014         * gdbtypes.h (enum dynamic_prop_node_kind): <DYN_PROP_ALLOCATED>
1015         <DYN_PROP_ASSOCIATED>: New enums.
1016         (TYPE_ALLOCATED_PROP, TYPE_ASSOCIATED_PROP): New macros.
1017         (type_not_allocated): New function.
1018         (type_not_associated): New function.
1019         * valarith.c (value_subscripted_rvalue): Add check for
1020         allocated/associated.
1021         * valprint.c: New include of typeprint.h.
1022         (valprint_check_validity): Add check for allocated/associated.
1023         (value_check_printable): Add check for allocated/
1024         associated.
1025         * typeprint.h (val_print_not_allocated): New function.
1026         (val_print_not_associated): New function.
1027         * typeprint.c (val_print_not_allocated): New function.
1028         (val_print_not_associated): New function.
1029
1030 2015-10-21  Antoine Tremblay  <antoine.tremblay@ericsson.com>
1031
1032         * Makefile.in: Add arm.c/o.
1033         * arch/arm.c: New file.
1034         * arch/arm.h: (IS_THUMB_ADDR): Move macro from arm-tdep.c.
1035         (MAKE_THUMB_ADDR): Likewise.
1036         (UNMAKE_THUMB_ADDR): Likewise.
1037         * arm-tdep.c (int thumb_insn_size): Move to arm.c.
1038         (IS_THUMB_ADDR): Move to arm.h.
1039         (MAKE_THUMB_ADDR): Likewise.
1040         (UNMAKE_THUMB_ADDR): Likewise.
1041         * configure.tgt: Add arm.o to all ARM configs.
1042
1043 2015-10-21  Yao Qi  <yao.qi@linaro.org>
1044
1045         * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1046         Remove argument exp_vCont_s.
1047         * gdb.base/range-stepping.exp: Callers updated.
1048         * gdb.trace/range-stepping.exp: Likewise.
1049
1050 2015-10-21  Aleksandar Ristovski  <aristovski@qnx.com>
1051
1052         * gdb/nto-tdep.c (QNX_NOTE_NAME, QNX_INFO_SECT_NAME): New defines.
1053         (nto_sniff_abi_note_section): New function.
1054         (nto_elf_osabi_sniffer): Use new function to recognize nto specific
1055         binary.
1056
1057 2015-10-21  Aleksandar Ristovski  <aristovski@qnx.com>
1058
1059         * nto-procfs.c (procfs_wait): Set stopped_flags nad stopped_pc.
1060         (procfs_stopped_by_watchpoint): Use flags stored in inferior data.
1061         * nto-tdep.c (nto_new_inferior_data_reg): New definition.
1062         (nto_new_inferior_data, nto_inferior_data_cleanup, nto_inferior_data):
1063         New functions.
1064         (_initialize_nto_tdep): New forward declaration, new function.
1065         * nto-tdep.h (struct nto_inferior_data): New struct.
1066         (nto_inferior_data): New function declaration.
1067
1068 2015-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
1069
1070         * findvar.c (address_from_register): Check REGNUM validity.
1071
1072 2015-10-20  Aleksandar Ristovski  <aristovski@qnx.com>
1073
1074         * gdb/nto-procfs.c (procfs_pid_to_exec_file): New function.
1075         (init_procfs_targets): Wire new function.
1076
1077 2015-10-20  Aleksandar Ristovski  <aristovski@qnx.com>
1078
1079         * nto-procfs.c (sys/auxv.h): Include.
1080         (procfs_xfer_partial): Implement TARGET_OBJECT_AUXV.
1081         * nto-tdep.c (nto_read_auxv_from_initial_stack): New function.
1082         * nto-tdep.h (nto_read_auxv_from_initial_stack): New declaration.
1083
1084 2015-10-20  Aleksandar Ristovski  <aristovski@qnx.com>
1085
1086         * nto-procfs.c (nto_procfs_path): Rename to...
1087         (nodestr): ... this, and change type.
1088         (nto_node): Use new variable and logic accordingly.
1089         (procfs_open_1): Use new variable name. Use local buffer to construct
1090         procfrs path.
1091         (procfs_pidlist): Use NODESTR to construct procfs path.
1092         (procfs_files_info): Use NODESTR to output meaningful text.
1093         (do_attach): Construct procfs using NODESTR.
1094         (procfs_create_inferior): Compare pointer to NULL.
1095
1096 2015-10-19  Josh Stone  <jistone@redhat.com>
1097
1098         * linux-nat.c (linux_handle_syscall_trap): Always update entry/
1099         return state, even when not actively catching syscalls at all.
1100         (linux_handle_extended_wait): Mark syscall_state like an entry.
1101         (wait_lwp): Set syscall_state ignored for other traps.
1102         (linux_nat_filter_event): Likewise.
1103
1104 2015-10-19  Luis Machado  <lgustavo@codesourcery.com>
1105
1106         * remote.c (remote_wait_as): Set rs->waiting_for_stop_reply to 0
1107         when handling 'E', 'T', 'S', 'X' and 'W' packets.
1108         Do not set rs->waiting_for_stop_reply back to 1.
1109
1110 2015-10-16  Aleksandar Ristovski  <aristovski@qnx.com>
1111
1112         * nto-procfs.c (common/filestuff.h): Include.
1113         (procfs_can_use_hw_breakpoint): Fix enum name.
1114         (procfs_open_1): Fix compiler warning.
1115         (procfs_pidlist): Make static.
1116         (procfs_meminfo): Make static, fix type name, add missing argument.
1117         (procfs_store_registers): Make static.
1118         (procfs_thread_info): Remove unused function.
1119         (_initialize_procfs): Forward declare.
1120
1121 2015-10-16  Yao Qi  <yao.qi@arm.com>
1122
1123         * MAINTAINERS: Update my email address.
1124
1125 2015-10-15  Yao Qi  <yao.qi@linaro.org>
1126
1127         * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint):
1128         Call gdbarch_breakpoint_from_pc to instruction length.
1129         (aarch64_linux_remove_hw_breakpoint): Likewise.
1130         * common/common-regcache.h (regcache_register_size): Declare.
1131         * nat/aarch64-linux-hw-point.c: Include "common-regcache.h".
1132         (aarch64_point_is_aligned): Set alignment to 2 for breakpoint if
1133         the process is 32bit, otherwise set alignment to 4.
1134         (aarch64_handle_breakpoint): Update comments.
1135         * regcache.c (regcache_register_size): New function.
1136
1137 2015-10-15  Aleksandar Ristovski  <aristovski@qnx.com>
1138
1139         * gdbarch.sh (core_regset_section): Remove.
1140         * gdbarch.h: Regenerate.
1141
1142 2015-10-14  Yao Qi  <yao.qi@linaro.org>
1143
1144         * arch/aarch64-insn.h (struct aarch64_memory_operand): Move enum
1145         out of it.
1146         (enum aarch64_memory_operand_type): New.
1147
1148 2015-10-13  David Edelsohn  <dje.gcc@gmail.com>
1149
1150         * xcoffread.c (dwarf2_xcoff_names): Add .dwmac and .dwpbtyp.
1151
1152 2015-10-13  Pedro Alves  <palves@redhat.com>
1153
1154         * ada-lang.c (ada_enum_name): Constify local.
1155         * ada-typeprint.c (print_range_bound): Constify locals.
1156         * c-varobj.c (c_describe_child): Likewise.
1157         * cli/cli-setshow.c (do_set_command): Likewise.
1158         * gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
1159         * dwarf2read.c (find_file_and_directory): Likewise.
1160         (anonymous_struct_prefix, dwarf2_name): Likewise.
1161         * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
1162         * go-lang.c (unpack_mangled_go_symbol): Likewise.
1163         * jv-typeprint.c (java_type_print_base): Likewise.
1164         * ser-tcp.c (net_open): Likewise.
1165         * symfile.c (deduce_language_from_filename): Likewise.
1166         * symtab.c (gdb_mangle_name): Likewise.
1167         * tui/tui-io.c (tui_redisplay_readline): Likewise.
1168
1169 2015-10-13  Pedro Alves  <palves@redhat.com>
1170
1171         * infrun.c (restore_execution_direction): New function.
1172         (fetch_inferior_event): Use it instead of
1173         make_cleanup_restore_integer.
1174         (execution_direction): Change type to enum
1175         exec_direction_kind.
1176         * infrun.h (execution_direction): Likewise.
1177
1178 2015-10-13  Pedro Alves  <palves@redhat.com>
1179
1180         * ada-lang.c (ada_value_primitive_packed_val): Constify
1181         locals.  Use value_contents_writeable.  Remove casts.
1182
1183 2015-10-13  Pedro Alves  <palves@redhat.com>
1184
1185         * ada-lang.c (ada_value_primitive_packed_val): Add casts to malloc
1186         and alloca calls.
1187
1188 2015-10-13  Simon Marchi  <simon.marchi@polymtl.ca>
1189
1190         * lm32-tdep.c (lm32_push_dummy_call): Replace call to
1191         write_memory with write_memory_unsigned_integer.
1192
1193 2015-10-13  Simon Marchi  <simon.marchi@polymtl.ca>
1194
1195         * solib-dsbt.c (cmp_name): Constify arguments.
1196         * solib-frv.c (cmp_name): Likewise.
1197         * solib-svr4.c (svr4_create_solib_event_breakpoints): Likewise.
1198         * solib.c (gdb_bfd_lookup_symbol_from_symtab): Likewise.
1199         (bfd_lookup_symbol_from_dyn_symtab): Likewise.
1200         (gdb_bfd_lookup_symbol): Likewise.
1201         * solib.h (gdb_bfd_lookup_symbol): Likewise.
1202         (gdb_bfd_lookup_symbol_from_symtab): Likewise.
1203
1204 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1205
1206         * stack.c (parse_frame_specification): Remove message parameter,
1207         replace with fixed string in function body, update function
1208         comment.
1209         (frame_info): Remove message to parse_frame_specification.
1210         (select_frame_command): Likewise.
1211
1212 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1213
1214         * stack.c (parse_frame_specification): Delete.
1215         (parse_frame_specification_1): Rename to
1216         parse_frame_specification.
1217         (frame_info): Use parse_frame_specification.
1218         (select_frame_command): Likewise.
1219         (return_command): Use select_frame and print_stack_frame rather
1220         than frame_command and select_frame_command.
1221         (func_command): Use get_current_frame rather than
1222         parse_frame_specification.
1223
1224 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1225
1226         * stack.c (func_command): Return early when there is no ARG
1227         string.
1228
1229 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1230
1231         * stack.c: Include safe-ctype.h not ctype.h.
1232         (parse_frame_specification): Use ISSPACE not isspace.
1233         (backtrace_command): Use TOLOWER not tolower.
1234
1235 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
1236
1237         * mep-tdep.c (current_me_module): Add cast.
1238         (mep_gdbarch_init): Likewise.
1239
1240 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
1241
1242         * m32c-tdep.c (m32c_move_reg_t): Replace with...
1243         (m32c_write_reg_t): ...this and...
1244         (m32c_read_reg_t): ...this.
1245         (struct m32c_reg): Update types of read and write.
1246         (m32c_raw_read): Change declaration type to m32c_read_reg_t and
1247         adjust definition.
1248         (m32c_banked_read): Likewise.
1249         (m32c_sb_read): Likewise.
1250         (m32c_part_read): Likewise.
1251         (m32c_cat_read): Likewise.
1252         (m32c_r3r2r1r0_read): Likewise.
1253         (m32c_raw_write): Change declaration type to m32c_write_reg_t
1254         and adjust definition.
1255         (m32c_banked_write): Likewise.
1256         (m32c_sb_write): Likewise.
1257         (m32c_part_write): Likewise.
1258         (m32c_cat_write): Likewise.
1259         (m32c_r3r2r1r0_write): Likewise.
1260
1261 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
1262
1263         * aarch64-linux-tdep.c (aarch64_linux_syscall_record): Add cast.
1264
1265 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
1266
1267         * aarch64-linux-tdep.c (aarch64_canonicalize_syscall): Return
1268         gdb_sys_no_syscall instead of -1.
1269
1270 2015-10-12  Yao Qi  <yao.qi@linaro.org>
1271
1272         * NEWS: Mention the change.
1273
1274 2015-10-12  Yao Qi  <yao.qi@linaro.org>
1275
1276         * arch/aarch64-insn.c (emit_load_store): Rename to ...
1277         (aarch64_emit_load_store): ... it.  All callers updated.
1278
1279 2015-10-12  Yao Qi  <yao.qi@linaro.org>
1280
1281         * arch/aarch64-insn.c (emit_insn): Rename to ...
1282         (aarch64_emit_insn): ... it.  All callers updated.
1283
1284 2015-10-12  Yao Qi  <yao.qi@linaro.org>
1285
1286         * aarch64-linux-tdep.c: Include arch-utils.h.
1287         (aarch64_linux_init_abi): Call set_gdbarch_max_insn_length,
1288         set_gdbarch_displaced_step_copy_insn,
1289         set_gdbarch_displaced_step_fixup,
1290         set_gdbarch_displaced_step_free_closure,
1291         set_gdbarch_displaced_step_location,
1292         and set_gdbarch_displaced_step_hw_singlestep.
1293         * aarch64-tdep.c (struct displaced_step_closure): New.
1294         (struct aarch64_displaced_step_data): New.
1295         (aarch64_displaced_step_b): New function.
1296         (aarch64_displaced_step_b_cond): Likewise.
1297         (aarch64_register): Likewise.
1298         (aarch64_displaced_step_cb): Likewise.
1299         (aarch64_displaced_step_tb): Likewise.
1300         (aarch64_displaced_step_adr): Likewise.
1301         (aarch64_displaced_step_ldr_literal): Likewise.
1302         (aarch64_displaced_step_others): Likewise.
1303         (aarch64_displaced_step_copy_insn): Likewise.
1304         (aarch64_displaced_step_fixup): Likewise.
1305         (aarch64_displaced_step_hw_singlestep): Likewise.
1306         * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): New macro.
1307         (aarch64_displaced_step_copy_insn): Declare.
1308         (aarch64_displaced_step_fixup): Declare.
1309         (aarch64_displaced_step_hw_singlestep): Declare.
1310         * arch/aarch64-insn.c (emit_insn): Moved from
1311         gdbserver/linux-aarch64-low.c.
1312         (emit_load_store): Likewise.
1313         * arch/aarch64-insn.h (enum aarch64_opcodes): Moved from
1314         gdbserver/linux-aarch64-low.c.
1315         (struct aarch64_register): Likewise.
1316         (struct aarch64_memory_operand): Likewise.
1317         (ENCODE): Likewise.
1318         (can_encode_int32): New macro.
1319         (emit_b, emit_bcond, emit_cb, emit_ldr, emit_ldrsw): Likewise.
1320         (emit_tb, emit_nop): Likewise.
1321         (emit_insn): Declare.
1322         (emit_load_store): Declare.
1323
1324 2015-10-12  Yao Qi  <yao.qi@linaro.org>
1325
1326         * arch/aarch64-insn.c (aarch64_decode_ldr_literal): Moved from
1327         gdbserver/linux-aarch64-low.c.
1328         (aarch64_relocate_instruction): Likewise.
1329         * arch/aarch64-insn.h (aarch64_decode_ldr_literal): Declare.
1330         (struct aarch64_insn_data): Moved from
1331         gdbserver/linux-aarch64-low.c.
1332         (struct aarch64_insn_visitor): Likewise.
1333         (aarch64_relocate_instruction): Declare.
1334
1335 2015-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
1336
1337         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT>: If
1338         EVAL_AVOID_SIDE_EFFECTS mode, forward the VALUE_LVAL attribute
1339         to the returned value.
1340
1341 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
1342
1343         * ada-lang.c (ada_unpack_from_contents): Add guard that unpacked
1344         is large enough for BIT_SIZE.  Update function comment.
1345
1346 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
1347
1348         * ada-lang.c (ada_value_primitive_packed_val): Move
1349         src_len variable to local block where used.  Override
1350         BIT_SIZE if bigger than size of resolved type.
1351
1352 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
1353
1354         * gdbtypes.h (is_scalar_type): Add extern declaration.
1355         * gdbtypes.c (is_scalar_type): Make non-static.
1356         * ada-lang.c (ada_value_primitive_packed_val): Use is_scalar_type
1357         to compute IS_SCALAR instead of doing it ourselves.
1358
1359 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
1360
1361         * ada-lang.c (ada_value_primitive_packed_val): Rework handling
1362         of case where TYPE is dynamic.
1363
1364 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
1365
1366         * ada-lang.c (ada_unpack_from_contents): New function,
1367         extracted from ada_value_primitive_packed_val.
1368         (ada_value_primitive_packed_val): Replace extracted out code
1369         by call to ada_unpack_from_contents.
1370
1371 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
1372
1373         * ada-lang.c (ada_value_primitive_packed_val): Reorder local
1374         variable declarations.
1375
1376 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
1377
1378         * ada-lang.c (ada_value_primitive_packed_val): Change the type
1379         of local variables src and unpacked to "gdb_type *" instead of
1380         "unsigned char *".
1381
1382 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
1383
1384         * ada-lang.c (ada_value_primitive_packed_val): Make the name
1385         of various local variables more explicit and consistent.
1386         No real code change otherwise.
1387
1388 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
1389
1390         * i386-tdep.h (struct gdbarch_tdep): Change type of
1391         register_reggroup_p to gdbarch_register_reggroup_p_ftype.
1392
1393 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
1394
1395         * cris-tdep.c (struct instruction_environment): Change type of
1396         byte_order to enum bfd_endian.
1397
1398 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
1399
1400         * arm-linux-tdep.c (arm_canonicalize_syscall): Add
1401         enum gdb_syscall casts.
1402
1403 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
1404
1405         * aarch64-tdep.c (stack_item_t): Change type of data to gdb_byte*.
1406         * arm-tdep.c (struct stack_item): Likewise.
1407         (push_stack_item): Add gdb_byte* cast.
1408         * avr-tdep.c (struct stack_item): Change type of data to gdb_byte*.
1409         (push_stack_item): Add gdb_byte* cast.
1410         * cli/cli-dump.c (dump_memory_to_file): Change type of buf to gdb_byte*
1411         and add cast.
1412         * cris-tdep.c (struct stack_item): Change type of data to gdb_byte*.
1413         (push_stack_item): Add gdb_byte* cast.
1414         * gcore.c (gcore_copy_callback): Change type of memhunk to gdb_byte* and
1415         add cast.
1416         * gdbtypes.h (print_scalar_formatted): Change type of first parameter to
1417         gdb_byte*.
1418         * h8300-tdep.c (h8300_extract_return_value): Change type of valbuf to
1419         gdb_byte* and remove unnecessary cast.
1420         (h8300h_extract_return_value): Likewise.
1421         (h8300_store_return_value): Change type of valbuf to gdb_byte*.
1422         (h8300h_store_return_value): Likewise.
1423         * iq2000-tdep.c (iq2000_extract_return_value): Change type of valbuf to
1424         gdb_byte* and remove unnecessary cast.
1425         * jit.c (jit_reader_try_read_symtab): Change type of gdb_mem to gdb_byte*
1426         and add cast.
1427         * m32r-tdep.c (m32r_store_return_value): Change type of valbuf to
1428         gdb_byte* and remove unnecessary cast.
1429         (m32r_extract_return_value): Change type of dst to gdb_byte* and remove
1430         valbuf.
1431         * mep-tdep.c (mep_pseudo_cr32_read): Change type of buf to gdb_byte*.
1432         (mep_pseudo_cr64_read): Likewise.
1433         (mep_pseudo_csr_write): Likewise.
1434         (mep_pseudo_cr32_write): Likewise.
1435         (mep_pseudo_cr64_write): Likewise.
1436         * mi/mi-main.c (mi_cmd_data_write_memory): Change type of buffer to
1437         gdb_byte* and add cast.
1438         * moxie-tdep.c (moxie_store_return_value): Change type of valbuf to
1439         gdb_byte* and remove unnecessary cast.
1440         (moxie_extract_return_value): Change type of dst to gdb_byte* and remove
1441         valbuf.
1442         * p-valprint.c (print_scalar_formatted): Change type of valaddr to
1443         gdb_byte*.
1444         * printcmd.c (void): Likewise.
1445         * python/py-inferior.c (infpy_read_memory): Change type of buffer to
1446         gdb_byte* and add cast.
1447         (infpy_write_memory): Likewise.
1448         (infpy_search_memory): Likewise.
1449         * regcache.c (regcache_raw_write_signed): Change type of buf to gdb_byte*
1450         and add cast.
1451         (regcache_raw_write_unsigned): Likewise.
1452         (regcache_cooked_write_signed): Likewise.
1453         (regcache_cooked_write_unsigned): Likewise.
1454         * sh64-tdep.c (h64_extract_return_value): Change type of valbuf to
1455         gdb_byte*.
1456
1457 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
1458
1459         * fbsd-tdep.c (fbsd_collect_regset_section_cb): Add cast.
1460         * linux-tdep.c (linux_collect_regset_section_cb_data): Likewise.
1461
1462 2015-10-09  Eli Zaretskii  <eliz@gnu.org>
1463
1464         * stack.c (print_stack_frame):
1465         * utils.c (printchar): Fix typos in commentary.
1466
1467 2015-10-08  Iain Buclaw  <ibuclaw@gdcproject.org>
1468
1469         * d-exp.y: (UnaryExpression): Support `type.sizeof' expressions.
1470         (PostfixExpression): Support `expr.sizeof' expressions.
1471         (PrimaryExpression): Support `typeof(expr)' expressions.
1472
1473 2015-10-08  Maciej W. Rozycki  <macro@imgtec.com>
1474
1475         * MAINTAINERS: Update my email address.
1476
1477 2015-10-08  Markus Metzger  <markus.t.metzger@intel.com>
1478
1479         * record-btrace.c (record_btrace_resume): Fix void return.
1480
1481 2015-10-07  Yao Qi  <yao.qi@linaro.org>
1482
1483         * aarch64-tdep.c: Include opcode/aarch64.h.
1484         (submask): Move it above.
1485         (bit): Likewise.
1486         (bits): Likewise.
1487         (aarch64_software_single_step): Call aarch64_decode_insn.
1488         Decode instruction by aarch64_inst instead of using
1489         aarch64_decode_bcond and decode_masked_match.
1490
1491 2015-10-06  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
1492
1493         * cli/cli-dump.c (restore_command): Parse load_offset (bias) as address
1494         only when the file is binary.
1495
1496 2015-10-02  James Bowman  <james.bowman@ftdichip.com>
1497
1498         * ft32-tdep.c (ft32_analyze_prologue): Add function prolog
1499         subroutine handling.
1500
1501 2015-10-01  Simon Marchi  <simon.marchi@ericsson.com>
1502
1503         * common/vec.h (VEC_OP (T,cleanup)): Add pointer cast.
1504
1505 2015-09-30  Doug Evans  <dje@google.com>
1506
1507         * dwarf2read.c (setup_type_unit_groups): Add comment.
1508
1509 2015-09-30  Pedro Alves  <palves@redhat.com>
1510
1511         * linux-nat.c (linux_nat_always_non_stop_p): Always return 1.
1512         * x86-linux-nat.c (x86_linux_always_non_stop_p): Delete.
1513         (x86_linux_create_target): Don't install
1514         x86_linux_always_non_stop_p.
1515
1516 2015-09-30  Don Breazeal  <donb@codesourcery.com>
1517
1518         * remote.c (remote_parse_stop_reply): Call strprefix instead
1519         of strncmp.
1520
1521 2015-09-30  Simon Marchi  <simon.marchi@ericsson.com>
1522
1523         * gdbarch.sh (struct gdbarch_info): Change tdep_info's type to void *.
1524         * gdbarch.h: Regenerate.
1525         * i386-tdep.c (i386_gdbarch_init): Remove cast to
1526         struct gdbarch_tdep_info *.
1527         * mips-tdep.c (mips_gdbarch_init): Likewise.
1528         * ppc-linux-tdep (ppu2spu_sniffer): Likewise.
1529         * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
1530         * spu-multiarch.c (spu_gdbarch): Likewise.
1531
1532 2015-09-30  Kevin Buettner  <kevinb@redhat.com>
1533
1534         * infcmd.c (finish_command_fsm_should_stop): Don't attempt to
1535         record a NULL value.
1536
1537 2015-09-29  Kevin Buettner  <kevinb@redhat.com>
1538
1539         * msp430-tdep.c (msp430_push_dummy_call): Treat reference, struct,
1540         and union arguments the same as pointer arguments when determining
1541         size of argument.
1542
1543 2015-09-29  James Bowman  <james.bowman@ftdichip.com>
1544
1545         * ft32-tdep.c: #include "opcode/ft32.h".
1546         Delete local macros IS_PUSH, PUSH_REG, IS_LINK, LINK_SIZE.
1547         (ft32_analyze_prologue): Use FT32_* macros.
1548
1549 2015-09-28  Simon Marchi  <simon.marchi@ericsson.com>
1550
1551         * cli/cli-script.c (read_next_line): Fix stdout -> stdin in
1552         comment.
1553
1554 2015-09-28  Doug Evans  <dje@google.com>
1555
1556         * MAINTAINERS: Add Iain Buclaw as D language maintainer.
1557
1558 2015-09-28  Doug Evans  <dje@google.com>
1559
1560         * common/filestuff.c (make_cleanup_close): Update comment.
1561
1562 2015-09-26  Simon Marchi  <simon.marchi@polymtl.ca>
1563
1564         * btrace.c (parse_xml_btrace_block): Fix cast of
1565         xml_find_attribute's return value.
1566         * memory-map.c (memory_map_start_memory): Likewise.
1567         * solib-svr4.c (library_list_start_library): Likewise.
1568         * solib-target.c (library_list_start_segment): Likewise.
1569         (library_list_start_section): Likewise.
1570         * tracepoint.c (traceframe_info_start_memory): Likewise.
1571
1572 2015-09-26  Iain Buclaw  <ibuclaw@gdcproject.org>
1573
1574         * d-namespace.c (d_lookup_symbol): New arg langdef.
1575         All callers updated.  Support looking up symbol as a primitive type.
1576         (lookup_module_scope): New arg langdef.  All callers updated.
1577         Call d_lookup_symbol directly for simple bare symbols.
1578
1579 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
1580
1581         * macrocmd.c (print_macro_callback): Add cast(s).
1582         * macrotab.c (macro_bcache_str): Likewise.
1583         (new_macro_definition): Likewise.
1584         * main.c (captured_main): Likewise.
1585         * maint.c (print_bfd_section_info): Likewise.
1586         * mdebugread.c (mdebug_build_psymtabs): Likewise.
1587         (basic_type): Likewise.
1588         * memattr.c (mem_region_cmp): Likewise.
1589         * memory-map.c (memory_map_start_memory): Likewise.
1590         (memory_map_end_memory): Likewise.
1591         (memory_map_start_property): Likewise.
1592         (memory_map_end_property): Likewise.
1593         (clear_result): Likewise.
1594         * memrange.c (compare_mem_ranges): Likewise.
1595         * mep-tdep.c (mep_analyze_frame_prologue): Likewise.
1596         * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Likewise.
1597         * mi/mi-console.c (mi_console_file_delete): Likewise.
1598         (mi_console_file_fputs): Likewise.
1599         (mi_console_raw_packet): Likewise.
1600         (mi_console_file_flush): Likewise.
1601         (mi_console_set_raw): Likewise.
1602         * mi/mi-interp.c (mi_interpreter_resume): Likewise.
1603         (mi_new_thread): Likewise.
1604         (mi_thread_exit): Likewise.
1605         (mi_record_changed): Likewise.
1606         (mi_inferior_added): Likewise.
1607         (mi_inferior_appeared): Likewise.
1608         (mi_inferior_exit): Likewise.
1609         (mi_inferior_removed): Likewise.
1610         (mi_interp_data): Likewise.
1611         (mi_on_normal_stop): Likewise.
1612         (mi_traceframe_changed): Likewise.
1613         (mi_tsv_created): Likewise.
1614         (mi_tsv_deleted): Likewise.
1615         (mi_tsv_modified): Likewise.
1616         (mi_breakpoint_created): Likewise.
1617         (mi_breakpoint_deleted): Likewise.
1618         (mi_breakpoint_modified): Likewise.
1619         (mi_output_running_pid): Likewise.
1620         (mi_inferior_count): Likewise.
1621         (mi_solib_loaded): Likewise.
1622         (mi_solib_unloaded): Likewise.
1623         (mi_command_param_changed): Likewise.
1624         (mi_memory_changed): Likewise.
1625         (report_initial_inferior): Likewise.
1626         (mi_ui_out): Likewise.
1627         (mi_set_logging): Likewise.
1628         * mi/mi-main.c (collect_cores): Likewise.
1629         (print_one_inferior): Likewise.
1630         (free_vector_of_ints): Likewise.
1631         (free_splay_tree): Likewise.
1632         (mi_execute_command): Likewise.
1633         * mi/mi-out.c (mi_table_body): Likewise.
1634         (mi_table_end): Likewise.
1635         (mi_table_header): Likewise.
1636         (mi_begin): Likewise.
1637         (mi_end): Likewise.
1638         (mi_field_int): Likewise.
1639         (mi_field_string): Likewise.
1640         (mi_field_fmt): Likewise.
1641         (mi_flush): Likewise.
1642         (mi_redirect): Likewise.
1643         (field_separator): Likewise.
1644         (mi_open): Likewise.
1645         (mi_close): Likewise.
1646         (mi_out_buffered): Likewise.
1647         (mi_out_rewind): Likewise.
1648         (mi_out_put): Likewise.
1649         (mi_version): Likewise.
1650         (mi_out_data_dtor): Likewise.
1651         * mi/mi-parse.c (mi_parse_cleanup): Likewise.
1652         * microblaze-tdep.c (microblaze_frame_cache): Likewise.
1653         * minidebug.c (lzma_open): Likewise.
1654         (lzma_pread): Likewise.
1655         (lzma_close): Likewise.
1656         (lzma_stat): Likewise.
1657         * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
1658         * mips-sde-tdep.c (mips_sde_frame_cache): Likewise.
1659         (mips_sde_elf_osabi_sniff_abi_tag_sections): Likewise.
1660         * mips-tdep.c (mips_insn16_frame_cache): Likewise.
1661         (mips_micro_frame_cache): Likewise.
1662         (mips_insn32_frame_cache): Likewise.
1663         (mips_stub_frame_cache): Likewise.
1664         (gdb_print_insn_mips): Likewise.
1665         (value_of_mips_user_reg): Likewise.
1666         (mips_gdbarch_init): Likewise.
1667         * mips64obsd-tdep.c (mips64obsd_supply_gregset): Likewise.
1668         * mipsnbsd-tdep.c (mipsnbsd_supply_fpregset): Likewise.
1669         (mipsnbsd_supply_gregset): Likewise.
1670         * mn10300-linux-tdep.c (am33_supply_fpregset_method): Likewise.
1671         (am33_collect_gregset_method): Likewise.
1672         (am33_collect_fpregset_method): Likewise.
1673         * mn10300-tdep.c (mn10300_analyze_frame_prologue): Likewise.
1674         * moxie-tdep.c (moxie_frame_cache): Likewise.
1675         * msp430-tdep.c (msp430_get_opcode_byte): Likewise.
1676         (msp430_analyze_frame_prologue): Likewise.
1677         * mt-tdep.c (mt_frame_unwind_cache): Likewise.
1678         * nios2-linux-tdep.c (nios2_supply_gregset): Likewise.
1679         (nios2_collect_gregset): Likewise.
1680         * nios2-tdep.c (nios2_frame_unwind_cache): Likewise.
1681         (nios2_stub_frame_cache): Likewise.
1682         * objc-lang.c (find_methods): Likewise.
1683         * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
1684         (get_objfile_pspace_data): Likewise.
1685         (get_objfile_bfd_data): Likewise.
1686         (objfile_bfd_data_free): Likewise.
1687         (add_to_objfile_sections): Likewise.
1688         (do_free_objfile_cleanup): Likewise.
1689         (resume_section_map_updates_cleanup): Likewise.
1690         * opencl-lang.c (builtin_opencl_type): Likewise.
1691         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
1692         * osdata.c (osdata_start_osdata): Likewise.
1693         (osdata_start_item): Likewise.
1694         (osdata_start_column): Likewise.
1695         (osdata_end_column): Likewise.
1696         (clear_parsing_data): Likewise.
1697         (osdata_free_cleanup): Likewise.
1698         * parse.c (type_stack_cleanup): Likewise.
1699         (exp_uses_objfile_iter): Likewise.
1700         * ppc-linux-tdep.c (ppc_linux_supply_gregset): Likewise.
1701         (ppc_linux_collect_gregset): Likewise.
1702         (ppu2spu_prev_arch): Likewise.
1703         (ppu2spu_this_id): Likewise.
1704         (ppu2spu_prev_register): Likewise.
1705         (ppu2spu_unwind_register): Likewise.
1706         (ppu2spu_sniffer): Likewise.
1707         (ppu2spu_dealloc_cache): Likewise.
1708         (ppc_linux_init_abi): Likewise.
1709         * ppcfbsd-tdep.c (ppcfbsd_sigtramp_frame_cache): Likewise.
1710         * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
1711         * progspace.c (restore_program_space): Likewise.
1712         * psymtab.c (find_pc_sect_psymtab): Likewise.
1713         (compare_psymbols): Likewise.
1714         (psymbol_bcache_full): Likewise.
1715         (allocate_psymtab): Likewise.
1716         (discard_psymtabs_upto): Likewise.
1717         * python/py-block.c (set_block): Likewise.
1718         (del_objfile_blocks): Likewise.
1719         * python/py-breakpoint.c (build_bp_list): Likewise.
1720         * python/py-inferior.c (inferior_to_inferior_object): Likewise.
1721         (build_inferior_list): Likewise.
1722         (py_free_inferior): Likewise.
1723         * python/py-objfile.c (py_free_objfile): Likewise.
1724         (objfile_to_objfile_object): Likewise.
1725         * python/py-prettyprint.c (py_restore_tstate): Likewise.
1726         * python/py-progspace.c (py_free_pspace): Likewise.
1727         (pspace_to_pspace_object): Likewise.
1728         * python/py-symbol.c (set_symbol): Likewise.
1729         (del_objfile_symbols): Likewise.
1730         * python/py-symtab.c (set_sal): Likewise.
1731         (set_symtab): Likewise.
1732         (del_objfile_symtab): Likewise.
1733         (del_objfile_sal): Likewise.
1734         * python/py-type.c (save_objfile_types): Likewise.
1735         (set_type): Likewise.
1736         * python/py-unwind.c (pyuw_prev_register): Likewise.
1737         (pyuw_on_new_gdbarch): Likewise.
1738         * python/py-utils.c (py_decref): Likewise.
1739         (py_xdecref): Likewise.
1740         (gdb_py_generic_dict): Likewise.
1741         * python/py-xmethods.c (gdbpy_free_xmethod_worker_data): Likewise.
1742         (gdbpy_clone_xmethod_worker_data): Likewise.
1743         (gdbpy_get_xmethod_arg_types): Likewise.
1744         (gdbpy_get_xmethod_result_type): Likewise.
1745         (gdbpy_invoke_xmethod): Likewise.
1746         * python/python.c (gdbpy_apply_type_printers): Likewise.
1747         (gdbpy_free_type_printers): Likewise.
1748         * record-btrace.c (record_btrace_disable_callback): Likewise.
1749         (bfcache_hash): Likewise.
1750         (bfcache_eq): Likewise.
1751         (btrace_get_frame_function): Likewise.
1752         (record_btrace_frame_unwind_stop_reason): Likewise.
1753         (record_btrace_frame_this_id): Likewise.
1754         (record_btrace_frame_prev_register): Likewise.
1755         (record_btrace_frame_dealloc_cache): Likewise.
1756         * record-full.c (record_full_message_wrapper): Likewise.
1757         (record_full_save_cleanups): Likewise.
1758         * regcache.c (regcache_descr): Likewise.
1759         (do_regcache_xfree): Likewise.
1760         (do_regcache_invalidate): Likewise.
1761         (do_cooked_read): Likewise.
1762         (regcache_transfer_regset): Likewise.
1763         * reggroups.c (reggroup_add): Likewise.
1764         (reggroup_next): Likewise.
1765         (reggroup_prev): Likewise.
1766         * remote-fileio.c (do_remote_fileio_request): Likewise.
1767         * remote-notif.c (remote_async_get_pending_events_handler): Likewise.
1768         (do_notif_event_xfree): Likewise.
1769         * remote.c (get_remote_arch_state): Likewise.
1770         (remote_pspace_data_cleanup): Likewise.
1771         (get_remote_exec_file): Likewise.
1772         (set_pspace_remote_exec_file): Likewise.
1773         (compare_pnums): Likewise.
1774         (clear_threads_listing_context): Likewise.
1775         (remote_newthread_step): Likewise.
1776         (start_thread): Likewise.
1777         (end_thread): Likewise.
1778         (remove_child_of_pending_fork): Likewise.
1779         (remove_stop_reply_for_inferior): Likewise.
1780         (remove_stop_reply_of_remote_state): Likewise.
1781         (remote_notif_remove_once_on_match): Likewise.
1782         (stop_reply_match_ptid_and_ws): Likewise.
1783         (kill_child_of_pending_fork): Likewise.
1784         (register_remote_g_packet_guess): Likewise.
1785         (remote_read_description_p): Likewise.
1786         (remote_read_description): Likewise.
1787         (free_actions_list_cleanup_wrapper): Likewise.
1788         (remote_async_serial_handler): Likewise.
1789         * rl78-tdep.c (rl78_get_opcode_byte): Likewise.
1790         (rl78_analyze_frame_prologue): Likewise.
1791         * rs6000-tdep.c (ppc_supply_gregset): Likewise.
1792         (ppc_supply_fpregset): Likewise.
1793         (ppc_supply_vsxregset): Likewise.
1794         (ppc_supply_vrregset): Likewise.
1795         (ppc_collect_gregset): Likewise.
1796         (ppc_collect_fpregset): Likewise.
1797         (ppc_collect_vsxregset): Likewise.
1798         (ppc_collect_vrregset): Likewise.
1799         (e500_move_ev_register): Likewise.
1800         (do_regcache_raw_write): Likewise.
1801         (rs6000_frame_cache): Likewise.
1802         (rs6000_epilogue_frame_cache): Likewise.
1803         (rs6000_gdbarch_init): Likewise.
1804         * rx-tdep.c (rx_get_opcode_byte): Likewise.
1805         (rx_analyze_frame_prologue): Likewise.
1806         (rx_frame_type): Likewise.
1807         (rx_frame_sniffer_common): Likewise.
1808         * s390-linux-tdep.c (s390_check_for_saved): Likewise.
1809         (s390_frame_unwind_cache): Likewise.
1810         (s390_stub_frame_unwind_cache): Likewise.
1811         (s390_sigtramp_frame_unwind_cache): Likewise.
1812         * score-tdep.c (score_make_prologue_cache): Likewise.
1813         * sentinel-frame.c (sentinel_frame_prev_register): Likewise.
1814         (sentinel_frame_prev_arch): Likewise.
1815         * ser-base.c (fd_event): Likewise.
1816         (push_event): Likewise.
1817         (ser_base_write): Likewise.
1818         * ser-pipe.c (pipe_close): Likewise.
1819         * serial.c (serial_write): Likewise.
1820         * sh-tdep.c (sh_frame_cache): Likewise.
1821         (sh_stub_this_id): Likewise.
1822         * sh64-tdep.c (sh64_frame_cache): Likewise.
1823         * solib-aix.c (get_solib_aix_inferior_data): Likewise.
1824         (library_list_start_library): Likewise.
1825         (library_list_start_list): Likewise.
1826         (solib_aix_free_library_list): Likewise.
1827         * solib-darwin.c (get_darwin_info): Likewise.
1828         * solib-dsbt.c (get_dsbt_info): Likewise.
1829         * solib-spu.c (append_ocl_sos): Likewise.
1830         * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
1831         (get_svr4_info): Likewise.
1832         (library_list_start_library): Likewise.
1833         (svr4_library_list_start_list): Likewise.
1834         (hash_probe_and_action): Likewise.
1835         (equal_probe_and_action): Likewise.
1836         (svr4_update_solib_event_breakpoint): Likewise.
1837         (set_solib_svr4_fetch_link_map_offsets): Likewise.
1838         (svr4_fetch_link_map_offsets): Likewise.
1839         (svr4_have_link_map_offsets): Likewise.
1840         * solib-target.c (library_list_start_segment): Likewise.
1841         (library_list_start_section): Likewise.
1842         (library_list_start_library): Likewise.
1843         (library_list_end_library): Likewise.
1844         (library_list_start_list): Likewise.
1845         (solib_target_free_library_list): Likewise.
1846         * solib.c (solib_ops): Likewise.
1847         (set_solib_ops): Likewise.
1848         * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
1849         * sparc-tdep.c (sparc_frame_cache): Likewise.
1850         (sparc32_frame_cache): Likewise.
1851         (sparc32_supply_gregset): Likewise.
1852         (sparc32_collect_gregset): Likewise.
1853         (sparc32_supply_fpregset): Likewise.
1854         (sparc32_collect_fpregset): Likewise.
1855         * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
1856         * sparc64-tdep.c (sparc64_supply_gregset): Likewise.
1857         (sparc64_collect_gregset): Likewise.
1858         (sparc64_supply_fpregset): Likewise.
1859         (sparc64_collect_fpregset): Likewise.
1860         * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_cache): Likewise.
1861         * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
1862         * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.
1863         (sparc64obsd_trapframe_cache): Likewise.
1864         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Likewise.
1865         * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
1866         * spu-multiarch.c (spu_gdbarch): Likewise.
1867         * spu-tdep.c (spu_frame_unwind_cache): Likewise.
1868         (spu2ppu_prev_arch): Likewise.
1869         (spu2ppu_this_id): Likewise.
1870         (spu2ppu_prev_register): Likewise.
1871         (spu2ppu_dealloc_cache): Likewise.
1872         (spu_dis_asm_print_address): Likewise.
1873         (gdb_print_insn_spu): Likewise.
1874         (spu_get_overlay_table): Likewise.
1875         * stabsread.c (rs6000_builtin_type): Likewise.
1876         * stack.c (do_print_variable_and_value): Likewise.
1877         * stap-probe.c (get_stap_base_address_1): Likewise.
1878         * symfile-debug.c (debug_qf_has_symbols): Likewise.
1879         (debug_qf_find_last_source_symtab): Likewise.
1880         (debug_qf_forget_cached_source_info): Likewise.
1881         (debug_qf_map_symtabs_matching_filename): Likewise.
1882         (debug_qf_lookup_symbol): Likewise.
1883         (debug_qf_print_stats): Likewise.
1884         (debug_qf_dump): Likewise.
1885         (debug_qf_relocate): Likewise.
1886         (debug_qf_expand_symtabs_for_function): Likewise.
1887         (debug_qf_expand_all_symtabs): Likewise.
1888         (debug_qf_expand_symtabs_with_fullname): Likewise.
1889         (debug_qf_map_matching_symbols): Likewise.
1890         (debug_qf_expand_symtabs_matching): Likewise.
1891         (debug_qf_find_pc_sect_compunit_symtab): Likewise.
1892         (debug_qf_map_symbol_filenames): Likewise.
1893         (debug_sym_get_probes): Likewise.
1894         (debug_sym_new_init): Likewise.
1895         (debug_sym_init): Likewise.
1896         (debug_sym_read): Likewise.
1897         (debug_sym_read_psymbols): Likewise.
1898         (debug_sym_finish): Likewise.
1899         (debug_sym_offsets): Likewise.
1900         (debug_sym_read_linetable): Likewise.
1901         (debug_sym_relocate): Likewise.
1902         (uninstall_symfile_debug_logging): Likewise.
1903         * symfile-mem.c (symbol_file_add_from_memory_wrapper): Likewise.
1904         * symfile.c (place_section): Likewise.
1905         (add_section_size_callback): Likewise.
1906         (load_progress): Likewise.
1907         (load_section_callback): Likewise.
1908         (clear_memory_write_data): Likewise.
1909         (allocate_symtab): Likewise.
1910         * symmisc.c (maintenance_expand_file_matcher): Likewise.
1911         * symtab.c (lookup_symtab_callback): Likewise.
1912         (hash_demangled_name_entry): Likewise.
1913         (eq_demangled_name_entry): Likewise.
1914         (get_symbol_cache): Likewise.
1915         (symbol_cache_cleanup): Likewise.
1916         (set_symbol_cache_size): Likewise.
1917         (symbol_cache_flush): Likewise.
1918         (maintenance_print_symbol_cache): Likewise.
1919         (maintenance_print_symbol_cache_statistics): Likewise.
1920         (delete_filename_seen_cache): Likewise.
1921         (output_partial_symbol_filename): Likewise.
1922         (search_symbols_file_matches): Likewise.
1923         (search_symbols_name_matches): Likewise.
1924         (do_free_completion_list): Likewise.
1925         (maybe_add_partial_symtab_filename): Likewise.
1926         (get_main_info): Likewise.
1927         (main_info_cleanup): Likewise.
1928         * target-dcache.c (target_dcache_cleanup): Likewise.
1929         (target_dcache_init_p): Likewise.
1930         (target_dcache_invalidate): Likewise.
1931         (target_dcache_get): Likewise.
1932         (target_dcache_get_or_init): Likewise.
1933         * target-descriptions.c (target_find_description): Likewise.
1934         (tdesc_find_type): Likewise.
1935         (tdesc_data_cleanup): Likewise.
1936         (tdesc_find_arch_register): Likewise.
1937         (tdesc_register_name): Likewise.
1938         (tdesc_register_type): Likewise.
1939         (tdesc_register_reggroup_p): Likewise.
1940         (set_tdesc_pseudo_register_name): Likewise.
1941         (set_tdesc_pseudo_register_type): Likewise.
1942         (set_tdesc_pseudo_register_reggroup_p): Likewise.
1943         (tdesc_use_registers): Likewise.
1944         (free_target_description): Likewise.
1945         * target-memory.c (compare_block_starting_address): Likewise.
1946         (cleanup_request_data): Likewise.
1947         (cleanup_write_requests_vector): Likewise.
1948         * target.c (open_target): Likewise.
1949         (cleanup_restore_target_terminal): Likewise.
1950         (free_memory_read_result_vector): Likewise.
1951         * thread.c (disable_thread_stack_temporaries): Likewise.
1952         (finish_thread_state_cleanup): Likewise.
1953         (do_restore_current_thread_cleanup): Likewise.
1954         (restore_current_thread_cleanup_dtor): Likewise.
1955         (set_thread_refcount): Likewise.
1956         (tp_array_compar): Likewise.
1957         (do_captured_thread_select): Likewise.
1958         * tic6x-tdep.c (tic6x_frame_unwind_cache): Likewise.
1959         (tic6x_stub_this_id): Likewise.
1960         * tilegx-tdep.c (tilegx_frame_cache): Likewise.
1961         * top.c (do_restore_instream_cleanup): Likewise.
1962         (gdb_readline_wrapper_cleanup): Likewise.
1963         (kill_or_detach): Likewise.
1964         (print_inferior_quit_action): Likewise.
1965         * tracefile-tfile.c (match_blocktype): Likewise.
1966         (build_traceframe_info): Likewise.
1967         * tracefile.c (trace_file_writer_xfree): Likewise.
1968         * tracepoint.c (memrange_cmp): Likewise.
1969         (do_collect_symbol): Likewise.
1970         (do_clear_collection_list): Likewise.
1971         (do_restore_current_traceframe_cleanup): Likewise.
1972         (restore_current_traceframe_cleanup_dtor): Likewise.
1973         (free_current_marker): Likewise.
1974         (traceframe_info_start_memory): Likewise.
1975         (traceframe_info_start_tvar): Likewise.
1976         (free_result): Likewise.
1977         * tramp-frame.c (tramp_frame_cache): Likewise.
1978         * tui/tui-file.c (tui_file_delete): Likewise.
1979         (tui_fileopen): Likewise.
1980         (tui_sfileopen): Likewise.
1981         (tui_file_isatty): Likewise.
1982         (tui_file_rewind): Likewise.
1983         (tui_file_put): Likewise.
1984         (tui_file_fputs): Likewise.
1985         (tui_file_get_strbuf): Likewise.
1986         (tui_file_adjust_strbuf): Likewise.
1987         (tui_file_flush): Likewise.
1988         * tui/tui-layout.c (make_command_window): Likewise.
1989         (make_data_window): Likewise.
1990         (show_source_disasm_command): Likewise.
1991         (show_data): Likewise.
1992         (make_source_or_disasm_window): Likewise.
1993         (show_source_or_disasm_and_command): Likewise.
1994         * tui/tui-out.c (tui_field_int): Likewise.
1995         (tui_field_string): Likewise.
1996         (tui_field_fmt): Likewise.
1997         (tui_text): Likewise.
1998         * typeprint.c (hash_typedef_field): Likewise.
1999         (eq_typedef_field): Likewise.
2000         (do_free_typedef_hash): Likewise.
2001         (copy_typedef_hash_element): Likewise.
2002         (do_free_global_table): Likewise.
2003         (find_global_typedef): Likewise.
2004         (find_typedef_in_hash): Likewise.
2005         * ui-file.c (ui_file_write_for_put): Likewise.
2006         (do_ui_file_xstrdup): Likewise.
2007         (mem_file_delete): Likewise.
2008         (mem_file_rewind): Likewise.
2009         (mem_file_put): Likewise.
2010         (mem_file_write): Likewise.
2011         (stdio_file_delete): Likewise.
2012         (stdio_file_flush): Likewise.
2013         (stdio_file_read): Likewise.
2014         (stdio_file_write): Likewise.
2015         (stdio_file_write_async_safe): Likewise.
2016         (stdio_file_fputs): Likewise.
2017         (stdio_file_isatty): Likewise.
2018         (stdio_file_fseek): Likewise.
2019         (tee_file_delete): Likewise.
2020         (tee_file_flush): Likewise.
2021         (tee_file_write): Likewise.
2022         (tee_file_fputs): Likewise.
2023         (tee_file_isatty): Likewise.
2024         * ui-out.c (do_cleanup_table_end): Likewise.
2025         (do_cleanup_end): Likewise.
2026         * user-regs.c (user_reg_add): Likewise.
2027         (user_reg_map_name_to_regnum): Likewise.
2028         (usernum_to_user_reg): Likewise.
2029         (maintenance_print_user_registers): Likewise.
2030         * utils.c (do_bfd_close_cleanup): Likewise.
2031         (do_fclose_cleanup): Likewise.
2032         (do_obstack_free): Likewise.
2033         (do_ui_file_delete): Likewise.
2034         (do_ui_out_redirect_pop): Likewise.
2035         (do_free_section_addr_info): Likewise.
2036         (restore_integer): Likewise.
2037         (do_unpush_target): Likewise.
2038         (do_htab_delete_cleanup): Likewise.
2039         (do_restore_ui_file): Likewise.
2040         (do_value_free): Likewise.
2041         (do_free_so): Likewise.
2042         (free_current_contents): Likewise.
2043         (do_regfree_cleanup): Likewise.
2044         (core_addr_hash): Likewise.
2045         (core_addr_eq): Likewise.
2046         (do_free_char_ptr_vec): Likewise.
2047         * v850-tdep.c (v850_frame_cache): Likewise.
2048         * varobj.c (do_free_variable_cleanup): Likewise.
2049         * vax-tdep.c (vax_supply_gregset): Likewise.
2050         (vax_frame_cache): Likewise.
2051         * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_cache): Likewise.
2052         * xml-support.c (gdb_xml_body_text): Likewise.
2053         (gdb_xml_values_cleanup): Likewise.
2054         (gdb_xml_start_element): Likewise.
2055         (gdb_xml_start_element_wrapper): Likewise.
2056         (gdb_xml_end_element): Likewise.
2057         (gdb_xml_end_element_wrapper): Likewise.
2058         (gdb_xml_cleanup): Likewise.
2059         (gdb_xml_fetch_external_entity): Likewise.
2060         (gdb_xml_parse_attr_enum): Likewise.
2061         (xinclude_start_include): Likewise.
2062         (xinclude_end_include): Likewise.
2063         (xml_xinclude_default): Likewise.
2064         (xml_xinclude_start_doctype): Likewise.
2065         (xml_xinclude_end_doctype): Likewise.
2066         (xml_xinclude_cleanup): Likewise.
2067         (xml_fetch_content_from_file): Likewise.
2068         * xml-syscall.c (free_syscalls_info): Likewise.
2069         (syscall_start_syscall): Likewise.
2070         * xml-tdesc.c (tdesc_end_arch): Likewise.
2071         (tdesc_end_osabi): Likewise.
2072         (tdesc_end_compatible): Likewise.
2073         (tdesc_start_target): Likewise.
2074         (tdesc_start_feature): Likewise.
2075         (tdesc_start_reg): Likewise.
2076         (tdesc_start_union): Likewise.
2077         (tdesc_start_struct): Likewise.
2078         (tdesc_start_flags): Likewise.
2079         (tdesc_start_field): Likewise.
2080         (tdesc_start_vector): Likewise.
2081         (fetch_available_features_from_target): Likewise.
2082         * xstormy16-tdep.c (xstormy16_frame_cache): Likewise.
2083         * xtensa-tdep.c (xtensa_supply_gregset): Likewise.
2084         (xtensa_frame_cache): Likewise.
2085         (xtensa_frame_prev_register): Likewise.
2086         (xtensa_extract_return_value): Likewise.
2087
2088 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
2089
2090         * aarch64-tdep.c (aarch64_make_prologue_cache): Add cast(s).
2091         (aarch64_make_stub_cache): Likewise.
2092         (value_of_aarch64_user_reg): Likewise.
2093         * ada-lang.c (ada_inferior_data_cleanup): Likewise.
2094         (get_ada_inferior_data): Likewise.
2095         (get_ada_pspace_data): Likewise.
2096         (ada_pspace_data_cleanup): Likewise.
2097         (ada_complete_symbol_matcher): Likewise.
2098         (ada_exc_search_name_matches): Likewise.
2099         * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
2100         (get_ada_tasks_inferior_data): Likewise.
2101         * addrmap.c (addrmap_mutable_foreach_worker): Likewise.
2102         (splay_obstack_alloc): Likewise.
2103         (splay_obstack_free): Likewise.
2104         * alpha-linux-tdep.c (alpha_linux_supply_gregset): Likewise.
2105         (alpha_linux_collect_gregset): Likewise.
2106         (alpha_linux_supply_fpregset): Likewise.
2107         (alpha_linux_collect_fpregset): Likewise.
2108         * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind_cache): Likewise.
2109         * alpha-tdep.c (alpha_lds): Likewise.
2110         (alpha_sts): Likewise.
2111         (alpha_sigtramp_frame_unwind_cache): Likewise.
2112         (alpha_heuristic_frame_unwind_cache): Likewise.
2113         (alpha_supply_int_regs): Likewise.
2114         (alpha_fill_int_regs): Likewise.
2115         (alpha_supply_fp_regs): Likewise.
2116         (alpha_fill_fp_regs): Likewise.
2117         * alphanbsd-tdep.c (alphanbsd_supply_fpregset): Likewise.
2118         (alphanbsd_aout_supply_gregset): Likewise.
2119         (alphanbsd_supply_gregset): Likewise.
2120         * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
2121         (amd64_x32_linux_init_abi): Likewise.
2122         * amd64-nat.c (amd64_supply_native_gregset): Likewise.
2123         (amd64_collect_native_gregset): Likewise.
2124         * amd64-tdep.c (amd64_frame_cache): Likewise.
2125         (amd64_sigtramp_frame_cache): Likewise.
2126         (amd64_epilogue_frame_cache): Likewise.
2127         (amd64_supply_fxsave): Likewise.
2128         (amd64_supply_xsave): Likewise.
2129         (amd64_collect_fxsave): Likewise.
2130         (amd64_collect_xsave): Likewise.
2131         * amd64-windows-tdep.c (amd64_windows_frame_cache): Likewise.
2132         * amd64obsd-tdep.c (amd64obsd_trapframe_cache): Likewise.
2133         * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
2134         (arm_linux_collect_gregset): Likewise.
2135         (arm_linux_supply_nwfpe): Likewise.
2136         (arm_linux_collect_nwfpe): Likewise.
2137         (arm_linux_supply_vfp): Likewise.
2138         (arm_linux_collect_vfp): Likewise.
2139         * arm-tdep.c (arm_find_mapping_symbol): Likewise.
2140         (arm_prologue_unwind_stop_reason): Likewise.
2141         (arm_prologue_this_id): Likewise.
2142         (arm_prologue_prev_register): Likewise.
2143         (arm_exidx_data_free): Likewise.
2144         (arm_find_exidx_entry): Likewise.
2145         (arm_stub_this_id): Likewise.
2146         (arm_m_exception_this_id): Likewise.
2147         (arm_m_exception_prev_register): Likewise.
2148         (arm_normal_frame_base): Likewise.
2149         (gdb_print_insn_arm): Likewise.
2150         (arm_objfile_data_free): Likewise.
2151         (arm_record_special_symbol): Likewise.
2152         (value_of_arm_user_reg): Likewise.
2153         * armbsd-tdep.c (armbsd_supply_fpregset): Likewise.
2154         (armbsd_supply_gregset): Likewise.
2155         * auto-load.c (auto_load_pspace_data_cleanup): Likewise.
2156         (get_auto_load_pspace_data): Likewise.
2157         (hash_loaded_script_entry): Likewise.
2158         (eq_loaded_script_entry): Likewise.
2159         (clear_section_scripts): Likewise.
2160         (collect_matching_scripts): Likewise.
2161         * auxv.c (auxv_inferior_data_cleanup): Likewise.
2162         (get_auxv_inferior_data): Likewise.
2163         * avr-tdep.c (avr_frame_unwind_cache): Likewise.
2164         * ax-general.c (do_free_agent_expr_cleanup): Likewise.
2165         * bfd-target.c (target_bfd_xfer_partial): Likewise.
2166         (target_bfd_xclose): Likewise.
2167         (target_bfd_get_section_table): Likewise.
2168         * bfin-tdep.c (bfin_frame_cache): Likewise.
2169         * block.c (find_block_in_blockvector): Likewise.
2170         (call_site_for_pc): Likewise.
2171         (block_find_non_opaque_type_preferred): Likewise.
2172         * break-catch-sig.c (signal_catchpoint_insert_location): Likewise.
2173         (signal_catchpoint_remove_location): Likewise.
2174         (signal_catchpoint_breakpoint_hit): Likewise.
2175         (signal_catchpoint_print_one): Likewise.
2176         (signal_catchpoint_print_mention): Likewise.
2177         (signal_catchpoint_print_recreate): Likewise.
2178         * break-catch-syscall.c (get_catch_syscall_inferior_data): Likewise.
2179         * breakpoint.c (do_cleanup_counted_command_line): Likewise.
2180         (bp_location_compare_addrs): Likewise.
2181         (get_first_locp_gte_addr): Likewise.
2182         (check_tracepoint_command): Likewise.
2183         (do_map_commands_command): Likewise.
2184         (get_breakpoint_objfile_data): Likewise.
2185         (free_breakpoint_probes): Likewise.
2186         (do_captured_breakpoint_query): Likewise.
2187         (compare_breakpoints): Likewise.
2188         (bp_location_compare): Likewise.
2189         (bpstat_remove_breakpoint_callback): Likewise.
2190         (do_delete_breakpoint_cleanup): Likewise.
2191         * bsd-uthread.c (bsd_uthread_set_supply_uthread): Likewise.
2192         (bsd_uthread_set_collect_uthread): Likewise.
2193         (bsd_uthread_activate): Likewise.
2194         (bsd_uthread_fetch_registers): Likewise.
2195         (bsd_uthread_store_registers): Likewise.
2196         * btrace.c (check_xml_btrace_version): Likewise.
2197         (parse_xml_btrace_block): Likewise.
2198         (parse_xml_btrace_pt_config_cpu): Likewise.
2199         (parse_xml_btrace_pt_raw): Likewise.
2200         (parse_xml_btrace_pt): Likewise.
2201         (parse_xml_btrace_conf_bts): Likewise.
2202         (parse_xml_btrace_conf_pt): Likewise.
2203         (do_btrace_data_cleanup): Likewise.
2204         * c-typeprint.c (find_typedef_for_canonicalize): Likewise.
2205         * charset.c (cleanup_iconv): Likewise.
2206         (do_cleanup_iterator): Likewise.
2207         * cli-out.c (cli_uiout_dtor): Likewise.
2208         (cli_table_begin): Likewise.
2209         (cli_table_body): Likewise.
2210         (cli_table_end): Likewise.
2211         (cli_table_header): Likewise.
2212         (cli_begin): Likewise.
2213         (cli_end): Likewise.
2214         (cli_field_int): Likewise.
2215         (cli_field_skip): Likewise.
2216         (cli_field_string): Likewise.
2217         (cli_field_fmt): Likewise.
2218         (cli_spaces): Likewise.
2219         (cli_text): Likewise.
2220         (cli_message): Likewise.
2221         (cli_wrap_hint): Likewise.
2222         (cli_flush): Likewise.
2223         (cli_redirect): Likewise.
2224         (out_field_fmt): Likewise.
2225         (field_separator): Likewise.
2226         (cli_out_set_stream): Likewise.
2227         * cli/cli-cmds.c (compare_symtabs): Likewise.
2228         * cli/cli-dump.c (call_dump_func): Likewise.
2229         (restore_section_callback): Likewise.
2230         * cli/cli-script.c (clear_hook_in_cleanup): Likewise.
2231         (do_restore_user_call_depth): Likewise.
2232         (do_free_command_lines_cleanup): Likewise.
2233         * coff-pe-read.c (get_section_vmas): Likewise.
2234         (pe_as16): Likewise.
2235         (pe_as32): Likewise.
2236         * coffread.c (coff_symfile_read): Likewise.
2237         * common/agent.c (agent_look_up_symbols): Likewise.
2238         * common/filestuff.c (do_close_cleanup): Likewise.
2239         * common/format.c (free_format_pieces_cleanup): Likewise.
2240         * common/vec.c (vec_o_reserve): Likewise.
2241         * compile/compile-c-support.c (print_one_macro): Likewise.
2242         * compile/compile-c-symbols.c (hash_symbol_error): Likewise.
2243         (eq_symbol_error): Likewise.
2244         (del_symbol_error): Likewise.
2245         (error_symbol_once): Likewise.
2246         (gcc_convert_symbol): Likewise.
2247         (gcc_symbol_address): Likewise.
2248         (hash_symname): Likewise.
2249         (eq_symname): Likewise.
2250         * compile/compile-c-types.c (hash_type_map_instance): Likewise.
2251         (eq_type_map_instance): Likewise.
2252         (insert_type): Likewise.
2253         (convert_type): Likewise.
2254         * compile/compile-object-load.c (munmap_listp_free_cleanup): Likewise.
2255         (setup_sections): Likewise.
2256         (link_hash_table_free): Likewise.
2257         (copy_sections): Likewise.
2258         * compile/compile-object-run.c (do_module_cleanup): Likewise.
2259         * compile/compile.c (compile_print_value): Likewise.
2260         (do_rmdir): Likewise.
2261         (cleanup_compile_instance): Likewise.
2262         (cleanup_unlink_file): Likewise.
2263         * completer.c (free_completion_tracker): Likewise.
2264         * corelow.c (add_to_spuid_list): Likewise.
2265         * cp-namespace.c (reset_directive_searched): Likewise.
2266         * cp-support.c (reset_directive_searched): Likewise.
2267         * cris-tdep.c (cris_sigtramp_frame_unwind_cache): Likewise.
2268         (cris_frame_unwind_cache): Likewise.
2269         * d-lang.c (builtin_d_type): Likewise.
2270         * d-namespace.c (reset_directive_searched): Likewise.
2271         * dbxread.c (dbx_free_symfile_info): Likewise.
2272         (do_free_bincl_list_cleanup): Likewise.
2273         * disasm.c (hash_dis_line_entry): Likewise.
2274         (eq_dis_line_entry): Likewise.
2275         (dis_asm_print_address): Likewise.
2276         (fprintf_disasm): Likewise.
2277         (do_ui_file_delete): Likewise.
2278         * doublest.c (convert_floatformat_to_doublest): Likewise.
2279         * dummy-frame.c (pop_dummy_frame_bpt): Likewise.
2280         (dummy_frame_prev_register): Likewise.
2281         (dummy_frame_this_id): Likewise.
2282         * dwarf2-frame-tailcall.c (cache_hash): Likewise.
2283         (cache_eq): Likewise.
2284         (cache_find): Likewise.
2285         (tailcall_frame_this_id): Likewise.
2286         (dwarf2_tailcall_prev_register_first): Likewise.
2287         (tailcall_frame_prev_register): Likewise.
2288         (tailcall_frame_dealloc_cache): Likewise.
2289         (tailcall_frame_prev_arch): Likewise.
2290         * dwarf2-frame.c (dwarf2_frame_state_free): Likewise.
2291         (dwarf2_frame_set_init_reg): Likewise.
2292         (dwarf2_frame_init_reg): Likewise.
2293         (dwarf2_frame_set_signal_frame_p): Likewise.
2294         (dwarf2_frame_signal_frame_p): Likewise.
2295         (dwarf2_frame_set_adjust_regnum): Likewise.
2296         (dwarf2_frame_adjust_regnum): Likewise.
2297         (clear_pointer_cleanup): Likewise.
2298         (dwarf2_frame_cache): Likewise.
2299         (find_cie): Likewise.
2300         (dwarf2_frame_find_fde): Likewise.
2301         * dwarf2expr.c (dwarf_expr_address_type): Likewise.
2302         (free_dwarf_expr_context_cleanup): Likewise.
2303         * dwarf2loc.c (locexpr_find_frame_base_location): Likewise.
2304         (locexpr_get_frame_base): Likewise.
2305         (loclist_find_frame_base_location): Likewise.
2306         (loclist_get_frame_base): Likewise.
2307         (dwarf_expr_dwarf_call): Likewise.
2308         (dwarf_expr_get_base_type): Likewise.
2309         (dwarf_expr_push_dwarf_reg_entry_value): Likewise.
2310         (dwarf_expr_get_obj_addr): Likewise.
2311         (entry_data_value_coerce_ref): Likewise.
2312         (entry_data_value_copy_closure): Likewise.
2313         (entry_data_value_free_closure): Likewise.
2314         (get_frame_address_in_block_wrapper): Likewise.
2315         (dwarf2_evaluate_property): Likewise.
2316         (dwarf2_compile_property_to_c): Likewise.
2317         (needs_frame_read_addr_from_reg): Likewise.
2318         (needs_frame_get_reg_value): Likewise.
2319         (needs_frame_frame_base): Likewise.
2320         (needs_frame_frame_cfa): Likewise.
2321         (needs_frame_tls_address): Likewise.
2322         (needs_frame_dwarf_call): Likewise.
2323         (needs_dwarf_reg_entry_value): Likewise.
2324         (get_ax_pc): Likewise.
2325         (locexpr_read_variable): Likewise.
2326         (locexpr_read_variable_at_entry): Likewise.
2327         (locexpr_read_needs_frame): Likewise.
2328         (locexpr_describe_location): Likewise.
2329         (locexpr_tracepoint_var_ref): Likewise.
2330         (locexpr_generate_c_location): Likewise.
2331         (loclist_read_variable): Likewise.
2332         (loclist_read_variable_at_entry): Likewise.
2333         (loclist_describe_location): Likewise.
2334         (loclist_tracepoint_var_ref): Likewise.
2335         (loclist_generate_c_location): Likewise.
2336         * dwarf2read.c (line_header_hash_voidp): Likewise.
2337         (line_header_eq_voidp): Likewise.
2338         (dwarf2_has_info): Likewise.
2339         (dwarf2_get_section_info): Likewise.
2340         (locate_dwz_sections): Likewise.
2341         (hash_file_name_entry): Likewise.
2342         (eq_file_name_entry): Likewise.
2343         (delete_file_name_entry): Likewise.
2344         (dw2_setup): Likewise.
2345         (dw2_get_file_names_reader): Likewise.
2346         (dw2_find_pc_sect_compunit_symtab): Likewise.
2347         (hash_signatured_type): Likewise.
2348         (eq_signatured_type): Likewise.
2349         (add_signatured_type_cu_to_table): Likewise.
2350         (create_debug_types_hash_table): Likewise.
2351         (lookup_dwo_signatured_type): Likewise.
2352         (lookup_dwp_signatured_type): Likewise.
2353         (lookup_signatured_type): Likewise.
2354         (hash_type_unit_group): Likewise.
2355         (eq_type_unit_group): Likewise.
2356         (get_type_unit_group): Likewise.
2357         (process_psymtab_comp_unit_reader): Likewise.
2358         (sort_tu_by_abbrev_offset): Likewise.
2359         (process_skeletonless_type_unit): Likewise.
2360         (psymtabs_addrmap_cleanup): Likewise.
2361         (dwarf2_read_symtab): Likewise.
2362         (psymtab_to_symtab_1): Likewise.
2363         (die_hash): Likewise.
2364         (die_eq): Likewise.
2365         (load_full_comp_unit_reader): Likewise.
2366         (reset_die_in_process): Likewise.
2367         (free_cu_line_header): Likewise.
2368         (handle_DW_AT_stmt_list): Likewise.
2369         (hash_dwo_file): Likewise.
2370         (eq_dwo_file): Likewise.
2371         (hash_dwo_unit): Likewise.
2372         (eq_dwo_unit): Likewise.
2373         (create_dwo_cu_reader): Likewise.
2374         (create_dwo_unit_in_dwp_v1): Likewise.
2375         (create_dwo_unit_in_dwp_v2): Likewise.
2376         (lookup_dwo_unit_in_dwp): Likewise.
2377         (dwarf2_locate_dwo_sections): Likewise.
2378         (dwarf2_locate_common_dwp_sections): Likewise.
2379         (dwarf2_locate_v2_dwp_sections): Likewise.
2380         (hash_dwp_loaded_cutus): Likewise.
2381         (eq_dwp_loaded_cutus): Likewise.
2382         (lookup_dwo_cutu): Likewise.
2383         (abbrev_table_free_cleanup): Likewise.
2384         (dwarf2_free_abbrev_table): Likewise.
2385         (find_partial_die_in_comp_unit): Likewise.
2386         (free_line_header_voidp): Likewise.
2387         (follow_die_offset): Likewise.
2388         (follow_die_sig_1): Likewise.
2389         (free_heap_comp_unit): Likewise.
2390         (free_stack_comp_unit): Likewise.
2391         (dwarf2_free_objfile): Likewise.
2392         (per_cu_offset_and_type_hash): Likewise.
2393         (per_cu_offset_and_type_eq): Likewise.
2394         (get_die_type_at_offset): Likewise.
2395         (partial_die_hash): Likewise.
2396         (partial_die_eq): Likewise.
2397         (dwarf2_per_objfile_free): Likewise.
2398         (hash_strtab_entry): Likewise.
2399         (eq_strtab_entry): Likewise.
2400         (add_string): Likewise.
2401         (hash_symtab_entry): Likewise.
2402         (eq_symtab_entry): Likewise.
2403         (delete_symtab_entry): Likewise.
2404         (cleanup_mapped_symtab): Likewise.
2405         (add_indices_to_cpool): Likewise.
2406         (hash_psymtab_cu_index): Likewise.
2407         (eq_psymtab_cu_index): Likewise.
2408         (add_address_entry_worker): Likewise.
2409         (unlink_if_set): Likewise.
2410         (write_one_signatured_type): Likewise.
2411         (save_gdb_index_command): Likewise.
2412         * elfread.c (elf_symtab_read): Likewise.
2413         (elf_gnu_ifunc_cache_hash): Likewise.
2414         (elf_gnu_ifunc_cache_eq): Likewise.
2415         (elf_gnu_ifunc_record_cache): Likewise.
2416         (elf_gnu_ifunc_resolve_by_cache): Likewise.
2417         (elf_get_probes): Likewise.
2418         (probe_key_free): Likewise.
2419         * f-lang.c (builtin_f_type): Likewise.
2420         * frame-base.c (frame_base_append_sniffer): Likewise.
2421         (frame_base_set_default): Likewise.
2422         (frame_base_find_by_frame): Likewise.
2423         * frame-unwind.c (frame_unwind_prepend_unwinder): Likewise.
2424         (frame_unwind_append_unwinder): Likewise.
2425         (frame_unwind_find_by_frame): Likewise.
2426         * frame.c (frame_addr_hash): Likewise.
2427         (frame_addr_hash_eq): Likewise.
2428         (frame_stash_find): Likewise.
2429         (do_frame_register_read): Likewise.
2430         (unwind_to_current_frame): Likewise.
2431         (frame_cleanup_after_sniffer): Likewise.
2432         * frv-linux-tdep.c (frv_linux_sigtramp_frame_cache): Likewise.
2433         * frv-tdep.c (frv_frame_unwind_cache): Likewise.
2434         * ft32-tdep.c (ft32_frame_cache): Likewise.
2435         * gcore.c (do_bfd_delete_cleanup): Likewise.
2436         (gcore_create_callback): Likewise.
2437         * gdb_bfd.c (hash_bfd): Likewise.
2438         (eq_bfd): Likewise.
2439         (gdb_bfd_open): Likewise.
2440         (free_one_bfd_section): Likewise.
2441         (gdb_bfd_ref): Likewise.
2442         (gdb_bfd_unref): Likewise.
2443         (get_section_descriptor): Likewise.
2444         (gdb_bfd_map_section): Likewise.
2445         (gdb_bfd_crc): Likewise.
2446         (gdb_bfd_mark_parent): Likewise.
2447         (gdb_bfd_record_inclusion): Likewise.
2448         (gdb_bfd_requires_relocations): Likewise.
2449         (print_one_bfd): Likewise.
2450         * gdbtypes.c (type_pair_hash): Likewise.
2451         (type_pair_eq): Likewise.
2452         (builtin_type): Likewise.
2453         (objfile_type): Likewise.
2454         * gnu-v3-abi.c (vtable_ptrdiff_type): Likewise.
2455         (vtable_address_point_offset): Likewise.
2456         (gnuv3_get_vtable): Likewise.
2457         (hash_value_and_voffset): Likewise.
2458         (eq_value_and_voffset): Likewise.
2459         (compare_value_and_voffset): Likewise.
2460         (compute_vtable_size): Likewise.
2461         (gnuv3_get_typeid_type): Likewise.
2462         * go-lang.c (builtin_go_type): Likewise.
2463         * guile/scm-block.c (bkscm_hash_block_smob): Likewise.
2464         (bkscm_eq_block_smob): Likewise.
2465         (bkscm_objfile_block_map): Likewise.
2466         (bkscm_del_objfile_blocks): Likewise.
2467         * guile/scm-breakpoint.c (bpscm_build_bp_list): Likewise.
2468         * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker): Likewise.
2469         (gdbscm_disasm_print_address): Likewise.
2470         * guile/scm-frame.c (frscm_hash_frame_smob): Likewise.
2471         (frscm_eq_frame_smob): Likewise.
2472         (frscm_inferior_frame_map): Likewise.
2473         (frscm_del_inferior_frames): Likewise.
2474         * guile/scm-gsmob.c (gdbscm_add_objfile_ref): Likewise.
2475         * guile/scm-objfile.c (ofscm_handle_objfile_deleted): Likewise.
2476         (ofscm_objfile_smob_from_objfile): Likewise.
2477         * guile/scm-ports.c (ioscm_write): Likewise.
2478         (ioscm_file_port_delete): Likewise.
2479         (ioscm_file_port_rewind): Likewise.
2480         (ioscm_file_port_put): Likewise.
2481         (ioscm_file_port_write): Likewise.
2482         * guile/scm-progspace.c (psscm_handle_pspace_deleted): Likewise.
2483         (psscm_pspace_smob_from_pspace): Likewise.
2484         * guile/scm-safe-call.c (scscm_recording_pre_unwind_handler): Likewise.
2485         (scscm_recording_unwind_handler): Likewise.
2486         (gdbscm_with_catch): Likewise.
2487         (scscm_call_0_body): Likewise.
2488         (scscm_call_1_body): Likewise.
2489         (scscm_call_2_body): Likewise.
2490         (scscm_call_3_body): Likewise.
2491         (scscm_call_4_body): Likewise.
2492         (scscm_apply_1_body): Likewise.
2493         (scscm_eval_scheme_string): Likewise.
2494         (gdbscm_safe_eval_string): Likewise.
2495         (scscm_source_scheme_script): Likewise.
2496         (gdbscm_safe_source_script): Likewise.
2497         * guile/scm-string.c (gdbscm_call_scm_to_stringn): Likewise.
2498         (gdbscm_call_scm_from_stringn): Likewise.
2499         * guile/scm-symbol.c (syscm_hash_symbol_smob): Likewise.
2500         (syscm_eq_symbol_smob): Likewise.
2501         (syscm_get_symbol_map): Likewise.
2502         (syscm_del_objfile_symbols): Likewise.
2503         * guile/scm-symtab.c (stscm_hash_symtab_smob): Likewise.
2504         (stscm_eq_symtab_smob): Likewise.
2505         (stscm_objfile_symtab_map): Likewise.
2506         (stscm_del_objfile_symtabs): Likewise.
2507         * guile/scm-type.c (tyscm_hash_type_smob): Likewise.
2508         (tyscm_eq_type_smob): Likewise.
2509         (tyscm_type_map): Likewise.
2510         (tyscm_copy_type_recursive): Likewise.
2511         (save_objfile_types): Likewise.
2512         * guile/scm-utils.c (extract_arg): Likewise.
2513         * h8300-tdep.c (h8300_frame_cache): Likewise.
2514         * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind_cache): Likewise.
2515         * hppa-tdep.c (compare_unwind_entries): Likewise.
2516         (find_unwind_entry): Likewise.
2517         (hppa_frame_cache): Likewise.
2518         (hppa_stub_frame_unwind_cache): Likewise.
2519         * hppanbsd-tdep.c (hppanbsd_supply_gregset): Likewise.
2520         * hppaobsd-tdep.c (hppaobsd_supply_gregset): Likewise.
2521         (hppaobsd_supply_fpregset): Likewise.
2522         * i386-cygwin-tdep.c (core_process_module_section): Likewise.
2523         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
2524         * i386-tdep.c (i386_frame_cache): Likewise.
2525         (i386_epilogue_frame_cache): Likewise.
2526         (i386_sigtramp_frame_cache): Likewise.
2527         (i386_supply_gregset): Likewise.
2528         (i386_collect_gregset): Likewise.
2529         (i386_gdbarch_init): Likewise.
2530         * i386obsd-tdep.c (i386obsd_aout_supply_regset): Likewise.
2531         (i386obsd_trapframe_cache): Likewise.
2532         * i387-tdep.c (i387_supply_fsave): Likewise.
2533         (i387_collect_fsave): Likewise.
2534         (i387_supply_fxsave): Likewise.
2535         (i387_collect_fxsave): Likewise.
2536         (i387_supply_xsave): Likewise.
2537         (i387_collect_xsave): Likewise.
2538         * ia64-tdep.c (ia64_frame_cache): Likewise.
2539         (ia64_sigtramp_frame_cache): Likewise.
2540         * infcmd.c (attach_command_continuation): Likewise.
2541         (attach_command_continuation_free_args): Likewise.
2542         * inferior.c (restore_inferior): Likewise.
2543         (delete_thread_of_inferior): Likewise.
2544         * inflow.c (inflow_inferior_data_cleanup): Likewise.
2545         (get_inflow_inferior_data): Likewise.
2546         (inflow_inferior_exit): Likewise.
2547         * infrun.c (displaced_step_clear_cleanup): Likewise.
2548         (restore_current_uiout_cleanup): Likewise.
2549         (release_stop_context_cleanup): Likewise.
2550         (do_restore_infcall_suspend_state_cleanup): Likewise.
2551         (do_restore_infcall_control_state_cleanup): Likewise.
2552         (restore_inferior_ptid): Likewise.
2553         * inline-frame.c (block_starting_point_at): Likewise.
2554         * iq2000-tdep.c (iq2000_frame_cache): Likewise.
2555         * jit.c (get_jit_objfile_data): Likewise.
2556         (get_jit_program_space_data): Likewise.
2557         (jit_object_close_impl): Likewise.
2558         (jit_find_objf_with_entry_addr): Likewise.
2559         (jit_breakpoint_deleted): Likewise.
2560         (jit_unwind_reg_set_impl): Likewise.
2561         (jit_unwind_reg_get_impl): Likewise.
2562         (jit_dealloc_cache): Likewise.
2563         (jit_frame_sniffer): Likewise.
2564         (jit_frame_prev_register): Likewise.
2565         (jit_prepend_unwinder): Likewise.
2566         (jit_inferior_exit_hook): Likewise.
2567         (free_objfile_data): Likewise.
2568         * jv-lang.c (jv_per_objfile_free): Likewise.
2569         (get_dynamics_objfile): Likewise.
2570         (get_java_class_symtab): Likewise.
2571         (builtin_java_type): Likewise.
2572         * language.c (language_string_char_type): Likewise.
2573         (language_bool_type): Likewise.
2574         (language_lookup_primitive_type): Likewise.
2575         (language_lookup_primitive_type_as_symbol): Likewise.
2576         * linespec.c (hash_address_entry): Likewise.
2577         (eq_address_entry): Likewise.
2578         (iterate_inline_only): Likewise.
2579         (iterate_name_matcher): Likewise.
2580         (decode_line_2_compare_items): Likewise.
2581         (collect_one_symbol): Likewise.
2582         (compare_symbols): Likewise.
2583         (compare_msymbols): Likewise.
2584         (add_symtabs_to_list): Likewise.
2585         (collect_symbols): Likewise.
2586         (compare_msyms): Likewise.
2587         (add_minsym): Likewise.
2588         (cleanup_linespec_result): Likewise.
2589         * linux-fork.c (inferior_call_waitpid_cleanup): Likewise.
2590         * linux-nat.c (delete_lwp_cleanup): Likewise.
2591         (count_events_callback): Likewise.
2592         (select_event_lwp_callback): Likewise.
2593         (resume_stopped_resumed_lwps): Likewise.
2594         * linux-tdep.c (get_linux_gdbarch_data): Likewise.
2595         (invalidate_linux_cache_inf): Likewise.
2596         (get_linux_inferior_data): Likewise.
2597         (linux_find_memory_regions_thunk): Likewise.
2598         (linux_make_mappings_callback): Likewise.
2599         (linux_corefile_thread_callback): Likewise.
2600         (find_mapping_size): Likewise.
2601         * linux-thread-db.c (find_new_threads_callback): Likewise.
2602         * lm32-tdep.c (lm32_frame_cache): Likewise.
2603         * m2-lang.c (builtin_m2_type): Likewise.
2604         * m32c-tdep.c (m32c_analyze_frame_prologue): Likewise.
2605         * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_cache): Likewise.
2606         (m32r_linux_supply_gregset): Likewise.
2607         (m32r_linux_collect_gregset): Likewise.
2608         * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
2609         * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
2610         * m68k-tdep.c (m68k_frame_cache): Likewise.
2611         * m68kbsd-tdep.c (m68kbsd_supply_fpregset): Likewise.
2612         (m68kbsd_supply_gregset): Likewise.
2613         * m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise.
2614         * m88k-tdep.c (m88k_frame_cache): Likewise.
2615         (m88k_supply_gregset): Likewise.
2616
2617 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
2618
2619         * aarch64-linux-tdep.c (aarch64_stap_parse_special_token): Add cast
2620         to allocation result assignment.
2621         * ada-exp.y (write_object_renaming): Likewise.
2622         (write_ambiguous_var): Likewise.
2623         (ada_nget_field_index): Likewise.
2624         (write_var_or_type): Likewise.
2625         * ada-lang.c (ada_decode_symbol): Likewise.
2626         (ada_value_assign): Likewise.
2627         (value_pointer): Likewise.
2628         (cache_symbol): Likewise.
2629         (add_nonlocal_symbols): Likewise.
2630         (ada_name_for_lookup): Likewise.
2631         (symbol_completion_add): Likewise.
2632         (ada_to_fixed_type_1): Likewise.
2633         (ada_get_next_arg): Likewise.
2634         (defns_collected): Likewise.
2635         * ada-lex.l (processId): Likewise.
2636         (processString): Likewise.
2637         * ada-tasks.c (read_known_tasks_array): Likewise.
2638         (read_known_tasks_list): Likewise.
2639         * ada-typeprint.c (decoded_type_name): Likewise.
2640         * addrmap.c (addrmap_mutable_create_fixed): Likewise.
2641         * amd64-tdep.c (amd64_push_arguments): Likewise.
2642         (amd64_displaced_step_copy_insn): Likewise.
2643         (amd64_classify_insn_at): Likewise.
2644         (amd64_relocate_instruction): Likewise.
2645         * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Likewise.
2646         * arch-utils.c (simple_displaced_step_copy_insn): Likewise.
2647         (initialize_current_architecture): Likewise.
2648         * arm-linux-tdep.c (arm_stap_parse_special_token): Likewise.
2649         * arm-symbian-tdep.c (arm_symbian_osabi_sniffer): Likewise.
2650         * arm-tdep.c (arm_exidx_new_objfile): Likewise.
2651         (arm_push_dummy_call): Likewise.
2652         (extend_buffer_earlier): Likewise.
2653         (arm_adjust_breakpoint_address): Likewise.
2654         (arm_skip_stub): Likewise.
2655         * auto-load.c (filename_is_in_pattern): Likewise.
2656         (maybe_add_script_file): Likewise.
2657         (maybe_add_script_text): Likewise.
2658         (auto_load_objfile_script_1): Likewise.
2659         * auxv.c (ld_so_xfer_auxv): Likewise.
2660         * ax-general.c (new_agent_expr): Likewise.
2661         (grow_expr): Likewise.
2662         (ax_reg_mask): Likewise.
2663         * bcache.c (bcache_full): Likewise.
2664         * breakpoint.c (program_breakpoint_here_p): Likewise.
2665         * btrace.c (parse_xml_raw): Likewise.
2666         * build-id.c (build_id_to_debug_bfd): Likewise.
2667         * buildsym.c (end_symtab_with_blockvector): Likewise.
2668         * c-exp.y (string_exp): Likewise.
2669         (qualified_name): Likewise.
2670         (write_destructor_name): Likewise.
2671         (operator_stoken): Likewise.
2672         (parse_number): Likewise.
2673         (scan_macro_expansion): Likewise.
2674         (yylex): Likewise.
2675         (c_print_token): Likewise.
2676         * c-lang.c (c_get_string): Likewise.
2677         (emit_numeric_character): Likewise.
2678         * charset.c (wchar_iterate): Likewise.
2679         * cli/cli-cmds.c (complete_command): Likewise.
2680         (make_command): Likewise.
2681         * cli/cli-dump.c (restore_section_callback): Likewise.
2682         (restore_binary_file): Likewise.
2683         * cli/cli-interp.c (cli_interpreter_exec): Likewise.
2684         * cli/cli-script.c (execute_control_command): Likewise.
2685         * cli/cli-setshow.c (do_set_command): Likewise.
2686         * coff-pe-read.c (add_pe_forwarded_sym): Likewise.
2687         (read_pe_exported_syms): Likewise.
2688         * coffread.c (coff_read_struct_type): Likewise.
2689         (coff_read_enum_type): Likewise.
2690         * common/btrace-common.c (btrace_data_append): Likewise.
2691         * common/buffer.c (buffer_grow): Likewise.
2692         * common/filestuff.c (gdb_fopen_cloexec): Likewise.
2693         * common/format.c (parse_format_string): Likewise.
2694         * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
2695         * common/xml-utils.c (xml_escape_text): Likewise.
2696         * compile/compile-object-load.c (copy_sections): Likewise.
2697         (compile_object_load): Likewise.
2698         * compile/compile-object-run.c (compile_object_run): Likewise.
2699         * completer.c (filename_completer): Likewise.
2700         * corefile.c (read_memory_typed_address): Likewise.
2701         (write_memory_unsigned_integer): Likewise.
2702         (write_memory_signed_integer): Likewise.
2703         (complete_set_gnutarget): Likewise.
2704         * corelow.c (get_core_register_section): Likewise.
2705         * cp-name-parser.y (d_grab): Likewise.
2706         (allocate_info): Likewise.
2707         (cp_new_demangle_parse_info): Likewise.
2708         * cp-namespace.c (cp_scan_for_anonymous_namespaces): Likewise.
2709         (cp_lookup_symbol_in_namespace): Likewise.
2710         (lookup_namespace_scope): Likewise.
2711         (find_symbol_in_baseclass): Likewise.
2712         (cp_lookup_nested_symbol): Likewise.
2713         (cp_lookup_transparent_type_loop): Likewise.
2714         * cp-support.c (copy_string_to_obstack): Likewise.
2715         (make_symbol_overload_list): Likewise.
2716         (make_symbol_overload_list_namespace): Likewise.
2717         (make_symbol_overload_list_adl_namespace): Likewise.
2718         (first_component_command): Likewise.
2719         * cp-valprint.c (cp_print_value): Likewise.
2720         * ctf.c (ctf_xfer_partial): Likewise.
2721         * d-exp.y (StringExp): Likewise.
2722         * d-namespace.c (d_lookup_symbol_in_module): Likewise.
2723         (lookup_module_scope): Likewise.
2724         (find_symbol_in_baseclass): Likewise.
2725         (d_lookup_nested_symbol): Likewise.
2726         * dbxread.c (find_stab_function_addr): Likewise.
2727         (read_dbx_symtab): Likewise.
2728         (dbx_end_psymtab): Likewise.
2729         (cp_set_block_scope): Likewise.
2730         * dcache.c (dcache_alloc): Likewise.
2731         * demangle.c (_initialize_demangler): Likewise.
2732         * dicos-tdep.c (dicos_load_module_p): Likewise.
2733         * dictionary.c (dict_create_hashed_expandable): Likewise.
2734         (dict_create_linear_expandable): Likewise.
2735         (expand_hashtable): Likewise.
2736         (add_symbol_linear_expandable): Likewise.
2737         * dwarf2-frame.c (add_cie): Likewise.
2738         (add_fde): Likewise.
2739         (dwarf2_build_frame_info): Likewise.
2740         * dwarf2expr.c (dwarf_expr_grow_stack): Likewise.
2741         (dwarf_expr_fetch_address): Likewise.
2742         (add_piece): Likewise.
2743         (execute_stack_op): Likewise.
2744         * dwarf2loc.c (chain_candidate): Likewise.
2745         (dwarf_entry_parameter_to_value): Likewise.
2746         (read_pieced_value): Likewise.
2747         (write_pieced_value): Likewise.
2748         * dwarf2read.c (dwarf2_read_section): Likewise.
2749         (add_type_unit): Likewise.
2750         (read_comp_units_from_section): Likewise.
2751         (fixup_go_packaging): Likewise.
2752         (dwarf2_compute_name): Likewise.
2753         (dwarf2_physname): Likewise.
2754         (create_dwo_unit_in_dwp_v1): Likewise.
2755         (create_dwo_unit_in_dwp_v2): Likewise.
2756         (read_func_scope): Likewise.
2757         (read_call_site_scope): Likewise.
2758         (dwarf2_attach_fields_to_type): Likewise.
2759         (process_structure_scope): Likewise.
2760         (mark_common_block_symbol_computed): Likewise.
2761         (read_common_block): Likewise.
2762         (abbrev_table_read_table): Likewise.
2763         (guess_partial_die_structure_name): Likewise.
2764         (fixup_partial_die): Likewise.
2765         (add_file_name): Likewise.
2766         (dwarf2_const_value_data): Likewise.
2767         (dwarf2_const_value_attr): Likewise.
2768         (build_error_marker_type): Likewise.
2769         (guess_full_die_structure_name): Likewise.
2770         (anonymous_struct_prefix): Likewise.
2771         (typename_concat): Likewise.
2772         (dwarf2_canonicalize_name): Likewise.
2773         (dwarf2_name): Likewise.
2774         (write_constant_as_bytes): Likewise.
2775         (dwarf2_fetch_constant_bytes): Likewise.
2776         (copy_string): Likewise.
2777         (parse_macro_definition): Likewise.
2778         * elfread.c (elf_symfile_segments): Likewise.
2779         (elf_rel_plt_read): Likewise.
2780         (elf_gnu_ifunc_resolve_by_cache): Likewise.
2781         (elf_gnu_ifunc_resolve_by_got): Likewise.
2782         (elf_read_minimal_symbols): Likewise.
2783         (elf_gnu_ifunc_record_cache): Likewise.
2784         * event-top.c (top_level_prompt): Likewise.
2785         (command_line_handler): Likewise.
2786         * exec.c (resize_section_table): Likewise.
2787         * expprint.c (print_subexp_standard): Likewise.
2788         * fbsd-tdep.c (fbsd_collect_regset_section_cb): Likewise.
2789         * findcmd.c (parse_find_args): Likewise.
2790         * findvar.c (address_from_register): Likewise.
2791         * frame.c (get_prev_frame_always): Likewise.
2792         * gdb_bfd.c (gdb_bfd_ref): Likewise.
2793         (get_section_descriptor): Likewise.
2794         * gdb_obstack.c (obconcat): Likewise.
2795         (obstack_strdup): Likewise.
2796         * gdbtypes.c (lookup_function_type_with_arguments): Likewise.
2797         (create_set_type): Likewise.
2798         (lookup_unsigned_typename): Likewise.
2799         (lookup_signed_typename): Likewise.
2800         (resolve_dynamic_union): Likewise.
2801         (resolve_dynamic_struct): Likewise.
2802         (add_dyn_prop): Likewise.
2803         (copy_dynamic_prop_list): Likewise.
2804         (arch_flags_type): Likewise.
2805         (append_composite_type_field_raw): Likewise.
2806         * gdbtypes.h (INIT_FUNC_SPECIFIC): Likewise.
2807         * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
2808         * go-exp.y (string_exp): Likewise.
2809         * go-lang.c (go_demangle): Likewise.
2810         * guile/guile.c (compute_scheme_string): Likewise.
2811         * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
2812         (gdbscm_canonicalize_command_name): Likewise.
2813         * guile/scm-ports.c (ioscm_init_stdio_buffers): Likewise.
2814         (ioscm_init_memory_port): Likewise.
2815         (ioscm_reinit_memory_port): Likewise.
2816         * guile/scm-utils.c (gdbscm_gc_xstrdup): Likewise.
2817         (gdbscm_gc_dup_argv): Likewise.
2818         * h8300-tdep.c (h8300_push_dummy_call): Likewise.
2819         * hppa-tdep.c (internalize_unwinds): Likewise.
2820         (read_unwind_info): Likewise.
2821         * i386-cygwin-tdep.c (core_process_module_section): Likewise.
2822         (windows_core_xfer_shared_libraries): Likewise.
2823         * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
2824         (i386_stap_parse_special_token_triplet): Likewise.
2825         (i386_stap_parse_special_token_three_arg_disp): Likewise.
2826         * i386obsd-tdep.c (i386obsd_sigtramp_p): Likewise.
2827         * inf-child.c (inf_child_fileio_readlink): Likewise.
2828         * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
2829         (inf_ptrace_store_register): Likewise.
2830         * infrun.c (follow_exec): Likewise.
2831         (displaced_step_prepare_throw): Likewise.
2832         (save_stop_context): Likewise.
2833         (save_infcall_suspend_state): Likewise.
2834         * jit.c (jit_read_descriptor): Likewise.
2835         (jit_read_code_entry): Likewise.
2836         (jit_symtab_line_mapping_add_impl): Likewise.
2837         (finalize_symtab): Likewise.
2838         (jit_unwind_reg_get_impl): Likewise.
2839         * jv-exp.y (QualifiedName): Likewise.
2840         * jv-lang.c (get_java_utf8_name): Likewise.
2841         (type_from_class): Likewise.
2842         (java_demangle_type_signature): Likewise.
2843         (java_class_name_from_physname): Likewise.
2844         * jv-typeprint.c (java_type_print_base): Likewise.
2845         * jv-valprint.c (java_value_print): Likewise.
2846         * language.c (add_language): Likewise.
2847         * linespec.c (add_sal_to_sals_basic): Likewise.
2848         (add_sal_to_sals): Likewise.
2849         (decode_objc): Likewise.
2850         (find_linespec_symbols): Likewise.
2851         * linux-fork.c (fork_save_infrun_state): Likewise.
2852         * linux-nat.c (linux_nat_detach): Likewise.
2853         (linux_nat_fileio_readlink): Likewise.
2854         * linux-record.c (record_linux_sockaddr): Likewise.
2855         (record_linux_msghdr): Likewise.
2856         (Do): Likewise.
2857         * linux-tdep.c (linux_core_info_proc_mappings): Likewise.
2858         (linux_collect_regset_section_cb): Likewise.
2859         (linux_get_siginfo_data): Likewise.
2860         * linux-thread-db.c (try_thread_db_load_from_pdir_1): Likewise.
2861         (try_thread_db_load_from_dir): Likewise.
2862         (thread_db_load_search): Likewise.
2863         (info_auto_load_libthread_db): Likewise.
2864         * m32c-tdep.c (m32c_m16c_address_to_pointer): Likewise.
2865         (m32c_m16c_pointer_to_address): Likewise.
2866         * m68hc11-tdep.c (m68hc11_pseudo_register_write): Likewise.
2867         * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
2868         * machoread.c (macho_check_dsym): Likewise.
2869         * macroexp.c (resize_buffer): Likewise.
2870         (gather_arguments): Likewise.
2871         (maybe_expand): Likewise.
2872         * macrotab.c (new_macro_key): Likewise.
2873         (new_source_file): Likewise.
2874         (new_macro_definition): Likewise.
2875         * mdebugread.c (parse_symbol): Likewise.
2876         (parse_type): Likewise.
2877         (parse_partial_symbols): Likewise.
2878         (psymtab_to_symtab_1): Likewise.
2879         * mem-break.c (default_memory_insert_breakpoint): Likewise.
2880         * mi/mi-cmd-break.c (mi_argv_to_format): Likewise.
2881         * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
2882         (mi_cmd_data_read_memory_bytes): Likewise.
2883         (mi_cmd_data_write_memory_bytes): Likewise.
2884         (mi_cmd_trace_frame_collected): Likewise.
2885         * mi/mi-parse.c (mi_parse_argv): Likewise.
2886         (mi_parse): Likewise.
2887         * minidebug.c (lzma_open): Likewise.
2888         (lzma_pread): Likewise.
2889         * mips-tdep.c (mips_read_fp_register_single): Likewise.
2890         (mips_print_fp_register): Likewise.
2891         * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Likewise.
2892         * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
2893         * mt-tdep.c (mt_register_name): Likewise.
2894         (mt_registers_info): Likewise.
2895         (mt_push_dummy_call): Likewise.
2896         * namespace.c (add_using_directive): Likewise.
2897         * nat/linux-btrace.c (perf_event_read): Likewise.
2898         (linux_enable_bts): Likewise.
2899         * nat/linux-osdata.c (linux_common_core_of_thread): Likewise.
2900         * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Likewise.
2901         * nto-tdep.c (nto_find_and_open_solib): Likewise.
2902         (nto_parse_redirection): Likewise.
2903         * objc-lang.c (objc_demangle): Likewise.
2904         (find_methods): Likewise.
2905         * objfiles.c (get_objfile_bfd_data): Likewise.
2906         (set_objfile_main_name): Likewise.
2907         (allocate_objfile): Likewise.
2908         (objfile_relocate): Likewise.
2909         (update_section_map): Likewise.
2910         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
2911         * p-exp.y (exp): Likewise.
2912         (yylex): Likewise.
2913         * p-valprint.c (pascal_object_print_value): Likewise.
2914         * parse.c (initialize_expout): Likewise.
2915         (mark_completion_tag): Likewise.
2916         (copy_name): Likewise.
2917         (parse_float): Likewise.
2918         (type_stack_reserve): Likewise.
2919         * ppc-linux-tdep.c (ppc_stap_parse_special_token): Likewise.
2920         (ppu2spu_prev_register): Likewise.
2921         * ppc-ravenscar-thread.c (supply_register_at_address): Likewise.
2922         * printcmd.c (printf_wide_c_string): Likewise.
2923         (printf_pointer): Likewise.
2924         * probe.c (parse_probes): Likewise.
2925         * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
2926         (cmdpy_init): Likewise.
2927         * python/py-gdb-readline.c (gdbpy_readline_wrapper): Likewise.
2928         * python/py-symtab.c (set_sal): Likewise.
2929         * python/py-unwind.c (pyuw_sniffer): Likewise.
2930         * python/python.c (python_interactive_command): Likewise.
2931         (compute_python_string): Likewise.
2932         * ravenscar-thread.c (get_running_thread_id): Likewise.
2933         * record-full.c (record_full_exec_insn): Likewise.
2934         (record_full_core_open_1): Likewise.
2935         * regcache.c (regcache_raw_read_signed): Likewise.
2936         (regcache_raw_read_unsigned): Likewise.
2937         (regcache_cooked_read_signed): Likewise.
2938         (regcache_cooked_read_unsigned): Likewise.
2939         * remote-fileio.c (remote_fileio_func_open): Likewise.
2940         (remote_fileio_func_rename): Likewise.
2941         (remote_fileio_func_unlink): Likewise.
2942         (remote_fileio_func_stat): Likewise.
2943         (remote_fileio_func_system): Likewise.
2944         * remote-mips.c (mips_xfer_memory): Likewise.
2945         (mips_load_srec): Likewise.
2946         (pmon_end_download): Likewise.
2947         * remote.c (new_remote_state): Likewise.
2948         (map_regcache_remote_table): Likewise.
2949         (remote_register_number_and_offset): Likewise.
2950         (init_remote_state): Likewise.
2951         (get_memory_packet_size): Likewise.
2952         (remote_pass_signals): Likewise.
2953         (remote_program_signals): Likewise.
2954         (remote_start_remote): Likewise.
2955         (remote_check_symbols): Likewise.
2956         (remote_query_supported): Likewise.
2957         (extended_remote_attach): Likewise.
2958         (process_g_packet): Likewise.
2959         (store_registers_using_G): Likewise.
2960         (putpkt_binary): Likewise.
2961         (read_frame): Likewise.
2962         (compare_sections_command): Likewise.
2963         (remote_hostio_pread): Likewise.
2964         (remote_hostio_readlink): Likewise.
2965         (remote_file_put): Likewise.
2966         (remote_file_get): Likewise.
2967         (remote_pid_to_exec_file): Likewise.
2968         (_initialize_remote): Likewise.
2969         * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
2970         (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
2971         * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise.
2972         (bfd_uses_spe_extensions): Likewise.
2973         * s390-linux-tdep.c (s390_displaced_step_copy_insn): Likewise.
2974         * score-tdep.c (score7_malloc_and_get_memblock): Likewise.
2975         * solib-dsbt.c (decode_loadmap): Likewise.
2976         (fetch_loadmap): Likewise.
2977         (scan_dyntag): Likewise.
2978         (enable_break): Likewise.
2979         (dsbt_relocate_main_executable): Likewise.
2980         * solib-frv.c (fetch_loadmap): Likewise.
2981         (enable_break2): Likewise.
2982         (frv_relocate_main_executable): Likewise.
2983         * solib-spu.c (spu_relocate_main_executable): Likewise.
2984         (spu_bfd_open): Likewise.
2985         * solib-svr4.c (lm_info_read): Likewise.
2986         (read_program_header): Likewise.
2987         (find_program_interpreter): Likewise.
2988         (scan_dyntag): Likewise.
2989         (elf_locate_base): Likewise.
2990         (open_symbol_file_object): Likewise.
2991         (read_program_headers_from_bfd): Likewise.
2992         (svr4_relocate_main_executable): Likewise.
2993         * solib-target.c (solib_target_relocate_section_addresses): Likewise.
2994         * solib.c (solib_find_1): Likewise.
2995         (exec_file_find): Likewise.
2996         (solib_find): Likewise.
2997         * source.c (openp): Likewise.
2998         (print_source_lines_base): Likewise.
2999         (forward_search_command): Likewise.
3000         * sparc-ravenscar-thread.c (supply_register_at_address): Likewise.
3001         * spu-tdep.c (spu2ppu_prev_register): Likewise.
3002         (spu_get_overlay_table): Likewise.
3003         * stabsread.c (patch_block_stabs): Likewise.
3004         (define_symbol): Likewise.
3005         (again:): Likewise.
3006         (read_member_functions): Likewise.
3007         (read_one_struct_field): Likewise.
3008         (read_enum_type): Likewise.
3009         (common_block_start): Likewise.
3010         * stack.c (read_frame_arg): Likewise.
3011         (backtrace_command): Likewise.
3012         * stap-probe.c (stap_parse_register_operand): Likewise.
3013         * symfile.c (syms_from_objfile_1): Likewise.
3014         (find_separate_debug_file): Likewise.
3015         (load_command): Likewise.
3016         (load_progress): Likewise.
3017         (load_section_callback): Likewise.
3018         (reread_symbols): Likewise.
3019         (add_filename_language): Likewise.
3020         (allocate_compunit_symtab): Likewise.
3021         (read_target_long_array): Likewise.
3022         (simple_read_overlay_table): Likewise.
3023         * symtab.c (symbol_set_names): Likewise.
3024         (resize_symbol_cache): Likewise.
3025         (rbreak_command): Likewise.
3026         (completion_list_add_name): Likewise.
3027         (completion_list_objc_symbol): Likewise.
3028         (add_filename_to_list): Likewise.
3029         * target-descriptions.c (maint_print_c_tdesc_cmd): Likewise.
3030         * target-memory.c (target_write_memory_blocks): Likewise.
3031         * target.c (target_read_string): Likewise.
3032         (read_whatever_is_readable): Likewise.
3033         (target_read_alloc_1): Likewise.
3034         (simple_search_memory): Likewise.
3035         (target_fileio_read_alloc_1): Likewise.
3036         * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
3037         * top.c (command_line_input): Likewise.
3038         * tracefile-tfile.c (tfile_fetch_registers): Likewise.
3039         * tracefile.c (tracefile_fetch_registers): Likewise.
3040         * tracepoint.c (add_memrange): Likewise.
3041         (init_collection_list): Likewise.
3042         (add_aexpr): Likewise.
3043         (trace_dump_actions): Likewise.
3044         (parse_trace_status): Likewise.
3045         (parse_tracepoint_definition): Likewise.
3046         (parse_tsv_definition): Likewise.
3047         (parse_static_tracepoint_marker_definition): Likewise.
3048         * tui/tui-file.c (tui_sfileopen): Likewise.
3049         (tui_file_adjust_strbuf): Likewise.
3050         * tui/tui-io.c (tui_expand_tabs): Likewise.
3051         * tui/tui-source.c (tui_set_source_content): Likewise.
3052         * typeprint.c (find_global_typedef): Likewise.
3053         * ui-file.c (do_ui_file_xstrdup): Likewise.
3054         (ui_file_obsavestring): Likewise.
3055         (mem_file_write): Likewise.
3056         * utils.c (make_hex_string): Likewise.
3057         (get_regcomp_error): Likewise.
3058         (puts_filtered_tabular): Likewise.
3059         (gdb_realpath_keepfile): Likewise.
3060         (ldirname): Likewise.
3061         (gdb_bfd_errmsg): Likewise.
3062         (substitute_path_component): Likewise.
3063         * valops.c (search_struct_method): Likewise.
3064         (find_oload_champ_namespace_loop): Likewise.
3065         * valprint.c (print_decimal_chars): Likewise.
3066         (read_string): Likewise.
3067         (generic_emit_char): Likewise.
3068         * varobj.c (varobj_delete): Likewise.
3069         (varobj_value_get_print_value): Likewise.
3070         * vaxobsd-tdep.c (vaxobsd_sigtramp_sniffer): Likewise.
3071         * windows-tdep.c (display_one_tib): Likewise.
3072         * xcoffread.c (read_xcoff_symtab): Likewise.
3073         (process_xcoff_symbol): Likewise.
3074         (swap_sym): Likewise.
3075         (scan_xcoff_symtab): Likewise.
3076         (xcoff_initial_scan): Likewise.
3077         * xml-support.c (gdb_xml_end_element): Likewise.
3078         (xml_process_xincludes): Likewise.
3079         (xml_fetch_content_from_file): Likewise.
3080         * xml-syscall.c (xml_list_of_syscalls): Likewise.
3081         * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
3082
3083 2015-09-23  James Bowman  <james.bowman@ftdichip.com>
3084
3085         * ft32-tdep.c (ft32_register_type): Return gdbarch_tdep (gdbarch)->pc_type
3086         instead of builtin_func_ptr.
3087         (ft32_pointer_to_address): New function.
3088         (ft32_address_class_type_flags): New function.
3089         (ft32_address_class_type_flags_to_name): New function.
3090         (ft32_address_class_name_to_type_flags): New function.
3091         (ft32_gdbarch_init): Set tdep->pc_type.  Call
3092         set_gdbarch_pointer_to_address,
3093         set_gdbarch_address_class_type_flags
3094         set_gdbarch_address_class_name_to_type_flags,
3095         and set_gdbarch_address_class_type_flags_to_name.
3096         * ft32-tdep.h (struct gdbarch_tdep) <pc_type>: New field.
3097
3098 2015-09-23  Pierre-Marie de Rodat  <derodat@adacore.com>
3099
3100         * ada-lang.c (ada_evaluate_subexp) <OP_FUNCALL>: When the input
3101         value is a reference, actually dereference it in order to get
3102         the underlying value.
3103
3104 2015-09-22  Simon Marchi  <simon.marchi@ericsson.com>
3105
3106         * stap-probe.c (handle_stap_probe): Remove unnecessary cast.
3107
3108 2015-09-21  Simon Marchi  <simon.marchi@ericsson.com>
3109
3110         * cli/cli-setshow.c (cmd_show_list): Constify a variable.
3111         * linespec.c (linespec_lexer_lex_string): Same.
3112
3113 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
3114
3115         * NEWS: Mention support for fast tracepoints on aarch64-linux.
3116
3117 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
3118
3119         * aarch64-tdep.c (aarch64_analyze_prologue): New is_adrp
3120         variable.  Call aarch64_decode_adr instead of
3121         aarch64_decode_adrp.
3122         * arch/aarch64-insn.h (aarch64_decode_adrp): Delete.
3123         (aarch64_decode_adr): New function declaration.
3124         * arch/aarch64-insn.c (aarch64_decode_adrp): Delete.
3125         (aarch64_decode_adr): New function, factored out from
3126         aarch64_decode_adrp to decode both adr and adrp instructions.
3127
3128 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
3129
3130         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-insn.o.
3131         (HFILES_NO_SRCDIR): Add arch/aarch64-insn.h.
3132         (aarch64-insn.o): New rule.
3133         * configure.tgt (aarch64*-*-elf): Add aarch64-insn.o.
3134         (aarch64*-*-linux*): Likewise.
3135         * arch/aarch64-insn.c: New file.
3136         * arch/aarch64-insn.h: New file.
3137         * aarch64-tdep.c: Include arch/aarch64-insn.h.
3138         (aarch64_debug): Move to arch/aarch64-insn.c.  Declare in
3139         arch/aarch64-insn.h.
3140         (decode_add_sub_imm): Rename to ...
3141         (aarch64_decode_add_sub_imm): ... this.
3142         (decode_adrp): Rename to ...
3143         (aarch64_decode_adrp): ... this.  Move to arch/aarch64-insn.c.
3144         Declare in arch/aarch64-insn.h.
3145         (decode_b): Rename to ...
3146         (aarch64_decode_b): ... this.  Move to arch/aarch64-insn.c.
3147         Declare in arch/aarch64-insn.h.
3148         (decode_bcond): Rename to ...
3149         (aarch64_decode_bcond): ... this.  Move to arch/aarch64-insn.c.
3150         Declare in arch/aarch64-insn.h.
3151         (decode_br): Rename to ...
3152         (aarch64_decode_br): ... this.
3153         (decode_cb): Rename to ...
3154         (aarch64_decode_cb): ... this.  Move to arch/aarch64-insn.c.
3155         Declare in arch/aarch64-insn.h.
3156         (decode_eret): Rename to ...
3157         (aarch64_decode_eret): ... this.
3158         (decode_movz): Rename to ...
3159         (aarch64_decode_movz): ... this.
3160         (decode_orr_shifted_register_x): Rename to ...
3161         (aarch64_decode_orr_shifted_register_x): ... this.
3162         (decode_ret): Rename to ...
3163         (aarch64_decode_ret): ... this.
3164         (decode_stp_offset): Rename to ...
3165         (aarch64_decode_stp_offset): ... this.
3166         (decode_stp_offset_wb): Rename to ...
3167         (aarch64_decode_stp_offset_wb): ... this.
3168         (decode_stur): Rename to ...
3169         (aarch64_decode_stur): ... this.
3170         (decode_tb): Rename to ...
3171         (aarch64_decode_tb): ... this.  Move to arch/aarch64-insn.c.
3172         Declare in arch/aarch64-insn.h.
3173         (aarch64_analyze_prologue): Adjust calls to renamed functions.
3174
3175 2015-09-20  Doug Evans  <xdje42@gmail.com>
3176
3177         * dwarf2read.c (add_partial_symbol): Remove outdated comments.
3178
3179 2015-09-20  Doug Evans  <xdje42@gmail.com>
3180
3181         * dwarf2read.c (dwarf2_compute_name): Add FIXME.  Don't use a local
3182         variable name that collides with a parameter.
3183
3184 2015-09-20  Joel Brobecker  <brobecker@adacore.com>
3185
3186         * dwarf2loc.c (locexpr_get_frame_base): Renames
3187         block_op_get_frame_base.
3188         (dwarf2_block_frame_base_locexpr_funcs): Replace reference to
3189         block_op_get_frame_base by reference to locexpr_get_frame_base.
3190         (loclist_get_frame_base): New function, near identical copy of
3191         locexpr_get_frame_base.
3192         (dwarf2_block_frame_base_loclist_funcs): Replace reference to
3193         block_op_get_frame_base by reference to loclist_get_frame_base.
3194
3195 2015-09-19  Doug Evans  <xdje42@gmail.com>
3196
3197         * ravenscar-thread.c (ravenscar_inferior_created): Replace
3198         current_inferior ()->gdbarch with its wrapper target_gdbarch.
3199
3200 2015-09-18  Doug Evans  <xdje42@gmail.com>
3201
3202         * linux-thread-db.c (record_thread): Return the created thread.
3203         (thread_from_lwp): Likewise.
3204         (thread_db_get_thread_local_address): Update.
3205
3206 2015-09-18  Doug Evans  <xdje42@gmail.com>
3207
3208         * symtab.h (general_symbol_info) <mangled_lang>: Delete struct,
3209         move only member demangled_name up.  All uses updated.
3210
3211 2015-09-18  Doug Evans  <xdje42@gmail.com>
3212
3213         * findvar.c (default_read_var_value) <LOC_UNRESOLVED>: Include the
3214         kind of minimal symbol in the error message.
3215         * objfiles.c (objfile_flavour_name): New function.
3216         * objfiles.h (objfile_flavour_name): Declare.
3217
3218 2015-09-18  Yao Qi  <yao.qi@linaro.org>
3219
3220         * nat/aarch64-linux.c: Include elf/common.h,
3221         nat/gdb_ptrace.h, asm/ptrace.h and sys/uio.h.
3222         (aarch64_ps_get_thread_area): New function.
3223         * nat/aarch64-linux.h: Include gdb_proc_service.h.
3224         (aarch64_ps_get_thread_area): Declare.
3225         * aarch64-linux-nat.c (ps_get_thread_area): Call
3226         aarch64_ps_get_thread_area.
3227
3228 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3229
3230         * record-btrace.c (record_btrace_resume): Honour scheduler-locking.
3231
3232 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3233
3234         * NEWS: Announce new scheduler-locking mode.
3235         * infrun.c (schedlock_replay): New.
3236         (scheduler_enums): Add schedlock_replay.
3237         (scheduler_mode): Change default to schedlock_replay.
3238         (user_visible_resume_ptid): Handle schedlock_replay.
3239         (clear_proceed_status_thread): Stop replaying if resumed thread is
3240         not replaying.
3241         (schedlock_applies): Handle schedlock_replay.
3242         (_initialize_infrun): Document new scheduler-locking mode.
3243         * record-btrace.c (record_btrace_resume): Remove code to stop other
3244         threads when not replaying the resumed thread.
3245
3246 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3247
3248         * record-btrace.c ((record_btrace_will_replay): New.
3249         (init_record_btrace_ops): Initialize to_record_will_replay.
3250         * record-full.c ((record_full_will_replay): New.
3251         (init_record_full_ops): Initialize to_record_will_replay.
3252         * target-delegates.c: Regenerated.
3253         * target.c (target_record_will_replay): New.
3254         * target.h (struct target_ops) <to_record_will_replay>: New.
3255         (target_record_will_replay): New.
3256
3257 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3258
3259         * record-btrace.c (record_btrace_resume): Call
3260         target_record_stop_replaying.
3261         (record_btrace_stop_replaying_all): New.
3262         (init_record_btrace_ops): Initialize to_record_stop_replaying.
3263         * record-full.c (record_full_stop_replaying): New.
3264         (init_record_full_ops ): Initialize to_record_stop_replaying.
3265         * target-delegates.c: Regenerated.
3266         * target.c (target_record_stop_replaying): New.
3267         * target.h (struct target_ops) <to_record_stop_replaying>: New.
3268         (target_record_stop_replaying): New.
3269
3270 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3271
3272         * record-btrace.c (record_btrace_xfer_partial)
3273         (record_btrace_store_registers, record_btrace_prepare_to_store):
3274         Call record_btrace_is_replaying with inferior_ptid instead of
3275         minus_one_ptid.
3276         (record_btrace_store_registers): Change error message.
3277
3278 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3279
3280         * record-btrace.c (record_btrace_is_replaying): Add ptid argument.
3281         Update users to pass minus_one_ptid.
3282         * record-full.c (record_full_is_replaying): Add ptid argument (ignored).
3283         * record.c (cmd_record_delete): Pass inferior_ptid to
3284         target_record_is_replaying.
3285         * target-delegates.c: Regenerated.
3286         * target.c (target_record_is_replaying): Add ptid argument.
3287         * target.h (struct target_ops) <to_record_is_replaying>: Add ptid
3288         argument.
3289         (target_record_is_replaying): Add ptid argument.
3290
3291 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3292
3293         * record-btrace.c (record_btrace_open): Remove non_stop check.
3294         * NEWS: Announce that record btrace supports non-stop mode.
3295
3296 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3297
3298         * infrun.c (handle_inferior_event_1): Switch to the eventing thread
3299         in the TARKET_WAITKIND_NO_HISTORY case.
3300
3301 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3302
3303         * record-btrace.c (record_btrace_maybe_mark_async_event): New.
3304         (record_btrace_wait): Call record_btrace_maybe_mark_async_event.
3305
3306 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3307
3308         * record-btrace.c (get_thread_current_frame): New.
3309         (record_btrace_start_replaying): Call get_thread_current_frame.
3310
3311 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3312
3313         * record-btrace.c (record_btrace_resume_thread): A move request
3314         overwrites a previous move request.
3315         (record_btrace_find_resume_thread): Removed.
3316         (record_btrace_resume): Resume all requested threads.
3317
3318 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3319
3320         * record-btrace.c: Include vec.h.
3321         (record_btrace_find_thread_to_move): Removed.
3322         (btrace_step_no_resumed, btrace_step_again)
3323         (record_btrace_stop_replaying_at_end): New.
3324         (record_btrace_cancel_resume): Call record_btrace_stop_replaying_at_end.
3325         (record_btrace_single_step_forward): Remove calls to
3326         record_btrace_stop_replaying.
3327         (record_btrace_step_thread): Do only one step for BTHR_CONT and
3328         BTHR_RCONT.  Keep threads at the end of their history moving.
3329         (record_btrace_wait): Call record_btrace_step_thread for all threads
3330         until one reports an event.  Call record_btrace_stop_replaying_at_end
3331         for the eventing thread.
3332
3333 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3334
3335         * record-btrace.c (record_btrace_single_step_forward): Return
3336         NO_HISTORY if a step brings us to the end of the execution history.
3337
3338 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3339
3340         * record-btrace.c (record_btrace_step_thread): Move breakpoint check
3341         to ...
3342         (record_btrace_single_step_forward): ... here and
3343         (record_btrace_single_step_backward): ... here.
3344
3345 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3346
3347         * record-btrace.c (btrace_step_spurious)
3348         (record_btrace_single_step_forward)
3349         (record_btrace_single_step_backward): New.
3350         (record_btrace_step_thread): Call record_btrace_single_step_forward
3351         and record_btrace_single_step_backward.
3352
3353 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3354
3355         * record-btrace.c (record_btrace_replay_at_breakpoint): New.
3356         (record_btrace_step_thread): Call record_btrace_replay_at_breakpoint.
3357
3358 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3359
3360         * record-btrace.c (btrace_thread_flag_to_str)
3361         (record_btrace_cancel_resume): New.
3362         (record_btrace_step_thread): Call btrace_thread_flag_to_str.
3363         (record_btrace_resume): Print execution direction.
3364         (record_btrace_resume_thread): Call btrace_thread_flag_to_str.
3365         (record_btrace_wait): Call record_btrace_cancel_resume.
3366
3367 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3368
3369         * btrace.h (enum btrace_thread_flag) <BTHR_STOP>: New.
3370         * record-btrace (record_btrace_resume_thread): Clear BTHR_STOP.
3371         (record_btrace_find_thread_to_move): Also accept threads that have
3372         BTHR_STOP set.
3373         (btrace_step_stopped_on_request, record_btrace_stop): New.
3374         (record_btrace_step_thread): Support BTHR_STOP.
3375         (record_btrace_wait): Also clear BTHR_STOP when stopping other threads.
3376         (init_record_btrace_ops): Initialize to_stop.
3377
3378 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3379
3380         * record-btrace.c (record_btrace_wait): Replace non_stop check with
3381         target_is_non_stop_p ().
3382
3383 2015-09-15  Pierre-Marie de Rodat  <derodat@adacore.com>
3384
3385         * ada-typeprint.c (print_array_type): Do not describe arrays as
3386         packed when they embed dynamic elements.
3387
3388 2015-09-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
3389
3390         * symtab.h (address_class): Document that TLS variables
3391         are handled by LOC_UNRESOLVED.
3392         * findvar.c (default_read_var_value): Don't relocate TLS variables.
3393         * printcmd.c (address_info): Don't relocate TLS variables.
3394
3395 2015-09-15  Pierre Langlois  <pierre.langlois@arm.com>
3396
3397         * aarch64-tdep.c (decode_add_sub_imm): Use debug_printf.
3398         (decode_adrp): Likewise.
3399         (decode_b): Likewise.
3400         (decode_bcond): Likewise.
3401         (decode_br): Likewise.
3402         (decode_cb): Likewise.
3403         (decode_eret): Likewise.
3404         (decode_movz): Likewise.
3405         (decode_orr_shifted_register_x): Likewise.
3406         (decode_ret): Likewise.
3407         (decode_stp_offset): Likewise.
3408         (decode_stp_offset_wb): Likewise.
3409         (decode_stur): Likewise.
3410         (decode_tb): Likewise.
3411         (aarch64_analyze_prologue): Likewise.
3412         (pass_in_x): Likewise.
3413         (pass_in_v): Likewise.
3414         (pass_on_stack): Likewise.
3415         (aarch64_push_dummy_call): Likewise.
3416         (aarch64_extract_return_value): Likewise.
3417         (aarch64_store_return_value): Likewise.
3418         (aarch64_return_value): Likewise.
3419         (aarch64_record_asimd_load_store): Likewise.
3420         (aarch64_record_load_store): Likewise.
3421         (aarch64_record_data_proc_simd_fp): Likewise.
3422
3423 2015-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
3424
3425         * linespec.c (minsym_found): Call gdbarch_skip_entrypoint.
3426         * ppc64-tdep.c (ppc64_skip_trampoline_code): Rename to ...
3427         (ppc64_skip_trampoline_code_1): ... here.
3428         (ppc64_skip_trampoline_code): New wrapper function.
3429         * symtab.c (find_function_start_sal): Call gdbarch_skip_entrypoint.
3430
3431 2015-09-15  Yao Qi  <yao.qi@linaro.org>
3432
3433         * aarch64-linux-nat.c (aarch64_linux_can_do_single_step): New
3434         function.
3435         (_initialize_aarch64_linux_nat): Install it to to_can_do_single_step.
3436         * arm-linux-tdep.c (arm_linux_software_single_step): Return 0
3437         if target_can_do_single_step returns 1.
3438         * remote.c (struct vCont_action_support) <s, S>: New fields.
3439         (PACKET_vContSupported): New enum.
3440         (remote_protocol_features): New element for vContSupported.
3441         (remote_query_supported): Append "vContSupported+".
3442         (remote_vcont_probe): Remove support_s and support_S, use
3443         rs->supports_vCont.s and rs->supports_vCont.S instead.  Disable
3444         vCont packet if c and C actions are not supported.
3445         (remote_can_do_single_step): New function.
3446         (init_remote_ops): Install it to to_can_do_single_step.
3447         (_initialize_remote): Call add_packet_config_cmd.
3448         * target.h (struct target_ops) <to_can_do_single_step>: New field.
3449         (target_can_do_single_step): New macro.
3450         * target-delegates.c: Re-generated.
3451
3452 2015-09-15  Yao Qi  <yao.qi@linaro.org>
3453
3454         * aarch64-linux-nat.c (aarch64_linux_siginfo_fixup): New function.
3455         (_initialize_aarch64_linux_nat): Call linux_nat_set_siginfo_fixup.
3456         * nat/aarch64-linux.c (aarch64_compat_siginfo_from_siginfo):
3457         New function.
3458         (aarch64_siginfo_from_compat_siginfo): New function.
3459         * nat/aarch64-linux.h: Include signal.h.
3460         (compat_int_t, compat_uptr_t, compat_time_t): Typedef.
3461         (compat_timer_t, compat_clock_t): Likewise.
3462         (struct compat_timeval): New.
3463         (union compat_sigval): New.
3464         (struct compat_siginfo): New.
3465         (cpt_si_pid, cpt_si_uid, cpt_si_timerid): New macros.
3466         (cpt_si_overrun, cpt_si_status, cpt_si_utime): Likewise.
3467         (cpt_si_stime, cpt_si_ptr, cpt_si_addr): Likewise.
3468         (cpt_si_band, cpt_si_fd): Likewise.
3469
3470 2015-09-14  Pedro Alves  <palves@redhat.com>
3471
3472         * infrun.c (current_stop_id): New global.
3473         (get_stop_id, new_stop_id): New functions.
3474         (fetch_inferior_event): Handle normal_stop proceeding the target.
3475         (struct stop_context): New.
3476         (save_stop_context, release_stop_context_cleanup)
3477         (stop_context_changed): New functions.
3478         (normal_stop): Return true if the hook-stop changes the stop
3479         context.
3480         * infrun.h (get_stop_id): Declare.
3481         (normal_stop): Now returns int.  Add documentation.
3482
3483 2015-09-14  Pierre-Marie de Rodat  <derodat@adacore.com>
3484
3485         * ada-lang.c (ada_value_ptr_subscript): Update the heading
3486         comment.  Handle packed arrays.
3487
3488 2015-09-14  Pedro Alves  <palves@redhat.com>
3489
3490         * NEWS (Changes in GDB 7.10, New commands>: Remove duplicate
3491         mention of maint set/show target-non-stop.
3492
3493 2015-09-11  Don Breazeal  <donb@codesourcery.com>
3494
3495         * NEWS: Announce new remote packets for the exec-events
3496         feature and the exec-events feature and associated commands.
3497
3498 2015-09-11  Don Breazeal  <donb@codesourcery.com>
3499
3500         * remote.c (remote_exec_event_p): New function.
3501         (remote_insert_exec_catchpoint): New function.
3502         (remote_remove_exec_catchpoint): New function.
3503         (init_extended_remote_ops): Initialize extended_remote_ops
3504         members to_insert_exec_catchpoint and
3505         to_remove_exec_catchpoint.
3506
3507 2015-09-11  Don Breazeal  <donb@codesourcery.com>
3508             Luis Machado  <lgustavo@codesourcery.com>
3509
3510         * infrun.c (follow_exec): Use process-style ptid for
3511         exec message.  Call add_inferior_with_spaces and
3512         target_follow_exec.
3513         * nat/linux-ptrace.c (linux_supports_traceexec): New function.
3514         * nat/linux-ptrace.h (linux_supports_traceexec): Declare.
3515         * remote.c (remote_pspace_data): New static variable.
3516         (remote_pspace_data_cleanup): New function.
3517         (get_remote_exec_file): New function.
3518         (set_remote_exec_file_1): New function.
3519         (set_remote_exec_file): New function.
3520         (show_remote_exec_file): New function.
3521         (remote_exec_file): Delete static variable.
3522         (anonymous enum) <PACKET_exec_event_feature>: New
3523         enumeration constant.
3524         (remote_protocol_features): Add entry for exec-events feature.
3525         (remote_query_supported): Add client side of qSupported query
3526         for exec-events feature.
3527         (remote_follow_exec): New function.
3528         (remote_parse_stop_reply): Handle 'exec' stop reason.
3529         (extended_remote_run, extended_remote_create_inferior): Call
3530         get_remote_exec_file and set_remote_exec_file_1.
3531         (init_extended_remote_ops) <to_follow_exec>: Initialize new
3532         member.
3533         (_initialize_remote): Call
3534         register_program_space_data_with_cleanup.  Call
3535         add_packet_config_cmd for remote exec-events feature.
3536         Modify call to add_setshow_string_noescape_cmd for exec-file
3537         to use new functions set_remote_exec_file and
3538         show_remote_exec_file.
3539         * target-debug.h, target-delegates.c: Regenerated.
3540         * target.c (target_follow_exec): New function.
3541         * target.h (struct target_ops) <to_follow_exec>: New member.
3542         (target_follow_exec): Declare new function.
3543
3544 2015-09-11  Pierre Langlois  <pierre.langlois@arm.com>
3545
3546         * aarch64-tdep.c (decode_cb): Move up comment describing the
3547         encoding.
3548         (decode_tb): Fix a typo in comment above the function.  Move up
3549         comment describing the encoding.
3550
3551 2015-09-11  Pierre Langlois  <pierre.langlois@arm.com>
3552
3553         * aarch64-tdep.c (decode_bcond): Fix incorrect mask.
3554
3555 2015-09-11  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
3556
3557         PR gdb/18947
3558         * aarch64-linux-tdep.c: (aarch64_linux_init_abi): Install
3559         glibc_skip_solib_resolver as gdbarch_skip_solib_resolver callback.
3560
3561 2015-09-10  Simon Marchi  <simon.marchi@ericsson.com>
3562
3563         * ada-lang.c (scan_discrim_bound): Factor out arithmetic
3564         operations.
3565
3566 2015-09-10  Simon Marchi  <simon.marchi@ericsson.com>
3567
3568         * ada-lang.c (ada_search_struct_field): Constify parameters
3569         and/or variables..
3570         (xget_renaming_scope): Likewise.
3571         (ada_is_redundant_range_encoding): Likewise.
3572         (scan_discrim_bound): Likewise.
3573         (to_fixed_range_type): Likewise.
3574
3575 2015-09-10  Yao Qi  <yao.qi@linaro.org>
3576
3577         * breakpoint.c (download_tracepoint_locations): New local
3578         can_download_tracepoint.  Check the result of
3579         target_can_download_tracepoint and save it in
3580         can_download_tracepoint if there are tracepoints to download.
3581         * linux-nat.h (enum tribool): Move it to ...
3582         * common/common-types.h: ... here.
3583
3584 2015-09-09  Pedro Alves  <palves@redhat.com>
3585
3586         * inf-loop.c (inferior_event_handler): Delete INF_TIMER case.
3587         * target.h (enum inferior_event_type) <INF_TIMER>: Delete.
3588
3589 2015-09-09  Pedro Alves  <palves@redhat.com>
3590
3591         * continuations.c (add_continuation, restore_thread_cleanup)
3592         (do_all_continuations_ptid, do_all_continuations_thread_callback)
3593         (do_all_continuations_thread, do_all_continuations)
3594         (discard_all_continuations_thread_callback)
3595         (discard_all_continuations_thread, discard_all_continuations)
3596         (add_intermediate_continuation)
3597         (do_all_intermediate_continuations_thread_callback)
3598         (do_all_intermediate_continuations_thread)
3599         (do_all_intermediate_continuations)
3600         (discard_all_intermediate_continuations_thread_callback)
3601         (discard_all_intermediate_continuations_thread)
3602         (discard_all_intermediate_continuations): Delete.
3603         * continuations.h (add_continuation, do_all_continuations)
3604         (do_all_continuations_thread, discard_all_continuations)
3605         (discard_all_continuations_thread, add_intermediate_continuation)
3606         (do_all_intermediate_continuations)
3607         (do_all_intermediate_continuations_thread)
3608         (discard_all_intermediate_continuations)
3609         (discard_all_intermediate_continuations_thread): Delete
3610         declarations.
3611         * event-top.c (stdin_event_handler): Delete references to
3612         continuations.
3613         * gdbthread.h (struct thread_info): Delete continuations and
3614         intermediate_continuations fields.
3615         * inf-loop.c (inferior_event_handler): Remove references to
3616         continuations.
3617         * infrun.c (infrun_thread_stop_requested_callback): Remove
3618         references to continuations.
3619         * target.h (enum inferior_event_type) <INF_EXEC_CONTINUE>: Delete.
3620         * thread.c: Don't include "continuations.h".
3621         (clear_thread_inferior_resources): Remove references to
3622         continuations.
3623
3624 2015-09-09  Pedro Alves  <palves@redhat.com>
3625
3626         * infcall.c (struct dummy_frame_context_saver): Delete.
3627         (dummy_frame_context_saver_free, dummy_frame_context_saver_dtor)
3628         (dummy_frame_context_saver_drop)
3629         (dummy_frame_context_saver_cleanup)
3630         (dummy_frame_context_saver_get_regs)
3631         (dummy_frame_context_saver_setup): Delete.
3632         * infcall.h (dummy_frame_context_saver_drop)
3633         (dummy_frame_context_saver_cleanup)
3634         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver):
3635         Delete.
3636         (get_return_value): Remove 'ctx_saver' paremeter.  Adjust.
3637         * inferior.h (get_return_value): Remove 'ctx_saver' paremeter.
3638         * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Adjust.
3639
3640 2015-09-09  Pedro Alves  <palves@redhat.com>
3641
3642         * breakpoint.c: Include "thread-fsm.h".
3643         (struct until_break_command_continuation_args): Delete.
3644         (struct until_break_fsm): New.
3645         (until_break_fsm_ops): New global.
3646         (new_until_break_fsm, until_break_fsm_should_stop): New functions.
3647         (until_break_command_continuation): Delete.
3648         (until_break_fsm_clean_up): New function.
3649         (until_break_fsm_async_reply_reason): New function.
3650         (until_break_command): Adjust to create an until_break_fsm instead
3651         of a continuation.
3652         (momentary_bkpt_print_it): No longer print MI's async-stop-reason
3653         here.
3654         * infcmd.c (struct until_next_fsm): New.
3655         (until_next_fsm_ops): New global.
3656         (new_until_next_fsm, until_next_fsm_should_stop): New function.
3657         (until_next_continuation): Delete.
3658         (until_next_fsm_clean_up, until_next_fsm_async_reply_reason): New
3659         functions.
3660         (until_next_command): Adjust to create a new until_next_fsm
3661         instead of a continuation.
3662
3663 2015-09-09  Pedro Alves  <palves@redhat.com>
3664
3665         * infcall.c: Include thread_fsm.h.
3666         (struct call_return_meta_info): New.
3667         (get_call_return_value): New function, factored out from
3668         call_function_by_hand_dummy.
3669         (struct call_thread_fsm): New.
3670         (call_thread_fsm_ops): New global.
3671         (new_call_thread_fsm, call_thread_fsm_should_stop)
3672         (call_thread_fsm_should_notify_stop): New functions.
3673         (run_inferior_call): Add 'sm' parameter.  Associate the FSM with
3674         the thread.
3675         (call_function_by_hand_dummy): Create a new call_thread_fsm
3676         instance, associate it with the thread, and wait for the FSM to
3677         finish.  If finished successfully, fetch the function's result
3678         value out of the FSM.
3679         * infrun.c (fetch_inferior_event): If the FSM says the stop
3680         shouldn't be notified, don't call normal_stop.
3681         (maybe_remove_breakpoints): New function, factored out from ...
3682         (normal_stop): ... here.  Simplify.
3683         * infrun.h (maybe_remove_breakpoints): Declare.
3684         * thread-fsm.c (thread_fsm_should_notify_stop): New function.
3685         (thread-fsm.h) <struct thread_fsm_ops>: New field.
3686         (thread_fsm_should_notify_stop): Declare.
3687
3688 2015-09-09  Pedro Alves  <palves@redhat.com>
3689
3690         * Makefile.in (COMMON_OBS): Add thread-fsm.o.
3691         * breakpoint.c (handle_jit_event): Print debug output.
3692         (bpstat_what): Split event callback handling to ...
3693         (bpstat_run_callbacks): ... this new function.
3694         (momentary_bkpt_print_it): No longer handle bp_finish here.
3695         * breakpoint.h (bpstat_run_callbacks): Declare.
3696         * gdbthread.h (struct thread_info) <step_multi>: Delete field.
3697         <thread_fsm>: New field.
3698         (thread_cancel_execution_command): Declare.
3699         * infcmd.c: Include thread-fsm.h.
3700         (struct step_command_fsm): New.
3701         (step_command_fsm_ops): New global.
3702         (new_step_command_fsm, step_command_fsm_prepare): New functions.
3703         (step_1): Adjust to use step_command_fsm_prepare and
3704         prepare_one_step.
3705         (struct step_1_continuation_args): Delete.
3706         (step_1_continuation): Delete.
3707         (step_command_fsm_should_stop): New function.
3708         (step_once): Delete.
3709         (step_command_fsm_clean_up, step_command_fsm_async_reply_reason)
3710         (prepare_one_step): New function, based on step_once.
3711         (until_next_command): Remove step_multi reference.
3712         (struct return_value_info): New.
3713         (print_return_value): Rename to ...
3714         (print_return_value_1): ... this.  New struct return_value_info
3715         parameter.  Adjust.
3716         (print_return_value): Reimplement as wrapper around
3717         print_return_value_1.
3718         (struct finish_command_fsm): New.
3719         (finish_command_continuation): Delete.
3720         (finish_command_fsm_ops): New global.
3721         (new_finish_command_fsm, finish_command_fsm_should_stop): New
3722         functions.
3723         (finish_command_fsm_clean_up, finish_command_fsm_return_value):
3724         New.
3725         (finish_command_continuation_free_arg): Delete.
3726         (finish_command_fsm_async_reply_reason): New.
3727         (finish_backward, finish_forward): Change symbol parameter to a
3728         finish_command_fsm.  Adjust.
3729         (finish_command): Create a finish_command_fsm.  Adjust.
3730         * infrun.c: Include "thread-fsm.h".
3731         (clear_proceed_status_thread): Delete the thread's FSM.
3732         (infrun_thread_stop_requested_callback): Cancel the thread's
3733         execution command.
3734         (clean_up_just_stopped_threads_fsms): New function.
3735         (fetch_inferior_event): Handle the event_thread's should_stop
3736         method saying the command isn't done yet.
3737         (process_event_stop_test): Run breakpoint callbacks here.
3738         (print_stop_event): Rename to ...
3739         (print_stop_location): ... this.
3740         (restore_current_uiout_cleanup): New function.
3741         (print_stop_event): Reimplement.
3742         (normal_stop): No longer notify the end_stepping_range observers
3743         here handle "step N" nor "finish" here.  No longer call
3744         print_stop_event here.
3745         * infrun.h (struct return_value_info): Forward declare.
3746         (print_return_value): Declare.
3747         (print_stop_event): Change prototype.
3748         * thread-fsm.c: New file.
3749         * thread-fsm.h: New file.
3750         * thread.c: Include "thread-fsm.h".
3751         (thread_cancel_execution_command): New function.
3752         (clear_thread_inferior_resources): Call it.
3753         * cli/cli-interp.c (cli_on_normal_stop): New function.
3754         (cli_interpreter_init): Install cli_on_normal_stop as normal_stop
3755         observer.
3756         * mi/mi-interp.c: Include "thread-fsm.h".
3757         (restore_current_uiout_cleanup): Delete.
3758         (mi_on_normal_stop): If the thread has an FSM associated, and it
3759         finished, ask it for the async-reply-reason to print.  Always call
3760         print_stop_event here, regardless of the top-level interpreter.
3761         Check bpstat_what to tell whether an asynchronous breakpoint hit
3762         triggered.
3763         * tui/tui-interp.c (tui_on_normal_stop): New function.
3764         (tui_init): Install tui_on_normal_stop as normal_stop observer.
3765
3766 2015-09-09  Pedro Alves  <palves@redhat.com>
3767
3768         * breakpoint.c (bpstat_do_actions_1, until_break_command): Don't
3769         check whether the target can async.
3770         * inf-loop.c (inferior_event_handler): Only call target_async if
3771         the target can async.
3772         * infcall.c: Include top.h and interps.h.
3773         (run_inferior_call): For the interpreter to sync mode while
3774         running the infcall.  Call wait_sync_command_done instead of
3775         wait_for_inferior plus normal_stop.
3776         * infcmd.c (prepare_execution_command): Don't check whether the
3777         target can async when running in the foreground.
3778         (step_1): Delete synchronous case handling.
3779         (step_once): Always install a continuation, even in sync mode.
3780         (until_next_command, finish_forward): Don't check whether the
3781         target can async.
3782         (attach_command_post_wait, notice_new_inferior): Always install a
3783         continuation, even in sync mode.
3784         * infrun.c (mark_infrun_async_event_handler): New function.
3785         (proceed): In sync mode, mark infrun's event source instead of
3786         waiting for events here.
3787         (fetch_inferior_event): If the target can't async, do a blocking
3788         wait.
3789         (prepare_to_wait): In sync mode, mark infrun's event source.
3790         (infrun_async_inferior_event_handler): No longer bail out if the
3791         target can't async.
3792         * infrun.h (mark_infrun_async_event_handler): New declaration.
3793         * linux-nat.c (linux_nat_wait_1): Remove calls to
3794         set_sigint_trap/clear_sigint_trap.
3795         (linux_nat_terminal_inferior): No longer check whether the target
3796         can async.
3797         * mi/mi-interp.c (mi_on_sync_execution_done): Update and simplify
3798         comment.
3799         (mi_execute_command_input_handler): No longer check whether the
3800         target is async.  Update and simplify comment.
3801         * target.c (default_target_wait): New function.
3802         * target.h (struct target_ops) <to_wait>: Now defaults to
3803         default_target_wait.
3804         (default_target_wait): Declare.
3805         * top.c (wait_sync_command_done): New function, factored out from
3806         ...
3807         (maybe_wait_sync_command_done): ... this.
3808         * top.h (wait_sync_command_done): Declare.
3809         * target-delegates.c: Regenerate.
3810
3811 2015-09-09  Markus Metzger  <markus.t.metzger@intel.com>
3812
3813         * nat/linux-btrace.h (struct btrace_target_info) <ptr_bits>: Remove.
3814         * nat/linux-btrace.c: Include filestuff.h and inttypes.h.
3815         Remove include of sys/utsname.h.
3816         (linux_determine_kernel_ptr_bits): Remove.
3817         (linux_determine_kernel_start): New.
3818         (perf_event_is_kernel_addr): Remove tinfo argument.  Update users.
3819         Update check.
3820         (perf_event_skip_bts_record): Remove tinfo argument.  Update users.
3821         (linux_enable_bts, linux_enable_pt): Remove tinfo->ptr_bits
3822         initialization.
3823         * x86-linux-nat.c (x86_linux_enable_btrace): Remove ptr_bits
3824         assignment.
3825
3826 2015-09-07  Pedro Alves  <palves@redhat.com>
3827
3828         * guile/guile-internal.h (as_a_scm_t_subr): New.
3829         * guile/guile.c (misc_guile_functions): Use it.
3830         * guile/scm-arch.c (arch_functions): Use it.
3831         * guile/scm-block.c (block_functions, gdbscm_initialize_blocks):
3832         Use it.
3833         * guile/scm-breakpoint.c (breakpoint_functions): Use it.
3834         * guile/scm-cmd.c (command_functions): Use it.
3835         * guile/scm-disasm.c (disasm_functions): Use it.
3836         * guile/scm-exception.c (exception_functions)
3837         (private_exception_functions): Use it.
3838         * guile/scm-frame.c (frame_functions)
3839         * guile/scm-gsmob.c (gsmob_functions): Use it.
3840         * guile/scm-iterator.c (iterator_functions): Use it.
3841         * guile/scm-lazy-string.c (lazy_string_functions): Use it.
3842         * guile/scm-math.c (math_functions): Use it.
3843         * guile/scm-objfile.c (objfile_functions): Use it.
3844         * guile/scm-param.c (parameter_functions): Use it.
3845         * guile/scm-ports.c (port_functions, private_port_functions): Use
3846         it.
3847         * guile/scm-pretty-print.c (pretty_printer_functions): Use it.
3848         * guile/scm-progspace.c (pspace_functions): Use it.
3849         * guile/scm-string.c (string_functions): Use it.
3850         * guile/scm-symbol.c (symbol_functions): Use it.
3851         * guile/scm-symtab.c (symtab_functions): Use it.
3852         * guile/scm-type.c (type_functions, gdbscm_initialize_types): Use
3853         it.
3854         * guile/scm-value.c (value_functions): Use it.
3855
3856 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
3857
3858         * tui/tui-data.c (win_with_focus): Remove cast of NULL pointer.
3859         (tui_next_win): Likewise.
3860         (tui_prev_win): Likewise.
3861         (tui_partial_win_by_name): Likewise.
3862         (tui_init_generic_part): Likewise.
3863         (init_content_element): Likewise.
3864         (tui_del_window): Likewise.
3865         (tui_free_window): Likewise.
3866         (tui_del_data_windows): Likewise.
3867         (tui_free_data_content): Likewise.
3868         * tui/tui-layout.c (make_source_or_disasm_window): Likewise.
3869         * tui/tui-regs.c (tui_show_register_group): Likewise.
3870         * tui/tui-win.c (tui_resize_all): Likewise.
3871         (tui_set_focus): Likewise.
3872         (tui_set_win_height): Likewise.
3873         (make_invisible_and_set_new_height): Likewise.
3874         * tui/tui-windata.c (tui_delete_data_content_windows): Likewise.
3875         * tui/tui-wingeneral.c (make_visible): Likewise.
3876
3877 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
3878
3879         * cli/cli-decode.c (find_cmd): Remove cast of NULL pointer.
3880
3881 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
3882
3883         * c-valprint.c (print_unpacked_pointer): Remove cast of NULL
3884         pointer.
3885         * dbxread.c (dbx_end_psymtab): Likewise.
3886         * gnu-nat.c (gnu_write_inferior): Likewise.
3887         * mdebugread.c (cross_ref): Likewise.
3888         * p-valprint.c (pascal_val_print): Likewise.
3889         * xcoffread.c (xcoff_end_psymtab): Likewise.
3890
3891 2015-09-04  Yao Qi  <yao.qi@linaro.org>
3892
3893         * NEWS: Mention the aarch64 multi-arch debugging support.
3894
3895 2015-09-03  Pierre-Marie de Rodat  <derodat@adacore.com>
3896
3897         * ada-lang.c (ada_language_arch_info): Create a TYPE_CODE_CHAR
3898         type instead of a TYPE_CODE_INT one for the string_char_type
3899         and the ada_primitive_type_char types.
3900
3901 2015-09-03  Yao Qi  <yao.qi@linaro.org>
3902
3903         * aarch64-linux-nat.c (aarch64_linux_region_ok_for_hw_watchpoint):
3904         Move code to aarch64_linux_region_ok_for_watchpoint.  Call
3905         aarch64_linux_region_ok_for_watchpoint.
3906         * nat/aarch64-linux-hw-point.c (aarch64_linux_region_ok_for_watchpoint):
3907         New function.
3908         * nat/aarch64-linux-hw-point.h (aarch64_linux_region_ok_for_watchpoint):
3909         Declare it.
3910
3911 2015-09-02  Patrick Palka  <patrick@parcs.ath.cx>
3912
3913         * gdb_obstack.h (obstack_strdup): Declare.
3914         * gdb_obstack.c (obstack_strdup): Define.
3915         * gdbarch.sh (gdbarch_obstack_strdup): Declare and define.
3916         * gdbarch.c: Regenerate.
3917         * gdbarch.h: Regenerate.
3918         * gdbtypes.c (arch_type): Use gdbarch_obstack_strdup.
3919
3920 2015-09-02  Patrick Palka  <patrick@parcs.ath.cx>
3921
3922         * gdbtypes.c (copy_type_recursive): Update documentation.
3923
3924 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3925
3926         * solib-svr4.c (solib_event_probe_action): Initialize 'probe_argc'
3927         as zero.
3928
3929 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3930
3931         * solib-svr4.c (svr4_handle_solib_event): Initialize 'val' as NULL
3932
3933 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3934
3935         * solib-svr4.c (solib_event_probe_action): Call
3936         get_probe_argument_count using TRY...CATCH.
3937         (svr4_handle_solib_event): Likewise, for evaluate_probe_argument.
3938
3939 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3940
3941         * probe.h (struct probe_ops) <get_probe_argument_count,
3942         evaluate_probe_argument, enable_probe, disable_probe>: Mention in
3943         the comment that the function can throw an exception.
3944         (get_probe_argument_count): Likewise.
3945         (evaluate_probe_argument): Likewise.
3946         * stap-probe.c (stap_get_opcode): Call error instead of
3947         internal_error.
3948         (stap_get_expected_argument_type): Likewise.  Add argument
3949         'probe'.  Improve error message by mentioning the probe's name.
3950         (stap_parse_probe_arguments): Adjust call to
3951         stap_get_expected_argument_type.
3952         (stap_get_arg): Add comment.  Assert that 'probe->args_parsed' is
3953         not zero.  Call internal_error if GDB requests an argument but the
3954         probe has no arguments.
3955
3956 2015-09-01  Pierre-Marie de Rodat  <derodat@adacore.com>
3957
3958         * ada-lang.c (ada_resolve_function): Do not ask the user what
3959         match to use when in completion mode.
3960
3961 2015-08-31  Andrew Burgess  <andrew.burgess@embecosm.com>
3962
3963         * tui/tui-data.c (tui_win_name): Make local variable const, remove
3964         cast of NULL.
3965
3966 2015-08-31  Max Filippov  <jcmvbkbc@gmail.com>
3967
3968         * xtensa-tdep.h (XTENSA_GDBARCH_TDEP_INSTANTIATE): Initialize
3969         call_abi using XSHAL_ABI macro.
3970
3971 2015-08-29  Doug Evans  <xdje42@gmail.com>
3972
3973         * symtab.h (struct symbol): Tweak comment.
3974
3975 2015-08-29  Patrick Palka  <patrick@parcs.ath.cx>
3976
3977         * gdbtypes.c (alloc_type_arch): Allocate the type on the given
3978         gdbarch obstack instead of on the heap.  Update commentary
3979         accordingly.
3980
3981 2015-08-28  Joel Brobecker  <brobecker@adacore.com>
3982
3983         GDB 7.10 released.
3984
3985 2015-08-28  Simon Marchi  <simon.marchi@ericsson.com>
3986
3987         * NEWS: Update entry about non-8-bits addressable memory.
3988
3989 2015-08-28  Ulrich Weigand  <uweigand@de.ibm.com>
3990
3991         Revert:
3992         2014-11-06  Doug Evans  <xdje42@gmail.com>
3993         * solib.c (solib_global_lookup): Fetch arch from objfile,
3994         not target_gdbarch.
3995
3996 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3997
3998         * ppc-linux-tdep.c (ppc_linux_spe_context_lookup): Do not
3999         attempt to relocate a TLS variable offset.
4000
4001 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
4002
4003         * spu-multiarch.c (parse_spufs_run): Bail out if inferior is not
4004         registered yet.  Set inferior_ptid while calling target_read_memory.
4005
4006 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
4007
4008         * nat/linux-ptrace.h (GDB_ARCH_TRAP_BRKPT): Replace by ...
4009         (GDB_ARCH_IS_TRAP_BRKPT): ... this.  Add __powerpc__ case.
4010         * linux-nat.c (check_stopped_by_breakpoint): Use
4011         GDB_ARCH_IS_TRAP_BRKPT instead of GDB_ARCH_TRAP_BRKPT.
4012
4013 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
4014
4015         * linux-thread-db.c (thread_db_get_thread_local_address): If the
4016         thread was not yet discovered, use thread_from_lwp instead of
4017         calling thread_db_find_new_threads_1.
4018
4019 2015-08-27  Simon Marchi  <simon.marchi@ericsson.com>
4020
4021         * m88k-tdep.c (m88k_analyze_prologue): Fix inverted allocation
4022         statements.
4023
4024 2015-08-27  Simon Marchi  <simon.marchi@ericsson.com>
4025
4026         * NEWS: Document support for non-8-bits addressable memory.
4027
4028 2015-08-27  Pedro Alves  <palves@redhat.com>
4029
4030         * configure.ac: Remove AC_TYPE_SIGNAL call.
4031         * configure, config.in: Regenerate.
4032
4033 2015-08-27  Pedro Alves  <palves@redhat.com>
4034
4035         * cp-support.c (gdb_demangle): Use sighandler_t.  Remove cast.
4036         * extension-priv.h: Include signal.h.
4037         (struct signal_handler) <handler>: Change type to sighandler_t.
4038         * extension.c (install_gdb_sigint_handler): Use sighandler_t.
4039         * inflow.c (sigint_ours, sigquit_ours): Change type to
4040         sighandler_t.
4041         (child_terminal_inferior): Remove casts.
4042         (child_terminal_ours_1, new_tty): Use sighandler_t.  Remove casts.
4043         (osig): Change type to sighandler_t.
4044         * nto-procfs.c (ofunc): Change type to sighandler_t.
4045         (procfs_wait): Remove casts.
4046         * remote-m32r-sdi.c (m32r_wait, m32r_load): Use sighandler_t.
4047         * remote-sim.c (gdbsim_wait): Use sighandler_t.
4048         * utils.c (wait_to_die_with_timeout): Use sighandler_t.
4049
4050 2015-08-27  Pedro Alves  <palves@redhat.com>
4051
4052         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add signal-h.
4053         * gnulib/aclocal.m4: Renegerate.
4054         * gnulib/config.in: Renegerate.
4055         * gnulib/configure: Renegerate.
4056         * gnulib/import/Makefile.am: Update.
4057         * gnulib/import/Makefile.in: Regenerate.
4058         * gnulib/import/m4/gnulib-cache.m4: Update.
4059         * gnulib/import/m4/gnulib-comp.m4: Update.
4060         * gnulib/import/m4/signal_h.m4: New file.
4061         * gnulib/import/signal.in.h: New file.
4062
4063 2015-08-27  Pedro Alves  <palves@redhat.com>
4064
4065         * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE)
4066         (MIN_MEMORY_PACKET_SIZE): New.
4067         (MAX_REMOTE_PACKET_SIZE, MIN_REMOTE_PACKET_SIZE): Delete.
4068         (get_memory_packet_size): Adjust.  No longer limit the max packet
4069         size.
4070         (set_memory_packet_size): Adjust, and remove dead code.
4071         (remote_check_symbols): Use xmalloc and a cleanup instead of
4072         alloca.
4073         (remote_packet_size): No longer cap the packet size.
4074         (putpkt_binary): Use xmalloc and a cleanup instead of alloca.
4075
4076 2015-08-26  Luis Machado  <lgustavo@codesourcery.com>
4077
4078         * compile/compile.c (compile_to_object): Mention language in
4079         error message.
4080
4081 2015-08-26  Patrick Palka  <patrick@parcs.ath.cx>
4082
4083         * target.c (target_pre_inferior): Unset attach_flag.
4084
4085 2015-08-26  Simon Marchi  <simon.marchi@ericsson.com>
4086
4087         * gdbarch.sh (append_name): Fix type in XRESIZEVEC.
4088         * gdbarch.c: Re-generate.
4089
4090 2015-08-26  Simon Marchi  <simon.marchi@ericsson.com>
4091
4092         * aarch64-linux-nat.c (aarch64_add_process): Replace xmalloc-family
4093         function with the XNEW-family equivalent.
4094         * aarch64-tdep.c (aarch64_gdbarch_init): Likewise.
4095         * ada-exp.y (write_ambiguous_var): Likewise.
4096         * ada-lang.c (resolve_subexp): Likewise.
4097         (user_select_syms): Likewise.
4098         (assign_aggregate): Likewise.
4099         (ada_evaluate_subexp): Likewise.
4100         (cache_symbol): Likewise.
4101         * addrmap.c (allocate_key): Likewise.
4102         (addrmap_create_mutable): Likewise.
4103         * aix-thread.c (sync_threadlists): Likewise.
4104         * alpha-tdep.c (alpha_push_dummy_call): Likewise.
4105         (alpha_gdbarch_init): Likewise.
4106         * amd64-windows-tdep.c (amd64_windows_push_arguments): Likewise.
4107         * arm-linux-nat.c (arm_linux_add_process): Likewise.
4108         * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
4109         * arm-tdep.c (push_stack_item): Likewise.
4110         (arm_displaced_step_copy_insn): Likewise.
4111         (arm_gdbarch_init): Likewise.
4112         (_initialize_arm_tdep): Likewise.
4113         * avr-tdep.c (push_stack_item): Likewise.
4114         * ax-general.c (new_agent_expr): Likewise.
4115         * block.c (block_initialize_namespace): Likewise.
4116         * breakpoint.c (alloc_counted_command_line): Likewise.
4117         (update_dprintf_command_list): Likewise.
4118         (parse_breakpoint_sals): Likewise.
4119         (decode_static_tracepoint_spec): Likewise.
4120         (until_break_command): Likewise.
4121         (clear_command): Likewise.
4122         (update_global_location_list): Likewise.
4123         (get_breakpoint_objfile_data) Likewise.
4124         * btrace.c (ftrace_new_function): Likewise.
4125         (btrace_set_insn_history): Likewise.
4126         (btrace_set_call_history): Likewise.
4127         * buildsym.c (add_symbol_to_list): Likewise.
4128         (record_pending_block): Likewise.
4129         (start_subfile): Likewise.
4130         (start_buildsym_compunit): Likewise.
4131         (push_subfile): Likewise.
4132         (end_symtab_get_static_block): Likewise.
4133         (buildsym_init): Likewise.
4134         * cli/cli-cmds.c (source_command): Likewise.
4135         * cli/cli-decode.c (add_cmd): Likewise.
4136         * cli/cli-script.c (build_command_line): Likewise.
4137         (setup_user_args): Likewise.
4138         (realloc_body_list): Likewise.
4139         (process_next_line): Likewise.
4140         (copy_command_lines): Likewise.
4141         * cli/cli-setshow.c (do_set_command): Likewise.
4142         * coff-pe-read.c (read_pe_exported_syms): Likewise.
4143         * coffread.c (coff_locate_sections): Likewise.
4144         (coff_symtab_read): Likewise.
4145         (coff_read_struct_type): Likewise.
4146         * common/cleanups.c (make_my_cleanup2): Likewise.
4147         * common/common-exceptions.c (throw_it): Likewise.
4148         * common/filestuff.c (make_cleanup_close): Likewise.
4149         * common/format.c (parse_format_string): Likewise.
4150         * common/queue.h (DEFINE_QUEUE_P): Likewise.
4151         * compile/compile-object-load.c (munmap_list_add): Likewise.
4152         (compile_object_load): Likewise.
4153         * compile/compile-object-run.c (compile_object_run): Likewise.
4154         * compile/compile.c (append_args): Likewise.
4155         * corefile.c (specify_exec_file_hook): Likewise.
4156         * cp-support.c (make_symbol_overload_list): Likewise.
4157         * cris-tdep.c (push_stack_item): Likewise.
4158         (cris_gdbarch_init): Likewise.
4159         * ctf.c (ctf_trace_file_writer_new): Likewise.
4160         * dbxread.c (init_header_files): Likewise.
4161         (add_new_header_file): Likewise.
4162         (init_bincl_list): Likewise.
4163         (dbx_end_psymtab): Likewise.
4164         (start_psymtab): Likewise.
4165         (dbx_end_psymtab): Likewise.
4166         * dcache.c (dcache_init): Likewise.
4167         * dictionary.c (dict_create_hashed): Likewise.
4168         (dict_create_hashed_expandable): Likewise.
4169         (dict_create_linear): Likewise.
4170         (dict_create_linear_expandable): Likewise.
4171         * dtrace-probe.c (dtrace_process_dof_probe): Likewise.
4172         * dummy-frame.c (register_dummy_frame_dtor): Likewise.
4173         * dwarf2-frame-tailcall.c (cache_new_ref1): Likewise.
4174         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
4175         (decode_frame_entry_1): Likewise.
4176         * dwarf2expr.c (new_dwarf_expr_context): Likewise.
4177         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
4178         * dwarf2read.c (dwarf2_has_info): Likewise.
4179         (create_signatured_type_table_from_index): Likewise.
4180         (dwarf2_read_index): Likewise.
4181         (dw2_get_file_names_reader): Likewise.
4182         (create_all_type_units): Likewise.
4183         (read_cutu_die_from_dwo): Likewise.
4184         (init_tu_and_read_dwo_dies): Likewise.
4185         (init_cutu_and_read_dies): Likewise.
4186         (create_all_comp_units): Likewise.
4187         (queue_comp_unit): Likewise.
4188         (inherit_abstract_dies): Likewise.
4189         (read_call_site_scope): Likewise.
4190         (dwarf2_add_field): Likewise.
4191         (dwarf2_add_typedef): Likewise.
4192         (dwarf2_add_member_fn): Likewise.
4193         (attr_to_dynamic_prop): Likewise.
4194         (abbrev_table_alloc_abbrev): Likewise.
4195         (abbrev_table_read_table): Likewise.
4196         (add_include_dir): Likewise.
4197         (add_file_name): Likewise.
4198         (dwarf_decode_line_header): Likewise.
4199         (dwarf2_const_value_attr): Likewise.
4200         (dwarf_alloc_block): Likewise.
4201         (parse_macro_definition): Likewise.
4202         (set_die_type): Likewise.
4203         (write_psymtabs_to_index): Likewise.
4204         (create_cus_from_index): Likewise.
4205         (dwarf2_create_include_psymtab): Likewise.
4206         (process_psymtab_comp_unit_reader): Likewise.
4207         (build_type_psymtab_dependencies): Likewise.
4208         (read_comp_units_from_section): Likewise.
4209         (compute_compunit_symtab_includes): Likewise.
4210         (create_dwo_unit_in_dwp_v1): Likewise.
4211         (create_dwo_unit_in_dwp_v2): Likewise.
4212         (read_func_scope): Likewise.
4213         (process_structure_scope): Likewise.
4214         (mark_common_block_symbol_computed): Likewise.
4215         (load_partial_dies): Likewise.
4216         (dwarf2_symbol_mark_computed): Likewise.
4217         * elfread.c (elf_symfile_segments): Likewise.
4218         (elf_read_minimal_symbols): Likewise.
4219         * environ.c (make_environ): Likewise.
4220         * eval.c (evaluate_subexp_standard): Likewise.
4221         * event-loop.c (create_file_handler): Likewise.
4222         (create_async_signal_handler): Likewise.
4223         (create_async_event_handler): Likewise.
4224         (create_timer): Likewise.
4225         * exec.c (build_section_table): Likewise.
4226         * fbsd-nat.c (fbsd_remember_child): Likewise.
4227         * fork-child.c (fork_inferior): Likewise.
4228         * frv-tdep.c (new_variant): Likewise.
4229         * gdbarch.sh (gdbarch_alloc): Likewise.
4230         (append_name): Likewise.
4231         * gdbtypes.c (rank_function): Likewise.
4232         (copy_type_recursive): Likewise.
4233         (add_dyn_prop): Likewise.
4234         * gnu-nat.c (make_proc): Likewise.
4235         (make_inf): Likewise.
4236         (gnu_write_inferior): Likewise.
4237         * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
4238         (build_std_type_info_type): Likewise.
4239         * guile/scm-param.c (compute_enum_list): Likewise.
4240         * guile/scm-utils.c (gdbscm_parse_function_args): Likewise.
4241         * guile/scm-value.c (gdbscm_value_call): Likewise.
4242         * h8300-tdep.c (h8300_gdbarch_init): Likewise.
4243         * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
4244         (read_unwind_info): Likewise.
4245         * ia64-tdep.c (ia64_gdbarch_init): Likewise.
4246         * infcall.c (dummy_frame_context_saver_setup): Likewise.
4247         (call_function_by_hand_dummy): Likewise.
4248         * infcmd.c (step_once): Likewise.
4249         (finish_forward): Likewise.
4250         (attach_command): Likewise.
4251         (notice_new_inferior): Likewise.
4252         * inferior.c (add_inferior_silent): Likewise.
4253         * infrun.c (add_displaced_stepping_state): Likewise.
4254         (save_infcall_control_state): Likewise.
4255         (save_inferior_ptid): Likewise.
4256         (_initialize_infrun): Likewise.
4257         * jit.c (bfd_open_from_target_memory): Likewise.
4258         (jit_gdbarch_data_init): Likewise.
4259         * language.c (add_language): Likewise.
4260         * linespec.c (decode_line_2): Likewise.
4261         * linux-nat.c (add_to_pid_list): Likewise.
4262         (add_initial_lwp): Likewise.
4263         * linux-thread-db.c (add_thread_db_info): Likewise.
4264         (record_thread): Likewise.
4265         (info_auto_load_libthread_db): Likewise.
4266         * m32c-tdep.c (m32c_gdbarch_init): Likewise.
4267         * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
4268         * m68k-tdep.c (m68k_gdbarch_init): Likewise.
4269         * m88k-tdep.c (m88k_analyze_prologue): Likewise.
4270         * macrocmd.c (macro_define_command): Likewise.
4271         * macroexp.c (gather_arguments): Likewise.
4272         * macroscope.c (sal_macro_scope): Likewise.
4273         * macrotab.c (new_macro_table): Likewise.
4274         * mdebugread.c (push_parse_stack): Likewise.
4275         (parse_partial_symbols): Likewise.
4276         (parse_symbol): Likewise.
4277         (psymtab_to_symtab_1): Likewise.
4278         (new_block): Likewise.
4279         (new_psymtab): Likewise.
4280         (mdebug_build_psymtabs): Likewise.
4281         (add_pending): Likewise.
4282         (elfmdebug_build_psymtabs): Likewise.
4283         * mep-tdep.c (mep_gdbarch_init): Likewise.
4284         * mi/mi-main.c (mi_execute_command): Likewise.
4285         * mi/mi-parse.c (mi_parse_argv): Likewise.
4286         * minidebug.c (lzma_open): Likewise.
4287         * minsyms.c (terminate_minimal_symbol_table): Likewise.
4288         * mips-linux-nat.c (mips_linux_insert_watchpoint): Likewise.
4289         * mips-tdep.c (mips_gdbarch_init): Likewise.
4290         * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
4291         * msp430-tdep.c (msp430_gdbarch_init): Likewise.
4292         * mt-tdep.c (mt_registers_info): Likewise.
4293         * nat/aarch64-linux.c (aarch64_linux_new_thread): Likewise.
4294         * nat/linux-btrace.c (linux_enable_bts): Likewise.
4295         (linux_enable_pt): Likewise.
4296         * nat/linux-osdata.c (linux_xfer_osdata_processes): Likewise.
4297         (linux_xfer_osdata_processgroups): Likewise.
4298         * nios2-tdep.c (nios2_gdbarch_init): Likewise.
4299         * nto-procfs.c (procfs_meminfo): Likewise.
4300         * objc-lang.c (start_msglist): Likewise.
4301         (selectors_info): Likewise.
4302         (classes_info): Likewise.
4303         (find_methods): Likewise.
4304         * objfiles.c (allocate_objfile): Likewise.
4305         (update_section_map): Likewise.
4306         * osabi.c (gdbarch_register_osabi): Likewise.
4307         (gdbarch_register_osabi_sniffer): Likewise.
4308         * parse.c (start_arglist): Likewise.
4309         * ppc-linux-nat.c (hwdebug_find_thread_points_by_tid): Likewise.
4310         (hwdebug_insert_point): Likewise.
4311         * printcmd.c (display_command): Likewise.
4312         (ui_printf): Likewise.
4313         * procfs.c (create_procinfo): Likewise.
4314         (load_syscalls): Likewise.
4315         (proc_get_LDT_entry): Likewise.
4316         (proc_update_threads): Likewise.
4317         * prologue-value.c (make_pv_area): Likewise.
4318         (pv_area_store): Likewise.
4319         * psymtab.c (extend_psymbol_list): Likewise.
4320         (init_psymbol_list): Likewise.
4321         (allocate_psymtab): Likewise.
4322         * python/py-inferior.c (add_thread_object): Likewise.
4323         * python/py-param.c (compute_enum_values): Likewise.
4324         * python/py-value.c (valpy_call): Likewise.
4325         * python/py-varobj.c (py_varobj_iter_next): Likewise.
4326         * python/python.c (ensure_python_env): Likewise.
4327         * record-btrace.c (record_btrace_start_replaying): Likewise.
4328         * record-full.c (record_full_reg_alloc): Likewise.
4329         (record_full_mem_alloc): Likewise.
4330         (record_full_end_alloc): Likewise.
4331         (record_full_core_xfer_partial): Likewise.
4332         * regcache.c (get_thread_arch_aspace_regcache): Likewise.
4333         * remote-fileio.c (remote_fileio_init_fd_map): Likewise.
4334         * remote-notif.c (remote_notif_state_allocate): Likewise.
4335         * remote.c (demand_private_info): Likewise.
4336         (remote_notif_stop_alloc_reply): Likewise.
4337         (remote_enable_btrace): Likewise.
4338         * reverse.c (save_bookmark_command): Likewise.
4339         * rl78-tdep.c (rl78_gdbarch_init): Likewise.
4340         * rx-tdep.c (rx_gdbarch_init): Likewise.
4341         * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
4342         * ser-go32.c (dos_get_tty_state): Likewise.
4343         (dos_copy_tty_state): Likewise.
4344         * ser-mingw.c (ser_windows_open): Likewise.
4345         (ser_console_wait_handle): Likewise.
4346         (ser_console_get_tty_state): Likewise.
4347         (make_pipe_state): Likewise.
4348         (net_windows_open): Likewise.
4349         * ser-unix.c (hardwire_get_tty_state): Likewise.
4350         (hardwire_copy_tty_state): Likewise.
4351         * solib-aix.c (solib_aix_new_lm_info): Likewise.
4352         * solib-dsbt.c (dsbt_current_sos): Likewise.
4353         (dsbt_relocate_main_executable): Likewise.
4354         * solib-frv.c (frv_current_sos): Likewise.
4355         (frv_relocate_main_executable): Likewise.
4356         * solib-spu.c (spu_bfd_fopen): Likewise.
4357         * solib-svr4.c (lm_info_read): Likewise.
4358         (svr4_copy_library_list): Likewise.
4359         (svr4_default_sos): Likewise.
4360         * source.c (find_source_lines): Likewise.
4361         (line_info): Likewise.
4362         (add_substitute_path_rule): Likewise.
4363         * spu-linux-nat.c (spu_bfd_open): Likewise.
4364         * spu-tdep.c (info_spu_dma_cmdlist): Likewise.
4365         * stabsread.c (dbx_lookup_type): Likewise.
4366         (read_type): Likewise.
4367         (read_member_functions): Likewise.
4368         (read_struct_fields): Likewise.
4369         (read_baseclasses): Likewise.
4370         (read_args): Likewise.
4371         (_initialize_stabsread): Likewise.
4372         * stack.c (func_command): Likewise.
4373         * stap-probe.c (handle_stap_probe): Likewise.
4374         * symfile.c (addrs_section_sort): Likewise.
4375         (addr_info_make_relative): Likewise.
4376         (load_section_callback): Likewise.
4377         (add_symbol_file_command): Likewise.
4378         (init_filename_language_table): Likewise.
4379         * symtab.c (create_filename_seen_cache): Likewise.
4380         (sort_search_symbols_remove_dups): Likewise.
4381         (search_symbols): Likewise.
4382         * target.c (make_cleanup_restore_target_terminal): Likewise.
4383         * thread.c (new_thread): Likewise.
4384         (enable_thread_stack_temporaries): Likewise.
4385         (make_cleanup_restore_current_thread): Likewise.
4386         (thread_apply_all_command): Likewise.
4387         * tic6x-tdep.c (tic6x_gdbarch_init): Likewise.
4388         * top.c (gdb_readline_wrapper): Likewise.
4389         * tracefile-tfile.c (tfile_trace_file_writer_new): Likewise.
4390         * tracepoint.c (trace_find_line_command): Likewise.
4391         (all_tracepoint_actions_and_cleanup): Likewise.
4392         (make_cleanup_restore_current_traceframe): Likewise.
4393         (get_uploaded_tp): Likewise.
4394         (get_uploaded_tsv): Likewise.
4395         * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
4396         (tui_alloc_win_info): Likewise.
4397         (tui_alloc_content): Likewise.
4398         (tui_add_content_elements): Likewise.
4399         * tui/tui-disasm.c (tui_find_disassembly_address): Likewise.
4400         (tui_set_disassem_content): Likewise.
4401         * ui-file.c (ui_file_new): Likewise.
4402         (stdio_file_new): Likewise.
4403         (tee_file_new): Likewise.
4404         * utils.c (make_cleanup_restore_integer): Likewise.
4405         (add_internal_problem_command): Likewise.
4406         * v850-tdep.c (v850_gdbarch_init): Likewise.
4407         * valops.c (find_oload_champ): Likewise.
4408         * value.c (allocate_value_lazy): Likewise.
4409         (record_latest_value): Likewise.
4410         (create_internalvar): Likewise.
4411         * varobj.c (install_variable): Likewise.
4412         (new_variable): Likewise.
4413         (new_root_variable): Likewise.
4414         (cppush): Likewise.
4415         (_initialize_varobj): Likewise.
4416         * windows-nat.c (windows_make_so): Likewise.
4417         * x86-nat.c (x86_add_process): Likewise.
4418         * xcoffread.c (arrange_linetable): Likewise.
4419         (allocate_include_entry): Likewise.
4420         (process_linenos): Likewise.
4421         (SYMBOL_DUP): Likewise.
4422         (xcoff_start_psymtab): Likewise.
4423         (xcoff_end_psymtab): Likewise.
4424         * xml-support.c (gdb_xml_parse_attr_ulongest): Likewise.
4425         * xtensa-tdep.c (xtensa_register_type): Likewise.
4426         * gdbarch.c: Regenerate.
4427         * gdbarch.h: Regenerate.
4428
4429 2015-08-25  Don Breazeal  <donb@codesourcery.com>
4430
4431         * infrun.c (follow_exec): Re-order operations for
4432         handling follow-exec-mode "new".
4433         (handle_inferior_event_1): Assign ecs->event_thread
4434         to the current thread.
4435         * remote.c (get_remote_arch_state): Add an assertion.
4436
4437 2015-08-26  Pedro Alves  <palves@redhat.com>
4438
4439         * MAINTAINERS: Add Markus Metzger as btrace maintainer.
4440
4441 2015-08-25  Pedro Alves  <palves@redhat.com>
4442
4443         PR gdb/18804
4444         * defs.h (maybe_quit): Declare.
4445         (QUIT): Now calls maybe_quit.
4446         * event-loop.c (clear_async_signal_handler)
4447         (async_signal_handler_is_marked): New functions.
4448         * event-loop.h (async_signal_handler_is_marked)
4449         (clear_async_signal_handler): New declarations.
4450         * remote.c (remote_check_pending_interrupt): New function.
4451         (interrupt_query): Use make_cleanup_restore_target_terminal.  No
4452         longer check whether the target is async.  If waiting for a stop
4453         reply, and a Ctrl-C as been sent to the target, offer to
4454         disconnect, and throw TARGET_CLOSE_ERROR instead of a quit.
4455         Otherwise do not disconnect and throw a quit.
4456         (_initialize_remote): Install remote_check_pending_interrupt as
4457         to_check_pending_interrupt.
4458         * target.c (target_check_pending_interrupt): New function.
4459         * target.h (struct target_ops) <to_check_pending_interrupt>: New
4460         field.
4461         (target_check_pending_interrupt): New declaration.
4462         * utils.c (maybe_quit): New function.
4463         * target-delegates.c: Regenerate.
4464
4465 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4466
4467         * nat/aarch64-linux-hw-point.c (debug_reg_change_callback):
4468         Rename local variable pid to tid, and get lwpid of lwp.  Update
4469         debug output.
4470
4471 2015-08-25  Pierre-Marie de Rodat  <derodat@adacore.com>
4472
4473         * ada-lang.c (ada_read_var_value): Add a var_block argument
4474         and pass it to default_read_var_value.
4475         * block.c (block_static_link): New accessor.
4476         * block.h (block_static_link): Declare it.
4477         * buildsym.c (finish_block_internal): Add a static_link
4478         argument.  If there is a static link, associate it to the new
4479         block.
4480         (finish_block): Add a static link argument and pass it to
4481         finish_block_internal.
4482         (end_symtab_get_static_block): Update calls to finish_block and
4483         to finish_block_internal.
4484         (end_symtab_with_blockvector): Update call to
4485         finish_block_internal.
4486         * buildsym.h: Forward-declare struct dynamic_prop.
4487         (struct context_stack): Add a static_link field.
4488         (finish_block): Add a static link argument.
4489         * c-exp.y: Remove an obsolete comment (evaluation of variables
4490         already start from the selected frame, and now they climb *up*
4491         the call stack) and propagate the block information to the
4492         produced expression.
4493         * d-exp.y: Likewise.
4494         * f-exp.y: Likewise.
4495         * go-exp.y: Likewise.
4496         * jv-exp.y: Likewise.
4497         * m2-exp.y: Likewise.
4498         * p-exp.y: Likewise.
4499         * coffread.c (coff_symtab_read): Update calls to finish_block.
4500         * dbxread.c (process_one_symbol): Likewise.
4501         * xcoffread.c (read_xcoff_symtab): Likewise.
4502         * compile/compile-c-symbols.c (convert_one_symbol): Promote the
4503         "sym" parameter to struct block_symbol, update its uses and pass
4504         its block to calls to read_var_value.
4505         (convert_symbol_sym): Update the calls to convert_one_symbol.
4506         * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update
4507         call to read_var_value.
4508         * dwarf2loc.c (block_op_get_frame_base): New.
4509         (dwarf2_block_frame_base_locexpr_funcs): Implement the
4510         get_frame_base method.
4511         (dwarf2_block_frame_base_loclist_funcs): Likewise.
4512         (dwarf2locexpr_baton_eval): Add a frame argument and use it
4513         instead of the selected frame in order to evaluate the
4514         expression.
4515         (dwarf2_evaluate_property): Add a frame argument.  Update call
4516         to dwarf2_locexpr_baton_eval to provide a frame in available and
4517         to handle the absence of address stack.
4518         * dwarf2loc.h (dwarf2_evaluate_property): Add a frame argument.
4519         * dwarf2read.c (attr_to_dynamic_prop): Add a forward
4520         declaration.
4521         (read_func_scope): Record any available static link description.
4522         Update call to finish_block.
4523         (read_lexical_block_scope): Update call to finish_block.
4524         * findvar.c (follow_static_link): New.
4525         (get_hosting_frame): New.
4526         (default_read_var_value): Add a var_block argument.  Use
4527         get_hosting_frame to handle non-local references.
4528         (read_var_value): Add a var_block argument and pass it to the
4529         LA_READ_VAR_VALUE method.
4530         * gdbtypes.c (resolve_dynamic_range): Update calls to
4531         dwarf2_evaluate_property.
4532         (resolve_dynamic_type_internal): Likewise.
4533         * guile/scm-frame.c (gdbscm_frame_read_var): Update call to
4534         read_var_value, passing it the block coming from symbol lookup.
4535         * guile/scm-symbol.c (gdbscm_symbol_value): Update call to
4536         read_var_value (TODO).
4537         * infcmd.c (finish_command_continuation): Update call to
4538         read_var_value, passing it the block coming from symbol lookup.
4539         * infrun.c (insert_exception_resume_breakpoint): Likewise.
4540         * language.h (struct language_defn): Add a var_block argument to
4541         the LA_READ_VAR_VALUE method.
4542         * objfiles.c (struct static_link_htab_entry): New.
4543         (static_link_htab_entry_hash): New.
4544         (static_link_htab_entry_eq): New.
4545         (objfile_register_static_link): New.
4546         (objfile_lookup_static_link): New.
4547         (free_objfile): Free the STATIC_LINKS hashed map if needed.
4548         * objfiles.h: Include hashtab.h.
4549         (struct objfile): Add a static_links field.
4550         (objfile_register_static_link): New.
4551         (objfile_lookup_static_link): New.
4552         * printcmd.c (print_variable_and_value): Update call to
4553         read_var_value.
4554         * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
4555         * python/py-frame.c (frapy_read_var): Update call to
4556         read_var_value, passing it the block coming from symbol lookup.
4557         * python/py-framefilter.c (extract_sym): Add a sym_block
4558         parameter and set the pointed value to NULL (TODO).
4559         (enumerate_args): Update call to extract_sym.
4560         (enumerate_locals): Update calls to extract_sym and to
4561         read_var_value.
4562         * python/py-symbol.c (sympy_value): Update call to
4563         read_var_value (TODO).
4564         * stack.c (read_frame_local): Update call to read_var_value.
4565         (read_frame_arg): Likewise.
4566         (return_command): Likewise.
4567         * symtab.h (struct symbol_block_ops): Add a get_frame_base
4568         method.
4569         (struct symbol): Add a block field.
4570         (SYMBOL_BLOCK): New accessor.
4571         * valops.c (value_of_variable): Remove frame/block handling and
4572         pass the block argument to read_var_value, which does this job
4573         now.
4574         (value_struct_elt_for_reference): Update calls to
4575         read_var_value.
4576         (value_of_this): Pass the block found to read_var_value.
4577         * value.h (read_var_value): Add a var_block argument.
4578         (default_read_var_value): Likewise.
4579
4580 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4581
4582         * aarch64-linux-nat.c (aarch64_linux_new_thread): Move it to ...
4583         * nat/aarch64-linux.c (aarch64_linux_new_thread): ... here.
4584         * nat/aarch64-linux.h (aarch64_linux_new_thread): Declare.
4585
4586 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4587
4588         * Makefile.in (aarch64-liunx.o): New rule.
4589         (HFILES_NO_SRCDIR): Add aarch64-linux.h.
4590         * config/aarch64/linux.mh (NAT_FILE): Add aarch64-linux.o.
4591         * aarch64-linux-nat.c: Include nat/aarch64-linux.h.
4592         * aarch64-linux-nat.c (aarch64_get_debug_reg_state): Make it
4593         extern.
4594         (aarch64_linux_prepare_to_resume): Move it nat/aarch64-linux.c.
4595         * nat/aarch64-linux-hw-point.h (aarch64_debug_reg_state): Declare
4596         * nat/aarch64-linux.c: New file.
4597         * nat/aarch64-linux.h: New file.
4598
4599 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4600
4601         * aarch64-linux-nat.c (aarch64_linux_prepare_to_resume): Use
4602         lwp_arch_private_info and ptid_of_lwp.
4603
4604 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4605
4606         * aarch64-linux-nat.c (struct arch64_dr_update_callback_param):
4607         Move it to nat/aarch64-linux-hw-point.c.
4608         (debug_reg_change_callback): Likewise.
4609         (aarch64_notify_debug_reg_change): :Likewise.
4610         * nat/aarch64-linux-hw-point.c: Include nat/linux-nat.h.
4611         (aarch64_dr_update_callback_param): New.
4612         (debug_reg_change_callback): New function.
4613         (aarch64_notify_debug_reg_change): Likewise.
4614         * nat/aarch64-linux-hw-point.h (aarch64_notify_debug_reg_change):
4615         Remove the declaration.
4616
4617 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4618
4619         * aarch64-linux-nat.c (aarch64_notify_debug_reg_change):
4620         Call current_lwp_ptid.
4621
4622 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4623
4624         * aarch64-linux-nat.c (debug_reg_change_callback): Use
4625         debug_printf.
4626
4627 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4628
4629         * aarch64-linux-nat.c (debug_reg_change_callback): Call
4630         ptid_get_pid rather than ptid_get_lwp.
4631
4632 2015-08-24  Pedro Alves  <palves@redhat.com>
4633
4634         * NEWS (New commands): Mention set/show remote
4635         multiprocess-extensions-packet.
4636         * remote.c (remote_query_supported): Only tell the server to use
4637         the multiprocess extensions if the user hasn't force-disabled them
4638         with "set remote multiprocess-extensions-packet off".
4639
4640 2015-08-24  Pedro Alves  <palves@redhat.com>
4641
4642         * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
4643         1029a8112290f6eee9d7878a391c49db42c999bd.
4644         * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4:
4645         Regenerate.
4646         * gnulib/import/Makefile.am: Update.
4647         * gnulib/import/Makefile.in: Update.
4648         * gnulib/import/alloca.in.h: Update.
4649         * gnulib/import/basename-lgpl.c: Update.
4650         * gnulib/import/canonicalize-lgpl.c: Update.
4651         * gnulib/import/config.charset: Update.
4652         * gnulib/import/dirent.in.h: Update.
4653         * gnulib/import/dirfd.c: Update.
4654         * gnulib/import/dirname-lgpl.c: Update.
4655         * gnulib/import/dirname.h: Update.
4656         * gnulib/import/dosname.h: Update.
4657         * gnulib/import/errno.in.h: Update.
4658         * gnulib/import/extra/snippet/arg-nonnull.h: Update.
4659         * gnulib/import/extra/snippet/c++defs.h: Update.
4660         * gnulib/import/extra/snippet/warn-on-use.h: Update.
4661         * gnulib/import/extra/update-copyright: Update.
4662         * gnulib/import/float+.h: Update.
4663         * gnulib/import/float.c: Update.
4664         * gnulib/import/float.in.h: Update.
4665         * gnulib/import/fnmatch.c: Update.
4666         * gnulib/import/fnmatch.in.h: Update.
4667         * gnulib/import/fnmatch_loop.c: Update.
4668         * gnulib/import/fpucw.h: Update.
4669         * gnulib/import/frexp.c: Update.
4670         * gnulib/import/frexpl.c: Update.
4671         * gnulib/import/gettimeofday.c: Update.
4672         * gnulib/import/inttypes.in.h: Update.
4673         * gnulib/import/isnan.c: Update.
4674         * gnulib/import/isnand-nolibm.h: Update.
4675         * gnulib/import/isnand.c: Update.
4676         * gnulib/import/isnanl-nolibm.h: Update.
4677         * gnulib/import/isnanl.c: Update.
4678         * gnulib/import/itold.c: Update.
4679         * gnulib/import/localcharset.c: Update.
4680         * gnulib/import/localcharset.h: Update.
4681         * gnulib/import/lstat.c: Update.
4682         * gnulib/import/m4/00gnulib.m4: Update.
4683         * gnulib/import/m4/absolute-header.m4: Update.
4684         * gnulib/import/m4/alloca.m4: Update.
4685         * gnulib/import/m4/canonicalize.m4: Update.
4686         * gnulib/import/m4/codeset.m4: Update.
4687         * gnulib/import/m4/configmake.m4: Update.
4688         * gnulib/import/m4/dirent_h.m4: Update.
4689         * gnulib/import/m4/dirfd.m4: Update.
4690         * gnulib/import/m4/dirname.m4: Update.
4691         * gnulib/import/m4/double-slash-root.m4: Update.
4692         * gnulib/import/m4/eealloc.m4: Update.
4693         * gnulib/import/m4/errno_h.m4: Update.
4694         * gnulib/import/m4/exponentd.m4: Update.
4695         * gnulib/import/m4/exponentl.m4: Update.
4696         * gnulib/import/m4/extensions.m4: Update.
4697         * gnulib/import/m4/extern-inline.m4: Update.
4698         * gnulib/import/m4/fcntl-o.m4: Update.
4699         * gnulib/import/m4/float_h.m4: Update.
4700         * gnulib/import/m4/fnmatch.m4: Update.
4701         * gnulib/import/m4/fpieee.m4: Update.
4702         * gnulib/import/m4/frexp.m4: Update.
4703         * gnulib/import/m4/frexpl.m4: Update.
4704         * gnulib/import/m4/gettimeofday.m4: Update.
4705         * gnulib/import/m4/glibc21.m4: Update.
4706         * gnulib/import/m4/gnulib-cache.m4: Update.
4707         * gnulib/import/m4/gnulib-common.m4: Update.
4708         * gnulib/import/m4/gnulib-comp.m4: Update.
4709         * gnulib/import/m4/gnulib-tool.m4: Update.
4710         * gnulib/import/m4/include_next.m4: Update.
4711         * gnulib/import/m4/inttypes-pri.m4: Update.
4712         * gnulib/import/m4/inttypes.m4: Update.
4713         * gnulib/import/m4/isnand.m4: Update.
4714         * gnulib/import/m4/isnanl.m4: Update.
4715         * gnulib/import/m4/largefile.m4: Update.
4716         * gnulib/import/m4/localcharset.m4: Update.
4717         * gnulib/import/m4/locale-fr.m4: Update.
4718         * gnulib/import/m4/locale-ja.m4: Update.
4719         * gnulib/import/m4/locale-zh.m4: Update.
4720         * gnulib/import/m4/longlong.m4: Update.
4721         * gnulib/import/m4/lstat.m4: Update.
4722         * gnulib/import/m4/malloc.m4: Update.
4723         * gnulib/import/m4/malloca.m4: Update.
4724         * gnulib/import/m4/math_h.m4: Update.
4725         * gnulib/import/m4/mbrtowc.m4: Update.
4726         * gnulib/import/m4/mbsinit.m4: Update.
4727         * gnulib/import/m4/mbsrtowcs.m4: Update.
4728         * gnulib/import/m4/mbstate_t.m4: Update.
4729         * gnulib/import/m4/memchr.m4: Update.
4730         * gnulib/import/m4/memmem.m4: Update.
4731         * gnulib/import/m4/mmap-anon.m4: Update.
4732         * gnulib/import/m4/multiarch.m4: Update.
4733         * gnulib/import/m4/nocrash.m4: Update.
4734         * gnulib/import/m4/off_t.m4: Update.
4735         * gnulib/import/m4/pathmax.m4: Update.
4736         * gnulib/import/m4/readlink.m4: Update.
4737         * gnulib/import/m4/rename.m4: Update.
4738         * gnulib/import/m4/rmdir.m4: Update.
4739         * gnulib/import/m4/ssize_t.m4: Update.
4740         * gnulib/import/m4/stat.m4: Update.
4741         * gnulib/import/m4/stdbool.m4: Update.
4742         * gnulib/import/m4/stddef_h.m4: Update.
4743         * gnulib/import/m4/stdint.m4: Update.
4744         * gnulib/import/m4/stdio_h.m4: Update.
4745         * gnulib/import/m4/stdlib_h.m4: Update.
4746         * gnulib/import/m4/string_h.m4: Update.
4747         * gnulib/import/m4/strstr.m4: Update.
4748         * gnulib/import/m4/strtok_r.m4: Update.
4749         * gnulib/import/m4/sys_socket_h.m4: Update.
4750         * gnulib/import/m4/sys_stat_h.m4: Update.
4751         * gnulib/import/m4/sys_time_h.m4: Update.
4752         * gnulib/import/m4/sys_types_h.m4: Update.
4753         * gnulib/import/m4/time_h.m4: Update.
4754         * gnulib/import/m4/unistd_h.m4: Update.
4755         * gnulib/import/m4/warn-on-use.m4: Update.
4756         * gnulib/import/m4/wchar_h.m4: Update.
4757         * gnulib/import/m4/wchar_t.m4: Update.
4758         * gnulib/import/m4/wctype_h.m4: Update.
4759         * gnulib/import/m4/wint_t.m4: Update.
4760         * gnulib/import/malloc.c: Update.
4761         * gnulib/import/malloca.c: Update.
4762         * gnulib/import/malloca.h: Update.
4763         * gnulib/import/math.in.h: Update.
4764         * gnulib/import/mbrtowc.c: Update.
4765         * gnulib/import/mbsinit.c: Update.
4766         * gnulib/import/mbsrtowcs-impl.h: Update.
4767         * gnulib/import/mbsrtowcs-state.c: Update.
4768         * gnulib/import/mbsrtowcs.c: Update.
4769         * gnulib/import/memchr.c: Update.
4770         * gnulib/import/memmem.c: Update.
4771         * gnulib/import/pathmax.h: Update.
4772         * gnulib/import/readlink.c: Update.
4773         * gnulib/import/ref-add.sin: Update.
4774         * gnulib/import/ref-del.sin: Update.
4775         * gnulib/import/rename.c: Update.
4776         * gnulib/import/rmdir.c: Update.
4777         * gnulib/import/same-inode.h: Update.
4778         * gnulib/import/stat.c: Update.
4779         * gnulib/import/stdbool.in.h: Update.
4780         * gnulib/import/stddef.in.h: Update.
4781         * gnulib/import/stdint.in.h: Update.
4782         * gnulib/import/stdio.c: Update.
4783         * gnulib/import/stdio.in.h: Update.
4784         * gnulib/import/stdlib.in.h: Update.
4785         * gnulib/import/str-two-way.h: Update.
4786         * gnulib/import/streq.h: Update.
4787         * gnulib/import/string.in.h: Update.
4788         * gnulib/import/stripslash.c: Update.
4789         * gnulib/import/strnlen1.c: Update.
4790         * gnulib/import/strnlen1.h: Update.
4791         * gnulib/import/strstr.c: Update.
4792         * gnulib/import/strtok_r.c: Update.
4793         * gnulib/import/sys_stat.in.h: Update.
4794         * gnulib/import/sys_time.in.h: Update.
4795         * gnulib/import/sys_types.in.h: Update.
4796         * gnulib/import/time.in.h: Update.
4797         * gnulib/import/unistd.in.h: Update.
4798         * gnulib/import/verify.h: Update.
4799         * gnulib/import/wchar.in.h: Update.
4800         * gnulib/import/wctype.in.h: Update.
4801         * gnulib/import/gettimeofday.c: New file.
4802         * gnulib/import/m4/absolute-header.m4: New file.
4803         * gnulib/import/m4/gettimeofday.m4: New file.
4804         * gnulib/import/m4/sys_socket_h.m4: New file.
4805         * gnulib/import/m4/sys_time_h.m4: New file.
4806         * gnulib/import/stdio.c: Delete file.
4807         * gnulib/import/sys_time.in.h: New file.
4808
4809 2015-08-24  Pedro Alves  <palves@redhat.com>
4810
4811         * Makefile.in (HFILES_NO_SRCDIR): Add common/gdb_sys_time.h.
4812         * common/gdb_sys_time.h: New file.
4813         * event-loop.c: Include gdb_sys_time.h instead of sys/time.h.
4814         * gdb_select.h: Likewise.
4815         * gdb_usleep.c: Likewise.
4816         * maint.c: Likewise.
4817         * mi/mi-main.c: Likewise.
4818         * mi/mi-parse.h: Likewise.
4819         * remote-fileio.c: Likewise.
4820         * remote-m32r-sdi.c: Likewise.
4821         * remote.c: Likewise.
4822         * ser-base.c: Likewise.
4823         * ser-pipe.c: Likewise.
4824         * ser-tcp.c: Likewise.
4825         * ser-unix.c: Likewise.
4826         * symfile.c: Likewise.
4827         * symfile.c: Likewise.  Rename OSIZE to SIZE throughout.
4828         * target-memory.c: Include gdb_sys_time.h instead of sys/time.h.
4829         * utils.c: Likewise.
4830
4831 2015-08-24  Pedro Alves  <palves@redhat.com>
4832
4833         * NEWS: Mention removed support for the various ROM monitors.
4834         * Makefile.in (ALL_TARGET_OBS): Remove dbug-rom.o, dink32-rom.o,
4835         ppcbug-rom.o, m32r-rom.o, dsrec.o and monitor.o from gdb_target_obs.
4836         * configure.tgt (h8300-*-*): Remove monitor.o and m32r-rom.o from
4837         gdb_target_obs.
4838         (m68*-*-*): Remove monitor.o dbug-rom.o and dsrec.o from
4839         gdb_target_obs.
4840         (microblaze*-linux-*): Remove microblaze-rom.o, monitor.o and
4841         dsrec.o from gdb_target_obs.
4842         (microblaze*-*-*): Remove microblaze-rom.o, monitor.o and dsrec.o
4843         from gdb_target_obs.
4844         (powerpc-*-lynx*178): Remove monitor.o and dsrec.o from
4845         gdb_target_obs.
4846         (powerpc*-*-*): Remove monitor.o, dsrec.o, ppcbug-rom.o and
4847         dink32-rom.o from gdb_target_obs.
4848         (sh*-*-linux*): Remove monitor.o and dsrec.o from gdb_target_obs.
4849         (sh*): Remove monitor.o and dsrec.o from gdb_target_obs.
4850         * dbug-rom.c, dink32-rom.c, dsrec.c, m32r-rom.c, microblaze-rom.c,
4851         monitor.c, monitor.h, ppcbug-rom.c, srec.h: Delete files.
4852
4853 2015-08-21  Pedro Alves  <palves@redhat.com>
4854
4855         * frame.c (null_frame_id): Explicitly zero-initialize.
4856
4857 2015-08-21  Tom Tromey  <tromey@redhat.com>
4858
4859         * dwarf2read.c (struct dwarf2_section_info): Rename field
4860         'asection' to 'section'.
4861         (dwarf2_has_info, get_section_bfd_owner, get_section_bfd_section)
4862         (dwarf2_locate_sections, dwarf2_locate_sections)
4863         (locate_dwz_sections, locate_v1_virtual_dwo_sections)
4864         (dwarf2_locate_dwo_sections, dwarf2_locate_dwo_sections)
4865         (dwarf2_locate_v2_dwp_sections): Adjust.
4866
4867 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
4868
4869         * top.h (gdb_in_secondary_prompt_p): Declare.
4870         * top.c (gdb_secondary_prompt_depth): Define.
4871         (gdb_in_secondary_prompt_p): Define.
4872         (gdb_readline_wrapper_cleanup): Decrement
4873         gdb_secondary_prompt_depth.
4874         (gdb_readline_wrapper): Increment gdb_secondary_prompt_depth.
4875         * tui/tui-io.c (tui_getc): Don't clear the prompt line if we
4876         are in a secondary prompt.
4877
4878 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
4879
4880         * tui/tui-io.c (tui_getc): Use tui_putc instead of waddch to
4881         emit the newline.
4882
4883 2015-08-21  Gary Benson  <gbenson@redhat.com>
4884
4885         * gdb_bfd.c (gdb_bfd_iovec_fileio_pread): Add QUIT call.
4886
4887 2015-08-21  Gary Benson  <gbenson@redhat.com>
4888
4889         * target.h (struct target_ops) <to_fileio_open>: New argument
4890         warn_if_slow.  Update comment.  All implementations updated.
4891         (target_fileio_open_warn_if_slow): New declaration.
4892         * target.c (target_fileio_open): Renamed as...
4893         (target_fileio_open_1): ...this.  New argument warn_if_slow.
4894         Pass warn_if_slow to implementation.  Update debug printing.
4895         (target_fileio_open): New function.
4896         (target_fileio_open_warn_if_slow): Likewise.
4897         * gdb_bfd.c (gdb_bfd_iovec_fileio_open): Use new function
4898         target_fileio_open_warn_if_slow.
4899
4900 2015-08-21  Gary Benson  <gbenson@redhat.com>
4901
4902         * nat/linux-namespaces.c (linux_mntns_access_fs):
4903         Do not overwrite old_chain.
4904
4905 2015-08-20  Max Filippov  <jcmvbkbc@gmail.com>
4906
4907         * arch/xtensa.h: New file.
4908         * xtensa-linux-nat.c (gdb_proc_service.h): New #include.
4909         (ps_get_thread_area): New function.
4910         * xtensa-linux-tdep.c (xtensa_linux_init_abi): Add call to
4911         set_gdbarch_fetch_tls_load_module_address to enable TLS support.
4912         * xtensa-tdep.c (osabi.h): New #include.
4913         (xtensa_gdbarch_init): Call gdbarch_init_osabi to register
4914         xtensa-specific hooks.
4915         * xtensa-tdep.h (struct xtensa_elf_gregset_t): Add threadptr
4916         member and move the structure to arch/xtensa.h.
4917
4918 2015-08-21  Pedro Alves  <palves@redhat.com>
4919
4920         * remote.c (struct readahead_cache): New.
4921         (struct remote_state) <readahead_cache>: New field.
4922         (remote_open_1): Invalidate the cache.
4923         (readahead_cache_invalidate, readahead_cache_invalidate_fd): New
4924         functions.
4925         (remote_hostio_pwrite): Invalidate the readahead cache.
4926         (remote_hostio_pread): Rename to ...
4927         (remote_hostio_pread_vFile): ... this.
4928         (remote_hostio_pread_from_cache): New function.
4929         (remote_hostio_pread): Reimplement.
4930         (remote_hostio_close): Invalidate the readahead cache.
4931
4932 2015-08-21  Marcin CieÅ›lak <saper@saper.info>  (tiny patch)
4933
4934         PR build/18843
4935         * procfs.c: Include "filestuff.h".
4936
4937 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
4938
4939         * tui/tui-data.h (tui_command_info): Remove fields cur_line and
4940         curch.
4941         * tui/tui-data.c (tui_clear_win_detail) [CMD_WIN]: Don't set
4942         cur_line or curch, instead call wmove().
4943         (init_win_info) [CMD_WIN]: Likewise.
4944         * tui/tui-io.c (tui_puts): Likewise. Don't read cur_line,
4945         instead call getcury().
4946         (tui_redisplay_readline): Don't set cur_line or curch.
4947         (tui_mld_erase_entire_line): Don't read cur_line, instead call
4948         getcury().
4949         (tui_cont_sig): Remove call to wmove.
4950         (tui_getc): Don't read cur_line or curch, instead call getcury()
4951         or getyx().  Don't set curch.
4952         * tui/tui-win.c (make_visible_with_new_height) [CMD_WIN]: Don't
4953         set cur_line or curch.  Always move cursor to (0,0).
4954
4955 2015-08-20  Pedro Alves  <palves@redhat.com>
4956
4957         * infrun.c (print_target_wait_results): Make extern.
4958         * infrun.h (print_target_wait_results): Declare.
4959         * remote.c (set_stop_requested_callback): Delete.
4960         (process_initial_stop_replies): New function.
4961         (remote_start_remote): Use it.
4962         (stop_reply_queue_length): New function.
4963
4964 2015-08-20  Pedro Alves  <palves@redhat.com>
4965
4966         * dwarf2read.c (process_full_comp_unit): To tell whether
4967         start_subfile managed to deduce a language, test for
4968         language_unknown instead of language_c.
4969
4970 2015-08-20  Pierre-Marie de Rodat  <derodat@adacore.com>
4971
4972         * ada-lex.l: Reset the start condition to INITIAL in the rule that
4973         matches attributes.
4974
4975 2015-08-19  Kevin Buettner  <kevinb@redhat.com>
4976
4977         * dwarf2read.c (dwarf2_string_attr): New function.
4978         (lookup_dwo_unit, process_psymtab_comp_unit_reader)
4979         (dwarf2_compute_name, dwarf2_physname, find_file_and_directory)
4980         (read_call_site_scope, namespace_name, guess_full_die_structure_name)
4981         (anonymous_struct_prefix, prepare_one_comp_unit): Use
4982         dwarf2_string_attr in place of dwarf2_attr and DW_STRING.
4983
4984 2015-08-18  Doug Evans  <dje@google.com>
4985             Adrian Sendroiu <adrian.sendroiu@freescale.com>
4986
4987         PR mi/18833
4988         * cli/cli-logging.c (pop_output_files): Don't restore redirection
4989         if MI-like.
4990         * mi/mi-out.c: #include "vec.h".
4991         (ui_filep): New type.
4992         (DEV_VEC_P (ui_filep)): New type.
4993         (struct ui_out_data) <buffer, original_buffer>: Delete.
4994         (struct ui_out_data) <streams>: New member.
4995         (mi_ui_out_impl): Add data_destroy field.
4996         (mi_field_string, mi_field_fmt): Update.
4997         (mi_flush, mi_redirect, field_separator): Update.
4998         (mi_open, mi_close): Update.
4999         (mi_out_buffered, mi_out_rewind, mi_out_put): Update.
5000         (mi_out_data_ctor, mi_out_data_dtor): New functions.
5001         (mi_out_new): Call mi_out_data_ctor.
5002
5003 2015-08-18  Sandra Loosemore  <sandra@codesourcery.com>
5004
5005         * remote.c (strprefix): New.
5006         (remote_parse_stop_reply): Use strprefix instead of strncmp
5007         to ensure exact match of keyword.
5008
5009 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
5010
5011         * gdb_bfd.c (debug_bfd_cache): New variable.
5012         (show_bfd_cache_debug): New function.
5013         (gdb_bfd_open): Add debug logging.
5014         (gdb_bfd_ref): Likewise.
5015         (gdb_bfd_unref): Likewise.
5016         (_initialize_gdb_bfd): Add new set/show command.
5017         * NEWS: Mention new command.
5018
5019 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
5020
5021         * gdb_bfd.c (bfd_sharing): New variable.
5022         (show_bfd_sharing): New function.
5023         (gdb_bfd_open): Check bfd_sharing variable.
5024         (_initialize_gdb_bfd): Add new set/show command.
5025         * NEWS: Mention new command.
5026
5027 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
5028
5029         * gdb_bfd.c (struct gdb_bfd_data): Add size, inode, and device id
5030         field.
5031         (struct gdb_bfd_cache_search): Likewise.
5032         (eq_bfd): Compare the size, inode, and device id fields.
5033         (gdb_bfd_open): Initialise the size, inode, and device id fields.
5034         (gdb_bfd_ref): Likewise.
5035         (gdb_bfd_unref): Likewise.
5036
5037 2015-08-18  Pedro Alves  <palves@redhat.com>
5038
5039         * linux-nat.c (linux_nat_always_non_stop_p): If the linux_ops
5040         target implements to_always_non_stop_p, call it.
5041         * x86-linux-nat.c (x86_linux_always_non_stop_p): New function.
5042         (x86_linux_create_target): Install it as to_always_non_stop_p
5043         method.
5044
5045 2015-08-17  Doug Evans  <dje@google.com>
5046
5047         * ui-out.c (default_ui_out_impl): Add comment.
5048
5049 2015-08-17  Iain Buclaw  <ibuclaw@gdcproject.org>
5050
5051         * d-exp.y (type_aggregate_p): New function.
5052         (PrimaryExpression : TypeExp '.' IdentifierExp): Use it.
5053         (classify_inner_name): Likewise.
5054         * d-namespace.c (d_lookup_nested_symbol): Handle TYPE_CODE_ENUM.
5055
5056 2015-08-15  Doug Evans  <xdje42@gmail.com>
5057
5058         * psymtab.c (add_psymbol_to_bcache): Remove "val" arg.  All callers
5059         updated.
5060         (add_psymbol_to_list): Ditto.
5061
5062 2015-08-15  Doug Evans  <xdje42@gmail.com>
5063
5064         * dbxread.c (dbx_end_psymtab): Renamed from end_psymtab.  All callers
5065         updated.  Call end_psymtab_common.
5066         * dwarf2read.c (process_psymtab_comp_unit_reader): Call
5067         end_psymtab_common.
5068         (build_type_psymtabs_reader): Ditto.
5069         * psympriv.h (sort_pst_symbols): Delete.
5070         (end_psymtab_common): Declare.
5071         * psymtab.c (sort_pst_symbols): Make static.
5072         (end_psymtab_common): New function.
5073         * xcoffread.c (xcoff_end_psymtab): Call end_psymtab_common.
5074
5075 2015-08-15  Doug Evans  <xdje42@gmail.com>
5076
5077         * defs.h (LANGUAGE_BITS): Define.
5078         * psympriv.h (partial_symbol) <domain>: Use SYMBOL_DOMAIN_BITS.
5079         (partial_symbol) <aclass>: Use SYMBOL_ACLASS_BITS.
5080         * symtab.h (general_symbol_info> <language>: Usage LANGUAGE_BITS.
5081         (minimal_symbol_type): Add nr_minsym_types.
5082         (MINSYM_TYPE_BITS): Define.
5083         (minimal_symbol) <type>: Use MINSYM_TYPE_BITS.
5084         (domain_enum_tag): Add NR_DOMAINS.
5085         (SYMBOL_DOMAIN_BITS): Change from 4 to 3.
5086         (SYMBOL_ACLASS_BITS): Define from 6 to 5.
5087
5088 2015-08-15  Doug Evans  <xdje42@gmail.com>
5089
5090         * objfiles.h: Whitespace cleanup.
5091         * psympriv.h: Whitespace cleanup.
5092         * psymtab.c: Whitespace/coding convention cleanup.
5093
5094 2015-08-15  Patrick Palka  <patrick@parcs.ath.cx>
5095
5096         * inferior.c (detach_inferior_command): Don't call
5097         any_thread_of_process when pid is 0.
5098         (kill_inferior_command): Likewise.
5099
5100 2015-08-14  Doug Evans  <xdje42@gmail.com>
5101
5102         PR gdb/11833
5103         * NEWS: Document new /s modifier for the disassemble command.
5104         * cli/cli-cmds.c (disassemble_command): Add support for /s.
5105         (_initialize_cli_cmds): Update online docs of disassemble command.
5106         * disasm.c: #include "source.h".
5107         (struct deprecated_dis_line_entry): Renamed from dis_line_entry.
5108         All uses updated.
5109         (dis_line_entry): New struct.
5110         (hash_dis_line_entry, eq_dis_line_entry): New functions.
5111         (allocate_dis_line_table): New functions.
5112         (maybe_add_dis_line_entry, line_has_code_p): New functions.
5113         (dump_insns): New arg end_pc.  All callers updated.
5114         (do_mixed_source_and_assembly_deprecated): Renamed from
5115         do_mixed_source_and_assembly.  All callers updated.
5116         (do_mixed_source_and_assembly): New function.
5117         (gdb_disassembly): Handle /s (DISASSEMBLY_SOURCE).
5118         * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED): Renamed from
5119         DISASSEMBLY_SOURCE.  All uses updated.
5120         (DISASSEMBLY_SOURCE): New macro.
5121         * mi/mi-cmd-disas.c (mi_cmd_disassemble): New modes 4,5.
5122
5123 2015-08-14  Keith Seitz  <keiths@redhat.com>
5124
5125         * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Rename
5126         `typename' to `type_name' to avoid C++ reserved word.
5127
5128 2015-08-14  Keith Seitz  <keiths@redhat.com>
5129
5130         * location.c (EL_TYPE, EL_LINESPEC, EL_PROBE, EL_ADDRESS)
5131         (EL_EXPLICIT, EL_STRING): Change macro parameter to "P" to
5132         silence ARI errors.
5133
5134 2015-08-14  Iain Buclaw  <ibuclaw@gdcproject.org>
5135
5136         * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Use
5137         xstrprintf instead of malloc and sprintf.
5138         (PrimaryExpression : IdentifierExp): Avoid operator at end of line.
5139         (lex_one_token): Likewise.
5140
5141 2015-08-14  Matthew Fortune  <matthew.fortune@imgtec.com>
5142
5143         * solib-svr4.c (read_program_header): Add base_addr argument to
5144         report the runtime address of the segment.
5145         (find_program_interpreter): Update read_program_header call to pass
5146         a NULL pointer for the new argument.
5147         (scan_dyntag): Add ptr_addr argument to report the runtime address
5148         of the tag payload.
5149         (scan_dyntag_auxv): Likewise and use thew new base_addr argument of
5150         read_program_header to get the base address of the dynamic segment.
5151         (elf_locate_base): Update uses of scan_dyntag, scan_dyntag_auxv and
5152         read_program_header.
5153         (elf_locate_base): Scan for and handle DT_MIPS_RLD_MAP_REL.
5154
5155 2015-08-14  Matthew Fortune  <matthew.fortune@imgtec.com>
5156
5157         * MAINTAINERS (Write After Approval): Add Matthew Fortune.
5158
5159 2015-08-13  Iain Buclaw  <ibuclaw@gdcproject.org>
5160
5161         * d-exp.y (%union): Add voidval.
5162         (%token): Add UNKNOWN_NAME as a token to represent an unclassified
5163         name in the lexing stage.
5164         (PostfixExpression): Move symbol completion handling in grammar here
5165         from PrimaryExpression.
5166         (PrimaryExpression): Move routines to handle resolving identifier
5167         tokens in the grammar here from push_expression_name.
5168         (IdentifierExp): Remove the handling of alternating '.' and identifier
5169         tokens.
5170         (TypeExp): Allow TypeExp to be wrapped in parenthesis in the grammar.
5171         (BasicType): Remove C-style typename rules.
5172         (d_type_from_name, d_module_from_name, push_variable)
5173         (push_fieldnames, push_type_name, push_module_name)
5174         (push_expression_name): Remove.
5175         (lex_one_token): Rename from yylex.  Replace pstate with par_state.
5176         (token_and_value): New type.
5177         (token_fifo, popping, name_obstack): New globals.
5178         (classify_name): New function.
5179         (classify_inner_name): Likewise.
5180         (yylex): Likewise.
5181         (d_parse): Initialize token_fifo, popping and name_obstack.
5182
5183 2015-08-13  Iain Buclaw  <ibuclaw@gdcproject.org>
5184
5185         * Makefile.in (SFILES): Add d-namespace.c.
5186         (COMMON_OBS): Add d-namespace.o.
5187         * d-lang.c (d_language_defn): Use d_lookup_symbol_nonlocal as the
5188         la_lookup_symbol_nonlocal callback function pointer.
5189         * d-lang.h (d_lookup_symbol_nonlocal): New declaration.
5190         (d_lookup_nested_symbol): New declaration.
5191         * d-namespace.c: New file.
5192
5193 2015-08-13  Pedro Alves  <palves@redhat.com>
5194
5195         * python/py-unwind.c (pyuw_sniffer): Install the invalidate
5196         cleanup after the decref cleanup, not before.
5197
5198 2015-08-13  Pierre-Marie de Rodat  <derodat@adacore.com>
5199
5200         * ada-lang.c: Include namespace.h
5201         (aux_add_nonlocal_symbols): Fix a function name in comment.
5202         (ada_add_block_renamings): New.
5203         (add_nonlocal_symbols): Add global renamings handling.
5204         (ada_lookup_symbol_list_worker): Move the symbol lookup part
5205         to...
5206         (ada_add_all_symbols): ... this new function.
5207         (ada_add_block_symbols): Try to match the input name against the
5208         "using directives list", perform a recursive symbol lookup on
5209         the matched declarations.
5210         * block.h (struct block): Move the_namespace to top-level as
5211         namespace_info. Remove the language_specific field.
5212         (BLOCK_NAMESPACE): Update access to the namespace_info field.
5213         * buildsym.h (using_directives): Rename into...
5214         (local_using_directives): ... this.
5215         (global_using_directives): New.
5216         (struct context_stack): Rename the using_directives field into
5217         local_using_directives.
5218         * buildsym.c (finish_block_internal): Deal with the proper
5219         using directives repository (local or global).
5220         (prepare_for_building): Reset local_using_directives. Assert
5221         that there is no pending global using directive.
5222         (reset_symtab_globals): Reset global_using_directives and
5223         local_using_directives.
5224         (end_symtab_get_static_block): Don't ignore symtabs that have
5225         only using directives.
5226         (push_context): Update references to local_using_directives.
5227         (buildsym_init): Do not reset using_directives.
5228         * cp-support.c: Include namespace.h.
5229         * cp-support.h (struct using_direct): Move to namespace.h.
5230         (cp_add_using_directives): Move to namespace.h.
5231         * cp-namespace.c: Include namespace.h
5232         (cp_add_using_directive): Move to namespace.c, rename it to
5233         add_using_directive, add a "using_directives" argument and use
5234         it as the pending using directives repository.  All callers
5235         updated.
5236         * dwarf2read.c (using_directives): New.
5237         (read_import_statement): Call using_directives.
5238         (read_func_scope): Update references to local_using_directives.
5239         (read_lexical_block_scope): Likewise.
5240         (read_namespace): Update the heading comment, call
5241         using_directives.
5242         * namespace.h: New file.
5243         * namespace.c: New file.
5244         * Makefile.in (SFILES): Add namespace.c.
5245         (COMMON_OBS): Add namespace.o
5246
5247 2015-08-12  Joel Brobecker  <brobecker@adacore.com>
5248
5249         * amd64-tdep.c (amd64_displaced_step_fixup): Fix the mask used to
5250         compute RETADDR.
5251
5252 2015-08-12  Keith Seitz  <keiths@redhat.com>
5253
5254         * break-catch-throw.c (re_set_exception_catchpoint) Rename
5255         reserved C++ keyword "explicit" to "explicit_loc".
5256         * breakpoint.c (create_overlay_event_breakpoint)
5257         (create_longjmp_master_breakpoint)
5258         (create_std_terminate_master_breakpoint)
5259         (create_exception_master_breakpoint, update_static_tracepoint):
5260         Rename reserved C++ keyword "explicit" to "explicit_loc".
5261         * completer.c (collect_explicit_location_matches)
5262         (explicit_location_completer): Rename reserved C++ keyword
5263         "explicit" to "explicit_loc".
5264         * linespec.c (struct linespec) <explicit>: Rename to "explicit_loc".
5265         (canonicalize_linespec, create_sals_line_offset)
5266         (convert_linespec_to_sals, convert_explicit_location_to_sals)
5267         (event_location_to_sals, decode_objc): Rename reserved C++ keyword
5268         "explicit" to "explicit_loc".
5269         * location.c (struct event_location) <explicit>: Rename to
5270         "explicit_loc".
5271         (initialize_explicit_location, new_explicit_location)
5272         (explicit_location_to_string_internal, explicit_location_to_linespec):
5273         Rename reserved C++ keyword "explicit" to "explicit_loc".
5274         * location.h (explicit_location_to_string)
5275         (explicit_location_to_linespec, initialize_explicit_location)
5276         (new_explicit_location): Rename reserved C++ keyword "explicit"
5277         to "explicit_loc".
5278         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Rename reserved C++
5279         keyword "explicit" to "explicit_loc".
5280
5281 2015-08-12  Keith Seitz  <keiths@redhat.com>
5282
5283         * python/python.c (gdbpy_decode_line): Initialize `location' to NULL
5284         and only call decode_line_1 when it is non-NULL.
5285
5286 2015-08-12  Luis Machado  <lgustavo@codesourcery.com>
5287
5288         * breakpoint.c (bp_loc_is_permanent): Return 0 when breakpoint
5289         location address is not meaningful.
5290         (breakpoint_address_is_meaningful): Update comment.
5291
5292 2015-08-11  Keith Seitz  <keiths@redhat.com>
5293
5294         * NEWS: Mention explicit locations.
5295         * breakpoint.c [LOCATION_HELP_STRING]: New macro.
5296         [BREAK_ARGS_HELP]: Use LOCATION_HELP_STRING.
5297         (_initialize_breakpoint): Update documentation for
5298         "clear", "break", "trace", "strace", "ftrace", and "dprintf".
5299
5300 2015-08-11  Keith Seitz  <keiths@redhat.com>
5301
5302         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Add support for
5303         explicit locations, options "--source", "--function",
5304         "--label", and "--line".
5305
5306 2015-08-11  Keith Seitz  <keiths@redhat.com>
5307
5308         * completer.c: Include location.h.
5309         (enum match_type): New enum.
5310         (location_completer): Rename to ...
5311         (linespec_completer): ... this.
5312         (collect_explicit_location_matches, backup_text_ptr)
5313         (explicit_location_completer): New functions.
5314         (location_completer): "New" function; handle linespec
5315         and explicit location completions.
5316         (complete_line_internal): Remove all location completer-specific
5317         handling.
5318         * linespec.c (linespec_lexer_lex_keyword, is_ada_operator)
5319         (find_toplevel_char): Export.
5320         (linespec_parse_line_offset): Export.
5321         Issue error if STRING is not numerical.
5322         (gdb_get_linespec_parser_quote_characters): New function.
5323         * linespec.h (linespec_parse_line_offset): Declare.
5324         (get_gdb_linespec_parser_quote_characters): Declare.
5325         (is_ada_operator): Declare.
5326         (find_toplevel_char): Declare.
5327         (linespec_lexer_lex_keyword): Declare.
5328         * location.c (explicit_to_event_location): New function.
5329         (explicit_location_lex_one): New function.
5330         (string_to_explicit_location): New function.
5331         (string_to_event_location): Handle explicit locations.
5332         * location.h (explicit_to_event_location): Declare.
5333         (string_to_explicit_location): Declare.
5334
5335 2015-08-11  Keith Seitz  <keiths@redhat.com>
5336
5337         * break-catch-throw.c (re_set_exception_catchpoint): Convert
5338         linespec into explicit location.
5339         * breakpoint.c (create_overlay_breakpoint)
5340         (create_longjmp_master_breakpoint)
5341         (create_std_terminate_master_breakpoint)
5342         (create_exception_master_breakpoint): Convert linespec into explicit
5343         location.
5344         (update_static_tracepoint): Convert linespec into explicit location.
5345         * linespec.c (enum offset_relative_sign, struct line_offset): Move
5346         location.h.
5347         (struct linespec) <expression, expr_pc, source_filename>
5348         <function_name, label_name, line_offset>: Replace with ...
5349         <explicit>: ... this.
5350         <is_linespec>: New member.
5351         (PARSER_EXPLICIT): New accessor macro.
5352         (undefined_label_error): New function.
5353         (source_file_not_found_error): New function.
5354         (linespec_parse_basic): The parser result is now an explicit location.
5355         Use PARSER_EXPLICIT to access it.
5356         Use undefined_label_error.
5357         (canonicalize_linespec): Convert canonical linespec into explicit
5358         location.
5359         Move string representation of location to explicit_location_to_linespec
5360         and use it and explicit_location_to_string to save string
5361         representations of the canonical location.
5362         (create_sals_line_offset, convert_linespec_to_sals): `ls' contains an
5363         explicit location.  Update all references.
5364         (convert_explicit_location_to_sals): New function.
5365         (parse_linespec): Use PARSER_EXPLICIT to access the parser
5366         result's explicit location.
5367         (linespec_state_constructor): Initialize is_linespec.
5368         Use PARSER_EXPLICIT.
5369         (linespec_parser_delete): Use PARSER_EXPLICIT to access the parser's
5370         result.
5371         (event_location_to_sals): For linespec locations, set is_linespec.
5372         Handle explicit locations.
5373         (decode_objc): 'ls' contains an explicit location now. Update all
5374         references.
5375         (symtabs_from_filename): Use source_file_not_found_error.
5376         * location.c (struct event_location.u) <explicit>: New member.
5377         (initialize_explicit_location): New function.
5378         (initialize_event_location): Initialize explicit locations.
5379         (new_explicit_location, get_explicit_location)
5380         (get_explicit_location_const): New functions.
5381         (explicit_to_string_internal): New function; most of contents moved
5382         from canonicalize_linespec.
5383         (explicit_location_to_string): New function.
5384         (explicit_location_to_linespec): New function.
5385         (copy_event_location, delete_event_location)
5386         (event_location_to_string_const, event_location_empty_p): Handle
5387         explicit locations.
5388         * location.h (enum offset_relative_sign, struct line_offset): Move
5389         here from linespec.h.
5390         (enum event_location_type): Add EXPLICIT_LOCATION.
5391         (struct explicit_location): New structure.
5392         (explicit_location_to_string): Declare.
5393         (explicit_location_to_linespec): Declare.
5394         (new_explicit_location, get_explicit_locationp
5395         (get_explicit_location_const, initialize_explicit_location): Declare.
5396
5397 2015-08-11  Keith Seitz  <keiths@redhat.com>
5398
5399         * break-catch-throw.c (re_set_exception_catchpoint): Convert
5400         linespec for stap probe to probe location.
5401         * breakpoint.c (create_longjmp_master_breakpoint)
5402         (create_exception_master_breakpoint): Likewise.
5403         (break_command_1): Remove local variable `arg_cp'.
5404         Check location type to set appropriate breakpoint ops methods.
5405         (trace_command): Likewise.
5406         * linespec.c (event_location_to_sals): Assert on probe locations.
5407         * location.c (EL_PROBE): Add macro definition.
5408         (new_probe_location, get_probe_location): New functions.
5409         (copy_event_location, delete_event_location, event_location_to_string)
5410         (string_to_event_location, event_location_empty_p): Handle probe
5411         locations.
5412         * location.h (enum event_location_type): Add PROBE_LOCATION.
5413         (new_probe_location, get_probe_location): Declare.
5414         * probe.c (parse_probes): Assert that LOCATION is a probe location.
5415         Convert linespec into probe location.
5416
5417 2015-08-11  Keith Seitz  <keiths@redhat.com>
5418
5419         * breakpoint.c (create_thread_event_breakpoint, init_breakpoint_sal):
5420         Convert linespec to address location.
5421         * linespec.c (canonicalize_linespec): Do not handle address
5422         locations here.
5423         (convert_address_location_to_sals): New function; contents moved
5424         from ...
5425         (convert_linespc_to_sals): ... here.
5426         (parse_linespec): Remove address locations from linespec grammar.
5427         Remove handling of address locations.
5428         (linespec_lex_to_end): Remove handling of address linespecs.
5429         (event_location_to_sals): Handle ADDRESS_LOCATION.
5430         (linespec_expression_to_pc): Export.
5431         * linespec.h (linespec_expression_to_pc): Add declaration.
5432         * location.c (struct event_location.u) <address>: New member.
5433         (new_address_location, get_address_location): New functions.
5434         (copy_event_location, delete_event_location, event_location_to_string)
5435         (string_to_event_location, event_location_empty_p): Handle address
5436         locations.
5437         * location.h (enum event_location_type): Add ADDRESS_LOCATION.
5438         (new_address_location, get_address_location): Declare.
5439         * python/py-finishbreakpoint.c (bpfinishpy_init): Convert linespec
5440         to address location.
5441         * spu-tdep.c (spu_catch_start): Likewise.
5442
5443 2015-08-11  Keith Seitz  <keiths@redhat.com>
5444
5445         * ax-gdb.c: Include location.h.
5446         (agent_command_1) Use linespec location instead of address
5447         string.
5448         * break-catch-throw.c: Include location.h.
5449         (re_set_exception_catchpoint): Use linespec locations instead
5450         of address strings.
5451         * breakpoint.c: Include location.h.
5452         (create_overlay_event_breakpoint, create_longjmp_master_breakpoint)
5453         (create_std_terminate_master_breakpoint)
5454         (create_exception_master_breakpoint, update_breakpoints_after_exec):
5455         Use linespec location instead of address string.
5456         (print_breakpoint_location):  Use locations and
5457         event_location_to_string.
5458         Print extra_string for pending locations for non-MI streams.
5459         (print_one_breakpoint_location): Use locations and
5460         event_location_to_string.
5461         (init_raw_breakpoint_without_location): Initialize b->location.
5462         (create_thread_event_breakpoint): Use linespec location instead of
5463         address string.
5464         (init_breakpoint_sal): Likewise.
5465         Only save extra_string if it is non-NULL and not the empty string.
5466         Use event_location_to_string instead of `addr_string'.
5467         Constify `p' and `endp'.
5468         Use skip_spaces_const/skip_space_const instead of non-const versions.
5469         Copy the location into the breakpoint.
5470         If LOCATION is NULL, save the breakpoint address as a linespec location
5471         instead of an address string.
5472         (create_breakpoint_sal): Change `addr_string' parameter to a struct
5473         event_location. All uses updated.
5474         (create_breakpoints_sal): Likewise for local variable `addr_string'.
5475         (parse_breakpoint_sals): Use locations instead of address strings.
5476         Remove check for empty linespec with conditional.
5477         Refactor.
5478         (decode_static_tracepoint_spec): Make argument const and update
5479         function.
5480         (create_breakpoint): Change `arg' to a struct event_location and
5481         rename.
5482         Remove `copy_arg' and `addr_start'.
5483         If EXTRA_STRING is empty, set it to NULL.
5484         Don't populate `canonical' for pending breakpoints.
5485         Pass `extra_string' to find_condition_and_thread.
5486         Clear `extra_string' if `rest' was NULL.
5487         Do not error with "garbage after location" if setting a dprintf
5488         breakpoint.
5489         Copy the location into the breakpoint instead of an address string.
5490         (break_command_1): Use string_to_event_location and pass this to
5491         create_breakpoint instead of an address string.
5492         Check against `arg_cp' for a probe linespec.
5493         (dprintf_command): Use string_to_event_location and pass this to
5494         create_breakpoint instead of an address string.
5495         Throw an exception if no format string was specified.
5496         (print_recreate_ranged_breakpoint): Use event_location_to_string
5497         instead of address strings.
5498         (break_range_command, until_break_command)
5499         (init_ada_exception_breakpoint): Use locations instead
5500         of address strings.
5501         (say_where): Print out extra_string for pending locations.
5502         (base_breakpoint_dtor): Delete `location' and `location_range_end' of
5503         the breakpoint.
5504         (base_breakpoint_create_sals_from_location): Use struct event_location
5505         instead of address string.
5506         Remove `addr_start' and `copy_arg' parameters.
5507         (base_breakpoint_decode_location): Use struct event_location instead of
5508         address string.
5509         (bkpt_re_set): Use locations instead of address strings.
5510         Use event_location_empty_p to check for unset location.
5511         (bkpt_print_recreate): Use event_location_to_string instead of
5512         an address string.
5513         Print out extra_string for pending locations.
5514         (bkpt_create_sals_from_location, bkpt_decode_location)
5515         (bkpt_probe_create_sals_from_location): Use struct event_location
5516         instead of address string.
5517         (bkpt_probe_decode_location): Use struct event_location instead of
5518         address string.
5519         (tracepoint_print_recreate): Use event_location_to_string to
5520         recreate the tracepoint.
5521         (tracepoint_create_sals_from_location, tracepoint_decode_location)
5522         (tracepoint_probe_create_sals_from_location)
5523         (tracepoint_probe_decode_location): Use struct event_location
5524         instead of address string.
5525         (dprintf_print_recreate): Use event_location_to_string to recreate
5526         the dprintf.
5527         (dprintf_re_set): Remove check for valid/missing format string.
5528         (strace_marker_create_sals_from_location)
5529         (strace_marker_create_breakpoints_sal, strace_marker_decode_location)
5530         (update_static_tracepoint): Use struct event_location instead of
5531         address string.
5532         (location_to_sals): Likewise.
5533         Pass `extra_string' to find_condition_and_thread.
5534         For newly resolved pending breakpoint locations, clear the location's
5535         string representation.
5536         Assert that the breakpoint's condition string is NULL when
5537         condition_not_parsed.
5538         (breakpoint_re_set_default, create_sals_from_location_default)
5539         (decode_location_default, trace_command, ftrace_command)
5540         (strace_command, create_tracepoint_from_upload): Use locations
5541         instead of address strings.
5542         * breakpoint.h (struct breakpoint_ops) <create_sals_from_location>:
5543         Use struct event_location instead of address string.
5544         Update all uses.
5545         <decode_location>: Likewise.
5546         (struct breakpoint) <addr_string>: Change to struct event_location
5547         and rename `location'.
5548         <addr_string_range_end>: Change to struct event_location and rename
5549         `location_range_end'.
5550         (create_breakpoint): Use struct event_location instead of address
5551         string.
5552         * cli/cli-cmds.c: Include location.h.
5553         (edit_command, list_command): Use locations instead of address strings.
5554         * elfread.c: Include location.h.
5555         (elf_gnu_ifunc_resolver_return_stop): Use event_location_to_string.
5556         * guile/scm-breakpoint.c: Include location.h.
5557         (bpscm_print_breakpoint_smob): Use event_location_to_string.
5558         (gdbscm_register_breakpoint): Use locations instead of address
5559         strings.
5560         * linespec.c: Include location.h.
5561         (struct ls_parser) <stream>: Change to const char *.
5562         (PARSER_STREAM): Update.
5563         (lionespec_lexer_lex_keyword): According to find_condition_and_thread,
5564         keywords must be followed by whitespace.
5565         (canonicalize_linespec): Save a linespec location into `canonical'.
5566         Save a canonical linespec into `canonical'.
5567         (parse_linespec): Change `argptr' to const char * and rename `arg'.
5568         All uses updated.
5569         Update function description.
5570         (linespec_parser_new): Initialize `parser'.
5571         Update initialization of  parsing stream.
5572         (event_location_to_sals): New function.
5573         (decode_line_full): Change `argptr' to a struct event_location and
5574         rename it `location'.
5575         Use locations instead of address strings.
5576         Call event_location_to_sals instead of parse_linespec.
5577         (decode_line_1): Likewise.
5578         (decode_line_with_current_source, decode_line_with_last_displayed)
5579         Use locations instead of address strings.
5580         (decode_objc): Likewise.
5581         Change `argptr' to const char * and rename `arg'.
5582         (destroy_linespec_result): Delete the linespec result's location
5583         instead of freeing the address string.
5584         * linespec.h (struct linespec_result) <addr_string>: Change to
5585         struct event_location and rename to ...
5586         <location>: ... this.
5587         (decode_line_1, decode_line_full): Change `argptr' to struct
5588         event_location.  All callers updated.
5589         * mi/mi-cmd-break.c: Include language.h, location.h, and linespec.h.
5590         (mi_cmd_break_insert_1): Use locations instead of address strings.
5591         Throw an error if there was "garbage" at the end of the specified
5592         linespec.
5593         * probe.c: Include location.h.
5594         (parse_probes): Change `argptr' to struct event_location.
5595         Use event locations instead of address strings.
5596         * probe.h (parse_probes): Change `argptr' to struct event_location.
5597         * python/py-breakpoint.c: Include location.h.
5598         (bppy_get_location): Constify local variable `str'.
5599         Use event_location_to_string.
5600         (bppy_init): Use locations instead of address strings.
5601         * python/py-finishbreakpoint.c: Include location.h.
5602         (bpfinishpy_init): Remove local variable `addr_str'.
5603         Use locations instead of address strings.
5604         * python/python.c: Include location.h.
5605         (gdbpy_decode_line): Use locations instead of address strings.
5606         * remote.c: Include location.h.
5607         (remote_download_tracepoint): Use locations instead of address
5608         strings.
5609         * spu-tdep.c: Include location.h.
5610         (spu_catch_start): Remove local variable `buf'.
5611         Use locations instead of address strings.
5612         * tracepoint.c: Include location.h.
5613         (scope_info): Use locations instead of address strings.
5614         (encode_source_string): Constify parameter `src'.
5615         * tracepoint.h (encode_source_string): Likewise.
5616
5617 2015-08-11  Keith Seitz  <keiths@redhat.com>
5618
5619         * Makefile.in (SFILES): Add location.c.
5620         (HFILES_NO_SRCDIR): Add location.h.
5621         (COMMON_OBS): Add location.o.
5622         * linespec.c (linespec_lex_to_end): New function.
5623         * linespec.h (linespec_lex_to_end): Declare.
5624         * location.c: New file.
5625         * location.h: New file.
5626
5627 2015-08-11  Keith Seitz  <keiths@redhat.com>
5628
5629         * breakpoint.h (struct breakpoint_ops) <create_sals_from_address>:
5630         Renamed to create_sals_from_location.
5631         <decode_linespec>: Renamed to decode_location.
5632         Update all callers.
5633         * breakpoint.c (create_sals_from_address_default): Renamed to ...
5634         (create_sals_from_location_default): ... this.
5635         (addr_string_to_sals): Renamed to ...
5636         (location_to_sals): ... this.
5637         (decode_linespec_default): Renamed to ...
5638         (decode_location_default): ... this.
5639         (base_breakpoint_create_sals_from_address): Renamed to ...
5640         (base_breakpoint_create_sals_from_location): ... this.
5641         (bkpt_create_sals_from_address): Renamed to ...
5642         (bkpt_create_sals_from_location): ... this.
5643         (bkpt_decode_linespec): Renamed to ...
5644         (bkpt_decode_location): ... this.
5645         (bkpt_probe_create_sals_from_address): Renamed to ...
5646         (bkpt_probe_create_sals_from_location): ... this.
5647         (tracepoint_create_sals_from_address): Renamed to ...
5648         (tracepoint_create_sals_from_location): ... this.
5649         (tracepoint_decode_linespec): Renamed to ...
5650         (tracepoint_decode_location): ... this.
5651         (tracepoint_probe_create_sals_from_address): Renamed to ...
5652         (tracepoint_probe_create_sals_from_location): ... this.
5653         (tracepoint_probe_decode_linespec): Renamed to ...
5654         (tracepoint_probe_decode_location): ... this.
5655         (strace_marker_create_sals_from_address): Renamed to ...
5656         (strace_marker_create_sals_from_location): ... this.
5657         (decode_linespec_default): Renamed to ...
5658         (decode_location_default): ... this.
5659
5660 2015-08-10  Doug Evans  <dje@google.com>
5661             Keith Seitz  <keiths@redhat.com>
5662
5663         PR gdb/17960
5664         * symtab.c (make_file_symbol_completion_list_1): Renamed from
5665         make_file_symbol_completion_list and made static.
5666         (make_file_symbol_completion_list): New function.
5667
5668 2015-08-10  Joel Brobecker  <brobecker@adacore.com>
5669
5670         * infrun.c (follow_fork, displaced_step_prepare, resume): Remove
5671         trailing new-line at end of warning message.
5672         (proceed): Add i18n marker to error messages.
5673
5674 2015-08-07  Pedro Alves  <palves@redhat.com>
5675
5676         * linux-nat.c (linux_nat_always_non_stop_p): Return 1.
5677
5678 2015-08-07  Pedro Alves  <palves@redhat.com>
5679
5680         * s390-linux-tdep.c (is_non_branch_ril)
5681         (s390_displaced_step_copy_insn): New functions.
5682         (s390_displaced_step_fixup): Update comment.
5683         (s390_gdbarch_init): Install s390_displaced_step_copy_insn as
5684         gdbarch_displaced_step_copy_insn hook.
5685
5686 2015-08-07  Pedro Alves  <palves@redhat.com>
5687
5688         * infrun.c (displaced_step_prepare_throw): Return -1 if
5689         gdbarch_displaced_step_copy_insn returns NULL.  Update intro
5690         comment.
5691         * rs6000-tdep.c (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION)
5692         (STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION): Move higher up
5693         in file.
5694         (ppc_displaced_step_copy_insn): New function.
5695         (ppc_displaced_step_fixup): Update comment.
5696         (rs6000_gdbarch_init): Install ppc_displaced_step_copy_insn as
5697         gdbarch_displaced_step_copy_insn hook.
5698         * gdbarch.sh (displaced_step_copy_insn): Document what happens on
5699         NULL return.
5700         * gdbarch.h: Regenerate.
5701
5702 2015-08-07  Pedro Alves  <palves@redhat.com>
5703
5704         * inferior.h (struct inferior) <displaced_stepping_failed>: New
5705         field.
5706         * infrun.c (use_displaced_stepping_now_p): New parameter 'inf'.
5707         Return false if dispaced stepping failed before.
5708         (resume): Pass the current inferior to
5709         use_displaced_stepping_now_p.  Wrap displaced_step_prepare in
5710         TRY/CATCH.  If we get a MEMORY_ERROR, set the inferior's
5711         displaced_stepping_failed flag, and fall back to an in-line
5712         step-over.
5713
5714 2015-08-07  Pedro Alves  <palves@redhat.com>
5715
5716         * darwin-nat.c (darwin_stop): Rename to ...
5717         (darwin_interrupt): ... this.
5718         (_initialize_darwin_inferior): Adjust.
5719         * gnu-nat.c (gnu_stop): Delete.
5720         (gnu_target): Don't install gnu_stop.
5721         * inf-ptrace.c (inf_ptrace_stop): Rename to ...
5722         (inf_ptrace_interrupt): ... this.
5723         (inf_ptrace_target): Adjust.
5724         * infcmd.c (interrupt_target_1): Use target_interrupt instead of
5725         target_stop.
5726         * linux-nat (linux_nat_stop): Rename to ...
5727         (linux_nat_interrupt): ... this.
5728         (linux_nat_stop): Reimplement.
5729         (linux_nat_add_target): Install linux_nat_interrupt.
5730         * nto-procfs.c (nto_interrupt_twice): Rename to ...
5731         (nto_handle_sigint_twice): ... this.
5732         (nto_interrupt): Rename to ...
5733         (nto_handle_sigint): ... this.  Call target_interrupt instead of
5734         target_stop.
5735         (procfs_wait): Adjust.
5736         (procfs_stop): Rename to ...
5737         (procfs_interrupt): ... this.
5738         (init_procfs_targets): Adjust.
5739         * procfs.c (procfs_stop): Rename to ...
5740         (procfs_interrupt): ... this.
5741         (procfs_target): Adjust.
5742         * remote-m32r-sdi.c (m32r_stop): Rename to ...
5743         (m32r_interrupt): ... this.
5744         (init_m32r_ops): Adjust.
5745         * remote-sim.c (gdbsim_stop_inferior): Rename to ...
5746         (gdbsim_interrupt_inferior): ... this.
5747         (gdbsim_stop): Rename to ...
5748         (gdbsim_interrupt): ... this.
5749         (gdbsim_cntrl_c): Adjust.
5750         (init_gdbsim_ops): Adjust.
5751         * remote.c (sync_remote_interrupt): Adjust comments.
5752         (remote_stop_as): Rename to ...
5753         (remote_interrupt_as): ... this.
5754         (remote_stop): Adjust comment.
5755         (remote_interrupt): New function.
5756         (init_remote_ops): Install remote_interrupt.
5757         * target.c (target_interrupt): New function.
5758         * target.h (struct target_ops) <to_interrupt>: New field.
5759         (target_interrupt): New declaration.
5760         * windows-nat.c (windows_stop): Rename to ...
5761         (windows_interrupt): ... this.
5762         * target-delegates.c: Regenerate.
5763
5764 2015-08-07  Pedro Alves  <palves@redhat.com>
5765
5766         * signal-while-stepping-over-bp-other-thread.exp: Expect "restart
5767         threads" as alternative to "switching back to stepped thread".
5768
5769 2015-08-07  Pedro Alves  <palves@redhat.com>
5770
5771         * NEWS: Mention "maint set/show target-non-stop".
5772         * breakpoint.c (update_global_location_list): Check
5773         target_is_non_stop_p instead of non_stop.
5774         * infcmd.c (attach_command_post_wait, attach_command): Likewise.
5775         * infrun.c (show_can_use_displaced_stepping)
5776         (can_use_displaced_stepping_p, start_step_over_inferior):
5777         Likewise.
5778         (internal_resume_ptid): New function.
5779         (resume): Use it.
5780         (proceed): Check target_is_non_stop_p instead of non_stop.  If in
5781         all-stop mode but the target is always in non-stop mode, start all
5782         the other threads that are implicitly resumed too.
5783         (for_each_just_stopped_thread, fetch_inferior_event)
5784         (adjust_pc_after_break, stop_all_threads): Check
5785         target_is_non_stop_p instead of non_stop.
5786         (handle_inferior_event): Likewise.  Handle detach-fork in all-stop
5787         with the target always in non-stop mode.
5788         (handle_signal_stop) <random signal>: Check target_is_non_stop_p
5789         instead of non_stop.
5790         (switch_back_to_stepped_thread): Check target_is_non_stop_p
5791         instead of non_stop.
5792         (keep_going_stepped_thread): Use internal_resume_ptid.
5793         (stop_waiting): If in all-stop mode, and the target is in non-stop
5794         mode, stop all threads.
5795         (keep_going_pass): Likewise, when starting a new in-line step-over
5796         sequence.
5797         * linux-nat.c (get_pending_status, select_event_lwp)
5798         (linux_nat_filter_event, linux_nat_wait_1, linux_nat_wait): Check
5799         target_is_non_stop_p instead of non_stop.
5800         (linux_nat_always_non_stop_p): New function.
5801         (linux_nat_stop): Check target_is_non_stop_p instead of non_stop.
5802         (linux_nat_add_target): Install linux_nat_always_non_stop_p.
5803         * target-delegates.c: Regenerate.
5804         * target.c (target_is_non_stop_p): New function.
5805         (target_non_stop_enabled, target_non_stop_enabled_1): New globals.
5806         (maint_set_target_non_stop_command)
5807         (maint_show_target_non_stop_command): New functions.
5808         (_initilize_target): Install "maint set/show target-non-stop"
5809         commands.
5810         * target.h (struct target_ops) <to_always_non_stop_p>: New field.
5811         (target_non_stop_enabled): New declaration.
5812         (target_is_non_stop_p): New declaration.
5813
5814 2015-08-07  Pedro Alves  <pedro@codesourcery.com>
5815
5816         * breakpoint.c (breakpoints_should_be_inserted_now): If any thread
5817         has a pending status, return true.
5818         * gdbthread.h: Include target/waitstatus.h.
5819         (struct thread_suspend_state) <stop_reason, waitstatus_pending_p,
5820         stop_pc>: New fields.
5821         (struct thread_info) <resumed>: New field.
5822         (set_resumed): Declare.
5823         * infrun.c: Include "event-loop.h".
5824         (infrun_async_inferior_event_token, infrun_is_async): New globals.
5825         (infrun_async): New function.
5826         (clear_step_over_info): Add debug output.
5827         (displaced_step_in_progress_any_inferior): New function.
5828         (displaced_step_fixup): New returns int.
5829         (start_step_over): Handle in-line step-overs too.  Assert the
5830         thread is marked resumed.
5831         (resume_cleanups): Clear the thread's resumed flag.
5832         (resume): Set the thread's resumed flag.  Return early if the
5833         thread has a pending status.  Allow stepping a breakpoint with no
5834         signal.
5835         (proceed): Adjust to check 'resumed' instead of 'executing'.
5836         (clear_proceed_status_thread): If the thread has a pending status,
5837         and that status is a finished step, discard the pending status.
5838         (clear_proceed_status): Don't clear step_over_info here.
5839         (random_pending_event_thread, do_target_wait): New functions.
5840         (prepare_for_detach, wait_for_inferior, fetch_inferior_event): Use
5841         do_target_wait.
5842         (wait_one): New function.
5843         (THREAD_STOPPED_BY): New macro.
5844         (thread_stopped_by_watchpoint, thread_stopped_by_sw_breakpoint)
5845         (thread_stopped_by_hw_breakpoint): New functions.
5846         (switch_to_thread_cleanup, save_waitstatus, stop_all_threads): New
5847         functions.
5848         (handle_inferior_event): Also call set_resumed(false) on all
5849         threads implicitly stopped by the event.
5850         (restart_threads, resumed_thread_with_pending_status): New
5851         functions.
5852         (finish_step_over): If we were doing an in-line step-over before,
5853         and no longer are after trying to start a new step-over, restart
5854         all threads.  If we have multiple threads with pending events,
5855         save the current event and go through the event loop again.
5856         (handle_signal_stop): Return early if finish_step_over returns
5857         false.
5858         <random signal>: If we get a signal while stepping over a
5859         breakpoint in-line in non-stop mode, restart all threads.  Clear
5860         step_over_info before delivering the signal.
5861         (keep_going_stepped_thread): Use internal_error instead of
5862         gdb_assert.  Mark the thread as resumed.
5863         (keep_going_pass_signal): Assert the thread isn't already resumed.
5864         If some other thread is doing an in-line step-over, defer the
5865         resume.  If we just started a new in-line step-over, stop all
5866         threads.  Don't clear step_over_info.
5867         (infrun_async_inferior_event_handler): New function.
5868         (_initialize_infrun): Create async event handler with
5869         infrun_async_inferior_event_handler as callback.
5870         (infrun_async): New declaration.
5871         * target.c (target_async): New function.
5872         * target.h (target_async): Declare macro and readd as function
5873         declaration.
5874         * target/waitstatus.h (enum target_stop_reason)
5875         <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
5876         * thread.c (new_thread): Clear the new waitstatus field.
5877         (set_resumed): New function.
5878
5879 2015-08-07  Pedro Alves  <palves@redhat.com>
5880
5881         * infrun.c (keep_going_stepped_thread): New function, factored out
5882         from ...
5883         (switch_back_to_stepped_thread): ... here.
5884
5885 2015-08-07  Pedro Alves  <palves@redhat.com>
5886
5887         * infrun.c (currently_stepping): Extend intro comment.
5888         * target.h (target_resume): Extend intro comment.
5889
5890 2015-08-07  Pedro Alves  <palves@redhat.com>
5891
5892         * infrun.c (switch_back_to_stepped_thread): Use ecs->ptid instead
5893         of inferior_ptid.  If the stepped thread vanished, return 0
5894         instead of resuming here.  Use reset_ecs.  Print the prev_pc and
5895         the current stop_pc in log message.  Clear trap_expected if the
5896         thread advanced.  Don't pass currently_stepping to
5897         do_target_resume.
5898
5899 2015-08-07  Pedro Alves  <palves@redhat.com>
5900
5901         * gdbthread.h (struct thread_info) <prev_pc>: Extend comment.
5902         * infrun.c (struct execution_control_state): Move higher up in the
5903         file.
5904         (reset_ecs): New function.
5905         (start_step_over): Now returns int.  Rewrite to use
5906         keep_going_pass_signal instead of manually starting a displaced step.
5907         (resume): Don't call set_running here.  If displaced stepping
5908         can't start now, clear trap_expected.
5909         (find_thread_needs_step_over): Delete function.
5910         (proceed): Set up finish_thread_state_cleanup.  Call set_running.
5911         If the current thread needs a step over, push it in the step-over
5912         chain.  Don't set insert breakpoints nor call resume directly
5913         here.  Instead rewrite to use start_step_over and
5914         keep_going_pass_signal.
5915         (finish_step_over): New function.
5916         (handle_signal_stop): Call finish_step_over instead of
5917         start_step_over.
5918         (switch_back_to_stepped_thread): If the event thread needs another
5919         step-over do that first.  Use start_step_over.
5920         (keep_going_pass_signal): New function, factored out from ...
5921         (keep_going): ... here.
5922         (_initialize_infrun): Comment moved here.
5923         * thread.c (set_running_thread): New function.
5924         (set_running, finish_thread_state): Use set_running_thread.
5925
5926 2015-08-07  Pedro Alves  <palves@redhat.com>
5927
5928         * gdbthread.h (struct thread_info) <step_over_prev,
5929         step_over_next>: New fields.
5930         (thread_step_over_chain_enqueue, thread_step_over_chain_remove)
5931         (thread_step_over_chain_next, thread_is_in_step_over_chain): New
5932         declarations.
5933         * infrun.c (struct displaced_step_request): Delete.
5934         (struct displaced_step_inferior_state) <step_request_queue>:
5935         Delete field.
5936         (displaced_step_prepare): Assert that trap_expected is set.  Use
5937         thread_step_over_chain_enqueue.  Split starting a new displaced
5938         step to ...
5939         (start_step_over): ... this new function.
5940         (resume): Assert the thread isn't waiting for a step over already.
5941         (proceed): Assert the thread isn't waiting for a step over
5942         already.
5943         (infrun_thread_stop_requested): Adjust to remove threads from the
5944         embedded step-over chain.
5945         (handle_inferior_event) <fork/vfork>: Call start_step_over after
5946         displaced_step_fixup.
5947         (handle_signal_stop): Call start_step_over after
5948         displaced_step_fixup.
5949         * infrun.h (step_over_queue_head): New declaration.
5950         * thread.c (step_over_chain_enqueue, step_over_chain_remove)
5951         (thread_step_over_chain_next, thread_is_in_step_over_chain)
5952         (thread_step_over_chain_enqueue)
5953         (thread_step_over_chain_remove): New functions.
5954         (delete_thread_1): Remove thread from the step-over chain.
5955
5956 2015-08-07  Pedro Alves  <palves@redhat.com>
5957
5958         * infrun.c (thread_still_needs_step_over): Rename to ...
5959         (thread_still_needs_step_over_bp): ... this.
5960         (enum step_over_what): New.
5961         (thread_still_needs_step_over): Reimplement.
5962
5963 2015-08-07  Pedro Alves  <palves@redhat.com>
5964
5965         * remote.c (remote_wait_as): If not waiting for a stop reply,
5966         return TARGET_WAITKIND_NO_RESUMED.  If TARGET_WNOHANG is
5967         requested, don't block waiting forever.
5968
5969 2015-08-07  Pedro Alves  <pedro@codesourcery.com>
5970
5971         * infrun.c (adjust_pc_after_break): Now takes thread_info and
5972         waitstatus pointers instead of an ecs.  Adjust.
5973         (handle_inferior_event): Adjust caller.
5974
5975 2015-08-07  Pedro Alves  <palves@redhat.com>
5976
5977         * infrun.c (handle_inferior_event): If we get
5978         TARGET_WAITKIND_SIGNALLED or TARGET_WAITKIND_EXITED in non-stop
5979         mode, mark all threads of the exiting process as not-executing.
5980         (normal_stop): If we get TARGET_WAITKIND_SIGNALLED or
5981         TARGET_WAITKIND_EXITED in non-stop mode, finish all threads of the
5982         exiting process, if inferior_ptid still points at a process.
5983         * thread.c (struct current_thread_cleanup) <next>: New field.
5984         (current_thread_cleanup_chain): New global.
5985         (restore_current_thread_ptid_changed): New function.
5986         (restore_current_thread_cleanup_dtor): Remove the cleanup from the
5987         current_thread_cleanup_chain list.
5988         (make_cleanup_restore_current_thread): Add the cleanup data to the
5989         current_thread_cleanup_chain list.
5990         (_initialize_thread): Install restore_current_thread_ptid_changed
5991         as thread_ptid_changed observer.
5992
5993 2015-08-07  Joel Brobecker  <brobecker@adacore.com>
5994
5995         * dtrace-probe.c (dtrace_process_dof): Ignore the objfile's DOF
5996         data if a DTRACE_DOF_SECT_TYPE_PROVIDER section is found to be
5997         smaller than expected.
5998
5999 2015-08-07  Andrew Burgess  <andrew.burgess@embecosm.com>
6000
6001         * stack.c (get_frame_language): Moved ...
6002         * frame.c (get_frame_language): ... to here.
6003         * language.h (get_frame_language): Declaration moved to frame.h.
6004         * frame.h: Add language.h include, for language enum.
6005         (get_frame_language): Declaration moved from language.h.
6006         * language.c: Add frame.h include.
6007         * top.c: Add frame.h include.
6008         * symtab.h (struct obj_section): Declare.
6009         (struct cmd_list_element): Declare.
6010
6011 2015-08-07  Andrew Burgess  <andrew.burgess@embecosm.com>
6012
6013         * language.c (show_language_command): Find selected frame before
6014         asking for the language of that frame.
6015         (set_language_command): Likewise.
6016         * language.h (get_frame_language): Add frame parameter.
6017         * stack.c (get_frame_language): Add frame parameter, assert
6018         parameter is not NULL, update comment and reindent.
6019         * top.c (check_frame_language_change): Pass the selected frame
6020         into get_frame_language.
6021
6022 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
6023
6024         * btrace.c (btrace_compute_ftrace_bts): Clear insn flags.
6025         (pt_btrace_insn_flags): New.
6026         (ftrace_add_pt): Call pt_btrace_insn_flags.
6027         * btrace.h (btrace_insn_flag): New.
6028         (btrace_insn) <flags>: New.
6029         * record-btrace.c (btrace_insn_history): Print insn prefix.
6030         * NEWS: Announce it.
6031
6032 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
6033
6034         * configure.ac: Check for PERF_ATTR_SIZE_VER5 in linux/perf_event.h
6035         * configure: Regenerate.
6036
6037 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
6038
6039         * Makefile.in (LIBICONV): Define.
6040         (CLIBS): Add LIBICONV.
6041         * acinclude.m4: Use config/iconv.m4 instead of custom AM_ICONV.
6042         * configure: Regenerate.
6043
6044 2015-08-06  Simon Marchi  <simon.marchi@ericsson.com>
6045             Pedro Alves  <palves@redhat.com>
6046
6047         * arm-tdep.c (set_fp_model_sfunc): Add cast from integer to enum.
6048         (arm_set_abi): Likewise.
6049         * ax-general.c (ax_print): Likewise.
6050         * c-exp.y (exp : string_exp): Likewise.
6051         * compile/compile-loc2c.c (compute_stack_depth_worker): Likewise.
6052         (do_compile_dwarf_expr_to_c): Likewise.
6053         * cp-name-parser.y (demangler_special : DEMANGLER_SPECIAL start):
6054         Likewise.
6055         * dwarf2expr.c (execute_stack_op): Likewise.
6056         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
6057         (disassemble_dwarf_expression): Likewise.
6058         * dwarf2read.c (dwarf2_add_member_fn): Likewise.
6059         (read_array_order): Likewise.
6060         (abbrev_table_read_table): Likewise.
6061         (read_attribute_value): Likewise.
6062         (skip_unknown_opcode): Likewise.
6063         (dwarf_decode_macro_bytes): Likewise.
6064         (dwarf_decode_macros): Likewise.
6065         * eval.c (value_f90_subarray): Likewise.
6066         * guile/scm-param.c (gdbscm_make_parameter): Likewise.
6067         * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
6068         * infrun.c (handle_command): Likewise.
6069         * memory-map.c (memory_map_start_memory): Likewise.
6070         * osabi.c (set_osabi): Likewise.
6071         * parse.c (operator_length_standard): Likewise.
6072         * ppc-linux-tdep.c (ppc_canonicalize_syscall): Likewise, and use
6073         single return point.
6074         * python/py-frame.c (gdbpy_frame_stop_reason_string): Likewise.
6075         * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
6076         (gdbpy_lookup_global_symbol): Likewise.
6077         * record-full.c (record_full_restore): Likewise.
6078         * regcache.c (regcache_register_status): Likewise.
6079         (regcache_raw_read): Likewise.
6080         (regcache_cooked_read): Likewise.
6081         * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
6082         * symtab.c (initialize_ordinary_address_classes): Likewise.
6083         * target-debug.h (target_debug_print_signals): Likewise.
6084         * utils.c (do_restore_current_language): Likewise.
6085
6086 2015-08-06  Clem Dickey  <clemd@acm.org>
6087
6088         PR python/17136
6089         * python/lib/gdb/command/type_printers.py (InfoTypePrinter): Fix typo.
6090
6091 2015-08-06  Simon Marchi  <simon.marchi@ericsson.com>
6092
6093         * complaints.c (enum complaint_series): Add newlines and remove
6094         out of date comment.
6095         (struct complaints) <series>: Change type to enum
6096         complaint_series and remove out of date comment.
6097         (symfile_complaint_hook): Use equivalent enum value
6098         ISOLATED_MESSAGE instead of 0.
6099
6100 2015-08-06  Pedro Alves  <palves@redhat.com>
6101
6102         * nat/linux-waitpid.c (my_waitpid): Only print *status if waitpid
6103         returned > 0.
6104
6105 2015-08-06  Pierre Langlois  <pierre.langlois@arm.com>
6106
6107         * common/agent.c (symbol_list) <required>: Remove.
6108
6109 2015-08-06  Pedro Alves  <palves@redhat.com>
6110
6111         * target/waitstatus.h (enum target_stop_reason)
6112         <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
6113
6114 2015-08-05  Pedro Alves  <palves@redhat.com>
6115             Joel Brobecker  <brobecker@adacore.com>
6116
6117         * breakpoint.c (bpstat_what) <bp_longjmp, bp_longjmp_call_dummy>
6118         <bp_exception, bp_longjmp_resume, bp_exception_resume>: Handle the
6119         case where BS->STOP is not set.
6120
6121 2015-08-05  Ulrich Weigand  <uweigand@de.ibm.com>
6122
6123         * nat/gdb_thread_db.h: Add copyright header.
6124         Protect against multiple inclusion.
6125
6126 2015-08-05  Yao Qi  <yao.qi@linaro.org>
6127
6128         * aarch64-linux-nat.c (get_thread_id): Remove.
6129         (debug_reg_change_callback): Call ptid_get_lwp instead of
6130         get_thread_id.
6131         (fetch_gregs_from_thread): Likewise.
6132         (store_gregs_to_thread): Likewise.
6133         (fetch_fpregs_from_thread): Likewise.
6134         (store_fpregs_to_thread): Likewise.
6135         (aarch64_linux_get_debug_reg_capacity): Likewise.
6136         * arm-linux-nat.c (get_thread_id): Remove.
6137         (GET_THREAD_ID): Update macro to use ptid_get_lwp.
6138         * xtensa-linux-nat.c (get_thread_id): Remove.
6139         (GET_THREAD_ID): Update macro to use ptid_get_lwp.
6140         * arm-linux-nat.c (get_thread_id): Remove.
6141         (GET_THREAD_ID): Remove.
6142         (fetch_fpregs): Call ptid_get_lwp instead of GET_THREAD_ID.
6143         (store_fpregs, fetch_regs, store_regs): Likewise.
6144         (fetch_wmmx_regs, store_wmmx_regs): Likewise.
6145         (fetch_vfp_regs, store_vfp_regs): Likewise.
6146         (arm_linux_read_description): Likewise.
6147         (arm_linux_get_hwbp_cap): Likewise.
6148         * xtensa-linux-nat.c (get_thread_id): Remove.
6149         (GET_THREAD_ID): Remove.
6150         (fetch_gregs, store_gregs): Call ptid_get_lwp instead of
6151         GET_THREAD_ID.
6152
6153 2015-08-04  Ciro Santilli  <ciro.santilli@gmail.com>  (obvious patch)
6154
6155         * python/py-linetable.c: Fix case of Linetable to LineTable
6156         in docstrings and code comments.
6157         * python/py-symtab.c: Same.
6158
6159 2015-08-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
6160
6161         * infcmd.c (signal_command): Call do_cleanups for args_chain.
6162
6163 2015-08-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
6164
6165         PR gdb/18767
6166         * infcmd.c (attach_command): Move ARGS_CHAIN cleanup after last ARGS
6167         use.
6168
6169 2015-08-04  Pedro Alves  <palves@redhat.com>
6170
6171         * nat/gdb_thread_db.h (td_init_ftype, td_ta_new_ftype)
6172         (td_ta_map_lwp2thr_ftype, td_ta_thr_iter_ftype)
6173         (td_ta_event_addr_ftype, td_ta_set_event_ftype)
6174         (td_ta_clear_event_ftype, td_ta_event_getmsg_ftype)
6175         (td_thr_validate_ftype, td_thr_get_info_ftype)
6176         (td_thr_event_enable_ftype, td_thr_tls_get_addr_ftype)
6177         (td_thr_tlsbase_ftype, td_symbol_list_ftype, td_ta_delete_ftype):
6178         New typedefs.
6179         * linux-thread-db.c (struct thread_db_info): Use new typedefs.
6180         (try_thread_db_load_1): Define TDB_VERBOSE_DLSYM, TDB_DLSYM , CHK
6181         local macros and use them instead of verbose_dlsym and dlsym
6182         calls.
6183
6184 2015-08-03  Sandra Loosemore  <sandra@codesourcery.com>
6185
6186         * nios2-tdep.h: Include opcode/nios2.h here.
6187         (NIOS2_CDX_OPCODE_SIZE): New.
6188         (struct gdbarch_tdep): Add OP parameter to syscall_next_pc.
6189         * nios2-tdep.c: Don't include opcode/nios2.h here.
6190         (nios2_fetch_insn): For R2, try reading 2-byte instruction if
6191         4-byte read fails.
6192         (nios2_match_add, nios2_match_sub): Add cases for R2 encodings.
6193         (nios2_match_addi, nios2_match_orhi): Likewise.
6194         (nios2_match_stw, nios2_match_ldw): Likewise.
6195         (nios2_match_rdctl): Likewise.
6196         (nios2_match_stwm, nios2_match_ldwm): New.
6197         (nios2_match_branch): Add cases for R2 encodings.
6198         (nios2_match_jmpi, nios2_match_calli): Likewise.
6199         (nios2_match_jmpr, nios2_match_callr): Likewise.
6200         (nios2_match_break, nios2_match_trap): Likewise.
6201         (nios2_in_epilogue_p): Add R2 support.
6202         (nios2_analyze_prologue): Update comments.  Recognize R2 CDX
6203         prologues.
6204         (nios2_breakpoint_from_pc): Handle R2 instructions.
6205         (nios2_get_next_pc): Likewise.  Adjust call to
6206         tdep->syscall_next_pc.
6207         * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame):
6208         Renamed from nios2_linux_rt_sigreturn_tramp_frame.  Use
6209         instruction field macros instead of literal hex values.
6210         (nios2_r2_linux_rt_sigreturn_tramp_frame): New.
6211         (nios2_linux_syscall_next_pc): Adjust signature to pass OP.
6212         Use size field from OP instead of assuming all instructions
6213         are the same size.
6214         (nios2_linux_init_abi): Register appropriate unwinder for mach.
6215
6216 2015-08-03  Ulrich Weigand  <uweigand@de.ibm.com>
6217
6218         * cp-namespace.c (cp_lookup_symbol_via_imports): Fix uninitialized
6219         variable warning with some compilers.
6220
6221 2015-08-03  Yao Qi  <yao.qi@linaro.org>
6222
6223         * arm-linux-nat.c (arm_linux_get_hwbp_type): Capitalize "type"
6224         in comment.  Replace "rw" with "type".
6225         (arm_linux_remove_watchpoint): Change type of "rw" to
6226         "enum target_hw_bp_type".
6227
6228 2015-08-02  Pierre-Marie de Rodat  <derodat@adacore.com>
6229
6230         * alpha-mdebug-tdep.c (find_proc_desc): Update call to
6231         lookup_symbol.
6232         * ft32-tdep.c (ft32_skip_prologue): Likewise.
6233         * moxie-tdep.c (moxie_skip_prologue): Likewise.
6234         * mt-tdep.c (mt_skip_prologue): Likewise.
6235         * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
6236
6237 2015-08-01  Pierre-Marie de Rodat  <derodat@adacore.com>
6238
6239         * ada-exp.y (write_object_renaming): Replace struct
6240         ada_symbol_info with struct block_symbol.  Update field
6241         references accordingly.
6242         (block_lookup, select_possible_type_sym): Likewise.
6243         (find_primitive_type): Likewise.  Also update call to
6244         ada_lookup_symbol to extract the symbol itself.
6245         (write_var_or_type, write_name_assoc): Likewise.
6246         * ada-lang.h (struct ada_symbol_info): Remove.
6247         (ada_lookup_symbol_list): Replace struct ada_symbol_info with
6248         struct block_symbol.
6249         (ada_lookup_encoded_symbol, user_select_syms): Likewise.
6250         (ada_lookup_symbol): Return struct block_symbol instead of a
6251         mere symbol.
6252         * ada-lang.c (defns_collected): Replace struct ada_symbol_info
6253         with struct block_symbol.
6254         (resolve_subexp, ada_resolve_function, sort_choices,
6255         user_select_syms, is_nonfunction, add_defn_to_vec,
6256         num_defns_collected, defns_collected,
6257         symbols_are_identical_enums, remove_extra_symbols,
6258         remove_irrelevant_renamings, add_lookup_symbol_list_worker,
6259         ada_lookup_symbol_list, ada_iterate_over_symbols,
6260         ada_lookup_encoded_symbol, get_var_value): Likewise.
6261         (ada_lookup_symbol): Return a block_symbol instead of a mere
6262         symbol.  Replace struct ada_symbol_info with struct
6263         block_symbol.
6264         (ada_lookup_symbol_nonlocal): Likewise.
6265         (standard_lookup): Make block passing explicit through
6266         lookup_symbol_in_language.
6267         * ada-tasks.c (get_tcb_types_info): Update the calls to
6268         lookup_symbol_in_language to extract the mere symbol out of the
6269         returned value.
6270         (ada_tasks_inferior_data_sniffer): Likewise.
6271         * ax-gdb.c (gen_static_field): Likewise for the call to
6272         lookup_symbol.
6273         (gen_maybe_namespace_elt): Deal with struct block_symbol from
6274         lookup functions.
6275         (gen_expr): Likewise.
6276         * c-exp.y: Likewise.  Remove uses of block_found.
6277         (lex_one_token, classify_inner_name, c_print_token): Likewise.
6278         (classify_name): Likewise.  Rename the "sym" local variable to
6279         "bsym".
6280         * c-valprint.c (print_unpacked_pointer): Likewise.
6281         * compile/compile-c-symbols.c (convert_symbol_sym): Promote the
6282         "sym" parameter from struct symbol * to struct block_symbol.
6283         Use it to remove uses of block_found.  Deal with struct
6284         block_symbol from lookup functions.
6285         (gcc_convert_symbol): Likewise.  Update the call to
6286         convert_symbol_sym.
6287         * compile/compile-object-load.c (compile_object_load): Deal with
6288         struct block_symbol from lookup functions.
6289         * cp-namespace.c (cp_lookup_nested_symbol_1,
6290         cp_lookup_nested_symbol, cp_lookup_bare_symbol,
6291         cp_search_static_and_baseclasses,
6292         cp_lookup_symbol_in_namespace, cp_lookup_symbol_via_imports,
6293         cp_lookup_symbol_imports_or_template,
6294         cp_lookup_symbol_via_all_imports, cp_lookup_symbol_namespace,
6295         lookup_namespace_scope, cp_lookup_nonlocal,
6296         find_symbol_in_baseclass): Return struct block_symbol instead of
6297         mere symbols and deal with struct block_symbol from lookup
6298         functions.
6299         * cp-support.c (inspect_type, replace_typedefs,
6300         cp_lookup_rtti_type): Deal with struct block_symbol from
6301         lookup functions.
6302         * cp-support.h (cp_lookup_symbol_nonlocal,
6303         cp_lookup_symbol_from_namespace,
6304         cp_lookup_symbol_imports_or_template, cp_lookup_nested_symbol):
6305         Return struct block_symbol instead of mere symbols.
6306         * d-exp.y (d_type_from_name, d_module_from_name, push_variable,
6307         push_module_name):
6308         Deal with struct block_symbol from lookup functions.  Remove
6309         uses of block_found.
6310         * eval.c (evaluate_subexp_standard): Update call to
6311         cp_lookup_symbol_namespace.
6312         * f-exp.y: Deal with struct block_symbol from lookup functions.
6313         Remove uses of block_found.
6314         (yylex): Likewise.
6315         * gdbtypes.c (lookup_typename, lookup_struct, lookup_union,
6316         lookup_enum, lookup_template_type, check_typedef): Deal with
6317         struct block_symbol from lookup functions.
6318         * guile/scm-frame.c (gdbscm_frame_read_var): Likewise.
6319         * guile/scm-symbol.c (gdbscm_lookup_symbol): Likewise.
6320         (gdbscm_lookup_global_symbol): Likewise.
6321         * gnu-v3-abi.c (gnuv3_get_typeid_type): Likewise.
6322         * go-exp.y: Likewise.  Remove uses of block_found.
6323         (package_name_p, classify_packaged_name, classify_name):
6324         Likewise.
6325         * infrun.c (insert_exception_resume_breakpoint): Likewise.
6326         * jv-exp.y (push_variable): Likewise.
6327         * jv-lang.c (java_lookup_class, get_java_object_type): Likewise.
6328         * language.c (language_bool_type): Likewise.
6329         * language.h (struct language_defn): Update
6330         la_lookup_symbol_nonlocal to return a struct block_symbol rather
6331         than a mere symbol.
6332         * linespec.c (find_label_symbols): Deal with struct block_symbol
6333         from lookup functions.
6334         * m2-exp.y: Likewise.  Remove uses of block_found.
6335         (yylex): Likewise.
6336         * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
6337         * objc-lang.c (lookup_struct_typedef, find_imps): Likewise.
6338         * p-exp.y: Likewise.  Remove uses of block_found.
6339         (yylex): Likewise.
6340         * p-valprint.c (pascal_val_print): Likewise.
6341         * parse.c (write_dollar_variable): Likewise.  Remove uses of
6342         block_found.
6343         * parser-defs.h (struct symtoken): Turn the SYM field into a
6344         struct block_symbol.
6345         * printcmd.c (address_info): Deal with struct block_symbol from
6346         lookup functions.
6347         * python/py-frame.c (frapy_read_var): Likewise.
6348         * python/py-symbol.c (gdbpy_lookup_symbol,
6349         gdbpy_lookup_global_symbol): Likewise.
6350         * skip.c (skip_function_command): Likewise.
6351         * solib-darwin.c (darwin_lookup_lib_symbol): Return a struct
6352         block_symbol instead of a mere symbol.
6353         * solib-spu.c (spu_lookup_lib_symbol): Likewise.
6354         * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
6355         * solib.c (solib_global_lookup): Likewise.
6356         * solist.h (solib_global_lookup): Likewise.
6357         (struct target_so_ops): Update lookup_lib_global_symbol to
6358         return a struct block_symbol rather than a mere symbol.
6359         * source.c (select_source_symtab): Deal with struct block_symbol
6360         from lookup functions.
6361         * stack.c (print_frame_args, iterate_over_block_arg_vars):
6362         Likewise.
6363         * symfile.c (set_initial_language): Likewise.
6364         * symtab.c (SYMBOL_LOOKUP_FAILED): Turn into a struct
6365         block_symbol.
6366         (SYMBOL_LOOKUP_FAILED_P): New predicate as a macro.
6367         (struct symbol_cache_slot): Turn the FOUND field into a struct
6368         block_symbol.
6369         (block_found): Remove.
6370         (eq_symbol_entry): Update to deal with struct block_symbol in
6371         cache slots.
6372         (symbol_cache_lookup): Return a struct block_symbol rather than
6373         a mere symbol.
6374         (symbol_cache_mark_found): Add a BLOCK parameter to fill
6375         appropriately the cache slots.  Update callers.
6376         (symbol_cache_dump): Update cache slots handling to the type
6377         change.
6378         (lookup_symbol_in_language, lookup_symbol, lookup_language_this,
6379         lookup_symbol_aux, lookup_local_symbol,
6380         lookup_symbol_in_objfile, lookup_global_symbol_from_objfile,
6381         lookup_symbol_in_objfile_symtabs,
6382         lookup_symbol_in_objfile_from_linkage_name,
6383         lookup_symbol_via_quick_fns, basic_lookup_symbol_nonlocal,
6384         lookup_symbol_in_static_block, lookup_static_symbol,
6385         lookup_global_symbol):
6386         Return a struct block_symbol rather than a mere symbol.  Deal
6387         with struct block_symbol from other lookup functions.  Remove
6388         uses of block_found.
6389         (lookup_symbol_in_block): Remove uses of block_found.
6390         (struct global_sym_lookup_data): Turn the RESULT field into a
6391         struct block_symbol.
6392         (lookup_symbol_global_iterator_cb): Update references to the
6393         RESULT field.
6394         (search_symbols): Deal with struct block_symbol from lookup
6395         functions.
6396         * symtab.h (struct block_symbol): New structure.
6397         (block_found): Remove.
6398         (lookup_symbol_in_language, lookup_symbol,
6399         basic_lookup_symbol_nonlocal, lookup_symbol_in_static_block,
6400         lookup_static_symbol, lookup_global_symbol, lookup_language_this,
6401         lookup_global_symbol_from_objfile): Return a struct block_symbol
6402         rather than just a mere symbol.  Update comments to remove
6403         mentions of block_found.
6404         * valops.c (find_function_in_inferior,
6405         value_struct_elt_for_reference, value_maybe_namespace_elt,
6406         value_of_this):  Deal with struct block_symbol from lookup
6407         functions.
6408         * value.c (value_static_field, value_fn_field): Likewise.
6409
6410 2015-07-31  Simon Marchi  <simon.marchi@ericsson.com>
6411
6412         * remote-m32r-sdi.c (m32r_remove_watchpoint): Use enum type
6413         instead of integer.
6414
6415 2015-07-31  Simon Marchi  <simon.marchi@ericsson.com>
6416             Pedro Alves  <palves@redhat.com>
6417
6418         * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): Use enum
6419         type or value instead of integer.
6420         (aarch64_linux_insert_watchpoint): Likewise.
6421         (aarch64_linux_remove_watchpoint): Likewise.
6422         * ada-lang.c (ada_op_print_tab): Likewise.
6423         * amd64-linux-tdep.c (amd64_canonicalize_syscall): Likewise.
6424         (amd64_linux_syscall_record_common): Likewise.
6425         * arch-utils.c (target_byte_order_user): Likewise.
6426         (default_byte_order): Likewise.
6427         * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Likewise.
6428         (arm_linux_get_hwbp_type): Likewise.
6429         (arm_linux_hw_watchpoint_initialize): Likewise.
6430         (arm_linux_insert_watchpoint): Likewise.
6431         * arm-linux-tdep.c (arm_canonicalize_syscall): Likewise.
6432         (arm_linux_syscall_record): Likewise.
6433         * breakpoint.c (update_watchpoint): Likewise.
6434         (breakpoint_here_p): Likewise.
6435         (bpstat_print): Likewise.
6436         (enable_breakpoint_disp): Likewise.
6437         * c-lang.c (c_op_print_tab): Likewise.
6438         * cli/cli-decode.c (add_info_alias): Likewise.
6439         * d-lang.c (d_op_print_tab): Likewise.
6440         * eval.c (evaluate_subexp_standard): Likewise.
6441         * f-exp.y (dot_ops): Likewise.
6442         (f77_keywords): Likewise.
6443         * f-lang.c (f_op_print_tab): Likewise.
6444         * go-lang.c (go_op_print_tab): Likewise.
6445         * guile/scm-breakpoint.c (gdbscm_make_breakpoint): Likewise.
6446         * guile/scm-cmd.c (gdbscm_make_command): Likewise.
6447         * guile/scm-param.c (gdbscm_make_parameter): Likewise.
6448         * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Likewise.
6449         * guile/scm-string.c (struct scm_to_stringn_data): Likewise.
6450         (struct scm_from_stringn_data): Likewise.
6451         * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
6452         * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
6453         (ia64_linux_remove_watchpoint): Likewise.
6454         (ia64_linux_can_use_hw_breakpoint): Likewise.
6455         * infrun.c (print_stop_event): Likewise.
6456         * jv-lang.c (java_op_print_tab): Likewise.
6457         * linux-nat.c (linux_proc_xfer_partial): Likewise.
6458         * linux-nat.h (struct lwp_info): Likewise.
6459         * linux-thread-db.c (enable_thread_event): Likewise.
6460         * m2-lang.c (m2_op_print_tab): Likewise.
6461         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise.
6462         (mi_cmd_stack_list_variables): Likewise.
6463         * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
6464         * mi/mi-out.c (mi_table_begin): Likewise.
6465         (mi_table_header): Likewise.
6466         * mips-linux-nat.c (mips_linux_can_use_hw_breakpoint): Likewise.
6467         (mips_linux_insert_watchpoint): Likewise.
6468         (mips_linux_remove_watchpoint): Likewise.
6469         * nat/mips-linux-watch.c (mips_linux_watch_type_to_irw): Likewise.
6470         * nat/mips-linux-watch.h (struct mips_watchpoint): Likewise.
6471         (mips_linux_watch_type_to_irw): Likewise.
6472         * nto-procfs.c (procfs_can_use_hw_breakpoint): Likewise.
6473         (procfs_insert_hw_watchpoint): Likewise.
6474         (procfs_remove_hw_watchpoint): Likewise.
6475         (procfs_hw_watchpoint): Likewise.
6476         (procfs_can_use_hw_breakpoint): Likewise.
6477         (procfs_remove_hw_watchpoint): Likewise.
6478         (procfs_insert_hw_watchpoint): Likewise.
6479         * p-lang.c (pascal_op_print_tab): Likewise.
6480         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): Likewise.
6481         * ppc-linux-tdep.c (ppu2spu_unwind_register): Likewise.
6482         * ppc-sysv-tdep.c (get_decimal_float_return_value): Likewise.
6483         * procfs.c (procfs_can_use_hw_breakpoint): Likewise.
6484         (procfs_insert_watchpoint): Likewise.
6485         (procfs_remove_watchpoint): Likewise.
6486         * psymtab.c (recursively_search_psymtabs): Likewise.
6487         * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint): Likewise.
6488         (m32r_insert_watchpoint): Likewise.
6489         * remote-mips.c (mips_can_use_watchpoint): Likewise.
6490         (mips_insert_watchpoint): Likewise.
6491         (mips_remove_watchpoint): Likewise.
6492         * remote.c (watchpoint_to_Z_packet): Likewise.
6493         (remote_insert_watchpoint): Likewise.
6494         (remote_remove_watchpoint): Likewise.
6495         (remote_check_watch_resources): Likewise.
6496         * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
6497         (s390_remove_watchpoint): Likewise.
6498         (s390_can_use_hw_breakpoint): Likewise.
6499         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
6500         * spu-linux-nat.c (spu_can_use_hw_breakpoint): Likewise.
6501         * target.h (struct target_ops): Likewise.
6502         * tilegx-tdep.c (tilegx_analyze_prologue): Likewise.
6503         * ui-out.c (struct ui_out_hdr): Likewise.
6504         (append_header_to_list): Likewise.
6505         (get_next_header): Likewise.
6506         (verify_field): Likewise.
6507         (ui_out_begin): Likewise.
6508         (ui_out_field_int): Likewise.
6509         (ui_out_field_fmt_int): Likewise.
6510         (ui_out_field_skip): Likewise.
6511         (ui_out_field_string): Likewise.
6512         (ui_out_field_fmt): Likewise.
6513         * varobj.c (new_variable): Likewise.
6514         * x86-nat.c (x86_insert_watchpoint): Likewise.
6515         (x86_remove_watchpoint): Likewise.
6516         (x86_can_use_hw_breakpoint): Likewise.
6517         * xtensa-tdep.h (struct gdbarch_tdep): Likewise.
6518         * inflow.c (enum gdb_has_a_terminal_flag_enum): Add name to
6519         previously anonymous enumeration type..
6520         * linux-record.h (enum gdb_syscall): Add gdb_sys_no_syscall
6521         value.
6522         * target-debug.h (target_debug_print_enum_target_hw_bp_type): New.
6523         (target_debug_print_enum_bptype): New.
6524         * target-delegates.c: Regenerate.
6525
6526 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
6527
6528         * nios2-tdep.c (nios2_analyze_prologue): Do what the comment
6529         already says and disallow non-stack memory writes in the prologue.
6530
6531 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
6532
6533         * nios2-tdep.c (nios2_analyze_prologue): Update comments to
6534         reflect how current GCC emits stack overflow checks.  Match
6535         both trap and break instructions for backward compatbility.
6536         Disallow other trap and break instructions in the prologue.
6537
6538 2015-07-30  Pedro Alves  <palves@redhat.com>
6539
6540         PR threads/18600
6541         * linux-nat.c (wait_lwp): Report to the core when thread group
6542         leader exits.
6543
6544 2015-07-30  Pedro Alves  <palves@redhat.com>
6545             Simon Marchi  <simon.marchi@ericsson.com>
6546
6547         PR threads/18600
6548         * linux-nat.c (linux_handle_extended_wait): On CLONE event, always
6549         mark the new thread as resumed.  Remove STOPPING parameter.
6550         (wait_lwp): Adjust call to linux_handle_extended_wait.
6551         (linux_nat_filter_event): Adjust call to
6552         linux_handle_extended_wait.
6553         (resume_stopped_resumed_lwps): Add debug output.
6554
6555 2015-07-30  Pierre Langlois  <pierre.langlois@arm.com>
6556
6557         * arch-utils.c (default_fast_tracepoint_valid_at): Remove unused
6558         isize argument.
6559         * arch-utils.h (default_fast_tracepoint_valid_at): Likewise.
6560         * breakpoint.c (check_fast_tracepoint_sals): Adjust call to
6561         gdbarch_fast_tracepoint_valid_at.
6562         * gdbarch.sh (fast_tracepoint_valid_at): Remove isize argument.
6563         * gdbarch.h: Regenerate.
6564         * gdbarch.c: Regenerate.
6565         * i386-tdep.c (i386_fast_tracepoint_valid_at): Remove isize
6566         argument.  Do not set it.
6567         * remote.c (remote_download_tracepoint): Adjust call to
6568         gdbarch_fast_tracepoint_valid_at.  Call gdb_insn_length to get
6569         the instruction length.
6570
6571 2015-07-30  Yao Qi  <yao.qi@linaro.org>
6572
6573         * arm-tdep.h (enum gdb_regnum): Move it to ...
6574         * arch/arm.h: ... here.  New file.
6575         * Makefile.in (HFILES_NO_SRCDIR): Add arch/arm.h.
6576
6577 2015-07-30  Pierre Langlois  <pierre.langlois@arm.com>
6578
6579         * aarch64-tdep.c (decode_b): Rename link argument to is_bl.
6580         Change its type to int *.
6581         (decode_br): Rename link argument to is_blr.  Change its type to
6582         int *.
6583         (decode_cb): Rename op argument to is_cbnz.  Change its type to
6584         int *.
6585         (decode_tb): Rename op argument to is_tbnz.  Change its type to
6586         int *.  Set is_tbnz to either 1 or 0.
6587         (aarch64_analyze_prologue): Change type of is_link to int.  Add
6588         new variables is_cbnz and is_tbnz.  Adjust call to
6589         aarch64_decode_cb and aarch64_decode_tb.
6590
6591 2015-07-29  Simon Marchi  <simon.marchi@ericsson.com>
6592
6593         * mips-linux-nat.c (write_watchpoint_regs): Add NULL as ptrace's 4th
6594         parameter.
6595         (mips_linux_new_thread): Likewise.
6596         * nat/mips-linux-watch.c (mips_linux_read_watch_registers): Likewise.
6597
6598 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
6599
6600         * top.c: Include "tui/tui.h".
6601         (undo_terminal_modifications_before_exit): New static function.
6602         (quit_force): Use it.
6603
6604 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
6605
6606         * target.c (terminal_state): Initialize to terminal_is_ours.
6607
6608 2015-07-29  Yao Qi  <yao.qi@linaro.org>
6609
6610         PR record/18691
6611         * dcache.c (dcache_read_memory_partial): Call
6612         raw_memory_xfer_partial.
6613         * target.c (raw_memory_xfer_partial): Make it non-static.
6614         * target.h (raw_memory_xfer_partial): Declare.
6615
6616 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
6617
6618         * c-valprint.c (c_val_print_array): Consider addressable memory
6619         unit size.
6620         (c_val_print_ptr): Likewise.
6621         (c_val_print_int): Likewise.
6622         * findvar.c (read_frame_register_value): Likewise.
6623         * valarith.c (find_size_for_pointer_math): Likewise.
6624         (value_ptrdiff): Likewise.
6625         (value_subscripted_rvalue): Likewise.
6626         * valops.c (read_value_memory): Likewise (and rename variables).
6627         (value_assign): Likewise.
6628         (value_repeat): Likewise.
6629         (value_array): Likewise.
6630         (value_slice): Likewise.
6631         * valprint.c (generic_val_print_ptr): Likewise.
6632         (generic_val_print_enum): Likewise.
6633         (generic_val_print_bool): Likewise.
6634         (generic_val_print_int): Likewise.
6635         (generic_val_print_char): Likewise.
6636         (generic_val_print_float): Likewise.
6637         (generic_val_print_decfloat): Likewise.
6638         (generic_val_print_complex): Likewise.
6639         (val_print_scalar_formatted): Likewise.
6640         (val_print_array_elements): Likewise.
6641         * value.c (set_value_parent): Likewise.
6642         (value_contents_copy_raw): Likewise.
6643         (set_internalvar_component): Likewise.
6644         (value_primitive_field): Likewise.
6645         (value_fetch_lazy): Likewise.
6646         * value.h (read_value_memory): Update comment.
6647
6648 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
6649
6650         * value.c (get_value_arch): New function.
6651         * value.h (get_value_arch): New declaration.
6652
6653 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
6654
6655         * value.c (struct value): Update comments.
6656
6657 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
6658
6659         * gdbtypes.c (type_length_units): New function.
6660         * gdbtypes.h (type_length_units): New declaration.
6661         (struct type) <length>: Update comment.
6662
6663 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6664
6665         * valprint.c (generic_val_print): Factor out complex
6666         printing code to ...
6667         (generic_val_print_complex): ... this new function.
6668
6669 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6670
6671         * valprint.c (generic_val_print): Factor out decfloat
6672         printing code to ...
6673         (generic_val_print_decfloat): ... this new function.
6674
6675 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6676
6677         * valprint.c (generic_val_print): Factor out float
6678         printing code to ...
6679         (generic_val_print_float): ... this new function.
6680
6681 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6682
6683         * valprint.c (generic_val_print): Factor out char
6684         printing code to ...
6685         (generic_val_print_char): ... this new function.
6686
6687 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6688
6689         * valprint.c (generic_val_print): Factor out integer
6690         printing code to ...
6691         (generic_val_print_int): ... this new function.
6692
6693 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6694
6695         * valprint.c (generic_val_print): Factor out bool
6696         printing code to ...
6697         (generic_val_print_bool): ... this new function.
6698
6699 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6700
6701         * valprint.c (generic_val_print): Factor out function/method
6702         printing code to ...
6703         (generic_val_print_func): ... this new function.
6704
6705 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6706
6707         * valprint.c (generic_val_print): Factor out flags
6708         printing code to ...
6709         (generic_val_print_flags): ... this new function.
6710
6711 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6712
6713         * valprint.c (generic_val_print): Factor out enum
6714         printing code to ...
6715         (generic_val_print_enum): ... this new function.
6716
6717 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6718
6719         * valprint.c (generic_val_print): Factor out reference
6720         printing code to ...
6721         (generic_val_print_ref): ... this new function.
6722
6723 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6724
6725         * valprint.c (generic_val_print): Factor out memberptr
6726         printing code to ...
6727         (generic_val_print_memberptr): ... this new function.
6728
6729 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6730
6731         * valprint.c (generic_val_print): Factor out pointer
6732         printing code to ...
6733         (generic_val_print_ptr): ... this new function.
6734
6735 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6736
6737         * valprint.c (generic_val_print): Factor out array
6738         printing code to ...
6739         (generic_val_print_array): ... this new function.
6740
6741 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6742
6743         * valprint.c (generic_val_print): Factor out
6744         print_unpacked_pointer code to ...
6745         (print_unpacked_pointer): ... this new function.
6746
6747 2015-07-27  Patrick Palka  <patrick@parcs.ath.cx>
6748
6749         * event-top.c (handle_sigterm): Don't inspect
6750         target_can_async_p.  Always set the quit flag and always mark
6751         the async signal handler.
6752
6753 2015-07-27  Yao Qi  <yao.qi@linaro.org>
6754
6755         * Makefile.in (REMOTE_EXAMPLES): Remove it.
6756
6757 2015-07-25  Kevin Buettner  <kevinb@redhat.com>
6758
6759         * remote.c (read_ptid): Return null_ptid when no thread id
6760         is found.
6761         (remote_current_thread): Add log warning for malformed
6762         qC reply.
6763         (remote_start_remote): Add log warning when current thread
6764         not found.
6765
6766 2015-07-24  Pedro Alves  <palves@redhat.com>
6767
6768         * s390-linux-nat.c (fetch_regs, store_regs, fetch_fpregs)
6769         (s390_stopped_by_watchpoint, s390_prepare_to_resume): Pass 0 as
6770         forth argument to ptrace PTRACE_PEEKUSR_AREA/PTRACE_POKEUSR_AREA.
6771
6772 2015-07-24  Pedro Alves  <palves@redhat.com>
6773
6774         PR gdb/18717
6775         * linux-nat.c (linux_nat_filter_event): Don't assert that the lwp
6776         is resumed, and extend the debug log.
6777
6778 2015-07-24  Pedro Alves  <palves@redhat.com>
6779
6780         * fork-child.c (fork_inferior): Print argv[0] instead of exec_file.
6781
6782 2015-07-24  Pedro Alves  <palves@redhat.com>
6783
6784         * aarch64-linux-nat.c: Include nat/gdb_ptrace.h instead of
6785         sys/ptrace.h.
6786         * alpha-linux-nat.c: Likewise.
6787         * amd64-linux-nat.c: Likewise.
6788         * arm-linux-nat.c: Likewise.
6789         * hppa-linux-nat.c: Likewise.
6790         * i386-linux-nat.c: Likewise.
6791         * ia64-linux-nat.c: Likewise.
6792         * linux-fork.c: Likewise.
6793         * linux-nat.c: Likewise.
6794         * m32r-linux-nat.c: Likewise.
6795         * m68klinux-nat.c: Likewise.
6796         * mips-linux-nat.c: Likewise.
6797         * nat/linux-btrace.c: Likewise.
6798         * nat/linux-ptrace.c: Likewise.
6799         * nat/linux-ptrace.h
6800         * nat/mips-linux-watch.c: Likewise.
6801         * nat/x86-linux-dregs.c: Likewise.
6802         * ppc-linux-nat.c: Likewise.
6803         * s390-linux-nat.c: Likewise.
6804         * spu-linux-nat.c: Likewise.
6805         * tilegx-linux-nat.c: Likewise.
6806         * x86-linux-nat.c: Likewise.
6807         * xtensa-linux-nat.c: Likewise.
6808
6809 2015-07-24  Pedro Alves  <palves@redhat.com>
6810
6811         * ptrace.m4 (ptrace tests): Test in C++ mode.  Try with 'enum
6812         __ptrace_request as first parameter type instead of int.
6813         (PTRACE_TYPE_ARG1): Define.
6814         * nat/gdb_ptrace.h [!PTRACE_TYPE_ARG5] (ptrace): Define as wrapper
6815         that casts first argument to PTRACE_TYPE_ARG1.
6816         * config.in: Regenerate.
6817         * configure: Regenerate.
6818
6819 2015-07-24  Pedro Alves  <palves@redhat.com>
6820
6821         * gdb_ptrace.h: Move ...
6822         * nat/gdb_ptrace.h: ... here.
6823         * inf-ptrace.c: Adjust.
6824
6825 2015-07-24  Pedro Alves  <palves@redhat.com>
6826
6827         * acinclude.m4: Include ptrace.m4.
6828         * configure.ac: Call GDB_AC_PTRACE and move ptrace checks ...
6829         * ptrace.m4: ... to this new file.
6830
6831 2015-07-23  Doug Evans  <dje@google.com>
6832
6833         * dwarf2read.c (dwarf2_per_cu_data): Add comment.
6834         (load_cu): Handle dummy CUs.
6835         (dw2_do_instantiate_symtab, process_queuef): Ditto.
6836         (dwarf2_fetch_die_loc_sect_off, dwarf2_fetch_constant_bytes): Ditto.
6837
6838 2015-07-23  Ciro Santilli  <ciro.santilli@gmail.com>  (tiny patch)
6839
6840         * py-linetable.c (ltpy_get_all_source_lines): Adjust function
6841         documentation to say that it returns a list rather than
6842         a FrozenSet.
6843         (linetable_object_methods): Update the docstring of the
6844         "source_line" entry.
6845
6846 2015-07-23  Pierre-Marie de Rodat  <derodat@adacore.com>
6847
6848         * gdbtypes.c (resolve_dynamic_array): Pass the peeled element
6849         type to the recursive call instead of the original (maybe
6850         TYPE_CODE_TYPEDEF) type.
6851
6852 2015-07-23  Yao Qi  <yao.qi@linaro.org>
6853
6854         * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): If
6855         TYPE is watchpoint, return zero if aarch64_num_wp_regs is zero.
6856         If TYPE is breakpoint, return zero if arch64_num_bp_regs is zero.
6857
6858 2015-07-21  Yao Qi  <yao.qi@linaro.org>
6859
6860         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
6861         Move it to nat/aarch64-linux-hw-point.c.
6862         (aarch64_linux_child_post_startup_inferior): Update.
6863         * nat/aarch64-linux-hw-point.c (aarch64_linux_get_debug_reg_capacity):
6864         New function.
6865         * nat/aarch64-linux-hw-point.h (aarch64_linux_get_debug_reg_capacity):
6866         Declare it.
6867
6868 2015-07-21  Markus Metzger  <markus.t.metzger@intel.com>
6869
6870         * common/btrace-common.c (btrace_data_append): Change case label.
6871
6872 2015-07-20  Yao Qi  <yao.qi@linaro.org>
6873
6874         * nat/aarch64-linux-hw-point.c (aarch64_handle_unaligned_watchpoint):
6875         Re-indent the code.
6876         * nat/aarch64-linux-hw-point.h: Use ULONGEST rather than
6877         "unsigned long long".
6878
6879 2015-07-18  Kevin Buettner  <kevinb@redhat.com>
6880
6881         * dwarf2read.c (dwarf2_locate_sections): Allow has_section_at_zero
6882         to be set for SEC_ALLOC sections too.
6883
6884 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6885
6886         * Makefile.in (HFILES_NO_SRCDIR): Add
6887         nat/aarch64-linux-hw-point.h.
6888         (aarch64-linux-hw-point.o): New rule.
6889         * nat/aarch64-linux-hw-point.h: New file.
6890         * nat/aarch64-linux-hw-point.c: New file.
6891         * aarch64-linux-nat.c: Include nat/aarch64-linux-hw-point.h.
6892         (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
6893         (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
6894         (AARCH64_HWP_ALIGNMENT): Likewise.
6895         (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
6896         (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
6897         (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
6898         (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
6899         (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
6900         (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
6901         (struct aarch64_debug_reg_state): Likewise.
6902         (struct arch_lwp_info): Likewise.
6903         (aarch64_linux_set_debug_regs): Likewise.
6904         (aarch64_notify_debug_reg_change): Remove static.
6905         (aarch64_align_watchpoint): Likewise.
6906         (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
6907         (aarch64_watchpoint_length): Likewise.
6908         (aarch64_point_encode_ctrl_reg): Likewise
6909         (aarch64_point_is_aligned): Likewise.
6910         (aarch64_dr_state_insert_one_point): Likewise.
6911         (aarch64_dr_state_remove_one_point): Likewise.
6912         (aarch64_handle_breakpoint): Likewise.
6913         (aarch64_handle_aligned_watchpoint): Likewise.
6914         (aarch64_handle_unaligned_watchpoint): Likewise.
6915         (aarch64_handle_watchpoint): Likewise.
6916         * config/aarch64/linux.mh (NAT_FILE): Add
6917         aarch64-linux-hw-point.o.
6918
6919 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6920
6921         * aarch64-linux-nat.c (aarch64_handle_breakpoint): Add argument
6922         state and don't call aarch64_get_debug_reg_state.  All callers
6923         update.
6924         (aarch64_linux_insert_hw_breakpoint): Call
6925         aarch64_get_debug_reg_state earlier.
6926         (aarch64_linux_remove_hw_breakpoint): Likewise.
6927         (aarch64_handle_aligned_watchpoint): Add argument state and
6928         don't call aarch64_get_debug_reg_state.  All callers update.
6929         (aarch64_handle_unaligned_watchpoint): Likewise.
6930         (aarch64_handle_watchpoint): Add argument state.
6931         (aarch64_linux_insert_watchpoint): Call aarch64_get_debug_reg_state
6932         earlier.
6933         (aarch64_linux_remove_watchpoint): Likewise.
6934
6935 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6936
6937         * aarch64-linux-nat.c (aarch64_show_debug_reg_state): Use
6938         debug_printf.
6939         (aarch64_handle_unaligned_watchpoint): Likewise.
6940
6941 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6942
6943         * aarch64-linux-nat.c (aarch64_dr_state_insert_one_point): Change
6944         argument type's type to 'enum target_hw_bp_type'.
6945         (aarch64_dr_state_remove_one_point): Likewise.
6946         (aarch64_handle_breakpoint): Likewise.
6947         (aarch64_linux_insert_hw_breakpoint): Likewise.
6948         (aarch64_linux_remove_hw_breakpoint): Likewise.
6949         (aarch64_handle_aligned_watchpoint): Likewise.
6950
6951 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6952
6953         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Call
6954         ptid_get_pid instead of get_thread_id.
6955
6956 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6957
6958         * remote.c (get_current_thread): Initialise ptid to null_ptid.
6959         (add_current_inferior_and_thread): Don't initialise ptid.
6960
6961 2015-07-16  Pierre Langlois  <pierre.langlois@arm.com>
6962
6963         * aarch64-tdep.c (aarch64_pseudo_read_value): Mark S register as
6964         unavailable if invalid.
6965
6966 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6967
6968         Revert the previous 6 commits:
6969         Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
6970         Move gdb_regex* to common/
6971         Prepare linux_find_memory_regions_full & co. for move
6972         Move linux_find_memory_regions_full & co.
6973         gdbserver build-id attribute generator
6974         Validate symbol file using build-id
6975
6976 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6977             Jan Kratochvil  <jan.kratochvil@redhat.com>
6978
6979         Validate symbol file using build-id.
6980         * NEWS (Changes since GDB 7.10): Add 'set validate-build-id'
6981         and 'show validate-build-id'.  Add build-id attribute.
6982         * solib-darwin.c (_initialize_darwin_solib): Assign validate value.
6983         * solib-dsbt.c (_initialize_dsbt_solib): Ditto.
6984         * solib-frv.c (_initialize_frv_solib): Ditto.
6985         * solib-spu.c (set_spu_solib_ops): Ditto.
6986         * solib-svr4.c: Include rsp-low.h.
6987         (NOTE_GNU_BUILD_ID_NAME): New define.
6988         (svr4_validate): New function.
6989         (svr4_copy_library_list): Duplicate field build_id.
6990         (library_list_start_library): Parse 'build-id' attribute.
6991         (svr4_library_attributes): Add 'build-id' attribute.
6992         (_initialize_svr4_solib): Assign validate value.
6993         * solib-target.c (solib.h): Include.
6994         (_initialize_solib_target): Assign validate value.
6995         * solib.c (validate_build_id, show_validate_build_id): New.
6996         (solib_map_sections): Use ops->validate.
6997         (clear_so): Free build_id.
6998         (default_solib_validate): New function.
6999         (_initialize_solib): Add "validate-build-id".
7000         * solib.h (default_solib_validate): New declaration.
7001         * solist.h (struct so_list): New fields 'build_idsz' and 'build_id'.
7002         (target_so_ops): New field 'validate'.
7003
7004 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
7005             Jan Kratochvil  <jan.kratochvil@redhat.com>
7006
7007         gdbserver build-id attribute generator.
7008         * features/library-list-svr4.dtd (library-list-svr4): New
7009         'build-id' attribute.
7010
7011 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
7012             Jan Kratochvil  <jan.kratochvil@redhat.com>
7013
7014         Move linux_find_memory_regions_full & co.
7015         * linux-tdep.c (nat/linux-maps.h): Include.
7016         (gdb_regex.h): Remove the include.
7017         (enum filterflags, struct smaps_vmflags, read_mapping, decode_vmflags)
7018         (mapping_is_anonymous_p, dump_mapping_p): Moved to nat/linux-maps.c.
7019         (linux_find_memory_region_ftype): Moved typedef to nat/linux-maps.h.
7020         (linux_find_memory_regions_full): Moved definition to nat/linux-maps.c.
7021         * nat/linux-maps.c: Include ctype.h, target/target-utils.h, gdb_regex.h
7022         and target/target.h.
7023         (struct smaps_vmflags, read_mapping, decode_vmflags)
7024         (mapping_is_anonymous_p, dump_mapping_p): Move from linux-tdep.c.
7025         (linux_find_memory_regions_full): Move from linux-tdep.c.
7026         * nat/linux-maps.h (read_mapping): New declaration.
7027         (linux_find_memory_region_ftype, enum filterflags): Moved from
7028         linux-tdep.c.
7029         (linux_find_memory_regions_full): New declaration.
7030         * target.c (target/target-utils.h): Include.
7031         (read_alloc_pread_ftype): Moved typedef to target/target-utils.h.
7032         (read_alloc, read_stralloc_func_ftype, read_stralloc): Moved
7033         definitions to target/target-utils.c.
7034         * target.h (target_fileio_read_stralloc): Move it to target/target.h.
7035         * target/target-utils.c (read_alloc, read_stralloc): Move definitions
7036         from target.c.
7037         * target/target-utils.h (read_alloc_pread_ftype): New typedef.
7038         (read_alloc): New declaration.
7039         (read_stralloc_func_ftype): New typedef.
7040         (read_stralloc): New declaration.
7041         * target/target.h (target_fileio_read_stralloc): Move it from target.h.
7042
7043 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
7044             Jan Kratochvil  <jan.kratochvil@redhat.com>
7045
7046         Prepare linux_find_memory_regions_full & co. for move.
7047         * linux-tdep.c (linux_find_memory_region_ftype): Comment.
7048         (linux_find_memory_regions_full): Change signature and prepare
7049         for moving to linux-maps.
7050         (linux_find_memory_regions_data): Rename field 'obfd' to 'data'.
7051         (linux_find_memory_regions_thunk): New.
7052         (linux_find_memory_regions_thunk): Use 'data' field instead of 'obfd'.
7053         (linux_find_memory_regions_gdb): New.
7054         (linux_find_memory_regions): Rename argument 'obfd' to 'func_data'.
7055         (linux_make_mappings_corefile_notes): Use
7056         linux_find_memory_regions_gdb.
7057         * target.c (read_alloc_pread_ftype): New typedef.
7058         (target_fileio_read_alloc_1_pread): New function.
7059         (read_alloc): Refactor from target_fileio_read_alloc_1.
7060         (read_stralloc_func_ftype): New typedef.
7061         (target_fileio_read_alloc_1): New implementation. Use read_alloc.
7062         (read_stralloc): Refactored from target_fileio_read_stralloc.
7063         (target_fileio_read_stralloc): New implementation, use read_stralloc.
7064
7065 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7066
7067         * Makefile.in (HFILES_NO_SRCDIR): Change gdb_regex.h to
7068         common/gdb_regex.h.
7069         (COMMON_OBS): Add gdb_regex.o.
7070         (gdb_regex.o): New.
7071         * common/common.m4 (GDB_AC_COMMON): Add gdb_use_included_regex,
7072         --without-included-regex and USE_INCLUDED_REGEX.
7073         * common/gdb_regex.c: New file from utils.c functions.
7074         * common/gdb_regex.h: Move it here from gdb_regex.h, update include
7075         file wrapping define name.
7076         * configure: Rebuilt.
7077         * configure.ac (gdb_use_included_regex, --without-included-regex)
7078         (USE_INCLUDED_REGEX): Move them to common/common.m4.
7079         * gdb_regex.h: Move it to common/gdb_regex.h.
7080         * utils.c: Remove include gdb_regex.h.
7081         (do_regfree_cleanup, make_regfree_cleanup, get_regcomp_error)
7082         (compile_rx_or_error): Move them to common/gdb_regex.c.
7083
7084 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
7085             Jan Kratochvil  <jan.kratochvil@redhat.com>
7086
7087         Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
7088         * Makefile.in (HFILES_NO_SRCDIR); Add nat/linux-maps.h,
7089         common/target-utils.h.
7090         (COMMON_OBS): Add target-utils.o.
7091         (linux-maps.o, target-utils.o): New.
7092         * target/target-utils.c: New file.
7093         * target/target-utils.h: New file.
7094         * config/i386/linux.mh (NATDEPFILES): Add linux-maps.o.
7095         * config/i386/linux64.mh (NATDEPFILES): Ditto.
7096         * nat/linux-maps.c: New file.
7097         * nat/linux-maps.h: New file.
7098
7099 2015-07-15  Markus Metzger  <markus.t.metzger@intel.com>
7100             Pedro Alves <palves@redhat.com>
7101
7102         * nat/linux-btrace.c (perf_event_read): Change the type of DATA_HEAD.
7103         (perf_event_read_all): Change the type of SIZE and DATA_HEAD.
7104         (perf_event_read_bts): Change the type of SIZE and READ.
7105         (linux_enable_bts): Change the type of SIZE, PAGES, DATA_SIZE,
7106         and DATA_OFFSET.  Move DATA_SIZE declaration.  Restrict the buffer size
7107         to UINT_MAX.  Check for overflows when using DATA_HEAD from the perf
7108         mmap page.
7109         (linux_enable_pt): Change the type of PAGES and SIZE.  Restrict the
7110         buffer size to UINT_MAX.
7111         (linux_read_bts): Change the type of BUFFER_SIZE, SIZE, DATA_HEAD, and
7112         DATA_TAIL.
7113         * nat/linux-btrace.h (struct perf_event_buffer)<size, data_head>
7114         <last_head>: Change type.
7115         * common/btrace-common.h (struct btrace_dat_pt) <size>: Change type.
7116         * common/btrace-common.c (btrace_data_append): Change the type of
7117         SIZE.
7118         * btrace.c (parse_xml_raw): Change the type of SIZE.  Change oddness
7119         check.
7120
7121 2015-07-14  Simon Marchi  <simon.marchi@ericsson.com>
7122
7123         * gdbtypes.h (CHECK_TYPEDEF): Remove.
7124         * aarch64-tdep.c (aarch64_return_in_memory): Replace CHECK_TYPEDEF
7125         with check_typedef.
7126         * ada-lang.c (decode_constrained_packed_array_type): Likewise.
7127         (ada_array_length): Likewise.
7128         (find_parallel_type_by_descriptive_type): Likewise.
7129         (ada_check_typedef): Likewise.
7130         * arm-tdep.c (arm_return_in_memory): Likewise.
7131         * ax-gdb.c (gen_trace_static_fields): Likewise.
7132         (gen_struct_ref_recursive): Likewise.
7133         * c-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
7134         (variable: block COLONCOLON name): Likewise.
7135         (qualified_name: TYPENAME COLONCOLON name): Likewise.
7136         * c-lang.c (classify_type): Likewise.
7137         * c-typeprint.c (c_print_type): Likewise.
7138         (c_print_typedef): Likewise.
7139         (c_type_print_base): Likewise.
7140         * c-valprint.c (c_val_print): Likewise.
7141         * compile/compile-c-types.c (convert_type): Likewise.
7142         * compile/compile-object-load.c (get_out_value_type): Likewise.
7143         * completer.c (add_struct_fields): Likewise.
7144         (expression_completer): Likewise.
7145         * cp-namespace.c (cp_find_type_baseclass_by_name): Likewise.
7146         (cp_lookup_nested_symbol_1): Likewise.
7147         (cp_lookup_nested_symbol): Likewise.
7148         * cp-valprint.c (cp_print_value_fields): Likewise.
7149         (cp_print_static_field): Likewise.
7150         * d-valprint.c (d_val_print): Likewise.
7151         * eval.c (evaluate_subexp_standard): Likewise.
7152         (evaluate_subexp_for_sizeof): Likewise.
7153         * f-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
7154         * f-typeprint.c (f_type_print_base): Likewise.
7155         * f-valprint.c (f_val_print): Likewise.
7156         * gdbtypes.c (get_discrete_bounds): Likewise.
7157         (create_array_type_with_stride): Likewise.
7158         (type_name_no_tag_or_error): Likewise.
7159         (lookup_struct_elt_type): Likewise.
7160         (get_unsigned_type_max): Likewise.
7161         (internal_type_vptr_fieldno): Likewise.
7162         (set_type_vptr_fieldno): Likewise.
7163         (internal_type_vptr_basetype): Likewise.
7164         (set_type_vptr_basetype): Likewise.
7165         (get_vptr_fieldno): Likewise.
7166         (is_integral_type): Likewise.
7167         (is_scalar_type): Likewise.
7168         (is_scalar_type_recursive): Likewise.
7169         (distance_to_ancestor): Likewise.
7170         (is_unique_ancestor_worker): Likewise.
7171         (check_types_equal): Likewise.
7172         * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise.
7173
7174 2015-07-14  Iain Buclaw  <ibuclaw@gdcproject.org>
7175
7176         * dwarf2read.c (find_slot_in_mapped_hash): Extend language support to
7177         also test for language_d.
7178         (dwarf2_compute_name): Likewise.
7179         (read_func_scope): Likewise.
7180         (read_structure_type): Likewise.
7181         (new_symbol_full): Likewise.
7182         (determine_prefix): Likewise.
7183         (read_import_statement): Use dot as the separator for language_d.
7184         (typename_concat): Likewise, but don't prefix the D main function.
7185
7186 2015-07-14  Peter Bergner  <bergner@vnet.ibm.com>
7187
7188         * nat/linux-namespaces.c (setns): Rename from this ...
7189         (do_setns): ... to this.  Support calling setns if it exists.
7190         (mnsh_handle_setns): Call do_setns.
7191
7192 2015-07-13  Yao Qi  <yao.qi@linaro.org>
7193
7194         * exec.c (exec_file_attach): Add period at the end of error
7195         message.
7196
7197 2015-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
7198
7199         * tui/tui-win.c (window_name_completer): New function.
7200         (focus_completer): Call window_name_completer.  All old content
7201         moved into window_name_completer.
7202         (winheight_completer): New function.
7203         (_initialize_tui_win): Rename variable.  Add completer to
7204         winheight command.  Update doc string on winheight.
7205
7206 2015-07-12  Sandra Loosemore  <sandra@codesourcery.com>
7207
7208         * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Register
7209         all nios2 mach variants.
7210
7211 2015-07-10  Kevin Buettner  <kevinb@redhat.com>
7212
7213         * rx-tdep.c (rx_get_opcode_byte): Use target_read_code instead
7214         of target_read_memory.
7215
7216 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
7217
7218         * tui/tui-win.c (tui_set_win_height): Use a cleanup to free the
7219         string copy.
7220         (parse_scrolling_args): Likewise.
7221
7222 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
7223
7224         * tui/tui-win.c (focus_completer): Don't duplicate the tui window
7225         names in this function.
7226
7227 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
7228
7229         * tui/tui-data.h (SRC_NAME): Convert to lower case.
7230         (CMD_NAME): Likewise.
7231         (DATA_NAME): Likewise.
7232         (DISASSEM_NAME): Likewise.
7233         * tui/tui-win.c (tui_set_focus): Window names are now lower case.
7234         (tui_set_win_height): Likewise.
7235         (parse_scrolling_args): Likewise.
7236
7237 2015-07-10  Markus Metzger  <markus.t.metzger@intel.com>
7238
7239         * record-btrace.c (record_btrace_goto_begin)
7240         (record_btrace_goto_end, record_btrace_goto): Move call to
7241         print_stack_frame ...
7242         (record_btrace_set_replay): ... here.  Set stop_pc.
7243         * record-full.c (record_full_goto_entry): Set stop_pc.
7244
7245 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
7246
7247         * NEWS: Mention support for tracepoints on aarch64-linux.
7248
7249 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
7250
7251         * linux-aarch64-low.c (aarch64_supports_tracepoints): New
7252         function.  Return 1.
7253         (the_low_target): Install it.
7254
7255 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
7256
7257         * gdb.trace/backtrace.exp: Set registers for aarch64 target.
7258         * gdb.trace/collection.exp: Likewise.
7259         * gdb.trace/mi-trace-frame-collected.exp: Likewise.
7260         * gdb.trace/mi-trace-unavailable.exp: Likewise.
7261         * gdb.trace/report.exp: Likewise.
7262         * gdb.trace/trace-break.exp: Likewise.
7263         * gdb.trace/unavailable.exp: Likewise.
7264         * gdb.trace/while-dyn.exp: Likewise.
7265
7266 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
7267
7268         * aarch64-tdep.c: Add ax.h and ax-gdb.h includes.
7269         (aarch64_gen_return_address): New function.
7270         (aarch64_gdbarch_init): Hook it.
7271
7272 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
7273
7274         * aarch64-tdep.c (aarch64_make_stub_cache): Set available_p and
7275         swallow NOT_AVAILABLE_ERROR.
7276         (aarch64_stub_this_id): Call frame_id_build_unavailable_stack if
7277         available_p is not set.
7278         (aarch64_stub_frame_unwind_stop_reason): New function.
7279         (aarch64_stub_unwind): Install it.
7280
7281 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
7282
7283         * aarch64-tdep.c (aarch64_prologue_cache) <available_p>: New
7284         field.
7285         (aarch64_make_prologue_cache_1): New function, factored out from
7286         aarch64_make_prologue_cache.  Do not allocate cache.  Set
7287         available_p.
7288         (aarch64_make_prologue_cache): Reimplement wrapping
7289         aarch64_make_prologue_cache_1, and swallowing
7290         NOT_AVAILABLE_ERROR.
7291         (aarch64_prologue_frame_unwind_stop_reason): New function.
7292         Return UNWIND_UNAVAILABLE if available_p is not set.
7293         (aarch64_prologue_unwind): Install it.
7294         (aarch64_prologue_this_id): Move prev_pc and prev_sp limit
7295         checks into aarch64_prologue_frame_unwind_stop_reason.  Call
7296         frame_id_build_unavailable_stack if available_p is not set.
7297
7298 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
7299
7300         * aarch64-tdep.c (aarch64_prologue_cache) <func, prev_pc>: New
7301         fields.
7302         (aarch64_scan_prologue): Set prev_pc.
7303         (aarch64_make_prologue_cache): Set func.
7304         (aarch64_make_stub_cache): Set prev_pc.
7305         (aarch64_prologue_this_id): Remove local variables id, pc and
7306         func.  Read prev_pc and func from cache.
7307         (aarch64_stub_this_id): Read prev_pc from cache.
7308
7309 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
7310
7311         * aarch64-tdep.c (aarch64_make_stub_cache): Update comment.  New
7312         argument this_cache.  Remove unused local variables reg and
7313         unwound_fp.  Return early if this_cache is already set.  Set
7314         this_cache.
7315         (aarch64_stub_this_id): Update call to aarch64_make_stub_cache.
7316
7317 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
7318
7319         * aarch64-tdep.c (aarch64_make_prologue_cache): Update comment.
7320         New argument this_cache.  Return early if this_cache is already
7321         set.  Set this_cache.
7322         (aarch64_prologue_this_id): Update call to
7323         aarch64_make_prologue_cache.
7324         (aarch64_prologue_prev_register): Likewise.
7325         (aarch64_normal_frame_base): Likewise.
7326
7327 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
7328
7329         * c-valprint.c (c_val_print): Factor out memberptr printing code
7330         from c_val_print to ...
7331         (c_val_print_memberptr): ... this new function.
7332
7333 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
7334
7335         * c-valprint.c (c_val_print): Factor out int printing code to ...
7336         (c_val_print_int): ... this new function.
7337
7338 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
7339
7340         * c-valprint.c (c_val_print): Factor out struct and union
7341         printing code to ...
7342         (c_val_print_struct): ... this new function ...
7343         (c_val_print_union): ... and this new function.
7344
7345 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
7346
7347         * c-valprint.c (c_val_print): Factor out pointer printing code
7348         to ...
7349         (c_val_print_ptr): ... this new function.
7350
7351 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
7352
7353         * c-valprint.c (c_valprint): Factor our array printing code from
7354         c_val_print to ...
7355         (c_val_print_array): ... this new function.
7356
7357 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
7358
7359         * c-valprint.c (c_val_print): Factor out pointer printing code
7360         to ...
7361         (print_unpacked_pointer): ... this new function.
7362
7363 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
7364
7365         * c-valprint.c (c_val_print): Remove an assignment to i and move
7366         its declaration.
7367
7368 2015-07-09  Yao Qi  <yao.qi@linaro.org>
7369
7370         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Add
7371         argument ptid.  Update comments.  Caller update.
7372
7373 2015-07-09  Markus Metzger  <markus.t.metzger@intel.com>
7374
7375         * btrace.c (pt_print_packet): Print stop, vmcs, tma, mtc, cyc, and
7376         mnt packets.
7377
7378 2015-07-09  Markus Metzger  <markus.t.metzger@intel.com>
7379
7380         * btrace.c (btrace_pt_readmem_callback): Change type of PC argument.
7381
7382 2015-07-08  Simon Marchi  <simon.marchi@ericsson.com>
7383
7384         * progspace.c (delete_program_space): Add missing spaces.
7385
7386 2015-07-08  Simon Marchi  <simon.marchi@ericsson.com>
7387
7388         * inferior.c (delete_inferior_1): Rename to ...
7389         (delete_inferior): ..., remove 'silent' parameter, delete
7390         program space when unused and remove call to prune_program_spaces.
7391         Remove the old, unused, delete_inferior.
7392         (delete_inferior_silent): Remove.
7393         (prune_inferiors): Change call from delete_inferior_1 to
7394         delete_inferior and remove 'silent' parameter. Remove call to
7395         prune_program_spaces.
7396         (remove_inferior_command): Idem.
7397         * inferior.h (delete_inferior_1): Rename to...
7398         (delete_inferior): ..., remove 'silent' parameter and remove the
7399         original delete_inferior.
7400         (delete_inferior_silent): Remove.
7401         * mi/mi-main.c (mi_cmd_remove_inferior): Change call from
7402         delete_inferior_1 to delete_inferior and remove 'silent'
7403         parameter.
7404         * progspace.c (prune_program_spaces): Remove.
7405         (pspace_empty_p): Rename to...
7406         (program_space_empty_p): ... and make non-static.
7407         (delete_program_space): New.
7408         * progspace.h (prune_program_spaces): Remove declaration.
7409         (program_space_empty_p): New declaration.
7410         (delete_program_space): New declaration.
7411         * monitor.c (monitor_close): Replace call to
7412         delete_thread_silent and delete_inferior_silent with
7413         discard_all_inferiors.
7414
7415 2015-07-08  Patrick Palka  <patrick@parcs.ath.cx>
7416
7417         * defs.h (deprecated_register_changed_hook): Remove prototype.
7418         * interps.c (clear_iterpreter_hooks): Remove reference to
7419         deprecated_register_changed_hook.
7420         * top.c (deprecated_register_changed_hook): Remove prototype.
7421         * valops.c (value_assign): Remove reference to
7422         deprecated_register_changed_hook.
7423         * tui/tui-hooks.c (tui_register_changed): Add parameter "frame".
7424         Add comment documenting the function.
7425         (tui_register_changed_observer): Define.
7426         (tui_install_hooks): Remove reference to
7427         deprecated_register_changed_hook.  Set
7428         tui_register_changed_observer.
7429         (tui_remove_hooks): Remove reference to
7430         deprecated_register_changed_hook.  Unset
7431         tui_register_changed_observer.
7432
7433 2015-07-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7434
7435         PR compile/18484
7436         * compile/compile-c-types.c (insert_type): Change gdb_assert to error.
7437
7438 2015-07-08  Robert O'Callahan  <robert@ocallahan.org>
7439
7440         PR exp/18617
7441         * ax-gdb.c (gen_conversion): Extend to 'to' bits, not 'from'.
7442
7443 2015-07-08  Markus Metzger  <markus.t.metzger@intel.com>
7444
7445         * MAINTAINERS (Write After Approval): Add Markus T. Metzger.
7446
7447 2015-07-08  Markus Metzger  <markus.t.metzger@intel.com>
7448
7449         * nat/linux-btrace.c (kernel_supports_bts, kernel_supports_pt):
7450         Use safe_strerror() instead of strerror().
7451
7452 2015-07-07  Yao Qi  <yao.qi@linaro.org>
7453
7454         * features/arm-with-m-fpa-layout.xml: Set architecture to arm.
7455         * features/arm-with-m-fpa-layout.c: Regenerated.
7456         * features/arm-with-m-vfp-d16.xml: Likewise.
7457         * features/arm-with-m-vfp-d16.c: Regenerated.
7458         * features/arm-with-m.xml: Likewise.
7459         * features/arm-with-m.c: Regenerated.
7460         * features/arm-with-neon.xml: Likewise.
7461         * features/arm-with-neon.c: Regenerated.
7462         * features/arm-with-vfpv2.xml: Likewise.
7463         * features/arm-with-vfpv2.c: Regenerated.
7464         * features/arm-with-vfpv3.xml: Likewise.
7465         * features/arm-with-vfpv3.c: Regenerated.
7466
7467 2015-07-07  Yao Qi  <yao.qi@linaro.org>
7468
7469         * aarch32-linux-nat.h (VFP_REGS_SIZE): New macro, moved from
7470         arm-linux-nat.c.
7471         * aarch64-linux-nat.c: Include aarch32-linux-nat.h and
7472         elf/external.h.
7473         (fetch_gregs_from_thread): Call aarch32_gp_regcache_supply
7474         if target is 32-bit.
7475         (store_gregs_to_thread): Call aarch32_gp_regcache_collect
7476         if target is 32-bit.
7477         (fetch_fpregs_from_thread): Call aarch32_vfp_regcache_supply
7478         if target is 32-bit.
7479         (store_fpregs_to_thread): Call aarch32_vfp_regcache_collect
7480         if target is 32-bit.
7481         (tdesc_arm_with_vfpv3, tdesc_arm_with_neon): Declare.
7482         (aarch64_linux_read_description): Return the right target
7483         description.
7484         * arm-linux-nat.c (VFP_REGS_SIZE): Moved to aarch32-linux-nat.h.
7485         * config/aarch64/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
7486         * configure.tgt (aarch64*-*-linux*): Add arm-tdep.o and
7487         arm-linux-tdep.o.
7488
7489 2015-07-07  Yao Qi  <yao.qi@linaro.org>
7490
7491         * aarch32-linux-nat.c: New file.
7492         * aarch32-linux-nat.h: New file.
7493         * arm-linux-nat.c: Include aarch32-linux-nat.h.
7494         (fetch_regs): Move code to aarch32-linux-nat.c.  Call
7495         aarch32_gp_regcache_supply.
7496         (store_regs): Move code to aarch32-linux-nat.c.  Call
7497         aarch32_gp_regcache_collect.
7498         (fetch_vfp_regs): Move code to aarch32-linux-nat.c.  Call
7499         aarch32_vfp_regcache_supply.
7500         (store_vfp_regs): Move code to aarch32-linux-nat.c.  Call
7501         aarch32_vfp_regcache_collect.
7502         * config/arm/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
7503
7504 2015-07-07  Yao Qi  <yao.qi@linaro.org>
7505
7506         * arm-linux-nat.c (store_fpregister): Remove.
7507         (store_register): Likewise.
7508         (fetch_fpregister): Likewise.
7509         (fetch_register): Likewise.
7510         (arm_linux_store_inferior_registers): Call store_regs and
7511         store_fpregs instead.
7512         (arm_linux_fetch_inferior_registers): Call fetch_fpregs and
7513         fetch_regs instead.
7514
7515 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
7516
7517         * doc/gdb.texinfo (TUI): Restructure documentation on TUI layout
7518         and focus commands.
7519
7520 2015-07-06  Joel Brobecker  <brobecker@adacore.com>
7521
7522         * NEWS: Create a new section for the next release branch.
7523         Rename the section of the current branch, now that it has
7524         been cut.
7525
7526 2015-07-06  Joel Brobecker  <brobecker@adacore.com>
7527
7528         GDB 7.10 branch created (66c4b3e8a628a207bc6aafef6af0c4128195f56e):
7529         * version.in: Bump version to 7.10.50.DATE-cvs.
7530
7531 2015-07-06  Luis Machado  <lgustavo@codesourcery.com>
7532
7533         * breakpoint.c (remove_breakpoint_1): Don't handle permanent
7534         breakpoints in a special way.
7535         (remove_breakpoint): Likewise.
7536         (mark_breakpoints_out): Likewise.
7537
7538 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
7539
7540         * doc/gdb.texinfo (TUI): Add comma after @xref.
7541
7542 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
7543
7544         * tui/tui-win.c (tui_set_focus): Use structure member 'generic'
7545         instead of casting the structure type.
7546
7547 2015-07-06  Simon Marchi  <simon.marchi@ericsson.com>
7548
7549         * valops.c (search_struct_field): Remove OFFSET parameter.
7550         (value_cast_structs): Adjust calls to search_struct_field.
7551         (value_struct_elt): Same.
7552         (find_overload_match): Same.
7553
7554 2015-07-06  Simon Marchi  <simon.marchi@ericsson.com>
7555
7556         * value.c (value_fetch_lazy): Update comment, change return
7557         value to void.
7558         * value.h (value_fetch_lazy): Change return value to void.
7559
7560 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
7561
7562         * tui/tui-data.c (tui_partial_win_by_name): Window name is const.
7563         (tui_win_name): Make parameter and result const.
7564         * tui/tui-data.h (tui_win_name): Make parameter and result const.
7565
7566 2015-07-06  Patrick Palka  <patrick@parcs.ath.cx>
7567
7568         * i386-tdep.c (i386_mpx_info_bounds): Don't call error, instead
7569         use printf_unfiltered.
7570         (set_mpx_cmd): Add missing trailing space to command string
7571         literal.
7572         (_initialize_i386_tdep): Give the "mpx" prefix command its
7573         correct name.
7574
7575 2015-07-02  Kevin Buettner  <kevinb@redhat.com>
7576
7577         * rx-tdep.c (RX_USP_REGNUM, RX_BPC_REGNUM): New constants.
7578         (enum rx_frame_type): New.
7579         (struct rx_prologue): Add new field `frame_type'.
7580         (rx_analyze_prologue): Add `frame_type' parameter. Cache this
7581         parameter in the prologue struct.  Add code for recording
7582         locations of PC and PSW for fast interrupt and exception frames.
7583         (rx_skip_prologue): Adjust call to rx_analyze_prologue.
7584         (rx_analyze_frame_prologue): Add `frame_type' parameter.
7585         (rx_frame_type): New function.
7586         (rx_frame_base): Fetch frame type and pass it to rx_analyze_prologue.
7587         (rx_frame_this_id): Rename parameter `this_prologue_cache' to
7588         `this_cache'.
7589         (rx_frame_prev_register): Rename parameter `this_prologue_cache' to
7590         `this_cache'.  Add cases for RX_FRAME_TYPE_EXCEPTION and
7591         RX_FRAME_TYPE_FAST_INTERRUPT.
7592         (normal_frame_p, exception_frame_p, rx_frame_sniffer_common)
7593         (rx_frame_sniffer, rx_exception_sniffer): New functions.
7594         (rx_frame_unwind): Use rx_frame_sniffer instead of
7595         default_frame_sniffer.
7596         (rx_frame_unwind): New unwinder.
7597         (rx_gdbarch_init): Register new unwinder.
7598
7599 2015-07-02  Kevin Buettner  <kevinb@redhat.com>
7600
7601         * rx-tdep.c (RX_BPSW_REGNUM, RX_FPSW_REGNUM): New constants.
7602         (struct gdbarch_tdep): Add fields rx_psw_type and rx_fpsw_type.
7603         (rx_register_type): Add cases for RX_PSW_REGNUM, RX_BPSW_REGNUM,
7604         and RX_FPSW_REGNUM.
7605         (rx_gdbarch_init): Initialize PSW, BPSW, and FPSW flags types.
7606
7607 2015-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7608
7609         Fix GCC false warning.
7610         * s390-linux-tdep.c (s390_handle_arg): Initialize VAL.
7611
7612 2015-07-02  Yao Qi  <yao.qi@linaro.org>
7613
7614         * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Fix
7615         typo in the debugging message.
7616
7617 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
7618
7619         * btrace.c: Include gdbcmd.h, cli/cli-utils.h, and ctype.h.
7620         (maint_btrace_cmdlist, maint_btrace_set_cmdlist)
7621         (maint_btrace_show_cmdlist, maint_btrace_pt_set_cmdlist)
7622         (maint_btrace_pt_show_cmdlist, maint_btrace_pt_skip_pad)
7623         (btrace_maint_clear): New.
7624         (btrace_fetch, btrace_clear): Call btrace_maint_clear.
7625         (pt_print_packet, btrace_maint_decode_pt)
7626         (btrace_maint_update_pt_packets, btrace_maint_update_packets)
7627         (btrace_maint_print_packets, get_uint, get_context_size, no_chunk)
7628         (maint_btrace_packet_history_cmd)
7629         (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
7630         (maint_btrace_cmd, maint_btrace_set_cmd, maint_btrace_show_cmd)
7631         (maint_btrace_pt_set_cmd, maint_btrace_pt_show_cmd)
7632         (maint_info_btrace_cmd, _initialize_btrace): New.
7633         * btrace.h (btrace_pt_packet, btrace_pt_packet_s)
7634         (btrace_maint_packet_history, btrace_maint_info): New.
7635         (btrace_thread_info) <maint>: New.
7636         * NEWS: Announce it.
7637
7638 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
7639
7640         * btrace.c (btrace_fetch): Append the new trace data.
7641         (btrace_clear): Clear the stored trace data.
7642         * btrace.h (btrace_thread_info) <data>: New.
7643         * common/btrace-common.h (btrace_data_clear)
7644         (btrace_data_append): New.
7645         * common/btrace-common.c (btrace_data_clear)
7646         (btrace_data_append): New.
7647
7648 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
7649
7650         * nat/linux-btrace.c (linux_enable_bts): Check for
7651         PERF_ATTR_SIZE_VER5.
7652         Check for data_offset and data_size fields.  Use them.
7653
7654 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
7655
7656         * NEWS: Announce new commands "record btrace pt" and "record pt".
7657         Announce new options "set|show record btrace pt buffer-size".
7658         * btrace.c: Include "rsp-low.h".
7659         Include "inttypes.h".
7660         (btrace_add_pc): Add forward declaration.
7661         (pt_reclassify_insn, ftrace_add_pt, btrace_pt_readmem_callback)
7662         (pt_translate_cpu_vendor, btrace_finalize_ftrace_pt)
7663         (btrace_compute_ftrace_pt): New.
7664         (btrace_compute_ftrace): Support BTRACE_FORMAT_PT.
7665         (check_xml_btrace_version): Update version check.
7666         (parse_xml_raw, parse_xml_btrace_pt_config_cpu)
7667         (parse_xml_btrace_pt_raw, parse_xml_btrace_pt)
7668         (btrace_pt_config_cpu_attributes, btrace_pt_config_children)
7669         (btrace_pt_children): New.
7670         (btrace_children): Add support for "pt".
7671         (parse_xml_btrace_conf_pt, btrace_conf_pt_attributes): New.
7672         (btrace_conf_children): Add support for "pt".
7673         * btrace.h: Include "intel-pt.h".
7674         (btrace_pt_error): New.
7675         * common/btrace-common.c (btrace_format_string, btrace_data_fini)
7676         (btrace_data_empty): Support BTRACE_FORMAT_PT.
7677         * common/btrace-common.h (btrace_format): Add BTRACE_FORMAT_PT.
7678         (struct btrace_config_pt): New.
7679         (struct btrace_config)<pt>: New.
7680         (struct btrace_data_pt_config, struct btrace_data_pt): New.
7681         (struct btrace_data)<pt>: New.
7682         * features/btrace-conf.dtd (btrace-conf)<pt>: New.
7683         (pt): New.
7684         * features/btrace.dtd (btrace)<pt>: New.
7685         (pt, pt-config, cpu): New.
7686         * nat/linux-btrace.c (perf_event_read, perf_event_read_all)
7687         (perf_event_pt_event_type, kernel_supports_pt)
7688         (linux_supports_pt): New.
7689         (linux_supports_btrace): Support BTRACE_FORMAT_PT.
7690         (linux_enable_bts): Free tinfo on error.
7691         (linux_enable_pt): New.
7692         (linux_enable_btrace): Support BTRACE_FORMAT_PT.
7693         (linux_disable_pt): New.
7694         (linux_disable_btrace): Support BTRACE_FORMAT_PT.
7695         (linux_fill_btrace_pt_config, linux_read_pt): New.
7696         (linux_read_btrace): Support BTRACE_FORMAT_PT.
7697         * nat/linux-btrace.h (struct btrace_tinfo_pt): New.
7698         (struct btrace_target_info)<pt>: New.
7699         * record-btrace.c (set_record_btrace_pt_cmdlist)
7700         (show_record_btrace_pt_cmdlist): New.
7701         (record_btrace_print_pt_conf): New.
7702         (record_btrace_print_conf): Support BTRACE_FORMAT_PT.
7703         (btrace_ui_out_decode_error): Support BTRACE_FORMAT_PT.
7704         (cmd_record_btrace_pt_start): New.
7705         (cmd_record_btrace_start): Support BTRACE_FORMAT_PT.
7706         (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): New.
7707         (_initialize_record_btrace): Add new commands.
7708         * remote.c (PACKET_Qbtrace_pt, PACKET_Qbtrace_conf_pt_size): New.
7709         (remote_protocol_features): Add "Qbtrace:pt".
7710         Add "Qbtrace-conf:pt:size".
7711         (remote_supports_btrace): Support BTRACE_FORMAT_PT.
7712         (btrace_sync_conf): Support PACKET_Qbtrace_conf_pt_size.
7713         (remote_enable_btrace): Support BTRACE_FORMAT_PT.
7714         (_initialize_remote): Add new commands.
7715
7716 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
7717
7718         * configure.ac: check for libipt
7719         * configure: Regenerate.
7720         * config.in: Regenerate.
7721         * Makefile.in (LIBIPT): New.
7722         (CLIBS): Add $LIBIPT.
7723         * NEWS: document new configure options
7724
7725 2015-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7726
7727         * compile/compile-object-load.c (compile_object_load): Replace debug
7728         message "lookup undefined ELF symbol" by 3 more specific messages.
7729
7730 2015-07-01  Kevin Buettner  <kevinb@redhat.com>
7731
7732         * rl78-tdep.c (struct gdbarch_tdep): Add new field, rl78_psw_type.
7733         (rl78_register_type): Add case for RL78_PSW_REGNUM.
7734         (rl78_gdbarch_init): Initialize rl78_psw_type.
7735
7736 2015-07-01  Patrick Palka  <patrick@parcs.ath.cx>
7737
7738         * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
7739         Update commentary.  Always refresh the registers when frame
7740         information has changed.
7741         * tui/tui-stack.c (tui_show_frame_info): Update commentary.
7742         Change return type to int.  Return 1 if frame information has
7743         changed, 0 otherwise.
7744         (tui_before_prompt): Update commentary.
7745         * tui/tui-stack.h (tui_show_frame_info): Change return type to
7746         int.
7747
7748 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
7749
7750         PR tui/13378
7751         * frame.c (select_frame): Remove reference to
7752         deprecated_selected_frame_level_changed_hook.
7753         * frame.h (deprecated_selected_frame_level_changed_hook): Remove
7754         declaration.
7755         * stack.c (deprecated_selected_frame_level_changed_hook):
7756         Likewise.
7757         * tui/tui-hooks.c (tui_selected_frame_level_changed_hook):
7758         Rename to ...
7759         (tui_refresh_frame_and_register_information): ... this.  Bail
7760         out if there is no stack.  Don't update register information
7761         unless registers_too_p is true.
7762         (tui_print_frame_info_listing_hook): Rename to ...
7763         (tui_dummy_print_frame_info_listing_hook): ... this.
7764         (tui_before_prompt): New function.
7765         (tui_normal_stop): New function.
7766         (tui_before_prompt_observer): New observer.
7767         (tui_normal_stop_observer): New observer.
7768         (tui_install_hooks): Set
7769         deprecated_print_frame_info_listing_hook to
7770         tui_dummy_print_frame_info_listing_hook.  Register
7771         tui_before_prompt_observer to call tui_before_prompt and
7772         tui_normal_stop_observer to call tui_normal_stop.  Remove
7773         reference to deprecated_selected_frame_level_changed_hook.
7774         (tui_remove_hooks): Detach and unset tui_before_prompt_observer
7775         and tui_normal_stop_observer.  Remove reference to
7776         deprecated_selected_frame_level_changed_hook.
7777
7778 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
7779
7780         PR tui/13378
7781         * tui/tui-stack.c (tui_set_locator_info): Change prototype to
7782         return an int instead of void.  Return whether the locator
7783         window has changed.
7784         (tui_show_frame_info): If the locator info has not changed, then
7785         bail out early to avoid refreshing the windows.
7786
7787 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
7788
7789         * tui/tui-stack.c (tui_set_locator_info): Explicitly pass
7790         LOCATOR_WIN to tui_alloc_content.
7791
7792 2015-06-30  Yao Qi  <yao.qi@linaro.org>
7793
7794         PR tdep/18605
7795         * arm-tdep.c (arm_get_next_pc_raw): Break for media
7796         instructions.
7797
7798 2015-06-29  Kevin Buettner  <kevinb@redhat.com>
7799
7800         * rx-tdep.c (RX_PSW_REGNUM): New enum constant.
7801         (rx_dwarf_reg_to_regnum): New function.
7802         (rx_gdbarch_init): Register rx_dwarf_reg_to_regnum.  Use dwarf2
7803         unwinding.
7804
7805 2015-06-29  Pedro Alves  <palves@redhat.com>
7806
7807         PR threads/18127
7808         * infcall.c (run_inferior_call): On infcall success, if the thread
7809         was marked stopped before, reset it back to stopped.
7810         * infrun.c (resume): Don't suppress the set_running calls when
7811         doing an infcall.
7812         (normal_stop): Only discard the finish_thread_state cleanup if the
7813         infcall succeeded.
7814
7815 2015-06-29  Pierre Langlois  <pierre.langlois@arm.com>
7816
7817         * MAINTAINERS (Write After Approval): Update my email address.
7818
7819 2015-06-26  Keith Seitz  <keiths@redhat.com>
7820             Doug Evans  <dje@google.com>
7821
7822         PR 16253
7823         * block.c (block_lookup_symbol): For non-function blocks,
7824         continue to search for a symbol with an exact domain match
7825         Otherwise, return any previously found "best domain" symbol.
7826         (block_lookup_symbol_primary): Likewise.
7827
7828 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
7829
7830         * NEWS: Mention the new option "history remove-duplicates".
7831         * top.c (history_remove_duplicates): New static variable.
7832         (show_history_remove_duplicates): New static function.
7833         (gdb_add_history): Conditionally remove duplicate history
7834         entries.
7835         (init_main): Add "history remove-duplicates" option.
7836
7837 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
7838
7839         * tui/tui-win.c (focus_completer): New static function.
7840         (_initialize_tui_win): Set the completion function of the
7841         "focus" command to focus_completer.
7842
7843 2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
7844
7845         * linespec.c (minsym_found): Reset sal.PC for COMPUNIT_LOCATIONS_VALID
7846         and language_asm..
7847         * symtab.c (find_function_start_sal): Likewise.
7848
7849 2015-06-25  Gary Benson  <gbenson@redhat.com>
7850
7851         * solib.c (solib_find_1): Set local variable sysroot to NULL if
7852         it is the empty string after trailing slashes have been stripped.
7853
7854 2015-06-25  Gary Benson  <gbenson@redhat.com>
7855
7856         * exec.c (exec_file_locate_attach): Remove gdb_sysroot NULL check.
7857         * infrun.c (follow_exec): Likewise.
7858         * remote.c (remote_filesystem_is_local): Likewise.
7859         * solib.c (solib_find_1): Likewise.
7860
7861 2015-06-24  Keith Seitz  <keiths@redhat.com>
7862
7863         * build-id.c (build_id_to_debug_bfd): Add cleanup to free
7864         return value from lrealpath.
7865
7866 2015-06-24  Mike Frysinger  <vapier@gentoo.org>
7867
7868         * remote-sim.c (gdbsim_open): Move sysroot update to the top.
7869
7870 2015-06-24  Mike Frysinger  <vapier@gentoo.org>
7871
7872         * remote-sim.c: Include gdb_bfd.h.
7873         (gdbsim_open): Declare new local sysroot pointing to gdb_sysroot.
7874         Skip TARGET_SYSROOT_PREFIX in gdb_sysroot when it is active.
7875
7876 2015-06-24  Yao Qi  <yao.qi@linaro.org>
7877
7878         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't call
7879         set_gdbarch_get_siginfo_type.
7880         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
7881         * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
7882         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
7883         * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
7884         * ppc-linux-tdep.c (ppc_linux_init_abi): Likewise.
7885         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
7886         * tilegx-linux-tdep.c (tilegx_linux_init_abi): Likewise.
7887         * linux-tdep.c (linux_get_siginfo_type): Change it to static.
7888         (linux_init_abi): Call set_gdbarch_get_siginfo_type.
7889         * linux-tdep.h (linux_get_siginfo_type): Remove the declaration.
7890
7891 2015-06-24  Gary Benson  <gbenson@redhat.com>
7892
7893         * common/buffer.c (stdint.h): Do not include.
7894         * common/print-utils.c (stdint.h): Likewise.
7895         * compile/compile-c-symbols.c (gdb_assert.h): Likewise.
7896         * compile/compile-c-types.c (gdb_assert.h): Likewise.
7897         * ft32-tdep.c (gdb_assert.h): Likewise.
7898         * guile/scm-utils.c (stdint.h): Likewise.
7899         * i386-linux-tdep.c (stdint.h): Likewise.
7900         * i386-tdep.c (stdint.h): Likewise.
7901         * nat/linux-btrace.c (stdint.h): Likewise.
7902         * nat/linux-btrace.h (stdint.h): Likewise.
7903         * nat/linux-ptrace.c (stdint.h): Likewise.
7904         * nat/mips-linux-watch.h (stdint.h): Likewise.
7905         * ppc-linux-nat.c (stdint.h): Likewise.
7906         * python/python-internal.h (stdint.h): Likewise.
7907         * stub-termcap.c (stdlib.h): Likewise.
7908         * target/target.h (stdint.h): Likewise.
7909         * xtensa-linux-nat.c (stdint.h): Likewise.
7910
7911 2015-06-23  Patrick Palka  <patrick@parcs.ath.cx>
7912
7913         * top.c (init_history): Look at errno after calling strtol to
7914         properly map large GDBHISTSIZE values to infinity.
7915
7916 2015-06-23  Doug Evans  <dje@google.com>
7917
7918         * inferior.h (struct inferior_suspend_state): Delete, unused.
7919         All references deleted.
7920
7921 2015-06-23  Mike Frysinger  <vapier@gentoo.org>
7922
7923         * microblaze-tdep.c (microblaze_push_dummy_code): Delete.
7924         (microblaze_push_dummy_call): Likewise.
7925         (microblaze_gdbarch_init): Delete calls to set_gdbarch_push_dummy_code
7926         and set_gdbarch_push_dummy_call.
7927
7928 2015-06-23  Yao Qi  <yao.qi@linaro.org>
7929
7930         * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
7931         Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly.
7932         (amd64_linux_store_inferior_registers): Likewise.
7933         * arm-linux-nat.c (fetch_fpregister): Likewise.
7934         (fetch_fpregs, store_fpregister): Likewise.
7935         (store_fpregister, store_fpregs): Likewise.
7936         (fetch_register, fetch_regs): Likewise.
7937         (store_register, store_regs): Likewise.
7938         (fetch_vfp_regs, store_vfp_regs): Likewise.
7939         (arm_linux_read_description): Check have_ptrace_getregset is
7940         TRIBOOL_UNKNOWN.  Set have_ptrace_getregset to TRIBOOL_TRUE
7941         or TRIBOOL_FALSE.
7942         * i386-linux-nat.c (fetch_xstateregs): Check
7943         have_ptrace_getregset is not TRIBOOL_TRUE.
7944         (store_xstateregs): Likewise.
7945         * linux-nat.c (have_ptrace_getregset): Change its type to
7946         enum tribool.
7947         * linux-nat.h (tribool): New enum.
7948         * x86-linux-nat.c (x86_linux_read_description): Use enum tribool.
7949         Check whether have_ptrace_getregset is TRIBOOL_TRUE.
7950
7951 2015-06-19  Doug Evans  <dje@google.com>
7952
7953         * NEWS: Mention Sun's version of stabs is no longer supported.
7954         * elfread.c (free_elfinfo): Delete.  All uses updated.
7955         (elfstab_offset_sections): Delete.  All uses updated.
7956         * gdb-stabs.h (stab_section_info): Delete.  All uses updated.
7957         * psympriv.h (partial_symtab) <section_offsets>: Delete.
7958         All uses updated.
7959         * psymtab.c (start_psymtab_common): Delete arg section_offsets.
7960         All callers updated.
7961
7962 2015-06-18  Simon Marchi  <simon.marchi@ericsson.com>
7963
7964         * common/rsp-low.c (needs_escaping): New.
7965         (remote_escape_output): Add unit_size parameter. Refactor to
7966         support multi-byte addressable units.  Rename parameters.
7967         * common/rsp-low.h (remote_escape_output): Add unit_size
7968         parameter and rename others. Update doc.
7969         * remote.c (align_for_efficient_write): New.
7970         (remote_write_bytes_aux): Add unit_size parameter and use it.
7971         Rename some variables.  Update doc.
7972         (remote_xfer_partial): Get unit size and use it.
7973         (remote_read_bytes_1): Add unit_size parameter and use it.
7974         Rename some variables. Update doc.
7975         (remote_write_bytes): Same.
7976         (remote_xfer_live_readonly_partial): Same.
7977         (remote_read_bytes): Same.
7978         (remote_flash_write): Update call to remote_write_bytes_aux.
7979         (remote_write_qxfer): Update call to remote_escape_output.
7980         (remote_search_memory): Same.
7981         (remote_hostio_pwrite): Same.
7982
7983 2015-06-17  Luis Machado  <lgustavo@codesourcery.com>
7984
7985         * breakpoint.c (add_location_to_breakpoint): Don't mark permanent
7986         locations as inserted.
7987         Update and expand comment about permanent locations.
7988         (bp_loc_is_permanent): Don't return 0 for bp_call_dummy.
7989         Move comment to add_location_to_breakpoint.
7990         (update_global_location_list): Don't error out if a permanent
7991         breakpoint is not marked inserted.
7992         Don't error out if a non-permanent breakpoint location is inserted on
7993         top of a permanent breakpoint.
7994
7995 2015-06-17  Luis Machado  <lgustavo@codesourcery.com>
7996
7997         * breakpoint.c (make_breakpoint_permanent): Remove unused
7998         function.
7999         * breakpoint.h (make_breakpoint_permanent): Remove declaration.
8000
8001 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
8002
8003         PR gdb/16999
8004         * NEWS: Mention new GDBHISTSIZE behavior.
8005         * top.c (init_history): For null or out-of-range GDBHISTSIZE,
8006         set history size to unlimited.  Ignore non-numeric GDBHISTSIZE.
8007
8008 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
8009
8010         * NEWS: Mention that GDBHISTSIZE is read instead of HISTSIZE.
8011         * top.c (init_history): Read from GDBHISTSIZE instead of
8012         HISTSIZE.
8013         (init_main): Refer to GDBHISTSIZE instead of HISTSIZE.
8014
8015 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
8016
8017         * top.c (gdb_safe_append_history): Do not call
8018         history_truncate_file if the history is not stifled.
8019
8020 2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8021
8022         * syscalls/s390-linux.xml: Add syscalls 344 through 354.
8023         * syscalls/s390x-linux.xml: Likewise.
8024
8025 2015-06-16  Michael Eager  <eager@eagercon.com>
8026
8027         * nat/linux-namespaces.c (MSG_CMSG_CLOEXEC): Define if not defined.
8028
8029 2015-06-16  Patrick Palka  <patrick@parcs.ath.cx>
8030
8031         * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Call
8032         target_terminal_ours_for_output() before calling
8033         tui_show_frame_info(), and restore the original terminal
8034         settings afterwards.
8035
8036 2015-06-16  Martin Simmons  <martin@lispworks.com>  (tiny patch)
8037
8038         * arm-linux-nat.c: Include nat/linux-ptrace.h.
8039
8040 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
8041
8042         * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable
8043         memory unit size.
8044         (mi_cmd_data_write_memory_bytes): Same.
8045
8046 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
8047
8048         * corefile.c (write_memory): Update doc.
8049         * gdbcore.h (write_memory): Same.
8050
8051 2015-06-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
8052
8053         * linux-tdep.c (enum filterflags): Make it from anonymous enum.
8054         (dump_mapping_p): Use it for parameter filterflags.
8055         (linux_find_memory_regions_full): Use it for variable filterflags.
8056
8057 2015-06-15  Aleksandar Ristovski  <aristovski@qnx.com
8058             Jan Kratochvil  <jan.kratochvil@redhat.com>
8059
8060         Merge multiple hex conversions.
8061         * monitor.c: Include rsp-low.h.
8062         (fromhex): Remove definition.
8063
8064 2015-06-15  Aleksandar Ristovski  <aristovski@qnx.com
8065             Jan Kratochvil  <jan.kratochvil@redhat.com>
8066
8067         Move utility functions to common/.
8068         * cli/cli-utils.c (skip_spaces, skip_spaces_const, skip_to_space_const):
8069         Move defs to common/common-utils.c.
8070         * cli/cli-utils.h (skip_spaces, skip_spaces_const, skip_to_space)
8071         (skip_to_space_const): Move decls to common/common-utils.h.
8072         * common/common-defs.h: Move include of common-types.h before
8073         common-utils.h.
8074         * common/common-utils.c: Include host-defs.h and ctype.h.
8075         (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int, strtoulst): Move
8076         from utils.c.
8077         (skip_spaces, skip_spaces_const, skip_to_space_const): Move from
8078         cli/cli-utils.c.
8079         * common/common-utils.h (strtoulst): Move decl from utils.h.
8080         (skip_spaces, skip_spaces_const, skip_to_space, skip_to_space_const):
8081         Move from cli/cli-utils.h.
8082         * common/host-defs.h: Include limits.h.
8083         (TARGET_CHAR_BIT, HOST_CHAR_BIT): Moved from defs.h.
8084         (skip_spaces, skip_spaces_const): Move decls from cli/cli-utils.h.
8085         * defs.h (TARGET_CHAR_BIT, HOST_CHAR_BIT): Move to
8086         common/common-utils.h.
8087         * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
8088         (strtoulst): Move to common/common-utils.c.
8089         * utils.h (strtoulst): Moved decl to common/common-utils.h.
8090
8091 2015-06-15  Yao Qi  <yao.qi@linaro.org>
8092
8093         * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml.
8094
8095 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
8096
8097         * build-id.c: Don't include elf-bfd.h.
8098         (build_id_bfd_get): Use bfd_build_id.
8099         (build_id_verify): Ditto.
8100         * build-id.h: Ditto.
8101         (find_separate_debug_file_by_buildid): Ditto.
8102         * python/py-objfile.c: Don't include elf-bfd.h.
8103         (objfpy_get_build_id) Use bfd_build_id.
8104         (objfpy_build_id_matches, objfpy_lookup_objfile_by_build_id): Ditto.
8105         * coffread.c: Include build-id.h.
8106         (coff_symfile_read): Try find_separate_debug_file_by_buildid.
8107
8108 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
8109
8110         * windows-nat.c (do_windows_fetch_inferior_registers)
8111         (handle_output_debug_string): Replace __COPY_CONTEXT_SIZE
8112         conditional with __CYGWIN__.
8113
8114 2015-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
8115
8116         * completer.c: Add arch-utils.h include.
8117         (enum reg_completer_targets): New enum.
8118         (reg_or_group_completer_1): New function containing old
8119         reg_or_group_completer, add and use new parameter to control what
8120         is completed on.  Use get_current_arch rather than architecture of
8121         currently selected frame.
8122         (reg_or_group_completer): Call new reg_or_group_completer_1.
8123         (reggroup_completer): Call new reg_or_group_completer_1.
8124         * completer.h (reggroup_completer): Add declaration.
8125         * tui/tui-regs.c: Add 'completer.h' include.
8126         (tui_reg_next_command): Renamed to...
8127         (tui_reg_next): ...this.  Adjust parameters and return rather than
8128         display new group.
8129         (tui_reg_prev_command): Renamed to...
8130         (tui_reg_prev): ...this.  Adjust parameters and return rather than
8131         display new group.
8132         (tui_reg_float_command): Delete.
8133         (tui_reg_general_command): Delete.
8134         (tui_reg_system_command): Delete.
8135         (tui_reg_command): Rewrite to perform switching of register group.
8136         Add header comment.
8137         (tuireglist): Remove.
8138         (tui_reggroup_completer): New function.
8139         (_initialize_tui_regs): Remove 'tui reg' sub-commands, update
8140         creation of 'tui reg' command.
8141         * NEWS: Add comment about 'tui reg' changes.
8142
8143 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
8144
8145         * target.c (target_read): Consider addressable unit size when
8146         reading from a memory object.
8147         (read_memory_robust): Same.
8148         (read_whatever_is_readable): Same.
8149         (target_write_with_progress): Consider addressable unit size
8150         when writing to a memory object.
8151         * target.h (target_read): Update documentation.
8152         (target_write): Add documentation.
8153
8154 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
8155
8156         * arch-utils.h (default_addressable_memory_unit_size): New.
8157         * arch-utils.c (default_addressable_memory_unit_size): New.
8158         * gdbarch.sh (addressable_memory_unit_size): New.
8159         * gdbarch.h: Re-generate.
8160         * gdbarch.c: Re-generate.
8161
8162 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
8163
8164         * target.c (target_read): Rename variables and use
8165         TARGET_XFER_E_IO.
8166         (target_read_with_progress): Same.
8167         (read_memory_robust): Constify parameters and rename
8168         variables.
8169         (read_whatever_is_readable): Constify parameters,
8170         rename variables, adjust formatting.
8171         * target.h (read_memory_robust): Constify parameters.
8172
8173 2015-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
8174
8175         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short
8176         synthetic (non-AltiVec) vector types.
8177         (ppc64_sysv_abi_return_value): Likewise.
8178
8179 2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8180
8181         PR breakpoints/16465
8182         * breakpoint.c (create_breakpoint): Save extra_string for
8183         pending breakpoints.
8184
8185 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
8186
8187         * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask
8188         and bt_mask to CORE_ADDR.
8189
8190 2015-06-11  Gary Benson <gbenson@redhat.com>
8191
8192         * nat/linux-namespaces.c (mnsh_send_message): Use pulongest.
8193         (mnsh_recv_message): Likewise.
8194
8195 2015-06-11  Walfred Tedeschi  <walfred.tedeschi@intel.com>
8196
8197         * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of
8198         long long int and plongest instead of %ll.
8199
8200 2015-06-11  Gary Benson <gbenson@redhat.com>
8201
8202         * nat/linux-namespaces.c (gdb_wait.h): New include.
8203         (sys/wait.h): Do not include.
8204
8205 2015-06-10  Simon Marchi  <simon.marchi@ericsson.com>
8206
8207         * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if
8208         end_sequence is true.
8209
8210 2015-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8211
8212         Code cleanup.
8213         * solib-target.c (library_list_start_list): Use explicit NULL
8214         comparison.
8215
8216 2015-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8217
8218         * solib-target.c (library_list_start_list): Do not dereference
8219         variable version in its initialization.  Make the VERSION check handle
8220         NULL.
8221         (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL.
8222
8223 2015-06-10  Gary Benson <gbenson@redhat.com>
8224
8225         * NEWS: Announce support for direct access of executable and
8226         shared library files when attaching to inferiors in containers
8227         on GNU/Linux systems.
8228
8229 2015-06-10  Gary Benson <gbenson@redhat.com>
8230
8231         * remote.c (struct remote_state) <fs_pid>: New field.
8232         (new_remote_state): Initialize the above.
8233         (PACKET_vFile_setfs): New enum value.
8234         (remote_hostio_set_filesystem): New function.
8235         (remote_hostio_open): Call the above.
8236         (remote_hostio_unlink): Likewise.
8237         (remote_hostio_readlink): Likewise.
8238         (_initialize_remote): Register new "set/show remote
8239         hostio-setfs-packet" command.
8240         * NEWS: Announce new vFile:setfs packet.
8241
8242 2015-06-10  Gary Benson <gbenson@redhat.com>
8243
8244         * linux-nat.c (nat/linux-namespaces.h): New include.
8245         (fileio.h): Likewise.
8246         (linux_nat_filesystem_is_local): New function.
8247         (linux_nat_fileio_pid_of): Likewise.
8248         (linux_nat_fileio_open): Likewise.
8249         (linux_nat_fileio_readlink): Likewise.
8250         (linux_nat_fileio_unlink): Likewise.
8251         (linux_nat_add_target): Initialize to_filesystem_is_local,
8252         to_fileio_open, to_fileio_readlink and to_fileio_unlink.
8253         (_initialize_linux_nat): New "set/show debug linux-namespaces"
8254         commands.
8255         * NEWS: Mention new "set/show debug linux-namespaces" commands.
8256
8257 2015-06-10  Gary Benson <gbenson@redhat.com>
8258
8259         * target.h (struct inferior): New forward declaration.
8260         (struct target_ops) <to_filesystem_is_local>: Update comment.
8261         (struct target_ops) <to_fileio_open>: New argument inf.
8262         Update comment.  All implementations updated.
8263         (struct target_ops) <to_fileio_unlink>: Likewise.
8264         (struct target_ops) <to_fileio_readlink>: Likewise.
8265         (target_filesystem_is_local): Update comment.
8266         (target_fileio_open): New argument inf.  Update comment.
8267         (target_fileio_unlink): Likewise.
8268         (target_fileio_readlink): Likewise.
8269         (target_fileio_read_alloc): Likewise.
8270         (target_fileio_read_stralloc): Likewise.
8271         * target.c (target_fileio_open): New argument inf.
8272         Pass inf to implementation.  Update debug printing.
8273         (target_fileio_unlink): Likewise.
8274         (target_fileio_readlink): Likewise.
8275         (target_fileio_read_alloc_1): New argument inf. Pass inf
8276         to target_fileio_open.
8277         (target_fileio_read_alloc): New argument inf. Pass inf to
8278         target_fileio_read_alloc_1.
8279         (target_fileio_read_stralloc): Likewise.
8280         * gdb_bfd.c (inferior.h): New include.
8281         (gdb_bfd_iovec_fileio_open): Replace unused "open_closure"
8282         argument with new argument "inferior".  Pass inferior to
8283         target_fileio_open.
8284         (gdb_bfd_open): Supply inferior argument to
8285         gdb_bfd_iovec_fileio_open.
8286         * linux-tdep.c (linux_info_proc): Supply inf argument to
8287         relevant target_fileio calls.
8288         (linux_find_memory_regions_full): Likewise.
8289         (linux_fill_prpsinfo): Likewise.
8290         * remote.c (remote_filesystem_is_local): Supply inf
8291         argument to remote_hostio_open.
8292         (remote_file_put): Likewise.
8293         (remote_file_get): Likewise.
8294         (remote_file_delete): Supply inf argument to
8295         remote_hostio_unlink.
8296
8297 2015-06-10  Gary Benson <gbenson@redhat.com>
8298
8299         * inf-child.c (inf_child_fileio_open): Replace comment.
8300         (inf_child_fileio_pwrite): Likewise.
8301         (inf_child_fileio_pread): Likewise.
8302         (inf_child_fileio_fstat): Insert blank line before comment.
8303         (inf_child_fileio_close): Replace comment.
8304         (inf_child_fileio_unlink): Likewise.
8305         (inf_child_fileio_readlink): Likewise.
8306         * remote.c (remote_hostio_open): Likewise.
8307         (remote_hostio_pread): Likewise.
8308         (remote_hostio_pwrite): Likewise.
8309         (remote_hostio_close): Likewise.
8310         (remote_hostio_unlink): Likewise.
8311         (remote_hostio_readlink): Likewise.
8312         (remote_hostio_fstat): Likewise.
8313         (remote_filesystem_is_local): Likewise.
8314         * target.c (target_fileio_open): Likewise.
8315         (target_fileio_pwrite): Likewise.
8316         (target_fileio_pread): Likewise.
8317         (target_fileio_fstat): Insert blank line before comment.
8318         (target_fileio_close): Replace comment.
8319         (target_fileio_unlink): Likewise.
8320         (target_fileio_readlink): Likewise.
8321         (target_fileio_read_alloc): Likewise.
8322         (target_fileio_read_stralloc): Likewise.
8323
8324 2015-06-10  Gary Benson <gbenson@redhat.com>
8325
8326         * linux-thread-db.c (nat/linux-namespaces.h): New include.
8327         (check_pid_namespace_match): Use linux_ns_same rather than
8328         linux_proc_pid_get_ns to spot PID namespace mismatches.
8329         * nat/linux-procfs.h (linux_proc_pid_get_ns): Remove.
8330         * nat/linux-procfs.c (linux_proc_pid_get_ns): Likewise.
8331
8332 2015-06-10  Gary Benson <gbenson@redhat.com>
8333
8334         * configure.ac (AC_CHECK_FUNCS): Add setns.
8335         * config.in: Regenerate.
8336         * configure: Likewise.
8337         * nat/linux-namespaces.h: New file.
8338         * nat/linux-namespaces.c: Likewise.
8339         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-namespaces.h.
8340         (linux-namespaces.o): New rule.
8341         * config/aarch64/linux.mh (NATDEPFILES): Add linux-namespaces.o.
8342         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
8343         * config/arm/linux.mh (NATDEPFILES): Likewise.
8344         * config/i386/linux.mh (NATDEPFILES): Likewise.
8345         * config/i386/linux64.mh (NATDEPFILES): Likewise.
8346         * config/ia64/linux.mh (NATDEPFILES): Likewise.
8347         * config/m32r/linux.mh (NATDEPFILES): Likewise.
8348         * config/m68k/linux.mh (NATDEPFILES): Likewise.
8349         * config/mips/linux.mh (NATDEPFILES): Likewise.
8350         * config/pa/linux.mh (NATDEPFILES): Likewise.
8351         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
8352         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
8353         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
8354         * config/s390/linux.mh (NATDEPFILES): Likewise.
8355         * config/sparc/linux.mh (NATDEPFILES): Likewise.
8356         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
8357         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
8358         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
8359
8360 2015-06-10  Gary Benson <gbenson@redhat.com>
8361
8362         * utils.h (make_cleanup_close): Moved to common/filestuff.h.
8363         * utils.c (do_close_cleanup): Moved to common/filestuff.c.
8364         (make_cleanup_close): Likewise.
8365         * common/filestuff.h (make_cleanup_close): Moved from utils.h.
8366         * common/filestuff.c (do_close_cleanup): Moved from utils.c.
8367         (make_cleanup_close): Likewise.
8368
8369 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
8370
8371         * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE
8372         from SuspendThread().
8373
8374 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
8375
8376         * windows-nat.c (handle_output_debug_string): Trim trailing '\n'
8377         from OutputDebugString.
8378
8379 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
8380                         Mircea Gherzan  <mircea.gherzan@intel.com>
8381
8382         * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32,
8383         MPX_BT_MASK_32): New macros.
8384         (i386_mpx_set_bounds): New function that implements
8385         the command "set-mpx-bound".
8386         (i386_mpx_enabled): Helper function to test MPX availability.
8387         (i386_mpx_bd_base): Helper function to calculate the base directory
8388         address.
8389         (i386_mpx_get_bt_entry): Helper function to access a bound
8390         table entry.
8391         (i386_mpx_print_bounds): Effectively display bound information.
8392         (_initialize_i386_tdep): Add new commands to commands "set mpx" and
8393         "show mpx".
8394         (_initialize_i386_tdep):
8395         Add "bound" to the commands "show mpx" and "set mpx" commands.
8396         (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx"
8397         and "show mpx" commands.
8398         * NEWS: List new commands for MPX support.
8399
8400 2015-06-09  Gary Benson <gbenson@redhat.com>
8401
8402         * common/fileio.h (fileio_to_host_mode): New declaration.
8403         * common/fileio.c (fileio_to_host_mode): New Function.
8404         * inf-child.c (inf_child_fileio_open): Process mode argument
8405         with fileio_to_host_mode.
8406
8407 2015-06-09  Gary Benson <gbenson@redhat.com>
8408
8409         * common/fileio.c (fileio_mode_pack): Fix preprocessor
8410         conditional.
8411
8412 2015-06-05  Gary Benson <gbenson@redhat.com>
8413
8414         * gdb_bfd.c (gdb_bfd_open): Move vgdb special case to...
8415         * remote.c (remote_filesystem_is_local): ...here.
8416
8417 2015-06-04  Yao Qi  <yao.qi@linaro.org>
8418
8419         * gdbarch.c: Regenerate it.
8420
8421 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
8422
8423         * arch-utils.c (default_infcall_munmap): New.
8424         * arch-utils.h (default_infcall_munmap): New declaration.
8425         * compile/compile-object-load.c (struct munmap_list, munmap_list_add)
8426         (munmap_list_free, munmap_listp_free_cleanup): New.
8427         (struct setup_sections_data): Add field munmap_list_headp.
8428         (setup_sections): Call munmap_list_add.
8429         (compile_object_load): New variable munmap_list_head, initialize
8430         setup_sections_data.munmap_list_headp, return munmap_list_head.
8431         * compile/compile-object-load.h (struct munmap_list): New declaration.
8432         (struct compile_module): Add field munmap_list_head.
8433         (munmap_list_free): New declaration.
8434         * compile/compile-object-run.c (struct do_module_cleanup): Add field
8435         munmap_list_head.
8436         (do_module_cleanup): Call munmap_list_free.
8437         (compile_object_run): Pass munmap_list_head to do_module_cleanup.
8438         * gdbarch.c: Regenerate.
8439         * gdbarch.h: Regenerate.
8440         * gdbarch.sh (infcall_munmap): New.
8441         * linux-tdep.c (linux_infcall_munmap): New.
8442         (linux_init_abi): Install it.
8443
8444 2015-06-02  Simon Marchi  <simon.marchi@ericsson.com>
8445
8446         PR gdb/15564
8447         * inferior.c (detach_inferior): Call exit_inferior_1 with silent = 0.
8448
8449 2015-06-02  Yao Qi  <yao.qi@linaro.org>
8450
8451         * i386-linux-nat.c: Include linux-nat.h.
8452
8453 2015-06-01  Andreas Schwab  <schwab@linux-m68k.org>
8454             Jan Kratochvil  <jan.kratochvil@redhat.com>
8455
8456         PR symtab/18392
8457         * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct
8458         assertion.
8459         * dwarf2loc.c (chain_candidate): Likewise.
8460
8461 2015-06-01  Yao Qi  <yao.qi@linaro.org>
8462
8463         * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET.
8464         (store_vfp_regs): Use PTRACE_SETREGSET.
8465
8466 2015-06-01  Yao Qi  <yao.qi@linaro.org>
8467
8468         * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET.
8469         (fetch_fpregs): Likewise.
8470         * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET.
8471         (store_fpregs): Likewise.
8472
8473 2015-06-01  Yao Qi  <yao.qi@linaro.org>
8474
8475         * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET.
8476         (fetch_regs): Likewise.
8477         (store_regs): Use PTRACE_SETREGSET.
8478         (store_register): Likewise.
8479
8480 2015-06-01  Yao Qi  <yao.qi@linaro.org>
8481
8482         * arm-linux-nat.c (arm_linux_read_description): Check whether
8483         kernel supports PTRACE_GETREGSET.
8484
8485 2015-06-01  Yao Qi  <yao.qi@linaro.org>
8486
8487         * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
8488         * linux-nat.c: ... here.
8489         * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
8490         to ...
8491         * linux-nat.h: ... here.
8492
8493 2015-06-01  Yao Qi  <yao.qi@linaro.org>
8494
8495         * amd64-linux-nat.c: Include "nat/linux-ptrace.h".
8496         * i386-linux-nat.c: Likewise.
8497         * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define.
8498         * s390-linux-nat.c: Include "nat/linux-ptrace.h".
8499         (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
8500         * x86-linux-nat.c: Include "nat/linux-ptrace.h".
8501         * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
8502
8503 2015-05-30  Eli Zaretskii  <eliz@gnu.org>
8504
8505         * go32-nat.c (go32_xfer_memory): Fix the return value to be
8506         compatible to what read_child and write_child return.  This
8507         unbreaks that DJGPP build of GDB which was broken since v7.7.
8508
8509 2015-05-29  Martin Galvan  <martin.galvan@tallertechnologies.com>
8510
8511         * MAINTAINERS (Write After Approval): Add Martin Galvan.
8512
8513 2015-05-29  Roland McGrath  <mcgrathr@google.com>
8514
8515         PR gdb/18464
8516         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning
8517         rather than internal_error for an unrecognized value.
8518
8519 2015-05-29  Max Filippov  <jcmvbkbc@gmail.com>
8520
8521         * xtensa-tdep.c (xtensa_pseudo_register_read)
8522         (xtensa_pseudo_register_write): Don't alias last pseudo register
8523         to a1.
8524
8525 2015-05-28  Don Breazeal  <donb@codesourcery.com>
8526
8527         * infrun.c (follow_fork_inferior): Ensure the use of
8528         process-style ptids (pid,0,0) in verbose/debug "Detaching"
8529         messages.
8530
8531 2015-05-28  Doug Evans  <dje@google.com>
8532
8533         * dwarf2read.c (record_line_ftype): Remove, duplicate.
8534
8535 2015-05-28  Yao Qi  <yao.qi@linaro.org>
8536
8537         * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove.
8538         (arm_linux_fetch_inferior_registers): Use
8539         tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers.
8540         (arm_linux_store_inferior_registers): Likewise.
8541         (arm_linux_read_description): Don't set
8542         arm_linux_has_wmmx_registers.
8543         * arm-tdep.c (arm_gdbarch_init): Set
8544         tdep->have_wmmx_registers according target descriptions.
8545         * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New
8546         field.
8547
8548 2015-05-28  Yao Qi  <yao.qi@linaro.org>
8549
8550         * arm-linux-nat.c (arm_linux_vfp_register_count): Remove.
8551         (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep
8552         instead of arm_linux_vfp_register_count.
8553         (store_vfp_regs): Likewise.
8554         (arm_linux_fetch_inferior_registers): Likewise.
8555         (arm_linux_store_inferior_registers): Likewise.
8556         (arm_linux_read_description): Don't set
8557         arm_linux_vfp_register_count.
8558         * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections):
8559         Adjust.
8560         * arm-tdep.c (arm_gdbarch_init): Add assert on
8561         vfp_register_count.
8562         * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename
8563         field to vfp_register_count.  All users updated.
8564
8565 2015-05-28  Kyle Huey  <me@kylehuey.com>  (tiny patch)
8566
8567         * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on
8568         ELFOSABI_GNU binaries.
8569
8570 2015-05-27  Doug Evans  <dje@google.com>
8571
8572         * dwarf2read.c (lnp_state_machine): New typedef.
8573         (lnp_reader_state): New typedef.
8574         (dwarf_record_line_1): Renamed from dwarf_record_line.
8575         All callers updated.
8576         (dwarf_record_line): New function.
8577         (init_lnp_state_machine): New function.
8578         (check_line_address): Replace p_record_line parameter with state.
8579         All callers updated.
8580         (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine.
8581         Update to record state in lnp_state_machine.
8582
8583 2015-05-27  Doug Evans  <dje@google.com>
8584
8585         * dwarf2read.c (record_line_ftype): New typedef.
8586         (check_line_address): New function.
8587         (dwarf_decode_lines_1): Call it.
8588
8589 2015-05-27  Doug Evans  <dje@google.com>
8590
8591         * NEWS: Mention "set debug dwarf-line".
8592         * dwarf2read.c (dwarf_line_debug): New static global.
8593         (add_include_dir): Add debug dwarf-line support.
8594         (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto.
8595         (_initialize_dwarf2_read): New parameter "debug dwarf-line".
8596
8597 2015-05-27  Doug Evans  <dje@google.com>
8598
8599         * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain".
8600         All callers updated.
8601         (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto.
8602         * cp-support.h (cp_lookup_nested_symbol): Update.
8603
8604 2015-05-27  Doug Evans  <dje@google.com>
8605
8606         PR symtab/18258
8607         * block.c (block_find_symbol): New function.
8608         (block_find_non_opaque_type): Ditto.
8609         (block_find_non_opaque_type_preferred): Ditto.
8610         * block.h (block_symbol_matcher_ftype): New typedef.
8611         (block_find_symbol): Declare.
8612         (block_find_non_opaque_type): Ditto.
8613         (block_find_non_opaque_type_preferred): Ditto.
8614         * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol.
8615         * psymtab.c (psym_lookup_symbol): Ditto.
8616         * symtab.c (basic_lookup_transparent_type_1): New function.
8617         (basic_lookup_transparent_type): Call it.
8618
8619 2015-05-27  Yao Qi  <yao.qi@linaro.org>
8620
8621         * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return
8622         AARCH64_RECORD_UNKNOWN for unknown instruction encoding.
8623
8624 2015-05-27  Yao Qi  <yao.qi@linaro.org>
8625
8626         * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
8627         before operator &&.
8628         (aarch64_record_load_store): Likewise.
8629
8630 2015-05-26  Doug Evans  <dje@google.com>
8631
8632         PR c++/18141, c++/18417.
8633         * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being
8634         a typedef.
8635
8636 2015-05-26  Doug Evans  <dje@google.com>
8637
8638         * NEWS: Add entries for command renamings.
8639         * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug.
8640         All uses updated.
8641         (dwarf_die_debug): Renamed from dwarf2_die_debug.  All uses updated.
8642         (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age.
8643         All uses updated.
8644         (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age.
8645         All callers updated.  Fix spelling of DWARF in help text.
8646         (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist.
8647         All uses updated.
8648         (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist.
8649         All uses updated.
8650         (set_dwarf_cmd): Renamed from set_dwarf2_cmd.  All callers updated.
8651         (show_dwarf_cmd): Renamed from show_dwarf2_cmd.  All callers updated.
8652         (dwarf_always_disassemble): Renamed from dwarf_always_disassemble.
8653         All uses updated.
8654         (show_dwarf_always_disassemble): Renamed from
8655         show_dwarf2_always_disassemble.  All callers updated.
8656         (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to
8657         "set/show dwarf".  Rename "set/show dwarf2 max-cache-age" to
8658         "set/show dwarf max-cache-age".  Rename
8659         "set/show dwarf2 always-disassemble" to
8660         "set/show dwarf always-disassemble".  Rename
8661         "set/show debug dwarf2-read" to "set/show debug dwarf-read".  Rename
8662         "set/show debug dwarf2-die" to "set/show debug dwarf-die".
8663
8664 2015-05-26  Doug Evans  <dje@google.com>
8665
8666         PR python/18438
8667         * python/py-lazy-string.c (stpy_convert_to_value): Use
8668         gdbpy_gdb_memory_error not PyExc_MemoryError.
8669         (gdbpy_create_lazy_string_object): Ditto.
8670
8671 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
8672
8673         * tui/tui-regs.c (tui_reg_next_command): Compare against NULL.
8674
8675 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
8676
8677         * tui/tui-regs.c (tui_reg_prev_command): New function.
8678         (_initialize_tui_regs): Add 'prev' command for 'tui reg'.
8679         * reggroups.c (reggroup_prev): New function.
8680         * reggroups.h (reggroup_prev): Add declaration.  Update comment.
8681
8682 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
8683             Yao Qi  <yao.qi@linaro.org>
8684
8685         * aarch64-linux-tdep.c: Include linux-record.h and
8686         record-full.h.
8687         (struct linux_record_tdep aarch64_linux_record_tdep): Declare.
8688         (aarch64_syscall): New enum.
8689         (aarch64_canonicalize_syscall): New function.
8690         (aarch64_all_but_pc_registers_record): New function.
8691         (aarch64_linux_syscall_record): New function.
8692         (aarch64_linux_init_abi): Install AArch64 process record
8693         handler.  Update to handle syscall recording.
8694         * aarch64-tdep.c: Include record.h and record-full.h.
8695         (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros.
8696         (struct aarch64_mem_r): Define.
8697         (aarch64_record_result): New enum.
8698         (struct insn_decode_record): Define.
8699         (insn_decode_record): New typedef.
8700         (aarch64_record_data_proc_reg): New function.
8701         (aarch64_record_data_proc_imm): New function.
8702         (aarch64_record_branch_except_sys): New function.
8703         (aarch64_record_load_store): New function.
8704         (aarch64_record_data_proc_simd_fp): New function.
8705         (aarch64_record_asimd_load_store): New function.
8706         (aarch64_record_decode_insn_handler): New function.
8707         (deallocate_reg_mem): New function.
8708         (aarch64_process_record): New function.
8709         * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>:
8710         New field.
8711         (aarch64_process_record): New extern declaration.
8712         * configure.tgt: Add linux-record.o to gdb_target_obs.
8713         * linux-record.h (struct linux_record_tdep) <arg7>: New field.
8714
8715 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
8716
8717         * NEWS: Add a note on process record-replay support on aarch64*-linux*
8718         targets.
8719
8720 2015-05-26  Martin Galvan  <martin.galvan@tallertechnologies.com>
8721
8722         * amd64-tdep.c: Replace in_function_epilogue_p with
8723         stack_frame_destroyed_p throughout.
8724         * arch-utils.c: Ditto.
8725         * arch-utils.h: Ditto.
8726         * arm-tdep.c: Ditto.
8727         * breakpoint.c: Ditto.
8728         * gdbarch.sh: Ditto.
8729         * hppa-tdep.c: Ditto.
8730         * i386-tdep.c: Ditto.
8731         * mips-tdep.c: Ditto.
8732         * nios2-tdep.c: Ditto.
8733         * rs6000-tdep.c: Ditto.
8734         * s390-linux-tdep.c: Ditto.
8735         * score-tdep.c: Ditto.
8736         * sh-tdep.c: Ditto.
8737         * sparc-tdep.c: Ditto.
8738         * sparc-tdep.h: Ditto.
8739         * sparc64-tdep.c: Ditto.
8740         * spu-tdep.c: Ditto.
8741         * tic6x-tdep.c: Ditto.
8742         * tilegx-tdep.c: Ditto.
8743         * xstormy16-tdep.c: Ditto.
8744         * gdbarch.c, gdbarch.h: Re-generated.
8745
8746 2015-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
8747
8748         * NEWS: Mention 'tui enable' and 'tui disable'.
8749         * tui/tui.c (tui_enable_command): New function.
8750         (tui_disable_command): New function.
8751         (_initialize_tui): New function.
8752
8753 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8754
8755         * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0.
8756
8757 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8758
8759         * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure
8760         buf_ptr is freed.
8761
8762 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8763
8764         * tui/tui-layout.c (tui_layout_command): Move call to tui_enable
8765         into ...
8766         (tui_set_layout_for_display_command): ...here, before calling
8767         tui_set_layout.  Only set the layout if gdb has not already
8768         entered the TUI_FAILURE state.
8769
8770 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8771
8772         * tui/tui-layout.c (layout_completer): New function.
8773         (_initialize_tui_layout): Set completer on layout command.
8774
8775 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8776
8777         * tui/tui-layout.c (tui_set_layout): Remove
8778         tui_register_display_type parameter.  Remove all checking of this
8779         parameter, and reindent function.  Update header comment.
8780         (tui_set_layout_for_display_command): Rename to...
8781         (tui_set_layout_by_name): ...this, and don't check for different
8782         register class types, don't pass a tui_register_display_type to
8783         tui_set_layout.  Update header comment.
8784         (layout_names): Remove register set specific names.
8785         * tui/tui-layout.h (tui_set_layout): Remove
8786         tui_register_display_type parameter.
8787         * tui/tui.c (tui_rl_change_windows): Don't pass a
8788         tui_register_display_type to tui_set_layout.
8789         (tui_rl_delete_other_windows): Likewise.
8790         (tui_enable): Likewise.
8791         * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove.
8792         (TUI_FLOAT_REGS_NAME_LOWER): Remove.
8793         (TUI_GENERAL_REGS_NAME): Remove.
8794         (TUI_GENERAL_REGS_NAME_LOWER): Remove.
8795         (TUI_SPECIAL_REGS_NAME): Remove.
8796         (TUI_SPECIAL_REGS_NAME_LOWER): Remove.
8797         (TUI_GENERAL_SPECIAL_REGS_NAME): Remove.
8798         (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove.
8799         (enum tui_register_display_type): Remove.
8800         (struct tui_layout_def): Remove regs_display_type and
8801         float_regs_display_type fields.
8802         (struct tui_data_info): Remove regs_display_type field.
8803         (tui_layout_command): Use new name for
8804         tui_set_layout_for_display_command.
8805         * tui/tui-data.c (layout_def): Don't initialise removed fields.
8806         (tui_clear_win_detail): Don't initialise removed fields of
8807         win_info.
8808         * tui/tui-regs.c (tui_show_registers): Use new name for
8809         tui_set_layout_for_display_command.
8810         * tui/tui.h (tui_set_layout_for_display_command): Rename
8811         declaration to...
8812         (tui_set_layout_by_name): ...this.
8813         * printcmd.c (display_command): Remove tui related layout call,
8814         and reindent.
8815
8816 2015-05-20  Joel Brobecker  <brobecker@adacore.com>
8817
8818         * infrun.c (handle_inferior_event_1): Renames handle_inferior_event.
8819         (handle_inferior_event): New function.
8820
8821 2015-05-20  Joel Brobecker  <brobecker@adacore.com>
8822
8823         * ada-lang.c (to_fixed_array_type): Rename local variable
8824         typename into type_name.
8825
8826 2015-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8827
8828         Fix ASAN crash for gdb.compile/compile.exp.
8829         * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME.
8830
8831 2015-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8832
8833         * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol)
8834         (gcc_symbol_address): Change gdb_stdout to gdb_stdlog.
8835         * compile/compile-object-load.c (setup_sections, compile_object_load):
8836         Likewise.
8837         * compile/compile.c (compile_to_object): Likewise.
8838
8839 2015-05-16  Doug Evans  <xdje42@gmail.com>
8840
8841         * NEWS: Mention support for unbuffered Guile memory ports.
8842         * scm-ports.c (ioscm_memory_port): Update comments on end, size.
8843         (ioscm_lseek_address): Improve overflow calculation.
8844         (gdbscm_memory_port_fill_input): Add assert.
8845         (gdbscm_memory_port_write): Handle unbuffered ports.
8846         Handle large writes identical to Guile's fport_write.
8847         (gdbscm_memory_port_seek): Fix seeking past end check.
8848         (gdbscm_memory_port_close): Handle closing unbuffered port.
8849         (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports.
8850         (ioscm_init_memory_port): Handle unbuffered ports.
8851         (ioscm_reinit_memory_port): Ditto.
8852         (ioscm_init_memory_port): Update size calculation.
8853         (gdbscm_open_memory): Support zero sized ports.
8854
8855 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8856
8857         * compile/compile-object-load.c (get_out_value_type): Fix uninitialized
8858         variable compiler warnings.
8859
8860 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8861
8862         * compile/compile-object-load.c (get_out_value_type): Fix returned type.
8863
8864 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8865             Phil Muldoon  <pmuldoon@redhat.com>
8866
8867         * NEWS (Changes since GDB 7.9): Add compile print.
8868         * compile/compile-c-support.c (add_code_header, add_code_footer)
8869         (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and
8870         COMPILE_I_PRINT_VALUE_SCOPE.
8871         * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE)
8872         (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE):
8873         New.
8874         * compile/compile-object-load.c: Include block.h.
8875         (get_out_value_type): New function.
8876         (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
8877         COMPILE_I_PRINT_VALUE_SCOPE.  Set compile_module's OUT_VALUE_ADDR and
8878         OUT_VALUE_TYPE.
8879         * compile/compile-object-load.h (struct compile_module): Add fields
8880         out_value_addr and out_value_type.
8881         * compile/compile-object-run.c: Include valprint.h and compile.h.
8882         (struct do_module_cleanup): Add fields out_value_addr and
8883         out_value_type.
8884         (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
8885         COMPILE_I_PRINT_VALUE_SCOPE.
8886         (compile_object_run): Propagate out_value_addr and out_value_type.
8887         Pass OUT_VALUE_ADDR.
8888         * compile/compile.c: Include valprint.h.
8889         (compile_print_value, compile_print_command): New functions.
8890         (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE.
8891         (_initialize_compile): Update compile code help text.  Install
8892         compile_print_command.
8893         * compile/compile.h (compile_print_value): New prototype.
8894         * defs.h (enum compile_i_scope_types): Add
8895         COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE.
8896
8897 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8898
8899         * compile/compile-object-load.c (get_regs_type): Add parameter func_sym.
8900         Rely on its parameter count.
8901         (compile_object_load): Replace lookup_minimal_symbol_text by
8902         lookup_global_symbol_from_objfile.  Verify FUNC_SYM.  Set it in the
8903         return value.
8904         * compile/compile-object-load.h (struct compile_module): Replace
8905         func_addr by func_sym.
8906         * compile/compile-object-run.c: Include block.h.
8907         (compile_object_run): Reset module variable after it is freed.  Use
8908         FUNC_SYM instead of FUNC_ADDR.  Rely on it.
8909
8910 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8911
8912         * compile/compile-c-support.c (print_one_macro): Use #ifndef.
8913         (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR.
8914         (c_compute_program): Call generate_register_struct after typedefs.
8915         * compile/compile-loc2c.c (push, pushf_register_address)
8916         (pushf_register): Cast to GCC_UINTPTR.
8917         (do_compile_dwarf_expr_to_c): Use unused attribute.  Add space after
8918         type.  Use GCC_UINTPTR instead of void *.  Remove excessive cast.
8919         (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *.
8920         * compile/compile.c (_initialize_compile): Enable warnings for
8921         COMPILE_ARGS.
8922
8923 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8924
8925         * cli/cli-script.c (execute_control_command): Update
8926         eval_compile_command caller.
8927         * compile/compile-object-load.c (compile_object_load): Add parameters
8928         scope and scope_data.  Set them.
8929         * compile/compile-object-load.h (struct compile_module): Add fields
8930         scope and scope_data.
8931         (compile_object_load): Add parameters scope and scope_data.
8932         * compile/compile-object-run.c (struct do_module_cleanup): Add fields
8933         scope and scope_data.
8934         (compile_object_run): Propagate the fields scope and scope_data.
8935         * compile/compile.c (compile_file_command, compile_code_command):
8936         Update eval_compile_command callers.
8937         (eval_compile_command): Add parameter scope_data.  Pass it plus scope.
8938         * compile/compile.h (eval_compile_command): Add parameter scope_data.
8939         * defs.h (struct command_line): Add field scope_data.
8940
8941 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8942
8943         * printcmd.c (struct format_data): Move it to valprint.h.
8944         (print_command_parse_format, print_value): New functions from ...
8945         (print_command_1): ... here.  Call them.
8946         * valprint.h (struct format_data): Move it here from printcmd.c.
8947         (print_command_parse_format, print_value): New declarations.
8948
8949 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8950
8951         * compile/compile-object-load.c (compile_object_load): Add
8952         COMPILE_DEBUG message.
8953
8954 2015-05-15  Jerome Guitton  <guitton@adacore.com>
8955
8956         * ada-lang.c (ada_value_ptr_subscript): Use enum position of
8957         index to get element instead of enum value.
8958         (ada_value_slice_from_ptr, ada_value_slice): Use enum position
8959         of index to compute length, but enum values to compute bounds.
8960         (ada_array_length): Use enum position of index instead of enum value.
8961         (pos_atr): Move position computation to...
8962         (ada_evaluate_subexp): Use enum values to compute bounds.
8963         * gdbtypes.c (discrete_position): ...this new function.
8964         * gdbtypes.h (discrete_position): New function declaration.
8965         * valprint.c (val_print_array_elements): Call discrete_position
8966         to handle array indexed by non-contiguous enumeration types.
8967
8968 2015-05-15  Jerome Guitton  <guitton@adacore.com>
8969
8970         * ada-lang.c (find_parallel_type_by_descriptive_type):
8971         Go through typedefs during lookup.
8972         (to_fixed_array_type): Add support for non-bit packed arrays
8973         as variable-length fields.
8974
8975 2015-05-15  Pedro Alves  <palves@redhat.com>
8976             Simon Marchi  <simon.marchi@ericsson.com>
8977
8978         * event-loop.c (gdb_notifier) <next_file_handler,
8979         next_poll_fds_index>: New fields.
8980         (get_next_file_handler_to_handle_and_advance): New function.
8981         (delete_file_handler): If deleting the next file handler to
8982         handle, advance to the next file handler.
8983         (gdb_wait_for_event): Bail early if no event fired.  Poll file
8984         handlers in round-robin fashion.
8985
8986 2015-05-15  Pedro Alves  <palves@redhat.com>
8987
8988         * linux-tdep.c (linux_find_memory_regions_full): Rename local
8989         'private' to 'priv'.
8990
8991 2015-05-15  Pedro Alves  <palves@redhat.com>
8992
8993         * nat/linux-nat.h: Include "target/waitstatus.h".
8994
8995 2015-05-15  Yuanhui Zhang  <asmwarrior@gmail.com>
8996
8997         * python/py-unwind.c (struct reg_info): Move out of ...
8998         (struct cached_frame_info): ... this scope.
8999         (pending_frame_object_type, unwind_info_object_type): Make extern.
9000
9001 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
9002
9003         * ada-lang.c (ada_value_primitive_packed_val): Make sure
9004         accumSize is never negative.
9005
9006 2015-05-14  Patrick Palka  <patrick@parcs.ath.cx>
9007
9008         * tui/tui-command.c: Remove include of <ctype.h>.
9009         (tui_dispatch_ctrl_char): Remove workaround for xterm terminals.
9010
9011 2015-05-13  Martin Galvan  <martin.galvan@tallertechnologies.com>
9012
9013         * dwarf2read.c (die_needs_namespace): Return 1 for
9014         DW_TAG_inlined_subroutine.
9015
9016 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9017
9018         * regcache.c (regcache_cpy_no_passthrough): New declaration.
9019         (regcache_cpy_no_passthrough): Make it static, add function comment.
9020         * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment.
9021         (regcache_cpy_no_passthrough): Remove declaration.
9022
9023 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9024
9025         * gdbthread.h (struct thread_control_state): Update comment for
9026         proceed_to_finish.
9027         * infcall.c (run_inferior_call): Update comment about
9028         proceed_to_finish.
9029         * infcmd.c (get_return_value): Update comment about stop_registers.
9030         (finish_forward): Update comment about proceed_to_finish.
9031         * infrun.c (stop_registers): Remove.
9032         (clear_proceed_status, normal_stop): Remove stop_registers handling.
9033         * infrun.h (stop_registers): Remove.
9034
9035 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9036
9037         * infcall.c (struct dummy_frame_context_saver)
9038         (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor)
9039         (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
9040         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
9041         New.
9042         (call_function_by_hand_dummy): Move discard_cleanups of
9043         inf_status_cleanup before dummy_frame_push.  Call
9044         dummy_frame_context_saver_setup and prepare context_saver_cleanup.
9045         Use dummy_frame_context_saver_get_regs instead of stop_registers.
9046         * infcall.h (struct dummy_frame_context_saver)
9047         (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
9048         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
9049         New declarations.
9050         * infcmd.c: Include infcall.h.
9051         (get_return_value): Add parameter ctx_saver, use it instead of
9052         stop_registers.
9053         (print_return_value): Add parameter ctx_saver, pass it.
9054         (struct finish_command_continuation_args): Add field ctx_saver.
9055         (finish_command_continuation): Update print_return_value caller.
9056         (finish_command_continuation_free_arg): Free also ctx_saver.
9057         (finish_forward): Call dummy_frame_context_saver_setup.
9058         * inferior.h (struct dummy_frame_context_saver): New declaration.
9059         (get_return_value): Add parameter ctx_saver.
9060         * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update
9061         get_return_value caller.
9062
9063 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9064
9065         * dummy-frame.c (struct dummy_frame_dtor_list): New.
9066         (struct dummy_frame): Replace dtor and dtor_data by dtor_list.
9067         (remove_dummy_frame): Process dtor_list.
9068         (pop_dummy_frame): Process dtor_list.
9069         (register_dummy_frame_dtor): Maintain dtor_list.
9070         (find_dummy_frame_dtor): Handle dtor_list.
9071         * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor):
9072         Update comments.
9073
9074 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9075
9076         * compile/compile-object-run.c (do_module_cleanup): Add parameter
9077         registers_valid.
9078         (compile_object_run): Update do_module_cleanup caller.
9079         * dummy-frame.c: Include infcall.h.
9080         (struct dummy_frame): Update dtor comment.
9081         (remove_dummy_frame): Call dtor.
9082         (pop_dummy_frame): Update dtor caller.
9083         * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter
9084         registers_valid.
9085
9086 2015-05-13  Joel Brobecker  <brobecker@adacore.com>
9087
9088         GDB 7.9.1 released.
9089
9090 2015-05-13  Joel Brobecker  <brobecker@adacore.com>
9091
9092         * NEWS: Create "Changes in GDB 7.9.1" section.  Move news about
9093         Xmethods now being able to specify a result type to that new
9094         sectioin.
9095
9096 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
9097
9098         * tui/tui-win.c (tui_async_resize_screen): Clear win_resized
9099         first before resizing the window.
9100         * tui/tui.c (tui_enable): Likewise.
9101
9102 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9103
9104         * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor.
9105         * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment.
9106         * infcall.c (call_function_by_hand_dummy): Use proper typedef for
9107         dummy_dtor parameter.
9108         * infcall.h: Include dummy-frame.h.
9109         (call_function_by_hand_dummy_dtor_ftype): Remove.
9110         (call_function_by_hand_dummy): Use proper typedef for dummy_dtor
9111         parameter.
9112
9113 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
9114
9115         PR gdb/17820
9116         * top.c (history_size_setshow_var): Change type to signed.
9117         Initialize to -2.  Update documentation.
9118         (set_readline_history_size): Define.
9119         (set_history_size_command): Use it.  Remove logic for handling
9120         out-of-range sizes.
9121         (init_history): Use set_readline_history_size().  Test for a
9122         value of -2 instead of 0 when determining whether to set a
9123         default history size.
9124         (init_main): Decode the argument of the "size" command as a
9125         zuinteger_unlimited.
9126
9127 2015-05-12  Doug Evans  <dje@google.com>
9128
9129         * dwarf2read.c (struct file_entry): Tweak comments.
9130         (get_debug_line_section): Tweak comments.
9131
9132 2015-05-12  Don Breazeal  <donb@codesourcery.com>
9133
9134         * NEWS: Announce fork support in the RSP and support
9135         for fork debugging in extended mode.
9136
9137 2015-05-12  Don Breazeal  <donb@codesourcery.com>
9138
9139         * remote.c (remote_insert_fork_catchpoint): New function.
9140         (remote_remove_fork_catchpoint): New function.
9141         (remote_insert_vfork_catchpoint): New function.
9142         (remote_remove_vfork_catchpoint): New function.
9143         (pending_fork_parent_callback): New function.
9144         (remove_new_fork_child): New function.
9145         (remote_update_thread_list): Call remote_notif_get_pending_events
9146         and remove_new_fork_child.
9147         (extended_remote_kill): Kill fork child when killing the
9148         parent before follow_fork completes.
9149         (init_extended_remote_ops): Initialize target vector with
9150         new fork catchpoint functions.
9151
9152 2015-05-12  Don Breazeal  <donb@codesourcery.com>
9153
9154         * remote.c (remove_vfork_event_p): New function.
9155         (remote_follow_fork): Add vfork event type to event checking.
9156         (remote_parse_stop_reply): New stop reasons "vfork" and
9157         "vforkdone" for RSP 'T' Stop Reply Packet.
9158
9159 2015-05-12  Don Breazeal  <donb@codesourcery.com>
9160
9161         * linux-nat.c (linux_nat_ptrace_options): New function.
9162         (linux_init_ptrace, wait_lwp, linux_nat_filter_event):
9163         Call linux_nat_ptrace_options and use different argument to
9164         linux_enable_event_reporting.
9165         (_initialize_linux_nat): Delete call to
9166         linux_ptrace_set_additional_flags.
9167         * nat/linux-ptrace.c (current_ptrace_options): Rename to
9168         supported_ptrace_options.
9169         (additional_flags): Delete variable.
9170         (linux_check_ptrace_features): Use supported_ptrace_options.
9171         (linux_test_for_tracesysgood, linux_test_for_tracefork):
9172         Likewise, and remove additional_flags check.
9173         (linux_enable_event_reporting): Change 'attached' argument to
9174         'options'.  Use supported_ptrace_options.
9175         (ptrace_supports_feature): Change comment.  Use
9176         supported_ptrace_options.
9177         (linux_ptrace_set_additional_flags): Delete function.
9178         * nat/linux-ptrace.h (linux_ptrace_set_additional_flags):
9179         Delete function prototype.
9180         * remote.c (remote_fork_event_p): New function.
9181         (remote_detach_pid): New function.
9182         (remote_detach_1): Call remote_detach_pid, don't mourn inferior
9183         if doing detach-on-fork.
9184         (remote_follow_fork): New function.
9185         (remote_parse_stop_reply): Handle new "T" stop reason "fork".
9186         (remote_pid_to_str): Print "process" strings for pid/0/0 ptids.
9187         (init_extended_remote_ops): Initialize to_follow_fork.
9188
9189 2015-05-12  Don Breazeal  <donb@codesourcery.com>
9190
9191         * nat/linux-ptrace.c (linux_check_ptrace_features): Change
9192         from static to extern.
9193         * nat/linux-ptrace.h (linux_check_ptrace_features): Declare.
9194         * remote.c (anonymous enum): <PACKET_fork_event_feature,
9195         * PACKET_vfork_event_feature>: New enumeration constants.
9196         (remote_protocol_features): Add table entries for new packets.
9197         (remote_query_supported): Add new feature queries to qSupported
9198         packet.
9199
9200 2015-05-12  Gary Benson <gbenson@redhat.com>
9201
9202         * remote.c (remote_add_inferior): Call exec_file_locate_attach
9203         for fake PIDs as well as real ones.
9204         (remote_pid_to_exec_file): Send empty annex if PID is fake.
9205
9206 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
9207
9208         * NEWS (Python Scripting): Mention the new gdb.Value methods.
9209         * python/py-value.c (valpy_reference_value): New function.
9210         (valpy_const_value): Likewise.
9211         (value_object_methods): Add new methods.
9212         * value.c (make_cv_value): New function.
9213         * value.h (make_cv_value): Declare.
9214
9215 2015-05-08  Yao Qi  <yao@codesourcery.com>
9216             Sandra Loosemore  <sandra@codesourcery.com>
9217
9218         * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check
9219         to 'lh->include_dirs' before accessing to it.
9220         (psymtab_include_file_name): Likewise.
9221         (dwarf_decode_lines_1): Likewise.
9222         (dwarf_decode_lines): Likewise.
9223         (file_file_name): Likewise.
9224
9225 2015-05-08  Sandra Loosemore  <sandra@codesourcery.com>
9226
9227         * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define.
9228         (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define.
9229         (nios2_linux_rt_sigreturn_init): Adjust base address of
9230         register save area.
9231
9232 2015-05-08  Sandra Loosemore  <sandra@codesourcery.com>
9233
9234         * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using
9235         "trap 31" as the breakpoint instruction on all targets.
9236
9237 2015-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9238
9239         * infcmd.c (print_return_value): Remove unused declaration.
9240
9241 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
9242
9243         * dwarf2read.c (attr_to_dynamic_prop)
9244         <DW_AT_data_member_location>: Use read_type_die isntead of
9245         get_die_type.
9246
9247 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
9248
9249         * ada-lang.c (ada_convert_actual): Add handling of formals
9250         passed inside an aligner type.
9251
9252 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
9253
9254         * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
9255
9256 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
9257
9258         PR python/18291
9259         * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo.
9260         Print xmethod matcher status.
9261
9262 2015-05-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9263
9264         * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA
9265         register in the regcache when treating the PSWM register, and vice
9266         versa.
9267
9268 2015-05-07  Gary Benson <gbenson@redhat.com>
9269
9270         * linux-thread-db.c (struct thread_db_info)
9271         <td_ta_map_id2thr_p>: Remove field.
9272         (try_thread_db_load_1): Remove initialization for the above.
9273
9274 2015-05-07  Gary Benson <gbenson@redhat.com>
9275
9276         * linux-thread-db.c (struct thread_db_info)
9277         <td_thr_validate_p>: Remove field.
9278         (try_thread_db_load_1): Remove initialization for the above.
9279
9280 2015-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
9281
9282         * compile/compile-object-load.c (compile_object_load): Support
9283         mst_text_gnu_ifunc.
9284
9285 2015-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
9286
9287         * compile/compile.c (compile_to_object): Make the cmd_string parameter
9288         const.  Use new variables for the const compatibility.
9289         (eval_compile_command): Make the cmd_string parameter const.
9290         * compile/compile.h (eval_compile_command): Make the cmd_string
9291         parameter const.
9292
9293 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
9294
9295         * defs.h (deprecated_init_ui_hook): Delete.  Remove associated
9296         comment.
9297         * top.c (deprecated_init_ui_hook): Delete.
9298         (gdb_init): Remove handling of deprecated_init_ui_hook.
9299         * interps.c (clear_interpreter_hooks): Remove handling of
9300         deprecated_init_ui_hook.
9301         * main.c (captured_main): Update comment.
9302
9303 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
9304
9305         * solib.c (_initialize_solib): Add "info dll" alias creation.
9306         * windows-nat.c (set_windows_aliases): Delete.
9307         (_initialize_windows_nat): Remove deprecated_init_ui_hook
9308         assignment.
9309         * NEWS: Add news entry about "info dll" now being available
9310         on all platforms.
9311
9312 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
9313
9314         * ada-lang.c (value_assign_to_component): Reformat and improve
9315         documentation. Remove all trailing spaces.
9316
9317 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
9318
9319         * inline-frame.c (inline_frame_sniffer, skip_inline_frames):
9320         Stop counting inlined frames as soon as an out-of-line function
9321         is found.
9322
9323 2014-05-05  Pierre-Marie de Rodat  <derodat@adacore.com>
9324
9325         * dwarf2read.c (inherit_abstract_dies): Skip
9326         DW_TAG_GNU_call_site dies while inheriting children of an
9327         abstract DIE into a scope.
9328         (read_lexical_block_scope): Inherit abstract DIE's for
9329         lexical scopes.
9330
9331 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
9332
9333         * ada-valprint.c (val_print_packed_array_elements): Delete
9334         variable "len".  Add a type-length check when comparing two
9335         consecutive elements of the array.  Use the element's actual
9336         length in call to value_contents_eq.
9337         * ada-lang.c (ada_value_primitive_packed_val): Always return
9338         a value whose type has been resolved.
9339
9340 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
9341
9342         * ada-lang.c (ada_value_primitive_packed_val): Recompute
9343         BIT_SIZE and LEN if the size of the resolved type is smaller
9344         than BIT_SIZE * HOST_CHAR_BIT.
9345
9346 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
9347
9348         * ada-lang.c (ada_value_primitive_packed_val): Use a more
9349         correct address in call to value_at.  Adjust call to
9350         value_address accordingly.
9351
9352 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
9353
9354         * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying
9355         to print it.
9356
9357 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
9358
9359         * dwarf2loc.h (struct property_addr_info): Add "valaddr" field.
9360         * dwarf2loc.c (dwarf2_evaluate_property): Add handling of
9361         pinfo->valaddr.
9362         * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter.
9363         * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr.
9364         (resolve_dynamic_type_internal): Set pinfo.valaddr.
9365         Add handling of addr_stack->valaddr.
9366         (resolve_dynamic_type): Add "valaddr" parameter.
9367         Set pinfo.valaddr field.
9368         * ada-lang.c (ada_discrete_type_high_bound): Update call to
9369         resolve_dynamic_type.
9370         (ada_discrete_type_low_bound): Likewise.
9371         * findvar.c (default_read_var_value): Likewise.
9372         * value.c (value_from_contents_and_address): Likewise.
9373
9374 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
9375
9376         * gdbtypes.c (resolve_dynamic_array): Use
9377         create_array_type_with_stride instead of create_array_type.
9378
9379 2015-04-30  DJ Delorie  <dj@redhat.com>
9380
9381         * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to
9382         rl78_decode_opcode
9383
9384 2015-04-29  Doug Evans  <dje@google.com>
9385
9386         PR python/18285
9387         * NEWS: Document new gdb.XMethodWorker.get_result_type method.
9388         * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle
9389         EVAL_AVOID_SIDE_EFFECTS for xmethods.
9390         * extension-priv.h (struct extension_language_ops)
9391         <get_xmethod_result_type>: New member.
9392         * extension.c (get_xmethod_result_type): New function.
9393         * extension.h (get_xmethod_result_type): Declare.
9394         * python/py-xmethods.c (get_result_type_method_name): New static
9395         global.
9396         (py_get_result_type_method_name): Ditto.
9397         (gdbpy_get_xmethod_result_type): New function.
9398         (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name.
9399         * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare.
9400         * python/python.c (python_extension_ops): Add
9401         gdbpy_get_xmethod_result_type.
9402         * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type.
9403         * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for
9404         xmethods.
9405         (value_x_unop): Ditto.
9406         * value.c (result_type_of_xmethod): New function.
9407         * value.h (result_type_of_xmethod): Declare.
9408
9409 2015-04-29  Gary Benson <gbenson@redhat.com>
9410
9411         * solib.c (solib_find_1): Allow fd argument to be NULL.
9412         (exec_file_find): Update comment.
9413         (solib_find): Likewise.
9414         * exec.c (exec_file_locate_attach): Use NULL as fd
9415         argument to exec_file_find to avoid having to close
9416         the opened file.
9417         * infrun.c (follow_exec): Likewise.
9418
9419 2015-04-28  Doug Evans  <dje@google.com>
9420
9421         PR python/18299
9422         * python/lib/gdb/printing.py (register_pretty_printer): Handle
9423         name or __name__ attributes.  Handle gdb module as first argument.
9424
9425 2015-04-28  Doug Evans  <dje@google.com>
9426
9427         PR python/18089
9428         * python/py-prettyprint.c (print_children): Verify result of children
9429         iterator.  Provide better error message.
9430         * python/python-internal..h (gdbpy_print_python_errors_p): Declare.
9431         * python/python.c (gdbpy_print_python_errors_p): New function.
9432
9433 2015-04-28  Doug Evans  <dje@google.com>
9434
9435         * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
9436
9437 2015-04-28  Sasha Smundak  <asmundak@google.com>
9438
9439         * NEWS: Mention gdb.Type.optimized_out method.
9440         * python/py-type.c (typy_optimized_out):  New function.
9441
9442 2015-04-28  John Baldwin  <jhb@FreeBSD.org>
9443
9444         * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
9445
9446 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
9447
9448         * utils.c (init_page_info): Set rl_catch_sigwinch to zero.
9449         (initialize_utils): Move call of init_page_info() to ...
9450         * top.c (gdb_init): ... here.
9451
9452 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
9453
9454         * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment.
9455         (tui_sigwinch_handler): Still update our idea of
9456         the terminal's width and height even when TUI is not active.
9457
9458 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
9459
9460         * utils.h (set_screen_width_and_height): Declare.
9461         * utils.c (set_screen_width_and_height): Define.
9462         * tui/tui-win.c (tui_update_gdb_sizes): Use it.
9463
9464 2015-04-28  Gary Benson <gbenson@redhat.com>
9465
9466         * infrun.c (solist.h): New include.
9467         (follow_exec): Use exec_file_find to prefix execd_pathname
9468         with gdb_sysroot.
9469
9470 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
9471
9472         * tui/tui-source.c (tui_set_source_content): Avoid calling
9473         strcpy() when offset is 0.
9474
9475 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
9476
9477         PR gdb/18155
9478         * tui/tui-data.c (tui_free_window): Don't free the locator
9479         window when passed an SRC_WIN or a DISASSEM_WIN.
9480
9481 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
9482
9483         * tui/tui-data.h (struct tui_win_element): Forward-declare.
9484         (tui_win_content): Move declaration.
9485         (struct tui_gen_win_info): Give 'content' field the
9486         type tui_win_content.
9487         * tui/tui-data.c (init_content_element): Remove redundant and
9488         erroneous casts.
9489         (tui_add_content_elements): Remove erroneous cast.
9490         * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant
9491         casts.
9492         (tui_get_begin_asm_address): Likewise.
9493         * tui/tui-regs.c (tui_show_registers): Likewise.
9494         (tui_show_register_group): Likewise.
9495         (tui_display_registers_from): Likewise.
9496         (tui_check_register_values): Likewise.
9497         * tui/tui-source.c (tui_set_source_content): Likewise.
9498         (tui_set_source_content_nil): Likewise.
9499         (tui_source_is_displayed): Likewise.
9500         * tui/tui-stack.c (tui_show_locator_content): Likewise.
9501         (tui_set_locator_fullname): Likewise.
9502         (tui_set_locator_info): Likewise.
9503         (tui_show_frame_info): Likewise.
9504         * tui/tui-winsource.c (tui_clear_source_content): Likewise.
9505         (tui_show_source_line): Likewise.
9506         (tui_horizontal_source_scroll): Likewise.
9507         (tui_update_breakpoint_info): Likewise.
9508         (tui_set_exec_info_content): Likewise.
9509         (tui_show_exec_info_content): Likewise.
9510         (tui_alloc_source_buffer): Likewise.
9511         (tui_line_is_displayed): Likewise.
9512         (tui_addr_is_displayed): Likewise.
9513
9514 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
9515
9516         * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD
9517         event if PL_FLAG_EXEC is set.
9518         [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function.
9519         [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function.
9520         (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set
9521         "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint".
9522         Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint".
9523
9524 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
9525
9526         * fbsd-nat.c: [PT_LWPINFO] New variable super_wait.
9527         [TDP_RFPPWAIT] New variable fbsd_pending_children.
9528         [TDP_RFPPWAIT] (fbsd_remember_child): New function.
9529         [TDP_RFPPWAIT] (fbsd_is_child_pending): New function.
9530         [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function.
9531         [PT_LWPINFO] (fbsd_wait): New function.
9532         [TDP_RFPPWAIT] (fbsd_follow_fork): New function.
9533         [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function.
9534         [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function.
9535         [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function.
9536         [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function.
9537         [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function.
9538         [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function.
9539         [TDP_RFPPWAIT] (fbsd_post_attach): New function.
9540         (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to
9541         "fbsd_wait".
9542         [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork".
9543         Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint".
9544         Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint".
9545         Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint".
9546         Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint".
9547         Set "to_post_startup_inferior" to "fbsd_post_startup_inferior".
9548         Set "to_post_attach" to "fbsd_post_attach".
9549
9550 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
9551
9552         * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static.
9553         (fbsd_find_memory_regions): Mark static.
9554         (fbsd_nat_add_target): New function.
9555         * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for
9556         fbsd_pid_to_exec_file and fbsd_find_memory_regions.
9557         * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target.
9558         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise.
9559         * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise.
9560         * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise.
9561
9562 2015-04-27  Gary Benson <gbenson@redhat.com>
9563
9564         * objfiles.c (allocate_objfile): Do not attempt to expand name
9565         if name is a "target:" filename.
9566         * auto-load.c (load_auto_scripts_for_objfile): Do not attempt
9567         to load auto-load scripts for objfiles with "target:" filenames.
9568
9569 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9570
9571         * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h".
9572         (enum s390_vector_abi_kind): New enum.
9573         (struct gdbarch_tdep)<vector_abi>: New field.
9574         (s390_effective_inner_type): Add parameter min_size.  Stop
9575         unwrapping if the inner type is smaller than min_size.
9576         (s390_function_arg_float): Adjust call to
9577         s390_effective_inner_type.
9578         (s390_function_arg_vector): New function.
9579         (s390_function_arg_integer): Adjust comment.
9580         (struct s390_arg_state)<vr>: New field.
9581         (s390_handle_arg): Add parameter 'is_unnamed'.  Pass vector
9582         arguments according to vector ABI when appropriate.
9583         (s390_push_dummy_call): Initialize the argument state's field
9584         'vr'.  Adjust calls to s390_handle_arg.
9585         (s390_register_return_value): Handle vector return values.
9586         (s390_return_value): Apply the "register" return value convention
9587         to a vector when appropriate.
9588         (s390_gdbarch_init): Initialize tdep->vector_abi.
9589         * NEWS: Announce S390 vector ABI support.
9590
9591 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9592
9593         * s390-linux-tdep.c (s390_return_value_convention): Remove
9594         function.  Inline its logic...
9595         (s390_return_value): ...here.  Instead, move the handling of the
9596         "register" return value convention...
9597         (s390_register_return_value): ...here.  New function.
9598
9599 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9600
9601         * s390-linux-tdep.c
9602         (is_float_singleton): Remove function.  Move the "singleton" part
9603         of the logic...
9604         (s390_effective_inner_type): ...here.  New function.
9605         (is_float_like): Remove function.  Inline its logic...
9606         (s390_function_arg_float): ...here.
9607         (is_pointer_like, is_integer_like, is_struct_like): Remove
9608         functions.  Inline their logic...
9609         (s390_function_arg_integer): ...here.
9610         (s390_function_arg_pass_by_reference): Remove function.
9611         (extend_simple_arg): Remove function.
9612         (alignment_of): Remove function.
9613         (struct s390_arg_state): New structure.
9614         (s390_handle_arg): New function.
9615         (s390_push_dummy_call): Move parameter placement logic to the new
9616         function s390_handle_arg.  Call it for calculating the stack area
9617         sizes first, and again for actually writing the parameters.
9618
9619 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9620
9621         * s390-linux-tdep.c (is_power_of_two): Add comment.  Return
9622           false if the argument is zero.
9623
9624 2015-04-27  Pierre-Marie de Rodat  <derodat@adacore.com>
9625
9626         * ada-lang.c (template_to_static_fixed_type): Return input type
9627         when it is already fixed.  Cache the input type itself when not
9628         creating a static fixed copy.  Make it explicit that we never
9629         molestate the input type.
9630         * gdbtypes.c (resolve_dynamic_struct): Reset the
9631         TYPE_TARGET_TYPE field for resolved copies.
9632
9633 2015-04-27  Joel Brobecker  <brobecker@adacore.com>
9634
9635         * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef.
9636         (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef.
9637         (template_to_static_fixed_type): Call ada_check_typedef only
9638         when necessary.
9639
9640 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
9641
9642         * cli/cli-dump.c (srec_dump_command): Add internationalization
9643         mark ups.
9644         (ihex_dump_command): Likewise.
9645         (tekhex_dump_command): Likewise.
9646         (binary_dump_command): Likewise.
9647         (binary_append_command): Likewise.
9648
9649 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
9650
9651         * cli/cli-dump.c (verilog_cmdlist): New variable.
9652         (dump_verilog_memory): New function.
9653         (dump_verilog_value): New function.
9654         (verilog_dump_command): New function.
9655         (_initialize_cli_dump): Add new commands to support verilog dump
9656         format.
9657         * NEWS: Add entry for "dump verilog".
9658
9659 2015-04-24  Pierre-Marie de Rodat  <derodat@adacore.com>
9660
9661         * gdbtypes.c (print_gnat_stuff): Do not recurse on the
9662         descriptive type when there is none.
9663
9664 2015-04-23  Patrick Palka  <patrick@parcs.ath.cx>
9665
9666         * tui/tui-win.c (tui_async_resize_screen): Call
9667         rl_resize_terminal().
9668
9669 2015-04-22  Jon Turney  <jon.turney@dronecode.org.uk>
9670
9671         * windows-nat.c (handle_output_debug_string): Don't change
9672         current_event.dwThreadId.
9673         (get_windows_debug_event): Use thread_id, rather than relying on
9674         current_event.dwThreadId being changed.
9675
9676 2015-04-22  Jon Turney  <jon.turney@dronecode.org.uk>
9677
9678         * windows-nat.c (windows_continue): Report an error if
9679         ContinueDebugEvent() fails.
9680
9681 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
9682
9683         * windows-nat.c (windows_resume): Fix misspelling in debug output.
9684
9685 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
9686
9687         * windows-nat.c (get_windows_debug_event): Replace retval with
9688         thread_id throughout.  Update stale comment.
9689
9690 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
9691
9692         * windows-nat.c (get_windows_debug_event): Don't use ternary
9693         conditional operator.
9694
9695 2015-04-21  Pierre Muller  <muller@sourceware.org>
9696
9697         PR pascal/17815
9698         p-exp.y (yylex): Reorganize code to return the matched pattern
9699         for a field of this.
9700
9701 2015-04-21  Gary Benson <gbenson@redhat.com>
9702
9703         * common/fileio.h (fileio_to_host_openflags): New declaration.
9704         * common/fileio.c (fcntl.h): New include.
9705         (fileio_to_host_openflags): New function, factored out from...
9706         * inf-child.c (inf_child_fileio_open_flags_to_host): ...here.
9707         Single use updated.
9708
9709 2015-04-21  Kevin Buettner  <kevinb@redhat.com>
9710
9711         * rl78-tdep.c (RL78_SP_ADDR): Define.
9712         (opc_reg_to_gdb_regnum): New static function.
9713         (rl78_analyze_prologue): Recognize instructions forming slightly
9714         more interesting prologues.
9715
9716 2015-04-20  Pierre-Marie de Rodat  <derodat@adacore.com>
9717
9718         Revert:
9719         2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9720         * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
9721         TYPE_CODE_REF types so that they are not considered as dynamic
9722         depending on the referenced type.
9723         (resolve_dynamic_type_internal): Likewise.
9724
9725 2015-04-20  Pierre-Marie de Rodat  <derodat@adacore.com>
9726
9727         Revert:
9728         2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9729         * gdbtypes.c (is_dynamic_type_internal): Remove the unused
9730         "top_level" parameter.
9731         (resolve_dynamic_type_internal): Remove the unused "top_level"
9732         parameter.  Update call to is_dynamic_type_internal.
9733         (is_dynamic_type): Update call to is_dynamic_type_internal.
9734         (resolve_dynamic_range): Update call to
9735         resolve_dynamic_type_internal.
9736         (resolve_dynamic_union): Likewise.
9737         (resolve_dynamic_struct): Likewise.
9738         (resolve_dynamic_type): Likewise.
9739
9740 2015-04-19  Gabriel Krisman Bertazi  <gabriel@krisman.be>
9741
9742         * breakpoint.c (update_dprintf_command_list): Remove duplicated
9743         xmalloc.
9744
9745 2015-04-20  Thomas Schwinge  <thomas@codesourcery.com>
9746
9747         * reply_mig_hack.awk: Robustify parsing.
9748
9749         * reply_mig_hack.awk: Don't bother to declare an intermediate
9750         function pointer variable.
9751
9752 2015-04-17  Doug Evans  <dje@google.com>
9753
9754         * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement"
9755         to "exec_displacement" to avoid confusion with inner use of the name.
9756
9757 2015-04-17  Pedro Alves  <palves@redhat.com>
9758
9759         * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero
9760         if HW point of TYPE isn't supported.
9761
9762 2015-04-17  Yao Qi  <yao.qi@linaro.org>
9763             Pedro Alves  <palves@redhat.com>
9764
9765         * target.h (target_can_use_hardware_watchpoint): Update comments.
9766         Remove trailing ";".
9767
9768 2015-04-17  Gary Benson <gbenson@redhat.com>
9769
9770         * remote.c (remote_add_inferior): New argument try_open_exec.
9771         If nonzero, attempt to open the inferior's executable file as
9772         the main executable if no main executable is open already.
9773         All callers updated.
9774         * NEWS: Mention that GDB now supports automatic location and
9775         retrieval of executable + files from remote targets.
9776
9777 2015-04-17  Gary Benson <gbenson@redhat.com>
9778
9779         * target.h (TARGET_OBJECT_EXEC_FILE): New enum value.
9780         * remote.c (PACKET_qXfer_exec_file): Likewise.
9781         (remote_protocol_features): Register the
9782         "qXfer:exec-file:read" feature.
9783         (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE.
9784         (remote_pid_to_exec_file): New function.
9785         (init_remote_ops): Initialize to_pid_to_exec_file.
9786         (_initialize_remote): Register new "set/show remote
9787         pid-to-exec-file-packet" command.
9788         * NEWS: Announce new qXfer:exec-file:read packet.
9789
9790 2015-04-17  Gary Benson <gbenson@redhat.com>
9791
9792         * nat/linux-procfs.h (linux_proc_pid_to_exec_file):
9793         New declaration.
9794         * nat/linux-procfs.c (linux_proc_pid_to_exec_file):
9795         New function, factored out from...
9796         * linux-nat.c (linux_child_pid_to_exec_file): ...here.
9797
9798 2015-04-17  Gary Benson <gbenson@redhat.com>
9799
9800         * exec.c (solist.h): New include.
9801         (exec_file_locate_attach): Prefix absolute executable
9802         paths with gdb_sysroot if set.
9803         * NEWS: Mention that executable paths may be prepended
9804         with sysroot.
9805
9806 2015-04-17  Gary Benson <gbenson@redhat.com>
9807
9808         * solist.h (exec_file_find): New declaration.
9809         * solib.c (solib_find_1): New function, factored out from...
9810         (solib_find): ...here.
9811         (exec_file_find): New function.
9812
9813 2015-04-17  Gary Benson <gbenson@redhat.com>
9814
9815         * gdbcore.h (exec_file_locate_attach): New declaration.
9816         * exec.c (exec_file_locate_attach): New function, factored
9817         out from...
9818         * infcmd.c (attach_command_post_wait): ...here.
9819
9820 2015-04-17  Mike Frysinger  <vapier@gentoo.org>
9821
9822         * MAINTAINERS: Add myself for Blackfin/write-after-approval.
9823
9824 2015-04-16  Yao Qi  <yao.qi@linaro.org>
9825
9826         * infrun.c (maybe_software_singlestep): Declare.
9827         (displaced_step_fixup): Call maybe_software_singlestep.
9828
9829 2015-04-15  Doug Evans  <dje@google.com>
9830
9831         * psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
9832
9833 2015-04-15  Doug Evans  <dje@google.com>
9834
9835         * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls.
9836
9837 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
9838
9839         * python/lib/gdb/command/unwinders.py: Add parentheses.
9840
9841 2015-04-15  Yao Qi  <yao.qi@linaro.org>
9842
9843         * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message.
9844
9845 2015-04-15  Yao Qi  <yao.qi@linaro.org>
9846
9847         * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation.
9848
9849 2015-04-15  Yao Qi  <yao.qi@linaro.org>
9850
9851         * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
9852         dsc->insn_size instead of 4.
9853
9854 2015-04-14  Gary Benson <gbenson@redhat.com>
9855
9856         * jit.c (mem_bfd_iovec_stat): Zero supplied buffer.
9857         * minidebug.c (lzma_stat): Likewise.
9858         * solib-spu.c (spu_bfd_iovec_stat): Likewise.
9859         * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise.
9860
9861 2015-04-13  Stan Shebs  <stanshebs@google.com>
9862
9863         * MAINTAINERS: Update my email address.
9864
9865 2015-04-13  John Baldwin  <jhb@FreeBSD.org>
9866
9867         * amd64-tdep.c (amd64_target_description): New function.
9868         * amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
9869         * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
9870         (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
9871         x86 extended save area.
9872         (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
9873         * amd64bsd-nat.h: Export amd64bsd_xsave_len.
9874         * amd64fbsd-nat.c (amd64fbsd_read_description): New function.
9875         (_initialize_amd64fbsd_nat): Set "to_read_description" to
9876         "amd64fbsd_read_description".
9877         * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
9878         (amd64fbsd_supply_xstateregset): New function.
9879         (amd64fbsd_collect_xstateregset): New function.
9880         Add "amd64fbsd_xstateregset".
9881         (amd64fbsd_iterate_over_regset_sections): New function.
9882         (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
9883         "I386_FBSD_XSAVE_XCR0_OFFSET".
9884         Add "iterate_over_regset_sections" gdbarch method.
9885         Add "core_read_description" gdbarch method.
9886         * i386-tdep.c (i386_target_description): New function.
9887         * i386-tdep.h: Export i386_target_description and tdesc_i386.
9888         * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
9889         (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
9890         x86 extended save area.
9891         (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
9892         * i386bsd-nat.h: Export i386bsd_xsave_len.
9893         * i386fbsd-nat.c (i386fbsd_read_description): New function.
9894         (_initialize_i386fbsd_nat): Set "to_read_description" to
9895         "i386fbsd_read_description".
9896         * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
9897         (i386fbsd_core_read_description): New function.
9898         (i386fbsd_supply_xstateregset): New function.
9899         (i386fbsd_collect_xstateregset): New function.
9900         Add "i386fbsd_xstateregset".
9901         (i386fbsd_iterate_over_regset_sections): New function.
9902         (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
9903         "I386_FBSD_XSAVE_XCR0_OFFSET".
9904         Add "iterate_over_regset_sections" gdbarch method.
9905         Add "core_read_description" gdbarch method.
9906         * i386fbsd-tdep.h: New file.
9907
9908 2015-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9909
9910         * NEWS (Changes since GDB 7.9): Add removed -xdb.
9911         * breakpoint.c (command_line_is_silent): Remove xdb_commands
9912         conditional.
9913         (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba
9914         and lb.
9915         * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and
9916         va.
9917         * cli/cli-decode.c (find_command_name_length): Remove xdb_commands
9918         conditional.
9919         * defs.h (xdb_commands): Remove declaration.
9920         * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc.
9921         * guile/scm-cmd.c (command_classes): Remove xdb from comment.
9922         * infcmd.c (run_no_args_command, go_command): Remove.
9923         (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr.
9924         * infrun.c (xdb_handle_command): Remove.
9925         (_initialize_infrun): Remove xdb_commands for lz and z.
9926         * main.c (xdb_commands): Remove variable.
9927         (captured_main): Remove "xdb" from long_options.
9928         (print_gdb_help): Remove --xdb from help.
9929         * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment.
9930         * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?.
9931         * stack.c (backtrace_full_command, args_plus_locals_info)
9932         (current_frame_command): Remove.
9933         (_initialize_stack): Remove xdb_commands for t, T and l.
9934         * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg.
9935         * thread.c (_initialize_thread): Remove xdb_commands condition.
9936         * tui/tui-layout.c (tui_toggle_layout_command)
9937         (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove.
9938         (_initialize_tui_layout): Remove xdb_commands for td and ts.
9939         * tui/tui-regs.c (tui_scroll_regs_forward_command)
9940         (tui_scroll_regs_backward_command): Remove.
9941         (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r.
9942         * tui/tui-win.c (tui_xdb_set_win_height_command): Remove.
9943         (_initialize_tui_win): Remove xdb_commands for U and w.
9944         * utils.c (pagination_on_command, pagination_off_command): Remove.
9945         (initialize_utils): Remove xdb_commands for am and sm.
9946
9947 2015-04-10  Pedro Alves  <palves@redhat.com>
9948
9949         * infrun.c (displaced_step_fixup): Switch to the event ptid
9950         earlier.  If the thread stopped for a watchpoint and the
9951         target/arch has non-continuable watchpoints, cancel the displaced
9952         step.
9953         (resume): Don't start a displaced step if in-line step-over info
9954         is valid.
9955
9956 2015-04-10  Pedro Alves  <palves@redhat.com>
9957
9958         * infrun.c (displaced_step_in_progress): New function.
9959         (do_target_resume): Advise target to report all signals if
9960         displaced stepping.
9961
9962 2015-04-10  Pedro Alves  <palves@redhat.com>
9963
9964         PR gdb/18216
9965         * infrun.c (process_event_stop_test): Don't assume a step-resume
9966         is set if tp->stepped_breakpoint is true.
9967
9968 2015-04-10  Yao Qi  <yao.qi@linaro.org>
9969
9970         * arm-tdep.c (install_alu_reg): Update comment.
9971         (thumb_copy_alu_reg): Remove local variable rn.  Update
9972         debugging message.  Use r2 instead of r1 in the modified
9973         instruction.
9974
9975 2015-04-10  Pedro Alves  <palves@redhat.com>
9976
9977         PR gdb/13858
9978         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install
9979         linux_displaced_step_location as gdbarch_displaced_step_location
9980         hook.
9981         * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
9982         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
9983         * linux-tdep.c (linux_displaced_step_location): New function,
9984         based on ppc_linux_displaced_step_location.
9985         * linux-tdep.h (linux_displaced_step_location): New declaration.
9986         * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete.
9987         (ppc_linux_inferior_created, ppc_linux_displaced_step_location):
9988         Delete.
9989         (ppc_linux_init_abi): Install linux_displaced_step_location as
9990         gdbarch_displaced_step_location hook, even without Cell/B.E..
9991         (_initialize_ppc_linux_tdep): Don't install
9992         ppc_linux_inferior_created as inferior_created observer.
9993         * s390-linux-tdep.c (s390_gdbarch_init): Install
9994         linux_displaced_step_location as gdbarch_displaced_step_location
9995         hook.
9996
9997 2015-04-09  Gary Benson <gbenson@redhat.com>
9998
9999         * common/common-remote-fileio.h: Rename to...
10000         * common/fileio.h: ...this.  Update all references.
10001         (remote_fileio_to_fio_error): Rename to...
10002         (host_to_fileio_error): ...this.
10003         (remote_fileio_to_be): Rename to...
10004         (host_to_bigendian): ...this.  Update all callers.
10005         (remote_fileio_to_fio_uint): Rename to...
10006         (host_to_fileio_uint): ...this.  Update all callers.
10007         (remote_fileio_to_fio_time): Rename to...
10008         (host_to_fileio_time): ...this.  Update all callers.
10009         (remote_fileio_to_fio_stat): Rename to...
10010         (host_to_fileio_stat): ...this.
10011         Update all references.
10012         * common/common-remote-fileio.c: Rename to...
10013         * common/fileio.c: ...this.  Update all references.
10014         (remote_fileio_to_fio_error): Rename to...
10015         (host_to_fileio_error): ...this.  Update all callers.
10016         (remote_fileio_mode_to_target): Rename to...
10017         (fileio_mode_pack): ...this.  Update all callers.
10018         (remote_fileio_to_fio_mode): Rename to...
10019         (host_to_fileio_mode): ...this.  Update all callers.
10020         (remote_fileio_to_fio_ulong): Rename to...
10021         (host_to_fileio_ulong): ...this.  Update all callers.
10022         (remote_fileio_to_fio_stat): Rename to...
10023         (host_to_fileio_stat): ...this.  Update all callers.
10024
10025 2015-04-09  Andy Wingo  <wingo@igalia.com>
10026
10027         * guile/scm-frame.c (gdbscm_frame_read_register): New function.
10028         (frame_functions): Bind gdbscm_frame_read_register to
10029         frame-read-register.
10030         * guile/lib/gdb.scm (frame-read-register): Export.
10031
10032 2015-04-09  Gary Benson <gbenson@redhat.com>
10033
10034         * common/common-remote-fileio.h (remote_fileio_to_fio_error):
10035         New declaration.
10036         * common/common-remote-fileio.c (remote_fileio_to_fio_error):
10037         New function, factored out the named functions below.
10038         * inf-child.c (gdb/fileio.h): Remove include.
10039         (common-remote-fileio.h): New include.
10040         (inf_child_errno_to_fileio_error): Remove function.  Update
10041         all callers to use remote_fileio_to_fio_error.
10042         * remote-fileio.c (remote_fileio_errno_to_target): Likewise.
10043
10044 2015-04-09  Andy Wingo  <wingo@igalia.com>
10045
10046         * MAINTAINERS (Write After Approval): Add Andy Wingo.
10047
10048 2015-04-09  H.J. Lu  <hongjiu.lu@intel.com>
10049
10050         * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir.
10051         Replace $zlibdir with $ZLIBDIR in LDFLAGS.
10052         * configure: Regenerated.
10053
10054 2015-04-09  Pedro Alves  <palves@redhat.com>
10055
10056         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
10057         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
10058         * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
10059         * gnulib/import/Makefile.am: Update.
10060         * gnulib/import/Makefile.in: Update.
10061         * gnulib/import/m4/gnulib-cache.m4: Update.
10062         * gnulib/import/m4/gnulib-comp.m4: Update.
10063         * gnulib/import/m4/strtok_r.m4: New file.
10064         * gnulib/import/strtok_r.c: New file.
10065
10066 2015-04-09  Pedro Alves  <palves@redhat.com>
10067
10068         * gnulib/update-gnulib.sh (aclocal version check): Filter out
10069         "called too early to check prototype".
10070
10071 2015-04-08  Sergio Durigan Junior  <sergiodj@redhat.com>
10072
10073         PR python/16699
10074         * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not
10075         use a caching mechanism.  Adjust comments and code to reflect
10076         that.  Replace 'sizeof' by 'strlen' when fetching 'wordobj'.
10077         (cmdpy_completer_handle_brkchars): Adjust call to
10078         cmdpy_completer_helper.  Call Py_XDECREF for 'resultobj'.
10079         (cmdpy_completer): Likewise.
10080
10081 2015-04-08  Yao Qi  <yao.qi@linaro.org>
10082
10083         * spu-tdep.c (spu_gdbarch_init): Don't call
10084         set_gdbarch_cannot_step_breakpoint.
10085
10086 2015-04-07  Sergio Durigan Junior  <sergiodj@redhat.com>
10087
10088         * linux-tdep.c (decode_vmflags): Initialize 'saveptr'.
10089
10090 2015-04-07  Pedro Alves  <palves@redhat.com>
10091
10092         * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ...
10093         (ALL_THREADS_SAFE): ... this, and don't skip exited threads.
10094         (delete_exited_threads): New declaration.
10095         * infrun.c (follow_exec): Use ALL_THREADS_SAFE.
10096         * linux-nat.c (linux_nat_update_thread_list): New function.
10097         (linux_nat_add_target): Install it.
10098         * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE.
10099         * thread.c (prune_threads): Use ALL_THREADS_SAFE.
10100         (delete_exited_threads): New function.
10101
10102 2015-04-07  Pedro Alves  <pedro@codesourcery.com>
10103
10104         * infrun.c (resume) <displaced stepping debug output>: Get the
10105         leader thread's regcache, not resume_ptid's.
10106
10107 2015-04-06  Doug Evans  <xdje42@gmail.com>
10108
10109         * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as
10110         VAR_DOMAIN.
10111         (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters.
10112         Include symbol domain in debugging output.
10113
10114 2015-04-06  Pedro Alves  <palves@redhat.com>
10115             Bernd Edlinger  <bernd.edlinger@hotmail.de>
10116
10117         * configure.ac: Remove the mingw32-specific stub-termcap.o
10118         fallback, and instead fallback to the stub termcap on all hosts.
10119         * configure: Regenerate.
10120         * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak
10121         symbols.
10122
10123 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
10124
10125         * gdbtypes.c (is_dynamic_type_internal): Remove the unused
10126         "top_level" parameter.
10127         (resolve_dynamic_type_internal): Remove the unused "top_level"
10128         parameter.  Update call to is_dynamic_type_internal.
10129         (is_dynamic_type): Update call to is_dynamic_type_internal.
10130         (resolve_dynamic_range): Update call to
10131         resolve_dynamic_type_internal.
10132         (resolve_dynamic_union): Likewise.
10133         (resolve_dynamic_struct): Likewise.
10134         (resolve_dynamic_type): Likewise.
10135
10136 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
10137
10138         * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
10139         TYPE_CODE_REF types so that they are not considered as dynamic
10140         depending on the referenced type.
10141         (resolve_dynamic_type_internal): Likewise.
10142
10143 2015-04-02  H.J. Lu  <hongjiu.lu@intel.com>
10144
10145         * Makefile.in (top_srcdir): New.
10146         * configure: Regenerated.
10147
10148 2015-04-02  Gary Benson <gbenson@redhat.com>
10149
10150         * NEWS: Announce the new default sysroot of "target:".
10151
10152 2015-04-02  Gary Benson <gbenson@redhat.com>
10153
10154         * main.c (captured_main): Set gdb_sysroot to "target:"
10155         if not otherwise set.
10156
10157 2015-04-02  Gary Benson <gbenson@redhat.com>
10158
10159         * exec.c (exec_file_attach): Support "target:" filenames.
10160
10161 2015-04-02  Gary Benson <gbenson@redhat.com>
10162
10163         * solib.c (solib_find): Strip "target:" prefix from sysroot
10164         if accessing local files.
10165
10166 2015-04-02  Gary Benson <gbenson@redhat.com>
10167
10168         * symfile.c (symfile_bfd_open): Reorder to remove duplicated
10169         checks and error messages.
10170
10171 2015-04-02  Gary Benson <gbenson@redhat.com>
10172
10173         * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition.
10174         (remote_filename_p): Remove declaration.
10175         (remote_bfd_open): Likewise.
10176         * remote.c (remote_bfd_iovec_open): Remove function.
10177         (remote_bfd_iovec_close): Likewise.
10178         (remote_bfd_iovec_pread): Likewise.
10179         (remote_bfd_iovec_stat): Likewise.
10180         (remote_filename_p): Likewise.
10181         (remote_bfd_open): Likewise.
10182         * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration.
10183         * symfile.c (separate_debug_file_exists): Use gdb_bfd_open.
10184         (gdb_bfd_open_maybe_remote): Remove function.
10185         (symfile_bfd_open):  Replace remote filename check with
10186         target filename check.
10187         (reread_symbols): Use gdb_bfd_open.
10188         * build-id.c (gdbcore.h): New include.
10189         (build_id_to_debug_bfd): Use gdb_bfd_open.
10190         * infcmd.c (attach_command_post_wait): Remove remote filename
10191         check.
10192         * solib.c (solib_find): Replace remote-specific handling with
10193         target-specific handling.  Update comments where necessary.
10194         (solib_bfd_open): Replace remote-specific handling with
10195         target-specific handling.
10196         (gdb_sysroot_changed): New function.
10197         (_initialize_solib): Call the above when gdb_sysroot changes.
10198         * windows-tdep.c (gdbcore.h): New include.
10199         (windows_xfer_shared_library): Use gdb_bfd_open.
10200
10201 2015-04-02  Gary Benson <gbenson@redhat.com>
10202
10203         * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition.
10204         (is_target_filename): New declaration.
10205         (gdb_bfd_has_target_filename): Likewise.
10206         (gdb_bfd_open): Update documentation comment.
10207         * gdb_bfd.c (target.h): New include.
10208         (gdb/fileio.h): Likewise.
10209         (is_target_filename): New function.
10210         (gdb_bfd_has_target_filename): Likewise.
10211         (fileio_errno_to_host): Likewise.
10212         (gdb_bfd_iovec_fileio_open): Likewise.
10213         (gdb_bfd_iovec_fileio_pread): Likewise.
10214         (gdb_bfd_iovec_fileio_close): Likewise.
10215         (gdb_bfd_iovec_fileio_fstat): Likewise.
10216         (gdb_bfd_open): Use target fileio to access paths prefixed
10217         with "target:" where necessary.
10218
10219 2015-04-02  Gary Benson <gbenson@redhat.com>
10220
10221         * target.h (struct target_ops) <to_filesystem_is_local>:
10222         New field.
10223         (target_filesystem_is_local): New macro.
10224         * target-delegates.c: Regenerate.
10225         * remote.c (remote_filesystem_is_local): New function.
10226         (init_remote_ops): Initialize to_filesystem_is_local.
10227
10228 2015-04-02  Gary Benson <gbenson@redhat.com>
10229
10230         * target.h (struct target_ops) <to_fileio_fstat>: New field.
10231         (target_fileio_fstat): New declaration.
10232         * target.c (target_fileio_fstat): New function.
10233         * inf-child.c (inf_child_fileio_fstat): Likewise.
10234         (inf_child_target): Initialize to_fileio_fstat.
10235         * remote.c (init_remote_ops): Likewise.
10236
10237 2015-04-01  Sasha Smundak  <asmundak@google.com>
10238
10239         * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o.
10240         (SUBDIR_PYTHON_SRCS): Add py-unwind.c.
10241         (py-unwind.o): New recipe.
10242         * NEWS: mention Python frame unwinding.
10243         * data-directory/Makefile.in (PYTHON_FILE_LIST): Add
10244         gdb/unwinder.py and gdb/command/unwinder.py
10245         * python/lib/gdb/__init__.py (packages): Add frame_unwinders
10246         list.
10247         (execute_unwinders): New function.
10248         * python/lib/gdb/command/unwinders.py: New file.
10249         * python/lib/gdb/unwinder.py: New file.
10250         * python/py-objfile.c (objfile_object): Add frame_unwinders field.
10251         (objfpy_dealloc): Decrement frame_unwinders reference count.
10252         (objfpy_initialize): Create frame_unwinders list.
10253         (objfpy_get_frame_unwinders): New function.
10254         (objfpy_set_frame_unwinders): Ditto.
10255         (objfile_getset): Add frame_unwinders attribute to Objfile.
10256         * python/py-progspace.c (pspace_object): Add frame_unwinders field.
10257         (pspy_dealloc): Decrement frame_unwinders reference count.
10258         (pspy_initialize): Create frame_unwinders list.
10259         (pspy_get_frame_unwinders): New function.
10260         (pspy_set_frame_unwinders): Ditto.
10261         (pspy_getset): Add frame_unwinders attribute to gdb.Progspace.
10262         * python/py-unwind.c: New file.
10263         * python/python-internal.h (pspy_get_name_unwinders): New prototype.
10264         (objpy_get_frame_unwinders): New prototype.
10265         (gdbpy_initialize_unwind): New prototype.
10266         * python/python.c (gdbpy_apply_type_printers): Call
10267         gdbpy_initialize_unwind.
10268
10269 2015-04-01  Pedro Alves  <palves@redhat.com>
10270
10271         * infrun.c (resume): Check currently_stepping after clearing
10272         stepped_breakpoint, not before.
10273
10274 2015-04-01  Pedro Alves  <palves@redhat.com>
10275
10276         * infrun.c (print_target_wait_results): Print all the ptid
10277         elements.
10278
10279 2015-04-01  Pedro Alves  <palves@redhat.com>
10280
10281         * infrun.c (keep_going): Also discard cleanups if inserting
10282         breakpoints fails.
10283
10284 2015-04-01  Pedro Alves  <palves@redhat.com>
10285
10286         * infrun.c (wait_for_inferior): Install the
10287         finish_thread_state_cleanup cleanup across the whole function, not
10288         just around handle_inferior_event.
10289
10290 2015-04-01  Pedro Alves  <palves@redhat.com>
10291
10292         * infrun.c (resume) <step past permanent breakpoint>: Use
10293         do_target_resume.
10294
10295 2015-04-01  Pedro Alves  <palves@redhat.com>
10296
10297         * linux-nat.c (linux_handle_extended_wait): Always call set_running.
10298
10299 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
10300
10301         * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
10302
10303 2015-04-01  Pedro Alves  <palves@redhat.com>
10304
10305         * linux-thread-db.c (record_thread): Readd the thread to gdb's
10306         list if it was marked exited.
10307
10308 2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
10309
10310         * configure: Regenerated.
10311
10312 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
10313             Jan Kratochvil  <jan.kratochvil@redhat.com>
10314             Oleg Nesterov  <oleg@redhat.com>
10315
10316         PR corefiles/16092
10317         * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'.
10318         New enum identifying the various options of the coredump_filter
10319         file.
10320         (struct smaps_vmflags): New struct.
10321         (use_coredump_filter): New variable.
10322         (decode_vmflags): New function.
10323         (mapping_is_anonymous_p): Likewise.
10324         (dump_mapping_p): Likewise.
10325         (linux_find_memory_regions_full): New variables
10326         'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'.
10327         Removed variable 'modified'.  Read /proc/<PID>/smaps file; improve
10328         parsing of its information.  Implement memory mapping filtering
10329         based on its contents.
10330         (show_use_coredump_filter): New function.
10331         (_initialize_linux_tdep): New command 'set use-coredump-filter'.
10332         * NEWS: Mention the possibility of using the
10333         '/proc/PID/coredump_filter' file when generating a corefile.
10334         Mention new command 'set use-coredump-filter'.
10335
10336 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
10337
10338         * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by
10339         read_memory_unsigned_integer.
10340
10341 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
10342
10343         * Makefile.in (ZLIB): New.
10344         (ZLIBINC): Likewise.
10345         (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC).
10346         (CLIBS): Add $(ZLIB).
10347         * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS.
10348         Add -lz to LIBS.
10349         * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
10350         * top.c (print_gdb_configuration): Remove --with-zlib and
10351         --without-zlib.
10352         * config.in: Regenerated.
10353         * configure: Likewise.
10354
10355 2015-03-31  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10356
10357         * NEWS: Mention info os cpus support.
10358         * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
10359         (struct osdata_type): Add cpus entry, reorder the entries in
10360         alphabetical order.
10361
10362 2015-03-31  Matthias Klose  <doko@ubuntu.com>
10363
10364         * compile/compile.c (compile_to_object): Allow triplets with or
10365         without vendor set.
10366
10367 2015-03-30  Doug Evans  <dje@google.com>
10368
10369         PR c++/18141
10370         * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
10371         klass in VAR_DOMAIN.
10372
10373 2015-03-30  Gary Benson <gbenson@redhat.com>
10374
10375         * remote.c (remote_mourn_1): Remove function.  Update all callers
10376         to use remote_mourn.
10377         (extended_remote_mourn_1): Remove function.  Update all callers
10378         to use extended_remote_mourn.
10379         (extended_remote_attach_1): Remove function.  Update all callers
10380         to use extended_remote_attach.
10381
10382 2015-03-28  James Bowman  <james.bowman@ftdichip.com>
10383
10384         * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o.
10385         (HFILES_NO_SRCDIR): Add ft32-tdep.h.
10386         (ALLDEPFILES): Add ft32-tdep.c.
10387         * configure.tgt: Add FT32 entry.
10388         * ft32-tdep.c: New file, FT32 target-dependent code.
10389         * ft32-tdep.h: New file, FT32 target-dependent code.
10390
10391 2015-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
10392
10393         Revert:
10394         2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10395         Code cleanup.
10396         * printcmd.c (print_command_1): Move expr variable scope.
10397
10398 2015-03-27  Joel Brobecker  <brobecker@adacore.com>
10399
10400         * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL.
10401
10402 2015-03-27  Andrzej Kaczmarek  <andrzej.kaczmarek@tieto.com>
10403
10404         * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special
10405         sections.
10406
10407 2015-03-26  Joel Brobecker  <brobecker@adacore.com>
10408
10409         * dtrace-probe.c (dtrace_process_dof_probe): Contain any
10410         exception raised while parsing the probe arguments.
10411         Force parsing to be done using the C language parser.
10412         * expression.h (parse_expression_with_language): Declare.
10413         * parse.c (parse_expression_with_language): New function.
10414
10415 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
10416
10417         * MAINTAINERS (Write After Approval): Add "Jon Turney".
10418
10419 2015-03-26  Andy Wingo  <wingo@igalia.com>
10420
10421         PR symtab/18148
10422         * dwarf2read.c (struct partial_die_info): Add has_const_value
10423         member.
10424         (add_partial_symbol): Don't punt on symbols that have const_value
10425         attributes.
10426         (read_partial_die): Detect DW_AT_const_value.
10427
10428 2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10429
10430         Code cleanup.
10431         * printcmd.c (print_command_1): Move expr variable scope.
10432
10433 2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10434
10435         Code cleanup.
10436         * printcmd.c (validate_format): Make the parameter cmdname const.
10437
10438 2015-03-26  Don Breazeal  <donb@codesourcery.com>
10439
10440         * remote.c (_initialize_remote): Update comment.
10441
10442 2015-03-26  Pedro Alves  <palves@redhat.com>
10443             Jon TURNEY  <jon.turney@dronecode.org.uk>
10444
10445         * coffread.c (coff_symfile_read): When constructing the name of an
10446         import stub symbol from import symbol for amd64, only skip the
10447         char after _imp_ if the target is underscored (like i386) and the
10448         char is indeed the target's leading char.
10449
10450 2015-03-25  Pedro Alves  <palves@redhat.com>
10451
10452         * target.h <to_async>: Replace 'callback' and 'context' parameters
10453         with boolean 'enable' parameter.
10454         (target_async): Replace CALLBACK and CONTEXT parameters with
10455         boolean ENABLE parameter.
10456         * inf-loop.c (inferior_event_handler): Adjust.
10457         * linux-nat.c (linux_nat_attach, linux_nat_resume)
10458         (linux_nat_resume): Adjust.
10459         (async_client_callback, async_client_context): Delete.
10460         (handle_target_event): Call inferior_event_handler directly.
10461         (linux_nat_async): Replace 'callback' and 'context' parameters
10462         with boolean 'enable' parameter.  Adjust.  Remove references to
10463         async_client_callback and async_client_context.
10464         (linux_nat_close): Adjust.
10465         * record-btrace.c (record_btrace_async): Replace 'callback' and
10466         'context' parameters with boolean 'enable' parameter.  Adjust.
10467         (record_btrace_resume): Adjust.
10468         * record-full.c (record_full_async): Replace 'callback' and
10469         'context' parameters with boolean 'enable' parameter.  Adjust.
10470         (record_full_resume, record_full_core_resume): Adjust.
10471         * remote.c (struct remote_state) <async_client_callback,
10472         async_client_context>: Delete fields.
10473         (remote_start_remote, extended_remote_attach_1, remote_resume)
10474         (extended_remote_create_inferior): Adjust.
10475         (remote_async_serial_handler): Call inferior_event_handler
10476         directly.
10477         (remote_async): Replace 'callback' and 'context' parameters with
10478         boolean 'enable' parameter.  Adjust.
10479         * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper):
10480         Adjust.
10481         * target-delegates.c: Regenerate.
10482
10483 2015-03-25  Gary Benson <gbenson@redhat.com>
10484             Pedro Alves  <palves@redhat.com>
10485
10486         * target.c (fileio_ft_t): New typedef, define object vector.
10487         (fileio_fhandles): New static variable.
10488         (is_closed_fileio_fh): New macro.
10489         (lowest_closed_fd): New static variable.
10490         (acquire_fileio_fd): New function.
10491         (release_fileio_fd): Likewise.
10492         (fileio_fd_to_fh): New macro.
10493         (target_fileio_open): Wrap the file descriptor on success.
10494         (target_fileio_pwrite): Updated to use wrapped file descriptor.
10495         (target_fileio_pread): Likewise.
10496         (target_fileio_close): Likewise.
10497
10498 2015-03-24  Pedro Alves  <palves@redhat.com>
10499
10500         * thread.c (thread_apply_all_command): Take exited threads into
10501         account.
10502
10503 2015-03-24  Pedro Alves  <palves@redhat.com>
10504
10505         * infrun.c (resume, proceed): Mention
10506         switch_back_to_stepped_thread, not switch_back_to_stepping.
10507
10508 2015-03-24  Pedro Alves  <palves@redhat.com>
10509
10510         * infrun.c (user_visible_resume_ptid): Rewrite going from
10511         most-locked to unlocked instead of the opposite.  Move comment ...
10512         * infrun.h (user_visible_resume_ptid): ... here.
10513
10514 2015-03-24  Pedro Alves  <palves@redhat.com>
10515
10516         * linux-nat.c (linux_nat_resume): Output debug logs before trying
10517         to resume the event lwp.  Use the lwp's ptid instead of the passed
10518         in (maybe wildcard) ptid.
10519         (stop_wait_callback): Tweak debug log output.
10520         (check_stopped_by_breakpoint): Tweak debug log output.  Also dump
10521         TRAP_TRACE.
10522         (linux_nat_filter_event): In debug output, distinguish a
10523         resume_stop SIGSTOP from a delayed SIGSTOP.  Output debug logs
10524         before trying to resume the lwp.
10525
10526 2015-03-24  Joel Brobecker  <brobecker@adacore.com>
10527
10528         * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove
10529         pointer indirection.
10530         * gdbtypes.c (get_dyn_prop): Adjust, following change above.
10531         (add_dyn_prop, copy_dynamic_prop_list): Likewise.
10532
10533 2015-03-24  Joel Brobecker  <brobecker@adacore.com>
10534
10535         * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>:
10536         Renames DYN_ATTR_DATA_LOCATION.
10537         (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of
10538         DYN_ATTR_DATA_LOCATION.
10539         * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION
10540         instead of DYN_ATTR_DATA_LOCATION.
10541
10542 2015-03-24  Pedro Alves  <palves@redhat.com>
10543
10544         * breakpoint.c (until_break_command): Adjust call to proceed.
10545         * gdbthread.h (struct thread_control_state) <stepping_command>:
10546         New field.
10547         * infcall.c (run_inferior_call): Adjust call to proceed.
10548         * infcmd.c (run_command_1, proceed_thread_callback, continue_1):
10549         Adjust calls to proceed.
10550         (set_step_frame): Set the current thread's step_start_function
10551         here.
10552         (step_once): Adjust calls to proceed.
10553         (jump_command, signal_command, until_next_command)
10554         (finish_backward, finish_forward, proceed_after_attach_callback)
10555         (attach_command_post_wait): Adjust calls to proceed.
10556         * infrun.c (proceed_after_vfork_done): Adjust call to proceed.
10557         (do_target_resume): New function, factored out from ...
10558         (resume): ... here.  Remove 'step' parameter.  Instead, check
10559         currently_stepping to determine whether the thread should be
10560         single-stepped.
10561         (proceed): Remove 'step' parameter and don't set the thread's
10562         step_start_function here.  Adjust call to 'resume'.
10563         (handle_inferior_event): Adjust calls to 'resume'.
10564         (switch_back_to_stepped_thread): Use do_target_resume instead of
10565         'resume'.
10566         (keep_going): Adjust calls to 'resume'.
10567         * infrun.h (proceed): Remove 'step' parameter.
10568         (resume): Likewise.
10569         * windows-nat.c (do_initial_windows_stuff): Adjust call to
10570         'resume'.
10571         * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'.
10572
10573 2015-03-24  Pedro Alves  <palves@redhat.com>
10574
10575         * gdbthread.h (struct thread_control_state) <stepping_command>:
10576         New field.
10577         * infcmd.c (step_once): Pass step=1 to clear_proceed_status.  Set
10578         the thread's stepping_command field.
10579         * infrun.c (resume): Check the thread's stepping_command flag to
10580         determine which threads should be resumed.  Rename 'entry_step'
10581         local to user_step.
10582         (clear_proceed_status_thread): Clear 'stepping_command'.
10583         (schedlock_applies): Change parameter type to struct thread_info
10584         pointer.  Adjust.
10585         (find_thread_needs_step_over): Remove 'step' parameter.  Adjust.
10586         (switch_back_to_stepped_thread): Adjust calls to
10587         'schedlock_applies'.
10588         (_initialize_infrun): Adjust "set scheduler-locking step" help.
10589
10590 2015-03-24  Pedro Alves  <palves@redhat.com>
10591
10592         * infrun.c (step_start_function): Delete and ...
10593         * gdbthread.h (struct thread_control_state) <step_start_function>:
10594         ... now a field here.
10595         * infrun.c (clear_proceed_status_thread): Clear the thread's
10596         step_start_function.
10597         (proceed, process_event_stop_test, print_stop_event): Adjust.
10598
10599 2015-03-24  Pedro Alves  <palves@redhat.com>
10600
10601         * infrun.c (proceed): No longer handle negative step.
10602
10603 2015-03-24  Gary Benson  <gbenson@redhat.com>
10604
10605         * nat/x86-linux.h (x86_linux_new_thread): New declaration.
10606         (x86_linux_prepare_to_resume): Likewise.
10607         * x86-linux-nat.c (x86_linux_new_thread):
10608         Moved to nat/x86-linux.c.
10609         (x86_linux_prepare_to_resume): Likewise.
10610         * nat/x86-linux.c (x86_linux_new_thread): New function.
10611         (x86_linux_prepare_to_resume): Likewise.
10612
10613 2015-03-24  Gary Benson  <gbenson@redhat.com>
10614
10615         * nat/x86-linux-dregs.h: New file.
10616         * nat/x86-linux-dregs.c: Likewise.
10617         * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
10618         (x86-linux-dregs.o): New rule.
10619         * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
10620         * config/i386/linux64.mh (NATDEPFILES): Likewise.
10621         * x86-linux-nat.c: Include nat/x86-linux-dregs.h.
10622         (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
10623         (x86_linux_dr_get): Likewise.
10624         (x86_linux_dr_set): Likewise.
10625         (x86_linux_dr_get_addr): Likewise.
10626         (x86_linux_dr_get_control): Likewise.
10627         (x86_linux_dr_get_status): Likewise.
10628         (update_debug_registers_callback): Likewise.
10629         (x86_linux_dr_set_control): Likewise.
10630         (x86_linux_dr_set_addr): Likewise.
10631         (x86_linux_update_debug_registers): Likewise.
10632
10633 2015-03-24  Gary Benson  <gbenson@redhat.com>
10634
10635         * x86-linux-nat.c (x86_linux_update_debug_registers):
10636         New function, factored out from...
10637         (x86_linux_prepare_to_resume): ...this.
10638
10639 2015-03-24  Gary Benson  <gbenson@redhat.com>
10640
10641         * x86-linux-nat.c (x86_linux_dr_get): Update comments.
10642         (x86_linux_dr_set): Likewise.
10643         (x86_linux_dr_get_addr): Likewise.
10644         (x86_linux_dr_get_control): Likewise.
10645         (x86_linux_dr_get_status): Likewise.
10646         (update_debug_registers_callback): Likewise.
10647         (x86_linux_dr_set_control): Likewise.
10648         (x86_linux_dr_set_addr): Likewise.
10649         (x86_linux_prepare_to_resume): Likewise.
10650         (x86_linux_new_thread): Likewise.
10651
10652 2015-03-24  Gary Benson  <gbenson@redhat.com>
10653
10654         * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion.
10655         (x86_linux_new_thread): Rename argument.
10656
10657 2015-03-24  Gary Benson  <gbenson@redhat.com>
10658
10659         * nat/x86-linux.h: New file.
10660         * nat/x86-linux.c: Likewise.
10661         * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h.
10662         (x86-linux.o): New rule.
10663         * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o.
10664         * config/i386/linux64.mh (NATDEPFILES): Likewise.
10665         * nat/linux-nat.h (struct arch_lwp_info): New forward declaration.
10666         (lwp_set_arch_private_info): New declaration.
10667         (lwp_arch_private_info): Likewise.
10668         * linux-nat.c (lwp_set_arch_private_info): New function.
10669         (lwp_arch_private_info): Likewise.
10670         * x86-linux-nat.c: Include nat/x86-linux.h.
10671         (arch_lwp_info): Removed structure.
10672         (update_debug_registers_callback):
10673         Use lwp_set_debug_registers_changed.
10674         (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
10675         and lwp_set_debug_registers_changed.
10676         (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
10677
10678 2015-03-24  Gary Benson  <gbenson@redhat.com>
10679
10680         * nat/linux-nat.h (ptid_of_lwp): New declaration.
10681         (lwp_is_stopped): Likewise.
10682         (lwp_stop_reason): Likewise.
10683         * linux-nat.c (ptid_of_lwp): New function.
10684         (lwp_is_stopped): Likewise.
10685         (lwp_is_stopped_by_watchpoint): Likewise.
10686         * x86-linux-nat.c (update_debug_registers_callback):
10687         Use lwp_is_stopped.
10688         (x86_linux_prepare_to_resume): Use ptid_of_lwp and
10689         lwp_stop_reason.
10690
10691 2015-03-24  Gary Benson  <gbenson@redhat.com>
10692
10693         * linux-nat.h (linux_stop_lwp): Move declaration to...
10694         * nat/linux-nat.h (linux_stop_lwp): New declaration.
10695
10696 2015-03-24  Gary Benson  <gbenson@redhat.com>
10697
10698         * linux-nat.h: Include nat/linux-nat.h.
10699         (iterate_over_lwps): Move declaration to nat/linux-nat.h.
10700         * nat/linux-nat.h (struct lwp_info): New forward declaration.
10701         (iterate_over_lwps_ftype): New typedef.
10702         (iterate_over_lwps): New declaration.
10703         * linux-nat.h (iterate_over_lwps): Update comment.  Use
10704         iterate_over_lwps_ftype.  Update callback return value check.
10705
10706 2015-03-24  Gary Benson  <gbenson@redhat.com>
10707
10708         * x86-nat.h (x86_debug_reg_state): Move declaration to...
10709         * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
10710
10711 2015-03-24  Gary Benson  <gbenson@redhat.com>
10712
10713         * nat/linux-nat.h (current_lwp_ptid): New declaration.
10714         * linux-nat.c (current_lwp_ptid): New function.
10715         * x86-linux-nat.c: Include nat/linux-nat.h.
10716         (x86_linux_dr_get_addr): Use current_lwp_ptid.
10717         (x86_linux_dr_get_control): Likewise.
10718         (x86_linux_dr_get_status): Likewise.
10719         (x86_linux_dr_set_control): Likewise.
10720         (x86_linux_dr_set_addr): Likewise.
10721
10722 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10723
10724         PR breakpoints/16466
10725         * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
10726
10727 2015-03-23  Joel Brobecker  <brobecker@adacore.com>
10728
10729         * ser-mingw.c (ser_windows_setparity): Fix indentation.
10730         * ser-unix.c (hardwire_setparity): Likewise.
10731
10732 2015-03-23  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
10733
10734         * NEWS: Mention set/show serial parity command.
10735         * monitor.c (monitor_open): Call serial_setparity.
10736         * remote.c (remote_open_1): Likewise.
10737         * ser-base.c (ser_base_serparity): New function.
10738         * ser-base.h (ser_base_setparity): Add  declaration.
10739         * ser-go32.c (dos_ops): Set "setparity" field.
10740         * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
10741         state.Parity.
10742         (ser_windows_setparity): New function.
10743         (hardwire_ops): Add ser_windows_setparity.
10744         (tty_ops): Add NULL for setparity field.
10745         (pipe_ops): Add ser_base_setparity.
10746         (tcp_ops): Likewise.
10747         * ser-pipe.c (pipe_ops): Likewise.
10748         * ser-tcp.c (tcp_ops): Likewise.
10749         * ser-unix.c (hardwire_setparity): Add declaration.
10750         (hardwire_raw): Don't reset PARENB flag.
10751         (hardwire_setparity): New function.
10752         (hardwire_ops): Add hardwire_setparity.
10753         * serial.c (serial_setparity): New function.
10754         (serial_parity): New global.
10755         (parity_none, parity_odd, parity_even, parity_enums, parity):
10756         New static globals.
10757         (set_parity): New function.
10758         (_initialize_serial): Add set/show serial parity commands.
10759         * serial.h (GDBPARITY_NONE): Define.
10760         (GDBPARITY_ODD): Define.
10761         (GDBPARITY_EVEN): Define.
10762         (serial_setparity) Add declaration.
10763         (struct serial_ops): Add setparity field.
10764         * target.h (serial_parity): Add declaration.
10765
10766 2015-03-23  Keith Seitz  <keiths@redhat.com>
10767
10768         * linespec.c (linespec_lexer_lex_keyword): Update comment.
10769
10770 2015-03-23  Keith Seitz  <keiths@redhat.com>
10771
10772         * breakpoint.c (parse_breakpoint_sals): Use
10773         linespec_lexer_lex_keyword to ascertain if the user specified
10774         a NULL location.
10775         * linespec.c [IF_KEYWORD_INDEX]: Define.
10776         (linespec_lexer_lex_keyword): Export.
10777         (struct ls_parser) <keyword_ok>: Remove.
10778         A keyword is only a keyword if not followed by another keyword.
10779         (linespec_lexer_lex_one): Remove keyword_ok handling.
10780         Add comment explaining why the parsing stream is not advanced
10781         when a keyword is seen.
10782         (parse_linespec): Remove parser->keyword_ok.
10783         * linespec.h (linespec_lexer_lex_keyword): Add declaration.
10784
10785 2015-03-23  Keith Seitz  <keiths@redhat.com>
10786
10787         PR gdb/18021
10788         * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
10789         if we find a static method with DW_AT_vtable_elem_location.
10790
10791 2015-03-21  Eli Zaretskii  <eliz@gnu.org>
10792
10793         * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
10794         before the second loop, to avoid undefined behavior.  Reported by
10795         Anton Blanchard <anton@samba.org>.
10796
10797 2015-03-20  Keven Boell  <keven.boell@intel.com>
10798
10799         * gdbtypes.c (resolve_dynamic_type_internal): Adapt
10800         data_location usage to linked list.
10801         (resolve_dynamic_type_internal): Adapt data_location to
10802         linked list.
10803         (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
10804         (copy_type_recursive, copy_type): Add copy of linked list.
10805         * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
10806         (struct dynamic_prop_list): New struct.
10807         * dwarf2read.c (set_die_type): Set data_location data.
10808
10809 2015-03-20  Pedro Alves  <palves@redhat.com>
10810
10811         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
10812         inner block and make it const.
10813         * machoread.c (get_archive_prefix_len): Make "lparen" const.
10814
10815 2015-03-20  Pedro Alves  <palves@redhat.com>
10816
10817         * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
10818         * breakpoint.h (set_breakpoint_condition): Update declaration.
10819
10820 2015-03-20  Pedro Alves  <palves@redhat.com>
10821
10822         * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
10823
10824 2015-03-20  Pedro Alves  <palves@redhat.com>
10825
10826         * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
10827
10828 2015-03-20  Pedro Alves  <palves@redhat.com>
10829
10830         * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
10831
10832 2015-03-20  Pedro Alves  <palves@redhat.com>
10833
10834         * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
10835         (nto_init_solib_absolute_prefix): Likewise.
10836
10837 2015-03-20  Pedro Alves  <palves@redhat.com>
10838
10839         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
10840         * spu-tdep.c (spu_gdbarch_init): Make "name" const.
10841
10842 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
10843
10844         * config/djgpp/README: Remove gdb.hp.
10845
10846 2015-03-20  Yao Qi  <yao.qi@linaro.org>
10847
10848         * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
10849         set_gdbarch_cannot_step_breakpoint.
10850
10851 2015-03-19  Pedro Alves  <palves@redhat.com>
10852
10853         * linux-nat.c (linux_resume_one_lwp): Rename to ...
10854         (linux_resume_one_lwp_throw): ... this.  Don't handle ESRCH here,
10855         instead call perror_with_name.
10856         (check_ptrace_stopped_lwp_gone): New function.
10857         (linux_resume_one_lwp): Reimplement as wrapper around
10858         linux_resume_one_lwp_throw that swallows errors if the LWP is
10859         gone.
10860         (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
10861         swallows errors if the LWP is gone.  Use
10862         linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
10863
10864 2015-03-19  Pedro Alves  <palves@redhat.com>
10865
10866         * linux-nat.c (status_callback): Return early if the LWP has no
10867         status pending.
10868
10869 2015-03-19  Pedro Alves  <palves@redhat.com>
10870
10871         * linux-nat.c (select_event_lwp_callback): Update comment to no
10872         longer mention SIGTRAP.
10873
10874 2015-03-18  Tristan Gingold  <gingold@adacore.com>
10875
10876         * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
10877         redirection code to ...
10878         (amd64_windows_frame_decode_insns): ... Here.  Fix in prologue
10879         checks.  Fix SAVE_NONVOL operations.  Add debug code and comments.
10880
10881 2015-03-18  Gary Benson <gbenson@redhat.com>
10882
10883         (remote_protocol_features): Remove the "vFile:fstat" feature.
10884         (remote_hostio_fstat): Probe for "vFile:fstat" support.
10885
10886 2015-03-11  Yao Qi  <yao.qi@linaro.org>
10887
10888         PR tdep/18107
10889         * aarch64-linux-tdep.c: Include xml-syscall.h
10890         (aarch64_linux_get_syscall_number): New function.
10891         (aarch64_linux_init_abi): Call
10892         set_gdbarch_get_syscall_number.
10893         * syscalls/aarch64-linux.xml: New file.
10894
10895 2015-03-17  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
10896
10897         * ser-base.h (ser_base_setstopbits): Change second argument name
10898         from "rate" to "num".
10899
10900 2015-03-17  Gary Benson <gbenson@redhat.com>
10901             Luke Allardyce <lukeallardyce@gmail.com>
10902
10903         PR gdb/18131
10904         * common/common-remote-fileio.h (sys/stat.h): New include.
10905         (stuct stat): Remove forward declaration.
10906
10907 2015-03-16  John Baldwin  <jhb@FreeBSD.org>
10908
10909         * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
10910         before writing core register notes.
10911
10912 2015-03-16  Yuanhui Zhang  <asmwarrior@gmail.com>
10913             Pedro Alves  <palves@redhat.com>
10914
10915         * gdb_curses.h (tgetnum): Mark with EXTERN_C.
10916         * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
10917         (tgoto): Wrap with extern "C".
10918
10919 2015-03-16  Pedro Alves  <palves@redhat.com>
10920             Yuanhui Zhang  <asmwarrior@gmail.com>
10921
10922         * stub-termcap.c (tputs): Change prototype.
10923
10924 2015-03-16  Yuanhui Zhang  <asmwarrior@gmail.com>
10925             Pedro Alves  <palves@redhat.com>
10926
10927         * windows-nat.c (struct thread_info_struct): Rename to ...
10928         (struct windows_thread_info_struct): ... this.
10929         (thread_info): Rename to ...
10930         (windows_thread_info): ... this.
10931         All users updated.
10932
10933 2015-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10934             Pedro Alves  <palves@redhat.com>
10935
10936         * NEWS: New Removed targets and native configurations.
10937
10938 2015-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
10939
10940         Remove HPUX.
10941         * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
10942         (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
10943         (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
10944         ia64-hpux-tdep.h, solib-ia64-hpux.h.
10945         (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
10946         ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
10947         * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
10948         hppa-hpux-tdep.c.
10949         * config/ia64/hpux.mh: Remove file.
10950         * config/pa/hpux.mh: Remove file.
10951         * configure: Rebuilt.
10952         * configure.ac (dlgetmodinfo, somread.o): Remove.
10953         * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10954         (ia64-*-hpux*): Remove its float format exception.
10955         * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10956         * hppa-hpux-nat.c: Remove file.
10957         * hppa-hpux-tdep.c: Remove file.
10958         * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
10959         Move them here from hppa-tdep.h
10960         (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
10961         (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
10962         * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
10963         Move them to hppa-tdep.c.
10964         (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
10965         declarations.
10966         * ia64-hpux-nat.c: Remove file.
10967         * ia64-hpux-tdep.c: Remove file.
10968         * ia64-hpux-tdep.h: Remove file.
10969         * inf-ttrace.c: Remove file.
10970         * inf-ttrace.h: Remove file.
10971         * solib-ia64-hpux.c: Remove file.
10972         * solib-ia64-hpux.h: Remove file.
10973         * solib-pa64.c: Remove file.
10974         * solib-pa64.h: Remove file.
10975         * solib-som.c: Remove file.
10976         * solib-som.h: Remove file.
10977         * somread.c: Remove file.
10978
10979 2015-03-13  John Baldwin  <jhb@FreeBSD.org>
10980
10981         * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
10982         * config.in: Regenerate.
10983         * configure: Regenerate.
10984         * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
10985         define.
10986         (fbsd_find_memory_regions): Use kinfo_getvmmap to
10987         enumerate memory regions if present.
10988
10989 2015-03-13  John Baldwin  <jhb@FreeBSD.org>
10990
10991         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
10992         * i386fbsd-tdep.c: Fix style in various gdb_static_assert
10993         expressions.
10994         (i386fbsd_sigtramp_p): Likewise.
10995
10996 2015-03-12  John Baldwin  <jhb@FreeBSD.org>
10997
10998         * MAINTAINERS (Write After Approval): Add John Baldwin.
10999
11000 2015-03-12  Gary Benson <gbenson@redhat.com>
11001
11002         * solib.c (_initialize_solib): Make "set/show sysroot" use
11003         add_setshow_optional_filename_cmd so it can be restored to
11004         empty after being set.
11005
11006 2015-03-11  Sergio Durigan Junior  <sergiodj@redhat.com>
11007
11008         * Makefile.in (SFILES): New source break-catch-syscall.c.
11009         (COMMON_OBS): New object break-catch-syscall.o.
11010         * break-catch-syscall.c: New file.
11011         * breakpoint.c: Remove inclusion of "xml-syscall.h".
11012         (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
11013         (struct syscall_catchpoint): Likewise.
11014         (dtor_catch_syscall): Likewise.
11015         (catch_syscall_inferior_data): Likewise.
11016         (struct catch_syscall_inferior_data): Likewise.
11017         (get_catch_syscall_inferior_data): Likewise.
11018         (catch_syscall_inferior_data_cleanup): Likewise.
11019         (insert_catch_syscall): Likewise.
11020         (remove_catch_syscall): Likewise.
11021         (breakpoint_hit_catch_syscall): Likewise.
11022         (print_it_catch_syscall): Likewise.
11023         (print_one_catch_syscall): Likewise.
11024         (print_mention_catch_syscall): Likewise.
11025         (print_recreate_catch_syscall): Likewise.
11026         (catch_syscall_breakpoint_ops): Likewise.
11027         (syscall_catchpoint_p): Likewise.
11028         (create_syscall_event_catchpoint): Likewise.
11029         (catch_syscall_split_args): Likewise.
11030         (catch_syscall_command_1): Likewise.
11031         (is_syscall_catchpoint_enabled): Likewise.
11032         (catch_syscall_enabled): Likewise.
11033         (catching_syscall_number): Likewise.
11034         (catch_syscall_completer): Likewise.
11035         (clear_syscall_counts): Likewise.
11036         (initialize_breakpoint_ops): Move initialization of syscall
11037         catchpoints to break-catch-syscall.c.
11038         (_initialize_breakpoint): Move code related to syscall catchpoints
11039         to break-catch-syscall.c.
11040
11041 2015-03-11  Sergio Durigan Junior  <sergiodj@redhat.com>
11042
11043         * breakpoint.c (breakpoint_find_if): New function.
11044         * breakpoint.h (breakpoint_find_if): New prototype.
11045
11046 2015-03-11  Gary Benson <gbenson@redhat.com>
11047
11048         * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
11049         * remote-fileio.c (remote_fileio_to_host_uint): New function.
11050         (remote_fileio_to_host_ulong): Likewise.
11051         (remote_fileio_to_host_mode): Likewise.
11052         (remote_fileio_to_host_time): Likewise.
11053         (remote_fileio_to_host_stat): Likewise.
11054         * remote.c (PACKET_vFile_fstat): New enum value.
11055         (remote_protocol_features): Register the "vFile:fstat" feature.
11056         (remote_hostio_fstat): New function.
11057         (remote_bfd_iovec_stat): Use the above.
11058         (_initialize_remote): Register new "set/show remote
11059         hostio-fstat-packet" command.
11060         * symfile.c (separate_debug_file_exists): Update comment.
11061         * NEWS: Announce new vFile:fstat packet.
11062
11063 2015-03-11  Gary Benson <gbenson@redhat.com>
11064
11065         * common/common-remote-fileio.h: New file.
11066         * common/common-remote-fileio.c: Likewise.
11067         * Makefile.in (SFILES): Add common/common-remote-fileio.c.
11068         (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
11069         (COMMON_OBS): Add common-remote-fileio.o.
11070         (common-remote-fileio.o): New rule.
11071         * remote-fileio.h (common-remote-fileio.h): New include.
11072         * remote-fileio.c (gdb/fileio.h): Do not include.
11073         (remote_fileio_to_be): Moved to common-remote-fileio.h.
11074         (remote_fileio_to_fio_uint): Likewise.
11075         (remote_fileio_to_fio_time): Likewise.
11076         (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
11077         (remote_fileio_to_fio_mode): Likewise.
11078         (remote_fileio_to_fio_ulong): Likewise.
11079         (remote_fileio_to_fio_stat): Likewise.
11080
11081 2015-03-11  Andy Wingo  <wingo@igalia.com>
11082
11083         * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
11084         we were checking the cached type, not the cached dynamic type.
11085
11086 2015-03-11  Andy Wingo  <wingo@igalia.com>
11087
11088         * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
11089         other strings, as these are on the GC'd heap, and will be
11090         collected along with the smob.
11091
11092 2015-03-11  Andy Wingo  <wingo@igalia.com>
11093
11094         * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
11095         (objfile_functions): Bind gdbscm_objfile_progspace to
11096         objfile-progspace.
11097         * guile/lib/gdb.scm: Add objfile-progspace to exports.
11098
11099 2015-03-11  Andy Wingo  <wingo@igalia.com>
11100
11101         * guile/guile.c (_initialize_guile): Disable automatic
11102         finalization, if Guile offers us that possibility.
11103         * guile/guile.c (call_initialize_gdb_module):
11104         * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
11105         finalizers in appropriate places.
11106         * configure.ac (AC_TRY_LIBGUILE): Add a check for
11107         scm_set_automatic_finalization_enabled.
11108         * configure: Regenerated.
11109
11110 2015-03-11  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11111
11112         * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
11113         SAL, if possible.
11114
11115 2015-03-11  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11116
11117         * s390-linux-nat.c (struct arch_lwp_info): New.
11118         (s390_fix_watch_points): Rename to...
11119         (s390_prepare_to_resume): ...this.  Skip the PER info update
11120         unless the watch points have changed.
11121         (s390_refresh_per_info, s390_new_thread): New functions.
11122         (s390_insert_watchpoint): Call s390_refresh_per_info instead of
11123         s390_fix_watch_points.
11124         (s390_remove_watchpoint): Likewise.
11125         (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
11126         Register s390_prepare_to_resume.
11127
11128 2015-03-09  Pedro Alves  <palves@redhat.com>
11129
11130         Revert:
11131         2015-03-07  Pedro Alves  <palves@redhat.com>
11132         * common/gdb_socket.h: New file.
11133         * ser-tcp.c: Include gdb_socket.h.  Don't include netinet/in.h nor
11134         sys/socket.h.
11135         (net_open): Use union gdb_sockaddr_u.
11136
11137 2015-03-07  Pedro Alves  <palves@redhat.com>
11138
11139         * configure.ac (build_warnings): Move -Wmissing-prototypes
11140         -Wdeclaration-after-statement -Wmissing-parameter-type
11141         -Wold-style-declaration -Wold-style-definition to the C-specific
11142         set.
11143         * configure: Regenerate.
11144
11145 2015-03-07  Pedro Alves  <palves@redhat.com>
11146
11147         * common/gdb_socket.h: New file.
11148         * ser-tcp.c: Include gdb_socket.h.  Don't include netinet/in.h nor
11149         sys/socket.h.
11150         (net_open): Use union gdb_sockaddr_u.
11151
11152 2015-03-07  Pedro Alves  <palves@redhat.com>
11153
11154         * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
11155         (exceptions_state_mc_action_iter)
11156         (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
11157         Don't define.
11158         [__cplusplus] (try_scope_depth): New global.
11159         [__cplusplus] (exception_try_scope_entry)
11160         (exception_try_scope_exit, gdb_exception_sliced_copy)
11161         (exception_rethrow): New functions.
11162         (throw_exception): In C++ mode, throw
11163         gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
11164         gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
11165         (throw_it): In C++ mode, use try_scope_depth.
11166         * common/common-exceptions.h [!__cplusplus]
11167         (exceptions_state_mc_action_iter)
11168         (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
11169         Don't declare.
11170         [__cplusplus] (exception_try_scope_entry)
11171         (exception_try_scope_exit, exception_rethrow): Declare.
11172         [__cplusplus] (struct exception_try_scope): New struct.
11173         [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
11174         C++ exceptions.
11175         (struct gdb_exception_RETURN_MASK_ALL)
11176         (struct gdb_exception_RETURN_MASK_ERROR)
11177         (struct gdb_exception_RETURN_MASK_QUIT): New types.
11178
11179 2015-03-07  Pedro Alves  <palves@redhat.com>
11180
11181         * main.c (handle_command_errors): Remove volatile qualifier from
11182         parameter.
11183
11184 2015-03-07  Pedro Alves  <palves@redhat.com>
11185
11186         * breakpoint.c (save_breakpoints): Adjust to avoid code between
11187         TRY and CATCH.
11188         * gdbtypes.c (safe_parse_type): Remove empty line.
11189         (types_deeply_equal):
11190         * guile/scm-frame.c (gdbscm_frame_name):
11191         * linux-thread-db.c (find_new_threads_once):
11192         * python/py-breakpoint.c (bppy_get_commands):
11193         * record-btrace.c (record_btrace_insert_breakpoint)
11194         (record_btrace_remove_breakpoint, record_btrace_start_replaying)
11195         (record_btrace_start_replaying): Adjust to avoid code between TRY
11196         and CATCH.
11197
11198 2015-03-07  Pedro Alves  <palves@redhat.com>
11199
11200         * common/common-exceptions.c (struct catcher) <exception>: No
11201         longer a pointer to volatile exception.  Now an exception value.
11202         <mask>: Delete field.
11203         (exceptions_state_mc_init): Remove all parameters.  Adjust.
11204         (exceptions_state_mc): No longer pop the catcher here.
11205         (exceptions_state_mc_catch): New function.
11206         (throw_exception): Adjust.
11207         * common/common-exceptions.h (exceptions_state_mc_init): Remove
11208         all parameters.
11209         (exceptions_state_mc_catch): Declare.
11210         (TRY_CATCH): Rename to ...
11211         (TRY): ... this.  Remove EXCEPTION and MASK parameters.
11212         (CATCH, END_CATCH): New.
11213         All callers adjusted.
11214
11215 2015-03-07  Tom Tromey  <tromey@redhat.com>
11216
11217         * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
11218
11219 2015-03-07  Pedro Alves  <palves@redhat.com>
11220
11221         * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
11222         (amd64_epilogue_frame_cache): Normal exception handling code.
11223         * break-catch-throw.c (check_status_exception_catchpoint)
11224         (re_set_exception_catchpoint): Ditto.
11225         * cli/cli-interp.c (safe_execute_command):
11226         * cli/cli-script.c (script_from_file): Ditto.
11227         * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
11228         Ditto.
11229         * compile/compile-object-run.c (compile_object_run): Ditto.
11230         * cp-abi.c (baseclass_offset): Ditto.
11231         * cp-valprint.c (cp_print_value): Ditto.
11232         * exceptions.c (catch_exceptions_with_msg):
11233         * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
11234         * frame.c (get_frame_address_in_block_if_available): Ditto.
11235         * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
11236         (i386_sigtramp_frame_cache): Ditto.
11237         * infcmd.c (post_create_inferior): Ditto.
11238         * linespec.c (parse_linespec, find_linespec_symbols):
11239         * p-valprint.c (pascal_object_print_value): Ditto.
11240         * parse.c (parse_expression_for_completion): Ditto.
11241         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
11242         * remote.c (remote_get_noisy_reply): Ditto.
11243         * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
11244         * solib-svr4.c (solib_svr4_r_map): Ditto.
11245
11246 2015-03-06  Gary Benson  <gbenson@redhat.com>
11247
11248         * common/common-utils.h (startswith): New inline function.
11249         All places where this logic was used updated to use the above.
11250
11251 2015-03-05  Pedro Alves  <palves@redhat.com>
11252
11253         PR gdb/18002
11254         * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
11255         after reading the breakpoint's shadow memory.
11256
11257 2015-03-05  Mark Kettenis  <kettenis@gnu.org>
11258
11259         * hppabsd-nat.c: Remove file.
11260         * hppaobsd-nat.c: New file.
11261         * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c.  Add
11262         hppaobsd-nat.c.
11263         * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
11264         hppaobsd-nat.o.
11265
11266 2015-03-04  Pedro Alves  <palves@redhat.com>
11267
11268         * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
11269         (target_decr_pc_after_break): Delete declaration.
11270         * target.c (default_target_decr_pc_after_break)
11271         (target_decr_pc_after_break): Delete.
11272         * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
11273         gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
11274         * linux-thread-db.c (check_event): Likewise.
11275         * infrun.c (adjust_pc_after_break): Likewise.
11276         * darwin-nat.c (cancel_breakpoint): Likewise.
11277         * aix-thread.c (aix_thread_wait): Likewise.
11278         * target-delegates.c: Regenerate.
11279
11280 2015-03-04  Pedro Alves  <palves@redhat.com>
11281
11282         * linux-nat.c (save_sigtrap): Check for breakpoints before
11283         checking watchpoints.
11284         (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
11285         breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
11286         (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
11287         a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
11288         (linux_nat_stopped_by_sw_breakpoint)
11289         (linux_nat_supports_stopped_by_sw_breakpoint)
11290         (linux_nat_stopped_by_hw_breakpoint)
11291         (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
11292         (linux_nat_wait_1): Don't re-increment the PC if relying on
11293         SIGTRAP's siginfo->si_code.
11294         (linux_nat_add_target): Install new target methods.
11295         * linux-thread-db.c (check_event): Don't account for breakpoint PC
11296         offset if the target already adjusted the PC.
11297         * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
11298         (GDB_ARCH_TRAP_BRKPT): New.
11299         (TRAP_HWBKPT): Define if not already defined.
11300
11301 2015-03-04  Pedro Alves  <palves@redhat.com>
11302
11303         * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
11304         * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
11305         Delete field.
11306         <stop_reason>: New field.
11307         (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
11308         (packet_set_cmd_state): New function.
11309         (remote_protocol_features): Register the "swbreak" and "hwbreak"
11310         features.
11311         (remote_query_supported): If not disabled with the corresponding
11312         "set remote foo-packet" command, report support for the swbreak
11313         and hwbreak features.
11314         (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
11315         field.
11316         <stop_reason>: New field.
11317         (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
11318         (remote_wait_as): Adjust.
11319         (remote_stopped_by_sw_breakpoint)
11320         (remote_supports_stopped_by_sw_breakpoint)
11321         (remote_stopped_by_hw_breakpoint)
11322         (remote_supports_stopped_by_hw_breakpoint): New functions.
11323         (remote_stopped_by_watchpoint): New function.
11324         (init_remote_ops): Install them.
11325         (_initialize_remote): Register new "set/show remote
11326         swbreak-feature-packet" and "set/show remote
11327         swbreak-feature-packet" commands.
11328
11329 2015-03-04  Pedro Alves  <palves@redhat.com>
11330
11331         * btrace.h: Include target/waitstatus.h.
11332         (struct btrace_thread_info) <stop_reason>: New field.
11333         * record-btrace.c (record_btrace_step_thread): Use
11334         record_check_stopped_by_breakpoint instead of breakpoint_here_p.
11335         (record_btrace_decr_pc_after_break): Delete.
11336         (record_btrace_stopped_by_sw_breakpoint)
11337         (record_btrace_supports_stopped_by_sw_breakpoint)
11338         (record_btrace_stopped_by_hw_breakpoint)
11339         (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
11340         (init_record_btrace_ops): Install them.
11341         * record-full.c (record_full_hw_watchpoint): Delete and replace
11342         with ...
11343         (record_full_stop_reason): ... this throughout.
11344         (record_full_exec_insn): Adjust.
11345         (record_full_wait_1): Adjust.  No longer re-increment the PC.
11346         (record_full_wait_1): Adjust.  Use
11347         record_check_stopped_by_breakpoint instead of breakpoint_here_p.
11348         (record_full_stopped_by_watchpoint): Adjust.
11349         (record_full_stopped_by_sw_breakpoint)
11350         (record_full_supports_stopped_by_sw_breakpoint)
11351         (record_full_supports_stopped_by_sw_breakpoint)
11352         (record_full_stopped_by_hw_breakpoint)
11353         (record_full_supports_stopped_by_hw_breakpoint): New functions.
11354         (init_record_full_ops, init_record_full_core_ops): Install them.
11355         * record.c (record_check_stopped_by_breakpoint): New function.
11356         * record.h: Include target/waitstatus.h.
11357         (record_check_stopped_by_breakpoint): New declaration.
11358
11359 2015-03-04  Pedro Alves  <palves@redhat.com>
11360
11361         enum lwp_stop_reason -> enum target_stop_reason
11362         * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
11363         (linux_nat_stopped_by_watchpoint, status_callback)
11364         (linux_nat_wait_1): Adjust.
11365         * linux-nat.h (enum lwp_stop_reason): Delete.
11366         (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
11367         * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
11368         * target/waitstatus.h (enum target_stop_reason): New.
11369
11370 2015-03-04  Pedro Alves  <palves@redhat.com>
11371
11372         * breakpoint.c (need_moribund_for_location_type): New function.
11373         (bpstat_stop_status): Don't skipping checking moribund locations
11374         of breakpoint types which the target tell caused a stop.
11375         (program_breakpoint_here_p): New function, factored out from ...
11376         (bp_loc_is_permanent): ... this.
11377         (update_global_location_list): Don't create a moribund location if
11378         the target supports reporting stops of the type of the removed
11379         breakpoint.
11380         * breakpoint.h (program_breakpoint_here_p): New declaration.
11381         * infrun.c (adjust_pc_after_break): Return early if the target has
11382         already adjusted the PC.  Add comments.
11383         (handle_signal_stop): If nothing explains a signal, and the target
11384         tells us the stop was caused by a software breakpoint, check if
11385         there's a breakpoint instruction in the memory.  If so, adjust the
11386         PC before presenting the stop to the user.  Otherwise, ignore the
11387         trap.  If nothing explains a signal, and the target tells us the
11388         stop was caused by a hardware breakpoint, ignore the trap.
11389         * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
11390         to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
11391         to_supports_stopped_by_hw_breakpoint>: New fields.
11392         (target_stopped_by_sw_breakpoint)
11393         (target_supports_stopped_by_sw_breakpoint)
11394         (target_stopped_by_hw_breakpoint)
11395         (target_supports_stopped_by_hw_breakpoint): Define.
11396         * target-delegates.c: Regenerate.
11397
11398 2015-03-04  Pedro Alves  <palves@redhat.com>
11399
11400         * infrun.c (follow_fork_inferior): Use the whole of the
11401         inferior_ptid and pending_follow.related_pid ptids instead of
11402         building ptids from the process components.  Adjust verbose output
11403         to use target_pid_to_str.
11404         * linux-nat.c (linux_child_follow_fork): Use the whole of the
11405         inferior_ptid and pending_follow.related_pid ptids instead of
11406         building ptids from the process components.
11407
11408 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
11409
11410         * inf-ptrace.c [PT_GET_PROCESS_STATE]
11411         (inf_ptrace_insert_fork_catchpoint): New function.
11412         (inf_ptrace_remove_fork_catchpoint): New function.
11413         (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
11414
11415 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11416
11417         * s390-linux-tdep.c (s390_register_name): Return empty string
11418         instead of NULL for registers that shouldn't be visible.
11419
11420 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11421
11422         * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
11423         XML file for 64-bit targets.
11424
11425 2015-03-03  Simon Marchi  <simon.marchi@ericsson.com>
11426
11427         * target.h (find_default_create_inferior): Remove declaration.
11428         (find_default_attach): Likewise.
11429
11430 2015-03-03  Pedro Alves  <palves@redhat.com>
11431
11432         * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
11433         Use ptid_get_pid to get the overall process id when resuming all
11434         threads.
11435
11436 2015-03-03  Pedro Alves  <palves@redhat.com>
11437
11438         * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
11439         the lwp field of ptid.  Pass the full ptid to get_thread_regcache.
11440         * inf-ptrace.c (get_ptrace_pid): New function.
11441         (inf_ptrace_resume): Use it.
11442         * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
11443         to the lower layer.
11444
11445 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
11446
11447         * nat/linux-btrace.c: Include sys/utsname.h.
11448         (linux_determine_kernel_ptr_bits): New.
11449         (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
11450         * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
11451         ptr_bits.
11452
11453 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
11454
11455         * btrace.c (ftrace_update_function): Treat return as tailcall for
11456         "_dl_runtime_resolve".
11457
11458 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
11459
11460         * btrace.h (btrace_function) <lbegin, lend>: Remove.
11461         * btrace.c (ftrace_debug): Do not print the line range.
11462         (ftrace_skip_file, ftrace_update_lines): Remove.
11463         (ftrace_new_function): Remove lbegin and lend initialization.
11464         (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
11465         * record-btrace.c (btrace_compute_src_line_range): New.
11466         (btrace_call_history_src_line): Call btrace_compute_src_line_range.
11467
11468 2015-03-02  Pedro Alves  <palves@redhat.com>
11469
11470         * infrun.c (follow_exec): Delete all threads of the process except
11471         the event thread.  Extended comments.
11472
11473 2015-03-02  Joel Brobecker  <brobecker@adacore.com>
11474
11475         * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
11476
11477 2015-03-02  Joel Brobecker  <brobecker@adacore.com>
11478
11479         * utils.h: Remove <stdbool.h> #include.
11480         (producer_is_gcc): Change return type to "int".
11481         * utils.c (producer_is_gcc): Change return type to int.
11482         Return 1 instead of true, and 0 instead of false.
11483         Adjust function documentation accordingly.
11484
11485 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11486
11487         * s390-linux-nat.c (have_regset_vxrs): New static variable.
11488         (s390_linux_fetch_inferior_registers): Handle vector registers, if
11489         present.
11490         (s390_linux_store_inferior_registers): Likewise.
11491         (s390_get_hwcap): Remove function.  Embed its logic...
11492         (s390_read_description): ...here.  Yield a target description with
11493         vector registers if applicable.
11494         * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
11495         "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
11496         "features/s390x-tevx-linux64.c".
11497         (struct gdbarch_tdep) <v0_full_regnum>: New field.
11498         (s390_dwarf_regmap): Add vector registers.  Remove bogus entries
11499         for "GNU/Linux-specific registers".
11500         (s390_dwarf_reg_r0l): New enum value.
11501         (s390_dwarf_reg_to_regnum): Support vector registers.
11502         (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
11503         of GPR lower halves.
11504         (regnum_is_vxr_full): New function.
11505         (s390_register_name): New function.
11506         (s390_pseudo_register_name): Handle v0-v15, which are composed of
11507         f0-f15 and v0l-v15l.
11508         (s390_pseudo_register_type): Likewise.
11509         (s390_pseudo_register_read): Likewise.
11510         (s390_pseudo_register_write): Likewise.
11511         (s390_value_from_register): Account for the fact that values are
11512         placed left-justified in vector registers.
11513         (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
11514         the vector reggroup and omit them from the general reggroup.
11515         (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
11516         (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
11517         (s390_iterate_over_regset_sections): Add iterations for the two
11518         new vector regsets.
11519         (s390_core_read_description): Yield a target description with
11520         vector registers if applicable.
11521         (s390_gdbarch_init): Handle target descriptions with vector
11522         registers.  Add "register_name" gdbarch method.
11523         (_initialize_s390_tdep): Call new tdesc initialization functions.
11524         * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
11525         (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
11526         (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
11527         (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
11528         (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
11529         (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
11530         (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
11531         (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
11532         (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
11533         (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
11534         (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
11535         (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
11536         (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
11537         (S390_NUM_REGS): Adjust value.
11538         (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
11539         (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
11540         (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
11541         * NEWS: Announce S/390 vector register support.
11542
11543 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11544
11545         * features/s390-tevx-linux64.xml: New file.
11546         * features/s390-vx-linux64.xml: New file.
11547         * features/s390-vx.xml: New file.
11548         * features/s390x-tevx-linux64.xml: New file.
11549         * features/s390x-vx-linux64.xml: New file.
11550         * features/Makefile (WHICH): Add s390-vx-linux64,
11551         s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
11552         (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
11553         (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
11554         macros.
11555         * features/s390-tevx-linux64.c: New generated file.
11556         * features/s390-vx-linux64.c: Likewise.
11557         * features/s390x-tevx-linux64.c: Likewise.
11558         * features/s390x-vx-linux64.c: Likewise.
11559         * regformats/s390-tevx-linux64.dat: Likewise.
11560         * regformats/s390-vx-linux64.dat: Likewise.
11561         * regformats/s390x-tevx-linux64.dat: Likewise.
11562         * regformats/s390x-vx-linux64.dat: Likewise.
11563
11564 2015-02-28  Doug Evans  <xdje42@gmail.com>
11565
11566         * symtab.h (struct symtab) <next>: Fix comment.
11567
11568 2015-02-27  Simon Marchi  <simon.marchi@ericsson.com>
11569
11570         * python/python.c (python_GdbModuleDef): Rename GdbMethods to
11571         python_GdbMethods.
11572
11573 2015-02-27  Pedro Alves  <palves@redhat.com>
11574
11575         * dtrace-probe.c (dtrace_probe_ops): Make extern.
11576
11577 2015-02-27  Pedro Alves  <palves@redhat.com>
11578
11579         * common/common-exceptions.h (exception_none): Declare.
11580         * common/common-exceptions.c (exception_none): Moved from
11581         exceptions.c.
11582         (exceptions_state_mc_init): Use exception_none.
11583         * exceptions.c (exception_none): Move to
11584         common/common-exceptions.c.
11585         * exceptions.h (exception_none): Move to
11586         common/common-exceptions.h.
11587
11588 2015-02-27  Pedro Alves  <palves@redhat.com>
11589
11590         * main.c (catch_command_errors, catch_command_errors_const):
11591         Remove 'mask' argument.  Adjust.
11592         (captured_main): Adjust callers.
11593
11594 2015-02-27  Pedro Alves  <palves@redhat.com>
11595
11596         * python/python-internal.h: Include "extension-priv.h".
11597
11598 2015-02-27  Pedro Alves  <palves@redhat.com>
11599
11600         * breakpoint.h (enum print_stop_action): Move further up in the
11601         file.
11602
11603 2015-02-27  Pedro Alves  <palves@redhat.com>
11604
11605         * gdbarch.sh: Include regcache.h.
11606         * gdbarch.h: Regenerate.
11607
11608 2015-02-27  Pedro Alves  <palves@redhat.com>
11609
11610         * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
11611         Remove duplicate const.
11612         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
11613         duplicate const.
11614
11615 2015-02-27  Pedro Alves  <palves@redhat.com>
11616
11617         * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
11618         * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
11619         * features/feature_to_c.sh: Tag the generated xml_builtin array
11620         with extern const in C++ mode.
11621
11622 2015-02-27  Tom Tromey  <tromey@redhat.com>
11623
11624         * minidebug.c (struct lzma_stream): Rename to ...
11625         (struct gdb_lzma_stream): ... this.
11626         (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
11627
11628 2015-02-27  Pedro Alves  <palves@redhat.com>
11629
11630         * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
11631         function.
11632         (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
11633         (mi_cmd_stack_list_variables): Use it.
11634
11635 2015-02-27  Pedro Alves  <palves@redhat.com>
11636
11637         * x86-linux-nat.c (u_debugreg_offset): New function.
11638         (x86_linux_dr_get, x86_linux_dr_set): Use it.
11639
11640 2015-02-27  Pedro Alves  <palves@redhat.com>
11641
11642         * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
11643         declaration.
11644         Include break-common.h.
11645
11646 2015-02-27  Tom Tromey  <tromey@redhat.com>
11647             Pedro Alves <palves@redhat.com>
11648
11649         * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
11650         local used to iterate over enums.
11651         * completer.c (signal_completer): Likewise.
11652         * i386-tdep.c (i386_stap_parse_special_token): Likewise.
11653         * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
11654         * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
11655         * tui/tui-layout.c (next_layout, prev_layout): Likewise.
11656         * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
11657         (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
11658         * tui-wingeneral.c (tui_refresh_all):  Likewise.
11659
11660 2015-02-27  Pedro Alves  <palves@redhat.com>
11661
11662         * target.h: Include "infrun.h".
11663
11664 2015-02-27  Pedro Alves  <palves@redhat.com>
11665
11666         * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
11667
11668 2015-02-27  Pedro Alves  <palves@redhat.com>
11669
11670         * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
11671         (IPA_SYM): Use it.
11672         * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
11673
11674 2015-02-27  Pedro Alves  <palves@redhat.com>
11675
11676         * cli-out.c (_rl_erase_entire_line): Move declaration out of
11677         cli_mld_erase_entire_line, and make it extern "C".
11678         * common/common-defs.h (EXTERN_C): New.
11679         * completer.c (_rl_completion_prefix_display_length)
11680         (_rl_print_completions_horizontally, QSFUNC): Move declarations
11681         out of gdb_display_match_list_1.
11682         (_rl_qsort_string_compare): Move declaration out of
11683         gdb_display_match_list_1, and make it extern "C".
11684         * defs.h (re_comp): Use EXTERN_C.
11685         * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
11686         and make it extern "C".
11687         (monstartup): Move declaration out of maintenance_set_profile_cmd,
11688         and make it extern "C".
11689         (main): Move declaration out of maintenance_set_profile_cmd.
11690         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
11691         EXTERN_C.
11692
11693 2015-02-27  Pedro Alves  <palves@redhat.com>
11694
11695         * python/python.c (GdbMethods): Rename to ...
11696         (python_GdbMethods): ... this and make extern.
11697         (GdbModuleDef): Rename to ...
11698         (python_GdbModuleDef): ... this and make extern.
11699
11700 2015-02-27  Pedro Alves  <palves@redhat.com>
11701
11702         * record-btrace.c (set_record_btrace_cmdlist)
11703         (show_record_btrace_cmdlist): Remove redefinitions.
11704
11705 2015-02-27  Tom Tromey  <tromey@redhat.com>
11706             Pedro Alves  <palves@redhat.com>
11707
11708         * dwarf2-frame.c (enum cfa_how_kind, struct
11709         dwarf2_frame_state_reg_info): Move out of struct
11710         dwarf2_frame_state.
11711         * dwarf2read.c (struct tu_stats): Move out of struct
11712         dwarf2_per_objfile.
11713         (struct file_entry): Move out of struct line_header.
11714         (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
11715         typedef_field_list): Move out of struct field_info.
11716         * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
11717         Move out of struct dynamic_prop.
11718         (union type_owner, union field_location, struct field, struct
11719         range_bounds, union type_specific): Move out of struct main_type.
11720         (struct fn_fieldlist, struct fn_field, struct typedef_field)
11721         (VOFFSET_STATIC): Move out of struct cplus_struct_type.
11722         (struct call_site_target, union call_site_parameter_u, struct
11723         call_site_parameter): Move out of struct call_site.
11724         * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
11725         m32c_prologue.
11726         (enum srcdest_kind): Move out of struct srcdest.
11727         * main.c (enum cmdarg_kind): Move out of struct cmdarg.
11728         * prologue-value.h (enum prologue_value_kind): Move out of struct
11729         prologue_value.
11730         * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
11731         gdbarch_tdep.
11732         * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
11733         out of struct field_info.
11734         * symfile.h (struct other_sections): Move out of struct
11735         section_addr_info.
11736         * symtab.c (struct symbol_cache_slot): Move out struct
11737         block_symbol_cache.
11738         * target-descriptions.c (enum tdesc_type_kind): Move out of
11739         typedef struct tdesc_type.
11740         * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
11741         struct tui_line_or_address.
11742         * value.c (enum internalvar_kind, union internalvar_data): Move
11743         out of struct internalvar.
11744         * xtensa-tdep.h (struct ctype_cache): Move out of struct
11745         gdbarch_tdep.
11746
11747 2015-02-27  Tom Tromey  <tromey@redhat.com>
11748             Pedro Alves  <palves@redhat.com>
11749
11750         Rename symbols whose names are reserved C++ keywords throughout.
11751
11752 2015-02-27  Pedro Alves  <palves@redhat.com>
11753
11754         * Makefile.in (COMPILER): New, get it from autoconf.
11755         (COMPILE.pre, CC_LD): Use COMPILER.
11756         (CXX): Get from autoconf instead.
11757         (CXX_FOR_TARGET): Default to g++ instead of gcc.
11758         * acinclude.m4: Include build-with-cxx.m4.
11759         * build-with-cxx.m4: New file.
11760         * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
11761         Disable -Werror by default if building in C++ mode.
11762         (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
11763         -Wno-narrowing in C++ mode.  Only enable -Wpointer-sign in C mode.
11764         Run supported-warning-flags tests with the C++ compiler.
11765         Save/restore CXXFLAGS too.
11766         * configure: Regenerate.
11767
11768 2015-02-27  Pedro Alves  <palves@redhat.com>
11769
11770         * libiberty.m4: New file.
11771         * acinclude.m4: Include libiberty.m4.
11772         * configure.ac: Call libiberty_INIT.
11773         * config.in, configure: Regenerate.
11774
11775 2015-02-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11776
11777         * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
11778         31-bit targets, but 64-bit targets as well.
11779         (s390_gnu_triplet_regexp): New function.
11780         (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
11781         64-bit targets as well.  Set the gnu_triplet_regexp gdbarch
11782         method.
11783
11784 2015-02-27  Jon TURNEY  <jon.turney@dronecode.org.uk>  (tiny patch)
11785
11786         * windows-nat.c (CONTEXT_DEBUGGER): Remove.
11787         (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS.  Incorporate flags
11788         from CONTEXT_DEBUGGER.
11789
11790 2015-02-26  Doug Evans  <dje@google.com>
11791
11792         * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
11793         CHECK_TYPEDEF.
11794         (set_type_vptr_fieldno): Ditto.
11795         (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
11796         * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
11797
11798 2015-02-26  Pedro Alves  <palves@redhat.com>
11799
11800         * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
11801         * complaints.c (vcomplaint): Pass argument FMT directly to
11802         printf-like functions instead of complaint->fmt.
11803         * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
11804         * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
11805         * compile/compile-loc2c.c (pushf, unary, binary): Add
11806         ATTRIBUTE_PRINTF.
11807         (do_compile_dwarf_expr_to_c): Pass string literal as format string
11808         to pushf.
11809         (BINARY): Pass string literal as format string to 'binary'.
11810         * compile/compile-object-load.c (link_callbacks_einfo): Add
11811         ATTRIBUTE_PRINTF.
11812         * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
11813
11814 2015-02-26  Pedro Alves  <palves@redhat.com>
11815
11816         * windows-termcap.c: Rename to ...
11817         * stub-termcap.c: ... this.  Adjust header line.
11818         * Makefile.in (SFILES): Refer to stub-termcap.c instead of
11819         windows-termcap.c.
11820         * configure: Regenerate.
11821         * configure.ac: Refer to stub-termcap.o instead of
11822         windows-termcap.o.
11823         * gdb_curses.h: Mention stub-termcap.c instead of
11824         windows-termcap.c.
11825
11826 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11827
11828         * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
11829         (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
11830
11831 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11832
11833         * gdb/infcmd.c (print_return_value): use type_to_string to print type.
11834
11835 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11836
11837         * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
11838         bfd_canonicalize_symtab.
11839
11840 2015-02-25  John Baldwin  <jhb@FreeBSD.org>
11841
11842         * amd64fbsd-nat.c: Include sys/user.h.
11843         (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
11844         instead of KERN_PS_STRINGS to locate the signal trampoline.
11845         * i386fbsd-nat.c: Include sys/user.h.
11846         (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
11847         instead of KERN_PS_STRINGS to locate the signal trampoline.
11848         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
11849         (amd64fbsd_sigtramp_p): New.
11850         (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
11851         longer set default values.
11852         (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
11853         * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
11854         (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
11855         (i386fbsd_freebsd4_sigtramp_start)
11856         (i386fbsd_freebsd4_sigtramp_middle)
11857         (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
11858         (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
11859         (i386fbsd_sigtramp_p): New.
11860         (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
11861         longer set default values.
11862         (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
11863
11864 2015-02-25  John Baldwin  <jhb@freebsd.org>
11865
11866         * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
11867         get_frame_register instead of frame_unwind_register_unsigned.
11868
11869 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11870
11871         PR build/18033
11872         * compile/compile-c-support.c (c_compute_program): Change // comment.
11873         * compile/compile-object-load.c (setup_sections): Change // comment.
11874
11875 2015-02-26  Joel Brobecker  <brobecker@adacore.com>
11876
11877         PR build/18033:
11878         * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
11879
11880 2015-02-23  Pedro Alves  <palves@redhat.com>
11881
11882         * remote.c (skip_to_semicolon): New function.
11883         (remote_parse_stop_reply) <T stop reply>: Use it.  Don't
11884         special case the stop reasons that look like hex numbers
11885         upfront.  Instead handle real register numbers after matching
11886         all the known stop reasons.
11887
11888 2015-02-21  Doug Evans  <dje@google.com>
11889
11890         PR c++/17976, symtab/17821
11891         * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
11892         is_in_anonymous.  All callers updated.
11893         (find_symbol_in_baseclass): Ditto.
11894         (cp_lookup_nested_symbol_1): Ditto.  Don't search all static blocks
11895         for symbols in an anonymous namespace.
11896         * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
11897         DW_AT_name directly.
11898         (dwarf2_name): Convert missing namespace name to
11899         CP_ANONYMOUS_NAMESPACE_STR.
11900
11901 2015-02-20  Pedro Alves  <palves@redhat.com>
11902
11903         * linux-nat.c (linux_handle_extended_wait): Call
11904         thread_db_notice_clone whenever a new clone LWP is detected.
11905         (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
11906         functions.
11907         * linux-nat.h (thread_db_attach_lwp): Delete declaration.
11908         (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
11909         (linux_unstop_all_lwps): Declare.
11910         * linux-thread-db.c (struct thread_get_info_inout): Delete.
11911         (thread_get_info_callback): Delete.
11912         (thread_from_lwp): Use td_thr_get_info and record_thread.
11913         (thread_db_attach_lwp): Delete.
11914         (thread_db_notice_clone): New function.
11915         (try_thread_db_load_1): If /proc is mounted and shows the
11916         process'es task list, walk over all LWPs and call thread_from_lwp
11917         instead of relying on td_ta_thr_iter.
11918         (attach_thread): Don't call check_thread_signals here.  Split the
11919         tail part of the function (which adds the thread to the core GDB
11920         thread list) to ...
11921         (record_thread): ... this function.  Call check_thread_signals
11922         here.
11923         (thread_db_wait): Don't call thread_db_find_new_threads_1.  Always
11924         call thread_from_lwp.
11925         (thread_db_update_thread_list): Rename to ...
11926         (thread_db_update_thread_list_org): ... this.
11927         (thread_db_update_thread_list): New function.
11928         (thread_db_find_thread_from_tid): Delete.
11929         (thread_db_get_ada_task_ptid): Simplify.
11930         * nat/linux-procfs.c: Include <sys/stat.h>.
11931         (linux_proc_task_list_dir_exists): New function.
11932         * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
11933
11934 2015-02-20  Pedro Alves  <palves@redhat.com>
11935
11936         * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
11937         main LWP.  Handle the case of waitpid returning 0 if we're already
11938         attached to the LWP.  Don't set the LWP's last_resume_kind to
11939         resume_stop if we already knew about the LWP.
11940         (linux_nat_filter_event): Add debug logs.
11941
11942 2015-02-20  Pedro Alves  <palves@redhat.com>
11943
11944         * target.h (forward_target_decr_pc_after_break): Delete
11945         declaration.
11946
11947 2015-02-20  Pedro Alves  <palves@redhat.com>
11948
11949         PR threads/18006
11950         * linux-thread-db.c (thread_get_info_callback): Return early if
11951         the thread's lwp id is -1.
11952
11953 2015-02-20  Joel Brobecker  <brobecker@adacore.com>
11954
11955         GDB 7.9 released.
11956
11957 2015-02-19  Steve Ellcey  <sellcey@imgtec.com>
11958
11959         * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
11960         (dtrace_get_probes) Change type of variable 'dof'.
11961
11962 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11963
11964         PR breakpoints/16812
11965         * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
11966         * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
11967         * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
11968
11969 2015-02-19  David Taylor  <dtaylor@emc.com>
11970
11971         * common/ax.def (setv): Fix consumed entry in setv DEFOP.
11972
11973 2015-02-18  Patrick Palka  <patrick@parcs.ath.cx>
11974
11975         * tui/tui-io.c (tui_handle_resize_during_io): Remove this
11976         function.
11977         (tui_putc): Don't call tui_handle_resize_during_io.
11978         (tui_getc): Likewise.
11979         (tui_mld_getc): Likewise.
11980         * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
11981         (tui_sigwinch_token): New static variable.
11982         (tui_initialize_win): Adjust documentation.  Set
11983         tui_sigwinch_token.
11984         (tui_async_resize_screen): New asynchronous callback.
11985         (tui_sigwinch_handler): Adjust documentation.  Asynchronously
11986         invoke tui_async_resize_screen.
11987
11988 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
11989
11990         * configure: Regenerated.
11991         * configure.ac: Use GDB_AC_TRANSFORM.
11992         * Makefile.in (aclocal_m4_deps): Added transform.m4.
11993         * acinclude.m4: sinclude transform.m4.
11994         * transform.m4: New file.
11995         (GDB_AC_TRANSFORM): New macro.
11996
11997 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11998
11999         * NEWS: Announce the support for DTrace SDT probes.
12000
12001 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
12002
12003         * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
12004         (amd64_dtrace_parse_probe_argument): New function.
12005         (amd64_dtrace_probe_is_enabled): Likewise.
12006         (amd64_dtrace_enable_probe): Likewise.
12007         (amd64_dtrace_disable_probe): Likewise.
12008         (amd64_linux_init_abi): Register the
12009         `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
12010         `gdbarch_dtrace_disable_probe' and
12011         `gdbarch_dtrace_probe_is_enabled' hooks.
12012         (amd64_dtrace_disabled_probe_sequence_1): New constant.
12013         (amd64_dtrace_disabled_probe_sequence_2): Likewise.
12014         (amd64_dtrace_enable_probe_sequence): Likewise.
12015         (amd64_dtrace_disable_probe_sequence): Likewise.
12016
12017 2015-01-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
12018
12019         * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
12020         the -probe-dtrace new vpossible value for PROBE_MODIFIER.
12021         * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
12022         handle ELF files.
12023         * Makefile.in (SFILES): dtrace-probe.c added.
12024         * configure: Regenerate.
12025         * dtrace-probe.c: New file.
12026         (SHT_SUNW_dof): New constant.
12027         (dtrace_probe_type): New enum.
12028         (dtrace_probe_arg): New struct.
12029         (dtrace_probe_arg_s): New typedef.
12030         (struct dtrace_probe_enabler): New struct.
12031         (dtrace_probe_enabler_s): New typedef.
12032         (dtrace_probe): New struct.
12033         (dtrace_probe_is_linespec): New function.
12034         (dtrace_dof_sect_type): New enum.
12035         (dtrace_dof_dofh_ident): Likewise.
12036         (dtrace_dof_encoding): Likewise.
12037         (DTRACE_DOF_ENCODE_LSB): Likewise.
12038         (DTRACE_DOF_ENCODE_MSB): Likewise.
12039         (dtrace_dof_hdr): New struct.
12040         (dtrace_dof_sect): Likewise.
12041         (dtrace_dof_provider): Likewise.
12042         (dtrace_dof_probe): Likewise.
12043         (DOF_UINT): New macro.
12044         (DTRACE_DOF_PTR): Likewise.
12045         (DTRACE_DOF_SECT): Likewise.
12046         (dtrace_process_dof_probe): New function.
12047         (dtrace_process_dof): Likewise.
12048         (dtrace_build_arg_exprs): Likewise.
12049         (dtrace_get_arg): Likewise.
12050         (dtrace_get_probes): Likewise.
12051         (dtrace_get_probe_argument_count): Likewise.
12052         (dtrace_can_evaluate_probe_arguments): Likewise.
12053         (dtrace_evaluate_probe_argument): Likewise.
12054         (dtrace_compile_to_ax): Likewise.
12055         (dtrace_probe_destroy): Likewise.
12056         (dtrace_gen_info_probes_table_header): Likewise.
12057         (dtrace_gen_info_probes_table_values): Likewise.
12058         (dtrace_probe_is_enabled): Likewise.
12059         (dtrace_probe_ops): New variable.
12060         (info_probes_dtrace_command): New function.
12061         (_initialize_dtrace_probe): Likewise.
12062         (dtrace_type_name): Likewise.
12063
12064 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
12065
12066         * gdbarch.sh (dtrace_parse_probe_argument): New.
12067         (dtrace_probe_is_enabled): Likewise.
12068         (dtrace_enable_probe): Likewise.
12069         (dtrace_disable_probe): Likewise.
12070         * gdbarch.c: Regenerate.
12071         * gdbarch.h: Regenerate.
12072
12073 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
12074
12075         * stap-probe.c (stap_probe_ops): Add NULLs in the static
12076         stap_probe_ops for `enable_probe' and `disable_probe'.
12077         * probe.c (enable_probes_command): New function.
12078         (disable_probes_command): Likewise.
12079         (_initialize_probe): Define the cli commands `enable probe' and
12080         `disable probe'.
12081         (parse_probe_linespec): New function.
12082         (info_probes_for_ops): Use parse_probe_linespec.
12083         * probe.h (probe_ops): New hooks `enable_probe' and
12084         `disable_probe'.
12085
12086 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
12087
12088         * probe.c (compute_probe_arg): Moved from stap-probe.c
12089         (compile_probe_arg): Likewise.
12090         (probe_funcs): Likewise.
12091         * stap-probe.c (compute_probe_arg): Moved to probe.c.
12092         (compile_probe_arg): Likewise.
12093         (probe_funcs): Likewise.
12094
12095 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
12096
12097         * probe.c (print_ui_out_not_applicables): New function.
12098         (exists_probe_with_pops): Likewise.
12099         (info_probes_for_ops): Do not include column headers for probe
12100         types for which no probe has been actually found on any object.
12101         Also invoke `print_ui_out_not_applicables' in order to match the
12102         column rows with the header when probes of several types are
12103         listed.
12104         Print the "Type" column.
12105         * probe.h (probe_ops): Added a new probe operation `type_name'.
12106         * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
12107         (stap_type_name): New function.
12108
12109 2015-02-17  Patrick Palka  <patrick@parcs.ath.cx>
12110
12111         * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
12112         (key_is_command_char): Delete.
12113
12114 2015-02-17  Pedro Alves  <palves@redhat.com>
12115
12116         * tui/tui.c (tui_enable): Resize windows before anything
12117         might show a window.
12118
12119 2015-02-17  Max Ostapenko  <m.ostapenko@partner.samsung.com>
12120
12121         PR gdb/17984
12122         * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
12123         (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
12124         call.
12125         * aarch64-tdep.h (tdesc_aarch64): Declare.
12126
12127 2015-02-12  Mark Wielaard  <mjw@redhat.com>
12128
12129         * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
12130
12131 2015-02-13  Doug Evans  <dje@google.com>
12132
12133         * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
12134         anonymous_namespace to is_in_anonymous for consistency with the rest
12135         of the file.
12136         (cp_lookup_bare_symbol): Fix typo in comment.
12137         (cp_search_static_and_baseclasses): Ditto.
12138         (search_symbol_list): Use vertical space in comment better.
12139         (reset_directive_searched): Ditto. Fix typo.
12140         (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
12141
12142 2015-02-13  Yao Qi  <yao.qi@arm.com>
12143
12144         * MAINTAINERS: Update my email address.
12145
12146 2015-02-12  Doug Evans  <dje@google.com>
12147
12148         * symtab.c (completion_list_add_name): Fix memory leak.
12149
12150 2015-02-12  Doug Evans  <dje@google.com>
12151
12152         * completer.c (complete_line): Remove incorrect comment.
12153
12154 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
12155
12156         * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
12157         (py_print_frame): Use RETURN_MASK_ERROR.
12158
12159 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
12160
12161         * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
12162         function comment.  Wrap all function that can throw in cleanups.
12163         (gdbpy_apply_frame_filter): Wrap all function that can throw in
12164         cleanups.
12165
12166 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
12167
12168         * python/py-framefilter.c (py_print_frame): Substitute goto error.
12169         Remove the error label.
12170
12171 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
12172
12173         * python/py-framefilter.c (py_print_frame): Put conditional code paths
12174         with goto first, indent the former else codepath left.  Put variable
12175         'elided' to a new inner block.
12176
12177 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
12178
12179         * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
12180
12181 2015-02-11  Pedro Alves  <palves@redhat.com>
12182
12183         * xcoffread.c (within_function): Delete.
12184
12185 2015-02-11  Tom Tromey  <tromey@redhat.com>
12186             Pedro Alves <palves@redhat.com>
12187
12188         * breakpoint.c (base_breakpoint_ops): Delete.
12189         * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
12190         * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
12191         * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
12192         * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
12193         * python/py-arch.c (arch_object_type): Make extern.
12194         * python/py-block.c (block_syms_iterator_object_type): Make extern.
12195         * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
12196         * python/py-cmd.c (cmdpy_object_type): Make extern.
12197         * python/py-continueevent.c (continue_event_object_type)
12198         * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
12199         parameter.  Update all callers.
12200         * python/py-evtregistry.c (eventregistry_object_type): Make extern.
12201         * python/py-exitedevent.c (exited_event_object_type): Make extern.
12202         * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
12203         * python/py-function.c (fnpy_object_type): Make extern.
12204         * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
12205         * python/py-infevents.c (call_pre_event_object_type)
12206         (inferior_call_post_event_object_type).
12207         (memory_changed_event_object_type): Make extern.
12208         * python/py-infthread.c (thread_object_type): Make extern.
12209         * python/py-lazy-string.c (lazy_string_object_type): Make extern.
12210         * python/py-linetable.c (linetable_entry_object_type)
12211         (linetable_object_type, ltpy_iterator_object_type): Make extern.
12212         * python/py-newobjfileevent.c (new_objfile_event_object_type)
12213         (clear_objfiles_event_object_type): Make extern.
12214         * python/py-objfile.c (objfile_object_type): Make extern.
12215         * python/py-param.c (parmpy_object_type): Make extern.
12216         * python/py-progspace.c (pspace_object_type): Make extern.
12217         * python/py-signalevent.c (signal_event_object_type): Make extern.
12218         * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
12219         * python/py-type.c (type_object_type, field_object_type)
12220         (type_iterator_object_type): Make extern.
12221         * python/python.c (python_extension_script_ops)
12222         (python_extension_ops): Make extern.
12223         * stap-probe.c (stap_probe_ops): Make extern.
12224
12225 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
12226
12227         * infrun.c (adjust_pc_after_break): Don't adjust the PC just
12228         because the event thread is not the current thread.
12229
12230 2015-02-11  Doug Evans  <xdje42@gmail.com>
12231
12232         * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
12233         been initialized yet, return NULL.
12234
12235 2015-02-11  Doug Evans  <dje@google.com>
12236
12237         * symfile.h (new_symfile_objfile): Delete.
12238         * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
12239         All callers updated.
12240
12241 2015-02-11  Patrick Palka  <patrick@parcs.ath.cx>
12242
12243         * tui/tui-io.c (tui_handle_resize_during_io): Call
12244         tui_update_gdb_sizes() after resizing the screen.
12245         * tui/tui.c (tui_enable): Resize the terminal before
12246         calling tui_update_gdb_sizes().
12247
12248 2015-02-11  Patrick Palka  <patrick@parcs.ath.cx>
12249
12250         * tui/tui-io.c (tui_getc): Move cursor to the end of the command
12251         line before printing a newline.
12252
12253 2015-02-11  Mark Wielaard  <mjw@redhat.com>
12254
12255         * utils.c (producer_is_gcc): Return true or false.
12256
12257 2015-02-10  Mark Wielaard  <mjw@redhat.com>
12258
12259         * utils.h (producer_is_gcc): Change return type to bool. Add major
12260         argument.
12261         * utils.c (producer_is_gcc): Likewise.
12262         (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
12263         * dwarf2read.c (check_producer): Likewise.
12264
12265 2015-02-10  Pedro Alves  <palves@redhat.com>
12266
12267         * infrun.c (displaced_step_fixup): Switch to the event thread
12268         before calling gdbarch_displaced_step_fixup.
12269
12270 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
12271
12272         * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
12273
12274 2015-02-10  Simon Marchi  <simon.marchi@ericsson.com>
12275
12276         * ada-varobj.c (ada_name_of_child): Constify parent.
12277         (ada_path_expr_of_child): Same.
12278         (ada_value_of_child): Same.
12279         (ada_type_of_child): Same.
12280         * c-varobj.c (c_is_path_expr_parent): Same.
12281         (c_describe_child): Same.
12282         (c_name_of_child): Same.
12283         (c_value_of_child): Same.
12284         (c_type_of_child): Same.
12285         (cplus_number_of_children): Same.
12286         (cplus_describe_child): Constify var.
12287         (cplus_name_of_child): Constify parent.
12288         (cplus_value_of_child): Same.
12289         (cplus_type_of_child): Same.
12290         * jv-varobj.c (java_name_of_child): Same.
12291         (java_value_of_child): Same.
12292         (java_type_of_child): Same.
12293         * varobj.c (value_of_child): Same.
12294         (varobj_default_is_path_expr_parent): Constify var, parent and return
12295         value.
12296         (varobj_get_path_expr): Constify var, modify path_expr through
12297         mutable_var.
12298         (install_new_value): Constify parent.
12299         (value_of_child): Constify parent.
12300         * varobj.h (struct varobj): Constify parent.
12301         (struct lang_varobj_ops): Constify name_of_child, value_of_child and
12302         type_of_child.
12303         (varobj_get_path_expr): Constify var.
12304         (varobj_get_path_expr_parent): Constify var and return value.
12305
12306 2015-02-10  Luis Machado  <lgustavo@codesourcery.com>
12307
12308         * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
12309         (arm_prologue_this_id): Move PC and SP limit checks to
12310         arm_prologue_unwind_stop_reason.
12311         (arm_prologue_unwind) <stop_reason> : Set to
12312         arm_prologue_unwind_stop_reason.
12313
12314 2015-02-09  Mark Wielaard  <mjw@redhat.com>
12315
12316         * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
12317         DW_LANG_Fortran08 as language_fortran.
12318
12319 2015-02-09  Sergio Durigan Junior  <sergiodj@redhat.com>
12320
12321         PR remote/17946
12322         * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
12323         of pointer against char.
12324
12325 2015-02-09  Mark Wielaard  <mjw@redhat.com>
12326
12327         * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
12328         (c_type_print_modifier): Likewise.
12329         * dwarf2read.c (read_tag_atomic_type): New function.
12330         (read_type_die_1): Handle DW_TAG_atomic_type.
12331         * gdbtypes.c (make_atomic_type): New function.
12332         (recursive_dump_type): Handle TYPE_ATOMIC.
12333         * gdbtypes.h (enum type_flag_values): Renumber.
12334         (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
12335         (TYPE_ATOMIC): New macro.
12336         (make_atomic_type): Declare.
12337
12338 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12339
12340         * btrace.c (ftrace_find_call): Skip gaps.
12341         (ftrace_new_function): Initialize level.
12342         (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
12343         (ftrace_new_switch): Update
12344         level computation.
12345         (ftrace_new_gap): New.
12346         (ftrace_update_function): Create new function after gap.
12347         (btrace_compute_ftrace_bts): Create gap on error.
12348         (btrace_stitch_bts): Update parameters.  Clear trace if it
12349         becomes empty.
12350         (btrace_stitch_trace): Update parameters.  Update callers.
12351         (btrace_clear): Reset the number of gaps.
12352         (btrace_insn_get): Return NULL if the iterator points to a gap.
12353         (btrace_insn_number): Return zero if the iterator points to a gap.
12354         (btrace_insn_end): Allow gaps at the end.
12355         (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
12356         (btrace_find_insn_by_number): Assert that the found iterator does
12357         not point to a gap.
12358         (btrace_call_next, btrace_call_prev): Assert that the last function
12359         is not a gap.
12360         * btrace.h (btrace_bts_error): New.
12361         (btrace_function): Update comment.
12362         (btrace_function) <insn, insn_offset, number>: Update comment.
12363         (btrace_function) <errcode>: New.
12364         (btrace_thread_info) <ngaps>: New.
12365         (btrace_thread_info) <replay>: Update comment.
12366         (btrace_insn_get): Update comment.
12367         * record-btrace.c (btrace_ui_out_decode_error): New.
12368         (record_btrace_info): Print number of gaps.
12369         (btrace_insn_history, btrace_call_history): Call
12370         btrace_ui_out_decode_error for gaps.
12371         (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
12372
12373 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12374
12375         * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
12376         * nat/linux-btrace.c: (btrace_this_cpu): New.
12377         (cpu_supports_bts): Call btrace_this_cpu.
12378         (intel_supports_bts): Add cpu parameter.
12379
12380 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12381
12382         * btrace.h (btrace_insn_class): New.
12383         (btrace_insn) <size, iclass>: New.
12384         * btrace.c (ftrace_find_call): Update parameters.  Update users.
12385         Use instruction classification.
12386         (ftrace_new_return): Update parameters.  Update users.
12387         (ftrace_update_function): Update parameters.  Update users.  Use
12388         instruction classification.
12389         (ftrace_update_insns): Update parameters.  Update users.
12390         (ftrace_classify_insn): New.
12391         (btrace_compute_ftrace_bts): Fill in new btrace_insn fields.  Add
12392         TRY_CATCH around call to gdb_insn_length.
12393
12394 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12395
12396         * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
12397         Update parameters.  Update users.
12398
12399 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12400
12401         * btrace.c (parse_xml_btrace_conf_bts): Add size.
12402         (btrace_conf_bts_attributes): New.
12403         (btrace_conf_children): Add attributes.
12404         * common/btrace-common.h (btrace_config_bts): New.
12405         (btrace_config)<bts>: New.
12406         (btrace_config): Update comment.
12407         * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
12408         Use config.
12409         * features/btrace-conf.dtd: Increment version.  Add size
12410         attribute to bts element.
12411         * record-btrace.c (set_record_btrace_bts_cmdlist,
12412         show_record_btrace_bts_cmdlist): New.
12413         (record_btrace_adjust_size, record_btrace_print_bts_conf,
12414         record_btrace_print_conf, cmd_set_record_btrace_bts,
12415         cmd_show_record_btrace_bts): New.
12416         (record_btrace_info): Call record_btrace_print_conf.
12417         (_initialize_record_btrace): Add commands.
12418         * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
12419         (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
12420         (btrace_sync_conf): Synchronize bts size.
12421         (_initialize_remote): Add Qbtrace-conf:bts:size packet.
12422         * NEWS: Announce new commands and new packets.
12423
12424 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12425
12426         * Makefile.in (XMLFILES): Add btrace-conf.dtd.
12427         * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
12428         (x86_linux_btrace_conf): New.
12429         (x86_linux_create_target): Initialize to_btrace_conf.
12430         * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
12431         Check format.  Split into this and ...
12432         (linux_enable_bts): ... this.
12433         (linux_btrace_conf): New.
12434         (perf_event_skip_record): Renamed into ...
12435         (perf_event_skip_bts_record): ... this.  Updated users.
12436         (linux_disable_btrace): Split into this and ...
12437         (linux_disable_bts): ... this.
12438         (linux_read_btrace): Check format.
12439         * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
12440         (linux_btrace_conf): New.
12441         (btrace_target_info)<ptid>: Moved.
12442         (btrace_target_info)<conf>: New.
12443         (btrace_target_info): Split into this and ...
12444         (btrace_tinfo_bts): ... this.  Updated users.
12445         * btrace.c (btrace_enable): Update parameters.
12446         (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
12447         (btrace_conf_children, btrace_conf_attributes)
12448         (btrace_conf_elements): New.
12449         * btrace.h (btrace_enable): Update parameters.
12450         (btrace_conf, parse_xml_btrace_conf): New.
12451         * common/btrace-common.h (btrace_config): New.
12452         * feature/btrace-conf.dtd: New.
12453         * record-btrace.c (record_btrace_conf): New.
12454         (record_btrace_cmdlist): New.
12455         (record_btrace_enable_warn, record_btrace_open): Pass
12456         &record_btrace_conf.
12457         (record_btrace_info): Print recording format.
12458         (cmd_record_btrace_bts_start): New.
12459         (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
12460         (_initialize_record_btrace): Add "record btrace bts" subcommand.
12461         Add "record bts" alias command.
12462         * remote.c (remote_state)<btrace_config>: New.
12463         (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
12464         (remote_protocol_features): Add qXfer:btrace-conf:read.
12465         (remote_open_1): Call remote_btrace_reset.
12466         (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
12467         (btrace_target_info)<conf>: New.
12468         (btrace_sync_conf, btrace_read_config): New.
12469         (remote_enable_btrace): Update parameters.  Call btrace_sync_conf and
12470         btrace_read_conf.
12471         (remote_btrace_conf): New.
12472         (init_remote_ops): Initialize to_btrace_conf.
12473         (_initialize_remote): Add qXfer:btrace-conf packet.
12474         * target.c (target_enable_btrace): Update parameters.
12475         (target_btrace_conf): New.
12476         * target.h (target_enable_btrace): Update parameters.
12477         (target_btrace_conf): New.
12478         (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
12479         (target_ops)<to_enable_btrace>: Update parameters and comment.
12480         (target_ops)<to_btrace_conf>: New.
12481         * target-delegates: Regenerate.
12482         * target-debug.h (target_debug_print_const_struct_btrace_config_p)
12483         (target_debug_print_const_struct_btrace_target_info_p): New.
12484         * NEWS: Announce new command and new packet.
12485
12486 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12487
12488         * nat/linux-btrace.h (perf_event_buffer): New.
12489         (btrace_target_info) <buffer, size, data_head>: Replace with ...
12490         <bts>: ... this.
12491         * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
12492         (perf_event_buffer_size, perf_event_buffer_begin)
12493         (perf_event_buffer_end, linux_btrace_has_changed): Removed.
12494         Updated users.
12495         (perf_event_new_data): New.
12496
12497 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12498
12499         * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
12500         * record-btrace.c (record_btrace_open): Remove call to
12501         target_supports_btrace.
12502         * remote.c (remote_supports_btrace): Update parameters.
12503         * target.c (target_supports_btrace): Update parameters.
12504         * target.h (to_supports_btrace, target_supports_btrace): Update
12505         parameters.
12506         * target-delegates.c: Regenerate.
12507         * target-debug.h (target_debug_print_enum_btrace_format): New.
12508         * nat/linux-btrace.c
12509         (kernel_supports_btrace): Rename into ...
12510         (kernel_supports_bts): ... this.  Update users.  Update warning text.
12511         (intel_supports_btrace): Rename into ...
12512         (intel_supports_bts): ... this.  Update users.
12513         (cpu_supports_btrace): Rename into ...
12514         (cpu_supports_bts): ... this.  Update users.
12515         (linux_supports_btrace): Update parameters.  Split into this and ...
12516         (linux_supports_bts): ... this.
12517         * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
12518
12519 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12520
12521         * Makefile.in (SFILES): Add common/btrace-common.c.
12522         (COMMON_OBS): Add common/btrace-common.o.
12523         (btrace-common.o): Add build rules.
12524         * btrace.c (parse_xml_btrace): Update parameters.
12525         (parse_xml_btrace_block): Set format field.
12526         (btrace_add_pc, btrace_fetch): Use struct btrace_data.
12527         (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
12528         (btrace_compute_ftrace): Split into this and...
12529         (btrace_compute_ftrace_bts): ...this.
12530         (btrace_stitch_trace): Split into this and...
12531         (btrace_stitch_bts): ...this.
12532         * btrace.h (parse_xml_btrace): Update parameters.
12533         (make_cleanup_btrace_data): New.
12534         * common/btrace-common.c: New.
12535         * common/btrace-common.h: Include common-defs.h.
12536         (btrace_block_s): Update comment.
12537         (btrace_format): New.
12538         (btrace_format_string): New.
12539         (btrace_data_bts): New.
12540         (btrace_data): New.
12541         (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
12542         * remote.c (remote_read_btrace): Update parameters.
12543         * target.c (target_read_btrace): Update parameters.
12544         * target.h (target_read_btrace): Update parameters.
12545         (target_ops)<to_read_btrace>: Update parameters.
12546         * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
12547         * target-delegates.c: Regenerate.
12548         * target-debug (target_debug_print_struct_btrace_data_p): New.
12549         * nat/linux-btrace.c (linux_read_btrace): Split into this and...
12550         (linux_read_bts): ...this.
12551         * nat/linux-btrace.h (linux_read_btrace): Update parameters.
12552
12553 2015-02-06  Doug Evans  <dje@google.com>
12554
12555         * remote-m32r-sdi.c: Include symfile.h.
12556
12557 2015-02-06  Doug Evans  <dje@google.com>
12558
12559         * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
12560         * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
12561         to here.
12562
12563 2015-02-06  Pedro Alves  <palves@redhat.com>
12564
12565         * linux-thread-db.c (find_new_threads_callback): Add debug output.
12566
12567 2015-02-06  Simon Marchi  <simon.marchi@ericsson.com>
12568
12569         PR gdb/15678
12570         * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
12571         (enable_count_command): Check args for NULL value.
12572
12573 2015-02-05  Doug Evans  <xdje42@gmail.com>
12574
12575         * guile/scm-frame.c: Fix spelling errors in a comment.
12576
12577 2015-02-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
12578
12579         * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
12580         * python/py-value.c (valpy_fetch_lazy): Use it.  Remove cast to the
12581         return type.
12582
12583 2015-02-04  Pedro Alves  <palves@redhat.com>
12584
12585         * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
12586         (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
12587         returns true.
12588         (resume_stopped_resumed_lwps): Don't check whether the thread is
12589         marked as executing.
12590         (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
12591
12592 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12593
12594         * regset.h (struct regset): Add flags field.
12595         (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
12596         * corelow.c (get_core_register_section): Add warning if the size
12597         exceeds the requested size and the regset does not have the
12598         REGSET_VARIABLE_SIZE flag set.
12599         * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
12600         flag.
12601         * armbsd-tdep.c (armbsd_gregset): Likewise.
12602         * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
12603         * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
12604         * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
12605         * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
12606
12607 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12608
12609         * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
12610         For ".reg-xstate", explicitly specify the requested section size
12611         via X86_XSTATE_SIZE instead of just 0 on input and
12612         X86_XSTATE_MAX_SIZE on output.
12613         * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
12614         Likewise.
12615
12616 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12617
12618         PR corefiles/17808:
12619         * gdbarch.sh (iterate_over_regset_sections_cb): Document this
12620         function type, particularly its SIZE parameter.
12621         * gdbarch.h: Regenerate.
12622         * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
12623         actual against required size using ">=" instead of "==".
12624         (amd64_collect_fpregset): Likewise.
12625         * i386-tdep.c (i386_supply_gregset): Likewise.
12626         (i386_collect_gregset): Likewise.
12627         (i386_supply_fpregset): Likewise.
12628         (i386_collect_fpregset): Likewise.
12629         * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
12630         (mips_fill_gregset_wrapper): Likewise.
12631         (mips_supply_fpregset_wrapper): Likewise.
12632         (mips_fill_fpregset_wrapper): Likewise.
12633         (mips64_supply_gregset_wrapper): Likewise.
12634         (mips64_fill_gregset_wrapper): Likewise.
12635         (mips64_supply_fpregset_wrapper): Likewise.
12636         (mips64_fill_fpregset_wrapper): Likewise.
12637         * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
12638         (am33_supply_fpregset_method): Likewise.
12639         (am33_collect_gregset_method): Likewise.
12640         (am33_collect_fpregset_method): Likewise.
12641
12642 2015-02-04  Doug Evans  <dje@google.com>
12643             Pedro Alves  <palves@redhat.com>
12644             Eli Zaretskii  <eliz@gnu.org>
12645
12646         PR tui/17810
12647         * tui/tui-command.c (tui_refresh_cmd_win): New function.
12648         * tui/tui-command.c (tui_refresh_cmd_win): Declare.
12649         * tui/tui-file.c: #include tui/tui-command.h.
12650         (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
12651         (tui_file_flush): Refresh command window if stream is gdb_stdout.
12652         * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
12653
12654 2015-02-04  Pedro Alves  <palves@redhat.com>
12655
12656         Fix build breakage.
12657         * event-loop.c (gdb_do_one_event): Add default switch case.
12658
12659 2015-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
12660
12661         Filter out inferior gcc option -fpreprocessed.
12662         * compile/compile.c (filter_args): New function.
12663         (get_args): Use it.
12664
12665 2015-02-03  Pedro Alves  <palves@redhat.com>
12666
12667         * event-loop.c: Don't declare nor define a queue type for
12668         gdb_event_p.
12669         (event_queue): Delete.
12670         (create_event, create_file_event, gdb_event_xfree)
12671         (initialize_event_loop, process_event): Delete.
12672         (gdb_do_one_event): Return as soon as one event is handled.
12673         (handle_file_event): Change prototype.  Used the passed in
12674         file_handler pointer and ready_mask instead of looping over all
12675         file handlers.
12676         (gdb_wait_for_event): Update the poll/select timeouts before
12677         blocking.  Run event handlers directly instead of queueing events.
12678         Return as soon as one event is handled.
12679         (struct async_event_handler_data): Delete.
12680         (invoke_async_event_handler): Delete.
12681         (check_async_event_handlers): Change return type to int.  Run
12682         event handlers directly instead of queueing events.  Return as
12683         soon as one event is handled.
12684         (handle_timer_event): Delete.
12685         (update_wait_timeout): New function, factored out from
12686         poll_timers.
12687         (poll_timers): Reimplement.
12688         * event-loop.h (initialize_event_loop): Delete declaration.
12689         * top.c (gdb_init): Don't call initialize_event_loop.
12690
12691 2015-02-03  Pedro Alves  <palves@redhat.com>
12692
12693         * event-loop.c (clear_async_event_handler): New function.
12694         * event-loop.h (clear_async_event_handler): New declaration.
12695         * record-btrace.c (record_btrace_async): New function.
12696         (init_record_btrace_ops): Install record_btrace_async.
12697         * record-full.c (record_full_async): New function.
12698         (record_full_resume): Don't mark the async event source here.
12699         (init_record_full_ops): Install record_full_async.
12700         (record_full_core_resume): Don't mark the async event source here.
12701         (init_record_full_core_ops): Install record_full_async.
12702         * remote.c (remote_async): Mark and clear the async stop reply
12703         queue event-loop token as appropriate.
12704
12705 2015-02-03  Pedro Alves  <palves@redhat.com>
12706
12707         * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
12708         target_is_async_p instead of target_can_async.
12709         (linux_nat_wait): Use target_is_async_p instead of
12710         target_can_async.  Don't enable async here.
12711         * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
12712         target_is_async_p instead of target_can_async.
12713
12714 2015-02-02  Simon Marchi  <simon.marchi@ericsson.com>
12715
12716         * varobj.h (lang_varobj_ops): Mention which return values need
12717         to be freed.
12718
12719 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
12720
12721         * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
12722
12723 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
12724
12725         PR gdb/17856:
12726         * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
12727         results found in the cache.
12728
12729 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
12730
12731         PR gdb/17854:
12732         * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
12733         when allocating a new one.
12734
12735 2015-02-01  Tom Tromey  <tom@tromey.com>
12736
12737         * MAINTAINERS: Remove myself.
12738
12739 2015-01-31  Doug Evans  <xdje42@gmail.com>
12740
12741         * dwarf2read.c (process_structure_scope): Update setting of
12742         TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
12743         * gdbtypes.c (internal_type_vptr_fieldno): New function.
12744         (set_type_vptr_fieldno): New function.
12745         (internal_type_vptr_basetype): New function.
12746         (set_type_vptr_basetype): New function.
12747         (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
12748         TYPE_VPTR_BASETYPE.
12749         (allocate_cplus_struct_type): Initialize vptr_fieldno.
12750         (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
12751         (print_cplus_stuff): ... moved here.
12752         (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
12753         * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
12754         moved to ...
12755         (struct cplus_struct_type): ... here.  All uses updated.
12756         (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
12757         (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
12758         (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
12759         * stabsread.c (read_tilde_fields): Update setting of
12760         TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
12761
12762 2015-01-31  Doug Evans  <xdje42@gmail.com>
12763
12764         * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
12765         to self_p.
12766         (cp_print_class_member): Rename local domain to self_type.
12767         * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
12768         domain_type to self_type.
12769         (set_die_type) <need_gnat_info>: Handle
12770         TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
12771         * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
12772         TYPE_SPECIFIC_SELF_TYPE.
12773         * gdbtypes.c (internal_type_self_type): New function.
12774         (set_type_self_type): New function.
12775         (smash_to_memberptr_type): Rename parameter domain to self_type.
12776         Update setting of TYPE_SELF_TYPE.
12777         (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
12778         (smash_to_method_type): Rename parameter domain to self_type.
12779         Update setting of TYPE_SELF_TYPE.
12780         (check_stub_method): Call smash_to_method_type.
12781         (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
12782         (copy_type_recursive): Ditto.
12783         * gdbtypes.h (enum type_specific_kind): New value
12784         TYPE_SPECIFIC_SELF_TYPE.
12785         (struct main_type) <type_specific>: New member self_type.
12786         (struct cplus_struct_type) <fn_field.type>: Update comment.
12787         (TYPE_SELF_TYPE): Rewrite.
12788         (internal_type_self_type, set_type_self_type): Declare.
12789         * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
12790         self_type.
12791         (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
12792         * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
12793         TYPE_TARGET_TYPE.
12794         * stabsread.c (read_member_functions): Mark methods with
12795         TYPE_CODE_METHOD, not TYPE_CODE_FUNC.  Update setting of
12796         TYPE_SELF_TYPE.
12797
12798 2015-01-31  Doug Evans  <xdje42@gmail.com>
12799
12800         * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
12801         All uses updated.
12802
12803 2015-01-31  Doug Evans  <xdje42@gmail.com>
12804
12805         * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
12806         or unions.  Return zero if union.
12807         (gnuv3_get_vtable): Call check_typedef.  Assert only passed structs.
12808         (gnuv3_rtti_type): Pass already-check_typedef'd value to
12809         gnuv3_get_vtable.
12810         (compute_vtable_size): Assert only passed structs.
12811         (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
12812
12813 2015-01-31  Doug Evans  <xdje42@gmail.com>
12814
12815         * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
12816         kinds.
12817
12818 2015-01-31  Gary Benson <gbenson@redhat.com>
12819             Doug Evans  <dje@google.com>
12820
12821         PR cli/9007
12822         PR cli/11920
12823         PR cli/15548
12824         * cli/cli-cmds.c (complete_command): Notify user if max-completions
12825         reached.
12826         * common/common-exceptions.h (enum errors)
12827         <MAX_COMPLETIONS_REACHED_ERROR>: New value.
12828         * completer.h (get_max_completions_reached_message): New declaration.
12829         (max_completions): Likewise.
12830         (completion_tracker_t): New typedef.
12831         (new_completion_tracker): New declaration.
12832         (make_cleanup_free_completion_tracker): Likewise.
12833         (maybe_add_completion_enum): New enum.
12834         (maybe_add_completion): New declaration.
12835         (throw_max_completions_reached_error): Likewise.
12836         * completer.c (max_completions): New global variable.
12837         (new_completion_tracker): New function.
12838         (free_completion_tracker): Likewise.
12839         (make_cleanup_free_completion_tracker): Likewise.
12840         (maybe_add_completions): Likewise.
12841         (throw_max_completions_reached_error): Likewise.
12842         (complete_line): Remove duplicates and limit result to max_completions
12843         entries.
12844         (get_max_completions_reached_message): New function.
12845         (gdb_display_match_list): Handle max_completions.
12846         (_initialize_completer): New declaration and function.
12847         * symtab.c: Include completer.h.
12848         (completion_tracker): New static variable.
12849         (completion_list_add_name): Call maybe_add_completion.
12850         (default_make_symbol_completion_list_break_on_1): Renamed from
12851         default_make_symbol_completion_list_break_on.  Maintain
12852         completion_tracker across calls to completion_list_add_name.
12853         (default_make_symbol_completion_list_break_on): New function.
12854         * top.c (init_main): Set rl_completion_display_matches_hook.
12855         * tui/tui-io.c: Include completer.h.
12856         (tui_old_rl_display_matches_hook): New static global.
12857         (tui_rl_display_match_list): Notify user if max-completions reached.
12858         (tui_setup_io): Save/restore rl_completion_display_matches_hook.
12859         * NEWS (New Options): Mention set/show max-completions.
12860
12861 2015-01-31  Gary Benson  <gbenson@redhat.com>
12862
12863         * symtab.c (struct add_name_data) <code>: New field.
12864         Updated comments.
12865         (add_symtab_completions): New function.
12866         (symtab_expansion_callback): Likewise.
12867         (default_make_symbol_completion_list_break_on): Set datum.code.
12868         Move minimal symbol scan before calling expand_symtabs_matching.
12869         Scan known primary symtabs for externs and statics before calling
12870         expand_symtabs_matching.  Pass symtab_expansion_callback as
12871         expansion_notify argument to expand_symtabs_matching.  Do not scan
12872         primary symtabs for externs and statics after calling
12873         expand_symtabs_matching.
12874
12875 2015-01-31  Gary Benson  <gbenson@redhat.com>
12876
12877         * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
12878         (struct quick_symbol_functions) <expand_symtabs_matching>:
12879         New argument expansion_notify.  All uses updated.
12880         (expand_symtabs_matching): New argument expansion_notify.
12881         All uses updated.
12882         * symfile-debug.c (debug_qf_expand_symtabs_matching):
12883         Also print expansion notify.
12884         * symtab.c (expand_symtabs_matching_via_partial): Call
12885         expansion_notify whenever a partial symbol table is expanded.
12886         * dwarf2read.c (dw2_expand_symtabs_matching): Call
12887         expansion_notify whenever a symbol table is instantiated.
12888
12889 2015-01-31  Doug Evans  <xdje42@gmail.com>
12890
12891         * cli-out.c: #include completer.h, readline/readline.h.
12892         (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
12893         (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
12894         (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
12895         * cli-out.h (cli_display_match_list): Declare.
12896         * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
12897         (ELLIPSIS_LEN): Ditto.
12898         (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
12899         (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
12900         (gdb_fnprint, gdb_print_filename): Ditto.
12901         (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
12902         (gdb_display_match_list): Ditto.
12903         * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
12904         (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
12905         (mld_beep_ftype, mld_read_key_ftype): Ditto.
12906         (match_list_displayer): New struct.
12907         (gdb_display_match_list): Declare.
12908         * top.c (init_main): Set rl_completion_display_matches_hook.
12909         * tui/tui-io.c: #include completer.h.
12910         (printable_part, PUTX, print_filename, get_y_or_n): Delete.
12911         (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
12912         (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
12913         (tui_mld_getc, tui_mld_read_key): Ditto.
12914         (tui_rl_display_match_list): Rewrite.
12915         (tui_handle_resize_during_io): New arg for_completion.  All callers
12916         updated.
12917
12918 2015-01-31  Doug Evans  <xdje42@gmail.com>
12919
12920         Add symbol lookup cache.
12921         * NEWS: Document new options and commands.
12922         * symtab.c (symbol_cache_key): New static global.
12923         (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
12924         (SYMBOL_LOOKUP_FAILED): New macro.
12925         (symbol_cache_slot_state): New enum.
12926         (block_symbol_cache): New struct.
12927         (symbol_cache): New struct.
12928         (new_symbol_cache_size, symbol_cache_size): New static globals.
12929         (hash_symbol_entry, eq_symbol_entry): New functions.
12930         (symbol_cache_byte_size, resize_symbol_cache): New functions.
12931         (make_symbol_cache, free_symbol_cache): New functions.
12932         (get_symbol_cache, symbol_cache_cleanup): New function.
12933         (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
12934         (symbol_cache_lookup, symbol_cache_clear_slot): New function.
12935         (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
12936         (symbol_cache_flush, symbol_cache_dump): New functions.
12937         (maintenance_print_symbol_cache): New function.
12938         (maintenance_flush_symbol_cache): New function.
12939         (symbol_cache_stats): New function.
12940         (maintenance_print_symbol_cache_statistics): New function.
12941         (symtab_new_objfile_observer): New function.
12942         (symtab_free_objfile_observer): New function.
12943         (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
12944         (_initialize_symtab): Init symbol_cache_key.  New parameter
12945         maint symbol-cache-size.  New maint commands print symbol-cache,
12946         print symbol-cache-statistics, flush-symbol-cache.
12947         Install new_objfile, free_objfile observers.
12948
12949 2015-01-31  Joel Brobecker  <brobecker@adacore.com>
12950
12951         PR symtab/17855
12952         * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
12953         to end.
12954
12955 2015-01-31  Doug Evans  <xdje42@gmail.com>
12956
12957         * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
12958         * auto-load.c: #include ctype.h.
12959         (struct auto_load_pspace_info): Replace member loaded_scripts with
12960         new members loaded_script_files, loaded_script_texts.
12961         (auto_load_pspace_data_cleanup): Update.
12962         (init_loaded_scripts_info): Update.
12963         (get_auto_load_pspace_data_for_loading): Update.
12964         (maybe_add_script_file): Renamed from maybe_add_script.  All callers
12965         updated.
12966         (maybe_add_script_text): New function.
12967         (clear_section_scripts): Update.
12968         (source_script_file, execute_script_contents): New functions.
12969         (source_section_scripts): Add support for
12970         SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
12971         (print_scripts): New function.
12972         (auto_load_info_scripts): Also print inlined scripts.
12973         (maybe_print_unsupported_script_warning): Renamed from
12974         unsupported_script_warning_print.  All callers updated.
12975         (maybe_print_script_not_found_warning): Renamed from
12976         script_not_found_warning_print.  All callers updated.
12977         * extension-priv.h (struct extension_language_script_ops): New member
12978         objfile_script_executor.
12979         * extension.c (ext_lang_objfile_script_executor): New function.
12980         * extension.h (objfile_script_executor_func): New typedef.
12981         (ext_lang_objfile_script_executor): Declare.
12982         * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
12983         * guile/guile.c (guile_extension_script_ops): Update.
12984         * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
12985         * python/python.c (python_extension_script_ops): Update.
12986         (gdbpy_execute_objfile_script): New function.
12987
12988 2015-01-31  Eli Zaretskii  <eliz@gnu.org>
12989
12990         * tui/tui-io.c (tui_expand_tabs): New function.
12991         (tui_puts, tui_redisplay_readline): Expand TABs into the
12992         appropriate number of spaces.
12993         * tui/tui-regs.c: Include tui-io.h.
12994         (tui_register_format): Call tui_expand_tabs to expand TABs into
12995         the appropriate number of spaces.
12996         * tui/tui-io.h: Add prototype for tui_expand_tabs.
12997
12998 2015-01-30  Doug Evans  <dje@google.com>
12999
13000         * NEWS: "info source" command now display producer string if present.
13001         * source.c (source_info): Print producer string if present.
13002
13003 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
13004
13005         * varobj.c (varobj_delete): Fix comment.
13006
13007 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
13008
13009         * varobj.c (create_child): Modify comment.
13010
13011 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
13012
13013         * ada-varobj.c (ada_number_of_children): Constify struct varobj *
13014         parameter.
13015         (ada_name_of_variable): Same.
13016         (ada_path_expr_of_child): Same.
13017         (ada_value_of_variable): Same.
13018         (ada_value_is_changeable_p): Same.
13019         (ada_value_has_mutated): Same.
13020         * c-varobj.c (varobj_is_anonymous_child): Same.
13021         (c_is_path_expr_parent): Same.
13022         (c_number_of_children): Same.
13023         (c_name_of_variable): Same.
13024         (c_path_expr_of_child): Same.
13025         (get_type): Same.
13026         (c_value_of_variable): Same.
13027         (cplus_number_of_children): Same.
13028         (cplus_name_of_variable): Same.
13029         (cplus_path_expr_of_child): Same.
13030         (cplus_value_of_variable): Same.
13031         * jv-varobj.c (java_number_of_children): Same.
13032         (java_name_of_variable): Same.
13033         (java_path_expr_of_child): Same.
13034         (java_value_of_variable): Same.
13035         * varobj.c (number_of_children): Same.
13036         (name_of_variable): Same.
13037         (is_root_p): Same.
13038         (varobj_ensure_python_env): Same.
13039         (varobj_get_objname): Same.
13040         (varobj_get_expression): Same.
13041         (varobj_get_display_format): Same.
13042         (varobj_get_display_hint): Same.
13043         (varobj_has_more): Same.
13044         (varobj_get_thread_id): Same.
13045         (varobj_get_frozen): Same.
13046         (dynamic_varobj_has_child_method): Same.
13047         (varobj_get_gdb_type): Same.
13048         (is_path_expr_parent): Same.
13049         (varobj_default_is_path_expr_parent): Same.
13050         (varobj_get_language): Same.
13051         (varobj_get_attributes): Same.
13052         (varobj_is_dynamic_p): Same.
13053         (varobj_get_child_range): Same.
13054         (varobj_value_has_mutated): Same.
13055         (varobj_get_value_type): Same.
13056         (number_of_children): Same.
13057         (name_of_variable): Same.
13058         (check_scope): Same.
13059         (varobj_editable_p): Same.
13060         (varobj_value_is_changeable_p): Same.
13061         (varobj_floating_p): Same.
13062         (varobj_default_value_is_changeable_p): Same.
13063
13064 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
13065
13066         * varobj.c (varobj_get_path_expr): Set var->path_expr.
13067         * c-varobj.c (c_path_expr_of_child): Set local var instead of
13068         child->path_expr.
13069         (cplus_path_expr_of_child): Same.
13070
13071 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
13072
13073         * mi-cmd-var.c (print_varobj): Free varobj_get_expression
13074         result.
13075         (mi_cmd_var_info_expression): Same.
13076         * varobj.c (varobj_get_expression): Mention in the comment that
13077         the result must by freed by the caller.
13078
13079 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
13080
13081         * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
13082         varobj_get_type.
13083         (varobj_update_one): Same.
13084         * varobj.c (update_type_if_necessary): Free curr_type_str and
13085         new_type_str.
13086         (varobj_get_type): Specify in comment that the result needs to be
13087         freed by the caller.
13088
13089 2015-01-29  Doug Evans  <dje@google.com>
13090
13091         PR symtab/17890
13092         * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
13093
13094 2015-01-25  Mark Wielaard  <mjw@redhat.com>
13095
13096         * dwarf2read.c (checkproducer): Call producer_is_gcc.
13097         * utils.c (producer_is_gcc_ge_4): Likewise.
13098         (producer_is_gcc): New function.
13099         * utils.h (producer_is_gcc): New declaration.
13100
13101 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
13102
13103         * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
13104         kind.
13105         * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
13106         parameter by "addr_stack" parameter.
13107         (resolve_dynamic_range): Replace "addr" parameter by
13108         "stack_addr" parameter.  Update function documentation.
13109         Update code accordingly.
13110         (resolve_dynamic_array, resolve_dynamic_union)
13111         (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
13112         (resolve_dynamic_type): Update code, following the changes made
13113         to resolve_dynamic_type_internal's interface.
13114         * dwarf2loc.h (struct property_addr_info): New.
13115         (dwarf2_evaluate_property): Replace "address" parameter
13116         by "addr_stack" parameter.  Adjust function documentation.
13117         (struct dwarf2_offset_baton): New.
13118         (struct dwarf2_property_baton): Update documentation of
13119         field "referenced_type" to be more general. New field
13120         "offset_info" in union data field.
13121         * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
13122         parameter by "addr_stack" parameter.  Adjust code accordingly.
13123         Add support for PROP_ADDR_OFFSET properties.
13124         * dwarf2read.c (attr_to_dynamic_prop): Add support for
13125         DW_AT_data_member_location attributes as well.  Use case
13126         statements instead of if/else condition.
13127
13128 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
13129
13130         * ada-varobj.c (ada_varobj_get_array_number_of_children):
13131         Return zero if PARENT_VALUE is NULL and parent_type's
13132         range type is dynamic.
13133
13134 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
13135
13136         * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
13137         nonzero if the type's subtype is dynamic.
13138         (resolve_dynamic_range): Also resolve the range's subtype.
13139
13140 2015-01-29  Alexander Klimov  <alserkli@inbox.ru>  (tiny patch)
13141
13142         Pushed by Joel Brobecker  <brobecker@adacore.com>.
13143         * symfile.c (unmap_overlay_command): Initialize sec to NULL.
13144
13145 2015-01-27  Doug Evans  <dje@google.com>
13146
13147         * NEWS: Mention gdb.Objfile.username.
13148         * python/py-objfile.c (objfpy_get_username): New function.
13149         (objfile_getset): Add "username".
13150
13151 2015-01-24  Mark Wielaard  <mjw@redhat.com>
13152
13153         * stack.c (return_command): Markup warning message with _.
13154
13155 2015-01-24  Doug Evans  <xdje42@gmail.com>
13156
13157         * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
13158
13159 2015-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
13160
13161         Fix 100x slowdown regression on DWZ files.
13162         * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
13163         (struct line_header): Add offset and offset_in_dwz.
13164         (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
13165         (free_line_header_voidp): New declaration.
13166         (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
13167         functions.
13168         (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
13169         (handle_DW_AT_stmt_list): Use line_header_hash.
13170         (free_line_header_voidp): New function.
13171         (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
13172         (dwarf_decode_lines): New parameter decode_mapping, use it.
13173         (dwarf2_free_objfile): Free line_header_hash.
13174
13175 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
13176
13177         PR gdb/17416
13178         * valops.c (value_rtti_indirect_type): Catch exception thrown by
13179         value_ind.
13180
13181 2015-01-15  Mark Wielaard  <mjw@redhat.com>
13182
13183         * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
13184         DW_AT_noreturn.
13185         * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
13186         calling_convention an 8 bit bit field.
13187         (TYPE_NO_RETURN): New macro.
13188         * infcmd.c (finish_command): Query if function does not return
13189         normally.
13190         * stack.c (return_command): Likewise.
13191
13192 2015-01-23  Pedro Alves  <palves@redhat.com>
13193
13194         * linux-nat.c (linux_is_async_p): New macro.
13195         (linux_nat_is_async_p):
13196         (linux_nat_terminal_inferior): Check whether the target can async
13197         instead of whether it is already async.
13198         (linux_nat_terminal_ours): Don't check whether the target is
13199         async.
13200         (linux_async_pipe): Use linux_is_async_p.
13201
13202 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
13203
13204         * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
13205         '-ascending'.
13206         * thread.c (tp_array_compar_ascending, tp_array_compar): New.
13207         (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
13208         Sort tp_array using tp_array_compar.
13209         (_initialize_thread): Extend thread_apply_all_command help.
13210
13211 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
13212
13213         * corelow.c (core_open): Call also thread_command.
13214         * gdbthread.h (thread_command): New prototype moved from ...
13215         * thread.c (thread_command): ... here.
13216         (thread_command): Make it global.
13217
13218 2015-01-22  Pedro Alves  <palves@redhat.com>
13219
13220         * configure.ac [*mingw32*]: Check $curses_found instead of
13221         $prefer_curses.
13222         * configure: Regenerate.
13223         * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
13224         HAVE_NCURSES_NCURSES_H checks.
13225
13226 2015-01-22  Eli Zaretskii  <eliz@gnu.org>
13227
13228         * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
13229         fails with the 1st arg NULL, try again with "unknown".  Don't test
13230         the "cup" capability: it isn't supported by the Windows port of
13231         ncurses, but the Windows console driver is still capable of
13232         supporting TUI.
13233
13234 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
13235
13236         * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
13237
13238 2015-01-22  Eli Zaretskii  <eliz@gnu.org>
13239
13240         * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
13241         (ALLDEPFILES): Remove irix5-nat.c.  These two are part of the
13242         reason that "make TAGS" is broken.
13243
13244 2015-01-22  Chen Gang  <gang.chen.5i5j@gmail.com>
13245
13246         * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
13247         and check additional store instructions.
13248
13249 2015-01-21  Wei-cheng Wang  <cole945@gmail.com>
13250
13251         * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
13252
13253 2015-01-21  Wei-cheng Wang  <cole945@gmail.com>
13254
13255         * ppc-linux-tdep.c (ppc_skip_trampoline_code,
13256         ppc_canonicalize_syscall, ppc_linux_syscall_record,
13257         ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
13258         * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
13259         * rs6000-tdep.c (rs6000_epilogue_frame_cache,
13260         rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
13261         rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
13262         ppc_process_record_op19, ppc_process_record_op31,
13263         ppc_process_record_op59, ppc_process_record_op60,
13264         ppc_process_record_op63): Likewise.
13265
13266 2015-01-20  Joel Brobecker  <brobecker@adacore.com>
13267
13268         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
13269         (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
13270         strerror.
13271
13272 2015-01-20  Wei-cheng Wang  <cole945@gmail.com>
13273
13274         * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
13275         ppc_process_record_op31, ppc_process_record_op59,
13276         ppc_process_record_op60, ppc_process_record_op63,
13277         ppc_process_record): Fix -Wformat warning.
13278         * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
13279         Remove unused variables.
13280
13281 2015-01-20  Chen Gang  <gang.chen.5i5j@gmail.com>
13282
13283         * MAINTAINERS (Write After Approval): Add "Chen Gang".
13284
13285 2015-01-19  Eli Zaretskii  <eliz@gnu.org>
13286
13287         * configure.ac [*mingw32*]: Only add windows-termcap.o to
13288         CONFIG_OBS if not building with a curses library.
13289         * configure: Regenerate.
13290
13291         * windows-termcap.c: Include defs.h.  Make the whole body empty if
13292         either one of HAVE_CURSES_H or HAVE_NCURSES_H or
13293         HAVE_NCURSES_NCURSES_H is defined.
13294
13295 2015-01-19  Joel Brobecker  <brobecker@adacore.com>
13296
13297         * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
13298         from end of line to start of next line.
13299
13300 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
13301
13302         * ppc-linux-tdep.c (ppc_skip_trampoline_code):
13303         Scan PLT stub backward for reverse debugging.
13304         * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
13305
13306 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
13307             Ulrich Weigand  <uweigand@de.ibm.com>
13308
13309         * configure.tgt (powerpc*-*-linux): Add linux-record.o to
13310         gdb_target_obs.
13311         (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
13312         record.
13313         (ppc_canonicalize_syscall, ppc_linux_syscall_record,
13314         ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
13315         (ppc_linux_init_abi): Set process_record, process_record_signal.
13316         * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
13317         ppc_linux_record_tdep to gdbarch_tdep.
13318         (ppc_process_record): New declaration.
13319         * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
13320         ppc_process_record_op19, ppc_process_record_op31,
13321         ppc_process_record_op59, ppc_process_record_op60,
13322         ppc_process_record_op63, ppc_process_record): New functions.
13323
13324 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
13325
13326         * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
13327         rs6000_in_function_epilogue_frame_p and add an argument
13328         for frame_info.
13329         (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
13330         rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
13331         New functions.
13332         (rs6000_epilogue_frame_unwind): New.
13333         (rs6000_gdbarch_init): Append epilogue unwinder.
13334
13335 2015-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
13336
13337         * nat/linux-personality.c: Replace "#ifndef
13338         HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
13339         !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
13340         systems.
13341
13342 2015-01-16  Eli Zaretskii  <eliz@gnu.org>
13343
13344         * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
13345         functions.
13346         (_initialize_tui_win) <border-kind, border-mode>:
13347         <active-border-mode>: Use tui_set_var_cmd as the "set" function.
13348         (tui_set_tab_width_command): Fix the commentary.
13349
13350         * tui/tui-win.h: Add prototype for tui_rehighlight_all.
13351
13352         * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
13353         Doc fix.
13354         (tui_set_tab_width_command): Delete and recreate the source and
13355         the disassembly windows, to show the effect of the changed tab
13356         size immediately.
13357
13358         * tui/tui-data.h (LINE_PREFIX): Make shorter
13359         (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
13360         "Thread NNNNN.XXXX" thread ID notation on Windows.
13361
13362 2015-01-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
13363
13364         Fix gcc-5 compilation.
13365         * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
13366
13367 2015-01-15  Sergio Durigan Junior  <sergiodj@redhat.com>
13368
13369         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
13370         (linux-personality.o): New rule.
13371         * common/common-defs.h: Include <stdint.h>.
13372         * config/aarch64/linux.mh (NATDEPFILES): Include
13373         linux-personality.o.
13374         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
13375         * config/arm/linux.mh (NATDEPFILES): Likewise.
13376         * config/i386/linux64.mh (NATDEPFILES): Likewise.
13377         * config/i386/linux.mh (NATDEPFILES): Likewise.
13378         * config/ia64/linux.mh (NATDEPFILES): Likewise.
13379         * config/m32r/linux.mh (NATDEPFILES): Likewise.
13380         * config/m68k/linux.mh (NATDEPFILES): Likewise.
13381         * config/mips/linux.mh (NATDEPFILES): Likewise.
13382         * config/pa/linux.mh (NATDEPFILES): Likewise.
13383         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
13384         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
13385         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
13386         * config/s390/linux.mh (NATDEPFILES): Likewise.
13387         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
13388         * config/sparc/linux.mh (NATDEPFILES): Likewise.
13389         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
13390         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
13391         * defs.h: Remove #include <stdint.h> (moved to
13392         common/common-defs.h).
13393         * linux-nat.c: Include nat/linux-personality.h.  Remove #include
13394         <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
13395         nat/linux-personality.c).
13396         (linux_nat_create_inferior): Remove code to disable address space
13397         randomization (moved to nat/linux-personality.c).  Create cleanup
13398         to disable address space randomization.
13399         * nat/linux-personality.c: New file.
13400         * nat/linux-personality.h: Likewise.
13401
13402 2015-01-15  Sergio Durigan Junior  <sergiodj@redhat.com>
13403
13404         * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
13405         common/posix-strerror.c.
13406         (posix-strerror.o): New rule.
13407         (mingw-strerror.o): Likewise.
13408         * common/common-utils.h (safe_strerror): Move prototype to here,
13409         from utils.h.
13410         * common/common.host: New file.
13411         * common/mingw-strerror.c: Likewise.
13412         * common/posix-strerror.c: Likewise.
13413         * configure: Regenerated.
13414         * configure.ac: Source common/common.host.  Add variable
13415         common_host_obs to gdb_host_obs.
13416         * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
13417         gdb/common/posix-strerror.c when warning about the use of
13418         strerror.
13419         * mingw-hdep.c (safe_strerror): Remove definition; move it to
13420         common/mingw-strerror.c.
13421         * posix-hdep.c (safe_strerror): Remove definition; move it to
13422         common/posix-hdep.c.
13423         * utils.h (safe_strerror): Remove prototype; move to
13424         common/common-utils.h.
13425
13426 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
13427
13428         GDB 7.8.2 released.
13429
13430 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
13431
13432         * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
13433         ___XA type if the array has already been fixed.
13434
13435 2015-01-14  Yao Qi  <yao@codesourcery.com>
13436
13437         * Makefile.in (ppc-linux.o): New rule.
13438         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
13439         * configure.ac: AC_CHECK_FUNCS(getauxval).
13440         * config.in: Re-generated.
13441         * configure: Re-generated.
13442         * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
13443         Declare.
13444         * nat/ppc-linux.c: New file.
13445         * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
13446         Call ppc64_64bit_inferior_p.
13447
13448 2015-01-14  Yao Qi  <yao@codesourcery.com>
13449
13450         * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
13451         nat/ppc-linux.h.
13452         (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
13453         (PPC_FEATURE_HAS_DFP): Likewise.
13454         (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
13455         (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
13456         (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
13457         Include "nat/ppc-linux.h".
13458         * nat/ppc-linux.h: New file.
13459         * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
13460
13461 2015-01-14  Pedro Alves  <palves@redhat.com>
13462
13463         PR gdb/17525
13464         * breakpoint.c: Include "interps.h".
13465         (bpstat_do_actions_1): Also check whether the interpreter is
13466         async.
13467
13468 2015-01-14  Pedro Alves  <palves@redhat.com>
13469
13470         PR cli/17828
13471         * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
13472         reinstall if the interpreter is sync.
13473
13474 2015-01-13  Doug Evans  <dje@google.com>
13475
13476         * objfiles.c (objfile_filename): New function.
13477         * objfiles.h (objfile_filename): Declare it.
13478         (objfile_name): Add function comment.
13479         * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
13480         bfd file name (which may be realpath'd), and the original name.
13481
13482 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
13483
13484         * NEWS: Create a new section for the next release branch.
13485         Rename the section of the current branch, now that it has
13486         been cut.
13487
13488 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
13489
13490         GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
13491         * version.in: Bump version to 7.9.50.DATE-cvs.
13492
13493 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
13494
13495         * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
13496         Remove trailing new-line in argument of call to warning.
13497
13498 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
13499
13500         * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
13501         new-line in argument of call to "warning".
13502
13503 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
13504
13505         * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
13506         in static block, then try searching for primitive types.
13507
13508 2015-01-12  Patrick Palka  <patrick@parcs.ath.cx>
13509
13510         * top.h (gdb_add_history): Declare.
13511         * top.c (command_count): New variable.
13512         (gdb_add_history): New function.
13513         (gdb_safe_append_history): New static function.
13514         (quit_force): Call it.
13515         (command_line_input): Use gdb_add_history instead of
13516         add_history.
13517         * event-top.c (command_line_handler): Likewise.
13518
13519 2015-01-12  James Clarke  <jrtc27@jrtc27.com>  (tiny patch)
13520
13521         PR gdb/17046
13522         * darwin-nat.c: Replace <machine/setjmp.h> #include by
13523         <setjmp.h> #include.
13524
13525 2015-01-11  Doug Evans  <xdje42@gmail.com>
13526
13527         * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
13528
13529 2015-01-11  Doug Evans  <xdje42@gmail.com>
13530
13531         PR gdb/15830
13532         * NEWS: The "maint demangle" command is renamed as "demangle".
13533         * demangle.c: #include cli/cli-utils.h, language.h.
13534         (demangle_command): New function.
13535         (_initialize_demangle): Add new command "demangle".
13536         * maint.c (maintenance_demangle): Stub out.
13537         (_initialize_maint_cmds): Update help text for "maint demangle",
13538         and mark as deprecated.
13539
13540 2015-01-11  Mark Kettenis  <kettenis@gnu.org>
13541
13542         * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
13543         inferior_thread is a function.
13544
13545 2015-01-09  Patrick Palka  <patrick@parcs.ath.cx>
13546
13547         * Makefile.in (.y.c): Don't munge yacc's #line
13548         directives.
13549
13550 2015-01-09  Patrick Palka  <patrick@parcs.ath.cx>
13551
13552         * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
13553         to prompt for input.
13554         * tui/tui-hooks.c (tui_query_hook): Remove.
13555         (tui_install_hooks): Don't set deprecated_query_hook.
13556         * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
13557         height calculation.  Always update the command window's cur_line.
13558
13559 2015-01-09  Pedro Alves  <palves@redhat.com>
13560
13561         * breakpoint.c (hardware_breakpoint_inserted_here_p): New
13562         function.
13563         * breakpoint.h (hardware_breakpoint_inserted_here_p): New
13564         declaration.
13565         * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
13566         (linux_resume_one_lwp): Store the thread's PC.  Adjust to clear
13567         stop_reason.
13568         (check_stopped_by_watchpoint): New function.
13569         (save_sigtrap): Reimplement.
13570         (linux_nat_stopped_by_watchpoint): Adjust.
13571         (linux_nat_lp_status_is_event): Delete.
13572         (stop_wait_callback): Only call save_sigtrap after storing the
13573         pending status.
13574         (status_callback): If the thread had been stopped for a breakpoint
13575         that has since been removed, discard the event and resume the LWP.
13576         (count_events_callback, select_event_lwp_callback): Use
13577         lwp_status_pending_p instead of linux_nat_lp_status_is_event.
13578         (cancel_breakpoint): Rename to ...
13579         (check_stopped_by_breakpoint): ... this.  Record whether the LWP
13580         stopped for a software breakpoint or hardware breakpoint.
13581         (select_event_lwp): Only give preference to the stepping LWP in
13582         all-stop mode.  Adjust comments.
13583         (stop_and_resume_callback): Remove references to new_pending_p.
13584         (linux_nat_filter_event): Likewise.  Leave exit events of the
13585         leader thread pending here.  Handle signal short circuiting here.
13586         Only call save_sigtrap after storing the pending waitstatus.
13587         (linux_nat_wait_1): Remove 'retry' label.  Remove references to
13588         new_pending.  Don't handle leaving events the caller is not
13589         interested in pending here, nor handle signal short-circuiting
13590         here.  Also give equal priority to all LWPs that have had events
13591         in non-stop mode.  If reporting a software breakpoint event,
13592         unadjust the LWP's PC.
13593         * linux-nat.h (enum lwp_stop_reason): New.
13594         (struct lwp_info) <stop_pc>: New field.
13595         (struct lwp_info) <stopped_by_watchpoint>: Delete field.
13596         (struct lwp_info) <stop_reason>: New field.
13597         * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
13598
13599 2015-01-09  Pedro Alves  <palves@redhat.com>
13600
13601         * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
13602         Set the LWP's 'resumed' flag.
13603
13604 2015-01-09  Pedro Alves  <palves@redhat.com>
13605
13606         * linux-nat.c (linux_resume_one_lwp): New function.
13607         (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
13608         (linux_nat_resume): Use lwp_status_pending_p and
13609         linux_resume_one_lwp.
13610         (linux_handle_syscall_trap): Use linux_resume_one_lwp.
13611         (linux_handle_extended_wait): Use linux_resume_one_lwp.
13612         (status_callback, running_callback): Use lwp_status_pending_p.
13613         (lwp_status_pending_p): New function.
13614         (stop_and_resume_callback): Use lwp_status_pending_p.
13615         (linux_nat_filter_event): Use linux_resume_one_lwp.
13616         (linux_nat_wait_1): Always use status_callback to look for an LWP
13617         with a pending status.  Use linux_resume_one_lwp.
13618         (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
13619         linux_resume_one_lwp.
13620
13621 2015-01-09  Pedro Alves  <palves@redhat.com>
13622
13623         * breakpoint.c (bp_location_inserted_here_p): New function,
13624         factored out from ...
13625         (breakpoint_inserted_here_p): ... here.  Use
13626         ALL_BP_LOCATIONS_AT_ADDR.
13627         (software_breakpoint_inserted_here_p): Use
13628         bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
13629
13630 2014-01-09  Pedro Alves  <palves@redhat.com>
13631
13632         Skip enabling event reporting if the kernel supports
13633         PTRACE_EVENT_CLONE.
13634         * linux-thread-db.c: Include "nat/linux-ptrace.h".
13635         (thread_db_use_events): New function.
13636         (try_thread_db_load_1): Check thread_db_use_events before enabling
13637         event reporting.
13638         (update_thread_state): New function.
13639         (attach_thread): Use it.  Check thread_db_use_events before
13640         enabling event reporting.
13641         (thread_db_detach): Check thread_db_use_events before disabling
13642         event reporting.
13643         (find_new_threads_callback): Check thread_db_use_events before
13644         enabling event reporting.  Update the thread's state if not using
13645         libthread_db events.
13646
13647 2015-01-09  Pedro Alves  <palves@redhat.com>
13648
13649         * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
13650         about to wait for is > 0.
13651         * linux-thread-db.c (find_new_threads_callback): Ignore thread if
13652         the kernel thread ID is -1.
13653
13654 2015-01-09  Pedro Alves  <palves@redhat.com>
13655
13656         * linux-nat.c (attach_proc_task_lwp_callback): New function.
13657         (linux_nat_attach): Use linux_proc_attach_tgid_threads.
13658         (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
13659         ptrace option flags.
13660         * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
13661         field.
13662         * nat/linux-procfs.c: Include <dirent.h>.
13663         (linux_proc_get_int): New parameter "warn".  Handle it.
13664         (linux_proc_get_tgid): Adjust.
13665         (linux_proc_get_tracerpid): Rename to ...
13666         (linux_proc_get_tracerpid_nowarn): ... this.
13667         (linux_proc_pid_get_state): New function, factored out from
13668         (linux_proc_pid_has_state): ... this.  Add new parameter "warn"
13669         and handle it.
13670         (linux_proc_pid_is_gone): New function.
13671         (linux_proc_pid_is_stopped): Adjust.
13672         (linux_proc_pid_is_zombie_maybe_warn)
13673         (linux_proc_pid_is_zombie_nowarn): New functions.
13674         (linux_proc_pid_is_zombie): Use
13675         linux_proc_pid_is_zombie_maybe_warn.
13676         (linux_proc_attach_tgid_threads): New function.
13677         * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
13678         (linux_proc_get_tracerpid): Rename to ...
13679         (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
13680         (linux_proc_pid_is_gone): New declaration.
13681         (linux_proc_pid_is_zombie): Update comment.
13682         (linux_proc_pid_is_zombie_nowarn): New declaration.
13683         (linux_proc_attach_lwp_func): New typedef.
13684         (linux_proc_attach_tgid_threads): New declaration.
13685         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
13686         use nowarn functions.
13687         (linux_ptrace_attach_fail_reason_string): Move here from
13688         gdbserver/linux-low.c and rename.
13689         (ptrace_supports_feature): If the current ptrace options are not
13690         known yet, check them now, instead of asserting.
13691         * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
13692         Declare.
13693
13694 2015-01-09  Pedro Alves  <palves@redhat.com>
13695
13696         * linux-thread-db.c (thread_db_find_new_threads_silently)
13697         (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
13698         (find_new_threads_once): Print debug output on gdb_stdlog.
13699
13700 2015-01-09  Chen Gang  <gang.chen.5i5j@gmail.com>
13701             Pedro Alves  <palves@redhat.com>
13702
13703         * compile/compile.c: Include "gdb_wait.h".
13704         (do_rmdir): Check return value, and free 'zap'.
13705
13706 2015-01-08  Pedro Alves  <palves@redhat.com>
13707             Yao Qi  <yao@codesourcery.com>
13708
13709         * dwarf2loc.c (indirect_pieced_value): Don't call
13710         gdb_sign_extend.  Call extract_signed_integer instead.
13711         * utils.c (gdb_sign_extend): Remove.
13712         * utils.h (gdb_sign_extend): Remove declaration.
13713
13714 2015-01-07  Pierre Muller  <muller@sourceware.org>
13715
13716         PR symtab/17811
13717         * stabsread.c (define_symbol): Set language for C++ special symbols.
13718
13719 2015-01-07  Patrick Palka  <patrick@parcs.ath.cx>
13720
13721         * inflow.c (initial_gdb_ttystate): Tweak comment.
13722
13723 2015-01-07  Joel Brobecker  <brobecker@adacore.com>
13724
13725         * inflow.c (set_initial_gdb_ttystate): Add empty line after
13726         comment documenting function.
13727
13728 2015-01-07  Patrick Palka  <patrick@parcs.ath.cx>
13729
13730         * terminal.h (set_initial_gdb_ttystate): Declare.
13731         * inflow.c (initial_gdb_ttystate): New static variable.
13732         (set_initial_gdb_ttystate): New setter.
13733         (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
13734         instead of our current terminal state.
13735         * top.c (gdb_init): Call set_initial_gdb_ttystate.
13736
13737 2015-01-07  Joel Brobecker  <brobecker@adacore.com>
13738
13739         * guile/scm-type.c (tyscm_array_1): Add comment.
13740         * python/py-type.c (typy_array_1): Add comment.
13741
13742 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
13743
13744         * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
13745         error if N2 is equal to N1 - 1.
13746
13747 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
13748
13749         * python/py-type.c (typy_array_1): Do not raise negative-length
13750         exception if N2 is equal to N1 - 1.
13751
13752 2015-01-03  Doug Evans  <xdje42@gmail.com>
13753
13754         * c-exp.y: Whitespace cleanup.
13755         (classify_inner_name): Remove extra ;.
13756
13757 2015-01-02  Maciej W. Rozycki  <macro@codesourcery.com>
13758
13759         * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
13760         offset signed.
13761
13762 2015-01-02  Doug Evans  <dje@google.com>
13763
13764         * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
13765
13766 2015-01-02  Doug Evans  <dje@google.com>
13767
13768         * symtab.h (struct symbol): Fix typo in comment.
13769
13770 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
13771
13772         Update year range in copyright notice of all files.
13773
13774 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
13775
13776         * top.c (print_gdb_version): Update copyright year to 2015.
13777
13778 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
13779
13780         * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
13781
13782 For older changes see ChangeLog-2014.
13783 \f
13784 Local Variables:
13785 mode: change-log
13786 left-margin: 8
13787 fill-column: 74
13788 version-control: never
13789 coding: utf-8
13790 End: