Fix iov_len calculation in aarch64_linux_set_debug_regs
[external/binutils.git] / gdb / ChangeLog
1 2015-11-19  Simon Marchi  <simon.marchi@ericsson.com>
2
3         * nat/aarch64-linux-hw-point.c (aarch64_linux_set_debug_regs): Change
4         form of iov_len computation.
5
6 2015-11-19  Pedro Alves  <palves@redhat.com>
7
8         * configure.ac (ERROR_ON_WARNING): Don't check whether in C++
9         mode.
10         * configure: Regenerate.
11
12 2015-11-19  Pedro Alves  <palves@redhat.com>
13
14         * build-with-cxx.m4 (GDB_AC_BUILD_WITH_CXX): Remove -fpermissive.
15         * configure: Regenerate.
16
17 2015-11-19  Pedro Alves  <palves@redhat.com>
18
19         * breakpoint.c (software_watchpoint_add_no_memory_location)
20         (is_no_memory_software_watchpoint): New functions.
21         (update_watchpoint): Use
22         software_watchpoint_add_memoryless_location.
23         (breakpoint_address_bits): Use is_no_memory_software_watchpoint.
24
25 2015-11-19  Simon Marchi  <simon.marchi@ericsson.com>
26             Pedro Alves  <palves@redhat.com>
27
28         * s390-linux-tdep.c (s390_canonicalize_syscall): Add casts and
29         intermediate 'int' variable.
30
31 2015-11-19  Pedro Alves  <palves@redhat.com>
32
33         * linux-thread-db.c (try_thread_db_load_1): Add cast.
34
35 2015-11-19  Pedro Alves  <palves@redhat.com>
36
37         * remote.c (remote_unpush_target): Use
38         pop_all_targets_at_and_above instead of pop_all_targets_above.
39         * target.c (unpush_target_and_assert): New function, factored out
40         from ...
41         (pop_all_targets_above): ... here.
42         (pop_all_targets_at_and_above): New function.
43         * target.h (pop_all_targets_at_and_above): Declare.
44
45 2015-11-18  Simon Marchi  <simon.marchi@ericsson.com>
46
47         * valops.c (value_string): Constify 'ptr' parameter.
48         * value.h (value_string): Constify 'ptr' parameter.
49
50 2015-11-18  Simon Marchi  <simon.marchi@ericsson.com>
51             Pedro Alves  <palves@redhat.com>
52
53         * break-catch-sig.c (signal_catchpoint_print_one): Add cast.
54         * c-exp.y (parse_string_or_char, yylex): Add casts.
55         * c-lang.c (evaluate_subexp_c): Add casts.
56         * d-exp.y (parse_string_or_char, yylex): Add casts.
57         * go-exp.y (parse_string_or_char, build_packaged_name): Add casts.
58         * p-valprint.c (pascal_object_print_value_fields): Add casts.
59         * valprint.c (generic_emit_char, generic_printstr): Add casts.
60
61 2015-11-18  Simon Marchi  <simon.marchi@ericsson.com>
62
63         * valops.c (value_cstring): Constify 'ptr' parameter.
64         * value.h (value_cstring): Constify 'ptr' parameter.
65
66 2015-11-18  Yao Qi  <yao.qi@linaro.org>
67
68         * aarch64-tdep.c (pass_in_v): Add argument len.  Add local array
69         reg.  Callers updated.
70
71 2015-11-17  Yao Qi  <yao.qi@linaro.org>
72
73         * infrun.c (resume): Check control.trap_expected only
74         when deciding the set of threads to resume.
75
76 2015-11-17  Pedro Alves  <palves@redhat.com>
77
78         * cp-namespace.c (cp_lookup_bare_symbol)
79         (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
80         (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
81         (cp_lookup_nested_symbol): Use null_block_symbol.
82         * d-namespace.c (d_lookup_symbol, d_lookup_nested_symbol)
83         (d_lookup_symbol_imports, d_lookup_symbol_module): Use
84         null_block_symbol.
85         * symtab.c (null_block_symbol): New global.
86         * symtab.h (null_block_symbol): Declare.
87
88 2015-11-17  Pedro Alves  <palves@redhat.com>
89
90         * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
91         (GDB_XCPT_RAW_TRY, GDB_XCPT): Define.
92         Replace __cplusplus checks with GDB_XCPT checks throughout.
93         * common/common-exceptions.c: Replace __cplusplus checks with
94         GDB_XCPT checks throughout.
95
96 2015-11-17  Pedro Alves  <palves@redhat.com>
97
98         * common/common-defs.h (ATTRIBUTE_PRINTF): Redefine in terms of
99         _GL_ATTRIBUTE_FORMAT_PRINTF after including ansidecl.h.
100
101 2015-11-17  Pedro Alves  <palves@redhat.com>
102
103         * common/common-defs.h (__STDC_CONSTANT_MACROS)
104         (__STDC_LIMIT_MACROS): Define before including stdint.h.
105
106 2015-11-17  Pedro Alves  <palves@redhat.com>
107
108         * windows-nat.c (handle_exception): Return 0 for first chance
109         exceptions.
110         (get_windows_debug_event): Adjust.
111
112 2015-11-17  Pedro Alves  <palves@redhat.com>
113
114         * windows-nat.c (xslate): Use GDB_SIGNAL_UNKNOWN instead of -1 as
115         signal number for terminator.
116
117 2015-11-17  Pedro Alves  <palves@redhat.com>
118
119         * ser-tcp.c (net_open) : Cast getsockopt argument to char *
120         instead of void *.  Update comment.
121         (net_read_prim): Cast recv argument to char * instead of void *.
122         (net_write_prim): Cast send argument to char *.  Add comment.
123
124 2015-11-17  Pedro Alves  <palves@redhat.com>
125
126         * win32-i386-low.c (update_debug_registers_callback)
127         (win32_get_current_dr): Add cast.
128         * win32-low.c (thread_rec, delete_thread_info)
129         (continue_one_thread): Add casts.
130         (strwinerror): Cast FormatMessage argument to LPTSTR instead of
131         LPVOID.
132         (win32_create_inferior, suspend_one_thread): Add casts.
133
134 2015-11-17  Pedro Alves  <palves@redhat.com>
135
136         * windows-nat.c (AdjustTokenPrivileges_ftype)
137         (DebugActiveProcessStop_ftype, DebugBreakProcess_ftype)
138         (DebugSetProcessKillOnExit_ftype, EnumProcessModules_ftype)
139         (GetCurrentConsoleFont_ftype, GetModuleInformation_ftype)
140         (LookupPrivilegeValueA_ftype, OpenProcessToken_ftype)
141         (GetConsoleFontSize_ftype): New typedefs.
142         (AdjustTokenPrivileges, DebugActiveProcessStop)
143         (DebugBreakProcess, DebugSetProcessKillOnExit, EnumProcessModules)
144         (GetConsoleFontSize, GetCurrentConsoleFont, GetModuleInformation)
145         (LookupPrivilegeValueA, OpenProcessToken, GetConsoleFontSize):
146         Adjust.
147         (GetModuleFileNameEx_ftype): New typedef.
148         (GetModuleFileNameEx): Use it.
149         (_initialize_loadable): Define GPA macro and use it.
150
151 2015-11-17  Pedro Alves  <palves@redhat.com>
152
153         * gdb-dlfcn.c (gdb_dlsym, gdb_dlclose) [__MINGW32__]: Add casts to
154         HMODULE.
155
156 2015-11-17  Pedro Alves  <palves@redhat.com>
157
158         * exec.c (exec_file_attach, symfile_bfd_open) [__GO32__ || _WIN32
159         || __CYGWIN__]: Add casts.
160         * utils.c (gdb_filename_fnmatch): Add cast.
161         * windows-nat.c (windows_create_inferior): Add cast.
162
163 2015-11-17  Pedro Alves  <palves@redhat.com>
164
165         * ser-mingw.c (CancelIo_ftype): New typedef.
166         (CancelIo): Use CancelIo_ftype.
167         (ser_windows_close, ser_windows_wait_handle)
168         (ser_windows_read_prim, stop_select_thread)
169         (console_select_thread, pipe_select_thread, file_select_thread)
170         (ser_console_wait_handle, ser_console_done_wait_handle)
171         (ser_console_close, cleanup_pipe_state, pipe_windows_close)
172         (pipe_windows_write, pipe_wait_handle, pipe_done_wait_handle)
173         (net_windows_socket_check_pending, net_windows_select_thread)
174         (net_windows_wait_handle, net_windows_done_wait_handle)
175         (net_windows_close): Add casts.
176         (_initialize_ser_windows): Cast to CancelIo_ftype* instead of
177         void*.
178
179 2015-11-17  Simon Marchi  <simon.marchi@ericsson.com>
180
181         * c-exp.y (exp): Adjust, change enum c_string_type to
182         c_string_type.
183         (parse_string_or_char): Likewise.
184         * c-lang.c (charset_for_string_type): Likewise.
185         (classify_type): Likewise.
186         (c_printchar): Likewise.
187         (c_printstr): Likewise.
188         (evaluate_subexp_c): Likewise.  And change cast to enum
189         c_string_type_values.
190         * c-lang.h: Include "common/enum_flags.h".
191         (enum c_string_type): Rename to...
192         (enum c_string_type_values): ...this.
193         (c_string_type): Define new enum flags type.
194
195 2015-11-17  Pedro Alves  <palves@redhat.com>
196
197         * btrace.h: Include common/enum-flags.h.
198         (btrace_insn_flags): Define.
199         (struct btrace_insn) <flags>: Change type.
200         (btrace_function_flags): Define.
201         (struct btrace_function) <flags>: Change type.
202         (btrace_thread_flags): Define.
203         (struct btrace_thread_info) <flags>: Change type.
204         * c-exp.y (token_flags): Rename to ...
205         (token_flag): ... this.
206         (token_flags): Define.
207         (struct token) <flags>: Change type.
208         * common/enum-flags.h: New file.
209         * compile/compile-c-types.c (convert_qualified): Change type of
210         'quals' local.
211         * compile/compile-internal.h: Include "common/enum-flags.h".
212         (gcc_qualifiers_flags): Define.
213         * completer.c (enum reg_completer_targets): Rename to ...
214         (enum reg_completer_target): ... this.
215         (reg_completer_targets): Define.
216         (reg_or_group_completer_1): Change type of 'targets' parameter.
217         * disasm.c (do_mixed_source_and_assembly_deprecated): Change type
218         of 'psl_flags' local.
219         (do_mixed_source_and_assembly): Change type of 'psl_flags' local.
220         * infrun.c: Include "common/enum-flags.h".
221         (enum step_over_what): Rename to ...
222         (enum step_over_what_flag): ... this.
223         (step_over_what): Change type.
224         (start_step_over): Change type of 'step_what' local.
225         (thread_still_needs_step_over): Now returns a step_over_what.
226         Adjust.
227         (keep_going_pass_signal): Change type of 'step_what' local.
228         * linux-tdep.c: Include "common/enum-flags.h".
229         (enum filterflags): Rename to ...
230         (enum filter_flag): ... this.
231         (filter_flags): Define.
232         (dump_mapping_p): Change type of 'filterflags' parameter.
233         (linux_find_memory_regions_full): Change type of 'filterflags'
234         local.
235         (linux_find_memory_regions_full): Pass the address of an unsigned
236         int to sscanf instead of the address of an enum.
237         * record-btrace.c (btrace_print_lines): Change type of local
238         'psl_flags'.
239         (btrace_call_history): Replace 'flags' parameter
240         with 'int_flags' parameter.  Adjust.
241         (record_btrace_call_history, record_btrace_call_history_range)
242         (record_btrace_call_history_from): Rename 'flags' parameter to
243         'int_flags'.  Use record_print_flags.
244         * record.h: Include "common/enum-flags.h".
245         (record_print_flags): Define.
246         * source.c: Include "common/enum-flags.h".
247         (print_source_lines_base, print_source_lines): Change type of
248         flags parameter.
249         * symtab.h: Include "common/enum-flags.h".
250         (enum print_source_lines_flags): Rename to ...
251         (enum print_source_lines_flag): ... this.
252         (print_source_lines_flags): Define.
253         (print_source_lines): Change prototype.
254
255 2015-11-17  Pedro Alves  <palves@redhat.com>
256
257         * guile/scm-disasm.c (gdbscm_disasm_read_memory): Return -1 on
258         error instead of TARGET_XFER_E_IO.
259         (gdbscm_disasm_memory_error): Always pass TARGET_XFER_E_IO to
260         memory_error.
261
262 2015-11-17  Dominik Vogt  <vogt@linux.vnet.ibm.com>
263
264         * hppa-tdep.c (hppa_sign_extend, hppa_low_hppa_sign_extend)
265         (prologue_inst_adjust_sp, hppa_frame_cache): Fix left shift of negative
266         value.
267         * dwarf2read.c (read_subrange_type): Likewise.
268
269 2015-11-16  Yao Qi  <yao.qi@linaro.org>
270
271         * aarch64-tdep.c (aarch64_extract_return_value):  Change array
272         buf's length to V_REGISTER_SIZE.
273
274 2015-11-16  Yao Qi  <yao.qi@linaro.org>
275
276         * aarch64-tdep.c (pass_in_x_or_stack): Change argument type
277         from bfd_byte * to value *.  Caller updated.
278         (pass_in_x): Likewise.
279         (pass_in_v_or_stack): Likewise.
280         (pass_on_stack): Likewise.
281
282 2015-11-16  Yao Qi  <yao.qi@linaro.org>
283
284         * aarch64-tdep.c (aarch64_push_dummy_call): Call value_contents
285         instead of value_contents_writeable.
286         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
287
288 2015-11-16  Yao Qi  <yao.qi@linaro.org>
289
290         * arm-tdep.c (arm_push_dummy_call): New array buf.  Store regval
291         to buf.  Pass buf instead of val to push_stack_item.
292
293 2015-11-13  Yao Qi  <yao.qi@linaro.org>
294
295         PR tdep/19051
296         * arm-tdep.c (arm_type_align): Return the right alignment
297         value for vector.
298         (arm_vfp_cprc_sub_candidate): Return true for 64-bit and
299         128-bit vector types.
300         (arm_return_in_memory): Handel vector type.
301
302 2015-11-13  Yao Qi  <yao.qi@linaro.org>
303
304         * arm-tdep.c (arm_return_in_memory): Rewrite it.
305         (arm_return_value): Call arm_return_in_memory for
306         TYPE_CODE_COMPLEX.
307
308 2015-11-12  Yao Qi  <yao.qi@linaro.org>
309
310         * arm-tdep.c (push_stack_item): Change contents type to
311         const gdb_byte *.
312
313 2015-11-11  Simon Marchi  <simon.marchi@ericsson.com>
314
315         * inf-ptrace.c (inf_ptrace_fetch_register): Change long int *
316         cast to PTRACE_TYPE_RET *.
317         (inf_ptrace_store_register): Likewise.
318
319 2015-11-11  Andrew Burgess  <andrew.burgess@embecosm.com>
320
321         * avr-tdep.c (_initialize_avr_tdep): Switch to 'add_info' for creating
322         info sub-commands.
323         * gnu-nat.c (add_task_commands): Likewise.
324         * macrocmd.c (_initialize_macrocmd): Likewise.
325
326 2015-11-11  Andrew Burgess  <andrew.burgess@embecosm.com>
327
328         * cli/cli-decode.c (add_info): Switch to class_info.
329
330 2015-11-09  Joel Brobecker  <brobecker@adacore.com>
331
332         * ada-lang.c (ada_is_wrapper_field): Add special handling
333         for fields called "RETVAL".
334
335 2015-11-09  Yao Qi  <yao.qi@linaro.org>
336
337         * arm-tdep.c (arm_exidx_new_objfile): Use
338         ELF_STRING_ARM_unwind.
339
340 2015-11-09  Yao Qi  <yao.qi@linaro.org>
341
342         * infrun.c (displaced_step_in_progress_thread): New function.
343         (handle_inferior_event_1): Call it.
344
345 2015-11-05  Yao Qi  <yao.qi@linaro.org>
346
347         * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Call
348         aarch64_decode_insn and decode instruction by aarch64_inst.
349
350 2015-11-05  Yao Qi  <yao.qi@linaro.org>
351
352         * aarch64-tdep.c (extract_signed_bitfield): Remove.
353         (decode_masked_match): Remove.
354         (aarch64_decode_add_sub_imm): Remove.
355         (aarch64_decode_br): Remove.
356         (aarch64_decode_eret): Remove.
357         (aarch64_decode_movz): Remove.
358         (aarch64_decode_orr_shifted_register_x): Remove.
359         (aarch64_decode_ret): Remove.
360         (aarch64_decode_stp_offset): Remove.
361         (aarch64_decode_stur): Remove.
362         (aarch64_analyze_prologue): Call aarch64_decode_insn
363         and use aarch64_inst to decode instructions.
364
365 2015-11-05  Yao Qi  <yao.qi@linaro.org>
366
367         * aarch64-tdep.c (aarch64_decode_stp_offset): New argument
368         wback.
369         (aarch64_decode_stp_offset_wb): Removed.
370         (aarch64_analyze_prologue): Don't use
371         aarch64_decode_stp_offset_wb.
372
373 2015-11-04  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
374
375         PR/18376
376         * gdb/s390-linux-tdep.c (s390_is_partial_instruction): New function.
377         (s390_software_single_step): New function.
378         (s390_displaced_step_hw_singlestep): New function.
379         (s390_gdbarch_init): Fill gdbarch slots with the above.
380
381 2015-11-04  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
382
383         PR/18376
384         * gdb/configure.tgt: Add linux-record.o to s390*-linux.
385         * gdb/s390-linux-tdep.c: #include "linux-record.h", "record-full.h"
386         (s390_linux_record_tdep): New static global variable.
387         (s390x_linux_record_tdep): New static global variable.
388         (s390_all_but_pc_registers_record): New function.
389         (s390_canonicalize_syscall): New function.
390         (s390_linux_syscall_record): New function.
391         (s390_linux_record_signal): New function.
392         (s390_record_calc_disp_common): New function.
393         (s390_record_calc_disp): New function.
394         (s390_record_calc_disp_vsce): New function.
395         (s390_record_calc_rl): New function.
396         (s390_record_gpr_g): New function.
397         (s390_record_gpr_h): New function.
398         (s390_record_vr): New function.
399         (s390_process_record): New function.
400         (s390_init_linux_record_tdep): New function.
401         (s390_gdbarch_init): Fill record function slots.
402
403 2015-11-04  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
404
405         * record-full.c (record_full_exec_insn): Use xmalloc for temporary
406         memory storage.
407
408 2015-11-04  Markus Metzger  <markus.t.metzger@intel.com>
409
410         * record.c (get_insn_history_modifiers): Set DISASSEMBLY_SOURCE
411         instead of DISASSEMBLY_SOURCE_DEPRECATED.  Also accept /s.
412         (_initialize_record): Document the /s modifier.
413         * NEWS: Announce record instruction-history's new /s modifier.
414
415 2015-11-04  Markus Metzger  <markus.t.metzger@intel.com>
416
417         * record-btrace.c (struct btrace_line_range): New.
418         (btrace_mk_line_range, btrace_line_range_add)
419         (btrace_line_range_is_empty, btrace_line_range_contains_range)
420         (btrace_find_line_range, btrace_print_lines): New.
421         (btrace_insn_history): Add source interleaving algorithm.
422
423 2015-11-04  Markus Metzger  <markus.t.metzger@intel.com>
424
425         * disasm.h (DISASSEMBLY_SPECULATION): New.
426         (struct disasm_insn): New.
427         (gdb_pretty_print_insn): New.
428         * disasm.c (gdb_pretty_print_insn): Replace parameter PC with INSN.
429         Update users.  Print instruction number and indicate speculative
430         execution, if requested.
431
432 2015-11-04  Markus Metzger  <markus.t.metzger@intel.com>
433
434         * disasm.c (dump_insns): Split into this and ...
435         (gdb_pretty_print_insn): ... this.
436
437 2015-11-03  Simon Marchi  <simon.marchi@polymtl.ca>
438
439         * xtensa-linux-nat.c (supply_gregset_reg): Make static.
440         (xtensa_linux_fetch_inferior_registers): Likewise.
441         (xtensa_linux_store_inferior_registers): Likewise.
442
443 2015-11-03  Simon Marchi  <simon.marchi@polymtl.ca>
444
445         * arm-linux-nat.c (arm_linux_read_description): Add cast.
446
447 2015-11-03  Simon Marchi  <simon.marchi@polymtl.ca>
448
449         * ppc-linux-nat.c (ppc_linux_insert_mask_watchpoint): Change
450         type of rw to enum target_hw_bp_type.
451         (ppc_linux_remove_mask_watchpoint): Likewise.
452         * target.c (target_insert_mask_watchpoint): Likewise.
453         (target_remove_mask_watchpoint): Likewise.
454         * target.h (target_insert_mask_watchpoint): Likewise.
455         (target_remove_mask_watchpoint): Likewise.
456         (struct target_ops) <to_insert_mask_watchpoint>: Likewise.
457         (struct target_ops) <to_remove_mask_watchpoint>: Likewise.
458         * target-delegates.c: Regenerate.
459
460 2015-11-03  Simon Marchi  <simon.marchi@polymtl.ca>
461
462         * remote-sim.c (check_for_duplicate_sim_descriptor): Add casts.
463         (get_sim_inferior_data): Likewise.
464         (sim_inferior_data_cleanup): Likewise.
465         (gdbsim_close_inferior): Likewise.
466         (gdbsim_resume_inferior): Likewise.
467         (gdbsim_wait): Likewise.
468         (simulator_command): Likewise.
469         (sim_command_completer): Likewise.
470
471 2015-11-03  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
472
473         * MAINTAINERS (Write After Approval): Add Marcin KoÅ›cielnicki.
474
475 2015-10-30  Pedro Alves  <palves@redhat.com>
476
477         * breakpoint.c (breakpoint_in_range_p)
478         (breakpoint_location_address_range_overlap): New functions.
479         * breakpoint.h (breakpoint_in_range_p): New declaration.
480         * infrun.c (displaced_step_prepare_throw): If there's a breakpoint
481         in the scratch pad range, don't displaced step.
482
483 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
484
485         * amd64-linux-tdep.c (amd64_x32_linux_init_abi): Fix size_msghdr,
486         size_stack_t, size_size_t, size_iovec.
487
488 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
489
490         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Fix size_termios.
491         * amd64-linux-tdep.c (amd64_linux_init_abi): Fix size_termios.
492         (amd64_x32_linux_init_abi): Fix size_termios.
493
494 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
495
496         * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Fix TASK_COMM_LEN.
497
498 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
499
500         * linux-record.c (record_linux_system_call): Fix old_select.
501
502 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
503
504         * linux-record.c (record_linux_system_call): Fix newstatat.
505
506 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
507
508         * linux-record.c (record_linux_system_call): Fix [gs]etgroups16.
509
510 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
511
512         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Add size_time_t.
513         * amd64-linux-tdep.c (amd64_linux_init_abi): Add size_time_t.
514         (amd64_x32_linux_init_abi): Add size_time_t.
515         * arm-linux-tdep.c (arm_linux_init_abi): Add size_time_t.
516         * i386-linux-tdep.c (i386_linux_init_abi): Add size_time_t.
517         * linux-record.c (record_linux_system_call): Add time, waitpid, pipe
518         handling.
519         * linux-record.h (struct linux_record_tdep): Add size_time_t.
520         * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Add size_time_t.
521
522 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
523
524         * linux-record.c (record_linux_msghdr): Fix msg_namelen handling.
525
526 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
527
528         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Remove
529         size_dirent{,64}, add size_old_dirent.
530         * amd64-linux-tdep.c (amd64_linux_init_abi): Remove size_dirent{,64},
531         add size_old_dirent.
532         (amd64_x32_linux_init_abi): Remove size_dirent{,64}, add
533         size_old_dirent.
534         * arm-linux-tdep.c (arm_linux_init_abi): Remove size_dirent{,64},
535         add size_old_dirent.
536         * i386-linux-tdep.c (i386_linux_init_abi): Remove size_dirent{,64},
537         add size_old_dirent.
538         * linux-record.c (record_linux_system_call): Fix handling of readdir
539         and getdents{,64}.
540         * linux-record.h (struct linux_record_tdep): Remove size_dirent{,64},
541         add size_old_dirent.
542         * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Remove
543         size_dirent{,64}, add size_old_dirent.
544
545 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
546
547         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Fix size_sigaction,
548         size_sigset_t, size_old_sigaction, size_old_sigset_t.
549         * amd64-linux-tdep.c (amd64_linux_init_abi): Fix size_sigaction,
550         size_sigset_t, size_old_sigaction, size_old_sigset_t.
551         (amd64_x32_linux_init_abi): Fix size_sigaction, size_sigset_t,
552         size_old_sigaction, size_old_sigset_t.
553         * arm-linux-tdep.c (arm_linux_init_abi): Fix size_sigaction,
554         size_old_sigaction, size_old_sigset_t.
555         * i386-linux-tdep.c (i386_linux_init_abi): Fix size_sigaction,
556         size_old_sigaction, size_old_sigset_t.
557         * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Fix size_sigaction,
558         size_sigset_t, size_old_sigaction, size_old_sigset_t.
559
560 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
561
562         * arm-linux-tdep.c (arm_linux_init_abi): Fix size_[ug]id.
563         * i386-linux-tdep.c (i386_linux_init_abi): Fix size_[ug]id.
564
565 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
566
567         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Remove size_siginfo.
568         * amd64-linux-tdep.c (amd64_linux_init_abi): Remove size_siginfo.
569         (amd64_x32_linux_init_abi): Remove size_siginfo.
570         * arm-linux-tdep.c (arm_linux_init_abi): Remove size_siginfo.
571         * i386-linux-tdep.c (i386_linux_init_abi): Remove size_siginfo.
572         * linux-record.c (record_linux_system_call): Change size_siginfo
573         to size_siginfo_t.
574         * linux-record.h (struct linux_record_tdep): Remove size_siginfo.
575         * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Remove size_siginfo.
576
577 2015-10-29  Pedro Alves  <palves@redhat.com>
578
579         * mdebugread.c (add_data_symbol): New function, factored out from
580         ...
581         (parse_symbol): ... here.  Delete 'theclass' local.
582
583 2015-10-29  Simon Marchi  <simon.marchi@polymtl.ca>
584
585         * jit.c (jit_target_read_impl): Add cast.
586
587 2015-10-29  Simon Marchi  <simon.marchi@polymtl.ca>
588
589         * jit.c (jit_reader_load): Add cast.
590
591 2015-10-29  Simon Marchi  <simon.marchi@polymtl.ca>
592
593         * dwarf2read.c (partial_die_full_name): Add cast.
594
595 2015-10-29  Pedro Alves  <palves@redhat.com>
596
597         * common/vec.h (DEF_VEC_FUNC_P) [iterate]: Cast 0 to type T.
598
599 2015-10-29  Pedro Alves  <palves@redhat.com>
600
601         * guile/scm-frame.c (gdbscm_unwind_stop_reason_string): Add cast.
602
603 2015-10-29  Eli Zaretskii  <eliz@gnu.org>
604
605         * utils.c (init_page_info): Disable paging if INSIDE_EMACS is set
606         in the environment.
607
608 2015-10-29  Pedro Alves  <palves@redhat.com>
609
610         * gnu-v2-abi.c (gnuv2_is_destructor_name)
611         (gnuv2_is_constructor_name): Add casts.
612
613 2015-10-29  Pedro Alves  <palves@redhat.com>
614
615         * common/common-exceptions.c (exception_none): Add cast.
616
617 2015-10-29  Pedro Alves  <palves@redhat.com>
618
619         * compile/compile-c-types.c (struct type_map_instance)
620         <gcc_type>: Rename to gcc_type_handle.
621         (insert_type, convert_type): Adjust.
622
623 2015-10-29  Pedro Alves  <palves@redhat.com>
624
625         * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Don't
626         assume that "break" breaks out of a TRY/CATCH.
627         * python/py-framefilter.c (py_print_single_arg): Don't assume
628         "continue" breaks out of a TRY/CATCH.
629         * python/py-value.c (valpy_binop_throw): New function, factored
630         out from ...
631         (valpy_binop): ... this.
632         (valpy_richcompare_throw): New function, factored
633         out from ...
634         (valpy_richcompare): ... this.
635         * solib.c (solib_read_symbols): Don't assume "break" breaks out
636         of a TRY/CATCH.
637         * common/common-exceptions.h [USE_RAW_CXX_TRY]
638         <TRY/CATCH/END_CATCH>: Define as 1-1 wrappers around try/catch.
639
640 2015-10-28  Simon Dardis  <Simon.Dardis@imgtec.com>
641
642         * mips-linux-tdep.c (mips_linux_in_dynsym_stub): Recognise 'or'
643         as move along with [d]addu.
644
645 2015-10-28  Yao Qi  <yao.qi@linaro.org>
646
647         * aarch64-tdep.c (aarch64_software_single_step): Pass 1 to
648         aarch64_decode_insn.
649
650 2015-10-27  Pedro Alves  <palves@redhat.com>
651
652         * common/print-utils.c (host_address_to_string): Rename to ...
653         (host_address_to_string_1): ... this.
654         * common/print-utils.h (host_address_to_string): Reimplement as
655         wrapper around host_address_to_string_1.
656         * utils.c (gdb_print_host_address): Rename to ...
657         (gdb_print_host_address_1): ... this.
658         * utils.h (gdb_print_host_address): Reimplement as wrapper macro
659         around  host_address_to_string_1.
660
661 2015-10-27  Pedro Alves  <palves@redhat.com>
662
663         * alpha-tdep.c (alpha_read_insn): Always pass TARGET_XFER_E_IO to
664         memory_error.  Rename local 'status' to 'res'.
665         * c-lang.c (c_get_string): Always pass TARGET_XFER_E_IO to
666         memory_error.
667         * corefile.c (read_stack, read_code, write_memory): Always pass
668         TARGET_XFER_E_IO to memory_error.
669         * disasm.c (dis_asm_memory_error): Always pass TARGET_XFER_E_IO to
670         memory_error.  Rename parameter 'status' to 'err'.
671         (dump_insns): Rename local 'status' to 'err'.
672         * mips-tdep.c (mips_fetch_instruction): Rename parameter 'statusp'
673         to 'errp'.  Rename local 'status' to 'err'.  Always pass
674         TARGET_XFER_E_IO to memory_error.
675         (mips_breakpoint_from_pc): Rename local 'status' to 'err'.
676         * target.c (target_read_memory, target_read_raw_memory)
677         (target_read_stack, target_read_code, target_write_memory)
678         (target_write_raw_memory): Return -1 on error instead of
679         TARGET_XFER_E_IO.
680         * valprint.c (val_print_string): Rename local 'errcode' to 'err'.
681         Always pass TARGET_XFER_E_IO to memory_error.  Update comment.
682
683 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
684
685         * guile/guile-internal.h (gdbscm_with_guile): Change return
686         types to const char *.
687         * guile/scm-safe-call.c (gdbscm_with_guile): Likewise.
688         (struct c_data) <func>: Likewise.
689         (struct c_data) <result>: Change type to const char *.
690         (scscm_eval_scheme_string): Change return type to
691         const char *.
692         (scscm_source_scheme_script): Likewise.
693         (gdbscm_safe_eval_string): Change type of result variable to
694         const char * and remove cast.
695         (gdbscm_safe_source_script): Likewise.
696         * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker):
697         Change return type to const char *.
698         (gdbscm_disasm_read_memory): Change type of status to
699         const char *.
700
701 2015-10-27  Pedro Alves  <palves@redhat.com>
702
703         * source.c (openp): New local 'last_errno'.  Use it to
704         save/restore errno.
705
706 2015-10-27  Pedro Alves  <palves@redhat.com>
707
708         * psymtab.c (dump_psymtab_addrmap_1): Add casts.
709
710 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
711
712         * ctf.c (SET_ENUM_FIELD): New macro.
713         (ctf_read_status): Use it.
714         (ctf_read_tp): Use it.
715
716 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
717
718         * guile/scm-breakpoint.c (gdbscm_set_breakpoint_stop_x): Add
719         scm_t_dynwind_flags casts.
720         * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
721         * guile/scm-ports.c (gdbscm_open_memory): Likewise.
722         * guile/scm-value.c (gdbscm_value_to_string): Likewise.
723
724 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
725
726         * ax.h (ax_raw_byte): New declaration.
727         * ax-general.c (ax_raw_byte): New function.
728         (ax_simple): Use ax_raw_byte.
729         * ax-gdb.c (gen_printf): Likewise.
730
731 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
732
733         * ada-lang.h (GROW_VECT): Add cast.
734
735 2015-10-26  Doug Evans  <xdje42@gmail.com>
736
737         * symtab.h (struct general_symbol_info> <ada_mangled>: Update comment.
738
739 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
740
741         * target.c (memory_xfer_partial): Change type of buf to gdb_byte
742         pointer.
743         (simple_search_memory): Cast return of memmem.
744
745 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
746
747         * stap-probe.c (handle_stap_probe): Add (const char *) casts.
748
749 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
750
751         * ctf.c (ctf_xfer_partial): Return TARGET_XFER_E_IO instead of
752         -1 on error.
753
754 2015-10-26  Doug Evans  <dje@google.com>
755
756         PR symtab/17391
757         * dwarf2-frame.c (dwarf2_restore_rule): Call dwarf_reg_to_regnum
758         instead of gdbarch_dwarf2_reg_to_regnum.
759         (dwarf2_frame_cache): Ditto.
760         (read_addr_from_reg): Call dwarf_reg_to_regnum_or_error instead of
761         gdbarch_dwarf2_reg_to_regnum.
762         (get_reg_value): Ditto.
763         (dwarf2_fetch_cfa_info): Ditto.
764         (dwarf2_frame_prev_register): Ditto.
765         * dwarf2loc.c: #include "complaints.h".
766         (dwarf_expr_read_addr_from_reg): Call dwarf_reg_to_regnum_or_error
767         instead of gdbarch_dwarf2_reg_to_regnum.
768         (dwarf_expr_get_reg_value): Ditto.
769         (read_pieced_value): Ditto.
770         (write_pieced_value): Ditto.
771         (dwarf2_evaluate_loc_desc_full): Ditto.
772         (dwarf_reg_to_regnum): New function.
773         (throw_bad_regnum_error): New function.
774         (dwarf_reg_to_regnum_or_error): Renamed from
775         dwarf2_reg_to_regnum_or_errorChange to take a ULONGEST regnum.
776         All callers updated.  Call throw_bad_regnum_error.
777         (locexpr_regname): Improve text of bad register number.
778         * dwarf2loc.h (dwarf_reg_to_regnum): Declare.
779         (dwarf_reg_to_regnum_or_error): Update prototype.
780         * dwarf2expr.c: #include "dwarf2loc.h".
781         (dwarf_block_to_sp_offset): Call dwarf_reg_to_regnum instead of
782         gdbarch_dwarf2_reg_to_regnum.
783         * gdbarch.sh (dwarf2_reg_to_regnum): Add comment.
784         * gdbarch.h: Regenerate.
785         * amd64-tdep.c (amd64_dwarf_reg_to_regnum): Remove warning for bad
786         register.
787         * avr-tdep.c (avr_dwarf_reg_to_regnum): Ditto.
788         * cris-tdep.c (cris_dwarf2_reg_to_regnum): Ditto.
789         * bfin-tdep.c (bfin_reg_to_regnum): Fix error checking.
790         * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum): Improve error checking.
791         Remove warning for bad register.
792         * hppa-tdep.c (hppa64_dwarf_reg_to_regnum): Ditto.
793         * i386-tdep.c (i386_svr4_dwarf_reg_to_regnum): Renamed from
794         i386_svr4_reg_to_regnum.  Return -1 for bad registers.
795         (i386_svr4_reg_to_regnum): New function.
796         (i386_gdbarch_init): Update call to set_gdbarch_dwarf2_reg_to_regnum.
797         * microblaze-tdep.c (microblaze_dwarf2_reg_to_regnum): Don't assert
798         on bad registers, return -1.
799         * msp430-tdep.c (msp430_dwarf2_reg_to_regnum): Improve error checking.
800         Remove warning for bad register.
801         * nios2-tdep.c: Add static assert for NIOS2_NUM_REGS.
802         (nios2_dwarf_reg_to_regnum): Fix off-by-one error.
803         Remove warning for bad register.  Return -1 for bad register.
804         * rl78-tdep.c (rl78_dwarf_reg_to_regnum): Don't flag an internal error
805         for bad register, return -1.
806         * rx-tdep.c (rx_dwarf_reg_to_regnum): Ditto.
807         * m68k-tdep.c (m68k_dwarf_reg_to_regnum): Fix error result.
808         * mep-tdep.c (mep_debug_reg_to_regnum): Ditto.
809         * mips-tdep.c (mips_stab_reg_to_regnum): Ditto.
810         (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
811         * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Remove warning
812         for bad regs.
813         * xtensa-tdep.c (xtensa_reg_to_regnum): Remove internal error for
814         bad regs.  Fix error result.
815         * stabsread.c (stab_reg_to_regnum): Watch for negative regno.
816         (reg_value_complaint): Update complaint text.
817         * mdebugread.c (reg_value_complaint): New function.
818         (mdebug_reg_to_regnum): Rewrite to watch for bad reg numbers.
819
820 2015-10-26  Doug Evans  <dje@google.com>
821
822         PR python/18938
823         * cli/cli-cmds (source_script_fron_sctream): New arg file_to_open.
824         All callers updated.
825
826 2015-10-26  Doug Evans  <dje@google.com>
827
828         * psymtab.c (struct dump_psymtab_addrmap_data): Define.
829         (dump_psymtab_addrmap_1, dump_psymtab_addrmap): New functions.
830         (maintenance_print_psymbols): Print address map.
831
832 2015-10-26  Doug Evans  <dje@google.com>
833
834         * nat/linux-nat.h (__SIGRTMIN): Move here from gdbserver/linux-low.c.
835
836 2015-10-26  Doug Evans  <dje@google.com>
837
838         * common/gdb_wait.h (W_STOPCODE): Define, moved here from
839         gdbserver/linux-low.c.
840         (WSETSTOP): Simplify.
841
842 2015-10-26  Doug Evans  <dje@google.com>
843
844         * linux-thread-db.c (find_new_threads_callback): Ditto.
845         (thread_db_pid_to_str): Ditto.
846
847 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
848
849         * guile/scm-ports.c (ioscm_make_gdb_stdio_port): Do not pass a
850         local char array to scm_mode_bits, use a cast instead.
851
852 2015-10-26  Simon Marchi  <simon.marchi@ericsson.com>
853
854         * tui/tui-data.c (tui_alloc_content): Don't check xmalloc
855         result.  Change type of element_block_ptr.  Change allocation to
856         use XNEWVEC.
857
858 2015-10-26  Luis Machado  <lgustavo@codesourcery.com>
859
860         * record-full.c (record_full_message_wrapper_safe): Pass empty string to
861         catch_errors call instead of NULL.
862
863 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
864
865         * guile/scm-ports.c (ioscm_make_gdb_stdio_port): Pass non-const
866         char pointer to scm_mode_bits.
867
868 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
869
870         * symtab.c (default_make_symbol_completion_list_break_on_1): Add
871         cast.
872
873 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
874
875         * guile/scm-ports.c (gdbscm_memory_port_write): Declare new
876         "data" local variable and use it.
877
878 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
879
880         * guile/scm-symbol.c (gdbscm_lookup_global_symbol): Add
881         domain_enum cast.
882         (gdbscm_lookup_symbol): Likewise.
883
884 2015-10-25  Iain Buclaw  <ibuclaw@gdcproject.org>
885
886         * d-exp.y: Remove an obsolete comment and propagate the block
887         information to the produced expression.
888
889 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
890
891         * tui/tui-data.c (tui_add_to_source_windows): Remove void *
892         cast.
893         (tui_add_content_elements): Likewise.
894
895 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
896
897         * cli/cli-setshow.c (do_set_command): Constify p.
898
899 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
900
901         * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Replace
902         (void *) cast with (gdb_byte *).
903
904 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
905
906         * proc-service.c (ps_pdread): Add cast.
907
908 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
909
910         * sparc64-tdep.c (sparc64_store_arguments): Split assignment of
911         valbuf.
912
913 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
914
915         * ia64-tdep.c (ia64_pseudo_register_write): Remove cast.
916         (ia64_push_dummy_call): Remove cast and change type of "to" to
917         array of gdb_byte.
918
919 2015-10-23  Simon Marchi  <simon.marchi@polymtl.ca>
920
921         * linux-btrace.c (linux_enable_pt): Add cast to mmap return.
922
923 2015-10-23  Simon Marchi  <simon.marchi@ericsson.com>
924
925         * observer.h (observer_${event}_notification_stub): Add cast.
926
927 2015-10-23  Yao Qi  <yao.qi@linaro.org>
928
929         * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Set
930         dsd.insn_count to zero.
931
932 2015-10-22  Pedro Alves  <palves@redhat.com>
933
934         * infrun.c (stop_after_trap): Delete.
935         (clear_proceed_status, handle_signal_stop, struct
936         infcall_control_state, save_infcall_control_state)
937         (restore_infcall_control_state): Remove references to
938         stop_after_trap.
939
940 2015-10-22  Simon Marchi  <simon.marchi@ericsson.com>
941
942         * python/python.c (_initialize_python): Add cast.
943
944 2015-10-22  Simon Marchi  <simon.marchi@ericsson.com>
945
946         * nto-tdep.c (nto_inferior_data): Add cast.
947
948 2015-10-22  Pedro Alves  <palves@redhat.com>
949
950         * windows-nat.c (do_initial_windows_stuff): Rewrite loop using
951         windows_wait and windows_resume directly instead of
952         wait_for_inferior and resume.
953
954 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
955
956         * xtensa-tdep.h (XTREG): Add casts.
957         (XTREG_END): Likewise.
958
959 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
960
961         * solib-spu.c (spu_bfd_iovec_pread): Add (gdb_byte *) cast.
962
963 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
964
965         * rs6000-tdep.c (variants): Add (enum bfd_architecture) cast.
966
967 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
968
969         * mips-linux-tdep.c (mips64_linux_get_longjmp_target): Change type of
970         buf to gdb_byte*.
971         (supply_32bit_reg): Add cast.
972         (mips64_fill_gregset): Likewise.
973
974 2015-10-21  Simon Marchi  <simon.marchi@polymtl.ca>
975
976         PR python/18073
977         * python/py-type.c (typy_get_composite): Allow returning a
978         function type.
979
980 2015-10-21  Keven Boell  <keven.boell@intel.com>
981
982         * dwarf2read.c (set_die_type): Add read of
983         DW_AT_allocated and DW_AT_associated.
984         * f-typeprint.c: New include of typeprint.h
985         (f_print_type): Add check for allocated/associated
986         status of type.
987         (f_type_print_varspec_suffix): Add check for
988         * gdbtypes.c (create_array_type_with_stride):
989         Add check for valid data location of type in
990         case allocated or associated attributes are set.
991         Length of an array should be only calculated if
992         allocated or associated is resolved as true.
993         (is_dynamic_type_internal): Add check for allocated/
994         associated.
995         (resolve_dynamic_array): Evaluate allocated/associated
996         properties.
997         * gdbtypes.h (enum dynamic_prop_node_kind): <DYN_PROP_ALLOCATED>
998         <DYN_PROP_ASSOCIATED>: New enums.
999         (TYPE_ALLOCATED_PROP, TYPE_ASSOCIATED_PROP): New macros.
1000         (type_not_allocated): New function.
1001         (type_not_associated): New function.
1002         * valarith.c (value_subscripted_rvalue): Add check for
1003         allocated/associated.
1004         * valprint.c: New include of typeprint.h.
1005         (valprint_check_validity): Add check for allocated/associated.
1006         (value_check_printable): Add check for allocated/
1007         associated.
1008         * typeprint.h (val_print_not_allocated): New function.
1009         (val_print_not_associated): New function.
1010         * typeprint.c (val_print_not_allocated): New function.
1011         (val_print_not_associated): New function.
1012
1013 2015-10-21  Antoine Tremblay  <antoine.tremblay@ericsson.com>
1014
1015         * Makefile.in: Add arm.c/o.
1016         * arch/arm.c: New file.
1017         * arch/arm.h: (IS_THUMB_ADDR): Move macro from arm-tdep.c.
1018         (MAKE_THUMB_ADDR): Likewise.
1019         (UNMAKE_THUMB_ADDR): Likewise.
1020         * arm-tdep.c (int thumb_insn_size): Move to arm.c.
1021         (IS_THUMB_ADDR): Move to arm.h.
1022         (MAKE_THUMB_ADDR): Likewise.
1023         (UNMAKE_THUMB_ADDR): Likewise.
1024         * configure.tgt: Add arm.o to all ARM configs.
1025
1026 2015-10-21  Yao Qi  <yao.qi@linaro.org>
1027
1028         * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1029         Remove argument exp_vCont_s.
1030         * gdb.base/range-stepping.exp: Callers updated.
1031         * gdb.trace/range-stepping.exp: Likewise.
1032
1033 2015-10-21  Aleksandar Ristovski  <aristovski@qnx.com>
1034
1035         * gdb/nto-tdep.c (QNX_NOTE_NAME, QNX_INFO_SECT_NAME): New defines.
1036         (nto_sniff_abi_note_section): New function.
1037         (nto_elf_osabi_sniffer): Use new function to recognize nto specific
1038         binary.
1039
1040 2015-10-21  Aleksandar Ristovski  <aristovski@qnx.com>
1041
1042         * nto-procfs.c (procfs_wait): Set stopped_flags nad stopped_pc.
1043         (procfs_stopped_by_watchpoint): Use flags stored in inferior data.
1044         * nto-tdep.c (nto_new_inferior_data_reg): New definition.
1045         (nto_new_inferior_data, nto_inferior_data_cleanup, nto_inferior_data):
1046         New functions.
1047         (_initialize_nto_tdep): New forward declaration, new function.
1048         * nto-tdep.h (struct nto_inferior_data): New struct.
1049         (nto_inferior_data): New function declaration.
1050
1051 2015-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
1052
1053         * findvar.c (address_from_register): Check REGNUM validity.
1054
1055 2015-10-20  Aleksandar Ristovski  <aristovski@qnx.com>
1056
1057         * gdb/nto-procfs.c (procfs_pid_to_exec_file): New function.
1058         (init_procfs_targets): Wire new function.
1059
1060 2015-10-20  Aleksandar Ristovski  <aristovski@qnx.com>
1061
1062         * nto-procfs.c (sys/auxv.h): Include.
1063         (procfs_xfer_partial): Implement TARGET_OBJECT_AUXV.
1064         * nto-tdep.c (nto_read_auxv_from_initial_stack): New function.
1065         * nto-tdep.h (nto_read_auxv_from_initial_stack): New declaration.
1066
1067 2015-10-20  Aleksandar Ristovski  <aristovski@qnx.com>
1068
1069         * nto-procfs.c (nto_procfs_path): Rename to...
1070         (nodestr): ... this, and change type.
1071         (nto_node): Use new variable and logic accordingly.
1072         (procfs_open_1): Use new variable name. Use local buffer to construct
1073         procfrs path.
1074         (procfs_pidlist): Use NODESTR to construct procfs path.
1075         (procfs_files_info): Use NODESTR to output meaningful text.
1076         (do_attach): Construct procfs using NODESTR.
1077         (procfs_create_inferior): Compare pointer to NULL.
1078
1079 2015-10-19  Josh Stone  <jistone@redhat.com>
1080
1081         * linux-nat.c (linux_handle_syscall_trap): Always update entry/
1082         return state, even when not actively catching syscalls at all.
1083         (linux_handle_extended_wait): Mark syscall_state like an entry.
1084         (wait_lwp): Set syscall_state ignored for other traps.
1085         (linux_nat_filter_event): Likewise.
1086
1087 2015-10-19  Luis Machado  <lgustavo@codesourcery.com>
1088
1089         * remote.c (remote_wait_as): Set rs->waiting_for_stop_reply to 0
1090         when handling 'E', 'T', 'S', 'X' and 'W' packets.
1091         Do not set rs->waiting_for_stop_reply back to 1.
1092
1093 2015-10-16  Aleksandar Ristovski  <aristovski@qnx.com>
1094
1095         * nto-procfs.c (common/filestuff.h): Include.
1096         (procfs_can_use_hw_breakpoint): Fix enum name.
1097         (procfs_open_1): Fix compiler warning.
1098         (procfs_pidlist): Make static.
1099         (procfs_meminfo): Make static, fix type name, add missing argument.
1100         (procfs_store_registers): Make static.
1101         (procfs_thread_info): Remove unused function.
1102         (_initialize_procfs): Forward declare.
1103
1104 2015-10-16  Yao Qi  <yao.qi@arm.com>
1105
1106         * MAINTAINERS: Update my email address.
1107
1108 2015-10-15  Yao Qi  <yao.qi@linaro.org>
1109
1110         * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint):
1111         Call gdbarch_breakpoint_from_pc to instruction length.
1112         (aarch64_linux_remove_hw_breakpoint): Likewise.
1113         * common/common-regcache.h (regcache_register_size): Declare.
1114         * nat/aarch64-linux-hw-point.c: Include "common-regcache.h".
1115         (aarch64_point_is_aligned): Set alignment to 2 for breakpoint if
1116         the process is 32bit, otherwise set alignment to 4.
1117         (aarch64_handle_breakpoint): Update comments.
1118         * regcache.c (regcache_register_size): New function.
1119
1120 2015-10-15  Aleksandar Ristovski  <aristovski@qnx.com>
1121
1122         * gdbarch.sh (core_regset_section): Remove.
1123         * gdbarch.h: Regenerate.
1124
1125 2015-10-14  Yao Qi  <yao.qi@linaro.org>
1126
1127         * arch/aarch64-insn.h (struct aarch64_memory_operand): Move enum
1128         out of it.
1129         (enum aarch64_memory_operand_type): New.
1130
1131 2015-10-13  David Edelsohn  <dje.gcc@gmail.com>
1132
1133         * xcoffread.c (dwarf2_xcoff_names): Add .dwmac and .dwpbtyp.
1134
1135 2015-10-13  Pedro Alves  <palves@redhat.com>
1136
1137         * ada-lang.c (ada_enum_name): Constify local.
1138         * ada-typeprint.c (print_range_bound): Constify locals.
1139         * c-varobj.c (c_describe_child): Likewise.
1140         * cli/cli-setshow.c (do_set_command): Likewise.
1141         * gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
1142         * dwarf2read.c (find_file_and_directory): Likewise.
1143         (anonymous_struct_prefix, dwarf2_name): Likewise.
1144         * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
1145         * go-lang.c (unpack_mangled_go_symbol): Likewise.
1146         * jv-typeprint.c (java_type_print_base): Likewise.
1147         * ser-tcp.c (net_open): Likewise.
1148         * symfile.c (deduce_language_from_filename): Likewise.
1149         * symtab.c (gdb_mangle_name): Likewise.
1150         * tui/tui-io.c (tui_redisplay_readline): Likewise.
1151
1152 2015-10-13  Pedro Alves  <palves@redhat.com>
1153
1154         * infrun.c (restore_execution_direction): New function.
1155         (fetch_inferior_event): Use it instead of
1156         make_cleanup_restore_integer.
1157         (execution_direction): Change type to enum
1158         exec_direction_kind.
1159         * infrun.h (execution_direction): Likewise.
1160
1161 2015-10-13  Pedro Alves  <palves@redhat.com>
1162
1163         * ada-lang.c (ada_value_primitive_packed_val): Constify
1164         locals.  Use value_contents_writeable.  Remove casts.
1165
1166 2015-10-13  Pedro Alves  <palves@redhat.com>
1167
1168         * ada-lang.c (ada_value_primitive_packed_val): Add casts to malloc
1169         and alloca calls.
1170
1171 2015-10-13  Simon Marchi  <simon.marchi@polymtl.ca>
1172
1173         * lm32-tdep.c (lm32_push_dummy_call): Replace call to
1174         write_memory with write_memory_unsigned_integer.
1175
1176 2015-10-13  Simon Marchi  <simon.marchi@polymtl.ca>
1177
1178         * solib-dsbt.c (cmp_name): Constify arguments.
1179         * solib-frv.c (cmp_name): Likewise.
1180         * solib-svr4.c (svr4_create_solib_event_breakpoints): Likewise.
1181         * solib.c (gdb_bfd_lookup_symbol_from_symtab): Likewise.
1182         (bfd_lookup_symbol_from_dyn_symtab): Likewise.
1183         (gdb_bfd_lookup_symbol): Likewise.
1184         * solib.h (gdb_bfd_lookup_symbol): Likewise.
1185         (gdb_bfd_lookup_symbol_from_symtab): Likewise.
1186
1187 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1188
1189         * stack.c (parse_frame_specification): Remove message parameter,
1190         replace with fixed string in function body, update function
1191         comment.
1192         (frame_info): Remove message to parse_frame_specification.
1193         (select_frame_command): Likewise.
1194
1195 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1196
1197         * stack.c (parse_frame_specification): Delete.
1198         (parse_frame_specification_1): Rename to
1199         parse_frame_specification.
1200         (frame_info): Use parse_frame_specification.
1201         (select_frame_command): Likewise.
1202         (return_command): Use select_frame and print_stack_frame rather
1203         than frame_command and select_frame_command.
1204         (func_command): Use get_current_frame rather than
1205         parse_frame_specification.
1206
1207 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1208
1209         * stack.c (func_command): Return early when there is no ARG
1210         string.
1211
1212 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1213
1214         * stack.c: Include safe-ctype.h not ctype.h.
1215         (parse_frame_specification): Use ISSPACE not isspace.
1216         (backtrace_command): Use TOLOWER not tolower.
1217
1218 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
1219
1220         * mep-tdep.c (current_me_module): Add cast.
1221         (mep_gdbarch_init): Likewise.
1222
1223 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
1224
1225         * m32c-tdep.c (m32c_move_reg_t): Replace with...
1226         (m32c_write_reg_t): ...this and...
1227         (m32c_read_reg_t): ...this.
1228         (struct m32c_reg): Update types of read and write.
1229         (m32c_raw_read): Change declaration type to m32c_read_reg_t and
1230         adjust definition.
1231         (m32c_banked_read): Likewise.
1232         (m32c_sb_read): Likewise.
1233         (m32c_part_read): Likewise.
1234         (m32c_cat_read): Likewise.
1235         (m32c_r3r2r1r0_read): Likewise.
1236         (m32c_raw_write): Change declaration type to m32c_write_reg_t
1237         and adjust definition.
1238         (m32c_banked_write): Likewise.
1239         (m32c_sb_write): Likewise.
1240         (m32c_part_write): Likewise.
1241         (m32c_cat_write): Likewise.
1242         (m32c_r3r2r1r0_write): Likewise.
1243
1244 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
1245
1246         * aarch64-linux-tdep.c (aarch64_linux_syscall_record): Add cast.
1247
1248 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
1249
1250         * aarch64-linux-tdep.c (aarch64_canonicalize_syscall): Return
1251         gdb_sys_no_syscall instead of -1.
1252
1253 2015-10-12  Yao Qi  <yao.qi@linaro.org>
1254
1255         * NEWS: Mention the change.
1256
1257 2015-10-12  Yao Qi  <yao.qi@linaro.org>
1258
1259         * arch/aarch64-insn.c (emit_load_store): Rename to ...
1260         (aarch64_emit_load_store): ... it.  All callers updated.
1261
1262 2015-10-12  Yao Qi  <yao.qi@linaro.org>
1263
1264         * arch/aarch64-insn.c (emit_insn): Rename to ...
1265         (aarch64_emit_insn): ... it.  All callers updated.
1266
1267 2015-10-12  Yao Qi  <yao.qi@linaro.org>
1268
1269         * aarch64-linux-tdep.c: Include arch-utils.h.
1270         (aarch64_linux_init_abi): Call set_gdbarch_max_insn_length,
1271         set_gdbarch_displaced_step_copy_insn,
1272         set_gdbarch_displaced_step_fixup,
1273         set_gdbarch_displaced_step_free_closure,
1274         set_gdbarch_displaced_step_location,
1275         and set_gdbarch_displaced_step_hw_singlestep.
1276         * aarch64-tdep.c (struct displaced_step_closure): New.
1277         (struct aarch64_displaced_step_data): New.
1278         (aarch64_displaced_step_b): New function.
1279         (aarch64_displaced_step_b_cond): Likewise.
1280         (aarch64_register): Likewise.
1281         (aarch64_displaced_step_cb): Likewise.
1282         (aarch64_displaced_step_tb): Likewise.
1283         (aarch64_displaced_step_adr): Likewise.
1284         (aarch64_displaced_step_ldr_literal): Likewise.
1285         (aarch64_displaced_step_others): Likewise.
1286         (aarch64_displaced_step_copy_insn): Likewise.
1287         (aarch64_displaced_step_fixup): Likewise.
1288         (aarch64_displaced_step_hw_singlestep): Likewise.
1289         * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): New macro.
1290         (aarch64_displaced_step_copy_insn): Declare.
1291         (aarch64_displaced_step_fixup): Declare.
1292         (aarch64_displaced_step_hw_singlestep): Declare.
1293         * arch/aarch64-insn.c (emit_insn): Moved from
1294         gdbserver/linux-aarch64-low.c.
1295         (emit_load_store): Likewise.
1296         * arch/aarch64-insn.h (enum aarch64_opcodes): Moved from
1297         gdbserver/linux-aarch64-low.c.
1298         (struct aarch64_register): Likewise.
1299         (struct aarch64_memory_operand): Likewise.
1300         (ENCODE): Likewise.
1301         (can_encode_int32): New macro.
1302         (emit_b, emit_bcond, emit_cb, emit_ldr, emit_ldrsw): Likewise.
1303         (emit_tb, emit_nop): Likewise.
1304         (emit_insn): Declare.
1305         (emit_load_store): Declare.
1306
1307 2015-10-12  Yao Qi  <yao.qi@linaro.org>
1308
1309         * arch/aarch64-insn.c (aarch64_decode_ldr_literal): Moved from
1310         gdbserver/linux-aarch64-low.c.
1311         (aarch64_relocate_instruction): Likewise.
1312         * arch/aarch64-insn.h (aarch64_decode_ldr_literal): Declare.
1313         (struct aarch64_insn_data): Moved from
1314         gdbserver/linux-aarch64-low.c.
1315         (struct aarch64_insn_visitor): Likewise.
1316         (aarch64_relocate_instruction): Declare.
1317
1318 2015-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
1319
1320         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT>: If
1321         EVAL_AVOID_SIDE_EFFECTS mode, forward the VALUE_LVAL attribute
1322         to the returned value.
1323
1324 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
1325
1326         * ada-lang.c (ada_unpack_from_contents): Add guard that unpacked
1327         is large enough for BIT_SIZE.  Update function comment.
1328
1329 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
1330
1331         * ada-lang.c (ada_value_primitive_packed_val): Move
1332         src_len variable to local block where used.  Override
1333         BIT_SIZE if bigger than size of resolved type.
1334
1335 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
1336
1337         * gdbtypes.h (is_scalar_type): Add extern declaration.
1338         * gdbtypes.c (is_scalar_type): Make non-static.
1339         * ada-lang.c (ada_value_primitive_packed_val): Use is_scalar_type
1340         to compute IS_SCALAR instead of doing it ourselves.
1341
1342 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
1343
1344         * ada-lang.c (ada_value_primitive_packed_val): Rework handling
1345         of case where TYPE is dynamic.
1346
1347 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
1348
1349         * ada-lang.c (ada_unpack_from_contents): New function,
1350         extracted from ada_value_primitive_packed_val.
1351         (ada_value_primitive_packed_val): Replace extracted out code
1352         by call to ada_unpack_from_contents.
1353
1354 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
1355
1356         * ada-lang.c (ada_value_primitive_packed_val): Reorder local
1357         variable declarations.
1358
1359 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
1360
1361         * ada-lang.c (ada_value_primitive_packed_val): Change the type
1362         of local variables src and unpacked to "gdb_type *" instead of
1363         "unsigned char *".
1364
1365 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
1366
1367         * ada-lang.c (ada_value_primitive_packed_val): Make the name
1368         of various local variables more explicit and consistent.
1369         No real code change otherwise.
1370
1371 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
1372
1373         * i386-tdep.h (struct gdbarch_tdep): Change type of
1374         register_reggroup_p to gdbarch_register_reggroup_p_ftype.
1375
1376 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
1377
1378         * cris-tdep.c (struct instruction_environment): Change type of
1379         byte_order to enum bfd_endian.
1380
1381 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
1382
1383         * arm-linux-tdep.c (arm_canonicalize_syscall): Add
1384         enum gdb_syscall casts.
1385
1386 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
1387
1388         * aarch64-tdep.c (stack_item_t): Change type of data to gdb_byte*.
1389         * arm-tdep.c (struct stack_item): Likewise.
1390         (push_stack_item): Add gdb_byte* cast.
1391         * avr-tdep.c (struct stack_item): Change type of data to gdb_byte*.
1392         (push_stack_item): Add gdb_byte* cast.
1393         * cli/cli-dump.c (dump_memory_to_file): Change type of buf to gdb_byte*
1394         and add cast.
1395         * cris-tdep.c (struct stack_item): Change type of data to gdb_byte*.
1396         (push_stack_item): Add gdb_byte* cast.
1397         * gcore.c (gcore_copy_callback): Change type of memhunk to gdb_byte* and
1398         add cast.
1399         * gdbtypes.h (print_scalar_formatted): Change type of first parameter to
1400         gdb_byte*.
1401         * h8300-tdep.c (h8300_extract_return_value): Change type of valbuf to
1402         gdb_byte* and remove unnecessary cast.
1403         (h8300h_extract_return_value): Likewise.
1404         (h8300_store_return_value): Change type of valbuf to gdb_byte*.
1405         (h8300h_store_return_value): Likewise.
1406         * iq2000-tdep.c (iq2000_extract_return_value): Change type of valbuf to
1407         gdb_byte* and remove unnecessary cast.
1408         * jit.c (jit_reader_try_read_symtab): Change type of gdb_mem to gdb_byte*
1409         and add cast.
1410         * m32r-tdep.c (m32r_store_return_value): Change type of valbuf to
1411         gdb_byte* and remove unnecessary cast.
1412         (m32r_extract_return_value): Change type of dst to gdb_byte* and remove
1413         valbuf.
1414         * mep-tdep.c (mep_pseudo_cr32_read): Change type of buf to gdb_byte*.
1415         (mep_pseudo_cr64_read): Likewise.
1416         (mep_pseudo_csr_write): Likewise.
1417         (mep_pseudo_cr32_write): Likewise.
1418         (mep_pseudo_cr64_write): Likewise.
1419         * mi/mi-main.c (mi_cmd_data_write_memory): Change type of buffer to
1420         gdb_byte* and add cast.
1421         * moxie-tdep.c (moxie_store_return_value): Change type of valbuf to
1422         gdb_byte* and remove unnecessary cast.
1423         (moxie_extract_return_value): Change type of dst to gdb_byte* and remove
1424         valbuf.
1425         * p-valprint.c (print_scalar_formatted): Change type of valaddr to
1426         gdb_byte*.
1427         * printcmd.c (void): Likewise.
1428         * python/py-inferior.c (infpy_read_memory): Change type of buffer to
1429         gdb_byte* and add cast.
1430         (infpy_write_memory): Likewise.
1431         (infpy_search_memory): Likewise.
1432         * regcache.c (regcache_raw_write_signed): Change type of buf to gdb_byte*
1433         and add cast.
1434         (regcache_raw_write_unsigned): Likewise.
1435         (regcache_cooked_write_signed): Likewise.
1436         (regcache_cooked_write_unsigned): Likewise.
1437         * sh64-tdep.c (h64_extract_return_value): Change type of valbuf to
1438         gdb_byte*.
1439
1440 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
1441
1442         * fbsd-tdep.c (fbsd_collect_regset_section_cb): Add cast.
1443         * linux-tdep.c (linux_collect_regset_section_cb_data): Likewise.
1444
1445 2015-10-09  Eli Zaretskii  <eliz@gnu.org>
1446
1447         * stack.c (print_stack_frame):
1448         * utils.c (printchar): Fix typos in commentary.
1449
1450 2015-10-08  Iain Buclaw  <ibuclaw@gdcproject.org>
1451
1452         * d-exp.y: (UnaryExpression): Support `type.sizeof' expressions.
1453         (PostfixExpression): Support `expr.sizeof' expressions.
1454         (PrimaryExpression): Support `typeof(expr)' expressions.
1455
1456 2015-10-08  Maciej W. Rozycki  <macro@imgtec.com>
1457
1458         * MAINTAINERS: Update my email address.
1459
1460 2015-10-08  Markus Metzger  <markus.t.metzger@intel.com>
1461
1462         * record-btrace.c (record_btrace_resume): Fix void return.
1463
1464 2015-10-07  Yao Qi  <yao.qi@linaro.org>
1465
1466         * aarch64-tdep.c: Include opcode/aarch64.h.
1467         (submask): Move it above.
1468         (bit): Likewise.
1469         (bits): Likewise.
1470         (aarch64_software_single_step): Call aarch64_decode_insn.
1471         Decode instruction by aarch64_inst instead of using
1472         aarch64_decode_bcond and decode_masked_match.
1473
1474 2015-10-06  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
1475
1476         * cli/cli-dump.c (restore_command): Parse load_offset (bias) as address
1477         only when the file is binary.
1478
1479 2015-10-02  James Bowman  <james.bowman@ftdichip.com>
1480
1481         * ft32-tdep.c (ft32_analyze_prologue): Add function prolog
1482         subroutine handling.
1483
1484 2015-10-01  Simon Marchi  <simon.marchi@ericsson.com>
1485
1486         * common/vec.h (VEC_OP (T,cleanup)): Add pointer cast.
1487
1488 2015-09-30  Doug Evans  <dje@google.com>
1489
1490         * dwarf2read.c (setup_type_unit_groups): Add comment.
1491
1492 2015-09-30  Pedro Alves  <palves@redhat.com>
1493
1494         * linux-nat.c (linux_nat_always_non_stop_p): Always return 1.
1495         * x86-linux-nat.c (x86_linux_always_non_stop_p): Delete.
1496         (x86_linux_create_target): Don't install
1497         x86_linux_always_non_stop_p.
1498
1499 2015-09-30  Don Breazeal  <donb@codesourcery.com>
1500
1501         * remote.c (remote_parse_stop_reply): Call strprefix instead
1502         of strncmp.
1503
1504 2015-09-30  Simon Marchi  <simon.marchi@ericsson.com>
1505
1506         * gdbarch.sh (struct gdbarch_info): Change tdep_info's type to void *.
1507         * gdbarch.h: Regenerate.
1508         * i386-tdep.c (i386_gdbarch_init): Remove cast to
1509         struct gdbarch_tdep_info *.
1510         * mips-tdep.c (mips_gdbarch_init): Likewise.
1511         * ppc-linux-tdep (ppu2spu_sniffer): Likewise.
1512         * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
1513         * spu-multiarch.c (spu_gdbarch): Likewise.
1514
1515 2015-09-30  Kevin Buettner  <kevinb@redhat.com>
1516
1517         * infcmd.c (finish_command_fsm_should_stop): Don't attempt to
1518         record a NULL value.
1519
1520 2015-09-29  Kevin Buettner  <kevinb@redhat.com>
1521
1522         * msp430-tdep.c (msp430_push_dummy_call): Treat reference, struct,
1523         and union arguments the same as pointer arguments when determining
1524         size of argument.
1525
1526 2015-09-29  James Bowman  <james.bowman@ftdichip.com>
1527
1528         * ft32-tdep.c: #include "opcode/ft32.h".
1529         Delete local macros IS_PUSH, PUSH_REG, IS_LINK, LINK_SIZE.
1530         (ft32_analyze_prologue): Use FT32_* macros.
1531
1532 2015-09-28  Simon Marchi  <simon.marchi@ericsson.com>
1533
1534         * cli/cli-script.c (read_next_line): Fix stdout -> stdin in
1535         comment.
1536
1537 2015-09-28  Doug Evans  <dje@google.com>
1538
1539         * MAINTAINERS: Add Iain Buclaw as D language maintainer.
1540
1541 2015-09-28  Doug Evans  <dje@google.com>
1542
1543         * common/filestuff.c (make_cleanup_close): Update comment.
1544
1545 2015-09-26  Simon Marchi  <simon.marchi@polymtl.ca>
1546
1547         * btrace.c (parse_xml_btrace_block): Fix cast of
1548         xml_find_attribute's return value.
1549         * memory-map.c (memory_map_start_memory): Likewise.
1550         * solib-svr4.c (library_list_start_library): Likewise.
1551         * solib-target.c (library_list_start_segment): Likewise.
1552         (library_list_start_section): Likewise.
1553         * tracepoint.c (traceframe_info_start_memory): Likewise.
1554
1555 2015-09-26  Iain Buclaw  <ibuclaw@gdcproject.org>
1556
1557         * d-namespace.c (d_lookup_symbol): New arg langdef.
1558         All callers updated.  Support looking up symbol as a primitive type.
1559         (lookup_module_scope): New arg langdef.  All callers updated.
1560         Call d_lookup_symbol directly for simple bare symbols.
1561
1562 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
1563
1564         * macrocmd.c (print_macro_callback): Add cast(s).
1565         * macrotab.c (macro_bcache_str): Likewise.
1566         (new_macro_definition): Likewise.
1567         * main.c (captured_main): Likewise.
1568         * maint.c (print_bfd_section_info): Likewise.
1569         * mdebugread.c (mdebug_build_psymtabs): Likewise.
1570         (basic_type): Likewise.
1571         * memattr.c (mem_region_cmp): Likewise.
1572         * memory-map.c (memory_map_start_memory): Likewise.
1573         (memory_map_end_memory): Likewise.
1574         (memory_map_start_property): Likewise.
1575         (memory_map_end_property): Likewise.
1576         (clear_result): Likewise.
1577         * memrange.c (compare_mem_ranges): Likewise.
1578         * mep-tdep.c (mep_analyze_frame_prologue): Likewise.
1579         * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Likewise.
1580         * mi/mi-console.c (mi_console_file_delete): Likewise.
1581         (mi_console_file_fputs): Likewise.
1582         (mi_console_raw_packet): Likewise.
1583         (mi_console_file_flush): Likewise.
1584         (mi_console_set_raw): Likewise.
1585         * mi/mi-interp.c (mi_interpreter_resume): Likewise.
1586         (mi_new_thread): Likewise.
1587         (mi_thread_exit): Likewise.
1588         (mi_record_changed): Likewise.
1589         (mi_inferior_added): Likewise.
1590         (mi_inferior_appeared): Likewise.
1591         (mi_inferior_exit): Likewise.
1592         (mi_inferior_removed): Likewise.
1593         (mi_interp_data): Likewise.
1594         (mi_on_normal_stop): Likewise.
1595         (mi_traceframe_changed): Likewise.
1596         (mi_tsv_created): Likewise.
1597         (mi_tsv_deleted): Likewise.
1598         (mi_tsv_modified): Likewise.
1599         (mi_breakpoint_created): Likewise.
1600         (mi_breakpoint_deleted): Likewise.
1601         (mi_breakpoint_modified): Likewise.
1602         (mi_output_running_pid): Likewise.
1603         (mi_inferior_count): Likewise.
1604         (mi_solib_loaded): Likewise.
1605         (mi_solib_unloaded): Likewise.
1606         (mi_command_param_changed): Likewise.
1607         (mi_memory_changed): Likewise.
1608         (report_initial_inferior): Likewise.
1609         (mi_ui_out): Likewise.
1610         (mi_set_logging): Likewise.
1611         * mi/mi-main.c (collect_cores): Likewise.
1612         (print_one_inferior): Likewise.
1613         (free_vector_of_ints): Likewise.
1614         (free_splay_tree): Likewise.
1615         (mi_execute_command): Likewise.
1616         * mi/mi-out.c (mi_table_body): Likewise.
1617         (mi_table_end): Likewise.
1618         (mi_table_header): Likewise.
1619         (mi_begin): Likewise.
1620         (mi_end): Likewise.
1621         (mi_field_int): Likewise.
1622         (mi_field_string): Likewise.
1623         (mi_field_fmt): Likewise.
1624         (mi_flush): Likewise.
1625         (mi_redirect): Likewise.
1626         (field_separator): Likewise.
1627         (mi_open): Likewise.
1628         (mi_close): Likewise.
1629         (mi_out_buffered): Likewise.
1630         (mi_out_rewind): Likewise.
1631         (mi_out_put): Likewise.
1632         (mi_version): Likewise.
1633         (mi_out_data_dtor): Likewise.
1634         * mi/mi-parse.c (mi_parse_cleanup): Likewise.
1635         * microblaze-tdep.c (microblaze_frame_cache): Likewise.
1636         * minidebug.c (lzma_open): Likewise.
1637         (lzma_pread): Likewise.
1638         (lzma_close): Likewise.
1639         (lzma_stat): Likewise.
1640         * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
1641         * mips-sde-tdep.c (mips_sde_frame_cache): Likewise.
1642         (mips_sde_elf_osabi_sniff_abi_tag_sections): Likewise.
1643         * mips-tdep.c (mips_insn16_frame_cache): Likewise.
1644         (mips_micro_frame_cache): Likewise.
1645         (mips_insn32_frame_cache): Likewise.
1646         (mips_stub_frame_cache): Likewise.
1647         (gdb_print_insn_mips): Likewise.
1648         (value_of_mips_user_reg): Likewise.
1649         (mips_gdbarch_init): Likewise.
1650         * mips64obsd-tdep.c (mips64obsd_supply_gregset): Likewise.
1651         * mipsnbsd-tdep.c (mipsnbsd_supply_fpregset): Likewise.
1652         (mipsnbsd_supply_gregset): Likewise.
1653         * mn10300-linux-tdep.c (am33_supply_fpregset_method): Likewise.
1654         (am33_collect_gregset_method): Likewise.
1655         (am33_collect_fpregset_method): Likewise.
1656         * mn10300-tdep.c (mn10300_analyze_frame_prologue): Likewise.
1657         * moxie-tdep.c (moxie_frame_cache): Likewise.
1658         * msp430-tdep.c (msp430_get_opcode_byte): Likewise.
1659         (msp430_analyze_frame_prologue): Likewise.
1660         * mt-tdep.c (mt_frame_unwind_cache): Likewise.
1661         * nios2-linux-tdep.c (nios2_supply_gregset): Likewise.
1662         (nios2_collect_gregset): Likewise.
1663         * nios2-tdep.c (nios2_frame_unwind_cache): Likewise.
1664         (nios2_stub_frame_cache): Likewise.
1665         * objc-lang.c (find_methods): Likewise.
1666         * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
1667         (get_objfile_pspace_data): Likewise.
1668         (get_objfile_bfd_data): Likewise.
1669         (objfile_bfd_data_free): Likewise.
1670         (add_to_objfile_sections): Likewise.
1671         (do_free_objfile_cleanup): Likewise.
1672         (resume_section_map_updates_cleanup): Likewise.
1673         * opencl-lang.c (builtin_opencl_type): Likewise.
1674         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
1675         * osdata.c (osdata_start_osdata): Likewise.
1676         (osdata_start_item): Likewise.
1677         (osdata_start_column): Likewise.
1678         (osdata_end_column): Likewise.
1679         (clear_parsing_data): Likewise.
1680         (osdata_free_cleanup): Likewise.
1681         * parse.c (type_stack_cleanup): Likewise.
1682         (exp_uses_objfile_iter): Likewise.
1683         * ppc-linux-tdep.c (ppc_linux_supply_gregset): Likewise.
1684         (ppc_linux_collect_gregset): Likewise.
1685         (ppu2spu_prev_arch): Likewise.
1686         (ppu2spu_this_id): Likewise.
1687         (ppu2spu_prev_register): Likewise.
1688         (ppu2spu_unwind_register): Likewise.
1689         (ppu2spu_sniffer): Likewise.
1690         (ppu2spu_dealloc_cache): Likewise.
1691         (ppc_linux_init_abi): Likewise.
1692         * ppcfbsd-tdep.c (ppcfbsd_sigtramp_frame_cache): Likewise.
1693         * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
1694         * progspace.c (restore_program_space): Likewise.
1695         * psymtab.c (find_pc_sect_psymtab): Likewise.
1696         (compare_psymbols): Likewise.
1697         (psymbol_bcache_full): Likewise.
1698         (allocate_psymtab): Likewise.
1699         (discard_psymtabs_upto): Likewise.
1700         * python/py-block.c (set_block): Likewise.
1701         (del_objfile_blocks): Likewise.
1702         * python/py-breakpoint.c (build_bp_list): Likewise.
1703         * python/py-inferior.c (inferior_to_inferior_object): Likewise.
1704         (build_inferior_list): Likewise.
1705         (py_free_inferior): Likewise.
1706         * python/py-objfile.c (py_free_objfile): Likewise.
1707         (objfile_to_objfile_object): Likewise.
1708         * python/py-prettyprint.c (py_restore_tstate): Likewise.
1709         * python/py-progspace.c (py_free_pspace): Likewise.
1710         (pspace_to_pspace_object): Likewise.
1711         * python/py-symbol.c (set_symbol): Likewise.
1712         (del_objfile_symbols): Likewise.
1713         * python/py-symtab.c (set_sal): Likewise.
1714         (set_symtab): Likewise.
1715         (del_objfile_symtab): Likewise.
1716         (del_objfile_sal): Likewise.
1717         * python/py-type.c (save_objfile_types): Likewise.
1718         (set_type): Likewise.
1719         * python/py-unwind.c (pyuw_prev_register): Likewise.
1720         (pyuw_on_new_gdbarch): Likewise.
1721         * python/py-utils.c (py_decref): Likewise.
1722         (py_xdecref): Likewise.
1723         (gdb_py_generic_dict): Likewise.
1724         * python/py-xmethods.c (gdbpy_free_xmethod_worker_data): Likewise.
1725         (gdbpy_clone_xmethod_worker_data): Likewise.
1726         (gdbpy_get_xmethod_arg_types): Likewise.
1727         (gdbpy_get_xmethod_result_type): Likewise.
1728         (gdbpy_invoke_xmethod): Likewise.
1729         * python/python.c (gdbpy_apply_type_printers): Likewise.
1730         (gdbpy_free_type_printers): Likewise.
1731         * record-btrace.c (record_btrace_disable_callback): Likewise.
1732         (bfcache_hash): Likewise.
1733         (bfcache_eq): Likewise.
1734         (btrace_get_frame_function): Likewise.
1735         (record_btrace_frame_unwind_stop_reason): Likewise.
1736         (record_btrace_frame_this_id): Likewise.
1737         (record_btrace_frame_prev_register): Likewise.
1738         (record_btrace_frame_dealloc_cache): Likewise.
1739         * record-full.c (record_full_message_wrapper): Likewise.
1740         (record_full_save_cleanups): Likewise.
1741         * regcache.c (regcache_descr): Likewise.
1742         (do_regcache_xfree): Likewise.
1743         (do_regcache_invalidate): Likewise.
1744         (do_cooked_read): Likewise.
1745         (regcache_transfer_regset): Likewise.
1746         * reggroups.c (reggroup_add): Likewise.
1747         (reggroup_next): Likewise.
1748         (reggroup_prev): Likewise.
1749         * remote-fileio.c (do_remote_fileio_request): Likewise.
1750         * remote-notif.c (remote_async_get_pending_events_handler): Likewise.
1751         (do_notif_event_xfree): Likewise.
1752         * remote.c (get_remote_arch_state): Likewise.
1753         (remote_pspace_data_cleanup): Likewise.
1754         (get_remote_exec_file): Likewise.
1755         (set_pspace_remote_exec_file): Likewise.
1756         (compare_pnums): Likewise.
1757         (clear_threads_listing_context): Likewise.
1758         (remote_newthread_step): Likewise.
1759         (start_thread): Likewise.
1760         (end_thread): Likewise.
1761         (remove_child_of_pending_fork): Likewise.
1762         (remove_stop_reply_for_inferior): Likewise.
1763         (remove_stop_reply_of_remote_state): Likewise.
1764         (remote_notif_remove_once_on_match): Likewise.
1765         (stop_reply_match_ptid_and_ws): Likewise.
1766         (kill_child_of_pending_fork): Likewise.
1767         (register_remote_g_packet_guess): Likewise.
1768         (remote_read_description_p): Likewise.
1769         (remote_read_description): Likewise.
1770         (free_actions_list_cleanup_wrapper): Likewise.
1771         (remote_async_serial_handler): Likewise.
1772         * rl78-tdep.c (rl78_get_opcode_byte): Likewise.
1773         (rl78_analyze_frame_prologue): Likewise.
1774         * rs6000-tdep.c (ppc_supply_gregset): Likewise.
1775         (ppc_supply_fpregset): Likewise.
1776         (ppc_supply_vsxregset): Likewise.
1777         (ppc_supply_vrregset): Likewise.
1778         (ppc_collect_gregset): Likewise.
1779         (ppc_collect_fpregset): Likewise.
1780         (ppc_collect_vsxregset): Likewise.
1781         (ppc_collect_vrregset): Likewise.
1782         (e500_move_ev_register): Likewise.
1783         (do_regcache_raw_write): Likewise.
1784         (rs6000_frame_cache): Likewise.
1785         (rs6000_epilogue_frame_cache): Likewise.
1786         (rs6000_gdbarch_init): Likewise.
1787         * rx-tdep.c (rx_get_opcode_byte): Likewise.
1788         (rx_analyze_frame_prologue): Likewise.
1789         (rx_frame_type): Likewise.
1790         (rx_frame_sniffer_common): Likewise.
1791         * s390-linux-tdep.c (s390_check_for_saved): Likewise.
1792         (s390_frame_unwind_cache): Likewise.
1793         (s390_stub_frame_unwind_cache): Likewise.
1794         (s390_sigtramp_frame_unwind_cache): Likewise.
1795         * score-tdep.c (score_make_prologue_cache): Likewise.
1796         * sentinel-frame.c (sentinel_frame_prev_register): Likewise.
1797         (sentinel_frame_prev_arch): Likewise.
1798         * ser-base.c (fd_event): Likewise.
1799         (push_event): Likewise.
1800         (ser_base_write): Likewise.
1801         * ser-pipe.c (pipe_close): Likewise.
1802         * serial.c (serial_write): Likewise.
1803         * sh-tdep.c (sh_frame_cache): Likewise.
1804         (sh_stub_this_id): Likewise.
1805         * sh64-tdep.c (sh64_frame_cache): Likewise.
1806         * solib-aix.c (get_solib_aix_inferior_data): Likewise.
1807         (library_list_start_library): Likewise.
1808         (library_list_start_list): Likewise.
1809         (solib_aix_free_library_list): Likewise.
1810         * solib-darwin.c (get_darwin_info): Likewise.
1811         * solib-dsbt.c (get_dsbt_info): Likewise.
1812         * solib-spu.c (append_ocl_sos): Likewise.
1813         * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
1814         (get_svr4_info): Likewise.
1815         (library_list_start_library): Likewise.
1816         (svr4_library_list_start_list): Likewise.
1817         (hash_probe_and_action): Likewise.
1818         (equal_probe_and_action): Likewise.
1819         (svr4_update_solib_event_breakpoint): Likewise.
1820         (set_solib_svr4_fetch_link_map_offsets): Likewise.
1821         (svr4_fetch_link_map_offsets): Likewise.
1822         (svr4_have_link_map_offsets): Likewise.
1823         * solib-target.c (library_list_start_segment): Likewise.
1824         (library_list_start_section): Likewise.
1825         (library_list_start_library): Likewise.
1826         (library_list_end_library): Likewise.
1827         (library_list_start_list): Likewise.
1828         (solib_target_free_library_list): Likewise.
1829         * solib.c (solib_ops): Likewise.
1830         (set_solib_ops): Likewise.
1831         * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
1832         * sparc-tdep.c (sparc_frame_cache): Likewise.
1833         (sparc32_frame_cache): Likewise.
1834         (sparc32_supply_gregset): Likewise.
1835         (sparc32_collect_gregset): Likewise.
1836         (sparc32_supply_fpregset): Likewise.
1837         (sparc32_collect_fpregset): Likewise.
1838         * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
1839         * sparc64-tdep.c (sparc64_supply_gregset): Likewise.
1840         (sparc64_collect_gregset): Likewise.
1841         (sparc64_supply_fpregset): Likewise.
1842         (sparc64_collect_fpregset): Likewise.
1843         * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_cache): Likewise.
1844         * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
1845         * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.
1846         (sparc64obsd_trapframe_cache): Likewise.
1847         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Likewise.
1848         * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
1849         * spu-multiarch.c (spu_gdbarch): Likewise.
1850         * spu-tdep.c (spu_frame_unwind_cache): Likewise.
1851         (spu2ppu_prev_arch): Likewise.
1852         (spu2ppu_this_id): Likewise.
1853         (spu2ppu_prev_register): Likewise.
1854         (spu2ppu_dealloc_cache): Likewise.
1855         (spu_dis_asm_print_address): Likewise.
1856         (gdb_print_insn_spu): Likewise.
1857         (spu_get_overlay_table): Likewise.
1858         * stabsread.c (rs6000_builtin_type): Likewise.
1859         * stack.c (do_print_variable_and_value): Likewise.
1860         * stap-probe.c (get_stap_base_address_1): Likewise.
1861         * symfile-debug.c (debug_qf_has_symbols): Likewise.
1862         (debug_qf_find_last_source_symtab): Likewise.
1863         (debug_qf_forget_cached_source_info): Likewise.
1864         (debug_qf_map_symtabs_matching_filename): Likewise.
1865         (debug_qf_lookup_symbol): Likewise.
1866         (debug_qf_print_stats): Likewise.
1867         (debug_qf_dump): Likewise.
1868         (debug_qf_relocate): Likewise.
1869         (debug_qf_expand_symtabs_for_function): Likewise.
1870         (debug_qf_expand_all_symtabs): Likewise.
1871         (debug_qf_expand_symtabs_with_fullname): Likewise.
1872         (debug_qf_map_matching_symbols): Likewise.
1873         (debug_qf_expand_symtabs_matching): Likewise.
1874         (debug_qf_find_pc_sect_compunit_symtab): Likewise.
1875         (debug_qf_map_symbol_filenames): Likewise.
1876         (debug_sym_get_probes): Likewise.
1877         (debug_sym_new_init): Likewise.
1878         (debug_sym_init): Likewise.
1879         (debug_sym_read): Likewise.
1880         (debug_sym_read_psymbols): Likewise.
1881         (debug_sym_finish): Likewise.
1882         (debug_sym_offsets): Likewise.
1883         (debug_sym_read_linetable): Likewise.
1884         (debug_sym_relocate): Likewise.
1885         (uninstall_symfile_debug_logging): Likewise.
1886         * symfile-mem.c (symbol_file_add_from_memory_wrapper): Likewise.
1887         * symfile.c (place_section): Likewise.
1888         (add_section_size_callback): Likewise.
1889         (load_progress): Likewise.
1890         (load_section_callback): Likewise.
1891         (clear_memory_write_data): Likewise.
1892         (allocate_symtab): Likewise.
1893         * symmisc.c (maintenance_expand_file_matcher): Likewise.
1894         * symtab.c (lookup_symtab_callback): Likewise.
1895         (hash_demangled_name_entry): Likewise.
1896         (eq_demangled_name_entry): Likewise.
1897         (get_symbol_cache): Likewise.
1898         (symbol_cache_cleanup): Likewise.
1899         (set_symbol_cache_size): Likewise.
1900         (symbol_cache_flush): Likewise.
1901         (maintenance_print_symbol_cache): Likewise.
1902         (maintenance_print_symbol_cache_statistics): Likewise.
1903         (delete_filename_seen_cache): Likewise.
1904         (output_partial_symbol_filename): Likewise.
1905         (search_symbols_file_matches): Likewise.
1906         (search_symbols_name_matches): Likewise.
1907         (do_free_completion_list): Likewise.
1908         (maybe_add_partial_symtab_filename): Likewise.
1909         (get_main_info): Likewise.
1910         (main_info_cleanup): Likewise.
1911         * target-dcache.c (target_dcache_cleanup): Likewise.
1912         (target_dcache_init_p): Likewise.
1913         (target_dcache_invalidate): Likewise.
1914         (target_dcache_get): Likewise.
1915         (target_dcache_get_or_init): Likewise.
1916         * target-descriptions.c (target_find_description): Likewise.
1917         (tdesc_find_type): Likewise.
1918         (tdesc_data_cleanup): Likewise.
1919         (tdesc_find_arch_register): Likewise.
1920         (tdesc_register_name): Likewise.
1921         (tdesc_register_type): Likewise.
1922         (tdesc_register_reggroup_p): Likewise.
1923         (set_tdesc_pseudo_register_name): Likewise.
1924         (set_tdesc_pseudo_register_type): Likewise.
1925         (set_tdesc_pseudo_register_reggroup_p): Likewise.
1926         (tdesc_use_registers): Likewise.
1927         (free_target_description): Likewise.
1928         * target-memory.c (compare_block_starting_address): Likewise.
1929         (cleanup_request_data): Likewise.
1930         (cleanup_write_requests_vector): Likewise.
1931         * target.c (open_target): Likewise.
1932         (cleanup_restore_target_terminal): Likewise.
1933         (free_memory_read_result_vector): Likewise.
1934         * thread.c (disable_thread_stack_temporaries): Likewise.
1935         (finish_thread_state_cleanup): Likewise.
1936         (do_restore_current_thread_cleanup): Likewise.
1937         (restore_current_thread_cleanup_dtor): Likewise.
1938         (set_thread_refcount): Likewise.
1939         (tp_array_compar): Likewise.
1940         (do_captured_thread_select): Likewise.
1941         * tic6x-tdep.c (tic6x_frame_unwind_cache): Likewise.
1942         (tic6x_stub_this_id): Likewise.
1943         * tilegx-tdep.c (tilegx_frame_cache): Likewise.
1944         * top.c (do_restore_instream_cleanup): Likewise.
1945         (gdb_readline_wrapper_cleanup): Likewise.
1946         (kill_or_detach): Likewise.
1947         (print_inferior_quit_action): Likewise.
1948         * tracefile-tfile.c (match_blocktype): Likewise.
1949         (build_traceframe_info): Likewise.
1950         * tracefile.c (trace_file_writer_xfree): Likewise.
1951         * tracepoint.c (memrange_cmp): Likewise.
1952         (do_collect_symbol): Likewise.
1953         (do_clear_collection_list): Likewise.
1954         (do_restore_current_traceframe_cleanup): Likewise.
1955         (restore_current_traceframe_cleanup_dtor): Likewise.
1956         (free_current_marker): Likewise.
1957         (traceframe_info_start_memory): Likewise.
1958         (traceframe_info_start_tvar): Likewise.
1959         (free_result): Likewise.
1960         * tramp-frame.c (tramp_frame_cache): Likewise.
1961         * tui/tui-file.c (tui_file_delete): Likewise.
1962         (tui_fileopen): Likewise.
1963         (tui_sfileopen): Likewise.
1964         (tui_file_isatty): Likewise.
1965         (tui_file_rewind): Likewise.
1966         (tui_file_put): Likewise.
1967         (tui_file_fputs): Likewise.
1968         (tui_file_get_strbuf): Likewise.
1969         (tui_file_adjust_strbuf): Likewise.
1970         (tui_file_flush): Likewise.
1971         * tui/tui-layout.c (make_command_window): Likewise.
1972         (make_data_window): Likewise.
1973         (show_source_disasm_command): Likewise.
1974         (show_data): Likewise.
1975         (make_source_or_disasm_window): Likewise.
1976         (show_source_or_disasm_and_command): Likewise.
1977         * tui/tui-out.c (tui_field_int): Likewise.
1978         (tui_field_string): Likewise.
1979         (tui_field_fmt): Likewise.
1980         (tui_text): Likewise.
1981         * typeprint.c (hash_typedef_field): Likewise.
1982         (eq_typedef_field): Likewise.
1983         (do_free_typedef_hash): Likewise.
1984         (copy_typedef_hash_element): Likewise.
1985         (do_free_global_table): Likewise.
1986         (find_global_typedef): Likewise.
1987         (find_typedef_in_hash): Likewise.
1988         * ui-file.c (ui_file_write_for_put): Likewise.
1989         (do_ui_file_xstrdup): Likewise.
1990         (mem_file_delete): Likewise.
1991         (mem_file_rewind): Likewise.
1992         (mem_file_put): Likewise.
1993         (mem_file_write): Likewise.
1994         (stdio_file_delete): Likewise.
1995         (stdio_file_flush): Likewise.
1996         (stdio_file_read): Likewise.
1997         (stdio_file_write): Likewise.
1998         (stdio_file_write_async_safe): Likewise.
1999         (stdio_file_fputs): Likewise.
2000         (stdio_file_isatty): Likewise.
2001         (stdio_file_fseek): Likewise.
2002         (tee_file_delete): Likewise.
2003         (tee_file_flush): Likewise.
2004         (tee_file_write): Likewise.
2005         (tee_file_fputs): Likewise.
2006         (tee_file_isatty): Likewise.
2007         * ui-out.c (do_cleanup_table_end): Likewise.
2008         (do_cleanup_end): Likewise.
2009         * user-regs.c (user_reg_add): Likewise.
2010         (user_reg_map_name_to_regnum): Likewise.
2011         (usernum_to_user_reg): Likewise.
2012         (maintenance_print_user_registers): Likewise.
2013         * utils.c (do_bfd_close_cleanup): Likewise.
2014         (do_fclose_cleanup): Likewise.
2015         (do_obstack_free): Likewise.
2016         (do_ui_file_delete): Likewise.
2017         (do_ui_out_redirect_pop): Likewise.
2018         (do_free_section_addr_info): Likewise.
2019         (restore_integer): Likewise.
2020         (do_unpush_target): Likewise.
2021         (do_htab_delete_cleanup): Likewise.
2022         (do_restore_ui_file): Likewise.
2023         (do_value_free): Likewise.
2024         (do_free_so): Likewise.
2025         (free_current_contents): Likewise.
2026         (do_regfree_cleanup): Likewise.
2027         (core_addr_hash): Likewise.
2028         (core_addr_eq): Likewise.
2029         (do_free_char_ptr_vec): Likewise.
2030         * v850-tdep.c (v850_frame_cache): Likewise.
2031         * varobj.c (do_free_variable_cleanup): Likewise.
2032         * vax-tdep.c (vax_supply_gregset): Likewise.
2033         (vax_frame_cache): Likewise.
2034         * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_cache): Likewise.
2035         * xml-support.c (gdb_xml_body_text): Likewise.
2036         (gdb_xml_values_cleanup): Likewise.
2037         (gdb_xml_start_element): Likewise.
2038         (gdb_xml_start_element_wrapper): Likewise.
2039         (gdb_xml_end_element): Likewise.
2040         (gdb_xml_end_element_wrapper): Likewise.
2041         (gdb_xml_cleanup): Likewise.
2042         (gdb_xml_fetch_external_entity): Likewise.
2043         (gdb_xml_parse_attr_enum): Likewise.
2044         (xinclude_start_include): Likewise.
2045         (xinclude_end_include): Likewise.
2046         (xml_xinclude_default): Likewise.
2047         (xml_xinclude_start_doctype): Likewise.
2048         (xml_xinclude_end_doctype): Likewise.
2049         (xml_xinclude_cleanup): Likewise.
2050         (xml_fetch_content_from_file): Likewise.
2051         * xml-syscall.c (free_syscalls_info): Likewise.
2052         (syscall_start_syscall): Likewise.
2053         * xml-tdesc.c (tdesc_end_arch): Likewise.
2054         (tdesc_end_osabi): Likewise.
2055         (tdesc_end_compatible): Likewise.
2056         (tdesc_start_target): Likewise.
2057         (tdesc_start_feature): Likewise.
2058         (tdesc_start_reg): Likewise.
2059         (tdesc_start_union): Likewise.
2060         (tdesc_start_struct): Likewise.
2061         (tdesc_start_flags): Likewise.
2062         (tdesc_start_field): Likewise.
2063         (tdesc_start_vector): Likewise.
2064         (fetch_available_features_from_target): Likewise.
2065         * xstormy16-tdep.c (xstormy16_frame_cache): Likewise.
2066         * xtensa-tdep.c (xtensa_supply_gregset): Likewise.
2067         (xtensa_frame_cache): Likewise.
2068         (xtensa_frame_prev_register): Likewise.
2069         (xtensa_extract_return_value): Likewise.
2070
2071 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
2072
2073         * aarch64-tdep.c (aarch64_make_prologue_cache): Add cast(s).
2074         (aarch64_make_stub_cache): Likewise.
2075         (value_of_aarch64_user_reg): Likewise.
2076         * ada-lang.c (ada_inferior_data_cleanup): Likewise.
2077         (get_ada_inferior_data): Likewise.
2078         (get_ada_pspace_data): Likewise.
2079         (ada_pspace_data_cleanup): Likewise.
2080         (ada_complete_symbol_matcher): Likewise.
2081         (ada_exc_search_name_matches): Likewise.
2082         * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
2083         (get_ada_tasks_inferior_data): Likewise.
2084         * addrmap.c (addrmap_mutable_foreach_worker): Likewise.
2085         (splay_obstack_alloc): Likewise.
2086         (splay_obstack_free): Likewise.
2087         * alpha-linux-tdep.c (alpha_linux_supply_gregset): Likewise.
2088         (alpha_linux_collect_gregset): Likewise.
2089         (alpha_linux_supply_fpregset): Likewise.
2090         (alpha_linux_collect_fpregset): Likewise.
2091         * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind_cache): Likewise.
2092         * alpha-tdep.c (alpha_lds): Likewise.
2093         (alpha_sts): Likewise.
2094         (alpha_sigtramp_frame_unwind_cache): Likewise.
2095         (alpha_heuristic_frame_unwind_cache): Likewise.
2096         (alpha_supply_int_regs): Likewise.
2097         (alpha_fill_int_regs): Likewise.
2098         (alpha_supply_fp_regs): Likewise.
2099         (alpha_fill_fp_regs): Likewise.
2100         * alphanbsd-tdep.c (alphanbsd_supply_fpregset): Likewise.
2101         (alphanbsd_aout_supply_gregset): Likewise.
2102         (alphanbsd_supply_gregset): Likewise.
2103         * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
2104         (amd64_x32_linux_init_abi): Likewise.
2105         * amd64-nat.c (amd64_supply_native_gregset): Likewise.
2106         (amd64_collect_native_gregset): Likewise.
2107         * amd64-tdep.c (amd64_frame_cache): Likewise.
2108         (amd64_sigtramp_frame_cache): Likewise.
2109         (amd64_epilogue_frame_cache): Likewise.
2110         (amd64_supply_fxsave): Likewise.
2111         (amd64_supply_xsave): Likewise.
2112         (amd64_collect_fxsave): Likewise.
2113         (amd64_collect_xsave): Likewise.
2114         * amd64-windows-tdep.c (amd64_windows_frame_cache): Likewise.
2115         * amd64obsd-tdep.c (amd64obsd_trapframe_cache): Likewise.
2116         * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
2117         (arm_linux_collect_gregset): Likewise.
2118         (arm_linux_supply_nwfpe): Likewise.
2119         (arm_linux_collect_nwfpe): Likewise.
2120         (arm_linux_supply_vfp): Likewise.
2121         (arm_linux_collect_vfp): Likewise.
2122         * arm-tdep.c (arm_find_mapping_symbol): Likewise.
2123         (arm_prologue_unwind_stop_reason): Likewise.
2124         (arm_prologue_this_id): Likewise.
2125         (arm_prologue_prev_register): Likewise.
2126         (arm_exidx_data_free): Likewise.
2127         (arm_find_exidx_entry): Likewise.
2128         (arm_stub_this_id): Likewise.
2129         (arm_m_exception_this_id): Likewise.
2130         (arm_m_exception_prev_register): Likewise.
2131         (arm_normal_frame_base): Likewise.
2132         (gdb_print_insn_arm): Likewise.
2133         (arm_objfile_data_free): Likewise.
2134         (arm_record_special_symbol): Likewise.
2135         (value_of_arm_user_reg): Likewise.
2136         * armbsd-tdep.c (armbsd_supply_fpregset): Likewise.
2137         (armbsd_supply_gregset): Likewise.
2138         * auto-load.c (auto_load_pspace_data_cleanup): Likewise.
2139         (get_auto_load_pspace_data): Likewise.
2140         (hash_loaded_script_entry): Likewise.
2141         (eq_loaded_script_entry): Likewise.
2142         (clear_section_scripts): Likewise.
2143         (collect_matching_scripts): Likewise.
2144         * auxv.c (auxv_inferior_data_cleanup): Likewise.
2145         (get_auxv_inferior_data): Likewise.
2146         * avr-tdep.c (avr_frame_unwind_cache): Likewise.
2147         * ax-general.c (do_free_agent_expr_cleanup): Likewise.
2148         * bfd-target.c (target_bfd_xfer_partial): Likewise.
2149         (target_bfd_xclose): Likewise.
2150         (target_bfd_get_section_table): Likewise.
2151         * bfin-tdep.c (bfin_frame_cache): Likewise.
2152         * block.c (find_block_in_blockvector): Likewise.
2153         (call_site_for_pc): Likewise.
2154         (block_find_non_opaque_type_preferred): Likewise.
2155         * break-catch-sig.c (signal_catchpoint_insert_location): Likewise.
2156         (signal_catchpoint_remove_location): Likewise.
2157         (signal_catchpoint_breakpoint_hit): Likewise.
2158         (signal_catchpoint_print_one): Likewise.
2159         (signal_catchpoint_print_mention): Likewise.
2160         (signal_catchpoint_print_recreate): Likewise.
2161         * break-catch-syscall.c (get_catch_syscall_inferior_data): Likewise.
2162         * breakpoint.c (do_cleanup_counted_command_line): Likewise.
2163         (bp_location_compare_addrs): Likewise.
2164         (get_first_locp_gte_addr): Likewise.
2165         (check_tracepoint_command): Likewise.
2166         (do_map_commands_command): Likewise.
2167         (get_breakpoint_objfile_data): Likewise.
2168         (free_breakpoint_probes): Likewise.
2169         (do_captured_breakpoint_query): Likewise.
2170         (compare_breakpoints): Likewise.
2171         (bp_location_compare): Likewise.
2172         (bpstat_remove_breakpoint_callback): Likewise.
2173         (do_delete_breakpoint_cleanup): Likewise.
2174         * bsd-uthread.c (bsd_uthread_set_supply_uthread): Likewise.
2175         (bsd_uthread_set_collect_uthread): Likewise.
2176         (bsd_uthread_activate): Likewise.
2177         (bsd_uthread_fetch_registers): Likewise.
2178         (bsd_uthread_store_registers): Likewise.
2179         * btrace.c (check_xml_btrace_version): Likewise.
2180         (parse_xml_btrace_block): Likewise.
2181         (parse_xml_btrace_pt_config_cpu): Likewise.
2182         (parse_xml_btrace_pt_raw): Likewise.
2183         (parse_xml_btrace_pt): Likewise.
2184         (parse_xml_btrace_conf_bts): Likewise.
2185         (parse_xml_btrace_conf_pt): Likewise.
2186         (do_btrace_data_cleanup): Likewise.
2187         * c-typeprint.c (find_typedef_for_canonicalize): Likewise.
2188         * charset.c (cleanup_iconv): Likewise.
2189         (do_cleanup_iterator): Likewise.
2190         * cli-out.c (cli_uiout_dtor): Likewise.
2191         (cli_table_begin): Likewise.
2192         (cli_table_body): Likewise.
2193         (cli_table_end): Likewise.
2194         (cli_table_header): Likewise.
2195         (cli_begin): Likewise.
2196         (cli_end): Likewise.
2197         (cli_field_int): Likewise.
2198         (cli_field_skip): Likewise.
2199         (cli_field_string): Likewise.
2200         (cli_field_fmt): Likewise.
2201         (cli_spaces): Likewise.
2202         (cli_text): Likewise.
2203         (cli_message): Likewise.
2204         (cli_wrap_hint): Likewise.
2205         (cli_flush): Likewise.
2206         (cli_redirect): Likewise.
2207         (out_field_fmt): Likewise.
2208         (field_separator): Likewise.
2209         (cli_out_set_stream): Likewise.
2210         * cli/cli-cmds.c (compare_symtabs): Likewise.
2211         * cli/cli-dump.c (call_dump_func): Likewise.
2212         (restore_section_callback): Likewise.
2213         * cli/cli-script.c (clear_hook_in_cleanup): Likewise.
2214         (do_restore_user_call_depth): Likewise.
2215         (do_free_command_lines_cleanup): Likewise.
2216         * coff-pe-read.c (get_section_vmas): Likewise.
2217         (pe_as16): Likewise.
2218         (pe_as32): Likewise.
2219         * coffread.c (coff_symfile_read): Likewise.
2220         * common/agent.c (agent_look_up_symbols): Likewise.
2221         * common/filestuff.c (do_close_cleanup): Likewise.
2222         * common/format.c (free_format_pieces_cleanup): Likewise.
2223         * common/vec.c (vec_o_reserve): Likewise.
2224         * compile/compile-c-support.c (print_one_macro): Likewise.
2225         * compile/compile-c-symbols.c (hash_symbol_error): Likewise.
2226         (eq_symbol_error): Likewise.
2227         (del_symbol_error): Likewise.
2228         (error_symbol_once): Likewise.
2229         (gcc_convert_symbol): Likewise.
2230         (gcc_symbol_address): Likewise.
2231         (hash_symname): Likewise.
2232         (eq_symname): Likewise.
2233         * compile/compile-c-types.c (hash_type_map_instance): Likewise.
2234         (eq_type_map_instance): Likewise.
2235         (insert_type): Likewise.
2236         (convert_type): Likewise.
2237         * compile/compile-object-load.c (munmap_listp_free_cleanup): Likewise.
2238         (setup_sections): Likewise.
2239         (link_hash_table_free): Likewise.
2240         (copy_sections): Likewise.
2241         * compile/compile-object-run.c (do_module_cleanup): Likewise.
2242         * compile/compile.c (compile_print_value): Likewise.
2243         (do_rmdir): Likewise.
2244         (cleanup_compile_instance): Likewise.
2245         (cleanup_unlink_file): Likewise.
2246         * completer.c (free_completion_tracker): Likewise.
2247         * corelow.c (add_to_spuid_list): Likewise.
2248         * cp-namespace.c (reset_directive_searched): Likewise.
2249         * cp-support.c (reset_directive_searched): Likewise.
2250         * cris-tdep.c (cris_sigtramp_frame_unwind_cache): Likewise.
2251         (cris_frame_unwind_cache): Likewise.
2252         * d-lang.c (builtin_d_type): Likewise.
2253         * d-namespace.c (reset_directive_searched): Likewise.
2254         * dbxread.c (dbx_free_symfile_info): Likewise.
2255         (do_free_bincl_list_cleanup): Likewise.
2256         * disasm.c (hash_dis_line_entry): Likewise.
2257         (eq_dis_line_entry): Likewise.
2258         (dis_asm_print_address): Likewise.
2259         (fprintf_disasm): Likewise.
2260         (do_ui_file_delete): Likewise.
2261         * doublest.c (convert_floatformat_to_doublest): Likewise.
2262         * dummy-frame.c (pop_dummy_frame_bpt): Likewise.
2263         (dummy_frame_prev_register): Likewise.
2264         (dummy_frame_this_id): Likewise.
2265         * dwarf2-frame-tailcall.c (cache_hash): Likewise.
2266         (cache_eq): Likewise.
2267         (cache_find): Likewise.
2268         (tailcall_frame_this_id): Likewise.
2269         (dwarf2_tailcall_prev_register_first): Likewise.
2270         (tailcall_frame_prev_register): Likewise.
2271         (tailcall_frame_dealloc_cache): Likewise.
2272         (tailcall_frame_prev_arch): Likewise.
2273         * dwarf2-frame.c (dwarf2_frame_state_free): Likewise.
2274         (dwarf2_frame_set_init_reg): Likewise.
2275         (dwarf2_frame_init_reg): Likewise.
2276         (dwarf2_frame_set_signal_frame_p): Likewise.
2277         (dwarf2_frame_signal_frame_p): Likewise.
2278         (dwarf2_frame_set_adjust_regnum): Likewise.
2279         (dwarf2_frame_adjust_regnum): Likewise.
2280         (clear_pointer_cleanup): Likewise.
2281         (dwarf2_frame_cache): Likewise.
2282         (find_cie): Likewise.
2283         (dwarf2_frame_find_fde): Likewise.
2284         * dwarf2expr.c (dwarf_expr_address_type): Likewise.
2285         (free_dwarf_expr_context_cleanup): Likewise.
2286         * dwarf2loc.c (locexpr_find_frame_base_location): Likewise.
2287         (locexpr_get_frame_base): Likewise.
2288         (loclist_find_frame_base_location): Likewise.
2289         (loclist_get_frame_base): Likewise.
2290         (dwarf_expr_dwarf_call): Likewise.
2291         (dwarf_expr_get_base_type): Likewise.
2292         (dwarf_expr_push_dwarf_reg_entry_value): Likewise.
2293         (dwarf_expr_get_obj_addr): Likewise.
2294         (entry_data_value_coerce_ref): Likewise.
2295         (entry_data_value_copy_closure): Likewise.
2296         (entry_data_value_free_closure): Likewise.
2297         (get_frame_address_in_block_wrapper): Likewise.
2298         (dwarf2_evaluate_property): Likewise.
2299         (dwarf2_compile_property_to_c): Likewise.
2300         (needs_frame_read_addr_from_reg): Likewise.
2301         (needs_frame_get_reg_value): Likewise.
2302         (needs_frame_frame_base): Likewise.
2303         (needs_frame_frame_cfa): Likewise.
2304         (needs_frame_tls_address): Likewise.
2305         (needs_frame_dwarf_call): Likewise.
2306         (needs_dwarf_reg_entry_value): Likewise.
2307         (get_ax_pc): Likewise.
2308         (locexpr_read_variable): Likewise.
2309         (locexpr_read_variable_at_entry): Likewise.
2310         (locexpr_read_needs_frame): Likewise.
2311         (locexpr_describe_location): Likewise.
2312         (locexpr_tracepoint_var_ref): Likewise.
2313         (locexpr_generate_c_location): Likewise.
2314         (loclist_read_variable): Likewise.
2315         (loclist_read_variable_at_entry): Likewise.
2316         (loclist_describe_location): Likewise.
2317         (loclist_tracepoint_var_ref): Likewise.
2318         (loclist_generate_c_location): Likewise.
2319         * dwarf2read.c (line_header_hash_voidp): Likewise.
2320         (line_header_eq_voidp): Likewise.
2321         (dwarf2_has_info): Likewise.
2322         (dwarf2_get_section_info): Likewise.
2323         (locate_dwz_sections): Likewise.
2324         (hash_file_name_entry): Likewise.
2325         (eq_file_name_entry): Likewise.
2326         (delete_file_name_entry): Likewise.
2327         (dw2_setup): Likewise.
2328         (dw2_get_file_names_reader): Likewise.
2329         (dw2_find_pc_sect_compunit_symtab): Likewise.
2330         (hash_signatured_type): Likewise.
2331         (eq_signatured_type): Likewise.
2332         (add_signatured_type_cu_to_table): Likewise.
2333         (create_debug_types_hash_table): Likewise.
2334         (lookup_dwo_signatured_type): Likewise.
2335         (lookup_dwp_signatured_type): Likewise.
2336         (lookup_signatured_type): Likewise.
2337         (hash_type_unit_group): Likewise.
2338         (eq_type_unit_group): Likewise.
2339         (get_type_unit_group): Likewise.
2340         (process_psymtab_comp_unit_reader): Likewise.
2341         (sort_tu_by_abbrev_offset): Likewise.
2342         (process_skeletonless_type_unit): Likewise.
2343         (psymtabs_addrmap_cleanup): Likewise.
2344         (dwarf2_read_symtab): Likewise.
2345         (psymtab_to_symtab_1): Likewise.
2346         (die_hash): Likewise.
2347         (die_eq): Likewise.
2348         (load_full_comp_unit_reader): Likewise.
2349         (reset_die_in_process): Likewise.
2350         (free_cu_line_header): Likewise.
2351         (handle_DW_AT_stmt_list): Likewise.
2352         (hash_dwo_file): Likewise.
2353         (eq_dwo_file): Likewise.
2354         (hash_dwo_unit): Likewise.
2355         (eq_dwo_unit): Likewise.
2356         (create_dwo_cu_reader): Likewise.
2357         (create_dwo_unit_in_dwp_v1): Likewise.
2358         (create_dwo_unit_in_dwp_v2): Likewise.
2359         (lookup_dwo_unit_in_dwp): Likewise.
2360         (dwarf2_locate_dwo_sections): Likewise.
2361         (dwarf2_locate_common_dwp_sections): Likewise.
2362         (dwarf2_locate_v2_dwp_sections): Likewise.
2363         (hash_dwp_loaded_cutus): Likewise.
2364         (eq_dwp_loaded_cutus): Likewise.
2365         (lookup_dwo_cutu): Likewise.
2366         (abbrev_table_free_cleanup): Likewise.
2367         (dwarf2_free_abbrev_table): Likewise.
2368         (find_partial_die_in_comp_unit): Likewise.
2369         (free_line_header_voidp): Likewise.
2370         (follow_die_offset): Likewise.
2371         (follow_die_sig_1): Likewise.
2372         (free_heap_comp_unit): Likewise.
2373         (free_stack_comp_unit): Likewise.
2374         (dwarf2_free_objfile): Likewise.
2375         (per_cu_offset_and_type_hash): Likewise.
2376         (per_cu_offset_and_type_eq): Likewise.
2377         (get_die_type_at_offset): Likewise.
2378         (partial_die_hash): Likewise.
2379         (partial_die_eq): Likewise.
2380         (dwarf2_per_objfile_free): Likewise.
2381         (hash_strtab_entry): Likewise.
2382         (eq_strtab_entry): Likewise.
2383         (add_string): Likewise.
2384         (hash_symtab_entry): Likewise.
2385         (eq_symtab_entry): Likewise.
2386         (delete_symtab_entry): Likewise.
2387         (cleanup_mapped_symtab): Likewise.
2388         (add_indices_to_cpool): Likewise.
2389         (hash_psymtab_cu_index): Likewise.
2390         (eq_psymtab_cu_index): Likewise.
2391         (add_address_entry_worker): Likewise.
2392         (unlink_if_set): Likewise.
2393         (write_one_signatured_type): Likewise.
2394         (save_gdb_index_command): Likewise.
2395         * elfread.c (elf_symtab_read): Likewise.
2396         (elf_gnu_ifunc_cache_hash): Likewise.
2397         (elf_gnu_ifunc_cache_eq): Likewise.
2398         (elf_gnu_ifunc_record_cache): Likewise.
2399         (elf_gnu_ifunc_resolve_by_cache): Likewise.
2400         (elf_get_probes): Likewise.
2401         (probe_key_free): Likewise.
2402         * f-lang.c (builtin_f_type): Likewise.
2403         * frame-base.c (frame_base_append_sniffer): Likewise.
2404         (frame_base_set_default): Likewise.
2405         (frame_base_find_by_frame): Likewise.
2406         * frame-unwind.c (frame_unwind_prepend_unwinder): Likewise.
2407         (frame_unwind_append_unwinder): Likewise.
2408         (frame_unwind_find_by_frame): Likewise.
2409         * frame.c (frame_addr_hash): Likewise.
2410         (frame_addr_hash_eq): Likewise.
2411         (frame_stash_find): Likewise.
2412         (do_frame_register_read): Likewise.
2413         (unwind_to_current_frame): Likewise.
2414         (frame_cleanup_after_sniffer): Likewise.
2415         * frv-linux-tdep.c (frv_linux_sigtramp_frame_cache): Likewise.
2416         * frv-tdep.c (frv_frame_unwind_cache): Likewise.
2417         * ft32-tdep.c (ft32_frame_cache): Likewise.
2418         * gcore.c (do_bfd_delete_cleanup): Likewise.
2419         (gcore_create_callback): Likewise.
2420         * gdb_bfd.c (hash_bfd): Likewise.
2421         (eq_bfd): Likewise.
2422         (gdb_bfd_open): Likewise.
2423         (free_one_bfd_section): Likewise.
2424         (gdb_bfd_ref): Likewise.
2425         (gdb_bfd_unref): Likewise.
2426         (get_section_descriptor): Likewise.
2427         (gdb_bfd_map_section): Likewise.
2428         (gdb_bfd_crc): Likewise.
2429         (gdb_bfd_mark_parent): Likewise.
2430         (gdb_bfd_record_inclusion): Likewise.
2431         (gdb_bfd_requires_relocations): Likewise.
2432         (print_one_bfd): Likewise.
2433         * gdbtypes.c (type_pair_hash): Likewise.
2434         (type_pair_eq): Likewise.
2435         (builtin_type): Likewise.
2436         (objfile_type): Likewise.
2437         * gnu-v3-abi.c (vtable_ptrdiff_type): Likewise.
2438         (vtable_address_point_offset): Likewise.
2439         (gnuv3_get_vtable): Likewise.
2440         (hash_value_and_voffset): Likewise.
2441         (eq_value_and_voffset): Likewise.
2442         (compare_value_and_voffset): Likewise.
2443         (compute_vtable_size): Likewise.
2444         (gnuv3_get_typeid_type): Likewise.
2445         * go-lang.c (builtin_go_type): Likewise.
2446         * guile/scm-block.c (bkscm_hash_block_smob): Likewise.
2447         (bkscm_eq_block_smob): Likewise.
2448         (bkscm_objfile_block_map): Likewise.
2449         (bkscm_del_objfile_blocks): Likewise.
2450         * guile/scm-breakpoint.c (bpscm_build_bp_list): Likewise.
2451         * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker): Likewise.
2452         (gdbscm_disasm_print_address): Likewise.
2453         * guile/scm-frame.c (frscm_hash_frame_smob): Likewise.
2454         (frscm_eq_frame_smob): Likewise.
2455         (frscm_inferior_frame_map): Likewise.
2456         (frscm_del_inferior_frames): Likewise.
2457         * guile/scm-gsmob.c (gdbscm_add_objfile_ref): Likewise.
2458         * guile/scm-objfile.c (ofscm_handle_objfile_deleted): Likewise.
2459         (ofscm_objfile_smob_from_objfile): Likewise.
2460         * guile/scm-ports.c (ioscm_write): Likewise.
2461         (ioscm_file_port_delete): Likewise.
2462         (ioscm_file_port_rewind): Likewise.
2463         (ioscm_file_port_put): Likewise.
2464         (ioscm_file_port_write): Likewise.
2465         * guile/scm-progspace.c (psscm_handle_pspace_deleted): Likewise.
2466         (psscm_pspace_smob_from_pspace): Likewise.
2467         * guile/scm-safe-call.c (scscm_recording_pre_unwind_handler): Likewise.
2468         (scscm_recording_unwind_handler): Likewise.
2469         (gdbscm_with_catch): Likewise.
2470         (scscm_call_0_body): Likewise.
2471         (scscm_call_1_body): Likewise.
2472         (scscm_call_2_body): Likewise.
2473         (scscm_call_3_body): Likewise.
2474         (scscm_call_4_body): Likewise.
2475         (scscm_apply_1_body): Likewise.
2476         (scscm_eval_scheme_string): Likewise.
2477         (gdbscm_safe_eval_string): Likewise.
2478         (scscm_source_scheme_script): Likewise.
2479         (gdbscm_safe_source_script): Likewise.
2480         * guile/scm-string.c (gdbscm_call_scm_to_stringn): Likewise.
2481         (gdbscm_call_scm_from_stringn): Likewise.
2482         * guile/scm-symbol.c (syscm_hash_symbol_smob): Likewise.
2483         (syscm_eq_symbol_smob): Likewise.
2484         (syscm_get_symbol_map): Likewise.
2485         (syscm_del_objfile_symbols): Likewise.
2486         * guile/scm-symtab.c (stscm_hash_symtab_smob): Likewise.
2487         (stscm_eq_symtab_smob): Likewise.
2488         (stscm_objfile_symtab_map): Likewise.
2489         (stscm_del_objfile_symtabs): Likewise.
2490         * guile/scm-type.c (tyscm_hash_type_smob): Likewise.
2491         (tyscm_eq_type_smob): Likewise.
2492         (tyscm_type_map): Likewise.
2493         (tyscm_copy_type_recursive): Likewise.
2494         (save_objfile_types): Likewise.
2495         * guile/scm-utils.c (extract_arg): Likewise.
2496         * h8300-tdep.c (h8300_frame_cache): Likewise.
2497         * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind_cache): Likewise.
2498         * hppa-tdep.c (compare_unwind_entries): Likewise.
2499         (find_unwind_entry): Likewise.
2500         (hppa_frame_cache): Likewise.
2501         (hppa_stub_frame_unwind_cache): Likewise.
2502         * hppanbsd-tdep.c (hppanbsd_supply_gregset): Likewise.
2503         * hppaobsd-tdep.c (hppaobsd_supply_gregset): Likewise.
2504         (hppaobsd_supply_fpregset): Likewise.
2505         * i386-cygwin-tdep.c (core_process_module_section): Likewise.
2506         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
2507         * i386-tdep.c (i386_frame_cache): Likewise.
2508         (i386_epilogue_frame_cache): Likewise.
2509         (i386_sigtramp_frame_cache): Likewise.
2510         (i386_supply_gregset): Likewise.
2511         (i386_collect_gregset): Likewise.
2512         (i386_gdbarch_init): Likewise.
2513         * i386obsd-tdep.c (i386obsd_aout_supply_regset): Likewise.
2514         (i386obsd_trapframe_cache): Likewise.
2515         * i387-tdep.c (i387_supply_fsave): Likewise.
2516         (i387_collect_fsave): Likewise.
2517         (i387_supply_fxsave): Likewise.
2518         (i387_collect_fxsave): Likewise.
2519         (i387_supply_xsave): Likewise.
2520         (i387_collect_xsave): Likewise.
2521         * ia64-tdep.c (ia64_frame_cache): Likewise.
2522         (ia64_sigtramp_frame_cache): Likewise.
2523         * infcmd.c (attach_command_continuation): Likewise.
2524         (attach_command_continuation_free_args): Likewise.
2525         * inferior.c (restore_inferior): Likewise.
2526         (delete_thread_of_inferior): Likewise.
2527         * inflow.c (inflow_inferior_data_cleanup): Likewise.
2528         (get_inflow_inferior_data): Likewise.
2529         (inflow_inferior_exit): Likewise.
2530         * infrun.c (displaced_step_clear_cleanup): Likewise.
2531         (restore_current_uiout_cleanup): Likewise.
2532         (release_stop_context_cleanup): Likewise.
2533         (do_restore_infcall_suspend_state_cleanup): Likewise.
2534         (do_restore_infcall_control_state_cleanup): Likewise.
2535         (restore_inferior_ptid): Likewise.
2536         * inline-frame.c (block_starting_point_at): Likewise.
2537         * iq2000-tdep.c (iq2000_frame_cache): Likewise.
2538         * jit.c (get_jit_objfile_data): Likewise.
2539         (get_jit_program_space_data): Likewise.
2540         (jit_object_close_impl): Likewise.
2541         (jit_find_objf_with_entry_addr): Likewise.
2542         (jit_breakpoint_deleted): Likewise.
2543         (jit_unwind_reg_set_impl): Likewise.
2544         (jit_unwind_reg_get_impl): Likewise.
2545         (jit_dealloc_cache): Likewise.
2546         (jit_frame_sniffer): Likewise.
2547         (jit_frame_prev_register): Likewise.
2548         (jit_prepend_unwinder): Likewise.
2549         (jit_inferior_exit_hook): Likewise.
2550         (free_objfile_data): Likewise.
2551         * jv-lang.c (jv_per_objfile_free): Likewise.
2552         (get_dynamics_objfile): Likewise.
2553         (get_java_class_symtab): Likewise.
2554         (builtin_java_type): Likewise.
2555         * language.c (language_string_char_type): Likewise.
2556         (language_bool_type): Likewise.
2557         (language_lookup_primitive_type): Likewise.
2558         (language_lookup_primitive_type_as_symbol): Likewise.
2559         * linespec.c (hash_address_entry): Likewise.
2560         (eq_address_entry): Likewise.
2561         (iterate_inline_only): Likewise.
2562         (iterate_name_matcher): Likewise.
2563         (decode_line_2_compare_items): Likewise.
2564         (collect_one_symbol): Likewise.
2565         (compare_symbols): Likewise.
2566         (compare_msymbols): Likewise.
2567         (add_symtabs_to_list): Likewise.
2568         (collect_symbols): Likewise.
2569         (compare_msyms): Likewise.
2570         (add_minsym): Likewise.
2571         (cleanup_linespec_result): Likewise.
2572         * linux-fork.c (inferior_call_waitpid_cleanup): Likewise.
2573         * linux-nat.c (delete_lwp_cleanup): Likewise.
2574         (count_events_callback): Likewise.
2575         (select_event_lwp_callback): Likewise.
2576         (resume_stopped_resumed_lwps): Likewise.
2577         * linux-tdep.c (get_linux_gdbarch_data): Likewise.
2578         (invalidate_linux_cache_inf): Likewise.
2579         (get_linux_inferior_data): Likewise.
2580         (linux_find_memory_regions_thunk): Likewise.
2581         (linux_make_mappings_callback): Likewise.
2582         (linux_corefile_thread_callback): Likewise.
2583         (find_mapping_size): Likewise.
2584         * linux-thread-db.c (find_new_threads_callback): Likewise.
2585         * lm32-tdep.c (lm32_frame_cache): Likewise.
2586         * m2-lang.c (builtin_m2_type): Likewise.
2587         * m32c-tdep.c (m32c_analyze_frame_prologue): Likewise.
2588         * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_cache): Likewise.
2589         (m32r_linux_supply_gregset): Likewise.
2590         (m32r_linux_collect_gregset): Likewise.
2591         * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
2592         * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
2593         * m68k-tdep.c (m68k_frame_cache): Likewise.
2594         * m68kbsd-tdep.c (m68kbsd_supply_fpregset): Likewise.
2595         (m68kbsd_supply_gregset): Likewise.
2596         * m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise.
2597         * m88k-tdep.c (m88k_frame_cache): Likewise.
2598         (m88k_supply_gregset): Likewise.
2599
2600 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
2601
2602         * aarch64-linux-tdep.c (aarch64_stap_parse_special_token): Add cast
2603         to allocation result assignment.
2604         * ada-exp.y (write_object_renaming): Likewise.
2605         (write_ambiguous_var): Likewise.
2606         (ada_nget_field_index): Likewise.
2607         (write_var_or_type): Likewise.
2608         * ada-lang.c (ada_decode_symbol): Likewise.
2609         (ada_value_assign): Likewise.
2610         (value_pointer): Likewise.
2611         (cache_symbol): Likewise.
2612         (add_nonlocal_symbols): Likewise.
2613         (ada_name_for_lookup): Likewise.
2614         (symbol_completion_add): Likewise.
2615         (ada_to_fixed_type_1): Likewise.
2616         (ada_get_next_arg): Likewise.
2617         (defns_collected): Likewise.
2618         * ada-lex.l (processId): Likewise.
2619         (processString): Likewise.
2620         * ada-tasks.c (read_known_tasks_array): Likewise.
2621         (read_known_tasks_list): Likewise.
2622         * ada-typeprint.c (decoded_type_name): Likewise.
2623         * addrmap.c (addrmap_mutable_create_fixed): Likewise.
2624         * amd64-tdep.c (amd64_push_arguments): Likewise.
2625         (amd64_displaced_step_copy_insn): Likewise.
2626         (amd64_classify_insn_at): Likewise.
2627         (amd64_relocate_instruction): Likewise.
2628         * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Likewise.
2629         * arch-utils.c (simple_displaced_step_copy_insn): Likewise.
2630         (initialize_current_architecture): Likewise.
2631         * arm-linux-tdep.c (arm_stap_parse_special_token): Likewise.
2632         * arm-symbian-tdep.c (arm_symbian_osabi_sniffer): Likewise.
2633         * arm-tdep.c (arm_exidx_new_objfile): Likewise.
2634         (arm_push_dummy_call): Likewise.
2635         (extend_buffer_earlier): Likewise.
2636         (arm_adjust_breakpoint_address): Likewise.
2637         (arm_skip_stub): Likewise.
2638         * auto-load.c (filename_is_in_pattern): Likewise.
2639         (maybe_add_script_file): Likewise.
2640         (maybe_add_script_text): Likewise.
2641         (auto_load_objfile_script_1): Likewise.
2642         * auxv.c (ld_so_xfer_auxv): Likewise.
2643         * ax-general.c (new_agent_expr): Likewise.
2644         (grow_expr): Likewise.
2645         (ax_reg_mask): Likewise.
2646         * bcache.c (bcache_full): Likewise.
2647         * breakpoint.c (program_breakpoint_here_p): Likewise.
2648         * btrace.c (parse_xml_raw): Likewise.
2649         * build-id.c (build_id_to_debug_bfd): Likewise.
2650         * buildsym.c (end_symtab_with_blockvector): Likewise.
2651         * c-exp.y (string_exp): Likewise.
2652         (qualified_name): Likewise.
2653         (write_destructor_name): Likewise.
2654         (operator_stoken): Likewise.
2655         (parse_number): Likewise.
2656         (scan_macro_expansion): Likewise.
2657         (yylex): Likewise.
2658         (c_print_token): Likewise.
2659         * c-lang.c (c_get_string): Likewise.
2660         (emit_numeric_character): Likewise.
2661         * charset.c (wchar_iterate): Likewise.
2662         * cli/cli-cmds.c (complete_command): Likewise.
2663         (make_command): Likewise.
2664         * cli/cli-dump.c (restore_section_callback): Likewise.
2665         (restore_binary_file): Likewise.
2666         * cli/cli-interp.c (cli_interpreter_exec): Likewise.
2667         * cli/cli-script.c (execute_control_command): Likewise.
2668         * cli/cli-setshow.c (do_set_command): Likewise.
2669         * coff-pe-read.c (add_pe_forwarded_sym): Likewise.
2670         (read_pe_exported_syms): Likewise.
2671         * coffread.c (coff_read_struct_type): Likewise.
2672         (coff_read_enum_type): Likewise.
2673         * common/btrace-common.c (btrace_data_append): Likewise.
2674         * common/buffer.c (buffer_grow): Likewise.
2675         * common/filestuff.c (gdb_fopen_cloexec): Likewise.
2676         * common/format.c (parse_format_string): Likewise.
2677         * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
2678         * common/xml-utils.c (xml_escape_text): Likewise.
2679         * compile/compile-object-load.c (copy_sections): Likewise.
2680         (compile_object_load): Likewise.
2681         * compile/compile-object-run.c (compile_object_run): Likewise.
2682         * completer.c (filename_completer): Likewise.
2683         * corefile.c (read_memory_typed_address): Likewise.
2684         (write_memory_unsigned_integer): Likewise.
2685         (write_memory_signed_integer): Likewise.
2686         (complete_set_gnutarget): Likewise.
2687         * corelow.c (get_core_register_section): Likewise.
2688         * cp-name-parser.y (d_grab): Likewise.
2689         (allocate_info): Likewise.
2690         (cp_new_demangle_parse_info): Likewise.
2691         * cp-namespace.c (cp_scan_for_anonymous_namespaces): Likewise.
2692         (cp_lookup_symbol_in_namespace): Likewise.
2693         (lookup_namespace_scope): Likewise.
2694         (find_symbol_in_baseclass): Likewise.
2695         (cp_lookup_nested_symbol): Likewise.
2696         (cp_lookup_transparent_type_loop): Likewise.
2697         * cp-support.c (copy_string_to_obstack): Likewise.
2698         (make_symbol_overload_list): Likewise.
2699         (make_symbol_overload_list_namespace): Likewise.
2700         (make_symbol_overload_list_adl_namespace): Likewise.
2701         (first_component_command): Likewise.
2702         * cp-valprint.c (cp_print_value): Likewise.
2703         * ctf.c (ctf_xfer_partial): Likewise.
2704         * d-exp.y (StringExp): Likewise.
2705         * d-namespace.c (d_lookup_symbol_in_module): Likewise.
2706         (lookup_module_scope): Likewise.
2707         (find_symbol_in_baseclass): Likewise.
2708         (d_lookup_nested_symbol): Likewise.
2709         * dbxread.c (find_stab_function_addr): Likewise.
2710         (read_dbx_symtab): Likewise.
2711         (dbx_end_psymtab): Likewise.
2712         (cp_set_block_scope): Likewise.
2713         * dcache.c (dcache_alloc): Likewise.
2714         * demangle.c (_initialize_demangler): Likewise.
2715         * dicos-tdep.c (dicos_load_module_p): Likewise.
2716         * dictionary.c (dict_create_hashed_expandable): Likewise.
2717         (dict_create_linear_expandable): Likewise.
2718         (expand_hashtable): Likewise.
2719         (add_symbol_linear_expandable): Likewise.
2720         * dwarf2-frame.c (add_cie): Likewise.
2721         (add_fde): Likewise.
2722         (dwarf2_build_frame_info): Likewise.
2723         * dwarf2expr.c (dwarf_expr_grow_stack): Likewise.
2724         (dwarf_expr_fetch_address): Likewise.
2725         (add_piece): Likewise.
2726         (execute_stack_op): Likewise.
2727         * dwarf2loc.c (chain_candidate): Likewise.
2728         (dwarf_entry_parameter_to_value): Likewise.
2729         (read_pieced_value): Likewise.
2730         (write_pieced_value): Likewise.
2731         * dwarf2read.c (dwarf2_read_section): Likewise.
2732         (add_type_unit): Likewise.
2733         (read_comp_units_from_section): Likewise.
2734         (fixup_go_packaging): Likewise.
2735         (dwarf2_compute_name): Likewise.
2736         (dwarf2_physname): Likewise.
2737         (create_dwo_unit_in_dwp_v1): Likewise.
2738         (create_dwo_unit_in_dwp_v2): Likewise.
2739         (read_func_scope): Likewise.
2740         (read_call_site_scope): Likewise.
2741         (dwarf2_attach_fields_to_type): Likewise.
2742         (process_structure_scope): Likewise.
2743         (mark_common_block_symbol_computed): Likewise.
2744         (read_common_block): Likewise.
2745         (abbrev_table_read_table): Likewise.
2746         (guess_partial_die_structure_name): Likewise.
2747         (fixup_partial_die): Likewise.
2748         (add_file_name): Likewise.
2749         (dwarf2_const_value_data): Likewise.
2750         (dwarf2_const_value_attr): Likewise.
2751         (build_error_marker_type): Likewise.
2752         (guess_full_die_structure_name): Likewise.
2753         (anonymous_struct_prefix): Likewise.
2754         (typename_concat): Likewise.
2755         (dwarf2_canonicalize_name): Likewise.
2756         (dwarf2_name): Likewise.
2757         (write_constant_as_bytes): Likewise.
2758         (dwarf2_fetch_constant_bytes): Likewise.
2759         (copy_string): Likewise.
2760         (parse_macro_definition): Likewise.
2761         * elfread.c (elf_symfile_segments): Likewise.
2762         (elf_rel_plt_read): Likewise.
2763         (elf_gnu_ifunc_resolve_by_cache): Likewise.
2764         (elf_gnu_ifunc_resolve_by_got): Likewise.
2765         (elf_read_minimal_symbols): Likewise.
2766         (elf_gnu_ifunc_record_cache): Likewise.
2767         * event-top.c (top_level_prompt): Likewise.
2768         (command_line_handler): Likewise.
2769         * exec.c (resize_section_table): Likewise.
2770         * expprint.c (print_subexp_standard): Likewise.
2771         * fbsd-tdep.c (fbsd_collect_regset_section_cb): Likewise.
2772         * findcmd.c (parse_find_args): Likewise.
2773         * findvar.c (address_from_register): Likewise.
2774         * frame.c (get_prev_frame_always): Likewise.
2775         * gdb_bfd.c (gdb_bfd_ref): Likewise.
2776         (get_section_descriptor): Likewise.
2777         * gdb_obstack.c (obconcat): Likewise.
2778         (obstack_strdup): Likewise.
2779         * gdbtypes.c (lookup_function_type_with_arguments): Likewise.
2780         (create_set_type): Likewise.
2781         (lookup_unsigned_typename): Likewise.
2782         (lookup_signed_typename): Likewise.
2783         (resolve_dynamic_union): Likewise.
2784         (resolve_dynamic_struct): Likewise.
2785         (add_dyn_prop): Likewise.
2786         (copy_dynamic_prop_list): Likewise.
2787         (arch_flags_type): Likewise.
2788         (append_composite_type_field_raw): Likewise.
2789         * gdbtypes.h (INIT_FUNC_SPECIFIC): Likewise.
2790         * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
2791         * go-exp.y (string_exp): Likewise.
2792         * go-lang.c (go_demangle): Likewise.
2793         * guile/guile.c (compute_scheme_string): Likewise.
2794         * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
2795         (gdbscm_canonicalize_command_name): Likewise.
2796         * guile/scm-ports.c (ioscm_init_stdio_buffers): Likewise.
2797         (ioscm_init_memory_port): Likewise.
2798         (ioscm_reinit_memory_port): Likewise.
2799         * guile/scm-utils.c (gdbscm_gc_xstrdup): Likewise.
2800         (gdbscm_gc_dup_argv): Likewise.
2801         * h8300-tdep.c (h8300_push_dummy_call): Likewise.
2802         * hppa-tdep.c (internalize_unwinds): Likewise.
2803         (read_unwind_info): Likewise.
2804         * i386-cygwin-tdep.c (core_process_module_section): Likewise.
2805         (windows_core_xfer_shared_libraries): Likewise.
2806         * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
2807         (i386_stap_parse_special_token_triplet): Likewise.
2808         (i386_stap_parse_special_token_three_arg_disp): Likewise.
2809         * i386obsd-tdep.c (i386obsd_sigtramp_p): Likewise.
2810         * inf-child.c (inf_child_fileio_readlink): Likewise.
2811         * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
2812         (inf_ptrace_store_register): Likewise.
2813         * infrun.c (follow_exec): Likewise.
2814         (displaced_step_prepare_throw): Likewise.
2815         (save_stop_context): Likewise.
2816         (save_infcall_suspend_state): Likewise.
2817         * jit.c (jit_read_descriptor): Likewise.
2818         (jit_read_code_entry): Likewise.
2819         (jit_symtab_line_mapping_add_impl): Likewise.
2820         (finalize_symtab): Likewise.
2821         (jit_unwind_reg_get_impl): Likewise.
2822         * jv-exp.y (QualifiedName): Likewise.
2823         * jv-lang.c (get_java_utf8_name): Likewise.
2824         (type_from_class): Likewise.
2825         (java_demangle_type_signature): Likewise.
2826         (java_class_name_from_physname): Likewise.
2827         * jv-typeprint.c (java_type_print_base): Likewise.
2828         * jv-valprint.c (java_value_print): Likewise.
2829         * language.c (add_language): Likewise.
2830         * linespec.c (add_sal_to_sals_basic): Likewise.
2831         (add_sal_to_sals): Likewise.
2832         (decode_objc): Likewise.
2833         (find_linespec_symbols): Likewise.
2834         * linux-fork.c (fork_save_infrun_state): Likewise.
2835         * linux-nat.c (linux_nat_detach): Likewise.
2836         (linux_nat_fileio_readlink): Likewise.
2837         * linux-record.c (record_linux_sockaddr): Likewise.
2838         (record_linux_msghdr): Likewise.
2839         (Do): Likewise.
2840         * linux-tdep.c (linux_core_info_proc_mappings): Likewise.
2841         (linux_collect_regset_section_cb): Likewise.
2842         (linux_get_siginfo_data): Likewise.
2843         * linux-thread-db.c (try_thread_db_load_from_pdir_1): Likewise.
2844         (try_thread_db_load_from_dir): Likewise.
2845         (thread_db_load_search): Likewise.
2846         (info_auto_load_libthread_db): Likewise.
2847         * m32c-tdep.c (m32c_m16c_address_to_pointer): Likewise.
2848         (m32c_m16c_pointer_to_address): Likewise.
2849         * m68hc11-tdep.c (m68hc11_pseudo_register_write): Likewise.
2850         * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
2851         * machoread.c (macho_check_dsym): Likewise.
2852         * macroexp.c (resize_buffer): Likewise.
2853         (gather_arguments): Likewise.
2854         (maybe_expand): Likewise.
2855         * macrotab.c (new_macro_key): Likewise.
2856         (new_source_file): Likewise.
2857         (new_macro_definition): Likewise.
2858         * mdebugread.c (parse_symbol): Likewise.
2859         (parse_type): Likewise.
2860         (parse_partial_symbols): Likewise.
2861         (psymtab_to_symtab_1): Likewise.
2862         * mem-break.c (default_memory_insert_breakpoint): Likewise.
2863         * mi/mi-cmd-break.c (mi_argv_to_format): Likewise.
2864         * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
2865         (mi_cmd_data_read_memory_bytes): Likewise.
2866         (mi_cmd_data_write_memory_bytes): Likewise.
2867         (mi_cmd_trace_frame_collected): Likewise.
2868         * mi/mi-parse.c (mi_parse_argv): Likewise.
2869         (mi_parse): Likewise.
2870         * minidebug.c (lzma_open): Likewise.
2871         (lzma_pread): Likewise.
2872         * mips-tdep.c (mips_read_fp_register_single): Likewise.
2873         (mips_print_fp_register): Likewise.
2874         * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Likewise.
2875         * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
2876         * mt-tdep.c (mt_register_name): Likewise.
2877         (mt_registers_info): Likewise.
2878         (mt_push_dummy_call): Likewise.
2879         * namespace.c (add_using_directive): Likewise.
2880         * nat/linux-btrace.c (perf_event_read): Likewise.
2881         (linux_enable_bts): Likewise.
2882         * nat/linux-osdata.c (linux_common_core_of_thread): Likewise.
2883         * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Likewise.
2884         * nto-tdep.c (nto_find_and_open_solib): Likewise.
2885         (nto_parse_redirection): Likewise.
2886         * objc-lang.c (objc_demangle): Likewise.
2887         (find_methods): Likewise.
2888         * objfiles.c (get_objfile_bfd_data): Likewise.
2889         (set_objfile_main_name): Likewise.
2890         (allocate_objfile): Likewise.
2891         (objfile_relocate): Likewise.
2892         (update_section_map): Likewise.
2893         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
2894         * p-exp.y (exp): Likewise.
2895         (yylex): Likewise.
2896         * p-valprint.c (pascal_object_print_value): Likewise.
2897         * parse.c (initialize_expout): Likewise.
2898         (mark_completion_tag): Likewise.
2899         (copy_name): Likewise.
2900         (parse_float): Likewise.
2901         (type_stack_reserve): Likewise.
2902         * ppc-linux-tdep.c (ppc_stap_parse_special_token): Likewise.
2903         (ppu2spu_prev_register): Likewise.
2904         * ppc-ravenscar-thread.c (supply_register_at_address): Likewise.
2905         * printcmd.c (printf_wide_c_string): Likewise.
2906         (printf_pointer): Likewise.
2907         * probe.c (parse_probes): Likewise.
2908         * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
2909         (cmdpy_init): Likewise.
2910         * python/py-gdb-readline.c (gdbpy_readline_wrapper): Likewise.
2911         * python/py-symtab.c (set_sal): Likewise.
2912         * python/py-unwind.c (pyuw_sniffer): Likewise.
2913         * python/python.c (python_interactive_command): Likewise.
2914         (compute_python_string): Likewise.
2915         * ravenscar-thread.c (get_running_thread_id): Likewise.
2916         * record-full.c (record_full_exec_insn): Likewise.
2917         (record_full_core_open_1): Likewise.
2918         * regcache.c (regcache_raw_read_signed): Likewise.
2919         (regcache_raw_read_unsigned): Likewise.
2920         (regcache_cooked_read_signed): Likewise.
2921         (regcache_cooked_read_unsigned): Likewise.
2922         * remote-fileio.c (remote_fileio_func_open): Likewise.
2923         (remote_fileio_func_rename): Likewise.
2924         (remote_fileio_func_unlink): Likewise.
2925         (remote_fileio_func_stat): Likewise.
2926         (remote_fileio_func_system): Likewise.
2927         * remote-mips.c (mips_xfer_memory): Likewise.
2928         (mips_load_srec): Likewise.
2929         (pmon_end_download): Likewise.
2930         * remote.c (new_remote_state): Likewise.
2931         (map_regcache_remote_table): Likewise.
2932         (remote_register_number_and_offset): Likewise.
2933         (init_remote_state): Likewise.
2934         (get_memory_packet_size): Likewise.
2935         (remote_pass_signals): Likewise.
2936         (remote_program_signals): Likewise.
2937         (remote_start_remote): Likewise.
2938         (remote_check_symbols): Likewise.
2939         (remote_query_supported): Likewise.
2940         (extended_remote_attach): Likewise.
2941         (process_g_packet): Likewise.
2942         (store_registers_using_G): Likewise.
2943         (putpkt_binary): Likewise.
2944         (read_frame): Likewise.
2945         (compare_sections_command): Likewise.
2946         (remote_hostio_pread): Likewise.
2947         (remote_hostio_readlink): Likewise.
2948         (remote_file_put): Likewise.
2949         (remote_file_get): Likewise.
2950         (remote_pid_to_exec_file): Likewise.
2951         (_initialize_remote): Likewise.
2952         * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
2953         (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
2954         * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise.
2955         (bfd_uses_spe_extensions): Likewise.
2956         * s390-linux-tdep.c (s390_displaced_step_copy_insn): Likewise.
2957         * score-tdep.c (score7_malloc_and_get_memblock): Likewise.
2958         * solib-dsbt.c (decode_loadmap): Likewise.
2959         (fetch_loadmap): Likewise.
2960         (scan_dyntag): Likewise.
2961         (enable_break): Likewise.
2962         (dsbt_relocate_main_executable): Likewise.
2963         * solib-frv.c (fetch_loadmap): Likewise.
2964         (enable_break2): Likewise.
2965         (frv_relocate_main_executable): Likewise.
2966         * solib-spu.c (spu_relocate_main_executable): Likewise.
2967         (spu_bfd_open): Likewise.
2968         * solib-svr4.c (lm_info_read): Likewise.
2969         (read_program_header): Likewise.
2970         (find_program_interpreter): Likewise.
2971         (scan_dyntag): Likewise.
2972         (elf_locate_base): Likewise.
2973         (open_symbol_file_object): Likewise.
2974         (read_program_headers_from_bfd): Likewise.
2975         (svr4_relocate_main_executable): Likewise.
2976         * solib-target.c (solib_target_relocate_section_addresses): Likewise.
2977         * solib.c (solib_find_1): Likewise.
2978         (exec_file_find): Likewise.
2979         (solib_find): Likewise.
2980         * source.c (openp): Likewise.
2981         (print_source_lines_base): Likewise.
2982         (forward_search_command): Likewise.
2983         * sparc-ravenscar-thread.c (supply_register_at_address): Likewise.
2984         * spu-tdep.c (spu2ppu_prev_register): Likewise.
2985         (spu_get_overlay_table): Likewise.
2986         * stabsread.c (patch_block_stabs): Likewise.
2987         (define_symbol): Likewise.
2988         (again:): Likewise.
2989         (read_member_functions): Likewise.
2990         (read_one_struct_field): Likewise.
2991         (read_enum_type): Likewise.
2992         (common_block_start): Likewise.
2993         * stack.c (read_frame_arg): Likewise.
2994         (backtrace_command): Likewise.
2995         * stap-probe.c (stap_parse_register_operand): Likewise.
2996         * symfile.c (syms_from_objfile_1): Likewise.
2997         (find_separate_debug_file): Likewise.
2998         (load_command): Likewise.
2999         (load_progress): Likewise.
3000         (load_section_callback): Likewise.
3001         (reread_symbols): Likewise.
3002         (add_filename_language): Likewise.
3003         (allocate_compunit_symtab): Likewise.
3004         (read_target_long_array): Likewise.
3005         (simple_read_overlay_table): Likewise.
3006         * symtab.c (symbol_set_names): Likewise.
3007         (resize_symbol_cache): Likewise.
3008         (rbreak_command): Likewise.
3009         (completion_list_add_name): Likewise.
3010         (completion_list_objc_symbol): Likewise.
3011         (add_filename_to_list): Likewise.
3012         * target-descriptions.c (maint_print_c_tdesc_cmd): Likewise.
3013         * target-memory.c (target_write_memory_blocks): Likewise.
3014         * target.c (target_read_string): Likewise.
3015         (read_whatever_is_readable): Likewise.
3016         (target_read_alloc_1): Likewise.
3017         (simple_search_memory): Likewise.
3018         (target_fileio_read_alloc_1): Likewise.
3019         * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
3020         * top.c (command_line_input): Likewise.
3021         * tracefile-tfile.c (tfile_fetch_registers): Likewise.
3022         * tracefile.c (tracefile_fetch_registers): Likewise.
3023         * tracepoint.c (add_memrange): Likewise.
3024         (init_collection_list): Likewise.
3025         (add_aexpr): Likewise.
3026         (trace_dump_actions): Likewise.
3027         (parse_trace_status): Likewise.
3028         (parse_tracepoint_definition): Likewise.
3029         (parse_tsv_definition): Likewise.
3030         (parse_static_tracepoint_marker_definition): Likewise.
3031         * tui/tui-file.c (tui_sfileopen): Likewise.
3032         (tui_file_adjust_strbuf): Likewise.
3033         * tui/tui-io.c (tui_expand_tabs): Likewise.
3034         * tui/tui-source.c (tui_set_source_content): Likewise.
3035         * typeprint.c (find_global_typedef): Likewise.
3036         * ui-file.c (do_ui_file_xstrdup): Likewise.
3037         (ui_file_obsavestring): Likewise.
3038         (mem_file_write): Likewise.
3039         * utils.c (make_hex_string): Likewise.
3040         (get_regcomp_error): Likewise.
3041         (puts_filtered_tabular): Likewise.
3042         (gdb_realpath_keepfile): Likewise.
3043         (ldirname): Likewise.
3044         (gdb_bfd_errmsg): Likewise.
3045         (substitute_path_component): Likewise.
3046         * valops.c (search_struct_method): Likewise.
3047         (find_oload_champ_namespace_loop): Likewise.
3048         * valprint.c (print_decimal_chars): Likewise.
3049         (read_string): Likewise.
3050         (generic_emit_char): Likewise.
3051         * varobj.c (varobj_delete): Likewise.
3052         (varobj_value_get_print_value): Likewise.
3053         * vaxobsd-tdep.c (vaxobsd_sigtramp_sniffer): Likewise.
3054         * windows-tdep.c (display_one_tib): Likewise.
3055         * xcoffread.c (read_xcoff_symtab): Likewise.
3056         (process_xcoff_symbol): Likewise.
3057         (swap_sym): Likewise.
3058         (scan_xcoff_symtab): Likewise.
3059         (xcoff_initial_scan): Likewise.
3060         * xml-support.c (gdb_xml_end_element): Likewise.
3061         (xml_process_xincludes): Likewise.
3062         (xml_fetch_content_from_file): Likewise.
3063         * xml-syscall.c (xml_list_of_syscalls): Likewise.
3064         * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
3065
3066 2015-09-23  James Bowman  <james.bowman@ftdichip.com>
3067
3068         * ft32-tdep.c (ft32_register_type): Return gdbarch_tdep (gdbarch)->pc_type
3069         instead of builtin_func_ptr.
3070         (ft32_pointer_to_address): New function.
3071         (ft32_address_class_type_flags): New function.
3072         (ft32_address_class_type_flags_to_name): New function.
3073         (ft32_address_class_name_to_type_flags): New function.
3074         (ft32_gdbarch_init): Set tdep->pc_type.  Call
3075         set_gdbarch_pointer_to_address,
3076         set_gdbarch_address_class_type_flags
3077         set_gdbarch_address_class_name_to_type_flags,
3078         and set_gdbarch_address_class_type_flags_to_name.
3079         * ft32-tdep.h (struct gdbarch_tdep) <pc_type>: New field.
3080
3081 2015-09-23  Pierre-Marie de Rodat  <derodat@adacore.com>
3082
3083         * ada-lang.c (ada_evaluate_subexp) <OP_FUNCALL>: When the input
3084         value is a reference, actually dereference it in order to get
3085         the underlying value.
3086
3087 2015-09-22  Simon Marchi  <simon.marchi@ericsson.com>
3088
3089         * stap-probe.c (handle_stap_probe): Remove unnecessary cast.
3090
3091 2015-09-21  Simon Marchi  <simon.marchi@ericsson.com>
3092
3093         * cli/cli-setshow.c (cmd_show_list): Constify a variable.
3094         * linespec.c (linespec_lexer_lex_string): Same.
3095
3096 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
3097
3098         * NEWS: Mention support for fast tracepoints on aarch64-linux.
3099
3100 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
3101
3102         * aarch64-tdep.c (aarch64_analyze_prologue): New is_adrp
3103         variable.  Call aarch64_decode_adr instead of
3104         aarch64_decode_adrp.
3105         * arch/aarch64-insn.h (aarch64_decode_adrp): Delete.
3106         (aarch64_decode_adr): New function declaration.
3107         * arch/aarch64-insn.c (aarch64_decode_adrp): Delete.
3108         (aarch64_decode_adr): New function, factored out from
3109         aarch64_decode_adrp to decode both adr and adrp instructions.
3110
3111 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
3112
3113         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-insn.o.
3114         (HFILES_NO_SRCDIR): Add arch/aarch64-insn.h.
3115         (aarch64-insn.o): New rule.
3116         * configure.tgt (aarch64*-*-elf): Add aarch64-insn.o.
3117         (aarch64*-*-linux*): Likewise.
3118         * arch/aarch64-insn.c: New file.
3119         * arch/aarch64-insn.h: New file.
3120         * aarch64-tdep.c: Include arch/aarch64-insn.h.
3121         (aarch64_debug): Move to arch/aarch64-insn.c.  Declare in
3122         arch/aarch64-insn.h.
3123         (decode_add_sub_imm): Rename to ...
3124         (aarch64_decode_add_sub_imm): ... this.
3125         (decode_adrp): Rename to ...
3126         (aarch64_decode_adrp): ... this.  Move to arch/aarch64-insn.c.
3127         Declare in arch/aarch64-insn.h.
3128         (decode_b): Rename to ...
3129         (aarch64_decode_b): ... this.  Move to arch/aarch64-insn.c.
3130         Declare in arch/aarch64-insn.h.
3131         (decode_bcond): Rename to ...
3132         (aarch64_decode_bcond): ... this.  Move to arch/aarch64-insn.c.
3133         Declare in arch/aarch64-insn.h.
3134         (decode_br): Rename to ...
3135         (aarch64_decode_br): ... this.
3136         (decode_cb): Rename to ...
3137         (aarch64_decode_cb): ... this.  Move to arch/aarch64-insn.c.
3138         Declare in arch/aarch64-insn.h.
3139         (decode_eret): Rename to ...
3140         (aarch64_decode_eret): ... this.
3141         (decode_movz): Rename to ...
3142         (aarch64_decode_movz): ... this.
3143         (decode_orr_shifted_register_x): Rename to ...
3144         (aarch64_decode_orr_shifted_register_x): ... this.
3145         (decode_ret): Rename to ...
3146         (aarch64_decode_ret): ... this.
3147         (decode_stp_offset): Rename to ...
3148         (aarch64_decode_stp_offset): ... this.
3149         (decode_stp_offset_wb): Rename to ...
3150         (aarch64_decode_stp_offset_wb): ... this.
3151         (decode_stur): Rename to ...
3152         (aarch64_decode_stur): ... this.
3153         (decode_tb): Rename to ...
3154         (aarch64_decode_tb): ... this.  Move to arch/aarch64-insn.c.
3155         Declare in arch/aarch64-insn.h.
3156         (aarch64_analyze_prologue): Adjust calls to renamed functions.
3157
3158 2015-09-20  Doug Evans  <xdje42@gmail.com>
3159
3160         * dwarf2read.c (add_partial_symbol): Remove outdated comments.
3161
3162 2015-09-20  Doug Evans  <xdje42@gmail.com>
3163
3164         * dwarf2read.c (dwarf2_compute_name): Add FIXME.  Don't use a local
3165         variable name that collides with a parameter.
3166
3167 2015-09-20  Joel Brobecker  <brobecker@adacore.com>
3168
3169         * dwarf2loc.c (locexpr_get_frame_base): Renames
3170         block_op_get_frame_base.
3171         (dwarf2_block_frame_base_locexpr_funcs): Replace reference to
3172         block_op_get_frame_base by reference to locexpr_get_frame_base.
3173         (loclist_get_frame_base): New function, near identical copy of
3174         locexpr_get_frame_base.
3175         (dwarf2_block_frame_base_loclist_funcs): Replace reference to
3176         block_op_get_frame_base by reference to loclist_get_frame_base.
3177
3178 2015-09-19  Doug Evans  <xdje42@gmail.com>
3179
3180         * ravenscar-thread.c (ravenscar_inferior_created): Replace
3181         current_inferior ()->gdbarch with its wrapper target_gdbarch.
3182
3183 2015-09-18  Doug Evans  <xdje42@gmail.com>
3184
3185         * linux-thread-db.c (record_thread): Return the created thread.
3186         (thread_from_lwp): Likewise.
3187         (thread_db_get_thread_local_address): Update.
3188
3189 2015-09-18  Doug Evans  <xdje42@gmail.com>
3190
3191         * symtab.h (general_symbol_info) <mangled_lang>: Delete struct,
3192         move only member demangled_name up.  All uses updated.
3193
3194 2015-09-18  Doug Evans  <xdje42@gmail.com>
3195
3196         * findvar.c (default_read_var_value) <LOC_UNRESOLVED>: Include the
3197         kind of minimal symbol in the error message.
3198         * objfiles.c (objfile_flavour_name): New function.
3199         * objfiles.h (objfile_flavour_name): Declare.
3200
3201 2015-09-18  Yao Qi  <yao.qi@linaro.org>
3202
3203         * nat/aarch64-linux.c: Include elf/common.h,
3204         nat/gdb_ptrace.h, asm/ptrace.h and sys/uio.h.
3205         (aarch64_ps_get_thread_area): New function.
3206         * nat/aarch64-linux.h: Include gdb_proc_service.h.
3207         (aarch64_ps_get_thread_area): Declare.
3208         * aarch64-linux-nat.c (ps_get_thread_area): Call
3209         aarch64_ps_get_thread_area.
3210
3211 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3212
3213         * record-btrace.c (record_btrace_resume): Honour scheduler-locking.
3214
3215 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3216
3217         * NEWS: Announce new scheduler-locking mode.
3218         * infrun.c (schedlock_replay): New.
3219         (scheduler_enums): Add schedlock_replay.
3220         (scheduler_mode): Change default to schedlock_replay.
3221         (user_visible_resume_ptid): Handle schedlock_replay.
3222         (clear_proceed_status_thread): Stop replaying if resumed thread is
3223         not replaying.
3224         (schedlock_applies): Handle schedlock_replay.
3225         (_initialize_infrun): Document new scheduler-locking mode.
3226         * record-btrace.c (record_btrace_resume): Remove code to stop other
3227         threads when not replaying the resumed thread.
3228
3229 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3230
3231         * record-btrace.c ((record_btrace_will_replay): New.
3232         (init_record_btrace_ops): Initialize to_record_will_replay.
3233         * record-full.c ((record_full_will_replay): New.
3234         (init_record_full_ops): Initialize to_record_will_replay.
3235         * target-delegates.c: Regenerated.
3236         * target.c (target_record_will_replay): New.
3237         * target.h (struct target_ops) <to_record_will_replay>: New.
3238         (target_record_will_replay): New.
3239
3240 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3241
3242         * record-btrace.c (record_btrace_resume): Call
3243         target_record_stop_replaying.
3244         (record_btrace_stop_replaying_all): New.
3245         (init_record_btrace_ops): Initialize to_record_stop_replaying.
3246         * record-full.c (record_full_stop_replaying): New.
3247         (init_record_full_ops ): Initialize to_record_stop_replaying.
3248         * target-delegates.c: Regenerated.
3249         * target.c (target_record_stop_replaying): New.
3250         * target.h (struct target_ops) <to_record_stop_replaying>: New.
3251         (target_record_stop_replaying): New.
3252
3253 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3254
3255         * record-btrace.c (record_btrace_xfer_partial)
3256         (record_btrace_store_registers, record_btrace_prepare_to_store):
3257         Call record_btrace_is_replaying with inferior_ptid instead of
3258         minus_one_ptid.
3259         (record_btrace_store_registers): Change error message.
3260
3261 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3262
3263         * record-btrace.c (record_btrace_is_replaying): Add ptid argument.
3264         Update users to pass minus_one_ptid.
3265         * record-full.c (record_full_is_replaying): Add ptid argument (ignored).
3266         * record.c (cmd_record_delete): Pass inferior_ptid to
3267         target_record_is_replaying.
3268         * target-delegates.c: Regenerated.
3269         * target.c (target_record_is_replaying): Add ptid argument.
3270         * target.h (struct target_ops) <to_record_is_replaying>: Add ptid
3271         argument.
3272         (target_record_is_replaying): Add ptid argument.
3273
3274 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3275
3276         * record-btrace.c (record_btrace_open): Remove non_stop check.
3277         * NEWS: Announce that record btrace supports non-stop mode.
3278
3279 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3280
3281         * infrun.c (handle_inferior_event_1): Switch to the eventing thread
3282         in the TARKET_WAITKIND_NO_HISTORY case.
3283
3284 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3285
3286         * record-btrace.c (record_btrace_maybe_mark_async_event): New.
3287         (record_btrace_wait): Call record_btrace_maybe_mark_async_event.
3288
3289 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3290
3291         * record-btrace.c (get_thread_current_frame): New.
3292         (record_btrace_start_replaying): Call get_thread_current_frame.
3293
3294 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3295
3296         * record-btrace.c (record_btrace_resume_thread): A move request
3297         overwrites a previous move request.
3298         (record_btrace_find_resume_thread): Removed.
3299         (record_btrace_resume): Resume all requested threads.
3300
3301 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3302
3303         * record-btrace.c: Include vec.h.
3304         (record_btrace_find_thread_to_move): Removed.
3305         (btrace_step_no_resumed, btrace_step_again)
3306         (record_btrace_stop_replaying_at_end): New.
3307         (record_btrace_cancel_resume): Call record_btrace_stop_replaying_at_end.
3308         (record_btrace_single_step_forward): Remove calls to
3309         record_btrace_stop_replaying.
3310         (record_btrace_step_thread): Do only one step for BTHR_CONT and
3311         BTHR_RCONT.  Keep threads at the end of their history moving.
3312         (record_btrace_wait): Call record_btrace_step_thread for all threads
3313         until one reports an event.  Call record_btrace_stop_replaying_at_end
3314         for the eventing thread.
3315
3316 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3317
3318         * record-btrace.c (record_btrace_single_step_forward): Return
3319         NO_HISTORY if a step brings us to the end of the execution history.
3320
3321 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3322
3323         * record-btrace.c (record_btrace_step_thread): Move breakpoint check
3324         to ...
3325         (record_btrace_single_step_forward): ... here and
3326         (record_btrace_single_step_backward): ... here.
3327
3328 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3329
3330         * record-btrace.c (btrace_step_spurious)
3331         (record_btrace_single_step_forward)
3332         (record_btrace_single_step_backward): New.
3333         (record_btrace_step_thread): Call record_btrace_single_step_forward
3334         and record_btrace_single_step_backward.
3335
3336 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3337
3338         * record-btrace.c (record_btrace_replay_at_breakpoint): New.
3339         (record_btrace_step_thread): Call record_btrace_replay_at_breakpoint.
3340
3341 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3342
3343         * record-btrace.c (btrace_thread_flag_to_str)
3344         (record_btrace_cancel_resume): New.
3345         (record_btrace_step_thread): Call btrace_thread_flag_to_str.
3346         (record_btrace_resume): Print execution direction.
3347         (record_btrace_resume_thread): Call btrace_thread_flag_to_str.
3348         (record_btrace_wait): Call record_btrace_cancel_resume.
3349
3350 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3351
3352         * btrace.h (enum btrace_thread_flag) <BTHR_STOP>: New.
3353         * record-btrace (record_btrace_resume_thread): Clear BTHR_STOP.
3354         (record_btrace_find_thread_to_move): Also accept threads that have
3355         BTHR_STOP set.
3356         (btrace_step_stopped_on_request, record_btrace_stop): New.
3357         (record_btrace_step_thread): Support BTHR_STOP.
3358         (record_btrace_wait): Also clear BTHR_STOP when stopping other threads.
3359         (init_record_btrace_ops): Initialize to_stop.
3360
3361 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3362
3363         * record-btrace.c (record_btrace_wait): Replace non_stop check with
3364         target_is_non_stop_p ().
3365
3366 2015-09-15  Pierre-Marie de Rodat  <derodat@adacore.com>
3367
3368         * ada-typeprint.c (print_array_type): Do not describe arrays as
3369         packed when they embed dynamic elements.
3370
3371 2015-09-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
3372
3373         * symtab.h (address_class): Document that TLS variables
3374         are handled by LOC_UNRESOLVED.
3375         * findvar.c (default_read_var_value): Don't relocate TLS variables.
3376         * printcmd.c (address_info): Don't relocate TLS variables.
3377
3378 2015-09-15  Pierre Langlois  <pierre.langlois@arm.com>
3379
3380         * aarch64-tdep.c (decode_add_sub_imm): Use debug_printf.
3381         (decode_adrp): Likewise.
3382         (decode_b): Likewise.
3383         (decode_bcond): Likewise.
3384         (decode_br): Likewise.
3385         (decode_cb): Likewise.
3386         (decode_eret): Likewise.
3387         (decode_movz): Likewise.
3388         (decode_orr_shifted_register_x): Likewise.
3389         (decode_ret): Likewise.
3390         (decode_stp_offset): Likewise.
3391         (decode_stp_offset_wb): Likewise.
3392         (decode_stur): Likewise.
3393         (decode_tb): Likewise.
3394         (aarch64_analyze_prologue): Likewise.
3395         (pass_in_x): Likewise.
3396         (pass_in_v): Likewise.
3397         (pass_on_stack): Likewise.
3398         (aarch64_push_dummy_call): Likewise.
3399         (aarch64_extract_return_value): Likewise.
3400         (aarch64_store_return_value): Likewise.
3401         (aarch64_return_value): Likewise.
3402         (aarch64_record_asimd_load_store): Likewise.
3403         (aarch64_record_load_store): Likewise.
3404         (aarch64_record_data_proc_simd_fp): Likewise.
3405
3406 2015-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
3407
3408         * linespec.c (minsym_found): Call gdbarch_skip_entrypoint.
3409         * ppc64-tdep.c (ppc64_skip_trampoline_code): Rename to ...
3410         (ppc64_skip_trampoline_code_1): ... here.
3411         (ppc64_skip_trampoline_code): New wrapper function.
3412         * symtab.c (find_function_start_sal): Call gdbarch_skip_entrypoint.
3413
3414 2015-09-15  Yao Qi  <yao.qi@linaro.org>
3415
3416         * aarch64-linux-nat.c (aarch64_linux_can_do_single_step): New
3417         function.
3418         (_initialize_aarch64_linux_nat): Install it to to_can_do_single_step.
3419         * arm-linux-tdep.c (arm_linux_software_single_step): Return 0
3420         if target_can_do_single_step returns 1.
3421         * remote.c (struct vCont_action_support) <s, S>: New fields.
3422         (PACKET_vContSupported): New enum.
3423         (remote_protocol_features): New element for vContSupported.
3424         (remote_query_supported): Append "vContSupported+".
3425         (remote_vcont_probe): Remove support_s and support_S, use
3426         rs->supports_vCont.s and rs->supports_vCont.S instead.  Disable
3427         vCont packet if c and C actions are not supported.
3428         (remote_can_do_single_step): New function.
3429         (init_remote_ops): Install it to to_can_do_single_step.
3430         (_initialize_remote): Call add_packet_config_cmd.
3431         * target.h (struct target_ops) <to_can_do_single_step>: New field.
3432         (target_can_do_single_step): New macro.
3433         * target-delegates.c: Re-generated.
3434
3435 2015-09-15  Yao Qi  <yao.qi@linaro.org>
3436
3437         * aarch64-linux-nat.c (aarch64_linux_siginfo_fixup): New function.
3438         (_initialize_aarch64_linux_nat): Call linux_nat_set_siginfo_fixup.
3439         * nat/aarch64-linux.c (aarch64_compat_siginfo_from_siginfo):
3440         New function.
3441         (aarch64_siginfo_from_compat_siginfo): New function.
3442         * nat/aarch64-linux.h: Include signal.h.
3443         (compat_int_t, compat_uptr_t, compat_time_t): Typedef.
3444         (compat_timer_t, compat_clock_t): Likewise.
3445         (struct compat_timeval): New.
3446         (union compat_sigval): New.
3447         (struct compat_siginfo): New.
3448         (cpt_si_pid, cpt_si_uid, cpt_si_timerid): New macros.
3449         (cpt_si_overrun, cpt_si_status, cpt_si_utime): Likewise.
3450         (cpt_si_stime, cpt_si_ptr, cpt_si_addr): Likewise.
3451         (cpt_si_band, cpt_si_fd): Likewise.
3452
3453 2015-09-14  Pedro Alves  <palves@redhat.com>
3454
3455         * infrun.c (current_stop_id): New global.
3456         (get_stop_id, new_stop_id): New functions.
3457         (fetch_inferior_event): Handle normal_stop proceeding the target.
3458         (struct stop_context): New.
3459         (save_stop_context, release_stop_context_cleanup)
3460         (stop_context_changed): New functions.
3461         (normal_stop): Return true if the hook-stop changes the stop
3462         context.
3463         * infrun.h (get_stop_id): Declare.
3464         (normal_stop): Now returns int.  Add documentation.
3465
3466 2015-09-14  Pierre-Marie de Rodat  <derodat@adacore.com>
3467
3468         * ada-lang.c (ada_value_ptr_subscript): Update the heading
3469         comment.  Handle packed arrays.
3470
3471 2015-09-14  Pedro Alves  <palves@redhat.com>
3472
3473         * NEWS (Changes in GDB 7.10, New commands>: Remove duplicate
3474         mention of maint set/show target-non-stop.
3475
3476 2015-09-11  Don Breazeal  <donb@codesourcery.com>
3477
3478         * NEWS: Announce new remote packets for the exec-events
3479         feature and the exec-events feature and associated commands.
3480
3481 2015-09-11  Don Breazeal  <donb@codesourcery.com>
3482
3483         * remote.c (remote_exec_event_p): New function.
3484         (remote_insert_exec_catchpoint): New function.
3485         (remote_remove_exec_catchpoint): New function.
3486         (init_extended_remote_ops): Initialize extended_remote_ops
3487         members to_insert_exec_catchpoint and
3488         to_remove_exec_catchpoint.
3489
3490 2015-09-11  Don Breazeal  <donb@codesourcery.com>
3491             Luis Machado  <lgustavo@codesourcery.com>
3492
3493         * infrun.c (follow_exec): Use process-style ptid for
3494         exec message.  Call add_inferior_with_spaces and
3495         target_follow_exec.
3496         * nat/linux-ptrace.c (linux_supports_traceexec): New function.
3497         * nat/linux-ptrace.h (linux_supports_traceexec): Declare.
3498         * remote.c (remote_pspace_data): New static variable.
3499         (remote_pspace_data_cleanup): New function.
3500         (get_remote_exec_file): New function.
3501         (set_remote_exec_file_1): New function.
3502         (set_remote_exec_file): New function.
3503         (show_remote_exec_file): New function.
3504         (remote_exec_file): Delete static variable.
3505         (anonymous enum) <PACKET_exec_event_feature>: New
3506         enumeration constant.
3507         (remote_protocol_features): Add entry for exec-events feature.
3508         (remote_query_supported): Add client side of qSupported query
3509         for exec-events feature.
3510         (remote_follow_exec): New function.
3511         (remote_parse_stop_reply): Handle 'exec' stop reason.
3512         (extended_remote_run, extended_remote_create_inferior): Call
3513         get_remote_exec_file and set_remote_exec_file_1.
3514         (init_extended_remote_ops) <to_follow_exec>: Initialize new
3515         member.
3516         (_initialize_remote): Call
3517         register_program_space_data_with_cleanup.  Call
3518         add_packet_config_cmd for remote exec-events feature.
3519         Modify call to add_setshow_string_noescape_cmd for exec-file
3520         to use new functions set_remote_exec_file and
3521         show_remote_exec_file.
3522         * target-debug.h, target-delegates.c: Regenerated.
3523         * target.c (target_follow_exec): New function.
3524         * target.h (struct target_ops) <to_follow_exec>: New member.
3525         (target_follow_exec): Declare new function.
3526
3527 2015-09-11  Pierre Langlois  <pierre.langlois@arm.com>
3528
3529         * aarch64-tdep.c (decode_cb): Move up comment describing the
3530         encoding.
3531         (decode_tb): Fix a typo in comment above the function.  Move up
3532         comment describing the encoding.
3533
3534 2015-09-11  Pierre Langlois  <pierre.langlois@arm.com>
3535
3536         * aarch64-tdep.c (decode_bcond): Fix incorrect mask.
3537
3538 2015-09-11  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
3539
3540         PR gdb/18947
3541         * aarch64-linux-tdep.c: (aarch64_linux_init_abi): Install
3542         glibc_skip_solib_resolver as gdbarch_skip_solib_resolver callback.
3543
3544 2015-09-10  Simon Marchi  <simon.marchi@ericsson.com>
3545
3546         * ada-lang.c (scan_discrim_bound): Factor out arithmetic
3547         operations.
3548
3549 2015-09-10  Simon Marchi  <simon.marchi@ericsson.com>
3550
3551         * ada-lang.c (ada_search_struct_field): Constify parameters
3552         and/or variables..
3553         (xget_renaming_scope): Likewise.
3554         (ada_is_redundant_range_encoding): Likewise.
3555         (scan_discrim_bound): Likewise.
3556         (to_fixed_range_type): Likewise.
3557
3558 2015-09-10  Yao Qi  <yao.qi@linaro.org>
3559
3560         * breakpoint.c (download_tracepoint_locations): New local
3561         can_download_tracepoint.  Check the result of
3562         target_can_download_tracepoint and save it in
3563         can_download_tracepoint if there are tracepoints to download.
3564         * linux-nat.h (enum tribool): Move it to ...
3565         * common/common-types.h: ... here.
3566
3567 2015-09-09  Pedro Alves  <palves@redhat.com>
3568
3569         * inf-loop.c (inferior_event_handler): Delete INF_TIMER case.
3570         * target.h (enum inferior_event_type) <INF_TIMER>: Delete.
3571
3572 2015-09-09  Pedro Alves  <palves@redhat.com>
3573
3574         * continuations.c (add_continuation, restore_thread_cleanup)
3575         (do_all_continuations_ptid, do_all_continuations_thread_callback)
3576         (do_all_continuations_thread, do_all_continuations)
3577         (discard_all_continuations_thread_callback)
3578         (discard_all_continuations_thread, discard_all_continuations)
3579         (add_intermediate_continuation)
3580         (do_all_intermediate_continuations_thread_callback)
3581         (do_all_intermediate_continuations_thread)
3582         (do_all_intermediate_continuations)
3583         (discard_all_intermediate_continuations_thread_callback)
3584         (discard_all_intermediate_continuations_thread)
3585         (discard_all_intermediate_continuations): Delete.
3586         * continuations.h (add_continuation, do_all_continuations)
3587         (do_all_continuations_thread, discard_all_continuations)
3588         (discard_all_continuations_thread, add_intermediate_continuation)
3589         (do_all_intermediate_continuations)
3590         (do_all_intermediate_continuations_thread)
3591         (discard_all_intermediate_continuations)
3592         (discard_all_intermediate_continuations_thread): Delete
3593         declarations.
3594         * event-top.c (stdin_event_handler): Delete references to
3595         continuations.
3596         * gdbthread.h (struct thread_info): Delete continuations and
3597         intermediate_continuations fields.
3598         * inf-loop.c (inferior_event_handler): Remove references to
3599         continuations.
3600         * infrun.c (infrun_thread_stop_requested_callback): Remove
3601         references to continuations.
3602         * target.h (enum inferior_event_type) <INF_EXEC_CONTINUE>: Delete.
3603         * thread.c: Don't include "continuations.h".
3604         (clear_thread_inferior_resources): Remove references to
3605         continuations.
3606
3607 2015-09-09  Pedro Alves  <palves@redhat.com>
3608
3609         * infcall.c (struct dummy_frame_context_saver): Delete.
3610         (dummy_frame_context_saver_free, dummy_frame_context_saver_dtor)
3611         (dummy_frame_context_saver_drop)
3612         (dummy_frame_context_saver_cleanup)
3613         (dummy_frame_context_saver_get_regs)
3614         (dummy_frame_context_saver_setup): Delete.
3615         * infcall.h (dummy_frame_context_saver_drop)
3616         (dummy_frame_context_saver_cleanup)
3617         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver):
3618         Delete.
3619         (get_return_value): Remove 'ctx_saver' paremeter.  Adjust.
3620         * inferior.h (get_return_value): Remove 'ctx_saver' paremeter.
3621         * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Adjust.
3622
3623 2015-09-09  Pedro Alves  <palves@redhat.com>
3624
3625         * breakpoint.c: Include "thread-fsm.h".
3626         (struct until_break_command_continuation_args): Delete.
3627         (struct until_break_fsm): New.
3628         (until_break_fsm_ops): New global.
3629         (new_until_break_fsm, until_break_fsm_should_stop): New functions.
3630         (until_break_command_continuation): Delete.
3631         (until_break_fsm_clean_up): New function.
3632         (until_break_fsm_async_reply_reason): New function.
3633         (until_break_command): Adjust to create an until_break_fsm instead
3634         of a continuation.
3635         (momentary_bkpt_print_it): No longer print MI's async-stop-reason
3636         here.
3637         * infcmd.c (struct until_next_fsm): New.
3638         (until_next_fsm_ops): New global.
3639         (new_until_next_fsm, until_next_fsm_should_stop): New function.
3640         (until_next_continuation): Delete.
3641         (until_next_fsm_clean_up, until_next_fsm_async_reply_reason): New
3642         functions.
3643         (until_next_command): Adjust to create a new until_next_fsm
3644         instead of a continuation.
3645
3646 2015-09-09  Pedro Alves  <palves@redhat.com>
3647
3648         * infcall.c: Include thread_fsm.h.
3649         (struct call_return_meta_info): New.
3650         (get_call_return_value): New function, factored out from
3651         call_function_by_hand_dummy.
3652         (struct call_thread_fsm): New.
3653         (call_thread_fsm_ops): New global.
3654         (new_call_thread_fsm, call_thread_fsm_should_stop)
3655         (call_thread_fsm_should_notify_stop): New functions.
3656         (run_inferior_call): Add 'sm' parameter.  Associate the FSM with
3657         the thread.
3658         (call_function_by_hand_dummy): Create a new call_thread_fsm
3659         instance, associate it with the thread, and wait for the FSM to
3660         finish.  If finished successfully, fetch the function's result
3661         value out of the FSM.
3662         * infrun.c (fetch_inferior_event): If the FSM says the stop
3663         shouldn't be notified, don't call normal_stop.
3664         (maybe_remove_breakpoints): New function, factored out from ...
3665         (normal_stop): ... here.  Simplify.
3666         * infrun.h (maybe_remove_breakpoints): Declare.
3667         * thread-fsm.c (thread_fsm_should_notify_stop): New function.
3668         (thread-fsm.h) <struct thread_fsm_ops>: New field.
3669         (thread_fsm_should_notify_stop): Declare.
3670
3671 2015-09-09  Pedro Alves  <palves@redhat.com>
3672
3673         * Makefile.in (COMMON_OBS): Add thread-fsm.o.
3674         * breakpoint.c (handle_jit_event): Print debug output.
3675         (bpstat_what): Split event callback handling to ...
3676         (bpstat_run_callbacks): ... this new function.
3677         (momentary_bkpt_print_it): No longer handle bp_finish here.
3678         * breakpoint.h (bpstat_run_callbacks): Declare.
3679         * gdbthread.h (struct thread_info) <step_multi>: Delete field.
3680         <thread_fsm>: New field.
3681         (thread_cancel_execution_command): Declare.
3682         * infcmd.c: Include thread-fsm.h.
3683         (struct step_command_fsm): New.
3684         (step_command_fsm_ops): New global.
3685         (new_step_command_fsm, step_command_fsm_prepare): New functions.
3686         (step_1): Adjust to use step_command_fsm_prepare and
3687         prepare_one_step.
3688         (struct step_1_continuation_args): Delete.
3689         (step_1_continuation): Delete.
3690         (step_command_fsm_should_stop): New function.
3691         (step_once): Delete.
3692         (step_command_fsm_clean_up, step_command_fsm_async_reply_reason)
3693         (prepare_one_step): New function, based on step_once.
3694         (until_next_command): Remove step_multi reference.
3695         (struct return_value_info): New.
3696         (print_return_value): Rename to ...
3697         (print_return_value_1): ... this.  New struct return_value_info
3698         parameter.  Adjust.
3699         (print_return_value): Reimplement as wrapper around
3700         print_return_value_1.
3701         (struct finish_command_fsm): New.
3702         (finish_command_continuation): Delete.
3703         (finish_command_fsm_ops): New global.
3704         (new_finish_command_fsm, finish_command_fsm_should_stop): New
3705         functions.
3706         (finish_command_fsm_clean_up, finish_command_fsm_return_value):
3707         New.
3708         (finish_command_continuation_free_arg): Delete.
3709         (finish_command_fsm_async_reply_reason): New.
3710         (finish_backward, finish_forward): Change symbol parameter to a
3711         finish_command_fsm.  Adjust.
3712         (finish_command): Create a finish_command_fsm.  Adjust.
3713         * infrun.c: Include "thread-fsm.h".
3714         (clear_proceed_status_thread): Delete the thread's FSM.
3715         (infrun_thread_stop_requested_callback): Cancel the thread's
3716         execution command.
3717         (clean_up_just_stopped_threads_fsms): New function.
3718         (fetch_inferior_event): Handle the event_thread's should_stop
3719         method saying the command isn't done yet.
3720         (process_event_stop_test): Run breakpoint callbacks here.
3721         (print_stop_event): Rename to ...
3722         (print_stop_location): ... this.
3723         (restore_current_uiout_cleanup): New function.
3724         (print_stop_event): Reimplement.
3725         (normal_stop): No longer notify the end_stepping_range observers
3726         here handle "step N" nor "finish" here.  No longer call
3727         print_stop_event here.
3728         * infrun.h (struct return_value_info): Forward declare.
3729         (print_return_value): Declare.
3730         (print_stop_event): Change prototype.
3731         * thread-fsm.c: New file.
3732         * thread-fsm.h: New file.
3733         * thread.c: Include "thread-fsm.h".
3734         (thread_cancel_execution_command): New function.
3735         (clear_thread_inferior_resources): Call it.
3736         * cli/cli-interp.c (cli_on_normal_stop): New function.
3737         (cli_interpreter_init): Install cli_on_normal_stop as normal_stop
3738         observer.
3739         * mi/mi-interp.c: Include "thread-fsm.h".
3740         (restore_current_uiout_cleanup): Delete.
3741         (mi_on_normal_stop): If the thread has an FSM associated, and it
3742         finished, ask it for the async-reply-reason to print.  Always call
3743         print_stop_event here, regardless of the top-level interpreter.
3744         Check bpstat_what to tell whether an asynchronous breakpoint hit
3745         triggered.
3746         * tui/tui-interp.c (tui_on_normal_stop): New function.
3747         (tui_init): Install tui_on_normal_stop as normal_stop observer.
3748
3749 2015-09-09  Pedro Alves  <palves@redhat.com>
3750
3751         * breakpoint.c (bpstat_do_actions_1, until_break_command): Don't
3752         check whether the target can async.
3753         * inf-loop.c (inferior_event_handler): Only call target_async if
3754         the target can async.
3755         * infcall.c: Include top.h and interps.h.
3756         (run_inferior_call): For the interpreter to sync mode while
3757         running the infcall.  Call wait_sync_command_done instead of
3758         wait_for_inferior plus normal_stop.
3759         * infcmd.c (prepare_execution_command): Don't check whether the
3760         target can async when running in the foreground.
3761         (step_1): Delete synchronous case handling.
3762         (step_once): Always install a continuation, even in sync mode.
3763         (until_next_command, finish_forward): Don't check whether the
3764         target can async.
3765         (attach_command_post_wait, notice_new_inferior): Always install a
3766         continuation, even in sync mode.
3767         * infrun.c (mark_infrun_async_event_handler): New function.
3768         (proceed): In sync mode, mark infrun's event source instead of
3769         waiting for events here.
3770         (fetch_inferior_event): If the target can't async, do a blocking
3771         wait.
3772         (prepare_to_wait): In sync mode, mark infrun's event source.
3773         (infrun_async_inferior_event_handler): No longer bail out if the
3774         target can't async.
3775         * infrun.h (mark_infrun_async_event_handler): New declaration.
3776         * linux-nat.c (linux_nat_wait_1): Remove calls to
3777         set_sigint_trap/clear_sigint_trap.
3778         (linux_nat_terminal_inferior): No longer check whether the target
3779         can async.
3780         * mi/mi-interp.c (mi_on_sync_execution_done): Update and simplify
3781         comment.
3782         (mi_execute_command_input_handler): No longer check whether the
3783         target is async.  Update and simplify comment.
3784         * target.c (default_target_wait): New function.
3785         * target.h (struct target_ops) <to_wait>: Now defaults to
3786         default_target_wait.
3787         (default_target_wait): Declare.
3788         * top.c (wait_sync_command_done): New function, factored out from
3789         ...
3790         (maybe_wait_sync_command_done): ... this.
3791         * top.h (wait_sync_command_done): Declare.
3792         * target-delegates.c: Regenerate.
3793
3794 2015-09-09  Markus Metzger  <markus.t.metzger@intel.com>
3795
3796         * nat/linux-btrace.h (struct btrace_target_info) <ptr_bits>: Remove.
3797         * nat/linux-btrace.c: Include filestuff.h and inttypes.h.
3798         Remove include of sys/utsname.h.
3799         (linux_determine_kernel_ptr_bits): Remove.
3800         (linux_determine_kernel_start): New.
3801         (perf_event_is_kernel_addr): Remove tinfo argument.  Update users.
3802         Update check.
3803         (perf_event_skip_bts_record): Remove tinfo argument.  Update users.
3804         (linux_enable_bts, linux_enable_pt): Remove tinfo->ptr_bits
3805         initialization.
3806         * x86-linux-nat.c (x86_linux_enable_btrace): Remove ptr_bits
3807         assignment.
3808
3809 2015-09-07  Pedro Alves  <palves@redhat.com>
3810
3811         * guile/guile-internal.h (as_a_scm_t_subr): New.
3812         * guile/guile.c (misc_guile_functions): Use it.
3813         * guile/scm-arch.c (arch_functions): Use it.
3814         * guile/scm-block.c (block_functions, gdbscm_initialize_blocks):
3815         Use it.
3816         * guile/scm-breakpoint.c (breakpoint_functions): Use it.
3817         * guile/scm-cmd.c (command_functions): Use it.
3818         * guile/scm-disasm.c (disasm_functions): Use it.
3819         * guile/scm-exception.c (exception_functions)
3820         (private_exception_functions): Use it.
3821         * guile/scm-frame.c (frame_functions)
3822         * guile/scm-gsmob.c (gsmob_functions): Use it.
3823         * guile/scm-iterator.c (iterator_functions): Use it.
3824         * guile/scm-lazy-string.c (lazy_string_functions): Use it.
3825         * guile/scm-math.c (math_functions): Use it.
3826         * guile/scm-objfile.c (objfile_functions): Use it.
3827         * guile/scm-param.c (parameter_functions): Use it.
3828         * guile/scm-ports.c (port_functions, private_port_functions): Use
3829         it.
3830         * guile/scm-pretty-print.c (pretty_printer_functions): Use it.
3831         * guile/scm-progspace.c (pspace_functions): Use it.
3832         * guile/scm-string.c (string_functions): Use it.
3833         * guile/scm-symbol.c (symbol_functions): Use it.
3834         * guile/scm-symtab.c (symtab_functions): Use it.
3835         * guile/scm-type.c (type_functions, gdbscm_initialize_types): Use
3836         it.
3837         * guile/scm-value.c (value_functions): Use it.
3838
3839 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
3840
3841         * tui/tui-data.c (win_with_focus): Remove cast of NULL pointer.
3842         (tui_next_win): Likewise.
3843         (tui_prev_win): Likewise.
3844         (tui_partial_win_by_name): Likewise.
3845         (tui_init_generic_part): Likewise.
3846         (init_content_element): Likewise.
3847         (tui_del_window): Likewise.
3848         (tui_free_window): Likewise.
3849         (tui_del_data_windows): Likewise.
3850         (tui_free_data_content): Likewise.
3851         * tui/tui-layout.c (make_source_or_disasm_window): Likewise.
3852         * tui/tui-regs.c (tui_show_register_group): Likewise.
3853         * tui/tui-win.c (tui_resize_all): Likewise.
3854         (tui_set_focus): Likewise.
3855         (tui_set_win_height): Likewise.
3856         (make_invisible_and_set_new_height): Likewise.
3857         * tui/tui-windata.c (tui_delete_data_content_windows): Likewise.
3858         * tui/tui-wingeneral.c (make_visible): Likewise.
3859
3860 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
3861
3862         * cli/cli-decode.c (find_cmd): Remove cast of NULL pointer.
3863
3864 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
3865
3866         * c-valprint.c (print_unpacked_pointer): Remove cast of NULL
3867         pointer.
3868         * dbxread.c (dbx_end_psymtab): Likewise.
3869         * gnu-nat.c (gnu_write_inferior): Likewise.
3870         * mdebugread.c (cross_ref): Likewise.
3871         * p-valprint.c (pascal_val_print): Likewise.
3872         * xcoffread.c (xcoff_end_psymtab): Likewise.
3873
3874 2015-09-04  Yao Qi  <yao.qi@linaro.org>
3875
3876         * NEWS: Mention the aarch64 multi-arch debugging support.
3877
3878 2015-09-03  Pierre-Marie de Rodat  <derodat@adacore.com>
3879
3880         * ada-lang.c (ada_language_arch_info): Create a TYPE_CODE_CHAR
3881         type instead of a TYPE_CODE_INT one for the string_char_type
3882         and the ada_primitive_type_char types.
3883
3884 2015-09-03  Yao Qi  <yao.qi@linaro.org>
3885
3886         * aarch64-linux-nat.c (aarch64_linux_region_ok_for_hw_watchpoint):
3887         Move code to aarch64_linux_region_ok_for_watchpoint.  Call
3888         aarch64_linux_region_ok_for_watchpoint.
3889         * nat/aarch64-linux-hw-point.c (aarch64_linux_region_ok_for_watchpoint):
3890         New function.
3891         * nat/aarch64-linux-hw-point.h (aarch64_linux_region_ok_for_watchpoint):
3892         Declare it.
3893
3894 2015-09-02  Patrick Palka  <patrick@parcs.ath.cx>
3895
3896         * gdb_obstack.h (obstack_strdup): Declare.
3897         * gdb_obstack.c (obstack_strdup): Define.
3898         * gdbarch.sh (gdbarch_obstack_strdup): Declare and define.
3899         * gdbarch.c: Regenerate.
3900         * gdbarch.h: Regenerate.
3901         * gdbtypes.c (arch_type): Use gdbarch_obstack_strdup.
3902
3903 2015-09-02  Patrick Palka  <patrick@parcs.ath.cx>
3904
3905         * gdbtypes.c (copy_type_recursive): Update documentation.
3906
3907 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3908
3909         * solib-svr4.c (solib_event_probe_action): Initialize 'probe_argc'
3910         as zero.
3911
3912 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3913
3914         * solib-svr4.c (svr4_handle_solib_event): Initialize 'val' as NULL
3915
3916 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3917
3918         * solib-svr4.c (solib_event_probe_action): Call
3919         get_probe_argument_count using TRY...CATCH.
3920         (svr4_handle_solib_event): Likewise, for evaluate_probe_argument.
3921
3922 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3923
3924         * probe.h (struct probe_ops) <get_probe_argument_count,
3925         evaluate_probe_argument, enable_probe, disable_probe>: Mention in
3926         the comment that the function can throw an exception.
3927         (get_probe_argument_count): Likewise.
3928         (evaluate_probe_argument): Likewise.
3929         * stap-probe.c (stap_get_opcode): Call error instead of
3930         internal_error.
3931         (stap_get_expected_argument_type): Likewise.  Add argument
3932         'probe'.  Improve error message by mentioning the probe's name.
3933         (stap_parse_probe_arguments): Adjust call to
3934         stap_get_expected_argument_type.
3935         (stap_get_arg): Add comment.  Assert that 'probe->args_parsed' is
3936         not zero.  Call internal_error if GDB requests an argument but the
3937         probe has no arguments.
3938
3939 2015-09-01  Pierre-Marie de Rodat  <derodat@adacore.com>
3940
3941         * ada-lang.c (ada_resolve_function): Do not ask the user what
3942         match to use when in completion mode.
3943
3944 2015-08-31  Andrew Burgess  <andrew.burgess@embecosm.com>
3945
3946         * tui/tui-data.c (tui_win_name): Make local variable const, remove
3947         cast of NULL.
3948
3949 2015-08-31  Max Filippov  <jcmvbkbc@gmail.com>
3950
3951         * xtensa-tdep.h (XTENSA_GDBARCH_TDEP_INSTANTIATE): Initialize
3952         call_abi using XSHAL_ABI macro.
3953
3954 2015-08-29  Doug Evans  <xdje42@gmail.com>
3955
3956         * symtab.h (struct symbol): Tweak comment.
3957
3958 2015-08-29  Patrick Palka  <patrick@parcs.ath.cx>
3959
3960         * gdbtypes.c (alloc_type_arch): Allocate the type on the given
3961         gdbarch obstack instead of on the heap.  Update commentary
3962         accordingly.
3963
3964 2015-08-28  Joel Brobecker  <brobecker@adacore.com>
3965
3966         GDB 7.10 released.
3967
3968 2015-08-28  Simon Marchi  <simon.marchi@ericsson.com>
3969
3970         * NEWS: Update entry about non-8-bits addressable memory.
3971
3972 2015-08-28  Ulrich Weigand  <uweigand@de.ibm.com>
3973
3974         Revert:
3975         2014-11-06  Doug Evans  <xdje42@gmail.com>
3976         * solib.c (solib_global_lookup): Fetch arch from objfile,
3977         not target_gdbarch.
3978
3979 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3980
3981         * ppc-linux-tdep.c (ppc_linux_spe_context_lookup): Do not
3982         attempt to relocate a TLS variable offset.
3983
3984 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3985
3986         * spu-multiarch.c (parse_spufs_run): Bail out if inferior is not
3987         registered yet.  Set inferior_ptid while calling target_read_memory.
3988
3989 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3990
3991         * nat/linux-ptrace.h (GDB_ARCH_TRAP_BRKPT): Replace by ...
3992         (GDB_ARCH_IS_TRAP_BRKPT): ... this.  Add __powerpc__ case.
3993         * linux-nat.c (check_stopped_by_breakpoint): Use
3994         GDB_ARCH_IS_TRAP_BRKPT instead of GDB_ARCH_TRAP_BRKPT.
3995
3996 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3997
3998         * linux-thread-db.c (thread_db_get_thread_local_address): If the
3999         thread was not yet discovered, use thread_from_lwp instead of
4000         calling thread_db_find_new_threads_1.
4001
4002 2015-08-27  Simon Marchi  <simon.marchi@ericsson.com>
4003
4004         * m88k-tdep.c (m88k_analyze_prologue): Fix inverted allocation
4005         statements.
4006
4007 2015-08-27  Simon Marchi  <simon.marchi@ericsson.com>
4008
4009         * NEWS: Document support for non-8-bits addressable memory.
4010
4011 2015-08-27  Pedro Alves  <palves@redhat.com>
4012
4013         * configure.ac: Remove AC_TYPE_SIGNAL call.
4014         * configure, config.in: Regenerate.
4015
4016 2015-08-27  Pedro Alves  <palves@redhat.com>
4017
4018         * cp-support.c (gdb_demangle): Use sighandler_t.  Remove cast.
4019         * extension-priv.h: Include signal.h.
4020         (struct signal_handler) <handler>: Change type to sighandler_t.
4021         * extension.c (install_gdb_sigint_handler): Use sighandler_t.
4022         * inflow.c (sigint_ours, sigquit_ours): Change type to
4023         sighandler_t.
4024         (child_terminal_inferior): Remove casts.
4025         (child_terminal_ours_1, new_tty): Use sighandler_t.  Remove casts.
4026         (osig): Change type to sighandler_t.
4027         * nto-procfs.c (ofunc): Change type to sighandler_t.
4028         (procfs_wait): Remove casts.
4029         * remote-m32r-sdi.c (m32r_wait, m32r_load): Use sighandler_t.
4030         * remote-sim.c (gdbsim_wait): Use sighandler_t.
4031         * utils.c (wait_to_die_with_timeout): Use sighandler_t.
4032
4033 2015-08-27  Pedro Alves  <palves@redhat.com>
4034
4035         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add signal-h.
4036         * gnulib/aclocal.m4: Renegerate.
4037         * gnulib/config.in: Renegerate.
4038         * gnulib/configure: Renegerate.
4039         * gnulib/import/Makefile.am: Update.
4040         * gnulib/import/Makefile.in: Regenerate.
4041         * gnulib/import/m4/gnulib-cache.m4: Update.
4042         * gnulib/import/m4/gnulib-comp.m4: Update.
4043         * gnulib/import/m4/signal_h.m4: New file.
4044         * gnulib/import/signal.in.h: New file.
4045
4046 2015-08-27  Pedro Alves  <palves@redhat.com>
4047
4048         * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE)
4049         (MIN_MEMORY_PACKET_SIZE): New.
4050         (MAX_REMOTE_PACKET_SIZE, MIN_REMOTE_PACKET_SIZE): Delete.
4051         (get_memory_packet_size): Adjust.  No longer limit the max packet
4052         size.
4053         (set_memory_packet_size): Adjust, and remove dead code.
4054         (remote_check_symbols): Use xmalloc and a cleanup instead of
4055         alloca.
4056         (remote_packet_size): No longer cap the packet size.
4057         (putpkt_binary): Use xmalloc and a cleanup instead of alloca.
4058
4059 2015-08-26  Luis Machado  <lgustavo@codesourcery.com>
4060
4061         * compile/compile.c (compile_to_object): Mention language in
4062         error message.
4063
4064 2015-08-26  Patrick Palka  <patrick@parcs.ath.cx>
4065
4066         * target.c (target_pre_inferior): Unset attach_flag.
4067
4068 2015-08-26  Simon Marchi  <simon.marchi@ericsson.com>
4069
4070         * gdbarch.sh (append_name): Fix type in XRESIZEVEC.
4071         * gdbarch.c: Re-generate.
4072
4073 2015-08-26  Simon Marchi  <simon.marchi@ericsson.com>
4074
4075         * aarch64-linux-nat.c (aarch64_add_process): Replace xmalloc-family
4076         function with the XNEW-family equivalent.
4077         * aarch64-tdep.c (aarch64_gdbarch_init): Likewise.
4078         * ada-exp.y (write_ambiguous_var): Likewise.
4079         * ada-lang.c (resolve_subexp): Likewise.
4080         (user_select_syms): Likewise.
4081         (assign_aggregate): Likewise.
4082         (ada_evaluate_subexp): Likewise.
4083         (cache_symbol): Likewise.
4084         * addrmap.c (allocate_key): Likewise.
4085         (addrmap_create_mutable): Likewise.
4086         * aix-thread.c (sync_threadlists): Likewise.
4087         * alpha-tdep.c (alpha_push_dummy_call): Likewise.
4088         (alpha_gdbarch_init): Likewise.
4089         * amd64-windows-tdep.c (amd64_windows_push_arguments): Likewise.
4090         * arm-linux-nat.c (arm_linux_add_process): Likewise.
4091         * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
4092         * arm-tdep.c (push_stack_item): Likewise.
4093         (arm_displaced_step_copy_insn): Likewise.
4094         (arm_gdbarch_init): Likewise.
4095         (_initialize_arm_tdep): Likewise.
4096         * avr-tdep.c (push_stack_item): Likewise.
4097         * ax-general.c (new_agent_expr): Likewise.
4098         * block.c (block_initialize_namespace): Likewise.
4099         * breakpoint.c (alloc_counted_command_line): Likewise.
4100         (update_dprintf_command_list): Likewise.
4101         (parse_breakpoint_sals): Likewise.
4102         (decode_static_tracepoint_spec): Likewise.
4103         (until_break_command): Likewise.
4104         (clear_command): Likewise.
4105         (update_global_location_list): Likewise.
4106         (get_breakpoint_objfile_data) Likewise.
4107         * btrace.c (ftrace_new_function): Likewise.
4108         (btrace_set_insn_history): Likewise.
4109         (btrace_set_call_history): Likewise.
4110         * buildsym.c (add_symbol_to_list): Likewise.
4111         (record_pending_block): Likewise.
4112         (start_subfile): Likewise.
4113         (start_buildsym_compunit): Likewise.
4114         (push_subfile): Likewise.
4115         (end_symtab_get_static_block): Likewise.
4116         (buildsym_init): Likewise.
4117         * cli/cli-cmds.c (source_command): Likewise.
4118         * cli/cli-decode.c (add_cmd): Likewise.
4119         * cli/cli-script.c (build_command_line): Likewise.
4120         (setup_user_args): Likewise.
4121         (realloc_body_list): Likewise.
4122         (process_next_line): Likewise.
4123         (copy_command_lines): Likewise.
4124         * cli/cli-setshow.c (do_set_command): Likewise.
4125         * coff-pe-read.c (read_pe_exported_syms): Likewise.
4126         * coffread.c (coff_locate_sections): Likewise.
4127         (coff_symtab_read): Likewise.
4128         (coff_read_struct_type): Likewise.
4129         * common/cleanups.c (make_my_cleanup2): Likewise.
4130         * common/common-exceptions.c (throw_it): Likewise.
4131         * common/filestuff.c (make_cleanup_close): Likewise.
4132         * common/format.c (parse_format_string): Likewise.
4133         * common/queue.h (DEFINE_QUEUE_P): Likewise.
4134         * compile/compile-object-load.c (munmap_list_add): Likewise.
4135         (compile_object_load): Likewise.
4136         * compile/compile-object-run.c (compile_object_run): Likewise.
4137         * compile/compile.c (append_args): Likewise.
4138         * corefile.c (specify_exec_file_hook): Likewise.
4139         * cp-support.c (make_symbol_overload_list): Likewise.
4140         * cris-tdep.c (push_stack_item): Likewise.
4141         (cris_gdbarch_init): Likewise.
4142         * ctf.c (ctf_trace_file_writer_new): Likewise.
4143         * dbxread.c (init_header_files): Likewise.
4144         (add_new_header_file): Likewise.
4145         (init_bincl_list): Likewise.
4146         (dbx_end_psymtab): Likewise.
4147         (start_psymtab): Likewise.
4148         (dbx_end_psymtab): Likewise.
4149         * dcache.c (dcache_init): Likewise.
4150         * dictionary.c (dict_create_hashed): Likewise.
4151         (dict_create_hashed_expandable): Likewise.
4152         (dict_create_linear): Likewise.
4153         (dict_create_linear_expandable): Likewise.
4154         * dtrace-probe.c (dtrace_process_dof_probe): Likewise.
4155         * dummy-frame.c (register_dummy_frame_dtor): Likewise.
4156         * dwarf2-frame-tailcall.c (cache_new_ref1): Likewise.
4157         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
4158         (decode_frame_entry_1): Likewise.
4159         * dwarf2expr.c (new_dwarf_expr_context): Likewise.
4160         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
4161         * dwarf2read.c (dwarf2_has_info): Likewise.
4162         (create_signatured_type_table_from_index): Likewise.
4163         (dwarf2_read_index): Likewise.
4164         (dw2_get_file_names_reader): Likewise.
4165         (create_all_type_units): Likewise.
4166         (read_cutu_die_from_dwo): Likewise.
4167         (init_tu_and_read_dwo_dies): Likewise.
4168         (init_cutu_and_read_dies): Likewise.
4169         (create_all_comp_units): Likewise.
4170         (queue_comp_unit): Likewise.
4171         (inherit_abstract_dies): Likewise.
4172         (read_call_site_scope): Likewise.
4173         (dwarf2_add_field): Likewise.
4174         (dwarf2_add_typedef): Likewise.
4175         (dwarf2_add_member_fn): Likewise.
4176         (attr_to_dynamic_prop): Likewise.
4177         (abbrev_table_alloc_abbrev): Likewise.
4178         (abbrev_table_read_table): Likewise.
4179         (add_include_dir): Likewise.
4180         (add_file_name): Likewise.
4181         (dwarf_decode_line_header): Likewise.
4182         (dwarf2_const_value_attr): Likewise.
4183         (dwarf_alloc_block): Likewise.
4184         (parse_macro_definition): Likewise.
4185         (set_die_type): Likewise.
4186         (write_psymtabs_to_index): Likewise.
4187         (create_cus_from_index): Likewise.
4188         (dwarf2_create_include_psymtab): Likewise.
4189         (process_psymtab_comp_unit_reader): Likewise.
4190         (build_type_psymtab_dependencies): Likewise.
4191         (read_comp_units_from_section): Likewise.
4192         (compute_compunit_symtab_includes): Likewise.
4193         (create_dwo_unit_in_dwp_v1): Likewise.
4194         (create_dwo_unit_in_dwp_v2): Likewise.
4195         (read_func_scope): Likewise.
4196         (process_structure_scope): Likewise.
4197         (mark_common_block_symbol_computed): Likewise.
4198         (load_partial_dies): Likewise.
4199         (dwarf2_symbol_mark_computed): Likewise.
4200         * elfread.c (elf_symfile_segments): Likewise.
4201         (elf_read_minimal_symbols): Likewise.
4202         * environ.c (make_environ): Likewise.
4203         * eval.c (evaluate_subexp_standard): Likewise.
4204         * event-loop.c (create_file_handler): Likewise.
4205         (create_async_signal_handler): Likewise.
4206         (create_async_event_handler): Likewise.
4207         (create_timer): Likewise.
4208         * exec.c (build_section_table): Likewise.
4209         * fbsd-nat.c (fbsd_remember_child): Likewise.
4210         * fork-child.c (fork_inferior): Likewise.
4211         * frv-tdep.c (new_variant): Likewise.
4212         * gdbarch.sh (gdbarch_alloc): Likewise.
4213         (append_name): Likewise.
4214         * gdbtypes.c (rank_function): Likewise.
4215         (copy_type_recursive): Likewise.
4216         (add_dyn_prop): Likewise.
4217         * gnu-nat.c (make_proc): Likewise.
4218         (make_inf): Likewise.
4219         (gnu_write_inferior): Likewise.
4220         * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
4221         (build_std_type_info_type): Likewise.
4222         * guile/scm-param.c (compute_enum_list): Likewise.
4223         * guile/scm-utils.c (gdbscm_parse_function_args): Likewise.
4224         * guile/scm-value.c (gdbscm_value_call): Likewise.
4225         * h8300-tdep.c (h8300_gdbarch_init): Likewise.
4226         * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
4227         (read_unwind_info): Likewise.
4228         * ia64-tdep.c (ia64_gdbarch_init): Likewise.
4229         * infcall.c (dummy_frame_context_saver_setup): Likewise.
4230         (call_function_by_hand_dummy): Likewise.
4231         * infcmd.c (step_once): Likewise.
4232         (finish_forward): Likewise.
4233         (attach_command): Likewise.
4234         (notice_new_inferior): Likewise.
4235         * inferior.c (add_inferior_silent): Likewise.
4236         * infrun.c (add_displaced_stepping_state): Likewise.
4237         (save_infcall_control_state): Likewise.
4238         (save_inferior_ptid): Likewise.
4239         (_initialize_infrun): Likewise.
4240         * jit.c (bfd_open_from_target_memory): Likewise.
4241         (jit_gdbarch_data_init): Likewise.
4242         * language.c (add_language): Likewise.
4243         * linespec.c (decode_line_2): Likewise.
4244         * linux-nat.c (add_to_pid_list): Likewise.
4245         (add_initial_lwp): Likewise.
4246         * linux-thread-db.c (add_thread_db_info): Likewise.
4247         (record_thread): Likewise.
4248         (info_auto_load_libthread_db): Likewise.
4249         * m32c-tdep.c (m32c_gdbarch_init): Likewise.
4250         * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
4251         * m68k-tdep.c (m68k_gdbarch_init): Likewise.
4252         * m88k-tdep.c (m88k_analyze_prologue): Likewise.
4253         * macrocmd.c (macro_define_command): Likewise.
4254         * macroexp.c (gather_arguments): Likewise.
4255         * macroscope.c (sal_macro_scope): Likewise.
4256         * macrotab.c (new_macro_table): Likewise.
4257         * mdebugread.c (push_parse_stack): Likewise.
4258         (parse_partial_symbols): Likewise.
4259         (parse_symbol): Likewise.
4260         (psymtab_to_symtab_1): Likewise.
4261         (new_block): Likewise.
4262         (new_psymtab): Likewise.
4263         (mdebug_build_psymtabs): Likewise.
4264         (add_pending): Likewise.
4265         (elfmdebug_build_psymtabs): Likewise.
4266         * mep-tdep.c (mep_gdbarch_init): Likewise.
4267         * mi/mi-main.c (mi_execute_command): Likewise.
4268         * mi/mi-parse.c (mi_parse_argv): Likewise.
4269         * minidebug.c (lzma_open): Likewise.
4270         * minsyms.c (terminate_minimal_symbol_table): Likewise.
4271         * mips-linux-nat.c (mips_linux_insert_watchpoint): Likewise.
4272         * mips-tdep.c (mips_gdbarch_init): Likewise.
4273         * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
4274         * msp430-tdep.c (msp430_gdbarch_init): Likewise.
4275         * mt-tdep.c (mt_registers_info): Likewise.
4276         * nat/aarch64-linux.c (aarch64_linux_new_thread): Likewise.
4277         * nat/linux-btrace.c (linux_enable_bts): Likewise.
4278         (linux_enable_pt): Likewise.
4279         * nat/linux-osdata.c (linux_xfer_osdata_processes): Likewise.
4280         (linux_xfer_osdata_processgroups): Likewise.
4281         * nios2-tdep.c (nios2_gdbarch_init): Likewise.
4282         * nto-procfs.c (procfs_meminfo): Likewise.
4283         * objc-lang.c (start_msglist): Likewise.
4284         (selectors_info): Likewise.
4285         (classes_info): Likewise.
4286         (find_methods): Likewise.
4287         * objfiles.c (allocate_objfile): Likewise.
4288         (update_section_map): Likewise.
4289         * osabi.c (gdbarch_register_osabi): Likewise.
4290         (gdbarch_register_osabi_sniffer): Likewise.
4291         * parse.c (start_arglist): Likewise.
4292         * ppc-linux-nat.c (hwdebug_find_thread_points_by_tid): Likewise.
4293         (hwdebug_insert_point): Likewise.
4294         * printcmd.c (display_command): Likewise.
4295         (ui_printf): Likewise.
4296         * procfs.c (create_procinfo): Likewise.
4297         (load_syscalls): Likewise.
4298         (proc_get_LDT_entry): Likewise.
4299         (proc_update_threads): Likewise.
4300         * prologue-value.c (make_pv_area): Likewise.
4301         (pv_area_store): Likewise.
4302         * psymtab.c (extend_psymbol_list): Likewise.
4303         (init_psymbol_list): Likewise.
4304         (allocate_psymtab): Likewise.
4305         * python/py-inferior.c (add_thread_object): Likewise.
4306         * python/py-param.c (compute_enum_values): Likewise.
4307         * python/py-value.c (valpy_call): Likewise.
4308         * python/py-varobj.c (py_varobj_iter_next): Likewise.
4309         * python/python.c (ensure_python_env): Likewise.
4310         * record-btrace.c (record_btrace_start_replaying): Likewise.
4311         * record-full.c (record_full_reg_alloc): Likewise.
4312         (record_full_mem_alloc): Likewise.
4313         (record_full_end_alloc): Likewise.
4314         (record_full_core_xfer_partial): Likewise.
4315         * regcache.c (get_thread_arch_aspace_regcache): Likewise.
4316         * remote-fileio.c (remote_fileio_init_fd_map): Likewise.
4317         * remote-notif.c (remote_notif_state_allocate): Likewise.
4318         * remote.c (demand_private_info): Likewise.
4319         (remote_notif_stop_alloc_reply): Likewise.
4320         (remote_enable_btrace): Likewise.
4321         * reverse.c (save_bookmark_command): Likewise.
4322         * rl78-tdep.c (rl78_gdbarch_init): Likewise.
4323         * rx-tdep.c (rx_gdbarch_init): Likewise.
4324         * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
4325         * ser-go32.c (dos_get_tty_state): Likewise.
4326         (dos_copy_tty_state): Likewise.
4327         * ser-mingw.c (ser_windows_open): Likewise.
4328         (ser_console_wait_handle): Likewise.
4329         (ser_console_get_tty_state): Likewise.
4330         (make_pipe_state): Likewise.
4331         (net_windows_open): Likewise.
4332         * ser-unix.c (hardwire_get_tty_state): Likewise.
4333         (hardwire_copy_tty_state): Likewise.
4334         * solib-aix.c (solib_aix_new_lm_info): Likewise.
4335         * solib-dsbt.c (dsbt_current_sos): Likewise.
4336         (dsbt_relocate_main_executable): Likewise.
4337         * solib-frv.c (frv_current_sos): Likewise.
4338         (frv_relocate_main_executable): Likewise.
4339         * solib-spu.c (spu_bfd_fopen): Likewise.
4340         * solib-svr4.c (lm_info_read): Likewise.
4341         (svr4_copy_library_list): Likewise.
4342         (svr4_default_sos): Likewise.
4343         * source.c (find_source_lines): Likewise.
4344         (line_info): Likewise.
4345         (add_substitute_path_rule): Likewise.
4346         * spu-linux-nat.c (spu_bfd_open): Likewise.
4347         * spu-tdep.c (info_spu_dma_cmdlist): Likewise.
4348         * stabsread.c (dbx_lookup_type): Likewise.
4349         (read_type): Likewise.
4350         (read_member_functions): Likewise.
4351         (read_struct_fields): Likewise.
4352         (read_baseclasses): Likewise.
4353         (read_args): Likewise.
4354         (_initialize_stabsread): Likewise.
4355         * stack.c (func_command): Likewise.
4356         * stap-probe.c (handle_stap_probe): Likewise.
4357         * symfile.c (addrs_section_sort): Likewise.
4358         (addr_info_make_relative): Likewise.
4359         (load_section_callback): Likewise.
4360         (add_symbol_file_command): Likewise.
4361         (init_filename_language_table): Likewise.
4362         * symtab.c (create_filename_seen_cache): Likewise.
4363         (sort_search_symbols_remove_dups): Likewise.
4364         (search_symbols): Likewise.
4365         * target.c (make_cleanup_restore_target_terminal): Likewise.
4366         * thread.c (new_thread): Likewise.
4367         (enable_thread_stack_temporaries): Likewise.
4368         (make_cleanup_restore_current_thread): Likewise.
4369         (thread_apply_all_command): Likewise.
4370         * tic6x-tdep.c (tic6x_gdbarch_init): Likewise.
4371         * top.c (gdb_readline_wrapper): Likewise.
4372         * tracefile-tfile.c (tfile_trace_file_writer_new): Likewise.
4373         * tracepoint.c (trace_find_line_command): Likewise.
4374         (all_tracepoint_actions_and_cleanup): Likewise.
4375         (make_cleanup_restore_current_traceframe): Likewise.
4376         (get_uploaded_tp): Likewise.
4377         (get_uploaded_tsv): Likewise.
4378         * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
4379         (tui_alloc_win_info): Likewise.
4380         (tui_alloc_content): Likewise.
4381         (tui_add_content_elements): Likewise.
4382         * tui/tui-disasm.c (tui_find_disassembly_address): Likewise.
4383         (tui_set_disassem_content): Likewise.
4384         * ui-file.c (ui_file_new): Likewise.
4385         (stdio_file_new): Likewise.
4386         (tee_file_new): Likewise.
4387         * utils.c (make_cleanup_restore_integer): Likewise.
4388         (add_internal_problem_command): Likewise.
4389         * v850-tdep.c (v850_gdbarch_init): Likewise.
4390         * valops.c (find_oload_champ): Likewise.
4391         * value.c (allocate_value_lazy): Likewise.
4392         (record_latest_value): Likewise.
4393         (create_internalvar): Likewise.
4394         * varobj.c (install_variable): Likewise.
4395         (new_variable): Likewise.
4396         (new_root_variable): Likewise.
4397         (cppush): Likewise.
4398         (_initialize_varobj): Likewise.
4399         * windows-nat.c (windows_make_so): Likewise.
4400         * x86-nat.c (x86_add_process): Likewise.
4401         * xcoffread.c (arrange_linetable): Likewise.
4402         (allocate_include_entry): Likewise.
4403         (process_linenos): Likewise.
4404         (SYMBOL_DUP): Likewise.
4405         (xcoff_start_psymtab): Likewise.
4406         (xcoff_end_psymtab): Likewise.
4407         * xml-support.c (gdb_xml_parse_attr_ulongest): Likewise.
4408         * xtensa-tdep.c (xtensa_register_type): Likewise.
4409         * gdbarch.c: Regenerate.
4410         * gdbarch.h: Regenerate.
4411
4412 2015-08-25  Don Breazeal  <donb@codesourcery.com>
4413
4414         * infrun.c (follow_exec): Re-order operations for
4415         handling follow-exec-mode "new".
4416         (handle_inferior_event_1): Assign ecs->event_thread
4417         to the current thread.
4418         * remote.c (get_remote_arch_state): Add an assertion.
4419
4420 2015-08-26  Pedro Alves  <palves@redhat.com>
4421
4422         * MAINTAINERS: Add Markus Metzger as btrace maintainer.
4423
4424 2015-08-25  Pedro Alves  <palves@redhat.com>
4425
4426         PR gdb/18804
4427         * defs.h (maybe_quit): Declare.
4428         (QUIT): Now calls maybe_quit.
4429         * event-loop.c (clear_async_signal_handler)
4430         (async_signal_handler_is_marked): New functions.
4431         * event-loop.h (async_signal_handler_is_marked)
4432         (clear_async_signal_handler): New declarations.
4433         * remote.c (remote_check_pending_interrupt): New function.
4434         (interrupt_query): Use make_cleanup_restore_target_terminal.  No
4435         longer check whether the target is async.  If waiting for a stop
4436         reply, and a Ctrl-C as been sent to the target, offer to
4437         disconnect, and throw TARGET_CLOSE_ERROR instead of a quit.
4438         Otherwise do not disconnect and throw a quit.
4439         (_initialize_remote): Install remote_check_pending_interrupt as
4440         to_check_pending_interrupt.
4441         * target.c (target_check_pending_interrupt): New function.
4442         * target.h (struct target_ops) <to_check_pending_interrupt>: New
4443         field.
4444         (target_check_pending_interrupt): New declaration.
4445         * utils.c (maybe_quit): New function.
4446         * target-delegates.c: Regenerate.
4447
4448 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4449
4450         * nat/aarch64-linux-hw-point.c (debug_reg_change_callback):
4451         Rename local variable pid to tid, and get lwpid of lwp.  Update
4452         debug output.
4453
4454 2015-08-25  Pierre-Marie de Rodat  <derodat@adacore.com>
4455
4456         * ada-lang.c (ada_read_var_value): Add a var_block argument
4457         and pass it to default_read_var_value.
4458         * block.c (block_static_link): New accessor.
4459         * block.h (block_static_link): Declare it.
4460         * buildsym.c (finish_block_internal): Add a static_link
4461         argument.  If there is a static link, associate it to the new
4462         block.
4463         (finish_block): Add a static link argument and pass it to
4464         finish_block_internal.
4465         (end_symtab_get_static_block): Update calls to finish_block and
4466         to finish_block_internal.
4467         (end_symtab_with_blockvector): Update call to
4468         finish_block_internal.
4469         * buildsym.h: Forward-declare struct dynamic_prop.
4470         (struct context_stack): Add a static_link field.
4471         (finish_block): Add a static link argument.
4472         * c-exp.y: Remove an obsolete comment (evaluation of variables
4473         already start from the selected frame, and now they climb *up*
4474         the call stack) and propagate the block information to the
4475         produced expression.
4476         * d-exp.y: Likewise.
4477         * f-exp.y: Likewise.
4478         * go-exp.y: Likewise.
4479         * jv-exp.y: Likewise.
4480         * m2-exp.y: Likewise.
4481         * p-exp.y: Likewise.
4482         * coffread.c (coff_symtab_read): Update calls to finish_block.
4483         * dbxread.c (process_one_symbol): Likewise.
4484         * xcoffread.c (read_xcoff_symtab): Likewise.
4485         * compile/compile-c-symbols.c (convert_one_symbol): Promote the
4486         "sym" parameter to struct block_symbol, update its uses and pass
4487         its block to calls to read_var_value.
4488         (convert_symbol_sym): Update the calls to convert_one_symbol.
4489         * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update
4490         call to read_var_value.
4491         * dwarf2loc.c (block_op_get_frame_base): New.
4492         (dwarf2_block_frame_base_locexpr_funcs): Implement the
4493         get_frame_base method.
4494         (dwarf2_block_frame_base_loclist_funcs): Likewise.
4495         (dwarf2locexpr_baton_eval): Add a frame argument and use it
4496         instead of the selected frame in order to evaluate the
4497         expression.
4498         (dwarf2_evaluate_property): Add a frame argument.  Update call
4499         to dwarf2_locexpr_baton_eval to provide a frame in available and
4500         to handle the absence of address stack.
4501         * dwarf2loc.h (dwarf2_evaluate_property): Add a frame argument.
4502         * dwarf2read.c (attr_to_dynamic_prop): Add a forward
4503         declaration.
4504         (read_func_scope): Record any available static link description.
4505         Update call to finish_block.
4506         (read_lexical_block_scope): Update call to finish_block.
4507         * findvar.c (follow_static_link): New.
4508         (get_hosting_frame): New.
4509         (default_read_var_value): Add a var_block argument.  Use
4510         get_hosting_frame to handle non-local references.
4511         (read_var_value): Add a var_block argument and pass it to the
4512         LA_READ_VAR_VALUE method.
4513         * gdbtypes.c (resolve_dynamic_range): Update calls to
4514         dwarf2_evaluate_property.
4515         (resolve_dynamic_type_internal): Likewise.
4516         * guile/scm-frame.c (gdbscm_frame_read_var): Update call to
4517         read_var_value, passing it the block coming from symbol lookup.
4518         * guile/scm-symbol.c (gdbscm_symbol_value): Update call to
4519         read_var_value (TODO).
4520         * infcmd.c (finish_command_continuation): Update call to
4521         read_var_value, passing it the block coming from symbol lookup.
4522         * infrun.c (insert_exception_resume_breakpoint): Likewise.
4523         * language.h (struct language_defn): Add a var_block argument to
4524         the LA_READ_VAR_VALUE method.
4525         * objfiles.c (struct static_link_htab_entry): New.
4526         (static_link_htab_entry_hash): New.
4527         (static_link_htab_entry_eq): New.
4528         (objfile_register_static_link): New.
4529         (objfile_lookup_static_link): New.
4530         (free_objfile): Free the STATIC_LINKS hashed map if needed.
4531         * objfiles.h: Include hashtab.h.
4532         (struct objfile): Add a static_links field.
4533         (objfile_register_static_link): New.
4534         (objfile_lookup_static_link): New.
4535         * printcmd.c (print_variable_and_value): Update call to
4536         read_var_value.
4537         * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
4538         * python/py-frame.c (frapy_read_var): Update call to
4539         read_var_value, passing it the block coming from symbol lookup.
4540         * python/py-framefilter.c (extract_sym): Add a sym_block
4541         parameter and set the pointed value to NULL (TODO).
4542         (enumerate_args): Update call to extract_sym.
4543         (enumerate_locals): Update calls to extract_sym and to
4544         read_var_value.
4545         * python/py-symbol.c (sympy_value): Update call to
4546         read_var_value (TODO).
4547         * stack.c (read_frame_local): Update call to read_var_value.
4548         (read_frame_arg): Likewise.
4549         (return_command): Likewise.
4550         * symtab.h (struct symbol_block_ops): Add a get_frame_base
4551         method.
4552         (struct symbol): Add a block field.
4553         (SYMBOL_BLOCK): New accessor.
4554         * valops.c (value_of_variable): Remove frame/block handling and
4555         pass the block argument to read_var_value, which does this job
4556         now.
4557         (value_struct_elt_for_reference): Update calls to
4558         read_var_value.
4559         (value_of_this): Pass the block found to read_var_value.
4560         * value.h (read_var_value): Add a var_block argument.
4561         (default_read_var_value): Likewise.
4562
4563 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4564
4565         * aarch64-linux-nat.c (aarch64_linux_new_thread): Move it to ...
4566         * nat/aarch64-linux.c (aarch64_linux_new_thread): ... here.
4567         * nat/aarch64-linux.h (aarch64_linux_new_thread): Declare.
4568
4569 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4570
4571         * Makefile.in (aarch64-liunx.o): New rule.
4572         (HFILES_NO_SRCDIR): Add aarch64-linux.h.
4573         * config/aarch64/linux.mh (NAT_FILE): Add aarch64-linux.o.
4574         * aarch64-linux-nat.c: Include nat/aarch64-linux.h.
4575         * aarch64-linux-nat.c (aarch64_get_debug_reg_state): Make it
4576         extern.
4577         (aarch64_linux_prepare_to_resume): Move it nat/aarch64-linux.c.
4578         * nat/aarch64-linux-hw-point.h (aarch64_debug_reg_state): Declare
4579         * nat/aarch64-linux.c: New file.
4580         * nat/aarch64-linux.h: New file.
4581
4582 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4583
4584         * aarch64-linux-nat.c (aarch64_linux_prepare_to_resume): Use
4585         lwp_arch_private_info and ptid_of_lwp.
4586
4587 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4588
4589         * aarch64-linux-nat.c (struct arch64_dr_update_callback_param):
4590         Move it to nat/aarch64-linux-hw-point.c.
4591         (debug_reg_change_callback): Likewise.
4592         (aarch64_notify_debug_reg_change): :Likewise.
4593         * nat/aarch64-linux-hw-point.c: Include nat/linux-nat.h.
4594         (aarch64_dr_update_callback_param): New.
4595         (debug_reg_change_callback): New function.
4596         (aarch64_notify_debug_reg_change): Likewise.
4597         * nat/aarch64-linux-hw-point.h (aarch64_notify_debug_reg_change):
4598         Remove the declaration.
4599
4600 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4601
4602         * aarch64-linux-nat.c (aarch64_notify_debug_reg_change):
4603         Call current_lwp_ptid.
4604
4605 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4606
4607         * aarch64-linux-nat.c (debug_reg_change_callback): Use
4608         debug_printf.
4609
4610 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4611
4612         * aarch64-linux-nat.c (debug_reg_change_callback): Call
4613         ptid_get_pid rather than ptid_get_lwp.
4614
4615 2015-08-24  Pedro Alves  <palves@redhat.com>
4616
4617         * NEWS (New commands): Mention set/show remote
4618         multiprocess-extensions-packet.
4619         * remote.c (remote_query_supported): Only tell the server to use
4620         the multiprocess extensions if the user hasn't force-disabled them
4621         with "set remote multiprocess-extensions-packet off".
4622
4623 2015-08-24  Pedro Alves  <palves@redhat.com>
4624
4625         * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
4626         1029a8112290f6eee9d7878a391c49db42c999bd.
4627         * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4:
4628         Regenerate.
4629         * gnulib/import/Makefile.am: Update.
4630         * gnulib/import/Makefile.in: Update.
4631         * gnulib/import/alloca.in.h: Update.
4632         * gnulib/import/basename-lgpl.c: Update.
4633         * gnulib/import/canonicalize-lgpl.c: Update.
4634         * gnulib/import/config.charset: Update.
4635         * gnulib/import/dirent.in.h: Update.
4636         * gnulib/import/dirfd.c: Update.
4637         * gnulib/import/dirname-lgpl.c: Update.
4638         * gnulib/import/dirname.h: Update.
4639         * gnulib/import/dosname.h: Update.
4640         * gnulib/import/errno.in.h: Update.
4641         * gnulib/import/extra/snippet/arg-nonnull.h: Update.
4642         * gnulib/import/extra/snippet/c++defs.h: Update.
4643         * gnulib/import/extra/snippet/warn-on-use.h: Update.
4644         * gnulib/import/extra/update-copyright: Update.
4645         * gnulib/import/float+.h: Update.
4646         * gnulib/import/float.c: Update.
4647         * gnulib/import/float.in.h: Update.
4648         * gnulib/import/fnmatch.c: Update.
4649         * gnulib/import/fnmatch.in.h: Update.
4650         * gnulib/import/fnmatch_loop.c: Update.
4651         * gnulib/import/fpucw.h: Update.
4652         * gnulib/import/frexp.c: Update.
4653         * gnulib/import/frexpl.c: Update.
4654         * gnulib/import/gettimeofday.c: Update.
4655         * gnulib/import/inttypes.in.h: Update.
4656         * gnulib/import/isnan.c: Update.
4657         * gnulib/import/isnand-nolibm.h: Update.
4658         * gnulib/import/isnand.c: Update.
4659         * gnulib/import/isnanl-nolibm.h: Update.
4660         * gnulib/import/isnanl.c: Update.
4661         * gnulib/import/itold.c: Update.
4662         * gnulib/import/localcharset.c: Update.
4663         * gnulib/import/localcharset.h: Update.
4664         * gnulib/import/lstat.c: Update.
4665         * gnulib/import/m4/00gnulib.m4: Update.
4666         * gnulib/import/m4/absolute-header.m4: Update.
4667         * gnulib/import/m4/alloca.m4: Update.
4668         * gnulib/import/m4/canonicalize.m4: Update.
4669         * gnulib/import/m4/codeset.m4: Update.
4670         * gnulib/import/m4/configmake.m4: Update.
4671         * gnulib/import/m4/dirent_h.m4: Update.
4672         * gnulib/import/m4/dirfd.m4: Update.
4673         * gnulib/import/m4/dirname.m4: Update.
4674         * gnulib/import/m4/double-slash-root.m4: Update.
4675         * gnulib/import/m4/eealloc.m4: Update.
4676         * gnulib/import/m4/errno_h.m4: Update.
4677         * gnulib/import/m4/exponentd.m4: Update.
4678         * gnulib/import/m4/exponentl.m4: Update.
4679         * gnulib/import/m4/extensions.m4: Update.
4680         * gnulib/import/m4/extern-inline.m4: Update.
4681         * gnulib/import/m4/fcntl-o.m4: Update.
4682         * gnulib/import/m4/float_h.m4: Update.
4683         * gnulib/import/m4/fnmatch.m4: Update.
4684         * gnulib/import/m4/fpieee.m4: Update.
4685         * gnulib/import/m4/frexp.m4: Update.
4686         * gnulib/import/m4/frexpl.m4: Update.
4687         * gnulib/import/m4/gettimeofday.m4: Update.
4688         * gnulib/import/m4/glibc21.m4: Update.
4689         * gnulib/import/m4/gnulib-cache.m4: Update.
4690         * gnulib/import/m4/gnulib-common.m4: Update.
4691         * gnulib/import/m4/gnulib-comp.m4: Update.
4692         * gnulib/import/m4/gnulib-tool.m4: Update.
4693         * gnulib/import/m4/include_next.m4: Update.
4694         * gnulib/import/m4/inttypes-pri.m4: Update.
4695         * gnulib/import/m4/inttypes.m4: Update.
4696         * gnulib/import/m4/isnand.m4: Update.
4697         * gnulib/import/m4/isnanl.m4: Update.
4698         * gnulib/import/m4/largefile.m4: Update.
4699         * gnulib/import/m4/localcharset.m4: Update.
4700         * gnulib/import/m4/locale-fr.m4: Update.
4701         * gnulib/import/m4/locale-ja.m4: Update.
4702         * gnulib/import/m4/locale-zh.m4: Update.
4703         * gnulib/import/m4/longlong.m4: Update.
4704         * gnulib/import/m4/lstat.m4: Update.
4705         * gnulib/import/m4/malloc.m4: Update.
4706         * gnulib/import/m4/malloca.m4: Update.
4707         * gnulib/import/m4/math_h.m4: Update.
4708         * gnulib/import/m4/mbrtowc.m4: Update.
4709         * gnulib/import/m4/mbsinit.m4: Update.
4710         * gnulib/import/m4/mbsrtowcs.m4: Update.
4711         * gnulib/import/m4/mbstate_t.m4: Update.
4712         * gnulib/import/m4/memchr.m4: Update.
4713         * gnulib/import/m4/memmem.m4: Update.
4714         * gnulib/import/m4/mmap-anon.m4: Update.
4715         * gnulib/import/m4/multiarch.m4: Update.
4716         * gnulib/import/m4/nocrash.m4: Update.
4717         * gnulib/import/m4/off_t.m4: Update.
4718         * gnulib/import/m4/pathmax.m4: Update.
4719         * gnulib/import/m4/readlink.m4: Update.
4720         * gnulib/import/m4/rename.m4: Update.
4721         * gnulib/import/m4/rmdir.m4: Update.
4722         * gnulib/import/m4/ssize_t.m4: Update.
4723         * gnulib/import/m4/stat.m4: Update.
4724         * gnulib/import/m4/stdbool.m4: Update.
4725         * gnulib/import/m4/stddef_h.m4: Update.
4726         * gnulib/import/m4/stdint.m4: Update.
4727         * gnulib/import/m4/stdio_h.m4: Update.
4728         * gnulib/import/m4/stdlib_h.m4: Update.
4729         * gnulib/import/m4/string_h.m4: Update.
4730         * gnulib/import/m4/strstr.m4: Update.
4731         * gnulib/import/m4/strtok_r.m4: Update.
4732         * gnulib/import/m4/sys_socket_h.m4: Update.
4733         * gnulib/import/m4/sys_stat_h.m4: Update.
4734         * gnulib/import/m4/sys_time_h.m4: Update.
4735         * gnulib/import/m4/sys_types_h.m4: Update.
4736         * gnulib/import/m4/time_h.m4: Update.
4737         * gnulib/import/m4/unistd_h.m4: Update.
4738         * gnulib/import/m4/warn-on-use.m4: Update.
4739         * gnulib/import/m4/wchar_h.m4: Update.
4740         * gnulib/import/m4/wchar_t.m4: Update.
4741         * gnulib/import/m4/wctype_h.m4: Update.
4742         * gnulib/import/m4/wint_t.m4: Update.
4743         * gnulib/import/malloc.c: Update.
4744         * gnulib/import/malloca.c: Update.
4745         * gnulib/import/malloca.h: Update.
4746         * gnulib/import/math.in.h: Update.
4747         * gnulib/import/mbrtowc.c: Update.
4748         * gnulib/import/mbsinit.c: Update.
4749         * gnulib/import/mbsrtowcs-impl.h: Update.
4750         * gnulib/import/mbsrtowcs-state.c: Update.
4751         * gnulib/import/mbsrtowcs.c: Update.
4752         * gnulib/import/memchr.c: Update.
4753         * gnulib/import/memmem.c: Update.
4754         * gnulib/import/pathmax.h: Update.
4755         * gnulib/import/readlink.c: Update.
4756         * gnulib/import/ref-add.sin: Update.
4757         * gnulib/import/ref-del.sin: Update.
4758         * gnulib/import/rename.c: Update.
4759         * gnulib/import/rmdir.c: Update.
4760         * gnulib/import/same-inode.h: Update.
4761         * gnulib/import/stat.c: Update.
4762         * gnulib/import/stdbool.in.h: Update.
4763         * gnulib/import/stddef.in.h: Update.
4764         * gnulib/import/stdint.in.h: Update.
4765         * gnulib/import/stdio.c: Update.
4766         * gnulib/import/stdio.in.h: Update.
4767         * gnulib/import/stdlib.in.h: Update.
4768         * gnulib/import/str-two-way.h: Update.
4769         * gnulib/import/streq.h: Update.
4770         * gnulib/import/string.in.h: Update.
4771         * gnulib/import/stripslash.c: Update.
4772         * gnulib/import/strnlen1.c: Update.
4773         * gnulib/import/strnlen1.h: Update.
4774         * gnulib/import/strstr.c: Update.
4775         * gnulib/import/strtok_r.c: Update.
4776         * gnulib/import/sys_stat.in.h: Update.
4777         * gnulib/import/sys_time.in.h: Update.
4778         * gnulib/import/sys_types.in.h: Update.
4779         * gnulib/import/time.in.h: Update.
4780         * gnulib/import/unistd.in.h: Update.
4781         * gnulib/import/verify.h: Update.
4782         * gnulib/import/wchar.in.h: Update.
4783         * gnulib/import/wctype.in.h: Update.
4784         * gnulib/import/gettimeofday.c: New file.
4785         * gnulib/import/m4/absolute-header.m4: New file.
4786         * gnulib/import/m4/gettimeofday.m4: New file.
4787         * gnulib/import/m4/sys_socket_h.m4: New file.
4788         * gnulib/import/m4/sys_time_h.m4: New file.
4789         * gnulib/import/stdio.c: Delete file.
4790         * gnulib/import/sys_time.in.h: New file.
4791
4792 2015-08-24  Pedro Alves  <palves@redhat.com>
4793
4794         * Makefile.in (HFILES_NO_SRCDIR): Add common/gdb_sys_time.h.
4795         * common/gdb_sys_time.h: New file.
4796         * event-loop.c: Include gdb_sys_time.h instead of sys/time.h.
4797         * gdb_select.h: Likewise.
4798         * gdb_usleep.c: Likewise.
4799         * maint.c: Likewise.
4800         * mi/mi-main.c: Likewise.
4801         * mi/mi-parse.h: Likewise.
4802         * remote-fileio.c: Likewise.
4803         * remote-m32r-sdi.c: Likewise.
4804         * remote.c: Likewise.
4805         * ser-base.c: Likewise.
4806         * ser-pipe.c: Likewise.
4807         * ser-tcp.c: Likewise.
4808         * ser-unix.c: Likewise.
4809         * symfile.c: Likewise.
4810         * symfile.c: Likewise.  Rename OSIZE to SIZE throughout.
4811         * target-memory.c: Include gdb_sys_time.h instead of sys/time.h.
4812         * utils.c: Likewise.
4813
4814 2015-08-24  Pedro Alves  <palves@redhat.com>
4815
4816         * NEWS: Mention removed support for the various ROM monitors.
4817         * Makefile.in (ALL_TARGET_OBS): Remove dbug-rom.o, dink32-rom.o,
4818         ppcbug-rom.o, m32r-rom.o, dsrec.o and monitor.o from gdb_target_obs.
4819         * configure.tgt (h8300-*-*): Remove monitor.o and m32r-rom.o from
4820         gdb_target_obs.
4821         (m68*-*-*): Remove monitor.o dbug-rom.o and dsrec.o from
4822         gdb_target_obs.
4823         (microblaze*-linux-*): Remove microblaze-rom.o, monitor.o and
4824         dsrec.o from gdb_target_obs.
4825         (microblaze*-*-*): Remove microblaze-rom.o, monitor.o and dsrec.o
4826         from gdb_target_obs.
4827         (powerpc-*-lynx*178): Remove monitor.o and dsrec.o from
4828         gdb_target_obs.
4829         (powerpc*-*-*): Remove monitor.o, dsrec.o, ppcbug-rom.o and
4830         dink32-rom.o from gdb_target_obs.
4831         (sh*-*-linux*): Remove monitor.o and dsrec.o from gdb_target_obs.
4832         (sh*): Remove monitor.o and dsrec.o from gdb_target_obs.
4833         * dbug-rom.c, dink32-rom.c, dsrec.c, m32r-rom.c, microblaze-rom.c,
4834         monitor.c, monitor.h, ppcbug-rom.c, srec.h: Delete files.
4835
4836 2015-08-21  Pedro Alves  <palves@redhat.com>
4837
4838         * frame.c (null_frame_id): Explicitly zero-initialize.
4839
4840 2015-08-21  Tom Tromey  <tromey@redhat.com>
4841
4842         * dwarf2read.c (struct dwarf2_section_info): Rename field
4843         'asection' to 'section'.
4844         (dwarf2_has_info, get_section_bfd_owner, get_section_bfd_section)
4845         (dwarf2_locate_sections, dwarf2_locate_sections)
4846         (locate_dwz_sections, locate_v1_virtual_dwo_sections)
4847         (dwarf2_locate_dwo_sections, dwarf2_locate_dwo_sections)
4848         (dwarf2_locate_v2_dwp_sections): Adjust.
4849
4850 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
4851
4852         * top.h (gdb_in_secondary_prompt_p): Declare.
4853         * top.c (gdb_secondary_prompt_depth): Define.
4854         (gdb_in_secondary_prompt_p): Define.
4855         (gdb_readline_wrapper_cleanup): Decrement
4856         gdb_secondary_prompt_depth.
4857         (gdb_readline_wrapper): Increment gdb_secondary_prompt_depth.
4858         * tui/tui-io.c (tui_getc): Don't clear the prompt line if we
4859         are in a secondary prompt.
4860
4861 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
4862
4863         * tui/tui-io.c (tui_getc): Use tui_putc instead of waddch to
4864         emit the newline.
4865
4866 2015-08-21  Gary Benson  <gbenson@redhat.com>
4867
4868         * gdb_bfd.c (gdb_bfd_iovec_fileio_pread): Add QUIT call.
4869
4870 2015-08-21  Gary Benson  <gbenson@redhat.com>
4871
4872         * target.h (struct target_ops) <to_fileio_open>: New argument
4873         warn_if_slow.  Update comment.  All implementations updated.
4874         (target_fileio_open_warn_if_slow): New declaration.
4875         * target.c (target_fileio_open): Renamed as...
4876         (target_fileio_open_1): ...this.  New argument warn_if_slow.
4877         Pass warn_if_slow to implementation.  Update debug printing.
4878         (target_fileio_open): New function.
4879         (target_fileio_open_warn_if_slow): Likewise.
4880         * gdb_bfd.c (gdb_bfd_iovec_fileio_open): Use new function
4881         target_fileio_open_warn_if_slow.
4882
4883 2015-08-21  Gary Benson  <gbenson@redhat.com>
4884
4885         * nat/linux-namespaces.c (linux_mntns_access_fs):
4886         Do not overwrite old_chain.
4887
4888 2015-08-20  Max Filippov  <jcmvbkbc@gmail.com>
4889
4890         * arch/xtensa.h: New file.
4891         * xtensa-linux-nat.c (gdb_proc_service.h): New #include.
4892         (ps_get_thread_area): New function.
4893         * xtensa-linux-tdep.c (xtensa_linux_init_abi): Add call to
4894         set_gdbarch_fetch_tls_load_module_address to enable TLS support.
4895         * xtensa-tdep.c (osabi.h): New #include.
4896         (xtensa_gdbarch_init): Call gdbarch_init_osabi to register
4897         xtensa-specific hooks.
4898         * xtensa-tdep.h (struct xtensa_elf_gregset_t): Add threadptr
4899         member and move the structure to arch/xtensa.h.
4900
4901 2015-08-21  Pedro Alves  <palves@redhat.com>
4902
4903         * remote.c (struct readahead_cache): New.
4904         (struct remote_state) <readahead_cache>: New field.
4905         (remote_open_1): Invalidate the cache.
4906         (readahead_cache_invalidate, readahead_cache_invalidate_fd): New
4907         functions.
4908         (remote_hostio_pwrite): Invalidate the readahead cache.
4909         (remote_hostio_pread): Rename to ...
4910         (remote_hostio_pread_vFile): ... this.
4911         (remote_hostio_pread_from_cache): New function.
4912         (remote_hostio_pread): Reimplement.
4913         (remote_hostio_close): Invalidate the readahead cache.
4914
4915 2015-08-21  Marcin CieÅ›lak <saper@saper.info>  (tiny patch)
4916
4917         PR build/18843
4918         * procfs.c: Include "filestuff.h".
4919
4920 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
4921
4922         * tui/tui-data.h (tui_command_info): Remove fields cur_line and
4923         curch.
4924         * tui/tui-data.c (tui_clear_win_detail) [CMD_WIN]: Don't set
4925         cur_line or curch, instead call wmove().
4926         (init_win_info) [CMD_WIN]: Likewise.
4927         * tui/tui-io.c (tui_puts): Likewise. Don't read cur_line,
4928         instead call getcury().
4929         (tui_redisplay_readline): Don't set cur_line or curch.
4930         (tui_mld_erase_entire_line): Don't read cur_line, instead call
4931         getcury().
4932         (tui_cont_sig): Remove call to wmove.
4933         (tui_getc): Don't read cur_line or curch, instead call getcury()
4934         or getyx().  Don't set curch.
4935         * tui/tui-win.c (make_visible_with_new_height) [CMD_WIN]: Don't
4936         set cur_line or curch.  Always move cursor to (0,0).
4937
4938 2015-08-20  Pedro Alves  <palves@redhat.com>
4939
4940         * infrun.c (print_target_wait_results): Make extern.
4941         * infrun.h (print_target_wait_results): Declare.
4942         * remote.c (set_stop_requested_callback): Delete.
4943         (process_initial_stop_replies): New function.
4944         (remote_start_remote): Use it.
4945         (stop_reply_queue_length): New function.
4946
4947 2015-08-20  Pedro Alves  <palves@redhat.com>
4948
4949         * dwarf2read.c (process_full_comp_unit): To tell whether
4950         start_subfile managed to deduce a language, test for
4951         language_unknown instead of language_c.
4952
4953 2015-08-20  Pierre-Marie de Rodat  <derodat@adacore.com>
4954
4955         * ada-lex.l: Reset the start condition to INITIAL in the rule that
4956         matches attributes.
4957
4958 2015-08-19  Kevin Buettner  <kevinb@redhat.com>
4959
4960         * dwarf2read.c (dwarf2_string_attr): New function.
4961         (lookup_dwo_unit, process_psymtab_comp_unit_reader)
4962         (dwarf2_compute_name, dwarf2_physname, find_file_and_directory)
4963         (read_call_site_scope, namespace_name, guess_full_die_structure_name)
4964         (anonymous_struct_prefix, prepare_one_comp_unit): Use
4965         dwarf2_string_attr in place of dwarf2_attr and DW_STRING.
4966
4967 2015-08-18  Doug Evans  <dje@google.com>
4968             Adrian Sendroiu <adrian.sendroiu@freescale.com>
4969
4970         PR mi/18833
4971         * cli/cli-logging.c (pop_output_files): Don't restore redirection
4972         if MI-like.
4973         * mi/mi-out.c: #include "vec.h".
4974         (ui_filep): New type.
4975         (DEV_VEC_P (ui_filep)): New type.
4976         (struct ui_out_data) <buffer, original_buffer>: Delete.
4977         (struct ui_out_data) <streams>: New member.
4978         (mi_ui_out_impl): Add data_destroy field.
4979         (mi_field_string, mi_field_fmt): Update.
4980         (mi_flush, mi_redirect, field_separator): Update.
4981         (mi_open, mi_close): Update.
4982         (mi_out_buffered, mi_out_rewind, mi_out_put): Update.
4983         (mi_out_data_ctor, mi_out_data_dtor): New functions.
4984         (mi_out_new): Call mi_out_data_ctor.
4985
4986 2015-08-18  Sandra Loosemore  <sandra@codesourcery.com>
4987
4988         * remote.c (strprefix): New.
4989         (remote_parse_stop_reply): Use strprefix instead of strncmp
4990         to ensure exact match of keyword.
4991
4992 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
4993
4994         * gdb_bfd.c (debug_bfd_cache): New variable.
4995         (show_bfd_cache_debug): New function.
4996         (gdb_bfd_open): Add debug logging.
4997         (gdb_bfd_ref): Likewise.
4998         (gdb_bfd_unref): Likewise.
4999         (_initialize_gdb_bfd): Add new set/show command.
5000         * NEWS: Mention new command.
5001
5002 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
5003
5004         * gdb_bfd.c (bfd_sharing): New variable.
5005         (show_bfd_sharing): New function.
5006         (gdb_bfd_open): Check bfd_sharing variable.
5007         (_initialize_gdb_bfd): Add new set/show command.
5008         * NEWS: Mention new command.
5009
5010 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
5011
5012         * gdb_bfd.c (struct gdb_bfd_data): Add size, inode, and device id
5013         field.
5014         (struct gdb_bfd_cache_search): Likewise.
5015         (eq_bfd): Compare the size, inode, and device id fields.
5016         (gdb_bfd_open): Initialise the size, inode, and device id fields.
5017         (gdb_bfd_ref): Likewise.
5018         (gdb_bfd_unref): Likewise.
5019
5020 2015-08-18  Pedro Alves  <palves@redhat.com>
5021
5022         * linux-nat.c (linux_nat_always_non_stop_p): If the linux_ops
5023         target implements to_always_non_stop_p, call it.
5024         * x86-linux-nat.c (x86_linux_always_non_stop_p): New function.
5025         (x86_linux_create_target): Install it as to_always_non_stop_p
5026         method.
5027
5028 2015-08-17  Doug Evans  <dje@google.com>
5029
5030         * ui-out.c (default_ui_out_impl): Add comment.
5031
5032 2015-08-17  Iain Buclaw  <ibuclaw@gdcproject.org>
5033
5034         * d-exp.y (type_aggregate_p): New function.
5035         (PrimaryExpression : TypeExp '.' IdentifierExp): Use it.
5036         (classify_inner_name): Likewise.
5037         * d-namespace.c (d_lookup_nested_symbol): Handle TYPE_CODE_ENUM.
5038
5039 2015-08-15  Doug Evans  <xdje42@gmail.com>
5040
5041         * psymtab.c (add_psymbol_to_bcache): Remove "val" arg.  All callers
5042         updated.
5043         (add_psymbol_to_list): Ditto.
5044
5045 2015-08-15  Doug Evans  <xdje42@gmail.com>
5046
5047         * dbxread.c (dbx_end_psymtab): Renamed from end_psymtab.  All callers
5048         updated.  Call end_psymtab_common.
5049         * dwarf2read.c (process_psymtab_comp_unit_reader): Call
5050         end_psymtab_common.
5051         (build_type_psymtabs_reader): Ditto.
5052         * psympriv.h (sort_pst_symbols): Delete.
5053         (end_psymtab_common): Declare.
5054         * psymtab.c (sort_pst_symbols): Make static.
5055         (end_psymtab_common): New function.
5056         * xcoffread.c (xcoff_end_psymtab): Call end_psymtab_common.
5057
5058 2015-08-15  Doug Evans  <xdje42@gmail.com>
5059
5060         * defs.h (LANGUAGE_BITS): Define.
5061         * psympriv.h (partial_symbol) <domain>: Use SYMBOL_DOMAIN_BITS.
5062         (partial_symbol) <aclass>: Use SYMBOL_ACLASS_BITS.
5063         * symtab.h (general_symbol_info> <language>: Usage LANGUAGE_BITS.
5064         (minimal_symbol_type): Add nr_minsym_types.
5065         (MINSYM_TYPE_BITS): Define.
5066         (minimal_symbol) <type>: Use MINSYM_TYPE_BITS.
5067         (domain_enum_tag): Add NR_DOMAINS.
5068         (SYMBOL_DOMAIN_BITS): Change from 4 to 3.
5069         (SYMBOL_ACLASS_BITS): Define from 6 to 5.
5070
5071 2015-08-15  Doug Evans  <xdje42@gmail.com>
5072
5073         * objfiles.h: Whitespace cleanup.
5074         * psympriv.h: Whitespace cleanup.
5075         * psymtab.c: Whitespace/coding convention cleanup.
5076
5077 2015-08-15  Patrick Palka  <patrick@parcs.ath.cx>
5078
5079         * inferior.c (detach_inferior_command): Don't call
5080         any_thread_of_process when pid is 0.
5081         (kill_inferior_command): Likewise.
5082
5083 2015-08-14  Doug Evans  <xdje42@gmail.com>
5084
5085         PR gdb/11833
5086         * NEWS: Document new /s modifier for the disassemble command.
5087         * cli/cli-cmds.c (disassemble_command): Add support for /s.
5088         (_initialize_cli_cmds): Update online docs of disassemble command.
5089         * disasm.c: #include "source.h".
5090         (struct deprecated_dis_line_entry): Renamed from dis_line_entry.
5091         All uses updated.
5092         (dis_line_entry): New struct.
5093         (hash_dis_line_entry, eq_dis_line_entry): New functions.
5094         (allocate_dis_line_table): New functions.
5095         (maybe_add_dis_line_entry, line_has_code_p): New functions.
5096         (dump_insns): New arg end_pc.  All callers updated.
5097         (do_mixed_source_and_assembly_deprecated): Renamed from
5098         do_mixed_source_and_assembly.  All callers updated.
5099         (do_mixed_source_and_assembly): New function.
5100         (gdb_disassembly): Handle /s (DISASSEMBLY_SOURCE).
5101         * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED): Renamed from
5102         DISASSEMBLY_SOURCE.  All uses updated.
5103         (DISASSEMBLY_SOURCE): New macro.
5104         * mi/mi-cmd-disas.c (mi_cmd_disassemble): New modes 4,5.
5105
5106 2015-08-14  Keith Seitz  <keiths@redhat.com>
5107
5108         * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Rename
5109         `typename' to `type_name' to avoid C++ reserved word.
5110
5111 2015-08-14  Keith Seitz  <keiths@redhat.com>
5112
5113         * location.c (EL_TYPE, EL_LINESPEC, EL_PROBE, EL_ADDRESS)
5114         (EL_EXPLICIT, EL_STRING): Change macro parameter to "P" to
5115         silence ARI errors.
5116
5117 2015-08-14  Iain Buclaw  <ibuclaw@gdcproject.org>
5118
5119         * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Use
5120         xstrprintf instead of malloc and sprintf.
5121         (PrimaryExpression : IdentifierExp): Avoid operator at end of line.
5122         (lex_one_token): Likewise.
5123
5124 2015-08-14  Matthew Fortune  <matthew.fortune@imgtec.com>
5125
5126         * solib-svr4.c (read_program_header): Add base_addr argument to
5127         report the runtime address of the segment.
5128         (find_program_interpreter): Update read_program_header call to pass
5129         a NULL pointer for the new argument.
5130         (scan_dyntag): Add ptr_addr argument to report the runtime address
5131         of the tag payload.
5132         (scan_dyntag_auxv): Likewise and use thew new base_addr argument of
5133         read_program_header to get the base address of the dynamic segment.
5134         (elf_locate_base): Update uses of scan_dyntag, scan_dyntag_auxv and
5135         read_program_header.
5136         (elf_locate_base): Scan for and handle DT_MIPS_RLD_MAP_REL.
5137
5138 2015-08-14  Matthew Fortune  <matthew.fortune@imgtec.com>
5139
5140         * MAINTAINERS (Write After Approval): Add Matthew Fortune.
5141
5142 2015-08-13  Iain Buclaw  <ibuclaw@gdcproject.org>
5143
5144         * d-exp.y (%union): Add voidval.
5145         (%token): Add UNKNOWN_NAME as a token to represent an unclassified
5146         name in the lexing stage.
5147         (PostfixExpression): Move symbol completion handling in grammar here
5148         from PrimaryExpression.
5149         (PrimaryExpression): Move routines to handle resolving identifier
5150         tokens in the grammar here from push_expression_name.
5151         (IdentifierExp): Remove the handling of alternating '.' and identifier
5152         tokens.
5153         (TypeExp): Allow TypeExp to be wrapped in parenthesis in the grammar.
5154         (BasicType): Remove C-style typename rules.
5155         (d_type_from_name, d_module_from_name, push_variable)
5156         (push_fieldnames, push_type_name, push_module_name)
5157         (push_expression_name): Remove.
5158         (lex_one_token): Rename from yylex.  Replace pstate with par_state.
5159         (token_and_value): New type.
5160         (token_fifo, popping, name_obstack): New globals.
5161         (classify_name): New function.
5162         (classify_inner_name): Likewise.
5163         (yylex): Likewise.
5164         (d_parse): Initialize token_fifo, popping and name_obstack.
5165
5166 2015-08-13  Iain Buclaw  <ibuclaw@gdcproject.org>
5167
5168         * Makefile.in (SFILES): Add d-namespace.c.
5169         (COMMON_OBS): Add d-namespace.o.
5170         * d-lang.c (d_language_defn): Use d_lookup_symbol_nonlocal as the
5171         la_lookup_symbol_nonlocal callback function pointer.
5172         * d-lang.h (d_lookup_symbol_nonlocal): New declaration.
5173         (d_lookup_nested_symbol): New declaration.
5174         * d-namespace.c: New file.
5175
5176 2015-08-13  Pedro Alves  <palves@redhat.com>
5177
5178         * python/py-unwind.c (pyuw_sniffer): Install the invalidate
5179         cleanup after the decref cleanup, not before.
5180
5181 2015-08-13  Pierre-Marie de Rodat  <derodat@adacore.com>
5182
5183         * ada-lang.c: Include namespace.h
5184         (aux_add_nonlocal_symbols): Fix a function name in comment.
5185         (ada_add_block_renamings): New.
5186         (add_nonlocal_symbols): Add global renamings handling.
5187         (ada_lookup_symbol_list_worker): Move the symbol lookup part
5188         to...
5189         (ada_add_all_symbols): ... this new function.
5190         (ada_add_block_symbols): Try to match the input name against the
5191         "using directives list", perform a recursive symbol lookup on
5192         the matched declarations.
5193         * block.h (struct block): Move the_namespace to top-level as
5194         namespace_info. Remove the language_specific field.
5195         (BLOCK_NAMESPACE): Update access to the namespace_info field.
5196         * buildsym.h (using_directives): Rename into...
5197         (local_using_directives): ... this.
5198         (global_using_directives): New.
5199         (struct context_stack): Rename the using_directives field into
5200         local_using_directives.
5201         * buildsym.c (finish_block_internal): Deal with the proper
5202         using directives repository (local or global).
5203         (prepare_for_building): Reset local_using_directives. Assert
5204         that there is no pending global using directive.
5205         (reset_symtab_globals): Reset global_using_directives and
5206         local_using_directives.
5207         (end_symtab_get_static_block): Don't ignore symtabs that have
5208         only using directives.
5209         (push_context): Update references to local_using_directives.
5210         (buildsym_init): Do not reset using_directives.
5211         * cp-support.c: Include namespace.h.
5212         * cp-support.h (struct using_direct): Move to namespace.h.
5213         (cp_add_using_directives): Move to namespace.h.
5214         * cp-namespace.c: Include namespace.h
5215         (cp_add_using_directive): Move to namespace.c, rename it to
5216         add_using_directive, add a "using_directives" argument and use
5217         it as the pending using directives repository.  All callers
5218         updated.
5219         * dwarf2read.c (using_directives): New.
5220         (read_import_statement): Call using_directives.
5221         (read_func_scope): Update references to local_using_directives.
5222         (read_lexical_block_scope): Likewise.
5223         (read_namespace): Update the heading comment, call
5224         using_directives.
5225         * namespace.h: New file.
5226         * namespace.c: New file.
5227         * Makefile.in (SFILES): Add namespace.c.
5228         (COMMON_OBS): Add namespace.o
5229
5230 2015-08-12  Joel Brobecker  <brobecker@adacore.com>
5231
5232         * amd64-tdep.c (amd64_displaced_step_fixup): Fix the mask used to
5233         compute RETADDR.
5234
5235 2015-08-12  Keith Seitz  <keiths@redhat.com>
5236
5237         * break-catch-throw.c (re_set_exception_catchpoint) Rename
5238         reserved C++ keyword "explicit" to "explicit_loc".
5239         * breakpoint.c (create_overlay_event_breakpoint)
5240         (create_longjmp_master_breakpoint)
5241         (create_std_terminate_master_breakpoint)
5242         (create_exception_master_breakpoint, update_static_tracepoint):
5243         Rename reserved C++ keyword "explicit" to "explicit_loc".
5244         * completer.c (collect_explicit_location_matches)
5245         (explicit_location_completer): Rename reserved C++ keyword
5246         "explicit" to "explicit_loc".
5247         * linespec.c (struct linespec) <explicit>: Rename to "explicit_loc".
5248         (canonicalize_linespec, create_sals_line_offset)
5249         (convert_linespec_to_sals, convert_explicit_location_to_sals)
5250         (event_location_to_sals, decode_objc): Rename reserved C++ keyword
5251         "explicit" to "explicit_loc".
5252         * location.c (struct event_location) <explicit>: Rename to
5253         "explicit_loc".
5254         (initialize_explicit_location, new_explicit_location)
5255         (explicit_location_to_string_internal, explicit_location_to_linespec):
5256         Rename reserved C++ keyword "explicit" to "explicit_loc".
5257         * location.h (explicit_location_to_string)
5258         (explicit_location_to_linespec, initialize_explicit_location)
5259         (new_explicit_location): Rename reserved C++ keyword "explicit"
5260         to "explicit_loc".
5261         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Rename reserved C++
5262         keyword "explicit" to "explicit_loc".
5263
5264 2015-08-12  Keith Seitz  <keiths@redhat.com>
5265
5266         * python/python.c (gdbpy_decode_line): Initialize `location' to NULL
5267         and only call decode_line_1 when it is non-NULL.
5268
5269 2015-08-12  Luis Machado  <lgustavo@codesourcery.com>
5270
5271         * breakpoint.c (bp_loc_is_permanent): Return 0 when breakpoint
5272         location address is not meaningful.
5273         (breakpoint_address_is_meaningful): Update comment.
5274
5275 2015-08-11  Keith Seitz  <keiths@redhat.com>
5276
5277         * NEWS: Mention explicit locations.
5278         * breakpoint.c [LOCATION_HELP_STRING]: New macro.
5279         [BREAK_ARGS_HELP]: Use LOCATION_HELP_STRING.
5280         (_initialize_breakpoint): Update documentation for
5281         "clear", "break", "trace", "strace", "ftrace", and "dprintf".
5282
5283 2015-08-11  Keith Seitz  <keiths@redhat.com>
5284
5285         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Add support for
5286         explicit locations, options "--source", "--function",
5287         "--label", and "--line".
5288
5289 2015-08-11  Keith Seitz  <keiths@redhat.com>
5290
5291         * completer.c: Include location.h.
5292         (enum match_type): New enum.
5293         (location_completer): Rename to ...
5294         (linespec_completer): ... this.
5295         (collect_explicit_location_matches, backup_text_ptr)
5296         (explicit_location_completer): New functions.
5297         (location_completer): "New" function; handle linespec
5298         and explicit location completions.
5299         (complete_line_internal): Remove all location completer-specific
5300         handling.
5301         * linespec.c (linespec_lexer_lex_keyword, is_ada_operator)
5302         (find_toplevel_char): Export.
5303         (linespec_parse_line_offset): Export.
5304         Issue error if STRING is not numerical.
5305         (gdb_get_linespec_parser_quote_characters): New function.
5306         * linespec.h (linespec_parse_line_offset): Declare.
5307         (get_gdb_linespec_parser_quote_characters): Declare.
5308         (is_ada_operator): Declare.
5309         (find_toplevel_char): Declare.
5310         (linespec_lexer_lex_keyword): Declare.
5311         * location.c (explicit_to_event_location): New function.
5312         (explicit_location_lex_one): New function.
5313         (string_to_explicit_location): New function.
5314         (string_to_event_location): Handle explicit locations.
5315         * location.h (explicit_to_event_location): Declare.
5316         (string_to_explicit_location): Declare.
5317
5318 2015-08-11  Keith Seitz  <keiths@redhat.com>
5319
5320         * break-catch-throw.c (re_set_exception_catchpoint): Convert
5321         linespec into explicit location.
5322         * breakpoint.c (create_overlay_breakpoint)
5323         (create_longjmp_master_breakpoint)
5324         (create_std_terminate_master_breakpoint)
5325         (create_exception_master_breakpoint): Convert linespec into explicit
5326         location.
5327         (update_static_tracepoint): Convert linespec into explicit location.
5328         * linespec.c (enum offset_relative_sign, struct line_offset): Move
5329         location.h.
5330         (struct linespec) <expression, expr_pc, source_filename>
5331         <function_name, label_name, line_offset>: Replace with ...
5332         <explicit>: ... this.
5333         <is_linespec>: New member.
5334         (PARSER_EXPLICIT): New accessor macro.
5335         (undefined_label_error): New function.
5336         (source_file_not_found_error): New function.
5337         (linespec_parse_basic): The parser result is now an explicit location.
5338         Use PARSER_EXPLICIT to access it.
5339         Use undefined_label_error.
5340         (canonicalize_linespec): Convert canonical linespec into explicit
5341         location.
5342         Move string representation of location to explicit_location_to_linespec
5343         and use it and explicit_location_to_string to save string
5344         representations of the canonical location.
5345         (create_sals_line_offset, convert_linespec_to_sals): `ls' contains an
5346         explicit location.  Update all references.
5347         (convert_explicit_location_to_sals): New function.
5348         (parse_linespec): Use PARSER_EXPLICIT to access the parser
5349         result's explicit location.
5350         (linespec_state_constructor): Initialize is_linespec.
5351         Use PARSER_EXPLICIT.
5352         (linespec_parser_delete): Use PARSER_EXPLICIT to access the parser's
5353         result.
5354         (event_location_to_sals): For linespec locations, set is_linespec.
5355         Handle explicit locations.
5356         (decode_objc): 'ls' contains an explicit location now. Update all
5357         references.
5358         (symtabs_from_filename): Use source_file_not_found_error.
5359         * location.c (struct event_location.u) <explicit>: New member.
5360         (initialize_explicit_location): New function.
5361         (initialize_event_location): Initialize explicit locations.
5362         (new_explicit_location, get_explicit_location)
5363         (get_explicit_location_const): New functions.
5364         (explicit_to_string_internal): New function; most of contents moved
5365         from canonicalize_linespec.
5366         (explicit_location_to_string): New function.
5367         (explicit_location_to_linespec): New function.
5368         (copy_event_location, delete_event_location)
5369         (event_location_to_string_const, event_location_empty_p): Handle
5370         explicit locations.
5371         * location.h (enum offset_relative_sign, struct line_offset): Move
5372         here from linespec.h.
5373         (enum event_location_type): Add EXPLICIT_LOCATION.
5374         (struct explicit_location): New structure.
5375         (explicit_location_to_string): Declare.
5376         (explicit_location_to_linespec): Declare.
5377         (new_explicit_location, get_explicit_locationp
5378         (get_explicit_location_const, initialize_explicit_location): Declare.
5379
5380 2015-08-11  Keith Seitz  <keiths@redhat.com>
5381
5382         * break-catch-throw.c (re_set_exception_catchpoint): Convert
5383         linespec for stap probe to probe location.
5384         * breakpoint.c (create_longjmp_master_breakpoint)
5385         (create_exception_master_breakpoint): Likewise.
5386         (break_command_1): Remove local variable `arg_cp'.
5387         Check location type to set appropriate breakpoint ops methods.
5388         (trace_command): Likewise.
5389         * linespec.c (event_location_to_sals): Assert on probe locations.
5390         * location.c (EL_PROBE): Add macro definition.
5391         (new_probe_location, get_probe_location): New functions.
5392         (copy_event_location, delete_event_location, event_location_to_string)
5393         (string_to_event_location, event_location_empty_p): Handle probe
5394         locations.
5395         * location.h (enum event_location_type): Add PROBE_LOCATION.
5396         (new_probe_location, get_probe_location): Declare.
5397         * probe.c (parse_probes): Assert that LOCATION is a probe location.
5398         Convert linespec into probe location.
5399
5400 2015-08-11  Keith Seitz  <keiths@redhat.com>
5401
5402         * breakpoint.c (create_thread_event_breakpoint, init_breakpoint_sal):
5403         Convert linespec to address location.
5404         * linespec.c (canonicalize_linespec): Do not handle address
5405         locations here.
5406         (convert_address_location_to_sals): New function; contents moved
5407         from ...
5408         (convert_linespc_to_sals): ... here.
5409         (parse_linespec): Remove address locations from linespec grammar.
5410         Remove handling of address locations.
5411         (linespec_lex_to_end): Remove handling of address linespecs.
5412         (event_location_to_sals): Handle ADDRESS_LOCATION.
5413         (linespec_expression_to_pc): Export.
5414         * linespec.h (linespec_expression_to_pc): Add declaration.
5415         * location.c (struct event_location.u) <address>: New member.
5416         (new_address_location, get_address_location): New functions.
5417         (copy_event_location, delete_event_location, event_location_to_string)
5418         (string_to_event_location, event_location_empty_p): Handle address
5419         locations.
5420         * location.h (enum event_location_type): Add ADDRESS_LOCATION.
5421         (new_address_location, get_address_location): Declare.
5422         * python/py-finishbreakpoint.c (bpfinishpy_init): Convert linespec
5423         to address location.
5424         * spu-tdep.c (spu_catch_start): Likewise.
5425
5426 2015-08-11  Keith Seitz  <keiths@redhat.com>
5427
5428         * ax-gdb.c: Include location.h.
5429         (agent_command_1) Use linespec location instead of address
5430         string.
5431         * break-catch-throw.c: Include location.h.
5432         (re_set_exception_catchpoint): Use linespec locations instead
5433         of address strings.
5434         * breakpoint.c: Include location.h.
5435         (create_overlay_event_breakpoint, create_longjmp_master_breakpoint)
5436         (create_std_terminate_master_breakpoint)
5437         (create_exception_master_breakpoint, update_breakpoints_after_exec):
5438         Use linespec location instead of address string.
5439         (print_breakpoint_location):  Use locations and
5440         event_location_to_string.
5441         Print extra_string for pending locations for non-MI streams.
5442         (print_one_breakpoint_location): Use locations and
5443         event_location_to_string.
5444         (init_raw_breakpoint_without_location): Initialize b->location.
5445         (create_thread_event_breakpoint): Use linespec location instead of
5446         address string.
5447         (init_breakpoint_sal): Likewise.
5448         Only save extra_string if it is non-NULL and not the empty string.
5449         Use event_location_to_string instead of `addr_string'.
5450         Constify `p' and `endp'.
5451         Use skip_spaces_const/skip_space_const instead of non-const versions.
5452         Copy the location into the breakpoint.
5453         If LOCATION is NULL, save the breakpoint address as a linespec location
5454         instead of an address string.
5455         (create_breakpoint_sal): Change `addr_string' parameter to a struct
5456         event_location. All uses updated.
5457         (create_breakpoints_sal): Likewise for local variable `addr_string'.
5458         (parse_breakpoint_sals): Use locations instead of address strings.
5459         Remove check for empty linespec with conditional.
5460         Refactor.
5461         (decode_static_tracepoint_spec): Make argument const and update
5462         function.
5463         (create_breakpoint): Change `arg' to a struct event_location and
5464         rename.
5465         Remove `copy_arg' and `addr_start'.
5466         If EXTRA_STRING is empty, set it to NULL.
5467         Don't populate `canonical' for pending breakpoints.
5468         Pass `extra_string' to find_condition_and_thread.
5469         Clear `extra_string' if `rest' was NULL.
5470         Do not error with "garbage after location" if setting a dprintf
5471         breakpoint.
5472         Copy the location into the breakpoint instead of an address string.
5473         (break_command_1): Use string_to_event_location and pass this to
5474         create_breakpoint instead of an address string.
5475         Check against `arg_cp' for a probe linespec.
5476         (dprintf_command): Use string_to_event_location and pass this to
5477         create_breakpoint instead of an address string.
5478         Throw an exception if no format string was specified.
5479         (print_recreate_ranged_breakpoint): Use event_location_to_string
5480         instead of address strings.
5481         (break_range_command, until_break_command)
5482         (init_ada_exception_breakpoint): Use locations instead
5483         of address strings.
5484         (say_where): Print out extra_string for pending locations.
5485         (base_breakpoint_dtor): Delete `location' and `location_range_end' of
5486         the breakpoint.
5487         (base_breakpoint_create_sals_from_location): Use struct event_location
5488         instead of address string.
5489         Remove `addr_start' and `copy_arg' parameters.
5490         (base_breakpoint_decode_location): Use struct event_location instead of
5491         address string.
5492         (bkpt_re_set): Use locations instead of address strings.
5493         Use event_location_empty_p to check for unset location.
5494         (bkpt_print_recreate): Use event_location_to_string instead of
5495         an address string.
5496         Print out extra_string for pending locations.
5497         (bkpt_create_sals_from_location, bkpt_decode_location)
5498         (bkpt_probe_create_sals_from_location): Use struct event_location
5499         instead of address string.
5500         (bkpt_probe_decode_location): Use struct event_location instead of
5501         address string.
5502         (tracepoint_print_recreate): Use event_location_to_string to
5503         recreate the tracepoint.
5504         (tracepoint_create_sals_from_location, tracepoint_decode_location)
5505         (tracepoint_probe_create_sals_from_location)
5506         (tracepoint_probe_decode_location): Use struct event_location
5507         instead of address string.
5508         (dprintf_print_recreate): Use event_location_to_string to recreate
5509         the dprintf.
5510         (dprintf_re_set): Remove check for valid/missing format string.
5511         (strace_marker_create_sals_from_location)
5512         (strace_marker_create_breakpoints_sal, strace_marker_decode_location)
5513         (update_static_tracepoint): Use struct event_location instead of
5514         address string.
5515         (location_to_sals): Likewise.
5516         Pass `extra_string' to find_condition_and_thread.
5517         For newly resolved pending breakpoint locations, clear the location's
5518         string representation.
5519         Assert that the breakpoint's condition string is NULL when
5520         condition_not_parsed.
5521         (breakpoint_re_set_default, create_sals_from_location_default)
5522         (decode_location_default, trace_command, ftrace_command)
5523         (strace_command, create_tracepoint_from_upload): Use locations
5524         instead of address strings.
5525         * breakpoint.h (struct breakpoint_ops) <create_sals_from_location>:
5526         Use struct event_location instead of address string.
5527         Update all uses.
5528         <decode_location>: Likewise.
5529         (struct breakpoint) <addr_string>: Change to struct event_location
5530         and rename `location'.
5531         <addr_string_range_end>: Change to struct event_location and rename
5532         `location_range_end'.
5533         (create_breakpoint): Use struct event_location instead of address
5534         string.
5535         * cli/cli-cmds.c: Include location.h.
5536         (edit_command, list_command): Use locations instead of address strings.
5537         * elfread.c: Include location.h.
5538         (elf_gnu_ifunc_resolver_return_stop): Use event_location_to_string.
5539         * guile/scm-breakpoint.c: Include location.h.
5540         (bpscm_print_breakpoint_smob): Use event_location_to_string.
5541         (gdbscm_register_breakpoint): Use locations instead of address
5542         strings.
5543         * linespec.c: Include location.h.
5544         (struct ls_parser) <stream>: Change to const char *.
5545         (PARSER_STREAM): Update.
5546         (lionespec_lexer_lex_keyword): According to find_condition_and_thread,
5547         keywords must be followed by whitespace.
5548         (canonicalize_linespec): Save a linespec location into `canonical'.
5549         Save a canonical linespec into `canonical'.
5550         (parse_linespec): Change `argptr' to const char * and rename `arg'.
5551         All uses updated.
5552         Update function description.
5553         (linespec_parser_new): Initialize `parser'.
5554         Update initialization of  parsing stream.
5555         (event_location_to_sals): New function.
5556         (decode_line_full): Change `argptr' to a struct event_location and
5557         rename it `location'.
5558         Use locations instead of address strings.
5559         Call event_location_to_sals instead of parse_linespec.
5560         (decode_line_1): Likewise.
5561         (decode_line_with_current_source, decode_line_with_last_displayed)
5562         Use locations instead of address strings.
5563         (decode_objc): Likewise.
5564         Change `argptr' to const char * and rename `arg'.
5565         (destroy_linespec_result): Delete the linespec result's location
5566         instead of freeing the address string.
5567         * linespec.h (struct linespec_result) <addr_string>: Change to
5568         struct event_location and rename to ...
5569         <location>: ... this.
5570         (decode_line_1, decode_line_full): Change `argptr' to struct
5571         event_location.  All callers updated.
5572         * mi/mi-cmd-break.c: Include language.h, location.h, and linespec.h.
5573         (mi_cmd_break_insert_1): Use locations instead of address strings.
5574         Throw an error if there was "garbage" at the end of the specified
5575         linespec.
5576         * probe.c: Include location.h.
5577         (parse_probes): Change `argptr' to struct event_location.
5578         Use event locations instead of address strings.
5579         * probe.h (parse_probes): Change `argptr' to struct event_location.
5580         * python/py-breakpoint.c: Include location.h.
5581         (bppy_get_location): Constify local variable `str'.
5582         Use event_location_to_string.
5583         (bppy_init): Use locations instead of address strings.
5584         * python/py-finishbreakpoint.c: Include location.h.
5585         (bpfinishpy_init): Remove local variable `addr_str'.
5586         Use locations instead of address strings.
5587         * python/python.c: Include location.h.
5588         (gdbpy_decode_line): Use locations instead of address strings.
5589         * remote.c: Include location.h.
5590         (remote_download_tracepoint): Use locations instead of address
5591         strings.
5592         * spu-tdep.c: Include location.h.
5593         (spu_catch_start): Remove local variable `buf'.
5594         Use locations instead of address strings.
5595         * tracepoint.c: Include location.h.
5596         (scope_info): Use locations instead of address strings.
5597         (encode_source_string): Constify parameter `src'.
5598         * tracepoint.h (encode_source_string): Likewise.
5599
5600 2015-08-11  Keith Seitz  <keiths@redhat.com>
5601
5602         * Makefile.in (SFILES): Add location.c.
5603         (HFILES_NO_SRCDIR): Add location.h.
5604         (COMMON_OBS): Add location.o.
5605         * linespec.c (linespec_lex_to_end): New function.
5606         * linespec.h (linespec_lex_to_end): Declare.
5607         * location.c: New file.
5608         * location.h: New file.
5609
5610 2015-08-11  Keith Seitz  <keiths@redhat.com>
5611
5612         * breakpoint.h (struct breakpoint_ops) <create_sals_from_address>:
5613         Renamed to create_sals_from_location.
5614         <decode_linespec>: Renamed to decode_location.
5615         Update all callers.
5616         * breakpoint.c (create_sals_from_address_default): Renamed to ...
5617         (create_sals_from_location_default): ... this.
5618         (addr_string_to_sals): Renamed to ...
5619         (location_to_sals): ... this.
5620         (decode_linespec_default): Renamed to ...
5621         (decode_location_default): ... this.
5622         (base_breakpoint_create_sals_from_address): Renamed to ...
5623         (base_breakpoint_create_sals_from_location): ... this.
5624         (bkpt_create_sals_from_address): Renamed to ...
5625         (bkpt_create_sals_from_location): ... this.
5626         (bkpt_decode_linespec): Renamed to ...
5627         (bkpt_decode_location): ... this.
5628         (bkpt_probe_create_sals_from_address): Renamed to ...
5629         (bkpt_probe_create_sals_from_location): ... this.
5630         (tracepoint_create_sals_from_address): Renamed to ...
5631         (tracepoint_create_sals_from_location): ... this.
5632         (tracepoint_decode_linespec): Renamed to ...
5633         (tracepoint_decode_location): ... this.
5634         (tracepoint_probe_create_sals_from_address): Renamed to ...
5635         (tracepoint_probe_create_sals_from_location): ... this.
5636         (tracepoint_probe_decode_linespec): Renamed to ...
5637         (tracepoint_probe_decode_location): ... this.
5638         (strace_marker_create_sals_from_address): Renamed to ...
5639         (strace_marker_create_sals_from_location): ... this.
5640         (decode_linespec_default): Renamed to ...
5641         (decode_location_default): ... this.
5642
5643 2015-08-10  Doug Evans  <dje@google.com>
5644             Keith Seitz  <keiths@redhat.com>
5645
5646         PR gdb/17960
5647         * symtab.c (make_file_symbol_completion_list_1): Renamed from
5648         make_file_symbol_completion_list and made static.
5649         (make_file_symbol_completion_list): New function.
5650
5651 2015-08-10  Joel Brobecker  <brobecker@adacore.com>
5652
5653         * infrun.c (follow_fork, displaced_step_prepare, resume): Remove
5654         trailing new-line at end of warning message.
5655         (proceed): Add i18n marker to error messages.
5656
5657 2015-08-07  Pedro Alves  <palves@redhat.com>
5658
5659         * linux-nat.c (linux_nat_always_non_stop_p): Return 1.
5660
5661 2015-08-07  Pedro Alves  <palves@redhat.com>
5662
5663         * s390-linux-tdep.c (is_non_branch_ril)
5664         (s390_displaced_step_copy_insn): New functions.
5665         (s390_displaced_step_fixup): Update comment.
5666         (s390_gdbarch_init): Install s390_displaced_step_copy_insn as
5667         gdbarch_displaced_step_copy_insn hook.
5668
5669 2015-08-07  Pedro Alves  <palves@redhat.com>
5670
5671         * infrun.c (displaced_step_prepare_throw): Return -1 if
5672         gdbarch_displaced_step_copy_insn returns NULL.  Update intro
5673         comment.
5674         * rs6000-tdep.c (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION)
5675         (STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION): Move higher up
5676         in file.
5677         (ppc_displaced_step_copy_insn): New function.
5678         (ppc_displaced_step_fixup): Update comment.
5679         (rs6000_gdbarch_init): Install ppc_displaced_step_copy_insn as
5680         gdbarch_displaced_step_copy_insn hook.
5681         * gdbarch.sh (displaced_step_copy_insn): Document what happens on
5682         NULL return.
5683         * gdbarch.h: Regenerate.
5684
5685 2015-08-07  Pedro Alves  <palves@redhat.com>
5686
5687         * inferior.h (struct inferior) <displaced_stepping_failed>: New
5688         field.
5689         * infrun.c (use_displaced_stepping_now_p): New parameter 'inf'.
5690         Return false if dispaced stepping failed before.
5691         (resume): Pass the current inferior to
5692         use_displaced_stepping_now_p.  Wrap displaced_step_prepare in
5693         TRY/CATCH.  If we get a MEMORY_ERROR, set the inferior's
5694         displaced_stepping_failed flag, and fall back to an in-line
5695         step-over.
5696
5697 2015-08-07  Pedro Alves  <palves@redhat.com>
5698
5699         * darwin-nat.c (darwin_stop): Rename to ...
5700         (darwin_interrupt): ... this.
5701         (_initialize_darwin_inferior): Adjust.
5702         * gnu-nat.c (gnu_stop): Delete.
5703         (gnu_target): Don't install gnu_stop.
5704         * inf-ptrace.c (inf_ptrace_stop): Rename to ...
5705         (inf_ptrace_interrupt): ... this.
5706         (inf_ptrace_target): Adjust.
5707         * infcmd.c (interrupt_target_1): Use target_interrupt instead of
5708         target_stop.
5709         * linux-nat (linux_nat_stop): Rename to ...
5710         (linux_nat_interrupt): ... this.
5711         (linux_nat_stop): Reimplement.
5712         (linux_nat_add_target): Install linux_nat_interrupt.
5713         * nto-procfs.c (nto_interrupt_twice): Rename to ...
5714         (nto_handle_sigint_twice): ... this.
5715         (nto_interrupt): Rename to ...
5716         (nto_handle_sigint): ... this.  Call target_interrupt instead of
5717         target_stop.
5718         (procfs_wait): Adjust.
5719         (procfs_stop): Rename to ...
5720         (procfs_interrupt): ... this.
5721         (init_procfs_targets): Adjust.
5722         * procfs.c (procfs_stop): Rename to ...
5723         (procfs_interrupt): ... this.
5724         (procfs_target): Adjust.
5725         * remote-m32r-sdi.c (m32r_stop): Rename to ...
5726         (m32r_interrupt): ... this.
5727         (init_m32r_ops): Adjust.
5728         * remote-sim.c (gdbsim_stop_inferior): Rename to ...
5729         (gdbsim_interrupt_inferior): ... this.
5730         (gdbsim_stop): Rename to ...
5731         (gdbsim_interrupt): ... this.
5732         (gdbsim_cntrl_c): Adjust.
5733         (init_gdbsim_ops): Adjust.
5734         * remote.c (sync_remote_interrupt): Adjust comments.
5735         (remote_stop_as): Rename to ...
5736         (remote_interrupt_as): ... this.
5737         (remote_stop): Adjust comment.
5738         (remote_interrupt): New function.
5739         (init_remote_ops): Install remote_interrupt.
5740         * target.c (target_interrupt): New function.
5741         * target.h (struct target_ops) <to_interrupt>: New field.
5742         (target_interrupt): New declaration.
5743         * windows-nat.c (windows_stop): Rename to ...
5744         (windows_interrupt): ... this.
5745         * target-delegates.c: Regenerate.
5746
5747 2015-08-07  Pedro Alves  <palves@redhat.com>
5748
5749         * signal-while-stepping-over-bp-other-thread.exp: Expect "restart
5750         threads" as alternative to "switching back to stepped thread".
5751
5752 2015-08-07  Pedro Alves  <palves@redhat.com>
5753
5754         * NEWS: Mention "maint set/show target-non-stop".
5755         * breakpoint.c (update_global_location_list): Check
5756         target_is_non_stop_p instead of non_stop.
5757         * infcmd.c (attach_command_post_wait, attach_command): Likewise.
5758         * infrun.c (show_can_use_displaced_stepping)
5759         (can_use_displaced_stepping_p, start_step_over_inferior):
5760         Likewise.
5761         (internal_resume_ptid): New function.
5762         (resume): Use it.
5763         (proceed): Check target_is_non_stop_p instead of non_stop.  If in
5764         all-stop mode but the target is always in non-stop mode, start all
5765         the other threads that are implicitly resumed too.
5766         (for_each_just_stopped_thread, fetch_inferior_event)
5767         (adjust_pc_after_break, stop_all_threads): Check
5768         target_is_non_stop_p instead of non_stop.
5769         (handle_inferior_event): Likewise.  Handle detach-fork in all-stop
5770         with the target always in non-stop mode.
5771         (handle_signal_stop) <random signal>: Check target_is_non_stop_p
5772         instead of non_stop.
5773         (switch_back_to_stepped_thread): Check target_is_non_stop_p
5774         instead of non_stop.
5775         (keep_going_stepped_thread): Use internal_resume_ptid.
5776         (stop_waiting): If in all-stop mode, and the target is in non-stop
5777         mode, stop all threads.
5778         (keep_going_pass): Likewise, when starting a new in-line step-over
5779         sequence.
5780         * linux-nat.c (get_pending_status, select_event_lwp)
5781         (linux_nat_filter_event, linux_nat_wait_1, linux_nat_wait): Check
5782         target_is_non_stop_p instead of non_stop.
5783         (linux_nat_always_non_stop_p): New function.
5784         (linux_nat_stop): Check target_is_non_stop_p instead of non_stop.
5785         (linux_nat_add_target): Install linux_nat_always_non_stop_p.
5786         * target-delegates.c: Regenerate.
5787         * target.c (target_is_non_stop_p): New function.
5788         (target_non_stop_enabled, target_non_stop_enabled_1): New globals.
5789         (maint_set_target_non_stop_command)
5790         (maint_show_target_non_stop_command): New functions.
5791         (_initilize_target): Install "maint set/show target-non-stop"
5792         commands.
5793         * target.h (struct target_ops) <to_always_non_stop_p>: New field.
5794         (target_non_stop_enabled): New declaration.
5795         (target_is_non_stop_p): New declaration.
5796
5797 2015-08-07  Pedro Alves  <pedro@codesourcery.com>
5798
5799         * breakpoint.c (breakpoints_should_be_inserted_now): If any thread
5800         has a pending status, return true.
5801         * gdbthread.h: Include target/waitstatus.h.
5802         (struct thread_suspend_state) <stop_reason, waitstatus_pending_p,
5803         stop_pc>: New fields.
5804         (struct thread_info) <resumed>: New field.
5805         (set_resumed): Declare.
5806         * infrun.c: Include "event-loop.h".
5807         (infrun_async_inferior_event_token, infrun_is_async): New globals.
5808         (infrun_async): New function.
5809         (clear_step_over_info): Add debug output.
5810         (displaced_step_in_progress_any_inferior): New function.
5811         (displaced_step_fixup): New returns int.
5812         (start_step_over): Handle in-line step-overs too.  Assert the
5813         thread is marked resumed.
5814         (resume_cleanups): Clear the thread's resumed flag.
5815         (resume): Set the thread's resumed flag.  Return early if the
5816         thread has a pending status.  Allow stepping a breakpoint with no
5817         signal.
5818         (proceed): Adjust to check 'resumed' instead of 'executing'.
5819         (clear_proceed_status_thread): If the thread has a pending status,
5820         and that status is a finished step, discard the pending status.
5821         (clear_proceed_status): Don't clear step_over_info here.
5822         (random_pending_event_thread, do_target_wait): New functions.
5823         (prepare_for_detach, wait_for_inferior, fetch_inferior_event): Use
5824         do_target_wait.
5825         (wait_one): New function.
5826         (THREAD_STOPPED_BY): New macro.
5827         (thread_stopped_by_watchpoint, thread_stopped_by_sw_breakpoint)
5828         (thread_stopped_by_hw_breakpoint): New functions.
5829         (switch_to_thread_cleanup, save_waitstatus, stop_all_threads): New
5830         functions.
5831         (handle_inferior_event): Also call set_resumed(false) on all
5832         threads implicitly stopped by the event.
5833         (restart_threads, resumed_thread_with_pending_status): New
5834         functions.
5835         (finish_step_over): If we were doing an in-line step-over before,
5836         and no longer are after trying to start a new step-over, restart
5837         all threads.  If we have multiple threads with pending events,
5838         save the current event and go through the event loop again.
5839         (handle_signal_stop): Return early if finish_step_over returns
5840         false.
5841         <random signal>: If we get a signal while stepping over a
5842         breakpoint in-line in non-stop mode, restart all threads.  Clear
5843         step_over_info before delivering the signal.
5844         (keep_going_stepped_thread): Use internal_error instead of
5845         gdb_assert.  Mark the thread as resumed.
5846         (keep_going_pass_signal): Assert the thread isn't already resumed.
5847         If some other thread is doing an in-line step-over, defer the
5848         resume.  If we just started a new in-line step-over, stop all
5849         threads.  Don't clear step_over_info.
5850         (infrun_async_inferior_event_handler): New function.
5851         (_initialize_infrun): Create async event handler with
5852         infrun_async_inferior_event_handler as callback.
5853         (infrun_async): New declaration.
5854         * target.c (target_async): New function.
5855         * target.h (target_async): Declare macro and readd as function
5856         declaration.
5857         * target/waitstatus.h (enum target_stop_reason)
5858         <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
5859         * thread.c (new_thread): Clear the new waitstatus field.
5860         (set_resumed): New function.
5861
5862 2015-08-07  Pedro Alves  <palves@redhat.com>
5863
5864         * infrun.c (keep_going_stepped_thread): New function, factored out
5865         from ...
5866         (switch_back_to_stepped_thread): ... here.
5867
5868 2015-08-07  Pedro Alves  <palves@redhat.com>
5869
5870         * infrun.c (currently_stepping): Extend intro comment.
5871         * target.h (target_resume): Extend intro comment.
5872
5873 2015-08-07  Pedro Alves  <palves@redhat.com>
5874
5875         * infrun.c (switch_back_to_stepped_thread): Use ecs->ptid instead
5876         of inferior_ptid.  If the stepped thread vanished, return 0
5877         instead of resuming here.  Use reset_ecs.  Print the prev_pc and
5878         the current stop_pc in log message.  Clear trap_expected if the
5879         thread advanced.  Don't pass currently_stepping to
5880         do_target_resume.
5881
5882 2015-08-07  Pedro Alves  <palves@redhat.com>
5883
5884         * gdbthread.h (struct thread_info) <prev_pc>: Extend comment.
5885         * infrun.c (struct execution_control_state): Move higher up in the
5886         file.
5887         (reset_ecs): New function.
5888         (start_step_over): Now returns int.  Rewrite to use
5889         keep_going_pass_signal instead of manually starting a displaced step.
5890         (resume): Don't call set_running here.  If displaced stepping
5891         can't start now, clear trap_expected.
5892         (find_thread_needs_step_over): Delete function.
5893         (proceed): Set up finish_thread_state_cleanup.  Call set_running.
5894         If the current thread needs a step over, push it in the step-over
5895         chain.  Don't set insert breakpoints nor call resume directly
5896         here.  Instead rewrite to use start_step_over and
5897         keep_going_pass_signal.
5898         (finish_step_over): New function.
5899         (handle_signal_stop): Call finish_step_over instead of
5900         start_step_over.
5901         (switch_back_to_stepped_thread): If the event thread needs another
5902         step-over do that first.  Use start_step_over.
5903         (keep_going_pass_signal): New function, factored out from ...
5904         (keep_going): ... here.
5905         (_initialize_infrun): Comment moved here.
5906         * thread.c (set_running_thread): New function.
5907         (set_running, finish_thread_state): Use set_running_thread.
5908
5909 2015-08-07  Pedro Alves  <palves@redhat.com>
5910
5911         * gdbthread.h (struct thread_info) <step_over_prev,
5912         step_over_next>: New fields.
5913         (thread_step_over_chain_enqueue, thread_step_over_chain_remove)
5914         (thread_step_over_chain_next, thread_is_in_step_over_chain): New
5915         declarations.
5916         * infrun.c (struct displaced_step_request): Delete.
5917         (struct displaced_step_inferior_state) <step_request_queue>:
5918         Delete field.
5919         (displaced_step_prepare): Assert that trap_expected is set.  Use
5920         thread_step_over_chain_enqueue.  Split starting a new displaced
5921         step to ...
5922         (start_step_over): ... this new function.
5923         (resume): Assert the thread isn't waiting for a step over already.
5924         (proceed): Assert the thread isn't waiting for a step over
5925         already.
5926         (infrun_thread_stop_requested): Adjust to remove threads from the
5927         embedded step-over chain.
5928         (handle_inferior_event) <fork/vfork>: Call start_step_over after
5929         displaced_step_fixup.
5930         (handle_signal_stop): Call start_step_over after
5931         displaced_step_fixup.
5932         * infrun.h (step_over_queue_head): New declaration.
5933         * thread.c (step_over_chain_enqueue, step_over_chain_remove)
5934         (thread_step_over_chain_next, thread_is_in_step_over_chain)
5935         (thread_step_over_chain_enqueue)
5936         (thread_step_over_chain_remove): New functions.
5937         (delete_thread_1): Remove thread from the step-over chain.
5938
5939 2015-08-07  Pedro Alves  <palves@redhat.com>
5940
5941         * infrun.c (thread_still_needs_step_over): Rename to ...
5942         (thread_still_needs_step_over_bp): ... this.
5943         (enum step_over_what): New.
5944         (thread_still_needs_step_over): Reimplement.
5945
5946 2015-08-07  Pedro Alves  <palves@redhat.com>
5947
5948         * remote.c (remote_wait_as): If not waiting for a stop reply,
5949         return TARGET_WAITKIND_NO_RESUMED.  If TARGET_WNOHANG is
5950         requested, don't block waiting forever.
5951
5952 2015-08-07  Pedro Alves  <pedro@codesourcery.com>
5953
5954         * infrun.c (adjust_pc_after_break): Now takes thread_info and
5955         waitstatus pointers instead of an ecs.  Adjust.
5956         (handle_inferior_event): Adjust caller.
5957
5958 2015-08-07  Pedro Alves  <palves@redhat.com>
5959
5960         * infrun.c (handle_inferior_event): If we get
5961         TARGET_WAITKIND_SIGNALLED or TARGET_WAITKIND_EXITED in non-stop
5962         mode, mark all threads of the exiting process as not-executing.
5963         (normal_stop): If we get TARGET_WAITKIND_SIGNALLED or
5964         TARGET_WAITKIND_EXITED in non-stop mode, finish all threads of the
5965         exiting process, if inferior_ptid still points at a process.
5966         * thread.c (struct current_thread_cleanup) <next>: New field.
5967         (current_thread_cleanup_chain): New global.
5968         (restore_current_thread_ptid_changed): New function.
5969         (restore_current_thread_cleanup_dtor): Remove the cleanup from the
5970         current_thread_cleanup_chain list.
5971         (make_cleanup_restore_current_thread): Add the cleanup data to the
5972         current_thread_cleanup_chain list.
5973         (_initialize_thread): Install restore_current_thread_ptid_changed
5974         as thread_ptid_changed observer.
5975
5976 2015-08-07  Joel Brobecker  <brobecker@adacore.com>
5977
5978         * dtrace-probe.c (dtrace_process_dof): Ignore the objfile's DOF
5979         data if a DTRACE_DOF_SECT_TYPE_PROVIDER section is found to be
5980         smaller than expected.
5981
5982 2015-08-07  Andrew Burgess  <andrew.burgess@embecosm.com>
5983
5984         * stack.c (get_frame_language): Moved ...
5985         * frame.c (get_frame_language): ... to here.
5986         * language.h (get_frame_language): Declaration moved to frame.h.
5987         * frame.h: Add language.h include, for language enum.
5988         (get_frame_language): Declaration moved from language.h.
5989         * language.c: Add frame.h include.
5990         * top.c: Add frame.h include.
5991         * symtab.h (struct obj_section): Declare.
5992         (struct cmd_list_element): Declare.
5993
5994 2015-08-07  Andrew Burgess  <andrew.burgess@embecosm.com>
5995
5996         * language.c (show_language_command): Find selected frame before
5997         asking for the language of that frame.
5998         (set_language_command): Likewise.
5999         * language.h (get_frame_language): Add frame parameter.
6000         * stack.c (get_frame_language): Add frame parameter, assert
6001         parameter is not NULL, update comment and reindent.
6002         * top.c (check_frame_language_change): Pass the selected frame
6003         into get_frame_language.
6004
6005 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
6006
6007         * btrace.c (btrace_compute_ftrace_bts): Clear insn flags.
6008         (pt_btrace_insn_flags): New.
6009         (ftrace_add_pt): Call pt_btrace_insn_flags.
6010         * btrace.h (btrace_insn_flag): New.
6011         (btrace_insn) <flags>: New.
6012         * record-btrace.c (btrace_insn_history): Print insn prefix.
6013         * NEWS: Announce it.
6014
6015 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
6016
6017         * configure.ac: Check for PERF_ATTR_SIZE_VER5 in linux/perf_event.h
6018         * configure: Regenerate.
6019
6020 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
6021
6022         * Makefile.in (LIBICONV): Define.
6023         (CLIBS): Add LIBICONV.
6024         * acinclude.m4: Use config/iconv.m4 instead of custom AM_ICONV.
6025         * configure: Regenerate.
6026
6027 2015-08-06  Simon Marchi  <simon.marchi@ericsson.com>
6028             Pedro Alves  <palves@redhat.com>
6029
6030         * arm-tdep.c (set_fp_model_sfunc): Add cast from integer to enum.
6031         (arm_set_abi): Likewise.
6032         * ax-general.c (ax_print): Likewise.
6033         * c-exp.y (exp : string_exp): Likewise.
6034         * compile/compile-loc2c.c (compute_stack_depth_worker): Likewise.
6035         (do_compile_dwarf_expr_to_c): Likewise.
6036         * cp-name-parser.y (demangler_special : DEMANGLER_SPECIAL start):
6037         Likewise.
6038         * dwarf2expr.c (execute_stack_op): Likewise.
6039         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
6040         (disassemble_dwarf_expression): Likewise.
6041         * dwarf2read.c (dwarf2_add_member_fn): Likewise.
6042         (read_array_order): Likewise.
6043         (abbrev_table_read_table): Likewise.
6044         (read_attribute_value): Likewise.
6045         (skip_unknown_opcode): Likewise.
6046         (dwarf_decode_macro_bytes): Likewise.
6047         (dwarf_decode_macros): Likewise.
6048         * eval.c (value_f90_subarray): Likewise.
6049         * guile/scm-param.c (gdbscm_make_parameter): Likewise.
6050         * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
6051         * infrun.c (handle_command): Likewise.
6052         * memory-map.c (memory_map_start_memory): Likewise.
6053         * osabi.c (set_osabi): Likewise.
6054         * parse.c (operator_length_standard): Likewise.
6055         * ppc-linux-tdep.c (ppc_canonicalize_syscall): Likewise, and use
6056         single return point.
6057         * python/py-frame.c (gdbpy_frame_stop_reason_string): Likewise.
6058         * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
6059         (gdbpy_lookup_global_symbol): Likewise.
6060         * record-full.c (record_full_restore): Likewise.
6061         * regcache.c (regcache_register_status): Likewise.
6062         (regcache_raw_read): Likewise.
6063         (regcache_cooked_read): Likewise.
6064         * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
6065         * symtab.c (initialize_ordinary_address_classes): Likewise.
6066         * target-debug.h (target_debug_print_signals): Likewise.
6067         * utils.c (do_restore_current_language): Likewise.
6068
6069 2015-08-06  Clem Dickey  <clemd@acm.org>
6070
6071         PR python/17136
6072         * python/lib/gdb/command/type_printers.py (InfoTypePrinter): Fix typo.
6073
6074 2015-08-06  Simon Marchi  <simon.marchi@ericsson.com>
6075
6076         * complaints.c (enum complaint_series): Add newlines and remove
6077         out of date comment.
6078         (struct complaints) <series>: Change type to enum
6079         complaint_series and remove out of date comment.
6080         (symfile_complaint_hook): Use equivalent enum value
6081         ISOLATED_MESSAGE instead of 0.
6082
6083 2015-08-06  Pedro Alves  <palves@redhat.com>
6084
6085         * nat/linux-waitpid.c (my_waitpid): Only print *status if waitpid
6086         returned > 0.
6087
6088 2015-08-06  Pierre Langlois  <pierre.langlois@arm.com>
6089
6090         * common/agent.c (symbol_list) <required>: Remove.
6091
6092 2015-08-06  Pedro Alves  <palves@redhat.com>
6093
6094         * target/waitstatus.h (enum target_stop_reason)
6095         <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
6096
6097 2015-08-05  Pedro Alves  <palves@redhat.com>
6098             Joel Brobecker  <brobecker@adacore.com>
6099
6100         * breakpoint.c (bpstat_what) <bp_longjmp, bp_longjmp_call_dummy>
6101         <bp_exception, bp_longjmp_resume, bp_exception_resume>: Handle the
6102         case where BS->STOP is not set.
6103
6104 2015-08-05  Ulrich Weigand  <uweigand@de.ibm.com>
6105
6106         * nat/gdb_thread_db.h: Add copyright header.
6107         Protect against multiple inclusion.
6108
6109 2015-08-05  Yao Qi  <yao.qi@linaro.org>
6110
6111         * aarch64-linux-nat.c (get_thread_id): Remove.
6112         (debug_reg_change_callback): Call ptid_get_lwp instead of
6113         get_thread_id.
6114         (fetch_gregs_from_thread): Likewise.
6115         (store_gregs_to_thread): Likewise.
6116         (fetch_fpregs_from_thread): Likewise.
6117         (store_fpregs_to_thread): Likewise.
6118         (aarch64_linux_get_debug_reg_capacity): Likewise.
6119         * arm-linux-nat.c (get_thread_id): Remove.
6120         (GET_THREAD_ID): Update macro to use ptid_get_lwp.
6121         * xtensa-linux-nat.c (get_thread_id): Remove.
6122         (GET_THREAD_ID): Update macro to use ptid_get_lwp.
6123         * arm-linux-nat.c (get_thread_id): Remove.
6124         (GET_THREAD_ID): Remove.
6125         (fetch_fpregs): Call ptid_get_lwp instead of GET_THREAD_ID.
6126         (store_fpregs, fetch_regs, store_regs): Likewise.
6127         (fetch_wmmx_regs, store_wmmx_regs): Likewise.
6128         (fetch_vfp_regs, store_vfp_regs): Likewise.
6129         (arm_linux_read_description): Likewise.
6130         (arm_linux_get_hwbp_cap): Likewise.
6131         * xtensa-linux-nat.c (get_thread_id): Remove.
6132         (GET_THREAD_ID): Remove.
6133         (fetch_gregs, store_gregs): Call ptid_get_lwp instead of
6134         GET_THREAD_ID.
6135
6136 2015-08-04  Ciro Santilli  <ciro.santilli@gmail.com>  (obvious patch)
6137
6138         * python/py-linetable.c: Fix case of Linetable to LineTable
6139         in docstrings and code comments.
6140         * python/py-symtab.c: Same.
6141
6142 2015-08-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
6143
6144         * infcmd.c (signal_command): Call do_cleanups for args_chain.
6145
6146 2015-08-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
6147
6148         PR gdb/18767
6149         * infcmd.c (attach_command): Move ARGS_CHAIN cleanup after last ARGS
6150         use.
6151
6152 2015-08-04  Pedro Alves  <palves@redhat.com>
6153
6154         * nat/gdb_thread_db.h (td_init_ftype, td_ta_new_ftype)
6155         (td_ta_map_lwp2thr_ftype, td_ta_thr_iter_ftype)
6156         (td_ta_event_addr_ftype, td_ta_set_event_ftype)
6157         (td_ta_clear_event_ftype, td_ta_event_getmsg_ftype)
6158         (td_thr_validate_ftype, td_thr_get_info_ftype)
6159         (td_thr_event_enable_ftype, td_thr_tls_get_addr_ftype)
6160         (td_thr_tlsbase_ftype, td_symbol_list_ftype, td_ta_delete_ftype):
6161         New typedefs.
6162         * linux-thread-db.c (struct thread_db_info): Use new typedefs.
6163         (try_thread_db_load_1): Define TDB_VERBOSE_DLSYM, TDB_DLSYM , CHK
6164         local macros and use them instead of verbose_dlsym and dlsym
6165         calls.
6166
6167 2015-08-03  Sandra Loosemore  <sandra@codesourcery.com>
6168
6169         * nios2-tdep.h: Include opcode/nios2.h here.
6170         (NIOS2_CDX_OPCODE_SIZE): New.
6171         (struct gdbarch_tdep): Add OP parameter to syscall_next_pc.
6172         * nios2-tdep.c: Don't include opcode/nios2.h here.
6173         (nios2_fetch_insn): For R2, try reading 2-byte instruction if
6174         4-byte read fails.
6175         (nios2_match_add, nios2_match_sub): Add cases for R2 encodings.
6176         (nios2_match_addi, nios2_match_orhi): Likewise.
6177         (nios2_match_stw, nios2_match_ldw): Likewise.
6178         (nios2_match_rdctl): Likewise.
6179         (nios2_match_stwm, nios2_match_ldwm): New.
6180         (nios2_match_branch): Add cases for R2 encodings.
6181         (nios2_match_jmpi, nios2_match_calli): Likewise.
6182         (nios2_match_jmpr, nios2_match_callr): Likewise.
6183         (nios2_match_break, nios2_match_trap): Likewise.
6184         (nios2_in_epilogue_p): Add R2 support.
6185         (nios2_analyze_prologue): Update comments.  Recognize R2 CDX
6186         prologues.
6187         (nios2_breakpoint_from_pc): Handle R2 instructions.
6188         (nios2_get_next_pc): Likewise.  Adjust call to
6189         tdep->syscall_next_pc.
6190         * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame):
6191         Renamed from nios2_linux_rt_sigreturn_tramp_frame.  Use
6192         instruction field macros instead of literal hex values.
6193         (nios2_r2_linux_rt_sigreturn_tramp_frame): New.
6194         (nios2_linux_syscall_next_pc): Adjust signature to pass OP.
6195         Use size field from OP instead of assuming all instructions
6196         are the same size.
6197         (nios2_linux_init_abi): Register appropriate unwinder for mach.
6198
6199 2015-08-03  Ulrich Weigand  <uweigand@de.ibm.com>
6200
6201         * cp-namespace.c (cp_lookup_symbol_via_imports): Fix uninitialized
6202         variable warning with some compilers.
6203
6204 2015-08-03  Yao Qi  <yao.qi@linaro.org>
6205
6206         * arm-linux-nat.c (arm_linux_get_hwbp_type): Capitalize "type"
6207         in comment.  Replace "rw" with "type".
6208         (arm_linux_remove_watchpoint): Change type of "rw" to
6209         "enum target_hw_bp_type".
6210
6211 2015-08-02  Pierre-Marie de Rodat  <derodat@adacore.com>
6212
6213         * alpha-mdebug-tdep.c (find_proc_desc): Update call to
6214         lookup_symbol.
6215         * ft32-tdep.c (ft32_skip_prologue): Likewise.
6216         * moxie-tdep.c (moxie_skip_prologue): Likewise.
6217         * mt-tdep.c (mt_skip_prologue): Likewise.
6218         * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
6219
6220 2015-08-01  Pierre-Marie de Rodat  <derodat@adacore.com>
6221
6222         * ada-exp.y (write_object_renaming): Replace struct
6223         ada_symbol_info with struct block_symbol.  Update field
6224         references accordingly.
6225         (block_lookup, select_possible_type_sym): Likewise.
6226         (find_primitive_type): Likewise.  Also update call to
6227         ada_lookup_symbol to extract the symbol itself.
6228         (write_var_or_type, write_name_assoc): Likewise.
6229         * ada-lang.h (struct ada_symbol_info): Remove.
6230         (ada_lookup_symbol_list): Replace struct ada_symbol_info with
6231         struct block_symbol.
6232         (ada_lookup_encoded_symbol, user_select_syms): Likewise.
6233         (ada_lookup_symbol): Return struct block_symbol instead of a
6234         mere symbol.
6235         * ada-lang.c (defns_collected): Replace struct ada_symbol_info
6236         with struct block_symbol.
6237         (resolve_subexp, ada_resolve_function, sort_choices,
6238         user_select_syms, is_nonfunction, add_defn_to_vec,
6239         num_defns_collected, defns_collected,
6240         symbols_are_identical_enums, remove_extra_symbols,
6241         remove_irrelevant_renamings, add_lookup_symbol_list_worker,
6242         ada_lookup_symbol_list, ada_iterate_over_symbols,
6243         ada_lookup_encoded_symbol, get_var_value): Likewise.
6244         (ada_lookup_symbol): Return a block_symbol instead of a mere
6245         symbol.  Replace struct ada_symbol_info with struct
6246         block_symbol.
6247         (ada_lookup_symbol_nonlocal): Likewise.
6248         (standard_lookup): Make block passing explicit through
6249         lookup_symbol_in_language.
6250         * ada-tasks.c (get_tcb_types_info): Update the calls to
6251         lookup_symbol_in_language to extract the mere symbol out of the
6252         returned value.
6253         (ada_tasks_inferior_data_sniffer): Likewise.
6254         * ax-gdb.c (gen_static_field): Likewise for the call to
6255         lookup_symbol.
6256         (gen_maybe_namespace_elt): Deal with struct block_symbol from
6257         lookup functions.
6258         (gen_expr): Likewise.
6259         * c-exp.y: Likewise.  Remove uses of block_found.
6260         (lex_one_token, classify_inner_name, c_print_token): Likewise.
6261         (classify_name): Likewise.  Rename the "sym" local variable to
6262         "bsym".
6263         * c-valprint.c (print_unpacked_pointer): Likewise.
6264         * compile/compile-c-symbols.c (convert_symbol_sym): Promote the
6265         "sym" parameter from struct symbol * to struct block_symbol.
6266         Use it to remove uses of block_found.  Deal with struct
6267         block_symbol from lookup functions.
6268         (gcc_convert_symbol): Likewise.  Update the call to
6269         convert_symbol_sym.
6270         * compile/compile-object-load.c (compile_object_load): Deal with
6271         struct block_symbol from lookup functions.
6272         * cp-namespace.c (cp_lookup_nested_symbol_1,
6273         cp_lookup_nested_symbol, cp_lookup_bare_symbol,
6274         cp_search_static_and_baseclasses,
6275         cp_lookup_symbol_in_namespace, cp_lookup_symbol_via_imports,
6276         cp_lookup_symbol_imports_or_template,
6277         cp_lookup_symbol_via_all_imports, cp_lookup_symbol_namespace,
6278         lookup_namespace_scope, cp_lookup_nonlocal,
6279         find_symbol_in_baseclass): Return struct block_symbol instead of
6280         mere symbols and deal with struct block_symbol from lookup
6281         functions.
6282         * cp-support.c (inspect_type, replace_typedefs,
6283         cp_lookup_rtti_type): Deal with struct block_symbol from
6284         lookup functions.
6285         * cp-support.h (cp_lookup_symbol_nonlocal,
6286         cp_lookup_symbol_from_namespace,
6287         cp_lookup_symbol_imports_or_template, cp_lookup_nested_symbol):
6288         Return struct block_symbol instead of mere symbols.
6289         * d-exp.y (d_type_from_name, d_module_from_name, push_variable,
6290         push_module_name):
6291         Deal with struct block_symbol from lookup functions.  Remove
6292         uses of block_found.
6293         * eval.c (evaluate_subexp_standard): Update call to
6294         cp_lookup_symbol_namespace.
6295         * f-exp.y: Deal with struct block_symbol from lookup functions.
6296         Remove uses of block_found.
6297         (yylex): Likewise.
6298         * gdbtypes.c (lookup_typename, lookup_struct, lookup_union,
6299         lookup_enum, lookup_template_type, check_typedef): Deal with
6300         struct block_symbol from lookup functions.
6301         * guile/scm-frame.c (gdbscm_frame_read_var): Likewise.
6302         * guile/scm-symbol.c (gdbscm_lookup_symbol): Likewise.
6303         (gdbscm_lookup_global_symbol): Likewise.
6304         * gnu-v3-abi.c (gnuv3_get_typeid_type): Likewise.
6305         * go-exp.y: Likewise.  Remove uses of block_found.
6306         (package_name_p, classify_packaged_name, classify_name):
6307         Likewise.
6308         * infrun.c (insert_exception_resume_breakpoint): Likewise.
6309         * jv-exp.y (push_variable): Likewise.
6310         * jv-lang.c (java_lookup_class, get_java_object_type): Likewise.
6311         * language.c (language_bool_type): Likewise.
6312         * language.h (struct language_defn): Update
6313         la_lookup_symbol_nonlocal to return a struct block_symbol rather
6314         than a mere symbol.
6315         * linespec.c (find_label_symbols): Deal with struct block_symbol
6316         from lookup functions.
6317         * m2-exp.y: Likewise.  Remove uses of block_found.
6318         (yylex): Likewise.
6319         * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
6320         * objc-lang.c (lookup_struct_typedef, find_imps): Likewise.
6321         * p-exp.y: Likewise.  Remove uses of block_found.
6322         (yylex): Likewise.
6323         * p-valprint.c (pascal_val_print): Likewise.
6324         * parse.c (write_dollar_variable): Likewise.  Remove uses of
6325         block_found.
6326         * parser-defs.h (struct symtoken): Turn the SYM field into a
6327         struct block_symbol.
6328         * printcmd.c (address_info): Deal with struct block_symbol from
6329         lookup functions.
6330         * python/py-frame.c (frapy_read_var): Likewise.
6331         * python/py-symbol.c (gdbpy_lookup_symbol,
6332         gdbpy_lookup_global_symbol): Likewise.
6333         * skip.c (skip_function_command): Likewise.
6334         * solib-darwin.c (darwin_lookup_lib_symbol): Return a struct
6335         block_symbol instead of a mere symbol.
6336         * solib-spu.c (spu_lookup_lib_symbol): Likewise.
6337         * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
6338         * solib.c (solib_global_lookup): Likewise.
6339         * solist.h (solib_global_lookup): Likewise.
6340         (struct target_so_ops): Update lookup_lib_global_symbol to
6341         return a struct block_symbol rather than a mere symbol.
6342         * source.c (select_source_symtab): Deal with struct block_symbol
6343         from lookup functions.
6344         * stack.c (print_frame_args, iterate_over_block_arg_vars):
6345         Likewise.
6346         * symfile.c (set_initial_language): Likewise.
6347         * symtab.c (SYMBOL_LOOKUP_FAILED): Turn into a struct
6348         block_symbol.
6349         (SYMBOL_LOOKUP_FAILED_P): New predicate as a macro.
6350         (struct symbol_cache_slot): Turn the FOUND field into a struct
6351         block_symbol.
6352         (block_found): Remove.
6353         (eq_symbol_entry): Update to deal with struct block_symbol in
6354         cache slots.
6355         (symbol_cache_lookup): Return a struct block_symbol rather than
6356         a mere symbol.
6357         (symbol_cache_mark_found): Add a BLOCK parameter to fill
6358         appropriately the cache slots.  Update callers.
6359         (symbol_cache_dump): Update cache slots handling to the type
6360         change.
6361         (lookup_symbol_in_language, lookup_symbol, lookup_language_this,
6362         lookup_symbol_aux, lookup_local_symbol,
6363         lookup_symbol_in_objfile, lookup_global_symbol_from_objfile,
6364         lookup_symbol_in_objfile_symtabs,
6365         lookup_symbol_in_objfile_from_linkage_name,
6366         lookup_symbol_via_quick_fns, basic_lookup_symbol_nonlocal,
6367         lookup_symbol_in_static_block, lookup_static_symbol,
6368         lookup_global_symbol):
6369         Return a struct block_symbol rather than a mere symbol.  Deal
6370         with struct block_symbol from other lookup functions.  Remove
6371         uses of block_found.
6372         (lookup_symbol_in_block): Remove uses of block_found.
6373         (struct global_sym_lookup_data): Turn the RESULT field into a
6374         struct block_symbol.
6375         (lookup_symbol_global_iterator_cb): Update references to the
6376         RESULT field.
6377         (search_symbols): Deal with struct block_symbol from lookup
6378         functions.
6379         * symtab.h (struct block_symbol): New structure.
6380         (block_found): Remove.
6381         (lookup_symbol_in_language, lookup_symbol,
6382         basic_lookup_symbol_nonlocal, lookup_symbol_in_static_block,
6383         lookup_static_symbol, lookup_global_symbol, lookup_language_this,
6384         lookup_global_symbol_from_objfile): Return a struct block_symbol
6385         rather than just a mere symbol.  Update comments to remove
6386         mentions of block_found.
6387         * valops.c (find_function_in_inferior,
6388         value_struct_elt_for_reference, value_maybe_namespace_elt,
6389         value_of_this):  Deal with struct block_symbol from lookup
6390         functions.
6391         * value.c (value_static_field, value_fn_field): Likewise.
6392
6393 2015-07-31  Simon Marchi  <simon.marchi@ericsson.com>
6394
6395         * remote-m32r-sdi.c (m32r_remove_watchpoint): Use enum type
6396         instead of integer.
6397
6398 2015-07-31  Simon Marchi  <simon.marchi@ericsson.com>
6399             Pedro Alves  <palves@redhat.com>
6400
6401         * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): Use enum
6402         type or value instead of integer.
6403         (aarch64_linux_insert_watchpoint): Likewise.
6404         (aarch64_linux_remove_watchpoint): Likewise.
6405         * ada-lang.c (ada_op_print_tab): Likewise.
6406         * amd64-linux-tdep.c (amd64_canonicalize_syscall): Likewise.
6407         (amd64_linux_syscall_record_common): Likewise.
6408         * arch-utils.c (target_byte_order_user): Likewise.
6409         (default_byte_order): Likewise.
6410         * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Likewise.
6411         (arm_linux_get_hwbp_type): Likewise.
6412         (arm_linux_hw_watchpoint_initialize): Likewise.
6413         (arm_linux_insert_watchpoint): Likewise.
6414         * arm-linux-tdep.c (arm_canonicalize_syscall): Likewise.
6415         (arm_linux_syscall_record): Likewise.
6416         * breakpoint.c (update_watchpoint): Likewise.
6417         (breakpoint_here_p): Likewise.
6418         (bpstat_print): Likewise.
6419         (enable_breakpoint_disp): Likewise.
6420         * c-lang.c (c_op_print_tab): Likewise.
6421         * cli/cli-decode.c (add_info_alias): Likewise.
6422         * d-lang.c (d_op_print_tab): Likewise.
6423         * eval.c (evaluate_subexp_standard): Likewise.
6424         * f-exp.y (dot_ops): Likewise.
6425         (f77_keywords): Likewise.
6426         * f-lang.c (f_op_print_tab): Likewise.
6427         * go-lang.c (go_op_print_tab): Likewise.
6428         * guile/scm-breakpoint.c (gdbscm_make_breakpoint): Likewise.
6429         * guile/scm-cmd.c (gdbscm_make_command): Likewise.
6430         * guile/scm-param.c (gdbscm_make_parameter): Likewise.
6431         * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Likewise.
6432         * guile/scm-string.c (struct scm_to_stringn_data): Likewise.
6433         (struct scm_from_stringn_data): Likewise.
6434         * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
6435         * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
6436         (ia64_linux_remove_watchpoint): Likewise.
6437         (ia64_linux_can_use_hw_breakpoint): Likewise.
6438         * infrun.c (print_stop_event): Likewise.
6439         * jv-lang.c (java_op_print_tab): Likewise.
6440         * linux-nat.c (linux_proc_xfer_partial): Likewise.
6441         * linux-nat.h (struct lwp_info): Likewise.
6442         * linux-thread-db.c (enable_thread_event): Likewise.
6443         * m2-lang.c (m2_op_print_tab): Likewise.
6444         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise.
6445         (mi_cmd_stack_list_variables): Likewise.
6446         * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
6447         * mi/mi-out.c (mi_table_begin): Likewise.
6448         (mi_table_header): Likewise.
6449         * mips-linux-nat.c (mips_linux_can_use_hw_breakpoint): Likewise.
6450         (mips_linux_insert_watchpoint): Likewise.
6451         (mips_linux_remove_watchpoint): Likewise.
6452         * nat/mips-linux-watch.c (mips_linux_watch_type_to_irw): Likewise.
6453         * nat/mips-linux-watch.h (struct mips_watchpoint): Likewise.
6454         (mips_linux_watch_type_to_irw): Likewise.
6455         * nto-procfs.c (procfs_can_use_hw_breakpoint): Likewise.
6456         (procfs_insert_hw_watchpoint): Likewise.
6457         (procfs_remove_hw_watchpoint): Likewise.
6458         (procfs_hw_watchpoint): Likewise.
6459         (procfs_can_use_hw_breakpoint): Likewise.
6460         (procfs_remove_hw_watchpoint): Likewise.
6461         (procfs_insert_hw_watchpoint): Likewise.
6462         * p-lang.c (pascal_op_print_tab): Likewise.
6463         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): Likewise.
6464         * ppc-linux-tdep.c (ppu2spu_unwind_register): Likewise.
6465         * ppc-sysv-tdep.c (get_decimal_float_return_value): Likewise.
6466         * procfs.c (procfs_can_use_hw_breakpoint): Likewise.
6467         (procfs_insert_watchpoint): Likewise.
6468         (procfs_remove_watchpoint): Likewise.
6469         * psymtab.c (recursively_search_psymtabs): Likewise.
6470         * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint): Likewise.
6471         (m32r_insert_watchpoint): Likewise.
6472         * remote-mips.c (mips_can_use_watchpoint): Likewise.
6473         (mips_insert_watchpoint): Likewise.
6474         (mips_remove_watchpoint): Likewise.
6475         * remote.c (watchpoint_to_Z_packet): Likewise.
6476         (remote_insert_watchpoint): Likewise.
6477         (remote_remove_watchpoint): Likewise.
6478         (remote_check_watch_resources): Likewise.
6479         * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
6480         (s390_remove_watchpoint): Likewise.
6481         (s390_can_use_hw_breakpoint): Likewise.
6482         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
6483         * spu-linux-nat.c (spu_can_use_hw_breakpoint): Likewise.
6484         * target.h (struct target_ops): Likewise.
6485         * tilegx-tdep.c (tilegx_analyze_prologue): Likewise.
6486         * ui-out.c (struct ui_out_hdr): Likewise.
6487         (append_header_to_list): Likewise.
6488         (get_next_header): Likewise.
6489         (verify_field): Likewise.
6490         (ui_out_begin): Likewise.
6491         (ui_out_field_int): Likewise.
6492         (ui_out_field_fmt_int): Likewise.
6493         (ui_out_field_skip): Likewise.
6494         (ui_out_field_string): Likewise.
6495         (ui_out_field_fmt): Likewise.
6496         * varobj.c (new_variable): Likewise.
6497         * x86-nat.c (x86_insert_watchpoint): Likewise.
6498         (x86_remove_watchpoint): Likewise.
6499         (x86_can_use_hw_breakpoint): Likewise.
6500         * xtensa-tdep.h (struct gdbarch_tdep): Likewise.
6501         * inflow.c (enum gdb_has_a_terminal_flag_enum): Add name to
6502         previously anonymous enumeration type..
6503         * linux-record.h (enum gdb_syscall): Add gdb_sys_no_syscall
6504         value.
6505         * target-debug.h (target_debug_print_enum_target_hw_bp_type): New.
6506         (target_debug_print_enum_bptype): New.
6507         * target-delegates.c: Regenerate.
6508
6509 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
6510
6511         * nios2-tdep.c (nios2_analyze_prologue): Do what the comment
6512         already says and disallow non-stack memory writes in the prologue.
6513
6514 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
6515
6516         * nios2-tdep.c (nios2_analyze_prologue): Update comments to
6517         reflect how current GCC emits stack overflow checks.  Match
6518         both trap and break instructions for backward compatbility.
6519         Disallow other trap and break instructions in the prologue.
6520
6521 2015-07-30  Pedro Alves  <palves@redhat.com>
6522
6523         PR threads/18600
6524         * linux-nat.c (wait_lwp): Report to the core when thread group
6525         leader exits.
6526
6527 2015-07-30  Pedro Alves  <palves@redhat.com>
6528             Simon Marchi  <simon.marchi@ericsson.com>
6529
6530         PR threads/18600
6531         * linux-nat.c (linux_handle_extended_wait): On CLONE event, always
6532         mark the new thread as resumed.  Remove STOPPING parameter.
6533         (wait_lwp): Adjust call to linux_handle_extended_wait.
6534         (linux_nat_filter_event): Adjust call to
6535         linux_handle_extended_wait.
6536         (resume_stopped_resumed_lwps): Add debug output.
6537
6538 2015-07-30  Pierre Langlois  <pierre.langlois@arm.com>
6539
6540         * arch-utils.c (default_fast_tracepoint_valid_at): Remove unused
6541         isize argument.
6542         * arch-utils.h (default_fast_tracepoint_valid_at): Likewise.
6543         * breakpoint.c (check_fast_tracepoint_sals): Adjust call to
6544         gdbarch_fast_tracepoint_valid_at.
6545         * gdbarch.sh (fast_tracepoint_valid_at): Remove isize argument.
6546         * gdbarch.h: Regenerate.
6547         * gdbarch.c: Regenerate.
6548         * i386-tdep.c (i386_fast_tracepoint_valid_at): Remove isize
6549         argument.  Do not set it.
6550         * remote.c (remote_download_tracepoint): Adjust call to
6551         gdbarch_fast_tracepoint_valid_at.  Call gdb_insn_length to get
6552         the instruction length.
6553
6554 2015-07-30  Yao Qi  <yao.qi@linaro.org>
6555
6556         * arm-tdep.h (enum gdb_regnum): Move it to ...
6557         * arch/arm.h: ... here.  New file.
6558         * Makefile.in (HFILES_NO_SRCDIR): Add arch/arm.h.
6559
6560 2015-07-30  Pierre Langlois  <pierre.langlois@arm.com>
6561
6562         * aarch64-tdep.c (decode_b): Rename link argument to is_bl.
6563         Change its type to int *.
6564         (decode_br): Rename link argument to is_blr.  Change its type to
6565         int *.
6566         (decode_cb): Rename op argument to is_cbnz.  Change its type to
6567         int *.
6568         (decode_tb): Rename op argument to is_tbnz.  Change its type to
6569         int *.  Set is_tbnz to either 1 or 0.
6570         (aarch64_analyze_prologue): Change type of is_link to int.  Add
6571         new variables is_cbnz and is_tbnz.  Adjust call to
6572         aarch64_decode_cb and aarch64_decode_tb.
6573
6574 2015-07-29  Simon Marchi  <simon.marchi@ericsson.com>
6575
6576         * mips-linux-nat.c (write_watchpoint_regs): Add NULL as ptrace's 4th
6577         parameter.
6578         (mips_linux_new_thread): Likewise.
6579         * nat/mips-linux-watch.c (mips_linux_read_watch_registers): Likewise.
6580
6581 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
6582
6583         * top.c: Include "tui/tui.h".
6584         (undo_terminal_modifications_before_exit): New static function.
6585         (quit_force): Use it.
6586
6587 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
6588
6589         * target.c (terminal_state): Initialize to terminal_is_ours.
6590
6591 2015-07-29  Yao Qi  <yao.qi@linaro.org>
6592
6593         PR record/18691
6594         * dcache.c (dcache_read_memory_partial): Call
6595         raw_memory_xfer_partial.
6596         * target.c (raw_memory_xfer_partial): Make it non-static.
6597         * target.h (raw_memory_xfer_partial): Declare.
6598
6599 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
6600
6601         * c-valprint.c (c_val_print_array): Consider addressable memory
6602         unit size.
6603         (c_val_print_ptr): Likewise.
6604         (c_val_print_int): Likewise.
6605         * findvar.c (read_frame_register_value): Likewise.
6606         * valarith.c (find_size_for_pointer_math): Likewise.
6607         (value_ptrdiff): Likewise.
6608         (value_subscripted_rvalue): Likewise.
6609         * valops.c (read_value_memory): Likewise (and rename variables).
6610         (value_assign): Likewise.
6611         (value_repeat): Likewise.
6612         (value_array): Likewise.
6613         (value_slice): Likewise.
6614         * valprint.c (generic_val_print_ptr): Likewise.
6615         (generic_val_print_enum): Likewise.
6616         (generic_val_print_bool): Likewise.
6617         (generic_val_print_int): Likewise.
6618         (generic_val_print_char): Likewise.
6619         (generic_val_print_float): Likewise.
6620         (generic_val_print_decfloat): Likewise.
6621         (generic_val_print_complex): Likewise.
6622         (val_print_scalar_formatted): Likewise.
6623         (val_print_array_elements): Likewise.
6624         * value.c (set_value_parent): Likewise.
6625         (value_contents_copy_raw): Likewise.
6626         (set_internalvar_component): Likewise.
6627         (value_primitive_field): Likewise.
6628         (value_fetch_lazy): Likewise.
6629         * value.h (read_value_memory): Update comment.
6630
6631 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
6632
6633         * value.c (get_value_arch): New function.
6634         * value.h (get_value_arch): New declaration.
6635
6636 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
6637
6638         * value.c (struct value): Update comments.
6639
6640 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
6641
6642         * gdbtypes.c (type_length_units): New function.
6643         * gdbtypes.h (type_length_units): New declaration.
6644         (struct type) <length>: Update comment.
6645
6646 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6647
6648         * valprint.c (generic_val_print): Factor out complex
6649         printing code to ...
6650         (generic_val_print_complex): ... this new function.
6651
6652 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6653
6654         * valprint.c (generic_val_print): Factor out decfloat
6655         printing code to ...
6656         (generic_val_print_decfloat): ... this new function.
6657
6658 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6659
6660         * valprint.c (generic_val_print): Factor out float
6661         printing code to ...
6662         (generic_val_print_float): ... this new function.
6663
6664 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6665
6666         * valprint.c (generic_val_print): Factor out char
6667         printing code to ...
6668         (generic_val_print_char): ... this new function.
6669
6670 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6671
6672         * valprint.c (generic_val_print): Factor out integer
6673         printing code to ...
6674         (generic_val_print_int): ... this new function.
6675
6676 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6677
6678         * valprint.c (generic_val_print): Factor out bool
6679         printing code to ...
6680         (generic_val_print_bool): ... this new function.
6681
6682 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6683
6684         * valprint.c (generic_val_print): Factor out function/method
6685         printing code to ...
6686         (generic_val_print_func): ... this new function.
6687
6688 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6689
6690         * valprint.c (generic_val_print): Factor out flags
6691         printing code to ...
6692         (generic_val_print_flags): ... this new function.
6693
6694 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6695
6696         * valprint.c (generic_val_print): Factor out enum
6697         printing code to ...
6698         (generic_val_print_enum): ... this new function.
6699
6700 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6701
6702         * valprint.c (generic_val_print): Factor out reference
6703         printing code to ...
6704         (generic_val_print_ref): ... this new function.
6705
6706 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6707
6708         * valprint.c (generic_val_print): Factor out memberptr
6709         printing code to ...
6710         (generic_val_print_memberptr): ... this new function.
6711
6712 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6713
6714         * valprint.c (generic_val_print): Factor out pointer
6715         printing code to ...
6716         (generic_val_print_ptr): ... this new function.
6717
6718 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6719
6720         * valprint.c (generic_val_print): Factor out array
6721         printing code to ...
6722         (generic_val_print_array): ... this new function.
6723
6724 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6725
6726         * valprint.c (generic_val_print): Factor out
6727         print_unpacked_pointer code to ...
6728         (print_unpacked_pointer): ... this new function.
6729
6730 2015-07-27  Patrick Palka  <patrick@parcs.ath.cx>
6731
6732         * event-top.c (handle_sigterm): Don't inspect
6733         target_can_async_p.  Always set the quit flag and always mark
6734         the async signal handler.
6735
6736 2015-07-27  Yao Qi  <yao.qi@linaro.org>
6737
6738         * Makefile.in (REMOTE_EXAMPLES): Remove it.
6739
6740 2015-07-25  Kevin Buettner  <kevinb@redhat.com>
6741
6742         * remote.c (read_ptid): Return null_ptid when no thread id
6743         is found.
6744         (remote_current_thread): Add log warning for malformed
6745         qC reply.
6746         (remote_start_remote): Add log warning when current thread
6747         not found.
6748
6749 2015-07-24  Pedro Alves  <palves@redhat.com>
6750
6751         * s390-linux-nat.c (fetch_regs, store_regs, fetch_fpregs)
6752         (s390_stopped_by_watchpoint, s390_prepare_to_resume): Pass 0 as
6753         forth argument to ptrace PTRACE_PEEKUSR_AREA/PTRACE_POKEUSR_AREA.
6754
6755 2015-07-24  Pedro Alves  <palves@redhat.com>
6756
6757         PR gdb/18717
6758         * linux-nat.c (linux_nat_filter_event): Don't assert that the lwp
6759         is resumed, and extend the debug log.
6760
6761 2015-07-24  Pedro Alves  <palves@redhat.com>
6762
6763         * fork-child.c (fork_inferior): Print argv[0] instead of exec_file.
6764
6765 2015-07-24  Pedro Alves  <palves@redhat.com>
6766
6767         * aarch64-linux-nat.c: Include nat/gdb_ptrace.h instead of
6768         sys/ptrace.h.
6769         * alpha-linux-nat.c: Likewise.
6770         * amd64-linux-nat.c: Likewise.
6771         * arm-linux-nat.c: Likewise.
6772         * hppa-linux-nat.c: Likewise.
6773         * i386-linux-nat.c: Likewise.
6774         * ia64-linux-nat.c: Likewise.
6775         * linux-fork.c: Likewise.
6776         * linux-nat.c: Likewise.
6777         * m32r-linux-nat.c: Likewise.
6778         * m68klinux-nat.c: Likewise.
6779         * mips-linux-nat.c: Likewise.
6780         * nat/linux-btrace.c: Likewise.
6781         * nat/linux-ptrace.c: Likewise.
6782         * nat/linux-ptrace.h
6783         * nat/mips-linux-watch.c: Likewise.
6784         * nat/x86-linux-dregs.c: Likewise.
6785         * ppc-linux-nat.c: Likewise.
6786         * s390-linux-nat.c: Likewise.
6787         * spu-linux-nat.c: Likewise.
6788         * tilegx-linux-nat.c: Likewise.
6789         * x86-linux-nat.c: Likewise.
6790         * xtensa-linux-nat.c: Likewise.
6791
6792 2015-07-24  Pedro Alves  <palves@redhat.com>
6793
6794         * ptrace.m4 (ptrace tests): Test in C++ mode.  Try with 'enum
6795         __ptrace_request as first parameter type instead of int.
6796         (PTRACE_TYPE_ARG1): Define.
6797         * nat/gdb_ptrace.h [!PTRACE_TYPE_ARG5] (ptrace): Define as wrapper
6798         that casts first argument to PTRACE_TYPE_ARG1.
6799         * config.in: Regenerate.
6800         * configure: Regenerate.
6801
6802 2015-07-24  Pedro Alves  <palves@redhat.com>
6803
6804         * gdb_ptrace.h: Move ...
6805         * nat/gdb_ptrace.h: ... here.
6806         * inf-ptrace.c: Adjust.
6807
6808 2015-07-24  Pedro Alves  <palves@redhat.com>
6809
6810         * acinclude.m4: Include ptrace.m4.
6811         * configure.ac: Call GDB_AC_PTRACE and move ptrace checks ...
6812         * ptrace.m4: ... to this new file.
6813
6814 2015-07-23  Doug Evans  <dje@google.com>
6815
6816         * dwarf2read.c (dwarf2_per_cu_data): Add comment.
6817         (load_cu): Handle dummy CUs.
6818         (dw2_do_instantiate_symtab, process_queuef): Ditto.
6819         (dwarf2_fetch_die_loc_sect_off, dwarf2_fetch_constant_bytes): Ditto.
6820
6821 2015-07-23  Ciro Santilli  <ciro.santilli@gmail.com>  (tiny patch)
6822
6823         * py-linetable.c (ltpy_get_all_source_lines): Adjust function
6824         documentation to say that it returns a list rather than
6825         a FrozenSet.
6826         (linetable_object_methods): Update the docstring of the
6827         "source_line" entry.
6828
6829 2015-07-23  Pierre-Marie de Rodat  <derodat@adacore.com>
6830
6831         * gdbtypes.c (resolve_dynamic_array): Pass the peeled element
6832         type to the recursive call instead of the original (maybe
6833         TYPE_CODE_TYPEDEF) type.
6834
6835 2015-07-23  Yao Qi  <yao.qi@linaro.org>
6836
6837         * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): If
6838         TYPE is watchpoint, return zero if aarch64_num_wp_regs is zero.
6839         If TYPE is breakpoint, return zero if arch64_num_bp_regs is zero.
6840
6841 2015-07-21  Yao Qi  <yao.qi@linaro.org>
6842
6843         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
6844         Move it to nat/aarch64-linux-hw-point.c.
6845         (aarch64_linux_child_post_startup_inferior): Update.
6846         * nat/aarch64-linux-hw-point.c (aarch64_linux_get_debug_reg_capacity):
6847         New function.
6848         * nat/aarch64-linux-hw-point.h (aarch64_linux_get_debug_reg_capacity):
6849         Declare it.
6850
6851 2015-07-21  Markus Metzger  <markus.t.metzger@intel.com>
6852
6853         * common/btrace-common.c (btrace_data_append): Change case label.
6854
6855 2015-07-20  Yao Qi  <yao.qi@linaro.org>
6856
6857         * nat/aarch64-linux-hw-point.c (aarch64_handle_unaligned_watchpoint):
6858         Re-indent the code.
6859         * nat/aarch64-linux-hw-point.h: Use ULONGEST rather than
6860         "unsigned long long".
6861
6862 2015-07-18  Kevin Buettner  <kevinb@redhat.com>
6863
6864         * dwarf2read.c (dwarf2_locate_sections): Allow has_section_at_zero
6865         to be set for SEC_ALLOC sections too.
6866
6867 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6868
6869         * Makefile.in (HFILES_NO_SRCDIR): Add
6870         nat/aarch64-linux-hw-point.h.
6871         (aarch64-linux-hw-point.o): New rule.
6872         * nat/aarch64-linux-hw-point.h: New file.
6873         * nat/aarch64-linux-hw-point.c: New file.
6874         * aarch64-linux-nat.c: Include nat/aarch64-linux-hw-point.h.
6875         (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
6876         (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
6877         (AARCH64_HWP_ALIGNMENT): Likewise.
6878         (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
6879         (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
6880         (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
6881         (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
6882         (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
6883         (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
6884         (struct aarch64_debug_reg_state): Likewise.
6885         (struct arch_lwp_info): Likewise.
6886         (aarch64_linux_set_debug_regs): Likewise.
6887         (aarch64_notify_debug_reg_change): Remove static.
6888         (aarch64_align_watchpoint): Likewise.
6889         (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
6890         (aarch64_watchpoint_length): Likewise.
6891         (aarch64_point_encode_ctrl_reg): Likewise
6892         (aarch64_point_is_aligned): Likewise.
6893         (aarch64_dr_state_insert_one_point): Likewise.
6894         (aarch64_dr_state_remove_one_point): Likewise.
6895         (aarch64_handle_breakpoint): Likewise.
6896         (aarch64_handle_aligned_watchpoint): Likewise.
6897         (aarch64_handle_unaligned_watchpoint): Likewise.
6898         (aarch64_handle_watchpoint): Likewise.
6899         * config/aarch64/linux.mh (NAT_FILE): Add
6900         aarch64-linux-hw-point.o.
6901
6902 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6903
6904         * aarch64-linux-nat.c (aarch64_handle_breakpoint): Add argument
6905         state and don't call aarch64_get_debug_reg_state.  All callers
6906         update.
6907         (aarch64_linux_insert_hw_breakpoint): Call
6908         aarch64_get_debug_reg_state earlier.
6909         (aarch64_linux_remove_hw_breakpoint): Likewise.
6910         (aarch64_handle_aligned_watchpoint): Add argument state and
6911         don't call aarch64_get_debug_reg_state.  All callers update.
6912         (aarch64_handle_unaligned_watchpoint): Likewise.
6913         (aarch64_handle_watchpoint): Add argument state.
6914         (aarch64_linux_insert_watchpoint): Call aarch64_get_debug_reg_state
6915         earlier.
6916         (aarch64_linux_remove_watchpoint): Likewise.
6917
6918 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6919
6920         * aarch64-linux-nat.c (aarch64_show_debug_reg_state): Use
6921         debug_printf.
6922         (aarch64_handle_unaligned_watchpoint): Likewise.
6923
6924 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6925
6926         * aarch64-linux-nat.c (aarch64_dr_state_insert_one_point): Change
6927         argument type's type to 'enum target_hw_bp_type'.
6928         (aarch64_dr_state_remove_one_point): Likewise.
6929         (aarch64_handle_breakpoint): Likewise.
6930         (aarch64_linux_insert_hw_breakpoint): Likewise.
6931         (aarch64_linux_remove_hw_breakpoint): Likewise.
6932         (aarch64_handle_aligned_watchpoint): Likewise.
6933
6934 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6935
6936         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Call
6937         ptid_get_pid instead of get_thread_id.
6938
6939 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6940
6941         * remote.c (get_current_thread): Initialise ptid to null_ptid.
6942         (add_current_inferior_and_thread): Don't initialise ptid.
6943
6944 2015-07-16  Pierre Langlois  <pierre.langlois@arm.com>
6945
6946         * aarch64-tdep.c (aarch64_pseudo_read_value): Mark S register as
6947         unavailable if invalid.
6948
6949 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6950
6951         Revert the previous 6 commits:
6952         Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
6953         Move gdb_regex* to common/
6954         Prepare linux_find_memory_regions_full & co. for move
6955         Move linux_find_memory_regions_full & co.
6956         gdbserver build-id attribute generator
6957         Validate symbol file using build-id
6958
6959 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6960             Jan Kratochvil  <jan.kratochvil@redhat.com>
6961
6962         Validate symbol file using build-id.
6963         * NEWS (Changes since GDB 7.10): Add 'set validate-build-id'
6964         and 'show validate-build-id'.  Add build-id attribute.
6965         * solib-darwin.c (_initialize_darwin_solib): Assign validate value.
6966         * solib-dsbt.c (_initialize_dsbt_solib): Ditto.
6967         * solib-frv.c (_initialize_frv_solib): Ditto.
6968         * solib-spu.c (set_spu_solib_ops): Ditto.
6969         * solib-svr4.c: Include rsp-low.h.
6970         (NOTE_GNU_BUILD_ID_NAME): New define.
6971         (svr4_validate): New function.
6972         (svr4_copy_library_list): Duplicate field build_id.
6973         (library_list_start_library): Parse 'build-id' attribute.
6974         (svr4_library_attributes): Add 'build-id' attribute.
6975         (_initialize_svr4_solib): Assign validate value.
6976         * solib-target.c (solib.h): Include.
6977         (_initialize_solib_target): Assign validate value.
6978         * solib.c (validate_build_id, show_validate_build_id): New.
6979         (solib_map_sections): Use ops->validate.
6980         (clear_so): Free build_id.
6981         (default_solib_validate): New function.
6982         (_initialize_solib): Add "validate-build-id".
6983         * solib.h (default_solib_validate): New declaration.
6984         * solist.h (struct so_list): New fields 'build_idsz' and 'build_id'.
6985         (target_so_ops): New field 'validate'.
6986
6987 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6988             Jan Kratochvil  <jan.kratochvil@redhat.com>
6989
6990         gdbserver build-id attribute generator.
6991         * features/library-list-svr4.dtd (library-list-svr4): New
6992         'build-id' attribute.
6993
6994 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6995             Jan Kratochvil  <jan.kratochvil@redhat.com>
6996
6997         Move linux_find_memory_regions_full & co.
6998         * linux-tdep.c (nat/linux-maps.h): Include.
6999         (gdb_regex.h): Remove the include.
7000         (enum filterflags, struct smaps_vmflags, read_mapping, decode_vmflags)
7001         (mapping_is_anonymous_p, dump_mapping_p): Moved to nat/linux-maps.c.
7002         (linux_find_memory_region_ftype): Moved typedef to nat/linux-maps.h.
7003         (linux_find_memory_regions_full): Moved definition to nat/linux-maps.c.
7004         * nat/linux-maps.c: Include ctype.h, target/target-utils.h, gdb_regex.h
7005         and target/target.h.
7006         (struct smaps_vmflags, read_mapping, decode_vmflags)
7007         (mapping_is_anonymous_p, dump_mapping_p): Move from linux-tdep.c.
7008         (linux_find_memory_regions_full): Move from linux-tdep.c.
7009         * nat/linux-maps.h (read_mapping): New declaration.
7010         (linux_find_memory_region_ftype, enum filterflags): Moved from
7011         linux-tdep.c.
7012         (linux_find_memory_regions_full): New declaration.
7013         * target.c (target/target-utils.h): Include.
7014         (read_alloc_pread_ftype): Moved typedef to target/target-utils.h.
7015         (read_alloc, read_stralloc_func_ftype, read_stralloc): Moved
7016         definitions to target/target-utils.c.
7017         * target.h (target_fileio_read_stralloc): Move it to target/target.h.
7018         * target/target-utils.c (read_alloc, read_stralloc): Move definitions
7019         from target.c.
7020         * target/target-utils.h (read_alloc_pread_ftype): New typedef.
7021         (read_alloc): New declaration.
7022         (read_stralloc_func_ftype): New typedef.
7023         (read_stralloc): New declaration.
7024         * target/target.h (target_fileio_read_stralloc): Move it from target.h.
7025
7026 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
7027             Jan Kratochvil  <jan.kratochvil@redhat.com>
7028
7029         Prepare linux_find_memory_regions_full & co. for move.
7030         * linux-tdep.c (linux_find_memory_region_ftype): Comment.
7031         (linux_find_memory_regions_full): Change signature and prepare
7032         for moving to linux-maps.
7033         (linux_find_memory_regions_data): Rename field 'obfd' to 'data'.
7034         (linux_find_memory_regions_thunk): New.
7035         (linux_find_memory_regions_thunk): Use 'data' field instead of 'obfd'.
7036         (linux_find_memory_regions_gdb): New.
7037         (linux_find_memory_regions): Rename argument 'obfd' to 'func_data'.
7038         (linux_make_mappings_corefile_notes): Use
7039         linux_find_memory_regions_gdb.
7040         * target.c (read_alloc_pread_ftype): New typedef.
7041         (target_fileio_read_alloc_1_pread): New function.
7042         (read_alloc): Refactor from target_fileio_read_alloc_1.
7043         (read_stralloc_func_ftype): New typedef.
7044         (target_fileio_read_alloc_1): New implementation. Use read_alloc.
7045         (read_stralloc): Refactored from target_fileio_read_stralloc.
7046         (target_fileio_read_stralloc): New implementation, use read_stralloc.
7047
7048 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7049
7050         * Makefile.in (HFILES_NO_SRCDIR): Change gdb_regex.h to
7051         common/gdb_regex.h.
7052         (COMMON_OBS): Add gdb_regex.o.
7053         (gdb_regex.o): New.
7054         * common/common.m4 (GDB_AC_COMMON): Add gdb_use_included_regex,
7055         --without-included-regex and USE_INCLUDED_REGEX.
7056         * common/gdb_regex.c: New file from utils.c functions.
7057         * common/gdb_regex.h: Move it here from gdb_regex.h, update include
7058         file wrapping define name.
7059         * configure: Rebuilt.
7060         * configure.ac (gdb_use_included_regex, --without-included-regex)
7061         (USE_INCLUDED_REGEX): Move them to common/common.m4.
7062         * gdb_regex.h: Move it to common/gdb_regex.h.
7063         * utils.c: Remove include gdb_regex.h.
7064         (do_regfree_cleanup, make_regfree_cleanup, get_regcomp_error)
7065         (compile_rx_or_error): Move them to common/gdb_regex.c.
7066
7067 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
7068             Jan Kratochvil  <jan.kratochvil@redhat.com>
7069
7070         Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
7071         * Makefile.in (HFILES_NO_SRCDIR); Add nat/linux-maps.h,
7072         common/target-utils.h.
7073         (COMMON_OBS): Add target-utils.o.
7074         (linux-maps.o, target-utils.o): New.
7075         * target/target-utils.c: New file.
7076         * target/target-utils.h: New file.
7077         * config/i386/linux.mh (NATDEPFILES): Add linux-maps.o.
7078         * config/i386/linux64.mh (NATDEPFILES): Ditto.
7079         * nat/linux-maps.c: New file.
7080         * nat/linux-maps.h: New file.
7081
7082 2015-07-15  Markus Metzger  <markus.t.metzger@intel.com>
7083             Pedro Alves <palves@redhat.com>
7084
7085         * nat/linux-btrace.c (perf_event_read): Change the type of DATA_HEAD.
7086         (perf_event_read_all): Change the type of SIZE and DATA_HEAD.
7087         (perf_event_read_bts): Change the type of SIZE and READ.
7088         (linux_enable_bts): Change the type of SIZE, PAGES, DATA_SIZE,
7089         and DATA_OFFSET.  Move DATA_SIZE declaration.  Restrict the buffer size
7090         to UINT_MAX.  Check for overflows when using DATA_HEAD from the perf
7091         mmap page.
7092         (linux_enable_pt): Change the type of PAGES and SIZE.  Restrict the
7093         buffer size to UINT_MAX.
7094         (linux_read_bts): Change the type of BUFFER_SIZE, SIZE, DATA_HEAD, and
7095         DATA_TAIL.
7096         * nat/linux-btrace.h (struct perf_event_buffer)<size, data_head>
7097         <last_head>: Change type.
7098         * common/btrace-common.h (struct btrace_dat_pt) <size>: Change type.
7099         * common/btrace-common.c (btrace_data_append): Change the type of
7100         SIZE.
7101         * btrace.c (parse_xml_raw): Change the type of SIZE.  Change oddness
7102         check.
7103
7104 2015-07-14  Simon Marchi  <simon.marchi@ericsson.com>
7105
7106         * gdbtypes.h (CHECK_TYPEDEF): Remove.
7107         * aarch64-tdep.c (aarch64_return_in_memory): Replace CHECK_TYPEDEF
7108         with check_typedef.
7109         * ada-lang.c (decode_constrained_packed_array_type): Likewise.
7110         (ada_array_length): Likewise.
7111         (find_parallel_type_by_descriptive_type): Likewise.
7112         (ada_check_typedef): Likewise.
7113         * arm-tdep.c (arm_return_in_memory): Likewise.
7114         * ax-gdb.c (gen_trace_static_fields): Likewise.
7115         (gen_struct_ref_recursive): Likewise.
7116         * c-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
7117         (variable: block COLONCOLON name): Likewise.
7118         (qualified_name: TYPENAME COLONCOLON name): Likewise.
7119         * c-lang.c (classify_type): Likewise.
7120         * c-typeprint.c (c_print_type): Likewise.
7121         (c_print_typedef): Likewise.
7122         (c_type_print_base): Likewise.
7123         * c-valprint.c (c_val_print): Likewise.
7124         * compile/compile-c-types.c (convert_type): Likewise.
7125         * compile/compile-object-load.c (get_out_value_type): Likewise.
7126         * completer.c (add_struct_fields): Likewise.
7127         (expression_completer): Likewise.
7128         * cp-namespace.c (cp_find_type_baseclass_by_name): Likewise.
7129         (cp_lookup_nested_symbol_1): Likewise.
7130         (cp_lookup_nested_symbol): Likewise.
7131         * cp-valprint.c (cp_print_value_fields): Likewise.
7132         (cp_print_static_field): Likewise.
7133         * d-valprint.c (d_val_print): Likewise.
7134         * eval.c (evaluate_subexp_standard): Likewise.
7135         (evaluate_subexp_for_sizeof): Likewise.
7136         * f-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
7137         * f-typeprint.c (f_type_print_base): Likewise.
7138         * f-valprint.c (f_val_print): Likewise.
7139         * gdbtypes.c (get_discrete_bounds): Likewise.
7140         (create_array_type_with_stride): Likewise.
7141         (type_name_no_tag_or_error): Likewise.
7142         (lookup_struct_elt_type): Likewise.
7143         (get_unsigned_type_max): Likewise.
7144         (internal_type_vptr_fieldno): Likewise.
7145         (set_type_vptr_fieldno): Likewise.
7146         (internal_type_vptr_basetype): Likewise.
7147         (set_type_vptr_basetype): Likewise.
7148         (get_vptr_fieldno): Likewise.
7149         (is_integral_type): Likewise.
7150         (is_scalar_type): Likewise.
7151         (is_scalar_type_recursive): Likewise.
7152         (distance_to_ancestor): Likewise.
7153         (is_unique_ancestor_worker): Likewise.
7154         (check_types_equal): Likewise.
7155         * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise.
7156
7157 2015-07-14  Iain Buclaw  <ibuclaw@gdcproject.org>
7158
7159         * dwarf2read.c (find_slot_in_mapped_hash): Extend language support to
7160         also test for language_d.
7161         (dwarf2_compute_name): Likewise.
7162         (read_func_scope): Likewise.
7163         (read_structure_type): Likewise.
7164         (new_symbol_full): Likewise.
7165         (determine_prefix): Likewise.
7166         (read_import_statement): Use dot as the separator for language_d.
7167         (typename_concat): Likewise, but don't prefix the D main function.
7168
7169 2015-07-14  Peter Bergner  <bergner@vnet.ibm.com>
7170
7171         * nat/linux-namespaces.c (setns): Rename from this ...
7172         (do_setns): ... to this.  Support calling setns if it exists.
7173         (mnsh_handle_setns): Call do_setns.
7174
7175 2015-07-13  Yao Qi  <yao.qi@linaro.org>
7176
7177         * exec.c (exec_file_attach): Add period at the end of error
7178         message.
7179
7180 2015-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
7181
7182         * tui/tui-win.c (window_name_completer): New function.
7183         (focus_completer): Call window_name_completer.  All old content
7184         moved into window_name_completer.
7185         (winheight_completer): New function.
7186         (_initialize_tui_win): Rename variable.  Add completer to
7187         winheight command.  Update doc string on winheight.
7188
7189 2015-07-12  Sandra Loosemore  <sandra@codesourcery.com>
7190
7191         * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Register
7192         all nios2 mach variants.
7193
7194 2015-07-10  Kevin Buettner  <kevinb@redhat.com>
7195
7196         * rx-tdep.c (rx_get_opcode_byte): Use target_read_code instead
7197         of target_read_memory.
7198
7199 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
7200
7201         * tui/tui-win.c (tui_set_win_height): Use a cleanup to free the
7202         string copy.
7203         (parse_scrolling_args): Likewise.
7204
7205 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
7206
7207         * tui/tui-win.c (focus_completer): Don't duplicate the tui window
7208         names in this function.
7209
7210 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
7211
7212         * tui/tui-data.h (SRC_NAME): Convert to lower case.
7213         (CMD_NAME): Likewise.
7214         (DATA_NAME): Likewise.
7215         (DISASSEM_NAME): Likewise.
7216         * tui/tui-win.c (tui_set_focus): Window names are now lower case.
7217         (tui_set_win_height): Likewise.
7218         (parse_scrolling_args): Likewise.
7219
7220 2015-07-10  Markus Metzger  <markus.t.metzger@intel.com>
7221
7222         * record-btrace.c (record_btrace_goto_begin)
7223         (record_btrace_goto_end, record_btrace_goto): Move call to
7224         print_stack_frame ...
7225         (record_btrace_set_replay): ... here.  Set stop_pc.
7226         * record-full.c (record_full_goto_entry): Set stop_pc.
7227
7228 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
7229
7230         * NEWS: Mention support for tracepoints on aarch64-linux.
7231
7232 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
7233
7234         * linux-aarch64-low.c (aarch64_supports_tracepoints): New
7235         function.  Return 1.
7236         (the_low_target): Install it.
7237
7238 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
7239
7240         * gdb.trace/backtrace.exp: Set registers for aarch64 target.
7241         * gdb.trace/collection.exp: Likewise.
7242         * gdb.trace/mi-trace-frame-collected.exp: Likewise.
7243         * gdb.trace/mi-trace-unavailable.exp: Likewise.
7244         * gdb.trace/report.exp: Likewise.
7245         * gdb.trace/trace-break.exp: Likewise.
7246         * gdb.trace/unavailable.exp: Likewise.
7247         * gdb.trace/while-dyn.exp: Likewise.
7248
7249 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
7250
7251         * aarch64-tdep.c: Add ax.h and ax-gdb.h includes.
7252         (aarch64_gen_return_address): New function.
7253         (aarch64_gdbarch_init): Hook it.
7254
7255 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
7256
7257         * aarch64-tdep.c (aarch64_make_stub_cache): Set available_p and
7258         swallow NOT_AVAILABLE_ERROR.
7259         (aarch64_stub_this_id): Call frame_id_build_unavailable_stack if
7260         available_p is not set.
7261         (aarch64_stub_frame_unwind_stop_reason): New function.
7262         (aarch64_stub_unwind): Install it.
7263
7264 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
7265
7266         * aarch64-tdep.c (aarch64_prologue_cache) <available_p>: New
7267         field.
7268         (aarch64_make_prologue_cache_1): New function, factored out from
7269         aarch64_make_prologue_cache.  Do not allocate cache.  Set
7270         available_p.
7271         (aarch64_make_prologue_cache): Reimplement wrapping
7272         aarch64_make_prologue_cache_1, and swallowing
7273         NOT_AVAILABLE_ERROR.
7274         (aarch64_prologue_frame_unwind_stop_reason): New function.
7275         Return UNWIND_UNAVAILABLE if available_p is not set.
7276         (aarch64_prologue_unwind): Install it.
7277         (aarch64_prologue_this_id): Move prev_pc and prev_sp limit
7278         checks into aarch64_prologue_frame_unwind_stop_reason.  Call
7279         frame_id_build_unavailable_stack if available_p is not set.
7280
7281 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
7282
7283         * aarch64-tdep.c (aarch64_prologue_cache) <func, prev_pc>: New
7284         fields.
7285         (aarch64_scan_prologue): Set prev_pc.
7286         (aarch64_make_prologue_cache): Set func.
7287         (aarch64_make_stub_cache): Set prev_pc.
7288         (aarch64_prologue_this_id): Remove local variables id, pc and
7289         func.  Read prev_pc and func from cache.
7290         (aarch64_stub_this_id): Read prev_pc from cache.
7291
7292 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
7293
7294         * aarch64-tdep.c (aarch64_make_stub_cache): Update comment.  New
7295         argument this_cache.  Remove unused local variables reg and
7296         unwound_fp.  Return early if this_cache is already set.  Set
7297         this_cache.
7298         (aarch64_stub_this_id): Update call to aarch64_make_stub_cache.
7299
7300 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
7301
7302         * aarch64-tdep.c (aarch64_make_prologue_cache): Update comment.
7303         New argument this_cache.  Return early if this_cache is already
7304         set.  Set this_cache.
7305         (aarch64_prologue_this_id): Update call to
7306         aarch64_make_prologue_cache.
7307         (aarch64_prologue_prev_register): Likewise.
7308         (aarch64_normal_frame_base): Likewise.
7309
7310 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
7311
7312         * c-valprint.c (c_val_print): Factor out memberptr printing code
7313         from c_val_print to ...
7314         (c_val_print_memberptr): ... this new function.
7315
7316 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
7317
7318         * c-valprint.c (c_val_print): Factor out int printing code to ...
7319         (c_val_print_int): ... this new function.
7320
7321 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
7322
7323         * c-valprint.c (c_val_print): Factor out struct and union
7324         printing code to ...
7325         (c_val_print_struct): ... this new function ...
7326         (c_val_print_union): ... and this new function.
7327
7328 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
7329
7330         * c-valprint.c (c_val_print): Factor out pointer printing code
7331         to ...
7332         (c_val_print_ptr): ... this new function.
7333
7334 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
7335
7336         * c-valprint.c (c_valprint): Factor our array printing code from
7337         c_val_print to ...
7338         (c_val_print_array): ... this new function.
7339
7340 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
7341
7342         * c-valprint.c (c_val_print): Factor out pointer printing code
7343         to ...
7344         (print_unpacked_pointer): ... this new function.
7345
7346 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
7347
7348         * c-valprint.c (c_val_print): Remove an assignment to i and move
7349         its declaration.
7350
7351 2015-07-09  Yao Qi  <yao.qi@linaro.org>
7352
7353         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Add
7354         argument ptid.  Update comments.  Caller update.
7355
7356 2015-07-09  Markus Metzger  <markus.t.metzger@intel.com>
7357
7358         * btrace.c (pt_print_packet): Print stop, vmcs, tma, mtc, cyc, and
7359         mnt packets.
7360
7361 2015-07-09  Markus Metzger  <markus.t.metzger@intel.com>
7362
7363         * btrace.c (btrace_pt_readmem_callback): Change type of PC argument.
7364
7365 2015-07-08  Simon Marchi  <simon.marchi@ericsson.com>
7366
7367         * progspace.c (delete_program_space): Add missing spaces.
7368
7369 2015-07-08  Simon Marchi  <simon.marchi@ericsson.com>
7370
7371         * inferior.c (delete_inferior_1): Rename to ...
7372         (delete_inferior): ..., remove 'silent' parameter, delete
7373         program space when unused and remove call to prune_program_spaces.
7374         Remove the old, unused, delete_inferior.
7375         (delete_inferior_silent): Remove.
7376         (prune_inferiors): Change call from delete_inferior_1 to
7377         delete_inferior and remove 'silent' parameter. Remove call to
7378         prune_program_spaces.
7379         (remove_inferior_command): Idem.
7380         * inferior.h (delete_inferior_1): Rename to...
7381         (delete_inferior): ..., remove 'silent' parameter and remove the
7382         original delete_inferior.
7383         (delete_inferior_silent): Remove.
7384         * mi/mi-main.c (mi_cmd_remove_inferior): Change call from
7385         delete_inferior_1 to delete_inferior and remove 'silent'
7386         parameter.
7387         * progspace.c (prune_program_spaces): Remove.
7388         (pspace_empty_p): Rename to...
7389         (program_space_empty_p): ... and make non-static.
7390         (delete_program_space): New.
7391         * progspace.h (prune_program_spaces): Remove declaration.
7392         (program_space_empty_p): New declaration.
7393         (delete_program_space): New declaration.
7394         * monitor.c (monitor_close): Replace call to
7395         delete_thread_silent and delete_inferior_silent with
7396         discard_all_inferiors.
7397
7398 2015-07-08  Patrick Palka  <patrick@parcs.ath.cx>
7399
7400         * defs.h (deprecated_register_changed_hook): Remove prototype.
7401         * interps.c (clear_iterpreter_hooks): Remove reference to
7402         deprecated_register_changed_hook.
7403         * top.c (deprecated_register_changed_hook): Remove prototype.
7404         * valops.c (value_assign): Remove reference to
7405         deprecated_register_changed_hook.
7406         * tui/tui-hooks.c (tui_register_changed): Add parameter "frame".
7407         Add comment documenting the function.
7408         (tui_register_changed_observer): Define.
7409         (tui_install_hooks): Remove reference to
7410         deprecated_register_changed_hook.  Set
7411         tui_register_changed_observer.
7412         (tui_remove_hooks): Remove reference to
7413         deprecated_register_changed_hook.  Unset
7414         tui_register_changed_observer.
7415
7416 2015-07-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7417
7418         PR compile/18484
7419         * compile/compile-c-types.c (insert_type): Change gdb_assert to error.
7420
7421 2015-07-08  Robert O'Callahan  <robert@ocallahan.org>
7422
7423         PR exp/18617
7424         * ax-gdb.c (gen_conversion): Extend to 'to' bits, not 'from'.
7425
7426 2015-07-08  Markus Metzger  <markus.t.metzger@intel.com>
7427
7428         * MAINTAINERS (Write After Approval): Add Markus T. Metzger.
7429
7430 2015-07-08  Markus Metzger  <markus.t.metzger@intel.com>
7431
7432         * nat/linux-btrace.c (kernel_supports_bts, kernel_supports_pt):
7433         Use safe_strerror() instead of strerror().
7434
7435 2015-07-07  Yao Qi  <yao.qi@linaro.org>
7436
7437         * features/arm-with-m-fpa-layout.xml: Set architecture to arm.
7438         * features/arm-with-m-fpa-layout.c: Regenerated.
7439         * features/arm-with-m-vfp-d16.xml: Likewise.
7440         * features/arm-with-m-vfp-d16.c: Regenerated.
7441         * features/arm-with-m.xml: Likewise.
7442         * features/arm-with-m.c: Regenerated.
7443         * features/arm-with-neon.xml: Likewise.
7444         * features/arm-with-neon.c: Regenerated.
7445         * features/arm-with-vfpv2.xml: Likewise.
7446         * features/arm-with-vfpv2.c: Regenerated.
7447         * features/arm-with-vfpv3.xml: Likewise.
7448         * features/arm-with-vfpv3.c: Regenerated.
7449
7450 2015-07-07  Yao Qi  <yao.qi@linaro.org>
7451
7452         * aarch32-linux-nat.h (VFP_REGS_SIZE): New macro, moved from
7453         arm-linux-nat.c.
7454         * aarch64-linux-nat.c: Include aarch32-linux-nat.h and
7455         elf/external.h.
7456         (fetch_gregs_from_thread): Call aarch32_gp_regcache_supply
7457         if target is 32-bit.
7458         (store_gregs_to_thread): Call aarch32_gp_regcache_collect
7459         if target is 32-bit.
7460         (fetch_fpregs_from_thread): Call aarch32_vfp_regcache_supply
7461         if target is 32-bit.
7462         (store_fpregs_to_thread): Call aarch32_vfp_regcache_collect
7463         if target is 32-bit.
7464         (tdesc_arm_with_vfpv3, tdesc_arm_with_neon): Declare.
7465         (aarch64_linux_read_description): Return the right target
7466         description.
7467         * arm-linux-nat.c (VFP_REGS_SIZE): Moved to aarch32-linux-nat.h.
7468         * config/aarch64/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
7469         * configure.tgt (aarch64*-*-linux*): Add arm-tdep.o and
7470         arm-linux-tdep.o.
7471
7472 2015-07-07  Yao Qi  <yao.qi@linaro.org>
7473
7474         * aarch32-linux-nat.c: New file.
7475         * aarch32-linux-nat.h: New file.
7476         * arm-linux-nat.c: Include aarch32-linux-nat.h.
7477         (fetch_regs): Move code to aarch32-linux-nat.c.  Call
7478         aarch32_gp_regcache_supply.
7479         (store_regs): Move code to aarch32-linux-nat.c.  Call
7480         aarch32_gp_regcache_collect.
7481         (fetch_vfp_regs): Move code to aarch32-linux-nat.c.  Call
7482         aarch32_vfp_regcache_supply.
7483         (store_vfp_regs): Move code to aarch32-linux-nat.c.  Call
7484         aarch32_vfp_regcache_collect.
7485         * config/arm/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
7486
7487 2015-07-07  Yao Qi  <yao.qi@linaro.org>
7488
7489         * arm-linux-nat.c (store_fpregister): Remove.
7490         (store_register): Likewise.
7491         (fetch_fpregister): Likewise.
7492         (fetch_register): Likewise.
7493         (arm_linux_store_inferior_registers): Call store_regs and
7494         store_fpregs instead.
7495         (arm_linux_fetch_inferior_registers): Call fetch_fpregs and
7496         fetch_regs instead.
7497
7498 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
7499
7500         * doc/gdb.texinfo (TUI): Restructure documentation on TUI layout
7501         and focus commands.
7502
7503 2015-07-06  Joel Brobecker  <brobecker@adacore.com>
7504
7505         * NEWS: Create a new section for the next release branch.
7506         Rename the section of the current branch, now that it has
7507         been cut.
7508
7509 2015-07-06  Joel Brobecker  <brobecker@adacore.com>
7510
7511         GDB 7.10 branch created (66c4b3e8a628a207bc6aafef6af0c4128195f56e):
7512         * version.in: Bump version to 7.10.50.DATE-cvs.
7513
7514 2015-07-06  Luis Machado  <lgustavo@codesourcery.com>
7515
7516         * breakpoint.c (remove_breakpoint_1): Don't handle permanent
7517         breakpoints in a special way.
7518         (remove_breakpoint): Likewise.
7519         (mark_breakpoints_out): Likewise.
7520
7521 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
7522
7523         * doc/gdb.texinfo (TUI): Add comma after @xref.
7524
7525 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
7526
7527         * tui/tui-win.c (tui_set_focus): Use structure member 'generic'
7528         instead of casting the structure type.
7529
7530 2015-07-06  Simon Marchi  <simon.marchi@ericsson.com>
7531
7532         * valops.c (search_struct_field): Remove OFFSET parameter.
7533         (value_cast_structs): Adjust calls to search_struct_field.
7534         (value_struct_elt): Same.
7535         (find_overload_match): Same.
7536
7537 2015-07-06  Simon Marchi  <simon.marchi@ericsson.com>
7538
7539         * value.c (value_fetch_lazy): Update comment, change return
7540         value to void.
7541         * value.h (value_fetch_lazy): Change return value to void.
7542
7543 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
7544
7545         * tui/tui-data.c (tui_partial_win_by_name): Window name is const.
7546         (tui_win_name): Make parameter and result const.
7547         * tui/tui-data.h (tui_win_name): Make parameter and result const.
7548
7549 2015-07-06  Patrick Palka  <patrick@parcs.ath.cx>
7550
7551         * i386-tdep.c (i386_mpx_info_bounds): Don't call error, instead
7552         use printf_unfiltered.
7553         (set_mpx_cmd): Add missing trailing space to command string
7554         literal.
7555         (_initialize_i386_tdep): Give the "mpx" prefix command its
7556         correct name.
7557
7558 2015-07-02  Kevin Buettner  <kevinb@redhat.com>
7559
7560         * rx-tdep.c (RX_USP_REGNUM, RX_BPC_REGNUM): New constants.
7561         (enum rx_frame_type): New.
7562         (struct rx_prologue): Add new field `frame_type'.
7563         (rx_analyze_prologue): Add `frame_type' parameter. Cache this
7564         parameter in the prologue struct.  Add code for recording
7565         locations of PC and PSW for fast interrupt and exception frames.
7566         (rx_skip_prologue): Adjust call to rx_analyze_prologue.
7567         (rx_analyze_frame_prologue): Add `frame_type' parameter.
7568         (rx_frame_type): New function.
7569         (rx_frame_base): Fetch frame type and pass it to rx_analyze_prologue.
7570         (rx_frame_this_id): Rename parameter `this_prologue_cache' to
7571         `this_cache'.
7572         (rx_frame_prev_register): Rename parameter `this_prologue_cache' to
7573         `this_cache'.  Add cases for RX_FRAME_TYPE_EXCEPTION and
7574         RX_FRAME_TYPE_FAST_INTERRUPT.
7575         (normal_frame_p, exception_frame_p, rx_frame_sniffer_common)
7576         (rx_frame_sniffer, rx_exception_sniffer): New functions.
7577         (rx_frame_unwind): Use rx_frame_sniffer instead of
7578         default_frame_sniffer.
7579         (rx_frame_unwind): New unwinder.
7580         (rx_gdbarch_init): Register new unwinder.
7581
7582 2015-07-02  Kevin Buettner  <kevinb@redhat.com>
7583
7584         * rx-tdep.c (RX_BPSW_REGNUM, RX_FPSW_REGNUM): New constants.
7585         (struct gdbarch_tdep): Add fields rx_psw_type and rx_fpsw_type.
7586         (rx_register_type): Add cases for RX_PSW_REGNUM, RX_BPSW_REGNUM,
7587         and RX_FPSW_REGNUM.
7588         (rx_gdbarch_init): Initialize PSW, BPSW, and FPSW flags types.
7589
7590 2015-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7591
7592         Fix GCC false warning.
7593         * s390-linux-tdep.c (s390_handle_arg): Initialize VAL.
7594
7595 2015-07-02  Yao Qi  <yao.qi@linaro.org>
7596
7597         * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Fix
7598         typo in the debugging message.
7599
7600 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
7601
7602         * btrace.c: Include gdbcmd.h, cli/cli-utils.h, and ctype.h.
7603         (maint_btrace_cmdlist, maint_btrace_set_cmdlist)
7604         (maint_btrace_show_cmdlist, maint_btrace_pt_set_cmdlist)
7605         (maint_btrace_pt_show_cmdlist, maint_btrace_pt_skip_pad)
7606         (btrace_maint_clear): New.
7607         (btrace_fetch, btrace_clear): Call btrace_maint_clear.
7608         (pt_print_packet, btrace_maint_decode_pt)
7609         (btrace_maint_update_pt_packets, btrace_maint_update_packets)
7610         (btrace_maint_print_packets, get_uint, get_context_size, no_chunk)
7611         (maint_btrace_packet_history_cmd)
7612         (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
7613         (maint_btrace_cmd, maint_btrace_set_cmd, maint_btrace_show_cmd)
7614         (maint_btrace_pt_set_cmd, maint_btrace_pt_show_cmd)
7615         (maint_info_btrace_cmd, _initialize_btrace): New.
7616         * btrace.h (btrace_pt_packet, btrace_pt_packet_s)
7617         (btrace_maint_packet_history, btrace_maint_info): New.
7618         (btrace_thread_info) <maint>: New.
7619         * NEWS: Announce it.
7620
7621 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
7622
7623         * btrace.c (btrace_fetch): Append the new trace data.
7624         (btrace_clear): Clear the stored trace data.
7625         * btrace.h (btrace_thread_info) <data>: New.
7626         * common/btrace-common.h (btrace_data_clear)
7627         (btrace_data_append): New.
7628         * common/btrace-common.c (btrace_data_clear)
7629         (btrace_data_append): New.
7630
7631 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
7632
7633         * nat/linux-btrace.c (linux_enable_bts): Check for
7634         PERF_ATTR_SIZE_VER5.
7635         Check for data_offset and data_size fields.  Use them.
7636
7637 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
7638
7639         * NEWS: Announce new commands "record btrace pt" and "record pt".
7640         Announce new options "set|show record btrace pt buffer-size".
7641         * btrace.c: Include "rsp-low.h".
7642         Include "inttypes.h".
7643         (btrace_add_pc): Add forward declaration.
7644         (pt_reclassify_insn, ftrace_add_pt, btrace_pt_readmem_callback)
7645         (pt_translate_cpu_vendor, btrace_finalize_ftrace_pt)
7646         (btrace_compute_ftrace_pt): New.
7647         (btrace_compute_ftrace): Support BTRACE_FORMAT_PT.
7648         (check_xml_btrace_version): Update version check.
7649         (parse_xml_raw, parse_xml_btrace_pt_config_cpu)
7650         (parse_xml_btrace_pt_raw, parse_xml_btrace_pt)
7651         (btrace_pt_config_cpu_attributes, btrace_pt_config_children)
7652         (btrace_pt_children): New.
7653         (btrace_children): Add support for "pt".
7654         (parse_xml_btrace_conf_pt, btrace_conf_pt_attributes): New.
7655         (btrace_conf_children): Add support for "pt".
7656         * btrace.h: Include "intel-pt.h".
7657         (btrace_pt_error): New.
7658         * common/btrace-common.c (btrace_format_string, btrace_data_fini)
7659         (btrace_data_empty): Support BTRACE_FORMAT_PT.
7660         * common/btrace-common.h (btrace_format): Add BTRACE_FORMAT_PT.
7661         (struct btrace_config_pt): New.
7662         (struct btrace_config)<pt>: New.
7663         (struct btrace_data_pt_config, struct btrace_data_pt): New.
7664         (struct btrace_data)<pt>: New.
7665         * features/btrace-conf.dtd (btrace-conf)<pt>: New.
7666         (pt): New.
7667         * features/btrace.dtd (btrace)<pt>: New.
7668         (pt, pt-config, cpu): New.
7669         * nat/linux-btrace.c (perf_event_read, perf_event_read_all)
7670         (perf_event_pt_event_type, kernel_supports_pt)
7671         (linux_supports_pt): New.
7672         (linux_supports_btrace): Support BTRACE_FORMAT_PT.
7673         (linux_enable_bts): Free tinfo on error.
7674         (linux_enable_pt): New.
7675         (linux_enable_btrace): Support BTRACE_FORMAT_PT.
7676         (linux_disable_pt): New.
7677         (linux_disable_btrace): Support BTRACE_FORMAT_PT.
7678         (linux_fill_btrace_pt_config, linux_read_pt): New.
7679         (linux_read_btrace): Support BTRACE_FORMAT_PT.
7680         * nat/linux-btrace.h (struct btrace_tinfo_pt): New.
7681         (struct btrace_target_info)<pt>: New.
7682         * record-btrace.c (set_record_btrace_pt_cmdlist)
7683         (show_record_btrace_pt_cmdlist): New.
7684         (record_btrace_print_pt_conf): New.
7685         (record_btrace_print_conf): Support BTRACE_FORMAT_PT.
7686         (btrace_ui_out_decode_error): Support BTRACE_FORMAT_PT.
7687         (cmd_record_btrace_pt_start): New.
7688         (cmd_record_btrace_start): Support BTRACE_FORMAT_PT.
7689         (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): New.
7690         (_initialize_record_btrace): Add new commands.
7691         * remote.c (PACKET_Qbtrace_pt, PACKET_Qbtrace_conf_pt_size): New.
7692         (remote_protocol_features): Add "Qbtrace:pt".
7693         Add "Qbtrace-conf:pt:size".
7694         (remote_supports_btrace): Support BTRACE_FORMAT_PT.
7695         (btrace_sync_conf): Support PACKET_Qbtrace_conf_pt_size.
7696         (remote_enable_btrace): Support BTRACE_FORMAT_PT.
7697         (_initialize_remote): Add new commands.
7698
7699 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
7700
7701         * configure.ac: check for libipt
7702         * configure: Regenerate.
7703         * config.in: Regenerate.
7704         * Makefile.in (LIBIPT): New.
7705         (CLIBS): Add $LIBIPT.
7706         * NEWS: document new configure options
7707
7708 2015-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7709
7710         * compile/compile-object-load.c (compile_object_load): Replace debug
7711         message "lookup undefined ELF symbol" by 3 more specific messages.
7712
7713 2015-07-01  Kevin Buettner  <kevinb@redhat.com>
7714
7715         * rl78-tdep.c (struct gdbarch_tdep): Add new field, rl78_psw_type.
7716         (rl78_register_type): Add case for RL78_PSW_REGNUM.
7717         (rl78_gdbarch_init): Initialize rl78_psw_type.
7718
7719 2015-07-01  Patrick Palka  <patrick@parcs.ath.cx>
7720
7721         * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
7722         Update commentary.  Always refresh the registers when frame
7723         information has changed.
7724         * tui/tui-stack.c (tui_show_frame_info): Update commentary.
7725         Change return type to int.  Return 1 if frame information has
7726         changed, 0 otherwise.
7727         (tui_before_prompt): Update commentary.
7728         * tui/tui-stack.h (tui_show_frame_info): Change return type to
7729         int.
7730
7731 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
7732
7733         PR tui/13378
7734         * frame.c (select_frame): Remove reference to
7735         deprecated_selected_frame_level_changed_hook.
7736         * frame.h (deprecated_selected_frame_level_changed_hook): Remove
7737         declaration.
7738         * stack.c (deprecated_selected_frame_level_changed_hook):
7739         Likewise.
7740         * tui/tui-hooks.c (tui_selected_frame_level_changed_hook):
7741         Rename to ...
7742         (tui_refresh_frame_and_register_information): ... this.  Bail
7743         out if there is no stack.  Don't update register information
7744         unless registers_too_p is true.
7745         (tui_print_frame_info_listing_hook): Rename to ...
7746         (tui_dummy_print_frame_info_listing_hook): ... this.
7747         (tui_before_prompt): New function.
7748         (tui_normal_stop): New function.
7749         (tui_before_prompt_observer): New observer.
7750         (tui_normal_stop_observer): New observer.
7751         (tui_install_hooks): Set
7752         deprecated_print_frame_info_listing_hook to
7753         tui_dummy_print_frame_info_listing_hook.  Register
7754         tui_before_prompt_observer to call tui_before_prompt and
7755         tui_normal_stop_observer to call tui_normal_stop.  Remove
7756         reference to deprecated_selected_frame_level_changed_hook.
7757         (tui_remove_hooks): Detach and unset tui_before_prompt_observer
7758         and tui_normal_stop_observer.  Remove reference to
7759         deprecated_selected_frame_level_changed_hook.
7760
7761 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
7762
7763         PR tui/13378
7764         * tui/tui-stack.c (tui_set_locator_info): Change prototype to
7765         return an int instead of void.  Return whether the locator
7766         window has changed.
7767         (tui_show_frame_info): If the locator info has not changed, then
7768         bail out early to avoid refreshing the windows.
7769
7770 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
7771
7772         * tui/tui-stack.c (tui_set_locator_info): Explicitly pass
7773         LOCATOR_WIN to tui_alloc_content.
7774
7775 2015-06-30  Yao Qi  <yao.qi@linaro.org>
7776
7777         PR tdep/18605
7778         * arm-tdep.c (arm_get_next_pc_raw): Break for media
7779         instructions.
7780
7781 2015-06-29  Kevin Buettner  <kevinb@redhat.com>
7782
7783         * rx-tdep.c (RX_PSW_REGNUM): New enum constant.
7784         (rx_dwarf_reg_to_regnum): New function.
7785         (rx_gdbarch_init): Register rx_dwarf_reg_to_regnum.  Use dwarf2
7786         unwinding.
7787
7788 2015-06-29  Pedro Alves  <palves@redhat.com>
7789
7790         PR threads/18127
7791         * infcall.c (run_inferior_call): On infcall success, if the thread
7792         was marked stopped before, reset it back to stopped.
7793         * infrun.c (resume): Don't suppress the set_running calls when
7794         doing an infcall.
7795         (normal_stop): Only discard the finish_thread_state cleanup if the
7796         infcall succeeded.
7797
7798 2015-06-29  Pierre Langlois  <pierre.langlois@arm.com>
7799
7800         * MAINTAINERS (Write After Approval): Update my email address.
7801
7802 2015-06-26  Keith Seitz  <keiths@redhat.com>
7803             Doug Evans  <dje@google.com>
7804
7805         PR 16253
7806         * block.c (block_lookup_symbol): For non-function blocks,
7807         continue to search for a symbol with an exact domain match
7808         Otherwise, return any previously found "best domain" symbol.
7809         (block_lookup_symbol_primary): Likewise.
7810
7811 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
7812
7813         * NEWS: Mention the new option "history remove-duplicates".
7814         * top.c (history_remove_duplicates): New static variable.
7815         (show_history_remove_duplicates): New static function.
7816         (gdb_add_history): Conditionally remove duplicate history
7817         entries.
7818         (init_main): Add "history remove-duplicates" option.
7819
7820 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
7821
7822         * tui/tui-win.c (focus_completer): New static function.
7823         (_initialize_tui_win): Set the completion function of the
7824         "focus" command to focus_completer.
7825
7826 2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
7827
7828         * linespec.c (minsym_found): Reset sal.PC for COMPUNIT_LOCATIONS_VALID
7829         and language_asm..
7830         * symtab.c (find_function_start_sal): Likewise.
7831
7832 2015-06-25  Gary Benson  <gbenson@redhat.com>
7833
7834         * solib.c (solib_find_1): Set local variable sysroot to NULL if
7835         it is the empty string after trailing slashes have been stripped.
7836
7837 2015-06-25  Gary Benson  <gbenson@redhat.com>
7838
7839         * exec.c (exec_file_locate_attach): Remove gdb_sysroot NULL check.
7840         * infrun.c (follow_exec): Likewise.
7841         * remote.c (remote_filesystem_is_local): Likewise.
7842         * solib.c (solib_find_1): Likewise.
7843
7844 2015-06-24  Keith Seitz  <keiths@redhat.com>
7845
7846         * build-id.c (build_id_to_debug_bfd): Add cleanup to free
7847         return value from lrealpath.
7848
7849 2015-06-24  Mike Frysinger  <vapier@gentoo.org>
7850
7851         * remote-sim.c (gdbsim_open): Move sysroot update to the top.
7852
7853 2015-06-24  Mike Frysinger  <vapier@gentoo.org>
7854
7855         * remote-sim.c: Include gdb_bfd.h.
7856         (gdbsim_open): Declare new local sysroot pointing to gdb_sysroot.
7857         Skip TARGET_SYSROOT_PREFIX in gdb_sysroot when it is active.
7858
7859 2015-06-24  Yao Qi  <yao.qi@linaro.org>
7860
7861         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't call
7862         set_gdbarch_get_siginfo_type.
7863         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
7864         * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
7865         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
7866         * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
7867         * ppc-linux-tdep.c (ppc_linux_init_abi): Likewise.
7868         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
7869         * tilegx-linux-tdep.c (tilegx_linux_init_abi): Likewise.
7870         * linux-tdep.c (linux_get_siginfo_type): Change it to static.
7871         (linux_init_abi): Call set_gdbarch_get_siginfo_type.
7872         * linux-tdep.h (linux_get_siginfo_type): Remove the declaration.
7873
7874 2015-06-24  Gary Benson  <gbenson@redhat.com>
7875
7876         * common/buffer.c (stdint.h): Do not include.
7877         * common/print-utils.c (stdint.h): Likewise.
7878         * compile/compile-c-symbols.c (gdb_assert.h): Likewise.
7879         * compile/compile-c-types.c (gdb_assert.h): Likewise.
7880         * ft32-tdep.c (gdb_assert.h): Likewise.
7881         * guile/scm-utils.c (stdint.h): Likewise.
7882         * i386-linux-tdep.c (stdint.h): Likewise.
7883         * i386-tdep.c (stdint.h): Likewise.
7884         * nat/linux-btrace.c (stdint.h): Likewise.
7885         * nat/linux-btrace.h (stdint.h): Likewise.
7886         * nat/linux-ptrace.c (stdint.h): Likewise.
7887         * nat/mips-linux-watch.h (stdint.h): Likewise.
7888         * ppc-linux-nat.c (stdint.h): Likewise.
7889         * python/python-internal.h (stdint.h): Likewise.
7890         * stub-termcap.c (stdlib.h): Likewise.
7891         * target/target.h (stdint.h): Likewise.
7892         * xtensa-linux-nat.c (stdint.h): Likewise.
7893
7894 2015-06-23  Patrick Palka  <patrick@parcs.ath.cx>
7895
7896         * top.c (init_history): Look at errno after calling strtol to
7897         properly map large GDBHISTSIZE values to infinity.
7898
7899 2015-06-23  Doug Evans  <dje@google.com>
7900
7901         * inferior.h (struct inferior_suspend_state): Delete, unused.
7902         All references deleted.
7903
7904 2015-06-23  Mike Frysinger  <vapier@gentoo.org>
7905
7906         * microblaze-tdep.c (microblaze_push_dummy_code): Delete.
7907         (microblaze_push_dummy_call): Likewise.
7908         (microblaze_gdbarch_init): Delete calls to set_gdbarch_push_dummy_code
7909         and set_gdbarch_push_dummy_call.
7910
7911 2015-06-23  Yao Qi  <yao.qi@linaro.org>
7912
7913         * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
7914         Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly.
7915         (amd64_linux_store_inferior_registers): Likewise.
7916         * arm-linux-nat.c (fetch_fpregister): Likewise.
7917         (fetch_fpregs, store_fpregister): Likewise.
7918         (store_fpregister, store_fpregs): Likewise.
7919         (fetch_register, fetch_regs): Likewise.
7920         (store_register, store_regs): Likewise.
7921         (fetch_vfp_regs, store_vfp_regs): Likewise.
7922         (arm_linux_read_description): Check have_ptrace_getregset is
7923         TRIBOOL_UNKNOWN.  Set have_ptrace_getregset to TRIBOOL_TRUE
7924         or TRIBOOL_FALSE.
7925         * i386-linux-nat.c (fetch_xstateregs): Check
7926         have_ptrace_getregset is not TRIBOOL_TRUE.
7927         (store_xstateregs): Likewise.
7928         * linux-nat.c (have_ptrace_getregset): Change its type to
7929         enum tribool.
7930         * linux-nat.h (tribool): New enum.
7931         * x86-linux-nat.c (x86_linux_read_description): Use enum tribool.
7932         Check whether have_ptrace_getregset is TRIBOOL_TRUE.
7933
7934 2015-06-19  Doug Evans  <dje@google.com>
7935
7936         * NEWS: Mention Sun's version of stabs is no longer supported.
7937         * elfread.c (free_elfinfo): Delete.  All uses updated.
7938         (elfstab_offset_sections): Delete.  All uses updated.
7939         * gdb-stabs.h (stab_section_info): Delete.  All uses updated.
7940         * psympriv.h (partial_symtab) <section_offsets>: Delete.
7941         All uses updated.
7942         * psymtab.c (start_psymtab_common): Delete arg section_offsets.
7943         All callers updated.
7944
7945 2015-06-18  Simon Marchi  <simon.marchi@ericsson.com>
7946
7947         * common/rsp-low.c (needs_escaping): New.
7948         (remote_escape_output): Add unit_size parameter. Refactor to
7949         support multi-byte addressable units.  Rename parameters.
7950         * common/rsp-low.h (remote_escape_output): Add unit_size
7951         parameter and rename others. Update doc.
7952         * remote.c (align_for_efficient_write): New.
7953         (remote_write_bytes_aux): Add unit_size parameter and use it.
7954         Rename some variables.  Update doc.
7955         (remote_xfer_partial): Get unit size and use it.
7956         (remote_read_bytes_1): Add unit_size parameter and use it.
7957         Rename some variables. Update doc.
7958         (remote_write_bytes): Same.
7959         (remote_xfer_live_readonly_partial): Same.
7960         (remote_read_bytes): Same.
7961         (remote_flash_write): Update call to remote_write_bytes_aux.
7962         (remote_write_qxfer): Update call to remote_escape_output.
7963         (remote_search_memory): Same.
7964         (remote_hostio_pwrite): Same.
7965
7966 2015-06-17  Luis Machado  <lgustavo@codesourcery.com>
7967
7968         * breakpoint.c (add_location_to_breakpoint): Don't mark permanent
7969         locations as inserted.
7970         Update and expand comment about permanent locations.
7971         (bp_loc_is_permanent): Don't return 0 for bp_call_dummy.
7972         Move comment to add_location_to_breakpoint.
7973         (update_global_location_list): Don't error out if a permanent
7974         breakpoint is not marked inserted.
7975         Don't error out if a non-permanent breakpoint location is inserted on
7976         top of a permanent breakpoint.
7977
7978 2015-06-17  Luis Machado  <lgustavo@codesourcery.com>
7979
7980         * breakpoint.c (make_breakpoint_permanent): Remove unused
7981         function.
7982         * breakpoint.h (make_breakpoint_permanent): Remove declaration.
7983
7984 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
7985
7986         PR gdb/16999
7987         * NEWS: Mention new GDBHISTSIZE behavior.
7988         * top.c (init_history): For null or out-of-range GDBHISTSIZE,
7989         set history size to unlimited.  Ignore non-numeric GDBHISTSIZE.
7990
7991 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
7992
7993         * NEWS: Mention that GDBHISTSIZE is read instead of HISTSIZE.
7994         * top.c (init_history): Read from GDBHISTSIZE instead of
7995         HISTSIZE.
7996         (init_main): Refer to GDBHISTSIZE instead of HISTSIZE.
7997
7998 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
7999
8000         * top.c (gdb_safe_append_history): Do not call
8001         history_truncate_file if the history is not stifled.
8002
8003 2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8004
8005         * syscalls/s390-linux.xml: Add syscalls 344 through 354.
8006         * syscalls/s390x-linux.xml: Likewise.
8007
8008 2015-06-16  Michael Eager  <eager@eagercon.com>
8009
8010         * nat/linux-namespaces.c (MSG_CMSG_CLOEXEC): Define if not defined.
8011
8012 2015-06-16  Patrick Palka  <patrick@parcs.ath.cx>
8013
8014         * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Call
8015         target_terminal_ours_for_output() before calling
8016         tui_show_frame_info(), and restore the original terminal
8017         settings afterwards.
8018
8019 2015-06-16  Martin Simmons  <martin@lispworks.com>  (tiny patch)
8020
8021         * arm-linux-nat.c: Include nat/linux-ptrace.h.
8022
8023 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
8024
8025         * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable
8026         memory unit size.
8027         (mi_cmd_data_write_memory_bytes): Same.
8028
8029 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
8030
8031         * corefile.c (write_memory): Update doc.
8032         * gdbcore.h (write_memory): Same.
8033
8034 2015-06-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
8035
8036         * linux-tdep.c (enum filterflags): Make it from anonymous enum.
8037         (dump_mapping_p): Use it for parameter filterflags.
8038         (linux_find_memory_regions_full): Use it for variable filterflags.
8039
8040 2015-06-15  Aleksandar Ristovski  <aristovski@qnx.com
8041             Jan Kratochvil  <jan.kratochvil@redhat.com>
8042
8043         Merge multiple hex conversions.
8044         * monitor.c: Include rsp-low.h.
8045         (fromhex): Remove definition.
8046
8047 2015-06-15  Aleksandar Ristovski  <aristovski@qnx.com
8048             Jan Kratochvil  <jan.kratochvil@redhat.com>
8049
8050         Move utility functions to common/.
8051         * cli/cli-utils.c (skip_spaces, skip_spaces_const, skip_to_space_const):
8052         Move defs to common/common-utils.c.
8053         * cli/cli-utils.h (skip_spaces, skip_spaces_const, skip_to_space)
8054         (skip_to_space_const): Move decls to common/common-utils.h.
8055         * common/common-defs.h: Move include of common-types.h before
8056         common-utils.h.
8057         * common/common-utils.c: Include host-defs.h and ctype.h.
8058         (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int, strtoulst): Move
8059         from utils.c.
8060         (skip_spaces, skip_spaces_const, skip_to_space_const): Move from
8061         cli/cli-utils.c.
8062         * common/common-utils.h (strtoulst): Move decl from utils.h.
8063         (skip_spaces, skip_spaces_const, skip_to_space, skip_to_space_const):
8064         Move from cli/cli-utils.h.
8065         * common/host-defs.h: Include limits.h.
8066         (TARGET_CHAR_BIT, HOST_CHAR_BIT): Moved from defs.h.
8067         (skip_spaces, skip_spaces_const): Move decls from cli/cli-utils.h.
8068         * defs.h (TARGET_CHAR_BIT, HOST_CHAR_BIT): Move to
8069         common/common-utils.h.
8070         * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
8071         (strtoulst): Move to common/common-utils.c.
8072         * utils.h (strtoulst): Moved decl to common/common-utils.h.
8073
8074 2015-06-15  Yao Qi  <yao.qi@linaro.org>
8075
8076         * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml.
8077
8078 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
8079
8080         * build-id.c: Don't include elf-bfd.h.
8081         (build_id_bfd_get): Use bfd_build_id.
8082         (build_id_verify): Ditto.
8083         * build-id.h: Ditto.
8084         (find_separate_debug_file_by_buildid): Ditto.
8085         * python/py-objfile.c: Don't include elf-bfd.h.
8086         (objfpy_get_build_id) Use bfd_build_id.
8087         (objfpy_build_id_matches, objfpy_lookup_objfile_by_build_id): Ditto.
8088         * coffread.c: Include build-id.h.
8089         (coff_symfile_read): Try find_separate_debug_file_by_buildid.
8090
8091 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
8092
8093         * windows-nat.c (do_windows_fetch_inferior_registers)
8094         (handle_output_debug_string): Replace __COPY_CONTEXT_SIZE
8095         conditional with __CYGWIN__.
8096
8097 2015-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
8098
8099         * completer.c: Add arch-utils.h include.
8100         (enum reg_completer_targets): New enum.
8101         (reg_or_group_completer_1): New function containing old
8102         reg_or_group_completer, add and use new parameter to control what
8103         is completed on.  Use get_current_arch rather than architecture of
8104         currently selected frame.
8105         (reg_or_group_completer): Call new reg_or_group_completer_1.
8106         (reggroup_completer): Call new reg_or_group_completer_1.
8107         * completer.h (reggroup_completer): Add declaration.
8108         * tui/tui-regs.c: Add 'completer.h' include.
8109         (tui_reg_next_command): Renamed to...
8110         (tui_reg_next): ...this.  Adjust parameters and return rather than
8111         display new group.
8112         (tui_reg_prev_command): Renamed to...
8113         (tui_reg_prev): ...this.  Adjust parameters and return rather than
8114         display new group.
8115         (tui_reg_float_command): Delete.
8116         (tui_reg_general_command): Delete.
8117         (tui_reg_system_command): Delete.
8118         (tui_reg_command): Rewrite to perform switching of register group.
8119         Add header comment.
8120         (tuireglist): Remove.
8121         (tui_reggroup_completer): New function.
8122         (_initialize_tui_regs): Remove 'tui reg' sub-commands, update
8123         creation of 'tui reg' command.
8124         * NEWS: Add comment about 'tui reg' changes.
8125
8126 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
8127
8128         * target.c (target_read): Consider addressable unit size when
8129         reading from a memory object.
8130         (read_memory_robust): Same.
8131         (read_whatever_is_readable): Same.
8132         (target_write_with_progress): Consider addressable unit size
8133         when writing to a memory object.
8134         * target.h (target_read): Update documentation.
8135         (target_write): Add documentation.
8136
8137 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
8138
8139         * arch-utils.h (default_addressable_memory_unit_size): New.
8140         * arch-utils.c (default_addressable_memory_unit_size): New.
8141         * gdbarch.sh (addressable_memory_unit_size): New.
8142         * gdbarch.h: Re-generate.
8143         * gdbarch.c: Re-generate.
8144
8145 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
8146
8147         * target.c (target_read): Rename variables and use
8148         TARGET_XFER_E_IO.
8149         (target_read_with_progress): Same.
8150         (read_memory_robust): Constify parameters and rename
8151         variables.
8152         (read_whatever_is_readable): Constify parameters,
8153         rename variables, adjust formatting.
8154         * target.h (read_memory_robust): Constify parameters.
8155
8156 2015-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
8157
8158         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short
8159         synthetic (non-AltiVec) vector types.
8160         (ppc64_sysv_abi_return_value): Likewise.
8161
8162 2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8163
8164         PR breakpoints/16465
8165         * breakpoint.c (create_breakpoint): Save extra_string for
8166         pending breakpoints.
8167
8168 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
8169
8170         * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask
8171         and bt_mask to CORE_ADDR.
8172
8173 2015-06-11  Gary Benson <gbenson@redhat.com>
8174
8175         * nat/linux-namespaces.c (mnsh_send_message): Use pulongest.
8176         (mnsh_recv_message): Likewise.
8177
8178 2015-06-11  Walfred Tedeschi  <walfred.tedeschi@intel.com>
8179
8180         * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of
8181         long long int and plongest instead of %ll.
8182
8183 2015-06-11  Gary Benson <gbenson@redhat.com>
8184
8185         * nat/linux-namespaces.c (gdb_wait.h): New include.
8186         (sys/wait.h): Do not include.
8187
8188 2015-06-10  Simon Marchi  <simon.marchi@ericsson.com>
8189
8190         * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if
8191         end_sequence is true.
8192
8193 2015-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8194
8195         Code cleanup.
8196         * solib-target.c (library_list_start_list): Use explicit NULL
8197         comparison.
8198
8199 2015-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8200
8201         * solib-target.c (library_list_start_list): Do not dereference
8202         variable version in its initialization.  Make the VERSION check handle
8203         NULL.
8204         (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL.
8205
8206 2015-06-10  Gary Benson <gbenson@redhat.com>
8207
8208         * NEWS: Announce support for direct access of executable and
8209         shared library files when attaching to inferiors in containers
8210         on GNU/Linux systems.
8211
8212 2015-06-10  Gary Benson <gbenson@redhat.com>
8213
8214         * remote.c (struct remote_state) <fs_pid>: New field.
8215         (new_remote_state): Initialize the above.
8216         (PACKET_vFile_setfs): New enum value.
8217         (remote_hostio_set_filesystem): New function.
8218         (remote_hostio_open): Call the above.
8219         (remote_hostio_unlink): Likewise.
8220         (remote_hostio_readlink): Likewise.
8221         (_initialize_remote): Register new "set/show remote
8222         hostio-setfs-packet" command.
8223         * NEWS: Announce new vFile:setfs packet.
8224
8225 2015-06-10  Gary Benson <gbenson@redhat.com>
8226
8227         * linux-nat.c (nat/linux-namespaces.h): New include.
8228         (fileio.h): Likewise.
8229         (linux_nat_filesystem_is_local): New function.
8230         (linux_nat_fileio_pid_of): Likewise.
8231         (linux_nat_fileio_open): Likewise.
8232         (linux_nat_fileio_readlink): Likewise.
8233         (linux_nat_fileio_unlink): Likewise.
8234         (linux_nat_add_target): Initialize to_filesystem_is_local,
8235         to_fileio_open, to_fileio_readlink and to_fileio_unlink.
8236         (_initialize_linux_nat): New "set/show debug linux-namespaces"
8237         commands.
8238         * NEWS: Mention new "set/show debug linux-namespaces" commands.
8239
8240 2015-06-10  Gary Benson <gbenson@redhat.com>
8241
8242         * target.h (struct inferior): New forward declaration.
8243         (struct target_ops) <to_filesystem_is_local>: Update comment.
8244         (struct target_ops) <to_fileio_open>: New argument inf.
8245         Update comment.  All implementations updated.
8246         (struct target_ops) <to_fileio_unlink>: Likewise.
8247         (struct target_ops) <to_fileio_readlink>: Likewise.
8248         (target_filesystem_is_local): Update comment.
8249         (target_fileio_open): New argument inf.  Update comment.
8250         (target_fileio_unlink): Likewise.
8251         (target_fileio_readlink): Likewise.
8252         (target_fileio_read_alloc): Likewise.
8253         (target_fileio_read_stralloc): Likewise.
8254         * target.c (target_fileio_open): New argument inf.
8255         Pass inf to implementation.  Update debug printing.
8256         (target_fileio_unlink): Likewise.
8257         (target_fileio_readlink): Likewise.
8258         (target_fileio_read_alloc_1): New argument inf. Pass inf
8259         to target_fileio_open.
8260         (target_fileio_read_alloc): New argument inf. Pass inf to
8261         target_fileio_read_alloc_1.
8262         (target_fileio_read_stralloc): Likewise.
8263         * gdb_bfd.c (inferior.h): New include.
8264         (gdb_bfd_iovec_fileio_open): Replace unused "open_closure"
8265         argument with new argument "inferior".  Pass inferior to
8266         target_fileio_open.
8267         (gdb_bfd_open): Supply inferior argument to
8268         gdb_bfd_iovec_fileio_open.
8269         * linux-tdep.c (linux_info_proc): Supply inf argument to
8270         relevant target_fileio calls.
8271         (linux_find_memory_regions_full): Likewise.
8272         (linux_fill_prpsinfo): Likewise.
8273         * remote.c (remote_filesystem_is_local): Supply inf
8274         argument to remote_hostio_open.
8275         (remote_file_put): Likewise.
8276         (remote_file_get): Likewise.
8277         (remote_file_delete): Supply inf argument to
8278         remote_hostio_unlink.
8279
8280 2015-06-10  Gary Benson <gbenson@redhat.com>
8281
8282         * inf-child.c (inf_child_fileio_open): Replace comment.
8283         (inf_child_fileio_pwrite): Likewise.
8284         (inf_child_fileio_pread): Likewise.
8285         (inf_child_fileio_fstat): Insert blank line before comment.
8286         (inf_child_fileio_close): Replace comment.
8287         (inf_child_fileio_unlink): Likewise.
8288         (inf_child_fileio_readlink): Likewise.
8289         * remote.c (remote_hostio_open): Likewise.
8290         (remote_hostio_pread): Likewise.
8291         (remote_hostio_pwrite): Likewise.
8292         (remote_hostio_close): Likewise.
8293         (remote_hostio_unlink): Likewise.
8294         (remote_hostio_readlink): Likewise.
8295         (remote_hostio_fstat): Likewise.
8296         (remote_filesystem_is_local): Likewise.
8297         * target.c (target_fileio_open): Likewise.
8298         (target_fileio_pwrite): Likewise.
8299         (target_fileio_pread): Likewise.
8300         (target_fileio_fstat): Insert blank line before comment.
8301         (target_fileio_close): Replace comment.
8302         (target_fileio_unlink): Likewise.
8303         (target_fileio_readlink): Likewise.
8304         (target_fileio_read_alloc): Likewise.
8305         (target_fileio_read_stralloc): Likewise.
8306
8307 2015-06-10  Gary Benson <gbenson@redhat.com>
8308
8309         * linux-thread-db.c (nat/linux-namespaces.h): New include.
8310         (check_pid_namespace_match): Use linux_ns_same rather than
8311         linux_proc_pid_get_ns to spot PID namespace mismatches.
8312         * nat/linux-procfs.h (linux_proc_pid_get_ns): Remove.
8313         * nat/linux-procfs.c (linux_proc_pid_get_ns): Likewise.
8314
8315 2015-06-10  Gary Benson <gbenson@redhat.com>
8316
8317         * configure.ac (AC_CHECK_FUNCS): Add setns.
8318         * config.in: Regenerate.
8319         * configure: Likewise.
8320         * nat/linux-namespaces.h: New file.
8321         * nat/linux-namespaces.c: Likewise.
8322         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-namespaces.h.
8323         (linux-namespaces.o): New rule.
8324         * config/aarch64/linux.mh (NATDEPFILES): Add linux-namespaces.o.
8325         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
8326         * config/arm/linux.mh (NATDEPFILES): Likewise.
8327         * config/i386/linux.mh (NATDEPFILES): Likewise.
8328         * config/i386/linux64.mh (NATDEPFILES): Likewise.
8329         * config/ia64/linux.mh (NATDEPFILES): Likewise.
8330         * config/m32r/linux.mh (NATDEPFILES): Likewise.
8331         * config/m68k/linux.mh (NATDEPFILES): Likewise.
8332         * config/mips/linux.mh (NATDEPFILES): Likewise.
8333         * config/pa/linux.mh (NATDEPFILES): Likewise.
8334         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
8335         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
8336         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
8337         * config/s390/linux.mh (NATDEPFILES): Likewise.
8338         * config/sparc/linux.mh (NATDEPFILES): Likewise.
8339         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
8340         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
8341         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
8342
8343 2015-06-10  Gary Benson <gbenson@redhat.com>
8344
8345         * utils.h (make_cleanup_close): Moved to common/filestuff.h.
8346         * utils.c (do_close_cleanup): Moved to common/filestuff.c.
8347         (make_cleanup_close): Likewise.
8348         * common/filestuff.h (make_cleanup_close): Moved from utils.h.
8349         * common/filestuff.c (do_close_cleanup): Moved from utils.c.
8350         (make_cleanup_close): Likewise.
8351
8352 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
8353
8354         * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE
8355         from SuspendThread().
8356
8357 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
8358
8359         * windows-nat.c (handle_output_debug_string): Trim trailing '\n'
8360         from OutputDebugString.
8361
8362 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
8363                         Mircea Gherzan  <mircea.gherzan@intel.com>
8364
8365         * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32,
8366         MPX_BT_MASK_32): New macros.
8367         (i386_mpx_set_bounds): New function that implements
8368         the command "set-mpx-bound".
8369         (i386_mpx_enabled): Helper function to test MPX availability.
8370         (i386_mpx_bd_base): Helper function to calculate the base directory
8371         address.
8372         (i386_mpx_get_bt_entry): Helper function to access a bound
8373         table entry.
8374         (i386_mpx_print_bounds): Effectively display bound information.
8375         (_initialize_i386_tdep): Add new commands to commands "set mpx" and
8376         "show mpx".
8377         (_initialize_i386_tdep):
8378         Add "bound" to the commands "show mpx" and "set mpx" commands.
8379         (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx"
8380         and "show mpx" commands.
8381         * NEWS: List new commands for MPX support.
8382
8383 2015-06-09  Gary Benson <gbenson@redhat.com>
8384
8385         * common/fileio.h (fileio_to_host_mode): New declaration.
8386         * common/fileio.c (fileio_to_host_mode): New Function.
8387         * inf-child.c (inf_child_fileio_open): Process mode argument
8388         with fileio_to_host_mode.
8389
8390 2015-06-09  Gary Benson <gbenson@redhat.com>
8391
8392         * common/fileio.c (fileio_mode_pack): Fix preprocessor
8393         conditional.
8394
8395 2015-06-05  Gary Benson <gbenson@redhat.com>
8396
8397         * gdb_bfd.c (gdb_bfd_open): Move vgdb special case to...
8398         * remote.c (remote_filesystem_is_local): ...here.
8399
8400 2015-06-04  Yao Qi  <yao.qi@linaro.org>
8401
8402         * gdbarch.c: Regenerate it.
8403
8404 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
8405
8406         * arch-utils.c (default_infcall_munmap): New.
8407         * arch-utils.h (default_infcall_munmap): New declaration.
8408         * compile/compile-object-load.c (struct munmap_list, munmap_list_add)
8409         (munmap_list_free, munmap_listp_free_cleanup): New.
8410         (struct setup_sections_data): Add field munmap_list_headp.
8411         (setup_sections): Call munmap_list_add.
8412         (compile_object_load): New variable munmap_list_head, initialize
8413         setup_sections_data.munmap_list_headp, return munmap_list_head.
8414         * compile/compile-object-load.h (struct munmap_list): New declaration.
8415         (struct compile_module): Add field munmap_list_head.
8416         (munmap_list_free): New declaration.
8417         * compile/compile-object-run.c (struct do_module_cleanup): Add field
8418         munmap_list_head.
8419         (do_module_cleanup): Call munmap_list_free.
8420         (compile_object_run): Pass munmap_list_head to do_module_cleanup.
8421         * gdbarch.c: Regenerate.
8422         * gdbarch.h: Regenerate.
8423         * gdbarch.sh (infcall_munmap): New.
8424         * linux-tdep.c (linux_infcall_munmap): New.
8425         (linux_init_abi): Install it.
8426
8427 2015-06-02  Simon Marchi  <simon.marchi@ericsson.com>
8428
8429         PR gdb/15564
8430         * inferior.c (detach_inferior): Call exit_inferior_1 with silent = 0.
8431
8432 2015-06-02  Yao Qi  <yao.qi@linaro.org>
8433
8434         * i386-linux-nat.c: Include linux-nat.h.
8435
8436 2015-06-01  Andreas Schwab  <schwab@linux-m68k.org>
8437             Jan Kratochvil  <jan.kratochvil@redhat.com>
8438
8439         PR symtab/18392
8440         * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct
8441         assertion.
8442         * dwarf2loc.c (chain_candidate): Likewise.
8443
8444 2015-06-01  Yao Qi  <yao.qi@linaro.org>
8445
8446         * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET.
8447         (store_vfp_regs): Use PTRACE_SETREGSET.
8448
8449 2015-06-01  Yao Qi  <yao.qi@linaro.org>
8450
8451         * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET.
8452         (fetch_fpregs): Likewise.
8453         * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET.
8454         (store_fpregs): Likewise.
8455
8456 2015-06-01  Yao Qi  <yao.qi@linaro.org>
8457
8458         * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET.
8459         (fetch_regs): Likewise.
8460         (store_regs): Use PTRACE_SETREGSET.
8461         (store_register): Likewise.
8462
8463 2015-06-01  Yao Qi  <yao.qi@linaro.org>
8464
8465         * arm-linux-nat.c (arm_linux_read_description): Check whether
8466         kernel supports PTRACE_GETREGSET.
8467
8468 2015-06-01  Yao Qi  <yao.qi@linaro.org>
8469
8470         * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
8471         * linux-nat.c: ... here.
8472         * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
8473         to ...
8474         * linux-nat.h: ... here.
8475
8476 2015-06-01  Yao Qi  <yao.qi@linaro.org>
8477
8478         * amd64-linux-nat.c: Include "nat/linux-ptrace.h".
8479         * i386-linux-nat.c: Likewise.
8480         * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define.
8481         * s390-linux-nat.c: Include "nat/linux-ptrace.h".
8482         (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
8483         * x86-linux-nat.c: Include "nat/linux-ptrace.h".
8484         * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
8485
8486 2015-05-30  Eli Zaretskii  <eliz@gnu.org>
8487
8488         * go32-nat.c (go32_xfer_memory): Fix the return value to be
8489         compatible to what read_child and write_child return.  This
8490         unbreaks that DJGPP build of GDB which was broken since v7.7.
8491
8492 2015-05-29  Martin Galvan  <martin.galvan@tallertechnologies.com>
8493
8494         * MAINTAINERS (Write After Approval): Add Martin Galvan.
8495
8496 2015-05-29  Roland McGrath  <mcgrathr@google.com>
8497
8498         PR gdb/18464
8499         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning
8500         rather than internal_error for an unrecognized value.
8501
8502 2015-05-29  Max Filippov  <jcmvbkbc@gmail.com>
8503
8504         * xtensa-tdep.c (xtensa_pseudo_register_read)
8505         (xtensa_pseudo_register_write): Don't alias last pseudo register
8506         to a1.
8507
8508 2015-05-28  Don Breazeal  <donb@codesourcery.com>
8509
8510         * infrun.c (follow_fork_inferior): Ensure the use of
8511         process-style ptids (pid,0,0) in verbose/debug "Detaching"
8512         messages.
8513
8514 2015-05-28  Doug Evans  <dje@google.com>
8515
8516         * dwarf2read.c (record_line_ftype): Remove, duplicate.
8517
8518 2015-05-28  Yao Qi  <yao.qi@linaro.org>
8519
8520         * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove.
8521         (arm_linux_fetch_inferior_registers): Use
8522         tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers.
8523         (arm_linux_store_inferior_registers): Likewise.
8524         (arm_linux_read_description): Don't set
8525         arm_linux_has_wmmx_registers.
8526         * arm-tdep.c (arm_gdbarch_init): Set
8527         tdep->have_wmmx_registers according target descriptions.
8528         * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New
8529         field.
8530
8531 2015-05-28  Yao Qi  <yao.qi@linaro.org>
8532
8533         * arm-linux-nat.c (arm_linux_vfp_register_count): Remove.
8534         (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep
8535         instead of arm_linux_vfp_register_count.
8536         (store_vfp_regs): Likewise.
8537         (arm_linux_fetch_inferior_registers): Likewise.
8538         (arm_linux_store_inferior_registers): Likewise.
8539         (arm_linux_read_description): Don't set
8540         arm_linux_vfp_register_count.
8541         * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections):
8542         Adjust.
8543         * arm-tdep.c (arm_gdbarch_init): Add assert on
8544         vfp_register_count.
8545         * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename
8546         field to vfp_register_count.  All users updated.
8547
8548 2015-05-28  Kyle Huey  <me@kylehuey.com>  (tiny patch)
8549
8550         * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on
8551         ELFOSABI_GNU binaries.
8552
8553 2015-05-27  Doug Evans  <dje@google.com>
8554
8555         * dwarf2read.c (lnp_state_machine): New typedef.
8556         (lnp_reader_state): New typedef.
8557         (dwarf_record_line_1): Renamed from dwarf_record_line.
8558         All callers updated.
8559         (dwarf_record_line): New function.
8560         (init_lnp_state_machine): New function.
8561         (check_line_address): Replace p_record_line parameter with state.
8562         All callers updated.
8563         (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine.
8564         Update to record state in lnp_state_machine.
8565
8566 2015-05-27  Doug Evans  <dje@google.com>
8567
8568         * dwarf2read.c (record_line_ftype): New typedef.
8569         (check_line_address): New function.
8570         (dwarf_decode_lines_1): Call it.
8571
8572 2015-05-27  Doug Evans  <dje@google.com>
8573
8574         * NEWS: Mention "set debug dwarf-line".
8575         * dwarf2read.c (dwarf_line_debug): New static global.
8576         (add_include_dir): Add debug dwarf-line support.
8577         (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto.
8578         (_initialize_dwarf2_read): New parameter "debug dwarf-line".
8579
8580 2015-05-27  Doug Evans  <dje@google.com>
8581
8582         * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain".
8583         All callers updated.
8584         (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto.
8585         * cp-support.h (cp_lookup_nested_symbol): Update.
8586
8587 2015-05-27  Doug Evans  <dje@google.com>
8588
8589         PR symtab/18258
8590         * block.c (block_find_symbol): New function.
8591         (block_find_non_opaque_type): Ditto.
8592         (block_find_non_opaque_type_preferred): Ditto.
8593         * block.h (block_symbol_matcher_ftype): New typedef.
8594         (block_find_symbol): Declare.
8595         (block_find_non_opaque_type): Ditto.
8596         (block_find_non_opaque_type_preferred): Ditto.
8597         * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol.
8598         * psymtab.c (psym_lookup_symbol): Ditto.
8599         * symtab.c (basic_lookup_transparent_type_1): New function.
8600         (basic_lookup_transparent_type): Call it.
8601
8602 2015-05-27  Yao Qi  <yao.qi@linaro.org>
8603
8604         * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return
8605         AARCH64_RECORD_UNKNOWN for unknown instruction encoding.
8606
8607 2015-05-27  Yao Qi  <yao.qi@linaro.org>
8608
8609         * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
8610         before operator &&.
8611         (aarch64_record_load_store): Likewise.
8612
8613 2015-05-26  Doug Evans  <dje@google.com>
8614
8615         PR c++/18141, c++/18417.
8616         * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being
8617         a typedef.
8618
8619 2015-05-26  Doug Evans  <dje@google.com>
8620
8621         * NEWS: Add entries for command renamings.
8622         * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug.
8623         All uses updated.
8624         (dwarf_die_debug): Renamed from dwarf2_die_debug.  All uses updated.
8625         (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age.
8626         All uses updated.
8627         (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age.
8628         All callers updated.  Fix spelling of DWARF in help text.
8629         (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist.
8630         All uses updated.
8631         (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist.
8632         All uses updated.
8633         (set_dwarf_cmd): Renamed from set_dwarf2_cmd.  All callers updated.
8634         (show_dwarf_cmd): Renamed from show_dwarf2_cmd.  All callers updated.
8635         (dwarf_always_disassemble): Renamed from dwarf_always_disassemble.
8636         All uses updated.
8637         (show_dwarf_always_disassemble): Renamed from
8638         show_dwarf2_always_disassemble.  All callers updated.
8639         (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to
8640         "set/show dwarf".  Rename "set/show dwarf2 max-cache-age" to
8641         "set/show dwarf max-cache-age".  Rename
8642         "set/show dwarf2 always-disassemble" to
8643         "set/show dwarf always-disassemble".  Rename
8644         "set/show debug dwarf2-read" to "set/show debug dwarf-read".  Rename
8645         "set/show debug dwarf2-die" to "set/show debug dwarf-die".
8646
8647 2015-05-26  Doug Evans  <dje@google.com>
8648
8649         PR python/18438
8650         * python/py-lazy-string.c (stpy_convert_to_value): Use
8651         gdbpy_gdb_memory_error not PyExc_MemoryError.
8652         (gdbpy_create_lazy_string_object): Ditto.
8653
8654 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
8655
8656         * tui/tui-regs.c (tui_reg_next_command): Compare against NULL.
8657
8658 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
8659
8660         * tui/tui-regs.c (tui_reg_prev_command): New function.
8661         (_initialize_tui_regs): Add 'prev' command for 'tui reg'.
8662         * reggroups.c (reggroup_prev): New function.
8663         * reggroups.h (reggroup_prev): Add declaration.  Update comment.
8664
8665 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
8666             Yao Qi  <yao.qi@linaro.org>
8667
8668         * aarch64-linux-tdep.c: Include linux-record.h and
8669         record-full.h.
8670         (struct linux_record_tdep aarch64_linux_record_tdep): Declare.
8671         (aarch64_syscall): New enum.
8672         (aarch64_canonicalize_syscall): New function.
8673         (aarch64_all_but_pc_registers_record): New function.
8674         (aarch64_linux_syscall_record): New function.
8675         (aarch64_linux_init_abi): Install AArch64 process record
8676         handler.  Update to handle syscall recording.
8677         * aarch64-tdep.c: Include record.h and record-full.h.
8678         (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros.
8679         (struct aarch64_mem_r): Define.
8680         (aarch64_record_result): New enum.
8681         (struct insn_decode_record): Define.
8682         (insn_decode_record): New typedef.
8683         (aarch64_record_data_proc_reg): New function.
8684         (aarch64_record_data_proc_imm): New function.
8685         (aarch64_record_branch_except_sys): New function.
8686         (aarch64_record_load_store): New function.
8687         (aarch64_record_data_proc_simd_fp): New function.
8688         (aarch64_record_asimd_load_store): New function.
8689         (aarch64_record_decode_insn_handler): New function.
8690         (deallocate_reg_mem): New function.
8691         (aarch64_process_record): New function.
8692         * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>:
8693         New field.
8694         (aarch64_process_record): New extern declaration.
8695         * configure.tgt: Add linux-record.o to gdb_target_obs.
8696         * linux-record.h (struct linux_record_tdep) <arg7>: New field.
8697
8698 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
8699
8700         * NEWS: Add a note on process record-replay support on aarch64*-linux*
8701         targets.
8702
8703 2015-05-26  Martin Galvan  <martin.galvan@tallertechnologies.com>
8704
8705         * amd64-tdep.c: Replace in_function_epilogue_p with
8706         stack_frame_destroyed_p throughout.
8707         * arch-utils.c: Ditto.
8708         * arch-utils.h: Ditto.
8709         * arm-tdep.c: Ditto.
8710         * breakpoint.c: Ditto.
8711         * gdbarch.sh: Ditto.
8712         * hppa-tdep.c: Ditto.
8713         * i386-tdep.c: Ditto.
8714         * mips-tdep.c: Ditto.
8715         * nios2-tdep.c: Ditto.
8716         * rs6000-tdep.c: Ditto.
8717         * s390-linux-tdep.c: Ditto.
8718         * score-tdep.c: Ditto.
8719         * sh-tdep.c: Ditto.
8720         * sparc-tdep.c: Ditto.
8721         * sparc-tdep.h: Ditto.
8722         * sparc64-tdep.c: Ditto.
8723         * spu-tdep.c: Ditto.
8724         * tic6x-tdep.c: Ditto.
8725         * tilegx-tdep.c: Ditto.
8726         * xstormy16-tdep.c: Ditto.
8727         * gdbarch.c, gdbarch.h: Re-generated.
8728
8729 2015-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
8730
8731         * NEWS: Mention 'tui enable' and 'tui disable'.
8732         * tui/tui.c (tui_enable_command): New function.
8733         (tui_disable_command): New function.
8734         (_initialize_tui): New function.
8735
8736 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8737
8738         * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0.
8739
8740 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8741
8742         * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure
8743         buf_ptr is freed.
8744
8745 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8746
8747         * tui/tui-layout.c (tui_layout_command): Move call to tui_enable
8748         into ...
8749         (tui_set_layout_for_display_command): ...here, before calling
8750         tui_set_layout.  Only set the layout if gdb has not already
8751         entered the TUI_FAILURE state.
8752
8753 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8754
8755         * tui/tui-layout.c (layout_completer): New function.
8756         (_initialize_tui_layout): Set completer on layout command.
8757
8758 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8759
8760         * tui/tui-layout.c (tui_set_layout): Remove
8761         tui_register_display_type parameter.  Remove all checking of this
8762         parameter, and reindent function.  Update header comment.
8763         (tui_set_layout_for_display_command): Rename to...
8764         (tui_set_layout_by_name): ...this, and don't check for different
8765         register class types, don't pass a tui_register_display_type to
8766         tui_set_layout.  Update header comment.
8767         (layout_names): Remove register set specific names.
8768         * tui/tui-layout.h (tui_set_layout): Remove
8769         tui_register_display_type parameter.
8770         * tui/tui.c (tui_rl_change_windows): Don't pass a
8771         tui_register_display_type to tui_set_layout.
8772         (tui_rl_delete_other_windows): Likewise.
8773         (tui_enable): Likewise.
8774         * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove.
8775         (TUI_FLOAT_REGS_NAME_LOWER): Remove.
8776         (TUI_GENERAL_REGS_NAME): Remove.
8777         (TUI_GENERAL_REGS_NAME_LOWER): Remove.
8778         (TUI_SPECIAL_REGS_NAME): Remove.
8779         (TUI_SPECIAL_REGS_NAME_LOWER): Remove.
8780         (TUI_GENERAL_SPECIAL_REGS_NAME): Remove.
8781         (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove.
8782         (enum tui_register_display_type): Remove.
8783         (struct tui_layout_def): Remove regs_display_type and
8784         float_regs_display_type fields.
8785         (struct tui_data_info): Remove regs_display_type field.
8786         (tui_layout_command): Use new name for
8787         tui_set_layout_for_display_command.
8788         * tui/tui-data.c (layout_def): Don't initialise removed fields.
8789         (tui_clear_win_detail): Don't initialise removed fields of
8790         win_info.
8791         * tui/tui-regs.c (tui_show_registers): Use new name for
8792         tui_set_layout_for_display_command.
8793         * tui/tui.h (tui_set_layout_for_display_command): Rename
8794         declaration to...
8795         (tui_set_layout_by_name): ...this.
8796         * printcmd.c (display_command): Remove tui related layout call,
8797         and reindent.
8798
8799 2015-05-20  Joel Brobecker  <brobecker@adacore.com>
8800
8801         * infrun.c (handle_inferior_event_1): Renames handle_inferior_event.
8802         (handle_inferior_event): New function.
8803
8804 2015-05-20  Joel Brobecker  <brobecker@adacore.com>
8805
8806         * ada-lang.c (to_fixed_array_type): Rename local variable
8807         typename into type_name.
8808
8809 2015-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8810
8811         Fix ASAN crash for gdb.compile/compile.exp.
8812         * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME.
8813
8814 2015-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8815
8816         * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol)
8817         (gcc_symbol_address): Change gdb_stdout to gdb_stdlog.
8818         * compile/compile-object-load.c (setup_sections, compile_object_load):
8819         Likewise.
8820         * compile/compile.c (compile_to_object): Likewise.
8821
8822 2015-05-16  Doug Evans  <xdje42@gmail.com>
8823
8824         * NEWS: Mention support for unbuffered Guile memory ports.
8825         * scm-ports.c (ioscm_memory_port): Update comments on end, size.
8826         (ioscm_lseek_address): Improve overflow calculation.
8827         (gdbscm_memory_port_fill_input): Add assert.
8828         (gdbscm_memory_port_write): Handle unbuffered ports.
8829         Handle large writes identical to Guile's fport_write.
8830         (gdbscm_memory_port_seek): Fix seeking past end check.
8831         (gdbscm_memory_port_close): Handle closing unbuffered port.
8832         (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports.
8833         (ioscm_init_memory_port): Handle unbuffered ports.
8834         (ioscm_reinit_memory_port): Ditto.
8835         (ioscm_init_memory_port): Update size calculation.
8836         (gdbscm_open_memory): Support zero sized ports.
8837
8838 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8839
8840         * compile/compile-object-load.c (get_out_value_type): Fix uninitialized
8841         variable compiler warnings.
8842
8843 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8844
8845         * compile/compile-object-load.c (get_out_value_type): Fix returned type.
8846
8847 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8848             Phil Muldoon  <pmuldoon@redhat.com>
8849
8850         * NEWS (Changes since GDB 7.9): Add compile print.
8851         * compile/compile-c-support.c (add_code_header, add_code_footer)
8852         (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and
8853         COMPILE_I_PRINT_VALUE_SCOPE.
8854         * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE)
8855         (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE):
8856         New.
8857         * compile/compile-object-load.c: Include block.h.
8858         (get_out_value_type): New function.
8859         (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
8860         COMPILE_I_PRINT_VALUE_SCOPE.  Set compile_module's OUT_VALUE_ADDR and
8861         OUT_VALUE_TYPE.
8862         * compile/compile-object-load.h (struct compile_module): Add fields
8863         out_value_addr and out_value_type.
8864         * compile/compile-object-run.c: Include valprint.h and compile.h.
8865         (struct do_module_cleanup): Add fields out_value_addr and
8866         out_value_type.
8867         (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
8868         COMPILE_I_PRINT_VALUE_SCOPE.
8869         (compile_object_run): Propagate out_value_addr and out_value_type.
8870         Pass OUT_VALUE_ADDR.
8871         * compile/compile.c: Include valprint.h.
8872         (compile_print_value, compile_print_command): New functions.
8873         (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE.
8874         (_initialize_compile): Update compile code help text.  Install
8875         compile_print_command.
8876         * compile/compile.h (compile_print_value): New prototype.
8877         * defs.h (enum compile_i_scope_types): Add
8878         COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE.
8879
8880 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8881
8882         * compile/compile-object-load.c (get_regs_type): Add parameter func_sym.
8883         Rely on its parameter count.
8884         (compile_object_load): Replace lookup_minimal_symbol_text by
8885         lookup_global_symbol_from_objfile.  Verify FUNC_SYM.  Set it in the
8886         return value.
8887         * compile/compile-object-load.h (struct compile_module): Replace
8888         func_addr by func_sym.
8889         * compile/compile-object-run.c: Include block.h.
8890         (compile_object_run): Reset module variable after it is freed.  Use
8891         FUNC_SYM instead of FUNC_ADDR.  Rely on it.
8892
8893 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8894
8895         * compile/compile-c-support.c (print_one_macro): Use #ifndef.
8896         (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR.
8897         (c_compute_program): Call generate_register_struct after typedefs.
8898         * compile/compile-loc2c.c (push, pushf_register_address)
8899         (pushf_register): Cast to GCC_UINTPTR.
8900         (do_compile_dwarf_expr_to_c): Use unused attribute.  Add space after
8901         type.  Use GCC_UINTPTR instead of void *.  Remove excessive cast.
8902         (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *.
8903         * compile/compile.c (_initialize_compile): Enable warnings for
8904         COMPILE_ARGS.
8905
8906 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8907
8908         * cli/cli-script.c (execute_control_command): Update
8909         eval_compile_command caller.
8910         * compile/compile-object-load.c (compile_object_load): Add parameters
8911         scope and scope_data.  Set them.
8912         * compile/compile-object-load.h (struct compile_module): Add fields
8913         scope and scope_data.
8914         (compile_object_load): Add parameters scope and scope_data.
8915         * compile/compile-object-run.c (struct do_module_cleanup): Add fields
8916         scope and scope_data.
8917         (compile_object_run): Propagate the fields scope and scope_data.
8918         * compile/compile.c (compile_file_command, compile_code_command):
8919         Update eval_compile_command callers.
8920         (eval_compile_command): Add parameter scope_data.  Pass it plus scope.
8921         * compile/compile.h (eval_compile_command): Add parameter scope_data.
8922         * defs.h (struct command_line): Add field scope_data.
8923
8924 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8925
8926         * printcmd.c (struct format_data): Move it to valprint.h.
8927         (print_command_parse_format, print_value): New functions from ...
8928         (print_command_1): ... here.  Call them.
8929         * valprint.h (struct format_data): Move it here from printcmd.c.
8930         (print_command_parse_format, print_value): New declarations.
8931
8932 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8933
8934         * compile/compile-object-load.c (compile_object_load): Add
8935         COMPILE_DEBUG message.
8936
8937 2015-05-15  Jerome Guitton  <guitton@adacore.com>
8938
8939         * ada-lang.c (ada_value_ptr_subscript): Use enum position of
8940         index to get element instead of enum value.
8941         (ada_value_slice_from_ptr, ada_value_slice): Use enum position
8942         of index to compute length, but enum values to compute bounds.
8943         (ada_array_length): Use enum position of index instead of enum value.
8944         (pos_atr): Move position computation to...
8945         (ada_evaluate_subexp): Use enum values to compute bounds.
8946         * gdbtypes.c (discrete_position): ...this new function.
8947         * gdbtypes.h (discrete_position): New function declaration.
8948         * valprint.c (val_print_array_elements): Call discrete_position
8949         to handle array indexed by non-contiguous enumeration types.
8950
8951 2015-05-15  Jerome Guitton  <guitton@adacore.com>
8952
8953         * ada-lang.c (find_parallel_type_by_descriptive_type):
8954         Go through typedefs during lookup.
8955         (to_fixed_array_type): Add support for non-bit packed arrays
8956         as variable-length fields.
8957
8958 2015-05-15  Pedro Alves  <palves@redhat.com>
8959             Simon Marchi  <simon.marchi@ericsson.com>
8960
8961         * event-loop.c (gdb_notifier) <next_file_handler,
8962         next_poll_fds_index>: New fields.
8963         (get_next_file_handler_to_handle_and_advance): New function.
8964         (delete_file_handler): If deleting the next file handler to
8965         handle, advance to the next file handler.
8966         (gdb_wait_for_event): Bail early if no event fired.  Poll file
8967         handlers in round-robin fashion.
8968
8969 2015-05-15  Pedro Alves  <palves@redhat.com>
8970
8971         * linux-tdep.c (linux_find_memory_regions_full): Rename local
8972         'private' to 'priv'.
8973
8974 2015-05-15  Pedro Alves  <palves@redhat.com>
8975
8976         * nat/linux-nat.h: Include "target/waitstatus.h".
8977
8978 2015-05-15  Yuanhui Zhang  <asmwarrior@gmail.com>
8979
8980         * python/py-unwind.c (struct reg_info): Move out of ...
8981         (struct cached_frame_info): ... this scope.
8982         (pending_frame_object_type, unwind_info_object_type): Make extern.
8983
8984 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
8985
8986         * ada-lang.c (ada_value_primitive_packed_val): Make sure
8987         accumSize is never negative.
8988
8989 2015-05-14  Patrick Palka  <patrick@parcs.ath.cx>
8990
8991         * tui/tui-command.c: Remove include of <ctype.h>.
8992         (tui_dispatch_ctrl_char): Remove workaround for xterm terminals.
8993
8994 2015-05-13  Martin Galvan  <martin.galvan@tallertechnologies.com>
8995
8996         * dwarf2read.c (die_needs_namespace): Return 1 for
8997         DW_TAG_inlined_subroutine.
8998
8999 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9000
9001         * regcache.c (regcache_cpy_no_passthrough): New declaration.
9002         (regcache_cpy_no_passthrough): Make it static, add function comment.
9003         * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment.
9004         (regcache_cpy_no_passthrough): Remove declaration.
9005
9006 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9007
9008         * gdbthread.h (struct thread_control_state): Update comment for
9009         proceed_to_finish.
9010         * infcall.c (run_inferior_call): Update comment about
9011         proceed_to_finish.
9012         * infcmd.c (get_return_value): Update comment about stop_registers.
9013         (finish_forward): Update comment about proceed_to_finish.
9014         * infrun.c (stop_registers): Remove.
9015         (clear_proceed_status, normal_stop): Remove stop_registers handling.
9016         * infrun.h (stop_registers): Remove.
9017
9018 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9019
9020         * infcall.c (struct dummy_frame_context_saver)
9021         (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor)
9022         (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
9023         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
9024         New.
9025         (call_function_by_hand_dummy): Move discard_cleanups of
9026         inf_status_cleanup before dummy_frame_push.  Call
9027         dummy_frame_context_saver_setup and prepare context_saver_cleanup.
9028         Use dummy_frame_context_saver_get_regs instead of stop_registers.
9029         * infcall.h (struct dummy_frame_context_saver)
9030         (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
9031         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
9032         New declarations.
9033         * infcmd.c: Include infcall.h.
9034         (get_return_value): Add parameter ctx_saver, use it instead of
9035         stop_registers.
9036         (print_return_value): Add parameter ctx_saver, pass it.
9037         (struct finish_command_continuation_args): Add field ctx_saver.
9038         (finish_command_continuation): Update print_return_value caller.
9039         (finish_command_continuation_free_arg): Free also ctx_saver.
9040         (finish_forward): Call dummy_frame_context_saver_setup.
9041         * inferior.h (struct dummy_frame_context_saver): New declaration.
9042         (get_return_value): Add parameter ctx_saver.
9043         * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update
9044         get_return_value caller.
9045
9046 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9047
9048         * dummy-frame.c (struct dummy_frame_dtor_list): New.
9049         (struct dummy_frame): Replace dtor and dtor_data by dtor_list.
9050         (remove_dummy_frame): Process dtor_list.
9051         (pop_dummy_frame): Process dtor_list.
9052         (register_dummy_frame_dtor): Maintain dtor_list.
9053         (find_dummy_frame_dtor): Handle dtor_list.
9054         * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor):
9055         Update comments.
9056
9057 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9058
9059         * compile/compile-object-run.c (do_module_cleanup): Add parameter
9060         registers_valid.
9061         (compile_object_run): Update do_module_cleanup caller.
9062         * dummy-frame.c: Include infcall.h.
9063         (struct dummy_frame): Update dtor comment.
9064         (remove_dummy_frame): Call dtor.
9065         (pop_dummy_frame): Update dtor caller.
9066         * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter
9067         registers_valid.
9068
9069 2015-05-13  Joel Brobecker  <brobecker@adacore.com>
9070
9071         GDB 7.9.1 released.
9072
9073 2015-05-13  Joel Brobecker  <brobecker@adacore.com>
9074
9075         * NEWS: Create "Changes in GDB 7.9.1" section.  Move news about
9076         Xmethods now being able to specify a result type to that new
9077         sectioin.
9078
9079 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
9080
9081         * tui/tui-win.c (tui_async_resize_screen): Clear win_resized
9082         first before resizing the window.
9083         * tui/tui.c (tui_enable): Likewise.
9084
9085 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9086
9087         * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor.
9088         * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment.
9089         * infcall.c (call_function_by_hand_dummy): Use proper typedef for
9090         dummy_dtor parameter.
9091         * infcall.h: Include dummy-frame.h.
9092         (call_function_by_hand_dummy_dtor_ftype): Remove.
9093         (call_function_by_hand_dummy): Use proper typedef for dummy_dtor
9094         parameter.
9095
9096 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
9097
9098         PR gdb/17820
9099         * top.c (history_size_setshow_var): Change type to signed.
9100         Initialize to -2.  Update documentation.
9101         (set_readline_history_size): Define.
9102         (set_history_size_command): Use it.  Remove logic for handling
9103         out-of-range sizes.
9104         (init_history): Use set_readline_history_size().  Test for a
9105         value of -2 instead of 0 when determining whether to set a
9106         default history size.
9107         (init_main): Decode the argument of the "size" command as a
9108         zuinteger_unlimited.
9109
9110 2015-05-12  Doug Evans  <dje@google.com>
9111
9112         * dwarf2read.c (struct file_entry): Tweak comments.
9113         (get_debug_line_section): Tweak comments.
9114
9115 2015-05-12  Don Breazeal  <donb@codesourcery.com>
9116
9117         * NEWS: Announce fork support in the RSP and support
9118         for fork debugging in extended mode.
9119
9120 2015-05-12  Don Breazeal  <donb@codesourcery.com>
9121
9122         * remote.c (remote_insert_fork_catchpoint): New function.
9123         (remote_remove_fork_catchpoint): New function.
9124         (remote_insert_vfork_catchpoint): New function.
9125         (remote_remove_vfork_catchpoint): New function.
9126         (pending_fork_parent_callback): New function.
9127         (remove_new_fork_child): New function.
9128         (remote_update_thread_list): Call remote_notif_get_pending_events
9129         and remove_new_fork_child.
9130         (extended_remote_kill): Kill fork child when killing the
9131         parent before follow_fork completes.
9132         (init_extended_remote_ops): Initialize target vector with
9133         new fork catchpoint functions.
9134
9135 2015-05-12  Don Breazeal  <donb@codesourcery.com>
9136
9137         * remote.c (remove_vfork_event_p): New function.
9138         (remote_follow_fork): Add vfork event type to event checking.
9139         (remote_parse_stop_reply): New stop reasons "vfork" and
9140         "vforkdone" for RSP 'T' Stop Reply Packet.
9141
9142 2015-05-12  Don Breazeal  <donb@codesourcery.com>
9143
9144         * linux-nat.c (linux_nat_ptrace_options): New function.
9145         (linux_init_ptrace, wait_lwp, linux_nat_filter_event):
9146         Call linux_nat_ptrace_options and use different argument to
9147         linux_enable_event_reporting.
9148         (_initialize_linux_nat): Delete call to
9149         linux_ptrace_set_additional_flags.
9150         * nat/linux-ptrace.c (current_ptrace_options): Rename to
9151         supported_ptrace_options.
9152         (additional_flags): Delete variable.
9153         (linux_check_ptrace_features): Use supported_ptrace_options.
9154         (linux_test_for_tracesysgood, linux_test_for_tracefork):
9155         Likewise, and remove additional_flags check.
9156         (linux_enable_event_reporting): Change 'attached' argument to
9157         'options'.  Use supported_ptrace_options.
9158         (ptrace_supports_feature): Change comment.  Use
9159         supported_ptrace_options.
9160         (linux_ptrace_set_additional_flags): Delete function.
9161         * nat/linux-ptrace.h (linux_ptrace_set_additional_flags):
9162         Delete function prototype.
9163         * remote.c (remote_fork_event_p): New function.
9164         (remote_detach_pid): New function.
9165         (remote_detach_1): Call remote_detach_pid, don't mourn inferior
9166         if doing detach-on-fork.
9167         (remote_follow_fork): New function.
9168         (remote_parse_stop_reply): Handle new "T" stop reason "fork".
9169         (remote_pid_to_str): Print "process" strings for pid/0/0 ptids.
9170         (init_extended_remote_ops): Initialize to_follow_fork.
9171
9172 2015-05-12  Don Breazeal  <donb@codesourcery.com>
9173
9174         * nat/linux-ptrace.c (linux_check_ptrace_features): Change
9175         from static to extern.
9176         * nat/linux-ptrace.h (linux_check_ptrace_features): Declare.
9177         * remote.c (anonymous enum): <PACKET_fork_event_feature,
9178         * PACKET_vfork_event_feature>: New enumeration constants.
9179         (remote_protocol_features): Add table entries for new packets.
9180         (remote_query_supported): Add new feature queries to qSupported
9181         packet.
9182
9183 2015-05-12  Gary Benson <gbenson@redhat.com>
9184
9185         * remote.c (remote_add_inferior): Call exec_file_locate_attach
9186         for fake PIDs as well as real ones.
9187         (remote_pid_to_exec_file): Send empty annex if PID is fake.
9188
9189 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
9190
9191         * NEWS (Python Scripting): Mention the new gdb.Value methods.
9192         * python/py-value.c (valpy_reference_value): New function.
9193         (valpy_const_value): Likewise.
9194         (value_object_methods): Add new methods.
9195         * value.c (make_cv_value): New function.
9196         * value.h (make_cv_value): Declare.
9197
9198 2015-05-08  Yao Qi  <yao@codesourcery.com>
9199             Sandra Loosemore  <sandra@codesourcery.com>
9200
9201         * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check
9202         to 'lh->include_dirs' before accessing to it.
9203         (psymtab_include_file_name): Likewise.
9204         (dwarf_decode_lines_1): Likewise.
9205         (dwarf_decode_lines): Likewise.
9206         (file_file_name): Likewise.
9207
9208 2015-05-08  Sandra Loosemore  <sandra@codesourcery.com>
9209
9210         * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define.
9211         (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define.
9212         (nios2_linux_rt_sigreturn_init): Adjust base address of
9213         register save area.
9214
9215 2015-05-08  Sandra Loosemore  <sandra@codesourcery.com>
9216
9217         * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using
9218         "trap 31" as the breakpoint instruction on all targets.
9219
9220 2015-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9221
9222         * infcmd.c (print_return_value): Remove unused declaration.
9223
9224 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
9225
9226         * dwarf2read.c (attr_to_dynamic_prop)
9227         <DW_AT_data_member_location>: Use read_type_die isntead of
9228         get_die_type.
9229
9230 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
9231
9232         * ada-lang.c (ada_convert_actual): Add handling of formals
9233         passed inside an aligner type.
9234
9235 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
9236
9237         * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
9238
9239 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
9240
9241         PR python/18291
9242         * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo.
9243         Print xmethod matcher status.
9244
9245 2015-05-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9246
9247         * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA
9248         register in the regcache when treating the PSWM register, and vice
9249         versa.
9250
9251 2015-05-07  Gary Benson <gbenson@redhat.com>
9252
9253         * linux-thread-db.c (struct thread_db_info)
9254         <td_ta_map_id2thr_p>: Remove field.
9255         (try_thread_db_load_1): Remove initialization for the above.
9256
9257 2015-05-07  Gary Benson <gbenson@redhat.com>
9258
9259         * linux-thread-db.c (struct thread_db_info)
9260         <td_thr_validate_p>: Remove field.
9261         (try_thread_db_load_1): Remove initialization for the above.
9262
9263 2015-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
9264
9265         * compile/compile-object-load.c (compile_object_load): Support
9266         mst_text_gnu_ifunc.
9267
9268 2015-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
9269
9270         * compile/compile.c (compile_to_object): Make the cmd_string parameter
9271         const.  Use new variables for the const compatibility.
9272         (eval_compile_command): Make the cmd_string parameter const.
9273         * compile/compile.h (eval_compile_command): Make the cmd_string
9274         parameter const.
9275
9276 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
9277
9278         * defs.h (deprecated_init_ui_hook): Delete.  Remove associated
9279         comment.
9280         * top.c (deprecated_init_ui_hook): Delete.
9281         (gdb_init): Remove handling of deprecated_init_ui_hook.
9282         * interps.c (clear_interpreter_hooks): Remove handling of
9283         deprecated_init_ui_hook.
9284         * main.c (captured_main): Update comment.
9285
9286 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
9287
9288         * solib.c (_initialize_solib): Add "info dll" alias creation.
9289         * windows-nat.c (set_windows_aliases): Delete.
9290         (_initialize_windows_nat): Remove deprecated_init_ui_hook
9291         assignment.
9292         * NEWS: Add news entry about "info dll" now being available
9293         on all platforms.
9294
9295 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
9296
9297         * ada-lang.c (value_assign_to_component): Reformat and improve
9298         documentation. Remove all trailing spaces.
9299
9300 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
9301
9302         * inline-frame.c (inline_frame_sniffer, skip_inline_frames):
9303         Stop counting inlined frames as soon as an out-of-line function
9304         is found.
9305
9306 2014-05-05  Pierre-Marie de Rodat  <derodat@adacore.com>
9307
9308         * dwarf2read.c (inherit_abstract_dies): Skip
9309         DW_TAG_GNU_call_site dies while inheriting children of an
9310         abstract DIE into a scope.
9311         (read_lexical_block_scope): Inherit abstract DIE's for
9312         lexical scopes.
9313
9314 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
9315
9316         * ada-valprint.c (val_print_packed_array_elements): Delete
9317         variable "len".  Add a type-length check when comparing two
9318         consecutive elements of the array.  Use the element's actual
9319         length in call to value_contents_eq.
9320         * ada-lang.c (ada_value_primitive_packed_val): Always return
9321         a value whose type has been resolved.
9322
9323 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
9324
9325         * ada-lang.c (ada_value_primitive_packed_val): Recompute
9326         BIT_SIZE and LEN if the size of the resolved type is smaller
9327         than BIT_SIZE * HOST_CHAR_BIT.
9328
9329 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
9330
9331         * ada-lang.c (ada_value_primitive_packed_val): Use a more
9332         correct address in call to value_at.  Adjust call to
9333         value_address accordingly.
9334
9335 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
9336
9337         * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying
9338         to print it.
9339
9340 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
9341
9342         * dwarf2loc.h (struct property_addr_info): Add "valaddr" field.
9343         * dwarf2loc.c (dwarf2_evaluate_property): Add handling of
9344         pinfo->valaddr.
9345         * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter.
9346         * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr.
9347         (resolve_dynamic_type_internal): Set pinfo.valaddr.
9348         Add handling of addr_stack->valaddr.
9349         (resolve_dynamic_type): Add "valaddr" parameter.
9350         Set pinfo.valaddr field.
9351         * ada-lang.c (ada_discrete_type_high_bound): Update call to
9352         resolve_dynamic_type.
9353         (ada_discrete_type_low_bound): Likewise.
9354         * findvar.c (default_read_var_value): Likewise.
9355         * value.c (value_from_contents_and_address): Likewise.
9356
9357 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
9358
9359         * gdbtypes.c (resolve_dynamic_array): Use
9360         create_array_type_with_stride instead of create_array_type.
9361
9362 2015-04-30  DJ Delorie  <dj@redhat.com>
9363
9364         * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to
9365         rl78_decode_opcode
9366
9367 2015-04-29  Doug Evans  <dje@google.com>
9368
9369         PR python/18285
9370         * NEWS: Document new gdb.XMethodWorker.get_result_type method.
9371         * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle
9372         EVAL_AVOID_SIDE_EFFECTS for xmethods.
9373         * extension-priv.h (struct extension_language_ops)
9374         <get_xmethod_result_type>: New member.
9375         * extension.c (get_xmethod_result_type): New function.
9376         * extension.h (get_xmethod_result_type): Declare.
9377         * python/py-xmethods.c (get_result_type_method_name): New static
9378         global.
9379         (py_get_result_type_method_name): Ditto.
9380         (gdbpy_get_xmethod_result_type): New function.
9381         (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name.
9382         * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare.
9383         * python/python.c (python_extension_ops): Add
9384         gdbpy_get_xmethod_result_type.
9385         * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type.
9386         * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for
9387         xmethods.
9388         (value_x_unop): Ditto.
9389         * value.c (result_type_of_xmethod): New function.
9390         * value.h (result_type_of_xmethod): Declare.
9391
9392 2015-04-29  Gary Benson <gbenson@redhat.com>
9393
9394         * solib.c (solib_find_1): Allow fd argument to be NULL.
9395         (exec_file_find): Update comment.
9396         (solib_find): Likewise.
9397         * exec.c (exec_file_locate_attach): Use NULL as fd
9398         argument to exec_file_find to avoid having to close
9399         the opened file.
9400         * infrun.c (follow_exec): Likewise.
9401
9402 2015-04-28  Doug Evans  <dje@google.com>
9403
9404         PR python/18299
9405         * python/lib/gdb/printing.py (register_pretty_printer): Handle
9406         name or __name__ attributes.  Handle gdb module as first argument.
9407
9408 2015-04-28  Doug Evans  <dje@google.com>
9409
9410         PR python/18089
9411         * python/py-prettyprint.c (print_children): Verify result of children
9412         iterator.  Provide better error message.
9413         * python/python-internal..h (gdbpy_print_python_errors_p): Declare.
9414         * python/python.c (gdbpy_print_python_errors_p): New function.
9415
9416 2015-04-28  Doug Evans  <dje@google.com>
9417
9418         * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
9419
9420 2015-04-28  Sasha Smundak  <asmundak@google.com>
9421
9422         * NEWS: Mention gdb.Type.optimized_out method.
9423         * python/py-type.c (typy_optimized_out):  New function.
9424
9425 2015-04-28  John Baldwin  <jhb@FreeBSD.org>
9426
9427         * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
9428
9429 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
9430
9431         * utils.c (init_page_info): Set rl_catch_sigwinch to zero.
9432         (initialize_utils): Move call of init_page_info() to ...
9433         * top.c (gdb_init): ... here.
9434
9435 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
9436
9437         * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment.
9438         (tui_sigwinch_handler): Still update our idea of
9439         the terminal's width and height even when TUI is not active.
9440
9441 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
9442
9443         * utils.h (set_screen_width_and_height): Declare.
9444         * utils.c (set_screen_width_and_height): Define.
9445         * tui/tui-win.c (tui_update_gdb_sizes): Use it.
9446
9447 2015-04-28  Gary Benson <gbenson@redhat.com>
9448
9449         * infrun.c (solist.h): New include.
9450         (follow_exec): Use exec_file_find to prefix execd_pathname
9451         with gdb_sysroot.
9452
9453 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
9454
9455         * tui/tui-source.c (tui_set_source_content): Avoid calling
9456         strcpy() when offset is 0.
9457
9458 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
9459
9460         PR gdb/18155
9461         * tui/tui-data.c (tui_free_window): Don't free the locator
9462         window when passed an SRC_WIN or a DISASSEM_WIN.
9463
9464 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
9465
9466         * tui/tui-data.h (struct tui_win_element): Forward-declare.
9467         (tui_win_content): Move declaration.
9468         (struct tui_gen_win_info): Give 'content' field the
9469         type tui_win_content.
9470         * tui/tui-data.c (init_content_element): Remove redundant and
9471         erroneous casts.
9472         (tui_add_content_elements): Remove erroneous cast.
9473         * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant
9474         casts.
9475         (tui_get_begin_asm_address): Likewise.
9476         * tui/tui-regs.c (tui_show_registers): Likewise.
9477         (tui_show_register_group): Likewise.
9478         (tui_display_registers_from): Likewise.
9479         (tui_check_register_values): Likewise.
9480         * tui/tui-source.c (tui_set_source_content): Likewise.
9481         (tui_set_source_content_nil): Likewise.
9482         (tui_source_is_displayed): Likewise.
9483         * tui/tui-stack.c (tui_show_locator_content): Likewise.
9484         (tui_set_locator_fullname): Likewise.
9485         (tui_set_locator_info): Likewise.
9486         (tui_show_frame_info): Likewise.
9487         * tui/tui-winsource.c (tui_clear_source_content): Likewise.
9488         (tui_show_source_line): Likewise.
9489         (tui_horizontal_source_scroll): Likewise.
9490         (tui_update_breakpoint_info): Likewise.
9491         (tui_set_exec_info_content): Likewise.
9492         (tui_show_exec_info_content): Likewise.
9493         (tui_alloc_source_buffer): Likewise.
9494         (tui_line_is_displayed): Likewise.
9495         (tui_addr_is_displayed): Likewise.
9496
9497 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
9498
9499         * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD
9500         event if PL_FLAG_EXEC is set.
9501         [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function.
9502         [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function.
9503         (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set
9504         "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint".
9505         Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint".
9506
9507 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
9508
9509         * fbsd-nat.c: [PT_LWPINFO] New variable super_wait.
9510         [TDP_RFPPWAIT] New variable fbsd_pending_children.
9511         [TDP_RFPPWAIT] (fbsd_remember_child): New function.
9512         [TDP_RFPPWAIT] (fbsd_is_child_pending): New function.
9513         [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function.
9514         [PT_LWPINFO] (fbsd_wait): New function.
9515         [TDP_RFPPWAIT] (fbsd_follow_fork): New function.
9516         [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function.
9517         [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function.
9518         [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function.
9519         [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function.
9520         [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function.
9521         [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function.
9522         [TDP_RFPPWAIT] (fbsd_post_attach): New function.
9523         (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to
9524         "fbsd_wait".
9525         [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork".
9526         Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint".
9527         Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint".
9528         Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint".
9529         Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint".
9530         Set "to_post_startup_inferior" to "fbsd_post_startup_inferior".
9531         Set "to_post_attach" to "fbsd_post_attach".
9532
9533 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
9534
9535         * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static.
9536         (fbsd_find_memory_regions): Mark static.
9537         (fbsd_nat_add_target): New function.
9538         * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for
9539         fbsd_pid_to_exec_file and fbsd_find_memory_regions.
9540         * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target.
9541         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise.
9542         * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise.
9543         * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise.
9544
9545 2015-04-27  Gary Benson <gbenson@redhat.com>
9546
9547         * objfiles.c (allocate_objfile): Do not attempt to expand name
9548         if name is a "target:" filename.
9549         * auto-load.c (load_auto_scripts_for_objfile): Do not attempt
9550         to load auto-load scripts for objfiles with "target:" filenames.
9551
9552 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9553
9554         * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h".
9555         (enum s390_vector_abi_kind): New enum.
9556         (struct gdbarch_tdep)<vector_abi>: New field.
9557         (s390_effective_inner_type): Add parameter min_size.  Stop
9558         unwrapping if the inner type is smaller than min_size.
9559         (s390_function_arg_float): Adjust call to
9560         s390_effective_inner_type.
9561         (s390_function_arg_vector): New function.
9562         (s390_function_arg_integer): Adjust comment.
9563         (struct s390_arg_state)<vr>: New field.
9564         (s390_handle_arg): Add parameter 'is_unnamed'.  Pass vector
9565         arguments according to vector ABI when appropriate.
9566         (s390_push_dummy_call): Initialize the argument state's field
9567         'vr'.  Adjust calls to s390_handle_arg.
9568         (s390_register_return_value): Handle vector return values.
9569         (s390_return_value): Apply the "register" return value convention
9570         to a vector when appropriate.
9571         (s390_gdbarch_init): Initialize tdep->vector_abi.
9572         * NEWS: Announce S390 vector ABI support.
9573
9574 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9575
9576         * s390-linux-tdep.c (s390_return_value_convention): Remove
9577         function.  Inline its logic...
9578         (s390_return_value): ...here.  Instead, move the handling of the
9579         "register" return value convention...
9580         (s390_register_return_value): ...here.  New function.
9581
9582 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9583
9584         * s390-linux-tdep.c
9585         (is_float_singleton): Remove function.  Move the "singleton" part
9586         of the logic...
9587         (s390_effective_inner_type): ...here.  New function.
9588         (is_float_like): Remove function.  Inline its logic...
9589         (s390_function_arg_float): ...here.
9590         (is_pointer_like, is_integer_like, is_struct_like): Remove
9591         functions.  Inline their logic...
9592         (s390_function_arg_integer): ...here.
9593         (s390_function_arg_pass_by_reference): Remove function.
9594         (extend_simple_arg): Remove function.
9595         (alignment_of): Remove function.
9596         (struct s390_arg_state): New structure.
9597         (s390_handle_arg): New function.
9598         (s390_push_dummy_call): Move parameter placement logic to the new
9599         function s390_handle_arg.  Call it for calculating the stack area
9600         sizes first, and again for actually writing the parameters.
9601
9602 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9603
9604         * s390-linux-tdep.c (is_power_of_two): Add comment.  Return
9605           false if the argument is zero.
9606
9607 2015-04-27  Pierre-Marie de Rodat  <derodat@adacore.com>
9608
9609         * ada-lang.c (template_to_static_fixed_type): Return input type
9610         when it is already fixed.  Cache the input type itself when not
9611         creating a static fixed copy.  Make it explicit that we never
9612         molestate the input type.
9613         * gdbtypes.c (resolve_dynamic_struct): Reset the
9614         TYPE_TARGET_TYPE field for resolved copies.
9615
9616 2015-04-27  Joel Brobecker  <brobecker@adacore.com>
9617
9618         * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef.
9619         (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef.
9620         (template_to_static_fixed_type): Call ada_check_typedef only
9621         when necessary.
9622
9623 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
9624
9625         * cli/cli-dump.c (srec_dump_command): Add internationalization
9626         mark ups.
9627         (ihex_dump_command): Likewise.
9628         (tekhex_dump_command): Likewise.
9629         (binary_dump_command): Likewise.
9630         (binary_append_command): Likewise.
9631
9632 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
9633
9634         * cli/cli-dump.c (verilog_cmdlist): New variable.
9635         (dump_verilog_memory): New function.
9636         (dump_verilog_value): New function.
9637         (verilog_dump_command): New function.
9638         (_initialize_cli_dump): Add new commands to support verilog dump
9639         format.
9640         * NEWS: Add entry for "dump verilog".
9641
9642 2015-04-24  Pierre-Marie de Rodat  <derodat@adacore.com>
9643
9644         * gdbtypes.c (print_gnat_stuff): Do not recurse on the
9645         descriptive type when there is none.
9646
9647 2015-04-23  Patrick Palka  <patrick@parcs.ath.cx>
9648
9649         * tui/tui-win.c (tui_async_resize_screen): Call
9650         rl_resize_terminal().
9651
9652 2015-04-22  Jon Turney  <jon.turney@dronecode.org.uk>
9653
9654         * windows-nat.c (handle_output_debug_string): Don't change
9655         current_event.dwThreadId.
9656         (get_windows_debug_event): Use thread_id, rather than relying on
9657         current_event.dwThreadId being changed.
9658
9659 2015-04-22  Jon Turney  <jon.turney@dronecode.org.uk>
9660
9661         * windows-nat.c (windows_continue): Report an error if
9662         ContinueDebugEvent() fails.
9663
9664 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
9665
9666         * windows-nat.c (windows_resume): Fix misspelling in debug output.
9667
9668 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
9669
9670         * windows-nat.c (get_windows_debug_event): Replace retval with
9671         thread_id throughout.  Update stale comment.
9672
9673 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
9674
9675         * windows-nat.c (get_windows_debug_event): Don't use ternary
9676         conditional operator.
9677
9678 2015-04-21  Pierre Muller  <muller@sourceware.org>
9679
9680         PR pascal/17815
9681         p-exp.y (yylex): Reorganize code to return the matched pattern
9682         for a field of this.
9683
9684 2015-04-21  Gary Benson <gbenson@redhat.com>
9685
9686         * common/fileio.h (fileio_to_host_openflags): New declaration.
9687         * common/fileio.c (fcntl.h): New include.
9688         (fileio_to_host_openflags): New function, factored out from...
9689         * inf-child.c (inf_child_fileio_open_flags_to_host): ...here.
9690         Single use updated.
9691
9692 2015-04-21  Kevin Buettner  <kevinb@redhat.com>
9693
9694         * rl78-tdep.c (RL78_SP_ADDR): Define.
9695         (opc_reg_to_gdb_regnum): New static function.
9696         (rl78_analyze_prologue): Recognize instructions forming slightly
9697         more interesting prologues.
9698
9699 2015-04-20  Pierre-Marie de Rodat  <derodat@adacore.com>
9700
9701         Revert:
9702         2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9703         * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
9704         TYPE_CODE_REF types so that they are not considered as dynamic
9705         depending on the referenced type.
9706         (resolve_dynamic_type_internal): Likewise.
9707
9708 2015-04-20  Pierre-Marie de Rodat  <derodat@adacore.com>
9709
9710         Revert:
9711         2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9712         * gdbtypes.c (is_dynamic_type_internal): Remove the unused
9713         "top_level" parameter.
9714         (resolve_dynamic_type_internal): Remove the unused "top_level"
9715         parameter.  Update call to is_dynamic_type_internal.
9716         (is_dynamic_type): Update call to is_dynamic_type_internal.
9717         (resolve_dynamic_range): Update call to
9718         resolve_dynamic_type_internal.
9719         (resolve_dynamic_union): Likewise.
9720         (resolve_dynamic_struct): Likewise.
9721         (resolve_dynamic_type): Likewise.
9722
9723 2015-04-19  Gabriel Krisman Bertazi  <gabriel@krisman.be>
9724
9725         * breakpoint.c (update_dprintf_command_list): Remove duplicated
9726         xmalloc.
9727
9728 2015-04-20  Thomas Schwinge  <thomas@codesourcery.com>
9729
9730         * reply_mig_hack.awk: Robustify parsing.
9731
9732         * reply_mig_hack.awk: Don't bother to declare an intermediate
9733         function pointer variable.
9734
9735 2015-04-17  Doug Evans  <dje@google.com>
9736
9737         * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement"
9738         to "exec_displacement" to avoid confusion with inner use of the name.
9739
9740 2015-04-17  Pedro Alves  <palves@redhat.com>
9741
9742         * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero
9743         if HW point of TYPE isn't supported.
9744
9745 2015-04-17  Yao Qi  <yao.qi@linaro.org>
9746             Pedro Alves  <palves@redhat.com>
9747
9748         * target.h (target_can_use_hardware_watchpoint): Update comments.
9749         Remove trailing ";".
9750
9751 2015-04-17  Gary Benson <gbenson@redhat.com>
9752
9753         * remote.c (remote_add_inferior): New argument try_open_exec.
9754         If nonzero, attempt to open the inferior's executable file as
9755         the main executable if no main executable is open already.
9756         All callers updated.
9757         * NEWS: Mention that GDB now supports automatic location and
9758         retrieval of executable + files from remote targets.
9759
9760 2015-04-17  Gary Benson <gbenson@redhat.com>
9761
9762         * target.h (TARGET_OBJECT_EXEC_FILE): New enum value.
9763         * remote.c (PACKET_qXfer_exec_file): Likewise.
9764         (remote_protocol_features): Register the
9765         "qXfer:exec-file:read" feature.
9766         (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE.
9767         (remote_pid_to_exec_file): New function.
9768         (init_remote_ops): Initialize to_pid_to_exec_file.
9769         (_initialize_remote): Register new "set/show remote
9770         pid-to-exec-file-packet" command.
9771         * NEWS: Announce new qXfer:exec-file:read packet.
9772
9773 2015-04-17  Gary Benson <gbenson@redhat.com>
9774
9775         * nat/linux-procfs.h (linux_proc_pid_to_exec_file):
9776         New declaration.
9777         * nat/linux-procfs.c (linux_proc_pid_to_exec_file):
9778         New function, factored out from...
9779         * linux-nat.c (linux_child_pid_to_exec_file): ...here.
9780
9781 2015-04-17  Gary Benson <gbenson@redhat.com>
9782
9783         * exec.c (solist.h): New include.
9784         (exec_file_locate_attach): Prefix absolute executable
9785         paths with gdb_sysroot if set.
9786         * NEWS: Mention that executable paths may be prepended
9787         with sysroot.
9788
9789 2015-04-17  Gary Benson <gbenson@redhat.com>
9790
9791         * solist.h (exec_file_find): New declaration.
9792         * solib.c (solib_find_1): New function, factored out from...
9793         (solib_find): ...here.
9794         (exec_file_find): New function.
9795
9796 2015-04-17  Gary Benson <gbenson@redhat.com>
9797
9798         * gdbcore.h (exec_file_locate_attach): New declaration.
9799         * exec.c (exec_file_locate_attach): New function, factored
9800         out from...
9801         * infcmd.c (attach_command_post_wait): ...here.
9802
9803 2015-04-17  Mike Frysinger  <vapier@gentoo.org>
9804
9805         * MAINTAINERS: Add myself for Blackfin/write-after-approval.
9806
9807 2015-04-16  Yao Qi  <yao.qi@linaro.org>
9808
9809         * infrun.c (maybe_software_singlestep): Declare.
9810         (displaced_step_fixup): Call maybe_software_singlestep.
9811
9812 2015-04-15  Doug Evans  <dje@google.com>
9813
9814         * psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
9815
9816 2015-04-15  Doug Evans  <dje@google.com>
9817
9818         * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls.
9819
9820 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
9821
9822         * python/lib/gdb/command/unwinders.py: Add parentheses.
9823
9824 2015-04-15  Yao Qi  <yao.qi@linaro.org>
9825
9826         * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message.
9827
9828 2015-04-15  Yao Qi  <yao.qi@linaro.org>
9829
9830         * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation.
9831
9832 2015-04-15  Yao Qi  <yao.qi@linaro.org>
9833
9834         * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
9835         dsc->insn_size instead of 4.
9836
9837 2015-04-14  Gary Benson <gbenson@redhat.com>
9838
9839         * jit.c (mem_bfd_iovec_stat): Zero supplied buffer.
9840         * minidebug.c (lzma_stat): Likewise.
9841         * solib-spu.c (spu_bfd_iovec_stat): Likewise.
9842         * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise.
9843
9844 2015-04-13  Stan Shebs  <stanshebs@google.com>
9845
9846         * MAINTAINERS: Update my email address.
9847
9848 2015-04-13  John Baldwin  <jhb@FreeBSD.org>
9849
9850         * amd64-tdep.c (amd64_target_description): New function.
9851         * amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
9852         * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
9853         (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
9854         x86 extended save area.
9855         (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
9856         * amd64bsd-nat.h: Export amd64bsd_xsave_len.
9857         * amd64fbsd-nat.c (amd64fbsd_read_description): New function.
9858         (_initialize_amd64fbsd_nat): Set "to_read_description" to
9859         "amd64fbsd_read_description".
9860         * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
9861         (amd64fbsd_supply_xstateregset): New function.
9862         (amd64fbsd_collect_xstateregset): New function.
9863         Add "amd64fbsd_xstateregset".
9864         (amd64fbsd_iterate_over_regset_sections): New function.
9865         (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
9866         "I386_FBSD_XSAVE_XCR0_OFFSET".
9867         Add "iterate_over_regset_sections" gdbarch method.
9868         Add "core_read_description" gdbarch method.
9869         * i386-tdep.c (i386_target_description): New function.
9870         * i386-tdep.h: Export i386_target_description and tdesc_i386.
9871         * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
9872         (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
9873         x86 extended save area.
9874         (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
9875         * i386bsd-nat.h: Export i386bsd_xsave_len.
9876         * i386fbsd-nat.c (i386fbsd_read_description): New function.
9877         (_initialize_i386fbsd_nat): Set "to_read_description" to
9878         "i386fbsd_read_description".
9879         * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
9880         (i386fbsd_core_read_description): New function.
9881         (i386fbsd_supply_xstateregset): New function.
9882         (i386fbsd_collect_xstateregset): New function.
9883         Add "i386fbsd_xstateregset".
9884         (i386fbsd_iterate_over_regset_sections): New function.
9885         (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
9886         "I386_FBSD_XSAVE_XCR0_OFFSET".
9887         Add "iterate_over_regset_sections" gdbarch method.
9888         Add "core_read_description" gdbarch method.
9889         * i386fbsd-tdep.h: New file.
9890
9891 2015-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9892
9893         * NEWS (Changes since GDB 7.9): Add removed -xdb.
9894         * breakpoint.c (command_line_is_silent): Remove xdb_commands
9895         conditional.
9896         (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba
9897         and lb.
9898         * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and
9899         va.
9900         * cli/cli-decode.c (find_command_name_length): Remove xdb_commands
9901         conditional.
9902         * defs.h (xdb_commands): Remove declaration.
9903         * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc.
9904         * guile/scm-cmd.c (command_classes): Remove xdb from comment.
9905         * infcmd.c (run_no_args_command, go_command): Remove.
9906         (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr.
9907         * infrun.c (xdb_handle_command): Remove.
9908         (_initialize_infrun): Remove xdb_commands for lz and z.
9909         * main.c (xdb_commands): Remove variable.
9910         (captured_main): Remove "xdb" from long_options.
9911         (print_gdb_help): Remove --xdb from help.
9912         * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment.
9913         * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?.
9914         * stack.c (backtrace_full_command, args_plus_locals_info)
9915         (current_frame_command): Remove.
9916         (_initialize_stack): Remove xdb_commands for t, T and l.
9917         * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg.
9918         * thread.c (_initialize_thread): Remove xdb_commands condition.
9919         * tui/tui-layout.c (tui_toggle_layout_command)
9920         (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove.
9921         (_initialize_tui_layout): Remove xdb_commands for td and ts.
9922         * tui/tui-regs.c (tui_scroll_regs_forward_command)
9923         (tui_scroll_regs_backward_command): Remove.
9924         (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r.
9925         * tui/tui-win.c (tui_xdb_set_win_height_command): Remove.
9926         (_initialize_tui_win): Remove xdb_commands for U and w.
9927         * utils.c (pagination_on_command, pagination_off_command): Remove.
9928         (initialize_utils): Remove xdb_commands for am and sm.
9929
9930 2015-04-10  Pedro Alves  <palves@redhat.com>
9931
9932         * infrun.c (displaced_step_fixup): Switch to the event ptid
9933         earlier.  If the thread stopped for a watchpoint and the
9934         target/arch has non-continuable watchpoints, cancel the displaced
9935         step.
9936         (resume): Don't start a displaced step if in-line step-over info
9937         is valid.
9938
9939 2015-04-10  Pedro Alves  <palves@redhat.com>
9940
9941         * infrun.c (displaced_step_in_progress): New function.
9942         (do_target_resume): Advise target to report all signals if
9943         displaced stepping.
9944
9945 2015-04-10  Pedro Alves  <palves@redhat.com>
9946
9947         PR gdb/18216
9948         * infrun.c (process_event_stop_test): Don't assume a step-resume
9949         is set if tp->stepped_breakpoint is true.
9950
9951 2015-04-10  Yao Qi  <yao.qi@linaro.org>
9952
9953         * arm-tdep.c (install_alu_reg): Update comment.
9954         (thumb_copy_alu_reg): Remove local variable rn.  Update
9955         debugging message.  Use r2 instead of r1 in the modified
9956         instruction.
9957
9958 2015-04-10  Pedro Alves  <palves@redhat.com>
9959
9960         PR gdb/13858
9961         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install
9962         linux_displaced_step_location as gdbarch_displaced_step_location
9963         hook.
9964         * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
9965         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
9966         * linux-tdep.c (linux_displaced_step_location): New function,
9967         based on ppc_linux_displaced_step_location.
9968         * linux-tdep.h (linux_displaced_step_location): New declaration.
9969         * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete.
9970         (ppc_linux_inferior_created, ppc_linux_displaced_step_location):
9971         Delete.
9972         (ppc_linux_init_abi): Install linux_displaced_step_location as
9973         gdbarch_displaced_step_location hook, even without Cell/B.E..
9974         (_initialize_ppc_linux_tdep): Don't install
9975         ppc_linux_inferior_created as inferior_created observer.
9976         * s390-linux-tdep.c (s390_gdbarch_init): Install
9977         linux_displaced_step_location as gdbarch_displaced_step_location
9978         hook.
9979
9980 2015-04-09  Gary Benson <gbenson@redhat.com>
9981
9982         * common/common-remote-fileio.h: Rename to...
9983         * common/fileio.h: ...this.  Update all references.
9984         (remote_fileio_to_fio_error): Rename to...
9985         (host_to_fileio_error): ...this.
9986         (remote_fileio_to_be): Rename to...
9987         (host_to_bigendian): ...this.  Update all callers.
9988         (remote_fileio_to_fio_uint): Rename to...
9989         (host_to_fileio_uint): ...this.  Update all callers.
9990         (remote_fileio_to_fio_time): Rename to...
9991         (host_to_fileio_time): ...this.  Update all callers.
9992         (remote_fileio_to_fio_stat): Rename to...
9993         (host_to_fileio_stat): ...this.
9994         Update all references.
9995         * common/common-remote-fileio.c: Rename to...
9996         * common/fileio.c: ...this.  Update all references.
9997         (remote_fileio_to_fio_error): Rename to...
9998         (host_to_fileio_error): ...this.  Update all callers.
9999         (remote_fileio_mode_to_target): Rename to...
10000         (fileio_mode_pack): ...this.  Update all callers.
10001         (remote_fileio_to_fio_mode): Rename to...
10002         (host_to_fileio_mode): ...this.  Update all callers.
10003         (remote_fileio_to_fio_ulong): Rename to...
10004         (host_to_fileio_ulong): ...this.  Update all callers.
10005         (remote_fileio_to_fio_stat): Rename to...
10006         (host_to_fileio_stat): ...this.  Update all callers.
10007
10008 2015-04-09  Andy Wingo  <wingo@igalia.com>
10009
10010         * guile/scm-frame.c (gdbscm_frame_read_register): New function.
10011         (frame_functions): Bind gdbscm_frame_read_register to
10012         frame-read-register.
10013         * guile/lib/gdb.scm (frame-read-register): Export.
10014
10015 2015-04-09  Gary Benson <gbenson@redhat.com>
10016
10017         * common/common-remote-fileio.h (remote_fileio_to_fio_error):
10018         New declaration.
10019         * common/common-remote-fileio.c (remote_fileio_to_fio_error):
10020         New function, factored out the named functions below.
10021         * inf-child.c (gdb/fileio.h): Remove include.
10022         (common-remote-fileio.h): New include.
10023         (inf_child_errno_to_fileio_error): Remove function.  Update
10024         all callers to use remote_fileio_to_fio_error.
10025         * remote-fileio.c (remote_fileio_errno_to_target): Likewise.
10026
10027 2015-04-09  Andy Wingo  <wingo@igalia.com>
10028
10029         * MAINTAINERS (Write After Approval): Add Andy Wingo.
10030
10031 2015-04-09  H.J. Lu  <hongjiu.lu@intel.com>
10032
10033         * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir.
10034         Replace $zlibdir with $ZLIBDIR in LDFLAGS.
10035         * configure: Regenerated.
10036
10037 2015-04-09  Pedro Alves  <palves@redhat.com>
10038
10039         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
10040         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
10041         * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
10042         * gnulib/import/Makefile.am: Update.
10043         * gnulib/import/Makefile.in: Update.
10044         * gnulib/import/m4/gnulib-cache.m4: Update.
10045         * gnulib/import/m4/gnulib-comp.m4: Update.
10046         * gnulib/import/m4/strtok_r.m4: New file.
10047         * gnulib/import/strtok_r.c: New file.
10048
10049 2015-04-09  Pedro Alves  <palves@redhat.com>
10050
10051         * gnulib/update-gnulib.sh (aclocal version check): Filter out
10052         "called too early to check prototype".
10053
10054 2015-04-08  Sergio Durigan Junior  <sergiodj@redhat.com>
10055
10056         PR python/16699
10057         * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not
10058         use a caching mechanism.  Adjust comments and code to reflect
10059         that.  Replace 'sizeof' by 'strlen' when fetching 'wordobj'.
10060         (cmdpy_completer_handle_brkchars): Adjust call to
10061         cmdpy_completer_helper.  Call Py_XDECREF for 'resultobj'.
10062         (cmdpy_completer): Likewise.
10063
10064 2015-04-08  Yao Qi  <yao.qi@linaro.org>
10065
10066         * spu-tdep.c (spu_gdbarch_init): Don't call
10067         set_gdbarch_cannot_step_breakpoint.
10068
10069 2015-04-07  Sergio Durigan Junior  <sergiodj@redhat.com>
10070
10071         * linux-tdep.c (decode_vmflags): Initialize 'saveptr'.
10072
10073 2015-04-07  Pedro Alves  <palves@redhat.com>
10074
10075         * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ...
10076         (ALL_THREADS_SAFE): ... this, and don't skip exited threads.
10077         (delete_exited_threads): New declaration.
10078         * infrun.c (follow_exec): Use ALL_THREADS_SAFE.
10079         * linux-nat.c (linux_nat_update_thread_list): New function.
10080         (linux_nat_add_target): Install it.
10081         * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE.
10082         * thread.c (prune_threads): Use ALL_THREADS_SAFE.
10083         (delete_exited_threads): New function.
10084
10085 2015-04-07  Pedro Alves  <pedro@codesourcery.com>
10086
10087         * infrun.c (resume) <displaced stepping debug output>: Get the
10088         leader thread's regcache, not resume_ptid's.
10089
10090 2015-04-06  Doug Evans  <xdje42@gmail.com>
10091
10092         * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as
10093         VAR_DOMAIN.
10094         (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters.
10095         Include symbol domain in debugging output.
10096
10097 2015-04-06  Pedro Alves  <palves@redhat.com>
10098             Bernd Edlinger  <bernd.edlinger@hotmail.de>
10099
10100         * configure.ac: Remove the mingw32-specific stub-termcap.o
10101         fallback, and instead fallback to the stub termcap on all hosts.
10102         * configure: Regenerate.
10103         * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak
10104         symbols.
10105
10106 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
10107
10108         * gdbtypes.c (is_dynamic_type_internal): Remove the unused
10109         "top_level" parameter.
10110         (resolve_dynamic_type_internal): Remove the unused "top_level"
10111         parameter.  Update call to is_dynamic_type_internal.
10112         (is_dynamic_type): Update call to is_dynamic_type_internal.
10113         (resolve_dynamic_range): Update call to
10114         resolve_dynamic_type_internal.
10115         (resolve_dynamic_union): Likewise.
10116         (resolve_dynamic_struct): Likewise.
10117         (resolve_dynamic_type): Likewise.
10118
10119 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
10120
10121         * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
10122         TYPE_CODE_REF types so that they are not considered as dynamic
10123         depending on the referenced type.
10124         (resolve_dynamic_type_internal): Likewise.
10125
10126 2015-04-02  H.J. Lu  <hongjiu.lu@intel.com>
10127
10128         * Makefile.in (top_srcdir): New.
10129         * configure: Regenerated.
10130
10131 2015-04-02  Gary Benson <gbenson@redhat.com>
10132
10133         * NEWS: Announce the new default sysroot of "target:".
10134
10135 2015-04-02  Gary Benson <gbenson@redhat.com>
10136
10137         * main.c (captured_main): Set gdb_sysroot to "target:"
10138         if not otherwise set.
10139
10140 2015-04-02  Gary Benson <gbenson@redhat.com>
10141
10142         * exec.c (exec_file_attach): Support "target:" filenames.
10143
10144 2015-04-02  Gary Benson <gbenson@redhat.com>
10145
10146         * solib.c (solib_find): Strip "target:" prefix from sysroot
10147         if accessing local files.
10148
10149 2015-04-02  Gary Benson <gbenson@redhat.com>
10150
10151         * symfile.c (symfile_bfd_open): Reorder to remove duplicated
10152         checks and error messages.
10153
10154 2015-04-02  Gary Benson <gbenson@redhat.com>
10155
10156         * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition.
10157         (remote_filename_p): Remove declaration.
10158         (remote_bfd_open): Likewise.
10159         * remote.c (remote_bfd_iovec_open): Remove function.
10160         (remote_bfd_iovec_close): Likewise.
10161         (remote_bfd_iovec_pread): Likewise.
10162         (remote_bfd_iovec_stat): Likewise.
10163         (remote_filename_p): Likewise.
10164         (remote_bfd_open): Likewise.
10165         * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration.
10166         * symfile.c (separate_debug_file_exists): Use gdb_bfd_open.
10167         (gdb_bfd_open_maybe_remote): Remove function.
10168         (symfile_bfd_open):  Replace remote filename check with
10169         target filename check.
10170         (reread_symbols): Use gdb_bfd_open.
10171         * build-id.c (gdbcore.h): New include.
10172         (build_id_to_debug_bfd): Use gdb_bfd_open.
10173         * infcmd.c (attach_command_post_wait): Remove remote filename
10174         check.
10175         * solib.c (solib_find): Replace remote-specific handling with
10176         target-specific handling.  Update comments where necessary.
10177         (solib_bfd_open): Replace remote-specific handling with
10178         target-specific handling.
10179         (gdb_sysroot_changed): New function.
10180         (_initialize_solib): Call the above when gdb_sysroot changes.
10181         * windows-tdep.c (gdbcore.h): New include.
10182         (windows_xfer_shared_library): Use gdb_bfd_open.
10183
10184 2015-04-02  Gary Benson <gbenson@redhat.com>
10185
10186         * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition.
10187         (is_target_filename): New declaration.
10188         (gdb_bfd_has_target_filename): Likewise.
10189         (gdb_bfd_open): Update documentation comment.
10190         * gdb_bfd.c (target.h): New include.
10191         (gdb/fileio.h): Likewise.
10192         (is_target_filename): New function.
10193         (gdb_bfd_has_target_filename): Likewise.
10194         (fileio_errno_to_host): Likewise.
10195         (gdb_bfd_iovec_fileio_open): Likewise.
10196         (gdb_bfd_iovec_fileio_pread): Likewise.
10197         (gdb_bfd_iovec_fileio_close): Likewise.
10198         (gdb_bfd_iovec_fileio_fstat): Likewise.
10199         (gdb_bfd_open): Use target fileio to access paths prefixed
10200         with "target:" where necessary.
10201
10202 2015-04-02  Gary Benson <gbenson@redhat.com>
10203
10204         * target.h (struct target_ops) <to_filesystem_is_local>:
10205         New field.
10206         (target_filesystem_is_local): New macro.
10207         * target-delegates.c: Regenerate.
10208         * remote.c (remote_filesystem_is_local): New function.
10209         (init_remote_ops): Initialize to_filesystem_is_local.
10210
10211 2015-04-02  Gary Benson <gbenson@redhat.com>
10212
10213         * target.h (struct target_ops) <to_fileio_fstat>: New field.
10214         (target_fileio_fstat): New declaration.
10215         * target.c (target_fileio_fstat): New function.
10216         * inf-child.c (inf_child_fileio_fstat): Likewise.
10217         (inf_child_target): Initialize to_fileio_fstat.
10218         * remote.c (init_remote_ops): Likewise.
10219
10220 2015-04-01  Sasha Smundak  <asmundak@google.com>
10221
10222         * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o.
10223         (SUBDIR_PYTHON_SRCS): Add py-unwind.c.
10224         (py-unwind.o): New recipe.
10225         * NEWS: mention Python frame unwinding.
10226         * data-directory/Makefile.in (PYTHON_FILE_LIST): Add
10227         gdb/unwinder.py and gdb/command/unwinder.py
10228         * python/lib/gdb/__init__.py (packages): Add frame_unwinders
10229         list.
10230         (execute_unwinders): New function.
10231         * python/lib/gdb/command/unwinders.py: New file.
10232         * python/lib/gdb/unwinder.py: New file.
10233         * python/py-objfile.c (objfile_object): Add frame_unwinders field.
10234         (objfpy_dealloc): Decrement frame_unwinders reference count.
10235         (objfpy_initialize): Create frame_unwinders list.
10236         (objfpy_get_frame_unwinders): New function.
10237         (objfpy_set_frame_unwinders): Ditto.
10238         (objfile_getset): Add frame_unwinders attribute to Objfile.
10239         * python/py-progspace.c (pspace_object): Add frame_unwinders field.
10240         (pspy_dealloc): Decrement frame_unwinders reference count.
10241         (pspy_initialize): Create frame_unwinders list.
10242         (pspy_get_frame_unwinders): New function.
10243         (pspy_set_frame_unwinders): Ditto.
10244         (pspy_getset): Add frame_unwinders attribute to gdb.Progspace.
10245         * python/py-unwind.c: New file.
10246         * python/python-internal.h (pspy_get_name_unwinders): New prototype.
10247         (objpy_get_frame_unwinders): New prototype.
10248         (gdbpy_initialize_unwind): New prototype.
10249         * python/python.c (gdbpy_apply_type_printers): Call
10250         gdbpy_initialize_unwind.
10251
10252 2015-04-01  Pedro Alves  <palves@redhat.com>
10253
10254         * infrun.c (resume): Check currently_stepping after clearing
10255         stepped_breakpoint, not before.
10256
10257 2015-04-01  Pedro Alves  <palves@redhat.com>
10258
10259         * infrun.c (print_target_wait_results): Print all the ptid
10260         elements.
10261
10262 2015-04-01  Pedro Alves  <palves@redhat.com>
10263
10264         * infrun.c (keep_going): Also discard cleanups if inserting
10265         breakpoints fails.
10266
10267 2015-04-01  Pedro Alves  <palves@redhat.com>
10268
10269         * infrun.c (wait_for_inferior): Install the
10270         finish_thread_state_cleanup cleanup across the whole function, not
10271         just around handle_inferior_event.
10272
10273 2015-04-01  Pedro Alves  <palves@redhat.com>
10274
10275         * infrun.c (resume) <step past permanent breakpoint>: Use
10276         do_target_resume.
10277
10278 2015-04-01  Pedro Alves  <palves@redhat.com>
10279
10280         * linux-nat.c (linux_handle_extended_wait): Always call set_running.
10281
10282 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
10283
10284         * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
10285
10286 2015-04-01  Pedro Alves  <palves@redhat.com>
10287
10288         * linux-thread-db.c (record_thread): Readd the thread to gdb's
10289         list if it was marked exited.
10290
10291 2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
10292
10293         * configure: Regenerated.
10294
10295 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
10296             Jan Kratochvil  <jan.kratochvil@redhat.com>
10297             Oleg Nesterov  <oleg@redhat.com>
10298
10299         PR corefiles/16092
10300         * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'.
10301         New enum identifying the various options of the coredump_filter
10302         file.
10303         (struct smaps_vmflags): New struct.
10304         (use_coredump_filter): New variable.
10305         (decode_vmflags): New function.
10306         (mapping_is_anonymous_p): Likewise.
10307         (dump_mapping_p): Likewise.
10308         (linux_find_memory_regions_full): New variables
10309         'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'.
10310         Removed variable 'modified'.  Read /proc/<PID>/smaps file; improve
10311         parsing of its information.  Implement memory mapping filtering
10312         based on its contents.
10313         (show_use_coredump_filter): New function.
10314         (_initialize_linux_tdep): New command 'set use-coredump-filter'.
10315         * NEWS: Mention the possibility of using the
10316         '/proc/PID/coredump_filter' file when generating a corefile.
10317         Mention new command 'set use-coredump-filter'.
10318
10319 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
10320
10321         * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by
10322         read_memory_unsigned_integer.
10323
10324 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
10325
10326         * Makefile.in (ZLIB): New.
10327         (ZLIBINC): Likewise.
10328         (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC).
10329         (CLIBS): Add $(ZLIB).
10330         * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS.
10331         Add -lz to LIBS.
10332         * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
10333         * top.c (print_gdb_configuration): Remove --with-zlib and
10334         --without-zlib.
10335         * config.in: Regenerated.
10336         * configure: Likewise.
10337
10338 2015-03-31  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10339
10340         * NEWS: Mention info os cpus support.
10341         * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
10342         (struct osdata_type): Add cpus entry, reorder the entries in
10343         alphabetical order.
10344
10345 2015-03-31  Matthias Klose  <doko@ubuntu.com>
10346
10347         * compile/compile.c (compile_to_object): Allow triplets with or
10348         without vendor set.
10349
10350 2015-03-30  Doug Evans  <dje@google.com>
10351
10352         PR c++/18141
10353         * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
10354         klass in VAR_DOMAIN.
10355
10356 2015-03-30  Gary Benson <gbenson@redhat.com>
10357
10358         * remote.c (remote_mourn_1): Remove function.  Update all callers
10359         to use remote_mourn.
10360         (extended_remote_mourn_1): Remove function.  Update all callers
10361         to use extended_remote_mourn.
10362         (extended_remote_attach_1): Remove function.  Update all callers
10363         to use extended_remote_attach.
10364
10365 2015-03-28  James Bowman  <james.bowman@ftdichip.com>
10366
10367         * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o.
10368         (HFILES_NO_SRCDIR): Add ft32-tdep.h.
10369         (ALLDEPFILES): Add ft32-tdep.c.
10370         * configure.tgt: Add FT32 entry.
10371         * ft32-tdep.c: New file, FT32 target-dependent code.
10372         * ft32-tdep.h: New file, FT32 target-dependent code.
10373
10374 2015-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
10375
10376         Revert:
10377         2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10378         Code cleanup.
10379         * printcmd.c (print_command_1): Move expr variable scope.
10380
10381 2015-03-27  Joel Brobecker  <brobecker@adacore.com>
10382
10383         * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL.
10384
10385 2015-03-27  Andrzej Kaczmarek  <andrzej.kaczmarek@tieto.com>
10386
10387         * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special
10388         sections.
10389
10390 2015-03-26  Joel Brobecker  <brobecker@adacore.com>
10391
10392         * dtrace-probe.c (dtrace_process_dof_probe): Contain any
10393         exception raised while parsing the probe arguments.
10394         Force parsing to be done using the C language parser.
10395         * expression.h (parse_expression_with_language): Declare.
10396         * parse.c (parse_expression_with_language): New function.
10397
10398 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
10399
10400         * MAINTAINERS (Write After Approval): Add "Jon Turney".
10401
10402 2015-03-26  Andy Wingo  <wingo@igalia.com>
10403
10404         PR symtab/18148
10405         * dwarf2read.c (struct partial_die_info): Add has_const_value
10406         member.
10407         (add_partial_symbol): Don't punt on symbols that have const_value
10408         attributes.
10409         (read_partial_die): Detect DW_AT_const_value.
10410
10411 2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10412
10413         Code cleanup.
10414         * printcmd.c (print_command_1): Move expr variable scope.
10415
10416 2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10417
10418         Code cleanup.
10419         * printcmd.c (validate_format): Make the parameter cmdname const.
10420
10421 2015-03-26  Don Breazeal  <donb@codesourcery.com>
10422
10423         * remote.c (_initialize_remote): Update comment.
10424
10425 2015-03-26  Pedro Alves  <palves@redhat.com>
10426             Jon TURNEY  <jon.turney@dronecode.org.uk>
10427
10428         * coffread.c (coff_symfile_read): When constructing the name of an
10429         import stub symbol from import symbol for amd64, only skip the
10430         char after _imp_ if the target is underscored (like i386) and the
10431         char is indeed the target's leading char.
10432
10433 2015-03-25  Pedro Alves  <palves@redhat.com>
10434
10435         * target.h <to_async>: Replace 'callback' and 'context' parameters
10436         with boolean 'enable' parameter.
10437         (target_async): Replace CALLBACK and CONTEXT parameters with
10438         boolean ENABLE parameter.
10439         * inf-loop.c (inferior_event_handler): Adjust.
10440         * linux-nat.c (linux_nat_attach, linux_nat_resume)
10441         (linux_nat_resume): Adjust.
10442         (async_client_callback, async_client_context): Delete.
10443         (handle_target_event): Call inferior_event_handler directly.
10444         (linux_nat_async): Replace 'callback' and 'context' parameters
10445         with boolean 'enable' parameter.  Adjust.  Remove references to
10446         async_client_callback and async_client_context.
10447         (linux_nat_close): Adjust.
10448         * record-btrace.c (record_btrace_async): Replace 'callback' and
10449         'context' parameters with boolean 'enable' parameter.  Adjust.
10450         (record_btrace_resume): Adjust.
10451         * record-full.c (record_full_async): Replace 'callback' and
10452         'context' parameters with boolean 'enable' parameter.  Adjust.
10453         (record_full_resume, record_full_core_resume): Adjust.
10454         * remote.c (struct remote_state) <async_client_callback,
10455         async_client_context>: Delete fields.
10456         (remote_start_remote, extended_remote_attach_1, remote_resume)
10457         (extended_remote_create_inferior): Adjust.
10458         (remote_async_serial_handler): Call inferior_event_handler
10459         directly.
10460         (remote_async): Replace 'callback' and 'context' parameters with
10461         boolean 'enable' parameter.  Adjust.
10462         * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper):
10463         Adjust.
10464         * target-delegates.c: Regenerate.
10465
10466 2015-03-25  Gary Benson <gbenson@redhat.com>
10467             Pedro Alves  <palves@redhat.com>
10468
10469         * target.c (fileio_ft_t): New typedef, define object vector.
10470         (fileio_fhandles): New static variable.
10471         (is_closed_fileio_fh): New macro.
10472         (lowest_closed_fd): New static variable.
10473         (acquire_fileio_fd): New function.
10474         (release_fileio_fd): Likewise.
10475         (fileio_fd_to_fh): New macro.
10476         (target_fileio_open): Wrap the file descriptor on success.
10477         (target_fileio_pwrite): Updated to use wrapped file descriptor.
10478         (target_fileio_pread): Likewise.
10479         (target_fileio_close): Likewise.
10480
10481 2015-03-24  Pedro Alves  <palves@redhat.com>
10482
10483         * thread.c (thread_apply_all_command): Take exited threads into
10484         account.
10485
10486 2015-03-24  Pedro Alves  <palves@redhat.com>
10487
10488         * infrun.c (resume, proceed): Mention
10489         switch_back_to_stepped_thread, not switch_back_to_stepping.
10490
10491 2015-03-24  Pedro Alves  <palves@redhat.com>
10492
10493         * infrun.c (user_visible_resume_ptid): Rewrite going from
10494         most-locked to unlocked instead of the opposite.  Move comment ...
10495         * infrun.h (user_visible_resume_ptid): ... here.
10496
10497 2015-03-24  Pedro Alves  <palves@redhat.com>
10498
10499         * linux-nat.c (linux_nat_resume): Output debug logs before trying
10500         to resume the event lwp.  Use the lwp's ptid instead of the passed
10501         in (maybe wildcard) ptid.
10502         (stop_wait_callback): Tweak debug log output.
10503         (check_stopped_by_breakpoint): Tweak debug log output.  Also dump
10504         TRAP_TRACE.
10505         (linux_nat_filter_event): In debug output, distinguish a
10506         resume_stop SIGSTOP from a delayed SIGSTOP.  Output debug logs
10507         before trying to resume the lwp.
10508
10509 2015-03-24  Joel Brobecker  <brobecker@adacore.com>
10510
10511         * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove
10512         pointer indirection.
10513         * gdbtypes.c (get_dyn_prop): Adjust, following change above.
10514         (add_dyn_prop, copy_dynamic_prop_list): Likewise.
10515
10516 2015-03-24  Joel Brobecker  <brobecker@adacore.com>
10517
10518         * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>:
10519         Renames DYN_ATTR_DATA_LOCATION.
10520         (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of
10521         DYN_ATTR_DATA_LOCATION.
10522         * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION
10523         instead of DYN_ATTR_DATA_LOCATION.
10524
10525 2015-03-24  Pedro Alves  <palves@redhat.com>
10526
10527         * breakpoint.c (until_break_command): Adjust call to proceed.
10528         * gdbthread.h (struct thread_control_state) <stepping_command>:
10529         New field.
10530         * infcall.c (run_inferior_call): Adjust call to proceed.
10531         * infcmd.c (run_command_1, proceed_thread_callback, continue_1):
10532         Adjust calls to proceed.
10533         (set_step_frame): Set the current thread's step_start_function
10534         here.
10535         (step_once): Adjust calls to proceed.
10536         (jump_command, signal_command, until_next_command)
10537         (finish_backward, finish_forward, proceed_after_attach_callback)
10538         (attach_command_post_wait): Adjust calls to proceed.
10539         * infrun.c (proceed_after_vfork_done): Adjust call to proceed.
10540         (do_target_resume): New function, factored out from ...
10541         (resume): ... here.  Remove 'step' parameter.  Instead, check
10542         currently_stepping to determine whether the thread should be
10543         single-stepped.
10544         (proceed): Remove 'step' parameter and don't set the thread's
10545         step_start_function here.  Adjust call to 'resume'.
10546         (handle_inferior_event): Adjust calls to 'resume'.
10547         (switch_back_to_stepped_thread): Use do_target_resume instead of
10548         'resume'.
10549         (keep_going): Adjust calls to 'resume'.
10550         * infrun.h (proceed): Remove 'step' parameter.
10551         (resume): Likewise.
10552         * windows-nat.c (do_initial_windows_stuff): Adjust call to
10553         'resume'.
10554         * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'.
10555
10556 2015-03-24  Pedro Alves  <palves@redhat.com>
10557
10558         * gdbthread.h (struct thread_control_state) <stepping_command>:
10559         New field.
10560         * infcmd.c (step_once): Pass step=1 to clear_proceed_status.  Set
10561         the thread's stepping_command field.
10562         * infrun.c (resume): Check the thread's stepping_command flag to
10563         determine which threads should be resumed.  Rename 'entry_step'
10564         local to user_step.
10565         (clear_proceed_status_thread): Clear 'stepping_command'.
10566         (schedlock_applies): Change parameter type to struct thread_info
10567         pointer.  Adjust.
10568         (find_thread_needs_step_over): Remove 'step' parameter.  Adjust.
10569         (switch_back_to_stepped_thread): Adjust calls to
10570         'schedlock_applies'.
10571         (_initialize_infrun): Adjust "set scheduler-locking step" help.
10572
10573 2015-03-24  Pedro Alves  <palves@redhat.com>
10574
10575         * infrun.c (step_start_function): Delete and ...
10576         * gdbthread.h (struct thread_control_state) <step_start_function>:
10577         ... now a field here.
10578         * infrun.c (clear_proceed_status_thread): Clear the thread's
10579         step_start_function.
10580         (proceed, process_event_stop_test, print_stop_event): Adjust.
10581
10582 2015-03-24  Pedro Alves  <palves@redhat.com>
10583
10584         * infrun.c (proceed): No longer handle negative step.
10585
10586 2015-03-24  Gary Benson  <gbenson@redhat.com>
10587
10588         * nat/x86-linux.h (x86_linux_new_thread): New declaration.
10589         (x86_linux_prepare_to_resume): Likewise.
10590         * x86-linux-nat.c (x86_linux_new_thread):
10591         Moved to nat/x86-linux.c.
10592         (x86_linux_prepare_to_resume): Likewise.
10593         * nat/x86-linux.c (x86_linux_new_thread): New function.
10594         (x86_linux_prepare_to_resume): Likewise.
10595
10596 2015-03-24  Gary Benson  <gbenson@redhat.com>
10597
10598         * nat/x86-linux-dregs.h: New file.
10599         * nat/x86-linux-dregs.c: Likewise.
10600         * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
10601         (x86-linux-dregs.o): New rule.
10602         * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
10603         * config/i386/linux64.mh (NATDEPFILES): Likewise.
10604         * x86-linux-nat.c: Include nat/x86-linux-dregs.h.
10605         (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
10606         (x86_linux_dr_get): Likewise.
10607         (x86_linux_dr_set): Likewise.
10608         (x86_linux_dr_get_addr): Likewise.
10609         (x86_linux_dr_get_control): Likewise.
10610         (x86_linux_dr_get_status): Likewise.
10611         (update_debug_registers_callback): Likewise.
10612         (x86_linux_dr_set_control): Likewise.
10613         (x86_linux_dr_set_addr): Likewise.
10614         (x86_linux_update_debug_registers): Likewise.
10615
10616 2015-03-24  Gary Benson  <gbenson@redhat.com>
10617
10618         * x86-linux-nat.c (x86_linux_update_debug_registers):
10619         New function, factored out from...
10620         (x86_linux_prepare_to_resume): ...this.
10621
10622 2015-03-24  Gary Benson  <gbenson@redhat.com>
10623
10624         * x86-linux-nat.c (x86_linux_dr_get): Update comments.
10625         (x86_linux_dr_set): Likewise.
10626         (x86_linux_dr_get_addr): Likewise.
10627         (x86_linux_dr_get_control): Likewise.
10628         (x86_linux_dr_get_status): Likewise.
10629         (update_debug_registers_callback): Likewise.
10630         (x86_linux_dr_set_control): Likewise.
10631         (x86_linux_dr_set_addr): Likewise.
10632         (x86_linux_prepare_to_resume): Likewise.
10633         (x86_linux_new_thread): Likewise.
10634
10635 2015-03-24  Gary Benson  <gbenson@redhat.com>
10636
10637         * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion.
10638         (x86_linux_new_thread): Rename argument.
10639
10640 2015-03-24  Gary Benson  <gbenson@redhat.com>
10641
10642         * nat/x86-linux.h: New file.
10643         * nat/x86-linux.c: Likewise.
10644         * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h.
10645         (x86-linux.o): New rule.
10646         * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o.
10647         * config/i386/linux64.mh (NATDEPFILES): Likewise.
10648         * nat/linux-nat.h (struct arch_lwp_info): New forward declaration.
10649         (lwp_set_arch_private_info): New declaration.
10650         (lwp_arch_private_info): Likewise.
10651         * linux-nat.c (lwp_set_arch_private_info): New function.
10652         (lwp_arch_private_info): Likewise.
10653         * x86-linux-nat.c: Include nat/x86-linux.h.
10654         (arch_lwp_info): Removed structure.
10655         (update_debug_registers_callback):
10656         Use lwp_set_debug_registers_changed.
10657         (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
10658         and lwp_set_debug_registers_changed.
10659         (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
10660
10661 2015-03-24  Gary Benson  <gbenson@redhat.com>
10662
10663         * nat/linux-nat.h (ptid_of_lwp): New declaration.
10664         (lwp_is_stopped): Likewise.
10665         (lwp_stop_reason): Likewise.
10666         * linux-nat.c (ptid_of_lwp): New function.
10667         (lwp_is_stopped): Likewise.
10668         (lwp_is_stopped_by_watchpoint): Likewise.
10669         * x86-linux-nat.c (update_debug_registers_callback):
10670         Use lwp_is_stopped.
10671         (x86_linux_prepare_to_resume): Use ptid_of_lwp and
10672         lwp_stop_reason.
10673
10674 2015-03-24  Gary Benson  <gbenson@redhat.com>
10675
10676         * linux-nat.h (linux_stop_lwp): Move declaration to...
10677         * nat/linux-nat.h (linux_stop_lwp): New declaration.
10678
10679 2015-03-24  Gary Benson  <gbenson@redhat.com>
10680
10681         * linux-nat.h: Include nat/linux-nat.h.
10682         (iterate_over_lwps): Move declaration to nat/linux-nat.h.
10683         * nat/linux-nat.h (struct lwp_info): New forward declaration.
10684         (iterate_over_lwps_ftype): New typedef.
10685         (iterate_over_lwps): New declaration.
10686         * linux-nat.h (iterate_over_lwps): Update comment.  Use
10687         iterate_over_lwps_ftype.  Update callback return value check.
10688
10689 2015-03-24  Gary Benson  <gbenson@redhat.com>
10690
10691         * x86-nat.h (x86_debug_reg_state): Move declaration to...
10692         * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
10693
10694 2015-03-24  Gary Benson  <gbenson@redhat.com>
10695
10696         * nat/linux-nat.h (current_lwp_ptid): New declaration.
10697         * linux-nat.c (current_lwp_ptid): New function.
10698         * x86-linux-nat.c: Include nat/linux-nat.h.
10699         (x86_linux_dr_get_addr): Use current_lwp_ptid.
10700         (x86_linux_dr_get_control): Likewise.
10701         (x86_linux_dr_get_status): Likewise.
10702         (x86_linux_dr_set_control): Likewise.
10703         (x86_linux_dr_set_addr): Likewise.
10704
10705 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10706
10707         PR breakpoints/16466
10708         * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
10709
10710 2015-03-23  Joel Brobecker  <brobecker@adacore.com>
10711
10712         * ser-mingw.c (ser_windows_setparity): Fix indentation.
10713         * ser-unix.c (hardwire_setparity): Likewise.
10714
10715 2015-03-23  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
10716
10717         * NEWS: Mention set/show serial parity command.
10718         * monitor.c (monitor_open): Call serial_setparity.
10719         * remote.c (remote_open_1): Likewise.
10720         * ser-base.c (ser_base_serparity): New function.
10721         * ser-base.h (ser_base_setparity): Add  declaration.
10722         * ser-go32.c (dos_ops): Set "setparity" field.
10723         * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
10724         state.Parity.
10725         (ser_windows_setparity): New function.
10726         (hardwire_ops): Add ser_windows_setparity.
10727         (tty_ops): Add NULL for setparity field.
10728         (pipe_ops): Add ser_base_setparity.
10729         (tcp_ops): Likewise.
10730         * ser-pipe.c (pipe_ops): Likewise.
10731         * ser-tcp.c (tcp_ops): Likewise.
10732         * ser-unix.c (hardwire_setparity): Add declaration.
10733         (hardwire_raw): Don't reset PARENB flag.
10734         (hardwire_setparity): New function.
10735         (hardwire_ops): Add hardwire_setparity.
10736         * serial.c (serial_setparity): New function.
10737         (serial_parity): New global.
10738         (parity_none, parity_odd, parity_even, parity_enums, parity):
10739         New static globals.
10740         (set_parity): New function.
10741         (_initialize_serial): Add set/show serial parity commands.
10742         * serial.h (GDBPARITY_NONE): Define.
10743         (GDBPARITY_ODD): Define.
10744         (GDBPARITY_EVEN): Define.
10745         (serial_setparity) Add declaration.
10746         (struct serial_ops): Add setparity field.
10747         * target.h (serial_parity): Add declaration.
10748
10749 2015-03-23  Keith Seitz  <keiths@redhat.com>
10750
10751         * linespec.c (linespec_lexer_lex_keyword): Update comment.
10752
10753 2015-03-23  Keith Seitz  <keiths@redhat.com>
10754
10755         * breakpoint.c (parse_breakpoint_sals): Use
10756         linespec_lexer_lex_keyword to ascertain if the user specified
10757         a NULL location.
10758         * linespec.c [IF_KEYWORD_INDEX]: Define.
10759         (linespec_lexer_lex_keyword): Export.
10760         (struct ls_parser) <keyword_ok>: Remove.
10761         A keyword is only a keyword if not followed by another keyword.
10762         (linespec_lexer_lex_one): Remove keyword_ok handling.
10763         Add comment explaining why the parsing stream is not advanced
10764         when a keyword is seen.
10765         (parse_linespec): Remove parser->keyword_ok.
10766         * linespec.h (linespec_lexer_lex_keyword): Add declaration.
10767
10768 2015-03-23  Keith Seitz  <keiths@redhat.com>
10769
10770         PR gdb/18021
10771         * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
10772         if we find a static method with DW_AT_vtable_elem_location.
10773
10774 2015-03-21  Eli Zaretskii  <eliz@gnu.org>
10775
10776         * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
10777         before the second loop, to avoid undefined behavior.  Reported by
10778         Anton Blanchard <anton@samba.org>.
10779
10780 2015-03-20  Keven Boell  <keven.boell@intel.com>
10781
10782         * gdbtypes.c (resolve_dynamic_type_internal): Adapt
10783         data_location usage to linked list.
10784         (resolve_dynamic_type_internal): Adapt data_location to
10785         linked list.
10786         (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
10787         (copy_type_recursive, copy_type): Add copy of linked list.
10788         * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
10789         (struct dynamic_prop_list): New struct.
10790         * dwarf2read.c (set_die_type): Set data_location data.
10791
10792 2015-03-20  Pedro Alves  <palves@redhat.com>
10793
10794         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
10795         inner block and make it const.
10796         * machoread.c (get_archive_prefix_len): Make "lparen" const.
10797
10798 2015-03-20  Pedro Alves  <palves@redhat.com>
10799
10800         * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
10801         * breakpoint.h (set_breakpoint_condition): Update declaration.
10802
10803 2015-03-20  Pedro Alves  <palves@redhat.com>
10804
10805         * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
10806
10807 2015-03-20  Pedro Alves  <palves@redhat.com>
10808
10809         * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
10810
10811 2015-03-20  Pedro Alves  <palves@redhat.com>
10812
10813         * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
10814
10815 2015-03-20  Pedro Alves  <palves@redhat.com>
10816
10817         * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
10818         (nto_init_solib_absolute_prefix): Likewise.
10819
10820 2015-03-20  Pedro Alves  <palves@redhat.com>
10821
10822         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
10823         * spu-tdep.c (spu_gdbarch_init): Make "name" const.
10824
10825 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
10826
10827         * config/djgpp/README: Remove gdb.hp.
10828
10829 2015-03-20  Yao Qi  <yao.qi@linaro.org>
10830
10831         * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
10832         set_gdbarch_cannot_step_breakpoint.
10833
10834 2015-03-19  Pedro Alves  <palves@redhat.com>
10835
10836         * linux-nat.c (linux_resume_one_lwp): Rename to ...
10837         (linux_resume_one_lwp_throw): ... this.  Don't handle ESRCH here,
10838         instead call perror_with_name.
10839         (check_ptrace_stopped_lwp_gone): New function.
10840         (linux_resume_one_lwp): Reimplement as wrapper around
10841         linux_resume_one_lwp_throw that swallows errors if the LWP is
10842         gone.
10843         (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
10844         swallows errors if the LWP is gone.  Use
10845         linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
10846
10847 2015-03-19  Pedro Alves  <palves@redhat.com>
10848
10849         * linux-nat.c (status_callback): Return early if the LWP has no
10850         status pending.
10851
10852 2015-03-19  Pedro Alves  <palves@redhat.com>
10853
10854         * linux-nat.c (select_event_lwp_callback): Update comment to no
10855         longer mention SIGTRAP.
10856
10857 2015-03-18  Tristan Gingold  <gingold@adacore.com>
10858
10859         * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
10860         redirection code to ...
10861         (amd64_windows_frame_decode_insns): ... Here.  Fix in prologue
10862         checks.  Fix SAVE_NONVOL operations.  Add debug code and comments.
10863
10864 2015-03-18  Gary Benson <gbenson@redhat.com>
10865
10866         (remote_protocol_features): Remove the "vFile:fstat" feature.
10867         (remote_hostio_fstat): Probe for "vFile:fstat" support.
10868
10869 2015-03-11  Yao Qi  <yao.qi@linaro.org>
10870
10871         PR tdep/18107
10872         * aarch64-linux-tdep.c: Include xml-syscall.h
10873         (aarch64_linux_get_syscall_number): New function.
10874         (aarch64_linux_init_abi): Call
10875         set_gdbarch_get_syscall_number.
10876         * syscalls/aarch64-linux.xml: New file.
10877
10878 2015-03-17  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
10879
10880         * ser-base.h (ser_base_setstopbits): Change second argument name
10881         from "rate" to "num".
10882
10883 2015-03-17  Gary Benson <gbenson@redhat.com>
10884             Luke Allardyce <lukeallardyce@gmail.com>
10885
10886         PR gdb/18131
10887         * common/common-remote-fileio.h (sys/stat.h): New include.
10888         (stuct stat): Remove forward declaration.
10889
10890 2015-03-16  John Baldwin  <jhb@FreeBSD.org>
10891
10892         * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
10893         before writing core register notes.
10894
10895 2015-03-16  Yuanhui Zhang  <asmwarrior@gmail.com>
10896             Pedro Alves  <palves@redhat.com>
10897
10898         * gdb_curses.h (tgetnum): Mark with EXTERN_C.
10899         * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
10900         (tgoto): Wrap with extern "C".
10901
10902 2015-03-16  Pedro Alves  <palves@redhat.com>
10903             Yuanhui Zhang  <asmwarrior@gmail.com>
10904
10905         * stub-termcap.c (tputs): Change prototype.
10906
10907 2015-03-16  Yuanhui Zhang  <asmwarrior@gmail.com>
10908             Pedro Alves  <palves@redhat.com>
10909
10910         * windows-nat.c (struct thread_info_struct): Rename to ...
10911         (struct windows_thread_info_struct): ... this.
10912         (thread_info): Rename to ...
10913         (windows_thread_info): ... this.
10914         All users updated.
10915
10916 2015-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10917             Pedro Alves  <palves@redhat.com>
10918
10919         * NEWS: New Removed targets and native configurations.
10920
10921 2015-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
10922
10923         Remove HPUX.
10924         * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
10925         (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
10926         (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
10927         ia64-hpux-tdep.h, solib-ia64-hpux.h.
10928         (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
10929         ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
10930         * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
10931         hppa-hpux-tdep.c.
10932         * config/ia64/hpux.mh: Remove file.
10933         * config/pa/hpux.mh: Remove file.
10934         * configure: Rebuilt.
10935         * configure.ac (dlgetmodinfo, somread.o): Remove.
10936         * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10937         (ia64-*-hpux*): Remove its float format exception.
10938         * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10939         * hppa-hpux-nat.c: Remove file.
10940         * hppa-hpux-tdep.c: Remove file.
10941         * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
10942         Move them here from hppa-tdep.h
10943         (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
10944         (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
10945         * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
10946         Move them to hppa-tdep.c.
10947         (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
10948         declarations.
10949         * ia64-hpux-nat.c: Remove file.
10950         * ia64-hpux-tdep.c: Remove file.
10951         * ia64-hpux-tdep.h: Remove file.
10952         * inf-ttrace.c: Remove file.
10953         * inf-ttrace.h: Remove file.
10954         * solib-ia64-hpux.c: Remove file.
10955         * solib-ia64-hpux.h: Remove file.
10956         * solib-pa64.c: Remove file.
10957         * solib-pa64.h: Remove file.
10958         * solib-som.c: Remove file.
10959         * solib-som.h: Remove file.
10960         * somread.c: Remove file.
10961
10962 2015-03-13  John Baldwin  <jhb@FreeBSD.org>
10963
10964         * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
10965         * config.in: Regenerate.
10966         * configure: Regenerate.
10967         * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
10968         define.
10969         (fbsd_find_memory_regions): Use kinfo_getvmmap to
10970         enumerate memory regions if present.
10971
10972 2015-03-13  John Baldwin  <jhb@FreeBSD.org>
10973
10974         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
10975         * i386fbsd-tdep.c: Fix style in various gdb_static_assert
10976         expressions.
10977         (i386fbsd_sigtramp_p): Likewise.
10978
10979 2015-03-12  John Baldwin  <jhb@FreeBSD.org>
10980
10981         * MAINTAINERS (Write After Approval): Add John Baldwin.
10982
10983 2015-03-12  Gary Benson <gbenson@redhat.com>
10984
10985         * solib.c (_initialize_solib): Make "set/show sysroot" use
10986         add_setshow_optional_filename_cmd so it can be restored to
10987         empty after being set.
10988
10989 2015-03-11  Sergio Durigan Junior  <sergiodj@redhat.com>
10990
10991         * Makefile.in (SFILES): New source break-catch-syscall.c.
10992         (COMMON_OBS): New object break-catch-syscall.o.
10993         * break-catch-syscall.c: New file.
10994         * breakpoint.c: Remove inclusion of "xml-syscall.h".
10995         (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
10996         (struct syscall_catchpoint): Likewise.
10997         (dtor_catch_syscall): Likewise.
10998         (catch_syscall_inferior_data): Likewise.
10999         (struct catch_syscall_inferior_data): Likewise.
11000         (get_catch_syscall_inferior_data): Likewise.
11001         (catch_syscall_inferior_data_cleanup): Likewise.
11002         (insert_catch_syscall): Likewise.
11003         (remove_catch_syscall): Likewise.
11004         (breakpoint_hit_catch_syscall): Likewise.
11005         (print_it_catch_syscall): Likewise.
11006         (print_one_catch_syscall): Likewise.
11007         (print_mention_catch_syscall): Likewise.
11008         (print_recreate_catch_syscall): Likewise.
11009         (catch_syscall_breakpoint_ops): Likewise.
11010         (syscall_catchpoint_p): Likewise.
11011         (create_syscall_event_catchpoint): Likewise.
11012         (catch_syscall_split_args): Likewise.
11013         (catch_syscall_command_1): Likewise.
11014         (is_syscall_catchpoint_enabled): Likewise.
11015         (catch_syscall_enabled): Likewise.
11016         (catching_syscall_number): Likewise.
11017         (catch_syscall_completer): Likewise.
11018         (clear_syscall_counts): Likewise.
11019         (initialize_breakpoint_ops): Move initialization of syscall
11020         catchpoints to break-catch-syscall.c.
11021         (_initialize_breakpoint): Move code related to syscall catchpoints
11022         to break-catch-syscall.c.
11023
11024 2015-03-11  Sergio Durigan Junior  <sergiodj@redhat.com>
11025
11026         * breakpoint.c (breakpoint_find_if): New function.
11027         * breakpoint.h (breakpoint_find_if): New prototype.
11028
11029 2015-03-11  Gary Benson <gbenson@redhat.com>
11030
11031         * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
11032         * remote-fileio.c (remote_fileio_to_host_uint): New function.
11033         (remote_fileio_to_host_ulong): Likewise.
11034         (remote_fileio_to_host_mode): Likewise.
11035         (remote_fileio_to_host_time): Likewise.
11036         (remote_fileio_to_host_stat): Likewise.
11037         * remote.c (PACKET_vFile_fstat): New enum value.
11038         (remote_protocol_features): Register the "vFile:fstat" feature.
11039         (remote_hostio_fstat): New function.
11040         (remote_bfd_iovec_stat): Use the above.
11041         (_initialize_remote): Register new "set/show remote
11042         hostio-fstat-packet" command.
11043         * symfile.c (separate_debug_file_exists): Update comment.
11044         * NEWS: Announce new vFile:fstat packet.
11045
11046 2015-03-11  Gary Benson <gbenson@redhat.com>
11047
11048         * common/common-remote-fileio.h: New file.
11049         * common/common-remote-fileio.c: Likewise.
11050         * Makefile.in (SFILES): Add common/common-remote-fileio.c.
11051         (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
11052         (COMMON_OBS): Add common-remote-fileio.o.
11053         (common-remote-fileio.o): New rule.
11054         * remote-fileio.h (common-remote-fileio.h): New include.
11055         * remote-fileio.c (gdb/fileio.h): Do not include.
11056         (remote_fileio_to_be): Moved to common-remote-fileio.h.
11057         (remote_fileio_to_fio_uint): Likewise.
11058         (remote_fileio_to_fio_time): Likewise.
11059         (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
11060         (remote_fileio_to_fio_mode): Likewise.
11061         (remote_fileio_to_fio_ulong): Likewise.
11062         (remote_fileio_to_fio_stat): Likewise.
11063
11064 2015-03-11  Andy Wingo  <wingo@igalia.com>
11065
11066         * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
11067         we were checking the cached type, not the cached dynamic type.
11068
11069 2015-03-11  Andy Wingo  <wingo@igalia.com>
11070
11071         * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
11072         other strings, as these are on the GC'd heap, and will be
11073         collected along with the smob.
11074
11075 2015-03-11  Andy Wingo  <wingo@igalia.com>
11076
11077         * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
11078         (objfile_functions): Bind gdbscm_objfile_progspace to
11079         objfile-progspace.
11080         * guile/lib/gdb.scm: Add objfile-progspace to exports.
11081
11082 2015-03-11  Andy Wingo  <wingo@igalia.com>
11083
11084         * guile/guile.c (_initialize_guile): Disable automatic
11085         finalization, if Guile offers us that possibility.
11086         * guile/guile.c (call_initialize_gdb_module):
11087         * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
11088         finalizers in appropriate places.
11089         * configure.ac (AC_TRY_LIBGUILE): Add a check for
11090         scm_set_automatic_finalization_enabled.
11091         * configure: Regenerated.
11092
11093 2015-03-11  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11094
11095         * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
11096         SAL, if possible.
11097
11098 2015-03-11  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11099
11100         * s390-linux-nat.c (struct arch_lwp_info): New.
11101         (s390_fix_watch_points): Rename to...
11102         (s390_prepare_to_resume): ...this.  Skip the PER info update
11103         unless the watch points have changed.
11104         (s390_refresh_per_info, s390_new_thread): New functions.
11105         (s390_insert_watchpoint): Call s390_refresh_per_info instead of
11106         s390_fix_watch_points.
11107         (s390_remove_watchpoint): Likewise.
11108         (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
11109         Register s390_prepare_to_resume.
11110
11111 2015-03-09  Pedro Alves  <palves@redhat.com>
11112
11113         Revert:
11114         2015-03-07  Pedro Alves  <palves@redhat.com>
11115         * common/gdb_socket.h: New file.
11116         * ser-tcp.c: Include gdb_socket.h.  Don't include netinet/in.h nor
11117         sys/socket.h.
11118         (net_open): Use union gdb_sockaddr_u.
11119
11120 2015-03-07  Pedro Alves  <palves@redhat.com>
11121
11122         * configure.ac (build_warnings): Move -Wmissing-prototypes
11123         -Wdeclaration-after-statement -Wmissing-parameter-type
11124         -Wold-style-declaration -Wold-style-definition to the C-specific
11125         set.
11126         * configure: Regenerate.
11127
11128 2015-03-07  Pedro Alves  <palves@redhat.com>
11129
11130         * common/gdb_socket.h: New file.
11131         * ser-tcp.c: Include gdb_socket.h.  Don't include netinet/in.h nor
11132         sys/socket.h.
11133         (net_open): Use union gdb_sockaddr_u.
11134
11135 2015-03-07  Pedro Alves  <palves@redhat.com>
11136
11137         * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
11138         (exceptions_state_mc_action_iter)
11139         (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
11140         Don't define.
11141         [__cplusplus] (try_scope_depth): New global.
11142         [__cplusplus] (exception_try_scope_entry)
11143         (exception_try_scope_exit, gdb_exception_sliced_copy)
11144         (exception_rethrow): New functions.
11145         (throw_exception): In C++ mode, throw
11146         gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
11147         gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
11148         (throw_it): In C++ mode, use try_scope_depth.
11149         * common/common-exceptions.h [!__cplusplus]
11150         (exceptions_state_mc_action_iter)
11151         (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
11152         Don't declare.
11153         [__cplusplus] (exception_try_scope_entry)
11154         (exception_try_scope_exit, exception_rethrow): Declare.
11155         [__cplusplus] (struct exception_try_scope): New struct.
11156         [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
11157         C++ exceptions.
11158         (struct gdb_exception_RETURN_MASK_ALL)
11159         (struct gdb_exception_RETURN_MASK_ERROR)
11160         (struct gdb_exception_RETURN_MASK_QUIT): New types.
11161
11162 2015-03-07  Pedro Alves  <palves@redhat.com>
11163
11164         * main.c (handle_command_errors): Remove volatile qualifier from
11165         parameter.
11166
11167 2015-03-07  Pedro Alves  <palves@redhat.com>
11168
11169         * breakpoint.c (save_breakpoints): Adjust to avoid code between
11170         TRY and CATCH.
11171         * gdbtypes.c (safe_parse_type): Remove empty line.
11172         (types_deeply_equal):
11173         * guile/scm-frame.c (gdbscm_frame_name):
11174         * linux-thread-db.c (find_new_threads_once):
11175         * python/py-breakpoint.c (bppy_get_commands):
11176         * record-btrace.c (record_btrace_insert_breakpoint)
11177         (record_btrace_remove_breakpoint, record_btrace_start_replaying)
11178         (record_btrace_start_replaying): Adjust to avoid code between TRY
11179         and CATCH.
11180
11181 2015-03-07  Pedro Alves  <palves@redhat.com>
11182
11183         * common/common-exceptions.c (struct catcher) <exception>: No
11184         longer a pointer to volatile exception.  Now an exception value.
11185         <mask>: Delete field.
11186         (exceptions_state_mc_init): Remove all parameters.  Adjust.
11187         (exceptions_state_mc): No longer pop the catcher here.
11188         (exceptions_state_mc_catch): New function.
11189         (throw_exception): Adjust.
11190         * common/common-exceptions.h (exceptions_state_mc_init): Remove
11191         all parameters.
11192         (exceptions_state_mc_catch): Declare.
11193         (TRY_CATCH): Rename to ...
11194         (TRY): ... this.  Remove EXCEPTION and MASK parameters.
11195         (CATCH, END_CATCH): New.
11196         All callers adjusted.
11197
11198 2015-03-07  Tom Tromey  <tromey@redhat.com>
11199
11200         * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
11201
11202 2015-03-07  Pedro Alves  <palves@redhat.com>
11203
11204         * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
11205         (amd64_epilogue_frame_cache): Normal exception handling code.
11206         * break-catch-throw.c (check_status_exception_catchpoint)
11207         (re_set_exception_catchpoint): Ditto.
11208         * cli/cli-interp.c (safe_execute_command):
11209         * cli/cli-script.c (script_from_file): Ditto.
11210         * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
11211         Ditto.
11212         * compile/compile-object-run.c (compile_object_run): Ditto.
11213         * cp-abi.c (baseclass_offset): Ditto.
11214         * cp-valprint.c (cp_print_value): Ditto.
11215         * exceptions.c (catch_exceptions_with_msg):
11216         * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
11217         * frame.c (get_frame_address_in_block_if_available): Ditto.
11218         * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
11219         (i386_sigtramp_frame_cache): Ditto.
11220         * infcmd.c (post_create_inferior): Ditto.
11221         * linespec.c (parse_linespec, find_linespec_symbols):
11222         * p-valprint.c (pascal_object_print_value): Ditto.
11223         * parse.c (parse_expression_for_completion): Ditto.
11224         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
11225         * remote.c (remote_get_noisy_reply): Ditto.
11226         * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
11227         * solib-svr4.c (solib_svr4_r_map): Ditto.
11228
11229 2015-03-06  Gary Benson  <gbenson@redhat.com>
11230
11231         * common/common-utils.h (startswith): New inline function.
11232         All places where this logic was used updated to use the above.
11233
11234 2015-03-05  Pedro Alves  <palves@redhat.com>
11235
11236         PR gdb/18002
11237         * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
11238         after reading the breakpoint's shadow memory.
11239
11240 2015-03-05  Mark Kettenis  <kettenis@gnu.org>
11241
11242         * hppabsd-nat.c: Remove file.
11243         * hppaobsd-nat.c: New file.
11244         * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c.  Add
11245         hppaobsd-nat.c.
11246         * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
11247         hppaobsd-nat.o.
11248
11249 2015-03-04  Pedro Alves  <palves@redhat.com>
11250
11251         * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
11252         (target_decr_pc_after_break): Delete declaration.
11253         * target.c (default_target_decr_pc_after_break)
11254         (target_decr_pc_after_break): Delete.
11255         * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
11256         gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
11257         * linux-thread-db.c (check_event): Likewise.
11258         * infrun.c (adjust_pc_after_break): Likewise.
11259         * darwin-nat.c (cancel_breakpoint): Likewise.
11260         * aix-thread.c (aix_thread_wait): Likewise.
11261         * target-delegates.c: Regenerate.
11262
11263 2015-03-04  Pedro Alves  <palves@redhat.com>
11264
11265         * linux-nat.c (save_sigtrap): Check for breakpoints before
11266         checking watchpoints.
11267         (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
11268         breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
11269         (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
11270         a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
11271         (linux_nat_stopped_by_sw_breakpoint)
11272         (linux_nat_supports_stopped_by_sw_breakpoint)
11273         (linux_nat_stopped_by_hw_breakpoint)
11274         (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
11275         (linux_nat_wait_1): Don't re-increment the PC if relying on
11276         SIGTRAP's siginfo->si_code.
11277         (linux_nat_add_target): Install new target methods.
11278         * linux-thread-db.c (check_event): Don't account for breakpoint PC
11279         offset if the target already adjusted the PC.
11280         * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
11281         (GDB_ARCH_TRAP_BRKPT): New.
11282         (TRAP_HWBKPT): Define if not already defined.
11283
11284 2015-03-04  Pedro Alves  <palves@redhat.com>
11285
11286         * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
11287         * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
11288         Delete field.
11289         <stop_reason>: New field.
11290         (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
11291         (packet_set_cmd_state): New function.
11292         (remote_protocol_features): Register the "swbreak" and "hwbreak"
11293         features.
11294         (remote_query_supported): If not disabled with the corresponding
11295         "set remote foo-packet" command, report support for the swbreak
11296         and hwbreak features.
11297         (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
11298         field.
11299         <stop_reason>: New field.
11300         (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
11301         (remote_wait_as): Adjust.
11302         (remote_stopped_by_sw_breakpoint)
11303         (remote_supports_stopped_by_sw_breakpoint)
11304         (remote_stopped_by_hw_breakpoint)
11305         (remote_supports_stopped_by_hw_breakpoint): New functions.
11306         (remote_stopped_by_watchpoint): New function.
11307         (init_remote_ops): Install them.
11308         (_initialize_remote): Register new "set/show remote
11309         swbreak-feature-packet" and "set/show remote
11310         swbreak-feature-packet" commands.
11311
11312 2015-03-04  Pedro Alves  <palves@redhat.com>
11313
11314         * btrace.h: Include target/waitstatus.h.
11315         (struct btrace_thread_info) <stop_reason>: New field.
11316         * record-btrace.c (record_btrace_step_thread): Use
11317         record_check_stopped_by_breakpoint instead of breakpoint_here_p.
11318         (record_btrace_decr_pc_after_break): Delete.
11319         (record_btrace_stopped_by_sw_breakpoint)
11320         (record_btrace_supports_stopped_by_sw_breakpoint)
11321         (record_btrace_stopped_by_hw_breakpoint)
11322         (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
11323         (init_record_btrace_ops): Install them.
11324         * record-full.c (record_full_hw_watchpoint): Delete and replace
11325         with ...
11326         (record_full_stop_reason): ... this throughout.
11327         (record_full_exec_insn): Adjust.
11328         (record_full_wait_1): Adjust.  No longer re-increment the PC.
11329         (record_full_wait_1): Adjust.  Use
11330         record_check_stopped_by_breakpoint instead of breakpoint_here_p.
11331         (record_full_stopped_by_watchpoint): Adjust.
11332         (record_full_stopped_by_sw_breakpoint)
11333         (record_full_supports_stopped_by_sw_breakpoint)
11334         (record_full_supports_stopped_by_sw_breakpoint)
11335         (record_full_stopped_by_hw_breakpoint)
11336         (record_full_supports_stopped_by_hw_breakpoint): New functions.
11337         (init_record_full_ops, init_record_full_core_ops): Install them.
11338         * record.c (record_check_stopped_by_breakpoint): New function.
11339         * record.h: Include target/waitstatus.h.
11340         (record_check_stopped_by_breakpoint): New declaration.
11341
11342 2015-03-04  Pedro Alves  <palves@redhat.com>
11343
11344         enum lwp_stop_reason -> enum target_stop_reason
11345         * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
11346         (linux_nat_stopped_by_watchpoint, status_callback)
11347         (linux_nat_wait_1): Adjust.
11348         * linux-nat.h (enum lwp_stop_reason): Delete.
11349         (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
11350         * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
11351         * target/waitstatus.h (enum target_stop_reason): New.
11352
11353 2015-03-04  Pedro Alves  <palves@redhat.com>
11354
11355         * breakpoint.c (need_moribund_for_location_type): New function.
11356         (bpstat_stop_status): Don't skipping checking moribund locations
11357         of breakpoint types which the target tell caused a stop.
11358         (program_breakpoint_here_p): New function, factored out from ...
11359         (bp_loc_is_permanent): ... this.
11360         (update_global_location_list): Don't create a moribund location if
11361         the target supports reporting stops of the type of the removed
11362         breakpoint.
11363         * breakpoint.h (program_breakpoint_here_p): New declaration.
11364         * infrun.c (adjust_pc_after_break): Return early if the target has
11365         already adjusted the PC.  Add comments.
11366         (handle_signal_stop): If nothing explains a signal, and the target
11367         tells us the stop was caused by a software breakpoint, check if
11368         there's a breakpoint instruction in the memory.  If so, adjust the
11369         PC before presenting the stop to the user.  Otherwise, ignore the
11370         trap.  If nothing explains a signal, and the target tells us the
11371         stop was caused by a hardware breakpoint, ignore the trap.
11372         * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
11373         to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
11374         to_supports_stopped_by_hw_breakpoint>: New fields.
11375         (target_stopped_by_sw_breakpoint)
11376         (target_supports_stopped_by_sw_breakpoint)
11377         (target_stopped_by_hw_breakpoint)
11378         (target_supports_stopped_by_hw_breakpoint): Define.
11379         * target-delegates.c: Regenerate.
11380
11381 2015-03-04  Pedro Alves  <palves@redhat.com>
11382
11383         * infrun.c (follow_fork_inferior): Use the whole of the
11384         inferior_ptid and pending_follow.related_pid ptids instead of
11385         building ptids from the process components.  Adjust verbose output
11386         to use target_pid_to_str.
11387         * linux-nat.c (linux_child_follow_fork): Use the whole of the
11388         inferior_ptid and pending_follow.related_pid ptids instead of
11389         building ptids from the process components.
11390
11391 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
11392
11393         * inf-ptrace.c [PT_GET_PROCESS_STATE]
11394         (inf_ptrace_insert_fork_catchpoint): New function.
11395         (inf_ptrace_remove_fork_catchpoint): New function.
11396         (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
11397
11398 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11399
11400         * s390-linux-tdep.c (s390_register_name): Return empty string
11401         instead of NULL for registers that shouldn't be visible.
11402
11403 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11404
11405         * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
11406         XML file for 64-bit targets.
11407
11408 2015-03-03  Simon Marchi  <simon.marchi@ericsson.com>
11409
11410         * target.h (find_default_create_inferior): Remove declaration.
11411         (find_default_attach): Likewise.
11412
11413 2015-03-03  Pedro Alves  <palves@redhat.com>
11414
11415         * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
11416         Use ptid_get_pid to get the overall process id when resuming all
11417         threads.
11418
11419 2015-03-03  Pedro Alves  <palves@redhat.com>
11420
11421         * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
11422         the lwp field of ptid.  Pass the full ptid to get_thread_regcache.
11423         * inf-ptrace.c (get_ptrace_pid): New function.
11424         (inf_ptrace_resume): Use it.
11425         * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
11426         to the lower layer.
11427
11428 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
11429
11430         * nat/linux-btrace.c: Include sys/utsname.h.
11431         (linux_determine_kernel_ptr_bits): New.
11432         (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
11433         * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
11434         ptr_bits.
11435
11436 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
11437
11438         * btrace.c (ftrace_update_function): Treat return as tailcall for
11439         "_dl_runtime_resolve".
11440
11441 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
11442
11443         * btrace.h (btrace_function) <lbegin, lend>: Remove.
11444         * btrace.c (ftrace_debug): Do not print the line range.
11445         (ftrace_skip_file, ftrace_update_lines): Remove.
11446         (ftrace_new_function): Remove lbegin and lend initialization.
11447         (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
11448         * record-btrace.c (btrace_compute_src_line_range): New.
11449         (btrace_call_history_src_line): Call btrace_compute_src_line_range.
11450
11451 2015-03-02  Pedro Alves  <palves@redhat.com>
11452
11453         * infrun.c (follow_exec): Delete all threads of the process except
11454         the event thread.  Extended comments.
11455
11456 2015-03-02  Joel Brobecker  <brobecker@adacore.com>
11457
11458         * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
11459
11460 2015-03-02  Joel Brobecker  <brobecker@adacore.com>
11461
11462         * utils.h: Remove <stdbool.h> #include.
11463         (producer_is_gcc): Change return type to "int".
11464         * utils.c (producer_is_gcc): Change return type to int.
11465         Return 1 instead of true, and 0 instead of false.
11466         Adjust function documentation accordingly.
11467
11468 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11469
11470         * s390-linux-nat.c (have_regset_vxrs): New static variable.
11471         (s390_linux_fetch_inferior_registers): Handle vector registers, if
11472         present.
11473         (s390_linux_store_inferior_registers): Likewise.
11474         (s390_get_hwcap): Remove function.  Embed its logic...
11475         (s390_read_description): ...here.  Yield a target description with
11476         vector registers if applicable.
11477         * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
11478         "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
11479         "features/s390x-tevx-linux64.c".
11480         (struct gdbarch_tdep) <v0_full_regnum>: New field.
11481         (s390_dwarf_regmap): Add vector registers.  Remove bogus entries
11482         for "GNU/Linux-specific registers".
11483         (s390_dwarf_reg_r0l): New enum value.
11484         (s390_dwarf_reg_to_regnum): Support vector registers.
11485         (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
11486         of GPR lower halves.
11487         (regnum_is_vxr_full): New function.
11488         (s390_register_name): New function.
11489         (s390_pseudo_register_name): Handle v0-v15, which are composed of
11490         f0-f15 and v0l-v15l.
11491         (s390_pseudo_register_type): Likewise.
11492         (s390_pseudo_register_read): Likewise.
11493         (s390_pseudo_register_write): Likewise.
11494         (s390_value_from_register): Account for the fact that values are
11495         placed left-justified in vector registers.
11496         (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
11497         the vector reggroup and omit them from the general reggroup.
11498         (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
11499         (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
11500         (s390_iterate_over_regset_sections): Add iterations for the two
11501         new vector regsets.
11502         (s390_core_read_description): Yield a target description with
11503         vector registers if applicable.
11504         (s390_gdbarch_init): Handle target descriptions with vector
11505         registers.  Add "register_name" gdbarch method.
11506         (_initialize_s390_tdep): Call new tdesc initialization functions.
11507         * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
11508         (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
11509         (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
11510         (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
11511         (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
11512         (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
11513         (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
11514         (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
11515         (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
11516         (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
11517         (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
11518         (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
11519         (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
11520         (S390_NUM_REGS): Adjust value.
11521         (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
11522         (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
11523         (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
11524         * NEWS: Announce S/390 vector register support.
11525
11526 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11527
11528         * features/s390-tevx-linux64.xml: New file.
11529         * features/s390-vx-linux64.xml: New file.
11530         * features/s390-vx.xml: New file.
11531         * features/s390x-tevx-linux64.xml: New file.
11532         * features/s390x-vx-linux64.xml: New file.
11533         * features/Makefile (WHICH): Add s390-vx-linux64,
11534         s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
11535         (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
11536         (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
11537         macros.
11538         * features/s390-tevx-linux64.c: New generated file.
11539         * features/s390-vx-linux64.c: Likewise.
11540         * features/s390x-tevx-linux64.c: Likewise.
11541         * features/s390x-vx-linux64.c: Likewise.
11542         * regformats/s390-tevx-linux64.dat: Likewise.
11543         * regformats/s390-vx-linux64.dat: Likewise.
11544         * regformats/s390x-tevx-linux64.dat: Likewise.
11545         * regformats/s390x-vx-linux64.dat: Likewise.
11546
11547 2015-02-28  Doug Evans  <xdje42@gmail.com>
11548
11549         * symtab.h (struct symtab) <next>: Fix comment.
11550
11551 2015-02-27  Simon Marchi  <simon.marchi@ericsson.com>
11552
11553         * python/python.c (python_GdbModuleDef): Rename GdbMethods to
11554         python_GdbMethods.
11555
11556 2015-02-27  Pedro Alves  <palves@redhat.com>
11557
11558         * dtrace-probe.c (dtrace_probe_ops): Make extern.
11559
11560 2015-02-27  Pedro Alves  <palves@redhat.com>
11561
11562         * common/common-exceptions.h (exception_none): Declare.
11563         * common/common-exceptions.c (exception_none): Moved from
11564         exceptions.c.
11565         (exceptions_state_mc_init): Use exception_none.
11566         * exceptions.c (exception_none): Move to
11567         common/common-exceptions.c.
11568         * exceptions.h (exception_none): Move to
11569         common/common-exceptions.h.
11570
11571 2015-02-27  Pedro Alves  <palves@redhat.com>
11572
11573         * main.c (catch_command_errors, catch_command_errors_const):
11574         Remove 'mask' argument.  Adjust.
11575         (captured_main): Adjust callers.
11576
11577 2015-02-27  Pedro Alves  <palves@redhat.com>
11578
11579         * python/python-internal.h: Include "extension-priv.h".
11580
11581 2015-02-27  Pedro Alves  <palves@redhat.com>
11582
11583         * breakpoint.h (enum print_stop_action): Move further up in the
11584         file.
11585
11586 2015-02-27  Pedro Alves  <palves@redhat.com>
11587
11588         * gdbarch.sh: Include regcache.h.
11589         * gdbarch.h: Regenerate.
11590
11591 2015-02-27  Pedro Alves  <palves@redhat.com>
11592
11593         * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
11594         Remove duplicate const.
11595         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
11596         duplicate const.
11597
11598 2015-02-27  Pedro Alves  <palves@redhat.com>
11599
11600         * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
11601         * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
11602         * features/feature_to_c.sh: Tag the generated xml_builtin array
11603         with extern const in C++ mode.
11604
11605 2015-02-27  Tom Tromey  <tromey@redhat.com>
11606
11607         * minidebug.c (struct lzma_stream): Rename to ...
11608         (struct gdb_lzma_stream): ... this.
11609         (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
11610
11611 2015-02-27  Pedro Alves  <palves@redhat.com>
11612
11613         * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
11614         function.
11615         (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
11616         (mi_cmd_stack_list_variables): Use it.
11617
11618 2015-02-27  Pedro Alves  <palves@redhat.com>
11619
11620         * x86-linux-nat.c (u_debugreg_offset): New function.
11621         (x86_linux_dr_get, x86_linux_dr_set): Use it.
11622
11623 2015-02-27  Pedro Alves  <palves@redhat.com>
11624
11625         * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
11626         declaration.
11627         Include break-common.h.
11628
11629 2015-02-27  Tom Tromey  <tromey@redhat.com>
11630             Pedro Alves <palves@redhat.com>
11631
11632         * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
11633         local used to iterate over enums.
11634         * completer.c (signal_completer): Likewise.
11635         * i386-tdep.c (i386_stap_parse_special_token): Likewise.
11636         * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
11637         * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
11638         * tui/tui-layout.c (next_layout, prev_layout): Likewise.
11639         * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
11640         (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
11641         * tui-wingeneral.c (tui_refresh_all):  Likewise.
11642
11643 2015-02-27  Pedro Alves  <palves@redhat.com>
11644
11645         * target.h: Include "infrun.h".
11646
11647 2015-02-27  Pedro Alves  <palves@redhat.com>
11648
11649         * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
11650
11651 2015-02-27  Pedro Alves  <palves@redhat.com>
11652
11653         * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
11654         (IPA_SYM): Use it.
11655         * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
11656
11657 2015-02-27  Pedro Alves  <palves@redhat.com>
11658
11659         * cli-out.c (_rl_erase_entire_line): Move declaration out of
11660         cli_mld_erase_entire_line, and make it extern "C".
11661         * common/common-defs.h (EXTERN_C): New.
11662         * completer.c (_rl_completion_prefix_display_length)
11663         (_rl_print_completions_horizontally, QSFUNC): Move declarations
11664         out of gdb_display_match_list_1.
11665         (_rl_qsort_string_compare): Move declaration out of
11666         gdb_display_match_list_1, and make it extern "C".
11667         * defs.h (re_comp): Use EXTERN_C.
11668         * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
11669         and make it extern "C".
11670         (monstartup): Move declaration out of maintenance_set_profile_cmd,
11671         and make it extern "C".
11672         (main): Move declaration out of maintenance_set_profile_cmd.
11673         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
11674         EXTERN_C.
11675
11676 2015-02-27  Pedro Alves  <palves@redhat.com>
11677
11678         * python/python.c (GdbMethods): Rename to ...
11679         (python_GdbMethods): ... this and make extern.
11680         (GdbModuleDef): Rename to ...
11681         (python_GdbModuleDef): ... this and make extern.
11682
11683 2015-02-27  Pedro Alves  <palves@redhat.com>
11684
11685         * record-btrace.c (set_record_btrace_cmdlist)
11686         (show_record_btrace_cmdlist): Remove redefinitions.
11687
11688 2015-02-27  Tom Tromey  <tromey@redhat.com>
11689             Pedro Alves  <palves@redhat.com>
11690
11691         * dwarf2-frame.c (enum cfa_how_kind, struct
11692         dwarf2_frame_state_reg_info): Move out of struct
11693         dwarf2_frame_state.
11694         * dwarf2read.c (struct tu_stats): Move out of struct
11695         dwarf2_per_objfile.
11696         (struct file_entry): Move out of struct line_header.
11697         (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
11698         typedef_field_list): Move out of struct field_info.
11699         * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
11700         Move out of struct dynamic_prop.
11701         (union type_owner, union field_location, struct field, struct
11702         range_bounds, union type_specific): Move out of struct main_type.
11703         (struct fn_fieldlist, struct fn_field, struct typedef_field)
11704         (VOFFSET_STATIC): Move out of struct cplus_struct_type.
11705         (struct call_site_target, union call_site_parameter_u, struct
11706         call_site_parameter): Move out of struct call_site.
11707         * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
11708         m32c_prologue.
11709         (enum srcdest_kind): Move out of struct srcdest.
11710         * main.c (enum cmdarg_kind): Move out of struct cmdarg.
11711         * prologue-value.h (enum prologue_value_kind): Move out of struct
11712         prologue_value.
11713         * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
11714         gdbarch_tdep.
11715         * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
11716         out of struct field_info.
11717         * symfile.h (struct other_sections): Move out of struct
11718         section_addr_info.
11719         * symtab.c (struct symbol_cache_slot): Move out struct
11720         block_symbol_cache.
11721         * target-descriptions.c (enum tdesc_type_kind): Move out of
11722         typedef struct tdesc_type.
11723         * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
11724         struct tui_line_or_address.
11725         * value.c (enum internalvar_kind, union internalvar_data): Move
11726         out of struct internalvar.
11727         * xtensa-tdep.h (struct ctype_cache): Move out of struct
11728         gdbarch_tdep.
11729
11730 2015-02-27  Tom Tromey  <tromey@redhat.com>
11731             Pedro Alves  <palves@redhat.com>
11732
11733         Rename symbols whose names are reserved C++ keywords throughout.
11734
11735 2015-02-27  Pedro Alves  <palves@redhat.com>
11736
11737         * Makefile.in (COMPILER): New, get it from autoconf.
11738         (COMPILE.pre, CC_LD): Use COMPILER.
11739         (CXX): Get from autoconf instead.
11740         (CXX_FOR_TARGET): Default to g++ instead of gcc.
11741         * acinclude.m4: Include build-with-cxx.m4.
11742         * build-with-cxx.m4: New file.
11743         * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
11744         Disable -Werror by default if building in C++ mode.
11745         (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
11746         -Wno-narrowing in C++ mode.  Only enable -Wpointer-sign in C mode.
11747         Run supported-warning-flags tests with the C++ compiler.
11748         Save/restore CXXFLAGS too.
11749         * configure: Regenerate.
11750
11751 2015-02-27  Pedro Alves  <palves@redhat.com>
11752
11753         * libiberty.m4: New file.
11754         * acinclude.m4: Include libiberty.m4.
11755         * configure.ac: Call libiberty_INIT.
11756         * config.in, configure: Regenerate.
11757
11758 2015-02-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11759
11760         * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
11761         31-bit targets, but 64-bit targets as well.
11762         (s390_gnu_triplet_regexp): New function.
11763         (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
11764         64-bit targets as well.  Set the gnu_triplet_regexp gdbarch
11765         method.
11766
11767 2015-02-27  Jon TURNEY  <jon.turney@dronecode.org.uk>  (tiny patch)
11768
11769         * windows-nat.c (CONTEXT_DEBUGGER): Remove.
11770         (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS.  Incorporate flags
11771         from CONTEXT_DEBUGGER.
11772
11773 2015-02-26  Doug Evans  <dje@google.com>
11774
11775         * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
11776         CHECK_TYPEDEF.
11777         (set_type_vptr_fieldno): Ditto.
11778         (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
11779         * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
11780
11781 2015-02-26  Pedro Alves  <palves@redhat.com>
11782
11783         * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
11784         * complaints.c (vcomplaint): Pass argument FMT directly to
11785         printf-like functions instead of complaint->fmt.
11786         * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
11787         * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
11788         * compile/compile-loc2c.c (pushf, unary, binary): Add
11789         ATTRIBUTE_PRINTF.
11790         (do_compile_dwarf_expr_to_c): Pass string literal as format string
11791         to pushf.
11792         (BINARY): Pass string literal as format string to 'binary'.
11793         * compile/compile-object-load.c (link_callbacks_einfo): Add
11794         ATTRIBUTE_PRINTF.
11795         * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
11796
11797 2015-02-26  Pedro Alves  <palves@redhat.com>
11798
11799         * windows-termcap.c: Rename to ...
11800         * stub-termcap.c: ... this.  Adjust header line.
11801         * Makefile.in (SFILES): Refer to stub-termcap.c instead of
11802         windows-termcap.c.
11803         * configure: Regenerate.
11804         * configure.ac: Refer to stub-termcap.o instead of
11805         windows-termcap.o.
11806         * gdb_curses.h: Mention stub-termcap.c instead of
11807         windows-termcap.c.
11808
11809 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11810
11811         * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
11812         (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
11813
11814 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11815
11816         * gdb/infcmd.c (print_return_value): use type_to_string to print type.
11817
11818 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11819
11820         * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
11821         bfd_canonicalize_symtab.
11822
11823 2015-02-25  John Baldwin  <jhb@FreeBSD.org>
11824
11825         * amd64fbsd-nat.c: Include sys/user.h.
11826         (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
11827         instead of KERN_PS_STRINGS to locate the signal trampoline.
11828         * i386fbsd-nat.c: Include sys/user.h.
11829         (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
11830         instead of KERN_PS_STRINGS to locate the signal trampoline.
11831         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
11832         (amd64fbsd_sigtramp_p): New.
11833         (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
11834         longer set default values.
11835         (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
11836         * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
11837         (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
11838         (i386fbsd_freebsd4_sigtramp_start)
11839         (i386fbsd_freebsd4_sigtramp_middle)
11840         (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
11841         (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
11842         (i386fbsd_sigtramp_p): New.
11843         (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
11844         longer set default values.
11845         (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
11846
11847 2015-02-25  John Baldwin  <jhb@freebsd.org>
11848
11849         * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
11850         get_frame_register instead of frame_unwind_register_unsigned.
11851
11852 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11853
11854         PR build/18033
11855         * compile/compile-c-support.c (c_compute_program): Change // comment.
11856         * compile/compile-object-load.c (setup_sections): Change // comment.
11857
11858 2015-02-26  Joel Brobecker  <brobecker@adacore.com>
11859
11860         PR build/18033:
11861         * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
11862
11863 2015-02-23  Pedro Alves  <palves@redhat.com>
11864
11865         * remote.c (skip_to_semicolon): New function.
11866         (remote_parse_stop_reply) <T stop reply>: Use it.  Don't
11867         special case the stop reasons that look like hex numbers
11868         upfront.  Instead handle real register numbers after matching
11869         all the known stop reasons.
11870
11871 2015-02-21  Doug Evans  <dje@google.com>
11872
11873         PR c++/17976, symtab/17821
11874         * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
11875         is_in_anonymous.  All callers updated.
11876         (find_symbol_in_baseclass): Ditto.
11877         (cp_lookup_nested_symbol_1): Ditto.  Don't search all static blocks
11878         for symbols in an anonymous namespace.
11879         * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
11880         DW_AT_name directly.
11881         (dwarf2_name): Convert missing namespace name to
11882         CP_ANONYMOUS_NAMESPACE_STR.
11883
11884 2015-02-20  Pedro Alves  <palves@redhat.com>
11885
11886         * linux-nat.c (linux_handle_extended_wait): Call
11887         thread_db_notice_clone whenever a new clone LWP is detected.
11888         (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
11889         functions.
11890         * linux-nat.h (thread_db_attach_lwp): Delete declaration.
11891         (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
11892         (linux_unstop_all_lwps): Declare.
11893         * linux-thread-db.c (struct thread_get_info_inout): Delete.
11894         (thread_get_info_callback): Delete.
11895         (thread_from_lwp): Use td_thr_get_info and record_thread.
11896         (thread_db_attach_lwp): Delete.
11897         (thread_db_notice_clone): New function.
11898         (try_thread_db_load_1): If /proc is mounted and shows the
11899         process'es task list, walk over all LWPs and call thread_from_lwp
11900         instead of relying on td_ta_thr_iter.
11901         (attach_thread): Don't call check_thread_signals here.  Split the
11902         tail part of the function (which adds the thread to the core GDB
11903         thread list) to ...
11904         (record_thread): ... this function.  Call check_thread_signals
11905         here.
11906         (thread_db_wait): Don't call thread_db_find_new_threads_1.  Always
11907         call thread_from_lwp.
11908         (thread_db_update_thread_list): Rename to ...
11909         (thread_db_update_thread_list_org): ... this.
11910         (thread_db_update_thread_list): New function.
11911         (thread_db_find_thread_from_tid): Delete.
11912         (thread_db_get_ada_task_ptid): Simplify.
11913         * nat/linux-procfs.c: Include <sys/stat.h>.
11914         (linux_proc_task_list_dir_exists): New function.
11915         * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
11916
11917 2015-02-20  Pedro Alves  <palves@redhat.com>
11918
11919         * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
11920         main LWP.  Handle the case of waitpid returning 0 if we're already
11921         attached to the LWP.  Don't set the LWP's last_resume_kind to
11922         resume_stop if we already knew about the LWP.
11923         (linux_nat_filter_event): Add debug logs.
11924
11925 2015-02-20  Pedro Alves  <palves@redhat.com>
11926
11927         * target.h (forward_target_decr_pc_after_break): Delete
11928         declaration.
11929
11930 2015-02-20  Pedro Alves  <palves@redhat.com>
11931
11932         PR threads/18006
11933         * linux-thread-db.c (thread_get_info_callback): Return early if
11934         the thread's lwp id is -1.
11935
11936 2015-02-20  Joel Brobecker  <brobecker@adacore.com>
11937
11938         GDB 7.9 released.
11939
11940 2015-02-19  Steve Ellcey  <sellcey@imgtec.com>
11941
11942         * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
11943         (dtrace_get_probes) Change type of variable 'dof'.
11944
11945 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11946
11947         PR breakpoints/16812
11948         * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
11949         * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
11950         * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
11951
11952 2015-02-19  David Taylor  <dtaylor@emc.com>
11953
11954         * common/ax.def (setv): Fix consumed entry in setv DEFOP.
11955
11956 2015-02-18  Patrick Palka  <patrick@parcs.ath.cx>
11957
11958         * tui/tui-io.c (tui_handle_resize_during_io): Remove this
11959         function.
11960         (tui_putc): Don't call tui_handle_resize_during_io.
11961         (tui_getc): Likewise.
11962         (tui_mld_getc): Likewise.
11963         * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
11964         (tui_sigwinch_token): New static variable.
11965         (tui_initialize_win): Adjust documentation.  Set
11966         tui_sigwinch_token.
11967         (tui_async_resize_screen): New asynchronous callback.
11968         (tui_sigwinch_handler): Adjust documentation.  Asynchronously
11969         invoke tui_async_resize_screen.
11970
11971 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
11972
11973         * configure: Regenerated.
11974         * configure.ac: Use GDB_AC_TRANSFORM.
11975         * Makefile.in (aclocal_m4_deps): Added transform.m4.
11976         * acinclude.m4: sinclude transform.m4.
11977         * transform.m4: New file.
11978         (GDB_AC_TRANSFORM): New macro.
11979
11980 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11981
11982         * NEWS: Announce the support for DTrace SDT probes.
11983
11984 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11985
11986         * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
11987         (amd64_dtrace_parse_probe_argument): New function.
11988         (amd64_dtrace_probe_is_enabled): Likewise.
11989         (amd64_dtrace_enable_probe): Likewise.
11990         (amd64_dtrace_disable_probe): Likewise.
11991         (amd64_linux_init_abi): Register the
11992         `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
11993         `gdbarch_dtrace_disable_probe' and
11994         `gdbarch_dtrace_probe_is_enabled' hooks.
11995         (amd64_dtrace_disabled_probe_sequence_1): New constant.
11996         (amd64_dtrace_disabled_probe_sequence_2): Likewise.
11997         (amd64_dtrace_enable_probe_sequence): Likewise.
11998         (amd64_dtrace_disable_probe_sequence): Likewise.
11999
12000 2015-01-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
12001
12002         * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
12003         the -probe-dtrace new vpossible value for PROBE_MODIFIER.
12004         * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
12005         handle ELF files.
12006         * Makefile.in (SFILES): dtrace-probe.c added.
12007         * configure: Regenerate.
12008         * dtrace-probe.c: New file.
12009         (SHT_SUNW_dof): New constant.
12010         (dtrace_probe_type): New enum.
12011         (dtrace_probe_arg): New struct.
12012         (dtrace_probe_arg_s): New typedef.
12013         (struct dtrace_probe_enabler): New struct.
12014         (dtrace_probe_enabler_s): New typedef.
12015         (dtrace_probe): New struct.
12016         (dtrace_probe_is_linespec): New function.
12017         (dtrace_dof_sect_type): New enum.
12018         (dtrace_dof_dofh_ident): Likewise.
12019         (dtrace_dof_encoding): Likewise.
12020         (DTRACE_DOF_ENCODE_LSB): Likewise.
12021         (DTRACE_DOF_ENCODE_MSB): Likewise.
12022         (dtrace_dof_hdr): New struct.
12023         (dtrace_dof_sect): Likewise.
12024         (dtrace_dof_provider): Likewise.
12025         (dtrace_dof_probe): Likewise.
12026         (DOF_UINT): New macro.
12027         (DTRACE_DOF_PTR): Likewise.
12028         (DTRACE_DOF_SECT): Likewise.
12029         (dtrace_process_dof_probe): New function.
12030         (dtrace_process_dof): Likewise.
12031         (dtrace_build_arg_exprs): Likewise.
12032         (dtrace_get_arg): Likewise.
12033         (dtrace_get_probes): Likewise.
12034         (dtrace_get_probe_argument_count): Likewise.
12035         (dtrace_can_evaluate_probe_arguments): Likewise.
12036         (dtrace_evaluate_probe_argument): Likewise.
12037         (dtrace_compile_to_ax): Likewise.
12038         (dtrace_probe_destroy): Likewise.
12039         (dtrace_gen_info_probes_table_header): Likewise.
12040         (dtrace_gen_info_probes_table_values): Likewise.
12041         (dtrace_probe_is_enabled): Likewise.
12042         (dtrace_probe_ops): New variable.
12043         (info_probes_dtrace_command): New function.
12044         (_initialize_dtrace_probe): Likewise.
12045         (dtrace_type_name): Likewise.
12046
12047 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
12048
12049         * gdbarch.sh (dtrace_parse_probe_argument): New.
12050         (dtrace_probe_is_enabled): Likewise.
12051         (dtrace_enable_probe): Likewise.
12052         (dtrace_disable_probe): Likewise.
12053         * gdbarch.c: Regenerate.
12054         * gdbarch.h: Regenerate.
12055
12056 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
12057
12058         * stap-probe.c (stap_probe_ops): Add NULLs in the static
12059         stap_probe_ops for `enable_probe' and `disable_probe'.
12060         * probe.c (enable_probes_command): New function.
12061         (disable_probes_command): Likewise.
12062         (_initialize_probe): Define the cli commands `enable probe' and
12063         `disable probe'.
12064         (parse_probe_linespec): New function.
12065         (info_probes_for_ops): Use parse_probe_linespec.
12066         * probe.h (probe_ops): New hooks `enable_probe' and
12067         `disable_probe'.
12068
12069 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
12070
12071         * probe.c (compute_probe_arg): Moved from stap-probe.c
12072         (compile_probe_arg): Likewise.
12073         (probe_funcs): Likewise.
12074         * stap-probe.c (compute_probe_arg): Moved to probe.c.
12075         (compile_probe_arg): Likewise.
12076         (probe_funcs): Likewise.
12077
12078 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
12079
12080         * probe.c (print_ui_out_not_applicables): New function.
12081         (exists_probe_with_pops): Likewise.
12082         (info_probes_for_ops): Do not include column headers for probe
12083         types for which no probe has been actually found on any object.
12084         Also invoke `print_ui_out_not_applicables' in order to match the
12085         column rows with the header when probes of several types are
12086         listed.
12087         Print the "Type" column.
12088         * probe.h (probe_ops): Added a new probe operation `type_name'.
12089         * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
12090         (stap_type_name): New function.
12091
12092 2015-02-17  Patrick Palka  <patrick@parcs.ath.cx>
12093
12094         * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
12095         (key_is_command_char): Delete.
12096
12097 2015-02-17  Pedro Alves  <palves@redhat.com>
12098
12099         * tui/tui.c (tui_enable): Resize windows before anything
12100         might show a window.
12101
12102 2015-02-17  Max Ostapenko  <m.ostapenko@partner.samsung.com>
12103
12104         PR gdb/17984
12105         * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
12106         (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
12107         call.
12108         * aarch64-tdep.h (tdesc_aarch64): Declare.
12109
12110 2015-02-12  Mark Wielaard  <mjw@redhat.com>
12111
12112         * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
12113
12114 2015-02-13  Doug Evans  <dje@google.com>
12115
12116         * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
12117         anonymous_namespace to is_in_anonymous for consistency with the rest
12118         of the file.
12119         (cp_lookup_bare_symbol): Fix typo in comment.
12120         (cp_search_static_and_baseclasses): Ditto.
12121         (search_symbol_list): Use vertical space in comment better.
12122         (reset_directive_searched): Ditto. Fix typo.
12123         (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
12124
12125 2015-02-13  Yao Qi  <yao.qi@arm.com>
12126
12127         * MAINTAINERS: Update my email address.
12128
12129 2015-02-12  Doug Evans  <dje@google.com>
12130
12131         * symtab.c (completion_list_add_name): Fix memory leak.
12132
12133 2015-02-12  Doug Evans  <dje@google.com>
12134
12135         * completer.c (complete_line): Remove incorrect comment.
12136
12137 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
12138
12139         * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
12140         (py_print_frame): Use RETURN_MASK_ERROR.
12141
12142 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
12143
12144         * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
12145         function comment.  Wrap all function that can throw in cleanups.
12146         (gdbpy_apply_frame_filter): Wrap all function that can throw in
12147         cleanups.
12148
12149 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
12150
12151         * python/py-framefilter.c (py_print_frame): Substitute goto error.
12152         Remove the error label.
12153
12154 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
12155
12156         * python/py-framefilter.c (py_print_frame): Put conditional code paths
12157         with goto first, indent the former else codepath left.  Put variable
12158         'elided' to a new inner block.
12159
12160 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
12161
12162         * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
12163
12164 2015-02-11  Pedro Alves  <palves@redhat.com>
12165
12166         * xcoffread.c (within_function): Delete.
12167
12168 2015-02-11  Tom Tromey  <tromey@redhat.com>
12169             Pedro Alves <palves@redhat.com>
12170
12171         * breakpoint.c (base_breakpoint_ops): Delete.
12172         * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
12173         * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
12174         * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
12175         * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
12176         * python/py-arch.c (arch_object_type): Make extern.
12177         * python/py-block.c (block_syms_iterator_object_type): Make extern.
12178         * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
12179         * python/py-cmd.c (cmdpy_object_type): Make extern.
12180         * python/py-continueevent.c (continue_event_object_type)
12181         * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
12182         parameter.  Update all callers.
12183         * python/py-evtregistry.c (eventregistry_object_type): Make extern.
12184         * python/py-exitedevent.c (exited_event_object_type): Make extern.
12185         * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
12186         * python/py-function.c (fnpy_object_type): Make extern.
12187         * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
12188         * python/py-infevents.c (call_pre_event_object_type)
12189         (inferior_call_post_event_object_type).
12190         (memory_changed_event_object_type): Make extern.
12191         * python/py-infthread.c (thread_object_type): Make extern.
12192         * python/py-lazy-string.c (lazy_string_object_type): Make extern.
12193         * python/py-linetable.c (linetable_entry_object_type)
12194         (linetable_object_type, ltpy_iterator_object_type): Make extern.
12195         * python/py-newobjfileevent.c (new_objfile_event_object_type)
12196         (clear_objfiles_event_object_type): Make extern.
12197         * python/py-objfile.c (objfile_object_type): Make extern.
12198         * python/py-param.c (parmpy_object_type): Make extern.
12199         * python/py-progspace.c (pspace_object_type): Make extern.
12200         * python/py-signalevent.c (signal_event_object_type): Make extern.
12201         * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
12202         * python/py-type.c (type_object_type, field_object_type)
12203         (type_iterator_object_type): Make extern.
12204         * python/python.c (python_extension_script_ops)
12205         (python_extension_ops): Make extern.
12206         * stap-probe.c (stap_probe_ops): Make extern.
12207
12208 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
12209
12210         * infrun.c (adjust_pc_after_break): Don't adjust the PC just
12211         because the event thread is not the current thread.
12212
12213 2015-02-11  Doug Evans  <xdje42@gmail.com>
12214
12215         * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
12216         been initialized yet, return NULL.
12217
12218 2015-02-11  Doug Evans  <dje@google.com>
12219
12220         * symfile.h (new_symfile_objfile): Delete.
12221         * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
12222         All callers updated.
12223
12224 2015-02-11  Patrick Palka  <patrick@parcs.ath.cx>
12225
12226         * tui/tui-io.c (tui_handle_resize_during_io): Call
12227         tui_update_gdb_sizes() after resizing the screen.
12228         * tui/tui.c (tui_enable): Resize the terminal before
12229         calling tui_update_gdb_sizes().
12230
12231 2015-02-11  Patrick Palka  <patrick@parcs.ath.cx>
12232
12233         * tui/tui-io.c (tui_getc): Move cursor to the end of the command
12234         line before printing a newline.
12235
12236 2015-02-11  Mark Wielaard  <mjw@redhat.com>
12237
12238         * utils.c (producer_is_gcc): Return true or false.
12239
12240 2015-02-10  Mark Wielaard  <mjw@redhat.com>
12241
12242         * utils.h (producer_is_gcc): Change return type to bool. Add major
12243         argument.
12244         * utils.c (producer_is_gcc): Likewise.
12245         (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
12246         * dwarf2read.c (check_producer): Likewise.
12247
12248 2015-02-10  Pedro Alves  <palves@redhat.com>
12249
12250         * infrun.c (displaced_step_fixup): Switch to the event thread
12251         before calling gdbarch_displaced_step_fixup.
12252
12253 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
12254
12255         * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
12256
12257 2015-02-10  Simon Marchi  <simon.marchi@ericsson.com>
12258
12259         * ada-varobj.c (ada_name_of_child): Constify parent.
12260         (ada_path_expr_of_child): Same.
12261         (ada_value_of_child): Same.
12262         (ada_type_of_child): Same.
12263         * c-varobj.c (c_is_path_expr_parent): Same.
12264         (c_describe_child): Same.
12265         (c_name_of_child): Same.
12266         (c_value_of_child): Same.
12267         (c_type_of_child): Same.
12268         (cplus_number_of_children): Same.
12269         (cplus_describe_child): Constify var.
12270         (cplus_name_of_child): Constify parent.
12271         (cplus_value_of_child): Same.
12272         (cplus_type_of_child): Same.
12273         * jv-varobj.c (java_name_of_child): Same.
12274         (java_value_of_child): Same.
12275         (java_type_of_child): Same.
12276         * varobj.c (value_of_child): Same.
12277         (varobj_default_is_path_expr_parent): Constify var, parent and return
12278         value.
12279         (varobj_get_path_expr): Constify var, modify path_expr through
12280         mutable_var.
12281         (install_new_value): Constify parent.
12282         (value_of_child): Constify parent.
12283         * varobj.h (struct varobj): Constify parent.
12284         (struct lang_varobj_ops): Constify name_of_child, value_of_child and
12285         type_of_child.
12286         (varobj_get_path_expr): Constify var.
12287         (varobj_get_path_expr_parent): Constify var and return value.
12288
12289 2015-02-10  Luis Machado  <lgustavo@codesourcery.com>
12290
12291         * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
12292         (arm_prologue_this_id): Move PC and SP limit checks to
12293         arm_prologue_unwind_stop_reason.
12294         (arm_prologue_unwind) <stop_reason> : Set to
12295         arm_prologue_unwind_stop_reason.
12296
12297 2015-02-09  Mark Wielaard  <mjw@redhat.com>
12298
12299         * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
12300         DW_LANG_Fortran08 as language_fortran.
12301
12302 2015-02-09  Sergio Durigan Junior  <sergiodj@redhat.com>
12303
12304         PR remote/17946
12305         * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
12306         of pointer against char.
12307
12308 2015-02-09  Mark Wielaard  <mjw@redhat.com>
12309
12310         * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
12311         (c_type_print_modifier): Likewise.
12312         * dwarf2read.c (read_tag_atomic_type): New function.
12313         (read_type_die_1): Handle DW_TAG_atomic_type.
12314         * gdbtypes.c (make_atomic_type): New function.
12315         (recursive_dump_type): Handle TYPE_ATOMIC.
12316         * gdbtypes.h (enum type_flag_values): Renumber.
12317         (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
12318         (TYPE_ATOMIC): New macro.
12319         (make_atomic_type): Declare.
12320
12321 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12322
12323         * btrace.c (ftrace_find_call): Skip gaps.
12324         (ftrace_new_function): Initialize level.
12325         (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
12326         (ftrace_new_switch): Update
12327         level computation.
12328         (ftrace_new_gap): New.
12329         (ftrace_update_function): Create new function after gap.
12330         (btrace_compute_ftrace_bts): Create gap on error.
12331         (btrace_stitch_bts): Update parameters.  Clear trace if it
12332         becomes empty.
12333         (btrace_stitch_trace): Update parameters.  Update callers.
12334         (btrace_clear): Reset the number of gaps.
12335         (btrace_insn_get): Return NULL if the iterator points to a gap.
12336         (btrace_insn_number): Return zero if the iterator points to a gap.
12337         (btrace_insn_end): Allow gaps at the end.
12338         (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
12339         (btrace_find_insn_by_number): Assert that the found iterator does
12340         not point to a gap.
12341         (btrace_call_next, btrace_call_prev): Assert that the last function
12342         is not a gap.
12343         * btrace.h (btrace_bts_error): New.
12344         (btrace_function): Update comment.
12345         (btrace_function) <insn, insn_offset, number>: Update comment.
12346         (btrace_function) <errcode>: New.
12347         (btrace_thread_info) <ngaps>: New.
12348         (btrace_thread_info) <replay>: Update comment.
12349         (btrace_insn_get): Update comment.
12350         * record-btrace.c (btrace_ui_out_decode_error): New.
12351         (record_btrace_info): Print number of gaps.
12352         (btrace_insn_history, btrace_call_history): Call
12353         btrace_ui_out_decode_error for gaps.
12354         (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
12355
12356 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12357
12358         * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
12359         * nat/linux-btrace.c: (btrace_this_cpu): New.
12360         (cpu_supports_bts): Call btrace_this_cpu.
12361         (intel_supports_bts): Add cpu parameter.
12362
12363 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12364
12365         * btrace.h (btrace_insn_class): New.
12366         (btrace_insn) <size, iclass>: New.
12367         * btrace.c (ftrace_find_call): Update parameters.  Update users.
12368         Use instruction classification.
12369         (ftrace_new_return): Update parameters.  Update users.
12370         (ftrace_update_function): Update parameters.  Update users.  Use
12371         instruction classification.
12372         (ftrace_update_insns): Update parameters.  Update users.
12373         (ftrace_classify_insn): New.
12374         (btrace_compute_ftrace_bts): Fill in new btrace_insn fields.  Add
12375         TRY_CATCH around call to gdb_insn_length.
12376
12377 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12378
12379         * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
12380         Update parameters.  Update users.
12381
12382 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12383
12384         * btrace.c (parse_xml_btrace_conf_bts): Add size.
12385         (btrace_conf_bts_attributes): New.
12386         (btrace_conf_children): Add attributes.
12387         * common/btrace-common.h (btrace_config_bts): New.
12388         (btrace_config)<bts>: New.
12389         (btrace_config): Update comment.
12390         * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
12391         Use config.
12392         * features/btrace-conf.dtd: Increment version.  Add size
12393         attribute to bts element.
12394         * record-btrace.c (set_record_btrace_bts_cmdlist,
12395         show_record_btrace_bts_cmdlist): New.
12396         (record_btrace_adjust_size, record_btrace_print_bts_conf,
12397         record_btrace_print_conf, cmd_set_record_btrace_bts,
12398         cmd_show_record_btrace_bts): New.
12399         (record_btrace_info): Call record_btrace_print_conf.
12400         (_initialize_record_btrace): Add commands.
12401         * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
12402         (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
12403         (btrace_sync_conf): Synchronize bts size.
12404         (_initialize_remote): Add Qbtrace-conf:bts:size packet.
12405         * NEWS: Announce new commands and new packets.
12406
12407 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12408
12409         * Makefile.in (XMLFILES): Add btrace-conf.dtd.
12410         * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
12411         (x86_linux_btrace_conf): New.
12412         (x86_linux_create_target): Initialize to_btrace_conf.
12413         * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
12414         Check format.  Split into this and ...
12415         (linux_enable_bts): ... this.
12416         (linux_btrace_conf): New.
12417         (perf_event_skip_record): Renamed into ...
12418         (perf_event_skip_bts_record): ... this.  Updated users.
12419         (linux_disable_btrace): Split into this and ...
12420         (linux_disable_bts): ... this.
12421         (linux_read_btrace): Check format.
12422         * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
12423         (linux_btrace_conf): New.
12424         (btrace_target_info)<ptid>: Moved.
12425         (btrace_target_info)<conf>: New.
12426         (btrace_target_info): Split into this and ...
12427         (btrace_tinfo_bts): ... this.  Updated users.
12428         * btrace.c (btrace_enable): Update parameters.
12429         (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
12430         (btrace_conf_children, btrace_conf_attributes)
12431         (btrace_conf_elements): New.
12432         * btrace.h (btrace_enable): Update parameters.
12433         (btrace_conf, parse_xml_btrace_conf): New.
12434         * common/btrace-common.h (btrace_config): New.
12435         * feature/btrace-conf.dtd: New.
12436         * record-btrace.c (record_btrace_conf): New.
12437         (record_btrace_cmdlist): New.
12438         (record_btrace_enable_warn, record_btrace_open): Pass
12439         &record_btrace_conf.
12440         (record_btrace_info): Print recording format.
12441         (cmd_record_btrace_bts_start): New.
12442         (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
12443         (_initialize_record_btrace): Add "record btrace bts" subcommand.
12444         Add "record bts" alias command.
12445         * remote.c (remote_state)<btrace_config>: New.
12446         (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
12447         (remote_protocol_features): Add qXfer:btrace-conf:read.
12448         (remote_open_1): Call remote_btrace_reset.
12449         (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
12450         (btrace_target_info)<conf>: New.
12451         (btrace_sync_conf, btrace_read_config): New.
12452         (remote_enable_btrace): Update parameters.  Call btrace_sync_conf and
12453         btrace_read_conf.
12454         (remote_btrace_conf): New.
12455         (init_remote_ops): Initialize to_btrace_conf.
12456         (_initialize_remote): Add qXfer:btrace-conf packet.
12457         * target.c (target_enable_btrace): Update parameters.
12458         (target_btrace_conf): New.
12459         * target.h (target_enable_btrace): Update parameters.
12460         (target_btrace_conf): New.
12461         (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
12462         (target_ops)<to_enable_btrace>: Update parameters and comment.
12463         (target_ops)<to_btrace_conf>: New.
12464         * target-delegates: Regenerate.
12465         * target-debug.h (target_debug_print_const_struct_btrace_config_p)
12466         (target_debug_print_const_struct_btrace_target_info_p): New.
12467         * NEWS: Announce new command and new packet.
12468
12469 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12470
12471         * nat/linux-btrace.h (perf_event_buffer): New.
12472         (btrace_target_info) <buffer, size, data_head>: Replace with ...
12473         <bts>: ... this.
12474         * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
12475         (perf_event_buffer_size, perf_event_buffer_begin)
12476         (perf_event_buffer_end, linux_btrace_has_changed): Removed.
12477         Updated users.
12478         (perf_event_new_data): New.
12479
12480 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12481
12482         * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
12483         * record-btrace.c (record_btrace_open): Remove call to
12484         target_supports_btrace.
12485         * remote.c (remote_supports_btrace): Update parameters.
12486         * target.c (target_supports_btrace): Update parameters.
12487         * target.h (to_supports_btrace, target_supports_btrace): Update
12488         parameters.
12489         * target-delegates.c: Regenerate.
12490         * target-debug.h (target_debug_print_enum_btrace_format): New.
12491         * nat/linux-btrace.c
12492         (kernel_supports_btrace): Rename into ...
12493         (kernel_supports_bts): ... this.  Update users.  Update warning text.
12494         (intel_supports_btrace): Rename into ...
12495         (intel_supports_bts): ... this.  Update users.
12496         (cpu_supports_btrace): Rename into ...
12497         (cpu_supports_bts): ... this.  Update users.
12498         (linux_supports_btrace): Update parameters.  Split into this and ...
12499         (linux_supports_bts): ... this.
12500         * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
12501
12502 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12503
12504         * Makefile.in (SFILES): Add common/btrace-common.c.
12505         (COMMON_OBS): Add common/btrace-common.o.
12506         (btrace-common.o): Add build rules.
12507         * btrace.c (parse_xml_btrace): Update parameters.
12508         (parse_xml_btrace_block): Set format field.
12509         (btrace_add_pc, btrace_fetch): Use struct btrace_data.
12510         (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
12511         (btrace_compute_ftrace): Split into this and...
12512         (btrace_compute_ftrace_bts): ...this.
12513         (btrace_stitch_trace): Split into this and...
12514         (btrace_stitch_bts): ...this.
12515         * btrace.h (parse_xml_btrace): Update parameters.
12516         (make_cleanup_btrace_data): New.
12517         * common/btrace-common.c: New.
12518         * common/btrace-common.h: Include common-defs.h.
12519         (btrace_block_s): Update comment.
12520         (btrace_format): New.
12521         (btrace_format_string): New.
12522         (btrace_data_bts): New.
12523         (btrace_data): New.
12524         (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
12525         * remote.c (remote_read_btrace): Update parameters.
12526         * target.c (target_read_btrace): Update parameters.
12527         * target.h (target_read_btrace): Update parameters.
12528         (target_ops)<to_read_btrace>: Update parameters.
12529         * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
12530         * target-delegates.c: Regenerate.
12531         * target-debug (target_debug_print_struct_btrace_data_p): New.
12532         * nat/linux-btrace.c (linux_read_btrace): Split into this and...
12533         (linux_read_bts): ...this.
12534         * nat/linux-btrace.h (linux_read_btrace): Update parameters.
12535
12536 2015-02-06  Doug Evans  <dje@google.com>
12537
12538         * remote-m32r-sdi.c: Include symfile.h.
12539
12540 2015-02-06  Doug Evans  <dje@google.com>
12541
12542         * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
12543         * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
12544         to here.
12545
12546 2015-02-06  Pedro Alves  <palves@redhat.com>
12547
12548         * linux-thread-db.c (find_new_threads_callback): Add debug output.
12549
12550 2015-02-06  Simon Marchi  <simon.marchi@ericsson.com>
12551
12552         PR gdb/15678
12553         * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
12554         (enable_count_command): Check args for NULL value.
12555
12556 2015-02-05  Doug Evans  <xdje42@gmail.com>
12557
12558         * guile/scm-frame.c: Fix spelling errors in a comment.
12559
12560 2015-02-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
12561
12562         * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
12563         * python/py-value.c (valpy_fetch_lazy): Use it.  Remove cast to the
12564         return type.
12565
12566 2015-02-04  Pedro Alves  <palves@redhat.com>
12567
12568         * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
12569         (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
12570         returns true.
12571         (resume_stopped_resumed_lwps): Don't check whether the thread is
12572         marked as executing.
12573         (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
12574
12575 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12576
12577         * regset.h (struct regset): Add flags field.
12578         (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
12579         * corelow.c (get_core_register_section): Add warning if the size
12580         exceeds the requested size and the regset does not have the
12581         REGSET_VARIABLE_SIZE flag set.
12582         * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
12583         flag.
12584         * armbsd-tdep.c (armbsd_gregset): Likewise.
12585         * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
12586         * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
12587         * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
12588         * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
12589
12590 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12591
12592         * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
12593         For ".reg-xstate", explicitly specify the requested section size
12594         via X86_XSTATE_SIZE instead of just 0 on input and
12595         X86_XSTATE_MAX_SIZE on output.
12596         * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
12597         Likewise.
12598
12599 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12600
12601         PR corefiles/17808:
12602         * gdbarch.sh (iterate_over_regset_sections_cb): Document this
12603         function type, particularly its SIZE parameter.
12604         * gdbarch.h: Regenerate.
12605         * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
12606         actual against required size using ">=" instead of "==".
12607         (amd64_collect_fpregset): Likewise.
12608         * i386-tdep.c (i386_supply_gregset): Likewise.
12609         (i386_collect_gregset): Likewise.
12610         (i386_supply_fpregset): Likewise.
12611         (i386_collect_fpregset): Likewise.
12612         * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
12613         (mips_fill_gregset_wrapper): Likewise.
12614         (mips_supply_fpregset_wrapper): Likewise.
12615         (mips_fill_fpregset_wrapper): Likewise.
12616         (mips64_supply_gregset_wrapper): Likewise.
12617         (mips64_fill_gregset_wrapper): Likewise.
12618         (mips64_supply_fpregset_wrapper): Likewise.
12619         (mips64_fill_fpregset_wrapper): Likewise.
12620         * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
12621         (am33_supply_fpregset_method): Likewise.
12622         (am33_collect_gregset_method): Likewise.
12623         (am33_collect_fpregset_method): Likewise.
12624
12625 2015-02-04  Doug Evans  <dje@google.com>
12626             Pedro Alves  <palves@redhat.com>
12627             Eli Zaretskii  <eliz@gnu.org>
12628
12629         PR tui/17810
12630         * tui/tui-command.c (tui_refresh_cmd_win): New function.
12631         * tui/tui-command.c (tui_refresh_cmd_win): Declare.
12632         * tui/tui-file.c: #include tui/tui-command.h.
12633         (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
12634         (tui_file_flush): Refresh command window if stream is gdb_stdout.
12635         * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
12636
12637 2015-02-04  Pedro Alves  <palves@redhat.com>
12638
12639         Fix build breakage.
12640         * event-loop.c (gdb_do_one_event): Add default switch case.
12641
12642 2015-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
12643
12644         Filter out inferior gcc option -fpreprocessed.
12645         * compile/compile.c (filter_args): New function.
12646         (get_args): Use it.
12647
12648 2015-02-03  Pedro Alves  <palves@redhat.com>
12649
12650         * event-loop.c: Don't declare nor define a queue type for
12651         gdb_event_p.
12652         (event_queue): Delete.
12653         (create_event, create_file_event, gdb_event_xfree)
12654         (initialize_event_loop, process_event): Delete.
12655         (gdb_do_one_event): Return as soon as one event is handled.
12656         (handle_file_event): Change prototype.  Used the passed in
12657         file_handler pointer and ready_mask instead of looping over all
12658         file handlers.
12659         (gdb_wait_for_event): Update the poll/select timeouts before
12660         blocking.  Run event handlers directly instead of queueing events.
12661         Return as soon as one event is handled.
12662         (struct async_event_handler_data): Delete.
12663         (invoke_async_event_handler): Delete.
12664         (check_async_event_handlers): Change return type to int.  Run
12665         event handlers directly instead of queueing events.  Return as
12666         soon as one event is handled.
12667         (handle_timer_event): Delete.
12668         (update_wait_timeout): New function, factored out from
12669         poll_timers.
12670         (poll_timers): Reimplement.
12671         * event-loop.h (initialize_event_loop): Delete declaration.
12672         * top.c (gdb_init): Don't call initialize_event_loop.
12673
12674 2015-02-03  Pedro Alves  <palves@redhat.com>
12675
12676         * event-loop.c (clear_async_event_handler): New function.
12677         * event-loop.h (clear_async_event_handler): New declaration.
12678         * record-btrace.c (record_btrace_async): New function.
12679         (init_record_btrace_ops): Install record_btrace_async.
12680         * record-full.c (record_full_async): New function.
12681         (record_full_resume): Don't mark the async event source here.
12682         (init_record_full_ops): Install record_full_async.
12683         (record_full_core_resume): Don't mark the async event source here.
12684         (init_record_full_core_ops): Install record_full_async.
12685         * remote.c (remote_async): Mark and clear the async stop reply
12686         queue event-loop token as appropriate.
12687
12688 2015-02-03  Pedro Alves  <palves@redhat.com>
12689
12690         * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
12691         target_is_async_p instead of target_can_async.
12692         (linux_nat_wait): Use target_is_async_p instead of
12693         target_can_async.  Don't enable async here.
12694         * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
12695         target_is_async_p instead of target_can_async.
12696
12697 2015-02-02  Simon Marchi  <simon.marchi@ericsson.com>
12698
12699         * varobj.h (lang_varobj_ops): Mention which return values need
12700         to be freed.
12701
12702 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
12703
12704         * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
12705
12706 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
12707
12708         PR gdb/17856:
12709         * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
12710         results found in the cache.
12711
12712 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
12713
12714         PR gdb/17854:
12715         * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
12716         when allocating a new one.
12717
12718 2015-02-01  Tom Tromey  <tom@tromey.com>
12719
12720         * MAINTAINERS: Remove myself.
12721
12722 2015-01-31  Doug Evans  <xdje42@gmail.com>
12723
12724         * dwarf2read.c (process_structure_scope): Update setting of
12725         TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
12726         * gdbtypes.c (internal_type_vptr_fieldno): New function.
12727         (set_type_vptr_fieldno): New function.
12728         (internal_type_vptr_basetype): New function.
12729         (set_type_vptr_basetype): New function.
12730         (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
12731         TYPE_VPTR_BASETYPE.
12732         (allocate_cplus_struct_type): Initialize vptr_fieldno.
12733         (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
12734         (print_cplus_stuff): ... moved here.
12735         (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
12736         * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
12737         moved to ...
12738         (struct cplus_struct_type): ... here.  All uses updated.
12739         (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
12740         (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
12741         (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
12742         * stabsread.c (read_tilde_fields): Update setting of
12743         TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
12744
12745 2015-01-31  Doug Evans  <xdje42@gmail.com>
12746
12747         * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
12748         to self_p.
12749         (cp_print_class_member): Rename local domain to self_type.
12750         * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
12751         domain_type to self_type.
12752         (set_die_type) <need_gnat_info>: Handle
12753         TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
12754         * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
12755         TYPE_SPECIFIC_SELF_TYPE.
12756         * gdbtypes.c (internal_type_self_type): New function.
12757         (set_type_self_type): New function.
12758         (smash_to_memberptr_type): Rename parameter domain to self_type.
12759         Update setting of TYPE_SELF_TYPE.
12760         (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
12761         (smash_to_method_type): Rename parameter domain to self_type.
12762         Update setting of TYPE_SELF_TYPE.
12763         (check_stub_method): Call smash_to_method_type.
12764         (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
12765         (copy_type_recursive): Ditto.
12766         * gdbtypes.h (enum type_specific_kind): New value
12767         TYPE_SPECIFIC_SELF_TYPE.
12768         (struct main_type) <type_specific>: New member self_type.
12769         (struct cplus_struct_type) <fn_field.type>: Update comment.
12770         (TYPE_SELF_TYPE): Rewrite.
12771         (internal_type_self_type, set_type_self_type): Declare.
12772         * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
12773         self_type.
12774         (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
12775         * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
12776         TYPE_TARGET_TYPE.
12777         * stabsread.c (read_member_functions): Mark methods with
12778         TYPE_CODE_METHOD, not TYPE_CODE_FUNC.  Update setting of
12779         TYPE_SELF_TYPE.
12780
12781 2015-01-31  Doug Evans  <xdje42@gmail.com>
12782
12783         * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
12784         All uses updated.
12785
12786 2015-01-31  Doug Evans  <xdje42@gmail.com>
12787
12788         * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
12789         or unions.  Return zero if union.
12790         (gnuv3_get_vtable): Call check_typedef.  Assert only passed structs.
12791         (gnuv3_rtti_type): Pass already-check_typedef'd value to
12792         gnuv3_get_vtable.
12793         (compute_vtable_size): Assert only passed structs.
12794         (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
12795
12796 2015-01-31  Doug Evans  <xdje42@gmail.com>
12797
12798         * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
12799         kinds.
12800
12801 2015-01-31  Gary Benson <gbenson@redhat.com>
12802             Doug Evans  <dje@google.com>
12803
12804         PR cli/9007
12805         PR cli/11920
12806         PR cli/15548
12807         * cli/cli-cmds.c (complete_command): Notify user if max-completions
12808         reached.
12809         * common/common-exceptions.h (enum errors)
12810         <MAX_COMPLETIONS_REACHED_ERROR>: New value.
12811         * completer.h (get_max_completions_reached_message): New declaration.
12812         (max_completions): Likewise.
12813         (completion_tracker_t): New typedef.
12814         (new_completion_tracker): New declaration.
12815         (make_cleanup_free_completion_tracker): Likewise.
12816         (maybe_add_completion_enum): New enum.
12817         (maybe_add_completion): New declaration.
12818         (throw_max_completions_reached_error): Likewise.
12819         * completer.c (max_completions): New global variable.
12820         (new_completion_tracker): New function.
12821         (free_completion_tracker): Likewise.
12822         (make_cleanup_free_completion_tracker): Likewise.
12823         (maybe_add_completions): Likewise.
12824         (throw_max_completions_reached_error): Likewise.
12825         (complete_line): Remove duplicates and limit result to max_completions
12826         entries.
12827         (get_max_completions_reached_message): New function.
12828         (gdb_display_match_list): Handle max_completions.
12829         (_initialize_completer): New declaration and function.
12830         * symtab.c: Include completer.h.
12831         (completion_tracker): New static variable.
12832         (completion_list_add_name): Call maybe_add_completion.
12833         (default_make_symbol_completion_list_break_on_1): Renamed from
12834         default_make_symbol_completion_list_break_on.  Maintain
12835         completion_tracker across calls to completion_list_add_name.
12836         (default_make_symbol_completion_list_break_on): New function.
12837         * top.c (init_main): Set rl_completion_display_matches_hook.
12838         * tui/tui-io.c: Include completer.h.
12839         (tui_old_rl_display_matches_hook): New static global.
12840         (tui_rl_display_match_list): Notify user if max-completions reached.
12841         (tui_setup_io): Save/restore rl_completion_display_matches_hook.
12842         * NEWS (New Options): Mention set/show max-completions.
12843
12844 2015-01-31  Gary Benson  <gbenson@redhat.com>
12845
12846         * symtab.c (struct add_name_data) <code>: New field.
12847         Updated comments.
12848         (add_symtab_completions): New function.
12849         (symtab_expansion_callback): Likewise.
12850         (default_make_symbol_completion_list_break_on): Set datum.code.
12851         Move minimal symbol scan before calling expand_symtabs_matching.
12852         Scan known primary symtabs for externs and statics before calling
12853         expand_symtabs_matching.  Pass symtab_expansion_callback as
12854         expansion_notify argument to expand_symtabs_matching.  Do not scan
12855         primary symtabs for externs and statics after calling
12856         expand_symtabs_matching.
12857
12858 2015-01-31  Gary Benson  <gbenson@redhat.com>
12859
12860         * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
12861         (struct quick_symbol_functions) <expand_symtabs_matching>:
12862         New argument expansion_notify.  All uses updated.
12863         (expand_symtabs_matching): New argument expansion_notify.
12864         All uses updated.
12865         * symfile-debug.c (debug_qf_expand_symtabs_matching):
12866         Also print expansion notify.
12867         * symtab.c (expand_symtabs_matching_via_partial): Call
12868         expansion_notify whenever a partial symbol table is expanded.
12869         * dwarf2read.c (dw2_expand_symtabs_matching): Call
12870         expansion_notify whenever a symbol table is instantiated.
12871
12872 2015-01-31  Doug Evans  <xdje42@gmail.com>
12873
12874         * cli-out.c: #include completer.h, readline/readline.h.
12875         (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
12876         (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
12877         (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
12878         * cli-out.h (cli_display_match_list): Declare.
12879         * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
12880         (ELLIPSIS_LEN): Ditto.
12881         (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
12882         (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
12883         (gdb_fnprint, gdb_print_filename): Ditto.
12884         (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
12885         (gdb_display_match_list): Ditto.
12886         * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
12887         (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
12888         (mld_beep_ftype, mld_read_key_ftype): Ditto.
12889         (match_list_displayer): New struct.
12890         (gdb_display_match_list): Declare.
12891         * top.c (init_main): Set rl_completion_display_matches_hook.
12892         * tui/tui-io.c: #include completer.h.
12893         (printable_part, PUTX, print_filename, get_y_or_n): Delete.
12894         (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
12895         (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
12896         (tui_mld_getc, tui_mld_read_key): Ditto.
12897         (tui_rl_display_match_list): Rewrite.
12898         (tui_handle_resize_during_io): New arg for_completion.  All callers
12899         updated.
12900
12901 2015-01-31  Doug Evans  <xdje42@gmail.com>
12902
12903         Add symbol lookup cache.
12904         * NEWS: Document new options and commands.
12905         * symtab.c (symbol_cache_key): New static global.
12906         (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
12907         (SYMBOL_LOOKUP_FAILED): New macro.
12908         (symbol_cache_slot_state): New enum.
12909         (block_symbol_cache): New struct.
12910         (symbol_cache): New struct.
12911         (new_symbol_cache_size, symbol_cache_size): New static globals.
12912         (hash_symbol_entry, eq_symbol_entry): New functions.
12913         (symbol_cache_byte_size, resize_symbol_cache): New functions.
12914         (make_symbol_cache, free_symbol_cache): New functions.
12915         (get_symbol_cache, symbol_cache_cleanup): New function.
12916         (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
12917         (symbol_cache_lookup, symbol_cache_clear_slot): New function.
12918         (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
12919         (symbol_cache_flush, symbol_cache_dump): New functions.
12920         (maintenance_print_symbol_cache): New function.
12921         (maintenance_flush_symbol_cache): New function.
12922         (symbol_cache_stats): New function.
12923         (maintenance_print_symbol_cache_statistics): New function.
12924         (symtab_new_objfile_observer): New function.
12925         (symtab_free_objfile_observer): New function.
12926         (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
12927         (_initialize_symtab): Init symbol_cache_key.  New parameter
12928         maint symbol-cache-size.  New maint commands print symbol-cache,
12929         print symbol-cache-statistics, flush-symbol-cache.
12930         Install new_objfile, free_objfile observers.
12931
12932 2015-01-31  Joel Brobecker  <brobecker@adacore.com>
12933
12934         PR symtab/17855
12935         * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
12936         to end.
12937
12938 2015-01-31  Doug Evans  <xdje42@gmail.com>
12939
12940         * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
12941         * auto-load.c: #include ctype.h.
12942         (struct auto_load_pspace_info): Replace member loaded_scripts with
12943         new members loaded_script_files, loaded_script_texts.
12944         (auto_load_pspace_data_cleanup): Update.
12945         (init_loaded_scripts_info): Update.
12946         (get_auto_load_pspace_data_for_loading): Update.
12947         (maybe_add_script_file): Renamed from maybe_add_script.  All callers
12948         updated.
12949         (maybe_add_script_text): New function.
12950         (clear_section_scripts): Update.
12951         (source_script_file, execute_script_contents): New functions.
12952         (source_section_scripts): Add support for
12953         SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
12954         (print_scripts): New function.
12955         (auto_load_info_scripts): Also print inlined scripts.
12956         (maybe_print_unsupported_script_warning): Renamed from
12957         unsupported_script_warning_print.  All callers updated.
12958         (maybe_print_script_not_found_warning): Renamed from
12959         script_not_found_warning_print.  All callers updated.
12960         * extension-priv.h (struct extension_language_script_ops): New member
12961         objfile_script_executor.
12962         * extension.c (ext_lang_objfile_script_executor): New function.
12963         * extension.h (objfile_script_executor_func): New typedef.
12964         (ext_lang_objfile_script_executor): Declare.
12965         * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
12966         * guile/guile.c (guile_extension_script_ops): Update.
12967         * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
12968         * python/python.c (python_extension_script_ops): Update.
12969         (gdbpy_execute_objfile_script): New function.
12970
12971 2015-01-31  Eli Zaretskii  <eliz@gnu.org>
12972
12973         * tui/tui-io.c (tui_expand_tabs): New function.
12974         (tui_puts, tui_redisplay_readline): Expand TABs into the
12975         appropriate number of spaces.
12976         * tui/tui-regs.c: Include tui-io.h.
12977         (tui_register_format): Call tui_expand_tabs to expand TABs into
12978         the appropriate number of spaces.
12979         * tui/tui-io.h: Add prototype for tui_expand_tabs.
12980
12981 2015-01-30  Doug Evans  <dje@google.com>
12982
12983         * NEWS: "info source" command now display producer string if present.
12984         * source.c (source_info): Print producer string if present.
12985
12986 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12987
12988         * varobj.c (varobj_delete): Fix comment.
12989
12990 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12991
12992         * varobj.c (create_child): Modify comment.
12993
12994 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12995
12996         * ada-varobj.c (ada_number_of_children): Constify struct varobj *
12997         parameter.
12998         (ada_name_of_variable): Same.
12999         (ada_path_expr_of_child): Same.
13000         (ada_value_of_variable): Same.
13001         (ada_value_is_changeable_p): Same.
13002         (ada_value_has_mutated): Same.
13003         * c-varobj.c (varobj_is_anonymous_child): Same.
13004         (c_is_path_expr_parent): Same.
13005         (c_number_of_children): Same.
13006         (c_name_of_variable): Same.
13007         (c_path_expr_of_child): Same.
13008         (get_type): Same.
13009         (c_value_of_variable): Same.
13010         (cplus_number_of_children): Same.
13011         (cplus_name_of_variable): Same.
13012         (cplus_path_expr_of_child): Same.
13013         (cplus_value_of_variable): Same.
13014         * jv-varobj.c (java_number_of_children): Same.
13015         (java_name_of_variable): Same.
13016         (java_path_expr_of_child): Same.
13017         (java_value_of_variable): Same.
13018         * varobj.c (number_of_children): Same.
13019         (name_of_variable): Same.
13020         (is_root_p): Same.
13021         (varobj_ensure_python_env): Same.
13022         (varobj_get_objname): Same.
13023         (varobj_get_expression): Same.
13024         (varobj_get_display_format): Same.
13025         (varobj_get_display_hint): Same.
13026         (varobj_has_more): Same.
13027         (varobj_get_thread_id): Same.
13028         (varobj_get_frozen): Same.
13029         (dynamic_varobj_has_child_method): Same.
13030         (varobj_get_gdb_type): Same.
13031         (is_path_expr_parent): Same.
13032         (varobj_default_is_path_expr_parent): Same.
13033         (varobj_get_language): Same.
13034         (varobj_get_attributes): Same.
13035         (varobj_is_dynamic_p): Same.
13036         (varobj_get_child_range): Same.
13037         (varobj_value_has_mutated): Same.
13038         (varobj_get_value_type): Same.
13039         (number_of_children): Same.
13040         (name_of_variable): Same.
13041         (check_scope): Same.
13042         (varobj_editable_p): Same.
13043         (varobj_value_is_changeable_p): Same.
13044         (varobj_floating_p): Same.
13045         (varobj_default_value_is_changeable_p): Same.
13046
13047 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
13048
13049         * varobj.c (varobj_get_path_expr): Set var->path_expr.
13050         * c-varobj.c (c_path_expr_of_child): Set local var instead of
13051         child->path_expr.
13052         (cplus_path_expr_of_child): Same.
13053
13054 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
13055
13056         * mi-cmd-var.c (print_varobj): Free varobj_get_expression
13057         result.
13058         (mi_cmd_var_info_expression): Same.
13059         * varobj.c (varobj_get_expression): Mention in the comment that
13060         the result must by freed by the caller.
13061
13062 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
13063
13064         * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
13065         varobj_get_type.
13066         (varobj_update_one): Same.
13067         * varobj.c (update_type_if_necessary): Free curr_type_str and
13068         new_type_str.
13069         (varobj_get_type): Specify in comment that the result needs to be
13070         freed by the caller.
13071
13072 2015-01-29  Doug Evans  <dje@google.com>
13073
13074         PR symtab/17890
13075         * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
13076
13077 2015-01-25  Mark Wielaard  <mjw@redhat.com>
13078
13079         * dwarf2read.c (checkproducer): Call producer_is_gcc.
13080         * utils.c (producer_is_gcc_ge_4): Likewise.
13081         (producer_is_gcc): New function.
13082         * utils.h (producer_is_gcc): New declaration.
13083
13084 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
13085
13086         * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
13087         kind.
13088         * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
13089         parameter by "addr_stack" parameter.
13090         (resolve_dynamic_range): Replace "addr" parameter by
13091         "stack_addr" parameter.  Update function documentation.
13092         Update code accordingly.
13093         (resolve_dynamic_array, resolve_dynamic_union)
13094         (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
13095         (resolve_dynamic_type): Update code, following the changes made
13096         to resolve_dynamic_type_internal's interface.
13097         * dwarf2loc.h (struct property_addr_info): New.
13098         (dwarf2_evaluate_property): Replace "address" parameter
13099         by "addr_stack" parameter.  Adjust function documentation.
13100         (struct dwarf2_offset_baton): New.
13101         (struct dwarf2_property_baton): Update documentation of
13102         field "referenced_type" to be more general. New field
13103         "offset_info" in union data field.
13104         * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
13105         parameter by "addr_stack" parameter.  Adjust code accordingly.
13106         Add support for PROP_ADDR_OFFSET properties.
13107         * dwarf2read.c (attr_to_dynamic_prop): Add support for
13108         DW_AT_data_member_location attributes as well.  Use case
13109         statements instead of if/else condition.
13110
13111 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
13112
13113         * ada-varobj.c (ada_varobj_get_array_number_of_children):
13114         Return zero if PARENT_VALUE is NULL and parent_type's
13115         range type is dynamic.
13116
13117 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
13118
13119         * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
13120         nonzero if the type's subtype is dynamic.
13121         (resolve_dynamic_range): Also resolve the range's subtype.
13122
13123 2015-01-29  Alexander Klimov  <alserkli@inbox.ru>  (tiny patch)
13124
13125         Pushed by Joel Brobecker  <brobecker@adacore.com>.
13126         * symfile.c (unmap_overlay_command): Initialize sec to NULL.
13127
13128 2015-01-27  Doug Evans  <dje@google.com>
13129
13130         * NEWS: Mention gdb.Objfile.username.
13131         * python/py-objfile.c (objfpy_get_username): New function.
13132         (objfile_getset): Add "username".
13133
13134 2015-01-24  Mark Wielaard  <mjw@redhat.com>
13135
13136         * stack.c (return_command): Markup warning message with _.
13137
13138 2015-01-24  Doug Evans  <xdje42@gmail.com>
13139
13140         * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
13141
13142 2015-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
13143
13144         Fix 100x slowdown regression on DWZ files.
13145         * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
13146         (struct line_header): Add offset and offset_in_dwz.
13147         (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
13148         (free_line_header_voidp): New declaration.
13149         (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
13150         functions.
13151         (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
13152         (handle_DW_AT_stmt_list): Use line_header_hash.
13153         (free_line_header_voidp): New function.
13154         (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
13155         (dwarf_decode_lines): New parameter decode_mapping, use it.
13156         (dwarf2_free_objfile): Free line_header_hash.
13157
13158 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
13159
13160         PR gdb/17416
13161         * valops.c (value_rtti_indirect_type): Catch exception thrown by
13162         value_ind.
13163
13164 2015-01-15  Mark Wielaard  <mjw@redhat.com>
13165
13166         * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
13167         DW_AT_noreturn.
13168         * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
13169         calling_convention an 8 bit bit field.
13170         (TYPE_NO_RETURN): New macro.
13171         * infcmd.c (finish_command): Query if function does not return
13172         normally.
13173         * stack.c (return_command): Likewise.
13174
13175 2015-01-23  Pedro Alves  <palves@redhat.com>
13176
13177         * linux-nat.c (linux_is_async_p): New macro.
13178         (linux_nat_is_async_p):
13179         (linux_nat_terminal_inferior): Check whether the target can async
13180         instead of whether it is already async.
13181         (linux_nat_terminal_ours): Don't check whether the target is
13182         async.
13183         (linux_async_pipe): Use linux_is_async_p.
13184
13185 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
13186
13187         * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
13188         '-ascending'.
13189         * thread.c (tp_array_compar_ascending, tp_array_compar): New.
13190         (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
13191         Sort tp_array using tp_array_compar.
13192         (_initialize_thread): Extend thread_apply_all_command help.
13193
13194 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
13195
13196         * corelow.c (core_open): Call also thread_command.
13197         * gdbthread.h (thread_command): New prototype moved from ...
13198         * thread.c (thread_command): ... here.
13199         (thread_command): Make it global.
13200
13201 2015-01-22  Pedro Alves  <palves@redhat.com>
13202
13203         * configure.ac [*mingw32*]: Check $curses_found instead of
13204         $prefer_curses.
13205         * configure: Regenerate.
13206         * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
13207         HAVE_NCURSES_NCURSES_H checks.
13208
13209 2015-01-22  Eli Zaretskii  <eliz@gnu.org>
13210
13211         * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
13212         fails with the 1st arg NULL, try again with "unknown".  Don't test
13213         the "cup" capability: it isn't supported by the Windows port of
13214         ncurses, but the Windows console driver is still capable of
13215         supporting TUI.
13216
13217 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
13218
13219         * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
13220
13221 2015-01-22  Eli Zaretskii  <eliz@gnu.org>
13222
13223         * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
13224         (ALLDEPFILES): Remove irix5-nat.c.  These two are part of the
13225         reason that "make TAGS" is broken.
13226
13227 2015-01-22  Chen Gang  <gang.chen.5i5j@gmail.com>
13228
13229         * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
13230         and check additional store instructions.
13231
13232 2015-01-21  Wei-cheng Wang  <cole945@gmail.com>
13233
13234         * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
13235
13236 2015-01-21  Wei-cheng Wang  <cole945@gmail.com>
13237
13238         * ppc-linux-tdep.c (ppc_skip_trampoline_code,
13239         ppc_canonicalize_syscall, ppc_linux_syscall_record,
13240         ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
13241         * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
13242         * rs6000-tdep.c (rs6000_epilogue_frame_cache,
13243         rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
13244         rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
13245         ppc_process_record_op19, ppc_process_record_op31,
13246         ppc_process_record_op59, ppc_process_record_op60,
13247         ppc_process_record_op63): Likewise.
13248
13249 2015-01-20  Joel Brobecker  <brobecker@adacore.com>
13250
13251         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
13252         (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
13253         strerror.
13254
13255 2015-01-20  Wei-cheng Wang  <cole945@gmail.com>
13256
13257         * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
13258         ppc_process_record_op31, ppc_process_record_op59,
13259         ppc_process_record_op60, ppc_process_record_op63,
13260         ppc_process_record): Fix -Wformat warning.
13261         * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
13262         Remove unused variables.
13263
13264 2015-01-20  Chen Gang  <gang.chen.5i5j@gmail.com>
13265
13266         * MAINTAINERS (Write After Approval): Add "Chen Gang".
13267
13268 2015-01-19  Eli Zaretskii  <eliz@gnu.org>
13269
13270         * configure.ac [*mingw32*]: Only add windows-termcap.o to
13271         CONFIG_OBS if not building with a curses library.
13272         * configure: Regenerate.
13273
13274         * windows-termcap.c: Include defs.h.  Make the whole body empty if
13275         either one of HAVE_CURSES_H or HAVE_NCURSES_H or
13276         HAVE_NCURSES_NCURSES_H is defined.
13277
13278 2015-01-19  Joel Brobecker  <brobecker@adacore.com>
13279
13280         * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
13281         from end of line to start of next line.
13282
13283 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
13284
13285         * ppc-linux-tdep.c (ppc_skip_trampoline_code):
13286         Scan PLT stub backward for reverse debugging.
13287         * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
13288
13289 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
13290             Ulrich Weigand  <uweigand@de.ibm.com>
13291
13292         * configure.tgt (powerpc*-*-linux): Add linux-record.o to
13293         gdb_target_obs.
13294         (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
13295         record.
13296         (ppc_canonicalize_syscall, ppc_linux_syscall_record,
13297         ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
13298         (ppc_linux_init_abi): Set process_record, process_record_signal.
13299         * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
13300         ppc_linux_record_tdep to gdbarch_tdep.
13301         (ppc_process_record): New declaration.
13302         * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
13303         ppc_process_record_op19, ppc_process_record_op31,
13304         ppc_process_record_op59, ppc_process_record_op60,
13305         ppc_process_record_op63, ppc_process_record): New functions.
13306
13307 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
13308
13309         * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
13310         rs6000_in_function_epilogue_frame_p and add an argument
13311         for frame_info.
13312         (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
13313         rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
13314         New functions.
13315         (rs6000_epilogue_frame_unwind): New.
13316         (rs6000_gdbarch_init): Append epilogue unwinder.
13317
13318 2015-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
13319
13320         * nat/linux-personality.c: Replace "#ifndef
13321         HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
13322         !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
13323         systems.
13324
13325 2015-01-16  Eli Zaretskii  <eliz@gnu.org>
13326
13327         * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
13328         functions.
13329         (_initialize_tui_win) <border-kind, border-mode>:
13330         <active-border-mode>: Use tui_set_var_cmd as the "set" function.
13331         (tui_set_tab_width_command): Fix the commentary.
13332
13333         * tui/tui-win.h: Add prototype for tui_rehighlight_all.
13334
13335         * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
13336         Doc fix.
13337         (tui_set_tab_width_command): Delete and recreate the source and
13338         the disassembly windows, to show the effect of the changed tab
13339         size immediately.
13340
13341         * tui/tui-data.h (LINE_PREFIX): Make shorter
13342         (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
13343         "Thread NNNNN.XXXX" thread ID notation on Windows.
13344
13345 2015-01-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
13346
13347         Fix gcc-5 compilation.
13348         * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
13349
13350 2015-01-15  Sergio Durigan Junior  <sergiodj@redhat.com>
13351
13352         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
13353         (linux-personality.o): New rule.
13354         * common/common-defs.h: Include <stdint.h>.
13355         * config/aarch64/linux.mh (NATDEPFILES): Include
13356         linux-personality.o.
13357         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
13358         * config/arm/linux.mh (NATDEPFILES): Likewise.
13359         * config/i386/linux64.mh (NATDEPFILES): Likewise.
13360         * config/i386/linux.mh (NATDEPFILES): Likewise.
13361         * config/ia64/linux.mh (NATDEPFILES): Likewise.
13362         * config/m32r/linux.mh (NATDEPFILES): Likewise.
13363         * config/m68k/linux.mh (NATDEPFILES): Likewise.
13364         * config/mips/linux.mh (NATDEPFILES): Likewise.
13365         * config/pa/linux.mh (NATDEPFILES): Likewise.
13366         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
13367         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
13368         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
13369         * config/s390/linux.mh (NATDEPFILES): Likewise.
13370         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
13371         * config/sparc/linux.mh (NATDEPFILES): Likewise.
13372         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
13373         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
13374         * defs.h: Remove #include <stdint.h> (moved to
13375         common/common-defs.h).
13376         * linux-nat.c: Include nat/linux-personality.h.  Remove #include
13377         <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
13378         nat/linux-personality.c).
13379         (linux_nat_create_inferior): Remove code to disable address space
13380         randomization (moved to nat/linux-personality.c).  Create cleanup
13381         to disable address space randomization.
13382         * nat/linux-personality.c: New file.
13383         * nat/linux-personality.h: Likewise.
13384
13385 2015-01-15  Sergio Durigan Junior  <sergiodj@redhat.com>
13386
13387         * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
13388         common/posix-strerror.c.
13389         (posix-strerror.o): New rule.
13390         (mingw-strerror.o): Likewise.
13391         * common/common-utils.h (safe_strerror): Move prototype to here,
13392         from utils.h.
13393         * common/common.host: New file.
13394         * common/mingw-strerror.c: Likewise.
13395         * common/posix-strerror.c: Likewise.
13396         * configure: Regenerated.
13397         * configure.ac: Source common/common.host.  Add variable
13398         common_host_obs to gdb_host_obs.
13399         * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
13400         gdb/common/posix-strerror.c when warning about the use of
13401         strerror.
13402         * mingw-hdep.c (safe_strerror): Remove definition; move it to
13403         common/mingw-strerror.c.
13404         * posix-hdep.c (safe_strerror): Remove definition; move it to
13405         common/posix-hdep.c.
13406         * utils.h (safe_strerror): Remove prototype; move to
13407         common/common-utils.h.
13408
13409 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
13410
13411         GDB 7.8.2 released.
13412
13413 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
13414
13415         * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
13416         ___XA type if the array has already been fixed.
13417
13418 2015-01-14  Yao Qi  <yao@codesourcery.com>
13419
13420         * Makefile.in (ppc-linux.o): New rule.
13421         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
13422         * configure.ac: AC_CHECK_FUNCS(getauxval).
13423         * config.in: Re-generated.
13424         * configure: Re-generated.
13425         * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
13426         Declare.
13427         * nat/ppc-linux.c: New file.
13428         * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
13429         Call ppc64_64bit_inferior_p.
13430
13431 2015-01-14  Yao Qi  <yao@codesourcery.com>
13432
13433         * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
13434         nat/ppc-linux.h.
13435         (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
13436         (PPC_FEATURE_HAS_DFP): Likewise.
13437         (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
13438         (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
13439         (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
13440         Include "nat/ppc-linux.h".
13441         * nat/ppc-linux.h: New file.
13442         * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
13443
13444 2015-01-14  Pedro Alves  <palves@redhat.com>
13445
13446         PR gdb/17525
13447         * breakpoint.c: Include "interps.h".
13448         (bpstat_do_actions_1): Also check whether the interpreter is
13449         async.
13450
13451 2015-01-14  Pedro Alves  <palves@redhat.com>
13452
13453         PR cli/17828
13454         * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
13455         reinstall if the interpreter is sync.
13456
13457 2015-01-13  Doug Evans  <dje@google.com>
13458
13459         * objfiles.c (objfile_filename): New function.
13460         * objfiles.h (objfile_filename): Declare it.
13461         (objfile_name): Add function comment.
13462         * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
13463         bfd file name (which may be realpath'd), and the original name.
13464
13465 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
13466
13467         * NEWS: Create a new section for the next release branch.
13468         Rename the section of the current branch, now that it has
13469         been cut.
13470
13471 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
13472
13473         GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
13474         * version.in: Bump version to 7.9.50.DATE-cvs.
13475
13476 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
13477
13478         * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
13479         Remove trailing new-line in argument of call to warning.
13480
13481 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
13482
13483         * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
13484         new-line in argument of call to "warning".
13485
13486 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
13487
13488         * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
13489         in static block, then try searching for primitive types.
13490
13491 2015-01-12  Patrick Palka  <patrick@parcs.ath.cx>
13492
13493         * top.h (gdb_add_history): Declare.
13494         * top.c (command_count): New variable.
13495         (gdb_add_history): New function.
13496         (gdb_safe_append_history): New static function.
13497         (quit_force): Call it.
13498         (command_line_input): Use gdb_add_history instead of
13499         add_history.
13500         * event-top.c (command_line_handler): Likewise.
13501
13502 2015-01-12  James Clarke  <jrtc27@jrtc27.com>  (tiny patch)
13503
13504         PR gdb/17046
13505         * darwin-nat.c: Replace <machine/setjmp.h> #include by
13506         <setjmp.h> #include.
13507
13508 2015-01-11  Doug Evans  <xdje42@gmail.com>
13509
13510         * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
13511
13512 2015-01-11  Doug Evans  <xdje42@gmail.com>
13513
13514         PR gdb/15830
13515         * NEWS: The "maint demangle" command is renamed as "demangle".
13516         * demangle.c: #include cli/cli-utils.h, language.h.
13517         (demangle_command): New function.
13518         (_initialize_demangle): Add new command "demangle".
13519         * maint.c (maintenance_demangle): Stub out.
13520         (_initialize_maint_cmds): Update help text for "maint demangle",
13521         and mark as deprecated.
13522
13523 2015-01-11  Mark Kettenis  <kettenis@gnu.org>
13524
13525         * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
13526         inferior_thread is a function.
13527
13528 2015-01-09  Patrick Palka  <patrick@parcs.ath.cx>
13529
13530         * Makefile.in (.y.c): Don't munge yacc's #line
13531         directives.
13532
13533 2015-01-09  Patrick Palka  <patrick@parcs.ath.cx>
13534
13535         * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
13536         to prompt for input.
13537         * tui/tui-hooks.c (tui_query_hook): Remove.
13538         (tui_install_hooks): Don't set deprecated_query_hook.
13539         * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
13540         height calculation.  Always update the command window's cur_line.
13541
13542 2015-01-09  Pedro Alves  <palves@redhat.com>
13543
13544         * breakpoint.c (hardware_breakpoint_inserted_here_p): New
13545         function.
13546         * breakpoint.h (hardware_breakpoint_inserted_here_p): New
13547         declaration.
13548         * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
13549         (linux_resume_one_lwp): Store the thread's PC.  Adjust to clear
13550         stop_reason.
13551         (check_stopped_by_watchpoint): New function.
13552         (save_sigtrap): Reimplement.
13553         (linux_nat_stopped_by_watchpoint): Adjust.
13554         (linux_nat_lp_status_is_event): Delete.
13555         (stop_wait_callback): Only call save_sigtrap after storing the
13556         pending status.
13557         (status_callback): If the thread had been stopped for a breakpoint
13558         that has since been removed, discard the event and resume the LWP.
13559         (count_events_callback, select_event_lwp_callback): Use
13560         lwp_status_pending_p instead of linux_nat_lp_status_is_event.
13561         (cancel_breakpoint): Rename to ...
13562         (check_stopped_by_breakpoint): ... this.  Record whether the LWP
13563         stopped for a software breakpoint or hardware breakpoint.
13564         (select_event_lwp): Only give preference to the stepping LWP in
13565         all-stop mode.  Adjust comments.
13566         (stop_and_resume_callback): Remove references to new_pending_p.
13567         (linux_nat_filter_event): Likewise.  Leave exit events of the
13568         leader thread pending here.  Handle signal short circuiting here.
13569         Only call save_sigtrap after storing the pending waitstatus.
13570         (linux_nat_wait_1): Remove 'retry' label.  Remove references to
13571         new_pending.  Don't handle leaving events the caller is not
13572         interested in pending here, nor handle signal short-circuiting
13573         here.  Also give equal priority to all LWPs that have had events
13574         in non-stop mode.  If reporting a software breakpoint event,
13575         unadjust the LWP's PC.
13576         * linux-nat.h (enum lwp_stop_reason): New.
13577         (struct lwp_info) <stop_pc>: New field.
13578         (struct lwp_info) <stopped_by_watchpoint>: Delete field.
13579         (struct lwp_info) <stop_reason>: New field.
13580         * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
13581
13582 2015-01-09  Pedro Alves  <palves@redhat.com>
13583
13584         * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
13585         Set the LWP's 'resumed' flag.
13586
13587 2015-01-09  Pedro Alves  <palves@redhat.com>
13588
13589         * linux-nat.c (linux_resume_one_lwp): New function.
13590         (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
13591         (linux_nat_resume): Use lwp_status_pending_p and
13592         linux_resume_one_lwp.
13593         (linux_handle_syscall_trap): Use linux_resume_one_lwp.
13594         (linux_handle_extended_wait): Use linux_resume_one_lwp.
13595         (status_callback, running_callback): Use lwp_status_pending_p.
13596         (lwp_status_pending_p): New function.
13597         (stop_and_resume_callback): Use lwp_status_pending_p.
13598         (linux_nat_filter_event): Use linux_resume_one_lwp.
13599         (linux_nat_wait_1): Always use status_callback to look for an LWP
13600         with a pending status.  Use linux_resume_one_lwp.
13601         (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
13602         linux_resume_one_lwp.
13603
13604 2015-01-09  Pedro Alves  <palves@redhat.com>
13605
13606         * breakpoint.c (bp_location_inserted_here_p): New function,
13607         factored out from ...
13608         (breakpoint_inserted_here_p): ... here.  Use
13609         ALL_BP_LOCATIONS_AT_ADDR.
13610         (software_breakpoint_inserted_here_p): Use
13611         bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
13612
13613 2014-01-09  Pedro Alves  <palves@redhat.com>
13614
13615         Skip enabling event reporting if the kernel supports
13616         PTRACE_EVENT_CLONE.
13617         * linux-thread-db.c: Include "nat/linux-ptrace.h".
13618         (thread_db_use_events): New function.
13619         (try_thread_db_load_1): Check thread_db_use_events before enabling
13620         event reporting.
13621         (update_thread_state): New function.
13622         (attach_thread): Use it.  Check thread_db_use_events before
13623         enabling event reporting.
13624         (thread_db_detach): Check thread_db_use_events before disabling
13625         event reporting.
13626         (find_new_threads_callback): Check thread_db_use_events before
13627         enabling event reporting.  Update the thread's state if not using
13628         libthread_db events.
13629
13630 2015-01-09  Pedro Alves  <palves@redhat.com>
13631
13632         * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
13633         about to wait for is > 0.
13634         * linux-thread-db.c (find_new_threads_callback): Ignore thread if
13635         the kernel thread ID is -1.
13636
13637 2015-01-09  Pedro Alves  <palves@redhat.com>
13638
13639         * linux-nat.c (attach_proc_task_lwp_callback): New function.
13640         (linux_nat_attach): Use linux_proc_attach_tgid_threads.
13641         (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
13642         ptrace option flags.
13643         * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
13644         field.
13645         * nat/linux-procfs.c: Include <dirent.h>.
13646         (linux_proc_get_int): New parameter "warn".  Handle it.
13647         (linux_proc_get_tgid): Adjust.
13648         (linux_proc_get_tracerpid): Rename to ...
13649         (linux_proc_get_tracerpid_nowarn): ... this.
13650         (linux_proc_pid_get_state): New function, factored out from
13651         (linux_proc_pid_has_state): ... this.  Add new parameter "warn"
13652         and handle it.
13653         (linux_proc_pid_is_gone): New function.
13654         (linux_proc_pid_is_stopped): Adjust.
13655         (linux_proc_pid_is_zombie_maybe_warn)
13656         (linux_proc_pid_is_zombie_nowarn): New functions.
13657         (linux_proc_pid_is_zombie): Use
13658         linux_proc_pid_is_zombie_maybe_warn.
13659         (linux_proc_attach_tgid_threads): New function.
13660         * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
13661         (linux_proc_get_tracerpid): Rename to ...
13662         (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
13663         (linux_proc_pid_is_gone): New declaration.
13664         (linux_proc_pid_is_zombie): Update comment.
13665         (linux_proc_pid_is_zombie_nowarn): New declaration.
13666         (linux_proc_attach_lwp_func): New typedef.
13667         (linux_proc_attach_tgid_threads): New declaration.
13668         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
13669         use nowarn functions.
13670         (linux_ptrace_attach_fail_reason_string): Move here from
13671         gdbserver/linux-low.c and rename.
13672         (ptrace_supports_feature): If the current ptrace options are not
13673         known yet, check them now, instead of asserting.
13674         * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
13675         Declare.
13676
13677 2015-01-09  Pedro Alves  <palves@redhat.com>
13678
13679         * linux-thread-db.c (thread_db_find_new_threads_silently)
13680         (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
13681         (find_new_threads_once): Print debug output on gdb_stdlog.
13682
13683 2015-01-09  Chen Gang  <gang.chen.5i5j@gmail.com>
13684             Pedro Alves  <palves@redhat.com>
13685
13686         * compile/compile.c: Include "gdb_wait.h".
13687         (do_rmdir): Check return value, and free 'zap'.
13688
13689 2015-01-08  Pedro Alves  <palves@redhat.com>
13690             Yao Qi  <yao@codesourcery.com>
13691
13692         * dwarf2loc.c (indirect_pieced_value): Don't call
13693         gdb_sign_extend.  Call extract_signed_integer instead.
13694         * utils.c (gdb_sign_extend): Remove.
13695         * utils.h (gdb_sign_extend): Remove declaration.
13696
13697 2015-01-07  Pierre Muller  <muller@sourceware.org>
13698
13699         PR symtab/17811
13700         * stabsread.c (define_symbol): Set language for C++ special symbols.
13701
13702 2015-01-07  Patrick Palka  <patrick@parcs.ath.cx>
13703
13704         * inflow.c (initial_gdb_ttystate): Tweak comment.
13705
13706 2015-01-07  Joel Brobecker  <brobecker@adacore.com>
13707
13708         * inflow.c (set_initial_gdb_ttystate): Add empty line after
13709         comment documenting function.
13710
13711 2015-01-07  Patrick Palka  <patrick@parcs.ath.cx>
13712
13713         * terminal.h (set_initial_gdb_ttystate): Declare.
13714         * inflow.c (initial_gdb_ttystate): New static variable.
13715         (set_initial_gdb_ttystate): New setter.
13716         (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
13717         instead of our current terminal state.
13718         * top.c (gdb_init): Call set_initial_gdb_ttystate.
13719
13720 2015-01-07  Joel Brobecker  <brobecker@adacore.com>
13721
13722         * guile/scm-type.c (tyscm_array_1): Add comment.
13723         * python/py-type.c (typy_array_1): Add comment.
13724
13725 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
13726
13727         * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
13728         error if N2 is equal to N1 - 1.
13729
13730 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
13731
13732         * python/py-type.c (typy_array_1): Do not raise negative-length
13733         exception if N2 is equal to N1 - 1.
13734
13735 2015-01-03  Doug Evans  <xdje42@gmail.com>
13736
13737         * c-exp.y: Whitespace cleanup.
13738         (classify_inner_name): Remove extra ;.
13739
13740 2015-01-02  Maciej W. Rozycki  <macro@codesourcery.com>
13741
13742         * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
13743         offset signed.
13744
13745 2015-01-02  Doug Evans  <dje@google.com>
13746
13747         * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
13748
13749 2015-01-02  Doug Evans  <dje@google.com>
13750
13751         * symtab.h (struct symbol): Fix typo in comment.
13752
13753 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
13754
13755         Update year range in copyright notice of all files.
13756
13757 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
13758
13759         * top.c (print_gdb_version): Update copyright year to 2015.
13760
13761 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
13762
13763         * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
13764
13765 For older changes see ChangeLog-2014.
13766 \f
13767 Local Variables:
13768 mode: change-log
13769 left-margin: 8
13770 fill-column: 74
13771 version-control: never
13772 coding: utf-8
13773 End: