gdb/linux-record: TASK_COMM_LEN is 16 on ppc too
[external/binutils.git] / gdb / ChangeLog
1 2015-10-30  Marcin Kościelnicki  <koriakin@0x04.net>
2
3         * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Fix TASK_COMM_LEN.
4
5 2015-10-30  Marcin Kościelnicki  <koriakin@0x04.net>
6
7         * linux-record.c (record_linux_system_call): Fix old_select.
8
9 2015-10-30  Marcin Kościelnicki  <koriakin@0x04.net>
10
11         * linux-record.c (record_linux_system_call): Fix newstatat.
12
13 2015-10-30  Marcin Kościelnicki  <koriakin@0x04.net>
14
15         * linux-record.c (record_linux_system_call): Fix [gs]etgroups16.
16
17 2015-10-30  Marcin Kościelnicki  <koriakin@0x04.net>
18
19         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Add size_time_t.
20         * amd64-linux-tdep.c (amd64_linux_init_abi): Add size_time_t.
21         (amd64_x32_linux_init_abi): Add size_time_t.
22         * arm-linux-tdep.c (arm_linux_init_abi): Add size_time_t.
23         * i386-linux-tdep.c (i386_linux_init_abi): Add size_time_t.
24         * linux-record.c (record_linux_system_call): Add time, waitpid, pipe
25         handling.
26         * linux-record.h (struct linux_record_tdep): Add size_time_t.
27         * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Add size_time_t.
28
29 2015-10-30  Marcin Kościelnicki  <koriakin@0x04.net>
30
31         * linux-record.c (record_linux_msghdr): Fix msg_namelen handling.
32
33 2015-10-30  Marcin Kościelnicki  <koriakin@0x04.net>
34
35         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Remove
36         size_dirent{,64}, add size_old_dirent.
37         * amd64-linux-tdep.c (amd64_linux_init_abi): Remove size_dirent{,64},
38         add size_old_dirent.
39         (amd64_x32_linux_init_abi): Remove size_dirent{,64}, add
40         size_old_dirent.
41         * arm-linux-tdep.c (arm_linux_init_abi): Remove size_dirent{,64},
42         add size_old_dirent.
43         * i386-linux-tdep.c (i386_linux_init_abi): Remove size_dirent{,64},
44         add size_old_dirent.
45         * linux-record.c (record_linux_system_call): Fix handling of readdir
46         and getdents{,64}.
47         * linux-record.h (struct linux_record_tdep): Remove size_dirent{,64},
48         add size_old_dirent.
49         * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Remove
50         size_dirent{,64}, add size_old_dirent.
51
52 2015-10-30  Marcin Kościelnicki  <koriakin@0x04.net>
53
54         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Fix size_sigaction,
55         size_sigset_t, size_old_sigaction, size_old_sigset_t.
56         * amd64-linux-tdep.c (amd64_linux_init_abi): Fix size_sigaction,
57         size_sigset_t, size_old_sigaction, size_old_sigset_t.
58         (amd64_x32_linux_init_abi): Fix size_sigaction, size_sigset_t,
59         size_old_sigaction, size_old_sigset_t.
60         * arm-linux-tdep.c (arm_linux_init_abi): Fix size_sigaction,
61         size_old_sigaction, size_old_sigset_t.
62         * i386-linux-tdep.c (i386_linux_init_abi): Fix size_sigaction,
63         size_old_sigaction, size_old_sigset_t.
64         * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Fix size_sigaction,
65         size_sigset_t, size_old_sigaction, size_old_sigset_t.
66
67 2015-10-30  Marcin Kościelnicki  <koriakin@0x04.net>
68
69         * arm-linux-tdep.c (arm_linux_init_abi): Fix size_[ug]id.
70         * i386-linux-tdep.c (i386_linux_init_abi): Fix size_[ug]id.
71
72 2015-10-30  Marcin Kościelnicki  <koriakin@0x04.net>
73
74         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Remove size_siginfo.
75         * amd64-linux-tdep.c (amd64_linux_init_abi): Remove size_siginfo.
76         (amd64_x32_linux_init_abi): Remove size_siginfo.
77         * arm-linux-tdep.c (arm_linux_init_abi): Remove size_siginfo.
78         * i386-linux-tdep.c (i386_linux_init_abi): Remove size_siginfo.
79         * linux-record.c (record_linux_system_call): Change size_siginfo
80         to size_siginfo_t.
81         * linux-record.h (struct linux_record_tdep): Remove size_siginfo.
82         * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Remove size_siginfo.
83
84 2015-10-29  Pedro Alves  <palves@redhat.com>
85
86         * mdebugread.c (add_data_symbol): New function, factored out from
87         ...
88         (parse_symbol): ... here.  Delete 'theclass' local.
89
90 2015-10-29  Simon Marchi  <simon.marchi@polymtl.ca>
91
92         * jit.c (jit_target_read_impl): Add cast.
93
94 2015-10-29  Simon Marchi  <simon.marchi@polymtl.ca>
95
96         * jit.c (jit_reader_load): Add cast.
97
98 2015-10-29  Simon Marchi  <simon.marchi@polymtl.ca>
99
100         * dwarf2read.c (partial_die_full_name): Add cast.
101
102 2015-10-29  Pedro Alves  <palves@redhat.com>
103
104         * common/vec.h (DEF_VEC_FUNC_P) [iterate]: Cast 0 to type T.
105
106 2015-10-29  Pedro Alves  <palves@redhat.com>
107
108         * guile/scm-frame.c (gdbscm_unwind_stop_reason_string): Add cast.
109
110 2015-10-29  Eli Zaretskii  <eliz@gnu.org>
111
112         * utils.c (init_page_info): Disable paging if INSIDE_EMACS is set
113         in the environment.
114
115 2015-10-29  Pedro Alves  <palves@redhat.com>
116
117         * gnu-v2-abi.c (gnuv2_is_destructor_name)
118         (gnuv2_is_constructor_name): Add casts.
119
120 2015-10-29  Pedro Alves  <palves@redhat.com>
121
122         * common/common-exceptions.c (exception_none): Add cast.
123
124 2015-10-29  Pedro Alves  <palves@redhat.com>
125
126         * compile/compile-c-types.c (struct type_map_instance)
127         <gcc_type>: Rename to gcc_type_handle.
128         (insert_type, convert_type): Adjust.
129
130 2015-10-29  Pedro Alves  <palves@redhat.com>
131
132         * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Don't
133         assume that "break" breaks out of a TRY/CATCH.
134         * python/py-framefilter.c (py_print_single_arg): Don't assume
135         "continue" breaks out of a TRY/CATCH.
136         * python/py-value.c (valpy_binop_throw): New function, factored
137         out from ...
138         (valpy_binop): ... this.
139         (valpy_richcompare_throw): New function, factored
140         out from ...
141         (valpy_richcompare): ... this.
142         * solib.c (solib_read_symbols): Don't assume "break" breaks out
143         of a TRY/CATCH.
144         * common/common-exceptions.h [USE_RAW_CXX_TRY]
145         <TRY/CATCH/END_CATCH>: Define as 1-1 wrappers around try/catch.
146
147 2015-10-28  Simon Dardis  <Simon.Dardis@imgtec.com>
148
149         * mips-linux-tdep.c (mips_linux_in_dynsym_stub): Recognise 'or'
150         as move along with [d]addu.
151
152 2015-10-28  Yao Qi  <yao.qi@linaro.org>
153
154         * aarch64-tdep.c (aarch64_software_single_step): Pass 1 to
155         aarch64_decode_insn.
156
157 2015-10-27  Pedro Alves  <palves@redhat.com>
158
159         * common/print-utils.c (host_address_to_string): Rename to ...
160         (host_address_to_string_1): ... this.
161         * common/print-utils.h (host_address_to_string): Reimplement as
162         wrapper around host_address_to_string_1.
163         * utils.c (gdb_print_host_address): Rename to ...
164         (gdb_print_host_address_1): ... this.
165         * utils.h (gdb_print_host_address): Reimplement as wrapper macro
166         around  host_address_to_string_1.
167
168 2015-10-27  Pedro Alves  <palves@redhat.com>
169
170         * alpha-tdep.c (alpha_read_insn): Always pass TARGET_XFER_E_IO to
171         memory_error.  Rename local 'status' to 'res'.
172         * c-lang.c (c_get_string): Always pass TARGET_XFER_E_IO to
173         memory_error.
174         * corefile.c (read_stack, read_code, write_memory): Always pass
175         TARGET_XFER_E_IO to memory_error.
176         * disasm.c (dis_asm_memory_error): Always pass TARGET_XFER_E_IO to
177         memory_error.  Rename parameter 'status' to 'err'.
178         (dump_insns): Rename local 'status' to 'err'.
179         * mips-tdep.c (mips_fetch_instruction): Rename parameter 'statusp'
180         to 'errp'.  Rename local 'status' to 'err'.  Always pass
181         TARGET_XFER_E_IO to memory_error.
182         (mips_breakpoint_from_pc): Rename local 'status' to 'err'.
183         * target.c (target_read_memory, target_read_raw_memory)
184         (target_read_stack, target_read_code, target_write_memory)
185         (target_write_raw_memory): Return -1 on error instead of
186         TARGET_XFER_E_IO.
187         * valprint.c (val_print_string): Rename local 'errcode' to 'err'.
188         Always pass TARGET_XFER_E_IO to memory_error.  Update comment.
189
190 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
191
192         * guile/guile-internal.h (gdbscm_with_guile): Change return
193         types to const char *.
194         * guile/scm-safe-call.c (gdbscm_with_guile): Likewise.
195         (struct c_data) <func>: Likewise.
196         (struct c_data) <result>: Change type to const char *.
197         (scscm_eval_scheme_string): Change return type to
198         const char *.
199         (scscm_source_scheme_script): Likewise.
200         (gdbscm_safe_eval_string): Change type of result variable to
201         const char * and remove cast.
202         (gdbscm_safe_source_script): Likewise.
203         * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker):
204         Change return type to const char *.
205         (gdbscm_disasm_read_memory): Change type of status to
206         const char *.
207
208 2015-10-27  Pedro Alves  <palves@redhat.com>
209
210         * source.c (openp): New local 'last_errno'.  Use it to
211         save/restore errno.
212
213 2015-10-27  Pedro Alves  <palves@redhat.com>
214
215         * psymtab.c (dump_psymtab_addrmap_1): Add casts.
216
217 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
218
219         * ctf.c (SET_ENUM_FIELD): New macro.
220         (ctf_read_status): Use it.
221         (ctf_read_tp): Use it.
222
223 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
224
225         * guile/scm-breakpoint.c (gdbscm_set_breakpoint_stop_x): Add
226         scm_t_dynwind_flags casts.
227         * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
228         * guile/scm-ports.c (gdbscm_open_memory): Likewise.
229         * guile/scm-value.c (gdbscm_value_to_string): Likewise.
230
231 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
232
233         * ax.h (ax_raw_byte): New declaration.
234         * ax-general.c (ax_raw_byte): New function.
235         (ax_simple): Use ax_raw_byte.
236         * ax-gdb.c (gen_printf): Likewise.
237
238 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
239
240         * ada-lang.h (GROW_VECT): Add cast.
241
242 2015-10-26  Doug Evans  <xdje42@gmail.com>
243
244         * symtab.h (struct general_symbol_info> <ada_mangled>: Update comment.
245
246 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
247
248         * target.c (memory_xfer_partial): Change type of buf to gdb_byte
249         pointer.
250         (simple_search_memory): Cast return of memmem.
251
252 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
253
254         * stap-probe.c (handle_stap_probe): Add (const char *) casts.
255
256 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
257
258         * ctf.c (ctf_xfer_partial): Return TARGET_XFER_E_IO instead of
259         -1 on error.
260
261 2015-10-26  Doug Evans  <dje@google.com>
262
263         PR symtab/17391
264         * dwarf2-frame.c (dwarf2_restore_rule): Call dwarf_reg_to_regnum
265         instead of gdbarch_dwarf2_reg_to_regnum.
266         (dwarf2_frame_cache): Ditto.
267         (read_addr_from_reg): Call dwarf_reg_to_regnum_or_error instead of
268         gdbarch_dwarf2_reg_to_regnum.
269         (get_reg_value): Ditto.
270         (dwarf2_fetch_cfa_info): Ditto.
271         (dwarf2_frame_prev_register): Ditto.
272         * dwarf2loc.c: #include "complaints.h".
273         (dwarf_expr_read_addr_from_reg): Call dwarf_reg_to_regnum_or_error
274         instead of gdbarch_dwarf2_reg_to_regnum.
275         (dwarf_expr_get_reg_value): Ditto.
276         (read_pieced_value): Ditto.
277         (write_pieced_value): Ditto.
278         (dwarf2_evaluate_loc_desc_full): Ditto.
279         (dwarf_reg_to_regnum): New function.
280         (throw_bad_regnum_error): New function.
281         (dwarf_reg_to_regnum_or_error): Renamed from
282         dwarf2_reg_to_regnum_or_errorChange to take a ULONGEST regnum.
283         All callers updated.  Call throw_bad_regnum_error.
284         (locexpr_regname): Improve text of bad register number.
285         * dwarf2loc.h (dwarf_reg_to_regnum): Declare.
286         (dwarf_reg_to_regnum_or_error): Update prototype.
287         * dwarf2expr.c: #include "dwarf2loc.h".
288         (dwarf_block_to_sp_offset): Call dwarf_reg_to_regnum instead of
289         gdbarch_dwarf2_reg_to_regnum.
290         * gdbarch.sh (dwarf2_reg_to_regnum): Add comment.
291         * gdbarch.h: Regenerate.
292         * amd64-tdep.c (amd64_dwarf_reg_to_regnum): Remove warning for bad
293         register.
294         * avr-tdep.c (avr_dwarf_reg_to_regnum): Ditto.
295         * cris-tdep.c (cris_dwarf2_reg_to_regnum): Ditto.
296         * bfin-tdep.c (bfin_reg_to_regnum): Fix error checking.
297         * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum): Improve error checking.
298         Remove warning for bad register.
299         * hppa-tdep.c (hppa64_dwarf_reg_to_regnum): Ditto.
300         * i386-tdep.c (i386_svr4_dwarf_reg_to_regnum): Renamed from
301         i386_svr4_reg_to_regnum.  Return -1 for bad registers.
302         (i386_svr4_reg_to_regnum): New function.
303         (i386_gdbarch_init): Update call to set_gdbarch_dwarf2_reg_to_regnum.
304         * microblaze-tdep.c (microblaze_dwarf2_reg_to_regnum): Don't assert
305         on bad registers, return -1.
306         * msp430-tdep.c (msp430_dwarf2_reg_to_regnum): Improve error checking.
307         Remove warning for bad register.
308         * nios2-tdep.c: Add static assert for NIOS2_NUM_REGS.
309         (nios2_dwarf_reg_to_regnum): Fix off-by-one error.
310         Remove warning for bad register.  Return -1 for bad register.
311         * rl78-tdep.c (rl78_dwarf_reg_to_regnum): Don't flag an internal error
312         for bad register, return -1.
313         * rx-tdep.c (rx_dwarf_reg_to_regnum): Ditto.
314         * m68k-tdep.c (m68k_dwarf_reg_to_regnum): Fix error result.
315         * mep-tdep.c (mep_debug_reg_to_regnum): Ditto.
316         * mips-tdep.c (mips_stab_reg_to_regnum): Ditto.
317         (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
318         * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Remove warning
319         for bad regs.
320         * xtensa-tdep.c (xtensa_reg_to_regnum): Remove internal error for
321         bad regs.  Fix error result.
322         * stabsread.c (stab_reg_to_regnum): Watch for negative regno.
323         (reg_value_complaint): Update complaint text.
324         * mdebugread.c (reg_value_complaint): New function.
325         (mdebug_reg_to_regnum): Rewrite to watch for bad reg numbers.
326
327 2015-10-26  Doug Evans  <dje@google.com>
328
329         PR python/18938
330         * cli/cli-cmds (source_script_fron_sctream): New arg file_to_open.
331         All callers updated.
332
333 2015-10-26  Doug Evans  <dje@google.com>
334
335         * psymtab.c (struct dump_psymtab_addrmap_data): Define.
336         (dump_psymtab_addrmap_1, dump_psymtab_addrmap): New functions.
337         (maintenance_print_psymbols): Print address map.
338
339 2015-10-26  Doug Evans  <dje@google.com>
340
341         * nat/linux-nat.h (__SIGRTMIN): Move here from gdbserver/linux-low.c.
342
343 2015-10-26  Doug Evans  <dje@google.com>
344
345         * common/gdb_wait.h (W_STOPCODE): Define, moved here from
346         gdbserver/linux-low.c.
347         (WSETSTOP): Simplify.
348
349 2015-10-26  Doug Evans  <dje@google.com>
350
351         * linux-thread-db.c (find_new_threads_callback): Ditto.
352         (thread_db_pid_to_str): Ditto.
353
354 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
355
356         * guile/scm-ports.c (ioscm_make_gdb_stdio_port): Do not pass a
357         local char array to scm_mode_bits, use a cast instead.
358
359 2015-10-26  Simon Marchi  <simon.marchi@ericsson.com>
360
361         * tui/tui-data.c (tui_alloc_content): Don't check xmalloc
362         result.  Change type of element_block_ptr.  Change allocation to
363         use XNEWVEC.
364
365 2015-10-26  Luis Machado  <lgustavo@codesourcery.com>
366
367         * record-full.c (record_full_message_wrapper_safe): Pass empty string to
368         catch_errors call instead of NULL.
369
370 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
371
372         * guile/scm-ports.c (ioscm_make_gdb_stdio_port): Pass non-const
373         char pointer to scm_mode_bits.
374
375 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
376
377         * symtab.c (default_make_symbol_completion_list_break_on_1): Add
378         cast.
379
380 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
381
382         * guile/scm-ports.c (gdbscm_memory_port_write): Declare new
383         "data" local variable and use it.
384
385 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
386
387         * guile/scm-symbol.c (gdbscm_lookup_global_symbol): Add
388         domain_enum cast.
389         (gdbscm_lookup_symbol): Likewise.
390
391 2015-10-25  Iain Buclaw  <ibuclaw@gdcproject.org>
392
393         * d-exp.y: Remove an obsolete comment and propagate the block
394         information to the produced expression.
395
396 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
397
398         * tui/tui-data.c (tui_add_to_source_windows): Remove void *
399         cast.
400         (tui_add_content_elements): Likewise.
401
402 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
403
404         * cli/cli-setshow.c (do_set_command): Constify p.
405
406 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
407
408         * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Replace
409         (void *) cast with (gdb_byte *).
410
411 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
412
413         * proc-service.c (ps_pdread): Add cast.
414
415 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
416
417         * sparc64-tdep.c (sparc64_store_arguments): Split assignment of
418         valbuf.
419
420 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
421
422         * ia64-tdep.c (ia64_pseudo_register_write): Remove cast.
423         (ia64_push_dummy_call): Remove cast and change type of "to" to
424         array of gdb_byte.
425
426 2015-10-23  Simon Marchi  <simon.marchi@polymtl.ca>
427
428         * linux-btrace.c (linux_enable_pt): Add cast to mmap return.
429
430 2015-10-23  Simon Marchi  <simon.marchi@ericsson.com>
431
432         * observer.h (observer_${event}_notification_stub): Add cast.
433
434 2015-10-23  Yao Qi  <yao.qi@linaro.org>
435
436         * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Set
437         dsd.insn_count to zero.
438
439 2015-10-22  Pedro Alves  <palves@redhat.com>
440
441         * infrun.c (stop_after_trap): Delete.
442         (clear_proceed_status, handle_signal_stop, struct
443         infcall_control_state, save_infcall_control_state)
444         (restore_infcall_control_state): Remove references to
445         stop_after_trap.
446
447 2015-10-22  Simon Marchi  <simon.marchi@ericsson.com>
448
449         * python/python.c (_initialize_python): Add cast.
450
451 2015-10-22  Simon Marchi  <simon.marchi@ericsson.com>
452
453         * nto-tdep.c (nto_inferior_data): Add cast.
454
455 2015-10-22  Pedro Alves  <palves@redhat.com>
456
457         * windows-nat.c (do_initial_windows_stuff): Rewrite loop using
458         windows_wait and windows_resume directly instead of
459         wait_for_inferior and resume.
460
461 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
462
463         * xtensa-tdep.h (XTREG): Add casts.
464         (XTREG_END): Likewise.
465
466 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
467
468         * solib-spu.c (spu_bfd_iovec_pread): Add (gdb_byte *) cast.
469
470 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
471
472         * rs6000-tdep.c (variants): Add (enum bfd_architecture) cast.
473
474 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
475
476         * mips-linux-tdep.c (mips64_linux_get_longjmp_target): Change type of
477         buf to gdb_byte*.
478         (supply_32bit_reg): Add cast.
479         (mips64_fill_gregset): Likewise.
480
481 2015-10-21  Simon Marchi  <simon.marchi@polymtl.ca>
482
483         PR python/18073
484         * python/py-type.c (typy_get_composite): Allow returning a
485         function type.
486
487 2015-10-21  Keven Boell  <keven.boell@intel.com>
488
489         * dwarf2read.c (set_die_type): Add read of
490         DW_AT_allocated and DW_AT_associated.
491         * f-typeprint.c: New include of typeprint.h
492         (f_print_type): Add check for allocated/associated
493         status of type.
494         (f_type_print_varspec_suffix): Add check for
495         * gdbtypes.c (create_array_type_with_stride):
496         Add check for valid data location of type in
497         case allocated or associated attributes are set.
498         Length of an array should be only calculated if
499         allocated or associated is resolved as true.
500         (is_dynamic_type_internal): Add check for allocated/
501         associated.
502         (resolve_dynamic_array): Evaluate allocated/associated
503         properties.
504         * gdbtypes.h (enum dynamic_prop_node_kind): <DYN_PROP_ALLOCATED>
505         <DYN_PROP_ASSOCIATED>: New enums.
506         (TYPE_ALLOCATED_PROP, TYPE_ASSOCIATED_PROP): New macros.
507         (type_not_allocated): New function.
508         (type_not_associated): New function.
509         * valarith.c (value_subscripted_rvalue): Add check for
510         allocated/associated.
511         * valprint.c: New include of typeprint.h.
512         (valprint_check_validity): Add check for allocated/associated.
513         (value_check_printable): Add check for allocated/
514         associated.
515         * typeprint.h (val_print_not_allocated): New function.
516         (val_print_not_associated): New function.
517         * typeprint.c (val_print_not_allocated): New function.
518         (val_print_not_associated): New function.
519
520 2015-10-21  Antoine Tremblay  <antoine.tremblay@ericsson.com>
521
522         * Makefile.in: Add arm.c/o.
523         * arch/arm.c: New file.
524         * arch/arm.h: (IS_THUMB_ADDR): Move macro from arm-tdep.c.
525         (MAKE_THUMB_ADDR): Likewise.
526         (UNMAKE_THUMB_ADDR): Likewise.
527         * arm-tdep.c (int thumb_insn_size): Move to arm.c.
528         (IS_THUMB_ADDR): Move to arm.h.
529         (MAKE_THUMB_ADDR): Likewise.
530         (UNMAKE_THUMB_ADDR): Likewise.
531         * configure.tgt: Add arm.o to all ARM configs.
532
533 2015-10-21  Yao Qi  <yao.qi@linaro.org>
534
535         * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
536         Remove argument exp_vCont_s.
537         * gdb.base/range-stepping.exp: Callers updated.
538         * gdb.trace/range-stepping.exp: Likewise.
539
540 2015-10-21  Aleksandar Ristovski  <aristovski@qnx.com>
541
542         * gdb/nto-tdep.c (QNX_NOTE_NAME, QNX_INFO_SECT_NAME): New defines.
543         (nto_sniff_abi_note_section): New function.
544         (nto_elf_osabi_sniffer): Use new function to recognize nto specific
545         binary.
546
547 2015-10-21  Aleksandar Ristovski  <aristovski@qnx.com>
548
549         * nto-procfs.c (procfs_wait): Set stopped_flags nad stopped_pc.
550         (procfs_stopped_by_watchpoint): Use flags stored in inferior data.
551         * nto-tdep.c (nto_new_inferior_data_reg): New definition.
552         (nto_new_inferior_data, nto_inferior_data_cleanup, nto_inferior_data):
553         New functions.
554         (_initialize_nto_tdep): New forward declaration, new function.
555         * nto-tdep.h (struct nto_inferior_data): New struct.
556         (nto_inferior_data): New function declaration.
557
558 2015-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
559
560         * findvar.c (address_from_register): Check REGNUM validity.
561
562 2015-10-20  Aleksandar Ristovski  <aristovski@qnx.com>
563
564         * gdb/nto-procfs.c (procfs_pid_to_exec_file): New function.
565         (init_procfs_targets): Wire new function.
566
567 2015-10-20  Aleksandar Ristovski  <aristovski@qnx.com>
568
569         * nto-procfs.c (sys/auxv.h): Include.
570         (procfs_xfer_partial): Implement TARGET_OBJECT_AUXV.
571         * nto-tdep.c (nto_read_auxv_from_initial_stack): New function.
572         * nto-tdep.h (nto_read_auxv_from_initial_stack): New declaration.
573
574 2015-10-20  Aleksandar Ristovski  <aristovski@qnx.com>
575
576         * nto-procfs.c (nto_procfs_path): Rename to...
577         (nodestr): ... this, and change type.
578         (nto_node): Use new variable and logic accordingly.
579         (procfs_open_1): Use new variable name. Use local buffer to construct
580         procfrs path.
581         (procfs_pidlist): Use NODESTR to construct procfs path.
582         (procfs_files_info): Use NODESTR to output meaningful text.
583         (do_attach): Construct procfs using NODESTR.
584         (procfs_create_inferior): Compare pointer to NULL.
585
586 2015-10-19  Josh Stone  <jistone@redhat.com>
587
588         * linux-nat.c (linux_handle_syscall_trap): Always update entry/
589         return state, even when not actively catching syscalls at all.
590         (linux_handle_extended_wait): Mark syscall_state like an entry.
591         (wait_lwp): Set syscall_state ignored for other traps.
592         (linux_nat_filter_event): Likewise.
593
594 2015-10-19  Luis Machado  <lgustavo@codesourcery.com>
595
596         * remote.c (remote_wait_as): Set rs->waiting_for_stop_reply to 0
597         when handling 'E', 'T', 'S', 'X' and 'W' packets.
598         Do not set rs->waiting_for_stop_reply back to 1.
599
600 2015-10-16  Aleksandar Ristovski  <aristovski@qnx.com>
601
602         * nto-procfs.c (common/filestuff.h): Include.
603         (procfs_can_use_hw_breakpoint): Fix enum name.
604         (procfs_open_1): Fix compiler warning.
605         (procfs_pidlist): Make static.
606         (procfs_meminfo): Make static, fix type name, add missing argument.
607         (procfs_store_registers): Make static.
608         (procfs_thread_info): Remove unused function.
609         (_initialize_procfs): Forward declare.
610
611 2015-10-16  Yao Qi  <yao.qi@arm.com>
612
613         * MAINTAINERS: Update my email address.
614
615 2015-10-15  Yao Qi  <yao.qi@linaro.org>
616
617         * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint):
618         Call gdbarch_breakpoint_from_pc to instruction length.
619         (aarch64_linux_remove_hw_breakpoint): Likewise.
620         * common/common-regcache.h (regcache_register_size): Declare.
621         * nat/aarch64-linux-hw-point.c: Include "common-regcache.h".
622         (aarch64_point_is_aligned): Set alignment to 2 for breakpoint if
623         the process is 32bit, otherwise set alignment to 4.
624         (aarch64_handle_breakpoint): Update comments.
625         * regcache.c (regcache_register_size): New function.
626
627 2015-10-15  Aleksandar Ristovski  <aristovski@qnx.com>
628
629         * gdbarch.sh (core_regset_section): Remove.
630         * gdbarch.h: Regenerate.
631
632 2015-10-14  Yao Qi  <yao.qi@linaro.org>
633
634         * arch/aarch64-insn.h (struct aarch64_memory_operand): Move enum
635         out of it.
636         (enum aarch64_memory_operand_type): New.
637
638 2015-10-13  David Edelsohn  <dje.gcc@gmail.com>
639
640         * xcoffread.c (dwarf2_xcoff_names): Add .dwmac and .dwpbtyp.
641
642 2015-10-13  Pedro Alves  <palves@redhat.com>
643
644         * ada-lang.c (ada_enum_name): Constify local.
645         * ada-typeprint.c (print_range_bound): Constify locals.
646         * c-varobj.c (c_describe_child): Likewise.
647         * cli/cli-setshow.c (do_set_command): Likewise.
648         * gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
649         * dwarf2read.c (find_file_and_directory): Likewise.
650         (anonymous_struct_prefix, dwarf2_name): Likewise.
651         * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
652         * go-lang.c (unpack_mangled_go_symbol): Likewise.
653         * jv-typeprint.c (java_type_print_base): Likewise.
654         * ser-tcp.c (net_open): Likewise.
655         * symfile.c (deduce_language_from_filename): Likewise.
656         * symtab.c (gdb_mangle_name): Likewise.
657         * tui/tui-io.c (tui_redisplay_readline): Likewise.
658
659 2015-10-13  Pedro Alves  <palves@redhat.com>
660
661         * infrun.c (restore_execution_direction): New function.
662         (fetch_inferior_event): Use it instead of
663         make_cleanup_restore_integer.
664         (execution_direction): Change type to enum
665         exec_direction_kind.
666         * infrun.h (execution_direction): Likewise.
667
668 2015-10-13  Pedro Alves  <palves@redhat.com>
669
670         * ada-lang.c (ada_value_primitive_packed_val): Constify
671         locals.  Use value_contents_writeable.  Remove casts.
672
673 2015-10-13  Pedro Alves  <palves@redhat.com>
674
675         * ada-lang.c (ada_value_primitive_packed_val): Add casts to malloc
676         and alloca calls.
677
678 2015-10-13  Simon Marchi  <simon.marchi@polymtl.ca>
679
680         * lm32-tdep.c (lm32_push_dummy_call): Replace call to
681         write_memory with write_memory_unsigned_integer.
682
683 2015-10-13  Simon Marchi  <simon.marchi@polymtl.ca>
684
685         * solib-dsbt.c (cmp_name): Constify arguments.
686         * solib-frv.c (cmp_name): Likewise.
687         * solib-svr4.c (svr4_create_solib_event_breakpoints): Likewise.
688         * solib.c (gdb_bfd_lookup_symbol_from_symtab): Likewise.
689         (bfd_lookup_symbol_from_dyn_symtab): Likewise.
690         (gdb_bfd_lookup_symbol): Likewise.
691         * solib.h (gdb_bfd_lookup_symbol): Likewise.
692         (gdb_bfd_lookup_symbol_from_symtab): Likewise.
693
694 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
695
696         * stack.c (parse_frame_specification): Remove message parameter,
697         replace with fixed string in function body, update function
698         comment.
699         (frame_info): Remove message to parse_frame_specification.
700         (select_frame_command): Likewise.
701
702 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
703
704         * stack.c (parse_frame_specification): Delete.
705         (parse_frame_specification_1): Rename to
706         parse_frame_specification.
707         (frame_info): Use parse_frame_specification.
708         (select_frame_command): Likewise.
709         (return_command): Use select_frame and print_stack_frame rather
710         than frame_command and select_frame_command.
711         (func_command): Use get_current_frame rather than
712         parse_frame_specification.
713
714 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
715
716         * stack.c (func_command): Return early when there is no ARG
717         string.
718
719 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
720
721         * stack.c: Include safe-ctype.h not ctype.h.
722         (parse_frame_specification): Use ISSPACE not isspace.
723         (backtrace_command): Use TOLOWER not tolower.
724
725 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
726
727         * mep-tdep.c (current_me_module): Add cast.
728         (mep_gdbarch_init): Likewise.
729
730 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
731
732         * m32c-tdep.c (m32c_move_reg_t): Replace with...
733         (m32c_write_reg_t): ...this and...
734         (m32c_read_reg_t): ...this.
735         (struct m32c_reg): Update types of read and write.
736         (m32c_raw_read): Change declaration type to m32c_read_reg_t and
737         adjust definition.
738         (m32c_banked_read): Likewise.
739         (m32c_sb_read): Likewise.
740         (m32c_part_read): Likewise.
741         (m32c_cat_read): Likewise.
742         (m32c_r3r2r1r0_read): Likewise.
743         (m32c_raw_write): Change declaration type to m32c_write_reg_t
744         and adjust definition.
745         (m32c_banked_write): Likewise.
746         (m32c_sb_write): Likewise.
747         (m32c_part_write): Likewise.
748         (m32c_cat_write): Likewise.
749         (m32c_r3r2r1r0_write): Likewise.
750
751 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
752
753         * aarch64-linux-tdep.c (aarch64_linux_syscall_record): Add cast.
754
755 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
756
757         * aarch64-linux-tdep.c (aarch64_canonicalize_syscall): Return
758         gdb_sys_no_syscall instead of -1.
759
760 2015-10-12  Yao Qi  <yao.qi@linaro.org>
761
762         * NEWS: Mention the change.
763
764 2015-10-12  Yao Qi  <yao.qi@linaro.org>
765
766         * arch/aarch64-insn.c (emit_load_store): Rename to ...
767         (aarch64_emit_load_store): ... it.  All callers updated.
768
769 2015-10-12  Yao Qi  <yao.qi@linaro.org>
770
771         * arch/aarch64-insn.c (emit_insn): Rename to ...
772         (aarch64_emit_insn): ... it.  All callers updated.
773
774 2015-10-12  Yao Qi  <yao.qi@linaro.org>
775
776         * aarch64-linux-tdep.c: Include arch-utils.h.
777         (aarch64_linux_init_abi): Call set_gdbarch_max_insn_length,
778         set_gdbarch_displaced_step_copy_insn,
779         set_gdbarch_displaced_step_fixup,
780         set_gdbarch_displaced_step_free_closure,
781         set_gdbarch_displaced_step_location,
782         and set_gdbarch_displaced_step_hw_singlestep.
783         * aarch64-tdep.c (struct displaced_step_closure): New.
784         (struct aarch64_displaced_step_data): New.
785         (aarch64_displaced_step_b): New function.
786         (aarch64_displaced_step_b_cond): Likewise.
787         (aarch64_register): Likewise.
788         (aarch64_displaced_step_cb): Likewise.
789         (aarch64_displaced_step_tb): Likewise.
790         (aarch64_displaced_step_adr): Likewise.
791         (aarch64_displaced_step_ldr_literal): Likewise.
792         (aarch64_displaced_step_others): Likewise.
793         (aarch64_displaced_step_copy_insn): Likewise.
794         (aarch64_displaced_step_fixup): Likewise.
795         (aarch64_displaced_step_hw_singlestep): Likewise.
796         * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): New macro.
797         (aarch64_displaced_step_copy_insn): Declare.
798         (aarch64_displaced_step_fixup): Declare.
799         (aarch64_displaced_step_hw_singlestep): Declare.
800         * arch/aarch64-insn.c (emit_insn): Moved from
801         gdbserver/linux-aarch64-low.c.
802         (emit_load_store): Likewise.
803         * arch/aarch64-insn.h (enum aarch64_opcodes): Moved from
804         gdbserver/linux-aarch64-low.c.
805         (struct aarch64_register): Likewise.
806         (struct aarch64_memory_operand): Likewise.
807         (ENCODE): Likewise.
808         (can_encode_int32): New macro.
809         (emit_b, emit_bcond, emit_cb, emit_ldr, emit_ldrsw): Likewise.
810         (emit_tb, emit_nop): Likewise.
811         (emit_insn): Declare.
812         (emit_load_store): Declare.
813
814 2015-10-12  Yao Qi  <yao.qi@linaro.org>
815
816         * arch/aarch64-insn.c (aarch64_decode_ldr_literal): Moved from
817         gdbserver/linux-aarch64-low.c.
818         (aarch64_relocate_instruction): Likewise.
819         * arch/aarch64-insn.h (aarch64_decode_ldr_literal): Declare.
820         (struct aarch64_insn_data): Moved from
821         gdbserver/linux-aarch64-low.c.
822         (struct aarch64_insn_visitor): Likewise.
823         (aarch64_relocate_instruction): Declare.
824
825 2015-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
826
827         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT>: If
828         EVAL_AVOID_SIDE_EFFECTS mode, forward the VALUE_LVAL attribute
829         to the returned value.
830
831 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
832
833         * ada-lang.c (ada_unpack_from_contents): Add guard that unpacked
834         is large enough for BIT_SIZE.  Update function comment.
835
836 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
837
838         * ada-lang.c (ada_value_primitive_packed_val): Move
839         src_len variable to local block where used.  Override
840         BIT_SIZE if bigger than size of resolved type.
841
842 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
843
844         * gdbtypes.h (is_scalar_type): Add extern declaration.
845         * gdbtypes.c (is_scalar_type): Make non-static.
846         * ada-lang.c (ada_value_primitive_packed_val): Use is_scalar_type
847         to compute IS_SCALAR instead of doing it ourselves.
848
849 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
850
851         * ada-lang.c (ada_value_primitive_packed_val): Rework handling
852         of case where TYPE is dynamic.
853
854 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
855
856         * ada-lang.c (ada_unpack_from_contents): New function,
857         extracted from ada_value_primitive_packed_val.
858         (ada_value_primitive_packed_val): Replace extracted out code
859         by call to ada_unpack_from_contents.
860
861 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
862
863         * ada-lang.c (ada_value_primitive_packed_val): Reorder local
864         variable declarations.
865
866 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
867
868         * ada-lang.c (ada_value_primitive_packed_val): Change the type
869         of local variables src and unpacked to "gdb_type *" instead of
870         "unsigned char *".
871
872 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
873
874         * ada-lang.c (ada_value_primitive_packed_val): Make the name
875         of various local variables more explicit and consistent.
876         No real code change otherwise.
877
878 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
879
880         * i386-tdep.h (struct gdbarch_tdep): Change type of
881         register_reggroup_p to gdbarch_register_reggroup_p_ftype.
882
883 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
884
885         * cris-tdep.c (struct instruction_environment): Change type of
886         byte_order to enum bfd_endian.
887
888 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
889
890         * arm-linux-tdep.c (arm_canonicalize_syscall): Add
891         enum gdb_syscall casts.
892
893 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
894
895         * aarch64-tdep.c (stack_item_t): Change type of data to gdb_byte*.
896         * arm-tdep.c (struct stack_item): Likewise.
897         (push_stack_item): Add gdb_byte* cast.
898         * avr-tdep.c (struct stack_item): Change type of data to gdb_byte*.
899         (push_stack_item): Add gdb_byte* cast.
900         * cli/cli-dump.c (dump_memory_to_file): Change type of buf to gdb_byte*
901         and add cast.
902         * cris-tdep.c (struct stack_item): Change type of data to gdb_byte*.
903         (push_stack_item): Add gdb_byte* cast.
904         * gcore.c (gcore_copy_callback): Change type of memhunk to gdb_byte* and
905         add cast.
906         * gdbtypes.h (print_scalar_formatted): Change type of first parameter to
907         gdb_byte*.
908         * h8300-tdep.c (h8300_extract_return_value): Change type of valbuf to
909         gdb_byte* and remove unnecessary cast.
910         (h8300h_extract_return_value): Likewise.
911         (h8300_store_return_value): Change type of valbuf to gdb_byte*.
912         (h8300h_store_return_value): Likewise.
913         * iq2000-tdep.c (iq2000_extract_return_value): Change type of valbuf to
914         gdb_byte* and remove unnecessary cast.
915         * jit.c (jit_reader_try_read_symtab): Change type of gdb_mem to gdb_byte*
916         and add cast.
917         * m32r-tdep.c (m32r_store_return_value): Change type of valbuf to
918         gdb_byte* and remove unnecessary cast.
919         (m32r_extract_return_value): Change type of dst to gdb_byte* and remove
920         valbuf.
921         * mep-tdep.c (mep_pseudo_cr32_read): Change type of buf to gdb_byte*.
922         (mep_pseudo_cr64_read): Likewise.
923         (mep_pseudo_csr_write): Likewise.
924         (mep_pseudo_cr32_write): Likewise.
925         (mep_pseudo_cr64_write): Likewise.
926         * mi/mi-main.c (mi_cmd_data_write_memory): Change type of buffer to
927         gdb_byte* and add cast.
928         * moxie-tdep.c (moxie_store_return_value): Change type of valbuf to
929         gdb_byte* and remove unnecessary cast.
930         (moxie_extract_return_value): Change type of dst to gdb_byte* and remove
931         valbuf.
932         * p-valprint.c (print_scalar_formatted): Change type of valaddr to
933         gdb_byte*.
934         * printcmd.c (void): Likewise.
935         * python/py-inferior.c (infpy_read_memory): Change type of buffer to
936         gdb_byte* and add cast.
937         (infpy_write_memory): Likewise.
938         (infpy_search_memory): Likewise.
939         * regcache.c (regcache_raw_write_signed): Change type of buf to gdb_byte*
940         and add cast.
941         (regcache_raw_write_unsigned): Likewise.
942         (regcache_cooked_write_signed): Likewise.
943         (regcache_cooked_write_unsigned): Likewise.
944         * sh64-tdep.c (h64_extract_return_value): Change type of valbuf to
945         gdb_byte*.
946
947 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
948
949         * fbsd-tdep.c (fbsd_collect_regset_section_cb): Add cast.
950         * linux-tdep.c (linux_collect_regset_section_cb_data): Likewise.
951
952 2015-10-09  Eli Zaretskii  <eliz@gnu.org>
953
954         * stack.c (print_stack_frame):
955         * utils.c (printchar): Fix typos in commentary.
956
957 2015-10-08  Iain Buclaw  <ibuclaw@gdcproject.org>
958
959         * d-exp.y: (UnaryExpression): Support `type.sizeof' expressions.
960         (PostfixExpression): Support `expr.sizeof' expressions.
961         (PrimaryExpression): Support `typeof(expr)' expressions.
962
963 2015-10-08  Maciej W. Rozycki  <macro@imgtec.com>
964
965         * MAINTAINERS: Update my email address.
966
967 2015-10-08  Markus Metzger  <markus.t.metzger@intel.com>
968
969         * record-btrace.c (record_btrace_resume): Fix void return.
970
971 2015-10-07  Yao Qi  <yao.qi@linaro.org>
972
973         * aarch64-tdep.c: Include opcode/aarch64.h.
974         (submask): Move it above.
975         (bit): Likewise.
976         (bits): Likewise.
977         (aarch64_software_single_step): Call aarch64_decode_insn.
978         Decode instruction by aarch64_inst instead of using
979         aarch64_decode_bcond and decode_masked_match.
980
981 2015-10-06  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
982
983         * cli/cli-dump.c (restore_command): Parse load_offset (bias) as address
984         only when the file is binary.
985
986 2015-10-02  James Bowman  <james.bowman@ftdichip.com>
987
988         * ft32-tdep.c (ft32_analyze_prologue): Add function prolog
989         subroutine handling.
990
991 2015-10-01  Simon Marchi  <simon.marchi@ericsson.com>
992
993         * common/vec.h (VEC_OP (T,cleanup)): Add pointer cast.
994
995 2015-09-30  Doug Evans  <dje@google.com>
996
997         * dwarf2read.c (setup_type_unit_groups): Add comment.
998
999 2015-09-30  Pedro Alves  <palves@redhat.com>
1000
1001         * linux-nat.c (linux_nat_always_non_stop_p): Always return 1.
1002         * x86-linux-nat.c (x86_linux_always_non_stop_p): Delete.
1003         (x86_linux_create_target): Don't install
1004         x86_linux_always_non_stop_p.
1005
1006 2015-09-30  Don Breazeal  <donb@codesourcery.com>
1007
1008         * remote.c (remote_parse_stop_reply): Call strprefix instead
1009         of strncmp.
1010
1011 2015-09-30  Simon Marchi  <simon.marchi@ericsson.com>
1012
1013         * gdbarch.sh (struct gdbarch_info): Change tdep_info's type to void *.
1014         * gdbarch.h: Regenerate.
1015         * i386-tdep.c (i386_gdbarch_init): Remove cast to
1016         struct gdbarch_tdep_info *.
1017         * mips-tdep.c (mips_gdbarch_init): Likewise.
1018         * ppc-linux-tdep (ppu2spu_sniffer): Likewise.
1019         * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
1020         * spu-multiarch.c (spu_gdbarch): Likewise.
1021
1022 2015-09-30  Kevin Buettner  <kevinb@redhat.com>
1023
1024         * infcmd.c (finish_command_fsm_should_stop): Don't attempt to
1025         record a NULL value.
1026
1027 2015-09-29  Kevin Buettner  <kevinb@redhat.com>
1028
1029         * msp430-tdep.c (msp430_push_dummy_call): Treat reference, struct,
1030         and union arguments the same as pointer arguments when determining
1031         size of argument.
1032
1033 2015-09-29  James Bowman  <james.bowman@ftdichip.com>
1034
1035         * ft32-tdep.c: #include "opcode/ft32.h".
1036         Delete local macros IS_PUSH, PUSH_REG, IS_LINK, LINK_SIZE.
1037         (ft32_analyze_prologue): Use FT32_* macros.
1038
1039 2015-09-28  Simon Marchi  <simon.marchi@ericsson.com>
1040
1041         * cli/cli-script.c (read_next_line): Fix stdout -> stdin in
1042         comment.
1043
1044 2015-09-28  Doug Evans  <dje@google.com>
1045
1046         * MAINTAINERS: Add Iain Buclaw as D language maintainer.
1047
1048 2015-09-28  Doug Evans  <dje@google.com>
1049
1050         * common/filestuff.c (make_cleanup_close): Update comment.
1051
1052 2015-09-26  Simon Marchi  <simon.marchi@polymtl.ca>
1053
1054         * btrace.c (parse_xml_btrace_block): Fix cast of
1055         xml_find_attribute's return value.
1056         * memory-map.c (memory_map_start_memory): Likewise.
1057         * solib-svr4.c (library_list_start_library): Likewise.
1058         * solib-target.c (library_list_start_segment): Likewise.
1059         (library_list_start_section): Likewise.
1060         * tracepoint.c (traceframe_info_start_memory): Likewise.
1061
1062 2015-09-26  Iain Buclaw  <ibuclaw@gdcproject.org>
1063
1064         * d-namespace.c (d_lookup_symbol): New arg langdef.
1065         All callers updated.  Support looking up symbol as a primitive type.
1066         (lookup_module_scope): New arg langdef.  All callers updated.
1067         Call d_lookup_symbol directly for simple bare symbols.
1068
1069 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
1070
1071         * macrocmd.c (print_macro_callback): Add cast(s).
1072         * macrotab.c (macro_bcache_str): Likewise.
1073         (new_macro_definition): Likewise.
1074         * main.c (captured_main): Likewise.
1075         * maint.c (print_bfd_section_info): Likewise.
1076         * mdebugread.c (mdebug_build_psymtabs): Likewise.
1077         (basic_type): Likewise.
1078         * memattr.c (mem_region_cmp): Likewise.
1079         * memory-map.c (memory_map_start_memory): Likewise.
1080         (memory_map_end_memory): Likewise.
1081         (memory_map_start_property): Likewise.
1082         (memory_map_end_property): Likewise.
1083         (clear_result): Likewise.
1084         * memrange.c (compare_mem_ranges): Likewise.
1085         * mep-tdep.c (mep_analyze_frame_prologue): Likewise.
1086         * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Likewise.
1087         * mi/mi-console.c (mi_console_file_delete): Likewise.
1088         (mi_console_file_fputs): Likewise.
1089         (mi_console_raw_packet): Likewise.
1090         (mi_console_file_flush): Likewise.
1091         (mi_console_set_raw): Likewise.
1092         * mi/mi-interp.c (mi_interpreter_resume): Likewise.
1093         (mi_new_thread): Likewise.
1094         (mi_thread_exit): Likewise.
1095         (mi_record_changed): Likewise.
1096         (mi_inferior_added): Likewise.
1097         (mi_inferior_appeared): Likewise.
1098         (mi_inferior_exit): Likewise.
1099         (mi_inferior_removed): Likewise.
1100         (mi_interp_data): Likewise.
1101         (mi_on_normal_stop): Likewise.
1102         (mi_traceframe_changed): Likewise.
1103         (mi_tsv_created): Likewise.
1104         (mi_tsv_deleted): Likewise.
1105         (mi_tsv_modified): Likewise.
1106         (mi_breakpoint_created): Likewise.
1107         (mi_breakpoint_deleted): Likewise.
1108         (mi_breakpoint_modified): Likewise.
1109         (mi_output_running_pid): Likewise.
1110         (mi_inferior_count): Likewise.
1111         (mi_solib_loaded): Likewise.
1112         (mi_solib_unloaded): Likewise.
1113         (mi_command_param_changed): Likewise.
1114         (mi_memory_changed): Likewise.
1115         (report_initial_inferior): Likewise.
1116         (mi_ui_out): Likewise.
1117         (mi_set_logging): Likewise.
1118         * mi/mi-main.c (collect_cores): Likewise.
1119         (print_one_inferior): Likewise.
1120         (free_vector_of_ints): Likewise.
1121         (free_splay_tree): Likewise.
1122         (mi_execute_command): Likewise.
1123         * mi/mi-out.c (mi_table_body): Likewise.
1124         (mi_table_end): Likewise.
1125         (mi_table_header): Likewise.
1126         (mi_begin): Likewise.
1127         (mi_end): Likewise.
1128         (mi_field_int): Likewise.
1129         (mi_field_string): Likewise.
1130         (mi_field_fmt): Likewise.
1131         (mi_flush): Likewise.
1132         (mi_redirect): Likewise.
1133         (field_separator): Likewise.
1134         (mi_open): Likewise.
1135         (mi_close): Likewise.
1136         (mi_out_buffered): Likewise.
1137         (mi_out_rewind): Likewise.
1138         (mi_out_put): Likewise.
1139         (mi_version): Likewise.
1140         (mi_out_data_dtor): Likewise.
1141         * mi/mi-parse.c (mi_parse_cleanup): Likewise.
1142         * microblaze-tdep.c (microblaze_frame_cache): Likewise.
1143         * minidebug.c (lzma_open): Likewise.
1144         (lzma_pread): Likewise.
1145         (lzma_close): Likewise.
1146         (lzma_stat): Likewise.
1147         * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
1148         * mips-sde-tdep.c (mips_sde_frame_cache): Likewise.
1149         (mips_sde_elf_osabi_sniff_abi_tag_sections): Likewise.
1150         * mips-tdep.c (mips_insn16_frame_cache): Likewise.
1151         (mips_micro_frame_cache): Likewise.
1152         (mips_insn32_frame_cache): Likewise.
1153         (mips_stub_frame_cache): Likewise.
1154         (gdb_print_insn_mips): Likewise.
1155         (value_of_mips_user_reg): Likewise.
1156         (mips_gdbarch_init): Likewise.
1157         * mips64obsd-tdep.c (mips64obsd_supply_gregset): Likewise.
1158         * mipsnbsd-tdep.c (mipsnbsd_supply_fpregset): Likewise.
1159         (mipsnbsd_supply_gregset): Likewise.
1160         * mn10300-linux-tdep.c (am33_supply_fpregset_method): Likewise.
1161         (am33_collect_gregset_method): Likewise.
1162         (am33_collect_fpregset_method): Likewise.
1163         * mn10300-tdep.c (mn10300_analyze_frame_prologue): Likewise.
1164         * moxie-tdep.c (moxie_frame_cache): Likewise.
1165         * msp430-tdep.c (msp430_get_opcode_byte): Likewise.
1166         (msp430_analyze_frame_prologue): Likewise.
1167         * mt-tdep.c (mt_frame_unwind_cache): Likewise.
1168         * nios2-linux-tdep.c (nios2_supply_gregset): Likewise.
1169         (nios2_collect_gregset): Likewise.
1170         * nios2-tdep.c (nios2_frame_unwind_cache): Likewise.
1171         (nios2_stub_frame_cache): Likewise.
1172         * objc-lang.c (find_methods): Likewise.
1173         * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
1174         (get_objfile_pspace_data): Likewise.
1175         (get_objfile_bfd_data): Likewise.
1176         (objfile_bfd_data_free): Likewise.
1177         (add_to_objfile_sections): Likewise.
1178         (do_free_objfile_cleanup): Likewise.
1179         (resume_section_map_updates_cleanup): Likewise.
1180         * opencl-lang.c (builtin_opencl_type): Likewise.
1181         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
1182         * osdata.c (osdata_start_osdata): Likewise.
1183         (osdata_start_item): Likewise.
1184         (osdata_start_column): Likewise.
1185         (osdata_end_column): Likewise.
1186         (clear_parsing_data): Likewise.
1187         (osdata_free_cleanup): Likewise.
1188         * parse.c (type_stack_cleanup): Likewise.
1189         (exp_uses_objfile_iter): Likewise.
1190         * ppc-linux-tdep.c (ppc_linux_supply_gregset): Likewise.
1191         (ppc_linux_collect_gregset): Likewise.
1192         (ppu2spu_prev_arch): Likewise.
1193         (ppu2spu_this_id): Likewise.
1194         (ppu2spu_prev_register): Likewise.
1195         (ppu2spu_unwind_register): Likewise.
1196         (ppu2spu_sniffer): Likewise.
1197         (ppu2spu_dealloc_cache): Likewise.
1198         (ppc_linux_init_abi): Likewise.
1199         * ppcfbsd-tdep.c (ppcfbsd_sigtramp_frame_cache): Likewise.
1200         * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
1201         * progspace.c (restore_program_space): Likewise.
1202         * psymtab.c (find_pc_sect_psymtab): Likewise.
1203         (compare_psymbols): Likewise.
1204         (psymbol_bcache_full): Likewise.
1205         (allocate_psymtab): Likewise.
1206         (discard_psymtabs_upto): Likewise.
1207         * python/py-block.c (set_block): Likewise.
1208         (del_objfile_blocks): Likewise.
1209         * python/py-breakpoint.c (build_bp_list): Likewise.
1210         * python/py-inferior.c (inferior_to_inferior_object): Likewise.
1211         (build_inferior_list): Likewise.
1212         (py_free_inferior): Likewise.
1213         * python/py-objfile.c (py_free_objfile): Likewise.
1214         (objfile_to_objfile_object): Likewise.
1215         * python/py-prettyprint.c (py_restore_tstate): Likewise.
1216         * python/py-progspace.c (py_free_pspace): Likewise.
1217         (pspace_to_pspace_object): Likewise.
1218         * python/py-symbol.c (set_symbol): Likewise.
1219         (del_objfile_symbols): Likewise.
1220         * python/py-symtab.c (set_sal): Likewise.
1221         (set_symtab): Likewise.
1222         (del_objfile_symtab): Likewise.
1223         (del_objfile_sal): Likewise.
1224         * python/py-type.c (save_objfile_types): Likewise.
1225         (set_type): Likewise.
1226         * python/py-unwind.c (pyuw_prev_register): Likewise.
1227         (pyuw_on_new_gdbarch): Likewise.
1228         * python/py-utils.c (py_decref): Likewise.
1229         (py_xdecref): Likewise.
1230         (gdb_py_generic_dict): Likewise.
1231         * python/py-xmethods.c (gdbpy_free_xmethod_worker_data): Likewise.
1232         (gdbpy_clone_xmethod_worker_data): Likewise.
1233         (gdbpy_get_xmethod_arg_types): Likewise.
1234         (gdbpy_get_xmethod_result_type): Likewise.
1235         (gdbpy_invoke_xmethod): Likewise.
1236         * python/python.c (gdbpy_apply_type_printers): Likewise.
1237         (gdbpy_free_type_printers): Likewise.
1238         * record-btrace.c (record_btrace_disable_callback): Likewise.
1239         (bfcache_hash): Likewise.
1240         (bfcache_eq): Likewise.
1241         (btrace_get_frame_function): Likewise.
1242         (record_btrace_frame_unwind_stop_reason): Likewise.
1243         (record_btrace_frame_this_id): Likewise.
1244         (record_btrace_frame_prev_register): Likewise.
1245         (record_btrace_frame_dealloc_cache): Likewise.
1246         * record-full.c (record_full_message_wrapper): Likewise.
1247         (record_full_save_cleanups): Likewise.
1248         * regcache.c (regcache_descr): Likewise.
1249         (do_regcache_xfree): Likewise.
1250         (do_regcache_invalidate): Likewise.
1251         (do_cooked_read): Likewise.
1252         (regcache_transfer_regset): Likewise.
1253         * reggroups.c (reggroup_add): Likewise.
1254         (reggroup_next): Likewise.
1255         (reggroup_prev): Likewise.
1256         * remote-fileio.c (do_remote_fileio_request): Likewise.
1257         * remote-notif.c (remote_async_get_pending_events_handler): Likewise.
1258         (do_notif_event_xfree): Likewise.
1259         * remote.c (get_remote_arch_state): Likewise.
1260         (remote_pspace_data_cleanup): Likewise.
1261         (get_remote_exec_file): Likewise.
1262         (set_pspace_remote_exec_file): Likewise.
1263         (compare_pnums): Likewise.
1264         (clear_threads_listing_context): Likewise.
1265         (remote_newthread_step): Likewise.
1266         (start_thread): Likewise.
1267         (end_thread): Likewise.
1268         (remove_child_of_pending_fork): Likewise.
1269         (remove_stop_reply_for_inferior): Likewise.
1270         (remove_stop_reply_of_remote_state): Likewise.
1271         (remote_notif_remove_once_on_match): Likewise.
1272         (stop_reply_match_ptid_and_ws): Likewise.
1273         (kill_child_of_pending_fork): Likewise.
1274         (register_remote_g_packet_guess): Likewise.
1275         (remote_read_description_p): Likewise.
1276         (remote_read_description): Likewise.
1277         (free_actions_list_cleanup_wrapper): Likewise.
1278         (remote_async_serial_handler): Likewise.
1279         * rl78-tdep.c (rl78_get_opcode_byte): Likewise.
1280         (rl78_analyze_frame_prologue): Likewise.
1281         * rs6000-tdep.c (ppc_supply_gregset): Likewise.
1282         (ppc_supply_fpregset): Likewise.
1283         (ppc_supply_vsxregset): Likewise.
1284         (ppc_supply_vrregset): Likewise.
1285         (ppc_collect_gregset): Likewise.
1286         (ppc_collect_fpregset): Likewise.
1287         (ppc_collect_vsxregset): Likewise.
1288         (ppc_collect_vrregset): Likewise.
1289         (e500_move_ev_register): Likewise.
1290         (do_regcache_raw_write): Likewise.
1291         (rs6000_frame_cache): Likewise.
1292         (rs6000_epilogue_frame_cache): Likewise.
1293         (rs6000_gdbarch_init): Likewise.
1294         * rx-tdep.c (rx_get_opcode_byte): Likewise.
1295         (rx_analyze_frame_prologue): Likewise.
1296         (rx_frame_type): Likewise.
1297         (rx_frame_sniffer_common): Likewise.
1298         * s390-linux-tdep.c (s390_check_for_saved): Likewise.
1299         (s390_frame_unwind_cache): Likewise.
1300         (s390_stub_frame_unwind_cache): Likewise.
1301         (s390_sigtramp_frame_unwind_cache): Likewise.
1302         * score-tdep.c (score_make_prologue_cache): Likewise.
1303         * sentinel-frame.c (sentinel_frame_prev_register): Likewise.
1304         (sentinel_frame_prev_arch): Likewise.
1305         * ser-base.c (fd_event): Likewise.
1306         (push_event): Likewise.
1307         (ser_base_write): Likewise.
1308         * ser-pipe.c (pipe_close): Likewise.
1309         * serial.c (serial_write): Likewise.
1310         * sh-tdep.c (sh_frame_cache): Likewise.
1311         (sh_stub_this_id): Likewise.
1312         * sh64-tdep.c (sh64_frame_cache): Likewise.
1313         * solib-aix.c (get_solib_aix_inferior_data): Likewise.
1314         (library_list_start_library): Likewise.
1315         (library_list_start_list): Likewise.
1316         (solib_aix_free_library_list): Likewise.
1317         * solib-darwin.c (get_darwin_info): Likewise.
1318         * solib-dsbt.c (get_dsbt_info): Likewise.
1319         * solib-spu.c (append_ocl_sos): Likewise.
1320         * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
1321         (get_svr4_info): Likewise.
1322         (library_list_start_library): Likewise.
1323         (svr4_library_list_start_list): Likewise.
1324         (hash_probe_and_action): Likewise.
1325         (equal_probe_and_action): Likewise.
1326         (svr4_update_solib_event_breakpoint): Likewise.
1327         (set_solib_svr4_fetch_link_map_offsets): Likewise.
1328         (svr4_fetch_link_map_offsets): Likewise.
1329         (svr4_have_link_map_offsets): Likewise.
1330         * solib-target.c (library_list_start_segment): Likewise.
1331         (library_list_start_section): Likewise.
1332         (library_list_start_library): Likewise.
1333         (library_list_end_library): Likewise.
1334         (library_list_start_list): Likewise.
1335         (solib_target_free_library_list): Likewise.
1336         * solib.c (solib_ops): Likewise.
1337         (set_solib_ops): Likewise.
1338         * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
1339         * sparc-tdep.c (sparc_frame_cache): Likewise.
1340         (sparc32_frame_cache): Likewise.
1341         (sparc32_supply_gregset): Likewise.
1342         (sparc32_collect_gregset): Likewise.
1343         (sparc32_supply_fpregset): Likewise.
1344         (sparc32_collect_fpregset): Likewise.
1345         * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
1346         * sparc64-tdep.c (sparc64_supply_gregset): Likewise.
1347         (sparc64_collect_gregset): Likewise.
1348         (sparc64_supply_fpregset): Likewise.
1349         (sparc64_collect_fpregset): Likewise.
1350         * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_cache): Likewise.
1351         * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
1352         * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.
1353         (sparc64obsd_trapframe_cache): Likewise.
1354         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Likewise.
1355         * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
1356         * spu-multiarch.c (spu_gdbarch): Likewise.
1357         * spu-tdep.c (spu_frame_unwind_cache): Likewise.
1358         (spu2ppu_prev_arch): Likewise.
1359         (spu2ppu_this_id): Likewise.
1360         (spu2ppu_prev_register): Likewise.
1361         (spu2ppu_dealloc_cache): Likewise.
1362         (spu_dis_asm_print_address): Likewise.
1363         (gdb_print_insn_spu): Likewise.
1364         (spu_get_overlay_table): Likewise.
1365         * stabsread.c (rs6000_builtin_type): Likewise.
1366         * stack.c (do_print_variable_and_value): Likewise.
1367         * stap-probe.c (get_stap_base_address_1): Likewise.
1368         * symfile-debug.c (debug_qf_has_symbols): Likewise.
1369         (debug_qf_find_last_source_symtab): Likewise.
1370         (debug_qf_forget_cached_source_info): Likewise.
1371         (debug_qf_map_symtabs_matching_filename): Likewise.
1372         (debug_qf_lookup_symbol): Likewise.
1373         (debug_qf_print_stats): Likewise.
1374         (debug_qf_dump): Likewise.
1375         (debug_qf_relocate): Likewise.
1376         (debug_qf_expand_symtabs_for_function): Likewise.
1377         (debug_qf_expand_all_symtabs): Likewise.
1378         (debug_qf_expand_symtabs_with_fullname): Likewise.
1379         (debug_qf_map_matching_symbols): Likewise.
1380         (debug_qf_expand_symtabs_matching): Likewise.
1381         (debug_qf_find_pc_sect_compunit_symtab): Likewise.
1382         (debug_qf_map_symbol_filenames): Likewise.
1383         (debug_sym_get_probes): Likewise.
1384         (debug_sym_new_init): Likewise.
1385         (debug_sym_init): Likewise.
1386         (debug_sym_read): Likewise.
1387         (debug_sym_read_psymbols): Likewise.
1388         (debug_sym_finish): Likewise.
1389         (debug_sym_offsets): Likewise.
1390         (debug_sym_read_linetable): Likewise.
1391         (debug_sym_relocate): Likewise.
1392         (uninstall_symfile_debug_logging): Likewise.
1393         * symfile-mem.c (symbol_file_add_from_memory_wrapper): Likewise.
1394         * symfile.c (place_section): Likewise.
1395         (add_section_size_callback): Likewise.
1396         (load_progress): Likewise.
1397         (load_section_callback): Likewise.
1398         (clear_memory_write_data): Likewise.
1399         (allocate_symtab): Likewise.
1400         * symmisc.c (maintenance_expand_file_matcher): Likewise.
1401         * symtab.c (lookup_symtab_callback): Likewise.
1402         (hash_demangled_name_entry): Likewise.
1403         (eq_demangled_name_entry): Likewise.
1404         (get_symbol_cache): Likewise.
1405         (symbol_cache_cleanup): Likewise.
1406         (set_symbol_cache_size): Likewise.
1407         (symbol_cache_flush): Likewise.
1408         (maintenance_print_symbol_cache): Likewise.
1409         (maintenance_print_symbol_cache_statistics): Likewise.
1410         (delete_filename_seen_cache): Likewise.
1411         (output_partial_symbol_filename): Likewise.
1412         (search_symbols_file_matches): Likewise.
1413         (search_symbols_name_matches): Likewise.
1414         (do_free_completion_list): Likewise.
1415         (maybe_add_partial_symtab_filename): Likewise.
1416         (get_main_info): Likewise.
1417         (main_info_cleanup): Likewise.
1418         * target-dcache.c (target_dcache_cleanup): Likewise.
1419         (target_dcache_init_p): Likewise.
1420         (target_dcache_invalidate): Likewise.
1421         (target_dcache_get): Likewise.
1422         (target_dcache_get_or_init): Likewise.
1423         * target-descriptions.c (target_find_description): Likewise.
1424         (tdesc_find_type): Likewise.
1425         (tdesc_data_cleanup): Likewise.
1426         (tdesc_find_arch_register): Likewise.
1427         (tdesc_register_name): Likewise.
1428         (tdesc_register_type): Likewise.
1429         (tdesc_register_reggroup_p): Likewise.
1430         (set_tdesc_pseudo_register_name): Likewise.
1431         (set_tdesc_pseudo_register_type): Likewise.
1432         (set_tdesc_pseudo_register_reggroup_p): Likewise.
1433         (tdesc_use_registers): Likewise.
1434         (free_target_description): Likewise.
1435         * target-memory.c (compare_block_starting_address): Likewise.
1436         (cleanup_request_data): Likewise.
1437         (cleanup_write_requests_vector): Likewise.
1438         * target.c (open_target): Likewise.
1439         (cleanup_restore_target_terminal): Likewise.
1440         (free_memory_read_result_vector): Likewise.
1441         * thread.c (disable_thread_stack_temporaries): Likewise.
1442         (finish_thread_state_cleanup): Likewise.
1443         (do_restore_current_thread_cleanup): Likewise.
1444         (restore_current_thread_cleanup_dtor): Likewise.
1445         (set_thread_refcount): Likewise.
1446         (tp_array_compar): Likewise.
1447         (do_captured_thread_select): Likewise.
1448         * tic6x-tdep.c (tic6x_frame_unwind_cache): Likewise.
1449         (tic6x_stub_this_id): Likewise.
1450         * tilegx-tdep.c (tilegx_frame_cache): Likewise.
1451         * top.c (do_restore_instream_cleanup): Likewise.
1452         (gdb_readline_wrapper_cleanup): Likewise.
1453         (kill_or_detach): Likewise.
1454         (print_inferior_quit_action): Likewise.
1455         * tracefile-tfile.c (match_blocktype): Likewise.
1456         (build_traceframe_info): Likewise.
1457         * tracefile.c (trace_file_writer_xfree): Likewise.
1458         * tracepoint.c (memrange_cmp): Likewise.
1459         (do_collect_symbol): Likewise.
1460         (do_clear_collection_list): Likewise.
1461         (do_restore_current_traceframe_cleanup): Likewise.
1462         (restore_current_traceframe_cleanup_dtor): Likewise.
1463         (free_current_marker): Likewise.
1464         (traceframe_info_start_memory): Likewise.
1465         (traceframe_info_start_tvar): Likewise.
1466         (free_result): Likewise.
1467         * tramp-frame.c (tramp_frame_cache): Likewise.
1468         * tui/tui-file.c (tui_file_delete): Likewise.
1469         (tui_fileopen): Likewise.
1470         (tui_sfileopen): Likewise.
1471         (tui_file_isatty): Likewise.
1472         (tui_file_rewind): Likewise.
1473         (tui_file_put): Likewise.
1474         (tui_file_fputs): Likewise.
1475         (tui_file_get_strbuf): Likewise.
1476         (tui_file_adjust_strbuf): Likewise.
1477         (tui_file_flush): Likewise.
1478         * tui/tui-layout.c (make_command_window): Likewise.
1479         (make_data_window): Likewise.
1480         (show_source_disasm_command): Likewise.
1481         (show_data): Likewise.
1482         (make_source_or_disasm_window): Likewise.
1483         (show_source_or_disasm_and_command): Likewise.
1484         * tui/tui-out.c (tui_field_int): Likewise.
1485         (tui_field_string): Likewise.
1486         (tui_field_fmt): Likewise.
1487         (tui_text): Likewise.
1488         * typeprint.c (hash_typedef_field): Likewise.
1489         (eq_typedef_field): Likewise.
1490         (do_free_typedef_hash): Likewise.
1491         (copy_typedef_hash_element): Likewise.
1492         (do_free_global_table): Likewise.
1493         (find_global_typedef): Likewise.
1494         (find_typedef_in_hash): Likewise.
1495         * ui-file.c (ui_file_write_for_put): Likewise.
1496         (do_ui_file_xstrdup): Likewise.
1497         (mem_file_delete): Likewise.
1498         (mem_file_rewind): Likewise.
1499         (mem_file_put): Likewise.
1500         (mem_file_write): Likewise.
1501         (stdio_file_delete): Likewise.
1502         (stdio_file_flush): Likewise.
1503         (stdio_file_read): Likewise.
1504         (stdio_file_write): Likewise.
1505         (stdio_file_write_async_safe): Likewise.
1506         (stdio_file_fputs): Likewise.
1507         (stdio_file_isatty): Likewise.
1508         (stdio_file_fseek): Likewise.
1509         (tee_file_delete): Likewise.
1510         (tee_file_flush): Likewise.
1511         (tee_file_write): Likewise.
1512         (tee_file_fputs): Likewise.
1513         (tee_file_isatty): Likewise.
1514         * ui-out.c (do_cleanup_table_end): Likewise.
1515         (do_cleanup_end): Likewise.
1516         * user-regs.c (user_reg_add): Likewise.
1517         (user_reg_map_name_to_regnum): Likewise.
1518         (usernum_to_user_reg): Likewise.
1519         (maintenance_print_user_registers): Likewise.
1520         * utils.c (do_bfd_close_cleanup): Likewise.
1521         (do_fclose_cleanup): Likewise.
1522         (do_obstack_free): Likewise.
1523         (do_ui_file_delete): Likewise.
1524         (do_ui_out_redirect_pop): Likewise.
1525         (do_free_section_addr_info): Likewise.
1526         (restore_integer): Likewise.
1527         (do_unpush_target): Likewise.
1528         (do_htab_delete_cleanup): Likewise.
1529         (do_restore_ui_file): Likewise.
1530         (do_value_free): Likewise.
1531         (do_free_so): Likewise.
1532         (free_current_contents): Likewise.
1533         (do_regfree_cleanup): Likewise.
1534         (core_addr_hash): Likewise.
1535         (core_addr_eq): Likewise.
1536         (do_free_char_ptr_vec): Likewise.
1537         * v850-tdep.c (v850_frame_cache): Likewise.
1538         * varobj.c (do_free_variable_cleanup): Likewise.
1539         * vax-tdep.c (vax_supply_gregset): Likewise.
1540         (vax_frame_cache): Likewise.
1541         * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_cache): Likewise.
1542         * xml-support.c (gdb_xml_body_text): Likewise.
1543         (gdb_xml_values_cleanup): Likewise.
1544         (gdb_xml_start_element): Likewise.
1545         (gdb_xml_start_element_wrapper): Likewise.
1546         (gdb_xml_end_element): Likewise.
1547         (gdb_xml_end_element_wrapper): Likewise.
1548         (gdb_xml_cleanup): Likewise.
1549         (gdb_xml_fetch_external_entity): Likewise.
1550         (gdb_xml_parse_attr_enum): Likewise.
1551         (xinclude_start_include): Likewise.
1552         (xinclude_end_include): Likewise.
1553         (xml_xinclude_default): Likewise.
1554         (xml_xinclude_start_doctype): Likewise.
1555         (xml_xinclude_end_doctype): Likewise.
1556         (xml_xinclude_cleanup): Likewise.
1557         (xml_fetch_content_from_file): Likewise.
1558         * xml-syscall.c (free_syscalls_info): Likewise.
1559         (syscall_start_syscall): Likewise.
1560         * xml-tdesc.c (tdesc_end_arch): Likewise.
1561         (tdesc_end_osabi): Likewise.
1562         (tdesc_end_compatible): Likewise.
1563         (tdesc_start_target): Likewise.
1564         (tdesc_start_feature): Likewise.
1565         (tdesc_start_reg): Likewise.
1566         (tdesc_start_union): Likewise.
1567         (tdesc_start_struct): Likewise.
1568         (tdesc_start_flags): Likewise.
1569         (tdesc_start_field): Likewise.
1570         (tdesc_start_vector): Likewise.
1571         (fetch_available_features_from_target): Likewise.
1572         * xstormy16-tdep.c (xstormy16_frame_cache): Likewise.
1573         * xtensa-tdep.c (xtensa_supply_gregset): Likewise.
1574         (xtensa_frame_cache): Likewise.
1575         (xtensa_frame_prev_register): Likewise.
1576         (xtensa_extract_return_value): Likewise.
1577
1578 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
1579
1580         * aarch64-tdep.c (aarch64_make_prologue_cache): Add cast(s).
1581         (aarch64_make_stub_cache): Likewise.
1582         (value_of_aarch64_user_reg): Likewise.
1583         * ada-lang.c (ada_inferior_data_cleanup): Likewise.
1584         (get_ada_inferior_data): Likewise.
1585         (get_ada_pspace_data): Likewise.
1586         (ada_pspace_data_cleanup): Likewise.
1587         (ada_complete_symbol_matcher): Likewise.
1588         (ada_exc_search_name_matches): Likewise.
1589         * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
1590         (get_ada_tasks_inferior_data): Likewise.
1591         * addrmap.c (addrmap_mutable_foreach_worker): Likewise.
1592         (splay_obstack_alloc): Likewise.
1593         (splay_obstack_free): Likewise.
1594         * alpha-linux-tdep.c (alpha_linux_supply_gregset): Likewise.
1595         (alpha_linux_collect_gregset): Likewise.
1596         (alpha_linux_supply_fpregset): Likewise.
1597         (alpha_linux_collect_fpregset): Likewise.
1598         * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind_cache): Likewise.
1599         * alpha-tdep.c (alpha_lds): Likewise.
1600         (alpha_sts): Likewise.
1601         (alpha_sigtramp_frame_unwind_cache): Likewise.
1602         (alpha_heuristic_frame_unwind_cache): Likewise.
1603         (alpha_supply_int_regs): Likewise.
1604         (alpha_fill_int_regs): Likewise.
1605         (alpha_supply_fp_regs): Likewise.
1606         (alpha_fill_fp_regs): Likewise.
1607         * alphanbsd-tdep.c (alphanbsd_supply_fpregset): Likewise.
1608         (alphanbsd_aout_supply_gregset): Likewise.
1609         (alphanbsd_supply_gregset): Likewise.
1610         * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
1611         (amd64_x32_linux_init_abi): Likewise.
1612         * amd64-nat.c (amd64_supply_native_gregset): Likewise.
1613         (amd64_collect_native_gregset): Likewise.
1614         * amd64-tdep.c (amd64_frame_cache): Likewise.
1615         (amd64_sigtramp_frame_cache): Likewise.
1616         (amd64_epilogue_frame_cache): Likewise.
1617         (amd64_supply_fxsave): Likewise.
1618         (amd64_supply_xsave): Likewise.
1619         (amd64_collect_fxsave): Likewise.
1620         (amd64_collect_xsave): Likewise.
1621         * amd64-windows-tdep.c (amd64_windows_frame_cache): Likewise.
1622         * amd64obsd-tdep.c (amd64obsd_trapframe_cache): Likewise.
1623         * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
1624         (arm_linux_collect_gregset): Likewise.
1625         (arm_linux_supply_nwfpe): Likewise.
1626         (arm_linux_collect_nwfpe): Likewise.
1627         (arm_linux_supply_vfp): Likewise.
1628         (arm_linux_collect_vfp): Likewise.
1629         * arm-tdep.c (arm_find_mapping_symbol): Likewise.
1630         (arm_prologue_unwind_stop_reason): Likewise.
1631         (arm_prologue_this_id): Likewise.
1632         (arm_prologue_prev_register): Likewise.
1633         (arm_exidx_data_free): Likewise.
1634         (arm_find_exidx_entry): Likewise.
1635         (arm_stub_this_id): Likewise.
1636         (arm_m_exception_this_id): Likewise.
1637         (arm_m_exception_prev_register): Likewise.
1638         (arm_normal_frame_base): Likewise.
1639         (gdb_print_insn_arm): Likewise.
1640         (arm_objfile_data_free): Likewise.
1641         (arm_record_special_symbol): Likewise.
1642         (value_of_arm_user_reg): Likewise.
1643         * armbsd-tdep.c (armbsd_supply_fpregset): Likewise.
1644         (armbsd_supply_gregset): Likewise.
1645         * auto-load.c (auto_load_pspace_data_cleanup): Likewise.
1646         (get_auto_load_pspace_data): Likewise.
1647         (hash_loaded_script_entry): Likewise.
1648         (eq_loaded_script_entry): Likewise.
1649         (clear_section_scripts): Likewise.
1650         (collect_matching_scripts): Likewise.
1651         * auxv.c (auxv_inferior_data_cleanup): Likewise.
1652         (get_auxv_inferior_data): Likewise.
1653         * avr-tdep.c (avr_frame_unwind_cache): Likewise.
1654         * ax-general.c (do_free_agent_expr_cleanup): Likewise.
1655         * bfd-target.c (target_bfd_xfer_partial): Likewise.
1656         (target_bfd_xclose): Likewise.
1657         (target_bfd_get_section_table): Likewise.
1658         * bfin-tdep.c (bfin_frame_cache): Likewise.
1659         * block.c (find_block_in_blockvector): Likewise.
1660         (call_site_for_pc): Likewise.
1661         (block_find_non_opaque_type_preferred): Likewise.
1662         * break-catch-sig.c (signal_catchpoint_insert_location): Likewise.
1663         (signal_catchpoint_remove_location): Likewise.
1664         (signal_catchpoint_breakpoint_hit): Likewise.
1665         (signal_catchpoint_print_one): Likewise.
1666         (signal_catchpoint_print_mention): Likewise.
1667         (signal_catchpoint_print_recreate): Likewise.
1668         * break-catch-syscall.c (get_catch_syscall_inferior_data): Likewise.
1669         * breakpoint.c (do_cleanup_counted_command_line): Likewise.
1670         (bp_location_compare_addrs): Likewise.
1671         (get_first_locp_gte_addr): Likewise.
1672         (check_tracepoint_command): Likewise.
1673         (do_map_commands_command): Likewise.
1674         (get_breakpoint_objfile_data): Likewise.
1675         (free_breakpoint_probes): Likewise.
1676         (do_captured_breakpoint_query): Likewise.
1677         (compare_breakpoints): Likewise.
1678         (bp_location_compare): Likewise.
1679         (bpstat_remove_breakpoint_callback): Likewise.
1680         (do_delete_breakpoint_cleanup): Likewise.
1681         * bsd-uthread.c (bsd_uthread_set_supply_uthread): Likewise.
1682         (bsd_uthread_set_collect_uthread): Likewise.
1683         (bsd_uthread_activate): Likewise.
1684         (bsd_uthread_fetch_registers): Likewise.
1685         (bsd_uthread_store_registers): Likewise.
1686         * btrace.c (check_xml_btrace_version): Likewise.
1687         (parse_xml_btrace_block): Likewise.
1688         (parse_xml_btrace_pt_config_cpu): Likewise.
1689         (parse_xml_btrace_pt_raw): Likewise.
1690         (parse_xml_btrace_pt): Likewise.
1691         (parse_xml_btrace_conf_bts): Likewise.
1692         (parse_xml_btrace_conf_pt): Likewise.
1693         (do_btrace_data_cleanup): Likewise.
1694         * c-typeprint.c (find_typedef_for_canonicalize): Likewise.
1695         * charset.c (cleanup_iconv): Likewise.
1696         (do_cleanup_iterator): Likewise.
1697         * cli-out.c (cli_uiout_dtor): Likewise.
1698         (cli_table_begin): Likewise.
1699         (cli_table_body): Likewise.
1700         (cli_table_end): Likewise.
1701         (cli_table_header): Likewise.
1702         (cli_begin): Likewise.
1703         (cli_end): Likewise.
1704         (cli_field_int): Likewise.
1705         (cli_field_skip): Likewise.
1706         (cli_field_string): Likewise.
1707         (cli_field_fmt): Likewise.
1708         (cli_spaces): Likewise.
1709         (cli_text): Likewise.
1710         (cli_message): Likewise.
1711         (cli_wrap_hint): Likewise.
1712         (cli_flush): Likewise.
1713         (cli_redirect): Likewise.
1714         (out_field_fmt): Likewise.
1715         (field_separator): Likewise.
1716         (cli_out_set_stream): Likewise.
1717         * cli/cli-cmds.c (compare_symtabs): Likewise.
1718         * cli/cli-dump.c (call_dump_func): Likewise.
1719         (restore_section_callback): Likewise.
1720         * cli/cli-script.c (clear_hook_in_cleanup): Likewise.
1721         (do_restore_user_call_depth): Likewise.
1722         (do_free_command_lines_cleanup): Likewise.
1723         * coff-pe-read.c (get_section_vmas): Likewise.
1724         (pe_as16): Likewise.
1725         (pe_as32): Likewise.
1726         * coffread.c (coff_symfile_read): Likewise.
1727         * common/agent.c (agent_look_up_symbols): Likewise.
1728         * common/filestuff.c (do_close_cleanup): Likewise.
1729         * common/format.c (free_format_pieces_cleanup): Likewise.
1730         * common/vec.c (vec_o_reserve): Likewise.
1731         * compile/compile-c-support.c (print_one_macro): Likewise.
1732         * compile/compile-c-symbols.c (hash_symbol_error): Likewise.
1733         (eq_symbol_error): Likewise.
1734         (del_symbol_error): Likewise.
1735         (error_symbol_once): Likewise.
1736         (gcc_convert_symbol): Likewise.
1737         (gcc_symbol_address): Likewise.
1738         (hash_symname): Likewise.
1739         (eq_symname): Likewise.
1740         * compile/compile-c-types.c (hash_type_map_instance): Likewise.
1741         (eq_type_map_instance): Likewise.
1742         (insert_type): Likewise.
1743         (convert_type): Likewise.
1744         * compile/compile-object-load.c (munmap_listp_free_cleanup): Likewise.
1745         (setup_sections): Likewise.
1746         (link_hash_table_free): Likewise.
1747         (copy_sections): Likewise.
1748         * compile/compile-object-run.c (do_module_cleanup): Likewise.
1749         * compile/compile.c (compile_print_value): Likewise.
1750         (do_rmdir): Likewise.
1751         (cleanup_compile_instance): Likewise.
1752         (cleanup_unlink_file): Likewise.
1753         * completer.c (free_completion_tracker): Likewise.
1754         * corelow.c (add_to_spuid_list): Likewise.
1755         * cp-namespace.c (reset_directive_searched): Likewise.
1756         * cp-support.c (reset_directive_searched): Likewise.
1757         * cris-tdep.c (cris_sigtramp_frame_unwind_cache): Likewise.
1758         (cris_frame_unwind_cache): Likewise.
1759         * d-lang.c (builtin_d_type): Likewise.
1760         * d-namespace.c (reset_directive_searched): Likewise.
1761         * dbxread.c (dbx_free_symfile_info): Likewise.
1762         (do_free_bincl_list_cleanup): Likewise.
1763         * disasm.c (hash_dis_line_entry): Likewise.
1764         (eq_dis_line_entry): Likewise.
1765         (dis_asm_print_address): Likewise.
1766         (fprintf_disasm): Likewise.
1767         (do_ui_file_delete): Likewise.
1768         * doublest.c (convert_floatformat_to_doublest): Likewise.
1769         * dummy-frame.c (pop_dummy_frame_bpt): Likewise.
1770         (dummy_frame_prev_register): Likewise.
1771         (dummy_frame_this_id): Likewise.
1772         * dwarf2-frame-tailcall.c (cache_hash): Likewise.
1773         (cache_eq): Likewise.
1774         (cache_find): Likewise.
1775         (tailcall_frame_this_id): Likewise.
1776         (dwarf2_tailcall_prev_register_first): Likewise.
1777         (tailcall_frame_prev_register): Likewise.
1778         (tailcall_frame_dealloc_cache): Likewise.
1779         (tailcall_frame_prev_arch): Likewise.
1780         * dwarf2-frame.c (dwarf2_frame_state_free): Likewise.
1781         (dwarf2_frame_set_init_reg): Likewise.
1782         (dwarf2_frame_init_reg): Likewise.
1783         (dwarf2_frame_set_signal_frame_p): Likewise.
1784         (dwarf2_frame_signal_frame_p): Likewise.
1785         (dwarf2_frame_set_adjust_regnum): Likewise.
1786         (dwarf2_frame_adjust_regnum): Likewise.
1787         (clear_pointer_cleanup): Likewise.
1788         (dwarf2_frame_cache): Likewise.
1789         (find_cie): Likewise.
1790         (dwarf2_frame_find_fde): Likewise.
1791         * dwarf2expr.c (dwarf_expr_address_type): Likewise.
1792         (free_dwarf_expr_context_cleanup): Likewise.
1793         * dwarf2loc.c (locexpr_find_frame_base_location): Likewise.
1794         (locexpr_get_frame_base): Likewise.
1795         (loclist_find_frame_base_location): Likewise.
1796         (loclist_get_frame_base): Likewise.
1797         (dwarf_expr_dwarf_call): Likewise.
1798         (dwarf_expr_get_base_type): Likewise.
1799         (dwarf_expr_push_dwarf_reg_entry_value): Likewise.
1800         (dwarf_expr_get_obj_addr): Likewise.
1801         (entry_data_value_coerce_ref): Likewise.
1802         (entry_data_value_copy_closure): Likewise.
1803         (entry_data_value_free_closure): Likewise.
1804         (get_frame_address_in_block_wrapper): Likewise.
1805         (dwarf2_evaluate_property): Likewise.
1806         (dwarf2_compile_property_to_c): Likewise.
1807         (needs_frame_read_addr_from_reg): Likewise.
1808         (needs_frame_get_reg_value): Likewise.
1809         (needs_frame_frame_base): Likewise.
1810         (needs_frame_frame_cfa): Likewise.
1811         (needs_frame_tls_address): Likewise.
1812         (needs_frame_dwarf_call): Likewise.
1813         (needs_dwarf_reg_entry_value): Likewise.
1814         (get_ax_pc): Likewise.
1815         (locexpr_read_variable): Likewise.
1816         (locexpr_read_variable_at_entry): Likewise.
1817         (locexpr_read_needs_frame): Likewise.
1818         (locexpr_describe_location): Likewise.
1819         (locexpr_tracepoint_var_ref): Likewise.
1820         (locexpr_generate_c_location): Likewise.
1821         (loclist_read_variable): Likewise.
1822         (loclist_read_variable_at_entry): Likewise.
1823         (loclist_describe_location): Likewise.
1824         (loclist_tracepoint_var_ref): Likewise.
1825         (loclist_generate_c_location): Likewise.
1826         * dwarf2read.c (line_header_hash_voidp): Likewise.
1827         (line_header_eq_voidp): Likewise.
1828         (dwarf2_has_info): Likewise.
1829         (dwarf2_get_section_info): Likewise.
1830         (locate_dwz_sections): Likewise.
1831         (hash_file_name_entry): Likewise.
1832         (eq_file_name_entry): Likewise.
1833         (delete_file_name_entry): Likewise.
1834         (dw2_setup): Likewise.
1835         (dw2_get_file_names_reader): Likewise.
1836         (dw2_find_pc_sect_compunit_symtab): Likewise.
1837         (hash_signatured_type): Likewise.
1838         (eq_signatured_type): Likewise.
1839         (add_signatured_type_cu_to_table): Likewise.
1840         (create_debug_types_hash_table): Likewise.
1841         (lookup_dwo_signatured_type): Likewise.
1842         (lookup_dwp_signatured_type): Likewise.
1843         (lookup_signatured_type): Likewise.
1844         (hash_type_unit_group): Likewise.
1845         (eq_type_unit_group): Likewise.
1846         (get_type_unit_group): Likewise.
1847         (process_psymtab_comp_unit_reader): Likewise.
1848         (sort_tu_by_abbrev_offset): Likewise.
1849         (process_skeletonless_type_unit): Likewise.
1850         (psymtabs_addrmap_cleanup): Likewise.
1851         (dwarf2_read_symtab): Likewise.
1852         (psymtab_to_symtab_1): Likewise.
1853         (die_hash): Likewise.
1854         (die_eq): Likewise.
1855         (load_full_comp_unit_reader): Likewise.
1856         (reset_die_in_process): Likewise.
1857         (free_cu_line_header): Likewise.
1858         (handle_DW_AT_stmt_list): Likewise.
1859         (hash_dwo_file): Likewise.
1860         (eq_dwo_file): Likewise.
1861         (hash_dwo_unit): Likewise.
1862         (eq_dwo_unit): Likewise.
1863         (create_dwo_cu_reader): Likewise.
1864         (create_dwo_unit_in_dwp_v1): Likewise.
1865         (create_dwo_unit_in_dwp_v2): Likewise.
1866         (lookup_dwo_unit_in_dwp): Likewise.
1867         (dwarf2_locate_dwo_sections): Likewise.
1868         (dwarf2_locate_common_dwp_sections): Likewise.
1869         (dwarf2_locate_v2_dwp_sections): Likewise.
1870         (hash_dwp_loaded_cutus): Likewise.
1871         (eq_dwp_loaded_cutus): Likewise.
1872         (lookup_dwo_cutu): Likewise.
1873         (abbrev_table_free_cleanup): Likewise.
1874         (dwarf2_free_abbrev_table): Likewise.
1875         (find_partial_die_in_comp_unit): Likewise.
1876         (free_line_header_voidp): Likewise.
1877         (follow_die_offset): Likewise.
1878         (follow_die_sig_1): Likewise.
1879         (free_heap_comp_unit): Likewise.
1880         (free_stack_comp_unit): Likewise.
1881         (dwarf2_free_objfile): Likewise.
1882         (per_cu_offset_and_type_hash): Likewise.
1883         (per_cu_offset_and_type_eq): Likewise.
1884         (get_die_type_at_offset): Likewise.
1885         (partial_die_hash): Likewise.
1886         (partial_die_eq): Likewise.
1887         (dwarf2_per_objfile_free): Likewise.
1888         (hash_strtab_entry): Likewise.
1889         (eq_strtab_entry): Likewise.
1890         (add_string): Likewise.
1891         (hash_symtab_entry): Likewise.
1892         (eq_symtab_entry): Likewise.
1893         (delete_symtab_entry): Likewise.
1894         (cleanup_mapped_symtab): Likewise.
1895         (add_indices_to_cpool): Likewise.
1896         (hash_psymtab_cu_index): Likewise.
1897         (eq_psymtab_cu_index): Likewise.
1898         (add_address_entry_worker): Likewise.
1899         (unlink_if_set): Likewise.
1900         (write_one_signatured_type): Likewise.
1901         (save_gdb_index_command): Likewise.
1902         * elfread.c (elf_symtab_read): Likewise.
1903         (elf_gnu_ifunc_cache_hash): Likewise.
1904         (elf_gnu_ifunc_cache_eq): Likewise.
1905         (elf_gnu_ifunc_record_cache): Likewise.
1906         (elf_gnu_ifunc_resolve_by_cache): Likewise.
1907         (elf_get_probes): Likewise.
1908         (probe_key_free): Likewise.
1909         * f-lang.c (builtin_f_type): Likewise.
1910         * frame-base.c (frame_base_append_sniffer): Likewise.
1911         (frame_base_set_default): Likewise.
1912         (frame_base_find_by_frame): Likewise.
1913         * frame-unwind.c (frame_unwind_prepend_unwinder): Likewise.
1914         (frame_unwind_append_unwinder): Likewise.
1915         (frame_unwind_find_by_frame): Likewise.
1916         * frame.c (frame_addr_hash): Likewise.
1917         (frame_addr_hash_eq): Likewise.
1918         (frame_stash_find): Likewise.
1919         (do_frame_register_read): Likewise.
1920         (unwind_to_current_frame): Likewise.
1921         (frame_cleanup_after_sniffer): Likewise.
1922         * frv-linux-tdep.c (frv_linux_sigtramp_frame_cache): Likewise.
1923         * frv-tdep.c (frv_frame_unwind_cache): Likewise.
1924         * ft32-tdep.c (ft32_frame_cache): Likewise.
1925         * gcore.c (do_bfd_delete_cleanup): Likewise.
1926         (gcore_create_callback): Likewise.
1927         * gdb_bfd.c (hash_bfd): Likewise.
1928         (eq_bfd): Likewise.
1929         (gdb_bfd_open): Likewise.
1930         (free_one_bfd_section): Likewise.
1931         (gdb_bfd_ref): Likewise.
1932         (gdb_bfd_unref): Likewise.
1933         (get_section_descriptor): Likewise.
1934         (gdb_bfd_map_section): Likewise.
1935         (gdb_bfd_crc): Likewise.
1936         (gdb_bfd_mark_parent): Likewise.
1937         (gdb_bfd_record_inclusion): Likewise.
1938         (gdb_bfd_requires_relocations): Likewise.
1939         (print_one_bfd): Likewise.
1940         * gdbtypes.c (type_pair_hash): Likewise.
1941         (type_pair_eq): Likewise.
1942         (builtin_type): Likewise.
1943         (objfile_type): Likewise.
1944         * gnu-v3-abi.c (vtable_ptrdiff_type): Likewise.
1945         (vtable_address_point_offset): Likewise.
1946         (gnuv3_get_vtable): Likewise.
1947         (hash_value_and_voffset): Likewise.
1948         (eq_value_and_voffset): Likewise.
1949         (compare_value_and_voffset): Likewise.
1950         (compute_vtable_size): Likewise.
1951         (gnuv3_get_typeid_type): Likewise.
1952         * go-lang.c (builtin_go_type): Likewise.
1953         * guile/scm-block.c (bkscm_hash_block_smob): Likewise.
1954         (bkscm_eq_block_smob): Likewise.
1955         (bkscm_objfile_block_map): Likewise.
1956         (bkscm_del_objfile_blocks): Likewise.
1957         * guile/scm-breakpoint.c (bpscm_build_bp_list): Likewise.
1958         * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker): Likewise.
1959         (gdbscm_disasm_print_address): Likewise.
1960         * guile/scm-frame.c (frscm_hash_frame_smob): Likewise.
1961         (frscm_eq_frame_smob): Likewise.
1962         (frscm_inferior_frame_map): Likewise.
1963         (frscm_del_inferior_frames): Likewise.
1964         * guile/scm-gsmob.c (gdbscm_add_objfile_ref): Likewise.
1965         * guile/scm-objfile.c (ofscm_handle_objfile_deleted): Likewise.
1966         (ofscm_objfile_smob_from_objfile): Likewise.
1967         * guile/scm-ports.c (ioscm_write): Likewise.
1968         (ioscm_file_port_delete): Likewise.
1969         (ioscm_file_port_rewind): Likewise.
1970         (ioscm_file_port_put): Likewise.
1971         (ioscm_file_port_write): Likewise.
1972         * guile/scm-progspace.c (psscm_handle_pspace_deleted): Likewise.
1973         (psscm_pspace_smob_from_pspace): Likewise.
1974         * guile/scm-safe-call.c (scscm_recording_pre_unwind_handler): Likewise.
1975         (scscm_recording_unwind_handler): Likewise.
1976         (gdbscm_with_catch): Likewise.
1977         (scscm_call_0_body): Likewise.
1978         (scscm_call_1_body): Likewise.
1979         (scscm_call_2_body): Likewise.
1980         (scscm_call_3_body): Likewise.
1981         (scscm_call_4_body): Likewise.
1982         (scscm_apply_1_body): Likewise.
1983         (scscm_eval_scheme_string): Likewise.
1984         (gdbscm_safe_eval_string): Likewise.
1985         (scscm_source_scheme_script): Likewise.
1986         (gdbscm_safe_source_script): Likewise.
1987         * guile/scm-string.c (gdbscm_call_scm_to_stringn): Likewise.
1988         (gdbscm_call_scm_from_stringn): Likewise.
1989         * guile/scm-symbol.c (syscm_hash_symbol_smob): Likewise.
1990         (syscm_eq_symbol_smob): Likewise.
1991         (syscm_get_symbol_map): Likewise.
1992         (syscm_del_objfile_symbols): Likewise.
1993         * guile/scm-symtab.c (stscm_hash_symtab_smob): Likewise.
1994         (stscm_eq_symtab_smob): Likewise.
1995         (stscm_objfile_symtab_map): Likewise.
1996         (stscm_del_objfile_symtabs): Likewise.
1997         * guile/scm-type.c (tyscm_hash_type_smob): Likewise.
1998         (tyscm_eq_type_smob): Likewise.
1999         (tyscm_type_map): Likewise.
2000         (tyscm_copy_type_recursive): Likewise.
2001         (save_objfile_types): Likewise.
2002         * guile/scm-utils.c (extract_arg): Likewise.
2003         * h8300-tdep.c (h8300_frame_cache): Likewise.
2004         * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind_cache): Likewise.
2005         * hppa-tdep.c (compare_unwind_entries): Likewise.
2006         (find_unwind_entry): Likewise.
2007         (hppa_frame_cache): Likewise.
2008         (hppa_stub_frame_unwind_cache): Likewise.
2009         * hppanbsd-tdep.c (hppanbsd_supply_gregset): Likewise.
2010         * hppaobsd-tdep.c (hppaobsd_supply_gregset): Likewise.
2011         (hppaobsd_supply_fpregset): Likewise.
2012         * i386-cygwin-tdep.c (core_process_module_section): Likewise.
2013         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
2014         * i386-tdep.c (i386_frame_cache): Likewise.
2015         (i386_epilogue_frame_cache): Likewise.
2016         (i386_sigtramp_frame_cache): Likewise.
2017         (i386_supply_gregset): Likewise.
2018         (i386_collect_gregset): Likewise.
2019         (i386_gdbarch_init): Likewise.
2020         * i386obsd-tdep.c (i386obsd_aout_supply_regset): Likewise.
2021         (i386obsd_trapframe_cache): Likewise.
2022         * i387-tdep.c (i387_supply_fsave): Likewise.
2023         (i387_collect_fsave): Likewise.
2024         (i387_supply_fxsave): Likewise.
2025         (i387_collect_fxsave): Likewise.
2026         (i387_supply_xsave): Likewise.
2027         (i387_collect_xsave): Likewise.
2028         * ia64-tdep.c (ia64_frame_cache): Likewise.
2029         (ia64_sigtramp_frame_cache): Likewise.
2030         * infcmd.c (attach_command_continuation): Likewise.
2031         (attach_command_continuation_free_args): Likewise.
2032         * inferior.c (restore_inferior): Likewise.
2033         (delete_thread_of_inferior): Likewise.
2034         * inflow.c (inflow_inferior_data_cleanup): Likewise.
2035         (get_inflow_inferior_data): Likewise.
2036         (inflow_inferior_exit): Likewise.
2037         * infrun.c (displaced_step_clear_cleanup): Likewise.
2038         (restore_current_uiout_cleanup): Likewise.
2039         (release_stop_context_cleanup): Likewise.
2040         (do_restore_infcall_suspend_state_cleanup): Likewise.
2041         (do_restore_infcall_control_state_cleanup): Likewise.
2042         (restore_inferior_ptid): Likewise.
2043         * inline-frame.c (block_starting_point_at): Likewise.
2044         * iq2000-tdep.c (iq2000_frame_cache): Likewise.
2045         * jit.c (get_jit_objfile_data): Likewise.
2046         (get_jit_program_space_data): Likewise.
2047         (jit_object_close_impl): Likewise.
2048         (jit_find_objf_with_entry_addr): Likewise.
2049         (jit_breakpoint_deleted): Likewise.
2050         (jit_unwind_reg_set_impl): Likewise.
2051         (jit_unwind_reg_get_impl): Likewise.
2052         (jit_dealloc_cache): Likewise.
2053         (jit_frame_sniffer): Likewise.
2054         (jit_frame_prev_register): Likewise.
2055         (jit_prepend_unwinder): Likewise.
2056         (jit_inferior_exit_hook): Likewise.
2057         (free_objfile_data): Likewise.
2058         * jv-lang.c (jv_per_objfile_free): Likewise.
2059         (get_dynamics_objfile): Likewise.
2060         (get_java_class_symtab): Likewise.
2061         (builtin_java_type): Likewise.
2062         * language.c (language_string_char_type): Likewise.
2063         (language_bool_type): Likewise.
2064         (language_lookup_primitive_type): Likewise.
2065         (language_lookup_primitive_type_as_symbol): Likewise.
2066         * linespec.c (hash_address_entry): Likewise.
2067         (eq_address_entry): Likewise.
2068         (iterate_inline_only): Likewise.
2069         (iterate_name_matcher): Likewise.
2070         (decode_line_2_compare_items): Likewise.
2071         (collect_one_symbol): Likewise.
2072         (compare_symbols): Likewise.
2073         (compare_msymbols): Likewise.
2074         (add_symtabs_to_list): Likewise.
2075         (collect_symbols): Likewise.
2076         (compare_msyms): Likewise.
2077         (add_minsym): Likewise.
2078         (cleanup_linespec_result): Likewise.
2079         * linux-fork.c (inferior_call_waitpid_cleanup): Likewise.
2080         * linux-nat.c (delete_lwp_cleanup): Likewise.
2081         (count_events_callback): Likewise.
2082         (select_event_lwp_callback): Likewise.
2083         (resume_stopped_resumed_lwps): Likewise.
2084         * linux-tdep.c (get_linux_gdbarch_data): Likewise.
2085         (invalidate_linux_cache_inf): Likewise.
2086         (get_linux_inferior_data): Likewise.
2087         (linux_find_memory_regions_thunk): Likewise.
2088         (linux_make_mappings_callback): Likewise.
2089         (linux_corefile_thread_callback): Likewise.
2090         (find_mapping_size): Likewise.
2091         * linux-thread-db.c (find_new_threads_callback): Likewise.
2092         * lm32-tdep.c (lm32_frame_cache): Likewise.
2093         * m2-lang.c (builtin_m2_type): Likewise.
2094         * m32c-tdep.c (m32c_analyze_frame_prologue): Likewise.
2095         * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_cache): Likewise.
2096         (m32r_linux_supply_gregset): Likewise.
2097         (m32r_linux_collect_gregset): Likewise.
2098         * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
2099         * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
2100         * m68k-tdep.c (m68k_frame_cache): Likewise.
2101         * m68kbsd-tdep.c (m68kbsd_supply_fpregset): Likewise.
2102         (m68kbsd_supply_gregset): Likewise.
2103         * m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise.
2104         * m88k-tdep.c (m88k_frame_cache): Likewise.
2105         (m88k_supply_gregset): Likewise.
2106
2107 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
2108
2109         * aarch64-linux-tdep.c (aarch64_stap_parse_special_token): Add cast
2110         to allocation result assignment.
2111         * ada-exp.y (write_object_renaming): Likewise.
2112         (write_ambiguous_var): Likewise.
2113         (ada_nget_field_index): Likewise.
2114         (write_var_or_type): Likewise.
2115         * ada-lang.c (ada_decode_symbol): Likewise.
2116         (ada_value_assign): Likewise.
2117         (value_pointer): Likewise.
2118         (cache_symbol): Likewise.
2119         (add_nonlocal_symbols): Likewise.
2120         (ada_name_for_lookup): Likewise.
2121         (symbol_completion_add): Likewise.
2122         (ada_to_fixed_type_1): Likewise.
2123         (ada_get_next_arg): Likewise.
2124         (defns_collected): Likewise.
2125         * ada-lex.l (processId): Likewise.
2126         (processString): Likewise.
2127         * ada-tasks.c (read_known_tasks_array): Likewise.
2128         (read_known_tasks_list): Likewise.
2129         * ada-typeprint.c (decoded_type_name): Likewise.
2130         * addrmap.c (addrmap_mutable_create_fixed): Likewise.
2131         * amd64-tdep.c (amd64_push_arguments): Likewise.
2132         (amd64_displaced_step_copy_insn): Likewise.
2133         (amd64_classify_insn_at): Likewise.
2134         (amd64_relocate_instruction): Likewise.
2135         * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Likewise.
2136         * arch-utils.c (simple_displaced_step_copy_insn): Likewise.
2137         (initialize_current_architecture): Likewise.
2138         * arm-linux-tdep.c (arm_stap_parse_special_token): Likewise.
2139         * arm-symbian-tdep.c (arm_symbian_osabi_sniffer): Likewise.
2140         * arm-tdep.c (arm_exidx_new_objfile): Likewise.
2141         (arm_push_dummy_call): Likewise.
2142         (extend_buffer_earlier): Likewise.
2143         (arm_adjust_breakpoint_address): Likewise.
2144         (arm_skip_stub): Likewise.
2145         * auto-load.c (filename_is_in_pattern): Likewise.
2146         (maybe_add_script_file): Likewise.
2147         (maybe_add_script_text): Likewise.
2148         (auto_load_objfile_script_1): Likewise.
2149         * auxv.c (ld_so_xfer_auxv): Likewise.
2150         * ax-general.c (new_agent_expr): Likewise.
2151         (grow_expr): Likewise.
2152         (ax_reg_mask): Likewise.
2153         * bcache.c (bcache_full): Likewise.
2154         * breakpoint.c (program_breakpoint_here_p): Likewise.
2155         * btrace.c (parse_xml_raw): Likewise.
2156         * build-id.c (build_id_to_debug_bfd): Likewise.
2157         * buildsym.c (end_symtab_with_blockvector): Likewise.
2158         * c-exp.y (string_exp): Likewise.
2159         (qualified_name): Likewise.
2160         (write_destructor_name): Likewise.
2161         (operator_stoken): Likewise.
2162         (parse_number): Likewise.
2163         (scan_macro_expansion): Likewise.
2164         (yylex): Likewise.
2165         (c_print_token): Likewise.
2166         * c-lang.c (c_get_string): Likewise.
2167         (emit_numeric_character): Likewise.
2168         * charset.c (wchar_iterate): Likewise.
2169         * cli/cli-cmds.c (complete_command): Likewise.
2170         (make_command): Likewise.
2171         * cli/cli-dump.c (restore_section_callback): Likewise.
2172         (restore_binary_file): Likewise.
2173         * cli/cli-interp.c (cli_interpreter_exec): Likewise.
2174         * cli/cli-script.c (execute_control_command): Likewise.
2175         * cli/cli-setshow.c (do_set_command): Likewise.
2176         * coff-pe-read.c (add_pe_forwarded_sym): Likewise.
2177         (read_pe_exported_syms): Likewise.
2178         * coffread.c (coff_read_struct_type): Likewise.
2179         (coff_read_enum_type): Likewise.
2180         * common/btrace-common.c (btrace_data_append): Likewise.
2181         * common/buffer.c (buffer_grow): Likewise.
2182         * common/filestuff.c (gdb_fopen_cloexec): Likewise.
2183         * common/format.c (parse_format_string): Likewise.
2184         * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
2185         * common/xml-utils.c (xml_escape_text): Likewise.
2186         * compile/compile-object-load.c (copy_sections): Likewise.
2187         (compile_object_load): Likewise.
2188         * compile/compile-object-run.c (compile_object_run): Likewise.
2189         * completer.c (filename_completer): Likewise.
2190         * corefile.c (read_memory_typed_address): Likewise.
2191         (write_memory_unsigned_integer): Likewise.
2192         (write_memory_signed_integer): Likewise.
2193         (complete_set_gnutarget): Likewise.
2194         * corelow.c (get_core_register_section): Likewise.
2195         * cp-name-parser.y (d_grab): Likewise.
2196         (allocate_info): Likewise.
2197         (cp_new_demangle_parse_info): Likewise.
2198         * cp-namespace.c (cp_scan_for_anonymous_namespaces): Likewise.
2199         (cp_lookup_symbol_in_namespace): Likewise.
2200         (lookup_namespace_scope): Likewise.
2201         (find_symbol_in_baseclass): Likewise.
2202         (cp_lookup_nested_symbol): Likewise.
2203         (cp_lookup_transparent_type_loop): Likewise.
2204         * cp-support.c (copy_string_to_obstack): Likewise.
2205         (make_symbol_overload_list): Likewise.
2206         (make_symbol_overload_list_namespace): Likewise.
2207         (make_symbol_overload_list_adl_namespace): Likewise.
2208         (first_component_command): Likewise.
2209         * cp-valprint.c (cp_print_value): Likewise.
2210         * ctf.c (ctf_xfer_partial): Likewise.
2211         * d-exp.y (StringExp): Likewise.
2212         * d-namespace.c (d_lookup_symbol_in_module): Likewise.
2213         (lookup_module_scope): Likewise.
2214         (find_symbol_in_baseclass): Likewise.
2215         (d_lookup_nested_symbol): Likewise.
2216         * dbxread.c (find_stab_function_addr): Likewise.
2217         (read_dbx_symtab): Likewise.
2218         (dbx_end_psymtab): Likewise.
2219         (cp_set_block_scope): Likewise.
2220         * dcache.c (dcache_alloc): Likewise.
2221         * demangle.c (_initialize_demangler): Likewise.
2222         * dicos-tdep.c (dicos_load_module_p): Likewise.
2223         * dictionary.c (dict_create_hashed_expandable): Likewise.
2224         (dict_create_linear_expandable): Likewise.
2225         (expand_hashtable): Likewise.
2226         (add_symbol_linear_expandable): Likewise.
2227         * dwarf2-frame.c (add_cie): Likewise.
2228         (add_fde): Likewise.
2229         (dwarf2_build_frame_info): Likewise.
2230         * dwarf2expr.c (dwarf_expr_grow_stack): Likewise.
2231         (dwarf_expr_fetch_address): Likewise.
2232         (add_piece): Likewise.
2233         (execute_stack_op): Likewise.
2234         * dwarf2loc.c (chain_candidate): Likewise.
2235         (dwarf_entry_parameter_to_value): Likewise.
2236         (read_pieced_value): Likewise.
2237         (write_pieced_value): Likewise.
2238         * dwarf2read.c (dwarf2_read_section): Likewise.
2239         (add_type_unit): Likewise.
2240         (read_comp_units_from_section): Likewise.
2241         (fixup_go_packaging): Likewise.
2242         (dwarf2_compute_name): Likewise.
2243         (dwarf2_physname): Likewise.
2244         (create_dwo_unit_in_dwp_v1): Likewise.
2245         (create_dwo_unit_in_dwp_v2): Likewise.
2246         (read_func_scope): Likewise.
2247         (read_call_site_scope): Likewise.
2248         (dwarf2_attach_fields_to_type): Likewise.
2249         (process_structure_scope): Likewise.
2250         (mark_common_block_symbol_computed): Likewise.
2251         (read_common_block): Likewise.
2252         (abbrev_table_read_table): Likewise.
2253         (guess_partial_die_structure_name): Likewise.
2254         (fixup_partial_die): Likewise.
2255         (add_file_name): Likewise.
2256         (dwarf2_const_value_data): Likewise.
2257         (dwarf2_const_value_attr): Likewise.
2258         (build_error_marker_type): Likewise.
2259         (guess_full_die_structure_name): Likewise.
2260         (anonymous_struct_prefix): Likewise.
2261         (typename_concat): Likewise.
2262         (dwarf2_canonicalize_name): Likewise.
2263         (dwarf2_name): Likewise.
2264         (write_constant_as_bytes): Likewise.
2265         (dwarf2_fetch_constant_bytes): Likewise.
2266         (copy_string): Likewise.
2267         (parse_macro_definition): Likewise.
2268         * elfread.c (elf_symfile_segments): Likewise.
2269         (elf_rel_plt_read): Likewise.
2270         (elf_gnu_ifunc_resolve_by_cache): Likewise.
2271         (elf_gnu_ifunc_resolve_by_got): Likewise.
2272         (elf_read_minimal_symbols): Likewise.
2273         (elf_gnu_ifunc_record_cache): Likewise.
2274         * event-top.c (top_level_prompt): Likewise.
2275         (command_line_handler): Likewise.
2276         * exec.c (resize_section_table): Likewise.
2277         * expprint.c (print_subexp_standard): Likewise.
2278         * fbsd-tdep.c (fbsd_collect_regset_section_cb): Likewise.
2279         * findcmd.c (parse_find_args): Likewise.
2280         * findvar.c (address_from_register): Likewise.
2281         * frame.c (get_prev_frame_always): Likewise.
2282         * gdb_bfd.c (gdb_bfd_ref): Likewise.
2283         (get_section_descriptor): Likewise.
2284         * gdb_obstack.c (obconcat): Likewise.
2285         (obstack_strdup): Likewise.
2286         * gdbtypes.c (lookup_function_type_with_arguments): Likewise.
2287         (create_set_type): Likewise.
2288         (lookup_unsigned_typename): Likewise.
2289         (lookup_signed_typename): Likewise.
2290         (resolve_dynamic_union): Likewise.
2291         (resolve_dynamic_struct): Likewise.
2292         (add_dyn_prop): Likewise.
2293         (copy_dynamic_prop_list): Likewise.
2294         (arch_flags_type): Likewise.
2295         (append_composite_type_field_raw): Likewise.
2296         * gdbtypes.h (INIT_FUNC_SPECIFIC): Likewise.
2297         * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
2298         * go-exp.y (string_exp): Likewise.
2299         * go-lang.c (go_demangle): Likewise.
2300         * guile/guile.c (compute_scheme_string): Likewise.
2301         * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
2302         (gdbscm_canonicalize_command_name): Likewise.
2303         * guile/scm-ports.c (ioscm_init_stdio_buffers): Likewise.
2304         (ioscm_init_memory_port): Likewise.
2305         (ioscm_reinit_memory_port): Likewise.
2306         * guile/scm-utils.c (gdbscm_gc_xstrdup): Likewise.
2307         (gdbscm_gc_dup_argv): Likewise.
2308         * h8300-tdep.c (h8300_push_dummy_call): Likewise.
2309         * hppa-tdep.c (internalize_unwinds): Likewise.
2310         (read_unwind_info): Likewise.
2311         * i386-cygwin-tdep.c (core_process_module_section): Likewise.
2312         (windows_core_xfer_shared_libraries): Likewise.
2313         * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
2314         (i386_stap_parse_special_token_triplet): Likewise.
2315         (i386_stap_parse_special_token_three_arg_disp): Likewise.
2316         * i386obsd-tdep.c (i386obsd_sigtramp_p): Likewise.
2317         * inf-child.c (inf_child_fileio_readlink): Likewise.
2318         * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
2319         (inf_ptrace_store_register): Likewise.
2320         * infrun.c (follow_exec): Likewise.
2321         (displaced_step_prepare_throw): Likewise.
2322         (save_stop_context): Likewise.
2323         (save_infcall_suspend_state): Likewise.
2324         * jit.c (jit_read_descriptor): Likewise.
2325         (jit_read_code_entry): Likewise.
2326         (jit_symtab_line_mapping_add_impl): Likewise.
2327         (finalize_symtab): Likewise.
2328         (jit_unwind_reg_get_impl): Likewise.
2329         * jv-exp.y (QualifiedName): Likewise.
2330         * jv-lang.c (get_java_utf8_name): Likewise.
2331         (type_from_class): Likewise.
2332         (java_demangle_type_signature): Likewise.
2333         (java_class_name_from_physname): Likewise.
2334         * jv-typeprint.c (java_type_print_base): Likewise.
2335         * jv-valprint.c (java_value_print): Likewise.
2336         * language.c (add_language): Likewise.
2337         * linespec.c (add_sal_to_sals_basic): Likewise.
2338         (add_sal_to_sals): Likewise.
2339         (decode_objc): Likewise.
2340         (find_linespec_symbols): Likewise.
2341         * linux-fork.c (fork_save_infrun_state): Likewise.
2342         * linux-nat.c (linux_nat_detach): Likewise.
2343         (linux_nat_fileio_readlink): Likewise.
2344         * linux-record.c (record_linux_sockaddr): Likewise.
2345         (record_linux_msghdr): Likewise.
2346         (Do): Likewise.
2347         * linux-tdep.c (linux_core_info_proc_mappings): Likewise.
2348         (linux_collect_regset_section_cb): Likewise.
2349         (linux_get_siginfo_data): Likewise.
2350         * linux-thread-db.c (try_thread_db_load_from_pdir_1): Likewise.
2351         (try_thread_db_load_from_dir): Likewise.
2352         (thread_db_load_search): Likewise.
2353         (info_auto_load_libthread_db): Likewise.
2354         * m32c-tdep.c (m32c_m16c_address_to_pointer): Likewise.
2355         (m32c_m16c_pointer_to_address): Likewise.
2356         * m68hc11-tdep.c (m68hc11_pseudo_register_write): Likewise.
2357         * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
2358         * machoread.c (macho_check_dsym): Likewise.
2359         * macroexp.c (resize_buffer): Likewise.
2360         (gather_arguments): Likewise.
2361         (maybe_expand): Likewise.
2362         * macrotab.c (new_macro_key): Likewise.
2363         (new_source_file): Likewise.
2364         (new_macro_definition): Likewise.
2365         * mdebugread.c (parse_symbol): Likewise.
2366         (parse_type): Likewise.
2367         (parse_partial_symbols): Likewise.
2368         (psymtab_to_symtab_1): Likewise.
2369         * mem-break.c (default_memory_insert_breakpoint): Likewise.
2370         * mi/mi-cmd-break.c (mi_argv_to_format): Likewise.
2371         * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
2372         (mi_cmd_data_read_memory_bytes): Likewise.
2373         (mi_cmd_data_write_memory_bytes): Likewise.
2374         (mi_cmd_trace_frame_collected): Likewise.
2375         * mi/mi-parse.c (mi_parse_argv): Likewise.
2376         (mi_parse): Likewise.
2377         * minidebug.c (lzma_open): Likewise.
2378         (lzma_pread): Likewise.
2379         * mips-tdep.c (mips_read_fp_register_single): Likewise.
2380         (mips_print_fp_register): Likewise.
2381         * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Likewise.
2382         * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
2383         * mt-tdep.c (mt_register_name): Likewise.
2384         (mt_registers_info): Likewise.
2385         (mt_push_dummy_call): Likewise.
2386         * namespace.c (add_using_directive): Likewise.
2387         * nat/linux-btrace.c (perf_event_read): Likewise.
2388         (linux_enable_bts): Likewise.
2389         * nat/linux-osdata.c (linux_common_core_of_thread): Likewise.
2390         * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Likewise.
2391         * nto-tdep.c (nto_find_and_open_solib): Likewise.
2392         (nto_parse_redirection): Likewise.
2393         * objc-lang.c (objc_demangle): Likewise.
2394         (find_methods): Likewise.
2395         * objfiles.c (get_objfile_bfd_data): Likewise.
2396         (set_objfile_main_name): Likewise.
2397         (allocate_objfile): Likewise.
2398         (objfile_relocate): Likewise.
2399         (update_section_map): Likewise.
2400         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
2401         * p-exp.y (exp): Likewise.
2402         (yylex): Likewise.
2403         * p-valprint.c (pascal_object_print_value): Likewise.
2404         * parse.c (initialize_expout): Likewise.
2405         (mark_completion_tag): Likewise.
2406         (copy_name): Likewise.
2407         (parse_float): Likewise.
2408         (type_stack_reserve): Likewise.
2409         * ppc-linux-tdep.c (ppc_stap_parse_special_token): Likewise.
2410         (ppu2spu_prev_register): Likewise.
2411         * ppc-ravenscar-thread.c (supply_register_at_address): Likewise.
2412         * printcmd.c (printf_wide_c_string): Likewise.
2413         (printf_pointer): Likewise.
2414         * probe.c (parse_probes): Likewise.
2415         * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
2416         (cmdpy_init): Likewise.
2417         * python/py-gdb-readline.c (gdbpy_readline_wrapper): Likewise.
2418         * python/py-symtab.c (set_sal): Likewise.
2419         * python/py-unwind.c (pyuw_sniffer): Likewise.
2420         * python/python.c (python_interactive_command): Likewise.
2421         (compute_python_string): Likewise.
2422         * ravenscar-thread.c (get_running_thread_id): Likewise.
2423         * record-full.c (record_full_exec_insn): Likewise.
2424         (record_full_core_open_1): Likewise.
2425         * regcache.c (regcache_raw_read_signed): Likewise.
2426         (regcache_raw_read_unsigned): Likewise.
2427         (regcache_cooked_read_signed): Likewise.
2428         (regcache_cooked_read_unsigned): Likewise.
2429         * remote-fileio.c (remote_fileio_func_open): Likewise.
2430         (remote_fileio_func_rename): Likewise.
2431         (remote_fileio_func_unlink): Likewise.
2432         (remote_fileio_func_stat): Likewise.
2433         (remote_fileio_func_system): Likewise.
2434         * remote-mips.c (mips_xfer_memory): Likewise.
2435         (mips_load_srec): Likewise.
2436         (pmon_end_download): Likewise.
2437         * remote.c (new_remote_state): Likewise.
2438         (map_regcache_remote_table): Likewise.
2439         (remote_register_number_and_offset): Likewise.
2440         (init_remote_state): Likewise.
2441         (get_memory_packet_size): Likewise.
2442         (remote_pass_signals): Likewise.
2443         (remote_program_signals): Likewise.
2444         (remote_start_remote): Likewise.
2445         (remote_check_symbols): Likewise.
2446         (remote_query_supported): Likewise.
2447         (extended_remote_attach): Likewise.
2448         (process_g_packet): Likewise.
2449         (store_registers_using_G): Likewise.
2450         (putpkt_binary): Likewise.
2451         (read_frame): Likewise.
2452         (compare_sections_command): Likewise.
2453         (remote_hostio_pread): Likewise.
2454         (remote_hostio_readlink): Likewise.
2455         (remote_file_put): Likewise.
2456         (remote_file_get): Likewise.
2457         (remote_pid_to_exec_file): Likewise.
2458         (_initialize_remote): Likewise.
2459         * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
2460         (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
2461         * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise.
2462         (bfd_uses_spe_extensions): Likewise.
2463         * s390-linux-tdep.c (s390_displaced_step_copy_insn): Likewise.
2464         * score-tdep.c (score7_malloc_and_get_memblock): Likewise.
2465         * solib-dsbt.c (decode_loadmap): Likewise.
2466         (fetch_loadmap): Likewise.
2467         (scan_dyntag): Likewise.
2468         (enable_break): Likewise.
2469         (dsbt_relocate_main_executable): Likewise.
2470         * solib-frv.c (fetch_loadmap): Likewise.
2471         (enable_break2): Likewise.
2472         (frv_relocate_main_executable): Likewise.
2473         * solib-spu.c (spu_relocate_main_executable): Likewise.
2474         (spu_bfd_open): Likewise.
2475         * solib-svr4.c (lm_info_read): Likewise.
2476         (read_program_header): Likewise.
2477         (find_program_interpreter): Likewise.
2478         (scan_dyntag): Likewise.
2479         (elf_locate_base): Likewise.
2480         (open_symbol_file_object): Likewise.
2481         (read_program_headers_from_bfd): Likewise.
2482         (svr4_relocate_main_executable): Likewise.
2483         * solib-target.c (solib_target_relocate_section_addresses): Likewise.
2484         * solib.c (solib_find_1): Likewise.
2485         (exec_file_find): Likewise.
2486         (solib_find): Likewise.
2487         * source.c (openp): Likewise.
2488         (print_source_lines_base): Likewise.
2489         (forward_search_command): Likewise.
2490         * sparc-ravenscar-thread.c (supply_register_at_address): Likewise.
2491         * spu-tdep.c (spu2ppu_prev_register): Likewise.
2492         (spu_get_overlay_table): Likewise.
2493         * stabsread.c (patch_block_stabs): Likewise.
2494         (define_symbol): Likewise.
2495         (again:): Likewise.
2496         (read_member_functions): Likewise.
2497         (read_one_struct_field): Likewise.
2498         (read_enum_type): Likewise.
2499         (common_block_start): Likewise.
2500         * stack.c (read_frame_arg): Likewise.
2501         (backtrace_command): Likewise.
2502         * stap-probe.c (stap_parse_register_operand): Likewise.
2503         * symfile.c (syms_from_objfile_1): Likewise.
2504         (find_separate_debug_file): Likewise.
2505         (load_command): Likewise.
2506         (load_progress): Likewise.
2507         (load_section_callback): Likewise.
2508         (reread_symbols): Likewise.
2509         (add_filename_language): Likewise.
2510         (allocate_compunit_symtab): Likewise.
2511         (read_target_long_array): Likewise.
2512         (simple_read_overlay_table): Likewise.
2513         * symtab.c (symbol_set_names): Likewise.
2514         (resize_symbol_cache): Likewise.
2515         (rbreak_command): Likewise.
2516         (completion_list_add_name): Likewise.
2517         (completion_list_objc_symbol): Likewise.
2518         (add_filename_to_list): Likewise.
2519         * target-descriptions.c (maint_print_c_tdesc_cmd): Likewise.
2520         * target-memory.c (target_write_memory_blocks): Likewise.
2521         * target.c (target_read_string): Likewise.
2522         (read_whatever_is_readable): Likewise.
2523         (target_read_alloc_1): Likewise.
2524         (simple_search_memory): Likewise.
2525         (target_fileio_read_alloc_1): Likewise.
2526         * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
2527         * top.c (command_line_input): Likewise.
2528         * tracefile-tfile.c (tfile_fetch_registers): Likewise.
2529         * tracefile.c (tracefile_fetch_registers): Likewise.
2530         * tracepoint.c (add_memrange): Likewise.
2531         (init_collection_list): Likewise.
2532         (add_aexpr): Likewise.
2533         (trace_dump_actions): Likewise.
2534         (parse_trace_status): Likewise.
2535         (parse_tracepoint_definition): Likewise.
2536         (parse_tsv_definition): Likewise.
2537         (parse_static_tracepoint_marker_definition): Likewise.
2538         * tui/tui-file.c (tui_sfileopen): Likewise.
2539         (tui_file_adjust_strbuf): Likewise.
2540         * tui/tui-io.c (tui_expand_tabs): Likewise.
2541         * tui/tui-source.c (tui_set_source_content): Likewise.
2542         * typeprint.c (find_global_typedef): Likewise.
2543         * ui-file.c (do_ui_file_xstrdup): Likewise.
2544         (ui_file_obsavestring): Likewise.
2545         (mem_file_write): Likewise.
2546         * utils.c (make_hex_string): Likewise.
2547         (get_regcomp_error): Likewise.
2548         (puts_filtered_tabular): Likewise.
2549         (gdb_realpath_keepfile): Likewise.
2550         (ldirname): Likewise.
2551         (gdb_bfd_errmsg): Likewise.
2552         (substitute_path_component): Likewise.
2553         * valops.c (search_struct_method): Likewise.
2554         (find_oload_champ_namespace_loop): Likewise.
2555         * valprint.c (print_decimal_chars): Likewise.
2556         (read_string): Likewise.
2557         (generic_emit_char): Likewise.
2558         * varobj.c (varobj_delete): Likewise.
2559         (varobj_value_get_print_value): Likewise.
2560         * vaxobsd-tdep.c (vaxobsd_sigtramp_sniffer): Likewise.
2561         * windows-tdep.c (display_one_tib): Likewise.
2562         * xcoffread.c (read_xcoff_symtab): Likewise.
2563         (process_xcoff_symbol): Likewise.
2564         (swap_sym): Likewise.
2565         (scan_xcoff_symtab): Likewise.
2566         (xcoff_initial_scan): Likewise.
2567         * xml-support.c (gdb_xml_end_element): Likewise.
2568         (xml_process_xincludes): Likewise.
2569         (xml_fetch_content_from_file): Likewise.
2570         * xml-syscall.c (xml_list_of_syscalls): Likewise.
2571         * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
2572
2573 2015-09-23  James Bowman  <james.bowman@ftdichip.com>
2574
2575         * ft32-tdep.c (ft32_register_type): Return gdbarch_tdep (gdbarch)->pc_type
2576         instead of builtin_func_ptr.
2577         (ft32_pointer_to_address): New function.
2578         (ft32_address_class_type_flags): New function.
2579         (ft32_address_class_type_flags_to_name): New function.
2580         (ft32_address_class_name_to_type_flags): New function.
2581         (ft32_gdbarch_init): Set tdep->pc_type.  Call
2582         set_gdbarch_pointer_to_address,
2583         set_gdbarch_address_class_type_flags
2584         set_gdbarch_address_class_name_to_type_flags,
2585         and set_gdbarch_address_class_type_flags_to_name.
2586         * ft32-tdep.h (struct gdbarch_tdep) <pc_type>: New field.
2587
2588 2015-09-23  Pierre-Marie de Rodat  <derodat@adacore.com>
2589
2590         * ada-lang.c (ada_evaluate_subexp) <OP_FUNCALL>: When the input
2591         value is a reference, actually dereference it in order to get
2592         the underlying value.
2593
2594 2015-09-22  Simon Marchi  <simon.marchi@ericsson.com>
2595
2596         * stap-probe.c (handle_stap_probe): Remove unnecessary cast.
2597
2598 2015-09-21  Simon Marchi  <simon.marchi@ericsson.com>
2599
2600         * cli/cli-setshow.c (cmd_show_list): Constify a variable.
2601         * linespec.c (linespec_lexer_lex_string): Same.
2602
2603 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
2604
2605         * NEWS: Mention support for fast tracepoints on aarch64-linux.
2606
2607 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
2608
2609         * aarch64-tdep.c (aarch64_analyze_prologue): New is_adrp
2610         variable.  Call aarch64_decode_adr instead of
2611         aarch64_decode_adrp.
2612         * arch/aarch64-insn.h (aarch64_decode_adrp): Delete.
2613         (aarch64_decode_adr): New function declaration.
2614         * arch/aarch64-insn.c (aarch64_decode_adrp): Delete.
2615         (aarch64_decode_adr): New function, factored out from
2616         aarch64_decode_adrp to decode both adr and adrp instructions.
2617
2618 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
2619
2620         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-insn.o.
2621         (HFILES_NO_SRCDIR): Add arch/aarch64-insn.h.
2622         (aarch64-insn.o): New rule.
2623         * configure.tgt (aarch64*-*-elf): Add aarch64-insn.o.
2624         (aarch64*-*-linux*): Likewise.
2625         * arch/aarch64-insn.c: New file.
2626         * arch/aarch64-insn.h: New file.
2627         * aarch64-tdep.c: Include arch/aarch64-insn.h.
2628         (aarch64_debug): Move to arch/aarch64-insn.c.  Declare in
2629         arch/aarch64-insn.h.
2630         (decode_add_sub_imm): Rename to ...
2631         (aarch64_decode_add_sub_imm): ... this.
2632         (decode_adrp): Rename to ...
2633         (aarch64_decode_adrp): ... this.  Move to arch/aarch64-insn.c.
2634         Declare in arch/aarch64-insn.h.
2635         (decode_b): Rename to ...
2636         (aarch64_decode_b): ... this.  Move to arch/aarch64-insn.c.
2637         Declare in arch/aarch64-insn.h.
2638         (decode_bcond): Rename to ...
2639         (aarch64_decode_bcond): ... this.  Move to arch/aarch64-insn.c.
2640         Declare in arch/aarch64-insn.h.
2641         (decode_br): Rename to ...
2642         (aarch64_decode_br): ... this.
2643         (decode_cb): Rename to ...
2644         (aarch64_decode_cb): ... this.  Move to arch/aarch64-insn.c.
2645         Declare in arch/aarch64-insn.h.
2646         (decode_eret): Rename to ...
2647         (aarch64_decode_eret): ... this.
2648         (decode_movz): Rename to ...
2649         (aarch64_decode_movz): ... this.
2650         (decode_orr_shifted_register_x): Rename to ...
2651         (aarch64_decode_orr_shifted_register_x): ... this.
2652         (decode_ret): Rename to ...
2653         (aarch64_decode_ret): ... this.
2654         (decode_stp_offset): Rename to ...
2655         (aarch64_decode_stp_offset): ... this.
2656         (decode_stp_offset_wb): Rename to ...
2657         (aarch64_decode_stp_offset_wb): ... this.
2658         (decode_stur): Rename to ...
2659         (aarch64_decode_stur): ... this.
2660         (decode_tb): Rename to ...
2661         (aarch64_decode_tb): ... this.  Move to arch/aarch64-insn.c.
2662         Declare in arch/aarch64-insn.h.
2663         (aarch64_analyze_prologue): Adjust calls to renamed functions.
2664
2665 2015-09-20  Doug Evans  <xdje42@gmail.com>
2666
2667         * dwarf2read.c (add_partial_symbol): Remove outdated comments.
2668
2669 2015-09-20  Doug Evans  <xdje42@gmail.com>
2670
2671         * dwarf2read.c (dwarf2_compute_name): Add FIXME.  Don't use a local
2672         variable name that collides with a parameter.
2673
2674 2015-09-20  Joel Brobecker  <brobecker@adacore.com>
2675
2676         * dwarf2loc.c (locexpr_get_frame_base): Renames
2677         block_op_get_frame_base.
2678         (dwarf2_block_frame_base_locexpr_funcs): Replace reference to
2679         block_op_get_frame_base by reference to locexpr_get_frame_base.
2680         (loclist_get_frame_base): New function, near identical copy of
2681         locexpr_get_frame_base.
2682         (dwarf2_block_frame_base_loclist_funcs): Replace reference to
2683         block_op_get_frame_base by reference to loclist_get_frame_base.
2684
2685 2015-09-19  Doug Evans  <xdje42@gmail.com>
2686
2687         * ravenscar-thread.c (ravenscar_inferior_created): Replace
2688         current_inferior ()->gdbarch with its wrapper target_gdbarch.
2689
2690 2015-09-18  Doug Evans  <xdje42@gmail.com>
2691
2692         * linux-thread-db.c (record_thread): Return the created thread.
2693         (thread_from_lwp): Likewise.
2694         (thread_db_get_thread_local_address): Update.
2695
2696 2015-09-18  Doug Evans  <xdje42@gmail.com>
2697
2698         * symtab.h (general_symbol_info) <mangled_lang>: Delete struct,
2699         move only member demangled_name up.  All uses updated.
2700
2701 2015-09-18  Doug Evans  <xdje42@gmail.com>
2702
2703         * findvar.c (default_read_var_value) <LOC_UNRESOLVED>: Include the
2704         kind of minimal symbol in the error message.
2705         * objfiles.c (objfile_flavour_name): New function.
2706         * objfiles.h (objfile_flavour_name): Declare.
2707
2708 2015-09-18  Yao Qi  <yao.qi@linaro.org>
2709
2710         * nat/aarch64-linux.c: Include elf/common.h,
2711         nat/gdb_ptrace.h, asm/ptrace.h and sys/uio.h.
2712         (aarch64_ps_get_thread_area): New function.
2713         * nat/aarch64-linux.h: Include gdb_proc_service.h.
2714         (aarch64_ps_get_thread_area): Declare.
2715         * aarch64-linux-nat.c (ps_get_thread_area): Call
2716         aarch64_ps_get_thread_area.
2717
2718 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2719
2720         * record-btrace.c (record_btrace_resume): Honour scheduler-locking.
2721
2722 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2723
2724         * NEWS: Announce new scheduler-locking mode.
2725         * infrun.c (schedlock_replay): New.
2726         (scheduler_enums): Add schedlock_replay.
2727         (scheduler_mode): Change default to schedlock_replay.
2728         (user_visible_resume_ptid): Handle schedlock_replay.
2729         (clear_proceed_status_thread): Stop replaying if resumed thread is
2730         not replaying.
2731         (schedlock_applies): Handle schedlock_replay.
2732         (_initialize_infrun): Document new scheduler-locking mode.
2733         * record-btrace.c (record_btrace_resume): Remove code to stop other
2734         threads when not replaying the resumed thread.
2735
2736 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2737
2738         * record-btrace.c ((record_btrace_will_replay): New.
2739         (init_record_btrace_ops): Initialize to_record_will_replay.
2740         * record-full.c ((record_full_will_replay): New.
2741         (init_record_full_ops): Initialize to_record_will_replay.
2742         * target-delegates.c: Regenerated.
2743         * target.c (target_record_will_replay): New.
2744         * target.h (struct target_ops) <to_record_will_replay>: New.
2745         (target_record_will_replay): New.
2746
2747 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2748
2749         * record-btrace.c (record_btrace_resume): Call
2750         target_record_stop_replaying.
2751         (record_btrace_stop_replaying_all): New.
2752         (init_record_btrace_ops): Initialize to_record_stop_replaying.
2753         * record-full.c (record_full_stop_replaying): New.
2754         (init_record_full_ops ): Initialize to_record_stop_replaying.
2755         * target-delegates.c: Regenerated.
2756         * target.c (target_record_stop_replaying): New.
2757         * target.h (struct target_ops) <to_record_stop_replaying>: New.
2758         (target_record_stop_replaying): New.
2759
2760 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2761
2762         * record-btrace.c (record_btrace_xfer_partial)
2763         (record_btrace_store_registers, record_btrace_prepare_to_store):
2764         Call record_btrace_is_replaying with inferior_ptid instead of
2765         minus_one_ptid.
2766         (record_btrace_store_registers): Change error message.
2767
2768 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2769
2770         * record-btrace.c (record_btrace_is_replaying): Add ptid argument.
2771         Update users to pass minus_one_ptid.
2772         * record-full.c (record_full_is_replaying): Add ptid argument (ignored).
2773         * record.c (cmd_record_delete): Pass inferior_ptid to
2774         target_record_is_replaying.
2775         * target-delegates.c: Regenerated.
2776         * target.c (target_record_is_replaying): Add ptid argument.
2777         * target.h (struct target_ops) <to_record_is_replaying>: Add ptid
2778         argument.
2779         (target_record_is_replaying): Add ptid argument.
2780
2781 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2782
2783         * record-btrace.c (record_btrace_open): Remove non_stop check.
2784         * NEWS: Announce that record btrace supports non-stop mode.
2785
2786 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2787
2788         * infrun.c (handle_inferior_event_1): Switch to the eventing thread
2789         in the TARKET_WAITKIND_NO_HISTORY case.
2790
2791 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2792
2793         * record-btrace.c (record_btrace_maybe_mark_async_event): New.
2794         (record_btrace_wait): Call record_btrace_maybe_mark_async_event.
2795
2796 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2797
2798         * record-btrace.c (get_thread_current_frame): New.
2799         (record_btrace_start_replaying): Call get_thread_current_frame.
2800
2801 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2802
2803         * record-btrace.c (record_btrace_resume_thread): A move request
2804         overwrites a previous move request.
2805         (record_btrace_find_resume_thread): Removed.
2806         (record_btrace_resume): Resume all requested threads.
2807
2808 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2809
2810         * record-btrace.c: Include vec.h.
2811         (record_btrace_find_thread_to_move): Removed.
2812         (btrace_step_no_resumed, btrace_step_again)
2813         (record_btrace_stop_replaying_at_end): New.
2814         (record_btrace_cancel_resume): Call record_btrace_stop_replaying_at_end.
2815         (record_btrace_single_step_forward): Remove calls to
2816         record_btrace_stop_replaying.
2817         (record_btrace_step_thread): Do only one step for BTHR_CONT and
2818         BTHR_RCONT.  Keep threads at the end of their history moving.
2819         (record_btrace_wait): Call record_btrace_step_thread for all threads
2820         until one reports an event.  Call record_btrace_stop_replaying_at_end
2821         for the eventing thread.
2822
2823 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2824
2825         * record-btrace.c (record_btrace_single_step_forward): Return
2826         NO_HISTORY if a step brings us to the end of the execution history.
2827
2828 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2829
2830         * record-btrace.c (record_btrace_step_thread): Move breakpoint check
2831         to ...
2832         (record_btrace_single_step_forward): ... here and
2833         (record_btrace_single_step_backward): ... here.
2834
2835 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2836
2837         * record-btrace.c (btrace_step_spurious)
2838         (record_btrace_single_step_forward)
2839         (record_btrace_single_step_backward): New.
2840         (record_btrace_step_thread): Call record_btrace_single_step_forward
2841         and record_btrace_single_step_backward.
2842
2843 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2844
2845         * record-btrace.c (record_btrace_replay_at_breakpoint): New.
2846         (record_btrace_step_thread): Call record_btrace_replay_at_breakpoint.
2847
2848 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2849
2850         * record-btrace.c (btrace_thread_flag_to_str)
2851         (record_btrace_cancel_resume): New.
2852         (record_btrace_step_thread): Call btrace_thread_flag_to_str.
2853         (record_btrace_resume): Print execution direction.
2854         (record_btrace_resume_thread): Call btrace_thread_flag_to_str.
2855         (record_btrace_wait): Call record_btrace_cancel_resume.
2856
2857 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2858
2859         * btrace.h (enum btrace_thread_flag) <BTHR_STOP>: New.
2860         * record-btrace (record_btrace_resume_thread): Clear BTHR_STOP.
2861         (record_btrace_find_thread_to_move): Also accept threads that have
2862         BTHR_STOP set.
2863         (btrace_step_stopped_on_request, record_btrace_stop): New.
2864         (record_btrace_step_thread): Support BTHR_STOP.
2865         (record_btrace_wait): Also clear BTHR_STOP when stopping other threads.
2866         (init_record_btrace_ops): Initialize to_stop.
2867
2868 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2869
2870         * record-btrace.c (record_btrace_wait): Replace non_stop check with
2871         target_is_non_stop_p ().
2872
2873 2015-09-15  Pierre-Marie de Rodat  <derodat@adacore.com>
2874
2875         * ada-typeprint.c (print_array_type): Do not describe arrays as
2876         packed when they embed dynamic elements.
2877
2878 2015-09-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2879
2880         * symtab.h (address_class): Document that TLS variables
2881         are handled by LOC_UNRESOLVED.
2882         * findvar.c (default_read_var_value): Don't relocate TLS variables.
2883         * printcmd.c (address_info): Don't relocate TLS variables.
2884
2885 2015-09-15  Pierre Langlois  <pierre.langlois@arm.com>
2886
2887         * aarch64-tdep.c (decode_add_sub_imm): Use debug_printf.
2888         (decode_adrp): Likewise.
2889         (decode_b): Likewise.
2890         (decode_bcond): Likewise.
2891         (decode_br): Likewise.
2892         (decode_cb): Likewise.
2893         (decode_eret): Likewise.
2894         (decode_movz): Likewise.
2895         (decode_orr_shifted_register_x): Likewise.
2896         (decode_ret): Likewise.
2897         (decode_stp_offset): Likewise.
2898         (decode_stp_offset_wb): Likewise.
2899         (decode_stur): Likewise.
2900         (decode_tb): Likewise.
2901         (aarch64_analyze_prologue): Likewise.
2902         (pass_in_x): Likewise.
2903         (pass_in_v): Likewise.
2904         (pass_on_stack): Likewise.
2905         (aarch64_push_dummy_call): Likewise.
2906         (aarch64_extract_return_value): Likewise.
2907         (aarch64_store_return_value): Likewise.
2908         (aarch64_return_value): Likewise.
2909         (aarch64_record_asimd_load_store): Likewise.
2910         (aarch64_record_load_store): Likewise.
2911         (aarch64_record_data_proc_simd_fp): Likewise.
2912
2913 2015-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
2914
2915         * linespec.c (minsym_found): Call gdbarch_skip_entrypoint.
2916         * ppc64-tdep.c (ppc64_skip_trampoline_code): Rename to ...
2917         (ppc64_skip_trampoline_code_1): ... here.
2918         (ppc64_skip_trampoline_code): New wrapper function.
2919         * symtab.c (find_function_start_sal): Call gdbarch_skip_entrypoint.
2920
2921 2015-09-15  Yao Qi  <yao.qi@linaro.org>
2922
2923         * aarch64-linux-nat.c (aarch64_linux_can_do_single_step): New
2924         function.
2925         (_initialize_aarch64_linux_nat): Install it to to_can_do_single_step.
2926         * arm-linux-tdep.c (arm_linux_software_single_step): Return 0
2927         if target_can_do_single_step returns 1.
2928         * remote.c (struct vCont_action_support) <s, S>: New fields.
2929         (PACKET_vContSupported): New enum.
2930         (remote_protocol_features): New element for vContSupported.
2931         (remote_query_supported): Append "vContSupported+".
2932         (remote_vcont_probe): Remove support_s and support_S, use
2933         rs->supports_vCont.s and rs->supports_vCont.S instead.  Disable
2934         vCont packet if c and C actions are not supported.
2935         (remote_can_do_single_step): New function.
2936         (init_remote_ops): Install it to to_can_do_single_step.
2937         (_initialize_remote): Call add_packet_config_cmd.
2938         * target.h (struct target_ops) <to_can_do_single_step>: New field.
2939         (target_can_do_single_step): New macro.
2940         * target-delegates.c: Re-generated.
2941
2942 2015-09-15  Yao Qi  <yao.qi@linaro.org>
2943
2944         * aarch64-linux-nat.c (aarch64_linux_siginfo_fixup): New function.
2945         (_initialize_aarch64_linux_nat): Call linux_nat_set_siginfo_fixup.
2946         * nat/aarch64-linux.c (aarch64_compat_siginfo_from_siginfo):
2947         New function.
2948         (aarch64_siginfo_from_compat_siginfo): New function.
2949         * nat/aarch64-linux.h: Include signal.h.
2950         (compat_int_t, compat_uptr_t, compat_time_t): Typedef.
2951         (compat_timer_t, compat_clock_t): Likewise.
2952         (struct compat_timeval): New.
2953         (union compat_sigval): New.
2954         (struct compat_siginfo): New.
2955         (cpt_si_pid, cpt_si_uid, cpt_si_timerid): New macros.
2956         (cpt_si_overrun, cpt_si_status, cpt_si_utime): Likewise.
2957         (cpt_si_stime, cpt_si_ptr, cpt_si_addr): Likewise.
2958         (cpt_si_band, cpt_si_fd): Likewise.
2959
2960 2015-09-14  Pedro Alves  <palves@redhat.com>
2961
2962         * infrun.c (current_stop_id): New global.
2963         (get_stop_id, new_stop_id): New functions.
2964         (fetch_inferior_event): Handle normal_stop proceeding the target.
2965         (struct stop_context): New.
2966         (save_stop_context, release_stop_context_cleanup)
2967         (stop_context_changed): New functions.
2968         (normal_stop): Return true if the hook-stop changes the stop
2969         context.
2970         * infrun.h (get_stop_id): Declare.
2971         (normal_stop): Now returns int.  Add documentation.
2972
2973 2015-09-14  Pierre-Marie de Rodat  <derodat@adacore.com>
2974
2975         * ada-lang.c (ada_value_ptr_subscript): Update the heading
2976         comment.  Handle packed arrays.
2977
2978 2015-09-14  Pedro Alves  <palves@redhat.com>
2979
2980         * NEWS (Changes in GDB 7.10, New commands>: Remove duplicate
2981         mention of maint set/show target-non-stop.
2982
2983 2015-09-11  Don Breazeal  <donb@codesourcery.com>
2984
2985         * NEWS: Announce new remote packets for the exec-events
2986         feature and the exec-events feature and associated commands.
2987
2988 2015-09-11  Don Breazeal  <donb@codesourcery.com>
2989
2990         * remote.c (remote_exec_event_p): New function.
2991         (remote_insert_exec_catchpoint): New function.
2992         (remote_remove_exec_catchpoint): New function.
2993         (init_extended_remote_ops): Initialize extended_remote_ops
2994         members to_insert_exec_catchpoint and
2995         to_remove_exec_catchpoint.
2996
2997 2015-09-11  Don Breazeal  <donb@codesourcery.com>
2998             Luis Machado  <lgustavo@codesourcery.com>
2999
3000         * infrun.c (follow_exec): Use process-style ptid for
3001         exec message.  Call add_inferior_with_spaces and
3002         target_follow_exec.
3003         * nat/linux-ptrace.c (linux_supports_traceexec): New function.
3004         * nat/linux-ptrace.h (linux_supports_traceexec): Declare.
3005         * remote.c (remote_pspace_data): New static variable.
3006         (remote_pspace_data_cleanup): New function.
3007         (get_remote_exec_file): New function.
3008         (set_remote_exec_file_1): New function.
3009         (set_remote_exec_file): New function.
3010         (show_remote_exec_file): New function.
3011         (remote_exec_file): Delete static variable.
3012         (anonymous enum) <PACKET_exec_event_feature>: New
3013         enumeration constant.
3014         (remote_protocol_features): Add entry for exec-events feature.
3015         (remote_query_supported): Add client side of qSupported query
3016         for exec-events feature.
3017         (remote_follow_exec): New function.
3018         (remote_parse_stop_reply): Handle 'exec' stop reason.
3019         (extended_remote_run, extended_remote_create_inferior): Call
3020         get_remote_exec_file and set_remote_exec_file_1.
3021         (init_extended_remote_ops) <to_follow_exec>: Initialize new
3022         member.
3023         (_initialize_remote): Call
3024         register_program_space_data_with_cleanup.  Call
3025         add_packet_config_cmd for remote exec-events feature.
3026         Modify call to add_setshow_string_noescape_cmd for exec-file
3027         to use new functions set_remote_exec_file and
3028         show_remote_exec_file.
3029         * target-debug.h, target-delegates.c: Regenerated.
3030         * target.c (target_follow_exec): New function.
3031         * target.h (struct target_ops) <to_follow_exec>: New member.
3032         (target_follow_exec): Declare new function.
3033
3034 2015-09-11  Pierre Langlois  <pierre.langlois@arm.com>
3035
3036         * aarch64-tdep.c (decode_cb): Move up comment describing the
3037         encoding.
3038         (decode_tb): Fix a typo in comment above the function.  Move up
3039         comment describing the encoding.
3040
3041 2015-09-11  Pierre Langlois  <pierre.langlois@arm.com>
3042
3043         * aarch64-tdep.c (decode_bcond): Fix incorrect mask.
3044
3045 2015-09-11  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
3046
3047         PR gdb/18947
3048         * aarch64-linux-tdep.c: (aarch64_linux_init_abi): Install
3049         glibc_skip_solib_resolver as gdbarch_skip_solib_resolver callback.
3050
3051 2015-09-10  Simon Marchi  <simon.marchi@ericsson.com>
3052
3053         * ada-lang.c (scan_discrim_bound): Factor out arithmetic
3054         operations.
3055
3056 2015-09-10  Simon Marchi  <simon.marchi@ericsson.com>
3057
3058         * ada-lang.c (ada_search_struct_field): Constify parameters
3059         and/or variables..
3060         (xget_renaming_scope): Likewise.
3061         (ada_is_redundant_range_encoding): Likewise.
3062         (scan_discrim_bound): Likewise.
3063         (to_fixed_range_type): Likewise.
3064
3065 2015-09-10  Yao Qi  <yao.qi@linaro.org>
3066
3067         * breakpoint.c (download_tracepoint_locations): New local
3068         can_download_tracepoint.  Check the result of
3069         target_can_download_tracepoint and save it in
3070         can_download_tracepoint if there are tracepoints to download.
3071         * linux-nat.h (enum tribool): Move it to ...
3072         * common/common-types.h: ... here.
3073
3074 2015-09-09  Pedro Alves  <palves@redhat.com>
3075
3076         * inf-loop.c (inferior_event_handler): Delete INF_TIMER case.
3077         * target.h (enum inferior_event_type) <INF_TIMER>: Delete.
3078
3079 2015-09-09  Pedro Alves  <palves@redhat.com>
3080
3081         * continuations.c (add_continuation, restore_thread_cleanup)
3082         (do_all_continuations_ptid, do_all_continuations_thread_callback)
3083         (do_all_continuations_thread, do_all_continuations)
3084         (discard_all_continuations_thread_callback)
3085         (discard_all_continuations_thread, discard_all_continuations)
3086         (add_intermediate_continuation)
3087         (do_all_intermediate_continuations_thread_callback)
3088         (do_all_intermediate_continuations_thread)
3089         (do_all_intermediate_continuations)
3090         (discard_all_intermediate_continuations_thread_callback)
3091         (discard_all_intermediate_continuations_thread)
3092         (discard_all_intermediate_continuations): Delete.
3093         * continuations.h (add_continuation, do_all_continuations)
3094         (do_all_continuations_thread, discard_all_continuations)
3095         (discard_all_continuations_thread, add_intermediate_continuation)
3096         (do_all_intermediate_continuations)
3097         (do_all_intermediate_continuations_thread)
3098         (discard_all_intermediate_continuations)
3099         (discard_all_intermediate_continuations_thread): Delete
3100         declarations.
3101         * event-top.c (stdin_event_handler): Delete references to
3102         continuations.
3103         * gdbthread.h (struct thread_info): Delete continuations and
3104         intermediate_continuations fields.
3105         * inf-loop.c (inferior_event_handler): Remove references to
3106         continuations.
3107         * infrun.c (infrun_thread_stop_requested_callback): Remove
3108         references to continuations.
3109         * target.h (enum inferior_event_type) <INF_EXEC_CONTINUE>: Delete.
3110         * thread.c: Don't include "continuations.h".
3111         (clear_thread_inferior_resources): Remove references to
3112         continuations.
3113
3114 2015-09-09  Pedro Alves  <palves@redhat.com>
3115
3116         * infcall.c (struct dummy_frame_context_saver): Delete.
3117         (dummy_frame_context_saver_free, dummy_frame_context_saver_dtor)
3118         (dummy_frame_context_saver_drop)
3119         (dummy_frame_context_saver_cleanup)
3120         (dummy_frame_context_saver_get_regs)
3121         (dummy_frame_context_saver_setup): Delete.
3122         * infcall.h (dummy_frame_context_saver_drop)
3123         (dummy_frame_context_saver_cleanup)
3124         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver):
3125         Delete.
3126         (get_return_value): Remove 'ctx_saver' paremeter.  Adjust.
3127         * inferior.h (get_return_value): Remove 'ctx_saver' paremeter.
3128         * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Adjust.
3129
3130 2015-09-09  Pedro Alves  <palves@redhat.com>
3131
3132         * breakpoint.c: Include "thread-fsm.h".
3133         (struct until_break_command_continuation_args): Delete.
3134         (struct until_break_fsm): New.
3135         (until_break_fsm_ops): New global.
3136         (new_until_break_fsm, until_break_fsm_should_stop): New functions.
3137         (until_break_command_continuation): Delete.
3138         (until_break_fsm_clean_up): New function.
3139         (until_break_fsm_async_reply_reason): New function.
3140         (until_break_command): Adjust to create an until_break_fsm instead
3141         of a continuation.
3142         (momentary_bkpt_print_it): No longer print MI's async-stop-reason
3143         here.
3144         * infcmd.c (struct until_next_fsm): New.
3145         (until_next_fsm_ops): New global.
3146         (new_until_next_fsm, until_next_fsm_should_stop): New function.
3147         (until_next_continuation): Delete.
3148         (until_next_fsm_clean_up, until_next_fsm_async_reply_reason): New
3149         functions.
3150         (until_next_command): Adjust to create a new until_next_fsm
3151         instead of a continuation.
3152
3153 2015-09-09  Pedro Alves  <palves@redhat.com>
3154
3155         * infcall.c: Include thread_fsm.h.
3156         (struct call_return_meta_info): New.
3157         (get_call_return_value): New function, factored out from
3158         call_function_by_hand_dummy.
3159         (struct call_thread_fsm): New.
3160         (call_thread_fsm_ops): New global.
3161         (new_call_thread_fsm, call_thread_fsm_should_stop)
3162         (call_thread_fsm_should_notify_stop): New functions.
3163         (run_inferior_call): Add 'sm' parameter.  Associate the FSM with
3164         the thread.
3165         (call_function_by_hand_dummy): Create a new call_thread_fsm
3166         instance, associate it with the thread, and wait for the FSM to
3167         finish.  If finished successfully, fetch the function's result
3168         value out of the FSM.
3169         * infrun.c (fetch_inferior_event): If the FSM says the stop
3170         shouldn't be notified, don't call normal_stop.
3171         (maybe_remove_breakpoints): New function, factored out from ...
3172         (normal_stop): ... here.  Simplify.
3173         * infrun.h (maybe_remove_breakpoints): Declare.
3174         * thread-fsm.c (thread_fsm_should_notify_stop): New function.
3175         (thread-fsm.h) <struct thread_fsm_ops>: New field.
3176         (thread_fsm_should_notify_stop): Declare.
3177
3178 2015-09-09  Pedro Alves  <palves@redhat.com>
3179
3180         * Makefile.in (COMMON_OBS): Add thread-fsm.o.
3181         * breakpoint.c (handle_jit_event): Print debug output.
3182         (bpstat_what): Split event callback handling to ...
3183         (bpstat_run_callbacks): ... this new function.
3184         (momentary_bkpt_print_it): No longer handle bp_finish here.
3185         * breakpoint.h (bpstat_run_callbacks): Declare.
3186         * gdbthread.h (struct thread_info) <step_multi>: Delete field.
3187         <thread_fsm>: New field.
3188         (thread_cancel_execution_command): Declare.
3189         * infcmd.c: Include thread-fsm.h.
3190         (struct step_command_fsm): New.
3191         (step_command_fsm_ops): New global.
3192         (new_step_command_fsm, step_command_fsm_prepare): New functions.
3193         (step_1): Adjust to use step_command_fsm_prepare and
3194         prepare_one_step.
3195         (struct step_1_continuation_args): Delete.
3196         (step_1_continuation): Delete.
3197         (step_command_fsm_should_stop): New function.
3198         (step_once): Delete.
3199         (step_command_fsm_clean_up, step_command_fsm_async_reply_reason)
3200         (prepare_one_step): New function, based on step_once.
3201         (until_next_command): Remove step_multi reference.
3202         (struct return_value_info): New.
3203         (print_return_value): Rename to ...
3204         (print_return_value_1): ... this.  New struct return_value_info
3205         parameter.  Adjust.
3206         (print_return_value): Reimplement as wrapper around
3207         print_return_value_1.
3208         (struct finish_command_fsm): New.
3209         (finish_command_continuation): Delete.
3210         (finish_command_fsm_ops): New global.
3211         (new_finish_command_fsm, finish_command_fsm_should_stop): New
3212         functions.
3213         (finish_command_fsm_clean_up, finish_command_fsm_return_value):
3214         New.
3215         (finish_command_continuation_free_arg): Delete.
3216         (finish_command_fsm_async_reply_reason): New.
3217         (finish_backward, finish_forward): Change symbol parameter to a
3218         finish_command_fsm.  Adjust.
3219         (finish_command): Create a finish_command_fsm.  Adjust.
3220         * infrun.c: Include "thread-fsm.h".
3221         (clear_proceed_status_thread): Delete the thread's FSM.
3222         (infrun_thread_stop_requested_callback): Cancel the thread's
3223         execution command.
3224         (clean_up_just_stopped_threads_fsms): New function.
3225         (fetch_inferior_event): Handle the event_thread's should_stop
3226         method saying the command isn't done yet.
3227         (process_event_stop_test): Run breakpoint callbacks here.
3228         (print_stop_event): Rename to ...
3229         (print_stop_location): ... this.
3230         (restore_current_uiout_cleanup): New function.
3231         (print_stop_event): Reimplement.
3232         (normal_stop): No longer notify the end_stepping_range observers
3233         here handle "step N" nor "finish" here.  No longer call
3234         print_stop_event here.
3235         * infrun.h (struct return_value_info): Forward declare.
3236         (print_return_value): Declare.
3237         (print_stop_event): Change prototype.
3238         * thread-fsm.c: New file.
3239         * thread-fsm.h: New file.
3240         * thread.c: Include "thread-fsm.h".
3241         (thread_cancel_execution_command): New function.
3242         (clear_thread_inferior_resources): Call it.
3243         * cli/cli-interp.c (cli_on_normal_stop): New function.
3244         (cli_interpreter_init): Install cli_on_normal_stop as normal_stop
3245         observer.
3246         * mi/mi-interp.c: Include "thread-fsm.h".
3247         (restore_current_uiout_cleanup): Delete.
3248         (mi_on_normal_stop): If the thread has an FSM associated, and it
3249         finished, ask it for the async-reply-reason to print.  Always call
3250         print_stop_event here, regardless of the top-level interpreter.
3251         Check bpstat_what to tell whether an asynchronous breakpoint hit
3252         triggered.
3253         * tui/tui-interp.c (tui_on_normal_stop): New function.
3254         (tui_init): Install tui_on_normal_stop as normal_stop observer.
3255
3256 2015-09-09  Pedro Alves  <palves@redhat.com>
3257
3258         * breakpoint.c (bpstat_do_actions_1, until_break_command): Don't
3259         check whether the target can async.
3260         * inf-loop.c (inferior_event_handler): Only call target_async if
3261         the target can async.
3262         * infcall.c: Include top.h and interps.h.
3263         (run_inferior_call): For the interpreter to sync mode while
3264         running the infcall.  Call wait_sync_command_done instead of
3265         wait_for_inferior plus normal_stop.
3266         * infcmd.c (prepare_execution_command): Don't check whether the
3267         target can async when running in the foreground.
3268         (step_1): Delete synchronous case handling.
3269         (step_once): Always install a continuation, even in sync mode.
3270         (until_next_command, finish_forward): Don't check whether the
3271         target can async.
3272         (attach_command_post_wait, notice_new_inferior): Always install a
3273         continuation, even in sync mode.
3274         * infrun.c (mark_infrun_async_event_handler): New function.
3275         (proceed): In sync mode, mark infrun's event source instead of
3276         waiting for events here.
3277         (fetch_inferior_event): If the target can't async, do a blocking
3278         wait.
3279         (prepare_to_wait): In sync mode, mark infrun's event source.
3280         (infrun_async_inferior_event_handler): No longer bail out if the
3281         target can't async.
3282         * infrun.h (mark_infrun_async_event_handler): New declaration.
3283         * linux-nat.c (linux_nat_wait_1): Remove calls to
3284         set_sigint_trap/clear_sigint_trap.
3285         (linux_nat_terminal_inferior): No longer check whether the target
3286         can async.
3287         * mi/mi-interp.c (mi_on_sync_execution_done): Update and simplify
3288         comment.
3289         (mi_execute_command_input_handler): No longer check whether the
3290         target is async.  Update and simplify comment.
3291         * target.c (default_target_wait): New function.
3292         * target.h (struct target_ops) <to_wait>: Now defaults to
3293         default_target_wait.
3294         (default_target_wait): Declare.
3295         * top.c (wait_sync_command_done): New function, factored out from
3296         ...
3297         (maybe_wait_sync_command_done): ... this.
3298         * top.h (wait_sync_command_done): Declare.
3299         * target-delegates.c: Regenerate.
3300
3301 2015-09-09  Markus Metzger  <markus.t.metzger@intel.com>
3302
3303         * nat/linux-btrace.h (struct btrace_target_info) <ptr_bits>: Remove.
3304         * nat/linux-btrace.c: Include filestuff.h and inttypes.h.
3305         Remove include of sys/utsname.h.
3306         (linux_determine_kernel_ptr_bits): Remove.
3307         (linux_determine_kernel_start): New.
3308         (perf_event_is_kernel_addr): Remove tinfo argument.  Update users.
3309         Update check.
3310         (perf_event_skip_bts_record): Remove tinfo argument.  Update users.
3311         (linux_enable_bts, linux_enable_pt): Remove tinfo->ptr_bits
3312         initialization.
3313         * x86-linux-nat.c (x86_linux_enable_btrace): Remove ptr_bits
3314         assignment.
3315
3316 2015-09-07  Pedro Alves  <palves@redhat.com>
3317
3318         * guile/guile-internal.h (as_a_scm_t_subr): New.
3319         * guile/guile.c (misc_guile_functions): Use it.
3320         * guile/scm-arch.c (arch_functions): Use it.
3321         * guile/scm-block.c (block_functions, gdbscm_initialize_blocks):
3322         Use it.
3323         * guile/scm-breakpoint.c (breakpoint_functions): Use it.
3324         * guile/scm-cmd.c (command_functions): Use it.
3325         * guile/scm-disasm.c (disasm_functions): Use it.
3326         * guile/scm-exception.c (exception_functions)
3327         (private_exception_functions): Use it.
3328         * guile/scm-frame.c (frame_functions)
3329         * guile/scm-gsmob.c (gsmob_functions): Use it.
3330         * guile/scm-iterator.c (iterator_functions): Use it.
3331         * guile/scm-lazy-string.c (lazy_string_functions): Use it.
3332         * guile/scm-math.c (math_functions): Use it.
3333         * guile/scm-objfile.c (objfile_functions): Use it.
3334         * guile/scm-param.c (parameter_functions): Use it.
3335         * guile/scm-ports.c (port_functions, private_port_functions): Use
3336         it.
3337         * guile/scm-pretty-print.c (pretty_printer_functions): Use it.
3338         * guile/scm-progspace.c (pspace_functions): Use it.
3339         * guile/scm-string.c (string_functions): Use it.
3340         * guile/scm-symbol.c (symbol_functions): Use it.
3341         * guile/scm-symtab.c (symtab_functions): Use it.
3342         * guile/scm-type.c (type_functions, gdbscm_initialize_types): Use
3343         it.
3344         * guile/scm-value.c (value_functions): Use it.
3345
3346 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
3347
3348         * tui/tui-data.c (win_with_focus): Remove cast of NULL pointer.
3349         (tui_next_win): Likewise.
3350         (tui_prev_win): Likewise.
3351         (tui_partial_win_by_name): Likewise.
3352         (tui_init_generic_part): Likewise.
3353         (init_content_element): Likewise.
3354         (tui_del_window): Likewise.
3355         (tui_free_window): Likewise.
3356         (tui_del_data_windows): Likewise.
3357         (tui_free_data_content): Likewise.
3358         * tui/tui-layout.c (make_source_or_disasm_window): Likewise.
3359         * tui/tui-regs.c (tui_show_register_group): Likewise.
3360         * tui/tui-win.c (tui_resize_all): Likewise.
3361         (tui_set_focus): Likewise.
3362         (tui_set_win_height): Likewise.
3363         (make_invisible_and_set_new_height): Likewise.
3364         * tui/tui-windata.c (tui_delete_data_content_windows): Likewise.
3365         * tui/tui-wingeneral.c (make_visible): Likewise.
3366
3367 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
3368
3369         * cli/cli-decode.c (find_cmd): Remove cast of NULL pointer.
3370
3371 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
3372
3373         * c-valprint.c (print_unpacked_pointer): Remove cast of NULL
3374         pointer.
3375         * dbxread.c (dbx_end_psymtab): Likewise.
3376         * gnu-nat.c (gnu_write_inferior): Likewise.
3377         * mdebugread.c (cross_ref): Likewise.
3378         * p-valprint.c (pascal_val_print): Likewise.
3379         * xcoffread.c (xcoff_end_psymtab): Likewise.
3380
3381 2015-09-04  Yao Qi  <yao.qi@linaro.org>
3382
3383         * NEWS: Mention the aarch64 multi-arch debugging support.
3384
3385 2015-09-03  Pierre-Marie de Rodat  <derodat@adacore.com>
3386
3387         * ada-lang.c (ada_language_arch_info): Create a TYPE_CODE_CHAR
3388         type instead of a TYPE_CODE_INT one for the string_char_type
3389         and the ada_primitive_type_char types.
3390
3391 2015-09-03  Yao Qi  <yao.qi@linaro.org>
3392
3393         * aarch64-linux-nat.c (aarch64_linux_region_ok_for_hw_watchpoint):
3394         Move code to aarch64_linux_region_ok_for_watchpoint.  Call
3395         aarch64_linux_region_ok_for_watchpoint.
3396         * nat/aarch64-linux-hw-point.c (aarch64_linux_region_ok_for_watchpoint):
3397         New function.
3398         * nat/aarch64-linux-hw-point.h (aarch64_linux_region_ok_for_watchpoint):
3399         Declare it.
3400
3401 2015-09-02  Patrick Palka  <patrick@parcs.ath.cx>
3402
3403         * gdb_obstack.h (obstack_strdup): Declare.
3404         * gdb_obstack.c (obstack_strdup): Define.
3405         * gdbarch.sh (gdbarch_obstack_strdup): Declare and define.
3406         * gdbarch.c: Regenerate.
3407         * gdbarch.h: Regenerate.
3408         * gdbtypes.c (arch_type): Use gdbarch_obstack_strdup.
3409
3410 2015-09-02  Patrick Palka  <patrick@parcs.ath.cx>
3411
3412         * gdbtypes.c (copy_type_recursive): Update documentation.
3413
3414 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3415
3416         * solib-svr4.c (solib_event_probe_action): Initialize 'probe_argc'
3417         as zero.
3418
3419 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3420
3421         * solib-svr4.c (svr4_handle_solib_event): Initialize 'val' as NULL
3422
3423 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3424
3425         * solib-svr4.c (solib_event_probe_action): Call
3426         get_probe_argument_count using TRY...CATCH.
3427         (svr4_handle_solib_event): Likewise, for evaluate_probe_argument.
3428
3429 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3430
3431         * probe.h (struct probe_ops) <get_probe_argument_count,
3432         evaluate_probe_argument, enable_probe, disable_probe>: Mention in
3433         the comment that the function can throw an exception.
3434         (get_probe_argument_count): Likewise.
3435         (evaluate_probe_argument): Likewise.
3436         * stap-probe.c (stap_get_opcode): Call error instead of
3437         internal_error.
3438         (stap_get_expected_argument_type): Likewise.  Add argument
3439         'probe'.  Improve error message by mentioning the probe's name.
3440         (stap_parse_probe_arguments): Adjust call to
3441         stap_get_expected_argument_type.
3442         (stap_get_arg): Add comment.  Assert that 'probe->args_parsed' is
3443         not zero.  Call internal_error if GDB requests an argument but the
3444         probe has no arguments.
3445
3446 2015-09-01  Pierre-Marie de Rodat  <derodat@adacore.com>
3447
3448         * ada-lang.c (ada_resolve_function): Do not ask the user what
3449         match to use when in completion mode.
3450
3451 2015-08-31  Andrew Burgess  <andrew.burgess@embecosm.com>
3452
3453         * tui/tui-data.c (tui_win_name): Make local variable const, remove
3454         cast of NULL.
3455
3456 2015-08-31  Max Filippov  <jcmvbkbc@gmail.com>
3457
3458         * xtensa-tdep.h (XTENSA_GDBARCH_TDEP_INSTANTIATE): Initialize
3459         call_abi using XSHAL_ABI macro.
3460
3461 2015-08-29  Doug Evans  <xdje42@gmail.com>
3462
3463         * symtab.h (struct symbol): Tweak comment.
3464
3465 2015-08-29  Patrick Palka  <patrick@parcs.ath.cx>
3466
3467         * gdbtypes.c (alloc_type_arch): Allocate the type on the given
3468         gdbarch obstack instead of on the heap.  Update commentary
3469         accordingly.
3470
3471 2015-08-28  Joel Brobecker  <brobecker@adacore.com>
3472
3473         GDB 7.10 released.
3474
3475 2015-08-28  Simon Marchi  <simon.marchi@ericsson.com>
3476
3477         * NEWS: Update entry about non-8-bits addressable memory.
3478
3479 2015-08-28  Ulrich Weigand  <uweigand@de.ibm.com>
3480
3481         Revert:
3482         2014-11-06  Doug Evans  <xdje42@gmail.com>
3483         * solib.c (solib_global_lookup): Fetch arch from objfile,
3484         not target_gdbarch.
3485
3486 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3487
3488         * ppc-linux-tdep.c (ppc_linux_spe_context_lookup): Do not
3489         attempt to relocate a TLS variable offset.
3490
3491 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3492
3493         * spu-multiarch.c (parse_spufs_run): Bail out if inferior is not
3494         registered yet.  Set inferior_ptid while calling target_read_memory.
3495
3496 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3497
3498         * nat/linux-ptrace.h (GDB_ARCH_TRAP_BRKPT): Replace by ...
3499         (GDB_ARCH_IS_TRAP_BRKPT): ... this.  Add __powerpc__ case.
3500         * linux-nat.c (check_stopped_by_breakpoint): Use
3501         GDB_ARCH_IS_TRAP_BRKPT instead of GDB_ARCH_TRAP_BRKPT.
3502
3503 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3504
3505         * linux-thread-db.c (thread_db_get_thread_local_address): If the
3506         thread was not yet discovered, use thread_from_lwp instead of
3507         calling thread_db_find_new_threads_1.
3508
3509 2015-08-27  Simon Marchi  <simon.marchi@ericsson.com>
3510
3511         * m88k-tdep.c (m88k_analyze_prologue): Fix inverted allocation
3512         statements.
3513
3514 2015-08-27  Simon Marchi  <simon.marchi@ericsson.com>
3515
3516         * NEWS: Document support for non-8-bits addressable memory.
3517
3518 2015-08-27  Pedro Alves  <palves@redhat.com>
3519
3520         * configure.ac: Remove AC_TYPE_SIGNAL call.
3521         * configure, config.in: Regenerate.
3522
3523 2015-08-27  Pedro Alves  <palves@redhat.com>
3524
3525         * cp-support.c (gdb_demangle): Use sighandler_t.  Remove cast.
3526         * extension-priv.h: Include signal.h.
3527         (struct signal_handler) <handler>: Change type to sighandler_t.
3528         * extension.c (install_gdb_sigint_handler): Use sighandler_t.
3529         * inflow.c (sigint_ours, sigquit_ours): Change type to
3530         sighandler_t.
3531         (child_terminal_inferior): Remove casts.
3532         (child_terminal_ours_1, new_tty): Use sighandler_t.  Remove casts.
3533         (osig): Change type to sighandler_t.
3534         * nto-procfs.c (ofunc): Change type to sighandler_t.
3535         (procfs_wait): Remove casts.
3536         * remote-m32r-sdi.c (m32r_wait, m32r_load): Use sighandler_t.
3537         * remote-sim.c (gdbsim_wait): Use sighandler_t.
3538         * utils.c (wait_to_die_with_timeout): Use sighandler_t.
3539
3540 2015-08-27  Pedro Alves  <palves@redhat.com>
3541
3542         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add signal-h.
3543         * gnulib/aclocal.m4: Renegerate.
3544         * gnulib/config.in: Renegerate.
3545         * gnulib/configure: Renegerate.
3546         * gnulib/import/Makefile.am: Update.
3547         * gnulib/import/Makefile.in: Regenerate.
3548         * gnulib/import/m4/gnulib-cache.m4: Update.
3549         * gnulib/import/m4/gnulib-comp.m4: Update.
3550         * gnulib/import/m4/signal_h.m4: New file.
3551         * gnulib/import/signal.in.h: New file.
3552
3553 2015-08-27  Pedro Alves  <palves@redhat.com>
3554
3555         * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE)
3556         (MIN_MEMORY_PACKET_SIZE): New.
3557         (MAX_REMOTE_PACKET_SIZE, MIN_REMOTE_PACKET_SIZE): Delete.
3558         (get_memory_packet_size): Adjust.  No longer limit the max packet
3559         size.
3560         (set_memory_packet_size): Adjust, and remove dead code.
3561         (remote_check_symbols): Use xmalloc and a cleanup instead of
3562         alloca.
3563         (remote_packet_size): No longer cap the packet size.
3564         (putpkt_binary): Use xmalloc and a cleanup instead of alloca.
3565
3566 2015-08-26  Luis Machado  <lgustavo@codesourcery.com>
3567
3568         * compile/compile.c (compile_to_object): Mention language in
3569         error message.
3570
3571 2015-08-26  Patrick Palka  <patrick@parcs.ath.cx>
3572
3573         * target.c (target_pre_inferior): Unset attach_flag.
3574
3575 2015-08-26  Simon Marchi  <simon.marchi@ericsson.com>
3576
3577         * gdbarch.sh (append_name): Fix type in XRESIZEVEC.
3578         * gdbarch.c: Re-generate.
3579
3580 2015-08-26  Simon Marchi  <simon.marchi@ericsson.com>
3581
3582         * aarch64-linux-nat.c (aarch64_add_process): Replace xmalloc-family
3583         function with the XNEW-family equivalent.
3584         * aarch64-tdep.c (aarch64_gdbarch_init): Likewise.
3585         * ada-exp.y (write_ambiguous_var): Likewise.
3586         * ada-lang.c (resolve_subexp): Likewise.
3587         (user_select_syms): Likewise.
3588         (assign_aggregate): Likewise.
3589         (ada_evaluate_subexp): Likewise.
3590         (cache_symbol): Likewise.
3591         * addrmap.c (allocate_key): Likewise.
3592         (addrmap_create_mutable): Likewise.
3593         * aix-thread.c (sync_threadlists): Likewise.
3594         * alpha-tdep.c (alpha_push_dummy_call): Likewise.
3595         (alpha_gdbarch_init): Likewise.
3596         * amd64-windows-tdep.c (amd64_windows_push_arguments): Likewise.
3597         * arm-linux-nat.c (arm_linux_add_process): Likewise.
3598         * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
3599         * arm-tdep.c (push_stack_item): Likewise.
3600         (arm_displaced_step_copy_insn): Likewise.
3601         (arm_gdbarch_init): Likewise.
3602         (_initialize_arm_tdep): Likewise.
3603         * avr-tdep.c (push_stack_item): Likewise.
3604         * ax-general.c (new_agent_expr): Likewise.
3605         * block.c (block_initialize_namespace): Likewise.
3606         * breakpoint.c (alloc_counted_command_line): Likewise.
3607         (update_dprintf_command_list): Likewise.
3608         (parse_breakpoint_sals): Likewise.
3609         (decode_static_tracepoint_spec): Likewise.
3610         (until_break_command): Likewise.
3611         (clear_command): Likewise.
3612         (update_global_location_list): Likewise.
3613         (get_breakpoint_objfile_data) Likewise.
3614         * btrace.c (ftrace_new_function): Likewise.
3615         (btrace_set_insn_history): Likewise.
3616         (btrace_set_call_history): Likewise.
3617         * buildsym.c (add_symbol_to_list): Likewise.
3618         (record_pending_block): Likewise.
3619         (start_subfile): Likewise.
3620         (start_buildsym_compunit): Likewise.
3621         (push_subfile): Likewise.
3622         (end_symtab_get_static_block): Likewise.
3623         (buildsym_init): Likewise.
3624         * cli/cli-cmds.c (source_command): Likewise.
3625         * cli/cli-decode.c (add_cmd): Likewise.
3626         * cli/cli-script.c (build_command_line): Likewise.
3627         (setup_user_args): Likewise.
3628         (realloc_body_list): Likewise.
3629         (process_next_line): Likewise.
3630         (copy_command_lines): Likewise.
3631         * cli/cli-setshow.c (do_set_command): Likewise.
3632         * coff-pe-read.c (read_pe_exported_syms): Likewise.
3633         * coffread.c (coff_locate_sections): Likewise.
3634         (coff_symtab_read): Likewise.
3635         (coff_read_struct_type): Likewise.
3636         * common/cleanups.c (make_my_cleanup2): Likewise.
3637         * common/common-exceptions.c (throw_it): Likewise.
3638         * common/filestuff.c (make_cleanup_close): Likewise.
3639         * common/format.c (parse_format_string): Likewise.
3640         * common/queue.h (DEFINE_QUEUE_P): Likewise.
3641         * compile/compile-object-load.c (munmap_list_add): Likewise.
3642         (compile_object_load): Likewise.
3643         * compile/compile-object-run.c (compile_object_run): Likewise.
3644         * compile/compile.c (append_args): Likewise.
3645         * corefile.c (specify_exec_file_hook): Likewise.
3646         * cp-support.c (make_symbol_overload_list): Likewise.
3647         * cris-tdep.c (push_stack_item): Likewise.
3648         (cris_gdbarch_init): Likewise.
3649         * ctf.c (ctf_trace_file_writer_new): Likewise.
3650         * dbxread.c (init_header_files): Likewise.
3651         (add_new_header_file): Likewise.
3652         (init_bincl_list): Likewise.
3653         (dbx_end_psymtab): Likewise.
3654         (start_psymtab): Likewise.
3655         (dbx_end_psymtab): Likewise.
3656         * dcache.c (dcache_init): Likewise.
3657         * dictionary.c (dict_create_hashed): Likewise.
3658         (dict_create_hashed_expandable): Likewise.
3659         (dict_create_linear): Likewise.
3660         (dict_create_linear_expandable): Likewise.
3661         * dtrace-probe.c (dtrace_process_dof_probe): Likewise.
3662         * dummy-frame.c (register_dummy_frame_dtor): Likewise.
3663         * dwarf2-frame-tailcall.c (cache_new_ref1): Likewise.
3664         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3665         (decode_frame_entry_1): Likewise.
3666         * dwarf2expr.c (new_dwarf_expr_context): Likewise.
3667         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
3668         * dwarf2read.c (dwarf2_has_info): Likewise.
3669         (create_signatured_type_table_from_index): Likewise.
3670         (dwarf2_read_index): Likewise.
3671         (dw2_get_file_names_reader): Likewise.
3672         (create_all_type_units): Likewise.
3673         (read_cutu_die_from_dwo): Likewise.
3674         (init_tu_and_read_dwo_dies): Likewise.
3675         (init_cutu_and_read_dies): Likewise.
3676         (create_all_comp_units): Likewise.
3677         (queue_comp_unit): Likewise.
3678         (inherit_abstract_dies): Likewise.
3679         (read_call_site_scope): Likewise.
3680         (dwarf2_add_field): Likewise.
3681         (dwarf2_add_typedef): Likewise.
3682         (dwarf2_add_member_fn): Likewise.
3683         (attr_to_dynamic_prop): Likewise.
3684         (abbrev_table_alloc_abbrev): Likewise.
3685         (abbrev_table_read_table): Likewise.
3686         (add_include_dir): Likewise.
3687         (add_file_name): Likewise.
3688         (dwarf_decode_line_header): Likewise.
3689         (dwarf2_const_value_attr): Likewise.
3690         (dwarf_alloc_block): Likewise.
3691         (parse_macro_definition): Likewise.
3692         (set_die_type): Likewise.
3693         (write_psymtabs_to_index): Likewise.
3694         (create_cus_from_index): Likewise.
3695         (dwarf2_create_include_psymtab): Likewise.
3696         (process_psymtab_comp_unit_reader): Likewise.
3697         (build_type_psymtab_dependencies): Likewise.
3698         (read_comp_units_from_section): Likewise.
3699         (compute_compunit_symtab_includes): Likewise.
3700         (create_dwo_unit_in_dwp_v1): Likewise.
3701         (create_dwo_unit_in_dwp_v2): Likewise.
3702         (read_func_scope): Likewise.
3703         (process_structure_scope): Likewise.
3704         (mark_common_block_symbol_computed): Likewise.
3705         (load_partial_dies): Likewise.
3706         (dwarf2_symbol_mark_computed): Likewise.
3707         * elfread.c (elf_symfile_segments): Likewise.
3708         (elf_read_minimal_symbols): Likewise.
3709         * environ.c (make_environ): Likewise.
3710         * eval.c (evaluate_subexp_standard): Likewise.
3711         * event-loop.c (create_file_handler): Likewise.
3712         (create_async_signal_handler): Likewise.
3713         (create_async_event_handler): Likewise.
3714         (create_timer): Likewise.
3715         * exec.c (build_section_table): Likewise.
3716         * fbsd-nat.c (fbsd_remember_child): Likewise.
3717         * fork-child.c (fork_inferior): Likewise.
3718         * frv-tdep.c (new_variant): Likewise.
3719         * gdbarch.sh (gdbarch_alloc): Likewise.
3720         (append_name): Likewise.
3721         * gdbtypes.c (rank_function): Likewise.
3722         (copy_type_recursive): Likewise.
3723         (add_dyn_prop): Likewise.
3724         * gnu-nat.c (make_proc): Likewise.
3725         (make_inf): Likewise.
3726         (gnu_write_inferior): Likewise.
3727         * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
3728         (build_std_type_info_type): Likewise.
3729         * guile/scm-param.c (compute_enum_list): Likewise.
3730         * guile/scm-utils.c (gdbscm_parse_function_args): Likewise.
3731         * guile/scm-value.c (gdbscm_value_call): Likewise.
3732         * h8300-tdep.c (h8300_gdbarch_init): Likewise.
3733         * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
3734         (read_unwind_info): Likewise.
3735         * ia64-tdep.c (ia64_gdbarch_init): Likewise.
3736         * infcall.c (dummy_frame_context_saver_setup): Likewise.
3737         (call_function_by_hand_dummy): Likewise.
3738         * infcmd.c (step_once): Likewise.
3739         (finish_forward): Likewise.
3740         (attach_command): Likewise.
3741         (notice_new_inferior): Likewise.
3742         * inferior.c (add_inferior_silent): Likewise.
3743         * infrun.c (add_displaced_stepping_state): Likewise.
3744         (save_infcall_control_state): Likewise.
3745         (save_inferior_ptid): Likewise.
3746         (_initialize_infrun): Likewise.
3747         * jit.c (bfd_open_from_target_memory): Likewise.
3748         (jit_gdbarch_data_init): Likewise.
3749         * language.c (add_language): Likewise.
3750         * linespec.c (decode_line_2): Likewise.
3751         * linux-nat.c (add_to_pid_list): Likewise.
3752         (add_initial_lwp): Likewise.
3753         * linux-thread-db.c (add_thread_db_info): Likewise.
3754         (record_thread): Likewise.
3755         (info_auto_load_libthread_db): Likewise.
3756         * m32c-tdep.c (m32c_gdbarch_init): Likewise.
3757         * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
3758         * m68k-tdep.c (m68k_gdbarch_init): Likewise.
3759         * m88k-tdep.c (m88k_analyze_prologue): Likewise.
3760         * macrocmd.c (macro_define_command): Likewise.
3761         * macroexp.c (gather_arguments): Likewise.
3762         * macroscope.c (sal_macro_scope): Likewise.
3763         * macrotab.c (new_macro_table): Likewise.
3764         * mdebugread.c (push_parse_stack): Likewise.
3765         (parse_partial_symbols): Likewise.
3766         (parse_symbol): Likewise.
3767         (psymtab_to_symtab_1): Likewise.
3768         (new_block): Likewise.
3769         (new_psymtab): Likewise.
3770         (mdebug_build_psymtabs): Likewise.
3771         (add_pending): Likewise.
3772         (elfmdebug_build_psymtabs): Likewise.
3773         * mep-tdep.c (mep_gdbarch_init): Likewise.
3774         * mi/mi-main.c (mi_execute_command): Likewise.
3775         * mi/mi-parse.c (mi_parse_argv): Likewise.
3776         * minidebug.c (lzma_open): Likewise.
3777         * minsyms.c (terminate_minimal_symbol_table): Likewise.
3778         * mips-linux-nat.c (mips_linux_insert_watchpoint): Likewise.
3779         * mips-tdep.c (mips_gdbarch_init): Likewise.
3780         * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
3781         * msp430-tdep.c (msp430_gdbarch_init): Likewise.
3782         * mt-tdep.c (mt_registers_info): Likewise.
3783         * nat/aarch64-linux.c (aarch64_linux_new_thread): Likewise.
3784         * nat/linux-btrace.c (linux_enable_bts): Likewise.
3785         (linux_enable_pt): Likewise.
3786         * nat/linux-osdata.c (linux_xfer_osdata_processes): Likewise.
3787         (linux_xfer_osdata_processgroups): Likewise.
3788         * nios2-tdep.c (nios2_gdbarch_init): Likewise.
3789         * nto-procfs.c (procfs_meminfo): Likewise.
3790         * objc-lang.c (start_msglist): Likewise.
3791         (selectors_info): Likewise.
3792         (classes_info): Likewise.
3793         (find_methods): Likewise.
3794         * objfiles.c (allocate_objfile): Likewise.
3795         (update_section_map): Likewise.
3796         * osabi.c (gdbarch_register_osabi): Likewise.
3797         (gdbarch_register_osabi_sniffer): Likewise.
3798         * parse.c (start_arglist): Likewise.
3799         * ppc-linux-nat.c (hwdebug_find_thread_points_by_tid): Likewise.
3800         (hwdebug_insert_point): Likewise.
3801         * printcmd.c (display_command): Likewise.
3802         (ui_printf): Likewise.
3803         * procfs.c (create_procinfo): Likewise.
3804         (load_syscalls): Likewise.
3805         (proc_get_LDT_entry): Likewise.
3806         (proc_update_threads): Likewise.
3807         * prologue-value.c (make_pv_area): Likewise.
3808         (pv_area_store): Likewise.
3809         * psymtab.c (extend_psymbol_list): Likewise.
3810         (init_psymbol_list): Likewise.
3811         (allocate_psymtab): Likewise.
3812         * python/py-inferior.c (add_thread_object): Likewise.
3813         * python/py-param.c (compute_enum_values): Likewise.
3814         * python/py-value.c (valpy_call): Likewise.
3815         * python/py-varobj.c (py_varobj_iter_next): Likewise.
3816         * python/python.c (ensure_python_env): Likewise.
3817         * record-btrace.c (record_btrace_start_replaying): Likewise.
3818         * record-full.c (record_full_reg_alloc): Likewise.
3819         (record_full_mem_alloc): Likewise.
3820         (record_full_end_alloc): Likewise.
3821         (record_full_core_xfer_partial): Likewise.
3822         * regcache.c (get_thread_arch_aspace_regcache): Likewise.
3823         * remote-fileio.c (remote_fileio_init_fd_map): Likewise.
3824         * remote-notif.c (remote_notif_state_allocate): Likewise.
3825         * remote.c (demand_private_info): Likewise.
3826         (remote_notif_stop_alloc_reply): Likewise.
3827         (remote_enable_btrace): Likewise.
3828         * reverse.c (save_bookmark_command): Likewise.
3829         * rl78-tdep.c (rl78_gdbarch_init): Likewise.
3830         * rx-tdep.c (rx_gdbarch_init): Likewise.
3831         * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
3832         * ser-go32.c (dos_get_tty_state): Likewise.
3833         (dos_copy_tty_state): Likewise.
3834         * ser-mingw.c (ser_windows_open): Likewise.
3835         (ser_console_wait_handle): Likewise.
3836         (ser_console_get_tty_state): Likewise.
3837         (make_pipe_state): Likewise.
3838         (net_windows_open): Likewise.
3839         * ser-unix.c (hardwire_get_tty_state): Likewise.
3840         (hardwire_copy_tty_state): Likewise.
3841         * solib-aix.c (solib_aix_new_lm_info): Likewise.
3842         * solib-dsbt.c (dsbt_current_sos): Likewise.
3843         (dsbt_relocate_main_executable): Likewise.
3844         * solib-frv.c (frv_current_sos): Likewise.
3845         (frv_relocate_main_executable): Likewise.
3846         * solib-spu.c (spu_bfd_fopen): Likewise.
3847         * solib-svr4.c (lm_info_read): Likewise.
3848         (svr4_copy_library_list): Likewise.
3849         (svr4_default_sos): Likewise.
3850         * source.c (find_source_lines): Likewise.
3851         (line_info): Likewise.
3852         (add_substitute_path_rule): Likewise.
3853         * spu-linux-nat.c (spu_bfd_open): Likewise.
3854         * spu-tdep.c (info_spu_dma_cmdlist): Likewise.
3855         * stabsread.c (dbx_lookup_type): Likewise.
3856         (read_type): Likewise.
3857         (read_member_functions): Likewise.
3858         (read_struct_fields): Likewise.
3859         (read_baseclasses): Likewise.
3860         (read_args): Likewise.
3861         (_initialize_stabsread): Likewise.
3862         * stack.c (func_command): Likewise.
3863         * stap-probe.c (handle_stap_probe): Likewise.
3864         * symfile.c (addrs_section_sort): Likewise.
3865         (addr_info_make_relative): Likewise.
3866         (load_section_callback): Likewise.
3867         (add_symbol_file_command): Likewise.
3868         (init_filename_language_table): Likewise.
3869         * symtab.c (create_filename_seen_cache): Likewise.
3870         (sort_search_symbols_remove_dups): Likewise.
3871         (search_symbols): Likewise.
3872         * target.c (make_cleanup_restore_target_terminal): Likewise.
3873         * thread.c (new_thread): Likewise.
3874         (enable_thread_stack_temporaries): Likewise.
3875         (make_cleanup_restore_current_thread): Likewise.
3876         (thread_apply_all_command): Likewise.
3877         * tic6x-tdep.c (tic6x_gdbarch_init): Likewise.
3878         * top.c (gdb_readline_wrapper): Likewise.
3879         * tracefile-tfile.c (tfile_trace_file_writer_new): Likewise.
3880         * tracepoint.c (trace_find_line_command): Likewise.
3881         (all_tracepoint_actions_and_cleanup): Likewise.
3882         (make_cleanup_restore_current_traceframe): Likewise.
3883         (get_uploaded_tp): Likewise.
3884         (get_uploaded_tsv): Likewise.
3885         * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
3886         (tui_alloc_win_info): Likewise.
3887         (tui_alloc_content): Likewise.
3888         (tui_add_content_elements): Likewise.
3889         * tui/tui-disasm.c (tui_find_disassembly_address): Likewise.
3890         (tui_set_disassem_content): Likewise.
3891         * ui-file.c (ui_file_new): Likewise.
3892         (stdio_file_new): Likewise.
3893         (tee_file_new): Likewise.
3894         * utils.c (make_cleanup_restore_integer): Likewise.
3895         (add_internal_problem_command): Likewise.
3896         * v850-tdep.c (v850_gdbarch_init): Likewise.
3897         * valops.c (find_oload_champ): Likewise.
3898         * value.c (allocate_value_lazy): Likewise.
3899         (record_latest_value): Likewise.
3900         (create_internalvar): Likewise.
3901         * varobj.c (install_variable): Likewise.
3902         (new_variable): Likewise.
3903         (new_root_variable): Likewise.
3904         (cppush): Likewise.
3905         (_initialize_varobj): Likewise.
3906         * windows-nat.c (windows_make_so): Likewise.
3907         * x86-nat.c (x86_add_process): Likewise.
3908         * xcoffread.c (arrange_linetable): Likewise.
3909         (allocate_include_entry): Likewise.
3910         (process_linenos): Likewise.
3911         (SYMBOL_DUP): Likewise.
3912         (xcoff_start_psymtab): Likewise.
3913         (xcoff_end_psymtab): Likewise.
3914         * xml-support.c (gdb_xml_parse_attr_ulongest): Likewise.
3915         * xtensa-tdep.c (xtensa_register_type): Likewise.
3916         * gdbarch.c: Regenerate.
3917         * gdbarch.h: Regenerate.
3918
3919 2015-08-25  Don Breazeal  <donb@codesourcery.com>
3920
3921         * infrun.c (follow_exec): Re-order operations for
3922         handling follow-exec-mode "new".
3923         (handle_inferior_event_1): Assign ecs->event_thread
3924         to the current thread.
3925         * remote.c (get_remote_arch_state): Add an assertion.
3926
3927 2015-08-26  Pedro Alves  <palves@redhat.com>
3928
3929         * MAINTAINERS: Add Markus Metzger as btrace maintainer.
3930
3931 2015-08-25  Pedro Alves  <palves@redhat.com>
3932
3933         PR gdb/18804
3934         * defs.h (maybe_quit): Declare.
3935         (QUIT): Now calls maybe_quit.
3936         * event-loop.c (clear_async_signal_handler)
3937         (async_signal_handler_is_marked): New functions.
3938         * event-loop.h (async_signal_handler_is_marked)
3939         (clear_async_signal_handler): New declarations.
3940         * remote.c (remote_check_pending_interrupt): New function.
3941         (interrupt_query): Use make_cleanup_restore_target_terminal.  No
3942         longer check whether the target is async.  If waiting for a stop
3943         reply, and a Ctrl-C as been sent to the target, offer to
3944         disconnect, and throw TARGET_CLOSE_ERROR instead of a quit.
3945         Otherwise do not disconnect and throw a quit.
3946         (_initialize_remote): Install remote_check_pending_interrupt as
3947         to_check_pending_interrupt.
3948         * target.c (target_check_pending_interrupt): New function.
3949         * target.h (struct target_ops) <to_check_pending_interrupt>: New
3950         field.
3951         (target_check_pending_interrupt): New declaration.
3952         * utils.c (maybe_quit): New function.
3953         * target-delegates.c: Regenerate.
3954
3955 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3956
3957         * nat/aarch64-linux-hw-point.c (debug_reg_change_callback):
3958         Rename local variable pid to tid, and get lwpid of lwp.  Update
3959         debug output.
3960
3961 2015-08-25  Pierre-Marie de Rodat  <derodat@adacore.com>
3962
3963         * ada-lang.c (ada_read_var_value): Add a var_block argument
3964         and pass it to default_read_var_value.
3965         * block.c (block_static_link): New accessor.
3966         * block.h (block_static_link): Declare it.
3967         * buildsym.c (finish_block_internal): Add a static_link
3968         argument.  If there is a static link, associate it to the new
3969         block.
3970         (finish_block): Add a static link argument and pass it to
3971         finish_block_internal.
3972         (end_symtab_get_static_block): Update calls to finish_block and
3973         to finish_block_internal.
3974         (end_symtab_with_blockvector): Update call to
3975         finish_block_internal.
3976         * buildsym.h: Forward-declare struct dynamic_prop.
3977         (struct context_stack): Add a static_link field.
3978         (finish_block): Add a static link argument.
3979         * c-exp.y: Remove an obsolete comment (evaluation of variables
3980         already start from the selected frame, and now they climb *up*
3981         the call stack) and propagate the block information to the
3982         produced expression.
3983         * d-exp.y: Likewise.
3984         * f-exp.y: Likewise.
3985         * go-exp.y: Likewise.
3986         * jv-exp.y: Likewise.
3987         * m2-exp.y: Likewise.
3988         * p-exp.y: Likewise.
3989         * coffread.c (coff_symtab_read): Update calls to finish_block.
3990         * dbxread.c (process_one_symbol): Likewise.
3991         * xcoffread.c (read_xcoff_symtab): Likewise.
3992         * compile/compile-c-symbols.c (convert_one_symbol): Promote the
3993         "sym" parameter to struct block_symbol, update its uses and pass
3994         its block to calls to read_var_value.
3995         (convert_symbol_sym): Update the calls to convert_one_symbol.
3996         * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update
3997         call to read_var_value.
3998         * dwarf2loc.c (block_op_get_frame_base): New.
3999         (dwarf2_block_frame_base_locexpr_funcs): Implement the
4000         get_frame_base method.
4001         (dwarf2_block_frame_base_loclist_funcs): Likewise.
4002         (dwarf2locexpr_baton_eval): Add a frame argument and use it
4003         instead of the selected frame in order to evaluate the
4004         expression.
4005         (dwarf2_evaluate_property): Add a frame argument.  Update call
4006         to dwarf2_locexpr_baton_eval to provide a frame in available and
4007         to handle the absence of address stack.
4008         * dwarf2loc.h (dwarf2_evaluate_property): Add a frame argument.
4009         * dwarf2read.c (attr_to_dynamic_prop): Add a forward
4010         declaration.
4011         (read_func_scope): Record any available static link description.
4012         Update call to finish_block.
4013         (read_lexical_block_scope): Update call to finish_block.
4014         * findvar.c (follow_static_link): New.
4015         (get_hosting_frame): New.
4016         (default_read_var_value): Add a var_block argument.  Use
4017         get_hosting_frame to handle non-local references.
4018         (read_var_value): Add a var_block argument and pass it to the
4019         LA_READ_VAR_VALUE method.
4020         * gdbtypes.c (resolve_dynamic_range): Update calls to
4021         dwarf2_evaluate_property.
4022         (resolve_dynamic_type_internal): Likewise.
4023         * guile/scm-frame.c (gdbscm_frame_read_var): Update call to
4024         read_var_value, passing it the block coming from symbol lookup.
4025         * guile/scm-symbol.c (gdbscm_symbol_value): Update call to
4026         read_var_value (TODO).
4027         * infcmd.c (finish_command_continuation): Update call to
4028         read_var_value, passing it the block coming from symbol lookup.
4029         * infrun.c (insert_exception_resume_breakpoint): Likewise.
4030         * language.h (struct language_defn): Add a var_block argument to
4031         the LA_READ_VAR_VALUE method.
4032         * objfiles.c (struct static_link_htab_entry): New.
4033         (static_link_htab_entry_hash): New.
4034         (static_link_htab_entry_eq): New.
4035         (objfile_register_static_link): New.
4036         (objfile_lookup_static_link): New.
4037         (free_objfile): Free the STATIC_LINKS hashed map if needed.
4038         * objfiles.h: Include hashtab.h.
4039         (struct objfile): Add a static_links field.
4040         (objfile_register_static_link): New.
4041         (objfile_lookup_static_link): New.
4042         * printcmd.c (print_variable_and_value): Update call to
4043         read_var_value.
4044         * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
4045         * python/py-frame.c (frapy_read_var): Update call to
4046         read_var_value, passing it the block coming from symbol lookup.
4047         * python/py-framefilter.c (extract_sym): Add a sym_block
4048         parameter and set the pointed value to NULL (TODO).
4049         (enumerate_args): Update call to extract_sym.
4050         (enumerate_locals): Update calls to extract_sym and to
4051         read_var_value.
4052         * python/py-symbol.c (sympy_value): Update call to
4053         read_var_value (TODO).
4054         * stack.c (read_frame_local): Update call to read_var_value.
4055         (read_frame_arg): Likewise.
4056         (return_command): Likewise.
4057         * symtab.h (struct symbol_block_ops): Add a get_frame_base
4058         method.
4059         (struct symbol): Add a block field.
4060         (SYMBOL_BLOCK): New accessor.
4061         * valops.c (value_of_variable): Remove frame/block handling and
4062         pass the block argument to read_var_value, which does this job
4063         now.
4064         (value_struct_elt_for_reference): Update calls to
4065         read_var_value.
4066         (value_of_this): Pass the block found to read_var_value.
4067         * value.h (read_var_value): Add a var_block argument.
4068         (default_read_var_value): Likewise.
4069
4070 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4071
4072         * aarch64-linux-nat.c (aarch64_linux_new_thread): Move it to ...
4073         * nat/aarch64-linux.c (aarch64_linux_new_thread): ... here.
4074         * nat/aarch64-linux.h (aarch64_linux_new_thread): Declare.
4075
4076 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4077
4078         * Makefile.in (aarch64-liunx.o): New rule.
4079         (HFILES_NO_SRCDIR): Add aarch64-linux.h.
4080         * config/aarch64/linux.mh (NAT_FILE): Add aarch64-linux.o.
4081         * aarch64-linux-nat.c: Include nat/aarch64-linux.h.
4082         * aarch64-linux-nat.c (aarch64_get_debug_reg_state): Make it
4083         extern.
4084         (aarch64_linux_prepare_to_resume): Move it nat/aarch64-linux.c.
4085         * nat/aarch64-linux-hw-point.h (aarch64_debug_reg_state): Declare
4086         * nat/aarch64-linux.c: New file.
4087         * nat/aarch64-linux.h: New file.
4088
4089 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4090
4091         * aarch64-linux-nat.c (aarch64_linux_prepare_to_resume): Use
4092         lwp_arch_private_info and ptid_of_lwp.
4093
4094 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4095
4096         * aarch64-linux-nat.c (struct arch64_dr_update_callback_param):
4097         Move it to nat/aarch64-linux-hw-point.c.
4098         (debug_reg_change_callback): Likewise.
4099         (aarch64_notify_debug_reg_change): :Likewise.
4100         * nat/aarch64-linux-hw-point.c: Include nat/linux-nat.h.
4101         (aarch64_dr_update_callback_param): New.
4102         (debug_reg_change_callback): New function.
4103         (aarch64_notify_debug_reg_change): Likewise.
4104         * nat/aarch64-linux-hw-point.h (aarch64_notify_debug_reg_change):
4105         Remove the declaration.
4106
4107 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4108
4109         * aarch64-linux-nat.c (aarch64_notify_debug_reg_change):
4110         Call current_lwp_ptid.
4111
4112 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4113
4114         * aarch64-linux-nat.c (debug_reg_change_callback): Use
4115         debug_printf.
4116
4117 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4118
4119         * aarch64-linux-nat.c (debug_reg_change_callback): Call
4120         ptid_get_pid rather than ptid_get_lwp.
4121
4122 2015-08-24  Pedro Alves  <palves@redhat.com>
4123
4124         * NEWS (New commands): Mention set/show remote
4125         multiprocess-extensions-packet.
4126         * remote.c (remote_query_supported): Only tell the server to use
4127         the multiprocess extensions if the user hasn't force-disabled them
4128         with "set remote multiprocess-extensions-packet off".
4129
4130 2015-08-24  Pedro Alves  <palves@redhat.com>
4131
4132         * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
4133         1029a8112290f6eee9d7878a391c49db42c999bd.
4134         * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4:
4135         Regenerate.
4136         * gnulib/import/Makefile.am: Update.
4137         * gnulib/import/Makefile.in: Update.
4138         * gnulib/import/alloca.in.h: Update.
4139         * gnulib/import/basename-lgpl.c: Update.
4140         * gnulib/import/canonicalize-lgpl.c: Update.
4141         * gnulib/import/config.charset: Update.
4142         * gnulib/import/dirent.in.h: Update.
4143         * gnulib/import/dirfd.c: Update.
4144         * gnulib/import/dirname-lgpl.c: Update.
4145         * gnulib/import/dirname.h: Update.
4146         * gnulib/import/dosname.h: Update.
4147         * gnulib/import/errno.in.h: Update.
4148         * gnulib/import/extra/snippet/arg-nonnull.h: Update.
4149         * gnulib/import/extra/snippet/c++defs.h: Update.
4150         * gnulib/import/extra/snippet/warn-on-use.h: Update.
4151         * gnulib/import/extra/update-copyright: Update.
4152         * gnulib/import/float+.h: Update.
4153         * gnulib/import/float.c: Update.
4154         * gnulib/import/float.in.h: Update.
4155         * gnulib/import/fnmatch.c: Update.
4156         * gnulib/import/fnmatch.in.h: Update.
4157         * gnulib/import/fnmatch_loop.c: Update.
4158         * gnulib/import/fpucw.h: Update.
4159         * gnulib/import/frexp.c: Update.
4160         * gnulib/import/frexpl.c: Update.
4161         * gnulib/import/gettimeofday.c: Update.
4162         * gnulib/import/inttypes.in.h: Update.
4163         * gnulib/import/isnan.c: Update.
4164         * gnulib/import/isnand-nolibm.h: Update.
4165         * gnulib/import/isnand.c: Update.
4166         * gnulib/import/isnanl-nolibm.h: Update.
4167         * gnulib/import/isnanl.c: Update.
4168         * gnulib/import/itold.c: Update.
4169         * gnulib/import/localcharset.c: Update.
4170         * gnulib/import/localcharset.h: Update.
4171         * gnulib/import/lstat.c: Update.
4172         * gnulib/import/m4/00gnulib.m4: Update.
4173         * gnulib/import/m4/absolute-header.m4: Update.
4174         * gnulib/import/m4/alloca.m4: Update.
4175         * gnulib/import/m4/canonicalize.m4: Update.
4176         * gnulib/import/m4/codeset.m4: Update.
4177         * gnulib/import/m4/configmake.m4: Update.
4178         * gnulib/import/m4/dirent_h.m4: Update.
4179         * gnulib/import/m4/dirfd.m4: Update.
4180         * gnulib/import/m4/dirname.m4: Update.
4181         * gnulib/import/m4/double-slash-root.m4: Update.
4182         * gnulib/import/m4/eealloc.m4: Update.
4183         * gnulib/import/m4/errno_h.m4: Update.
4184         * gnulib/import/m4/exponentd.m4: Update.
4185         * gnulib/import/m4/exponentl.m4: Update.
4186         * gnulib/import/m4/extensions.m4: Update.
4187         * gnulib/import/m4/extern-inline.m4: Update.
4188         * gnulib/import/m4/fcntl-o.m4: Update.
4189         * gnulib/import/m4/float_h.m4: Update.
4190         * gnulib/import/m4/fnmatch.m4: Update.
4191         * gnulib/import/m4/fpieee.m4: Update.
4192         * gnulib/import/m4/frexp.m4: Update.
4193         * gnulib/import/m4/frexpl.m4: Update.
4194         * gnulib/import/m4/gettimeofday.m4: Update.
4195         * gnulib/import/m4/glibc21.m4: Update.
4196         * gnulib/import/m4/gnulib-cache.m4: Update.
4197         * gnulib/import/m4/gnulib-common.m4: Update.
4198         * gnulib/import/m4/gnulib-comp.m4: Update.
4199         * gnulib/import/m4/gnulib-tool.m4: Update.
4200         * gnulib/import/m4/include_next.m4: Update.
4201         * gnulib/import/m4/inttypes-pri.m4: Update.
4202         * gnulib/import/m4/inttypes.m4: Update.
4203         * gnulib/import/m4/isnand.m4: Update.
4204         * gnulib/import/m4/isnanl.m4: Update.
4205         * gnulib/import/m4/largefile.m4: Update.
4206         * gnulib/import/m4/localcharset.m4: Update.
4207         * gnulib/import/m4/locale-fr.m4: Update.
4208         * gnulib/import/m4/locale-ja.m4: Update.
4209         * gnulib/import/m4/locale-zh.m4: Update.
4210         * gnulib/import/m4/longlong.m4: Update.
4211         * gnulib/import/m4/lstat.m4: Update.
4212         * gnulib/import/m4/malloc.m4: Update.
4213         * gnulib/import/m4/malloca.m4: Update.
4214         * gnulib/import/m4/math_h.m4: Update.
4215         * gnulib/import/m4/mbrtowc.m4: Update.
4216         * gnulib/import/m4/mbsinit.m4: Update.
4217         * gnulib/import/m4/mbsrtowcs.m4: Update.
4218         * gnulib/import/m4/mbstate_t.m4: Update.
4219         * gnulib/import/m4/memchr.m4: Update.
4220         * gnulib/import/m4/memmem.m4: Update.
4221         * gnulib/import/m4/mmap-anon.m4: Update.
4222         * gnulib/import/m4/multiarch.m4: Update.
4223         * gnulib/import/m4/nocrash.m4: Update.
4224         * gnulib/import/m4/off_t.m4: Update.
4225         * gnulib/import/m4/pathmax.m4: Update.
4226         * gnulib/import/m4/readlink.m4: Update.
4227         * gnulib/import/m4/rename.m4: Update.
4228         * gnulib/import/m4/rmdir.m4: Update.
4229         * gnulib/import/m4/ssize_t.m4: Update.
4230         * gnulib/import/m4/stat.m4: Update.
4231         * gnulib/import/m4/stdbool.m4: Update.
4232         * gnulib/import/m4/stddef_h.m4: Update.
4233         * gnulib/import/m4/stdint.m4: Update.
4234         * gnulib/import/m4/stdio_h.m4: Update.
4235         * gnulib/import/m4/stdlib_h.m4: Update.
4236         * gnulib/import/m4/string_h.m4: Update.
4237         * gnulib/import/m4/strstr.m4: Update.
4238         * gnulib/import/m4/strtok_r.m4: Update.
4239         * gnulib/import/m4/sys_socket_h.m4: Update.
4240         * gnulib/import/m4/sys_stat_h.m4: Update.
4241         * gnulib/import/m4/sys_time_h.m4: Update.
4242         * gnulib/import/m4/sys_types_h.m4: Update.
4243         * gnulib/import/m4/time_h.m4: Update.
4244         * gnulib/import/m4/unistd_h.m4: Update.
4245         * gnulib/import/m4/warn-on-use.m4: Update.
4246         * gnulib/import/m4/wchar_h.m4: Update.
4247         * gnulib/import/m4/wchar_t.m4: Update.
4248         * gnulib/import/m4/wctype_h.m4: Update.
4249         * gnulib/import/m4/wint_t.m4: Update.
4250         * gnulib/import/malloc.c: Update.
4251         * gnulib/import/malloca.c: Update.
4252         * gnulib/import/malloca.h: Update.
4253         * gnulib/import/math.in.h: Update.
4254         * gnulib/import/mbrtowc.c: Update.
4255         * gnulib/import/mbsinit.c: Update.
4256         * gnulib/import/mbsrtowcs-impl.h: Update.
4257         * gnulib/import/mbsrtowcs-state.c: Update.
4258         * gnulib/import/mbsrtowcs.c: Update.
4259         * gnulib/import/memchr.c: Update.
4260         * gnulib/import/memmem.c: Update.
4261         * gnulib/import/pathmax.h: Update.
4262         * gnulib/import/readlink.c: Update.
4263         * gnulib/import/ref-add.sin: Update.
4264         * gnulib/import/ref-del.sin: Update.
4265         * gnulib/import/rename.c: Update.
4266         * gnulib/import/rmdir.c: Update.
4267         * gnulib/import/same-inode.h: Update.
4268         * gnulib/import/stat.c: Update.
4269         * gnulib/import/stdbool.in.h: Update.
4270         * gnulib/import/stddef.in.h: Update.
4271         * gnulib/import/stdint.in.h: Update.
4272         * gnulib/import/stdio.c: Update.
4273         * gnulib/import/stdio.in.h: Update.
4274         * gnulib/import/stdlib.in.h: Update.
4275         * gnulib/import/str-two-way.h: Update.
4276         * gnulib/import/streq.h: Update.
4277         * gnulib/import/string.in.h: Update.
4278         * gnulib/import/stripslash.c: Update.
4279         * gnulib/import/strnlen1.c: Update.
4280         * gnulib/import/strnlen1.h: Update.
4281         * gnulib/import/strstr.c: Update.
4282         * gnulib/import/strtok_r.c: Update.
4283         * gnulib/import/sys_stat.in.h: Update.
4284         * gnulib/import/sys_time.in.h: Update.
4285         * gnulib/import/sys_types.in.h: Update.
4286         * gnulib/import/time.in.h: Update.
4287         * gnulib/import/unistd.in.h: Update.
4288         * gnulib/import/verify.h: Update.
4289         * gnulib/import/wchar.in.h: Update.
4290         * gnulib/import/wctype.in.h: Update.
4291         * gnulib/import/gettimeofday.c: New file.
4292         * gnulib/import/m4/absolute-header.m4: New file.
4293         * gnulib/import/m4/gettimeofday.m4: New file.
4294         * gnulib/import/m4/sys_socket_h.m4: New file.
4295         * gnulib/import/m4/sys_time_h.m4: New file.
4296         * gnulib/import/stdio.c: Delete file.
4297         * gnulib/import/sys_time.in.h: New file.
4298
4299 2015-08-24  Pedro Alves  <palves@redhat.com>
4300
4301         * Makefile.in (HFILES_NO_SRCDIR): Add common/gdb_sys_time.h.
4302         * common/gdb_sys_time.h: New file.
4303         * event-loop.c: Include gdb_sys_time.h instead of sys/time.h.
4304         * gdb_select.h: Likewise.
4305         * gdb_usleep.c: Likewise.
4306         * maint.c: Likewise.
4307         * mi/mi-main.c: Likewise.
4308         * mi/mi-parse.h: Likewise.
4309         * remote-fileio.c: Likewise.
4310         * remote-m32r-sdi.c: Likewise.
4311         * remote.c: Likewise.
4312         * ser-base.c: Likewise.
4313         * ser-pipe.c: Likewise.
4314         * ser-tcp.c: Likewise.
4315         * ser-unix.c: Likewise.
4316         * symfile.c: Likewise.
4317         * symfile.c: Likewise.  Rename OSIZE to SIZE throughout.
4318         * target-memory.c: Include gdb_sys_time.h instead of sys/time.h.
4319         * utils.c: Likewise.
4320
4321 2015-08-24  Pedro Alves  <palves@redhat.com>
4322
4323         * NEWS: Mention removed support for the various ROM monitors.
4324         * Makefile.in (ALL_TARGET_OBS): Remove dbug-rom.o, dink32-rom.o,
4325         ppcbug-rom.o, m32r-rom.o, dsrec.o and monitor.o from gdb_target_obs.
4326         * configure.tgt (h8300-*-*): Remove monitor.o and m32r-rom.o from
4327         gdb_target_obs.
4328         (m68*-*-*): Remove monitor.o dbug-rom.o and dsrec.o from
4329         gdb_target_obs.
4330         (microblaze*-linux-*): Remove microblaze-rom.o, monitor.o and
4331         dsrec.o from gdb_target_obs.
4332         (microblaze*-*-*): Remove microblaze-rom.o, monitor.o and dsrec.o
4333         from gdb_target_obs.
4334         (powerpc-*-lynx*178): Remove monitor.o and dsrec.o from
4335         gdb_target_obs.
4336         (powerpc*-*-*): Remove monitor.o, dsrec.o, ppcbug-rom.o and
4337         dink32-rom.o from gdb_target_obs.
4338         (sh*-*-linux*): Remove monitor.o and dsrec.o from gdb_target_obs.
4339         (sh*): Remove monitor.o and dsrec.o from gdb_target_obs.
4340         * dbug-rom.c, dink32-rom.c, dsrec.c, m32r-rom.c, microblaze-rom.c,
4341         monitor.c, monitor.h, ppcbug-rom.c, srec.h: Delete files.
4342
4343 2015-08-21  Pedro Alves  <palves@redhat.com>
4344
4345         * frame.c (null_frame_id): Explicitly zero-initialize.
4346
4347 2015-08-21  Tom Tromey  <tromey@redhat.com>
4348
4349         * dwarf2read.c (struct dwarf2_section_info): Rename field
4350         'asection' to 'section'.
4351         (dwarf2_has_info, get_section_bfd_owner, get_section_bfd_section)
4352         (dwarf2_locate_sections, dwarf2_locate_sections)
4353         (locate_dwz_sections, locate_v1_virtual_dwo_sections)
4354         (dwarf2_locate_dwo_sections, dwarf2_locate_dwo_sections)
4355         (dwarf2_locate_v2_dwp_sections): Adjust.
4356
4357 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
4358
4359         * top.h (gdb_in_secondary_prompt_p): Declare.
4360         * top.c (gdb_secondary_prompt_depth): Define.
4361         (gdb_in_secondary_prompt_p): Define.
4362         (gdb_readline_wrapper_cleanup): Decrement
4363         gdb_secondary_prompt_depth.
4364         (gdb_readline_wrapper): Increment gdb_secondary_prompt_depth.
4365         * tui/tui-io.c (tui_getc): Don't clear the prompt line if we
4366         are in a secondary prompt.
4367
4368 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
4369
4370         * tui/tui-io.c (tui_getc): Use tui_putc instead of waddch to
4371         emit the newline.
4372
4373 2015-08-21  Gary Benson  <gbenson@redhat.com>
4374
4375         * gdb_bfd.c (gdb_bfd_iovec_fileio_pread): Add QUIT call.
4376
4377 2015-08-21  Gary Benson  <gbenson@redhat.com>
4378
4379         * target.h (struct target_ops) <to_fileio_open>: New argument
4380         warn_if_slow.  Update comment.  All implementations updated.
4381         (target_fileio_open_warn_if_slow): New declaration.
4382         * target.c (target_fileio_open): Renamed as...
4383         (target_fileio_open_1): ...this.  New argument warn_if_slow.
4384         Pass warn_if_slow to implementation.  Update debug printing.
4385         (target_fileio_open): New function.
4386         (target_fileio_open_warn_if_slow): Likewise.
4387         * gdb_bfd.c (gdb_bfd_iovec_fileio_open): Use new function
4388         target_fileio_open_warn_if_slow.
4389
4390 2015-08-21  Gary Benson  <gbenson@redhat.com>
4391
4392         * nat/linux-namespaces.c (linux_mntns_access_fs):
4393         Do not overwrite old_chain.
4394
4395 2015-08-20  Max Filippov  <jcmvbkbc@gmail.com>
4396
4397         * arch/xtensa.h: New file.
4398         * xtensa-linux-nat.c (gdb_proc_service.h): New #include.
4399         (ps_get_thread_area): New function.
4400         * xtensa-linux-tdep.c (xtensa_linux_init_abi): Add call to
4401         set_gdbarch_fetch_tls_load_module_address to enable TLS support.
4402         * xtensa-tdep.c (osabi.h): New #include.
4403         (xtensa_gdbarch_init): Call gdbarch_init_osabi to register
4404         xtensa-specific hooks.
4405         * xtensa-tdep.h (struct xtensa_elf_gregset_t): Add threadptr
4406         member and move the structure to arch/xtensa.h.
4407
4408 2015-08-21  Pedro Alves  <palves@redhat.com>
4409
4410         * remote.c (struct readahead_cache): New.
4411         (struct remote_state) <readahead_cache>: New field.
4412         (remote_open_1): Invalidate the cache.
4413         (readahead_cache_invalidate, readahead_cache_invalidate_fd): New
4414         functions.
4415         (remote_hostio_pwrite): Invalidate the readahead cache.
4416         (remote_hostio_pread): Rename to ...
4417         (remote_hostio_pread_vFile): ... this.
4418         (remote_hostio_pread_from_cache): New function.
4419         (remote_hostio_pread): Reimplement.
4420         (remote_hostio_close): Invalidate the readahead cache.
4421
4422 2015-08-21  Marcin Cieślak <saper@saper.info>  (tiny patch)
4423
4424         PR build/18843
4425         * procfs.c: Include "filestuff.h".
4426
4427 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
4428
4429         * tui/tui-data.h (tui_command_info): Remove fields cur_line and
4430         curch.
4431         * tui/tui-data.c (tui_clear_win_detail) [CMD_WIN]: Don't set
4432         cur_line or curch, instead call wmove().
4433         (init_win_info) [CMD_WIN]: Likewise.
4434         * tui/tui-io.c (tui_puts): Likewise. Don't read cur_line,
4435         instead call getcury().
4436         (tui_redisplay_readline): Don't set cur_line or curch.
4437         (tui_mld_erase_entire_line): Don't read cur_line, instead call
4438         getcury().
4439         (tui_cont_sig): Remove call to wmove.
4440         (tui_getc): Don't read cur_line or curch, instead call getcury()
4441         or getyx().  Don't set curch.
4442         * tui/tui-win.c (make_visible_with_new_height) [CMD_WIN]: Don't
4443         set cur_line or curch.  Always move cursor to (0,0).
4444
4445 2015-08-20  Pedro Alves  <palves@redhat.com>
4446
4447         * infrun.c (print_target_wait_results): Make extern.
4448         * infrun.h (print_target_wait_results): Declare.
4449         * remote.c (set_stop_requested_callback): Delete.
4450         (process_initial_stop_replies): New function.
4451         (remote_start_remote): Use it.
4452         (stop_reply_queue_length): New function.
4453
4454 2015-08-20  Pedro Alves  <palves@redhat.com>
4455
4456         * dwarf2read.c (process_full_comp_unit): To tell whether
4457         start_subfile managed to deduce a language, test for
4458         language_unknown instead of language_c.
4459
4460 2015-08-20  Pierre-Marie de Rodat  <derodat@adacore.com>
4461
4462         * ada-lex.l: Reset the start condition to INITIAL in the rule that
4463         matches attributes.
4464
4465 2015-08-19  Kevin Buettner  <kevinb@redhat.com>
4466
4467         * dwarf2read.c (dwarf2_string_attr): New function.
4468         (lookup_dwo_unit, process_psymtab_comp_unit_reader)
4469         (dwarf2_compute_name, dwarf2_physname, find_file_and_directory)
4470         (read_call_site_scope, namespace_name, guess_full_die_structure_name)
4471         (anonymous_struct_prefix, prepare_one_comp_unit): Use
4472         dwarf2_string_attr in place of dwarf2_attr and DW_STRING.
4473
4474 2015-08-18  Doug Evans  <dje@google.com>
4475             Adrian Sendroiu <adrian.sendroiu@freescale.com>
4476
4477         PR mi/18833
4478         * cli/cli-logging.c (pop_output_files): Don't restore redirection
4479         if MI-like.
4480         * mi/mi-out.c: #include "vec.h".
4481         (ui_filep): New type.
4482         (DEV_VEC_P (ui_filep)): New type.
4483         (struct ui_out_data) <buffer, original_buffer>: Delete.
4484         (struct ui_out_data) <streams>: New member.
4485         (mi_ui_out_impl): Add data_destroy field.
4486         (mi_field_string, mi_field_fmt): Update.
4487         (mi_flush, mi_redirect, field_separator): Update.
4488         (mi_open, mi_close): Update.
4489         (mi_out_buffered, mi_out_rewind, mi_out_put): Update.
4490         (mi_out_data_ctor, mi_out_data_dtor): New functions.
4491         (mi_out_new): Call mi_out_data_ctor.
4492
4493 2015-08-18  Sandra Loosemore  <sandra@codesourcery.com>
4494
4495         * remote.c (strprefix): New.
4496         (remote_parse_stop_reply): Use strprefix instead of strncmp
4497         to ensure exact match of keyword.
4498
4499 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
4500
4501         * gdb_bfd.c (debug_bfd_cache): New variable.
4502         (show_bfd_cache_debug): New function.
4503         (gdb_bfd_open): Add debug logging.
4504         (gdb_bfd_ref): Likewise.
4505         (gdb_bfd_unref): Likewise.
4506         (_initialize_gdb_bfd): Add new set/show command.
4507         * NEWS: Mention new command.
4508
4509 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
4510
4511         * gdb_bfd.c (bfd_sharing): New variable.
4512         (show_bfd_sharing): New function.
4513         (gdb_bfd_open): Check bfd_sharing variable.
4514         (_initialize_gdb_bfd): Add new set/show command.
4515         * NEWS: Mention new command.
4516
4517 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
4518
4519         * gdb_bfd.c (struct gdb_bfd_data): Add size, inode, and device id
4520         field.
4521         (struct gdb_bfd_cache_search): Likewise.
4522         (eq_bfd): Compare the size, inode, and device id fields.
4523         (gdb_bfd_open): Initialise the size, inode, and device id fields.
4524         (gdb_bfd_ref): Likewise.
4525         (gdb_bfd_unref): Likewise.
4526
4527 2015-08-18  Pedro Alves  <palves@redhat.com>
4528
4529         * linux-nat.c (linux_nat_always_non_stop_p): If the linux_ops
4530         target implements to_always_non_stop_p, call it.
4531         * x86-linux-nat.c (x86_linux_always_non_stop_p): New function.
4532         (x86_linux_create_target): Install it as to_always_non_stop_p
4533         method.
4534
4535 2015-08-17  Doug Evans  <dje@google.com>
4536
4537         * ui-out.c (default_ui_out_impl): Add comment.
4538
4539 2015-08-17  Iain Buclaw  <ibuclaw@gdcproject.org>
4540
4541         * d-exp.y (type_aggregate_p): New function.
4542         (PrimaryExpression : TypeExp '.' IdentifierExp): Use it.
4543         (classify_inner_name): Likewise.
4544         * d-namespace.c (d_lookup_nested_symbol): Handle TYPE_CODE_ENUM.
4545
4546 2015-08-15  Doug Evans  <xdje42@gmail.com>
4547
4548         * psymtab.c (add_psymbol_to_bcache): Remove "val" arg.  All callers
4549         updated.
4550         (add_psymbol_to_list): Ditto.
4551
4552 2015-08-15  Doug Evans  <xdje42@gmail.com>
4553
4554         * dbxread.c (dbx_end_psymtab): Renamed from end_psymtab.  All callers
4555         updated.  Call end_psymtab_common.
4556         * dwarf2read.c (process_psymtab_comp_unit_reader): Call
4557         end_psymtab_common.
4558         (build_type_psymtabs_reader): Ditto.
4559         * psympriv.h (sort_pst_symbols): Delete.
4560         (end_psymtab_common): Declare.
4561         * psymtab.c (sort_pst_symbols): Make static.
4562         (end_psymtab_common): New function.
4563         * xcoffread.c (xcoff_end_psymtab): Call end_psymtab_common.
4564
4565 2015-08-15  Doug Evans  <xdje42@gmail.com>
4566
4567         * defs.h (LANGUAGE_BITS): Define.
4568         * psympriv.h (partial_symbol) <domain>: Use SYMBOL_DOMAIN_BITS.
4569         (partial_symbol) <aclass>: Use SYMBOL_ACLASS_BITS.
4570         * symtab.h (general_symbol_info> <language>: Usage LANGUAGE_BITS.
4571         (minimal_symbol_type): Add nr_minsym_types.
4572         (MINSYM_TYPE_BITS): Define.
4573         (minimal_symbol) <type>: Use MINSYM_TYPE_BITS.
4574         (domain_enum_tag): Add NR_DOMAINS.
4575         (SYMBOL_DOMAIN_BITS): Change from 4 to 3.
4576         (SYMBOL_ACLASS_BITS): Define from 6 to 5.
4577
4578 2015-08-15  Doug Evans  <xdje42@gmail.com>
4579
4580         * objfiles.h: Whitespace cleanup.
4581         * psympriv.h: Whitespace cleanup.
4582         * psymtab.c: Whitespace/coding convention cleanup.
4583
4584 2015-08-15  Patrick Palka  <patrick@parcs.ath.cx>
4585
4586         * inferior.c (detach_inferior_command): Don't call
4587         any_thread_of_process when pid is 0.
4588         (kill_inferior_command): Likewise.
4589
4590 2015-08-14  Doug Evans  <xdje42@gmail.com>
4591
4592         PR gdb/11833
4593         * NEWS: Document new /s modifier for the disassemble command.
4594         * cli/cli-cmds.c (disassemble_command): Add support for /s.
4595         (_initialize_cli_cmds): Update online docs of disassemble command.
4596         * disasm.c: #include "source.h".
4597         (struct deprecated_dis_line_entry): Renamed from dis_line_entry.
4598         All uses updated.
4599         (dis_line_entry): New struct.
4600         (hash_dis_line_entry, eq_dis_line_entry): New functions.
4601         (allocate_dis_line_table): New functions.
4602         (maybe_add_dis_line_entry, line_has_code_p): New functions.
4603         (dump_insns): New arg end_pc.  All callers updated.
4604         (do_mixed_source_and_assembly_deprecated): Renamed from
4605         do_mixed_source_and_assembly.  All callers updated.
4606         (do_mixed_source_and_assembly): New function.
4607         (gdb_disassembly): Handle /s (DISASSEMBLY_SOURCE).
4608         * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED): Renamed from
4609         DISASSEMBLY_SOURCE.  All uses updated.
4610         (DISASSEMBLY_SOURCE): New macro.
4611         * mi/mi-cmd-disas.c (mi_cmd_disassemble): New modes 4,5.
4612
4613 2015-08-14  Keith Seitz  <keiths@redhat.com>
4614
4615         * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Rename
4616         `typename' to `type_name' to avoid C++ reserved word.
4617
4618 2015-08-14  Keith Seitz  <keiths@redhat.com>
4619
4620         * location.c (EL_TYPE, EL_LINESPEC, EL_PROBE, EL_ADDRESS)
4621         (EL_EXPLICIT, EL_STRING): Change macro parameter to "P" to
4622         silence ARI errors.
4623
4624 2015-08-14  Iain Buclaw  <ibuclaw@gdcproject.org>
4625
4626         * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Use
4627         xstrprintf instead of malloc and sprintf.
4628         (PrimaryExpression : IdentifierExp): Avoid operator at end of line.
4629         (lex_one_token): Likewise.
4630
4631 2015-08-14  Matthew Fortune  <matthew.fortune@imgtec.com>
4632
4633         * solib-svr4.c (read_program_header): Add base_addr argument to
4634         report the runtime address of the segment.
4635         (find_program_interpreter): Update read_program_header call to pass
4636         a NULL pointer for the new argument.
4637         (scan_dyntag): Add ptr_addr argument to report the runtime address
4638         of the tag payload.
4639         (scan_dyntag_auxv): Likewise and use thew new base_addr argument of
4640         read_program_header to get the base address of the dynamic segment.
4641         (elf_locate_base): Update uses of scan_dyntag, scan_dyntag_auxv and
4642         read_program_header.
4643         (elf_locate_base): Scan for and handle DT_MIPS_RLD_MAP_REL.
4644
4645 2015-08-14  Matthew Fortune  <matthew.fortune@imgtec.com>
4646
4647         * MAINTAINERS (Write After Approval): Add Matthew Fortune.
4648
4649 2015-08-13  Iain Buclaw  <ibuclaw@gdcproject.org>
4650
4651         * d-exp.y (%union): Add voidval.
4652         (%token): Add UNKNOWN_NAME as a token to represent an unclassified
4653         name in the lexing stage.
4654         (PostfixExpression): Move symbol completion handling in grammar here
4655         from PrimaryExpression.
4656         (PrimaryExpression): Move routines to handle resolving identifier
4657         tokens in the grammar here from push_expression_name.
4658         (IdentifierExp): Remove the handling of alternating '.' and identifier
4659         tokens.
4660         (TypeExp): Allow TypeExp to be wrapped in parenthesis in the grammar.
4661         (BasicType): Remove C-style typename rules.
4662         (d_type_from_name, d_module_from_name, push_variable)
4663         (push_fieldnames, push_type_name, push_module_name)
4664         (push_expression_name): Remove.
4665         (lex_one_token): Rename from yylex.  Replace pstate with par_state.
4666         (token_and_value): New type.
4667         (token_fifo, popping, name_obstack): New globals.
4668         (classify_name): New function.
4669         (classify_inner_name): Likewise.
4670         (yylex): Likewise.
4671         (d_parse): Initialize token_fifo, popping and name_obstack.
4672
4673 2015-08-13  Iain Buclaw  <ibuclaw@gdcproject.org>
4674
4675         * Makefile.in (SFILES): Add d-namespace.c.
4676         (COMMON_OBS): Add d-namespace.o.
4677         * d-lang.c (d_language_defn): Use d_lookup_symbol_nonlocal as the
4678         la_lookup_symbol_nonlocal callback function pointer.
4679         * d-lang.h (d_lookup_symbol_nonlocal): New declaration.
4680         (d_lookup_nested_symbol): New declaration.
4681         * d-namespace.c: New file.
4682
4683 2015-08-13  Pedro Alves  <palves@redhat.com>
4684
4685         * python/py-unwind.c (pyuw_sniffer): Install the invalidate
4686         cleanup after the decref cleanup, not before.
4687
4688 2015-08-13  Pierre-Marie de Rodat  <derodat@adacore.com>
4689
4690         * ada-lang.c: Include namespace.h
4691         (aux_add_nonlocal_symbols): Fix a function name in comment.
4692         (ada_add_block_renamings): New.
4693         (add_nonlocal_symbols): Add global renamings handling.
4694         (ada_lookup_symbol_list_worker): Move the symbol lookup part
4695         to...
4696         (ada_add_all_symbols): ... this new function.
4697         (ada_add_block_symbols): Try to match the input name against the
4698         "using directives list", perform a recursive symbol lookup on
4699         the matched declarations.
4700         * block.h (struct block): Move the_namespace to top-level as
4701         namespace_info. Remove the language_specific field.
4702         (BLOCK_NAMESPACE): Update access to the namespace_info field.
4703         * buildsym.h (using_directives): Rename into...
4704         (local_using_directives): ... this.
4705         (global_using_directives): New.
4706         (struct context_stack): Rename the using_directives field into
4707         local_using_directives.
4708         * buildsym.c (finish_block_internal): Deal with the proper
4709         using directives repository (local or global).
4710         (prepare_for_building): Reset local_using_directives. Assert
4711         that there is no pending global using directive.
4712         (reset_symtab_globals): Reset global_using_directives and
4713         local_using_directives.
4714         (end_symtab_get_static_block): Don't ignore symtabs that have
4715         only using directives.
4716         (push_context): Update references to local_using_directives.
4717         (buildsym_init): Do not reset using_directives.
4718         * cp-support.c: Include namespace.h.
4719         * cp-support.h (struct using_direct): Move to namespace.h.
4720         (cp_add_using_directives): Move to namespace.h.
4721         * cp-namespace.c: Include namespace.h
4722         (cp_add_using_directive): Move to namespace.c, rename it to
4723         add_using_directive, add a "using_directives" argument and use
4724         it as the pending using directives repository.  All callers
4725         updated.
4726         * dwarf2read.c (using_directives): New.
4727         (read_import_statement): Call using_directives.
4728         (read_func_scope): Update references to local_using_directives.
4729         (read_lexical_block_scope): Likewise.
4730         (read_namespace): Update the heading comment, call
4731         using_directives.
4732         * namespace.h: New file.
4733         * namespace.c: New file.
4734         * Makefile.in (SFILES): Add namespace.c.
4735         (COMMON_OBS): Add namespace.o
4736
4737 2015-08-12  Joel Brobecker  <brobecker@adacore.com>
4738
4739         * amd64-tdep.c (amd64_displaced_step_fixup): Fix the mask used to
4740         compute RETADDR.
4741
4742 2015-08-12  Keith Seitz  <keiths@redhat.com>
4743
4744         * break-catch-throw.c (re_set_exception_catchpoint) Rename
4745         reserved C++ keyword "explicit" to "explicit_loc".
4746         * breakpoint.c (create_overlay_event_breakpoint)
4747         (create_longjmp_master_breakpoint)
4748         (create_std_terminate_master_breakpoint)
4749         (create_exception_master_breakpoint, update_static_tracepoint):
4750         Rename reserved C++ keyword "explicit" to "explicit_loc".
4751         * completer.c (collect_explicit_location_matches)
4752         (explicit_location_completer): Rename reserved C++ keyword
4753         "explicit" to "explicit_loc".
4754         * linespec.c (struct linespec) <explicit>: Rename to "explicit_loc".
4755         (canonicalize_linespec, create_sals_line_offset)
4756         (convert_linespec_to_sals, convert_explicit_location_to_sals)
4757         (event_location_to_sals, decode_objc): Rename reserved C++ keyword
4758         "explicit" to "explicit_loc".
4759         * location.c (struct event_location) <explicit>: Rename to
4760         "explicit_loc".
4761         (initialize_explicit_location, new_explicit_location)
4762         (explicit_location_to_string_internal, explicit_location_to_linespec):
4763         Rename reserved C++ keyword "explicit" to "explicit_loc".
4764         * location.h (explicit_location_to_string)
4765         (explicit_location_to_linespec, initialize_explicit_location)
4766         (new_explicit_location): Rename reserved C++ keyword "explicit"
4767         to "explicit_loc".
4768         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Rename reserved C++
4769         keyword "explicit" to "explicit_loc".
4770
4771 2015-08-12  Keith Seitz  <keiths@redhat.com>
4772
4773         * python/python.c (gdbpy_decode_line): Initialize `location' to NULL
4774         and only call decode_line_1 when it is non-NULL.
4775
4776 2015-08-12  Luis Machado  <lgustavo@codesourcery.com>
4777
4778         * breakpoint.c (bp_loc_is_permanent): Return 0 when breakpoint
4779         location address is not meaningful.
4780         (breakpoint_address_is_meaningful): Update comment.
4781
4782 2015-08-11  Keith Seitz  <keiths@redhat.com>
4783
4784         * NEWS: Mention explicit locations.
4785         * breakpoint.c [LOCATION_HELP_STRING]: New macro.
4786         [BREAK_ARGS_HELP]: Use LOCATION_HELP_STRING.
4787         (_initialize_breakpoint): Update documentation for
4788         "clear", "break", "trace", "strace", "ftrace", and "dprintf".
4789
4790 2015-08-11  Keith Seitz  <keiths@redhat.com>
4791
4792         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Add support for
4793         explicit locations, options "--source", "--function",
4794         "--label", and "--line".
4795
4796 2015-08-11  Keith Seitz  <keiths@redhat.com>
4797
4798         * completer.c: Include location.h.
4799         (enum match_type): New enum.
4800         (location_completer): Rename to ...
4801         (linespec_completer): ... this.
4802         (collect_explicit_location_matches, backup_text_ptr)
4803         (explicit_location_completer): New functions.
4804         (location_completer): "New" function; handle linespec
4805         and explicit location completions.
4806         (complete_line_internal): Remove all location completer-specific
4807         handling.
4808         * linespec.c (linespec_lexer_lex_keyword, is_ada_operator)
4809         (find_toplevel_char): Export.
4810         (linespec_parse_line_offset): Export.
4811         Issue error if STRING is not numerical.
4812         (gdb_get_linespec_parser_quote_characters): New function.
4813         * linespec.h (linespec_parse_line_offset): Declare.
4814         (get_gdb_linespec_parser_quote_characters): Declare.
4815         (is_ada_operator): Declare.
4816         (find_toplevel_char): Declare.
4817         (linespec_lexer_lex_keyword): Declare.
4818         * location.c (explicit_to_event_location): New function.
4819         (explicit_location_lex_one): New function.
4820         (string_to_explicit_location): New function.
4821         (string_to_event_location): Handle explicit locations.
4822         * location.h (explicit_to_event_location): Declare.
4823         (string_to_explicit_location): Declare.
4824
4825 2015-08-11  Keith Seitz  <keiths@redhat.com>
4826
4827         * break-catch-throw.c (re_set_exception_catchpoint): Convert
4828         linespec into explicit location.
4829         * breakpoint.c (create_overlay_breakpoint)
4830         (create_longjmp_master_breakpoint)
4831         (create_std_terminate_master_breakpoint)
4832         (create_exception_master_breakpoint): Convert linespec into explicit
4833         location.
4834         (update_static_tracepoint): Convert linespec into explicit location.
4835         * linespec.c (enum offset_relative_sign, struct line_offset): Move
4836         location.h.
4837         (struct linespec) <expression, expr_pc, source_filename>
4838         <function_name, label_name, line_offset>: Replace with ...
4839         <explicit>: ... this.
4840         <is_linespec>: New member.
4841         (PARSER_EXPLICIT): New accessor macro.
4842         (undefined_label_error): New function.
4843         (source_file_not_found_error): New function.
4844         (linespec_parse_basic): The parser result is now an explicit location.
4845         Use PARSER_EXPLICIT to access it.
4846         Use undefined_label_error.
4847         (canonicalize_linespec): Convert canonical linespec into explicit
4848         location.
4849         Move string representation of location to explicit_location_to_linespec
4850         and use it and explicit_location_to_string to save string
4851         representations of the canonical location.
4852         (create_sals_line_offset, convert_linespec_to_sals): `ls' contains an
4853         explicit location.  Update all references.
4854         (convert_explicit_location_to_sals): New function.
4855         (parse_linespec): Use PARSER_EXPLICIT to access the parser
4856         result's explicit location.
4857         (linespec_state_constructor): Initialize is_linespec.
4858         Use PARSER_EXPLICIT.
4859         (linespec_parser_delete): Use PARSER_EXPLICIT to access the parser's
4860         result.
4861         (event_location_to_sals): For linespec locations, set is_linespec.
4862         Handle explicit locations.
4863         (decode_objc): 'ls' contains an explicit location now. Update all
4864         references.
4865         (symtabs_from_filename): Use source_file_not_found_error.
4866         * location.c (struct event_location.u) <explicit>: New member.
4867         (initialize_explicit_location): New function.
4868         (initialize_event_location): Initialize explicit locations.
4869         (new_explicit_location, get_explicit_location)
4870         (get_explicit_location_const): New functions.
4871         (explicit_to_string_internal): New function; most of contents moved
4872         from canonicalize_linespec.
4873         (explicit_location_to_string): New function.
4874         (explicit_location_to_linespec): New function.
4875         (copy_event_location, delete_event_location)
4876         (event_location_to_string_const, event_location_empty_p): Handle
4877         explicit locations.
4878         * location.h (enum offset_relative_sign, struct line_offset): Move
4879         here from linespec.h.
4880         (enum event_location_type): Add EXPLICIT_LOCATION.
4881         (struct explicit_location): New structure.
4882         (explicit_location_to_string): Declare.
4883         (explicit_location_to_linespec): Declare.
4884         (new_explicit_location, get_explicit_locationp
4885         (get_explicit_location_const, initialize_explicit_location): Declare.
4886
4887 2015-08-11  Keith Seitz  <keiths@redhat.com>
4888
4889         * break-catch-throw.c (re_set_exception_catchpoint): Convert
4890         linespec for stap probe to probe location.
4891         * breakpoint.c (create_longjmp_master_breakpoint)
4892         (create_exception_master_breakpoint): Likewise.
4893         (break_command_1): Remove local variable `arg_cp'.
4894         Check location type to set appropriate breakpoint ops methods.
4895         (trace_command): Likewise.
4896         * linespec.c (event_location_to_sals): Assert on probe locations.
4897         * location.c (EL_PROBE): Add macro definition.
4898         (new_probe_location, get_probe_location): New functions.
4899         (copy_event_location, delete_event_location, event_location_to_string)
4900         (string_to_event_location, event_location_empty_p): Handle probe
4901         locations.
4902         * location.h (enum event_location_type): Add PROBE_LOCATION.
4903         (new_probe_location, get_probe_location): Declare.
4904         * probe.c (parse_probes): Assert that LOCATION is a probe location.
4905         Convert linespec into probe location.
4906
4907 2015-08-11  Keith Seitz  <keiths@redhat.com>
4908
4909         * breakpoint.c (create_thread_event_breakpoint, init_breakpoint_sal):
4910         Convert linespec to address location.
4911         * linespec.c (canonicalize_linespec): Do not handle address
4912         locations here.
4913         (convert_address_location_to_sals): New function; contents moved
4914         from ...
4915         (convert_linespc_to_sals): ... here.
4916         (parse_linespec): Remove address locations from linespec grammar.
4917         Remove handling of address locations.
4918         (linespec_lex_to_end): Remove handling of address linespecs.
4919         (event_location_to_sals): Handle ADDRESS_LOCATION.
4920         (linespec_expression_to_pc): Export.
4921         * linespec.h (linespec_expression_to_pc): Add declaration.
4922         * location.c (struct event_location.u) <address>: New member.
4923         (new_address_location, get_address_location): New functions.
4924         (copy_event_location, delete_event_location, event_location_to_string)
4925         (string_to_event_location, event_location_empty_p): Handle address
4926         locations.
4927         * location.h (enum event_location_type): Add ADDRESS_LOCATION.
4928         (new_address_location, get_address_location): Declare.
4929         * python/py-finishbreakpoint.c (bpfinishpy_init): Convert linespec
4930         to address location.
4931         * spu-tdep.c (spu_catch_start): Likewise.
4932
4933 2015-08-11  Keith Seitz  <keiths@redhat.com>
4934
4935         * ax-gdb.c: Include location.h.
4936         (agent_command_1) Use linespec location instead of address
4937         string.
4938         * break-catch-throw.c: Include location.h.
4939         (re_set_exception_catchpoint): Use linespec locations instead
4940         of address strings.
4941         * breakpoint.c: Include location.h.
4942         (create_overlay_event_breakpoint, create_longjmp_master_breakpoint)
4943         (create_std_terminate_master_breakpoint)
4944         (create_exception_master_breakpoint, update_breakpoints_after_exec):
4945         Use linespec location instead of address string.
4946         (print_breakpoint_location):  Use locations and
4947         event_location_to_string.
4948         Print extra_string for pending locations for non-MI streams.
4949         (print_one_breakpoint_location): Use locations and
4950         event_location_to_string.
4951         (init_raw_breakpoint_without_location): Initialize b->location.
4952         (create_thread_event_breakpoint): Use linespec location instead of
4953         address string.
4954         (init_breakpoint_sal): Likewise.
4955         Only save extra_string if it is non-NULL and not the empty string.
4956         Use event_location_to_string instead of `addr_string'.
4957         Constify `p' and `endp'.
4958         Use skip_spaces_const/skip_space_const instead of non-const versions.
4959         Copy the location into the breakpoint.
4960         If LOCATION is NULL, save the breakpoint address as a linespec location
4961         instead of an address string.
4962         (create_breakpoint_sal): Change `addr_string' parameter to a struct
4963         event_location. All uses updated.
4964         (create_breakpoints_sal): Likewise for local variable `addr_string'.
4965         (parse_breakpoint_sals): Use locations instead of address strings.
4966         Remove check for empty linespec with conditional.
4967         Refactor.
4968         (decode_static_tracepoint_spec): Make argument const and update
4969         function.
4970         (create_breakpoint): Change `arg' to a struct event_location and
4971         rename.
4972         Remove `copy_arg' and `addr_start'.
4973         If EXTRA_STRING is empty, set it to NULL.
4974         Don't populate `canonical' for pending breakpoints.
4975         Pass `extra_string' to find_condition_and_thread.
4976         Clear `extra_string' if `rest' was NULL.
4977         Do not error with "garbage after location" if setting a dprintf
4978         breakpoint.
4979         Copy the location into the breakpoint instead of an address string.
4980         (break_command_1): Use string_to_event_location and pass this to
4981         create_breakpoint instead of an address string.
4982         Check against `arg_cp' for a probe linespec.
4983         (dprintf_command): Use string_to_event_location and pass this to
4984         create_breakpoint instead of an address string.
4985         Throw an exception if no format string was specified.
4986         (print_recreate_ranged_breakpoint): Use event_location_to_string
4987         instead of address strings.
4988         (break_range_command, until_break_command)
4989         (init_ada_exception_breakpoint): Use locations instead
4990         of address strings.
4991         (say_where): Print out extra_string for pending locations.
4992         (base_breakpoint_dtor): Delete `location' and `location_range_end' of
4993         the breakpoint.
4994         (base_breakpoint_create_sals_from_location): Use struct event_location
4995         instead of address string.
4996         Remove `addr_start' and `copy_arg' parameters.
4997         (base_breakpoint_decode_location): Use struct event_location instead of
4998         address string.
4999         (bkpt_re_set): Use locations instead of address strings.
5000         Use event_location_empty_p to check for unset location.
5001         (bkpt_print_recreate): Use event_location_to_string instead of
5002         an address string.
5003         Print out extra_string for pending locations.
5004         (bkpt_create_sals_from_location, bkpt_decode_location)
5005         (bkpt_probe_create_sals_from_location): Use struct event_location
5006         instead of address string.
5007         (bkpt_probe_decode_location): Use struct event_location instead of
5008         address string.
5009         (tracepoint_print_recreate): Use event_location_to_string to
5010         recreate the tracepoint.
5011         (tracepoint_create_sals_from_location, tracepoint_decode_location)
5012         (tracepoint_probe_create_sals_from_location)
5013         (tracepoint_probe_decode_location): Use struct event_location
5014         instead of address string.
5015         (dprintf_print_recreate): Use event_location_to_string to recreate
5016         the dprintf.
5017         (dprintf_re_set): Remove check for valid/missing format string.
5018         (strace_marker_create_sals_from_location)
5019         (strace_marker_create_breakpoints_sal, strace_marker_decode_location)
5020         (update_static_tracepoint): Use struct event_location instead of
5021         address string.
5022         (location_to_sals): Likewise.
5023         Pass `extra_string' to find_condition_and_thread.
5024         For newly resolved pending breakpoint locations, clear the location's
5025         string representation.
5026         Assert that the breakpoint's condition string is NULL when
5027         condition_not_parsed.
5028         (breakpoint_re_set_default, create_sals_from_location_default)
5029         (decode_location_default, trace_command, ftrace_command)
5030         (strace_command, create_tracepoint_from_upload): Use locations
5031         instead of address strings.
5032         * breakpoint.h (struct breakpoint_ops) <create_sals_from_location>:
5033         Use struct event_location instead of address string.
5034         Update all uses.
5035         <decode_location>: Likewise.
5036         (struct breakpoint) <addr_string>: Change to struct event_location
5037         and rename `location'.
5038         <addr_string_range_end>: Change to struct event_location and rename
5039         `location_range_end'.
5040         (create_breakpoint): Use struct event_location instead of address
5041         string.
5042         * cli/cli-cmds.c: Include location.h.
5043         (edit_command, list_command): Use locations instead of address strings.
5044         * elfread.c: Include location.h.
5045         (elf_gnu_ifunc_resolver_return_stop): Use event_location_to_string.
5046         * guile/scm-breakpoint.c: Include location.h.
5047         (bpscm_print_breakpoint_smob): Use event_location_to_string.
5048         (gdbscm_register_breakpoint): Use locations instead of address
5049         strings.
5050         * linespec.c: Include location.h.
5051         (struct ls_parser) <stream>: Change to const char *.
5052         (PARSER_STREAM): Update.
5053         (lionespec_lexer_lex_keyword): According to find_condition_and_thread,
5054         keywords must be followed by whitespace.
5055         (canonicalize_linespec): Save a linespec location into `canonical'.
5056         Save a canonical linespec into `canonical'.
5057         (parse_linespec): Change `argptr' to const char * and rename `arg'.
5058         All uses updated.
5059         Update function description.
5060         (linespec_parser_new): Initialize `parser'.
5061         Update initialization of  parsing stream.
5062         (event_location_to_sals): New function.
5063         (decode_line_full): Change `argptr' to a struct event_location and
5064         rename it `location'.
5065         Use locations instead of address strings.
5066         Call event_location_to_sals instead of parse_linespec.
5067         (decode_line_1): Likewise.
5068         (decode_line_with_current_source, decode_line_with_last_displayed)
5069         Use locations instead of address strings.
5070         (decode_objc): Likewise.
5071         Change `argptr' to const char * and rename `arg'.
5072         (destroy_linespec_result): Delete the linespec result's location
5073         instead of freeing the address string.
5074         * linespec.h (struct linespec_result) <addr_string>: Change to
5075         struct event_location and rename to ...
5076         <location>: ... this.
5077         (decode_line_1, decode_line_full): Change `argptr' to struct
5078         event_location.  All callers updated.
5079         * mi/mi-cmd-break.c: Include language.h, location.h, and linespec.h.
5080         (mi_cmd_break_insert_1): Use locations instead of address strings.
5081         Throw an error if there was "garbage" at the end of the specified
5082         linespec.
5083         * probe.c: Include location.h.
5084         (parse_probes): Change `argptr' to struct event_location.
5085         Use event locations instead of address strings.
5086         * probe.h (parse_probes): Change `argptr' to struct event_location.
5087         * python/py-breakpoint.c: Include location.h.
5088         (bppy_get_location): Constify local variable `str'.
5089         Use event_location_to_string.
5090         (bppy_init): Use locations instead of address strings.
5091         * python/py-finishbreakpoint.c: Include location.h.
5092         (bpfinishpy_init): Remove local variable `addr_str'.
5093         Use locations instead of address strings.
5094         * python/python.c: Include location.h.
5095         (gdbpy_decode_line): Use locations instead of address strings.
5096         * remote.c: Include location.h.
5097         (remote_download_tracepoint): Use locations instead of address
5098         strings.
5099         * spu-tdep.c: Include location.h.
5100         (spu_catch_start): Remove local variable `buf'.
5101         Use locations instead of address strings.
5102         * tracepoint.c: Include location.h.
5103         (scope_info): Use locations instead of address strings.
5104         (encode_source_string): Constify parameter `src'.
5105         * tracepoint.h (encode_source_string): Likewise.
5106
5107 2015-08-11  Keith Seitz  <keiths@redhat.com>
5108
5109         * Makefile.in (SFILES): Add location.c.
5110         (HFILES_NO_SRCDIR): Add location.h.
5111         (COMMON_OBS): Add location.o.
5112         * linespec.c (linespec_lex_to_end): New function.
5113         * linespec.h (linespec_lex_to_end): Declare.
5114         * location.c: New file.
5115         * location.h: New file.
5116
5117 2015-08-11  Keith Seitz  <keiths@redhat.com>
5118
5119         * breakpoint.h (struct breakpoint_ops) <create_sals_from_address>:
5120         Renamed to create_sals_from_location.
5121         <decode_linespec>: Renamed to decode_location.
5122         Update all callers.
5123         * breakpoint.c (create_sals_from_address_default): Renamed to ...
5124         (create_sals_from_location_default): ... this.
5125         (addr_string_to_sals): Renamed to ...
5126         (location_to_sals): ... this.
5127         (decode_linespec_default): Renamed to ...
5128         (decode_location_default): ... this.
5129         (base_breakpoint_create_sals_from_address): Renamed to ...
5130         (base_breakpoint_create_sals_from_location): ... this.
5131         (bkpt_create_sals_from_address): Renamed to ...
5132         (bkpt_create_sals_from_location): ... this.
5133         (bkpt_decode_linespec): Renamed to ...
5134         (bkpt_decode_location): ... this.
5135         (bkpt_probe_create_sals_from_address): Renamed to ...
5136         (bkpt_probe_create_sals_from_location): ... this.
5137         (tracepoint_create_sals_from_address): Renamed to ...
5138         (tracepoint_create_sals_from_location): ... this.
5139         (tracepoint_decode_linespec): Renamed to ...
5140         (tracepoint_decode_location): ... this.
5141         (tracepoint_probe_create_sals_from_address): Renamed to ...
5142         (tracepoint_probe_create_sals_from_location): ... this.
5143         (tracepoint_probe_decode_linespec): Renamed to ...
5144         (tracepoint_probe_decode_location): ... this.
5145         (strace_marker_create_sals_from_address): Renamed to ...
5146         (strace_marker_create_sals_from_location): ... this.
5147         (decode_linespec_default): Renamed to ...
5148         (decode_location_default): ... this.
5149
5150 2015-08-10  Doug Evans  <dje@google.com>
5151             Keith Seitz  <keiths@redhat.com>
5152
5153         PR gdb/17960
5154         * symtab.c (make_file_symbol_completion_list_1): Renamed from
5155         make_file_symbol_completion_list and made static.
5156         (make_file_symbol_completion_list): New function.
5157
5158 2015-08-10  Joel Brobecker  <brobecker@adacore.com>
5159
5160         * infrun.c (follow_fork, displaced_step_prepare, resume): Remove
5161         trailing new-line at end of warning message.
5162         (proceed): Add i18n marker to error messages.
5163
5164 2015-08-07  Pedro Alves  <palves@redhat.com>
5165
5166         * linux-nat.c (linux_nat_always_non_stop_p): Return 1.
5167
5168 2015-08-07  Pedro Alves  <palves@redhat.com>
5169
5170         * s390-linux-tdep.c (is_non_branch_ril)
5171         (s390_displaced_step_copy_insn): New functions.
5172         (s390_displaced_step_fixup): Update comment.
5173         (s390_gdbarch_init): Install s390_displaced_step_copy_insn as
5174         gdbarch_displaced_step_copy_insn hook.
5175
5176 2015-08-07  Pedro Alves  <palves@redhat.com>
5177
5178         * infrun.c (displaced_step_prepare_throw): Return -1 if
5179         gdbarch_displaced_step_copy_insn returns NULL.  Update intro
5180         comment.
5181         * rs6000-tdep.c (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION)
5182         (STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION): Move higher up
5183         in file.
5184         (ppc_displaced_step_copy_insn): New function.
5185         (ppc_displaced_step_fixup): Update comment.
5186         (rs6000_gdbarch_init): Install ppc_displaced_step_copy_insn as
5187         gdbarch_displaced_step_copy_insn hook.
5188         * gdbarch.sh (displaced_step_copy_insn): Document what happens on
5189         NULL return.
5190         * gdbarch.h: Regenerate.
5191
5192 2015-08-07  Pedro Alves  <palves@redhat.com>
5193
5194         * inferior.h (struct inferior) <displaced_stepping_failed>: New
5195         field.
5196         * infrun.c (use_displaced_stepping_now_p): New parameter 'inf'.
5197         Return false if dispaced stepping failed before.
5198         (resume): Pass the current inferior to
5199         use_displaced_stepping_now_p.  Wrap displaced_step_prepare in
5200         TRY/CATCH.  If we get a MEMORY_ERROR, set the inferior's
5201         displaced_stepping_failed flag, and fall back to an in-line
5202         step-over.
5203
5204 2015-08-07  Pedro Alves  <palves@redhat.com>
5205
5206         * darwin-nat.c (darwin_stop): Rename to ...
5207         (darwin_interrupt): ... this.
5208         (_initialize_darwin_inferior): Adjust.
5209         * gnu-nat.c (gnu_stop): Delete.
5210         (gnu_target): Don't install gnu_stop.
5211         * inf-ptrace.c (inf_ptrace_stop): Rename to ...
5212         (inf_ptrace_interrupt): ... this.
5213         (inf_ptrace_target): Adjust.
5214         * infcmd.c (interrupt_target_1): Use target_interrupt instead of
5215         target_stop.
5216         * linux-nat (linux_nat_stop): Rename to ...
5217         (linux_nat_interrupt): ... this.
5218         (linux_nat_stop): Reimplement.
5219         (linux_nat_add_target): Install linux_nat_interrupt.
5220         * nto-procfs.c (nto_interrupt_twice): Rename to ...
5221         (nto_handle_sigint_twice): ... this.
5222         (nto_interrupt): Rename to ...
5223         (nto_handle_sigint): ... this.  Call target_interrupt instead of
5224         target_stop.
5225         (procfs_wait): Adjust.
5226         (procfs_stop): Rename to ...
5227         (procfs_interrupt): ... this.
5228         (init_procfs_targets): Adjust.
5229         * procfs.c (procfs_stop): Rename to ...
5230         (procfs_interrupt): ... this.
5231         (procfs_target): Adjust.
5232         * remote-m32r-sdi.c (m32r_stop): Rename to ...
5233         (m32r_interrupt): ... this.
5234         (init_m32r_ops): Adjust.
5235         * remote-sim.c (gdbsim_stop_inferior): Rename to ...
5236         (gdbsim_interrupt_inferior): ... this.
5237         (gdbsim_stop): Rename to ...
5238         (gdbsim_interrupt): ... this.
5239         (gdbsim_cntrl_c): Adjust.
5240         (init_gdbsim_ops): Adjust.
5241         * remote.c (sync_remote_interrupt): Adjust comments.
5242         (remote_stop_as): Rename to ...
5243         (remote_interrupt_as): ... this.
5244         (remote_stop): Adjust comment.
5245         (remote_interrupt): New function.
5246         (init_remote_ops): Install remote_interrupt.
5247         * target.c (target_interrupt): New function.
5248         * target.h (struct target_ops) <to_interrupt>: New field.
5249         (target_interrupt): New declaration.
5250         * windows-nat.c (windows_stop): Rename to ...
5251         (windows_interrupt): ... this.
5252         * target-delegates.c: Regenerate.
5253
5254 2015-08-07  Pedro Alves  <palves@redhat.com>
5255
5256         * signal-while-stepping-over-bp-other-thread.exp: Expect "restart
5257         threads" as alternative to "switching back to stepped thread".
5258
5259 2015-08-07  Pedro Alves  <palves@redhat.com>
5260
5261         * NEWS: Mention "maint set/show target-non-stop".
5262         * breakpoint.c (update_global_location_list): Check
5263         target_is_non_stop_p instead of non_stop.
5264         * infcmd.c (attach_command_post_wait, attach_command): Likewise.
5265         * infrun.c (show_can_use_displaced_stepping)
5266         (can_use_displaced_stepping_p, start_step_over_inferior):
5267         Likewise.
5268         (internal_resume_ptid): New function.
5269         (resume): Use it.
5270         (proceed): Check target_is_non_stop_p instead of non_stop.  If in
5271         all-stop mode but the target is always in non-stop mode, start all
5272         the other threads that are implicitly resumed too.
5273         (for_each_just_stopped_thread, fetch_inferior_event)
5274         (adjust_pc_after_break, stop_all_threads): Check
5275         target_is_non_stop_p instead of non_stop.
5276         (handle_inferior_event): Likewise.  Handle detach-fork in all-stop
5277         with the target always in non-stop mode.
5278         (handle_signal_stop) <random signal>: Check target_is_non_stop_p
5279         instead of non_stop.
5280         (switch_back_to_stepped_thread): Check target_is_non_stop_p
5281         instead of non_stop.
5282         (keep_going_stepped_thread): Use internal_resume_ptid.
5283         (stop_waiting): If in all-stop mode, and the target is in non-stop
5284         mode, stop all threads.
5285         (keep_going_pass): Likewise, when starting a new in-line step-over
5286         sequence.
5287         * linux-nat.c (get_pending_status, select_event_lwp)
5288         (linux_nat_filter_event, linux_nat_wait_1, linux_nat_wait): Check
5289         target_is_non_stop_p instead of non_stop.
5290         (linux_nat_always_non_stop_p): New function.
5291         (linux_nat_stop): Check target_is_non_stop_p instead of non_stop.
5292         (linux_nat_add_target): Install linux_nat_always_non_stop_p.
5293         * target-delegates.c: Regenerate.
5294         * target.c (target_is_non_stop_p): New function.
5295         (target_non_stop_enabled, target_non_stop_enabled_1): New globals.
5296         (maint_set_target_non_stop_command)
5297         (maint_show_target_non_stop_command): New functions.
5298         (_initilize_target): Install "maint set/show target-non-stop"
5299         commands.
5300         * target.h (struct target_ops) <to_always_non_stop_p>: New field.
5301         (target_non_stop_enabled): New declaration.
5302         (target_is_non_stop_p): New declaration.
5303
5304 2015-08-07  Pedro Alves  <pedro@codesourcery.com>
5305
5306         * breakpoint.c (breakpoints_should_be_inserted_now): If any thread
5307         has a pending status, return true.
5308         * gdbthread.h: Include target/waitstatus.h.
5309         (struct thread_suspend_state) <stop_reason, waitstatus_pending_p,
5310         stop_pc>: New fields.
5311         (struct thread_info) <resumed>: New field.
5312         (set_resumed): Declare.
5313         * infrun.c: Include "event-loop.h".
5314         (infrun_async_inferior_event_token, infrun_is_async): New globals.
5315         (infrun_async): New function.
5316         (clear_step_over_info): Add debug output.
5317         (displaced_step_in_progress_any_inferior): New function.
5318         (displaced_step_fixup): New returns int.
5319         (start_step_over): Handle in-line step-overs too.  Assert the
5320         thread is marked resumed.
5321         (resume_cleanups): Clear the thread's resumed flag.
5322         (resume): Set the thread's resumed flag.  Return early if the
5323         thread has a pending status.  Allow stepping a breakpoint with no
5324         signal.
5325         (proceed): Adjust to check 'resumed' instead of 'executing'.
5326         (clear_proceed_status_thread): If the thread has a pending status,
5327         and that status is a finished step, discard the pending status.
5328         (clear_proceed_status): Don't clear step_over_info here.
5329         (random_pending_event_thread, do_target_wait): New functions.
5330         (prepare_for_detach, wait_for_inferior, fetch_inferior_event): Use
5331         do_target_wait.
5332         (wait_one): New function.
5333         (THREAD_STOPPED_BY): New macro.
5334         (thread_stopped_by_watchpoint, thread_stopped_by_sw_breakpoint)
5335         (thread_stopped_by_hw_breakpoint): New functions.
5336         (switch_to_thread_cleanup, save_waitstatus, stop_all_threads): New
5337         functions.
5338         (handle_inferior_event): Also call set_resumed(false) on all
5339         threads implicitly stopped by the event.
5340         (restart_threads, resumed_thread_with_pending_status): New
5341         functions.
5342         (finish_step_over): If we were doing an in-line step-over before,
5343         and no longer are after trying to start a new step-over, restart
5344         all threads.  If we have multiple threads with pending events,
5345         save the current event and go through the event loop again.
5346         (handle_signal_stop): Return early if finish_step_over returns
5347         false.
5348         <random signal>: If we get a signal while stepping over a
5349         breakpoint in-line in non-stop mode, restart all threads.  Clear
5350         step_over_info before delivering the signal.
5351         (keep_going_stepped_thread): Use internal_error instead of
5352         gdb_assert.  Mark the thread as resumed.
5353         (keep_going_pass_signal): Assert the thread isn't already resumed.
5354         If some other thread is doing an in-line step-over, defer the
5355         resume.  If we just started a new in-line step-over, stop all
5356         threads.  Don't clear step_over_info.
5357         (infrun_async_inferior_event_handler): New function.
5358         (_initialize_infrun): Create async event handler with
5359         infrun_async_inferior_event_handler as callback.
5360         (infrun_async): New declaration.
5361         * target.c (target_async): New function.
5362         * target.h (target_async): Declare macro and readd as function
5363         declaration.
5364         * target/waitstatus.h (enum target_stop_reason)
5365         <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
5366         * thread.c (new_thread): Clear the new waitstatus field.
5367         (set_resumed): New function.
5368
5369 2015-08-07  Pedro Alves  <palves@redhat.com>
5370
5371         * infrun.c (keep_going_stepped_thread): New function, factored out
5372         from ...
5373         (switch_back_to_stepped_thread): ... here.
5374
5375 2015-08-07  Pedro Alves  <palves@redhat.com>
5376
5377         * infrun.c (currently_stepping): Extend intro comment.
5378         * target.h (target_resume): Extend intro comment.
5379
5380 2015-08-07  Pedro Alves  <palves@redhat.com>
5381
5382         * infrun.c (switch_back_to_stepped_thread): Use ecs->ptid instead
5383         of inferior_ptid.  If the stepped thread vanished, return 0
5384         instead of resuming here.  Use reset_ecs.  Print the prev_pc and
5385         the current stop_pc in log message.  Clear trap_expected if the
5386         thread advanced.  Don't pass currently_stepping to
5387         do_target_resume.
5388
5389 2015-08-07  Pedro Alves  <palves@redhat.com>
5390
5391         * gdbthread.h (struct thread_info) <prev_pc>: Extend comment.
5392         * infrun.c (struct execution_control_state): Move higher up in the
5393         file.
5394         (reset_ecs): New function.
5395         (start_step_over): Now returns int.  Rewrite to use
5396         keep_going_pass_signal instead of manually starting a displaced step.
5397         (resume): Don't call set_running here.  If displaced stepping
5398         can't start now, clear trap_expected.
5399         (find_thread_needs_step_over): Delete function.
5400         (proceed): Set up finish_thread_state_cleanup.  Call set_running.
5401         If the current thread needs a step over, push it in the step-over
5402         chain.  Don't set insert breakpoints nor call resume directly
5403         here.  Instead rewrite to use start_step_over and
5404         keep_going_pass_signal.
5405         (finish_step_over): New function.
5406         (handle_signal_stop): Call finish_step_over instead of
5407         start_step_over.
5408         (switch_back_to_stepped_thread): If the event thread needs another
5409         step-over do that first.  Use start_step_over.
5410         (keep_going_pass_signal): New function, factored out from ...
5411         (keep_going): ... here.
5412         (_initialize_infrun): Comment moved here.
5413         * thread.c (set_running_thread): New function.
5414         (set_running, finish_thread_state): Use set_running_thread.
5415
5416 2015-08-07  Pedro Alves  <palves@redhat.com>
5417
5418         * gdbthread.h (struct thread_info) <step_over_prev,
5419         step_over_next>: New fields.
5420         (thread_step_over_chain_enqueue, thread_step_over_chain_remove)
5421         (thread_step_over_chain_next, thread_is_in_step_over_chain): New
5422         declarations.
5423         * infrun.c (struct displaced_step_request): Delete.
5424         (struct displaced_step_inferior_state) <step_request_queue>:
5425         Delete field.
5426         (displaced_step_prepare): Assert that trap_expected is set.  Use
5427         thread_step_over_chain_enqueue.  Split starting a new displaced
5428         step to ...
5429         (start_step_over): ... this new function.
5430         (resume): Assert the thread isn't waiting for a step over already.
5431         (proceed): Assert the thread isn't waiting for a step over
5432         already.
5433         (infrun_thread_stop_requested): Adjust to remove threads from the
5434         embedded step-over chain.
5435         (handle_inferior_event) <fork/vfork>: Call start_step_over after
5436         displaced_step_fixup.
5437         (handle_signal_stop): Call start_step_over after
5438         displaced_step_fixup.
5439         * infrun.h (step_over_queue_head): New declaration.
5440         * thread.c (step_over_chain_enqueue, step_over_chain_remove)
5441         (thread_step_over_chain_next, thread_is_in_step_over_chain)
5442         (thread_step_over_chain_enqueue)
5443         (thread_step_over_chain_remove): New functions.
5444         (delete_thread_1): Remove thread from the step-over chain.
5445
5446 2015-08-07  Pedro Alves  <palves@redhat.com>
5447
5448         * infrun.c (thread_still_needs_step_over): Rename to ...
5449         (thread_still_needs_step_over_bp): ... this.
5450         (enum step_over_what): New.
5451         (thread_still_needs_step_over): Reimplement.
5452
5453 2015-08-07  Pedro Alves  <palves@redhat.com>
5454
5455         * remote.c (remote_wait_as): If not waiting for a stop reply,
5456         return TARGET_WAITKIND_NO_RESUMED.  If TARGET_WNOHANG is
5457         requested, don't block waiting forever.
5458
5459 2015-08-07  Pedro Alves  <pedro@codesourcery.com>
5460
5461         * infrun.c (adjust_pc_after_break): Now takes thread_info and
5462         waitstatus pointers instead of an ecs.  Adjust.
5463         (handle_inferior_event): Adjust caller.
5464
5465 2015-08-07  Pedro Alves  <palves@redhat.com>
5466
5467         * infrun.c (handle_inferior_event): If we get
5468         TARGET_WAITKIND_SIGNALLED or TARGET_WAITKIND_EXITED in non-stop
5469         mode, mark all threads of the exiting process as not-executing.
5470         (normal_stop): If we get TARGET_WAITKIND_SIGNALLED or
5471         TARGET_WAITKIND_EXITED in non-stop mode, finish all threads of the
5472         exiting process, if inferior_ptid still points at a process.
5473         * thread.c (struct current_thread_cleanup) <next>: New field.
5474         (current_thread_cleanup_chain): New global.
5475         (restore_current_thread_ptid_changed): New function.
5476         (restore_current_thread_cleanup_dtor): Remove the cleanup from the
5477         current_thread_cleanup_chain list.
5478         (make_cleanup_restore_current_thread): Add the cleanup data to the
5479         current_thread_cleanup_chain list.
5480         (_initialize_thread): Install restore_current_thread_ptid_changed
5481         as thread_ptid_changed observer.
5482
5483 2015-08-07  Joel Brobecker  <brobecker@adacore.com>
5484
5485         * dtrace-probe.c (dtrace_process_dof): Ignore the objfile's DOF
5486         data if a DTRACE_DOF_SECT_TYPE_PROVIDER section is found to be
5487         smaller than expected.
5488
5489 2015-08-07  Andrew Burgess  <andrew.burgess@embecosm.com>
5490
5491         * stack.c (get_frame_language): Moved ...
5492         * frame.c (get_frame_language): ... to here.
5493         * language.h (get_frame_language): Declaration moved to frame.h.
5494         * frame.h: Add language.h include, for language enum.
5495         (get_frame_language): Declaration moved from language.h.
5496         * language.c: Add frame.h include.
5497         * top.c: Add frame.h include.
5498         * symtab.h (struct obj_section): Declare.
5499         (struct cmd_list_element): Declare.
5500
5501 2015-08-07  Andrew Burgess  <andrew.burgess@embecosm.com>
5502
5503         * language.c (show_language_command): Find selected frame before
5504         asking for the language of that frame.
5505         (set_language_command): Likewise.
5506         * language.h (get_frame_language): Add frame parameter.
5507         * stack.c (get_frame_language): Add frame parameter, assert
5508         parameter is not NULL, update comment and reindent.
5509         * top.c (check_frame_language_change): Pass the selected frame
5510         into get_frame_language.
5511
5512 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
5513
5514         * btrace.c (btrace_compute_ftrace_bts): Clear insn flags.
5515         (pt_btrace_insn_flags): New.
5516         (ftrace_add_pt): Call pt_btrace_insn_flags.
5517         * btrace.h (btrace_insn_flag): New.
5518         (btrace_insn) <flags>: New.
5519         * record-btrace.c (btrace_insn_history): Print insn prefix.
5520         * NEWS: Announce it.
5521
5522 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
5523
5524         * configure.ac: Check for PERF_ATTR_SIZE_VER5 in linux/perf_event.h
5525         * configure: Regenerate.
5526
5527 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
5528
5529         * Makefile.in (LIBICONV): Define.
5530         (CLIBS): Add LIBICONV.
5531         * acinclude.m4: Use config/iconv.m4 instead of custom AM_ICONV.
5532         * configure: Regenerate.
5533
5534 2015-08-06  Simon Marchi  <simon.marchi@ericsson.com>
5535             Pedro Alves  <palves@redhat.com>
5536
5537         * arm-tdep.c (set_fp_model_sfunc): Add cast from integer to enum.
5538         (arm_set_abi): Likewise.
5539         * ax-general.c (ax_print): Likewise.
5540         * c-exp.y (exp : string_exp): Likewise.
5541         * compile/compile-loc2c.c (compute_stack_depth_worker): Likewise.
5542         (do_compile_dwarf_expr_to_c): Likewise.
5543         * cp-name-parser.y (demangler_special : DEMANGLER_SPECIAL start):
5544         Likewise.
5545         * dwarf2expr.c (execute_stack_op): Likewise.
5546         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
5547         (disassemble_dwarf_expression): Likewise.
5548         * dwarf2read.c (dwarf2_add_member_fn): Likewise.
5549         (read_array_order): Likewise.
5550         (abbrev_table_read_table): Likewise.
5551         (read_attribute_value): Likewise.
5552         (skip_unknown_opcode): Likewise.
5553         (dwarf_decode_macro_bytes): Likewise.
5554         (dwarf_decode_macros): Likewise.
5555         * eval.c (value_f90_subarray): Likewise.
5556         * guile/scm-param.c (gdbscm_make_parameter): Likewise.
5557         * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
5558         * infrun.c (handle_command): Likewise.
5559         * memory-map.c (memory_map_start_memory): Likewise.
5560         * osabi.c (set_osabi): Likewise.
5561         * parse.c (operator_length_standard): Likewise.
5562         * ppc-linux-tdep.c (ppc_canonicalize_syscall): Likewise, and use
5563         single return point.
5564         * python/py-frame.c (gdbpy_frame_stop_reason_string): Likewise.
5565         * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
5566         (gdbpy_lookup_global_symbol): Likewise.
5567         * record-full.c (record_full_restore): Likewise.
5568         * regcache.c (regcache_register_status): Likewise.
5569         (regcache_raw_read): Likewise.
5570         (regcache_cooked_read): Likewise.
5571         * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
5572         * symtab.c (initialize_ordinary_address_classes): Likewise.
5573         * target-debug.h (target_debug_print_signals): Likewise.
5574         * utils.c (do_restore_current_language): Likewise.
5575
5576 2015-08-06  Clem Dickey  <clemd@acm.org>
5577
5578         PR python/17136
5579         * python/lib/gdb/command/type_printers.py (InfoTypePrinter): Fix typo.
5580
5581 2015-08-06  Simon Marchi  <simon.marchi@ericsson.com>
5582
5583         * complaints.c (enum complaint_series): Add newlines and remove
5584         out of date comment.
5585         (struct complaints) <series>: Change type to enum
5586         complaint_series and remove out of date comment.
5587         (symfile_complaint_hook): Use equivalent enum value
5588         ISOLATED_MESSAGE instead of 0.
5589
5590 2015-08-06  Pedro Alves  <palves@redhat.com>
5591
5592         * nat/linux-waitpid.c (my_waitpid): Only print *status if waitpid
5593         returned > 0.
5594
5595 2015-08-06  Pierre Langlois  <pierre.langlois@arm.com>
5596
5597         * common/agent.c (symbol_list) <required>: Remove.
5598
5599 2015-08-06  Pedro Alves  <palves@redhat.com>
5600
5601         * target/waitstatus.h (enum target_stop_reason)
5602         <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
5603
5604 2015-08-05  Pedro Alves  <palves@redhat.com>
5605             Joel Brobecker  <brobecker@adacore.com>
5606
5607         * breakpoint.c (bpstat_what) <bp_longjmp, bp_longjmp_call_dummy>
5608         <bp_exception, bp_longjmp_resume, bp_exception_resume>: Handle the
5609         case where BS->STOP is not set.
5610
5611 2015-08-05  Ulrich Weigand  <uweigand@de.ibm.com>
5612
5613         * nat/gdb_thread_db.h: Add copyright header.
5614         Protect against multiple inclusion.
5615
5616 2015-08-05  Yao Qi  <yao.qi@linaro.org>
5617
5618         * aarch64-linux-nat.c (get_thread_id): Remove.
5619         (debug_reg_change_callback): Call ptid_get_lwp instead of
5620         get_thread_id.
5621         (fetch_gregs_from_thread): Likewise.
5622         (store_gregs_to_thread): Likewise.
5623         (fetch_fpregs_from_thread): Likewise.
5624         (store_fpregs_to_thread): Likewise.
5625         (aarch64_linux_get_debug_reg_capacity): Likewise.
5626         * arm-linux-nat.c (get_thread_id): Remove.
5627         (GET_THREAD_ID): Update macro to use ptid_get_lwp.
5628         * xtensa-linux-nat.c (get_thread_id): Remove.
5629         (GET_THREAD_ID): Update macro to use ptid_get_lwp.
5630         * arm-linux-nat.c (get_thread_id): Remove.
5631         (GET_THREAD_ID): Remove.
5632         (fetch_fpregs): Call ptid_get_lwp instead of GET_THREAD_ID.
5633         (store_fpregs, fetch_regs, store_regs): Likewise.
5634         (fetch_wmmx_regs, store_wmmx_regs): Likewise.
5635         (fetch_vfp_regs, store_vfp_regs): Likewise.
5636         (arm_linux_read_description): Likewise.
5637         (arm_linux_get_hwbp_cap): Likewise.
5638         * xtensa-linux-nat.c (get_thread_id): Remove.
5639         (GET_THREAD_ID): Remove.
5640         (fetch_gregs, store_gregs): Call ptid_get_lwp instead of
5641         GET_THREAD_ID.
5642
5643 2015-08-04  Ciro Santilli  <ciro.santilli@gmail.com>  (obvious patch)
5644
5645         * python/py-linetable.c: Fix case of Linetable to LineTable
5646         in docstrings and code comments.
5647         * python/py-symtab.c: Same.
5648
5649 2015-08-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
5650
5651         * infcmd.c (signal_command): Call do_cleanups for args_chain.
5652
5653 2015-08-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
5654
5655         PR gdb/18767
5656         * infcmd.c (attach_command): Move ARGS_CHAIN cleanup after last ARGS
5657         use.
5658
5659 2015-08-04  Pedro Alves  <palves@redhat.com>
5660
5661         * nat/gdb_thread_db.h (td_init_ftype, td_ta_new_ftype)
5662         (td_ta_map_lwp2thr_ftype, td_ta_thr_iter_ftype)
5663         (td_ta_event_addr_ftype, td_ta_set_event_ftype)
5664         (td_ta_clear_event_ftype, td_ta_event_getmsg_ftype)
5665         (td_thr_validate_ftype, td_thr_get_info_ftype)
5666         (td_thr_event_enable_ftype, td_thr_tls_get_addr_ftype)
5667         (td_thr_tlsbase_ftype, td_symbol_list_ftype, td_ta_delete_ftype):
5668         New typedefs.
5669         * linux-thread-db.c (struct thread_db_info): Use new typedefs.
5670         (try_thread_db_load_1): Define TDB_VERBOSE_DLSYM, TDB_DLSYM , CHK
5671         local macros and use them instead of verbose_dlsym and dlsym
5672         calls.
5673
5674 2015-08-03  Sandra Loosemore  <sandra@codesourcery.com>
5675
5676         * nios2-tdep.h: Include opcode/nios2.h here.
5677         (NIOS2_CDX_OPCODE_SIZE): New.
5678         (struct gdbarch_tdep): Add OP parameter to syscall_next_pc.
5679         * nios2-tdep.c: Don't include opcode/nios2.h here.
5680         (nios2_fetch_insn): For R2, try reading 2-byte instruction if
5681         4-byte read fails.
5682         (nios2_match_add, nios2_match_sub): Add cases for R2 encodings.
5683         (nios2_match_addi, nios2_match_orhi): Likewise.
5684         (nios2_match_stw, nios2_match_ldw): Likewise.
5685         (nios2_match_rdctl): Likewise.
5686         (nios2_match_stwm, nios2_match_ldwm): New.
5687         (nios2_match_branch): Add cases for R2 encodings.
5688         (nios2_match_jmpi, nios2_match_calli): Likewise.
5689         (nios2_match_jmpr, nios2_match_callr): Likewise.
5690         (nios2_match_break, nios2_match_trap): Likewise.
5691         (nios2_in_epilogue_p): Add R2 support.
5692         (nios2_analyze_prologue): Update comments.  Recognize R2 CDX
5693         prologues.
5694         (nios2_breakpoint_from_pc): Handle R2 instructions.
5695         (nios2_get_next_pc): Likewise.  Adjust call to
5696         tdep->syscall_next_pc.
5697         * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame):
5698         Renamed from nios2_linux_rt_sigreturn_tramp_frame.  Use
5699         instruction field macros instead of literal hex values.
5700         (nios2_r2_linux_rt_sigreturn_tramp_frame): New.
5701         (nios2_linux_syscall_next_pc): Adjust signature to pass OP.
5702         Use size field from OP instead of assuming all instructions
5703         are the same size.
5704         (nios2_linux_init_abi): Register appropriate unwinder for mach.
5705
5706 2015-08-03  Ulrich Weigand  <uweigand@de.ibm.com>
5707
5708         * cp-namespace.c (cp_lookup_symbol_via_imports): Fix uninitialized
5709         variable warning with some compilers.
5710
5711 2015-08-03  Yao Qi  <yao.qi@linaro.org>
5712
5713         * arm-linux-nat.c (arm_linux_get_hwbp_type): Capitalize "type"
5714         in comment.  Replace "rw" with "type".
5715         (arm_linux_remove_watchpoint): Change type of "rw" to
5716         "enum target_hw_bp_type".
5717
5718 2015-08-02  Pierre-Marie de Rodat  <derodat@adacore.com>
5719
5720         * alpha-mdebug-tdep.c (find_proc_desc): Update call to
5721         lookup_symbol.
5722         * ft32-tdep.c (ft32_skip_prologue): Likewise.
5723         * moxie-tdep.c (moxie_skip_prologue): Likewise.
5724         * mt-tdep.c (mt_skip_prologue): Likewise.
5725         * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
5726
5727 2015-08-01  Pierre-Marie de Rodat  <derodat@adacore.com>
5728
5729         * ada-exp.y (write_object_renaming): Replace struct
5730         ada_symbol_info with struct block_symbol.  Update field
5731         references accordingly.
5732         (block_lookup, select_possible_type_sym): Likewise.
5733         (find_primitive_type): Likewise.  Also update call to
5734         ada_lookup_symbol to extract the symbol itself.
5735         (write_var_or_type, write_name_assoc): Likewise.
5736         * ada-lang.h (struct ada_symbol_info): Remove.
5737         (ada_lookup_symbol_list): Replace struct ada_symbol_info with
5738         struct block_symbol.
5739         (ada_lookup_encoded_symbol, user_select_syms): Likewise.
5740         (ada_lookup_symbol): Return struct block_symbol instead of a
5741         mere symbol.
5742         * ada-lang.c (defns_collected): Replace struct ada_symbol_info
5743         with struct block_symbol.
5744         (resolve_subexp, ada_resolve_function, sort_choices,
5745         user_select_syms, is_nonfunction, add_defn_to_vec,
5746         num_defns_collected, defns_collected,
5747         symbols_are_identical_enums, remove_extra_symbols,
5748         remove_irrelevant_renamings, add_lookup_symbol_list_worker,
5749         ada_lookup_symbol_list, ada_iterate_over_symbols,
5750         ada_lookup_encoded_symbol, get_var_value): Likewise.
5751         (ada_lookup_symbol): Return a block_symbol instead of a mere
5752         symbol.  Replace struct ada_symbol_info with struct
5753         block_symbol.
5754         (ada_lookup_symbol_nonlocal): Likewise.
5755         (standard_lookup): Make block passing explicit through
5756         lookup_symbol_in_language.
5757         * ada-tasks.c (get_tcb_types_info): Update the calls to
5758         lookup_symbol_in_language to extract the mere symbol out of the
5759         returned value.
5760         (ada_tasks_inferior_data_sniffer): Likewise.
5761         * ax-gdb.c (gen_static_field): Likewise for the call to
5762         lookup_symbol.
5763         (gen_maybe_namespace_elt): Deal with struct block_symbol from
5764         lookup functions.
5765         (gen_expr): Likewise.
5766         * c-exp.y: Likewise.  Remove uses of block_found.
5767         (lex_one_token, classify_inner_name, c_print_token): Likewise.
5768         (classify_name): Likewise.  Rename the "sym" local variable to
5769         "bsym".
5770         * c-valprint.c (print_unpacked_pointer): Likewise.
5771         * compile/compile-c-symbols.c (convert_symbol_sym): Promote the
5772         "sym" parameter from struct symbol * to struct block_symbol.
5773         Use it to remove uses of block_found.  Deal with struct
5774         block_symbol from lookup functions.
5775         (gcc_convert_symbol): Likewise.  Update the call to
5776         convert_symbol_sym.
5777         * compile/compile-object-load.c (compile_object_load): Deal with
5778         struct block_symbol from lookup functions.
5779         * cp-namespace.c (cp_lookup_nested_symbol_1,
5780         cp_lookup_nested_symbol, cp_lookup_bare_symbol,
5781         cp_search_static_and_baseclasses,
5782         cp_lookup_symbol_in_namespace, cp_lookup_symbol_via_imports,
5783         cp_lookup_symbol_imports_or_template,
5784         cp_lookup_symbol_via_all_imports, cp_lookup_symbol_namespace,
5785         lookup_namespace_scope, cp_lookup_nonlocal,
5786         find_symbol_in_baseclass): Return struct block_symbol instead of
5787         mere symbols and deal with struct block_symbol from lookup
5788         functions.
5789         * cp-support.c (inspect_type, replace_typedefs,
5790         cp_lookup_rtti_type): Deal with struct block_symbol from
5791         lookup functions.
5792         * cp-support.h (cp_lookup_symbol_nonlocal,
5793         cp_lookup_symbol_from_namespace,
5794         cp_lookup_symbol_imports_or_template, cp_lookup_nested_symbol):
5795         Return struct block_symbol instead of mere symbols.
5796         * d-exp.y (d_type_from_name, d_module_from_name, push_variable,
5797         push_module_name):
5798         Deal with struct block_symbol from lookup functions.  Remove
5799         uses of block_found.
5800         * eval.c (evaluate_subexp_standard): Update call to
5801         cp_lookup_symbol_namespace.
5802         * f-exp.y: Deal with struct block_symbol from lookup functions.
5803         Remove uses of block_found.
5804         (yylex): Likewise.
5805         * gdbtypes.c (lookup_typename, lookup_struct, lookup_union,
5806         lookup_enum, lookup_template_type, check_typedef): Deal with
5807         struct block_symbol from lookup functions.
5808         * guile/scm-frame.c (gdbscm_frame_read_var): Likewise.
5809         * guile/scm-symbol.c (gdbscm_lookup_symbol): Likewise.
5810         (gdbscm_lookup_global_symbol): Likewise.
5811         * gnu-v3-abi.c (gnuv3_get_typeid_type): Likewise.
5812         * go-exp.y: Likewise.  Remove uses of block_found.
5813         (package_name_p, classify_packaged_name, classify_name):
5814         Likewise.
5815         * infrun.c (insert_exception_resume_breakpoint): Likewise.
5816         * jv-exp.y (push_variable): Likewise.
5817         * jv-lang.c (java_lookup_class, get_java_object_type): Likewise.
5818         * language.c (language_bool_type): Likewise.
5819         * language.h (struct language_defn): Update
5820         la_lookup_symbol_nonlocal to return a struct block_symbol rather
5821         than a mere symbol.
5822         * linespec.c (find_label_symbols): Deal with struct block_symbol
5823         from lookup functions.
5824         * m2-exp.y: Likewise.  Remove uses of block_found.
5825         (yylex): Likewise.
5826         * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
5827         * objc-lang.c (lookup_struct_typedef, find_imps): Likewise.
5828         * p-exp.y: Likewise.  Remove uses of block_found.
5829         (yylex): Likewise.
5830         * p-valprint.c (pascal_val_print): Likewise.
5831         * parse.c (write_dollar_variable): Likewise.  Remove uses of
5832         block_found.
5833         * parser-defs.h (struct symtoken): Turn the SYM field into a
5834         struct block_symbol.
5835         * printcmd.c (address_info): Deal with struct block_symbol from
5836         lookup functions.
5837         * python/py-frame.c (frapy_read_var): Likewise.
5838         * python/py-symbol.c (gdbpy_lookup_symbol,
5839         gdbpy_lookup_global_symbol): Likewise.
5840         * skip.c (skip_function_command): Likewise.
5841         * solib-darwin.c (darwin_lookup_lib_symbol): Return a struct
5842         block_symbol instead of a mere symbol.
5843         * solib-spu.c (spu_lookup_lib_symbol): Likewise.
5844         * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
5845         * solib.c (solib_global_lookup): Likewise.
5846         * solist.h (solib_global_lookup): Likewise.
5847         (struct target_so_ops): Update lookup_lib_global_symbol to
5848         return a struct block_symbol rather than a mere symbol.
5849         * source.c (select_source_symtab): Deal with struct block_symbol
5850         from lookup functions.
5851         * stack.c (print_frame_args, iterate_over_block_arg_vars):
5852         Likewise.
5853         * symfile.c (set_initial_language): Likewise.
5854         * symtab.c (SYMBOL_LOOKUP_FAILED): Turn into a struct
5855         block_symbol.
5856         (SYMBOL_LOOKUP_FAILED_P): New predicate as a macro.
5857         (struct symbol_cache_slot): Turn the FOUND field into a struct
5858         block_symbol.
5859         (block_found): Remove.
5860         (eq_symbol_entry): Update to deal with struct block_symbol in
5861         cache slots.
5862         (symbol_cache_lookup): Return a struct block_symbol rather than
5863         a mere symbol.
5864         (symbol_cache_mark_found): Add a BLOCK parameter to fill
5865         appropriately the cache slots.  Update callers.
5866         (symbol_cache_dump): Update cache slots handling to the type
5867         change.
5868         (lookup_symbol_in_language, lookup_symbol, lookup_language_this,
5869         lookup_symbol_aux, lookup_local_symbol,
5870         lookup_symbol_in_objfile, lookup_global_symbol_from_objfile,
5871         lookup_symbol_in_objfile_symtabs,
5872         lookup_symbol_in_objfile_from_linkage_name,
5873         lookup_symbol_via_quick_fns, basic_lookup_symbol_nonlocal,
5874         lookup_symbol_in_static_block, lookup_static_symbol,
5875         lookup_global_symbol):
5876         Return a struct block_symbol rather than a mere symbol.  Deal
5877         with struct block_symbol from other lookup functions.  Remove
5878         uses of block_found.
5879         (lookup_symbol_in_block): Remove uses of block_found.
5880         (struct global_sym_lookup_data): Turn the RESULT field into a
5881         struct block_symbol.
5882         (lookup_symbol_global_iterator_cb): Update references to the
5883         RESULT field.
5884         (search_symbols): Deal with struct block_symbol from lookup
5885         functions.
5886         * symtab.h (struct block_symbol): New structure.
5887         (block_found): Remove.
5888         (lookup_symbol_in_language, lookup_symbol,
5889         basic_lookup_symbol_nonlocal, lookup_symbol_in_static_block,
5890         lookup_static_symbol, lookup_global_symbol, lookup_language_this,
5891         lookup_global_symbol_from_objfile): Return a struct block_symbol
5892         rather than just a mere symbol.  Update comments to remove
5893         mentions of block_found.
5894         * valops.c (find_function_in_inferior,
5895         value_struct_elt_for_reference, value_maybe_namespace_elt,
5896         value_of_this):  Deal with struct block_symbol from lookup
5897         functions.
5898         * value.c (value_static_field, value_fn_field): Likewise.
5899
5900 2015-07-31  Simon Marchi  <simon.marchi@ericsson.com>
5901
5902         * remote-m32r-sdi.c (m32r_remove_watchpoint): Use enum type
5903         instead of integer.
5904
5905 2015-07-31  Simon Marchi  <simon.marchi@ericsson.com>
5906             Pedro Alves  <palves@redhat.com>
5907
5908         * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): Use enum
5909         type or value instead of integer.
5910         (aarch64_linux_insert_watchpoint): Likewise.
5911         (aarch64_linux_remove_watchpoint): Likewise.
5912         * ada-lang.c (ada_op_print_tab): Likewise.
5913         * amd64-linux-tdep.c (amd64_canonicalize_syscall): Likewise.
5914         (amd64_linux_syscall_record_common): Likewise.
5915         * arch-utils.c (target_byte_order_user): Likewise.
5916         (default_byte_order): Likewise.
5917         * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Likewise.
5918         (arm_linux_get_hwbp_type): Likewise.
5919         (arm_linux_hw_watchpoint_initialize): Likewise.
5920         (arm_linux_insert_watchpoint): Likewise.
5921         * arm-linux-tdep.c (arm_canonicalize_syscall): Likewise.
5922         (arm_linux_syscall_record): Likewise.
5923         * breakpoint.c (update_watchpoint): Likewise.
5924         (breakpoint_here_p): Likewise.
5925         (bpstat_print): Likewise.
5926         (enable_breakpoint_disp): Likewise.
5927         * c-lang.c (c_op_print_tab): Likewise.
5928         * cli/cli-decode.c (add_info_alias): Likewise.
5929         * d-lang.c (d_op_print_tab): Likewise.
5930         * eval.c (evaluate_subexp_standard): Likewise.
5931         * f-exp.y (dot_ops): Likewise.
5932         (f77_keywords): Likewise.
5933         * f-lang.c (f_op_print_tab): Likewise.
5934         * go-lang.c (go_op_print_tab): Likewise.
5935         * guile/scm-breakpoint.c (gdbscm_make_breakpoint): Likewise.
5936         * guile/scm-cmd.c (gdbscm_make_command): Likewise.
5937         * guile/scm-param.c (gdbscm_make_parameter): Likewise.
5938         * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Likewise.
5939         * guile/scm-string.c (struct scm_to_stringn_data): Likewise.
5940         (struct scm_from_stringn_data): Likewise.
5941         * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
5942         * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
5943         (ia64_linux_remove_watchpoint): Likewise.
5944         (ia64_linux_can_use_hw_breakpoint): Likewise.
5945         * infrun.c (print_stop_event): Likewise.
5946         * jv-lang.c (java_op_print_tab): Likewise.
5947         * linux-nat.c (linux_proc_xfer_partial): Likewise.
5948         * linux-nat.h (struct lwp_info): Likewise.
5949         * linux-thread-db.c (enable_thread_event): Likewise.
5950         * m2-lang.c (m2_op_print_tab): Likewise.
5951         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise.
5952         (mi_cmd_stack_list_variables): Likewise.
5953         * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
5954         * mi/mi-out.c (mi_table_begin): Likewise.
5955         (mi_table_header): Likewise.
5956         * mips-linux-nat.c (mips_linux_can_use_hw_breakpoint): Likewise.
5957         (mips_linux_insert_watchpoint): Likewise.
5958         (mips_linux_remove_watchpoint): Likewise.
5959         * nat/mips-linux-watch.c (mips_linux_watch_type_to_irw): Likewise.
5960         * nat/mips-linux-watch.h (struct mips_watchpoint): Likewise.
5961         (mips_linux_watch_type_to_irw): Likewise.
5962         * nto-procfs.c (procfs_can_use_hw_breakpoint): Likewise.
5963         (procfs_insert_hw_watchpoint): Likewise.
5964         (procfs_remove_hw_watchpoint): Likewise.
5965         (procfs_hw_watchpoint): Likewise.
5966         (procfs_can_use_hw_breakpoint): Likewise.
5967         (procfs_remove_hw_watchpoint): Likewise.
5968         (procfs_insert_hw_watchpoint): Likewise.
5969         * p-lang.c (pascal_op_print_tab): Likewise.
5970         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): Likewise.
5971         * ppc-linux-tdep.c (ppu2spu_unwind_register): Likewise.
5972         * ppc-sysv-tdep.c (get_decimal_float_return_value): Likewise.
5973         * procfs.c (procfs_can_use_hw_breakpoint): Likewise.
5974         (procfs_insert_watchpoint): Likewise.
5975         (procfs_remove_watchpoint): Likewise.
5976         * psymtab.c (recursively_search_psymtabs): Likewise.
5977         * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint): Likewise.
5978         (m32r_insert_watchpoint): Likewise.
5979         * remote-mips.c (mips_can_use_watchpoint): Likewise.
5980         (mips_insert_watchpoint): Likewise.
5981         (mips_remove_watchpoint): Likewise.
5982         * remote.c (watchpoint_to_Z_packet): Likewise.
5983         (remote_insert_watchpoint): Likewise.
5984         (remote_remove_watchpoint): Likewise.
5985         (remote_check_watch_resources): Likewise.
5986         * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
5987         (s390_remove_watchpoint): Likewise.
5988         (s390_can_use_hw_breakpoint): Likewise.
5989         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
5990         * spu-linux-nat.c (spu_can_use_hw_breakpoint): Likewise.
5991         * target.h (struct target_ops): Likewise.
5992         * tilegx-tdep.c (tilegx_analyze_prologue): Likewise.
5993         * ui-out.c (struct ui_out_hdr): Likewise.
5994         (append_header_to_list): Likewise.
5995         (get_next_header): Likewise.
5996         (verify_field): Likewise.
5997         (ui_out_begin): Likewise.
5998         (ui_out_field_int): Likewise.
5999         (ui_out_field_fmt_int): Likewise.
6000         (ui_out_field_skip): Likewise.
6001         (ui_out_field_string): Likewise.
6002         (ui_out_field_fmt): Likewise.
6003         * varobj.c (new_variable): Likewise.
6004         * x86-nat.c (x86_insert_watchpoint): Likewise.
6005         (x86_remove_watchpoint): Likewise.
6006         (x86_can_use_hw_breakpoint): Likewise.
6007         * xtensa-tdep.h (struct gdbarch_tdep): Likewise.
6008         * inflow.c (enum gdb_has_a_terminal_flag_enum): Add name to
6009         previously anonymous enumeration type..
6010         * linux-record.h (enum gdb_syscall): Add gdb_sys_no_syscall
6011         value.
6012         * target-debug.h (target_debug_print_enum_target_hw_bp_type): New.
6013         (target_debug_print_enum_bptype): New.
6014         * target-delegates.c: Regenerate.
6015
6016 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
6017
6018         * nios2-tdep.c (nios2_analyze_prologue): Do what the comment
6019         already says and disallow non-stack memory writes in the prologue.
6020
6021 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
6022
6023         * nios2-tdep.c (nios2_analyze_prologue): Update comments to
6024         reflect how current GCC emits stack overflow checks.  Match
6025         both trap and break instructions for backward compatbility.
6026         Disallow other trap and break instructions in the prologue.
6027
6028 2015-07-30  Pedro Alves  <palves@redhat.com>
6029
6030         PR threads/18600
6031         * linux-nat.c (wait_lwp): Report to the core when thread group
6032         leader exits.
6033
6034 2015-07-30  Pedro Alves  <palves@redhat.com>
6035             Simon Marchi  <simon.marchi@ericsson.com>
6036
6037         PR threads/18600
6038         * linux-nat.c (linux_handle_extended_wait): On CLONE event, always
6039         mark the new thread as resumed.  Remove STOPPING parameter.
6040         (wait_lwp): Adjust call to linux_handle_extended_wait.
6041         (linux_nat_filter_event): Adjust call to
6042         linux_handle_extended_wait.
6043         (resume_stopped_resumed_lwps): Add debug output.
6044
6045 2015-07-30  Pierre Langlois  <pierre.langlois@arm.com>
6046
6047         * arch-utils.c (default_fast_tracepoint_valid_at): Remove unused
6048         isize argument.
6049         * arch-utils.h (default_fast_tracepoint_valid_at): Likewise.
6050         * breakpoint.c (check_fast_tracepoint_sals): Adjust call to
6051         gdbarch_fast_tracepoint_valid_at.
6052         * gdbarch.sh (fast_tracepoint_valid_at): Remove isize argument.
6053         * gdbarch.h: Regenerate.
6054         * gdbarch.c: Regenerate.
6055         * i386-tdep.c (i386_fast_tracepoint_valid_at): Remove isize
6056         argument.  Do not set it.
6057         * remote.c (remote_download_tracepoint): Adjust call to
6058         gdbarch_fast_tracepoint_valid_at.  Call gdb_insn_length to get
6059         the instruction length.
6060
6061 2015-07-30  Yao Qi  <yao.qi@linaro.org>
6062
6063         * arm-tdep.h (enum gdb_regnum): Move it to ...
6064         * arch/arm.h: ... here.  New file.
6065         * Makefile.in (HFILES_NO_SRCDIR): Add arch/arm.h.
6066
6067 2015-07-30  Pierre Langlois  <pierre.langlois@arm.com>
6068
6069         * aarch64-tdep.c (decode_b): Rename link argument to is_bl.
6070         Change its type to int *.
6071         (decode_br): Rename link argument to is_blr.  Change its type to
6072         int *.
6073         (decode_cb): Rename op argument to is_cbnz.  Change its type to
6074         int *.
6075         (decode_tb): Rename op argument to is_tbnz.  Change its type to
6076         int *.  Set is_tbnz to either 1 or 0.
6077         (aarch64_analyze_prologue): Change type of is_link to int.  Add
6078         new variables is_cbnz and is_tbnz.  Adjust call to
6079         aarch64_decode_cb and aarch64_decode_tb.
6080
6081 2015-07-29  Simon Marchi  <simon.marchi@ericsson.com>
6082
6083         * mips-linux-nat.c (write_watchpoint_regs): Add NULL as ptrace's 4th
6084         parameter.
6085         (mips_linux_new_thread): Likewise.
6086         * nat/mips-linux-watch.c (mips_linux_read_watch_registers): Likewise.
6087
6088 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
6089
6090         * top.c: Include "tui/tui.h".
6091         (undo_terminal_modifications_before_exit): New static function.
6092         (quit_force): Use it.
6093
6094 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
6095
6096         * target.c (terminal_state): Initialize to terminal_is_ours.
6097
6098 2015-07-29  Yao Qi  <yao.qi@linaro.org>
6099
6100         PR record/18691
6101         * dcache.c (dcache_read_memory_partial): Call
6102         raw_memory_xfer_partial.
6103         * target.c (raw_memory_xfer_partial): Make it non-static.
6104         * target.h (raw_memory_xfer_partial): Declare.
6105
6106 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
6107
6108         * c-valprint.c (c_val_print_array): Consider addressable memory
6109         unit size.
6110         (c_val_print_ptr): Likewise.
6111         (c_val_print_int): Likewise.
6112         * findvar.c (read_frame_register_value): Likewise.
6113         * valarith.c (find_size_for_pointer_math): Likewise.
6114         (value_ptrdiff): Likewise.
6115         (value_subscripted_rvalue): Likewise.
6116         * valops.c (read_value_memory): Likewise (and rename variables).
6117         (value_assign): Likewise.
6118         (value_repeat): Likewise.
6119         (value_array): Likewise.
6120         (value_slice): Likewise.
6121         * valprint.c (generic_val_print_ptr): Likewise.
6122         (generic_val_print_enum): Likewise.
6123         (generic_val_print_bool): Likewise.
6124         (generic_val_print_int): Likewise.
6125         (generic_val_print_char): Likewise.
6126         (generic_val_print_float): Likewise.
6127         (generic_val_print_decfloat): Likewise.
6128         (generic_val_print_complex): Likewise.
6129         (val_print_scalar_formatted): Likewise.
6130         (val_print_array_elements): Likewise.
6131         * value.c (set_value_parent): Likewise.
6132         (value_contents_copy_raw): Likewise.
6133         (set_internalvar_component): Likewise.
6134         (value_primitive_field): Likewise.
6135         (value_fetch_lazy): Likewise.
6136         * value.h (read_value_memory): Update comment.
6137
6138 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
6139
6140         * value.c (get_value_arch): New function.
6141         * value.h (get_value_arch): New declaration.
6142
6143 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
6144
6145         * value.c (struct value): Update comments.
6146
6147 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
6148
6149         * gdbtypes.c (type_length_units): New function.
6150         * gdbtypes.h (type_length_units): New declaration.
6151         (struct type) <length>: Update comment.
6152
6153 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6154
6155         * valprint.c (generic_val_print): Factor out complex
6156         printing code to ...
6157         (generic_val_print_complex): ... this new function.
6158
6159 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6160
6161         * valprint.c (generic_val_print): Factor out decfloat
6162         printing code to ...
6163         (generic_val_print_decfloat): ... this new function.
6164
6165 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6166
6167         * valprint.c (generic_val_print): Factor out float
6168         printing code to ...
6169         (generic_val_print_float): ... this new function.
6170
6171 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6172
6173         * valprint.c (generic_val_print): Factor out char
6174         printing code to ...
6175         (generic_val_print_char): ... this new function.
6176
6177 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6178
6179         * valprint.c (generic_val_print): Factor out integer
6180         printing code to ...
6181         (generic_val_print_int): ... this new function.
6182
6183 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6184
6185         * valprint.c (generic_val_print): Factor out bool
6186         printing code to ...
6187         (generic_val_print_bool): ... this new function.
6188
6189 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6190
6191         * valprint.c (generic_val_print): Factor out function/method
6192         printing code to ...
6193         (generic_val_print_func): ... this new function.
6194
6195 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6196
6197         * valprint.c (generic_val_print): Factor out flags
6198         printing code to ...
6199         (generic_val_print_flags): ... this new function.
6200
6201 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6202
6203         * valprint.c (generic_val_print): Factor out enum
6204         printing code to ...
6205         (generic_val_print_enum): ... this new function.
6206
6207 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6208
6209         * valprint.c (generic_val_print): Factor out reference
6210         printing code to ...
6211         (generic_val_print_ref): ... this new function.
6212
6213 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6214
6215         * valprint.c (generic_val_print): Factor out memberptr
6216         printing code to ...
6217         (generic_val_print_memberptr): ... this new function.
6218
6219 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6220
6221         * valprint.c (generic_val_print): Factor out pointer
6222         printing code to ...
6223         (generic_val_print_ptr): ... this new function.
6224
6225 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6226
6227         * valprint.c (generic_val_print): Factor out array
6228         printing code to ...
6229         (generic_val_print_array): ... this new function.
6230
6231 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6232
6233         * valprint.c (generic_val_print): Factor out
6234         print_unpacked_pointer code to ...
6235         (print_unpacked_pointer): ... this new function.
6236
6237 2015-07-27  Patrick Palka  <patrick@parcs.ath.cx>
6238
6239         * event-top.c (handle_sigterm): Don't inspect
6240         target_can_async_p.  Always set the quit flag and always mark
6241         the async signal handler.
6242
6243 2015-07-27  Yao Qi  <yao.qi@linaro.org>
6244
6245         * Makefile.in (REMOTE_EXAMPLES): Remove it.
6246
6247 2015-07-25  Kevin Buettner  <kevinb@redhat.com>
6248
6249         * remote.c (read_ptid): Return null_ptid when no thread id
6250         is found.
6251         (remote_current_thread): Add log warning for malformed
6252         qC reply.
6253         (remote_start_remote): Add log warning when current thread
6254         not found.
6255
6256 2015-07-24  Pedro Alves  <palves@redhat.com>
6257
6258         * s390-linux-nat.c (fetch_regs, store_regs, fetch_fpregs)
6259         (s390_stopped_by_watchpoint, s390_prepare_to_resume): Pass 0 as
6260         forth argument to ptrace PTRACE_PEEKUSR_AREA/PTRACE_POKEUSR_AREA.
6261
6262 2015-07-24  Pedro Alves  <palves@redhat.com>
6263
6264         PR gdb/18717
6265         * linux-nat.c (linux_nat_filter_event): Don't assert that the lwp
6266         is resumed, and extend the debug log.
6267
6268 2015-07-24  Pedro Alves  <palves@redhat.com>
6269
6270         * fork-child.c (fork_inferior): Print argv[0] instead of exec_file.
6271
6272 2015-07-24  Pedro Alves  <palves@redhat.com>
6273
6274         * aarch64-linux-nat.c: Include nat/gdb_ptrace.h instead of
6275         sys/ptrace.h.
6276         * alpha-linux-nat.c: Likewise.
6277         * amd64-linux-nat.c: Likewise.
6278         * arm-linux-nat.c: Likewise.
6279         * hppa-linux-nat.c: Likewise.
6280         * i386-linux-nat.c: Likewise.
6281         * ia64-linux-nat.c: Likewise.
6282         * linux-fork.c: Likewise.
6283         * linux-nat.c: Likewise.
6284         * m32r-linux-nat.c: Likewise.
6285         * m68klinux-nat.c: Likewise.
6286         * mips-linux-nat.c: Likewise.
6287         * nat/linux-btrace.c: Likewise.
6288         * nat/linux-ptrace.c: Likewise.
6289         * nat/linux-ptrace.h
6290         * nat/mips-linux-watch.c: Likewise.
6291         * nat/x86-linux-dregs.c: Likewise.
6292         * ppc-linux-nat.c: Likewise.
6293         * s390-linux-nat.c: Likewise.
6294         * spu-linux-nat.c: Likewise.
6295         * tilegx-linux-nat.c: Likewise.
6296         * x86-linux-nat.c: Likewise.
6297         * xtensa-linux-nat.c: Likewise.
6298
6299 2015-07-24  Pedro Alves  <palves@redhat.com>
6300
6301         * ptrace.m4 (ptrace tests): Test in C++ mode.  Try with 'enum
6302         __ptrace_request as first parameter type instead of int.
6303         (PTRACE_TYPE_ARG1): Define.
6304         * nat/gdb_ptrace.h [!PTRACE_TYPE_ARG5] (ptrace): Define as wrapper
6305         that casts first argument to PTRACE_TYPE_ARG1.
6306         * config.in: Regenerate.
6307         * configure: Regenerate.
6308
6309 2015-07-24  Pedro Alves  <palves@redhat.com>
6310
6311         * gdb_ptrace.h: Move ...
6312         * nat/gdb_ptrace.h: ... here.
6313         * inf-ptrace.c: Adjust.
6314
6315 2015-07-24  Pedro Alves  <palves@redhat.com>
6316
6317         * acinclude.m4: Include ptrace.m4.
6318         * configure.ac: Call GDB_AC_PTRACE and move ptrace checks ...
6319         * ptrace.m4: ... to this new file.
6320
6321 2015-07-23  Doug Evans  <dje@google.com>
6322
6323         * dwarf2read.c (dwarf2_per_cu_data): Add comment.
6324         (load_cu): Handle dummy CUs.
6325         (dw2_do_instantiate_symtab, process_queuef): Ditto.
6326         (dwarf2_fetch_die_loc_sect_off, dwarf2_fetch_constant_bytes): Ditto.
6327
6328 2015-07-23  Ciro Santilli  <ciro.santilli@gmail.com>  (tiny patch)
6329
6330         * py-linetable.c (ltpy_get_all_source_lines): Adjust function
6331         documentation to say that it returns a list rather than
6332         a FrozenSet.
6333         (linetable_object_methods): Update the docstring of the
6334         "source_line" entry.
6335
6336 2015-07-23  Pierre-Marie de Rodat  <derodat@adacore.com>
6337
6338         * gdbtypes.c (resolve_dynamic_array): Pass the peeled element
6339         type to the recursive call instead of the original (maybe
6340         TYPE_CODE_TYPEDEF) type.
6341
6342 2015-07-23  Yao Qi  <yao.qi@linaro.org>
6343
6344         * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): If
6345         TYPE is watchpoint, return zero if aarch64_num_wp_regs is zero.
6346         If TYPE is breakpoint, return zero if arch64_num_bp_regs is zero.
6347
6348 2015-07-21  Yao Qi  <yao.qi@linaro.org>
6349
6350         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
6351         Move it to nat/aarch64-linux-hw-point.c.
6352         (aarch64_linux_child_post_startup_inferior): Update.
6353         * nat/aarch64-linux-hw-point.c (aarch64_linux_get_debug_reg_capacity):
6354         New function.
6355         * nat/aarch64-linux-hw-point.h (aarch64_linux_get_debug_reg_capacity):
6356         Declare it.
6357
6358 2015-07-21  Markus Metzger  <markus.t.metzger@intel.com>
6359
6360         * common/btrace-common.c (btrace_data_append): Change case label.
6361
6362 2015-07-20  Yao Qi  <yao.qi@linaro.org>
6363
6364         * nat/aarch64-linux-hw-point.c (aarch64_handle_unaligned_watchpoint):
6365         Re-indent the code.
6366         * nat/aarch64-linux-hw-point.h: Use ULONGEST rather than
6367         "unsigned long long".
6368
6369 2015-07-18  Kevin Buettner  <kevinb@redhat.com>
6370
6371         * dwarf2read.c (dwarf2_locate_sections): Allow has_section_at_zero
6372         to be set for SEC_ALLOC sections too.
6373
6374 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6375
6376         * Makefile.in (HFILES_NO_SRCDIR): Add
6377         nat/aarch64-linux-hw-point.h.
6378         (aarch64-linux-hw-point.o): New rule.
6379         * nat/aarch64-linux-hw-point.h: New file.
6380         * nat/aarch64-linux-hw-point.c: New file.
6381         * aarch64-linux-nat.c: Include nat/aarch64-linux-hw-point.h.
6382         (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
6383         (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
6384         (AARCH64_HWP_ALIGNMENT): Likewise.
6385         (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
6386         (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
6387         (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
6388         (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
6389         (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
6390         (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
6391         (struct aarch64_debug_reg_state): Likewise.
6392         (struct arch_lwp_info): Likewise.
6393         (aarch64_linux_set_debug_regs): Likewise.
6394         (aarch64_notify_debug_reg_change): Remove static.
6395         (aarch64_align_watchpoint): Likewise.
6396         (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
6397         (aarch64_watchpoint_length): Likewise.
6398         (aarch64_point_encode_ctrl_reg): Likewise
6399         (aarch64_point_is_aligned): Likewise.
6400         (aarch64_dr_state_insert_one_point): Likewise.
6401         (aarch64_dr_state_remove_one_point): Likewise.
6402         (aarch64_handle_breakpoint): Likewise.
6403         (aarch64_handle_aligned_watchpoint): Likewise.
6404         (aarch64_handle_unaligned_watchpoint): Likewise.
6405         (aarch64_handle_watchpoint): Likewise.
6406         * config/aarch64/linux.mh (NAT_FILE): Add
6407         aarch64-linux-hw-point.o.
6408
6409 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6410
6411         * aarch64-linux-nat.c (aarch64_handle_breakpoint): Add argument
6412         state and don't call aarch64_get_debug_reg_state.  All callers
6413         update.
6414         (aarch64_linux_insert_hw_breakpoint): Call
6415         aarch64_get_debug_reg_state earlier.
6416         (aarch64_linux_remove_hw_breakpoint): Likewise.
6417         (aarch64_handle_aligned_watchpoint): Add argument state and
6418         don't call aarch64_get_debug_reg_state.  All callers update.
6419         (aarch64_handle_unaligned_watchpoint): Likewise.
6420         (aarch64_handle_watchpoint): Add argument state.
6421         (aarch64_linux_insert_watchpoint): Call aarch64_get_debug_reg_state
6422         earlier.
6423         (aarch64_linux_remove_watchpoint): Likewise.
6424
6425 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6426
6427         * aarch64-linux-nat.c (aarch64_show_debug_reg_state): Use
6428         debug_printf.
6429         (aarch64_handle_unaligned_watchpoint): Likewise.
6430
6431 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6432
6433         * aarch64-linux-nat.c (aarch64_dr_state_insert_one_point): Change
6434         argument type's type to 'enum target_hw_bp_type'.
6435         (aarch64_dr_state_remove_one_point): Likewise.
6436         (aarch64_handle_breakpoint): Likewise.
6437         (aarch64_linux_insert_hw_breakpoint): Likewise.
6438         (aarch64_linux_remove_hw_breakpoint): Likewise.
6439         (aarch64_handle_aligned_watchpoint): Likewise.
6440
6441 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6442
6443         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Call
6444         ptid_get_pid instead of get_thread_id.
6445
6446 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6447
6448         * remote.c (get_current_thread): Initialise ptid to null_ptid.
6449         (add_current_inferior_and_thread): Don't initialise ptid.
6450
6451 2015-07-16  Pierre Langlois  <pierre.langlois@arm.com>
6452
6453         * aarch64-tdep.c (aarch64_pseudo_read_value): Mark S register as
6454         unavailable if invalid.
6455
6456 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6457
6458         Revert the previous 6 commits:
6459         Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
6460         Move gdb_regex* to common/
6461         Prepare linux_find_memory_regions_full & co. for move
6462         Move linux_find_memory_regions_full & co.
6463         gdbserver build-id attribute generator
6464         Validate symbol file using build-id
6465
6466 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6467             Jan Kratochvil  <jan.kratochvil@redhat.com>
6468
6469         Validate symbol file using build-id.
6470         * NEWS (Changes since GDB 7.10): Add 'set validate-build-id'
6471         and 'show validate-build-id'.  Add build-id attribute.
6472         * solib-darwin.c (_initialize_darwin_solib): Assign validate value.
6473         * solib-dsbt.c (_initialize_dsbt_solib): Ditto.
6474         * solib-frv.c (_initialize_frv_solib): Ditto.
6475         * solib-spu.c (set_spu_solib_ops): Ditto.
6476         * solib-svr4.c: Include rsp-low.h.
6477         (NOTE_GNU_BUILD_ID_NAME): New define.
6478         (svr4_validate): New function.
6479         (svr4_copy_library_list): Duplicate field build_id.
6480         (library_list_start_library): Parse 'build-id' attribute.
6481         (svr4_library_attributes): Add 'build-id' attribute.
6482         (_initialize_svr4_solib): Assign validate value.
6483         * solib-target.c (solib.h): Include.
6484         (_initialize_solib_target): Assign validate value.
6485         * solib.c (validate_build_id, show_validate_build_id): New.
6486         (solib_map_sections): Use ops->validate.
6487         (clear_so): Free build_id.
6488         (default_solib_validate): New function.
6489         (_initialize_solib): Add "validate-build-id".
6490         * solib.h (default_solib_validate): New declaration.
6491         * solist.h (struct so_list): New fields 'build_idsz' and 'build_id'.
6492         (target_so_ops): New field 'validate'.
6493
6494 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6495             Jan Kratochvil  <jan.kratochvil@redhat.com>
6496
6497         gdbserver build-id attribute generator.
6498         * features/library-list-svr4.dtd (library-list-svr4): New
6499         'build-id' attribute.
6500
6501 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6502             Jan Kratochvil  <jan.kratochvil@redhat.com>
6503
6504         Move linux_find_memory_regions_full & co.
6505         * linux-tdep.c (nat/linux-maps.h): Include.
6506         (gdb_regex.h): Remove the include.
6507         (enum filterflags, struct smaps_vmflags, read_mapping, decode_vmflags)
6508         (mapping_is_anonymous_p, dump_mapping_p): Moved to nat/linux-maps.c.
6509         (linux_find_memory_region_ftype): Moved typedef to nat/linux-maps.h.
6510         (linux_find_memory_regions_full): Moved definition to nat/linux-maps.c.
6511         * nat/linux-maps.c: Include ctype.h, target/target-utils.h, gdb_regex.h
6512         and target/target.h.
6513         (struct smaps_vmflags, read_mapping, decode_vmflags)
6514         (mapping_is_anonymous_p, dump_mapping_p): Move from linux-tdep.c.
6515         (linux_find_memory_regions_full): Move from linux-tdep.c.
6516         * nat/linux-maps.h (read_mapping): New declaration.
6517         (linux_find_memory_region_ftype, enum filterflags): Moved from
6518         linux-tdep.c.
6519         (linux_find_memory_regions_full): New declaration.
6520         * target.c (target/target-utils.h): Include.
6521         (read_alloc_pread_ftype): Moved typedef to target/target-utils.h.
6522         (read_alloc, read_stralloc_func_ftype, read_stralloc): Moved
6523         definitions to target/target-utils.c.
6524         * target.h (target_fileio_read_stralloc): Move it to target/target.h.
6525         * target/target-utils.c (read_alloc, read_stralloc): Move definitions
6526         from target.c.
6527         * target/target-utils.h (read_alloc_pread_ftype): New typedef.
6528         (read_alloc): New declaration.
6529         (read_stralloc_func_ftype): New typedef.
6530         (read_stralloc): New declaration.
6531         * target/target.h (target_fileio_read_stralloc): Move it from target.h.
6532
6533 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6534             Jan Kratochvil  <jan.kratochvil@redhat.com>
6535
6536         Prepare linux_find_memory_regions_full & co. for move.
6537         * linux-tdep.c (linux_find_memory_region_ftype): Comment.
6538         (linux_find_memory_regions_full): Change signature and prepare
6539         for moving to linux-maps.
6540         (linux_find_memory_regions_data): Rename field 'obfd' to 'data'.
6541         (linux_find_memory_regions_thunk): New.
6542         (linux_find_memory_regions_thunk): Use 'data' field instead of 'obfd'.
6543         (linux_find_memory_regions_gdb): New.
6544         (linux_find_memory_regions): Rename argument 'obfd' to 'func_data'.
6545         (linux_make_mappings_corefile_notes): Use
6546         linux_find_memory_regions_gdb.
6547         * target.c (read_alloc_pread_ftype): New typedef.
6548         (target_fileio_read_alloc_1_pread): New function.
6549         (read_alloc): Refactor from target_fileio_read_alloc_1.
6550         (read_stralloc_func_ftype): New typedef.
6551         (target_fileio_read_alloc_1): New implementation. Use read_alloc.
6552         (read_stralloc): Refactored from target_fileio_read_stralloc.
6553         (target_fileio_read_stralloc): New implementation, use read_stralloc.
6554
6555 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6556
6557         * Makefile.in (HFILES_NO_SRCDIR): Change gdb_regex.h to
6558         common/gdb_regex.h.
6559         (COMMON_OBS): Add gdb_regex.o.
6560         (gdb_regex.o): New.
6561         * common/common.m4 (GDB_AC_COMMON): Add gdb_use_included_regex,
6562         --without-included-regex and USE_INCLUDED_REGEX.
6563         * common/gdb_regex.c: New file from utils.c functions.
6564         * common/gdb_regex.h: Move it here from gdb_regex.h, update include
6565         file wrapping define name.
6566         * configure: Rebuilt.
6567         * configure.ac (gdb_use_included_regex, --without-included-regex)
6568         (USE_INCLUDED_REGEX): Move them to common/common.m4.
6569         * gdb_regex.h: Move it to common/gdb_regex.h.
6570         * utils.c: Remove include gdb_regex.h.
6571         (do_regfree_cleanup, make_regfree_cleanup, get_regcomp_error)
6572         (compile_rx_or_error): Move them to common/gdb_regex.c.
6573
6574 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6575             Jan Kratochvil  <jan.kratochvil@redhat.com>
6576
6577         Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
6578         * Makefile.in (HFILES_NO_SRCDIR); Add nat/linux-maps.h,
6579         common/target-utils.h.
6580         (COMMON_OBS): Add target-utils.o.
6581         (linux-maps.o, target-utils.o): New.
6582         * target/target-utils.c: New file.
6583         * target/target-utils.h: New file.
6584         * config/i386/linux.mh (NATDEPFILES): Add linux-maps.o.
6585         * config/i386/linux64.mh (NATDEPFILES): Ditto.
6586         * nat/linux-maps.c: New file.
6587         * nat/linux-maps.h: New file.
6588
6589 2015-07-15  Markus Metzger  <markus.t.metzger@intel.com>
6590             Pedro Alves <palves@redhat.com>
6591
6592         * nat/linux-btrace.c (perf_event_read): Change the type of DATA_HEAD.
6593         (perf_event_read_all): Change the type of SIZE and DATA_HEAD.
6594         (perf_event_read_bts): Change the type of SIZE and READ.
6595         (linux_enable_bts): Change the type of SIZE, PAGES, DATA_SIZE,
6596         and DATA_OFFSET.  Move DATA_SIZE declaration.  Restrict the buffer size
6597         to UINT_MAX.  Check for overflows when using DATA_HEAD from the perf
6598         mmap page.
6599         (linux_enable_pt): Change the type of PAGES and SIZE.  Restrict the
6600         buffer size to UINT_MAX.
6601         (linux_read_bts): Change the type of BUFFER_SIZE, SIZE, DATA_HEAD, and
6602         DATA_TAIL.
6603         * nat/linux-btrace.h (struct perf_event_buffer)<size, data_head>
6604         <last_head>: Change type.
6605         * common/btrace-common.h (struct btrace_dat_pt) <size>: Change type.
6606         * common/btrace-common.c (btrace_data_append): Change the type of
6607         SIZE.
6608         * btrace.c (parse_xml_raw): Change the type of SIZE.  Change oddness
6609         check.
6610
6611 2015-07-14  Simon Marchi  <simon.marchi@ericsson.com>
6612
6613         * gdbtypes.h (CHECK_TYPEDEF): Remove.
6614         * aarch64-tdep.c (aarch64_return_in_memory): Replace CHECK_TYPEDEF
6615         with check_typedef.
6616         * ada-lang.c (decode_constrained_packed_array_type): Likewise.
6617         (ada_array_length): Likewise.
6618         (find_parallel_type_by_descriptive_type): Likewise.
6619         (ada_check_typedef): Likewise.
6620         * arm-tdep.c (arm_return_in_memory): Likewise.
6621         * ax-gdb.c (gen_trace_static_fields): Likewise.
6622         (gen_struct_ref_recursive): Likewise.
6623         * c-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
6624         (variable: block COLONCOLON name): Likewise.
6625         (qualified_name: TYPENAME COLONCOLON name): Likewise.
6626         * c-lang.c (classify_type): Likewise.
6627         * c-typeprint.c (c_print_type): Likewise.
6628         (c_print_typedef): Likewise.
6629         (c_type_print_base): Likewise.
6630         * c-valprint.c (c_val_print): Likewise.
6631         * compile/compile-c-types.c (convert_type): Likewise.
6632         * compile/compile-object-load.c (get_out_value_type): Likewise.
6633         * completer.c (add_struct_fields): Likewise.
6634         (expression_completer): Likewise.
6635         * cp-namespace.c (cp_find_type_baseclass_by_name): Likewise.
6636         (cp_lookup_nested_symbol_1): Likewise.
6637         (cp_lookup_nested_symbol): Likewise.
6638         * cp-valprint.c (cp_print_value_fields): Likewise.
6639         (cp_print_static_field): Likewise.
6640         * d-valprint.c (d_val_print): Likewise.
6641         * eval.c (evaluate_subexp_standard): Likewise.
6642         (evaluate_subexp_for_sizeof): Likewise.
6643         * f-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
6644         * f-typeprint.c (f_type_print_base): Likewise.
6645         * f-valprint.c (f_val_print): Likewise.
6646         * gdbtypes.c (get_discrete_bounds): Likewise.
6647         (create_array_type_with_stride): Likewise.
6648         (type_name_no_tag_or_error): Likewise.
6649         (lookup_struct_elt_type): Likewise.
6650         (get_unsigned_type_max): Likewise.
6651         (internal_type_vptr_fieldno): Likewise.
6652         (set_type_vptr_fieldno): Likewise.
6653         (internal_type_vptr_basetype): Likewise.
6654         (set_type_vptr_basetype): Likewise.
6655         (get_vptr_fieldno): Likewise.
6656         (is_integral_type): Likewise.
6657         (is_scalar_type): Likewise.
6658         (is_scalar_type_recursive): Likewise.
6659         (distance_to_ancestor): Likewise.
6660         (is_unique_ancestor_worker): Likewise.
6661         (check_types_equal): Likewise.
6662         * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise.
6663
6664 2015-07-14  Iain Buclaw  <ibuclaw@gdcproject.org>
6665
6666         * dwarf2read.c (find_slot_in_mapped_hash): Extend language support to
6667         also test for language_d.
6668         (dwarf2_compute_name): Likewise.
6669         (read_func_scope): Likewise.
6670         (read_structure_type): Likewise.
6671         (new_symbol_full): Likewise.
6672         (determine_prefix): Likewise.
6673         (read_import_statement): Use dot as the separator for language_d.
6674         (typename_concat): Likewise, but don't prefix the D main function.
6675
6676 2015-07-14  Peter Bergner  <bergner@vnet.ibm.com>
6677
6678         * nat/linux-namespaces.c (setns): Rename from this ...
6679         (do_setns): ... to this.  Support calling setns if it exists.
6680         (mnsh_handle_setns): Call do_setns.
6681
6682 2015-07-13  Yao Qi  <yao.qi@linaro.org>
6683
6684         * exec.c (exec_file_attach): Add period at the end of error
6685         message.
6686
6687 2015-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
6688
6689         * tui/tui-win.c (window_name_completer): New function.
6690         (focus_completer): Call window_name_completer.  All old content
6691         moved into window_name_completer.
6692         (winheight_completer): New function.
6693         (_initialize_tui_win): Rename variable.  Add completer to
6694         winheight command.  Update doc string on winheight.
6695
6696 2015-07-12  Sandra Loosemore  <sandra@codesourcery.com>
6697
6698         * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Register
6699         all nios2 mach variants.
6700
6701 2015-07-10  Kevin Buettner  <kevinb@redhat.com>
6702
6703         * rx-tdep.c (rx_get_opcode_byte): Use target_read_code instead
6704         of target_read_memory.
6705
6706 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
6707
6708         * tui/tui-win.c (tui_set_win_height): Use a cleanup to free the
6709         string copy.
6710         (parse_scrolling_args): Likewise.
6711
6712 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
6713
6714         * tui/tui-win.c (focus_completer): Don't duplicate the tui window
6715         names in this function.
6716
6717 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
6718
6719         * tui/tui-data.h (SRC_NAME): Convert to lower case.
6720         (CMD_NAME): Likewise.
6721         (DATA_NAME): Likewise.
6722         (DISASSEM_NAME): Likewise.
6723         * tui/tui-win.c (tui_set_focus): Window names are now lower case.
6724         (tui_set_win_height): Likewise.
6725         (parse_scrolling_args): Likewise.
6726
6727 2015-07-10  Markus Metzger  <markus.t.metzger@intel.com>
6728
6729         * record-btrace.c (record_btrace_goto_begin)
6730         (record_btrace_goto_end, record_btrace_goto): Move call to
6731         print_stack_frame ...
6732         (record_btrace_set_replay): ... here.  Set stop_pc.
6733         * record-full.c (record_full_goto_entry): Set stop_pc.
6734
6735 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6736
6737         * NEWS: Mention support for tracepoints on aarch64-linux.
6738
6739 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6740
6741         * linux-aarch64-low.c (aarch64_supports_tracepoints): New
6742         function.  Return 1.
6743         (the_low_target): Install it.
6744
6745 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6746
6747         * gdb.trace/backtrace.exp: Set registers for aarch64 target.
6748         * gdb.trace/collection.exp: Likewise.
6749         * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6750         * gdb.trace/mi-trace-unavailable.exp: Likewise.
6751         * gdb.trace/report.exp: Likewise.
6752         * gdb.trace/trace-break.exp: Likewise.
6753         * gdb.trace/unavailable.exp: Likewise.
6754         * gdb.trace/while-dyn.exp: Likewise.
6755
6756 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6757
6758         * aarch64-tdep.c: Add ax.h and ax-gdb.h includes.
6759         (aarch64_gen_return_address): New function.
6760         (aarch64_gdbarch_init): Hook it.
6761
6762 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6763
6764         * aarch64-tdep.c (aarch64_make_stub_cache): Set available_p and
6765         swallow NOT_AVAILABLE_ERROR.
6766         (aarch64_stub_this_id): Call frame_id_build_unavailable_stack if
6767         available_p is not set.
6768         (aarch64_stub_frame_unwind_stop_reason): New function.
6769         (aarch64_stub_unwind): Install it.
6770
6771 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6772
6773         * aarch64-tdep.c (aarch64_prologue_cache) <available_p>: New
6774         field.
6775         (aarch64_make_prologue_cache_1): New function, factored out from
6776         aarch64_make_prologue_cache.  Do not allocate cache.  Set
6777         available_p.
6778         (aarch64_make_prologue_cache): Reimplement wrapping
6779         aarch64_make_prologue_cache_1, and swallowing
6780         NOT_AVAILABLE_ERROR.
6781         (aarch64_prologue_frame_unwind_stop_reason): New function.
6782         Return UNWIND_UNAVAILABLE if available_p is not set.
6783         (aarch64_prologue_unwind): Install it.
6784         (aarch64_prologue_this_id): Move prev_pc and prev_sp limit
6785         checks into aarch64_prologue_frame_unwind_stop_reason.  Call
6786         frame_id_build_unavailable_stack if available_p is not set.
6787
6788 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6789
6790         * aarch64-tdep.c (aarch64_prologue_cache) <func, prev_pc>: New
6791         fields.
6792         (aarch64_scan_prologue): Set prev_pc.
6793         (aarch64_make_prologue_cache): Set func.
6794         (aarch64_make_stub_cache): Set prev_pc.
6795         (aarch64_prologue_this_id): Remove local variables id, pc and
6796         func.  Read prev_pc and func from cache.
6797         (aarch64_stub_this_id): Read prev_pc from cache.
6798
6799 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6800
6801         * aarch64-tdep.c (aarch64_make_stub_cache): Update comment.  New
6802         argument this_cache.  Remove unused local variables reg and
6803         unwound_fp.  Return early if this_cache is already set.  Set
6804         this_cache.
6805         (aarch64_stub_this_id): Update call to aarch64_make_stub_cache.
6806
6807 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6808
6809         * aarch64-tdep.c (aarch64_make_prologue_cache): Update comment.
6810         New argument this_cache.  Return early if this_cache is already
6811         set.  Set this_cache.
6812         (aarch64_prologue_this_id): Update call to
6813         aarch64_make_prologue_cache.
6814         (aarch64_prologue_prev_register): Likewise.
6815         (aarch64_normal_frame_base): Likewise.
6816
6817 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6818
6819         * c-valprint.c (c_val_print): Factor out memberptr printing code
6820         from c_val_print to ...
6821         (c_val_print_memberptr): ... this new function.
6822
6823 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6824
6825         * c-valprint.c (c_val_print): Factor out int printing code to ...
6826         (c_val_print_int): ... this new function.
6827
6828 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6829
6830         * c-valprint.c (c_val_print): Factor out struct and union
6831         printing code to ...
6832         (c_val_print_struct): ... this new function ...
6833         (c_val_print_union): ... and this new function.
6834
6835 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6836
6837         * c-valprint.c (c_val_print): Factor out pointer printing code
6838         to ...
6839         (c_val_print_ptr): ... this new function.
6840
6841 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6842
6843         * c-valprint.c (c_valprint): Factor our array printing code from
6844         c_val_print to ...
6845         (c_val_print_array): ... this new function.
6846
6847 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6848
6849         * c-valprint.c (c_val_print): Factor out pointer printing code
6850         to ...
6851         (print_unpacked_pointer): ... this new function.
6852
6853 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6854
6855         * c-valprint.c (c_val_print): Remove an assignment to i and move
6856         its declaration.
6857
6858 2015-07-09  Yao Qi  <yao.qi@linaro.org>
6859
6860         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Add
6861         argument ptid.  Update comments.  Caller update.
6862
6863 2015-07-09  Markus Metzger  <markus.t.metzger@intel.com>
6864
6865         * btrace.c (pt_print_packet): Print stop, vmcs, tma, mtc, cyc, and
6866         mnt packets.
6867
6868 2015-07-09  Markus Metzger  <markus.t.metzger@intel.com>
6869
6870         * btrace.c (btrace_pt_readmem_callback): Change type of PC argument.
6871
6872 2015-07-08  Simon Marchi  <simon.marchi@ericsson.com>
6873
6874         * progspace.c (delete_program_space): Add missing spaces.
6875
6876 2015-07-08  Simon Marchi  <simon.marchi@ericsson.com>
6877
6878         * inferior.c (delete_inferior_1): Rename to ...
6879         (delete_inferior): ..., remove 'silent' parameter, delete
6880         program space when unused and remove call to prune_program_spaces.
6881         Remove the old, unused, delete_inferior.
6882         (delete_inferior_silent): Remove.
6883         (prune_inferiors): Change call from delete_inferior_1 to
6884         delete_inferior and remove 'silent' parameter. Remove call to
6885         prune_program_spaces.
6886         (remove_inferior_command): Idem.
6887         * inferior.h (delete_inferior_1): Rename to...
6888         (delete_inferior): ..., remove 'silent' parameter and remove the
6889         original delete_inferior.
6890         (delete_inferior_silent): Remove.
6891         * mi/mi-main.c (mi_cmd_remove_inferior): Change call from
6892         delete_inferior_1 to delete_inferior and remove 'silent'
6893         parameter.
6894         * progspace.c (prune_program_spaces): Remove.
6895         (pspace_empty_p): Rename to...
6896         (program_space_empty_p): ... and make non-static.
6897         (delete_program_space): New.
6898         * progspace.h (prune_program_spaces): Remove declaration.
6899         (program_space_empty_p): New declaration.
6900         (delete_program_space): New declaration.
6901         * monitor.c (monitor_close): Replace call to
6902         delete_thread_silent and delete_inferior_silent with
6903         discard_all_inferiors.
6904
6905 2015-07-08  Patrick Palka  <patrick@parcs.ath.cx>
6906
6907         * defs.h (deprecated_register_changed_hook): Remove prototype.
6908         * interps.c (clear_iterpreter_hooks): Remove reference to
6909         deprecated_register_changed_hook.
6910         * top.c (deprecated_register_changed_hook): Remove prototype.
6911         * valops.c (value_assign): Remove reference to
6912         deprecated_register_changed_hook.
6913         * tui/tui-hooks.c (tui_register_changed): Add parameter "frame".
6914         Add comment documenting the function.
6915         (tui_register_changed_observer): Define.
6916         (tui_install_hooks): Remove reference to
6917         deprecated_register_changed_hook.  Set
6918         tui_register_changed_observer.
6919         (tui_remove_hooks): Remove reference to
6920         deprecated_register_changed_hook.  Unset
6921         tui_register_changed_observer.
6922
6923 2015-07-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
6924
6925         PR compile/18484
6926         * compile/compile-c-types.c (insert_type): Change gdb_assert to error.
6927
6928 2015-07-08  Robert O'Callahan  <robert@ocallahan.org>
6929
6930         PR exp/18617
6931         * ax-gdb.c (gen_conversion): Extend to 'to' bits, not 'from'.
6932
6933 2015-07-08  Markus Metzger  <markus.t.metzger@intel.com>
6934
6935         * MAINTAINERS (Write After Approval): Add Markus T. Metzger.
6936
6937 2015-07-08  Markus Metzger  <markus.t.metzger@intel.com>
6938
6939         * nat/linux-btrace.c (kernel_supports_bts, kernel_supports_pt):
6940         Use safe_strerror() instead of strerror().
6941
6942 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6943
6944         * features/arm-with-m-fpa-layout.xml: Set architecture to arm.
6945         * features/arm-with-m-fpa-layout.c: Regenerated.
6946         * features/arm-with-m-vfp-d16.xml: Likewise.
6947         * features/arm-with-m-vfp-d16.c: Regenerated.
6948         * features/arm-with-m.xml: Likewise.
6949         * features/arm-with-m.c: Regenerated.
6950         * features/arm-with-neon.xml: Likewise.
6951         * features/arm-with-neon.c: Regenerated.
6952         * features/arm-with-vfpv2.xml: Likewise.
6953         * features/arm-with-vfpv2.c: Regenerated.
6954         * features/arm-with-vfpv3.xml: Likewise.
6955         * features/arm-with-vfpv3.c: Regenerated.
6956
6957 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6958
6959         * aarch32-linux-nat.h (VFP_REGS_SIZE): New macro, moved from
6960         arm-linux-nat.c.
6961         * aarch64-linux-nat.c: Include aarch32-linux-nat.h and
6962         elf/external.h.
6963         (fetch_gregs_from_thread): Call aarch32_gp_regcache_supply
6964         if target is 32-bit.
6965         (store_gregs_to_thread): Call aarch32_gp_regcache_collect
6966         if target is 32-bit.
6967         (fetch_fpregs_from_thread): Call aarch32_vfp_regcache_supply
6968         if target is 32-bit.
6969         (store_fpregs_to_thread): Call aarch32_vfp_regcache_collect
6970         if target is 32-bit.
6971         (tdesc_arm_with_vfpv3, tdesc_arm_with_neon): Declare.
6972         (aarch64_linux_read_description): Return the right target
6973         description.
6974         * arm-linux-nat.c (VFP_REGS_SIZE): Moved to aarch32-linux-nat.h.
6975         * config/aarch64/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
6976         * configure.tgt (aarch64*-*-linux*): Add arm-tdep.o and
6977         arm-linux-tdep.o.
6978
6979 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6980
6981         * aarch32-linux-nat.c: New file.
6982         * aarch32-linux-nat.h: New file.
6983         * arm-linux-nat.c: Include aarch32-linux-nat.h.
6984         (fetch_regs): Move code to aarch32-linux-nat.c.  Call
6985         aarch32_gp_regcache_supply.
6986         (store_regs): Move code to aarch32-linux-nat.c.  Call
6987         aarch32_gp_regcache_collect.
6988         (fetch_vfp_regs): Move code to aarch32-linux-nat.c.  Call
6989         aarch32_vfp_regcache_supply.
6990         (store_vfp_regs): Move code to aarch32-linux-nat.c.  Call
6991         aarch32_vfp_regcache_collect.
6992         * config/arm/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
6993
6994 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6995
6996         * arm-linux-nat.c (store_fpregister): Remove.
6997         (store_register): Likewise.
6998         (fetch_fpregister): Likewise.
6999         (fetch_register): Likewise.
7000         (arm_linux_store_inferior_registers): Call store_regs and
7001         store_fpregs instead.
7002         (arm_linux_fetch_inferior_registers): Call fetch_fpregs and
7003         fetch_regs instead.
7004
7005 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
7006
7007         * doc/gdb.texinfo (TUI): Restructure documentation on TUI layout
7008         and focus commands.
7009
7010 2015-07-06  Joel Brobecker  <brobecker@adacore.com>
7011
7012         * NEWS: Create a new section for the next release branch.
7013         Rename the section of the current branch, now that it has
7014         been cut.
7015
7016 2015-07-06  Joel Brobecker  <brobecker@adacore.com>
7017
7018         GDB 7.10 branch created (66c4b3e8a628a207bc6aafef6af0c4128195f56e):
7019         * version.in: Bump version to 7.10.50.DATE-cvs.
7020
7021 2015-07-06  Luis Machado  <lgustavo@codesourcery.com>
7022
7023         * breakpoint.c (remove_breakpoint_1): Don't handle permanent
7024         breakpoints in a special way.
7025         (remove_breakpoint): Likewise.
7026         (mark_breakpoints_out): Likewise.
7027
7028 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
7029
7030         * doc/gdb.texinfo (TUI): Add comma after @xref.
7031
7032 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
7033
7034         * tui/tui-win.c (tui_set_focus): Use structure member 'generic'
7035         instead of casting the structure type.
7036
7037 2015-07-06  Simon Marchi  <simon.marchi@ericsson.com>
7038
7039         * valops.c (search_struct_field): Remove OFFSET parameter.
7040         (value_cast_structs): Adjust calls to search_struct_field.
7041         (value_struct_elt): Same.
7042         (find_overload_match): Same.
7043
7044 2015-07-06  Simon Marchi  <simon.marchi@ericsson.com>
7045
7046         * value.c (value_fetch_lazy): Update comment, change return
7047         value to void.
7048         * value.h (value_fetch_lazy): Change return value to void.
7049
7050 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
7051
7052         * tui/tui-data.c (tui_partial_win_by_name): Window name is const.
7053         (tui_win_name): Make parameter and result const.
7054         * tui/tui-data.h (tui_win_name): Make parameter and result const.
7055
7056 2015-07-06  Patrick Palka  <patrick@parcs.ath.cx>
7057
7058         * i386-tdep.c (i386_mpx_info_bounds): Don't call error, instead
7059         use printf_unfiltered.
7060         (set_mpx_cmd): Add missing trailing space to command string
7061         literal.
7062         (_initialize_i386_tdep): Give the "mpx" prefix command its
7063         correct name.
7064
7065 2015-07-02  Kevin Buettner  <kevinb@redhat.com>
7066
7067         * rx-tdep.c (RX_USP_REGNUM, RX_BPC_REGNUM): New constants.
7068         (enum rx_frame_type): New.
7069         (struct rx_prologue): Add new field `frame_type'.
7070         (rx_analyze_prologue): Add `frame_type' parameter. Cache this
7071         parameter in the prologue struct.  Add code for recording
7072         locations of PC and PSW for fast interrupt and exception frames.
7073         (rx_skip_prologue): Adjust call to rx_analyze_prologue.
7074         (rx_analyze_frame_prologue): Add `frame_type' parameter.
7075         (rx_frame_type): New function.
7076         (rx_frame_base): Fetch frame type and pass it to rx_analyze_prologue.
7077         (rx_frame_this_id): Rename parameter `this_prologue_cache' to
7078         `this_cache'.
7079         (rx_frame_prev_register): Rename parameter `this_prologue_cache' to
7080         `this_cache'.  Add cases for RX_FRAME_TYPE_EXCEPTION and
7081         RX_FRAME_TYPE_FAST_INTERRUPT.
7082         (normal_frame_p, exception_frame_p, rx_frame_sniffer_common)
7083         (rx_frame_sniffer, rx_exception_sniffer): New functions.
7084         (rx_frame_unwind): Use rx_frame_sniffer instead of
7085         default_frame_sniffer.
7086         (rx_frame_unwind): New unwinder.
7087         (rx_gdbarch_init): Register new unwinder.
7088
7089 2015-07-02  Kevin Buettner  <kevinb@redhat.com>
7090
7091         * rx-tdep.c (RX_BPSW_REGNUM, RX_FPSW_REGNUM): New constants.
7092         (struct gdbarch_tdep): Add fields rx_psw_type and rx_fpsw_type.
7093         (rx_register_type): Add cases for RX_PSW_REGNUM, RX_BPSW_REGNUM,
7094         and RX_FPSW_REGNUM.
7095         (rx_gdbarch_init): Initialize PSW, BPSW, and FPSW flags types.
7096
7097 2015-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7098
7099         Fix GCC false warning.
7100         * s390-linux-tdep.c (s390_handle_arg): Initialize VAL.
7101
7102 2015-07-02  Yao Qi  <yao.qi@linaro.org>
7103
7104         * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Fix
7105         typo in the debugging message.
7106
7107 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
7108
7109         * btrace.c: Include gdbcmd.h, cli/cli-utils.h, and ctype.h.
7110         (maint_btrace_cmdlist, maint_btrace_set_cmdlist)
7111         (maint_btrace_show_cmdlist, maint_btrace_pt_set_cmdlist)
7112         (maint_btrace_pt_show_cmdlist, maint_btrace_pt_skip_pad)
7113         (btrace_maint_clear): New.
7114         (btrace_fetch, btrace_clear): Call btrace_maint_clear.
7115         (pt_print_packet, btrace_maint_decode_pt)
7116         (btrace_maint_update_pt_packets, btrace_maint_update_packets)
7117         (btrace_maint_print_packets, get_uint, get_context_size, no_chunk)
7118         (maint_btrace_packet_history_cmd)
7119         (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
7120         (maint_btrace_cmd, maint_btrace_set_cmd, maint_btrace_show_cmd)
7121         (maint_btrace_pt_set_cmd, maint_btrace_pt_show_cmd)
7122         (maint_info_btrace_cmd, _initialize_btrace): New.
7123         * btrace.h (btrace_pt_packet, btrace_pt_packet_s)
7124         (btrace_maint_packet_history, btrace_maint_info): New.
7125         (btrace_thread_info) <maint>: New.
7126         * NEWS: Announce it.
7127
7128 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
7129
7130         * btrace.c (btrace_fetch): Append the new trace data.
7131         (btrace_clear): Clear the stored trace data.
7132         * btrace.h (btrace_thread_info) <data>: New.
7133         * common/btrace-common.h (btrace_data_clear)
7134         (btrace_data_append): New.
7135         * common/btrace-common.c (btrace_data_clear)
7136         (btrace_data_append): New.
7137
7138 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
7139
7140         * nat/linux-btrace.c (linux_enable_bts): Check for
7141         PERF_ATTR_SIZE_VER5.
7142         Check for data_offset and data_size fields.  Use them.
7143
7144 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
7145
7146         * NEWS: Announce new commands "record btrace pt" and "record pt".
7147         Announce new options "set|show record btrace pt buffer-size".
7148         * btrace.c: Include "rsp-low.h".
7149         Include "inttypes.h".
7150         (btrace_add_pc): Add forward declaration.
7151         (pt_reclassify_insn, ftrace_add_pt, btrace_pt_readmem_callback)
7152         (pt_translate_cpu_vendor, btrace_finalize_ftrace_pt)
7153         (btrace_compute_ftrace_pt): New.
7154         (btrace_compute_ftrace): Support BTRACE_FORMAT_PT.
7155         (check_xml_btrace_version): Update version check.
7156         (parse_xml_raw, parse_xml_btrace_pt_config_cpu)
7157         (parse_xml_btrace_pt_raw, parse_xml_btrace_pt)
7158         (btrace_pt_config_cpu_attributes, btrace_pt_config_children)
7159         (btrace_pt_children): New.
7160         (btrace_children): Add support for "pt".
7161         (parse_xml_btrace_conf_pt, btrace_conf_pt_attributes): New.
7162         (btrace_conf_children): Add support for "pt".
7163         * btrace.h: Include "intel-pt.h".
7164         (btrace_pt_error): New.
7165         * common/btrace-common.c (btrace_format_string, btrace_data_fini)
7166         (btrace_data_empty): Support BTRACE_FORMAT_PT.
7167         * common/btrace-common.h (btrace_format): Add BTRACE_FORMAT_PT.
7168         (struct btrace_config_pt): New.
7169         (struct btrace_config)<pt>: New.
7170         (struct btrace_data_pt_config, struct btrace_data_pt): New.
7171         (struct btrace_data)<pt>: New.
7172         * features/btrace-conf.dtd (btrace-conf)<pt>: New.
7173         (pt): New.
7174         * features/btrace.dtd (btrace)<pt>: New.
7175         (pt, pt-config, cpu): New.
7176         * nat/linux-btrace.c (perf_event_read, perf_event_read_all)
7177         (perf_event_pt_event_type, kernel_supports_pt)
7178         (linux_supports_pt): New.
7179         (linux_supports_btrace): Support BTRACE_FORMAT_PT.
7180         (linux_enable_bts): Free tinfo on error.
7181         (linux_enable_pt): New.
7182         (linux_enable_btrace): Support BTRACE_FORMAT_PT.
7183         (linux_disable_pt): New.
7184         (linux_disable_btrace): Support BTRACE_FORMAT_PT.
7185         (linux_fill_btrace_pt_config, linux_read_pt): New.
7186         (linux_read_btrace): Support BTRACE_FORMAT_PT.
7187         * nat/linux-btrace.h (struct btrace_tinfo_pt): New.
7188         (struct btrace_target_info)<pt>: New.
7189         * record-btrace.c (set_record_btrace_pt_cmdlist)
7190         (show_record_btrace_pt_cmdlist): New.
7191         (record_btrace_print_pt_conf): New.
7192         (record_btrace_print_conf): Support BTRACE_FORMAT_PT.
7193         (btrace_ui_out_decode_error): Support BTRACE_FORMAT_PT.
7194         (cmd_record_btrace_pt_start): New.
7195         (cmd_record_btrace_start): Support BTRACE_FORMAT_PT.
7196         (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): New.
7197         (_initialize_record_btrace): Add new commands.
7198         * remote.c (PACKET_Qbtrace_pt, PACKET_Qbtrace_conf_pt_size): New.
7199         (remote_protocol_features): Add "Qbtrace:pt".
7200         Add "Qbtrace-conf:pt:size".
7201         (remote_supports_btrace): Support BTRACE_FORMAT_PT.
7202         (btrace_sync_conf): Support PACKET_Qbtrace_conf_pt_size.
7203         (remote_enable_btrace): Support BTRACE_FORMAT_PT.
7204         (_initialize_remote): Add new commands.
7205
7206 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
7207
7208         * configure.ac: check for libipt
7209         * configure: Regenerate.
7210         * config.in: Regenerate.
7211         * Makefile.in (LIBIPT): New.
7212         (CLIBS): Add $LIBIPT.
7213         * NEWS: document new configure options
7214
7215 2015-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7216
7217         * compile/compile-object-load.c (compile_object_load): Replace debug
7218         message "lookup undefined ELF symbol" by 3 more specific messages.
7219
7220 2015-07-01  Kevin Buettner  <kevinb@redhat.com>
7221
7222         * rl78-tdep.c (struct gdbarch_tdep): Add new field, rl78_psw_type.
7223         (rl78_register_type): Add case for RL78_PSW_REGNUM.
7224         (rl78_gdbarch_init): Initialize rl78_psw_type.
7225
7226 2015-07-01  Patrick Palka  <patrick@parcs.ath.cx>
7227
7228         * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
7229         Update commentary.  Always refresh the registers when frame
7230         information has changed.
7231         * tui/tui-stack.c (tui_show_frame_info): Update commentary.
7232         Change return type to int.  Return 1 if frame information has
7233         changed, 0 otherwise.
7234         (tui_before_prompt): Update commentary.
7235         * tui/tui-stack.h (tui_show_frame_info): Change return type to
7236         int.
7237
7238 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
7239
7240         PR tui/13378
7241         * frame.c (select_frame): Remove reference to
7242         deprecated_selected_frame_level_changed_hook.
7243         * frame.h (deprecated_selected_frame_level_changed_hook): Remove
7244         declaration.
7245         * stack.c (deprecated_selected_frame_level_changed_hook):
7246         Likewise.
7247         * tui/tui-hooks.c (tui_selected_frame_level_changed_hook):
7248         Rename to ...
7249         (tui_refresh_frame_and_register_information): ... this.  Bail
7250         out if there is no stack.  Don't update register information
7251         unless registers_too_p is true.
7252         (tui_print_frame_info_listing_hook): Rename to ...
7253         (tui_dummy_print_frame_info_listing_hook): ... this.
7254         (tui_before_prompt): New function.
7255         (tui_normal_stop): New function.
7256         (tui_before_prompt_observer): New observer.
7257         (tui_normal_stop_observer): New observer.
7258         (tui_install_hooks): Set
7259         deprecated_print_frame_info_listing_hook to
7260         tui_dummy_print_frame_info_listing_hook.  Register
7261         tui_before_prompt_observer to call tui_before_prompt and
7262         tui_normal_stop_observer to call tui_normal_stop.  Remove
7263         reference to deprecated_selected_frame_level_changed_hook.
7264         (tui_remove_hooks): Detach and unset tui_before_prompt_observer
7265         and tui_normal_stop_observer.  Remove reference to
7266         deprecated_selected_frame_level_changed_hook.
7267
7268 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
7269
7270         PR tui/13378
7271         * tui/tui-stack.c (tui_set_locator_info): Change prototype to
7272         return an int instead of void.  Return whether the locator
7273         window has changed.
7274         (tui_show_frame_info): If the locator info has not changed, then
7275         bail out early to avoid refreshing the windows.
7276
7277 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
7278
7279         * tui/tui-stack.c (tui_set_locator_info): Explicitly pass
7280         LOCATOR_WIN to tui_alloc_content.
7281
7282 2015-06-30  Yao Qi  <yao.qi@linaro.org>
7283
7284         PR tdep/18605
7285         * arm-tdep.c (arm_get_next_pc_raw): Break for media
7286         instructions.
7287
7288 2015-06-29  Kevin Buettner  <kevinb@redhat.com>
7289
7290         * rx-tdep.c (RX_PSW_REGNUM): New enum constant.
7291         (rx_dwarf_reg_to_regnum): New function.
7292         (rx_gdbarch_init): Register rx_dwarf_reg_to_regnum.  Use dwarf2
7293         unwinding.
7294
7295 2015-06-29  Pedro Alves  <palves@redhat.com>
7296
7297         PR threads/18127
7298         * infcall.c (run_inferior_call): On infcall success, if the thread
7299         was marked stopped before, reset it back to stopped.
7300         * infrun.c (resume): Don't suppress the set_running calls when
7301         doing an infcall.
7302         (normal_stop): Only discard the finish_thread_state cleanup if the
7303         infcall succeeded.
7304
7305 2015-06-29  Pierre Langlois  <pierre.langlois@arm.com>
7306
7307         * MAINTAINERS (Write After Approval): Update my email address.
7308
7309 2015-06-26  Keith Seitz  <keiths@redhat.com>
7310             Doug Evans  <dje@google.com>
7311
7312         PR 16253
7313         * block.c (block_lookup_symbol): For non-function blocks,
7314         continue to search for a symbol with an exact domain match
7315         Otherwise, return any previously found "best domain" symbol.
7316         (block_lookup_symbol_primary): Likewise.
7317
7318 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
7319
7320         * NEWS: Mention the new option "history remove-duplicates".
7321         * top.c (history_remove_duplicates): New static variable.
7322         (show_history_remove_duplicates): New static function.
7323         (gdb_add_history): Conditionally remove duplicate history
7324         entries.
7325         (init_main): Add "history remove-duplicates" option.
7326
7327 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
7328
7329         * tui/tui-win.c (focus_completer): New static function.
7330         (_initialize_tui_win): Set the completion function of the
7331         "focus" command to focus_completer.
7332
7333 2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
7334
7335         * linespec.c (minsym_found): Reset sal.PC for COMPUNIT_LOCATIONS_VALID
7336         and language_asm..
7337         * symtab.c (find_function_start_sal): Likewise.
7338
7339 2015-06-25  Gary Benson  <gbenson@redhat.com>
7340
7341         * solib.c (solib_find_1): Set local variable sysroot to NULL if
7342         it is the empty string after trailing slashes have been stripped.
7343
7344 2015-06-25  Gary Benson  <gbenson@redhat.com>
7345
7346         * exec.c (exec_file_locate_attach): Remove gdb_sysroot NULL check.
7347         * infrun.c (follow_exec): Likewise.
7348         * remote.c (remote_filesystem_is_local): Likewise.
7349         * solib.c (solib_find_1): Likewise.
7350
7351 2015-06-24  Keith Seitz  <keiths@redhat.com>
7352
7353         * build-id.c (build_id_to_debug_bfd): Add cleanup to free
7354         return value from lrealpath.
7355
7356 2015-06-24  Mike Frysinger  <vapier@gentoo.org>
7357
7358         * remote-sim.c (gdbsim_open): Move sysroot update to the top.
7359
7360 2015-06-24  Mike Frysinger  <vapier@gentoo.org>
7361
7362         * remote-sim.c: Include gdb_bfd.h.
7363         (gdbsim_open): Declare new local sysroot pointing to gdb_sysroot.
7364         Skip TARGET_SYSROOT_PREFIX in gdb_sysroot when it is active.
7365
7366 2015-06-24  Yao Qi  <yao.qi@linaro.org>
7367
7368         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't call
7369         set_gdbarch_get_siginfo_type.
7370         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
7371         * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
7372         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
7373         * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
7374         * ppc-linux-tdep.c (ppc_linux_init_abi): Likewise.
7375         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
7376         * tilegx-linux-tdep.c (tilegx_linux_init_abi): Likewise.
7377         * linux-tdep.c (linux_get_siginfo_type): Change it to static.
7378         (linux_init_abi): Call set_gdbarch_get_siginfo_type.
7379         * linux-tdep.h (linux_get_siginfo_type): Remove the declaration.
7380
7381 2015-06-24  Gary Benson  <gbenson@redhat.com>
7382
7383         * common/buffer.c (stdint.h): Do not include.
7384         * common/print-utils.c (stdint.h): Likewise.
7385         * compile/compile-c-symbols.c (gdb_assert.h): Likewise.
7386         * compile/compile-c-types.c (gdb_assert.h): Likewise.
7387         * ft32-tdep.c (gdb_assert.h): Likewise.
7388         * guile/scm-utils.c (stdint.h): Likewise.
7389         * i386-linux-tdep.c (stdint.h): Likewise.
7390         * i386-tdep.c (stdint.h): Likewise.
7391         * nat/linux-btrace.c (stdint.h): Likewise.
7392         * nat/linux-btrace.h (stdint.h): Likewise.
7393         * nat/linux-ptrace.c (stdint.h): Likewise.
7394         * nat/mips-linux-watch.h (stdint.h): Likewise.
7395         * ppc-linux-nat.c (stdint.h): Likewise.
7396         * python/python-internal.h (stdint.h): Likewise.
7397         * stub-termcap.c (stdlib.h): Likewise.
7398         * target/target.h (stdint.h): Likewise.
7399         * xtensa-linux-nat.c (stdint.h): Likewise.
7400
7401 2015-06-23  Patrick Palka  <patrick@parcs.ath.cx>
7402
7403         * top.c (init_history): Look at errno after calling strtol to
7404         properly map large GDBHISTSIZE values to infinity.
7405
7406 2015-06-23  Doug Evans  <dje@google.com>
7407
7408         * inferior.h (struct inferior_suspend_state): Delete, unused.
7409         All references deleted.
7410
7411 2015-06-23  Mike Frysinger  <vapier@gentoo.org>
7412
7413         * microblaze-tdep.c (microblaze_push_dummy_code): Delete.
7414         (microblaze_push_dummy_call): Likewise.
7415         (microblaze_gdbarch_init): Delete calls to set_gdbarch_push_dummy_code
7416         and set_gdbarch_push_dummy_call.
7417
7418 2015-06-23  Yao Qi  <yao.qi@linaro.org>
7419
7420         * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
7421         Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly.
7422         (amd64_linux_store_inferior_registers): Likewise.
7423         * arm-linux-nat.c (fetch_fpregister): Likewise.
7424         (fetch_fpregs, store_fpregister): Likewise.
7425         (store_fpregister, store_fpregs): Likewise.
7426         (fetch_register, fetch_regs): Likewise.
7427         (store_register, store_regs): Likewise.
7428         (fetch_vfp_regs, store_vfp_regs): Likewise.
7429         (arm_linux_read_description): Check have_ptrace_getregset is
7430         TRIBOOL_UNKNOWN.  Set have_ptrace_getregset to TRIBOOL_TRUE
7431         or TRIBOOL_FALSE.
7432         * i386-linux-nat.c (fetch_xstateregs): Check
7433         have_ptrace_getregset is not TRIBOOL_TRUE.
7434         (store_xstateregs): Likewise.
7435         * linux-nat.c (have_ptrace_getregset): Change its type to
7436         enum tribool.
7437         * linux-nat.h (tribool): New enum.
7438         * x86-linux-nat.c (x86_linux_read_description): Use enum tribool.
7439         Check whether have_ptrace_getregset is TRIBOOL_TRUE.
7440
7441 2015-06-19  Doug Evans  <dje@google.com>
7442
7443         * NEWS: Mention Sun's version of stabs is no longer supported.
7444         * elfread.c (free_elfinfo): Delete.  All uses updated.
7445         (elfstab_offset_sections): Delete.  All uses updated.
7446         * gdb-stabs.h (stab_section_info): Delete.  All uses updated.
7447         * psympriv.h (partial_symtab) <section_offsets>: Delete.
7448         All uses updated.
7449         * psymtab.c (start_psymtab_common): Delete arg section_offsets.
7450         All callers updated.
7451
7452 2015-06-18  Simon Marchi  <simon.marchi@ericsson.com>
7453
7454         * common/rsp-low.c (needs_escaping): New.
7455         (remote_escape_output): Add unit_size parameter. Refactor to
7456         support multi-byte addressable units.  Rename parameters.
7457         * common/rsp-low.h (remote_escape_output): Add unit_size
7458         parameter and rename others. Update doc.
7459         * remote.c (align_for_efficient_write): New.
7460         (remote_write_bytes_aux): Add unit_size parameter and use it.
7461         Rename some variables.  Update doc.
7462         (remote_xfer_partial): Get unit size and use it.
7463         (remote_read_bytes_1): Add unit_size parameter and use it.
7464         Rename some variables. Update doc.
7465         (remote_write_bytes): Same.
7466         (remote_xfer_live_readonly_partial): Same.
7467         (remote_read_bytes): Same.
7468         (remote_flash_write): Update call to remote_write_bytes_aux.
7469         (remote_write_qxfer): Update call to remote_escape_output.
7470         (remote_search_memory): Same.
7471         (remote_hostio_pwrite): Same.
7472
7473 2015-06-17  Luis Machado  <lgustavo@codesourcery.com>
7474
7475         * breakpoint.c (add_location_to_breakpoint): Don't mark permanent
7476         locations as inserted.
7477         Update and expand comment about permanent locations.
7478         (bp_loc_is_permanent): Don't return 0 for bp_call_dummy.
7479         Move comment to add_location_to_breakpoint.
7480         (update_global_location_list): Don't error out if a permanent
7481         breakpoint is not marked inserted.
7482         Don't error out if a non-permanent breakpoint location is inserted on
7483         top of a permanent breakpoint.
7484
7485 2015-06-17  Luis Machado  <lgustavo@codesourcery.com>
7486
7487         * breakpoint.c (make_breakpoint_permanent): Remove unused
7488         function.
7489         * breakpoint.h (make_breakpoint_permanent): Remove declaration.
7490
7491 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
7492
7493         PR gdb/16999
7494         * NEWS: Mention new GDBHISTSIZE behavior.
7495         * top.c (init_history): For null or out-of-range GDBHISTSIZE,
7496         set history size to unlimited.  Ignore non-numeric GDBHISTSIZE.
7497
7498 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
7499
7500         * NEWS: Mention that GDBHISTSIZE is read instead of HISTSIZE.
7501         * top.c (init_history): Read from GDBHISTSIZE instead of
7502         HISTSIZE.
7503         (init_main): Refer to GDBHISTSIZE instead of HISTSIZE.
7504
7505 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
7506
7507         * top.c (gdb_safe_append_history): Do not call
7508         history_truncate_file if the history is not stifled.
7509
7510 2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7511
7512         * syscalls/s390-linux.xml: Add syscalls 344 through 354.
7513         * syscalls/s390x-linux.xml: Likewise.
7514
7515 2015-06-16  Michael Eager  <eager@eagercon.com>
7516
7517         * nat/linux-namespaces.c (MSG_CMSG_CLOEXEC): Define if not defined.
7518
7519 2015-06-16  Patrick Palka  <patrick@parcs.ath.cx>
7520
7521         * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Call
7522         target_terminal_ours_for_output() before calling
7523         tui_show_frame_info(), and restore the original terminal
7524         settings afterwards.
7525
7526 2015-06-16  Martin Simmons  <martin@lispworks.com>  (tiny patch)
7527
7528         * arm-linux-nat.c: Include nat/linux-ptrace.h.
7529
7530 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
7531
7532         * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable
7533         memory unit size.
7534         (mi_cmd_data_write_memory_bytes): Same.
7535
7536 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
7537
7538         * corefile.c (write_memory): Update doc.
7539         * gdbcore.h (write_memory): Same.
7540
7541 2015-06-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7542
7543         * linux-tdep.c (enum filterflags): Make it from anonymous enum.
7544         (dump_mapping_p): Use it for parameter filterflags.
7545         (linux_find_memory_regions_full): Use it for variable filterflags.
7546
7547 2015-06-15  Aleksandar Ristovski  <aristovski@qnx.com
7548             Jan Kratochvil  <jan.kratochvil@redhat.com>
7549
7550         Merge multiple hex conversions.
7551         * monitor.c: Include rsp-low.h.
7552         (fromhex): Remove definition.
7553
7554 2015-06-15  Aleksandar Ristovski  <aristovski@qnx.com
7555             Jan Kratochvil  <jan.kratochvil@redhat.com>
7556
7557         Move utility functions to common/.
7558         * cli/cli-utils.c (skip_spaces, skip_spaces_const, skip_to_space_const):
7559         Move defs to common/common-utils.c.
7560         * cli/cli-utils.h (skip_spaces, skip_spaces_const, skip_to_space)
7561         (skip_to_space_const): Move decls to common/common-utils.h.
7562         * common/common-defs.h: Move include of common-types.h before
7563         common-utils.h.
7564         * common/common-utils.c: Include host-defs.h and ctype.h.
7565         (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int, strtoulst): Move
7566         from utils.c.
7567         (skip_spaces, skip_spaces_const, skip_to_space_const): Move from
7568         cli/cli-utils.c.
7569         * common/common-utils.h (strtoulst): Move decl from utils.h.
7570         (skip_spaces, skip_spaces_const, skip_to_space, skip_to_space_const):
7571         Move from cli/cli-utils.h.
7572         * common/host-defs.h: Include limits.h.
7573         (TARGET_CHAR_BIT, HOST_CHAR_BIT): Moved from defs.h.
7574         (skip_spaces, skip_spaces_const): Move decls from cli/cli-utils.h.
7575         * defs.h (TARGET_CHAR_BIT, HOST_CHAR_BIT): Move to
7576         common/common-utils.h.
7577         * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
7578         (strtoulst): Move to common/common-utils.c.
7579         * utils.h (strtoulst): Moved decl to common/common-utils.h.
7580
7581 2015-06-15  Yao Qi  <yao.qi@linaro.org>
7582
7583         * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml.
7584
7585 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
7586
7587         * build-id.c: Don't include elf-bfd.h.
7588         (build_id_bfd_get): Use bfd_build_id.
7589         (build_id_verify): Ditto.
7590         * build-id.h: Ditto.
7591         (find_separate_debug_file_by_buildid): Ditto.
7592         * python/py-objfile.c: Don't include elf-bfd.h.
7593         (objfpy_get_build_id) Use bfd_build_id.
7594         (objfpy_build_id_matches, objfpy_lookup_objfile_by_build_id): Ditto.
7595         * coffread.c: Include build-id.h.
7596         (coff_symfile_read): Try find_separate_debug_file_by_buildid.
7597
7598 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
7599
7600         * windows-nat.c (do_windows_fetch_inferior_registers)
7601         (handle_output_debug_string): Replace __COPY_CONTEXT_SIZE
7602         conditional with __CYGWIN__.
7603
7604 2015-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
7605
7606         * completer.c: Add arch-utils.h include.
7607         (enum reg_completer_targets): New enum.
7608         (reg_or_group_completer_1): New function containing old
7609         reg_or_group_completer, add and use new parameter to control what
7610         is completed on.  Use get_current_arch rather than architecture of
7611         currently selected frame.
7612         (reg_or_group_completer): Call new reg_or_group_completer_1.
7613         (reggroup_completer): Call new reg_or_group_completer_1.
7614         * completer.h (reggroup_completer): Add declaration.
7615         * tui/tui-regs.c: Add 'completer.h' include.
7616         (tui_reg_next_command): Renamed to...
7617         (tui_reg_next): ...this.  Adjust parameters and return rather than
7618         display new group.
7619         (tui_reg_prev_command): Renamed to...
7620         (tui_reg_prev): ...this.  Adjust parameters and return rather than
7621         display new group.
7622         (tui_reg_float_command): Delete.
7623         (tui_reg_general_command): Delete.
7624         (tui_reg_system_command): Delete.
7625         (tui_reg_command): Rewrite to perform switching of register group.
7626         Add header comment.
7627         (tuireglist): Remove.
7628         (tui_reggroup_completer): New function.
7629         (_initialize_tui_regs): Remove 'tui reg' sub-commands, update
7630         creation of 'tui reg' command.
7631         * NEWS: Add comment about 'tui reg' changes.
7632
7633 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
7634
7635         * target.c (target_read): Consider addressable unit size when
7636         reading from a memory object.
7637         (read_memory_robust): Same.
7638         (read_whatever_is_readable): Same.
7639         (target_write_with_progress): Consider addressable unit size
7640         when writing to a memory object.
7641         * target.h (target_read): Update documentation.
7642         (target_write): Add documentation.
7643
7644 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
7645
7646         * arch-utils.h (default_addressable_memory_unit_size): New.
7647         * arch-utils.c (default_addressable_memory_unit_size): New.
7648         * gdbarch.sh (addressable_memory_unit_size): New.
7649         * gdbarch.h: Re-generate.
7650         * gdbarch.c: Re-generate.
7651
7652 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
7653
7654         * target.c (target_read): Rename variables and use
7655         TARGET_XFER_E_IO.
7656         (target_read_with_progress): Same.
7657         (read_memory_robust): Constify parameters and rename
7658         variables.
7659         (read_whatever_is_readable): Constify parameters,
7660         rename variables, adjust formatting.
7661         * target.h (read_memory_robust): Constify parameters.
7662
7663 2015-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
7664
7665         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short
7666         synthetic (non-AltiVec) vector types.
7667         (ppc64_sysv_abi_return_value): Likewise.
7668
7669 2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7670
7671         PR breakpoints/16465
7672         * breakpoint.c (create_breakpoint): Save extra_string for
7673         pending breakpoints.
7674
7675 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7676
7677         * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask
7678         and bt_mask to CORE_ADDR.
7679
7680 2015-06-11  Gary Benson <gbenson@redhat.com>
7681
7682         * nat/linux-namespaces.c (mnsh_send_message): Use pulongest.
7683         (mnsh_recv_message): Likewise.
7684
7685 2015-06-11  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7686
7687         * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of
7688         long long int and plongest instead of %ll.
7689
7690 2015-06-11  Gary Benson <gbenson@redhat.com>
7691
7692         * nat/linux-namespaces.c (gdb_wait.h): New include.
7693         (sys/wait.h): Do not include.
7694
7695 2015-06-10  Simon Marchi  <simon.marchi@ericsson.com>
7696
7697         * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if
7698         end_sequence is true.
7699
7700 2015-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
7701
7702         Code cleanup.
7703         * solib-target.c (library_list_start_list): Use explicit NULL
7704         comparison.
7705
7706 2015-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
7707
7708         * solib-target.c (library_list_start_list): Do not dereference
7709         variable version in its initialization.  Make the VERSION check handle
7710         NULL.
7711         (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL.
7712
7713 2015-06-10  Gary Benson <gbenson@redhat.com>
7714
7715         * NEWS: Announce support for direct access of executable and
7716         shared library files when attaching to inferiors in containers
7717         on GNU/Linux systems.
7718
7719 2015-06-10  Gary Benson <gbenson@redhat.com>
7720
7721         * remote.c (struct remote_state) <fs_pid>: New field.
7722         (new_remote_state): Initialize the above.
7723         (PACKET_vFile_setfs): New enum value.
7724         (remote_hostio_set_filesystem): New function.
7725         (remote_hostio_open): Call the above.
7726         (remote_hostio_unlink): Likewise.
7727         (remote_hostio_readlink): Likewise.
7728         (_initialize_remote): Register new "set/show remote
7729         hostio-setfs-packet" command.
7730         * NEWS: Announce new vFile:setfs packet.
7731
7732 2015-06-10  Gary Benson <gbenson@redhat.com>
7733
7734         * linux-nat.c (nat/linux-namespaces.h): New include.
7735         (fileio.h): Likewise.
7736         (linux_nat_filesystem_is_local): New function.
7737         (linux_nat_fileio_pid_of): Likewise.
7738         (linux_nat_fileio_open): Likewise.
7739         (linux_nat_fileio_readlink): Likewise.
7740         (linux_nat_fileio_unlink): Likewise.
7741         (linux_nat_add_target): Initialize to_filesystem_is_local,
7742         to_fileio_open, to_fileio_readlink and to_fileio_unlink.
7743         (_initialize_linux_nat): New "set/show debug linux-namespaces"
7744         commands.
7745         * NEWS: Mention new "set/show debug linux-namespaces" commands.
7746
7747 2015-06-10  Gary Benson <gbenson@redhat.com>
7748
7749         * target.h (struct inferior): New forward declaration.
7750         (struct target_ops) <to_filesystem_is_local>: Update comment.
7751         (struct target_ops) <to_fileio_open>: New argument inf.
7752         Update comment.  All implementations updated.
7753         (struct target_ops) <to_fileio_unlink>: Likewise.
7754         (struct target_ops) <to_fileio_readlink>: Likewise.
7755         (target_filesystem_is_local): Update comment.
7756         (target_fileio_open): New argument inf.  Update comment.
7757         (target_fileio_unlink): Likewise.
7758         (target_fileio_readlink): Likewise.
7759         (target_fileio_read_alloc): Likewise.
7760         (target_fileio_read_stralloc): Likewise.
7761         * target.c (target_fileio_open): New argument inf.
7762         Pass inf to implementation.  Update debug printing.
7763         (target_fileio_unlink): Likewise.
7764         (target_fileio_readlink): Likewise.
7765         (target_fileio_read_alloc_1): New argument inf. Pass inf
7766         to target_fileio_open.
7767         (target_fileio_read_alloc): New argument inf. Pass inf to
7768         target_fileio_read_alloc_1.
7769         (target_fileio_read_stralloc): Likewise.
7770         * gdb_bfd.c (inferior.h): New include.
7771         (gdb_bfd_iovec_fileio_open): Replace unused "open_closure"
7772         argument with new argument "inferior".  Pass inferior to
7773         target_fileio_open.
7774         (gdb_bfd_open): Supply inferior argument to
7775         gdb_bfd_iovec_fileio_open.
7776         * linux-tdep.c (linux_info_proc): Supply inf argument to
7777         relevant target_fileio calls.
7778         (linux_find_memory_regions_full): Likewise.
7779         (linux_fill_prpsinfo): Likewise.
7780         * remote.c (remote_filesystem_is_local): Supply inf
7781         argument to remote_hostio_open.
7782         (remote_file_put): Likewise.
7783         (remote_file_get): Likewise.
7784         (remote_file_delete): Supply inf argument to
7785         remote_hostio_unlink.
7786
7787 2015-06-10  Gary Benson <gbenson@redhat.com>
7788
7789         * inf-child.c (inf_child_fileio_open): Replace comment.
7790         (inf_child_fileio_pwrite): Likewise.
7791         (inf_child_fileio_pread): Likewise.
7792         (inf_child_fileio_fstat): Insert blank line before comment.
7793         (inf_child_fileio_close): Replace comment.
7794         (inf_child_fileio_unlink): Likewise.
7795         (inf_child_fileio_readlink): Likewise.
7796         * remote.c (remote_hostio_open): Likewise.
7797         (remote_hostio_pread): Likewise.
7798         (remote_hostio_pwrite): Likewise.
7799         (remote_hostio_close): Likewise.
7800         (remote_hostio_unlink): Likewise.
7801         (remote_hostio_readlink): Likewise.
7802         (remote_hostio_fstat): Likewise.
7803         (remote_filesystem_is_local): Likewise.
7804         * target.c (target_fileio_open): Likewise.
7805         (target_fileio_pwrite): Likewise.
7806         (target_fileio_pread): Likewise.
7807         (target_fileio_fstat): Insert blank line before comment.
7808         (target_fileio_close): Replace comment.
7809         (target_fileio_unlink): Likewise.
7810         (target_fileio_readlink): Likewise.
7811         (target_fileio_read_alloc): Likewise.
7812         (target_fileio_read_stralloc): Likewise.
7813
7814 2015-06-10  Gary Benson <gbenson@redhat.com>
7815
7816         * linux-thread-db.c (nat/linux-namespaces.h): New include.
7817         (check_pid_namespace_match): Use linux_ns_same rather than
7818         linux_proc_pid_get_ns to spot PID namespace mismatches.
7819         * nat/linux-procfs.h (linux_proc_pid_get_ns): Remove.
7820         * nat/linux-procfs.c (linux_proc_pid_get_ns): Likewise.
7821
7822 2015-06-10  Gary Benson <gbenson@redhat.com>
7823
7824         * configure.ac (AC_CHECK_FUNCS): Add setns.
7825         * config.in: Regenerate.
7826         * configure: Likewise.
7827         * nat/linux-namespaces.h: New file.
7828         * nat/linux-namespaces.c: Likewise.
7829         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-namespaces.h.
7830         (linux-namespaces.o): New rule.
7831         * config/aarch64/linux.mh (NATDEPFILES): Add linux-namespaces.o.
7832         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
7833         * config/arm/linux.mh (NATDEPFILES): Likewise.
7834         * config/i386/linux.mh (NATDEPFILES): Likewise.
7835         * config/i386/linux64.mh (NATDEPFILES): Likewise.
7836         * config/ia64/linux.mh (NATDEPFILES): Likewise.
7837         * config/m32r/linux.mh (NATDEPFILES): Likewise.
7838         * config/m68k/linux.mh (NATDEPFILES): Likewise.
7839         * config/mips/linux.mh (NATDEPFILES): Likewise.
7840         * config/pa/linux.mh (NATDEPFILES): Likewise.
7841         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
7842         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
7843         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
7844         * config/s390/linux.mh (NATDEPFILES): Likewise.
7845         * config/sparc/linux.mh (NATDEPFILES): Likewise.
7846         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
7847         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
7848         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
7849
7850 2015-06-10  Gary Benson <gbenson@redhat.com>
7851
7852         * utils.h (make_cleanup_close): Moved to common/filestuff.h.
7853         * utils.c (do_close_cleanup): Moved to common/filestuff.c.
7854         (make_cleanup_close): Likewise.
7855         * common/filestuff.h (make_cleanup_close): Moved from utils.h.
7856         * common/filestuff.c (do_close_cleanup): Moved from utils.c.
7857         (make_cleanup_close): Likewise.
7858
7859 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
7860
7861         * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE
7862         from SuspendThread().
7863
7864 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
7865
7866         * windows-nat.c (handle_output_debug_string): Trim trailing '\n'
7867         from OutputDebugString.
7868
7869 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7870                         Mircea Gherzan  <mircea.gherzan@intel.com>
7871
7872         * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32,
7873         MPX_BT_MASK_32): New macros.
7874         (i386_mpx_set_bounds): New function that implements
7875         the command "set-mpx-bound".
7876         (i386_mpx_enabled): Helper function to test MPX availability.
7877         (i386_mpx_bd_base): Helper function to calculate the base directory
7878         address.
7879         (i386_mpx_get_bt_entry): Helper function to access a bound
7880         table entry.
7881         (i386_mpx_print_bounds): Effectively display bound information.
7882         (_initialize_i386_tdep): Add new commands to commands "set mpx" and
7883         "show mpx".
7884         (_initialize_i386_tdep):
7885         Add "bound" to the commands "show mpx" and "set mpx" commands.
7886         (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx"
7887         and "show mpx" commands.
7888         * NEWS: List new commands for MPX support.
7889
7890 2015-06-09  Gary Benson <gbenson@redhat.com>
7891
7892         * common/fileio.h (fileio_to_host_mode): New declaration.
7893         * common/fileio.c (fileio_to_host_mode): New Function.
7894         * inf-child.c (inf_child_fileio_open): Process mode argument
7895         with fileio_to_host_mode.
7896
7897 2015-06-09  Gary Benson <gbenson@redhat.com>
7898
7899         * common/fileio.c (fileio_mode_pack): Fix preprocessor
7900         conditional.
7901
7902 2015-06-05  Gary Benson <gbenson@redhat.com>
7903
7904         * gdb_bfd.c (gdb_bfd_open): Move vgdb special case to...
7905         * remote.c (remote_filesystem_is_local): ...here.
7906
7907 2015-06-04  Yao Qi  <yao.qi@linaro.org>
7908
7909         * gdbarch.c: Regenerate it.
7910
7911 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7912
7913         * arch-utils.c (default_infcall_munmap): New.
7914         * arch-utils.h (default_infcall_munmap): New declaration.
7915         * compile/compile-object-load.c (struct munmap_list, munmap_list_add)
7916         (munmap_list_free, munmap_listp_free_cleanup): New.
7917         (struct setup_sections_data): Add field munmap_list_headp.
7918         (setup_sections): Call munmap_list_add.
7919         (compile_object_load): New variable munmap_list_head, initialize
7920         setup_sections_data.munmap_list_headp, return munmap_list_head.
7921         * compile/compile-object-load.h (struct munmap_list): New declaration.
7922         (struct compile_module): Add field munmap_list_head.
7923         (munmap_list_free): New declaration.
7924         * compile/compile-object-run.c (struct do_module_cleanup): Add field
7925         munmap_list_head.
7926         (do_module_cleanup): Call munmap_list_free.
7927         (compile_object_run): Pass munmap_list_head to do_module_cleanup.
7928         * gdbarch.c: Regenerate.
7929         * gdbarch.h: Regenerate.
7930         * gdbarch.sh (infcall_munmap): New.
7931         * linux-tdep.c (linux_infcall_munmap): New.
7932         (linux_init_abi): Install it.
7933
7934 2015-06-02  Simon Marchi  <simon.marchi@ericsson.com>
7935
7936         PR gdb/15564
7937         * inferior.c (detach_inferior): Call exit_inferior_1 with silent = 0.
7938
7939 2015-06-02  Yao Qi  <yao.qi@linaro.org>
7940
7941         * i386-linux-nat.c: Include linux-nat.h.
7942
7943 2015-06-01  Andreas Schwab  <schwab@linux-m68k.org>
7944             Jan Kratochvil  <jan.kratochvil@redhat.com>
7945
7946         PR symtab/18392
7947         * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct
7948         assertion.
7949         * dwarf2loc.c (chain_candidate): Likewise.
7950
7951 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7952
7953         * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET.
7954         (store_vfp_regs): Use PTRACE_SETREGSET.
7955
7956 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7957
7958         * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET.
7959         (fetch_fpregs): Likewise.
7960         * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET.
7961         (store_fpregs): Likewise.
7962
7963 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7964
7965         * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET.
7966         (fetch_regs): Likewise.
7967         (store_regs): Use PTRACE_SETREGSET.
7968         (store_register): Likewise.
7969
7970 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7971
7972         * arm-linux-nat.c (arm_linux_read_description): Check whether
7973         kernel supports PTRACE_GETREGSET.
7974
7975 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7976
7977         * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
7978         * linux-nat.c: ... here.
7979         * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
7980         to ...
7981         * linux-nat.h: ... here.
7982
7983 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7984
7985         * amd64-linux-nat.c: Include "nat/linux-ptrace.h".
7986         * i386-linux-nat.c: Likewise.
7987         * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define.
7988         * s390-linux-nat.c: Include "nat/linux-ptrace.h".
7989         (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
7990         * x86-linux-nat.c: Include "nat/linux-ptrace.h".
7991         * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
7992
7993 2015-05-30  Eli Zaretskii  <eliz@gnu.org>
7994
7995         * go32-nat.c (go32_xfer_memory): Fix the return value to be
7996         compatible to what read_child and write_child return.  This
7997         unbreaks that DJGPP build of GDB which was broken since v7.7.
7998
7999 2015-05-29  Martin Galvan  <martin.galvan@tallertechnologies.com>
8000
8001         * MAINTAINERS (Write After Approval): Add Martin Galvan.
8002
8003 2015-05-29  Roland McGrath  <mcgrathr@google.com>
8004
8005         PR gdb/18464
8006         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning
8007         rather than internal_error for an unrecognized value.
8008
8009 2015-05-29  Max Filippov  <jcmvbkbc@gmail.com>
8010
8011         * xtensa-tdep.c (xtensa_pseudo_register_read)
8012         (xtensa_pseudo_register_write): Don't alias last pseudo register
8013         to a1.
8014
8015 2015-05-28  Don Breazeal  <donb@codesourcery.com>
8016
8017         * infrun.c (follow_fork_inferior): Ensure the use of
8018         process-style ptids (pid,0,0) in verbose/debug "Detaching"
8019         messages.
8020
8021 2015-05-28  Doug Evans  <dje@google.com>
8022
8023         * dwarf2read.c (record_line_ftype): Remove, duplicate.
8024
8025 2015-05-28  Yao Qi  <yao.qi@linaro.org>
8026
8027         * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove.
8028         (arm_linux_fetch_inferior_registers): Use
8029         tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers.
8030         (arm_linux_store_inferior_registers): Likewise.
8031         (arm_linux_read_description): Don't set
8032         arm_linux_has_wmmx_registers.
8033         * arm-tdep.c (arm_gdbarch_init): Set
8034         tdep->have_wmmx_registers according target descriptions.
8035         * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New
8036         field.
8037
8038 2015-05-28  Yao Qi  <yao.qi@linaro.org>
8039
8040         * arm-linux-nat.c (arm_linux_vfp_register_count): Remove.
8041         (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep
8042         instead of arm_linux_vfp_register_count.
8043         (store_vfp_regs): Likewise.
8044         (arm_linux_fetch_inferior_registers): Likewise.
8045         (arm_linux_store_inferior_registers): Likewise.
8046         (arm_linux_read_description): Don't set
8047         arm_linux_vfp_register_count.
8048         * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections):
8049         Adjust.
8050         * arm-tdep.c (arm_gdbarch_init): Add assert on
8051         vfp_register_count.
8052         * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename
8053         field to vfp_register_count.  All users updated.
8054
8055 2015-05-28  Kyle Huey  <me@kylehuey.com>  (tiny patch)
8056
8057         * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on
8058         ELFOSABI_GNU binaries.
8059
8060 2015-05-27  Doug Evans  <dje@google.com>
8061
8062         * dwarf2read.c (lnp_state_machine): New typedef.
8063         (lnp_reader_state): New typedef.
8064         (dwarf_record_line_1): Renamed from dwarf_record_line.
8065         All callers updated.
8066         (dwarf_record_line): New function.
8067         (init_lnp_state_machine): New function.
8068         (check_line_address): Replace p_record_line parameter with state.
8069         All callers updated.
8070         (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine.
8071         Update to record state in lnp_state_machine.
8072
8073 2015-05-27  Doug Evans  <dje@google.com>
8074
8075         * dwarf2read.c (record_line_ftype): New typedef.
8076         (check_line_address): New function.
8077         (dwarf_decode_lines_1): Call it.
8078
8079 2015-05-27  Doug Evans  <dje@google.com>
8080
8081         * NEWS: Mention "set debug dwarf-line".
8082         * dwarf2read.c (dwarf_line_debug): New static global.
8083         (add_include_dir): Add debug dwarf-line support.
8084         (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto.
8085         (_initialize_dwarf2_read): New parameter "debug dwarf-line".
8086
8087 2015-05-27  Doug Evans  <dje@google.com>
8088
8089         * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain".
8090         All callers updated.
8091         (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto.
8092         * cp-support.h (cp_lookup_nested_symbol): Update.
8093
8094 2015-05-27  Doug Evans  <dje@google.com>
8095
8096         PR symtab/18258
8097         * block.c (block_find_symbol): New function.
8098         (block_find_non_opaque_type): Ditto.
8099         (block_find_non_opaque_type_preferred): Ditto.
8100         * block.h (block_symbol_matcher_ftype): New typedef.
8101         (block_find_symbol): Declare.
8102         (block_find_non_opaque_type): Ditto.
8103         (block_find_non_opaque_type_preferred): Ditto.
8104         * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol.
8105         * psymtab.c (psym_lookup_symbol): Ditto.
8106         * symtab.c (basic_lookup_transparent_type_1): New function.
8107         (basic_lookup_transparent_type): Call it.
8108
8109 2015-05-27  Yao Qi  <yao.qi@linaro.org>
8110
8111         * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return
8112         AARCH64_RECORD_UNKNOWN for unknown instruction encoding.
8113
8114 2015-05-27  Yao Qi  <yao.qi@linaro.org>
8115
8116         * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
8117         before operator &&.
8118         (aarch64_record_load_store): Likewise.
8119
8120 2015-05-26  Doug Evans  <dje@google.com>
8121
8122         PR c++/18141, c++/18417.
8123         * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being
8124         a typedef.
8125
8126 2015-05-26  Doug Evans  <dje@google.com>
8127
8128         * NEWS: Add entries for command renamings.
8129         * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug.
8130         All uses updated.
8131         (dwarf_die_debug): Renamed from dwarf2_die_debug.  All uses updated.
8132         (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age.
8133         All uses updated.
8134         (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age.
8135         All callers updated.  Fix spelling of DWARF in help text.
8136         (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist.
8137         All uses updated.
8138         (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist.
8139         All uses updated.
8140         (set_dwarf_cmd): Renamed from set_dwarf2_cmd.  All callers updated.
8141         (show_dwarf_cmd): Renamed from show_dwarf2_cmd.  All callers updated.
8142         (dwarf_always_disassemble): Renamed from dwarf_always_disassemble.
8143         All uses updated.
8144         (show_dwarf_always_disassemble): Renamed from
8145         show_dwarf2_always_disassemble.  All callers updated.
8146         (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to
8147         "set/show dwarf".  Rename "set/show dwarf2 max-cache-age" to
8148         "set/show dwarf max-cache-age".  Rename
8149         "set/show dwarf2 always-disassemble" to
8150         "set/show dwarf always-disassemble".  Rename
8151         "set/show debug dwarf2-read" to "set/show debug dwarf-read".  Rename
8152         "set/show debug dwarf2-die" to "set/show debug dwarf-die".
8153
8154 2015-05-26  Doug Evans  <dje@google.com>
8155
8156         PR python/18438
8157         * python/py-lazy-string.c (stpy_convert_to_value): Use
8158         gdbpy_gdb_memory_error not PyExc_MemoryError.
8159         (gdbpy_create_lazy_string_object): Ditto.
8160
8161 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
8162
8163         * tui/tui-regs.c (tui_reg_next_command): Compare against NULL.
8164
8165 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
8166
8167         * tui/tui-regs.c (tui_reg_prev_command): New function.
8168         (_initialize_tui_regs): Add 'prev' command for 'tui reg'.
8169         * reggroups.c (reggroup_prev): New function.
8170         * reggroups.h (reggroup_prev): Add declaration.  Update comment.
8171
8172 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
8173             Yao Qi  <yao.qi@linaro.org>
8174
8175         * aarch64-linux-tdep.c: Include linux-record.h and
8176         record-full.h.
8177         (struct linux_record_tdep aarch64_linux_record_tdep): Declare.
8178         (aarch64_syscall): New enum.
8179         (aarch64_canonicalize_syscall): New function.
8180         (aarch64_all_but_pc_registers_record): New function.
8181         (aarch64_linux_syscall_record): New function.
8182         (aarch64_linux_init_abi): Install AArch64 process record
8183         handler.  Update to handle syscall recording.
8184         * aarch64-tdep.c: Include record.h and record-full.h.
8185         (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros.
8186         (struct aarch64_mem_r): Define.
8187         (aarch64_record_result): New enum.
8188         (struct insn_decode_record): Define.
8189         (insn_decode_record): New typedef.
8190         (aarch64_record_data_proc_reg): New function.
8191         (aarch64_record_data_proc_imm): New function.
8192         (aarch64_record_branch_except_sys): New function.
8193         (aarch64_record_load_store): New function.
8194         (aarch64_record_data_proc_simd_fp): New function.
8195         (aarch64_record_asimd_load_store): New function.
8196         (aarch64_record_decode_insn_handler): New function.
8197         (deallocate_reg_mem): New function.
8198         (aarch64_process_record): New function.
8199         * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>:
8200         New field.
8201         (aarch64_process_record): New extern declaration.
8202         * configure.tgt: Add linux-record.o to gdb_target_obs.
8203         * linux-record.h (struct linux_record_tdep) <arg7>: New field.
8204
8205 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
8206
8207         * NEWS: Add a note on process record-replay support on aarch64*-linux*
8208         targets.
8209
8210 2015-05-26  Martin Galvan  <martin.galvan@tallertechnologies.com>
8211
8212         * amd64-tdep.c: Replace in_function_epilogue_p with
8213         stack_frame_destroyed_p throughout.
8214         * arch-utils.c: Ditto.
8215         * arch-utils.h: Ditto.
8216         * arm-tdep.c: Ditto.
8217         * breakpoint.c: Ditto.
8218         * gdbarch.sh: Ditto.
8219         * hppa-tdep.c: Ditto.
8220         * i386-tdep.c: Ditto.
8221         * mips-tdep.c: Ditto.
8222         * nios2-tdep.c: Ditto.
8223         * rs6000-tdep.c: Ditto.
8224         * s390-linux-tdep.c: Ditto.
8225         * score-tdep.c: Ditto.
8226         * sh-tdep.c: Ditto.
8227         * sparc-tdep.c: Ditto.
8228         * sparc-tdep.h: Ditto.
8229         * sparc64-tdep.c: Ditto.
8230         * spu-tdep.c: Ditto.
8231         * tic6x-tdep.c: Ditto.
8232         * tilegx-tdep.c: Ditto.
8233         * xstormy16-tdep.c: Ditto.
8234         * gdbarch.c, gdbarch.h: Re-generated.
8235
8236 2015-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
8237
8238         * NEWS: Mention 'tui enable' and 'tui disable'.
8239         * tui/tui.c (tui_enable_command): New function.
8240         (tui_disable_command): New function.
8241         (_initialize_tui): New function.
8242
8243 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8244
8245         * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0.
8246
8247 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8248
8249         * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure
8250         buf_ptr is freed.
8251
8252 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8253
8254         * tui/tui-layout.c (tui_layout_command): Move call to tui_enable
8255         into ...
8256         (tui_set_layout_for_display_command): ...here, before calling
8257         tui_set_layout.  Only set the layout if gdb has not already
8258         entered the TUI_FAILURE state.
8259
8260 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8261
8262         * tui/tui-layout.c (layout_completer): New function.
8263         (_initialize_tui_layout): Set completer on layout command.
8264
8265 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8266
8267         * tui/tui-layout.c (tui_set_layout): Remove
8268         tui_register_display_type parameter.  Remove all checking of this
8269         parameter, and reindent function.  Update header comment.
8270         (tui_set_layout_for_display_command): Rename to...
8271         (tui_set_layout_by_name): ...this, and don't check for different
8272         register class types, don't pass a tui_register_display_type to
8273         tui_set_layout.  Update header comment.
8274         (layout_names): Remove register set specific names.
8275         * tui/tui-layout.h (tui_set_layout): Remove
8276         tui_register_display_type parameter.
8277         * tui/tui.c (tui_rl_change_windows): Don't pass a
8278         tui_register_display_type to tui_set_layout.
8279         (tui_rl_delete_other_windows): Likewise.
8280         (tui_enable): Likewise.
8281         * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove.
8282         (TUI_FLOAT_REGS_NAME_LOWER): Remove.
8283         (TUI_GENERAL_REGS_NAME): Remove.
8284         (TUI_GENERAL_REGS_NAME_LOWER): Remove.
8285         (TUI_SPECIAL_REGS_NAME): Remove.
8286         (TUI_SPECIAL_REGS_NAME_LOWER): Remove.
8287         (TUI_GENERAL_SPECIAL_REGS_NAME): Remove.
8288         (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove.
8289         (enum tui_register_display_type): Remove.
8290         (struct tui_layout_def): Remove regs_display_type and
8291         float_regs_display_type fields.
8292         (struct tui_data_info): Remove regs_display_type field.
8293         (tui_layout_command): Use new name for
8294         tui_set_layout_for_display_command.
8295         * tui/tui-data.c (layout_def): Don't initialise removed fields.
8296         (tui_clear_win_detail): Don't initialise removed fields of
8297         win_info.
8298         * tui/tui-regs.c (tui_show_registers): Use new name for
8299         tui_set_layout_for_display_command.
8300         * tui/tui.h (tui_set_layout_for_display_command): Rename
8301         declaration to...
8302         (tui_set_layout_by_name): ...this.
8303         * printcmd.c (display_command): Remove tui related layout call,
8304         and reindent.
8305
8306 2015-05-20  Joel Brobecker  <brobecker@adacore.com>
8307
8308         * infrun.c (handle_inferior_event_1): Renames handle_inferior_event.
8309         (handle_inferior_event): New function.
8310
8311 2015-05-20  Joel Brobecker  <brobecker@adacore.com>
8312
8313         * ada-lang.c (to_fixed_array_type): Rename local variable
8314         typename into type_name.
8315
8316 2015-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8317
8318         Fix ASAN crash for gdb.compile/compile.exp.
8319         * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME.
8320
8321 2015-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8322
8323         * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol)
8324         (gcc_symbol_address): Change gdb_stdout to gdb_stdlog.
8325         * compile/compile-object-load.c (setup_sections, compile_object_load):
8326         Likewise.
8327         * compile/compile.c (compile_to_object): Likewise.
8328
8329 2015-05-16  Doug Evans  <xdje42@gmail.com>
8330
8331         * NEWS: Mention support for unbuffered Guile memory ports.
8332         * scm-ports.c (ioscm_memory_port): Update comments on end, size.
8333         (ioscm_lseek_address): Improve overflow calculation.
8334         (gdbscm_memory_port_fill_input): Add assert.
8335         (gdbscm_memory_port_write): Handle unbuffered ports.
8336         Handle large writes identical to Guile's fport_write.
8337         (gdbscm_memory_port_seek): Fix seeking past end check.
8338         (gdbscm_memory_port_close): Handle closing unbuffered port.
8339         (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports.
8340         (ioscm_init_memory_port): Handle unbuffered ports.
8341         (ioscm_reinit_memory_port): Ditto.
8342         (ioscm_init_memory_port): Update size calculation.
8343         (gdbscm_open_memory): Support zero sized ports.
8344
8345 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8346
8347         * compile/compile-object-load.c (get_out_value_type): Fix uninitialized
8348         variable compiler warnings.
8349
8350 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8351
8352         * compile/compile-object-load.c (get_out_value_type): Fix returned type.
8353
8354 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8355             Phil Muldoon  <pmuldoon@redhat.com>
8356
8357         * NEWS (Changes since GDB 7.9): Add compile print.
8358         * compile/compile-c-support.c (add_code_header, add_code_footer)
8359         (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and
8360         COMPILE_I_PRINT_VALUE_SCOPE.
8361         * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE)
8362         (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE):
8363         New.
8364         * compile/compile-object-load.c: Include block.h.
8365         (get_out_value_type): New function.
8366         (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
8367         COMPILE_I_PRINT_VALUE_SCOPE.  Set compile_module's OUT_VALUE_ADDR and
8368         OUT_VALUE_TYPE.
8369         * compile/compile-object-load.h (struct compile_module): Add fields
8370         out_value_addr and out_value_type.
8371         * compile/compile-object-run.c: Include valprint.h and compile.h.
8372         (struct do_module_cleanup): Add fields out_value_addr and
8373         out_value_type.
8374         (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
8375         COMPILE_I_PRINT_VALUE_SCOPE.
8376         (compile_object_run): Propagate out_value_addr and out_value_type.
8377         Pass OUT_VALUE_ADDR.
8378         * compile/compile.c: Include valprint.h.
8379         (compile_print_value, compile_print_command): New functions.
8380         (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE.
8381         (_initialize_compile): Update compile code help text.  Install
8382         compile_print_command.
8383         * compile/compile.h (compile_print_value): New prototype.
8384         * defs.h (enum compile_i_scope_types): Add
8385         COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE.
8386
8387 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8388
8389         * compile/compile-object-load.c (get_regs_type): Add parameter func_sym.
8390         Rely on its parameter count.
8391         (compile_object_load): Replace lookup_minimal_symbol_text by
8392         lookup_global_symbol_from_objfile.  Verify FUNC_SYM.  Set it in the
8393         return value.
8394         * compile/compile-object-load.h (struct compile_module): Replace
8395         func_addr by func_sym.
8396         * compile/compile-object-run.c: Include block.h.
8397         (compile_object_run): Reset module variable after it is freed.  Use
8398         FUNC_SYM instead of FUNC_ADDR.  Rely on it.
8399
8400 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8401
8402         * compile/compile-c-support.c (print_one_macro): Use #ifndef.
8403         (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR.
8404         (c_compute_program): Call generate_register_struct after typedefs.
8405         * compile/compile-loc2c.c (push, pushf_register_address)
8406         (pushf_register): Cast to GCC_UINTPTR.
8407         (do_compile_dwarf_expr_to_c): Use unused attribute.  Add space after
8408         type.  Use GCC_UINTPTR instead of void *.  Remove excessive cast.
8409         (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *.
8410         * compile/compile.c (_initialize_compile): Enable warnings for
8411         COMPILE_ARGS.
8412
8413 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8414
8415         * cli/cli-script.c (execute_control_command): Update
8416         eval_compile_command caller.
8417         * compile/compile-object-load.c (compile_object_load): Add parameters
8418         scope and scope_data.  Set them.
8419         * compile/compile-object-load.h (struct compile_module): Add fields
8420         scope and scope_data.
8421         (compile_object_load): Add parameters scope and scope_data.
8422         * compile/compile-object-run.c (struct do_module_cleanup): Add fields
8423         scope and scope_data.
8424         (compile_object_run): Propagate the fields scope and scope_data.
8425         * compile/compile.c (compile_file_command, compile_code_command):
8426         Update eval_compile_command callers.
8427         (eval_compile_command): Add parameter scope_data.  Pass it plus scope.
8428         * compile/compile.h (eval_compile_command): Add parameter scope_data.
8429         * defs.h (struct command_line): Add field scope_data.
8430
8431 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8432
8433         * printcmd.c (struct format_data): Move it to valprint.h.
8434         (print_command_parse_format, print_value): New functions from ...
8435         (print_command_1): ... here.  Call them.
8436         * valprint.h (struct format_data): Move it here from printcmd.c.
8437         (print_command_parse_format, print_value): New declarations.
8438
8439 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8440
8441         * compile/compile-object-load.c (compile_object_load): Add
8442         COMPILE_DEBUG message.
8443
8444 2015-05-15  Jerome Guitton  <guitton@adacore.com>
8445
8446         * ada-lang.c (ada_value_ptr_subscript): Use enum position of
8447         index to get element instead of enum value.
8448         (ada_value_slice_from_ptr, ada_value_slice): Use enum position
8449         of index to compute length, but enum values to compute bounds.
8450         (ada_array_length): Use enum position of index instead of enum value.
8451         (pos_atr): Move position computation to...
8452         (ada_evaluate_subexp): Use enum values to compute bounds.
8453         * gdbtypes.c (discrete_position): ...this new function.
8454         * gdbtypes.h (discrete_position): New function declaration.
8455         * valprint.c (val_print_array_elements): Call discrete_position
8456         to handle array indexed by non-contiguous enumeration types.
8457
8458 2015-05-15  Jerome Guitton  <guitton@adacore.com>
8459
8460         * ada-lang.c (find_parallel_type_by_descriptive_type):
8461         Go through typedefs during lookup.
8462         (to_fixed_array_type): Add support for non-bit packed arrays
8463         as variable-length fields.
8464
8465 2015-05-15  Pedro Alves  <palves@redhat.com>
8466             Simon Marchi  <simon.marchi@ericsson.com>
8467
8468         * event-loop.c (gdb_notifier) <next_file_handler,
8469         next_poll_fds_index>: New fields.
8470         (get_next_file_handler_to_handle_and_advance): New function.
8471         (delete_file_handler): If deleting the next file handler to
8472         handle, advance to the next file handler.
8473         (gdb_wait_for_event): Bail early if no event fired.  Poll file
8474         handlers in round-robin fashion.
8475
8476 2015-05-15  Pedro Alves  <palves@redhat.com>
8477
8478         * linux-tdep.c (linux_find_memory_regions_full): Rename local
8479         'private' to 'priv'.
8480
8481 2015-05-15  Pedro Alves  <palves@redhat.com>
8482
8483         * nat/linux-nat.h: Include "target/waitstatus.h".
8484
8485 2015-05-15  Yuanhui Zhang  <asmwarrior@gmail.com>
8486
8487         * python/py-unwind.c (struct reg_info): Move out of ...
8488         (struct cached_frame_info): ... this scope.
8489         (pending_frame_object_type, unwind_info_object_type): Make extern.
8490
8491 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
8492
8493         * ada-lang.c (ada_value_primitive_packed_val): Make sure
8494         accumSize is never negative.
8495
8496 2015-05-14  Patrick Palka  <patrick@parcs.ath.cx>
8497
8498         * tui/tui-command.c: Remove include of <ctype.h>.
8499         (tui_dispatch_ctrl_char): Remove workaround for xterm terminals.
8500
8501 2015-05-13  Martin Galvan  <martin.galvan@tallertechnologies.com>
8502
8503         * dwarf2read.c (die_needs_namespace): Return 1 for
8504         DW_TAG_inlined_subroutine.
8505
8506 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8507
8508         * regcache.c (regcache_cpy_no_passthrough): New declaration.
8509         (regcache_cpy_no_passthrough): Make it static, add function comment.
8510         * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment.
8511         (regcache_cpy_no_passthrough): Remove declaration.
8512
8513 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8514
8515         * gdbthread.h (struct thread_control_state): Update comment for
8516         proceed_to_finish.
8517         * infcall.c (run_inferior_call): Update comment about
8518         proceed_to_finish.
8519         * infcmd.c (get_return_value): Update comment about stop_registers.
8520         (finish_forward): Update comment about proceed_to_finish.
8521         * infrun.c (stop_registers): Remove.
8522         (clear_proceed_status, normal_stop): Remove stop_registers handling.
8523         * infrun.h (stop_registers): Remove.
8524
8525 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8526
8527         * infcall.c (struct dummy_frame_context_saver)
8528         (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor)
8529         (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
8530         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
8531         New.
8532         (call_function_by_hand_dummy): Move discard_cleanups of
8533         inf_status_cleanup before dummy_frame_push.  Call
8534         dummy_frame_context_saver_setup and prepare context_saver_cleanup.
8535         Use dummy_frame_context_saver_get_regs instead of stop_registers.
8536         * infcall.h (struct dummy_frame_context_saver)
8537         (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
8538         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
8539         New declarations.
8540         * infcmd.c: Include infcall.h.
8541         (get_return_value): Add parameter ctx_saver, use it instead of
8542         stop_registers.
8543         (print_return_value): Add parameter ctx_saver, pass it.
8544         (struct finish_command_continuation_args): Add field ctx_saver.
8545         (finish_command_continuation): Update print_return_value caller.
8546         (finish_command_continuation_free_arg): Free also ctx_saver.
8547         (finish_forward): Call dummy_frame_context_saver_setup.
8548         * inferior.h (struct dummy_frame_context_saver): New declaration.
8549         (get_return_value): Add parameter ctx_saver.
8550         * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update
8551         get_return_value caller.
8552
8553 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8554
8555         * dummy-frame.c (struct dummy_frame_dtor_list): New.
8556         (struct dummy_frame): Replace dtor and dtor_data by dtor_list.
8557         (remove_dummy_frame): Process dtor_list.
8558         (pop_dummy_frame): Process dtor_list.
8559         (register_dummy_frame_dtor): Maintain dtor_list.
8560         (find_dummy_frame_dtor): Handle dtor_list.
8561         * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor):
8562         Update comments.
8563
8564 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8565
8566         * compile/compile-object-run.c (do_module_cleanup): Add parameter
8567         registers_valid.
8568         (compile_object_run): Update do_module_cleanup caller.
8569         * dummy-frame.c: Include infcall.h.
8570         (struct dummy_frame): Update dtor comment.
8571         (remove_dummy_frame): Call dtor.
8572         (pop_dummy_frame): Update dtor caller.
8573         * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter
8574         registers_valid.
8575
8576 2015-05-13  Joel Brobecker  <brobecker@adacore.com>
8577
8578         GDB 7.9.1 released.
8579
8580 2015-05-13  Joel Brobecker  <brobecker@adacore.com>
8581
8582         * NEWS: Create "Changes in GDB 7.9.1" section.  Move news about
8583         Xmethods now being able to specify a result type to that new
8584         sectioin.
8585
8586 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
8587
8588         * tui/tui-win.c (tui_async_resize_screen): Clear win_resized
8589         first before resizing the window.
8590         * tui/tui.c (tui_enable): Likewise.
8591
8592 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8593
8594         * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor.
8595         * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment.
8596         * infcall.c (call_function_by_hand_dummy): Use proper typedef for
8597         dummy_dtor parameter.
8598         * infcall.h: Include dummy-frame.h.
8599         (call_function_by_hand_dummy_dtor_ftype): Remove.
8600         (call_function_by_hand_dummy): Use proper typedef for dummy_dtor
8601         parameter.
8602
8603 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
8604
8605         PR gdb/17820
8606         * top.c (history_size_setshow_var): Change type to signed.
8607         Initialize to -2.  Update documentation.
8608         (set_readline_history_size): Define.
8609         (set_history_size_command): Use it.  Remove logic for handling
8610         out-of-range sizes.
8611         (init_history): Use set_readline_history_size().  Test for a
8612         value of -2 instead of 0 when determining whether to set a
8613         default history size.
8614         (init_main): Decode the argument of the "size" command as a
8615         zuinteger_unlimited.
8616
8617 2015-05-12  Doug Evans  <dje@google.com>
8618
8619         * dwarf2read.c (struct file_entry): Tweak comments.
8620         (get_debug_line_section): Tweak comments.
8621
8622 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8623
8624         * NEWS: Announce fork support in the RSP and support
8625         for fork debugging in extended mode.
8626
8627 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8628
8629         * remote.c (remote_insert_fork_catchpoint): New function.
8630         (remote_remove_fork_catchpoint): New function.
8631         (remote_insert_vfork_catchpoint): New function.
8632         (remote_remove_vfork_catchpoint): New function.
8633         (pending_fork_parent_callback): New function.
8634         (remove_new_fork_child): New function.
8635         (remote_update_thread_list): Call remote_notif_get_pending_events
8636         and remove_new_fork_child.
8637         (extended_remote_kill): Kill fork child when killing the
8638         parent before follow_fork completes.
8639         (init_extended_remote_ops): Initialize target vector with
8640         new fork catchpoint functions.
8641
8642 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8643
8644         * remote.c (remove_vfork_event_p): New function.
8645         (remote_follow_fork): Add vfork event type to event checking.
8646         (remote_parse_stop_reply): New stop reasons "vfork" and
8647         "vforkdone" for RSP 'T' Stop Reply Packet.
8648
8649 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8650
8651         * linux-nat.c (linux_nat_ptrace_options): New function.
8652         (linux_init_ptrace, wait_lwp, linux_nat_filter_event):
8653         Call linux_nat_ptrace_options and use different argument to
8654         linux_enable_event_reporting.
8655         (_initialize_linux_nat): Delete call to
8656         linux_ptrace_set_additional_flags.
8657         * nat/linux-ptrace.c (current_ptrace_options): Rename to
8658         supported_ptrace_options.
8659         (additional_flags): Delete variable.
8660         (linux_check_ptrace_features): Use supported_ptrace_options.
8661         (linux_test_for_tracesysgood, linux_test_for_tracefork):
8662         Likewise, and remove additional_flags check.
8663         (linux_enable_event_reporting): Change 'attached' argument to
8664         'options'.  Use supported_ptrace_options.
8665         (ptrace_supports_feature): Change comment.  Use
8666         supported_ptrace_options.
8667         (linux_ptrace_set_additional_flags): Delete function.
8668         * nat/linux-ptrace.h (linux_ptrace_set_additional_flags):
8669         Delete function prototype.
8670         * remote.c (remote_fork_event_p): New function.
8671         (remote_detach_pid): New function.
8672         (remote_detach_1): Call remote_detach_pid, don't mourn inferior
8673         if doing detach-on-fork.
8674         (remote_follow_fork): New function.
8675         (remote_parse_stop_reply): Handle new "T" stop reason "fork".
8676         (remote_pid_to_str): Print "process" strings for pid/0/0 ptids.
8677         (init_extended_remote_ops): Initialize to_follow_fork.
8678
8679 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8680
8681         * nat/linux-ptrace.c (linux_check_ptrace_features): Change
8682         from static to extern.
8683         * nat/linux-ptrace.h (linux_check_ptrace_features): Declare.
8684         * remote.c (anonymous enum): <PACKET_fork_event_feature,
8685         * PACKET_vfork_event_feature>: New enumeration constants.
8686         (remote_protocol_features): Add table entries for new packets.
8687         (remote_query_supported): Add new feature queries to qSupported
8688         packet.
8689
8690 2015-05-12  Gary Benson <gbenson@redhat.com>
8691
8692         * remote.c (remote_add_inferior): Call exec_file_locate_attach
8693         for fake PIDs as well as real ones.
8694         (remote_pid_to_exec_file): Send empty annex if PID is fake.
8695
8696 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
8697
8698         * NEWS (Python Scripting): Mention the new gdb.Value methods.
8699         * python/py-value.c (valpy_reference_value): New function.
8700         (valpy_const_value): Likewise.
8701         (value_object_methods): Add new methods.
8702         * value.c (make_cv_value): New function.
8703         * value.h (make_cv_value): Declare.
8704
8705 2015-05-08  Yao Qi  <yao@codesourcery.com>
8706             Sandra Loosemore  <sandra@codesourcery.com>
8707
8708         * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check
8709         to 'lh->include_dirs' before accessing to it.
8710         (psymtab_include_file_name): Likewise.
8711         (dwarf_decode_lines_1): Likewise.
8712         (dwarf_decode_lines): Likewise.
8713         (file_file_name): Likewise.
8714
8715 2015-05-08  Sandra Loosemore  <sandra@codesourcery.com>
8716
8717         * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define.
8718         (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define.
8719         (nios2_linux_rt_sigreturn_init): Adjust base address of
8720         register save area.
8721
8722 2015-05-08  Sandra Loosemore  <sandra@codesourcery.com>
8723
8724         * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using
8725         "trap 31" as the breakpoint instruction on all targets.
8726
8727 2015-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8728
8729         * infcmd.c (print_return_value): Remove unused declaration.
8730
8731 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
8732
8733         * dwarf2read.c (attr_to_dynamic_prop)
8734         <DW_AT_data_member_location>: Use read_type_die isntead of
8735         get_die_type.
8736
8737 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
8738
8739         * ada-lang.c (ada_convert_actual): Add handling of formals
8740         passed inside an aligner type.
8741
8742 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
8743
8744         * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
8745
8746 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
8747
8748         PR python/18291
8749         * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo.
8750         Print xmethod matcher status.
8751
8752 2015-05-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8753
8754         * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA
8755         register in the regcache when treating the PSWM register, and vice
8756         versa.
8757
8758 2015-05-07  Gary Benson <gbenson@redhat.com>
8759
8760         * linux-thread-db.c (struct thread_db_info)
8761         <td_ta_map_id2thr_p>: Remove field.
8762         (try_thread_db_load_1): Remove initialization for the above.
8763
8764 2015-05-07  Gary Benson <gbenson@redhat.com>
8765
8766         * linux-thread-db.c (struct thread_db_info)
8767         <td_thr_validate_p>: Remove field.
8768         (try_thread_db_load_1): Remove initialization for the above.
8769
8770 2015-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
8771
8772         * compile/compile-object-load.c (compile_object_load): Support
8773         mst_text_gnu_ifunc.
8774
8775 2015-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
8776
8777         * compile/compile.c (compile_to_object): Make the cmd_string parameter
8778         const.  Use new variables for the const compatibility.
8779         (eval_compile_command): Make the cmd_string parameter const.
8780         * compile/compile.h (eval_compile_command): Make the cmd_string
8781         parameter const.
8782
8783 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
8784
8785         * defs.h (deprecated_init_ui_hook): Delete.  Remove associated
8786         comment.
8787         * top.c (deprecated_init_ui_hook): Delete.
8788         (gdb_init): Remove handling of deprecated_init_ui_hook.
8789         * interps.c (clear_interpreter_hooks): Remove handling of
8790         deprecated_init_ui_hook.
8791         * main.c (captured_main): Update comment.
8792
8793 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
8794
8795         * solib.c (_initialize_solib): Add "info dll" alias creation.
8796         * windows-nat.c (set_windows_aliases): Delete.
8797         (_initialize_windows_nat): Remove deprecated_init_ui_hook
8798         assignment.
8799         * NEWS: Add news entry about "info dll" now being available
8800         on all platforms.
8801
8802 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8803
8804         * ada-lang.c (value_assign_to_component): Reformat and improve
8805         documentation. Remove all trailing spaces.
8806
8807 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8808
8809         * inline-frame.c (inline_frame_sniffer, skip_inline_frames):
8810         Stop counting inlined frames as soon as an out-of-line function
8811         is found.
8812
8813 2014-05-05  Pierre-Marie de Rodat  <derodat@adacore.com>
8814
8815         * dwarf2read.c (inherit_abstract_dies): Skip
8816         DW_TAG_GNU_call_site dies while inheriting children of an
8817         abstract DIE into a scope.
8818         (read_lexical_block_scope): Inherit abstract DIE's for
8819         lexical scopes.
8820
8821 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8822
8823         * ada-valprint.c (val_print_packed_array_elements): Delete
8824         variable "len".  Add a type-length check when comparing two
8825         consecutive elements of the array.  Use the element's actual
8826         length in call to value_contents_eq.
8827         * ada-lang.c (ada_value_primitive_packed_val): Always return
8828         a value whose type has been resolved.
8829
8830 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8831
8832         * ada-lang.c (ada_value_primitive_packed_val): Recompute
8833         BIT_SIZE and LEN if the size of the resolved type is smaller
8834         than BIT_SIZE * HOST_CHAR_BIT.
8835
8836 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8837
8838         * ada-lang.c (ada_value_primitive_packed_val): Use a more
8839         correct address in call to value_at.  Adjust call to
8840         value_address accordingly.
8841
8842 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8843
8844         * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying
8845         to print it.
8846
8847 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8848
8849         * dwarf2loc.h (struct property_addr_info): Add "valaddr" field.
8850         * dwarf2loc.c (dwarf2_evaluate_property): Add handling of
8851         pinfo->valaddr.
8852         * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter.
8853         * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr.
8854         (resolve_dynamic_type_internal): Set pinfo.valaddr.
8855         Add handling of addr_stack->valaddr.
8856         (resolve_dynamic_type): Add "valaddr" parameter.
8857         Set pinfo.valaddr field.
8858         * ada-lang.c (ada_discrete_type_high_bound): Update call to
8859         resolve_dynamic_type.
8860         (ada_discrete_type_low_bound): Likewise.
8861         * findvar.c (default_read_var_value): Likewise.
8862         * value.c (value_from_contents_and_address): Likewise.
8863
8864 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8865
8866         * gdbtypes.c (resolve_dynamic_array): Use
8867         create_array_type_with_stride instead of create_array_type.
8868
8869 2015-04-30  DJ Delorie  <dj@redhat.com>
8870
8871         * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to
8872         rl78_decode_opcode
8873
8874 2015-04-29  Doug Evans  <dje@google.com>
8875
8876         PR python/18285
8877         * NEWS: Document new gdb.XMethodWorker.get_result_type method.
8878         * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle
8879         EVAL_AVOID_SIDE_EFFECTS for xmethods.
8880         * extension-priv.h (struct extension_language_ops)
8881         <get_xmethod_result_type>: New member.
8882         * extension.c (get_xmethod_result_type): New function.
8883         * extension.h (get_xmethod_result_type): Declare.
8884         * python/py-xmethods.c (get_result_type_method_name): New static
8885         global.
8886         (py_get_result_type_method_name): Ditto.
8887         (gdbpy_get_xmethod_result_type): New function.
8888         (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name.
8889         * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare.
8890         * python/python.c (python_extension_ops): Add
8891         gdbpy_get_xmethod_result_type.
8892         * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type.
8893         * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for
8894         xmethods.
8895         (value_x_unop): Ditto.
8896         * value.c (result_type_of_xmethod): New function.
8897         * value.h (result_type_of_xmethod): Declare.
8898
8899 2015-04-29  Gary Benson <gbenson@redhat.com>
8900
8901         * solib.c (solib_find_1): Allow fd argument to be NULL.
8902         (exec_file_find): Update comment.
8903         (solib_find): Likewise.
8904         * exec.c (exec_file_locate_attach): Use NULL as fd
8905         argument to exec_file_find to avoid having to close
8906         the opened file.
8907         * infrun.c (follow_exec): Likewise.
8908
8909 2015-04-28  Doug Evans  <dje@google.com>
8910
8911         PR python/18299
8912         * python/lib/gdb/printing.py (register_pretty_printer): Handle
8913         name or __name__ attributes.  Handle gdb module as first argument.
8914
8915 2015-04-28  Doug Evans  <dje@google.com>
8916
8917         PR python/18089
8918         * python/py-prettyprint.c (print_children): Verify result of children
8919         iterator.  Provide better error message.
8920         * python/python-internal..h (gdbpy_print_python_errors_p): Declare.
8921         * python/python.c (gdbpy_print_python_errors_p): New function.
8922
8923 2015-04-28  Doug Evans  <dje@google.com>
8924
8925         * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
8926
8927 2015-04-28  Sasha Smundak  <asmundak@google.com>
8928
8929         * NEWS: Mention gdb.Type.optimized_out method.
8930         * python/py-type.c (typy_optimized_out):  New function.
8931
8932 2015-04-28  John Baldwin  <jhb@FreeBSD.org>
8933
8934         * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
8935
8936 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8937
8938         * utils.c (init_page_info): Set rl_catch_sigwinch to zero.
8939         (initialize_utils): Move call of init_page_info() to ...
8940         * top.c (gdb_init): ... here.
8941
8942 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8943
8944         * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment.
8945         (tui_sigwinch_handler): Still update our idea of
8946         the terminal's width and height even when TUI is not active.
8947
8948 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8949
8950         * utils.h (set_screen_width_and_height): Declare.
8951         * utils.c (set_screen_width_and_height): Define.
8952         * tui/tui-win.c (tui_update_gdb_sizes): Use it.
8953
8954 2015-04-28  Gary Benson <gbenson@redhat.com>
8955
8956         * infrun.c (solist.h): New include.
8957         (follow_exec): Use exec_file_find to prefix execd_pathname
8958         with gdb_sysroot.
8959
8960 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8961
8962         * tui/tui-source.c (tui_set_source_content): Avoid calling
8963         strcpy() when offset is 0.
8964
8965 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8966
8967         PR gdb/18155
8968         * tui/tui-data.c (tui_free_window): Don't free the locator
8969         window when passed an SRC_WIN or a DISASSEM_WIN.
8970
8971 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8972
8973         * tui/tui-data.h (struct tui_win_element): Forward-declare.
8974         (tui_win_content): Move declaration.
8975         (struct tui_gen_win_info): Give 'content' field the
8976         type tui_win_content.
8977         * tui/tui-data.c (init_content_element): Remove redundant and
8978         erroneous casts.
8979         (tui_add_content_elements): Remove erroneous cast.
8980         * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant
8981         casts.
8982         (tui_get_begin_asm_address): Likewise.
8983         * tui/tui-regs.c (tui_show_registers): Likewise.
8984         (tui_show_register_group): Likewise.
8985         (tui_display_registers_from): Likewise.
8986         (tui_check_register_values): Likewise.
8987         * tui/tui-source.c (tui_set_source_content): Likewise.
8988         (tui_set_source_content_nil): Likewise.
8989         (tui_source_is_displayed): Likewise.
8990         * tui/tui-stack.c (tui_show_locator_content): Likewise.
8991         (tui_set_locator_fullname): Likewise.
8992         (tui_set_locator_info): Likewise.
8993         (tui_show_frame_info): Likewise.
8994         * tui/tui-winsource.c (tui_clear_source_content): Likewise.
8995         (tui_show_source_line): Likewise.
8996         (tui_horizontal_source_scroll): Likewise.
8997         (tui_update_breakpoint_info): Likewise.
8998         (tui_set_exec_info_content): Likewise.
8999         (tui_show_exec_info_content): Likewise.
9000         (tui_alloc_source_buffer): Likewise.
9001         (tui_line_is_displayed): Likewise.
9002         (tui_addr_is_displayed): Likewise.
9003
9004 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
9005
9006         * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD
9007         event if PL_FLAG_EXEC is set.
9008         [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function.
9009         [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function.
9010         (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set
9011         "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint".
9012         Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint".
9013
9014 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
9015
9016         * fbsd-nat.c: [PT_LWPINFO] New variable super_wait.
9017         [TDP_RFPPWAIT] New variable fbsd_pending_children.
9018         [TDP_RFPPWAIT] (fbsd_remember_child): New function.
9019         [TDP_RFPPWAIT] (fbsd_is_child_pending): New function.
9020         [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function.
9021         [PT_LWPINFO] (fbsd_wait): New function.
9022         [TDP_RFPPWAIT] (fbsd_follow_fork): New function.
9023         [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function.
9024         [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function.
9025         [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function.
9026         [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function.
9027         [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function.
9028         [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function.
9029         [TDP_RFPPWAIT] (fbsd_post_attach): New function.
9030         (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to
9031         "fbsd_wait".
9032         [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork".
9033         Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint".
9034         Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint".
9035         Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint".
9036         Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint".
9037         Set "to_post_startup_inferior" to "fbsd_post_startup_inferior".
9038         Set "to_post_attach" to "fbsd_post_attach".
9039
9040 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
9041
9042         * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static.
9043         (fbsd_find_memory_regions): Mark static.
9044         (fbsd_nat_add_target): New function.
9045         * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for
9046         fbsd_pid_to_exec_file and fbsd_find_memory_regions.
9047         * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target.
9048         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise.
9049         * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise.
9050         * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise.
9051
9052 2015-04-27  Gary Benson <gbenson@redhat.com>
9053
9054         * objfiles.c (allocate_objfile): Do not attempt to expand name
9055         if name is a "target:" filename.
9056         * auto-load.c (load_auto_scripts_for_objfile): Do not attempt
9057         to load auto-load scripts for objfiles with "target:" filenames.
9058
9059 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9060
9061         * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h".
9062         (enum s390_vector_abi_kind): New enum.
9063         (struct gdbarch_tdep)<vector_abi>: New field.
9064         (s390_effective_inner_type): Add parameter min_size.  Stop
9065         unwrapping if the inner type is smaller than min_size.
9066         (s390_function_arg_float): Adjust call to
9067         s390_effective_inner_type.
9068         (s390_function_arg_vector): New function.
9069         (s390_function_arg_integer): Adjust comment.
9070         (struct s390_arg_state)<vr>: New field.
9071         (s390_handle_arg): Add parameter 'is_unnamed'.  Pass vector
9072         arguments according to vector ABI when appropriate.
9073         (s390_push_dummy_call): Initialize the argument state's field
9074         'vr'.  Adjust calls to s390_handle_arg.
9075         (s390_register_return_value): Handle vector return values.
9076         (s390_return_value): Apply the "register" return value convention
9077         to a vector when appropriate.
9078         (s390_gdbarch_init): Initialize tdep->vector_abi.
9079         * NEWS: Announce S390 vector ABI support.
9080
9081 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9082
9083         * s390-linux-tdep.c (s390_return_value_convention): Remove
9084         function.  Inline its logic...
9085         (s390_return_value): ...here.  Instead, move the handling of the
9086         "register" return value convention...
9087         (s390_register_return_value): ...here.  New function.
9088
9089 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9090
9091         * s390-linux-tdep.c
9092         (is_float_singleton): Remove function.  Move the "singleton" part
9093         of the logic...
9094         (s390_effective_inner_type): ...here.  New function.
9095         (is_float_like): Remove function.  Inline its logic...
9096         (s390_function_arg_float): ...here.
9097         (is_pointer_like, is_integer_like, is_struct_like): Remove
9098         functions.  Inline their logic...
9099         (s390_function_arg_integer): ...here.
9100         (s390_function_arg_pass_by_reference): Remove function.
9101         (extend_simple_arg): Remove function.
9102         (alignment_of): Remove function.
9103         (struct s390_arg_state): New structure.
9104         (s390_handle_arg): New function.
9105         (s390_push_dummy_call): Move parameter placement logic to the new
9106         function s390_handle_arg.  Call it for calculating the stack area
9107         sizes first, and again for actually writing the parameters.
9108
9109 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9110
9111         * s390-linux-tdep.c (is_power_of_two): Add comment.  Return
9112           false if the argument is zero.
9113
9114 2015-04-27  Pierre-Marie de Rodat  <derodat@adacore.com>
9115
9116         * ada-lang.c (template_to_static_fixed_type): Return input type
9117         when it is already fixed.  Cache the input type itself when not
9118         creating a static fixed copy.  Make it explicit that we never
9119         molestate the input type.
9120         * gdbtypes.c (resolve_dynamic_struct): Reset the
9121         TYPE_TARGET_TYPE field for resolved copies.
9122
9123 2015-04-27  Joel Brobecker  <brobecker@adacore.com>
9124
9125         * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef.
9126         (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef.
9127         (template_to_static_fixed_type): Call ada_check_typedef only
9128         when necessary.
9129
9130 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
9131
9132         * cli/cli-dump.c (srec_dump_command): Add internationalization
9133         mark ups.
9134         (ihex_dump_command): Likewise.
9135         (tekhex_dump_command): Likewise.
9136         (binary_dump_command): Likewise.
9137         (binary_append_command): Likewise.
9138
9139 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
9140
9141         * cli/cli-dump.c (verilog_cmdlist): New variable.
9142         (dump_verilog_memory): New function.
9143         (dump_verilog_value): New function.
9144         (verilog_dump_command): New function.
9145         (_initialize_cli_dump): Add new commands to support verilog dump
9146         format.
9147         * NEWS: Add entry for "dump verilog".
9148
9149 2015-04-24  Pierre-Marie de Rodat  <derodat@adacore.com>
9150
9151         * gdbtypes.c (print_gnat_stuff): Do not recurse on the
9152         descriptive type when there is none.
9153
9154 2015-04-23  Patrick Palka  <patrick@parcs.ath.cx>
9155
9156         * tui/tui-win.c (tui_async_resize_screen): Call
9157         rl_resize_terminal().
9158
9159 2015-04-22  Jon Turney  <jon.turney@dronecode.org.uk>
9160
9161         * windows-nat.c (handle_output_debug_string): Don't change
9162         current_event.dwThreadId.
9163         (get_windows_debug_event): Use thread_id, rather than relying on
9164         current_event.dwThreadId being changed.
9165
9166 2015-04-22  Jon Turney  <jon.turney@dronecode.org.uk>
9167
9168         * windows-nat.c (windows_continue): Report an error if
9169         ContinueDebugEvent() fails.
9170
9171 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
9172
9173         * windows-nat.c (windows_resume): Fix misspelling in debug output.
9174
9175 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
9176
9177         * windows-nat.c (get_windows_debug_event): Replace retval with
9178         thread_id throughout.  Update stale comment.
9179
9180 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
9181
9182         * windows-nat.c (get_windows_debug_event): Don't use ternary
9183         conditional operator.
9184
9185 2015-04-21  Pierre Muller  <muller@sourceware.org>
9186
9187         PR pascal/17815
9188         p-exp.y (yylex): Reorganize code to return the matched pattern
9189         for a field of this.
9190
9191 2015-04-21  Gary Benson <gbenson@redhat.com>
9192
9193         * common/fileio.h (fileio_to_host_openflags): New declaration.
9194         * common/fileio.c (fcntl.h): New include.
9195         (fileio_to_host_openflags): New function, factored out from...
9196         * inf-child.c (inf_child_fileio_open_flags_to_host): ...here.
9197         Single use updated.
9198
9199 2015-04-21  Kevin Buettner  <kevinb@redhat.com>
9200
9201         * rl78-tdep.c (RL78_SP_ADDR): Define.
9202         (opc_reg_to_gdb_regnum): New static function.
9203         (rl78_analyze_prologue): Recognize instructions forming slightly
9204         more interesting prologues.
9205
9206 2015-04-20  Pierre-Marie de Rodat  <derodat@adacore.com>
9207
9208         Revert:
9209         2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9210         * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
9211         TYPE_CODE_REF types so that they are not considered as dynamic
9212         depending on the referenced type.
9213         (resolve_dynamic_type_internal): Likewise.
9214
9215 2015-04-20  Pierre-Marie de Rodat  <derodat@adacore.com>
9216
9217         Revert:
9218         2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9219         * gdbtypes.c (is_dynamic_type_internal): Remove the unused
9220         "top_level" parameter.
9221         (resolve_dynamic_type_internal): Remove the unused "top_level"
9222         parameter.  Update call to is_dynamic_type_internal.
9223         (is_dynamic_type): Update call to is_dynamic_type_internal.
9224         (resolve_dynamic_range): Update call to
9225         resolve_dynamic_type_internal.
9226         (resolve_dynamic_union): Likewise.
9227         (resolve_dynamic_struct): Likewise.
9228         (resolve_dynamic_type): Likewise.
9229
9230 2015-04-19  Gabriel Krisman Bertazi  <gabriel@krisman.be>
9231
9232         * breakpoint.c (update_dprintf_command_list): Remove duplicated
9233         xmalloc.
9234
9235 2015-04-20  Thomas Schwinge  <thomas@codesourcery.com>
9236
9237         * reply_mig_hack.awk: Robustify parsing.
9238
9239         * reply_mig_hack.awk: Don't bother to declare an intermediate
9240         function pointer variable.
9241
9242 2015-04-17  Doug Evans  <dje@google.com>
9243
9244         * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement"
9245         to "exec_displacement" to avoid confusion with inner use of the name.
9246
9247 2015-04-17  Pedro Alves  <palves@redhat.com>
9248
9249         * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero
9250         if HW point of TYPE isn't supported.
9251
9252 2015-04-17  Yao Qi  <yao.qi@linaro.org>
9253             Pedro Alves  <palves@redhat.com>
9254
9255         * target.h (target_can_use_hardware_watchpoint): Update comments.
9256         Remove trailing ";".
9257
9258 2015-04-17  Gary Benson <gbenson@redhat.com>
9259
9260         * remote.c (remote_add_inferior): New argument try_open_exec.
9261         If nonzero, attempt to open the inferior's executable file as
9262         the main executable if no main executable is open already.
9263         All callers updated.
9264         * NEWS: Mention that GDB now supports automatic location and
9265         retrieval of executable + files from remote targets.
9266
9267 2015-04-17  Gary Benson <gbenson@redhat.com>
9268
9269         * target.h (TARGET_OBJECT_EXEC_FILE): New enum value.
9270         * remote.c (PACKET_qXfer_exec_file): Likewise.
9271         (remote_protocol_features): Register the
9272         "qXfer:exec-file:read" feature.
9273         (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE.
9274         (remote_pid_to_exec_file): New function.
9275         (init_remote_ops): Initialize to_pid_to_exec_file.
9276         (_initialize_remote): Register new "set/show remote
9277         pid-to-exec-file-packet" command.
9278         * NEWS: Announce new qXfer:exec-file:read packet.
9279
9280 2015-04-17  Gary Benson <gbenson@redhat.com>
9281
9282         * nat/linux-procfs.h (linux_proc_pid_to_exec_file):
9283         New declaration.
9284         * nat/linux-procfs.c (linux_proc_pid_to_exec_file):
9285         New function, factored out from...
9286         * linux-nat.c (linux_child_pid_to_exec_file): ...here.
9287
9288 2015-04-17  Gary Benson <gbenson@redhat.com>
9289
9290         * exec.c (solist.h): New include.
9291         (exec_file_locate_attach): Prefix absolute executable
9292         paths with gdb_sysroot if set.
9293         * NEWS: Mention that executable paths may be prepended
9294         with sysroot.
9295
9296 2015-04-17  Gary Benson <gbenson@redhat.com>
9297
9298         * solist.h (exec_file_find): New declaration.
9299         * solib.c (solib_find_1): New function, factored out from...
9300         (solib_find): ...here.
9301         (exec_file_find): New function.
9302
9303 2015-04-17  Gary Benson <gbenson@redhat.com>
9304
9305         * gdbcore.h (exec_file_locate_attach): New declaration.
9306         * exec.c (exec_file_locate_attach): New function, factored
9307         out from...
9308         * infcmd.c (attach_command_post_wait): ...here.
9309
9310 2015-04-17  Mike Frysinger  <vapier@gentoo.org>
9311
9312         * MAINTAINERS: Add myself for Blackfin/write-after-approval.
9313
9314 2015-04-16  Yao Qi  <yao.qi@linaro.org>
9315
9316         * infrun.c (maybe_software_singlestep): Declare.
9317         (displaced_step_fixup): Call maybe_software_singlestep.
9318
9319 2015-04-15  Doug Evans  <dje@google.com>
9320
9321         * psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
9322
9323 2015-04-15  Doug Evans  <dje@google.com>
9324
9325         * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls.
9326
9327 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
9328
9329         * python/lib/gdb/command/unwinders.py: Add parentheses.
9330
9331 2015-04-15  Yao Qi  <yao.qi@linaro.org>
9332
9333         * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message.
9334
9335 2015-04-15  Yao Qi  <yao.qi@linaro.org>
9336
9337         * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation.
9338
9339 2015-04-15  Yao Qi  <yao.qi@linaro.org>
9340
9341         * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
9342         dsc->insn_size instead of 4.
9343
9344 2015-04-14  Gary Benson <gbenson@redhat.com>
9345
9346         * jit.c (mem_bfd_iovec_stat): Zero supplied buffer.
9347         * minidebug.c (lzma_stat): Likewise.
9348         * solib-spu.c (spu_bfd_iovec_stat): Likewise.
9349         * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise.
9350
9351 2015-04-13  Stan Shebs  <stanshebs@google.com>
9352
9353         * MAINTAINERS: Update my email address.
9354
9355 2015-04-13  John Baldwin  <jhb@FreeBSD.org>
9356
9357         * amd64-tdep.c (amd64_target_description): New function.
9358         * amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
9359         * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
9360         (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
9361         x86 extended save area.
9362         (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
9363         * amd64bsd-nat.h: Export amd64bsd_xsave_len.
9364         * amd64fbsd-nat.c (amd64fbsd_read_description): New function.
9365         (_initialize_amd64fbsd_nat): Set "to_read_description" to
9366         "amd64fbsd_read_description".
9367         * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
9368         (amd64fbsd_supply_xstateregset): New function.
9369         (amd64fbsd_collect_xstateregset): New function.
9370         Add "amd64fbsd_xstateregset".
9371         (amd64fbsd_iterate_over_regset_sections): New function.
9372         (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
9373         "I386_FBSD_XSAVE_XCR0_OFFSET".
9374         Add "iterate_over_regset_sections" gdbarch method.
9375         Add "core_read_description" gdbarch method.
9376         * i386-tdep.c (i386_target_description): New function.
9377         * i386-tdep.h: Export i386_target_description and tdesc_i386.
9378         * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
9379         (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
9380         x86 extended save area.
9381         (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
9382         * i386bsd-nat.h: Export i386bsd_xsave_len.
9383         * i386fbsd-nat.c (i386fbsd_read_description): New function.
9384         (_initialize_i386fbsd_nat): Set "to_read_description" to
9385         "i386fbsd_read_description".
9386         * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
9387         (i386fbsd_core_read_description): New function.
9388         (i386fbsd_supply_xstateregset): New function.
9389         (i386fbsd_collect_xstateregset): New function.
9390         Add "i386fbsd_xstateregset".
9391         (i386fbsd_iterate_over_regset_sections): New function.
9392         (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
9393         "I386_FBSD_XSAVE_XCR0_OFFSET".
9394         Add "iterate_over_regset_sections" gdbarch method.
9395         Add "core_read_description" gdbarch method.
9396         * i386fbsd-tdep.h: New file.
9397
9398 2015-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9399
9400         * NEWS (Changes since GDB 7.9): Add removed -xdb.
9401         * breakpoint.c (command_line_is_silent): Remove xdb_commands
9402         conditional.
9403         (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba
9404         and lb.
9405         * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and
9406         va.
9407         * cli/cli-decode.c (find_command_name_length): Remove xdb_commands
9408         conditional.
9409         * defs.h (xdb_commands): Remove declaration.
9410         * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc.
9411         * guile/scm-cmd.c (command_classes): Remove xdb from comment.
9412         * infcmd.c (run_no_args_command, go_command): Remove.
9413         (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr.
9414         * infrun.c (xdb_handle_command): Remove.
9415         (_initialize_infrun): Remove xdb_commands for lz and z.
9416         * main.c (xdb_commands): Remove variable.
9417         (captured_main): Remove "xdb" from long_options.
9418         (print_gdb_help): Remove --xdb from help.
9419         * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment.
9420         * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?.
9421         * stack.c (backtrace_full_command, args_plus_locals_info)
9422         (current_frame_command): Remove.
9423         (_initialize_stack): Remove xdb_commands for t, T and l.
9424         * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg.
9425         * thread.c (_initialize_thread): Remove xdb_commands condition.
9426         * tui/tui-layout.c (tui_toggle_layout_command)
9427         (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove.
9428         (_initialize_tui_layout): Remove xdb_commands for td and ts.
9429         * tui/tui-regs.c (tui_scroll_regs_forward_command)
9430         (tui_scroll_regs_backward_command): Remove.
9431         (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r.
9432         * tui/tui-win.c (tui_xdb_set_win_height_command): Remove.
9433         (_initialize_tui_win): Remove xdb_commands for U and w.
9434         * utils.c (pagination_on_command, pagination_off_command): Remove.
9435         (initialize_utils): Remove xdb_commands for am and sm.
9436
9437 2015-04-10  Pedro Alves  <palves@redhat.com>
9438
9439         * infrun.c (displaced_step_fixup): Switch to the event ptid
9440         earlier.  If the thread stopped for a watchpoint and the
9441         target/arch has non-continuable watchpoints, cancel the displaced
9442         step.
9443         (resume): Don't start a displaced step if in-line step-over info
9444         is valid.
9445
9446 2015-04-10  Pedro Alves  <palves@redhat.com>
9447
9448         * infrun.c (displaced_step_in_progress): New function.
9449         (do_target_resume): Advise target to report all signals if
9450         displaced stepping.
9451
9452 2015-04-10  Pedro Alves  <palves@redhat.com>
9453
9454         PR gdb/18216
9455         * infrun.c (process_event_stop_test): Don't assume a step-resume
9456         is set if tp->stepped_breakpoint is true.
9457
9458 2015-04-10  Yao Qi  <yao.qi@linaro.org>
9459
9460         * arm-tdep.c (install_alu_reg): Update comment.
9461         (thumb_copy_alu_reg): Remove local variable rn.  Update
9462         debugging message.  Use r2 instead of r1 in the modified
9463         instruction.
9464
9465 2015-04-10  Pedro Alves  <palves@redhat.com>
9466
9467         PR gdb/13858
9468         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install
9469         linux_displaced_step_location as gdbarch_displaced_step_location
9470         hook.
9471         * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
9472         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
9473         * linux-tdep.c (linux_displaced_step_location): New function,
9474         based on ppc_linux_displaced_step_location.
9475         * linux-tdep.h (linux_displaced_step_location): New declaration.
9476         * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete.
9477         (ppc_linux_inferior_created, ppc_linux_displaced_step_location):
9478         Delete.
9479         (ppc_linux_init_abi): Install linux_displaced_step_location as
9480         gdbarch_displaced_step_location hook, even without Cell/B.E..
9481         (_initialize_ppc_linux_tdep): Don't install
9482         ppc_linux_inferior_created as inferior_created observer.
9483         * s390-linux-tdep.c (s390_gdbarch_init): Install
9484         linux_displaced_step_location as gdbarch_displaced_step_location
9485         hook.
9486
9487 2015-04-09  Gary Benson <gbenson@redhat.com>
9488
9489         * common/common-remote-fileio.h: Rename to...
9490         * common/fileio.h: ...this.  Update all references.
9491         (remote_fileio_to_fio_error): Rename to...
9492         (host_to_fileio_error): ...this.
9493         (remote_fileio_to_be): Rename to...
9494         (host_to_bigendian): ...this.  Update all callers.
9495         (remote_fileio_to_fio_uint): Rename to...
9496         (host_to_fileio_uint): ...this.  Update all callers.
9497         (remote_fileio_to_fio_time): Rename to...
9498         (host_to_fileio_time): ...this.  Update all callers.
9499         (remote_fileio_to_fio_stat): Rename to...
9500         (host_to_fileio_stat): ...this.
9501         Update all references.
9502         * common/common-remote-fileio.c: Rename to...
9503         * common/fileio.c: ...this.  Update all references.
9504         (remote_fileio_to_fio_error): Rename to...
9505         (host_to_fileio_error): ...this.  Update all callers.
9506         (remote_fileio_mode_to_target): Rename to...
9507         (fileio_mode_pack): ...this.  Update all callers.
9508         (remote_fileio_to_fio_mode): Rename to...
9509         (host_to_fileio_mode): ...this.  Update all callers.
9510         (remote_fileio_to_fio_ulong): Rename to...
9511         (host_to_fileio_ulong): ...this.  Update all callers.
9512         (remote_fileio_to_fio_stat): Rename to...
9513         (host_to_fileio_stat): ...this.  Update all callers.
9514
9515 2015-04-09  Andy Wingo  <wingo@igalia.com>
9516
9517         * guile/scm-frame.c (gdbscm_frame_read_register): New function.
9518         (frame_functions): Bind gdbscm_frame_read_register to
9519         frame-read-register.
9520         * guile/lib/gdb.scm (frame-read-register): Export.
9521
9522 2015-04-09  Gary Benson <gbenson@redhat.com>
9523
9524         * common/common-remote-fileio.h (remote_fileio_to_fio_error):
9525         New declaration.
9526         * common/common-remote-fileio.c (remote_fileio_to_fio_error):
9527         New function, factored out the named functions below.
9528         * inf-child.c (gdb/fileio.h): Remove include.
9529         (common-remote-fileio.h): New include.
9530         (inf_child_errno_to_fileio_error): Remove function.  Update
9531         all callers to use remote_fileio_to_fio_error.
9532         * remote-fileio.c (remote_fileio_errno_to_target): Likewise.
9533
9534 2015-04-09  Andy Wingo  <wingo@igalia.com>
9535
9536         * MAINTAINERS (Write After Approval): Add Andy Wingo.
9537
9538 2015-04-09  H.J. Lu  <hongjiu.lu@intel.com>
9539
9540         * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir.
9541         Replace $zlibdir with $ZLIBDIR in LDFLAGS.
9542         * configure: Regenerated.
9543
9544 2015-04-09  Pedro Alves  <palves@redhat.com>
9545
9546         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
9547         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
9548         * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
9549         * gnulib/import/Makefile.am: Update.
9550         * gnulib/import/Makefile.in: Update.
9551         * gnulib/import/m4/gnulib-cache.m4: Update.
9552         * gnulib/import/m4/gnulib-comp.m4: Update.
9553         * gnulib/import/m4/strtok_r.m4: New file.
9554         * gnulib/import/strtok_r.c: New file.
9555
9556 2015-04-09  Pedro Alves  <palves@redhat.com>
9557
9558         * gnulib/update-gnulib.sh (aclocal version check): Filter out
9559         "called too early to check prototype".
9560
9561 2015-04-08  Sergio Durigan Junior  <sergiodj@redhat.com>
9562
9563         PR python/16699
9564         * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not
9565         use a caching mechanism.  Adjust comments and code to reflect
9566         that.  Replace 'sizeof' by 'strlen' when fetching 'wordobj'.
9567         (cmdpy_completer_handle_brkchars): Adjust call to
9568         cmdpy_completer_helper.  Call Py_XDECREF for 'resultobj'.
9569         (cmdpy_completer): Likewise.
9570
9571 2015-04-08  Yao Qi  <yao.qi@linaro.org>
9572
9573         * spu-tdep.c (spu_gdbarch_init): Don't call
9574         set_gdbarch_cannot_step_breakpoint.
9575
9576 2015-04-07  Sergio Durigan Junior  <sergiodj@redhat.com>
9577
9578         * linux-tdep.c (decode_vmflags): Initialize 'saveptr'.
9579
9580 2015-04-07  Pedro Alves  <palves@redhat.com>
9581
9582         * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ...
9583         (ALL_THREADS_SAFE): ... this, and don't skip exited threads.
9584         (delete_exited_threads): New declaration.
9585         * infrun.c (follow_exec): Use ALL_THREADS_SAFE.
9586         * linux-nat.c (linux_nat_update_thread_list): New function.
9587         (linux_nat_add_target): Install it.
9588         * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE.
9589         * thread.c (prune_threads): Use ALL_THREADS_SAFE.
9590         (delete_exited_threads): New function.
9591
9592 2015-04-07  Pedro Alves  <pedro@codesourcery.com>
9593
9594         * infrun.c (resume) <displaced stepping debug output>: Get the
9595         leader thread's regcache, not resume_ptid's.
9596
9597 2015-04-06  Doug Evans  <xdje42@gmail.com>
9598
9599         * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as
9600         VAR_DOMAIN.
9601         (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters.
9602         Include symbol domain in debugging output.
9603
9604 2015-04-06  Pedro Alves  <palves@redhat.com>
9605             Bernd Edlinger  <bernd.edlinger@hotmail.de>
9606
9607         * configure.ac: Remove the mingw32-specific stub-termcap.o
9608         fallback, and instead fallback to the stub termcap on all hosts.
9609         * configure: Regenerate.
9610         * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak
9611         symbols.
9612
9613 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9614
9615         * gdbtypes.c (is_dynamic_type_internal): Remove the unused
9616         "top_level" parameter.
9617         (resolve_dynamic_type_internal): Remove the unused "top_level"
9618         parameter.  Update call to is_dynamic_type_internal.
9619         (is_dynamic_type): Update call to is_dynamic_type_internal.
9620         (resolve_dynamic_range): Update call to
9621         resolve_dynamic_type_internal.
9622         (resolve_dynamic_union): Likewise.
9623         (resolve_dynamic_struct): Likewise.
9624         (resolve_dynamic_type): Likewise.
9625
9626 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9627
9628         * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
9629         TYPE_CODE_REF types so that they are not considered as dynamic
9630         depending on the referenced type.
9631         (resolve_dynamic_type_internal): Likewise.
9632
9633 2015-04-02  H.J. Lu  <hongjiu.lu@intel.com>
9634
9635         * Makefile.in (top_srcdir): New.
9636         * configure: Regenerated.
9637
9638 2015-04-02  Gary Benson <gbenson@redhat.com>
9639
9640         * NEWS: Announce the new default sysroot of "target:".
9641
9642 2015-04-02  Gary Benson <gbenson@redhat.com>
9643
9644         * main.c (captured_main): Set gdb_sysroot to "target:"
9645         if not otherwise set.
9646
9647 2015-04-02  Gary Benson <gbenson@redhat.com>
9648
9649         * exec.c (exec_file_attach): Support "target:" filenames.
9650
9651 2015-04-02  Gary Benson <gbenson@redhat.com>
9652
9653         * solib.c (solib_find): Strip "target:" prefix from sysroot
9654         if accessing local files.
9655
9656 2015-04-02  Gary Benson <gbenson@redhat.com>
9657
9658         * symfile.c (symfile_bfd_open): Reorder to remove duplicated
9659         checks and error messages.
9660
9661 2015-04-02  Gary Benson <gbenson@redhat.com>
9662
9663         * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition.
9664         (remote_filename_p): Remove declaration.
9665         (remote_bfd_open): Likewise.
9666         * remote.c (remote_bfd_iovec_open): Remove function.
9667         (remote_bfd_iovec_close): Likewise.
9668         (remote_bfd_iovec_pread): Likewise.
9669         (remote_bfd_iovec_stat): Likewise.
9670         (remote_filename_p): Likewise.
9671         (remote_bfd_open): Likewise.
9672         * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration.
9673         * symfile.c (separate_debug_file_exists): Use gdb_bfd_open.
9674         (gdb_bfd_open_maybe_remote): Remove function.
9675         (symfile_bfd_open):  Replace remote filename check with
9676         target filename check.
9677         (reread_symbols): Use gdb_bfd_open.
9678         * build-id.c (gdbcore.h): New include.
9679         (build_id_to_debug_bfd): Use gdb_bfd_open.
9680         * infcmd.c (attach_command_post_wait): Remove remote filename
9681         check.
9682         * solib.c (solib_find): Replace remote-specific handling with
9683         target-specific handling.  Update comments where necessary.
9684         (solib_bfd_open): Replace remote-specific handling with
9685         target-specific handling.
9686         (gdb_sysroot_changed): New function.
9687         (_initialize_solib): Call the above when gdb_sysroot changes.
9688         * windows-tdep.c (gdbcore.h): New include.
9689         (windows_xfer_shared_library): Use gdb_bfd_open.
9690
9691 2015-04-02  Gary Benson <gbenson@redhat.com>
9692
9693         * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition.
9694         (is_target_filename): New declaration.
9695         (gdb_bfd_has_target_filename): Likewise.
9696         (gdb_bfd_open): Update documentation comment.
9697         * gdb_bfd.c (target.h): New include.
9698         (gdb/fileio.h): Likewise.
9699         (is_target_filename): New function.
9700         (gdb_bfd_has_target_filename): Likewise.
9701         (fileio_errno_to_host): Likewise.
9702         (gdb_bfd_iovec_fileio_open): Likewise.
9703         (gdb_bfd_iovec_fileio_pread): Likewise.
9704         (gdb_bfd_iovec_fileio_close): Likewise.
9705         (gdb_bfd_iovec_fileio_fstat): Likewise.
9706         (gdb_bfd_open): Use target fileio to access paths prefixed
9707         with "target:" where necessary.
9708
9709 2015-04-02  Gary Benson <gbenson@redhat.com>
9710
9711         * target.h (struct target_ops) <to_filesystem_is_local>:
9712         New field.
9713         (target_filesystem_is_local): New macro.
9714         * target-delegates.c: Regenerate.
9715         * remote.c (remote_filesystem_is_local): New function.
9716         (init_remote_ops): Initialize to_filesystem_is_local.
9717
9718 2015-04-02  Gary Benson <gbenson@redhat.com>
9719
9720         * target.h (struct target_ops) <to_fileio_fstat>: New field.
9721         (target_fileio_fstat): New declaration.
9722         * target.c (target_fileio_fstat): New function.
9723         * inf-child.c (inf_child_fileio_fstat): Likewise.
9724         (inf_child_target): Initialize to_fileio_fstat.
9725         * remote.c (init_remote_ops): Likewise.
9726
9727 2015-04-01  Sasha Smundak  <asmundak@google.com>
9728
9729         * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o.
9730         (SUBDIR_PYTHON_SRCS): Add py-unwind.c.
9731         (py-unwind.o): New recipe.
9732         * NEWS: mention Python frame unwinding.
9733         * data-directory/Makefile.in (PYTHON_FILE_LIST): Add
9734         gdb/unwinder.py and gdb/command/unwinder.py
9735         * python/lib/gdb/__init__.py (packages): Add frame_unwinders
9736         list.
9737         (execute_unwinders): New function.
9738         * python/lib/gdb/command/unwinders.py: New file.
9739         * python/lib/gdb/unwinder.py: New file.
9740         * python/py-objfile.c (objfile_object): Add frame_unwinders field.
9741         (objfpy_dealloc): Decrement frame_unwinders reference count.
9742         (objfpy_initialize): Create frame_unwinders list.
9743         (objfpy_get_frame_unwinders): New function.
9744         (objfpy_set_frame_unwinders): Ditto.
9745         (objfile_getset): Add frame_unwinders attribute to Objfile.
9746         * python/py-progspace.c (pspace_object): Add frame_unwinders field.
9747         (pspy_dealloc): Decrement frame_unwinders reference count.
9748         (pspy_initialize): Create frame_unwinders list.
9749         (pspy_get_frame_unwinders): New function.
9750         (pspy_set_frame_unwinders): Ditto.
9751         (pspy_getset): Add frame_unwinders attribute to gdb.Progspace.
9752         * python/py-unwind.c: New file.
9753         * python/python-internal.h (pspy_get_name_unwinders): New prototype.
9754         (objpy_get_frame_unwinders): New prototype.
9755         (gdbpy_initialize_unwind): New prototype.
9756         * python/python.c (gdbpy_apply_type_printers): Call
9757         gdbpy_initialize_unwind.
9758
9759 2015-04-01  Pedro Alves  <palves@redhat.com>
9760
9761         * infrun.c (resume): Check currently_stepping after clearing
9762         stepped_breakpoint, not before.
9763
9764 2015-04-01  Pedro Alves  <palves@redhat.com>
9765
9766         * infrun.c (print_target_wait_results): Print all the ptid
9767         elements.
9768
9769 2015-04-01  Pedro Alves  <palves@redhat.com>
9770
9771         * infrun.c (keep_going): Also discard cleanups if inserting
9772         breakpoints fails.
9773
9774 2015-04-01  Pedro Alves  <palves@redhat.com>
9775
9776         * infrun.c (wait_for_inferior): Install the
9777         finish_thread_state_cleanup cleanup across the whole function, not
9778         just around handle_inferior_event.
9779
9780 2015-04-01  Pedro Alves  <palves@redhat.com>
9781
9782         * infrun.c (resume) <step past permanent breakpoint>: Use
9783         do_target_resume.
9784
9785 2015-04-01  Pedro Alves  <palves@redhat.com>
9786
9787         * linux-nat.c (linux_handle_extended_wait): Always call set_running.
9788
9789 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
9790
9791         * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
9792
9793 2015-04-01  Pedro Alves  <palves@redhat.com>
9794
9795         * linux-thread-db.c (record_thread): Readd the thread to gdb's
9796         list if it was marked exited.
9797
9798 2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
9799
9800         * configure: Regenerated.
9801
9802 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
9803             Jan Kratochvil  <jan.kratochvil@redhat.com>
9804             Oleg Nesterov  <oleg@redhat.com>
9805
9806         PR corefiles/16092
9807         * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'.
9808         New enum identifying the various options of the coredump_filter
9809         file.
9810         (struct smaps_vmflags): New struct.
9811         (use_coredump_filter): New variable.
9812         (decode_vmflags): New function.
9813         (mapping_is_anonymous_p): Likewise.
9814         (dump_mapping_p): Likewise.
9815         (linux_find_memory_regions_full): New variables
9816         'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'.
9817         Removed variable 'modified'.  Read /proc/<PID>/smaps file; improve
9818         parsing of its information.  Implement memory mapping filtering
9819         based on its contents.
9820         (show_use_coredump_filter): New function.
9821         (_initialize_linux_tdep): New command 'set use-coredump-filter'.
9822         * NEWS: Mention the possibility of using the
9823         '/proc/PID/coredump_filter' file when generating a corefile.
9824         Mention new command 'set use-coredump-filter'.
9825
9826 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
9827
9828         * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by
9829         read_memory_unsigned_integer.
9830
9831 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
9832
9833         * Makefile.in (ZLIB): New.
9834         (ZLIBINC): Likewise.
9835         (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC).
9836         (CLIBS): Add $(ZLIB).
9837         * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS.
9838         Add -lz to LIBS.
9839         * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
9840         * top.c (print_gdb_configuration): Remove --with-zlib and
9841         --without-zlib.
9842         * config.in: Regenerated.
9843         * configure: Likewise.
9844
9845 2015-03-31  Antoine Tremblay  <antoine.tremblay@ericsson.com>
9846
9847         * NEWS: Mention info os cpus support.
9848         * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
9849         (struct osdata_type): Add cpus entry, reorder the entries in
9850         alphabetical order.
9851
9852 2015-03-31  Matthias Klose  <doko@ubuntu.com>
9853
9854         * compile/compile.c (compile_to_object): Allow triplets with or
9855         without vendor set.
9856
9857 2015-03-30  Doug Evans  <dje@google.com>
9858
9859         PR c++/18141
9860         * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
9861         klass in VAR_DOMAIN.
9862
9863 2015-03-30  Gary Benson <gbenson@redhat.com>
9864
9865         * remote.c (remote_mourn_1): Remove function.  Update all callers
9866         to use remote_mourn.
9867         (extended_remote_mourn_1): Remove function.  Update all callers
9868         to use extended_remote_mourn.
9869         (extended_remote_attach_1): Remove function.  Update all callers
9870         to use extended_remote_attach.
9871
9872 2015-03-28  James Bowman  <james.bowman@ftdichip.com>
9873
9874         * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o.
9875         (HFILES_NO_SRCDIR): Add ft32-tdep.h.
9876         (ALLDEPFILES): Add ft32-tdep.c.
9877         * configure.tgt: Add FT32 entry.
9878         * ft32-tdep.c: New file, FT32 target-dependent code.
9879         * ft32-tdep.h: New file, FT32 target-dependent code.
9880
9881 2015-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
9882
9883         Revert:
9884         2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9885         Code cleanup.
9886         * printcmd.c (print_command_1): Move expr variable scope.
9887
9888 2015-03-27  Joel Brobecker  <brobecker@adacore.com>
9889
9890         * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL.
9891
9892 2015-03-27  Andrzej Kaczmarek  <andrzej.kaczmarek@tieto.com>
9893
9894         * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special
9895         sections.
9896
9897 2015-03-26  Joel Brobecker  <brobecker@adacore.com>
9898
9899         * dtrace-probe.c (dtrace_process_dof_probe): Contain any
9900         exception raised while parsing the probe arguments.
9901         Force parsing to be done using the C language parser.
9902         * expression.h (parse_expression_with_language): Declare.
9903         * parse.c (parse_expression_with_language): New function.
9904
9905 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
9906
9907         * MAINTAINERS (Write After Approval): Add "Jon Turney".
9908
9909 2015-03-26  Andy Wingo  <wingo@igalia.com>
9910
9911         PR symtab/18148
9912         * dwarf2read.c (struct partial_die_info): Add has_const_value
9913         member.
9914         (add_partial_symbol): Don't punt on symbols that have const_value
9915         attributes.
9916         (read_partial_die): Detect DW_AT_const_value.
9917
9918 2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9919
9920         Code cleanup.
9921         * printcmd.c (print_command_1): Move expr variable scope.
9922
9923 2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9924
9925         Code cleanup.
9926         * printcmd.c (validate_format): Make the parameter cmdname const.
9927
9928 2015-03-26  Don Breazeal  <donb@codesourcery.com>
9929
9930         * remote.c (_initialize_remote): Update comment.
9931
9932 2015-03-26  Pedro Alves  <palves@redhat.com>
9933             Jon TURNEY  <jon.turney@dronecode.org.uk>
9934
9935         * coffread.c (coff_symfile_read): When constructing the name of an
9936         import stub symbol from import symbol for amd64, only skip the
9937         char after _imp_ if the target is underscored (like i386) and the
9938         char is indeed the target's leading char.
9939
9940 2015-03-25  Pedro Alves  <palves@redhat.com>
9941
9942         * target.h <to_async>: Replace 'callback' and 'context' parameters
9943         with boolean 'enable' parameter.
9944         (target_async): Replace CALLBACK and CONTEXT parameters with
9945         boolean ENABLE parameter.
9946         * inf-loop.c (inferior_event_handler): Adjust.
9947         * linux-nat.c (linux_nat_attach, linux_nat_resume)
9948         (linux_nat_resume): Adjust.
9949         (async_client_callback, async_client_context): Delete.
9950         (handle_target_event): Call inferior_event_handler directly.
9951         (linux_nat_async): Replace 'callback' and 'context' parameters
9952         with boolean 'enable' parameter.  Adjust.  Remove references to
9953         async_client_callback and async_client_context.
9954         (linux_nat_close): Adjust.
9955         * record-btrace.c (record_btrace_async): Replace 'callback' and
9956         'context' parameters with boolean 'enable' parameter.  Adjust.
9957         (record_btrace_resume): Adjust.
9958         * record-full.c (record_full_async): Replace 'callback' and
9959         'context' parameters with boolean 'enable' parameter.  Adjust.
9960         (record_full_resume, record_full_core_resume): Adjust.
9961         * remote.c (struct remote_state) <async_client_callback,
9962         async_client_context>: Delete fields.
9963         (remote_start_remote, extended_remote_attach_1, remote_resume)
9964         (extended_remote_create_inferior): Adjust.
9965         (remote_async_serial_handler): Call inferior_event_handler
9966         directly.
9967         (remote_async): Replace 'callback' and 'context' parameters with
9968         boolean 'enable' parameter.  Adjust.
9969         * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper):
9970         Adjust.
9971         * target-delegates.c: Regenerate.
9972
9973 2015-03-25  Gary Benson <gbenson@redhat.com>
9974             Pedro Alves  <palves@redhat.com>
9975
9976         * target.c (fileio_ft_t): New typedef, define object vector.
9977         (fileio_fhandles): New static variable.
9978         (is_closed_fileio_fh): New macro.
9979         (lowest_closed_fd): New static variable.
9980         (acquire_fileio_fd): New function.
9981         (release_fileio_fd): Likewise.
9982         (fileio_fd_to_fh): New macro.
9983         (target_fileio_open): Wrap the file descriptor on success.
9984         (target_fileio_pwrite): Updated to use wrapped file descriptor.
9985         (target_fileio_pread): Likewise.
9986         (target_fileio_close): Likewise.
9987
9988 2015-03-24  Pedro Alves  <palves@redhat.com>
9989
9990         * thread.c (thread_apply_all_command): Take exited threads into
9991         account.
9992
9993 2015-03-24  Pedro Alves  <palves@redhat.com>
9994
9995         * infrun.c (resume, proceed): Mention
9996         switch_back_to_stepped_thread, not switch_back_to_stepping.
9997
9998 2015-03-24  Pedro Alves  <palves@redhat.com>
9999
10000         * infrun.c (user_visible_resume_ptid): Rewrite going from
10001         most-locked to unlocked instead of the opposite.  Move comment ...
10002         * infrun.h (user_visible_resume_ptid): ... here.
10003
10004 2015-03-24  Pedro Alves  <palves@redhat.com>
10005
10006         * linux-nat.c (linux_nat_resume): Output debug logs before trying
10007         to resume the event lwp.  Use the lwp's ptid instead of the passed
10008         in (maybe wildcard) ptid.
10009         (stop_wait_callback): Tweak debug log output.
10010         (check_stopped_by_breakpoint): Tweak debug log output.  Also dump
10011         TRAP_TRACE.
10012         (linux_nat_filter_event): In debug output, distinguish a
10013         resume_stop SIGSTOP from a delayed SIGSTOP.  Output debug logs
10014         before trying to resume the lwp.
10015
10016 2015-03-24  Joel Brobecker  <brobecker@adacore.com>
10017
10018         * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove
10019         pointer indirection.
10020         * gdbtypes.c (get_dyn_prop): Adjust, following change above.
10021         (add_dyn_prop, copy_dynamic_prop_list): Likewise.
10022
10023 2015-03-24  Joel Brobecker  <brobecker@adacore.com>
10024
10025         * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>:
10026         Renames DYN_ATTR_DATA_LOCATION.
10027         (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of
10028         DYN_ATTR_DATA_LOCATION.
10029         * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION
10030         instead of DYN_ATTR_DATA_LOCATION.
10031
10032 2015-03-24  Pedro Alves  <palves@redhat.com>
10033
10034         * breakpoint.c (until_break_command): Adjust call to proceed.
10035         * gdbthread.h (struct thread_control_state) <stepping_command>:
10036         New field.
10037         * infcall.c (run_inferior_call): Adjust call to proceed.
10038         * infcmd.c (run_command_1, proceed_thread_callback, continue_1):
10039         Adjust calls to proceed.
10040         (set_step_frame): Set the current thread's step_start_function
10041         here.
10042         (step_once): Adjust calls to proceed.
10043         (jump_command, signal_command, until_next_command)
10044         (finish_backward, finish_forward, proceed_after_attach_callback)
10045         (attach_command_post_wait): Adjust calls to proceed.
10046         * infrun.c (proceed_after_vfork_done): Adjust call to proceed.
10047         (do_target_resume): New function, factored out from ...
10048         (resume): ... here.  Remove 'step' parameter.  Instead, check
10049         currently_stepping to determine whether the thread should be
10050         single-stepped.
10051         (proceed): Remove 'step' parameter and don't set the thread's
10052         step_start_function here.  Adjust call to 'resume'.
10053         (handle_inferior_event): Adjust calls to 'resume'.
10054         (switch_back_to_stepped_thread): Use do_target_resume instead of
10055         'resume'.
10056         (keep_going): Adjust calls to 'resume'.
10057         * infrun.h (proceed): Remove 'step' parameter.
10058         (resume): Likewise.
10059         * windows-nat.c (do_initial_windows_stuff): Adjust call to
10060         'resume'.
10061         * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'.
10062
10063 2015-03-24  Pedro Alves  <palves@redhat.com>
10064
10065         * gdbthread.h (struct thread_control_state) <stepping_command>:
10066         New field.
10067         * infcmd.c (step_once): Pass step=1 to clear_proceed_status.  Set
10068         the thread's stepping_command field.
10069         * infrun.c (resume): Check the thread's stepping_command flag to
10070         determine which threads should be resumed.  Rename 'entry_step'
10071         local to user_step.
10072         (clear_proceed_status_thread): Clear 'stepping_command'.
10073         (schedlock_applies): Change parameter type to struct thread_info
10074         pointer.  Adjust.
10075         (find_thread_needs_step_over): Remove 'step' parameter.  Adjust.
10076         (switch_back_to_stepped_thread): Adjust calls to
10077         'schedlock_applies'.
10078         (_initialize_infrun): Adjust "set scheduler-locking step" help.
10079
10080 2015-03-24  Pedro Alves  <palves@redhat.com>
10081
10082         * infrun.c (step_start_function): Delete and ...
10083         * gdbthread.h (struct thread_control_state) <step_start_function>:
10084         ... now a field here.
10085         * infrun.c (clear_proceed_status_thread): Clear the thread's
10086         step_start_function.
10087         (proceed, process_event_stop_test, print_stop_event): Adjust.
10088
10089 2015-03-24  Pedro Alves  <palves@redhat.com>
10090
10091         * infrun.c (proceed): No longer handle negative step.
10092
10093 2015-03-24  Gary Benson  <gbenson@redhat.com>
10094
10095         * nat/x86-linux.h (x86_linux_new_thread): New declaration.
10096         (x86_linux_prepare_to_resume): Likewise.
10097         * x86-linux-nat.c (x86_linux_new_thread):
10098         Moved to nat/x86-linux.c.
10099         (x86_linux_prepare_to_resume): Likewise.
10100         * nat/x86-linux.c (x86_linux_new_thread): New function.
10101         (x86_linux_prepare_to_resume): Likewise.
10102
10103 2015-03-24  Gary Benson  <gbenson@redhat.com>
10104
10105         * nat/x86-linux-dregs.h: New file.
10106         * nat/x86-linux-dregs.c: Likewise.
10107         * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
10108         (x86-linux-dregs.o): New rule.
10109         * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
10110         * config/i386/linux64.mh (NATDEPFILES): Likewise.
10111         * x86-linux-nat.c: Include nat/x86-linux-dregs.h.
10112         (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
10113         (x86_linux_dr_get): Likewise.
10114         (x86_linux_dr_set): Likewise.
10115         (x86_linux_dr_get_addr): Likewise.
10116         (x86_linux_dr_get_control): Likewise.
10117         (x86_linux_dr_get_status): Likewise.
10118         (update_debug_registers_callback): Likewise.
10119         (x86_linux_dr_set_control): Likewise.
10120         (x86_linux_dr_set_addr): Likewise.
10121         (x86_linux_update_debug_registers): Likewise.
10122
10123 2015-03-24  Gary Benson  <gbenson@redhat.com>
10124
10125         * x86-linux-nat.c (x86_linux_update_debug_registers):
10126         New function, factored out from...
10127         (x86_linux_prepare_to_resume): ...this.
10128
10129 2015-03-24  Gary Benson  <gbenson@redhat.com>
10130
10131         * x86-linux-nat.c (x86_linux_dr_get): Update comments.
10132         (x86_linux_dr_set): Likewise.
10133         (x86_linux_dr_get_addr): Likewise.
10134         (x86_linux_dr_get_control): Likewise.
10135         (x86_linux_dr_get_status): Likewise.
10136         (update_debug_registers_callback): Likewise.
10137         (x86_linux_dr_set_control): Likewise.
10138         (x86_linux_dr_set_addr): Likewise.
10139         (x86_linux_prepare_to_resume): Likewise.
10140         (x86_linux_new_thread): Likewise.
10141
10142 2015-03-24  Gary Benson  <gbenson@redhat.com>
10143
10144         * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion.
10145         (x86_linux_new_thread): Rename argument.
10146
10147 2015-03-24  Gary Benson  <gbenson@redhat.com>
10148
10149         * nat/x86-linux.h: New file.
10150         * nat/x86-linux.c: Likewise.
10151         * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h.
10152         (x86-linux.o): New rule.
10153         * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o.
10154         * config/i386/linux64.mh (NATDEPFILES): Likewise.
10155         * nat/linux-nat.h (struct arch_lwp_info): New forward declaration.
10156         (lwp_set_arch_private_info): New declaration.
10157         (lwp_arch_private_info): Likewise.
10158         * linux-nat.c (lwp_set_arch_private_info): New function.
10159         (lwp_arch_private_info): Likewise.
10160         * x86-linux-nat.c: Include nat/x86-linux.h.
10161         (arch_lwp_info): Removed structure.
10162         (update_debug_registers_callback):
10163         Use lwp_set_debug_registers_changed.
10164         (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
10165         and lwp_set_debug_registers_changed.
10166         (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
10167
10168 2015-03-24  Gary Benson  <gbenson@redhat.com>
10169
10170         * nat/linux-nat.h (ptid_of_lwp): New declaration.
10171         (lwp_is_stopped): Likewise.
10172         (lwp_stop_reason): Likewise.
10173         * linux-nat.c (ptid_of_lwp): New function.
10174         (lwp_is_stopped): Likewise.
10175         (lwp_is_stopped_by_watchpoint): Likewise.
10176         * x86-linux-nat.c (update_debug_registers_callback):
10177         Use lwp_is_stopped.
10178         (x86_linux_prepare_to_resume): Use ptid_of_lwp and
10179         lwp_stop_reason.
10180
10181 2015-03-24  Gary Benson  <gbenson@redhat.com>
10182
10183         * linux-nat.h (linux_stop_lwp): Move declaration to...
10184         * nat/linux-nat.h (linux_stop_lwp): New declaration.
10185
10186 2015-03-24  Gary Benson  <gbenson@redhat.com>
10187
10188         * linux-nat.h: Include nat/linux-nat.h.
10189         (iterate_over_lwps): Move declaration to nat/linux-nat.h.
10190         * nat/linux-nat.h (struct lwp_info): New forward declaration.
10191         (iterate_over_lwps_ftype): New typedef.
10192         (iterate_over_lwps): New declaration.
10193         * linux-nat.h (iterate_over_lwps): Update comment.  Use
10194         iterate_over_lwps_ftype.  Update callback return value check.
10195
10196 2015-03-24  Gary Benson  <gbenson@redhat.com>
10197
10198         * x86-nat.h (x86_debug_reg_state): Move declaration to...
10199         * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
10200
10201 2015-03-24  Gary Benson  <gbenson@redhat.com>
10202
10203         * nat/linux-nat.h (current_lwp_ptid): New declaration.
10204         * linux-nat.c (current_lwp_ptid): New function.
10205         * x86-linux-nat.c: Include nat/linux-nat.h.
10206         (x86_linux_dr_get_addr): Use current_lwp_ptid.
10207         (x86_linux_dr_get_control): Likewise.
10208         (x86_linux_dr_get_status): Likewise.
10209         (x86_linux_dr_set_control): Likewise.
10210         (x86_linux_dr_set_addr): Likewise.
10211
10212 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10213
10214         PR breakpoints/16466
10215         * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
10216
10217 2015-03-23  Joel Brobecker  <brobecker@adacore.com>
10218
10219         * ser-mingw.c (ser_windows_setparity): Fix indentation.
10220         * ser-unix.c (hardwire_setparity): Likewise.
10221
10222 2015-03-23  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
10223
10224         * NEWS: Mention set/show serial parity command.
10225         * monitor.c (monitor_open): Call serial_setparity.
10226         * remote.c (remote_open_1): Likewise.
10227         * ser-base.c (ser_base_serparity): New function.
10228         * ser-base.h (ser_base_setparity): Add  declaration.
10229         * ser-go32.c (dos_ops): Set "setparity" field.
10230         * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
10231         state.Parity.
10232         (ser_windows_setparity): New function.
10233         (hardwire_ops): Add ser_windows_setparity.
10234         (tty_ops): Add NULL for setparity field.
10235         (pipe_ops): Add ser_base_setparity.
10236         (tcp_ops): Likewise.
10237         * ser-pipe.c (pipe_ops): Likewise.
10238         * ser-tcp.c (tcp_ops): Likewise.
10239         * ser-unix.c (hardwire_setparity): Add declaration.
10240         (hardwire_raw): Don't reset PARENB flag.
10241         (hardwire_setparity): New function.
10242         (hardwire_ops): Add hardwire_setparity.
10243         * serial.c (serial_setparity): New function.
10244         (serial_parity): New global.
10245         (parity_none, parity_odd, parity_even, parity_enums, parity):
10246         New static globals.
10247         (set_parity): New function.
10248         (_initialize_serial): Add set/show serial parity commands.
10249         * serial.h (GDBPARITY_NONE): Define.
10250         (GDBPARITY_ODD): Define.
10251         (GDBPARITY_EVEN): Define.
10252         (serial_setparity) Add declaration.
10253         (struct serial_ops): Add setparity field.
10254         * target.h (serial_parity): Add declaration.
10255
10256 2015-03-23  Keith Seitz  <keiths@redhat.com>
10257
10258         * linespec.c (linespec_lexer_lex_keyword): Update comment.
10259
10260 2015-03-23  Keith Seitz  <keiths@redhat.com>
10261
10262         * breakpoint.c (parse_breakpoint_sals): Use
10263         linespec_lexer_lex_keyword to ascertain if the user specified
10264         a NULL location.
10265         * linespec.c [IF_KEYWORD_INDEX]: Define.
10266         (linespec_lexer_lex_keyword): Export.
10267         (struct ls_parser) <keyword_ok>: Remove.
10268         A keyword is only a keyword if not followed by another keyword.
10269         (linespec_lexer_lex_one): Remove keyword_ok handling.
10270         Add comment explaining why the parsing stream is not advanced
10271         when a keyword is seen.
10272         (parse_linespec): Remove parser->keyword_ok.
10273         * linespec.h (linespec_lexer_lex_keyword): Add declaration.
10274
10275 2015-03-23  Keith Seitz  <keiths@redhat.com>
10276
10277         PR gdb/18021
10278         * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
10279         if we find a static method with DW_AT_vtable_elem_location.
10280
10281 2015-03-21  Eli Zaretskii  <eliz@gnu.org>
10282
10283         * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
10284         before the second loop, to avoid undefined behavior.  Reported by
10285         Anton Blanchard <anton@samba.org>.
10286
10287 2015-03-20  Keven Boell  <keven.boell@intel.com>
10288
10289         * gdbtypes.c (resolve_dynamic_type_internal): Adapt
10290         data_location usage to linked list.
10291         (resolve_dynamic_type_internal): Adapt data_location to
10292         linked list.
10293         (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
10294         (copy_type_recursive, copy_type): Add copy of linked list.
10295         * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
10296         (struct dynamic_prop_list): New struct.
10297         * dwarf2read.c (set_die_type): Set data_location data.
10298
10299 2015-03-20  Pedro Alves  <palves@redhat.com>
10300
10301         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
10302         inner block and make it const.
10303         * machoread.c (get_archive_prefix_len): Make "lparen" const.
10304
10305 2015-03-20  Pedro Alves  <palves@redhat.com>
10306
10307         * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
10308         * breakpoint.h (set_breakpoint_condition): Update declaration.
10309
10310 2015-03-20  Pedro Alves  <palves@redhat.com>
10311
10312         * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
10313
10314 2015-03-20  Pedro Alves  <palves@redhat.com>
10315
10316         * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
10317
10318 2015-03-20  Pedro Alves  <palves@redhat.com>
10319
10320         * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
10321
10322 2015-03-20  Pedro Alves  <palves@redhat.com>
10323
10324         * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
10325         (nto_init_solib_absolute_prefix): Likewise.
10326
10327 2015-03-20  Pedro Alves  <palves@redhat.com>
10328
10329         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
10330         * spu-tdep.c (spu_gdbarch_init): Make "name" const.
10331
10332 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
10333
10334         * config/djgpp/README: Remove gdb.hp.
10335
10336 2015-03-20  Yao Qi  <yao.qi@linaro.org>
10337
10338         * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
10339         set_gdbarch_cannot_step_breakpoint.
10340
10341 2015-03-19  Pedro Alves  <palves@redhat.com>
10342
10343         * linux-nat.c (linux_resume_one_lwp): Rename to ...
10344         (linux_resume_one_lwp_throw): ... this.  Don't handle ESRCH here,
10345         instead call perror_with_name.
10346         (check_ptrace_stopped_lwp_gone): New function.
10347         (linux_resume_one_lwp): Reimplement as wrapper around
10348         linux_resume_one_lwp_throw that swallows errors if the LWP is
10349         gone.
10350         (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
10351         swallows errors if the LWP is gone.  Use
10352         linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
10353
10354 2015-03-19  Pedro Alves  <palves@redhat.com>
10355
10356         * linux-nat.c (status_callback): Return early if the LWP has no
10357         status pending.
10358
10359 2015-03-19  Pedro Alves  <palves@redhat.com>
10360
10361         * linux-nat.c (select_event_lwp_callback): Update comment to no
10362         longer mention SIGTRAP.
10363
10364 2015-03-18  Tristan Gingold  <gingold@adacore.com>
10365
10366         * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
10367         redirection code to ...
10368         (amd64_windows_frame_decode_insns): ... Here.  Fix in prologue
10369         checks.  Fix SAVE_NONVOL operations.  Add debug code and comments.
10370
10371 2015-03-18  Gary Benson <gbenson@redhat.com>
10372
10373         (remote_protocol_features): Remove the "vFile:fstat" feature.
10374         (remote_hostio_fstat): Probe for "vFile:fstat" support.
10375
10376 2015-03-11  Yao Qi  <yao.qi@linaro.org>
10377
10378         PR tdep/18107
10379         * aarch64-linux-tdep.c: Include xml-syscall.h
10380         (aarch64_linux_get_syscall_number): New function.
10381         (aarch64_linux_init_abi): Call
10382         set_gdbarch_get_syscall_number.
10383         * syscalls/aarch64-linux.xml: New file.
10384
10385 2015-03-17  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
10386
10387         * ser-base.h (ser_base_setstopbits): Change second argument name
10388         from "rate" to "num".
10389
10390 2015-03-17  Gary Benson <gbenson@redhat.com>
10391             Luke Allardyce <lukeallardyce@gmail.com>
10392
10393         PR gdb/18131
10394         * common/common-remote-fileio.h (sys/stat.h): New include.
10395         (stuct stat): Remove forward declaration.
10396
10397 2015-03-16  John Baldwin  <jhb@FreeBSD.org>
10398
10399         * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
10400         before writing core register notes.
10401
10402 2015-03-16  Yuanhui Zhang  <asmwarrior@gmail.com>
10403             Pedro Alves  <palves@redhat.com>
10404
10405         * gdb_curses.h (tgetnum): Mark with EXTERN_C.
10406         * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
10407         (tgoto): Wrap with extern "C".
10408
10409 2015-03-16  Pedro Alves  <palves@redhat.com>
10410             Yuanhui Zhang  <asmwarrior@gmail.com>
10411
10412         * stub-termcap.c (tputs): Change prototype.
10413
10414 2015-03-16  Yuanhui Zhang  <asmwarrior@gmail.com>
10415             Pedro Alves  <palves@redhat.com>
10416
10417         * windows-nat.c (struct thread_info_struct): Rename to ...
10418         (struct windows_thread_info_struct): ... this.
10419         (thread_info): Rename to ...
10420         (windows_thread_info): ... this.
10421         All users updated.
10422
10423 2015-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10424             Pedro Alves  <palves@redhat.com>
10425
10426         * NEWS: New Removed targets and native configurations.
10427
10428 2015-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
10429
10430         Remove HPUX.
10431         * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
10432         (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
10433         (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
10434         ia64-hpux-tdep.h, solib-ia64-hpux.h.
10435         (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
10436         ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
10437         * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
10438         hppa-hpux-tdep.c.
10439         * config/ia64/hpux.mh: Remove file.
10440         * config/pa/hpux.mh: Remove file.
10441         * configure: Rebuilt.
10442         * configure.ac (dlgetmodinfo, somread.o): Remove.
10443         * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10444         (ia64-*-hpux*): Remove its float format exception.
10445         * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10446         * hppa-hpux-nat.c: Remove file.
10447         * hppa-hpux-tdep.c: Remove file.
10448         * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
10449         Move them here from hppa-tdep.h
10450         (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
10451         (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
10452         * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
10453         Move them to hppa-tdep.c.
10454         (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
10455         declarations.
10456         * ia64-hpux-nat.c: Remove file.
10457         * ia64-hpux-tdep.c: Remove file.
10458         * ia64-hpux-tdep.h: Remove file.
10459         * inf-ttrace.c: Remove file.
10460         * inf-ttrace.h: Remove file.
10461         * solib-ia64-hpux.c: Remove file.
10462         * solib-ia64-hpux.h: Remove file.
10463         * solib-pa64.c: Remove file.
10464         * solib-pa64.h: Remove file.
10465         * solib-som.c: Remove file.
10466         * solib-som.h: Remove file.
10467         * somread.c: Remove file.
10468
10469 2015-03-13  John Baldwin  <jhb@FreeBSD.org>
10470
10471         * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
10472         * config.in: Regenerate.
10473         * configure: Regenerate.
10474         * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
10475         define.
10476         (fbsd_find_memory_regions): Use kinfo_getvmmap to
10477         enumerate memory regions if present.
10478
10479 2015-03-13  John Baldwin  <jhb@FreeBSD.org>
10480
10481         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
10482         * i386fbsd-tdep.c: Fix style in various gdb_static_assert
10483         expressions.
10484         (i386fbsd_sigtramp_p): Likewise.
10485
10486 2015-03-12  John Baldwin  <jhb@FreeBSD.org>
10487
10488         * MAINTAINERS (Write After Approval): Add John Baldwin.
10489
10490 2015-03-12  Gary Benson <gbenson@redhat.com>
10491
10492         * solib.c (_initialize_solib): Make "set/show sysroot" use
10493         add_setshow_optional_filename_cmd so it can be restored to
10494         empty after being set.
10495
10496 2015-03-11  Sergio Durigan Junior  <sergiodj@redhat.com>
10497
10498         * Makefile.in (SFILES): New source break-catch-syscall.c.
10499         (COMMON_OBS): New object break-catch-syscall.o.
10500         * break-catch-syscall.c: New file.
10501         * breakpoint.c: Remove inclusion of "xml-syscall.h".
10502         (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
10503         (struct syscall_catchpoint): Likewise.
10504         (dtor_catch_syscall): Likewise.
10505         (catch_syscall_inferior_data): Likewise.
10506         (struct catch_syscall_inferior_data): Likewise.
10507         (get_catch_syscall_inferior_data): Likewise.
10508         (catch_syscall_inferior_data_cleanup): Likewise.
10509         (insert_catch_syscall): Likewise.
10510         (remove_catch_syscall): Likewise.
10511         (breakpoint_hit_catch_syscall): Likewise.
10512         (print_it_catch_syscall): Likewise.
10513         (print_one_catch_syscall): Likewise.
10514         (print_mention_catch_syscall): Likewise.
10515         (print_recreate_catch_syscall): Likewise.
10516         (catch_syscall_breakpoint_ops): Likewise.
10517         (syscall_catchpoint_p): Likewise.
10518         (create_syscall_event_catchpoint): Likewise.
10519         (catch_syscall_split_args): Likewise.
10520         (catch_syscall_command_1): Likewise.
10521         (is_syscall_catchpoint_enabled): Likewise.
10522         (catch_syscall_enabled): Likewise.
10523         (catching_syscall_number): Likewise.
10524         (catch_syscall_completer): Likewise.
10525         (clear_syscall_counts): Likewise.
10526         (initialize_breakpoint_ops): Move initialization of syscall
10527         catchpoints to break-catch-syscall.c.
10528         (_initialize_breakpoint): Move code related to syscall catchpoints
10529         to break-catch-syscall.c.
10530
10531 2015-03-11  Sergio Durigan Junior  <sergiodj@redhat.com>
10532
10533         * breakpoint.c (breakpoint_find_if): New function.
10534         * breakpoint.h (breakpoint_find_if): New prototype.
10535
10536 2015-03-11  Gary Benson <gbenson@redhat.com>
10537
10538         * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
10539         * remote-fileio.c (remote_fileio_to_host_uint): New function.
10540         (remote_fileio_to_host_ulong): Likewise.
10541         (remote_fileio_to_host_mode): Likewise.
10542         (remote_fileio_to_host_time): Likewise.
10543         (remote_fileio_to_host_stat): Likewise.
10544         * remote.c (PACKET_vFile_fstat): New enum value.
10545         (remote_protocol_features): Register the "vFile:fstat" feature.
10546         (remote_hostio_fstat): New function.
10547         (remote_bfd_iovec_stat): Use the above.
10548         (_initialize_remote): Register new "set/show remote
10549         hostio-fstat-packet" command.
10550         * symfile.c (separate_debug_file_exists): Update comment.
10551         * NEWS: Announce new vFile:fstat packet.
10552
10553 2015-03-11  Gary Benson <gbenson@redhat.com>
10554
10555         * common/common-remote-fileio.h: New file.
10556         * common/common-remote-fileio.c: Likewise.
10557         * Makefile.in (SFILES): Add common/common-remote-fileio.c.
10558         (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
10559         (COMMON_OBS): Add common-remote-fileio.o.
10560         (common-remote-fileio.o): New rule.
10561         * remote-fileio.h (common-remote-fileio.h): New include.
10562         * remote-fileio.c (gdb/fileio.h): Do not include.
10563         (remote_fileio_to_be): Moved to common-remote-fileio.h.
10564         (remote_fileio_to_fio_uint): Likewise.
10565         (remote_fileio_to_fio_time): Likewise.
10566         (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
10567         (remote_fileio_to_fio_mode): Likewise.
10568         (remote_fileio_to_fio_ulong): Likewise.
10569         (remote_fileio_to_fio_stat): Likewise.
10570
10571 2015-03-11  Andy Wingo  <wingo@igalia.com>
10572
10573         * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
10574         we were checking the cached type, not the cached dynamic type.
10575
10576 2015-03-11  Andy Wingo  <wingo@igalia.com>
10577
10578         * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
10579         other strings, as these are on the GC'd heap, and will be
10580         collected along with the smob.
10581
10582 2015-03-11  Andy Wingo  <wingo@igalia.com>
10583
10584         * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
10585         (objfile_functions): Bind gdbscm_objfile_progspace to
10586         objfile-progspace.
10587         * guile/lib/gdb.scm: Add objfile-progspace to exports.
10588
10589 2015-03-11  Andy Wingo  <wingo@igalia.com>
10590
10591         * guile/guile.c (_initialize_guile): Disable automatic
10592         finalization, if Guile offers us that possibility.
10593         * guile/guile.c (call_initialize_gdb_module):
10594         * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
10595         finalizers in appropriate places.
10596         * configure.ac (AC_TRY_LIBGUILE): Add a check for
10597         scm_set_automatic_finalization_enabled.
10598         * configure: Regenerated.
10599
10600 2015-03-11  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10601
10602         * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
10603         SAL, if possible.
10604
10605 2015-03-11  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10606
10607         * s390-linux-nat.c (struct arch_lwp_info): New.
10608         (s390_fix_watch_points): Rename to...
10609         (s390_prepare_to_resume): ...this.  Skip the PER info update
10610         unless the watch points have changed.
10611         (s390_refresh_per_info, s390_new_thread): New functions.
10612         (s390_insert_watchpoint): Call s390_refresh_per_info instead of
10613         s390_fix_watch_points.
10614         (s390_remove_watchpoint): Likewise.
10615         (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
10616         Register s390_prepare_to_resume.
10617
10618 2015-03-09  Pedro Alves  <palves@redhat.com>
10619
10620         Revert:
10621         2015-03-07  Pedro Alves  <palves@redhat.com>
10622         * common/gdb_socket.h: New file.
10623         * ser-tcp.c: Include gdb_socket.h.  Don't include netinet/in.h nor
10624         sys/socket.h.
10625         (net_open): Use union gdb_sockaddr_u.
10626
10627 2015-03-07  Pedro Alves  <palves@redhat.com>
10628
10629         * configure.ac (build_warnings): Move -Wmissing-prototypes
10630         -Wdeclaration-after-statement -Wmissing-parameter-type
10631         -Wold-style-declaration -Wold-style-definition to the C-specific
10632         set.
10633         * configure: Regenerate.
10634
10635 2015-03-07  Pedro Alves  <palves@redhat.com>
10636
10637         * common/gdb_socket.h: New file.
10638         * ser-tcp.c: Include gdb_socket.h.  Don't include netinet/in.h nor
10639         sys/socket.h.
10640         (net_open): Use union gdb_sockaddr_u.
10641
10642 2015-03-07  Pedro Alves  <palves@redhat.com>
10643
10644         * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
10645         (exceptions_state_mc_action_iter)
10646         (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
10647         Don't define.
10648         [__cplusplus] (try_scope_depth): New global.
10649         [__cplusplus] (exception_try_scope_entry)
10650         (exception_try_scope_exit, gdb_exception_sliced_copy)
10651         (exception_rethrow): New functions.
10652         (throw_exception): In C++ mode, throw
10653         gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
10654         gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
10655         (throw_it): In C++ mode, use try_scope_depth.
10656         * common/common-exceptions.h [!__cplusplus]
10657         (exceptions_state_mc_action_iter)
10658         (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
10659         Don't declare.
10660         [__cplusplus] (exception_try_scope_entry)
10661         (exception_try_scope_exit, exception_rethrow): Declare.
10662         [__cplusplus] (struct exception_try_scope): New struct.
10663         [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
10664         C++ exceptions.
10665         (struct gdb_exception_RETURN_MASK_ALL)
10666         (struct gdb_exception_RETURN_MASK_ERROR)
10667         (struct gdb_exception_RETURN_MASK_QUIT): New types.
10668
10669 2015-03-07  Pedro Alves  <palves@redhat.com>
10670
10671         * main.c (handle_command_errors): Remove volatile qualifier from
10672         parameter.
10673
10674 2015-03-07  Pedro Alves  <palves@redhat.com>
10675
10676         * breakpoint.c (save_breakpoints): Adjust to avoid code between
10677         TRY and CATCH.
10678         * gdbtypes.c (safe_parse_type): Remove empty line.
10679         (types_deeply_equal):
10680         * guile/scm-frame.c (gdbscm_frame_name):
10681         * linux-thread-db.c (find_new_threads_once):
10682         * python/py-breakpoint.c (bppy_get_commands):
10683         * record-btrace.c (record_btrace_insert_breakpoint)
10684         (record_btrace_remove_breakpoint, record_btrace_start_replaying)
10685         (record_btrace_start_replaying): Adjust to avoid code between TRY
10686         and CATCH.
10687
10688 2015-03-07  Pedro Alves  <palves@redhat.com>
10689
10690         * common/common-exceptions.c (struct catcher) <exception>: No
10691         longer a pointer to volatile exception.  Now an exception value.
10692         <mask>: Delete field.
10693         (exceptions_state_mc_init): Remove all parameters.  Adjust.
10694         (exceptions_state_mc): No longer pop the catcher here.
10695         (exceptions_state_mc_catch): New function.
10696         (throw_exception): Adjust.
10697         * common/common-exceptions.h (exceptions_state_mc_init): Remove
10698         all parameters.
10699         (exceptions_state_mc_catch): Declare.
10700         (TRY_CATCH): Rename to ...
10701         (TRY): ... this.  Remove EXCEPTION and MASK parameters.
10702         (CATCH, END_CATCH): New.
10703         All callers adjusted.
10704
10705 2015-03-07  Tom Tromey  <tromey@redhat.com>
10706
10707         * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
10708
10709 2015-03-07  Pedro Alves  <palves@redhat.com>
10710
10711         * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
10712         (amd64_epilogue_frame_cache): Normal exception handling code.
10713         * break-catch-throw.c (check_status_exception_catchpoint)
10714         (re_set_exception_catchpoint): Ditto.
10715         * cli/cli-interp.c (safe_execute_command):
10716         * cli/cli-script.c (script_from_file): Ditto.
10717         * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
10718         Ditto.
10719         * compile/compile-object-run.c (compile_object_run): Ditto.
10720         * cp-abi.c (baseclass_offset): Ditto.
10721         * cp-valprint.c (cp_print_value): Ditto.
10722         * exceptions.c (catch_exceptions_with_msg):
10723         * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
10724         * frame.c (get_frame_address_in_block_if_available): Ditto.
10725         * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
10726         (i386_sigtramp_frame_cache): Ditto.
10727         * infcmd.c (post_create_inferior): Ditto.
10728         * linespec.c (parse_linespec, find_linespec_symbols):
10729         * p-valprint.c (pascal_object_print_value): Ditto.
10730         * parse.c (parse_expression_for_completion): Ditto.
10731         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
10732         * remote.c (remote_get_noisy_reply): Ditto.
10733         * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
10734         * solib-svr4.c (solib_svr4_r_map): Ditto.
10735
10736 2015-03-06  Gary Benson  <gbenson@redhat.com>
10737
10738         * common/common-utils.h (startswith): New inline function.
10739         All places where this logic was used updated to use the above.
10740
10741 2015-03-05  Pedro Alves  <palves@redhat.com>
10742
10743         PR gdb/18002
10744         * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
10745         after reading the breakpoint's shadow memory.
10746
10747 2015-03-05  Mark Kettenis  <kettenis@gnu.org>
10748
10749         * hppabsd-nat.c: Remove file.
10750         * hppaobsd-nat.c: New file.
10751         * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c.  Add
10752         hppaobsd-nat.c.
10753         * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
10754         hppaobsd-nat.o.
10755
10756 2015-03-04  Pedro Alves  <palves@redhat.com>
10757
10758         * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
10759         (target_decr_pc_after_break): Delete declaration.
10760         * target.c (default_target_decr_pc_after_break)
10761         (target_decr_pc_after_break): Delete.
10762         * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
10763         gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
10764         * linux-thread-db.c (check_event): Likewise.
10765         * infrun.c (adjust_pc_after_break): Likewise.
10766         * darwin-nat.c (cancel_breakpoint): Likewise.
10767         * aix-thread.c (aix_thread_wait): Likewise.
10768         * target-delegates.c: Regenerate.
10769
10770 2015-03-04  Pedro Alves  <palves@redhat.com>
10771
10772         * linux-nat.c (save_sigtrap): Check for breakpoints before
10773         checking watchpoints.
10774         (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
10775         breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
10776         (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
10777         a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
10778         (linux_nat_stopped_by_sw_breakpoint)
10779         (linux_nat_supports_stopped_by_sw_breakpoint)
10780         (linux_nat_stopped_by_hw_breakpoint)
10781         (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
10782         (linux_nat_wait_1): Don't re-increment the PC if relying on
10783         SIGTRAP's siginfo->si_code.
10784         (linux_nat_add_target): Install new target methods.
10785         * linux-thread-db.c (check_event): Don't account for breakpoint PC
10786         offset if the target already adjusted the PC.
10787         * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
10788         (GDB_ARCH_TRAP_BRKPT): New.
10789         (TRAP_HWBKPT): Define if not already defined.
10790
10791 2015-03-04  Pedro Alves  <palves@redhat.com>
10792
10793         * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
10794         * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
10795         Delete field.
10796         <stop_reason>: New field.
10797         (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
10798         (packet_set_cmd_state): New function.
10799         (remote_protocol_features): Register the "swbreak" and "hwbreak"
10800         features.
10801         (remote_query_supported): If not disabled with the corresponding
10802         "set remote foo-packet" command, report support for the swbreak
10803         and hwbreak features.
10804         (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
10805         field.
10806         <stop_reason>: New field.
10807         (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
10808         (remote_wait_as): Adjust.
10809         (remote_stopped_by_sw_breakpoint)
10810         (remote_supports_stopped_by_sw_breakpoint)
10811         (remote_stopped_by_hw_breakpoint)
10812         (remote_supports_stopped_by_hw_breakpoint): New functions.
10813         (remote_stopped_by_watchpoint): New function.
10814         (init_remote_ops): Install them.
10815         (_initialize_remote): Register new "set/show remote
10816         swbreak-feature-packet" and "set/show remote
10817         swbreak-feature-packet" commands.
10818
10819 2015-03-04  Pedro Alves  <palves@redhat.com>
10820
10821         * btrace.h: Include target/waitstatus.h.
10822         (struct btrace_thread_info) <stop_reason>: New field.
10823         * record-btrace.c (record_btrace_step_thread): Use
10824         record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10825         (record_btrace_decr_pc_after_break): Delete.
10826         (record_btrace_stopped_by_sw_breakpoint)
10827         (record_btrace_supports_stopped_by_sw_breakpoint)
10828         (record_btrace_stopped_by_hw_breakpoint)
10829         (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
10830         (init_record_btrace_ops): Install them.
10831         * record-full.c (record_full_hw_watchpoint): Delete and replace
10832         with ...
10833         (record_full_stop_reason): ... this throughout.
10834         (record_full_exec_insn): Adjust.
10835         (record_full_wait_1): Adjust.  No longer re-increment the PC.
10836         (record_full_wait_1): Adjust.  Use
10837         record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10838         (record_full_stopped_by_watchpoint): Adjust.
10839         (record_full_stopped_by_sw_breakpoint)
10840         (record_full_supports_stopped_by_sw_breakpoint)
10841         (record_full_supports_stopped_by_sw_breakpoint)
10842         (record_full_stopped_by_hw_breakpoint)
10843         (record_full_supports_stopped_by_hw_breakpoint): New functions.
10844         (init_record_full_ops, init_record_full_core_ops): Install them.
10845         * record.c (record_check_stopped_by_breakpoint): New function.
10846         * record.h: Include target/waitstatus.h.
10847         (record_check_stopped_by_breakpoint): New declaration.
10848
10849 2015-03-04  Pedro Alves  <palves@redhat.com>
10850
10851         enum lwp_stop_reason -> enum target_stop_reason
10852         * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
10853         (linux_nat_stopped_by_watchpoint, status_callback)
10854         (linux_nat_wait_1): Adjust.
10855         * linux-nat.h (enum lwp_stop_reason): Delete.
10856         (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
10857         * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
10858         * target/waitstatus.h (enum target_stop_reason): New.
10859
10860 2015-03-04  Pedro Alves  <palves@redhat.com>
10861
10862         * breakpoint.c (need_moribund_for_location_type): New function.
10863         (bpstat_stop_status): Don't skipping checking moribund locations
10864         of breakpoint types which the target tell caused a stop.
10865         (program_breakpoint_here_p): New function, factored out from ...
10866         (bp_loc_is_permanent): ... this.
10867         (update_global_location_list): Don't create a moribund location if
10868         the target supports reporting stops of the type of the removed
10869         breakpoint.
10870         * breakpoint.h (program_breakpoint_here_p): New declaration.
10871         * infrun.c (adjust_pc_after_break): Return early if the target has
10872         already adjusted the PC.  Add comments.
10873         (handle_signal_stop): If nothing explains a signal, and the target
10874         tells us the stop was caused by a software breakpoint, check if
10875         there's a breakpoint instruction in the memory.  If so, adjust the
10876         PC before presenting the stop to the user.  Otherwise, ignore the
10877         trap.  If nothing explains a signal, and the target tells us the
10878         stop was caused by a hardware breakpoint, ignore the trap.
10879         * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
10880         to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
10881         to_supports_stopped_by_hw_breakpoint>: New fields.
10882         (target_stopped_by_sw_breakpoint)
10883         (target_supports_stopped_by_sw_breakpoint)
10884         (target_stopped_by_hw_breakpoint)
10885         (target_supports_stopped_by_hw_breakpoint): Define.
10886         * target-delegates.c: Regenerate.
10887
10888 2015-03-04  Pedro Alves  <palves@redhat.com>
10889
10890         * infrun.c (follow_fork_inferior): Use the whole of the
10891         inferior_ptid and pending_follow.related_pid ptids instead of
10892         building ptids from the process components.  Adjust verbose output
10893         to use target_pid_to_str.
10894         * linux-nat.c (linux_child_follow_fork): Use the whole of the
10895         inferior_ptid and pending_follow.related_pid ptids instead of
10896         building ptids from the process components.
10897
10898 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
10899
10900         * inf-ptrace.c [PT_GET_PROCESS_STATE]
10901         (inf_ptrace_insert_fork_catchpoint): New function.
10902         (inf_ptrace_remove_fork_catchpoint): New function.
10903         (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
10904
10905 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10906
10907         * s390-linux-tdep.c (s390_register_name): Return empty string
10908         instead of NULL for registers that shouldn't be visible.
10909
10910 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10911
10912         * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
10913         XML file for 64-bit targets.
10914
10915 2015-03-03  Simon Marchi  <simon.marchi@ericsson.com>
10916
10917         * target.h (find_default_create_inferior): Remove declaration.
10918         (find_default_attach): Likewise.
10919
10920 2015-03-03  Pedro Alves  <palves@redhat.com>
10921
10922         * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
10923         Use ptid_get_pid to get the overall process id when resuming all
10924         threads.
10925
10926 2015-03-03  Pedro Alves  <palves@redhat.com>
10927
10928         * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
10929         the lwp field of ptid.  Pass the full ptid to get_thread_regcache.
10930         * inf-ptrace.c (get_ptrace_pid): New function.
10931         (inf_ptrace_resume): Use it.
10932         * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
10933         to the lower layer.
10934
10935 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
10936
10937         * nat/linux-btrace.c: Include sys/utsname.h.
10938         (linux_determine_kernel_ptr_bits): New.
10939         (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
10940         * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
10941         ptr_bits.
10942
10943 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
10944
10945         * btrace.c (ftrace_update_function): Treat return as tailcall for
10946         "_dl_runtime_resolve".
10947
10948 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
10949
10950         * btrace.h (btrace_function) <lbegin, lend>: Remove.
10951         * btrace.c (ftrace_debug): Do not print the line range.
10952         (ftrace_skip_file, ftrace_update_lines): Remove.
10953         (ftrace_new_function): Remove lbegin and lend initialization.
10954         (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
10955         * record-btrace.c (btrace_compute_src_line_range): New.
10956         (btrace_call_history_src_line): Call btrace_compute_src_line_range.
10957
10958 2015-03-02  Pedro Alves  <palves@redhat.com>
10959
10960         * infrun.c (follow_exec): Delete all threads of the process except
10961         the event thread.  Extended comments.
10962
10963 2015-03-02  Joel Brobecker  <brobecker@adacore.com>
10964
10965         * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
10966
10967 2015-03-02  Joel Brobecker  <brobecker@adacore.com>
10968
10969         * utils.h: Remove <stdbool.h> #include.
10970         (producer_is_gcc): Change return type to "int".
10971         * utils.c (producer_is_gcc): Change return type to int.
10972         Return 1 instead of true, and 0 instead of false.
10973         Adjust function documentation accordingly.
10974
10975 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10976
10977         * s390-linux-nat.c (have_regset_vxrs): New static variable.
10978         (s390_linux_fetch_inferior_registers): Handle vector registers, if
10979         present.
10980         (s390_linux_store_inferior_registers): Likewise.
10981         (s390_get_hwcap): Remove function.  Embed its logic...
10982         (s390_read_description): ...here.  Yield a target description with
10983         vector registers if applicable.
10984         * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
10985         "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
10986         "features/s390x-tevx-linux64.c".
10987         (struct gdbarch_tdep) <v0_full_regnum>: New field.
10988         (s390_dwarf_regmap): Add vector registers.  Remove bogus entries
10989         for "GNU/Linux-specific registers".
10990         (s390_dwarf_reg_r0l): New enum value.
10991         (s390_dwarf_reg_to_regnum): Support vector registers.
10992         (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
10993         of GPR lower halves.
10994         (regnum_is_vxr_full): New function.
10995         (s390_register_name): New function.
10996         (s390_pseudo_register_name): Handle v0-v15, which are composed of
10997         f0-f15 and v0l-v15l.
10998         (s390_pseudo_register_type): Likewise.
10999         (s390_pseudo_register_read): Likewise.
11000         (s390_pseudo_register_write): Likewise.
11001         (s390_value_from_register): Account for the fact that values are
11002         placed left-justified in vector registers.
11003         (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
11004         the vector reggroup and omit them from the general reggroup.
11005         (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
11006         (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
11007         (s390_iterate_over_regset_sections): Add iterations for the two
11008         new vector regsets.
11009         (s390_core_read_description): Yield a target description with
11010         vector registers if applicable.
11011         (s390_gdbarch_init): Handle target descriptions with vector
11012         registers.  Add "register_name" gdbarch method.
11013         (_initialize_s390_tdep): Call new tdesc initialization functions.
11014         * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
11015         (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
11016         (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
11017         (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
11018         (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
11019         (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
11020         (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
11021         (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
11022         (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
11023         (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
11024         (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
11025         (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
11026         (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
11027         (S390_NUM_REGS): Adjust value.
11028         (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
11029         (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
11030         (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
11031         * NEWS: Announce S/390 vector register support.
11032
11033 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11034
11035         * features/s390-tevx-linux64.xml: New file.
11036         * features/s390-vx-linux64.xml: New file.
11037         * features/s390-vx.xml: New file.
11038         * features/s390x-tevx-linux64.xml: New file.
11039         * features/s390x-vx-linux64.xml: New file.
11040         * features/Makefile (WHICH): Add s390-vx-linux64,
11041         s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
11042         (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
11043         (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
11044         macros.
11045         * features/s390-tevx-linux64.c: New generated file.
11046         * features/s390-vx-linux64.c: Likewise.
11047         * features/s390x-tevx-linux64.c: Likewise.
11048         * features/s390x-vx-linux64.c: Likewise.
11049         * regformats/s390-tevx-linux64.dat: Likewise.
11050         * regformats/s390-vx-linux64.dat: Likewise.
11051         * regformats/s390x-tevx-linux64.dat: Likewise.
11052         * regformats/s390x-vx-linux64.dat: Likewise.
11053
11054 2015-02-28  Doug Evans  <xdje42@gmail.com>
11055
11056         * symtab.h (struct symtab) <next>: Fix comment.
11057
11058 2015-02-27  Simon Marchi  <simon.marchi@ericsson.com>
11059
11060         * python/python.c (python_GdbModuleDef): Rename GdbMethods to
11061         python_GdbMethods.
11062
11063 2015-02-27  Pedro Alves  <palves@redhat.com>
11064
11065         * dtrace-probe.c (dtrace_probe_ops): Make extern.
11066
11067 2015-02-27  Pedro Alves  <palves@redhat.com>
11068
11069         * common/common-exceptions.h (exception_none): Declare.
11070         * common/common-exceptions.c (exception_none): Moved from
11071         exceptions.c.
11072         (exceptions_state_mc_init): Use exception_none.
11073         * exceptions.c (exception_none): Move to
11074         common/common-exceptions.c.
11075         * exceptions.h (exception_none): Move to
11076         common/common-exceptions.h.
11077
11078 2015-02-27  Pedro Alves  <palves@redhat.com>
11079
11080         * main.c (catch_command_errors, catch_command_errors_const):
11081         Remove 'mask' argument.  Adjust.
11082         (captured_main): Adjust callers.
11083
11084 2015-02-27  Pedro Alves  <palves@redhat.com>
11085
11086         * python/python-internal.h: Include "extension-priv.h".
11087
11088 2015-02-27  Pedro Alves  <palves@redhat.com>
11089
11090         * breakpoint.h (enum print_stop_action): Move further up in the
11091         file.
11092
11093 2015-02-27  Pedro Alves  <palves@redhat.com>
11094
11095         * gdbarch.sh: Include regcache.h.
11096         * gdbarch.h: Regenerate.
11097
11098 2015-02-27  Pedro Alves  <palves@redhat.com>
11099
11100         * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
11101         Remove duplicate const.
11102         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
11103         duplicate const.
11104
11105 2015-02-27  Pedro Alves  <palves@redhat.com>
11106
11107         * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
11108         * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
11109         * features/feature_to_c.sh: Tag the generated xml_builtin array
11110         with extern const in C++ mode.
11111
11112 2015-02-27  Tom Tromey  <tromey@redhat.com>
11113
11114         * minidebug.c (struct lzma_stream): Rename to ...
11115         (struct gdb_lzma_stream): ... this.
11116         (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
11117
11118 2015-02-27  Pedro Alves  <palves@redhat.com>
11119
11120         * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
11121         function.
11122         (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
11123         (mi_cmd_stack_list_variables): Use it.
11124
11125 2015-02-27  Pedro Alves  <palves@redhat.com>
11126
11127         * x86-linux-nat.c (u_debugreg_offset): New function.
11128         (x86_linux_dr_get, x86_linux_dr_set): Use it.
11129
11130 2015-02-27  Pedro Alves  <palves@redhat.com>
11131
11132         * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
11133         declaration.
11134         Include break-common.h.
11135
11136 2015-02-27  Tom Tromey  <tromey@redhat.com>
11137             Pedro Alves <palves@redhat.com>
11138
11139         * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
11140         local used to iterate over enums.
11141         * completer.c (signal_completer): Likewise.
11142         * i386-tdep.c (i386_stap_parse_special_token): Likewise.
11143         * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
11144         * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
11145         * tui/tui-layout.c (next_layout, prev_layout): Likewise.
11146         * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
11147         (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
11148         * tui-wingeneral.c (tui_refresh_all):  Likewise.
11149
11150 2015-02-27  Pedro Alves  <palves@redhat.com>
11151
11152         * target.h: Include "infrun.h".
11153
11154 2015-02-27  Pedro Alves  <palves@redhat.com>
11155
11156         * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
11157
11158 2015-02-27  Pedro Alves  <palves@redhat.com>
11159
11160         * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
11161         (IPA_SYM): Use it.
11162         * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
11163
11164 2015-02-27  Pedro Alves  <palves@redhat.com>
11165
11166         * cli-out.c (_rl_erase_entire_line): Move declaration out of
11167         cli_mld_erase_entire_line, and make it extern "C".
11168         * common/common-defs.h (EXTERN_C): New.
11169         * completer.c (_rl_completion_prefix_display_length)
11170         (_rl_print_completions_horizontally, QSFUNC): Move declarations
11171         out of gdb_display_match_list_1.
11172         (_rl_qsort_string_compare): Move declaration out of
11173         gdb_display_match_list_1, and make it extern "C".
11174         * defs.h (re_comp): Use EXTERN_C.
11175         * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
11176         and make it extern "C".
11177         (monstartup): Move declaration out of maintenance_set_profile_cmd,
11178         and make it extern "C".
11179         (main): Move declaration out of maintenance_set_profile_cmd.
11180         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
11181         EXTERN_C.
11182
11183 2015-02-27  Pedro Alves  <palves@redhat.com>
11184
11185         * python/python.c (GdbMethods): Rename to ...
11186         (python_GdbMethods): ... this and make extern.
11187         (GdbModuleDef): Rename to ...
11188         (python_GdbModuleDef): ... this and make extern.
11189
11190 2015-02-27  Pedro Alves  <palves@redhat.com>
11191
11192         * record-btrace.c (set_record_btrace_cmdlist)
11193         (show_record_btrace_cmdlist): Remove redefinitions.
11194
11195 2015-02-27  Tom Tromey  <tromey@redhat.com>
11196             Pedro Alves  <palves@redhat.com>
11197
11198         * dwarf2-frame.c (enum cfa_how_kind, struct
11199         dwarf2_frame_state_reg_info): Move out of struct
11200         dwarf2_frame_state.
11201         * dwarf2read.c (struct tu_stats): Move out of struct
11202         dwarf2_per_objfile.
11203         (struct file_entry): Move out of struct line_header.
11204         (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
11205         typedef_field_list): Move out of struct field_info.
11206         * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
11207         Move out of struct dynamic_prop.
11208         (union type_owner, union field_location, struct field, struct
11209         range_bounds, union type_specific): Move out of struct main_type.
11210         (struct fn_fieldlist, struct fn_field, struct typedef_field)
11211         (VOFFSET_STATIC): Move out of struct cplus_struct_type.
11212         (struct call_site_target, union call_site_parameter_u, struct
11213         call_site_parameter): Move out of struct call_site.
11214         * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
11215         m32c_prologue.
11216         (enum srcdest_kind): Move out of struct srcdest.
11217         * main.c (enum cmdarg_kind): Move out of struct cmdarg.
11218         * prologue-value.h (enum prologue_value_kind): Move out of struct
11219         prologue_value.
11220         * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
11221         gdbarch_tdep.
11222         * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
11223         out of struct field_info.
11224         * symfile.h (struct other_sections): Move out of struct
11225         section_addr_info.
11226         * symtab.c (struct symbol_cache_slot): Move out struct
11227         block_symbol_cache.
11228         * target-descriptions.c (enum tdesc_type_kind): Move out of
11229         typedef struct tdesc_type.
11230         * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
11231         struct tui_line_or_address.
11232         * value.c (enum internalvar_kind, union internalvar_data): Move
11233         out of struct internalvar.
11234         * xtensa-tdep.h (struct ctype_cache): Move out of struct
11235         gdbarch_tdep.
11236
11237 2015-02-27  Tom Tromey  <tromey@redhat.com>
11238             Pedro Alves  <palves@redhat.com>
11239
11240         Rename symbols whose names are reserved C++ keywords throughout.
11241
11242 2015-02-27  Pedro Alves  <palves@redhat.com>
11243
11244         * Makefile.in (COMPILER): New, get it from autoconf.
11245         (COMPILE.pre, CC_LD): Use COMPILER.
11246         (CXX): Get from autoconf instead.
11247         (CXX_FOR_TARGET): Default to g++ instead of gcc.
11248         * acinclude.m4: Include build-with-cxx.m4.
11249         * build-with-cxx.m4: New file.
11250         * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
11251         Disable -Werror by default if building in C++ mode.
11252         (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
11253         -Wno-narrowing in C++ mode.  Only enable -Wpointer-sign in C mode.
11254         Run supported-warning-flags tests with the C++ compiler.
11255         Save/restore CXXFLAGS too.
11256         * configure: Regenerate.
11257
11258 2015-02-27  Pedro Alves  <palves@redhat.com>
11259
11260         * libiberty.m4: New file.
11261         * acinclude.m4: Include libiberty.m4.
11262         * configure.ac: Call libiberty_INIT.
11263         * config.in, configure: Regenerate.
11264
11265 2015-02-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11266
11267         * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
11268         31-bit targets, but 64-bit targets as well.
11269         (s390_gnu_triplet_regexp): New function.
11270         (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
11271         64-bit targets as well.  Set the gnu_triplet_regexp gdbarch
11272         method.
11273
11274 2015-02-27  Jon TURNEY  <jon.turney@dronecode.org.uk>  (tiny patch)
11275
11276         * windows-nat.c (CONTEXT_DEBUGGER): Remove.
11277         (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS.  Incorporate flags
11278         from CONTEXT_DEBUGGER.
11279
11280 2015-02-26  Doug Evans  <dje@google.com>
11281
11282         * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
11283         CHECK_TYPEDEF.
11284         (set_type_vptr_fieldno): Ditto.
11285         (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
11286         * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
11287
11288 2015-02-26  Pedro Alves  <palves@redhat.com>
11289
11290         * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
11291         * complaints.c (vcomplaint): Pass argument FMT directly to
11292         printf-like functions instead of complaint->fmt.
11293         * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
11294         * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
11295         * compile/compile-loc2c.c (pushf, unary, binary): Add
11296         ATTRIBUTE_PRINTF.
11297         (do_compile_dwarf_expr_to_c): Pass string literal as format string
11298         to pushf.
11299         (BINARY): Pass string literal as format string to 'binary'.
11300         * compile/compile-object-load.c (link_callbacks_einfo): Add
11301         ATTRIBUTE_PRINTF.
11302         * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
11303
11304 2015-02-26  Pedro Alves  <palves@redhat.com>
11305
11306         * windows-termcap.c: Rename to ...
11307         * stub-termcap.c: ... this.  Adjust header line.
11308         * Makefile.in (SFILES): Refer to stub-termcap.c instead of
11309         windows-termcap.c.
11310         * configure: Regenerate.
11311         * configure.ac: Refer to stub-termcap.o instead of
11312         windows-termcap.o.
11313         * gdb_curses.h: Mention stub-termcap.c instead of
11314         windows-termcap.c.
11315
11316 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11317
11318         * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
11319         (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
11320
11321 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11322
11323         * gdb/infcmd.c (print_return_value): use type_to_string to print type.
11324
11325 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11326
11327         * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
11328         bfd_canonicalize_symtab.
11329
11330 2015-02-25  John Baldwin  <jhb@FreeBSD.org>
11331
11332         * amd64fbsd-nat.c: Include sys/user.h.
11333         (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
11334         instead of KERN_PS_STRINGS to locate the signal trampoline.
11335         * i386fbsd-nat.c: Include sys/user.h.
11336         (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
11337         instead of KERN_PS_STRINGS to locate the signal trampoline.
11338         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
11339         (amd64fbsd_sigtramp_p): New.
11340         (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
11341         longer set default values.
11342         (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
11343         * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
11344         (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
11345         (i386fbsd_freebsd4_sigtramp_start)
11346         (i386fbsd_freebsd4_sigtramp_middle)
11347         (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
11348         (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
11349         (i386fbsd_sigtramp_p): New.
11350         (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
11351         longer set default values.
11352         (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
11353
11354 2015-02-25  John Baldwin  <jhb@freebsd.org>
11355
11356         * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
11357         get_frame_register instead of frame_unwind_register_unsigned.
11358
11359 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11360
11361         PR build/18033
11362         * compile/compile-c-support.c (c_compute_program): Change // comment.
11363         * compile/compile-object-load.c (setup_sections): Change // comment.
11364
11365 2015-02-26  Joel Brobecker  <brobecker@adacore.com>
11366
11367         PR build/18033:
11368         * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
11369
11370 2015-02-23  Pedro Alves  <palves@redhat.com>
11371
11372         * remote.c (skip_to_semicolon): New function.
11373         (remote_parse_stop_reply) <T stop reply>: Use it.  Don't
11374         special case the stop reasons that look like hex numbers
11375         upfront.  Instead handle real register numbers after matching
11376         all the known stop reasons.
11377
11378 2015-02-21  Doug Evans  <dje@google.com>
11379
11380         PR c++/17976, symtab/17821
11381         * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
11382         is_in_anonymous.  All callers updated.
11383         (find_symbol_in_baseclass): Ditto.
11384         (cp_lookup_nested_symbol_1): Ditto.  Don't search all static blocks
11385         for symbols in an anonymous namespace.
11386         * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
11387         DW_AT_name directly.
11388         (dwarf2_name): Convert missing namespace name to
11389         CP_ANONYMOUS_NAMESPACE_STR.
11390
11391 2015-02-20  Pedro Alves  <palves@redhat.com>
11392
11393         * linux-nat.c (linux_handle_extended_wait): Call
11394         thread_db_notice_clone whenever a new clone LWP is detected.
11395         (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
11396         functions.
11397         * linux-nat.h (thread_db_attach_lwp): Delete declaration.
11398         (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
11399         (linux_unstop_all_lwps): Declare.
11400         * linux-thread-db.c (struct thread_get_info_inout): Delete.
11401         (thread_get_info_callback): Delete.
11402         (thread_from_lwp): Use td_thr_get_info and record_thread.
11403         (thread_db_attach_lwp): Delete.
11404         (thread_db_notice_clone): New function.
11405         (try_thread_db_load_1): If /proc is mounted and shows the
11406         process'es task list, walk over all LWPs and call thread_from_lwp
11407         instead of relying on td_ta_thr_iter.
11408         (attach_thread): Don't call check_thread_signals here.  Split the
11409         tail part of the function (which adds the thread to the core GDB
11410         thread list) to ...
11411         (record_thread): ... this function.  Call check_thread_signals
11412         here.
11413         (thread_db_wait): Don't call thread_db_find_new_threads_1.  Always
11414         call thread_from_lwp.
11415         (thread_db_update_thread_list): Rename to ...
11416         (thread_db_update_thread_list_org): ... this.
11417         (thread_db_update_thread_list): New function.
11418         (thread_db_find_thread_from_tid): Delete.
11419         (thread_db_get_ada_task_ptid): Simplify.
11420         * nat/linux-procfs.c: Include <sys/stat.h>.
11421         (linux_proc_task_list_dir_exists): New function.
11422         * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
11423
11424 2015-02-20  Pedro Alves  <palves@redhat.com>
11425
11426         * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
11427         main LWP.  Handle the case of waitpid returning 0 if we're already
11428         attached to the LWP.  Don't set the LWP's last_resume_kind to
11429         resume_stop if we already knew about the LWP.
11430         (linux_nat_filter_event): Add debug logs.
11431
11432 2015-02-20  Pedro Alves  <palves@redhat.com>
11433
11434         * target.h (forward_target_decr_pc_after_break): Delete
11435         declaration.
11436
11437 2015-02-20  Pedro Alves  <palves@redhat.com>
11438
11439         PR threads/18006
11440         * linux-thread-db.c (thread_get_info_callback): Return early if
11441         the thread's lwp id is -1.
11442
11443 2015-02-20  Joel Brobecker  <brobecker@adacore.com>
11444
11445         GDB 7.9 released.
11446
11447 2015-02-19  Steve Ellcey  <sellcey@imgtec.com>
11448
11449         * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
11450         (dtrace_get_probes) Change type of variable 'dof'.
11451
11452 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11453
11454         PR breakpoints/16812
11455         * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
11456         * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
11457         * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
11458
11459 2015-02-19  David Taylor  <dtaylor@emc.com>
11460
11461         * common/ax.def (setv): Fix consumed entry in setv DEFOP.
11462
11463 2015-02-18  Patrick Palka  <patrick@parcs.ath.cx>
11464
11465         * tui/tui-io.c (tui_handle_resize_during_io): Remove this
11466         function.
11467         (tui_putc): Don't call tui_handle_resize_during_io.
11468         (tui_getc): Likewise.
11469         (tui_mld_getc): Likewise.
11470         * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
11471         (tui_sigwinch_token): New static variable.
11472         (tui_initialize_win): Adjust documentation.  Set
11473         tui_sigwinch_token.
11474         (tui_async_resize_screen): New asynchronous callback.
11475         (tui_sigwinch_handler): Adjust documentation.  Asynchronously
11476         invoke tui_async_resize_screen.
11477
11478 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
11479
11480         * configure: Regenerated.
11481         * configure.ac: Use GDB_AC_TRANSFORM.
11482         * Makefile.in (aclocal_m4_deps): Added transform.m4.
11483         * acinclude.m4: sinclude transform.m4.
11484         * transform.m4: New file.
11485         (GDB_AC_TRANSFORM): New macro.
11486
11487 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11488
11489         * NEWS: Announce the support for DTrace SDT probes.
11490
11491 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11492
11493         * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
11494         (amd64_dtrace_parse_probe_argument): New function.
11495         (amd64_dtrace_probe_is_enabled): Likewise.
11496         (amd64_dtrace_enable_probe): Likewise.
11497         (amd64_dtrace_disable_probe): Likewise.
11498         (amd64_linux_init_abi): Register the
11499         `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
11500         `gdbarch_dtrace_disable_probe' and
11501         `gdbarch_dtrace_probe_is_enabled' hooks.
11502         (amd64_dtrace_disabled_probe_sequence_1): New constant.
11503         (amd64_dtrace_disabled_probe_sequence_2): Likewise.
11504         (amd64_dtrace_enable_probe_sequence): Likewise.
11505         (amd64_dtrace_disable_probe_sequence): Likewise.
11506
11507 2015-01-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11508
11509         * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
11510         the -probe-dtrace new vpossible value for PROBE_MODIFIER.
11511         * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
11512         handle ELF files.
11513         * Makefile.in (SFILES): dtrace-probe.c added.
11514         * configure: Regenerate.
11515         * dtrace-probe.c: New file.
11516         (SHT_SUNW_dof): New constant.
11517         (dtrace_probe_type): New enum.
11518         (dtrace_probe_arg): New struct.
11519         (dtrace_probe_arg_s): New typedef.
11520         (struct dtrace_probe_enabler): New struct.
11521         (dtrace_probe_enabler_s): New typedef.
11522         (dtrace_probe): New struct.
11523         (dtrace_probe_is_linespec): New function.
11524         (dtrace_dof_sect_type): New enum.
11525         (dtrace_dof_dofh_ident): Likewise.
11526         (dtrace_dof_encoding): Likewise.
11527         (DTRACE_DOF_ENCODE_LSB): Likewise.
11528         (DTRACE_DOF_ENCODE_MSB): Likewise.
11529         (dtrace_dof_hdr): New struct.
11530         (dtrace_dof_sect): Likewise.
11531         (dtrace_dof_provider): Likewise.
11532         (dtrace_dof_probe): Likewise.
11533         (DOF_UINT): New macro.
11534         (DTRACE_DOF_PTR): Likewise.
11535         (DTRACE_DOF_SECT): Likewise.
11536         (dtrace_process_dof_probe): New function.
11537         (dtrace_process_dof): Likewise.
11538         (dtrace_build_arg_exprs): Likewise.
11539         (dtrace_get_arg): Likewise.
11540         (dtrace_get_probes): Likewise.
11541         (dtrace_get_probe_argument_count): Likewise.
11542         (dtrace_can_evaluate_probe_arguments): Likewise.
11543         (dtrace_evaluate_probe_argument): Likewise.
11544         (dtrace_compile_to_ax): Likewise.
11545         (dtrace_probe_destroy): Likewise.
11546         (dtrace_gen_info_probes_table_header): Likewise.
11547         (dtrace_gen_info_probes_table_values): Likewise.
11548         (dtrace_probe_is_enabled): Likewise.
11549         (dtrace_probe_ops): New variable.
11550         (info_probes_dtrace_command): New function.
11551         (_initialize_dtrace_probe): Likewise.
11552         (dtrace_type_name): Likewise.
11553
11554 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11555
11556         * gdbarch.sh (dtrace_parse_probe_argument): New.
11557         (dtrace_probe_is_enabled): Likewise.
11558         (dtrace_enable_probe): Likewise.
11559         (dtrace_disable_probe): Likewise.
11560         * gdbarch.c: Regenerate.
11561         * gdbarch.h: Regenerate.
11562
11563 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11564
11565         * stap-probe.c (stap_probe_ops): Add NULLs in the static
11566         stap_probe_ops for `enable_probe' and `disable_probe'.
11567         * probe.c (enable_probes_command): New function.
11568         (disable_probes_command): Likewise.
11569         (_initialize_probe): Define the cli commands `enable probe' and
11570         `disable probe'.
11571         (parse_probe_linespec): New function.
11572         (info_probes_for_ops): Use parse_probe_linespec.
11573         * probe.h (probe_ops): New hooks `enable_probe' and
11574         `disable_probe'.
11575
11576 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11577
11578         * probe.c (compute_probe_arg): Moved from stap-probe.c
11579         (compile_probe_arg): Likewise.
11580         (probe_funcs): Likewise.
11581         * stap-probe.c (compute_probe_arg): Moved to probe.c.
11582         (compile_probe_arg): Likewise.
11583         (probe_funcs): Likewise.
11584
11585 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11586
11587         * probe.c (print_ui_out_not_applicables): New function.
11588         (exists_probe_with_pops): Likewise.
11589         (info_probes_for_ops): Do not include column headers for probe
11590         types for which no probe has been actually found on any object.
11591         Also invoke `print_ui_out_not_applicables' in order to match the
11592         column rows with the header when probes of several types are
11593         listed.
11594         Print the "Type" column.
11595         * probe.h (probe_ops): Added a new probe operation `type_name'.
11596         * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
11597         (stap_type_name): New function.
11598
11599 2015-02-17  Patrick Palka  <patrick@parcs.ath.cx>
11600
11601         * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
11602         (key_is_command_char): Delete.
11603
11604 2015-02-17  Pedro Alves  <palves@redhat.com>
11605
11606         * tui/tui.c (tui_enable): Resize windows before anything
11607         might show a window.
11608
11609 2015-02-17  Max Ostapenko  <m.ostapenko@partner.samsung.com>
11610
11611         PR gdb/17984
11612         * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
11613         (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
11614         call.
11615         * aarch64-tdep.h (tdesc_aarch64): Declare.
11616
11617 2015-02-12  Mark Wielaard  <mjw@redhat.com>
11618
11619         * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
11620
11621 2015-02-13  Doug Evans  <dje@google.com>
11622
11623         * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
11624         anonymous_namespace to is_in_anonymous for consistency with the rest
11625         of the file.
11626         (cp_lookup_bare_symbol): Fix typo in comment.
11627         (cp_search_static_and_baseclasses): Ditto.
11628         (search_symbol_list): Use vertical space in comment better.
11629         (reset_directive_searched): Ditto. Fix typo.
11630         (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
11631
11632 2015-02-13  Yao Qi  <yao.qi@arm.com>
11633
11634         * MAINTAINERS: Update my email address.
11635
11636 2015-02-12  Doug Evans  <dje@google.com>
11637
11638         * symtab.c (completion_list_add_name): Fix memory leak.
11639
11640 2015-02-12  Doug Evans  <dje@google.com>
11641
11642         * completer.c (complete_line): Remove incorrect comment.
11643
11644 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11645
11646         * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
11647         (py_print_frame): Use RETURN_MASK_ERROR.
11648
11649 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11650
11651         * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
11652         function comment.  Wrap all function that can throw in cleanups.
11653         (gdbpy_apply_frame_filter): Wrap all function that can throw in
11654         cleanups.
11655
11656 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11657
11658         * python/py-framefilter.c (py_print_frame): Substitute goto error.
11659         Remove the error label.
11660
11661 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11662
11663         * python/py-framefilter.c (py_print_frame): Put conditional code paths
11664         with goto first, indent the former else codepath left.  Put variable
11665         'elided' to a new inner block.
11666
11667 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11668
11669         * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
11670
11671 2015-02-11  Pedro Alves  <palves@redhat.com>
11672
11673         * xcoffread.c (within_function): Delete.
11674
11675 2015-02-11  Tom Tromey  <tromey@redhat.com>
11676             Pedro Alves <palves@redhat.com>
11677
11678         * breakpoint.c (base_breakpoint_ops): Delete.
11679         * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
11680         * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
11681         * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
11682         * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
11683         * python/py-arch.c (arch_object_type): Make extern.
11684         * python/py-block.c (block_syms_iterator_object_type): Make extern.
11685         * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
11686         * python/py-cmd.c (cmdpy_object_type): Make extern.
11687         * python/py-continueevent.c (continue_event_object_type)
11688         * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
11689         parameter.  Update all callers.
11690         * python/py-evtregistry.c (eventregistry_object_type): Make extern.
11691         * python/py-exitedevent.c (exited_event_object_type): Make extern.
11692         * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
11693         * python/py-function.c (fnpy_object_type): Make extern.
11694         * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
11695         * python/py-infevents.c (call_pre_event_object_type)
11696         (inferior_call_post_event_object_type).
11697         (memory_changed_event_object_type): Make extern.
11698         * python/py-infthread.c (thread_object_type): Make extern.
11699         * python/py-lazy-string.c (lazy_string_object_type): Make extern.
11700         * python/py-linetable.c (linetable_entry_object_type)
11701         (linetable_object_type, ltpy_iterator_object_type): Make extern.
11702         * python/py-newobjfileevent.c (new_objfile_event_object_type)
11703         (clear_objfiles_event_object_type): Make extern.
11704         * python/py-objfile.c (objfile_object_type): Make extern.
11705         * python/py-param.c (parmpy_object_type): Make extern.
11706         * python/py-progspace.c (pspace_object_type): Make extern.
11707         * python/py-signalevent.c (signal_event_object_type): Make extern.
11708         * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
11709         * python/py-type.c (type_object_type, field_object_type)
11710         (type_iterator_object_type): Make extern.
11711         * python/python.c (python_extension_script_ops)
11712         (python_extension_ops): Make extern.
11713         * stap-probe.c (stap_probe_ops): Make extern.
11714
11715 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
11716
11717         * infrun.c (adjust_pc_after_break): Don't adjust the PC just
11718         because the event thread is not the current thread.
11719
11720 2015-02-11  Doug Evans  <xdje42@gmail.com>
11721
11722         * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
11723         been initialized yet, return NULL.
11724
11725 2015-02-11  Doug Evans  <dje@google.com>
11726
11727         * symfile.h (new_symfile_objfile): Delete.
11728         * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
11729         All callers updated.
11730
11731 2015-02-11  Patrick Palka  <patrick@parcs.ath.cx>
11732
11733         * tui/tui-io.c (tui_handle_resize_during_io): Call
11734         tui_update_gdb_sizes() after resizing the screen.
11735         * tui/tui.c (tui_enable): Resize the terminal before
11736         calling tui_update_gdb_sizes().
11737
11738 2015-02-11  Patrick Palka  <patrick@parcs.ath.cx>
11739
11740         * tui/tui-io.c (tui_getc): Move cursor to the end of the command
11741         line before printing a newline.
11742
11743 2015-02-11  Mark Wielaard  <mjw@redhat.com>
11744
11745         * utils.c (producer_is_gcc): Return true or false.
11746
11747 2015-02-10  Mark Wielaard  <mjw@redhat.com>
11748
11749         * utils.h (producer_is_gcc): Change return type to bool. Add major
11750         argument.
11751         * utils.c (producer_is_gcc): Likewise.
11752         (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
11753         * dwarf2read.c (check_producer): Likewise.
11754
11755 2015-02-10  Pedro Alves  <palves@redhat.com>
11756
11757         * infrun.c (displaced_step_fixup): Switch to the event thread
11758         before calling gdbarch_displaced_step_fixup.
11759
11760 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
11761
11762         * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
11763
11764 2015-02-10  Simon Marchi  <simon.marchi@ericsson.com>
11765
11766         * ada-varobj.c (ada_name_of_child): Constify parent.
11767         (ada_path_expr_of_child): Same.
11768         (ada_value_of_child): Same.
11769         (ada_type_of_child): Same.
11770         * c-varobj.c (c_is_path_expr_parent): Same.
11771         (c_describe_child): Same.
11772         (c_name_of_child): Same.
11773         (c_value_of_child): Same.
11774         (c_type_of_child): Same.
11775         (cplus_number_of_children): Same.
11776         (cplus_describe_child): Constify var.
11777         (cplus_name_of_child): Constify parent.
11778         (cplus_value_of_child): Same.
11779         (cplus_type_of_child): Same.
11780         * jv-varobj.c (java_name_of_child): Same.
11781         (java_value_of_child): Same.
11782         (java_type_of_child): Same.
11783         * varobj.c (value_of_child): Same.
11784         (varobj_default_is_path_expr_parent): Constify var, parent and return
11785         value.
11786         (varobj_get_path_expr): Constify var, modify path_expr through
11787         mutable_var.
11788         (install_new_value): Constify parent.
11789         (value_of_child): Constify parent.
11790         * varobj.h (struct varobj): Constify parent.
11791         (struct lang_varobj_ops): Constify name_of_child, value_of_child and
11792         type_of_child.
11793         (varobj_get_path_expr): Constify var.
11794         (varobj_get_path_expr_parent): Constify var and return value.
11795
11796 2015-02-10  Luis Machado  <lgustavo@codesourcery.com>
11797
11798         * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
11799         (arm_prologue_this_id): Move PC and SP limit checks to
11800         arm_prologue_unwind_stop_reason.
11801         (arm_prologue_unwind) <stop_reason> : Set to
11802         arm_prologue_unwind_stop_reason.
11803
11804 2015-02-09  Mark Wielaard  <mjw@redhat.com>
11805
11806         * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
11807         DW_LANG_Fortran08 as language_fortran.
11808
11809 2015-02-09  Sergio Durigan Junior  <sergiodj@redhat.com>
11810
11811         PR remote/17946
11812         * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
11813         of pointer against char.
11814
11815 2015-02-09  Mark Wielaard  <mjw@redhat.com>
11816
11817         * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
11818         (c_type_print_modifier): Likewise.
11819         * dwarf2read.c (read_tag_atomic_type): New function.
11820         (read_type_die_1): Handle DW_TAG_atomic_type.
11821         * gdbtypes.c (make_atomic_type): New function.
11822         (recursive_dump_type): Handle TYPE_ATOMIC.
11823         * gdbtypes.h (enum type_flag_values): Renumber.
11824         (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
11825         (TYPE_ATOMIC): New macro.
11826         (make_atomic_type): Declare.
11827
11828 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11829
11830         * btrace.c (ftrace_find_call): Skip gaps.
11831         (ftrace_new_function): Initialize level.
11832         (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
11833         (ftrace_new_switch): Update
11834         level computation.
11835         (ftrace_new_gap): New.
11836         (ftrace_update_function): Create new function after gap.
11837         (btrace_compute_ftrace_bts): Create gap on error.
11838         (btrace_stitch_bts): Update parameters.  Clear trace if it
11839         becomes empty.
11840         (btrace_stitch_trace): Update parameters.  Update callers.
11841         (btrace_clear): Reset the number of gaps.
11842         (btrace_insn_get): Return NULL if the iterator points to a gap.
11843         (btrace_insn_number): Return zero if the iterator points to a gap.
11844         (btrace_insn_end): Allow gaps at the end.
11845         (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
11846         (btrace_find_insn_by_number): Assert that the found iterator does
11847         not point to a gap.
11848         (btrace_call_next, btrace_call_prev): Assert that the last function
11849         is not a gap.
11850         * btrace.h (btrace_bts_error): New.
11851         (btrace_function): Update comment.
11852         (btrace_function) <insn, insn_offset, number>: Update comment.
11853         (btrace_function) <errcode>: New.
11854         (btrace_thread_info) <ngaps>: New.
11855         (btrace_thread_info) <replay>: Update comment.
11856         (btrace_insn_get): Update comment.
11857         * record-btrace.c (btrace_ui_out_decode_error): New.
11858         (record_btrace_info): Print number of gaps.
11859         (btrace_insn_history, btrace_call_history): Call
11860         btrace_ui_out_decode_error for gaps.
11861         (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
11862
11863 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11864
11865         * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
11866         * nat/linux-btrace.c: (btrace_this_cpu): New.
11867         (cpu_supports_bts): Call btrace_this_cpu.
11868         (intel_supports_bts): Add cpu parameter.
11869
11870 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11871
11872         * btrace.h (btrace_insn_class): New.
11873         (btrace_insn) <size, iclass>: New.
11874         * btrace.c (ftrace_find_call): Update parameters.  Update users.
11875         Use instruction classification.
11876         (ftrace_new_return): Update parameters.  Update users.
11877         (ftrace_update_function): Update parameters.  Update users.  Use
11878         instruction classification.
11879         (ftrace_update_insns): Update parameters.  Update users.
11880         (ftrace_classify_insn): New.
11881         (btrace_compute_ftrace_bts): Fill in new btrace_insn fields.  Add
11882         TRY_CATCH around call to gdb_insn_length.
11883
11884 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11885
11886         * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
11887         Update parameters.  Update users.
11888
11889 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11890
11891         * btrace.c (parse_xml_btrace_conf_bts): Add size.
11892         (btrace_conf_bts_attributes): New.
11893         (btrace_conf_children): Add attributes.
11894         * common/btrace-common.h (btrace_config_bts): New.
11895         (btrace_config)<bts>: New.
11896         (btrace_config): Update comment.
11897         * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
11898         Use config.
11899         * features/btrace-conf.dtd: Increment version.  Add size
11900         attribute to bts element.
11901         * record-btrace.c (set_record_btrace_bts_cmdlist,
11902         show_record_btrace_bts_cmdlist): New.
11903         (record_btrace_adjust_size, record_btrace_print_bts_conf,
11904         record_btrace_print_conf, cmd_set_record_btrace_bts,
11905         cmd_show_record_btrace_bts): New.
11906         (record_btrace_info): Call record_btrace_print_conf.
11907         (_initialize_record_btrace): Add commands.
11908         * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
11909         (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
11910         (btrace_sync_conf): Synchronize bts size.
11911         (_initialize_remote): Add Qbtrace-conf:bts:size packet.
11912         * NEWS: Announce new commands and new packets.
11913
11914 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11915
11916         * Makefile.in (XMLFILES): Add btrace-conf.dtd.
11917         * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
11918         (x86_linux_btrace_conf): New.
11919         (x86_linux_create_target): Initialize to_btrace_conf.
11920         * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
11921         Check format.  Split into this and ...
11922         (linux_enable_bts): ... this.
11923         (linux_btrace_conf): New.
11924         (perf_event_skip_record): Renamed into ...
11925         (perf_event_skip_bts_record): ... this.  Updated users.
11926         (linux_disable_btrace): Split into this and ...
11927         (linux_disable_bts): ... this.
11928         (linux_read_btrace): Check format.
11929         * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
11930         (linux_btrace_conf): New.
11931         (btrace_target_info)<ptid>: Moved.
11932         (btrace_target_info)<conf>: New.
11933         (btrace_target_info): Split into this and ...
11934         (btrace_tinfo_bts): ... this.  Updated users.
11935         * btrace.c (btrace_enable): Update parameters.
11936         (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
11937         (btrace_conf_children, btrace_conf_attributes)
11938         (btrace_conf_elements): New.
11939         * btrace.h (btrace_enable): Update parameters.
11940         (btrace_conf, parse_xml_btrace_conf): New.
11941         * common/btrace-common.h (btrace_config): New.
11942         * feature/btrace-conf.dtd: New.
11943         * record-btrace.c (record_btrace_conf): New.
11944         (record_btrace_cmdlist): New.
11945         (record_btrace_enable_warn, record_btrace_open): Pass
11946         &record_btrace_conf.
11947         (record_btrace_info): Print recording format.
11948         (cmd_record_btrace_bts_start): New.
11949         (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
11950         (_initialize_record_btrace): Add "record btrace bts" subcommand.
11951         Add "record bts" alias command.
11952         * remote.c (remote_state)<btrace_config>: New.
11953         (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
11954         (remote_protocol_features): Add qXfer:btrace-conf:read.
11955         (remote_open_1): Call remote_btrace_reset.
11956         (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
11957         (btrace_target_info)<conf>: New.
11958         (btrace_sync_conf, btrace_read_config): New.
11959         (remote_enable_btrace): Update parameters.  Call btrace_sync_conf and
11960         btrace_read_conf.
11961         (remote_btrace_conf): New.
11962         (init_remote_ops): Initialize to_btrace_conf.
11963         (_initialize_remote): Add qXfer:btrace-conf packet.
11964         * target.c (target_enable_btrace): Update parameters.
11965         (target_btrace_conf): New.
11966         * target.h (target_enable_btrace): Update parameters.
11967         (target_btrace_conf): New.
11968         (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
11969         (target_ops)<to_enable_btrace>: Update parameters and comment.
11970         (target_ops)<to_btrace_conf>: New.
11971         * target-delegates: Regenerate.
11972         * target-debug.h (target_debug_print_const_struct_btrace_config_p)
11973         (target_debug_print_const_struct_btrace_target_info_p): New.
11974         * NEWS: Announce new command and new packet.
11975
11976 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11977
11978         * nat/linux-btrace.h (perf_event_buffer): New.
11979         (btrace_target_info) <buffer, size, data_head>: Replace with ...
11980         <bts>: ... this.
11981         * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
11982         (perf_event_buffer_size, perf_event_buffer_begin)
11983         (perf_event_buffer_end, linux_btrace_has_changed): Removed.
11984         Updated users.
11985         (perf_event_new_data): New.
11986
11987 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11988
11989         * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
11990         * record-btrace.c (record_btrace_open): Remove call to
11991         target_supports_btrace.
11992         * remote.c (remote_supports_btrace): Update parameters.
11993         * target.c (target_supports_btrace): Update parameters.
11994         * target.h (to_supports_btrace, target_supports_btrace): Update
11995         parameters.
11996         * target-delegates.c: Regenerate.
11997         * target-debug.h (target_debug_print_enum_btrace_format): New.
11998         * nat/linux-btrace.c
11999         (kernel_supports_btrace): Rename into ...
12000         (kernel_supports_bts): ... this.  Update users.  Update warning text.
12001         (intel_supports_btrace): Rename into ...
12002         (intel_supports_bts): ... this.  Update users.
12003         (cpu_supports_btrace): Rename into ...
12004         (cpu_supports_bts): ... this.  Update users.
12005         (linux_supports_btrace): Update parameters.  Split into this and ...
12006         (linux_supports_bts): ... this.
12007         * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
12008
12009 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12010
12011         * Makefile.in (SFILES): Add common/btrace-common.c.
12012         (COMMON_OBS): Add common/btrace-common.o.
12013         (btrace-common.o): Add build rules.
12014         * btrace.c (parse_xml_btrace): Update parameters.
12015         (parse_xml_btrace_block): Set format field.
12016         (btrace_add_pc, btrace_fetch): Use struct btrace_data.
12017         (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
12018         (btrace_compute_ftrace): Split into this and...
12019         (btrace_compute_ftrace_bts): ...this.
12020         (btrace_stitch_trace): Split into this and...
12021         (btrace_stitch_bts): ...this.
12022         * btrace.h (parse_xml_btrace): Update parameters.
12023         (make_cleanup_btrace_data): New.
12024         * common/btrace-common.c: New.
12025         * common/btrace-common.h: Include common-defs.h.
12026         (btrace_block_s): Update comment.
12027         (btrace_format): New.
12028         (btrace_format_string): New.
12029         (btrace_data_bts): New.
12030         (btrace_data): New.
12031         (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
12032         * remote.c (remote_read_btrace): Update parameters.
12033         * target.c (target_read_btrace): Update parameters.
12034         * target.h (target_read_btrace): Update parameters.
12035         (target_ops)<to_read_btrace>: Update parameters.
12036         * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
12037         * target-delegates.c: Regenerate.
12038         * target-debug (target_debug_print_struct_btrace_data_p): New.
12039         * nat/linux-btrace.c (linux_read_btrace): Split into this and...
12040         (linux_read_bts): ...this.
12041         * nat/linux-btrace.h (linux_read_btrace): Update parameters.
12042
12043 2015-02-06  Doug Evans  <dje@google.com>
12044
12045         * remote-m32r-sdi.c: Include symfile.h.
12046
12047 2015-02-06  Doug Evans  <dje@google.com>
12048
12049         * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
12050         * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
12051         to here.
12052
12053 2015-02-06  Pedro Alves  <palves@redhat.com>
12054
12055         * linux-thread-db.c (find_new_threads_callback): Add debug output.
12056
12057 2015-02-06  Simon Marchi  <simon.marchi@ericsson.com>
12058
12059         PR gdb/15678
12060         * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
12061         (enable_count_command): Check args for NULL value.
12062
12063 2015-02-05  Doug Evans  <xdje42@gmail.com>
12064
12065         * guile/scm-frame.c: Fix spelling errors in a comment.
12066
12067 2015-02-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
12068
12069         * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
12070         * python/py-value.c (valpy_fetch_lazy): Use it.  Remove cast to the
12071         return type.
12072
12073 2015-02-04  Pedro Alves  <palves@redhat.com>
12074
12075         * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
12076         (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
12077         returns true.
12078         (resume_stopped_resumed_lwps): Don't check whether the thread is
12079         marked as executing.
12080         (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
12081
12082 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12083
12084         * regset.h (struct regset): Add flags field.
12085         (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
12086         * corelow.c (get_core_register_section): Add warning if the size
12087         exceeds the requested size and the regset does not have the
12088         REGSET_VARIABLE_SIZE flag set.
12089         * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
12090         flag.
12091         * armbsd-tdep.c (armbsd_gregset): Likewise.
12092         * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
12093         * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
12094         * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
12095         * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
12096
12097 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12098
12099         * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
12100         For ".reg-xstate", explicitly specify the requested section size
12101         via X86_XSTATE_SIZE instead of just 0 on input and
12102         X86_XSTATE_MAX_SIZE on output.
12103         * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
12104         Likewise.
12105
12106 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12107
12108         PR corefiles/17808:
12109         * gdbarch.sh (iterate_over_regset_sections_cb): Document this
12110         function type, particularly its SIZE parameter.
12111         * gdbarch.h: Regenerate.
12112         * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
12113         actual against required size using ">=" instead of "==".
12114         (amd64_collect_fpregset): Likewise.
12115         * i386-tdep.c (i386_supply_gregset): Likewise.
12116         (i386_collect_gregset): Likewise.
12117         (i386_supply_fpregset): Likewise.
12118         (i386_collect_fpregset): Likewise.
12119         * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
12120         (mips_fill_gregset_wrapper): Likewise.
12121         (mips_supply_fpregset_wrapper): Likewise.
12122         (mips_fill_fpregset_wrapper): Likewise.
12123         (mips64_supply_gregset_wrapper): Likewise.
12124         (mips64_fill_gregset_wrapper): Likewise.
12125         (mips64_supply_fpregset_wrapper): Likewise.
12126         (mips64_fill_fpregset_wrapper): Likewise.
12127         * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
12128         (am33_supply_fpregset_method): Likewise.
12129         (am33_collect_gregset_method): Likewise.
12130         (am33_collect_fpregset_method): Likewise.
12131
12132 2015-02-04  Doug Evans  <dje@google.com>
12133             Pedro Alves  <palves@redhat.com>
12134             Eli Zaretskii  <eliz@gnu.org>
12135
12136         PR tui/17810
12137         * tui/tui-command.c (tui_refresh_cmd_win): New function.
12138         * tui/tui-command.c (tui_refresh_cmd_win): Declare.
12139         * tui/tui-file.c: #include tui/tui-command.h.
12140         (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
12141         (tui_file_flush): Refresh command window if stream is gdb_stdout.
12142         * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
12143
12144 2015-02-04  Pedro Alves  <palves@redhat.com>
12145
12146         Fix build breakage.
12147         * event-loop.c (gdb_do_one_event): Add default switch case.
12148
12149 2015-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
12150
12151         Filter out inferior gcc option -fpreprocessed.
12152         * compile/compile.c (filter_args): New function.
12153         (get_args): Use it.
12154
12155 2015-02-03  Pedro Alves  <palves@redhat.com>
12156
12157         * event-loop.c: Don't declare nor define a queue type for
12158         gdb_event_p.
12159         (event_queue): Delete.
12160         (create_event, create_file_event, gdb_event_xfree)
12161         (initialize_event_loop, process_event): Delete.
12162         (gdb_do_one_event): Return as soon as one event is handled.
12163         (handle_file_event): Change prototype.  Used the passed in
12164         file_handler pointer and ready_mask instead of looping over all
12165         file handlers.
12166         (gdb_wait_for_event): Update the poll/select timeouts before
12167         blocking.  Run event handlers directly instead of queueing events.
12168         Return as soon as one event is handled.
12169         (struct async_event_handler_data): Delete.
12170         (invoke_async_event_handler): Delete.
12171         (check_async_event_handlers): Change return type to int.  Run
12172         event handlers directly instead of queueing events.  Return as
12173         soon as one event is handled.
12174         (handle_timer_event): Delete.
12175         (update_wait_timeout): New function, factored out from
12176         poll_timers.
12177         (poll_timers): Reimplement.
12178         * event-loop.h (initialize_event_loop): Delete declaration.
12179         * top.c (gdb_init): Don't call initialize_event_loop.
12180
12181 2015-02-03  Pedro Alves  <palves@redhat.com>
12182
12183         * event-loop.c (clear_async_event_handler): New function.
12184         * event-loop.h (clear_async_event_handler): New declaration.
12185         * record-btrace.c (record_btrace_async): New function.
12186         (init_record_btrace_ops): Install record_btrace_async.
12187         * record-full.c (record_full_async): New function.
12188         (record_full_resume): Don't mark the async event source here.
12189         (init_record_full_ops): Install record_full_async.
12190         (record_full_core_resume): Don't mark the async event source here.
12191         (init_record_full_core_ops): Install record_full_async.
12192         * remote.c (remote_async): Mark and clear the async stop reply
12193         queue event-loop token as appropriate.
12194
12195 2015-02-03  Pedro Alves  <palves@redhat.com>
12196
12197         * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
12198         target_is_async_p instead of target_can_async.
12199         (linux_nat_wait): Use target_is_async_p instead of
12200         target_can_async.  Don't enable async here.
12201         * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
12202         target_is_async_p instead of target_can_async.
12203
12204 2015-02-02  Simon Marchi  <simon.marchi@ericsson.com>
12205
12206         * varobj.h (lang_varobj_ops): Mention which return values need
12207         to be freed.
12208
12209 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
12210
12211         * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
12212
12213 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
12214
12215         PR gdb/17856:
12216         * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
12217         results found in the cache.
12218
12219 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
12220
12221         PR gdb/17854:
12222         * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
12223         when allocating a new one.
12224
12225 2015-02-01  Tom Tromey  <tom@tromey.com>
12226
12227         * MAINTAINERS: Remove myself.
12228
12229 2015-01-31  Doug Evans  <xdje42@gmail.com>
12230
12231         * dwarf2read.c (process_structure_scope): Update setting of
12232         TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
12233         * gdbtypes.c (internal_type_vptr_fieldno): New function.
12234         (set_type_vptr_fieldno): New function.
12235         (internal_type_vptr_basetype): New function.
12236         (set_type_vptr_basetype): New function.
12237         (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
12238         TYPE_VPTR_BASETYPE.
12239         (allocate_cplus_struct_type): Initialize vptr_fieldno.
12240         (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
12241         (print_cplus_stuff): ... moved here.
12242         (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
12243         * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
12244         moved to ...
12245         (struct cplus_struct_type): ... here.  All uses updated.
12246         (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
12247         (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
12248         (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
12249         * stabsread.c (read_tilde_fields): Update setting of
12250         TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
12251
12252 2015-01-31  Doug Evans  <xdje42@gmail.com>
12253
12254         * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
12255         to self_p.
12256         (cp_print_class_member): Rename local domain to self_type.
12257         * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
12258         domain_type to self_type.
12259         (set_die_type) <need_gnat_info>: Handle
12260         TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
12261         * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
12262         TYPE_SPECIFIC_SELF_TYPE.
12263         * gdbtypes.c (internal_type_self_type): New function.
12264         (set_type_self_type): New function.
12265         (smash_to_memberptr_type): Rename parameter domain to self_type.
12266         Update setting of TYPE_SELF_TYPE.
12267         (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
12268         (smash_to_method_type): Rename parameter domain to self_type.
12269         Update setting of TYPE_SELF_TYPE.
12270         (check_stub_method): Call smash_to_method_type.
12271         (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
12272         (copy_type_recursive): Ditto.
12273         * gdbtypes.h (enum type_specific_kind): New value
12274         TYPE_SPECIFIC_SELF_TYPE.
12275         (struct main_type) <type_specific>: New member self_type.
12276         (struct cplus_struct_type) <fn_field.type>: Update comment.
12277         (TYPE_SELF_TYPE): Rewrite.
12278         (internal_type_self_type, set_type_self_type): Declare.
12279         * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
12280         self_type.
12281         (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
12282         * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
12283         TYPE_TARGET_TYPE.
12284         * stabsread.c (read_member_functions): Mark methods with
12285         TYPE_CODE_METHOD, not TYPE_CODE_FUNC.  Update setting of
12286         TYPE_SELF_TYPE.
12287
12288 2015-01-31  Doug Evans  <xdje42@gmail.com>
12289
12290         * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
12291         All uses updated.
12292
12293 2015-01-31  Doug Evans  <xdje42@gmail.com>
12294
12295         * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
12296         or unions.  Return zero if union.
12297         (gnuv3_get_vtable): Call check_typedef.  Assert only passed structs.
12298         (gnuv3_rtti_type): Pass already-check_typedef'd value to
12299         gnuv3_get_vtable.
12300         (compute_vtable_size): Assert only passed structs.
12301         (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
12302
12303 2015-01-31  Doug Evans  <xdje42@gmail.com>
12304
12305         * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
12306         kinds.
12307
12308 2015-01-31  Gary Benson <gbenson@redhat.com>
12309             Doug Evans  <dje@google.com>
12310
12311         PR cli/9007
12312         PR cli/11920
12313         PR cli/15548
12314         * cli/cli-cmds.c (complete_command): Notify user if max-completions
12315         reached.
12316         * common/common-exceptions.h (enum errors)
12317         <MAX_COMPLETIONS_REACHED_ERROR>: New value.
12318         * completer.h (get_max_completions_reached_message): New declaration.
12319         (max_completions): Likewise.
12320         (completion_tracker_t): New typedef.
12321         (new_completion_tracker): New declaration.
12322         (make_cleanup_free_completion_tracker): Likewise.
12323         (maybe_add_completion_enum): New enum.
12324         (maybe_add_completion): New declaration.
12325         (throw_max_completions_reached_error): Likewise.
12326         * completer.c (max_completions): New global variable.
12327         (new_completion_tracker): New function.
12328         (free_completion_tracker): Likewise.
12329         (make_cleanup_free_completion_tracker): Likewise.
12330         (maybe_add_completions): Likewise.
12331         (throw_max_completions_reached_error): Likewise.
12332         (complete_line): Remove duplicates and limit result to max_completions
12333         entries.
12334         (get_max_completions_reached_message): New function.
12335         (gdb_display_match_list): Handle max_completions.
12336         (_initialize_completer): New declaration and function.
12337         * symtab.c: Include completer.h.
12338         (completion_tracker): New static variable.
12339         (completion_list_add_name): Call maybe_add_completion.
12340         (default_make_symbol_completion_list_break_on_1): Renamed from
12341         default_make_symbol_completion_list_break_on.  Maintain
12342         completion_tracker across calls to completion_list_add_name.
12343         (default_make_symbol_completion_list_break_on): New function.
12344         * top.c (init_main): Set rl_completion_display_matches_hook.
12345         * tui/tui-io.c: Include completer.h.
12346         (tui_old_rl_display_matches_hook): New static global.
12347         (tui_rl_display_match_list): Notify user if max-completions reached.
12348         (tui_setup_io): Save/restore rl_completion_display_matches_hook.
12349         * NEWS (New Options): Mention set/show max-completions.
12350
12351 2015-01-31  Gary Benson  <gbenson@redhat.com>
12352
12353         * symtab.c (struct add_name_data) <code>: New field.
12354         Updated comments.
12355         (add_symtab_completions): New function.
12356         (symtab_expansion_callback): Likewise.
12357         (default_make_symbol_completion_list_break_on): Set datum.code.
12358         Move minimal symbol scan before calling expand_symtabs_matching.
12359         Scan known primary symtabs for externs and statics before calling
12360         expand_symtabs_matching.  Pass symtab_expansion_callback as
12361         expansion_notify argument to expand_symtabs_matching.  Do not scan
12362         primary symtabs for externs and statics after calling
12363         expand_symtabs_matching.
12364
12365 2015-01-31  Gary Benson  <gbenson@redhat.com>
12366
12367         * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
12368         (struct quick_symbol_functions) <expand_symtabs_matching>:
12369         New argument expansion_notify.  All uses updated.
12370         (expand_symtabs_matching): New argument expansion_notify.
12371         All uses updated.
12372         * symfile-debug.c (debug_qf_expand_symtabs_matching):
12373         Also print expansion notify.
12374         * symtab.c (expand_symtabs_matching_via_partial): Call
12375         expansion_notify whenever a partial symbol table is expanded.
12376         * dwarf2read.c (dw2_expand_symtabs_matching): Call
12377         expansion_notify whenever a symbol table is instantiated.
12378
12379 2015-01-31  Doug Evans  <xdje42@gmail.com>
12380
12381         * cli-out.c: #include completer.h, readline/readline.h.
12382         (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
12383         (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
12384         (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
12385         * cli-out.h (cli_display_match_list): Declare.
12386         * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
12387         (ELLIPSIS_LEN): Ditto.
12388         (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
12389         (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
12390         (gdb_fnprint, gdb_print_filename): Ditto.
12391         (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
12392         (gdb_display_match_list): Ditto.
12393         * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
12394         (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
12395         (mld_beep_ftype, mld_read_key_ftype): Ditto.
12396         (match_list_displayer): New struct.
12397         (gdb_display_match_list): Declare.
12398         * top.c (init_main): Set rl_completion_display_matches_hook.
12399         * tui/tui-io.c: #include completer.h.
12400         (printable_part, PUTX, print_filename, get_y_or_n): Delete.
12401         (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
12402         (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
12403         (tui_mld_getc, tui_mld_read_key): Ditto.
12404         (tui_rl_display_match_list): Rewrite.
12405         (tui_handle_resize_during_io): New arg for_completion.  All callers
12406         updated.
12407
12408 2015-01-31  Doug Evans  <xdje42@gmail.com>
12409
12410         Add symbol lookup cache.
12411         * NEWS: Document new options and commands.
12412         * symtab.c (symbol_cache_key): New static global.
12413         (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
12414         (SYMBOL_LOOKUP_FAILED): New macro.
12415         (symbol_cache_slot_state): New enum.
12416         (block_symbol_cache): New struct.
12417         (symbol_cache): New struct.
12418         (new_symbol_cache_size, symbol_cache_size): New static globals.
12419         (hash_symbol_entry, eq_symbol_entry): New functions.
12420         (symbol_cache_byte_size, resize_symbol_cache): New functions.
12421         (make_symbol_cache, free_symbol_cache): New functions.
12422         (get_symbol_cache, symbol_cache_cleanup): New function.
12423         (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
12424         (symbol_cache_lookup, symbol_cache_clear_slot): New function.
12425         (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
12426         (symbol_cache_flush, symbol_cache_dump): New functions.
12427         (maintenance_print_symbol_cache): New function.
12428         (maintenance_flush_symbol_cache): New function.
12429         (symbol_cache_stats): New function.
12430         (maintenance_print_symbol_cache_statistics): New function.
12431         (symtab_new_objfile_observer): New function.
12432         (symtab_free_objfile_observer): New function.
12433         (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
12434         (_initialize_symtab): Init symbol_cache_key.  New parameter
12435         maint symbol-cache-size.  New maint commands print symbol-cache,
12436         print symbol-cache-statistics, flush-symbol-cache.
12437         Install new_objfile, free_objfile observers.
12438
12439 2015-01-31  Joel Brobecker  <brobecker@adacore.com>
12440
12441         PR symtab/17855
12442         * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
12443         to end.
12444
12445 2015-01-31  Doug Evans  <xdje42@gmail.com>
12446
12447         * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
12448         * auto-load.c: #include ctype.h.
12449         (struct auto_load_pspace_info): Replace member loaded_scripts with
12450         new members loaded_script_files, loaded_script_texts.
12451         (auto_load_pspace_data_cleanup): Update.
12452         (init_loaded_scripts_info): Update.
12453         (get_auto_load_pspace_data_for_loading): Update.
12454         (maybe_add_script_file): Renamed from maybe_add_script.  All callers
12455         updated.
12456         (maybe_add_script_text): New function.
12457         (clear_section_scripts): Update.
12458         (source_script_file, execute_script_contents): New functions.
12459         (source_section_scripts): Add support for
12460         SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
12461         (print_scripts): New function.
12462         (auto_load_info_scripts): Also print inlined scripts.
12463         (maybe_print_unsupported_script_warning): Renamed from
12464         unsupported_script_warning_print.  All callers updated.
12465         (maybe_print_script_not_found_warning): Renamed from
12466         script_not_found_warning_print.  All callers updated.
12467         * extension-priv.h (struct extension_language_script_ops): New member
12468         objfile_script_executor.
12469         * extension.c (ext_lang_objfile_script_executor): New function.
12470         * extension.h (objfile_script_executor_func): New typedef.
12471         (ext_lang_objfile_script_executor): Declare.
12472         * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
12473         * guile/guile.c (guile_extension_script_ops): Update.
12474         * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
12475         * python/python.c (python_extension_script_ops): Update.
12476         (gdbpy_execute_objfile_script): New function.
12477
12478 2015-01-31  Eli Zaretskii  <eliz@gnu.org>
12479
12480         * tui/tui-io.c (tui_expand_tabs): New function.
12481         (tui_puts, tui_redisplay_readline): Expand TABs into the
12482         appropriate number of spaces.
12483         * tui/tui-regs.c: Include tui-io.h.
12484         (tui_register_format): Call tui_expand_tabs to expand TABs into
12485         the appropriate number of spaces.
12486         * tui/tui-io.h: Add prototype for tui_expand_tabs.
12487
12488 2015-01-30  Doug Evans  <dje@google.com>
12489
12490         * NEWS: "info source" command now display producer string if present.
12491         * source.c (source_info): Print producer string if present.
12492
12493 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12494
12495         * varobj.c (varobj_delete): Fix comment.
12496
12497 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12498
12499         * varobj.c (create_child): Modify comment.
12500
12501 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12502
12503         * ada-varobj.c (ada_number_of_children): Constify struct varobj *
12504         parameter.
12505         (ada_name_of_variable): Same.
12506         (ada_path_expr_of_child): Same.
12507         (ada_value_of_variable): Same.
12508         (ada_value_is_changeable_p): Same.
12509         (ada_value_has_mutated): Same.
12510         * c-varobj.c (varobj_is_anonymous_child): Same.
12511         (c_is_path_expr_parent): Same.
12512         (c_number_of_children): Same.
12513         (c_name_of_variable): Same.
12514         (c_path_expr_of_child): Same.
12515         (get_type): Same.
12516         (c_value_of_variable): Same.
12517         (cplus_number_of_children): Same.
12518         (cplus_name_of_variable): Same.
12519         (cplus_path_expr_of_child): Same.
12520         (cplus_value_of_variable): Same.
12521         * jv-varobj.c (java_number_of_children): Same.
12522         (java_name_of_variable): Same.
12523         (java_path_expr_of_child): Same.
12524         (java_value_of_variable): Same.
12525         * varobj.c (number_of_children): Same.
12526         (name_of_variable): Same.
12527         (is_root_p): Same.
12528         (varobj_ensure_python_env): Same.
12529         (varobj_get_objname): Same.
12530         (varobj_get_expression): Same.
12531         (varobj_get_display_format): Same.
12532         (varobj_get_display_hint): Same.
12533         (varobj_has_more): Same.
12534         (varobj_get_thread_id): Same.
12535         (varobj_get_frozen): Same.
12536         (dynamic_varobj_has_child_method): Same.
12537         (varobj_get_gdb_type): Same.
12538         (is_path_expr_parent): Same.
12539         (varobj_default_is_path_expr_parent): Same.
12540         (varobj_get_language): Same.
12541         (varobj_get_attributes): Same.
12542         (varobj_is_dynamic_p): Same.
12543         (varobj_get_child_range): Same.
12544         (varobj_value_has_mutated): Same.
12545         (varobj_get_value_type): Same.
12546         (number_of_children): Same.
12547         (name_of_variable): Same.
12548         (check_scope): Same.
12549         (varobj_editable_p): Same.
12550         (varobj_value_is_changeable_p): Same.
12551         (varobj_floating_p): Same.
12552         (varobj_default_value_is_changeable_p): Same.
12553
12554 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12555
12556         * varobj.c (varobj_get_path_expr): Set var->path_expr.
12557         * c-varobj.c (c_path_expr_of_child): Set local var instead of
12558         child->path_expr.
12559         (cplus_path_expr_of_child): Same.
12560
12561 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12562
12563         * mi-cmd-var.c (print_varobj): Free varobj_get_expression
12564         result.
12565         (mi_cmd_var_info_expression): Same.
12566         * varobj.c (varobj_get_expression): Mention in the comment that
12567         the result must by freed by the caller.
12568
12569 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12570
12571         * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
12572         varobj_get_type.
12573         (varobj_update_one): Same.
12574         * varobj.c (update_type_if_necessary): Free curr_type_str and
12575         new_type_str.
12576         (varobj_get_type): Specify in comment that the result needs to be
12577         freed by the caller.
12578
12579 2015-01-29  Doug Evans  <dje@google.com>
12580
12581         PR symtab/17890
12582         * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
12583
12584 2015-01-25  Mark Wielaard  <mjw@redhat.com>
12585
12586         * dwarf2read.c (checkproducer): Call producer_is_gcc.
12587         * utils.c (producer_is_gcc_ge_4): Likewise.
12588         (producer_is_gcc): New function.
12589         * utils.h (producer_is_gcc): New declaration.
12590
12591 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
12592
12593         * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
12594         kind.
12595         * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
12596         parameter by "addr_stack" parameter.
12597         (resolve_dynamic_range): Replace "addr" parameter by
12598         "stack_addr" parameter.  Update function documentation.
12599         Update code accordingly.
12600         (resolve_dynamic_array, resolve_dynamic_union)
12601         (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
12602         (resolve_dynamic_type): Update code, following the changes made
12603         to resolve_dynamic_type_internal's interface.
12604         * dwarf2loc.h (struct property_addr_info): New.
12605         (dwarf2_evaluate_property): Replace "address" parameter
12606         by "addr_stack" parameter.  Adjust function documentation.
12607         (struct dwarf2_offset_baton): New.
12608         (struct dwarf2_property_baton): Update documentation of
12609         field "referenced_type" to be more general. New field
12610         "offset_info" in union data field.
12611         * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
12612         parameter by "addr_stack" parameter.  Adjust code accordingly.
12613         Add support for PROP_ADDR_OFFSET properties.
12614         * dwarf2read.c (attr_to_dynamic_prop): Add support for
12615         DW_AT_data_member_location attributes as well.  Use case
12616         statements instead of if/else condition.
12617
12618 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
12619
12620         * ada-varobj.c (ada_varobj_get_array_number_of_children):
12621         Return zero if PARENT_VALUE is NULL and parent_type's
12622         range type is dynamic.
12623
12624 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
12625
12626         * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
12627         nonzero if the type's subtype is dynamic.
12628         (resolve_dynamic_range): Also resolve the range's subtype.
12629
12630 2015-01-29  Alexander Klimov  <alserkli@inbox.ru>  (tiny patch)
12631
12632         Pushed by Joel Brobecker  <brobecker@adacore.com>.
12633         * symfile.c (unmap_overlay_command): Initialize sec to NULL.
12634
12635 2015-01-27  Doug Evans  <dje@google.com>
12636
12637         * NEWS: Mention gdb.Objfile.username.
12638         * python/py-objfile.c (objfpy_get_username): New function.
12639         (objfile_getset): Add "username".
12640
12641 2015-01-24  Mark Wielaard  <mjw@redhat.com>
12642
12643         * stack.c (return_command): Markup warning message with _.
12644
12645 2015-01-24  Doug Evans  <xdje42@gmail.com>
12646
12647         * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
12648
12649 2015-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
12650
12651         Fix 100x slowdown regression on DWZ files.
12652         * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
12653         (struct line_header): Add offset and offset_in_dwz.
12654         (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
12655         (free_line_header_voidp): New declaration.
12656         (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
12657         functions.
12658         (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
12659         (handle_DW_AT_stmt_list): Use line_header_hash.
12660         (free_line_header_voidp): New function.
12661         (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
12662         (dwarf_decode_lines): New parameter decode_mapping, use it.
12663         (dwarf2_free_objfile): Free line_header_hash.
12664
12665 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
12666
12667         PR gdb/17416
12668         * valops.c (value_rtti_indirect_type): Catch exception thrown by
12669         value_ind.
12670
12671 2015-01-15  Mark Wielaard  <mjw@redhat.com>
12672
12673         * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
12674         DW_AT_noreturn.
12675         * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
12676         calling_convention an 8 bit bit field.
12677         (TYPE_NO_RETURN): New macro.
12678         * infcmd.c (finish_command): Query if function does not return
12679         normally.
12680         * stack.c (return_command): Likewise.
12681
12682 2015-01-23  Pedro Alves  <palves@redhat.com>
12683
12684         * linux-nat.c (linux_is_async_p): New macro.
12685         (linux_nat_is_async_p):
12686         (linux_nat_terminal_inferior): Check whether the target can async
12687         instead of whether it is already async.
12688         (linux_nat_terminal_ours): Don't check whether the target is
12689         async.
12690         (linux_async_pipe): Use linux_is_async_p.
12691
12692 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12693
12694         * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
12695         '-ascending'.
12696         * thread.c (tp_array_compar_ascending, tp_array_compar): New.
12697         (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
12698         Sort tp_array using tp_array_compar.
12699         (_initialize_thread): Extend thread_apply_all_command help.
12700
12701 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12702
12703         * corelow.c (core_open): Call also thread_command.
12704         * gdbthread.h (thread_command): New prototype moved from ...
12705         * thread.c (thread_command): ... here.
12706         (thread_command): Make it global.
12707
12708 2015-01-22  Pedro Alves  <palves@redhat.com>
12709
12710         * configure.ac [*mingw32*]: Check $curses_found instead of
12711         $prefer_curses.
12712         * configure: Regenerate.
12713         * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
12714         HAVE_NCURSES_NCURSES_H checks.
12715
12716 2015-01-22  Eli Zaretskii  <eliz@gnu.org>
12717
12718         * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
12719         fails with the 1st arg NULL, try again with "unknown".  Don't test
12720         the "cup" capability: it isn't supported by the Windows port of
12721         ncurses, but the Windows console driver is still capable of
12722         supporting TUI.
12723
12724 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12725
12726         * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
12727
12728 2015-01-22  Eli Zaretskii  <eliz@gnu.org>
12729
12730         * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
12731         (ALLDEPFILES): Remove irix5-nat.c.  These two are part of the
12732         reason that "make TAGS" is broken.
12733
12734 2015-01-22  Chen Gang  <gang.chen.5i5j@gmail.com>
12735
12736         * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
12737         and check additional store instructions.
12738
12739 2015-01-21  Wei-cheng Wang  <cole945@gmail.com>
12740
12741         * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
12742
12743 2015-01-21  Wei-cheng Wang  <cole945@gmail.com>
12744
12745         * ppc-linux-tdep.c (ppc_skip_trampoline_code,
12746         ppc_canonicalize_syscall, ppc_linux_syscall_record,
12747         ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
12748         * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12749         * rs6000-tdep.c (rs6000_epilogue_frame_cache,
12750         rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
12751         rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
12752         ppc_process_record_op19, ppc_process_record_op31,
12753         ppc_process_record_op59, ppc_process_record_op60,
12754         ppc_process_record_op63): Likewise.
12755
12756 2015-01-20  Joel Brobecker  <brobecker@adacore.com>
12757
12758         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
12759         (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
12760         strerror.
12761
12762 2015-01-20  Wei-cheng Wang  <cole945@gmail.com>
12763
12764         * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
12765         ppc_process_record_op31, ppc_process_record_op59,
12766         ppc_process_record_op60, ppc_process_record_op63,
12767         ppc_process_record): Fix -Wformat warning.
12768         * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
12769         Remove unused variables.
12770
12771 2015-01-20  Chen Gang  <gang.chen.5i5j@gmail.com>
12772
12773         * MAINTAINERS (Write After Approval): Add "Chen Gang".
12774
12775 2015-01-19  Eli Zaretskii  <eliz@gnu.org>
12776
12777         * configure.ac [*mingw32*]: Only add windows-termcap.o to
12778         CONFIG_OBS if not building with a curses library.
12779         * configure: Regenerate.
12780
12781         * windows-termcap.c: Include defs.h.  Make the whole body empty if
12782         either one of HAVE_CURSES_H or HAVE_NCURSES_H or
12783         HAVE_NCURSES_NCURSES_H is defined.
12784
12785 2015-01-19  Joel Brobecker  <brobecker@adacore.com>
12786
12787         * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
12788         from end of line to start of next line.
12789
12790 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
12791
12792         * ppc-linux-tdep.c (ppc_skip_trampoline_code):
12793         Scan PLT stub backward for reverse debugging.
12794         * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12795
12796 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
12797             Ulrich Weigand  <uweigand@de.ibm.com>
12798
12799         * configure.tgt (powerpc*-*-linux): Add linux-record.o to
12800         gdb_target_obs.
12801         (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
12802         record.
12803         (ppc_canonicalize_syscall, ppc_linux_syscall_record,
12804         ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
12805         (ppc_linux_init_abi): Set process_record, process_record_signal.
12806         * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
12807         ppc_linux_record_tdep to gdbarch_tdep.
12808         (ppc_process_record): New declaration.
12809         * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
12810         ppc_process_record_op19, ppc_process_record_op31,
12811         ppc_process_record_op59, ppc_process_record_op60,
12812         ppc_process_record_op63, ppc_process_record): New functions.
12813
12814 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
12815
12816         * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
12817         rs6000_in_function_epilogue_frame_p and add an argument
12818         for frame_info.
12819         (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
12820         rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
12821         New functions.
12822         (rs6000_epilogue_frame_unwind): New.
12823         (rs6000_gdbarch_init): Append epilogue unwinder.
12824
12825 2015-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
12826
12827         * nat/linux-personality.c: Replace "#ifndef
12828         HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
12829         !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
12830         systems.
12831
12832 2015-01-16  Eli Zaretskii  <eliz@gnu.org>
12833
12834         * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
12835         functions.
12836         (_initialize_tui_win) <border-kind, border-mode>:
12837         <active-border-mode>: Use tui_set_var_cmd as the "set" function.
12838         (tui_set_tab_width_command): Fix the commentary.
12839
12840         * tui/tui-win.h: Add prototype for tui_rehighlight_all.
12841
12842         * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
12843         Doc fix.
12844         (tui_set_tab_width_command): Delete and recreate the source and
12845         the disassembly windows, to show the effect of the changed tab
12846         size immediately.
12847
12848         * tui/tui-data.h (LINE_PREFIX): Make shorter
12849         (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
12850         "Thread NNNNN.XXXX" thread ID notation on Windows.
12851
12852 2015-01-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
12853
12854         Fix gcc-5 compilation.
12855         * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
12856
12857 2015-01-15  Sergio Durigan Junior  <sergiodj@redhat.com>
12858
12859         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
12860         (linux-personality.o): New rule.
12861         * common/common-defs.h: Include <stdint.h>.
12862         * config/aarch64/linux.mh (NATDEPFILES): Include
12863         linux-personality.o.
12864         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
12865         * config/arm/linux.mh (NATDEPFILES): Likewise.
12866         * config/i386/linux64.mh (NATDEPFILES): Likewise.
12867         * config/i386/linux.mh (NATDEPFILES): Likewise.
12868         * config/ia64/linux.mh (NATDEPFILES): Likewise.
12869         * config/m32r/linux.mh (NATDEPFILES): Likewise.
12870         * config/m68k/linux.mh (NATDEPFILES): Likewise.
12871         * config/mips/linux.mh (NATDEPFILES): Likewise.
12872         * config/pa/linux.mh (NATDEPFILES): Likewise.
12873         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
12874         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
12875         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
12876         * config/s390/linux.mh (NATDEPFILES): Likewise.
12877         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
12878         * config/sparc/linux.mh (NATDEPFILES): Likewise.
12879         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
12880         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
12881         * defs.h: Remove #include <stdint.h> (moved to
12882         common/common-defs.h).
12883         * linux-nat.c: Include nat/linux-personality.h.  Remove #include
12884         <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
12885         nat/linux-personality.c).
12886         (linux_nat_create_inferior): Remove code to disable address space
12887         randomization (moved to nat/linux-personality.c).  Create cleanup
12888         to disable address space randomization.
12889         * nat/linux-personality.c: New file.
12890         * nat/linux-personality.h: Likewise.
12891
12892 2015-01-15  Sergio Durigan Junior  <sergiodj@redhat.com>
12893
12894         * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
12895         common/posix-strerror.c.
12896         (posix-strerror.o): New rule.
12897         (mingw-strerror.o): Likewise.
12898         * common/common-utils.h (safe_strerror): Move prototype to here,
12899         from utils.h.
12900         * common/common.host: New file.
12901         * common/mingw-strerror.c: Likewise.
12902         * common/posix-strerror.c: Likewise.
12903         * configure: Regenerated.
12904         * configure.ac: Source common/common.host.  Add variable
12905         common_host_obs to gdb_host_obs.
12906         * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
12907         gdb/common/posix-strerror.c when warning about the use of
12908         strerror.
12909         * mingw-hdep.c (safe_strerror): Remove definition; move it to
12910         common/mingw-strerror.c.
12911         * posix-hdep.c (safe_strerror): Remove definition; move it to
12912         common/posix-hdep.c.
12913         * utils.h (safe_strerror): Remove prototype; move to
12914         common/common-utils.h.
12915
12916 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
12917
12918         GDB 7.8.2 released.
12919
12920 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
12921
12922         * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
12923         ___XA type if the array has already been fixed.
12924
12925 2015-01-14  Yao Qi  <yao@codesourcery.com>
12926
12927         * Makefile.in (ppc-linux.o): New rule.
12928         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
12929         * configure.ac: AC_CHECK_FUNCS(getauxval).
12930         * config.in: Re-generated.
12931         * configure: Re-generated.
12932         * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
12933         Declare.
12934         * nat/ppc-linux.c: New file.
12935         * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
12936         Call ppc64_64bit_inferior_p.
12937
12938 2015-01-14  Yao Qi  <yao@codesourcery.com>
12939
12940         * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
12941         nat/ppc-linux.h.
12942         (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
12943         (PPC_FEATURE_HAS_DFP): Likewise.
12944         (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
12945         (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
12946         (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
12947         Include "nat/ppc-linux.h".
12948         * nat/ppc-linux.h: New file.
12949         * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
12950
12951 2015-01-14  Pedro Alves  <palves@redhat.com>
12952
12953         PR gdb/17525
12954         * breakpoint.c: Include "interps.h".
12955         (bpstat_do_actions_1): Also check whether the interpreter is
12956         async.
12957
12958 2015-01-14  Pedro Alves  <palves@redhat.com>
12959
12960         PR cli/17828
12961         * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
12962         reinstall if the interpreter is sync.
12963
12964 2015-01-13  Doug Evans  <dje@google.com>
12965
12966         * objfiles.c (objfile_filename): New function.
12967         * objfiles.h (objfile_filename): Declare it.
12968         (objfile_name): Add function comment.
12969         * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
12970         bfd file name (which may be realpath'd), and the original name.
12971
12972 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12973
12974         * NEWS: Create a new section for the next release branch.
12975         Rename the section of the current branch, now that it has
12976         been cut.
12977
12978 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12979
12980         GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
12981         * version.in: Bump version to 7.9.50.DATE-cvs.
12982
12983 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12984
12985         * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
12986         Remove trailing new-line in argument of call to warning.
12987
12988 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12989
12990         * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
12991         new-line in argument of call to "warning".
12992
12993 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12994
12995         * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
12996         in static block, then try searching for primitive types.
12997
12998 2015-01-12  Patrick Palka  <patrick@parcs.ath.cx>
12999
13000         * top.h (gdb_add_history): Declare.
13001         * top.c (command_count): New variable.
13002         (gdb_add_history): New function.
13003         (gdb_safe_append_history): New static function.
13004         (quit_force): Call it.
13005         (command_line_input): Use gdb_add_history instead of
13006         add_history.
13007         * event-top.c (command_line_handler): Likewise.
13008
13009 2015-01-12  James Clarke  <jrtc27@jrtc27.com>  (tiny patch)
13010
13011         PR gdb/17046
13012         * darwin-nat.c: Replace <machine/setjmp.h> #include by
13013         <setjmp.h> #include.
13014
13015 2015-01-11  Doug Evans  <xdje42@gmail.com>
13016
13017         * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
13018
13019 2015-01-11  Doug Evans  <xdje42@gmail.com>
13020
13021         PR gdb/15830
13022         * NEWS: The "maint demangle" command is renamed as "demangle".
13023         * demangle.c: #include cli/cli-utils.h, language.h.
13024         (demangle_command): New function.
13025         (_initialize_demangle): Add new command "demangle".
13026         * maint.c (maintenance_demangle): Stub out.
13027         (_initialize_maint_cmds): Update help text for "maint demangle",
13028         and mark as deprecated.
13029
13030 2015-01-11  Mark Kettenis  <kettenis@gnu.org>
13031
13032         * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
13033         inferior_thread is a function.
13034
13035 2015-01-09  Patrick Palka  <patrick@parcs.ath.cx>
13036
13037         * Makefile.in (.y.c): Don't munge yacc's #line
13038         directives.
13039
13040 2015-01-09  Patrick Palka  <patrick@parcs.ath.cx>
13041
13042         * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
13043         to prompt for input.
13044         * tui/tui-hooks.c (tui_query_hook): Remove.
13045         (tui_install_hooks): Don't set deprecated_query_hook.
13046         * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
13047         height calculation.  Always update the command window's cur_line.
13048
13049 2015-01-09  Pedro Alves  <palves@redhat.com>
13050
13051         * breakpoint.c (hardware_breakpoint_inserted_here_p): New
13052         function.
13053         * breakpoint.h (hardware_breakpoint_inserted_here_p): New
13054         declaration.
13055         * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
13056         (linux_resume_one_lwp): Store the thread's PC.  Adjust to clear
13057         stop_reason.
13058         (check_stopped_by_watchpoint): New function.
13059         (save_sigtrap): Reimplement.
13060         (linux_nat_stopped_by_watchpoint): Adjust.
13061         (linux_nat_lp_status_is_event): Delete.
13062         (stop_wait_callback): Only call save_sigtrap after storing the
13063         pending status.
13064         (status_callback): If the thread had been stopped for a breakpoint
13065         that has since been removed, discard the event and resume the LWP.
13066         (count_events_callback, select_event_lwp_callback): Use
13067         lwp_status_pending_p instead of linux_nat_lp_status_is_event.
13068         (cancel_breakpoint): Rename to ...
13069         (check_stopped_by_breakpoint): ... this.  Record whether the LWP
13070         stopped for a software breakpoint or hardware breakpoint.
13071         (select_event_lwp): Only give preference to the stepping LWP in
13072         all-stop mode.  Adjust comments.
13073         (stop_and_resume_callback): Remove references to new_pending_p.
13074         (linux_nat_filter_event): Likewise.  Leave exit events of the
13075         leader thread pending here.  Handle signal short circuiting here.
13076         Only call save_sigtrap after storing the pending waitstatus.
13077         (linux_nat_wait_1): Remove 'retry' label.  Remove references to
13078         new_pending.  Don't handle leaving events the caller is not
13079         interested in pending here, nor handle signal short-circuiting
13080         here.  Also give equal priority to all LWPs that have had events
13081         in non-stop mode.  If reporting a software breakpoint event,
13082         unadjust the LWP's PC.
13083         * linux-nat.h (enum lwp_stop_reason): New.
13084         (struct lwp_info) <stop_pc>: New field.
13085         (struct lwp_info) <stopped_by_watchpoint>: Delete field.
13086         (struct lwp_info) <stop_reason>: New field.
13087         * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
13088
13089 2015-01-09  Pedro Alves  <palves@redhat.com>
13090
13091         * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
13092         Set the LWP's 'resumed' flag.
13093
13094 2015-01-09  Pedro Alves  <palves@redhat.com>
13095
13096         * linux-nat.c (linux_resume_one_lwp): New function.
13097         (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
13098         (linux_nat_resume): Use lwp_status_pending_p and
13099         linux_resume_one_lwp.
13100         (linux_handle_syscall_trap): Use linux_resume_one_lwp.
13101         (linux_handle_extended_wait): Use linux_resume_one_lwp.
13102         (status_callback, running_callback): Use lwp_status_pending_p.
13103         (lwp_status_pending_p): New function.
13104         (stop_and_resume_callback): Use lwp_status_pending_p.
13105         (linux_nat_filter_event): Use linux_resume_one_lwp.
13106         (linux_nat_wait_1): Always use status_callback to look for an LWP
13107         with a pending status.  Use linux_resume_one_lwp.
13108         (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
13109         linux_resume_one_lwp.
13110
13111 2015-01-09  Pedro Alves  <palves@redhat.com>
13112
13113         * breakpoint.c (bp_location_inserted_here_p): New function,
13114         factored out from ...
13115         (breakpoint_inserted_here_p): ... here.  Use
13116         ALL_BP_LOCATIONS_AT_ADDR.
13117         (software_breakpoint_inserted_here_p): Use
13118         bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
13119
13120 2014-01-09  Pedro Alves  <palves@redhat.com>
13121
13122         Skip enabling event reporting if the kernel supports
13123         PTRACE_EVENT_CLONE.
13124         * linux-thread-db.c: Include "nat/linux-ptrace.h".
13125         (thread_db_use_events): New function.
13126         (try_thread_db_load_1): Check thread_db_use_events before enabling
13127         event reporting.
13128         (update_thread_state): New function.
13129         (attach_thread): Use it.  Check thread_db_use_events before
13130         enabling event reporting.
13131         (thread_db_detach): Check thread_db_use_events before disabling
13132         event reporting.
13133         (find_new_threads_callback): Check thread_db_use_events before
13134         enabling event reporting.  Update the thread's state if not using
13135         libthread_db events.
13136
13137 2015-01-09  Pedro Alves  <palves@redhat.com>
13138
13139         * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
13140         about to wait for is > 0.
13141         * linux-thread-db.c (find_new_threads_callback): Ignore thread if
13142         the kernel thread ID is -1.
13143
13144 2015-01-09  Pedro Alves  <palves@redhat.com>
13145
13146         * linux-nat.c (attach_proc_task_lwp_callback): New function.
13147         (linux_nat_attach): Use linux_proc_attach_tgid_threads.
13148         (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
13149         ptrace option flags.
13150         * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
13151         field.
13152         * nat/linux-procfs.c: Include <dirent.h>.
13153         (linux_proc_get_int): New parameter "warn".  Handle it.
13154         (linux_proc_get_tgid): Adjust.
13155         (linux_proc_get_tracerpid): Rename to ...
13156         (linux_proc_get_tracerpid_nowarn): ... this.
13157         (linux_proc_pid_get_state): New function, factored out from
13158         (linux_proc_pid_has_state): ... this.  Add new parameter "warn"
13159         and handle it.
13160         (linux_proc_pid_is_gone): New function.
13161         (linux_proc_pid_is_stopped): Adjust.
13162         (linux_proc_pid_is_zombie_maybe_warn)
13163         (linux_proc_pid_is_zombie_nowarn): New functions.
13164         (linux_proc_pid_is_zombie): Use
13165         linux_proc_pid_is_zombie_maybe_warn.
13166         (linux_proc_attach_tgid_threads): New function.
13167         * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
13168         (linux_proc_get_tracerpid): Rename to ...
13169         (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
13170         (linux_proc_pid_is_gone): New declaration.
13171         (linux_proc_pid_is_zombie): Update comment.
13172         (linux_proc_pid_is_zombie_nowarn): New declaration.
13173         (linux_proc_attach_lwp_func): New typedef.
13174         (linux_proc_attach_tgid_threads): New declaration.
13175         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
13176         use nowarn functions.
13177         (linux_ptrace_attach_fail_reason_string): Move here from
13178         gdbserver/linux-low.c and rename.
13179         (ptrace_supports_feature): If the current ptrace options are not
13180         known yet, check them now, instead of asserting.
13181         * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
13182         Declare.
13183
13184 2015-01-09  Pedro Alves  <palves@redhat.com>
13185
13186         * linux-thread-db.c (thread_db_find_new_threads_silently)
13187         (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
13188         (find_new_threads_once): Print debug output on gdb_stdlog.
13189
13190 2015-01-09  Chen Gang  <gang.chen.5i5j@gmail.com>
13191             Pedro Alves  <palves@redhat.com>
13192
13193         * compile/compile.c: Include "gdb_wait.h".
13194         (do_rmdir): Check return value, and free 'zap'.
13195
13196 2015-01-08  Pedro Alves  <palves@redhat.com>
13197             Yao Qi  <yao@codesourcery.com>
13198
13199         * dwarf2loc.c (indirect_pieced_value): Don't call
13200         gdb_sign_extend.  Call extract_signed_integer instead.
13201         * utils.c (gdb_sign_extend): Remove.
13202         * utils.h (gdb_sign_extend): Remove declaration.
13203
13204 2015-01-07  Pierre Muller  <muller@sourceware.org>
13205
13206         PR symtab/17811
13207         * stabsread.c (define_symbol): Set language for C++ special symbols.
13208
13209 2015-01-07  Patrick Palka  <patrick@parcs.ath.cx>
13210
13211         * inflow.c (initial_gdb_ttystate): Tweak comment.
13212
13213 2015-01-07  Joel Brobecker  <brobecker@adacore.com>
13214
13215         * inflow.c (set_initial_gdb_ttystate): Add empty line after
13216         comment documenting function.
13217
13218 2015-01-07  Patrick Palka  <patrick@parcs.ath.cx>
13219
13220         * terminal.h (set_initial_gdb_ttystate): Declare.
13221         * inflow.c (initial_gdb_ttystate): New static variable.
13222         (set_initial_gdb_ttystate): New setter.
13223         (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
13224         instead of our current terminal state.
13225         * top.c (gdb_init): Call set_initial_gdb_ttystate.
13226
13227 2015-01-07  Joel Brobecker  <brobecker@adacore.com>
13228
13229         * guile/scm-type.c (tyscm_array_1): Add comment.
13230         * python/py-type.c (typy_array_1): Add comment.
13231
13232 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
13233
13234         * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
13235         error if N2 is equal to N1 - 1.
13236
13237 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
13238
13239         * python/py-type.c (typy_array_1): Do not raise negative-length
13240         exception if N2 is equal to N1 - 1.
13241
13242 2015-01-03  Doug Evans  <xdje42@gmail.com>
13243
13244         * c-exp.y: Whitespace cleanup.
13245         (classify_inner_name): Remove extra ;.
13246
13247 2015-01-02  Maciej W. Rozycki  <macro@codesourcery.com>
13248
13249         * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
13250         offset signed.
13251
13252 2015-01-02  Doug Evans  <dje@google.com>
13253
13254         * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
13255
13256 2015-01-02  Doug Evans  <dje@google.com>
13257
13258         * symtab.h (struct symbol): Fix typo in comment.
13259
13260 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
13261
13262         Update year range in copyright notice of all files.
13263
13264 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
13265
13266         * top.c (print_gdb_version): Update copyright year to 2015.
13267
13268 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
13269
13270         * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
13271
13272 For older changes see ChangeLog-2014.
13273 \f
13274 Local Variables:
13275 mode: change-log
13276 left-margin: 8
13277 fill-column: 74
13278 version-control: never
13279 coding: utf-8
13280 End: