gdb: Workaround bad gdbserver qSupported:xmlRegisters=i386;UnknwnFeat+ handling
[external/binutils.git] / gdb / ChangeLog
1 2015-11-19  Pedro Alves  <palves@redhat.com>
2
3         * remote.c (remote_query_supported): Send the "xmlRegisters="
4         feature last.
5
6 2015-11-19  Simon Marchi  <simon.marchi@ericsson.com>
7
8         * nat/aarch64-linux-hw-point.c (aarch64_linux_set_debug_regs): Change
9         form of iov_len computation.
10
11 2015-11-19  Pedro Alves  <palves@redhat.com>
12
13         * configure.ac (ERROR_ON_WARNING): Don't check whether in C++
14         mode.
15         * configure: Regenerate.
16
17 2015-11-19  Pedro Alves  <palves@redhat.com>
18
19         * build-with-cxx.m4 (GDB_AC_BUILD_WITH_CXX): Remove -fpermissive.
20         * configure: Regenerate.
21
22 2015-11-19  Pedro Alves  <palves@redhat.com>
23
24         * breakpoint.c (software_watchpoint_add_no_memory_location)
25         (is_no_memory_software_watchpoint): New functions.
26         (update_watchpoint): Use
27         software_watchpoint_add_memoryless_location.
28         (breakpoint_address_bits): Use is_no_memory_software_watchpoint.
29
30 2015-11-19  Simon Marchi  <simon.marchi@ericsson.com>
31             Pedro Alves  <palves@redhat.com>
32
33         * s390-linux-tdep.c (s390_canonicalize_syscall): Add casts and
34         intermediate 'int' variable.
35
36 2015-11-19  Pedro Alves  <palves@redhat.com>
37
38         * linux-thread-db.c (try_thread_db_load_1): Add cast.
39
40 2015-11-19  Pedro Alves  <palves@redhat.com>
41
42         * remote.c (remote_unpush_target): Use
43         pop_all_targets_at_and_above instead of pop_all_targets_above.
44         * target.c (unpush_target_and_assert): New function, factored out
45         from ...
46         (pop_all_targets_above): ... here.
47         (pop_all_targets_at_and_above): New function.
48         * target.h (pop_all_targets_at_and_above): Declare.
49
50 2015-11-18  Simon Marchi  <simon.marchi@ericsson.com>
51
52         * valops.c (value_string): Constify 'ptr' parameter.
53         * value.h (value_string): Constify 'ptr' parameter.
54
55 2015-11-18  Simon Marchi  <simon.marchi@ericsson.com>
56             Pedro Alves  <palves@redhat.com>
57
58         * break-catch-sig.c (signal_catchpoint_print_one): Add cast.
59         * c-exp.y (parse_string_or_char, yylex): Add casts.
60         * c-lang.c (evaluate_subexp_c): Add casts.
61         * d-exp.y (parse_string_or_char, yylex): Add casts.
62         * go-exp.y (parse_string_or_char, build_packaged_name): Add casts.
63         * p-valprint.c (pascal_object_print_value_fields): Add casts.
64         * valprint.c (generic_emit_char, generic_printstr): Add casts.
65
66 2015-11-18  Simon Marchi  <simon.marchi@ericsson.com>
67
68         * valops.c (value_cstring): Constify 'ptr' parameter.
69         * value.h (value_cstring): Constify 'ptr' parameter.
70
71 2015-11-18  Yao Qi  <yao.qi@linaro.org>
72
73         * aarch64-tdep.c (pass_in_v): Add argument len.  Add local array
74         reg.  Callers updated.
75
76 2015-11-17  Yao Qi  <yao.qi@linaro.org>
77
78         * infrun.c (resume): Check control.trap_expected only
79         when deciding the set of threads to resume.
80
81 2015-11-17  Pedro Alves  <palves@redhat.com>
82
83         * cp-namespace.c (cp_lookup_bare_symbol)
84         (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
85         (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
86         (cp_lookup_nested_symbol): Use null_block_symbol.
87         * d-namespace.c (d_lookup_symbol, d_lookup_nested_symbol)
88         (d_lookup_symbol_imports, d_lookup_symbol_module): Use
89         null_block_symbol.
90         * symtab.c (null_block_symbol): New global.
91         * symtab.h (null_block_symbol): Declare.
92
93 2015-11-17  Pedro Alves  <palves@redhat.com>
94
95         * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
96         (GDB_XCPT_RAW_TRY, GDB_XCPT): Define.
97         Replace __cplusplus checks with GDB_XCPT checks throughout.
98         * common/common-exceptions.c: Replace __cplusplus checks with
99         GDB_XCPT checks throughout.
100
101 2015-11-17  Pedro Alves  <palves@redhat.com>
102
103         * common/common-defs.h (ATTRIBUTE_PRINTF): Redefine in terms of
104         _GL_ATTRIBUTE_FORMAT_PRINTF after including ansidecl.h.
105
106 2015-11-17  Pedro Alves  <palves@redhat.com>
107
108         * common/common-defs.h (__STDC_CONSTANT_MACROS)
109         (__STDC_LIMIT_MACROS): Define before including stdint.h.
110
111 2015-11-17  Pedro Alves  <palves@redhat.com>
112
113         * windows-nat.c (handle_exception): Return 0 for first chance
114         exceptions.
115         (get_windows_debug_event): Adjust.
116
117 2015-11-17  Pedro Alves  <palves@redhat.com>
118
119         * windows-nat.c (xslate): Use GDB_SIGNAL_UNKNOWN instead of -1 as
120         signal number for terminator.
121
122 2015-11-17  Pedro Alves  <palves@redhat.com>
123
124         * ser-tcp.c (net_open) : Cast getsockopt argument to char *
125         instead of void *.  Update comment.
126         (net_read_prim): Cast recv argument to char * instead of void *.
127         (net_write_prim): Cast send argument to char *.  Add comment.
128
129 2015-11-17  Pedro Alves  <palves@redhat.com>
130
131         * win32-i386-low.c (update_debug_registers_callback)
132         (win32_get_current_dr): Add cast.
133         * win32-low.c (thread_rec, delete_thread_info)
134         (continue_one_thread): Add casts.
135         (strwinerror): Cast FormatMessage argument to LPTSTR instead of
136         LPVOID.
137         (win32_create_inferior, suspend_one_thread): Add casts.
138
139 2015-11-17  Pedro Alves  <palves@redhat.com>
140
141         * windows-nat.c (AdjustTokenPrivileges_ftype)
142         (DebugActiveProcessStop_ftype, DebugBreakProcess_ftype)
143         (DebugSetProcessKillOnExit_ftype, EnumProcessModules_ftype)
144         (GetCurrentConsoleFont_ftype, GetModuleInformation_ftype)
145         (LookupPrivilegeValueA_ftype, OpenProcessToken_ftype)
146         (GetConsoleFontSize_ftype): New typedefs.
147         (AdjustTokenPrivileges, DebugActiveProcessStop)
148         (DebugBreakProcess, DebugSetProcessKillOnExit, EnumProcessModules)
149         (GetConsoleFontSize, GetCurrentConsoleFont, GetModuleInformation)
150         (LookupPrivilegeValueA, OpenProcessToken, GetConsoleFontSize):
151         Adjust.
152         (GetModuleFileNameEx_ftype): New typedef.
153         (GetModuleFileNameEx): Use it.
154         (_initialize_loadable): Define GPA macro and use it.
155
156 2015-11-17  Pedro Alves  <palves@redhat.com>
157
158         * gdb-dlfcn.c (gdb_dlsym, gdb_dlclose) [__MINGW32__]: Add casts to
159         HMODULE.
160
161 2015-11-17  Pedro Alves  <palves@redhat.com>
162
163         * exec.c (exec_file_attach, symfile_bfd_open) [__GO32__ || _WIN32
164         || __CYGWIN__]: Add casts.
165         * utils.c (gdb_filename_fnmatch): Add cast.
166         * windows-nat.c (windows_create_inferior): Add cast.
167
168 2015-11-17  Pedro Alves  <palves@redhat.com>
169
170         * ser-mingw.c (CancelIo_ftype): New typedef.
171         (CancelIo): Use CancelIo_ftype.
172         (ser_windows_close, ser_windows_wait_handle)
173         (ser_windows_read_prim, stop_select_thread)
174         (console_select_thread, pipe_select_thread, file_select_thread)
175         (ser_console_wait_handle, ser_console_done_wait_handle)
176         (ser_console_close, cleanup_pipe_state, pipe_windows_close)
177         (pipe_windows_write, pipe_wait_handle, pipe_done_wait_handle)
178         (net_windows_socket_check_pending, net_windows_select_thread)
179         (net_windows_wait_handle, net_windows_done_wait_handle)
180         (net_windows_close): Add casts.
181         (_initialize_ser_windows): Cast to CancelIo_ftype* instead of
182         void*.
183
184 2015-11-17  Simon Marchi  <simon.marchi@ericsson.com>
185
186         * c-exp.y (exp): Adjust, change enum c_string_type to
187         c_string_type.
188         (parse_string_or_char): Likewise.
189         * c-lang.c (charset_for_string_type): Likewise.
190         (classify_type): Likewise.
191         (c_printchar): Likewise.
192         (c_printstr): Likewise.
193         (evaluate_subexp_c): Likewise.  And change cast to enum
194         c_string_type_values.
195         * c-lang.h: Include "common/enum_flags.h".
196         (enum c_string_type): Rename to...
197         (enum c_string_type_values): ...this.
198         (c_string_type): Define new enum flags type.
199
200 2015-11-17  Pedro Alves  <palves@redhat.com>
201
202         * btrace.h: Include common/enum-flags.h.
203         (btrace_insn_flags): Define.
204         (struct btrace_insn) <flags>: Change type.
205         (btrace_function_flags): Define.
206         (struct btrace_function) <flags>: Change type.
207         (btrace_thread_flags): Define.
208         (struct btrace_thread_info) <flags>: Change type.
209         * c-exp.y (token_flags): Rename to ...
210         (token_flag): ... this.
211         (token_flags): Define.
212         (struct token) <flags>: Change type.
213         * common/enum-flags.h: New file.
214         * compile/compile-c-types.c (convert_qualified): Change type of
215         'quals' local.
216         * compile/compile-internal.h: Include "common/enum-flags.h".
217         (gcc_qualifiers_flags): Define.
218         * completer.c (enum reg_completer_targets): Rename to ...
219         (enum reg_completer_target): ... this.
220         (reg_completer_targets): Define.
221         (reg_or_group_completer_1): Change type of 'targets' parameter.
222         * disasm.c (do_mixed_source_and_assembly_deprecated): Change type
223         of 'psl_flags' local.
224         (do_mixed_source_and_assembly): Change type of 'psl_flags' local.
225         * infrun.c: Include "common/enum-flags.h".
226         (enum step_over_what): Rename to ...
227         (enum step_over_what_flag): ... this.
228         (step_over_what): Change type.
229         (start_step_over): Change type of 'step_what' local.
230         (thread_still_needs_step_over): Now returns a step_over_what.
231         Adjust.
232         (keep_going_pass_signal): Change type of 'step_what' local.
233         * linux-tdep.c: Include "common/enum-flags.h".
234         (enum filterflags): Rename to ...
235         (enum filter_flag): ... this.
236         (filter_flags): Define.
237         (dump_mapping_p): Change type of 'filterflags' parameter.
238         (linux_find_memory_regions_full): Change type of 'filterflags'
239         local.
240         (linux_find_memory_regions_full): Pass the address of an unsigned
241         int to sscanf instead of the address of an enum.
242         * record-btrace.c (btrace_print_lines): Change type of local
243         'psl_flags'.
244         (btrace_call_history): Replace 'flags' parameter
245         with 'int_flags' parameter.  Adjust.
246         (record_btrace_call_history, record_btrace_call_history_range)
247         (record_btrace_call_history_from): Rename 'flags' parameter to
248         'int_flags'.  Use record_print_flags.
249         * record.h: Include "common/enum-flags.h".
250         (record_print_flags): Define.
251         * source.c: Include "common/enum-flags.h".
252         (print_source_lines_base, print_source_lines): Change type of
253         flags parameter.
254         * symtab.h: Include "common/enum-flags.h".
255         (enum print_source_lines_flags): Rename to ...
256         (enum print_source_lines_flag): ... this.
257         (print_source_lines_flags): Define.
258         (print_source_lines): Change prototype.
259
260 2015-11-17  Pedro Alves  <palves@redhat.com>
261
262         * guile/scm-disasm.c (gdbscm_disasm_read_memory): Return -1 on
263         error instead of TARGET_XFER_E_IO.
264         (gdbscm_disasm_memory_error): Always pass TARGET_XFER_E_IO to
265         memory_error.
266
267 2015-11-17  Dominik Vogt  <vogt@linux.vnet.ibm.com>
268
269         * hppa-tdep.c (hppa_sign_extend, hppa_low_hppa_sign_extend)
270         (prologue_inst_adjust_sp, hppa_frame_cache): Fix left shift of negative
271         value.
272         * dwarf2read.c (read_subrange_type): Likewise.
273
274 2015-11-16  Yao Qi  <yao.qi@linaro.org>
275
276         * aarch64-tdep.c (aarch64_extract_return_value):  Change array
277         buf's length to V_REGISTER_SIZE.
278
279 2015-11-16  Yao Qi  <yao.qi@linaro.org>
280
281         * aarch64-tdep.c (pass_in_x_or_stack): Change argument type
282         from bfd_byte * to value *.  Caller updated.
283         (pass_in_x): Likewise.
284         (pass_in_v_or_stack): Likewise.
285         (pass_on_stack): Likewise.
286
287 2015-11-16  Yao Qi  <yao.qi@linaro.org>
288
289         * aarch64-tdep.c (aarch64_push_dummy_call): Call value_contents
290         instead of value_contents_writeable.
291         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
292
293 2015-11-16  Yao Qi  <yao.qi@linaro.org>
294
295         * arm-tdep.c (arm_push_dummy_call): New array buf.  Store regval
296         to buf.  Pass buf instead of val to push_stack_item.
297
298 2015-11-13  Yao Qi  <yao.qi@linaro.org>
299
300         PR tdep/19051
301         * arm-tdep.c (arm_type_align): Return the right alignment
302         value for vector.
303         (arm_vfp_cprc_sub_candidate): Return true for 64-bit and
304         128-bit vector types.
305         (arm_return_in_memory): Handel vector type.
306
307 2015-11-13  Yao Qi  <yao.qi@linaro.org>
308
309         * arm-tdep.c (arm_return_in_memory): Rewrite it.
310         (arm_return_value): Call arm_return_in_memory for
311         TYPE_CODE_COMPLEX.
312
313 2015-11-12  Yao Qi  <yao.qi@linaro.org>
314
315         * arm-tdep.c (push_stack_item): Change contents type to
316         const gdb_byte *.
317
318 2015-11-11  Simon Marchi  <simon.marchi@ericsson.com>
319
320         * inf-ptrace.c (inf_ptrace_fetch_register): Change long int *
321         cast to PTRACE_TYPE_RET *.
322         (inf_ptrace_store_register): Likewise.
323
324 2015-11-11  Andrew Burgess  <andrew.burgess@embecosm.com>
325
326         * avr-tdep.c (_initialize_avr_tdep): Switch to 'add_info' for creating
327         info sub-commands.
328         * gnu-nat.c (add_task_commands): Likewise.
329         * macrocmd.c (_initialize_macrocmd): Likewise.
330
331 2015-11-11  Andrew Burgess  <andrew.burgess@embecosm.com>
332
333         * cli/cli-decode.c (add_info): Switch to class_info.
334
335 2015-11-09  Joel Brobecker  <brobecker@adacore.com>
336
337         * ada-lang.c (ada_is_wrapper_field): Add special handling
338         for fields called "RETVAL".
339
340 2015-11-09  Yao Qi  <yao.qi@linaro.org>
341
342         * arm-tdep.c (arm_exidx_new_objfile): Use
343         ELF_STRING_ARM_unwind.
344
345 2015-11-09  Yao Qi  <yao.qi@linaro.org>
346
347         * infrun.c (displaced_step_in_progress_thread): New function.
348         (handle_inferior_event_1): Call it.
349
350 2015-11-05  Yao Qi  <yao.qi@linaro.org>
351
352         * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Call
353         aarch64_decode_insn and decode instruction by aarch64_inst.
354
355 2015-11-05  Yao Qi  <yao.qi@linaro.org>
356
357         * aarch64-tdep.c (extract_signed_bitfield): Remove.
358         (decode_masked_match): Remove.
359         (aarch64_decode_add_sub_imm): Remove.
360         (aarch64_decode_br): Remove.
361         (aarch64_decode_eret): Remove.
362         (aarch64_decode_movz): Remove.
363         (aarch64_decode_orr_shifted_register_x): Remove.
364         (aarch64_decode_ret): Remove.
365         (aarch64_decode_stp_offset): Remove.
366         (aarch64_decode_stur): Remove.
367         (aarch64_analyze_prologue): Call aarch64_decode_insn
368         and use aarch64_inst to decode instructions.
369
370 2015-11-05  Yao Qi  <yao.qi@linaro.org>
371
372         * aarch64-tdep.c (aarch64_decode_stp_offset): New argument
373         wback.
374         (aarch64_decode_stp_offset_wb): Removed.
375         (aarch64_analyze_prologue): Don't use
376         aarch64_decode_stp_offset_wb.
377
378 2015-11-04  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
379
380         PR/18376
381         * gdb/s390-linux-tdep.c (s390_is_partial_instruction): New function.
382         (s390_software_single_step): New function.
383         (s390_displaced_step_hw_singlestep): New function.
384         (s390_gdbarch_init): Fill gdbarch slots with the above.
385
386 2015-11-04  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
387
388         PR/18376
389         * gdb/configure.tgt: Add linux-record.o to s390*-linux.
390         * gdb/s390-linux-tdep.c: #include "linux-record.h", "record-full.h"
391         (s390_linux_record_tdep): New static global variable.
392         (s390x_linux_record_tdep): New static global variable.
393         (s390_all_but_pc_registers_record): New function.
394         (s390_canonicalize_syscall): New function.
395         (s390_linux_syscall_record): New function.
396         (s390_linux_record_signal): New function.
397         (s390_record_calc_disp_common): New function.
398         (s390_record_calc_disp): New function.
399         (s390_record_calc_disp_vsce): New function.
400         (s390_record_calc_rl): New function.
401         (s390_record_gpr_g): New function.
402         (s390_record_gpr_h): New function.
403         (s390_record_vr): New function.
404         (s390_process_record): New function.
405         (s390_init_linux_record_tdep): New function.
406         (s390_gdbarch_init): Fill record function slots.
407
408 2015-11-04  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
409
410         * record-full.c (record_full_exec_insn): Use xmalloc for temporary
411         memory storage.
412
413 2015-11-04  Markus Metzger  <markus.t.metzger@intel.com>
414
415         * record.c (get_insn_history_modifiers): Set DISASSEMBLY_SOURCE
416         instead of DISASSEMBLY_SOURCE_DEPRECATED.  Also accept /s.
417         (_initialize_record): Document the /s modifier.
418         * NEWS: Announce record instruction-history's new /s modifier.
419
420 2015-11-04  Markus Metzger  <markus.t.metzger@intel.com>
421
422         * record-btrace.c (struct btrace_line_range): New.
423         (btrace_mk_line_range, btrace_line_range_add)
424         (btrace_line_range_is_empty, btrace_line_range_contains_range)
425         (btrace_find_line_range, btrace_print_lines): New.
426         (btrace_insn_history): Add source interleaving algorithm.
427
428 2015-11-04  Markus Metzger  <markus.t.metzger@intel.com>
429
430         * disasm.h (DISASSEMBLY_SPECULATION): New.
431         (struct disasm_insn): New.
432         (gdb_pretty_print_insn): New.
433         * disasm.c (gdb_pretty_print_insn): Replace parameter PC with INSN.
434         Update users.  Print instruction number and indicate speculative
435         execution, if requested.
436
437 2015-11-04  Markus Metzger  <markus.t.metzger@intel.com>
438
439         * disasm.c (dump_insns): Split into this and ...
440         (gdb_pretty_print_insn): ... this.
441
442 2015-11-03  Simon Marchi  <simon.marchi@polymtl.ca>
443
444         * xtensa-linux-nat.c (supply_gregset_reg): Make static.
445         (xtensa_linux_fetch_inferior_registers): Likewise.
446         (xtensa_linux_store_inferior_registers): Likewise.
447
448 2015-11-03  Simon Marchi  <simon.marchi@polymtl.ca>
449
450         * arm-linux-nat.c (arm_linux_read_description): Add cast.
451
452 2015-11-03  Simon Marchi  <simon.marchi@polymtl.ca>
453
454         * ppc-linux-nat.c (ppc_linux_insert_mask_watchpoint): Change
455         type of rw to enum target_hw_bp_type.
456         (ppc_linux_remove_mask_watchpoint): Likewise.
457         * target.c (target_insert_mask_watchpoint): Likewise.
458         (target_remove_mask_watchpoint): Likewise.
459         * target.h (target_insert_mask_watchpoint): Likewise.
460         (target_remove_mask_watchpoint): Likewise.
461         (struct target_ops) <to_insert_mask_watchpoint>: Likewise.
462         (struct target_ops) <to_remove_mask_watchpoint>: Likewise.
463         * target-delegates.c: Regenerate.
464
465 2015-11-03  Simon Marchi  <simon.marchi@polymtl.ca>
466
467         * remote-sim.c (check_for_duplicate_sim_descriptor): Add casts.
468         (get_sim_inferior_data): Likewise.
469         (sim_inferior_data_cleanup): Likewise.
470         (gdbsim_close_inferior): Likewise.
471         (gdbsim_resume_inferior): Likewise.
472         (gdbsim_wait): Likewise.
473         (simulator_command): Likewise.
474         (sim_command_completer): Likewise.
475
476 2015-11-03  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
477
478         * MAINTAINERS (Write After Approval): Add Marcin KoÅ›cielnicki.
479
480 2015-10-30  Pedro Alves  <palves@redhat.com>
481
482         * breakpoint.c (breakpoint_in_range_p)
483         (breakpoint_location_address_range_overlap): New functions.
484         * breakpoint.h (breakpoint_in_range_p): New declaration.
485         * infrun.c (displaced_step_prepare_throw): If there's a breakpoint
486         in the scratch pad range, don't displaced step.
487
488 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
489
490         * amd64-linux-tdep.c (amd64_x32_linux_init_abi): Fix size_msghdr,
491         size_stack_t, size_size_t, size_iovec.
492
493 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
494
495         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Fix size_termios.
496         * amd64-linux-tdep.c (amd64_linux_init_abi): Fix size_termios.
497         (amd64_x32_linux_init_abi): Fix size_termios.
498
499 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
500
501         * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Fix TASK_COMM_LEN.
502
503 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
504
505         * linux-record.c (record_linux_system_call): Fix old_select.
506
507 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
508
509         * linux-record.c (record_linux_system_call): Fix newstatat.
510
511 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
512
513         * linux-record.c (record_linux_system_call): Fix [gs]etgroups16.
514
515 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
516
517         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Add size_time_t.
518         * amd64-linux-tdep.c (amd64_linux_init_abi): Add size_time_t.
519         (amd64_x32_linux_init_abi): Add size_time_t.
520         * arm-linux-tdep.c (arm_linux_init_abi): Add size_time_t.
521         * i386-linux-tdep.c (i386_linux_init_abi): Add size_time_t.
522         * linux-record.c (record_linux_system_call): Add time, waitpid, pipe
523         handling.
524         * linux-record.h (struct linux_record_tdep): Add size_time_t.
525         * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Add size_time_t.
526
527 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
528
529         * linux-record.c (record_linux_msghdr): Fix msg_namelen handling.
530
531 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
532
533         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Remove
534         size_dirent{,64}, add size_old_dirent.
535         * amd64-linux-tdep.c (amd64_linux_init_abi): Remove size_dirent{,64},
536         add size_old_dirent.
537         (amd64_x32_linux_init_abi): Remove size_dirent{,64}, add
538         size_old_dirent.
539         * arm-linux-tdep.c (arm_linux_init_abi): Remove size_dirent{,64},
540         add size_old_dirent.
541         * i386-linux-tdep.c (i386_linux_init_abi): Remove size_dirent{,64},
542         add size_old_dirent.
543         * linux-record.c (record_linux_system_call): Fix handling of readdir
544         and getdents{,64}.
545         * linux-record.h (struct linux_record_tdep): Remove size_dirent{,64},
546         add size_old_dirent.
547         * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Remove
548         size_dirent{,64}, add size_old_dirent.
549
550 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
551
552         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Fix size_sigaction,
553         size_sigset_t, size_old_sigaction, size_old_sigset_t.
554         * amd64-linux-tdep.c (amd64_linux_init_abi): Fix size_sigaction,
555         size_sigset_t, size_old_sigaction, size_old_sigset_t.
556         (amd64_x32_linux_init_abi): Fix size_sigaction, size_sigset_t,
557         size_old_sigaction, size_old_sigset_t.
558         * arm-linux-tdep.c (arm_linux_init_abi): Fix size_sigaction,
559         size_old_sigaction, size_old_sigset_t.
560         * i386-linux-tdep.c (i386_linux_init_abi): Fix size_sigaction,
561         size_old_sigaction, size_old_sigset_t.
562         * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Fix size_sigaction,
563         size_sigset_t, size_old_sigaction, size_old_sigset_t.
564
565 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
566
567         * arm-linux-tdep.c (arm_linux_init_abi): Fix size_[ug]id.
568         * i386-linux-tdep.c (i386_linux_init_abi): Fix size_[ug]id.
569
570 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
571
572         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Remove size_siginfo.
573         * amd64-linux-tdep.c (amd64_linux_init_abi): Remove size_siginfo.
574         (amd64_x32_linux_init_abi): Remove size_siginfo.
575         * arm-linux-tdep.c (arm_linux_init_abi): Remove size_siginfo.
576         * i386-linux-tdep.c (i386_linux_init_abi): Remove size_siginfo.
577         * linux-record.c (record_linux_system_call): Change size_siginfo
578         to size_siginfo_t.
579         * linux-record.h (struct linux_record_tdep): Remove size_siginfo.
580         * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Remove size_siginfo.
581
582 2015-10-29  Pedro Alves  <palves@redhat.com>
583
584         * mdebugread.c (add_data_symbol): New function, factored out from
585         ...
586         (parse_symbol): ... here.  Delete 'theclass' local.
587
588 2015-10-29  Simon Marchi  <simon.marchi@polymtl.ca>
589
590         * jit.c (jit_target_read_impl): Add cast.
591
592 2015-10-29  Simon Marchi  <simon.marchi@polymtl.ca>
593
594         * jit.c (jit_reader_load): Add cast.
595
596 2015-10-29  Simon Marchi  <simon.marchi@polymtl.ca>
597
598         * dwarf2read.c (partial_die_full_name): Add cast.
599
600 2015-10-29  Pedro Alves  <palves@redhat.com>
601
602         * common/vec.h (DEF_VEC_FUNC_P) [iterate]: Cast 0 to type T.
603
604 2015-10-29  Pedro Alves  <palves@redhat.com>
605
606         * guile/scm-frame.c (gdbscm_unwind_stop_reason_string): Add cast.
607
608 2015-10-29  Eli Zaretskii  <eliz@gnu.org>
609
610         * utils.c (init_page_info): Disable paging if INSIDE_EMACS is set
611         in the environment.
612
613 2015-10-29  Pedro Alves  <palves@redhat.com>
614
615         * gnu-v2-abi.c (gnuv2_is_destructor_name)
616         (gnuv2_is_constructor_name): Add casts.
617
618 2015-10-29  Pedro Alves  <palves@redhat.com>
619
620         * common/common-exceptions.c (exception_none): Add cast.
621
622 2015-10-29  Pedro Alves  <palves@redhat.com>
623
624         * compile/compile-c-types.c (struct type_map_instance)
625         <gcc_type>: Rename to gcc_type_handle.
626         (insert_type, convert_type): Adjust.
627
628 2015-10-29  Pedro Alves  <palves@redhat.com>
629
630         * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Don't
631         assume that "break" breaks out of a TRY/CATCH.
632         * python/py-framefilter.c (py_print_single_arg): Don't assume
633         "continue" breaks out of a TRY/CATCH.
634         * python/py-value.c (valpy_binop_throw): New function, factored
635         out from ...
636         (valpy_binop): ... this.
637         (valpy_richcompare_throw): New function, factored
638         out from ...
639         (valpy_richcompare): ... this.
640         * solib.c (solib_read_symbols): Don't assume "break" breaks out
641         of a TRY/CATCH.
642         * common/common-exceptions.h [USE_RAW_CXX_TRY]
643         <TRY/CATCH/END_CATCH>: Define as 1-1 wrappers around try/catch.
644
645 2015-10-28  Simon Dardis  <Simon.Dardis@imgtec.com>
646
647         * mips-linux-tdep.c (mips_linux_in_dynsym_stub): Recognise 'or'
648         as move along with [d]addu.
649
650 2015-10-28  Yao Qi  <yao.qi@linaro.org>
651
652         * aarch64-tdep.c (aarch64_software_single_step): Pass 1 to
653         aarch64_decode_insn.
654
655 2015-10-27  Pedro Alves  <palves@redhat.com>
656
657         * common/print-utils.c (host_address_to_string): Rename to ...
658         (host_address_to_string_1): ... this.
659         * common/print-utils.h (host_address_to_string): Reimplement as
660         wrapper around host_address_to_string_1.
661         * utils.c (gdb_print_host_address): Rename to ...
662         (gdb_print_host_address_1): ... this.
663         * utils.h (gdb_print_host_address): Reimplement as wrapper macro
664         around  host_address_to_string_1.
665
666 2015-10-27  Pedro Alves  <palves@redhat.com>
667
668         * alpha-tdep.c (alpha_read_insn): Always pass TARGET_XFER_E_IO to
669         memory_error.  Rename local 'status' to 'res'.
670         * c-lang.c (c_get_string): Always pass TARGET_XFER_E_IO to
671         memory_error.
672         * corefile.c (read_stack, read_code, write_memory): Always pass
673         TARGET_XFER_E_IO to memory_error.
674         * disasm.c (dis_asm_memory_error): Always pass TARGET_XFER_E_IO to
675         memory_error.  Rename parameter 'status' to 'err'.
676         (dump_insns): Rename local 'status' to 'err'.
677         * mips-tdep.c (mips_fetch_instruction): Rename parameter 'statusp'
678         to 'errp'.  Rename local 'status' to 'err'.  Always pass
679         TARGET_XFER_E_IO to memory_error.
680         (mips_breakpoint_from_pc): Rename local 'status' to 'err'.
681         * target.c (target_read_memory, target_read_raw_memory)
682         (target_read_stack, target_read_code, target_write_memory)
683         (target_write_raw_memory): Return -1 on error instead of
684         TARGET_XFER_E_IO.
685         * valprint.c (val_print_string): Rename local 'errcode' to 'err'.
686         Always pass TARGET_XFER_E_IO to memory_error.  Update comment.
687
688 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
689
690         * guile/guile-internal.h (gdbscm_with_guile): Change return
691         types to const char *.
692         * guile/scm-safe-call.c (gdbscm_with_guile): Likewise.
693         (struct c_data) <func>: Likewise.
694         (struct c_data) <result>: Change type to const char *.
695         (scscm_eval_scheme_string): Change return type to
696         const char *.
697         (scscm_source_scheme_script): Likewise.
698         (gdbscm_safe_eval_string): Change type of result variable to
699         const char * and remove cast.
700         (gdbscm_safe_source_script): Likewise.
701         * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker):
702         Change return type to const char *.
703         (gdbscm_disasm_read_memory): Change type of status to
704         const char *.
705
706 2015-10-27  Pedro Alves  <palves@redhat.com>
707
708         * source.c (openp): New local 'last_errno'.  Use it to
709         save/restore errno.
710
711 2015-10-27  Pedro Alves  <palves@redhat.com>
712
713         * psymtab.c (dump_psymtab_addrmap_1): Add casts.
714
715 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
716
717         * ctf.c (SET_ENUM_FIELD): New macro.
718         (ctf_read_status): Use it.
719         (ctf_read_tp): Use it.
720
721 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
722
723         * guile/scm-breakpoint.c (gdbscm_set_breakpoint_stop_x): Add
724         scm_t_dynwind_flags casts.
725         * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
726         * guile/scm-ports.c (gdbscm_open_memory): Likewise.
727         * guile/scm-value.c (gdbscm_value_to_string): Likewise.
728
729 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
730
731         * ax.h (ax_raw_byte): New declaration.
732         * ax-general.c (ax_raw_byte): New function.
733         (ax_simple): Use ax_raw_byte.
734         * ax-gdb.c (gen_printf): Likewise.
735
736 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
737
738         * ada-lang.h (GROW_VECT): Add cast.
739
740 2015-10-26  Doug Evans  <xdje42@gmail.com>
741
742         * symtab.h (struct general_symbol_info> <ada_mangled>: Update comment.
743
744 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
745
746         * target.c (memory_xfer_partial): Change type of buf to gdb_byte
747         pointer.
748         (simple_search_memory): Cast return of memmem.
749
750 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
751
752         * stap-probe.c (handle_stap_probe): Add (const char *) casts.
753
754 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
755
756         * ctf.c (ctf_xfer_partial): Return TARGET_XFER_E_IO instead of
757         -1 on error.
758
759 2015-10-26  Doug Evans  <dje@google.com>
760
761         PR symtab/17391
762         * dwarf2-frame.c (dwarf2_restore_rule): Call dwarf_reg_to_regnum
763         instead of gdbarch_dwarf2_reg_to_regnum.
764         (dwarf2_frame_cache): Ditto.
765         (read_addr_from_reg): Call dwarf_reg_to_regnum_or_error instead of
766         gdbarch_dwarf2_reg_to_regnum.
767         (get_reg_value): Ditto.
768         (dwarf2_fetch_cfa_info): Ditto.
769         (dwarf2_frame_prev_register): Ditto.
770         * dwarf2loc.c: #include "complaints.h".
771         (dwarf_expr_read_addr_from_reg): Call dwarf_reg_to_regnum_or_error
772         instead of gdbarch_dwarf2_reg_to_regnum.
773         (dwarf_expr_get_reg_value): Ditto.
774         (read_pieced_value): Ditto.
775         (write_pieced_value): Ditto.
776         (dwarf2_evaluate_loc_desc_full): Ditto.
777         (dwarf_reg_to_regnum): New function.
778         (throw_bad_regnum_error): New function.
779         (dwarf_reg_to_regnum_or_error): Renamed from
780         dwarf2_reg_to_regnum_or_errorChange to take a ULONGEST regnum.
781         All callers updated.  Call throw_bad_regnum_error.
782         (locexpr_regname): Improve text of bad register number.
783         * dwarf2loc.h (dwarf_reg_to_regnum): Declare.
784         (dwarf_reg_to_regnum_or_error): Update prototype.
785         * dwarf2expr.c: #include "dwarf2loc.h".
786         (dwarf_block_to_sp_offset): Call dwarf_reg_to_regnum instead of
787         gdbarch_dwarf2_reg_to_regnum.
788         * gdbarch.sh (dwarf2_reg_to_regnum): Add comment.
789         * gdbarch.h: Regenerate.
790         * amd64-tdep.c (amd64_dwarf_reg_to_regnum): Remove warning for bad
791         register.
792         * avr-tdep.c (avr_dwarf_reg_to_regnum): Ditto.
793         * cris-tdep.c (cris_dwarf2_reg_to_regnum): Ditto.
794         * bfin-tdep.c (bfin_reg_to_regnum): Fix error checking.
795         * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum): Improve error checking.
796         Remove warning for bad register.
797         * hppa-tdep.c (hppa64_dwarf_reg_to_regnum): Ditto.
798         * i386-tdep.c (i386_svr4_dwarf_reg_to_regnum): Renamed from
799         i386_svr4_reg_to_regnum.  Return -1 for bad registers.
800         (i386_svr4_reg_to_regnum): New function.
801         (i386_gdbarch_init): Update call to set_gdbarch_dwarf2_reg_to_regnum.
802         * microblaze-tdep.c (microblaze_dwarf2_reg_to_regnum): Don't assert
803         on bad registers, return -1.
804         * msp430-tdep.c (msp430_dwarf2_reg_to_regnum): Improve error checking.
805         Remove warning for bad register.
806         * nios2-tdep.c: Add static assert for NIOS2_NUM_REGS.
807         (nios2_dwarf_reg_to_regnum): Fix off-by-one error.
808         Remove warning for bad register.  Return -1 for bad register.
809         * rl78-tdep.c (rl78_dwarf_reg_to_regnum): Don't flag an internal error
810         for bad register, return -1.
811         * rx-tdep.c (rx_dwarf_reg_to_regnum): Ditto.
812         * m68k-tdep.c (m68k_dwarf_reg_to_regnum): Fix error result.
813         * mep-tdep.c (mep_debug_reg_to_regnum): Ditto.
814         * mips-tdep.c (mips_stab_reg_to_regnum): Ditto.
815         (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
816         * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Remove warning
817         for bad regs.
818         * xtensa-tdep.c (xtensa_reg_to_regnum): Remove internal error for
819         bad regs.  Fix error result.
820         * stabsread.c (stab_reg_to_regnum): Watch for negative regno.
821         (reg_value_complaint): Update complaint text.
822         * mdebugread.c (reg_value_complaint): New function.
823         (mdebug_reg_to_regnum): Rewrite to watch for bad reg numbers.
824
825 2015-10-26  Doug Evans  <dje@google.com>
826
827         PR python/18938
828         * cli/cli-cmds (source_script_fron_sctream): New arg file_to_open.
829         All callers updated.
830
831 2015-10-26  Doug Evans  <dje@google.com>
832
833         * psymtab.c (struct dump_psymtab_addrmap_data): Define.
834         (dump_psymtab_addrmap_1, dump_psymtab_addrmap): New functions.
835         (maintenance_print_psymbols): Print address map.
836
837 2015-10-26  Doug Evans  <dje@google.com>
838
839         * nat/linux-nat.h (__SIGRTMIN): Move here from gdbserver/linux-low.c.
840
841 2015-10-26  Doug Evans  <dje@google.com>
842
843         * common/gdb_wait.h (W_STOPCODE): Define, moved here from
844         gdbserver/linux-low.c.
845         (WSETSTOP): Simplify.
846
847 2015-10-26  Doug Evans  <dje@google.com>
848
849         * linux-thread-db.c (find_new_threads_callback): Ditto.
850         (thread_db_pid_to_str): Ditto.
851
852 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
853
854         * guile/scm-ports.c (ioscm_make_gdb_stdio_port): Do not pass a
855         local char array to scm_mode_bits, use a cast instead.
856
857 2015-10-26  Simon Marchi  <simon.marchi@ericsson.com>
858
859         * tui/tui-data.c (tui_alloc_content): Don't check xmalloc
860         result.  Change type of element_block_ptr.  Change allocation to
861         use XNEWVEC.
862
863 2015-10-26  Luis Machado  <lgustavo@codesourcery.com>
864
865         * record-full.c (record_full_message_wrapper_safe): Pass empty string to
866         catch_errors call instead of NULL.
867
868 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
869
870         * guile/scm-ports.c (ioscm_make_gdb_stdio_port): Pass non-const
871         char pointer to scm_mode_bits.
872
873 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
874
875         * symtab.c (default_make_symbol_completion_list_break_on_1): Add
876         cast.
877
878 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
879
880         * guile/scm-ports.c (gdbscm_memory_port_write): Declare new
881         "data" local variable and use it.
882
883 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
884
885         * guile/scm-symbol.c (gdbscm_lookup_global_symbol): Add
886         domain_enum cast.
887         (gdbscm_lookup_symbol): Likewise.
888
889 2015-10-25  Iain Buclaw  <ibuclaw@gdcproject.org>
890
891         * d-exp.y: Remove an obsolete comment and propagate the block
892         information to the produced expression.
893
894 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
895
896         * tui/tui-data.c (tui_add_to_source_windows): Remove void *
897         cast.
898         (tui_add_content_elements): Likewise.
899
900 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
901
902         * cli/cli-setshow.c (do_set_command): Constify p.
903
904 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
905
906         * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Replace
907         (void *) cast with (gdb_byte *).
908
909 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
910
911         * proc-service.c (ps_pdread): Add cast.
912
913 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
914
915         * sparc64-tdep.c (sparc64_store_arguments): Split assignment of
916         valbuf.
917
918 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
919
920         * ia64-tdep.c (ia64_pseudo_register_write): Remove cast.
921         (ia64_push_dummy_call): Remove cast and change type of "to" to
922         array of gdb_byte.
923
924 2015-10-23  Simon Marchi  <simon.marchi@polymtl.ca>
925
926         * linux-btrace.c (linux_enable_pt): Add cast to mmap return.
927
928 2015-10-23  Simon Marchi  <simon.marchi@ericsson.com>
929
930         * observer.h (observer_${event}_notification_stub): Add cast.
931
932 2015-10-23  Yao Qi  <yao.qi@linaro.org>
933
934         * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Set
935         dsd.insn_count to zero.
936
937 2015-10-22  Pedro Alves  <palves@redhat.com>
938
939         * infrun.c (stop_after_trap): Delete.
940         (clear_proceed_status, handle_signal_stop, struct
941         infcall_control_state, save_infcall_control_state)
942         (restore_infcall_control_state): Remove references to
943         stop_after_trap.
944
945 2015-10-22  Simon Marchi  <simon.marchi@ericsson.com>
946
947         * python/python.c (_initialize_python): Add cast.
948
949 2015-10-22  Simon Marchi  <simon.marchi@ericsson.com>
950
951         * nto-tdep.c (nto_inferior_data): Add cast.
952
953 2015-10-22  Pedro Alves  <palves@redhat.com>
954
955         * windows-nat.c (do_initial_windows_stuff): Rewrite loop using
956         windows_wait and windows_resume directly instead of
957         wait_for_inferior and resume.
958
959 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
960
961         * xtensa-tdep.h (XTREG): Add casts.
962         (XTREG_END): Likewise.
963
964 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
965
966         * solib-spu.c (spu_bfd_iovec_pread): Add (gdb_byte *) cast.
967
968 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
969
970         * rs6000-tdep.c (variants): Add (enum bfd_architecture) cast.
971
972 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
973
974         * mips-linux-tdep.c (mips64_linux_get_longjmp_target): Change type of
975         buf to gdb_byte*.
976         (supply_32bit_reg): Add cast.
977         (mips64_fill_gregset): Likewise.
978
979 2015-10-21  Simon Marchi  <simon.marchi@polymtl.ca>
980
981         PR python/18073
982         * python/py-type.c (typy_get_composite): Allow returning a
983         function type.
984
985 2015-10-21  Keven Boell  <keven.boell@intel.com>
986
987         * dwarf2read.c (set_die_type): Add read of
988         DW_AT_allocated and DW_AT_associated.
989         * f-typeprint.c: New include of typeprint.h
990         (f_print_type): Add check for allocated/associated
991         status of type.
992         (f_type_print_varspec_suffix): Add check for
993         * gdbtypes.c (create_array_type_with_stride):
994         Add check for valid data location of type in
995         case allocated or associated attributes are set.
996         Length of an array should be only calculated if
997         allocated or associated is resolved as true.
998         (is_dynamic_type_internal): Add check for allocated/
999         associated.
1000         (resolve_dynamic_array): Evaluate allocated/associated
1001         properties.
1002         * gdbtypes.h (enum dynamic_prop_node_kind): <DYN_PROP_ALLOCATED>
1003         <DYN_PROP_ASSOCIATED>: New enums.
1004         (TYPE_ALLOCATED_PROP, TYPE_ASSOCIATED_PROP): New macros.
1005         (type_not_allocated): New function.
1006         (type_not_associated): New function.
1007         * valarith.c (value_subscripted_rvalue): Add check for
1008         allocated/associated.
1009         * valprint.c: New include of typeprint.h.
1010         (valprint_check_validity): Add check for allocated/associated.
1011         (value_check_printable): Add check for allocated/
1012         associated.
1013         * typeprint.h (val_print_not_allocated): New function.
1014         (val_print_not_associated): New function.
1015         * typeprint.c (val_print_not_allocated): New function.
1016         (val_print_not_associated): New function.
1017
1018 2015-10-21  Antoine Tremblay  <antoine.tremblay@ericsson.com>
1019
1020         * Makefile.in: Add arm.c/o.
1021         * arch/arm.c: New file.
1022         * arch/arm.h: (IS_THUMB_ADDR): Move macro from arm-tdep.c.
1023         (MAKE_THUMB_ADDR): Likewise.
1024         (UNMAKE_THUMB_ADDR): Likewise.
1025         * arm-tdep.c (int thumb_insn_size): Move to arm.c.
1026         (IS_THUMB_ADDR): Move to arm.h.
1027         (MAKE_THUMB_ADDR): Likewise.
1028         (UNMAKE_THUMB_ADDR): Likewise.
1029         * configure.tgt: Add arm.o to all ARM configs.
1030
1031 2015-10-21  Yao Qi  <yao.qi@linaro.org>
1032
1033         * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1034         Remove argument exp_vCont_s.
1035         * gdb.base/range-stepping.exp: Callers updated.
1036         * gdb.trace/range-stepping.exp: Likewise.
1037
1038 2015-10-21  Aleksandar Ristovski  <aristovski@qnx.com>
1039
1040         * gdb/nto-tdep.c (QNX_NOTE_NAME, QNX_INFO_SECT_NAME): New defines.
1041         (nto_sniff_abi_note_section): New function.
1042         (nto_elf_osabi_sniffer): Use new function to recognize nto specific
1043         binary.
1044
1045 2015-10-21  Aleksandar Ristovski  <aristovski@qnx.com>
1046
1047         * nto-procfs.c (procfs_wait): Set stopped_flags nad stopped_pc.
1048         (procfs_stopped_by_watchpoint): Use flags stored in inferior data.
1049         * nto-tdep.c (nto_new_inferior_data_reg): New definition.
1050         (nto_new_inferior_data, nto_inferior_data_cleanup, nto_inferior_data):
1051         New functions.
1052         (_initialize_nto_tdep): New forward declaration, new function.
1053         * nto-tdep.h (struct nto_inferior_data): New struct.
1054         (nto_inferior_data): New function declaration.
1055
1056 2015-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
1057
1058         * findvar.c (address_from_register): Check REGNUM validity.
1059
1060 2015-10-20  Aleksandar Ristovski  <aristovski@qnx.com>
1061
1062         * gdb/nto-procfs.c (procfs_pid_to_exec_file): New function.
1063         (init_procfs_targets): Wire new function.
1064
1065 2015-10-20  Aleksandar Ristovski  <aristovski@qnx.com>
1066
1067         * nto-procfs.c (sys/auxv.h): Include.
1068         (procfs_xfer_partial): Implement TARGET_OBJECT_AUXV.
1069         * nto-tdep.c (nto_read_auxv_from_initial_stack): New function.
1070         * nto-tdep.h (nto_read_auxv_from_initial_stack): New declaration.
1071
1072 2015-10-20  Aleksandar Ristovski  <aristovski@qnx.com>
1073
1074         * nto-procfs.c (nto_procfs_path): Rename to...
1075         (nodestr): ... this, and change type.
1076         (nto_node): Use new variable and logic accordingly.
1077         (procfs_open_1): Use new variable name. Use local buffer to construct
1078         procfrs path.
1079         (procfs_pidlist): Use NODESTR to construct procfs path.
1080         (procfs_files_info): Use NODESTR to output meaningful text.
1081         (do_attach): Construct procfs using NODESTR.
1082         (procfs_create_inferior): Compare pointer to NULL.
1083
1084 2015-10-19  Josh Stone  <jistone@redhat.com>
1085
1086         * linux-nat.c (linux_handle_syscall_trap): Always update entry/
1087         return state, even when not actively catching syscalls at all.
1088         (linux_handle_extended_wait): Mark syscall_state like an entry.
1089         (wait_lwp): Set syscall_state ignored for other traps.
1090         (linux_nat_filter_event): Likewise.
1091
1092 2015-10-19  Luis Machado  <lgustavo@codesourcery.com>
1093
1094         * remote.c (remote_wait_as): Set rs->waiting_for_stop_reply to 0
1095         when handling 'E', 'T', 'S', 'X' and 'W' packets.
1096         Do not set rs->waiting_for_stop_reply back to 1.
1097
1098 2015-10-16  Aleksandar Ristovski  <aristovski@qnx.com>
1099
1100         * nto-procfs.c (common/filestuff.h): Include.
1101         (procfs_can_use_hw_breakpoint): Fix enum name.
1102         (procfs_open_1): Fix compiler warning.
1103         (procfs_pidlist): Make static.
1104         (procfs_meminfo): Make static, fix type name, add missing argument.
1105         (procfs_store_registers): Make static.
1106         (procfs_thread_info): Remove unused function.
1107         (_initialize_procfs): Forward declare.
1108
1109 2015-10-16  Yao Qi  <yao.qi@arm.com>
1110
1111         * MAINTAINERS: Update my email address.
1112
1113 2015-10-15  Yao Qi  <yao.qi@linaro.org>
1114
1115         * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint):
1116         Call gdbarch_breakpoint_from_pc to instruction length.
1117         (aarch64_linux_remove_hw_breakpoint): Likewise.
1118         * common/common-regcache.h (regcache_register_size): Declare.
1119         * nat/aarch64-linux-hw-point.c: Include "common-regcache.h".
1120         (aarch64_point_is_aligned): Set alignment to 2 for breakpoint if
1121         the process is 32bit, otherwise set alignment to 4.
1122         (aarch64_handle_breakpoint): Update comments.
1123         * regcache.c (regcache_register_size): New function.
1124
1125 2015-10-15  Aleksandar Ristovski  <aristovski@qnx.com>
1126
1127         * gdbarch.sh (core_regset_section): Remove.
1128         * gdbarch.h: Regenerate.
1129
1130 2015-10-14  Yao Qi  <yao.qi@linaro.org>
1131
1132         * arch/aarch64-insn.h (struct aarch64_memory_operand): Move enum
1133         out of it.
1134         (enum aarch64_memory_operand_type): New.
1135
1136 2015-10-13  David Edelsohn  <dje.gcc@gmail.com>
1137
1138         * xcoffread.c (dwarf2_xcoff_names): Add .dwmac and .dwpbtyp.
1139
1140 2015-10-13  Pedro Alves  <palves@redhat.com>
1141
1142         * ada-lang.c (ada_enum_name): Constify local.
1143         * ada-typeprint.c (print_range_bound): Constify locals.
1144         * c-varobj.c (c_describe_child): Likewise.
1145         * cli/cli-setshow.c (do_set_command): Likewise.
1146         * gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
1147         * dwarf2read.c (find_file_and_directory): Likewise.
1148         (anonymous_struct_prefix, dwarf2_name): Likewise.
1149         * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
1150         * go-lang.c (unpack_mangled_go_symbol): Likewise.
1151         * jv-typeprint.c (java_type_print_base): Likewise.
1152         * ser-tcp.c (net_open): Likewise.
1153         * symfile.c (deduce_language_from_filename): Likewise.
1154         * symtab.c (gdb_mangle_name): Likewise.
1155         * tui/tui-io.c (tui_redisplay_readline): Likewise.
1156
1157 2015-10-13  Pedro Alves  <palves@redhat.com>
1158
1159         * infrun.c (restore_execution_direction): New function.
1160         (fetch_inferior_event): Use it instead of
1161         make_cleanup_restore_integer.
1162         (execution_direction): Change type to enum
1163         exec_direction_kind.
1164         * infrun.h (execution_direction): Likewise.
1165
1166 2015-10-13  Pedro Alves  <palves@redhat.com>
1167
1168         * ada-lang.c (ada_value_primitive_packed_val): Constify
1169         locals.  Use value_contents_writeable.  Remove casts.
1170
1171 2015-10-13  Pedro Alves  <palves@redhat.com>
1172
1173         * ada-lang.c (ada_value_primitive_packed_val): Add casts to malloc
1174         and alloca calls.
1175
1176 2015-10-13  Simon Marchi  <simon.marchi@polymtl.ca>
1177
1178         * lm32-tdep.c (lm32_push_dummy_call): Replace call to
1179         write_memory with write_memory_unsigned_integer.
1180
1181 2015-10-13  Simon Marchi  <simon.marchi@polymtl.ca>
1182
1183         * solib-dsbt.c (cmp_name): Constify arguments.
1184         * solib-frv.c (cmp_name): Likewise.
1185         * solib-svr4.c (svr4_create_solib_event_breakpoints): Likewise.
1186         * solib.c (gdb_bfd_lookup_symbol_from_symtab): Likewise.
1187         (bfd_lookup_symbol_from_dyn_symtab): Likewise.
1188         (gdb_bfd_lookup_symbol): Likewise.
1189         * solib.h (gdb_bfd_lookup_symbol): Likewise.
1190         (gdb_bfd_lookup_symbol_from_symtab): Likewise.
1191
1192 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1193
1194         * stack.c (parse_frame_specification): Remove message parameter,
1195         replace with fixed string in function body, update function
1196         comment.
1197         (frame_info): Remove message to parse_frame_specification.
1198         (select_frame_command): Likewise.
1199
1200 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1201
1202         * stack.c (parse_frame_specification): Delete.
1203         (parse_frame_specification_1): Rename to
1204         parse_frame_specification.
1205         (frame_info): Use parse_frame_specification.
1206         (select_frame_command): Likewise.
1207         (return_command): Use select_frame and print_stack_frame rather
1208         than frame_command and select_frame_command.
1209         (func_command): Use get_current_frame rather than
1210         parse_frame_specification.
1211
1212 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1213
1214         * stack.c (func_command): Return early when there is no ARG
1215         string.
1216
1217 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1218
1219         * stack.c: Include safe-ctype.h not ctype.h.
1220         (parse_frame_specification): Use ISSPACE not isspace.
1221         (backtrace_command): Use TOLOWER not tolower.
1222
1223 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
1224
1225         * mep-tdep.c (current_me_module): Add cast.
1226         (mep_gdbarch_init): Likewise.
1227
1228 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
1229
1230         * m32c-tdep.c (m32c_move_reg_t): Replace with...
1231         (m32c_write_reg_t): ...this and...
1232         (m32c_read_reg_t): ...this.
1233         (struct m32c_reg): Update types of read and write.
1234         (m32c_raw_read): Change declaration type to m32c_read_reg_t and
1235         adjust definition.
1236         (m32c_banked_read): Likewise.
1237         (m32c_sb_read): Likewise.
1238         (m32c_part_read): Likewise.
1239         (m32c_cat_read): Likewise.
1240         (m32c_r3r2r1r0_read): Likewise.
1241         (m32c_raw_write): Change declaration type to m32c_write_reg_t
1242         and adjust definition.
1243         (m32c_banked_write): Likewise.
1244         (m32c_sb_write): Likewise.
1245         (m32c_part_write): Likewise.
1246         (m32c_cat_write): Likewise.
1247         (m32c_r3r2r1r0_write): Likewise.
1248
1249 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
1250
1251         * aarch64-linux-tdep.c (aarch64_linux_syscall_record): Add cast.
1252
1253 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
1254
1255         * aarch64-linux-tdep.c (aarch64_canonicalize_syscall): Return
1256         gdb_sys_no_syscall instead of -1.
1257
1258 2015-10-12  Yao Qi  <yao.qi@linaro.org>
1259
1260         * NEWS: Mention the change.
1261
1262 2015-10-12  Yao Qi  <yao.qi@linaro.org>
1263
1264         * arch/aarch64-insn.c (emit_load_store): Rename to ...
1265         (aarch64_emit_load_store): ... it.  All callers updated.
1266
1267 2015-10-12  Yao Qi  <yao.qi@linaro.org>
1268
1269         * arch/aarch64-insn.c (emit_insn): Rename to ...
1270         (aarch64_emit_insn): ... it.  All callers updated.
1271
1272 2015-10-12  Yao Qi  <yao.qi@linaro.org>
1273
1274         * aarch64-linux-tdep.c: Include arch-utils.h.
1275         (aarch64_linux_init_abi): Call set_gdbarch_max_insn_length,
1276         set_gdbarch_displaced_step_copy_insn,
1277         set_gdbarch_displaced_step_fixup,
1278         set_gdbarch_displaced_step_free_closure,
1279         set_gdbarch_displaced_step_location,
1280         and set_gdbarch_displaced_step_hw_singlestep.
1281         * aarch64-tdep.c (struct displaced_step_closure): New.
1282         (struct aarch64_displaced_step_data): New.
1283         (aarch64_displaced_step_b): New function.
1284         (aarch64_displaced_step_b_cond): Likewise.
1285         (aarch64_register): Likewise.
1286         (aarch64_displaced_step_cb): Likewise.
1287         (aarch64_displaced_step_tb): Likewise.
1288         (aarch64_displaced_step_adr): Likewise.
1289         (aarch64_displaced_step_ldr_literal): Likewise.
1290         (aarch64_displaced_step_others): Likewise.
1291         (aarch64_displaced_step_copy_insn): Likewise.
1292         (aarch64_displaced_step_fixup): Likewise.
1293         (aarch64_displaced_step_hw_singlestep): Likewise.
1294         * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): New macro.
1295         (aarch64_displaced_step_copy_insn): Declare.
1296         (aarch64_displaced_step_fixup): Declare.
1297         (aarch64_displaced_step_hw_singlestep): Declare.
1298         * arch/aarch64-insn.c (emit_insn): Moved from
1299         gdbserver/linux-aarch64-low.c.
1300         (emit_load_store): Likewise.
1301         * arch/aarch64-insn.h (enum aarch64_opcodes): Moved from
1302         gdbserver/linux-aarch64-low.c.
1303         (struct aarch64_register): Likewise.
1304         (struct aarch64_memory_operand): Likewise.
1305         (ENCODE): Likewise.
1306         (can_encode_int32): New macro.
1307         (emit_b, emit_bcond, emit_cb, emit_ldr, emit_ldrsw): Likewise.
1308         (emit_tb, emit_nop): Likewise.
1309         (emit_insn): Declare.
1310         (emit_load_store): Declare.
1311
1312 2015-10-12  Yao Qi  <yao.qi@linaro.org>
1313
1314         * arch/aarch64-insn.c (aarch64_decode_ldr_literal): Moved from
1315         gdbserver/linux-aarch64-low.c.
1316         (aarch64_relocate_instruction): Likewise.
1317         * arch/aarch64-insn.h (aarch64_decode_ldr_literal): Declare.
1318         (struct aarch64_insn_data): Moved from
1319         gdbserver/linux-aarch64-low.c.
1320         (struct aarch64_insn_visitor): Likewise.
1321         (aarch64_relocate_instruction): Declare.
1322
1323 2015-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
1324
1325         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT>: If
1326         EVAL_AVOID_SIDE_EFFECTS mode, forward the VALUE_LVAL attribute
1327         to the returned value.
1328
1329 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
1330
1331         * ada-lang.c (ada_unpack_from_contents): Add guard that unpacked
1332         is large enough for BIT_SIZE.  Update function comment.
1333
1334 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
1335
1336         * ada-lang.c (ada_value_primitive_packed_val): Move
1337         src_len variable to local block where used.  Override
1338         BIT_SIZE if bigger than size of resolved type.
1339
1340 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
1341
1342         * gdbtypes.h (is_scalar_type): Add extern declaration.
1343         * gdbtypes.c (is_scalar_type): Make non-static.
1344         * ada-lang.c (ada_value_primitive_packed_val): Use is_scalar_type
1345         to compute IS_SCALAR instead of doing it ourselves.
1346
1347 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
1348
1349         * ada-lang.c (ada_value_primitive_packed_val): Rework handling
1350         of case where TYPE is dynamic.
1351
1352 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
1353
1354         * ada-lang.c (ada_unpack_from_contents): New function,
1355         extracted from ada_value_primitive_packed_val.
1356         (ada_value_primitive_packed_val): Replace extracted out code
1357         by call to ada_unpack_from_contents.
1358
1359 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
1360
1361         * ada-lang.c (ada_value_primitive_packed_val): Reorder local
1362         variable declarations.
1363
1364 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
1365
1366         * ada-lang.c (ada_value_primitive_packed_val): Change the type
1367         of local variables src and unpacked to "gdb_type *" instead of
1368         "unsigned char *".
1369
1370 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
1371
1372         * ada-lang.c (ada_value_primitive_packed_val): Make the name
1373         of various local variables more explicit and consistent.
1374         No real code change otherwise.
1375
1376 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
1377
1378         * i386-tdep.h (struct gdbarch_tdep): Change type of
1379         register_reggroup_p to gdbarch_register_reggroup_p_ftype.
1380
1381 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
1382
1383         * cris-tdep.c (struct instruction_environment): Change type of
1384         byte_order to enum bfd_endian.
1385
1386 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
1387
1388         * arm-linux-tdep.c (arm_canonicalize_syscall): Add
1389         enum gdb_syscall casts.
1390
1391 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
1392
1393         * aarch64-tdep.c (stack_item_t): Change type of data to gdb_byte*.
1394         * arm-tdep.c (struct stack_item): Likewise.
1395         (push_stack_item): Add gdb_byte* cast.
1396         * avr-tdep.c (struct stack_item): Change type of data to gdb_byte*.
1397         (push_stack_item): Add gdb_byte* cast.
1398         * cli/cli-dump.c (dump_memory_to_file): Change type of buf to gdb_byte*
1399         and add cast.
1400         * cris-tdep.c (struct stack_item): Change type of data to gdb_byte*.
1401         (push_stack_item): Add gdb_byte* cast.
1402         * gcore.c (gcore_copy_callback): Change type of memhunk to gdb_byte* and
1403         add cast.
1404         * gdbtypes.h (print_scalar_formatted): Change type of first parameter to
1405         gdb_byte*.
1406         * h8300-tdep.c (h8300_extract_return_value): Change type of valbuf to
1407         gdb_byte* and remove unnecessary cast.
1408         (h8300h_extract_return_value): Likewise.
1409         (h8300_store_return_value): Change type of valbuf to gdb_byte*.
1410         (h8300h_store_return_value): Likewise.
1411         * iq2000-tdep.c (iq2000_extract_return_value): Change type of valbuf to
1412         gdb_byte* and remove unnecessary cast.
1413         * jit.c (jit_reader_try_read_symtab): Change type of gdb_mem to gdb_byte*
1414         and add cast.
1415         * m32r-tdep.c (m32r_store_return_value): Change type of valbuf to
1416         gdb_byte* and remove unnecessary cast.
1417         (m32r_extract_return_value): Change type of dst to gdb_byte* and remove
1418         valbuf.
1419         * mep-tdep.c (mep_pseudo_cr32_read): Change type of buf to gdb_byte*.
1420         (mep_pseudo_cr64_read): Likewise.
1421         (mep_pseudo_csr_write): Likewise.
1422         (mep_pseudo_cr32_write): Likewise.
1423         (mep_pseudo_cr64_write): Likewise.
1424         * mi/mi-main.c (mi_cmd_data_write_memory): Change type of buffer to
1425         gdb_byte* and add cast.
1426         * moxie-tdep.c (moxie_store_return_value): Change type of valbuf to
1427         gdb_byte* and remove unnecessary cast.
1428         (moxie_extract_return_value): Change type of dst to gdb_byte* and remove
1429         valbuf.
1430         * p-valprint.c (print_scalar_formatted): Change type of valaddr to
1431         gdb_byte*.
1432         * printcmd.c (void): Likewise.
1433         * python/py-inferior.c (infpy_read_memory): Change type of buffer to
1434         gdb_byte* and add cast.
1435         (infpy_write_memory): Likewise.
1436         (infpy_search_memory): Likewise.
1437         * regcache.c (regcache_raw_write_signed): Change type of buf to gdb_byte*
1438         and add cast.
1439         (regcache_raw_write_unsigned): Likewise.
1440         (regcache_cooked_write_signed): Likewise.
1441         (regcache_cooked_write_unsigned): Likewise.
1442         * sh64-tdep.c (h64_extract_return_value): Change type of valbuf to
1443         gdb_byte*.
1444
1445 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
1446
1447         * fbsd-tdep.c (fbsd_collect_regset_section_cb): Add cast.
1448         * linux-tdep.c (linux_collect_regset_section_cb_data): Likewise.
1449
1450 2015-10-09  Eli Zaretskii  <eliz@gnu.org>
1451
1452         * stack.c (print_stack_frame):
1453         * utils.c (printchar): Fix typos in commentary.
1454
1455 2015-10-08  Iain Buclaw  <ibuclaw@gdcproject.org>
1456
1457         * d-exp.y: (UnaryExpression): Support `type.sizeof' expressions.
1458         (PostfixExpression): Support `expr.sizeof' expressions.
1459         (PrimaryExpression): Support `typeof(expr)' expressions.
1460
1461 2015-10-08  Maciej W. Rozycki  <macro@imgtec.com>
1462
1463         * MAINTAINERS: Update my email address.
1464
1465 2015-10-08  Markus Metzger  <markus.t.metzger@intel.com>
1466
1467         * record-btrace.c (record_btrace_resume): Fix void return.
1468
1469 2015-10-07  Yao Qi  <yao.qi@linaro.org>
1470
1471         * aarch64-tdep.c: Include opcode/aarch64.h.
1472         (submask): Move it above.
1473         (bit): Likewise.
1474         (bits): Likewise.
1475         (aarch64_software_single_step): Call aarch64_decode_insn.
1476         Decode instruction by aarch64_inst instead of using
1477         aarch64_decode_bcond and decode_masked_match.
1478
1479 2015-10-06  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
1480
1481         * cli/cli-dump.c (restore_command): Parse load_offset (bias) as address
1482         only when the file is binary.
1483
1484 2015-10-02  James Bowman  <james.bowman@ftdichip.com>
1485
1486         * ft32-tdep.c (ft32_analyze_prologue): Add function prolog
1487         subroutine handling.
1488
1489 2015-10-01  Simon Marchi  <simon.marchi@ericsson.com>
1490
1491         * common/vec.h (VEC_OP (T,cleanup)): Add pointer cast.
1492
1493 2015-09-30  Doug Evans  <dje@google.com>
1494
1495         * dwarf2read.c (setup_type_unit_groups): Add comment.
1496
1497 2015-09-30  Pedro Alves  <palves@redhat.com>
1498
1499         * linux-nat.c (linux_nat_always_non_stop_p): Always return 1.
1500         * x86-linux-nat.c (x86_linux_always_non_stop_p): Delete.
1501         (x86_linux_create_target): Don't install
1502         x86_linux_always_non_stop_p.
1503
1504 2015-09-30  Don Breazeal  <donb@codesourcery.com>
1505
1506         * remote.c (remote_parse_stop_reply): Call strprefix instead
1507         of strncmp.
1508
1509 2015-09-30  Simon Marchi  <simon.marchi@ericsson.com>
1510
1511         * gdbarch.sh (struct gdbarch_info): Change tdep_info's type to void *.
1512         * gdbarch.h: Regenerate.
1513         * i386-tdep.c (i386_gdbarch_init): Remove cast to
1514         struct gdbarch_tdep_info *.
1515         * mips-tdep.c (mips_gdbarch_init): Likewise.
1516         * ppc-linux-tdep (ppu2spu_sniffer): Likewise.
1517         * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
1518         * spu-multiarch.c (spu_gdbarch): Likewise.
1519
1520 2015-09-30  Kevin Buettner  <kevinb@redhat.com>
1521
1522         * infcmd.c (finish_command_fsm_should_stop): Don't attempt to
1523         record a NULL value.
1524
1525 2015-09-29  Kevin Buettner  <kevinb@redhat.com>
1526
1527         * msp430-tdep.c (msp430_push_dummy_call): Treat reference, struct,
1528         and union arguments the same as pointer arguments when determining
1529         size of argument.
1530
1531 2015-09-29  James Bowman  <james.bowman@ftdichip.com>
1532
1533         * ft32-tdep.c: #include "opcode/ft32.h".
1534         Delete local macros IS_PUSH, PUSH_REG, IS_LINK, LINK_SIZE.
1535         (ft32_analyze_prologue): Use FT32_* macros.
1536
1537 2015-09-28  Simon Marchi  <simon.marchi@ericsson.com>
1538
1539         * cli/cli-script.c (read_next_line): Fix stdout -> stdin in
1540         comment.
1541
1542 2015-09-28  Doug Evans  <dje@google.com>
1543
1544         * MAINTAINERS: Add Iain Buclaw as D language maintainer.
1545
1546 2015-09-28  Doug Evans  <dje@google.com>
1547
1548         * common/filestuff.c (make_cleanup_close): Update comment.
1549
1550 2015-09-26  Simon Marchi  <simon.marchi@polymtl.ca>
1551
1552         * btrace.c (parse_xml_btrace_block): Fix cast of
1553         xml_find_attribute's return value.
1554         * memory-map.c (memory_map_start_memory): Likewise.
1555         * solib-svr4.c (library_list_start_library): Likewise.
1556         * solib-target.c (library_list_start_segment): Likewise.
1557         (library_list_start_section): Likewise.
1558         * tracepoint.c (traceframe_info_start_memory): Likewise.
1559
1560 2015-09-26  Iain Buclaw  <ibuclaw@gdcproject.org>
1561
1562         * d-namespace.c (d_lookup_symbol): New arg langdef.
1563         All callers updated.  Support looking up symbol as a primitive type.
1564         (lookup_module_scope): New arg langdef.  All callers updated.
1565         Call d_lookup_symbol directly for simple bare symbols.
1566
1567 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
1568
1569         * macrocmd.c (print_macro_callback): Add cast(s).
1570         * macrotab.c (macro_bcache_str): Likewise.
1571         (new_macro_definition): Likewise.
1572         * main.c (captured_main): Likewise.
1573         * maint.c (print_bfd_section_info): Likewise.
1574         * mdebugread.c (mdebug_build_psymtabs): Likewise.
1575         (basic_type): Likewise.
1576         * memattr.c (mem_region_cmp): Likewise.
1577         * memory-map.c (memory_map_start_memory): Likewise.
1578         (memory_map_end_memory): Likewise.
1579         (memory_map_start_property): Likewise.
1580         (memory_map_end_property): Likewise.
1581         (clear_result): Likewise.
1582         * memrange.c (compare_mem_ranges): Likewise.
1583         * mep-tdep.c (mep_analyze_frame_prologue): Likewise.
1584         * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Likewise.
1585         * mi/mi-console.c (mi_console_file_delete): Likewise.
1586         (mi_console_file_fputs): Likewise.
1587         (mi_console_raw_packet): Likewise.
1588         (mi_console_file_flush): Likewise.
1589         (mi_console_set_raw): Likewise.
1590         * mi/mi-interp.c (mi_interpreter_resume): Likewise.
1591         (mi_new_thread): Likewise.
1592         (mi_thread_exit): Likewise.
1593         (mi_record_changed): Likewise.
1594         (mi_inferior_added): Likewise.
1595         (mi_inferior_appeared): Likewise.
1596         (mi_inferior_exit): Likewise.
1597         (mi_inferior_removed): Likewise.
1598         (mi_interp_data): Likewise.
1599         (mi_on_normal_stop): Likewise.
1600         (mi_traceframe_changed): Likewise.
1601         (mi_tsv_created): Likewise.
1602         (mi_tsv_deleted): Likewise.
1603         (mi_tsv_modified): Likewise.
1604         (mi_breakpoint_created): Likewise.
1605         (mi_breakpoint_deleted): Likewise.
1606         (mi_breakpoint_modified): Likewise.
1607         (mi_output_running_pid): Likewise.
1608         (mi_inferior_count): Likewise.
1609         (mi_solib_loaded): Likewise.
1610         (mi_solib_unloaded): Likewise.
1611         (mi_command_param_changed): Likewise.
1612         (mi_memory_changed): Likewise.
1613         (report_initial_inferior): Likewise.
1614         (mi_ui_out): Likewise.
1615         (mi_set_logging): Likewise.
1616         * mi/mi-main.c (collect_cores): Likewise.
1617         (print_one_inferior): Likewise.
1618         (free_vector_of_ints): Likewise.
1619         (free_splay_tree): Likewise.
1620         (mi_execute_command): Likewise.
1621         * mi/mi-out.c (mi_table_body): Likewise.
1622         (mi_table_end): Likewise.
1623         (mi_table_header): Likewise.
1624         (mi_begin): Likewise.
1625         (mi_end): Likewise.
1626         (mi_field_int): Likewise.
1627         (mi_field_string): Likewise.
1628         (mi_field_fmt): Likewise.
1629         (mi_flush): Likewise.
1630         (mi_redirect): Likewise.
1631         (field_separator): Likewise.
1632         (mi_open): Likewise.
1633         (mi_close): Likewise.
1634         (mi_out_buffered): Likewise.
1635         (mi_out_rewind): Likewise.
1636         (mi_out_put): Likewise.
1637         (mi_version): Likewise.
1638         (mi_out_data_dtor): Likewise.
1639         * mi/mi-parse.c (mi_parse_cleanup): Likewise.
1640         * microblaze-tdep.c (microblaze_frame_cache): Likewise.
1641         * minidebug.c (lzma_open): Likewise.
1642         (lzma_pread): Likewise.
1643         (lzma_close): Likewise.
1644         (lzma_stat): Likewise.
1645         * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
1646         * mips-sde-tdep.c (mips_sde_frame_cache): Likewise.
1647         (mips_sde_elf_osabi_sniff_abi_tag_sections): Likewise.
1648         * mips-tdep.c (mips_insn16_frame_cache): Likewise.
1649         (mips_micro_frame_cache): Likewise.
1650         (mips_insn32_frame_cache): Likewise.
1651         (mips_stub_frame_cache): Likewise.
1652         (gdb_print_insn_mips): Likewise.
1653         (value_of_mips_user_reg): Likewise.
1654         (mips_gdbarch_init): Likewise.
1655         * mips64obsd-tdep.c (mips64obsd_supply_gregset): Likewise.
1656         * mipsnbsd-tdep.c (mipsnbsd_supply_fpregset): Likewise.
1657         (mipsnbsd_supply_gregset): Likewise.
1658         * mn10300-linux-tdep.c (am33_supply_fpregset_method): Likewise.
1659         (am33_collect_gregset_method): Likewise.
1660         (am33_collect_fpregset_method): Likewise.
1661         * mn10300-tdep.c (mn10300_analyze_frame_prologue): Likewise.
1662         * moxie-tdep.c (moxie_frame_cache): Likewise.
1663         * msp430-tdep.c (msp430_get_opcode_byte): Likewise.
1664         (msp430_analyze_frame_prologue): Likewise.
1665         * mt-tdep.c (mt_frame_unwind_cache): Likewise.
1666         * nios2-linux-tdep.c (nios2_supply_gregset): Likewise.
1667         (nios2_collect_gregset): Likewise.
1668         * nios2-tdep.c (nios2_frame_unwind_cache): Likewise.
1669         (nios2_stub_frame_cache): Likewise.
1670         * objc-lang.c (find_methods): Likewise.
1671         * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
1672         (get_objfile_pspace_data): Likewise.
1673         (get_objfile_bfd_data): Likewise.
1674         (objfile_bfd_data_free): Likewise.
1675         (add_to_objfile_sections): Likewise.
1676         (do_free_objfile_cleanup): Likewise.
1677         (resume_section_map_updates_cleanup): Likewise.
1678         * opencl-lang.c (builtin_opencl_type): Likewise.
1679         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
1680         * osdata.c (osdata_start_osdata): Likewise.
1681         (osdata_start_item): Likewise.
1682         (osdata_start_column): Likewise.
1683         (osdata_end_column): Likewise.
1684         (clear_parsing_data): Likewise.
1685         (osdata_free_cleanup): Likewise.
1686         * parse.c (type_stack_cleanup): Likewise.
1687         (exp_uses_objfile_iter): Likewise.
1688         * ppc-linux-tdep.c (ppc_linux_supply_gregset): Likewise.
1689         (ppc_linux_collect_gregset): Likewise.
1690         (ppu2spu_prev_arch): Likewise.
1691         (ppu2spu_this_id): Likewise.
1692         (ppu2spu_prev_register): Likewise.
1693         (ppu2spu_unwind_register): Likewise.
1694         (ppu2spu_sniffer): Likewise.
1695         (ppu2spu_dealloc_cache): Likewise.
1696         (ppc_linux_init_abi): Likewise.
1697         * ppcfbsd-tdep.c (ppcfbsd_sigtramp_frame_cache): Likewise.
1698         * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
1699         * progspace.c (restore_program_space): Likewise.
1700         * psymtab.c (find_pc_sect_psymtab): Likewise.
1701         (compare_psymbols): Likewise.
1702         (psymbol_bcache_full): Likewise.
1703         (allocate_psymtab): Likewise.
1704         (discard_psymtabs_upto): Likewise.
1705         * python/py-block.c (set_block): Likewise.
1706         (del_objfile_blocks): Likewise.
1707         * python/py-breakpoint.c (build_bp_list): Likewise.
1708         * python/py-inferior.c (inferior_to_inferior_object): Likewise.
1709         (build_inferior_list): Likewise.
1710         (py_free_inferior): Likewise.
1711         * python/py-objfile.c (py_free_objfile): Likewise.
1712         (objfile_to_objfile_object): Likewise.
1713         * python/py-prettyprint.c (py_restore_tstate): Likewise.
1714         * python/py-progspace.c (py_free_pspace): Likewise.
1715         (pspace_to_pspace_object): Likewise.
1716         * python/py-symbol.c (set_symbol): Likewise.
1717         (del_objfile_symbols): Likewise.
1718         * python/py-symtab.c (set_sal): Likewise.
1719         (set_symtab): Likewise.
1720         (del_objfile_symtab): Likewise.
1721         (del_objfile_sal): Likewise.
1722         * python/py-type.c (save_objfile_types): Likewise.
1723         (set_type): Likewise.
1724         * python/py-unwind.c (pyuw_prev_register): Likewise.
1725         (pyuw_on_new_gdbarch): Likewise.
1726         * python/py-utils.c (py_decref): Likewise.
1727         (py_xdecref): Likewise.
1728         (gdb_py_generic_dict): Likewise.
1729         * python/py-xmethods.c (gdbpy_free_xmethod_worker_data): Likewise.
1730         (gdbpy_clone_xmethod_worker_data): Likewise.
1731         (gdbpy_get_xmethod_arg_types): Likewise.
1732         (gdbpy_get_xmethod_result_type): Likewise.
1733         (gdbpy_invoke_xmethod): Likewise.
1734         * python/python.c (gdbpy_apply_type_printers): Likewise.
1735         (gdbpy_free_type_printers): Likewise.
1736         * record-btrace.c (record_btrace_disable_callback): Likewise.
1737         (bfcache_hash): Likewise.
1738         (bfcache_eq): Likewise.
1739         (btrace_get_frame_function): Likewise.
1740         (record_btrace_frame_unwind_stop_reason): Likewise.
1741         (record_btrace_frame_this_id): Likewise.
1742         (record_btrace_frame_prev_register): Likewise.
1743         (record_btrace_frame_dealloc_cache): Likewise.
1744         * record-full.c (record_full_message_wrapper): Likewise.
1745         (record_full_save_cleanups): Likewise.
1746         * regcache.c (regcache_descr): Likewise.
1747         (do_regcache_xfree): Likewise.
1748         (do_regcache_invalidate): Likewise.
1749         (do_cooked_read): Likewise.
1750         (regcache_transfer_regset): Likewise.
1751         * reggroups.c (reggroup_add): Likewise.
1752         (reggroup_next): Likewise.
1753         (reggroup_prev): Likewise.
1754         * remote-fileio.c (do_remote_fileio_request): Likewise.
1755         * remote-notif.c (remote_async_get_pending_events_handler): Likewise.
1756         (do_notif_event_xfree): Likewise.
1757         * remote.c (get_remote_arch_state): Likewise.
1758         (remote_pspace_data_cleanup): Likewise.
1759         (get_remote_exec_file): Likewise.
1760         (set_pspace_remote_exec_file): Likewise.
1761         (compare_pnums): Likewise.
1762         (clear_threads_listing_context): Likewise.
1763         (remote_newthread_step): Likewise.
1764         (start_thread): Likewise.
1765         (end_thread): Likewise.
1766         (remove_child_of_pending_fork): Likewise.
1767         (remove_stop_reply_for_inferior): Likewise.
1768         (remove_stop_reply_of_remote_state): Likewise.
1769         (remote_notif_remove_once_on_match): Likewise.
1770         (stop_reply_match_ptid_and_ws): Likewise.
1771         (kill_child_of_pending_fork): Likewise.
1772         (register_remote_g_packet_guess): Likewise.
1773         (remote_read_description_p): Likewise.
1774         (remote_read_description): Likewise.
1775         (free_actions_list_cleanup_wrapper): Likewise.
1776         (remote_async_serial_handler): Likewise.
1777         * rl78-tdep.c (rl78_get_opcode_byte): Likewise.
1778         (rl78_analyze_frame_prologue): Likewise.
1779         * rs6000-tdep.c (ppc_supply_gregset): Likewise.
1780         (ppc_supply_fpregset): Likewise.
1781         (ppc_supply_vsxregset): Likewise.
1782         (ppc_supply_vrregset): Likewise.
1783         (ppc_collect_gregset): Likewise.
1784         (ppc_collect_fpregset): Likewise.
1785         (ppc_collect_vsxregset): Likewise.
1786         (ppc_collect_vrregset): Likewise.
1787         (e500_move_ev_register): Likewise.
1788         (do_regcache_raw_write): Likewise.
1789         (rs6000_frame_cache): Likewise.
1790         (rs6000_epilogue_frame_cache): Likewise.
1791         (rs6000_gdbarch_init): Likewise.
1792         * rx-tdep.c (rx_get_opcode_byte): Likewise.
1793         (rx_analyze_frame_prologue): Likewise.
1794         (rx_frame_type): Likewise.
1795         (rx_frame_sniffer_common): Likewise.
1796         * s390-linux-tdep.c (s390_check_for_saved): Likewise.
1797         (s390_frame_unwind_cache): Likewise.
1798         (s390_stub_frame_unwind_cache): Likewise.
1799         (s390_sigtramp_frame_unwind_cache): Likewise.
1800         * score-tdep.c (score_make_prologue_cache): Likewise.
1801         * sentinel-frame.c (sentinel_frame_prev_register): Likewise.
1802         (sentinel_frame_prev_arch): Likewise.
1803         * ser-base.c (fd_event): Likewise.
1804         (push_event): Likewise.
1805         (ser_base_write): Likewise.
1806         * ser-pipe.c (pipe_close): Likewise.
1807         * serial.c (serial_write): Likewise.
1808         * sh-tdep.c (sh_frame_cache): Likewise.
1809         (sh_stub_this_id): Likewise.
1810         * sh64-tdep.c (sh64_frame_cache): Likewise.
1811         * solib-aix.c (get_solib_aix_inferior_data): Likewise.
1812         (library_list_start_library): Likewise.
1813         (library_list_start_list): Likewise.
1814         (solib_aix_free_library_list): Likewise.
1815         * solib-darwin.c (get_darwin_info): Likewise.
1816         * solib-dsbt.c (get_dsbt_info): Likewise.
1817         * solib-spu.c (append_ocl_sos): Likewise.
1818         * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
1819         (get_svr4_info): Likewise.
1820         (library_list_start_library): Likewise.
1821         (svr4_library_list_start_list): Likewise.
1822         (hash_probe_and_action): Likewise.
1823         (equal_probe_and_action): Likewise.
1824         (svr4_update_solib_event_breakpoint): Likewise.
1825         (set_solib_svr4_fetch_link_map_offsets): Likewise.
1826         (svr4_fetch_link_map_offsets): Likewise.
1827         (svr4_have_link_map_offsets): Likewise.
1828         * solib-target.c (library_list_start_segment): Likewise.
1829         (library_list_start_section): Likewise.
1830         (library_list_start_library): Likewise.
1831         (library_list_end_library): Likewise.
1832         (library_list_start_list): Likewise.
1833         (solib_target_free_library_list): Likewise.
1834         * solib.c (solib_ops): Likewise.
1835         (set_solib_ops): Likewise.
1836         * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
1837         * sparc-tdep.c (sparc_frame_cache): Likewise.
1838         (sparc32_frame_cache): Likewise.
1839         (sparc32_supply_gregset): Likewise.
1840         (sparc32_collect_gregset): Likewise.
1841         (sparc32_supply_fpregset): Likewise.
1842         (sparc32_collect_fpregset): Likewise.
1843         * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
1844         * sparc64-tdep.c (sparc64_supply_gregset): Likewise.
1845         (sparc64_collect_gregset): Likewise.
1846         (sparc64_supply_fpregset): Likewise.
1847         (sparc64_collect_fpregset): Likewise.
1848         * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_cache): Likewise.
1849         * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
1850         * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.
1851         (sparc64obsd_trapframe_cache): Likewise.
1852         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Likewise.
1853         * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
1854         * spu-multiarch.c (spu_gdbarch): Likewise.
1855         * spu-tdep.c (spu_frame_unwind_cache): Likewise.
1856         (spu2ppu_prev_arch): Likewise.
1857         (spu2ppu_this_id): Likewise.
1858         (spu2ppu_prev_register): Likewise.
1859         (spu2ppu_dealloc_cache): Likewise.
1860         (spu_dis_asm_print_address): Likewise.
1861         (gdb_print_insn_spu): Likewise.
1862         (spu_get_overlay_table): Likewise.
1863         * stabsread.c (rs6000_builtin_type): Likewise.
1864         * stack.c (do_print_variable_and_value): Likewise.
1865         * stap-probe.c (get_stap_base_address_1): Likewise.
1866         * symfile-debug.c (debug_qf_has_symbols): Likewise.
1867         (debug_qf_find_last_source_symtab): Likewise.
1868         (debug_qf_forget_cached_source_info): Likewise.
1869         (debug_qf_map_symtabs_matching_filename): Likewise.
1870         (debug_qf_lookup_symbol): Likewise.
1871         (debug_qf_print_stats): Likewise.
1872         (debug_qf_dump): Likewise.
1873         (debug_qf_relocate): Likewise.
1874         (debug_qf_expand_symtabs_for_function): Likewise.
1875         (debug_qf_expand_all_symtabs): Likewise.
1876         (debug_qf_expand_symtabs_with_fullname): Likewise.
1877         (debug_qf_map_matching_symbols): Likewise.
1878         (debug_qf_expand_symtabs_matching): Likewise.
1879         (debug_qf_find_pc_sect_compunit_symtab): Likewise.
1880         (debug_qf_map_symbol_filenames): Likewise.
1881         (debug_sym_get_probes): Likewise.
1882         (debug_sym_new_init): Likewise.
1883         (debug_sym_init): Likewise.
1884         (debug_sym_read): Likewise.
1885         (debug_sym_read_psymbols): Likewise.
1886         (debug_sym_finish): Likewise.
1887         (debug_sym_offsets): Likewise.
1888         (debug_sym_read_linetable): Likewise.
1889         (debug_sym_relocate): Likewise.
1890         (uninstall_symfile_debug_logging): Likewise.
1891         * symfile-mem.c (symbol_file_add_from_memory_wrapper): Likewise.
1892         * symfile.c (place_section): Likewise.
1893         (add_section_size_callback): Likewise.
1894         (load_progress): Likewise.
1895         (load_section_callback): Likewise.
1896         (clear_memory_write_data): Likewise.
1897         (allocate_symtab): Likewise.
1898         * symmisc.c (maintenance_expand_file_matcher): Likewise.
1899         * symtab.c (lookup_symtab_callback): Likewise.
1900         (hash_demangled_name_entry): Likewise.
1901         (eq_demangled_name_entry): Likewise.
1902         (get_symbol_cache): Likewise.
1903         (symbol_cache_cleanup): Likewise.
1904         (set_symbol_cache_size): Likewise.
1905         (symbol_cache_flush): Likewise.
1906         (maintenance_print_symbol_cache): Likewise.
1907         (maintenance_print_symbol_cache_statistics): Likewise.
1908         (delete_filename_seen_cache): Likewise.
1909         (output_partial_symbol_filename): Likewise.
1910         (search_symbols_file_matches): Likewise.
1911         (search_symbols_name_matches): Likewise.
1912         (do_free_completion_list): Likewise.
1913         (maybe_add_partial_symtab_filename): Likewise.
1914         (get_main_info): Likewise.
1915         (main_info_cleanup): Likewise.
1916         * target-dcache.c (target_dcache_cleanup): Likewise.
1917         (target_dcache_init_p): Likewise.
1918         (target_dcache_invalidate): Likewise.
1919         (target_dcache_get): Likewise.
1920         (target_dcache_get_or_init): Likewise.
1921         * target-descriptions.c (target_find_description): Likewise.
1922         (tdesc_find_type): Likewise.
1923         (tdesc_data_cleanup): Likewise.
1924         (tdesc_find_arch_register): Likewise.
1925         (tdesc_register_name): Likewise.
1926         (tdesc_register_type): Likewise.
1927         (tdesc_register_reggroup_p): Likewise.
1928         (set_tdesc_pseudo_register_name): Likewise.
1929         (set_tdesc_pseudo_register_type): Likewise.
1930         (set_tdesc_pseudo_register_reggroup_p): Likewise.
1931         (tdesc_use_registers): Likewise.
1932         (free_target_description): Likewise.
1933         * target-memory.c (compare_block_starting_address): Likewise.
1934         (cleanup_request_data): Likewise.
1935         (cleanup_write_requests_vector): Likewise.
1936         * target.c (open_target): Likewise.
1937         (cleanup_restore_target_terminal): Likewise.
1938         (free_memory_read_result_vector): Likewise.
1939         * thread.c (disable_thread_stack_temporaries): Likewise.
1940         (finish_thread_state_cleanup): Likewise.
1941         (do_restore_current_thread_cleanup): Likewise.
1942         (restore_current_thread_cleanup_dtor): Likewise.
1943         (set_thread_refcount): Likewise.
1944         (tp_array_compar): Likewise.
1945         (do_captured_thread_select): Likewise.
1946         * tic6x-tdep.c (tic6x_frame_unwind_cache): Likewise.
1947         (tic6x_stub_this_id): Likewise.
1948         * tilegx-tdep.c (tilegx_frame_cache): Likewise.
1949         * top.c (do_restore_instream_cleanup): Likewise.
1950         (gdb_readline_wrapper_cleanup): Likewise.
1951         (kill_or_detach): Likewise.
1952         (print_inferior_quit_action): Likewise.
1953         * tracefile-tfile.c (match_blocktype): Likewise.
1954         (build_traceframe_info): Likewise.
1955         * tracefile.c (trace_file_writer_xfree): Likewise.
1956         * tracepoint.c (memrange_cmp): Likewise.
1957         (do_collect_symbol): Likewise.
1958         (do_clear_collection_list): Likewise.
1959         (do_restore_current_traceframe_cleanup): Likewise.
1960         (restore_current_traceframe_cleanup_dtor): Likewise.
1961         (free_current_marker): Likewise.
1962         (traceframe_info_start_memory): Likewise.
1963         (traceframe_info_start_tvar): Likewise.
1964         (free_result): Likewise.
1965         * tramp-frame.c (tramp_frame_cache): Likewise.
1966         * tui/tui-file.c (tui_file_delete): Likewise.
1967         (tui_fileopen): Likewise.
1968         (tui_sfileopen): Likewise.
1969         (tui_file_isatty): Likewise.
1970         (tui_file_rewind): Likewise.
1971         (tui_file_put): Likewise.
1972         (tui_file_fputs): Likewise.
1973         (tui_file_get_strbuf): Likewise.
1974         (tui_file_adjust_strbuf): Likewise.
1975         (tui_file_flush): Likewise.
1976         * tui/tui-layout.c (make_command_window): Likewise.
1977         (make_data_window): Likewise.
1978         (show_source_disasm_command): Likewise.
1979         (show_data): Likewise.
1980         (make_source_or_disasm_window): Likewise.
1981         (show_source_or_disasm_and_command): Likewise.
1982         * tui/tui-out.c (tui_field_int): Likewise.
1983         (tui_field_string): Likewise.
1984         (tui_field_fmt): Likewise.
1985         (tui_text): Likewise.
1986         * typeprint.c (hash_typedef_field): Likewise.
1987         (eq_typedef_field): Likewise.
1988         (do_free_typedef_hash): Likewise.
1989         (copy_typedef_hash_element): Likewise.
1990         (do_free_global_table): Likewise.
1991         (find_global_typedef): Likewise.
1992         (find_typedef_in_hash): Likewise.
1993         * ui-file.c (ui_file_write_for_put): Likewise.
1994         (do_ui_file_xstrdup): Likewise.
1995         (mem_file_delete): Likewise.
1996         (mem_file_rewind): Likewise.
1997         (mem_file_put): Likewise.
1998         (mem_file_write): Likewise.
1999         (stdio_file_delete): Likewise.
2000         (stdio_file_flush): Likewise.
2001         (stdio_file_read): Likewise.
2002         (stdio_file_write): Likewise.
2003         (stdio_file_write_async_safe): Likewise.
2004         (stdio_file_fputs): Likewise.
2005         (stdio_file_isatty): Likewise.
2006         (stdio_file_fseek): Likewise.
2007         (tee_file_delete): Likewise.
2008         (tee_file_flush): Likewise.
2009         (tee_file_write): Likewise.
2010         (tee_file_fputs): Likewise.
2011         (tee_file_isatty): Likewise.
2012         * ui-out.c (do_cleanup_table_end): Likewise.
2013         (do_cleanup_end): Likewise.
2014         * user-regs.c (user_reg_add): Likewise.
2015         (user_reg_map_name_to_regnum): Likewise.
2016         (usernum_to_user_reg): Likewise.
2017         (maintenance_print_user_registers): Likewise.
2018         * utils.c (do_bfd_close_cleanup): Likewise.
2019         (do_fclose_cleanup): Likewise.
2020         (do_obstack_free): Likewise.
2021         (do_ui_file_delete): Likewise.
2022         (do_ui_out_redirect_pop): Likewise.
2023         (do_free_section_addr_info): Likewise.
2024         (restore_integer): Likewise.
2025         (do_unpush_target): Likewise.
2026         (do_htab_delete_cleanup): Likewise.
2027         (do_restore_ui_file): Likewise.
2028         (do_value_free): Likewise.
2029         (do_free_so): Likewise.
2030         (free_current_contents): Likewise.
2031         (do_regfree_cleanup): Likewise.
2032         (core_addr_hash): Likewise.
2033         (core_addr_eq): Likewise.
2034         (do_free_char_ptr_vec): Likewise.
2035         * v850-tdep.c (v850_frame_cache): Likewise.
2036         * varobj.c (do_free_variable_cleanup): Likewise.
2037         * vax-tdep.c (vax_supply_gregset): Likewise.
2038         (vax_frame_cache): Likewise.
2039         * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_cache): Likewise.
2040         * xml-support.c (gdb_xml_body_text): Likewise.
2041         (gdb_xml_values_cleanup): Likewise.
2042         (gdb_xml_start_element): Likewise.
2043         (gdb_xml_start_element_wrapper): Likewise.
2044         (gdb_xml_end_element): Likewise.
2045         (gdb_xml_end_element_wrapper): Likewise.
2046         (gdb_xml_cleanup): Likewise.
2047         (gdb_xml_fetch_external_entity): Likewise.
2048         (gdb_xml_parse_attr_enum): Likewise.
2049         (xinclude_start_include): Likewise.
2050         (xinclude_end_include): Likewise.
2051         (xml_xinclude_default): Likewise.
2052         (xml_xinclude_start_doctype): Likewise.
2053         (xml_xinclude_end_doctype): Likewise.
2054         (xml_xinclude_cleanup): Likewise.
2055         (xml_fetch_content_from_file): Likewise.
2056         * xml-syscall.c (free_syscalls_info): Likewise.
2057         (syscall_start_syscall): Likewise.
2058         * xml-tdesc.c (tdesc_end_arch): Likewise.
2059         (tdesc_end_osabi): Likewise.
2060         (tdesc_end_compatible): Likewise.
2061         (tdesc_start_target): Likewise.
2062         (tdesc_start_feature): Likewise.
2063         (tdesc_start_reg): Likewise.
2064         (tdesc_start_union): Likewise.
2065         (tdesc_start_struct): Likewise.
2066         (tdesc_start_flags): Likewise.
2067         (tdesc_start_field): Likewise.
2068         (tdesc_start_vector): Likewise.
2069         (fetch_available_features_from_target): Likewise.
2070         * xstormy16-tdep.c (xstormy16_frame_cache): Likewise.
2071         * xtensa-tdep.c (xtensa_supply_gregset): Likewise.
2072         (xtensa_frame_cache): Likewise.
2073         (xtensa_frame_prev_register): Likewise.
2074         (xtensa_extract_return_value): Likewise.
2075
2076 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
2077
2078         * aarch64-tdep.c (aarch64_make_prologue_cache): Add cast(s).
2079         (aarch64_make_stub_cache): Likewise.
2080         (value_of_aarch64_user_reg): Likewise.
2081         * ada-lang.c (ada_inferior_data_cleanup): Likewise.
2082         (get_ada_inferior_data): Likewise.
2083         (get_ada_pspace_data): Likewise.
2084         (ada_pspace_data_cleanup): Likewise.
2085         (ada_complete_symbol_matcher): Likewise.
2086         (ada_exc_search_name_matches): Likewise.
2087         * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
2088         (get_ada_tasks_inferior_data): Likewise.
2089         * addrmap.c (addrmap_mutable_foreach_worker): Likewise.
2090         (splay_obstack_alloc): Likewise.
2091         (splay_obstack_free): Likewise.
2092         * alpha-linux-tdep.c (alpha_linux_supply_gregset): Likewise.
2093         (alpha_linux_collect_gregset): Likewise.
2094         (alpha_linux_supply_fpregset): Likewise.
2095         (alpha_linux_collect_fpregset): Likewise.
2096         * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind_cache): Likewise.
2097         * alpha-tdep.c (alpha_lds): Likewise.
2098         (alpha_sts): Likewise.
2099         (alpha_sigtramp_frame_unwind_cache): Likewise.
2100         (alpha_heuristic_frame_unwind_cache): Likewise.
2101         (alpha_supply_int_regs): Likewise.
2102         (alpha_fill_int_regs): Likewise.
2103         (alpha_supply_fp_regs): Likewise.
2104         (alpha_fill_fp_regs): Likewise.
2105         * alphanbsd-tdep.c (alphanbsd_supply_fpregset): Likewise.
2106         (alphanbsd_aout_supply_gregset): Likewise.
2107         (alphanbsd_supply_gregset): Likewise.
2108         * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
2109         (amd64_x32_linux_init_abi): Likewise.
2110         * amd64-nat.c (amd64_supply_native_gregset): Likewise.
2111         (amd64_collect_native_gregset): Likewise.
2112         * amd64-tdep.c (amd64_frame_cache): Likewise.
2113         (amd64_sigtramp_frame_cache): Likewise.
2114         (amd64_epilogue_frame_cache): Likewise.
2115         (amd64_supply_fxsave): Likewise.
2116         (amd64_supply_xsave): Likewise.
2117         (amd64_collect_fxsave): Likewise.
2118         (amd64_collect_xsave): Likewise.
2119         * amd64-windows-tdep.c (amd64_windows_frame_cache): Likewise.
2120         * amd64obsd-tdep.c (amd64obsd_trapframe_cache): Likewise.
2121         * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
2122         (arm_linux_collect_gregset): Likewise.
2123         (arm_linux_supply_nwfpe): Likewise.
2124         (arm_linux_collect_nwfpe): Likewise.
2125         (arm_linux_supply_vfp): Likewise.
2126         (arm_linux_collect_vfp): Likewise.
2127         * arm-tdep.c (arm_find_mapping_symbol): Likewise.
2128         (arm_prologue_unwind_stop_reason): Likewise.
2129         (arm_prologue_this_id): Likewise.
2130         (arm_prologue_prev_register): Likewise.
2131         (arm_exidx_data_free): Likewise.
2132         (arm_find_exidx_entry): Likewise.
2133         (arm_stub_this_id): Likewise.
2134         (arm_m_exception_this_id): Likewise.
2135         (arm_m_exception_prev_register): Likewise.
2136         (arm_normal_frame_base): Likewise.
2137         (gdb_print_insn_arm): Likewise.
2138         (arm_objfile_data_free): Likewise.
2139         (arm_record_special_symbol): Likewise.
2140         (value_of_arm_user_reg): Likewise.
2141         * armbsd-tdep.c (armbsd_supply_fpregset): Likewise.
2142         (armbsd_supply_gregset): Likewise.
2143         * auto-load.c (auto_load_pspace_data_cleanup): Likewise.
2144         (get_auto_load_pspace_data): Likewise.
2145         (hash_loaded_script_entry): Likewise.
2146         (eq_loaded_script_entry): Likewise.
2147         (clear_section_scripts): Likewise.
2148         (collect_matching_scripts): Likewise.
2149         * auxv.c (auxv_inferior_data_cleanup): Likewise.
2150         (get_auxv_inferior_data): Likewise.
2151         * avr-tdep.c (avr_frame_unwind_cache): Likewise.
2152         * ax-general.c (do_free_agent_expr_cleanup): Likewise.
2153         * bfd-target.c (target_bfd_xfer_partial): Likewise.
2154         (target_bfd_xclose): Likewise.
2155         (target_bfd_get_section_table): Likewise.
2156         * bfin-tdep.c (bfin_frame_cache): Likewise.
2157         * block.c (find_block_in_blockvector): Likewise.
2158         (call_site_for_pc): Likewise.
2159         (block_find_non_opaque_type_preferred): Likewise.
2160         * break-catch-sig.c (signal_catchpoint_insert_location): Likewise.
2161         (signal_catchpoint_remove_location): Likewise.
2162         (signal_catchpoint_breakpoint_hit): Likewise.
2163         (signal_catchpoint_print_one): Likewise.
2164         (signal_catchpoint_print_mention): Likewise.
2165         (signal_catchpoint_print_recreate): Likewise.
2166         * break-catch-syscall.c (get_catch_syscall_inferior_data): Likewise.
2167         * breakpoint.c (do_cleanup_counted_command_line): Likewise.
2168         (bp_location_compare_addrs): Likewise.
2169         (get_first_locp_gte_addr): Likewise.
2170         (check_tracepoint_command): Likewise.
2171         (do_map_commands_command): Likewise.
2172         (get_breakpoint_objfile_data): Likewise.
2173         (free_breakpoint_probes): Likewise.
2174         (do_captured_breakpoint_query): Likewise.
2175         (compare_breakpoints): Likewise.
2176         (bp_location_compare): Likewise.
2177         (bpstat_remove_breakpoint_callback): Likewise.
2178         (do_delete_breakpoint_cleanup): Likewise.
2179         * bsd-uthread.c (bsd_uthread_set_supply_uthread): Likewise.
2180         (bsd_uthread_set_collect_uthread): Likewise.
2181         (bsd_uthread_activate): Likewise.
2182         (bsd_uthread_fetch_registers): Likewise.
2183         (bsd_uthread_store_registers): Likewise.
2184         * btrace.c (check_xml_btrace_version): Likewise.
2185         (parse_xml_btrace_block): Likewise.
2186         (parse_xml_btrace_pt_config_cpu): Likewise.
2187         (parse_xml_btrace_pt_raw): Likewise.
2188         (parse_xml_btrace_pt): Likewise.
2189         (parse_xml_btrace_conf_bts): Likewise.
2190         (parse_xml_btrace_conf_pt): Likewise.
2191         (do_btrace_data_cleanup): Likewise.
2192         * c-typeprint.c (find_typedef_for_canonicalize): Likewise.
2193         * charset.c (cleanup_iconv): Likewise.
2194         (do_cleanup_iterator): Likewise.
2195         * cli-out.c (cli_uiout_dtor): Likewise.
2196         (cli_table_begin): Likewise.
2197         (cli_table_body): Likewise.
2198         (cli_table_end): Likewise.
2199         (cli_table_header): Likewise.
2200         (cli_begin): Likewise.
2201         (cli_end): Likewise.
2202         (cli_field_int): Likewise.
2203         (cli_field_skip): Likewise.
2204         (cli_field_string): Likewise.
2205         (cli_field_fmt): Likewise.
2206         (cli_spaces): Likewise.
2207         (cli_text): Likewise.
2208         (cli_message): Likewise.
2209         (cli_wrap_hint): Likewise.
2210         (cli_flush): Likewise.
2211         (cli_redirect): Likewise.
2212         (out_field_fmt): Likewise.
2213         (field_separator): Likewise.
2214         (cli_out_set_stream): Likewise.
2215         * cli/cli-cmds.c (compare_symtabs): Likewise.
2216         * cli/cli-dump.c (call_dump_func): Likewise.
2217         (restore_section_callback): Likewise.
2218         * cli/cli-script.c (clear_hook_in_cleanup): Likewise.
2219         (do_restore_user_call_depth): Likewise.
2220         (do_free_command_lines_cleanup): Likewise.
2221         * coff-pe-read.c (get_section_vmas): Likewise.
2222         (pe_as16): Likewise.
2223         (pe_as32): Likewise.
2224         * coffread.c (coff_symfile_read): Likewise.
2225         * common/agent.c (agent_look_up_symbols): Likewise.
2226         * common/filestuff.c (do_close_cleanup): Likewise.
2227         * common/format.c (free_format_pieces_cleanup): Likewise.
2228         * common/vec.c (vec_o_reserve): Likewise.
2229         * compile/compile-c-support.c (print_one_macro): Likewise.
2230         * compile/compile-c-symbols.c (hash_symbol_error): Likewise.
2231         (eq_symbol_error): Likewise.
2232         (del_symbol_error): Likewise.
2233         (error_symbol_once): Likewise.
2234         (gcc_convert_symbol): Likewise.
2235         (gcc_symbol_address): Likewise.
2236         (hash_symname): Likewise.
2237         (eq_symname): Likewise.
2238         * compile/compile-c-types.c (hash_type_map_instance): Likewise.
2239         (eq_type_map_instance): Likewise.
2240         (insert_type): Likewise.
2241         (convert_type): Likewise.
2242         * compile/compile-object-load.c (munmap_listp_free_cleanup): Likewise.
2243         (setup_sections): Likewise.
2244         (link_hash_table_free): Likewise.
2245         (copy_sections): Likewise.
2246         * compile/compile-object-run.c (do_module_cleanup): Likewise.
2247         * compile/compile.c (compile_print_value): Likewise.
2248         (do_rmdir): Likewise.
2249         (cleanup_compile_instance): Likewise.
2250         (cleanup_unlink_file): Likewise.
2251         * completer.c (free_completion_tracker): Likewise.
2252         * corelow.c (add_to_spuid_list): Likewise.
2253         * cp-namespace.c (reset_directive_searched): Likewise.
2254         * cp-support.c (reset_directive_searched): Likewise.
2255         * cris-tdep.c (cris_sigtramp_frame_unwind_cache): Likewise.
2256         (cris_frame_unwind_cache): Likewise.
2257         * d-lang.c (builtin_d_type): Likewise.
2258         * d-namespace.c (reset_directive_searched): Likewise.
2259         * dbxread.c (dbx_free_symfile_info): Likewise.
2260         (do_free_bincl_list_cleanup): Likewise.
2261         * disasm.c (hash_dis_line_entry): Likewise.
2262         (eq_dis_line_entry): Likewise.
2263         (dis_asm_print_address): Likewise.
2264         (fprintf_disasm): Likewise.
2265         (do_ui_file_delete): Likewise.
2266         * doublest.c (convert_floatformat_to_doublest): Likewise.
2267         * dummy-frame.c (pop_dummy_frame_bpt): Likewise.
2268         (dummy_frame_prev_register): Likewise.
2269         (dummy_frame_this_id): Likewise.
2270         * dwarf2-frame-tailcall.c (cache_hash): Likewise.
2271         (cache_eq): Likewise.
2272         (cache_find): Likewise.
2273         (tailcall_frame_this_id): Likewise.
2274         (dwarf2_tailcall_prev_register_first): Likewise.
2275         (tailcall_frame_prev_register): Likewise.
2276         (tailcall_frame_dealloc_cache): Likewise.
2277         (tailcall_frame_prev_arch): Likewise.
2278         * dwarf2-frame.c (dwarf2_frame_state_free): Likewise.
2279         (dwarf2_frame_set_init_reg): Likewise.
2280         (dwarf2_frame_init_reg): Likewise.
2281         (dwarf2_frame_set_signal_frame_p): Likewise.
2282         (dwarf2_frame_signal_frame_p): Likewise.
2283         (dwarf2_frame_set_adjust_regnum): Likewise.
2284         (dwarf2_frame_adjust_regnum): Likewise.
2285         (clear_pointer_cleanup): Likewise.
2286         (dwarf2_frame_cache): Likewise.
2287         (find_cie): Likewise.
2288         (dwarf2_frame_find_fde): Likewise.
2289         * dwarf2expr.c (dwarf_expr_address_type): Likewise.
2290         (free_dwarf_expr_context_cleanup): Likewise.
2291         * dwarf2loc.c (locexpr_find_frame_base_location): Likewise.
2292         (locexpr_get_frame_base): Likewise.
2293         (loclist_find_frame_base_location): Likewise.
2294         (loclist_get_frame_base): Likewise.
2295         (dwarf_expr_dwarf_call): Likewise.
2296         (dwarf_expr_get_base_type): Likewise.
2297         (dwarf_expr_push_dwarf_reg_entry_value): Likewise.
2298         (dwarf_expr_get_obj_addr): Likewise.
2299         (entry_data_value_coerce_ref): Likewise.
2300         (entry_data_value_copy_closure): Likewise.
2301         (entry_data_value_free_closure): Likewise.
2302         (get_frame_address_in_block_wrapper): Likewise.
2303         (dwarf2_evaluate_property): Likewise.
2304         (dwarf2_compile_property_to_c): Likewise.
2305         (needs_frame_read_addr_from_reg): Likewise.
2306         (needs_frame_get_reg_value): Likewise.
2307         (needs_frame_frame_base): Likewise.
2308         (needs_frame_frame_cfa): Likewise.
2309         (needs_frame_tls_address): Likewise.
2310         (needs_frame_dwarf_call): Likewise.
2311         (needs_dwarf_reg_entry_value): Likewise.
2312         (get_ax_pc): Likewise.
2313         (locexpr_read_variable): Likewise.
2314         (locexpr_read_variable_at_entry): Likewise.
2315         (locexpr_read_needs_frame): Likewise.
2316         (locexpr_describe_location): Likewise.
2317         (locexpr_tracepoint_var_ref): Likewise.
2318         (locexpr_generate_c_location): Likewise.
2319         (loclist_read_variable): Likewise.
2320         (loclist_read_variable_at_entry): Likewise.
2321         (loclist_describe_location): Likewise.
2322         (loclist_tracepoint_var_ref): Likewise.
2323         (loclist_generate_c_location): Likewise.
2324         * dwarf2read.c (line_header_hash_voidp): Likewise.
2325         (line_header_eq_voidp): Likewise.
2326         (dwarf2_has_info): Likewise.
2327         (dwarf2_get_section_info): Likewise.
2328         (locate_dwz_sections): Likewise.
2329         (hash_file_name_entry): Likewise.
2330         (eq_file_name_entry): Likewise.
2331         (delete_file_name_entry): Likewise.
2332         (dw2_setup): Likewise.
2333         (dw2_get_file_names_reader): Likewise.
2334         (dw2_find_pc_sect_compunit_symtab): Likewise.
2335         (hash_signatured_type): Likewise.
2336         (eq_signatured_type): Likewise.
2337         (add_signatured_type_cu_to_table): Likewise.
2338         (create_debug_types_hash_table): Likewise.
2339         (lookup_dwo_signatured_type): Likewise.
2340         (lookup_dwp_signatured_type): Likewise.
2341         (lookup_signatured_type): Likewise.
2342         (hash_type_unit_group): Likewise.
2343         (eq_type_unit_group): Likewise.
2344         (get_type_unit_group): Likewise.
2345         (process_psymtab_comp_unit_reader): Likewise.
2346         (sort_tu_by_abbrev_offset): Likewise.
2347         (process_skeletonless_type_unit): Likewise.
2348         (psymtabs_addrmap_cleanup): Likewise.
2349         (dwarf2_read_symtab): Likewise.
2350         (psymtab_to_symtab_1): Likewise.
2351         (die_hash): Likewise.
2352         (die_eq): Likewise.
2353         (load_full_comp_unit_reader): Likewise.
2354         (reset_die_in_process): Likewise.
2355         (free_cu_line_header): Likewise.
2356         (handle_DW_AT_stmt_list): Likewise.
2357         (hash_dwo_file): Likewise.
2358         (eq_dwo_file): Likewise.
2359         (hash_dwo_unit): Likewise.
2360         (eq_dwo_unit): Likewise.
2361         (create_dwo_cu_reader): Likewise.
2362         (create_dwo_unit_in_dwp_v1): Likewise.
2363         (create_dwo_unit_in_dwp_v2): Likewise.
2364         (lookup_dwo_unit_in_dwp): Likewise.
2365         (dwarf2_locate_dwo_sections): Likewise.
2366         (dwarf2_locate_common_dwp_sections): Likewise.
2367         (dwarf2_locate_v2_dwp_sections): Likewise.
2368         (hash_dwp_loaded_cutus): Likewise.
2369         (eq_dwp_loaded_cutus): Likewise.
2370         (lookup_dwo_cutu): Likewise.
2371         (abbrev_table_free_cleanup): Likewise.
2372         (dwarf2_free_abbrev_table): Likewise.
2373         (find_partial_die_in_comp_unit): Likewise.
2374         (free_line_header_voidp): Likewise.
2375         (follow_die_offset): Likewise.
2376         (follow_die_sig_1): Likewise.
2377         (free_heap_comp_unit): Likewise.
2378         (free_stack_comp_unit): Likewise.
2379         (dwarf2_free_objfile): Likewise.
2380         (per_cu_offset_and_type_hash): Likewise.
2381         (per_cu_offset_and_type_eq): Likewise.
2382         (get_die_type_at_offset): Likewise.
2383         (partial_die_hash): Likewise.
2384         (partial_die_eq): Likewise.
2385         (dwarf2_per_objfile_free): Likewise.
2386         (hash_strtab_entry): Likewise.
2387         (eq_strtab_entry): Likewise.
2388         (add_string): Likewise.
2389         (hash_symtab_entry): Likewise.
2390         (eq_symtab_entry): Likewise.
2391         (delete_symtab_entry): Likewise.
2392         (cleanup_mapped_symtab): Likewise.
2393         (add_indices_to_cpool): Likewise.
2394         (hash_psymtab_cu_index): Likewise.
2395         (eq_psymtab_cu_index): Likewise.
2396         (add_address_entry_worker): Likewise.
2397         (unlink_if_set): Likewise.
2398         (write_one_signatured_type): Likewise.
2399         (save_gdb_index_command): Likewise.
2400         * elfread.c (elf_symtab_read): Likewise.
2401         (elf_gnu_ifunc_cache_hash): Likewise.
2402         (elf_gnu_ifunc_cache_eq): Likewise.
2403         (elf_gnu_ifunc_record_cache): Likewise.
2404         (elf_gnu_ifunc_resolve_by_cache): Likewise.
2405         (elf_get_probes): Likewise.
2406         (probe_key_free): Likewise.
2407         * f-lang.c (builtin_f_type): Likewise.
2408         * frame-base.c (frame_base_append_sniffer): Likewise.
2409         (frame_base_set_default): Likewise.
2410         (frame_base_find_by_frame): Likewise.
2411         * frame-unwind.c (frame_unwind_prepend_unwinder): Likewise.
2412         (frame_unwind_append_unwinder): Likewise.
2413         (frame_unwind_find_by_frame): Likewise.
2414         * frame.c (frame_addr_hash): Likewise.
2415         (frame_addr_hash_eq): Likewise.
2416         (frame_stash_find): Likewise.
2417         (do_frame_register_read): Likewise.
2418         (unwind_to_current_frame): Likewise.
2419         (frame_cleanup_after_sniffer): Likewise.
2420         * frv-linux-tdep.c (frv_linux_sigtramp_frame_cache): Likewise.
2421         * frv-tdep.c (frv_frame_unwind_cache): Likewise.
2422         * ft32-tdep.c (ft32_frame_cache): Likewise.
2423         * gcore.c (do_bfd_delete_cleanup): Likewise.
2424         (gcore_create_callback): Likewise.
2425         * gdb_bfd.c (hash_bfd): Likewise.
2426         (eq_bfd): Likewise.
2427         (gdb_bfd_open): Likewise.
2428         (free_one_bfd_section): Likewise.
2429         (gdb_bfd_ref): Likewise.
2430         (gdb_bfd_unref): Likewise.
2431         (get_section_descriptor): Likewise.
2432         (gdb_bfd_map_section): Likewise.
2433         (gdb_bfd_crc): Likewise.
2434         (gdb_bfd_mark_parent): Likewise.
2435         (gdb_bfd_record_inclusion): Likewise.
2436         (gdb_bfd_requires_relocations): Likewise.
2437         (print_one_bfd): Likewise.
2438         * gdbtypes.c (type_pair_hash): Likewise.
2439         (type_pair_eq): Likewise.
2440         (builtin_type): Likewise.
2441         (objfile_type): Likewise.
2442         * gnu-v3-abi.c (vtable_ptrdiff_type): Likewise.
2443         (vtable_address_point_offset): Likewise.
2444         (gnuv3_get_vtable): Likewise.
2445         (hash_value_and_voffset): Likewise.
2446         (eq_value_and_voffset): Likewise.
2447         (compare_value_and_voffset): Likewise.
2448         (compute_vtable_size): Likewise.
2449         (gnuv3_get_typeid_type): Likewise.
2450         * go-lang.c (builtin_go_type): Likewise.
2451         * guile/scm-block.c (bkscm_hash_block_smob): Likewise.
2452         (bkscm_eq_block_smob): Likewise.
2453         (bkscm_objfile_block_map): Likewise.
2454         (bkscm_del_objfile_blocks): Likewise.
2455         * guile/scm-breakpoint.c (bpscm_build_bp_list): Likewise.
2456         * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker): Likewise.
2457         (gdbscm_disasm_print_address): Likewise.
2458         * guile/scm-frame.c (frscm_hash_frame_smob): Likewise.
2459         (frscm_eq_frame_smob): Likewise.
2460         (frscm_inferior_frame_map): Likewise.
2461         (frscm_del_inferior_frames): Likewise.
2462         * guile/scm-gsmob.c (gdbscm_add_objfile_ref): Likewise.
2463         * guile/scm-objfile.c (ofscm_handle_objfile_deleted): Likewise.
2464         (ofscm_objfile_smob_from_objfile): Likewise.
2465         * guile/scm-ports.c (ioscm_write): Likewise.
2466         (ioscm_file_port_delete): Likewise.
2467         (ioscm_file_port_rewind): Likewise.
2468         (ioscm_file_port_put): Likewise.
2469         (ioscm_file_port_write): Likewise.
2470         * guile/scm-progspace.c (psscm_handle_pspace_deleted): Likewise.
2471         (psscm_pspace_smob_from_pspace): Likewise.
2472         * guile/scm-safe-call.c (scscm_recording_pre_unwind_handler): Likewise.
2473         (scscm_recording_unwind_handler): Likewise.
2474         (gdbscm_with_catch): Likewise.
2475         (scscm_call_0_body): Likewise.
2476         (scscm_call_1_body): Likewise.
2477         (scscm_call_2_body): Likewise.
2478         (scscm_call_3_body): Likewise.
2479         (scscm_call_4_body): Likewise.
2480         (scscm_apply_1_body): Likewise.
2481         (scscm_eval_scheme_string): Likewise.
2482         (gdbscm_safe_eval_string): Likewise.
2483         (scscm_source_scheme_script): Likewise.
2484         (gdbscm_safe_source_script): Likewise.
2485         * guile/scm-string.c (gdbscm_call_scm_to_stringn): Likewise.
2486         (gdbscm_call_scm_from_stringn): Likewise.
2487         * guile/scm-symbol.c (syscm_hash_symbol_smob): Likewise.
2488         (syscm_eq_symbol_smob): Likewise.
2489         (syscm_get_symbol_map): Likewise.
2490         (syscm_del_objfile_symbols): Likewise.
2491         * guile/scm-symtab.c (stscm_hash_symtab_smob): Likewise.
2492         (stscm_eq_symtab_smob): Likewise.
2493         (stscm_objfile_symtab_map): Likewise.
2494         (stscm_del_objfile_symtabs): Likewise.
2495         * guile/scm-type.c (tyscm_hash_type_smob): Likewise.
2496         (tyscm_eq_type_smob): Likewise.
2497         (tyscm_type_map): Likewise.
2498         (tyscm_copy_type_recursive): Likewise.
2499         (save_objfile_types): Likewise.
2500         * guile/scm-utils.c (extract_arg): Likewise.
2501         * h8300-tdep.c (h8300_frame_cache): Likewise.
2502         * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind_cache): Likewise.
2503         * hppa-tdep.c (compare_unwind_entries): Likewise.
2504         (find_unwind_entry): Likewise.
2505         (hppa_frame_cache): Likewise.
2506         (hppa_stub_frame_unwind_cache): Likewise.
2507         * hppanbsd-tdep.c (hppanbsd_supply_gregset): Likewise.
2508         * hppaobsd-tdep.c (hppaobsd_supply_gregset): Likewise.
2509         (hppaobsd_supply_fpregset): Likewise.
2510         * i386-cygwin-tdep.c (core_process_module_section): Likewise.
2511         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
2512         * i386-tdep.c (i386_frame_cache): Likewise.
2513         (i386_epilogue_frame_cache): Likewise.
2514         (i386_sigtramp_frame_cache): Likewise.
2515         (i386_supply_gregset): Likewise.
2516         (i386_collect_gregset): Likewise.
2517         (i386_gdbarch_init): Likewise.
2518         * i386obsd-tdep.c (i386obsd_aout_supply_regset): Likewise.
2519         (i386obsd_trapframe_cache): Likewise.
2520         * i387-tdep.c (i387_supply_fsave): Likewise.
2521         (i387_collect_fsave): Likewise.
2522         (i387_supply_fxsave): Likewise.
2523         (i387_collect_fxsave): Likewise.
2524         (i387_supply_xsave): Likewise.
2525         (i387_collect_xsave): Likewise.
2526         * ia64-tdep.c (ia64_frame_cache): Likewise.
2527         (ia64_sigtramp_frame_cache): Likewise.
2528         * infcmd.c (attach_command_continuation): Likewise.
2529         (attach_command_continuation_free_args): Likewise.
2530         * inferior.c (restore_inferior): Likewise.
2531         (delete_thread_of_inferior): Likewise.
2532         * inflow.c (inflow_inferior_data_cleanup): Likewise.
2533         (get_inflow_inferior_data): Likewise.
2534         (inflow_inferior_exit): Likewise.
2535         * infrun.c (displaced_step_clear_cleanup): Likewise.
2536         (restore_current_uiout_cleanup): Likewise.
2537         (release_stop_context_cleanup): Likewise.
2538         (do_restore_infcall_suspend_state_cleanup): Likewise.
2539         (do_restore_infcall_control_state_cleanup): Likewise.
2540         (restore_inferior_ptid): Likewise.
2541         * inline-frame.c (block_starting_point_at): Likewise.
2542         * iq2000-tdep.c (iq2000_frame_cache): Likewise.
2543         * jit.c (get_jit_objfile_data): Likewise.
2544         (get_jit_program_space_data): Likewise.
2545         (jit_object_close_impl): Likewise.
2546         (jit_find_objf_with_entry_addr): Likewise.
2547         (jit_breakpoint_deleted): Likewise.
2548         (jit_unwind_reg_set_impl): Likewise.
2549         (jit_unwind_reg_get_impl): Likewise.
2550         (jit_dealloc_cache): Likewise.
2551         (jit_frame_sniffer): Likewise.
2552         (jit_frame_prev_register): Likewise.
2553         (jit_prepend_unwinder): Likewise.
2554         (jit_inferior_exit_hook): Likewise.
2555         (free_objfile_data): Likewise.
2556         * jv-lang.c (jv_per_objfile_free): Likewise.
2557         (get_dynamics_objfile): Likewise.
2558         (get_java_class_symtab): Likewise.
2559         (builtin_java_type): Likewise.
2560         * language.c (language_string_char_type): Likewise.
2561         (language_bool_type): Likewise.
2562         (language_lookup_primitive_type): Likewise.
2563         (language_lookup_primitive_type_as_symbol): Likewise.
2564         * linespec.c (hash_address_entry): Likewise.
2565         (eq_address_entry): Likewise.
2566         (iterate_inline_only): Likewise.
2567         (iterate_name_matcher): Likewise.
2568         (decode_line_2_compare_items): Likewise.
2569         (collect_one_symbol): Likewise.
2570         (compare_symbols): Likewise.
2571         (compare_msymbols): Likewise.
2572         (add_symtabs_to_list): Likewise.
2573         (collect_symbols): Likewise.
2574         (compare_msyms): Likewise.
2575         (add_minsym): Likewise.
2576         (cleanup_linespec_result): Likewise.
2577         * linux-fork.c (inferior_call_waitpid_cleanup): Likewise.
2578         * linux-nat.c (delete_lwp_cleanup): Likewise.
2579         (count_events_callback): Likewise.
2580         (select_event_lwp_callback): Likewise.
2581         (resume_stopped_resumed_lwps): Likewise.
2582         * linux-tdep.c (get_linux_gdbarch_data): Likewise.
2583         (invalidate_linux_cache_inf): Likewise.
2584         (get_linux_inferior_data): Likewise.
2585         (linux_find_memory_regions_thunk): Likewise.
2586         (linux_make_mappings_callback): Likewise.
2587         (linux_corefile_thread_callback): Likewise.
2588         (find_mapping_size): Likewise.
2589         * linux-thread-db.c (find_new_threads_callback): Likewise.
2590         * lm32-tdep.c (lm32_frame_cache): Likewise.
2591         * m2-lang.c (builtin_m2_type): Likewise.
2592         * m32c-tdep.c (m32c_analyze_frame_prologue): Likewise.
2593         * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_cache): Likewise.
2594         (m32r_linux_supply_gregset): Likewise.
2595         (m32r_linux_collect_gregset): Likewise.
2596         * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
2597         * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
2598         * m68k-tdep.c (m68k_frame_cache): Likewise.
2599         * m68kbsd-tdep.c (m68kbsd_supply_fpregset): Likewise.
2600         (m68kbsd_supply_gregset): Likewise.
2601         * m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise.
2602         * m88k-tdep.c (m88k_frame_cache): Likewise.
2603         (m88k_supply_gregset): Likewise.
2604
2605 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
2606
2607         * aarch64-linux-tdep.c (aarch64_stap_parse_special_token): Add cast
2608         to allocation result assignment.
2609         * ada-exp.y (write_object_renaming): Likewise.
2610         (write_ambiguous_var): Likewise.
2611         (ada_nget_field_index): Likewise.
2612         (write_var_or_type): Likewise.
2613         * ada-lang.c (ada_decode_symbol): Likewise.
2614         (ada_value_assign): Likewise.
2615         (value_pointer): Likewise.
2616         (cache_symbol): Likewise.
2617         (add_nonlocal_symbols): Likewise.
2618         (ada_name_for_lookup): Likewise.
2619         (symbol_completion_add): Likewise.
2620         (ada_to_fixed_type_1): Likewise.
2621         (ada_get_next_arg): Likewise.
2622         (defns_collected): Likewise.
2623         * ada-lex.l (processId): Likewise.
2624         (processString): Likewise.
2625         * ada-tasks.c (read_known_tasks_array): Likewise.
2626         (read_known_tasks_list): Likewise.
2627         * ada-typeprint.c (decoded_type_name): Likewise.
2628         * addrmap.c (addrmap_mutable_create_fixed): Likewise.
2629         * amd64-tdep.c (amd64_push_arguments): Likewise.
2630         (amd64_displaced_step_copy_insn): Likewise.
2631         (amd64_classify_insn_at): Likewise.
2632         (amd64_relocate_instruction): Likewise.
2633         * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Likewise.
2634         * arch-utils.c (simple_displaced_step_copy_insn): Likewise.
2635         (initialize_current_architecture): Likewise.
2636         * arm-linux-tdep.c (arm_stap_parse_special_token): Likewise.
2637         * arm-symbian-tdep.c (arm_symbian_osabi_sniffer): Likewise.
2638         * arm-tdep.c (arm_exidx_new_objfile): Likewise.
2639         (arm_push_dummy_call): Likewise.
2640         (extend_buffer_earlier): Likewise.
2641         (arm_adjust_breakpoint_address): Likewise.
2642         (arm_skip_stub): Likewise.
2643         * auto-load.c (filename_is_in_pattern): Likewise.
2644         (maybe_add_script_file): Likewise.
2645         (maybe_add_script_text): Likewise.
2646         (auto_load_objfile_script_1): Likewise.
2647         * auxv.c (ld_so_xfer_auxv): Likewise.
2648         * ax-general.c (new_agent_expr): Likewise.
2649         (grow_expr): Likewise.
2650         (ax_reg_mask): Likewise.
2651         * bcache.c (bcache_full): Likewise.
2652         * breakpoint.c (program_breakpoint_here_p): Likewise.
2653         * btrace.c (parse_xml_raw): Likewise.
2654         * build-id.c (build_id_to_debug_bfd): Likewise.
2655         * buildsym.c (end_symtab_with_blockvector): Likewise.
2656         * c-exp.y (string_exp): Likewise.
2657         (qualified_name): Likewise.
2658         (write_destructor_name): Likewise.
2659         (operator_stoken): Likewise.
2660         (parse_number): Likewise.
2661         (scan_macro_expansion): Likewise.
2662         (yylex): Likewise.
2663         (c_print_token): Likewise.
2664         * c-lang.c (c_get_string): Likewise.
2665         (emit_numeric_character): Likewise.
2666         * charset.c (wchar_iterate): Likewise.
2667         * cli/cli-cmds.c (complete_command): Likewise.
2668         (make_command): Likewise.
2669         * cli/cli-dump.c (restore_section_callback): Likewise.
2670         (restore_binary_file): Likewise.
2671         * cli/cli-interp.c (cli_interpreter_exec): Likewise.
2672         * cli/cli-script.c (execute_control_command): Likewise.
2673         * cli/cli-setshow.c (do_set_command): Likewise.
2674         * coff-pe-read.c (add_pe_forwarded_sym): Likewise.
2675         (read_pe_exported_syms): Likewise.
2676         * coffread.c (coff_read_struct_type): Likewise.
2677         (coff_read_enum_type): Likewise.
2678         * common/btrace-common.c (btrace_data_append): Likewise.
2679         * common/buffer.c (buffer_grow): Likewise.
2680         * common/filestuff.c (gdb_fopen_cloexec): Likewise.
2681         * common/format.c (parse_format_string): Likewise.
2682         * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
2683         * common/xml-utils.c (xml_escape_text): Likewise.
2684         * compile/compile-object-load.c (copy_sections): Likewise.
2685         (compile_object_load): Likewise.
2686         * compile/compile-object-run.c (compile_object_run): Likewise.
2687         * completer.c (filename_completer): Likewise.
2688         * corefile.c (read_memory_typed_address): Likewise.
2689         (write_memory_unsigned_integer): Likewise.
2690         (write_memory_signed_integer): Likewise.
2691         (complete_set_gnutarget): Likewise.
2692         * corelow.c (get_core_register_section): Likewise.
2693         * cp-name-parser.y (d_grab): Likewise.
2694         (allocate_info): Likewise.
2695         (cp_new_demangle_parse_info): Likewise.
2696         * cp-namespace.c (cp_scan_for_anonymous_namespaces): Likewise.
2697         (cp_lookup_symbol_in_namespace): Likewise.
2698         (lookup_namespace_scope): Likewise.
2699         (find_symbol_in_baseclass): Likewise.
2700         (cp_lookup_nested_symbol): Likewise.
2701         (cp_lookup_transparent_type_loop): Likewise.
2702         * cp-support.c (copy_string_to_obstack): Likewise.
2703         (make_symbol_overload_list): Likewise.
2704         (make_symbol_overload_list_namespace): Likewise.
2705         (make_symbol_overload_list_adl_namespace): Likewise.
2706         (first_component_command): Likewise.
2707         * cp-valprint.c (cp_print_value): Likewise.
2708         * ctf.c (ctf_xfer_partial): Likewise.
2709         * d-exp.y (StringExp): Likewise.
2710         * d-namespace.c (d_lookup_symbol_in_module): Likewise.
2711         (lookup_module_scope): Likewise.
2712         (find_symbol_in_baseclass): Likewise.
2713         (d_lookup_nested_symbol): Likewise.
2714         * dbxread.c (find_stab_function_addr): Likewise.
2715         (read_dbx_symtab): Likewise.
2716         (dbx_end_psymtab): Likewise.
2717         (cp_set_block_scope): Likewise.
2718         * dcache.c (dcache_alloc): Likewise.
2719         * demangle.c (_initialize_demangler): Likewise.
2720         * dicos-tdep.c (dicos_load_module_p): Likewise.
2721         * dictionary.c (dict_create_hashed_expandable): Likewise.
2722         (dict_create_linear_expandable): Likewise.
2723         (expand_hashtable): Likewise.
2724         (add_symbol_linear_expandable): Likewise.
2725         * dwarf2-frame.c (add_cie): Likewise.
2726         (add_fde): Likewise.
2727         (dwarf2_build_frame_info): Likewise.
2728         * dwarf2expr.c (dwarf_expr_grow_stack): Likewise.
2729         (dwarf_expr_fetch_address): Likewise.
2730         (add_piece): Likewise.
2731         (execute_stack_op): Likewise.
2732         * dwarf2loc.c (chain_candidate): Likewise.
2733         (dwarf_entry_parameter_to_value): Likewise.
2734         (read_pieced_value): Likewise.
2735         (write_pieced_value): Likewise.
2736         * dwarf2read.c (dwarf2_read_section): Likewise.
2737         (add_type_unit): Likewise.
2738         (read_comp_units_from_section): Likewise.
2739         (fixup_go_packaging): Likewise.
2740         (dwarf2_compute_name): Likewise.
2741         (dwarf2_physname): Likewise.
2742         (create_dwo_unit_in_dwp_v1): Likewise.
2743         (create_dwo_unit_in_dwp_v2): Likewise.
2744         (read_func_scope): Likewise.
2745         (read_call_site_scope): Likewise.
2746         (dwarf2_attach_fields_to_type): Likewise.
2747         (process_structure_scope): Likewise.
2748         (mark_common_block_symbol_computed): Likewise.
2749         (read_common_block): Likewise.
2750         (abbrev_table_read_table): Likewise.
2751         (guess_partial_die_structure_name): Likewise.
2752         (fixup_partial_die): Likewise.
2753         (add_file_name): Likewise.
2754         (dwarf2_const_value_data): Likewise.
2755         (dwarf2_const_value_attr): Likewise.
2756         (build_error_marker_type): Likewise.
2757         (guess_full_die_structure_name): Likewise.
2758         (anonymous_struct_prefix): Likewise.
2759         (typename_concat): Likewise.
2760         (dwarf2_canonicalize_name): Likewise.
2761         (dwarf2_name): Likewise.
2762         (write_constant_as_bytes): Likewise.
2763         (dwarf2_fetch_constant_bytes): Likewise.
2764         (copy_string): Likewise.
2765         (parse_macro_definition): Likewise.
2766         * elfread.c (elf_symfile_segments): Likewise.
2767         (elf_rel_plt_read): Likewise.
2768         (elf_gnu_ifunc_resolve_by_cache): Likewise.
2769         (elf_gnu_ifunc_resolve_by_got): Likewise.
2770         (elf_read_minimal_symbols): Likewise.
2771         (elf_gnu_ifunc_record_cache): Likewise.
2772         * event-top.c (top_level_prompt): Likewise.
2773         (command_line_handler): Likewise.
2774         * exec.c (resize_section_table): Likewise.
2775         * expprint.c (print_subexp_standard): Likewise.
2776         * fbsd-tdep.c (fbsd_collect_regset_section_cb): Likewise.
2777         * findcmd.c (parse_find_args): Likewise.
2778         * findvar.c (address_from_register): Likewise.
2779         * frame.c (get_prev_frame_always): Likewise.
2780         * gdb_bfd.c (gdb_bfd_ref): Likewise.
2781         (get_section_descriptor): Likewise.
2782         * gdb_obstack.c (obconcat): Likewise.
2783         (obstack_strdup): Likewise.
2784         * gdbtypes.c (lookup_function_type_with_arguments): Likewise.
2785         (create_set_type): Likewise.
2786         (lookup_unsigned_typename): Likewise.
2787         (lookup_signed_typename): Likewise.
2788         (resolve_dynamic_union): Likewise.
2789         (resolve_dynamic_struct): Likewise.
2790         (add_dyn_prop): Likewise.
2791         (copy_dynamic_prop_list): Likewise.
2792         (arch_flags_type): Likewise.
2793         (append_composite_type_field_raw): Likewise.
2794         * gdbtypes.h (INIT_FUNC_SPECIFIC): Likewise.
2795         * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
2796         * go-exp.y (string_exp): Likewise.
2797         * go-lang.c (go_demangle): Likewise.
2798         * guile/guile.c (compute_scheme_string): Likewise.
2799         * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
2800         (gdbscm_canonicalize_command_name): Likewise.
2801         * guile/scm-ports.c (ioscm_init_stdio_buffers): Likewise.
2802         (ioscm_init_memory_port): Likewise.
2803         (ioscm_reinit_memory_port): Likewise.
2804         * guile/scm-utils.c (gdbscm_gc_xstrdup): Likewise.
2805         (gdbscm_gc_dup_argv): Likewise.
2806         * h8300-tdep.c (h8300_push_dummy_call): Likewise.
2807         * hppa-tdep.c (internalize_unwinds): Likewise.
2808         (read_unwind_info): Likewise.
2809         * i386-cygwin-tdep.c (core_process_module_section): Likewise.
2810         (windows_core_xfer_shared_libraries): Likewise.
2811         * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
2812         (i386_stap_parse_special_token_triplet): Likewise.
2813         (i386_stap_parse_special_token_three_arg_disp): Likewise.
2814         * i386obsd-tdep.c (i386obsd_sigtramp_p): Likewise.
2815         * inf-child.c (inf_child_fileio_readlink): Likewise.
2816         * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
2817         (inf_ptrace_store_register): Likewise.
2818         * infrun.c (follow_exec): Likewise.
2819         (displaced_step_prepare_throw): Likewise.
2820         (save_stop_context): Likewise.
2821         (save_infcall_suspend_state): Likewise.
2822         * jit.c (jit_read_descriptor): Likewise.
2823         (jit_read_code_entry): Likewise.
2824         (jit_symtab_line_mapping_add_impl): Likewise.
2825         (finalize_symtab): Likewise.
2826         (jit_unwind_reg_get_impl): Likewise.
2827         * jv-exp.y (QualifiedName): Likewise.
2828         * jv-lang.c (get_java_utf8_name): Likewise.
2829         (type_from_class): Likewise.
2830         (java_demangle_type_signature): Likewise.
2831         (java_class_name_from_physname): Likewise.
2832         * jv-typeprint.c (java_type_print_base): Likewise.
2833         * jv-valprint.c (java_value_print): Likewise.
2834         * language.c (add_language): Likewise.
2835         * linespec.c (add_sal_to_sals_basic): Likewise.
2836         (add_sal_to_sals): Likewise.
2837         (decode_objc): Likewise.
2838         (find_linespec_symbols): Likewise.
2839         * linux-fork.c (fork_save_infrun_state): Likewise.
2840         * linux-nat.c (linux_nat_detach): Likewise.
2841         (linux_nat_fileio_readlink): Likewise.
2842         * linux-record.c (record_linux_sockaddr): Likewise.
2843         (record_linux_msghdr): Likewise.
2844         (Do): Likewise.
2845         * linux-tdep.c (linux_core_info_proc_mappings): Likewise.
2846         (linux_collect_regset_section_cb): Likewise.
2847         (linux_get_siginfo_data): Likewise.
2848         * linux-thread-db.c (try_thread_db_load_from_pdir_1): Likewise.
2849         (try_thread_db_load_from_dir): Likewise.
2850         (thread_db_load_search): Likewise.
2851         (info_auto_load_libthread_db): Likewise.
2852         * m32c-tdep.c (m32c_m16c_address_to_pointer): Likewise.
2853         (m32c_m16c_pointer_to_address): Likewise.
2854         * m68hc11-tdep.c (m68hc11_pseudo_register_write): Likewise.
2855         * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
2856         * machoread.c (macho_check_dsym): Likewise.
2857         * macroexp.c (resize_buffer): Likewise.
2858         (gather_arguments): Likewise.
2859         (maybe_expand): Likewise.
2860         * macrotab.c (new_macro_key): Likewise.
2861         (new_source_file): Likewise.
2862         (new_macro_definition): Likewise.
2863         * mdebugread.c (parse_symbol): Likewise.
2864         (parse_type): Likewise.
2865         (parse_partial_symbols): Likewise.
2866         (psymtab_to_symtab_1): Likewise.
2867         * mem-break.c (default_memory_insert_breakpoint): Likewise.
2868         * mi/mi-cmd-break.c (mi_argv_to_format): Likewise.
2869         * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
2870         (mi_cmd_data_read_memory_bytes): Likewise.
2871         (mi_cmd_data_write_memory_bytes): Likewise.
2872         (mi_cmd_trace_frame_collected): Likewise.
2873         * mi/mi-parse.c (mi_parse_argv): Likewise.
2874         (mi_parse): Likewise.
2875         * minidebug.c (lzma_open): Likewise.
2876         (lzma_pread): Likewise.
2877         * mips-tdep.c (mips_read_fp_register_single): Likewise.
2878         (mips_print_fp_register): Likewise.
2879         * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Likewise.
2880         * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
2881         * mt-tdep.c (mt_register_name): Likewise.
2882         (mt_registers_info): Likewise.
2883         (mt_push_dummy_call): Likewise.
2884         * namespace.c (add_using_directive): Likewise.
2885         * nat/linux-btrace.c (perf_event_read): Likewise.
2886         (linux_enable_bts): Likewise.
2887         * nat/linux-osdata.c (linux_common_core_of_thread): Likewise.
2888         * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Likewise.
2889         * nto-tdep.c (nto_find_and_open_solib): Likewise.
2890         (nto_parse_redirection): Likewise.
2891         * objc-lang.c (objc_demangle): Likewise.
2892         (find_methods): Likewise.
2893         * objfiles.c (get_objfile_bfd_data): Likewise.
2894         (set_objfile_main_name): Likewise.
2895         (allocate_objfile): Likewise.
2896         (objfile_relocate): Likewise.
2897         (update_section_map): Likewise.
2898         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
2899         * p-exp.y (exp): Likewise.
2900         (yylex): Likewise.
2901         * p-valprint.c (pascal_object_print_value): Likewise.
2902         * parse.c (initialize_expout): Likewise.
2903         (mark_completion_tag): Likewise.
2904         (copy_name): Likewise.
2905         (parse_float): Likewise.
2906         (type_stack_reserve): Likewise.
2907         * ppc-linux-tdep.c (ppc_stap_parse_special_token): Likewise.
2908         (ppu2spu_prev_register): Likewise.
2909         * ppc-ravenscar-thread.c (supply_register_at_address): Likewise.
2910         * printcmd.c (printf_wide_c_string): Likewise.
2911         (printf_pointer): Likewise.
2912         * probe.c (parse_probes): Likewise.
2913         * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
2914         (cmdpy_init): Likewise.
2915         * python/py-gdb-readline.c (gdbpy_readline_wrapper): Likewise.
2916         * python/py-symtab.c (set_sal): Likewise.
2917         * python/py-unwind.c (pyuw_sniffer): Likewise.
2918         * python/python.c (python_interactive_command): Likewise.
2919         (compute_python_string): Likewise.
2920         * ravenscar-thread.c (get_running_thread_id): Likewise.
2921         * record-full.c (record_full_exec_insn): Likewise.
2922         (record_full_core_open_1): Likewise.
2923         * regcache.c (regcache_raw_read_signed): Likewise.
2924         (regcache_raw_read_unsigned): Likewise.
2925         (regcache_cooked_read_signed): Likewise.
2926         (regcache_cooked_read_unsigned): Likewise.
2927         * remote-fileio.c (remote_fileio_func_open): Likewise.
2928         (remote_fileio_func_rename): Likewise.
2929         (remote_fileio_func_unlink): Likewise.
2930         (remote_fileio_func_stat): Likewise.
2931         (remote_fileio_func_system): Likewise.
2932         * remote-mips.c (mips_xfer_memory): Likewise.
2933         (mips_load_srec): Likewise.
2934         (pmon_end_download): Likewise.
2935         * remote.c (new_remote_state): Likewise.
2936         (map_regcache_remote_table): Likewise.
2937         (remote_register_number_and_offset): Likewise.
2938         (init_remote_state): Likewise.
2939         (get_memory_packet_size): Likewise.
2940         (remote_pass_signals): Likewise.
2941         (remote_program_signals): Likewise.
2942         (remote_start_remote): Likewise.
2943         (remote_check_symbols): Likewise.
2944         (remote_query_supported): Likewise.
2945         (extended_remote_attach): Likewise.
2946         (process_g_packet): Likewise.
2947         (store_registers_using_G): Likewise.
2948         (putpkt_binary): Likewise.
2949         (read_frame): Likewise.
2950         (compare_sections_command): Likewise.
2951         (remote_hostio_pread): Likewise.
2952         (remote_hostio_readlink): Likewise.
2953         (remote_file_put): Likewise.
2954         (remote_file_get): Likewise.
2955         (remote_pid_to_exec_file): Likewise.
2956         (_initialize_remote): Likewise.
2957         * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
2958         (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
2959         * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise.
2960         (bfd_uses_spe_extensions): Likewise.
2961         * s390-linux-tdep.c (s390_displaced_step_copy_insn): Likewise.
2962         * score-tdep.c (score7_malloc_and_get_memblock): Likewise.
2963         * solib-dsbt.c (decode_loadmap): Likewise.
2964         (fetch_loadmap): Likewise.
2965         (scan_dyntag): Likewise.
2966         (enable_break): Likewise.
2967         (dsbt_relocate_main_executable): Likewise.
2968         * solib-frv.c (fetch_loadmap): Likewise.
2969         (enable_break2): Likewise.
2970         (frv_relocate_main_executable): Likewise.
2971         * solib-spu.c (spu_relocate_main_executable): Likewise.
2972         (spu_bfd_open): Likewise.
2973         * solib-svr4.c (lm_info_read): Likewise.
2974         (read_program_header): Likewise.
2975         (find_program_interpreter): Likewise.
2976         (scan_dyntag): Likewise.
2977         (elf_locate_base): Likewise.
2978         (open_symbol_file_object): Likewise.
2979         (read_program_headers_from_bfd): Likewise.
2980         (svr4_relocate_main_executable): Likewise.
2981         * solib-target.c (solib_target_relocate_section_addresses): Likewise.
2982         * solib.c (solib_find_1): Likewise.
2983         (exec_file_find): Likewise.
2984         (solib_find): Likewise.
2985         * source.c (openp): Likewise.
2986         (print_source_lines_base): Likewise.
2987         (forward_search_command): Likewise.
2988         * sparc-ravenscar-thread.c (supply_register_at_address): Likewise.
2989         * spu-tdep.c (spu2ppu_prev_register): Likewise.
2990         (spu_get_overlay_table): Likewise.
2991         * stabsread.c (patch_block_stabs): Likewise.
2992         (define_symbol): Likewise.
2993         (again:): Likewise.
2994         (read_member_functions): Likewise.
2995         (read_one_struct_field): Likewise.
2996         (read_enum_type): Likewise.
2997         (common_block_start): Likewise.
2998         * stack.c (read_frame_arg): Likewise.
2999         (backtrace_command): Likewise.
3000         * stap-probe.c (stap_parse_register_operand): Likewise.
3001         * symfile.c (syms_from_objfile_1): Likewise.
3002         (find_separate_debug_file): Likewise.
3003         (load_command): Likewise.
3004         (load_progress): Likewise.
3005         (load_section_callback): Likewise.
3006         (reread_symbols): Likewise.
3007         (add_filename_language): Likewise.
3008         (allocate_compunit_symtab): Likewise.
3009         (read_target_long_array): Likewise.
3010         (simple_read_overlay_table): Likewise.
3011         * symtab.c (symbol_set_names): Likewise.
3012         (resize_symbol_cache): Likewise.
3013         (rbreak_command): Likewise.
3014         (completion_list_add_name): Likewise.
3015         (completion_list_objc_symbol): Likewise.
3016         (add_filename_to_list): Likewise.
3017         * target-descriptions.c (maint_print_c_tdesc_cmd): Likewise.
3018         * target-memory.c (target_write_memory_blocks): Likewise.
3019         * target.c (target_read_string): Likewise.
3020         (read_whatever_is_readable): Likewise.
3021         (target_read_alloc_1): Likewise.
3022         (simple_search_memory): Likewise.
3023         (target_fileio_read_alloc_1): Likewise.
3024         * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
3025         * top.c (command_line_input): Likewise.
3026         * tracefile-tfile.c (tfile_fetch_registers): Likewise.
3027         * tracefile.c (tracefile_fetch_registers): Likewise.
3028         * tracepoint.c (add_memrange): Likewise.
3029         (init_collection_list): Likewise.
3030         (add_aexpr): Likewise.
3031         (trace_dump_actions): Likewise.
3032         (parse_trace_status): Likewise.
3033         (parse_tracepoint_definition): Likewise.
3034         (parse_tsv_definition): Likewise.
3035         (parse_static_tracepoint_marker_definition): Likewise.
3036         * tui/tui-file.c (tui_sfileopen): Likewise.
3037         (tui_file_adjust_strbuf): Likewise.
3038         * tui/tui-io.c (tui_expand_tabs): Likewise.
3039         * tui/tui-source.c (tui_set_source_content): Likewise.
3040         * typeprint.c (find_global_typedef): Likewise.
3041         * ui-file.c (do_ui_file_xstrdup): Likewise.
3042         (ui_file_obsavestring): Likewise.
3043         (mem_file_write): Likewise.
3044         * utils.c (make_hex_string): Likewise.
3045         (get_regcomp_error): Likewise.
3046         (puts_filtered_tabular): Likewise.
3047         (gdb_realpath_keepfile): Likewise.
3048         (ldirname): Likewise.
3049         (gdb_bfd_errmsg): Likewise.
3050         (substitute_path_component): Likewise.
3051         * valops.c (search_struct_method): Likewise.
3052         (find_oload_champ_namespace_loop): Likewise.
3053         * valprint.c (print_decimal_chars): Likewise.
3054         (read_string): Likewise.
3055         (generic_emit_char): Likewise.
3056         * varobj.c (varobj_delete): Likewise.
3057         (varobj_value_get_print_value): Likewise.
3058         * vaxobsd-tdep.c (vaxobsd_sigtramp_sniffer): Likewise.
3059         * windows-tdep.c (display_one_tib): Likewise.
3060         * xcoffread.c (read_xcoff_symtab): Likewise.
3061         (process_xcoff_symbol): Likewise.
3062         (swap_sym): Likewise.
3063         (scan_xcoff_symtab): Likewise.
3064         (xcoff_initial_scan): Likewise.
3065         * xml-support.c (gdb_xml_end_element): Likewise.
3066         (xml_process_xincludes): Likewise.
3067         (xml_fetch_content_from_file): Likewise.
3068         * xml-syscall.c (xml_list_of_syscalls): Likewise.
3069         * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
3070
3071 2015-09-23  James Bowman  <james.bowman@ftdichip.com>
3072
3073         * ft32-tdep.c (ft32_register_type): Return gdbarch_tdep (gdbarch)->pc_type
3074         instead of builtin_func_ptr.
3075         (ft32_pointer_to_address): New function.
3076         (ft32_address_class_type_flags): New function.
3077         (ft32_address_class_type_flags_to_name): New function.
3078         (ft32_address_class_name_to_type_flags): New function.
3079         (ft32_gdbarch_init): Set tdep->pc_type.  Call
3080         set_gdbarch_pointer_to_address,
3081         set_gdbarch_address_class_type_flags
3082         set_gdbarch_address_class_name_to_type_flags,
3083         and set_gdbarch_address_class_type_flags_to_name.
3084         * ft32-tdep.h (struct gdbarch_tdep) <pc_type>: New field.
3085
3086 2015-09-23  Pierre-Marie de Rodat  <derodat@adacore.com>
3087
3088         * ada-lang.c (ada_evaluate_subexp) <OP_FUNCALL>: When the input
3089         value is a reference, actually dereference it in order to get
3090         the underlying value.
3091
3092 2015-09-22  Simon Marchi  <simon.marchi@ericsson.com>
3093
3094         * stap-probe.c (handle_stap_probe): Remove unnecessary cast.
3095
3096 2015-09-21  Simon Marchi  <simon.marchi@ericsson.com>
3097
3098         * cli/cli-setshow.c (cmd_show_list): Constify a variable.
3099         * linespec.c (linespec_lexer_lex_string): Same.
3100
3101 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
3102
3103         * NEWS: Mention support for fast tracepoints on aarch64-linux.
3104
3105 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
3106
3107         * aarch64-tdep.c (aarch64_analyze_prologue): New is_adrp
3108         variable.  Call aarch64_decode_adr instead of
3109         aarch64_decode_adrp.
3110         * arch/aarch64-insn.h (aarch64_decode_adrp): Delete.
3111         (aarch64_decode_adr): New function declaration.
3112         * arch/aarch64-insn.c (aarch64_decode_adrp): Delete.
3113         (aarch64_decode_adr): New function, factored out from
3114         aarch64_decode_adrp to decode both adr and adrp instructions.
3115
3116 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
3117
3118         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-insn.o.
3119         (HFILES_NO_SRCDIR): Add arch/aarch64-insn.h.
3120         (aarch64-insn.o): New rule.
3121         * configure.tgt (aarch64*-*-elf): Add aarch64-insn.o.
3122         (aarch64*-*-linux*): Likewise.
3123         * arch/aarch64-insn.c: New file.
3124         * arch/aarch64-insn.h: New file.
3125         * aarch64-tdep.c: Include arch/aarch64-insn.h.
3126         (aarch64_debug): Move to arch/aarch64-insn.c.  Declare in
3127         arch/aarch64-insn.h.
3128         (decode_add_sub_imm): Rename to ...
3129         (aarch64_decode_add_sub_imm): ... this.
3130         (decode_adrp): Rename to ...
3131         (aarch64_decode_adrp): ... this.  Move to arch/aarch64-insn.c.
3132         Declare in arch/aarch64-insn.h.
3133         (decode_b): Rename to ...
3134         (aarch64_decode_b): ... this.  Move to arch/aarch64-insn.c.
3135         Declare in arch/aarch64-insn.h.
3136         (decode_bcond): Rename to ...
3137         (aarch64_decode_bcond): ... this.  Move to arch/aarch64-insn.c.
3138         Declare in arch/aarch64-insn.h.
3139         (decode_br): Rename to ...
3140         (aarch64_decode_br): ... this.
3141         (decode_cb): Rename to ...
3142         (aarch64_decode_cb): ... this.  Move to arch/aarch64-insn.c.
3143         Declare in arch/aarch64-insn.h.
3144         (decode_eret): Rename to ...
3145         (aarch64_decode_eret): ... this.
3146         (decode_movz): Rename to ...
3147         (aarch64_decode_movz): ... this.
3148         (decode_orr_shifted_register_x): Rename to ...
3149         (aarch64_decode_orr_shifted_register_x): ... this.
3150         (decode_ret): Rename to ...
3151         (aarch64_decode_ret): ... this.
3152         (decode_stp_offset): Rename to ...
3153         (aarch64_decode_stp_offset): ... this.
3154         (decode_stp_offset_wb): Rename to ...
3155         (aarch64_decode_stp_offset_wb): ... this.
3156         (decode_stur): Rename to ...
3157         (aarch64_decode_stur): ... this.
3158         (decode_tb): Rename to ...
3159         (aarch64_decode_tb): ... this.  Move to arch/aarch64-insn.c.
3160         Declare in arch/aarch64-insn.h.
3161         (aarch64_analyze_prologue): Adjust calls to renamed functions.
3162
3163 2015-09-20  Doug Evans  <xdje42@gmail.com>
3164
3165         * dwarf2read.c (add_partial_symbol): Remove outdated comments.
3166
3167 2015-09-20  Doug Evans  <xdje42@gmail.com>
3168
3169         * dwarf2read.c (dwarf2_compute_name): Add FIXME.  Don't use a local
3170         variable name that collides with a parameter.
3171
3172 2015-09-20  Joel Brobecker  <brobecker@adacore.com>
3173
3174         * dwarf2loc.c (locexpr_get_frame_base): Renames
3175         block_op_get_frame_base.
3176         (dwarf2_block_frame_base_locexpr_funcs): Replace reference to
3177         block_op_get_frame_base by reference to locexpr_get_frame_base.
3178         (loclist_get_frame_base): New function, near identical copy of
3179         locexpr_get_frame_base.
3180         (dwarf2_block_frame_base_loclist_funcs): Replace reference to
3181         block_op_get_frame_base by reference to loclist_get_frame_base.
3182
3183 2015-09-19  Doug Evans  <xdje42@gmail.com>
3184
3185         * ravenscar-thread.c (ravenscar_inferior_created): Replace
3186         current_inferior ()->gdbarch with its wrapper target_gdbarch.
3187
3188 2015-09-18  Doug Evans  <xdje42@gmail.com>
3189
3190         * linux-thread-db.c (record_thread): Return the created thread.
3191         (thread_from_lwp): Likewise.
3192         (thread_db_get_thread_local_address): Update.
3193
3194 2015-09-18  Doug Evans  <xdje42@gmail.com>
3195
3196         * symtab.h (general_symbol_info) <mangled_lang>: Delete struct,
3197         move only member demangled_name up.  All uses updated.
3198
3199 2015-09-18  Doug Evans  <xdje42@gmail.com>
3200
3201         * findvar.c (default_read_var_value) <LOC_UNRESOLVED>: Include the
3202         kind of minimal symbol in the error message.
3203         * objfiles.c (objfile_flavour_name): New function.
3204         * objfiles.h (objfile_flavour_name): Declare.
3205
3206 2015-09-18  Yao Qi  <yao.qi@linaro.org>
3207
3208         * nat/aarch64-linux.c: Include elf/common.h,
3209         nat/gdb_ptrace.h, asm/ptrace.h and sys/uio.h.
3210         (aarch64_ps_get_thread_area): New function.
3211         * nat/aarch64-linux.h: Include gdb_proc_service.h.
3212         (aarch64_ps_get_thread_area): Declare.
3213         * aarch64-linux-nat.c (ps_get_thread_area): Call
3214         aarch64_ps_get_thread_area.
3215
3216 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3217
3218         * record-btrace.c (record_btrace_resume): Honour scheduler-locking.
3219
3220 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3221
3222         * NEWS: Announce new scheduler-locking mode.
3223         * infrun.c (schedlock_replay): New.
3224         (scheduler_enums): Add schedlock_replay.
3225         (scheduler_mode): Change default to schedlock_replay.
3226         (user_visible_resume_ptid): Handle schedlock_replay.
3227         (clear_proceed_status_thread): Stop replaying if resumed thread is
3228         not replaying.
3229         (schedlock_applies): Handle schedlock_replay.
3230         (_initialize_infrun): Document new scheduler-locking mode.
3231         * record-btrace.c (record_btrace_resume): Remove code to stop other
3232         threads when not replaying the resumed thread.
3233
3234 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3235
3236         * record-btrace.c ((record_btrace_will_replay): New.
3237         (init_record_btrace_ops): Initialize to_record_will_replay.
3238         * record-full.c ((record_full_will_replay): New.
3239         (init_record_full_ops): Initialize to_record_will_replay.
3240         * target-delegates.c: Regenerated.
3241         * target.c (target_record_will_replay): New.
3242         * target.h (struct target_ops) <to_record_will_replay>: New.
3243         (target_record_will_replay): New.
3244
3245 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3246
3247         * record-btrace.c (record_btrace_resume): Call
3248         target_record_stop_replaying.
3249         (record_btrace_stop_replaying_all): New.
3250         (init_record_btrace_ops): Initialize to_record_stop_replaying.
3251         * record-full.c (record_full_stop_replaying): New.
3252         (init_record_full_ops ): Initialize to_record_stop_replaying.
3253         * target-delegates.c: Regenerated.
3254         * target.c (target_record_stop_replaying): New.
3255         * target.h (struct target_ops) <to_record_stop_replaying>: New.
3256         (target_record_stop_replaying): New.
3257
3258 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3259
3260         * record-btrace.c (record_btrace_xfer_partial)
3261         (record_btrace_store_registers, record_btrace_prepare_to_store):
3262         Call record_btrace_is_replaying with inferior_ptid instead of
3263         minus_one_ptid.
3264         (record_btrace_store_registers): Change error message.
3265
3266 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3267
3268         * record-btrace.c (record_btrace_is_replaying): Add ptid argument.
3269         Update users to pass minus_one_ptid.
3270         * record-full.c (record_full_is_replaying): Add ptid argument (ignored).
3271         * record.c (cmd_record_delete): Pass inferior_ptid to
3272         target_record_is_replaying.
3273         * target-delegates.c: Regenerated.
3274         * target.c (target_record_is_replaying): Add ptid argument.
3275         * target.h (struct target_ops) <to_record_is_replaying>: Add ptid
3276         argument.
3277         (target_record_is_replaying): Add ptid argument.
3278
3279 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3280
3281         * record-btrace.c (record_btrace_open): Remove non_stop check.
3282         * NEWS: Announce that record btrace supports non-stop mode.
3283
3284 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3285
3286         * infrun.c (handle_inferior_event_1): Switch to the eventing thread
3287         in the TARKET_WAITKIND_NO_HISTORY case.
3288
3289 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3290
3291         * record-btrace.c (record_btrace_maybe_mark_async_event): New.
3292         (record_btrace_wait): Call record_btrace_maybe_mark_async_event.
3293
3294 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3295
3296         * record-btrace.c (get_thread_current_frame): New.
3297         (record_btrace_start_replaying): Call get_thread_current_frame.
3298
3299 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3300
3301         * record-btrace.c (record_btrace_resume_thread): A move request
3302         overwrites a previous move request.
3303         (record_btrace_find_resume_thread): Removed.
3304         (record_btrace_resume): Resume all requested threads.
3305
3306 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3307
3308         * record-btrace.c: Include vec.h.
3309         (record_btrace_find_thread_to_move): Removed.
3310         (btrace_step_no_resumed, btrace_step_again)
3311         (record_btrace_stop_replaying_at_end): New.
3312         (record_btrace_cancel_resume): Call record_btrace_stop_replaying_at_end.
3313         (record_btrace_single_step_forward): Remove calls to
3314         record_btrace_stop_replaying.
3315         (record_btrace_step_thread): Do only one step for BTHR_CONT and
3316         BTHR_RCONT.  Keep threads at the end of their history moving.
3317         (record_btrace_wait): Call record_btrace_step_thread for all threads
3318         until one reports an event.  Call record_btrace_stop_replaying_at_end
3319         for the eventing thread.
3320
3321 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3322
3323         * record-btrace.c (record_btrace_single_step_forward): Return
3324         NO_HISTORY if a step brings us to the end of the execution history.
3325
3326 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3327
3328         * record-btrace.c (record_btrace_step_thread): Move breakpoint check
3329         to ...
3330         (record_btrace_single_step_forward): ... here and
3331         (record_btrace_single_step_backward): ... here.
3332
3333 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3334
3335         * record-btrace.c (btrace_step_spurious)
3336         (record_btrace_single_step_forward)
3337         (record_btrace_single_step_backward): New.
3338         (record_btrace_step_thread): Call record_btrace_single_step_forward
3339         and record_btrace_single_step_backward.
3340
3341 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3342
3343         * record-btrace.c (record_btrace_replay_at_breakpoint): New.
3344         (record_btrace_step_thread): Call record_btrace_replay_at_breakpoint.
3345
3346 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3347
3348         * record-btrace.c (btrace_thread_flag_to_str)
3349         (record_btrace_cancel_resume): New.
3350         (record_btrace_step_thread): Call btrace_thread_flag_to_str.
3351         (record_btrace_resume): Print execution direction.
3352         (record_btrace_resume_thread): Call btrace_thread_flag_to_str.
3353         (record_btrace_wait): Call record_btrace_cancel_resume.
3354
3355 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3356
3357         * btrace.h (enum btrace_thread_flag) <BTHR_STOP>: New.
3358         * record-btrace (record_btrace_resume_thread): Clear BTHR_STOP.
3359         (record_btrace_find_thread_to_move): Also accept threads that have
3360         BTHR_STOP set.
3361         (btrace_step_stopped_on_request, record_btrace_stop): New.
3362         (record_btrace_step_thread): Support BTHR_STOP.
3363         (record_btrace_wait): Also clear BTHR_STOP when stopping other threads.
3364         (init_record_btrace_ops): Initialize to_stop.
3365
3366 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3367
3368         * record-btrace.c (record_btrace_wait): Replace non_stop check with
3369         target_is_non_stop_p ().
3370
3371 2015-09-15  Pierre-Marie de Rodat  <derodat@adacore.com>
3372
3373         * ada-typeprint.c (print_array_type): Do not describe arrays as
3374         packed when they embed dynamic elements.
3375
3376 2015-09-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
3377
3378         * symtab.h (address_class): Document that TLS variables
3379         are handled by LOC_UNRESOLVED.
3380         * findvar.c (default_read_var_value): Don't relocate TLS variables.
3381         * printcmd.c (address_info): Don't relocate TLS variables.
3382
3383 2015-09-15  Pierre Langlois  <pierre.langlois@arm.com>
3384
3385         * aarch64-tdep.c (decode_add_sub_imm): Use debug_printf.
3386         (decode_adrp): Likewise.
3387         (decode_b): Likewise.
3388         (decode_bcond): Likewise.
3389         (decode_br): Likewise.
3390         (decode_cb): Likewise.
3391         (decode_eret): Likewise.
3392         (decode_movz): Likewise.
3393         (decode_orr_shifted_register_x): Likewise.
3394         (decode_ret): Likewise.
3395         (decode_stp_offset): Likewise.
3396         (decode_stp_offset_wb): Likewise.
3397         (decode_stur): Likewise.
3398         (decode_tb): Likewise.
3399         (aarch64_analyze_prologue): Likewise.
3400         (pass_in_x): Likewise.
3401         (pass_in_v): Likewise.
3402         (pass_on_stack): Likewise.
3403         (aarch64_push_dummy_call): Likewise.
3404         (aarch64_extract_return_value): Likewise.
3405         (aarch64_store_return_value): Likewise.
3406         (aarch64_return_value): Likewise.
3407         (aarch64_record_asimd_load_store): Likewise.
3408         (aarch64_record_load_store): Likewise.
3409         (aarch64_record_data_proc_simd_fp): Likewise.
3410
3411 2015-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
3412
3413         * linespec.c (minsym_found): Call gdbarch_skip_entrypoint.
3414         * ppc64-tdep.c (ppc64_skip_trampoline_code): Rename to ...
3415         (ppc64_skip_trampoline_code_1): ... here.
3416         (ppc64_skip_trampoline_code): New wrapper function.
3417         * symtab.c (find_function_start_sal): Call gdbarch_skip_entrypoint.
3418
3419 2015-09-15  Yao Qi  <yao.qi@linaro.org>
3420
3421         * aarch64-linux-nat.c (aarch64_linux_can_do_single_step): New
3422         function.
3423         (_initialize_aarch64_linux_nat): Install it to to_can_do_single_step.
3424         * arm-linux-tdep.c (arm_linux_software_single_step): Return 0
3425         if target_can_do_single_step returns 1.
3426         * remote.c (struct vCont_action_support) <s, S>: New fields.
3427         (PACKET_vContSupported): New enum.
3428         (remote_protocol_features): New element for vContSupported.
3429         (remote_query_supported): Append "vContSupported+".
3430         (remote_vcont_probe): Remove support_s and support_S, use
3431         rs->supports_vCont.s and rs->supports_vCont.S instead.  Disable
3432         vCont packet if c and C actions are not supported.
3433         (remote_can_do_single_step): New function.
3434         (init_remote_ops): Install it to to_can_do_single_step.
3435         (_initialize_remote): Call add_packet_config_cmd.
3436         * target.h (struct target_ops) <to_can_do_single_step>: New field.
3437         (target_can_do_single_step): New macro.
3438         * target-delegates.c: Re-generated.
3439
3440 2015-09-15  Yao Qi  <yao.qi@linaro.org>
3441
3442         * aarch64-linux-nat.c (aarch64_linux_siginfo_fixup): New function.
3443         (_initialize_aarch64_linux_nat): Call linux_nat_set_siginfo_fixup.
3444         * nat/aarch64-linux.c (aarch64_compat_siginfo_from_siginfo):
3445         New function.
3446         (aarch64_siginfo_from_compat_siginfo): New function.
3447         * nat/aarch64-linux.h: Include signal.h.
3448         (compat_int_t, compat_uptr_t, compat_time_t): Typedef.
3449         (compat_timer_t, compat_clock_t): Likewise.
3450         (struct compat_timeval): New.
3451         (union compat_sigval): New.
3452         (struct compat_siginfo): New.
3453         (cpt_si_pid, cpt_si_uid, cpt_si_timerid): New macros.
3454         (cpt_si_overrun, cpt_si_status, cpt_si_utime): Likewise.
3455         (cpt_si_stime, cpt_si_ptr, cpt_si_addr): Likewise.
3456         (cpt_si_band, cpt_si_fd): Likewise.
3457
3458 2015-09-14  Pedro Alves  <palves@redhat.com>
3459
3460         * infrun.c (current_stop_id): New global.
3461         (get_stop_id, new_stop_id): New functions.
3462         (fetch_inferior_event): Handle normal_stop proceeding the target.
3463         (struct stop_context): New.
3464         (save_stop_context, release_stop_context_cleanup)
3465         (stop_context_changed): New functions.
3466         (normal_stop): Return true if the hook-stop changes the stop
3467         context.
3468         * infrun.h (get_stop_id): Declare.
3469         (normal_stop): Now returns int.  Add documentation.
3470
3471 2015-09-14  Pierre-Marie de Rodat  <derodat@adacore.com>
3472
3473         * ada-lang.c (ada_value_ptr_subscript): Update the heading
3474         comment.  Handle packed arrays.
3475
3476 2015-09-14  Pedro Alves  <palves@redhat.com>
3477
3478         * NEWS (Changes in GDB 7.10, New commands>: Remove duplicate
3479         mention of maint set/show target-non-stop.
3480
3481 2015-09-11  Don Breazeal  <donb@codesourcery.com>
3482
3483         * NEWS: Announce new remote packets for the exec-events
3484         feature and the exec-events feature and associated commands.
3485
3486 2015-09-11  Don Breazeal  <donb@codesourcery.com>
3487
3488         * remote.c (remote_exec_event_p): New function.
3489         (remote_insert_exec_catchpoint): New function.
3490         (remote_remove_exec_catchpoint): New function.
3491         (init_extended_remote_ops): Initialize extended_remote_ops
3492         members to_insert_exec_catchpoint and
3493         to_remove_exec_catchpoint.
3494
3495 2015-09-11  Don Breazeal  <donb@codesourcery.com>
3496             Luis Machado  <lgustavo@codesourcery.com>
3497
3498         * infrun.c (follow_exec): Use process-style ptid for
3499         exec message.  Call add_inferior_with_spaces and
3500         target_follow_exec.
3501         * nat/linux-ptrace.c (linux_supports_traceexec): New function.
3502         * nat/linux-ptrace.h (linux_supports_traceexec): Declare.
3503         * remote.c (remote_pspace_data): New static variable.
3504         (remote_pspace_data_cleanup): New function.
3505         (get_remote_exec_file): New function.
3506         (set_remote_exec_file_1): New function.
3507         (set_remote_exec_file): New function.
3508         (show_remote_exec_file): New function.
3509         (remote_exec_file): Delete static variable.
3510         (anonymous enum) <PACKET_exec_event_feature>: New
3511         enumeration constant.
3512         (remote_protocol_features): Add entry for exec-events feature.
3513         (remote_query_supported): Add client side of qSupported query
3514         for exec-events feature.
3515         (remote_follow_exec): New function.
3516         (remote_parse_stop_reply): Handle 'exec' stop reason.
3517         (extended_remote_run, extended_remote_create_inferior): Call
3518         get_remote_exec_file and set_remote_exec_file_1.
3519         (init_extended_remote_ops) <to_follow_exec>: Initialize new
3520         member.
3521         (_initialize_remote): Call
3522         register_program_space_data_with_cleanup.  Call
3523         add_packet_config_cmd for remote exec-events feature.
3524         Modify call to add_setshow_string_noescape_cmd for exec-file
3525         to use new functions set_remote_exec_file and
3526         show_remote_exec_file.
3527         * target-debug.h, target-delegates.c: Regenerated.
3528         * target.c (target_follow_exec): New function.
3529         * target.h (struct target_ops) <to_follow_exec>: New member.
3530         (target_follow_exec): Declare new function.
3531
3532 2015-09-11  Pierre Langlois  <pierre.langlois@arm.com>
3533
3534         * aarch64-tdep.c (decode_cb): Move up comment describing the
3535         encoding.
3536         (decode_tb): Fix a typo in comment above the function.  Move up
3537         comment describing the encoding.
3538
3539 2015-09-11  Pierre Langlois  <pierre.langlois@arm.com>
3540
3541         * aarch64-tdep.c (decode_bcond): Fix incorrect mask.
3542
3543 2015-09-11  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
3544
3545         PR gdb/18947
3546         * aarch64-linux-tdep.c: (aarch64_linux_init_abi): Install
3547         glibc_skip_solib_resolver as gdbarch_skip_solib_resolver callback.
3548
3549 2015-09-10  Simon Marchi  <simon.marchi@ericsson.com>
3550
3551         * ada-lang.c (scan_discrim_bound): Factor out arithmetic
3552         operations.
3553
3554 2015-09-10  Simon Marchi  <simon.marchi@ericsson.com>
3555
3556         * ada-lang.c (ada_search_struct_field): Constify parameters
3557         and/or variables..
3558         (xget_renaming_scope): Likewise.
3559         (ada_is_redundant_range_encoding): Likewise.
3560         (scan_discrim_bound): Likewise.
3561         (to_fixed_range_type): Likewise.
3562
3563 2015-09-10  Yao Qi  <yao.qi@linaro.org>
3564
3565         * breakpoint.c (download_tracepoint_locations): New local
3566         can_download_tracepoint.  Check the result of
3567         target_can_download_tracepoint and save it in
3568         can_download_tracepoint if there are tracepoints to download.
3569         * linux-nat.h (enum tribool): Move it to ...
3570         * common/common-types.h: ... here.
3571
3572 2015-09-09  Pedro Alves  <palves@redhat.com>
3573
3574         * inf-loop.c (inferior_event_handler): Delete INF_TIMER case.
3575         * target.h (enum inferior_event_type) <INF_TIMER>: Delete.
3576
3577 2015-09-09  Pedro Alves  <palves@redhat.com>
3578
3579         * continuations.c (add_continuation, restore_thread_cleanup)
3580         (do_all_continuations_ptid, do_all_continuations_thread_callback)
3581         (do_all_continuations_thread, do_all_continuations)
3582         (discard_all_continuations_thread_callback)
3583         (discard_all_continuations_thread, discard_all_continuations)
3584         (add_intermediate_continuation)
3585         (do_all_intermediate_continuations_thread_callback)
3586         (do_all_intermediate_continuations_thread)
3587         (do_all_intermediate_continuations)
3588         (discard_all_intermediate_continuations_thread_callback)
3589         (discard_all_intermediate_continuations_thread)
3590         (discard_all_intermediate_continuations): Delete.
3591         * continuations.h (add_continuation, do_all_continuations)
3592         (do_all_continuations_thread, discard_all_continuations)
3593         (discard_all_continuations_thread, add_intermediate_continuation)
3594         (do_all_intermediate_continuations)
3595         (do_all_intermediate_continuations_thread)
3596         (discard_all_intermediate_continuations)
3597         (discard_all_intermediate_continuations_thread): Delete
3598         declarations.
3599         * event-top.c (stdin_event_handler): Delete references to
3600         continuations.
3601         * gdbthread.h (struct thread_info): Delete continuations and
3602         intermediate_continuations fields.
3603         * inf-loop.c (inferior_event_handler): Remove references to
3604         continuations.
3605         * infrun.c (infrun_thread_stop_requested_callback): Remove
3606         references to continuations.
3607         * target.h (enum inferior_event_type) <INF_EXEC_CONTINUE>: Delete.
3608         * thread.c: Don't include "continuations.h".
3609         (clear_thread_inferior_resources): Remove references to
3610         continuations.
3611
3612 2015-09-09  Pedro Alves  <palves@redhat.com>
3613
3614         * infcall.c (struct dummy_frame_context_saver): Delete.
3615         (dummy_frame_context_saver_free, dummy_frame_context_saver_dtor)
3616         (dummy_frame_context_saver_drop)
3617         (dummy_frame_context_saver_cleanup)
3618         (dummy_frame_context_saver_get_regs)
3619         (dummy_frame_context_saver_setup): Delete.
3620         * infcall.h (dummy_frame_context_saver_drop)
3621         (dummy_frame_context_saver_cleanup)
3622         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver):
3623         Delete.
3624         (get_return_value): Remove 'ctx_saver' paremeter.  Adjust.
3625         * inferior.h (get_return_value): Remove 'ctx_saver' paremeter.
3626         * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Adjust.
3627
3628 2015-09-09  Pedro Alves  <palves@redhat.com>
3629
3630         * breakpoint.c: Include "thread-fsm.h".
3631         (struct until_break_command_continuation_args): Delete.
3632         (struct until_break_fsm): New.
3633         (until_break_fsm_ops): New global.
3634         (new_until_break_fsm, until_break_fsm_should_stop): New functions.
3635         (until_break_command_continuation): Delete.
3636         (until_break_fsm_clean_up): New function.
3637         (until_break_fsm_async_reply_reason): New function.
3638         (until_break_command): Adjust to create an until_break_fsm instead
3639         of a continuation.
3640         (momentary_bkpt_print_it): No longer print MI's async-stop-reason
3641         here.
3642         * infcmd.c (struct until_next_fsm): New.
3643         (until_next_fsm_ops): New global.
3644         (new_until_next_fsm, until_next_fsm_should_stop): New function.
3645         (until_next_continuation): Delete.
3646         (until_next_fsm_clean_up, until_next_fsm_async_reply_reason): New
3647         functions.
3648         (until_next_command): Adjust to create a new until_next_fsm
3649         instead of a continuation.
3650
3651 2015-09-09  Pedro Alves  <palves@redhat.com>
3652
3653         * infcall.c: Include thread_fsm.h.
3654         (struct call_return_meta_info): New.
3655         (get_call_return_value): New function, factored out from
3656         call_function_by_hand_dummy.
3657         (struct call_thread_fsm): New.
3658         (call_thread_fsm_ops): New global.
3659         (new_call_thread_fsm, call_thread_fsm_should_stop)
3660         (call_thread_fsm_should_notify_stop): New functions.
3661         (run_inferior_call): Add 'sm' parameter.  Associate the FSM with
3662         the thread.
3663         (call_function_by_hand_dummy): Create a new call_thread_fsm
3664         instance, associate it with the thread, and wait for the FSM to
3665         finish.  If finished successfully, fetch the function's result
3666         value out of the FSM.
3667         * infrun.c (fetch_inferior_event): If the FSM says the stop
3668         shouldn't be notified, don't call normal_stop.
3669         (maybe_remove_breakpoints): New function, factored out from ...
3670         (normal_stop): ... here.  Simplify.
3671         * infrun.h (maybe_remove_breakpoints): Declare.
3672         * thread-fsm.c (thread_fsm_should_notify_stop): New function.
3673         (thread-fsm.h) <struct thread_fsm_ops>: New field.
3674         (thread_fsm_should_notify_stop): Declare.
3675
3676 2015-09-09  Pedro Alves  <palves@redhat.com>
3677
3678         * Makefile.in (COMMON_OBS): Add thread-fsm.o.
3679         * breakpoint.c (handle_jit_event): Print debug output.
3680         (bpstat_what): Split event callback handling to ...
3681         (bpstat_run_callbacks): ... this new function.
3682         (momentary_bkpt_print_it): No longer handle bp_finish here.
3683         * breakpoint.h (bpstat_run_callbacks): Declare.
3684         * gdbthread.h (struct thread_info) <step_multi>: Delete field.
3685         <thread_fsm>: New field.
3686         (thread_cancel_execution_command): Declare.
3687         * infcmd.c: Include thread-fsm.h.
3688         (struct step_command_fsm): New.
3689         (step_command_fsm_ops): New global.
3690         (new_step_command_fsm, step_command_fsm_prepare): New functions.
3691         (step_1): Adjust to use step_command_fsm_prepare and
3692         prepare_one_step.
3693         (struct step_1_continuation_args): Delete.
3694         (step_1_continuation): Delete.
3695         (step_command_fsm_should_stop): New function.
3696         (step_once): Delete.
3697         (step_command_fsm_clean_up, step_command_fsm_async_reply_reason)
3698         (prepare_one_step): New function, based on step_once.
3699         (until_next_command): Remove step_multi reference.
3700         (struct return_value_info): New.
3701         (print_return_value): Rename to ...
3702         (print_return_value_1): ... this.  New struct return_value_info
3703         parameter.  Adjust.
3704         (print_return_value): Reimplement as wrapper around
3705         print_return_value_1.
3706         (struct finish_command_fsm): New.
3707         (finish_command_continuation): Delete.
3708         (finish_command_fsm_ops): New global.
3709         (new_finish_command_fsm, finish_command_fsm_should_stop): New
3710         functions.
3711         (finish_command_fsm_clean_up, finish_command_fsm_return_value):
3712         New.
3713         (finish_command_continuation_free_arg): Delete.
3714         (finish_command_fsm_async_reply_reason): New.
3715         (finish_backward, finish_forward): Change symbol parameter to a
3716         finish_command_fsm.  Adjust.
3717         (finish_command): Create a finish_command_fsm.  Adjust.
3718         * infrun.c: Include "thread-fsm.h".
3719         (clear_proceed_status_thread): Delete the thread's FSM.
3720         (infrun_thread_stop_requested_callback): Cancel the thread's
3721         execution command.
3722         (clean_up_just_stopped_threads_fsms): New function.
3723         (fetch_inferior_event): Handle the event_thread's should_stop
3724         method saying the command isn't done yet.
3725         (process_event_stop_test): Run breakpoint callbacks here.
3726         (print_stop_event): Rename to ...
3727         (print_stop_location): ... this.
3728         (restore_current_uiout_cleanup): New function.
3729         (print_stop_event): Reimplement.
3730         (normal_stop): No longer notify the end_stepping_range observers
3731         here handle "step N" nor "finish" here.  No longer call
3732         print_stop_event here.
3733         * infrun.h (struct return_value_info): Forward declare.
3734         (print_return_value): Declare.
3735         (print_stop_event): Change prototype.
3736         * thread-fsm.c: New file.
3737         * thread-fsm.h: New file.
3738         * thread.c: Include "thread-fsm.h".
3739         (thread_cancel_execution_command): New function.
3740         (clear_thread_inferior_resources): Call it.
3741         * cli/cli-interp.c (cli_on_normal_stop): New function.
3742         (cli_interpreter_init): Install cli_on_normal_stop as normal_stop
3743         observer.
3744         * mi/mi-interp.c: Include "thread-fsm.h".
3745         (restore_current_uiout_cleanup): Delete.
3746         (mi_on_normal_stop): If the thread has an FSM associated, and it
3747         finished, ask it for the async-reply-reason to print.  Always call
3748         print_stop_event here, regardless of the top-level interpreter.
3749         Check bpstat_what to tell whether an asynchronous breakpoint hit
3750         triggered.
3751         * tui/tui-interp.c (tui_on_normal_stop): New function.
3752         (tui_init): Install tui_on_normal_stop as normal_stop observer.
3753
3754 2015-09-09  Pedro Alves  <palves@redhat.com>
3755
3756         * breakpoint.c (bpstat_do_actions_1, until_break_command): Don't
3757         check whether the target can async.
3758         * inf-loop.c (inferior_event_handler): Only call target_async if
3759         the target can async.
3760         * infcall.c: Include top.h and interps.h.
3761         (run_inferior_call): For the interpreter to sync mode while
3762         running the infcall.  Call wait_sync_command_done instead of
3763         wait_for_inferior plus normal_stop.
3764         * infcmd.c (prepare_execution_command): Don't check whether the
3765         target can async when running in the foreground.
3766         (step_1): Delete synchronous case handling.
3767         (step_once): Always install a continuation, even in sync mode.
3768         (until_next_command, finish_forward): Don't check whether the
3769         target can async.
3770         (attach_command_post_wait, notice_new_inferior): Always install a
3771         continuation, even in sync mode.
3772         * infrun.c (mark_infrun_async_event_handler): New function.
3773         (proceed): In sync mode, mark infrun's event source instead of
3774         waiting for events here.
3775         (fetch_inferior_event): If the target can't async, do a blocking
3776         wait.
3777         (prepare_to_wait): In sync mode, mark infrun's event source.
3778         (infrun_async_inferior_event_handler): No longer bail out if the
3779         target can't async.
3780         * infrun.h (mark_infrun_async_event_handler): New declaration.
3781         * linux-nat.c (linux_nat_wait_1): Remove calls to
3782         set_sigint_trap/clear_sigint_trap.
3783         (linux_nat_terminal_inferior): No longer check whether the target
3784         can async.
3785         * mi/mi-interp.c (mi_on_sync_execution_done): Update and simplify
3786         comment.
3787         (mi_execute_command_input_handler): No longer check whether the
3788         target is async.  Update and simplify comment.
3789         * target.c (default_target_wait): New function.
3790         * target.h (struct target_ops) <to_wait>: Now defaults to
3791         default_target_wait.
3792         (default_target_wait): Declare.
3793         * top.c (wait_sync_command_done): New function, factored out from
3794         ...
3795         (maybe_wait_sync_command_done): ... this.
3796         * top.h (wait_sync_command_done): Declare.
3797         * target-delegates.c: Regenerate.
3798
3799 2015-09-09  Markus Metzger  <markus.t.metzger@intel.com>
3800
3801         * nat/linux-btrace.h (struct btrace_target_info) <ptr_bits>: Remove.
3802         * nat/linux-btrace.c: Include filestuff.h and inttypes.h.
3803         Remove include of sys/utsname.h.
3804         (linux_determine_kernel_ptr_bits): Remove.
3805         (linux_determine_kernel_start): New.
3806         (perf_event_is_kernel_addr): Remove tinfo argument.  Update users.
3807         Update check.
3808         (perf_event_skip_bts_record): Remove tinfo argument.  Update users.
3809         (linux_enable_bts, linux_enable_pt): Remove tinfo->ptr_bits
3810         initialization.
3811         * x86-linux-nat.c (x86_linux_enable_btrace): Remove ptr_bits
3812         assignment.
3813
3814 2015-09-07  Pedro Alves  <palves@redhat.com>
3815
3816         * guile/guile-internal.h (as_a_scm_t_subr): New.
3817         * guile/guile.c (misc_guile_functions): Use it.
3818         * guile/scm-arch.c (arch_functions): Use it.
3819         * guile/scm-block.c (block_functions, gdbscm_initialize_blocks):
3820         Use it.
3821         * guile/scm-breakpoint.c (breakpoint_functions): Use it.
3822         * guile/scm-cmd.c (command_functions): Use it.
3823         * guile/scm-disasm.c (disasm_functions): Use it.
3824         * guile/scm-exception.c (exception_functions)
3825         (private_exception_functions): Use it.
3826         * guile/scm-frame.c (frame_functions)
3827         * guile/scm-gsmob.c (gsmob_functions): Use it.
3828         * guile/scm-iterator.c (iterator_functions): Use it.
3829         * guile/scm-lazy-string.c (lazy_string_functions): Use it.
3830         * guile/scm-math.c (math_functions): Use it.
3831         * guile/scm-objfile.c (objfile_functions): Use it.
3832         * guile/scm-param.c (parameter_functions): Use it.
3833         * guile/scm-ports.c (port_functions, private_port_functions): Use
3834         it.
3835         * guile/scm-pretty-print.c (pretty_printer_functions): Use it.
3836         * guile/scm-progspace.c (pspace_functions): Use it.
3837         * guile/scm-string.c (string_functions): Use it.
3838         * guile/scm-symbol.c (symbol_functions): Use it.
3839         * guile/scm-symtab.c (symtab_functions): Use it.
3840         * guile/scm-type.c (type_functions, gdbscm_initialize_types): Use
3841         it.
3842         * guile/scm-value.c (value_functions): Use it.
3843
3844 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
3845
3846         * tui/tui-data.c (win_with_focus): Remove cast of NULL pointer.
3847         (tui_next_win): Likewise.
3848         (tui_prev_win): Likewise.
3849         (tui_partial_win_by_name): Likewise.
3850         (tui_init_generic_part): Likewise.
3851         (init_content_element): Likewise.
3852         (tui_del_window): Likewise.
3853         (tui_free_window): Likewise.
3854         (tui_del_data_windows): Likewise.
3855         (tui_free_data_content): Likewise.
3856         * tui/tui-layout.c (make_source_or_disasm_window): Likewise.
3857         * tui/tui-regs.c (tui_show_register_group): Likewise.
3858         * tui/tui-win.c (tui_resize_all): Likewise.
3859         (tui_set_focus): Likewise.
3860         (tui_set_win_height): Likewise.
3861         (make_invisible_and_set_new_height): Likewise.
3862         * tui/tui-windata.c (tui_delete_data_content_windows): Likewise.
3863         * tui/tui-wingeneral.c (make_visible): Likewise.
3864
3865 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
3866
3867         * cli/cli-decode.c (find_cmd): Remove cast of NULL pointer.
3868
3869 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
3870
3871         * c-valprint.c (print_unpacked_pointer): Remove cast of NULL
3872         pointer.
3873         * dbxread.c (dbx_end_psymtab): Likewise.
3874         * gnu-nat.c (gnu_write_inferior): Likewise.
3875         * mdebugread.c (cross_ref): Likewise.
3876         * p-valprint.c (pascal_val_print): Likewise.
3877         * xcoffread.c (xcoff_end_psymtab): Likewise.
3878
3879 2015-09-04  Yao Qi  <yao.qi@linaro.org>
3880
3881         * NEWS: Mention the aarch64 multi-arch debugging support.
3882
3883 2015-09-03  Pierre-Marie de Rodat  <derodat@adacore.com>
3884
3885         * ada-lang.c (ada_language_arch_info): Create a TYPE_CODE_CHAR
3886         type instead of a TYPE_CODE_INT one for the string_char_type
3887         and the ada_primitive_type_char types.
3888
3889 2015-09-03  Yao Qi  <yao.qi@linaro.org>
3890
3891         * aarch64-linux-nat.c (aarch64_linux_region_ok_for_hw_watchpoint):
3892         Move code to aarch64_linux_region_ok_for_watchpoint.  Call
3893         aarch64_linux_region_ok_for_watchpoint.
3894         * nat/aarch64-linux-hw-point.c (aarch64_linux_region_ok_for_watchpoint):
3895         New function.
3896         * nat/aarch64-linux-hw-point.h (aarch64_linux_region_ok_for_watchpoint):
3897         Declare it.
3898
3899 2015-09-02  Patrick Palka  <patrick@parcs.ath.cx>
3900
3901         * gdb_obstack.h (obstack_strdup): Declare.
3902         * gdb_obstack.c (obstack_strdup): Define.
3903         * gdbarch.sh (gdbarch_obstack_strdup): Declare and define.
3904         * gdbarch.c: Regenerate.
3905         * gdbarch.h: Regenerate.
3906         * gdbtypes.c (arch_type): Use gdbarch_obstack_strdup.
3907
3908 2015-09-02  Patrick Palka  <patrick@parcs.ath.cx>
3909
3910         * gdbtypes.c (copy_type_recursive): Update documentation.
3911
3912 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3913
3914         * solib-svr4.c (solib_event_probe_action): Initialize 'probe_argc'
3915         as zero.
3916
3917 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3918
3919         * solib-svr4.c (svr4_handle_solib_event): Initialize 'val' as NULL
3920
3921 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3922
3923         * solib-svr4.c (solib_event_probe_action): Call
3924         get_probe_argument_count using TRY...CATCH.
3925         (svr4_handle_solib_event): Likewise, for evaluate_probe_argument.
3926
3927 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3928
3929         * probe.h (struct probe_ops) <get_probe_argument_count,
3930         evaluate_probe_argument, enable_probe, disable_probe>: Mention in
3931         the comment that the function can throw an exception.
3932         (get_probe_argument_count): Likewise.
3933         (evaluate_probe_argument): Likewise.
3934         * stap-probe.c (stap_get_opcode): Call error instead of
3935         internal_error.
3936         (stap_get_expected_argument_type): Likewise.  Add argument
3937         'probe'.  Improve error message by mentioning the probe's name.
3938         (stap_parse_probe_arguments): Adjust call to
3939         stap_get_expected_argument_type.
3940         (stap_get_arg): Add comment.  Assert that 'probe->args_parsed' is
3941         not zero.  Call internal_error if GDB requests an argument but the
3942         probe has no arguments.
3943
3944 2015-09-01  Pierre-Marie de Rodat  <derodat@adacore.com>
3945
3946         * ada-lang.c (ada_resolve_function): Do not ask the user what
3947         match to use when in completion mode.
3948
3949 2015-08-31  Andrew Burgess  <andrew.burgess@embecosm.com>
3950
3951         * tui/tui-data.c (tui_win_name): Make local variable const, remove
3952         cast of NULL.
3953
3954 2015-08-31  Max Filippov  <jcmvbkbc@gmail.com>
3955
3956         * xtensa-tdep.h (XTENSA_GDBARCH_TDEP_INSTANTIATE): Initialize
3957         call_abi using XSHAL_ABI macro.
3958
3959 2015-08-29  Doug Evans  <xdje42@gmail.com>
3960
3961         * symtab.h (struct symbol): Tweak comment.
3962
3963 2015-08-29  Patrick Palka  <patrick@parcs.ath.cx>
3964
3965         * gdbtypes.c (alloc_type_arch): Allocate the type on the given
3966         gdbarch obstack instead of on the heap.  Update commentary
3967         accordingly.
3968
3969 2015-08-28  Joel Brobecker  <brobecker@adacore.com>
3970
3971         GDB 7.10 released.
3972
3973 2015-08-28  Simon Marchi  <simon.marchi@ericsson.com>
3974
3975         * NEWS: Update entry about non-8-bits addressable memory.
3976
3977 2015-08-28  Ulrich Weigand  <uweigand@de.ibm.com>
3978
3979         Revert:
3980         2014-11-06  Doug Evans  <xdje42@gmail.com>
3981         * solib.c (solib_global_lookup): Fetch arch from objfile,
3982         not target_gdbarch.
3983
3984 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3985
3986         * ppc-linux-tdep.c (ppc_linux_spe_context_lookup): Do not
3987         attempt to relocate a TLS variable offset.
3988
3989 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3990
3991         * spu-multiarch.c (parse_spufs_run): Bail out if inferior is not
3992         registered yet.  Set inferior_ptid while calling target_read_memory.
3993
3994 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3995
3996         * nat/linux-ptrace.h (GDB_ARCH_TRAP_BRKPT): Replace by ...
3997         (GDB_ARCH_IS_TRAP_BRKPT): ... this.  Add __powerpc__ case.
3998         * linux-nat.c (check_stopped_by_breakpoint): Use
3999         GDB_ARCH_IS_TRAP_BRKPT instead of GDB_ARCH_TRAP_BRKPT.
4000
4001 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
4002
4003         * linux-thread-db.c (thread_db_get_thread_local_address): If the
4004         thread was not yet discovered, use thread_from_lwp instead of
4005         calling thread_db_find_new_threads_1.
4006
4007 2015-08-27  Simon Marchi  <simon.marchi@ericsson.com>
4008
4009         * m88k-tdep.c (m88k_analyze_prologue): Fix inverted allocation
4010         statements.
4011
4012 2015-08-27  Simon Marchi  <simon.marchi@ericsson.com>
4013
4014         * NEWS: Document support for non-8-bits addressable memory.
4015
4016 2015-08-27  Pedro Alves  <palves@redhat.com>
4017
4018         * configure.ac: Remove AC_TYPE_SIGNAL call.
4019         * configure, config.in: Regenerate.
4020
4021 2015-08-27  Pedro Alves  <palves@redhat.com>
4022
4023         * cp-support.c (gdb_demangle): Use sighandler_t.  Remove cast.
4024         * extension-priv.h: Include signal.h.
4025         (struct signal_handler) <handler>: Change type to sighandler_t.
4026         * extension.c (install_gdb_sigint_handler): Use sighandler_t.
4027         * inflow.c (sigint_ours, sigquit_ours): Change type to
4028         sighandler_t.
4029         (child_terminal_inferior): Remove casts.
4030         (child_terminal_ours_1, new_tty): Use sighandler_t.  Remove casts.
4031         (osig): Change type to sighandler_t.
4032         * nto-procfs.c (ofunc): Change type to sighandler_t.
4033         (procfs_wait): Remove casts.
4034         * remote-m32r-sdi.c (m32r_wait, m32r_load): Use sighandler_t.
4035         * remote-sim.c (gdbsim_wait): Use sighandler_t.
4036         * utils.c (wait_to_die_with_timeout): Use sighandler_t.
4037
4038 2015-08-27  Pedro Alves  <palves@redhat.com>
4039
4040         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add signal-h.
4041         * gnulib/aclocal.m4: Renegerate.
4042         * gnulib/config.in: Renegerate.
4043         * gnulib/configure: Renegerate.
4044         * gnulib/import/Makefile.am: Update.
4045         * gnulib/import/Makefile.in: Regenerate.
4046         * gnulib/import/m4/gnulib-cache.m4: Update.
4047         * gnulib/import/m4/gnulib-comp.m4: Update.
4048         * gnulib/import/m4/signal_h.m4: New file.
4049         * gnulib/import/signal.in.h: New file.
4050
4051 2015-08-27  Pedro Alves  <palves@redhat.com>
4052
4053         * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE)
4054         (MIN_MEMORY_PACKET_SIZE): New.
4055         (MAX_REMOTE_PACKET_SIZE, MIN_REMOTE_PACKET_SIZE): Delete.
4056         (get_memory_packet_size): Adjust.  No longer limit the max packet
4057         size.
4058         (set_memory_packet_size): Adjust, and remove dead code.
4059         (remote_check_symbols): Use xmalloc and a cleanup instead of
4060         alloca.
4061         (remote_packet_size): No longer cap the packet size.
4062         (putpkt_binary): Use xmalloc and a cleanup instead of alloca.
4063
4064 2015-08-26  Luis Machado  <lgustavo@codesourcery.com>
4065
4066         * compile/compile.c (compile_to_object): Mention language in
4067         error message.
4068
4069 2015-08-26  Patrick Palka  <patrick@parcs.ath.cx>
4070
4071         * target.c (target_pre_inferior): Unset attach_flag.
4072
4073 2015-08-26  Simon Marchi  <simon.marchi@ericsson.com>
4074
4075         * gdbarch.sh (append_name): Fix type in XRESIZEVEC.
4076         * gdbarch.c: Re-generate.
4077
4078 2015-08-26  Simon Marchi  <simon.marchi@ericsson.com>
4079
4080         * aarch64-linux-nat.c (aarch64_add_process): Replace xmalloc-family
4081         function with the XNEW-family equivalent.
4082         * aarch64-tdep.c (aarch64_gdbarch_init): Likewise.
4083         * ada-exp.y (write_ambiguous_var): Likewise.
4084         * ada-lang.c (resolve_subexp): Likewise.
4085         (user_select_syms): Likewise.
4086         (assign_aggregate): Likewise.
4087         (ada_evaluate_subexp): Likewise.
4088         (cache_symbol): Likewise.
4089         * addrmap.c (allocate_key): Likewise.
4090         (addrmap_create_mutable): Likewise.
4091         * aix-thread.c (sync_threadlists): Likewise.
4092         * alpha-tdep.c (alpha_push_dummy_call): Likewise.
4093         (alpha_gdbarch_init): Likewise.
4094         * amd64-windows-tdep.c (amd64_windows_push_arguments): Likewise.
4095         * arm-linux-nat.c (arm_linux_add_process): Likewise.
4096         * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
4097         * arm-tdep.c (push_stack_item): Likewise.
4098         (arm_displaced_step_copy_insn): Likewise.
4099         (arm_gdbarch_init): Likewise.
4100         (_initialize_arm_tdep): Likewise.
4101         * avr-tdep.c (push_stack_item): Likewise.
4102         * ax-general.c (new_agent_expr): Likewise.
4103         * block.c (block_initialize_namespace): Likewise.
4104         * breakpoint.c (alloc_counted_command_line): Likewise.
4105         (update_dprintf_command_list): Likewise.
4106         (parse_breakpoint_sals): Likewise.
4107         (decode_static_tracepoint_spec): Likewise.
4108         (until_break_command): Likewise.
4109         (clear_command): Likewise.
4110         (update_global_location_list): Likewise.
4111         (get_breakpoint_objfile_data) Likewise.
4112         * btrace.c (ftrace_new_function): Likewise.
4113         (btrace_set_insn_history): Likewise.
4114         (btrace_set_call_history): Likewise.
4115         * buildsym.c (add_symbol_to_list): Likewise.
4116         (record_pending_block): Likewise.
4117         (start_subfile): Likewise.
4118         (start_buildsym_compunit): Likewise.
4119         (push_subfile): Likewise.
4120         (end_symtab_get_static_block): Likewise.
4121         (buildsym_init): Likewise.
4122         * cli/cli-cmds.c (source_command): Likewise.
4123         * cli/cli-decode.c (add_cmd): Likewise.
4124         * cli/cli-script.c (build_command_line): Likewise.
4125         (setup_user_args): Likewise.
4126         (realloc_body_list): Likewise.
4127         (process_next_line): Likewise.
4128         (copy_command_lines): Likewise.
4129         * cli/cli-setshow.c (do_set_command): Likewise.
4130         * coff-pe-read.c (read_pe_exported_syms): Likewise.
4131         * coffread.c (coff_locate_sections): Likewise.
4132         (coff_symtab_read): Likewise.
4133         (coff_read_struct_type): Likewise.
4134         * common/cleanups.c (make_my_cleanup2): Likewise.
4135         * common/common-exceptions.c (throw_it): Likewise.
4136         * common/filestuff.c (make_cleanup_close): Likewise.
4137         * common/format.c (parse_format_string): Likewise.
4138         * common/queue.h (DEFINE_QUEUE_P): Likewise.
4139         * compile/compile-object-load.c (munmap_list_add): Likewise.
4140         (compile_object_load): Likewise.
4141         * compile/compile-object-run.c (compile_object_run): Likewise.
4142         * compile/compile.c (append_args): Likewise.
4143         * corefile.c (specify_exec_file_hook): Likewise.
4144         * cp-support.c (make_symbol_overload_list): Likewise.
4145         * cris-tdep.c (push_stack_item): Likewise.
4146         (cris_gdbarch_init): Likewise.
4147         * ctf.c (ctf_trace_file_writer_new): Likewise.
4148         * dbxread.c (init_header_files): Likewise.
4149         (add_new_header_file): Likewise.
4150         (init_bincl_list): Likewise.
4151         (dbx_end_psymtab): Likewise.
4152         (start_psymtab): Likewise.
4153         (dbx_end_psymtab): Likewise.
4154         * dcache.c (dcache_init): Likewise.
4155         * dictionary.c (dict_create_hashed): Likewise.
4156         (dict_create_hashed_expandable): Likewise.
4157         (dict_create_linear): Likewise.
4158         (dict_create_linear_expandable): Likewise.
4159         * dtrace-probe.c (dtrace_process_dof_probe): Likewise.
4160         * dummy-frame.c (register_dummy_frame_dtor): Likewise.
4161         * dwarf2-frame-tailcall.c (cache_new_ref1): Likewise.
4162         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
4163         (decode_frame_entry_1): Likewise.
4164         * dwarf2expr.c (new_dwarf_expr_context): Likewise.
4165         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
4166         * dwarf2read.c (dwarf2_has_info): Likewise.
4167         (create_signatured_type_table_from_index): Likewise.
4168         (dwarf2_read_index): Likewise.
4169         (dw2_get_file_names_reader): Likewise.
4170         (create_all_type_units): Likewise.
4171         (read_cutu_die_from_dwo): Likewise.
4172         (init_tu_and_read_dwo_dies): Likewise.
4173         (init_cutu_and_read_dies): Likewise.
4174         (create_all_comp_units): Likewise.
4175         (queue_comp_unit): Likewise.
4176         (inherit_abstract_dies): Likewise.
4177         (read_call_site_scope): Likewise.
4178         (dwarf2_add_field): Likewise.
4179         (dwarf2_add_typedef): Likewise.
4180         (dwarf2_add_member_fn): Likewise.
4181         (attr_to_dynamic_prop): Likewise.
4182         (abbrev_table_alloc_abbrev): Likewise.
4183         (abbrev_table_read_table): Likewise.
4184         (add_include_dir): Likewise.
4185         (add_file_name): Likewise.
4186         (dwarf_decode_line_header): Likewise.
4187         (dwarf2_const_value_attr): Likewise.
4188         (dwarf_alloc_block): Likewise.
4189         (parse_macro_definition): Likewise.
4190         (set_die_type): Likewise.
4191         (write_psymtabs_to_index): Likewise.
4192         (create_cus_from_index): Likewise.
4193         (dwarf2_create_include_psymtab): Likewise.
4194         (process_psymtab_comp_unit_reader): Likewise.
4195         (build_type_psymtab_dependencies): Likewise.
4196         (read_comp_units_from_section): Likewise.
4197         (compute_compunit_symtab_includes): Likewise.
4198         (create_dwo_unit_in_dwp_v1): Likewise.
4199         (create_dwo_unit_in_dwp_v2): Likewise.
4200         (read_func_scope): Likewise.
4201         (process_structure_scope): Likewise.
4202         (mark_common_block_symbol_computed): Likewise.
4203         (load_partial_dies): Likewise.
4204         (dwarf2_symbol_mark_computed): Likewise.
4205         * elfread.c (elf_symfile_segments): Likewise.
4206         (elf_read_minimal_symbols): Likewise.
4207         * environ.c (make_environ): Likewise.
4208         * eval.c (evaluate_subexp_standard): Likewise.
4209         * event-loop.c (create_file_handler): Likewise.
4210         (create_async_signal_handler): Likewise.
4211         (create_async_event_handler): Likewise.
4212         (create_timer): Likewise.
4213         * exec.c (build_section_table): Likewise.
4214         * fbsd-nat.c (fbsd_remember_child): Likewise.
4215         * fork-child.c (fork_inferior): Likewise.
4216         * frv-tdep.c (new_variant): Likewise.
4217         * gdbarch.sh (gdbarch_alloc): Likewise.
4218         (append_name): Likewise.
4219         * gdbtypes.c (rank_function): Likewise.
4220         (copy_type_recursive): Likewise.
4221         (add_dyn_prop): Likewise.
4222         * gnu-nat.c (make_proc): Likewise.
4223         (make_inf): Likewise.
4224         (gnu_write_inferior): Likewise.
4225         * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
4226         (build_std_type_info_type): Likewise.
4227         * guile/scm-param.c (compute_enum_list): Likewise.
4228         * guile/scm-utils.c (gdbscm_parse_function_args): Likewise.
4229         * guile/scm-value.c (gdbscm_value_call): Likewise.
4230         * h8300-tdep.c (h8300_gdbarch_init): Likewise.
4231         * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
4232         (read_unwind_info): Likewise.
4233         * ia64-tdep.c (ia64_gdbarch_init): Likewise.
4234         * infcall.c (dummy_frame_context_saver_setup): Likewise.
4235         (call_function_by_hand_dummy): Likewise.
4236         * infcmd.c (step_once): Likewise.
4237         (finish_forward): Likewise.
4238         (attach_command): Likewise.
4239         (notice_new_inferior): Likewise.
4240         * inferior.c (add_inferior_silent): Likewise.
4241         * infrun.c (add_displaced_stepping_state): Likewise.
4242         (save_infcall_control_state): Likewise.
4243         (save_inferior_ptid): Likewise.
4244         (_initialize_infrun): Likewise.
4245         * jit.c (bfd_open_from_target_memory): Likewise.
4246         (jit_gdbarch_data_init): Likewise.
4247         * language.c (add_language): Likewise.
4248         * linespec.c (decode_line_2): Likewise.
4249         * linux-nat.c (add_to_pid_list): Likewise.
4250         (add_initial_lwp): Likewise.
4251         * linux-thread-db.c (add_thread_db_info): Likewise.
4252         (record_thread): Likewise.
4253         (info_auto_load_libthread_db): Likewise.
4254         * m32c-tdep.c (m32c_gdbarch_init): Likewise.
4255         * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
4256         * m68k-tdep.c (m68k_gdbarch_init): Likewise.
4257         * m88k-tdep.c (m88k_analyze_prologue): Likewise.
4258         * macrocmd.c (macro_define_command): Likewise.
4259         * macroexp.c (gather_arguments): Likewise.
4260         * macroscope.c (sal_macro_scope): Likewise.
4261         * macrotab.c (new_macro_table): Likewise.
4262         * mdebugread.c (push_parse_stack): Likewise.
4263         (parse_partial_symbols): Likewise.
4264         (parse_symbol): Likewise.
4265         (psymtab_to_symtab_1): Likewise.
4266         (new_block): Likewise.
4267         (new_psymtab): Likewise.
4268         (mdebug_build_psymtabs): Likewise.
4269         (add_pending): Likewise.
4270         (elfmdebug_build_psymtabs): Likewise.
4271         * mep-tdep.c (mep_gdbarch_init): Likewise.
4272         * mi/mi-main.c (mi_execute_command): Likewise.
4273         * mi/mi-parse.c (mi_parse_argv): Likewise.
4274         * minidebug.c (lzma_open): Likewise.
4275         * minsyms.c (terminate_minimal_symbol_table): Likewise.
4276         * mips-linux-nat.c (mips_linux_insert_watchpoint): Likewise.
4277         * mips-tdep.c (mips_gdbarch_init): Likewise.
4278         * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
4279         * msp430-tdep.c (msp430_gdbarch_init): Likewise.
4280         * mt-tdep.c (mt_registers_info): Likewise.
4281         * nat/aarch64-linux.c (aarch64_linux_new_thread): Likewise.
4282         * nat/linux-btrace.c (linux_enable_bts): Likewise.
4283         (linux_enable_pt): Likewise.
4284         * nat/linux-osdata.c (linux_xfer_osdata_processes): Likewise.
4285         (linux_xfer_osdata_processgroups): Likewise.
4286         * nios2-tdep.c (nios2_gdbarch_init): Likewise.
4287         * nto-procfs.c (procfs_meminfo): Likewise.
4288         * objc-lang.c (start_msglist): Likewise.
4289         (selectors_info): Likewise.
4290         (classes_info): Likewise.
4291         (find_methods): Likewise.
4292         * objfiles.c (allocate_objfile): Likewise.
4293         (update_section_map): Likewise.
4294         * osabi.c (gdbarch_register_osabi): Likewise.
4295         (gdbarch_register_osabi_sniffer): Likewise.
4296         * parse.c (start_arglist): Likewise.
4297         * ppc-linux-nat.c (hwdebug_find_thread_points_by_tid): Likewise.
4298         (hwdebug_insert_point): Likewise.
4299         * printcmd.c (display_command): Likewise.
4300         (ui_printf): Likewise.
4301         * procfs.c (create_procinfo): Likewise.
4302         (load_syscalls): Likewise.
4303         (proc_get_LDT_entry): Likewise.
4304         (proc_update_threads): Likewise.
4305         * prologue-value.c (make_pv_area): Likewise.
4306         (pv_area_store): Likewise.
4307         * psymtab.c (extend_psymbol_list): Likewise.
4308         (init_psymbol_list): Likewise.
4309         (allocate_psymtab): Likewise.
4310         * python/py-inferior.c (add_thread_object): Likewise.
4311         * python/py-param.c (compute_enum_values): Likewise.
4312         * python/py-value.c (valpy_call): Likewise.
4313         * python/py-varobj.c (py_varobj_iter_next): Likewise.
4314         * python/python.c (ensure_python_env): Likewise.
4315         * record-btrace.c (record_btrace_start_replaying): Likewise.
4316         * record-full.c (record_full_reg_alloc): Likewise.
4317         (record_full_mem_alloc): Likewise.
4318         (record_full_end_alloc): Likewise.
4319         (record_full_core_xfer_partial): Likewise.
4320         * regcache.c (get_thread_arch_aspace_regcache): Likewise.
4321         * remote-fileio.c (remote_fileio_init_fd_map): Likewise.
4322         * remote-notif.c (remote_notif_state_allocate): Likewise.
4323         * remote.c (demand_private_info): Likewise.
4324         (remote_notif_stop_alloc_reply): Likewise.
4325         (remote_enable_btrace): Likewise.
4326         * reverse.c (save_bookmark_command): Likewise.
4327         * rl78-tdep.c (rl78_gdbarch_init): Likewise.
4328         * rx-tdep.c (rx_gdbarch_init): Likewise.
4329         * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
4330         * ser-go32.c (dos_get_tty_state): Likewise.
4331         (dos_copy_tty_state): Likewise.
4332         * ser-mingw.c (ser_windows_open): Likewise.
4333         (ser_console_wait_handle): Likewise.
4334         (ser_console_get_tty_state): Likewise.
4335         (make_pipe_state): Likewise.
4336         (net_windows_open): Likewise.
4337         * ser-unix.c (hardwire_get_tty_state): Likewise.
4338         (hardwire_copy_tty_state): Likewise.
4339         * solib-aix.c (solib_aix_new_lm_info): Likewise.
4340         * solib-dsbt.c (dsbt_current_sos): Likewise.
4341         (dsbt_relocate_main_executable): Likewise.
4342         * solib-frv.c (frv_current_sos): Likewise.
4343         (frv_relocate_main_executable): Likewise.
4344         * solib-spu.c (spu_bfd_fopen): Likewise.
4345         * solib-svr4.c (lm_info_read): Likewise.
4346         (svr4_copy_library_list): Likewise.
4347         (svr4_default_sos): Likewise.
4348         * source.c (find_source_lines): Likewise.
4349         (line_info): Likewise.
4350         (add_substitute_path_rule): Likewise.
4351         * spu-linux-nat.c (spu_bfd_open): Likewise.
4352         * spu-tdep.c (info_spu_dma_cmdlist): Likewise.
4353         * stabsread.c (dbx_lookup_type): Likewise.
4354         (read_type): Likewise.
4355         (read_member_functions): Likewise.
4356         (read_struct_fields): Likewise.
4357         (read_baseclasses): Likewise.
4358         (read_args): Likewise.
4359         (_initialize_stabsread): Likewise.
4360         * stack.c (func_command): Likewise.
4361         * stap-probe.c (handle_stap_probe): Likewise.
4362         * symfile.c (addrs_section_sort): Likewise.
4363         (addr_info_make_relative): Likewise.
4364         (load_section_callback): Likewise.
4365         (add_symbol_file_command): Likewise.
4366         (init_filename_language_table): Likewise.
4367         * symtab.c (create_filename_seen_cache): Likewise.
4368         (sort_search_symbols_remove_dups): Likewise.
4369         (search_symbols): Likewise.
4370         * target.c (make_cleanup_restore_target_terminal): Likewise.
4371         * thread.c (new_thread): Likewise.
4372         (enable_thread_stack_temporaries): Likewise.
4373         (make_cleanup_restore_current_thread): Likewise.
4374         (thread_apply_all_command): Likewise.
4375         * tic6x-tdep.c (tic6x_gdbarch_init): Likewise.
4376         * top.c (gdb_readline_wrapper): Likewise.
4377         * tracefile-tfile.c (tfile_trace_file_writer_new): Likewise.
4378         * tracepoint.c (trace_find_line_command): Likewise.
4379         (all_tracepoint_actions_and_cleanup): Likewise.
4380         (make_cleanup_restore_current_traceframe): Likewise.
4381         (get_uploaded_tp): Likewise.
4382         (get_uploaded_tsv): Likewise.
4383         * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
4384         (tui_alloc_win_info): Likewise.
4385         (tui_alloc_content): Likewise.
4386         (tui_add_content_elements): Likewise.
4387         * tui/tui-disasm.c (tui_find_disassembly_address): Likewise.
4388         (tui_set_disassem_content): Likewise.
4389         * ui-file.c (ui_file_new): Likewise.
4390         (stdio_file_new): Likewise.
4391         (tee_file_new): Likewise.
4392         * utils.c (make_cleanup_restore_integer): Likewise.
4393         (add_internal_problem_command): Likewise.
4394         * v850-tdep.c (v850_gdbarch_init): Likewise.
4395         * valops.c (find_oload_champ): Likewise.
4396         * value.c (allocate_value_lazy): Likewise.
4397         (record_latest_value): Likewise.
4398         (create_internalvar): Likewise.
4399         * varobj.c (install_variable): Likewise.
4400         (new_variable): Likewise.
4401         (new_root_variable): Likewise.
4402         (cppush): Likewise.
4403         (_initialize_varobj): Likewise.
4404         * windows-nat.c (windows_make_so): Likewise.
4405         * x86-nat.c (x86_add_process): Likewise.
4406         * xcoffread.c (arrange_linetable): Likewise.
4407         (allocate_include_entry): Likewise.
4408         (process_linenos): Likewise.
4409         (SYMBOL_DUP): Likewise.
4410         (xcoff_start_psymtab): Likewise.
4411         (xcoff_end_psymtab): Likewise.
4412         * xml-support.c (gdb_xml_parse_attr_ulongest): Likewise.
4413         * xtensa-tdep.c (xtensa_register_type): Likewise.
4414         * gdbarch.c: Regenerate.
4415         * gdbarch.h: Regenerate.
4416
4417 2015-08-25  Don Breazeal  <donb@codesourcery.com>
4418
4419         * infrun.c (follow_exec): Re-order operations for
4420         handling follow-exec-mode "new".
4421         (handle_inferior_event_1): Assign ecs->event_thread
4422         to the current thread.
4423         * remote.c (get_remote_arch_state): Add an assertion.
4424
4425 2015-08-26  Pedro Alves  <palves@redhat.com>
4426
4427         * MAINTAINERS: Add Markus Metzger as btrace maintainer.
4428
4429 2015-08-25  Pedro Alves  <palves@redhat.com>
4430
4431         PR gdb/18804
4432         * defs.h (maybe_quit): Declare.
4433         (QUIT): Now calls maybe_quit.
4434         * event-loop.c (clear_async_signal_handler)
4435         (async_signal_handler_is_marked): New functions.
4436         * event-loop.h (async_signal_handler_is_marked)
4437         (clear_async_signal_handler): New declarations.
4438         * remote.c (remote_check_pending_interrupt): New function.
4439         (interrupt_query): Use make_cleanup_restore_target_terminal.  No
4440         longer check whether the target is async.  If waiting for a stop
4441         reply, and a Ctrl-C as been sent to the target, offer to
4442         disconnect, and throw TARGET_CLOSE_ERROR instead of a quit.
4443         Otherwise do not disconnect and throw a quit.
4444         (_initialize_remote): Install remote_check_pending_interrupt as
4445         to_check_pending_interrupt.
4446         * target.c (target_check_pending_interrupt): New function.
4447         * target.h (struct target_ops) <to_check_pending_interrupt>: New
4448         field.
4449         (target_check_pending_interrupt): New declaration.
4450         * utils.c (maybe_quit): New function.
4451         * target-delegates.c: Regenerate.
4452
4453 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4454
4455         * nat/aarch64-linux-hw-point.c (debug_reg_change_callback):
4456         Rename local variable pid to tid, and get lwpid of lwp.  Update
4457         debug output.
4458
4459 2015-08-25  Pierre-Marie de Rodat  <derodat@adacore.com>
4460
4461         * ada-lang.c (ada_read_var_value): Add a var_block argument
4462         and pass it to default_read_var_value.
4463         * block.c (block_static_link): New accessor.
4464         * block.h (block_static_link): Declare it.
4465         * buildsym.c (finish_block_internal): Add a static_link
4466         argument.  If there is a static link, associate it to the new
4467         block.
4468         (finish_block): Add a static link argument and pass it to
4469         finish_block_internal.
4470         (end_symtab_get_static_block): Update calls to finish_block and
4471         to finish_block_internal.
4472         (end_symtab_with_blockvector): Update call to
4473         finish_block_internal.
4474         * buildsym.h: Forward-declare struct dynamic_prop.
4475         (struct context_stack): Add a static_link field.
4476         (finish_block): Add a static link argument.
4477         * c-exp.y: Remove an obsolete comment (evaluation of variables
4478         already start from the selected frame, and now they climb *up*
4479         the call stack) and propagate the block information to the
4480         produced expression.
4481         * d-exp.y: Likewise.
4482         * f-exp.y: Likewise.
4483         * go-exp.y: Likewise.
4484         * jv-exp.y: Likewise.
4485         * m2-exp.y: Likewise.
4486         * p-exp.y: Likewise.
4487         * coffread.c (coff_symtab_read): Update calls to finish_block.
4488         * dbxread.c (process_one_symbol): Likewise.
4489         * xcoffread.c (read_xcoff_symtab): Likewise.
4490         * compile/compile-c-symbols.c (convert_one_symbol): Promote the
4491         "sym" parameter to struct block_symbol, update its uses and pass
4492         its block to calls to read_var_value.
4493         (convert_symbol_sym): Update the calls to convert_one_symbol.
4494         * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update
4495         call to read_var_value.
4496         * dwarf2loc.c (block_op_get_frame_base): New.
4497         (dwarf2_block_frame_base_locexpr_funcs): Implement the
4498         get_frame_base method.
4499         (dwarf2_block_frame_base_loclist_funcs): Likewise.
4500         (dwarf2locexpr_baton_eval): Add a frame argument and use it
4501         instead of the selected frame in order to evaluate the
4502         expression.
4503         (dwarf2_evaluate_property): Add a frame argument.  Update call
4504         to dwarf2_locexpr_baton_eval to provide a frame in available and
4505         to handle the absence of address stack.
4506         * dwarf2loc.h (dwarf2_evaluate_property): Add a frame argument.
4507         * dwarf2read.c (attr_to_dynamic_prop): Add a forward
4508         declaration.
4509         (read_func_scope): Record any available static link description.
4510         Update call to finish_block.
4511         (read_lexical_block_scope): Update call to finish_block.
4512         * findvar.c (follow_static_link): New.
4513         (get_hosting_frame): New.
4514         (default_read_var_value): Add a var_block argument.  Use
4515         get_hosting_frame to handle non-local references.
4516         (read_var_value): Add a var_block argument and pass it to the
4517         LA_READ_VAR_VALUE method.
4518         * gdbtypes.c (resolve_dynamic_range): Update calls to
4519         dwarf2_evaluate_property.
4520         (resolve_dynamic_type_internal): Likewise.
4521         * guile/scm-frame.c (gdbscm_frame_read_var): Update call to
4522         read_var_value, passing it the block coming from symbol lookup.
4523         * guile/scm-symbol.c (gdbscm_symbol_value): Update call to
4524         read_var_value (TODO).
4525         * infcmd.c (finish_command_continuation): Update call to
4526         read_var_value, passing it the block coming from symbol lookup.
4527         * infrun.c (insert_exception_resume_breakpoint): Likewise.
4528         * language.h (struct language_defn): Add a var_block argument to
4529         the LA_READ_VAR_VALUE method.
4530         * objfiles.c (struct static_link_htab_entry): New.
4531         (static_link_htab_entry_hash): New.
4532         (static_link_htab_entry_eq): New.
4533         (objfile_register_static_link): New.
4534         (objfile_lookup_static_link): New.
4535         (free_objfile): Free the STATIC_LINKS hashed map if needed.
4536         * objfiles.h: Include hashtab.h.
4537         (struct objfile): Add a static_links field.
4538         (objfile_register_static_link): New.
4539         (objfile_lookup_static_link): New.
4540         * printcmd.c (print_variable_and_value): Update call to
4541         read_var_value.
4542         * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
4543         * python/py-frame.c (frapy_read_var): Update call to
4544         read_var_value, passing it the block coming from symbol lookup.
4545         * python/py-framefilter.c (extract_sym): Add a sym_block
4546         parameter and set the pointed value to NULL (TODO).
4547         (enumerate_args): Update call to extract_sym.
4548         (enumerate_locals): Update calls to extract_sym and to
4549         read_var_value.
4550         * python/py-symbol.c (sympy_value): Update call to
4551         read_var_value (TODO).
4552         * stack.c (read_frame_local): Update call to read_var_value.
4553         (read_frame_arg): Likewise.
4554         (return_command): Likewise.
4555         * symtab.h (struct symbol_block_ops): Add a get_frame_base
4556         method.
4557         (struct symbol): Add a block field.
4558         (SYMBOL_BLOCK): New accessor.
4559         * valops.c (value_of_variable): Remove frame/block handling and
4560         pass the block argument to read_var_value, which does this job
4561         now.
4562         (value_struct_elt_for_reference): Update calls to
4563         read_var_value.
4564         (value_of_this): Pass the block found to read_var_value.
4565         * value.h (read_var_value): Add a var_block argument.
4566         (default_read_var_value): Likewise.
4567
4568 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4569
4570         * aarch64-linux-nat.c (aarch64_linux_new_thread): Move it to ...
4571         * nat/aarch64-linux.c (aarch64_linux_new_thread): ... here.
4572         * nat/aarch64-linux.h (aarch64_linux_new_thread): Declare.
4573
4574 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4575
4576         * Makefile.in (aarch64-liunx.o): New rule.
4577         (HFILES_NO_SRCDIR): Add aarch64-linux.h.
4578         * config/aarch64/linux.mh (NAT_FILE): Add aarch64-linux.o.
4579         * aarch64-linux-nat.c: Include nat/aarch64-linux.h.
4580         * aarch64-linux-nat.c (aarch64_get_debug_reg_state): Make it
4581         extern.
4582         (aarch64_linux_prepare_to_resume): Move it nat/aarch64-linux.c.
4583         * nat/aarch64-linux-hw-point.h (aarch64_debug_reg_state): Declare
4584         * nat/aarch64-linux.c: New file.
4585         * nat/aarch64-linux.h: New file.
4586
4587 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4588
4589         * aarch64-linux-nat.c (aarch64_linux_prepare_to_resume): Use
4590         lwp_arch_private_info and ptid_of_lwp.
4591
4592 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4593
4594         * aarch64-linux-nat.c (struct arch64_dr_update_callback_param):
4595         Move it to nat/aarch64-linux-hw-point.c.
4596         (debug_reg_change_callback): Likewise.
4597         (aarch64_notify_debug_reg_change): :Likewise.
4598         * nat/aarch64-linux-hw-point.c: Include nat/linux-nat.h.
4599         (aarch64_dr_update_callback_param): New.
4600         (debug_reg_change_callback): New function.
4601         (aarch64_notify_debug_reg_change): Likewise.
4602         * nat/aarch64-linux-hw-point.h (aarch64_notify_debug_reg_change):
4603         Remove the declaration.
4604
4605 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4606
4607         * aarch64-linux-nat.c (aarch64_notify_debug_reg_change):
4608         Call current_lwp_ptid.
4609
4610 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4611
4612         * aarch64-linux-nat.c (debug_reg_change_callback): Use
4613         debug_printf.
4614
4615 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4616
4617         * aarch64-linux-nat.c (debug_reg_change_callback): Call
4618         ptid_get_pid rather than ptid_get_lwp.
4619
4620 2015-08-24  Pedro Alves  <palves@redhat.com>
4621
4622         * NEWS (New commands): Mention set/show remote
4623         multiprocess-extensions-packet.
4624         * remote.c (remote_query_supported): Only tell the server to use
4625         the multiprocess extensions if the user hasn't force-disabled them
4626         with "set remote multiprocess-extensions-packet off".
4627
4628 2015-08-24  Pedro Alves  <palves@redhat.com>
4629
4630         * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
4631         1029a8112290f6eee9d7878a391c49db42c999bd.
4632         * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4:
4633         Regenerate.
4634         * gnulib/import/Makefile.am: Update.
4635         * gnulib/import/Makefile.in: Update.
4636         * gnulib/import/alloca.in.h: Update.
4637         * gnulib/import/basename-lgpl.c: Update.
4638         * gnulib/import/canonicalize-lgpl.c: Update.
4639         * gnulib/import/config.charset: Update.
4640         * gnulib/import/dirent.in.h: Update.
4641         * gnulib/import/dirfd.c: Update.
4642         * gnulib/import/dirname-lgpl.c: Update.
4643         * gnulib/import/dirname.h: Update.
4644         * gnulib/import/dosname.h: Update.
4645         * gnulib/import/errno.in.h: Update.
4646         * gnulib/import/extra/snippet/arg-nonnull.h: Update.
4647         * gnulib/import/extra/snippet/c++defs.h: Update.
4648         * gnulib/import/extra/snippet/warn-on-use.h: Update.
4649         * gnulib/import/extra/update-copyright: Update.
4650         * gnulib/import/float+.h: Update.
4651         * gnulib/import/float.c: Update.
4652         * gnulib/import/float.in.h: Update.
4653         * gnulib/import/fnmatch.c: Update.
4654         * gnulib/import/fnmatch.in.h: Update.
4655         * gnulib/import/fnmatch_loop.c: Update.
4656         * gnulib/import/fpucw.h: Update.
4657         * gnulib/import/frexp.c: Update.
4658         * gnulib/import/frexpl.c: Update.
4659         * gnulib/import/gettimeofday.c: Update.
4660         * gnulib/import/inttypes.in.h: Update.
4661         * gnulib/import/isnan.c: Update.
4662         * gnulib/import/isnand-nolibm.h: Update.
4663         * gnulib/import/isnand.c: Update.
4664         * gnulib/import/isnanl-nolibm.h: Update.
4665         * gnulib/import/isnanl.c: Update.
4666         * gnulib/import/itold.c: Update.
4667         * gnulib/import/localcharset.c: Update.
4668         * gnulib/import/localcharset.h: Update.
4669         * gnulib/import/lstat.c: Update.
4670         * gnulib/import/m4/00gnulib.m4: Update.
4671         * gnulib/import/m4/absolute-header.m4: Update.
4672         * gnulib/import/m4/alloca.m4: Update.
4673         * gnulib/import/m4/canonicalize.m4: Update.
4674         * gnulib/import/m4/codeset.m4: Update.
4675         * gnulib/import/m4/configmake.m4: Update.
4676         * gnulib/import/m4/dirent_h.m4: Update.
4677         * gnulib/import/m4/dirfd.m4: Update.
4678         * gnulib/import/m4/dirname.m4: Update.
4679         * gnulib/import/m4/double-slash-root.m4: Update.
4680         * gnulib/import/m4/eealloc.m4: Update.
4681         * gnulib/import/m4/errno_h.m4: Update.
4682         * gnulib/import/m4/exponentd.m4: Update.
4683         * gnulib/import/m4/exponentl.m4: Update.
4684         * gnulib/import/m4/extensions.m4: Update.
4685         * gnulib/import/m4/extern-inline.m4: Update.
4686         * gnulib/import/m4/fcntl-o.m4: Update.
4687         * gnulib/import/m4/float_h.m4: Update.
4688         * gnulib/import/m4/fnmatch.m4: Update.
4689         * gnulib/import/m4/fpieee.m4: Update.
4690         * gnulib/import/m4/frexp.m4: Update.
4691         * gnulib/import/m4/frexpl.m4: Update.
4692         * gnulib/import/m4/gettimeofday.m4: Update.
4693         * gnulib/import/m4/glibc21.m4: Update.
4694         * gnulib/import/m4/gnulib-cache.m4: Update.
4695         * gnulib/import/m4/gnulib-common.m4: Update.
4696         * gnulib/import/m4/gnulib-comp.m4: Update.
4697         * gnulib/import/m4/gnulib-tool.m4: Update.
4698         * gnulib/import/m4/include_next.m4: Update.
4699         * gnulib/import/m4/inttypes-pri.m4: Update.
4700         * gnulib/import/m4/inttypes.m4: Update.
4701         * gnulib/import/m4/isnand.m4: Update.
4702         * gnulib/import/m4/isnanl.m4: Update.
4703         * gnulib/import/m4/largefile.m4: Update.
4704         * gnulib/import/m4/localcharset.m4: Update.
4705         * gnulib/import/m4/locale-fr.m4: Update.
4706         * gnulib/import/m4/locale-ja.m4: Update.
4707         * gnulib/import/m4/locale-zh.m4: Update.
4708         * gnulib/import/m4/longlong.m4: Update.
4709         * gnulib/import/m4/lstat.m4: Update.
4710         * gnulib/import/m4/malloc.m4: Update.
4711         * gnulib/import/m4/malloca.m4: Update.
4712         * gnulib/import/m4/math_h.m4: Update.
4713         * gnulib/import/m4/mbrtowc.m4: Update.
4714         * gnulib/import/m4/mbsinit.m4: Update.
4715         * gnulib/import/m4/mbsrtowcs.m4: Update.
4716         * gnulib/import/m4/mbstate_t.m4: Update.
4717         * gnulib/import/m4/memchr.m4: Update.
4718         * gnulib/import/m4/memmem.m4: Update.
4719         * gnulib/import/m4/mmap-anon.m4: Update.
4720         * gnulib/import/m4/multiarch.m4: Update.
4721         * gnulib/import/m4/nocrash.m4: Update.
4722         * gnulib/import/m4/off_t.m4: Update.
4723         * gnulib/import/m4/pathmax.m4: Update.
4724         * gnulib/import/m4/readlink.m4: Update.
4725         * gnulib/import/m4/rename.m4: Update.
4726         * gnulib/import/m4/rmdir.m4: Update.
4727         * gnulib/import/m4/ssize_t.m4: Update.
4728         * gnulib/import/m4/stat.m4: Update.
4729         * gnulib/import/m4/stdbool.m4: Update.
4730         * gnulib/import/m4/stddef_h.m4: Update.
4731         * gnulib/import/m4/stdint.m4: Update.
4732         * gnulib/import/m4/stdio_h.m4: Update.
4733         * gnulib/import/m4/stdlib_h.m4: Update.
4734         * gnulib/import/m4/string_h.m4: Update.
4735         * gnulib/import/m4/strstr.m4: Update.
4736         * gnulib/import/m4/strtok_r.m4: Update.
4737         * gnulib/import/m4/sys_socket_h.m4: Update.
4738         * gnulib/import/m4/sys_stat_h.m4: Update.
4739         * gnulib/import/m4/sys_time_h.m4: Update.
4740         * gnulib/import/m4/sys_types_h.m4: Update.
4741         * gnulib/import/m4/time_h.m4: Update.
4742         * gnulib/import/m4/unistd_h.m4: Update.
4743         * gnulib/import/m4/warn-on-use.m4: Update.
4744         * gnulib/import/m4/wchar_h.m4: Update.
4745         * gnulib/import/m4/wchar_t.m4: Update.
4746         * gnulib/import/m4/wctype_h.m4: Update.
4747         * gnulib/import/m4/wint_t.m4: Update.
4748         * gnulib/import/malloc.c: Update.
4749         * gnulib/import/malloca.c: Update.
4750         * gnulib/import/malloca.h: Update.
4751         * gnulib/import/math.in.h: Update.
4752         * gnulib/import/mbrtowc.c: Update.
4753         * gnulib/import/mbsinit.c: Update.
4754         * gnulib/import/mbsrtowcs-impl.h: Update.
4755         * gnulib/import/mbsrtowcs-state.c: Update.
4756         * gnulib/import/mbsrtowcs.c: Update.
4757         * gnulib/import/memchr.c: Update.
4758         * gnulib/import/memmem.c: Update.
4759         * gnulib/import/pathmax.h: Update.
4760         * gnulib/import/readlink.c: Update.
4761         * gnulib/import/ref-add.sin: Update.
4762         * gnulib/import/ref-del.sin: Update.
4763         * gnulib/import/rename.c: Update.
4764         * gnulib/import/rmdir.c: Update.
4765         * gnulib/import/same-inode.h: Update.
4766         * gnulib/import/stat.c: Update.
4767         * gnulib/import/stdbool.in.h: Update.
4768         * gnulib/import/stddef.in.h: Update.
4769         * gnulib/import/stdint.in.h: Update.
4770         * gnulib/import/stdio.c: Update.
4771         * gnulib/import/stdio.in.h: Update.
4772         * gnulib/import/stdlib.in.h: Update.
4773         * gnulib/import/str-two-way.h: Update.
4774         * gnulib/import/streq.h: Update.
4775         * gnulib/import/string.in.h: Update.
4776         * gnulib/import/stripslash.c: Update.
4777         * gnulib/import/strnlen1.c: Update.
4778         * gnulib/import/strnlen1.h: Update.
4779         * gnulib/import/strstr.c: Update.
4780         * gnulib/import/strtok_r.c: Update.
4781         * gnulib/import/sys_stat.in.h: Update.
4782         * gnulib/import/sys_time.in.h: Update.
4783         * gnulib/import/sys_types.in.h: Update.
4784         * gnulib/import/time.in.h: Update.
4785         * gnulib/import/unistd.in.h: Update.
4786         * gnulib/import/verify.h: Update.
4787         * gnulib/import/wchar.in.h: Update.
4788         * gnulib/import/wctype.in.h: Update.
4789         * gnulib/import/gettimeofday.c: New file.
4790         * gnulib/import/m4/absolute-header.m4: New file.
4791         * gnulib/import/m4/gettimeofday.m4: New file.
4792         * gnulib/import/m4/sys_socket_h.m4: New file.
4793         * gnulib/import/m4/sys_time_h.m4: New file.
4794         * gnulib/import/stdio.c: Delete file.
4795         * gnulib/import/sys_time.in.h: New file.
4796
4797 2015-08-24  Pedro Alves  <palves@redhat.com>
4798
4799         * Makefile.in (HFILES_NO_SRCDIR): Add common/gdb_sys_time.h.
4800         * common/gdb_sys_time.h: New file.
4801         * event-loop.c: Include gdb_sys_time.h instead of sys/time.h.
4802         * gdb_select.h: Likewise.
4803         * gdb_usleep.c: Likewise.
4804         * maint.c: Likewise.
4805         * mi/mi-main.c: Likewise.
4806         * mi/mi-parse.h: Likewise.
4807         * remote-fileio.c: Likewise.
4808         * remote-m32r-sdi.c: Likewise.
4809         * remote.c: Likewise.
4810         * ser-base.c: Likewise.
4811         * ser-pipe.c: Likewise.
4812         * ser-tcp.c: Likewise.
4813         * ser-unix.c: Likewise.
4814         * symfile.c: Likewise.
4815         * symfile.c: Likewise.  Rename OSIZE to SIZE throughout.
4816         * target-memory.c: Include gdb_sys_time.h instead of sys/time.h.
4817         * utils.c: Likewise.
4818
4819 2015-08-24  Pedro Alves  <palves@redhat.com>
4820
4821         * NEWS: Mention removed support for the various ROM monitors.
4822         * Makefile.in (ALL_TARGET_OBS): Remove dbug-rom.o, dink32-rom.o,
4823         ppcbug-rom.o, m32r-rom.o, dsrec.o and monitor.o from gdb_target_obs.
4824         * configure.tgt (h8300-*-*): Remove monitor.o and m32r-rom.o from
4825         gdb_target_obs.
4826         (m68*-*-*): Remove monitor.o dbug-rom.o and dsrec.o from
4827         gdb_target_obs.
4828         (microblaze*-linux-*): Remove microblaze-rom.o, monitor.o and
4829         dsrec.o from gdb_target_obs.
4830         (microblaze*-*-*): Remove microblaze-rom.o, monitor.o and dsrec.o
4831         from gdb_target_obs.
4832         (powerpc-*-lynx*178): Remove monitor.o and dsrec.o from
4833         gdb_target_obs.
4834         (powerpc*-*-*): Remove monitor.o, dsrec.o, ppcbug-rom.o and
4835         dink32-rom.o from gdb_target_obs.
4836         (sh*-*-linux*): Remove monitor.o and dsrec.o from gdb_target_obs.
4837         (sh*): Remove monitor.o and dsrec.o from gdb_target_obs.
4838         * dbug-rom.c, dink32-rom.c, dsrec.c, m32r-rom.c, microblaze-rom.c,
4839         monitor.c, monitor.h, ppcbug-rom.c, srec.h: Delete files.
4840
4841 2015-08-21  Pedro Alves  <palves@redhat.com>
4842
4843         * frame.c (null_frame_id): Explicitly zero-initialize.
4844
4845 2015-08-21  Tom Tromey  <tromey@redhat.com>
4846
4847         * dwarf2read.c (struct dwarf2_section_info): Rename field
4848         'asection' to 'section'.
4849         (dwarf2_has_info, get_section_bfd_owner, get_section_bfd_section)
4850         (dwarf2_locate_sections, dwarf2_locate_sections)
4851         (locate_dwz_sections, locate_v1_virtual_dwo_sections)
4852         (dwarf2_locate_dwo_sections, dwarf2_locate_dwo_sections)
4853         (dwarf2_locate_v2_dwp_sections): Adjust.
4854
4855 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
4856
4857         * top.h (gdb_in_secondary_prompt_p): Declare.
4858         * top.c (gdb_secondary_prompt_depth): Define.
4859         (gdb_in_secondary_prompt_p): Define.
4860         (gdb_readline_wrapper_cleanup): Decrement
4861         gdb_secondary_prompt_depth.
4862         (gdb_readline_wrapper): Increment gdb_secondary_prompt_depth.
4863         * tui/tui-io.c (tui_getc): Don't clear the prompt line if we
4864         are in a secondary prompt.
4865
4866 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
4867
4868         * tui/tui-io.c (tui_getc): Use tui_putc instead of waddch to
4869         emit the newline.
4870
4871 2015-08-21  Gary Benson  <gbenson@redhat.com>
4872
4873         * gdb_bfd.c (gdb_bfd_iovec_fileio_pread): Add QUIT call.
4874
4875 2015-08-21  Gary Benson  <gbenson@redhat.com>
4876
4877         * target.h (struct target_ops) <to_fileio_open>: New argument
4878         warn_if_slow.  Update comment.  All implementations updated.
4879         (target_fileio_open_warn_if_slow): New declaration.
4880         * target.c (target_fileio_open): Renamed as...
4881         (target_fileio_open_1): ...this.  New argument warn_if_slow.
4882         Pass warn_if_slow to implementation.  Update debug printing.
4883         (target_fileio_open): New function.
4884         (target_fileio_open_warn_if_slow): Likewise.
4885         * gdb_bfd.c (gdb_bfd_iovec_fileio_open): Use new function
4886         target_fileio_open_warn_if_slow.
4887
4888 2015-08-21  Gary Benson  <gbenson@redhat.com>
4889
4890         * nat/linux-namespaces.c (linux_mntns_access_fs):
4891         Do not overwrite old_chain.
4892
4893 2015-08-20  Max Filippov  <jcmvbkbc@gmail.com>
4894
4895         * arch/xtensa.h: New file.
4896         * xtensa-linux-nat.c (gdb_proc_service.h): New #include.
4897         (ps_get_thread_area): New function.
4898         * xtensa-linux-tdep.c (xtensa_linux_init_abi): Add call to
4899         set_gdbarch_fetch_tls_load_module_address to enable TLS support.
4900         * xtensa-tdep.c (osabi.h): New #include.
4901         (xtensa_gdbarch_init): Call gdbarch_init_osabi to register
4902         xtensa-specific hooks.
4903         * xtensa-tdep.h (struct xtensa_elf_gregset_t): Add threadptr
4904         member and move the structure to arch/xtensa.h.
4905
4906 2015-08-21  Pedro Alves  <palves@redhat.com>
4907
4908         * remote.c (struct readahead_cache): New.
4909         (struct remote_state) <readahead_cache>: New field.
4910         (remote_open_1): Invalidate the cache.
4911         (readahead_cache_invalidate, readahead_cache_invalidate_fd): New
4912         functions.
4913         (remote_hostio_pwrite): Invalidate the readahead cache.
4914         (remote_hostio_pread): Rename to ...
4915         (remote_hostio_pread_vFile): ... this.
4916         (remote_hostio_pread_from_cache): New function.
4917         (remote_hostio_pread): Reimplement.
4918         (remote_hostio_close): Invalidate the readahead cache.
4919
4920 2015-08-21  Marcin CieÅ›lak <saper@saper.info>  (tiny patch)
4921
4922         PR build/18843
4923         * procfs.c: Include "filestuff.h".
4924
4925 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
4926
4927         * tui/tui-data.h (tui_command_info): Remove fields cur_line and
4928         curch.
4929         * tui/tui-data.c (tui_clear_win_detail) [CMD_WIN]: Don't set
4930         cur_line or curch, instead call wmove().
4931         (init_win_info) [CMD_WIN]: Likewise.
4932         * tui/tui-io.c (tui_puts): Likewise. Don't read cur_line,
4933         instead call getcury().
4934         (tui_redisplay_readline): Don't set cur_line or curch.
4935         (tui_mld_erase_entire_line): Don't read cur_line, instead call
4936         getcury().
4937         (tui_cont_sig): Remove call to wmove.
4938         (tui_getc): Don't read cur_line or curch, instead call getcury()
4939         or getyx().  Don't set curch.
4940         * tui/tui-win.c (make_visible_with_new_height) [CMD_WIN]: Don't
4941         set cur_line or curch.  Always move cursor to (0,0).
4942
4943 2015-08-20  Pedro Alves  <palves@redhat.com>
4944
4945         * infrun.c (print_target_wait_results): Make extern.
4946         * infrun.h (print_target_wait_results): Declare.
4947         * remote.c (set_stop_requested_callback): Delete.
4948         (process_initial_stop_replies): New function.
4949         (remote_start_remote): Use it.
4950         (stop_reply_queue_length): New function.
4951
4952 2015-08-20  Pedro Alves  <palves@redhat.com>
4953
4954         * dwarf2read.c (process_full_comp_unit): To tell whether
4955         start_subfile managed to deduce a language, test for
4956         language_unknown instead of language_c.
4957
4958 2015-08-20  Pierre-Marie de Rodat  <derodat@adacore.com>
4959
4960         * ada-lex.l: Reset the start condition to INITIAL in the rule that
4961         matches attributes.
4962
4963 2015-08-19  Kevin Buettner  <kevinb@redhat.com>
4964
4965         * dwarf2read.c (dwarf2_string_attr): New function.
4966         (lookup_dwo_unit, process_psymtab_comp_unit_reader)
4967         (dwarf2_compute_name, dwarf2_physname, find_file_and_directory)
4968         (read_call_site_scope, namespace_name, guess_full_die_structure_name)
4969         (anonymous_struct_prefix, prepare_one_comp_unit): Use
4970         dwarf2_string_attr in place of dwarf2_attr and DW_STRING.
4971
4972 2015-08-18  Doug Evans  <dje@google.com>
4973             Adrian Sendroiu <adrian.sendroiu@freescale.com>
4974
4975         PR mi/18833
4976         * cli/cli-logging.c (pop_output_files): Don't restore redirection
4977         if MI-like.
4978         * mi/mi-out.c: #include "vec.h".
4979         (ui_filep): New type.
4980         (DEV_VEC_P (ui_filep)): New type.
4981         (struct ui_out_data) <buffer, original_buffer>: Delete.
4982         (struct ui_out_data) <streams>: New member.
4983         (mi_ui_out_impl): Add data_destroy field.
4984         (mi_field_string, mi_field_fmt): Update.
4985         (mi_flush, mi_redirect, field_separator): Update.
4986         (mi_open, mi_close): Update.
4987         (mi_out_buffered, mi_out_rewind, mi_out_put): Update.
4988         (mi_out_data_ctor, mi_out_data_dtor): New functions.
4989         (mi_out_new): Call mi_out_data_ctor.
4990
4991 2015-08-18  Sandra Loosemore  <sandra@codesourcery.com>
4992
4993         * remote.c (strprefix): New.
4994         (remote_parse_stop_reply): Use strprefix instead of strncmp
4995         to ensure exact match of keyword.
4996
4997 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
4998
4999         * gdb_bfd.c (debug_bfd_cache): New variable.
5000         (show_bfd_cache_debug): New function.
5001         (gdb_bfd_open): Add debug logging.
5002         (gdb_bfd_ref): Likewise.
5003         (gdb_bfd_unref): Likewise.
5004         (_initialize_gdb_bfd): Add new set/show command.
5005         * NEWS: Mention new command.
5006
5007 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
5008
5009         * gdb_bfd.c (bfd_sharing): New variable.
5010         (show_bfd_sharing): New function.
5011         (gdb_bfd_open): Check bfd_sharing variable.
5012         (_initialize_gdb_bfd): Add new set/show command.
5013         * NEWS: Mention new command.
5014
5015 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
5016
5017         * gdb_bfd.c (struct gdb_bfd_data): Add size, inode, and device id
5018         field.
5019         (struct gdb_bfd_cache_search): Likewise.
5020         (eq_bfd): Compare the size, inode, and device id fields.
5021         (gdb_bfd_open): Initialise the size, inode, and device id fields.
5022         (gdb_bfd_ref): Likewise.
5023         (gdb_bfd_unref): Likewise.
5024
5025 2015-08-18  Pedro Alves  <palves@redhat.com>
5026
5027         * linux-nat.c (linux_nat_always_non_stop_p): If the linux_ops
5028         target implements to_always_non_stop_p, call it.
5029         * x86-linux-nat.c (x86_linux_always_non_stop_p): New function.
5030         (x86_linux_create_target): Install it as to_always_non_stop_p
5031         method.
5032
5033 2015-08-17  Doug Evans  <dje@google.com>
5034
5035         * ui-out.c (default_ui_out_impl): Add comment.
5036
5037 2015-08-17  Iain Buclaw  <ibuclaw@gdcproject.org>
5038
5039         * d-exp.y (type_aggregate_p): New function.
5040         (PrimaryExpression : TypeExp '.' IdentifierExp): Use it.
5041         (classify_inner_name): Likewise.
5042         * d-namespace.c (d_lookup_nested_symbol): Handle TYPE_CODE_ENUM.
5043
5044 2015-08-15  Doug Evans  <xdje42@gmail.com>
5045
5046         * psymtab.c (add_psymbol_to_bcache): Remove "val" arg.  All callers
5047         updated.
5048         (add_psymbol_to_list): Ditto.
5049
5050 2015-08-15  Doug Evans  <xdje42@gmail.com>
5051
5052         * dbxread.c (dbx_end_psymtab): Renamed from end_psymtab.  All callers
5053         updated.  Call end_psymtab_common.
5054         * dwarf2read.c (process_psymtab_comp_unit_reader): Call
5055         end_psymtab_common.
5056         (build_type_psymtabs_reader): Ditto.
5057         * psympriv.h (sort_pst_symbols): Delete.
5058         (end_psymtab_common): Declare.
5059         * psymtab.c (sort_pst_symbols): Make static.
5060         (end_psymtab_common): New function.
5061         * xcoffread.c (xcoff_end_psymtab): Call end_psymtab_common.
5062
5063 2015-08-15  Doug Evans  <xdje42@gmail.com>
5064
5065         * defs.h (LANGUAGE_BITS): Define.
5066         * psympriv.h (partial_symbol) <domain>: Use SYMBOL_DOMAIN_BITS.
5067         (partial_symbol) <aclass>: Use SYMBOL_ACLASS_BITS.
5068         * symtab.h (general_symbol_info> <language>: Usage LANGUAGE_BITS.
5069         (minimal_symbol_type): Add nr_minsym_types.
5070         (MINSYM_TYPE_BITS): Define.
5071         (minimal_symbol) <type>: Use MINSYM_TYPE_BITS.
5072         (domain_enum_tag): Add NR_DOMAINS.
5073         (SYMBOL_DOMAIN_BITS): Change from 4 to 3.
5074         (SYMBOL_ACLASS_BITS): Define from 6 to 5.
5075
5076 2015-08-15  Doug Evans  <xdje42@gmail.com>
5077
5078         * objfiles.h: Whitespace cleanup.
5079         * psympriv.h: Whitespace cleanup.
5080         * psymtab.c: Whitespace/coding convention cleanup.
5081
5082 2015-08-15  Patrick Palka  <patrick@parcs.ath.cx>
5083
5084         * inferior.c (detach_inferior_command): Don't call
5085         any_thread_of_process when pid is 0.
5086         (kill_inferior_command): Likewise.
5087
5088 2015-08-14  Doug Evans  <xdje42@gmail.com>
5089
5090         PR gdb/11833
5091         * NEWS: Document new /s modifier for the disassemble command.
5092         * cli/cli-cmds.c (disassemble_command): Add support for /s.
5093         (_initialize_cli_cmds): Update online docs of disassemble command.
5094         * disasm.c: #include "source.h".
5095         (struct deprecated_dis_line_entry): Renamed from dis_line_entry.
5096         All uses updated.
5097         (dis_line_entry): New struct.
5098         (hash_dis_line_entry, eq_dis_line_entry): New functions.
5099         (allocate_dis_line_table): New functions.
5100         (maybe_add_dis_line_entry, line_has_code_p): New functions.
5101         (dump_insns): New arg end_pc.  All callers updated.
5102         (do_mixed_source_and_assembly_deprecated): Renamed from
5103         do_mixed_source_and_assembly.  All callers updated.
5104         (do_mixed_source_and_assembly): New function.
5105         (gdb_disassembly): Handle /s (DISASSEMBLY_SOURCE).
5106         * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED): Renamed from
5107         DISASSEMBLY_SOURCE.  All uses updated.
5108         (DISASSEMBLY_SOURCE): New macro.
5109         * mi/mi-cmd-disas.c (mi_cmd_disassemble): New modes 4,5.
5110
5111 2015-08-14  Keith Seitz  <keiths@redhat.com>
5112
5113         * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Rename
5114         `typename' to `type_name' to avoid C++ reserved word.
5115
5116 2015-08-14  Keith Seitz  <keiths@redhat.com>
5117
5118         * location.c (EL_TYPE, EL_LINESPEC, EL_PROBE, EL_ADDRESS)
5119         (EL_EXPLICIT, EL_STRING): Change macro parameter to "P" to
5120         silence ARI errors.
5121
5122 2015-08-14  Iain Buclaw  <ibuclaw@gdcproject.org>
5123
5124         * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Use
5125         xstrprintf instead of malloc and sprintf.
5126         (PrimaryExpression : IdentifierExp): Avoid operator at end of line.
5127         (lex_one_token): Likewise.
5128
5129 2015-08-14  Matthew Fortune  <matthew.fortune@imgtec.com>
5130
5131         * solib-svr4.c (read_program_header): Add base_addr argument to
5132         report the runtime address of the segment.
5133         (find_program_interpreter): Update read_program_header call to pass
5134         a NULL pointer for the new argument.
5135         (scan_dyntag): Add ptr_addr argument to report the runtime address
5136         of the tag payload.
5137         (scan_dyntag_auxv): Likewise and use thew new base_addr argument of
5138         read_program_header to get the base address of the dynamic segment.
5139         (elf_locate_base): Update uses of scan_dyntag, scan_dyntag_auxv and
5140         read_program_header.
5141         (elf_locate_base): Scan for and handle DT_MIPS_RLD_MAP_REL.
5142
5143 2015-08-14  Matthew Fortune  <matthew.fortune@imgtec.com>
5144
5145         * MAINTAINERS (Write After Approval): Add Matthew Fortune.
5146
5147 2015-08-13  Iain Buclaw  <ibuclaw@gdcproject.org>
5148
5149         * d-exp.y (%union): Add voidval.
5150         (%token): Add UNKNOWN_NAME as a token to represent an unclassified
5151         name in the lexing stage.
5152         (PostfixExpression): Move symbol completion handling in grammar here
5153         from PrimaryExpression.
5154         (PrimaryExpression): Move routines to handle resolving identifier
5155         tokens in the grammar here from push_expression_name.
5156         (IdentifierExp): Remove the handling of alternating '.' and identifier
5157         tokens.
5158         (TypeExp): Allow TypeExp to be wrapped in parenthesis in the grammar.
5159         (BasicType): Remove C-style typename rules.
5160         (d_type_from_name, d_module_from_name, push_variable)
5161         (push_fieldnames, push_type_name, push_module_name)
5162         (push_expression_name): Remove.
5163         (lex_one_token): Rename from yylex.  Replace pstate with par_state.
5164         (token_and_value): New type.
5165         (token_fifo, popping, name_obstack): New globals.
5166         (classify_name): New function.
5167         (classify_inner_name): Likewise.
5168         (yylex): Likewise.
5169         (d_parse): Initialize token_fifo, popping and name_obstack.
5170
5171 2015-08-13  Iain Buclaw  <ibuclaw@gdcproject.org>
5172
5173         * Makefile.in (SFILES): Add d-namespace.c.
5174         (COMMON_OBS): Add d-namespace.o.
5175         * d-lang.c (d_language_defn): Use d_lookup_symbol_nonlocal as the
5176         la_lookup_symbol_nonlocal callback function pointer.
5177         * d-lang.h (d_lookup_symbol_nonlocal): New declaration.
5178         (d_lookup_nested_symbol): New declaration.
5179         * d-namespace.c: New file.
5180
5181 2015-08-13  Pedro Alves  <palves@redhat.com>
5182
5183         * python/py-unwind.c (pyuw_sniffer): Install the invalidate
5184         cleanup after the decref cleanup, not before.
5185
5186 2015-08-13  Pierre-Marie de Rodat  <derodat@adacore.com>
5187
5188         * ada-lang.c: Include namespace.h
5189         (aux_add_nonlocal_symbols): Fix a function name in comment.
5190         (ada_add_block_renamings): New.
5191         (add_nonlocal_symbols): Add global renamings handling.
5192         (ada_lookup_symbol_list_worker): Move the symbol lookup part
5193         to...
5194         (ada_add_all_symbols): ... this new function.
5195         (ada_add_block_symbols): Try to match the input name against the
5196         "using directives list", perform a recursive symbol lookup on
5197         the matched declarations.
5198         * block.h (struct block): Move the_namespace to top-level as
5199         namespace_info. Remove the language_specific field.
5200         (BLOCK_NAMESPACE): Update access to the namespace_info field.
5201         * buildsym.h (using_directives): Rename into...
5202         (local_using_directives): ... this.
5203         (global_using_directives): New.
5204         (struct context_stack): Rename the using_directives field into
5205         local_using_directives.
5206         * buildsym.c (finish_block_internal): Deal with the proper
5207         using directives repository (local or global).
5208         (prepare_for_building): Reset local_using_directives. Assert
5209         that there is no pending global using directive.
5210         (reset_symtab_globals): Reset global_using_directives and
5211         local_using_directives.
5212         (end_symtab_get_static_block): Don't ignore symtabs that have
5213         only using directives.
5214         (push_context): Update references to local_using_directives.
5215         (buildsym_init): Do not reset using_directives.
5216         * cp-support.c: Include namespace.h.
5217         * cp-support.h (struct using_direct): Move to namespace.h.
5218         (cp_add_using_directives): Move to namespace.h.
5219         * cp-namespace.c: Include namespace.h
5220         (cp_add_using_directive): Move to namespace.c, rename it to
5221         add_using_directive, add a "using_directives" argument and use
5222         it as the pending using directives repository.  All callers
5223         updated.
5224         * dwarf2read.c (using_directives): New.
5225         (read_import_statement): Call using_directives.
5226         (read_func_scope): Update references to local_using_directives.
5227         (read_lexical_block_scope): Likewise.
5228         (read_namespace): Update the heading comment, call
5229         using_directives.
5230         * namespace.h: New file.
5231         * namespace.c: New file.
5232         * Makefile.in (SFILES): Add namespace.c.
5233         (COMMON_OBS): Add namespace.o
5234
5235 2015-08-12  Joel Brobecker  <brobecker@adacore.com>
5236
5237         * amd64-tdep.c (amd64_displaced_step_fixup): Fix the mask used to
5238         compute RETADDR.
5239
5240 2015-08-12  Keith Seitz  <keiths@redhat.com>
5241
5242         * break-catch-throw.c (re_set_exception_catchpoint) Rename
5243         reserved C++ keyword "explicit" to "explicit_loc".
5244         * breakpoint.c (create_overlay_event_breakpoint)
5245         (create_longjmp_master_breakpoint)
5246         (create_std_terminate_master_breakpoint)
5247         (create_exception_master_breakpoint, update_static_tracepoint):
5248         Rename reserved C++ keyword "explicit" to "explicit_loc".
5249         * completer.c (collect_explicit_location_matches)
5250         (explicit_location_completer): Rename reserved C++ keyword
5251         "explicit" to "explicit_loc".
5252         * linespec.c (struct linespec) <explicit>: Rename to "explicit_loc".
5253         (canonicalize_linespec, create_sals_line_offset)
5254         (convert_linespec_to_sals, convert_explicit_location_to_sals)
5255         (event_location_to_sals, decode_objc): Rename reserved C++ keyword
5256         "explicit" to "explicit_loc".
5257         * location.c (struct event_location) <explicit>: Rename to
5258         "explicit_loc".
5259         (initialize_explicit_location, new_explicit_location)
5260         (explicit_location_to_string_internal, explicit_location_to_linespec):
5261         Rename reserved C++ keyword "explicit" to "explicit_loc".
5262         * location.h (explicit_location_to_string)
5263         (explicit_location_to_linespec, initialize_explicit_location)
5264         (new_explicit_location): Rename reserved C++ keyword "explicit"
5265         to "explicit_loc".
5266         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Rename reserved C++
5267         keyword "explicit" to "explicit_loc".
5268
5269 2015-08-12  Keith Seitz  <keiths@redhat.com>
5270
5271         * python/python.c (gdbpy_decode_line): Initialize `location' to NULL
5272         and only call decode_line_1 when it is non-NULL.
5273
5274 2015-08-12  Luis Machado  <lgustavo@codesourcery.com>
5275
5276         * breakpoint.c (bp_loc_is_permanent): Return 0 when breakpoint
5277         location address is not meaningful.
5278         (breakpoint_address_is_meaningful): Update comment.
5279
5280 2015-08-11  Keith Seitz  <keiths@redhat.com>
5281
5282         * NEWS: Mention explicit locations.
5283         * breakpoint.c [LOCATION_HELP_STRING]: New macro.
5284         [BREAK_ARGS_HELP]: Use LOCATION_HELP_STRING.
5285         (_initialize_breakpoint): Update documentation for
5286         "clear", "break", "trace", "strace", "ftrace", and "dprintf".
5287
5288 2015-08-11  Keith Seitz  <keiths@redhat.com>
5289
5290         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Add support for
5291         explicit locations, options "--source", "--function",
5292         "--label", and "--line".
5293
5294 2015-08-11  Keith Seitz  <keiths@redhat.com>
5295
5296         * completer.c: Include location.h.
5297         (enum match_type): New enum.
5298         (location_completer): Rename to ...
5299         (linespec_completer): ... this.
5300         (collect_explicit_location_matches, backup_text_ptr)
5301         (explicit_location_completer): New functions.
5302         (location_completer): "New" function; handle linespec
5303         and explicit location completions.
5304         (complete_line_internal): Remove all location completer-specific
5305         handling.
5306         * linespec.c (linespec_lexer_lex_keyword, is_ada_operator)
5307         (find_toplevel_char): Export.
5308         (linespec_parse_line_offset): Export.
5309         Issue error if STRING is not numerical.
5310         (gdb_get_linespec_parser_quote_characters): New function.
5311         * linespec.h (linespec_parse_line_offset): Declare.
5312         (get_gdb_linespec_parser_quote_characters): Declare.
5313         (is_ada_operator): Declare.
5314         (find_toplevel_char): Declare.
5315         (linespec_lexer_lex_keyword): Declare.
5316         * location.c (explicit_to_event_location): New function.
5317         (explicit_location_lex_one): New function.
5318         (string_to_explicit_location): New function.
5319         (string_to_event_location): Handle explicit locations.
5320         * location.h (explicit_to_event_location): Declare.
5321         (string_to_explicit_location): Declare.
5322
5323 2015-08-11  Keith Seitz  <keiths@redhat.com>
5324
5325         * break-catch-throw.c (re_set_exception_catchpoint): Convert
5326         linespec into explicit location.
5327         * breakpoint.c (create_overlay_breakpoint)
5328         (create_longjmp_master_breakpoint)
5329         (create_std_terminate_master_breakpoint)
5330         (create_exception_master_breakpoint): Convert linespec into explicit
5331         location.
5332         (update_static_tracepoint): Convert linespec into explicit location.
5333         * linespec.c (enum offset_relative_sign, struct line_offset): Move
5334         location.h.
5335         (struct linespec) <expression, expr_pc, source_filename>
5336         <function_name, label_name, line_offset>: Replace with ...
5337         <explicit>: ... this.
5338         <is_linespec>: New member.
5339         (PARSER_EXPLICIT): New accessor macro.
5340         (undefined_label_error): New function.
5341         (source_file_not_found_error): New function.
5342         (linespec_parse_basic): The parser result is now an explicit location.
5343         Use PARSER_EXPLICIT to access it.
5344         Use undefined_label_error.
5345         (canonicalize_linespec): Convert canonical linespec into explicit
5346         location.
5347         Move string representation of location to explicit_location_to_linespec
5348         and use it and explicit_location_to_string to save string
5349         representations of the canonical location.
5350         (create_sals_line_offset, convert_linespec_to_sals): `ls' contains an
5351         explicit location.  Update all references.
5352         (convert_explicit_location_to_sals): New function.
5353         (parse_linespec): Use PARSER_EXPLICIT to access the parser
5354         result's explicit location.
5355         (linespec_state_constructor): Initialize is_linespec.
5356         Use PARSER_EXPLICIT.
5357         (linespec_parser_delete): Use PARSER_EXPLICIT to access the parser's
5358         result.
5359         (event_location_to_sals): For linespec locations, set is_linespec.
5360         Handle explicit locations.
5361         (decode_objc): 'ls' contains an explicit location now. Update all
5362         references.
5363         (symtabs_from_filename): Use source_file_not_found_error.
5364         * location.c (struct event_location.u) <explicit>: New member.
5365         (initialize_explicit_location): New function.
5366         (initialize_event_location): Initialize explicit locations.
5367         (new_explicit_location, get_explicit_location)
5368         (get_explicit_location_const): New functions.
5369         (explicit_to_string_internal): New function; most of contents moved
5370         from canonicalize_linespec.
5371         (explicit_location_to_string): New function.
5372         (explicit_location_to_linespec): New function.
5373         (copy_event_location, delete_event_location)
5374         (event_location_to_string_const, event_location_empty_p): Handle
5375         explicit locations.
5376         * location.h (enum offset_relative_sign, struct line_offset): Move
5377         here from linespec.h.
5378         (enum event_location_type): Add EXPLICIT_LOCATION.
5379         (struct explicit_location): New structure.
5380         (explicit_location_to_string): Declare.
5381         (explicit_location_to_linespec): Declare.
5382         (new_explicit_location, get_explicit_locationp
5383         (get_explicit_location_const, initialize_explicit_location): Declare.
5384
5385 2015-08-11  Keith Seitz  <keiths@redhat.com>
5386
5387         * break-catch-throw.c (re_set_exception_catchpoint): Convert
5388         linespec for stap probe to probe location.
5389         * breakpoint.c (create_longjmp_master_breakpoint)
5390         (create_exception_master_breakpoint): Likewise.
5391         (break_command_1): Remove local variable `arg_cp'.
5392         Check location type to set appropriate breakpoint ops methods.
5393         (trace_command): Likewise.
5394         * linespec.c (event_location_to_sals): Assert on probe locations.
5395         * location.c (EL_PROBE): Add macro definition.
5396         (new_probe_location, get_probe_location): New functions.
5397         (copy_event_location, delete_event_location, event_location_to_string)
5398         (string_to_event_location, event_location_empty_p): Handle probe
5399         locations.
5400         * location.h (enum event_location_type): Add PROBE_LOCATION.
5401         (new_probe_location, get_probe_location): Declare.
5402         * probe.c (parse_probes): Assert that LOCATION is a probe location.
5403         Convert linespec into probe location.
5404
5405 2015-08-11  Keith Seitz  <keiths@redhat.com>
5406
5407         * breakpoint.c (create_thread_event_breakpoint, init_breakpoint_sal):
5408         Convert linespec to address location.
5409         * linespec.c (canonicalize_linespec): Do not handle address
5410         locations here.
5411         (convert_address_location_to_sals): New function; contents moved
5412         from ...
5413         (convert_linespc_to_sals): ... here.
5414         (parse_linespec): Remove address locations from linespec grammar.
5415         Remove handling of address locations.
5416         (linespec_lex_to_end): Remove handling of address linespecs.
5417         (event_location_to_sals): Handle ADDRESS_LOCATION.
5418         (linespec_expression_to_pc): Export.
5419         * linespec.h (linespec_expression_to_pc): Add declaration.
5420         * location.c (struct event_location.u) <address>: New member.
5421         (new_address_location, get_address_location): New functions.
5422         (copy_event_location, delete_event_location, event_location_to_string)
5423         (string_to_event_location, event_location_empty_p): Handle address
5424         locations.
5425         * location.h (enum event_location_type): Add ADDRESS_LOCATION.
5426         (new_address_location, get_address_location): Declare.
5427         * python/py-finishbreakpoint.c (bpfinishpy_init): Convert linespec
5428         to address location.
5429         * spu-tdep.c (spu_catch_start): Likewise.
5430
5431 2015-08-11  Keith Seitz  <keiths@redhat.com>
5432
5433         * ax-gdb.c: Include location.h.
5434         (agent_command_1) Use linespec location instead of address
5435         string.
5436         * break-catch-throw.c: Include location.h.
5437         (re_set_exception_catchpoint): Use linespec locations instead
5438         of address strings.
5439         * breakpoint.c: Include location.h.
5440         (create_overlay_event_breakpoint, create_longjmp_master_breakpoint)
5441         (create_std_terminate_master_breakpoint)
5442         (create_exception_master_breakpoint, update_breakpoints_after_exec):
5443         Use linespec location instead of address string.
5444         (print_breakpoint_location):  Use locations and
5445         event_location_to_string.
5446         Print extra_string for pending locations for non-MI streams.
5447         (print_one_breakpoint_location): Use locations and
5448         event_location_to_string.
5449         (init_raw_breakpoint_without_location): Initialize b->location.
5450         (create_thread_event_breakpoint): Use linespec location instead of
5451         address string.
5452         (init_breakpoint_sal): Likewise.
5453         Only save extra_string if it is non-NULL and not the empty string.
5454         Use event_location_to_string instead of `addr_string'.
5455         Constify `p' and `endp'.
5456         Use skip_spaces_const/skip_space_const instead of non-const versions.
5457         Copy the location into the breakpoint.
5458         If LOCATION is NULL, save the breakpoint address as a linespec location
5459         instead of an address string.
5460         (create_breakpoint_sal): Change `addr_string' parameter to a struct
5461         event_location. All uses updated.
5462         (create_breakpoints_sal): Likewise for local variable `addr_string'.
5463         (parse_breakpoint_sals): Use locations instead of address strings.
5464         Remove check for empty linespec with conditional.
5465         Refactor.
5466         (decode_static_tracepoint_spec): Make argument const and update
5467         function.
5468         (create_breakpoint): Change `arg' to a struct event_location and
5469         rename.
5470         Remove `copy_arg' and `addr_start'.
5471         If EXTRA_STRING is empty, set it to NULL.
5472         Don't populate `canonical' for pending breakpoints.
5473         Pass `extra_string' to find_condition_and_thread.
5474         Clear `extra_string' if `rest' was NULL.
5475         Do not error with "garbage after location" if setting a dprintf
5476         breakpoint.
5477         Copy the location into the breakpoint instead of an address string.
5478         (break_command_1): Use string_to_event_location and pass this to
5479         create_breakpoint instead of an address string.
5480         Check against `arg_cp' for a probe linespec.
5481         (dprintf_command): Use string_to_event_location and pass this to
5482         create_breakpoint instead of an address string.
5483         Throw an exception if no format string was specified.
5484         (print_recreate_ranged_breakpoint): Use event_location_to_string
5485         instead of address strings.
5486         (break_range_command, until_break_command)
5487         (init_ada_exception_breakpoint): Use locations instead
5488         of address strings.
5489         (say_where): Print out extra_string for pending locations.
5490         (base_breakpoint_dtor): Delete `location' and `location_range_end' of
5491         the breakpoint.
5492         (base_breakpoint_create_sals_from_location): Use struct event_location
5493         instead of address string.
5494         Remove `addr_start' and `copy_arg' parameters.
5495         (base_breakpoint_decode_location): Use struct event_location instead of
5496         address string.
5497         (bkpt_re_set): Use locations instead of address strings.
5498         Use event_location_empty_p to check for unset location.
5499         (bkpt_print_recreate): Use event_location_to_string instead of
5500         an address string.
5501         Print out extra_string for pending locations.
5502         (bkpt_create_sals_from_location, bkpt_decode_location)
5503         (bkpt_probe_create_sals_from_location): Use struct event_location
5504         instead of address string.
5505         (bkpt_probe_decode_location): Use struct event_location instead of
5506         address string.
5507         (tracepoint_print_recreate): Use event_location_to_string to
5508         recreate the tracepoint.
5509         (tracepoint_create_sals_from_location, tracepoint_decode_location)
5510         (tracepoint_probe_create_sals_from_location)
5511         (tracepoint_probe_decode_location): Use struct event_location
5512         instead of address string.
5513         (dprintf_print_recreate): Use event_location_to_string to recreate
5514         the dprintf.
5515         (dprintf_re_set): Remove check for valid/missing format string.
5516         (strace_marker_create_sals_from_location)
5517         (strace_marker_create_breakpoints_sal, strace_marker_decode_location)
5518         (update_static_tracepoint): Use struct event_location instead of
5519         address string.
5520         (location_to_sals): Likewise.
5521         Pass `extra_string' to find_condition_and_thread.
5522         For newly resolved pending breakpoint locations, clear the location's
5523         string representation.
5524         Assert that the breakpoint's condition string is NULL when
5525         condition_not_parsed.
5526         (breakpoint_re_set_default, create_sals_from_location_default)
5527         (decode_location_default, trace_command, ftrace_command)
5528         (strace_command, create_tracepoint_from_upload): Use locations
5529         instead of address strings.
5530         * breakpoint.h (struct breakpoint_ops) <create_sals_from_location>:
5531         Use struct event_location instead of address string.
5532         Update all uses.
5533         <decode_location>: Likewise.
5534         (struct breakpoint) <addr_string>: Change to struct event_location
5535         and rename `location'.
5536         <addr_string_range_end>: Change to struct event_location and rename
5537         `location_range_end'.
5538         (create_breakpoint): Use struct event_location instead of address
5539         string.
5540         * cli/cli-cmds.c: Include location.h.
5541         (edit_command, list_command): Use locations instead of address strings.
5542         * elfread.c: Include location.h.
5543         (elf_gnu_ifunc_resolver_return_stop): Use event_location_to_string.
5544         * guile/scm-breakpoint.c: Include location.h.
5545         (bpscm_print_breakpoint_smob): Use event_location_to_string.
5546         (gdbscm_register_breakpoint): Use locations instead of address
5547         strings.
5548         * linespec.c: Include location.h.
5549         (struct ls_parser) <stream>: Change to const char *.
5550         (PARSER_STREAM): Update.
5551         (lionespec_lexer_lex_keyword): According to find_condition_and_thread,
5552         keywords must be followed by whitespace.
5553         (canonicalize_linespec): Save a linespec location into `canonical'.
5554         Save a canonical linespec into `canonical'.
5555         (parse_linespec): Change `argptr' to const char * and rename `arg'.
5556         All uses updated.
5557         Update function description.
5558         (linespec_parser_new): Initialize `parser'.
5559         Update initialization of  parsing stream.
5560         (event_location_to_sals): New function.
5561         (decode_line_full): Change `argptr' to a struct event_location and
5562         rename it `location'.
5563         Use locations instead of address strings.
5564         Call event_location_to_sals instead of parse_linespec.
5565         (decode_line_1): Likewise.
5566         (decode_line_with_current_source, decode_line_with_last_displayed)
5567         Use locations instead of address strings.
5568         (decode_objc): Likewise.
5569         Change `argptr' to const char * and rename `arg'.
5570         (destroy_linespec_result): Delete the linespec result's location
5571         instead of freeing the address string.
5572         * linespec.h (struct linespec_result) <addr_string>: Change to
5573         struct event_location and rename to ...
5574         <location>: ... this.
5575         (decode_line_1, decode_line_full): Change `argptr' to struct
5576         event_location.  All callers updated.
5577         * mi/mi-cmd-break.c: Include language.h, location.h, and linespec.h.
5578         (mi_cmd_break_insert_1): Use locations instead of address strings.
5579         Throw an error if there was "garbage" at the end of the specified
5580         linespec.
5581         * probe.c: Include location.h.
5582         (parse_probes): Change `argptr' to struct event_location.
5583         Use event locations instead of address strings.
5584         * probe.h (parse_probes): Change `argptr' to struct event_location.
5585         * python/py-breakpoint.c: Include location.h.
5586         (bppy_get_location): Constify local variable `str'.
5587         Use event_location_to_string.
5588         (bppy_init): Use locations instead of address strings.
5589         * python/py-finishbreakpoint.c: Include location.h.
5590         (bpfinishpy_init): Remove local variable `addr_str'.
5591         Use locations instead of address strings.
5592         * python/python.c: Include location.h.
5593         (gdbpy_decode_line): Use locations instead of address strings.
5594         * remote.c: Include location.h.
5595         (remote_download_tracepoint): Use locations instead of address
5596         strings.
5597         * spu-tdep.c: Include location.h.
5598         (spu_catch_start): Remove local variable `buf'.
5599         Use locations instead of address strings.
5600         * tracepoint.c: Include location.h.
5601         (scope_info): Use locations instead of address strings.
5602         (encode_source_string): Constify parameter `src'.
5603         * tracepoint.h (encode_source_string): Likewise.
5604
5605 2015-08-11  Keith Seitz  <keiths@redhat.com>
5606
5607         * Makefile.in (SFILES): Add location.c.
5608         (HFILES_NO_SRCDIR): Add location.h.
5609         (COMMON_OBS): Add location.o.
5610         * linespec.c (linespec_lex_to_end): New function.
5611         * linespec.h (linespec_lex_to_end): Declare.
5612         * location.c: New file.
5613         * location.h: New file.
5614
5615 2015-08-11  Keith Seitz  <keiths@redhat.com>
5616
5617         * breakpoint.h (struct breakpoint_ops) <create_sals_from_address>:
5618         Renamed to create_sals_from_location.
5619         <decode_linespec>: Renamed to decode_location.
5620         Update all callers.
5621         * breakpoint.c (create_sals_from_address_default): Renamed to ...
5622         (create_sals_from_location_default): ... this.
5623         (addr_string_to_sals): Renamed to ...
5624         (location_to_sals): ... this.
5625         (decode_linespec_default): Renamed to ...
5626         (decode_location_default): ... this.
5627         (base_breakpoint_create_sals_from_address): Renamed to ...
5628         (base_breakpoint_create_sals_from_location): ... this.
5629         (bkpt_create_sals_from_address): Renamed to ...
5630         (bkpt_create_sals_from_location): ... this.
5631         (bkpt_decode_linespec): Renamed to ...
5632         (bkpt_decode_location): ... this.
5633         (bkpt_probe_create_sals_from_address): Renamed to ...
5634         (bkpt_probe_create_sals_from_location): ... this.
5635         (tracepoint_create_sals_from_address): Renamed to ...
5636         (tracepoint_create_sals_from_location): ... this.
5637         (tracepoint_decode_linespec): Renamed to ...
5638         (tracepoint_decode_location): ... this.
5639         (tracepoint_probe_create_sals_from_address): Renamed to ...
5640         (tracepoint_probe_create_sals_from_location): ... this.
5641         (tracepoint_probe_decode_linespec): Renamed to ...
5642         (tracepoint_probe_decode_location): ... this.
5643         (strace_marker_create_sals_from_address): Renamed to ...
5644         (strace_marker_create_sals_from_location): ... this.
5645         (decode_linespec_default): Renamed to ...
5646         (decode_location_default): ... this.
5647
5648 2015-08-10  Doug Evans  <dje@google.com>
5649             Keith Seitz  <keiths@redhat.com>
5650
5651         PR gdb/17960
5652         * symtab.c (make_file_symbol_completion_list_1): Renamed from
5653         make_file_symbol_completion_list and made static.
5654         (make_file_symbol_completion_list): New function.
5655
5656 2015-08-10  Joel Brobecker  <brobecker@adacore.com>
5657
5658         * infrun.c (follow_fork, displaced_step_prepare, resume): Remove
5659         trailing new-line at end of warning message.
5660         (proceed): Add i18n marker to error messages.
5661
5662 2015-08-07  Pedro Alves  <palves@redhat.com>
5663
5664         * linux-nat.c (linux_nat_always_non_stop_p): Return 1.
5665
5666 2015-08-07  Pedro Alves  <palves@redhat.com>
5667
5668         * s390-linux-tdep.c (is_non_branch_ril)
5669         (s390_displaced_step_copy_insn): New functions.
5670         (s390_displaced_step_fixup): Update comment.
5671         (s390_gdbarch_init): Install s390_displaced_step_copy_insn as
5672         gdbarch_displaced_step_copy_insn hook.
5673
5674 2015-08-07  Pedro Alves  <palves@redhat.com>
5675
5676         * infrun.c (displaced_step_prepare_throw): Return -1 if
5677         gdbarch_displaced_step_copy_insn returns NULL.  Update intro
5678         comment.
5679         * rs6000-tdep.c (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION)
5680         (STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION): Move higher up
5681         in file.
5682         (ppc_displaced_step_copy_insn): New function.
5683         (ppc_displaced_step_fixup): Update comment.
5684         (rs6000_gdbarch_init): Install ppc_displaced_step_copy_insn as
5685         gdbarch_displaced_step_copy_insn hook.
5686         * gdbarch.sh (displaced_step_copy_insn): Document what happens on
5687         NULL return.
5688         * gdbarch.h: Regenerate.
5689
5690 2015-08-07  Pedro Alves  <palves@redhat.com>
5691
5692         * inferior.h (struct inferior) <displaced_stepping_failed>: New
5693         field.
5694         * infrun.c (use_displaced_stepping_now_p): New parameter 'inf'.
5695         Return false if dispaced stepping failed before.
5696         (resume): Pass the current inferior to
5697         use_displaced_stepping_now_p.  Wrap displaced_step_prepare in
5698         TRY/CATCH.  If we get a MEMORY_ERROR, set the inferior's
5699         displaced_stepping_failed flag, and fall back to an in-line
5700         step-over.
5701
5702 2015-08-07  Pedro Alves  <palves@redhat.com>
5703
5704         * darwin-nat.c (darwin_stop): Rename to ...
5705         (darwin_interrupt): ... this.
5706         (_initialize_darwin_inferior): Adjust.
5707         * gnu-nat.c (gnu_stop): Delete.
5708         (gnu_target): Don't install gnu_stop.
5709         * inf-ptrace.c (inf_ptrace_stop): Rename to ...
5710         (inf_ptrace_interrupt): ... this.
5711         (inf_ptrace_target): Adjust.
5712         * infcmd.c (interrupt_target_1): Use target_interrupt instead of
5713         target_stop.
5714         * linux-nat (linux_nat_stop): Rename to ...
5715         (linux_nat_interrupt): ... this.
5716         (linux_nat_stop): Reimplement.
5717         (linux_nat_add_target): Install linux_nat_interrupt.
5718         * nto-procfs.c (nto_interrupt_twice): Rename to ...
5719         (nto_handle_sigint_twice): ... this.
5720         (nto_interrupt): Rename to ...
5721         (nto_handle_sigint): ... this.  Call target_interrupt instead of
5722         target_stop.
5723         (procfs_wait): Adjust.
5724         (procfs_stop): Rename to ...
5725         (procfs_interrupt): ... this.
5726         (init_procfs_targets): Adjust.
5727         * procfs.c (procfs_stop): Rename to ...
5728         (procfs_interrupt): ... this.
5729         (procfs_target): Adjust.
5730         * remote-m32r-sdi.c (m32r_stop): Rename to ...
5731         (m32r_interrupt): ... this.
5732         (init_m32r_ops): Adjust.
5733         * remote-sim.c (gdbsim_stop_inferior): Rename to ...
5734         (gdbsim_interrupt_inferior): ... this.
5735         (gdbsim_stop): Rename to ...
5736         (gdbsim_interrupt): ... this.
5737         (gdbsim_cntrl_c): Adjust.
5738         (init_gdbsim_ops): Adjust.
5739         * remote.c (sync_remote_interrupt): Adjust comments.
5740         (remote_stop_as): Rename to ...
5741         (remote_interrupt_as): ... this.
5742         (remote_stop): Adjust comment.
5743         (remote_interrupt): New function.
5744         (init_remote_ops): Install remote_interrupt.
5745         * target.c (target_interrupt): New function.
5746         * target.h (struct target_ops) <to_interrupt>: New field.
5747         (target_interrupt): New declaration.
5748         * windows-nat.c (windows_stop): Rename to ...
5749         (windows_interrupt): ... this.
5750         * target-delegates.c: Regenerate.
5751
5752 2015-08-07  Pedro Alves  <palves@redhat.com>
5753
5754         * signal-while-stepping-over-bp-other-thread.exp: Expect "restart
5755         threads" as alternative to "switching back to stepped thread".
5756
5757 2015-08-07  Pedro Alves  <palves@redhat.com>
5758
5759         * NEWS: Mention "maint set/show target-non-stop".
5760         * breakpoint.c (update_global_location_list): Check
5761         target_is_non_stop_p instead of non_stop.
5762         * infcmd.c (attach_command_post_wait, attach_command): Likewise.
5763         * infrun.c (show_can_use_displaced_stepping)
5764         (can_use_displaced_stepping_p, start_step_over_inferior):
5765         Likewise.
5766         (internal_resume_ptid): New function.
5767         (resume): Use it.
5768         (proceed): Check target_is_non_stop_p instead of non_stop.  If in
5769         all-stop mode but the target is always in non-stop mode, start all
5770         the other threads that are implicitly resumed too.
5771         (for_each_just_stopped_thread, fetch_inferior_event)
5772         (adjust_pc_after_break, stop_all_threads): Check
5773         target_is_non_stop_p instead of non_stop.
5774         (handle_inferior_event): Likewise.  Handle detach-fork in all-stop
5775         with the target always in non-stop mode.
5776         (handle_signal_stop) <random signal>: Check target_is_non_stop_p
5777         instead of non_stop.
5778         (switch_back_to_stepped_thread): Check target_is_non_stop_p
5779         instead of non_stop.
5780         (keep_going_stepped_thread): Use internal_resume_ptid.
5781         (stop_waiting): If in all-stop mode, and the target is in non-stop
5782         mode, stop all threads.
5783         (keep_going_pass): Likewise, when starting a new in-line step-over
5784         sequence.
5785         * linux-nat.c (get_pending_status, select_event_lwp)
5786         (linux_nat_filter_event, linux_nat_wait_1, linux_nat_wait): Check
5787         target_is_non_stop_p instead of non_stop.
5788         (linux_nat_always_non_stop_p): New function.
5789         (linux_nat_stop): Check target_is_non_stop_p instead of non_stop.
5790         (linux_nat_add_target): Install linux_nat_always_non_stop_p.
5791         * target-delegates.c: Regenerate.
5792         * target.c (target_is_non_stop_p): New function.
5793         (target_non_stop_enabled, target_non_stop_enabled_1): New globals.
5794         (maint_set_target_non_stop_command)
5795         (maint_show_target_non_stop_command): New functions.
5796         (_initilize_target): Install "maint set/show target-non-stop"
5797         commands.
5798         * target.h (struct target_ops) <to_always_non_stop_p>: New field.
5799         (target_non_stop_enabled): New declaration.
5800         (target_is_non_stop_p): New declaration.
5801
5802 2015-08-07  Pedro Alves  <pedro@codesourcery.com>
5803
5804         * breakpoint.c (breakpoints_should_be_inserted_now): If any thread
5805         has a pending status, return true.
5806         * gdbthread.h: Include target/waitstatus.h.
5807         (struct thread_suspend_state) <stop_reason, waitstatus_pending_p,
5808         stop_pc>: New fields.
5809         (struct thread_info) <resumed>: New field.
5810         (set_resumed): Declare.
5811         * infrun.c: Include "event-loop.h".
5812         (infrun_async_inferior_event_token, infrun_is_async): New globals.
5813         (infrun_async): New function.
5814         (clear_step_over_info): Add debug output.
5815         (displaced_step_in_progress_any_inferior): New function.
5816         (displaced_step_fixup): New returns int.
5817         (start_step_over): Handle in-line step-overs too.  Assert the
5818         thread is marked resumed.
5819         (resume_cleanups): Clear the thread's resumed flag.
5820         (resume): Set the thread's resumed flag.  Return early if the
5821         thread has a pending status.  Allow stepping a breakpoint with no
5822         signal.
5823         (proceed): Adjust to check 'resumed' instead of 'executing'.
5824         (clear_proceed_status_thread): If the thread has a pending status,
5825         and that status is a finished step, discard the pending status.
5826         (clear_proceed_status): Don't clear step_over_info here.
5827         (random_pending_event_thread, do_target_wait): New functions.
5828         (prepare_for_detach, wait_for_inferior, fetch_inferior_event): Use
5829         do_target_wait.
5830         (wait_one): New function.
5831         (THREAD_STOPPED_BY): New macro.
5832         (thread_stopped_by_watchpoint, thread_stopped_by_sw_breakpoint)
5833         (thread_stopped_by_hw_breakpoint): New functions.
5834         (switch_to_thread_cleanup, save_waitstatus, stop_all_threads): New
5835         functions.
5836         (handle_inferior_event): Also call set_resumed(false) on all
5837         threads implicitly stopped by the event.
5838         (restart_threads, resumed_thread_with_pending_status): New
5839         functions.
5840         (finish_step_over): If we were doing an in-line step-over before,
5841         and no longer are after trying to start a new step-over, restart
5842         all threads.  If we have multiple threads with pending events,
5843         save the current event and go through the event loop again.
5844         (handle_signal_stop): Return early if finish_step_over returns
5845         false.
5846         <random signal>: If we get a signal while stepping over a
5847         breakpoint in-line in non-stop mode, restart all threads.  Clear
5848         step_over_info before delivering the signal.
5849         (keep_going_stepped_thread): Use internal_error instead of
5850         gdb_assert.  Mark the thread as resumed.
5851         (keep_going_pass_signal): Assert the thread isn't already resumed.
5852         If some other thread is doing an in-line step-over, defer the
5853         resume.  If we just started a new in-line step-over, stop all
5854         threads.  Don't clear step_over_info.
5855         (infrun_async_inferior_event_handler): New function.
5856         (_initialize_infrun): Create async event handler with
5857         infrun_async_inferior_event_handler as callback.
5858         (infrun_async): New declaration.
5859         * target.c (target_async): New function.
5860         * target.h (target_async): Declare macro and readd as function
5861         declaration.
5862         * target/waitstatus.h (enum target_stop_reason)
5863         <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
5864         * thread.c (new_thread): Clear the new waitstatus field.
5865         (set_resumed): New function.
5866
5867 2015-08-07  Pedro Alves  <palves@redhat.com>
5868
5869         * infrun.c (keep_going_stepped_thread): New function, factored out
5870         from ...
5871         (switch_back_to_stepped_thread): ... here.
5872
5873 2015-08-07  Pedro Alves  <palves@redhat.com>
5874
5875         * infrun.c (currently_stepping): Extend intro comment.
5876         * target.h (target_resume): Extend intro comment.
5877
5878 2015-08-07  Pedro Alves  <palves@redhat.com>
5879
5880         * infrun.c (switch_back_to_stepped_thread): Use ecs->ptid instead
5881         of inferior_ptid.  If the stepped thread vanished, return 0
5882         instead of resuming here.  Use reset_ecs.  Print the prev_pc and
5883         the current stop_pc in log message.  Clear trap_expected if the
5884         thread advanced.  Don't pass currently_stepping to
5885         do_target_resume.
5886
5887 2015-08-07  Pedro Alves  <palves@redhat.com>
5888
5889         * gdbthread.h (struct thread_info) <prev_pc>: Extend comment.
5890         * infrun.c (struct execution_control_state): Move higher up in the
5891         file.
5892         (reset_ecs): New function.
5893         (start_step_over): Now returns int.  Rewrite to use
5894         keep_going_pass_signal instead of manually starting a displaced step.
5895         (resume): Don't call set_running here.  If displaced stepping
5896         can't start now, clear trap_expected.
5897         (find_thread_needs_step_over): Delete function.
5898         (proceed): Set up finish_thread_state_cleanup.  Call set_running.
5899         If the current thread needs a step over, push it in the step-over
5900         chain.  Don't set insert breakpoints nor call resume directly
5901         here.  Instead rewrite to use start_step_over and
5902         keep_going_pass_signal.
5903         (finish_step_over): New function.
5904         (handle_signal_stop): Call finish_step_over instead of
5905         start_step_over.
5906         (switch_back_to_stepped_thread): If the event thread needs another
5907         step-over do that first.  Use start_step_over.
5908         (keep_going_pass_signal): New function, factored out from ...
5909         (keep_going): ... here.
5910         (_initialize_infrun): Comment moved here.
5911         * thread.c (set_running_thread): New function.
5912         (set_running, finish_thread_state): Use set_running_thread.
5913
5914 2015-08-07  Pedro Alves  <palves@redhat.com>
5915
5916         * gdbthread.h (struct thread_info) <step_over_prev,
5917         step_over_next>: New fields.
5918         (thread_step_over_chain_enqueue, thread_step_over_chain_remove)
5919         (thread_step_over_chain_next, thread_is_in_step_over_chain): New
5920         declarations.
5921         * infrun.c (struct displaced_step_request): Delete.
5922         (struct displaced_step_inferior_state) <step_request_queue>:
5923         Delete field.
5924         (displaced_step_prepare): Assert that trap_expected is set.  Use
5925         thread_step_over_chain_enqueue.  Split starting a new displaced
5926         step to ...
5927         (start_step_over): ... this new function.
5928         (resume): Assert the thread isn't waiting for a step over already.
5929         (proceed): Assert the thread isn't waiting for a step over
5930         already.
5931         (infrun_thread_stop_requested): Adjust to remove threads from the
5932         embedded step-over chain.
5933         (handle_inferior_event) <fork/vfork>: Call start_step_over after
5934         displaced_step_fixup.
5935         (handle_signal_stop): Call start_step_over after
5936         displaced_step_fixup.
5937         * infrun.h (step_over_queue_head): New declaration.
5938         * thread.c (step_over_chain_enqueue, step_over_chain_remove)
5939         (thread_step_over_chain_next, thread_is_in_step_over_chain)
5940         (thread_step_over_chain_enqueue)
5941         (thread_step_over_chain_remove): New functions.
5942         (delete_thread_1): Remove thread from the step-over chain.
5943
5944 2015-08-07  Pedro Alves  <palves@redhat.com>
5945
5946         * infrun.c (thread_still_needs_step_over): Rename to ...
5947         (thread_still_needs_step_over_bp): ... this.
5948         (enum step_over_what): New.
5949         (thread_still_needs_step_over): Reimplement.
5950
5951 2015-08-07  Pedro Alves  <palves@redhat.com>
5952
5953         * remote.c (remote_wait_as): If not waiting for a stop reply,
5954         return TARGET_WAITKIND_NO_RESUMED.  If TARGET_WNOHANG is
5955         requested, don't block waiting forever.
5956
5957 2015-08-07  Pedro Alves  <pedro@codesourcery.com>
5958
5959         * infrun.c (adjust_pc_after_break): Now takes thread_info and
5960         waitstatus pointers instead of an ecs.  Adjust.
5961         (handle_inferior_event): Adjust caller.
5962
5963 2015-08-07  Pedro Alves  <palves@redhat.com>
5964
5965         * infrun.c (handle_inferior_event): If we get
5966         TARGET_WAITKIND_SIGNALLED or TARGET_WAITKIND_EXITED in non-stop
5967         mode, mark all threads of the exiting process as not-executing.
5968         (normal_stop): If we get TARGET_WAITKIND_SIGNALLED or
5969         TARGET_WAITKIND_EXITED in non-stop mode, finish all threads of the
5970         exiting process, if inferior_ptid still points at a process.
5971         * thread.c (struct current_thread_cleanup) <next>: New field.
5972         (current_thread_cleanup_chain): New global.
5973         (restore_current_thread_ptid_changed): New function.
5974         (restore_current_thread_cleanup_dtor): Remove the cleanup from the
5975         current_thread_cleanup_chain list.
5976         (make_cleanup_restore_current_thread): Add the cleanup data to the
5977         current_thread_cleanup_chain list.
5978         (_initialize_thread): Install restore_current_thread_ptid_changed
5979         as thread_ptid_changed observer.
5980
5981 2015-08-07  Joel Brobecker  <brobecker@adacore.com>
5982
5983         * dtrace-probe.c (dtrace_process_dof): Ignore the objfile's DOF
5984         data if a DTRACE_DOF_SECT_TYPE_PROVIDER section is found to be
5985         smaller than expected.
5986
5987 2015-08-07  Andrew Burgess  <andrew.burgess@embecosm.com>
5988
5989         * stack.c (get_frame_language): Moved ...
5990         * frame.c (get_frame_language): ... to here.
5991         * language.h (get_frame_language): Declaration moved to frame.h.
5992         * frame.h: Add language.h include, for language enum.
5993         (get_frame_language): Declaration moved from language.h.
5994         * language.c: Add frame.h include.
5995         * top.c: Add frame.h include.
5996         * symtab.h (struct obj_section): Declare.
5997         (struct cmd_list_element): Declare.
5998
5999 2015-08-07  Andrew Burgess  <andrew.burgess@embecosm.com>
6000
6001         * language.c (show_language_command): Find selected frame before
6002         asking for the language of that frame.
6003         (set_language_command): Likewise.
6004         * language.h (get_frame_language): Add frame parameter.
6005         * stack.c (get_frame_language): Add frame parameter, assert
6006         parameter is not NULL, update comment and reindent.
6007         * top.c (check_frame_language_change): Pass the selected frame
6008         into get_frame_language.
6009
6010 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
6011
6012         * btrace.c (btrace_compute_ftrace_bts): Clear insn flags.
6013         (pt_btrace_insn_flags): New.
6014         (ftrace_add_pt): Call pt_btrace_insn_flags.
6015         * btrace.h (btrace_insn_flag): New.
6016         (btrace_insn) <flags>: New.
6017         * record-btrace.c (btrace_insn_history): Print insn prefix.
6018         * NEWS: Announce it.
6019
6020 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
6021
6022         * configure.ac: Check for PERF_ATTR_SIZE_VER5 in linux/perf_event.h
6023         * configure: Regenerate.
6024
6025 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
6026
6027         * Makefile.in (LIBICONV): Define.
6028         (CLIBS): Add LIBICONV.
6029         * acinclude.m4: Use config/iconv.m4 instead of custom AM_ICONV.
6030         * configure: Regenerate.
6031
6032 2015-08-06  Simon Marchi  <simon.marchi@ericsson.com>
6033             Pedro Alves  <palves@redhat.com>
6034
6035         * arm-tdep.c (set_fp_model_sfunc): Add cast from integer to enum.
6036         (arm_set_abi): Likewise.
6037         * ax-general.c (ax_print): Likewise.
6038         * c-exp.y (exp : string_exp): Likewise.
6039         * compile/compile-loc2c.c (compute_stack_depth_worker): Likewise.
6040         (do_compile_dwarf_expr_to_c): Likewise.
6041         * cp-name-parser.y (demangler_special : DEMANGLER_SPECIAL start):
6042         Likewise.
6043         * dwarf2expr.c (execute_stack_op): Likewise.
6044         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
6045         (disassemble_dwarf_expression): Likewise.
6046         * dwarf2read.c (dwarf2_add_member_fn): Likewise.
6047         (read_array_order): Likewise.
6048         (abbrev_table_read_table): Likewise.
6049         (read_attribute_value): Likewise.
6050         (skip_unknown_opcode): Likewise.
6051         (dwarf_decode_macro_bytes): Likewise.
6052         (dwarf_decode_macros): Likewise.
6053         * eval.c (value_f90_subarray): Likewise.
6054         * guile/scm-param.c (gdbscm_make_parameter): Likewise.
6055         * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
6056         * infrun.c (handle_command): Likewise.
6057         * memory-map.c (memory_map_start_memory): Likewise.
6058         * osabi.c (set_osabi): Likewise.
6059         * parse.c (operator_length_standard): Likewise.
6060         * ppc-linux-tdep.c (ppc_canonicalize_syscall): Likewise, and use
6061         single return point.
6062         * python/py-frame.c (gdbpy_frame_stop_reason_string): Likewise.
6063         * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
6064         (gdbpy_lookup_global_symbol): Likewise.
6065         * record-full.c (record_full_restore): Likewise.
6066         * regcache.c (regcache_register_status): Likewise.
6067         (regcache_raw_read): Likewise.
6068         (regcache_cooked_read): Likewise.
6069         * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
6070         * symtab.c (initialize_ordinary_address_classes): Likewise.
6071         * target-debug.h (target_debug_print_signals): Likewise.
6072         * utils.c (do_restore_current_language): Likewise.
6073
6074 2015-08-06  Clem Dickey  <clemd@acm.org>
6075
6076         PR python/17136
6077         * python/lib/gdb/command/type_printers.py (InfoTypePrinter): Fix typo.
6078
6079 2015-08-06  Simon Marchi  <simon.marchi@ericsson.com>
6080
6081         * complaints.c (enum complaint_series): Add newlines and remove
6082         out of date comment.
6083         (struct complaints) <series>: Change type to enum
6084         complaint_series and remove out of date comment.
6085         (symfile_complaint_hook): Use equivalent enum value
6086         ISOLATED_MESSAGE instead of 0.
6087
6088 2015-08-06  Pedro Alves  <palves@redhat.com>
6089
6090         * nat/linux-waitpid.c (my_waitpid): Only print *status if waitpid
6091         returned > 0.
6092
6093 2015-08-06  Pierre Langlois  <pierre.langlois@arm.com>
6094
6095         * common/agent.c (symbol_list) <required>: Remove.
6096
6097 2015-08-06  Pedro Alves  <palves@redhat.com>
6098
6099         * target/waitstatus.h (enum target_stop_reason)
6100         <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
6101
6102 2015-08-05  Pedro Alves  <palves@redhat.com>
6103             Joel Brobecker  <brobecker@adacore.com>
6104
6105         * breakpoint.c (bpstat_what) <bp_longjmp, bp_longjmp_call_dummy>
6106         <bp_exception, bp_longjmp_resume, bp_exception_resume>: Handle the
6107         case where BS->STOP is not set.
6108
6109 2015-08-05  Ulrich Weigand  <uweigand@de.ibm.com>
6110
6111         * nat/gdb_thread_db.h: Add copyright header.
6112         Protect against multiple inclusion.
6113
6114 2015-08-05  Yao Qi  <yao.qi@linaro.org>
6115
6116         * aarch64-linux-nat.c (get_thread_id): Remove.
6117         (debug_reg_change_callback): Call ptid_get_lwp instead of
6118         get_thread_id.
6119         (fetch_gregs_from_thread): Likewise.
6120         (store_gregs_to_thread): Likewise.
6121         (fetch_fpregs_from_thread): Likewise.
6122         (store_fpregs_to_thread): Likewise.
6123         (aarch64_linux_get_debug_reg_capacity): Likewise.
6124         * arm-linux-nat.c (get_thread_id): Remove.
6125         (GET_THREAD_ID): Update macro to use ptid_get_lwp.
6126         * xtensa-linux-nat.c (get_thread_id): Remove.
6127         (GET_THREAD_ID): Update macro to use ptid_get_lwp.
6128         * arm-linux-nat.c (get_thread_id): Remove.
6129         (GET_THREAD_ID): Remove.
6130         (fetch_fpregs): Call ptid_get_lwp instead of GET_THREAD_ID.
6131         (store_fpregs, fetch_regs, store_regs): Likewise.
6132         (fetch_wmmx_regs, store_wmmx_regs): Likewise.
6133         (fetch_vfp_regs, store_vfp_regs): Likewise.
6134         (arm_linux_read_description): Likewise.
6135         (arm_linux_get_hwbp_cap): Likewise.
6136         * xtensa-linux-nat.c (get_thread_id): Remove.
6137         (GET_THREAD_ID): Remove.
6138         (fetch_gregs, store_gregs): Call ptid_get_lwp instead of
6139         GET_THREAD_ID.
6140
6141 2015-08-04  Ciro Santilli  <ciro.santilli@gmail.com>  (obvious patch)
6142
6143         * python/py-linetable.c: Fix case of Linetable to LineTable
6144         in docstrings and code comments.
6145         * python/py-symtab.c: Same.
6146
6147 2015-08-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
6148
6149         * infcmd.c (signal_command): Call do_cleanups for args_chain.
6150
6151 2015-08-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
6152
6153         PR gdb/18767
6154         * infcmd.c (attach_command): Move ARGS_CHAIN cleanup after last ARGS
6155         use.
6156
6157 2015-08-04  Pedro Alves  <palves@redhat.com>
6158
6159         * nat/gdb_thread_db.h (td_init_ftype, td_ta_new_ftype)
6160         (td_ta_map_lwp2thr_ftype, td_ta_thr_iter_ftype)
6161         (td_ta_event_addr_ftype, td_ta_set_event_ftype)
6162         (td_ta_clear_event_ftype, td_ta_event_getmsg_ftype)
6163         (td_thr_validate_ftype, td_thr_get_info_ftype)
6164         (td_thr_event_enable_ftype, td_thr_tls_get_addr_ftype)
6165         (td_thr_tlsbase_ftype, td_symbol_list_ftype, td_ta_delete_ftype):
6166         New typedefs.
6167         * linux-thread-db.c (struct thread_db_info): Use new typedefs.
6168         (try_thread_db_load_1): Define TDB_VERBOSE_DLSYM, TDB_DLSYM , CHK
6169         local macros and use them instead of verbose_dlsym and dlsym
6170         calls.
6171
6172 2015-08-03  Sandra Loosemore  <sandra@codesourcery.com>
6173
6174         * nios2-tdep.h: Include opcode/nios2.h here.
6175         (NIOS2_CDX_OPCODE_SIZE): New.
6176         (struct gdbarch_tdep): Add OP parameter to syscall_next_pc.
6177         * nios2-tdep.c: Don't include opcode/nios2.h here.
6178         (nios2_fetch_insn): For R2, try reading 2-byte instruction if
6179         4-byte read fails.
6180         (nios2_match_add, nios2_match_sub): Add cases for R2 encodings.
6181         (nios2_match_addi, nios2_match_orhi): Likewise.
6182         (nios2_match_stw, nios2_match_ldw): Likewise.
6183         (nios2_match_rdctl): Likewise.
6184         (nios2_match_stwm, nios2_match_ldwm): New.
6185         (nios2_match_branch): Add cases for R2 encodings.
6186         (nios2_match_jmpi, nios2_match_calli): Likewise.
6187         (nios2_match_jmpr, nios2_match_callr): Likewise.
6188         (nios2_match_break, nios2_match_trap): Likewise.
6189         (nios2_in_epilogue_p): Add R2 support.
6190         (nios2_analyze_prologue): Update comments.  Recognize R2 CDX
6191         prologues.
6192         (nios2_breakpoint_from_pc): Handle R2 instructions.
6193         (nios2_get_next_pc): Likewise.  Adjust call to
6194         tdep->syscall_next_pc.
6195         * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame):
6196         Renamed from nios2_linux_rt_sigreturn_tramp_frame.  Use
6197         instruction field macros instead of literal hex values.
6198         (nios2_r2_linux_rt_sigreturn_tramp_frame): New.
6199         (nios2_linux_syscall_next_pc): Adjust signature to pass OP.
6200         Use size field from OP instead of assuming all instructions
6201         are the same size.
6202         (nios2_linux_init_abi): Register appropriate unwinder for mach.
6203
6204 2015-08-03  Ulrich Weigand  <uweigand@de.ibm.com>
6205
6206         * cp-namespace.c (cp_lookup_symbol_via_imports): Fix uninitialized
6207         variable warning with some compilers.
6208
6209 2015-08-03  Yao Qi  <yao.qi@linaro.org>
6210
6211         * arm-linux-nat.c (arm_linux_get_hwbp_type): Capitalize "type"
6212         in comment.  Replace "rw" with "type".
6213         (arm_linux_remove_watchpoint): Change type of "rw" to
6214         "enum target_hw_bp_type".
6215
6216 2015-08-02  Pierre-Marie de Rodat  <derodat@adacore.com>
6217
6218         * alpha-mdebug-tdep.c (find_proc_desc): Update call to
6219         lookup_symbol.
6220         * ft32-tdep.c (ft32_skip_prologue): Likewise.
6221         * moxie-tdep.c (moxie_skip_prologue): Likewise.
6222         * mt-tdep.c (mt_skip_prologue): Likewise.
6223         * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
6224
6225 2015-08-01  Pierre-Marie de Rodat  <derodat@adacore.com>
6226
6227         * ada-exp.y (write_object_renaming): Replace struct
6228         ada_symbol_info with struct block_symbol.  Update field
6229         references accordingly.
6230         (block_lookup, select_possible_type_sym): Likewise.
6231         (find_primitive_type): Likewise.  Also update call to
6232         ada_lookup_symbol to extract the symbol itself.
6233         (write_var_or_type, write_name_assoc): Likewise.
6234         * ada-lang.h (struct ada_symbol_info): Remove.
6235         (ada_lookup_symbol_list): Replace struct ada_symbol_info with
6236         struct block_symbol.
6237         (ada_lookup_encoded_symbol, user_select_syms): Likewise.
6238         (ada_lookup_symbol): Return struct block_symbol instead of a
6239         mere symbol.
6240         * ada-lang.c (defns_collected): Replace struct ada_symbol_info
6241         with struct block_symbol.
6242         (resolve_subexp, ada_resolve_function, sort_choices,
6243         user_select_syms, is_nonfunction, add_defn_to_vec,
6244         num_defns_collected, defns_collected,
6245         symbols_are_identical_enums, remove_extra_symbols,
6246         remove_irrelevant_renamings, add_lookup_symbol_list_worker,
6247         ada_lookup_symbol_list, ada_iterate_over_symbols,
6248         ada_lookup_encoded_symbol, get_var_value): Likewise.
6249         (ada_lookup_symbol): Return a block_symbol instead of a mere
6250         symbol.  Replace struct ada_symbol_info with struct
6251         block_symbol.
6252         (ada_lookup_symbol_nonlocal): Likewise.
6253         (standard_lookup): Make block passing explicit through
6254         lookup_symbol_in_language.
6255         * ada-tasks.c (get_tcb_types_info): Update the calls to
6256         lookup_symbol_in_language to extract the mere symbol out of the
6257         returned value.
6258         (ada_tasks_inferior_data_sniffer): Likewise.
6259         * ax-gdb.c (gen_static_field): Likewise for the call to
6260         lookup_symbol.
6261         (gen_maybe_namespace_elt): Deal with struct block_symbol from
6262         lookup functions.
6263         (gen_expr): Likewise.
6264         * c-exp.y: Likewise.  Remove uses of block_found.
6265         (lex_one_token, classify_inner_name, c_print_token): Likewise.
6266         (classify_name): Likewise.  Rename the "sym" local variable to
6267         "bsym".
6268         * c-valprint.c (print_unpacked_pointer): Likewise.
6269         * compile/compile-c-symbols.c (convert_symbol_sym): Promote the
6270         "sym" parameter from struct symbol * to struct block_symbol.
6271         Use it to remove uses of block_found.  Deal with struct
6272         block_symbol from lookup functions.
6273         (gcc_convert_symbol): Likewise.  Update the call to
6274         convert_symbol_sym.
6275         * compile/compile-object-load.c (compile_object_load): Deal with
6276         struct block_symbol from lookup functions.
6277         * cp-namespace.c (cp_lookup_nested_symbol_1,
6278         cp_lookup_nested_symbol, cp_lookup_bare_symbol,
6279         cp_search_static_and_baseclasses,
6280         cp_lookup_symbol_in_namespace, cp_lookup_symbol_via_imports,
6281         cp_lookup_symbol_imports_or_template,
6282         cp_lookup_symbol_via_all_imports, cp_lookup_symbol_namespace,
6283         lookup_namespace_scope, cp_lookup_nonlocal,
6284         find_symbol_in_baseclass): Return struct block_symbol instead of
6285         mere symbols and deal with struct block_symbol from lookup
6286         functions.
6287         * cp-support.c (inspect_type, replace_typedefs,
6288         cp_lookup_rtti_type): Deal with struct block_symbol from
6289         lookup functions.
6290         * cp-support.h (cp_lookup_symbol_nonlocal,
6291         cp_lookup_symbol_from_namespace,
6292         cp_lookup_symbol_imports_or_template, cp_lookup_nested_symbol):
6293         Return struct block_symbol instead of mere symbols.
6294         * d-exp.y (d_type_from_name, d_module_from_name, push_variable,
6295         push_module_name):
6296         Deal with struct block_symbol from lookup functions.  Remove
6297         uses of block_found.
6298         * eval.c (evaluate_subexp_standard): Update call to
6299         cp_lookup_symbol_namespace.
6300         * f-exp.y: Deal with struct block_symbol from lookup functions.
6301         Remove uses of block_found.
6302         (yylex): Likewise.
6303         * gdbtypes.c (lookup_typename, lookup_struct, lookup_union,
6304         lookup_enum, lookup_template_type, check_typedef): Deal with
6305         struct block_symbol from lookup functions.
6306         * guile/scm-frame.c (gdbscm_frame_read_var): Likewise.
6307         * guile/scm-symbol.c (gdbscm_lookup_symbol): Likewise.
6308         (gdbscm_lookup_global_symbol): Likewise.
6309         * gnu-v3-abi.c (gnuv3_get_typeid_type): Likewise.
6310         * go-exp.y: Likewise.  Remove uses of block_found.
6311         (package_name_p, classify_packaged_name, classify_name):
6312         Likewise.
6313         * infrun.c (insert_exception_resume_breakpoint): Likewise.
6314         * jv-exp.y (push_variable): Likewise.
6315         * jv-lang.c (java_lookup_class, get_java_object_type): Likewise.
6316         * language.c (language_bool_type): Likewise.
6317         * language.h (struct language_defn): Update
6318         la_lookup_symbol_nonlocal to return a struct block_symbol rather
6319         than a mere symbol.
6320         * linespec.c (find_label_symbols): Deal with struct block_symbol
6321         from lookup functions.
6322         * m2-exp.y: Likewise.  Remove uses of block_found.
6323         (yylex): Likewise.
6324         * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
6325         * objc-lang.c (lookup_struct_typedef, find_imps): Likewise.
6326         * p-exp.y: Likewise.  Remove uses of block_found.
6327         (yylex): Likewise.
6328         * p-valprint.c (pascal_val_print): Likewise.
6329         * parse.c (write_dollar_variable): Likewise.  Remove uses of
6330         block_found.
6331         * parser-defs.h (struct symtoken): Turn the SYM field into a
6332         struct block_symbol.
6333         * printcmd.c (address_info): Deal with struct block_symbol from
6334         lookup functions.
6335         * python/py-frame.c (frapy_read_var): Likewise.
6336         * python/py-symbol.c (gdbpy_lookup_symbol,
6337         gdbpy_lookup_global_symbol): Likewise.
6338         * skip.c (skip_function_command): Likewise.
6339         * solib-darwin.c (darwin_lookup_lib_symbol): Return a struct
6340         block_symbol instead of a mere symbol.
6341         * solib-spu.c (spu_lookup_lib_symbol): Likewise.
6342         * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
6343         * solib.c (solib_global_lookup): Likewise.
6344         * solist.h (solib_global_lookup): Likewise.
6345         (struct target_so_ops): Update lookup_lib_global_symbol to
6346         return a struct block_symbol rather than a mere symbol.
6347         * source.c (select_source_symtab): Deal with struct block_symbol
6348         from lookup functions.
6349         * stack.c (print_frame_args, iterate_over_block_arg_vars):
6350         Likewise.
6351         * symfile.c (set_initial_language): Likewise.
6352         * symtab.c (SYMBOL_LOOKUP_FAILED): Turn into a struct
6353         block_symbol.
6354         (SYMBOL_LOOKUP_FAILED_P): New predicate as a macro.
6355         (struct symbol_cache_slot): Turn the FOUND field into a struct
6356         block_symbol.
6357         (block_found): Remove.
6358         (eq_symbol_entry): Update to deal with struct block_symbol in
6359         cache slots.
6360         (symbol_cache_lookup): Return a struct block_symbol rather than
6361         a mere symbol.
6362         (symbol_cache_mark_found): Add a BLOCK parameter to fill
6363         appropriately the cache slots.  Update callers.
6364         (symbol_cache_dump): Update cache slots handling to the type
6365         change.
6366         (lookup_symbol_in_language, lookup_symbol, lookup_language_this,
6367         lookup_symbol_aux, lookup_local_symbol,
6368         lookup_symbol_in_objfile, lookup_global_symbol_from_objfile,
6369         lookup_symbol_in_objfile_symtabs,
6370         lookup_symbol_in_objfile_from_linkage_name,
6371         lookup_symbol_via_quick_fns, basic_lookup_symbol_nonlocal,
6372         lookup_symbol_in_static_block, lookup_static_symbol,
6373         lookup_global_symbol):
6374         Return a struct block_symbol rather than a mere symbol.  Deal
6375         with struct block_symbol from other lookup functions.  Remove
6376         uses of block_found.
6377         (lookup_symbol_in_block): Remove uses of block_found.
6378         (struct global_sym_lookup_data): Turn the RESULT field into a
6379         struct block_symbol.
6380         (lookup_symbol_global_iterator_cb): Update references to the
6381         RESULT field.
6382         (search_symbols): Deal with struct block_symbol from lookup
6383         functions.
6384         * symtab.h (struct block_symbol): New structure.
6385         (block_found): Remove.
6386         (lookup_symbol_in_language, lookup_symbol,
6387         basic_lookup_symbol_nonlocal, lookup_symbol_in_static_block,
6388         lookup_static_symbol, lookup_global_symbol, lookup_language_this,
6389         lookup_global_symbol_from_objfile): Return a struct block_symbol
6390         rather than just a mere symbol.  Update comments to remove
6391         mentions of block_found.
6392         * valops.c (find_function_in_inferior,
6393         value_struct_elt_for_reference, value_maybe_namespace_elt,
6394         value_of_this):  Deal with struct block_symbol from lookup
6395         functions.
6396         * value.c (value_static_field, value_fn_field): Likewise.
6397
6398 2015-07-31  Simon Marchi  <simon.marchi@ericsson.com>
6399
6400         * remote-m32r-sdi.c (m32r_remove_watchpoint): Use enum type
6401         instead of integer.
6402
6403 2015-07-31  Simon Marchi  <simon.marchi@ericsson.com>
6404             Pedro Alves  <palves@redhat.com>
6405
6406         * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): Use enum
6407         type or value instead of integer.
6408         (aarch64_linux_insert_watchpoint): Likewise.
6409         (aarch64_linux_remove_watchpoint): Likewise.
6410         * ada-lang.c (ada_op_print_tab): Likewise.
6411         * amd64-linux-tdep.c (amd64_canonicalize_syscall): Likewise.
6412         (amd64_linux_syscall_record_common): Likewise.
6413         * arch-utils.c (target_byte_order_user): Likewise.
6414         (default_byte_order): Likewise.
6415         * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Likewise.
6416         (arm_linux_get_hwbp_type): Likewise.
6417         (arm_linux_hw_watchpoint_initialize): Likewise.
6418         (arm_linux_insert_watchpoint): Likewise.
6419         * arm-linux-tdep.c (arm_canonicalize_syscall): Likewise.
6420         (arm_linux_syscall_record): Likewise.
6421         * breakpoint.c (update_watchpoint): Likewise.
6422         (breakpoint_here_p): Likewise.
6423         (bpstat_print): Likewise.
6424         (enable_breakpoint_disp): Likewise.
6425         * c-lang.c (c_op_print_tab): Likewise.
6426         * cli/cli-decode.c (add_info_alias): Likewise.
6427         * d-lang.c (d_op_print_tab): Likewise.
6428         * eval.c (evaluate_subexp_standard): Likewise.
6429         * f-exp.y (dot_ops): Likewise.
6430         (f77_keywords): Likewise.
6431         * f-lang.c (f_op_print_tab): Likewise.
6432         * go-lang.c (go_op_print_tab): Likewise.
6433         * guile/scm-breakpoint.c (gdbscm_make_breakpoint): Likewise.
6434         * guile/scm-cmd.c (gdbscm_make_command): Likewise.
6435         * guile/scm-param.c (gdbscm_make_parameter): Likewise.
6436         * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Likewise.
6437         * guile/scm-string.c (struct scm_to_stringn_data): Likewise.
6438         (struct scm_from_stringn_data): Likewise.
6439         * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
6440         * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
6441         (ia64_linux_remove_watchpoint): Likewise.
6442         (ia64_linux_can_use_hw_breakpoint): Likewise.
6443         * infrun.c (print_stop_event): Likewise.
6444         * jv-lang.c (java_op_print_tab): Likewise.
6445         * linux-nat.c (linux_proc_xfer_partial): Likewise.
6446         * linux-nat.h (struct lwp_info): Likewise.
6447         * linux-thread-db.c (enable_thread_event): Likewise.
6448         * m2-lang.c (m2_op_print_tab): Likewise.
6449         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise.
6450         (mi_cmd_stack_list_variables): Likewise.
6451         * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
6452         * mi/mi-out.c (mi_table_begin): Likewise.
6453         (mi_table_header): Likewise.
6454         * mips-linux-nat.c (mips_linux_can_use_hw_breakpoint): Likewise.
6455         (mips_linux_insert_watchpoint): Likewise.
6456         (mips_linux_remove_watchpoint): Likewise.
6457         * nat/mips-linux-watch.c (mips_linux_watch_type_to_irw): Likewise.
6458         * nat/mips-linux-watch.h (struct mips_watchpoint): Likewise.
6459         (mips_linux_watch_type_to_irw): Likewise.
6460         * nto-procfs.c (procfs_can_use_hw_breakpoint): Likewise.
6461         (procfs_insert_hw_watchpoint): Likewise.
6462         (procfs_remove_hw_watchpoint): Likewise.
6463         (procfs_hw_watchpoint): Likewise.
6464         (procfs_can_use_hw_breakpoint): Likewise.
6465         (procfs_remove_hw_watchpoint): Likewise.
6466         (procfs_insert_hw_watchpoint): Likewise.
6467         * p-lang.c (pascal_op_print_tab): Likewise.
6468         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): Likewise.
6469         * ppc-linux-tdep.c (ppu2spu_unwind_register): Likewise.
6470         * ppc-sysv-tdep.c (get_decimal_float_return_value): Likewise.
6471         * procfs.c (procfs_can_use_hw_breakpoint): Likewise.
6472         (procfs_insert_watchpoint): Likewise.
6473         (procfs_remove_watchpoint): Likewise.
6474         * psymtab.c (recursively_search_psymtabs): Likewise.
6475         * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint): Likewise.
6476         (m32r_insert_watchpoint): Likewise.
6477         * remote-mips.c (mips_can_use_watchpoint): Likewise.
6478         (mips_insert_watchpoint): Likewise.
6479         (mips_remove_watchpoint): Likewise.
6480         * remote.c (watchpoint_to_Z_packet): Likewise.
6481         (remote_insert_watchpoint): Likewise.
6482         (remote_remove_watchpoint): Likewise.
6483         (remote_check_watch_resources): Likewise.
6484         * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
6485         (s390_remove_watchpoint): Likewise.
6486         (s390_can_use_hw_breakpoint): Likewise.
6487         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
6488         * spu-linux-nat.c (spu_can_use_hw_breakpoint): Likewise.
6489         * target.h (struct target_ops): Likewise.
6490         * tilegx-tdep.c (tilegx_analyze_prologue): Likewise.
6491         * ui-out.c (struct ui_out_hdr): Likewise.
6492         (append_header_to_list): Likewise.
6493         (get_next_header): Likewise.
6494         (verify_field): Likewise.
6495         (ui_out_begin): Likewise.
6496         (ui_out_field_int): Likewise.
6497         (ui_out_field_fmt_int): Likewise.
6498         (ui_out_field_skip): Likewise.
6499         (ui_out_field_string): Likewise.
6500         (ui_out_field_fmt): Likewise.
6501         * varobj.c (new_variable): Likewise.
6502         * x86-nat.c (x86_insert_watchpoint): Likewise.
6503         (x86_remove_watchpoint): Likewise.
6504         (x86_can_use_hw_breakpoint): Likewise.
6505         * xtensa-tdep.h (struct gdbarch_tdep): Likewise.
6506         * inflow.c (enum gdb_has_a_terminal_flag_enum): Add name to
6507         previously anonymous enumeration type..
6508         * linux-record.h (enum gdb_syscall): Add gdb_sys_no_syscall
6509         value.
6510         * target-debug.h (target_debug_print_enum_target_hw_bp_type): New.
6511         (target_debug_print_enum_bptype): New.
6512         * target-delegates.c: Regenerate.
6513
6514 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
6515
6516         * nios2-tdep.c (nios2_analyze_prologue): Do what the comment
6517         already says and disallow non-stack memory writes in the prologue.
6518
6519 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
6520
6521         * nios2-tdep.c (nios2_analyze_prologue): Update comments to
6522         reflect how current GCC emits stack overflow checks.  Match
6523         both trap and break instructions for backward compatbility.
6524         Disallow other trap and break instructions in the prologue.
6525
6526 2015-07-30  Pedro Alves  <palves@redhat.com>
6527
6528         PR threads/18600
6529         * linux-nat.c (wait_lwp): Report to the core when thread group
6530         leader exits.
6531
6532 2015-07-30  Pedro Alves  <palves@redhat.com>
6533             Simon Marchi  <simon.marchi@ericsson.com>
6534
6535         PR threads/18600
6536         * linux-nat.c (linux_handle_extended_wait): On CLONE event, always
6537         mark the new thread as resumed.  Remove STOPPING parameter.
6538         (wait_lwp): Adjust call to linux_handle_extended_wait.
6539         (linux_nat_filter_event): Adjust call to
6540         linux_handle_extended_wait.
6541         (resume_stopped_resumed_lwps): Add debug output.
6542
6543 2015-07-30  Pierre Langlois  <pierre.langlois@arm.com>
6544
6545         * arch-utils.c (default_fast_tracepoint_valid_at): Remove unused
6546         isize argument.
6547         * arch-utils.h (default_fast_tracepoint_valid_at): Likewise.
6548         * breakpoint.c (check_fast_tracepoint_sals): Adjust call to
6549         gdbarch_fast_tracepoint_valid_at.
6550         * gdbarch.sh (fast_tracepoint_valid_at): Remove isize argument.
6551         * gdbarch.h: Regenerate.
6552         * gdbarch.c: Regenerate.
6553         * i386-tdep.c (i386_fast_tracepoint_valid_at): Remove isize
6554         argument.  Do not set it.
6555         * remote.c (remote_download_tracepoint): Adjust call to
6556         gdbarch_fast_tracepoint_valid_at.  Call gdb_insn_length to get
6557         the instruction length.
6558
6559 2015-07-30  Yao Qi  <yao.qi@linaro.org>
6560
6561         * arm-tdep.h (enum gdb_regnum): Move it to ...
6562         * arch/arm.h: ... here.  New file.
6563         * Makefile.in (HFILES_NO_SRCDIR): Add arch/arm.h.
6564
6565 2015-07-30  Pierre Langlois  <pierre.langlois@arm.com>
6566
6567         * aarch64-tdep.c (decode_b): Rename link argument to is_bl.
6568         Change its type to int *.
6569         (decode_br): Rename link argument to is_blr.  Change its type to
6570         int *.
6571         (decode_cb): Rename op argument to is_cbnz.  Change its type to
6572         int *.
6573         (decode_tb): Rename op argument to is_tbnz.  Change its type to
6574         int *.  Set is_tbnz to either 1 or 0.
6575         (aarch64_analyze_prologue): Change type of is_link to int.  Add
6576         new variables is_cbnz and is_tbnz.  Adjust call to
6577         aarch64_decode_cb and aarch64_decode_tb.
6578
6579 2015-07-29  Simon Marchi  <simon.marchi@ericsson.com>
6580
6581         * mips-linux-nat.c (write_watchpoint_regs): Add NULL as ptrace's 4th
6582         parameter.
6583         (mips_linux_new_thread): Likewise.
6584         * nat/mips-linux-watch.c (mips_linux_read_watch_registers): Likewise.
6585
6586 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
6587
6588         * top.c: Include "tui/tui.h".
6589         (undo_terminal_modifications_before_exit): New static function.
6590         (quit_force): Use it.
6591
6592 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
6593
6594         * target.c (terminal_state): Initialize to terminal_is_ours.
6595
6596 2015-07-29  Yao Qi  <yao.qi@linaro.org>
6597
6598         PR record/18691
6599         * dcache.c (dcache_read_memory_partial): Call
6600         raw_memory_xfer_partial.
6601         * target.c (raw_memory_xfer_partial): Make it non-static.
6602         * target.h (raw_memory_xfer_partial): Declare.
6603
6604 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
6605
6606         * c-valprint.c (c_val_print_array): Consider addressable memory
6607         unit size.
6608         (c_val_print_ptr): Likewise.
6609         (c_val_print_int): Likewise.
6610         * findvar.c (read_frame_register_value): Likewise.
6611         * valarith.c (find_size_for_pointer_math): Likewise.
6612         (value_ptrdiff): Likewise.
6613         (value_subscripted_rvalue): Likewise.
6614         * valops.c (read_value_memory): Likewise (and rename variables).
6615         (value_assign): Likewise.
6616         (value_repeat): Likewise.
6617         (value_array): Likewise.
6618         (value_slice): Likewise.
6619         * valprint.c (generic_val_print_ptr): Likewise.
6620         (generic_val_print_enum): Likewise.
6621         (generic_val_print_bool): Likewise.
6622         (generic_val_print_int): Likewise.
6623         (generic_val_print_char): Likewise.
6624         (generic_val_print_float): Likewise.
6625         (generic_val_print_decfloat): Likewise.
6626         (generic_val_print_complex): Likewise.
6627         (val_print_scalar_formatted): Likewise.
6628         (val_print_array_elements): Likewise.
6629         * value.c (set_value_parent): Likewise.
6630         (value_contents_copy_raw): Likewise.
6631         (set_internalvar_component): Likewise.
6632         (value_primitive_field): Likewise.
6633         (value_fetch_lazy): Likewise.
6634         * value.h (read_value_memory): Update comment.
6635
6636 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
6637
6638         * value.c (get_value_arch): New function.
6639         * value.h (get_value_arch): New declaration.
6640
6641 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
6642
6643         * value.c (struct value): Update comments.
6644
6645 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
6646
6647         * gdbtypes.c (type_length_units): New function.
6648         * gdbtypes.h (type_length_units): New declaration.
6649         (struct type) <length>: Update comment.
6650
6651 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6652
6653         * valprint.c (generic_val_print): Factor out complex
6654         printing code to ...
6655         (generic_val_print_complex): ... this new function.
6656
6657 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6658
6659         * valprint.c (generic_val_print): Factor out decfloat
6660         printing code to ...
6661         (generic_val_print_decfloat): ... this new function.
6662
6663 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6664
6665         * valprint.c (generic_val_print): Factor out float
6666         printing code to ...
6667         (generic_val_print_float): ... this new function.
6668
6669 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6670
6671         * valprint.c (generic_val_print): Factor out char
6672         printing code to ...
6673         (generic_val_print_char): ... this new function.
6674
6675 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6676
6677         * valprint.c (generic_val_print): Factor out integer
6678         printing code to ...
6679         (generic_val_print_int): ... this new function.
6680
6681 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6682
6683         * valprint.c (generic_val_print): Factor out bool
6684         printing code to ...
6685         (generic_val_print_bool): ... this new function.
6686
6687 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6688
6689         * valprint.c (generic_val_print): Factor out function/method
6690         printing code to ...
6691         (generic_val_print_func): ... this new function.
6692
6693 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6694
6695         * valprint.c (generic_val_print): Factor out flags
6696         printing code to ...
6697         (generic_val_print_flags): ... this new function.
6698
6699 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6700
6701         * valprint.c (generic_val_print): Factor out enum
6702         printing code to ...
6703         (generic_val_print_enum): ... this new function.
6704
6705 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6706
6707         * valprint.c (generic_val_print): Factor out reference
6708         printing code to ...
6709         (generic_val_print_ref): ... this new function.
6710
6711 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6712
6713         * valprint.c (generic_val_print): Factor out memberptr
6714         printing code to ...
6715         (generic_val_print_memberptr): ... this new function.
6716
6717 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6718
6719         * valprint.c (generic_val_print): Factor out pointer
6720         printing code to ...
6721         (generic_val_print_ptr): ... this new function.
6722
6723 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6724
6725         * valprint.c (generic_val_print): Factor out array
6726         printing code to ...
6727         (generic_val_print_array): ... this new function.
6728
6729 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6730
6731         * valprint.c (generic_val_print): Factor out
6732         print_unpacked_pointer code to ...
6733         (print_unpacked_pointer): ... this new function.
6734
6735 2015-07-27  Patrick Palka  <patrick@parcs.ath.cx>
6736
6737         * event-top.c (handle_sigterm): Don't inspect
6738         target_can_async_p.  Always set the quit flag and always mark
6739         the async signal handler.
6740
6741 2015-07-27  Yao Qi  <yao.qi@linaro.org>
6742
6743         * Makefile.in (REMOTE_EXAMPLES): Remove it.
6744
6745 2015-07-25  Kevin Buettner  <kevinb@redhat.com>
6746
6747         * remote.c (read_ptid): Return null_ptid when no thread id
6748         is found.
6749         (remote_current_thread): Add log warning for malformed
6750         qC reply.
6751         (remote_start_remote): Add log warning when current thread
6752         not found.
6753
6754 2015-07-24  Pedro Alves  <palves@redhat.com>
6755
6756         * s390-linux-nat.c (fetch_regs, store_regs, fetch_fpregs)
6757         (s390_stopped_by_watchpoint, s390_prepare_to_resume): Pass 0 as
6758         forth argument to ptrace PTRACE_PEEKUSR_AREA/PTRACE_POKEUSR_AREA.
6759
6760 2015-07-24  Pedro Alves  <palves@redhat.com>
6761
6762         PR gdb/18717
6763         * linux-nat.c (linux_nat_filter_event): Don't assert that the lwp
6764         is resumed, and extend the debug log.
6765
6766 2015-07-24  Pedro Alves  <palves@redhat.com>
6767
6768         * fork-child.c (fork_inferior): Print argv[0] instead of exec_file.
6769
6770 2015-07-24  Pedro Alves  <palves@redhat.com>
6771
6772         * aarch64-linux-nat.c: Include nat/gdb_ptrace.h instead of
6773         sys/ptrace.h.
6774         * alpha-linux-nat.c: Likewise.
6775         * amd64-linux-nat.c: Likewise.
6776         * arm-linux-nat.c: Likewise.
6777         * hppa-linux-nat.c: Likewise.
6778         * i386-linux-nat.c: Likewise.
6779         * ia64-linux-nat.c: Likewise.
6780         * linux-fork.c: Likewise.
6781         * linux-nat.c: Likewise.
6782         * m32r-linux-nat.c: Likewise.
6783         * m68klinux-nat.c: Likewise.
6784         * mips-linux-nat.c: Likewise.
6785         * nat/linux-btrace.c: Likewise.
6786         * nat/linux-ptrace.c: Likewise.
6787         * nat/linux-ptrace.h
6788         * nat/mips-linux-watch.c: Likewise.
6789         * nat/x86-linux-dregs.c: Likewise.
6790         * ppc-linux-nat.c: Likewise.
6791         * s390-linux-nat.c: Likewise.
6792         * spu-linux-nat.c: Likewise.
6793         * tilegx-linux-nat.c: Likewise.
6794         * x86-linux-nat.c: Likewise.
6795         * xtensa-linux-nat.c: Likewise.
6796
6797 2015-07-24  Pedro Alves  <palves@redhat.com>
6798
6799         * ptrace.m4 (ptrace tests): Test in C++ mode.  Try with 'enum
6800         __ptrace_request as first parameter type instead of int.
6801         (PTRACE_TYPE_ARG1): Define.
6802         * nat/gdb_ptrace.h [!PTRACE_TYPE_ARG5] (ptrace): Define as wrapper
6803         that casts first argument to PTRACE_TYPE_ARG1.
6804         * config.in: Regenerate.
6805         * configure: Regenerate.
6806
6807 2015-07-24  Pedro Alves  <palves@redhat.com>
6808
6809         * gdb_ptrace.h: Move ...
6810         * nat/gdb_ptrace.h: ... here.
6811         * inf-ptrace.c: Adjust.
6812
6813 2015-07-24  Pedro Alves  <palves@redhat.com>
6814
6815         * acinclude.m4: Include ptrace.m4.
6816         * configure.ac: Call GDB_AC_PTRACE and move ptrace checks ...
6817         * ptrace.m4: ... to this new file.
6818
6819 2015-07-23  Doug Evans  <dje@google.com>
6820
6821         * dwarf2read.c (dwarf2_per_cu_data): Add comment.
6822         (load_cu): Handle dummy CUs.
6823         (dw2_do_instantiate_symtab, process_queuef): Ditto.
6824         (dwarf2_fetch_die_loc_sect_off, dwarf2_fetch_constant_bytes): Ditto.
6825
6826 2015-07-23  Ciro Santilli  <ciro.santilli@gmail.com>  (tiny patch)
6827
6828         * py-linetable.c (ltpy_get_all_source_lines): Adjust function
6829         documentation to say that it returns a list rather than
6830         a FrozenSet.
6831         (linetable_object_methods): Update the docstring of the
6832         "source_line" entry.
6833
6834 2015-07-23  Pierre-Marie de Rodat  <derodat@adacore.com>
6835
6836         * gdbtypes.c (resolve_dynamic_array): Pass the peeled element
6837         type to the recursive call instead of the original (maybe
6838         TYPE_CODE_TYPEDEF) type.
6839
6840 2015-07-23  Yao Qi  <yao.qi@linaro.org>
6841
6842         * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): If
6843         TYPE is watchpoint, return zero if aarch64_num_wp_regs is zero.
6844         If TYPE is breakpoint, return zero if arch64_num_bp_regs is zero.
6845
6846 2015-07-21  Yao Qi  <yao.qi@linaro.org>
6847
6848         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
6849         Move it to nat/aarch64-linux-hw-point.c.
6850         (aarch64_linux_child_post_startup_inferior): Update.
6851         * nat/aarch64-linux-hw-point.c (aarch64_linux_get_debug_reg_capacity):
6852         New function.
6853         * nat/aarch64-linux-hw-point.h (aarch64_linux_get_debug_reg_capacity):
6854         Declare it.
6855
6856 2015-07-21  Markus Metzger  <markus.t.metzger@intel.com>
6857
6858         * common/btrace-common.c (btrace_data_append): Change case label.
6859
6860 2015-07-20  Yao Qi  <yao.qi@linaro.org>
6861
6862         * nat/aarch64-linux-hw-point.c (aarch64_handle_unaligned_watchpoint):
6863         Re-indent the code.
6864         * nat/aarch64-linux-hw-point.h: Use ULONGEST rather than
6865         "unsigned long long".
6866
6867 2015-07-18  Kevin Buettner  <kevinb@redhat.com>
6868
6869         * dwarf2read.c (dwarf2_locate_sections): Allow has_section_at_zero
6870         to be set for SEC_ALLOC sections too.
6871
6872 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6873
6874         * Makefile.in (HFILES_NO_SRCDIR): Add
6875         nat/aarch64-linux-hw-point.h.
6876         (aarch64-linux-hw-point.o): New rule.
6877         * nat/aarch64-linux-hw-point.h: New file.
6878         * nat/aarch64-linux-hw-point.c: New file.
6879         * aarch64-linux-nat.c: Include nat/aarch64-linux-hw-point.h.
6880         (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
6881         (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
6882         (AARCH64_HWP_ALIGNMENT): Likewise.
6883         (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
6884         (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
6885         (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
6886         (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
6887         (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
6888         (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
6889         (struct aarch64_debug_reg_state): Likewise.
6890         (struct arch_lwp_info): Likewise.
6891         (aarch64_linux_set_debug_regs): Likewise.
6892         (aarch64_notify_debug_reg_change): Remove static.
6893         (aarch64_align_watchpoint): Likewise.
6894         (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
6895         (aarch64_watchpoint_length): Likewise.
6896         (aarch64_point_encode_ctrl_reg): Likewise
6897         (aarch64_point_is_aligned): Likewise.
6898         (aarch64_dr_state_insert_one_point): Likewise.
6899         (aarch64_dr_state_remove_one_point): Likewise.
6900         (aarch64_handle_breakpoint): Likewise.
6901         (aarch64_handle_aligned_watchpoint): Likewise.
6902         (aarch64_handle_unaligned_watchpoint): Likewise.
6903         (aarch64_handle_watchpoint): Likewise.
6904         * config/aarch64/linux.mh (NAT_FILE): Add
6905         aarch64-linux-hw-point.o.
6906
6907 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6908
6909         * aarch64-linux-nat.c (aarch64_handle_breakpoint): Add argument
6910         state and don't call aarch64_get_debug_reg_state.  All callers
6911         update.
6912         (aarch64_linux_insert_hw_breakpoint): Call
6913         aarch64_get_debug_reg_state earlier.
6914         (aarch64_linux_remove_hw_breakpoint): Likewise.
6915         (aarch64_handle_aligned_watchpoint): Add argument state and
6916         don't call aarch64_get_debug_reg_state.  All callers update.
6917         (aarch64_handle_unaligned_watchpoint): Likewise.
6918         (aarch64_handle_watchpoint): Add argument state.
6919         (aarch64_linux_insert_watchpoint): Call aarch64_get_debug_reg_state
6920         earlier.
6921         (aarch64_linux_remove_watchpoint): Likewise.
6922
6923 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6924
6925         * aarch64-linux-nat.c (aarch64_show_debug_reg_state): Use
6926         debug_printf.
6927         (aarch64_handle_unaligned_watchpoint): Likewise.
6928
6929 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6930
6931         * aarch64-linux-nat.c (aarch64_dr_state_insert_one_point): Change
6932         argument type's type to 'enum target_hw_bp_type'.
6933         (aarch64_dr_state_remove_one_point): Likewise.
6934         (aarch64_handle_breakpoint): Likewise.
6935         (aarch64_linux_insert_hw_breakpoint): Likewise.
6936         (aarch64_linux_remove_hw_breakpoint): Likewise.
6937         (aarch64_handle_aligned_watchpoint): Likewise.
6938
6939 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6940
6941         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Call
6942         ptid_get_pid instead of get_thread_id.
6943
6944 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6945
6946         * remote.c (get_current_thread): Initialise ptid to null_ptid.
6947         (add_current_inferior_and_thread): Don't initialise ptid.
6948
6949 2015-07-16  Pierre Langlois  <pierre.langlois@arm.com>
6950
6951         * aarch64-tdep.c (aarch64_pseudo_read_value): Mark S register as
6952         unavailable if invalid.
6953
6954 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6955
6956         Revert the previous 6 commits:
6957         Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
6958         Move gdb_regex* to common/
6959         Prepare linux_find_memory_regions_full & co. for move
6960         Move linux_find_memory_regions_full & co.
6961         gdbserver build-id attribute generator
6962         Validate symbol file using build-id
6963
6964 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6965             Jan Kratochvil  <jan.kratochvil@redhat.com>
6966
6967         Validate symbol file using build-id.
6968         * NEWS (Changes since GDB 7.10): Add 'set validate-build-id'
6969         and 'show validate-build-id'.  Add build-id attribute.
6970         * solib-darwin.c (_initialize_darwin_solib): Assign validate value.
6971         * solib-dsbt.c (_initialize_dsbt_solib): Ditto.
6972         * solib-frv.c (_initialize_frv_solib): Ditto.
6973         * solib-spu.c (set_spu_solib_ops): Ditto.
6974         * solib-svr4.c: Include rsp-low.h.
6975         (NOTE_GNU_BUILD_ID_NAME): New define.
6976         (svr4_validate): New function.
6977         (svr4_copy_library_list): Duplicate field build_id.
6978         (library_list_start_library): Parse 'build-id' attribute.
6979         (svr4_library_attributes): Add 'build-id' attribute.
6980         (_initialize_svr4_solib): Assign validate value.
6981         * solib-target.c (solib.h): Include.
6982         (_initialize_solib_target): Assign validate value.
6983         * solib.c (validate_build_id, show_validate_build_id): New.
6984         (solib_map_sections): Use ops->validate.
6985         (clear_so): Free build_id.
6986         (default_solib_validate): New function.
6987         (_initialize_solib): Add "validate-build-id".
6988         * solib.h (default_solib_validate): New declaration.
6989         * solist.h (struct so_list): New fields 'build_idsz' and 'build_id'.
6990         (target_so_ops): New field 'validate'.
6991
6992 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6993             Jan Kratochvil  <jan.kratochvil@redhat.com>
6994
6995         gdbserver build-id attribute generator.
6996         * features/library-list-svr4.dtd (library-list-svr4): New
6997         'build-id' attribute.
6998
6999 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
7000             Jan Kratochvil  <jan.kratochvil@redhat.com>
7001
7002         Move linux_find_memory_regions_full & co.
7003         * linux-tdep.c (nat/linux-maps.h): Include.
7004         (gdb_regex.h): Remove the include.
7005         (enum filterflags, struct smaps_vmflags, read_mapping, decode_vmflags)
7006         (mapping_is_anonymous_p, dump_mapping_p): Moved to nat/linux-maps.c.
7007         (linux_find_memory_region_ftype): Moved typedef to nat/linux-maps.h.
7008         (linux_find_memory_regions_full): Moved definition to nat/linux-maps.c.
7009         * nat/linux-maps.c: Include ctype.h, target/target-utils.h, gdb_regex.h
7010         and target/target.h.
7011         (struct smaps_vmflags, read_mapping, decode_vmflags)
7012         (mapping_is_anonymous_p, dump_mapping_p): Move from linux-tdep.c.
7013         (linux_find_memory_regions_full): Move from linux-tdep.c.
7014         * nat/linux-maps.h (read_mapping): New declaration.
7015         (linux_find_memory_region_ftype, enum filterflags): Moved from
7016         linux-tdep.c.
7017         (linux_find_memory_regions_full): New declaration.
7018         * target.c (target/target-utils.h): Include.
7019         (read_alloc_pread_ftype): Moved typedef to target/target-utils.h.
7020         (read_alloc, read_stralloc_func_ftype, read_stralloc): Moved
7021         definitions to target/target-utils.c.
7022         * target.h (target_fileio_read_stralloc): Move it to target/target.h.
7023         * target/target-utils.c (read_alloc, read_stralloc): Move definitions
7024         from target.c.
7025         * target/target-utils.h (read_alloc_pread_ftype): New typedef.
7026         (read_alloc): New declaration.
7027         (read_stralloc_func_ftype): New typedef.
7028         (read_stralloc): New declaration.
7029         * target/target.h (target_fileio_read_stralloc): Move it from target.h.
7030
7031 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
7032             Jan Kratochvil  <jan.kratochvil@redhat.com>
7033
7034         Prepare linux_find_memory_regions_full & co. for move.
7035         * linux-tdep.c (linux_find_memory_region_ftype): Comment.
7036         (linux_find_memory_regions_full): Change signature and prepare
7037         for moving to linux-maps.
7038         (linux_find_memory_regions_data): Rename field 'obfd' to 'data'.
7039         (linux_find_memory_regions_thunk): New.
7040         (linux_find_memory_regions_thunk): Use 'data' field instead of 'obfd'.
7041         (linux_find_memory_regions_gdb): New.
7042         (linux_find_memory_regions): Rename argument 'obfd' to 'func_data'.
7043         (linux_make_mappings_corefile_notes): Use
7044         linux_find_memory_regions_gdb.
7045         * target.c (read_alloc_pread_ftype): New typedef.
7046         (target_fileio_read_alloc_1_pread): New function.
7047         (read_alloc): Refactor from target_fileio_read_alloc_1.
7048         (read_stralloc_func_ftype): New typedef.
7049         (target_fileio_read_alloc_1): New implementation. Use read_alloc.
7050         (read_stralloc): Refactored from target_fileio_read_stralloc.
7051         (target_fileio_read_stralloc): New implementation, use read_stralloc.
7052
7053 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7054
7055         * Makefile.in (HFILES_NO_SRCDIR): Change gdb_regex.h to
7056         common/gdb_regex.h.
7057         (COMMON_OBS): Add gdb_regex.o.
7058         (gdb_regex.o): New.
7059         * common/common.m4 (GDB_AC_COMMON): Add gdb_use_included_regex,
7060         --without-included-regex and USE_INCLUDED_REGEX.
7061         * common/gdb_regex.c: New file from utils.c functions.
7062         * common/gdb_regex.h: Move it here from gdb_regex.h, update include
7063         file wrapping define name.
7064         * configure: Rebuilt.
7065         * configure.ac (gdb_use_included_regex, --without-included-regex)
7066         (USE_INCLUDED_REGEX): Move them to common/common.m4.
7067         * gdb_regex.h: Move it to common/gdb_regex.h.
7068         * utils.c: Remove include gdb_regex.h.
7069         (do_regfree_cleanup, make_regfree_cleanup, get_regcomp_error)
7070         (compile_rx_or_error): Move them to common/gdb_regex.c.
7071
7072 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
7073             Jan Kratochvil  <jan.kratochvil@redhat.com>
7074
7075         Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
7076         * Makefile.in (HFILES_NO_SRCDIR); Add nat/linux-maps.h,
7077         common/target-utils.h.
7078         (COMMON_OBS): Add target-utils.o.
7079         (linux-maps.o, target-utils.o): New.
7080         * target/target-utils.c: New file.
7081         * target/target-utils.h: New file.
7082         * config/i386/linux.mh (NATDEPFILES): Add linux-maps.o.
7083         * config/i386/linux64.mh (NATDEPFILES): Ditto.
7084         * nat/linux-maps.c: New file.
7085         * nat/linux-maps.h: New file.
7086
7087 2015-07-15  Markus Metzger  <markus.t.metzger@intel.com>
7088             Pedro Alves <palves@redhat.com>
7089
7090         * nat/linux-btrace.c (perf_event_read): Change the type of DATA_HEAD.
7091         (perf_event_read_all): Change the type of SIZE and DATA_HEAD.
7092         (perf_event_read_bts): Change the type of SIZE and READ.
7093         (linux_enable_bts): Change the type of SIZE, PAGES, DATA_SIZE,
7094         and DATA_OFFSET.  Move DATA_SIZE declaration.  Restrict the buffer size
7095         to UINT_MAX.  Check for overflows when using DATA_HEAD from the perf
7096         mmap page.
7097         (linux_enable_pt): Change the type of PAGES and SIZE.  Restrict the
7098         buffer size to UINT_MAX.
7099         (linux_read_bts): Change the type of BUFFER_SIZE, SIZE, DATA_HEAD, and
7100         DATA_TAIL.
7101         * nat/linux-btrace.h (struct perf_event_buffer)<size, data_head>
7102         <last_head>: Change type.
7103         * common/btrace-common.h (struct btrace_dat_pt) <size>: Change type.
7104         * common/btrace-common.c (btrace_data_append): Change the type of
7105         SIZE.
7106         * btrace.c (parse_xml_raw): Change the type of SIZE.  Change oddness
7107         check.
7108
7109 2015-07-14  Simon Marchi  <simon.marchi@ericsson.com>
7110
7111         * gdbtypes.h (CHECK_TYPEDEF): Remove.
7112         * aarch64-tdep.c (aarch64_return_in_memory): Replace CHECK_TYPEDEF
7113         with check_typedef.
7114         * ada-lang.c (decode_constrained_packed_array_type): Likewise.
7115         (ada_array_length): Likewise.
7116         (find_parallel_type_by_descriptive_type): Likewise.
7117         (ada_check_typedef): Likewise.
7118         * arm-tdep.c (arm_return_in_memory): Likewise.
7119         * ax-gdb.c (gen_trace_static_fields): Likewise.
7120         (gen_struct_ref_recursive): Likewise.
7121         * c-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
7122         (variable: block COLONCOLON name): Likewise.
7123         (qualified_name: TYPENAME COLONCOLON name): Likewise.
7124         * c-lang.c (classify_type): Likewise.
7125         * c-typeprint.c (c_print_type): Likewise.
7126         (c_print_typedef): Likewise.
7127         (c_type_print_base): Likewise.
7128         * c-valprint.c (c_val_print): Likewise.
7129         * compile/compile-c-types.c (convert_type): Likewise.
7130         * compile/compile-object-load.c (get_out_value_type): Likewise.
7131         * completer.c (add_struct_fields): Likewise.
7132         (expression_completer): Likewise.
7133         * cp-namespace.c (cp_find_type_baseclass_by_name): Likewise.
7134         (cp_lookup_nested_symbol_1): Likewise.
7135         (cp_lookup_nested_symbol): Likewise.
7136         * cp-valprint.c (cp_print_value_fields): Likewise.
7137         (cp_print_static_field): Likewise.
7138         * d-valprint.c (d_val_print): Likewise.
7139         * eval.c (evaluate_subexp_standard): Likewise.
7140         (evaluate_subexp_for_sizeof): Likewise.
7141         * f-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
7142         * f-typeprint.c (f_type_print_base): Likewise.
7143         * f-valprint.c (f_val_print): Likewise.
7144         * gdbtypes.c (get_discrete_bounds): Likewise.
7145         (create_array_type_with_stride): Likewise.
7146         (type_name_no_tag_or_error): Likewise.
7147         (lookup_struct_elt_type): Likewise.
7148         (get_unsigned_type_max): Likewise.
7149         (internal_type_vptr_fieldno): Likewise.
7150         (set_type_vptr_fieldno): Likewise.
7151         (internal_type_vptr_basetype): Likewise.
7152         (set_type_vptr_basetype): Likewise.
7153         (get_vptr_fieldno): Likewise.
7154         (is_integral_type): Likewise.
7155         (is_scalar_type): Likewise.
7156         (is_scalar_type_recursive): Likewise.
7157         (distance_to_ancestor): Likewise.
7158         (is_unique_ancestor_worker): Likewise.
7159         (check_types_equal): Likewise.
7160         * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise.
7161
7162 2015-07-14  Iain Buclaw  <ibuclaw@gdcproject.org>
7163
7164         * dwarf2read.c (find_slot_in_mapped_hash): Extend language support to
7165         also test for language_d.
7166         (dwarf2_compute_name): Likewise.
7167         (read_func_scope): Likewise.
7168         (read_structure_type): Likewise.
7169         (new_symbol_full): Likewise.
7170         (determine_prefix): Likewise.
7171         (read_import_statement): Use dot as the separator for language_d.
7172         (typename_concat): Likewise, but don't prefix the D main function.
7173
7174 2015-07-14  Peter Bergner  <bergner@vnet.ibm.com>
7175
7176         * nat/linux-namespaces.c (setns): Rename from this ...
7177         (do_setns): ... to this.  Support calling setns if it exists.
7178         (mnsh_handle_setns): Call do_setns.
7179
7180 2015-07-13  Yao Qi  <yao.qi@linaro.org>
7181
7182         * exec.c (exec_file_attach): Add period at the end of error
7183         message.
7184
7185 2015-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
7186
7187         * tui/tui-win.c (window_name_completer): New function.
7188         (focus_completer): Call window_name_completer.  All old content
7189         moved into window_name_completer.
7190         (winheight_completer): New function.
7191         (_initialize_tui_win): Rename variable.  Add completer to
7192         winheight command.  Update doc string on winheight.
7193
7194 2015-07-12  Sandra Loosemore  <sandra@codesourcery.com>
7195
7196         * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Register
7197         all nios2 mach variants.
7198
7199 2015-07-10  Kevin Buettner  <kevinb@redhat.com>
7200
7201         * rx-tdep.c (rx_get_opcode_byte): Use target_read_code instead
7202         of target_read_memory.
7203
7204 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
7205
7206         * tui/tui-win.c (tui_set_win_height): Use a cleanup to free the
7207         string copy.
7208         (parse_scrolling_args): Likewise.
7209
7210 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
7211
7212         * tui/tui-win.c (focus_completer): Don't duplicate the tui window
7213         names in this function.
7214
7215 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
7216
7217         * tui/tui-data.h (SRC_NAME): Convert to lower case.
7218         (CMD_NAME): Likewise.
7219         (DATA_NAME): Likewise.
7220         (DISASSEM_NAME): Likewise.
7221         * tui/tui-win.c (tui_set_focus): Window names are now lower case.
7222         (tui_set_win_height): Likewise.
7223         (parse_scrolling_args): Likewise.
7224
7225 2015-07-10  Markus Metzger  <markus.t.metzger@intel.com>
7226
7227         * record-btrace.c (record_btrace_goto_begin)
7228         (record_btrace_goto_end, record_btrace_goto): Move call to
7229         print_stack_frame ...
7230         (record_btrace_set_replay): ... here.  Set stop_pc.
7231         * record-full.c (record_full_goto_entry): Set stop_pc.
7232
7233 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
7234
7235         * NEWS: Mention support for tracepoints on aarch64-linux.
7236
7237 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
7238
7239         * linux-aarch64-low.c (aarch64_supports_tracepoints): New
7240         function.  Return 1.
7241         (the_low_target): Install it.
7242
7243 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
7244
7245         * gdb.trace/backtrace.exp: Set registers for aarch64 target.
7246         * gdb.trace/collection.exp: Likewise.
7247         * gdb.trace/mi-trace-frame-collected.exp: Likewise.
7248         * gdb.trace/mi-trace-unavailable.exp: Likewise.
7249         * gdb.trace/report.exp: Likewise.
7250         * gdb.trace/trace-break.exp: Likewise.
7251         * gdb.trace/unavailable.exp: Likewise.
7252         * gdb.trace/while-dyn.exp: Likewise.
7253
7254 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
7255
7256         * aarch64-tdep.c: Add ax.h and ax-gdb.h includes.
7257         (aarch64_gen_return_address): New function.
7258         (aarch64_gdbarch_init): Hook it.
7259
7260 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
7261
7262         * aarch64-tdep.c (aarch64_make_stub_cache): Set available_p and
7263         swallow NOT_AVAILABLE_ERROR.
7264         (aarch64_stub_this_id): Call frame_id_build_unavailable_stack if
7265         available_p is not set.
7266         (aarch64_stub_frame_unwind_stop_reason): New function.
7267         (aarch64_stub_unwind): Install it.
7268
7269 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
7270
7271         * aarch64-tdep.c (aarch64_prologue_cache) <available_p>: New
7272         field.
7273         (aarch64_make_prologue_cache_1): New function, factored out from
7274         aarch64_make_prologue_cache.  Do not allocate cache.  Set
7275         available_p.
7276         (aarch64_make_prologue_cache): Reimplement wrapping
7277         aarch64_make_prologue_cache_1, and swallowing
7278         NOT_AVAILABLE_ERROR.
7279         (aarch64_prologue_frame_unwind_stop_reason): New function.
7280         Return UNWIND_UNAVAILABLE if available_p is not set.
7281         (aarch64_prologue_unwind): Install it.
7282         (aarch64_prologue_this_id): Move prev_pc and prev_sp limit
7283         checks into aarch64_prologue_frame_unwind_stop_reason.  Call
7284         frame_id_build_unavailable_stack if available_p is not set.
7285
7286 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
7287
7288         * aarch64-tdep.c (aarch64_prologue_cache) <func, prev_pc>: New
7289         fields.
7290         (aarch64_scan_prologue): Set prev_pc.
7291         (aarch64_make_prologue_cache): Set func.
7292         (aarch64_make_stub_cache): Set prev_pc.
7293         (aarch64_prologue_this_id): Remove local variables id, pc and
7294         func.  Read prev_pc and func from cache.
7295         (aarch64_stub_this_id): Read prev_pc from cache.
7296
7297 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
7298
7299         * aarch64-tdep.c (aarch64_make_stub_cache): Update comment.  New
7300         argument this_cache.  Remove unused local variables reg and
7301         unwound_fp.  Return early if this_cache is already set.  Set
7302         this_cache.
7303         (aarch64_stub_this_id): Update call to aarch64_make_stub_cache.
7304
7305 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
7306
7307         * aarch64-tdep.c (aarch64_make_prologue_cache): Update comment.
7308         New argument this_cache.  Return early if this_cache is already
7309         set.  Set this_cache.
7310         (aarch64_prologue_this_id): Update call to
7311         aarch64_make_prologue_cache.
7312         (aarch64_prologue_prev_register): Likewise.
7313         (aarch64_normal_frame_base): Likewise.
7314
7315 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
7316
7317         * c-valprint.c (c_val_print): Factor out memberptr printing code
7318         from c_val_print to ...
7319         (c_val_print_memberptr): ... this new function.
7320
7321 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
7322
7323         * c-valprint.c (c_val_print): Factor out int printing code to ...
7324         (c_val_print_int): ... this new function.
7325
7326 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
7327
7328         * c-valprint.c (c_val_print): Factor out struct and union
7329         printing code to ...
7330         (c_val_print_struct): ... this new function ...
7331         (c_val_print_union): ... and this new function.
7332
7333 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
7334
7335         * c-valprint.c (c_val_print): Factor out pointer printing code
7336         to ...
7337         (c_val_print_ptr): ... this new function.
7338
7339 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
7340
7341         * c-valprint.c (c_valprint): Factor our array printing code from
7342         c_val_print to ...
7343         (c_val_print_array): ... this new function.
7344
7345 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
7346
7347         * c-valprint.c (c_val_print): Factor out pointer printing code
7348         to ...
7349         (print_unpacked_pointer): ... this new function.
7350
7351 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
7352
7353         * c-valprint.c (c_val_print): Remove an assignment to i and move
7354         its declaration.
7355
7356 2015-07-09  Yao Qi  <yao.qi@linaro.org>
7357
7358         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Add
7359         argument ptid.  Update comments.  Caller update.
7360
7361 2015-07-09  Markus Metzger  <markus.t.metzger@intel.com>
7362
7363         * btrace.c (pt_print_packet): Print stop, vmcs, tma, mtc, cyc, and
7364         mnt packets.
7365
7366 2015-07-09  Markus Metzger  <markus.t.metzger@intel.com>
7367
7368         * btrace.c (btrace_pt_readmem_callback): Change type of PC argument.
7369
7370 2015-07-08  Simon Marchi  <simon.marchi@ericsson.com>
7371
7372         * progspace.c (delete_program_space): Add missing spaces.
7373
7374 2015-07-08  Simon Marchi  <simon.marchi@ericsson.com>
7375
7376         * inferior.c (delete_inferior_1): Rename to ...
7377         (delete_inferior): ..., remove 'silent' parameter, delete
7378         program space when unused and remove call to prune_program_spaces.
7379         Remove the old, unused, delete_inferior.
7380         (delete_inferior_silent): Remove.
7381         (prune_inferiors): Change call from delete_inferior_1 to
7382         delete_inferior and remove 'silent' parameter. Remove call to
7383         prune_program_spaces.
7384         (remove_inferior_command): Idem.
7385         * inferior.h (delete_inferior_1): Rename to...
7386         (delete_inferior): ..., remove 'silent' parameter and remove the
7387         original delete_inferior.
7388         (delete_inferior_silent): Remove.
7389         * mi/mi-main.c (mi_cmd_remove_inferior): Change call from
7390         delete_inferior_1 to delete_inferior and remove 'silent'
7391         parameter.
7392         * progspace.c (prune_program_spaces): Remove.
7393         (pspace_empty_p): Rename to...
7394         (program_space_empty_p): ... and make non-static.
7395         (delete_program_space): New.
7396         * progspace.h (prune_program_spaces): Remove declaration.
7397         (program_space_empty_p): New declaration.
7398         (delete_program_space): New declaration.
7399         * monitor.c (monitor_close): Replace call to
7400         delete_thread_silent and delete_inferior_silent with
7401         discard_all_inferiors.
7402
7403 2015-07-08  Patrick Palka  <patrick@parcs.ath.cx>
7404
7405         * defs.h (deprecated_register_changed_hook): Remove prototype.
7406         * interps.c (clear_iterpreter_hooks): Remove reference to
7407         deprecated_register_changed_hook.
7408         * top.c (deprecated_register_changed_hook): Remove prototype.
7409         * valops.c (value_assign): Remove reference to
7410         deprecated_register_changed_hook.
7411         * tui/tui-hooks.c (tui_register_changed): Add parameter "frame".
7412         Add comment documenting the function.
7413         (tui_register_changed_observer): Define.
7414         (tui_install_hooks): Remove reference to
7415         deprecated_register_changed_hook.  Set
7416         tui_register_changed_observer.
7417         (tui_remove_hooks): Remove reference to
7418         deprecated_register_changed_hook.  Unset
7419         tui_register_changed_observer.
7420
7421 2015-07-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7422
7423         PR compile/18484
7424         * compile/compile-c-types.c (insert_type): Change gdb_assert to error.
7425
7426 2015-07-08  Robert O'Callahan  <robert@ocallahan.org>
7427
7428         PR exp/18617
7429         * ax-gdb.c (gen_conversion): Extend to 'to' bits, not 'from'.
7430
7431 2015-07-08  Markus Metzger  <markus.t.metzger@intel.com>
7432
7433         * MAINTAINERS (Write After Approval): Add Markus T. Metzger.
7434
7435 2015-07-08  Markus Metzger  <markus.t.metzger@intel.com>
7436
7437         * nat/linux-btrace.c (kernel_supports_bts, kernel_supports_pt):
7438         Use safe_strerror() instead of strerror().
7439
7440 2015-07-07  Yao Qi  <yao.qi@linaro.org>
7441
7442         * features/arm-with-m-fpa-layout.xml: Set architecture to arm.
7443         * features/arm-with-m-fpa-layout.c: Regenerated.
7444         * features/arm-with-m-vfp-d16.xml: Likewise.
7445         * features/arm-with-m-vfp-d16.c: Regenerated.
7446         * features/arm-with-m.xml: Likewise.
7447         * features/arm-with-m.c: Regenerated.
7448         * features/arm-with-neon.xml: Likewise.
7449         * features/arm-with-neon.c: Regenerated.
7450         * features/arm-with-vfpv2.xml: Likewise.
7451         * features/arm-with-vfpv2.c: Regenerated.
7452         * features/arm-with-vfpv3.xml: Likewise.
7453         * features/arm-with-vfpv3.c: Regenerated.
7454
7455 2015-07-07  Yao Qi  <yao.qi@linaro.org>
7456
7457         * aarch32-linux-nat.h (VFP_REGS_SIZE): New macro, moved from
7458         arm-linux-nat.c.
7459         * aarch64-linux-nat.c: Include aarch32-linux-nat.h and
7460         elf/external.h.
7461         (fetch_gregs_from_thread): Call aarch32_gp_regcache_supply
7462         if target is 32-bit.
7463         (store_gregs_to_thread): Call aarch32_gp_regcache_collect
7464         if target is 32-bit.
7465         (fetch_fpregs_from_thread): Call aarch32_vfp_regcache_supply
7466         if target is 32-bit.
7467         (store_fpregs_to_thread): Call aarch32_vfp_regcache_collect
7468         if target is 32-bit.
7469         (tdesc_arm_with_vfpv3, tdesc_arm_with_neon): Declare.
7470         (aarch64_linux_read_description): Return the right target
7471         description.
7472         * arm-linux-nat.c (VFP_REGS_SIZE): Moved to aarch32-linux-nat.h.
7473         * config/aarch64/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
7474         * configure.tgt (aarch64*-*-linux*): Add arm-tdep.o and
7475         arm-linux-tdep.o.
7476
7477 2015-07-07  Yao Qi  <yao.qi@linaro.org>
7478
7479         * aarch32-linux-nat.c: New file.
7480         * aarch32-linux-nat.h: New file.
7481         * arm-linux-nat.c: Include aarch32-linux-nat.h.
7482         (fetch_regs): Move code to aarch32-linux-nat.c.  Call
7483         aarch32_gp_regcache_supply.
7484         (store_regs): Move code to aarch32-linux-nat.c.  Call
7485         aarch32_gp_regcache_collect.
7486         (fetch_vfp_regs): Move code to aarch32-linux-nat.c.  Call
7487         aarch32_vfp_regcache_supply.
7488         (store_vfp_regs): Move code to aarch32-linux-nat.c.  Call
7489         aarch32_vfp_regcache_collect.
7490         * config/arm/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
7491
7492 2015-07-07  Yao Qi  <yao.qi@linaro.org>
7493
7494         * arm-linux-nat.c (store_fpregister): Remove.
7495         (store_register): Likewise.
7496         (fetch_fpregister): Likewise.
7497         (fetch_register): Likewise.
7498         (arm_linux_store_inferior_registers): Call store_regs and
7499         store_fpregs instead.
7500         (arm_linux_fetch_inferior_registers): Call fetch_fpregs and
7501         fetch_regs instead.
7502
7503 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
7504
7505         * doc/gdb.texinfo (TUI): Restructure documentation on TUI layout
7506         and focus commands.
7507
7508 2015-07-06  Joel Brobecker  <brobecker@adacore.com>
7509
7510         * NEWS: Create a new section for the next release branch.
7511         Rename the section of the current branch, now that it has
7512         been cut.
7513
7514 2015-07-06  Joel Brobecker  <brobecker@adacore.com>
7515
7516         GDB 7.10 branch created (66c4b3e8a628a207bc6aafef6af0c4128195f56e):
7517         * version.in: Bump version to 7.10.50.DATE-cvs.
7518
7519 2015-07-06  Luis Machado  <lgustavo@codesourcery.com>
7520
7521         * breakpoint.c (remove_breakpoint_1): Don't handle permanent
7522         breakpoints in a special way.
7523         (remove_breakpoint): Likewise.
7524         (mark_breakpoints_out): Likewise.
7525
7526 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
7527
7528         * doc/gdb.texinfo (TUI): Add comma after @xref.
7529
7530 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
7531
7532         * tui/tui-win.c (tui_set_focus): Use structure member 'generic'
7533         instead of casting the structure type.
7534
7535 2015-07-06  Simon Marchi  <simon.marchi@ericsson.com>
7536
7537         * valops.c (search_struct_field): Remove OFFSET parameter.
7538         (value_cast_structs): Adjust calls to search_struct_field.
7539         (value_struct_elt): Same.
7540         (find_overload_match): Same.
7541
7542 2015-07-06  Simon Marchi  <simon.marchi@ericsson.com>
7543
7544         * value.c (value_fetch_lazy): Update comment, change return
7545         value to void.
7546         * value.h (value_fetch_lazy): Change return value to void.
7547
7548 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
7549
7550         * tui/tui-data.c (tui_partial_win_by_name): Window name is const.
7551         (tui_win_name): Make parameter and result const.
7552         * tui/tui-data.h (tui_win_name): Make parameter and result const.
7553
7554 2015-07-06  Patrick Palka  <patrick@parcs.ath.cx>
7555
7556         * i386-tdep.c (i386_mpx_info_bounds): Don't call error, instead
7557         use printf_unfiltered.
7558         (set_mpx_cmd): Add missing trailing space to command string
7559         literal.
7560         (_initialize_i386_tdep): Give the "mpx" prefix command its
7561         correct name.
7562
7563 2015-07-02  Kevin Buettner  <kevinb@redhat.com>
7564
7565         * rx-tdep.c (RX_USP_REGNUM, RX_BPC_REGNUM): New constants.
7566         (enum rx_frame_type): New.
7567         (struct rx_prologue): Add new field `frame_type'.
7568         (rx_analyze_prologue): Add `frame_type' parameter. Cache this
7569         parameter in the prologue struct.  Add code for recording
7570         locations of PC and PSW for fast interrupt and exception frames.
7571         (rx_skip_prologue): Adjust call to rx_analyze_prologue.
7572         (rx_analyze_frame_prologue): Add `frame_type' parameter.
7573         (rx_frame_type): New function.
7574         (rx_frame_base): Fetch frame type and pass it to rx_analyze_prologue.
7575         (rx_frame_this_id): Rename parameter `this_prologue_cache' to
7576         `this_cache'.
7577         (rx_frame_prev_register): Rename parameter `this_prologue_cache' to
7578         `this_cache'.  Add cases for RX_FRAME_TYPE_EXCEPTION and
7579         RX_FRAME_TYPE_FAST_INTERRUPT.
7580         (normal_frame_p, exception_frame_p, rx_frame_sniffer_common)
7581         (rx_frame_sniffer, rx_exception_sniffer): New functions.
7582         (rx_frame_unwind): Use rx_frame_sniffer instead of
7583         default_frame_sniffer.
7584         (rx_frame_unwind): New unwinder.
7585         (rx_gdbarch_init): Register new unwinder.
7586
7587 2015-07-02  Kevin Buettner  <kevinb@redhat.com>
7588
7589         * rx-tdep.c (RX_BPSW_REGNUM, RX_FPSW_REGNUM): New constants.
7590         (struct gdbarch_tdep): Add fields rx_psw_type and rx_fpsw_type.
7591         (rx_register_type): Add cases for RX_PSW_REGNUM, RX_BPSW_REGNUM,
7592         and RX_FPSW_REGNUM.
7593         (rx_gdbarch_init): Initialize PSW, BPSW, and FPSW flags types.
7594
7595 2015-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7596
7597         Fix GCC false warning.
7598         * s390-linux-tdep.c (s390_handle_arg): Initialize VAL.
7599
7600 2015-07-02  Yao Qi  <yao.qi@linaro.org>
7601
7602         * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Fix
7603         typo in the debugging message.
7604
7605 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
7606
7607         * btrace.c: Include gdbcmd.h, cli/cli-utils.h, and ctype.h.
7608         (maint_btrace_cmdlist, maint_btrace_set_cmdlist)
7609         (maint_btrace_show_cmdlist, maint_btrace_pt_set_cmdlist)
7610         (maint_btrace_pt_show_cmdlist, maint_btrace_pt_skip_pad)
7611         (btrace_maint_clear): New.
7612         (btrace_fetch, btrace_clear): Call btrace_maint_clear.
7613         (pt_print_packet, btrace_maint_decode_pt)
7614         (btrace_maint_update_pt_packets, btrace_maint_update_packets)
7615         (btrace_maint_print_packets, get_uint, get_context_size, no_chunk)
7616         (maint_btrace_packet_history_cmd)
7617         (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
7618         (maint_btrace_cmd, maint_btrace_set_cmd, maint_btrace_show_cmd)
7619         (maint_btrace_pt_set_cmd, maint_btrace_pt_show_cmd)
7620         (maint_info_btrace_cmd, _initialize_btrace): New.
7621         * btrace.h (btrace_pt_packet, btrace_pt_packet_s)
7622         (btrace_maint_packet_history, btrace_maint_info): New.
7623         (btrace_thread_info) <maint>: New.
7624         * NEWS: Announce it.
7625
7626 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
7627
7628         * btrace.c (btrace_fetch): Append the new trace data.
7629         (btrace_clear): Clear the stored trace data.
7630         * btrace.h (btrace_thread_info) <data>: New.
7631         * common/btrace-common.h (btrace_data_clear)
7632         (btrace_data_append): New.
7633         * common/btrace-common.c (btrace_data_clear)
7634         (btrace_data_append): New.
7635
7636 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
7637
7638         * nat/linux-btrace.c (linux_enable_bts): Check for
7639         PERF_ATTR_SIZE_VER5.
7640         Check for data_offset and data_size fields.  Use them.
7641
7642 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
7643
7644         * NEWS: Announce new commands "record btrace pt" and "record pt".
7645         Announce new options "set|show record btrace pt buffer-size".
7646         * btrace.c: Include "rsp-low.h".
7647         Include "inttypes.h".
7648         (btrace_add_pc): Add forward declaration.
7649         (pt_reclassify_insn, ftrace_add_pt, btrace_pt_readmem_callback)
7650         (pt_translate_cpu_vendor, btrace_finalize_ftrace_pt)
7651         (btrace_compute_ftrace_pt): New.
7652         (btrace_compute_ftrace): Support BTRACE_FORMAT_PT.
7653         (check_xml_btrace_version): Update version check.
7654         (parse_xml_raw, parse_xml_btrace_pt_config_cpu)
7655         (parse_xml_btrace_pt_raw, parse_xml_btrace_pt)
7656         (btrace_pt_config_cpu_attributes, btrace_pt_config_children)
7657         (btrace_pt_children): New.
7658         (btrace_children): Add support for "pt".
7659         (parse_xml_btrace_conf_pt, btrace_conf_pt_attributes): New.
7660         (btrace_conf_children): Add support for "pt".
7661         * btrace.h: Include "intel-pt.h".
7662         (btrace_pt_error): New.
7663         * common/btrace-common.c (btrace_format_string, btrace_data_fini)
7664         (btrace_data_empty): Support BTRACE_FORMAT_PT.
7665         * common/btrace-common.h (btrace_format): Add BTRACE_FORMAT_PT.
7666         (struct btrace_config_pt): New.
7667         (struct btrace_config)<pt>: New.
7668         (struct btrace_data_pt_config, struct btrace_data_pt): New.
7669         (struct btrace_data)<pt>: New.
7670         * features/btrace-conf.dtd (btrace-conf)<pt>: New.
7671         (pt): New.
7672         * features/btrace.dtd (btrace)<pt>: New.
7673         (pt, pt-config, cpu): New.
7674         * nat/linux-btrace.c (perf_event_read, perf_event_read_all)
7675         (perf_event_pt_event_type, kernel_supports_pt)
7676         (linux_supports_pt): New.
7677         (linux_supports_btrace): Support BTRACE_FORMAT_PT.
7678         (linux_enable_bts): Free tinfo on error.
7679         (linux_enable_pt): New.
7680         (linux_enable_btrace): Support BTRACE_FORMAT_PT.
7681         (linux_disable_pt): New.
7682         (linux_disable_btrace): Support BTRACE_FORMAT_PT.
7683         (linux_fill_btrace_pt_config, linux_read_pt): New.
7684         (linux_read_btrace): Support BTRACE_FORMAT_PT.
7685         * nat/linux-btrace.h (struct btrace_tinfo_pt): New.
7686         (struct btrace_target_info)<pt>: New.
7687         * record-btrace.c (set_record_btrace_pt_cmdlist)
7688         (show_record_btrace_pt_cmdlist): New.
7689         (record_btrace_print_pt_conf): New.
7690         (record_btrace_print_conf): Support BTRACE_FORMAT_PT.
7691         (btrace_ui_out_decode_error): Support BTRACE_FORMAT_PT.
7692         (cmd_record_btrace_pt_start): New.
7693         (cmd_record_btrace_start): Support BTRACE_FORMAT_PT.
7694         (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): New.
7695         (_initialize_record_btrace): Add new commands.
7696         * remote.c (PACKET_Qbtrace_pt, PACKET_Qbtrace_conf_pt_size): New.
7697         (remote_protocol_features): Add "Qbtrace:pt".
7698         Add "Qbtrace-conf:pt:size".
7699         (remote_supports_btrace): Support BTRACE_FORMAT_PT.
7700         (btrace_sync_conf): Support PACKET_Qbtrace_conf_pt_size.
7701         (remote_enable_btrace): Support BTRACE_FORMAT_PT.
7702         (_initialize_remote): Add new commands.
7703
7704 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
7705
7706         * configure.ac: check for libipt
7707         * configure: Regenerate.
7708         * config.in: Regenerate.
7709         * Makefile.in (LIBIPT): New.
7710         (CLIBS): Add $LIBIPT.
7711         * NEWS: document new configure options
7712
7713 2015-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7714
7715         * compile/compile-object-load.c (compile_object_load): Replace debug
7716         message "lookup undefined ELF symbol" by 3 more specific messages.
7717
7718 2015-07-01  Kevin Buettner  <kevinb@redhat.com>
7719
7720         * rl78-tdep.c (struct gdbarch_tdep): Add new field, rl78_psw_type.
7721         (rl78_register_type): Add case for RL78_PSW_REGNUM.
7722         (rl78_gdbarch_init): Initialize rl78_psw_type.
7723
7724 2015-07-01  Patrick Palka  <patrick@parcs.ath.cx>
7725
7726         * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
7727         Update commentary.  Always refresh the registers when frame
7728         information has changed.
7729         * tui/tui-stack.c (tui_show_frame_info): Update commentary.
7730         Change return type to int.  Return 1 if frame information has
7731         changed, 0 otherwise.
7732         (tui_before_prompt): Update commentary.
7733         * tui/tui-stack.h (tui_show_frame_info): Change return type to
7734         int.
7735
7736 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
7737
7738         PR tui/13378
7739         * frame.c (select_frame): Remove reference to
7740         deprecated_selected_frame_level_changed_hook.
7741         * frame.h (deprecated_selected_frame_level_changed_hook): Remove
7742         declaration.
7743         * stack.c (deprecated_selected_frame_level_changed_hook):
7744         Likewise.
7745         * tui/tui-hooks.c (tui_selected_frame_level_changed_hook):
7746         Rename to ...
7747         (tui_refresh_frame_and_register_information): ... this.  Bail
7748         out if there is no stack.  Don't update register information
7749         unless registers_too_p is true.
7750         (tui_print_frame_info_listing_hook): Rename to ...
7751         (tui_dummy_print_frame_info_listing_hook): ... this.
7752         (tui_before_prompt): New function.
7753         (tui_normal_stop): New function.
7754         (tui_before_prompt_observer): New observer.
7755         (tui_normal_stop_observer): New observer.
7756         (tui_install_hooks): Set
7757         deprecated_print_frame_info_listing_hook to
7758         tui_dummy_print_frame_info_listing_hook.  Register
7759         tui_before_prompt_observer to call tui_before_prompt and
7760         tui_normal_stop_observer to call tui_normal_stop.  Remove
7761         reference to deprecated_selected_frame_level_changed_hook.
7762         (tui_remove_hooks): Detach and unset tui_before_prompt_observer
7763         and tui_normal_stop_observer.  Remove reference to
7764         deprecated_selected_frame_level_changed_hook.
7765
7766 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
7767
7768         PR tui/13378
7769         * tui/tui-stack.c (tui_set_locator_info): Change prototype to
7770         return an int instead of void.  Return whether the locator
7771         window has changed.
7772         (tui_show_frame_info): If the locator info has not changed, then
7773         bail out early to avoid refreshing the windows.
7774
7775 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
7776
7777         * tui/tui-stack.c (tui_set_locator_info): Explicitly pass
7778         LOCATOR_WIN to tui_alloc_content.
7779
7780 2015-06-30  Yao Qi  <yao.qi@linaro.org>
7781
7782         PR tdep/18605
7783         * arm-tdep.c (arm_get_next_pc_raw): Break for media
7784         instructions.
7785
7786 2015-06-29  Kevin Buettner  <kevinb@redhat.com>
7787
7788         * rx-tdep.c (RX_PSW_REGNUM): New enum constant.
7789         (rx_dwarf_reg_to_regnum): New function.
7790         (rx_gdbarch_init): Register rx_dwarf_reg_to_regnum.  Use dwarf2
7791         unwinding.
7792
7793 2015-06-29  Pedro Alves  <palves@redhat.com>
7794
7795         PR threads/18127
7796         * infcall.c (run_inferior_call): On infcall success, if the thread
7797         was marked stopped before, reset it back to stopped.
7798         * infrun.c (resume): Don't suppress the set_running calls when
7799         doing an infcall.
7800         (normal_stop): Only discard the finish_thread_state cleanup if the
7801         infcall succeeded.
7802
7803 2015-06-29  Pierre Langlois  <pierre.langlois@arm.com>
7804
7805         * MAINTAINERS (Write After Approval): Update my email address.
7806
7807 2015-06-26  Keith Seitz  <keiths@redhat.com>
7808             Doug Evans  <dje@google.com>
7809
7810         PR 16253
7811         * block.c (block_lookup_symbol): For non-function blocks,
7812         continue to search for a symbol with an exact domain match
7813         Otherwise, return any previously found "best domain" symbol.
7814         (block_lookup_symbol_primary): Likewise.
7815
7816 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
7817
7818         * NEWS: Mention the new option "history remove-duplicates".
7819         * top.c (history_remove_duplicates): New static variable.
7820         (show_history_remove_duplicates): New static function.
7821         (gdb_add_history): Conditionally remove duplicate history
7822         entries.
7823         (init_main): Add "history remove-duplicates" option.
7824
7825 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
7826
7827         * tui/tui-win.c (focus_completer): New static function.
7828         (_initialize_tui_win): Set the completion function of the
7829         "focus" command to focus_completer.
7830
7831 2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
7832
7833         * linespec.c (minsym_found): Reset sal.PC for COMPUNIT_LOCATIONS_VALID
7834         and language_asm..
7835         * symtab.c (find_function_start_sal): Likewise.
7836
7837 2015-06-25  Gary Benson  <gbenson@redhat.com>
7838
7839         * solib.c (solib_find_1): Set local variable sysroot to NULL if
7840         it is the empty string after trailing slashes have been stripped.
7841
7842 2015-06-25  Gary Benson  <gbenson@redhat.com>
7843
7844         * exec.c (exec_file_locate_attach): Remove gdb_sysroot NULL check.
7845         * infrun.c (follow_exec): Likewise.
7846         * remote.c (remote_filesystem_is_local): Likewise.
7847         * solib.c (solib_find_1): Likewise.
7848
7849 2015-06-24  Keith Seitz  <keiths@redhat.com>
7850
7851         * build-id.c (build_id_to_debug_bfd): Add cleanup to free
7852         return value from lrealpath.
7853
7854 2015-06-24  Mike Frysinger  <vapier@gentoo.org>
7855
7856         * remote-sim.c (gdbsim_open): Move sysroot update to the top.
7857
7858 2015-06-24  Mike Frysinger  <vapier@gentoo.org>
7859
7860         * remote-sim.c: Include gdb_bfd.h.
7861         (gdbsim_open): Declare new local sysroot pointing to gdb_sysroot.
7862         Skip TARGET_SYSROOT_PREFIX in gdb_sysroot when it is active.
7863
7864 2015-06-24  Yao Qi  <yao.qi@linaro.org>
7865
7866         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't call
7867         set_gdbarch_get_siginfo_type.
7868         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
7869         * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
7870         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
7871         * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
7872         * ppc-linux-tdep.c (ppc_linux_init_abi): Likewise.
7873         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
7874         * tilegx-linux-tdep.c (tilegx_linux_init_abi): Likewise.
7875         * linux-tdep.c (linux_get_siginfo_type): Change it to static.
7876         (linux_init_abi): Call set_gdbarch_get_siginfo_type.
7877         * linux-tdep.h (linux_get_siginfo_type): Remove the declaration.
7878
7879 2015-06-24  Gary Benson  <gbenson@redhat.com>
7880
7881         * common/buffer.c (stdint.h): Do not include.
7882         * common/print-utils.c (stdint.h): Likewise.
7883         * compile/compile-c-symbols.c (gdb_assert.h): Likewise.
7884         * compile/compile-c-types.c (gdb_assert.h): Likewise.
7885         * ft32-tdep.c (gdb_assert.h): Likewise.
7886         * guile/scm-utils.c (stdint.h): Likewise.
7887         * i386-linux-tdep.c (stdint.h): Likewise.
7888         * i386-tdep.c (stdint.h): Likewise.
7889         * nat/linux-btrace.c (stdint.h): Likewise.
7890         * nat/linux-btrace.h (stdint.h): Likewise.
7891         * nat/linux-ptrace.c (stdint.h): Likewise.
7892         * nat/mips-linux-watch.h (stdint.h): Likewise.
7893         * ppc-linux-nat.c (stdint.h): Likewise.
7894         * python/python-internal.h (stdint.h): Likewise.
7895         * stub-termcap.c (stdlib.h): Likewise.
7896         * target/target.h (stdint.h): Likewise.
7897         * xtensa-linux-nat.c (stdint.h): Likewise.
7898
7899 2015-06-23  Patrick Palka  <patrick@parcs.ath.cx>
7900
7901         * top.c (init_history): Look at errno after calling strtol to
7902         properly map large GDBHISTSIZE values to infinity.
7903
7904 2015-06-23  Doug Evans  <dje@google.com>
7905
7906         * inferior.h (struct inferior_suspend_state): Delete, unused.
7907         All references deleted.
7908
7909 2015-06-23  Mike Frysinger  <vapier@gentoo.org>
7910
7911         * microblaze-tdep.c (microblaze_push_dummy_code): Delete.
7912         (microblaze_push_dummy_call): Likewise.
7913         (microblaze_gdbarch_init): Delete calls to set_gdbarch_push_dummy_code
7914         and set_gdbarch_push_dummy_call.
7915
7916 2015-06-23  Yao Qi  <yao.qi@linaro.org>
7917
7918         * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
7919         Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly.
7920         (amd64_linux_store_inferior_registers): Likewise.
7921         * arm-linux-nat.c (fetch_fpregister): Likewise.
7922         (fetch_fpregs, store_fpregister): Likewise.
7923         (store_fpregister, store_fpregs): Likewise.
7924         (fetch_register, fetch_regs): Likewise.
7925         (store_register, store_regs): Likewise.
7926         (fetch_vfp_regs, store_vfp_regs): Likewise.
7927         (arm_linux_read_description): Check have_ptrace_getregset is
7928         TRIBOOL_UNKNOWN.  Set have_ptrace_getregset to TRIBOOL_TRUE
7929         or TRIBOOL_FALSE.
7930         * i386-linux-nat.c (fetch_xstateregs): Check
7931         have_ptrace_getregset is not TRIBOOL_TRUE.
7932         (store_xstateregs): Likewise.
7933         * linux-nat.c (have_ptrace_getregset): Change its type to
7934         enum tribool.
7935         * linux-nat.h (tribool): New enum.
7936         * x86-linux-nat.c (x86_linux_read_description): Use enum tribool.
7937         Check whether have_ptrace_getregset is TRIBOOL_TRUE.
7938
7939 2015-06-19  Doug Evans  <dje@google.com>
7940
7941         * NEWS: Mention Sun's version of stabs is no longer supported.
7942         * elfread.c (free_elfinfo): Delete.  All uses updated.
7943         (elfstab_offset_sections): Delete.  All uses updated.
7944         * gdb-stabs.h (stab_section_info): Delete.  All uses updated.
7945         * psympriv.h (partial_symtab) <section_offsets>: Delete.
7946         All uses updated.
7947         * psymtab.c (start_psymtab_common): Delete arg section_offsets.
7948         All callers updated.
7949
7950 2015-06-18  Simon Marchi  <simon.marchi@ericsson.com>
7951
7952         * common/rsp-low.c (needs_escaping): New.
7953         (remote_escape_output): Add unit_size parameter. Refactor to
7954         support multi-byte addressable units.  Rename parameters.
7955         * common/rsp-low.h (remote_escape_output): Add unit_size
7956         parameter and rename others. Update doc.
7957         * remote.c (align_for_efficient_write): New.
7958         (remote_write_bytes_aux): Add unit_size parameter and use it.
7959         Rename some variables.  Update doc.
7960         (remote_xfer_partial): Get unit size and use it.
7961         (remote_read_bytes_1): Add unit_size parameter and use it.
7962         Rename some variables. Update doc.
7963         (remote_write_bytes): Same.
7964         (remote_xfer_live_readonly_partial): Same.
7965         (remote_read_bytes): Same.
7966         (remote_flash_write): Update call to remote_write_bytes_aux.
7967         (remote_write_qxfer): Update call to remote_escape_output.
7968         (remote_search_memory): Same.
7969         (remote_hostio_pwrite): Same.
7970
7971 2015-06-17  Luis Machado  <lgustavo@codesourcery.com>
7972
7973         * breakpoint.c (add_location_to_breakpoint): Don't mark permanent
7974         locations as inserted.
7975         Update and expand comment about permanent locations.
7976         (bp_loc_is_permanent): Don't return 0 for bp_call_dummy.
7977         Move comment to add_location_to_breakpoint.
7978         (update_global_location_list): Don't error out if a permanent
7979         breakpoint is not marked inserted.
7980         Don't error out if a non-permanent breakpoint location is inserted on
7981         top of a permanent breakpoint.
7982
7983 2015-06-17  Luis Machado  <lgustavo@codesourcery.com>
7984
7985         * breakpoint.c (make_breakpoint_permanent): Remove unused
7986         function.
7987         * breakpoint.h (make_breakpoint_permanent): Remove declaration.
7988
7989 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
7990
7991         PR gdb/16999
7992         * NEWS: Mention new GDBHISTSIZE behavior.
7993         * top.c (init_history): For null or out-of-range GDBHISTSIZE,
7994         set history size to unlimited.  Ignore non-numeric GDBHISTSIZE.
7995
7996 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
7997
7998         * NEWS: Mention that GDBHISTSIZE is read instead of HISTSIZE.
7999         * top.c (init_history): Read from GDBHISTSIZE instead of
8000         HISTSIZE.
8001         (init_main): Refer to GDBHISTSIZE instead of HISTSIZE.
8002
8003 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
8004
8005         * top.c (gdb_safe_append_history): Do not call
8006         history_truncate_file if the history is not stifled.
8007
8008 2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8009
8010         * syscalls/s390-linux.xml: Add syscalls 344 through 354.
8011         * syscalls/s390x-linux.xml: Likewise.
8012
8013 2015-06-16  Michael Eager  <eager@eagercon.com>
8014
8015         * nat/linux-namespaces.c (MSG_CMSG_CLOEXEC): Define if not defined.
8016
8017 2015-06-16  Patrick Palka  <patrick@parcs.ath.cx>
8018
8019         * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Call
8020         target_terminal_ours_for_output() before calling
8021         tui_show_frame_info(), and restore the original terminal
8022         settings afterwards.
8023
8024 2015-06-16  Martin Simmons  <martin@lispworks.com>  (tiny patch)
8025
8026         * arm-linux-nat.c: Include nat/linux-ptrace.h.
8027
8028 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
8029
8030         * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable
8031         memory unit size.
8032         (mi_cmd_data_write_memory_bytes): Same.
8033
8034 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
8035
8036         * corefile.c (write_memory): Update doc.
8037         * gdbcore.h (write_memory): Same.
8038
8039 2015-06-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
8040
8041         * linux-tdep.c (enum filterflags): Make it from anonymous enum.
8042         (dump_mapping_p): Use it for parameter filterflags.
8043         (linux_find_memory_regions_full): Use it for variable filterflags.
8044
8045 2015-06-15  Aleksandar Ristovski  <aristovski@qnx.com
8046             Jan Kratochvil  <jan.kratochvil@redhat.com>
8047
8048         Merge multiple hex conversions.
8049         * monitor.c: Include rsp-low.h.
8050         (fromhex): Remove definition.
8051
8052 2015-06-15  Aleksandar Ristovski  <aristovski@qnx.com
8053             Jan Kratochvil  <jan.kratochvil@redhat.com>
8054
8055         Move utility functions to common/.
8056         * cli/cli-utils.c (skip_spaces, skip_spaces_const, skip_to_space_const):
8057         Move defs to common/common-utils.c.
8058         * cli/cli-utils.h (skip_spaces, skip_spaces_const, skip_to_space)
8059         (skip_to_space_const): Move decls to common/common-utils.h.
8060         * common/common-defs.h: Move include of common-types.h before
8061         common-utils.h.
8062         * common/common-utils.c: Include host-defs.h and ctype.h.
8063         (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int, strtoulst): Move
8064         from utils.c.
8065         (skip_spaces, skip_spaces_const, skip_to_space_const): Move from
8066         cli/cli-utils.c.
8067         * common/common-utils.h (strtoulst): Move decl from utils.h.
8068         (skip_spaces, skip_spaces_const, skip_to_space, skip_to_space_const):
8069         Move from cli/cli-utils.h.
8070         * common/host-defs.h: Include limits.h.
8071         (TARGET_CHAR_BIT, HOST_CHAR_BIT): Moved from defs.h.
8072         (skip_spaces, skip_spaces_const): Move decls from cli/cli-utils.h.
8073         * defs.h (TARGET_CHAR_BIT, HOST_CHAR_BIT): Move to
8074         common/common-utils.h.
8075         * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
8076         (strtoulst): Move to common/common-utils.c.
8077         * utils.h (strtoulst): Moved decl to common/common-utils.h.
8078
8079 2015-06-15  Yao Qi  <yao.qi@linaro.org>
8080
8081         * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml.
8082
8083 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
8084
8085         * build-id.c: Don't include elf-bfd.h.
8086         (build_id_bfd_get): Use bfd_build_id.
8087         (build_id_verify): Ditto.
8088         * build-id.h: Ditto.
8089         (find_separate_debug_file_by_buildid): Ditto.
8090         * python/py-objfile.c: Don't include elf-bfd.h.
8091         (objfpy_get_build_id) Use bfd_build_id.
8092         (objfpy_build_id_matches, objfpy_lookup_objfile_by_build_id): Ditto.
8093         * coffread.c: Include build-id.h.
8094         (coff_symfile_read): Try find_separate_debug_file_by_buildid.
8095
8096 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
8097
8098         * windows-nat.c (do_windows_fetch_inferior_registers)
8099         (handle_output_debug_string): Replace __COPY_CONTEXT_SIZE
8100         conditional with __CYGWIN__.
8101
8102 2015-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
8103
8104         * completer.c: Add arch-utils.h include.
8105         (enum reg_completer_targets): New enum.
8106         (reg_or_group_completer_1): New function containing old
8107         reg_or_group_completer, add and use new parameter to control what
8108         is completed on.  Use get_current_arch rather than architecture of
8109         currently selected frame.
8110         (reg_or_group_completer): Call new reg_or_group_completer_1.
8111         (reggroup_completer): Call new reg_or_group_completer_1.
8112         * completer.h (reggroup_completer): Add declaration.
8113         * tui/tui-regs.c: Add 'completer.h' include.
8114         (tui_reg_next_command): Renamed to...
8115         (tui_reg_next): ...this.  Adjust parameters and return rather than
8116         display new group.
8117         (tui_reg_prev_command): Renamed to...
8118         (tui_reg_prev): ...this.  Adjust parameters and return rather than
8119         display new group.
8120         (tui_reg_float_command): Delete.
8121         (tui_reg_general_command): Delete.
8122         (tui_reg_system_command): Delete.
8123         (tui_reg_command): Rewrite to perform switching of register group.
8124         Add header comment.
8125         (tuireglist): Remove.
8126         (tui_reggroup_completer): New function.
8127         (_initialize_tui_regs): Remove 'tui reg' sub-commands, update
8128         creation of 'tui reg' command.
8129         * NEWS: Add comment about 'tui reg' changes.
8130
8131 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
8132
8133         * target.c (target_read): Consider addressable unit size when
8134         reading from a memory object.
8135         (read_memory_robust): Same.
8136         (read_whatever_is_readable): Same.
8137         (target_write_with_progress): Consider addressable unit size
8138         when writing to a memory object.
8139         * target.h (target_read): Update documentation.
8140         (target_write): Add documentation.
8141
8142 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
8143
8144         * arch-utils.h (default_addressable_memory_unit_size): New.
8145         * arch-utils.c (default_addressable_memory_unit_size): New.
8146         * gdbarch.sh (addressable_memory_unit_size): New.
8147         * gdbarch.h: Re-generate.
8148         * gdbarch.c: Re-generate.
8149
8150 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
8151
8152         * target.c (target_read): Rename variables and use
8153         TARGET_XFER_E_IO.
8154         (target_read_with_progress): Same.
8155         (read_memory_robust): Constify parameters and rename
8156         variables.
8157         (read_whatever_is_readable): Constify parameters,
8158         rename variables, adjust formatting.
8159         * target.h (read_memory_robust): Constify parameters.
8160
8161 2015-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
8162
8163         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short
8164         synthetic (non-AltiVec) vector types.
8165         (ppc64_sysv_abi_return_value): Likewise.
8166
8167 2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8168
8169         PR breakpoints/16465
8170         * breakpoint.c (create_breakpoint): Save extra_string for
8171         pending breakpoints.
8172
8173 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
8174
8175         * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask
8176         and bt_mask to CORE_ADDR.
8177
8178 2015-06-11  Gary Benson <gbenson@redhat.com>
8179
8180         * nat/linux-namespaces.c (mnsh_send_message): Use pulongest.
8181         (mnsh_recv_message): Likewise.
8182
8183 2015-06-11  Walfred Tedeschi  <walfred.tedeschi@intel.com>
8184
8185         * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of
8186         long long int and plongest instead of %ll.
8187
8188 2015-06-11  Gary Benson <gbenson@redhat.com>
8189
8190         * nat/linux-namespaces.c (gdb_wait.h): New include.
8191         (sys/wait.h): Do not include.
8192
8193 2015-06-10  Simon Marchi  <simon.marchi@ericsson.com>
8194
8195         * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if
8196         end_sequence is true.
8197
8198 2015-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8199
8200         Code cleanup.
8201         * solib-target.c (library_list_start_list): Use explicit NULL
8202         comparison.
8203
8204 2015-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8205
8206         * solib-target.c (library_list_start_list): Do not dereference
8207         variable version in its initialization.  Make the VERSION check handle
8208         NULL.
8209         (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL.
8210
8211 2015-06-10  Gary Benson <gbenson@redhat.com>
8212
8213         * NEWS: Announce support for direct access of executable and
8214         shared library files when attaching to inferiors in containers
8215         on GNU/Linux systems.
8216
8217 2015-06-10  Gary Benson <gbenson@redhat.com>
8218
8219         * remote.c (struct remote_state) <fs_pid>: New field.
8220         (new_remote_state): Initialize the above.
8221         (PACKET_vFile_setfs): New enum value.
8222         (remote_hostio_set_filesystem): New function.
8223         (remote_hostio_open): Call the above.
8224         (remote_hostio_unlink): Likewise.
8225         (remote_hostio_readlink): Likewise.
8226         (_initialize_remote): Register new "set/show remote
8227         hostio-setfs-packet" command.
8228         * NEWS: Announce new vFile:setfs packet.
8229
8230 2015-06-10  Gary Benson <gbenson@redhat.com>
8231
8232         * linux-nat.c (nat/linux-namespaces.h): New include.
8233         (fileio.h): Likewise.
8234         (linux_nat_filesystem_is_local): New function.
8235         (linux_nat_fileio_pid_of): Likewise.
8236         (linux_nat_fileio_open): Likewise.
8237         (linux_nat_fileio_readlink): Likewise.
8238         (linux_nat_fileio_unlink): Likewise.
8239         (linux_nat_add_target): Initialize to_filesystem_is_local,
8240         to_fileio_open, to_fileio_readlink and to_fileio_unlink.
8241         (_initialize_linux_nat): New "set/show debug linux-namespaces"
8242         commands.
8243         * NEWS: Mention new "set/show debug linux-namespaces" commands.
8244
8245 2015-06-10  Gary Benson <gbenson@redhat.com>
8246
8247         * target.h (struct inferior): New forward declaration.
8248         (struct target_ops) <to_filesystem_is_local>: Update comment.
8249         (struct target_ops) <to_fileio_open>: New argument inf.
8250         Update comment.  All implementations updated.
8251         (struct target_ops) <to_fileio_unlink>: Likewise.
8252         (struct target_ops) <to_fileio_readlink>: Likewise.
8253         (target_filesystem_is_local): Update comment.
8254         (target_fileio_open): New argument inf.  Update comment.
8255         (target_fileio_unlink): Likewise.
8256         (target_fileio_readlink): Likewise.
8257         (target_fileio_read_alloc): Likewise.
8258         (target_fileio_read_stralloc): Likewise.
8259         * target.c (target_fileio_open): New argument inf.
8260         Pass inf to implementation.  Update debug printing.
8261         (target_fileio_unlink): Likewise.
8262         (target_fileio_readlink): Likewise.
8263         (target_fileio_read_alloc_1): New argument inf. Pass inf
8264         to target_fileio_open.
8265         (target_fileio_read_alloc): New argument inf. Pass inf to
8266         target_fileio_read_alloc_1.
8267         (target_fileio_read_stralloc): Likewise.
8268         * gdb_bfd.c (inferior.h): New include.
8269         (gdb_bfd_iovec_fileio_open): Replace unused "open_closure"
8270         argument with new argument "inferior".  Pass inferior to
8271         target_fileio_open.
8272         (gdb_bfd_open): Supply inferior argument to
8273         gdb_bfd_iovec_fileio_open.
8274         * linux-tdep.c (linux_info_proc): Supply inf argument to
8275         relevant target_fileio calls.
8276         (linux_find_memory_regions_full): Likewise.
8277         (linux_fill_prpsinfo): Likewise.
8278         * remote.c (remote_filesystem_is_local): Supply inf
8279         argument to remote_hostio_open.
8280         (remote_file_put): Likewise.
8281         (remote_file_get): Likewise.
8282         (remote_file_delete): Supply inf argument to
8283         remote_hostio_unlink.
8284
8285 2015-06-10  Gary Benson <gbenson@redhat.com>
8286
8287         * inf-child.c (inf_child_fileio_open): Replace comment.
8288         (inf_child_fileio_pwrite): Likewise.
8289         (inf_child_fileio_pread): Likewise.
8290         (inf_child_fileio_fstat): Insert blank line before comment.
8291         (inf_child_fileio_close): Replace comment.
8292         (inf_child_fileio_unlink): Likewise.
8293         (inf_child_fileio_readlink): Likewise.
8294         * remote.c (remote_hostio_open): Likewise.
8295         (remote_hostio_pread): Likewise.
8296         (remote_hostio_pwrite): Likewise.
8297         (remote_hostio_close): Likewise.
8298         (remote_hostio_unlink): Likewise.
8299         (remote_hostio_readlink): Likewise.
8300         (remote_hostio_fstat): Likewise.
8301         (remote_filesystem_is_local): Likewise.
8302         * target.c (target_fileio_open): Likewise.
8303         (target_fileio_pwrite): Likewise.
8304         (target_fileio_pread): Likewise.
8305         (target_fileio_fstat): Insert blank line before comment.
8306         (target_fileio_close): Replace comment.
8307         (target_fileio_unlink): Likewise.
8308         (target_fileio_readlink): Likewise.
8309         (target_fileio_read_alloc): Likewise.
8310         (target_fileio_read_stralloc): Likewise.
8311
8312 2015-06-10  Gary Benson <gbenson@redhat.com>
8313
8314         * linux-thread-db.c (nat/linux-namespaces.h): New include.
8315         (check_pid_namespace_match): Use linux_ns_same rather than
8316         linux_proc_pid_get_ns to spot PID namespace mismatches.
8317         * nat/linux-procfs.h (linux_proc_pid_get_ns): Remove.
8318         * nat/linux-procfs.c (linux_proc_pid_get_ns): Likewise.
8319
8320 2015-06-10  Gary Benson <gbenson@redhat.com>
8321
8322         * configure.ac (AC_CHECK_FUNCS): Add setns.
8323         * config.in: Regenerate.
8324         * configure: Likewise.
8325         * nat/linux-namespaces.h: New file.
8326         * nat/linux-namespaces.c: Likewise.
8327         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-namespaces.h.
8328         (linux-namespaces.o): New rule.
8329         * config/aarch64/linux.mh (NATDEPFILES): Add linux-namespaces.o.
8330         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
8331         * config/arm/linux.mh (NATDEPFILES): Likewise.
8332         * config/i386/linux.mh (NATDEPFILES): Likewise.
8333         * config/i386/linux64.mh (NATDEPFILES): Likewise.
8334         * config/ia64/linux.mh (NATDEPFILES): Likewise.
8335         * config/m32r/linux.mh (NATDEPFILES): Likewise.
8336         * config/m68k/linux.mh (NATDEPFILES): Likewise.
8337         * config/mips/linux.mh (NATDEPFILES): Likewise.
8338         * config/pa/linux.mh (NATDEPFILES): Likewise.
8339         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
8340         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
8341         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
8342         * config/s390/linux.mh (NATDEPFILES): Likewise.
8343         * config/sparc/linux.mh (NATDEPFILES): Likewise.
8344         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
8345         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
8346         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
8347
8348 2015-06-10  Gary Benson <gbenson@redhat.com>
8349
8350         * utils.h (make_cleanup_close): Moved to common/filestuff.h.
8351         * utils.c (do_close_cleanup): Moved to common/filestuff.c.
8352         (make_cleanup_close): Likewise.
8353         * common/filestuff.h (make_cleanup_close): Moved from utils.h.
8354         * common/filestuff.c (do_close_cleanup): Moved from utils.c.
8355         (make_cleanup_close): Likewise.
8356
8357 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
8358
8359         * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE
8360         from SuspendThread().
8361
8362 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
8363
8364         * windows-nat.c (handle_output_debug_string): Trim trailing '\n'
8365         from OutputDebugString.
8366
8367 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
8368                         Mircea Gherzan  <mircea.gherzan@intel.com>
8369
8370         * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32,
8371         MPX_BT_MASK_32): New macros.
8372         (i386_mpx_set_bounds): New function that implements
8373         the command "set-mpx-bound".
8374         (i386_mpx_enabled): Helper function to test MPX availability.
8375         (i386_mpx_bd_base): Helper function to calculate the base directory
8376         address.
8377         (i386_mpx_get_bt_entry): Helper function to access a bound
8378         table entry.
8379         (i386_mpx_print_bounds): Effectively display bound information.
8380         (_initialize_i386_tdep): Add new commands to commands "set mpx" and
8381         "show mpx".
8382         (_initialize_i386_tdep):
8383         Add "bound" to the commands "show mpx" and "set mpx" commands.
8384         (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx"
8385         and "show mpx" commands.
8386         * NEWS: List new commands for MPX support.
8387
8388 2015-06-09  Gary Benson <gbenson@redhat.com>
8389
8390         * common/fileio.h (fileio_to_host_mode): New declaration.
8391         * common/fileio.c (fileio_to_host_mode): New Function.
8392         * inf-child.c (inf_child_fileio_open): Process mode argument
8393         with fileio_to_host_mode.
8394
8395 2015-06-09  Gary Benson <gbenson@redhat.com>
8396
8397         * common/fileio.c (fileio_mode_pack): Fix preprocessor
8398         conditional.
8399
8400 2015-06-05  Gary Benson <gbenson@redhat.com>
8401
8402         * gdb_bfd.c (gdb_bfd_open): Move vgdb special case to...
8403         * remote.c (remote_filesystem_is_local): ...here.
8404
8405 2015-06-04  Yao Qi  <yao.qi@linaro.org>
8406
8407         * gdbarch.c: Regenerate it.
8408
8409 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
8410
8411         * arch-utils.c (default_infcall_munmap): New.
8412         * arch-utils.h (default_infcall_munmap): New declaration.
8413         * compile/compile-object-load.c (struct munmap_list, munmap_list_add)
8414         (munmap_list_free, munmap_listp_free_cleanup): New.
8415         (struct setup_sections_data): Add field munmap_list_headp.
8416         (setup_sections): Call munmap_list_add.
8417         (compile_object_load): New variable munmap_list_head, initialize
8418         setup_sections_data.munmap_list_headp, return munmap_list_head.
8419         * compile/compile-object-load.h (struct munmap_list): New declaration.
8420         (struct compile_module): Add field munmap_list_head.
8421         (munmap_list_free): New declaration.
8422         * compile/compile-object-run.c (struct do_module_cleanup): Add field
8423         munmap_list_head.
8424         (do_module_cleanup): Call munmap_list_free.
8425         (compile_object_run): Pass munmap_list_head to do_module_cleanup.
8426         * gdbarch.c: Regenerate.
8427         * gdbarch.h: Regenerate.
8428         * gdbarch.sh (infcall_munmap): New.
8429         * linux-tdep.c (linux_infcall_munmap): New.
8430         (linux_init_abi): Install it.
8431
8432 2015-06-02  Simon Marchi  <simon.marchi@ericsson.com>
8433
8434         PR gdb/15564
8435         * inferior.c (detach_inferior): Call exit_inferior_1 with silent = 0.
8436
8437 2015-06-02  Yao Qi  <yao.qi@linaro.org>
8438
8439         * i386-linux-nat.c: Include linux-nat.h.
8440
8441 2015-06-01  Andreas Schwab  <schwab@linux-m68k.org>
8442             Jan Kratochvil  <jan.kratochvil@redhat.com>
8443
8444         PR symtab/18392
8445         * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct
8446         assertion.
8447         * dwarf2loc.c (chain_candidate): Likewise.
8448
8449 2015-06-01  Yao Qi  <yao.qi@linaro.org>
8450
8451         * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET.
8452         (store_vfp_regs): Use PTRACE_SETREGSET.
8453
8454 2015-06-01  Yao Qi  <yao.qi@linaro.org>
8455
8456         * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET.
8457         (fetch_fpregs): Likewise.
8458         * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET.
8459         (store_fpregs): Likewise.
8460
8461 2015-06-01  Yao Qi  <yao.qi@linaro.org>
8462
8463         * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET.
8464         (fetch_regs): Likewise.
8465         (store_regs): Use PTRACE_SETREGSET.
8466         (store_register): Likewise.
8467
8468 2015-06-01  Yao Qi  <yao.qi@linaro.org>
8469
8470         * arm-linux-nat.c (arm_linux_read_description): Check whether
8471         kernel supports PTRACE_GETREGSET.
8472
8473 2015-06-01  Yao Qi  <yao.qi@linaro.org>
8474
8475         * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
8476         * linux-nat.c: ... here.
8477         * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
8478         to ...
8479         * linux-nat.h: ... here.
8480
8481 2015-06-01  Yao Qi  <yao.qi@linaro.org>
8482
8483         * amd64-linux-nat.c: Include "nat/linux-ptrace.h".
8484         * i386-linux-nat.c: Likewise.
8485         * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define.
8486         * s390-linux-nat.c: Include "nat/linux-ptrace.h".
8487         (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
8488         * x86-linux-nat.c: Include "nat/linux-ptrace.h".
8489         * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
8490
8491 2015-05-30  Eli Zaretskii  <eliz@gnu.org>
8492
8493         * go32-nat.c (go32_xfer_memory): Fix the return value to be
8494         compatible to what read_child and write_child return.  This
8495         unbreaks that DJGPP build of GDB which was broken since v7.7.
8496
8497 2015-05-29  Martin Galvan  <martin.galvan@tallertechnologies.com>
8498
8499         * MAINTAINERS (Write After Approval): Add Martin Galvan.
8500
8501 2015-05-29  Roland McGrath  <mcgrathr@google.com>
8502
8503         PR gdb/18464
8504         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning
8505         rather than internal_error for an unrecognized value.
8506
8507 2015-05-29  Max Filippov  <jcmvbkbc@gmail.com>
8508
8509         * xtensa-tdep.c (xtensa_pseudo_register_read)
8510         (xtensa_pseudo_register_write): Don't alias last pseudo register
8511         to a1.
8512
8513 2015-05-28  Don Breazeal  <donb@codesourcery.com>
8514
8515         * infrun.c (follow_fork_inferior): Ensure the use of
8516         process-style ptids (pid,0,0) in verbose/debug "Detaching"
8517         messages.
8518
8519 2015-05-28  Doug Evans  <dje@google.com>
8520
8521         * dwarf2read.c (record_line_ftype): Remove, duplicate.
8522
8523 2015-05-28  Yao Qi  <yao.qi@linaro.org>
8524
8525         * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove.
8526         (arm_linux_fetch_inferior_registers): Use
8527         tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers.
8528         (arm_linux_store_inferior_registers): Likewise.
8529         (arm_linux_read_description): Don't set
8530         arm_linux_has_wmmx_registers.
8531         * arm-tdep.c (arm_gdbarch_init): Set
8532         tdep->have_wmmx_registers according target descriptions.
8533         * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New
8534         field.
8535
8536 2015-05-28  Yao Qi  <yao.qi@linaro.org>
8537
8538         * arm-linux-nat.c (arm_linux_vfp_register_count): Remove.
8539         (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep
8540         instead of arm_linux_vfp_register_count.
8541         (store_vfp_regs): Likewise.
8542         (arm_linux_fetch_inferior_registers): Likewise.
8543         (arm_linux_store_inferior_registers): Likewise.
8544         (arm_linux_read_description): Don't set
8545         arm_linux_vfp_register_count.
8546         * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections):
8547         Adjust.
8548         * arm-tdep.c (arm_gdbarch_init): Add assert on
8549         vfp_register_count.
8550         * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename
8551         field to vfp_register_count.  All users updated.
8552
8553 2015-05-28  Kyle Huey  <me@kylehuey.com>  (tiny patch)
8554
8555         * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on
8556         ELFOSABI_GNU binaries.
8557
8558 2015-05-27  Doug Evans  <dje@google.com>
8559
8560         * dwarf2read.c (lnp_state_machine): New typedef.
8561         (lnp_reader_state): New typedef.
8562         (dwarf_record_line_1): Renamed from dwarf_record_line.
8563         All callers updated.
8564         (dwarf_record_line): New function.
8565         (init_lnp_state_machine): New function.
8566         (check_line_address): Replace p_record_line parameter with state.
8567         All callers updated.
8568         (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine.
8569         Update to record state in lnp_state_machine.
8570
8571 2015-05-27  Doug Evans  <dje@google.com>
8572
8573         * dwarf2read.c (record_line_ftype): New typedef.
8574         (check_line_address): New function.
8575         (dwarf_decode_lines_1): Call it.
8576
8577 2015-05-27  Doug Evans  <dje@google.com>
8578
8579         * NEWS: Mention "set debug dwarf-line".
8580         * dwarf2read.c (dwarf_line_debug): New static global.
8581         (add_include_dir): Add debug dwarf-line support.
8582         (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto.
8583         (_initialize_dwarf2_read): New parameter "debug dwarf-line".
8584
8585 2015-05-27  Doug Evans  <dje@google.com>
8586
8587         * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain".
8588         All callers updated.
8589         (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto.
8590         * cp-support.h (cp_lookup_nested_symbol): Update.
8591
8592 2015-05-27  Doug Evans  <dje@google.com>
8593
8594         PR symtab/18258
8595         * block.c (block_find_symbol): New function.
8596         (block_find_non_opaque_type): Ditto.
8597         (block_find_non_opaque_type_preferred): Ditto.
8598         * block.h (block_symbol_matcher_ftype): New typedef.
8599         (block_find_symbol): Declare.
8600         (block_find_non_opaque_type): Ditto.
8601         (block_find_non_opaque_type_preferred): Ditto.
8602         * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol.
8603         * psymtab.c (psym_lookup_symbol): Ditto.
8604         * symtab.c (basic_lookup_transparent_type_1): New function.
8605         (basic_lookup_transparent_type): Call it.
8606
8607 2015-05-27  Yao Qi  <yao.qi@linaro.org>
8608
8609         * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return
8610         AARCH64_RECORD_UNKNOWN for unknown instruction encoding.
8611
8612 2015-05-27  Yao Qi  <yao.qi@linaro.org>
8613
8614         * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
8615         before operator &&.
8616         (aarch64_record_load_store): Likewise.
8617
8618 2015-05-26  Doug Evans  <dje@google.com>
8619
8620         PR c++/18141, c++/18417.
8621         * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being
8622         a typedef.
8623
8624 2015-05-26  Doug Evans  <dje@google.com>
8625
8626         * NEWS: Add entries for command renamings.
8627         * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug.
8628         All uses updated.
8629         (dwarf_die_debug): Renamed from dwarf2_die_debug.  All uses updated.
8630         (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age.
8631         All uses updated.
8632         (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age.
8633         All callers updated.  Fix spelling of DWARF in help text.
8634         (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist.
8635         All uses updated.
8636         (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist.
8637         All uses updated.
8638         (set_dwarf_cmd): Renamed from set_dwarf2_cmd.  All callers updated.
8639         (show_dwarf_cmd): Renamed from show_dwarf2_cmd.  All callers updated.
8640         (dwarf_always_disassemble): Renamed from dwarf_always_disassemble.
8641         All uses updated.
8642         (show_dwarf_always_disassemble): Renamed from
8643         show_dwarf2_always_disassemble.  All callers updated.
8644         (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to
8645         "set/show dwarf".  Rename "set/show dwarf2 max-cache-age" to
8646         "set/show dwarf max-cache-age".  Rename
8647         "set/show dwarf2 always-disassemble" to
8648         "set/show dwarf always-disassemble".  Rename
8649         "set/show debug dwarf2-read" to "set/show debug dwarf-read".  Rename
8650         "set/show debug dwarf2-die" to "set/show debug dwarf-die".
8651
8652 2015-05-26  Doug Evans  <dje@google.com>
8653
8654         PR python/18438
8655         * python/py-lazy-string.c (stpy_convert_to_value): Use
8656         gdbpy_gdb_memory_error not PyExc_MemoryError.
8657         (gdbpy_create_lazy_string_object): Ditto.
8658
8659 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
8660
8661         * tui/tui-regs.c (tui_reg_next_command): Compare against NULL.
8662
8663 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
8664
8665         * tui/tui-regs.c (tui_reg_prev_command): New function.
8666         (_initialize_tui_regs): Add 'prev' command for 'tui reg'.
8667         * reggroups.c (reggroup_prev): New function.
8668         * reggroups.h (reggroup_prev): Add declaration.  Update comment.
8669
8670 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
8671             Yao Qi  <yao.qi@linaro.org>
8672
8673         * aarch64-linux-tdep.c: Include linux-record.h and
8674         record-full.h.
8675         (struct linux_record_tdep aarch64_linux_record_tdep): Declare.
8676         (aarch64_syscall): New enum.
8677         (aarch64_canonicalize_syscall): New function.
8678         (aarch64_all_but_pc_registers_record): New function.
8679         (aarch64_linux_syscall_record): New function.
8680         (aarch64_linux_init_abi): Install AArch64 process record
8681         handler.  Update to handle syscall recording.
8682         * aarch64-tdep.c: Include record.h and record-full.h.
8683         (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros.
8684         (struct aarch64_mem_r): Define.
8685         (aarch64_record_result): New enum.
8686         (struct insn_decode_record): Define.
8687         (insn_decode_record): New typedef.
8688         (aarch64_record_data_proc_reg): New function.
8689         (aarch64_record_data_proc_imm): New function.
8690         (aarch64_record_branch_except_sys): New function.
8691         (aarch64_record_load_store): New function.
8692         (aarch64_record_data_proc_simd_fp): New function.
8693         (aarch64_record_asimd_load_store): New function.
8694         (aarch64_record_decode_insn_handler): New function.
8695         (deallocate_reg_mem): New function.
8696         (aarch64_process_record): New function.
8697         * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>:
8698         New field.
8699         (aarch64_process_record): New extern declaration.
8700         * configure.tgt: Add linux-record.o to gdb_target_obs.
8701         * linux-record.h (struct linux_record_tdep) <arg7>: New field.
8702
8703 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
8704
8705         * NEWS: Add a note on process record-replay support on aarch64*-linux*
8706         targets.
8707
8708 2015-05-26  Martin Galvan  <martin.galvan@tallertechnologies.com>
8709
8710         * amd64-tdep.c: Replace in_function_epilogue_p with
8711         stack_frame_destroyed_p throughout.
8712         * arch-utils.c: Ditto.
8713         * arch-utils.h: Ditto.
8714         * arm-tdep.c: Ditto.
8715         * breakpoint.c: Ditto.
8716         * gdbarch.sh: Ditto.
8717         * hppa-tdep.c: Ditto.
8718         * i386-tdep.c: Ditto.
8719         * mips-tdep.c: Ditto.
8720         * nios2-tdep.c: Ditto.
8721         * rs6000-tdep.c: Ditto.
8722         * s390-linux-tdep.c: Ditto.
8723         * score-tdep.c: Ditto.
8724         * sh-tdep.c: Ditto.
8725         * sparc-tdep.c: Ditto.
8726         * sparc-tdep.h: Ditto.
8727         * sparc64-tdep.c: Ditto.
8728         * spu-tdep.c: Ditto.
8729         * tic6x-tdep.c: Ditto.
8730         * tilegx-tdep.c: Ditto.
8731         * xstormy16-tdep.c: Ditto.
8732         * gdbarch.c, gdbarch.h: Re-generated.
8733
8734 2015-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
8735
8736         * NEWS: Mention 'tui enable' and 'tui disable'.
8737         * tui/tui.c (tui_enable_command): New function.
8738         (tui_disable_command): New function.
8739         (_initialize_tui): New function.
8740
8741 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8742
8743         * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0.
8744
8745 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8746
8747         * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure
8748         buf_ptr is freed.
8749
8750 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8751
8752         * tui/tui-layout.c (tui_layout_command): Move call to tui_enable
8753         into ...
8754         (tui_set_layout_for_display_command): ...here, before calling
8755         tui_set_layout.  Only set the layout if gdb has not already
8756         entered the TUI_FAILURE state.
8757
8758 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8759
8760         * tui/tui-layout.c (layout_completer): New function.
8761         (_initialize_tui_layout): Set completer on layout command.
8762
8763 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8764
8765         * tui/tui-layout.c (tui_set_layout): Remove
8766         tui_register_display_type parameter.  Remove all checking of this
8767         parameter, and reindent function.  Update header comment.
8768         (tui_set_layout_for_display_command): Rename to...
8769         (tui_set_layout_by_name): ...this, and don't check for different
8770         register class types, don't pass a tui_register_display_type to
8771         tui_set_layout.  Update header comment.
8772         (layout_names): Remove register set specific names.
8773         * tui/tui-layout.h (tui_set_layout): Remove
8774         tui_register_display_type parameter.
8775         * tui/tui.c (tui_rl_change_windows): Don't pass a
8776         tui_register_display_type to tui_set_layout.
8777         (tui_rl_delete_other_windows): Likewise.
8778         (tui_enable): Likewise.
8779         * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove.
8780         (TUI_FLOAT_REGS_NAME_LOWER): Remove.
8781         (TUI_GENERAL_REGS_NAME): Remove.
8782         (TUI_GENERAL_REGS_NAME_LOWER): Remove.
8783         (TUI_SPECIAL_REGS_NAME): Remove.
8784         (TUI_SPECIAL_REGS_NAME_LOWER): Remove.
8785         (TUI_GENERAL_SPECIAL_REGS_NAME): Remove.
8786         (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove.
8787         (enum tui_register_display_type): Remove.
8788         (struct tui_layout_def): Remove regs_display_type and
8789         float_regs_display_type fields.
8790         (struct tui_data_info): Remove regs_display_type field.
8791         (tui_layout_command): Use new name for
8792         tui_set_layout_for_display_command.
8793         * tui/tui-data.c (layout_def): Don't initialise removed fields.
8794         (tui_clear_win_detail): Don't initialise removed fields of
8795         win_info.
8796         * tui/tui-regs.c (tui_show_registers): Use new name for
8797         tui_set_layout_for_display_command.
8798         * tui/tui.h (tui_set_layout_for_display_command): Rename
8799         declaration to...
8800         (tui_set_layout_by_name): ...this.
8801         * printcmd.c (display_command): Remove tui related layout call,
8802         and reindent.
8803
8804 2015-05-20  Joel Brobecker  <brobecker@adacore.com>
8805
8806         * infrun.c (handle_inferior_event_1): Renames handle_inferior_event.
8807         (handle_inferior_event): New function.
8808
8809 2015-05-20  Joel Brobecker  <brobecker@adacore.com>
8810
8811         * ada-lang.c (to_fixed_array_type): Rename local variable
8812         typename into type_name.
8813
8814 2015-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8815
8816         Fix ASAN crash for gdb.compile/compile.exp.
8817         * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME.
8818
8819 2015-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8820
8821         * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol)
8822         (gcc_symbol_address): Change gdb_stdout to gdb_stdlog.
8823         * compile/compile-object-load.c (setup_sections, compile_object_load):
8824         Likewise.
8825         * compile/compile.c (compile_to_object): Likewise.
8826
8827 2015-05-16  Doug Evans  <xdje42@gmail.com>
8828
8829         * NEWS: Mention support for unbuffered Guile memory ports.
8830         * scm-ports.c (ioscm_memory_port): Update comments on end, size.
8831         (ioscm_lseek_address): Improve overflow calculation.
8832         (gdbscm_memory_port_fill_input): Add assert.
8833         (gdbscm_memory_port_write): Handle unbuffered ports.
8834         Handle large writes identical to Guile's fport_write.
8835         (gdbscm_memory_port_seek): Fix seeking past end check.
8836         (gdbscm_memory_port_close): Handle closing unbuffered port.
8837         (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports.
8838         (ioscm_init_memory_port): Handle unbuffered ports.
8839         (ioscm_reinit_memory_port): Ditto.
8840         (ioscm_init_memory_port): Update size calculation.
8841         (gdbscm_open_memory): Support zero sized ports.
8842
8843 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8844
8845         * compile/compile-object-load.c (get_out_value_type): Fix uninitialized
8846         variable compiler warnings.
8847
8848 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8849
8850         * compile/compile-object-load.c (get_out_value_type): Fix returned type.
8851
8852 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8853             Phil Muldoon  <pmuldoon@redhat.com>
8854
8855         * NEWS (Changes since GDB 7.9): Add compile print.
8856         * compile/compile-c-support.c (add_code_header, add_code_footer)
8857         (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and
8858         COMPILE_I_PRINT_VALUE_SCOPE.
8859         * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE)
8860         (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE):
8861         New.
8862         * compile/compile-object-load.c: Include block.h.
8863         (get_out_value_type): New function.
8864         (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
8865         COMPILE_I_PRINT_VALUE_SCOPE.  Set compile_module's OUT_VALUE_ADDR and
8866         OUT_VALUE_TYPE.
8867         * compile/compile-object-load.h (struct compile_module): Add fields
8868         out_value_addr and out_value_type.
8869         * compile/compile-object-run.c: Include valprint.h and compile.h.
8870         (struct do_module_cleanup): Add fields out_value_addr and
8871         out_value_type.
8872         (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
8873         COMPILE_I_PRINT_VALUE_SCOPE.
8874         (compile_object_run): Propagate out_value_addr and out_value_type.
8875         Pass OUT_VALUE_ADDR.
8876         * compile/compile.c: Include valprint.h.
8877         (compile_print_value, compile_print_command): New functions.
8878         (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE.
8879         (_initialize_compile): Update compile code help text.  Install
8880         compile_print_command.
8881         * compile/compile.h (compile_print_value): New prototype.
8882         * defs.h (enum compile_i_scope_types): Add
8883         COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE.
8884
8885 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8886
8887         * compile/compile-object-load.c (get_regs_type): Add parameter func_sym.
8888         Rely on its parameter count.
8889         (compile_object_load): Replace lookup_minimal_symbol_text by
8890         lookup_global_symbol_from_objfile.  Verify FUNC_SYM.  Set it in the
8891         return value.
8892         * compile/compile-object-load.h (struct compile_module): Replace
8893         func_addr by func_sym.
8894         * compile/compile-object-run.c: Include block.h.
8895         (compile_object_run): Reset module variable after it is freed.  Use
8896         FUNC_SYM instead of FUNC_ADDR.  Rely on it.
8897
8898 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8899
8900         * compile/compile-c-support.c (print_one_macro): Use #ifndef.
8901         (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR.
8902         (c_compute_program): Call generate_register_struct after typedefs.
8903         * compile/compile-loc2c.c (push, pushf_register_address)
8904         (pushf_register): Cast to GCC_UINTPTR.
8905         (do_compile_dwarf_expr_to_c): Use unused attribute.  Add space after
8906         type.  Use GCC_UINTPTR instead of void *.  Remove excessive cast.
8907         (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *.
8908         * compile/compile.c (_initialize_compile): Enable warnings for
8909         COMPILE_ARGS.
8910
8911 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8912
8913         * cli/cli-script.c (execute_control_command): Update
8914         eval_compile_command caller.
8915         * compile/compile-object-load.c (compile_object_load): Add parameters
8916         scope and scope_data.  Set them.
8917         * compile/compile-object-load.h (struct compile_module): Add fields
8918         scope and scope_data.
8919         (compile_object_load): Add parameters scope and scope_data.
8920         * compile/compile-object-run.c (struct do_module_cleanup): Add fields
8921         scope and scope_data.
8922         (compile_object_run): Propagate the fields scope and scope_data.
8923         * compile/compile.c (compile_file_command, compile_code_command):
8924         Update eval_compile_command callers.
8925         (eval_compile_command): Add parameter scope_data.  Pass it plus scope.
8926         * compile/compile.h (eval_compile_command): Add parameter scope_data.
8927         * defs.h (struct command_line): Add field scope_data.
8928
8929 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8930
8931         * printcmd.c (struct format_data): Move it to valprint.h.
8932         (print_command_parse_format, print_value): New functions from ...
8933         (print_command_1): ... here.  Call them.
8934         * valprint.h (struct format_data): Move it here from printcmd.c.
8935         (print_command_parse_format, print_value): New declarations.
8936
8937 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8938
8939         * compile/compile-object-load.c (compile_object_load): Add
8940         COMPILE_DEBUG message.
8941
8942 2015-05-15  Jerome Guitton  <guitton@adacore.com>
8943
8944         * ada-lang.c (ada_value_ptr_subscript): Use enum position of
8945         index to get element instead of enum value.
8946         (ada_value_slice_from_ptr, ada_value_slice): Use enum position
8947         of index to compute length, but enum values to compute bounds.
8948         (ada_array_length): Use enum position of index instead of enum value.
8949         (pos_atr): Move position computation to...
8950         (ada_evaluate_subexp): Use enum values to compute bounds.
8951         * gdbtypes.c (discrete_position): ...this new function.
8952         * gdbtypes.h (discrete_position): New function declaration.
8953         * valprint.c (val_print_array_elements): Call discrete_position
8954         to handle array indexed by non-contiguous enumeration types.
8955
8956 2015-05-15  Jerome Guitton  <guitton@adacore.com>
8957
8958         * ada-lang.c (find_parallel_type_by_descriptive_type):
8959         Go through typedefs during lookup.
8960         (to_fixed_array_type): Add support for non-bit packed arrays
8961         as variable-length fields.
8962
8963 2015-05-15  Pedro Alves  <palves@redhat.com>
8964             Simon Marchi  <simon.marchi@ericsson.com>
8965
8966         * event-loop.c (gdb_notifier) <next_file_handler,
8967         next_poll_fds_index>: New fields.
8968         (get_next_file_handler_to_handle_and_advance): New function.
8969         (delete_file_handler): If deleting the next file handler to
8970         handle, advance to the next file handler.
8971         (gdb_wait_for_event): Bail early if no event fired.  Poll file
8972         handlers in round-robin fashion.
8973
8974 2015-05-15  Pedro Alves  <palves@redhat.com>
8975
8976         * linux-tdep.c (linux_find_memory_regions_full): Rename local
8977         'private' to 'priv'.
8978
8979 2015-05-15  Pedro Alves  <palves@redhat.com>
8980
8981         * nat/linux-nat.h: Include "target/waitstatus.h".
8982
8983 2015-05-15  Yuanhui Zhang  <asmwarrior@gmail.com>
8984
8985         * python/py-unwind.c (struct reg_info): Move out of ...
8986         (struct cached_frame_info): ... this scope.
8987         (pending_frame_object_type, unwind_info_object_type): Make extern.
8988
8989 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
8990
8991         * ada-lang.c (ada_value_primitive_packed_val): Make sure
8992         accumSize is never negative.
8993
8994 2015-05-14  Patrick Palka  <patrick@parcs.ath.cx>
8995
8996         * tui/tui-command.c: Remove include of <ctype.h>.
8997         (tui_dispatch_ctrl_char): Remove workaround for xterm terminals.
8998
8999 2015-05-13  Martin Galvan  <martin.galvan@tallertechnologies.com>
9000
9001         * dwarf2read.c (die_needs_namespace): Return 1 for
9002         DW_TAG_inlined_subroutine.
9003
9004 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9005
9006         * regcache.c (regcache_cpy_no_passthrough): New declaration.
9007         (regcache_cpy_no_passthrough): Make it static, add function comment.
9008         * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment.
9009         (regcache_cpy_no_passthrough): Remove declaration.
9010
9011 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9012
9013         * gdbthread.h (struct thread_control_state): Update comment for
9014         proceed_to_finish.
9015         * infcall.c (run_inferior_call): Update comment about
9016         proceed_to_finish.
9017         * infcmd.c (get_return_value): Update comment about stop_registers.
9018         (finish_forward): Update comment about proceed_to_finish.
9019         * infrun.c (stop_registers): Remove.
9020         (clear_proceed_status, normal_stop): Remove stop_registers handling.
9021         * infrun.h (stop_registers): Remove.
9022
9023 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9024
9025         * infcall.c (struct dummy_frame_context_saver)
9026         (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor)
9027         (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
9028         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
9029         New.
9030         (call_function_by_hand_dummy): Move discard_cleanups of
9031         inf_status_cleanup before dummy_frame_push.  Call
9032         dummy_frame_context_saver_setup and prepare context_saver_cleanup.
9033         Use dummy_frame_context_saver_get_regs instead of stop_registers.
9034         * infcall.h (struct dummy_frame_context_saver)
9035         (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
9036         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
9037         New declarations.
9038         * infcmd.c: Include infcall.h.
9039         (get_return_value): Add parameter ctx_saver, use it instead of
9040         stop_registers.
9041         (print_return_value): Add parameter ctx_saver, pass it.
9042         (struct finish_command_continuation_args): Add field ctx_saver.
9043         (finish_command_continuation): Update print_return_value caller.
9044         (finish_command_continuation_free_arg): Free also ctx_saver.
9045         (finish_forward): Call dummy_frame_context_saver_setup.
9046         * inferior.h (struct dummy_frame_context_saver): New declaration.
9047         (get_return_value): Add parameter ctx_saver.
9048         * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update
9049         get_return_value caller.
9050
9051 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9052
9053         * dummy-frame.c (struct dummy_frame_dtor_list): New.
9054         (struct dummy_frame): Replace dtor and dtor_data by dtor_list.
9055         (remove_dummy_frame): Process dtor_list.
9056         (pop_dummy_frame): Process dtor_list.
9057         (register_dummy_frame_dtor): Maintain dtor_list.
9058         (find_dummy_frame_dtor): Handle dtor_list.
9059         * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor):
9060         Update comments.
9061
9062 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9063
9064         * compile/compile-object-run.c (do_module_cleanup): Add parameter
9065         registers_valid.
9066         (compile_object_run): Update do_module_cleanup caller.
9067         * dummy-frame.c: Include infcall.h.
9068         (struct dummy_frame): Update dtor comment.
9069         (remove_dummy_frame): Call dtor.
9070         (pop_dummy_frame): Update dtor caller.
9071         * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter
9072         registers_valid.
9073
9074 2015-05-13  Joel Brobecker  <brobecker@adacore.com>
9075
9076         GDB 7.9.1 released.
9077
9078 2015-05-13  Joel Brobecker  <brobecker@adacore.com>
9079
9080         * NEWS: Create "Changes in GDB 7.9.1" section.  Move news about
9081         Xmethods now being able to specify a result type to that new
9082         sectioin.
9083
9084 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
9085
9086         * tui/tui-win.c (tui_async_resize_screen): Clear win_resized
9087         first before resizing the window.
9088         * tui/tui.c (tui_enable): Likewise.
9089
9090 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9091
9092         * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor.
9093         * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment.
9094         * infcall.c (call_function_by_hand_dummy): Use proper typedef for
9095         dummy_dtor parameter.
9096         * infcall.h: Include dummy-frame.h.
9097         (call_function_by_hand_dummy_dtor_ftype): Remove.
9098         (call_function_by_hand_dummy): Use proper typedef for dummy_dtor
9099         parameter.
9100
9101 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
9102
9103         PR gdb/17820
9104         * top.c (history_size_setshow_var): Change type to signed.
9105         Initialize to -2.  Update documentation.
9106         (set_readline_history_size): Define.
9107         (set_history_size_command): Use it.  Remove logic for handling
9108         out-of-range sizes.
9109         (init_history): Use set_readline_history_size().  Test for a
9110         value of -2 instead of 0 when determining whether to set a
9111         default history size.
9112         (init_main): Decode the argument of the "size" command as a
9113         zuinteger_unlimited.
9114
9115 2015-05-12  Doug Evans  <dje@google.com>
9116
9117         * dwarf2read.c (struct file_entry): Tweak comments.
9118         (get_debug_line_section): Tweak comments.
9119
9120 2015-05-12  Don Breazeal  <donb@codesourcery.com>
9121
9122         * NEWS: Announce fork support in the RSP and support
9123         for fork debugging in extended mode.
9124
9125 2015-05-12  Don Breazeal  <donb@codesourcery.com>
9126
9127         * remote.c (remote_insert_fork_catchpoint): New function.
9128         (remote_remove_fork_catchpoint): New function.
9129         (remote_insert_vfork_catchpoint): New function.
9130         (remote_remove_vfork_catchpoint): New function.
9131         (pending_fork_parent_callback): New function.
9132         (remove_new_fork_child): New function.
9133         (remote_update_thread_list): Call remote_notif_get_pending_events
9134         and remove_new_fork_child.
9135         (extended_remote_kill): Kill fork child when killing the
9136         parent before follow_fork completes.
9137         (init_extended_remote_ops): Initialize target vector with
9138         new fork catchpoint functions.
9139
9140 2015-05-12  Don Breazeal  <donb@codesourcery.com>
9141
9142         * remote.c (remove_vfork_event_p): New function.
9143         (remote_follow_fork): Add vfork event type to event checking.
9144         (remote_parse_stop_reply): New stop reasons "vfork" and
9145         "vforkdone" for RSP 'T' Stop Reply Packet.
9146
9147 2015-05-12  Don Breazeal  <donb@codesourcery.com>
9148
9149         * linux-nat.c (linux_nat_ptrace_options): New function.
9150         (linux_init_ptrace, wait_lwp, linux_nat_filter_event):
9151         Call linux_nat_ptrace_options and use different argument to
9152         linux_enable_event_reporting.
9153         (_initialize_linux_nat): Delete call to
9154         linux_ptrace_set_additional_flags.
9155         * nat/linux-ptrace.c (current_ptrace_options): Rename to
9156         supported_ptrace_options.
9157         (additional_flags): Delete variable.
9158         (linux_check_ptrace_features): Use supported_ptrace_options.
9159         (linux_test_for_tracesysgood, linux_test_for_tracefork):
9160         Likewise, and remove additional_flags check.
9161         (linux_enable_event_reporting): Change 'attached' argument to
9162         'options'.  Use supported_ptrace_options.
9163         (ptrace_supports_feature): Change comment.  Use
9164         supported_ptrace_options.
9165         (linux_ptrace_set_additional_flags): Delete function.
9166         * nat/linux-ptrace.h (linux_ptrace_set_additional_flags):
9167         Delete function prototype.
9168         * remote.c (remote_fork_event_p): New function.
9169         (remote_detach_pid): New function.
9170         (remote_detach_1): Call remote_detach_pid, don't mourn inferior
9171         if doing detach-on-fork.
9172         (remote_follow_fork): New function.
9173         (remote_parse_stop_reply): Handle new "T" stop reason "fork".
9174         (remote_pid_to_str): Print "process" strings for pid/0/0 ptids.
9175         (init_extended_remote_ops): Initialize to_follow_fork.
9176
9177 2015-05-12  Don Breazeal  <donb@codesourcery.com>
9178
9179         * nat/linux-ptrace.c (linux_check_ptrace_features): Change
9180         from static to extern.
9181         * nat/linux-ptrace.h (linux_check_ptrace_features): Declare.
9182         * remote.c (anonymous enum): <PACKET_fork_event_feature,
9183         * PACKET_vfork_event_feature>: New enumeration constants.
9184         (remote_protocol_features): Add table entries for new packets.
9185         (remote_query_supported): Add new feature queries to qSupported
9186         packet.
9187
9188 2015-05-12  Gary Benson <gbenson@redhat.com>
9189
9190         * remote.c (remote_add_inferior): Call exec_file_locate_attach
9191         for fake PIDs as well as real ones.
9192         (remote_pid_to_exec_file): Send empty annex if PID is fake.
9193
9194 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
9195
9196         * NEWS (Python Scripting): Mention the new gdb.Value methods.
9197         * python/py-value.c (valpy_reference_value): New function.
9198         (valpy_const_value): Likewise.
9199         (value_object_methods): Add new methods.
9200         * value.c (make_cv_value): New function.
9201         * value.h (make_cv_value): Declare.
9202
9203 2015-05-08  Yao Qi  <yao@codesourcery.com>
9204             Sandra Loosemore  <sandra@codesourcery.com>
9205
9206         * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check
9207         to 'lh->include_dirs' before accessing to it.
9208         (psymtab_include_file_name): Likewise.
9209         (dwarf_decode_lines_1): Likewise.
9210         (dwarf_decode_lines): Likewise.
9211         (file_file_name): Likewise.
9212
9213 2015-05-08  Sandra Loosemore  <sandra@codesourcery.com>
9214
9215         * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define.
9216         (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define.
9217         (nios2_linux_rt_sigreturn_init): Adjust base address of
9218         register save area.
9219
9220 2015-05-08  Sandra Loosemore  <sandra@codesourcery.com>
9221
9222         * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using
9223         "trap 31" as the breakpoint instruction on all targets.
9224
9225 2015-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9226
9227         * infcmd.c (print_return_value): Remove unused declaration.
9228
9229 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
9230
9231         * dwarf2read.c (attr_to_dynamic_prop)
9232         <DW_AT_data_member_location>: Use read_type_die isntead of
9233         get_die_type.
9234
9235 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
9236
9237         * ada-lang.c (ada_convert_actual): Add handling of formals
9238         passed inside an aligner type.
9239
9240 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
9241
9242         * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
9243
9244 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
9245
9246         PR python/18291
9247         * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo.
9248         Print xmethod matcher status.
9249
9250 2015-05-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9251
9252         * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA
9253         register in the regcache when treating the PSWM register, and vice
9254         versa.
9255
9256 2015-05-07  Gary Benson <gbenson@redhat.com>
9257
9258         * linux-thread-db.c (struct thread_db_info)
9259         <td_ta_map_id2thr_p>: Remove field.
9260         (try_thread_db_load_1): Remove initialization for the above.
9261
9262 2015-05-07  Gary Benson <gbenson@redhat.com>
9263
9264         * linux-thread-db.c (struct thread_db_info)
9265         <td_thr_validate_p>: Remove field.
9266         (try_thread_db_load_1): Remove initialization for the above.
9267
9268 2015-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
9269
9270         * compile/compile-object-load.c (compile_object_load): Support
9271         mst_text_gnu_ifunc.
9272
9273 2015-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
9274
9275         * compile/compile.c (compile_to_object): Make the cmd_string parameter
9276         const.  Use new variables for the const compatibility.
9277         (eval_compile_command): Make the cmd_string parameter const.
9278         * compile/compile.h (eval_compile_command): Make the cmd_string
9279         parameter const.
9280
9281 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
9282
9283         * defs.h (deprecated_init_ui_hook): Delete.  Remove associated
9284         comment.
9285         * top.c (deprecated_init_ui_hook): Delete.
9286         (gdb_init): Remove handling of deprecated_init_ui_hook.
9287         * interps.c (clear_interpreter_hooks): Remove handling of
9288         deprecated_init_ui_hook.
9289         * main.c (captured_main): Update comment.
9290
9291 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
9292
9293         * solib.c (_initialize_solib): Add "info dll" alias creation.
9294         * windows-nat.c (set_windows_aliases): Delete.
9295         (_initialize_windows_nat): Remove deprecated_init_ui_hook
9296         assignment.
9297         * NEWS: Add news entry about "info dll" now being available
9298         on all platforms.
9299
9300 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
9301
9302         * ada-lang.c (value_assign_to_component): Reformat and improve
9303         documentation. Remove all trailing spaces.
9304
9305 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
9306
9307         * inline-frame.c (inline_frame_sniffer, skip_inline_frames):
9308         Stop counting inlined frames as soon as an out-of-line function
9309         is found.
9310
9311 2014-05-05  Pierre-Marie de Rodat  <derodat@adacore.com>
9312
9313         * dwarf2read.c (inherit_abstract_dies): Skip
9314         DW_TAG_GNU_call_site dies while inheriting children of an
9315         abstract DIE into a scope.
9316         (read_lexical_block_scope): Inherit abstract DIE's for
9317         lexical scopes.
9318
9319 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
9320
9321         * ada-valprint.c (val_print_packed_array_elements): Delete
9322         variable "len".  Add a type-length check when comparing two
9323         consecutive elements of the array.  Use the element's actual
9324         length in call to value_contents_eq.
9325         * ada-lang.c (ada_value_primitive_packed_val): Always return
9326         a value whose type has been resolved.
9327
9328 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
9329
9330         * ada-lang.c (ada_value_primitive_packed_val): Recompute
9331         BIT_SIZE and LEN if the size of the resolved type is smaller
9332         than BIT_SIZE * HOST_CHAR_BIT.
9333
9334 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
9335
9336         * ada-lang.c (ada_value_primitive_packed_val): Use a more
9337         correct address in call to value_at.  Adjust call to
9338         value_address accordingly.
9339
9340 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
9341
9342         * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying
9343         to print it.
9344
9345 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
9346
9347         * dwarf2loc.h (struct property_addr_info): Add "valaddr" field.
9348         * dwarf2loc.c (dwarf2_evaluate_property): Add handling of
9349         pinfo->valaddr.
9350         * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter.
9351         * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr.
9352         (resolve_dynamic_type_internal): Set pinfo.valaddr.
9353         Add handling of addr_stack->valaddr.
9354         (resolve_dynamic_type): Add "valaddr" parameter.
9355         Set pinfo.valaddr field.
9356         * ada-lang.c (ada_discrete_type_high_bound): Update call to
9357         resolve_dynamic_type.
9358         (ada_discrete_type_low_bound): Likewise.
9359         * findvar.c (default_read_var_value): Likewise.
9360         * value.c (value_from_contents_and_address): Likewise.
9361
9362 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
9363
9364         * gdbtypes.c (resolve_dynamic_array): Use
9365         create_array_type_with_stride instead of create_array_type.
9366
9367 2015-04-30  DJ Delorie  <dj@redhat.com>
9368
9369         * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to
9370         rl78_decode_opcode
9371
9372 2015-04-29  Doug Evans  <dje@google.com>
9373
9374         PR python/18285
9375         * NEWS: Document new gdb.XMethodWorker.get_result_type method.
9376         * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle
9377         EVAL_AVOID_SIDE_EFFECTS for xmethods.
9378         * extension-priv.h (struct extension_language_ops)
9379         <get_xmethod_result_type>: New member.
9380         * extension.c (get_xmethod_result_type): New function.
9381         * extension.h (get_xmethod_result_type): Declare.
9382         * python/py-xmethods.c (get_result_type_method_name): New static
9383         global.
9384         (py_get_result_type_method_name): Ditto.
9385         (gdbpy_get_xmethod_result_type): New function.
9386         (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name.
9387         * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare.
9388         * python/python.c (python_extension_ops): Add
9389         gdbpy_get_xmethod_result_type.
9390         * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type.
9391         * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for
9392         xmethods.
9393         (value_x_unop): Ditto.
9394         * value.c (result_type_of_xmethod): New function.
9395         * value.h (result_type_of_xmethod): Declare.
9396
9397 2015-04-29  Gary Benson <gbenson@redhat.com>
9398
9399         * solib.c (solib_find_1): Allow fd argument to be NULL.
9400         (exec_file_find): Update comment.
9401         (solib_find): Likewise.
9402         * exec.c (exec_file_locate_attach): Use NULL as fd
9403         argument to exec_file_find to avoid having to close
9404         the opened file.
9405         * infrun.c (follow_exec): Likewise.
9406
9407 2015-04-28  Doug Evans  <dje@google.com>
9408
9409         PR python/18299
9410         * python/lib/gdb/printing.py (register_pretty_printer): Handle
9411         name or __name__ attributes.  Handle gdb module as first argument.
9412
9413 2015-04-28  Doug Evans  <dje@google.com>
9414
9415         PR python/18089
9416         * python/py-prettyprint.c (print_children): Verify result of children
9417         iterator.  Provide better error message.
9418         * python/python-internal..h (gdbpy_print_python_errors_p): Declare.
9419         * python/python.c (gdbpy_print_python_errors_p): New function.
9420
9421 2015-04-28  Doug Evans  <dje@google.com>
9422
9423         * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
9424
9425 2015-04-28  Sasha Smundak  <asmundak@google.com>
9426
9427         * NEWS: Mention gdb.Type.optimized_out method.
9428         * python/py-type.c (typy_optimized_out):  New function.
9429
9430 2015-04-28  John Baldwin  <jhb@FreeBSD.org>
9431
9432         * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
9433
9434 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
9435
9436         * utils.c (init_page_info): Set rl_catch_sigwinch to zero.
9437         (initialize_utils): Move call of init_page_info() to ...
9438         * top.c (gdb_init): ... here.
9439
9440 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
9441
9442         * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment.
9443         (tui_sigwinch_handler): Still update our idea of
9444         the terminal's width and height even when TUI is not active.
9445
9446 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
9447
9448         * utils.h (set_screen_width_and_height): Declare.
9449         * utils.c (set_screen_width_and_height): Define.
9450         * tui/tui-win.c (tui_update_gdb_sizes): Use it.
9451
9452 2015-04-28  Gary Benson <gbenson@redhat.com>
9453
9454         * infrun.c (solist.h): New include.
9455         (follow_exec): Use exec_file_find to prefix execd_pathname
9456         with gdb_sysroot.
9457
9458 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
9459
9460         * tui/tui-source.c (tui_set_source_content): Avoid calling
9461         strcpy() when offset is 0.
9462
9463 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
9464
9465         PR gdb/18155
9466         * tui/tui-data.c (tui_free_window): Don't free the locator
9467         window when passed an SRC_WIN or a DISASSEM_WIN.
9468
9469 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
9470
9471         * tui/tui-data.h (struct tui_win_element): Forward-declare.
9472         (tui_win_content): Move declaration.
9473         (struct tui_gen_win_info): Give 'content' field the
9474         type tui_win_content.
9475         * tui/tui-data.c (init_content_element): Remove redundant and
9476         erroneous casts.
9477         (tui_add_content_elements): Remove erroneous cast.
9478         * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant
9479         casts.
9480         (tui_get_begin_asm_address): Likewise.
9481         * tui/tui-regs.c (tui_show_registers): Likewise.
9482         (tui_show_register_group): Likewise.
9483         (tui_display_registers_from): Likewise.
9484         (tui_check_register_values): Likewise.
9485         * tui/tui-source.c (tui_set_source_content): Likewise.
9486         (tui_set_source_content_nil): Likewise.
9487         (tui_source_is_displayed): Likewise.
9488         * tui/tui-stack.c (tui_show_locator_content): Likewise.
9489         (tui_set_locator_fullname): Likewise.
9490         (tui_set_locator_info): Likewise.
9491         (tui_show_frame_info): Likewise.
9492         * tui/tui-winsource.c (tui_clear_source_content): Likewise.
9493         (tui_show_source_line): Likewise.
9494         (tui_horizontal_source_scroll): Likewise.
9495         (tui_update_breakpoint_info): Likewise.
9496         (tui_set_exec_info_content): Likewise.
9497         (tui_show_exec_info_content): Likewise.
9498         (tui_alloc_source_buffer): Likewise.
9499         (tui_line_is_displayed): Likewise.
9500         (tui_addr_is_displayed): Likewise.
9501
9502 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
9503
9504         * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD
9505         event if PL_FLAG_EXEC is set.
9506         [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function.
9507         [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function.
9508         (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set
9509         "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint".
9510         Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint".
9511
9512 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
9513
9514         * fbsd-nat.c: [PT_LWPINFO] New variable super_wait.
9515         [TDP_RFPPWAIT] New variable fbsd_pending_children.
9516         [TDP_RFPPWAIT] (fbsd_remember_child): New function.
9517         [TDP_RFPPWAIT] (fbsd_is_child_pending): New function.
9518         [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function.
9519         [PT_LWPINFO] (fbsd_wait): New function.
9520         [TDP_RFPPWAIT] (fbsd_follow_fork): New function.
9521         [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function.
9522         [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function.
9523         [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function.
9524         [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function.
9525         [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function.
9526         [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function.
9527         [TDP_RFPPWAIT] (fbsd_post_attach): New function.
9528         (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to
9529         "fbsd_wait".
9530         [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork".
9531         Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint".
9532         Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint".
9533         Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint".
9534         Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint".
9535         Set "to_post_startup_inferior" to "fbsd_post_startup_inferior".
9536         Set "to_post_attach" to "fbsd_post_attach".
9537
9538 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
9539
9540         * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static.
9541         (fbsd_find_memory_regions): Mark static.
9542         (fbsd_nat_add_target): New function.
9543         * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for
9544         fbsd_pid_to_exec_file and fbsd_find_memory_regions.
9545         * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target.
9546         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise.
9547         * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise.
9548         * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise.
9549
9550 2015-04-27  Gary Benson <gbenson@redhat.com>
9551
9552         * objfiles.c (allocate_objfile): Do not attempt to expand name
9553         if name is a "target:" filename.
9554         * auto-load.c (load_auto_scripts_for_objfile): Do not attempt
9555         to load auto-load scripts for objfiles with "target:" filenames.
9556
9557 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9558
9559         * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h".
9560         (enum s390_vector_abi_kind): New enum.
9561         (struct gdbarch_tdep)<vector_abi>: New field.
9562         (s390_effective_inner_type): Add parameter min_size.  Stop
9563         unwrapping if the inner type is smaller than min_size.
9564         (s390_function_arg_float): Adjust call to
9565         s390_effective_inner_type.
9566         (s390_function_arg_vector): New function.
9567         (s390_function_arg_integer): Adjust comment.
9568         (struct s390_arg_state)<vr>: New field.
9569         (s390_handle_arg): Add parameter 'is_unnamed'.  Pass vector
9570         arguments according to vector ABI when appropriate.
9571         (s390_push_dummy_call): Initialize the argument state's field
9572         'vr'.  Adjust calls to s390_handle_arg.
9573         (s390_register_return_value): Handle vector return values.
9574         (s390_return_value): Apply the "register" return value convention
9575         to a vector when appropriate.
9576         (s390_gdbarch_init): Initialize tdep->vector_abi.
9577         * NEWS: Announce S390 vector ABI support.
9578
9579 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9580
9581         * s390-linux-tdep.c (s390_return_value_convention): Remove
9582         function.  Inline its logic...
9583         (s390_return_value): ...here.  Instead, move the handling of the
9584         "register" return value convention...
9585         (s390_register_return_value): ...here.  New function.
9586
9587 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9588
9589         * s390-linux-tdep.c
9590         (is_float_singleton): Remove function.  Move the "singleton" part
9591         of the logic...
9592         (s390_effective_inner_type): ...here.  New function.
9593         (is_float_like): Remove function.  Inline its logic...
9594         (s390_function_arg_float): ...here.
9595         (is_pointer_like, is_integer_like, is_struct_like): Remove
9596         functions.  Inline their logic...
9597         (s390_function_arg_integer): ...here.
9598         (s390_function_arg_pass_by_reference): Remove function.
9599         (extend_simple_arg): Remove function.
9600         (alignment_of): Remove function.
9601         (struct s390_arg_state): New structure.
9602         (s390_handle_arg): New function.
9603         (s390_push_dummy_call): Move parameter placement logic to the new
9604         function s390_handle_arg.  Call it for calculating the stack area
9605         sizes first, and again for actually writing the parameters.
9606
9607 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9608
9609         * s390-linux-tdep.c (is_power_of_two): Add comment.  Return
9610           false if the argument is zero.
9611
9612 2015-04-27  Pierre-Marie de Rodat  <derodat@adacore.com>
9613
9614         * ada-lang.c (template_to_static_fixed_type): Return input type
9615         when it is already fixed.  Cache the input type itself when not
9616         creating a static fixed copy.  Make it explicit that we never
9617         molestate the input type.
9618         * gdbtypes.c (resolve_dynamic_struct): Reset the
9619         TYPE_TARGET_TYPE field for resolved copies.
9620
9621 2015-04-27  Joel Brobecker  <brobecker@adacore.com>
9622
9623         * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef.
9624         (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef.
9625         (template_to_static_fixed_type): Call ada_check_typedef only
9626         when necessary.
9627
9628 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
9629
9630         * cli/cli-dump.c (srec_dump_command): Add internationalization
9631         mark ups.
9632         (ihex_dump_command): Likewise.
9633         (tekhex_dump_command): Likewise.
9634         (binary_dump_command): Likewise.
9635         (binary_append_command): Likewise.
9636
9637 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
9638
9639         * cli/cli-dump.c (verilog_cmdlist): New variable.
9640         (dump_verilog_memory): New function.
9641         (dump_verilog_value): New function.
9642         (verilog_dump_command): New function.
9643         (_initialize_cli_dump): Add new commands to support verilog dump
9644         format.
9645         * NEWS: Add entry for "dump verilog".
9646
9647 2015-04-24  Pierre-Marie de Rodat  <derodat@adacore.com>
9648
9649         * gdbtypes.c (print_gnat_stuff): Do not recurse on the
9650         descriptive type when there is none.
9651
9652 2015-04-23  Patrick Palka  <patrick@parcs.ath.cx>
9653
9654         * tui/tui-win.c (tui_async_resize_screen): Call
9655         rl_resize_terminal().
9656
9657 2015-04-22  Jon Turney  <jon.turney@dronecode.org.uk>
9658
9659         * windows-nat.c (handle_output_debug_string): Don't change
9660         current_event.dwThreadId.
9661         (get_windows_debug_event): Use thread_id, rather than relying on
9662         current_event.dwThreadId being changed.
9663
9664 2015-04-22  Jon Turney  <jon.turney@dronecode.org.uk>
9665
9666         * windows-nat.c (windows_continue): Report an error if
9667         ContinueDebugEvent() fails.
9668
9669 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
9670
9671         * windows-nat.c (windows_resume): Fix misspelling in debug output.
9672
9673 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
9674
9675         * windows-nat.c (get_windows_debug_event): Replace retval with
9676         thread_id throughout.  Update stale comment.
9677
9678 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
9679
9680         * windows-nat.c (get_windows_debug_event): Don't use ternary
9681         conditional operator.
9682
9683 2015-04-21  Pierre Muller  <muller@sourceware.org>
9684
9685         PR pascal/17815
9686         p-exp.y (yylex): Reorganize code to return the matched pattern
9687         for a field of this.
9688
9689 2015-04-21  Gary Benson <gbenson@redhat.com>
9690
9691         * common/fileio.h (fileio_to_host_openflags): New declaration.
9692         * common/fileio.c (fcntl.h): New include.
9693         (fileio_to_host_openflags): New function, factored out from...
9694         * inf-child.c (inf_child_fileio_open_flags_to_host): ...here.
9695         Single use updated.
9696
9697 2015-04-21  Kevin Buettner  <kevinb@redhat.com>
9698
9699         * rl78-tdep.c (RL78_SP_ADDR): Define.
9700         (opc_reg_to_gdb_regnum): New static function.
9701         (rl78_analyze_prologue): Recognize instructions forming slightly
9702         more interesting prologues.
9703
9704 2015-04-20  Pierre-Marie de Rodat  <derodat@adacore.com>
9705
9706         Revert:
9707         2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9708         * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
9709         TYPE_CODE_REF types so that they are not considered as dynamic
9710         depending on the referenced type.
9711         (resolve_dynamic_type_internal): Likewise.
9712
9713 2015-04-20  Pierre-Marie de Rodat  <derodat@adacore.com>
9714
9715         Revert:
9716         2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9717         * gdbtypes.c (is_dynamic_type_internal): Remove the unused
9718         "top_level" parameter.
9719         (resolve_dynamic_type_internal): Remove the unused "top_level"
9720         parameter.  Update call to is_dynamic_type_internal.
9721         (is_dynamic_type): Update call to is_dynamic_type_internal.
9722         (resolve_dynamic_range): Update call to
9723         resolve_dynamic_type_internal.
9724         (resolve_dynamic_union): Likewise.
9725         (resolve_dynamic_struct): Likewise.
9726         (resolve_dynamic_type): Likewise.
9727
9728 2015-04-19  Gabriel Krisman Bertazi  <gabriel@krisman.be>
9729
9730         * breakpoint.c (update_dprintf_command_list): Remove duplicated
9731         xmalloc.
9732
9733 2015-04-20  Thomas Schwinge  <thomas@codesourcery.com>
9734
9735         * reply_mig_hack.awk: Robustify parsing.
9736
9737         * reply_mig_hack.awk: Don't bother to declare an intermediate
9738         function pointer variable.
9739
9740 2015-04-17  Doug Evans  <dje@google.com>
9741
9742         * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement"
9743         to "exec_displacement" to avoid confusion with inner use of the name.
9744
9745 2015-04-17  Pedro Alves  <palves@redhat.com>
9746
9747         * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero
9748         if HW point of TYPE isn't supported.
9749
9750 2015-04-17  Yao Qi  <yao.qi@linaro.org>
9751             Pedro Alves  <palves@redhat.com>
9752
9753         * target.h (target_can_use_hardware_watchpoint): Update comments.
9754         Remove trailing ";".
9755
9756 2015-04-17  Gary Benson <gbenson@redhat.com>
9757
9758         * remote.c (remote_add_inferior): New argument try_open_exec.
9759         If nonzero, attempt to open the inferior's executable file as
9760         the main executable if no main executable is open already.
9761         All callers updated.
9762         * NEWS: Mention that GDB now supports automatic location and
9763         retrieval of executable + files from remote targets.
9764
9765 2015-04-17  Gary Benson <gbenson@redhat.com>
9766
9767         * target.h (TARGET_OBJECT_EXEC_FILE): New enum value.
9768         * remote.c (PACKET_qXfer_exec_file): Likewise.
9769         (remote_protocol_features): Register the
9770         "qXfer:exec-file:read" feature.
9771         (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE.
9772         (remote_pid_to_exec_file): New function.
9773         (init_remote_ops): Initialize to_pid_to_exec_file.
9774         (_initialize_remote): Register new "set/show remote
9775         pid-to-exec-file-packet" command.
9776         * NEWS: Announce new qXfer:exec-file:read packet.
9777
9778 2015-04-17  Gary Benson <gbenson@redhat.com>
9779
9780         * nat/linux-procfs.h (linux_proc_pid_to_exec_file):
9781         New declaration.
9782         * nat/linux-procfs.c (linux_proc_pid_to_exec_file):
9783         New function, factored out from...
9784         * linux-nat.c (linux_child_pid_to_exec_file): ...here.
9785
9786 2015-04-17  Gary Benson <gbenson@redhat.com>
9787
9788         * exec.c (solist.h): New include.
9789         (exec_file_locate_attach): Prefix absolute executable
9790         paths with gdb_sysroot if set.
9791         * NEWS: Mention that executable paths may be prepended
9792         with sysroot.
9793
9794 2015-04-17  Gary Benson <gbenson@redhat.com>
9795
9796         * solist.h (exec_file_find): New declaration.
9797         * solib.c (solib_find_1): New function, factored out from...
9798         (solib_find): ...here.
9799         (exec_file_find): New function.
9800
9801 2015-04-17  Gary Benson <gbenson@redhat.com>
9802
9803         * gdbcore.h (exec_file_locate_attach): New declaration.
9804         * exec.c (exec_file_locate_attach): New function, factored
9805         out from...
9806         * infcmd.c (attach_command_post_wait): ...here.
9807
9808 2015-04-17  Mike Frysinger  <vapier@gentoo.org>
9809
9810         * MAINTAINERS: Add myself for Blackfin/write-after-approval.
9811
9812 2015-04-16  Yao Qi  <yao.qi@linaro.org>
9813
9814         * infrun.c (maybe_software_singlestep): Declare.
9815         (displaced_step_fixup): Call maybe_software_singlestep.
9816
9817 2015-04-15  Doug Evans  <dje@google.com>
9818
9819         * psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
9820
9821 2015-04-15  Doug Evans  <dje@google.com>
9822
9823         * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls.
9824
9825 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
9826
9827         * python/lib/gdb/command/unwinders.py: Add parentheses.
9828
9829 2015-04-15  Yao Qi  <yao.qi@linaro.org>
9830
9831         * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message.
9832
9833 2015-04-15  Yao Qi  <yao.qi@linaro.org>
9834
9835         * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation.
9836
9837 2015-04-15  Yao Qi  <yao.qi@linaro.org>
9838
9839         * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
9840         dsc->insn_size instead of 4.
9841
9842 2015-04-14  Gary Benson <gbenson@redhat.com>
9843
9844         * jit.c (mem_bfd_iovec_stat): Zero supplied buffer.
9845         * minidebug.c (lzma_stat): Likewise.
9846         * solib-spu.c (spu_bfd_iovec_stat): Likewise.
9847         * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise.
9848
9849 2015-04-13  Stan Shebs  <stanshebs@google.com>
9850
9851         * MAINTAINERS: Update my email address.
9852
9853 2015-04-13  John Baldwin  <jhb@FreeBSD.org>
9854
9855         * amd64-tdep.c (amd64_target_description): New function.
9856         * amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
9857         * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
9858         (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
9859         x86 extended save area.
9860         (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
9861         * amd64bsd-nat.h: Export amd64bsd_xsave_len.
9862         * amd64fbsd-nat.c (amd64fbsd_read_description): New function.
9863         (_initialize_amd64fbsd_nat): Set "to_read_description" to
9864         "amd64fbsd_read_description".
9865         * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
9866         (amd64fbsd_supply_xstateregset): New function.
9867         (amd64fbsd_collect_xstateregset): New function.
9868         Add "amd64fbsd_xstateregset".
9869         (amd64fbsd_iterate_over_regset_sections): New function.
9870         (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
9871         "I386_FBSD_XSAVE_XCR0_OFFSET".
9872         Add "iterate_over_regset_sections" gdbarch method.
9873         Add "core_read_description" gdbarch method.
9874         * i386-tdep.c (i386_target_description): New function.
9875         * i386-tdep.h: Export i386_target_description and tdesc_i386.
9876         * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
9877         (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
9878         x86 extended save area.
9879         (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
9880         * i386bsd-nat.h: Export i386bsd_xsave_len.
9881         * i386fbsd-nat.c (i386fbsd_read_description): New function.
9882         (_initialize_i386fbsd_nat): Set "to_read_description" to
9883         "i386fbsd_read_description".
9884         * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
9885         (i386fbsd_core_read_description): New function.
9886         (i386fbsd_supply_xstateregset): New function.
9887         (i386fbsd_collect_xstateregset): New function.
9888         Add "i386fbsd_xstateregset".
9889         (i386fbsd_iterate_over_regset_sections): New function.
9890         (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
9891         "I386_FBSD_XSAVE_XCR0_OFFSET".
9892         Add "iterate_over_regset_sections" gdbarch method.
9893         Add "core_read_description" gdbarch method.
9894         * i386fbsd-tdep.h: New file.
9895
9896 2015-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9897
9898         * NEWS (Changes since GDB 7.9): Add removed -xdb.
9899         * breakpoint.c (command_line_is_silent): Remove xdb_commands
9900         conditional.
9901         (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba
9902         and lb.
9903         * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and
9904         va.
9905         * cli/cli-decode.c (find_command_name_length): Remove xdb_commands
9906         conditional.
9907         * defs.h (xdb_commands): Remove declaration.
9908         * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc.
9909         * guile/scm-cmd.c (command_classes): Remove xdb from comment.
9910         * infcmd.c (run_no_args_command, go_command): Remove.
9911         (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr.
9912         * infrun.c (xdb_handle_command): Remove.
9913         (_initialize_infrun): Remove xdb_commands for lz and z.
9914         * main.c (xdb_commands): Remove variable.
9915         (captured_main): Remove "xdb" from long_options.
9916         (print_gdb_help): Remove --xdb from help.
9917         * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment.
9918         * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?.
9919         * stack.c (backtrace_full_command, args_plus_locals_info)
9920         (current_frame_command): Remove.
9921         (_initialize_stack): Remove xdb_commands for t, T and l.
9922         * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg.
9923         * thread.c (_initialize_thread): Remove xdb_commands condition.
9924         * tui/tui-layout.c (tui_toggle_layout_command)
9925         (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove.
9926         (_initialize_tui_layout): Remove xdb_commands for td and ts.
9927         * tui/tui-regs.c (tui_scroll_regs_forward_command)
9928         (tui_scroll_regs_backward_command): Remove.
9929         (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r.
9930         * tui/tui-win.c (tui_xdb_set_win_height_command): Remove.
9931         (_initialize_tui_win): Remove xdb_commands for U and w.
9932         * utils.c (pagination_on_command, pagination_off_command): Remove.
9933         (initialize_utils): Remove xdb_commands for am and sm.
9934
9935 2015-04-10  Pedro Alves  <palves@redhat.com>
9936
9937         * infrun.c (displaced_step_fixup): Switch to the event ptid
9938         earlier.  If the thread stopped for a watchpoint and the
9939         target/arch has non-continuable watchpoints, cancel the displaced
9940         step.
9941         (resume): Don't start a displaced step if in-line step-over info
9942         is valid.
9943
9944 2015-04-10  Pedro Alves  <palves@redhat.com>
9945
9946         * infrun.c (displaced_step_in_progress): New function.
9947         (do_target_resume): Advise target to report all signals if
9948         displaced stepping.
9949
9950 2015-04-10  Pedro Alves  <palves@redhat.com>
9951
9952         PR gdb/18216
9953         * infrun.c (process_event_stop_test): Don't assume a step-resume
9954         is set if tp->stepped_breakpoint is true.
9955
9956 2015-04-10  Yao Qi  <yao.qi@linaro.org>
9957
9958         * arm-tdep.c (install_alu_reg): Update comment.
9959         (thumb_copy_alu_reg): Remove local variable rn.  Update
9960         debugging message.  Use r2 instead of r1 in the modified
9961         instruction.
9962
9963 2015-04-10  Pedro Alves  <palves@redhat.com>
9964
9965         PR gdb/13858
9966         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install
9967         linux_displaced_step_location as gdbarch_displaced_step_location
9968         hook.
9969         * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
9970         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
9971         * linux-tdep.c (linux_displaced_step_location): New function,
9972         based on ppc_linux_displaced_step_location.
9973         * linux-tdep.h (linux_displaced_step_location): New declaration.
9974         * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete.
9975         (ppc_linux_inferior_created, ppc_linux_displaced_step_location):
9976         Delete.
9977         (ppc_linux_init_abi): Install linux_displaced_step_location as
9978         gdbarch_displaced_step_location hook, even without Cell/B.E..
9979         (_initialize_ppc_linux_tdep): Don't install
9980         ppc_linux_inferior_created as inferior_created observer.
9981         * s390-linux-tdep.c (s390_gdbarch_init): Install
9982         linux_displaced_step_location as gdbarch_displaced_step_location
9983         hook.
9984
9985 2015-04-09  Gary Benson <gbenson@redhat.com>
9986
9987         * common/common-remote-fileio.h: Rename to...
9988         * common/fileio.h: ...this.  Update all references.
9989         (remote_fileio_to_fio_error): Rename to...
9990         (host_to_fileio_error): ...this.
9991         (remote_fileio_to_be): Rename to...
9992         (host_to_bigendian): ...this.  Update all callers.
9993         (remote_fileio_to_fio_uint): Rename to...
9994         (host_to_fileio_uint): ...this.  Update all callers.
9995         (remote_fileio_to_fio_time): Rename to...
9996         (host_to_fileio_time): ...this.  Update all callers.
9997         (remote_fileio_to_fio_stat): Rename to...
9998         (host_to_fileio_stat): ...this.
9999         Update all references.
10000         * common/common-remote-fileio.c: Rename to...
10001         * common/fileio.c: ...this.  Update all references.
10002         (remote_fileio_to_fio_error): Rename to...
10003         (host_to_fileio_error): ...this.  Update all callers.
10004         (remote_fileio_mode_to_target): Rename to...
10005         (fileio_mode_pack): ...this.  Update all callers.
10006         (remote_fileio_to_fio_mode): Rename to...
10007         (host_to_fileio_mode): ...this.  Update all callers.
10008         (remote_fileio_to_fio_ulong): Rename to...
10009         (host_to_fileio_ulong): ...this.  Update all callers.
10010         (remote_fileio_to_fio_stat): Rename to...
10011         (host_to_fileio_stat): ...this.  Update all callers.
10012
10013 2015-04-09  Andy Wingo  <wingo@igalia.com>
10014
10015         * guile/scm-frame.c (gdbscm_frame_read_register): New function.
10016         (frame_functions): Bind gdbscm_frame_read_register to
10017         frame-read-register.
10018         * guile/lib/gdb.scm (frame-read-register): Export.
10019
10020 2015-04-09  Gary Benson <gbenson@redhat.com>
10021
10022         * common/common-remote-fileio.h (remote_fileio_to_fio_error):
10023         New declaration.
10024         * common/common-remote-fileio.c (remote_fileio_to_fio_error):
10025         New function, factored out the named functions below.
10026         * inf-child.c (gdb/fileio.h): Remove include.
10027         (common-remote-fileio.h): New include.
10028         (inf_child_errno_to_fileio_error): Remove function.  Update
10029         all callers to use remote_fileio_to_fio_error.
10030         * remote-fileio.c (remote_fileio_errno_to_target): Likewise.
10031
10032 2015-04-09  Andy Wingo  <wingo@igalia.com>
10033
10034         * MAINTAINERS (Write After Approval): Add Andy Wingo.
10035
10036 2015-04-09  H.J. Lu  <hongjiu.lu@intel.com>
10037
10038         * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir.
10039         Replace $zlibdir with $ZLIBDIR in LDFLAGS.
10040         * configure: Regenerated.
10041
10042 2015-04-09  Pedro Alves  <palves@redhat.com>
10043
10044         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
10045         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
10046         * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
10047         * gnulib/import/Makefile.am: Update.
10048         * gnulib/import/Makefile.in: Update.
10049         * gnulib/import/m4/gnulib-cache.m4: Update.
10050         * gnulib/import/m4/gnulib-comp.m4: Update.
10051         * gnulib/import/m4/strtok_r.m4: New file.
10052         * gnulib/import/strtok_r.c: New file.
10053
10054 2015-04-09  Pedro Alves  <palves@redhat.com>
10055
10056         * gnulib/update-gnulib.sh (aclocal version check): Filter out
10057         "called too early to check prototype".
10058
10059 2015-04-08  Sergio Durigan Junior  <sergiodj@redhat.com>
10060
10061         PR python/16699
10062         * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not
10063         use a caching mechanism.  Adjust comments and code to reflect
10064         that.  Replace 'sizeof' by 'strlen' when fetching 'wordobj'.
10065         (cmdpy_completer_handle_brkchars): Adjust call to
10066         cmdpy_completer_helper.  Call Py_XDECREF for 'resultobj'.
10067         (cmdpy_completer): Likewise.
10068
10069 2015-04-08  Yao Qi  <yao.qi@linaro.org>
10070
10071         * spu-tdep.c (spu_gdbarch_init): Don't call
10072         set_gdbarch_cannot_step_breakpoint.
10073
10074 2015-04-07  Sergio Durigan Junior  <sergiodj@redhat.com>
10075
10076         * linux-tdep.c (decode_vmflags): Initialize 'saveptr'.
10077
10078 2015-04-07  Pedro Alves  <palves@redhat.com>
10079
10080         * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ...
10081         (ALL_THREADS_SAFE): ... this, and don't skip exited threads.
10082         (delete_exited_threads): New declaration.
10083         * infrun.c (follow_exec): Use ALL_THREADS_SAFE.
10084         * linux-nat.c (linux_nat_update_thread_list): New function.
10085         (linux_nat_add_target): Install it.
10086         * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE.
10087         * thread.c (prune_threads): Use ALL_THREADS_SAFE.
10088         (delete_exited_threads): New function.
10089
10090 2015-04-07  Pedro Alves  <pedro@codesourcery.com>
10091
10092         * infrun.c (resume) <displaced stepping debug output>: Get the
10093         leader thread's regcache, not resume_ptid's.
10094
10095 2015-04-06  Doug Evans  <xdje42@gmail.com>
10096
10097         * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as
10098         VAR_DOMAIN.
10099         (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters.
10100         Include symbol domain in debugging output.
10101
10102 2015-04-06  Pedro Alves  <palves@redhat.com>
10103             Bernd Edlinger  <bernd.edlinger@hotmail.de>
10104
10105         * configure.ac: Remove the mingw32-specific stub-termcap.o
10106         fallback, and instead fallback to the stub termcap on all hosts.
10107         * configure: Regenerate.
10108         * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak
10109         symbols.
10110
10111 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
10112
10113         * gdbtypes.c (is_dynamic_type_internal): Remove the unused
10114         "top_level" parameter.
10115         (resolve_dynamic_type_internal): Remove the unused "top_level"
10116         parameter.  Update call to is_dynamic_type_internal.
10117         (is_dynamic_type): Update call to is_dynamic_type_internal.
10118         (resolve_dynamic_range): Update call to
10119         resolve_dynamic_type_internal.
10120         (resolve_dynamic_union): Likewise.
10121         (resolve_dynamic_struct): Likewise.
10122         (resolve_dynamic_type): Likewise.
10123
10124 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
10125
10126         * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
10127         TYPE_CODE_REF types so that they are not considered as dynamic
10128         depending on the referenced type.
10129         (resolve_dynamic_type_internal): Likewise.
10130
10131 2015-04-02  H.J. Lu  <hongjiu.lu@intel.com>
10132
10133         * Makefile.in (top_srcdir): New.
10134         * configure: Regenerated.
10135
10136 2015-04-02  Gary Benson <gbenson@redhat.com>
10137
10138         * NEWS: Announce the new default sysroot of "target:".
10139
10140 2015-04-02  Gary Benson <gbenson@redhat.com>
10141
10142         * main.c (captured_main): Set gdb_sysroot to "target:"
10143         if not otherwise set.
10144
10145 2015-04-02  Gary Benson <gbenson@redhat.com>
10146
10147         * exec.c (exec_file_attach): Support "target:" filenames.
10148
10149 2015-04-02  Gary Benson <gbenson@redhat.com>
10150
10151         * solib.c (solib_find): Strip "target:" prefix from sysroot
10152         if accessing local files.
10153
10154 2015-04-02  Gary Benson <gbenson@redhat.com>
10155
10156         * symfile.c (symfile_bfd_open): Reorder to remove duplicated
10157         checks and error messages.
10158
10159 2015-04-02  Gary Benson <gbenson@redhat.com>
10160
10161         * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition.
10162         (remote_filename_p): Remove declaration.
10163         (remote_bfd_open): Likewise.
10164         * remote.c (remote_bfd_iovec_open): Remove function.
10165         (remote_bfd_iovec_close): Likewise.
10166         (remote_bfd_iovec_pread): Likewise.
10167         (remote_bfd_iovec_stat): Likewise.
10168         (remote_filename_p): Likewise.
10169         (remote_bfd_open): Likewise.
10170         * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration.
10171         * symfile.c (separate_debug_file_exists): Use gdb_bfd_open.
10172         (gdb_bfd_open_maybe_remote): Remove function.
10173         (symfile_bfd_open):  Replace remote filename check with
10174         target filename check.
10175         (reread_symbols): Use gdb_bfd_open.
10176         * build-id.c (gdbcore.h): New include.
10177         (build_id_to_debug_bfd): Use gdb_bfd_open.
10178         * infcmd.c (attach_command_post_wait): Remove remote filename
10179         check.
10180         * solib.c (solib_find): Replace remote-specific handling with
10181         target-specific handling.  Update comments where necessary.
10182         (solib_bfd_open): Replace remote-specific handling with
10183         target-specific handling.
10184         (gdb_sysroot_changed): New function.
10185         (_initialize_solib): Call the above when gdb_sysroot changes.
10186         * windows-tdep.c (gdbcore.h): New include.
10187         (windows_xfer_shared_library): Use gdb_bfd_open.
10188
10189 2015-04-02  Gary Benson <gbenson@redhat.com>
10190
10191         * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition.
10192         (is_target_filename): New declaration.
10193         (gdb_bfd_has_target_filename): Likewise.
10194         (gdb_bfd_open): Update documentation comment.
10195         * gdb_bfd.c (target.h): New include.
10196         (gdb/fileio.h): Likewise.
10197         (is_target_filename): New function.
10198         (gdb_bfd_has_target_filename): Likewise.
10199         (fileio_errno_to_host): Likewise.
10200         (gdb_bfd_iovec_fileio_open): Likewise.
10201         (gdb_bfd_iovec_fileio_pread): Likewise.
10202         (gdb_bfd_iovec_fileio_close): Likewise.
10203         (gdb_bfd_iovec_fileio_fstat): Likewise.
10204         (gdb_bfd_open): Use target fileio to access paths prefixed
10205         with "target:" where necessary.
10206
10207 2015-04-02  Gary Benson <gbenson@redhat.com>
10208
10209         * target.h (struct target_ops) <to_filesystem_is_local>:
10210         New field.
10211         (target_filesystem_is_local): New macro.
10212         * target-delegates.c: Regenerate.
10213         * remote.c (remote_filesystem_is_local): New function.
10214         (init_remote_ops): Initialize to_filesystem_is_local.
10215
10216 2015-04-02  Gary Benson <gbenson@redhat.com>
10217
10218         * target.h (struct target_ops) <to_fileio_fstat>: New field.
10219         (target_fileio_fstat): New declaration.
10220         * target.c (target_fileio_fstat): New function.
10221         * inf-child.c (inf_child_fileio_fstat): Likewise.
10222         (inf_child_target): Initialize to_fileio_fstat.
10223         * remote.c (init_remote_ops): Likewise.
10224
10225 2015-04-01  Sasha Smundak  <asmundak@google.com>
10226
10227         * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o.
10228         (SUBDIR_PYTHON_SRCS): Add py-unwind.c.
10229         (py-unwind.o): New recipe.
10230         * NEWS: mention Python frame unwinding.
10231         * data-directory/Makefile.in (PYTHON_FILE_LIST): Add
10232         gdb/unwinder.py and gdb/command/unwinder.py
10233         * python/lib/gdb/__init__.py (packages): Add frame_unwinders
10234         list.
10235         (execute_unwinders): New function.
10236         * python/lib/gdb/command/unwinders.py: New file.
10237         * python/lib/gdb/unwinder.py: New file.
10238         * python/py-objfile.c (objfile_object): Add frame_unwinders field.
10239         (objfpy_dealloc): Decrement frame_unwinders reference count.
10240         (objfpy_initialize): Create frame_unwinders list.
10241         (objfpy_get_frame_unwinders): New function.
10242         (objfpy_set_frame_unwinders): Ditto.
10243         (objfile_getset): Add frame_unwinders attribute to Objfile.
10244         * python/py-progspace.c (pspace_object): Add frame_unwinders field.
10245         (pspy_dealloc): Decrement frame_unwinders reference count.
10246         (pspy_initialize): Create frame_unwinders list.
10247         (pspy_get_frame_unwinders): New function.
10248         (pspy_set_frame_unwinders): Ditto.
10249         (pspy_getset): Add frame_unwinders attribute to gdb.Progspace.
10250         * python/py-unwind.c: New file.
10251         * python/python-internal.h (pspy_get_name_unwinders): New prototype.
10252         (objpy_get_frame_unwinders): New prototype.
10253         (gdbpy_initialize_unwind): New prototype.
10254         * python/python.c (gdbpy_apply_type_printers): Call
10255         gdbpy_initialize_unwind.
10256
10257 2015-04-01  Pedro Alves  <palves@redhat.com>
10258
10259         * infrun.c (resume): Check currently_stepping after clearing
10260         stepped_breakpoint, not before.
10261
10262 2015-04-01  Pedro Alves  <palves@redhat.com>
10263
10264         * infrun.c (print_target_wait_results): Print all the ptid
10265         elements.
10266
10267 2015-04-01  Pedro Alves  <palves@redhat.com>
10268
10269         * infrun.c (keep_going): Also discard cleanups if inserting
10270         breakpoints fails.
10271
10272 2015-04-01  Pedro Alves  <palves@redhat.com>
10273
10274         * infrun.c (wait_for_inferior): Install the
10275         finish_thread_state_cleanup cleanup across the whole function, not
10276         just around handle_inferior_event.
10277
10278 2015-04-01  Pedro Alves  <palves@redhat.com>
10279
10280         * infrun.c (resume) <step past permanent breakpoint>: Use
10281         do_target_resume.
10282
10283 2015-04-01  Pedro Alves  <palves@redhat.com>
10284
10285         * linux-nat.c (linux_handle_extended_wait): Always call set_running.
10286
10287 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
10288
10289         * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
10290
10291 2015-04-01  Pedro Alves  <palves@redhat.com>
10292
10293         * linux-thread-db.c (record_thread): Readd the thread to gdb's
10294         list if it was marked exited.
10295
10296 2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
10297
10298         * configure: Regenerated.
10299
10300 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
10301             Jan Kratochvil  <jan.kratochvil@redhat.com>
10302             Oleg Nesterov  <oleg@redhat.com>
10303
10304         PR corefiles/16092
10305         * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'.
10306         New enum identifying the various options of the coredump_filter
10307         file.
10308         (struct smaps_vmflags): New struct.
10309         (use_coredump_filter): New variable.
10310         (decode_vmflags): New function.
10311         (mapping_is_anonymous_p): Likewise.
10312         (dump_mapping_p): Likewise.
10313         (linux_find_memory_regions_full): New variables
10314         'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'.
10315         Removed variable 'modified'.  Read /proc/<PID>/smaps file; improve
10316         parsing of its information.  Implement memory mapping filtering
10317         based on its contents.
10318         (show_use_coredump_filter): New function.
10319         (_initialize_linux_tdep): New command 'set use-coredump-filter'.
10320         * NEWS: Mention the possibility of using the
10321         '/proc/PID/coredump_filter' file when generating a corefile.
10322         Mention new command 'set use-coredump-filter'.
10323
10324 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
10325
10326         * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by
10327         read_memory_unsigned_integer.
10328
10329 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
10330
10331         * Makefile.in (ZLIB): New.
10332         (ZLIBINC): Likewise.
10333         (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC).
10334         (CLIBS): Add $(ZLIB).
10335         * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS.
10336         Add -lz to LIBS.
10337         * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
10338         * top.c (print_gdb_configuration): Remove --with-zlib and
10339         --without-zlib.
10340         * config.in: Regenerated.
10341         * configure: Likewise.
10342
10343 2015-03-31  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10344
10345         * NEWS: Mention info os cpus support.
10346         * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
10347         (struct osdata_type): Add cpus entry, reorder the entries in
10348         alphabetical order.
10349
10350 2015-03-31  Matthias Klose  <doko@ubuntu.com>
10351
10352         * compile/compile.c (compile_to_object): Allow triplets with or
10353         without vendor set.
10354
10355 2015-03-30  Doug Evans  <dje@google.com>
10356
10357         PR c++/18141
10358         * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
10359         klass in VAR_DOMAIN.
10360
10361 2015-03-30  Gary Benson <gbenson@redhat.com>
10362
10363         * remote.c (remote_mourn_1): Remove function.  Update all callers
10364         to use remote_mourn.
10365         (extended_remote_mourn_1): Remove function.  Update all callers
10366         to use extended_remote_mourn.
10367         (extended_remote_attach_1): Remove function.  Update all callers
10368         to use extended_remote_attach.
10369
10370 2015-03-28  James Bowman  <james.bowman@ftdichip.com>
10371
10372         * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o.
10373         (HFILES_NO_SRCDIR): Add ft32-tdep.h.
10374         (ALLDEPFILES): Add ft32-tdep.c.
10375         * configure.tgt: Add FT32 entry.
10376         * ft32-tdep.c: New file, FT32 target-dependent code.
10377         * ft32-tdep.h: New file, FT32 target-dependent code.
10378
10379 2015-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
10380
10381         Revert:
10382         2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10383         Code cleanup.
10384         * printcmd.c (print_command_1): Move expr variable scope.
10385
10386 2015-03-27  Joel Brobecker  <brobecker@adacore.com>
10387
10388         * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL.
10389
10390 2015-03-27  Andrzej Kaczmarek  <andrzej.kaczmarek@tieto.com>
10391
10392         * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special
10393         sections.
10394
10395 2015-03-26  Joel Brobecker  <brobecker@adacore.com>
10396
10397         * dtrace-probe.c (dtrace_process_dof_probe): Contain any
10398         exception raised while parsing the probe arguments.
10399         Force parsing to be done using the C language parser.
10400         * expression.h (parse_expression_with_language): Declare.
10401         * parse.c (parse_expression_with_language): New function.
10402
10403 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
10404
10405         * MAINTAINERS (Write After Approval): Add "Jon Turney".
10406
10407 2015-03-26  Andy Wingo  <wingo@igalia.com>
10408
10409         PR symtab/18148
10410         * dwarf2read.c (struct partial_die_info): Add has_const_value
10411         member.
10412         (add_partial_symbol): Don't punt on symbols that have const_value
10413         attributes.
10414         (read_partial_die): Detect DW_AT_const_value.
10415
10416 2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10417
10418         Code cleanup.
10419         * printcmd.c (print_command_1): Move expr variable scope.
10420
10421 2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10422
10423         Code cleanup.
10424         * printcmd.c (validate_format): Make the parameter cmdname const.
10425
10426 2015-03-26  Don Breazeal  <donb@codesourcery.com>
10427
10428         * remote.c (_initialize_remote): Update comment.
10429
10430 2015-03-26  Pedro Alves  <palves@redhat.com>
10431             Jon TURNEY  <jon.turney@dronecode.org.uk>
10432
10433         * coffread.c (coff_symfile_read): When constructing the name of an
10434         import stub symbol from import symbol for amd64, only skip the
10435         char after _imp_ if the target is underscored (like i386) and the
10436         char is indeed the target's leading char.
10437
10438 2015-03-25  Pedro Alves  <palves@redhat.com>
10439
10440         * target.h <to_async>: Replace 'callback' and 'context' parameters
10441         with boolean 'enable' parameter.
10442         (target_async): Replace CALLBACK and CONTEXT parameters with
10443         boolean ENABLE parameter.
10444         * inf-loop.c (inferior_event_handler): Adjust.
10445         * linux-nat.c (linux_nat_attach, linux_nat_resume)
10446         (linux_nat_resume): Adjust.
10447         (async_client_callback, async_client_context): Delete.
10448         (handle_target_event): Call inferior_event_handler directly.
10449         (linux_nat_async): Replace 'callback' and 'context' parameters
10450         with boolean 'enable' parameter.  Adjust.  Remove references to
10451         async_client_callback and async_client_context.
10452         (linux_nat_close): Adjust.
10453         * record-btrace.c (record_btrace_async): Replace 'callback' and
10454         'context' parameters with boolean 'enable' parameter.  Adjust.
10455         (record_btrace_resume): Adjust.
10456         * record-full.c (record_full_async): Replace 'callback' and
10457         'context' parameters with boolean 'enable' parameter.  Adjust.
10458         (record_full_resume, record_full_core_resume): Adjust.
10459         * remote.c (struct remote_state) <async_client_callback,
10460         async_client_context>: Delete fields.
10461         (remote_start_remote, extended_remote_attach_1, remote_resume)
10462         (extended_remote_create_inferior): Adjust.
10463         (remote_async_serial_handler): Call inferior_event_handler
10464         directly.
10465         (remote_async): Replace 'callback' and 'context' parameters with
10466         boolean 'enable' parameter.  Adjust.
10467         * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper):
10468         Adjust.
10469         * target-delegates.c: Regenerate.
10470
10471 2015-03-25  Gary Benson <gbenson@redhat.com>
10472             Pedro Alves  <palves@redhat.com>
10473
10474         * target.c (fileio_ft_t): New typedef, define object vector.
10475         (fileio_fhandles): New static variable.
10476         (is_closed_fileio_fh): New macro.
10477         (lowest_closed_fd): New static variable.
10478         (acquire_fileio_fd): New function.
10479         (release_fileio_fd): Likewise.
10480         (fileio_fd_to_fh): New macro.
10481         (target_fileio_open): Wrap the file descriptor on success.
10482         (target_fileio_pwrite): Updated to use wrapped file descriptor.
10483         (target_fileio_pread): Likewise.
10484         (target_fileio_close): Likewise.
10485
10486 2015-03-24  Pedro Alves  <palves@redhat.com>
10487
10488         * thread.c (thread_apply_all_command): Take exited threads into
10489         account.
10490
10491 2015-03-24  Pedro Alves  <palves@redhat.com>
10492
10493         * infrun.c (resume, proceed): Mention
10494         switch_back_to_stepped_thread, not switch_back_to_stepping.
10495
10496 2015-03-24  Pedro Alves  <palves@redhat.com>
10497
10498         * infrun.c (user_visible_resume_ptid): Rewrite going from
10499         most-locked to unlocked instead of the opposite.  Move comment ...
10500         * infrun.h (user_visible_resume_ptid): ... here.
10501
10502 2015-03-24  Pedro Alves  <palves@redhat.com>
10503
10504         * linux-nat.c (linux_nat_resume): Output debug logs before trying
10505         to resume the event lwp.  Use the lwp's ptid instead of the passed
10506         in (maybe wildcard) ptid.
10507         (stop_wait_callback): Tweak debug log output.
10508         (check_stopped_by_breakpoint): Tweak debug log output.  Also dump
10509         TRAP_TRACE.
10510         (linux_nat_filter_event): In debug output, distinguish a
10511         resume_stop SIGSTOP from a delayed SIGSTOP.  Output debug logs
10512         before trying to resume the lwp.
10513
10514 2015-03-24  Joel Brobecker  <brobecker@adacore.com>
10515
10516         * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove
10517         pointer indirection.
10518         * gdbtypes.c (get_dyn_prop): Adjust, following change above.
10519         (add_dyn_prop, copy_dynamic_prop_list): Likewise.
10520
10521 2015-03-24  Joel Brobecker  <brobecker@adacore.com>
10522
10523         * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>:
10524         Renames DYN_ATTR_DATA_LOCATION.
10525         (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of
10526         DYN_ATTR_DATA_LOCATION.
10527         * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION
10528         instead of DYN_ATTR_DATA_LOCATION.
10529
10530 2015-03-24  Pedro Alves  <palves@redhat.com>
10531
10532         * breakpoint.c (until_break_command): Adjust call to proceed.
10533         * gdbthread.h (struct thread_control_state) <stepping_command>:
10534         New field.
10535         * infcall.c (run_inferior_call): Adjust call to proceed.
10536         * infcmd.c (run_command_1, proceed_thread_callback, continue_1):
10537         Adjust calls to proceed.
10538         (set_step_frame): Set the current thread's step_start_function
10539         here.
10540         (step_once): Adjust calls to proceed.
10541         (jump_command, signal_command, until_next_command)
10542         (finish_backward, finish_forward, proceed_after_attach_callback)
10543         (attach_command_post_wait): Adjust calls to proceed.
10544         * infrun.c (proceed_after_vfork_done): Adjust call to proceed.
10545         (do_target_resume): New function, factored out from ...
10546         (resume): ... here.  Remove 'step' parameter.  Instead, check
10547         currently_stepping to determine whether the thread should be
10548         single-stepped.
10549         (proceed): Remove 'step' parameter and don't set the thread's
10550         step_start_function here.  Adjust call to 'resume'.
10551         (handle_inferior_event): Adjust calls to 'resume'.
10552         (switch_back_to_stepped_thread): Use do_target_resume instead of
10553         'resume'.
10554         (keep_going): Adjust calls to 'resume'.
10555         * infrun.h (proceed): Remove 'step' parameter.
10556         (resume): Likewise.
10557         * windows-nat.c (do_initial_windows_stuff): Adjust call to
10558         'resume'.
10559         * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'.
10560
10561 2015-03-24  Pedro Alves  <palves@redhat.com>
10562
10563         * gdbthread.h (struct thread_control_state) <stepping_command>:
10564         New field.
10565         * infcmd.c (step_once): Pass step=1 to clear_proceed_status.  Set
10566         the thread's stepping_command field.
10567         * infrun.c (resume): Check the thread's stepping_command flag to
10568         determine which threads should be resumed.  Rename 'entry_step'
10569         local to user_step.
10570         (clear_proceed_status_thread): Clear 'stepping_command'.
10571         (schedlock_applies): Change parameter type to struct thread_info
10572         pointer.  Adjust.
10573         (find_thread_needs_step_over): Remove 'step' parameter.  Adjust.
10574         (switch_back_to_stepped_thread): Adjust calls to
10575         'schedlock_applies'.
10576         (_initialize_infrun): Adjust "set scheduler-locking step" help.
10577
10578 2015-03-24  Pedro Alves  <palves@redhat.com>
10579
10580         * infrun.c (step_start_function): Delete and ...
10581         * gdbthread.h (struct thread_control_state) <step_start_function>:
10582         ... now a field here.
10583         * infrun.c (clear_proceed_status_thread): Clear the thread's
10584         step_start_function.
10585         (proceed, process_event_stop_test, print_stop_event): Adjust.
10586
10587 2015-03-24  Pedro Alves  <palves@redhat.com>
10588
10589         * infrun.c (proceed): No longer handle negative step.
10590
10591 2015-03-24  Gary Benson  <gbenson@redhat.com>
10592
10593         * nat/x86-linux.h (x86_linux_new_thread): New declaration.
10594         (x86_linux_prepare_to_resume): Likewise.
10595         * x86-linux-nat.c (x86_linux_new_thread):
10596         Moved to nat/x86-linux.c.
10597         (x86_linux_prepare_to_resume): Likewise.
10598         * nat/x86-linux.c (x86_linux_new_thread): New function.
10599         (x86_linux_prepare_to_resume): Likewise.
10600
10601 2015-03-24  Gary Benson  <gbenson@redhat.com>
10602
10603         * nat/x86-linux-dregs.h: New file.
10604         * nat/x86-linux-dregs.c: Likewise.
10605         * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
10606         (x86-linux-dregs.o): New rule.
10607         * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
10608         * config/i386/linux64.mh (NATDEPFILES): Likewise.
10609         * x86-linux-nat.c: Include nat/x86-linux-dregs.h.
10610         (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
10611         (x86_linux_dr_get): Likewise.
10612         (x86_linux_dr_set): Likewise.
10613         (x86_linux_dr_get_addr): Likewise.
10614         (x86_linux_dr_get_control): Likewise.
10615         (x86_linux_dr_get_status): Likewise.
10616         (update_debug_registers_callback): Likewise.
10617         (x86_linux_dr_set_control): Likewise.
10618         (x86_linux_dr_set_addr): Likewise.
10619         (x86_linux_update_debug_registers): Likewise.
10620
10621 2015-03-24  Gary Benson  <gbenson@redhat.com>
10622
10623         * x86-linux-nat.c (x86_linux_update_debug_registers):
10624         New function, factored out from...
10625         (x86_linux_prepare_to_resume): ...this.
10626
10627 2015-03-24  Gary Benson  <gbenson@redhat.com>
10628
10629         * x86-linux-nat.c (x86_linux_dr_get): Update comments.
10630         (x86_linux_dr_set): Likewise.
10631         (x86_linux_dr_get_addr): Likewise.
10632         (x86_linux_dr_get_control): Likewise.
10633         (x86_linux_dr_get_status): Likewise.
10634         (update_debug_registers_callback): Likewise.
10635         (x86_linux_dr_set_control): Likewise.
10636         (x86_linux_dr_set_addr): Likewise.
10637         (x86_linux_prepare_to_resume): Likewise.
10638         (x86_linux_new_thread): Likewise.
10639
10640 2015-03-24  Gary Benson  <gbenson@redhat.com>
10641
10642         * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion.
10643         (x86_linux_new_thread): Rename argument.
10644
10645 2015-03-24  Gary Benson  <gbenson@redhat.com>
10646
10647         * nat/x86-linux.h: New file.
10648         * nat/x86-linux.c: Likewise.
10649         * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h.
10650         (x86-linux.o): New rule.
10651         * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o.
10652         * config/i386/linux64.mh (NATDEPFILES): Likewise.
10653         * nat/linux-nat.h (struct arch_lwp_info): New forward declaration.
10654         (lwp_set_arch_private_info): New declaration.
10655         (lwp_arch_private_info): Likewise.
10656         * linux-nat.c (lwp_set_arch_private_info): New function.
10657         (lwp_arch_private_info): Likewise.
10658         * x86-linux-nat.c: Include nat/x86-linux.h.
10659         (arch_lwp_info): Removed structure.
10660         (update_debug_registers_callback):
10661         Use lwp_set_debug_registers_changed.
10662         (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
10663         and lwp_set_debug_registers_changed.
10664         (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
10665
10666 2015-03-24  Gary Benson  <gbenson@redhat.com>
10667
10668         * nat/linux-nat.h (ptid_of_lwp): New declaration.
10669         (lwp_is_stopped): Likewise.
10670         (lwp_stop_reason): Likewise.
10671         * linux-nat.c (ptid_of_lwp): New function.
10672         (lwp_is_stopped): Likewise.
10673         (lwp_is_stopped_by_watchpoint): Likewise.
10674         * x86-linux-nat.c (update_debug_registers_callback):
10675         Use lwp_is_stopped.
10676         (x86_linux_prepare_to_resume): Use ptid_of_lwp and
10677         lwp_stop_reason.
10678
10679 2015-03-24  Gary Benson  <gbenson@redhat.com>
10680
10681         * linux-nat.h (linux_stop_lwp): Move declaration to...
10682         * nat/linux-nat.h (linux_stop_lwp): New declaration.
10683
10684 2015-03-24  Gary Benson  <gbenson@redhat.com>
10685
10686         * linux-nat.h: Include nat/linux-nat.h.
10687         (iterate_over_lwps): Move declaration to nat/linux-nat.h.
10688         * nat/linux-nat.h (struct lwp_info): New forward declaration.
10689         (iterate_over_lwps_ftype): New typedef.
10690         (iterate_over_lwps): New declaration.
10691         * linux-nat.h (iterate_over_lwps): Update comment.  Use
10692         iterate_over_lwps_ftype.  Update callback return value check.
10693
10694 2015-03-24  Gary Benson  <gbenson@redhat.com>
10695
10696         * x86-nat.h (x86_debug_reg_state): Move declaration to...
10697         * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
10698
10699 2015-03-24  Gary Benson  <gbenson@redhat.com>
10700
10701         * nat/linux-nat.h (current_lwp_ptid): New declaration.
10702         * linux-nat.c (current_lwp_ptid): New function.
10703         * x86-linux-nat.c: Include nat/linux-nat.h.
10704         (x86_linux_dr_get_addr): Use current_lwp_ptid.
10705         (x86_linux_dr_get_control): Likewise.
10706         (x86_linux_dr_get_status): Likewise.
10707         (x86_linux_dr_set_control): Likewise.
10708         (x86_linux_dr_set_addr): Likewise.
10709
10710 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10711
10712         PR breakpoints/16466
10713         * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
10714
10715 2015-03-23  Joel Brobecker  <brobecker@adacore.com>
10716
10717         * ser-mingw.c (ser_windows_setparity): Fix indentation.
10718         * ser-unix.c (hardwire_setparity): Likewise.
10719
10720 2015-03-23  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
10721
10722         * NEWS: Mention set/show serial parity command.
10723         * monitor.c (monitor_open): Call serial_setparity.
10724         * remote.c (remote_open_1): Likewise.
10725         * ser-base.c (ser_base_serparity): New function.
10726         * ser-base.h (ser_base_setparity): Add  declaration.
10727         * ser-go32.c (dos_ops): Set "setparity" field.
10728         * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
10729         state.Parity.
10730         (ser_windows_setparity): New function.
10731         (hardwire_ops): Add ser_windows_setparity.
10732         (tty_ops): Add NULL for setparity field.
10733         (pipe_ops): Add ser_base_setparity.
10734         (tcp_ops): Likewise.
10735         * ser-pipe.c (pipe_ops): Likewise.
10736         * ser-tcp.c (tcp_ops): Likewise.
10737         * ser-unix.c (hardwire_setparity): Add declaration.
10738         (hardwire_raw): Don't reset PARENB flag.
10739         (hardwire_setparity): New function.
10740         (hardwire_ops): Add hardwire_setparity.
10741         * serial.c (serial_setparity): New function.
10742         (serial_parity): New global.
10743         (parity_none, parity_odd, parity_even, parity_enums, parity):
10744         New static globals.
10745         (set_parity): New function.
10746         (_initialize_serial): Add set/show serial parity commands.
10747         * serial.h (GDBPARITY_NONE): Define.
10748         (GDBPARITY_ODD): Define.
10749         (GDBPARITY_EVEN): Define.
10750         (serial_setparity) Add declaration.
10751         (struct serial_ops): Add setparity field.
10752         * target.h (serial_parity): Add declaration.
10753
10754 2015-03-23  Keith Seitz  <keiths@redhat.com>
10755
10756         * linespec.c (linespec_lexer_lex_keyword): Update comment.
10757
10758 2015-03-23  Keith Seitz  <keiths@redhat.com>
10759
10760         * breakpoint.c (parse_breakpoint_sals): Use
10761         linespec_lexer_lex_keyword to ascertain if the user specified
10762         a NULL location.
10763         * linespec.c [IF_KEYWORD_INDEX]: Define.
10764         (linespec_lexer_lex_keyword): Export.
10765         (struct ls_parser) <keyword_ok>: Remove.
10766         A keyword is only a keyword if not followed by another keyword.
10767         (linespec_lexer_lex_one): Remove keyword_ok handling.
10768         Add comment explaining why the parsing stream is not advanced
10769         when a keyword is seen.
10770         (parse_linespec): Remove parser->keyword_ok.
10771         * linespec.h (linespec_lexer_lex_keyword): Add declaration.
10772
10773 2015-03-23  Keith Seitz  <keiths@redhat.com>
10774
10775         PR gdb/18021
10776         * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
10777         if we find a static method with DW_AT_vtable_elem_location.
10778
10779 2015-03-21  Eli Zaretskii  <eliz@gnu.org>
10780
10781         * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
10782         before the second loop, to avoid undefined behavior.  Reported by
10783         Anton Blanchard <anton@samba.org>.
10784
10785 2015-03-20  Keven Boell  <keven.boell@intel.com>
10786
10787         * gdbtypes.c (resolve_dynamic_type_internal): Adapt
10788         data_location usage to linked list.
10789         (resolve_dynamic_type_internal): Adapt data_location to
10790         linked list.
10791         (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
10792         (copy_type_recursive, copy_type): Add copy of linked list.
10793         * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
10794         (struct dynamic_prop_list): New struct.
10795         * dwarf2read.c (set_die_type): Set data_location data.
10796
10797 2015-03-20  Pedro Alves  <palves@redhat.com>
10798
10799         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
10800         inner block and make it const.
10801         * machoread.c (get_archive_prefix_len): Make "lparen" const.
10802
10803 2015-03-20  Pedro Alves  <palves@redhat.com>
10804
10805         * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
10806         * breakpoint.h (set_breakpoint_condition): Update declaration.
10807
10808 2015-03-20  Pedro Alves  <palves@redhat.com>
10809
10810         * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
10811
10812 2015-03-20  Pedro Alves  <palves@redhat.com>
10813
10814         * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
10815
10816 2015-03-20  Pedro Alves  <palves@redhat.com>
10817
10818         * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
10819
10820 2015-03-20  Pedro Alves  <palves@redhat.com>
10821
10822         * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
10823         (nto_init_solib_absolute_prefix): Likewise.
10824
10825 2015-03-20  Pedro Alves  <palves@redhat.com>
10826
10827         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
10828         * spu-tdep.c (spu_gdbarch_init): Make "name" const.
10829
10830 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
10831
10832         * config/djgpp/README: Remove gdb.hp.
10833
10834 2015-03-20  Yao Qi  <yao.qi@linaro.org>
10835
10836         * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
10837         set_gdbarch_cannot_step_breakpoint.
10838
10839 2015-03-19  Pedro Alves  <palves@redhat.com>
10840
10841         * linux-nat.c (linux_resume_one_lwp): Rename to ...
10842         (linux_resume_one_lwp_throw): ... this.  Don't handle ESRCH here,
10843         instead call perror_with_name.
10844         (check_ptrace_stopped_lwp_gone): New function.
10845         (linux_resume_one_lwp): Reimplement as wrapper around
10846         linux_resume_one_lwp_throw that swallows errors if the LWP is
10847         gone.
10848         (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
10849         swallows errors if the LWP is gone.  Use
10850         linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
10851
10852 2015-03-19  Pedro Alves  <palves@redhat.com>
10853
10854         * linux-nat.c (status_callback): Return early if the LWP has no
10855         status pending.
10856
10857 2015-03-19  Pedro Alves  <palves@redhat.com>
10858
10859         * linux-nat.c (select_event_lwp_callback): Update comment to no
10860         longer mention SIGTRAP.
10861
10862 2015-03-18  Tristan Gingold  <gingold@adacore.com>
10863
10864         * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
10865         redirection code to ...
10866         (amd64_windows_frame_decode_insns): ... Here.  Fix in prologue
10867         checks.  Fix SAVE_NONVOL operations.  Add debug code and comments.
10868
10869 2015-03-18  Gary Benson <gbenson@redhat.com>
10870
10871         (remote_protocol_features): Remove the "vFile:fstat" feature.
10872         (remote_hostio_fstat): Probe for "vFile:fstat" support.
10873
10874 2015-03-11  Yao Qi  <yao.qi@linaro.org>
10875
10876         PR tdep/18107
10877         * aarch64-linux-tdep.c: Include xml-syscall.h
10878         (aarch64_linux_get_syscall_number): New function.
10879         (aarch64_linux_init_abi): Call
10880         set_gdbarch_get_syscall_number.
10881         * syscalls/aarch64-linux.xml: New file.
10882
10883 2015-03-17  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
10884
10885         * ser-base.h (ser_base_setstopbits): Change second argument name
10886         from "rate" to "num".
10887
10888 2015-03-17  Gary Benson <gbenson@redhat.com>
10889             Luke Allardyce <lukeallardyce@gmail.com>
10890
10891         PR gdb/18131
10892         * common/common-remote-fileio.h (sys/stat.h): New include.
10893         (stuct stat): Remove forward declaration.
10894
10895 2015-03-16  John Baldwin  <jhb@FreeBSD.org>
10896
10897         * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
10898         before writing core register notes.
10899
10900 2015-03-16  Yuanhui Zhang  <asmwarrior@gmail.com>
10901             Pedro Alves  <palves@redhat.com>
10902
10903         * gdb_curses.h (tgetnum): Mark with EXTERN_C.
10904         * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
10905         (tgoto): Wrap with extern "C".
10906
10907 2015-03-16  Pedro Alves  <palves@redhat.com>
10908             Yuanhui Zhang  <asmwarrior@gmail.com>
10909
10910         * stub-termcap.c (tputs): Change prototype.
10911
10912 2015-03-16  Yuanhui Zhang  <asmwarrior@gmail.com>
10913             Pedro Alves  <palves@redhat.com>
10914
10915         * windows-nat.c (struct thread_info_struct): Rename to ...
10916         (struct windows_thread_info_struct): ... this.
10917         (thread_info): Rename to ...
10918         (windows_thread_info): ... this.
10919         All users updated.
10920
10921 2015-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10922             Pedro Alves  <palves@redhat.com>
10923
10924         * NEWS: New Removed targets and native configurations.
10925
10926 2015-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
10927
10928         Remove HPUX.
10929         * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
10930         (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
10931         (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
10932         ia64-hpux-tdep.h, solib-ia64-hpux.h.
10933         (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
10934         ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
10935         * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
10936         hppa-hpux-tdep.c.
10937         * config/ia64/hpux.mh: Remove file.
10938         * config/pa/hpux.mh: Remove file.
10939         * configure: Rebuilt.
10940         * configure.ac (dlgetmodinfo, somread.o): Remove.
10941         * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10942         (ia64-*-hpux*): Remove its float format exception.
10943         * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10944         * hppa-hpux-nat.c: Remove file.
10945         * hppa-hpux-tdep.c: Remove file.
10946         * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
10947         Move them here from hppa-tdep.h
10948         (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
10949         (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
10950         * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
10951         Move them to hppa-tdep.c.
10952         (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
10953         declarations.
10954         * ia64-hpux-nat.c: Remove file.
10955         * ia64-hpux-tdep.c: Remove file.
10956         * ia64-hpux-tdep.h: Remove file.
10957         * inf-ttrace.c: Remove file.
10958         * inf-ttrace.h: Remove file.
10959         * solib-ia64-hpux.c: Remove file.
10960         * solib-ia64-hpux.h: Remove file.
10961         * solib-pa64.c: Remove file.
10962         * solib-pa64.h: Remove file.
10963         * solib-som.c: Remove file.
10964         * solib-som.h: Remove file.
10965         * somread.c: Remove file.
10966
10967 2015-03-13  John Baldwin  <jhb@FreeBSD.org>
10968
10969         * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
10970         * config.in: Regenerate.
10971         * configure: Regenerate.
10972         * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
10973         define.
10974         (fbsd_find_memory_regions): Use kinfo_getvmmap to
10975         enumerate memory regions if present.
10976
10977 2015-03-13  John Baldwin  <jhb@FreeBSD.org>
10978
10979         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
10980         * i386fbsd-tdep.c: Fix style in various gdb_static_assert
10981         expressions.
10982         (i386fbsd_sigtramp_p): Likewise.
10983
10984 2015-03-12  John Baldwin  <jhb@FreeBSD.org>
10985
10986         * MAINTAINERS (Write After Approval): Add John Baldwin.
10987
10988 2015-03-12  Gary Benson <gbenson@redhat.com>
10989
10990         * solib.c (_initialize_solib): Make "set/show sysroot" use
10991         add_setshow_optional_filename_cmd so it can be restored to
10992         empty after being set.
10993
10994 2015-03-11  Sergio Durigan Junior  <sergiodj@redhat.com>
10995
10996         * Makefile.in (SFILES): New source break-catch-syscall.c.
10997         (COMMON_OBS): New object break-catch-syscall.o.
10998         * break-catch-syscall.c: New file.
10999         * breakpoint.c: Remove inclusion of "xml-syscall.h".
11000         (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
11001         (struct syscall_catchpoint): Likewise.
11002         (dtor_catch_syscall): Likewise.
11003         (catch_syscall_inferior_data): Likewise.
11004         (struct catch_syscall_inferior_data): Likewise.
11005         (get_catch_syscall_inferior_data): Likewise.
11006         (catch_syscall_inferior_data_cleanup): Likewise.
11007         (insert_catch_syscall): Likewise.
11008         (remove_catch_syscall): Likewise.
11009         (breakpoint_hit_catch_syscall): Likewise.
11010         (print_it_catch_syscall): Likewise.
11011         (print_one_catch_syscall): Likewise.
11012         (print_mention_catch_syscall): Likewise.
11013         (print_recreate_catch_syscall): Likewise.
11014         (catch_syscall_breakpoint_ops): Likewise.
11015         (syscall_catchpoint_p): Likewise.
11016         (create_syscall_event_catchpoint): Likewise.
11017         (catch_syscall_split_args): Likewise.
11018         (catch_syscall_command_1): Likewise.
11019         (is_syscall_catchpoint_enabled): Likewise.
11020         (catch_syscall_enabled): Likewise.
11021         (catching_syscall_number): Likewise.
11022         (catch_syscall_completer): Likewise.
11023         (clear_syscall_counts): Likewise.
11024         (initialize_breakpoint_ops): Move initialization of syscall
11025         catchpoints to break-catch-syscall.c.
11026         (_initialize_breakpoint): Move code related to syscall catchpoints
11027         to break-catch-syscall.c.
11028
11029 2015-03-11  Sergio Durigan Junior  <sergiodj@redhat.com>
11030
11031         * breakpoint.c (breakpoint_find_if): New function.
11032         * breakpoint.h (breakpoint_find_if): New prototype.
11033
11034 2015-03-11  Gary Benson <gbenson@redhat.com>
11035
11036         * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
11037         * remote-fileio.c (remote_fileio_to_host_uint): New function.
11038         (remote_fileio_to_host_ulong): Likewise.
11039         (remote_fileio_to_host_mode): Likewise.
11040         (remote_fileio_to_host_time): Likewise.
11041         (remote_fileio_to_host_stat): Likewise.
11042         * remote.c (PACKET_vFile_fstat): New enum value.
11043         (remote_protocol_features): Register the "vFile:fstat" feature.
11044         (remote_hostio_fstat): New function.
11045         (remote_bfd_iovec_stat): Use the above.
11046         (_initialize_remote): Register new "set/show remote
11047         hostio-fstat-packet" command.
11048         * symfile.c (separate_debug_file_exists): Update comment.
11049         * NEWS: Announce new vFile:fstat packet.
11050
11051 2015-03-11  Gary Benson <gbenson@redhat.com>
11052
11053         * common/common-remote-fileio.h: New file.
11054         * common/common-remote-fileio.c: Likewise.
11055         * Makefile.in (SFILES): Add common/common-remote-fileio.c.
11056         (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
11057         (COMMON_OBS): Add common-remote-fileio.o.
11058         (common-remote-fileio.o): New rule.
11059         * remote-fileio.h (common-remote-fileio.h): New include.
11060         * remote-fileio.c (gdb/fileio.h): Do not include.
11061         (remote_fileio_to_be): Moved to common-remote-fileio.h.
11062         (remote_fileio_to_fio_uint): Likewise.
11063         (remote_fileio_to_fio_time): Likewise.
11064         (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
11065         (remote_fileio_to_fio_mode): Likewise.
11066         (remote_fileio_to_fio_ulong): Likewise.
11067         (remote_fileio_to_fio_stat): Likewise.
11068
11069 2015-03-11  Andy Wingo  <wingo@igalia.com>
11070
11071         * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
11072         we were checking the cached type, not the cached dynamic type.
11073
11074 2015-03-11  Andy Wingo  <wingo@igalia.com>
11075
11076         * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
11077         other strings, as these are on the GC'd heap, and will be
11078         collected along with the smob.
11079
11080 2015-03-11  Andy Wingo  <wingo@igalia.com>
11081
11082         * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
11083         (objfile_functions): Bind gdbscm_objfile_progspace to
11084         objfile-progspace.
11085         * guile/lib/gdb.scm: Add objfile-progspace to exports.
11086
11087 2015-03-11  Andy Wingo  <wingo@igalia.com>
11088
11089         * guile/guile.c (_initialize_guile): Disable automatic
11090         finalization, if Guile offers us that possibility.
11091         * guile/guile.c (call_initialize_gdb_module):
11092         * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
11093         finalizers in appropriate places.
11094         * configure.ac (AC_TRY_LIBGUILE): Add a check for
11095         scm_set_automatic_finalization_enabled.
11096         * configure: Regenerated.
11097
11098 2015-03-11  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11099
11100         * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
11101         SAL, if possible.
11102
11103 2015-03-11  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11104
11105         * s390-linux-nat.c (struct arch_lwp_info): New.
11106         (s390_fix_watch_points): Rename to...
11107         (s390_prepare_to_resume): ...this.  Skip the PER info update
11108         unless the watch points have changed.
11109         (s390_refresh_per_info, s390_new_thread): New functions.
11110         (s390_insert_watchpoint): Call s390_refresh_per_info instead of
11111         s390_fix_watch_points.
11112         (s390_remove_watchpoint): Likewise.
11113         (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
11114         Register s390_prepare_to_resume.
11115
11116 2015-03-09  Pedro Alves  <palves@redhat.com>
11117
11118         Revert:
11119         2015-03-07  Pedro Alves  <palves@redhat.com>
11120         * common/gdb_socket.h: New file.
11121         * ser-tcp.c: Include gdb_socket.h.  Don't include netinet/in.h nor
11122         sys/socket.h.
11123         (net_open): Use union gdb_sockaddr_u.
11124
11125 2015-03-07  Pedro Alves  <palves@redhat.com>
11126
11127         * configure.ac (build_warnings): Move -Wmissing-prototypes
11128         -Wdeclaration-after-statement -Wmissing-parameter-type
11129         -Wold-style-declaration -Wold-style-definition to the C-specific
11130         set.
11131         * configure: Regenerate.
11132
11133 2015-03-07  Pedro Alves  <palves@redhat.com>
11134
11135         * common/gdb_socket.h: New file.
11136         * ser-tcp.c: Include gdb_socket.h.  Don't include netinet/in.h nor
11137         sys/socket.h.
11138         (net_open): Use union gdb_sockaddr_u.
11139
11140 2015-03-07  Pedro Alves  <palves@redhat.com>
11141
11142         * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
11143         (exceptions_state_mc_action_iter)
11144         (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
11145         Don't define.
11146         [__cplusplus] (try_scope_depth): New global.
11147         [__cplusplus] (exception_try_scope_entry)
11148         (exception_try_scope_exit, gdb_exception_sliced_copy)
11149         (exception_rethrow): New functions.
11150         (throw_exception): In C++ mode, throw
11151         gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
11152         gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
11153         (throw_it): In C++ mode, use try_scope_depth.
11154         * common/common-exceptions.h [!__cplusplus]
11155         (exceptions_state_mc_action_iter)
11156         (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
11157         Don't declare.
11158         [__cplusplus] (exception_try_scope_entry)
11159         (exception_try_scope_exit, exception_rethrow): Declare.
11160         [__cplusplus] (struct exception_try_scope): New struct.
11161         [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
11162         C++ exceptions.
11163         (struct gdb_exception_RETURN_MASK_ALL)
11164         (struct gdb_exception_RETURN_MASK_ERROR)
11165         (struct gdb_exception_RETURN_MASK_QUIT): New types.
11166
11167 2015-03-07  Pedro Alves  <palves@redhat.com>
11168
11169         * main.c (handle_command_errors): Remove volatile qualifier from
11170         parameter.
11171
11172 2015-03-07  Pedro Alves  <palves@redhat.com>
11173
11174         * breakpoint.c (save_breakpoints): Adjust to avoid code between
11175         TRY and CATCH.
11176         * gdbtypes.c (safe_parse_type): Remove empty line.
11177         (types_deeply_equal):
11178         * guile/scm-frame.c (gdbscm_frame_name):
11179         * linux-thread-db.c (find_new_threads_once):
11180         * python/py-breakpoint.c (bppy_get_commands):
11181         * record-btrace.c (record_btrace_insert_breakpoint)
11182         (record_btrace_remove_breakpoint, record_btrace_start_replaying)
11183         (record_btrace_start_replaying): Adjust to avoid code between TRY
11184         and CATCH.
11185
11186 2015-03-07  Pedro Alves  <palves@redhat.com>
11187
11188         * common/common-exceptions.c (struct catcher) <exception>: No
11189         longer a pointer to volatile exception.  Now an exception value.
11190         <mask>: Delete field.
11191         (exceptions_state_mc_init): Remove all parameters.  Adjust.
11192         (exceptions_state_mc): No longer pop the catcher here.
11193         (exceptions_state_mc_catch): New function.
11194         (throw_exception): Adjust.
11195         * common/common-exceptions.h (exceptions_state_mc_init): Remove
11196         all parameters.
11197         (exceptions_state_mc_catch): Declare.
11198         (TRY_CATCH): Rename to ...
11199         (TRY): ... this.  Remove EXCEPTION and MASK parameters.
11200         (CATCH, END_CATCH): New.
11201         All callers adjusted.
11202
11203 2015-03-07  Tom Tromey  <tromey@redhat.com>
11204
11205         * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
11206
11207 2015-03-07  Pedro Alves  <palves@redhat.com>
11208
11209         * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
11210         (amd64_epilogue_frame_cache): Normal exception handling code.
11211         * break-catch-throw.c (check_status_exception_catchpoint)
11212         (re_set_exception_catchpoint): Ditto.
11213         * cli/cli-interp.c (safe_execute_command):
11214         * cli/cli-script.c (script_from_file): Ditto.
11215         * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
11216         Ditto.
11217         * compile/compile-object-run.c (compile_object_run): Ditto.
11218         * cp-abi.c (baseclass_offset): Ditto.
11219         * cp-valprint.c (cp_print_value): Ditto.
11220         * exceptions.c (catch_exceptions_with_msg):
11221         * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
11222         * frame.c (get_frame_address_in_block_if_available): Ditto.
11223         * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
11224         (i386_sigtramp_frame_cache): Ditto.
11225         * infcmd.c (post_create_inferior): Ditto.
11226         * linespec.c (parse_linespec, find_linespec_symbols):
11227         * p-valprint.c (pascal_object_print_value): Ditto.
11228         * parse.c (parse_expression_for_completion): Ditto.
11229         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
11230         * remote.c (remote_get_noisy_reply): Ditto.
11231         * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
11232         * solib-svr4.c (solib_svr4_r_map): Ditto.
11233
11234 2015-03-06  Gary Benson  <gbenson@redhat.com>
11235
11236         * common/common-utils.h (startswith): New inline function.
11237         All places where this logic was used updated to use the above.
11238
11239 2015-03-05  Pedro Alves  <palves@redhat.com>
11240
11241         PR gdb/18002
11242         * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
11243         after reading the breakpoint's shadow memory.
11244
11245 2015-03-05  Mark Kettenis  <kettenis@gnu.org>
11246
11247         * hppabsd-nat.c: Remove file.
11248         * hppaobsd-nat.c: New file.
11249         * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c.  Add
11250         hppaobsd-nat.c.
11251         * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
11252         hppaobsd-nat.o.
11253
11254 2015-03-04  Pedro Alves  <palves@redhat.com>
11255
11256         * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
11257         (target_decr_pc_after_break): Delete declaration.
11258         * target.c (default_target_decr_pc_after_break)
11259         (target_decr_pc_after_break): Delete.
11260         * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
11261         gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
11262         * linux-thread-db.c (check_event): Likewise.
11263         * infrun.c (adjust_pc_after_break): Likewise.
11264         * darwin-nat.c (cancel_breakpoint): Likewise.
11265         * aix-thread.c (aix_thread_wait): Likewise.
11266         * target-delegates.c: Regenerate.
11267
11268 2015-03-04  Pedro Alves  <palves@redhat.com>
11269
11270         * linux-nat.c (save_sigtrap): Check for breakpoints before
11271         checking watchpoints.
11272         (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
11273         breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
11274         (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
11275         a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
11276         (linux_nat_stopped_by_sw_breakpoint)
11277         (linux_nat_supports_stopped_by_sw_breakpoint)
11278         (linux_nat_stopped_by_hw_breakpoint)
11279         (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
11280         (linux_nat_wait_1): Don't re-increment the PC if relying on
11281         SIGTRAP's siginfo->si_code.
11282         (linux_nat_add_target): Install new target methods.
11283         * linux-thread-db.c (check_event): Don't account for breakpoint PC
11284         offset if the target already adjusted the PC.
11285         * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
11286         (GDB_ARCH_TRAP_BRKPT): New.
11287         (TRAP_HWBKPT): Define if not already defined.
11288
11289 2015-03-04  Pedro Alves  <palves@redhat.com>
11290
11291         * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
11292         * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
11293         Delete field.
11294         <stop_reason>: New field.
11295         (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
11296         (packet_set_cmd_state): New function.
11297         (remote_protocol_features): Register the "swbreak" and "hwbreak"
11298         features.
11299         (remote_query_supported): If not disabled with the corresponding
11300         "set remote foo-packet" command, report support for the swbreak
11301         and hwbreak features.
11302         (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
11303         field.
11304         <stop_reason>: New field.
11305         (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
11306         (remote_wait_as): Adjust.
11307         (remote_stopped_by_sw_breakpoint)
11308         (remote_supports_stopped_by_sw_breakpoint)
11309         (remote_stopped_by_hw_breakpoint)
11310         (remote_supports_stopped_by_hw_breakpoint): New functions.
11311         (remote_stopped_by_watchpoint): New function.
11312         (init_remote_ops): Install them.
11313         (_initialize_remote): Register new "set/show remote
11314         swbreak-feature-packet" and "set/show remote
11315         swbreak-feature-packet" commands.
11316
11317 2015-03-04  Pedro Alves  <palves@redhat.com>
11318
11319         * btrace.h: Include target/waitstatus.h.
11320         (struct btrace_thread_info) <stop_reason>: New field.
11321         * record-btrace.c (record_btrace_step_thread): Use
11322         record_check_stopped_by_breakpoint instead of breakpoint_here_p.
11323         (record_btrace_decr_pc_after_break): Delete.
11324         (record_btrace_stopped_by_sw_breakpoint)
11325         (record_btrace_supports_stopped_by_sw_breakpoint)
11326         (record_btrace_stopped_by_hw_breakpoint)
11327         (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
11328         (init_record_btrace_ops): Install them.
11329         * record-full.c (record_full_hw_watchpoint): Delete and replace
11330         with ...
11331         (record_full_stop_reason): ... this throughout.
11332         (record_full_exec_insn): Adjust.
11333         (record_full_wait_1): Adjust.  No longer re-increment the PC.
11334         (record_full_wait_1): Adjust.  Use
11335         record_check_stopped_by_breakpoint instead of breakpoint_here_p.
11336         (record_full_stopped_by_watchpoint): Adjust.
11337         (record_full_stopped_by_sw_breakpoint)
11338         (record_full_supports_stopped_by_sw_breakpoint)
11339         (record_full_supports_stopped_by_sw_breakpoint)
11340         (record_full_stopped_by_hw_breakpoint)
11341         (record_full_supports_stopped_by_hw_breakpoint): New functions.
11342         (init_record_full_ops, init_record_full_core_ops): Install them.
11343         * record.c (record_check_stopped_by_breakpoint): New function.
11344         * record.h: Include target/waitstatus.h.
11345         (record_check_stopped_by_breakpoint): New declaration.
11346
11347 2015-03-04  Pedro Alves  <palves@redhat.com>
11348
11349         enum lwp_stop_reason -> enum target_stop_reason
11350         * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
11351         (linux_nat_stopped_by_watchpoint, status_callback)
11352         (linux_nat_wait_1): Adjust.
11353         * linux-nat.h (enum lwp_stop_reason): Delete.
11354         (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
11355         * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
11356         * target/waitstatus.h (enum target_stop_reason): New.
11357
11358 2015-03-04  Pedro Alves  <palves@redhat.com>
11359
11360         * breakpoint.c (need_moribund_for_location_type): New function.
11361         (bpstat_stop_status): Don't skipping checking moribund locations
11362         of breakpoint types which the target tell caused a stop.
11363         (program_breakpoint_here_p): New function, factored out from ...
11364         (bp_loc_is_permanent): ... this.
11365         (update_global_location_list): Don't create a moribund location if
11366         the target supports reporting stops of the type of the removed
11367         breakpoint.
11368         * breakpoint.h (program_breakpoint_here_p): New declaration.
11369         * infrun.c (adjust_pc_after_break): Return early if the target has
11370         already adjusted the PC.  Add comments.
11371         (handle_signal_stop): If nothing explains a signal, and the target
11372         tells us the stop was caused by a software breakpoint, check if
11373         there's a breakpoint instruction in the memory.  If so, adjust the
11374         PC before presenting the stop to the user.  Otherwise, ignore the
11375         trap.  If nothing explains a signal, and the target tells us the
11376         stop was caused by a hardware breakpoint, ignore the trap.
11377         * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
11378         to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
11379         to_supports_stopped_by_hw_breakpoint>: New fields.
11380         (target_stopped_by_sw_breakpoint)
11381         (target_supports_stopped_by_sw_breakpoint)
11382         (target_stopped_by_hw_breakpoint)
11383         (target_supports_stopped_by_hw_breakpoint): Define.
11384         * target-delegates.c: Regenerate.
11385
11386 2015-03-04  Pedro Alves  <palves@redhat.com>
11387
11388         * infrun.c (follow_fork_inferior): Use the whole of the
11389         inferior_ptid and pending_follow.related_pid ptids instead of
11390         building ptids from the process components.  Adjust verbose output
11391         to use target_pid_to_str.
11392         * linux-nat.c (linux_child_follow_fork): Use the whole of the
11393         inferior_ptid and pending_follow.related_pid ptids instead of
11394         building ptids from the process components.
11395
11396 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
11397
11398         * inf-ptrace.c [PT_GET_PROCESS_STATE]
11399         (inf_ptrace_insert_fork_catchpoint): New function.
11400         (inf_ptrace_remove_fork_catchpoint): New function.
11401         (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
11402
11403 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11404
11405         * s390-linux-tdep.c (s390_register_name): Return empty string
11406         instead of NULL for registers that shouldn't be visible.
11407
11408 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11409
11410         * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
11411         XML file for 64-bit targets.
11412
11413 2015-03-03  Simon Marchi  <simon.marchi@ericsson.com>
11414
11415         * target.h (find_default_create_inferior): Remove declaration.
11416         (find_default_attach): Likewise.
11417
11418 2015-03-03  Pedro Alves  <palves@redhat.com>
11419
11420         * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
11421         Use ptid_get_pid to get the overall process id when resuming all
11422         threads.
11423
11424 2015-03-03  Pedro Alves  <palves@redhat.com>
11425
11426         * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
11427         the lwp field of ptid.  Pass the full ptid to get_thread_regcache.
11428         * inf-ptrace.c (get_ptrace_pid): New function.
11429         (inf_ptrace_resume): Use it.
11430         * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
11431         to the lower layer.
11432
11433 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
11434
11435         * nat/linux-btrace.c: Include sys/utsname.h.
11436         (linux_determine_kernel_ptr_bits): New.
11437         (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
11438         * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
11439         ptr_bits.
11440
11441 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
11442
11443         * btrace.c (ftrace_update_function): Treat return as tailcall for
11444         "_dl_runtime_resolve".
11445
11446 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
11447
11448         * btrace.h (btrace_function) <lbegin, lend>: Remove.
11449         * btrace.c (ftrace_debug): Do not print the line range.
11450         (ftrace_skip_file, ftrace_update_lines): Remove.
11451         (ftrace_new_function): Remove lbegin and lend initialization.
11452         (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
11453         * record-btrace.c (btrace_compute_src_line_range): New.
11454         (btrace_call_history_src_line): Call btrace_compute_src_line_range.
11455
11456 2015-03-02  Pedro Alves  <palves@redhat.com>
11457
11458         * infrun.c (follow_exec): Delete all threads of the process except
11459         the event thread.  Extended comments.
11460
11461 2015-03-02  Joel Brobecker  <brobecker@adacore.com>
11462
11463         * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
11464
11465 2015-03-02  Joel Brobecker  <brobecker@adacore.com>
11466
11467         * utils.h: Remove <stdbool.h> #include.
11468         (producer_is_gcc): Change return type to "int".
11469         * utils.c (producer_is_gcc): Change return type to int.
11470         Return 1 instead of true, and 0 instead of false.
11471         Adjust function documentation accordingly.
11472
11473 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11474
11475         * s390-linux-nat.c (have_regset_vxrs): New static variable.
11476         (s390_linux_fetch_inferior_registers): Handle vector registers, if
11477         present.
11478         (s390_linux_store_inferior_registers): Likewise.
11479         (s390_get_hwcap): Remove function.  Embed its logic...
11480         (s390_read_description): ...here.  Yield a target description with
11481         vector registers if applicable.
11482         * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
11483         "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
11484         "features/s390x-tevx-linux64.c".
11485         (struct gdbarch_tdep) <v0_full_regnum>: New field.
11486         (s390_dwarf_regmap): Add vector registers.  Remove bogus entries
11487         for "GNU/Linux-specific registers".
11488         (s390_dwarf_reg_r0l): New enum value.
11489         (s390_dwarf_reg_to_regnum): Support vector registers.
11490         (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
11491         of GPR lower halves.
11492         (regnum_is_vxr_full): New function.
11493         (s390_register_name): New function.
11494         (s390_pseudo_register_name): Handle v0-v15, which are composed of
11495         f0-f15 and v0l-v15l.
11496         (s390_pseudo_register_type): Likewise.
11497         (s390_pseudo_register_read): Likewise.
11498         (s390_pseudo_register_write): Likewise.
11499         (s390_value_from_register): Account for the fact that values are
11500         placed left-justified in vector registers.
11501         (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
11502         the vector reggroup and omit them from the general reggroup.
11503         (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
11504         (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
11505         (s390_iterate_over_regset_sections): Add iterations for the two
11506         new vector regsets.
11507         (s390_core_read_description): Yield a target description with
11508         vector registers if applicable.
11509         (s390_gdbarch_init): Handle target descriptions with vector
11510         registers.  Add "register_name" gdbarch method.
11511         (_initialize_s390_tdep): Call new tdesc initialization functions.
11512         * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
11513         (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
11514         (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
11515         (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
11516         (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
11517         (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
11518         (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
11519         (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
11520         (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
11521         (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
11522         (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
11523         (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
11524         (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
11525         (S390_NUM_REGS): Adjust value.
11526         (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
11527         (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
11528         (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
11529         * NEWS: Announce S/390 vector register support.
11530
11531 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11532
11533         * features/s390-tevx-linux64.xml: New file.
11534         * features/s390-vx-linux64.xml: New file.
11535         * features/s390-vx.xml: New file.
11536         * features/s390x-tevx-linux64.xml: New file.
11537         * features/s390x-vx-linux64.xml: New file.
11538         * features/Makefile (WHICH): Add s390-vx-linux64,
11539         s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
11540         (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
11541         (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
11542         macros.
11543         * features/s390-tevx-linux64.c: New generated file.
11544         * features/s390-vx-linux64.c: Likewise.
11545         * features/s390x-tevx-linux64.c: Likewise.
11546         * features/s390x-vx-linux64.c: Likewise.
11547         * regformats/s390-tevx-linux64.dat: Likewise.
11548         * regformats/s390-vx-linux64.dat: Likewise.
11549         * regformats/s390x-tevx-linux64.dat: Likewise.
11550         * regformats/s390x-vx-linux64.dat: Likewise.
11551
11552 2015-02-28  Doug Evans  <xdje42@gmail.com>
11553
11554         * symtab.h (struct symtab) <next>: Fix comment.
11555
11556 2015-02-27  Simon Marchi  <simon.marchi@ericsson.com>
11557
11558         * python/python.c (python_GdbModuleDef): Rename GdbMethods to
11559         python_GdbMethods.
11560
11561 2015-02-27  Pedro Alves  <palves@redhat.com>
11562
11563         * dtrace-probe.c (dtrace_probe_ops): Make extern.
11564
11565 2015-02-27  Pedro Alves  <palves@redhat.com>
11566
11567         * common/common-exceptions.h (exception_none): Declare.
11568         * common/common-exceptions.c (exception_none): Moved from
11569         exceptions.c.
11570         (exceptions_state_mc_init): Use exception_none.
11571         * exceptions.c (exception_none): Move to
11572         common/common-exceptions.c.
11573         * exceptions.h (exception_none): Move to
11574         common/common-exceptions.h.
11575
11576 2015-02-27  Pedro Alves  <palves@redhat.com>
11577
11578         * main.c (catch_command_errors, catch_command_errors_const):
11579         Remove 'mask' argument.  Adjust.
11580         (captured_main): Adjust callers.
11581
11582 2015-02-27  Pedro Alves  <palves@redhat.com>
11583
11584         * python/python-internal.h: Include "extension-priv.h".
11585
11586 2015-02-27  Pedro Alves  <palves@redhat.com>
11587
11588         * breakpoint.h (enum print_stop_action): Move further up in the
11589         file.
11590
11591 2015-02-27  Pedro Alves  <palves@redhat.com>
11592
11593         * gdbarch.sh: Include regcache.h.
11594         * gdbarch.h: Regenerate.
11595
11596 2015-02-27  Pedro Alves  <palves@redhat.com>
11597
11598         * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
11599         Remove duplicate const.
11600         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
11601         duplicate const.
11602
11603 2015-02-27  Pedro Alves  <palves@redhat.com>
11604
11605         * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
11606         * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
11607         * features/feature_to_c.sh: Tag the generated xml_builtin array
11608         with extern const in C++ mode.
11609
11610 2015-02-27  Tom Tromey  <tromey@redhat.com>
11611
11612         * minidebug.c (struct lzma_stream): Rename to ...
11613         (struct gdb_lzma_stream): ... this.
11614         (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
11615
11616 2015-02-27  Pedro Alves  <palves@redhat.com>
11617
11618         * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
11619         function.
11620         (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
11621         (mi_cmd_stack_list_variables): Use it.
11622
11623 2015-02-27  Pedro Alves  <palves@redhat.com>
11624
11625         * x86-linux-nat.c (u_debugreg_offset): New function.
11626         (x86_linux_dr_get, x86_linux_dr_set): Use it.
11627
11628 2015-02-27  Pedro Alves  <palves@redhat.com>
11629
11630         * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
11631         declaration.
11632         Include break-common.h.
11633
11634 2015-02-27  Tom Tromey  <tromey@redhat.com>
11635             Pedro Alves <palves@redhat.com>
11636
11637         * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
11638         local used to iterate over enums.
11639         * completer.c (signal_completer): Likewise.
11640         * i386-tdep.c (i386_stap_parse_special_token): Likewise.
11641         * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
11642         * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
11643         * tui/tui-layout.c (next_layout, prev_layout): Likewise.
11644         * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
11645         (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
11646         * tui-wingeneral.c (tui_refresh_all):  Likewise.
11647
11648 2015-02-27  Pedro Alves  <palves@redhat.com>
11649
11650         * target.h: Include "infrun.h".
11651
11652 2015-02-27  Pedro Alves  <palves@redhat.com>
11653
11654         * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
11655
11656 2015-02-27  Pedro Alves  <palves@redhat.com>
11657
11658         * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
11659         (IPA_SYM): Use it.
11660         * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
11661
11662 2015-02-27  Pedro Alves  <palves@redhat.com>
11663
11664         * cli-out.c (_rl_erase_entire_line): Move declaration out of
11665         cli_mld_erase_entire_line, and make it extern "C".
11666         * common/common-defs.h (EXTERN_C): New.
11667         * completer.c (_rl_completion_prefix_display_length)
11668         (_rl_print_completions_horizontally, QSFUNC): Move declarations
11669         out of gdb_display_match_list_1.
11670         (_rl_qsort_string_compare): Move declaration out of
11671         gdb_display_match_list_1, and make it extern "C".
11672         * defs.h (re_comp): Use EXTERN_C.
11673         * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
11674         and make it extern "C".
11675         (monstartup): Move declaration out of maintenance_set_profile_cmd,
11676         and make it extern "C".
11677         (main): Move declaration out of maintenance_set_profile_cmd.
11678         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
11679         EXTERN_C.
11680
11681 2015-02-27  Pedro Alves  <palves@redhat.com>
11682
11683         * python/python.c (GdbMethods): Rename to ...
11684         (python_GdbMethods): ... this and make extern.
11685         (GdbModuleDef): Rename to ...
11686         (python_GdbModuleDef): ... this and make extern.
11687
11688 2015-02-27  Pedro Alves  <palves@redhat.com>
11689
11690         * record-btrace.c (set_record_btrace_cmdlist)
11691         (show_record_btrace_cmdlist): Remove redefinitions.
11692
11693 2015-02-27  Tom Tromey  <tromey@redhat.com>
11694             Pedro Alves  <palves@redhat.com>
11695
11696         * dwarf2-frame.c (enum cfa_how_kind, struct
11697         dwarf2_frame_state_reg_info): Move out of struct
11698         dwarf2_frame_state.
11699         * dwarf2read.c (struct tu_stats): Move out of struct
11700         dwarf2_per_objfile.
11701         (struct file_entry): Move out of struct line_header.
11702         (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
11703         typedef_field_list): Move out of struct field_info.
11704         * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
11705         Move out of struct dynamic_prop.
11706         (union type_owner, union field_location, struct field, struct
11707         range_bounds, union type_specific): Move out of struct main_type.
11708         (struct fn_fieldlist, struct fn_field, struct typedef_field)
11709         (VOFFSET_STATIC): Move out of struct cplus_struct_type.
11710         (struct call_site_target, union call_site_parameter_u, struct
11711         call_site_parameter): Move out of struct call_site.
11712         * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
11713         m32c_prologue.
11714         (enum srcdest_kind): Move out of struct srcdest.
11715         * main.c (enum cmdarg_kind): Move out of struct cmdarg.
11716         * prologue-value.h (enum prologue_value_kind): Move out of struct
11717         prologue_value.
11718         * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
11719         gdbarch_tdep.
11720         * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
11721         out of struct field_info.
11722         * symfile.h (struct other_sections): Move out of struct
11723         section_addr_info.
11724         * symtab.c (struct symbol_cache_slot): Move out struct
11725         block_symbol_cache.
11726         * target-descriptions.c (enum tdesc_type_kind): Move out of
11727         typedef struct tdesc_type.
11728         * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
11729         struct tui_line_or_address.
11730         * value.c (enum internalvar_kind, union internalvar_data): Move
11731         out of struct internalvar.
11732         * xtensa-tdep.h (struct ctype_cache): Move out of struct
11733         gdbarch_tdep.
11734
11735 2015-02-27  Tom Tromey  <tromey@redhat.com>
11736             Pedro Alves  <palves@redhat.com>
11737
11738         Rename symbols whose names are reserved C++ keywords throughout.
11739
11740 2015-02-27  Pedro Alves  <palves@redhat.com>
11741
11742         * Makefile.in (COMPILER): New, get it from autoconf.
11743         (COMPILE.pre, CC_LD): Use COMPILER.
11744         (CXX): Get from autoconf instead.
11745         (CXX_FOR_TARGET): Default to g++ instead of gcc.
11746         * acinclude.m4: Include build-with-cxx.m4.
11747         * build-with-cxx.m4: New file.
11748         * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
11749         Disable -Werror by default if building in C++ mode.
11750         (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
11751         -Wno-narrowing in C++ mode.  Only enable -Wpointer-sign in C mode.
11752         Run supported-warning-flags tests with the C++ compiler.
11753         Save/restore CXXFLAGS too.
11754         * configure: Regenerate.
11755
11756 2015-02-27  Pedro Alves  <palves@redhat.com>
11757
11758         * libiberty.m4: New file.
11759         * acinclude.m4: Include libiberty.m4.
11760         * configure.ac: Call libiberty_INIT.
11761         * config.in, configure: Regenerate.
11762
11763 2015-02-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11764
11765         * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
11766         31-bit targets, but 64-bit targets as well.
11767         (s390_gnu_triplet_regexp): New function.
11768         (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
11769         64-bit targets as well.  Set the gnu_triplet_regexp gdbarch
11770         method.
11771
11772 2015-02-27  Jon TURNEY  <jon.turney@dronecode.org.uk>  (tiny patch)
11773
11774         * windows-nat.c (CONTEXT_DEBUGGER): Remove.
11775         (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS.  Incorporate flags
11776         from CONTEXT_DEBUGGER.
11777
11778 2015-02-26  Doug Evans  <dje@google.com>
11779
11780         * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
11781         CHECK_TYPEDEF.
11782         (set_type_vptr_fieldno): Ditto.
11783         (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
11784         * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
11785
11786 2015-02-26  Pedro Alves  <palves@redhat.com>
11787
11788         * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
11789         * complaints.c (vcomplaint): Pass argument FMT directly to
11790         printf-like functions instead of complaint->fmt.
11791         * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
11792         * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
11793         * compile/compile-loc2c.c (pushf, unary, binary): Add
11794         ATTRIBUTE_PRINTF.
11795         (do_compile_dwarf_expr_to_c): Pass string literal as format string
11796         to pushf.
11797         (BINARY): Pass string literal as format string to 'binary'.
11798         * compile/compile-object-load.c (link_callbacks_einfo): Add
11799         ATTRIBUTE_PRINTF.
11800         * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
11801
11802 2015-02-26  Pedro Alves  <palves@redhat.com>
11803
11804         * windows-termcap.c: Rename to ...
11805         * stub-termcap.c: ... this.  Adjust header line.
11806         * Makefile.in (SFILES): Refer to stub-termcap.c instead of
11807         windows-termcap.c.
11808         * configure: Regenerate.
11809         * configure.ac: Refer to stub-termcap.o instead of
11810         windows-termcap.o.
11811         * gdb_curses.h: Mention stub-termcap.c instead of
11812         windows-termcap.c.
11813
11814 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11815
11816         * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
11817         (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
11818
11819 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11820
11821         * gdb/infcmd.c (print_return_value): use type_to_string to print type.
11822
11823 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11824
11825         * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
11826         bfd_canonicalize_symtab.
11827
11828 2015-02-25  John Baldwin  <jhb@FreeBSD.org>
11829
11830         * amd64fbsd-nat.c: Include sys/user.h.
11831         (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
11832         instead of KERN_PS_STRINGS to locate the signal trampoline.
11833         * i386fbsd-nat.c: Include sys/user.h.
11834         (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
11835         instead of KERN_PS_STRINGS to locate the signal trampoline.
11836         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
11837         (amd64fbsd_sigtramp_p): New.
11838         (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
11839         longer set default values.
11840         (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
11841         * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
11842         (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
11843         (i386fbsd_freebsd4_sigtramp_start)
11844         (i386fbsd_freebsd4_sigtramp_middle)
11845         (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
11846         (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
11847         (i386fbsd_sigtramp_p): New.
11848         (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
11849         longer set default values.
11850         (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
11851
11852 2015-02-25  John Baldwin  <jhb@freebsd.org>
11853
11854         * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
11855         get_frame_register instead of frame_unwind_register_unsigned.
11856
11857 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11858
11859         PR build/18033
11860         * compile/compile-c-support.c (c_compute_program): Change // comment.
11861         * compile/compile-object-load.c (setup_sections): Change // comment.
11862
11863 2015-02-26  Joel Brobecker  <brobecker@adacore.com>
11864
11865         PR build/18033:
11866         * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
11867
11868 2015-02-23  Pedro Alves  <palves@redhat.com>
11869
11870         * remote.c (skip_to_semicolon): New function.
11871         (remote_parse_stop_reply) <T stop reply>: Use it.  Don't
11872         special case the stop reasons that look like hex numbers
11873         upfront.  Instead handle real register numbers after matching
11874         all the known stop reasons.
11875
11876 2015-02-21  Doug Evans  <dje@google.com>
11877
11878         PR c++/17976, symtab/17821
11879         * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
11880         is_in_anonymous.  All callers updated.
11881         (find_symbol_in_baseclass): Ditto.
11882         (cp_lookup_nested_symbol_1): Ditto.  Don't search all static blocks
11883         for symbols in an anonymous namespace.
11884         * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
11885         DW_AT_name directly.
11886         (dwarf2_name): Convert missing namespace name to
11887         CP_ANONYMOUS_NAMESPACE_STR.
11888
11889 2015-02-20  Pedro Alves  <palves@redhat.com>
11890
11891         * linux-nat.c (linux_handle_extended_wait): Call
11892         thread_db_notice_clone whenever a new clone LWP is detected.
11893         (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
11894         functions.
11895         * linux-nat.h (thread_db_attach_lwp): Delete declaration.
11896         (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
11897         (linux_unstop_all_lwps): Declare.
11898         * linux-thread-db.c (struct thread_get_info_inout): Delete.
11899         (thread_get_info_callback): Delete.
11900         (thread_from_lwp): Use td_thr_get_info and record_thread.
11901         (thread_db_attach_lwp): Delete.
11902         (thread_db_notice_clone): New function.
11903         (try_thread_db_load_1): If /proc is mounted and shows the
11904         process'es task list, walk over all LWPs and call thread_from_lwp
11905         instead of relying on td_ta_thr_iter.
11906         (attach_thread): Don't call check_thread_signals here.  Split the
11907         tail part of the function (which adds the thread to the core GDB
11908         thread list) to ...
11909         (record_thread): ... this function.  Call check_thread_signals
11910         here.
11911         (thread_db_wait): Don't call thread_db_find_new_threads_1.  Always
11912         call thread_from_lwp.
11913         (thread_db_update_thread_list): Rename to ...
11914         (thread_db_update_thread_list_org): ... this.
11915         (thread_db_update_thread_list): New function.
11916         (thread_db_find_thread_from_tid): Delete.
11917         (thread_db_get_ada_task_ptid): Simplify.
11918         * nat/linux-procfs.c: Include <sys/stat.h>.
11919         (linux_proc_task_list_dir_exists): New function.
11920         * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
11921
11922 2015-02-20  Pedro Alves  <palves@redhat.com>
11923
11924         * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
11925         main LWP.  Handle the case of waitpid returning 0 if we're already
11926         attached to the LWP.  Don't set the LWP's last_resume_kind to
11927         resume_stop if we already knew about the LWP.
11928         (linux_nat_filter_event): Add debug logs.
11929
11930 2015-02-20  Pedro Alves  <palves@redhat.com>
11931
11932         * target.h (forward_target_decr_pc_after_break): Delete
11933         declaration.
11934
11935 2015-02-20  Pedro Alves  <palves@redhat.com>
11936
11937         PR threads/18006
11938         * linux-thread-db.c (thread_get_info_callback): Return early if
11939         the thread's lwp id is -1.
11940
11941 2015-02-20  Joel Brobecker  <brobecker@adacore.com>
11942
11943         GDB 7.9 released.
11944
11945 2015-02-19  Steve Ellcey  <sellcey@imgtec.com>
11946
11947         * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
11948         (dtrace_get_probes) Change type of variable 'dof'.
11949
11950 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11951
11952         PR breakpoints/16812
11953         * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
11954         * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
11955         * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
11956
11957 2015-02-19  David Taylor  <dtaylor@emc.com>
11958
11959         * common/ax.def (setv): Fix consumed entry in setv DEFOP.
11960
11961 2015-02-18  Patrick Palka  <patrick@parcs.ath.cx>
11962
11963         * tui/tui-io.c (tui_handle_resize_during_io): Remove this
11964         function.
11965         (tui_putc): Don't call tui_handle_resize_during_io.
11966         (tui_getc): Likewise.
11967         (tui_mld_getc): Likewise.
11968         * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
11969         (tui_sigwinch_token): New static variable.
11970         (tui_initialize_win): Adjust documentation.  Set
11971         tui_sigwinch_token.
11972         (tui_async_resize_screen): New asynchronous callback.
11973         (tui_sigwinch_handler): Adjust documentation.  Asynchronously
11974         invoke tui_async_resize_screen.
11975
11976 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
11977
11978         * configure: Regenerated.
11979         * configure.ac: Use GDB_AC_TRANSFORM.
11980         * Makefile.in (aclocal_m4_deps): Added transform.m4.
11981         * acinclude.m4: sinclude transform.m4.
11982         * transform.m4: New file.
11983         (GDB_AC_TRANSFORM): New macro.
11984
11985 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11986
11987         * NEWS: Announce the support for DTrace SDT probes.
11988
11989 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11990
11991         * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
11992         (amd64_dtrace_parse_probe_argument): New function.
11993         (amd64_dtrace_probe_is_enabled): Likewise.
11994         (amd64_dtrace_enable_probe): Likewise.
11995         (amd64_dtrace_disable_probe): Likewise.
11996         (amd64_linux_init_abi): Register the
11997         `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
11998         `gdbarch_dtrace_disable_probe' and
11999         `gdbarch_dtrace_probe_is_enabled' hooks.
12000         (amd64_dtrace_disabled_probe_sequence_1): New constant.
12001         (amd64_dtrace_disabled_probe_sequence_2): Likewise.
12002         (amd64_dtrace_enable_probe_sequence): Likewise.
12003         (amd64_dtrace_disable_probe_sequence): Likewise.
12004
12005 2015-01-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
12006
12007         * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
12008         the -probe-dtrace new vpossible value for PROBE_MODIFIER.
12009         * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
12010         handle ELF files.
12011         * Makefile.in (SFILES): dtrace-probe.c added.
12012         * configure: Regenerate.
12013         * dtrace-probe.c: New file.
12014         (SHT_SUNW_dof): New constant.
12015         (dtrace_probe_type): New enum.
12016         (dtrace_probe_arg): New struct.
12017         (dtrace_probe_arg_s): New typedef.
12018         (struct dtrace_probe_enabler): New struct.
12019         (dtrace_probe_enabler_s): New typedef.
12020         (dtrace_probe): New struct.
12021         (dtrace_probe_is_linespec): New function.
12022         (dtrace_dof_sect_type): New enum.
12023         (dtrace_dof_dofh_ident): Likewise.
12024         (dtrace_dof_encoding): Likewise.
12025         (DTRACE_DOF_ENCODE_LSB): Likewise.
12026         (DTRACE_DOF_ENCODE_MSB): Likewise.
12027         (dtrace_dof_hdr): New struct.
12028         (dtrace_dof_sect): Likewise.
12029         (dtrace_dof_provider): Likewise.
12030         (dtrace_dof_probe): Likewise.
12031         (DOF_UINT): New macro.
12032         (DTRACE_DOF_PTR): Likewise.
12033         (DTRACE_DOF_SECT): Likewise.
12034         (dtrace_process_dof_probe): New function.
12035         (dtrace_process_dof): Likewise.
12036         (dtrace_build_arg_exprs): Likewise.
12037         (dtrace_get_arg): Likewise.
12038         (dtrace_get_probes): Likewise.
12039         (dtrace_get_probe_argument_count): Likewise.
12040         (dtrace_can_evaluate_probe_arguments): Likewise.
12041         (dtrace_evaluate_probe_argument): Likewise.
12042         (dtrace_compile_to_ax): Likewise.
12043         (dtrace_probe_destroy): Likewise.
12044         (dtrace_gen_info_probes_table_header): Likewise.
12045         (dtrace_gen_info_probes_table_values): Likewise.
12046         (dtrace_probe_is_enabled): Likewise.
12047         (dtrace_probe_ops): New variable.
12048         (info_probes_dtrace_command): New function.
12049         (_initialize_dtrace_probe): Likewise.
12050         (dtrace_type_name): Likewise.
12051
12052 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
12053
12054         * gdbarch.sh (dtrace_parse_probe_argument): New.
12055         (dtrace_probe_is_enabled): Likewise.
12056         (dtrace_enable_probe): Likewise.
12057         (dtrace_disable_probe): Likewise.
12058         * gdbarch.c: Regenerate.
12059         * gdbarch.h: Regenerate.
12060
12061 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
12062
12063         * stap-probe.c (stap_probe_ops): Add NULLs in the static
12064         stap_probe_ops for `enable_probe' and `disable_probe'.
12065         * probe.c (enable_probes_command): New function.
12066         (disable_probes_command): Likewise.
12067         (_initialize_probe): Define the cli commands `enable probe' and
12068         `disable probe'.
12069         (parse_probe_linespec): New function.
12070         (info_probes_for_ops): Use parse_probe_linespec.
12071         * probe.h (probe_ops): New hooks `enable_probe' and
12072         `disable_probe'.
12073
12074 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
12075
12076         * probe.c (compute_probe_arg): Moved from stap-probe.c
12077         (compile_probe_arg): Likewise.
12078         (probe_funcs): Likewise.
12079         * stap-probe.c (compute_probe_arg): Moved to probe.c.
12080         (compile_probe_arg): Likewise.
12081         (probe_funcs): Likewise.
12082
12083 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
12084
12085         * probe.c (print_ui_out_not_applicables): New function.
12086         (exists_probe_with_pops): Likewise.
12087         (info_probes_for_ops): Do not include column headers for probe
12088         types for which no probe has been actually found on any object.
12089         Also invoke `print_ui_out_not_applicables' in order to match the
12090         column rows with the header when probes of several types are
12091         listed.
12092         Print the "Type" column.
12093         * probe.h (probe_ops): Added a new probe operation `type_name'.
12094         * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
12095         (stap_type_name): New function.
12096
12097 2015-02-17  Patrick Palka  <patrick@parcs.ath.cx>
12098
12099         * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
12100         (key_is_command_char): Delete.
12101
12102 2015-02-17  Pedro Alves  <palves@redhat.com>
12103
12104         * tui/tui.c (tui_enable): Resize windows before anything
12105         might show a window.
12106
12107 2015-02-17  Max Ostapenko  <m.ostapenko@partner.samsung.com>
12108
12109         PR gdb/17984
12110         * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
12111         (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
12112         call.
12113         * aarch64-tdep.h (tdesc_aarch64): Declare.
12114
12115 2015-02-12  Mark Wielaard  <mjw@redhat.com>
12116
12117         * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
12118
12119 2015-02-13  Doug Evans  <dje@google.com>
12120
12121         * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
12122         anonymous_namespace to is_in_anonymous for consistency with the rest
12123         of the file.
12124         (cp_lookup_bare_symbol): Fix typo in comment.
12125         (cp_search_static_and_baseclasses): Ditto.
12126         (search_symbol_list): Use vertical space in comment better.
12127         (reset_directive_searched): Ditto. Fix typo.
12128         (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
12129
12130 2015-02-13  Yao Qi  <yao.qi@arm.com>
12131
12132         * MAINTAINERS: Update my email address.
12133
12134 2015-02-12  Doug Evans  <dje@google.com>
12135
12136         * symtab.c (completion_list_add_name): Fix memory leak.
12137
12138 2015-02-12  Doug Evans  <dje@google.com>
12139
12140         * completer.c (complete_line): Remove incorrect comment.
12141
12142 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
12143
12144         * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
12145         (py_print_frame): Use RETURN_MASK_ERROR.
12146
12147 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
12148
12149         * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
12150         function comment.  Wrap all function that can throw in cleanups.
12151         (gdbpy_apply_frame_filter): Wrap all function that can throw in
12152         cleanups.
12153
12154 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
12155
12156         * python/py-framefilter.c (py_print_frame): Substitute goto error.
12157         Remove the error label.
12158
12159 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
12160
12161         * python/py-framefilter.c (py_print_frame): Put conditional code paths
12162         with goto first, indent the former else codepath left.  Put variable
12163         'elided' to a new inner block.
12164
12165 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
12166
12167         * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
12168
12169 2015-02-11  Pedro Alves  <palves@redhat.com>
12170
12171         * xcoffread.c (within_function): Delete.
12172
12173 2015-02-11  Tom Tromey  <tromey@redhat.com>
12174             Pedro Alves <palves@redhat.com>
12175
12176         * breakpoint.c (base_breakpoint_ops): Delete.
12177         * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
12178         * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
12179         * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
12180         * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
12181         * python/py-arch.c (arch_object_type): Make extern.
12182         * python/py-block.c (block_syms_iterator_object_type): Make extern.
12183         * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
12184         * python/py-cmd.c (cmdpy_object_type): Make extern.
12185         * python/py-continueevent.c (continue_event_object_type)
12186         * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
12187         parameter.  Update all callers.
12188         * python/py-evtregistry.c (eventregistry_object_type): Make extern.
12189         * python/py-exitedevent.c (exited_event_object_type): Make extern.
12190         * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
12191         * python/py-function.c (fnpy_object_type): Make extern.
12192         * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
12193         * python/py-infevents.c (call_pre_event_object_type)
12194         (inferior_call_post_event_object_type).
12195         (memory_changed_event_object_type): Make extern.
12196         * python/py-infthread.c (thread_object_type): Make extern.
12197         * python/py-lazy-string.c (lazy_string_object_type): Make extern.
12198         * python/py-linetable.c (linetable_entry_object_type)
12199         (linetable_object_type, ltpy_iterator_object_type): Make extern.
12200         * python/py-newobjfileevent.c (new_objfile_event_object_type)
12201         (clear_objfiles_event_object_type): Make extern.
12202         * python/py-objfile.c (objfile_object_type): Make extern.
12203         * python/py-param.c (parmpy_object_type): Make extern.
12204         * python/py-progspace.c (pspace_object_type): Make extern.
12205         * python/py-signalevent.c (signal_event_object_type): Make extern.
12206         * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
12207         * python/py-type.c (type_object_type, field_object_type)
12208         (type_iterator_object_type): Make extern.
12209         * python/python.c (python_extension_script_ops)
12210         (python_extension_ops): Make extern.
12211         * stap-probe.c (stap_probe_ops): Make extern.
12212
12213 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
12214
12215         * infrun.c (adjust_pc_after_break): Don't adjust the PC just
12216         because the event thread is not the current thread.
12217
12218 2015-02-11  Doug Evans  <xdje42@gmail.com>
12219
12220         * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
12221         been initialized yet, return NULL.
12222
12223 2015-02-11  Doug Evans  <dje@google.com>
12224
12225         * symfile.h (new_symfile_objfile): Delete.
12226         * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
12227         All callers updated.
12228
12229 2015-02-11  Patrick Palka  <patrick@parcs.ath.cx>
12230
12231         * tui/tui-io.c (tui_handle_resize_during_io): Call
12232         tui_update_gdb_sizes() after resizing the screen.
12233         * tui/tui.c (tui_enable): Resize the terminal before
12234         calling tui_update_gdb_sizes().
12235
12236 2015-02-11  Patrick Palka  <patrick@parcs.ath.cx>
12237
12238         * tui/tui-io.c (tui_getc): Move cursor to the end of the command
12239         line before printing a newline.
12240
12241 2015-02-11  Mark Wielaard  <mjw@redhat.com>
12242
12243         * utils.c (producer_is_gcc): Return true or false.
12244
12245 2015-02-10  Mark Wielaard  <mjw@redhat.com>
12246
12247         * utils.h (producer_is_gcc): Change return type to bool. Add major
12248         argument.
12249         * utils.c (producer_is_gcc): Likewise.
12250         (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
12251         * dwarf2read.c (check_producer): Likewise.
12252
12253 2015-02-10  Pedro Alves  <palves@redhat.com>
12254
12255         * infrun.c (displaced_step_fixup): Switch to the event thread
12256         before calling gdbarch_displaced_step_fixup.
12257
12258 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
12259
12260         * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
12261
12262 2015-02-10  Simon Marchi  <simon.marchi@ericsson.com>
12263
12264         * ada-varobj.c (ada_name_of_child): Constify parent.
12265         (ada_path_expr_of_child): Same.
12266         (ada_value_of_child): Same.
12267         (ada_type_of_child): Same.
12268         * c-varobj.c (c_is_path_expr_parent): Same.
12269         (c_describe_child): Same.
12270         (c_name_of_child): Same.
12271         (c_value_of_child): Same.
12272         (c_type_of_child): Same.
12273         (cplus_number_of_children): Same.
12274         (cplus_describe_child): Constify var.
12275         (cplus_name_of_child): Constify parent.
12276         (cplus_value_of_child): Same.
12277         (cplus_type_of_child): Same.
12278         * jv-varobj.c (java_name_of_child): Same.
12279         (java_value_of_child): Same.
12280         (java_type_of_child): Same.
12281         * varobj.c (value_of_child): Same.
12282         (varobj_default_is_path_expr_parent): Constify var, parent and return
12283         value.
12284         (varobj_get_path_expr): Constify var, modify path_expr through
12285         mutable_var.
12286         (install_new_value): Constify parent.
12287         (value_of_child): Constify parent.
12288         * varobj.h (struct varobj): Constify parent.
12289         (struct lang_varobj_ops): Constify name_of_child, value_of_child and
12290         type_of_child.
12291         (varobj_get_path_expr): Constify var.
12292         (varobj_get_path_expr_parent): Constify var and return value.
12293
12294 2015-02-10  Luis Machado  <lgustavo@codesourcery.com>
12295
12296         * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
12297         (arm_prologue_this_id): Move PC and SP limit checks to
12298         arm_prologue_unwind_stop_reason.
12299         (arm_prologue_unwind) <stop_reason> : Set to
12300         arm_prologue_unwind_stop_reason.
12301
12302 2015-02-09  Mark Wielaard  <mjw@redhat.com>
12303
12304         * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
12305         DW_LANG_Fortran08 as language_fortran.
12306
12307 2015-02-09  Sergio Durigan Junior  <sergiodj@redhat.com>
12308
12309         PR remote/17946
12310         * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
12311         of pointer against char.
12312
12313 2015-02-09  Mark Wielaard  <mjw@redhat.com>
12314
12315         * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
12316         (c_type_print_modifier): Likewise.
12317         * dwarf2read.c (read_tag_atomic_type): New function.
12318         (read_type_die_1): Handle DW_TAG_atomic_type.
12319         * gdbtypes.c (make_atomic_type): New function.
12320         (recursive_dump_type): Handle TYPE_ATOMIC.
12321         * gdbtypes.h (enum type_flag_values): Renumber.
12322         (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
12323         (TYPE_ATOMIC): New macro.
12324         (make_atomic_type): Declare.
12325
12326 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12327
12328         * btrace.c (ftrace_find_call): Skip gaps.
12329         (ftrace_new_function): Initialize level.
12330         (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
12331         (ftrace_new_switch): Update
12332         level computation.
12333         (ftrace_new_gap): New.
12334         (ftrace_update_function): Create new function after gap.
12335         (btrace_compute_ftrace_bts): Create gap on error.
12336         (btrace_stitch_bts): Update parameters.  Clear trace if it
12337         becomes empty.
12338         (btrace_stitch_trace): Update parameters.  Update callers.
12339         (btrace_clear): Reset the number of gaps.
12340         (btrace_insn_get): Return NULL if the iterator points to a gap.
12341         (btrace_insn_number): Return zero if the iterator points to a gap.
12342         (btrace_insn_end): Allow gaps at the end.
12343         (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
12344         (btrace_find_insn_by_number): Assert that the found iterator does
12345         not point to a gap.
12346         (btrace_call_next, btrace_call_prev): Assert that the last function
12347         is not a gap.
12348         * btrace.h (btrace_bts_error): New.
12349         (btrace_function): Update comment.
12350         (btrace_function) <insn, insn_offset, number>: Update comment.
12351         (btrace_function) <errcode>: New.
12352         (btrace_thread_info) <ngaps>: New.
12353         (btrace_thread_info) <replay>: Update comment.
12354         (btrace_insn_get): Update comment.
12355         * record-btrace.c (btrace_ui_out_decode_error): New.
12356         (record_btrace_info): Print number of gaps.
12357         (btrace_insn_history, btrace_call_history): Call
12358         btrace_ui_out_decode_error for gaps.
12359         (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
12360
12361 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12362
12363         * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
12364         * nat/linux-btrace.c: (btrace_this_cpu): New.
12365         (cpu_supports_bts): Call btrace_this_cpu.
12366         (intel_supports_bts): Add cpu parameter.
12367
12368 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12369
12370         * btrace.h (btrace_insn_class): New.
12371         (btrace_insn) <size, iclass>: New.
12372         * btrace.c (ftrace_find_call): Update parameters.  Update users.
12373         Use instruction classification.
12374         (ftrace_new_return): Update parameters.  Update users.
12375         (ftrace_update_function): Update parameters.  Update users.  Use
12376         instruction classification.
12377         (ftrace_update_insns): Update parameters.  Update users.
12378         (ftrace_classify_insn): New.
12379         (btrace_compute_ftrace_bts): Fill in new btrace_insn fields.  Add
12380         TRY_CATCH around call to gdb_insn_length.
12381
12382 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12383
12384         * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
12385         Update parameters.  Update users.
12386
12387 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12388
12389         * btrace.c (parse_xml_btrace_conf_bts): Add size.
12390         (btrace_conf_bts_attributes): New.
12391         (btrace_conf_children): Add attributes.
12392         * common/btrace-common.h (btrace_config_bts): New.
12393         (btrace_config)<bts>: New.
12394         (btrace_config): Update comment.
12395         * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
12396         Use config.
12397         * features/btrace-conf.dtd: Increment version.  Add size
12398         attribute to bts element.
12399         * record-btrace.c (set_record_btrace_bts_cmdlist,
12400         show_record_btrace_bts_cmdlist): New.
12401         (record_btrace_adjust_size, record_btrace_print_bts_conf,
12402         record_btrace_print_conf, cmd_set_record_btrace_bts,
12403         cmd_show_record_btrace_bts): New.
12404         (record_btrace_info): Call record_btrace_print_conf.
12405         (_initialize_record_btrace): Add commands.
12406         * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
12407         (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
12408         (btrace_sync_conf): Synchronize bts size.
12409         (_initialize_remote): Add Qbtrace-conf:bts:size packet.
12410         * NEWS: Announce new commands and new packets.
12411
12412 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12413
12414         * Makefile.in (XMLFILES): Add btrace-conf.dtd.
12415         * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
12416         (x86_linux_btrace_conf): New.
12417         (x86_linux_create_target): Initialize to_btrace_conf.
12418         * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
12419         Check format.  Split into this and ...
12420         (linux_enable_bts): ... this.
12421         (linux_btrace_conf): New.
12422         (perf_event_skip_record): Renamed into ...
12423         (perf_event_skip_bts_record): ... this.  Updated users.
12424         (linux_disable_btrace): Split into this and ...
12425         (linux_disable_bts): ... this.
12426         (linux_read_btrace): Check format.
12427         * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
12428         (linux_btrace_conf): New.
12429         (btrace_target_info)<ptid>: Moved.
12430         (btrace_target_info)<conf>: New.
12431         (btrace_target_info): Split into this and ...
12432         (btrace_tinfo_bts): ... this.  Updated users.
12433         * btrace.c (btrace_enable): Update parameters.
12434         (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
12435         (btrace_conf_children, btrace_conf_attributes)
12436         (btrace_conf_elements): New.
12437         * btrace.h (btrace_enable): Update parameters.
12438         (btrace_conf, parse_xml_btrace_conf): New.
12439         * common/btrace-common.h (btrace_config): New.
12440         * feature/btrace-conf.dtd: New.
12441         * record-btrace.c (record_btrace_conf): New.
12442         (record_btrace_cmdlist): New.
12443         (record_btrace_enable_warn, record_btrace_open): Pass
12444         &record_btrace_conf.
12445         (record_btrace_info): Print recording format.
12446         (cmd_record_btrace_bts_start): New.
12447         (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
12448         (_initialize_record_btrace): Add "record btrace bts" subcommand.
12449         Add "record bts" alias command.
12450         * remote.c (remote_state)<btrace_config>: New.
12451         (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
12452         (remote_protocol_features): Add qXfer:btrace-conf:read.
12453         (remote_open_1): Call remote_btrace_reset.
12454         (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
12455         (btrace_target_info)<conf>: New.
12456         (btrace_sync_conf, btrace_read_config): New.
12457         (remote_enable_btrace): Update parameters.  Call btrace_sync_conf and
12458         btrace_read_conf.
12459         (remote_btrace_conf): New.
12460         (init_remote_ops): Initialize to_btrace_conf.
12461         (_initialize_remote): Add qXfer:btrace-conf packet.
12462         * target.c (target_enable_btrace): Update parameters.
12463         (target_btrace_conf): New.
12464         * target.h (target_enable_btrace): Update parameters.
12465         (target_btrace_conf): New.
12466         (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
12467         (target_ops)<to_enable_btrace>: Update parameters and comment.
12468         (target_ops)<to_btrace_conf>: New.
12469         * target-delegates: Regenerate.
12470         * target-debug.h (target_debug_print_const_struct_btrace_config_p)
12471         (target_debug_print_const_struct_btrace_target_info_p): New.
12472         * NEWS: Announce new command and new packet.
12473
12474 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12475
12476         * nat/linux-btrace.h (perf_event_buffer): New.
12477         (btrace_target_info) <buffer, size, data_head>: Replace with ...
12478         <bts>: ... this.
12479         * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
12480         (perf_event_buffer_size, perf_event_buffer_begin)
12481         (perf_event_buffer_end, linux_btrace_has_changed): Removed.
12482         Updated users.
12483         (perf_event_new_data): New.
12484
12485 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12486
12487         * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
12488         * record-btrace.c (record_btrace_open): Remove call to
12489         target_supports_btrace.
12490         * remote.c (remote_supports_btrace): Update parameters.
12491         * target.c (target_supports_btrace): Update parameters.
12492         * target.h (to_supports_btrace, target_supports_btrace): Update
12493         parameters.
12494         * target-delegates.c: Regenerate.
12495         * target-debug.h (target_debug_print_enum_btrace_format): New.
12496         * nat/linux-btrace.c
12497         (kernel_supports_btrace): Rename into ...
12498         (kernel_supports_bts): ... this.  Update users.  Update warning text.
12499         (intel_supports_btrace): Rename into ...
12500         (intel_supports_bts): ... this.  Update users.
12501         (cpu_supports_btrace): Rename into ...
12502         (cpu_supports_bts): ... this.  Update users.
12503         (linux_supports_btrace): Update parameters.  Split into this and ...
12504         (linux_supports_bts): ... this.
12505         * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
12506
12507 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12508
12509         * Makefile.in (SFILES): Add common/btrace-common.c.
12510         (COMMON_OBS): Add common/btrace-common.o.
12511         (btrace-common.o): Add build rules.
12512         * btrace.c (parse_xml_btrace): Update parameters.
12513         (parse_xml_btrace_block): Set format field.
12514         (btrace_add_pc, btrace_fetch): Use struct btrace_data.
12515         (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
12516         (btrace_compute_ftrace): Split into this and...
12517         (btrace_compute_ftrace_bts): ...this.
12518         (btrace_stitch_trace): Split into this and...
12519         (btrace_stitch_bts): ...this.
12520         * btrace.h (parse_xml_btrace): Update parameters.
12521         (make_cleanup_btrace_data): New.
12522         * common/btrace-common.c: New.
12523         * common/btrace-common.h: Include common-defs.h.
12524         (btrace_block_s): Update comment.
12525         (btrace_format): New.
12526         (btrace_format_string): New.
12527         (btrace_data_bts): New.
12528         (btrace_data): New.
12529         (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
12530         * remote.c (remote_read_btrace): Update parameters.
12531         * target.c (target_read_btrace): Update parameters.
12532         * target.h (target_read_btrace): Update parameters.
12533         (target_ops)<to_read_btrace>: Update parameters.
12534         * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
12535         * target-delegates.c: Regenerate.
12536         * target-debug (target_debug_print_struct_btrace_data_p): New.
12537         * nat/linux-btrace.c (linux_read_btrace): Split into this and...
12538         (linux_read_bts): ...this.
12539         * nat/linux-btrace.h (linux_read_btrace): Update parameters.
12540
12541 2015-02-06  Doug Evans  <dje@google.com>
12542
12543         * remote-m32r-sdi.c: Include symfile.h.
12544
12545 2015-02-06  Doug Evans  <dje@google.com>
12546
12547         * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
12548         * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
12549         to here.
12550
12551 2015-02-06  Pedro Alves  <palves@redhat.com>
12552
12553         * linux-thread-db.c (find_new_threads_callback): Add debug output.
12554
12555 2015-02-06  Simon Marchi  <simon.marchi@ericsson.com>
12556
12557         PR gdb/15678
12558         * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
12559         (enable_count_command): Check args for NULL value.
12560
12561 2015-02-05  Doug Evans  <xdje42@gmail.com>
12562
12563         * guile/scm-frame.c: Fix spelling errors in a comment.
12564
12565 2015-02-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
12566
12567         * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
12568         * python/py-value.c (valpy_fetch_lazy): Use it.  Remove cast to the
12569         return type.
12570
12571 2015-02-04  Pedro Alves  <palves@redhat.com>
12572
12573         * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
12574         (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
12575         returns true.
12576         (resume_stopped_resumed_lwps): Don't check whether the thread is
12577         marked as executing.
12578         (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
12579
12580 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12581
12582         * regset.h (struct regset): Add flags field.
12583         (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
12584         * corelow.c (get_core_register_section): Add warning if the size
12585         exceeds the requested size and the regset does not have the
12586         REGSET_VARIABLE_SIZE flag set.
12587         * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
12588         flag.
12589         * armbsd-tdep.c (armbsd_gregset): Likewise.
12590         * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
12591         * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
12592         * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
12593         * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
12594
12595 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12596
12597         * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
12598         For ".reg-xstate", explicitly specify the requested section size
12599         via X86_XSTATE_SIZE instead of just 0 on input and
12600         X86_XSTATE_MAX_SIZE on output.
12601         * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
12602         Likewise.
12603
12604 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12605
12606         PR corefiles/17808:
12607         * gdbarch.sh (iterate_over_regset_sections_cb): Document this
12608         function type, particularly its SIZE parameter.
12609         * gdbarch.h: Regenerate.
12610         * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
12611         actual against required size using ">=" instead of "==".
12612         (amd64_collect_fpregset): Likewise.
12613         * i386-tdep.c (i386_supply_gregset): Likewise.
12614         (i386_collect_gregset): Likewise.
12615         (i386_supply_fpregset): Likewise.
12616         (i386_collect_fpregset): Likewise.
12617         * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
12618         (mips_fill_gregset_wrapper): Likewise.
12619         (mips_supply_fpregset_wrapper): Likewise.
12620         (mips_fill_fpregset_wrapper): Likewise.
12621         (mips64_supply_gregset_wrapper): Likewise.
12622         (mips64_fill_gregset_wrapper): Likewise.
12623         (mips64_supply_fpregset_wrapper): Likewise.
12624         (mips64_fill_fpregset_wrapper): Likewise.
12625         * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
12626         (am33_supply_fpregset_method): Likewise.
12627         (am33_collect_gregset_method): Likewise.
12628         (am33_collect_fpregset_method): Likewise.
12629
12630 2015-02-04  Doug Evans  <dje@google.com>
12631             Pedro Alves  <palves@redhat.com>
12632             Eli Zaretskii  <eliz@gnu.org>
12633
12634         PR tui/17810
12635         * tui/tui-command.c (tui_refresh_cmd_win): New function.
12636         * tui/tui-command.c (tui_refresh_cmd_win): Declare.
12637         * tui/tui-file.c: #include tui/tui-command.h.
12638         (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
12639         (tui_file_flush): Refresh command window if stream is gdb_stdout.
12640         * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
12641
12642 2015-02-04  Pedro Alves  <palves@redhat.com>
12643
12644         Fix build breakage.
12645         * event-loop.c (gdb_do_one_event): Add default switch case.
12646
12647 2015-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
12648
12649         Filter out inferior gcc option -fpreprocessed.
12650         * compile/compile.c (filter_args): New function.
12651         (get_args): Use it.
12652
12653 2015-02-03  Pedro Alves  <palves@redhat.com>
12654
12655         * event-loop.c: Don't declare nor define a queue type for
12656         gdb_event_p.
12657         (event_queue): Delete.
12658         (create_event, create_file_event, gdb_event_xfree)
12659         (initialize_event_loop, process_event): Delete.
12660         (gdb_do_one_event): Return as soon as one event is handled.
12661         (handle_file_event): Change prototype.  Used the passed in
12662         file_handler pointer and ready_mask instead of looping over all
12663         file handlers.
12664         (gdb_wait_for_event): Update the poll/select timeouts before
12665         blocking.  Run event handlers directly instead of queueing events.
12666         Return as soon as one event is handled.
12667         (struct async_event_handler_data): Delete.
12668         (invoke_async_event_handler): Delete.
12669         (check_async_event_handlers): Change return type to int.  Run
12670         event handlers directly instead of queueing events.  Return as
12671         soon as one event is handled.
12672         (handle_timer_event): Delete.
12673         (update_wait_timeout): New function, factored out from
12674         poll_timers.
12675         (poll_timers): Reimplement.
12676         * event-loop.h (initialize_event_loop): Delete declaration.
12677         * top.c (gdb_init): Don't call initialize_event_loop.
12678
12679 2015-02-03  Pedro Alves  <palves@redhat.com>
12680
12681         * event-loop.c (clear_async_event_handler): New function.
12682         * event-loop.h (clear_async_event_handler): New declaration.
12683         * record-btrace.c (record_btrace_async): New function.
12684         (init_record_btrace_ops): Install record_btrace_async.
12685         * record-full.c (record_full_async): New function.
12686         (record_full_resume): Don't mark the async event source here.
12687         (init_record_full_ops): Install record_full_async.
12688         (record_full_core_resume): Don't mark the async event source here.
12689         (init_record_full_core_ops): Install record_full_async.
12690         * remote.c (remote_async): Mark and clear the async stop reply
12691         queue event-loop token as appropriate.
12692
12693 2015-02-03  Pedro Alves  <palves@redhat.com>
12694
12695         * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
12696         target_is_async_p instead of target_can_async.
12697         (linux_nat_wait): Use target_is_async_p instead of
12698         target_can_async.  Don't enable async here.
12699         * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
12700         target_is_async_p instead of target_can_async.
12701
12702 2015-02-02  Simon Marchi  <simon.marchi@ericsson.com>
12703
12704         * varobj.h (lang_varobj_ops): Mention which return values need
12705         to be freed.
12706
12707 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
12708
12709         * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
12710
12711 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
12712
12713         PR gdb/17856:
12714         * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
12715         results found in the cache.
12716
12717 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
12718
12719         PR gdb/17854:
12720         * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
12721         when allocating a new one.
12722
12723 2015-02-01  Tom Tromey  <tom@tromey.com>
12724
12725         * MAINTAINERS: Remove myself.
12726
12727 2015-01-31  Doug Evans  <xdje42@gmail.com>
12728
12729         * dwarf2read.c (process_structure_scope): Update setting of
12730         TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
12731         * gdbtypes.c (internal_type_vptr_fieldno): New function.
12732         (set_type_vptr_fieldno): New function.
12733         (internal_type_vptr_basetype): New function.
12734         (set_type_vptr_basetype): New function.
12735         (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
12736         TYPE_VPTR_BASETYPE.
12737         (allocate_cplus_struct_type): Initialize vptr_fieldno.
12738         (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
12739         (print_cplus_stuff): ... moved here.
12740         (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
12741         * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
12742         moved to ...
12743         (struct cplus_struct_type): ... here.  All uses updated.
12744         (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
12745         (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
12746         (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
12747         * stabsread.c (read_tilde_fields): Update setting of
12748         TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
12749
12750 2015-01-31  Doug Evans  <xdje42@gmail.com>
12751
12752         * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
12753         to self_p.
12754         (cp_print_class_member): Rename local domain to self_type.
12755         * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
12756         domain_type to self_type.
12757         (set_die_type) <need_gnat_info>: Handle
12758         TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
12759         * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
12760         TYPE_SPECIFIC_SELF_TYPE.
12761         * gdbtypes.c (internal_type_self_type): New function.
12762         (set_type_self_type): New function.
12763         (smash_to_memberptr_type): Rename parameter domain to self_type.
12764         Update setting of TYPE_SELF_TYPE.
12765         (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
12766         (smash_to_method_type): Rename parameter domain to self_type.
12767         Update setting of TYPE_SELF_TYPE.
12768         (check_stub_method): Call smash_to_method_type.
12769         (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
12770         (copy_type_recursive): Ditto.
12771         * gdbtypes.h (enum type_specific_kind): New value
12772         TYPE_SPECIFIC_SELF_TYPE.
12773         (struct main_type) <type_specific>: New member self_type.
12774         (struct cplus_struct_type) <fn_field.type>: Update comment.
12775         (TYPE_SELF_TYPE): Rewrite.
12776         (internal_type_self_type, set_type_self_type): Declare.
12777         * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
12778         self_type.
12779         (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
12780         * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
12781         TYPE_TARGET_TYPE.
12782         * stabsread.c (read_member_functions): Mark methods with
12783         TYPE_CODE_METHOD, not TYPE_CODE_FUNC.  Update setting of
12784         TYPE_SELF_TYPE.
12785
12786 2015-01-31  Doug Evans  <xdje42@gmail.com>
12787
12788         * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
12789         All uses updated.
12790
12791 2015-01-31  Doug Evans  <xdje42@gmail.com>
12792
12793         * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
12794         or unions.  Return zero if union.
12795         (gnuv3_get_vtable): Call check_typedef.  Assert only passed structs.
12796         (gnuv3_rtti_type): Pass already-check_typedef'd value to
12797         gnuv3_get_vtable.
12798         (compute_vtable_size): Assert only passed structs.
12799         (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
12800
12801 2015-01-31  Doug Evans  <xdje42@gmail.com>
12802
12803         * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
12804         kinds.
12805
12806 2015-01-31  Gary Benson <gbenson@redhat.com>
12807             Doug Evans  <dje@google.com>
12808
12809         PR cli/9007
12810         PR cli/11920
12811         PR cli/15548
12812         * cli/cli-cmds.c (complete_command): Notify user if max-completions
12813         reached.
12814         * common/common-exceptions.h (enum errors)
12815         <MAX_COMPLETIONS_REACHED_ERROR>: New value.
12816         * completer.h (get_max_completions_reached_message): New declaration.
12817         (max_completions): Likewise.
12818         (completion_tracker_t): New typedef.
12819         (new_completion_tracker): New declaration.
12820         (make_cleanup_free_completion_tracker): Likewise.
12821         (maybe_add_completion_enum): New enum.
12822         (maybe_add_completion): New declaration.
12823         (throw_max_completions_reached_error): Likewise.
12824         * completer.c (max_completions): New global variable.
12825         (new_completion_tracker): New function.
12826         (free_completion_tracker): Likewise.
12827         (make_cleanup_free_completion_tracker): Likewise.
12828         (maybe_add_completions): Likewise.
12829         (throw_max_completions_reached_error): Likewise.
12830         (complete_line): Remove duplicates and limit result to max_completions
12831         entries.
12832         (get_max_completions_reached_message): New function.
12833         (gdb_display_match_list): Handle max_completions.
12834         (_initialize_completer): New declaration and function.
12835         * symtab.c: Include completer.h.
12836         (completion_tracker): New static variable.
12837         (completion_list_add_name): Call maybe_add_completion.
12838         (default_make_symbol_completion_list_break_on_1): Renamed from
12839         default_make_symbol_completion_list_break_on.  Maintain
12840         completion_tracker across calls to completion_list_add_name.
12841         (default_make_symbol_completion_list_break_on): New function.
12842         * top.c (init_main): Set rl_completion_display_matches_hook.
12843         * tui/tui-io.c: Include completer.h.
12844         (tui_old_rl_display_matches_hook): New static global.
12845         (tui_rl_display_match_list): Notify user if max-completions reached.
12846         (tui_setup_io): Save/restore rl_completion_display_matches_hook.
12847         * NEWS (New Options): Mention set/show max-completions.
12848
12849 2015-01-31  Gary Benson  <gbenson@redhat.com>
12850
12851         * symtab.c (struct add_name_data) <code>: New field.
12852         Updated comments.
12853         (add_symtab_completions): New function.
12854         (symtab_expansion_callback): Likewise.
12855         (default_make_symbol_completion_list_break_on): Set datum.code.
12856         Move minimal symbol scan before calling expand_symtabs_matching.
12857         Scan known primary symtabs for externs and statics before calling
12858         expand_symtabs_matching.  Pass symtab_expansion_callback as
12859         expansion_notify argument to expand_symtabs_matching.  Do not scan
12860         primary symtabs for externs and statics after calling
12861         expand_symtabs_matching.
12862
12863 2015-01-31  Gary Benson  <gbenson@redhat.com>
12864
12865         * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
12866         (struct quick_symbol_functions) <expand_symtabs_matching>:
12867         New argument expansion_notify.  All uses updated.
12868         (expand_symtabs_matching): New argument expansion_notify.
12869         All uses updated.
12870         * symfile-debug.c (debug_qf_expand_symtabs_matching):
12871         Also print expansion notify.
12872         * symtab.c (expand_symtabs_matching_via_partial): Call
12873         expansion_notify whenever a partial symbol table is expanded.
12874         * dwarf2read.c (dw2_expand_symtabs_matching): Call
12875         expansion_notify whenever a symbol table is instantiated.
12876
12877 2015-01-31  Doug Evans  <xdje42@gmail.com>
12878
12879         * cli-out.c: #include completer.h, readline/readline.h.
12880         (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
12881         (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
12882         (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
12883         * cli-out.h (cli_display_match_list): Declare.
12884         * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
12885         (ELLIPSIS_LEN): Ditto.
12886         (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
12887         (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
12888         (gdb_fnprint, gdb_print_filename): Ditto.
12889         (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
12890         (gdb_display_match_list): Ditto.
12891         * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
12892         (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
12893         (mld_beep_ftype, mld_read_key_ftype): Ditto.
12894         (match_list_displayer): New struct.
12895         (gdb_display_match_list): Declare.
12896         * top.c (init_main): Set rl_completion_display_matches_hook.
12897         * tui/tui-io.c: #include completer.h.
12898         (printable_part, PUTX, print_filename, get_y_or_n): Delete.
12899         (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
12900         (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
12901         (tui_mld_getc, tui_mld_read_key): Ditto.
12902         (tui_rl_display_match_list): Rewrite.
12903         (tui_handle_resize_during_io): New arg for_completion.  All callers
12904         updated.
12905
12906 2015-01-31  Doug Evans  <xdje42@gmail.com>
12907
12908         Add symbol lookup cache.
12909         * NEWS: Document new options and commands.
12910         * symtab.c (symbol_cache_key): New static global.
12911         (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
12912         (SYMBOL_LOOKUP_FAILED): New macro.
12913         (symbol_cache_slot_state): New enum.
12914         (block_symbol_cache): New struct.
12915         (symbol_cache): New struct.
12916         (new_symbol_cache_size, symbol_cache_size): New static globals.
12917         (hash_symbol_entry, eq_symbol_entry): New functions.
12918         (symbol_cache_byte_size, resize_symbol_cache): New functions.
12919         (make_symbol_cache, free_symbol_cache): New functions.
12920         (get_symbol_cache, symbol_cache_cleanup): New function.
12921         (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
12922         (symbol_cache_lookup, symbol_cache_clear_slot): New function.
12923         (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
12924         (symbol_cache_flush, symbol_cache_dump): New functions.
12925         (maintenance_print_symbol_cache): New function.
12926         (maintenance_flush_symbol_cache): New function.
12927         (symbol_cache_stats): New function.
12928         (maintenance_print_symbol_cache_statistics): New function.
12929         (symtab_new_objfile_observer): New function.
12930         (symtab_free_objfile_observer): New function.
12931         (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
12932         (_initialize_symtab): Init symbol_cache_key.  New parameter
12933         maint symbol-cache-size.  New maint commands print symbol-cache,
12934         print symbol-cache-statistics, flush-symbol-cache.
12935         Install new_objfile, free_objfile observers.
12936
12937 2015-01-31  Joel Brobecker  <brobecker@adacore.com>
12938
12939         PR symtab/17855
12940         * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
12941         to end.
12942
12943 2015-01-31  Doug Evans  <xdje42@gmail.com>
12944
12945         * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
12946         * auto-load.c: #include ctype.h.
12947         (struct auto_load_pspace_info): Replace member loaded_scripts with
12948         new members loaded_script_files, loaded_script_texts.
12949         (auto_load_pspace_data_cleanup): Update.
12950         (init_loaded_scripts_info): Update.
12951         (get_auto_load_pspace_data_for_loading): Update.
12952         (maybe_add_script_file): Renamed from maybe_add_script.  All callers
12953         updated.
12954         (maybe_add_script_text): New function.
12955         (clear_section_scripts): Update.
12956         (source_script_file, execute_script_contents): New functions.
12957         (source_section_scripts): Add support for
12958         SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
12959         (print_scripts): New function.
12960         (auto_load_info_scripts): Also print inlined scripts.
12961         (maybe_print_unsupported_script_warning): Renamed from
12962         unsupported_script_warning_print.  All callers updated.
12963         (maybe_print_script_not_found_warning): Renamed from
12964         script_not_found_warning_print.  All callers updated.
12965         * extension-priv.h (struct extension_language_script_ops): New member
12966         objfile_script_executor.
12967         * extension.c (ext_lang_objfile_script_executor): New function.
12968         * extension.h (objfile_script_executor_func): New typedef.
12969         (ext_lang_objfile_script_executor): Declare.
12970         * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
12971         * guile/guile.c (guile_extension_script_ops): Update.
12972         * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
12973         * python/python.c (python_extension_script_ops): Update.
12974         (gdbpy_execute_objfile_script): New function.
12975
12976 2015-01-31  Eli Zaretskii  <eliz@gnu.org>
12977
12978         * tui/tui-io.c (tui_expand_tabs): New function.
12979         (tui_puts, tui_redisplay_readline): Expand TABs into the
12980         appropriate number of spaces.
12981         * tui/tui-regs.c: Include tui-io.h.
12982         (tui_register_format): Call tui_expand_tabs to expand TABs into
12983         the appropriate number of spaces.
12984         * tui/tui-io.h: Add prototype for tui_expand_tabs.
12985
12986 2015-01-30  Doug Evans  <dje@google.com>
12987
12988         * NEWS: "info source" command now display producer string if present.
12989         * source.c (source_info): Print producer string if present.
12990
12991 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12992
12993         * varobj.c (varobj_delete): Fix comment.
12994
12995 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12996
12997         * varobj.c (create_child): Modify comment.
12998
12999 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
13000
13001         * ada-varobj.c (ada_number_of_children): Constify struct varobj *
13002         parameter.
13003         (ada_name_of_variable): Same.
13004         (ada_path_expr_of_child): Same.
13005         (ada_value_of_variable): Same.
13006         (ada_value_is_changeable_p): Same.
13007         (ada_value_has_mutated): Same.
13008         * c-varobj.c (varobj_is_anonymous_child): Same.
13009         (c_is_path_expr_parent): Same.
13010         (c_number_of_children): Same.
13011         (c_name_of_variable): Same.
13012         (c_path_expr_of_child): Same.
13013         (get_type): Same.
13014         (c_value_of_variable): Same.
13015         (cplus_number_of_children): Same.
13016         (cplus_name_of_variable): Same.
13017         (cplus_path_expr_of_child): Same.
13018         (cplus_value_of_variable): Same.
13019         * jv-varobj.c (java_number_of_children): Same.
13020         (java_name_of_variable): Same.
13021         (java_path_expr_of_child): Same.
13022         (java_value_of_variable): Same.
13023         * varobj.c (number_of_children): Same.
13024         (name_of_variable): Same.
13025         (is_root_p): Same.
13026         (varobj_ensure_python_env): Same.
13027         (varobj_get_objname): Same.
13028         (varobj_get_expression): Same.
13029         (varobj_get_display_format): Same.
13030         (varobj_get_display_hint): Same.
13031         (varobj_has_more): Same.
13032         (varobj_get_thread_id): Same.
13033         (varobj_get_frozen): Same.
13034         (dynamic_varobj_has_child_method): Same.
13035         (varobj_get_gdb_type): Same.
13036         (is_path_expr_parent): Same.
13037         (varobj_default_is_path_expr_parent): Same.
13038         (varobj_get_language): Same.
13039         (varobj_get_attributes): Same.
13040         (varobj_is_dynamic_p): Same.
13041         (varobj_get_child_range): Same.
13042         (varobj_value_has_mutated): Same.
13043         (varobj_get_value_type): Same.
13044         (number_of_children): Same.
13045         (name_of_variable): Same.
13046         (check_scope): Same.
13047         (varobj_editable_p): Same.
13048         (varobj_value_is_changeable_p): Same.
13049         (varobj_floating_p): Same.
13050         (varobj_default_value_is_changeable_p): Same.
13051
13052 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
13053
13054         * varobj.c (varobj_get_path_expr): Set var->path_expr.
13055         * c-varobj.c (c_path_expr_of_child): Set local var instead of
13056         child->path_expr.
13057         (cplus_path_expr_of_child): Same.
13058
13059 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
13060
13061         * mi-cmd-var.c (print_varobj): Free varobj_get_expression
13062         result.
13063         (mi_cmd_var_info_expression): Same.
13064         * varobj.c (varobj_get_expression): Mention in the comment that
13065         the result must by freed by the caller.
13066
13067 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
13068
13069         * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
13070         varobj_get_type.
13071         (varobj_update_one): Same.
13072         * varobj.c (update_type_if_necessary): Free curr_type_str and
13073         new_type_str.
13074         (varobj_get_type): Specify in comment that the result needs to be
13075         freed by the caller.
13076
13077 2015-01-29  Doug Evans  <dje@google.com>
13078
13079         PR symtab/17890
13080         * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
13081
13082 2015-01-25  Mark Wielaard  <mjw@redhat.com>
13083
13084         * dwarf2read.c (checkproducer): Call producer_is_gcc.
13085         * utils.c (producer_is_gcc_ge_4): Likewise.
13086         (producer_is_gcc): New function.
13087         * utils.h (producer_is_gcc): New declaration.
13088
13089 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
13090
13091         * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
13092         kind.
13093         * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
13094         parameter by "addr_stack" parameter.
13095         (resolve_dynamic_range): Replace "addr" parameter by
13096         "stack_addr" parameter.  Update function documentation.
13097         Update code accordingly.
13098         (resolve_dynamic_array, resolve_dynamic_union)
13099         (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
13100         (resolve_dynamic_type): Update code, following the changes made
13101         to resolve_dynamic_type_internal's interface.
13102         * dwarf2loc.h (struct property_addr_info): New.
13103         (dwarf2_evaluate_property): Replace "address" parameter
13104         by "addr_stack" parameter.  Adjust function documentation.
13105         (struct dwarf2_offset_baton): New.
13106         (struct dwarf2_property_baton): Update documentation of
13107         field "referenced_type" to be more general. New field
13108         "offset_info" in union data field.
13109         * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
13110         parameter by "addr_stack" parameter.  Adjust code accordingly.
13111         Add support for PROP_ADDR_OFFSET properties.
13112         * dwarf2read.c (attr_to_dynamic_prop): Add support for
13113         DW_AT_data_member_location attributes as well.  Use case
13114         statements instead of if/else condition.
13115
13116 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
13117
13118         * ada-varobj.c (ada_varobj_get_array_number_of_children):
13119         Return zero if PARENT_VALUE is NULL and parent_type's
13120         range type is dynamic.
13121
13122 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
13123
13124         * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
13125         nonzero if the type's subtype is dynamic.
13126         (resolve_dynamic_range): Also resolve the range's subtype.
13127
13128 2015-01-29  Alexander Klimov  <alserkli@inbox.ru>  (tiny patch)
13129
13130         Pushed by Joel Brobecker  <brobecker@adacore.com>.
13131         * symfile.c (unmap_overlay_command): Initialize sec to NULL.
13132
13133 2015-01-27  Doug Evans  <dje@google.com>
13134
13135         * NEWS: Mention gdb.Objfile.username.
13136         * python/py-objfile.c (objfpy_get_username): New function.
13137         (objfile_getset): Add "username".
13138
13139 2015-01-24  Mark Wielaard  <mjw@redhat.com>
13140
13141         * stack.c (return_command): Markup warning message with _.
13142
13143 2015-01-24  Doug Evans  <xdje42@gmail.com>
13144
13145         * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
13146
13147 2015-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
13148
13149         Fix 100x slowdown regression on DWZ files.
13150         * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
13151         (struct line_header): Add offset and offset_in_dwz.
13152         (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
13153         (free_line_header_voidp): New declaration.
13154         (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
13155         functions.
13156         (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
13157         (handle_DW_AT_stmt_list): Use line_header_hash.
13158         (free_line_header_voidp): New function.
13159         (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
13160         (dwarf_decode_lines): New parameter decode_mapping, use it.
13161         (dwarf2_free_objfile): Free line_header_hash.
13162
13163 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
13164
13165         PR gdb/17416
13166         * valops.c (value_rtti_indirect_type): Catch exception thrown by
13167         value_ind.
13168
13169 2015-01-15  Mark Wielaard  <mjw@redhat.com>
13170
13171         * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
13172         DW_AT_noreturn.
13173         * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
13174         calling_convention an 8 bit bit field.
13175         (TYPE_NO_RETURN): New macro.
13176         * infcmd.c (finish_command): Query if function does not return
13177         normally.
13178         * stack.c (return_command): Likewise.
13179
13180 2015-01-23  Pedro Alves  <palves@redhat.com>
13181
13182         * linux-nat.c (linux_is_async_p): New macro.
13183         (linux_nat_is_async_p):
13184         (linux_nat_terminal_inferior): Check whether the target can async
13185         instead of whether it is already async.
13186         (linux_nat_terminal_ours): Don't check whether the target is
13187         async.
13188         (linux_async_pipe): Use linux_is_async_p.
13189
13190 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
13191
13192         * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
13193         '-ascending'.
13194         * thread.c (tp_array_compar_ascending, tp_array_compar): New.
13195         (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
13196         Sort tp_array using tp_array_compar.
13197         (_initialize_thread): Extend thread_apply_all_command help.
13198
13199 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
13200
13201         * corelow.c (core_open): Call also thread_command.
13202         * gdbthread.h (thread_command): New prototype moved from ...
13203         * thread.c (thread_command): ... here.
13204         (thread_command): Make it global.
13205
13206 2015-01-22  Pedro Alves  <palves@redhat.com>
13207
13208         * configure.ac [*mingw32*]: Check $curses_found instead of
13209         $prefer_curses.
13210         * configure: Regenerate.
13211         * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
13212         HAVE_NCURSES_NCURSES_H checks.
13213
13214 2015-01-22  Eli Zaretskii  <eliz@gnu.org>
13215
13216         * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
13217         fails with the 1st arg NULL, try again with "unknown".  Don't test
13218         the "cup" capability: it isn't supported by the Windows port of
13219         ncurses, but the Windows console driver is still capable of
13220         supporting TUI.
13221
13222 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
13223
13224         * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
13225
13226 2015-01-22  Eli Zaretskii  <eliz@gnu.org>
13227
13228         * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
13229         (ALLDEPFILES): Remove irix5-nat.c.  These two are part of the
13230         reason that "make TAGS" is broken.
13231
13232 2015-01-22  Chen Gang  <gang.chen.5i5j@gmail.com>
13233
13234         * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
13235         and check additional store instructions.
13236
13237 2015-01-21  Wei-cheng Wang  <cole945@gmail.com>
13238
13239         * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
13240
13241 2015-01-21  Wei-cheng Wang  <cole945@gmail.com>
13242
13243         * ppc-linux-tdep.c (ppc_skip_trampoline_code,
13244         ppc_canonicalize_syscall, ppc_linux_syscall_record,
13245         ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
13246         * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
13247         * rs6000-tdep.c (rs6000_epilogue_frame_cache,
13248         rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
13249         rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
13250         ppc_process_record_op19, ppc_process_record_op31,
13251         ppc_process_record_op59, ppc_process_record_op60,
13252         ppc_process_record_op63): Likewise.
13253
13254 2015-01-20  Joel Brobecker  <brobecker@adacore.com>
13255
13256         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
13257         (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
13258         strerror.
13259
13260 2015-01-20  Wei-cheng Wang  <cole945@gmail.com>
13261
13262         * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
13263         ppc_process_record_op31, ppc_process_record_op59,
13264         ppc_process_record_op60, ppc_process_record_op63,
13265         ppc_process_record): Fix -Wformat warning.
13266         * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
13267         Remove unused variables.
13268
13269 2015-01-20  Chen Gang  <gang.chen.5i5j@gmail.com>
13270
13271         * MAINTAINERS (Write After Approval): Add "Chen Gang".
13272
13273 2015-01-19  Eli Zaretskii  <eliz@gnu.org>
13274
13275         * configure.ac [*mingw32*]: Only add windows-termcap.o to
13276         CONFIG_OBS if not building with a curses library.
13277         * configure: Regenerate.
13278
13279         * windows-termcap.c: Include defs.h.  Make the whole body empty if
13280         either one of HAVE_CURSES_H or HAVE_NCURSES_H or
13281         HAVE_NCURSES_NCURSES_H is defined.
13282
13283 2015-01-19  Joel Brobecker  <brobecker@adacore.com>
13284
13285         * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
13286         from end of line to start of next line.
13287
13288 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
13289
13290         * ppc-linux-tdep.c (ppc_skip_trampoline_code):
13291         Scan PLT stub backward for reverse debugging.
13292         * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
13293
13294 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
13295             Ulrich Weigand  <uweigand@de.ibm.com>
13296
13297         * configure.tgt (powerpc*-*-linux): Add linux-record.o to
13298         gdb_target_obs.
13299         (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
13300         record.
13301         (ppc_canonicalize_syscall, ppc_linux_syscall_record,
13302         ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
13303         (ppc_linux_init_abi): Set process_record, process_record_signal.
13304         * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
13305         ppc_linux_record_tdep to gdbarch_tdep.
13306         (ppc_process_record): New declaration.
13307         * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
13308         ppc_process_record_op19, ppc_process_record_op31,
13309         ppc_process_record_op59, ppc_process_record_op60,
13310         ppc_process_record_op63, ppc_process_record): New functions.
13311
13312 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
13313
13314         * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
13315         rs6000_in_function_epilogue_frame_p and add an argument
13316         for frame_info.
13317         (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
13318         rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
13319         New functions.
13320         (rs6000_epilogue_frame_unwind): New.
13321         (rs6000_gdbarch_init): Append epilogue unwinder.
13322
13323 2015-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
13324
13325         * nat/linux-personality.c: Replace "#ifndef
13326         HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
13327         !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
13328         systems.
13329
13330 2015-01-16  Eli Zaretskii  <eliz@gnu.org>
13331
13332         * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
13333         functions.
13334         (_initialize_tui_win) <border-kind, border-mode>:
13335         <active-border-mode>: Use tui_set_var_cmd as the "set" function.
13336         (tui_set_tab_width_command): Fix the commentary.
13337
13338         * tui/tui-win.h: Add prototype for tui_rehighlight_all.
13339
13340         * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
13341         Doc fix.
13342         (tui_set_tab_width_command): Delete and recreate the source and
13343         the disassembly windows, to show the effect of the changed tab
13344         size immediately.
13345
13346         * tui/tui-data.h (LINE_PREFIX): Make shorter
13347         (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
13348         "Thread NNNNN.XXXX" thread ID notation on Windows.
13349
13350 2015-01-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
13351
13352         Fix gcc-5 compilation.
13353         * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
13354
13355 2015-01-15  Sergio Durigan Junior  <sergiodj@redhat.com>
13356
13357         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
13358         (linux-personality.o): New rule.
13359         * common/common-defs.h: Include <stdint.h>.
13360         * config/aarch64/linux.mh (NATDEPFILES): Include
13361         linux-personality.o.
13362         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
13363         * config/arm/linux.mh (NATDEPFILES): Likewise.
13364         * config/i386/linux64.mh (NATDEPFILES): Likewise.
13365         * config/i386/linux.mh (NATDEPFILES): Likewise.
13366         * config/ia64/linux.mh (NATDEPFILES): Likewise.
13367         * config/m32r/linux.mh (NATDEPFILES): Likewise.
13368         * config/m68k/linux.mh (NATDEPFILES): Likewise.
13369         * config/mips/linux.mh (NATDEPFILES): Likewise.
13370         * config/pa/linux.mh (NATDEPFILES): Likewise.
13371         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
13372         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
13373         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
13374         * config/s390/linux.mh (NATDEPFILES): Likewise.
13375         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
13376         * config/sparc/linux.mh (NATDEPFILES): Likewise.
13377         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
13378         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
13379         * defs.h: Remove #include <stdint.h> (moved to
13380         common/common-defs.h).
13381         * linux-nat.c: Include nat/linux-personality.h.  Remove #include
13382         <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
13383         nat/linux-personality.c).
13384         (linux_nat_create_inferior): Remove code to disable address space
13385         randomization (moved to nat/linux-personality.c).  Create cleanup
13386         to disable address space randomization.
13387         * nat/linux-personality.c: New file.
13388         * nat/linux-personality.h: Likewise.
13389
13390 2015-01-15  Sergio Durigan Junior  <sergiodj@redhat.com>
13391
13392         * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
13393         common/posix-strerror.c.
13394         (posix-strerror.o): New rule.
13395         (mingw-strerror.o): Likewise.
13396         * common/common-utils.h (safe_strerror): Move prototype to here,
13397         from utils.h.
13398         * common/common.host: New file.
13399         * common/mingw-strerror.c: Likewise.
13400         * common/posix-strerror.c: Likewise.
13401         * configure: Regenerated.
13402         * configure.ac: Source common/common.host.  Add variable
13403         common_host_obs to gdb_host_obs.
13404         * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
13405         gdb/common/posix-strerror.c when warning about the use of
13406         strerror.
13407         * mingw-hdep.c (safe_strerror): Remove definition; move it to
13408         common/mingw-strerror.c.
13409         * posix-hdep.c (safe_strerror): Remove definition; move it to
13410         common/posix-hdep.c.
13411         * utils.h (safe_strerror): Remove prototype; move to
13412         common/common-utils.h.
13413
13414 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
13415
13416         GDB 7.8.2 released.
13417
13418 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
13419
13420         * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
13421         ___XA type if the array has already been fixed.
13422
13423 2015-01-14  Yao Qi  <yao@codesourcery.com>
13424
13425         * Makefile.in (ppc-linux.o): New rule.
13426         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
13427         * configure.ac: AC_CHECK_FUNCS(getauxval).
13428         * config.in: Re-generated.
13429         * configure: Re-generated.
13430         * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
13431         Declare.
13432         * nat/ppc-linux.c: New file.
13433         * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
13434         Call ppc64_64bit_inferior_p.
13435
13436 2015-01-14  Yao Qi  <yao@codesourcery.com>
13437
13438         * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
13439         nat/ppc-linux.h.
13440         (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
13441         (PPC_FEATURE_HAS_DFP): Likewise.
13442         (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
13443         (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
13444         (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
13445         Include "nat/ppc-linux.h".
13446         * nat/ppc-linux.h: New file.
13447         * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
13448
13449 2015-01-14  Pedro Alves  <palves@redhat.com>
13450
13451         PR gdb/17525
13452         * breakpoint.c: Include "interps.h".
13453         (bpstat_do_actions_1): Also check whether the interpreter is
13454         async.
13455
13456 2015-01-14  Pedro Alves  <palves@redhat.com>
13457
13458         PR cli/17828
13459         * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
13460         reinstall if the interpreter is sync.
13461
13462 2015-01-13  Doug Evans  <dje@google.com>
13463
13464         * objfiles.c (objfile_filename): New function.
13465         * objfiles.h (objfile_filename): Declare it.
13466         (objfile_name): Add function comment.
13467         * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
13468         bfd file name (which may be realpath'd), and the original name.
13469
13470 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
13471
13472         * NEWS: Create a new section for the next release branch.
13473         Rename the section of the current branch, now that it has
13474         been cut.
13475
13476 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
13477
13478         GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
13479         * version.in: Bump version to 7.9.50.DATE-cvs.
13480
13481 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
13482
13483         * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
13484         Remove trailing new-line in argument of call to warning.
13485
13486 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
13487
13488         * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
13489         new-line in argument of call to "warning".
13490
13491 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
13492
13493         * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
13494         in static block, then try searching for primitive types.
13495
13496 2015-01-12  Patrick Palka  <patrick@parcs.ath.cx>
13497
13498         * top.h (gdb_add_history): Declare.
13499         * top.c (command_count): New variable.
13500         (gdb_add_history): New function.
13501         (gdb_safe_append_history): New static function.
13502         (quit_force): Call it.
13503         (command_line_input): Use gdb_add_history instead of
13504         add_history.
13505         * event-top.c (command_line_handler): Likewise.
13506
13507 2015-01-12  James Clarke  <jrtc27@jrtc27.com>  (tiny patch)
13508
13509         PR gdb/17046
13510         * darwin-nat.c: Replace <machine/setjmp.h> #include by
13511         <setjmp.h> #include.
13512
13513 2015-01-11  Doug Evans  <xdje42@gmail.com>
13514
13515         * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
13516
13517 2015-01-11  Doug Evans  <xdje42@gmail.com>
13518
13519         PR gdb/15830
13520         * NEWS: The "maint demangle" command is renamed as "demangle".
13521         * demangle.c: #include cli/cli-utils.h, language.h.
13522         (demangle_command): New function.
13523         (_initialize_demangle): Add new command "demangle".
13524         * maint.c (maintenance_demangle): Stub out.
13525         (_initialize_maint_cmds): Update help text for "maint demangle",
13526         and mark as deprecated.
13527
13528 2015-01-11  Mark Kettenis  <kettenis@gnu.org>
13529
13530         * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
13531         inferior_thread is a function.
13532
13533 2015-01-09  Patrick Palka  <patrick@parcs.ath.cx>
13534
13535         * Makefile.in (.y.c): Don't munge yacc's #line
13536         directives.
13537
13538 2015-01-09  Patrick Palka  <patrick@parcs.ath.cx>
13539
13540         * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
13541         to prompt for input.
13542         * tui/tui-hooks.c (tui_query_hook): Remove.
13543         (tui_install_hooks): Don't set deprecated_query_hook.
13544         * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
13545         height calculation.  Always update the command window's cur_line.
13546
13547 2015-01-09  Pedro Alves  <palves@redhat.com>
13548
13549         * breakpoint.c (hardware_breakpoint_inserted_here_p): New
13550         function.
13551         * breakpoint.h (hardware_breakpoint_inserted_here_p): New
13552         declaration.
13553         * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
13554         (linux_resume_one_lwp): Store the thread's PC.  Adjust to clear
13555         stop_reason.
13556         (check_stopped_by_watchpoint): New function.
13557         (save_sigtrap): Reimplement.
13558         (linux_nat_stopped_by_watchpoint): Adjust.
13559         (linux_nat_lp_status_is_event): Delete.
13560         (stop_wait_callback): Only call save_sigtrap after storing the
13561         pending status.
13562         (status_callback): If the thread had been stopped for a breakpoint
13563         that has since been removed, discard the event and resume the LWP.
13564         (count_events_callback, select_event_lwp_callback): Use
13565         lwp_status_pending_p instead of linux_nat_lp_status_is_event.
13566         (cancel_breakpoint): Rename to ...
13567         (check_stopped_by_breakpoint): ... this.  Record whether the LWP
13568         stopped for a software breakpoint or hardware breakpoint.
13569         (select_event_lwp): Only give preference to the stepping LWP in
13570         all-stop mode.  Adjust comments.
13571         (stop_and_resume_callback): Remove references to new_pending_p.
13572         (linux_nat_filter_event): Likewise.  Leave exit events of the
13573         leader thread pending here.  Handle signal short circuiting here.
13574         Only call save_sigtrap after storing the pending waitstatus.
13575         (linux_nat_wait_1): Remove 'retry' label.  Remove references to
13576         new_pending.  Don't handle leaving events the caller is not
13577         interested in pending here, nor handle signal short-circuiting
13578         here.  Also give equal priority to all LWPs that have had events
13579         in non-stop mode.  If reporting a software breakpoint event,
13580         unadjust the LWP's PC.
13581         * linux-nat.h (enum lwp_stop_reason): New.
13582         (struct lwp_info) <stop_pc>: New field.
13583         (struct lwp_info) <stopped_by_watchpoint>: Delete field.
13584         (struct lwp_info) <stop_reason>: New field.
13585         * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
13586
13587 2015-01-09  Pedro Alves  <palves@redhat.com>
13588
13589         * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
13590         Set the LWP's 'resumed' flag.
13591
13592 2015-01-09  Pedro Alves  <palves@redhat.com>
13593
13594         * linux-nat.c (linux_resume_one_lwp): New function.
13595         (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
13596         (linux_nat_resume): Use lwp_status_pending_p and
13597         linux_resume_one_lwp.
13598         (linux_handle_syscall_trap): Use linux_resume_one_lwp.
13599         (linux_handle_extended_wait): Use linux_resume_one_lwp.
13600         (status_callback, running_callback): Use lwp_status_pending_p.
13601         (lwp_status_pending_p): New function.
13602         (stop_and_resume_callback): Use lwp_status_pending_p.
13603         (linux_nat_filter_event): Use linux_resume_one_lwp.
13604         (linux_nat_wait_1): Always use status_callback to look for an LWP
13605         with a pending status.  Use linux_resume_one_lwp.
13606         (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
13607         linux_resume_one_lwp.
13608
13609 2015-01-09  Pedro Alves  <palves@redhat.com>
13610
13611         * breakpoint.c (bp_location_inserted_here_p): New function,
13612         factored out from ...
13613         (breakpoint_inserted_here_p): ... here.  Use
13614         ALL_BP_LOCATIONS_AT_ADDR.
13615         (software_breakpoint_inserted_here_p): Use
13616         bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
13617
13618 2014-01-09  Pedro Alves  <palves@redhat.com>
13619
13620         Skip enabling event reporting if the kernel supports
13621         PTRACE_EVENT_CLONE.
13622         * linux-thread-db.c: Include "nat/linux-ptrace.h".
13623         (thread_db_use_events): New function.
13624         (try_thread_db_load_1): Check thread_db_use_events before enabling
13625         event reporting.
13626         (update_thread_state): New function.
13627         (attach_thread): Use it.  Check thread_db_use_events before
13628         enabling event reporting.
13629         (thread_db_detach): Check thread_db_use_events before disabling
13630         event reporting.
13631         (find_new_threads_callback): Check thread_db_use_events before
13632         enabling event reporting.  Update the thread's state if not using
13633         libthread_db events.
13634
13635 2015-01-09  Pedro Alves  <palves@redhat.com>
13636
13637         * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
13638         about to wait for is > 0.
13639         * linux-thread-db.c (find_new_threads_callback): Ignore thread if
13640         the kernel thread ID is -1.
13641
13642 2015-01-09  Pedro Alves  <palves@redhat.com>
13643
13644         * linux-nat.c (attach_proc_task_lwp_callback): New function.
13645         (linux_nat_attach): Use linux_proc_attach_tgid_threads.
13646         (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
13647         ptrace option flags.
13648         * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
13649         field.
13650         * nat/linux-procfs.c: Include <dirent.h>.
13651         (linux_proc_get_int): New parameter "warn".  Handle it.
13652         (linux_proc_get_tgid): Adjust.
13653         (linux_proc_get_tracerpid): Rename to ...
13654         (linux_proc_get_tracerpid_nowarn): ... this.
13655         (linux_proc_pid_get_state): New function, factored out from
13656         (linux_proc_pid_has_state): ... this.  Add new parameter "warn"
13657         and handle it.
13658         (linux_proc_pid_is_gone): New function.
13659         (linux_proc_pid_is_stopped): Adjust.
13660         (linux_proc_pid_is_zombie_maybe_warn)
13661         (linux_proc_pid_is_zombie_nowarn): New functions.
13662         (linux_proc_pid_is_zombie): Use
13663         linux_proc_pid_is_zombie_maybe_warn.
13664         (linux_proc_attach_tgid_threads): New function.
13665         * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
13666         (linux_proc_get_tracerpid): Rename to ...
13667         (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
13668         (linux_proc_pid_is_gone): New declaration.
13669         (linux_proc_pid_is_zombie): Update comment.
13670         (linux_proc_pid_is_zombie_nowarn): New declaration.
13671         (linux_proc_attach_lwp_func): New typedef.
13672         (linux_proc_attach_tgid_threads): New declaration.
13673         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
13674         use nowarn functions.
13675         (linux_ptrace_attach_fail_reason_string): Move here from
13676         gdbserver/linux-low.c and rename.
13677         (ptrace_supports_feature): If the current ptrace options are not
13678         known yet, check them now, instead of asserting.
13679         * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
13680         Declare.
13681
13682 2015-01-09  Pedro Alves  <palves@redhat.com>
13683
13684         * linux-thread-db.c (thread_db_find_new_threads_silently)
13685         (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
13686         (find_new_threads_once): Print debug output on gdb_stdlog.
13687
13688 2015-01-09  Chen Gang  <gang.chen.5i5j@gmail.com>
13689             Pedro Alves  <palves@redhat.com>
13690
13691         * compile/compile.c: Include "gdb_wait.h".
13692         (do_rmdir): Check return value, and free 'zap'.
13693
13694 2015-01-08  Pedro Alves  <palves@redhat.com>
13695             Yao Qi  <yao@codesourcery.com>
13696
13697         * dwarf2loc.c (indirect_pieced_value): Don't call
13698         gdb_sign_extend.  Call extract_signed_integer instead.
13699         * utils.c (gdb_sign_extend): Remove.
13700         * utils.h (gdb_sign_extend): Remove declaration.
13701
13702 2015-01-07  Pierre Muller  <muller@sourceware.org>
13703
13704         PR symtab/17811
13705         * stabsread.c (define_symbol): Set language for C++ special symbols.
13706
13707 2015-01-07  Patrick Palka  <patrick@parcs.ath.cx>
13708
13709         * inflow.c (initial_gdb_ttystate): Tweak comment.
13710
13711 2015-01-07  Joel Brobecker  <brobecker@adacore.com>
13712
13713         * inflow.c (set_initial_gdb_ttystate): Add empty line after
13714         comment documenting function.
13715
13716 2015-01-07  Patrick Palka  <patrick@parcs.ath.cx>
13717
13718         * terminal.h (set_initial_gdb_ttystate): Declare.
13719         * inflow.c (initial_gdb_ttystate): New static variable.
13720         (set_initial_gdb_ttystate): New setter.
13721         (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
13722         instead of our current terminal state.
13723         * top.c (gdb_init): Call set_initial_gdb_ttystate.
13724
13725 2015-01-07  Joel Brobecker  <brobecker@adacore.com>
13726
13727         * guile/scm-type.c (tyscm_array_1): Add comment.
13728         * python/py-type.c (typy_array_1): Add comment.
13729
13730 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
13731
13732         * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
13733         error if N2 is equal to N1 - 1.
13734
13735 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
13736
13737         * python/py-type.c (typy_array_1): Do not raise negative-length
13738         exception if N2 is equal to N1 - 1.
13739
13740 2015-01-03  Doug Evans  <xdje42@gmail.com>
13741
13742         * c-exp.y: Whitespace cleanup.
13743         (classify_inner_name): Remove extra ;.
13744
13745 2015-01-02  Maciej W. Rozycki  <macro@codesourcery.com>
13746
13747         * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
13748         offset signed.
13749
13750 2015-01-02  Doug Evans  <dje@google.com>
13751
13752         * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
13753
13754 2015-01-02  Doug Evans  <dje@google.com>
13755
13756         * symtab.h (struct symbol): Fix typo in comment.
13757
13758 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
13759
13760         Update year range in copyright notice of all files.
13761
13762 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
13763
13764         * top.c (print_gdb_version): Update copyright year to 2015.
13765
13766 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
13767
13768         * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
13769
13770 For older changes see ChangeLog-2014.
13771 \f
13772 Local Variables:
13773 mode: change-log
13774 left-margin: 8
13775 fill-column: 74
13776 version-control: never
13777 coding: utf-8
13778 End: