gdb/linux-record: Fix size_termios for x32, amd64, aarch64
[external/binutils.git] / gdb / ChangeLog
1 2015-10-30  Marcin Kościelnicki  <koriakin@0x04.net>
2
3         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Fix size_termios.
4         * amd64-linux-tdep.c (amd64_linux_init_abi): Fix size_termios.
5         (amd64_x32_linux_init_abi): Fix size_termios.
6
7 2015-10-30  Marcin Kościelnicki  <koriakin@0x04.net>
8
9         * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Fix TASK_COMM_LEN.
10
11 2015-10-30  Marcin Kościelnicki  <koriakin@0x04.net>
12
13         * linux-record.c (record_linux_system_call): Fix old_select.
14
15 2015-10-30  Marcin Kościelnicki  <koriakin@0x04.net>
16
17         * linux-record.c (record_linux_system_call): Fix newstatat.
18
19 2015-10-30  Marcin Kościelnicki  <koriakin@0x04.net>
20
21         * linux-record.c (record_linux_system_call): Fix [gs]etgroups16.
22
23 2015-10-30  Marcin Kościelnicki  <koriakin@0x04.net>
24
25         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Add size_time_t.
26         * amd64-linux-tdep.c (amd64_linux_init_abi): Add size_time_t.
27         (amd64_x32_linux_init_abi): Add size_time_t.
28         * arm-linux-tdep.c (arm_linux_init_abi): Add size_time_t.
29         * i386-linux-tdep.c (i386_linux_init_abi): Add size_time_t.
30         * linux-record.c (record_linux_system_call): Add time, waitpid, pipe
31         handling.
32         * linux-record.h (struct linux_record_tdep): Add size_time_t.
33         * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Add size_time_t.
34
35 2015-10-30  Marcin Kościelnicki  <koriakin@0x04.net>
36
37         * linux-record.c (record_linux_msghdr): Fix msg_namelen handling.
38
39 2015-10-30  Marcin Kościelnicki  <koriakin@0x04.net>
40
41         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Remove
42         size_dirent{,64}, add size_old_dirent.
43         * amd64-linux-tdep.c (amd64_linux_init_abi): Remove size_dirent{,64},
44         add size_old_dirent.
45         (amd64_x32_linux_init_abi): Remove size_dirent{,64}, add
46         size_old_dirent.
47         * arm-linux-tdep.c (arm_linux_init_abi): Remove size_dirent{,64},
48         add size_old_dirent.
49         * i386-linux-tdep.c (i386_linux_init_abi): Remove size_dirent{,64},
50         add size_old_dirent.
51         * linux-record.c (record_linux_system_call): Fix handling of readdir
52         and getdents{,64}.
53         * linux-record.h (struct linux_record_tdep): Remove size_dirent{,64},
54         add size_old_dirent.
55         * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Remove
56         size_dirent{,64}, add size_old_dirent.
57
58 2015-10-30  Marcin Kościelnicki  <koriakin@0x04.net>
59
60         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Fix size_sigaction,
61         size_sigset_t, size_old_sigaction, size_old_sigset_t.
62         * amd64-linux-tdep.c (amd64_linux_init_abi): Fix size_sigaction,
63         size_sigset_t, size_old_sigaction, size_old_sigset_t.
64         (amd64_x32_linux_init_abi): Fix size_sigaction, size_sigset_t,
65         size_old_sigaction, size_old_sigset_t.
66         * arm-linux-tdep.c (arm_linux_init_abi): Fix size_sigaction,
67         size_old_sigaction, size_old_sigset_t.
68         * i386-linux-tdep.c (i386_linux_init_abi): Fix size_sigaction,
69         size_old_sigaction, size_old_sigset_t.
70         * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Fix size_sigaction,
71         size_sigset_t, size_old_sigaction, size_old_sigset_t.
72
73 2015-10-30  Marcin Kościelnicki  <koriakin@0x04.net>
74
75         * arm-linux-tdep.c (arm_linux_init_abi): Fix size_[ug]id.
76         * i386-linux-tdep.c (i386_linux_init_abi): Fix size_[ug]id.
77
78 2015-10-30  Marcin Kościelnicki  <koriakin@0x04.net>
79
80         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Remove size_siginfo.
81         * amd64-linux-tdep.c (amd64_linux_init_abi): Remove size_siginfo.
82         (amd64_x32_linux_init_abi): Remove size_siginfo.
83         * arm-linux-tdep.c (arm_linux_init_abi): Remove size_siginfo.
84         * i386-linux-tdep.c (i386_linux_init_abi): Remove size_siginfo.
85         * linux-record.c (record_linux_system_call): Change size_siginfo
86         to size_siginfo_t.
87         * linux-record.h (struct linux_record_tdep): Remove size_siginfo.
88         * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Remove size_siginfo.
89
90 2015-10-29  Pedro Alves  <palves@redhat.com>
91
92         * mdebugread.c (add_data_symbol): New function, factored out from
93         ...
94         (parse_symbol): ... here.  Delete 'theclass' local.
95
96 2015-10-29  Simon Marchi  <simon.marchi@polymtl.ca>
97
98         * jit.c (jit_target_read_impl): Add cast.
99
100 2015-10-29  Simon Marchi  <simon.marchi@polymtl.ca>
101
102         * jit.c (jit_reader_load): Add cast.
103
104 2015-10-29  Simon Marchi  <simon.marchi@polymtl.ca>
105
106         * dwarf2read.c (partial_die_full_name): Add cast.
107
108 2015-10-29  Pedro Alves  <palves@redhat.com>
109
110         * common/vec.h (DEF_VEC_FUNC_P) [iterate]: Cast 0 to type T.
111
112 2015-10-29  Pedro Alves  <palves@redhat.com>
113
114         * guile/scm-frame.c (gdbscm_unwind_stop_reason_string): Add cast.
115
116 2015-10-29  Eli Zaretskii  <eliz@gnu.org>
117
118         * utils.c (init_page_info): Disable paging if INSIDE_EMACS is set
119         in the environment.
120
121 2015-10-29  Pedro Alves  <palves@redhat.com>
122
123         * gnu-v2-abi.c (gnuv2_is_destructor_name)
124         (gnuv2_is_constructor_name): Add casts.
125
126 2015-10-29  Pedro Alves  <palves@redhat.com>
127
128         * common/common-exceptions.c (exception_none): Add cast.
129
130 2015-10-29  Pedro Alves  <palves@redhat.com>
131
132         * compile/compile-c-types.c (struct type_map_instance)
133         <gcc_type>: Rename to gcc_type_handle.
134         (insert_type, convert_type): Adjust.
135
136 2015-10-29  Pedro Alves  <palves@redhat.com>
137
138         * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Don't
139         assume that "break" breaks out of a TRY/CATCH.
140         * python/py-framefilter.c (py_print_single_arg): Don't assume
141         "continue" breaks out of a TRY/CATCH.
142         * python/py-value.c (valpy_binop_throw): New function, factored
143         out from ...
144         (valpy_binop): ... this.
145         (valpy_richcompare_throw): New function, factored
146         out from ...
147         (valpy_richcompare): ... this.
148         * solib.c (solib_read_symbols): Don't assume "break" breaks out
149         of a TRY/CATCH.
150         * common/common-exceptions.h [USE_RAW_CXX_TRY]
151         <TRY/CATCH/END_CATCH>: Define as 1-1 wrappers around try/catch.
152
153 2015-10-28  Simon Dardis  <Simon.Dardis@imgtec.com>
154
155         * mips-linux-tdep.c (mips_linux_in_dynsym_stub): Recognise 'or'
156         as move along with [d]addu.
157
158 2015-10-28  Yao Qi  <yao.qi@linaro.org>
159
160         * aarch64-tdep.c (aarch64_software_single_step): Pass 1 to
161         aarch64_decode_insn.
162
163 2015-10-27  Pedro Alves  <palves@redhat.com>
164
165         * common/print-utils.c (host_address_to_string): Rename to ...
166         (host_address_to_string_1): ... this.
167         * common/print-utils.h (host_address_to_string): Reimplement as
168         wrapper around host_address_to_string_1.
169         * utils.c (gdb_print_host_address): Rename to ...
170         (gdb_print_host_address_1): ... this.
171         * utils.h (gdb_print_host_address): Reimplement as wrapper macro
172         around  host_address_to_string_1.
173
174 2015-10-27  Pedro Alves  <palves@redhat.com>
175
176         * alpha-tdep.c (alpha_read_insn): Always pass TARGET_XFER_E_IO to
177         memory_error.  Rename local 'status' to 'res'.
178         * c-lang.c (c_get_string): Always pass TARGET_XFER_E_IO to
179         memory_error.
180         * corefile.c (read_stack, read_code, write_memory): Always pass
181         TARGET_XFER_E_IO to memory_error.
182         * disasm.c (dis_asm_memory_error): Always pass TARGET_XFER_E_IO to
183         memory_error.  Rename parameter 'status' to 'err'.
184         (dump_insns): Rename local 'status' to 'err'.
185         * mips-tdep.c (mips_fetch_instruction): Rename parameter 'statusp'
186         to 'errp'.  Rename local 'status' to 'err'.  Always pass
187         TARGET_XFER_E_IO to memory_error.
188         (mips_breakpoint_from_pc): Rename local 'status' to 'err'.
189         * target.c (target_read_memory, target_read_raw_memory)
190         (target_read_stack, target_read_code, target_write_memory)
191         (target_write_raw_memory): Return -1 on error instead of
192         TARGET_XFER_E_IO.
193         * valprint.c (val_print_string): Rename local 'errcode' to 'err'.
194         Always pass TARGET_XFER_E_IO to memory_error.  Update comment.
195
196 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
197
198         * guile/guile-internal.h (gdbscm_with_guile): Change return
199         types to const char *.
200         * guile/scm-safe-call.c (gdbscm_with_guile): Likewise.
201         (struct c_data) <func>: Likewise.
202         (struct c_data) <result>: Change type to const char *.
203         (scscm_eval_scheme_string): Change return type to
204         const char *.
205         (scscm_source_scheme_script): Likewise.
206         (gdbscm_safe_eval_string): Change type of result variable to
207         const char * and remove cast.
208         (gdbscm_safe_source_script): Likewise.
209         * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker):
210         Change return type to const char *.
211         (gdbscm_disasm_read_memory): Change type of status to
212         const char *.
213
214 2015-10-27  Pedro Alves  <palves@redhat.com>
215
216         * source.c (openp): New local 'last_errno'.  Use it to
217         save/restore errno.
218
219 2015-10-27  Pedro Alves  <palves@redhat.com>
220
221         * psymtab.c (dump_psymtab_addrmap_1): Add casts.
222
223 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
224
225         * ctf.c (SET_ENUM_FIELD): New macro.
226         (ctf_read_status): Use it.
227         (ctf_read_tp): Use it.
228
229 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
230
231         * guile/scm-breakpoint.c (gdbscm_set_breakpoint_stop_x): Add
232         scm_t_dynwind_flags casts.
233         * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
234         * guile/scm-ports.c (gdbscm_open_memory): Likewise.
235         * guile/scm-value.c (gdbscm_value_to_string): Likewise.
236
237 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
238
239         * ax.h (ax_raw_byte): New declaration.
240         * ax-general.c (ax_raw_byte): New function.
241         (ax_simple): Use ax_raw_byte.
242         * ax-gdb.c (gen_printf): Likewise.
243
244 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
245
246         * ada-lang.h (GROW_VECT): Add cast.
247
248 2015-10-26  Doug Evans  <xdje42@gmail.com>
249
250         * symtab.h (struct general_symbol_info> <ada_mangled>: Update comment.
251
252 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
253
254         * target.c (memory_xfer_partial): Change type of buf to gdb_byte
255         pointer.
256         (simple_search_memory): Cast return of memmem.
257
258 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
259
260         * stap-probe.c (handle_stap_probe): Add (const char *) casts.
261
262 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
263
264         * ctf.c (ctf_xfer_partial): Return TARGET_XFER_E_IO instead of
265         -1 on error.
266
267 2015-10-26  Doug Evans  <dje@google.com>
268
269         PR symtab/17391
270         * dwarf2-frame.c (dwarf2_restore_rule): Call dwarf_reg_to_regnum
271         instead of gdbarch_dwarf2_reg_to_regnum.
272         (dwarf2_frame_cache): Ditto.
273         (read_addr_from_reg): Call dwarf_reg_to_regnum_or_error instead of
274         gdbarch_dwarf2_reg_to_regnum.
275         (get_reg_value): Ditto.
276         (dwarf2_fetch_cfa_info): Ditto.
277         (dwarf2_frame_prev_register): Ditto.
278         * dwarf2loc.c: #include "complaints.h".
279         (dwarf_expr_read_addr_from_reg): Call dwarf_reg_to_regnum_or_error
280         instead of gdbarch_dwarf2_reg_to_regnum.
281         (dwarf_expr_get_reg_value): Ditto.
282         (read_pieced_value): Ditto.
283         (write_pieced_value): Ditto.
284         (dwarf2_evaluate_loc_desc_full): Ditto.
285         (dwarf_reg_to_regnum): New function.
286         (throw_bad_regnum_error): New function.
287         (dwarf_reg_to_regnum_or_error): Renamed from
288         dwarf2_reg_to_regnum_or_errorChange to take a ULONGEST regnum.
289         All callers updated.  Call throw_bad_regnum_error.
290         (locexpr_regname): Improve text of bad register number.
291         * dwarf2loc.h (dwarf_reg_to_regnum): Declare.
292         (dwarf_reg_to_regnum_or_error): Update prototype.
293         * dwarf2expr.c: #include "dwarf2loc.h".
294         (dwarf_block_to_sp_offset): Call dwarf_reg_to_regnum instead of
295         gdbarch_dwarf2_reg_to_regnum.
296         * gdbarch.sh (dwarf2_reg_to_regnum): Add comment.
297         * gdbarch.h: Regenerate.
298         * amd64-tdep.c (amd64_dwarf_reg_to_regnum): Remove warning for bad
299         register.
300         * avr-tdep.c (avr_dwarf_reg_to_regnum): Ditto.
301         * cris-tdep.c (cris_dwarf2_reg_to_regnum): Ditto.
302         * bfin-tdep.c (bfin_reg_to_regnum): Fix error checking.
303         * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum): Improve error checking.
304         Remove warning for bad register.
305         * hppa-tdep.c (hppa64_dwarf_reg_to_regnum): Ditto.
306         * i386-tdep.c (i386_svr4_dwarf_reg_to_regnum): Renamed from
307         i386_svr4_reg_to_regnum.  Return -1 for bad registers.
308         (i386_svr4_reg_to_regnum): New function.
309         (i386_gdbarch_init): Update call to set_gdbarch_dwarf2_reg_to_regnum.
310         * microblaze-tdep.c (microblaze_dwarf2_reg_to_regnum): Don't assert
311         on bad registers, return -1.
312         * msp430-tdep.c (msp430_dwarf2_reg_to_regnum): Improve error checking.
313         Remove warning for bad register.
314         * nios2-tdep.c: Add static assert for NIOS2_NUM_REGS.
315         (nios2_dwarf_reg_to_regnum): Fix off-by-one error.
316         Remove warning for bad register.  Return -1 for bad register.
317         * rl78-tdep.c (rl78_dwarf_reg_to_regnum): Don't flag an internal error
318         for bad register, return -1.
319         * rx-tdep.c (rx_dwarf_reg_to_regnum): Ditto.
320         * m68k-tdep.c (m68k_dwarf_reg_to_regnum): Fix error result.
321         * mep-tdep.c (mep_debug_reg_to_regnum): Ditto.
322         * mips-tdep.c (mips_stab_reg_to_regnum): Ditto.
323         (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
324         * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Remove warning
325         for bad regs.
326         * xtensa-tdep.c (xtensa_reg_to_regnum): Remove internal error for
327         bad regs.  Fix error result.
328         * stabsread.c (stab_reg_to_regnum): Watch for negative regno.
329         (reg_value_complaint): Update complaint text.
330         * mdebugread.c (reg_value_complaint): New function.
331         (mdebug_reg_to_regnum): Rewrite to watch for bad reg numbers.
332
333 2015-10-26  Doug Evans  <dje@google.com>
334
335         PR python/18938
336         * cli/cli-cmds (source_script_fron_sctream): New arg file_to_open.
337         All callers updated.
338
339 2015-10-26  Doug Evans  <dje@google.com>
340
341         * psymtab.c (struct dump_psymtab_addrmap_data): Define.
342         (dump_psymtab_addrmap_1, dump_psymtab_addrmap): New functions.
343         (maintenance_print_psymbols): Print address map.
344
345 2015-10-26  Doug Evans  <dje@google.com>
346
347         * nat/linux-nat.h (__SIGRTMIN): Move here from gdbserver/linux-low.c.
348
349 2015-10-26  Doug Evans  <dje@google.com>
350
351         * common/gdb_wait.h (W_STOPCODE): Define, moved here from
352         gdbserver/linux-low.c.
353         (WSETSTOP): Simplify.
354
355 2015-10-26  Doug Evans  <dje@google.com>
356
357         * linux-thread-db.c (find_new_threads_callback): Ditto.
358         (thread_db_pid_to_str): Ditto.
359
360 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
361
362         * guile/scm-ports.c (ioscm_make_gdb_stdio_port): Do not pass a
363         local char array to scm_mode_bits, use a cast instead.
364
365 2015-10-26  Simon Marchi  <simon.marchi@ericsson.com>
366
367         * tui/tui-data.c (tui_alloc_content): Don't check xmalloc
368         result.  Change type of element_block_ptr.  Change allocation to
369         use XNEWVEC.
370
371 2015-10-26  Luis Machado  <lgustavo@codesourcery.com>
372
373         * record-full.c (record_full_message_wrapper_safe): Pass empty string to
374         catch_errors call instead of NULL.
375
376 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
377
378         * guile/scm-ports.c (ioscm_make_gdb_stdio_port): Pass non-const
379         char pointer to scm_mode_bits.
380
381 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
382
383         * symtab.c (default_make_symbol_completion_list_break_on_1): Add
384         cast.
385
386 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
387
388         * guile/scm-ports.c (gdbscm_memory_port_write): Declare new
389         "data" local variable and use it.
390
391 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
392
393         * guile/scm-symbol.c (gdbscm_lookup_global_symbol): Add
394         domain_enum cast.
395         (gdbscm_lookup_symbol): Likewise.
396
397 2015-10-25  Iain Buclaw  <ibuclaw@gdcproject.org>
398
399         * d-exp.y: Remove an obsolete comment and propagate the block
400         information to the produced expression.
401
402 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
403
404         * tui/tui-data.c (tui_add_to_source_windows): Remove void *
405         cast.
406         (tui_add_content_elements): Likewise.
407
408 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
409
410         * cli/cli-setshow.c (do_set_command): Constify p.
411
412 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
413
414         * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Replace
415         (void *) cast with (gdb_byte *).
416
417 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
418
419         * proc-service.c (ps_pdread): Add cast.
420
421 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
422
423         * sparc64-tdep.c (sparc64_store_arguments): Split assignment of
424         valbuf.
425
426 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
427
428         * ia64-tdep.c (ia64_pseudo_register_write): Remove cast.
429         (ia64_push_dummy_call): Remove cast and change type of "to" to
430         array of gdb_byte.
431
432 2015-10-23  Simon Marchi  <simon.marchi@polymtl.ca>
433
434         * linux-btrace.c (linux_enable_pt): Add cast to mmap return.
435
436 2015-10-23  Simon Marchi  <simon.marchi@ericsson.com>
437
438         * observer.h (observer_${event}_notification_stub): Add cast.
439
440 2015-10-23  Yao Qi  <yao.qi@linaro.org>
441
442         * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Set
443         dsd.insn_count to zero.
444
445 2015-10-22  Pedro Alves  <palves@redhat.com>
446
447         * infrun.c (stop_after_trap): Delete.
448         (clear_proceed_status, handle_signal_stop, struct
449         infcall_control_state, save_infcall_control_state)
450         (restore_infcall_control_state): Remove references to
451         stop_after_trap.
452
453 2015-10-22  Simon Marchi  <simon.marchi@ericsson.com>
454
455         * python/python.c (_initialize_python): Add cast.
456
457 2015-10-22  Simon Marchi  <simon.marchi@ericsson.com>
458
459         * nto-tdep.c (nto_inferior_data): Add cast.
460
461 2015-10-22  Pedro Alves  <palves@redhat.com>
462
463         * windows-nat.c (do_initial_windows_stuff): Rewrite loop using
464         windows_wait and windows_resume directly instead of
465         wait_for_inferior and resume.
466
467 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
468
469         * xtensa-tdep.h (XTREG): Add casts.
470         (XTREG_END): Likewise.
471
472 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
473
474         * solib-spu.c (spu_bfd_iovec_pread): Add (gdb_byte *) cast.
475
476 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
477
478         * rs6000-tdep.c (variants): Add (enum bfd_architecture) cast.
479
480 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
481
482         * mips-linux-tdep.c (mips64_linux_get_longjmp_target): Change type of
483         buf to gdb_byte*.
484         (supply_32bit_reg): Add cast.
485         (mips64_fill_gregset): Likewise.
486
487 2015-10-21  Simon Marchi  <simon.marchi@polymtl.ca>
488
489         PR python/18073
490         * python/py-type.c (typy_get_composite): Allow returning a
491         function type.
492
493 2015-10-21  Keven Boell  <keven.boell@intel.com>
494
495         * dwarf2read.c (set_die_type): Add read of
496         DW_AT_allocated and DW_AT_associated.
497         * f-typeprint.c: New include of typeprint.h
498         (f_print_type): Add check for allocated/associated
499         status of type.
500         (f_type_print_varspec_suffix): Add check for
501         * gdbtypes.c (create_array_type_with_stride):
502         Add check for valid data location of type in
503         case allocated or associated attributes are set.
504         Length of an array should be only calculated if
505         allocated or associated is resolved as true.
506         (is_dynamic_type_internal): Add check for allocated/
507         associated.
508         (resolve_dynamic_array): Evaluate allocated/associated
509         properties.
510         * gdbtypes.h (enum dynamic_prop_node_kind): <DYN_PROP_ALLOCATED>
511         <DYN_PROP_ASSOCIATED>: New enums.
512         (TYPE_ALLOCATED_PROP, TYPE_ASSOCIATED_PROP): New macros.
513         (type_not_allocated): New function.
514         (type_not_associated): New function.
515         * valarith.c (value_subscripted_rvalue): Add check for
516         allocated/associated.
517         * valprint.c: New include of typeprint.h.
518         (valprint_check_validity): Add check for allocated/associated.
519         (value_check_printable): Add check for allocated/
520         associated.
521         * typeprint.h (val_print_not_allocated): New function.
522         (val_print_not_associated): New function.
523         * typeprint.c (val_print_not_allocated): New function.
524         (val_print_not_associated): New function.
525
526 2015-10-21  Antoine Tremblay  <antoine.tremblay@ericsson.com>
527
528         * Makefile.in: Add arm.c/o.
529         * arch/arm.c: New file.
530         * arch/arm.h: (IS_THUMB_ADDR): Move macro from arm-tdep.c.
531         (MAKE_THUMB_ADDR): Likewise.
532         (UNMAKE_THUMB_ADDR): Likewise.
533         * arm-tdep.c (int thumb_insn_size): Move to arm.c.
534         (IS_THUMB_ADDR): Move to arm.h.
535         (MAKE_THUMB_ADDR): Likewise.
536         (UNMAKE_THUMB_ADDR): Likewise.
537         * configure.tgt: Add arm.o to all ARM configs.
538
539 2015-10-21  Yao Qi  <yao.qi@linaro.org>
540
541         * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
542         Remove argument exp_vCont_s.
543         * gdb.base/range-stepping.exp: Callers updated.
544         * gdb.trace/range-stepping.exp: Likewise.
545
546 2015-10-21  Aleksandar Ristovski  <aristovski@qnx.com>
547
548         * gdb/nto-tdep.c (QNX_NOTE_NAME, QNX_INFO_SECT_NAME): New defines.
549         (nto_sniff_abi_note_section): New function.
550         (nto_elf_osabi_sniffer): Use new function to recognize nto specific
551         binary.
552
553 2015-10-21  Aleksandar Ristovski  <aristovski@qnx.com>
554
555         * nto-procfs.c (procfs_wait): Set stopped_flags nad stopped_pc.
556         (procfs_stopped_by_watchpoint): Use flags stored in inferior data.
557         * nto-tdep.c (nto_new_inferior_data_reg): New definition.
558         (nto_new_inferior_data, nto_inferior_data_cleanup, nto_inferior_data):
559         New functions.
560         (_initialize_nto_tdep): New forward declaration, new function.
561         * nto-tdep.h (struct nto_inferior_data): New struct.
562         (nto_inferior_data): New function declaration.
563
564 2015-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
565
566         * findvar.c (address_from_register): Check REGNUM validity.
567
568 2015-10-20  Aleksandar Ristovski  <aristovski@qnx.com>
569
570         * gdb/nto-procfs.c (procfs_pid_to_exec_file): New function.
571         (init_procfs_targets): Wire new function.
572
573 2015-10-20  Aleksandar Ristovski  <aristovski@qnx.com>
574
575         * nto-procfs.c (sys/auxv.h): Include.
576         (procfs_xfer_partial): Implement TARGET_OBJECT_AUXV.
577         * nto-tdep.c (nto_read_auxv_from_initial_stack): New function.
578         * nto-tdep.h (nto_read_auxv_from_initial_stack): New declaration.
579
580 2015-10-20  Aleksandar Ristovski  <aristovski@qnx.com>
581
582         * nto-procfs.c (nto_procfs_path): Rename to...
583         (nodestr): ... this, and change type.
584         (nto_node): Use new variable and logic accordingly.
585         (procfs_open_1): Use new variable name. Use local buffer to construct
586         procfrs path.
587         (procfs_pidlist): Use NODESTR to construct procfs path.
588         (procfs_files_info): Use NODESTR to output meaningful text.
589         (do_attach): Construct procfs using NODESTR.
590         (procfs_create_inferior): Compare pointer to NULL.
591
592 2015-10-19  Josh Stone  <jistone@redhat.com>
593
594         * linux-nat.c (linux_handle_syscall_trap): Always update entry/
595         return state, even when not actively catching syscalls at all.
596         (linux_handle_extended_wait): Mark syscall_state like an entry.
597         (wait_lwp): Set syscall_state ignored for other traps.
598         (linux_nat_filter_event): Likewise.
599
600 2015-10-19  Luis Machado  <lgustavo@codesourcery.com>
601
602         * remote.c (remote_wait_as): Set rs->waiting_for_stop_reply to 0
603         when handling 'E', 'T', 'S', 'X' and 'W' packets.
604         Do not set rs->waiting_for_stop_reply back to 1.
605
606 2015-10-16  Aleksandar Ristovski  <aristovski@qnx.com>
607
608         * nto-procfs.c (common/filestuff.h): Include.
609         (procfs_can_use_hw_breakpoint): Fix enum name.
610         (procfs_open_1): Fix compiler warning.
611         (procfs_pidlist): Make static.
612         (procfs_meminfo): Make static, fix type name, add missing argument.
613         (procfs_store_registers): Make static.
614         (procfs_thread_info): Remove unused function.
615         (_initialize_procfs): Forward declare.
616
617 2015-10-16  Yao Qi  <yao.qi@arm.com>
618
619         * MAINTAINERS: Update my email address.
620
621 2015-10-15  Yao Qi  <yao.qi@linaro.org>
622
623         * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint):
624         Call gdbarch_breakpoint_from_pc to instruction length.
625         (aarch64_linux_remove_hw_breakpoint): Likewise.
626         * common/common-regcache.h (regcache_register_size): Declare.
627         * nat/aarch64-linux-hw-point.c: Include "common-regcache.h".
628         (aarch64_point_is_aligned): Set alignment to 2 for breakpoint if
629         the process is 32bit, otherwise set alignment to 4.
630         (aarch64_handle_breakpoint): Update comments.
631         * regcache.c (regcache_register_size): New function.
632
633 2015-10-15  Aleksandar Ristovski  <aristovski@qnx.com>
634
635         * gdbarch.sh (core_regset_section): Remove.
636         * gdbarch.h: Regenerate.
637
638 2015-10-14  Yao Qi  <yao.qi@linaro.org>
639
640         * arch/aarch64-insn.h (struct aarch64_memory_operand): Move enum
641         out of it.
642         (enum aarch64_memory_operand_type): New.
643
644 2015-10-13  David Edelsohn  <dje.gcc@gmail.com>
645
646         * xcoffread.c (dwarf2_xcoff_names): Add .dwmac and .dwpbtyp.
647
648 2015-10-13  Pedro Alves  <palves@redhat.com>
649
650         * ada-lang.c (ada_enum_name): Constify local.
651         * ada-typeprint.c (print_range_bound): Constify locals.
652         * c-varobj.c (c_describe_child): Likewise.
653         * cli/cli-setshow.c (do_set_command): Likewise.
654         * gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
655         * dwarf2read.c (find_file_and_directory): Likewise.
656         (anonymous_struct_prefix, dwarf2_name): Likewise.
657         * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
658         * go-lang.c (unpack_mangled_go_symbol): Likewise.
659         * jv-typeprint.c (java_type_print_base): Likewise.
660         * ser-tcp.c (net_open): Likewise.
661         * symfile.c (deduce_language_from_filename): Likewise.
662         * symtab.c (gdb_mangle_name): Likewise.
663         * tui/tui-io.c (tui_redisplay_readline): Likewise.
664
665 2015-10-13  Pedro Alves  <palves@redhat.com>
666
667         * infrun.c (restore_execution_direction): New function.
668         (fetch_inferior_event): Use it instead of
669         make_cleanup_restore_integer.
670         (execution_direction): Change type to enum
671         exec_direction_kind.
672         * infrun.h (execution_direction): Likewise.
673
674 2015-10-13  Pedro Alves  <palves@redhat.com>
675
676         * ada-lang.c (ada_value_primitive_packed_val): Constify
677         locals.  Use value_contents_writeable.  Remove casts.
678
679 2015-10-13  Pedro Alves  <palves@redhat.com>
680
681         * ada-lang.c (ada_value_primitive_packed_val): Add casts to malloc
682         and alloca calls.
683
684 2015-10-13  Simon Marchi  <simon.marchi@polymtl.ca>
685
686         * lm32-tdep.c (lm32_push_dummy_call): Replace call to
687         write_memory with write_memory_unsigned_integer.
688
689 2015-10-13  Simon Marchi  <simon.marchi@polymtl.ca>
690
691         * solib-dsbt.c (cmp_name): Constify arguments.
692         * solib-frv.c (cmp_name): Likewise.
693         * solib-svr4.c (svr4_create_solib_event_breakpoints): Likewise.
694         * solib.c (gdb_bfd_lookup_symbol_from_symtab): Likewise.
695         (bfd_lookup_symbol_from_dyn_symtab): Likewise.
696         (gdb_bfd_lookup_symbol): Likewise.
697         * solib.h (gdb_bfd_lookup_symbol): Likewise.
698         (gdb_bfd_lookup_symbol_from_symtab): Likewise.
699
700 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
701
702         * stack.c (parse_frame_specification): Remove message parameter,
703         replace with fixed string in function body, update function
704         comment.
705         (frame_info): Remove message to parse_frame_specification.
706         (select_frame_command): Likewise.
707
708 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
709
710         * stack.c (parse_frame_specification): Delete.
711         (parse_frame_specification_1): Rename to
712         parse_frame_specification.
713         (frame_info): Use parse_frame_specification.
714         (select_frame_command): Likewise.
715         (return_command): Use select_frame and print_stack_frame rather
716         than frame_command and select_frame_command.
717         (func_command): Use get_current_frame rather than
718         parse_frame_specification.
719
720 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
721
722         * stack.c (func_command): Return early when there is no ARG
723         string.
724
725 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
726
727         * stack.c: Include safe-ctype.h not ctype.h.
728         (parse_frame_specification): Use ISSPACE not isspace.
729         (backtrace_command): Use TOLOWER not tolower.
730
731 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
732
733         * mep-tdep.c (current_me_module): Add cast.
734         (mep_gdbarch_init): Likewise.
735
736 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
737
738         * m32c-tdep.c (m32c_move_reg_t): Replace with...
739         (m32c_write_reg_t): ...this and...
740         (m32c_read_reg_t): ...this.
741         (struct m32c_reg): Update types of read and write.
742         (m32c_raw_read): Change declaration type to m32c_read_reg_t and
743         adjust definition.
744         (m32c_banked_read): Likewise.
745         (m32c_sb_read): Likewise.
746         (m32c_part_read): Likewise.
747         (m32c_cat_read): Likewise.
748         (m32c_r3r2r1r0_read): Likewise.
749         (m32c_raw_write): Change declaration type to m32c_write_reg_t
750         and adjust definition.
751         (m32c_banked_write): Likewise.
752         (m32c_sb_write): Likewise.
753         (m32c_part_write): Likewise.
754         (m32c_cat_write): Likewise.
755         (m32c_r3r2r1r0_write): Likewise.
756
757 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
758
759         * aarch64-linux-tdep.c (aarch64_linux_syscall_record): Add cast.
760
761 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
762
763         * aarch64-linux-tdep.c (aarch64_canonicalize_syscall): Return
764         gdb_sys_no_syscall instead of -1.
765
766 2015-10-12  Yao Qi  <yao.qi@linaro.org>
767
768         * NEWS: Mention the change.
769
770 2015-10-12  Yao Qi  <yao.qi@linaro.org>
771
772         * arch/aarch64-insn.c (emit_load_store): Rename to ...
773         (aarch64_emit_load_store): ... it.  All callers updated.
774
775 2015-10-12  Yao Qi  <yao.qi@linaro.org>
776
777         * arch/aarch64-insn.c (emit_insn): Rename to ...
778         (aarch64_emit_insn): ... it.  All callers updated.
779
780 2015-10-12  Yao Qi  <yao.qi@linaro.org>
781
782         * aarch64-linux-tdep.c: Include arch-utils.h.
783         (aarch64_linux_init_abi): Call set_gdbarch_max_insn_length,
784         set_gdbarch_displaced_step_copy_insn,
785         set_gdbarch_displaced_step_fixup,
786         set_gdbarch_displaced_step_free_closure,
787         set_gdbarch_displaced_step_location,
788         and set_gdbarch_displaced_step_hw_singlestep.
789         * aarch64-tdep.c (struct displaced_step_closure): New.
790         (struct aarch64_displaced_step_data): New.
791         (aarch64_displaced_step_b): New function.
792         (aarch64_displaced_step_b_cond): Likewise.
793         (aarch64_register): Likewise.
794         (aarch64_displaced_step_cb): Likewise.
795         (aarch64_displaced_step_tb): Likewise.
796         (aarch64_displaced_step_adr): Likewise.
797         (aarch64_displaced_step_ldr_literal): Likewise.
798         (aarch64_displaced_step_others): Likewise.
799         (aarch64_displaced_step_copy_insn): Likewise.
800         (aarch64_displaced_step_fixup): Likewise.
801         (aarch64_displaced_step_hw_singlestep): Likewise.
802         * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): New macro.
803         (aarch64_displaced_step_copy_insn): Declare.
804         (aarch64_displaced_step_fixup): Declare.
805         (aarch64_displaced_step_hw_singlestep): Declare.
806         * arch/aarch64-insn.c (emit_insn): Moved from
807         gdbserver/linux-aarch64-low.c.
808         (emit_load_store): Likewise.
809         * arch/aarch64-insn.h (enum aarch64_opcodes): Moved from
810         gdbserver/linux-aarch64-low.c.
811         (struct aarch64_register): Likewise.
812         (struct aarch64_memory_operand): Likewise.
813         (ENCODE): Likewise.
814         (can_encode_int32): New macro.
815         (emit_b, emit_bcond, emit_cb, emit_ldr, emit_ldrsw): Likewise.
816         (emit_tb, emit_nop): Likewise.
817         (emit_insn): Declare.
818         (emit_load_store): Declare.
819
820 2015-10-12  Yao Qi  <yao.qi@linaro.org>
821
822         * arch/aarch64-insn.c (aarch64_decode_ldr_literal): Moved from
823         gdbserver/linux-aarch64-low.c.
824         (aarch64_relocate_instruction): Likewise.
825         * arch/aarch64-insn.h (aarch64_decode_ldr_literal): Declare.
826         (struct aarch64_insn_data): Moved from
827         gdbserver/linux-aarch64-low.c.
828         (struct aarch64_insn_visitor): Likewise.
829         (aarch64_relocate_instruction): Declare.
830
831 2015-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
832
833         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT>: If
834         EVAL_AVOID_SIDE_EFFECTS mode, forward the VALUE_LVAL attribute
835         to the returned value.
836
837 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
838
839         * ada-lang.c (ada_unpack_from_contents): Add guard that unpacked
840         is large enough for BIT_SIZE.  Update function comment.
841
842 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
843
844         * ada-lang.c (ada_value_primitive_packed_val): Move
845         src_len variable to local block where used.  Override
846         BIT_SIZE if bigger than size of resolved type.
847
848 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
849
850         * gdbtypes.h (is_scalar_type): Add extern declaration.
851         * gdbtypes.c (is_scalar_type): Make non-static.
852         * ada-lang.c (ada_value_primitive_packed_val): Use is_scalar_type
853         to compute IS_SCALAR instead of doing it ourselves.
854
855 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
856
857         * ada-lang.c (ada_value_primitive_packed_val): Rework handling
858         of case where TYPE is dynamic.
859
860 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
861
862         * ada-lang.c (ada_unpack_from_contents): New function,
863         extracted from ada_value_primitive_packed_val.
864         (ada_value_primitive_packed_val): Replace extracted out code
865         by call to ada_unpack_from_contents.
866
867 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
868
869         * ada-lang.c (ada_value_primitive_packed_val): Reorder local
870         variable declarations.
871
872 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
873
874         * ada-lang.c (ada_value_primitive_packed_val): Change the type
875         of local variables src and unpacked to "gdb_type *" instead of
876         "unsigned char *".
877
878 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
879
880         * ada-lang.c (ada_value_primitive_packed_val): Make the name
881         of various local variables more explicit and consistent.
882         No real code change otherwise.
883
884 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
885
886         * i386-tdep.h (struct gdbarch_tdep): Change type of
887         register_reggroup_p to gdbarch_register_reggroup_p_ftype.
888
889 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
890
891         * cris-tdep.c (struct instruction_environment): Change type of
892         byte_order to enum bfd_endian.
893
894 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
895
896         * arm-linux-tdep.c (arm_canonicalize_syscall): Add
897         enum gdb_syscall casts.
898
899 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
900
901         * aarch64-tdep.c (stack_item_t): Change type of data to gdb_byte*.
902         * arm-tdep.c (struct stack_item): Likewise.
903         (push_stack_item): Add gdb_byte* cast.
904         * avr-tdep.c (struct stack_item): Change type of data to gdb_byte*.
905         (push_stack_item): Add gdb_byte* cast.
906         * cli/cli-dump.c (dump_memory_to_file): Change type of buf to gdb_byte*
907         and add cast.
908         * cris-tdep.c (struct stack_item): Change type of data to gdb_byte*.
909         (push_stack_item): Add gdb_byte* cast.
910         * gcore.c (gcore_copy_callback): Change type of memhunk to gdb_byte* and
911         add cast.
912         * gdbtypes.h (print_scalar_formatted): Change type of first parameter to
913         gdb_byte*.
914         * h8300-tdep.c (h8300_extract_return_value): Change type of valbuf to
915         gdb_byte* and remove unnecessary cast.
916         (h8300h_extract_return_value): Likewise.
917         (h8300_store_return_value): Change type of valbuf to gdb_byte*.
918         (h8300h_store_return_value): Likewise.
919         * iq2000-tdep.c (iq2000_extract_return_value): Change type of valbuf to
920         gdb_byte* and remove unnecessary cast.
921         * jit.c (jit_reader_try_read_symtab): Change type of gdb_mem to gdb_byte*
922         and add cast.
923         * m32r-tdep.c (m32r_store_return_value): Change type of valbuf to
924         gdb_byte* and remove unnecessary cast.
925         (m32r_extract_return_value): Change type of dst to gdb_byte* and remove
926         valbuf.
927         * mep-tdep.c (mep_pseudo_cr32_read): Change type of buf to gdb_byte*.
928         (mep_pseudo_cr64_read): Likewise.
929         (mep_pseudo_csr_write): Likewise.
930         (mep_pseudo_cr32_write): Likewise.
931         (mep_pseudo_cr64_write): Likewise.
932         * mi/mi-main.c (mi_cmd_data_write_memory): Change type of buffer to
933         gdb_byte* and add cast.
934         * moxie-tdep.c (moxie_store_return_value): Change type of valbuf to
935         gdb_byte* and remove unnecessary cast.
936         (moxie_extract_return_value): Change type of dst to gdb_byte* and remove
937         valbuf.
938         * p-valprint.c (print_scalar_formatted): Change type of valaddr to
939         gdb_byte*.
940         * printcmd.c (void): Likewise.
941         * python/py-inferior.c (infpy_read_memory): Change type of buffer to
942         gdb_byte* and add cast.
943         (infpy_write_memory): Likewise.
944         (infpy_search_memory): Likewise.
945         * regcache.c (regcache_raw_write_signed): Change type of buf to gdb_byte*
946         and add cast.
947         (regcache_raw_write_unsigned): Likewise.
948         (regcache_cooked_write_signed): Likewise.
949         (regcache_cooked_write_unsigned): Likewise.
950         * sh64-tdep.c (h64_extract_return_value): Change type of valbuf to
951         gdb_byte*.
952
953 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
954
955         * fbsd-tdep.c (fbsd_collect_regset_section_cb): Add cast.
956         * linux-tdep.c (linux_collect_regset_section_cb_data): Likewise.
957
958 2015-10-09  Eli Zaretskii  <eliz@gnu.org>
959
960         * stack.c (print_stack_frame):
961         * utils.c (printchar): Fix typos in commentary.
962
963 2015-10-08  Iain Buclaw  <ibuclaw@gdcproject.org>
964
965         * d-exp.y: (UnaryExpression): Support `type.sizeof' expressions.
966         (PostfixExpression): Support `expr.sizeof' expressions.
967         (PrimaryExpression): Support `typeof(expr)' expressions.
968
969 2015-10-08  Maciej W. Rozycki  <macro@imgtec.com>
970
971         * MAINTAINERS: Update my email address.
972
973 2015-10-08  Markus Metzger  <markus.t.metzger@intel.com>
974
975         * record-btrace.c (record_btrace_resume): Fix void return.
976
977 2015-10-07  Yao Qi  <yao.qi@linaro.org>
978
979         * aarch64-tdep.c: Include opcode/aarch64.h.
980         (submask): Move it above.
981         (bit): Likewise.
982         (bits): Likewise.
983         (aarch64_software_single_step): Call aarch64_decode_insn.
984         Decode instruction by aarch64_inst instead of using
985         aarch64_decode_bcond and decode_masked_match.
986
987 2015-10-06  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
988
989         * cli/cli-dump.c (restore_command): Parse load_offset (bias) as address
990         only when the file is binary.
991
992 2015-10-02  James Bowman  <james.bowman@ftdichip.com>
993
994         * ft32-tdep.c (ft32_analyze_prologue): Add function prolog
995         subroutine handling.
996
997 2015-10-01  Simon Marchi  <simon.marchi@ericsson.com>
998
999         * common/vec.h (VEC_OP (T,cleanup)): Add pointer cast.
1000
1001 2015-09-30  Doug Evans  <dje@google.com>
1002
1003         * dwarf2read.c (setup_type_unit_groups): Add comment.
1004
1005 2015-09-30  Pedro Alves  <palves@redhat.com>
1006
1007         * linux-nat.c (linux_nat_always_non_stop_p): Always return 1.
1008         * x86-linux-nat.c (x86_linux_always_non_stop_p): Delete.
1009         (x86_linux_create_target): Don't install
1010         x86_linux_always_non_stop_p.
1011
1012 2015-09-30  Don Breazeal  <donb@codesourcery.com>
1013
1014         * remote.c (remote_parse_stop_reply): Call strprefix instead
1015         of strncmp.
1016
1017 2015-09-30  Simon Marchi  <simon.marchi@ericsson.com>
1018
1019         * gdbarch.sh (struct gdbarch_info): Change tdep_info's type to void *.
1020         * gdbarch.h: Regenerate.
1021         * i386-tdep.c (i386_gdbarch_init): Remove cast to
1022         struct gdbarch_tdep_info *.
1023         * mips-tdep.c (mips_gdbarch_init): Likewise.
1024         * ppc-linux-tdep (ppu2spu_sniffer): Likewise.
1025         * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
1026         * spu-multiarch.c (spu_gdbarch): Likewise.
1027
1028 2015-09-30  Kevin Buettner  <kevinb@redhat.com>
1029
1030         * infcmd.c (finish_command_fsm_should_stop): Don't attempt to
1031         record a NULL value.
1032
1033 2015-09-29  Kevin Buettner  <kevinb@redhat.com>
1034
1035         * msp430-tdep.c (msp430_push_dummy_call): Treat reference, struct,
1036         and union arguments the same as pointer arguments when determining
1037         size of argument.
1038
1039 2015-09-29  James Bowman  <james.bowman@ftdichip.com>
1040
1041         * ft32-tdep.c: #include "opcode/ft32.h".
1042         Delete local macros IS_PUSH, PUSH_REG, IS_LINK, LINK_SIZE.
1043         (ft32_analyze_prologue): Use FT32_* macros.
1044
1045 2015-09-28  Simon Marchi  <simon.marchi@ericsson.com>
1046
1047         * cli/cli-script.c (read_next_line): Fix stdout -> stdin in
1048         comment.
1049
1050 2015-09-28  Doug Evans  <dje@google.com>
1051
1052         * MAINTAINERS: Add Iain Buclaw as D language maintainer.
1053
1054 2015-09-28  Doug Evans  <dje@google.com>
1055
1056         * common/filestuff.c (make_cleanup_close): Update comment.
1057
1058 2015-09-26  Simon Marchi  <simon.marchi@polymtl.ca>
1059
1060         * btrace.c (parse_xml_btrace_block): Fix cast of
1061         xml_find_attribute's return value.
1062         * memory-map.c (memory_map_start_memory): Likewise.
1063         * solib-svr4.c (library_list_start_library): Likewise.
1064         * solib-target.c (library_list_start_segment): Likewise.
1065         (library_list_start_section): Likewise.
1066         * tracepoint.c (traceframe_info_start_memory): Likewise.
1067
1068 2015-09-26  Iain Buclaw  <ibuclaw@gdcproject.org>
1069
1070         * d-namespace.c (d_lookup_symbol): New arg langdef.
1071         All callers updated.  Support looking up symbol as a primitive type.
1072         (lookup_module_scope): New arg langdef.  All callers updated.
1073         Call d_lookup_symbol directly for simple bare symbols.
1074
1075 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
1076
1077         * macrocmd.c (print_macro_callback): Add cast(s).
1078         * macrotab.c (macro_bcache_str): Likewise.
1079         (new_macro_definition): Likewise.
1080         * main.c (captured_main): Likewise.
1081         * maint.c (print_bfd_section_info): Likewise.
1082         * mdebugread.c (mdebug_build_psymtabs): Likewise.
1083         (basic_type): Likewise.
1084         * memattr.c (mem_region_cmp): Likewise.
1085         * memory-map.c (memory_map_start_memory): Likewise.
1086         (memory_map_end_memory): Likewise.
1087         (memory_map_start_property): Likewise.
1088         (memory_map_end_property): Likewise.
1089         (clear_result): Likewise.
1090         * memrange.c (compare_mem_ranges): Likewise.
1091         * mep-tdep.c (mep_analyze_frame_prologue): Likewise.
1092         * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Likewise.
1093         * mi/mi-console.c (mi_console_file_delete): Likewise.
1094         (mi_console_file_fputs): Likewise.
1095         (mi_console_raw_packet): Likewise.
1096         (mi_console_file_flush): Likewise.
1097         (mi_console_set_raw): Likewise.
1098         * mi/mi-interp.c (mi_interpreter_resume): Likewise.
1099         (mi_new_thread): Likewise.
1100         (mi_thread_exit): Likewise.
1101         (mi_record_changed): Likewise.
1102         (mi_inferior_added): Likewise.
1103         (mi_inferior_appeared): Likewise.
1104         (mi_inferior_exit): Likewise.
1105         (mi_inferior_removed): Likewise.
1106         (mi_interp_data): Likewise.
1107         (mi_on_normal_stop): Likewise.
1108         (mi_traceframe_changed): Likewise.
1109         (mi_tsv_created): Likewise.
1110         (mi_tsv_deleted): Likewise.
1111         (mi_tsv_modified): Likewise.
1112         (mi_breakpoint_created): Likewise.
1113         (mi_breakpoint_deleted): Likewise.
1114         (mi_breakpoint_modified): Likewise.
1115         (mi_output_running_pid): Likewise.
1116         (mi_inferior_count): Likewise.
1117         (mi_solib_loaded): Likewise.
1118         (mi_solib_unloaded): Likewise.
1119         (mi_command_param_changed): Likewise.
1120         (mi_memory_changed): Likewise.
1121         (report_initial_inferior): Likewise.
1122         (mi_ui_out): Likewise.
1123         (mi_set_logging): Likewise.
1124         * mi/mi-main.c (collect_cores): Likewise.
1125         (print_one_inferior): Likewise.
1126         (free_vector_of_ints): Likewise.
1127         (free_splay_tree): Likewise.
1128         (mi_execute_command): Likewise.
1129         * mi/mi-out.c (mi_table_body): Likewise.
1130         (mi_table_end): Likewise.
1131         (mi_table_header): Likewise.
1132         (mi_begin): Likewise.
1133         (mi_end): Likewise.
1134         (mi_field_int): Likewise.
1135         (mi_field_string): Likewise.
1136         (mi_field_fmt): Likewise.
1137         (mi_flush): Likewise.
1138         (mi_redirect): Likewise.
1139         (field_separator): Likewise.
1140         (mi_open): Likewise.
1141         (mi_close): Likewise.
1142         (mi_out_buffered): Likewise.
1143         (mi_out_rewind): Likewise.
1144         (mi_out_put): Likewise.
1145         (mi_version): Likewise.
1146         (mi_out_data_dtor): Likewise.
1147         * mi/mi-parse.c (mi_parse_cleanup): Likewise.
1148         * microblaze-tdep.c (microblaze_frame_cache): Likewise.
1149         * minidebug.c (lzma_open): Likewise.
1150         (lzma_pread): Likewise.
1151         (lzma_close): Likewise.
1152         (lzma_stat): Likewise.
1153         * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
1154         * mips-sde-tdep.c (mips_sde_frame_cache): Likewise.
1155         (mips_sde_elf_osabi_sniff_abi_tag_sections): Likewise.
1156         * mips-tdep.c (mips_insn16_frame_cache): Likewise.
1157         (mips_micro_frame_cache): Likewise.
1158         (mips_insn32_frame_cache): Likewise.
1159         (mips_stub_frame_cache): Likewise.
1160         (gdb_print_insn_mips): Likewise.
1161         (value_of_mips_user_reg): Likewise.
1162         (mips_gdbarch_init): Likewise.
1163         * mips64obsd-tdep.c (mips64obsd_supply_gregset): Likewise.
1164         * mipsnbsd-tdep.c (mipsnbsd_supply_fpregset): Likewise.
1165         (mipsnbsd_supply_gregset): Likewise.
1166         * mn10300-linux-tdep.c (am33_supply_fpregset_method): Likewise.
1167         (am33_collect_gregset_method): Likewise.
1168         (am33_collect_fpregset_method): Likewise.
1169         * mn10300-tdep.c (mn10300_analyze_frame_prologue): Likewise.
1170         * moxie-tdep.c (moxie_frame_cache): Likewise.
1171         * msp430-tdep.c (msp430_get_opcode_byte): Likewise.
1172         (msp430_analyze_frame_prologue): Likewise.
1173         * mt-tdep.c (mt_frame_unwind_cache): Likewise.
1174         * nios2-linux-tdep.c (nios2_supply_gregset): Likewise.
1175         (nios2_collect_gregset): Likewise.
1176         * nios2-tdep.c (nios2_frame_unwind_cache): Likewise.
1177         (nios2_stub_frame_cache): Likewise.
1178         * objc-lang.c (find_methods): Likewise.
1179         * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
1180         (get_objfile_pspace_data): Likewise.
1181         (get_objfile_bfd_data): Likewise.
1182         (objfile_bfd_data_free): Likewise.
1183         (add_to_objfile_sections): Likewise.
1184         (do_free_objfile_cleanup): Likewise.
1185         (resume_section_map_updates_cleanup): Likewise.
1186         * opencl-lang.c (builtin_opencl_type): Likewise.
1187         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
1188         * osdata.c (osdata_start_osdata): Likewise.
1189         (osdata_start_item): Likewise.
1190         (osdata_start_column): Likewise.
1191         (osdata_end_column): Likewise.
1192         (clear_parsing_data): Likewise.
1193         (osdata_free_cleanup): Likewise.
1194         * parse.c (type_stack_cleanup): Likewise.
1195         (exp_uses_objfile_iter): Likewise.
1196         * ppc-linux-tdep.c (ppc_linux_supply_gregset): Likewise.
1197         (ppc_linux_collect_gregset): Likewise.
1198         (ppu2spu_prev_arch): Likewise.
1199         (ppu2spu_this_id): Likewise.
1200         (ppu2spu_prev_register): Likewise.
1201         (ppu2spu_unwind_register): Likewise.
1202         (ppu2spu_sniffer): Likewise.
1203         (ppu2spu_dealloc_cache): Likewise.
1204         (ppc_linux_init_abi): Likewise.
1205         * ppcfbsd-tdep.c (ppcfbsd_sigtramp_frame_cache): Likewise.
1206         * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
1207         * progspace.c (restore_program_space): Likewise.
1208         * psymtab.c (find_pc_sect_psymtab): Likewise.
1209         (compare_psymbols): Likewise.
1210         (psymbol_bcache_full): Likewise.
1211         (allocate_psymtab): Likewise.
1212         (discard_psymtabs_upto): Likewise.
1213         * python/py-block.c (set_block): Likewise.
1214         (del_objfile_blocks): Likewise.
1215         * python/py-breakpoint.c (build_bp_list): Likewise.
1216         * python/py-inferior.c (inferior_to_inferior_object): Likewise.
1217         (build_inferior_list): Likewise.
1218         (py_free_inferior): Likewise.
1219         * python/py-objfile.c (py_free_objfile): Likewise.
1220         (objfile_to_objfile_object): Likewise.
1221         * python/py-prettyprint.c (py_restore_tstate): Likewise.
1222         * python/py-progspace.c (py_free_pspace): Likewise.
1223         (pspace_to_pspace_object): Likewise.
1224         * python/py-symbol.c (set_symbol): Likewise.
1225         (del_objfile_symbols): Likewise.
1226         * python/py-symtab.c (set_sal): Likewise.
1227         (set_symtab): Likewise.
1228         (del_objfile_symtab): Likewise.
1229         (del_objfile_sal): Likewise.
1230         * python/py-type.c (save_objfile_types): Likewise.
1231         (set_type): Likewise.
1232         * python/py-unwind.c (pyuw_prev_register): Likewise.
1233         (pyuw_on_new_gdbarch): Likewise.
1234         * python/py-utils.c (py_decref): Likewise.
1235         (py_xdecref): Likewise.
1236         (gdb_py_generic_dict): Likewise.
1237         * python/py-xmethods.c (gdbpy_free_xmethod_worker_data): Likewise.
1238         (gdbpy_clone_xmethod_worker_data): Likewise.
1239         (gdbpy_get_xmethod_arg_types): Likewise.
1240         (gdbpy_get_xmethod_result_type): Likewise.
1241         (gdbpy_invoke_xmethod): Likewise.
1242         * python/python.c (gdbpy_apply_type_printers): Likewise.
1243         (gdbpy_free_type_printers): Likewise.
1244         * record-btrace.c (record_btrace_disable_callback): Likewise.
1245         (bfcache_hash): Likewise.
1246         (bfcache_eq): Likewise.
1247         (btrace_get_frame_function): Likewise.
1248         (record_btrace_frame_unwind_stop_reason): Likewise.
1249         (record_btrace_frame_this_id): Likewise.
1250         (record_btrace_frame_prev_register): Likewise.
1251         (record_btrace_frame_dealloc_cache): Likewise.
1252         * record-full.c (record_full_message_wrapper): Likewise.
1253         (record_full_save_cleanups): Likewise.
1254         * regcache.c (regcache_descr): Likewise.
1255         (do_regcache_xfree): Likewise.
1256         (do_regcache_invalidate): Likewise.
1257         (do_cooked_read): Likewise.
1258         (regcache_transfer_regset): Likewise.
1259         * reggroups.c (reggroup_add): Likewise.
1260         (reggroup_next): Likewise.
1261         (reggroup_prev): Likewise.
1262         * remote-fileio.c (do_remote_fileio_request): Likewise.
1263         * remote-notif.c (remote_async_get_pending_events_handler): Likewise.
1264         (do_notif_event_xfree): Likewise.
1265         * remote.c (get_remote_arch_state): Likewise.
1266         (remote_pspace_data_cleanup): Likewise.
1267         (get_remote_exec_file): Likewise.
1268         (set_pspace_remote_exec_file): Likewise.
1269         (compare_pnums): Likewise.
1270         (clear_threads_listing_context): Likewise.
1271         (remote_newthread_step): Likewise.
1272         (start_thread): Likewise.
1273         (end_thread): Likewise.
1274         (remove_child_of_pending_fork): Likewise.
1275         (remove_stop_reply_for_inferior): Likewise.
1276         (remove_stop_reply_of_remote_state): Likewise.
1277         (remote_notif_remove_once_on_match): Likewise.
1278         (stop_reply_match_ptid_and_ws): Likewise.
1279         (kill_child_of_pending_fork): Likewise.
1280         (register_remote_g_packet_guess): Likewise.
1281         (remote_read_description_p): Likewise.
1282         (remote_read_description): Likewise.
1283         (free_actions_list_cleanup_wrapper): Likewise.
1284         (remote_async_serial_handler): Likewise.
1285         * rl78-tdep.c (rl78_get_opcode_byte): Likewise.
1286         (rl78_analyze_frame_prologue): Likewise.
1287         * rs6000-tdep.c (ppc_supply_gregset): Likewise.
1288         (ppc_supply_fpregset): Likewise.
1289         (ppc_supply_vsxregset): Likewise.
1290         (ppc_supply_vrregset): Likewise.
1291         (ppc_collect_gregset): Likewise.
1292         (ppc_collect_fpregset): Likewise.
1293         (ppc_collect_vsxregset): Likewise.
1294         (ppc_collect_vrregset): Likewise.
1295         (e500_move_ev_register): Likewise.
1296         (do_regcache_raw_write): Likewise.
1297         (rs6000_frame_cache): Likewise.
1298         (rs6000_epilogue_frame_cache): Likewise.
1299         (rs6000_gdbarch_init): Likewise.
1300         * rx-tdep.c (rx_get_opcode_byte): Likewise.
1301         (rx_analyze_frame_prologue): Likewise.
1302         (rx_frame_type): Likewise.
1303         (rx_frame_sniffer_common): Likewise.
1304         * s390-linux-tdep.c (s390_check_for_saved): Likewise.
1305         (s390_frame_unwind_cache): Likewise.
1306         (s390_stub_frame_unwind_cache): Likewise.
1307         (s390_sigtramp_frame_unwind_cache): Likewise.
1308         * score-tdep.c (score_make_prologue_cache): Likewise.
1309         * sentinel-frame.c (sentinel_frame_prev_register): Likewise.
1310         (sentinel_frame_prev_arch): Likewise.
1311         * ser-base.c (fd_event): Likewise.
1312         (push_event): Likewise.
1313         (ser_base_write): Likewise.
1314         * ser-pipe.c (pipe_close): Likewise.
1315         * serial.c (serial_write): Likewise.
1316         * sh-tdep.c (sh_frame_cache): Likewise.
1317         (sh_stub_this_id): Likewise.
1318         * sh64-tdep.c (sh64_frame_cache): Likewise.
1319         * solib-aix.c (get_solib_aix_inferior_data): Likewise.
1320         (library_list_start_library): Likewise.
1321         (library_list_start_list): Likewise.
1322         (solib_aix_free_library_list): Likewise.
1323         * solib-darwin.c (get_darwin_info): Likewise.
1324         * solib-dsbt.c (get_dsbt_info): Likewise.
1325         * solib-spu.c (append_ocl_sos): Likewise.
1326         * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
1327         (get_svr4_info): Likewise.
1328         (library_list_start_library): Likewise.
1329         (svr4_library_list_start_list): Likewise.
1330         (hash_probe_and_action): Likewise.
1331         (equal_probe_and_action): Likewise.
1332         (svr4_update_solib_event_breakpoint): Likewise.
1333         (set_solib_svr4_fetch_link_map_offsets): Likewise.
1334         (svr4_fetch_link_map_offsets): Likewise.
1335         (svr4_have_link_map_offsets): Likewise.
1336         * solib-target.c (library_list_start_segment): Likewise.
1337         (library_list_start_section): Likewise.
1338         (library_list_start_library): Likewise.
1339         (library_list_end_library): Likewise.
1340         (library_list_start_list): Likewise.
1341         (solib_target_free_library_list): Likewise.
1342         * solib.c (solib_ops): Likewise.
1343         (set_solib_ops): Likewise.
1344         * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
1345         * sparc-tdep.c (sparc_frame_cache): Likewise.
1346         (sparc32_frame_cache): Likewise.
1347         (sparc32_supply_gregset): Likewise.
1348         (sparc32_collect_gregset): Likewise.
1349         (sparc32_supply_fpregset): Likewise.
1350         (sparc32_collect_fpregset): Likewise.
1351         * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
1352         * sparc64-tdep.c (sparc64_supply_gregset): Likewise.
1353         (sparc64_collect_gregset): Likewise.
1354         (sparc64_supply_fpregset): Likewise.
1355         (sparc64_collect_fpregset): Likewise.
1356         * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_cache): Likewise.
1357         * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
1358         * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.
1359         (sparc64obsd_trapframe_cache): Likewise.
1360         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Likewise.
1361         * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
1362         * spu-multiarch.c (spu_gdbarch): Likewise.
1363         * spu-tdep.c (spu_frame_unwind_cache): Likewise.
1364         (spu2ppu_prev_arch): Likewise.
1365         (spu2ppu_this_id): Likewise.
1366         (spu2ppu_prev_register): Likewise.
1367         (spu2ppu_dealloc_cache): Likewise.
1368         (spu_dis_asm_print_address): Likewise.
1369         (gdb_print_insn_spu): Likewise.
1370         (spu_get_overlay_table): Likewise.
1371         * stabsread.c (rs6000_builtin_type): Likewise.
1372         * stack.c (do_print_variable_and_value): Likewise.
1373         * stap-probe.c (get_stap_base_address_1): Likewise.
1374         * symfile-debug.c (debug_qf_has_symbols): Likewise.
1375         (debug_qf_find_last_source_symtab): Likewise.
1376         (debug_qf_forget_cached_source_info): Likewise.
1377         (debug_qf_map_symtabs_matching_filename): Likewise.
1378         (debug_qf_lookup_symbol): Likewise.
1379         (debug_qf_print_stats): Likewise.
1380         (debug_qf_dump): Likewise.
1381         (debug_qf_relocate): Likewise.
1382         (debug_qf_expand_symtabs_for_function): Likewise.
1383         (debug_qf_expand_all_symtabs): Likewise.
1384         (debug_qf_expand_symtabs_with_fullname): Likewise.
1385         (debug_qf_map_matching_symbols): Likewise.
1386         (debug_qf_expand_symtabs_matching): Likewise.
1387         (debug_qf_find_pc_sect_compunit_symtab): Likewise.
1388         (debug_qf_map_symbol_filenames): Likewise.
1389         (debug_sym_get_probes): Likewise.
1390         (debug_sym_new_init): Likewise.
1391         (debug_sym_init): Likewise.
1392         (debug_sym_read): Likewise.
1393         (debug_sym_read_psymbols): Likewise.
1394         (debug_sym_finish): Likewise.
1395         (debug_sym_offsets): Likewise.
1396         (debug_sym_read_linetable): Likewise.
1397         (debug_sym_relocate): Likewise.
1398         (uninstall_symfile_debug_logging): Likewise.
1399         * symfile-mem.c (symbol_file_add_from_memory_wrapper): Likewise.
1400         * symfile.c (place_section): Likewise.
1401         (add_section_size_callback): Likewise.
1402         (load_progress): Likewise.
1403         (load_section_callback): Likewise.
1404         (clear_memory_write_data): Likewise.
1405         (allocate_symtab): Likewise.
1406         * symmisc.c (maintenance_expand_file_matcher): Likewise.
1407         * symtab.c (lookup_symtab_callback): Likewise.
1408         (hash_demangled_name_entry): Likewise.
1409         (eq_demangled_name_entry): Likewise.
1410         (get_symbol_cache): Likewise.
1411         (symbol_cache_cleanup): Likewise.
1412         (set_symbol_cache_size): Likewise.
1413         (symbol_cache_flush): Likewise.
1414         (maintenance_print_symbol_cache): Likewise.
1415         (maintenance_print_symbol_cache_statistics): Likewise.
1416         (delete_filename_seen_cache): Likewise.
1417         (output_partial_symbol_filename): Likewise.
1418         (search_symbols_file_matches): Likewise.
1419         (search_symbols_name_matches): Likewise.
1420         (do_free_completion_list): Likewise.
1421         (maybe_add_partial_symtab_filename): Likewise.
1422         (get_main_info): Likewise.
1423         (main_info_cleanup): Likewise.
1424         * target-dcache.c (target_dcache_cleanup): Likewise.
1425         (target_dcache_init_p): Likewise.
1426         (target_dcache_invalidate): Likewise.
1427         (target_dcache_get): Likewise.
1428         (target_dcache_get_or_init): Likewise.
1429         * target-descriptions.c (target_find_description): Likewise.
1430         (tdesc_find_type): Likewise.
1431         (tdesc_data_cleanup): Likewise.
1432         (tdesc_find_arch_register): Likewise.
1433         (tdesc_register_name): Likewise.
1434         (tdesc_register_type): Likewise.
1435         (tdesc_register_reggroup_p): Likewise.
1436         (set_tdesc_pseudo_register_name): Likewise.
1437         (set_tdesc_pseudo_register_type): Likewise.
1438         (set_tdesc_pseudo_register_reggroup_p): Likewise.
1439         (tdesc_use_registers): Likewise.
1440         (free_target_description): Likewise.
1441         * target-memory.c (compare_block_starting_address): Likewise.
1442         (cleanup_request_data): Likewise.
1443         (cleanup_write_requests_vector): Likewise.
1444         * target.c (open_target): Likewise.
1445         (cleanup_restore_target_terminal): Likewise.
1446         (free_memory_read_result_vector): Likewise.
1447         * thread.c (disable_thread_stack_temporaries): Likewise.
1448         (finish_thread_state_cleanup): Likewise.
1449         (do_restore_current_thread_cleanup): Likewise.
1450         (restore_current_thread_cleanup_dtor): Likewise.
1451         (set_thread_refcount): Likewise.
1452         (tp_array_compar): Likewise.
1453         (do_captured_thread_select): Likewise.
1454         * tic6x-tdep.c (tic6x_frame_unwind_cache): Likewise.
1455         (tic6x_stub_this_id): Likewise.
1456         * tilegx-tdep.c (tilegx_frame_cache): Likewise.
1457         * top.c (do_restore_instream_cleanup): Likewise.
1458         (gdb_readline_wrapper_cleanup): Likewise.
1459         (kill_or_detach): Likewise.
1460         (print_inferior_quit_action): Likewise.
1461         * tracefile-tfile.c (match_blocktype): Likewise.
1462         (build_traceframe_info): Likewise.
1463         * tracefile.c (trace_file_writer_xfree): Likewise.
1464         * tracepoint.c (memrange_cmp): Likewise.
1465         (do_collect_symbol): Likewise.
1466         (do_clear_collection_list): Likewise.
1467         (do_restore_current_traceframe_cleanup): Likewise.
1468         (restore_current_traceframe_cleanup_dtor): Likewise.
1469         (free_current_marker): Likewise.
1470         (traceframe_info_start_memory): Likewise.
1471         (traceframe_info_start_tvar): Likewise.
1472         (free_result): Likewise.
1473         * tramp-frame.c (tramp_frame_cache): Likewise.
1474         * tui/tui-file.c (tui_file_delete): Likewise.
1475         (tui_fileopen): Likewise.
1476         (tui_sfileopen): Likewise.
1477         (tui_file_isatty): Likewise.
1478         (tui_file_rewind): Likewise.
1479         (tui_file_put): Likewise.
1480         (tui_file_fputs): Likewise.
1481         (tui_file_get_strbuf): Likewise.
1482         (tui_file_adjust_strbuf): Likewise.
1483         (tui_file_flush): Likewise.
1484         * tui/tui-layout.c (make_command_window): Likewise.
1485         (make_data_window): Likewise.
1486         (show_source_disasm_command): Likewise.
1487         (show_data): Likewise.
1488         (make_source_or_disasm_window): Likewise.
1489         (show_source_or_disasm_and_command): Likewise.
1490         * tui/tui-out.c (tui_field_int): Likewise.
1491         (tui_field_string): Likewise.
1492         (tui_field_fmt): Likewise.
1493         (tui_text): Likewise.
1494         * typeprint.c (hash_typedef_field): Likewise.
1495         (eq_typedef_field): Likewise.
1496         (do_free_typedef_hash): Likewise.
1497         (copy_typedef_hash_element): Likewise.
1498         (do_free_global_table): Likewise.
1499         (find_global_typedef): Likewise.
1500         (find_typedef_in_hash): Likewise.
1501         * ui-file.c (ui_file_write_for_put): Likewise.
1502         (do_ui_file_xstrdup): Likewise.
1503         (mem_file_delete): Likewise.
1504         (mem_file_rewind): Likewise.
1505         (mem_file_put): Likewise.
1506         (mem_file_write): Likewise.
1507         (stdio_file_delete): Likewise.
1508         (stdio_file_flush): Likewise.
1509         (stdio_file_read): Likewise.
1510         (stdio_file_write): Likewise.
1511         (stdio_file_write_async_safe): Likewise.
1512         (stdio_file_fputs): Likewise.
1513         (stdio_file_isatty): Likewise.
1514         (stdio_file_fseek): Likewise.
1515         (tee_file_delete): Likewise.
1516         (tee_file_flush): Likewise.
1517         (tee_file_write): Likewise.
1518         (tee_file_fputs): Likewise.
1519         (tee_file_isatty): Likewise.
1520         * ui-out.c (do_cleanup_table_end): Likewise.
1521         (do_cleanup_end): Likewise.
1522         * user-regs.c (user_reg_add): Likewise.
1523         (user_reg_map_name_to_regnum): Likewise.
1524         (usernum_to_user_reg): Likewise.
1525         (maintenance_print_user_registers): Likewise.
1526         * utils.c (do_bfd_close_cleanup): Likewise.
1527         (do_fclose_cleanup): Likewise.
1528         (do_obstack_free): Likewise.
1529         (do_ui_file_delete): Likewise.
1530         (do_ui_out_redirect_pop): Likewise.
1531         (do_free_section_addr_info): Likewise.
1532         (restore_integer): Likewise.
1533         (do_unpush_target): Likewise.
1534         (do_htab_delete_cleanup): Likewise.
1535         (do_restore_ui_file): Likewise.
1536         (do_value_free): Likewise.
1537         (do_free_so): Likewise.
1538         (free_current_contents): Likewise.
1539         (do_regfree_cleanup): Likewise.
1540         (core_addr_hash): Likewise.
1541         (core_addr_eq): Likewise.
1542         (do_free_char_ptr_vec): Likewise.
1543         * v850-tdep.c (v850_frame_cache): Likewise.
1544         * varobj.c (do_free_variable_cleanup): Likewise.
1545         * vax-tdep.c (vax_supply_gregset): Likewise.
1546         (vax_frame_cache): Likewise.
1547         * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_cache): Likewise.
1548         * xml-support.c (gdb_xml_body_text): Likewise.
1549         (gdb_xml_values_cleanup): Likewise.
1550         (gdb_xml_start_element): Likewise.
1551         (gdb_xml_start_element_wrapper): Likewise.
1552         (gdb_xml_end_element): Likewise.
1553         (gdb_xml_end_element_wrapper): Likewise.
1554         (gdb_xml_cleanup): Likewise.
1555         (gdb_xml_fetch_external_entity): Likewise.
1556         (gdb_xml_parse_attr_enum): Likewise.
1557         (xinclude_start_include): Likewise.
1558         (xinclude_end_include): Likewise.
1559         (xml_xinclude_default): Likewise.
1560         (xml_xinclude_start_doctype): Likewise.
1561         (xml_xinclude_end_doctype): Likewise.
1562         (xml_xinclude_cleanup): Likewise.
1563         (xml_fetch_content_from_file): Likewise.
1564         * xml-syscall.c (free_syscalls_info): Likewise.
1565         (syscall_start_syscall): Likewise.
1566         * xml-tdesc.c (tdesc_end_arch): Likewise.
1567         (tdesc_end_osabi): Likewise.
1568         (tdesc_end_compatible): Likewise.
1569         (tdesc_start_target): Likewise.
1570         (tdesc_start_feature): Likewise.
1571         (tdesc_start_reg): Likewise.
1572         (tdesc_start_union): Likewise.
1573         (tdesc_start_struct): Likewise.
1574         (tdesc_start_flags): Likewise.
1575         (tdesc_start_field): Likewise.
1576         (tdesc_start_vector): Likewise.
1577         (fetch_available_features_from_target): Likewise.
1578         * xstormy16-tdep.c (xstormy16_frame_cache): Likewise.
1579         * xtensa-tdep.c (xtensa_supply_gregset): Likewise.
1580         (xtensa_frame_cache): Likewise.
1581         (xtensa_frame_prev_register): Likewise.
1582         (xtensa_extract_return_value): Likewise.
1583
1584 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
1585
1586         * aarch64-tdep.c (aarch64_make_prologue_cache): Add cast(s).
1587         (aarch64_make_stub_cache): Likewise.
1588         (value_of_aarch64_user_reg): Likewise.
1589         * ada-lang.c (ada_inferior_data_cleanup): Likewise.
1590         (get_ada_inferior_data): Likewise.
1591         (get_ada_pspace_data): Likewise.
1592         (ada_pspace_data_cleanup): Likewise.
1593         (ada_complete_symbol_matcher): Likewise.
1594         (ada_exc_search_name_matches): Likewise.
1595         * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
1596         (get_ada_tasks_inferior_data): Likewise.
1597         * addrmap.c (addrmap_mutable_foreach_worker): Likewise.
1598         (splay_obstack_alloc): Likewise.
1599         (splay_obstack_free): Likewise.
1600         * alpha-linux-tdep.c (alpha_linux_supply_gregset): Likewise.
1601         (alpha_linux_collect_gregset): Likewise.
1602         (alpha_linux_supply_fpregset): Likewise.
1603         (alpha_linux_collect_fpregset): Likewise.
1604         * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind_cache): Likewise.
1605         * alpha-tdep.c (alpha_lds): Likewise.
1606         (alpha_sts): Likewise.
1607         (alpha_sigtramp_frame_unwind_cache): Likewise.
1608         (alpha_heuristic_frame_unwind_cache): Likewise.
1609         (alpha_supply_int_regs): Likewise.
1610         (alpha_fill_int_regs): Likewise.
1611         (alpha_supply_fp_regs): Likewise.
1612         (alpha_fill_fp_regs): Likewise.
1613         * alphanbsd-tdep.c (alphanbsd_supply_fpregset): Likewise.
1614         (alphanbsd_aout_supply_gregset): Likewise.
1615         (alphanbsd_supply_gregset): Likewise.
1616         * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
1617         (amd64_x32_linux_init_abi): Likewise.
1618         * amd64-nat.c (amd64_supply_native_gregset): Likewise.
1619         (amd64_collect_native_gregset): Likewise.
1620         * amd64-tdep.c (amd64_frame_cache): Likewise.
1621         (amd64_sigtramp_frame_cache): Likewise.
1622         (amd64_epilogue_frame_cache): Likewise.
1623         (amd64_supply_fxsave): Likewise.
1624         (amd64_supply_xsave): Likewise.
1625         (amd64_collect_fxsave): Likewise.
1626         (amd64_collect_xsave): Likewise.
1627         * amd64-windows-tdep.c (amd64_windows_frame_cache): Likewise.
1628         * amd64obsd-tdep.c (amd64obsd_trapframe_cache): Likewise.
1629         * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
1630         (arm_linux_collect_gregset): Likewise.
1631         (arm_linux_supply_nwfpe): Likewise.
1632         (arm_linux_collect_nwfpe): Likewise.
1633         (arm_linux_supply_vfp): Likewise.
1634         (arm_linux_collect_vfp): Likewise.
1635         * arm-tdep.c (arm_find_mapping_symbol): Likewise.
1636         (arm_prologue_unwind_stop_reason): Likewise.
1637         (arm_prologue_this_id): Likewise.
1638         (arm_prologue_prev_register): Likewise.
1639         (arm_exidx_data_free): Likewise.
1640         (arm_find_exidx_entry): Likewise.
1641         (arm_stub_this_id): Likewise.
1642         (arm_m_exception_this_id): Likewise.
1643         (arm_m_exception_prev_register): Likewise.
1644         (arm_normal_frame_base): Likewise.
1645         (gdb_print_insn_arm): Likewise.
1646         (arm_objfile_data_free): Likewise.
1647         (arm_record_special_symbol): Likewise.
1648         (value_of_arm_user_reg): Likewise.
1649         * armbsd-tdep.c (armbsd_supply_fpregset): Likewise.
1650         (armbsd_supply_gregset): Likewise.
1651         * auto-load.c (auto_load_pspace_data_cleanup): Likewise.
1652         (get_auto_load_pspace_data): Likewise.
1653         (hash_loaded_script_entry): Likewise.
1654         (eq_loaded_script_entry): Likewise.
1655         (clear_section_scripts): Likewise.
1656         (collect_matching_scripts): Likewise.
1657         * auxv.c (auxv_inferior_data_cleanup): Likewise.
1658         (get_auxv_inferior_data): Likewise.
1659         * avr-tdep.c (avr_frame_unwind_cache): Likewise.
1660         * ax-general.c (do_free_agent_expr_cleanup): Likewise.
1661         * bfd-target.c (target_bfd_xfer_partial): Likewise.
1662         (target_bfd_xclose): Likewise.
1663         (target_bfd_get_section_table): Likewise.
1664         * bfin-tdep.c (bfin_frame_cache): Likewise.
1665         * block.c (find_block_in_blockvector): Likewise.
1666         (call_site_for_pc): Likewise.
1667         (block_find_non_opaque_type_preferred): Likewise.
1668         * break-catch-sig.c (signal_catchpoint_insert_location): Likewise.
1669         (signal_catchpoint_remove_location): Likewise.
1670         (signal_catchpoint_breakpoint_hit): Likewise.
1671         (signal_catchpoint_print_one): Likewise.
1672         (signal_catchpoint_print_mention): Likewise.
1673         (signal_catchpoint_print_recreate): Likewise.
1674         * break-catch-syscall.c (get_catch_syscall_inferior_data): Likewise.
1675         * breakpoint.c (do_cleanup_counted_command_line): Likewise.
1676         (bp_location_compare_addrs): Likewise.
1677         (get_first_locp_gte_addr): Likewise.
1678         (check_tracepoint_command): Likewise.
1679         (do_map_commands_command): Likewise.
1680         (get_breakpoint_objfile_data): Likewise.
1681         (free_breakpoint_probes): Likewise.
1682         (do_captured_breakpoint_query): Likewise.
1683         (compare_breakpoints): Likewise.
1684         (bp_location_compare): Likewise.
1685         (bpstat_remove_breakpoint_callback): Likewise.
1686         (do_delete_breakpoint_cleanup): Likewise.
1687         * bsd-uthread.c (bsd_uthread_set_supply_uthread): Likewise.
1688         (bsd_uthread_set_collect_uthread): Likewise.
1689         (bsd_uthread_activate): Likewise.
1690         (bsd_uthread_fetch_registers): Likewise.
1691         (bsd_uthread_store_registers): Likewise.
1692         * btrace.c (check_xml_btrace_version): Likewise.
1693         (parse_xml_btrace_block): Likewise.
1694         (parse_xml_btrace_pt_config_cpu): Likewise.
1695         (parse_xml_btrace_pt_raw): Likewise.
1696         (parse_xml_btrace_pt): Likewise.
1697         (parse_xml_btrace_conf_bts): Likewise.
1698         (parse_xml_btrace_conf_pt): Likewise.
1699         (do_btrace_data_cleanup): Likewise.
1700         * c-typeprint.c (find_typedef_for_canonicalize): Likewise.
1701         * charset.c (cleanup_iconv): Likewise.
1702         (do_cleanup_iterator): Likewise.
1703         * cli-out.c (cli_uiout_dtor): Likewise.
1704         (cli_table_begin): Likewise.
1705         (cli_table_body): Likewise.
1706         (cli_table_end): Likewise.
1707         (cli_table_header): Likewise.
1708         (cli_begin): Likewise.
1709         (cli_end): Likewise.
1710         (cli_field_int): Likewise.
1711         (cli_field_skip): Likewise.
1712         (cli_field_string): Likewise.
1713         (cli_field_fmt): Likewise.
1714         (cli_spaces): Likewise.
1715         (cli_text): Likewise.
1716         (cli_message): Likewise.
1717         (cli_wrap_hint): Likewise.
1718         (cli_flush): Likewise.
1719         (cli_redirect): Likewise.
1720         (out_field_fmt): Likewise.
1721         (field_separator): Likewise.
1722         (cli_out_set_stream): Likewise.
1723         * cli/cli-cmds.c (compare_symtabs): Likewise.
1724         * cli/cli-dump.c (call_dump_func): Likewise.
1725         (restore_section_callback): Likewise.
1726         * cli/cli-script.c (clear_hook_in_cleanup): Likewise.
1727         (do_restore_user_call_depth): Likewise.
1728         (do_free_command_lines_cleanup): Likewise.
1729         * coff-pe-read.c (get_section_vmas): Likewise.
1730         (pe_as16): Likewise.
1731         (pe_as32): Likewise.
1732         * coffread.c (coff_symfile_read): Likewise.
1733         * common/agent.c (agent_look_up_symbols): Likewise.
1734         * common/filestuff.c (do_close_cleanup): Likewise.
1735         * common/format.c (free_format_pieces_cleanup): Likewise.
1736         * common/vec.c (vec_o_reserve): Likewise.
1737         * compile/compile-c-support.c (print_one_macro): Likewise.
1738         * compile/compile-c-symbols.c (hash_symbol_error): Likewise.
1739         (eq_symbol_error): Likewise.
1740         (del_symbol_error): Likewise.
1741         (error_symbol_once): Likewise.
1742         (gcc_convert_symbol): Likewise.
1743         (gcc_symbol_address): Likewise.
1744         (hash_symname): Likewise.
1745         (eq_symname): Likewise.
1746         * compile/compile-c-types.c (hash_type_map_instance): Likewise.
1747         (eq_type_map_instance): Likewise.
1748         (insert_type): Likewise.
1749         (convert_type): Likewise.
1750         * compile/compile-object-load.c (munmap_listp_free_cleanup): Likewise.
1751         (setup_sections): Likewise.
1752         (link_hash_table_free): Likewise.
1753         (copy_sections): Likewise.
1754         * compile/compile-object-run.c (do_module_cleanup): Likewise.
1755         * compile/compile.c (compile_print_value): Likewise.
1756         (do_rmdir): Likewise.
1757         (cleanup_compile_instance): Likewise.
1758         (cleanup_unlink_file): Likewise.
1759         * completer.c (free_completion_tracker): Likewise.
1760         * corelow.c (add_to_spuid_list): Likewise.
1761         * cp-namespace.c (reset_directive_searched): Likewise.
1762         * cp-support.c (reset_directive_searched): Likewise.
1763         * cris-tdep.c (cris_sigtramp_frame_unwind_cache): Likewise.
1764         (cris_frame_unwind_cache): Likewise.
1765         * d-lang.c (builtin_d_type): Likewise.
1766         * d-namespace.c (reset_directive_searched): Likewise.
1767         * dbxread.c (dbx_free_symfile_info): Likewise.
1768         (do_free_bincl_list_cleanup): Likewise.
1769         * disasm.c (hash_dis_line_entry): Likewise.
1770         (eq_dis_line_entry): Likewise.
1771         (dis_asm_print_address): Likewise.
1772         (fprintf_disasm): Likewise.
1773         (do_ui_file_delete): Likewise.
1774         * doublest.c (convert_floatformat_to_doublest): Likewise.
1775         * dummy-frame.c (pop_dummy_frame_bpt): Likewise.
1776         (dummy_frame_prev_register): Likewise.
1777         (dummy_frame_this_id): Likewise.
1778         * dwarf2-frame-tailcall.c (cache_hash): Likewise.
1779         (cache_eq): Likewise.
1780         (cache_find): Likewise.
1781         (tailcall_frame_this_id): Likewise.
1782         (dwarf2_tailcall_prev_register_first): Likewise.
1783         (tailcall_frame_prev_register): Likewise.
1784         (tailcall_frame_dealloc_cache): Likewise.
1785         (tailcall_frame_prev_arch): Likewise.
1786         * dwarf2-frame.c (dwarf2_frame_state_free): Likewise.
1787         (dwarf2_frame_set_init_reg): Likewise.
1788         (dwarf2_frame_init_reg): Likewise.
1789         (dwarf2_frame_set_signal_frame_p): Likewise.
1790         (dwarf2_frame_signal_frame_p): Likewise.
1791         (dwarf2_frame_set_adjust_regnum): Likewise.
1792         (dwarf2_frame_adjust_regnum): Likewise.
1793         (clear_pointer_cleanup): Likewise.
1794         (dwarf2_frame_cache): Likewise.
1795         (find_cie): Likewise.
1796         (dwarf2_frame_find_fde): Likewise.
1797         * dwarf2expr.c (dwarf_expr_address_type): Likewise.
1798         (free_dwarf_expr_context_cleanup): Likewise.
1799         * dwarf2loc.c (locexpr_find_frame_base_location): Likewise.
1800         (locexpr_get_frame_base): Likewise.
1801         (loclist_find_frame_base_location): Likewise.
1802         (loclist_get_frame_base): Likewise.
1803         (dwarf_expr_dwarf_call): Likewise.
1804         (dwarf_expr_get_base_type): Likewise.
1805         (dwarf_expr_push_dwarf_reg_entry_value): Likewise.
1806         (dwarf_expr_get_obj_addr): Likewise.
1807         (entry_data_value_coerce_ref): Likewise.
1808         (entry_data_value_copy_closure): Likewise.
1809         (entry_data_value_free_closure): Likewise.
1810         (get_frame_address_in_block_wrapper): Likewise.
1811         (dwarf2_evaluate_property): Likewise.
1812         (dwarf2_compile_property_to_c): Likewise.
1813         (needs_frame_read_addr_from_reg): Likewise.
1814         (needs_frame_get_reg_value): Likewise.
1815         (needs_frame_frame_base): Likewise.
1816         (needs_frame_frame_cfa): Likewise.
1817         (needs_frame_tls_address): Likewise.
1818         (needs_frame_dwarf_call): Likewise.
1819         (needs_dwarf_reg_entry_value): Likewise.
1820         (get_ax_pc): Likewise.
1821         (locexpr_read_variable): Likewise.
1822         (locexpr_read_variable_at_entry): Likewise.
1823         (locexpr_read_needs_frame): Likewise.
1824         (locexpr_describe_location): Likewise.
1825         (locexpr_tracepoint_var_ref): Likewise.
1826         (locexpr_generate_c_location): Likewise.
1827         (loclist_read_variable): Likewise.
1828         (loclist_read_variable_at_entry): Likewise.
1829         (loclist_describe_location): Likewise.
1830         (loclist_tracepoint_var_ref): Likewise.
1831         (loclist_generate_c_location): Likewise.
1832         * dwarf2read.c (line_header_hash_voidp): Likewise.
1833         (line_header_eq_voidp): Likewise.
1834         (dwarf2_has_info): Likewise.
1835         (dwarf2_get_section_info): Likewise.
1836         (locate_dwz_sections): Likewise.
1837         (hash_file_name_entry): Likewise.
1838         (eq_file_name_entry): Likewise.
1839         (delete_file_name_entry): Likewise.
1840         (dw2_setup): Likewise.
1841         (dw2_get_file_names_reader): Likewise.
1842         (dw2_find_pc_sect_compunit_symtab): Likewise.
1843         (hash_signatured_type): Likewise.
1844         (eq_signatured_type): Likewise.
1845         (add_signatured_type_cu_to_table): Likewise.
1846         (create_debug_types_hash_table): Likewise.
1847         (lookup_dwo_signatured_type): Likewise.
1848         (lookup_dwp_signatured_type): Likewise.
1849         (lookup_signatured_type): Likewise.
1850         (hash_type_unit_group): Likewise.
1851         (eq_type_unit_group): Likewise.
1852         (get_type_unit_group): Likewise.
1853         (process_psymtab_comp_unit_reader): Likewise.
1854         (sort_tu_by_abbrev_offset): Likewise.
1855         (process_skeletonless_type_unit): Likewise.
1856         (psymtabs_addrmap_cleanup): Likewise.
1857         (dwarf2_read_symtab): Likewise.
1858         (psymtab_to_symtab_1): Likewise.
1859         (die_hash): Likewise.
1860         (die_eq): Likewise.
1861         (load_full_comp_unit_reader): Likewise.
1862         (reset_die_in_process): Likewise.
1863         (free_cu_line_header): Likewise.
1864         (handle_DW_AT_stmt_list): Likewise.
1865         (hash_dwo_file): Likewise.
1866         (eq_dwo_file): Likewise.
1867         (hash_dwo_unit): Likewise.
1868         (eq_dwo_unit): Likewise.
1869         (create_dwo_cu_reader): Likewise.
1870         (create_dwo_unit_in_dwp_v1): Likewise.
1871         (create_dwo_unit_in_dwp_v2): Likewise.
1872         (lookup_dwo_unit_in_dwp): Likewise.
1873         (dwarf2_locate_dwo_sections): Likewise.
1874         (dwarf2_locate_common_dwp_sections): Likewise.
1875         (dwarf2_locate_v2_dwp_sections): Likewise.
1876         (hash_dwp_loaded_cutus): Likewise.
1877         (eq_dwp_loaded_cutus): Likewise.
1878         (lookup_dwo_cutu): Likewise.
1879         (abbrev_table_free_cleanup): Likewise.
1880         (dwarf2_free_abbrev_table): Likewise.
1881         (find_partial_die_in_comp_unit): Likewise.
1882         (free_line_header_voidp): Likewise.
1883         (follow_die_offset): Likewise.
1884         (follow_die_sig_1): Likewise.
1885         (free_heap_comp_unit): Likewise.
1886         (free_stack_comp_unit): Likewise.
1887         (dwarf2_free_objfile): Likewise.
1888         (per_cu_offset_and_type_hash): Likewise.
1889         (per_cu_offset_and_type_eq): Likewise.
1890         (get_die_type_at_offset): Likewise.
1891         (partial_die_hash): Likewise.
1892         (partial_die_eq): Likewise.
1893         (dwarf2_per_objfile_free): Likewise.
1894         (hash_strtab_entry): Likewise.
1895         (eq_strtab_entry): Likewise.
1896         (add_string): Likewise.
1897         (hash_symtab_entry): Likewise.
1898         (eq_symtab_entry): Likewise.
1899         (delete_symtab_entry): Likewise.
1900         (cleanup_mapped_symtab): Likewise.
1901         (add_indices_to_cpool): Likewise.
1902         (hash_psymtab_cu_index): Likewise.
1903         (eq_psymtab_cu_index): Likewise.
1904         (add_address_entry_worker): Likewise.
1905         (unlink_if_set): Likewise.
1906         (write_one_signatured_type): Likewise.
1907         (save_gdb_index_command): Likewise.
1908         * elfread.c (elf_symtab_read): Likewise.
1909         (elf_gnu_ifunc_cache_hash): Likewise.
1910         (elf_gnu_ifunc_cache_eq): Likewise.
1911         (elf_gnu_ifunc_record_cache): Likewise.
1912         (elf_gnu_ifunc_resolve_by_cache): Likewise.
1913         (elf_get_probes): Likewise.
1914         (probe_key_free): Likewise.
1915         * f-lang.c (builtin_f_type): Likewise.
1916         * frame-base.c (frame_base_append_sniffer): Likewise.
1917         (frame_base_set_default): Likewise.
1918         (frame_base_find_by_frame): Likewise.
1919         * frame-unwind.c (frame_unwind_prepend_unwinder): Likewise.
1920         (frame_unwind_append_unwinder): Likewise.
1921         (frame_unwind_find_by_frame): Likewise.
1922         * frame.c (frame_addr_hash): Likewise.
1923         (frame_addr_hash_eq): Likewise.
1924         (frame_stash_find): Likewise.
1925         (do_frame_register_read): Likewise.
1926         (unwind_to_current_frame): Likewise.
1927         (frame_cleanup_after_sniffer): Likewise.
1928         * frv-linux-tdep.c (frv_linux_sigtramp_frame_cache): Likewise.
1929         * frv-tdep.c (frv_frame_unwind_cache): Likewise.
1930         * ft32-tdep.c (ft32_frame_cache): Likewise.
1931         * gcore.c (do_bfd_delete_cleanup): Likewise.
1932         (gcore_create_callback): Likewise.
1933         * gdb_bfd.c (hash_bfd): Likewise.
1934         (eq_bfd): Likewise.
1935         (gdb_bfd_open): Likewise.
1936         (free_one_bfd_section): Likewise.
1937         (gdb_bfd_ref): Likewise.
1938         (gdb_bfd_unref): Likewise.
1939         (get_section_descriptor): Likewise.
1940         (gdb_bfd_map_section): Likewise.
1941         (gdb_bfd_crc): Likewise.
1942         (gdb_bfd_mark_parent): Likewise.
1943         (gdb_bfd_record_inclusion): Likewise.
1944         (gdb_bfd_requires_relocations): Likewise.
1945         (print_one_bfd): Likewise.
1946         * gdbtypes.c (type_pair_hash): Likewise.
1947         (type_pair_eq): Likewise.
1948         (builtin_type): Likewise.
1949         (objfile_type): Likewise.
1950         * gnu-v3-abi.c (vtable_ptrdiff_type): Likewise.
1951         (vtable_address_point_offset): Likewise.
1952         (gnuv3_get_vtable): Likewise.
1953         (hash_value_and_voffset): Likewise.
1954         (eq_value_and_voffset): Likewise.
1955         (compare_value_and_voffset): Likewise.
1956         (compute_vtable_size): Likewise.
1957         (gnuv3_get_typeid_type): Likewise.
1958         * go-lang.c (builtin_go_type): Likewise.
1959         * guile/scm-block.c (bkscm_hash_block_smob): Likewise.
1960         (bkscm_eq_block_smob): Likewise.
1961         (bkscm_objfile_block_map): Likewise.
1962         (bkscm_del_objfile_blocks): Likewise.
1963         * guile/scm-breakpoint.c (bpscm_build_bp_list): Likewise.
1964         * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker): Likewise.
1965         (gdbscm_disasm_print_address): Likewise.
1966         * guile/scm-frame.c (frscm_hash_frame_smob): Likewise.
1967         (frscm_eq_frame_smob): Likewise.
1968         (frscm_inferior_frame_map): Likewise.
1969         (frscm_del_inferior_frames): Likewise.
1970         * guile/scm-gsmob.c (gdbscm_add_objfile_ref): Likewise.
1971         * guile/scm-objfile.c (ofscm_handle_objfile_deleted): Likewise.
1972         (ofscm_objfile_smob_from_objfile): Likewise.
1973         * guile/scm-ports.c (ioscm_write): Likewise.
1974         (ioscm_file_port_delete): Likewise.
1975         (ioscm_file_port_rewind): Likewise.
1976         (ioscm_file_port_put): Likewise.
1977         (ioscm_file_port_write): Likewise.
1978         * guile/scm-progspace.c (psscm_handle_pspace_deleted): Likewise.
1979         (psscm_pspace_smob_from_pspace): Likewise.
1980         * guile/scm-safe-call.c (scscm_recording_pre_unwind_handler): Likewise.
1981         (scscm_recording_unwind_handler): Likewise.
1982         (gdbscm_with_catch): Likewise.
1983         (scscm_call_0_body): Likewise.
1984         (scscm_call_1_body): Likewise.
1985         (scscm_call_2_body): Likewise.
1986         (scscm_call_3_body): Likewise.
1987         (scscm_call_4_body): Likewise.
1988         (scscm_apply_1_body): Likewise.
1989         (scscm_eval_scheme_string): Likewise.
1990         (gdbscm_safe_eval_string): Likewise.
1991         (scscm_source_scheme_script): Likewise.
1992         (gdbscm_safe_source_script): Likewise.
1993         * guile/scm-string.c (gdbscm_call_scm_to_stringn): Likewise.
1994         (gdbscm_call_scm_from_stringn): Likewise.
1995         * guile/scm-symbol.c (syscm_hash_symbol_smob): Likewise.
1996         (syscm_eq_symbol_smob): Likewise.
1997         (syscm_get_symbol_map): Likewise.
1998         (syscm_del_objfile_symbols): Likewise.
1999         * guile/scm-symtab.c (stscm_hash_symtab_smob): Likewise.
2000         (stscm_eq_symtab_smob): Likewise.
2001         (stscm_objfile_symtab_map): Likewise.
2002         (stscm_del_objfile_symtabs): Likewise.
2003         * guile/scm-type.c (tyscm_hash_type_smob): Likewise.
2004         (tyscm_eq_type_smob): Likewise.
2005         (tyscm_type_map): Likewise.
2006         (tyscm_copy_type_recursive): Likewise.
2007         (save_objfile_types): Likewise.
2008         * guile/scm-utils.c (extract_arg): Likewise.
2009         * h8300-tdep.c (h8300_frame_cache): Likewise.
2010         * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind_cache): Likewise.
2011         * hppa-tdep.c (compare_unwind_entries): Likewise.
2012         (find_unwind_entry): Likewise.
2013         (hppa_frame_cache): Likewise.
2014         (hppa_stub_frame_unwind_cache): Likewise.
2015         * hppanbsd-tdep.c (hppanbsd_supply_gregset): Likewise.
2016         * hppaobsd-tdep.c (hppaobsd_supply_gregset): Likewise.
2017         (hppaobsd_supply_fpregset): Likewise.
2018         * i386-cygwin-tdep.c (core_process_module_section): Likewise.
2019         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
2020         * i386-tdep.c (i386_frame_cache): Likewise.
2021         (i386_epilogue_frame_cache): Likewise.
2022         (i386_sigtramp_frame_cache): Likewise.
2023         (i386_supply_gregset): Likewise.
2024         (i386_collect_gregset): Likewise.
2025         (i386_gdbarch_init): Likewise.
2026         * i386obsd-tdep.c (i386obsd_aout_supply_regset): Likewise.
2027         (i386obsd_trapframe_cache): Likewise.
2028         * i387-tdep.c (i387_supply_fsave): Likewise.
2029         (i387_collect_fsave): Likewise.
2030         (i387_supply_fxsave): Likewise.
2031         (i387_collect_fxsave): Likewise.
2032         (i387_supply_xsave): Likewise.
2033         (i387_collect_xsave): Likewise.
2034         * ia64-tdep.c (ia64_frame_cache): Likewise.
2035         (ia64_sigtramp_frame_cache): Likewise.
2036         * infcmd.c (attach_command_continuation): Likewise.
2037         (attach_command_continuation_free_args): Likewise.
2038         * inferior.c (restore_inferior): Likewise.
2039         (delete_thread_of_inferior): Likewise.
2040         * inflow.c (inflow_inferior_data_cleanup): Likewise.
2041         (get_inflow_inferior_data): Likewise.
2042         (inflow_inferior_exit): Likewise.
2043         * infrun.c (displaced_step_clear_cleanup): Likewise.
2044         (restore_current_uiout_cleanup): Likewise.
2045         (release_stop_context_cleanup): Likewise.
2046         (do_restore_infcall_suspend_state_cleanup): Likewise.
2047         (do_restore_infcall_control_state_cleanup): Likewise.
2048         (restore_inferior_ptid): Likewise.
2049         * inline-frame.c (block_starting_point_at): Likewise.
2050         * iq2000-tdep.c (iq2000_frame_cache): Likewise.
2051         * jit.c (get_jit_objfile_data): Likewise.
2052         (get_jit_program_space_data): Likewise.
2053         (jit_object_close_impl): Likewise.
2054         (jit_find_objf_with_entry_addr): Likewise.
2055         (jit_breakpoint_deleted): Likewise.
2056         (jit_unwind_reg_set_impl): Likewise.
2057         (jit_unwind_reg_get_impl): Likewise.
2058         (jit_dealloc_cache): Likewise.
2059         (jit_frame_sniffer): Likewise.
2060         (jit_frame_prev_register): Likewise.
2061         (jit_prepend_unwinder): Likewise.
2062         (jit_inferior_exit_hook): Likewise.
2063         (free_objfile_data): Likewise.
2064         * jv-lang.c (jv_per_objfile_free): Likewise.
2065         (get_dynamics_objfile): Likewise.
2066         (get_java_class_symtab): Likewise.
2067         (builtin_java_type): Likewise.
2068         * language.c (language_string_char_type): Likewise.
2069         (language_bool_type): Likewise.
2070         (language_lookup_primitive_type): Likewise.
2071         (language_lookup_primitive_type_as_symbol): Likewise.
2072         * linespec.c (hash_address_entry): Likewise.
2073         (eq_address_entry): Likewise.
2074         (iterate_inline_only): Likewise.
2075         (iterate_name_matcher): Likewise.
2076         (decode_line_2_compare_items): Likewise.
2077         (collect_one_symbol): Likewise.
2078         (compare_symbols): Likewise.
2079         (compare_msymbols): Likewise.
2080         (add_symtabs_to_list): Likewise.
2081         (collect_symbols): Likewise.
2082         (compare_msyms): Likewise.
2083         (add_minsym): Likewise.
2084         (cleanup_linespec_result): Likewise.
2085         * linux-fork.c (inferior_call_waitpid_cleanup): Likewise.
2086         * linux-nat.c (delete_lwp_cleanup): Likewise.
2087         (count_events_callback): Likewise.
2088         (select_event_lwp_callback): Likewise.
2089         (resume_stopped_resumed_lwps): Likewise.
2090         * linux-tdep.c (get_linux_gdbarch_data): Likewise.
2091         (invalidate_linux_cache_inf): Likewise.
2092         (get_linux_inferior_data): Likewise.
2093         (linux_find_memory_regions_thunk): Likewise.
2094         (linux_make_mappings_callback): Likewise.
2095         (linux_corefile_thread_callback): Likewise.
2096         (find_mapping_size): Likewise.
2097         * linux-thread-db.c (find_new_threads_callback): Likewise.
2098         * lm32-tdep.c (lm32_frame_cache): Likewise.
2099         * m2-lang.c (builtin_m2_type): Likewise.
2100         * m32c-tdep.c (m32c_analyze_frame_prologue): Likewise.
2101         * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_cache): Likewise.
2102         (m32r_linux_supply_gregset): Likewise.
2103         (m32r_linux_collect_gregset): Likewise.
2104         * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
2105         * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
2106         * m68k-tdep.c (m68k_frame_cache): Likewise.
2107         * m68kbsd-tdep.c (m68kbsd_supply_fpregset): Likewise.
2108         (m68kbsd_supply_gregset): Likewise.
2109         * m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise.
2110         * m88k-tdep.c (m88k_frame_cache): Likewise.
2111         (m88k_supply_gregset): Likewise.
2112
2113 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
2114
2115         * aarch64-linux-tdep.c (aarch64_stap_parse_special_token): Add cast
2116         to allocation result assignment.
2117         * ada-exp.y (write_object_renaming): Likewise.
2118         (write_ambiguous_var): Likewise.
2119         (ada_nget_field_index): Likewise.
2120         (write_var_or_type): Likewise.
2121         * ada-lang.c (ada_decode_symbol): Likewise.
2122         (ada_value_assign): Likewise.
2123         (value_pointer): Likewise.
2124         (cache_symbol): Likewise.
2125         (add_nonlocal_symbols): Likewise.
2126         (ada_name_for_lookup): Likewise.
2127         (symbol_completion_add): Likewise.
2128         (ada_to_fixed_type_1): Likewise.
2129         (ada_get_next_arg): Likewise.
2130         (defns_collected): Likewise.
2131         * ada-lex.l (processId): Likewise.
2132         (processString): Likewise.
2133         * ada-tasks.c (read_known_tasks_array): Likewise.
2134         (read_known_tasks_list): Likewise.
2135         * ada-typeprint.c (decoded_type_name): Likewise.
2136         * addrmap.c (addrmap_mutable_create_fixed): Likewise.
2137         * amd64-tdep.c (amd64_push_arguments): Likewise.
2138         (amd64_displaced_step_copy_insn): Likewise.
2139         (amd64_classify_insn_at): Likewise.
2140         (amd64_relocate_instruction): Likewise.
2141         * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Likewise.
2142         * arch-utils.c (simple_displaced_step_copy_insn): Likewise.
2143         (initialize_current_architecture): Likewise.
2144         * arm-linux-tdep.c (arm_stap_parse_special_token): Likewise.
2145         * arm-symbian-tdep.c (arm_symbian_osabi_sniffer): Likewise.
2146         * arm-tdep.c (arm_exidx_new_objfile): Likewise.
2147         (arm_push_dummy_call): Likewise.
2148         (extend_buffer_earlier): Likewise.
2149         (arm_adjust_breakpoint_address): Likewise.
2150         (arm_skip_stub): Likewise.
2151         * auto-load.c (filename_is_in_pattern): Likewise.
2152         (maybe_add_script_file): Likewise.
2153         (maybe_add_script_text): Likewise.
2154         (auto_load_objfile_script_1): Likewise.
2155         * auxv.c (ld_so_xfer_auxv): Likewise.
2156         * ax-general.c (new_agent_expr): Likewise.
2157         (grow_expr): Likewise.
2158         (ax_reg_mask): Likewise.
2159         * bcache.c (bcache_full): Likewise.
2160         * breakpoint.c (program_breakpoint_here_p): Likewise.
2161         * btrace.c (parse_xml_raw): Likewise.
2162         * build-id.c (build_id_to_debug_bfd): Likewise.
2163         * buildsym.c (end_symtab_with_blockvector): Likewise.
2164         * c-exp.y (string_exp): Likewise.
2165         (qualified_name): Likewise.
2166         (write_destructor_name): Likewise.
2167         (operator_stoken): Likewise.
2168         (parse_number): Likewise.
2169         (scan_macro_expansion): Likewise.
2170         (yylex): Likewise.
2171         (c_print_token): Likewise.
2172         * c-lang.c (c_get_string): Likewise.
2173         (emit_numeric_character): Likewise.
2174         * charset.c (wchar_iterate): Likewise.
2175         * cli/cli-cmds.c (complete_command): Likewise.
2176         (make_command): Likewise.
2177         * cli/cli-dump.c (restore_section_callback): Likewise.
2178         (restore_binary_file): Likewise.
2179         * cli/cli-interp.c (cli_interpreter_exec): Likewise.
2180         * cli/cli-script.c (execute_control_command): Likewise.
2181         * cli/cli-setshow.c (do_set_command): Likewise.
2182         * coff-pe-read.c (add_pe_forwarded_sym): Likewise.
2183         (read_pe_exported_syms): Likewise.
2184         * coffread.c (coff_read_struct_type): Likewise.
2185         (coff_read_enum_type): Likewise.
2186         * common/btrace-common.c (btrace_data_append): Likewise.
2187         * common/buffer.c (buffer_grow): Likewise.
2188         * common/filestuff.c (gdb_fopen_cloexec): Likewise.
2189         * common/format.c (parse_format_string): Likewise.
2190         * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
2191         * common/xml-utils.c (xml_escape_text): Likewise.
2192         * compile/compile-object-load.c (copy_sections): Likewise.
2193         (compile_object_load): Likewise.
2194         * compile/compile-object-run.c (compile_object_run): Likewise.
2195         * completer.c (filename_completer): Likewise.
2196         * corefile.c (read_memory_typed_address): Likewise.
2197         (write_memory_unsigned_integer): Likewise.
2198         (write_memory_signed_integer): Likewise.
2199         (complete_set_gnutarget): Likewise.
2200         * corelow.c (get_core_register_section): Likewise.
2201         * cp-name-parser.y (d_grab): Likewise.
2202         (allocate_info): Likewise.
2203         (cp_new_demangle_parse_info): Likewise.
2204         * cp-namespace.c (cp_scan_for_anonymous_namespaces): Likewise.
2205         (cp_lookup_symbol_in_namespace): Likewise.
2206         (lookup_namespace_scope): Likewise.
2207         (find_symbol_in_baseclass): Likewise.
2208         (cp_lookup_nested_symbol): Likewise.
2209         (cp_lookup_transparent_type_loop): Likewise.
2210         * cp-support.c (copy_string_to_obstack): Likewise.
2211         (make_symbol_overload_list): Likewise.
2212         (make_symbol_overload_list_namespace): Likewise.
2213         (make_symbol_overload_list_adl_namespace): Likewise.
2214         (first_component_command): Likewise.
2215         * cp-valprint.c (cp_print_value): Likewise.
2216         * ctf.c (ctf_xfer_partial): Likewise.
2217         * d-exp.y (StringExp): Likewise.
2218         * d-namespace.c (d_lookup_symbol_in_module): Likewise.
2219         (lookup_module_scope): Likewise.
2220         (find_symbol_in_baseclass): Likewise.
2221         (d_lookup_nested_symbol): Likewise.
2222         * dbxread.c (find_stab_function_addr): Likewise.
2223         (read_dbx_symtab): Likewise.
2224         (dbx_end_psymtab): Likewise.
2225         (cp_set_block_scope): Likewise.
2226         * dcache.c (dcache_alloc): Likewise.
2227         * demangle.c (_initialize_demangler): Likewise.
2228         * dicos-tdep.c (dicos_load_module_p): Likewise.
2229         * dictionary.c (dict_create_hashed_expandable): Likewise.
2230         (dict_create_linear_expandable): Likewise.
2231         (expand_hashtable): Likewise.
2232         (add_symbol_linear_expandable): Likewise.
2233         * dwarf2-frame.c (add_cie): Likewise.
2234         (add_fde): Likewise.
2235         (dwarf2_build_frame_info): Likewise.
2236         * dwarf2expr.c (dwarf_expr_grow_stack): Likewise.
2237         (dwarf_expr_fetch_address): Likewise.
2238         (add_piece): Likewise.
2239         (execute_stack_op): Likewise.
2240         * dwarf2loc.c (chain_candidate): Likewise.
2241         (dwarf_entry_parameter_to_value): Likewise.
2242         (read_pieced_value): Likewise.
2243         (write_pieced_value): Likewise.
2244         * dwarf2read.c (dwarf2_read_section): Likewise.
2245         (add_type_unit): Likewise.
2246         (read_comp_units_from_section): Likewise.
2247         (fixup_go_packaging): Likewise.
2248         (dwarf2_compute_name): Likewise.
2249         (dwarf2_physname): Likewise.
2250         (create_dwo_unit_in_dwp_v1): Likewise.
2251         (create_dwo_unit_in_dwp_v2): Likewise.
2252         (read_func_scope): Likewise.
2253         (read_call_site_scope): Likewise.
2254         (dwarf2_attach_fields_to_type): Likewise.
2255         (process_structure_scope): Likewise.
2256         (mark_common_block_symbol_computed): Likewise.
2257         (read_common_block): Likewise.
2258         (abbrev_table_read_table): Likewise.
2259         (guess_partial_die_structure_name): Likewise.
2260         (fixup_partial_die): Likewise.
2261         (add_file_name): Likewise.
2262         (dwarf2_const_value_data): Likewise.
2263         (dwarf2_const_value_attr): Likewise.
2264         (build_error_marker_type): Likewise.
2265         (guess_full_die_structure_name): Likewise.
2266         (anonymous_struct_prefix): Likewise.
2267         (typename_concat): Likewise.
2268         (dwarf2_canonicalize_name): Likewise.
2269         (dwarf2_name): Likewise.
2270         (write_constant_as_bytes): Likewise.
2271         (dwarf2_fetch_constant_bytes): Likewise.
2272         (copy_string): Likewise.
2273         (parse_macro_definition): Likewise.
2274         * elfread.c (elf_symfile_segments): Likewise.
2275         (elf_rel_plt_read): Likewise.
2276         (elf_gnu_ifunc_resolve_by_cache): Likewise.
2277         (elf_gnu_ifunc_resolve_by_got): Likewise.
2278         (elf_read_minimal_symbols): Likewise.
2279         (elf_gnu_ifunc_record_cache): Likewise.
2280         * event-top.c (top_level_prompt): Likewise.
2281         (command_line_handler): Likewise.
2282         * exec.c (resize_section_table): Likewise.
2283         * expprint.c (print_subexp_standard): Likewise.
2284         * fbsd-tdep.c (fbsd_collect_regset_section_cb): Likewise.
2285         * findcmd.c (parse_find_args): Likewise.
2286         * findvar.c (address_from_register): Likewise.
2287         * frame.c (get_prev_frame_always): Likewise.
2288         * gdb_bfd.c (gdb_bfd_ref): Likewise.
2289         (get_section_descriptor): Likewise.
2290         * gdb_obstack.c (obconcat): Likewise.
2291         (obstack_strdup): Likewise.
2292         * gdbtypes.c (lookup_function_type_with_arguments): Likewise.
2293         (create_set_type): Likewise.
2294         (lookup_unsigned_typename): Likewise.
2295         (lookup_signed_typename): Likewise.
2296         (resolve_dynamic_union): Likewise.
2297         (resolve_dynamic_struct): Likewise.
2298         (add_dyn_prop): Likewise.
2299         (copy_dynamic_prop_list): Likewise.
2300         (arch_flags_type): Likewise.
2301         (append_composite_type_field_raw): Likewise.
2302         * gdbtypes.h (INIT_FUNC_SPECIFIC): Likewise.
2303         * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
2304         * go-exp.y (string_exp): Likewise.
2305         * go-lang.c (go_demangle): Likewise.
2306         * guile/guile.c (compute_scheme_string): Likewise.
2307         * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
2308         (gdbscm_canonicalize_command_name): Likewise.
2309         * guile/scm-ports.c (ioscm_init_stdio_buffers): Likewise.
2310         (ioscm_init_memory_port): Likewise.
2311         (ioscm_reinit_memory_port): Likewise.
2312         * guile/scm-utils.c (gdbscm_gc_xstrdup): Likewise.
2313         (gdbscm_gc_dup_argv): Likewise.
2314         * h8300-tdep.c (h8300_push_dummy_call): Likewise.
2315         * hppa-tdep.c (internalize_unwinds): Likewise.
2316         (read_unwind_info): Likewise.
2317         * i386-cygwin-tdep.c (core_process_module_section): Likewise.
2318         (windows_core_xfer_shared_libraries): Likewise.
2319         * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
2320         (i386_stap_parse_special_token_triplet): Likewise.
2321         (i386_stap_parse_special_token_three_arg_disp): Likewise.
2322         * i386obsd-tdep.c (i386obsd_sigtramp_p): Likewise.
2323         * inf-child.c (inf_child_fileio_readlink): Likewise.
2324         * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
2325         (inf_ptrace_store_register): Likewise.
2326         * infrun.c (follow_exec): Likewise.
2327         (displaced_step_prepare_throw): Likewise.
2328         (save_stop_context): Likewise.
2329         (save_infcall_suspend_state): Likewise.
2330         * jit.c (jit_read_descriptor): Likewise.
2331         (jit_read_code_entry): Likewise.
2332         (jit_symtab_line_mapping_add_impl): Likewise.
2333         (finalize_symtab): Likewise.
2334         (jit_unwind_reg_get_impl): Likewise.
2335         * jv-exp.y (QualifiedName): Likewise.
2336         * jv-lang.c (get_java_utf8_name): Likewise.
2337         (type_from_class): Likewise.
2338         (java_demangle_type_signature): Likewise.
2339         (java_class_name_from_physname): Likewise.
2340         * jv-typeprint.c (java_type_print_base): Likewise.
2341         * jv-valprint.c (java_value_print): Likewise.
2342         * language.c (add_language): Likewise.
2343         * linespec.c (add_sal_to_sals_basic): Likewise.
2344         (add_sal_to_sals): Likewise.
2345         (decode_objc): Likewise.
2346         (find_linespec_symbols): Likewise.
2347         * linux-fork.c (fork_save_infrun_state): Likewise.
2348         * linux-nat.c (linux_nat_detach): Likewise.
2349         (linux_nat_fileio_readlink): Likewise.
2350         * linux-record.c (record_linux_sockaddr): Likewise.
2351         (record_linux_msghdr): Likewise.
2352         (Do): Likewise.
2353         * linux-tdep.c (linux_core_info_proc_mappings): Likewise.
2354         (linux_collect_regset_section_cb): Likewise.
2355         (linux_get_siginfo_data): Likewise.
2356         * linux-thread-db.c (try_thread_db_load_from_pdir_1): Likewise.
2357         (try_thread_db_load_from_dir): Likewise.
2358         (thread_db_load_search): Likewise.
2359         (info_auto_load_libthread_db): Likewise.
2360         * m32c-tdep.c (m32c_m16c_address_to_pointer): Likewise.
2361         (m32c_m16c_pointer_to_address): Likewise.
2362         * m68hc11-tdep.c (m68hc11_pseudo_register_write): Likewise.
2363         * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
2364         * machoread.c (macho_check_dsym): Likewise.
2365         * macroexp.c (resize_buffer): Likewise.
2366         (gather_arguments): Likewise.
2367         (maybe_expand): Likewise.
2368         * macrotab.c (new_macro_key): Likewise.
2369         (new_source_file): Likewise.
2370         (new_macro_definition): Likewise.
2371         * mdebugread.c (parse_symbol): Likewise.
2372         (parse_type): Likewise.
2373         (parse_partial_symbols): Likewise.
2374         (psymtab_to_symtab_1): Likewise.
2375         * mem-break.c (default_memory_insert_breakpoint): Likewise.
2376         * mi/mi-cmd-break.c (mi_argv_to_format): Likewise.
2377         * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
2378         (mi_cmd_data_read_memory_bytes): Likewise.
2379         (mi_cmd_data_write_memory_bytes): Likewise.
2380         (mi_cmd_trace_frame_collected): Likewise.
2381         * mi/mi-parse.c (mi_parse_argv): Likewise.
2382         (mi_parse): Likewise.
2383         * minidebug.c (lzma_open): Likewise.
2384         (lzma_pread): Likewise.
2385         * mips-tdep.c (mips_read_fp_register_single): Likewise.
2386         (mips_print_fp_register): Likewise.
2387         * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Likewise.
2388         * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
2389         * mt-tdep.c (mt_register_name): Likewise.
2390         (mt_registers_info): Likewise.
2391         (mt_push_dummy_call): Likewise.
2392         * namespace.c (add_using_directive): Likewise.
2393         * nat/linux-btrace.c (perf_event_read): Likewise.
2394         (linux_enable_bts): Likewise.
2395         * nat/linux-osdata.c (linux_common_core_of_thread): Likewise.
2396         * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Likewise.
2397         * nto-tdep.c (nto_find_and_open_solib): Likewise.
2398         (nto_parse_redirection): Likewise.
2399         * objc-lang.c (objc_demangle): Likewise.
2400         (find_methods): Likewise.
2401         * objfiles.c (get_objfile_bfd_data): Likewise.
2402         (set_objfile_main_name): Likewise.
2403         (allocate_objfile): Likewise.
2404         (objfile_relocate): Likewise.
2405         (update_section_map): Likewise.
2406         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
2407         * p-exp.y (exp): Likewise.
2408         (yylex): Likewise.
2409         * p-valprint.c (pascal_object_print_value): Likewise.
2410         * parse.c (initialize_expout): Likewise.
2411         (mark_completion_tag): Likewise.
2412         (copy_name): Likewise.
2413         (parse_float): Likewise.
2414         (type_stack_reserve): Likewise.
2415         * ppc-linux-tdep.c (ppc_stap_parse_special_token): Likewise.
2416         (ppu2spu_prev_register): Likewise.
2417         * ppc-ravenscar-thread.c (supply_register_at_address): Likewise.
2418         * printcmd.c (printf_wide_c_string): Likewise.
2419         (printf_pointer): Likewise.
2420         * probe.c (parse_probes): Likewise.
2421         * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
2422         (cmdpy_init): Likewise.
2423         * python/py-gdb-readline.c (gdbpy_readline_wrapper): Likewise.
2424         * python/py-symtab.c (set_sal): Likewise.
2425         * python/py-unwind.c (pyuw_sniffer): Likewise.
2426         * python/python.c (python_interactive_command): Likewise.
2427         (compute_python_string): Likewise.
2428         * ravenscar-thread.c (get_running_thread_id): Likewise.
2429         * record-full.c (record_full_exec_insn): Likewise.
2430         (record_full_core_open_1): Likewise.
2431         * regcache.c (regcache_raw_read_signed): Likewise.
2432         (regcache_raw_read_unsigned): Likewise.
2433         (regcache_cooked_read_signed): Likewise.
2434         (regcache_cooked_read_unsigned): Likewise.
2435         * remote-fileio.c (remote_fileio_func_open): Likewise.
2436         (remote_fileio_func_rename): Likewise.
2437         (remote_fileio_func_unlink): Likewise.
2438         (remote_fileio_func_stat): Likewise.
2439         (remote_fileio_func_system): Likewise.
2440         * remote-mips.c (mips_xfer_memory): Likewise.
2441         (mips_load_srec): Likewise.
2442         (pmon_end_download): Likewise.
2443         * remote.c (new_remote_state): Likewise.
2444         (map_regcache_remote_table): Likewise.
2445         (remote_register_number_and_offset): Likewise.
2446         (init_remote_state): Likewise.
2447         (get_memory_packet_size): Likewise.
2448         (remote_pass_signals): Likewise.
2449         (remote_program_signals): Likewise.
2450         (remote_start_remote): Likewise.
2451         (remote_check_symbols): Likewise.
2452         (remote_query_supported): Likewise.
2453         (extended_remote_attach): Likewise.
2454         (process_g_packet): Likewise.
2455         (store_registers_using_G): Likewise.
2456         (putpkt_binary): Likewise.
2457         (read_frame): Likewise.
2458         (compare_sections_command): Likewise.
2459         (remote_hostio_pread): Likewise.
2460         (remote_hostio_readlink): Likewise.
2461         (remote_file_put): Likewise.
2462         (remote_file_get): Likewise.
2463         (remote_pid_to_exec_file): Likewise.
2464         (_initialize_remote): Likewise.
2465         * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
2466         (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
2467         * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise.
2468         (bfd_uses_spe_extensions): Likewise.
2469         * s390-linux-tdep.c (s390_displaced_step_copy_insn): Likewise.
2470         * score-tdep.c (score7_malloc_and_get_memblock): Likewise.
2471         * solib-dsbt.c (decode_loadmap): Likewise.
2472         (fetch_loadmap): Likewise.
2473         (scan_dyntag): Likewise.
2474         (enable_break): Likewise.
2475         (dsbt_relocate_main_executable): Likewise.
2476         * solib-frv.c (fetch_loadmap): Likewise.
2477         (enable_break2): Likewise.
2478         (frv_relocate_main_executable): Likewise.
2479         * solib-spu.c (spu_relocate_main_executable): Likewise.
2480         (spu_bfd_open): Likewise.
2481         * solib-svr4.c (lm_info_read): Likewise.
2482         (read_program_header): Likewise.
2483         (find_program_interpreter): Likewise.
2484         (scan_dyntag): Likewise.
2485         (elf_locate_base): Likewise.
2486         (open_symbol_file_object): Likewise.
2487         (read_program_headers_from_bfd): Likewise.
2488         (svr4_relocate_main_executable): Likewise.
2489         * solib-target.c (solib_target_relocate_section_addresses): Likewise.
2490         * solib.c (solib_find_1): Likewise.
2491         (exec_file_find): Likewise.
2492         (solib_find): Likewise.
2493         * source.c (openp): Likewise.
2494         (print_source_lines_base): Likewise.
2495         (forward_search_command): Likewise.
2496         * sparc-ravenscar-thread.c (supply_register_at_address): Likewise.
2497         * spu-tdep.c (spu2ppu_prev_register): Likewise.
2498         (spu_get_overlay_table): Likewise.
2499         * stabsread.c (patch_block_stabs): Likewise.
2500         (define_symbol): Likewise.
2501         (again:): Likewise.
2502         (read_member_functions): Likewise.
2503         (read_one_struct_field): Likewise.
2504         (read_enum_type): Likewise.
2505         (common_block_start): Likewise.
2506         * stack.c (read_frame_arg): Likewise.
2507         (backtrace_command): Likewise.
2508         * stap-probe.c (stap_parse_register_operand): Likewise.
2509         * symfile.c (syms_from_objfile_1): Likewise.
2510         (find_separate_debug_file): Likewise.
2511         (load_command): Likewise.
2512         (load_progress): Likewise.
2513         (load_section_callback): Likewise.
2514         (reread_symbols): Likewise.
2515         (add_filename_language): Likewise.
2516         (allocate_compunit_symtab): Likewise.
2517         (read_target_long_array): Likewise.
2518         (simple_read_overlay_table): Likewise.
2519         * symtab.c (symbol_set_names): Likewise.
2520         (resize_symbol_cache): Likewise.
2521         (rbreak_command): Likewise.
2522         (completion_list_add_name): Likewise.
2523         (completion_list_objc_symbol): Likewise.
2524         (add_filename_to_list): Likewise.
2525         * target-descriptions.c (maint_print_c_tdesc_cmd): Likewise.
2526         * target-memory.c (target_write_memory_blocks): Likewise.
2527         * target.c (target_read_string): Likewise.
2528         (read_whatever_is_readable): Likewise.
2529         (target_read_alloc_1): Likewise.
2530         (simple_search_memory): Likewise.
2531         (target_fileio_read_alloc_1): Likewise.
2532         * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
2533         * top.c (command_line_input): Likewise.
2534         * tracefile-tfile.c (tfile_fetch_registers): Likewise.
2535         * tracefile.c (tracefile_fetch_registers): Likewise.
2536         * tracepoint.c (add_memrange): Likewise.
2537         (init_collection_list): Likewise.
2538         (add_aexpr): Likewise.
2539         (trace_dump_actions): Likewise.
2540         (parse_trace_status): Likewise.
2541         (parse_tracepoint_definition): Likewise.
2542         (parse_tsv_definition): Likewise.
2543         (parse_static_tracepoint_marker_definition): Likewise.
2544         * tui/tui-file.c (tui_sfileopen): Likewise.
2545         (tui_file_adjust_strbuf): Likewise.
2546         * tui/tui-io.c (tui_expand_tabs): Likewise.
2547         * tui/tui-source.c (tui_set_source_content): Likewise.
2548         * typeprint.c (find_global_typedef): Likewise.
2549         * ui-file.c (do_ui_file_xstrdup): Likewise.
2550         (ui_file_obsavestring): Likewise.
2551         (mem_file_write): Likewise.
2552         * utils.c (make_hex_string): Likewise.
2553         (get_regcomp_error): Likewise.
2554         (puts_filtered_tabular): Likewise.
2555         (gdb_realpath_keepfile): Likewise.
2556         (ldirname): Likewise.
2557         (gdb_bfd_errmsg): Likewise.
2558         (substitute_path_component): Likewise.
2559         * valops.c (search_struct_method): Likewise.
2560         (find_oload_champ_namespace_loop): Likewise.
2561         * valprint.c (print_decimal_chars): Likewise.
2562         (read_string): Likewise.
2563         (generic_emit_char): Likewise.
2564         * varobj.c (varobj_delete): Likewise.
2565         (varobj_value_get_print_value): Likewise.
2566         * vaxobsd-tdep.c (vaxobsd_sigtramp_sniffer): Likewise.
2567         * windows-tdep.c (display_one_tib): Likewise.
2568         * xcoffread.c (read_xcoff_symtab): Likewise.
2569         (process_xcoff_symbol): Likewise.
2570         (swap_sym): Likewise.
2571         (scan_xcoff_symtab): Likewise.
2572         (xcoff_initial_scan): Likewise.
2573         * xml-support.c (gdb_xml_end_element): Likewise.
2574         (xml_process_xincludes): Likewise.
2575         (xml_fetch_content_from_file): Likewise.
2576         * xml-syscall.c (xml_list_of_syscalls): Likewise.
2577         * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
2578
2579 2015-09-23  James Bowman  <james.bowman@ftdichip.com>
2580
2581         * ft32-tdep.c (ft32_register_type): Return gdbarch_tdep (gdbarch)->pc_type
2582         instead of builtin_func_ptr.
2583         (ft32_pointer_to_address): New function.
2584         (ft32_address_class_type_flags): New function.
2585         (ft32_address_class_type_flags_to_name): New function.
2586         (ft32_address_class_name_to_type_flags): New function.
2587         (ft32_gdbarch_init): Set tdep->pc_type.  Call
2588         set_gdbarch_pointer_to_address,
2589         set_gdbarch_address_class_type_flags
2590         set_gdbarch_address_class_name_to_type_flags,
2591         and set_gdbarch_address_class_type_flags_to_name.
2592         * ft32-tdep.h (struct gdbarch_tdep) <pc_type>: New field.
2593
2594 2015-09-23  Pierre-Marie de Rodat  <derodat@adacore.com>
2595
2596         * ada-lang.c (ada_evaluate_subexp) <OP_FUNCALL>: When the input
2597         value is a reference, actually dereference it in order to get
2598         the underlying value.
2599
2600 2015-09-22  Simon Marchi  <simon.marchi@ericsson.com>
2601
2602         * stap-probe.c (handle_stap_probe): Remove unnecessary cast.
2603
2604 2015-09-21  Simon Marchi  <simon.marchi@ericsson.com>
2605
2606         * cli/cli-setshow.c (cmd_show_list): Constify a variable.
2607         * linespec.c (linespec_lexer_lex_string): Same.
2608
2609 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
2610
2611         * NEWS: Mention support for fast tracepoints on aarch64-linux.
2612
2613 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
2614
2615         * aarch64-tdep.c (aarch64_analyze_prologue): New is_adrp
2616         variable.  Call aarch64_decode_adr instead of
2617         aarch64_decode_adrp.
2618         * arch/aarch64-insn.h (aarch64_decode_adrp): Delete.
2619         (aarch64_decode_adr): New function declaration.
2620         * arch/aarch64-insn.c (aarch64_decode_adrp): Delete.
2621         (aarch64_decode_adr): New function, factored out from
2622         aarch64_decode_adrp to decode both adr and adrp instructions.
2623
2624 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
2625
2626         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-insn.o.
2627         (HFILES_NO_SRCDIR): Add arch/aarch64-insn.h.
2628         (aarch64-insn.o): New rule.
2629         * configure.tgt (aarch64*-*-elf): Add aarch64-insn.o.
2630         (aarch64*-*-linux*): Likewise.
2631         * arch/aarch64-insn.c: New file.
2632         * arch/aarch64-insn.h: New file.
2633         * aarch64-tdep.c: Include arch/aarch64-insn.h.
2634         (aarch64_debug): Move to arch/aarch64-insn.c.  Declare in
2635         arch/aarch64-insn.h.
2636         (decode_add_sub_imm): Rename to ...
2637         (aarch64_decode_add_sub_imm): ... this.
2638         (decode_adrp): Rename to ...
2639         (aarch64_decode_adrp): ... this.  Move to arch/aarch64-insn.c.
2640         Declare in arch/aarch64-insn.h.
2641         (decode_b): Rename to ...
2642         (aarch64_decode_b): ... this.  Move to arch/aarch64-insn.c.
2643         Declare in arch/aarch64-insn.h.
2644         (decode_bcond): Rename to ...
2645         (aarch64_decode_bcond): ... this.  Move to arch/aarch64-insn.c.
2646         Declare in arch/aarch64-insn.h.
2647         (decode_br): Rename to ...
2648         (aarch64_decode_br): ... this.
2649         (decode_cb): Rename to ...
2650         (aarch64_decode_cb): ... this.  Move to arch/aarch64-insn.c.
2651         Declare in arch/aarch64-insn.h.
2652         (decode_eret): Rename to ...
2653         (aarch64_decode_eret): ... this.
2654         (decode_movz): Rename to ...
2655         (aarch64_decode_movz): ... this.
2656         (decode_orr_shifted_register_x): Rename to ...
2657         (aarch64_decode_orr_shifted_register_x): ... this.
2658         (decode_ret): Rename to ...
2659         (aarch64_decode_ret): ... this.
2660         (decode_stp_offset): Rename to ...
2661         (aarch64_decode_stp_offset): ... this.
2662         (decode_stp_offset_wb): Rename to ...
2663         (aarch64_decode_stp_offset_wb): ... this.
2664         (decode_stur): Rename to ...
2665         (aarch64_decode_stur): ... this.
2666         (decode_tb): Rename to ...
2667         (aarch64_decode_tb): ... this.  Move to arch/aarch64-insn.c.
2668         Declare in arch/aarch64-insn.h.
2669         (aarch64_analyze_prologue): Adjust calls to renamed functions.
2670
2671 2015-09-20  Doug Evans  <xdje42@gmail.com>
2672
2673         * dwarf2read.c (add_partial_symbol): Remove outdated comments.
2674
2675 2015-09-20  Doug Evans  <xdje42@gmail.com>
2676
2677         * dwarf2read.c (dwarf2_compute_name): Add FIXME.  Don't use a local
2678         variable name that collides with a parameter.
2679
2680 2015-09-20  Joel Brobecker  <brobecker@adacore.com>
2681
2682         * dwarf2loc.c (locexpr_get_frame_base): Renames
2683         block_op_get_frame_base.
2684         (dwarf2_block_frame_base_locexpr_funcs): Replace reference to
2685         block_op_get_frame_base by reference to locexpr_get_frame_base.
2686         (loclist_get_frame_base): New function, near identical copy of
2687         locexpr_get_frame_base.
2688         (dwarf2_block_frame_base_loclist_funcs): Replace reference to
2689         block_op_get_frame_base by reference to loclist_get_frame_base.
2690
2691 2015-09-19  Doug Evans  <xdje42@gmail.com>
2692
2693         * ravenscar-thread.c (ravenscar_inferior_created): Replace
2694         current_inferior ()->gdbarch with its wrapper target_gdbarch.
2695
2696 2015-09-18  Doug Evans  <xdje42@gmail.com>
2697
2698         * linux-thread-db.c (record_thread): Return the created thread.
2699         (thread_from_lwp): Likewise.
2700         (thread_db_get_thread_local_address): Update.
2701
2702 2015-09-18  Doug Evans  <xdje42@gmail.com>
2703
2704         * symtab.h (general_symbol_info) <mangled_lang>: Delete struct,
2705         move only member demangled_name up.  All uses updated.
2706
2707 2015-09-18  Doug Evans  <xdje42@gmail.com>
2708
2709         * findvar.c (default_read_var_value) <LOC_UNRESOLVED>: Include the
2710         kind of minimal symbol in the error message.
2711         * objfiles.c (objfile_flavour_name): New function.
2712         * objfiles.h (objfile_flavour_name): Declare.
2713
2714 2015-09-18  Yao Qi  <yao.qi@linaro.org>
2715
2716         * nat/aarch64-linux.c: Include elf/common.h,
2717         nat/gdb_ptrace.h, asm/ptrace.h and sys/uio.h.
2718         (aarch64_ps_get_thread_area): New function.
2719         * nat/aarch64-linux.h: Include gdb_proc_service.h.
2720         (aarch64_ps_get_thread_area): Declare.
2721         * aarch64-linux-nat.c (ps_get_thread_area): Call
2722         aarch64_ps_get_thread_area.
2723
2724 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2725
2726         * record-btrace.c (record_btrace_resume): Honour scheduler-locking.
2727
2728 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2729
2730         * NEWS: Announce new scheduler-locking mode.
2731         * infrun.c (schedlock_replay): New.
2732         (scheduler_enums): Add schedlock_replay.
2733         (scheduler_mode): Change default to schedlock_replay.
2734         (user_visible_resume_ptid): Handle schedlock_replay.
2735         (clear_proceed_status_thread): Stop replaying if resumed thread is
2736         not replaying.
2737         (schedlock_applies): Handle schedlock_replay.
2738         (_initialize_infrun): Document new scheduler-locking mode.
2739         * record-btrace.c (record_btrace_resume): Remove code to stop other
2740         threads when not replaying the resumed thread.
2741
2742 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2743
2744         * record-btrace.c ((record_btrace_will_replay): New.
2745         (init_record_btrace_ops): Initialize to_record_will_replay.
2746         * record-full.c ((record_full_will_replay): New.
2747         (init_record_full_ops): Initialize to_record_will_replay.
2748         * target-delegates.c: Regenerated.
2749         * target.c (target_record_will_replay): New.
2750         * target.h (struct target_ops) <to_record_will_replay>: New.
2751         (target_record_will_replay): New.
2752
2753 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2754
2755         * record-btrace.c (record_btrace_resume): Call
2756         target_record_stop_replaying.
2757         (record_btrace_stop_replaying_all): New.
2758         (init_record_btrace_ops): Initialize to_record_stop_replaying.
2759         * record-full.c (record_full_stop_replaying): New.
2760         (init_record_full_ops ): Initialize to_record_stop_replaying.
2761         * target-delegates.c: Regenerated.
2762         * target.c (target_record_stop_replaying): New.
2763         * target.h (struct target_ops) <to_record_stop_replaying>: New.
2764         (target_record_stop_replaying): New.
2765
2766 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2767
2768         * record-btrace.c (record_btrace_xfer_partial)
2769         (record_btrace_store_registers, record_btrace_prepare_to_store):
2770         Call record_btrace_is_replaying with inferior_ptid instead of
2771         minus_one_ptid.
2772         (record_btrace_store_registers): Change error message.
2773
2774 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2775
2776         * record-btrace.c (record_btrace_is_replaying): Add ptid argument.
2777         Update users to pass minus_one_ptid.
2778         * record-full.c (record_full_is_replaying): Add ptid argument (ignored).
2779         * record.c (cmd_record_delete): Pass inferior_ptid to
2780         target_record_is_replaying.
2781         * target-delegates.c: Regenerated.
2782         * target.c (target_record_is_replaying): Add ptid argument.
2783         * target.h (struct target_ops) <to_record_is_replaying>: Add ptid
2784         argument.
2785         (target_record_is_replaying): Add ptid argument.
2786
2787 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2788
2789         * record-btrace.c (record_btrace_open): Remove non_stop check.
2790         * NEWS: Announce that record btrace supports non-stop mode.
2791
2792 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2793
2794         * infrun.c (handle_inferior_event_1): Switch to the eventing thread
2795         in the TARKET_WAITKIND_NO_HISTORY case.
2796
2797 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2798
2799         * record-btrace.c (record_btrace_maybe_mark_async_event): New.
2800         (record_btrace_wait): Call record_btrace_maybe_mark_async_event.
2801
2802 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2803
2804         * record-btrace.c (get_thread_current_frame): New.
2805         (record_btrace_start_replaying): Call get_thread_current_frame.
2806
2807 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2808
2809         * record-btrace.c (record_btrace_resume_thread): A move request
2810         overwrites a previous move request.
2811         (record_btrace_find_resume_thread): Removed.
2812         (record_btrace_resume): Resume all requested threads.
2813
2814 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2815
2816         * record-btrace.c: Include vec.h.
2817         (record_btrace_find_thread_to_move): Removed.
2818         (btrace_step_no_resumed, btrace_step_again)
2819         (record_btrace_stop_replaying_at_end): New.
2820         (record_btrace_cancel_resume): Call record_btrace_stop_replaying_at_end.
2821         (record_btrace_single_step_forward): Remove calls to
2822         record_btrace_stop_replaying.
2823         (record_btrace_step_thread): Do only one step for BTHR_CONT and
2824         BTHR_RCONT.  Keep threads at the end of their history moving.
2825         (record_btrace_wait): Call record_btrace_step_thread for all threads
2826         until one reports an event.  Call record_btrace_stop_replaying_at_end
2827         for the eventing thread.
2828
2829 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2830
2831         * record-btrace.c (record_btrace_single_step_forward): Return
2832         NO_HISTORY if a step brings us to the end of the execution history.
2833
2834 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2835
2836         * record-btrace.c (record_btrace_step_thread): Move breakpoint check
2837         to ...
2838         (record_btrace_single_step_forward): ... here and
2839         (record_btrace_single_step_backward): ... here.
2840
2841 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2842
2843         * record-btrace.c (btrace_step_spurious)
2844         (record_btrace_single_step_forward)
2845         (record_btrace_single_step_backward): New.
2846         (record_btrace_step_thread): Call record_btrace_single_step_forward
2847         and record_btrace_single_step_backward.
2848
2849 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2850
2851         * record-btrace.c (record_btrace_replay_at_breakpoint): New.
2852         (record_btrace_step_thread): Call record_btrace_replay_at_breakpoint.
2853
2854 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2855
2856         * record-btrace.c (btrace_thread_flag_to_str)
2857         (record_btrace_cancel_resume): New.
2858         (record_btrace_step_thread): Call btrace_thread_flag_to_str.
2859         (record_btrace_resume): Print execution direction.
2860         (record_btrace_resume_thread): Call btrace_thread_flag_to_str.
2861         (record_btrace_wait): Call record_btrace_cancel_resume.
2862
2863 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2864
2865         * btrace.h (enum btrace_thread_flag) <BTHR_STOP>: New.
2866         * record-btrace (record_btrace_resume_thread): Clear BTHR_STOP.
2867         (record_btrace_find_thread_to_move): Also accept threads that have
2868         BTHR_STOP set.
2869         (btrace_step_stopped_on_request, record_btrace_stop): New.
2870         (record_btrace_step_thread): Support BTHR_STOP.
2871         (record_btrace_wait): Also clear BTHR_STOP when stopping other threads.
2872         (init_record_btrace_ops): Initialize to_stop.
2873
2874 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2875
2876         * record-btrace.c (record_btrace_wait): Replace non_stop check with
2877         target_is_non_stop_p ().
2878
2879 2015-09-15  Pierre-Marie de Rodat  <derodat@adacore.com>
2880
2881         * ada-typeprint.c (print_array_type): Do not describe arrays as
2882         packed when they embed dynamic elements.
2883
2884 2015-09-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2885
2886         * symtab.h (address_class): Document that TLS variables
2887         are handled by LOC_UNRESOLVED.
2888         * findvar.c (default_read_var_value): Don't relocate TLS variables.
2889         * printcmd.c (address_info): Don't relocate TLS variables.
2890
2891 2015-09-15  Pierre Langlois  <pierre.langlois@arm.com>
2892
2893         * aarch64-tdep.c (decode_add_sub_imm): Use debug_printf.
2894         (decode_adrp): Likewise.
2895         (decode_b): Likewise.
2896         (decode_bcond): Likewise.
2897         (decode_br): Likewise.
2898         (decode_cb): Likewise.
2899         (decode_eret): Likewise.
2900         (decode_movz): Likewise.
2901         (decode_orr_shifted_register_x): Likewise.
2902         (decode_ret): Likewise.
2903         (decode_stp_offset): Likewise.
2904         (decode_stp_offset_wb): Likewise.
2905         (decode_stur): Likewise.
2906         (decode_tb): Likewise.
2907         (aarch64_analyze_prologue): Likewise.
2908         (pass_in_x): Likewise.
2909         (pass_in_v): Likewise.
2910         (pass_on_stack): Likewise.
2911         (aarch64_push_dummy_call): Likewise.
2912         (aarch64_extract_return_value): Likewise.
2913         (aarch64_store_return_value): Likewise.
2914         (aarch64_return_value): Likewise.
2915         (aarch64_record_asimd_load_store): Likewise.
2916         (aarch64_record_load_store): Likewise.
2917         (aarch64_record_data_proc_simd_fp): Likewise.
2918
2919 2015-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
2920
2921         * linespec.c (minsym_found): Call gdbarch_skip_entrypoint.
2922         * ppc64-tdep.c (ppc64_skip_trampoline_code): Rename to ...
2923         (ppc64_skip_trampoline_code_1): ... here.
2924         (ppc64_skip_trampoline_code): New wrapper function.
2925         * symtab.c (find_function_start_sal): Call gdbarch_skip_entrypoint.
2926
2927 2015-09-15  Yao Qi  <yao.qi@linaro.org>
2928
2929         * aarch64-linux-nat.c (aarch64_linux_can_do_single_step): New
2930         function.
2931         (_initialize_aarch64_linux_nat): Install it to to_can_do_single_step.
2932         * arm-linux-tdep.c (arm_linux_software_single_step): Return 0
2933         if target_can_do_single_step returns 1.
2934         * remote.c (struct vCont_action_support) <s, S>: New fields.
2935         (PACKET_vContSupported): New enum.
2936         (remote_protocol_features): New element for vContSupported.
2937         (remote_query_supported): Append "vContSupported+".
2938         (remote_vcont_probe): Remove support_s and support_S, use
2939         rs->supports_vCont.s and rs->supports_vCont.S instead.  Disable
2940         vCont packet if c and C actions are not supported.
2941         (remote_can_do_single_step): New function.
2942         (init_remote_ops): Install it to to_can_do_single_step.
2943         (_initialize_remote): Call add_packet_config_cmd.
2944         * target.h (struct target_ops) <to_can_do_single_step>: New field.
2945         (target_can_do_single_step): New macro.
2946         * target-delegates.c: Re-generated.
2947
2948 2015-09-15  Yao Qi  <yao.qi@linaro.org>
2949
2950         * aarch64-linux-nat.c (aarch64_linux_siginfo_fixup): New function.
2951         (_initialize_aarch64_linux_nat): Call linux_nat_set_siginfo_fixup.
2952         * nat/aarch64-linux.c (aarch64_compat_siginfo_from_siginfo):
2953         New function.
2954         (aarch64_siginfo_from_compat_siginfo): New function.
2955         * nat/aarch64-linux.h: Include signal.h.
2956         (compat_int_t, compat_uptr_t, compat_time_t): Typedef.
2957         (compat_timer_t, compat_clock_t): Likewise.
2958         (struct compat_timeval): New.
2959         (union compat_sigval): New.
2960         (struct compat_siginfo): New.
2961         (cpt_si_pid, cpt_si_uid, cpt_si_timerid): New macros.
2962         (cpt_si_overrun, cpt_si_status, cpt_si_utime): Likewise.
2963         (cpt_si_stime, cpt_si_ptr, cpt_si_addr): Likewise.
2964         (cpt_si_band, cpt_si_fd): Likewise.
2965
2966 2015-09-14  Pedro Alves  <palves@redhat.com>
2967
2968         * infrun.c (current_stop_id): New global.
2969         (get_stop_id, new_stop_id): New functions.
2970         (fetch_inferior_event): Handle normal_stop proceeding the target.
2971         (struct stop_context): New.
2972         (save_stop_context, release_stop_context_cleanup)
2973         (stop_context_changed): New functions.
2974         (normal_stop): Return true if the hook-stop changes the stop
2975         context.
2976         * infrun.h (get_stop_id): Declare.
2977         (normal_stop): Now returns int.  Add documentation.
2978
2979 2015-09-14  Pierre-Marie de Rodat  <derodat@adacore.com>
2980
2981         * ada-lang.c (ada_value_ptr_subscript): Update the heading
2982         comment.  Handle packed arrays.
2983
2984 2015-09-14  Pedro Alves  <palves@redhat.com>
2985
2986         * NEWS (Changes in GDB 7.10, New commands>: Remove duplicate
2987         mention of maint set/show target-non-stop.
2988
2989 2015-09-11  Don Breazeal  <donb@codesourcery.com>
2990
2991         * NEWS: Announce new remote packets for the exec-events
2992         feature and the exec-events feature and associated commands.
2993
2994 2015-09-11  Don Breazeal  <donb@codesourcery.com>
2995
2996         * remote.c (remote_exec_event_p): New function.
2997         (remote_insert_exec_catchpoint): New function.
2998         (remote_remove_exec_catchpoint): New function.
2999         (init_extended_remote_ops): Initialize extended_remote_ops
3000         members to_insert_exec_catchpoint and
3001         to_remove_exec_catchpoint.
3002
3003 2015-09-11  Don Breazeal  <donb@codesourcery.com>
3004             Luis Machado  <lgustavo@codesourcery.com>
3005
3006         * infrun.c (follow_exec): Use process-style ptid for
3007         exec message.  Call add_inferior_with_spaces and
3008         target_follow_exec.
3009         * nat/linux-ptrace.c (linux_supports_traceexec): New function.
3010         * nat/linux-ptrace.h (linux_supports_traceexec): Declare.
3011         * remote.c (remote_pspace_data): New static variable.
3012         (remote_pspace_data_cleanup): New function.
3013         (get_remote_exec_file): New function.
3014         (set_remote_exec_file_1): New function.
3015         (set_remote_exec_file): New function.
3016         (show_remote_exec_file): New function.
3017         (remote_exec_file): Delete static variable.
3018         (anonymous enum) <PACKET_exec_event_feature>: New
3019         enumeration constant.
3020         (remote_protocol_features): Add entry for exec-events feature.
3021         (remote_query_supported): Add client side of qSupported query
3022         for exec-events feature.
3023         (remote_follow_exec): New function.
3024         (remote_parse_stop_reply): Handle 'exec' stop reason.
3025         (extended_remote_run, extended_remote_create_inferior): Call
3026         get_remote_exec_file and set_remote_exec_file_1.
3027         (init_extended_remote_ops) <to_follow_exec>: Initialize new
3028         member.
3029         (_initialize_remote): Call
3030         register_program_space_data_with_cleanup.  Call
3031         add_packet_config_cmd for remote exec-events feature.
3032         Modify call to add_setshow_string_noescape_cmd for exec-file
3033         to use new functions set_remote_exec_file and
3034         show_remote_exec_file.
3035         * target-debug.h, target-delegates.c: Regenerated.
3036         * target.c (target_follow_exec): New function.
3037         * target.h (struct target_ops) <to_follow_exec>: New member.
3038         (target_follow_exec): Declare new function.
3039
3040 2015-09-11  Pierre Langlois  <pierre.langlois@arm.com>
3041
3042         * aarch64-tdep.c (decode_cb): Move up comment describing the
3043         encoding.
3044         (decode_tb): Fix a typo in comment above the function.  Move up
3045         comment describing the encoding.
3046
3047 2015-09-11  Pierre Langlois  <pierre.langlois@arm.com>
3048
3049         * aarch64-tdep.c (decode_bcond): Fix incorrect mask.
3050
3051 2015-09-11  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
3052
3053         PR gdb/18947
3054         * aarch64-linux-tdep.c: (aarch64_linux_init_abi): Install
3055         glibc_skip_solib_resolver as gdbarch_skip_solib_resolver callback.
3056
3057 2015-09-10  Simon Marchi  <simon.marchi@ericsson.com>
3058
3059         * ada-lang.c (scan_discrim_bound): Factor out arithmetic
3060         operations.
3061
3062 2015-09-10  Simon Marchi  <simon.marchi@ericsson.com>
3063
3064         * ada-lang.c (ada_search_struct_field): Constify parameters
3065         and/or variables..
3066         (xget_renaming_scope): Likewise.
3067         (ada_is_redundant_range_encoding): Likewise.
3068         (scan_discrim_bound): Likewise.
3069         (to_fixed_range_type): Likewise.
3070
3071 2015-09-10  Yao Qi  <yao.qi@linaro.org>
3072
3073         * breakpoint.c (download_tracepoint_locations): New local
3074         can_download_tracepoint.  Check the result of
3075         target_can_download_tracepoint and save it in
3076         can_download_tracepoint if there are tracepoints to download.
3077         * linux-nat.h (enum tribool): Move it to ...
3078         * common/common-types.h: ... here.
3079
3080 2015-09-09  Pedro Alves  <palves@redhat.com>
3081
3082         * inf-loop.c (inferior_event_handler): Delete INF_TIMER case.
3083         * target.h (enum inferior_event_type) <INF_TIMER>: Delete.
3084
3085 2015-09-09  Pedro Alves  <palves@redhat.com>
3086
3087         * continuations.c (add_continuation, restore_thread_cleanup)
3088         (do_all_continuations_ptid, do_all_continuations_thread_callback)
3089         (do_all_continuations_thread, do_all_continuations)
3090         (discard_all_continuations_thread_callback)
3091         (discard_all_continuations_thread, discard_all_continuations)
3092         (add_intermediate_continuation)
3093         (do_all_intermediate_continuations_thread_callback)
3094         (do_all_intermediate_continuations_thread)
3095         (do_all_intermediate_continuations)
3096         (discard_all_intermediate_continuations_thread_callback)
3097         (discard_all_intermediate_continuations_thread)
3098         (discard_all_intermediate_continuations): Delete.
3099         * continuations.h (add_continuation, do_all_continuations)
3100         (do_all_continuations_thread, discard_all_continuations)
3101         (discard_all_continuations_thread, add_intermediate_continuation)
3102         (do_all_intermediate_continuations)
3103         (do_all_intermediate_continuations_thread)
3104         (discard_all_intermediate_continuations)
3105         (discard_all_intermediate_continuations_thread): Delete
3106         declarations.
3107         * event-top.c (stdin_event_handler): Delete references to
3108         continuations.
3109         * gdbthread.h (struct thread_info): Delete continuations and
3110         intermediate_continuations fields.
3111         * inf-loop.c (inferior_event_handler): Remove references to
3112         continuations.
3113         * infrun.c (infrun_thread_stop_requested_callback): Remove
3114         references to continuations.
3115         * target.h (enum inferior_event_type) <INF_EXEC_CONTINUE>: Delete.
3116         * thread.c: Don't include "continuations.h".
3117         (clear_thread_inferior_resources): Remove references to
3118         continuations.
3119
3120 2015-09-09  Pedro Alves  <palves@redhat.com>
3121
3122         * infcall.c (struct dummy_frame_context_saver): Delete.
3123         (dummy_frame_context_saver_free, dummy_frame_context_saver_dtor)
3124         (dummy_frame_context_saver_drop)
3125         (dummy_frame_context_saver_cleanup)
3126         (dummy_frame_context_saver_get_regs)
3127         (dummy_frame_context_saver_setup): Delete.
3128         * infcall.h (dummy_frame_context_saver_drop)
3129         (dummy_frame_context_saver_cleanup)
3130         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver):
3131         Delete.
3132         (get_return_value): Remove 'ctx_saver' paremeter.  Adjust.
3133         * inferior.h (get_return_value): Remove 'ctx_saver' paremeter.
3134         * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Adjust.
3135
3136 2015-09-09  Pedro Alves  <palves@redhat.com>
3137
3138         * breakpoint.c: Include "thread-fsm.h".
3139         (struct until_break_command_continuation_args): Delete.
3140         (struct until_break_fsm): New.
3141         (until_break_fsm_ops): New global.
3142         (new_until_break_fsm, until_break_fsm_should_stop): New functions.
3143         (until_break_command_continuation): Delete.
3144         (until_break_fsm_clean_up): New function.
3145         (until_break_fsm_async_reply_reason): New function.
3146         (until_break_command): Adjust to create an until_break_fsm instead
3147         of a continuation.
3148         (momentary_bkpt_print_it): No longer print MI's async-stop-reason
3149         here.
3150         * infcmd.c (struct until_next_fsm): New.
3151         (until_next_fsm_ops): New global.
3152         (new_until_next_fsm, until_next_fsm_should_stop): New function.
3153         (until_next_continuation): Delete.
3154         (until_next_fsm_clean_up, until_next_fsm_async_reply_reason): New
3155         functions.
3156         (until_next_command): Adjust to create a new until_next_fsm
3157         instead of a continuation.
3158
3159 2015-09-09  Pedro Alves  <palves@redhat.com>
3160
3161         * infcall.c: Include thread_fsm.h.
3162         (struct call_return_meta_info): New.
3163         (get_call_return_value): New function, factored out from
3164         call_function_by_hand_dummy.
3165         (struct call_thread_fsm): New.
3166         (call_thread_fsm_ops): New global.
3167         (new_call_thread_fsm, call_thread_fsm_should_stop)
3168         (call_thread_fsm_should_notify_stop): New functions.
3169         (run_inferior_call): Add 'sm' parameter.  Associate the FSM with
3170         the thread.
3171         (call_function_by_hand_dummy): Create a new call_thread_fsm
3172         instance, associate it with the thread, and wait for the FSM to
3173         finish.  If finished successfully, fetch the function's result
3174         value out of the FSM.
3175         * infrun.c (fetch_inferior_event): If the FSM says the stop
3176         shouldn't be notified, don't call normal_stop.
3177         (maybe_remove_breakpoints): New function, factored out from ...
3178         (normal_stop): ... here.  Simplify.
3179         * infrun.h (maybe_remove_breakpoints): Declare.
3180         * thread-fsm.c (thread_fsm_should_notify_stop): New function.
3181         (thread-fsm.h) <struct thread_fsm_ops>: New field.
3182         (thread_fsm_should_notify_stop): Declare.
3183
3184 2015-09-09  Pedro Alves  <palves@redhat.com>
3185
3186         * Makefile.in (COMMON_OBS): Add thread-fsm.o.
3187         * breakpoint.c (handle_jit_event): Print debug output.
3188         (bpstat_what): Split event callback handling to ...
3189         (bpstat_run_callbacks): ... this new function.
3190         (momentary_bkpt_print_it): No longer handle bp_finish here.
3191         * breakpoint.h (bpstat_run_callbacks): Declare.
3192         * gdbthread.h (struct thread_info) <step_multi>: Delete field.
3193         <thread_fsm>: New field.
3194         (thread_cancel_execution_command): Declare.
3195         * infcmd.c: Include thread-fsm.h.
3196         (struct step_command_fsm): New.
3197         (step_command_fsm_ops): New global.
3198         (new_step_command_fsm, step_command_fsm_prepare): New functions.
3199         (step_1): Adjust to use step_command_fsm_prepare and
3200         prepare_one_step.
3201         (struct step_1_continuation_args): Delete.
3202         (step_1_continuation): Delete.
3203         (step_command_fsm_should_stop): New function.
3204         (step_once): Delete.
3205         (step_command_fsm_clean_up, step_command_fsm_async_reply_reason)
3206         (prepare_one_step): New function, based on step_once.
3207         (until_next_command): Remove step_multi reference.
3208         (struct return_value_info): New.
3209         (print_return_value): Rename to ...
3210         (print_return_value_1): ... this.  New struct return_value_info
3211         parameter.  Adjust.
3212         (print_return_value): Reimplement as wrapper around
3213         print_return_value_1.
3214         (struct finish_command_fsm): New.
3215         (finish_command_continuation): Delete.
3216         (finish_command_fsm_ops): New global.
3217         (new_finish_command_fsm, finish_command_fsm_should_stop): New
3218         functions.
3219         (finish_command_fsm_clean_up, finish_command_fsm_return_value):
3220         New.
3221         (finish_command_continuation_free_arg): Delete.
3222         (finish_command_fsm_async_reply_reason): New.
3223         (finish_backward, finish_forward): Change symbol parameter to a
3224         finish_command_fsm.  Adjust.
3225         (finish_command): Create a finish_command_fsm.  Adjust.
3226         * infrun.c: Include "thread-fsm.h".
3227         (clear_proceed_status_thread): Delete the thread's FSM.
3228         (infrun_thread_stop_requested_callback): Cancel the thread's
3229         execution command.
3230         (clean_up_just_stopped_threads_fsms): New function.
3231         (fetch_inferior_event): Handle the event_thread's should_stop
3232         method saying the command isn't done yet.
3233         (process_event_stop_test): Run breakpoint callbacks here.
3234         (print_stop_event): Rename to ...
3235         (print_stop_location): ... this.
3236         (restore_current_uiout_cleanup): New function.
3237         (print_stop_event): Reimplement.
3238         (normal_stop): No longer notify the end_stepping_range observers
3239         here handle "step N" nor "finish" here.  No longer call
3240         print_stop_event here.
3241         * infrun.h (struct return_value_info): Forward declare.
3242         (print_return_value): Declare.
3243         (print_stop_event): Change prototype.
3244         * thread-fsm.c: New file.
3245         * thread-fsm.h: New file.
3246         * thread.c: Include "thread-fsm.h".
3247         (thread_cancel_execution_command): New function.
3248         (clear_thread_inferior_resources): Call it.
3249         * cli/cli-interp.c (cli_on_normal_stop): New function.
3250         (cli_interpreter_init): Install cli_on_normal_stop as normal_stop
3251         observer.
3252         * mi/mi-interp.c: Include "thread-fsm.h".
3253         (restore_current_uiout_cleanup): Delete.
3254         (mi_on_normal_stop): If the thread has an FSM associated, and it
3255         finished, ask it for the async-reply-reason to print.  Always call
3256         print_stop_event here, regardless of the top-level interpreter.
3257         Check bpstat_what to tell whether an asynchronous breakpoint hit
3258         triggered.
3259         * tui/tui-interp.c (tui_on_normal_stop): New function.
3260         (tui_init): Install tui_on_normal_stop as normal_stop observer.
3261
3262 2015-09-09  Pedro Alves  <palves@redhat.com>
3263
3264         * breakpoint.c (bpstat_do_actions_1, until_break_command): Don't
3265         check whether the target can async.
3266         * inf-loop.c (inferior_event_handler): Only call target_async if
3267         the target can async.
3268         * infcall.c: Include top.h and interps.h.
3269         (run_inferior_call): For the interpreter to sync mode while
3270         running the infcall.  Call wait_sync_command_done instead of
3271         wait_for_inferior plus normal_stop.
3272         * infcmd.c (prepare_execution_command): Don't check whether the
3273         target can async when running in the foreground.
3274         (step_1): Delete synchronous case handling.
3275         (step_once): Always install a continuation, even in sync mode.
3276         (until_next_command, finish_forward): Don't check whether the
3277         target can async.
3278         (attach_command_post_wait, notice_new_inferior): Always install a
3279         continuation, even in sync mode.
3280         * infrun.c (mark_infrun_async_event_handler): New function.
3281         (proceed): In sync mode, mark infrun's event source instead of
3282         waiting for events here.
3283         (fetch_inferior_event): If the target can't async, do a blocking
3284         wait.
3285         (prepare_to_wait): In sync mode, mark infrun's event source.
3286         (infrun_async_inferior_event_handler): No longer bail out if the
3287         target can't async.
3288         * infrun.h (mark_infrun_async_event_handler): New declaration.
3289         * linux-nat.c (linux_nat_wait_1): Remove calls to
3290         set_sigint_trap/clear_sigint_trap.
3291         (linux_nat_terminal_inferior): No longer check whether the target
3292         can async.
3293         * mi/mi-interp.c (mi_on_sync_execution_done): Update and simplify
3294         comment.
3295         (mi_execute_command_input_handler): No longer check whether the
3296         target is async.  Update and simplify comment.
3297         * target.c (default_target_wait): New function.
3298         * target.h (struct target_ops) <to_wait>: Now defaults to
3299         default_target_wait.
3300         (default_target_wait): Declare.
3301         * top.c (wait_sync_command_done): New function, factored out from
3302         ...
3303         (maybe_wait_sync_command_done): ... this.
3304         * top.h (wait_sync_command_done): Declare.
3305         * target-delegates.c: Regenerate.
3306
3307 2015-09-09  Markus Metzger  <markus.t.metzger@intel.com>
3308
3309         * nat/linux-btrace.h (struct btrace_target_info) <ptr_bits>: Remove.
3310         * nat/linux-btrace.c: Include filestuff.h and inttypes.h.
3311         Remove include of sys/utsname.h.
3312         (linux_determine_kernel_ptr_bits): Remove.
3313         (linux_determine_kernel_start): New.
3314         (perf_event_is_kernel_addr): Remove tinfo argument.  Update users.
3315         Update check.
3316         (perf_event_skip_bts_record): Remove tinfo argument.  Update users.
3317         (linux_enable_bts, linux_enable_pt): Remove tinfo->ptr_bits
3318         initialization.
3319         * x86-linux-nat.c (x86_linux_enable_btrace): Remove ptr_bits
3320         assignment.
3321
3322 2015-09-07  Pedro Alves  <palves@redhat.com>
3323
3324         * guile/guile-internal.h (as_a_scm_t_subr): New.
3325         * guile/guile.c (misc_guile_functions): Use it.
3326         * guile/scm-arch.c (arch_functions): Use it.
3327         * guile/scm-block.c (block_functions, gdbscm_initialize_blocks):
3328         Use it.
3329         * guile/scm-breakpoint.c (breakpoint_functions): Use it.
3330         * guile/scm-cmd.c (command_functions): Use it.
3331         * guile/scm-disasm.c (disasm_functions): Use it.
3332         * guile/scm-exception.c (exception_functions)
3333         (private_exception_functions): Use it.
3334         * guile/scm-frame.c (frame_functions)
3335         * guile/scm-gsmob.c (gsmob_functions): Use it.
3336         * guile/scm-iterator.c (iterator_functions): Use it.
3337         * guile/scm-lazy-string.c (lazy_string_functions): Use it.
3338         * guile/scm-math.c (math_functions): Use it.
3339         * guile/scm-objfile.c (objfile_functions): Use it.
3340         * guile/scm-param.c (parameter_functions): Use it.
3341         * guile/scm-ports.c (port_functions, private_port_functions): Use
3342         it.
3343         * guile/scm-pretty-print.c (pretty_printer_functions): Use it.
3344         * guile/scm-progspace.c (pspace_functions): Use it.
3345         * guile/scm-string.c (string_functions): Use it.
3346         * guile/scm-symbol.c (symbol_functions): Use it.
3347         * guile/scm-symtab.c (symtab_functions): Use it.
3348         * guile/scm-type.c (type_functions, gdbscm_initialize_types): Use
3349         it.
3350         * guile/scm-value.c (value_functions): Use it.
3351
3352 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
3353
3354         * tui/tui-data.c (win_with_focus): Remove cast of NULL pointer.
3355         (tui_next_win): Likewise.
3356         (tui_prev_win): Likewise.
3357         (tui_partial_win_by_name): Likewise.
3358         (tui_init_generic_part): Likewise.
3359         (init_content_element): Likewise.
3360         (tui_del_window): Likewise.
3361         (tui_free_window): Likewise.
3362         (tui_del_data_windows): Likewise.
3363         (tui_free_data_content): Likewise.
3364         * tui/tui-layout.c (make_source_or_disasm_window): Likewise.
3365         * tui/tui-regs.c (tui_show_register_group): Likewise.
3366         * tui/tui-win.c (tui_resize_all): Likewise.
3367         (tui_set_focus): Likewise.
3368         (tui_set_win_height): Likewise.
3369         (make_invisible_and_set_new_height): Likewise.
3370         * tui/tui-windata.c (tui_delete_data_content_windows): Likewise.
3371         * tui/tui-wingeneral.c (make_visible): Likewise.
3372
3373 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
3374
3375         * cli/cli-decode.c (find_cmd): Remove cast of NULL pointer.
3376
3377 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
3378
3379         * c-valprint.c (print_unpacked_pointer): Remove cast of NULL
3380         pointer.
3381         * dbxread.c (dbx_end_psymtab): Likewise.
3382         * gnu-nat.c (gnu_write_inferior): Likewise.
3383         * mdebugread.c (cross_ref): Likewise.
3384         * p-valprint.c (pascal_val_print): Likewise.
3385         * xcoffread.c (xcoff_end_psymtab): Likewise.
3386
3387 2015-09-04  Yao Qi  <yao.qi@linaro.org>
3388
3389         * NEWS: Mention the aarch64 multi-arch debugging support.
3390
3391 2015-09-03  Pierre-Marie de Rodat  <derodat@adacore.com>
3392
3393         * ada-lang.c (ada_language_arch_info): Create a TYPE_CODE_CHAR
3394         type instead of a TYPE_CODE_INT one for the string_char_type
3395         and the ada_primitive_type_char types.
3396
3397 2015-09-03  Yao Qi  <yao.qi@linaro.org>
3398
3399         * aarch64-linux-nat.c (aarch64_linux_region_ok_for_hw_watchpoint):
3400         Move code to aarch64_linux_region_ok_for_watchpoint.  Call
3401         aarch64_linux_region_ok_for_watchpoint.
3402         * nat/aarch64-linux-hw-point.c (aarch64_linux_region_ok_for_watchpoint):
3403         New function.
3404         * nat/aarch64-linux-hw-point.h (aarch64_linux_region_ok_for_watchpoint):
3405         Declare it.
3406
3407 2015-09-02  Patrick Palka  <patrick@parcs.ath.cx>
3408
3409         * gdb_obstack.h (obstack_strdup): Declare.
3410         * gdb_obstack.c (obstack_strdup): Define.
3411         * gdbarch.sh (gdbarch_obstack_strdup): Declare and define.
3412         * gdbarch.c: Regenerate.
3413         * gdbarch.h: Regenerate.
3414         * gdbtypes.c (arch_type): Use gdbarch_obstack_strdup.
3415
3416 2015-09-02  Patrick Palka  <patrick@parcs.ath.cx>
3417
3418         * gdbtypes.c (copy_type_recursive): Update documentation.
3419
3420 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3421
3422         * solib-svr4.c (solib_event_probe_action): Initialize 'probe_argc'
3423         as zero.
3424
3425 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3426
3427         * solib-svr4.c (svr4_handle_solib_event): Initialize 'val' as NULL
3428
3429 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3430
3431         * solib-svr4.c (solib_event_probe_action): Call
3432         get_probe_argument_count using TRY...CATCH.
3433         (svr4_handle_solib_event): Likewise, for evaluate_probe_argument.
3434
3435 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3436
3437         * probe.h (struct probe_ops) <get_probe_argument_count,
3438         evaluate_probe_argument, enable_probe, disable_probe>: Mention in
3439         the comment that the function can throw an exception.
3440         (get_probe_argument_count): Likewise.
3441         (evaluate_probe_argument): Likewise.
3442         * stap-probe.c (stap_get_opcode): Call error instead of
3443         internal_error.
3444         (stap_get_expected_argument_type): Likewise.  Add argument
3445         'probe'.  Improve error message by mentioning the probe's name.
3446         (stap_parse_probe_arguments): Adjust call to
3447         stap_get_expected_argument_type.
3448         (stap_get_arg): Add comment.  Assert that 'probe->args_parsed' is
3449         not zero.  Call internal_error if GDB requests an argument but the
3450         probe has no arguments.
3451
3452 2015-09-01  Pierre-Marie de Rodat  <derodat@adacore.com>
3453
3454         * ada-lang.c (ada_resolve_function): Do not ask the user what
3455         match to use when in completion mode.
3456
3457 2015-08-31  Andrew Burgess  <andrew.burgess@embecosm.com>
3458
3459         * tui/tui-data.c (tui_win_name): Make local variable const, remove
3460         cast of NULL.
3461
3462 2015-08-31  Max Filippov  <jcmvbkbc@gmail.com>
3463
3464         * xtensa-tdep.h (XTENSA_GDBARCH_TDEP_INSTANTIATE): Initialize
3465         call_abi using XSHAL_ABI macro.
3466
3467 2015-08-29  Doug Evans  <xdje42@gmail.com>
3468
3469         * symtab.h (struct symbol): Tweak comment.
3470
3471 2015-08-29  Patrick Palka  <patrick@parcs.ath.cx>
3472
3473         * gdbtypes.c (alloc_type_arch): Allocate the type on the given
3474         gdbarch obstack instead of on the heap.  Update commentary
3475         accordingly.
3476
3477 2015-08-28  Joel Brobecker  <brobecker@adacore.com>
3478
3479         GDB 7.10 released.
3480
3481 2015-08-28  Simon Marchi  <simon.marchi@ericsson.com>
3482
3483         * NEWS: Update entry about non-8-bits addressable memory.
3484
3485 2015-08-28  Ulrich Weigand  <uweigand@de.ibm.com>
3486
3487         Revert:
3488         2014-11-06  Doug Evans  <xdje42@gmail.com>
3489         * solib.c (solib_global_lookup): Fetch arch from objfile,
3490         not target_gdbarch.
3491
3492 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3493
3494         * ppc-linux-tdep.c (ppc_linux_spe_context_lookup): Do not
3495         attempt to relocate a TLS variable offset.
3496
3497 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3498
3499         * spu-multiarch.c (parse_spufs_run): Bail out if inferior is not
3500         registered yet.  Set inferior_ptid while calling target_read_memory.
3501
3502 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3503
3504         * nat/linux-ptrace.h (GDB_ARCH_TRAP_BRKPT): Replace by ...
3505         (GDB_ARCH_IS_TRAP_BRKPT): ... this.  Add __powerpc__ case.
3506         * linux-nat.c (check_stopped_by_breakpoint): Use
3507         GDB_ARCH_IS_TRAP_BRKPT instead of GDB_ARCH_TRAP_BRKPT.
3508
3509 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3510
3511         * linux-thread-db.c (thread_db_get_thread_local_address): If the
3512         thread was not yet discovered, use thread_from_lwp instead of
3513         calling thread_db_find_new_threads_1.
3514
3515 2015-08-27  Simon Marchi  <simon.marchi@ericsson.com>
3516
3517         * m88k-tdep.c (m88k_analyze_prologue): Fix inverted allocation
3518         statements.
3519
3520 2015-08-27  Simon Marchi  <simon.marchi@ericsson.com>
3521
3522         * NEWS: Document support for non-8-bits addressable memory.
3523
3524 2015-08-27  Pedro Alves  <palves@redhat.com>
3525
3526         * configure.ac: Remove AC_TYPE_SIGNAL call.
3527         * configure, config.in: Regenerate.
3528
3529 2015-08-27  Pedro Alves  <palves@redhat.com>
3530
3531         * cp-support.c (gdb_demangle): Use sighandler_t.  Remove cast.
3532         * extension-priv.h: Include signal.h.
3533         (struct signal_handler) <handler>: Change type to sighandler_t.
3534         * extension.c (install_gdb_sigint_handler): Use sighandler_t.
3535         * inflow.c (sigint_ours, sigquit_ours): Change type to
3536         sighandler_t.
3537         (child_terminal_inferior): Remove casts.
3538         (child_terminal_ours_1, new_tty): Use sighandler_t.  Remove casts.
3539         (osig): Change type to sighandler_t.
3540         * nto-procfs.c (ofunc): Change type to sighandler_t.
3541         (procfs_wait): Remove casts.
3542         * remote-m32r-sdi.c (m32r_wait, m32r_load): Use sighandler_t.
3543         * remote-sim.c (gdbsim_wait): Use sighandler_t.
3544         * utils.c (wait_to_die_with_timeout): Use sighandler_t.
3545
3546 2015-08-27  Pedro Alves  <palves@redhat.com>
3547
3548         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add signal-h.
3549         * gnulib/aclocal.m4: Renegerate.
3550         * gnulib/config.in: Renegerate.
3551         * gnulib/configure: Renegerate.
3552         * gnulib/import/Makefile.am: Update.
3553         * gnulib/import/Makefile.in: Regenerate.
3554         * gnulib/import/m4/gnulib-cache.m4: Update.
3555         * gnulib/import/m4/gnulib-comp.m4: Update.
3556         * gnulib/import/m4/signal_h.m4: New file.
3557         * gnulib/import/signal.in.h: New file.
3558
3559 2015-08-27  Pedro Alves  <palves@redhat.com>
3560
3561         * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE)
3562         (MIN_MEMORY_PACKET_SIZE): New.
3563         (MAX_REMOTE_PACKET_SIZE, MIN_REMOTE_PACKET_SIZE): Delete.
3564         (get_memory_packet_size): Adjust.  No longer limit the max packet
3565         size.
3566         (set_memory_packet_size): Adjust, and remove dead code.
3567         (remote_check_symbols): Use xmalloc and a cleanup instead of
3568         alloca.
3569         (remote_packet_size): No longer cap the packet size.
3570         (putpkt_binary): Use xmalloc and a cleanup instead of alloca.
3571
3572 2015-08-26  Luis Machado  <lgustavo@codesourcery.com>
3573
3574         * compile/compile.c (compile_to_object): Mention language in
3575         error message.
3576
3577 2015-08-26  Patrick Palka  <patrick@parcs.ath.cx>
3578
3579         * target.c (target_pre_inferior): Unset attach_flag.
3580
3581 2015-08-26  Simon Marchi  <simon.marchi@ericsson.com>
3582
3583         * gdbarch.sh (append_name): Fix type in XRESIZEVEC.
3584         * gdbarch.c: Re-generate.
3585
3586 2015-08-26  Simon Marchi  <simon.marchi@ericsson.com>
3587
3588         * aarch64-linux-nat.c (aarch64_add_process): Replace xmalloc-family
3589         function with the XNEW-family equivalent.
3590         * aarch64-tdep.c (aarch64_gdbarch_init): Likewise.
3591         * ada-exp.y (write_ambiguous_var): Likewise.
3592         * ada-lang.c (resolve_subexp): Likewise.
3593         (user_select_syms): Likewise.
3594         (assign_aggregate): Likewise.
3595         (ada_evaluate_subexp): Likewise.
3596         (cache_symbol): Likewise.
3597         * addrmap.c (allocate_key): Likewise.
3598         (addrmap_create_mutable): Likewise.
3599         * aix-thread.c (sync_threadlists): Likewise.
3600         * alpha-tdep.c (alpha_push_dummy_call): Likewise.
3601         (alpha_gdbarch_init): Likewise.
3602         * amd64-windows-tdep.c (amd64_windows_push_arguments): Likewise.
3603         * arm-linux-nat.c (arm_linux_add_process): Likewise.
3604         * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
3605         * arm-tdep.c (push_stack_item): Likewise.
3606         (arm_displaced_step_copy_insn): Likewise.
3607         (arm_gdbarch_init): Likewise.
3608         (_initialize_arm_tdep): Likewise.
3609         * avr-tdep.c (push_stack_item): Likewise.
3610         * ax-general.c (new_agent_expr): Likewise.
3611         * block.c (block_initialize_namespace): Likewise.
3612         * breakpoint.c (alloc_counted_command_line): Likewise.
3613         (update_dprintf_command_list): Likewise.
3614         (parse_breakpoint_sals): Likewise.
3615         (decode_static_tracepoint_spec): Likewise.
3616         (until_break_command): Likewise.
3617         (clear_command): Likewise.
3618         (update_global_location_list): Likewise.
3619         (get_breakpoint_objfile_data) Likewise.
3620         * btrace.c (ftrace_new_function): Likewise.
3621         (btrace_set_insn_history): Likewise.
3622         (btrace_set_call_history): Likewise.
3623         * buildsym.c (add_symbol_to_list): Likewise.
3624         (record_pending_block): Likewise.
3625         (start_subfile): Likewise.
3626         (start_buildsym_compunit): Likewise.
3627         (push_subfile): Likewise.
3628         (end_symtab_get_static_block): Likewise.
3629         (buildsym_init): Likewise.
3630         * cli/cli-cmds.c (source_command): Likewise.
3631         * cli/cli-decode.c (add_cmd): Likewise.
3632         * cli/cli-script.c (build_command_line): Likewise.
3633         (setup_user_args): Likewise.
3634         (realloc_body_list): Likewise.
3635         (process_next_line): Likewise.
3636         (copy_command_lines): Likewise.
3637         * cli/cli-setshow.c (do_set_command): Likewise.
3638         * coff-pe-read.c (read_pe_exported_syms): Likewise.
3639         * coffread.c (coff_locate_sections): Likewise.
3640         (coff_symtab_read): Likewise.
3641         (coff_read_struct_type): Likewise.
3642         * common/cleanups.c (make_my_cleanup2): Likewise.
3643         * common/common-exceptions.c (throw_it): Likewise.
3644         * common/filestuff.c (make_cleanup_close): Likewise.
3645         * common/format.c (parse_format_string): Likewise.
3646         * common/queue.h (DEFINE_QUEUE_P): Likewise.
3647         * compile/compile-object-load.c (munmap_list_add): Likewise.
3648         (compile_object_load): Likewise.
3649         * compile/compile-object-run.c (compile_object_run): Likewise.
3650         * compile/compile.c (append_args): Likewise.
3651         * corefile.c (specify_exec_file_hook): Likewise.
3652         * cp-support.c (make_symbol_overload_list): Likewise.
3653         * cris-tdep.c (push_stack_item): Likewise.
3654         (cris_gdbarch_init): Likewise.
3655         * ctf.c (ctf_trace_file_writer_new): Likewise.
3656         * dbxread.c (init_header_files): Likewise.
3657         (add_new_header_file): Likewise.
3658         (init_bincl_list): Likewise.
3659         (dbx_end_psymtab): Likewise.
3660         (start_psymtab): Likewise.
3661         (dbx_end_psymtab): Likewise.
3662         * dcache.c (dcache_init): Likewise.
3663         * dictionary.c (dict_create_hashed): Likewise.
3664         (dict_create_hashed_expandable): Likewise.
3665         (dict_create_linear): Likewise.
3666         (dict_create_linear_expandable): Likewise.
3667         * dtrace-probe.c (dtrace_process_dof_probe): Likewise.
3668         * dummy-frame.c (register_dummy_frame_dtor): Likewise.
3669         * dwarf2-frame-tailcall.c (cache_new_ref1): Likewise.
3670         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3671         (decode_frame_entry_1): Likewise.
3672         * dwarf2expr.c (new_dwarf_expr_context): Likewise.
3673         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
3674         * dwarf2read.c (dwarf2_has_info): Likewise.
3675         (create_signatured_type_table_from_index): Likewise.
3676         (dwarf2_read_index): Likewise.
3677         (dw2_get_file_names_reader): Likewise.
3678         (create_all_type_units): Likewise.
3679         (read_cutu_die_from_dwo): Likewise.
3680         (init_tu_and_read_dwo_dies): Likewise.
3681         (init_cutu_and_read_dies): Likewise.
3682         (create_all_comp_units): Likewise.
3683         (queue_comp_unit): Likewise.
3684         (inherit_abstract_dies): Likewise.
3685         (read_call_site_scope): Likewise.
3686         (dwarf2_add_field): Likewise.
3687         (dwarf2_add_typedef): Likewise.
3688         (dwarf2_add_member_fn): Likewise.
3689         (attr_to_dynamic_prop): Likewise.
3690         (abbrev_table_alloc_abbrev): Likewise.
3691         (abbrev_table_read_table): Likewise.
3692         (add_include_dir): Likewise.
3693         (add_file_name): Likewise.
3694         (dwarf_decode_line_header): Likewise.
3695         (dwarf2_const_value_attr): Likewise.
3696         (dwarf_alloc_block): Likewise.
3697         (parse_macro_definition): Likewise.
3698         (set_die_type): Likewise.
3699         (write_psymtabs_to_index): Likewise.
3700         (create_cus_from_index): Likewise.
3701         (dwarf2_create_include_psymtab): Likewise.
3702         (process_psymtab_comp_unit_reader): Likewise.
3703         (build_type_psymtab_dependencies): Likewise.
3704         (read_comp_units_from_section): Likewise.
3705         (compute_compunit_symtab_includes): Likewise.
3706         (create_dwo_unit_in_dwp_v1): Likewise.
3707         (create_dwo_unit_in_dwp_v2): Likewise.
3708         (read_func_scope): Likewise.
3709         (process_structure_scope): Likewise.
3710         (mark_common_block_symbol_computed): Likewise.
3711         (load_partial_dies): Likewise.
3712         (dwarf2_symbol_mark_computed): Likewise.
3713         * elfread.c (elf_symfile_segments): Likewise.
3714         (elf_read_minimal_symbols): Likewise.
3715         * environ.c (make_environ): Likewise.
3716         * eval.c (evaluate_subexp_standard): Likewise.
3717         * event-loop.c (create_file_handler): Likewise.
3718         (create_async_signal_handler): Likewise.
3719         (create_async_event_handler): Likewise.
3720         (create_timer): Likewise.
3721         * exec.c (build_section_table): Likewise.
3722         * fbsd-nat.c (fbsd_remember_child): Likewise.
3723         * fork-child.c (fork_inferior): Likewise.
3724         * frv-tdep.c (new_variant): Likewise.
3725         * gdbarch.sh (gdbarch_alloc): Likewise.
3726         (append_name): Likewise.
3727         * gdbtypes.c (rank_function): Likewise.
3728         (copy_type_recursive): Likewise.
3729         (add_dyn_prop): Likewise.
3730         * gnu-nat.c (make_proc): Likewise.
3731         (make_inf): Likewise.
3732         (gnu_write_inferior): Likewise.
3733         * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
3734         (build_std_type_info_type): Likewise.
3735         * guile/scm-param.c (compute_enum_list): Likewise.
3736         * guile/scm-utils.c (gdbscm_parse_function_args): Likewise.
3737         * guile/scm-value.c (gdbscm_value_call): Likewise.
3738         * h8300-tdep.c (h8300_gdbarch_init): Likewise.
3739         * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
3740         (read_unwind_info): Likewise.
3741         * ia64-tdep.c (ia64_gdbarch_init): Likewise.
3742         * infcall.c (dummy_frame_context_saver_setup): Likewise.
3743         (call_function_by_hand_dummy): Likewise.
3744         * infcmd.c (step_once): Likewise.
3745         (finish_forward): Likewise.
3746         (attach_command): Likewise.
3747         (notice_new_inferior): Likewise.
3748         * inferior.c (add_inferior_silent): Likewise.
3749         * infrun.c (add_displaced_stepping_state): Likewise.
3750         (save_infcall_control_state): Likewise.
3751         (save_inferior_ptid): Likewise.
3752         (_initialize_infrun): Likewise.
3753         * jit.c (bfd_open_from_target_memory): Likewise.
3754         (jit_gdbarch_data_init): Likewise.
3755         * language.c (add_language): Likewise.
3756         * linespec.c (decode_line_2): Likewise.
3757         * linux-nat.c (add_to_pid_list): Likewise.
3758         (add_initial_lwp): Likewise.
3759         * linux-thread-db.c (add_thread_db_info): Likewise.
3760         (record_thread): Likewise.
3761         (info_auto_load_libthread_db): Likewise.
3762         * m32c-tdep.c (m32c_gdbarch_init): Likewise.
3763         * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
3764         * m68k-tdep.c (m68k_gdbarch_init): Likewise.
3765         * m88k-tdep.c (m88k_analyze_prologue): Likewise.
3766         * macrocmd.c (macro_define_command): Likewise.
3767         * macroexp.c (gather_arguments): Likewise.
3768         * macroscope.c (sal_macro_scope): Likewise.
3769         * macrotab.c (new_macro_table): Likewise.
3770         * mdebugread.c (push_parse_stack): Likewise.
3771         (parse_partial_symbols): Likewise.
3772         (parse_symbol): Likewise.
3773         (psymtab_to_symtab_1): Likewise.
3774         (new_block): Likewise.
3775         (new_psymtab): Likewise.
3776         (mdebug_build_psymtabs): Likewise.
3777         (add_pending): Likewise.
3778         (elfmdebug_build_psymtabs): Likewise.
3779         * mep-tdep.c (mep_gdbarch_init): Likewise.
3780         * mi/mi-main.c (mi_execute_command): Likewise.
3781         * mi/mi-parse.c (mi_parse_argv): Likewise.
3782         * minidebug.c (lzma_open): Likewise.
3783         * minsyms.c (terminate_minimal_symbol_table): Likewise.
3784         * mips-linux-nat.c (mips_linux_insert_watchpoint): Likewise.
3785         * mips-tdep.c (mips_gdbarch_init): Likewise.
3786         * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
3787         * msp430-tdep.c (msp430_gdbarch_init): Likewise.
3788         * mt-tdep.c (mt_registers_info): Likewise.
3789         * nat/aarch64-linux.c (aarch64_linux_new_thread): Likewise.
3790         * nat/linux-btrace.c (linux_enable_bts): Likewise.
3791         (linux_enable_pt): Likewise.
3792         * nat/linux-osdata.c (linux_xfer_osdata_processes): Likewise.
3793         (linux_xfer_osdata_processgroups): Likewise.
3794         * nios2-tdep.c (nios2_gdbarch_init): Likewise.
3795         * nto-procfs.c (procfs_meminfo): Likewise.
3796         * objc-lang.c (start_msglist): Likewise.
3797         (selectors_info): Likewise.
3798         (classes_info): Likewise.
3799         (find_methods): Likewise.
3800         * objfiles.c (allocate_objfile): Likewise.
3801         (update_section_map): Likewise.
3802         * osabi.c (gdbarch_register_osabi): Likewise.
3803         (gdbarch_register_osabi_sniffer): Likewise.
3804         * parse.c (start_arglist): Likewise.
3805         * ppc-linux-nat.c (hwdebug_find_thread_points_by_tid): Likewise.
3806         (hwdebug_insert_point): Likewise.
3807         * printcmd.c (display_command): Likewise.
3808         (ui_printf): Likewise.
3809         * procfs.c (create_procinfo): Likewise.
3810         (load_syscalls): Likewise.
3811         (proc_get_LDT_entry): Likewise.
3812         (proc_update_threads): Likewise.
3813         * prologue-value.c (make_pv_area): Likewise.
3814         (pv_area_store): Likewise.
3815         * psymtab.c (extend_psymbol_list): Likewise.
3816         (init_psymbol_list): Likewise.
3817         (allocate_psymtab): Likewise.
3818         * python/py-inferior.c (add_thread_object): Likewise.
3819         * python/py-param.c (compute_enum_values): Likewise.
3820         * python/py-value.c (valpy_call): Likewise.
3821         * python/py-varobj.c (py_varobj_iter_next): Likewise.
3822         * python/python.c (ensure_python_env): Likewise.
3823         * record-btrace.c (record_btrace_start_replaying): Likewise.
3824         * record-full.c (record_full_reg_alloc): Likewise.
3825         (record_full_mem_alloc): Likewise.
3826         (record_full_end_alloc): Likewise.
3827         (record_full_core_xfer_partial): Likewise.
3828         * regcache.c (get_thread_arch_aspace_regcache): Likewise.
3829         * remote-fileio.c (remote_fileio_init_fd_map): Likewise.
3830         * remote-notif.c (remote_notif_state_allocate): Likewise.
3831         * remote.c (demand_private_info): Likewise.
3832         (remote_notif_stop_alloc_reply): Likewise.
3833         (remote_enable_btrace): Likewise.
3834         * reverse.c (save_bookmark_command): Likewise.
3835         * rl78-tdep.c (rl78_gdbarch_init): Likewise.
3836         * rx-tdep.c (rx_gdbarch_init): Likewise.
3837         * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
3838         * ser-go32.c (dos_get_tty_state): Likewise.
3839         (dos_copy_tty_state): Likewise.
3840         * ser-mingw.c (ser_windows_open): Likewise.
3841         (ser_console_wait_handle): Likewise.
3842         (ser_console_get_tty_state): Likewise.
3843         (make_pipe_state): Likewise.
3844         (net_windows_open): Likewise.
3845         * ser-unix.c (hardwire_get_tty_state): Likewise.
3846         (hardwire_copy_tty_state): Likewise.
3847         * solib-aix.c (solib_aix_new_lm_info): Likewise.
3848         * solib-dsbt.c (dsbt_current_sos): Likewise.
3849         (dsbt_relocate_main_executable): Likewise.
3850         * solib-frv.c (frv_current_sos): Likewise.
3851         (frv_relocate_main_executable): Likewise.
3852         * solib-spu.c (spu_bfd_fopen): Likewise.
3853         * solib-svr4.c (lm_info_read): Likewise.
3854         (svr4_copy_library_list): Likewise.
3855         (svr4_default_sos): Likewise.
3856         * source.c (find_source_lines): Likewise.
3857         (line_info): Likewise.
3858         (add_substitute_path_rule): Likewise.
3859         * spu-linux-nat.c (spu_bfd_open): Likewise.
3860         * spu-tdep.c (info_spu_dma_cmdlist): Likewise.
3861         * stabsread.c (dbx_lookup_type): Likewise.
3862         (read_type): Likewise.
3863         (read_member_functions): Likewise.
3864         (read_struct_fields): Likewise.
3865         (read_baseclasses): Likewise.
3866         (read_args): Likewise.
3867         (_initialize_stabsread): Likewise.
3868         * stack.c (func_command): Likewise.
3869         * stap-probe.c (handle_stap_probe): Likewise.
3870         * symfile.c (addrs_section_sort): Likewise.
3871         (addr_info_make_relative): Likewise.
3872         (load_section_callback): Likewise.
3873         (add_symbol_file_command): Likewise.
3874         (init_filename_language_table): Likewise.
3875         * symtab.c (create_filename_seen_cache): Likewise.
3876         (sort_search_symbols_remove_dups): Likewise.
3877         (search_symbols): Likewise.
3878         * target.c (make_cleanup_restore_target_terminal): Likewise.
3879         * thread.c (new_thread): Likewise.
3880         (enable_thread_stack_temporaries): Likewise.
3881         (make_cleanup_restore_current_thread): Likewise.
3882         (thread_apply_all_command): Likewise.
3883         * tic6x-tdep.c (tic6x_gdbarch_init): Likewise.
3884         * top.c (gdb_readline_wrapper): Likewise.
3885         * tracefile-tfile.c (tfile_trace_file_writer_new): Likewise.
3886         * tracepoint.c (trace_find_line_command): Likewise.
3887         (all_tracepoint_actions_and_cleanup): Likewise.
3888         (make_cleanup_restore_current_traceframe): Likewise.
3889         (get_uploaded_tp): Likewise.
3890         (get_uploaded_tsv): Likewise.
3891         * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
3892         (tui_alloc_win_info): Likewise.
3893         (tui_alloc_content): Likewise.
3894         (tui_add_content_elements): Likewise.
3895         * tui/tui-disasm.c (tui_find_disassembly_address): Likewise.
3896         (tui_set_disassem_content): Likewise.
3897         * ui-file.c (ui_file_new): Likewise.
3898         (stdio_file_new): Likewise.
3899         (tee_file_new): Likewise.
3900         * utils.c (make_cleanup_restore_integer): Likewise.
3901         (add_internal_problem_command): Likewise.
3902         * v850-tdep.c (v850_gdbarch_init): Likewise.
3903         * valops.c (find_oload_champ): Likewise.
3904         * value.c (allocate_value_lazy): Likewise.
3905         (record_latest_value): Likewise.
3906         (create_internalvar): Likewise.
3907         * varobj.c (install_variable): Likewise.
3908         (new_variable): Likewise.
3909         (new_root_variable): Likewise.
3910         (cppush): Likewise.
3911         (_initialize_varobj): Likewise.
3912         * windows-nat.c (windows_make_so): Likewise.
3913         * x86-nat.c (x86_add_process): Likewise.
3914         * xcoffread.c (arrange_linetable): Likewise.
3915         (allocate_include_entry): Likewise.
3916         (process_linenos): Likewise.
3917         (SYMBOL_DUP): Likewise.
3918         (xcoff_start_psymtab): Likewise.
3919         (xcoff_end_psymtab): Likewise.
3920         * xml-support.c (gdb_xml_parse_attr_ulongest): Likewise.
3921         * xtensa-tdep.c (xtensa_register_type): Likewise.
3922         * gdbarch.c: Regenerate.
3923         * gdbarch.h: Regenerate.
3924
3925 2015-08-25  Don Breazeal  <donb@codesourcery.com>
3926
3927         * infrun.c (follow_exec): Re-order operations for
3928         handling follow-exec-mode "new".
3929         (handle_inferior_event_1): Assign ecs->event_thread
3930         to the current thread.
3931         * remote.c (get_remote_arch_state): Add an assertion.
3932
3933 2015-08-26  Pedro Alves  <palves@redhat.com>
3934
3935         * MAINTAINERS: Add Markus Metzger as btrace maintainer.
3936
3937 2015-08-25  Pedro Alves  <palves@redhat.com>
3938
3939         PR gdb/18804
3940         * defs.h (maybe_quit): Declare.
3941         (QUIT): Now calls maybe_quit.
3942         * event-loop.c (clear_async_signal_handler)
3943         (async_signal_handler_is_marked): New functions.
3944         * event-loop.h (async_signal_handler_is_marked)
3945         (clear_async_signal_handler): New declarations.
3946         * remote.c (remote_check_pending_interrupt): New function.
3947         (interrupt_query): Use make_cleanup_restore_target_terminal.  No
3948         longer check whether the target is async.  If waiting for a stop
3949         reply, and a Ctrl-C as been sent to the target, offer to
3950         disconnect, and throw TARGET_CLOSE_ERROR instead of a quit.
3951         Otherwise do not disconnect and throw a quit.
3952         (_initialize_remote): Install remote_check_pending_interrupt as
3953         to_check_pending_interrupt.
3954         * target.c (target_check_pending_interrupt): New function.
3955         * target.h (struct target_ops) <to_check_pending_interrupt>: New
3956         field.
3957         (target_check_pending_interrupt): New declaration.
3958         * utils.c (maybe_quit): New function.
3959         * target-delegates.c: Regenerate.
3960
3961 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3962
3963         * nat/aarch64-linux-hw-point.c (debug_reg_change_callback):
3964         Rename local variable pid to tid, and get lwpid of lwp.  Update
3965         debug output.
3966
3967 2015-08-25  Pierre-Marie de Rodat  <derodat@adacore.com>
3968
3969         * ada-lang.c (ada_read_var_value): Add a var_block argument
3970         and pass it to default_read_var_value.
3971         * block.c (block_static_link): New accessor.
3972         * block.h (block_static_link): Declare it.
3973         * buildsym.c (finish_block_internal): Add a static_link
3974         argument.  If there is a static link, associate it to the new
3975         block.
3976         (finish_block): Add a static link argument and pass it to
3977         finish_block_internal.
3978         (end_symtab_get_static_block): Update calls to finish_block and
3979         to finish_block_internal.
3980         (end_symtab_with_blockvector): Update call to
3981         finish_block_internal.
3982         * buildsym.h: Forward-declare struct dynamic_prop.
3983         (struct context_stack): Add a static_link field.
3984         (finish_block): Add a static link argument.
3985         * c-exp.y: Remove an obsolete comment (evaluation of variables
3986         already start from the selected frame, and now they climb *up*
3987         the call stack) and propagate the block information to the
3988         produced expression.
3989         * d-exp.y: Likewise.
3990         * f-exp.y: Likewise.
3991         * go-exp.y: Likewise.
3992         * jv-exp.y: Likewise.
3993         * m2-exp.y: Likewise.
3994         * p-exp.y: Likewise.
3995         * coffread.c (coff_symtab_read): Update calls to finish_block.
3996         * dbxread.c (process_one_symbol): Likewise.
3997         * xcoffread.c (read_xcoff_symtab): Likewise.
3998         * compile/compile-c-symbols.c (convert_one_symbol): Promote the
3999         "sym" parameter to struct block_symbol, update its uses and pass
4000         its block to calls to read_var_value.
4001         (convert_symbol_sym): Update the calls to convert_one_symbol.
4002         * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update
4003         call to read_var_value.
4004         * dwarf2loc.c (block_op_get_frame_base): New.
4005         (dwarf2_block_frame_base_locexpr_funcs): Implement the
4006         get_frame_base method.
4007         (dwarf2_block_frame_base_loclist_funcs): Likewise.
4008         (dwarf2locexpr_baton_eval): Add a frame argument and use it
4009         instead of the selected frame in order to evaluate the
4010         expression.
4011         (dwarf2_evaluate_property): Add a frame argument.  Update call
4012         to dwarf2_locexpr_baton_eval to provide a frame in available and
4013         to handle the absence of address stack.
4014         * dwarf2loc.h (dwarf2_evaluate_property): Add a frame argument.
4015         * dwarf2read.c (attr_to_dynamic_prop): Add a forward
4016         declaration.
4017         (read_func_scope): Record any available static link description.
4018         Update call to finish_block.
4019         (read_lexical_block_scope): Update call to finish_block.
4020         * findvar.c (follow_static_link): New.
4021         (get_hosting_frame): New.
4022         (default_read_var_value): Add a var_block argument.  Use
4023         get_hosting_frame to handle non-local references.
4024         (read_var_value): Add a var_block argument and pass it to the
4025         LA_READ_VAR_VALUE method.
4026         * gdbtypes.c (resolve_dynamic_range): Update calls to
4027         dwarf2_evaluate_property.
4028         (resolve_dynamic_type_internal): Likewise.
4029         * guile/scm-frame.c (gdbscm_frame_read_var): Update call to
4030         read_var_value, passing it the block coming from symbol lookup.
4031         * guile/scm-symbol.c (gdbscm_symbol_value): Update call to
4032         read_var_value (TODO).
4033         * infcmd.c (finish_command_continuation): Update call to
4034         read_var_value, passing it the block coming from symbol lookup.
4035         * infrun.c (insert_exception_resume_breakpoint): Likewise.
4036         * language.h (struct language_defn): Add a var_block argument to
4037         the LA_READ_VAR_VALUE method.
4038         * objfiles.c (struct static_link_htab_entry): New.
4039         (static_link_htab_entry_hash): New.
4040         (static_link_htab_entry_eq): New.
4041         (objfile_register_static_link): New.
4042         (objfile_lookup_static_link): New.
4043         (free_objfile): Free the STATIC_LINKS hashed map if needed.
4044         * objfiles.h: Include hashtab.h.
4045         (struct objfile): Add a static_links field.
4046         (objfile_register_static_link): New.
4047         (objfile_lookup_static_link): New.
4048         * printcmd.c (print_variable_and_value): Update call to
4049         read_var_value.
4050         * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
4051         * python/py-frame.c (frapy_read_var): Update call to
4052         read_var_value, passing it the block coming from symbol lookup.
4053         * python/py-framefilter.c (extract_sym): Add a sym_block
4054         parameter and set the pointed value to NULL (TODO).
4055         (enumerate_args): Update call to extract_sym.
4056         (enumerate_locals): Update calls to extract_sym and to
4057         read_var_value.
4058         * python/py-symbol.c (sympy_value): Update call to
4059         read_var_value (TODO).
4060         * stack.c (read_frame_local): Update call to read_var_value.
4061         (read_frame_arg): Likewise.
4062         (return_command): Likewise.
4063         * symtab.h (struct symbol_block_ops): Add a get_frame_base
4064         method.
4065         (struct symbol): Add a block field.
4066         (SYMBOL_BLOCK): New accessor.
4067         * valops.c (value_of_variable): Remove frame/block handling and
4068         pass the block argument to read_var_value, which does this job
4069         now.
4070         (value_struct_elt_for_reference): Update calls to
4071         read_var_value.
4072         (value_of_this): Pass the block found to read_var_value.
4073         * value.h (read_var_value): Add a var_block argument.
4074         (default_read_var_value): Likewise.
4075
4076 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4077
4078         * aarch64-linux-nat.c (aarch64_linux_new_thread): Move it to ...
4079         * nat/aarch64-linux.c (aarch64_linux_new_thread): ... here.
4080         * nat/aarch64-linux.h (aarch64_linux_new_thread): Declare.
4081
4082 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4083
4084         * Makefile.in (aarch64-liunx.o): New rule.
4085         (HFILES_NO_SRCDIR): Add aarch64-linux.h.
4086         * config/aarch64/linux.mh (NAT_FILE): Add aarch64-linux.o.
4087         * aarch64-linux-nat.c: Include nat/aarch64-linux.h.
4088         * aarch64-linux-nat.c (aarch64_get_debug_reg_state): Make it
4089         extern.
4090         (aarch64_linux_prepare_to_resume): Move it nat/aarch64-linux.c.
4091         * nat/aarch64-linux-hw-point.h (aarch64_debug_reg_state): Declare
4092         * nat/aarch64-linux.c: New file.
4093         * nat/aarch64-linux.h: New file.
4094
4095 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4096
4097         * aarch64-linux-nat.c (aarch64_linux_prepare_to_resume): Use
4098         lwp_arch_private_info and ptid_of_lwp.
4099
4100 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4101
4102         * aarch64-linux-nat.c (struct arch64_dr_update_callback_param):
4103         Move it to nat/aarch64-linux-hw-point.c.
4104         (debug_reg_change_callback): Likewise.
4105         (aarch64_notify_debug_reg_change): :Likewise.
4106         * nat/aarch64-linux-hw-point.c: Include nat/linux-nat.h.
4107         (aarch64_dr_update_callback_param): New.
4108         (debug_reg_change_callback): New function.
4109         (aarch64_notify_debug_reg_change): Likewise.
4110         * nat/aarch64-linux-hw-point.h (aarch64_notify_debug_reg_change):
4111         Remove the declaration.
4112
4113 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4114
4115         * aarch64-linux-nat.c (aarch64_notify_debug_reg_change):
4116         Call current_lwp_ptid.
4117
4118 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4119
4120         * aarch64-linux-nat.c (debug_reg_change_callback): Use
4121         debug_printf.
4122
4123 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4124
4125         * aarch64-linux-nat.c (debug_reg_change_callback): Call
4126         ptid_get_pid rather than ptid_get_lwp.
4127
4128 2015-08-24  Pedro Alves  <palves@redhat.com>
4129
4130         * NEWS (New commands): Mention set/show remote
4131         multiprocess-extensions-packet.
4132         * remote.c (remote_query_supported): Only tell the server to use
4133         the multiprocess extensions if the user hasn't force-disabled them
4134         with "set remote multiprocess-extensions-packet off".
4135
4136 2015-08-24  Pedro Alves  <palves@redhat.com>
4137
4138         * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
4139         1029a8112290f6eee9d7878a391c49db42c999bd.
4140         * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4:
4141         Regenerate.
4142         * gnulib/import/Makefile.am: Update.
4143         * gnulib/import/Makefile.in: Update.
4144         * gnulib/import/alloca.in.h: Update.
4145         * gnulib/import/basename-lgpl.c: Update.
4146         * gnulib/import/canonicalize-lgpl.c: Update.
4147         * gnulib/import/config.charset: Update.
4148         * gnulib/import/dirent.in.h: Update.
4149         * gnulib/import/dirfd.c: Update.
4150         * gnulib/import/dirname-lgpl.c: Update.
4151         * gnulib/import/dirname.h: Update.
4152         * gnulib/import/dosname.h: Update.
4153         * gnulib/import/errno.in.h: Update.
4154         * gnulib/import/extra/snippet/arg-nonnull.h: Update.
4155         * gnulib/import/extra/snippet/c++defs.h: Update.
4156         * gnulib/import/extra/snippet/warn-on-use.h: Update.
4157         * gnulib/import/extra/update-copyright: Update.
4158         * gnulib/import/float+.h: Update.
4159         * gnulib/import/float.c: Update.
4160         * gnulib/import/float.in.h: Update.
4161         * gnulib/import/fnmatch.c: Update.
4162         * gnulib/import/fnmatch.in.h: Update.
4163         * gnulib/import/fnmatch_loop.c: Update.
4164         * gnulib/import/fpucw.h: Update.
4165         * gnulib/import/frexp.c: Update.
4166         * gnulib/import/frexpl.c: Update.
4167         * gnulib/import/gettimeofday.c: Update.
4168         * gnulib/import/inttypes.in.h: Update.
4169         * gnulib/import/isnan.c: Update.
4170         * gnulib/import/isnand-nolibm.h: Update.
4171         * gnulib/import/isnand.c: Update.
4172         * gnulib/import/isnanl-nolibm.h: Update.
4173         * gnulib/import/isnanl.c: Update.
4174         * gnulib/import/itold.c: Update.
4175         * gnulib/import/localcharset.c: Update.
4176         * gnulib/import/localcharset.h: Update.
4177         * gnulib/import/lstat.c: Update.
4178         * gnulib/import/m4/00gnulib.m4: Update.
4179         * gnulib/import/m4/absolute-header.m4: Update.
4180         * gnulib/import/m4/alloca.m4: Update.
4181         * gnulib/import/m4/canonicalize.m4: Update.
4182         * gnulib/import/m4/codeset.m4: Update.
4183         * gnulib/import/m4/configmake.m4: Update.
4184         * gnulib/import/m4/dirent_h.m4: Update.
4185         * gnulib/import/m4/dirfd.m4: Update.
4186         * gnulib/import/m4/dirname.m4: Update.
4187         * gnulib/import/m4/double-slash-root.m4: Update.
4188         * gnulib/import/m4/eealloc.m4: Update.
4189         * gnulib/import/m4/errno_h.m4: Update.
4190         * gnulib/import/m4/exponentd.m4: Update.
4191         * gnulib/import/m4/exponentl.m4: Update.
4192         * gnulib/import/m4/extensions.m4: Update.
4193         * gnulib/import/m4/extern-inline.m4: Update.
4194         * gnulib/import/m4/fcntl-o.m4: Update.
4195         * gnulib/import/m4/float_h.m4: Update.
4196         * gnulib/import/m4/fnmatch.m4: Update.
4197         * gnulib/import/m4/fpieee.m4: Update.
4198         * gnulib/import/m4/frexp.m4: Update.
4199         * gnulib/import/m4/frexpl.m4: Update.
4200         * gnulib/import/m4/gettimeofday.m4: Update.
4201         * gnulib/import/m4/glibc21.m4: Update.
4202         * gnulib/import/m4/gnulib-cache.m4: Update.
4203         * gnulib/import/m4/gnulib-common.m4: Update.
4204         * gnulib/import/m4/gnulib-comp.m4: Update.
4205         * gnulib/import/m4/gnulib-tool.m4: Update.
4206         * gnulib/import/m4/include_next.m4: Update.
4207         * gnulib/import/m4/inttypes-pri.m4: Update.
4208         * gnulib/import/m4/inttypes.m4: Update.
4209         * gnulib/import/m4/isnand.m4: Update.
4210         * gnulib/import/m4/isnanl.m4: Update.
4211         * gnulib/import/m4/largefile.m4: Update.
4212         * gnulib/import/m4/localcharset.m4: Update.
4213         * gnulib/import/m4/locale-fr.m4: Update.
4214         * gnulib/import/m4/locale-ja.m4: Update.
4215         * gnulib/import/m4/locale-zh.m4: Update.
4216         * gnulib/import/m4/longlong.m4: Update.
4217         * gnulib/import/m4/lstat.m4: Update.
4218         * gnulib/import/m4/malloc.m4: Update.
4219         * gnulib/import/m4/malloca.m4: Update.
4220         * gnulib/import/m4/math_h.m4: Update.
4221         * gnulib/import/m4/mbrtowc.m4: Update.
4222         * gnulib/import/m4/mbsinit.m4: Update.
4223         * gnulib/import/m4/mbsrtowcs.m4: Update.
4224         * gnulib/import/m4/mbstate_t.m4: Update.
4225         * gnulib/import/m4/memchr.m4: Update.
4226         * gnulib/import/m4/memmem.m4: Update.
4227         * gnulib/import/m4/mmap-anon.m4: Update.
4228         * gnulib/import/m4/multiarch.m4: Update.
4229         * gnulib/import/m4/nocrash.m4: Update.
4230         * gnulib/import/m4/off_t.m4: Update.
4231         * gnulib/import/m4/pathmax.m4: Update.
4232         * gnulib/import/m4/readlink.m4: Update.
4233         * gnulib/import/m4/rename.m4: Update.
4234         * gnulib/import/m4/rmdir.m4: Update.
4235         * gnulib/import/m4/ssize_t.m4: Update.
4236         * gnulib/import/m4/stat.m4: Update.
4237         * gnulib/import/m4/stdbool.m4: Update.
4238         * gnulib/import/m4/stddef_h.m4: Update.
4239         * gnulib/import/m4/stdint.m4: Update.
4240         * gnulib/import/m4/stdio_h.m4: Update.
4241         * gnulib/import/m4/stdlib_h.m4: Update.
4242         * gnulib/import/m4/string_h.m4: Update.
4243         * gnulib/import/m4/strstr.m4: Update.
4244         * gnulib/import/m4/strtok_r.m4: Update.
4245         * gnulib/import/m4/sys_socket_h.m4: Update.
4246         * gnulib/import/m4/sys_stat_h.m4: Update.
4247         * gnulib/import/m4/sys_time_h.m4: Update.
4248         * gnulib/import/m4/sys_types_h.m4: Update.
4249         * gnulib/import/m4/time_h.m4: Update.
4250         * gnulib/import/m4/unistd_h.m4: Update.
4251         * gnulib/import/m4/warn-on-use.m4: Update.
4252         * gnulib/import/m4/wchar_h.m4: Update.
4253         * gnulib/import/m4/wchar_t.m4: Update.
4254         * gnulib/import/m4/wctype_h.m4: Update.
4255         * gnulib/import/m4/wint_t.m4: Update.
4256         * gnulib/import/malloc.c: Update.
4257         * gnulib/import/malloca.c: Update.
4258         * gnulib/import/malloca.h: Update.
4259         * gnulib/import/math.in.h: Update.
4260         * gnulib/import/mbrtowc.c: Update.
4261         * gnulib/import/mbsinit.c: Update.
4262         * gnulib/import/mbsrtowcs-impl.h: Update.
4263         * gnulib/import/mbsrtowcs-state.c: Update.
4264         * gnulib/import/mbsrtowcs.c: Update.
4265         * gnulib/import/memchr.c: Update.
4266         * gnulib/import/memmem.c: Update.
4267         * gnulib/import/pathmax.h: Update.
4268         * gnulib/import/readlink.c: Update.
4269         * gnulib/import/ref-add.sin: Update.
4270         * gnulib/import/ref-del.sin: Update.
4271         * gnulib/import/rename.c: Update.
4272         * gnulib/import/rmdir.c: Update.
4273         * gnulib/import/same-inode.h: Update.
4274         * gnulib/import/stat.c: Update.
4275         * gnulib/import/stdbool.in.h: Update.
4276         * gnulib/import/stddef.in.h: Update.
4277         * gnulib/import/stdint.in.h: Update.
4278         * gnulib/import/stdio.c: Update.
4279         * gnulib/import/stdio.in.h: Update.
4280         * gnulib/import/stdlib.in.h: Update.
4281         * gnulib/import/str-two-way.h: Update.
4282         * gnulib/import/streq.h: Update.
4283         * gnulib/import/string.in.h: Update.
4284         * gnulib/import/stripslash.c: Update.
4285         * gnulib/import/strnlen1.c: Update.
4286         * gnulib/import/strnlen1.h: Update.
4287         * gnulib/import/strstr.c: Update.
4288         * gnulib/import/strtok_r.c: Update.
4289         * gnulib/import/sys_stat.in.h: Update.
4290         * gnulib/import/sys_time.in.h: Update.
4291         * gnulib/import/sys_types.in.h: Update.
4292         * gnulib/import/time.in.h: Update.
4293         * gnulib/import/unistd.in.h: Update.
4294         * gnulib/import/verify.h: Update.
4295         * gnulib/import/wchar.in.h: Update.
4296         * gnulib/import/wctype.in.h: Update.
4297         * gnulib/import/gettimeofday.c: New file.
4298         * gnulib/import/m4/absolute-header.m4: New file.
4299         * gnulib/import/m4/gettimeofday.m4: New file.
4300         * gnulib/import/m4/sys_socket_h.m4: New file.
4301         * gnulib/import/m4/sys_time_h.m4: New file.
4302         * gnulib/import/stdio.c: Delete file.
4303         * gnulib/import/sys_time.in.h: New file.
4304
4305 2015-08-24  Pedro Alves  <palves@redhat.com>
4306
4307         * Makefile.in (HFILES_NO_SRCDIR): Add common/gdb_sys_time.h.
4308         * common/gdb_sys_time.h: New file.
4309         * event-loop.c: Include gdb_sys_time.h instead of sys/time.h.
4310         * gdb_select.h: Likewise.
4311         * gdb_usleep.c: Likewise.
4312         * maint.c: Likewise.
4313         * mi/mi-main.c: Likewise.
4314         * mi/mi-parse.h: Likewise.
4315         * remote-fileio.c: Likewise.
4316         * remote-m32r-sdi.c: Likewise.
4317         * remote.c: Likewise.
4318         * ser-base.c: Likewise.
4319         * ser-pipe.c: Likewise.
4320         * ser-tcp.c: Likewise.
4321         * ser-unix.c: Likewise.
4322         * symfile.c: Likewise.
4323         * symfile.c: Likewise.  Rename OSIZE to SIZE throughout.
4324         * target-memory.c: Include gdb_sys_time.h instead of sys/time.h.
4325         * utils.c: Likewise.
4326
4327 2015-08-24  Pedro Alves  <palves@redhat.com>
4328
4329         * NEWS: Mention removed support for the various ROM monitors.
4330         * Makefile.in (ALL_TARGET_OBS): Remove dbug-rom.o, dink32-rom.o,
4331         ppcbug-rom.o, m32r-rom.o, dsrec.o and monitor.o from gdb_target_obs.
4332         * configure.tgt (h8300-*-*): Remove monitor.o and m32r-rom.o from
4333         gdb_target_obs.
4334         (m68*-*-*): Remove monitor.o dbug-rom.o and dsrec.o from
4335         gdb_target_obs.
4336         (microblaze*-linux-*): Remove microblaze-rom.o, monitor.o and
4337         dsrec.o from gdb_target_obs.
4338         (microblaze*-*-*): Remove microblaze-rom.o, monitor.o and dsrec.o
4339         from gdb_target_obs.
4340         (powerpc-*-lynx*178): Remove monitor.o and dsrec.o from
4341         gdb_target_obs.
4342         (powerpc*-*-*): Remove monitor.o, dsrec.o, ppcbug-rom.o and
4343         dink32-rom.o from gdb_target_obs.
4344         (sh*-*-linux*): Remove monitor.o and dsrec.o from gdb_target_obs.
4345         (sh*): Remove monitor.o and dsrec.o from gdb_target_obs.
4346         * dbug-rom.c, dink32-rom.c, dsrec.c, m32r-rom.c, microblaze-rom.c,
4347         monitor.c, monitor.h, ppcbug-rom.c, srec.h: Delete files.
4348
4349 2015-08-21  Pedro Alves  <palves@redhat.com>
4350
4351         * frame.c (null_frame_id): Explicitly zero-initialize.
4352
4353 2015-08-21  Tom Tromey  <tromey@redhat.com>
4354
4355         * dwarf2read.c (struct dwarf2_section_info): Rename field
4356         'asection' to 'section'.
4357         (dwarf2_has_info, get_section_bfd_owner, get_section_bfd_section)
4358         (dwarf2_locate_sections, dwarf2_locate_sections)
4359         (locate_dwz_sections, locate_v1_virtual_dwo_sections)
4360         (dwarf2_locate_dwo_sections, dwarf2_locate_dwo_sections)
4361         (dwarf2_locate_v2_dwp_sections): Adjust.
4362
4363 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
4364
4365         * top.h (gdb_in_secondary_prompt_p): Declare.
4366         * top.c (gdb_secondary_prompt_depth): Define.
4367         (gdb_in_secondary_prompt_p): Define.
4368         (gdb_readline_wrapper_cleanup): Decrement
4369         gdb_secondary_prompt_depth.
4370         (gdb_readline_wrapper): Increment gdb_secondary_prompt_depth.
4371         * tui/tui-io.c (tui_getc): Don't clear the prompt line if we
4372         are in a secondary prompt.
4373
4374 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
4375
4376         * tui/tui-io.c (tui_getc): Use tui_putc instead of waddch to
4377         emit the newline.
4378
4379 2015-08-21  Gary Benson  <gbenson@redhat.com>
4380
4381         * gdb_bfd.c (gdb_bfd_iovec_fileio_pread): Add QUIT call.
4382
4383 2015-08-21  Gary Benson  <gbenson@redhat.com>
4384
4385         * target.h (struct target_ops) <to_fileio_open>: New argument
4386         warn_if_slow.  Update comment.  All implementations updated.
4387         (target_fileio_open_warn_if_slow): New declaration.
4388         * target.c (target_fileio_open): Renamed as...
4389         (target_fileio_open_1): ...this.  New argument warn_if_slow.
4390         Pass warn_if_slow to implementation.  Update debug printing.
4391         (target_fileio_open): New function.
4392         (target_fileio_open_warn_if_slow): Likewise.
4393         * gdb_bfd.c (gdb_bfd_iovec_fileio_open): Use new function
4394         target_fileio_open_warn_if_slow.
4395
4396 2015-08-21  Gary Benson  <gbenson@redhat.com>
4397
4398         * nat/linux-namespaces.c (linux_mntns_access_fs):
4399         Do not overwrite old_chain.
4400
4401 2015-08-20  Max Filippov  <jcmvbkbc@gmail.com>
4402
4403         * arch/xtensa.h: New file.
4404         * xtensa-linux-nat.c (gdb_proc_service.h): New #include.
4405         (ps_get_thread_area): New function.
4406         * xtensa-linux-tdep.c (xtensa_linux_init_abi): Add call to
4407         set_gdbarch_fetch_tls_load_module_address to enable TLS support.
4408         * xtensa-tdep.c (osabi.h): New #include.
4409         (xtensa_gdbarch_init): Call gdbarch_init_osabi to register
4410         xtensa-specific hooks.
4411         * xtensa-tdep.h (struct xtensa_elf_gregset_t): Add threadptr
4412         member and move the structure to arch/xtensa.h.
4413
4414 2015-08-21  Pedro Alves  <palves@redhat.com>
4415
4416         * remote.c (struct readahead_cache): New.
4417         (struct remote_state) <readahead_cache>: New field.
4418         (remote_open_1): Invalidate the cache.
4419         (readahead_cache_invalidate, readahead_cache_invalidate_fd): New
4420         functions.
4421         (remote_hostio_pwrite): Invalidate the readahead cache.
4422         (remote_hostio_pread): Rename to ...
4423         (remote_hostio_pread_vFile): ... this.
4424         (remote_hostio_pread_from_cache): New function.
4425         (remote_hostio_pread): Reimplement.
4426         (remote_hostio_close): Invalidate the readahead cache.
4427
4428 2015-08-21  Marcin Cieślak <saper@saper.info>  (tiny patch)
4429
4430         PR build/18843
4431         * procfs.c: Include "filestuff.h".
4432
4433 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
4434
4435         * tui/tui-data.h (tui_command_info): Remove fields cur_line and
4436         curch.
4437         * tui/tui-data.c (tui_clear_win_detail) [CMD_WIN]: Don't set
4438         cur_line or curch, instead call wmove().
4439         (init_win_info) [CMD_WIN]: Likewise.
4440         * tui/tui-io.c (tui_puts): Likewise. Don't read cur_line,
4441         instead call getcury().
4442         (tui_redisplay_readline): Don't set cur_line or curch.
4443         (tui_mld_erase_entire_line): Don't read cur_line, instead call
4444         getcury().
4445         (tui_cont_sig): Remove call to wmove.
4446         (tui_getc): Don't read cur_line or curch, instead call getcury()
4447         or getyx().  Don't set curch.
4448         * tui/tui-win.c (make_visible_with_new_height) [CMD_WIN]: Don't
4449         set cur_line or curch.  Always move cursor to (0,0).
4450
4451 2015-08-20  Pedro Alves  <palves@redhat.com>
4452
4453         * infrun.c (print_target_wait_results): Make extern.
4454         * infrun.h (print_target_wait_results): Declare.
4455         * remote.c (set_stop_requested_callback): Delete.
4456         (process_initial_stop_replies): New function.
4457         (remote_start_remote): Use it.
4458         (stop_reply_queue_length): New function.
4459
4460 2015-08-20  Pedro Alves  <palves@redhat.com>
4461
4462         * dwarf2read.c (process_full_comp_unit): To tell whether
4463         start_subfile managed to deduce a language, test for
4464         language_unknown instead of language_c.
4465
4466 2015-08-20  Pierre-Marie de Rodat  <derodat@adacore.com>
4467
4468         * ada-lex.l: Reset the start condition to INITIAL in the rule that
4469         matches attributes.
4470
4471 2015-08-19  Kevin Buettner  <kevinb@redhat.com>
4472
4473         * dwarf2read.c (dwarf2_string_attr): New function.
4474         (lookup_dwo_unit, process_psymtab_comp_unit_reader)
4475         (dwarf2_compute_name, dwarf2_physname, find_file_and_directory)
4476         (read_call_site_scope, namespace_name, guess_full_die_structure_name)
4477         (anonymous_struct_prefix, prepare_one_comp_unit): Use
4478         dwarf2_string_attr in place of dwarf2_attr and DW_STRING.
4479
4480 2015-08-18  Doug Evans  <dje@google.com>
4481             Adrian Sendroiu <adrian.sendroiu@freescale.com>
4482
4483         PR mi/18833
4484         * cli/cli-logging.c (pop_output_files): Don't restore redirection
4485         if MI-like.
4486         * mi/mi-out.c: #include "vec.h".
4487         (ui_filep): New type.
4488         (DEV_VEC_P (ui_filep)): New type.
4489         (struct ui_out_data) <buffer, original_buffer>: Delete.
4490         (struct ui_out_data) <streams>: New member.
4491         (mi_ui_out_impl): Add data_destroy field.
4492         (mi_field_string, mi_field_fmt): Update.
4493         (mi_flush, mi_redirect, field_separator): Update.
4494         (mi_open, mi_close): Update.
4495         (mi_out_buffered, mi_out_rewind, mi_out_put): Update.
4496         (mi_out_data_ctor, mi_out_data_dtor): New functions.
4497         (mi_out_new): Call mi_out_data_ctor.
4498
4499 2015-08-18  Sandra Loosemore  <sandra@codesourcery.com>
4500
4501         * remote.c (strprefix): New.
4502         (remote_parse_stop_reply): Use strprefix instead of strncmp
4503         to ensure exact match of keyword.
4504
4505 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
4506
4507         * gdb_bfd.c (debug_bfd_cache): New variable.
4508         (show_bfd_cache_debug): New function.
4509         (gdb_bfd_open): Add debug logging.
4510         (gdb_bfd_ref): Likewise.
4511         (gdb_bfd_unref): Likewise.
4512         (_initialize_gdb_bfd): Add new set/show command.
4513         * NEWS: Mention new command.
4514
4515 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
4516
4517         * gdb_bfd.c (bfd_sharing): New variable.
4518         (show_bfd_sharing): New function.
4519         (gdb_bfd_open): Check bfd_sharing variable.
4520         (_initialize_gdb_bfd): Add new set/show command.
4521         * NEWS: Mention new command.
4522
4523 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
4524
4525         * gdb_bfd.c (struct gdb_bfd_data): Add size, inode, and device id
4526         field.
4527         (struct gdb_bfd_cache_search): Likewise.
4528         (eq_bfd): Compare the size, inode, and device id fields.
4529         (gdb_bfd_open): Initialise the size, inode, and device id fields.
4530         (gdb_bfd_ref): Likewise.
4531         (gdb_bfd_unref): Likewise.
4532
4533 2015-08-18  Pedro Alves  <palves@redhat.com>
4534
4535         * linux-nat.c (linux_nat_always_non_stop_p): If the linux_ops
4536         target implements to_always_non_stop_p, call it.
4537         * x86-linux-nat.c (x86_linux_always_non_stop_p): New function.
4538         (x86_linux_create_target): Install it as to_always_non_stop_p
4539         method.
4540
4541 2015-08-17  Doug Evans  <dje@google.com>
4542
4543         * ui-out.c (default_ui_out_impl): Add comment.
4544
4545 2015-08-17  Iain Buclaw  <ibuclaw@gdcproject.org>
4546
4547         * d-exp.y (type_aggregate_p): New function.
4548         (PrimaryExpression : TypeExp '.' IdentifierExp): Use it.
4549         (classify_inner_name): Likewise.
4550         * d-namespace.c (d_lookup_nested_symbol): Handle TYPE_CODE_ENUM.
4551
4552 2015-08-15  Doug Evans  <xdje42@gmail.com>
4553
4554         * psymtab.c (add_psymbol_to_bcache): Remove "val" arg.  All callers
4555         updated.
4556         (add_psymbol_to_list): Ditto.
4557
4558 2015-08-15  Doug Evans  <xdje42@gmail.com>
4559
4560         * dbxread.c (dbx_end_psymtab): Renamed from end_psymtab.  All callers
4561         updated.  Call end_psymtab_common.
4562         * dwarf2read.c (process_psymtab_comp_unit_reader): Call
4563         end_psymtab_common.
4564         (build_type_psymtabs_reader): Ditto.
4565         * psympriv.h (sort_pst_symbols): Delete.
4566         (end_psymtab_common): Declare.
4567         * psymtab.c (sort_pst_symbols): Make static.
4568         (end_psymtab_common): New function.
4569         * xcoffread.c (xcoff_end_psymtab): Call end_psymtab_common.
4570
4571 2015-08-15  Doug Evans  <xdje42@gmail.com>
4572
4573         * defs.h (LANGUAGE_BITS): Define.
4574         * psympriv.h (partial_symbol) <domain>: Use SYMBOL_DOMAIN_BITS.
4575         (partial_symbol) <aclass>: Use SYMBOL_ACLASS_BITS.
4576         * symtab.h (general_symbol_info> <language>: Usage LANGUAGE_BITS.
4577         (minimal_symbol_type): Add nr_minsym_types.
4578         (MINSYM_TYPE_BITS): Define.
4579         (minimal_symbol) <type>: Use MINSYM_TYPE_BITS.
4580         (domain_enum_tag): Add NR_DOMAINS.
4581         (SYMBOL_DOMAIN_BITS): Change from 4 to 3.
4582         (SYMBOL_ACLASS_BITS): Define from 6 to 5.
4583
4584 2015-08-15  Doug Evans  <xdje42@gmail.com>
4585
4586         * objfiles.h: Whitespace cleanup.
4587         * psympriv.h: Whitespace cleanup.
4588         * psymtab.c: Whitespace/coding convention cleanup.
4589
4590 2015-08-15  Patrick Palka  <patrick@parcs.ath.cx>
4591
4592         * inferior.c (detach_inferior_command): Don't call
4593         any_thread_of_process when pid is 0.
4594         (kill_inferior_command): Likewise.
4595
4596 2015-08-14  Doug Evans  <xdje42@gmail.com>
4597
4598         PR gdb/11833
4599         * NEWS: Document new /s modifier for the disassemble command.
4600         * cli/cli-cmds.c (disassemble_command): Add support for /s.
4601         (_initialize_cli_cmds): Update online docs of disassemble command.
4602         * disasm.c: #include "source.h".
4603         (struct deprecated_dis_line_entry): Renamed from dis_line_entry.
4604         All uses updated.
4605         (dis_line_entry): New struct.
4606         (hash_dis_line_entry, eq_dis_line_entry): New functions.
4607         (allocate_dis_line_table): New functions.
4608         (maybe_add_dis_line_entry, line_has_code_p): New functions.
4609         (dump_insns): New arg end_pc.  All callers updated.
4610         (do_mixed_source_and_assembly_deprecated): Renamed from
4611         do_mixed_source_and_assembly.  All callers updated.
4612         (do_mixed_source_and_assembly): New function.
4613         (gdb_disassembly): Handle /s (DISASSEMBLY_SOURCE).
4614         * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED): Renamed from
4615         DISASSEMBLY_SOURCE.  All uses updated.
4616         (DISASSEMBLY_SOURCE): New macro.
4617         * mi/mi-cmd-disas.c (mi_cmd_disassemble): New modes 4,5.
4618
4619 2015-08-14  Keith Seitz  <keiths@redhat.com>
4620
4621         * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Rename
4622         `typename' to `type_name' to avoid C++ reserved word.
4623
4624 2015-08-14  Keith Seitz  <keiths@redhat.com>
4625
4626         * location.c (EL_TYPE, EL_LINESPEC, EL_PROBE, EL_ADDRESS)
4627         (EL_EXPLICIT, EL_STRING): Change macro parameter to "P" to
4628         silence ARI errors.
4629
4630 2015-08-14  Iain Buclaw  <ibuclaw@gdcproject.org>
4631
4632         * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Use
4633         xstrprintf instead of malloc and sprintf.
4634         (PrimaryExpression : IdentifierExp): Avoid operator at end of line.
4635         (lex_one_token): Likewise.
4636
4637 2015-08-14  Matthew Fortune  <matthew.fortune@imgtec.com>
4638
4639         * solib-svr4.c (read_program_header): Add base_addr argument to
4640         report the runtime address of the segment.
4641         (find_program_interpreter): Update read_program_header call to pass
4642         a NULL pointer for the new argument.
4643         (scan_dyntag): Add ptr_addr argument to report the runtime address
4644         of the tag payload.
4645         (scan_dyntag_auxv): Likewise and use thew new base_addr argument of
4646         read_program_header to get the base address of the dynamic segment.
4647         (elf_locate_base): Update uses of scan_dyntag, scan_dyntag_auxv and
4648         read_program_header.
4649         (elf_locate_base): Scan for and handle DT_MIPS_RLD_MAP_REL.
4650
4651 2015-08-14  Matthew Fortune  <matthew.fortune@imgtec.com>
4652
4653         * MAINTAINERS (Write After Approval): Add Matthew Fortune.
4654
4655 2015-08-13  Iain Buclaw  <ibuclaw@gdcproject.org>
4656
4657         * d-exp.y (%union): Add voidval.
4658         (%token): Add UNKNOWN_NAME as a token to represent an unclassified
4659         name in the lexing stage.
4660         (PostfixExpression): Move symbol completion handling in grammar here
4661         from PrimaryExpression.
4662         (PrimaryExpression): Move routines to handle resolving identifier
4663         tokens in the grammar here from push_expression_name.
4664         (IdentifierExp): Remove the handling of alternating '.' and identifier
4665         tokens.
4666         (TypeExp): Allow TypeExp to be wrapped in parenthesis in the grammar.
4667         (BasicType): Remove C-style typename rules.
4668         (d_type_from_name, d_module_from_name, push_variable)
4669         (push_fieldnames, push_type_name, push_module_name)
4670         (push_expression_name): Remove.
4671         (lex_one_token): Rename from yylex.  Replace pstate with par_state.
4672         (token_and_value): New type.
4673         (token_fifo, popping, name_obstack): New globals.
4674         (classify_name): New function.
4675         (classify_inner_name): Likewise.
4676         (yylex): Likewise.
4677         (d_parse): Initialize token_fifo, popping and name_obstack.
4678
4679 2015-08-13  Iain Buclaw  <ibuclaw@gdcproject.org>
4680
4681         * Makefile.in (SFILES): Add d-namespace.c.
4682         (COMMON_OBS): Add d-namespace.o.
4683         * d-lang.c (d_language_defn): Use d_lookup_symbol_nonlocal as the
4684         la_lookup_symbol_nonlocal callback function pointer.
4685         * d-lang.h (d_lookup_symbol_nonlocal): New declaration.
4686         (d_lookup_nested_symbol): New declaration.
4687         * d-namespace.c: New file.
4688
4689 2015-08-13  Pedro Alves  <palves@redhat.com>
4690
4691         * python/py-unwind.c (pyuw_sniffer): Install the invalidate
4692         cleanup after the decref cleanup, not before.
4693
4694 2015-08-13  Pierre-Marie de Rodat  <derodat@adacore.com>
4695
4696         * ada-lang.c: Include namespace.h
4697         (aux_add_nonlocal_symbols): Fix a function name in comment.
4698         (ada_add_block_renamings): New.
4699         (add_nonlocal_symbols): Add global renamings handling.
4700         (ada_lookup_symbol_list_worker): Move the symbol lookup part
4701         to...
4702         (ada_add_all_symbols): ... this new function.
4703         (ada_add_block_symbols): Try to match the input name against the
4704         "using directives list", perform a recursive symbol lookup on
4705         the matched declarations.
4706         * block.h (struct block): Move the_namespace to top-level as
4707         namespace_info. Remove the language_specific field.
4708         (BLOCK_NAMESPACE): Update access to the namespace_info field.
4709         * buildsym.h (using_directives): Rename into...
4710         (local_using_directives): ... this.
4711         (global_using_directives): New.
4712         (struct context_stack): Rename the using_directives field into
4713         local_using_directives.
4714         * buildsym.c (finish_block_internal): Deal with the proper
4715         using directives repository (local or global).
4716         (prepare_for_building): Reset local_using_directives. Assert
4717         that there is no pending global using directive.
4718         (reset_symtab_globals): Reset global_using_directives and
4719         local_using_directives.
4720         (end_symtab_get_static_block): Don't ignore symtabs that have
4721         only using directives.
4722         (push_context): Update references to local_using_directives.
4723         (buildsym_init): Do not reset using_directives.
4724         * cp-support.c: Include namespace.h.
4725         * cp-support.h (struct using_direct): Move to namespace.h.
4726         (cp_add_using_directives): Move to namespace.h.
4727         * cp-namespace.c: Include namespace.h
4728         (cp_add_using_directive): Move to namespace.c, rename it to
4729         add_using_directive, add a "using_directives" argument and use
4730         it as the pending using directives repository.  All callers
4731         updated.
4732         * dwarf2read.c (using_directives): New.
4733         (read_import_statement): Call using_directives.
4734         (read_func_scope): Update references to local_using_directives.
4735         (read_lexical_block_scope): Likewise.
4736         (read_namespace): Update the heading comment, call
4737         using_directives.
4738         * namespace.h: New file.
4739         * namespace.c: New file.
4740         * Makefile.in (SFILES): Add namespace.c.
4741         (COMMON_OBS): Add namespace.o
4742
4743 2015-08-12  Joel Brobecker  <brobecker@adacore.com>
4744
4745         * amd64-tdep.c (amd64_displaced_step_fixup): Fix the mask used to
4746         compute RETADDR.
4747
4748 2015-08-12  Keith Seitz  <keiths@redhat.com>
4749
4750         * break-catch-throw.c (re_set_exception_catchpoint) Rename
4751         reserved C++ keyword "explicit" to "explicit_loc".
4752         * breakpoint.c (create_overlay_event_breakpoint)
4753         (create_longjmp_master_breakpoint)
4754         (create_std_terminate_master_breakpoint)
4755         (create_exception_master_breakpoint, update_static_tracepoint):
4756         Rename reserved C++ keyword "explicit" to "explicit_loc".
4757         * completer.c (collect_explicit_location_matches)
4758         (explicit_location_completer): Rename reserved C++ keyword
4759         "explicit" to "explicit_loc".
4760         * linespec.c (struct linespec) <explicit>: Rename to "explicit_loc".
4761         (canonicalize_linespec, create_sals_line_offset)
4762         (convert_linespec_to_sals, convert_explicit_location_to_sals)
4763         (event_location_to_sals, decode_objc): Rename reserved C++ keyword
4764         "explicit" to "explicit_loc".
4765         * location.c (struct event_location) <explicit>: Rename to
4766         "explicit_loc".
4767         (initialize_explicit_location, new_explicit_location)
4768         (explicit_location_to_string_internal, explicit_location_to_linespec):
4769         Rename reserved C++ keyword "explicit" to "explicit_loc".
4770         * location.h (explicit_location_to_string)
4771         (explicit_location_to_linespec, initialize_explicit_location)
4772         (new_explicit_location): Rename reserved C++ keyword "explicit"
4773         to "explicit_loc".
4774         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Rename reserved C++
4775         keyword "explicit" to "explicit_loc".
4776
4777 2015-08-12  Keith Seitz  <keiths@redhat.com>
4778
4779         * python/python.c (gdbpy_decode_line): Initialize `location' to NULL
4780         and only call decode_line_1 when it is non-NULL.
4781
4782 2015-08-12  Luis Machado  <lgustavo@codesourcery.com>
4783
4784         * breakpoint.c (bp_loc_is_permanent): Return 0 when breakpoint
4785         location address is not meaningful.
4786         (breakpoint_address_is_meaningful): Update comment.
4787
4788 2015-08-11  Keith Seitz  <keiths@redhat.com>
4789
4790         * NEWS: Mention explicit locations.
4791         * breakpoint.c [LOCATION_HELP_STRING]: New macro.
4792         [BREAK_ARGS_HELP]: Use LOCATION_HELP_STRING.
4793         (_initialize_breakpoint): Update documentation for
4794         "clear", "break", "trace", "strace", "ftrace", and "dprintf".
4795
4796 2015-08-11  Keith Seitz  <keiths@redhat.com>
4797
4798         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Add support for
4799         explicit locations, options "--source", "--function",
4800         "--label", and "--line".
4801
4802 2015-08-11  Keith Seitz  <keiths@redhat.com>
4803
4804         * completer.c: Include location.h.
4805         (enum match_type): New enum.
4806         (location_completer): Rename to ...
4807         (linespec_completer): ... this.
4808         (collect_explicit_location_matches, backup_text_ptr)
4809         (explicit_location_completer): New functions.
4810         (location_completer): "New" function; handle linespec
4811         and explicit location completions.
4812         (complete_line_internal): Remove all location completer-specific
4813         handling.
4814         * linespec.c (linespec_lexer_lex_keyword, is_ada_operator)
4815         (find_toplevel_char): Export.
4816         (linespec_parse_line_offset): Export.
4817         Issue error if STRING is not numerical.
4818         (gdb_get_linespec_parser_quote_characters): New function.
4819         * linespec.h (linespec_parse_line_offset): Declare.
4820         (get_gdb_linespec_parser_quote_characters): Declare.
4821         (is_ada_operator): Declare.
4822         (find_toplevel_char): Declare.
4823         (linespec_lexer_lex_keyword): Declare.
4824         * location.c (explicit_to_event_location): New function.
4825         (explicit_location_lex_one): New function.
4826         (string_to_explicit_location): New function.
4827         (string_to_event_location): Handle explicit locations.
4828         * location.h (explicit_to_event_location): Declare.
4829         (string_to_explicit_location): Declare.
4830
4831 2015-08-11  Keith Seitz  <keiths@redhat.com>
4832
4833         * break-catch-throw.c (re_set_exception_catchpoint): Convert
4834         linespec into explicit location.
4835         * breakpoint.c (create_overlay_breakpoint)
4836         (create_longjmp_master_breakpoint)
4837         (create_std_terminate_master_breakpoint)
4838         (create_exception_master_breakpoint): Convert linespec into explicit
4839         location.
4840         (update_static_tracepoint): Convert linespec into explicit location.
4841         * linespec.c (enum offset_relative_sign, struct line_offset): Move
4842         location.h.
4843         (struct linespec) <expression, expr_pc, source_filename>
4844         <function_name, label_name, line_offset>: Replace with ...
4845         <explicit>: ... this.
4846         <is_linespec>: New member.
4847         (PARSER_EXPLICIT): New accessor macro.
4848         (undefined_label_error): New function.
4849         (source_file_not_found_error): New function.
4850         (linespec_parse_basic): The parser result is now an explicit location.
4851         Use PARSER_EXPLICIT to access it.
4852         Use undefined_label_error.
4853         (canonicalize_linespec): Convert canonical linespec into explicit
4854         location.
4855         Move string representation of location to explicit_location_to_linespec
4856         and use it and explicit_location_to_string to save string
4857         representations of the canonical location.
4858         (create_sals_line_offset, convert_linespec_to_sals): `ls' contains an
4859         explicit location.  Update all references.
4860         (convert_explicit_location_to_sals): New function.
4861         (parse_linespec): Use PARSER_EXPLICIT to access the parser
4862         result's explicit location.
4863         (linespec_state_constructor): Initialize is_linespec.
4864         Use PARSER_EXPLICIT.
4865         (linespec_parser_delete): Use PARSER_EXPLICIT to access the parser's
4866         result.
4867         (event_location_to_sals): For linespec locations, set is_linespec.
4868         Handle explicit locations.
4869         (decode_objc): 'ls' contains an explicit location now. Update all
4870         references.
4871         (symtabs_from_filename): Use source_file_not_found_error.
4872         * location.c (struct event_location.u) <explicit>: New member.
4873         (initialize_explicit_location): New function.
4874         (initialize_event_location): Initialize explicit locations.
4875         (new_explicit_location, get_explicit_location)
4876         (get_explicit_location_const): New functions.
4877         (explicit_to_string_internal): New function; most of contents moved
4878         from canonicalize_linespec.
4879         (explicit_location_to_string): New function.
4880         (explicit_location_to_linespec): New function.
4881         (copy_event_location, delete_event_location)
4882         (event_location_to_string_const, event_location_empty_p): Handle
4883         explicit locations.
4884         * location.h (enum offset_relative_sign, struct line_offset): Move
4885         here from linespec.h.
4886         (enum event_location_type): Add EXPLICIT_LOCATION.
4887         (struct explicit_location): New structure.
4888         (explicit_location_to_string): Declare.
4889         (explicit_location_to_linespec): Declare.
4890         (new_explicit_location, get_explicit_locationp
4891         (get_explicit_location_const, initialize_explicit_location): Declare.
4892
4893 2015-08-11  Keith Seitz  <keiths@redhat.com>
4894
4895         * break-catch-throw.c (re_set_exception_catchpoint): Convert
4896         linespec for stap probe to probe location.
4897         * breakpoint.c (create_longjmp_master_breakpoint)
4898         (create_exception_master_breakpoint): Likewise.
4899         (break_command_1): Remove local variable `arg_cp'.
4900         Check location type to set appropriate breakpoint ops methods.
4901         (trace_command): Likewise.
4902         * linespec.c (event_location_to_sals): Assert on probe locations.
4903         * location.c (EL_PROBE): Add macro definition.
4904         (new_probe_location, get_probe_location): New functions.
4905         (copy_event_location, delete_event_location, event_location_to_string)
4906         (string_to_event_location, event_location_empty_p): Handle probe
4907         locations.
4908         * location.h (enum event_location_type): Add PROBE_LOCATION.
4909         (new_probe_location, get_probe_location): Declare.
4910         * probe.c (parse_probes): Assert that LOCATION is a probe location.
4911         Convert linespec into probe location.
4912
4913 2015-08-11  Keith Seitz  <keiths@redhat.com>
4914
4915         * breakpoint.c (create_thread_event_breakpoint, init_breakpoint_sal):
4916         Convert linespec to address location.
4917         * linespec.c (canonicalize_linespec): Do not handle address
4918         locations here.
4919         (convert_address_location_to_sals): New function; contents moved
4920         from ...
4921         (convert_linespc_to_sals): ... here.
4922         (parse_linespec): Remove address locations from linespec grammar.
4923         Remove handling of address locations.
4924         (linespec_lex_to_end): Remove handling of address linespecs.
4925         (event_location_to_sals): Handle ADDRESS_LOCATION.
4926         (linespec_expression_to_pc): Export.
4927         * linespec.h (linespec_expression_to_pc): Add declaration.
4928         * location.c (struct event_location.u) <address>: New member.
4929         (new_address_location, get_address_location): New functions.
4930         (copy_event_location, delete_event_location, event_location_to_string)
4931         (string_to_event_location, event_location_empty_p): Handle address
4932         locations.
4933         * location.h (enum event_location_type): Add ADDRESS_LOCATION.
4934         (new_address_location, get_address_location): Declare.
4935         * python/py-finishbreakpoint.c (bpfinishpy_init): Convert linespec
4936         to address location.
4937         * spu-tdep.c (spu_catch_start): Likewise.
4938
4939 2015-08-11  Keith Seitz  <keiths@redhat.com>
4940
4941         * ax-gdb.c: Include location.h.
4942         (agent_command_1) Use linespec location instead of address
4943         string.
4944         * break-catch-throw.c: Include location.h.
4945         (re_set_exception_catchpoint): Use linespec locations instead
4946         of address strings.
4947         * breakpoint.c: Include location.h.
4948         (create_overlay_event_breakpoint, create_longjmp_master_breakpoint)
4949         (create_std_terminate_master_breakpoint)
4950         (create_exception_master_breakpoint, update_breakpoints_after_exec):
4951         Use linespec location instead of address string.
4952         (print_breakpoint_location):  Use locations and
4953         event_location_to_string.
4954         Print extra_string for pending locations for non-MI streams.
4955         (print_one_breakpoint_location): Use locations and
4956         event_location_to_string.
4957         (init_raw_breakpoint_without_location): Initialize b->location.
4958         (create_thread_event_breakpoint): Use linespec location instead of
4959         address string.
4960         (init_breakpoint_sal): Likewise.
4961         Only save extra_string if it is non-NULL and not the empty string.
4962         Use event_location_to_string instead of `addr_string'.
4963         Constify `p' and `endp'.
4964         Use skip_spaces_const/skip_space_const instead of non-const versions.
4965         Copy the location into the breakpoint.
4966         If LOCATION is NULL, save the breakpoint address as a linespec location
4967         instead of an address string.
4968         (create_breakpoint_sal): Change `addr_string' parameter to a struct
4969         event_location. All uses updated.
4970         (create_breakpoints_sal): Likewise for local variable `addr_string'.
4971         (parse_breakpoint_sals): Use locations instead of address strings.
4972         Remove check for empty linespec with conditional.
4973         Refactor.
4974         (decode_static_tracepoint_spec): Make argument const and update
4975         function.
4976         (create_breakpoint): Change `arg' to a struct event_location and
4977         rename.
4978         Remove `copy_arg' and `addr_start'.
4979         If EXTRA_STRING is empty, set it to NULL.
4980         Don't populate `canonical' for pending breakpoints.
4981         Pass `extra_string' to find_condition_and_thread.
4982         Clear `extra_string' if `rest' was NULL.
4983         Do not error with "garbage after location" if setting a dprintf
4984         breakpoint.
4985         Copy the location into the breakpoint instead of an address string.
4986         (break_command_1): Use string_to_event_location and pass this to
4987         create_breakpoint instead of an address string.
4988         Check against `arg_cp' for a probe linespec.
4989         (dprintf_command): Use string_to_event_location and pass this to
4990         create_breakpoint instead of an address string.
4991         Throw an exception if no format string was specified.
4992         (print_recreate_ranged_breakpoint): Use event_location_to_string
4993         instead of address strings.
4994         (break_range_command, until_break_command)
4995         (init_ada_exception_breakpoint): Use locations instead
4996         of address strings.
4997         (say_where): Print out extra_string for pending locations.
4998         (base_breakpoint_dtor): Delete `location' and `location_range_end' of
4999         the breakpoint.
5000         (base_breakpoint_create_sals_from_location): Use struct event_location
5001         instead of address string.
5002         Remove `addr_start' and `copy_arg' parameters.
5003         (base_breakpoint_decode_location): Use struct event_location instead of
5004         address string.
5005         (bkpt_re_set): Use locations instead of address strings.
5006         Use event_location_empty_p to check for unset location.
5007         (bkpt_print_recreate): Use event_location_to_string instead of
5008         an address string.
5009         Print out extra_string for pending locations.
5010         (bkpt_create_sals_from_location, bkpt_decode_location)
5011         (bkpt_probe_create_sals_from_location): Use struct event_location
5012         instead of address string.
5013         (bkpt_probe_decode_location): Use struct event_location instead of
5014         address string.
5015         (tracepoint_print_recreate): Use event_location_to_string to
5016         recreate the tracepoint.
5017         (tracepoint_create_sals_from_location, tracepoint_decode_location)
5018         (tracepoint_probe_create_sals_from_location)
5019         (tracepoint_probe_decode_location): Use struct event_location
5020         instead of address string.
5021         (dprintf_print_recreate): Use event_location_to_string to recreate
5022         the dprintf.
5023         (dprintf_re_set): Remove check for valid/missing format string.
5024         (strace_marker_create_sals_from_location)
5025         (strace_marker_create_breakpoints_sal, strace_marker_decode_location)
5026         (update_static_tracepoint): Use struct event_location instead of
5027         address string.
5028         (location_to_sals): Likewise.
5029         Pass `extra_string' to find_condition_and_thread.
5030         For newly resolved pending breakpoint locations, clear the location's
5031         string representation.
5032         Assert that the breakpoint's condition string is NULL when
5033         condition_not_parsed.
5034         (breakpoint_re_set_default, create_sals_from_location_default)
5035         (decode_location_default, trace_command, ftrace_command)
5036         (strace_command, create_tracepoint_from_upload): Use locations
5037         instead of address strings.
5038         * breakpoint.h (struct breakpoint_ops) <create_sals_from_location>:
5039         Use struct event_location instead of address string.
5040         Update all uses.
5041         <decode_location>: Likewise.
5042         (struct breakpoint) <addr_string>: Change to struct event_location
5043         and rename `location'.
5044         <addr_string_range_end>: Change to struct event_location and rename
5045         `location_range_end'.
5046         (create_breakpoint): Use struct event_location instead of address
5047         string.
5048         * cli/cli-cmds.c: Include location.h.
5049         (edit_command, list_command): Use locations instead of address strings.
5050         * elfread.c: Include location.h.
5051         (elf_gnu_ifunc_resolver_return_stop): Use event_location_to_string.
5052         * guile/scm-breakpoint.c: Include location.h.
5053         (bpscm_print_breakpoint_smob): Use event_location_to_string.
5054         (gdbscm_register_breakpoint): Use locations instead of address
5055         strings.
5056         * linespec.c: Include location.h.
5057         (struct ls_parser) <stream>: Change to const char *.
5058         (PARSER_STREAM): Update.
5059         (lionespec_lexer_lex_keyword): According to find_condition_and_thread,
5060         keywords must be followed by whitespace.
5061         (canonicalize_linespec): Save a linespec location into `canonical'.
5062         Save a canonical linespec into `canonical'.
5063         (parse_linespec): Change `argptr' to const char * and rename `arg'.
5064         All uses updated.
5065         Update function description.
5066         (linespec_parser_new): Initialize `parser'.
5067         Update initialization of  parsing stream.
5068         (event_location_to_sals): New function.
5069         (decode_line_full): Change `argptr' to a struct event_location and
5070         rename it `location'.
5071         Use locations instead of address strings.
5072         Call event_location_to_sals instead of parse_linespec.
5073         (decode_line_1): Likewise.
5074         (decode_line_with_current_source, decode_line_with_last_displayed)
5075         Use locations instead of address strings.
5076         (decode_objc): Likewise.
5077         Change `argptr' to const char * and rename `arg'.
5078         (destroy_linespec_result): Delete the linespec result's location
5079         instead of freeing the address string.
5080         * linespec.h (struct linespec_result) <addr_string>: Change to
5081         struct event_location and rename to ...
5082         <location>: ... this.
5083         (decode_line_1, decode_line_full): Change `argptr' to struct
5084         event_location.  All callers updated.
5085         * mi/mi-cmd-break.c: Include language.h, location.h, and linespec.h.
5086         (mi_cmd_break_insert_1): Use locations instead of address strings.
5087         Throw an error if there was "garbage" at the end of the specified
5088         linespec.
5089         * probe.c: Include location.h.
5090         (parse_probes): Change `argptr' to struct event_location.
5091         Use event locations instead of address strings.
5092         * probe.h (parse_probes): Change `argptr' to struct event_location.
5093         * python/py-breakpoint.c: Include location.h.
5094         (bppy_get_location): Constify local variable `str'.
5095         Use event_location_to_string.
5096         (bppy_init): Use locations instead of address strings.
5097         * python/py-finishbreakpoint.c: Include location.h.
5098         (bpfinishpy_init): Remove local variable `addr_str'.
5099         Use locations instead of address strings.
5100         * python/python.c: Include location.h.
5101         (gdbpy_decode_line): Use locations instead of address strings.
5102         * remote.c: Include location.h.
5103         (remote_download_tracepoint): Use locations instead of address
5104         strings.
5105         * spu-tdep.c: Include location.h.
5106         (spu_catch_start): Remove local variable `buf'.
5107         Use locations instead of address strings.
5108         * tracepoint.c: Include location.h.
5109         (scope_info): Use locations instead of address strings.
5110         (encode_source_string): Constify parameter `src'.
5111         * tracepoint.h (encode_source_string): Likewise.
5112
5113 2015-08-11  Keith Seitz  <keiths@redhat.com>
5114
5115         * Makefile.in (SFILES): Add location.c.
5116         (HFILES_NO_SRCDIR): Add location.h.
5117         (COMMON_OBS): Add location.o.
5118         * linespec.c (linespec_lex_to_end): New function.
5119         * linespec.h (linespec_lex_to_end): Declare.
5120         * location.c: New file.
5121         * location.h: New file.
5122
5123 2015-08-11  Keith Seitz  <keiths@redhat.com>
5124
5125         * breakpoint.h (struct breakpoint_ops) <create_sals_from_address>:
5126         Renamed to create_sals_from_location.
5127         <decode_linespec>: Renamed to decode_location.
5128         Update all callers.
5129         * breakpoint.c (create_sals_from_address_default): Renamed to ...
5130         (create_sals_from_location_default): ... this.
5131         (addr_string_to_sals): Renamed to ...
5132         (location_to_sals): ... this.
5133         (decode_linespec_default): Renamed to ...
5134         (decode_location_default): ... this.
5135         (base_breakpoint_create_sals_from_address): Renamed to ...
5136         (base_breakpoint_create_sals_from_location): ... this.
5137         (bkpt_create_sals_from_address): Renamed to ...
5138         (bkpt_create_sals_from_location): ... this.
5139         (bkpt_decode_linespec): Renamed to ...
5140         (bkpt_decode_location): ... this.
5141         (bkpt_probe_create_sals_from_address): Renamed to ...
5142         (bkpt_probe_create_sals_from_location): ... this.
5143         (tracepoint_create_sals_from_address): Renamed to ...
5144         (tracepoint_create_sals_from_location): ... this.
5145         (tracepoint_decode_linespec): Renamed to ...
5146         (tracepoint_decode_location): ... this.
5147         (tracepoint_probe_create_sals_from_address): Renamed to ...
5148         (tracepoint_probe_create_sals_from_location): ... this.
5149         (tracepoint_probe_decode_linespec): Renamed to ...
5150         (tracepoint_probe_decode_location): ... this.
5151         (strace_marker_create_sals_from_address): Renamed to ...
5152         (strace_marker_create_sals_from_location): ... this.
5153         (decode_linespec_default): Renamed to ...
5154         (decode_location_default): ... this.
5155
5156 2015-08-10  Doug Evans  <dje@google.com>
5157             Keith Seitz  <keiths@redhat.com>
5158
5159         PR gdb/17960
5160         * symtab.c (make_file_symbol_completion_list_1): Renamed from
5161         make_file_symbol_completion_list and made static.
5162         (make_file_symbol_completion_list): New function.
5163
5164 2015-08-10  Joel Brobecker  <brobecker@adacore.com>
5165
5166         * infrun.c (follow_fork, displaced_step_prepare, resume): Remove
5167         trailing new-line at end of warning message.
5168         (proceed): Add i18n marker to error messages.
5169
5170 2015-08-07  Pedro Alves  <palves@redhat.com>
5171
5172         * linux-nat.c (linux_nat_always_non_stop_p): Return 1.
5173
5174 2015-08-07  Pedro Alves  <palves@redhat.com>
5175
5176         * s390-linux-tdep.c (is_non_branch_ril)
5177         (s390_displaced_step_copy_insn): New functions.
5178         (s390_displaced_step_fixup): Update comment.
5179         (s390_gdbarch_init): Install s390_displaced_step_copy_insn as
5180         gdbarch_displaced_step_copy_insn hook.
5181
5182 2015-08-07  Pedro Alves  <palves@redhat.com>
5183
5184         * infrun.c (displaced_step_prepare_throw): Return -1 if
5185         gdbarch_displaced_step_copy_insn returns NULL.  Update intro
5186         comment.
5187         * rs6000-tdep.c (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION)
5188         (STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION): Move higher up
5189         in file.
5190         (ppc_displaced_step_copy_insn): New function.
5191         (ppc_displaced_step_fixup): Update comment.
5192         (rs6000_gdbarch_init): Install ppc_displaced_step_copy_insn as
5193         gdbarch_displaced_step_copy_insn hook.
5194         * gdbarch.sh (displaced_step_copy_insn): Document what happens on
5195         NULL return.
5196         * gdbarch.h: Regenerate.
5197
5198 2015-08-07  Pedro Alves  <palves@redhat.com>
5199
5200         * inferior.h (struct inferior) <displaced_stepping_failed>: New
5201         field.
5202         * infrun.c (use_displaced_stepping_now_p): New parameter 'inf'.
5203         Return false if dispaced stepping failed before.
5204         (resume): Pass the current inferior to
5205         use_displaced_stepping_now_p.  Wrap displaced_step_prepare in
5206         TRY/CATCH.  If we get a MEMORY_ERROR, set the inferior's
5207         displaced_stepping_failed flag, and fall back to an in-line
5208         step-over.
5209
5210 2015-08-07  Pedro Alves  <palves@redhat.com>
5211
5212         * darwin-nat.c (darwin_stop): Rename to ...
5213         (darwin_interrupt): ... this.
5214         (_initialize_darwin_inferior): Adjust.
5215         * gnu-nat.c (gnu_stop): Delete.
5216         (gnu_target): Don't install gnu_stop.
5217         * inf-ptrace.c (inf_ptrace_stop): Rename to ...
5218         (inf_ptrace_interrupt): ... this.
5219         (inf_ptrace_target): Adjust.
5220         * infcmd.c (interrupt_target_1): Use target_interrupt instead of
5221         target_stop.
5222         * linux-nat (linux_nat_stop): Rename to ...
5223         (linux_nat_interrupt): ... this.
5224         (linux_nat_stop): Reimplement.
5225         (linux_nat_add_target): Install linux_nat_interrupt.
5226         * nto-procfs.c (nto_interrupt_twice): Rename to ...
5227         (nto_handle_sigint_twice): ... this.
5228         (nto_interrupt): Rename to ...
5229         (nto_handle_sigint): ... this.  Call target_interrupt instead of
5230         target_stop.
5231         (procfs_wait): Adjust.
5232         (procfs_stop): Rename to ...
5233         (procfs_interrupt): ... this.
5234         (init_procfs_targets): Adjust.
5235         * procfs.c (procfs_stop): Rename to ...
5236         (procfs_interrupt): ... this.
5237         (procfs_target): Adjust.
5238         * remote-m32r-sdi.c (m32r_stop): Rename to ...
5239         (m32r_interrupt): ... this.
5240         (init_m32r_ops): Adjust.
5241         * remote-sim.c (gdbsim_stop_inferior): Rename to ...
5242         (gdbsim_interrupt_inferior): ... this.
5243         (gdbsim_stop): Rename to ...
5244         (gdbsim_interrupt): ... this.
5245         (gdbsim_cntrl_c): Adjust.
5246         (init_gdbsim_ops): Adjust.
5247         * remote.c (sync_remote_interrupt): Adjust comments.
5248         (remote_stop_as): Rename to ...
5249         (remote_interrupt_as): ... this.
5250         (remote_stop): Adjust comment.
5251         (remote_interrupt): New function.
5252         (init_remote_ops): Install remote_interrupt.
5253         * target.c (target_interrupt): New function.
5254         * target.h (struct target_ops) <to_interrupt>: New field.
5255         (target_interrupt): New declaration.
5256         * windows-nat.c (windows_stop): Rename to ...
5257         (windows_interrupt): ... this.
5258         * target-delegates.c: Regenerate.
5259
5260 2015-08-07  Pedro Alves  <palves@redhat.com>
5261
5262         * signal-while-stepping-over-bp-other-thread.exp: Expect "restart
5263         threads" as alternative to "switching back to stepped thread".
5264
5265 2015-08-07  Pedro Alves  <palves@redhat.com>
5266
5267         * NEWS: Mention "maint set/show target-non-stop".
5268         * breakpoint.c (update_global_location_list): Check
5269         target_is_non_stop_p instead of non_stop.
5270         * infcmd.c (attach_command_post_wait, attach_command): Likewise.
5271         * infrun.c (show_can_use_displaced_stepping)
5272         (can_use_displaced_stepping_p, start_step_over_inferior):
5273         Likewise.
5274         (internal_resume_ptid): New function.
5275         (resume): Use it.
5276         (proceed): Check target_is_non_stop_p instead of non_stop.  If in
5277         all-stop mode but the target is always in non-stop mode, start all
5278         the other threads that are implicitly resumed too.
5279         (for_each_just_stopped_thread, fetch_inferior_event)
5280         (adjust_pc_after_break, stop_all_threads): Check
5281         target_is_non_stop_p instead of non_stop.
5282         (handle_inferior_event): Likewise.  Handle detach-fork in all-stop
5283         with the target always in non-stop mode.
5284         (handle_signal_stop) <random signal>: Check target_is_non_stop_p
5285         instead of non_stop.
5286         (switch_back_to_stepped_thread): Check target_is_non_stop_p
5287         instead of non_stop.
5288         (keep_going_stepped_thread): Use internal_resume_ptid.
5289         (stop_waiting): If in all-stop mode, and the target is in non-stop
5290         mode, stop all threads.
5291         (keep_going_pass): Likewise, when starting a new in-line step-over
5292         sequence.
5293         * linux-nat.c (get_pending_status, select_event_lwp)
5294         (linux_nat_filter_event, linux_nat_wait_1, linux_nat_wait): Check
5295         target_is_non_stop_p instead of non_stop.
5296         (linux_nat_always_non_stop_p): New function.
5297         (linux_nat_stop): Check target_is_non_stop_p instead of non_stop.
5298         (linux_nat_add_target): Install linux_nat_always_non_stop_p.
5299         * target-delegates.c: Regenerate.
5300         * target.c (target_is_non_stop_p): New function.
5301         (target_non_stop_enabled, target_non_stop_enabled_1): New globals.
5302         (maint_set_target_non_stop_command)
5303         (maint_show_target_non_stop_command): New functions.
5304         (_initilize_target): Install "maint set/show target-non-stop"
5305         commands.
5306         * target.h (struct target_ops) <to_always_non_stop_p>: New field.
5307         (target_non_stop_enabled): New declaration.
5308         (target_is_non_stop_p): New declaration.
5309
5310 2015-08-07  Pedro Alves  <pedro@codesourcery.com>
5311
5312         * breakpoint.c (breakpoints_should_be_inserted_now): If any thread
5313         has a pending status, return true.
5314         * gdbthread.h: Include target/waitstatus.h.
5315         (struct thread_suspend_state) <stop_reason, waitstatus_pending_p,
5316         stop_pc>: New fields.
5317         (struct thread_info) <resumed>: New field.
5318         (set_resumed): Declare.
5319         * infrun.c: Include "event-loop.h".
5320         (infrun_async_inferior_event_token, infrun_is_async): New globals.
5321         (infrun_async): New function.
5322         (clear_step_over_info): Add debug output.
5323         (displaced_step_in_progress_any_inferior): New function.
5324         (displaced_step_fixup): New returns int.
5325         (start_step_over): Handle in-line step-overs too.  Assert the
5326         thread is marked resumed.
5327         (resume_cleanups): Clear the thread's resumed flag.
5328         (resume): Set the thread's resumed flag.  Return early if the
5329         thread has a pending status.  Allow stepping a breakpoint with no
5330         signal.
5331         (proceed): Adjust to check 'resumed' instead of 'executing'.
5332         (clear_proceed_status_thread): If the thread has a pending status,
5333         and that status is a finished step, discard the pending status.
5334         (clear_proceed_status): Don't clear step_over_info here.
5335         (random_pending_event_thread, do_target_wait): New functions.
5336         (prepare_for_detach, wait_for_inferior, fetch_inferior_event): Use
5337         do_target_wait.
5338         (wait_one): New function.
5339         (THREAD_STOPPED_BY): New macro.
5340         (thread_stopped_by_watchpoint, thread_stopped_by_sw_breakpoint)
5341         (thread_stopped_by_hw_breakpoint): New functions.
5342         (switch_to_thread_cleanup, save_waitstatus, stop_all_threads): New
5343         functions.
5344         (handle_inferior_event): Also call set_resumed(false) on all
5345         threads implicitly stopped by the event.
5346         (restart_threads, resumed_thread_with_pending_status): New
5347         functions.
5348         (finish_step_over): If we were doing an in-line step-over before,
5349         and no longer are after trying to start a new step-over, restart
5350         all threads.  If we have multiple threads with pending events,
5351         save the current event and go through the event loop again.
5352         (handle_signal_stop): Return early if finish_step_over returns
5353         false.
5354         <random signal>: If we get a signal while stepping over a
5355         breakpoint in-line in non-stop mode, restart all threads.  Clear
5356         step_over_info before delivering the signal.
5357         (keep_going_stepped_thread): Use internal_error instead of
5358         gdb_assert.  Mark the thread as resumed.
5359         (keep_going_pass_signal): Assert the thread isn't already resumed.
5360         If some other thread is doing an in-line step-over, defer the
5361         resume.  If we just started a new in-line step-over, stop all
5362         threads.  Don't clear step_over_info.
5363         (infrun_async_inferior_event_handler): New function.
5364         (_initialize_infrun): Create async event handler with
5365         infrun_async_inferior_event_handler as callback.
5366         (infrun_async): New declaration.
5367         * target.c (target_async): New function.
5368         * target.h (target_async): Declare macro and readd as function
5369         declaration.
5370         * target/waitstatus.h (enum target_stop_reason)
5371         <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
5372         * thread.c (new_thread): Clear the new waitstatus field.
5373         (set_resumed): New function.
5374
5375 2015-08-07  Pedro Alves  <palves@redhat.com>
5376
5377         * infrun.c (keep_going_stepped_thread): New function, factored out
5378         from ...
5379         (switch_back_to_stepped_thread): ... here.
5380
5381 2015-08-07  Pedro Alves  <palves@redhat.com>
5382
5383         * infrun.c (currently_stepping): Extend intro comment.
5384         * target.h (target_resume): Extend intro comment.
5385
5386 2015-08-07  Pedro Alves  <palves@redhat.com>
5387
5388         * infrun.c (switch_back_to_stepped_thread): Use ecs->ptid instead
5389         of inferior_ptid.  If the stepped thread vanished, return 0
5390         instead of resuming here.  Use reset_ecs.  Print the prev_pc and
5391         the current stop_pc in log message.  Clear trap_expected if the
5392         thread advanced.  Don't pass currently_stepping to
5393         do_target_resume.
5394
5395 2015-08-07  Pedro Alves  <palves@redhat.com>
5396
5397         * gdbthread.h (struct thread_info) <prev_pc>: Extend comment.
5398         * infrun.c (struct execution_control_state): Move higher up in the
5399         file.
5400         (reset_ecs): New function.
5401         (start_step_over): Now returns int.  Rewrite to use
5402         keep_going_pass_signal instead of manually starting a displaced step.
5403         (resume): Don't call set_running here.  If displaced stepping
5404         can't start now, clear trap_expected.
5405         (find_thread_needs_step_over): Delete function.
5406         (proceed): Set up finish_thread_state_cleanup.  Call set_running.
5407         If the current thread needs a step over, push it in the step-over
5408         chain.  Don't set insert breakpoints nor call resume directly
5409         here.  Instead rewrite to use start_step_over and
5410         keep_going_pass_signal.
5411         (finish_step_over): New function.
5412         (handle_signal_stop): Call finish_step_over instead of
5413         start_step_over.
5414         (switch_back_to_stepped_thread): If the event thread needs another
5415         step-over do that first.  Use start_step_over.
5416         (keep_going_pass_signal): New function, factored out from ...
5417         (keep_going): ... here.
5418         (_initialize_infrun): Comment moved here.
5419         * thread.c (set_running_thread): New function.
5420         (set_running, finish_thread_state): Use set_running_thread.
5421
5422 2015-08-07  Pedro Alves  <palves@redhat.com>
5423
5424         * gdbthread.h (struct thread_info) <step_over_prev,
5425         step_over_next>: New fields.
5426         (thread_step_over_chain_enqueue, thread_step_over_chain_remove)
5427         (thread_step_over_chain_next, thread_is_in_step_over_chain): New
5428         declarations.
5429         * infrun.c (struct displaced_step_request): Delete.
5430         (struct displaced_step_inferior_state) <step_request_queue>:
5431         Delete field.
5432         (displaced_step_prepare): Assert that trap_expected is set.  Use
5433         thread_step_over_chain_enqueue.  Split starting a new displaced
5434         step to ...
5435         (start_step_over): ... this new function.
5436         (resume): Assert the thread isn't waiting for a step over already.
5437         (proceed): Assert the thread isn't waiting for a step over
5438         already.
5439         (infrun_thread_stop_requested): Adjust to remove threads from the
5440         embedded step-over chain.
5441         (handle_inferior_event) <fork/vfork>: Call start_step_over after
5442         displaced_step_fixup.
5443         (handle_signal_stop): Call start_step_over after
5444         displaced_step_fixup.
5445         * infrun.h (step_over_queue_head): New declaration.
5446         * thread.c (step_over_chain_enqueue, step_over_chain_remove)
5447         (thread_step_over_chain_next, thread_is_in_step_over_chain)
5448         (thread_step_over_chain_enqueue)
5449         (thread_step_over_chain_remove): New functions.
5450         (delete_thread_1): Remove thread from the step-over chain.
5451
5452 2015-08-07  Pedro Alves  <palves@redhat.com>
5453
5454         * infrun.c (thread_still_needs_step_over): Rename to ...
5455         (thread_still_needs_step_over_bp): ... this.
5456         (enum step_over_what): New.
5457         (thread_still_needs_step_over): Reimplement.
5458
5459 2015-08-07  Pedro Alves  <palves@redhat.com>
5460
5461         * remote.c (remote_wait_as): If not waiting for a stop reply,
5462         return TARGET_WAITKIND_NO_RESUMED.  If TARGET_WNOHANG is
5463         requested, don't block waiting forever.
5464
5465 2015-08-07  Pedro Alves  <pedro@codesourcery.com>
5466
5467         * infrun.c (adjust_pc_after_break): Now takes thread_info and
5468         waitstatus pointers instead of an ecs.  Adjust.
5469         (handle_inferior_event): Adjust caller.
5470
5471 2015-08-07  Pedro Alves  <palves@redhat.com>
5472
5473         * infrun.c (handle_inferior_event): If we get
5474         TARGET_WAITKIND_SIGNALLED or TARGET_WAITKIND_EXITED in non-stop
5475         mode, mark all threads of the exiting process as not-executing.
5476         (normal_stop): If we get TARGET_WAITKIND_SIGNALLED or
5477         TARGET_WAITKIND_EXITED in non-stop mode, finish all threads of the
5478         exiting process, if inferior_ptid still points at a process.
5479         * thread.c (struct current_thread_cleanup) <next>: New field.
5480         (current_thread_cleanup_chain): New global.
5481         (restore_current_thread_ptid_changed): New function.
5482         (restore_current_thread_cleanup_dtor): Remove the cleanup from the
5483         current_thread_cleanup_chain list.
5484         (make_cleanup_restore_current_thread): Add the cleanup data to the
5485         current_thread_cleanup_chain list.
5486         (_initialize_thread): Install restore_current_thread_ptid_changed
5487         as thread_ptid_changed observer.
5488
5489 2015-08-07  Joel Brobecker  <brobecker@adacore.com>
5490
5491         * dtrace-probe.c (dtrace_process_dof): Ignore the objfile's DOF
5492         data if a DTRACE_DOF_SECT_TYPE_PROVIDER section is found to be
5493         smaller than expected.
5494
5495 2015-08-07  Andrew Burgess  <andrew.burgess@embecosm.com>
5496
5497         * stack.c (get_frame_language): Moved ...
5498         * frame.c (get_frame_language): ... to here.
5499         * language.h (get_frame_language): Declaration moved to frame.h.
5500         * frame.h: Add language.h include, for language enum.
5501         (get_frame_language): Declaration moved from language.h.
5502         * language.c: Add frame.h include.
5503         * top.c: Add frame.h include.
5504         * symtab.h (struct obj_section): Declare.
5505         (struct cmd_list_element): Declare.
5506
5507 2015-08-07  Andrew Burgess  <andrew.burgess@embecosm.com>
5508
5509         * language.c (show_language_command): Find selected frame before
5510         asking for the language of that frame.
5511         (set_language_command): Likewise.
5512         * language.h (get_frame_language): Add frame parameter.
5513         * stack.c (get_frame_language): Add frame parameter, assert
5514         parameter is not NULL, update comment and reindent.
5515         * top.c (check_frame_language_change): Pass the selected frame
5516         into get_frame_language.
5517
5518 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
5519
5520         * btrace.c (btrace_compute_ftrace_bts): Clear insn flags.
5521         (pt_btrace_insn_flags): New.
5522         (ftrace_add_pt): Call pt_btrace_insn_flags.
5523         * btrace.h (btrace_insn_flag): New.
5524         (btrace_insn) <flags>: New.
5525         * record-btrace.c (btrace_insn_history): Print insn prefix.
5526         * NEWS: Announce it.
5527
5528 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
5529
5530         * configure.ac: Check for PERF_ATTR_SIZE_VER5 in linux/perf_event.h
5531         * configure: Regenerate.
5532
5533 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
5534
5535         * Makefile.in (LIBICONV): Define.
5536         (CLIBS): Add LIBICONV.
5537         * acinclude.m4: Use config/iconv.m4 instead of custom AM_ICONV.
5538         * configure: Regenerate.
5539
5540 2015-08-06  Simon Marchi  <simon.marchi@ericsson.com>
5541             Pedro Alves  <palves@redhat.com>
5542
5543         * arm-tdep.c (set_fp_model_sfunc): Add cast from integer to enum.
5544         (arm_set_abi): Likewise.
5545         * ax-general.c (ax_print): Likewise.
5546         * c-exp.y (exp : string_exp): Likewise.
5547         * compile/compile-loc2c.c (compute_stack_depth_worker): Likewise.
5548         (do_compile_dwarf_expr_to_c): Likewise.
5549         * cp-name-parser.y (demangler_special : DEMANGLER_SPECIAL start):
5550         Likewise.
5551         * dwarf2expr.c (execute_stack_op): Likewise.
5552         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
5553         (disassemble_dwarf_expression): Likewise.
5554         * dwarf2read.c (dwarf2_add_member_fn): Likewise.
5555         (read_array_order): Likewise.
5556         (abbrev_table_read_table): Likewise.
5557         (read_attribute_value): Likewise.
5558         (skip_unknown_opcode): Likewise.
5559         (dwarf_decode_macro_bytes): Likewise.
5560         (dwarf_decode_macros): Likewise.
5561         * eval.c (value_f90_subarray): Likewise.
5562         * guile/scm-param.c (gdbscm_make_parameter): Likewise.
5563         * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
5564         * infrun.c (handle_command): Likewise.
5565         * memory-map.c (memory_map_start_memory): Likewise.
5566         * osabi.c (set_osabi): Likewise.
5567         * parse.c (operator_length_standard): Likewise.
5568         * ppc-linux-tdep.c (ppc_canonicalize_syscall): Likewise, and use
5569         single return point.
5570         * python/py-frame.c (gdbpy_frame_stop_reason_string): Likewise.
5571         * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
5572         (gdbpy_lookup_global_symbol): Likewise.
5573         * record-full.c (record_full_restore): Likewise.
5574         * regcache.c (regcache_register_status): Likewise.
5575         (regcache_raw_read): Likewise.
5576         (regcache_cooked_read): Likewise.
5577         * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
5578         * symtab.c (initialize_ordinary_address_classes): Likewise.
5579         * target-debug.h (target_debug_print_signals): Likewise.
5580         * utils.c (do_restore_current_language): Likewise.
5581
5582 2015-08-06  Clem Dickey  <clemd@acm.org>
5583
5584         PR python/17136
5585         * python/lib/gdb/command/type_printers.py (InfoTypePrinter): Fix typo.
5586
5587 2015-08-06  Simon Marchi  <simon.marchi@ericsson.com>
5588
5589         * complaints.c (enum complaint_series): Add newlines and remove
5590         out of date comment.
5591         (struct complaints) <series>: Change type to enum
5592         complaint_series and remove out of date comment.
5593         (symfile_complaint_hook): Use equivalent enum value
5594         ISOLATED_MESSAGE instead of 0.
5595
5596 2015-08-06  Pedro Alves  <palves@redhat.com>
5597
5598         * nat/linux-waitpid.c (my_waitpid): Only print *status if waitpid
5599         returned > 0.
5600
5601 2015-08-06  Pierre Langlois  <pierre.langlois@arm.com>
5602
5603         * common/agent.c (symbol_list) <required>: Remove.
5604
5605 2015-08-06  Pedro Alves  <palves@redhat.com>
5606
5607         * target/waitstatus.h (enum target_stop_reason)
5608         <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
5609
5610 2015-08-05  Pedro Alves  <palves@redhat.com>
5611             Joel Brobecker  <brobecker@adacore.com>
5612
5613         * breakpoint.c (bpstat_what) <bp_longjmp, bp_longjmp_call_dummy>
5614         <bp_exception, bp_longjmp_resume, bp_exception_resume>: Handle the
5615         case where BS->STOP is not set.
5616
5617 2015-08-05  Ulrich Weigand  <uweigand@de.ibm.com>
5618
5619         * nat/gdb_thread_db.h: Add copyright header.
5620         Protect against multiple inclusion.
5621
5622 2015-08-05  Yao Qi  <yao.qi@linaro.org>
5623
5624         * aarch64-linux-nat.c (get_thread_id): Remove.
5625         (debug_reg_change_callback): Call ptid_get_lwp instead of
5626         get_thread_id.
5627         (fetch_gregs_from_thread): Likewise.
5628         (store_gregs_to_thread): Likewise.
5629         (fetch_fpregs_from_thread): Likewise.
5630         (store_fpregs_to_thread): Likewise.
5631         (aarch64_linux_get_debug_reg_capacity): Likewise.
5632         * arm-linux-nat.c (get_thread_id): Remove.
5633         (GET_THREAD_ID): Update macro to use ptid_get_lwp.
5634         * xtensa-linux-nat.c (get_thread_id): Remove.
5635         (GET_THREAD_ID): Update macro to use ptid_get_lwp.
5636         * arm-linux-nat.c (get_thread_id): Remove.
5637         (GET_THREAD_ID): Remove.
5638         (fetch_fpregs): Call ptid_get_lwp instead of GET_THREAD_ID.
5639         (store_fpregs, fetch_regs, store_regs): Likewise.
5640         (fetch_wmmx_regs, store_wmmx_regs): Likewise.
5641         (fetch_vfp_regs, store_vfp_regs): Likewise.
5642         (arm_linux_read_description): Likewise.
5643         (arm_linux_get_hwbp_cap): Likewise.
5644         * xtensa-linux-nat.c (get_thread_id): Remove.
5645         (GET_THREAD_ID): Remove.
5646         (fetch_gregs, store_gregs): Call ptid_get_lwp instead of
5647         GET_THREAD_ID.
5648
5649 2015-08-04  Ciro Santilli  <ciro.santilli@gmail.com>  (obvious patch)
5650
5651         * python/py-linetable.c: Fix case of Linetable to LineTable
5652         in docstrings and code comments.
5653         * python/py-symtab.c: Same.
5654
5655 2015-08-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
5656
5657         * infcmd.c (signal_command): Call do_cleanups for args_chain.
5658
5659 2015-08-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
5660
5661         PR gdb/18767
5662         * infcmd.c (attach_command): Move ARGS_CHAIN cleanup after last ARGS
5663         use.
5664
5665 2015-08-04  Pedro Alves  <palves@redhat.com>
5666
5667         * nat/gdb_thread_db.h (td_init_ftype, td_ta_new_ftype)
5668         (td_ta_map_lwp2thr_ftype, td_ta_thr_iter_ftype)
5669         (td_ta_event_addr_ftype, td_ta_set_event_ftype)
5670         (td_ta_clear_event_ftype, td_ta_event_getmsg_ftype)
5671         (td_thr_validate_ftype, td_thr_get_info_ftype)
5672         (td_thr_event_enable_ftype, td_thr_tls_get_addr_ftype)
5673         (td_thr_tlsbase_ftype, td_symbol_list_ftype, td_ta_delete_ftype):
5674         New typedefs.
5675         * linux-thread-db.c (struct thread_db_info): Use new typedefs.
5676         (try_thread_db_load_1): Define TDB_VERBOSE_DLSYM, TDB_DLSYM , CHK
5677         local macros and use them instead of verbose_dlsym and dlsym
5678         calls.
5679
5680 2015-08-03  Sandra Loosemore  <sandra@codesourcery.com>
5681
5682         * nios2-tdep.h: Include opcode/nios2.h here.
5683         (NIOS2_CDX_OPCODE_SIZE): New.
5684         (struct gdbarch_tdep): Add OP parameter to syscall_next_pc.
5685         * nios2-tdep.c: Don't include opcode/nios2.h here.
5686         (nios2_fetch_insn): For R2, try reading 2-byte instruction if
5687         4-byte read fails.
5688         (nios2_match_add, nios2_match_sub): Add cases for R2 encodings.
5689         (nios2_match_addi, nios2_match_orhi): Likewise.
5690         (nios2_match_stw, nios2_match_ldw): Likewise.
5691         (nios2_match_rdctl): Likewise.
5692         (nios2_match_stwm, nios2_match_ldwm): New.
5693         (nios2_match_branch): Add cases for R2 encodings.
5694         (nios2_match_jmpi, nios2_match_calli): Likewise.
5695         (nios2_match_jmpr, nios2_match_callr): Likewise.
5696         (nios2_match_break, nios2_match_trap): Likewise.
5697         (nios2_in_epilogue_p): Add R2 support.
5698         (nios2_analyze_prologue): Update comments.  Recognize R2 CDX
5699         prologues.
5700         (nios2_breakpoint_from_pc): Handle R2 instructions.
5701         (nios2_get_next_pc): Likewise.  Adjust call to
5702         tdep->syscall_next_pc.
5703         * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame):
5704         Renamed from nios2_linux_rt_sigreturn_tramp_frame.  Use
5705         instruction field macros instead of literal hex values.
5706         (nios2_r2_linux_rt_sigreturn_tramp_frame): New.
5707         (nios2_linux_syscall_next_pc): Adjust signature to pass OP.
5708         Use size field from OP instead of assuming all instructions
5709         are the same size.
5710         (nios2_linux_init_abi): Register appropriate unwinder for mach.
5711
5712 2015-08-03  Ulrich Weigand  <uweigand@de.ibm.com>
5713
5714         * cp-namespace.c (cp_lookup_symbol_via_imports): Fix uninitialized
5715         variable warning with some compilers.
5716
5717 2015-08-03  Yao Qi  <yao.qi@linaro.org>
5718
5719         * arm-linux-nat.c (arm_linux_get_hwbp_type): Capitalize "type"
5720         in comment.  Replace "rw" with "type".
5721         (arm_linux_remove_watchpoint): Change type of "rw" to
5722         "enum target_hw_bp_type".
5723
5724 2015-08-02  Pierre-Marie de Rodat  <derodat@adacore.com>
5725
5726         * alpha-mdebug-tdep.c (find_proc_desc): Update call to
5727         lookup_symbol.
5728         * ft32-tdep.c (ft32_skip_prologue): Likewise.
5729         * moxie-tdep.c (moxie_skip_prologue): Likewise.
5730         * mt-tdep.c (mt_skip_prologue): Likewise.
5731         * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
5732
5733 2015-08-01  Pierre-Marie de Rodat  <derodat@adacore.com>
5734
5735         * ada-exp.y (write_object_renaming): Replace struct
5736         ada_symbol_info with struct block_symbol.  Update field
5737         references accordingly.
5738         (block_lookup, select_possible_type_sym): Likewise.
5739         (find_primitive_type): Likewise.  Also update call to
5740         ada_lookup_symbol to extract the symbol itself.
5741         (write_var_or_type, write_name_assoc): Likewise.
5742         * ada-lang.h (struct ada_symbol_info): Remove.
5743         (ada_lookup_symbol_list): Replace struct ada_symbol_info with
5744         struct block_symbol.
5745         (ada_lookup_encoded_symbol, user_select_syms): Likewise.
5746         (ada_lookup_symbol): Return struct block_symbol instead of a
5747         mere symbol.
5748         * ada-lang.c (defns_collected): Replace struct ada_symbol_info
5749         with struct block_symbol.
5750         (resolve_subexp, ada_resolve_function, sort_choices,
5751         user_select_syms, is_nonfunction, add_defn_to_vec,
5752         num_defns_collected, defns_collected,
5753         symbols_are_identical_enums, remove_extra_symbols,
5754         remove_irrelevant_renamings, add_lookup_symbol_list_worker,
5755         ada_lookup_symbol_list, ada_iterate_over_symbols,
5756         ada_lookup_encoded_symbol, get_var_value): Likewise.
5757         (ada_lookup_symbol): Return a block_symbol instead of a mere
5758         symbol.  Replace struct ada_symbol_info with struct
5759         block_symbol.
5760         (ada_lookup_symbol_nonlocal): Likewise.
5761         (standard_lookup): Make block passing explicit through
5762         lookup_symbol_in_language.
5763         * ada-tasks.c (get_tcb_types_info): Update the calls to
5764         lookup_symbol_in_language to extract the mere symbol out of the
5765         returned value.
5766         (ada_tasks_inferior_data_sniffer): Likewise.
5767         * ax-gdb.c (gen_static_field): Likewise for the call to
5768         lookup_symbol.
5769         (gen_maybe_namespace_elt): Deal with struct block_symbol from
5770         lookup functions.
5771         (gen_expr): Likewise.
5772         * c-exp.y: Likewise.  Remove uses of block_found.
5773         (lex_one_token, classify_inner_name, c_print_token): Likewise.
5774         (classify_name): Likewise.  Rename the "sym" local variable to
5775         "bsym".
5776         * c-valprint.c (print_unpacked_pointer): Likewise.
5777         * compile/compile-c-symbols.c (convert_symbol_sym): Promote the
5778         "sym" parameter from struct symbol * to struct block_symbol.
5779         Use it to remove uses of block_found.  Deal with struct
5780         block_symbol from lookup functions.
5781         (gcc_convert_symbol): Likewise.  Update the call to
5782         convert_symbol_sym.
5783         * compile/compile-object-load.c (compile_object_load): Deal with
5784         struct block_symbol from lookup functions.
5785         * cp-namespace.c (cp_lookup_nested_symbol_1,
5786         cp_lookup_nested_symbol, cp_lookup_bare_symbol,
5787         cp_search_static_and_baseclasses,
5788         cp_lookup_symbol_in_namespace, cp_lookup_symbol_via_imports,
5789         cp_lookup_symbol_imports_or_template,
5790         cp_lookup_symbol_via_all_imports, cp_lookup_symbol_namespace,
5791         lookup_namespace_scope, cp_lookup_nonlocal,
5792         find_symbol_in_baseclass): Return struct block_symbol instead of
5793         mere symbols and deal with struct block_symbol from lookup
5794         functions.
5795         * cp-support.c (inspect_type, replace_typedefs,
5796         cp_lookup_rtti_type): Deal with struct block_symbol from
5797         lookup functions.
5798         * cp-support.h (cp_lookup_symbol_nonlocal,
5799         cp_lookup_symbol_from_namespace,
5800         cp_lookup_symbol_imports_or_template, cp_lookup_nested_symbol):
5801         Return struct block_symbol instead of mere symbols.
5802         * d-exp.y (d_type_from_name, d_module_from_name, push_variable,
5803         push_module_name):
5804         Deal with struct block_symbol from lookup functions.  Remove
5805         uses of block_found.
5806         * eval.c (evaluate_subexp_standard): Update call to
5807         cp_lookup_symbol_namespace.
5808         * f-exp.y: Deal with struct block_symbol from lookup functions.
5809         Remove uses of block_found.
5810         (yylex): Likewise.
5811         * gdbtypes.c (lookup_typename, lookup_struct, lookup_union,
5812         lookup_enum, lookup_template_type, check_typedef): Deal with
5813         struct block_symbol from lookup functions.
5814         * guile/scm-frame.c (gdbscm_frame_read_var): Likewise.
5815         * guile/scm-symbol.c (gdbscm_lookup_symbol): Likewise.
5816         (gdbscm_lookup_global_symbol): Likewise.
5817         * gnu-v3-abi.c (gnuv3_get_typeid_type): Likewise.
5818         * go-exp.y: Likewise.  Remove uses of block_found.
5819         (package_name_p, classify_packaged_name, classify_name):
5820         Likewise.
5821         * infrun.c (insert_exception_resume_breakpoint): Likewise.
5822         * jv-exp.y (push_variable): Likewise.
5823         * jv-lang.c (java_lookup_class, get_java_object_type): Likewise.
5824         * language.c (language_bool_type): Likewise.
5825         * language.h (struct language_defn): Update
5826         la_lookup_symbol_nonlocal to return a struct block_symbol rather
5827         than a mere symbol.
5828         * linespec.c (find_label_symbols): Deal with struct block_symbol
5829         from lookup functions.
5830         * m2-exp.y: Likewise.  Remove uses of block_found.
5831         (yylex): Likewise.
5832         * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
5833         * objc-lang.c (lookup_struct_typedef, find_imps): Likewise.
5834         * p-exp.y: Likewise.  Remove uses of block_found.
5835         (yylex): Likewise.
5836         * p-valprint.c (pascal_val_print): Likewise.
5837         * parse.c (write_dollar_variable): Likewise.  Remove uses of
5838         block_found.
5839         * parser-defs.h (struct symtoken): Turn the SYM field into a
5840         struct block_symbol.
5841         * printcmd.c (address_info): Deal with struct block_symbol from
5842         lookup functions.
5843         * python/py-frame.c (frapy_read_var): Likewise.
5844         * python/py-symbol.c (gdbpy_lookup_symbol,
5845         gdbpy_lookup_global_symbol): Likewise.
5846         * skip.c (skip_function_command): Likewise.
5847         * solib-darwin.c (darwin_lookup_lib_symbol): Return a struct
5848         block_symbol instead of a mere symbol.
5849         * solib-spu.c (spu_lookup_lib_symbol): Likewise.
5850         * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
5851         * solib.c (solib_global_lookup): Likewise.
5852         * solist.h (solib_global_lookup): Likewise.
5853         (struct target_so_ops): Update lookup_lib_global_symbol to
5854         return a struct block_symbol rather than a mere symbol.
5855         * source.c (select_source_symtab): Deal with struct block_symbol
5856         from lookup functions.
5857         * stack.c (print_frame_args, iterate_over_block_arg_vars):
5858         Likewise.
5859         * symfile.c (set_initial_language): Likewise.
5860         * symtab.c (SYMBOL_LOOKUP_FAILED): Turn into a struct
5861         block_symbol.
5862         (SYMBOL_LOOKUP_FAILED_P): New predicate as a macro.
5863         (struct symbol_cache_slot): Turn the FOUND field into a struct
5864         block_symbol.
5865         (block_found): Remove.
5866         (eq_symbol_entry): Update to deal with struct block_symbol in
5867         cache slots.
5868         (symbol_cache_lookup): Return a struct block_symbol rather than
5869         a mere symbol.
5870         (symbol_cache_mark_found): Add a BLOCK parameter to fill
5871         appropriately the cache slots.  Update callers.
5872         (symbol_cache_dump): Update cache slots handling to the type
5873         change.
5874         (lookup_symbol_in_language, lookup_symbol, lookup_language_this,
5875         lookup_symbol_aux, lookup_local_symbol,
5876         lookup_symbol_in_objfile, lookup_global_symbol_from_objfile,
5877         lookup_symbol_in_objfile_symtabs,
5878         lookup_symbol_in_objfile_from_linkage_name,
5879         lookup_symbol_via_quick_fns, basic_lookup_symbol_nonlocal,
5880         lookup_symbol_in_static_block, lookup_static_symbol,
5881         lookup_global_symbol):
5882         Return a struct block_symbol rather than a mere symbol.  Deal
5883         with struct block_symbol from other lookup functions.  Remove
5884         uses of block_found.
5885         (lookup_symbol_in_block): Remove uses of block_found.
5886         (struct global_sym_lookup_data): Turn the RESULT field into a
5887         struct block_symbol.
5888         (lookup_symbol_global_iterator_cb): Update references to the
5889         RESULT field.
5890         (search_symbols): Deal with struct block_symbol from lookup
5891         functions.
5892         * symtab.h (struct block_symbol): New structure.
5893         (block_found): Remove.
5894         (lookup_symbol_in_language, lookup_symbol,
5895         basic_lookup_symbol_nonlocal, lookup_symbol_in_static_block,
5896         lookup_static_symbol, lookup_global_symbol, lookup_language_this,
5897         lookup_global_symbol_from_objfile): Return a struct block_symbol
5898         rather than just a mere symbol.  Update comments to remove
5899         mentions of block_found.
5900         * valops.c (find_function_in_inferior,
5901         value_struct_elt_for_reference, value_maybe_namespace_elt,
5902         value_of_this):  Deal with struct block_symbol from lookup
5903         functions.
5904         * value.c (value_static_field, value_fn_field): Likewise.
5905
5906 2015-07-31  Simon Marchi  <simon.marchi@ericsson.com>
5907
5908         * remote-m32r-sdi.c (m32r_remove_watchpoint): Use enum type
5909         instead of integer.
5910
5911 2015-07-31  Simon Marchi  <simon.marchi@ericsson.com>
5912             Pedro Alves  <palves@redhat.com>
5913
5914         * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): Use enum
5915         type or value instead of integer.
5916         (aarch64_linux_insert_watchpoint): Likewise.
5917         (aarch64_linux_remove_watchpoint): Likewise.
5918         * ada-lang.c (ada_op_print_tab): Likewise.
5919         * amd64-linux-tdep.c (amd64_canonicalize_syscall): Likewise.
5920         (amd64_linux_syscall_record_common): Likewise.
5921         * arch-utils.c (target_byte_order_user): Likewise.
5922         (default_byte_order): Likewise.
5923         * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Likewise.
5924         (arm_linux_get_hwbp_type): Likewise.
5925         (arm_linux_hw_watchpoint_initialize): Likewise.
5926         (arm_linux_insert_watchpoint): Likewise.
5927         * arm-linux-tdep.c (arm_canonicalize_syscall): Likewise.
5928         (arm_linux_syscall_record): Likewise.
5929         * breakpoint.c (update_watchpoint): Likewise.
5930         (breakpoint_here_p): Likewise.
5931         (bpstat_print): Likewise.
5932         (enable_breakpoint_disp): Likewise.
5933         * c-lang.c (c_op_print_tab): Likewise.
5934         * cli/cli-decode.c (add_info_alias): Likewise.
5935         * d-lang.c (d_op_print_tab): Likewise.
5936         * eval.c (evaluate_subexp_standard): Likewise.
5937         * f-exp.y (dot_ops): Likewise.
5938         (f77_keywords): Likewise.
5939         * f-lang.c (f_op_print_tab): Likewise.
5940         * go-lang.c (go_op_print_tab): Likewise.
5941         * guile/scm-breakpoint.c (gdbscm_make_breakpoint): Likewise.
5942         * guile/scm-cmd.c (gdbscm_make_command): Likewise.
5943         * guile/scm-param.c (gdbscm_make_parameter): Likewise.
5944         * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Likewise.
5945         * guile/scm-string.c (struct scm_to_stringn_data): Likewise.
5946         (struct scm_from_stringn_data): Likewise.
5947         * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
5948         * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
5949         (ia64_linux_remove_watchpoint): Likewise.
5950         (ia64_linux_can_use_hw_breakpoint): Likewise.
5951         * infrun.c (print_stop_event): Likewise.
5952         * jv-lang.c (java_op_print_tab): Likewise.
5953         * linux-nat.c (linux_proc_xfer_partial): Likewise.
5954         * linux-nat.h (struct lwp_info): Likewise.
5955         * linux-thread-db.c (enable_thread_event): Likewise.
5956         * m2-lang.c (m2_op_print_tab): Likewise.
5957         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise.
5958         (mi_cmd_stack_list_variables): Likewise.
5959         * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
5960         * mi/mi-out.c (mi_table_begin): Likewise.
5961         (mi_table_header): Likewise.
5962         * mips-linux-nat.c (mips_linux_can_use_hw_breakpoint): Likewise.
5963         (mips_linux_insert_watchpoint): Likewise.
5964         (mips_linux_remove_watchpoint): Likewise.
5965         * nat/mips-linux-watch.c (mips_linux_watch_type_to_irw): Likewise.
5966         * nat/mips-linux-watch.h (struct mips_watchpoint): Likewise.
5967         (mips_linux_watch_type_to_irw): Likewise.
5968         * nto-procfs.c (procfs_can_use_hw_breakpoint): Likewise.
5969         (procfs_insert_hw_watchpoint): Likewise.
5970         (procfs_remove_hw_watchpoint): Likewise.
5971         (procfs_hw_watchpoint): Likewise.
5972         (procfs_can_use_hw_breakpoint): Likewise.
5973         (procfs_remove_hw_watchpoint): Likewise.
5974         (procfs_insert_hw_watchpoint): Likewise.
5975         * p-lang.c (pascal_op_print_tab): Likewise.
5976         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): Likewise.
5977         * ppc-linux-tdep.c (ppu2spu_unwind_register): Likewise.
5978         * ppc-sysv-tdep.c (get_decimal_float_return_value): Likewise.
5979         * procfs.c (procfs_can_use_hw_breakpoint): Likewise.
5980         (procfs_insert_watchpoint): Likewise.
5981         (procfs_remove_watchpoint): Likewise.
5982         * psymtab.c (recursively_search_psymtabs): Likewise.
5983         * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint): Likewise.
5984         (m32r_insert_watchpoint): Likewise.
5985         * remote-mips.c (mips_can_use_watchpoint): Likewise.
5986         (mips_insert_watchpoint): Likewise.
5987         (mips_remove_watchpoint): Likewise.
5988         * remote.c (watchpoint_to_Z_packet): Likewise.
5989         (remote_insert_watchpoint): Likewise.
5990         (remote_remove_watchpoint): Likewise.
5991         (remote_check_watch_resources): Likewise.
5992         * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
5993         (s390_remove_watchpoint): Likewise.
5994         (s390_can_use_hw_breakpoint): Likewise.
5995         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
5996         * spu-linux-nat.c (spu_can_use_hw_breakpoint): Likewise.
5997         * target.h (struct target_ops): Likewise.
5998         * tilegx-tdep.c (tilegx_analyze_prologue): Likewise.
5999         * ui-out.c (struct ui_out_hdr): Likewise.
6000         (append_header_to_list): Likewise.
6001         (get_next_header): Likewise.
6002         (verify_field): Likewise.
6003         (ui_out_begin): Likewise.
6004         (ui_out_field_int): Likewise.
6005         (ui_out_field_fmt_int): Likewise.
6006         (ui_out_field_skip): Likewise.
6007         (ui_out_field_string): Likewise.
6008         (ui_out_field_fmt): Likewise.
6009         * varobj.c (new_variable): Likewise.
6010         * x86-nat.c (x86_insert_watchpoint): Likewise.
6011         (x86_remove_watchpoint): Likewise.
6012         (x86_can_use_hw_breakpoint): Likewise.
6013         * xtensa-tdep.h (struct gdbarch_tdep): Likewise.
6014         * inflow.c (enum gdb_has_a_terminal_flag_enum): Add name to
6015         previously anonymous enumeration type..
6016         * linux-record.h (enum gdb_syscall): Add gdb_sys_no_syscall
6017         value.
6018         * target-debug.h (target_debug_print_enum_target_hw_bp_type): New.
6019         (target_debug_print_enum_bptype): New.
6020         * target-delegates.c: Regenerate.
6021
6022 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
6023
6024         * nios2-tdep.c (nios2_analyze_prologue): Do what the comment
6025         already says and disallow non-stack memory writes in the prologue.
6026
6027 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
6028
6029         * nios2-tdep.c (nios2_analyze_prologue): Update comments to
6030         reflect how current GCC emits stack overflow checks.  Match
6031         both trap and break instructions for backward compatbility.
6032         Disallow other trap and break instructions in the prologue.
6033
6034 2015-07-30  Pedro Alves  <palves@redhat.com>
6035
6036         PR threads/18600
6037         * linux-nat.c (wait_lwp): Report to the core when thread group
6038         leader exits.
6039
6040 2015-07-30  Pedro Alves  <palves@redhat.com>
6041             Simon Marchi  <simon.marchi@ericsson.com>
6042
6043         PR threads/18600
6044         * linux-nat.c (linux_handle_extended_wait): On CLONE event, always
6045         mark the new thread as resumed.  Remove STOPPING parameter.
6046         (wait_lwp): Adjust call to linux_handle_extended_wait.
6047         (linux_nat_filter_event): Adjust call to
6048         linux_handle_extended_wait.
6049         (resume_stopped_resumed_lwps): Add debug output.
6050
6051 2015-07-30  Pierre Langlois  <pierre.langlois@arm.com>
6052
6053         * arch-utils.c (default_fast_tracepoint_valid_at): Remove unused
6054         isize argument.
6055         * arch-utils.h (default_fast_tracepoint_valid_at): Likewise.
6056         * breakpoint.c (check_fast_tracepoint_sals): Adjust call to
6057         gdbarch_fast_tracepoint_valid_at.
6058         * gdbarch.sh (fast_tracepoint_valid_at): Remove isize argument.
6059         * gdbarch.h: Regenerate.
6060         * gdbarch.c: Regenerate.
6061         * i386-tdep.c (i386_fast_tracepoint_valid_at): Remove isize
6062         argument.  Do not set it.
6063         * remote.c (remote_download_tracepoint): Adjust call to
6064         gdbarch_fast_tracepoint_valid_at.  Call gdb_insn_length to get
6065         the instruction length.
6066
6067 2015-07-30  Yao Qi  <yao.qi@linaro.org>
6068
6069         * arm-tdep.h (enum gdb_regnum): Move it to ...
6070         * arch/arm.h: ... here.  New file.
6071         * Makefile.in (HFILES_NO_SRCDIR): Add arch/arm.h.
6072
6073 2015-07-30  Pierre Langlois  <pierre.langlois@arm.com>
6074
6075         * aarch64-tdep.c (decode_b): Rename link argument to is_bl.
6076         Change its type to int *.
6077         (decode_br): Rename link argument to is_blr.  Change its type to
6078         int *.
6079         (decode_cb): Rename op argument to is_cbnz.  Change its type to
6080         int *.
6081         (decode_tb): Rename op argument to is_tbnz.  Change its type to
6082         int *.  Set is_tbnz to either 1 or 0.
6083         (aarch64_analyze_prologue): Change type of is_link to int.  Add
6084         new variables is_cbnz and is_tbnz.  Adjust call to
6085         aarch64_decode_cb and aarch64_decode_tb.
6086
6087 2015-07-29  Simon Marchi  <simon.marchi@ericsson.com>
6088
6089         * mips-linux-nat.c (write_watchpoint_regs): Add NULL as ptrace's 4th
6090         parameter.
6091         (mips_linux_new_thread): Likewise.
6092         * nat/mips-linux-watch.c (mips_linux_read_watch_registers): Likewise.
6093
6094 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
6095
6096         * top.c: Include "tui/tui.h".
6097         (undo_terminal_modifications_before_exit): New static function.
6098         (quit_force): Use it.
6099
6100 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
6101
6102         * target.c (terminal_state): Initialize to terminal_is_ours.
6103
6104 2015-07-29  Yao Qi  <yao.qi@linaro.org>
6105
6106         PR record/18691
6107         * dcache.c (dcache_read_memory_partial): Call
6108         raw_memory_xfer_partial.
6109         * target.c (raw_memory_xfer_partial): Make it non-static.
6110         * target.h (raw_memory_xfer_partial): Declare.
6111
6112 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
6113
6114         * c-valprint.c (c_val_print_array): Consider addressable memory
6115         unit size.
6116         (c_val_print_ptr): Likewise.
6117         (c_val_print_int): Likewise.
6118         * findvar.c (read_frame_register_value): Likewise.
6119         * valarith.c (find_size_for_pointer_math): Likewise.
6120         (value_ptrdiff): Likewise.
6121         (value_subscripted_rvalue): Likewise.
6122         * valops.c (read_value_memory): Likewise (and rename variables).
6123         (value_assign): Likewise.
6124         (value_repeat): Likewise.
6125         (value_array): Likewise.
6126         (value_slice): Likewise.
6127         * valprint.c (generic_val_print_ptr): Likewise.
6128         (generic_val_print_enum): Likewise.
6129         (generic_val_print_bool): Likewise.
6130         (generic_val_print_int): Likewise.
6131         (generic_val_print_char): Likewise.
6132         (generic_val_print_float): Likewise.
6133         (generic_val_print_decfloat): Likewise.
6134         (generic_val_print_complex): Likewise.
6135         (val_print_scalar_formatted): Likewise.
6136         (val_print_array_elements): Likewise.
6137         * value.c (set_value_parent): Likewise.
6138         (value_contents_copy_raw): Likewise.
6139         (set_internalvar_component): Likewise.
6140         (value_primitive_field): Likewise.
6141         (value_fetch_lazy): Likewise.
6142         * value.h (read_value_memory): Update comment.
6143
6144 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
6145
6146         * value.c (get_value_arch): New function.
6147         * value.h (get_value_arch): New declaration.
6148
6149 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
6150
6151         * value.c (struct value): Update comments.
6152
6153 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
6154
6155         * gdbtypes.c (type_length_units): New function.
6156         * gdbtypes.h (type_length_units): New declaration.
6157         (struct type) <length>: Update comment.
6158
6159 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6160
6161         * valprint.c (generic_val_print): Factor out complex
6162         printing code to ...
6163         (generic_val_print_complex): ... this new function.
6164
6165 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6166
6167         * valprint.c (generic_val_print): Factor out decfloat
6168         printing code to ...
6169         (generic_val_print_decfloat): ... this new function.
6170
6171 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6172
6173         * valprint.c (generic_val_print): Factor out float
6174         printing code to ...
6175         (generic_val_print_float): ... this new function.
6176
6177 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6178
6179         * valprint.c (generic_val_print): Factor out char
6180         printing code to ...
6181         (generic_val_print_char): ... this new function.
6182
6183 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6184
6185         * valprint.c (generic_val_print): Factor out integer
6186         printing code to ...
6187         (generic_val_print_int): ... this new function.
6188
6189 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6190
6191         * valprint.c (generic_val_print): Factor out bool
6192         printing code to ...
6193         (generic_val_print_bool): ... this new function.
6194
6195 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6196
6197         * valprint.c (generic_val_print): Factor out function/method
6198         printing code to ...
6199         (generic_val_print_func): ... this new function.
6200
6201 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6202
6203         * valprint.c (generic_val_print): Factor out flags
6204         printing code to ...
6205         (generic_val_print_flags): ... this new function.
6206
6207 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6208
6209         * valprint.c (generic_val_print): Factor out enum
6210         printing code to ...
6211         (generic_val_print_enum): ... this new function.
6212
6213 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6214
6215         * valprint.c (generic_val_print): Factor out reference
6216         printing code to ...
6217         (generic_val_print_ref): ... this new function.
6218
6219 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6220
6221         * valprint.c (generic_val_print): Factor out memberptr
6222         printing code to ...
6223         (generic_val_print_memberptr): ... this new function.
6224
6225 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6226
6227         * valprint.c (generic_val_print): Factor out pointer
6228         printing code to ...
6229         (generic_val_print_ptr): ... this new function.
6230
6231 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6232
6233         * valprint.c (generic_val_print): Factor out array
6234         printing code to ...
6235         (generic_val_print_array): ... this new function.
6236
6237 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6238
6239         * valprint.c (generic_val_print): Factor out
6240         print_unpacked_pointer code to ...
6241         (print_unpacked_pointer): ... this new function.
6242
6243 2015-07-27  Patrick Palka  <patrick@parcs.ath.cx>
6244
6245         * event-top.c (handle_sigterm): Don't inspect
6246         target_can_async_p.  Always set the quit flag and always mark
6247         the async signal handler.
6248
6249 2015-07-27  Yao Qi  <yao.qi@linaro.org>
6250
6251         * Makefile.in (REMOTE_EXAMPLES): Remove it.
6252
6253 2015-07-25  Kevin Buettner  <kevinb@redhat.com>
6254
6255         * remote.c (read_ptid): Return null_ptid when no thread id
6256         is found.
6257         (remote_current_thread): Add log warning for malformed
6258         qC reply.
6259         (remote_start_remote): Add log warning when current thread
6260         not found.
6261
6262 2015-07-24  Pedro Alves  <palves@redhat.com>
6263
6264         * s390-linux-nat.c (fetch_regs, store_regs, fetch_fpregs)
6265         (s390_stopped_by_watchpoint, s390_prepare_to_resume): Pass 0 as
6266         forth argument to ptrace PTRACE_PEEKUSR_AREA/PTRACE_POKEUSR_AREA.
6267
6268 2015-07-24  Pedro Alves  <palves@redhat.com>
6269
6270         PR gdb/18717
6271         * linux-nat.c (linux_nat_filter_event): Don't assert that the lwp
6272         is resumed, and extend the debug log.
6273
6274 2015-07-24  Pedro Alves  <palves@redhat.com>
6275
6276         * fork-child.c (fork_inferior): Print argv[0] instead of exec_file.
6277
6278 2015-07-24  Pedro Alves  <palves@redhat.com>
6279
6280         * aarch64-linux-nat.c: Include nat/gdb_ptrace.h instead of
6281         sys/ptrace.h.
6282         * alpha-linux-nat.c: Likewise.
6283         * amd64-linux-nat.c: Likewise.
6284         * arm-linux-nat.c: Likewise.
6285         * hppa-linux-nat.c: Likewise.
6286         * i386-linux-nat.c: Likewise.
6287         * ia64-linux-nat.c: Likewise.
6288         * linux-fork.c: Likewise.
6289         * linux-nat.c: Likewise.
6290         * m32r-linux-nat.c: Likewise.
6291         * m68klinux-nat.c: Likewise.
6292         * mips-linux-nat.c: Likewise.
6293         * nat/linux-btrace.c: Likewise.
6294         * nat/linux-ptrace.c: Likewise.
6295         * nat/linux-ptrace.h
6296         * nat/mips-linux-watch.c: Likewise.
6297         * nat/x86-linux-dregs.c: Likewise.
6298         * ppc-linux-nat.c: Likewise.
6299         * s390-linux-nat.c: Likewise.
6300         * spu-linux-nat.c: Likewise.
6301         * tilegx-linux-nat.c: Likewise.
6302         * x86-linux-nat.c: Likewise.
6303         * xtensa-linux-nat.c: Likewise.
6304
6305 2015-07-24  Pedro Alves  <palves@redhat.com>
6306
6307         * ptrace.m4 (ptrace tests): Test in C++ mode.  Try with 'enum
6308         __ptrace_request as first parameter type instead of int.
6309         (PTRACE_TYPE_ARG1): Define.
6310         * nat/gdb_ptrace.h [!PTRACE_TYPE_ARG5] (ptrace): Define as wrapper
6311         that casts first argument to PTRACE_TYPE_ARG1.
6312         * config.in: Regenerate.
6313         * configure: Regenerate.
6314
6315 2015-07-24  Pedro Alves  <palves@redhat.com>
6316
6317         * gdb_ptrace.h: Move ...
6318         * nat/gdb_ptrace.h: ... here.
6319         * inf-ptrace.c: Adjust.
6320
6321 2015-07-24  Pedro Alves  <palves@redhat.com>
6322
6323         * acinclude.m4: Include ptrace.m4.
6324         * configure.ac: Call GDB_AC_PTRACE and move ptrace checks ...
6325         * ptrace.m4: ... to this new file.
6326
6327 2015-07-23  Doug Evans  <dje@google.com>
6328
6329         * dwarf2read.c (dwarf2_per_cu_data): Add comment.
6330         (load_cu): Handle dummy CUs.
6331         (dw2_do_instantiate_symtab, process_queuef): Ditto.
6332         (dwarf2_fetch_die_loc_sect_off, dwarf2_fetch_constant_bytes): Ditto.
6333
6334 2015-07-23  Ciro Santilli  <ciro.santilli@gmail.com>  (tiny patch)
6335
6336         * py-linetable.c (ltpy_get_all_source_lines): Adjust function
6337         documentation to say that it returns a list rather than
6338         a FrozenSet.
6339         (linetable_object_methods): Update the docstring of the
6340         "source_line" entry.
6341
6342 2015-07-23  Pierre-Marie de Rodat  <derodat@adacore.com>
6343
6344         * gdbtypes.c (resolve_dynamic_array): Pass the peeled element
6345         type to the recursive call instead of the original (maybe
6346         TYPE_CODE_TYPEDEF) type.
6347
6348 2015-07-23  Yao Qi  <yao.qi@linaro.org>
6349
6350         * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): If
6351         TYPE is watchpoint, return zero if aarch64_num_wp_regs is zero.
6352         If TYPE is breakpoint, return zero if arch64_num_bp_regs is zero.
6353
6354 2015-07-21  Yao Qi  <yao.qi@linaro.org>
6355
6356         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
6357         Move it to nat/aarch64-linux-hw-point.c.
6358         (aarch64_linux_child_post_startup_inferior): Update.
6359         * nat/aarch64-linux-hw-point.c (aarch64_linux_get_debug_reg_capacity):
6360         New function.
6361         * nat/aarch64-linux-hw-point.h (aarch64_linux_get_debug_reg_capacity):
6362         Declare it.
6363
6364 2015-07-21  Markus Metzger  <markus.t.metzger@intel.com>
6365
6366         * common/btrace-common.c (btrace_data_append): Change case label.
6367
6368 2015-07-20  Yao Qi  <yao.qi@linaro.org>
6369
6370         * nat/aarch64-linux-hw-point.c (aarch64_handle_unaligned_watchpoint):
6371         Re-indent the code.
6372         * nat/aarch64-linux-hw-point.h: Use ULONGEST rather than
6373         "unsigned long long".
6374
6375 2015-07-18  Kevin Buettner  <kevinb@redhat.com>
6376
6377         * dwarf2read.c (dwarf2_locate_sections): Allow has_section_at_zero
6378         to be set for SEC_ALLOC sections too.
6379
6380 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6381
6382         * Makefile.in (HFILES_NO_SRCDIR): Add
6383         nat/aarch64-linux-hw-point.h.
6384         (aarch64-linux-hw-point.o): New rule.
6385         * nat/aarch64-linux-hw-point.h: New file.
6386         * nat/aarch64-linux-hw-point.c: New file.
6387         * aarch64-linux-nat.c: Include nat/aarch64-linux-hw-point.h.
6388         (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
6389         (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
6390         (AARCH64_HWP_ALIGNMENT): Likewise.
6391         (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
6392         (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
6393         (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
6394         (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
6395         (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
6396         (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
6397         (struct aarch64_debug_reg_state): Likewise.
6398         (struct arch_lwp_info): Likewise.
6399         (aarch64_linux_set_debug_regs): Likewise.
6400         (aarch64_notify_debug_reg_change): Remove static.
6401         (aarch64_align_watchpoint): Likewise.
6402         (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
6403         (aarch64_watchpoint_length): Likewise.
6404         (aarch64_point_encode_ctrl_reg): Likewise
6405         (aarch64_point_is_aligned): Likewise.
6406         (aarch64_dr_state_insert_one_point): Likewise.
6407         (aarch64_dr_state_remove_one_point): Likewise.
6408         (aarch64_handle_breakpoint): Likewise.
6409         (aarch64_handle_aligned_watchpoint): Likewise.
6410         (aarch64_handle_unaligned_watchpoint): Likewise.
6411         (aarch64_handle_watchpoint): Likewise.
6412         * config/aarch64/linux.mh (NAT_FILE): Add
6413         aarch64-linux-hw-point.o.
6414
6415 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6416
6417         * aarch64-linux-nat.c (aarch64_handle_breakpoint): Add argument
6418         state and don't call aarch64_get_debug_reg_state.  All callers
6419         update.
6420         (aarch64_linux_insert_hw_breakpoint): Call
6421         aarch64_get_debug_reg_state earlier.
6422         (aarch64_linux_remove_hw_breakpoint): Likewise.
6423         (aarch64_handle_aligned_watchpoint): Add argument state and
6424         don't call aarch64_get_debug_reg_state.  All callers update.
6425         (aarch64_handle_unaligned_watchpoint): Likewise.
6426         (aarch64_handle_watchpoint): Add argument state.
6427         (aarch64_linux_insert_watchpoint): Call aarch64_get_debug_reg_state
6428         earlier.
6429         (aarch64_linux_remove_watchpoint): Likewise.
6430
6431 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6432
6433         * aarch64-linux-nat.c (aarch64_show_debug_reg_state): Use
6434         debug_printf.
6435         (aarch64_handle_unaligned_watchpoint): Likewise.
6436
6437 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6438
6439         * aarch64-linux-nat.c (aarch64_dr_state_insert_one_point): Change
6440         argument type's type to 'enum target_hw_bp_type'.
6441         (aarch64_dr_state_remove_one_point): Likewise.
6442         (aarch64_handle_breakpoint): Likewise.
6443         (aarch64_linux_insert_hw_breakpoint): Likewise.
6444         (aarch64_linux_remove_hw_breakpoint): Likewise.
6445         (aarch64_handle_aligned_watchpoint): Likewise.
6446
6447 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6448
6449         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Call
6450         ptid_get_pid instead of get_thread_id.
6451
6452 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6453
6454         * remote.c (get_current_thread): Initialise ptid to null_ptid.
6455         (add_current_inferior_and_thread): Don't initialise ptid.
6456
6457 2015-07-16  Pierre Langlois  <pierre.langlois@arm.com>
6458
6459         * aarch64-tdep.c (aarch64_pseudo_read_value): Mark S register as
6460         unavailable if invalid.
6461
6462 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6463
6464         Revert the previous 6 commits:
6465         Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
6466         Move gdb_regex* to common/
6467         Prepare linux_find_memory_regions_full & co. for move
6468         Move linux_find_memory_regions_full & co.
6469         gdbserver build-id attribute generator
6470         Validate symbol file using build-id
6471
6472 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6473             Jan Kratochvil  <jan.kratochvil@redhat.com>
6474
6475         Validate symbol file using build-id.
6476         * NEWS (Changes since GDB 7.10): Add 'set validate-build-id'
6477         and 'show validate-build-id'.  Add build-id attribute.
6478         * solib-darwin.c (_initialize_darwin_solib): Assign validate value.
6479         * solib-dsbt.c (_initialize_dsbt_solib): Ditto.
6480         * solib-frv.c (_initialize_frv_solib): Ditto.
6481         * solib-spu.c (set_spu_solib_ops): Ditto.
6482         * solib-svr4.c: Include rsp-low.h.
6483         (NOTE_GNU_BUILD_ID_NAME): New define.
6484         (svr4_validate): New function.
6485         (svr4_copy_library_list): Duplicate field build_id.
6486         (library_list_start_library): Parse 'build-id' attribute.
6487         (svr4_library_attributes): Add 'build-id' attribute.
6488         (_initialize_svr4_solib): Assign validate value.
6489         * solib-target.c (solib.h): Include.
6490         (_initialize_solib_target): Assign validate value.
6491         * solib.c (validate_build_id, show_validate_build_id): New.
6492         (solib_map_sections): Use ops->validate.
6493         (clear_so): Free build_id.
6494         (default_solib_validate): New function.
6495         (_initialize_solib): Add "validate-build-id".
6496         * solib.h (default_solib_validate): New declaration.
6497         * solist.h (struct so_list): New fields 'build_idsz' and 'build_id'.
6498         (target_so_ops): New field 'validate'.
6499
6500 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6501             Jan Kratochvil  <jan.kratochvil@redhat.com>
6502
6503         gdbserver build-id attribute generator.
6504         * features/library-list-svr4.dtd (library-list-svr4): New
6505         'build-id' attribute.
6506
6507 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6508             Jan Kratochvil  <jan.kratochvil@redhat.com>
6509
6510         Move linux_find_memory_regions_full & co.
6511         * linux-tdep.c (nat/linux-maps.h): Include.
6512         (gdb_regex.h): Remove the include.
6513         (enum filterflags, struct smaps_vmflags, read_mapping, decode_vmflags)
6514         (mapping_is_anonymous_p, dump_mapping_p): Moved to nat/linux-maps.c.
6515         (linux_find_memory_region_ftype): Moved typedef to nat/linux-maps.h.
6516         (linux_find_memory_regions_full): Moved definition to nat/linux-maps.c.
6517         * nat/linux-maps.c: Include ctype.h, target/target-utils.h, gdb_regex.h
6518         and target/target.h.
6519         (struct smaps_vmflags, read_mapping, decode_vmflags)
6520         (mapping_is_anonymous_p, dump_mapping_p): Move from linux-tdep.c.
6521         (linux_find_memory_regions_full): Move from linux-tdep.c.
6522         * nat/linux-maps.h (read_mapping): New declaration.
6523         (linux_find_memory_region_ftype, enum filterflags): Moved from
6524         linux-tdep.c.
6525         (linux_find_memory_regions_full): New declaration.
6526         * target.c (target/target-utils.h): Include.
6527         (read_alloc_pread_ftype): Moved typedef to target/target-utils.h.
6528         (read_alloc, read_stralloc_func_ftype, read_stralloc): Moved
6529         definitions to target/target-utils.c.
6530         * target.h (target_fileio_read_stralloc): Move it to target/target.h.
6531         * target/target-utils.c (read_alloc, read_stralloc): Move definitions
6532         from target.c.
6533         * target/target-utils.h (read_alloc_pread_ftype): New typedef.
6534         (read_alloc): New declaration.
6535         (read_stralloc_func_ftype): New typedef.
6536         (read_stralloc): New declaration.
6537         * target/target.h (target_fileio_read_stralloc): Move it from target.h.
6538
6539 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6540             Jan Kratochvil  <jan.kratochvil@redhat.com>
6541
6542         Prepare linux_find_memory_regions_full & co. for move.
6543         * linux-tdep.c (linux_find_memory_region_ftype): Comment.
6544         (linux_find_memory_regions_full): Change signature and prepare
6545         for moving to linux-maps.
6546         (linux_find_memory_regions_data): Rename field 'obfd' to 'data'.
6547         (linux_find_memory_regions_thunk): New.
6548         (linux_find_memory_regions_thunk): Use 'data' field instead of 'obfd'.
6549         (linux_find_memory_regions_gdb): New.
6550         (linux_find_memory_regions): Rename argument 'obfd' to 'func_data'.
6551         (linux_make_mappings_corefile_notes): Use
6552         linux_find_memory_regions_gdb.
6553         * target.c (read_alloc_pread_ftype): New typedef.
6554         (target_fileio_read_alloc_1_pread): New function.
6555         (read_alloc): Refactor from target_fileio_read_alloc_1.
6556         (read_stralloc_func_ftype): New typedef.
6557         (target_fileio_read_alloc_1): New implementation. Use read_alloc.
6558         (read_stralloc): Refactored from target_fileio_read_stralloc.
6559         (target_fileio_read_stralloc): New implementation, use read_stralloc.
6560
6561 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6562
6563         * Makefile.in (HFILES_NO_SRCDIR): Change gdb_regex.h to
6564         common/gdb_regex.h.
6565         (COMMON_OBS): Add gdb_regex.o.
6566         (gdb_regex.o): New.
6567         * common/common.m4 (GDB_AC_COMMON): Add gdb_use_included_regex,
6568         --without-included-regex and USE_INCLUDED_REGEX.
6569         * common/gdb_regex.c: New file from utils.c functions.
6570         * common/gdb_regex.h: Move it here from gdb_regex.h, update include
6571         file wrapping define name.
6572         * configure: Rebuilt.
6573         * configure.ac (gdb_use_included_regex, --without-included-regex)
6574         (USE_INCLUDED_REGEX): Move them to common/common.m4.
6575         * gdb_regex.h: Move it to common/gdb_regex.h.
6576         * utils.c: Remove include gdb_regex.h.
6577         (do_regfree_cleanup, make_regfree_cleanup, get_regcomp_error)
6578         (compile_rx_or_error): Move them to common/gdb_regex.c.
6579
6580 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6581             Jan Kratochvil  <jan.kratochvil@redhat.com>
6582
6583         Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
6584         * Makefile.in (HFILES_NO_SRCDIR); Add nat/linux-maps.h,
6585         common/target-utils.h.
6586         (COMMON_OBS): Add target-utils.o.
6587         (linux-maps.o, target-utils.o): New.
6588         * target/target-utils.c: New file.
6589         * target/target-utils.h: New file.
6590         * config/i386/linux.mh (NATDEPFILES): Add linux-maps.o.
6591         * config/i386/linux64.mh (NATDEPFILES): Ditto.
6592         * nat/linux-maps.c: New file.
6593         * nat/linux-maps.h: New file.
6594
6595 2015-07-15  Markus Metzger  <markus.t.metzger@intel.com>
6596             Pedro Alves <palves@redhat.com>
6597
6598         * nat/linux-btrace.c (perf_event_read): Change the type of DATA_HEAD.
6599         (perf_event_read_all): Change the type of SIZE and DATA_HEAD.
6600         (perf_event_read_bts): Change the type of SIZE and READ.
6601         (linux_enable_bts): Change the type of SIZE, PAGES, DATA_SIZE,
6602         and DATA_OFFSET.  Move DATA_SIZE declaration.  Restrict the buffer size
6603         to UINT_MAX.  Check for overflows when using DATA_HEAD from the perf
6604         mmap page.
6605         (linux_enable_pt): Change the type of PAGES and SIZE.  Restrict the
6606         buffer size to UINT_MAX.
6607         (linux_read_bts): Change the type of BUFFER_SIZE, SIZE, DATA_HEAD, and
6608         DATA_TAIL.
6609         * nat/linux-btrace.h (struct perf_event_buffer)<size, data_head>
6610         <last_head>: Change type.
6611         * common/btrace-common.h (struct btrace_dat_pt) <size>: Change type.
6612         * common/btrace-common.c (btrace_data_append): Change the type of
6613         SIZE.
6614         * btrace.c (parse_xml_raw): Change the type of SIZE.  Change oddness
6615         check.
6616
6617 2015-07-14  Simon Marchi  <simon.marchi@ericsson.com>
6618
6619         * gdbtypes.h (CHECK_TYPEDEF): Remove.
6620         * aarch64-tdep.c (aarch64_return_in_memory): Replace CHECK_TYPEDEF
6621         with check_typedef.
6622         * ada-lang.c (decode_constrained_packed_array_type): Likewise.
6623         (ada_array_length): Likewise.
6624         (find_parallel_type_by_descriptive_type): Likewise.
6625         (ada_check_typedef): Likewise.
6626         * arm-tdep.c (arm_return_in_memory): Likewise.
6627         * ax-gdb.c (gen_trace_static_fields): Likewise.
6628         (gen_struct_ref_recursive): Likewise.
6629         * c-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
6630         (variable: block COLONCOLON name): Likewise.
6631         (qualified_name: TYPENAME COLONCOLON name): Likewise.
6632         * c-lang.c (classify_type): Likewise.
6633         * c-typeprint.c (c_print_type): Likewise.
6634         (c_print_typedef): Likewise.
6635         (c_type_print_base): Likewise.
6636         * c-valprint.c (c_val_print): Likewise.
6637         * compile/compile-c-types.c (convert_type): Likewise.
6638         * compile/compile-object-load.c (get_out_value_type): Likewise.
6639         * completer.c (add_struct_fields): Likewise.
6640         (expression_completer): Likewise.
6641         * cp-namespace.c (cp_find_type_baseclass_by_name): Likewise.
6642         (cp_lookup_nested_symbol_1): Likewise.
6643         (cp_lookup_nested_symbol): Likewise.
6644         * cp-valprint.c (cp_print_value_fields): Likewise.
6645         (cp_print_static_field): Likewise.
6646         * d-valprint.c (d_val_print): Likewise.
6647         * eval.c (evaluate_subexp_standard): Likewise.
6648         (evaluate_subexp_for_sizeof): Likewise.
6649         * f-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
6650         * f-typeprint.c (f_type_print_base): Likewise.
6651         * f-valprint.c (f_val_print): Likewise.
6652         * gdbtypes.c (get_discrete_bounds): Likewise.
6653         (create_array_type_with_stride): Likewise.
6654         (type_name_no_tag_or_error): Likewise.
6655         (lookup_struct_elt_type): Likewise.
6656         (get_unsigned_type_max): Likewise.
6657         (internal_type_vptr_fieldno): Likewise.
6658         (set_type_vptr_fieldno): Likewise.
6659         (internal_type_vptr_basetype): Likewise.
6660         (set_type_vptr_basetype): Likewise.
6661         (get_vptr_fieldno): Likewise.
6662         (is_integral_type): Likewise.
6663         (is_scalar_type): Likewise.
6664         (is_scalar_type_recursive): Likewise.
6665         (distance_to_ancestor): Likewise.
6666         (is_unique_ancestor_worker): Likewise.
6667         (check_types_equal): Likewise.
6668         * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise.
6669
6670 2015-07-14  Iain Buclaw  <ibuclaw@gdcproject.org>
6671
6672         * dwarf2read.c (find_slot_in_mapped_hash): Extend language support to
6673         also test for language_d.
6674         (dwarf2_compute_name): Likewise.
6675         (read_func_scope): Likewise.
6676         (read_structure_type): Likewise.
6677         (new_symbol_full): Likewise.
6678         (determine_prefix): Likewise.
6679         (read_import_statement): Use dot as the separator for language_d.
6680         (typename_concat): Likewise, but don't prefix the D main function.
6681
6682 2015-07-14  Peter Bergner  <bergner@vnet.ibm.com>
6683
6684         * nat/linux-namespaces.c (setns): Rename from this ...
6685         (do_setns): ... to this.  Support calling setns if it exists.
6686         (mnsh_handle_setns): Call do_setns.
6687
6688 2015-07-13  Yao Qi  <yao.qi@linaro.org>
6689
6690         * exec.c (exec_file_attach): Add period at the end of error
6691         message.
6692
6693 2015-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
6694
6695         * tui/tui-win.c (window_name_completer): New function.
6696         (focus_completer): Call window_name_completer.  All old content
6697         moved into window_name_completer.
6698         (winheight_completer): New function.
6699         (_initialize_tui_win): Rename variable.  Add completer to
6700         winheight command.  Update doc string on winheight.
6701
6702 2015-07-12  Sandra Loosemore  <sandra@codesourcery.com>
6703
6704         * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Register
6705         all nios2 mach variants.
6706
6707 2015-07-10  Kevin Buettner  <kevinb@redhat.com>
6708
6709         * rx-tdep.c (rx_get_opcode_byte): Use target_read_code instead
6710         of target_read_memory.
6711
6712 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
6713
6714         * tui/tui-win.c (tui_set_win_height): Use a cleanup to free the
6715         string copy.
6716         (parse_scrolling_args): Likewise.
6717
6718 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
6719
6720         * tui/tui-win.c (focus_completer): Don't duplicate the tui window
6721         names in this function.
6722
6723 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
6724
6725         * tui/tui-data.h (SRC_NAME): Convert to lower case.
6726         (CMD_NAME): Likewise.
6727         (DATA_NAME): Likewise.
6728         (DISASSEM_NAME): Likewise.
6729         * tui/tui-win.c (tui_set_focus): Window names are now lower case.
6730         (tui_set_win_height): Likewise.
6731         (parse_scrolling_args): Likewise.
6732
6733 2015-07-10  Markus Metzger  <markus.t.metzger@intel.com>
6734
6735         * record-btrace.c (record_btrace_goto_begin)
6736         (record_btrace_goto_end, record_btrace_goto): Move call to
6737         print_stack_frame ...
6738         (record_btrace_set_replay): ... here.  Set stop_pc.
6739         * record-full.c (record_full_goto_entry): Set stop_pc.
6740
6741 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6742
6743         * NEWS: Mention support for tracepoints on aarch64-linux.
6744
6745 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6746
6747         * linux-aarch64-low.c (aarch64_supports_tracepoints): New
6748         function.  Return 1.
6749         (the_low_target): Install it.
6750
6751 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6752
6753         * gdb.trace/backtrace.exp: Set registers for aarch64 target.
6754         * gdb.trace/collection.exp: Likewise.
6755         * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6756         * gdb.trace/mi-trace-unavailable.exp: Likewise.
6757         * gdb.trace/report.exp: Likewise.
6758         * gdb.trace/trace-break.exp: Likewise.
6759         * gdb.trace/unavailable.exp: Likewise.
6760         * gdb.trace/while-dyn.exp: Likewise.
6761
6762 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6763
6764         * aarch64-tdep.c: Add ax.h and ax-gdb.h includes.
6765         (aarch64_gen_return_address): New function.
6766         (aarch64_gdbarch_init): Hook it.
6767
6768 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6769
6770         * aarch64-tdep.c (aarch64_make_stub_cache): Set available_p and
6771         swallow NOT_AVAILABLE_ERROR.
6772         (aarch64_stub_this_id): Call frame_id_build_unavailable_stack if
6773         available_p is not set.
6774         (aarch64_stub_frame_unwind_stop_reason): New function.
6775         (aarch64_stub_unwind): Install it.
6776
6777 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6778
6779         * aarch64-tdep.c (aarch64_prologue_cache) <available_p>: New
6780         field.
6781         (aarch64_make_prologue_cache_1): New function, factored out from
6782         aarch64_make_prologue_cache.  Do not allocate cache.  Set
6783         available_p.
6784         (aarch64_make_prologue_cache): Reimplement wrapping
6785         aarch64_make_prologue_cache_1, and swallowing
6786         NOT_AVAILABLE_ERROR.
6787         (aarch64_prologue_frame_unwind_stop_reason): New function.
6788         Return UNWIND_UNAVAILABLE if available_p is not set.
6789         (aarch64_prologue_unwind): Install it.
6790         (aarch64_prologue_this_id): Move prev_pc and prev_sp limit
6791         checks into aarch64_prologue_frame_unwind_stop_reason.  Call
6792         frame_id_build_unavailable_stack if available_p is not set.
6793
6794 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6795
6796         * aarch64-tdep.c (aarch64_prologue_cache) <func, prev_pc>: New
6797         fields.
6798         (aarch64_scan_prologue): Set prev_pc.
6799         (aarch64_make_prologue_cache): Set func.
6800         (aarch64_make_stub_cache): Set prev_pc.
6801         (aarch64_prologue_this_id): Remove local variables id, pc and
6802         func.  Read prev_pc and func from cache.
6803         (aarch64_stub_this_id): Read prev_pc from cache.
6804
6805 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6806
6807         * aarch64-tdep.c (aarch64_make_stub_cache): Update comment.  New
6808         argument this_cache.  Remove unused local variables reg and
6809         unwound_fp.  Return early if this_cache is already set.  Set
6810         this_cache.
6811         (aarch64_stub_this_id): Update call to aarch64_make_stub_cache.
6812
6813 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6814
6815         * aarch64-tdep.c (aarch64_make_prologue_cache): Update comment.
6816         New argument this_cache.  Return early if this_cache is already
6817         set.  Set this_cache.
6818         (aarch64_prologue_this_id): Update call to
6819         aarch64_make_prologue_cache.
6820         (aarch64_prologue_prev_register): Likewise.
6821         (aarch64_normal_frame_base): Likewise.
6822
6823 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6824
6825         * c-valprint.c (c_val_print): Factor out memberptr printing code
6826         from c_val_print to ...
6827         (c_val_print_memberptr): ... this new function.
6828
6829 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6830
6831         * c-valprint.c (c_val_print): Factor out int printing code to ...
6832         (c_val_print_int): ... this new function.
6833
6834 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6835
6836         * c-valprint.c (c_val_print): Factor out struct and union
6837         printing code to ...
6838         (c_val_print_struct): ... this new function ...
6839         (c_val_print_union): ... and this new function.
6840
6841 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6842
6843         * c-valprint.c (c_val_print): Factor out pointer printing code
6844         to ...
6845         (c_val_print_ptr): ... this new function.
6846
6847 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6848
6849         * c-valprint.c (c_valprint): Factor our array printing code from
6850         c_val_print to ...
6851         (c_val_print_array): ... this new function.
6852
6853 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6854
6855         * c-valprint.c (c_val_print): Factor out pointer printing code
6856         to ...
6857         (print_unpacked_pointer): ... this new function.
6858
6859 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6860
6861         * c-valprint.c (c_val_print): Remove an assignment to i and move
6862         its declaration.
6863
6864 2015-07-09  Yao Qi  <yao.qi@linaro.org>
6865
6866         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Add
6867         argument ptid.  Update comments.  Caller update.
6868
6869 2015-07-09  Markus Metzger  <markus.t.metzger@intel.com>
6870
6871         * btrace.c (pt_print_packet): Print stop, vmcs, tma, mtc, cyc, and
6872         mnt packets.
6873
6874 2015-07-09  Markus Metzger  <markus.t.metzger@intel.com>
6875
6876         * btrace.c (btrace_pt_readmem_callback): Change type of PC argument.
6877
6878 2015-07-08  Simon Marchi  <simon.marchi@ericsson.com>
6879
6880         * progspace.c (delete_program_space): Add missing spaces.
6881
6882 2015-07-08  Simon Marchi  <simon.marchi@ericsson.com>
6883
6884         * inferior.c (delete_inferior_1): Rename to ...
6885         (delete_inferior): ..., remove 'silent' parameter, delete
6886         program space when unused and remove call to prune_program_spaces.
6887         Remove the old, unused, delete_inferior.
6888         (delete_inferior_silent): Remove.
6889         (prune_inferiors): Change call from delete_inferior_1 to
6890         delete_inferior and remove 'silent' parameter. Remove call to
6891         prune_program_spaces.
6892         (remove_inferior_command): Idem.
6893         * inferior.h (delete_inferior_1): Rename to...
6894         (delete_inferior): ..., remove 'silent' parameter and remove the
6895         original delete_inferior.
6896         (delete_inferior_silent): Remove.
6897         * mi/mi-main.c (mi_cmd_remove_inferior): Change call from
6898         delete_inferior_1 to delete_inferior and remove 'silent'
6899         parameter.
6900         * progspace.c (prune_program_spaces): Remove.
6901         (pspace_empty_p): Rename to...
6902         (program_space_empty_p): ... and make non-static.
6903         (delete_program_space): New.
6904         * progspace.h (prune_program_spaces): Remove declaration.
6905         (program_space_empty_p): New declaration.
6906         (delete_program_space): New declaration.
6907         * monitor.c (monitor_close): Replace call to
6908         delete_thread_silent and delete_inferior_silent with
6909         discard_all_inferiors.
6910
6911 2015-07-08  Patrick Palka  <patrick@parcs.ath.cx>
6912
6913         * defs.h (deprecated_register_changed_hook): Remove prototype.
6914         * interps.c (clear_iterpreter_hooks): Remove reference to
6915         deprecated_register_changed_hook.
6916         * top.c (deprecated_register_changed_hook): Remove prototype.
6917         * valops.c (value_assign): Remove reference to
6918         deprecated_register_changed_hook.
6919         * tui/tui-hooks.c (tui_register_changed): Add parameter "frame".
6920         Add comment documenting the function.
6921         (tui_register_changed_observer): Define.
6922         (tui_install_hooks): Remove reference to
6923         deprecated_register_changed_hook.  Set
6924         tui_register_changed_observer.
6925         (tui_remove_hooks): Remove reference to
6926         deprecated_register_changed_hook.  Unset
6927         tui_register_changed_observer.
6928
6929 2015-07-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
6930
6931         PR compile/18484
6932         * compile/compile-c-types.c (insert_type): Change gdb_assert to error.
6933
6934 2015-07-08  Robert O'Callahan  <robert@ocallahan.org>
6935
6936         PR exp/18617
6937         * ax-gdb.c (gen_conversion): Extend to 'to' bits, not 'from'.
6938
6939 2015-07-08  Markus Metzger  <markus.t.metzger@intel.com>
6940
6941         * MAINTAINERS (Write After Approval): Add Markus T. Metzger.
6942
6943 2015-07-08  Markus Metzger  <markus.t.metzger@intel.com>
6944
6945         * nat/linux-btrace.c (kernel_supports_bts, kernel_supports_pt):
6946         Use safe_strerror() instead of strerror().
6947
6948 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6949
6950         * features/arm-with-m-fpa-layout.xml: Set architecture to arm.
6951         * features/arm-with-m-fpa-layout.c: Regenerated.
6952         * features/arm-with-m-vfp-d16.xml: Likewise.
6953         * features/arm-with-m-vfp-d16.c: Regenerated.
6954         * features/arm-with-m.xml: Likewise.
6955         * features/arm-with-m.c: Regenerated.
6956         * features/arm-with-neon.xml: Likewise.
6957         * features/arm-with-neon.c: Regenerated.
6958         * features/arm-with-vfpv2.xml: Likewise.
6959         * features/arm-with-vfpv2.c: Regenerated.
6960         * features/arm-with-vfpv3.xml: Likewise.
6961         * features/arm-with-vfpv3.c: Regenerated.
6962
6963 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6964
6965         * aarch32-linux-nat.h (VFP_REGS_SIZE): New macro, moved from
6966         arm-linux-nat.c.
6967         * aarch64-linux-nat.c: Include aarch32-linux-nat.h and
6968         elf/external.h.
6969         (fetch_gregs_from_thread): Call aarch32_gp_regcache_supply
6970         if target is 32-bit.
6971         (store_gregs_to_thread): Call aarch32_gp_regcache_collect
6972         if target is 32-bit.
6973         (fetch_fpregs_from_thread): Call aarch32_vfp_regcache_supply
6974         if target is 32-bit.
6975         (store_fpregs_to_thread): Call aarch32_vfp_regcache_collect
6976         if target is 32-bit.
6977         (tdesc_arm_with_vfpv3, tdesc_arm_with_neon): Declare.
6978         (aarch64_linux_read_description): Return the right target
6979         description.
6980         * arm-linux-nat.c (VFP_REGS_SIZE): Moved to aarch32-linux-nat.h.
6981         * config/aarch64/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
6982         * configure.tgt (aarch64*-*-linux*): Add arm-tdep.o and
6983         arm-linux-tdep.o.
6984
6985 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6986
6987         * aarch32-linux-nat.c: New file.
6988         * aarch32-linux-nat.h: New file.
6989         * arm-linux-nat.c: Include aarch32-linux-nat.h.
6990         (fetch_regs): Move code to aarch32-linux-nat.c.  Call
6991         aarch32_gp_regcache_supply.
6992         (store_regs): Move code to aarch32-linux-nat.c.  Call
6993         aarch32_gp_regcache_collect.
6994         (fetch_vfp_regs): Move code to aarch32-linux-nat.c.  Call
6995         aarch32_vfp_regcache_supply.
6996         (store_vfp_regs): Move code to aarch32-linux-nat.c.  Call
6997         aarch32_vfp_regcache_collect.
6998         * config/arm/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
6999
7000 2015-07-07  Yao Qi  <yao.qi@linaro.org>
7001
7002         * arm-linux-nat.c (store_fpregister): Remove.
7003         (store_register): Likewise.
7004         (fetch_fpregister): Likewise.
7005         (fetch_register): Likewise.
7006         (arm_linux_store_inferior_registers): Call store_regs and
7007         store_fpregs instead.
7008         (arm_linux_fetch_inferior_registers): Call fetch_fpregs and
7009         fetch_regs instead.
7010
7011 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
7012
7013         * doc/gdb.texinfo (TUI): Restructure documentation on TUI layout
7014         and focus commands.
7015
7016 2015-07-06  Joel Brobecker  <brobecker@adacore.com>
7017
7018         * NEWS: Create a new section for the next release branch.
7019         Rename the section of the current branch, now that it has
7020         been cut.
7021
7022 2015-07-06  Joel Brobecker  <brobecker@adacore.com>
7023
7024         GDB 7.10 branch created (66c4b3e8a628a207bc6aafef6af0c4128195f56e):
7025         * version.in: Bump version to 7.10.50.DATE-cvs.
7026
7027 2015-07-06  Luis Machado  <lgustavo@codesourcery.com>
7028
7029         * breakpoint.c (remove_breakpoint_1): Don't handle permanent
7030         breakpoints in a special way.
7031         (remove_breakpoint): Likewise.
7032         (mark_breakpoints_out): Likewise.
7033
7034 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
7035
7036         * doc/gdb.texinfo (TUI): Add comma after @xref.
7037
7038 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
7039
7040         * tui/tui-win.c (tui_set_focus): Use structure member 'generic'
7041         instead of casting the structure type.
7042
7043 2015-07-06  Simon Marchi  <simon.marchi@ericsson.com>
7044
7045         * valops.c (search_struct_field): Remove OFFSET parameter.
7046         (value_cast_structs): Adjust calls to search_struct_field.
7047         (value_struct_elt): Same.
7048         (find_overload_match): Same.
7049
7050 2015-07-06  Simon Marchi  <simon.marchi@ericsson.com>
7051
7052         * value.c (value_fetch_lazy): Update comment, change return
7053         value to void.
7054         * value.h (value_fetch_lazy): Change return value to void.
7055
7056 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
7057
7058         * tui/tui-data.c (tui_partial_win_by_name): Window name is const.
7059         (tui_win_name): Make parameter and result const.
7060         * tui/tui-data.h (tui_win_name): Make parameter and result const.
7061
7062 2015-07-06  Patrick Palka  <patrick@parcs.ath.cx>
7063
7064         * i386-tdep.c (i386_mpx_info_bounds): Don't call error, instead
7065         use printf_unfiltered.
7066         (set_mpx_cmd): Add missing trailing space to command string
7067         literal.
7068         (_initialize_i386_tdep): Give the "mpx" prefix command its
7069         correct name.
7070
7071 2015-07-02  Kevin Buettner  <kevinb@redhat.com>
7072
7073         * rx-tdep.c (RX_USP_REGNUM, RX_BPC_REGNUM): New constants.
7074         (enum rx_frame_type): New.
7075         (struct rx_prologue): Add new field `frame_type'.
7076         (rx_analyze_prologue): Add `frame_type' parameter. Cache this
7077         parameter in the prologue struct.  Add code for recording
7078         locations of PC and PSW for fast interrupt and exception frames.
7079         (rx_skip_prologue): Adjust call to rx_analyze_prologue.
7080         (rx_analyze_frame_prologue): Add `frame_type' parameter.
7081         (rx_frame_type): New function.
7082         (rx_frame_base): Fetch frame type and pass it to rx_analyze_prologue.
7083         (rx_frame_this_id): Rename parameter `this_prologue_cache' to
7084         `this_cache'.
7085         (rx_frame_prev_register): Rename parameter `this_prologue_cache' to
7086         `this_cache'.  Add cases for RX_FRAME_TYPE_EXCEPTION and
7087         RX_FRAME_TYPE_FAST_INTERRUPT.
7088         (normal_frame_p, exception_frame_p, rx_frame_sniffer_common)
7089         (rx_frame_sniffer, rx_exception_sniffer): New functions.
7090         (rx_frame_unwind): Use rx_frame_sniffer instead of
7091         default_frame_sniffer.
7092         (rx_frame_unwind): New unwinder.
7093         (rx_gdbarch_init): Register new unwinder.
7094
7095 2015-07-02  Kevin Buettner  <kevinb@redhat.com>
7096
7097         * rx-tdep.c (RX_BPSW_REGNUM, RX_FPSW_REGNUM): New constants.
7098         (struct gdbarch_tdep): Add fields rx_psw_type and rx_fpsw_type.
7099         (rx_register_type): Add cases for RX_PSW_REGNUM, RX_BPSW_REGNUM,
7100         and RX_FPSW_REGNUM.
7101         (rx_gdbarch_init): Initialize PSW, BPSW, and FPSW flags types.
7102
7103 2015-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7104
7105         Fix GCC false warning.
7106         * s390-linux-tdep.c (s390_handle_arg): Initialize VAL.
7107
7108 2015-07-02  Yao Qi  <yao.qi@linaro.org>
7109
7110         * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Fix
7111         typo in the debugging message.
7112
7113 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
7114
7115         * btrace.c: Include gdbcmd.h, cli/cli-utils.h, and ctype.h.
7116         (maint_btrace_cmdlist, maint_btrace_set_cmdlist)
7117         (maint_btrace_show_cmdlist, maint_btrace_pt_set_cmdlist)
7118         (maint_btrace_pt_show_cmdlist, maint_btrace_pt_skip_pad)
7119         (btrace_maint_clear): New.
7120         (btrace_fetch, btrace_clear): Call btrace_maint_clear.
7121         (pt_print_packet, btrace_maint_decode_pt)
7122         (btrace_maint_update_pt_packets, btrace_maint_update_packets)
7123         (btrace_maint_print_packets, get_uint, get_context_size, no_chunk)
7124         (maint_btrace_packet_history_cmd)
7125         (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
7126         (maint_btrace_cmd, maint_btrace_set_cmd, maint_btrace_show_cmd)
7127         (maint_btrace_pt_set_cmd, maint_btrace_pt_show_cmd)
7128         (maint_info_btrace_cmd, _initialize_btrace): New.
7129         * btrace.h (btrace_pt_packet, btrace_pt_packet_s)
7130         (btrace_maint_packet_history, btrace_maint_info): New.
7131         (btrace_thread_info) <maint>: New.
7132         * NEWS: Announce it.
7133
7134 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
7135
7136         * btrace.c (btrace_fetch): Append the new trace data.
7137         (btrace_clear): Clear the stored trace data.
7138         * btrace.h (btrace_thread_info) <data>: New.
7139         * common/btrace-common.h (btrace_data_clear)
7140         (btrace_data_append): New.
7141         * common/btrace-common.c (btrace_data_clear)
7142         (btrace_data_append): New.
7143
7144 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
7145
7146         * nat/linux-btrace.c (linux_enable_bts): Check for
7147         PERF_ATTR_SIZE_VER5.
7148         Check for data_offset and data_size fields.  Use them.
7149
7150 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
7151
7152         * NEWS: Announce new commands "record btrace pt" and "record pt".
7153         Announce new options "set|show record btrace pt buffer-size".
7154         * btrace.c: Include "rsp-low.h".
7155         Include "inttypes.h".
7156         (btrace_add_pc): Add forward declaration.
7157         (pt_reclassify_insn, ftrace_add_pt, btrace_pt_readmem_callback)
7158         (pt_translate_cpu_vendor, btrace_finalize_ftrace_pt)
7159         (btrace_compute_ftrace_pt): New.
7160         (btrace_compute_ftrace): Support BTRACE_FORMAT_PT.
7161         (check_xml_btrace_version): Update version check.
7162         (parse_xml_raw, parse_xml_btrace_pt_config_cpu)
7163         (parse_xml_btrace_pt_raw, parse_xml_btrace_pt)
7164         (btrace_pt_config_cpu_attributes, btrace_pt_config_children)
7165         (btrace_pt_children): New.
7166         (btrace_children): Add support for "pt".
7167         (parse_xml_btrace_conf_pt, btrace_conf_pt_attributes): New.
7168         (btrace_conf_children): Add support for "pt".
7169         * btrace.h: Include "intel-pt.h".
7170         (btrace_pt_error): New.
7171         * common/btrace-common.c (btrace_format_string, btrace_data_fini)
7172         (btrace_data_empty): Support BTRACE_FORMAT_PT.
7173         * common/btrace-common.h (btrace_format): Add BTRACE_FORMAT_PT.
7174         (struct btrace_config_pt): New.
7175         (struct btrace_config)<pt>: New.
7176         (struct btrace_data_pt_config, struct btrace_data_pt): New.
7177         (struct btrace_data)<pt>: New.
7178         * features/btrace-conf.dtd (btrace-conf)<pt>: New.
7179         (pt): New.
7180         * features/btrace.dtd (btrace)<pt>: New.
7181         (pt, pt-config, cpu): New.
7182         * nat/linux-btrace.c (perf_event_read, perf_event_read_all)
7183         (perf_event_pt_event_type, kernel_supports_pt)
7184         (linux_supports_pt): New.
7185         (linux_supports_btrace): Support BTRACE_FORMAT_PT.
7186         (linux_enable_bts): Free tinfo on error.
7187         (linux_enable_pt): New.
7188         (linux_enable_btrace): Support BTRACE_FORMAT_PT.
7189         (linux_disable_pt): New.
7190         (linux_disable_btrace): Support BTRACE_FORMAT_PT.
7191         (linux_fill_btrace_pt_config, linux_read_pt): New.
7192         (linux_read_btrace): Support BTRACE_FORMAT_PT.
7193         * nat/linux-btrace.h (struct btrace_tinfo_pt): New.
7194         (struct btrace_target_info)<pt>: New.
7195         * record-btrace.c (set_record_btrace_pt_cmdlist)
7196         (show_record_btrace_pt_cmdlist): New.
7197         (record_btrace_print_pt_conf): New.
7198         (record_btrace_print_conf): Support BTRACE_FORMAT_PT.
7199         (btrace_ui_out_decode_error): Support BTRACE_FORMAT_PT.
7200         (cmd_record_btrace_pt_start): New.
7201         (cmd_record_btrace_start): Support BTRACE_FORMAT_PT.
7202         (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): New.
7203         (_initialize_record_btrace): Add new commands.
7204         * remote.c (PACKET_Qbtrace_pt, PACKET_Qbtrace_conf_pt_size): New.
7205         (remote_protocol_features): Add "Qbtrace:pt".
7206         Add "Qbtrace-conf:pt:size".
7207         (remote_supports_btrace): Support BTRACE_FORMAT_PT.
7208         (btrace_sync_conf): Support PACKET_Qbtrace_conf_pt_size.
7209         (remote_enable_btrace): Support BTRACE_FORMAT_PT.
7210         (_initialize_remote): Add new commands.
7211
7212 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
7213
7214         * configure.ac: check for libipt
7215         * configure: Regenerate.
7216         * config.in: Regenerate.
7217         * Makefile.in (LIBIPT): New.
7218         (CLIBS): Add $LIBIPT.
7219         * NEWS: document new configure options
7220
7221 2015-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7222
7223         * compile/compile-object-load.c (compile_object_load): Replace debug
7224         message "lookup undefined ELF symbol" by 3 more specific messages.
7225
7226 2015-07-01  Kevin Buettner  <kevinb@redhat.com>
7227
7228         * rl78-tdep.c (struct gdbarch_tdep): Add new field, rl78_psw_type.
7229         (rl78_register_type): Add case for RL78_PSW_REGNUM.
7230         (rl78_gdbarch_init): Initialize rl78_psw_type.
7231
7232 2015-07-01  Patrick Palka  <patrick@parcs.ath.cx>
7233
7234         * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
7235         Update commentary.  Always refresh the registers when frame
7236         information has changed.
7237         * tui/tui-stack.c (tui_show_frame_info): Update commentary.
7238         Change return type to int.  Return 1 if frame information has
7239         changed, 0 otherwise.
7240         (tui_before_prompt): Update commentary.
7241         * tui/tui-stack.h (tui_show_frame_info): Change return type to
7242         int.
7243
7244 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
7245
7246         PR tui/13378
7247         * frame.c (select_frame): Remove reference to
7248         deprecated_selected_frame_level_changed_hook.
7249         * frame.h (deprecated_selected_frame_level_changed_hook): Remove
7250         declaration.
7251         * stack.c (deprecated_selected_frame_level_changed_hook):
7252         Likewise.
7253         * tui/tui-hooks.c (tui_selected_frame_level_changed_hook):
7254         Rename to ...
7255         (tui_refresh_frame_and_register_information): ... this.  Bail
7256         out if there is no stack.  Don't update register information
7257         unless registers_too_p is true.
7258         (tui_print_frame_info_listing_hook): Rename to ...
7259         (tui_dummy_print_frame_info_listing_hook): ... this.
7260         (tui_before_prompt): New function.
7261         (tui_normal_stop): New function.
7262         (tui_before_prompt_observer): New observer.
7263         (tui_normal_stop_observer): New observer.
7264         (tui_install_hooks): Set
7265         deprecated_print_frame_info_listing_hook to
7266         tui_dummy_print_frame_info_listing_hook.  Register
7267         tui_before_prompt_observer to call tui_before_prompt and
7268         tui_normal_stop_observer to call tui_normal_stop.  Remove
7269         reference to deprecated_selected_frame_level_changed_hook.
7270         (tui_remove_hooks): Detach and unset tui_before_prompt_observer
7271         and tui_normal_stop_observer.  Remove reference to
7272         deprecated_selected_frame_level_changed_hook.
7273
7274 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
7275
7276         PR tui/13378
7277         * tui/tui-stack.c (tui_set_locator_info): Change prototype to
7278         return an int instead of void.  Return whether the locator
7279         window has changed.
7280         (tui_show_frame_info): If the locator info has not changed, then
7281         bail out early to avoid refreshing the windows.
7282
7283 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
7284
7285         * tui/tui-stack.c (tui_set_locator_info): Explicitly pass
7286         LOCATOR_WIN to tui_alloc_content.
7287
7288 2015-06-30  Yao Qi  <yao.qi@linaro.org>
7289
7290         PR tdep/18605
7291         * arm-tdep.c (arm_get_next_pc_raw): Break for media
7292         instructions.
7293
7294 2015-06-29  Kevin Buettner  <kevinb@redhat.com>
7295
7296         * rx-tdep.c (RX_PSW_REGNUM): New enum constant.
7297         (rx_dwarf_reg_to_regnum): New function.
7298         (rx_gdbarch_init): Register rx_dwarf_reg_to_regnum.  Use dwarf2
7299         unwinding.
7300
7301 2015-06-29  Pedro Alves  <palves@redhat.com>
7302
7303         PR threads/18127
7304         * infcall.c (run_inferior_call): On infcall success, if the thread
7305         was marked stopped before, reset it back to stopped.
7306         * infrun.c (resume): Don't suppress the set_running calls when
7307         doing an infcall.
7308         (normal_stop): Only discard the finish_thread_state cleanup if the
7309         infcall succeeded.
7310
7311 2015-06-29  Pierre Langlois  <pierre.langlois@arm.com>
7312
7313         * MAINTAINERS (Write After Approval): Update my email address.
7314
7315 2015-06-26  Keith Seitz  <keiths@redhat.com>
7316             Doug Evans  <dje@google.com>
7317
7318         PR 16253
7319         * block.c (block_lookup_symbol): For non-function blocks,
7320         continue to search for a symbol with an exact domain match
7321         Otherwise, return any previously found "best domain" symbol.
7322         (block_lookup_symbol_primary): Likewise.
7323
7324 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
7325
7326         * NEWS: Mention the new option "history remove-duplicates".
7327         * top.c (history_remove_duplicates): New static variable.
7328         (show_history_remove_duplicates): New static function.
7329         (gdb_add_history): Conditionally remove duplicate history
7330         entries.
7331         (init_main): Add "history remove-duplicates" option.
7332
7333 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
7334
7335         * tui/tui-win.c (focus_completer): New static function.
7336         (_initialize_tui_win): Set the completion function of the
7337         "focus" command to focus_completer.
7338
7339 2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
7340
7341         * linespec.c (minsym_found): Reset sal.PC for COMPUNIT_LOCATIONS_VALID
7342         and language_asm..
7343         * symtab.c (find_function_start_sal): Likewise.
7344
7345 2015-06-25  Gary Benson  <gbenson@redhat.com>
7346
7347         * solib.c (solib_find_1): Set local variable sysroot to NULL if
7348         it is the empty string after trailing slashes have been stripped.
7349
7350 2015-06-25  Gary Benson  <gbenson@redhat.com>
7351
7352         * exec.c (exec_file_locate_attach): Remove gdb_sysroot NULL check.
7353         * infrun.c (follow_exec): Likewise.
7354         * remote.c (remote_filesystem_is_local): Likewise.
7355         * solib.c (solib_find_1): Likewise.
7356
7357 2015-06-24  Keith Seitz  <keiths@redhat.com>
7358
7359         * build-id.c (build_id_to_debug_bfd): Add cleanup to free
7360         return value from lrealpath.
7361
7362 2015-06-24  Mike Frysinger  <vapier@gentoo.org>
7363
7364         * remote-sim.c (gdbsim_open): Move sysroot update to the top.
7365
7366 2015-06-24  Mike Frysinger  <vapier@gentoo.org>
7367
7368         * remote-sim.c: Include gdb_bfd.h.
7369         (gdbsim_open): Declare new local sysroot pointing to gdb_sysroot.
7370         Skip TARGET_SYSROOT_PREFIX in gdb_sysroot when it is active.
7371
7372 2015-06-24  Yao Qi  <yao.qi@linaro.org>
7373
7374         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't call
7375         set_gdbarch_get_siginfo_type.
7376         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
7377         * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
7378         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
7379         * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
7380         * ppc-linux-tdep.c (ppc_linux_init_abi): Likewise.
7381         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
7382         * tilegx-linux-tdep.c (tilegx_linux_init_abi): Likewise.
7383         * linux-tdep.c (linux_get_siginfo_type): Change it to static.
7384         (linux_init_abi): Call set_gdbarch_get_siginfo_type.
7385         * linux-tdep.h (linux_get_siginfo_type): Remove the declaration.
7386
7387 2015-06-24  Gary Benson  <gbenson@redhat.com>
7388
7389         * common/buffer.c (stdint.h): Do not include.
7390         * common/print-utils.c (stdint.h): Likewise.
7391         * compile/compile-c-symbols.c (gdb_assert.h): Likewise.
7392         * compile/compile-c-types.c (gdb_assert.h): Likewise.
7393         * ft32-tdep.c (gdb_assert.h): Likewise.
7394         * guile/scm-utils.c (stdint.h): Likewise.
7395         * i386-linux-tdep.c (stdint.h): Likewise.
7396         * i386-tdep.c (stdint.h): Likewise.
7397         * nat/linux-btrace.c (stdint.h): Likewise.
7398         * nat/linux-btrace.h (stdint.h): Likewise.
7399         * nat/linux-ptrace.c (stdint.h): Likewise.
7400         * nat/mips-linux-watch.h (stdint.h): Likewise.
7401         * ppc-linux-nat.c (stdint.h): Likewise.
7402         * python/python-internal.h (stdint.h): Likewise.
7403         * stub-termcap.c (stdlib.h): Likewise.
7404         * target/target.h (stdint.h): Likewise.
7405         * xtensa-linux-nat.c (stdint.h): Likewise.
7406
7407 2015-06-23  Patrick Palka  <patrick@parcs.ath.cx>
7408
7409         * top.c (init_history): Look at errno after calling strtol to
7410         properly map large GDBHISTSIZE values to infinity.
7411
7412 2015-06-23  Doug Evans  <dje@google.com>
7413
7414         * inferior.h (struct inferior_suspend_state): Delete, unused.
7415         All references deleted.
7416
7417 2015-06-23  Mike Frysinger  <vapier@gentoo.org>
7418
7419         * microblaze-tdep.c (microblaze_push_dummy_code): Delete.
7420         (microblaze_push_dummy_call): Likewise.
7421         (microblaze_gdbarch_init): Delete calls to set_gdbarch_push_dummy_code
7422         and set_gdbarch_push_dummy_call.
7423
7424 2015-06-23  Yao Qi  <yao.qi@linaro.org>
7425
7426         * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
7427         Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly.
7428         (amd64_linux_store_inferior_registers): Likewise.
7429         * arm-linux-nat.c (fetch_fpregister): Likewise.
7430         (fetch_fpregs, store_fpregister): Likewise.
7431         (store_fpregister, store_fpregs): Likewise.
7432         (fetch_register, fetch_regs): Likewise.
7433         (store_register, store_regs): Likewise.
7434         (fetch_vfp_regs, store_vfp_regs): Likewise.
7435         (arm_linux_read_description): Check have_ptrace_getregset is
7436         TRIBOOL_UNKNOWN.  Set have_ptrace_getregset to TRIBOOL_TRUE
7437         or TRIBOOL_FALSE.
7438         * i386-linux-nat.c (fetch_xstateregs): Check
7439         have_ptrace_getregset is not TRIBOOL_TRUE.
7440         (store_xstateregs): Likewise.
7441         * linux-nat.c (have_ptrace_getregset): Change its type to
7442         enum tribool.
7443         * linux-nat.h (tribool): New enum.
7444         * x86-linux-nat.c (x86_linux_read_description): Use enum tribool.
7445         Check whether have_ptrace_getregset is TRIBOOL_TRUE.
7446
7447 2015-06-19  Doug Evans  <dje@google.com>
7448
7449         * NEWS: Mention Sun's version of stabs is no longer supported.
7450         * elfread.c (free_elfinfo): Delete.  All uses updated.
7451         (elfstab_offset_sections): Delete.  All uses updated.
7452         * gdb-stabs.h (stab_section_info): Delete.  All uses updated.
7453         * psympriv.h (partial_symtab) <section_offsets>: Delete.
7454         All uses updated.
7455         * psymtab.c (start_psymtab_common): Delete arg section_offsets.
7456         All callers updated.
7457
7458 2015-06-18  Simon Marchi  <simon.marchi@ericsson.com>
7459
7460         * common/rsp-low.c (needs_escaping): New.
7461         (remote_escape_output): Add unit_size parameter. Refactor to
7462         support multi-byte addressable units.  Rename parameters.
7463         * common/rsp-low.h (remote_escape_output): Add unit_size
7464         parameter and rename others. Update doc.
7465         * remote.c (align_for_efficient_write): New.
7466         (remote_write_bytes_aux): Add unit_size parameter and use it.
7467         Rename some variables.  Update doc.
7468         (remote_xfer_partial): Get unit size and use it.
7469         (remote_read_bytes_1): Add unit_size parameter and use it.
7470         Rename some variables. Update doc.
7471         (remote_write_bytes): Same.
7472         (remote_xfer_live_readonly_partial): Same.
7473         (remote_read_bytes): Same.
7474         (remote_flash_write): Update call to remote_write_bytes_aux.
7475         (remote_write_qxfer): Update call to remote_escape_output.
7476         (remote_search_memory): Same.
7477         (remote_hostio_pwrite): Same.
7478
7479 2015-06-17  Luis Machado  <lgustavo@codesourcery.com>
7480
7481         * breakpoint.c (add_location_to_breakpoint): Don't mark permanent
7482         locations as inserted.
7483         Update and expand comment about permanent locations.
7484         (bp_loc_is_permanent): Don't return 0 for bp_call_dummy.
7485         Move comment to add_location_to_breakpoint.
7486         (update_global_location_list): Don't error out if a permanent
7487         breakpoint is not marked inserted.
7488         Don't error out if a non-permanent breakpoint location is inserted on
7489         top of a permanent breakpoint.
7490
7491 2015-06-17  Luis Machado  <lgustavo@codesourcery.com>
7492
7493         * breakpoint.c (make_breakpoint_permanent): Remove unused
7494         function.
7495         * breakpoint.h (make_breakpoint_permanent): Remove declaration.
7496
7497 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
7498
7499         PR gdb/16999
7500         * NEWS: Mention new GDBHISTSIZE behavior.
7501         * top.c (init_history): For null or out-of-range GDBHISTSIZE,
7502         set history size to unlimited.  Ignore non-numeric GDBHISTSIZE.
7503
7504 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
7505
7506         * NEWS: Mention that GDBHISTSIZE is read instead of HISTSIZE.
7507         * top.c (init_history): Read from GDBHISTSIZE instead of
7508         HISTSIZE.
7509         (init_main): Refer to GDBHISTSIZE instead of HISTSIZE.
7510
7511 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
7512
7513         * top.c (gdb_safe_append_history): Do not call
7514         history_truncate_file if the history is not stifled.
7515
7516 2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7517
7518         * syscalls/s390-linux.xml: Add syscalls 344 through 354.
7519         * syscalls/s390x-linux.xml: Likewise.
7520
7521 2015-06-16  Michael Eager  <eager@eagercon.com>
7522
7523         * nat/linux-namespaces.c (MSG_CMSG_CLOEXEC): Define if not defined.
7524
7525 2015-06-16  Patrick Palka  <patrick@parcs.ath.cx>
7526
7527         * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Call
7528         target_terminal_ours_for_output() before calling
7529         tui_show_frame_info(), and restore the original terminal
7530         settings afterwards.
7531
7532 2015-06-16  Martin Simmons  <martin@lispworks.com>  (tiny patch)
7533
7534         * arm-linux-nat.c: Include nat/linux-ptrace.h.
7535
7536 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
7537
7538         * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable
7539         memory unit size.
7540         (mi_cmd_data_write_memory_bytes): Same.
7541
7542 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
7543
7544         * corefile.c (write_memory): Update doc.
7545         * gdbcore.h (write_memory): Same.
7546
7547 2015-06-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7548
7549         * linux-tdep.c (enum filterflags): Make it from anonymous enum.
7550         (dump_mapping_p): Use it for parameter filterflags.
7551         (linux_find_memory_regions_full): Use it for variable filterflags.
7552
7553 2015-06-15  Aleksandar Ristovski  <aristovski@qnx.com
7554             Jan Kratochvil  <jan.kratochvil@redhat.com>
7555
7556         Merge multiple hex conversions.
7557         * monitor.c: Include rsp-low.h.
7558         (fromhex): Remove definition.
7559
7560 2015-06-15  Aleksandar Ristovski  <aristovski@qnx.com
7561             Jan Kratochvil  <jan.kratochvil@redhat.com>
7562
7563         Move utility functions to common/.
7564         * cli/cli-utils.c (skip_spaces, skip_spaces_const, skip_to_space_const):
7565         Move defs to common/common-utils.c.
7566         * cli/cli-utils.h (skip_spaces, skip_spaces_const, skip_to_space)
7567         (skip_to_space_const): Move decls to common/common-utils.h.
7568         * common/common-defs.h: Move include of common-types.h before
7569         common-utils.h.
7570         * common/common-utils.c: Include host-defs.h and ctype.h.
7571         (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int, strtoulst): Move
7572         from utils.c.
7573         (skip_spaces, skip_spaces_const, skip_to_space_const): Move from
7574         cli/cli-utils.c.
7575         * common/common-utils.h (strtoulst): Move decl from utils.h.
7576         (skip_spaces, skip_spaces_const, skip_to_space, skip_to_space_const):
7577         Move from cli/cli-utils.h.
7578         * common/host-defs.h: Include limits.h.
7579         (TARGET_CHAR_BIT, HOST_CHAR_BIT): Moved from defs.h.
7580         (skip_spaces, skip_spaces_const): Move decls from cli/cli-utils.h.
7581         * defs.h (TARGET_CHAR_BIT, HOST_CHAR_BIT): Move to
7582         common/common-utils.h.
7583         * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
7584         (strtoulst): Move to common/common-utils.c.
7585         * utils.h (strtoulst): Moved decl to common/common-utils.h.
7586
7587 2015-06-15  Yao Qi  <yao.qi@linaro.org>
7588
7589         * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml.
7590
7591 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
7592
7593         * build-id.c: Don't include elf-bfd.h.
7594         (build_id_bfd_get): Use bfd_build_id.
7595         (build_id_verify): Ditto.
7596         * build-id.h: Ditto.
7597         (find_separate_debug_file_by_buildid): Ditto.
7598         * python/py-objfile.c: Don't include elf-bfd.h.
7599         (objfpy_get_build_id) Use bfd_build_id.
7600         (objfpy_build_id_matches, objfpy_lookup_objfile_by_build_id): Ditto.
7601         * coffread.c: Include build-id.h.
7602         (coff_symfile_read): Try find_separate_debug_file_by_buildid.
7603
7604 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
7605
7606         * windows-nat.c (do_windows_fetch_inferior_registers)
7607         (handle_output_debug_string): Replace __COPY_CONTEXT_SIZE
7608         conditional with __CYGWIN__.
7609
7610 2015-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
7611
7612         * completer.c: Add arch-utils.h include.
7613         (enum reg_completer_targets): New enum.
7614         (reg_or_group_completer_1): New function containing old
7615         reg_or_group_completer, add and use new parameter to control what
7616         is completed on.  Use get_current_arch rather than architecture of
7617         currently selected frame.
7618         (reg_or_group_completer): Call new reg_or_group_completer_1.
7619         (reggroup_completer): Call new reg_or_group_completer_1.
7620         * completer.h (reggroup_completer): Add declaration.
7621         * tui/tui-regs.c: Add 'completer.h' include.
7622         (tui_reg_next_command): Renamed to...
7623         (tui_reg_next): ...this.  Adjust parameters and return rather than
7624         display new group.
7625         (tui_reg_prev_command): Renamed to...
7626         (tui_reg_prev): ...this.  Adjust parameters and return rather than
7627         display new group.
7628         (tui_reg_float_command): Delete.
7629         (tui_reg_general_command): Delete.
7630         (tui_reg_system_command): Delete.
7631         (tui_reg_command): Rewrite to perform switching of register group.
7632         Add header comment.
7633         (tuireglist): Remove.
7634         (tui_reggroup_completer): New function.
7635         (_initialize_tui_regs): Remove 'tui reg' sub-commands, update
7636         creation of 'tui reg' command.
7637         * NEWS: Add comment about 'tui reg' changes.
7638
7639 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
7640
7641         * target.c (target_read): Consider addressable unit size when
7642         reading from a memory object.
7643         (read_memory_robust): Same.
7644         (read_whatever_is_readable): Same.
7645         (target_write_with_progress): Consider addressable unit size
7646         when writing to a memory object.
7647         * target.h (target_read): Update documentation.
7648         (target_write): Add documentation.
7649
7650 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
7651
7652         * arch-utils.h (default_addressable_memory_unit_size): New.
7653         * arch-utils.c (default_addressable_memory_unit_size): New.
7654         * gdbarch.sh (addressable_memory_unit_size): New.
7655         * gdbarch.h: Re-generate.
7656         * gdbarch.c: Re-generate.
7657
7658 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
7659
7660         * target.c (target_read): Rename variables and use
7661         TARGET_XFER_E_IO.
7662         (target_read_with_progress): Same.
7663         (read_memory_robust): Constify parameters and rename
7664         variables.
7665         (read_whatever_is_readable): Constify parameters,
7666         rename variables, adjust formatting.
7667         * target.h (read_memory_robust): Constify parameters.
7668
7669 2015-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
7670
7671         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short
7672         synthetic (non-AltiVec) vector types.
7673         (ppc64_sysv_abi_return_value): Likewise.
7674
7675 2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7676
7677         PR breakpoints/16465
7678         * breakpoint.c (create_breakpoint): Save extra_string for
7679         pending breakpoints.
7680
7681 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7682
7683         * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask
7684         and bt_mask to CORE_ADDR.
7685
7686 2015-06-11  Gary Benson <gbenson@redhat.com>
7687
7688         * nat/linux-namespaces.c (mnsh_send_message): Use pulongest.
7689         (mnsh_recv_message): Likewise.
7690
7691 2015-06-11  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7692
7693         * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of
7694         long long int and plongest instead of %ll.
7695
7696 2015-06-11  Gary Benson <gbenson@redhat.com>
7697
7698         * nat/linux-namespaces.c (gdb_wait.h): New include.
7699         (sys/wait.h): Do not include.
7700
7701 2015-06-10  Simon Marchi  <simon.marchi@ericsson.com>
7702
7703         * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if
7704         end_sequence is true.
7705
7706 2015-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
7707
7708         Code cleanup.
7709         * solib-target.c (library_list_start_list): Use explicit NULL
7710         comparison.
7711
7712 2015-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
7713
7714         * solib-target.c (library_list_start_list): Do not dereference
7715         variable version in its initialization.  Make the VERSION check handle
7716         NULL.
7717         (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL.
7718
7719 2015-06-10  Gary Benson <gbenson@redhat.com>
7720
7721         * NEWS: Announce support for direct access of executable and
7722         shared library files when attaching to inferiors in containers
7723         on GNU/Linux systems.
7724
7725 2015-06-10  Gary Benson <gbenson@redhat.com>
7726
7727         * remote.c (struct remote_state) <fs_pid>: New field.
7728         (new_remote_state): Initialize the above.
7729         (PACKET_vFile_setfs): New enum value.
7730         (remote_hostio_set_filesystem): New function.
7731         (remote_hostio_open): Call the above.
7732         (remote_hostio_unlink): Likewise.
7733         (remote_hostio_readlink): Likewise.
7734         (_initialize_remote): Register new "set/show remote
7735         hostio-setfs-packet" command.
7736         * NEWS: Announce new vFile:setfs packet.
7737
7738 2015-06-10  Gary Benson <gbenson@redhat.com>
7739
7740         * linux-nat.c (nat/linux-namespaces.h): New include.
7741         (fileio.h): Likewise.
7742         (linux_nat_filesystem_is_local): New function.
7743         (linux_nat_fileio_pid_of): Likewise.
7744         (linux_nat_fileio_open): Likewise.
7745         (linux_nat_fileio_readlink): Likewise.
7746         (linux_nat_fileio_unlink): Likewise.
7747         (linux_nat_add_target): Initialize to_filesystem_is_local,
7748         to_fileio_open, to_fileio_readlink and to_fileio_unlink.
7749         (_initialize_linux_nat): New "set/show debug linux-namespaces"
7750         commands.
7751         * NEWS: Mention new "set/show debug linux-namespaces" commands.
7752
7753 2015-06-10  Gary Benson <gbenson@redhat.com>
7754
7755         * target.h (struct inferior): New forward declaration.
7756         (struct target_ops) <to_filesystem_is_local>: Update comment.
7757         (struct target_ops) <to_fileio_open>: New argument inf.
7758         Update comment.  All implementations updated.
7759         (struct target_ops) <to_fileio_unlink>: Likewise.
7760         (struct target_ops) <to_fileio_readlink>: Likewise.
7761         (target_filesystem_is_local): Update comment.
7762         (target_fileio_open): New argument inf.  Update comment.
7763         (target_fileio_unlink): Likewise.
7764         (target_fileio_readlink): Likewise.
7765         (target_fileio_read_alloc): Likewise.
7766         (target_fileio_read_stralloc): Likewise.
7767         * target.c (target_fileio_open): New argument inf.
7768         Pass inf to implementation.  Update debug printing.
7769         (target_fileio_unlink): Likewise.
7770         (target_fileio_readlink): Likewise.
7771         (target_fileio_read_alloc_1): New argument inf. Pass inf
7772         to target_fileio_open.
7773         (target_fileio_read_alloc): New argument inf. Pass inf to
7774         target_fileio_read_alloc_1.
7775         (target_fileio_read_stralloc): Likewise.
7776         * gdb_bfd.c (inferior.h): New include.
7777         (gdb_bfd_iovec_fileio_open): Replace unused "open_closure"
7778         argument with new argument "inferior".  Pass inferior to
7779         target_fileio_open.
7780         (gdb_bfd_open): Supply inferior argument to
7781         gdb_bfd_iovec_fileio_open.
7782         * linux-tdep.c (linux_info_proc): Supply inf argument to
7783         relevant target_fileio calls.
7784         (linux_find_memory_regions_full): Likewise.
7785         (linux_fill_prpsinfo): Likewise.
7786         * remote.c (remote_filesystem_is_local): Supply inf
7787         argument to remote_hostio_open.
7788         (remote_file_put): Likewise.
7789         (remote_file_get): Likewise.
7790         (remote_file_delete): Supply inf argument to
7791         remote_hostio_unlink.
7792
7793 2015-06-10  Gary Benson <gbenson@redhat.com>
7794
7795         * inf-child.c (inf_child_fileio_open): Replace comment.
7796         (inf_child_fileio_pwrite): Likewise.
7797         (inf_child_fileio_pread): Likewise.
7798         (inf_child_fileio_fstat): Insert blank line before comment.
7799         (inf_child_fileio_close): Replace comment.
7800         (inf_child_fileio_unlink): Likewise.
7801         (inf_child_fileio_readlink): Likewise.
7802         * remote.c (remote_hostio_open): Likewise.
7803         (remote_hostio_pread): Likewise.
7804         (remote_hostio_pwrite): Likewise.
7805         (remote_hostio_close): Likewise.
7806         (remote_hostio_unlink): Likewise.
7807         (remote_hostio_readlink): Likewise.
7808         (remote_hostio_fstat): Likewise.
7809         (remote_filesystem_is_local): Likewise.
7810         * target.c (target_fileio_open): Likewise.
7811         (target_fileio_pwrite): Likewise.
7812         (target_fileio_pread): Likewise.
7813         (target_fileio_fstat): Insert blank line before comment.
7814         (target_fileio_close): Replace comment.
7815         (target_fileio_unlink): Likewise.
7816         (target_fileio_readlink): Likewise.
7817         (target_fileio_read_alloc): Likewise.
7818         (target_fileio_read_stralloc): Likewise.
7819
7820 2015-06-10  Gary Benson <gbenson@redhat.com>
7821
7822         * linux-thread-db.c (nat/linux-namespaces.h): New include.
7823         (check_pid_namespace_match): Use linux_ns_same rather than
7824         linux_proc_pid_get_ns to spot PID namespace mismatches.
7825         * nat/linux-procfs.h (linux_proc_pid_get_ns): Remove.
7826         * nat/linux-procfs.c (linux_proc_pid_get_ns): Likewise.
7827
7828 2015-06-10  Gary Benson <gbenson@redhat.com>
7829
7830         * configure.ac (AC_CHECK_FUNCS): Add setns.
7831         * config.in: Regenerate.
7832         * configure: Likewise.
7833         * nat/linux-namespaces.h: New file.
7834         * nat/linux-namespaces.c: Likewise.
7835         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-namespaces.h.
7836         (linux-namespaces.o): New rule.
7837         * config/aarch64/linux.mh (NATDEPFILES): Add linux-namespaces.o.
7838         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
7839         * config/arm/linux.mh (NATDEPFILES): Likewise.
7840         * config/i386/linux.mh (NATDEPFILES): Likewise.
7841         * config/i386/linux64.mh (NATDEPFILES): Likewise.
7842         * config/ia64/linux.mh (NATDEPFILES): Likewise.
7843         * config/m32r/linux.mh (NATDEPFILES): Likewise.
7844         * config/m68k/linux.mh (NATDEPFILES): Likewise.
7845         * config/mips/linux.mh (NATDEPFILES): Likewise.
7846         * config/pa/linux.mh (NATDEPFILES): Likewise.
7847         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
7848         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
7849         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
7850         * config/s390/linux.mh (NATDEPFILES): Likewise.
7851         * config/sparc/linux.mh (NATDEPFILES): Likewise.
7852         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
7853         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
7854         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
7855
7856 2015-06-10  Gary Benson <gbenson@redhat.com>
7857
7858         * utils.h (make_cleanup_close): Moved to common/filestuff.h.
7859         * utils.c (do_close_cleanup): Moved to common/filestuff.c.
7860         (make_cleanup_close): Likewise.
7861         * common/filestuff.h (make_cleanup_close): Moved from utils.h.
7862         * common/filestuff.c (do_close_cleanup): Moved from utils.c.
7863         (make_cleanup_close): Likewise.
7864
7865 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
7866
7867         * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE
7868         from SuspendThread().
7869
7870 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
7871
7872         * windows-nat.c (handle_output_debug_string): Trim trailing '\n'
7873         from OutputDebugString.
7874
7875 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7876                         Mircea Gherzan  <mircea.gherzan@intel.com>
7877
7878         * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32,
7879         MPX_BT_MASK_32): New macros.
7880         (i386_mpx_set_bounds): New function that implements
7881         the command "set-mpx-bound".
7882         (i386_mpx_enabled): Helper function to test MPX availability.
7883         (i386_mpx_bd_base): Helper function to calculate the base directory
7884         address.
7885         (i386_mpx_get_bt_entry): Helper function to access a bound
7886         table entry.
7887         (i386_mpx_print_bounds): Effectively display bound information.
7888         (_initialize_i386_tdep): Add new commands to commands "set mpx" and
7889         "show mpx".
7890         (_initialize_i386_tdep):
7891         Add "bound" to the commands "show mpx" and "set mpx" commands.
7892         (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx"
7893         and "show mpx" commands.
7894         * NEWS: List new commands for MPX support.
7895
7896 2015-06-09  Gary Benson <gbenson@redhat.com>
7897
7898         * common/fileio.h (fileio_to_host_mode): New declaration.
7899         * common/fileio.c (fileio_to_host_mode): New Function.
7900         * inf-child.c (inf_child_fileio_open): Process mode argument
7901         with fileio_to_host_mode.
7902
7903 2015-06-09  Gary Benson <gbenson@redhat.com>
7904
7905         * common/fileio.c (fileio_mode_pack): Fix preprocessor
7906         conditional.
7907
7908 2015-06-05  Gary Benson <gbenson@redhat.com>
7909
7910         * gdb_bfd.c (gdb_bfd_open): Move vgdb special case to...
7911         * remote.c (remote_filesystem_is_local): ...here.
7912
7913 2015-06-04  Yao Qi  <yao.qi@linaro.org>
7914
7915         * gdbarch.c: Regenerate it.
7916
7917 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7918
7919         * arch-utils.c (default_infcall_munmap): New.
7920         * arch-utils.h (default_infcall_munmap): New declaration.
7921         * compile/compile-object-load.c (struct munmap_list, munmap_list_add)
7922         (munmap_list_free, munmap_listp_free_cleanup): New.
7923         (struct setup_sections_data): Add field munmap_list_headp.
7924         (setup_sections): Call munmap_list_add.
7925         (compile_object_load): New variable munmap_list_head, initialize
7926         setup_sections_data.munmap_list_headp, return munmap_list_head.
7927         * compile/compile-object-load.h (struct munmap_list): New declaration.
7928         (struct compile_module): Add field munmap_list_head.
7929         (munmap_list_free): New declaration.
7930         * compile/compile-object-run.c (struct do_module_cleanup): Add field
7931         munmap_list_head.
7932         (do_module_cleanup): Call munmap_list_free.
7933         (compile_object_run): Pass munmap_list_head to do_module_cleanup.
7934         * gdbarch.c: Regenerate.
7935         * gdbarch.h: Regenerate.
7936         * gdbarch.sh (infcall_munmap): New.
7937         * linux-tdep.c (linux_infcall_munmap): New.
7938         (linux_init_abi): Install it.
7939
7940 2015-06-02  Simon Marchi  <simon.marchi@ericsson.com>
7941
7942         PR gdb/15564
7943         * inferior.c (detach_inferior): Call exit_inferior_1 with silent = 0.
7944
7945 2015-06-02  Yao Qi  <yao.qi@linaro.org>
7946
7947         * i386-linux-nat.c: Include linux-nat.h.
7948
7949 2015-06-01  Andreas Schwab  <schwab@linux-m68k.org>
7950             Jan Kratochvil  <jan.kratochvil@redhat.com>
7951
7952         PR symtab/18392
7953         * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct
7954         assertion.
7955         * dwarf2loc.c (chain_candidate): Likewise.
7956
7957 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7958
7959         * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET.
7960         (store_vfp_regs): Use PTRACE_SETREGSET.
7961
7962 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7963
7964         * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET.
7965         (fetch_fpregs): Likewise.
7966         * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET.
7967         (store_fpregs): Likewise.
7968
7969 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7970
7971         * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET.
7972         (fetch_regs): Likewise.
7973         (store_regs): Use PTRACE_SETREGSET.
7974         (store_register): Likewise.
7975
7976 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7977
7978         * arm-linux-nat.c (arm_linux_read_description): Check whether
7979         kernel supports PTRACE_GETREGSET.
7980
7981 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7982
7983         * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
7984         * linux-nat.c: ... here.
7985         * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
7986         to ...
7987         * linux-nat.h: ... here.
7988
7989 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7990
7991         * amd64-linux-nat.c: Include "nat/linux-ptrace.h".
7992         * i386-linux-nat.c: Likewise.
7993         * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define.
7994         * s390-linux-nat.c: Include "nat/linux-ptrace.h".
7995         (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
7996         * x86-linux-nat.c: Include "nat/linux-ptrace.h".
7997         * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
7998
7999 2015-05-30  Eli Zaretskii  <eliz@gnu.org>
8000
8001         * go32-nat.c (go32_xfer_memory): Fix the return value to be
8002         compatible to what read_child and write_child return.  This
8003         unbreaks that DJGPP build of GDB which was broken since v7.7.
8004
8005 2015-05-29  Martin Galvan  <martin.galvan@tallertechnologies.com>
8006
8007         * MAINTAINERS (Write After Approval): Add Martin Galvan.
8008
8009 2015-05-29  Roland McGrath  <mcgrathr@google.com>
8010
8011         PR gdb/18464
8012         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning
8013         rather than internal_error for an unrecognized value.
8014
8015 2015-05-29  Max Filippov  <jcmvbkbc@gmail.com>
8016
8017         * xtensa-tdep.c (xtensa_pseudo_register_read)
8018         (xtensa_pseudo_register_write): Don't alias last pseudo register
8019         to a1.
8020
8021 2015-05-28  Don Breazeal  <donb@codesourcery.com>
8022
8023         * infrun.c (follow_fork_inferior): Ensure the use of
8024         process-style ptids (pid,0,0) in verbose/debug "Detaching"
8025         messages.
8026
8027 2015-05-28  Doug Evans  <dje@google.com>
8028
8029         * dwarf2read.c (record_line_ftype): Remove, duplicate.
8030
8031 2015-05-28  Yao Qi  <yao.qi@linaro.org>
8032
8033         * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove.
8034         (arm_linux_fetch_inferior_registers): Use
8035         tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers.
8036         (arm_linux_store_inferior_registers): Likewise.
8037         (arm_linux_read_description): Don't set
8038         arm_linux_has_wmmx_registers.
8039         * arm-tdep.c (arm_gdbarch_init): Set
8040         tdep->have_wmmx_registers according target descriptions.
8041         * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New
8042         field.
8043
8044 2015-05-28  Yao Qi  <yao.qi@linaro.org>
8045
8046         * arm-linux-nat.c (arm_linux_vfp_register_count): Remove.
8047         (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep
8048         instead of arm_linux_vfp_register_count.
8049         (store_vfp_regs): Likewise.
8050         (arm_linux_fetch_inferior_registers): Likewise.
8051         (arm_linux_store_inferior_registers): Likewise.
8052         (arm_linux_read_description): Don't set
8053         arm_linux_vfp_register_count.
8054         * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections):
8055         Adjust.
8056         * arm-tdep.c (arm_gdbarch_init): Add assert on
8057         vfp_register_count.
8058         * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename
8059         field to vfp_register_count.  All users updated.
8060
8061 2015-05-28  Kyle Huey  <me@kylehuey.com>  (tiny patch)
8062
8063         * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on
8064         ELFOSABI_GNU binaries.
8065
8066 2015-05-27  Doug Evans  <dje@google.com>
8067
8068         * dwarf2read.c (lnp_state_machine): New typedef.
8069         (lnp_reader_state): New typedef.
8070         (dwarf_record_line_1): Renamed from dwarf_record_line.
8071         All callers updated.
8072         (dwarf_record_line): New function.
8073         (init_lnp_state_machine): New function.
8074         (check_line_address): Replace p_record_line parameter with state.
8075         All callers updated.
8076         (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine.
8077         Update to record state in lnp_state_machine.
8078
8079 2015-05-27  Doug Evans  <dje@google.com>
8080
8081         * dwarf2read.c (record_line_ftype): New typedef.
8082         (check_line_address): New function.
8083         (dwarf_decode_lines_1): Call it.
8084
8085 2015-05-27  Doug Evans  <dje@google.com>
8086
8087         * NEWS: Mention "set debug dwarf-line".
8088         * dwarf2read.c (dwarf_line_debug): New static global.
8089         (add_include_dir): Add debug dwarf-line support.
8090         (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto.
8091         (_initialize_dwarf2_read): New parameter "debug dwarf-line".
8092
8093 2015-05-27  Doug Evans  <dje@google.com>
8094
8095         * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain".
8096         All callers updated.
8097         (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto.
8098         * cp-support.h (cp_lookup_nested_symbol): Update.
8099
8100 2015-05-27  Doug Evans  <dje@google.com>
8101
8102         PR symtab/18258
8103         * block.c (block_find_symbol): New function.
8104         (block_find_non_opaque_type): Ditto.
8105         (block_find_non_opaque_type_preferred): Ditto.
8106         * block.h (block_symbol_matcher_ftype): New typedef.
8107         (block_find_symbol): Declare.
8108         (block_find_non_opaque_type): Ditto.
8109         (block_find_non_opaque_type_preferred): Ditto.
8110         * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol.
8111         * psymtab.c (psym_lookup_symbol): Ditto.
8112         * symtab.c (basic_lookup_transparent_type_1): New function.
8113         (basic_lookup_transparent_type): Call it.
8114
8115 2015-05-27  Yao Qi  <yao.qi@linaro.org>
8116
8117         * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return
8118         AARCH64_RECORD_UNKNOWN for unknown instruction encoding.
8119
8120 2015-05-27  Yao Qi  <yao.qi@linaro.org>
8121
8122         * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
8123         before operator &&.
8124         (aarch64_record_load_store): Likewise.
8125
8126 2015-05-26  Doug Evans  <dje@google.com>
8127
8128         PR c++/18141, c++/18417.
8129         * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being
8130         a typedef.
8131
8132 2015-05-26  Doug Evans  <dje@google.com>
8133
8134         * NEWS: Add entries for command renamings.
8135         * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug.
8136         All uses updated.
8137         (dwarf_die_debug): Renamed from dwarf2_die_debug.  All uses updated.
8138         (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age.
8139         All uses updated.
8140         (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age.
8141         All callers updated.  Fix spelling of DWARF in help text.
8142         (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist.
8143         All uses updated.
8144         (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist.
8145         All uses updated.
8146         (set_dwarf_cmd): Renamed from set_dwarf2_cmd.  All callers updated.
8147         (show_dwarf_cmd): Renamed from show_dwarf2_cmd.  All callers updated.
8148         (dwarf_always_disassemble): Renamed from dwarf_always_disassemble.
8149         All uses updated.
8150         (show_dwarf_always_disassemble): Renamed from
8151         show_dwarf2_always_disassemble.  All callers updated.
8152         (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to
8153         "set/show dwarf".  Rename "set/show dwarf2 max-cache-age" to
8154         "set/show dwarf max-cache-age".  Rename
8155         "set/show dwarf2 always-disassemble" to
8156         "set/show dwarf always-disassemble".  Rename
8157         "set/show debug dwarf2-read" to "set/show debug dwarf-read".  Rename
8158         "set/show debug dwarf2-die" to "set/show debug dwarf-die".
8159
8160 2015-05-26  Doug Evans  <dje@google.com>
8161
8162         PR python/18438
8163         * python/py-lazy-string.c (stpy_convert_to_value): Use
8164         gdbpy_gdb_memory_error not PyExc_MemoryError.
8165         (gdbpy_create_lazy_string_object): Ditto.
8166
8167 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
8168
8169         * tui/tui-regs.c (tui_reg_next_command): Compare against NULL.
8170
8171 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
8172
8173         * tui/tui-regs.c (tui_reg_prev_command): New function.
8174         (_initialize_tui_regs): Add 'prev' command for 'tui reg'.
8175         * reggroups.c (reggroup_prev): New function.
8176         * reggroups.h (reggroup_prev): Add declaration.  Update comment.
8177
8178 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
8179             Yao Qi  <yao.qi@linaro.org>
8180
8181         * aarch64-linux-tdep.c: Include linux-record.h and
8182         record-full.h.
8183         (struct linux_record_tdep aarch64_linux_record_tdep): Declare.
8184         (aarch64_syscall): New enum.
8185         (aarch64_canonicalize_syscall): New function.
8186         (aarch64_all_but_pc_registers_record): New function.
8187         (aarch64_linux_syscall_record): New function.
8188         (aarch64_linux_init_abi): Install AArch64 process record
8189         handler.  Update to handle syscall recording.
8190         * aarch64-tdep.c: Include record.h and record-full.h.
8191         (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros.
8192         (struct aarch64_mem_r): Define.
8193         (aarch64_record_result): New enum.
8194         (struct insn_decode_record): Define.
8195         (insn_decode_record): New typedef.
8196         (aarch64_record_data_proc_reg): New function.
8197         (aarch64_record_data_proc_imm): New function.
8198         (aarch64_record_branch_except_sys): New function.
8199         (aarch64_record_load_store): New function.
8200         (aarch64_record_data_proc_simd_fp): New function.
8201         (aarch64_record_asimd_load_store): New function.
8202         (aarch64_record_decode_insn_handler): New function.
8203         (deallocate_reg_mem): New function.
8204         (aarch64_process_record): New function.
8205         * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>:
8206         New field.
8207         (aarch64_process_record): New extern declaration.
8208         * configure.tgt: Add linux-record.o to gdb_target_obs.
8209         * linux-record.h (struct linux_record_tdep) <arg7>: New field.
8210
8211 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
8212
8213         * NEWS: Add a note on process record-replay support on aarch64*-linux*
8214         targets.
8215
8216 2015-05-26  Martin Galvan  <martin.galvan@tallertechnologies.com>
8217
8218         * amd64-tdep.c: Replace in_function_epilogue_p with
8219         stack_frame_destroyed_p throughout.
8220         * arch-utils.c: Ditto.
8221         * arch-utils.h: Ditto.
8222         * arm-tdep.c: Ditto.
8223         * breakpoint.c: Ditto.
8224         * gdbarch.sh: Ditto.
8225         * hppa-tdep.c: Ditto.
8226         * i386-tdep.c: Ditto.
8227         * mips-tdep.c: Ditto.
8228         * nios2-tdep.c: Ditto.
8229         * rs6000-tdep.c: Ditto.
8230         * s390-linux-tdep.c: Ditto.
8231         * score-tdep.c: Ditto.
8232         * sh-tdep.c: Ditto.
8233         * sparc-tdep.c: Ditto.
8234         * sparc-tdep.h: Ditto.
8235         * sparc64-tdep.c: Ditto.
8236         * spu-tdep.c: Ditto.
8237         * tic6x-tdep.c: Ditto.
8238         * tilegx-tdep.c: Ditto.
8239         * xstormy16-tdep.c: Ditto.
8240         * gdbarch.c, gdbarch.h: Re-generated.
8241
8242 2015-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
8243
8244         * NEWS: Mention 'tui enable' and 'tui disable'.
8245         * tui/tui.c (tui_enable_command): New function.
8246         (tui_disable_command): New function.
8247         (_initialize_tui): New function.
8248
8249 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8250
8251         * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0.
8252
8253 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8254
8255         * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure
8256         buf_ptr is freed.
8257
8258 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8259
8260         * tui/tui-layout.c (tui_layout_command): Move call to tui_enable
8261         into ...
8262         (tui_set_layout_for_display_command): ...here, before calling
8263         tui_set_layout.  Only set the layout if gdb has not already
8264         entered the TUI_FAILURE state.
8265
8266 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8267
8268         * tui/tui-layout.c (layout_completer): New function.
8269         (_initialize_tui_layout): Set completer on layout command.
8270
8271 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8272
8273         * tui/tui-layout.c (tui_set_layout): Remove
8274         tui_register_display_type parameter.  Remove all checking of this
8275         parameter, and reindent function.  Update header comment.
8276         (tui_set_layout_for_display_command): Rename to...
8277         (tui_set_layout_by_name): ...this, and don't check for different
8278         register class types, don't pass a tui_register_display_type to
8279         tui_set_layout.  Update header comment.
8280         (layout_names): Remove register set specific names.
8281         * tui/tui-layout.h (tui_set_layout): Remove
8282         tui_register_display_type parameter.
8283         * tui/tui.c (tui_rl_change_windows): Don't pass a
8284         tui_register_display_type to tui_set_layout.
8285         (tui_rl_delete_other_windows): Likewise.
8286         (tui_enable): Likewise.
8287         * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove.
8288         (TUI_FLOAT_REGS_NAME_LOWER): Remove.
8289         (TUI_GENERAL_REGS_NAME): Remove.
8290         (TUI_GENERAL_REGS_NAME_LOWER): Remove.
8291         (TUI_SPECIAL_REGS_NAME): Remove.
8292         (TUI_SPECIAL_REGS_NAME_LOWER): Remove.
8293         (TUI_GENERAL_SPECIAL_REGS_NAME): Remove.
8294         (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove.
8295         (enum tui_register_display_type): Remove.
8296         (struct tui_layout_def): Remove regs_display_type and
8297         float_regs_display_type fields.
8298         (struct tui_data_info): Remove regs_display_type field.
8299         (tui_layout_command): Use new name for
8300         tui_set_layout_for_display_command.
8301         * tui/tui-data.c (layout_def): Don't initialise removed fields.
8302         (tui_clear_win_detail): Don't initialise removed fields of
8303         win_info.
8304         * tui/tui-regs.c (tui_show_registers): Use new name for
8305         tui_set_layout_for_display_command.
8306         * tui/tui.h (tui_set_layout_for_display_command): Rename
8307         declaration to...
8308         (tui_set_layout_by_name): ...this.
8309         * printcmd.c (display_command): Remove tui related layout call,
8310         and reindent.
8311
8312 2015-05-20  Joel Brobecker  <brobecker@adacore.com>
8313
8314         * infrun.c (handle_inferior_event_1): Renames handle_inferior_event.
8315         (handle_inferior_event): New function.
8316
8317 2015-05-20  Joel Brobecker  <brobecker@adacore.com>
8318
8319         * ada-lang.c (to_fixed_array_type): Rename local variable
8320         typename into type_name.
8321
8322 2015-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8323
8324         Fix ASAN crash for gdb.compile/compile.exp.
8325         * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME.
8326
8327 2015-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8328
8329         * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol)
8330         (gcc_symbol_address): Change gdb_stdout to gdb_stdlog.
8331         * compile/compile-object-load.c (setup_sections, compile_object_load):
8332         Likewise.
8333         * compile/compile.c (compile_to_object): Likewise.
8334
8335 2015-05-16  Doug Evans  <xdje42@gmail.com>
8336
8337         * NEWS: Mention support for unbuffered Guile memory ports.
8338         * scm-ports.c (ioscm_memory_port): Update comments on end, size.
8339         (ioscm_lseek_address): Improve overflow calculation.
8340         (gdbscm_memory_port_fill_input): Add assert.
8341         (gdbscm_memory_port_write): Handle unbuffered ports.
8342         Handle large writes identical to Guile's fport_write.
8343         (gdbscm_memory_port_seek): Fix seeking past end check.
8344         (gdbscm_memory_port_close): Handle closing unbuffered port.
8345         (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports.
8346         (ioscm_init_memory_port): Handle unbuffered ports.
8347         (ioscm_reinit_memory_port): Ditto.
8348         (ioscm_init_memory_port): Update size calculation.
8349         (gdbscm_open_memory): Support zero sized ports.
8350
8351 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8352
8353         * compile/compile-object-load.c (get_out_value_type): Fix uninitialized
8354         variable compiler warnings.
8355
8356 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8357
8358         * compile/compile-object-load.c (get_out_value_type): Fix returned type.
8359
8360 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8361             Phil Muldoon  <pmuldoon@redhat.com>
8362
8363         * NEWS (Changes since GDB 7.9): Add compile print.
8364         * compile/compile-c-support.c (add_code_header, add_code_footer)
8365         (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and
8366         COMPILE_I_PRINT_VALUE_SCOPE.
8367         * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE)
8368         (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE):
8369         New.
8370         * compile/compile-object-load.c: Include block.h.
8371         (get_out_value_type): New function.
8372         (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
8373         COMPILE_I_PRINT_VALUE_SCOPE.  Set compile_module's OUT_VALUE_ADDR and
8374         OUT_VALUE_TYPE.
8375         * compile/compile-object-load.h (struct compile_module): Add fields
8376         out_value_addr and out_value_type.
8377         * compile/compile-object-run.c: Include valprint.h and compile.h.
8378         (struct do_module_cleanup): Add fields out_value_addr and
8379         out_value_type.
8380         (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
8381         COMPILE_I_PRINT_VALUE_SCOPE.
8382         (compile_object_run): Propagate out_value_addr and out_value_type.
8383         Pass OUT_VALUE_ADDR.
8384         * compile/compile.c: Include valprint.h.
8385         (compile_print_value, compile_print_command): New functions.
8386         (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE.
8387         (_initialize_compile): Update compile code help text.  Install
8388         compile_print_command.
8389         * compile/compile.h (compile_print_value): New prototype.
8390         * defs.h (enum compile_i_scope_types): Add
8391         COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE.
8392
8393 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8394
8395         * compile/compile-object-load.c (get_regs_type): Add parameter func_sym.
8396         Rely on its parameter count.
8397         (compile_object_load): Replace lookup_minimal_symbol_text by
8398         lookup_global_symbol_from_objfile.  Verify FUNC_SYM.  Set it in the
8399         return value.
8400         * compile/compile-object-load.h (struct compile_module): Replace
8401         func_addr by func_sym.
8402         * compile/compile-object-run.c: Include block.h.
8403         (compile_object_run): Reset module variable after it is freed.  Use
8404         FUNC_SYM instead of FUNC_ADDR.  Rely on it.
8405
8406 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8407
8408         * compile/compile-c-support.c (print_one_macro): Use #ifndef.
8409         (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR.
8410         (c_compute_program): Call generate_register_struct after typedefs.
8411         * compile/compile-loc2c.c (push, pushf_register_address)
8412         (pushf_register): Cast to GCC_UINTPTR.
8413         (do_compile_dwarf_expr_to_c): Use unused attribute.  Add space after
8414         type.  Use GCC_UINTPTR instead of void *.  Remove excessive cast.
8415         (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *.
8416         * compile/compile.c (_initialize_compile): Enable warnings for
8417         COMPILE_ARGS.
8418
8419 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8420
8421         * cli/cli-script.c (execute_control_command): Update
8422         eval_compile_command caller.
8423         * compile/compile-object-load.c (compile_object_load): Add parameters
8424         scope and scope_data.  Set them.
8425         * compile/compile-object-load.h (struct compile_module): Add fields
8426         scope and scope_data.
8427         (compile_object_load): Add parameters scope and scope_data.
8428         * compile/compile-object-run.c (struct do_module_cleanup): Add fields
8429         scope and scope_data.
8430         (compile_object_run): Propagate the fields scope and scope_data.
8431         * compile/compile.c (compile_file_command, compile_code_command):
8432         Update eval_compile_command callers.
8433         (eval_compile_command): Add parameter scope_data.  Pass it plus scope.
8434         * compile/compile.h (eval_compile_command): Add parameter scope_data.
8435         * defs.h (struct command_line): Add field scope_data.
8436
8437 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8438
8439         * printcmd.c (struct format_data): Move it to valprint.h.
8440         (print_command_parse_format, print_value): New functions from ...
8441         (print_command_1): ... here.  Call them.
8442         * valprint.h (struct format_data): Move it here from printcmd.c.
8443         (print_command_parse_format, print_value): New declarations.
8444
8445 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8446
8447         * compile/compile-object-load.c (compile_object_load): Add
8448         COMPILE_DEBUG message.
8449
8450 2015-05-15  Jerome Guitton  <guitton@adacore.com>
8451
8452         * ada-lang.c (ada_value_ptr_subscript): Use enum position of
8453         index to get element instead of enum value.
8454         (ada_value_slice_from_ptr, ada_value_slice): Use enum position
8455         of index to compute length, but enum values to compute bounds.
8456         (ada_array_length): Use enum position of index instead of enum value.
8457         (pos_atr): Move position computation to...
8458         (ada_evaluate_subexp): Use enum values to compute bounds.
8459         * gdbtypes.c (discrete_position): ...this new function.
8460         * gdbtypes.h (discrete_position): New function declaration.
8461         * valprint.c (val_print_array_elements): Call discrete_position
8462         to handle array indexed by non-contiguous enumeration types.
8463
8464 2015-05-15  Jerome Guitton  <guitton@adacore.com>
8465
8466         * ada-lang.c (find_parallel_type_by_descriptive_type):
8467         Go through typedefs during lookup.
8468         (to_fixed_array_type): Add support for non-bit packed arrays
8469         as variable-length fields.
8470
8471 2015-05-15  Pedro Alves  <palves@redhat.com>
8472             Simon Marchi  <simon.marchi@ericsson.com>
8473
8474         * event-loop.c (gdb_notifier) <next_file_handler,
8475         next_poll_fds_index>: New fields.
8476         (get_next_file_handler_to_handle_and_advance): New function.
8477         (delete_file_handler): If deleting the next file handler to
8478         handle, advance to the next file handler.
8479         (gdb_wait_for_event): Bail early if no event fired.  Poll file
8480         handlers in round-robin fashion.
8481
8482 2015-05-15  Pedro Alves  <palves@redhat.com>
8483
8484         * linux-tdep.c (linux_find_memory_regions_full): Rename local
8485         'private' to 'priv'.
8486
8487 2015-05-15  Pedro Alves  <palves@redhat.com>
8488
8489         * nat/linux-nat.h: Include "target/waitstatus.h".
8490
8491 2015-05-15  Yuanhui Zhang  <asmwarrior@gmail.com>
8492
8493         * python/py-unwind.c (struct reg_info): Move out of ...
8494         (struct cached_frame_info): ... this scope.
8495         (pending_frame_object_type, unwind_info_object_type): Make extern.
8496
8497 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
8498
8499         * ada-lang.c (ada_value_primitive_packed_val): Make sure
8500         accumSize is never negative.
8501
8502 2015-05-14  Patrick Palka  <patrick@parcs.ath.cx>
8503
8504         * tui/tui-command.c: Remove include of <ctype.h>.
8505         (tui_dispatch_ctrl_char): Remove workaround for xterm terminals.
8506
8507 2015-05-13  Martin Galvan  <martin.galvan@tallertechnologies.com>
8508
8509         * dwarf2read.c (die_needs_namespace): Return 1 for
8510         DW_TAG_inlined_subroutine.
8511
8512 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8513
8514         * regcache.c (regcache_cpy_no_passthrough): New declaration.
8515         (regcache_cpy_no_passthrough): Make it static, add function comment.
8516         * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment.
8517         (regcache_cpy_no_passthrough): Remove declaration.
8518
8519 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8520
8521         * gdbthread.h (struct thread_control_state): Update comment for
8522         proceed_to_finish.
8523         * infcall.c (run_inferior_call): Update comment about
8524         proceed_to_finish.
8525         * infcmd.c (get_return_value): Update comment about stop_registers.
8526         (finish_forward): Update comment about proceed_to_finish.
8527         * infrun.c (stop_registers): Remove.
8528         (clear_proceed_status, normal_stop): Remove stop_registers handling.
8529         * infrun.h (stop_registers): Remove.
8530
8531 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8532
8533         * infcall.c (struct dummy_frame_context_saver)
8534         (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor)
8535         (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
8536         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
8537         New.
8538         (call_function_by_hand_dummy): Move discard_cleanups of
8539         inf_status_cleanup before dummy_frame_push.  Call
8540         dummy_frame_context_saver_setup and prepare context_saver_cleanup.
8541         Use dummy_frame_context_saver_get_regs instead of stop_registers.
8542         * infcall.h (struct dummy_frame_context_saver)
8543         (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
8544         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
8545         New declarations.
8546         * infcmd.c: Include infcall.h.
8547         (get_return_value): Add parameter ctx_saver, use it instead of
8548         stop_registers.
8549         (print_return_value): Add parameter ctx_saver, pass it.
8550         (struct finish_command_continuation_args): Add field ctx_saver.
8551         (finish_command_continuation): Update print_return_value caller.
8552         (finish_command_continuation_free_arg): Free also ctx_saver.
8553         (finish_forward): Call dummy_frame_context_saver_setup.
8554         * inferior.h (struct dummy_frame_context_saver): New declaration.
8555         (get_return_value): Add parameter ctx_saver.
8556         * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update
8557         get_return_value caller.
8558
8559 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8560
8561         * dummy-frame.c (struct dummy_frame_dtor_list): New.
8562         (struct dummy_frame): Replace dtor and dtor_data by dtor_list.
8563         (remove_dummy_frame): Process dtor_list.
8564         (pop_dummy_frame): Process dtor_list.
8565         (register_dummy_frame_dtor): Maintain dtor_list.
8566         (find_dummy_frame_dtor): Handle dtor_list.
8567         * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor):
8568         Update comments.
8569
8570 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8571
8572         * compile/compile-object-run.c (do_module_cleanup): Add parameter
8573         registers_valid.
8574         (compile_object_run): Update do_module_cleanup caller.
8575         * dummy-frame.c: Include infcall.h.
8576         (struct dummy_frame): Update dtor comment.
8577         (remove_dummy_frame): Call dtor.
8578         (pop_dummy_frame): Update dtor caller.
8579         * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter
8580         registers_valid.
8581
8582 2015-05-13  Joel Brobecker  <brobecker@adacore.com>
8583
8584         GDB 7.9.1 released.
8585
8586 2015-05-13  Joel Brobecker  <brobecker@adacore.com>
8587
8588         * NEWS: Create "Changes in GDB 7.9.1" section.  Move news about
8589         Xmethods now being able to specify a result type to that new
8590         sectioin.
8591
8592 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
8593
8594         * tui/tui-win.c (tui_async_resize_screen): Clear win_resized
8595         first before resizing the window.
8596         * tui/tui.c (tui_enable): Likewise.
8597
8598 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8599
8600         * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor.
8601         * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment.
8602         * infcall.c (call_function_by_hand_dummy): Use proper typedef for
8603         dummy_dtor parameter.
8604         * infcall.h: Include dummy-frame.h.
8605         (call_function_by_hand_dummy_dtor_ftype): Remove.
8606         (call_function_by_hand_dummy): Use proper typedef for dummy_dtor
8607         parameter.
8608
8609 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
8610
8611         PR gdb/17820
8612         * top.c (history_size_setshow_var): Change type to signed.
8613         Initialize to -2.  Update documentation.
8614         (set_readline_history_size): Define.
8615         (set_history_size_command): Use it.  Remove logic for handling
8616         out-of-range sizes.
8617         (init_history): Use set_readline_history_size().  Test for a
8618         value of -2 instead of 0 when determining whether to set a
8619         default history size.
8620         (init_main): Decode the argument of the "size" command as a
8621         zuinteger_unlimited.
8622
8623 2015-05-12  Doug Evans  <dje@google.com>
8624
8625         * dwarf2read.c (struct file_entry): Tweak comments.
8626         (get_debug_line_section): Tweak comments.
8627
8628 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8629
8630         * NEWS: Announce fork support in the RSP and support
8631         for fork debugging in extended mode.
8632
8633 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8634
8635         * remote.c (remote_insert_fork_catchpoint): New function.
8636         (remote_remove_fork_catchpoint): New function.
8637         (remote_insert_vfork_catchpoint): New function.
8638         (remote_remove_vfork_catchpoint): New function.
8639         (pending_fork_parent_callback): New function.
8640         (remove_new_fork_child): New function.
8641         (remote_update_thread_list): Call remote_notif_get_pending_events
8642         and remove_new_fork_child.
8643         (extended_remote_kill): Kill fork child when killing the
8644         parent before follow_fork completes.
8645         (init_extended_remote_ops): Initialize target vector with
8646         new fork catchpoint functions.
8647
8648 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8649
8650         * remote.c (remove_vfork_event_p): New function.
8651         (remote_follow_fork): Add vfork event type to event checking.
8652         (remote_parse_stop_reply): New stop reasons "vfork" and
8653         "vforkdone" for RSP 'T' Stop Reply Packet.
8654
8655 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8656
8657         * linux-nat.c (linux_nat_ptrace_options): New function.
8658         (linux_init_ptrace, wait_lwp, linux_nat_filter_event):
8659         Call linux_nat_ptrace_options and use different argument to
8660         linux_enable_event_reporting.
8661         (_initialize_linux_nat): Delete call to
8662         linux_ptrace_set_additional_flags.
8663         * nat/linux-ptrace.c (current_ptrace_options): Rename to
8664         supported_ptrace_options.
8665         (additional_flags): Delete variable.
8666         (linux_check_ptrace_features): Use supported_ptrace_options.
8667         (linux_test_for_tracesysgood, linux_test_for_tracefork):
8668         Likewise, and remove additional_flags check.
8669         (linux_enable_event_reporting): Change 'attached' argument to
8670         'options'.  Use supported_ptrace_options.
8671         (ptrace_supports_feature): Change comment.  Use
8672         supported_ptrace_options.
8673         (linux_ptrace_set_additional_flags): Delete function.
8674         * nat/linux-ptrace.h (linux_ptrace_set_additional_flags):
8675         Delete function prototype.
8676         * remote.c (remote_fork_event_p): New function.
8677         (remote_detach_pid): New function.
8678         (remote_detach_1): Call remote_detach_pid, don't mourn inferior
8679         if doing detach-on-fork.
8680         (remote_follow_fork): New function.
8681         (remote_parse_stop_reply): Handle new "T" stop reason "fork".
8682         (remote_pid_to_str): Print "process" strings for pid/0/0 ptids.
8683         (init_extended_remote_ops): Initialize to_follow_fork.
8684
8685 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8686
8687         * nat/linux-ptrace.c (linux_check_ptrace_features): Change
8688         from static to extern.
8689         * nat/linux-ptrace.h (linux_check_ptrace_features): Declare.
8690         * remote.c (anonymous enum): <PACKET_fork_event_feature,
8691         * PACKET_vfork_event_feature>: New enumeration constants.
8692         (remote_protocol_features): Add table entries for new packets.
8693         (remote_query_supported): Add new feature queries to qSupported
8694         packet.
8695
8696 2015-05-12  Gary Benson <gbenson@redhat.com>
8697
8698         * remote.c (remote_add_inferior): Call exec_file_locate_attach
8699         for fake PIDs as well as real ones.
8700         (remote_pid_to_exec_file): Send empty annex if PID is fake.
8701
8702 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
8703
8704         * NEWS (Python Scripting): Mention the new gdb.Value methods.
8705         * python/py-value.c (valpy_reference_value): New function.
8706         (valpy_const_value): Likewise.
8707         (value_object_methods): Add new methods.
8708         * value.c (make_cv_value): New function.
8709         * value.h (make_cv_value): Declare.
8710
8711 2015-05-08  Yao Qi  <yao@codesourcery.com>
8712             Sandra Loosemore  <sandra@codesourcery.com>
8713
8714         * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check
8715         to 'lh->include_dirs' before accessing to it.
8716         (psymtab_include_file_name): Likewise.
8717         (dwarf_decode_lines_1): Likewise.
8718         (dwarf_decode_lines): Likewise.
8719         (file_file_name): Likewise.
8720
8721 2015-05-08  Sandra Loosemore  <sandra@codesourcery.com>
8722
8723         * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define.
8724         (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define.
8725         (nios2_linux_rt_sigreturn_init): Adjust base address of
8726         register save area.
8727
8728 2015-05-08  Sandra Loosemore  <sandra@codesourcery.com>
8729
8730         * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using
8731         "trap 31" as the breakpoint instruction on all targets.
8732
8733 2015-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8734
8735         * infcmd.c (print_return_value): Remove unused declaration.
8736
8737 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
8738
8739         * dwarf2read.c (attr_to_dynamic_prop)
8740         <DW_AT_data_member_location>: Use read_type_die isntead of
8741         get_die_type.
8742
8743 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
8744
8745         * ada-lang.c (ada_convert_actual): Add handling of formals
8746         passed inside an aligner type.
8747
8748 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
8749
8750         * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
8751
8752 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
8753
8754         PR python/18291
8755         * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo.
8756         Print xmethod matcher status.
8757
8758 2015-05-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8759
8760         * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA
8761         register in the regcache when treating the PSWM register, and vice
8762         versa.
8763
8764 2015-05-07  Gary Benson <gbenson@redhat.com>
8765
8766         * linux-thread-db.c (struct thread_db_info)
8767         <td_ta_map_id2thr_p>: Remove field.
8768         (try_thread_db_load_1): Remove initialization for the above.
8769
8770 2015-05-07  Gary Benson <gbenson@redhat.com>
8771
8772         * linux-thread-db.c (struct thread_db_info)
8773         <td_thr_validate_p>: Remove field.
8774         (try_thread_db_load_1): Remove initialization for the above.
8775
8776 2015-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
8777
8778         * compile/compile-object-load.c (compile_object_load): Support
8779         mst_text_gnu_ifunc.
8780
8781 2015-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
8782
8783         * compile/compile.c (compile_to_object): Make the cmd_string parameter
8784         const.  Use new variables for the const compatibility.
8785         (eval_compile_command): Make the cmd_string parameter const.
8786         * compile/compile.h (eval_compile_command): Make the cmd_string
8787         parameter const.
8788
8789 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
8790
8791         * defs.h (deprecated_init_ui_hook): Delete.  Remove associated
8792         comment.
8793         * top.c (deprecated_init_ui_hook): Delete.
8794         (gdb_init): Remove handling of deprecated_init_ui_hook.
8795         * interps.c (clear_interpreter_hooks): Remove handling of
8796         deprecated_init_ui_hook.
8797         * main.c (captured_main): Update comment.
8798
8799 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
8800
8801         * solib.c (_initialize_solib): Add "info dll" alias creation.
8802         * windows-nat.c (set_windows_aliases): Delete.
8803         (_initialize_windows_nat): Remove deprecated_init_ui_hook
8804         assignment.
8805         * NEWS: Add news entry about "info dll" now being available
8806         on all platforms.
8807
8808 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8809
8810         * ada-lang.c (value_assign_to_component): Reformat and improve
8811         documentation. Remove all trailing spaces.
8812
8813 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8814
8815         * inline-frame.c (inline_frame_sniffer, skip_inline_frames):
8816         Stop counting inlined frames as soon as an out-of-line function
8817         is found.
8818
8819 2014-05-05  Pierre-Marie de Rodat  <derodat@adacore.com>
8820
8821         * dwarf2read.c (inherit_abstract_dies): Skip
8822         DW_TAG_GNU_call_site dies while inheriting children of an
8823         abstract DIE into a scope.
8824         (read_lexical_block_scope): Inherit abstract DIE's for
8825         lexical scopes.
8826
8827 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8828
8829         * ada-valprint.c (val_print_packed_array_elements): Delete
8830         variable "len".  Add a type-length check when comparing two
8831         consecutive elements of the array.  Use the element's actual
8832         length in call to value_contents_eq.
8833         * ada-lang.c (ada_value_primitive_packed_val): Always return
8834         a value whose type has been resolved.
8835
8836 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8837
8838         * ada-lang.c (ada_value_primitive_packed_val): Recompute
8839         BIT_SIZE and LEN if the size of the resolved type is smaller
8840         than BIT_SIZE * HOST_CHAR_BIT.
8841
8842 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8843
8844         * ada-lang.c (ada_value_primitive_packed_val): Use a more
8845         correct address in call to value_at.  Adjust call to
8846         value_address accordingly.
8847
8848 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8849
8850         * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying
8851         to print it.
8852
8853 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8854
8855         * dwarf2loc.h (struct property_addr_info): Add "valaddr" field.
8856         * dwarf2loc.c (dwarf2_evaluate_property): Add handling of
8857         pinfo->valaddr.
8858         * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter.
8859         * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr.
8860         (resolve_dynamic_type_internal): Set pinfo.valaddr.
8861         Add handling of addr_stack->valaddr.
8862         (resolve_dynamic_type): Add "valaddr" parameter.
8863         Set pinfo.valaddr field.
8864         * ada-lang.c (ada_discrete_type_high_bound): Update call to
8865         resolve_dynamic_type.
8866         (ada_discrete_type_low_bound): Likewise.
8867         * findvar.c (default_read_var_value): Likewise.
8868         * value.c (value_from_contents_and_address): Likewise.
8869
8870 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8871
8872         * gdbtypes.c (resolve_dynamic_array): Use
8873         create_array_type_with_stride instead of create_array_type.
8874
8875 2015-04-30  DJ Delorie  <dj@redhat.com>
8876
8877         * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to
8878         rl78_decode_opcode
8879
8880 2015-04-29  Doug Evans  <dje@google.com>
8881
8882         PR python/18285
8883         * NEWS: Document new gdb.XMethodWorker.get_result_type method.
8884         * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle
8885         EVAL_AVOID_SIDE_EFFECTS for xmethods.
8886         * extension-priv.h (struct extension_language_ops)
8887         <get_xmethod_result_type>: New member.
8888         * extension.c (get_xmethod_result_type): New function.
8889         * extension.h (get_xmethod_result_type): Declare.
8890         * python/py-xmethods.c (get_result_type_method_name): New static
8891         global.
8892         (py_get_result_type_method_name): Ditto.
8893         (gdbpy_get_xmethod_result_type): New function.
8894         (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name.
8895         * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare.
8896         * python/python.c (python_extension_ops): Add
8897         gdbpy_get_xmethod_result_type.
8898         * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type.
8899         * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for
8900         xmethods.
8901         (value_x_unop): Ditto.
8902         * value.c (result_type_of_xmethod): New function.
8903         * value.h (result_type_of_xmethod): Declare.
8904
8905 2015-04-29  Gary Benson <gbenson@redhat.com>
8906
8907         * solib.c (solib_find_1): Allow fd argument to be NULL.
8908         (exec_file_find): Update comment.
8909         (solib_find): Likewise.
8910         * exec.c (exec_file_locate_attach): Use NULL as fd
8911         argument to exec_file_find to avoid having to close
8912         the opened file.
8913         * infrun.c (follow_exec): Likewise.
8914
8915 2015-04-28  Doug Evans  <dje@google.com>
8916
8917         PR python/18299
8918         * python/lib/gdb/printing.py (register_pretty_printer): Handle
8919         name or __name__ attributes.  Handle gdb module as first argument.
8920
8921 2015-04-28  Doug Evans  <dje@google.com>
8922
8923         PR python/18089
8924         * python/py-prettyprint.c (print_children): Verify result of children
8925         iterator.  Provide better error message.
8926         * python/python-internal..h (gdbpy_print_python_errors_p): Declare.
8927         * python/python.c (gdbpy_print_python_errors_p): New function.
8928
8929 2015-04-28  Doug Evans  <dje@google.com>
8930
8931         * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
8932
8933 2015-04-28  Sasha Smundak  <asmundak@google.com>
8934
8935         * NEWS: Mention gdb.Type.optimized_out method.
8936         * python/py-type.c (typy_optimized_out):  New function.
8937
8938 2015-04-28  John Baldwin  <jhb@FreeBSD.org>
8939
8940         * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
8941
8942 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8943
8944         * utils.c (init_page_info): Set rl_catch_sigwinch to zero.
8945         (initialize_utils): Move call of init_page_info() to ...
8946         * top.c (gdb_init): ... here.
8947
8948 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8949
8950         * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment.
8951         (tui_sigwinch_handler): Still update our idea of
8952         the terminal's width and height even when TUI is not active.
8953
8954 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8955
8956         * utils.h (set_screen_width_and_height): Declare.
8957         * utils.c (set_screen_width_and_height): Define.
8958         * tui/tui-win.c (tui_update_gdb_sizes): Use it.
8959
8960 2015-04-28  Gary Benson <gbenson@redhat.com>
8961
8962         * infrun.c (solist.h): New include.
8963         (follow_exec): Use exec_file_find to prefix execd_pathname
8964         with gdb_sysroot.
8965
8966 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8967
8968         * tui/tui-source.c (tui_set_source_content): Avoid calling
8969         strcpy() when offset is 0.
8970
8971 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8972
8973         PR gdb/18155
8974         * tui/tui-data.c (tui_free_window): Don't free the locator
8975         window when passed an SRC_WIN or a DISASSEM_WIN.
8976
8977 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8978
8979         * tui/tui-data.h (struct tui_win_element): Forward-declare.
8980         (tui_win_content): Move declaration.
8981         (struct tui_gen_win_info): Give 'content' field the
8982         type tui_win_content.
8983         * tui/tui-data.c (init_content_element): Remove redundant and
8984         erroneous casts.
8985         (tui_add_content_elements): Remove erroneous cast.
8986         * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant
8987         casts.
8988         (tui_get_begin_asm_address): Likewise.
8989         * tui/tui-regs.c (tui_show_registers): Likewise.
8990         (tui_show_register_group): Likewise.
8991         (tui_display_registers_from): Likewise.
8992         (tui_check_register_values): Likewise.
8993         * tui/tui-source.c (tui_set_source_content): Likewise.
8994         (tui_set_source_content_nil): Likewise.
8995         (tui_source_is_displayed): Likewise.
8996         * tui/tui-stack.c (tui_show_locator_content): Likewise.
8997         (tui_set_locator_fullname): Likewise.
8998         (tui_set_locator_info): Likewise.
8999         (tui_show_frame_info): Likewise.
9000         * tui/tui-winsource.c (tui_clear_source_content): Likewise.
9001         (tui_show_source_line): Likewise.
9002         (tui_horizontal_source_scroll): Likewise.
9003         (tui_update_breakpoint_info): Likewise.
9004         (tui_set_exec_info_content): Likewise.
9005         (tui_show_exec_info_content): Likewise.
9006         (tui_alloc_source_buffer): Likewise.
9007         (tui_line_is_displayed): Likewise.
9008         (tui_addr_is_displayed): Likewise.
9009
9010 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
9011
9012         * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD
9013         event if PL_FLAG_EXEC is set.
9014         [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function.
9015         [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function.
9016         (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set
9017         "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint".
9018         Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint".
9019
9020 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
9021
9022         * fbsd-nat.c: [PT_LWPINFO] New variable super_wait.
9023         [TDP_RFPPWAIT] New variable fbsd_pending_children.
9024         [TDP_RFPPWAIT] (fbsd_remember_child): New function.
9025         [TDP_RFPPWAIT] (fbsd_is_child_pending): New function.
9026         [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function.
9027         [PT_LWPINFO] (fbsd_wait): New function.
9028         [TDP_RFPPWAIT] (fbsd_follow_fork): New function.
9029         [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function.
9030         [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function.
9031         [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function.
9032         [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function.
9033         [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function.
9034         [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function.
9035         [TDP_RFPPWAIT] (fbsd_post_attach): New function.
9036         (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to
9037         "fbsd_wait".
9038         [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork".
9039         Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint".
9040         Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint".
9041         Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint".
9042         Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint".
9043         Set "to_post_startup_inferior" to "fbsd_post_startup_inferior".
9044         Set "to_post_attach" to "fbsd_post_attach".
9045
9046 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
9047
9048         * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static.
9049         (fbsd_find_memory_regions): Mark static.
9050         (fbsd_nat_add_target): New function.
9051         * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for
9052         fbsd_pid_to_exec_file and fbsd_find_memory_regions.
9053         * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target.
9054         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise.
9055         * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise.
9056         * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise.
9057
9058 2015-04-27  Gary Benson <gbenson@redhat.com>
9059
9060         * objfiles.c (allocate_objfile): Do not attempt to expand name
9061         if name is a "target:" filename.
9062         * auto-load.c (load_auto_scripts_for_objfile): Do not attempt
9063         to load auto-load scripts for objfiles with "target:" filenames.
9064
9065 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9066
9067         * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h".
9068         (enum s390_vector_abi_kind): New enum.
9069         (struct gdbarch_tdep)<vector_abi>: New field.
9070         (s390_effective_inner_type): Add parameter min_size.  Stop
9071         unwrapping if the inner type is smaller than min_size.
9072         (s390_function_arg_float): Adjust call to
9073         s390_effective_inner_type.
9074         (s390_function_arg_vector): New function.
9075         (s390_function_arg_integer): Adjust comment.
9076         (struct s390_arg_state)<vr>: New field.
9077         (s390_handle_arg): Add parameter 'is_unnamed'.  Pass vector
9078         arguments according to vector ABI when appropriate.
9079         (s390_push_dummy_call): Initialize the argument state's field
9080         'vr'.  Adjust calls to s390_handle_arg.
9081         (s390_register_return_value): Handle vector return values.
9082         (s390_return_value): Apply the "register" return value convention
9083         to a vector when appropriate.
9084         (s390_gdbarch_init): Initialize tdep->vector_abi.
9085         * NEWS: Announce S390 vector ABI support.
9086
9087 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9088
9089         * s390-linux-tdep.c (s390_return_value_convention): Remove
9090         function.  Inline its logic...
9091         (s390_return_value): ...here.  Instead, move the handling of the
9092         "register" return value convention...
9093         (s390_register_return_value): ...here.  New function.
9094
9095 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9096
9097         * s390-linux-tdep.c
9098         (is_float_singleton): Remove function.  Move the "singleton" part
9099         of the logic...
9100         (s390_effective_inner_type): ...here.  New function.
9101         (is_float_like): Remove function.  Inline its logic...
9102         (s390_function_arg_float): ...here.
9103         (is_pointer_like, is_integer_like, is_struct_like): Remove
9104         functions.  Inline their logic...
9105         (s390_function_arg_integer): ...here.
9106         (s390_function_arg_pass_by_reference): Remove function.
9107         (extend_simple_arg): Remove function.
9108         (alignment_of): Remove function.
9109         (struct s390_arg_state): New structure.
9110         (s390_handle_arg): New function.
9111         (s390_push_dummy_call): Move parameter placement logic to the new
9112         function s390_handle_arg.  Call it for calculating the stack area
9113         sizes first, and again for actually writing the parameters.
9114
9115 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9116
9117         * s390-linux-tdep.c (is_power_of_two): Add comment.  Return
9118           false if the argument is zero.
9119
9120 2015-04-27  Pierre-Marie de Rodat  <derodat@adacore.com>
9121
9122         * ada-lang.c (template_to_static_fixed_type): Return input type
9123         when it is already fixed.  Cache the input type itself when not
9124         creating a static fixed copy.  Make it explicit that we never
9125         molestate the input type.
9126         * gdbtypes.c (resolve_dynamic_struct): Reset the
9127         TYPE_TARGET_TYPE field for resolved copies.
9128
9129 2015-04-27  Joel Brobecker  <brobecker@adacore.com>
9130
9131         * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef.
9132         (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef.
9133         (template_to_static_fixed_type): Call ada_check_typedef only
9134         when necessary.
9135
9136 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
9137
9138         * cli/cli-dump.c (srec_dump_command): Add internationalization
9139         mark ups.
9140         (ihex_dump_command): Likewise.
9141         (tekhex_dump_command): Likewise.
9142         (binary_dump_command): Likewise.
9143         (binary_append_command): Likewise.
9144
9145 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
9146
9147         * cli/cli-dump.c (verilog_cmdlist): New variable.
9148         (dump_verilog_memory): New function.
9149         (dump_verilog_value): New function.
9150         (verilog_dump_command): New function.
9151         (_initialize_cli_dump): Add new commands to support verilog dump
9152         format.
9153         * NEWS: Add entry for "dump verilog".
9154
9155 2015-04-24  Pierre-Marie de Rodat  <derodat@adacore.com>
9156
9157         * gdbtypes.c (print_gnat_stuff): Do not recurse on the
9158         descriptive type when there is none.
9159
9160 2015-04-23  Patrick Palka  <patrick@parcs.ath.cx>
9161
9162         * tui/tui-win.c (tui_async_resize_screen): Call
9163         rl_resize_terminal().
9164
9165 2015-04-22  Jon Turney  <jon.turney@dronecode.org.uk>
9166
9167         * windows-nat.c (handle_output_debug_string): Don't change
9168         current_event.dwThreadId.
9169         (get_windows_debug_event): Use thread_id, rather than relying on
9170         current_event.dwThreadId being changed.
9171
9172 2015-04-22  Jon Turney  <jon.turney@dronecode.org.uk>
9173
9174         * windows-nat.c (windows_continue): Report an error if
9175         ContinueDebugEvent() fails.
9176
9177 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
9178
9179         * windows-nat.c (windows_resume): Fix misspelling in debug output.
9180
9181 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
9182
9183         * windows-nat.c (get_windows_debug_event): Replace retval with
9184         thread_id throughout.  Update stale comment.
9185
9186 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
9187
9188         * windows-nat.c (get_windows_debug_event): Don't use ternary
9189         conditional operator.
9190
9191 2015-04-21  Pierre Muller  <muller@sourceware.org>
9192
9193         PR pascal/17815
9194         p-exp.y (yylex): Reorganize code to return the matched pattern
9195         for a field of this.
9196
9197 2015-04-21  Gary Benson <gbenson@redhat.com>
9198
9199         * common/fileio.h (fileio_to_host_openflags): New declaration.
9200         * common/fileio.c (fcntl.h): New include.
9201         (fileio_to_host_openflags): New function, factored out from...
9202         * inf-child.c (inf_child_fileio_open_flags_to_host): ...here.
9203         Single use updated.
9204
9205 2015-04-21  Kevin Buettner  <kevinb@redhat.com>
9206
9207         * rl78-tdep.c (RL78_SP_ADDR): Define.
9208         (opc_reg_to_gdb_regnum): New static function.
9209         (rl78_analyze_prologue): Recognize instructions forming slightly
9210         more interesting prologues.
9211
9212 2015-04-20  Pierre-Marie de Rodat  <derodat@adacore.com>
9213
9214         Revert:
9215         2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9216         * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
9217         TYPE_CODE_REF types so that they are not considered as dynamic
9218         depending on the referenced type.
9219         (resolve_dynamic_type_internal): Likewise.
9220
9221 2015-04-20  Pierre-Marie de Rodat  <derodat@adacore.com>
9222
9223         Revert:
9224         2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9225         * gdbtypes.c (is_dynamic_type_internal): Remove the unused
9226         "top_level" parameter.
9227         (resolve_dynamic_type_internal): Remove the unused "top_level"
9228         parameter.  Update call to is_dynamic_type_internal.
9229         (is_dynamic_type): Update call to is_dynamic_type_internal.
9230         (resolve_dynamic_range): Update call to
9231         resolve_dynamic_type_internal.
9232         (resolve_dynamic_union): Likewise.
9233         (resolve_dynamic_struct): Likewise.
9234         (resolve_dynamic_type): Likewise.
9235
9236 2015-04-19  Gabriel Krisman Bertazi  <gabriel@krisman.be>
9237
9238         * breakpoint.c (update_dprintf_command_list): Remove duplicated
9239         xmalloc.
9240
9241 2015-04-20  Thomas Schwinge  <thomas@codesourcery.com>
9242
9243         * reply_mig_hack.awk: Robustify parsing.
9244
9245         * reply_mig_hack.awk: Don't bother to declare an intermediate
9246         function pointer variable.
9247
9248 2015-04-17  Doug Evans  <dje@google.com>
9249
9250         * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement"
9251         to "exec_displacement" to avoid confusion with inner use of the name.
9252
9253 2015-04-17  Pedro Alves  <palves@redhat.com>
9254
9255         * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero
9256         if HW point of TYPE isn't supported.
9257
9258 2015-04-17  Yao Qi  <yao.qi@linaro.org>
9259             Pedro Alves  <palves@redhat.com>
9260
9261         * target.h (target_can_use_hardware_watchpoint): Update comments.
9262         Remove trailing ";".
9263
9264 2015-04-17  Gary Benson <gbenson@redhat.com>
9265
9266         * remote.c (remote_add_inferior): New argument try_open_exec.
9267         If nonzero, attempt to open the inferior's executable file as
9268         the main executable if no main executable is open already.
9269         All callers updated.
9270         * NEWS: Mention that GDB now supports automatic location and
9271         retrieval of executable + files from remote targets.
9272
9273 2015-04-17  Gary Benson <gbenson@redhat.com>
9274
9275         * target.h (TARGET_OBJECT_EXEC_FILE): New enum value.
9276         * remote.c (PACKET_qXfer_exec_file): Likewise.
9277         (remote_protocol_features): Register the
9278         "qXfer:exec-file:read" feature.
9279         (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE.
9280         (remote_pid_to_exec_file): New function.
9281         (init_remote_ops): Initialize to_pid_to_exec_file.
9282         (_initialize_remote): Register new "set/show remote
9283         pid-to-exec-file-packet" command.
9284         * NEWS: Announce new qXfer:exec-file:read packet.
9285
9286 2015-04-17  Gary Benson <gbenson@redhat.com>
9287
9288         * nat/linux-procfs.h (linux_proc_pid_to_exec_file):
9289         New declaration.
9290         * nat/linux-procfs.c (linux_proc_pid_to_exec_file):
9291         New function, factored out from...
9292         * linux-nat.c (linux_child_pid_to_exec_file): ...here.
9293
9294 2015-04-17  Gary Benson <gbenson@redhat.com>
9295
9296         * exec.c (solist.h): New include.
9297         (exec_file_locate_attach): Prefix absolute executable
9298         paths with gdb_sysroot if set.
9299         * NEWS: Mention that executable paths may be prepended
9300         with sysroot.
9301
9302 2015-04-17  Gary Benson <gbenson@redhat.com>
9303
9304         * solist.h (exec_file_find): New declaration.
9305         * solib.c (solib_find_1): New function, factored out from...
9306         (solib_find): ...here.
9307         (exec_file_find): New function.
9308
9309 2015-04-17  Gary Benson <gbenson@redhat.com>
9310
9311         * gdbcore.h (exec_file_locate_attach): New declaration.
9312         * exec.c (exec_file_locate_attach): New function, factored
9313         out from...
9314         * infcmd.c (attach_command_post_wait): ...here.
9315
9316 2015-04-17  Mike Frysinger  <vapier@gentoo.org>
9317
9318         * MAINTAINERS: Add myself for Blackfin/write-after-approval.
9319
9320 2015-04-16  Yao Qi  <yao.qi@linaro.org>
9321
9322         * infrun.c (maybe_software_singlestep): Declare.
9323         (displaced_step_fixup): Call maybe_software_singlestep.
9324
9325 2015-04-15  Doug Evans  <dje@google.com>
9326
9327         * psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
9328
9329 2015-04-15  Doug Evans  <dje@google.com>
9330
9331         * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls.
9332
9333 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
9334
9335         * python/lib/gdb/command/unwinders.py: Add parentheses.
9336
9337 2015-04-15  Yao Qi  <yao.qi@linaro.org>
9338
9339         * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message.
9340
9341 2015-04-15  Yao Qi  <yao.qi@linaro.org>
9342
9343         * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation.
9344
9345 2015-04-15  Yao Qi  <yao.qi@linaro.org>
9346
9347         * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
9348         dsc->insn_size instead of 4.
9349
9350 2015-04-14  Gary Benson <gbenson@redhat.com>
9351
9352         * jit.c (mem_bfd_iovec_stat): Zero supplied buffer.
9353         * minidebug.c (lzma_stat): Likewise.
9354         * solib-spu.c (spu_bfd_iovec_stat): Likewise.
9355         * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise.
9356
9357 2015-04-13  Stan Shebs  <stanshebs@google.com>
9358
9359         * MAINTAINERS: Update my email address.
9360
9361 2015-04-13  John Baldwin  <jhb@FreeBSD.org>
9362
9363         * amd64-tdep.c (amd64_target_description): New function.
9364         * amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
9365         * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
9366         (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
9367         x86 extended save area.
9368         (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
9369         * amd64bsd-nat.h: Export amd64bsd_xsave_len.
9370         * amd64fbsd-nat.c (amd64fbsd_read_description): New function.
9371         (_initialize_amd64fbsd_nat): Set "to_read_description" to
9372         "amd64fbsd_read_description".
9373         * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
9374         (amd64fbsd_supply_xstateregset): New function.
9375         (amd64fbsd_collect_xstateregset): New function.
9376         Add "amd64fbsd_xstateregset".
9377         (amd64fbsd_iterate_over_regset_sections): New function.
9378         (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
9379         "I386_FBSD_XSAVE_XCR0_OFFSET".
9380         Add "iterate_over_regset_sections" gdbarch method.
9381         Add "core_read_description" gdbarch method.
9382         * i386-tdep.c (i386_target_description): New function.
9383         * i386-tdep.h: Export i386_target_description and tdesc_i386.
9384         * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
9385         (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
9386         x86 extended save area.
9387         (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
9388         * i386bsd-nat.h: Export i386bsd_xsave_len.
9389         * i386fbsd-nat.c (i386fbsd_read_description): New function.
9390         (_initialize_i386fbsd_nat): Set "to_read_description" to
9391         "i386fbsd_read_description".
9392         * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
9393         (i386fbsd_core_read_description): New function.
9394         (i386fbsd_supply_xstateregset): New function.
9395         (i386fbsd_collect_xstateregset): New function.
9396         Add "i386fbsd_xstateregset".
9397         (i386fbsd_iterate_over_regset_sections): New function.
9398         (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
9399         "I386_FBSD_XSAVE_XCR0_OFFSET".
9400         Add "iterate_over_regset_sections" gdbarch method.
9401         Add "core_read_description" gdbarch method.
9402         * i386fbsd-tdep.h: New file.
9403
9404 2015-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9405
9406         * NEWS (Changes since GDB 7.9): Add removed -xdb.
9407         * breakpoint.c (command_line_is_silent): Remove xdb_commands
9408         conditional.
9409         (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba
9410         and lb.
9411         * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and
9412         va.
9413         * cli/cli-decode.c (find_command_name_length): Remove xdb_commands
9414         conditional.
9415         * defs.h (xdb_commands): Remove declaration.
9416         * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc.
9417         * guile/scm-cmd.c (command_classes): Remove xdb from comment.
9418         * infcmd.c (run_no_args_command, go_command): Remove.
9419         (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr.
9420         * infrun.c (xdb_handle_command): Remove.
9421         (_initialize_infrun): Remove xdb_commands for lz and z.
9422         * main.c (xdb_commands): Remove variable.
9423         (captured_main): Remove "xdb" from long_options.
9424         (print_gdb_help): Remove --xdb from help.
9425         * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment.
9426         * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?.
9427         * stack.c (backtrace_full_command, args_plus_locals_info)
9428         (current_frame_command): Remove.
9429         (_initialize_stack): Remove xdb_commands for t, T and l.
9430         * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg.
9431         * thread.c (_initialize_thread): Remove xdb_commands condition.
9432         * tui/tui-layout.c (tui_toggle_layout_command)
9433         (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove.
9434         (_initialize_tui_layout): Remove xdb_commands for td and ts.
9435         * tui/tui-regs.c (tui_scroll_regs_forward_command)
9436         (tui_scroll_regs_backward_command): Remove.
9437         (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r.
9438         * tui/tui-win.c (tui_xdb_set_win_height_command): Remove.
9439         (_initialize_tui_win): Remove xdb_commands for U and w.
9440         * utils.c (pagination_on_command, pagination_off_command): Remove.
9441         (initialize_utils): Remove xdb_commands for am and sm.
9442
9443 2015-04-10  Pedro Alves  <palves@redhat.com>
9444
9445         * infrun.c (displaced_step_fixup): Switch to the event ptid
9446         earlier.  If the thread stopped for a watchpoint and the
9447         target/arch has non-continuable watchpoints, cancel the displaced
9448         step.
9449         (resume): Don't start a displaced step if in-line step-over info
9450         is valid.
9451
9452 2015-04-10  Pedro Alves  <palves@redhat.com>
9453
9454         * infrun.c (displaced_step_in_progress): New function.
9455         (do_target_resume): Advise target to report all signals if
9456         displaced stepping.
9457
9458 2015-04-10  Pedro Alves  <palves@redhat.com>
9459
9460         PR gdb/18216
9461         * infrun.c (process_event_stop_test): Don't assume a step-resume
9462         is set if tp->stepped_breakpoint is true.
9463
9464 2015-04-10  Yao Qi  <yao.qi@linaro.org>
9465
9466         * arm-tdep.c (install_alu_reg): Update comment.
9467         (thumb_copy_alu_reg): Remove local variable rn.  Update
9468         debugging message.  Use r2 instead of r1 in the modified
9469         instruction.
9470
9471 2015-04-10  Pedro Alves  <palves@redhat.com>
9472
9473         PR gdb/13858
9474         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install
9475         linux_displaced_step_location as gdbarch_displaced_step_location
9476         hook.
9477         * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
9478         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
9479         * linux-tdep.c (linux_displaced_step_location): New function,
9480         based on ppc_linux_displaced_step_location.
9481         * linux-tdep.h (linux_displaced_step_location): New declaration.
9482         * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete.
9483         (ppc_linux_inferior_created, ppc_linux_displaced_step_location):
9484         Delete.
9485         (ppc_linux_init_abi): Install linux_displaced_step_location as
9486         gdbarch_displaced_step_location hook, even without Cell/B.E..
9487         (_initialize_ppc_linux_tdep): Don't install
9488         ppc_linux_inferior_created as inferior_created observer.
9489         * s390-linux-tdep.c (s390_gdbarch_init): Install
9490         linux_displaced_step_location as gdbarch_displaced_step_location
9491         hook.
9492
9493 2015-04-09  Gary Benson <gbenson@redhat.com>
9494
9495         * common/common-remote-fileio.h: Rename to...
9496         * common/fileio.h: ...this.  Update all references.
9497         (remote_fileio_to_fio_error): Rename to...
9498         (host_to_fileio_error): ...this.
9499         (remote_fileio_to_be): Rename to...
9500         (host_to_bigendian): ...this.  Update all callers.
9501         (remote_fileio_to_fio_uint): Rename to...
9502         (host_to_fileio_uint): ...this.  Update all callers.
9503         (remote_fileio_to_fio_time): Rename to...
9504         (host_to_fileio_time): ...this.  Update all callers.
9505         (remote_fileio_to_fio_stat): Rename to...
9506         (host_to_fileio_stat): ...this.
9507         Update all references.
9508         * common/common-remote-fileio.c: Rename to...
9509         * common/fileio.c: ...this.  Update all references.
9510         (remote_fileio_to_fio_error): Rename to...
9511         (host_to_fileio_error): ...this.  Update all callers.
9512         (remote_fileio_mode_to_target): Rename to...
9513         (fileio_mode_pack): ...this.  Update all callers.
9514         (remote_fileio_to_fio_mode): Rename to...
9515         (host_to_fileio_mode): ...this.  Update all callers.
9516         (remote_fileio_to_fio_ulong): Rename to...
9517         (host_to_fileio_ulong): ...this.  Update all callers.
9518         (remote_fileio_to_fio_stat): Rename to...
9519         (host_to_fileio_stat): ...this.  Update all callers.
9520
9521 2015-04-09  Andy Wingo  <wingo@igalia.com>
9522
9523         * guile/scm-frame.c (gdbscm_frame_read_register): New function.
9524         (frame_functions): Bind gdbscm_frame_read_register to
9525         frame-read-register.
9526         * guile/lib/gdb.scm (frame-read-register): Export.
9527
9528 2015-04-09  Gary Benson <gbenson@redhat.com>
9529
9530         * common/common-remote-fileio.h (remote_fileio_to_fio_error):
9531         New declaration.
9532         * common/common-remote-fileio.c (remote_fileio_to_fio_error):
9533         New function, factored out the named functions below.
9534         * inf-child.c (gdb/fileio.h): Remove include.
9535         (common-remote-fileio.h): New include.
9536         (inf_child_errno_to_fileio_error): Remove function.  Update
9537         all callers to use remote_fileio_to_fio_error.
9538         * remote-fileio.c (remote_fileio_errno_to_target): Likewise.
9539
9540 2015-04-09  Andy Wingo  <wingo@igalia.com>
9541
9542         * MAINTAINERS (Write After Approval): Add Andy Wingo.
9543
9544 2015-04-09  H.J. Lu  <hongjiu.lu@intel.com>
9545
9546         * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir.
9547         Replace $zlibdir with $ZLIBDIR in LDFLAGS.
9548         * configure: Regenerated.
9549
9550 2015-04-09  Pedro Alves  <palves@redhat.com>
9551
9552         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
9553         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
9554         * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
9555         * gnulib/import/Makefile.am: Update.
9556         * gnulib/import/Makefile.in: Update.
9557         * gnulib/import/m4/gnulib-cache.m4: Update.
9558         * gnulib/import/m4/gnulib-comp.m4: Update.
9559         * gnulib/import/m4/strtok_r.m4: New file.
9560         * gnulib/import/strtok_r.c: New file.
9561
9562 2015-04-09  Pedro Alves  <palves@redhat.com>
9563
9564         * gnulib/update-gnulib.sh (aclocal version check): Filter out
9565         "called too early to check prototype".
9566
9567 2015-04-08  Sergio Durigan Junior  <sergiodj@redhat.com>
9568
9569         PR python/16699
9570         * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not
9571         use a caching mechanism.  Adjust comments and code to reflect
9572         that.  Replace 'sizeof' by 'strlen' when fetching 'wordobj'.
9573         (cmdpy_completer_handle_brkchars): Adjust call to
9574         cmdpy_completer_helper.  Call Py_XDECREF for 'resultobj'.
9575         (cmdpy_completer): Likewise.
9576
9577 2015-04-08  Yao Qi  <yao.qi@linaro.org>
9578
9579         * spu-tdep.c (spu_gdbarch_init): Don't call
9580         set_gdbarch_cannot_step_breakpoint.
9581
9582 2015-04-07  Sergio Durigan Junior  <sergiodj@redhat.com>
9583
9584         * linux-tdep.c (decode_vmflags): Initialize 'saveptr'.
9585
9586 2015-04-07  Pedro Alves  <palves@redhat.com>
9587
9588         * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ...
9589         (ALL_THREADS_SAFE): ... this, and don't skip exited threads.
9590         (delete_exited_threads): New declaration.
9591         * infrun.c (follow_exec): Use ALL_THREADS_SAFE.
9592         * linux-nat.c (linux_nat_update_thread_list): New function.
9593         (linux_nat_add_target): Install it.
9594         * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE.
9595         * thread.c (prune_threads): Use ALL_THREADS_SAFE.
9596         (delete_exited_threads): New function.
9597
9598 2015-04-07  Pedro Alves  <pedro@codesourcery.com>
9599
9600         * infrun.c (resume) <displaced stepping debug output>: Get the
9601         leader thread's regcache, not resume_ptid's.
9602
9603 2015-04-06  Doug Evans  <xdje42@gmail.com>
9604
9605         * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as
9606         VAR_DOMAIN.
9607         (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters.
9608         Include symbol domain in debugging output.
9609
9610 2015-04-06  Pedro Alves  <palves@redhat.com>
9611             Bernd Edlinger  <bernd.edlinger@hotmail.de>
9612
9613         * configure.ac: Remove the mingw32-specific stub-termcap.o
9614         fallback, and instead fallback to the stub termcap on all hosts.
9615         * configure: Regenerate.
9616         * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak
9617         symbols.
9618
9619 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9620
9621         * gdbtypes.c (is_dynamic_type_internal): Remove the unused
9622         "top_level" parameter.
9623         (resolve_dynamic_type_internal): Remove the unused "top_level"
9624         parameter.  Update call to is_dynamic_type_internal.
9625         (is_dynamic_type): Update call to is_dynamic_type_internal.
9626         (resolve_dynamic_range): Update call to
9627         resolve_dynamic_type_internal.
9628         (resolve_dynamic_union): Likewise.
9629         (resolve_dynamic_struct): Likewise.
9630         (resolve_dynamic_type): Likewise.
9631
9632 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9633
9634         * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
9635         TYPE_CODE_REF types so that they are not considered as dynamic
9636         depending on the referenced type.
9637         (resolve_dynamic_type_internal): Likewise.
9638
9639 2015-04-02  H.J. Lu  <hongjiu.lu@intel.com>
9640
9641         * Makefile.in (top_srcdir): New.
9642         * configure: Regenerated.
9643
9644 2015-04-02  Gary Benson <gbenson@redhat.com>
9645
9646         * NEWS: Announce the new default sysroot of "target:".
9647
9648 2015-04-02  Gary Benson <gbenson@redhat.com>
9649
9650         * main.c (captured_main): Set gdb_sysroot to "target:"
9651         if not otherwise set.
9652
9653 2015-04-02  Gary Benson <gbenson@redhat.com>
9654
9655         * exec.c (exec_file_attach): Support "target:" filenames.
9656
9657 2015-04-02  Gary Benson <gbenson@redhat.com>
9658
9659         * solib.c (solib_find): Strip "target:" prefix from sysroot
9660         if accessing local files.
9661
9662 2015-04-02  Gary Benson <gbenson@redhat.com>
9663
9664         * symfile.c (symfile_bfd_open): Reorder to remove duplicated
9665         checks and error messages.
9666
9667 2015-04-02  Gary Benson <gbenson@redhat.com>
9668
9669         * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition.
9670         (remote_filename_p): Remove declaration.
9671         (remote_bfd_open): Likewise.
9672         * remote.c (remote_bfd_iovec_open): Remove function.
9673         (remote_bfd_iovec_close): Likewise.
9674         (remote_bfd_iovec_pread): Likewise.
9675         (remote_bfd_iovec_stat): Likewise.
9676         (remote_filename_p): Likewise.
9677         (remote_bfd_open): Likewise.
9678         * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration.
9679         * symfile.c (separate_debug_file_exists): Use gdb_bfd_open.
9680         (gdb_bfd_open_maybe_remote): Remove function.
9681         (symfile_bfd_open):  Replace remote filename check with
9682         target filename check.
9683         (reread_symbols): Use gdb_bfd_open.
9684         * build-id.c (gdbcore.h): New include.
9685         (build_id_to_debug_bfd): Use gdb_bfd_open.
9686         * infcmd.c (attach_command_post_wait): Remove remote filename
9687         check.
9688         * solib.c (solib_find): Replace remote-specific handling with
9689         target-specific handling.  Update comments where necessary.
9690         (solib_bfd_open): Replace remote-specific handling with
9691         target-specific handling.
9692         (gdb_sysroot_changed): New function.
9693         (_initialize_solib): Call the above when gdb_sysroot changes.
9694         * windows-tdep.c (gdbcore.h): New include.
9695         (windows_xfer_shared_library): Use gdb_bfd_open.
9696
9697 2015-04-02  Gary Benson <gbenson@redhat.com>
9698
9699         * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition.
9700         (is_target_filename): New declaration.
9701         (gdb_bfd_has_target_filename): Likewise.
9702         (gdb_bfd_open): Update documentation comment.
9703         * gdb_bfd.c (target.h): New include.
9704         (gdb/fileio.h): Likewise.
9705         (is_target_filename): New function.
9706         (gdb_bfd_has_target_filename): Likewise.
9707         (fileio_errno_to_host): Likewise.
9708         (gdb_bfd_iovec_fileio_open): Likewise.
9709         (gdb_bfd_iovec_fileio_pread): Likewise.
9710         (gdb_bfd_iovec_fileio_close): Likewise.
9711         (gdb_bfd_iovec_fileio_fstat): Likewise.
9712         (gdb_bfd_open): Use target fileio to access paths prefixed
9713         with "target:" where necessary.
9714
9715 2015-04-02  Gary Benson <gbenson@redhat.com>
9716
9717         * target.h (struct target_ops) <to_filesystem_is_local>:
9718         New field.
9719         (target_filesystem_is_local): New macro.
9720         * target-delegates.c: Regenerate.
9721         * remote.c (remote_filesystem_is_local): New function.
9722         (init_remote_ops): Initialize to_filesystem_is_local.
9723
9724 2015-04-02  Gary Benson <gbenson@redhat.com>
9725
9726         * target.h (struct target_ops) <to_fileio_fstat>: New field.
9727         (target_fileio_fstat): New declaration.
9728         * target.c (target_fileio_fstat): New function.
9729         * inf-child.c (inf_child_fileio_fstat): Likewise.
9730         (inf_child_target): Initialize to_fileio_fstat.
9731         * remote.c (init_remote_ops): Likewise.
9732
9733 2015-04-01  Sasha Smundak  <asmundak@google.com>
9734
9735         * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o.
9736         (SUBDIR_PYTHON_SRCS): Add py-unwind.c.
9737         (py-unwind.o): New recipe.
9738         * NEWS: mention Python frame unwinding.
9739         * data-directory/Makefile.in (PYTHON_FILE_LIST): Add
9740         gdb/unwinder.py and gdb/command/unwinder.py
9741         * python/lib/gdb/__init__.py (packages): Add frame_unwinders
9742         list.
9743         (execute_unwinders): New function.
9744         * python/lib/gdb/command/unwinders.py: New file.
9745         * python/lib/gdb/unwinder.py: New file.
9746         * python/py-objfile.c (objfile_object): Add frame_unwinders field.
9747         (objfpy_dealloc): Decrement frame_unwinders reference count.
9748         (objfpy_initialize): Create frame_unwinders list.
9749         (objfpy_get_frame_unwinders): New function.
9750         (objfpy_set_frame_unwinders): Ditto.
9751         (objfile_getset): Add frame_unwinders attribute to Objfile.
9752         * python/py-progspace.c (pspace_object): Add frame_unwinders field.
9753         (pspy_dealloc): Decrement frame_unwinders reference count.
9754         (pspy_initialize): Create frame_unwinders list.
9755         (pspy_get_frame_unwinders): New function.
9756         (pspy_set_frame_unwinders): Ditto.
9757         (pspy_getset): Add frame_unwinders attribute to gdb.Progspace.
9758         * python/py-unwind.c: New file.
9759         * python/python-internal.h (pspy_get_name_unwinders): New prototype.
9760         (objpy_get_frame_unwinders): New prototype.
9761         (gdbpy_initialize_unwind): New prototype.
9762         * python/python.c (gdbpy_apply_type_printers): Call
9763         gdbpy_initialize_unwind.
9764
9765 2015-04-01  Pedro Alves  <palves@redhat.com>
9766
9767         * infrun.c (resume): Check currently_stepping after clearing
9768         stepped_breakpoint, not before.
9769
9770 2015-04-01  Pedro Alves  <palves@redhat.com>
9771
9772         * infrun.c (print_target_wait_results): Print all the ptid
9773         elements.
9774
9775 2015-04-01  Pedro Alves  <palves@redhat.com>
9776
9777         * infrun.c (keep_going): Also discard cleanups if inserting
9778         breakpoints fails.
9779
9780 2015-04-01  Pedro Alves  <palves@redhat.com>
9781
9782         * infrun.c (wait_for_inferior): Install the
9783         finish_thread_state_cleanup cleanup across the whole function, not
9784         just around handle_inferior_event.
9785
9786 2015-04-01  Pedro Alves  <palves@redhat.com>
9787
9788         * infrun.c (resume) <step past permanent breakpoint>: Use
9789         do_target_resume.
9790
9791 2015-04-01  Pedro Alves  <palves@redhat.com>
9792
9793         * linux-nat.c (linux_handle_extended_wait): Always call set_running.
9794
9795 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
9796
9797         * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
9798
9799 2015-04-01  Pedro Alves  <palves@redhat.com>
9800
9801         * linux-thread-db.c (record_thread): Readd the thread to gdb's
9802         list if it was marked exited.
9803
9804 2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
9805
9806         * configure: Regenerated.
9807
9808 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
9809             Jan Kratochvil  <jan.kratochvil@redhat.com>
9810             Oleg Nesterov  <oleg@redhat.com>
9811
9812         PR corefiles/16092
9813         * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'.
9814         New enum identifying the various options of the coredump_filter
9815         file.
9816         (struct smaps_vmflags): New struct.
9817         (use_coredump_filter): New variable.
9818         (decode_vmflags): New function.
9819         (mapping_is_anonymous_p): Likewise.
9820         (dump_mapping_p): Likewise.
9821         (linux_find_memory_regions_full): New variables
9822         'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'.
9823         Removed variable 'modified'.  Read /proc/<PID>/smaps file; improve
9824         parsing of its information.  Implement memory mapping filtering
9825         based on its contents.
9826         (show_use_coredump_filter): New function.
9827         (_initialize_linux_tdep): New command 'set use-coredump-filter'.
9828         * NEWS: Mention the possibility of using the
9829         '/proc/PID/coredump_filter' file when generating a corefile.
9830         Mention new command 'set use-coredump-filter'.
9831
9832 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
9833
9834         * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by
9835         read_memory_unsigned_integer.
9836
9837 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
9838
9839         * Makefile.in (ZLIB): New.
9840         (ZLIBINC): Likewise.
9841         (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC).
9842         (CLIBS): Add $(ZLIB).
9843         * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS.
9844         Add -lz to LIBS.
9845         * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
9846         * top.c (print_gdb_configuration): Remove --with-zlib and
9847         --without-zlib.
9848         * config.in: Regenerated.
9849         * configure: Likewise.
9850
9851 2015-03-31  Antoine Tremblay  <antoine.tremblay@ericsson.com>
9852
9853         * NEWS: Mention info os cpus support.
9854         * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
9855         (struct osdata_type): Add cpus entry, reorder the entries in
9856         alphabetical order.
9857
9858 2015-03-31  Matthias Klose  <doko@ubuntu.com>
9859
9860         * compile/compile.c (compile_to_object): Allow triplets with or
9861         without vendor set.
9862
9863 2015-03-30  Doug Evans  <dje@google.com>
9864
9865         PR c++/18141
9866         * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
9867         klass in VAR_DOMAIN.
9868
9869 2015-03-30  Gary Benson <gbenson@redhat.com>
9870
9871         * remote.c (remote_mourn_1): Remove function.  Update all callers
9872         to use remote_mourn.
9873         (extended_remote_mourn_1): Remove function.  Update all callers
9874         to use extended_remote_mourn.
9875         (extended_remote_attach_1): Remove function.  Update all callers
9876         to use extended_remote_attach.
9877
9878 2015-03-28  James Bowman  <james.bowman@ftdichip.com>
9879
9880         * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o.
9881         (HFILES_NO_SRCDIR): Add ft32-tdep.h.
9882         (ALLDEPFILES): Add ft32-tdep.c.
9883         * configure.tgt: Add FT32 entry.
9884         * ft32-tdep.c: New file, FT32 target-dependent code.
9885         * ft32-tdep.h: New file, FT32 target-dependent code.
9886
9887 2015-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
9888
9889         Revert:
9890         2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9891         Code cleanup.
9892         * printcmd.c (print_command_1): Move expr variable scope.
9893
9894 2015-03-27  Joel Brobecker  <brobecker@adacore.com>
9895
9896         * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL.
9897
9898 2015-03-27  Andrzej Kaczmarek  <andrzej.kaczmarek@tieto.com>
9899
9900         * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special
9901         sections.
9902
9903 2015-03-26  Joel Brobecker  <brobecker@adacore.com>
9904
9905         * dtrace-probe.c (dtrace_process_dof_probe): Contain any
9906         exception raised while parsing the probe arguments.
9907         Force parsing to be done using the C language parser.
9908         * expression.h (parse_expression_with_language): Declare.
9909         * parse.c (parse_expression_with_language): New function.
9910
9911 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
9912
9913         * MAINTAINERS (Write After Approval): Add "Jon Turney".
9914
9915 2015-03-26  Andy Wingo  <wingo@igalia.com>
9916
9917         PR symtab/18148
9918         * dwarf2read.c (struct partial_die_info): Add has_const_value
9919         member.
9920         (add_partial_symbol): Don't punt on symbols that have const_value
9921         attributes.
9922         (read_partial_die): Detect DW_AT_const_value.
9923
9924 2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9925
9926         Code cleanup.
9927         * printcmd.c (print_command_1): Move expr variable scope.
9928
9929 2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9930
9931         Code cleanup.
9932         * printcmd.c (validate_format): Make the parameter cmdname const.
9933
9934 2015-03-26  Don Breazeal  <donb@codesourcery.com>
9935
9936         * remote.c (_initialize_remote): Update comment.
9937
9938 2015-03-26  Pedro Alves  <palves@redhat.com>
9939             Jon TURNEY  <jon.turney@dronecode.org.uk>
9940
9941         * coffread.c (coff_symfile_read): When constructing the name of an
9942         import stub symbol from import symbol for amd64, only skip the
9943         char after _imp_ if the target is underscored (like i386) and the
9944         char is indeed the target's leading char.
9945
9946 2015-03-25  Pedro Alves  <palves@redhat.com>
9947
9948         * target.h <to_async>: Replace 'callback' and 'context' parameters
9949         with boolean 'enable' parameter.
9950         (target_async): Replace CALLBACK and CONTEXT parameters with
9951         boolean ENABLE parameter.
9952         * inf-loop.c (inferior_event_handler): Adjust.
9953         * linux-nat.c (linux_nat_attach, linux_nat_resume)
9954         (linux_nat_resume): Adjust.
9955         (async_client_callback, async_client_context): Delete.
9956         (handle_target_event): Call inferior_event_handler directly.
9957         (linux_nat_async): Replace 'callback' and 'context' parameters
9958         with boolean 'enable' parameter.  Adjust.  Remove references to
9959         async_client_callback and async_client_context.
9960         (linux_nat_close): Adjust.
9961         * record-btrace.c (record_btrace_async): Replace 'callback' and
9962         'context' parameters with boolean 'enable' parameter.  Adjust.
9963         (record_btrace_resume): Adjust.
9964         * record-full.c (record_full_async): Replace 'callback' and
9965         'context' parameters with boolean 'enable' parameter.  Adjust.
9966         (record_full_resume, record_full_core_resume): Adjust.
9967         * remote.c (struct remote_state) <async_client_callback,
9968         async_client_context>: Delete fields.
9969         (remote_start_remote, extended_remote_attach_1, remote_resume)
9970         (extended_remote_create_inferior): Adjust.
9971         (remote_async_serial_handler): Call inferior_event_handler
9972         directly.
9973         (remote_async): Replace 'callback' and 'context' parameters with
9974         boolean 'enable' parameter.  Adjust.
9975         * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper):
9976         Adjust.
9977         * target-delegates.c: Regenerate.
9978
9979 2015-03-25  Gary Benson <gbenson@redhat.com>
9980             Pedro Alves  <palves@redhat.com>
9981
9982         * target.c (fileio_ft_t): New typedef, define object vector.
9983         (fileio_fhandles): New static variable.
9984         (is_closed_fileio_fh): New macro.
9985         (lowest_closed_fd): New static variable.
9986         (acquire_fileio_fd): New function.
9987         (release_fileio_fd): Likewise.
9988         (fileio_fd_to_fh): New macro.
9989         (target_fileio_open): Wrap the file descriptor on success.
9990         (target_fileio_pwrite): Updated to use wrapped file descriptor.
9991         (target_fileio_pread): Likewise.
9992         (target_fileio_close): Likewise.
9993
9994 2015-03-24  Pedro Alves  <palves@redhat.com>
9995
9996         * thread.c (thread_apply_all_command): Take exited threads into
9997         account.
9998
9999 2015-03-24  Pedro Alves  <palves@redhat.com>
10000
10001         * infrun.c (resume, proceed): Mention
10002         switch_back_to_stepped_thread, not switch_back_to_stepping.
10003
10004 2015-03-24  Pedro Alves  <palves@redhat.com>
10005
10006         * infrun.c (user_visible_resume_ptid): Rewrite going from
10007         most-locked to unlocked instead of the opposite.  Move comment ...
10008         * infrun.h (user_visible_resume_ptid): ... here.
10009
10010 2015-03-24  Pedro Alves  <palves@redhat.com>
10011
10012         * linux-nat.c (linux_nat_resume): Output debug logs before trying
10013         to resume the event lwp.  Use the lwp's ptid instead of the passed
10014         in (maybe wildcard) ptid.
10015         (stop_wait_callback): Tweak debug log output.
10016         (check_stopped_by_breakpoint): Tweak debug log output.  Also dump
10017         TRAP_TRACE.
10018         (linux_nat_filter_event): In debug output, distinguish a
10019         resume_stop SIGSTOP from a delayed SIGSTOP.  Output debug logs
10020         before trying to resume the lwp.
10021
10022 2015-03-24  Joel Brobecker  <brobecker@adacore.com>
10023
10024         * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove
10025         pointer indirection.
10026         * gdbtypes.c (get_dyn_prop): Adjust, following change above.
10027         (add_dyn_prop, copy_dynamic_prop_list): Likewise.
10028
10029 2015-03-24  Joel Brobecker  <brobecker@adacore.com>
10030
10031         * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>:
10032         Renames DYN_ATTR_DATA_LOCATION.
10033         (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of
10034         DYN_ATTR_DATA_LOCATION.
10035         * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION
10036         instead of DYN_ATTR_DATA_LOCATION.
10037
10038 2015-03-24  Pedro Alves  <palves@redhat.com>
10039
10040         * breakpoint.c (until_break_command): Adjust call to proceed.
10041         * gdbthread.h (struct thread_control_state) <stepping_command>:
10042         New field.
10043         * infcall.c (run_inferior_call): Adjust call to proceed.
10044         * infcmd.c (run_command_1, proceed_thread_callback, continue_1):
10045         Adjust calls to proceed.
10046         (set_step_frame): Set the current thread's step_start_function
10047         here.
10048         (step_once): Adjust calls to proceed.
10049         (jump_command, signal_command, until_next_command)
10050         (finish_backward, finish_forward, proceed_after_attach_callback)
10051         (attach_command_post_wait): Adjust calls to proceed.
10052         * infrun.c (proceed_after_vfork_done): Adjust call to proceed.
10053         (do_target_resume): New function, factored out from ...
10054         (resume): ... here.  Remove 'step' parameter.  Instead, check
10055         currently_stepping to determine whether the thread should be
10056         single-stepped.
10057         (proceed): Remove 'step' parameter and don't set the thread's
10058         step_start_function here.  Adjust call to 'resume'.
10059         (handle_inferior_event): Adjust calls to 'resume'.
10060         (switch_back_to_stepped_thread): Use do_target_resume instead of
10061         'resume'.
10062         (keep_going): Adjust calls to 'resume'.
10063         * infrun.h (proceed): Remove 'step' parameter.
10064         (resume): Likewise.
10065         * windows-nat.c (do_initial_windows_stuff): Adjust call to
10066         'resume'.
10067         * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'.
10068
10069 2015-03-24  Pedro Alves  <palves@redhat.com>
10070
10071         * gdbthread.h (struct thread_control_state) <stepping_command>:
10072         New field.
10073         * infcmd.c (step_once): Pass step=1 to clear_proceed_status.  Set
10074         the thread's stepping_command field.
10075         * infrun.c (resume): Check the thread's stepping_command flag to
10076         determine which threads should be resumed.  Rename 'entry_step'
10077         local to user_step.
10078         (clear_proceed_status_thread): Clear 'stepping_command'.
10079         (schedlock_applies): Change parameter type to struct thread_info
10080         pointer.  Adjust.
10081         (find_thread_needs_step_over): Remove 'step' parameter.  Adjust.
10082         (switch_back_to_stepped_thread): Adjust calls to
10083         'schedlock_applies'.
10084         (_initialize_infrun): Adjust "set scheduler-locking step" help.
10085
10086 2015-03-24  Pedro Alves  <palves@redhat.com>
10087
10088         * infrun.c (step_start_function): Delete and ...
10089         * gdbthread.h (struct thread_control_state) <step_start_function>:
10090         ... now a field here.
10091         * infrun.c (clear_proceed_status_thread): Clear the thread's
10092         step_start_function.
10093         (proceed, process_event_stop_test, print_stop_event): Adjust.
10094
10095 2015-03-24  Pedro Alves  <palves@redhat.com>
10096
10097         * infrun.c (proceed): No longer handle negative step.
10098
10099 2015-03-24  Gary Benson  <gbenson@redhat.com>
10100
10101         * nat/x86-linux.h (x86_linux_new_thread): New declaration.
10102         (x86_linux_prepare_to_resume): Likewise.
10103         * x86-linux-nat.c (x86_linux_new_thread):
10104         Moved to nat/x86-linux.c.
10105         (x86_linux_prepare_to_resume): Likewise.
10106         * nat/x86-linux.c (x86_linux_new_thread): New function.
10107         (x86_linux_prepare_to_resume): Likewise.
10108
10109 2015-03-24  Gary Benson  <gbenson@redhat.com>
10110
10111         * nat/x86-linux-dregs.h: New file.
10112         * nat/x86-linux-dregs.c: Likewise.
10113         * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
10114         (x86-linux-dregs.o): New rule.
10115         * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
10116         * config/i386/linux64.mh (NATDEPFILES): Likewise.
10117         * x86-linux-nat.c: Include nat/x86-linux-dregs.h.
10118         (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
10119         (x86_linux_dr_get): Likewise.
10120         (x86_linux_dr_set): Likewise.
10121         (x86_linux_dr_get_addr): Likewise.
10122         (x86_linux_dr_get_control): Likewise.
10123         (x86_linux_dr_get_status): Likewise.
10124         (update_debug_registers_callback): Likewise.
10125         (x86_linux_dr_set_control): Likewise.
10126         (x86_linux_dr_set_addr): Likewise.
10127         (x86_linux_update_debug_registers): Likewise.
10128
10129 2015-03-24  Gary Benson  <gbenson@redhat.com>
10130
10131         * x86-linux-nat.c (x86_linux_update_debug_registers):
10132         New function, factored out from...
10133         (x86_linux_prepare_to_resume): ...this.
10134
10135 2015-03-24  Gary Benson  <gbenson@redhat.com>
10136
10137         * x86-linux-nat.c (x86_linux_dr_get): Update comments.
10138         (x86_linux_dr_set): Likewise.
10139         (x86_linux_dr_get_addr): Likewise.
10140         (x86_linux_dr_get_control): Likewise.
10141         (x86_linux_dr_get_status): Likewise.
10142         (update_debug_registers_callback): Likewise.
10143         (x86_linux_dr_set_control): Likewise.
10144         (x86_linux_dr_set_addr): Likewise.
10145         (x86_linux_prepare_to_resume): Likewise.
10146         (x86_linux_new_thread): Likewise.
10147
10148 2015-03-24  Gary Benson  <gbenson@redhat.com>
10149
10150         * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion.
10151         (x86_linux_new_thread): Rename argument.
10152
10153 2015-03-24  Gary Benson  <gbenson@redhat.com>
10154
10155         * nat/x86-linux.h: New file.
10156         * nat/x86-linux.c: Likewise.
10157         * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h.
10158         (x86-linux.o): New rule.
10159         * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o.
10160         * config/i386/linux64.mh (NATDEPFILES): Likewise.
10161         * nat/linux-nat.h (struct arch_lwp_info): New forward declaration.
10162         (lwp_set_arch_private_info): New declaration.
10163         (lwp_arch_private_info): Likewise.
10164         * linux-nat.c (lwp_set_arch_private_info): New function.
10165         (lwp_arch_private_info): Likewise.
10166         * x86-linux-nat.c: Include nat/x86-linux.h.
10167         (arch_lwp_info): Removed structure.
10168         (update_debug_registers_callback):
10169         Use lwp_set_debug_registers_changed.
10170         (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
10171         and lwp_set_debug_registers_changed.
10172         (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
10173
10174 2015-03-24  Gary Benson  <gbenson@redhat.com>
10175
10176         * nat/linux-nat.h (ptid_of_lwp): New declaration.
10177         (lwp_is_stopped): Likewise.
10178         (lwp_stop_reason): Likewise.
10179         * linux-nat.c (ptid_of_lwp): New function.
10180         (lwp_is_stopped): Likewise.
10181         (lwp_is_stopped_by_watchpoint): Likewise.
10182         * x86-linux-nat.c (update_debug_registers_callback):
10183         Use lwp_is_stopped.
10184         (x86_linux_prepare_to_resume): Use ptid_of_lwp and
10185         lwp_stop_reason.
10186
10187 2015-03-24  Gary Benson  <gbenson@redhat.com>
10188
10189         * linux-nat.h (linux_stop_lwp): Move declaration to...
10190         * nat/linux-nat.h (linux_stop_lwp): New declaration.
10191
10192 2015-03-24  Gary Benson  <gbenson@redhat.com>
10193
10194         * linux-nat.h: Include nat/linux-nat.h.
10195         (iterate_over_lwps): Move declaration to nat/linux-nat.h.
10196         * nat/linux-nat.h (struct lwp_info): New forward declaration.
10197         (iterate_over_lwps_ftype): New typedef.
10198         (iterate_over_lwps): New declaration.
10199         * linux-nat.h (iterate_over_lwps): Update comment.  Use
10200         iterate_over_lwps_ftype.  Update callback return value check.
10201
10202 2015-03-24  Gary Benson  <gbenson@redhat.com>
10203
10204         * x86-nat.h (x86_debug_reg_state): Move declaration to...
10205         * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
10206
10207 2015-03-24  Gary Benson  <gbenson@redhat.com>
10208
10209         * nat/linux-nat.h (current_lwp_ptid): New declaration.
10210         * linux-nat.c (current_lwp_ptid): New function.
10211         * x86-linux-nat.c: Include nat/linux-nat.h.
10212         (x86_linux_dr_get_addr): Use current_lwp_ptid.
10213         (x86_linux_dr_get_control): Likewise.
10214         (x86_linux_dr_get_status): Likewise.
10215         (x86_linux_dr_set_control): Likewise.
10216         (x86_linux_dr_set_addr): Likewise.
10217
10218 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10219
10220         PR breakpoints/16466
10221         * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
10222
10223 2015-03-23  Joel Brobecker  <brobecker@adacore.com>
10224
10225         * ser-mingw.c (ser_windows_setparity): Fix indentation.
10226         * ser-unix.c (hardwire_setparity): Likewise.
10227
10228 2015-03-23  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
10229
10230         * NEWS: Mention set/show serial parity command.
10231         * monitor.c (monitor_open): Call serial_setparity.
10232         * remote.c (remote_open_1): Likewise.
10233         * ser-base.c (ser_base_serparity): New function.
10234         * ser-base.h (ser_base_setparity): Add  declaration.
10235         * ser-go32.c (dos_ops): Set "setparity" field.
10236         * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
10237         state.Parity.
10238         (ser_windows_setparity): New function.
10239         (hardwire_ops): Add ser_windows_setparity.
10240         (tty_ops): Add NULL for setparity field.
10241         (pipe_ops): Add ser_base_setparity.
10242         (tcp_ops): Likewise.
10243         * ser-pipe.c (pipe_ops): Likewise.
10244         * ser-tcp.c (tcp_ops): Likewise.
10245         * ser-unix.c (hardwire_setparity): Add declaration.
10246         (hardwire_raw): Don't reset PARENB flag.
10247         (hardwire_setparity): New function.
10248         (hardwire_ops): Add hardwire_setparity.
10249         * serial.c (serial_setparity): New function.
10250         (serial_parity): New global.
10251         (parity_none, parity_odd, parity_even, parity_enums, parity):
10252         New static globals.
10253         (set_parity): New function.
10254         (_initialize_serial): Add set/show serial parity commands.
10255         * serial.h (GDBPARITY_NONE): Define.
10256         (GDBPARITY_ODD): Define.
10257         (GDBPARITY_EVEN): Define.
10258         (serial_setparity) Add declaration.
10259         (struct serial_ops): Add setparity field.
10260         * target.h (serial_parity): Add declaration.
10261
10262 2015-03-23  Keith Seitz  <keiths@redhat.com>
10263
10264         * linespec.c (linespec_lexer_lex_keyword): Update comment.
10265
10266 2015-03-23  Keith Seitz  <keiths@redhat.com>
10267
10268         * breakpoint.c (parse_breakpoint_sals): Use
10269         linespec_lexer_lex_keyword to ascertain if the user specified
10270         a NULL location.
10271         * linespec.c [IF_KEYWORD_INDEX]: Define.
10272         (linespec_lexer_lex_keyword): Export.
10273         (struct ls_parser) <keyword_ok>: Remove.
10274         A keyword is only a keyword if not followed by another keyword.
10275         (linespec_lexer_lex_one): Remove keyword_ok handling.
10276         Add comment explaining why the parsing stream is not advanced
10277         when a keyword is seen.
10278         (parse_linespec): Remove parser->keyword_ok.
10279         * linespec.h (linespec_lexer_lex_keyword): Add declaration.
10280
10281 2015-03-23  Keith Seitz  <keiths@redhat.com>
10282
10283         PR gdb/18021
10284         * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
10285         if we find a static method with DW_AT_vtable_elem_location.
10286
10287 2015-03-21  Eli Zaretskii  <eliz@gnu.org>
10288
10289         * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
10290         before the second loop, to avoid undefined behavior.  Reported by
10291         Anton Blanchard <anton@samba.org>.
10292
10293 2015-03-20  Keven Boell  <keven.boell@intel.com>
10294
10295         * gdbtypes.c (resolve_dynamic_type_internal): Adapt
10296         data_location usage to linked list.
10297         (resolve_dynamic_type_internal): Adapt data_location to
10298         linked list.
10299         (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
10300         (copy_type_recursive, copy_type): Add copy of linked list.
10301         * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
10302         (struct dynamic_prop_list): New struct.
10303         * dwarf2read.c (set_die_type): Set data_location data.
10304
10305 2015-03-20  Pedro Alves  <palves@redhat.com>
10306
10307         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
10308         inner block and make it const.
10309         * machoread.c (get_archive_prefix_len): Make "lparen" const.
10310
10311 2015-03-20  Pedro Alves  <palves@redhat.com>
10312
10313         * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
10314         * breakpoint.h (set_breakpoint_condition): Update declaration.
10315
10316 2015-03-20  Pedro Alves  <palves@redhat.com>
10317
10318         * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
10319
10320 2015-03-20  Pedro Alves  <palves@redhat.com>
10321
10322         * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
10323
10324 2015-03-20  Pedro Alves  <palves@redhat.com>
10325
10326         * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
10327
10328 2015-03-20  Pedro Alves  <palves@redhat.com>
10329
10330         * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
10331         (nto_init_solib_absolute_prefix): Likewise.
10332
10333 2015-03-20  Pedro Alves  <palves@redhat.com>
10334
10335         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
10336         * spu-tdep.c (spu_gdbarch_init): Make "name" const.
10337
10338 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
10339
10340         * config/djgpp/README: Remove gdb.hp.
10341
10342 2015-03-20  Yao Qi  <yao.qi@linaro.org>
10343
10344         * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
10345         set_gdbarch_cannot_step_breakpoint.
10346
10347 2015-03-19  Pedro Alves  <palves@redhat.com>
10348
10349         * linux-nat.c (linux_resume_one_lwp): Rename to ...
10350         (linux_resume_one_lwp_throw): ... this.  Don't handle ESRCH here,
10351         instead call perror_with_name.
10352         (check_ptrace_stopped_lwp_gone): New function.
10353         (linux_resume_one_lwp): Reimplement as wrapper around
10354         linux_resume_one_lwp_throw that swallows errors if the LWP is
10355         gone.
10356         (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
10357         swallows errors if the LWP is gone.  Use
10358         linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
10359
10360 2015-03-19  Pedro Alves  <palves@redhat.com>
10361
10362         * linux-nat.c (status_callback): Return early if the LWP has no
10363         status pending.
10364
10365 2015-03-19  Pedro Alves  <palves@redhat.com>
10366
10367         * linux-nat.c (select_event_lwp_callback): Update comment to no
10368         longer mention SIGTRAP.
10369
10370 2015-03-18  Tristan Gingold  <gingold@adacore.com>
10371
10372         * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
10373         redirection code to ...
10374         (amd64_windows_frame_decode_insns): ... Here.  Fix in prologue
10375         checks.  Fix SAVE_NONVOL operations.  Add debug code and comments.
10376
10377 2015-03-18  Gary Benson <gbenson@redhat.com>
10378
10379         (remote_protocol_features): Remove the "vFile:fstat" feature.
10380         (remote_hostio_fstat): Probe for "vFile:fstat" support.
10381
10382 2015-03-11  Yao Qi  <yao.qi@linaro.org>
10383
10384         PR tdep/18107
10385         * aarch64-linux-tdep.c: Include xml-syscall.h
10386         (aarch64_linux_get_syscall_number): New function.
10387         (aarch64_linux_init_abi): Call
10388         set_gdbarch_get_syscall_number.
10389         * syscalls/aarch64-linux.xml: New file.
10390
10391 2015-03-17  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
10392
10393         * ser-base.h (ser_base_setstopbits): Change second argument name
10394         from "rate" to "num".
10395
10396 2015-03-17  Gary Benson <gbenson@redhat.com>
10397             Luke Allardyce <lukeallardyce@gmail.com>
10398
10399         PR gdb/18131
10400         * common/common-remote-fileio.h (sys/stat.h): New include.
10401         (stuct stat): Remove forward declaration.
10402
10403 2015-03-16  John Baldwin  <jhb@FreeBSD.org>
10404
10405         * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
10406         before writing core register notes.
10407
10408 2015-03-16  Yuanhui Zhang  <asmwarrior@gmail.com>
10409             Pedro Alves  <palves@redhat.com>
10410
10411         * gdb_curses.h (tgetnum): Mark with EXTERN_C.
10412         * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
10413         (tgoto): Wrap with extern "C".
10414
10415 2015-03-16  Pedro Alves  <palves@redhat.com>
10416             Yuanhui Zhang  <asmwarrior@gmail.com>
10417
10418         * stub-termcap.c (tputs): Change prototype.
10419
10420 2015-03-16  Yuanhui Zhang  <asmwarrior@gmail.com>
10421             Pedro Alves  <palves@redhat.com>
10422
10423         * windows-nat.c (struct thread_info_struct): Rename to ...
10424         (struct windows_thread_info_struct): ... this.
10425         (thread_info): Rename to ...
10426         (windows_thread_info): ... this.
10427         All users updated.
10428
10429 2015-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10430             Pedro Alves  <palves@redhat.com>
10431
10432         * NEWS: New Removed targets and native configurations.
10433
10434 2015-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
10435
10436         Remove HPUX.
10437         * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
10438         (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
10439         (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
10440         ia64-hpux-tdep.h, solib-ia64-hpux.h.
10441         (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
10442         ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
10443         * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
10444         hppa-hpux-tdep.c.
10445         * config/ia64/hpux.mh: Remove file.
10446         * config/pa/hpux.mh: Remove file.
10447         * configure: Rebuilt.
10448         * configure.ac (dlgetmodinfo, somread.o): Remove.
10449         * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10450         (ia64-*-hpux*): Remove its float format exception.
10451         * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10452         * hppa-hpux-nat.c: Remove file.
10453         * hppa-hpux-tdep.c: Remove file.
10454         * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
10455         Move them here from hppa-tdep.h
10456         (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
10457         (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
10458         * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
10459         Move them to hppa-tdep.c.
10460         (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
10461         declarations.
10462         * ia64-hpux-nat.c: Remove file.
10463         * ia64-hpux-tdep.c: Remove file.
10464         * ia64-hpux-tdep.h: Remove file.
10465         * inf-ttrace.c: Remove file.
10466         * inf-ttrace.h: Remove file.
10467         * solib-ia64-hpux.c: Remove file.
10468         * solib-ia64-hpux.h: Remove file.
10469         * solib-pa64.c: Remove file.
10470         * solib-pa64.h: Remove file.
10471         * solib-som.c: Remove file.
10472         * solib-som.h: Remove file.
10473         * somread.c: Remove file.
10474
10475 2015-03-13  John Baldwin  <jhb@FreeBSD.org>
10476
10477         * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
10478         * config.in: Regenerate.
10479         * configure: Regenerate.
10480         * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
10481         define.
10482         (fbsd_find_memory_regions): Use kinfo_getvmmap to
10483         enumerate memory regions if present.
10484
10485 2015-03-13  John Baldwin  <jhb@FreeBSD.org>
10486
10487         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
10488         * i386fbsd-tdep.c: Fix style in various gdb_static_assert
10489         expressions.
10490         (i386fbsd_sigtramp_p): Likewise.
10491
10492 2015-03-12  John Baldwin  <jhb@FreeBSD.org>
10493
10494         * MAINTAINERS (Write After Approval): Add John Baldwin.
10495
10496 2015-03-12  Gary Benson <gbenson@redhat.com>
10497
10498         * solib.c (_initialize_solib): Make "set/show sysroot" use
10499         add_setshow_optional_filename_cmd so it can be restored to
10500         empty after being set.
10501
10502 2015-03-11  Sergio Durigan Junior  <sergiodj@redhat.com>
10503
10504         * Makefile.in (SFILES): New source break-catch-syscall.c.
10505         (COMMON_OBS): New object break-catch-syscall.o.
10506         * break-catch-syscall.c: New file.
10507         * breakpoint.c: Remove inclusion of "xml-syscall.h".
10508         (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
10509         (struct syscall_catchpoint): Likewise.
10510         (dtor_catch_syscall): Likewise.
10511         (catch_syscall_inferior_data): Likewise.
10512         (struct catch_syscall_inferior_data): Likewise.
10513         (get_catch_syscall_inferior_data): Likewise.
10514         (catch_syscall_inferior_data_cleanup): Likewise.
10515         (insert_catch_syscall): Likewise.
10516         (remove_catch_syscall): Likewise.
10517         (breakpoint_hit_catch_syscall): Likewise.
10518         (print_it_catch_syscall): Likewise.
10519         (print_one_catch_syscall): Likewise.
10520         (print_mention_catch_syscall): Likewise.
10521         (print_recreate_catch_syscall): Likewise.
10522         (catch_syscall_breakpoint_ops): Likewise.
10523         (syscall_catchpoint_p): Likewise.
10524         (create_syscall_event_catchpoint): Likewise.
10525         (catch_syscall_split_args): Likewise.
10526         (catch_syscall_command_1): Likewise.
10527         (is_syscall_catchpoint_enabled): Likewise.
10528         (catch_syscall_enabled): Likewise.
10529         (catching_syscall_number): Likewise.
10530         (catch_syscall_completer): Likewise.
10531         (clear_syscall_counts): Likewise.
10532         (initialize_breakpoint_ops): Move initialization of syscall
10533         catchpoints to break-catch-syscall.c.
10534         (_initialize_breakpoint): Move code related to syscall catchpoints
10535         to break-catch-syscall.c.
10536
10537 2015-03-11  Sergio Durigan Junior  <sergiodj@redhat.com>
10538
10539         * breakpoint.c (breakpoint_find_if): New function.
10540         * breakpoint.h (breakpoint_find_if): New prototype.
10541
10542 2015-03-11  Gary Benson <gbenson@redhat.com>
10543
10544         * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
10545         * remote-fileio.c (remote_fileio_to_host_uint): New function.
10546         (remote_fileio_to_host_ulong): Likewise.
10547         (remote_fileio_to_host_mode): Likewise.
10548         (remote_fileio_to_host_time): Likewise.
10549         (remote_fileio_to_host_stat): Likewise.
10550         * remote.c (PACKET_vFile_fstat): New enum value.
10551         (remote_protocol_features): Register the "vFile:fstat" feature.
10552         (remote_hostio_fstat): New function.
10553         (remote_bfd_iovec_stat): Use the above.
10554         (_initialize_remote): Register new "set/show remote
10555         hostio-fstat-packet" command.
10556         * symfile.c (separate_debug_file_exists): Update comment.
10557         * NEWS: Announce new vFile:fstat packet.
10558
10559 2015-03-11  Gary Benson <gbenson@redhat.com>
10560
10561         * common/common-remote-fileio.h: New file.
10562         * common/common-remote-fileio.c: Likewise.
10563         * Makefile.in (SFILES): Add common/common-remote-fileio.c.
10564         (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
10565         (COMMON_OBS): Add common-remote-fileio.o.
10566         (common-remote-fileio.o): New rule.
10567         * remote-fileio.h (common-remote-fileio.h): New include.
10568         * remote-fileio.c (gdb/fileio.h): Do not include.
10569         (remote_fileio_to_be): Moved to common-remote-fileio.h.
10570         (remote_fileio_to_fio_uint): Likewise.
10571         (remote_fileio_to_fio_time): Likewise.
10572         (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
10573         (remote_fileio_to_fio_mode): Likewise.
10574         (remote_fileio_to_fio_ulong): Likewise.
10575         (remote_fileio_to_fio_stat): Likewise.
10576
10577 2015-03-11  Andy Wingo  <wingo@igalia.com>
10578
10579         * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
10580         we were checking the cached type, not the cached dynamic type.
10581
10582 2015-03-11  Andy Wingo  <wingo@igalia.com>
10583
10584         * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
10585         other strings, as these are on the GC'd heap, and will be
10586         collected along with the smob.
10587
10588 2015-03-11  Andy Wingo  <wingo@igalia.com>
10589
10590         * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
10591         (objfile_functions): Bind gdbscm_objfile_progspace to
10592         objfile-progspace.
10593         * guile/lib/gdb.scm: Add objfile-progspace to exports.
10594
10595 2015-03-11  Andy Wingo  <wingo@igalia.com>
10596
10597         * guile/guile.c (_initialize_guile): Disable automatic
10598         finalization, if Guile offers us that possibility.
10599         * guile/guile.c (call_initialize_gdb_module):
10600         * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
10601         finalizers in appropriate places.
10602         * configure.ac (AC_TRY_LIBGUILE): Add a check for
10603         scm_set_automatic_finalization_enabled.
10604         * configure: Regenerated.
10605
10606 2015-03-11  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10607
10608         * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
10609         SAL, if possible.
10610
10611 2015-03-11  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10612
10613         * s390-linux-nat.c (struct arch_lwp_info): New.
10614         (s390_fix_watch_points): Rename to...
10615         (s390_prepare_to_resume): ...this.  Skip the PER info update
10616         unless the watch points have changed.
10617         (s390_refresh_per_info, s390_new_thread): New functions.
10618         (s390_insert_watchpoint): Call s390_refresh_per_info instead of
10619         s390_fix_watch_points.
10620         (s390_remove_watchpoint): Likewise.
10621         (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
10622         Register s390_prepare_to_resume.
10623
10624 2015-03-09  Pedro Alves  <palves@redhat.com>
10625
10626         Revert:
10627         2015-03-07  Pedro Alves  <palves@redhat.com>
10628         * common/gdb_socket.h: New file.
10629         * ser-tcp.c: Include gdb_socket.h.  Don't include netinet/in.h nor
10630         sys/socket.h.
10631         (net_open): Use union gdb_sockaddr_u.
10632
10633 2015-03-07  Pedro Alves  <palves@redhat.com>
10634
10635         * configure.ac (build_warnings): Move -Wmissing-prototypes
10636         -Wdeclaration-after-statement -Wmissing-parameter-type
10637         -Wold-style-declaration -Wold-style-definition to the C-specific
10638         set.
10639         * configure: Regenerate.
10640
10641 2015-03-07  Pedro Alves  <palves@redhat.com>
10642
10643         * common/gdb_socket.h: New file.
10644         * ser-tcp.c: Include gdb_socket.h.  Don't include netinet/in.h nor
10645         sys/socket.h.
10646         (net_open): Use union gdb_sockaddr_u.
10647
10648 2015-03-07  Pedro Alves  <palves@redhat.com>
10649
10650         * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
10651         (exceptions_state_mc_action_iter)
10652         (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
10653         Don't define.
10654         [__cplusplus] (try_scope_depth): New global.
10655         [__cplusplus] (exception_try_scope_entry)
10656         (exception_try_scope_exit, gdb_exception_sliced_copy)
10657         (exception_rethrow): New functions.
10658         (throw_exception): In C++ mode, throw
10659         gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
10660         gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
10661         (throw_it): In C++ mode, use try_scope_depth.
10662         * common/common-exceptions.h [!__cplusplus]
10663         (exceptions_state_mc_action_iter)
10664         (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
10665         Don't declare.
10666         [__cplusplus] (exception_try_scope_entry)
10667         (exception_try_scope_exit, exception_rethrow): Declare.
10668         [__cplusplus] (struct exception_try_scope): New struct.
10669         [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
10670         C++ exceptions.
10671         (struct gdb_exception_RETURN_MASK_ALL)
10672         (struct gdb_exception_RETURN_MASK_ERROR)
10673         (struct gdb_exception_RETURN_MASK_QUIT): New types.
10674
10675 2015-03-07  Pedro Alves  <palves@redhat.com>
10676
10677         * main.c (handle_command_errors): Remove volatile qualifier from
10678         parameter.
10679
10680 2015-03-07  Pedro Alves  <palves@redhat.com>
10681
10682         * breakpoint.c (save_breakpoints): Adjust to avoid code between
10683         TRY and CATCH.
10684         * gdbtypes.c (safe_parse_type): Remove empty line.
10685         (types_deeply_equal):
10686         * guile/scm-frame.c (gdbscm_frame_name):
10687         * linux-thread-db.c (find_new_threads_once):
10688         * python/py-breakpoint.c (bppy_get_commands):
10689         * record-btrace.c (record_btrace_insert_breakpoint)
10690         (record_btrace_remove_breakpoint, record_btrace_start_replaying)
10691         (record_btrace_start_replaying): Adjust to avoid code between TRY
10692         and CATCH.
10693
10694 2015-03-07  Pedro Alves  <palves@redhat.com>
10695
10696         * common/common-exceptions.c (struct catcher) <exception>: No
10697         longer a pointer to volatile exception.  Now an exception value.
10698         <mask>: Delete field.
10699         (exceptions_state_mc_init): Remove all parameters.  Adjust.
10700         (exceptions_state_mc): No longer pop the catcher here.
10701         (exceptions_state_mc_catch): New function.
10702         (throw_exception): Adjust.
10703         * common/common-exceptions.h (exceptions_state_mc_init): Remove
10704         all parameters.
10705         (exceptions_state_mc_catch): Declare.
10706         (TRY_CATCH): Rename to ...
10707         (TRY): ... this.  Remove EXCEPTION and MASK parameters.
10708         (CATCH, END_CATCH): New.
10709         All callers adjusted.
10710
10711 2015-03-07  Tom Tromey  <tromey@redhat.com>
10712
10713         * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
10714
10715 2015-03-07  Pedro Alves  <palves@redhat.com>
10716
10717         * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
10718         (amd64_epilogue_frame_cache): Normal exception handling code.
10719         * break-catch-throw.c (check_status_exception_catchpoint)
10720         (re_set_exception_catchpoint): Ditto.
10721         * cli/cli-interp.c (safe_execute_command):
10722         * cli/cli-script.c (script_from_file): Ditto.
10723         * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
10724         Ditto.
10725         * compile/compile-object-run.c (compile_object_run): Ditto.
10726         * cp-abi.c (baseclass_offset): Ditto.
10727         * cp-valprint.c (cp_print_value): Ditto.
10728         * exceptions.c (catch_exceptions_with_msg):
10729         * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
10730         * frame.c (get_frame_address_in_block_if_available): Ditto.
10731         * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
10732         (i386_sigtramp_frame_cache): Ditto.
10733         * infcmd.c (post_create_inferior): Ditto.
10734         * linespec.c (parse_linespec, find_linespec_symbols):
10735         * p-valprint.c (pascal_object_print_value): Ditto.
10736         * parse.c (parse_expression_for_completion): Ditto.
10737         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
10738         * remote.c (remote_get_noisy_reply): Ditto.
10739         * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
10740         * solib-svr4.c (solib_svr4_r_map): Ditto.
10741
10742 2015-03-06  Gary Benson  <gbenson@redhat.com>
10743
10744         * common/common-utils.h (startswith): New inline function.
10745         All places where this logic was used updated to use the above.
10746
10747 2015-03-05  Pedro Alves  <palves@redhat.com>
10748
10749         PR gdb/18002
10750         * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
10751         after reading the breakpoint's shadow memory.
10752
10753 2015-03-05  Mark Kettenis  <kettenis@gnu.org>
10754
10755         * hppabsd-nat.c: Remove file.
10756         * hppaobsd-nat.c: New file.
10757         * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c.  Add
10758         hppaobsd-nat.c.
10759         * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
10760         hppaobsd-nat.o.
10761
10762 2015-03-04  Pedro Alves  <palves@redhat.com>
10763
10764         * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
10765         (target_decr_pc_after_break): Delete declaration.
10766         * target.c (default_target_decr_pc_after_break)
10767         (target_decr_pc_after_break): Delete.
10768         * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
10769         gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
10770         * linux-thread-db.c (check_event): Likewise.
10771         * infrun.c (adjust_pc_after_break): Likewise.
10772         * darwin-nat.c (cancel_breakpoint): Likewise.
10773         * aix-thread.c (aix_thread_wait): Likewise.
10774         * target-delegates.c: Regenerate.
10775
10776 2015-03-04  Pedro Alves  <palves@redhat.com>
10777
10778         * linux-nat.c (save_sigtrap): Check for breakpoints before
10779         checking watchpoints.
10780         (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
10781         breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
10782         (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
10783         a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
10784         (linux_nat_stopped_by_sw_breakpoint)
10785         (linux_nat_supports_stopped_by_sw_breakpoint)
10786         (linux_nat_stopped_by_hw_breakpoint)
10787         (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
10788         (linux_nat_wait_1): Don't re-increment the PC if relying on
10789         SIGTRAP's siginfo->si_code.
10790         (linux_nat_add_target): Install new target methods.
10791         * linux-thread-db.c (check_event): Don't account for breakpoint PC
10792         offset if the target already adjusted the PC.
10793         * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
10794         (GDB_ARCH_TRAP_BRKPT): New.
10795         (TRAP_HWBKPT): Define if not already defined.
10796
10797 2015-03-04  Pedro Alves  <palves@redhat.com>
10798
10799         * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
10800         * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
10801         Delete field.
10802         <stop_reason>: New field.
10803         (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
10804         (packet_set_cmd_state): New function.
10805         (remote_protocol_features): Register the "swbreak" and "hwbreak"
10806         features.
10807         (remote_query_supported): If not disabled with the corresponding
10808         "set remote foo-packet" command, report support for the swbreak
10809         and hwbreak features.
10810         (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
10811         field.
10812         <stop_reason>: New field.
10813         (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
10814         (remote_wait_as): Adjust.
10815         (remote_stopped_by_sw_breakpoint)
10816         (remote_supports_stopped_by_sw_breakpoint)
10817         (remote_stopped_by_hw_breakpoint)
10818         (remote_supports_stopped_by_hw_breakpoint): New functions.
10819         (remote_stopped_by_watchpoint): New function.
10820         (init_remote_ops): Install them.
10821         (_initialize_remote): Register new "set/show remote
10822         swbreak-feature-packet" and "set/show remote
10823         swbreak-feature-packet" commands.
10824
10825 2015-03-04  Pedro Alves  <palves@redhat.com>
10826
10827         * btrace.h: Include target/waitstatus.h.
10828         (struct btrace_thread_info) <stop_reason>: New field.
10829         * record-btrace.c (record_btrace_step_thread): Use
10830         record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10831         (record_btrace_decr_pc_after_break): Delete.
10832         (record_btrace_stopped_by_sw_breakpoint)
10833         (record_btrace_supports_stopped_by_sw_breakpoint)
10834         (record_btrace_stopped_by_hw_breakpoint)
10835         (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
10836         (init_record_btrace_ops): Install them.
10837         * record-full.c (record_full_hw_watchpoint): Delete and replace
10838         with ...
10839         (record_full_stop_reason): ... this throughout.
10840         (record_full_exec_insn): Adjust.
10841         (record_full_wait_1): Adjust.  No longer re-increment the PC.
10842         (record_full_wait_1): Adjust.  Use
10843         record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10844         (record_full_stopped_by_watchpoint): Adjust.
10845         (record_full_stopped_by_sw_breakpoint)
10846         (record_full_supports_stopped_by_sw_breakpoint)
10847         (record_full_supports_stopped_by_sw_breakpoint)
10848         (record_full_stopped_by_hw_breakpoint)
10849         (record_full_supports_stopped_by_hw_breakpoint): New functions.
10850         (init_record_full_ops, init_record_full_core_ops): Install them.
10851         * record.c (record_check_stopped_by_breakpoint): New function.
10852         * record.h: Include target/waitstatus.h.
10853         (record_check_stopped_by_breakpoint): New declaration.
10854
10855 2015-03-04  Pedro Alves  <palves@redhat.com>
10856
10857         enum lwp_stop_reason -> enum target_stop_reason
10858         * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
10859         (linux_nat_stopped_by_watchpoint, status_callback)
10860         (linux_nat_wait_1): Adjust.
10861         * linux-nat.h (enum lwp_stop_reason): Delete.
10862         (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
10863         * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
10864         * target/waitstatus.h (enum target_stop_reason): New.
10865
10866 2015-03-04  Pedro Alves  <palves@redhat.com>
10867
10868         * breakpoint.c (need_moribund_for_location_type): New function.
10869         (bpstat_stop_status): Don't skipping checking moribund locations
10870         of breakpoint types which the target tell caused a stop.
10871         (program_breakpoint_here_p): New function, factored out from ...
10872         (bp_loc_is_permanent): ... this.
10873         (update_global_location_list): Don't create a moribund location if
10874         the target supports reporting stops of the type of the removed
10875         breakpoint.
10876         * breakpoint.h (program_breakpoint_here_p): New declaration.
10877         * infrun.c (adjust_pc_after_break): Return early if the target has
10878         already adjusted the PC.  Add comments.
10879         (handle_signal_stop): If nothing explains a signal, and the target
10880         tells us the stop was caused by a software breakpoint, check if
10881         there's a breakpoint instruction in the memory.  If so, adjust the
10882         PC before presenting the stop to the user.  Otherwise, ignore the
10883         trap.  If nothing explains a signal, and the target tells us the
10884         stop was caused by a hardware breakpoint, ignore the trap.
10885         * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
10886         to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
10887         to_supports_stopped_by_hw_breakpoint>: New fields.
10888         (target_stopped_by_sw_breakpoint)
10889         (target_supports_stopped_by_sw_breakpoint)
10890         (target_stopped_by_hw_breakpoint)
10891         (target_supports_stopped_by_hw_breakpoint): Define.
10892         * target-delegates.c: Regenerate.
10893
10894 2015-03-04  Pedro Alves  <palves@redhat.com>
10895
10896         * infrun.c (follow_fork_inferior): Use the whole of the
10897         inferior_ptid and pending_follow.related_pid ptids instead of
10898         building ptids from the process components.  Adjust verbose output
10899         to use target_pid_to_str.
10900         * linux-nat.c (linux_child_follow_fork): Use the whole of the
10901         inferior_ptid and pending_follow.related_pid ptids instead of
10902         building ptids from the process components.
10903
10904 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
10905
10906         * inf-ptrace.c [PT_GET_PROCESS_STATE]
10907         (inf_ptrace_insert_fork_catchpoint): New function.
10908         (inf_ptrace_remove_fork_catchpoint): New function.
10909         (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
10910
10911 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10912
10913         * s390-linux-tdep.c (s390_register_name): Return empty string
10914         instead of NULL for registers that shouldn't be visible.
10915
10916 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10917
10918         * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
10919         XML file for 64-bit targets.
10920
10921 2015-03-03  Simon Marchi  <simon.marchi@ericsson.com>
10922
10923         * target.h (find_default_create_inferior): Remove declaration.
10924         (find_default_attach): Likewise.
10925
10926 2015-03-03  Pedro Alves  <palves@redhat.com>
10927
10928         * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
10929         Use ptid_get_pid to get the overall process id when resuming all
10930         threads.
10931
10932 2015-03-03  Pedro Alves  <palves@redhat.com>
10933
10934         * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
10935         the lwp field of ptid.  Pass the full ptid to get_thread_regcache.
10936         * inf-ptrace.c (get_ptrace_pid): New function.
10937         (inf_ptrace_resume): Use it.
10938         * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
10939         to the lower layer.
10940
10941 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
10942
10943         * nat/linux-btrace.c: Include sys/utsname.h.
10944         (linux_determine_kernel_ptr_bits): New.
10945         (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
10946         * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
10947         ptr_bits.
10948
10949 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
10950
10951         * btrace.c (ftrace_update_function): Treat return as tailcall for
10952         "_dl_runtime_resolve".
10953
10954 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
10955
10956         * btrace.h (btrace_function) <lbegin, lend>: Remove.
10957         * btrace.c (ftrace_debug): Do not print the line range.
10958         (ftrace_skip_file, ftrace_update_lines): Remove.
10959         (ftrace_new_function): Remove lbegin and lend initialization.
10960         (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
10961         * record-btrace.c (btrace_compute_src_line_range): New.
10962         (btrace_call_history_src_line): Call btrace_compute_src_line_range.
10963
10964 2015-03-02  Pedro Alves  <palves@redhat.com>
10965
10966         * infrun.c (follow_exec): Delete all threads of the process except
10967         the event thread.  Extended comments.
10968
10969 2015-03-02  Joel Brobecker  <brobecker@adacore.com>
10970
10971         * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
10972
10973 2015-03-02  Joel Brobecker  <brobecker@adacore.com>
10974
10975         * utils.h: Remove <stdbool.h> #include.
10976         (producer_is_gcc): Change return type to "int".
10977         * utils.c (producer_is_gcc): Change return type to int.
10978         Return 1 instead of true, and 0 instead of false.
10979         Adjust function documentation accordingly.
10980
10981 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10982
10983         * s390-linux-nat.c (have_regset_vxrs): New static variable.
10984         (s390_linux_fetch_inferior_registers): Handle vector registers, if
10985         present.
10986         (s390_linux_store_inferior_registers): Likewise.
10987         (s390_get_hwcap): Remove function.  Embed its logic...
10988         (s390_read_description): ...here.  Yield a target description with
10989         vector registers if applicable.
10990         * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
10991         "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
10992         "features/s390x-tevx-linux64.c".
10993         (struct gdbarch_tdep) <v0_full_regnum>: New field.
10994         (s390_dwarf_regmap): Add vector registers.  Remove bogus entries
10995         for "GNU/Linux-specific registers".
10996         (s390_dwarf_reg_r0l): New enum value.
10997         (s390_dwarf_reg_to_regnum): Support vector registers.
10998         (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
10999         of GPR lower halves.
11000         (regnum_is_vxr_full): New function.
11001         (s390_register_name): New function.
11002         (s390_pseudo_register_name): Handle v0-v15, which are composed of
11003         f0-f15 and v0l-v15l.
11004         (s390_pseudo_register_type): Likewise.
11005         (s390_pseudo_register_read): Likewise.
11006         (s390_pseudo_register_write): Likewise.
11007         (s390_value_from_register): Account for the fact that values are
11008         placed left-justified in vector registers.
11009         (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
11010         the vector reggroup and omit them from the general reggroup.
11011         (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
11012         (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
11013         (s390_iterate_over_regset_sections): Add iterations for the two
11014         new vector regsets.
11015         (s390_core_read_description): Yield a target description with
11016         vector registers if applicable.
11017         (s390_gdbarch_init): Handle target descriptions with vector
11018         registers.  Add "register_name" gdbarch method.
11019         (_initialize_s390_tdep): Call new tdesc initialization functions.
11020         * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
11021         (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
11022         (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
11023         (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
11024         (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
11025         (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
11026         (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
11027         (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
11028         (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
11029         (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
11030         (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
11031         (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
11032         (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
11033         (S390_NUM_REGS): Adjust value.
11034         (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
11035         (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
11036         (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
11037         * NEWS: Announce S/390 vector register support.
11038
11039 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11040
11041         * features/s390-tevx-linux64.xml: New file.
11042         * features/s390-vx-linux64.xml: New file.
11043         * features/s390-vx.xml: New file.
11044         * features/s390x-tevx-linux64.xml: New file.
11045         * features/s390x-vx-linux64.xml: New file.
11046         * features/Makefile (WHICH): Add s390-vx-linux64,
11047         s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
11048         (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
11049         (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
11050         macros.
11051         * features/s390-tevx-linux64.c: New generated file.
11052         * features/s390-vx-linux64.c: Likewise.
11053         * features/s390x-tevx-linux64.c: Likewise.
11054         * features/s390x-vx-linux64.c: Likewise.
11055         * regformats/s390-tevx-linux64.dat: Likewise.
11056         * regformats/s390-vx-linux64.dat: Likewise.
11057         * regformats/s390x-tevx-linux64.dat: Likewise.
11058         * regformats/s390x-vx-linux64.dat: Likewise.
11059
11060 2015-02-28  Doug Evans  <xdje42@gmail.com>
11061
11062         * symtab.h (struct symtab) <next>: Fix comment.
11063
11064 2015-02-27  Simon Marchi  <simon.marchi@ericsson.com>
11065
11066         * python/python.c (python_GdbModuleDef): Rename GdbMethods to
11067         python_GdbMethods.
11068
11069 2015-02-27  Pedro Alves  <palves@redhat.com>
11070
11071         * dtrace-probe.c (dtrace_probe_ops): Make extern.
11072
11073 2015-02-27  Pedro Alves  <palves@redhat.com>
11074
11075         * common/common-exceptions.h (exception_none): Declare.
11076         * common/common-exceptions.c (exception_none): Moved from
11077         exceptions.c.
11078         (exceptions_state_mc_init): Use exception_none.
11079         * exceptions.c (exception_none): Move to
11080         common/common-exceptions.c.
11081         * exceptions.h (exception_none): Move to
11082         common/common-exceptions.h.
11083
11084 2015-02-27  Pedro Alves  <palves@redhat.com>
11085
11086         * main.c (catch_command_errors, catch_command_errors_const):
11087         Remove 'mask' argument.  Adjust.
11088         (captured_main): Adjust callers.
11089
11090 2015-02-27  Pedro Alves  <palves@redhat.com>
11091
11092         * python/python-internal.h: Include "extension-priv.h".
11093
11094 2015-02-27  Pedro Alves  <palves@redhat.com>
11095
11096         * breakpoint.h (enum print_stop_action): Move further up in the
11097         file.
11098
11099 2015-02-27  Pedro Alves  <palves@redhat.com>
11100
11101         * gdbarch.sh: Include regcache.h.
11102         * gdbarch.h: Regenerate.
11103
11104 2015-02-27  Pedro Alves  <palves@redhat.com>
11105
11106         * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
11107         Remove duplicate const.
11108         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
11109         duplicate const.
11110
11111 2015-02-27  Pedro Alves  <palves@redhat.com>
11112
11113         * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
11114         * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
11115         * features/feature_to_c.sh: Tag the generated xml_builtin array
11116         with extern const in C++ mode.
11117
11118 2015-02-27  Tom Tromey  <tromey@redhat.com>
11119
11120         * minidebug.c (struct lzma_stream): Rename to ...
11121         (struct gdb_lzma_stream): ... this.
11122         (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
11123
11124 2015-02-27  Pedro Alves  <palves@redhat.com>
11125
11126         * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
11127         function.
11128         (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
11129         (mi_cmd_stack_list_variables): Use it.
11130
11131 2015-02-27  Pedro Alves  <palves@redhat.com>
11132
11133         * x86-linux-nat.c (u_debugreg_offset): New function.
11134         (x86_linux_dr_get, x86_linux_dr_set): Use it.
11135
11136 2015-02-27  Pedro Alves  <palves@redhat.com>
11137
11138         * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
11139         declaration.
11140         Include break-common.h.
11141
11142 2015-02-27  Tom Tromey  <tromey@redhat.com>
11143             Pedro Alves <palves@redhat.com>
11144
11145         * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
11146         local used to iterate over enums.
11147         * completer.c (signal_completer): Likewise.
11148         * i386-tdep.c (i386_stap_parse_special_token): Likewise.
11149         * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
11150         * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
11151         * tui/tui-layout.c (next_layout, prev_layout): Likewise.
11152         * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
11153         (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
11154         * tui-wingeneral.c (tui_refresh_all):  Likewise.
11155
11156 2015-02-27  Pedro Alves  <palves@redhat.com>
11157
11158         * target.h: Include "infrun.h".
11159
11160 2015-02-27  Pedro Alves  <palves@redhat.com>
11161
11162         * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
11163
11164 2015-02-27  Pedro Alves  <palves@redhat.com>
11165
11166         * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
11167         (IPA_SYM): Use it.
11168         * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
11169
11170 2015-02-27  Pedro Alves  <palves@redhat.com>
11171
11172         * cli-out.c (_rl_erase_entire_line): Move declaration out of
11173         cli_mld_erase_entire_line, and make it extern "C".
11174         * common/common-defs.h (EXTERN_C): New.
11175         * completer.c (_rl_completion_prefix_display_length)
11176         (_rl_print_completions_horizontally, QSFUNC): Move declarations
11177         out of gdb_display_match_list_1.
11178         (_rl_qsort_string_compare): Move declaration out of
11179         gdb_display_match_list_1, and make it extern "C".
11180         * defs.h (re_comp): Use EXTERN_C.
11181         * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
11182         and make it extern "C".
11183         (monstartup): Move declaration out of maintenance_set_profile_cmd,
11184         and make it extern "C".
11185         (main): Move declaration out of maintenance_set_profile_cmd.
11186         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
11187         EXTERN_C.
11188
11189 2015-02-27  Pedro Alves  <palves@redhat.com>
11190
11191         * python/python.c (GdbMethods): Rename to ...
11192         (python_GdbMethods): ... this and make extern.
11193         (GdbModuleDef): Rename to ...
11194         (python_GdbModuleDef): ... this and make extern.
11195
11196 2015-02-27  Pedro Alves  <palves@redhat.com>
11197
11198         * record-btrace.c (set_record_btrace_cmdlist)
11199         (show_record_btrace_cmdlist): Remove redefinitions.
11200
11201 2015-02-27  Tom Tromey  <tromey@redhat.com>
11202             Pedro Alves  <palves@redhat.com>
11203
11204         * dwarf2-frame.c (enum cfa_how_kind, struct
11205         dwarf2_frame_state_reg_info): Move out of struct
11206         dwarf2_frame_state.
11207         * dwarf2read.c (struct tu_stats): Move out of struct
11208         dwarf2_per_objfile.
11209         (struct file_entry): Move out of struct line_header.
11210         (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
11211         typedef_field_list): Move out of struct field_info.
11212         * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
11213         Move out of struct dynamic_prop.
11214         (union type_owner, union field_location, struct field, struct
11215         range_bounds, union type_specific): Move out of struct main_type.
11216         (struct fn_fieldlist, struct fn_field, struct typedef_field)
11217         (VOFFSET_STATIC): Move out of struct cplus_struct_type.
11218         (struct call_site_target, union call_site_parameter_u, struct
11219         call_site_parameter): Move out of struct call_site.
11220         * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
11221         m32c_prologue.
11222         (enum srcdest_kind): Move out of struct srcdest.
11223         * main.c (enum cmdarg_kind): Move out of struct cmdarg.
11224         * prologue-value.h (enum prologue_value_kind): Move out of struct
11225         prologue_value.
11226         * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
11227         gdbarch_tdep.
11228         * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
11229         out of struct field_info.
11230         * symfile.h (struct other_sections): Move out of struct
11231         section_addr_info.
11232         * symtab.c (struct symbol_cache_slot): Move out struct
11233         block_symbol_cache.
11234         * target-descriptions.c (enum tdesc_type_kind): Move out of
11235         typedef struct tdesc_type.
11236         * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
11237         struct tui_line_or_address.
11238         * value.c (enum internalvar_kind, union internalvar_data): Move
11239         out of struct internalvar.
11240         * xtensa-tdep.h (struct ctype_cache): Move out of struct
11241         gdbarch_tdep.
11242
11243 2015-02-27  Tom Tromey  <tromey@redhat.com>
11244             Pedro Alves  <palves@redhat.com>
11245
11246         Rename symbols whose names are reserved C++ keywords throughout.
11247
11248 2015-02-27  Pedro Alves  <palves@redhat.com>
11249
11250         * Makefile.in (COMPILER): New, get it from autoconf.
11251         (COMPILE.pre, CC_LD): Use COMPILER.
11252         (CXX): Get from autoconf instead.
11253         (CXX_FOR_TARGET): Default to g++ instead of gcc.
11254         * acinclude.m4: Include build-with-cxx.m4.
11255         * build-with-cxx.m4: New file.
11256         * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
11257         Disable -Werror by default if building in C++ mode.
11258         (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
11259         -Wno-narrowing in C++ mode.  Only enable -Wpointer-sign in C mode.
11260         Run supported-warning-flags tests with the C++ compiler.
11261         Save/restore CXXFLAGS too.
11262         * configure: Regenerate.
11263
11264 2015-02-27  Pedro Alves  <palves@redhat.com>
11265
11266         * libiberty.m4: New file.
11267         * acinclude.m4: Include libiberty.m4.
11268         * configure.ac: Call libiberty_INIT.
11269         * config.in, configure: Regenerate.
11270
11271 2015-02-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11272
11273         * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
11274         31-bit targets, but 64-bit targets as well.
11275         (s390_gnu_triplet_regexp): New function.
11276         (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
11277         64-bit targets as well.  Set the gnu_triplet_regexp gdbarch
11278         method.
11279
11280 2015-02-27  Jon TURNEY  <jon.turney@dronecode.org.uk>  (tiny patch)
11281
11282         * windows-nat.c (CONTEXT_DEBUGGER): Remove.
11283         (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS.  Incorporate flags
11284         from CONTEXT_DEBUGGER.
11285
11286 2015-02-26  Doug Evans  <dje@google.com>
11287
11288         * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
11289         CHECK_TYPEDEF.
11290         (set_type_vptr_fieldno): Ditto.
11291         (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
11292         * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
11293
11294 2015-02-26  Pedro Alves  <palves@redhat.com>
11295
11296         * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
11297         * complaints.c (vcomplaint): Pass argument FMT directly to
11298         printf-like functions instead of complaint->fmt.
11299         * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
11300         * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
11301         * compile/compile-loc2c.c (pushf, unary, binary): Add
11302         ATTRIBUTE_PRINTF.
11303         (do_compile_dwarf_expr_to_c): Pass string literal as format string
11304         to pushf.
11305         (BINARY): Pass string literal as format string to 'binary'.
11306         * compile/compile-object-load.c (link_callbacks_einfo): Add
11307         ATTRIBUTE_PRINTF.
11308         * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
11309
11310 2015-02-26  Pedro Alves  <palves@redhat.com>
11311
11312         * windows-termcap.c: Rename to ...
11313         * stub-termcap.c: ... this.  Adjust header line.
11314         * Makefile.in (SFILES): Refer to stub-termcap.c instead of
11315         windows-termcap.c.
11316         * configure: Regenerate.
11317         * configure.ac: Refer to stub-termcap.o instead of
11318         windows-termcap.o.
11319         * gdb_curses.h: Mention stub-termcap.c instead of
11320         windows-termcap.c.
11321
11322 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11323
11324         * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
11325         (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
11326
11327 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11328
11329         * gdb/infcmd.c (print_return_value): use type_to_string to print type.
11330
11331 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11332
11333         * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
11334         bfd_canonicalize_symtab.
11335
11336 2015-02-25  John Baldwin  <jhb@FreeBSD.org>
11337
11338         * amd64fbsd-nat.c: Include sys/user.h.
11339         (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
11340         instead of KERN_PS_STRINGS to locate the signal trampoline.
11341         * i386fbsd-nat.c: Include sys/user.h.
11342         (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
11343         instead of KERN_PS_STRINGS to locate the signal trampoline.
11344         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
11345         (amd64fbsd_sigtramp_p): New.
11346         (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
11347         longer set default values.
11348         (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
11349         * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
11350         (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
11351         (i386fbsd_freebsd4_sigtramp_start)
11352         (i386fbsd_freebsd4_sigtramp_middle)
11353         (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
11354         (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
11355         (i386fbsd_sigtramp_p): New.
11356         (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
11357         longer set default values.
11358         (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
11359
11360 2015-02-25  John Baldwin  <jhb@freebsd.org>
11361
11362         * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
11363         get_frame_register instead of frame_unwind_register_unsigned.
11364
11365 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11366
11367         PR build/18033
11368         * compile/compile-c-support.c (c_compute_program): Change // comment.
11369         * compile/compile-object-load.c (setup_sections): Change // comment.
11370
11371 2015-02-26  Joel Brobecker  <brobecker@adacore.com>
11372
11373         PR build/18033:
11374         * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
11375
11376 2015-02-23  Pedro Alves  <palves@redhat.com>
11377
11378         * remote.c (skip_to_semicolon): New function.
11379         (remote_parse_stop_reply) <T stop reply>: Use it.  Don't
11380         special case the stop reasons that look like hex numbers
11381         upfront.  Instead handle real register numbers after matching
11382         all the known stop reasons.
11383
11384 2015-02-21  Doug Evans  <dje@google.com>
11385
11386         PR c++/17976, symtab/17821
11387         * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
11388         is_in_anonymous.  All callers updated.
11389         (find_symbol_in_baseclass): Ditto.
11390         (cp_lookup_nested_symbol_1): Ditto.  Don't search all static blocks
11391         for symbols in an anonymous namespace.
11392         * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
11393         DW_AT_name directly.
11394         (dwarf2_name): Convert missing namespace name to
11395         CP_ANONYMOUS_NAMESPACE_STR.
11396
11397 2015-02-20  Pedro Alves  <palves@redhat.com>
11398
11399         * linux-nat.c (linux_handle_extended_wait): Call
11400         thread_db_notice_clone whenever a new clone LWP is detected.
11401         (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
11402         functions.
11403         * linux-nat.h (thread_db_attach_lwp): Delete declaration.
11404         (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
11405         (linux_unstop_all_lwps): Declare.
11406         * linux-thread-db.c (struct thread_get_info_inout): Delete.
11407         (thread_get_info_callback): Delete.
11408         (thread_from_lwp): Use td_thr_get_info and record_thread.
11409         (thread_db_attach_lwp): Delete.
11410         (thread_db_notice_clone): New function.
11411         (try_thread_db_load_1): If /proc is mounted and shows the
11412         process'es task list, walk over all LWPs and call thread_from_lwp
11413         instead of relying on td_ta_thr_iter.
11414         (attach_thread): Don't call check_thread_signals here.  Split the
11415         tail part of the function (which adds the thread to the core GDB
11416         thread list) to ...
11417         (record_thread): ... this function.  Call check_thread_signals
11418         here.
11419         (thread_db_wait): Don't call thread_db_find_new_threads_1.  Always
11420         call thread_from_lwp.
11421         (thread_db_update_thread_list): Rename to ...
11422         (thread_db_update_thread_list_org): ... this.
11423         (thread_db_update_thread_list): New function.
11424         (thread_db_find_thread_from_tid): Delete.
11425         (thread_db_get_ada_task_ptid): Simplify.
11426         * nat/linux-procfs.c: Include <sys/stat.h>.
11427         (linux_proc_task_list_dir_exists): New function.
11428         * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
11429
11430 2015-02-20  Pedro Alves  <palves@redhat.com>
11431
11432         * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
11433         main LWP.  Handle the case of waitpid returning 0 if we're already
11434         attached to the LWP.  Don't set the LWP's last_resume_kind to
11435         resume_stop if we already knew about the LWP.
11436         (linux_nat_filter_event): Add debug logs.
11437
11438 2015-02-20  Pedro Alves  <palves@redhat.com>
11439
11440         * target.h (forward_target_decr_pc_after_break): Delete
11441         declaration.
11442
11443 2015-02-20  Pedro Alves  <palves@redhat.com>
11444
11445         PR threads/18006
11446         * linux-thread-db.c (thread_get_info_callback): Return early if
11447         the thread's lwp id is -1.
11448
11449 2015-02-20  Joel Brobecker  <brobecker@adacore.com>
11450
11451         GDB 7.9 released.
11452
11453 2015-02-19  Steve Ellcey  <sellcey@imgtec.com>
11454
11455         * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
11456         (dtrace_get_probes) Change type of variable 'dof'.
11457
11458 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11459
11460         PR breakpoints/16812
11461         * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
11462         * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
11463         * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
11464
11465 2015-02-19  David Taylor  <dtaylor@emc.com>
11466
11467         * common/ax.def (setv): Fix consumed entry in setv DEFOP.
11468
11469 2015-02-18  Patrick Palka  <patrick@parcs.ath.cx>
11470
11471         * tui/tui-io.c (tui_handle_resize_during_io): Remove this
11472         function.
11473         (tui_putc): Don't call tui_handle_resize_during_io.
11474         (tui_getc): Likewise.
11475         (tui_mld_getc): Likewise.
11476         * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
11477         (tui_sigwinch_token): New static variable.
11478         (tui_initialize_win): Adjust documentation.  Set
11479         tui_sigwinch_token.
11480         (tui_async_resize_screen): New asynchronous callback.
11481         (tui_sigwinch_handler): Adjust documentation.  Asynchronously
11482         invoke tui_async_resize_screen.
11483
11484 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
11485
11486         * configure: Regenerated.
11487         * configure.ac: Use GDB_AC_TRANSFORM.
11488         * Makefile.in (aclocal_m4_deps): Added transform.m4.
11489         * acinclude.m4: sinclude transform.m4.
11490         * transform.m4: New file.
11491         (GDB_AC_TRANSFORM): New macro.
11492
11493 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11494
11495         * NEWS: Announce the support for DTrace SDT probes.
11496
11497 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11498
11499         * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
11500         (amd64_dtrace_parse_probe_argument): New function.
11501         (amd64_dtrace_probe_is_enabled): Likewise.
11502         (amd64_dtrace_enable_probe): Likewise.
11503         (amd64_dtrace_disable_probe): Likewise.
11504         (amd64_linux_init_abi): Register the
11505         `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
11506         `gdbarch_dtrace_disable_probe' and
11507         `gdbarch_dtrace_probe_is_enabled' hooks.
11508         (amd64_dtrace_disabled_probe_sequence_1): New constant.
11509         (amd64_dtrace_disabled_probe_sequence_2): Likewise.
11510         (amd64_dtrace_enable_probe_sequence): Likewise.
11511         (amd64_dtrace_disable_probe_sequence): Likewise.
11512
11513 2015-01-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11514
11515         * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
11516         the -probe-dtrace new vpossible value for PROBE_MODIFIER.
11517         * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
11518         handle ELF files.
11519         * Makefile.in (SFILES): dtrace-probe.c added.
11520         * configure: Regenerate.
11521         * dtrace-probe.c: New file.
11522         (SHT_SUNW_dof): New constant.
11523         (dtrace_probe_type): New enum.
11524         (dtrace_probe_arg): New struct.
11525         (dtrace_probe_arg_s): New typedef.
11526         (struct dtrace_probe_enabler): New struct.
11527         (dtrace_probe_enabler_s): New typedef.
11528         (dtrace_probe): New struct.
11529         (dtrace_probe_is_linespec): New function.
11530         (dtrace_dof_sect_type): New enum.
11531         (dtrace_dof_dofh_ident): Likewise.
11532         (dtrace_dof_encoding): Likewise.
11533         (DTRACE_DOF_ENCODE_LSB): Likewise.
11534         (DTRACE_DOF_ENCODE_MSB): Likewise.
11535         (dtrace_dof_hdr): New struct.
11536         (dtrace_dof_sect): Likewise.
11537         (dtrace_dof_provider): Likewise.
11538         (dtrace_dof_probe): Likewise.
11539         (DOF_UINT): New macro.
11540         (DTRACE_DOF_PTR): Likewise.
11541         (DTRACE_DOF_SECT): Likewise.
11542         (dtrace_process_dof_probe): New function.
11543         (dtrace_process_dof): Likewise.
11544         (dtrace_build_arg_exprs): Likewise.
11545         (dtrace_get_arg): Likewise.
11546         (dtrace_get_probes): Likewise.
11547         (dtrace_get_probe_argument_count): Likewise.
11548         (dtrace_can_evaluate_probe_arguments): Likewise.
11549         (dtrace_evaluate_probe_argument): Likewise.
11550         (dtrace_compile_to_ax): Likewise.
11551         (dtrace_probe_destroy): Likewise.
11552         (dtrace_gen_info_probes_table_header): Likewise.
11553         (dtrace_gen_info_probes_table_values): Likewise.
11554         (dtrace_probe_is_enabled): Likewise.
11555         (dtrace_probe_ops): New variable.
11556         (info_probes_dtrace_command): New function.
11557         (_initialize_dtrace_probe): Likewise.
11558         (dtrace_type_name): Likewise.
11559
11560 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11561
11562         * gdbarch.sh (dtrace_parse_probe_argument): New.
11563         (dtrace_probe_is_enabled): Likewise.
11564         (dtrace_enable_probe): Likewise.
11565         (dtrace_disable_probe): Likewise.
11566         * gdbarch.c: Regenerate.
11567         * gdbarch.h: Regenerate.
11568
11569 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11570
11571         * stap-probe.c (stap_probe_ops): Add NULLs in the static
11572         stap_probe_ops for `enable_probe' and `disable_probe'.
11573         * probe.c (enable_probes_command): New function.
11574         (disable_probes_command): Likewise.
11575         (_initialize_probe): Define the cli commands `enable probe' and
11576         `disable probe'.
11577         (parse_probe_linespec): New function.
11578         (info_probes_for_ops): Use parse_probe_linespec.
11579         * probe.h (probe_ops): New hooks `enable_probe' and
11580         `disable_probe'.
11581
11582 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11583
11584         * probe.c (compute_probe_arg): Moved from stap-probe.c
11585         (compile_probe_arg): Likewise.
11586         (probe_funcs): Likewise.
11587         * stap-probe.c (compute_probe_arg): Moved to probe.c.
11588         (compile_probe_arg): Likewise.
11589         (probe_funcs): Likewise.
11590
11591 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11592
11593         * probe.c (print_ui_out_not_applicables): New function.
11594         (exists_probe_with_pops): Likewise.
11595         (info_probes_for_ops): Do not include column headers for probe
11596         types for which no probe has been actually found on any object.
11597         Also invoke `print_ui_out_not_applicables' in order to match the
11598         column rows with the header when probes of several types are
11599         listed.
11600         Print the "Type" column.
11601         * probe.h (probe_ops): Added a new probe operation `type_name'.
11602         * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
11603         (stap_type_name): New function.
11604
11605 2015-02-17  Patrick Palka  <patrick@parcs.ath.cx>
11606
11607         * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
11608         (key_is_command_char): Delete.
11609
11610 2015-02-17  Pedro Alves  <palves@redhat.com>
11611
11612         * tui/tui.c (tui_enable): Resize windows before anything
11613         might show a window.
11614
11615 2015-02-17  Max Ostapenko  <m.ostapenko@partner.samsung.com>
11616
11617         PR gdb/17984
11618         * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
11619         (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
11620         call.
11621         * aarch64-tdep.h (tdesc_aarch64): Declare.
11622
11623 2015-02-12  Mark Wielaard  <mjw@redhat.com>
11624
11625         * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
11626
11627 2015-02-13  Doug Evans  <dje@google.com>
11628
11629         * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
11630         anonymous_namespace to is_in_anonymous for consistency with the rest
11631         of the file.
11632         (cp_lookup_bare_symbol): Fix typo in comment.
11633         (cp_search_static_and_baseclasses): Ditto.
11634         (search_symbol_list): Use vertical space in comment better.
11635         (reset_directive_searched): Ditto. Fix typo.
11636         (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
11637
11638 2015-02-13  Yao Qi  <yao.qi@arm.com>
11639
11640         * MAINTAINERS: Update my email address.
11641
11642 2015-02-12  Doug Evans  <dje@google.com>
11643
11644         * symtab.c (completion_list_add_name): Fix memory leak.
11645
11646 2015-02-12  Doug Evans  <dje@google.com>
11647
11648         * completer.c (complete_line): Remove incorrect comment.
11649
11650 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11651
11652         * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
11653         (py_print_frame): Use RETURN_MASK_ERROR.
11654
11655 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11656
11657         * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
11658         function comment.  Wrap all function that can throw in cleanups.
11659         (gdbpy_apply_frame_filter): Wrap all function that can throw in
11660         cleanups.
11661
11662 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11663
11664         * python/py-framefilter.c (py_print_frame): Substitute goto error.
11665         Remove the error label.
11666
11667 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11668
11669         * python/py-framefilter.c (py_print_frame): Put conditional code paths
11670         with goto first, indent the former else codepath left.  Put variable
11671         'elided' to a new inner block.
11672
11673 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11674
11675         * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
11676
11677 2015-02-11  Pedro Alves  <palves@redhat.com>
11678
11679         * xcoffread.c (within_function): Delete.
11680
11681 2015-02-11  Tom Tromey  <tromey@redhat.com>
11682             Pedro Alves <palves@redhat.com>
11683
11684         * breakpoint.c (base_breakpoint_ops): Delete.
11685         * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
11686         * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
11687         * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
11688         * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
11689         * python/py-arch.c (arch_object_type): Make extern.
11690         * python/py-block.c (block_syms_iterator_object_type): Make extern.
11691         * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
11692         * python/py-cmd.c (cmdpy_object_type): Make extern.
11693         * python/py-continueevent.c (continue_event_object_type)
11694         * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
11695         parameter.  Update all callers.
11696         * python/py-evtregistry.c (eventregistry_object_type): Make extern.
11697         * python/py-exitedevent.c (exited_event_object_type): Make extern.
11698         * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
11699         * python/py-function.c (fnpy_object_type): Make extern.
11700         * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
11701         * python/py-infevents.c (call_pre_event_object_type)
11702         (inferior_call_post_event_object_type).
11703         (memory_changed_event_object_type): Make extern.
11704         * python/py-infthread.c (thread_object_type): Make extern.
11705         * python/py-lazy-string.c (lazy_string_object_type): Make extern.
11706         * python/py-linetable.c (linetable_entry_object_type)
11707         (linetable_object_type, ltpy_iterator_object_type): Make extern.
11708         * python/py-newobjfileevent.c (new_objfile_event_object_type)
11709         (clear_objfiles_event_object_type): Make extern.
11710         * python/py-objfile.c (objfile_object_type): Make extern.
11711         * python/py-param.c (parmpy_object_type): Make extern.
11712         * python/py-progspace.c (pspace_object_type): Make extern.
11713         * python/py-signalevent.c (signal_event_object_type): Make extern.
11714         * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
11715         * python/py-type.c (type_object_type, field_object_type)
11716         (type_iterator_object_type): Make extern.
11717         * python/python.c (python_extension_script_ops)
11718         (python_extension_ops): Make extern.
11719         * stap-probe.c (stap_probe_ops): Make extern.
11720
11721 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
11722
11723         * infrun.c (adjust_pc_after_break): Don't adjust the PC just
11724         because the event thread is not the current thread.
11725
11726 2015-02-11  Doug Evans  <xdje42@gmail.com>
11727
11728         * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
11729         been initialized yet, return NULL.
11730
11731 2015-02-11  Doug Evans  <dje@google.com>
11732
11733         * symfile.h (new_symfile_objfile): Delete.
11734         * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
11735         All callers updated.
11736
11737 2015-02-11  Patrick Palka  <patrick@parcs.ath.cx>
11738
11739         * tui/tui-io.c (tui_handle_resize_during_io): Call
11740         tui_update_gdb_sizes() after resizing the screen.
11741         * tui/tui.c (tui_enable): Resize the terminal before
11742         calling tui_update_gdb_sizes().
11743
11744 2015-02-11  Patrick Palka  <patrick@parcs.ath.cx>
11745
11746         * tui/tui-io.c (tui_getc): Move cursor to the end of the command
11747         line before printing a newline.
11748
11749 2015-02-11  Mark Wielaard  <mjw@redhat.com>
11750
11751         * utils.c (producer_is_gcc): Return true or false.
11752
11753 2015-02-10  Mark Wielaard  <mjw@redhat.com>
11754
11755         * utils.h (producer_is_gcc): Change return type to bool. Add major
11756         argument.
11757         * utils.c (producer_is_gcc): Likewise.
11758         (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
11759         * dwarf2read.c (check_producer): Likewise.
11760
11761 2015-02-10  Pedro Alves  <palves@redhat.com>
11762
11763         * infrun.c (displaced_step_fixup): Switch to the event thread
11764         before calling gdbarch_displaced_step_fixup.
11765
11766 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
11767
11768         * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
11769
11770 2015-02-10  Simon Marchi  <simon.marchi@ericsson.com>
11771
11772         * ada-varobj.c (ada_name_of_child): Constify parent.
11773         (ada_path_expr_of_child): Same.
11774         (ada_value_of_child): Same.
11775         (ada_type_of_child): Same.
11776         * c-varobj.c (c_is_path_expr_parent): Same.
11777         (c_describe_child): Same.
11778         (c_name_of_child): Same.
11779         (c_value_of_child): Same.
11780         (c_type_of_child): Same.
11781         (cplus_number_of_children): Same.
11782         (cplus_describe_child): Constify var.
11783         (cplus_name_of_child): Constify parent.
11784         (cplus_value_of_child): Same.
11785         (cplus_type_of_child): Same.
11786         * jv-varobj.c (java_name_of_child): Same.
11787         (java_value_of_child): Same.
11788         (java_type_of_child): Same.
11789         * varobj.c (value_of_child): Same.
11790         (varobj_default_is_path_expr_parent): Constify var, parent and return
11791         value.
11792         (varobj_get_path_expr): Constify var, modify path_expr through
11793         mutable_var.
11794         (install_new_value): Constify parent.
11795         (value_of_child): Constify parent.
11796         * varobj.h (struct varobj): Constify parent.
11797         (struct lang_varobj_ops): Constify name_of_child, value_of_child and
11798         type_of_child.
11799         (varobj_get_path_expr): Constify var.
11800         (varobj_get_path_expr_parent): Constify var and return value.
11801
11802 2015-02-10  Luis Machado  <lgustavo@codesourcery.com>
11803
11804         * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
11805         (arm_prologue_this_id): Move PC and SP limit checks to
11806         arm_prologue_unwind_stop_reason.
11807         (arm_prologue_unwind) <stop_reason> : Set to
11808         arm_prologue_unwind_stop_reason.
11809
11810 2015-02-09  Mark Wielaard  <mjw@redhat.com>
11811
11812         * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
11813         DW_LANG_Fortran08 as language_fortran.
11814
11815 2015-02-09  Sergio Durigan Junior  <sergiodj@redhat.com>
11816
11817         PR remote/17946
11818         * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
11819         of pointer against char.
11820
11821 2015-02-09  Mark Wielaard  <mjw@redhat.com>
11822
11823         * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
11824         (c_type_print_modifier): Likewise.
11825         * dwarf2read.c (read_tag_atomic_type): New function.
11826         (read_type_die_1): Handle DW_TAG_atomic_type.
11827         * gdbtypes.c (make_atomic_type): New function.
11828         (recursive_dump_type): Handle TYPE_ATOMIC.
11829         * gdbtypes.h (enum type_flag_values): Renumber.
11830         (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
11831         (TYPE_ATOMIC): New macro.
11832         (make_atomic_type): Declare.
11833
11834 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11835
11836         * btrace.c (ftrace_find_call): Skip gaps.
11837         (ftrace_new_function): Initialize level.
11838         (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
11839         (ftrace_new_switch): Update
11840         level computation.
11841         (ftrace_new_gap): New.
11842         (ftrace_update_function): Create new function after gap.
11843         (btrace_compute_ftrace_bts): Create gap on error.
11844         (btrace_stitch_bts): Update parameters.  Clear trace if it
11845         becomes empty.
11846         (btrace_stitch_trace): Update parameters.  Update callers.
11847         (btrace_clear): Reset the number of gaps.
11848         (btrace_insn_get): Return NULL if the iterator points to a gap.
11849         (btrace_insn_number): Return zero if the iterator points to a gap.
11850         (btrace_insn_end): Allow gaps at the end.
11851         (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
11852         (btrace_find_insn_by_number): Assert that the found iterator does
11853         not point to a gap.
11854         (btrace_call_next, btrace_call_prev): Assert that the last function
11855         is not a gap.
11856         * btrace.h (btrace_bts_error): New.
11857         (btrace_function): Update comment.
11858         (btrace_function) <insn, insn_offset, number>: Update comment.
11859         (btrace_function) <errcode>: New.
11860         (btrace_thread_info) <ngaps>: New.
11861         (btrace_thread_info) <replay>: Update comment.
11862         (btrace_insn_get): Update comment.
11863         * record-btrace.c (btrace_ui_out_decode_error): New.
11864         (record_btrace_info): Print number of gaps.
11865         (btrace_insn_history, btrace_call_history): Call
11866         btrace_ui_out_decode_error for gaps.
11867         (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
11868
11869 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11870
11871         * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
11872         * nat/linux-btrace.c: (btrace_this_cpu): New.
11873         (cpu_supports_bts): Call btrace_this_cpu.
11874         (intel_supports_bts): Add cpu parameter.
11875
11876 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11877
11878         * btrace.h (btrace_insn_class): New.
11879         (btrace_insn) <size, iclass>: New.
11880         * btrace.c (ftrace_find_call): Update parameters.  Update users.
11881         Use instruction classification.
11882         (ftrace_new_return): Update parameters.  Update users.
11883         (ftrace_update_function): Update parameters.  Update users.  Use
11884         instruction classification.
11885         (ftrace_update_insns): Update parameters.  Update users.
11886         (ftrace_classify_insn): New.
11887         (btrace_compute_ftrace_bts): Fill in new btrace_insn fields.  Add
11888         TRY_CATCH around call to gdb_insn_length.
11889
11890 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11891
11892         * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
11893         Update parameters.  Update users.
11894
11895 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11896
11897         * btrace.c (parse_xml_btrace_conf_bts): Add size.
11898         (btrace_conf_bts_attributes): New.
11899         (btrace_conf_children): Add attributes.
11900         * common/btrace-common.h (btrace_config_bts): New.
11901         (btrace_config)<bts>: New.
11902         (btrace_config): Update comment.
11903         * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
11904         Use config.
11905         * features/btrace-conf.dtd: Increment version.  Add size
11906         attribute to bts element.
11907         * record-btrace.c (set_record_btrace_bts_cmdlist,
11908         show_record_btrace_bts_cmdlist): New.
11909         (record_btrace_adjust_size, record_btrace_print_bts_conf,
11910         record_btrace_print_conf, cmd_set_record_btrace_bts,
11911         cmd_show_record_btrace_bts): New.
11912         (record_btrace_info): Call record_btrace_print_conf.
11913         (_initialize_record_btrace): Add commands.
11914         * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
11915         (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
11916         (btrace_sync_conf): Synchronize bts size.
11917         (_initialize_remote): Add Qbtrace-conf:bts:size packet.
11918         * NEWS: Announce new commands and new packets.
11919
11920 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11921
11922         * Makefile.in (XMLFILES): Add btrace-conf.dtd.
11923         * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
11924         (x86_linux_btrace_conf): New.
11925         (x86_linux_create_target): Initialize to_btrace_conf.
11926         * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
11927         Check format.  Split into this and ...
11928         (linux_enable_bts): ... this.
11929         (linux_btrace_conf): New.
11930         (perf_event_skip_record): Renamed into ...
11931         (perf_event_skip_bts_record): ... this.  Updated users.
11932         (linux_disable_btrace): Split into this and ...
11933         (linux_disable_bts): ... this.
11934         (linux_read_btrace): Check format.
11935         * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
11936         (linux_btrace_conf): New.
11937         (btrace_target_info)<ptid>: Moved.
11938         (btrace_target_info)<conf>: New.
11939         (btrace_target_info): Split into this and ...
11940         (btrace_tinfo_bts): ... this.  Updated users.
11941         * btrace.c (btrace_enable): Update parameters.
11942         (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
11943         (btrace_conf_children, btrace_conf_attributes)
11944         (btrace_conf_elements): New.
11945         * btrace.h (btrace_enable): Update parameters.
11946         (btrace_conf, parse_xml_btrace_conf): New.
11947         * common/btrace-common.h (btrace_config): New.
11948         * feature/btrace-conf.dtd: New.
11949         * record-btrace.c (record_btrace_conf): New.
11950         (record_btrace_cmdlist): New.
11951         (record_btrace_enable_warn, record_btrace_open): Pass
11952         &record_btrace_conf.
11953         (record_btrace_info): Print recording format.
11954         (cmd_record_btrace_bts_start): New.
11955         (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
11956         (_initialize_record_btrace): Add "record btrace bts" subcommand.
11957         Add "record bts" alias command.
11958         * remote.c (remote_state)<btrace_config>: New.
11959         (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
11960         (remote_protocol_features): Add qXfer:btrace-conf:read.
11961         (remote_open_1): Call remote_btrace_reset.
11962         (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
11963         (btrace_target_info)<conf>: New.
11964         (btrace_sync_conf, btrace_read_config): New.
11965         (remote_enable_btrace): Update parameters.  Call btrace_sync_conf and
11966         btrace_read_conf.
11967         (remote_btrace_conf): New.
11968         (init_remote_ops): Initialize to_btrace_conf.
11969         (_initialize_remote): Add qXfer:btrace-conf packet.
11970         * target.c (target_enable_btrace): Update parameters.
11971         (target_btrace_conf): New.
11972         * target.h (target_enable_btrace): Update parameters.
11973         (target_btrace_conf): New.
11974         (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
11975         (target_ops)<to_enable_btrace>: Update parameters and comment.
11976         (target_ops)<to_btrace_conf>: New.
11977         * target-delegates: Regenerate.
11978         * target-debug.h (target_debug_print_const_struct_btrace_config_p)
11979         (target_debug_print_const_struct_btrace_target_info_p): New.
11980         * NEWS: Announce new command and new packet.
11981
11982 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11983
11984         * nat/linux-btrace.h (perf_event_buffer): New.
11985         (btrace_target_info) <buffer, size, data_head>: Replace with ...
11986         <bts>: ... this.
11987         * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
11988         (perf_event_buffer_size, perf_event_buffer_begin)
11989         (perf_event_buffer_end, linux_btrace_has_changed): Removed.
11990         Updated users.
11991         (perf_event_new_data): New.
11992
11993 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11994
11995         * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
11996         * record-btrace.c (record_btrace_open): Remove call to
11997         target_supports_btrace.
11998         * remote.c (remote_supports_btrace): Update parameters.
11999         * target.c (target_supports_btrace): Update parameters.
12000         * target.h (to_supports_btrace, target_supports_btrace): Update
12001         parameters.
12002         * target-delegates.c: Regenerate.
12003         * target-debug.h (target_debug_print_enum_btrace_format): New.
12004         * nat/linux-btrace.c
12005         (kernel_supports_btrace): Rename into ...
12006         (kernel_supports_bts): ... this.  Update users.  Update warning text.
12007         (intel_supports_btrace): Rename into ...
12008         (intel_supports_bts): ... this.  Update users.
12009         (cpu_supports_btrace): Rename into ...
12010         (cpu_supports_bts): ... this.  Update users.
12011         (linux_supports_btrace): Update parameters.  Split into this and ...
12012         (linux_supports_bts): ... this.
12013         * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
12014
12015 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12016
12017         * Makefile.in (SFILES): Add common/btrace-common.c.
12018         (COMMON_OBS): Add common/btrace-common.o.
12019         (btrace-common.o): Add build rules.
12020         * btrace.c (parse_xml_btrace): Update parameters.
12021         (parse_xml_btrace_block): Set format field.
12022         (btrace_add_pc, btrace_fetch): Use struct btrace_data.
12023         (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
12024         (btrace_compute_ftrace): Split into this and...
12025         (btrace_compute_ftrace_bts): ...this.
12026         (btrace_stitch_trace): Split into this and...
12027         (btrace_stitch_bts): ...this.
12028         * btrace.h (parse_xml_btrace): Update parameters.
12029         (make_cleanup_btrace_data): New.
12030         * common/btrace-common.c: New.
12031         * common/btrace-common.h: Include common-defs.h.
12032         (btrace_block_s): Update comment.
12033         (btrace_format): New.
12034         (btrace_format_string): New.
12035         (btrace_data_bts): New.
12036         (btrace_data): New.
12037         (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
12038         * remote.c (remote_read_btrace): Update parameters.
12039         * target.c (target_read_btrace): Update parameters.
12040         * target.h (target_read_btrace): Update parameters.
12041         (target_ops)<to_read_btrace>: Update parameters.
12042         * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
12043         * target-delegates.c: Regenerate.
12044         * target-debug (target_debug_print_struct_btrace_data_p): New.
12045         * nat/linux-btrace.c (linux_read_btrace): Split into this and...
12046         (linux_read_bts): ...this.
12047         * nat/linux-btrace.h (linux_read_btrace): Update parameters.
12048
12049 2015-02-06  Doug Evans  <dje@google.com>
12050
12051         * remote-m32r-sdi.c: Include symfile.h.
12052
12053 2015-02-06  Doug Evans  <dje@google.com>
12054
12055         * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
12056         * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
12057         to here.
12058
12059 2015-02-06  Pedro Alves  <palves@redhat.com>
12060
12061         * linux-thread-db.c (find_new_threads_callback): Add debug output.
12062
12063 2015-02-06  Simon Marchi  <simon.marchi@ericsson.com>
12064
12065         PR gdb/15678
12066         * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
12067         (enable_count_command): Check args for NULL value.
12068
12069 2015-02-05  Doug Evans  <xdje42@gmail.com>
12070
12071         * guile/scm-frame.c: Fix spelling errors in a comment.
12072
12073 2015-02-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
12074
12075         * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
12076         * python/py-value.c (valpy_fetch_lazy): Use it.  Remove cast to the
12077         return type.
12078
12079 2015-02-04  Pedro Alves  <palves@redhat.com>
12080
12081         * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
12082         (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
12083         returns true.
12084         (resume_stopped_resumed_lwps): Don't check whether the thread is
12085         marked as executing.
12086         (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
12087
12088 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12089
12090         * regset.h (struct regset): Add flags field.
12091         (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
12092         * corelow.c (get_core_register_section): Add warning if the size
12093         exceeds the requested size and the regset does not have the
12094         REGSET_VARIABLE_SIZE flag set.
12095         * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
12096         flag.
12097         * armbsd-tdep.c (armbsd_gregset): Likewise.
12098         * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
12099         * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
12100         * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
12101         * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
12102
12103 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12104
12105         * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
12106         For ".reg-xstate", explicitly specify the requested section size
12107         via X86_XSTATE_SIZE instead of just 0 on input and
12108         X86_XSTATE_MAX_SIZE on output.
12109         * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
12110         Likewise.
12111
12112 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12113
12114         PR corefiles/17808:
12115         * gdbarch.sh (iterate_over_regset_sections_cb): Document this
12116         function type, particularly its SIZE parameter.
12117         * gdbarch.h: Regenerate.
12118         * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
12119         actual against required size using ">=" instead of "==".
12120         (amd64_collect_fpregset): Likewise.
12121         * i386-tdep.c (i386_supply_gregset): Likewise.
12122         (i386_collect_gregset): Likewise.
12123         (i386_supply_fpregset): Likewise.
12124         (i386_collect_fpregset): Likewise.
12125         * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
12126         (mips_fill_gregset_wrapper): Likewise.
12127         (mips_supply_fpregset_wrapper): Likewise.
12128         (mips_fill_fpregset_wrapper): Likewise.
12129         (mips64_supply_gregset_wrapper): Likewise.
12130         (mips64_fill_gregset_wrapper): Likewise.
12131         (mips64_supply_fpregset_wrapper): Likewise.
12132         (mips64_fill_fpregset_wrapper): Likewise.
12133         * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
12134         (am33_supply_fpregset_method): Likewise.
12135         (am33_collect_gregset_method): Likewise.
12136         (am33_collect_fpregset_method): Likewise.
12137
12138 2015-02-04  Doug Evans  <dje@google.com>
12139             Pedro Alves  <palves@redhat.com>
12140             Eli Zaretskii  <eliz@gnu.org>
12141
12142         PR tui/17810
12143         * tui/tui-command.c (tui_refresh_cmd_win): New function.
12144         * tui/tui-command.c (tui_refresh_cmd_win): Declare.
12145         * tui/tui-file.c: #include tui/tui-command.h.
12146         (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
12147         (tui_file_flush): Refresh command window if stream is gdb_stdout.
12148         * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
12149
12150 2015-02-04  Pedro Alves  <palves@redhat.com>
12151
12152         Fix build breakage.
12153         * event-loop.c (gdb_do_one_event): Add default switch case.
12154
12155 2015-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
12156
12157         Filter out inferior gcc option -fpreprocessed.
12158         * compile/compile.c (filter_args): New function.
12159         (get_args): Use it.
12160
12161 2015-02-03  Pedro Alves  <palves@redhat.com>
12162
12163         * event-loop.c: Don't declare nor define a queue type for
12164         gdb_event_p.
12165         (event_queue): Delete.
12166         (create_event, create_file_event, gdb_event_xfree)
12167         (initialize_event_loop, process_event): Delete.
12168         (gdb_do_one_event): Return as soon as one event is handled.
12169         (handle_file_event): Change prototype.  Used the passed in
12170         file_handler pointer and ready_mask instead of looping over all
12171         file handlers.
12172         (gdb_wait_for_event): Update the poll/select timeouts before
12173         blocking.  Run event handlers directly instead of queueing events.
12174         Return as soon as one event is handled.
12175         (struct async_event_handler_data): Delete.
12176         (invoke_async_event_handler): Delete.
12177         (check_async_event_handlers): Change return type to int.  Run
12178         event handlers directly instead of queueing events.  Return as
12179         soon as one event is handled.
12180         (handle_timer_event): Delete.
12181         (update_wait_timeout): New function, factored out from
12182         poll_timers.
12183         (poll_timers): Reimplement.
12184         * event-loop.h (initialize_event_loop): Delete declaration.
12185         * top.c (gdb_init): Don't call initialize_event_loop.
12186
12187 2015-02-03  Pedro Alves  <palves@redhat.com>
12188
12189         * event-loop.c (clear_async_event_handler): New function.
12190         * event-loop.h (clear_async_event_handler): New declaration.
12191         * record-btrace.c (record_btrace_async): New function.
12192         (init_record_btrace_ops): Install record_btrace_async.
12193         * record-full.c (record_full_async): New function.
12194         (record_full_resume): Don't mark the async event source here.
12195         (init_record_full_ops): Install record_full_async.
12196         (record_full_core_resume): Don't mark the async event source here.
12197         (init_record_full_core_ops): Install record_full_async.
12198         * remote.c (remote_async): Mark and clear the async stop reply
12199         queue event-loop token as appropriate.
12200
12201 2015-02-03  Pedro Alves  <palves@redhat.com>
12202
12203         * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
12204         target_is_async_p instead of target_can_async.
12205         (linux_nat_wait): Use target_is_async_p instead of
12206         target_can_async.  Don't enable async here.
12207         * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
12208         target_is_async_p instead of target_can_async.
12209
12210 2015-02-02  Simon Marchi  <simon.marchi@ericsson.com>
12211
12212         * varobj.h (lang_varobj_ops): Mention which return values need
12213         to be freed.
12214
12215 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
12216
12217         * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
12218
12219 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
12220
12221         PR gdb/17856:
12222         * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
12223         results found in the cache.
12224
12225 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
12226
12227         PR gdb/17854:
12228         * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
12229         when allocating a new one.
12230
12231 2015-02-01  Tom Tromey  <tom@tromey.com>
12232
12233         * MAINTAINERS: Remove myself.
12234
12235 2015-01-31  Doug Evans  <xdje42@gmail.com>
12236
12237         * dwarf2read.c (process_structure_scope): Update setting of
12238         TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
12239         * gdbtypes.c (internal_type_vptr_fieldno): New function.
12240         (set_type_vptr_fieldno): New function.
12241         (internal_type_vptr_basetype): New function.
12242         (set_type_vptr_basetype): New function.
12243         (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
12244         TYPE_VPTR_BASETYPE.
12245         (allocate_cplus_struct_type): Initialize vptr_fieldno.
12246         (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
12247         (print_cplus_stuff): ... moved here.
12248         (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
12249         * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
12250         moved to ...
12251         (struct cplus_struct_type): ... here.  All uses updated.
12252         (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
12253         (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
12254         (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
12255         * stabsread.c (read_tilde_fields): Update setting of
12256         TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
12257
12258 2015-01-31  Doug Evans  <xdje42@gmail.com>
12259
12260         * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
12261         to self_p.
12262         (cp_print_class_member): Rename local domain to self_type.
12263         * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
12264         domain_type to self_type.
12265         (set_die_type) <need_gnat_info>: Handle
12266         TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
12267         * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
12268         TYPE_SPECIFIC_SELF_TYPE.
12269         * gdbtypes.c (internal_type_self_type): New function.
12270         (set_type_self_type): New function.
12271         (smash_to_memberptr_type): Rename parameter domain to self_type.
12272         Update setting of TYPE_SELF_TYPE.
12273         (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
12274         (smash_to_method_type): Rename parameter domain to self_type.
12275         Update setting of TYPE_SELF_TYPE.
12276         (check_stub_method): Call smash_to_method_type.
12277         (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
12278         (copy_type_recursive): Ditto.
12279         * gdbtypes.h (enum type_specific_kind): New value
12280         TYPE_SPECIFIC_SELF_TYPE.
12281         (struct main_type) <type_specific>: New member self_type.
12282         (struct cplus_struct_type) <fn_field.type>: Update comment.
12283         (TYPE_SELF_TYPE): Rewrite.
12284         (internal_type_self_type, set_type_self_type): Declare.
12285         * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
12286         self_type.
12287         (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
12288         * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
12289         TYPE_TARGET_TYPE.
12290         * stabsread.c (read_member_functions): Mark methods with
12291         TYPE_CODE_METHOD, not TYPE_CODE_FUNC.  Update setting of
12292         TYPE_SELF_TYPE.
12293
12294 2015-01-31  Doug Evans  <xdje42@gmail.com>
12295
12296         * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
12297         All uses updated.
12298
12299 2015-01-31  Doug Evans  <xdje42@gmail.com>
12300
12301         * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
12302         or unions.  Return zero if union.
12303         (gnuv3_get_vtable): Call check_typedef.  Assert only passed structs.
12304         (gnuv3_rtti_type): Pass already-check_typedef'd value to
12305         gnuv3_get_vtable.
12306         (compute_vtable_size): Assert only passed structs.
12307         (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
12308
12309 2015-01-31  Doug Evans  <xdje42@gmail.com>
12310
12311         * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
12312         kinds.
12313
12314 2015-01-31  Gary Benson <gbenson@redhat.com>
12315             Doug Evans  <dje@google.com>
12316
12317         PR cli/9007
12318         PR cli/11920
12319         PR cli/15548
12320         * cli/cli-cmds.c (complete_command): Notify user if max-completions
12321         reached.
12322         * common/common-exceptions.h (enum errors)
12323         <MAX_COMPLETIONS_REACHED_ERROR>: New value.
12324         * completer.h (get_max_completions_reached_message): New declaration.
12325         (max_completions): Likewise.
12326         (completion_tracker_t): New typedef.
12327         (new_completion_tracker): New declaration.
12328         (make_cleanup_free_completion_tracker): Likewise.
12329         (maybe_add_completion_enum): New enum.
12330         (maybe_add_completion): New declaration.
12331         (throw_max_completions_reached_error): Likewise.
12332         * completer.c (max_completions): New global variable.
12333         (new_completion_tracker): New function.
12334         (free_completion_tracker): Likewise.
12335         (make_cleanup_free_completion_tracker): Likewise.
12336         (maybe_add_completions): Likewise.
12337         (throw_max_completions_reached_error): Likewise.
12338         (complete_line): Remove duplicates and limit result to max_completions
12339         entries.
12340         (get_max_completions_reached_message): New function.
12341         (gdb_display_match_list): Handle max_completions.
12342         (_initialize_completer): New declaration and function.
12343         * symtab.c: Include completer.h.
12344         (completion_tracker): New static variable.
12345         (completion_list_add_name): Call maybe_add_completion.
12346         (default_make_symbol_completion_list_break_on_1): Renamed from
12347         default_make_symbol_completion_list_break_on.  Maintain
12348         completion_tracker across calls to completion_list_add_name.
12349         (default_make_symbol_completion_list_break_on): New function.
12350         * top.c (init_main): Set rl_completion_display_matches_hook.
12351         * tui/tui-io.c: Include completer.h.
12352         (tui_old_rl_display_matches_hook): New static global.
12353         (tui_rl_display_match_list): Notify user if max-completions reached.
12354         (tui_setup_io): Save/restore rl_completion_display_matches_hook.
12355         * NEWS (New Options): Mention set/show max-completions.
12356
12357 2015-01-31  Gary Benson  <gbenson@redhat.com>
12358
12359         * symtab.c (struct add_name_data) <code>: New field.
12360         Updated comments.
12361         (add_symtab_completions): New function.
12362         (symtab_expansion_callback): Likewise.
12363         (default_make_symbol_completion_list_break_on): Set datum.code.
12364         Move minimal symbol scan before calling expand_symtabs_matching.
12365         Scan known primary symtabs for externs and statics before calling
12366         expand_symtabs_matching.  Pass symtab_expansion_callback as
12367         expansion_notify argument to expand_symtabs_matching.  Do not scan
12368         primary symtabs for externs and statics after calling
12369         expand_symtabs_matching.
12370
12371 2015-01-31  Gary Benson  <gbenson@redhat.com>
12372
12373         * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
12374         (struct quick_symbol_functions) <expand_symtabs_matching>:
12375         New argument expansion_notify.  All uses updated.
12376         (expand_symtabs_matching): New argument expansion_notify.
12377         All uses updated.
12378         * symfile-debug.c (debug_qf_expand_symtabs_matching):
12379         Also print expansion notify.
12380         * symtab.c (expand_symtabs_matching_via_partial): Call
12381         expansion_notify whenever a partial symbol table is expanded.
12382         * dwarf2read.c (dw2_expand_symtabs_matching): Call
12383         expansion_notify whenever a symbol table is instantiated.
12384
12385 2015-01-31  Doug Evans  <xdje42@gmail.com>
12386
12387         * cli-out.c: #include completer.h, readline/readline.h.
12388         (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
12389         (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
12390         (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
12391         * cli-out.h (cli_display_match_list): Declare.
12392         * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
12393         (ELLIPSIS_LEN): Ditto.
12394         (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
12395         (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
12396         (gdb_fnprint, gdb_print_filename): Ditto.
12397         (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
12398         (gdb_display_match_list): Ditto.
12399         * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
12400         (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
12401         (mld_beep_ftype, mld_read_key_ftype): Ditto.
12402         (match_list_displayer): New struct.
12403         (gdb_display_match_list): Declare.
12404         * top.c (init_main): Set rl_completion_display_matches_hook.
12405         * tui/tui-io.c: #include completer.h.
12406         (printable_part, PUTX, print_filename, get_y_or_n): Delete.
12407         (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
12408         (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
12409         (tui_mld_getc, tui_mld_read_key): Ditto.
12410         (tui_rl_display_match_list): Rewrite.
12411         (tui_handle_resize_during_io): New arg for_completion.  All callers
12412         updated.
12413
12414 2015-01-31  Doug Evans  <xdje42@gmail.com>
12415
12416         Add symbol lookup cache.
12417         * NEWS: Document new options and commands.
12418         * symtab.c (symbol_cache_key): New static global.
12419         (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
12420         (SYMBOL_LOOKUP_FAILED): New macro.
12421         (symbol_cache_slot_state): New enum.
12422         (block_symbol_cache): New struct.
12423         (symbol_cache): New struct.
12424         (new_symbol_cache_size, symbol_cache_size): New static globals.
12425         (hash_symbol_entry, eq_symbol_entry): New functions.
12426         (symbol_cache_byte_size, resize_symbol_cache): New functions.
12427         (make_symbol_cache, free_symbol_cache): New functions.
12428         (get_symbol_cache, symbol_cache_cleanup): New function.
12429         (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
12430         (symbol_cache_lookup, symbol_cache_clear_slot): New function.
12431         (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
12432         (symbol_cache_flush, symbol_cache_dump): New functions.
12433         (maintenance_print_symbol_cache): New function.
12434         (maintenance_flush_symbol_cache): New function.
12435         (symbol_cache_stats): New function.
12436         (maintenance_print_symbol_cache_statistics): New function.
12437         (symtab_new_objfile_observer): New function.
12438         (symtab_free_objfile_observer): New function.
12439         (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
12440         (_initialize_symtab): Init symbol_cache_key.  New parameter
12441         maint symbol-cache-size.  New maint commands print symbol-cache,
12442         print symbol-cache-statistics, flush-symbol-cache.
12443         Install new_objfile, free_objfile observers.
12444
12445 2015-01-31  Joel Brobecker  <brobecker@adacore.com>
12446
12447         PR symtab/17855
12448         * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
12449         to end.
12450
12451 2015-01-31  Doug Evans  <xdje42@gmail.com>
12452
12453         * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
12454         * auto-load.c: #include ctype.h.
12455         (struct auto_load_pspace_info): Replace member loaded_scripts with
12456         new members loaded_script_files, loaded_script_texts.
12457         (auto_load_pspace_data_cleanup): Update.
12458         (init_loaded_scripts_info): Update.
12459         (get_auto_load_pspace_data_for_loading): Update.
12460         (maybe_add_script_file): Renamed from maybe_add_script.  All callers
12461         updated.
12462         (maybe_add_script_text): New function.
12463         (clear_section_scripts): Update.
12464         (source_script_file, execute_script_contents): New functions.
12465         (source_section_scripts): Add support for
12466         SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
12467         (print_scripts): New function.
12468         (auto_load_info_scripts): Also print inlined scripts.
12469         (maybe_print_unsupported_script_warning): Renamed from
12470         unsupported_script_warning_print.  All callers updated.
12471         (maybe_print_script_not_found_warning): Renamed from
12472         script_not_found_warning_print.  All callers updated.
12473         * extension-priv.h (struct extension_language_script_ops): New member
12474         objfile_script_executor.
12475         * extension.c (ext_lang_objfile_script_executor): New function.
12476         * extension.h (objfile_script_executor_func): New typedef.
12477         (ext_lang_objfile_script_executor): Declare.
12478         * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
12479         * guile/guile.c (guile_extension_script_ops): Update.
12480         * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
12481         * python/python.c (python_extension_script_ops): Update.
12482         (gdbpy_execute_objfile_script): New function.
12483
12484 2015-01-31  Eli Zaretskii  <eliz@gnu.org>
12485
12486         * tui/tui-io.c (tui_expand_tabs): New function.
12487         (tui_puts, tui_redisplay_readline): Expand TABs into the
12488         appropriate number of spaces.
12489         * tui/tui-regs.c: Include tui-io.h.
12490         (tui_register_format): Call tui_expand_tabs to expand TABs into
12491         the appropriate number of spaces.
12492         * tui/tui-io.h: Add prototype for tui_expand_tabs.
12493
12494 2015-01-30  Doug Evans  <dje@google.com>
12495
12496         * NEWS: "info source" command now display producer string if present.
12497         * source.c (source_info): Print producer string if present.
12498
12499 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12500
12501         * varobj.c (varobj_delete): Fix comment.
12502
12503 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12504
12505         * varobj.c (create_child): Modify comment.
12506
12507 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12508
12509         * ada-varobj.c (ada_number_of_children): Constify struct varobj *
12510         parameter.
12511         (ada_name_of_variable): Same.
12512         (ada_path_expr_of_child): Same.
12513         (ada_value_of_variable): Same.
12514         (ada_value_is_changeable_p): Same.
12515         (ada_value_has_mutated): Same.
12516         * c-varobj.c (varobj_is_anonymous_child): Same.
12517         (c_is_path_expr_parent): Same.
12518         (c_number_of_children): Same.
12519         (c_name_of_variable): Same.
12520         (c_path_expr_of_child): Same.
12521         (get_type): Same.
12522         (c_value_of_variable): Same.
12523         (cplus_number_of_children): Same.
12524         (cplus_name_of_variable): Same.
12525         (cplus_path_expr_of_child): Same.
12526         (cplus_value_of_variable): Same.
12527         * jv-varobj.c (java_number_of_children): Same.
12528         (java_name_of_variable): Same.
12529         (java_path_expr_of_child): Same.
12530         (java_value_of_variable): Same.
12531         * varobj.c (number_of_children): Same.
12532         (name_of_variable): Same.
12533         (is_root_p): Same.
12534         (varobj_ensure_python_env): Same.
12535         (varobj_get_objname): Same.
12536         (varobj_get_expression): Same.
12537         (varobj_get_display_format): Same.
12538         (varobj_get_display_hint): Same.
12539         (varobj_has_more): Same.
12540         (varobj_get_thread_id): Same.
12541         (varobj_get_frozen): Same.
12542         (dynamic_varobj_has_child_method): Same.
12543         (varobj_get_gdb_type): Same.
12544         (is_path_expr_parent): Same.
12545         (varobj_default_is_path_expr_parent): Same.
12546         (varobj_get_language): Same.
12547         (varobj_get_attributes): Same.
12548         (varobj_is_dynamic_p): Same.
12549         (varobj_get_child_range): Same.
12550         (varobj_value_has_mutated): Same.
12551         (varobj_get_value_type): Same.
12552         (number_of_children): Same.
12553         (name_of_variable): Same.
12554         (check_scope): Same.
12555         (varobj_editable_p): Same.
12556         (varobj_value_is_changeable_p): Same.
12557         (varobj_floating_p): Same.
12558         (varobj_default_value_is_changeable_p): Same.
12559
12560 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12561
12562         * varobj.c (varobj_get_path_expr): Set var->path_expr.
12563         * c-varobj.c (c_path_expr_of_child): Set local var instead of
12564         child->path_expr.
12565         (cplus_path_expr_of_child): Same.
12566
12567 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12568
12569         * mi-cmd-var.c (print_varobj): Free varobj_get_expression
12570         result.
12571         (mi_cmd_var_info_expression): Same.
12572         * varobj.c (varobj_get_expression): Mention in the comment that
12573         the result must by freed by the caller.
12574
12575 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12576
12577         * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
12578         varobj_get_type.
12579         (varobj_update_one): Same.
12580         * varobj.c (update_type_if_necessary): Free curr_type_str and
12581         new_type_str.
12582         (varobj_get_type): Specify in comment that the result needs to be
12583         freed by the caller.
12584
12585 2015-01-29  Doug Evans  <dje@google.com>
12586
12587         PR symtab/17890
12588         * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
12589
12590 2015-01-25  Mark Wielaard  <mjw@redhat.com>
12591
12592         * dwarf2read.c (checkproducer): Call producer_is_gcc.
12593         * utils.c (producer_is_gcc_ge_4): Likewise.
12594         (producer_is_gcc): New function.
12595         * utils.h (producer_is_gcc): New declaration.
12596
12597 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
12598
12599         * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
12600         kind.
12601         * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
12602         parameter by "addr_stack" parameter.
12603         (resolve_dynamic_range): Replace "addr" parameter by
12604         "stack_addr" parameter.  Update function documentation.
12605         Update code accordingly.
12606         (resolve_dynamic_array, resolve_dynamic_union)
12607         (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
12608         (resolve_dynamic_type): Update code, following the changes made
12609         to resolve_dynamic_type_internal's interface.
12610         * dwarf2loc.h (struct property_addr_info): New.
12611         (dwarf2_evaluate_property): Replace "address" parameter
12612         by "addr_stack" parameter.  Adjust function documentation.
12613         (struct dwarf2_offset_baton): New.
12614         (struct dwarf2_property_baton): Update documentation of
12615         field "referenced_type" to be more general. New field
12616         "offset_info" in union data field.
12617         * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
12618         parameter by "addr_stack" parameter.  Adjust code accordingly.
12619         Add support for PROP_ADDR_OFFSET properties.
12620         * dwarf2read.c (attr_to_dynamic_prop): Add support for
12621         DW_AT_data_member_location attributes as well.  Use case
12622         statements instead of if/else condition.
12623
12624 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
12625
12626         * ada-varobj.c (ada_varobj_get_array_number_of_children):
12627         Return zero if PARENT_VALUE is NULL and parent_type's
12628         range type is dynamic.
12629
12630 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
12631
12632         * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
12633         nonzero if the type's subtype is dynamic.
12634         (resolve_dynamic_range): Also resolve the range's subtype.
12635
12636 2015-01-29  Alexander Klimov  <alserkli@inbox.ru>  (tiny patch)
12637
12638         Pushed by Joel Brobecker  <brobecker@adacore.com>.
12639         * symfile.c (unmap_overlay_command): Initialize sec to NULL.
12640
12641 2015-01-27  Doug Evans  <dje@google.com>
12642
12643         * NEWS: Mention gdb.Objfile.username.
12644         * python/py-objfile.c (objfpy_get_username): New function.
12645         (objfile_getset): Add "username".
12646
12647 2015-01-24  Mark Wielaard  <mjw@redhat.com>
12648
12649         * stack.c (return_command): Markup warning message with _.
12650
12651 2015-01-24  Doug Evans  <xdje42@gmail.com>
12652
12653         * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
12654
12655 2015-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
12656
12657         Fix 100x slowdown regression on DWZ files.
12658         * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
12659         (struct line_header): Add offset and offset_in_dwz.
12660         (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
12661         (free_line_header_voidp): New declaration.
12662         (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
12663         functions.
12664         (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
12665         (handle_DW_AT_stmt_list): Use line_header_hash.
12666         (free_line_header_voidp): New function.
12667         (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
12668         (dwarf_decode_lines): New parameter decode_mapping, use it.
12669         (dwarf2_free_objfile): Free line_header_hash.
12670
12671 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
12672
12673         PR gdb/17416
12674         * valops.c (value_rtti_indirect_type): Catch exception thrown by
12675         value_ind.
12676
12677 2015-01-15  Mark Wielaard  <mjw@redhat.com>
12678
12679         * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
12680         DW_AT_noreturn.
12681         * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
12682         calling_convention an 8 bit bit field.
12683         (TYPE_NO_RETURN): New macro.
12684         * infcmd.c (finish_command): Query if function does not return
12685         normally.
12686         * stack.c (return_command): Likewise.
12687
12688 2015-01-23  Pedro Alves  <palves@redhat.com>
12689
12690         * linux-nat.c (linux_is_async_p): New macro.
12691         (linux_nat_is_async_p):
12692         (linux_nat_terminal_inferior): Check whether the target can async
12693         instead of whether it is already async.
12694         (linux_nat_terminal_ours): Don't check whether the target is
12695         async.
12696         (linux_async_pipe): Use linux_is_async_p.
12697
12698 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12699
12700         * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
12701         '-ascending'.
12702         * thread.c (tp_array_compar_ascending, tp_array_compar): New.
12703         (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
12704         Sort tp_array using tp_array_compar.
12705         (_initialize_thread): Extend thread_apply_all_command help.
12706
12707 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12708
12709         * corelow.c (core_open): Call also thread_command.
12710         * gdbthread.h (thread_command): New prototype moved from ...
12711         * thread.c (thread_command): ... here.
12712         (thread_command): Make it global.
12713
12714 2015-01-22  Pedro Alves  <palves@redhat.com>
12715
12716         * configure.ac [*mingw32*]: Check $curses_found instead of
12717         $prefer_curses.
12718         * configure: Regenerate.
12719         * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
12720         HAVE_NCURSES_NCURSES_H checks.
12721
12722 2015-01-22  Eli Zaretskii  <eliz@gnu.org>
12723
12724         * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
12725         fails with the 1st arg NULL, try again with "unknown".  Don't test
12726         the "cup" capability: it isn't supported by the Windows port of
12727         ncurses, but the Windows console driver is still capable of
12728         supporting TUI.
12729
12730 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12731
12732         * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
12733
12734 2015-01-22  Eli Zaretskii  <eliz@gnu.org>
12735
12736         * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
12737         (ALLDEPFILES): Remove irix5-nat.c.  These two are part of the
12738         reason that "make TAGS" is broken.
12739
12740 2015-01-22  Chen Gang  <gang.chen.5i5j@gmail.com>
12741
12742         * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
12743         and check additional store instructions.
12744
12745 2015-01-21  Wei-cheng Wang  <cole945@gmail.com>
12746
12747         * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
12748
12749 2015-01-21  Wei-cheng Wang  <cole945@gmail.com>
12750
12751         * ppc-linux-tdep.c (ppc_skip_trampoline_code,
12752         ppc_canonicalize_syscall, ppc_linux_syscall_record,
12753         ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
12754         * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12755         * rs6000-tdep.c (rs6000_epilogue_frame_cache,
12756         rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
12757         rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
12758         ppc_process_record_op19, ppc_process_record_op31,
12759         ppc_process_record_op59, ppc_process_record_op60,
12760         ppc_process_record_op63): Likewise.
12761
12762 2015-01-20  Joel Brobecker  <brobecker@adacore.com>
12763
12764         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
12765         (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
12766         strerror.
12767
12768 2015-01-20  Wei-cheng Wang  <cole945@gmail.com>
12769
12770         * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
12771         ppc_process_record_op31, ppc_process_record_op59,
12772         ppc_process_record_op60, ppc_process_record_op63,
12773         ppc_process_record): Fix -Wformat warning.
12774         * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
12775         Remove unused variables.
12776
12777 2015-01-20  Chen Gang  <gang.chen.5i5j@gmail.com>
12778
12779         * MAINTAINERS (Write After Approval): Add "Chen Gang".
12780
12781 2015-01-19  Eli Zaretskii  <eliz@gnu.org>
12782
12783         * configure.ac [*mingw32*]: Only add windows-termcap.o to
12784         CONFIG_OBS if not building with a curses library.
12785         * configure: Regenerate.
12786
12787         * windows-termcap.c: Include defs.h.  Make the whole body empty if
12788         either one of HAVE_CURSES_H or HAVE_NCURSES_H or
12789         HAVE_NCURSES_NCURSES_H is defined.
12790
12791 2015-01-19  Joel Brobecker  <brobecker@adacore.com>
12792
12793         * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
12794         from end of line to start of next line.
12795
12796 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
12797
12798         * ppc-linux-tdep.c (ppc_skip_trampoline_code):
12799         Scan PLT stub backward for reverse debugging.
12800         * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12801
12802 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
12803             Ulrich Weigand  <uweigand@de.ibm.com>
12804
12805         * configure.tgt (powerpc*-*-linux): Add linux-record.o to
12806         gdb_target_obs.
12807         (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
12808         record.
12809         (ppc_canonicalize_syscall, ppc_linux_syscall_record,
12810         ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
12811         (ppc_linux_init_abi): Set process_record, process_record_signal.
12812         * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
12813         ppc_linux_record_tdep to gdbarch_tdep.
12814         (ppc_process_record): New declaration.
12815         * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
12816         ppc_process_record_op19, ppc_process_record_op31,
12817         ppc_process_record_op59, ppc_process_record_op60,
12818         ppc_process_record_op63, ppc_process_record): New functions.
12819
12820 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
12821
12822         * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
12823         rs6000_in_function_epilogue_frame_p and add an argument
12824         for frame_info.
12825         (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
12826         rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
12827         New functions.
12828         (rs6000_epilogue_frame_unwind): New.
12829         (rs6000_gdbarch_init): Append epilogue unwinder.
12830
12831 2015-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
12832
12833         * nat/linux-personality.c: Replace "#ifndef
12834         HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
12835         !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
12836         systems.
12837
12838 2015-01-16  Eli Zaretskii  <eliz@gnu.org>
12839
12840         * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
12841         functions.
12842         (_initialize_tui_win) <border-kind, border-mode>:
12843         <active-border-mode>: Use tui_set_var_cmd as the "set" function.
12844         (tui_set_tab_width_command): Fix the commentary.
12845
12846         * tui/tui-win.h: Add prototype for tui_rehighlight_all.
12847
12848         * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
12849         Doc fix.
12850         (tui_set_tab_width_command): Delete and recreate the source and
12851         the disassembly windows, to show the effect of the changed tab
12852         size immediately.
12853
12854         * tui/tui-data.h (LINE_PREFIX): Make shorter
12855         (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
12856         "Thread NNNNN.XXXX" thread ID notation on Windows.
12857
12858 2015-01-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
12859
12860         Fix gcc-5 compilation.
12861         * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
12862
12863 2015-01-15  Sergio Durigan Junior  <sergiodj@redhat.com>
12864
12865         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
12866         (linux-personality.o): New rule.
12867         * common/common-defs.h: Include <stdint.h>.
12868         * config/aarch64/linux.mh (NATDEPFILES): Include
12869         linux-personality.o.
12870         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
12871         * config/arm/linux.mh (NATDEPFILES): Likewise.
12872         * config/i386/linux64.mh (NATDEPFILES): Likewise.
12873         * config/i386/linux.mh (NATDEPFILES): Likewise.
12874         * config/ia64/linux.mh (NATDEPFILES): Likewise.
12875         * config/m32r/linux.mh (NATDEPFILES): Likewise.
12876         * config/m68k/linux.mh (NATDEPFILES): Likewise.
12877         * config/mips/linux.mh (NATDEPFILES): Likewise.
12878         * config/pa/linux.mh (NATDEPFILES): Likewise.
12879         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
12880         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
12881         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
12882         * config/s390/linux.mh (NATDEPFILES): Likewise.
12883         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
12884         * config/sparc/linux.mh (NATDEPFILES): Likewise.
12885         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
12886         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
12887         * defs.h: Remove #include <stdint.h> (moved to
12888         common/common-defs.h).
12889         * linux-nat.c: Include nat/linux-personality.h.  Remove #include
12890         <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
12891         nat/linux-personality.c).
12892         (linux_nat_create_inferior): Remove code to disable address space
12893         randomization (moved to nat/linux-personality.c).  Create cleanup
12894         to disable address space randomization.
12895         * nat/linux-personality.c: New file.
12896         * nat/linux-personality.h: Likewise.
12897
12898 2015-01-15  Sergio Durigan Junior  <sergiodj@redhat.com>
12899
12900         * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
12901         common/posix-strerror.c.
12902         (posix-strerror.o): New rule.
12903         (mingw-strerror.o): Likewise.
12904         * common/common-utils.h (safe_strerror): Move prototype to here,
12905         from utils.h.
12906         * common/common.host: New file.
12907         * common/mingw-strerror.c: Likewise.
12908         * common/posix-strerror.c: Likewise.
12909         * configure: Regenerated.
12910         * configure.ac: Source common/common.host.  Add variable
12911         common_host_obs to gdb_host_obs.
12912         * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
12913         gdb/common/posix-strerror.c when warning about the use of
12914         strerror.
12915         * mingw-hdep.c (safe_strerror): Remove definition; move it to
12916         common/mingw-strerror.c.
12917         * posix-hdep.c (safe_strerror): Remove definition; move it to
12918         common/posix-hdep.c.
12919         * utils.h (safe_strerror): Remove prototype; move to
12920         common/common-utils.h.
12921
12922 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
12923
12924         GDB 7.8.2 released.
12925
12926 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
12927
12928         * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
12929         ___XA type if the array has already been fixed.
12930
12931 2015-01-14  Yao Qi  <yao@codesourcery.com>
12932
12933         * Makefile.in (ppc-linux.o): New rule.
12934         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
12935         * configure.ac: AC_CHECK_FUNCS(getauxval).
12936         * config.in: Re-generated.
12937         * configure: Re-generated.
12938         * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
12939         Declare.
12940         * nat/ppc-linux.c: New file.
12941         * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
12942         Call ppc64_64bit_inferior_p.
12943
12944 2015-01-14  Yao Qi  <yao@codesourcery.com>
12945
12946         * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
12947         nat/ppc-linux.h.
12948         (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
12949         (PPC_FEATURE_HAS_DFP): Likewise.
12950         (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
12951         (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
12952         (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
12953         Include "nat/ppc-linux.h".
12954         * nat/ppc-linux.h: New file.
12955         * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
12956
12957 2015-01-14  Pedro Alves  <palves@redhat.com>
12958
12959         PR gdb/17525
12960         * breakpoint.c: Include "interps.h".
12961         (bpstat_do_actions_1): Also check whether the interpreter is
12962         async.
12963
12964 2015-01-14  Pedro Alves  <palves@redhat.com>
12965
12966         PR cli/17828
12967         * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
12968         reinstall if the interpreter is sync.
12969
12970 2015-01-13  Doug Evans  <dje@google.com>
12971
12972         * objfiles.c (objfile_filename): New function.
12973         * objfiles.h (objfile_filename): Declare it.
12974         (objfile_name): Add function comment.
12975         * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
12976         bfd file name (which may be realpath'd), and the original name.
12977
12978 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12979
12980         * NEWS: Create a new section for the next release branch.
12981         Rename the section of the current branch, now that it has
12982         been cut.
12983
12984 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12985
12986         GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
12987         * version.in: Bump version to 7.9.50.DATE-cvs.
12988
12989 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12990
12991         * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
12992         Remove trailing new-line in argument of call to warning.
12993
12994 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12995
12996         * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
12997         new-line in argument of call to "warning".
12998
12999 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
13000
13001         * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
13002         in static block, then try searching for primitive types.
13003
13004 2015-01-12  Patrick Palka  <patrick@parcs.ath.cx>
13005
13006         * top.h (gdb_add_history): Declare.
13007         * top.c (command_count): New variable.
13008         (gdb_add_history): New function.
13009         (gdb_safe_append_history): New static function.
13010         (quit_force): Call it.
13011         (command_line_input): Use gdb_add_history instead of
13012         add_history.
13013         * event-top.c (command_line_handler): Likewise.
13014
13015 2015-01-12  James Clarke  <jrtc27@jrtc27.com>  (tiny patch)
13016
13017         PR gdb/17046
13018         * darwin-nat.c: Replace <machine/setjmp.h> #include by
13019         <setjmp.h> #include.
13020
13021 2015-01-11  Doug Evans  <xdje42@gmail.com>
13022
13023         * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
13024
13025 2015-01-11  Doug Evans  <xdje42@gmail.com>
13026
13027         PR gdb/15830
13028         * NEWS: The "maint demangle" command is renamed as "demangle".
13029         * demangle.c: #include cli/cli-utils.h, language.h.
13030         (demangle_command): New function.
13031         (_initialize_demangle): Add new command "demangle".
13032         * maint.c (maintenance_demangle): Stub out.
13033         (_initialize_maint_cmds): Update help text for "maint demangle",
13034         and mark as deprecated.
13035
13036 2015-01-11  Mark Kettenis  <kettenis@gnu.org>
13037
13038         * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
13039         inferior_thread is a function.
13040
13041 2015-01-09  Patrick Palka  <patrick@parcs.ath.cx>
13042
13043         * Makefile.in (.y.c): Don't munge yacc's #line
13044         directives.
13045
13046 2015-01-09  Patrick Palka  <patrick@parcs.ath.cx>
13047
13048         * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
13049         to prompt for input.
13050         * tui/tui-hooks.c (tui_query_hook): Remove.
13051         (tui_install_hooks): Don't set deprecated_query_hook.
13052         * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
13053         height calculation.  Always update the command window's cur_line.
13054
13055 2015-01-09  Pedro Alves  <palves@redhat.com>
13056
13057         * breakpoint.c (hardware_breakpoint_inserted_here_p): New
13058         function.
13059         * breakpoint.h (hardware_breakpoint_inserted_here_p): New
13060         declaration.
13061         * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
13062         (linux_resume_one_lwp): Store the thread's PC.  Adjust to clear
13063         stop_reason.
13064         (check_stopped_by_watchpoint): New function.
13065         (save_sigtrap): Reimplement.
13066         (linux_nat_stopped_by_watchpoint): Adjust.
13067         (linux_nat_lp_status_is_event): Delete.
13068         (stop_wait_callback): Only call save_sigtrap after storing the
13069         pending status.
13070         (status_callback): If the thread had been stopped for a breakpoint
13071         that has since been removed, discard the event and resume the LWP.
13072         (count_events_callback, select_event_lwp_callback): Use
13073         lwp_status_pending_p instead of linux_nat_lp_status_is_event.
13074         (cancel_breakpoint): Rename to ...
13075         (check_stopped_by_breakpoint): ... this.  Record whether the LWP
13076         stopped for a software breakpoint or hardware breakpoint.
13077         (select_event_lwp): Only give preference to the stepping LWP in
13078         all-stop mode.  Adjust comments.
13079         (stop_and_resume_callback): Remove references to new_pending_p.
13080         (linux_nat_filter_event): Likewise.  Leave exit events of the
13081         leader thread pending here.  Handle signal short circuiting here.
13082         Only call save_sigtrap after storing the pending waitstatus.
13083         (linux_nat_wait_1): Remove 'retry' label.  Remove references to
13084         new_pending.  Don't handle leaving events the caller is not
13085         interested in pending here, nor handle signal short-circuiting
13086         here.  Also give equal priority to all LWPs that have had events
13087         in non-stop mode.  If reporting a software breakpoint event,
13088         unadjust the LWP's PC.
13089         * linux-nat.h (enum lwp_stop_reason): New.
13090         (struct lwp_info) <stop_pc>: New field.
13091         (struct lwp_info) <stopped_by_watchpoint>: Delete field.
13092         (struct lwp_info) <stop_reason>: New field.
13093         * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
13094
13095 2015-01-09  Pedro Alves  <palves@redhat.com>
13096
13097         * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
13098         Set the LWP's 'resumed' flag.
13099
13100 2015-01-09  Pedro Alves  <palves@redhat.com>
13101
13102         * linux-nat.c (linux_resume_one_lwp): New function.
13103         (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
13104         (linux_nat_resume): Use lwp_status_pending_p and
13105         linux_resume_one_lwp.
13106         (linux_handle_syscall_trap): Use linux_resume_one_lwp.
13107         (linux_handle_extended_wait): Use linux_resume_one_lwp.
13108         (status_callback, running_callback): Use lwp_status_pending_p.
13109         (lwp_status_pending_p): New function.
13110         (stop_and_resume_callback): Use lwp_status_pending_p.
13111         (linux_nat_filter_event): Use linux_resume_one_lwp.
13112         (linux_nat_wait_1): Always use status_callback to look for an LWP
13113         with a pending status.  Use linux_resume_one_lwp.
13114         (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
13115         linux_resume_one_lwp.
13116
13117 2015-01-09  Pedro Alves  <palves@redhat.com>
13118
13119         * breakpoint.c (bp_location_inserted_here_p): New function,
13120         factored out from ...
13121         (breakpoint_inserted_here_p): ... here.  Use
13122         ALL_BP_LOCATIONS_AT_ADDR.
13123         (software_breakpoint_inserted_here_p): Use
13124         bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
13125
13126 2014-01-09  Pedro Alves  <palves@redhat.com>
13127
13128         Skip enabling event reporting if the kernel supports
13129         PTRACE_EVENT_CLONE.
13130         * linux-thread-db.c: Include "nat/linux-ptrace.h".
13131         (thread_db_use_events): New function.
13132         (try_thread_db_load_1): Check thread_db_use_events before enabling
13133         event reporting.
13134         (update_thread_state): New function.
13135         (attach_thread): Use it.  Check thread_db_use_events before
13136         enabling event reporting.
13137         (thread_db_detach): Check thread_db_use_events before disabling
13138         event reporting.
13139         (find_new_threads_callback): Check thread_db_use_events before
13140         enabling event reporting.  Update the thread's state if not using
13141         libthread_db events.
13142
13143 2015-01-09  Pedro Alves  <palves@redhat.com>
13144
13145         * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
13146         about to wait for is > 0.
13147         * linux-thread-db.c (find_new_threads_callback): Ignore thread if
13148         the kernel thread ID is -1.
13149
13150 2015-01-09  Pedro Alves  <palves@redhat.com>
13151
13152         * linux-nat.c (attach_proc_task_lwp_callback): New function.
13153         (linux_nat_attach): Use linux_proc_attach_tgid_threads.
13154         (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
13155         ptrace option flags.
13156         * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
13157         field.
13158         * nat/linux-procfs.c: Include <dirent.h>.
13159         (linux_proc_get_int): New parameter "warn".  Handle it.
13160         (linux_proc_get_tgid): Adjust.
13161         (linux_proc_get_tracerpid): Rename to ...
13162         (linux_proc_get_tracerpid_nowarn): ... this.
13163         (linux_proc_pid_get_state): New function, factored out from
13164         (linux_proc_pid_has_state): ... this.  Add new parameter "warn"
13165         and handle it.
13166         (linux_proc_pid_is_gone): New function.
13167         (linux_proc_pid_is_stopped): Adjust.
13168         (linux_proc_pid_is_zombie_maybe_warn)
13169         (linux_proc_pid_is_zombie_nowarn): New functions.
13170         (linux_proc_pid_is_zombie): Use
13171         linux_proc_pid_is_zombie_maybe_warn.
13172         (linux_proc_attach_tgid_threads): New function.
13173         * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
13174         (linux_proc_get_tracerpid): Rename to ...
13175         (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
13176         (linux_proc_pid_is_gone): New declaration.
13177         (linux_proc_pid_is_zombie): Update comment.
13178         (linux_proc_pid_is_zombie_nowarn): New declaration.
13179         (linux_proc_attach_lwp_func): New typedef.
13180         (linux_proc_attach_tgid_threads): New declaration.
13181         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
13182         use nowarn functions.
13183         (linux_ptrace_attach_fail_reason_string): Move here from
13184         gdbserver/linux-low.c and rename.
13185         (ptrace_supports_feature): If the current ptrace options are not
13186         known yet, check them now, instead of asserting.
13187         * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
13188         Declare.
13189
13190 2015-01-09  Pedro Alves  <palves@redhat.com>
13191
13192         * linux-thread-db.c (thread_db_find_new_threads_silently)
13193         (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
13194         (find_new_threads_once): Print debug output on gdb_stdlog.
13195
13196 2015-01-09  Chen Gang  <gang.chen.5i5j@gmail.com>
13197             Pedro Alves  <palves@redhat.com>
13198
13199         * compile/compile.c: Include "gdb_wait.h".
13200         (do_rmdir): Check return value, and free 'zap'.
13201
13202 2015-01-08  Pedro Alves  <palves@redhat.com>
13203             Yao Qi  <yao@codesourcery.com>
13204
13205         * dwarf2loc.c (indirect_pieced_value): Don't call
13206         gdb_sign_extend.  Call extract_signed_integer instead.
13207         * utils.c (gdb_sign_extend): Remove.
13208         * utils.h (gdb_sign_extend): Remove declaration.
13209
13210 2015-01-07  Pierre Muller  <muller@sourceware.org>
13211
13212         PR symtab/17811
13213         * stabsread.c (define_symbol): Set language for C++ special symbols.
13214
13215 2015-01-07  Patrick Palka  <patrick@parcs.ath.cx>
13216
13217         * inflow.c (initial_gdb_ttystate): Tweak comment.
13218
13219 2015-01-07  Joel Brobecker  <brobecker@adacore.com>
13220
13221         * inflow.c (set_initial_gdb_ttystate): Add empty line after
13222         comment documenting function.
13223
13224 2015-01-07  Patrick Palka  <patrick@parcs.ath.cx>
13225
13226         * terminal.h (set_initial_gdb_ttystate): Declare.
13227         * inflow.c (initial_gdb_ttystate): New static variable.
13228         (set_initial_gdb_ttystate): New setter.
13229         (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
13230         instead of our current terminal state.
13231         * top.c (gdb_init): Call set_initial_gdb_ttystate.
13232
13233 2015-01-07  Joel Brobecker  <brobecker@adacore.com>
13234
13235         * guile/scm-type.c (tyscm_array_1): Add comment.
13236         * python/py-type.c (typy_array_1): Add comment.
13237
13238 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
13239
13240         * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
13241         error if N2 is equal to N1 - 1.
13242
13243 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
13244
13245         * python/py-type.c (typy_array_1): Do not raise negative-length
13246         exception if N2 is equal to N1 - 1.
13247
13248 2015-01-03  Doug Evans  <xdje42@gmail.com>
13249
13250         * c-exp.y: Whitespace cleanup.
13251         (classify_inner_name): Remove extra ;.
13252
13253 2015-01-02  Maciej W. Rozycki  <macro@codesourcery.com>
13254
13255         * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
13256         offset signed.
13257
13258 2015-01-02  Doug Evans  <dje@google.com>
13259
13260         * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
13261
13262 2015-01-02  Doug Evans  <dje@google.com>
13263
13264         * symtab.h (struct symbol): Fix typo in comment.
13265
13266 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
13267
13268         Update year range in copyright notice of all files.
13269
13270 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
13271
13272         * top.c (print_gdb_version): Update copyright year to 2015.
13273
13274 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
13275
13276         * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
13277
13278 For older changes see ChangeLog-2014.
13279 \f
13280 Local Variables:
13281 mode: change-log
13282 left-margin: 8
13283 fill-column: 74
13284 version-control: never
13285 coding: utf-8
13286 End: