mdebugread.c: Address class -> address class index
[external/binutils.git] / gdb / ChangeLog
1 2015-10-29  Pedro Alves  <palves@redhat.com>
2
3         * mdebugread.c (add_data_symbol): New function, factored out from
4         ...
5         (parse_symbol): ... here.  Delete 'theclass' local.
6
7 2015-10-29  Simon Marchi  <simon.marchi@polymtl.ca>
8
9         * jit.c (jit_target_read_impl): Add cast.
10
11 2015-10-29  Simon Marchi  <simon.marchi@polymtl.ca>
12
13         * jit.c (jit_reader_load): Add cast.
14
15 2015-10-29  Simon Marchi  <simon.marchi@polymtl.ca>
16
17         * dwarf2read.c (partial_die_full_name): Add cast.
18
19 2015-10-29  Pedro Alves  <palves@redhat.com>
20
21         * common/vec.h (DEF_VEC_FUNC_P) [iterate]: Cast 0 to type T.
22
23 2015-10-29  Pedro Alves  <palves@redhat.com>
24
25         * guile/scm-frame.c (gdbscm_unwind_stop_reason_string): Add cast.
26
27 2015-10-29  Eli Zaretskii  <eliz@gnu.org>
28
29         * utils.c (init_page_info): Disable paging if INSIDE_EMACS is set
30         in the environment.
31
32 2015-10-29  Pedro Alves  <palves@redhat.com>
33
34         * gnu-v2-abi.c (gnuv2_is_destructor_name)
35         (gnuv2_is_constructor_name): Add casts.
36
37 2015-10-29  Pedro Alves  <palves@redhat.com>
38
39         * common/common-exceptions.c (exception_none): Add cast.
40
41 2015-10-29  Pedro Alves  <palves@redhat.com>
42
43         * compile/compile-c-types.c (struct type_map_instance)
44         <gcc_type>: Rename to gcc_type_handle.
45         (insert_type, convert_type): Adjust.
46
47 2015-10-29  Pedro Alves  <palves@redhat.com>
48
49         * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Don't
50         assume that "break" breaks out of a TRY/CATCH.
51         * python/py-framefilter.c (py_print_single_arg): Don't assume
52         "continue" breaks out of a TRY/CATCH.
53         * python/py-value.c (valpy_binop_throw): New function, factored
54         out from ...
55         (valpy_binop): ... this.
56         (valpy_richcompare_throw): New function, factored
57         out from ...
58         (valpy_richcompare): ... this.
59         * solib.c (solib_read_symbols): Don't assume "break" breaks out
60         of a TRY/CATCH.
61         * common/common-exceptions.h [USE_RAW_CXX_TRY]
62         <TRY/CATCH/END_CATCH>: Define as 1-1 wrappers around try/catch.
63
64 2015-10-28  Simon Dardis  <Simon.Dardis@imgtec.com>
65
66         * mips-linux-tdep.c (mips_linux_in_dynsym_stub): Recognise 'or'
67         as move along with [d]addu.
68
69 2015-10-28  Yao Qi  <yao.qi@linaro.org>
70
71         * aarch64-tdep.c (aarch64_software_single_step): Pass 1 to
72         aarch64_decode_insn.
73
74 2015-10-27  Pedro Alves  <palves@redhat.com>
75
76         * common/print-utils.c (host_address_to_string): Rename to ...
77         (host_address_to_string_1): ... this.
78         * common/print-utils.h (host_address_to_string): Reimplement as
79         wrapper around host_address_to_string_1.
80         * utils.c (gdb_print_host_address): Rename to ...
81         (gdb_print_host_address_1): ... this.
82         * utils.h (gdb_print_host_address): Reimplement as wrapper macro
83         around  host_address_to_string_1.
84
85 2015-10-27  Pedro Alves  <palves@redhat.com>
86
87         * alpha-tdep.c (alpha_read_insn): Always pass TARGET_XFER_E_IO to
88         memory_error.  Rename local 'status' to 'res'.
89         * c-lang.c (c_get_string): Always pass TARGET_XFER_E_IO to
90         memory_error.
91         * corefile.c (read_stack, read_code, write_memory): Always pass
92         TARGET_XFER_E_IO to memory_error.
93         * disasm.c (dis_asm_memory_error): Always pass TARGET_XFER_E_IO to
94         memory_error.  Rename parameter 'status' to 'err'.
95         (dump_insns): Rename local 'status' to 'err'.
96         * mips-tdep.c (mips_fetch_instruction): Rename parameter 'statusp'
97         to 'errp'.  Rename local 'status' to 'err'.  Always pass
98         TARGET_XFER_E_IO to memory_error.
99         (mips_breakpoint_from_pc): Rename local 'status' to 'err'.
100         * target.c (target_read_memory, target_read_raw_memory)
101         (target_read_stack, target_read_code, target_write_memory)
102         (target_write_raw_memory): Return -1 on error instead of
103         TARGET_XFER_E_IO.
104         * valprint.c (val_print_string): Rename local 'errcode' to 'err'.
105         Always pass TARGET_XFER_E_IO to memory_error.  Update comment.
106
107 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
108
109         * guile/guile-internal.h (gdbscm_with_guile): Change return
110         types to const char *.
111         * guile/scm-safe-call.c (gdbscm_with_guile): Likewise.
112         (struct c_data) <func>: Likewise.
113         (struct c_data) <result>: Change type to const char *.
114         (scscm_eval_scheme_string): Change return type to
115         const char *.
116         (scscm_source_scheme_script): Likewise.
117         (gdbscm_safe_eval_string): Change type of result variable to
118         const char * and remove cast.
119         (gdbscm_safe_source_script): Likewise.
120         * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker):
121         Change return type to const char *.
122         (gdbscm_disasm_read_memory): Change type of status to
123         const char *.
124
125 2015-10-27  Pedro Alves  <palves@redhat.com>
126
127         * source.c (openp): New local 'last_errno'.  Use it to
128         save/restore errno.
129
130 2015-10-27  Pedro Alves  <palves@redhat.com>
131
132         * psymtab.c (dump_psymtab_addrmap_1): Add casts.
133
134 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
135
136         * ctf.c (SET_ENUM_FIELD): New macro.
137         (ctf_read_status): Use it.
138         (ctf_read_tp): Use it.
139
140 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
141
142         * guile/scm-breakpoint.c (gdbscm_set_breakpoint_stop_x): Add
143         scm_t_dynwind_flags casts.
144         * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
145         * guile/scm-ports.c (gdbscm_open_memory): Likewise.
146         * guile/scm-value.c (gdbscm_value_to_string): Likewise.
147
148 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
149
150         * ax.h (ax_raw_byte): New declaration.
151         * ax-general.c (ax_raw_byte): New function.
152         (ax_simple): Use ax_raw_byte.
153         * ax-gdb.c (gen_printf): Likewise.
154
155 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
156
157         * ada-lang.h (GROW_VECT): Add cast.
158
159 2015-10-26  Doug Evans  <xdje42@gmail.com>
160
161         * symtab.h (struct general_symbol_info> <ada_mangled>: Update comment.
162
163 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
164
165         * target.c (memory_xfer_partial): Change type of buf to gdb_byte
166         pointer.
167         (simple_search_memory): Cast return of memmem.
168
169 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
170
171         * stap-probe.c (handle_stap_probe): Add (const char *) casts.
172
173 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
174
175         * ctf.c (ctf_xfer_partial): Return TARGET_XFER_E_IO instead of
176         -1 on error.
177
178 2015-10-26  Doug Evans  <dje@google.com>
179
180         PR symtab/17391
181         * dwarf2-frame.c (dwarf2_restore_rule): Call dwarf_reg_to_regnum
182         instead of gdbarch_dwarf2_reg_to_regnum.
183         (dwarf2_frame_cache): Ditto.
184         (read_addr_from_reg): Call dwarf_reg_to_regnum_or_error instead of
185         gdbarch_dwarf2_reg_to_regnum.
186         (get_reg_value): Ditto.
187         (dwarf2_fetch_cfa_info): Ditto.
188         (dwarf2_frame_prev_register): Ditto.
189         * dwarf2loc.c: #include "complaints.h".
190         (dwarf_expr_read_addr_from_reg): Call dwarf_reg_to_regnum_or_error
191         instead of gdbarch_dwarf2_reg_to_regnum.
192         (dwarf_expr_get_reg_value): Ditto.
193         (read_pieced_value): Ditto.
194         (write_pieced_value): Ditto.
195         (dwarf2_evaluate_loc_desc_full): Ditto.
196         (dwarf_reg_to_regnum): New function.
197         (throw_bad_regnum_error): New function.
198         (dwarf_reg_to_regnum_or_error): Renamed from
199         dwarf2_reg_to_regnum_or_errorChange to take a ULONGEST regnum.
200         All callers updated.  Call throw_bad_regnum_error.
201         (locexpr_regname): Improve text of bad register number.
202         * dwarf2loc.h (dwarf_reg_to_regnum): Declare.
203         (dwarf_reg_to_regnum_or_error): Update prototype.
204         * dwarf2expr.c: #include "dwarf2loc.h".
205         (dwarf_block_to_sp_offset): Call dwarf_reg_to_regnum instead of
206         gdbarch_dwarf2_reg_to_regnum.
207         * gdbarch.sh (dwarf2_reg_to_regnum): Add comment.
208         * gdbarch.h: Regenerate.
209         * amd64-tdep.c (amd64_dwarf_reg_to_regnum): Remove warning for bad
210         register.
211         * avr-tdep.c (avr_dwarf_reg_to_regnum): Ditto.
212         * cris-tdep.c (cris_dwarf2_reg_to_regnum): Ditto.
213         * bfin-tdep.c (bfin_reg_to_regnum): Fix error checking.
214         * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum): Improve error checking.
215         Remove warning for bad register.
216         * hppa-tdep.c (hppa64_dwarf_reg_to_regnum): Ditto.
217         * i386-tdep.c (i386_svr4_dwarf_reg_to_regnum): Renamed from
218         i386_svr4_reg_to_regnum.  Return -1 for bad registers.
219         (i386_svr4_reg_to_regnum): New function.
220         (i386_gdbarch_init): Update call to set_gdbarch_dwarf2_reg_to_regnum.
221         * microblaze-tdep.c (microblaze_dwarf2_reg_to_regnum): Don't assert
222         on bad registers, return -1.
223         * msp430-tdep.c (msp430_dwarf2_reg_to_regnum): Improve error checking.
224         Remove warning for bad register.
225         * nios2-tdep.c: Add static assert for NIOS2_NUM_REGS.
226         (nios2_dwarf_reg_to_regnum): Fix off-by-one error.
227         Remove warning for bad register.  Return -1 for bad register.
228         * rl78-tdep.c (rl78_dwarf_reg_to_regnum): Don't flag an internal error
229         for bad register, return -1.
230         * rx-tdep.c (rx_dwarf_reg_to_regnum): Ditto.
231         * m68k-tdep.c (m68k_dwarf_reg_to_regnum): Fix error result.
232         * mep-tdep.c (mep_debug_reg_to_regnum): Ditto.
233         * mips-tdep.c (mips_stab_reg_to_regnum): Ditto.
234         (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
235         * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Remove warning
236         for bad regs.
237         * xtensa-tdep.c (xtensa_reg_to_regnum): Remove internal error for
238         bad regs.  Fix error result.
239         * stabsread.c (stab_reg_to_regnum): Watch for negative regno.
240         (reg_value_complaint): Update complaint text.
241         * mdebugread.c (reg_value_complaint): New function.
242         (mdebug_reg_to_regnum): Rewrite to watch for bad reg numbers.
243
244 2015-10-26  Doug Evans  <dje@google.com>
245
246         PR python/18938
247         * cli/cli-cmds (source_script_fron_sctream): New arg file_to_open.
248         All callers updated.
249
250 2015-10-26  Doug Evans  <dje@google.com>
251
252         * psymtab.c (struct dump_psymtab_addrmap_data): Define.
253         (dump_psymtab_addrmap_1, dump_psymtab_addrmap): New functions.
254         (maintenance_print_psymbols): Print address map.
255
256 2015-10-26  Doug Evans  <dje@google.com>
257
258         * nat/linux-nat.h (__SIGRTMIN): Move here from gdbserver/linux-low.c.
259
260 2015-10-26  Doug Evans  <dje@google.com>
261
262         * common/gdb_wait.h (W_STOPCODE): Define, moved here from
263         gdbserver/linux-low.c.
264         (WSETSTOP): Simplify.
265
266 2015-10-26  Doug Evans  <dje@google.com>
267
268         * linux-thread-db.c (find_new_threads_callback): Ditto.
269         (thread_db_pid_to_str): Ditto.
270
271 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
272
273         * guile/scm-ports.c (ioscm_make_gdb_stdio_port): Do not pass a
274         local char array to scm_mode_bits, use a cast instead.
275
276 2015-10-26  Simon Marchi  <simon.marchi@ericsson.com>
277
278         * tui/tui-data.c (tui_alloc_content): Don't check xmalloc
279         result.  Change type of element_block_ptr.  Change allocation to
280         use XNEWVEC.
281
282 2015-10-26  Luis Machado  <lgustavo@codesourcery.com>
283
284         * record-full.c (record_full_message_wrapper_safe): Pass empty string to
285         catch_errors call instead of NULL.
286
287 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
288
289         * guile/scm-ports.c (ioscm_make_gdb_stdio_port): Pass non-const
290         char pointer to scm_mode_bits.
291
292 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
293
294         * symtab.c (default_make_symbol_completion_list_break_on_1): Add
295         cast.
296
297 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
298
299         * guile/scm-ports.c (gdbscm_memory_port_write): Declare new
300         "data" local variable and use it.
301
302 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
303
304         * guile/scm-symbol.c (gdbscm_lookup_global_symbol): Add
305         domain_enum cast.
306         (gdbscm_lookup_symbol): Likewise.
307
308 2015-10-25  Iain Buclaw  <ibuclaw@gdcproject.org>
309
310         * d-exp.y: Remove an obsolete comment and propagate the block
311         information to the produced expression.
312
313 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
314
315         * tui/tui-data.c (tui_add_to_source_windows): Remove void *
316         cast.
317         (tui_add_content_elements): Likewise.
318
319 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
320
321         * cli/cli-setshow.c (do_set_command): Constify p.
322
323 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
324
325         * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Replace
326         (void *) cast with (gdb_byte *).
327
328 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
329
330         * proc-service.c (ps_pdread): Add cast.
331
332 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
333
334         * sparc64-tdep.c (sparc64_store_arguments): Split assignment of
335         valbuf.
336
337 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
338
339         * ia64-tdep.c (ia64_pseudo_register_write): Remove cast.
340         (ia64_push_dummy_call): Remove cast and change type of "to" to
341         array of gdb_byte.
342
343 2015-10-23  Simon Marchi  <simon.marchi@polymtl.ca>
344
345         * linux-btrace.c (linux_enable_pt): Add cast to mmap return.
346
347 2015-10-23  Simon Marchi  <simon.marchi@ericsson.com>
348
349         * observer.h (observer_${event}_notification_stub): Add cast.
350
351 2015-10-23  Yao Qi  <yao.qi@linaro.org>
352
353         * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Set
354         dsd.insn_count to zero.
355
356 2015-10-22  Pedro Alves  <palves@redhat.com>
357
358         * infrun.c (stop_after_trap): Delete.
359         (clear_proceed_status, handle_signal_stop, struct
360         infcall_control_state, save_infcall_control_state)
361         (restore_infcall_control_state): Remove references to
362         stop_after_trap.
363
364 2015-10-22  Simon Marchi  <simon.marchi@ericsson.com>
365
366         * python/python.c (_initialize_python): Add cast.
367
368 2015-10-22  Simon Marchi  <simon.marchi@ericsson.com>
369
370         * nto-tdep.c (nto_inferior_data): Add cast.
371
372 2015-10-22  Pedro Alves  <palves@redhat.com>
373
374         * windows-nat.c (do_initial_windows_stuff): Rewrite loop using
375         windows_wait and windows_resume directly instead of
376         wait_for_inferior and resume.
377
378 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
379
380         * xtensa-tdep.h (XTREG): Add casts.
381         (XTREG_END): Likewise.
382
383 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
384
385         * solib-spu.c (spu_bfd_iovec_pread): Add (gdb_byte *) cast.
386
387 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
388
389         * rs6000-tdep.c (variants): Add (enum bfd_architecture) cast.
390
391 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
392
393         * mips-linux-tdep.c (mips64_linux_get_longjmp_target): Change type of
394         buf to gdb_byte*.
395         (supply_32bit_reg): Add cast.
396         (mips64_fill_gregset): Likewise.
397
398 2015-10-21  Simon Marchi  <simon.marchi@polymtl.ca>
399
400         PR python/18073
401         * python/py-type.c (typy_get_composite): Allow returning a
402         function type.
403
404 2015-10-21  Keven Boell  <keven.boell@intel.com>
405
406         * dwarf2read.c (set_die_type): Add read of
407         DW_AT_allocated and DW_AT_associated.
408         * f-typeprint.c: New include of typeprint.h
409         (f_print_type): Add check for allocated/associated
410         status of type.
411         (f_type_print_varspec_suffix): Add check for
412         * gdbtypes.c (create_array_type_with_stride):
413         Add check for valid data location of type in
414         case allocated or associated attributes are set.
415         Length of an array should be only calculated if
416         allocated or associated is resolved as true.
417         (is_dynamic_type_internal): Add check for allocated/
418         associated.
419         (resolve_dynamic_array): Evaluate allocated/associated
420         properties.
421         * gdbtypes.h (enum dynamic_prop_node_kind): <DYN_PROP_ALLOCATED>
422         <DYN_PROP_ASSOCIATED>: New enums.
423         (TYPE_ALLOCATED_PROP, TYPE_ASSOCIATED_PROP): New macros.
424         (type_not_allocated): New function.
425         (type_not_associated): New function.
426         * valarith.c (value_subscripted_rvalue): Add check for
427         allocated/associated.
428         * valprint.c: New include of typeprint.h.
429         (valprint_check_validity): Add check for allocated/associated.
430         (value_check_printable): Add check for allocated/
431         associated.
432         * typeprint.h (val_print_not_allocated): New function.
433         (val_print_not_associated): New function.
434         * typeprint.c (val_print_not_allocated): New function.
435         (val_print_not_associated): New function.
436
437 2015-10-21  Antoine Tremblay  <antoine.tremblay@ericsson.com>
438
439         * Makefile.in: Add arm.c/o.
440         * arch/arm.c: New file.
441         * arch/arm.h: (IS_THUMB_ADDR): Move macro from arm-tdep.c.
442         (MAKE_THUMB_ADDR): Likewise.
443         (UNMAKE_THUMB_ADDR): Likewise.
444         * arm-tdep.c (int thumb_insn_size): Move to arm.c.
445         (IS_THUMB_ADDR): Move to arm.h.
446         (MAKE_THUMB_ADDR): Likewise.
447         (UNMAKE_THUMB_ADDR): Likewise.
448         * configure.tgt: Add arm.o to all ARM configs.
449
450 2015-10-21  Yao Qi  <yao.qi@linaro.org>
451
452         * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
453         Remove argument exp_vCont_s.
454         * gdb.base/range-stepping.exp: Callers updated.
455         * gdb.trace/range-stepping.exp: Likewise.
456
457 2015-10-21  Aleksandar Ristovski  <aristovski@qnx.com>
458
459         * gdb/nto-tdep.c (QNX_NOTE_NAME, QNX_INFO_SECT_NAME): New defines.
460         (nto_sniff_abi_note_section): New function.
461         (nto_elf_osabi_sniffer): Use new function to recognize nto specific
462         binary.
463
464 2015-10-21  Aleksandar Ristovski  <aristovski@qnx.com>
465
466         * nto-procfs.c (procfs_wait): Set stopped_flags nad stopped_pc.
467         (procfs_stopped_by_watchpoint): Use flags stored in inferior data.
468         * nto-tdep.c (nto_new_inferior_data_reg): New definition.
469         (nto_new_inferior_data, nto_inferior_data_cleanup, nto_inferior_data):
470         New functions.
471         (_initialize_nto_tdep): New forward declaration, new function.
472         * nto-tdep.h (struct nto_inferior_data): New struct.
473         (nto_inferior_data): New function declaration.
474
475 2015-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
476
477         * findvar.c (address_from_register): Check REGNUM validity.
478
479 2015-10-20  Aleksandar Ristovski  <aristovski@qnx.com>
480
481         * gdb/nto-procfs.c (procfs_pid_to_exec_file): New function.
482         (init_procfs_targets): Wire new function.
483
484 2015-10-20  Aleksandar Ristovski  <aristovski@qnx.com>
485
486         * nto-procfs.c (sys/auxv.h): Include.
487         (procfs_xfer_partial): Implement TARGET_OBJECT_AUXV.
488         * nto-tdep.c (nto_read_auxv_from_initial_stack): New function.
489         * nto-tdep.h (nto_read_auxv_from_initial_stack): New declaration.
490
491 2015-10-20  Aleksandar Ristovski  <aristovski@qnx.com>
492
493         * nto-procfs.c (nto_procfs_path): Rename to...
494         (nodestr): ... this, and change type.
495         (nto_node): Use new variable and logic accordingly.
496         (procfs_open_1): Use new variable name. Use local buffer to construct
497         procfrs path.
498         (procfs_pidlist): Use NODESTR to construct procfs path.
499         (procfs_files_info): Use NODESTR to output meaningful text.
500         (do_attach): Construct procfs using NODESTR.
501         (procfs_create_inferior): Compare pointer to NULL.
502
503 2015-10-19  Josh Stone  <jistone@redhat.com>
504
505         * linux-nat.c (linux_handle_syscall_trap): Always update entry/
506         return state, even when not actively catching syscalls at all.
507         (linux_handle_extended_wait): Mark syscall_state like an entry.
508         (wait_lwp): Set syscall_state ignored for other traps.
509         (linux_nat_filter_event): Likewise.
510
511 2015-10-19  Luis Machado  <lgustavo@codesourcery.com>
512
513         * remote.c (remote_wait_as): Set rs->waiting_for_stop_reply to 0
514         when handling 'E', 'T', 'S', 'X' and 'W' packets.
515         Do not set rs->waiting_for_stop_reply back to 1.
516
517 2015-10-16  Aleksandar Ristovski  <aristovski@qnx.com>
518
519         * nto-procfs.c (common/filestuff.h): Include.
520         (procfs_can_use_hw_breakpoint): Fix enum name.
521         (procfs_open_1): Fix compiler warning.
522         (procfs_pidlist): Make static.
523         (procfs_meminfo): Make static, fix type name, add missing argument.
524         (procfs_store_registers): Make static.
525         (procfs_thread_info): Remove unused function.
526         (_initialize_procfs): Forward declare.
527
528 2015-10-16  Yao Qi  <yao.qi@arm.com>
529
530         * MAINTAINERS: Update my email address.
531
532 2015-10-15  Yao Qi  <yao.qi@linaro.org>
533
534         * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint):
535         Call gdbarch_breakpoint_from_pc to instruction length.
536         (aarch64_linux_remove_hw_breakpoint): Likewise.
537         * common/common-regcache.h (regcache_register_size): Declare.
538         * nat/aarch64-linux-hw-point.c: Include "common-regcache.h".
539         (aarch64_point_is_aligned): Set alignment to 2 for breakpoint if
540         the process is 32bit, otherwise set alignment to 4.
541         (aarch64_handle_breakpoint): Update comments.
542         * regcache.c (regcache_register_size): New function.
543
544 2015-10-15  Aleksandar Ristovski  <aristovski@qnx.com>
545
546         * gdbarch.sh (core_regset_section): Remove.
547         * gdbarch.h: Regenerate.
548
549 2015-10-14  Yao Qi  <yao.qi@linaro.org>
550
551         * arch/aarch64-insn.h (struct aarch64_memory_operand): Move enum
552         out of it.
553         (enum aarch64_memory_operand_type): New.
554
555 2015-10-13  David Edelsohn  <dje.gcc@gmail.com>
556
557         * xcoffread.c (dwarf2_xcoff_names): Add .dwmac and .dwpbtyp.
558
559 2015-10-13  Pedro Alves  <palves@redhat.com>
560
561         * ada-lang.c (ada_enum_name): Constify local.
562         * ada-typeprint.c (print_range_bound): Constify locals.
563         * c-varobj.c (c_describe_child): Likewise.
564         * cli/cli-setshow.c (do_set_command): Likewise.
565         * gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
566         * dwarf2read.c (find_file_and_directory): Likewise.
567         (anonymous_struct_prefix, dwarf2_name): Likewise.
568         * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
569         * go-lang.c (unpack_mangled_go_symbol): Likewise.
570         * jv-typeprint.c (java_type_print_base): Likewise.
571         * ser-tcp.c (net_open): Likewise.
572         * symfile.c (deduce_language_from_filename): Likewise.
573         * symtab.c (gdb_mangle_name): Likewise.
574         * tui/tui-io.c (tui_redisplay_readline): Likewise.
575
576 2015-10-13  Pedro Alves  <palves@redhat.com>
577
578         * infrun.c (restore_execution_direction): New function.
579         (fetch_inferior_event): Use it instead of
580         make_cleanup_restore_integer.
581         (execution_direction): Change type to enum
582         exec_direction_kind.
583         * infrun.h (execution_direction): Likewise.
584
585 2015-10-13  Pedro Alves  <palves@redhat.com>
586
587         * ada-lang.c (ada_value_primitive_packed_val): Constify
588         locals.  Use value_contents_writeable.  Remove casts.
589
590 2015-10-13  Pedro Alves  <palves@redhat.com>
591
592         * ada-lang.c (ada_value_primitive_packed_val): Add casts to malloc
593         and alloca calls.
594
595 2015-10-13  Simon Marchi  <simon.marchi@polymtl.ca>
596
597         * lm32-tdep.c (lm32_push_dummy_call): Replace call to
598         write_memory with write_memory_unsigned_integer.
599
600 2015-10-13  Simon Marchi  <simon.marchi@polymtl.ca>
601
602         * solib-dsbt.c (cmp_name): Constify arguments.
603         * solib-frv.c (cmp_name): Likewise.
604         * solib-svr4.c (svr4_create_solib_event_breakpoints): Likewise.
605         * solib.c (gdb_bfd_lookup_symbol_from_symtab): Likewise.
606         (bfd_lookup_symbol_from_dyn_symtab): Likewise.
607         (gdb_bfd_lookup_symbol): Likewise.
608         * solib.h (gdb_bfd_lookup_symbol): Likewise.
609         (gdb_bfd_lookup_symbol_from_symtab): Likewise.
610
611 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
612
613         * stack.c (parse_frame_specification): Remove message parameter,
614         replace with fixed string in function body, update function
615         comment.
616         (frame_info): Remove message to parse_frame_specification.
617         (select_frame_command): Likewise.
618
619 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
620
621         * stack.c (parse_frame_specification): Delete.
622         (parse_frame_specification_1): Rename to
623         parse_frame_specification.
624         (frame_info): Use parse_frame_specification.
625         (select_frame_command): Likewise.
626         (return_command): Use select_frame and print_stack_frame rather
627         than frame_command and select_frame_command.
628         (func_command): Use get_current_frame rather than
629         parse_frame_specification.
630
631 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
632
633         * stack.c (func_command): Return early when there is no ARG
634         string.
635
636 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
637
638         * stack.c: Include safe-ctype.h not ctype.h.
639         (parse_frame_specification): Use ISSPACE not isspace.
640         (backtrace_command): Use TOLOWER not tolower.
641
642 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
643
644         * mep-tdep.c (current_me_module): Add cast.
645         (mep_gdbarch_init): Likewise.
646
647 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
648
649         * m32c-tdep.c (m32c_move_reg_t): Replace with...
650         (m32c_write_reg_t): ...this and...
651         (m32c_read_reg_t): ...this.
652         (struct m32c_reg): Update types of read and write.
653         (m32c_raw_read): Change declaration type to m32c_read_reg_t and
654         adjust definition.
655         (m32c_banked_read): Likewise.
656         (m32c_sb_read): Likewise.
657         (m32c_part_read): Likewise.
658         (m32c_cat_read): Likewise.
659         (m32c_r3r2r1r0_read): Likewise.
660         (m32c_raw_write): Change declaration type to m32c_write_reg_t
661         and adjust definition.
662         (m32c_banked_write): Likewise.
663         (m32c_sb_write): Likewise.
664         (m32c_part_write): Likewise.
665         (m32c_cat_write): Likewise.
666         (m32c_r3r2r1r0_write): Likewise.
667
668 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
669
670         * aarch64-linux-tdep.c (aarch64_linux_syscall_record): Add cast.
671
672 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
673
674         * aarch64-linux-tdep.c (aarch64_canonicalize_syscall): Return
675         gdb_sys_no_syscall instead of -1.
676
677 2015-10-12  Yao Qi  <yao.qi@linaro.org>
678
679         * NEWS: Mention the change.
680
681 2015-10-12  Yao Qi  <yao.qi@linaro.org>
682
683         * arch/aarch64-insn.c (emit_load_store): Rename to ...
684         (aarch64_emit_load_store): ... it.  All callers updated.
685
686 2015-10-12  Yao Qi  <yao.qi@linaro.org>
687
688         * arch/aarch64-insn.c (emit_insn): Rename to ...
689         (aarch64_emit_insn): ... it.  All callers updated.
690
691 2015-10-12  Yao Qi  <yao.qi@linaro.org>
692
693         * aarch64-linux-tdep.c: Include arch-utils.h.
694         (aarch64_linux_init_abi): Call set_gdbarch_max_insn_length,
695         set_gdbarch_displaced_step_copy_insn,
696         set_gdbarch_displaced_step_fixup,
697         set_gdbarch_displaced_step_free_closure,
698         set_gdbarch_displaced_step_location,
699         and set_gdbarch_displaced_step_hw_singlestep.
700         * aarch64-tdep.c (struct displaced_step_closure): New.
701         (struct aarch64_displaced_step_data): New.
702         (aarch64_displaced_step_b): New function.
703         (aarch64_displaced_step_b_cond): Likewise.
704         (aarch64_register): Likewise.
705         (aarch64_displaced_step_cb): Likewise.
706         (aarch64_displaced_step_tb): Likewise.
707         (aarch64_displaced_step_adr): Likewise.
708         (aarch64_displaced_step_ldr_literal): Likewise.
709         (aarch64_displaced_step_others): Likewise.
710         (aarch64_displaced_step_copy_insn): Likewise.
711         (aarch64_displaced_step_fixup): Likewise.
712         (aarch64_displaced_step_hw_singlestep): Likewise.
713         * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): New macro.
714         (aarch64_displaced_step_copy_insn): Declare.
715         (aarch64_displaced_step_fixup): Declare.
716         (aarch64_displaced_step_hw_singlestep): Declare.
717         * arch/aarch64-insn.c (emit_insn): Moved from
718         gdbserver/linux-aarch64-low.c.
719         (emit_load_store): Likewise.
720         * arch/aarch64-insn.h (enum aarch64_opcodes): Moved from
721         gdbserver/linux-aarch64-low.c.
722         (struct aarch64_register): Likewise.
723         (struct aarch64_memory_operand): Likewise.
724         (ENCODE): Likewise.
725         (can_encode_int32): New macro.
726         (emit_b, emit_bcond, emit_cb, emit_ldr, emit_ldrsw): Likewise.
727         (emit_tb, emit_nop): Likewise.
728         (emit_insn): Declare.
729         (emit_load_store): Declare.
730
731 2015-10-12  Yao Qi  <yao.qi@linaro.org>
732
733         * arch/aarch64-insn.c (aarch64_decode_ldr_literal): Moved from
734         gdbserver/linux-aarch64-low.c.
735         (aarch64_relocate_instruction): Likewise.
736         * arch/aarch64-insn.h (aarch64_decode_ldr_literal): Declare.
737         (struct aarch64_insn_data): Moved from
738         gdbserver/linux-aarch64-low.c.
739         (struct aarch64_insn_visitor): Likewise.
740         (aarch64_relocate_instruction): Declare.
741
742 2015-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
743
744         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT>: If
745         EVAL_AVOID_SIDE_EFFECTS mode, forward the VALUE_LVAL attribute
746         to the returned value.
747
748 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
749
750         * ada-lang.c (ada_unpack_from_contents): Add guard that unpacked
751         is large enough for BIT_SIZE.  Update function comment.
752
753 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
754
755         * ada-lang.c (ada_value_primitive_packed_val): Move
756         src_len variable to local block where used.  Override
757         BIT_SIZE if bigger than size of resolved type.
758
759 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
760
761         * gdbtypes.h (is_scalar_type): Add extern declaration.
762         * gdbtypes.c (is_scalar_type): Make non-static.
763         * ada-lang.c (ada_value_primitive_packed_val): Use is_scalar_type
764         to compute IS_SCALAR instead of doing it ourselves.
765
766 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
767
768         * ada-lang.c (ada_value_primitive_packed_val): Rework handling
769         of case where TYPE is dynamic.
770
771 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
772
773         * ada-lang.c (ada_unpack_from_contents): New function,
774         extracted from ada_value_primitive_packed_val.
775         (ada_value_primitive_packed_val): Replace extracted out code
776         by call to ada_unpack_from_contents.
777
778 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
779
780         * ada-lang.c (ada_value_primitive_packed_val): Reorder local
781         variable declarations.
782
783 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
784
785         * ada-lang.c (ada_value_primitive_packed_val): Change the type
786         of local variables src and unpacked to "gdb_type *" instead of
787         "unsigned char *".
788
789 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
790
791         * ada-lang.c (ada_value_primitive_packed_val): Make the name
792         of various local variables more explicit and consistent.
793         No real code change otherwise.
794
795 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
796
797         * i386-tdep.h (struct gdbarch_tdep): Change type of
798         register_reggroup_p to gdbarch_register_reggroup_p_ftype.
799
800 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
801
802         * cris-tdep.c (struct instruction_environment): Change type of
803         byte_order to enum bfd_endian.
804
805 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
806
807         * arm-linux-tdep.c (arm_canonicalize_syscall): Add
808         enum gdb_syscall casts.
809
810 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
811
812         * aarch64-tdep.c (stack_item_t): Change type of data to gdb_byte*.
813         * arm-tdep.c (struct stack_item): Likewise.
814         (push_stack_item): Add gdb_byte* cast.
815         * avr-tdep.c (struct stack_item): Change type of data to gdb_byte*.
816         (push_stack_item): Add gdb_byte* cast.
817         * cli/cli-dump.c (dump_memory_to_file): Change type of buf to gdb_byte*
818         and add cast.
819         * cris-tdep.c (struct stack_item): Change type of data to gdb_byte*.
820         (push_stack_item): Add gdb_byte* cast.
821         * gcore.c (gcore_copy_callback): Change type of memhunk to gdb_byte* and
822         add cast.
823         * gdbtypes.h (print_scalar_formatted): Change type of first parameter to
824         gdb_byte*.
825         * h8300-tdep.c (h8300_extract_return_value): Change type of valbuf to
826         gdb_byte* and remove unnecessary cast.
827         (h8300h_extract_return_value): Likewise.
828         (h8300_store_return_value): Change type of valbuf to gdb_byte*.
829         (h8300h_store_return_value): Likewise.
830         * iq2000-tdep.c (iq2000_extract_return_value): Change type of valbuf to
831         gdb_byte* and remove unnecessary cast.
832         * jit.c (jit_reader_try_read_symtab): Change type of gdb_mem to gdb_byte*
833         and add cast.
834         * m32r-tdep.c (m32r_store_return_value): Change type of valbuf to
835         gdb_byte* and remove unnecessary cast.
836         (m32r_extract_return_value): Change type of dst to gdb_byte* and remove
837         valbuf.
838         * mep-tdep.c (mep_pseudo_cr32_read): Change type of buf to gdb_byte*.
839         (mep_pseudo_cr64_read): Likewise.
840         (mep_pseudo_csr_write): Likewise.
841         (mep_pseudo_cr32_write): Likewise.
842         (mep_pseudo_cr64_write): Likewise.
843         * mi/mi-main.c (mi_cmd_data_write_memory): Change type of buffer to
844         gdb_byte* and add cast.
845         * moxie-tdep.c (moxie_store_return_value): Change type of valbuf to
846         gdb_byte* and remove unnecessary cast.
847         (moxie_extract_return_value): Change type of dst to gdb_byte* and remove
848         valbuf.
849         * p-valprint.c (print_scalar_formatted): Change type of valaddr to
850         gdb_byte*.
851         * printcmd.c (void): Likewise.
852         * python/py-inferior.c (infpy_read_memory): Change type of buffer to
853         gdb_byte* and add cast.
854         (infpy_write_memory): Likewise.
855         (infpy_search_memory): Likewise.
856         * regcache.c (regcache_raw_write_signed): Change type of buf to gdb_byte*
857         and add cast.
858         (regcache_raw_write_unsigned): Likewise.
859         (regcache_cooked_write_signed): Likewise.
860         (regcache_cooked_write_unsigned): Likewise.
861         * sh64-tdep.c (h64_extract_return_value): Change type of valbuf to
862         gdb_byte*.
863
864 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
865
866         * fbsd-tdep.c (fbsd_collect_regset_section_cb): Add cast.
867         * linux-tdep.c (linux_collect_regset_section_cb_data): Likewise.
868
869 2015-10-09  Eli Zaretskii  <eliz@gnu.org>
870
871         * stack.c (print_stack_frame):
872         * utils.c (printchar): Fix typos in commentary.
873
874 2015-10-08  Iain Buclaw  <ibuclaw@gdcproject.org>
875
876         * d-exp.y: (UnaryExpression): Support `type.sizeof' expressions.
877         (PostfixExpression): Support `expr.sizeof' expressions.
878         (PrimaryExpression): Support `typeof(expr)' expressions.
879
880 2015-10-08  Maciej W. Rozycki  <macro@imgtec.com>
881
882         * MAINTAINERS: Update my email address.
883
884 2015-10-08  Markus Metzger  <markus.t.metzger@intel.com>
885
886         * record-btrace.c (record_btrace_resume): Fix void return.
887
888 2015-10-07  Yao Qi  <yao.qi@linaro.org>
889
890         * aarch64-tdep.c: Include opcode/aarch64.h.
891         (submask): Move it above.
892         (bit): Likewise.
893         (bits): Likewise.
894         (aarch64_software_single_step): Call aarch64_decode_insn.
895         Decode instruction by aarch64_inst instead of using
896         aarch64_decode_bcond and decode_masked_match.
897
898 2015-10-06  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
899
900         * cli/cli-dump.c (restore_command): Parse load_offset (bias) as address
901         only when the file is binary.
902
903 2015-10-02  James Bowman  <james.bowman@ftdichip.com>
904
905         * ft32-tdep.c (ft32_analyze_prologue): Add function prolog
906         subroutine handling.
907
908 2015-10-01  Simon Marchi  <simon.marchi@ericsson.com>
909
910         * common/vec.h (VEC_OP (T,cleanup)): Add pointer cast.
911
912 2015-09-30  Doug Evans  <dje@google.com>
913
914         * dwarf2read.c (setup_type_unit_groups): Add comment.
915
916 2015-09-30  Pedro Alves  <palves@redhat.com>
917
918         * linux-nat.c (linux_nat_always_non_stop_p): Always return 1.
919         * x86-linux-nat.c (x86_linux_always_non_stop_p): Delete.
920         (x86_linux_create_target): Don't install
921         x86_linux_always_non_stop_p.
922
923 2015-09-30  Don Breazeal  <donb@codesourcery.com>
924
925         * remote.c (remote_parse_stop_reply): Call strprefix instead
926         of strncmp.
927
928 2015-09-30  Simon Marchi  <simon.marchi@ericsson.com>
929
930         * gdbarch.sh (struct gdbarch_info): Change tdep_info's type to void *.
931         * gdbarch.h: Regenerate.
932         * i386-tdep.c (i386_gdbarch_init): Remove cast to
933         struct gdbarch_tdep_info *.
934         * mips-tdep.c (mips_gdbarch_init): Likewise.
935         * ppc-linux-tdep (ppu2spu_sniffer): Likewise.
936         * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
937         * spu-multiarch.c (spu_gdbarch): Likewise.
938
939 2015-09-30  Kevin Buettner  <kevinb@redhat.com>
940
941         * infcmd.c (finish_command_fsm_should_stop): Don't attempt to
942         record a NULL value.
943
944 2015-09-29  Kevin Buettner  <kevinb@redhat.com>
945
946         * msp430-tdep.c (msp430_push_dummy_call): Treat reference, struct,
947         and union arguments the same as pointer arguments when determining
948         size of argument.
949
950 2015-09-29  James Bowman  <james.bowman@ftdichip.com>
951
952         * ft32-tdep.c: #include "opcode/ft32.h".
953         Delete local macros IS_PUSH, PUSH_REG, IS_LINK, LINK_SIZE.
954         (ft32_analyze_prologue): Use FT32_* macros.
955
956 2015-09-28  Simon Marchi  <simon.marchi@ericsson.com>
957
958         * cli/cli-script.c (read_next_line): Fix stdout -> stdin in
959         comment.
960
961 2015-09-28  Doug Evans  <dje@google.com>
962
963         * MAINTAINERS: Add Iain Buclaw as D language maintainer.
964
965 2015-09-28  Doug Evans  <dje@google.com>
966
967         * common/filestuff.c (make_cleanup_close): Update comment.
968
969 2015-09-26  Simon Marchi  <simon.marchi@polymtl.ca>
970
971         * btrace.c (parse_xml_btrace_block): Fix cast of
972         xml_find_attribute's return value.
973         * memory-map.c (memory_map_start_memory): Likewise.
974         * solib-svr4.c (library_list_start_library): Likewise.
975         * solib-target.c (library_list_start_segment): Likewise.
976         (library_list_start_section): Likewise.
977         * tracepoint.c (traceframe_info_start_memory): Likewise.
978
979 2015-09-26  Iain Buclaw  <ibuclaw@gdcproject.org>
980
981         * d-namespace.c (d_lookup_symbol): New arg langdef.
982         All callers updated.  Support looking up symbol as a primitive type.
983         (lookup_module_scope): New arg langdef.  All callers updated.
984         Call d_lookup_symbol directly for simple bare symbols.
985
986 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
987
988         * macrocmd.c (print_macro_callback): Add cast(s).
989         * macrotab.c (macro_bcache_str): Likewise.
990         (new_macro_definition): Likewise.
991         * main.c (captured_main): Likewise.
992         * maint.c (print_bfd_section_info): Likewise.
993         * mdebugread.c (mdebug_build_psymtabs): Likewise.
994         (basic_type): Likewise.
995         * memattr.c (mem_region_cmp): Likewise.
996         * memory-map.c (memory_map_start_memory): Likewise.
997         (memory_map_end_memory): Likewise.
998         (memory_map_start_property): Likewise.
999         (memory_map_end_property): Likewise.
1000         (clear_result): Likewise.
1001         * memrange.c (compare_mem_ranges): Likewise.
1002         * mep-tdep.c (mep_analyze_frame_prologue): Likewise.
1003         * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Likewise.
1004         * mi/mi-console.c (mi_console_file_delete): Likewise.
1005         (mi_console_file_fputs): Likewise.
1006         (mi_console_raw_packet): Likewise.
1007         (mi_console_file_flush): Likewise.
1008         (mi_console_set_raw): Likewise.
1009         * mi/mi-interp.c (mi_interpreter_resume): Likewise.
1010         (mi_new_thread): Likewise.
1011         (mi_thread_exit): Likewise.
1012         (mi_record_changed): Likewise.
1013         (mi_inferior_added): Likewise.
1014         (mi_inferior_appeared): Likewise.
1015         (mi_inferior_exit): Likewise.
1016         (mi_inferior_removed): Likewise.
1017         (mi_interp_data): Likewise.
1018         (mi_on_normal_stop): Likewise.
1019         (mi_traceframe_changed): Likewise.
1020         (mi_tsv_created): Likewise.
1021         (mi_tsv_deleted): Likewise.
1022         (mi_tsv_modified): Likewise.
1023         (mi_breakpoint_created): Likewise.
1024         (mi_breakpoint_deleted): Likewise.
1025         (mi_breakpoint_modified): Likewise.
1026         (mi_output_running_pid): Likewise.
1027         (mi_inferior_count): Likewise.
1028         (mi_solib_loaded): Likewise.
1029         (mi_solib_unloaded): Likewise.
1030         (mi_command_param_changed): Likewise.
1031         (mi_memory_changed): Likewise.
1032         (report_initial_inferior): Likewise.
1033         (mi_ui_out): Likewise.
1034         (mi_set_logging): Likewise.
1035         * mi/mi-main.c (collect_cores): Likewise.
1036         (print_one_inferior): Likewise.
1037         (free_vector_of_ints): Likewise.
1038         (free_splay_tree): Likewise.
1039         (mi_execute_command): Likewise.
1040         * mi/mi-out.c (mi_table_body): Likewise.
1041         (mi_table_end): Likewise.
1042         (mi_table_header): Likewise.
1043         (mi_begin): Likewise.
1044         (mi_end): Likewise.
1045         (mi_field_int): Likewise.
1046         (mi_field_string): Likewise.
1047         (mi_field_fmt): Likewise.
1048         (mi_flush): Likewise.
1049         (mi_redirect): Likewise.
1050         (field_separator): Likewise.
1051         (mi_open): Likewise.
1052         (mi_close): Likewise.
1053         (mi_out_buffered): Likewise.
1054         (mi_out_rewind): Likewise.
1055         (mi_out_put): Likewise.
1056         (mi_version): Likewise.
1057         (mi_out_data_dtor): Likewise.
1058         * mi/mi-parse.c (mi_parse_cleanup): Likewise.
1059         * microblaze-tdep.c (microblaze_frame_cache): Likewise.
1060         * minidebug.c (lzma_open): Likewise.
1061         (lzma_pread): Likewise.
1062         (lzma_close): Likewise.
1063         (lzma_stat): Likewise.
1064         * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
1065         * mips-sde-tdep.c (mips_sde_frame_cache): Likewise.
1066         (mips_sde_elf_osabi_sniff_abi_tag_sections): Likewise.
1067         * mips-tdep.c (mips_insn16_frame_cache): Likewise.
1068         (mips_micro_frame_cache): Likewise.
1069         (mips_insn32_frame_cache): Likewise.
1070         (mips_stub_frame_cache): Likewise.
1071         (gdb_print_insn_mips): Likewise.
1072         (value_of_mips_user_reg): Likewise.
1073         (mips_gdbarch_init): Likewise.
1074         * mips64obsd-tdep.c (mips64obsd_supply_gregset): Likewise.
1075         * mipsnbsd-tdep.c (mipsnbsd_supply_fpregset): Likewise.
1076         (mipsnbsd_supply_gregset): Likewise.
1077         * mn10300-linux-tdep.c (am33_supply_fpregset_method): Likewise.
1078         (am33_collect_gregset_method): Likewise.
1079         (am33_collect_fpregset_method): Likewise.
1080         * mn10300-tdep.c (mn10300_analyze_frame_prologue): Likewise.
1081         * moxie-tdep.c (moxie_frame_cache): Likewise.
1082         * msp430-tdep.c (msp430_get_opcode_byte): Likewise.
1083         (msp430_analyze_frame_prologue): Likewise.
1084         * mt-tdep.c (mt_frame_unwind_cache): Likewise.
1085         * nios2-linux-tdep.c (nios2_supply_gregset): Likewise.
1086         (nios2_collect_gregset): Likewise.
1087         * nios2-tdep.c (nios2_frame_unwind_cache): Likewise.
1088         (nios2_stub_frame_cache): Likewise.
1089         * objc-lang.c (find_methods): Likewise.
1090         * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
1091         (get_objfile_pspace_data): Likewise.
1092         (get_objfile_bfd_data): Likewise.
1093         (objfile_bfd_data_free): Likewise.
1094         (add_to_objfile_sections): Likewise.
1095         (do_free_objfile_cleanup): Likewise.
1096         (resume_section_map_updates_cleanup): Likewise.
1097         * opencl-lang.c (builtin_opencl_type): Likewise.
1098         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
1099         * osdata.c (osdata_start_osdata): Likewise.
1100         (osdata_start_item): Likewise.
1101         (osdata_start_column): Likewise.
1102         (osdata_end_column): Likewise.
1103         (clear_parsing_data): Likewise.
1104         (osdata_free_cleanup): Likewise.
1105         * parse.c (type_stack_cleanup): Likewise.
1106         (exp_uses_objfile_iter): Likewise.
1107         * ppc-linux-tdep.c (ppc_linux_supply_gregset): Likewise.
1108         (ppc_linux_collect_gregset): Likewise.
1109         (ppu2spu_prev_arch): Likewise.
1110         (ppu2spu_this_id): Likewise.
1111         (ppu2spu_prev_register): Likewise.
1112         (ppu2spu_unwind_register): Likewise.
1113         (ppu2spu_sniffer): Likewise.
1114         (ppu2spu_dealloc_cache): Likewise.
1115         (ppc_linux_init_abi): Likewise.
1116         * ppcfbsd-tdep.c (ppcfbsd_sigtramp_frame_cache): Likewise.
1117         * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
1118         * progspace.c (restore_program_space): Likewise.
1119         * psymtab.c (find_pc_sect_psymtab): Likewise.
1120         (compare_psymbols): Likewise.
1121         (psymbol_bcache_full): Likewise.
1122         (allocate_psymtab): Likewise.
1123         (discard_psymtabs_upto): Likewise.
1124         * python/py-block.c (set_block): Likewise.
1125         (del_objfile_blocks): Likewise.
1126         * python/py-breakpoint.c (build_bp_list): Likewise.
1127         * python/py-inferior.c (inferior_to_inferior_object): Likewise.
1128         (build_inferior_list): Likewise.
1129         (py_free_inferior): Likewise.
1130         * python/py-objfile.c (py_free_objfile): Likewise.
1131         (objfile_to_objfile_object): Likewise.
1132         * python/py-prettyprint.c (py_restore_tstate): Likewise.
1133         * python/py-progspace.c (py_free_pspace): Likewise.
1134         (pspace_to_pspace_object): Likewise.
1135         * python/py-symbol.c (set_symbol): Likewise.
1136         (del_objfile_symbols): Likewise.
1137         * python/py-symtab.c (set_sal): Likewise.
1138         (set_symtab): Likewise.
1139         (del_objfile_symtab): Likewise.
1140         (del_objfile_sal): Likewise.
1141         * python/py-type.c (save_objfile_types): Likewise.
1142         (set_type): Likewise.
1143         * python/py-unwind.c (pyuw_prev_register): Likewise.
1144         (pyuw_on_new_gdbarch): Likewise.
1145         * python/py-utils.c (py_decref): Likewise.
1146         (py_xdecref): Likewise.
1147         (gdb_py_generic_dict): Likewise.
1148         * python/py-xmethods.c (gdbpy_free_xmethod_worker_data): Likewise.
1149         (gdbpy_clone_xmethod_worker_data): Likewise.
1150         (gdbpy_get_xmethod_arg_types): Likewise.
1151         (gdbpy_get_xmethod_result_type): Likewise.
1152         (gdbpy_invoke_xmethod): Likewise.
1153         * python/python.c (gdbpy_apply_type_printers): Likewise.
1154         (gdbpy_free_type_printers): Likewise.
1155         * record-btrace.c (record_btrace_disable_callback): Likewise.
1156         (bfcache_hash): Likewise.
1157         (bfcache_eq): Likewise.
1158         (btrace_get_frame_function): Likewise.
1159         (record_btrace_frame_unwind_stop_reason): Likewise.
1160         (record_btrace_frame_this_id): Likewise.
1161         (record_btrace_frame_prev_register): Likewise.
1162         (record_btrace_frame_dealloc_cache): Likewise.
1163         * record-full.c (record_full_message_wrapper): Likewise.
1164         (record_full_save_cleanups): Likewise.
1165         * regcache.c (regcache_descr): Likewise.
1166         (do_regcache_xfree): Likewise.
1167         (do_regcache_invalidate): Likewise.
1168         (do_cooked_read): Likewise.
1169         (regcache_transfer_regset): Likewise.
1170         * reggroups.c (reggroup_add): Likewise.
1171         (reggroup_next): Likewise.
1172         (reggroup_prev): Likewise.
1173         * remote-fileio.c (do_remote_fileio_request): Likewise.
1174         * remote-notif.c (remote_async_get_pending_events_handler): Likewise.
1175         (do_notif_event_xfree): Likewise.
1176         * remote.c (get_remote_arch_state): Likewise.
1177         (remote_pspace_data_cleanup): Likewise.
1178         (get_remote_exec_file): Likewise.
1179         (set_pspace_remote_exec_file): Likewise.
1180         (compare_pnums): Likewise.
1181         (clear_threads_listing_context): Likewise.
1182         (remote_newthread_step): Likewise.
1183         (start_thread): Likewise.
1184         (end_thread): Likewise.
1185         (remove_child_of_pending_fork): Likewise.
1186         (remove_stop_reply_for_inferior): Likewise.
1187         (remove_stop_reply_of_remote_state): Likewise.
1188         (remote_notif_remove_once_on_match): Likewise.
1189         (stop_reply_match_ptid_and_ws): Likewise.
1190         (kill_child_of_pending_fork): Likewise.
1191         (register_remote_g_packet_guess): Likewise.
1192         (remote_read_description_p): Likewise.
1193         (remote_read_description): Likewise.
1194         (free_actions_list_cleanup_wrapper): Likewise.
1195         (remote_async_serial_handler): Likewise.
1196         * rl78-tdep.c (rl78_get_opcode_byte): Likewise.
1197         (rl78_analyze_frame_prologue): Likewise.
1198         * rs6000-tdep.c (ppc_supply_gregset): Likewise.
1199         (ppc_supply_fpregset): Likewise.
1200         (ppc_supply_vsxregset): Likewise.
1201         (ppc_supply_vrregset): Likewise.
1202         (ppc_collect_gregset): Likewise.
1203         (ppc_collect_fpregset): Likewise.
1204         (ppc_collect_vsxregset): Likewise.
1205         (ppc_collect_vrregset): Likewise.
1206         (e500_move_ev_register): Likewise.
1207         (do_regcache_raw_write): Likewise.
1208         (rs6000_frame_cache): Likewise.
1209         (rs6000_epilogue_frame_cache): Likewise.
1210         (rs6000_gdbarch_init): Likewise.
1211         * rx-tdep.c (rx_get_opcode_byte): Likewise.
1212         (rx_analyze_frame_prologue): Likewise.
1213         (rx_frame_type): Likewise.
1214         (rx_frame_sniffer_common): Likewise.
1215         * s390-linux-tdep.c (s390_check_for_saved): Likewise.
1216         (s390_frame_unwind_cache): Likewise.
1217         (s390_stub_frame_unwind_cache): Likewise.
1218         (s390_sigtramp_frame_unwind_cache): Likewise.
1219         * score-tdep.c (score_make_prologue_cache): Likewise.
1220         * sentinel-frame.c (sentinel_frame_prev_register): Likewise.
1221         (sentinel_frame_prev_arch): Likewise.
1222         * ser-base.c (fd_event): Likewise.
1223         (push_event): Likewise.
1224         (ser_base_write): Likewise.
1225         * ser-pipe.c (pipe_close): Likewise.
1226         * serial.c (serial_write): Likewise.
1227         * sh-tdep.c (sh_frame_cache): Likewise.
1228         (sh_stub_this_id): Likewise.
1229         * sh64-tdep.c (sh64_frame_cache): Likewise.
1230         * solib-aix.c (get_solib_aix_inferior_data): Likewise.
1231         (library_list_start_library): Likewise.
1232         (library_list_start_list): Likewise.
1233         (solib_aix_free_library_list): Likewise.
1234         * solib-darwin.c (get_darwin_info): Likewise.
1235         * solib-dsbt.c (get_dsbt_info): Likewise.
1236         * solib-spu.c (append_ocl_sos): Likewise.
1237         * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
1238         (get_svr4_info): Likewise.
1239         (library_list_start_library): Likewise.
1240         (svr4_library_list_start_list): Likewise.
1241         (hash_probe_and_action): Likewise.
1242         (equal_probe_and_action): Likewise.
1243         (svr4_update_solib_event_breakpoint): Likewise.
1244         (set_solib_svr4_fetch_link_map_offsets): Likewise.
1245         (svr4_fetch_link_map_offsets): Likewise.
1246         (svr4_have_link_map_offsets): Likewise.
1247         * solib-target.c (library_list_start_segment): Likewise.
1248         (library_list_start_section): Likewise.
1249         (library_list_start_library): Likewise.
1250         (library_list_end_library): Likewise.
1251         (library_list_start_list): Likewise.
1252         (solib_target_free_library_list): Likewise.
1253         * solib.c (solib_ops): Likewise.
1254         (set_solib_ops): Likewise.
1255         * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
1256         * sparc-tdep.c (sparc_frame_cache): Likewise.
1257         (sparc32_frame_cache): Likewise.
1258         (sparc32_supply_gregset): Likewise.
1259         (sparc32_collect_gregset): Likewise.
1260         (sparc32_supply_fpregset): Likewise.
1261         (sparc32_collect_fpregset): Likewise.
1262         * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
1263         * sparc64-tdep.c (sparc64_supply_gregset): Likewise.
1264         (sparc64_collect_gregset): Likewise.
1265         (sparc64_supply_fpregset): Likewise.
1266         (sparc64_collect_fpregset): Likewise.
1267         * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_cache): Likewise.
1268         * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
1269         * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.
1270         (sparc64obsd_trapframe_cache): Likewise.
1271         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Likewise.
1272         * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
1273         * spu-multiarch.c (spu_gdbarch): Likewise.
1274         * spu-tdep.c (spu_frame_unwind_cache): Likewise.
1275         (spu2ppu_prev_arch): Likewise.
1276         (spu2ppu_this_id): Likewise.
1277         (spu2ppu_prev_register): Likewise.
1278         (spu2ppu_dealloc_cache): Likewise.
1279         (spu_dis_asm_print_address): Likewise.
1280         (gdb_print_insn_spu): Likewise.
1281         (spu_get_overlay_table): Likewise.
1282         * stabsread.c (rs6000_builtin_type): Likewise.
1283         * stack.c (do_print_variable_and_value): Likewise.
1284         * stap-probe.c (get_stap_base_address_1): Likewise.
1285         * symfile-debug.c (debug_qf_has_symbols): Likewise.
1286         (debug_qf_find_last_source_symtab): Likewise.
1287         (debug_qf_forget_cached_source_info): Likewise.
1288         (debug_qf_map_symtabs_matching_filename): Likewise.
1289         (debug_qf_lookup_symbol): Likewise.
1290         (debug_qf_print_stats): Likewise.
1291         (debug_qf_dump): Likewise.
1292         (debug_qf_relocate): Likewise.
1293         (debug_qf_expand_symtabs_for_function): Likewise.
1294         (debug_qf_expand_all_symtabs): Likewise.
1295         (debug_qf_expand_symtabs_with_fullname): Likewise.
1296         (debug_qf_map_matching_symbols): Likewise.
1297         (debug_qf_expand_symtabs_matching): Likewise.
1298         (debug_qf_find_pc_sect_compunit_symtab): Likewise.
1299         (debug_qf_map_symbol_filenames): Likewise.
1300         (debug_sym_get_probes): Likewise.
1301         (debug_sym_new_init): Likewise.
1302         (debug_sym_init): Likewise.
1303         (debug_sym_read): Likewise.
1304         (debug_sym_read_psymbols): Likewise.
1305         (debug_sym_finish): Likewise.
1306         (debug_sym_offsets): Likewise.
1307         (debug_sym_read_linetable): Likewise.
1308         (debug_sym_relocate): Likewise.
1309         (uninstall_symfile_debug_logging): Likewise.
1310         * symfile-mem.c (symbol_file_add_from_memory_wrapper): Likewise.
1311         * symfile.c (place_section): Likewise.
1312         (add_section_size_callback): Likewise.
1313         (load_progress): Likewise.
1314         (load_section_callback): Likewise.
1315         (clear_memory_write_data): Likewise.
1316         (allocate_symtab): Likewise.
1317         * symmisc.c (maintenance_expand_file_matcher): Likewise.
1318         * symtab.c (lookup_symtab_callback): Likewise.
1319         (hash_demangled_name_entry): Likewise.
1320         (eq_demangled_name_entry): Likewise.
1321         (get_symbol_cache): Likewise.
1322         (symbol_cache_cleanup): Likewise.
1323         (set_symbol_cache_size): Likewise.
1324         (symbol_cache_flush): Likewise.
1325         (maintenance_print_symbol_cache): Likewise.
1326         (maintenance_print_symbol_cache_statistics): Likewise.
1327         (delete_filename_seen_cache): Likewise.
1328         (output_partial_symbol_filename): Likewise.
1329         (search_symbols_file_matches): Likewise.
1330         (search_symbols_name_matches): Likewise.
1331         (do_free_completion_list): Likewise.
1332         (maybe_add_partial_symtab_filename): Likewise.
1333         (get_main_info): Likewise.
1334         (main_info_cleanup): Likewise.
1335         * target-dcache.c (target_dcache_cleanup): Likewise.
1336         (target_dcache_init_p): Likewise.
1337         (target_dcache_invalidate): Likewise.
1338         (target_dcache_get): Likewise.
1339         (target_dcache_get_or_init): Likewise.
1340         * target-descriptions.c (target_find_description): Likewise.
1341         (tdesc_find_type): Likewise.
1342         (tdesc_data_cleanup): Likewise.
1343         (tdesc_find_arch_register): Likewise.
1344         (tdesc_register_name): Likewise.
1345         (tdesc_register_type): Likewise.
1346         (tdesc_register_reggroup_p): Likewise.
1347         (set_tdesc_pseudo_register_name): Likewise.
1348         (set_tdesc_pseudo_register_type): Likewise.
1349         (set_tdesc_pseudo_register_reggroup_p): Likewise.
1350         (tdesc_use_registers): Likewise.
1351         (free_target_description): Likewise.
1352         * target-memory.c (compare_block_starting_address): Likewise.
1353         (cleanup_request_data): Likewise.
1354         (cleanup_write_requests_vector): Likewise.
1355         * target.c (open_target): Likewise.
1356         (cleanup_restore_target_terminal): Likewise.
1357         (free_memory_read_result_vector): Likewise.
1358         * thread.c (disable_thread_stack_temporaries): Likewise.
1359         (finish_thread_state_cleanup): Likewise.
1360         (do_restore_current_thread_cleanup): Likewise.
1361         (restore_current_thread_cleanup_dtor): Likewise.
1362         (set_thread_refcount): Likewise.
1363         (tp_array_compar): Likewise.
1364         (do_captured_thread_select): Likewise.
1365         * tic6x-tdep.c (tic6x_frame_unwind_cache): Likewise.
1366         (tic6x_stub_this_id): Likewise.
1367         * tilegx-tdep.c (tilegx_frame_cache): Likewise.
1368         * top.c (do_restore_instream_cleanup): Likewise.
1369         (gdb_readline_wrapper_cleanup): Likewise.
1370         (kill_or_detach): Likewise.
1371         (print_inferior_quit_action): Likewise.
1372         * tracefile-tfile.c (match_blocktype): Likewise.
1373         (build_traceframe_info): Likewise.
1374         * tracefile.c (trace_file_writer_xfree): Likewise.
1375         * tracepoint.c (memrange_cmp): Likewise.
1376         (do_collect_symbol): Likewise.
1377         (do_clear_collection_list): Likewise.
1378         (do_restore_current_traceframe_cleanup): Likewise.
1379         (restore_current_traceframe_cleanup_dtor): Likewise.
1380         (free_current_marker): Likewise.
1381         (traceframe_info_start_memory): Likewise.
1382         (traceframe_info_start_tvar): Likewise.
1383         (free_result): Likewise.
1384         * tramp-frame.c (tramp_frame_cache): Likewise.
1385         * tui/tui-file.c (tui_file_delete): Likewise.
1386         (tui_fileopen): Likewise.
1387         (tui_sfileopen): Likewise.
1388         (tui_file_isatty): Likewise.
1389         (tui_file_rewind): Likewise.
1390         (tui_file_put): Likewise.
1391         (tui_file_fputs): Likewise.
1392         (tui_file_get_strbuf): Likewise.
1393         (tui_file_adjust_strbuf): Likewise.
1394         (tui_file_flush): Likewise.
1395         * tui/tui-layout.c (make_command_window): Likewise.
1396         (make_data_window): Likewise.
1397         (show_source_disasm_command): Likewise.
1398         (show_data): Likewise.
1399         (make_source_or_disasm_window): Likewise.
1400         (show_source_or_disasm_and_command): Likewise.
1401         * tui/tui-out.c (tui_field_int): Likewise.
1402         (tui_field_string): Likewise.
1403         (tui_field_fmt): Likewise.
1404         (tui_text): Likewise.
1405         * typeprint.c (hash_typedef_field): Likewise.
1406         (eq_typedef_field): Likewise.
1407         (do_free_typedef_hash): Likewise.
1408         (copy_typedef_hash_element): Likewise.
1409         (do_free_global_table): Likewise.
1410         (find_global_typedef): Likewise.
1411         (find_typedef_in_hash): Likewise.
1412         * ui-file.c (ui_file_write_for_put): Likewise.
1413         (do_ui_file_xstrdup): Likewise.
1414         (mem_file_delete): Likewise.
1415         (mem_file_rewind): Likewise.
1416         (mem_file_put): Likewise.
1417         (mem_file_write): Likewise.
1418         (stdio_file_delete): Likewise.
1419         (stdio_file_flush): Likewise.
1420         (stdio_file_read): Likewise.
1421         (stdio_file_write): Likewise.
1422         (stdio_file_write_async_safe): Likewise.
1423         (stdio_file_fputs): Likewise.
1424         (stdio_file_isatty): Likewise.
1425         (stdio_file_fseek): Likewise.
1426         (tee_file_delete): Likewise.
1427         (tee_file_flush): Likewise.
1428         (tee_file_write): Likewise.
1429         (tee_file_fputs): Likewise.
1430         (tee_file_isatty): Likewise.
1431         * ui-out.c (do_cleanup_table_end): Likewise.
1432         (do_cleanup_end): Likewise.
1433         * user-regs.c (user_reg_add): Likewise.
1434         (user_reg_map_name_to_regnum): Likewise.
1435         (usernum_to_user_reg): Likewise.
1436         (maintenance_print_user_registers): Likewise.
1437         * utils.c (do_bfd_close_cleanup): Likewise.
1438         (do_fclose_cleanup): Likewise.
1439         (do_obstack_free): Likewise.
1440         (do_ui_file_delete): Likewise.
1441         (do_ui_out_redirect_pop): Likewise.
1442         (do_free_section_addr_info): Likewise.
1443         (restore_integer): Likewise.
1444         (do_unpush_target): Likewise.
1445         (do_htab_delete_cleanup): Likewise.
1446         (do_restore_ui_file): Likewise.
1447         (do_value_free): Likewise.
1448         (do_free_so): Likewise.
1449         (free_current_contents): Likewise.
1450         (do_regfree_cleanup): Likewise.
1451         (core_addr_hash): Likewise.
1452         (core_addr_eq): Likewise.
1453         (do_free_char_ptr_vec): Likewise.
1454         * v850-tdep.c (v850_frame_cache): Likewise.
1455         * varobj.c (do_free_variable_cleanup): Likewise.
1456         * vax-tdep.c (vax_supply_gregset): Likewise.
1457         (vax_frame_cache): Likewise.
1458         * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_cache): Likewise.
1459         * xml-support.c (gdb_xml_body_text): Likewise.
1460         (gdb_xml_values_cleanup): Likewise.
1461         (gdb_xml_start_element): Likewise.
1462         (gdb_xml_start_element_wrapper): Likewise.
1463         (gdb_xml_end_element): Likewise.
1464         (gdb_xml_end_element_wrapper): Likewise.
1465         (gdb_xml_cleanup): Likewise.
1466         (gdb_xml_fetch_external_entity): Likewise.
1467         (gdb_xml_parse_attr_enum): Likewise.
1468         (xinclude_start_include): Likewise.
1469         (xinclude_end_include): Likewise.
1470         (xml_xinclude_default): Likewise.
1471         (xml_xinclude_start_doctype): Likewise.
1472         (xml_xinclude_end_doctype): Likewise.
1473         (xml_xinclude_cleanup): Likewise.
1474         (xml_fetch_content_from_file): Likewise.
1475         * xml-syscall.c (free_syscalls_info): Likewise.
1476         (syscall_start_syscall): Likewise.
1477         * xml-tdesc.c (tdesc_end_arch): Likewise.
1478         (tdesc_end_osabi): Likewise.
1479         (tdesc_end_compatible): Likewise.
1480         (tdesc_start_target): Likewise.
1481         (tdesc_start_feature): Likewise.
1482         (tdesc_start_reg): Likewise.
1483         (tdesc_start_union): Likewise.
1484         (tdesc_start_struct): Likewise.
1485         (tdesc_start_flags): Likewise.
1486         (tdesc_start_field): Likewise.
1487         (tdesc_start_vector): Likewise.
1488         (fetch_available_features_from_target): Likewise.
1489         * xstormy16-tdep.c (xstormy16_frame_cache): Likewise.
1490         * xtensa-tdep.c (xtensa_supply_gregset): Likewise.
1491         (xtensa_frame_cache): Likewise.
1492         (xtensa_frame_prev_register): Likewise.
1493         (xtensa_extract_return_value): Likewise.
1494
1495 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
1496
1497         * aarch64-tdep.c (aarch64_make_prologue_cache): Add cast(s).
1498         (aarch64_make_stub_cache): Likewise.
1499         (value_of_aarch64_user_reg): Likewise.
1500         * ada-lang.c (ada_inferior_data_cleanup): Likewise.
1501         (get_ada_inferior_data): Likewise.
1502         (get_ada_pspace_data): Likewise.
1503         (ada_pspace_data_cleanup): Likewise.
1504         (ada_complete_symbol_matcher): Likewise.
1505         (ada_exc_search_name_matches): Likewise.
1506         * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
1507         (get_ada_tasks_inferior_data): Likewise.
1508         * addrmap.c (addrmap_mutable_foreach_worker): Likewise.
1509         (splay_obstack_alloc): Likewise.
1510         (splay_obstack_free): Likewise.
1511         * alpha-linux-tdep.c (alpha_linux_supply_gregset): Likewise.
1512         (alpha_linux_collect_gregset): Likewise.
1513         (alpha_linux_supply_fpregset): Likewise.
1514         (alpha_linux_collect_fpregset): Likewise.
1515         * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind_cache): Likewise.
1516         * alpha-tdep.c (alpha_lds): Likewise.
1517         (alpha_sts): Likewise.
1518         (alpha_sigtramp_frame_unwind_cache): Likewise.
1519         (alpha_heuristic_frame_unwind_cache): Likewise.
1520         (alpha_supply_int_regs): Likewise.
1521         (alpha_fill_int_regs): Likewise.
1522         (alpha_supply_fp_regs): Likewise.
1523         (alpha_fill_fp_regs): Likewise.
1524         * alphanbsd-tdep.c (alphanbsd_supply_fpregset): Likewise.
1525         (alphanbsd_aout_supply_gregset): Likewise.
1526         (alphanbsd_supply_gregset): Likewise.
1527         * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
1528         (amd64_x32_linux_init_abi): Likewise.
1529         * amd64-nat.c (amd64_supply_native_gregset): Likewise.
1530         (amd64_collect_native_gregset): Likewise.
1531         * amd64-tdep.c (amd64_frame_cache): Likewise.
1532         (amd64_sigtramp_frame_cache): Likewise.
1533         (amd64_epilogue_frame_cache): Likewise.
1534         (amd64_supply_fxsave): Likewise.
1535         (amd64_supply_xsave): Likewise.
1536         (amd64_collect_fxsave): Likewise.
1537         (amd64_collect_xsave): Likewise.
1538         * amd64-windows-tdep.c (amd64_windows_frame_cache): Likewise.
1539         * amd64obsd-tdep.c (amd64obsd_trapframe_cache): Likewise.
1540         * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
1541         (arm_linux_collect_gregset): Likewise.
1542         (arm_linux_supply_nwfpe): Likewise.
1543         (arm_linux_collect_nwfpe): Likewise.
1544         (arm_linux_supply_vfp): Likewise.
1545         (arm_linux_collect_vfp): Likewise.
1546         * arm-tdep.c (arm_find_mapping_symbol): Likewise.
1547         (arm_prologue_unwind_stop_reason): Likewise.
1548         (arm_prologue_this_id): Likewise.
1549         (arm_prologue_prev_register): Likewise.
1550         (arm_exidx_data_free): Likewise.
1551         (arm_find_exidx_entry): Likewise.
1552         (arm_stub_this_id): Likewise.
1553         (arm_m_exception_this_id): Likewise.
1554         (arm_m_exception_prev_register): Likewise.
1555         (arm_normal_frame_base): Likewise.
1556         (gdb_print_insn_arm): Likewise.
1557         (arm_objfile_data_free): Likewise.
1558         (arm_record_special_symbol): Likewise.
1559         (value_of_arm_user_reg): Likewise.
1560         * armbsd-tdep.c (armbsd_supply_fpregset): Likewise.
1561         (armbsd_supply_gregset): Likewise.
1562         * auto-load.c (auto_load_pspace_data_cleanup): Likewise.
1563         (get_auto_load_pspace_data): Likewise.
1564         (hash_loaded_script_entry): Likewise.
1565         (eq_loaded_script_entry): Likewise.
1566         (clear_section_scripts): Likewise.
1567         (collect_matching_scripts): Likewise.
1568         * auxv.c (auxv_inferior_data_cleanup): Likewise.
1569         (get_auxv_inferior_data): Likewise.
1570         * avr-tdep.c (avr_frame_unwind_cache): Likewise.
1571         * ax-general.c (do_free_agent_expr_cleanup): Likewise.
1572         * bfd-target.c (target_bfd_xfer_partial): Likewise.
1573         (target_bfd_xclose): Likewise.
1574         (target_bfd_get_section_table): Likewise.
1575         * bfin-tdep.c (bfin_frame_cache): Likewise.
1576         * block.c (find_block_in_blockvector): Likewise.
1577         (call_site_for_pc): Likewise.
1578         (block_find_non_opaque_type_preferred): Likewise.
1579         * break-catch-sig.c (signal_catchpoint_insert_location): Likewise.
1580         (signal_catchpoint_remove_location): Likewise.
1581         (signal_catchpoint_breakpoint_hit): Likewise.
1582         (signal_catchpoint_print_one): Likewise.
1583         (signal_catchpoint_print_mention): Likewise.
1584         (signal_catchpoint_print_recreate): Likewise.
1585         * break-catch-syscall.c (get_catch_syscall_inferior_data): Likewise.
1586         * breakpoint.c (do_cleanup_counted_command_line): Likewise.
1587         (bp_location_compare_addrs): Likewise.
1588         (get_first_locp_gte_addr): Likewise.
1589         (check_tracepoint_command): Likewise.
1590         (do_map_commands_command): Likewise.
1591         (get_breakpoint_objfile_data): Likewise.
1592         (free_breakpoint_probes): Likewise.
1593         (do_captured_breakpoint_query): Likewise.
1594         (compare_breakpoints): Likewise.
1595         (bp_location_compare): Likewise.
1596         (bpstat_remove_breakpoint_callback): Likewise.
1597         (do_delete_breakpoint_cleanup): Likewise.
1598         * bsd-uthread.c (bsd_uthread_set_supply_uthread): Likewise.
1599         (bsd_uthread_set_collect_uthread): Likewise.
1600         (bsd_uthread_activate): Likewise.
1601         (bsd_uthread_fetch_registers): Likewise.
1602         (bsd_uthread_store_registers): Likewise.
1603         * btrace.c (check_xml_btrace_version): Likewise.
1604         (parse_xml_btrace_block): Likewise.
1605         (parse_xml_btrace_pt_config_cpu): Likewise.
1606         (parse_xml_btrace_pt_raw): Likewise.
1607         (parse_xml_btrace_pt): Likewise.
1608         (parse_xml_btrace_conf_bts): Likewise.
1609         (parse_xml_btrace_conf_pt): Likewise.
1610         (do_btrace_data_cleanup): Likewise.
1611         * c-typeprint.c (find_typedef_for_canonicalize): Likewise.
1612         * charset.c (cleanup_iconv): Likewise.
1613         (do_cleanup_iterator): Likewise.
1614         * cli-out.c (cli_uiout_dtor): Likewise.
1615         (cli_table_begin): Likewise.
1616         (cli_table_body): Likewise.
1617         (cli_table_end): Likewise.
1618         (cli_table_header): Likewise.
1619         (cli_begin): Likewise.
1620         (cli_end): Likewise.
1621         (cli_field_int): Likewise.
1622         (cli_field_skip): Likewise.
1623         (cli_field_string): Likewise.
1624         (cli_field_fmt): Likewise.
1625         (cli_spaces): Likewise.
1626         (cli_text): Likewise.
1627         (cli_message): Likewise.
1628         (cli_wrap_hint): Likewise.
1629         (cli_flush): Likewise.
1630         (cli_redirect): Likewise.
1631         (out_field_fmt): Likewise.
1632         (field_separator): Likewise.
1633         (cli_out_set_stream): Likewise.
1634         * cli/cli-cmds.c (compare_symtabs): Likewise.
1635         * cli/cli-dump.c (call_dump_func): Likewise.
1636         (restore_section_callback): Likewise.
1637         * cli/cli-script.c (clear_hook_in_cleanup): Likewise.
1638         (do_restore_user_call_depth): Likewise.
1639         (do_free_command_lines_cleanup): Likewise.
1640         * coff-pe-read.c (get_section_vmas): Likewise.
1641         (pe_as16): Likewise.
1642         (pe_as32): Likewise.
1643         * coffread.c (coff_symfile_read): Likewise.
1644         * common/agent.c (agent_look_up_symbols): Likewise.
1645         * common/filestuff.c (do_close_cleanup): Likewise.
1646         * common/format.c (free_format_pieces_cleanup): Likewise.
1647         * common/vec.c (vec_o_reserve): Likewise.
1648         * compile/compile-c-support.c (print_one_macro): Likewise.
1649         * compile/compile-c-symbols.c (hash_symbol_error): Likewise.
1650         (eq_symbol_error): Likewise.
1651         (del_symbol_error): Likewise.
1652         (error_symbol_once): Likewise.
1653         (gcc_convert_symbol): Likewise.
1654         (gcc_symbol_address): Likewise.
1655         (hash_symname): Likewise.
1656         (eq_symname): Likewise.
1657         * compile/compile-c-types.c (hash_type_map_instance): Likewise.
1658         (eq_type_map_instance): Likewise.
1659         (insert_type): Likewise.
1660         (convert_type): Likewise.
1661         * compile/compile-object-load.c (munmap_listp_free_cleanup): Likewise.
1662         (setup_sections): Likewise.
1663         (link_hash_table_free): Likewise.
1664         (copy_sections): Likewise.
1665         * compile/compile-object-run.c (do_module_cleanup): Likewise.
1666         * compile/compile.c (compile_print_value): Likewise.
1667         (do_rmdir): Likewise.
1668         (cleanup_compile_instance): Likewise.
1669         (cleanup_unlink_file): Likewise.
1670         * completer.c (free_completion_tracker): Likewise.
1671         * corelow.c (add_to_spuid_list): Likewise.
1672         * cp-namespace.c (reset_directive_searched): Likewise.
1673         * cp-support.c (reset_directive_searched): Likewise.
1674         * cris-tdep.c (cris_sigtramp_frame_unwind_cache): Likewise.
1675         (cris_frame_unwind_cache): Likewise.
1676         * d-lang.c (builtin_d_type): Likewise.
1677         * d-namespace.c (reset_directive_searched): Likewise.
1678         * dbxread.c (dbx_free_symfile_info): Likewise.
1679         (do_free_bincl_list_cleanup): Likewise.
1680         * disasm.c (hash_dis_line_entry): Likewise.
1681         (eq_dis_line_entry): Likewise.
1682         (dis_asm_print_address): Likewise.
1683         (fprintf_disasm): Likewise.
1684         (do_ui_file_delete): Likewise.
1685         * doublest.c (convert_floatformat_to_doublest): Likewise.
1686         * dummy-frame.c (pop_dummy_frame_bpt): Likewise.
1687         (dummy_frame_prev_register): Likewise.
1688         (dummy_frame_this_id): Likewise.
1689         * dwarf2-frame-tailcall.c (cache_hash): Likewise.
1690         (cache_eq): Likewise.
1691         (cache_find): Likewise.
1692         (tailcall_frame_this_id): Likewise.
1693         (dwarf2_tailcall_prev_register_first): Likewise.
1694         (tailcall_frame_prev_register): Likewise.
1695         (tailcall_frame_dealloc_cache): Likewise.
1696         (tailcall_frame_prev_arch): Likewise.
1697         * dwarf2-frame.c (dwarf2_frame_state_free): Likewise.
1698         (dwarf2_frame_set_init_reg): Likewise.
1699         (dwarf2_frame_init_reg): Likewise.
1700         (dwarf2_frame_set_signal_frame_p): Likewise.
1701         (dwarf2_frame_signal_frame_p): Likewise.
1702         (dwarf2_frame_set_adjust_regnum): Likewise.
1703         (dwarf2_frame_adjust_regnum): Likewise.
1704         (clear_pointer_cleanup): Likewise.
1705         (dwarf2_frame_cache): Likewise.
1706         (find_cie): Likewise.
1707         (dwarf2_frame_find_fde): Likewise.
1708         * dwarf2expr.c (dwarf_expr_address_type): Likewise.
1709         (free_dwarf_expr_context_cleanup): Likewise.
1710         * dwarf2loc.c (locexpr_find_frame_base_location): Likewise.
1711         (locexpr_get_frame_base): Likewise.
1712         (loclist_find_frame_base_location): Likewise.
1713         (loclist_get_frame_base): Likewise.
1714         (dwarf_expr_dwarf_call): Likewise.
1715         (dwarf_expr_get_base_type): Likewise.
1716         (dwarf_expr_push_dwarf_reg_entry_value): Likewise.
1717         (dwarf_expr_get_obj_addr): Likewise.
1718         (entry_data_value_coerce_ref): Likewise.
1719         (entry_data_value_copy_closure): Likewise.
1720         (entry_data_value_free_closure): Likewise.
1721         (get_frame_address_in_block_wrapper): Likewise.
1722         (dwarf2_evaluate_property): Likewise.
1723         (dwarf2_compile_property_to_c): Likewise.
1724         (needs_frame_read_addr_from_reg): Likewise.
1725         (needs_frame_get_reg_value): Likewise.
1726         (needs_frame_frame_base): Likewise.
1727         (needs_frame_frame_cfa): Likewise.
1728         (needs_frame_tls_address): Likewise.
1729         (needs_frame_dwarf_call): Likewise.
1730         (needs_dwarf_reg_entry_value): Likewise.
1731         (get_ax_pc): Likewise.
1732         (locexpr_read_variable): Likewise.
1733         (locexpr_read_variable_at_entry): Likewise.
1734         (locexpr_read_needs_frame): Likewise.
1735         (locexpr_describe_location): Likewise.
1736         (locexpr_tracepoint_var_ref): Likewise.
1737         (locexpr_generate_c_location): Likewise.
1738         (loclist_read_variable): Likewise.
1739         (loclist_read_variable_at_entry): Likewise.
1740         (loclist_describe_location): Likewise.
1741         (loclist_tracepoint_var_ref): Likewise.
1742         (loclist_generate_c_location): Likewise.
1743         * dwarf2read.c (line_header_hash_voidp): Likewise.
1744         (line_header_eq_voidp): Likewise.
1745         (dwarf2_has_info): Likewise.
1746         (dwarf2_get_section_info): Likewise.
1747         (locate_dwz_sections): Likewise.
1748         (hash_file_name_entry): Likewise.
1749         (eq_file_name_entry): Likewise.
1750         (delete_file_name_entry): Likewise.
1751         (dw2_setup): Likewise.
1752         (dw2_get_file_names_reader): Likewise.
1753         (dw2_find_pc_sect_compunit_symtab): Likewise.
1754         (hash_signatured_type): Likewise.
1755         (eq_signatured_type): Likewise.
1756         (add_signatured_type_cu_to_table): Likewise.
1757         (create_debug_types_hash_table): Likewise.
1758         (lookup_dwo_signatured_type): Likewise.
1759         (lookup_dwp_signatured_type): Likewise.
1760         (lookup_signatured_type): Likewise.
1761         (hash_type_unit_group): Likewise.
1762         (eq_type_unit_group): Likewise.
1763         (get_type_unit_group): Likewise.
1764         (process_psymtab_comp_unit_reader): Likewise.
1765         (sort_tu_by_abbrev_offset): Likewise.
1766         (process_skeletonless_type_unit): Likewise.
1767         (psymtabs_addrmap_cleanup): Likewise.
1768         (dwarf2_read_symtab): Likewise.
1769         (psymtab_to_symtab_1): Likewise.
1770         (die_hash): Likewise.
1771         (die_eq): Likewise.
1772         (load_full_comp_unit_reader): Likewise.
1773         (reset_die_in_process): Likewise.
1774         (free_cu_line_header): Likewise.
1775         (handle_DW_AT_stmt_list): Likewise.
1776         (hash_dwo_file): Likewise.
1777         (eq_dwo_file): Likewise.
1778         (hash_dwo_unit): Likewise.
1779         (eq_dwo_unit): Likewise.
1780         (create_dwo_cu_reader): Likewise.
1781         (create_dwo_unit_in_dwp_v1): Likewise.
1782         (create_dwo_unit_in_dwp_v2): Likewise.
1783         (lookup_dwo_unit_in_dwp): Likewise.
1784         (dwarf2_locate_dwo_sections): Likewise.
1785         (dwarf2_locate_common_dwp_sections): Likewise.
1786         (dwarf2_locate_v2_dwp_sections): Likewise.
1787         (hash_dwp_loaded_cutus): Likewise.
1788         (eq_dwp_loaded_cutus): Likewise.
1789         (lookup_dwo_cutu): Likewise.
1790         (abbrev_table_free_cleanup): Likewise.
1791         (dwarf2_free_abbrev_table): Likewise.
1792         (find_partial_die_in_comp_unit): Likewise.
1793         (free_line_header_voidp): Likewise.
1794         (follow_die_offset): Likewise.
1795         (follow_die_sig_1): Likewise.
1796         (free_heap_comp_unit): Likewise.
1797         (free_stack_comp_unit): Likewise.
1798         (dwarf2_free_objfile): Likewise.
1799         (per_cu_offset_and_type_hash): Likewise.
1800         (per_cu_offset_and_type_eq): Likewise.
1801         (get_die_type_at_offset): Likewise.
1802         (partial_die_hash): Likewise.
1803         (partial_die_eq): Likewise.
1804         (dwarf2_per_objfile_free): Likewise.
1805         (hash_strtab_entry): Likewise.
1806         (eq_strtab_entry): Likewise.
1807         (add_string): Likewise.
1808         (hash_symtab_entry): Likewise.
1809         (eq_symtab_entry): Likewise.
1810         (delete_symtab_entry): Likewise.
1811         (cleanup_mapped_symtab): Likewise.
1812         (add_indices_to_cpool): Likewise.
1813         (hash_psymtab_cu_index): Likewise.
1814         (eq_psymtab_cu_index): Likewise.
1815         (add_address_entry_worker): Likewise.
1816         (unlink_if_set): Likewise.
1817         (write_one_signatured_type): Likewise.
1818         (save_gdb_index_command): Likewise.
1819         * elfread.c (elf_symtab_read): Likewise.
1820         (elf_gnu_ifunc_cache_hash): Likewise.
1821         (elf_gnu_ifunc_cache_eq): Likewise.
1822         (elf_gnu_ifunc_record_cache): Likewise.
1823         (elf_gnu_ifunc_resolve_by_cache): Likewise.
1824         (elf_get_probes): Likewise.
1825         (probe_key_free): Likewise.
1826         * f-lang.c (builtin_f_type): Likewise.
1827         * frame-base.c (frame_base_append_sniffer): Likewise.
1828         (frame_base_set_default): Likewise.
1829         (frame_base_find_by_frame): Likewise.
1830         * frame-unwind.c (frame_unwind_prepend_unwinder): Likewise.
1831         (frame_unwind_append_unwinder): Likewise.
1832         (frame_unwind_find_by_frame): Likewise.
1833         * frame.c (frame_addr_hash): Likewise.
1834         (frame_addr_hash_eq): Likewise.
1835         (frame_stash_find): Likewise.
1836         (do_frame_register_read): Likewise.
1837         (unwind_to_current_frame): Likewise.
1838         (frame_cleanup_after_sniffer): Likewise.
1839         * frv-linux-tdep.c (frv_linux_sigtramp_frame_cache): Likewise.
1840         * frv-tdep.c (frv_frame_unwind_cache): Likewise.
1841         * ft32-tdep.c (ft32_frame_cache): Likewise.
1842         * gcore.c (do_bfd_delete_cleanup): Likewise.
1843         (gcore_create_callback): Likewise.
1844         * gdb_bfd.c (hash_bfd): Likewise.
1845         (eq_bfd): Likewise.
1846         (gdb_bfd_open): Likewise.
1847         (free_one_bfd_section): Likewise.
1848         (gdb_bfd_ref): Likewise.
1849         (gdb_bfd_unref): Likewise.
1850         (get_section_descriptor): Likewise.
1851         (gdb_bfd_map_section): Likewise.
1852         (gdb_bfd_crc): Likewise.
1853         (gdb_bfd_mark_parent): Likewise.
1854         (gdb_bfd_record_inclusion): Likewise.
1855         (gdb_bfd_requires_relocations): Likewise.
1856         (print_one_bfd): Likewise.
1857         * gdbtypes.c (type_pair_hash): Likewise.
1858         (type_pair_eq): Likewise.
1859         (builtin_type): Likewise.
1860         (objfile_type): Likewise.
1861         * gnu-v3-abi.c (vtable_ptrdiff_type): Likewise.
1862         (vtable_address_point_offset): Likewise.
1863         (gnuv3_get_vtable): Likewise.
1864         (hash_value_and_voffset): Likewise.
1865         (eq_value_and_voffset): Likewise.
1866         (compare_value_and_voffset): Likewise.
1867         (compute_vtable_size): Likewise.
1868         (gnuv3_get_typeid_type): Likewise.
1869         * go-lang.c (builtin_go_type): Likewise.
1870         * guile/scm-block.c (bkscm_hash_block_smob): Likewise.
1871         (bkscm_eq_block_smob): Likewise.
1872         (bkscm_objfile_block_map): Likewise.
1873         (bkscm_del_objfile_blocks): Likewise.
1874         * guile/scm-breakpoint.c (bpscm_build_bp_list): Likewise.
1875         * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker): Likewise.
1876         (gdbscm_disasm_print_address): Likewise.
1877         * guile/scm-frame.c (frscm_hash_frame_smob): Likewise.
1878         (frscm_eq_frame_smob): Likewise.
1879         (frscm_inferior_frame_map): Likewise.
1880         (frscm_del_inferior_frames): Likewise.
1881         * guile/scm-gsmob.c (gdbscm_add_objfile_ref): Likewise.
1882         * guile/scm-objfile.c (ofscm_handle_objfile_deleted): Likewise.
1883         (ofscm_objfile_smob_from_objfile): Likewise.
1884         * guile/scm-ports.c (ioscm_write): Likewise.
1885         (ioscm_file_port_delete): Likewise.
1886         (ioscm_file_port_rewind): Likewise.
1887         (ioscm_file_port_put): Likewise.
1888         (ioscm_file_port_write): Likewise.
1889         * guile/scm-progspace.c (psscm_handle_pspace_deleted): Likewise.
1890         (psscm_pspace_smob_from_pspace): Likewise.
1891         * guile/scm-safe-call.c (scscm_recording_pre_unwind_handler): Likewise.
1892         (scscm_recording_unwind_handler): Likewise.
1893         (gdbscm_with_catch): Likewise.
1894         (scscm_call_0_body): Likewise.
1895         (scscm_call_1_body): Likewise.
1896         (scscm_call_2_body): Likewise.
1897         (scscm_call_3_body): Likewise.
1898         (scscm_call_4_body): Likewise.
1899         (scscm_apply_1_body): Likewise.
1900         (scscm_eval_scheme_string): Likewise.
1901         (gdbscm_safe_eval_string): Likewise.
1902         (scscm_source_scheme_script): Likewise.
1903         (gdbscm_safe_source_script): Likewise.
1904         * guile/scm-string.c (gdbscm_call_scm_to_stringn): Likewise.
1905         (gdbscm_call_scm_from_stringn): Likewise.
1906         * guile/scm-symbol.c (syscm_hash_symbol_smob): Likewise.
1907         (syscm_eq_symbol_smob): Likewise.
1908         (syscm_get_symbol_map): Likewise.
1909         (syscm_del_objfile_symbols): Likewise.
1910         * guile/scm-symtab.c (stscm_hash_symtab_smob): Likewise.
1911         (stscm_eq_symtab_smob): Likewise.
1912         (stscm_objfile_symtab_map): Likewise.
1913         (stscm_del_objfile_symtabs): Likewise.
1914         * guile/scm-type.c (tyscm_hash_type_smob): Likewise.
1915         (tyscm_eq_type_smob): Likewise.
1916         (tyscm_type_map): Likewise.
1917         (tyscm_copy_type_recursive): Likewise.
1918         (save_objfile_types): Likewise.
1919         * guile/scm-utils.c (extract_arg): Likewise.
1920         * h8300-tdep.c (h8300_frame_cache): Likewise.
1921         * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind_cache): Likewise.
1922         * hppa-tdep.c (compare_unwind_entries): Likewise.
1923         (find_unwind_entry): Likewise.
1924         (hppa_frame_cache): Likewise.
1925         (hppa_stub_frame_unwind_cache): Likewise.
1926         * hppanbsd-tdep.c (hppanbsd_supply_gregset): Likewise.
1927         * hppaobsd-tdep.c (hppaobsd_supply_gregset): Likewise.
1928         (hppaobsd_supply_fpregset): Likewise.
1929         * i386-cygwin-tdep.c (core_process_module_section): Likewise.
1930         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
1931         * i386-tdep.c (i386_frame_cache): Likewise.
1932         (i386_epilogue_frame_cache): Likewise.
1933         (i386_sigtramp_frame_cache): Likewise.
1934         (i386_supply_gregset): Likewise.
1935         (i386_collect_gregset): Likewise.
1936         (i386_gdbarch_init): Likewise.
1937         * i386obsd-tdep.c (i386obsd_aout_supply_regset): Likewise.
1938         (i386obsd_trapframe_cache): Likewise.
1939         * i387-tdep.c (i387_supply_fsave): Likewise.
1940         (i387_collect_fsave): Likewise.
1941         (i387_supply_fxsave): Likewise.
1942         (i387_collect_fxsave): Likewise.
1943         (i387_supply_xsave): Likewise.
1944         (i387_collect_xsave): Likewise.
1945         * ia64-tdep.c (ia64_frame_cache): Likewise.
1946         (ia64_sigtramp_frame_cache): Likewise.
1947         * infcmd.c (attach_command_continuation): Likewise.
1948         (attach_command_continuation_free_args): Likewise.
1949         * inferior.c (restore_inferior): Likewise.
1950         (delete_thread_of_inferior): Likewise.
1951         * inflow.c (inflow_inferior_data_cleanup): Likewise.
1952         (get_inflow_inferior_data): Likewise.
1953         (inflow_inferior_exit): Likewise.
1954         * infrun.c (displaced_step_clear_cleanup): Likewise.
1955         (restore_current_uiout_cleanup): Likewise.
1956         (release_stop_context_cleanup): Likewise.
1957         (do_restore_infcall_suspend_state_cleanup): Likewise.
1958         (do_restore_infcall_control_state_cleanup): Likewise.
1959         (restore_inferior_ptid): Likewise.
1960         * inline-frame.c (block_starting_point_at): Likewise.
1961         * iq2000-tdep.c (iq2000_frame_cache): Likewise.
1962         * jit.c (get_jit_objfile_data): Likewise.
1963         (get_jit_program_space_data): Likewise.
1964         (jit_object_close_impl): Likewise.
1965         (jit_find_objf_with_entry_addr): Likewise.
1966         (jit_breakpoint_deleted): Likewise.
1967         (jit_unwind_reg_set_impl): Likewise.
1968         (jit_unwind_reg_get_impl): Likewise.
1969         (jit_dealloc_cache): Likewise.
1970         (jit_frame_sniffer): Likewise.
1971         (jit_frame_prev_register): Likewise.
1972         (jit_prepend_unwinder): Likewise.
1973         (jit_inferior_exit_hook): Likewise.
1974         (free_objfile_data): Likewise.
1975         * jv-lang.c (jv_per_objfile_free): Likewise.
1976         (get_dynamics_objfile): Likewise.
1977         (get_java_class_symtab): Likewise.
1978         (builtin_java_type): Likewise.
1979         * language.c (language_string_char_type): Likewise.
1980         (language_bool_type): Likewise.
1981         (language_lookup_primitive_type): Likewise.
1982         (language_lookup_primitive_type_as_symbol): Likewise.
1983         * linespec.c (hash_address_entry): Likewise.
1984         (eq_address_entry): Likewise.
1985         (iterate_inline_only): Likewise.
1986         (iterate_name_matcher): Likewise.
1987         (decode_line_2_compare_items): Likewise.
1988         (collect_one_symbol): Likewise.
1989         (compare_symbols): Likewise.
1990         (compare_msymbols): Likewise.
1991         (add_symtabs_to_list): Likewise.
1992         (collect_symbols): Likewise.
1993         (compare_msyms): Likewise.
1994         (add_minsym): Likewise.
1995         (cleanup_linespec_result): Likewise.
1996         * linux-fork.c (inferior_call_waitpid_cleanup): Likewise.
1997         * linux-nat.c (delete_lwp_cleanup): Likewise.
1998         (count_events_callback): Likewise.
1999         (select_event_lwp_callback): Likewise.
2000         (resume_stopped_resumed_lwps): Likewise.
2001         * linux-tdep.c (get_linux_gdbarch_data): Likewise.
2002         (invalidate_linux_cache_inf): Likewise.
2003         (get_linux_inferior_data): Likewise.
2004         (linux_find_memory_regions_thunk): Likewise.
2005         (linux_make_mappings_callback): Likewise.
2006         (linux_corefile_thread_callback): Likewise.
2007         (find_mapping_size): Likewise.
2008         * linux-thread-db.c (find_new_threads_callback): Likewise.
2009         * lm32-tdep.c (lm32_frame_cache): Likewise.
2010         * m2-lang.c (builtin_m2_type): Likewise.
2011         * m32c-tdep.c (m32c_analyze_frame_prologue): Likewise.
2012         * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_cache): Likewise.
2013         (m32r_linux_supply_gregset): Likewise.
2014         (m32r_linux_collect_gregset): Likewise.
2015         * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
2016         * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
2017         * m68k-tdep.c (m68k_frame_cache): Likewise.
2018         * m68kbsd-tdep.c (m68kbsd_supply_fpregset): Likewise.
2019         (m68kbsd_supply_gregset): Likewise.
2020         * m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise.
2021         * m88k-tdep.c (m88k_frame_cache): Likewise.
2022         (m88k_supply_gregset): Likewise.
2023
2024 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
2025
2026         * aarch64-linux-tdep.c (aarch64_stap_parse_special_token): Add cast
2027         to allocation result assignment.
2028         * ada-exp.y (write_object_renaming): Likewise.
2029         (write_ambiguous_var): Likewise.
2030         (ada_nget_field_index): Likewise.
2031         (write_var_or_type): Likewise.
2032         * ada-lang.c (ada_decode_symbol): Likewise.
2033         (ada_value_assign): Likewise.
2034         (value_pointer): Likewise.
2035         (cache_symbol): Likewise.
2036         (add_nonlocal_symbols): Likewise.
2037         (ada_name_for_lookup): Likewise.
2038         (symbol_completion_add): Likewise.
2039         (ada_to_fixed_type_1): Likewise.
2040         (ada_get_next_arg): Likewise.
2041         (defns_collected): Likewise.
2042         * ada-lex.l (processId): Likewise.
2043         (processString): Likewise.
2044         * ada-tasks.c (read_known_tasks_array): Likewise.
2045         (read_known_tasks_list): Likewise.
2046         * ada-typeprint.c (decoded_type_name): Likewise.
2047         * addrmap.c (addrmap_mutable_create_fixed): Likewise.
2048         * amd64-tdep.c (amd64_push_arguments): Likewise.
2049         (amd64_displaced_step_copy_insn): Likewise.
2050         (amd64_classify_insn_at): Likewise.
2051         (amd64_relocate_instruction): Likewise.
2052         * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Likewise.
2053         * arch-utils.c (simple_displaced_step_copy_insn): Likewise.
2054         (initialize_current_architecture): Likewise.
2055         * arm-linux-tdep.c (arm_stap_parse_special_token): Likewise.
2056         * arm-symbian-tdep.c (arm_symbian_osabi_sniffer): Likewise.
2057         * arm-tdep.c (arm_exidx_new_objfile): Likewise.
2058         (arm_push_dummy_call): Likewise.
2059         (extend_buffer_earlier): Likewise.
2060         (arm_adjust_breakpoint_address): Likewise.
2061         (arm_skip_stub): Likewise.
2062         * auto-load.c (filename_is_in_pattern): Likewise.
2063         (maybe_add_script_file): Likewise.
2064         (maybe_add_script_text): Likewise.
2065         (auto_load_objfile_script_1): Likewise.
2066         * auxv.c (ld_so_xfer_auxv): Likewise.
2067         * ax-general.c (new_agent_expr): Likewise.
2068         (grow_expr): Likewise.
2069         (ax_reg_mask): Likewise.
2070         * bcache.c (bcache_full): Likewise.
2071         * breakpoint.c (program_breakpoint_here_p): Likewise.
2072         * btrace.c (parse_xml_raw): Likewise.
2073         * build-id.c (build_id_to_debug_bfd): Likewise.
2074         * buildsym.c (end_symtab_with_blockvector): Likewise.
2075         * c-exp.y (string_exp): Likewise.
2076         (qualified_name): Likewise.
2077         (write_destructor_name): Likewise.
2078         (operator_stoken): Likewise.
2079         (parse_number): Likewise.
2080         (scan_macro_expansion): Likewise.
2081         (yylex): Likewise.
2082         (c_print_token): Likewise.
2083         * c-lang.c (c_get_string): Likewise.
2084         (emit_numeric_character): Likewise.
2085         * charset.c (wchar_iterate): Likewise.
2086         * cli/cli-cmds.c (complete_command): Likewise.
2087         (make_command): Likewise.
2088         * cli/cli-dump.c (restore_section_callback): Likewise.
2089         (restore_binary_file): Likewise.
2090         * cli/cli-interp.c (cli_interpreter_exec): Likewise.
2091         * cli/cli-script.c (execute_control_command): Likewise.
2092         * cli/cli-setshow.c (do_set_command): Likewise.
2093         * coff-pe-read.c (add_pe_forwarded_sym): Likewise.
2094         (read_pe_exported_syms): Likewise.
2095         * coffread.c (coff_read_struct_type): Likewise.
2096         (coff_read_enum_type): Likewise.
2097         * common/btrace-common.c (btrace_data_append): Likewise.
2098         * common/buffer.c (buffer_grow): Likewise.
2099         * common/filestuff.c (gdb_fopen_cloexec): Likewise.
2100         * common/format.c (parse_format_string): Likewise.
2101         * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
2102         * common/xml-utils.c (xml_escape_text): Likewise.
2103         * compile/compile-object-load.c (copy_sections): Likewise.
2104         (compile_object_load): Likewise.
2105         * compile/compile-object-run.c (compile_object_run): Likewise.
2106         * completer.c (filename_completer): Likewise.
2107         * corefile.c (read_memory_typed_address): Likewise.
2108         (write_memory_unsigned_integer): Likewise.
2109         (write_memory_signed_integer): Likewise.
2110         (complete_set_gnutarget): Likewise.
2111         * corelow.c (get_core_register_section): Likewise.
2112         * cp-name-parser.y (d_grab): Likewise.
2113         (allocate_info): Likewise.
2114         (cp_new_demangle_parse_info): Likewise.
2115         * cp-namespace.c (cp_scan_for_anonymous_namespaces): Likewise.
2116         (cp_lookup_symbol_in_namespace): Likewise.
2117         (lookup_namespace_scope): Likewise.
2118         (find_symbol_in_baseclass): Likewise.
2119         (cp_lookup_nested_symbol): Likewise.
2120         (cp_lookup_transparent_type_loop): Likewise.
2121         * cp-support.c (copy_string_to_obstack): Likewise.
2122         (make_symbol_overload_list): Likewise.
2123         (make_symbol_overload_list_namespace): Likewise.
2124         (make_symbol_overload_list_adl_namespace): Likewise.
2125         (first_component_command): Likewise.
2126         * cp-valprint.c (cp_print_value): Likewise.
2127         * ctf.c (ctf_xfer_partial): Likewise.
2128         * d-exp.y (StringExp): Likewise.
2129         * d-namespace.c (d_lookup_symbol_in_module): Likewise.
2130         (lookup_module_scope): Likewise.
2131         (find_symbol_in_baseclass): Likewise.
2132         (d_lookup_nested_symbol): Likewise.
2133         * dbxread.c (find_stab_function_addr): Likewise.
2134         (read_dbx_symtab): Likewise.
2135         (dbx_end_psymtab): Likewise.
2136         (cp_set_block_scope): Likewise.
2137         * dcache.c (dcache_alloc): Likewise.
2138         * demangle.c (_initialize_demangler): Likewise.
2139         * dicos-tdep.c (dicos_load_module_p): Likewise.
2140         * dictionary.c (dict_create_hashed_expandable): Likewise.
2141         (dict_create_linear_expandable): Likewise.
2142         (expand_hashtable): Likewise.
2143         (add_symbol_linear_expandable): Likewise.
2144         * dwarf2-frame.c (add_cie): Likewise.
2145         (add_fde): Likewise.
2146         (dwarf2_build_frame_info): Likewise.
2147         * dwarf2expr.c (dwarf_expr_grow_stack): Likewise.
2148         (dwarf_expr_fetch_address): Likewise.
2149         (add_piece): Likewise.
2150         (execute_stack_op): Likewise.
2151         * dwarf2loc.c (chain_candidate): Likewise.
2152         (dwarf_entry_parameter_to_value): Likewise.
2153         (read_pieced_value): Likewise.
2154         (write_pieced_value): Likewise.
2155         * dwarf2read.c (dwarf2_read_section): Likewise.
2156         (add_type_unit): Likewise.
2157         (read_comp_units_from_section): Likewise.
2158         (fixup_go_packaging): Likewise.
2159         (dwarf2_compute_name): Likewise.
2160         (dwarf2_physname): Likewise.
2161         (create_dwo_unit_in_dwp_v1): Likewise.
2162         (create_dwo_unit_in_dwp_v2): Likewise.
2163         (read_func_scope): Likewise.
2164         (read_call_site_scope): Likewise.
2165         (dwarf2_attach_fields_to_type): Likewise.
2166         (process_structure_scope): Likewise.
2167         (mark_common_block_symbol_computed): Likewise.
2168         (read_common_block): Likewise.
2169         (abbrev_table_read_table): Likewise.
2170         (guess_partial_die_structure_name): Likewise.
2171         (fixup_partial_die): Likewise.
2172         (add_file_name): Likewise.
2173         (dwarf2_const_value_data): Likewise.
2174         (dwarf2_const_value_attr): Likewise.
2175         (build_error_marker_type): Likewise.
2176         (guess_full_die_structure_name): Likewise.
2177         (anonymous_struct_prefix): Likewise.
2178         (typename_concat): Likewise.
2179         (dwarf2_canonicalize_name): Likewise.
2180         (dwarf2_name): Likewise.
2181         (write_constant_as_bytes): Likewise.
2182         (dwarf2_fetch_constant_bytes): Likewise.
2183         (copy_string): Likewise.
2184         (parse_macro_definition): Likewise.
2185         * elfread.c (elf_symfile_segments): Likewise.
2186         (elf_rel_plt_read): Likewise.
2187         (elf_gnu_ifunc_resolve_by_cache): Likewise.
2188         (elf_gnu_ifunc_resolve_by_got): Likewise.
2189         (elf_read_minimal_symbols): Likewise.
2190         (elf_gnu_ifunc_record_cache): Likewise.
2191         * event-top.c (top_level_prompt): Likewise.
2192         (command_line_handler): Likewise.
2193         * exec.c (resize_section_table): Likewise.
2194         * expprint.c (print_subexp_standard): Likewise.
2195         * fbsd-tdep.c (fbsd_collect_regset_section_cb): Likewise.
2196         * findcmd.c (parse_find_args): Likewise.
2197         * findvar.c (address_from_register): Likewise.
2198         * frame.c (get_prev_frame_always): Likewise.
2199         * gdb_bfd.c (gdb_bfd_ref): Likewise.
2200         (get_section_descriptor): Likewise.
2201         * gdb_obstack.c (obconcat): Likewise.
2202         (obstack_strdup): Likewise.
2203         * gdbtypes.c (lookup_function_type_with_arguments): Likewise.
2204         (create_set_type): Likewise.
2205         (lookup_unsigned_typename): Likewise.
2206         (lookup_signed_typename): Likewise.
2207         (resolve_dynamic_union): Likewise.
2208         (resolve_dynamic_struct): Likewise.
2209         (add_dyn_prop): Likewise.
2210         (copy_dynamic_prop_list): Likewise.
2211         (arch_flags_type): Likewise.
2212         (append_composite_type_field_raw): Likewise.
2213         * gdbtypes.h (INIT_FUNC_SPECIFIC): Likewise.
2214         * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
2215         * go-exp.y (string_exp): Likewise.
2216         * go-lang.c (go_demangle): Likewise.
2217         * guile/guile.c (compute_scheme_string): Likewise.
2218         * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
2219         (gdbscm_canonicalize_command_name): Likewise.
2220         * guile/scm-ports.c (ioscm_init_stdio_buffers): Likewise.
2221         (ioscm_init_memory_port): Likewise.
2222         (ioscm_reinit_memory_port): Likewise.
2223         * guile/scm-utils.c (gdbscm_gc_xstrdup): Likewise.
2224         (gdbscm_gc_dup_argv): Likewise.
2225         * h8300-tdep.c (h8300_push_dummy_call): Likewise.
2226         * hppa-tdep.c (internalize_unwinds): Likewise.
2227         (read_unwind_info): Likewise.
2228         * i386-cygwin-tdep.c (core_process_module_section): Likewise.
2229         (windows_core_xfer_shared_libraries): Likewise.
2230         * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
2231         (i386_stap_parse_special_token_triplet): Likewise.
2232         (i386_stap_parse_special_token_three_arg_disp): Likewise.
2233         * i386obsd-tdep.c (i386obsd_sigtramp_p): Likewise.
2234         * inf-child.c (inf_child_fileio_readlink): Likewise.
2235         * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
2236         (inf_ptrace_store_register): Likewise.
2237         * infrun.c (follow_exec): Likewise.
2238         (displaced_step_prepare_throw): Likewise.
2239         (save_stop_context): Likewise.
2240         (save_infcall_suspend_state): Likewise.
2241         * jit.c (jit_read_descriptor): Likewise.
2242         (jit_read_code_entry): Likewise.
2243         (jit_symtab_line_mapping_add_impl): Likewise.
2244         (finalize_symtab): Likewise.
2245         (jit_unwind_reg_get_impl): Likewise.
2246         * jv-exp.y (QualifiedName): Likewise.
2247         * jv-lang.c (get_java_utf8_name): Likewise.
2248         (type_from_class): Likewise.
2249         (java_demangle_type_signature): Likewise.
2250         (java_class_name_from_physname): Likewise.
2251         * jv-typeprint.c (java_type_print_base): Likewise.
2252         * jv-valprint.c (java_value_print): Likewise.
2253         * language.c (add_language): Likewise.
2254         * linespec.c (add_sal_to_sals_basic): Likewise.
2255         (add_sal_to_sals): Likewise.
2256         (decode_objc): Likewise.
2257         (find_linespec_symbols): Likewise.
2258         * linux-fork.c (fork_save_infrun_state): Likewise.
2259         * linux-nat.c (linux_nat_detach): Likewise.
2260         (linux_nat_fileio_readlink): Likewise.
2261         * linux-record.c (record_linux_sockaddr): Likewise.
2262         (record_linux_msghdr): Likewise.
2263         (Do): Likewise.
2264         * linux-tdep.c (linux_core_info_proc_mappings): Likewise.
2265         (linux_collect_regset_section_cb): Likewise.
2266         (linux_get_siginfo_data): Likewise.
2267         * linux-thread-db.c (try_thread_db_load_from_pdir_1): Likewise.
2268         (try_thread_db_load_from_dir): Likewise.
2269         (thread_db_load_search): Likewise.
2270         (info_auto_load_libthread_db): Likewise.
2271         * m32c-tdep.c (m32c_m16c_address_to_pointer): Likewise.
2272         (m32c_m16c_pointer_to_address): Likewise.
2273         * m68hc11-tdep.c (m68hc11_pseudo_register_write): Likewise.
2274         * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
2275         * machoread.c (macho_check_dsym): Likewise.
2276         * macroexp.c (resize_buffer): Likewise.
2277         (gather_arguments): Likewise.
2278         (maybe_expand): Likewise.
2279         * macrotab.c (new_macro_key): Likewise.
2280         (new_source_file): Likewise.
2281         (new_macro_definition): Likewise.
2282         * mdebugread.c (parse_symbol): Likewise.
2283         (parse_type): Likewise.
2284         (parse_partial_symbols): Likewise.
2285         (psymtab_to_symtab_1): Likewise.
2286         * mem-break.c (default_memory_insert_breakpoint): Likewise.
2287         * mi/mi-cmd-break.c (mi_argv_to_format): Likewise.
2288         * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
2289         (mi_cmd_data_read_memory_bytes): Likewise.
2290         (mi_cmd_data_write_memory_bytes): Likewise.
2291         (mi_cmd_trace_frame_collected): Likewise.
2292         * mi/mi-parse.c (mi_parse_argv): Likewise.
2293         (mi_parse): Likewise.
2294         * minidebug.c (lzma_open): Likewise.
2295         (lzma_pread): Likewise.
2296         * mips-tdep.c (mips_read_fp_register_single): Likewise.
2297         (mips_print_fp_register): Likewise.
2298         * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Likewise.
2299         * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
2300         * mt-tdep.c (mt_register_name): Likewise.
2301         (mt_registers_info): Likewise.
2302         (mt_push_dummy_call): Likewise.
2303         * namespace.c (add_using_directive): Likewise.
2304         * nat/linux-btrace.c (perf_event_read): Likewise.
2305         (linux_enable_bts): Likewise.
2306         * nat/linux-osdata.c (linux_common_core_of_thread): Likewise.
2307         * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Likewise.
2308         * nto-tdep.c (nto_find_and_open_solib): Likewise.
2309         (nto_parse_redirection): Likewise.
2310         * objc-lang.c (objc_demangle): Likewise.
2311         (find_methods): Likewise.
2312         * objfiles.c (get_objfile_bfd_data): Likewise.
2313         (set_objfile_main_name): Likewise.
2314         (allocate_objfile): Likewise.
2315         (objfile_relocate): Likewise.
2316         (update_section_map): Likewise.
2317         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
2318         * p-exp.y (exp): Likewise.
2319         (yylex): Likewise.
2320         * p-valprint.c (pascal_object_print_value): Likewise.
2321         * parse.c (initialize_expout): Likewise.
2322         (mark_completion_tag): Likewise.
2323         (copy_name): Likewise.
2324         (parse_float): Likewise.
2325         (type_stack_reserve): Likewise.
2326         * ppc-linux-tdep.c (ppc_stap_parse_special_token): Likewise.
2327         (ppu2spu_prev_register): Likewise.
2328         * ppc-ravenscar-thread.c (supply_register_at_address): Likewise.
2329         * printcmd.c (printf_wide_c_string): Likewise.
2330         (printf_pointer): Likewise.
2331         * probe.c (parse_probes): Likewise.
2332         * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
2333         (cmdpy_init): Likewise.
2334         * python/py-gdb-readline.c (gdbpy_readline_wrapper): Likewise.
2335         * python/py-symtab.c (set_sal): Likewise.
2336         * python/py-unwind.c (pyuw_sniffer): Likewise.
2337         * python/python.c (python_interactive_command): Likewise.
2338         (compute_python_string): Likewise.
2339         * ravenscar-thread.c (get_running_thread_id): Likewise.
2340         * record-full.c (record_full_exec_insn): Likewise.
2341         (record_full_core_open_1): Likewise.
2342         * regcache.c (regcache_raw_read_signed): Likewise.
2343         (regcache_raw_read_unsigned): Likewise.
2344         (regcache_cooked_read_signed): Likewise.
2345         (regcache_cooked_read_unsigned): Likewise.
2346         * remote-fileio.c (remote_fileio_func_open): Likewise.
2347         (remote_fileio_func_rename): Likewise.
2348         (remote_fileio_func_unlink): Likewise.
2349         (remote_fileio_func_stat): Likewise.
2350         (remote_fileio_func_system): Likewise.
2351         * remote-mips.c (mips_xfer_memory): Likewise.
2352         (mips_load_srec): Likewise.
2353         (pmon_end_download): Likewise.
2354         * remote.c (new_remote_state): Likewise.
2355         (map_regcache_remote_table): Likewise.
2356         (remote_register_number_and_offset): Likewise.
2357         (init_remote_state): Likewise.
2358         (get_memory_packet_size): Likewise.
2359         (remote_pass_signals): Likewise.
2360         (remote_program_signals): Likewise.
2361         (remote_start_remote): Likewise.
2362         (remote_check_symbols): Likewise.
2363         (remote_query_supported): Likewise.
2364         (extended_remote_attach): Likewise.
2365         (process_g_packet): Likewise.
2366         (store_registers_using_G): Likewise.
2367         (putpkt_binary): Likewise.
2368         (read_frame): Likewise.
2369         (compare_sections_command): Likewise.
2370         (remote_hostio_pread): Likewise.
2371         (remote_hostio_readlink): Likewise.
2372         (remote_file_put): Likewise.
2373         (remote_file_get): Likewise.
2374         (remote_pid_to_exec_file): Likewise.
2375         (_initialize_remote): Likewise.
2376         * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
2377         (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
2378         * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise.
2379         (bfd_uses_spe_extensions): Likewise.
2380         * s390-linux-tdep.c (s390_displaced_step_copy_insn): Likewise.
2381         * score-tdep.c (score7_malloc_and_get_memblock): Likewise.
2382         * solib-dsbt.c (decode_loadmap): Likewise.
2383         (fetch_loadmap): Likewise.
2384         (scan_dyntag): Likewise.
2385         (enable_break): Likewise.
2386         (dsbt_relocate_main_executable): Likewise.
2387         * solib-frv.c (fetch_loadmap): Likewise.
2388         (enable_break2): Likewise.
2389         (frv_relocate_main_executable): Likewise.
2390         * solib-spu.c (spu_relocate_main_executable): Likewise.
2391         (spu_bfd_open): Likewise.
2392         * solib-svr4.c (lm_info_read): Likewise.
2393         (read_program_header): Likewise.
2394         (find_program_interpreter): Likewise.
2395         (scan_dyntag): Likewise.
2396         (elf_locate_base): Likewise.
2397         (open_symbol_file_object): Likewise.
2398         (read_program_headers_from_bfd): Likewise.
2399         (svr4_relocate_main_executable): Likewise.
2400         * solib-target.c (solib_target_relocate_section_addresses): Likewise.
2401         * solib.c (solib_find_1): Likewise.
2402         (exec_file_find): Likewise.
2403         (solib_find): Likewise.
2404         * source.c (openp): Likewise.
2405         (print_source_lines_base): Likewise.
2406         (forward_search_command): Likewise.
2407         * sparc-ravenscar-thread.c (supply_register_at_address): Likewise.
2408         * spu-tdep.c (spu2ppu_prev_register): Likewise.
2409         (spu_get_overlay_table): Likewise.
2410         * stabsread.c (patch_block_stabs): Likewise.
2411         (define_symbol): Likewise.
2412         (again:): Likewise.
2413         (read_member_functions): Likewise.
2414         (read_one_struct_field): Likewise.
2415         (read_enum_type): Likewise.
2416         (common_block_start): Likewise.
2417         * stack.c (read_frame_arg): Likewise.
2418         (backtrace_command): Likewise.
2419         * stap-probe.c (stap_parse_register_operand): Likewise.
2420         * symfile.c (syms_from_objfile_1): Likewise.
2421         (find_separate_debug_file): Likewise.
2422         (load_command): Likewise.
2423         (load_progress): Likewise.
2424         (load_section_callback): Likewise.
2425         (reread_symbols): Likewise.
2426         (add_filename_language): Likewise.
2427         (allocate_compunit_symtab): Likewise.
2428         (read_target_long_array): Likewise.
2429         (simple_read_overlay_table): Likewise.
2430         * symtab.c (symbol_set_names): Likewise.
2431         (resize_symbol_cache): Likewise.
2432         (rbreak_command): Likewise.
2433         (completion_list_add_name): Likewise.
2434         (completion_list_objc_symbol): Likewise.
2435         (add_filename_to_list): Likewise.
2436         * target-descriptions.c (maint_print_c_tdesc_cmd): Likewise.
2437         * target-memory.c (target_write_memory_blocks): Likewise.
2438         * target.c (target_read_string): Likewise.
2439         (read_whatever_is_readable): Likewise.
2440         (target_read_alloc_1): Likewise.
2441         (simple_search_memory): Likewise.
2442         (target_fileio_read_alloc_1): Likewise.
2443         * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
2444         * top.c (command_line_input): Likewise.
2445         * tracefile-tfile.c (tfile_fetch_registers): Likewise.
2446         * tracefile.c (tracefile_fetch_registers): Likewise.
2447         * tracepoint.c (add_memrange): Likewise.
2448         (init_collection_list): Likewise.
2449         (add_aexpr): Likewise.
2450         (trace_dump_actions): Likewise.
2451         (parse_trace_status): Likewise.
2452         (parse_tracepoint_definition): Likewise.
2453         (parse_tsv_definition): Likewise.
2454         (parse_static_tracepoint_marker_definition): Likewise.
2455         * tui/tui-file.c (tui_sfileopen): Likewise.
2456         (tui_file_adjust_strbuf): Likewise.
2457         * tui/tui-io.c (tui_expand_tabs): Likewise.
2458         * tui/tui-source.c (tui_set_source_content): Likewise.
2459         * typeprint.c (find_global_typedef): Likewise.
2460         * ui-file.c (do_ui_file_xstrdup): Likewise.
2461         (ui_file_obsavestring): Likewise.
2462         (mem_file_write): Likewise.
2463         * utils.c (make_hex_string): Likewise.
2464         (get_regcomp_error): Likewise.
2465         (puts_filtered_tabular): Likewise.
2466         (gdb_realpath_keepfile): Likewise.
2467         (ldirname): Likewise.
2468         (gdb_bfd_errmsg): Likewise.
2469         (substitute_path_component): Likewise.
2470         * valops.c (search_struct_method): Likewise.
2471         (find_oload_champ_namespace_loop): Likewise.
2472         * valprint.c (print_decimal_chars): Likewise.
2473         (read_string): Likewise.
2474         (generic_emit_char): Likewise.
2475         * varobj.c (varobj_delete): Likewise.
2476         (varobj_value_get_print_value): Likewise.
2477         * vaxobsd-tdep.c (vaxobsd_sigtramp_sniffer): Likewise.
2478         * windows-tdep.c (display_one_tib): Likewise.
2479         * xcoffread.c (read_xcoff_symtab): Likewise.
2480         (process_xcoff_symbol): Likewise.
2481         (swap_sym): Likewise.
2482         (scan_xcoff_symtab): Likewise.
2483         (xcoff_initial_scan): Likewise.
2484         * xml-support.c (gdb_xml_end_element): Likewise.
2485         (xml_process_xincludes): Likewise.
2486         (xml_fetch_content_from_file): Likewise.
2487         * xml-syscall.c (xml_list_of_syscalls): Likewise.
2488         * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
2489
2490 2015-09-23  James Bowman  <james.bowman@ftdichip.com>
2491
2492         * ft32-tdep.c (ft32_register_type): Return gdbarch_tdep (gdbarch)->pc_type
2493         instead of builtin_func_ptr.
2494         (ft32_pointer_to_address): New function.
2495         (ft32_address_class_type_flags): New function.
2496         (ft32_address_class_type_flags_to_name): New function.
2497         (ft32_address_class_name_to_type_flags): New function.
2498         (ft32_gdbarch_init): Set tdep->pc_type.  Call
2499         set_gdbarch_pointer_to_address,
2500         set_gdbarch_address_class_type_flags
2501         set_gdbarch_address_class_name_to_type_flags,
2502         and set_gdbarch_address_class_type_flags_to_name.
2503         * ft32-tdep.h (struct gdbarch_tdep) <pc_type>: New field.
2504
2505 2015-09-23  Pierre-Marie de Rodat  <derodat@adacore.com>
2506
2507         * ada-lang.c (ada_evaluate_subexp) <OP_FUNCALL>: When the input
2508         value is a reference, actually dereference it in order to get
2509         the underlying value.
2510
2511 2015-09-22  Simon Marchi  <simon.marchi@ericsson.com>
2512
2513         * stap-probe.c (handle_stap_probe): Remove unnecessary cast.
2514
2515 2015-09-21  Simon Marchi  <simon.marchi@ericsson.com>
2516
2517         * cli/cli-setshow.c (cmd_show_list): Constify a variable.
2518         * linespec.c (linespec_lexer_lex_string): Same.
2519
2520 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
2521
2522         * NEWS: Mention support for fast tracepoints on aarch64-linux.
2523
2524 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
2525
2526         * aarch64-tdep.c (aarch64_analyze_prologue): New is_adrp
2527         variable.  Call aarch64_decode_adr instead of
2528         aarch64_decode_adrp.
2529         * arch/aarch64-insn.h (aarch64_decode_adrp): Delete.
2530         (aarch64_decode_adr): New function declaration.
2531         * arch/aarch64-insn.c (aarch64_decode_adrp): Delete.
2532         (aarch64_decode_adr): New function, factored out from
2533         aarch64_decode_adrp to decode both adr and adrp instructions.
2534
2535 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
2536
2537         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-insn.o.
2538         (HFILES_NO_SRCDIR): Add arch/aarch64-insn.h.
2539         (aarch64-insn.o): New rule.
2540         * configure.tgt (aarch64*-*-elf): Add aarch64-insn.o.
2541         (aarch64*-*-linux*): Likewise.
2542         * arch/aarch64-insn.c: New file.
2543         * arch/aarch64-insn.h: New file.
2544         * aarch64-tdep.c: Include arch/aarch64-insn.h.
2545         (aarch64_debug): Move to arch/aarch64-insn.c.  Declare in
2546         arch/aarch64-insn.h.
2547         (decode_add_sub_imm): Rename to ...
2548         (aarch64_decode_add_sub_imm): ... this.
2549         (decode_adrp): Rename to ...
2550         (aarch64_decode_adrp): ... this.  Move to arch/aarch64-insn.c.
2551         Declare in arch/aarch64-insn.h.
2552         (decode_b): Rename to ...
2553         (aarch64_decode_b): ... this.  Move to arch/aarch64-insn.c.
2554         Declare in arch/aarch64-insn.h.
2555         (decode_bcond): Rename to ...
2556         (aarch64_decode_bcond): ... this.  Move to arch/aarch64-insn.c.
2557         Declare in arch/aarch64-insn.h.
2558         (decode_br): Rename to ...
2559         (aarch64_decode_br): ... this.
2560         (decode_cb): Rename to ...
2561         (aarch64_decode_cb): ... this.  Move to arch/aarch64-insn.c.
2562         Declare in arch/aarch64-insn.h.
2563         (decode_eret): Rename to ...
2564         (aarch64_decode_eret): ... this.
2565         (decode_movz): Rename to ...
2566         (aarch64_decode_movz): ... this.
2567         (decode_orr_shifted_register_x): Rename to ...
2568         (aarch64_decode_orr_shifted_register_x): ... this.
2569         (decode_ret): Rename to ...
2570         (aarch64_decode_ret): ... this.
2571         (decode_stp_offset): Rename to ...
2572         (aarch64_decode_stp_offset): ... this.
2573         (decode_stp_offset_wb): Rename to ...
2574         (aarch64_decode_stp_offset_wb): ... this.
2575         (decode_stur): Rename to ...
2576         (aarch64_decode_stur): ... this.
2577         (decode_tb): Rename to ...
2578         (aarch64_decode_tb): ... this.  Move to arch/aarch64-insn.c.
2579         Declare in arch/aarch64-insn.h.
2580         (aarch64_analyze_prologue): Adjust calls to renamed functions.
2581
2582 2015-09-20  Doug Evans  <xdje42@gmail.com>
2583
2584         * dwarf2read.c (add_partial_symbol): Remove outdated comments.
2585
2586 2015-09-20  Doug Evans  <xdje42@gmail.com>
2587
2588         * dwarf2read.c (dwarf2_compute_name): Add FIXME.  Don't use a local
2589         variable name that collides with a parameter.
2590
2591 2015-09-20  Joel Brobecker  <brobecker@adacore.com>
2592
2593         * dwarf2loc.c (locexpr_get_frame_base): Renames
2594         block_op_get_frame_base.
2595         (dwarf2_block_frame_base_locexpr_funcs): Replace reference to
2596         block_op_get_frame_base by reference to locexpr_get_frame_base.
2597         (loclist_get_frame_base): New function, near identical copy of
2598         locexpr_get_frame_base.
2599         (dwarf2_block_frame_base_loclist_funcs): Replace reference to
2600         block_op_get_frame_base by reference to loclist_get_frame_base.
2601
2602 2015-09-19  Doug Evans  <xdje42@gmail.com>
2603
2604         * ravenscar-thread.c (ravenscar_inferior_created): Replace
2605         current_inferior ()->gdbarch with its wrapper target_gdbarch.
2606
2607 2015-09-18  Doug Evans  <xdje42@gmail.com>
2608
2609         * linux-thread-db.c (record_thread): Return the created thread.
2610         (thread_from_lwp): Likewise.
2611         (thread_db_get_thread_local_address): Update.
2612
2613 2015-09-18  Doug Evans  <xdje42@gmail.com>
2614
2615         * symtab.h (general_symbol_info) <mangled_lang>: Delete struct,
2616         move only member demangled_name up.  All uses updated.
2617
2618 2015-09-18  Doug Evans  <xdje42@gmail.com>
2619
2620         * findvar.c (default_read_var_value) <LOC_UNRESOLVED>: Include the
2621         kind of minimal symbol in the error message.
2622         * objfiles.c (objfile_flavour_name): New function.
2623         * objfiles.h (objfile_flavour_name): Declare.
2624
2625 2015-09-18  Yao Qi  <yao.qi@linaro.org>
2626
2627         * nat/aarch64-linux.c: Include elf/common.h,
2628         nat/gdb_ptrace.h, asm/ptrace.h and sys/uio.h.
2629         (aarch64_ps_get_thread_area): New function.
2630         * nat/aarch64-linux.h: Include gdb_proc_service.h.
2631         (aarch64_ps_get_thread_area): Declare.
2632         * aarch64-linux-nat.c (ps_get_thread_area): Call
2633         aarch64_ps_get_thread_area.
2634
2635 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2636
2637         * record-btrace.c (record_btrace_resume): Honour scheduler-locking.
2638
2639 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2640
2641         * NEWS: Announce new scheduler-locking mode.
2642         * infrun.c (schedlock_replay): New.
2643         (scheduler_enums): Add schedlock_replay.
2644         (scheduler_mode): Change default to schedlock_replay.
2645         (user_visible_resume_ptid): Handle schedlock_replay.
2646         (clear_proceed_status_thread): Stop replaying if resumed thread is
2647         not replaying.
2648         (schedlock_applies): Handle schedlock_replay.
2649         (_initialize_infrun): Document new scheduler-locking mode.
2650         * record-btrace.c (record_btrace_resume): Remove code to stop other
2651         threads when not replaying the resumed thread.
2652
2653 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2654
2655         * record-btrace.c ((record_btrace_will_replay): New.
2656         (init_record_btrace_ops): Initialize to_record_will_replay.
2657         * record-full.c ((record_full_will_replay): New.
2658         (init_record_full_ops): Initialize to_record_will_replay.
2659         * target-delegates.c: Regenerated.
2660         * target.c (target_record_will_replay): New.
2661         * target.h (struct target_ops) <to_record_will_replay>: New.
2662         (target_record_will_replay): New.
2663
2664 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2665
2666         * record-btrace.c (record_btrace_resume): Call
2667         target_record_stop_replaying.
2668         (record_btrace_stop_replaying_all): New.
2669         (init_record_btrace_ops): Initialize to_record_stop_replaying.
2670         * record-full.c (record_full_stop_replaying): New.
2671         (init_record_full_ops ): Initialize to_record_stop_replaying.
2672         * target-delegates.c: Regenerated.
2673         * target.c (target_record_stop_replaying): New.
2674         * target.h (struct target_ops) <to_record_stop_replaying>: New.
2675         (target_record_stop_replaying): New.
2676
2677 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2678
2679         * record-btrace.c (record_btrace_xfer_partial)
2680         (record_btrace_store_registers, record_btrace_prepare_to_store):
2681         Call record_btrace_is_replaying with inferior_ptid instead of
2682         minus_one_ptid.
2683         (record_btrace_store_registers): Change error message.
2684
2685 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2686
2687         * record-btrace.c (record_btrace_is_replaying): Add ptid argument.
2688         Update users to pass minus_one_ptid.
2689         * record-full.c (record_full_is_replaying): Add ptid argument (ignored).
2690         * record.c (cmd_record_delete): Pass inferior_ptid to
2691         target_record_is_replaying.
2692         * target-delegates.c: Regenerated.
2693         * target.c (target_record_is_replaying): Add ptid argument.
2694         * target.h (struct target_ops) <to_record_is_replaying>: Add ptid
2695         argument.
2696         (target_record_is_replaying): Add ptid argument.
2697
2698 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2699
2700         * record-btrace.c (record_btrace_open): Remove non_stop check.
2701         * NEWS: Announce that record btrace supports non-stop mode.
2702
2703 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2704
2705         * infrun.c (handle_inferior_event_1): Switch to the eventing thread
2706         in the TARKET_WAITKIND_NO_HISTORY case.
2707
2708 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2709
2710         * record-btrace.c (record_btrace_maybe_mark_async_event): New.
2711         (record_btrace_wait): Call record_btrace_maybe_mark_async_event.
2712
2713 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2714
2715         * record-btrace.c (get_thread_current_frame): New.
2716         (record_btrace_start_replaying): Call get_thread_current_frame.
2717
2718 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2719
2720         * record-btrace.c (record_btrace_resume_thread): A move request
2721         overwrites a previous move request.
2722         (record_btrace_find_resume_thread): Removed.
2723         (record_btrace_resume): Resume all requested threads.
2724
2725 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2726
2727         * record-btrace.c: Include vec.h.
2728         (record_btrace_find_thread_to_move): Removed.
2729         (btrace_step_no_resumed, btrace_step_again)
2730         (record_btrace_stop_replaying_at_end): New.
2731         (record_btrace_cancel_resume): Call record_btrace_stop_replaying_at_end.
2732         (record_btrace_single_step_forward): Remove calls to
2733         record_btrace_stop_replaying.
2734         (record_btrace_step_thread): Do only one step for BTHR_CONT and
2735         BTHR_RCONT.  Keep threads at the end of their history moving.
2736         (record_btrace_wait): Call record_btrace_step_thread for all threads
2737         until one reports an event.  Call record_btrace_stop_replaying_at_end
2738         for the eventing thread.
2739
2740 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2741
2742         * record-btrace.c (record_btrace_single_step_forward): Return
2743         NO_HISTORY if a step brings us to the end of the execution history.
2744
2745 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2746
2747         * record-btrace.c (record_btrace_step_thread): Move breakpoint check
2748         to ...
2749         (record_btrace_single_step_forward): ... here and
2750         (record_btrace_single_step_backward): ... here.
2751
2752 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2753
2754         * record-btrace.c (btrace_step_spurious)
2755         (record_btrace_single_step_forward)
2756         (record_btrace_single_step_backward): New.
2757         (record_btrace_step_thread): Call record_btrace_single_step_forward
2758         and record_btrace_single_step_backward.
2759
2760 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2761
2762         * record-btrace.c (record_btrace_replay_at_breakpoint): New.
2763         (record_btrace_step_thread): Call record_btrace_replay_at_breakpoint.
2764
2765 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2766
2767         * record-btrace.c (btrace_thread_flag_to_str)
2768         (record_btrace_cancel_resume): New.
2769         (record_btrace_step_thread): Call btrace_thread_flag_to_str.
2770         (record_btrace_resume): Print execution direction.
2771         (record_btrace_resume_thread): Call btrace_thread_flag_to_str.
2772         (record_btrace_wait): Call record_btrace_cancel_resume.
2773
2774 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2775
2776         * btrace.h (enum btrace_thread_flag) <BTHR_STOP>: New.
2777         * record-btrace (record_btrace_resume_thread): Clear BTHR_STOP.
2778         (record_btrace_find_thread_to_move): Also accept threads that have
2779         BTHR_STOP set.
2780         (btrace_step_stopped_on_request, record_btrace_stop): New.
2781         (record_btrace_step_thread): Support BTHR_STOP.
2782         (record_btrace_wait): Also clear BTHR_STOP when stopping other threads.
2783         (init_record_btrace_ops): Initialize to_stop.
2784
2785 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2786
2787         * record-btrace.c (record_btrace_wait): Replace non_stop check with
2788         target_is_non_stop_p ().
2789
2790 2015-09-15  Pierre-Marie de Rodat  <derodat@adacore.com>
2791
2792         * ada-typeprint.c (print_array_type): Do not describe arrays as
2793         packed when they embed dynamic elements.
2794
2795 2015-09-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2796
2797         * symtab.h (address_class): Document that TLS variables
2798         are handled by LOC_UNRESOLVED.
2799         * findvar.c (default_read_var_value): Don't relocate TLS variables.
2800         * printcmd.c (address_info): Don't relocate TLS variables.
2801
2802 2015-09-15  Pierre Langlois  <pierre.langlois@arm.com>
2803
2804         * aarch64-tdep.c (decode_add_sub_imm): Use debug_printf.
2805         (decode_adrp): Likewise.
2806         (decode_b): Likewise.
2807         (decode_bcond): Likewise.
2808         (decode_br): Likewise.
2809         (decode_cb): Likewise.
2810         (decode_eret): Likewise.
2811         (decode_movz): Likewise.
2812         (decode_orr_shifted_register_x): Likewise.
2813         (decode_ret): Likewise.
2814         (decode_stp_offset): Likewise.
2815         (decode_stp_offset_wb): Likewise.
2816         (decode_stur): Likewise.
2817         (decode_tb): Likewise.
2818         (aarch64_analyze_prologue): Likewise.
2819         (pass_in_x): Likewise.
2820         (pass_in_v): Likewise.
2821         (pass_on_stack): Likewise.
2822         (aarch64_push_dummy_call): Likewise.
2823         (aarch64_extract_return_value): Likewise.
2824         (aarch64_store_return_value): Likewise.
2825         (aarch64_return_value): Likewise.
2826         (aarch64_record_asimd_load_store): Likewise.
2827         (aarch64_record_load_store): Likewise.
2828         (aarch64_record_data_proc_simd_fp): Likewise.
2829
2830 2015-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
2831
2832         * linespec.c (minsym_found): Call gdbarch_skip_entrypoint.
2833         * ppc64-tdep.c (ppc64_skip_trampoline_code): Rename to ...
2834         (ppc64_skip_trampoline_code_1): ... here.
2835         (ppc64_skip_trampoline_code): New wrapper function.
2836         * symtab.c (find_function_start_sal): Call gdbarch_skip_entrypoint.
2837
2838 2015-09-15  Yao Qi  <yao.qi@linaro.org>
2839
2840         * aarch64-linux-nat.c (aarch64_linux_can_do_single_step): New
2841         function.
2842         (_initialize_aarch64_linux_nat): Install it to to_can_do_single_step.
2843         * arm-linux-tdep.c (arm_linux_software_single_step): Return 0
2844         if target_can_do_single_step returns 1.
2845         * remote.c (struct vCont_action_support) <s, S>: New fields.
2846         (PACKET_vContSupported): New enum.
2847         (remote_protocol_features): New element for vContSupported.
2848         (remote_query_supported): Append "vContSupported+".
2849         (remote_vcont_probe): Remove support_s and support_S, use
2850         rs->supports_vCont.s and rs->supports_vCont.S instead.  Disable
2851         vCont packet if c and C actions are not supported.
2852         (remote_can_do_single_step): New function.
2853         (init_remote_ops): Install it to to_can_do_single_step.
2854         (_initialize_remote): Call add_packet_config_cmd.
2855         * target.h (struct target_ops) <to_can_do_single_step>: New field.
2856         (target_can_do_single_step): New macro.
2857         * target-delegates.c: Re-generated.
2858
2859 2015-09-15  Yao Qi  <yao.qi@linaro.org>
2860
2861         * aarch64-linux-nat.c (aarch64_linux_siginfo_fixup): New function.
2862         (_initialize_aarch64_linux_nat): Call linux_nat_set_siginfo_fixup.
2863         * nat/aarch64-linux.c (aarch64_compat_siginfo_from_siginfo):
2864         New function.
2865         (aarch64_siginfo_from_compat_siginfo): New function.
2866         * nat/aarch64-linux.h: Include signal.h.
2867         (compat_int_t, compat_uptr_t, compat_time_t): Typedef.
2868         (compat_timer_t, compat_clock_t): Likewise.
2869         (struct compat_timeval): New.
2870         (union compat_sigval): New.
2871         (struct compat_siginfo): New.
2872         (cpt_si_pid, cpt_si_uid, cpt_si_timerid): New macros.
2873         (cpt_si_overrun, cpt_si_status, cpt_si_utime): Likewise.
2874         (cpt_si_stime, cpt_si_ptr, cpt_si_addr): Likewise.
2875         (cpt_si_band, cpt_si_fd): Likewise.
2876
2877 2015-09-14  Pedro Alves  <palves@redhat.com>
2878
2879         * infrun.c (current_stop_id): New global.
2880         (get_stop_id, new_stop_id): New functions.
2881         (fetch_inferior_event): Handle normal_stop proceeding the target.
2882         (struct stop_context): New.
2883         (save_stop_context, release_stop_context_cleanup)
2884         (stop_context_changed): New functions.
2885         (normal_stop): Return true if the hook-stop changes the stop
2886         context.
2887         * infrun.h (get_stop_id): Declare.
2888         (normal_stop): Now returns int.  Add documentation.
2889
2890 2015-09-14  Pierre-Marie de Rodat  <derodat@adacore.com>
2891
2892         * ada-lang.c (ada_value_ptr_subscript): Update the heading
2893         comment.  Handle packed arrays.
2894
2895 2015-09-14  Pedro Alves  <palves@redhat.com>
2896
2897         * NEWS (Changes in GDB 7.10, New commands>: Remove duplicate
2898         mention of maint set/show target-non-stop.
2899
2900 2015-09-11  Don Breazeal  <donb@codesourcery.com>
2901
2902         * NEWS: Announce new remote packets for the exec-events
2903         feature and the exec-events feature and associated commands.
2904
2905 2015-09-11  Don Breazeal  <donb@codesourcery.com>
2906
2907         * remote.c (remote_exec_event_p): New function.
2908         (remote_insert_exec_catchpoint): New function.
2909         (remote_remove_exec_catchpoint): New function.
2910         (init_extended_remote_ops): Initialize extended_remote_ops
2911         members to_insert_exec_catchpoint and
2912         to_remove_exec_catchpoint.
2913
2914 2015-09-11  Don Breazeal  <donb@codesourcery.com>
2915             Luis Machado  <lgustavo@codesourcery.com>
2916
2917         * infrun.c (follow_exec): Use process-style ptid for
2918         exec message.  Call add_inferior_with_spaces and
2919         target_follow_exec.
2920         * nat/linux-ptrace.c (linux_supports_traceexec): New function.
2921         * nat/linux-ptrace.h (linux_supports_traceexec): Declare.
2922         * remote.c (remote_pspace_data): New static variable.
2923         (remote_pspace_data_cleanup): New function.
2924         (get_remote_exec_file): New function.
2925         (set_remote_exec_file_1): New function.
2926         (set_remote_exec_file): New function.
2927         (show_remote_exec_file): New function.
2928         (remote_exec_file): Delete static variable.
2929         (anonymous enum) <PACKET_exec_event_feature>: New
2930         enumeration constant.
2931         (remote_protocol_features): Add entry for exec-events feature.
2932         (remote_query_supported): Add client side of qSupported query
2933         for exec-events feature.
2934         (remote_follow_exec): New function.
2935         (remote_parse_stop_reply): Handle 'exec' stop reason.
2936         (extended_remote_run, extended_remote_create_inferior): Call
2937         get_remote_exec_file and set_remote_exec_file_1.
2938         (init_extended_remote_ops) <to_follow_exec>: Initialize new
2939         member.
2940         (_initialize_remote): Call
2941         register_program_space_data_with_cleanup.  Call
2942         add_packet_config_cmd for remote exec-events feature.
2943         Modify call to add_setshow_string_noescape_cmd for exec-file
2944         to use new functions set_remote_exec_file and
2945         show_remote_exec_file.
2946         * target-debug.h, target-delegates.c: Regenerated.
2947         * target.c (target_follow_exec): New function.
2948         * target.h (struct target_ops) <to_follow_exec>: New member.
2949         (target_follow_exec): Declare new function.
2950
2951 2015-09-11  Pierre Langlois  <pierre.langlois@arm.com>
2952
2953         * aarch64-tdep.c (decode_cb): Move up comment describing the
2954         encoding.
2955         (decode_tb): Fix a typo in comment above the function.  Move up
2956         comment describing the encoding.
2957
2958 2015-09-11  Pierre Langlois  <pierre.langlois@arm.com>
2959
2960         * aarch64-tdep.c (decode_bcond): Fix incorrect mask.
2961
2962 2015-09-11  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
2963
2964         PR gdb/18947
2965         * aarch64-linux-tdep.c: (aarch64_linux_init_abi): Install
2966         glibc_skip_solib_resolver as gdbarch_skip_solib_resolver callback.
2967
2968 2015-09-10  Simon Marchi  <simon.marchi@ericsson.com>
2969
2970         * ada-lang.c (scan_discrim_bound): Factor out arithmetic
2971         operations.
2972
2973 2015-09-10  Simon Marchi  <simon.marchi@ericsson.com>
2974
2975         * ada-lang.c (ada_search_struct_field): Constify parameters
2976         and/or variables..
2977         (xget_renaming_scope): Likewise.
2978         (ada_is_redundant_range_encoding): Likewise.
2979         (scan_discrim_bound): Likewise.
2980         (to_fixed_range_type): Likewise.
2981
2982 2015-09-10  Yao Qi  <yao.qi@linaro.org>
2983
2984         * breakpoint.c (download_tracepoint_locations): New local
2985         can_download_tracepoint.  Check the result of
2986         target_can_download_tracepoint and save it in
2987         can_download_tracepoint if there are tracepoints to download.
2988         * linux-nat.h (enum tribool): Move it to ...
2989         * common/common-types.h: ... here.
2990
2991 2015-09-09  Pedro Alves  <palves@redhat.com>
2992
2993         * inf-loop.c (inferior_event_handler): Delete INF_TIMER case.
2994         * target.h (enum inferior_event_type) <INF_TIMER>: Delete.
2995
2996 2015-09-09  Pedro Alves  <palves@redhat.com>
2997
2998         * continuations.c (add_continuation, restore_thread_cleanup)
2999         (do_all_continuations_ptid, do_all_continuations_thread_callback)
3000         (do_all_continuations_thread, do_all_continuations)
3001         (discard_all_continuations_thread_callback)
3002         (discard_all_continuations_thread, discard_all_continuations)
3003         (add_intermediate_continuation)
3004         (do_all_intermediate_continuations_thread_callback)
3005         (do_all_intermediate_continuations_thread)
3006         (do_all_intermediate_continuations)
3007         (discard_all_intermediate_continuations_thread_callback)
3008         (discard_all_intermediate_continuations_thread)
3009         (discard_all_intermediate_continuations): Delete.
3010         * continuations.h (add_continuation, do_all_continuations)
3011         (do_all_continuations_thread, discard_all_continuations)
3012         (discard_all_continuations_thread, add_intermediate_continuation)
3013         (do_all_intermediate_continuations)
3014         (do_all_intermediate_continuations_thread)
3015         (discard_all_intermediate_continuations)
3016         (discard_all_intermediate_continuations_thread): Delete
3017         declarations.
3018         * event-top.c (stdin_event_handler): Delete references to
3019         continuations.
3020         * gdbthread.h (struct thread_info): Delete continuations and
3021         intermediate_continuations fields.
3022         * inf-loop.c (inferior_event_handler): Remove references to
3023         continuations.
3024         * infrun.c (infrun_thread_stop_requested_callback): Remove
3025         references to continuations.
3026         * target.h (enum inferior_event_type) <INF_EXEC_CONTINUE>: Delete.
3027         * thread.c: Don't include "continuations.h".
3028         (clear_thread_inferior_resources): Remove references to
3029         continuations.
3030
3031 2015-09-09  Pedro Alves  <palves@redhat.com>
3032
3033         * infcall.c (struct dummy_frame_context_saver): Delete.
3034         (dummy_frame_context_saver_free, dummy_frame_context_saver_dtor)
3035         (dummy_frame_context_saver_drop)
3036         (dummy_frame_context_saver_cleanup)
3037         (dummy_frame_context_saver_get_regs)
3038         (dummy_frame_context_saver_setup): Delete.
3039         * infcall.h (dummy_frame_context_saver_drop)
3040         (dummy_frame_context_saver_cleanup)
3041         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver):
3042         Delete.
3043         (get_return_value): Remove 'ctx_saver' paremeter.  Adjust.
3044         * inferior.h (get_return_value): Remove 'ctx_saver' paremeter.
3045         * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Adjust.
3046
3047 2015-09-09  Pedro Alves  <palves@redhat.com>
3048
3049         * breakpoint.c: Include "thread-fsm.h".
3050         (struct until_break_command_continuation_args): Delete.
3051         (struct until_break_fsm): New.
3052         (until_break_fsm_ops): New global.
3053         (new_until_break_fsm, until_break_fsm_should_stop): New functions.
3054         (until_break_command_continuation): Delete.
3055         (until_break_fsm_clean_up): New function.
3056         (until_break_fsm_async_reply_reason): New function.
3057         (until_break_command): Adjust to create an until_break_fsm instead
3058         of a continuation.
3059         (momentary_bkpt_print_it): No longer print MI's async-stop-reason
3060         here.
3061         * infcmd.c (struct until_next_fsm): New.
3062         (until_next_fsm_ops): New global.
3063         (new_until_next_fsm, until_next_fsm_should_stop): New function.
3064         (until_next_continuation): Delete.
3065         (until_next_fsm_clean_up, until_next_fsm_async_reply_reason): New
3066         functions.
3067         (until_next_command): Adjust to create a new until_next_fsm
3068         instead of a continuation.
3069
3070 2015-09-09  Pedro Alves  <palves@redhat.com>
3071
3072         * infcall.c: Include thread_fsm.h.
3073         (struct call_return_meta_info): New.
3074         (get_call_return_value): New function, factored out from
3075         call_function_by_hand_dummy.
3076         (struct call_thread_fsm): New.
3077         (call_thread_fsm_ops): New global.
3078         (new_call_thread_fsm, call_thread_fsm_should_stop)
3079         (call_thread_fsm_should_notify_stop): New functions.
3080         (run_inferior_call): Add 'sm' parameter.  Associate the FSM with
3081         the thread.
3082         (call_function_by_hand_dummy): Create a new call_thread_fsm
3083         instance, associate it with the thread, and wait for the FSM to
3084         finish.  If finished successfully, fetch the function's result
3085         value out of the FSM.
3086         * infrun.c (fetch_inferior_event): If the FSM says the stop
3087         shouldn't be notified, don't call normal_stop.
3088         (maybe_remove_breakpoints): New function, factored out from ...
3089         (normal_stop): ... here.  Simplify.
3090         * infrun.h (maybe_remove_breakpoints): Declare.
3091         * thread-fsm.c (thread_fsm_should_notify_stop): New function.
3092         (thread-fsm.h) <struct thread_fsm_ops>: New field.
3093         (thread_fsm_should_notify_stop): Declare.
3094
3095 2015-09-09  Pedro Alves  <palves@redhat.com>
3096
3097         * Makefile.in (COMMON_OBS): Add thread-fsm.o.
3098         * breakpoint.c (handle_jit_event): Print debug output.
3099         (bpstat_what): Split event callback handling to ...
3100         (bpstat_run_callbacks): ... this new function.
3101         (momentary_bkpt_print_it): No longer handle bp_finish here.
3102         * breakpoint.h (bpstat_run_callbacks): Declare.
3103         * gdbthread.h (struct thread_info) <step_multi>: Delete field.
3104         <thread_fsm>: New field.
3105         (thread_cancel_execution_command): Declare.
3106         * infcmd.c: Include thread-fsm.h.
3107         (struct step_command_fsm): New.
3108         (step_command_fsm_ops): New global.
3109         (new_step_command_fsm, step_command_fsm_prepare): New functions.
3110         (step_1): Adjust to use step_command_fsm_prepare and
3111         prepare_one_step.
3112         (struct step_1_continuation_args): Delete.
3113         (step_1_continuation): Delete.
3114         (step_command_fsm_should_stop): New function.
3115         (step_once): Delete.
3116         (step_command_fsm_clean_up, step_command_fsm_async_reply_reason)
3117         (prepare_one_step): New function, based on step_once.
3118         (until_next_command): Remove step_multi reference.
3119         (struct return_value_info): New.
3120         (print_return_value): Rename to ...
3121         (print_return_value_1): ... this.  New struct return_value_info
3122         parameter.  Adjust.
3123         (print_return_value): Reimplement as wrapper around
3124         print_return_value_1.
3125         (struct finish_command_fsm): New.
3126         (finish_command_continuation): Delete.
3127         (finish_command_fsm_ops): New global.
3128         (new_finish_command_fsm, finish_command_fsm_should_stop): New
3129         functions.
3130         (finish_command_fsm_clean_up, finish_command_fsm_return_value):
3131         New.
3132         (finish_command_continuation_free_arg): Delete.
3133         (finish_command_fsm_async_reply_reason): New.
3134         (finish_backward, finish_forward): Change symbol parameter to a
3135         finish_command_fsm.  Adjust.
3136         (finish_command): Create a finish_command_fsm.  Adjust.
3137         * infrun.c: Include "thread-fsm.h".
3138         (clear_proceed_status_thread): Delete the thread's FSM.
3139         (infrun_thread_stop_requested_callback): Cancel the thread's
3140         execution command.
3141         (clean_up_just_stopped_threads_fsms): New function.
3142         (fetch_inferior_event): Handle the event_thread's should_stop
3143         method saying the command isn't done yet.
3144         (process_event_stop_test): Run breakpoint callbacks here.
3145         (print_stop_event): Rename to ...
3146         (print_stop_location): ... this.
3147         (restore_current_uiout_cleanup): New function.
3148         (print_stop_event): Reimplement.
3149         (normal_stop): No longer notify the end_stepping_range observers
3150         here handle "step N" nor "finish" here.  No longer call
3151         print_stop_event here.
3152         * infrun.h (struct return_value_info): Forward declare.
3153         (print_return_value): Declare.
3154         (print_stop_event): Change prototype.
3155         * thread-fsm.c: New file.
3156         * thread-fsm.h: New file.
3157         * thread.c: Include "thread-fsm.h".
3158         (thread_cancel_execution_command): New function.
3159         (clear_thread_inferior_resources): Call it.
3160         * cli/cli-interp.c (cli_on_normal_stop): New function.
3161         (cli_interpreter_init): Install cli_on_normal_stop as normal_stop
3162         observer.
3163         * mi/mi-interp.c: Include "thread-fsm.h".
3164         (restore_current_uiout_cleanup): Delete.
3165         (mi_on_normal_stop): If the thread has an FSM associated, and it
3166         finished, ask it for the async-reply-reason to print.  Always call
3167         print_stop_event here, regardless of the top-level interpreter.
3168         Check bpstat_what to tell whether an asynchronous breakpoint hit
3169         triggered.
3170         * tui/tui-interp.c (tui_on_normal_stop): New function.
3171         (tui_init): Install tui_on_normal_stop as normal_stop observer.
3172
3173 2015-09-09  Pedro Alves  <palves@redhat.com>
3174
3175         * breakpoint.c (bpstat_do_actions_1, until_break_command): Don't
3176         check whether the target can async.
3177         * inf-loop.c (inferior_event_handler): Only call target_async if
3178         the target can async.
3179         * infcall.c: Include top.h and interps.h.
3180         (run_inferior_call): For the interpreter to sync mode while
3181         running the infcall.  Call wait_sync_command_done instead of
3182         wait_for_inferior plus normal_stop.
3183         * infcmd.c (prepare_execution_command): Don't check whether the
3184         target can async when running in the foreground.
3185         (step_1): Delete synchronous case handling.
3186         (step_once): Always install a continuation, even in sync mode.
3187         (until_next_command, finish_forward): Don't check whether the
3188         target can async.
3189         (attach_command_post_wait, notice_new_inferior): Always install a
3190         continuation, even in sync mode.
3191         * infrun.c (mark_infrun_async_event_handler): New function.
3192         (proceed): In sync mode, mark infrun's event source instead of
3193         waiting for events here.
3194         (fetch_inferior_event): If the target can't async, do a blocking
3195         wait.
3196         (prepare_to_wait): In sync mode, mark infrun's event source.
3197         (infrun_async_inferior_event_handler): No longer bail out if the
3198         target can't async.
3199         * infrun.h (mark_infrun_async_event_handler): New declaration.
3200         * linux-nat.c (linux_nat_wait_1): Remove calls to
3201         set_sigint_trap/clear_sigint_trap.
3202         (linux_nat_terminal_inferior): No longer check whether the target
3203         can async.
3204         * mi/mi-interp.c (mi_on_sync_execution_done): Update and simplify
3205         comment.
3206         (mi_execute_command_input_handler): No longer check whether the
3207         target is async.  Update and simplify comment.
3208         * target.c (default_target_wait): New function.
3209         * target.h (struct target_ops) <to_wait>: Now defaults to
3210         default_target_wait.
3211         (default_target_wait): Declare.
3212         * top.c (wait_sync_command_done): New function, factored out from
3213         ...
3214         (maybe_wait_sync_command_done): ... this.
3215         * top.h (wait_sync_command_done): Declare.
3216         * target-delegates.c: Regenerate.
3217
3218 2015-09-09  Markus Metzger  <markus.t.metzger@intel.com>
3219
3220         * nat/linux-btrace.h (struct btrace_target_info) <ptr_bits>: Remove.
3221         * nat/linux-btrace.c: Include filestuff.h and inttypes.h.
3222         Remove include of sys/utsname.h.
3223         (linux_determine_kernel_ptr_bits): Remove.
3224         (linux_determine_kernel_start): New.
3225         (perf_event_is_kernel_addr): Remove tinfo argument.  Update users.
3226         Update check.
3227         (perf_event_skip_bts_record): Remove tinfo argument.  Update users.
3228         (linux_enable_bts, linux_enable_pt): Remove tinfo->ptr_bits
3229         initialization.
3230         * x86-linux-nat.c (x86_linux_enable_btrace): Remove ptr_bits
3231         assignment.
3232
3233 2015-09-07  Pedro Alves  <palves@redhat.com>
3234
3235         * guile/guile-internal.h (as_a_scm_t_subr): New.
3236         * guile/guile.c (misc_guile_functions): Use it.
3237         * guile/scm-arch.c (arch_functions): Use it.
3238         * guile/scm-block.c (block_functions, gdbscm_initialize_blocks):
3239         Use it.
3240         * guile/scm-breakpoint.c (breakpoint_functions): Use it.
3241         * guile/scm-cmd.c (command_functions): Use it.
3242         * guile/scm-disasm.c (disasm_functions): Use it.
3243         * guile/scm-exception.c (exception_functions)
3244         (private_exception_functions): Use it.
3245         * guile/scm-frame.c (frame_functions)
3246         * guile/scm-gsmob.c (gsmob_functions): Use it.
3247         * guile/scm-iterator.c (iterator_functions): Use it.
3248         * guile/scm-lazy-string.c (lazy_string_functions): Use it.
3249         * guile/scm-math.c (math_functions): Use it.
3250         * guile/scm-objfile.c (objfile_functions): Use it.
3251         * guile/scm-param.c (parameter_functions): Use it.
3252         * guile/scm-ports.c (port_functions, private_port_functions): Use
3253         it.
3254         * guile/scm-pretty-print.c (pretty_printer_functions): Use it.
3255         * guile/scm-progspace.c (pspace_functions): Use it.
3256         * guile/scm-string.c (string_functions): Use it.
3257         * guile/scm-symbol.c (symbol_functions): Use it.
3258         * guile/scm-symtab.c (symtab_functions): Use it.
3259         * guile/scm-type.c (type_functions, gdbscm_initialize_types): Use
3260         it.
3261         * guile/scm-value.c (value_functions): Use it.
3262
3263 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
3264
3265         * tui/tui-data.c (win_with_focus): Remove cast of NULL pointer.
3266         (tui_next_win): Likewise.
3267         (tui_prev_win): Likewise.
3268         (tui_partial_win_by_name): Likewise.
3269         (tui_init_generic_part): Likewise.
3270         (init_content_element): Likewise.
3271         (tui_del_window): Likewise.
3272         (tui_free_window): Likewise.
3273         (tui_del_data_windows): Likewise.
3274         (tui_free_data_content): Likewise.
3275         * tui/tui-layout.c (make_source_or_disasm_window): Likewise.
3276         * tui/tui-regs.c (tui_show_register_group): Likewise.
3277         * tui/tui-win.c (tui_resize_all): Likewise.
3278         (tui_set_focus): Likewise.
3279         (tui_set_win_height): Likewise.
3280         (make_invisible_and_set_new_height): Likewise.
3281         * tui/tui-windata.c (tui_delete_data_content_windows): Likewise.
3282         * tui/tui-wingeneral.c (make_visible): Likewise.
3283
3284 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
3285
3286         * cli/cli-decode.c (find_cmd): Remove cast of NULL pointer.
3287
3288 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
3289
3290         * c-valprint.c (print_unpacked_pointer): Remove cast of NULL
3291         pointer.
3292         * dbxread.c (dbx_end_psymtab): Likewise.
3293         * gnu-nat.c (gnu_write_inferior): Likewise.
3294         * mdebugread.c (cross_ref): Likewise.
3295         * p-valprint.c (pascal_val_print): Likewise.
3296         * xcoffread.c (xcoff_end_psymtab): Likewise.
3297
3298 2015-09-04  Yao Qi  <yao.qi@linaro.org>
3299
3300         * NEWS: Mention the aarch64 multi-arch debugging support.
3301
3302 2015-09-03  Pierre-Marie de Rodat  <derodat@adacore.com>
3303
3304         * ada-lang.c (ada_language_arch_info): Create a TYPE_CODE_CHAR
3305         type instead of a TYPE_CODE_INT one for the string_char_type
3306         and the ada_primitive_type_char types.
3307
3308 2015-09-03  Yao Qi  <yao.qi@linaro.org>
3309
3310         * aarch64-linux-nat.c (aarch64_linux_region_ok_for_hw_watchpoint):
3311         Move code to aarch64_linux_region_ok_for_watchpoint.  Call
3312         aarch64_linux_region_ok_for_watchpoint.
3313         * nat/aarch64-linux-hw-point.c (aarch64_linux_region_ok_for_watchpoint):
3314         New function.
3315         * nat/aarch64-linux-hw-point.h (aarch64_linux_region_ok_for_watchpoint):
3316         Declare it.
3317
3318 2015-09-02  Patrick Palka  <patrick@parcs.ath.cx>
3319
3320         * gdb_obstack.h (obstack_strdup): Declare.
3321         * gdb_obstack.c (obstack_strdup): Define.
3322         * gdbarch.sh (gdbarch_obstack_strdup): Declare and define.
3323         * gdbarch.c: Regenerate.
3324         * gdbarch.h: Regenerate.
3325         * gdbtypes.c (arch_type): Use gdbarch_obstack_strdup.
3326
3327 2015-09-02  Patrick Palka  <patrick@parcs.ath.cx>
3328
3329         * gdbtypes.c (copy_type_recursive): Update documentation.
3330
3331 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3332
3333         * solib-svr4.c (solib_event_probe_action): Initialize 'probe_argc'
3334         as zero.
3335
3336 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3337
3338         * solib-svr4.c (svr4_handle_solib_event): Initialize 'val' as NULL
3339
3340 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3341
3342         * solib-svr4.c (solib_event_probe_action): Call
3343         get_probe_argument_count using TRY...CATCH.
3344         (svr4_handle_solib_event): Likewise, for evaluate_probe_argument.
3345
3346 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3347
3348         * probe.h (struct probe_ops) <get_probe_argument_count,
3349         evaluate_probe_argument, enable_probe, disable_probe>: Mention in
3350         the comment that the function can throw an exception.
3351         (get_probe_argument_count): Likewise.
3352         (evaluate_probe_argument): Likewise.
3353         * stap-probe.c (stap_get_opcode): Call error instead of
3354         internal_error.
3355         (stap_get_expected_argument_type): Likewise.  Add argument
3356         'probe'.  Improve error message by mentioning the probe's name.
3357         (stap_parse_probe_arguments): Adjust call to
3358         stap_get_expected_argument_type.
3359         (stap_get_arg): Add comment.  Assert that 'probe->args_parsed' is
3360         not zero.  Call internal_error if GDB requests an argument but the
3361         probe has no arguments.
3362
3363 2015-09-01  Pierre-Marie de Rodat  <derodat@adacore.com>
3364
3365         * ada-lang.c (ada_resolve_function): Do not ask the user what
3366         match to use when in completion mode.
3367
3368 2015-08-31  Andrew Burgess  <andrew.burgess@embecosm.com>
3369
3370         * tui/tui-data.c (tui_win_name): Make local variable const, remove
3371         cast of NULL.
3372
3373 2015-08-31  Max Filippov  <jcmvbkbc@gmail.com>
3374
3375         * xtensa-tdep.h (XTENSA_GDBARCH_TDEP_INSTANTIATE): Initialize
3376         call_abi using XSHAL_ABI macro.
3377
3378 2015-08-29  Doug Evans  <xdje42@gmail.com>
3379
3380         * symtab.h (struct symbol): Tweak comment.
3381
3382 2015-08-29  Patrick Palka  <patrick@parcs.ath.cx>
3383
3384         * gdbtypes.c (alloc_type_arch): Allocate the type on the given
3385         gdbarch obstack instead of on the heap.  Update commentary
3386         accordingly.
3387
3388 2015-08-28  Joel Brobecker  <brobecker@adacore.com>
3389
3390         GDB 7.10 released.
3391
3392 2015-08-28  Simon Marchi  <simon.marchi@ericsson.com>
3393
3394         * NEWS: Update entry about non-8-bits addressable memory.
3395
3396 2015-08-28  Ulrich Weigand  <uweigand@de.ibm.com>
3397
3398         Revert:
3399         2014-11-06  Doug Evans  <xdje42@gmail.com>
3400         * solib.c (solib_global_lookup): Fetch arch from objfile,
3401         not target_gdbarch.
3402
3403 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3404
3405         * ppc-linux-tdep.c (ppc_linux_spe_context_lookup): Do not
3406         attempt to relocate a TLS variable offset.
3407
3408 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3409
3410         * spu-multiarch.c (parse_spufs_run): Bail out if inferior is not
3411         registered yet.  Set inferior_ptid while calling target_read_memory.
3412
3413 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3414
3415         * nat/linux-ptrace.h (GDB_ARCH_TRAP_BRKPT): Replace by ...
3416         (GDB_ARCH_IS_TRAP_BRKPT): ... this.  Add __powerpc__ case.
3417         * linux-nat.c (check_stopped_by_breakpoint): Use
3418         GDB_ARCH_IS_TRAP_BRKPT instead of GDB_ARCH_TRAP_BRKPT.
3419
3420 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3421
3422         * linux-thread-db.c (thread_db_get_thread_local_address): If the
3423         thread was not yet discovered, use thread_from_lwp instead of
3424         calling thread_db_find_new_threads_1.
3425
3426 2015-08-27  Simon Marchi  <simon.marchi@ericsson.com>
3427
3428         * m88k-tdep.c (m88k_analyze_prologue): Fix inverted allocation
3429         statements.
3430
3431 2015-08-27  Simon Marchi  <simon.marchi@ericsson.com>
3432
3433         * NEWS: Document support for non-8-bits addressable memory.
3434
3435 2015-08-27  Pedro Alves  <palves@redhat.com>
3436
3437         * configure.ac: Remove AC_TYPE_SIGNAL call.
3438         * configure, config.in: Regenerate.
3439
3440 2015-08-27  Pedro Alves  <palves@redhat.com>
3441
3442         * cp-support.c (gdb_demangle): Use sighandler_t.  Remove cast.
3443         * extension-priv.h: Include signal.h.
3444         (struct signal_handler) <handler>: Change type to sighandler_t.
3445         * extension.c (install_gdb_sigint_handler): Use sighandler_t.
3446         * inflow.c (sigint_ours, sigquit_ours): Change type to
3447         sighandler_t.
3448         (child_terminal_inferior): Remove casts.
3449         (child_terminal_ours_1, new_tty): Use sighandler_t.  Remove casts.
3450         (osig): Change type to sighandler_t.
3451         * nto-procfs.c (ofunc): Change type to sighandler_t.
3452         (procfs_wait): Remove casts.
3453         * remote-m32r-sdi.c (m32r_wait, m32r_load): Use sighandler_t.
3454         * remote-sim.c (gdbsim_wait): Use sighandler_t.
3455         * utils.c (wait_to_die_with_timeout): Use sighandler_t.
3456
3457 2015-08-27  Pedro Alves  <palves@redhat.com>
3458
3459         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add signal-h.
3460         * gnulib/aclocal.m4: Renegerate.
3461         * gnulib/config.in: Renegerate.
3462         * gnulib/configure: Renegerate.
3463         * gnulib/import/Makefile.am: Update.
3464         * gnulib/import/Makefile.in: Regenerate.
3465         * gnulib/import/m4/gnulib-cache.m4: Update.
3466         * gnulib/import/m4/gnulib-comp.m4: Update.
3467         * gnulib/import/m4/signal_h.m4: New file.
3468         * gnulib/import/signal.in.h: New file.
3469
3470 2015-08-27  Pedro Alves  <palves@redhat.com>
3471
3472         * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE)
3473         (MIN_MEMORY_PACKET_SIZE): New.
3474         (MAX_REMOTE_PACKET_SIZE, MIN_REMOTE_PACKET_SIZE): Delete.
3475         (get_memory_packet_size): Adjust.  No longer limit the max packet
3476         size.
3477         (set_memory_packet_size): Adjust, and remove dead code.
3478         (remote_check_symbols): Use xmalloc and a cleanup instead of
3479         alloca.
3480         (remote_packet_size): No longer cap the packet size.
3481         (putpkt_binary): Use xmalloc and a cleanup instead of alloca.
3482
3483 2015-08-26  Luis Machado  <lgustavo@codesourcery.com>
3484
3485         * compile/compile.c (compile_to_object): Mention language in
3486         error message.
3487
3488 2015-08-26  Patrick Palka  <patrick@parcs.ath.cx>
3489
3490         * target.c (target_pre_inferior): Unset attach_flag.
3491
3492 2015-08-26  Simon Marchi  <simon.marchi@ericsson.com>
3493
3494         * gdbarch.sh (append_name): Fix type in XRESIZEVEC.
3495         * gdbarch.c: Re-generate.
3496
3497 2015-08-26  Simon Marchi  <simon.marchi@ericsson.com>
3498
3499         * aarch64-linux-nat.c (aarch64_add_process): Replace xmalloc-family
3500         function with the XNEW-family equivalent.
3501         * aarch64-tdep.c (aarch64_gdbarch_init): Likewise.
3502         * ada-exp.y (write_ambiguous_var): Likewise.
3503         * ada-lang.c (resolve_subexp): Likewise.
3504         (user_select_syms): Likewise.
3505         (assign_aggregate): Likewise.
3506         (ada_evaluate_subexp): Likewise.
3507         (cache_symbol): Likewise.
3508         * addrmap.c (allocate_key): Likewise.
3509         (addrmap_create_mutable): Likewise.
3510         * aix-thread.c (sync_threadlists): Likewise.
3511         * alpha-tdep.c (alpha_push_dummy_call): Likewise.
3512         (alpha_gdbarch_init): Likewise.
3513         * amd64-windows-tdep.c (amd64_windows_push_arguments): Likewise.
3514         * arm-linux-nat.c (arm_linux_add_process): Likewise.
3515         * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
3516         * arm-tdep.c (push_stack_item): Likewise.
3517         (arm_displaced_step_copy_insn): Likewise.
3518         (arm_gdbarch_init): Likewise.
3519         (_initialize_arm_tdep): Likewise.
3520         * avr-tdep.c (push_stack_item): Likewise.
3521         * ax-general.c (new_agent_expr): Likewise.
3522         * block.c (block_initialize_namespace): Likewise.
3523         * breakpoint.c (alloc_counted_command_line): Likewise.
3524         (update_dprintf_command_list): Likewise.
3525         (parse_breakpoint_sals): Likewise.
3526         (decode_static_tracepoint_spec): Likewise.
3527         (until_break_command): Likewise.
3528         (clear_command): Likewise.
3529         (update_global_location_list): Likewise.
3530         (get_breakpoint_objfile_data) Likewise.
3531         * btrace.c (ftrace_new_function): Likewise.
3532         (btrace_set_insn_history): Likewise.
3533         (btrace_set_call_history): Likewise.
3534         * buildsym.c (add_symbol_to_list): Likewise.
3535         (record_pending_block): Likewise.
3536         (start_subfile): Likewise.
3537         (start_buildsym_compunit): Likewise.
3538         (push_subfile): Likewise.
3539         (end_symtab_get_static_block): Likewise.
3540         (buildsym_init): Likewise.
3541         * cli/cli-cmds.c (source_command): Likewise.
3542         * cli/cli-decode.c (add_cmd): Likewise.
3543         * cli/cli-script.c (build_command_line): Likewise.
3544         (setup_user_args): Likewise.
3545         (realloc_body_list): Likewise.
3546         (process_next_line): Likewise.
3547         (copy_command_lines): Likewise.
3548         * cli/cli-setshow.c (do_set_command): Likewise.
3549         * coff-pe-read.c (read_pe_exported_syms): Likewise.
3550         * coffread.c (coff_locate_sections): Likewise.
3551         (coff_symtab_read): Likewise.
3552         (coff_read_struct_type): Likewise.
3553         * common/cleanups.c (make_my_cleanup2): Likewise.
3554         * common/common-exceptions.c (throw_it): Likewise.
3555         * common/filestuff.c (make_cleanup_close): Likewise.
3556         * common/format.c (parse_format_string): Likewise.
3557         * common/queue.h (DEFINE_QUEUE_P): Likewise.
3558         * compile/compile-object-load.c (munmap_list_add): Likewise.
3559         (compile_object_load): Likewise.
3560         * compile/compile-object-run.c (compile_object_run): Likewise.
3561         * compile/compile.c (append_args): Likewise.
3562         * corefile.c (specify_exec_file_hook): Likewise.
3563         * cp-support.c (make_symbol_overload_list): Likewise.
3564         * cris-tdep.c (push_stack_item): Likewise.
3565         (cris_gdbarch_init): Likewise.
3566         * ctf.c (ctf_trace_file_writer_new): Likewise.
3567         * dbxread.c (init_header_files): Likewise.
3568         (add_new_header_file): Likewise.
3569         (init_bincl_list): Likewise.
3570         (dbx_end_psymtab): Likewise.
3571         (start_psymtab): Likewise.
3572         (dbx_end_psymtab): Likewise.
3573         * dcache.c (dcache_init): Likewise.
3574         * dictionary.c (dict_create_hashed): Likewise.
3575         (dict_create_hashed_expandable): Likewise.
3576         (dict_create_linear): Likewise.
3577         (dict_create_linear_expandable): Likewise.
3578         * dtrace-probe.c (dtrace_process_dof_probe): Likewise.
3579         * dummy-frame.c (register_dummy_frame_dtor): Likewise.
3580         * dwarf2-frame-tailcall.c (cache_new_ref1): Likewise.
3581         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3582         (decode_frame_entry_1): Likewise.
3583         * dwarf2expr.c (new_dwarf_expr_context): Likewise.
3584         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
3585         * dwarf2read.c (dwarf2_has_info): Likewise.
3586         (create_signatured_type_table_from_index): Likewise.
3587         (dwarf2_read_index): Likewise.
3588         (dw2_get_file_names_reader): Likewise.
3589         (create_all_type_units): Likewise.
3590         (read_cutu_die_from_dwo): Likewise.
3591         (init_tu_and_read_dwo_dies): Likewise.
3592         (init_cutu_and_read_dies): Likewise.
3593         (create_all_comp_units): Likewise.
3594         (queue_comp_unit): Likewise.
3595         (inherit_abstract_dies): Likewise.
3596         (read_call_site_scope): Likewise.
3597         (dwarf2_add_field): Likewise.
3598         (dwarf2_add_typedef): Likewise.
3599         (dwarf2_add_member_fn): Likewise.
3600         (attr_to_dynamic_prop): Likewise.
3601         (abbrev_table_alloc_abbrev): Likewise.
3602         (abbrev_table_read_table): Likewise.
3603         (add_include_dir): Likewise.
3604         (add_file_name): Likewise.
3605         (dwarf_decode_line_header): Likewise.
3606         (dwarf2_const_value_attr): Likewise.
3607         (dwarf_alloc_block): Likewise.
3608         (parse_macro_definition): Likewise.
3609         (set_die_type): Likewise.
3610         (write_psymtabs_to_index): Likewise.
3611         (create_cus_from_index): Likewise.
3612         (dwarf2_create_include_psymtab): Likewise.
3613         (process_psymtab_comp_unit_reader): Likewise.
3614         (build_type_psymtab_dependencies): Likewise.
3615         (read_comp_units_from_section): Likewise.
3616         (compute_compunit_symtab_includes): Likewise.
3617         (create_dwo_unit_in_dwp_v1): Likewise.
3618         (create_dwo_unit_in_dwp_v2): Likewise.
3619         (read_func_scope): Likewise.
3620         (process_structure_scope): Likewise.
3621         (mark_common_block_symbol_computed): Likewise.
3622         (load_partial_dies): Likewise.
3623         (dwarf2_symbol_mark_computed): Likewise.
3624         * elfread.c (elf_symfile_segments): Likewise.
3625         (elf_read_minimal_symbols): Likewise.
3626         * environ.c (make_environ): Likewise.
3627         * eval.c (evaluate_subexp_standard): Likewise.
3628         * event-loop.c (create_file_handler): Likewise.
3629         (create_async_signal_handler): Likewise.
3630         (create_async_event_handler): Likewise.
3631         (create_timer): Likewise.
3632         * exec.c (build_section_table): Likewise.
3633         * fbsd-nat.c (fbsd_remember_child): Likewise.
3634         * fork-child.c (fork_inferior): Likewise.
3635         * frv-tdep.c (new_variant): Likewise.
3636         * gdbarch.sh (gdbarch_alloc): Likewise.
3637         (append_name): Likewise.
3638         * gdbtypes.c (rank_function): Likewise.
3639         (copy_type_recursive): Likewise.
3640         (add_dyn_prop): Likewise.
3641         * gnu-nat.c (make_proc): Likewise.
3642         (make_inf): Likewise.
3643         (gnu_write_inferior): Likewise.
3644         * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
3645         (build_std_type_info_type): Likewise.
3646         * guile/scm-param.c (compute_enum_list): Likewise.
3647         * guile/scm-utils.c (gdbscm_parse_function_args): Likewise.
3648         * guile/scm-value.c (gdbscm_value_call): Likewise.
3649         * h8300-tdep.c (h8300_gdbarch_init): Likewise.
3650         * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
3651         (read_unwind_info): Likewise.
3652         * ia64-tdep.c (ia64_gdbarch_init): Likewise.
3653         * infcall.c (dummy_frame_context_saver_setup): Likewise.
3654         (call_function_by_hand_dummy): Likewise.
3655         * infcmd.c (step_once): Likewise.
3656         (finish_forward): Likewise.
3657         (attach_command): Likewise.
3658         (notice_new_inferior): Likewise.
3659         * inferior.c (add_inferior_silent): Likewise.
3660         * infrun.c (add_displaced_stepping_state): Likewise.
3661         (save_infcall_control_state): Likewise.
3662         (save_inferior_ptid): Likewise.
3663         (_initialize_infrun): Likewise.
3664         * jit.c (bfd_open_from_target_memory): Likewise.
3665         (jit_gdbarch_data_init): Likewise.
3666         * language.c (add_language): Likewise.
3667         * linespec.c (decode_line_2): Likewise.
3668         * linux-nat.c (add_to_pid_list): Likewise.
3669         (add_initial_lwp): Likewise.
3670         * linux-thread-db.c (add_thread_db_info): Likewise.
3671         (record_thread): Likewise.
3672         (info_auto_load_libthread_db): Likewise.
3673         * m32c-tdep.c (m32c_gdbarch_init): Likewise.
3674         * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
3675         * m68k-tdep.c (m68k_gdbarch_init): Likewise.
3676         * m88k-tdep.c (m88k_analyze_prologue): Likewise.
3677         * macrocmd.c (macro_define_command): Likewise.
3678         * macroexp.c (gather_arguments): Likewise.
3679         * macroscope.c (sal_macro_scope): Likewise.
3680         * macrotab.c (new_macro_table): Likewise.
3681         * mdebugread.c (push_parse_stack): Likewise.
3682         (parse_partial_symbols): Likewise.
3683         (parse_symbol): Likewise.
3684         (psymtab_to_symtab_1): Likewise.
3685         (new_block): Likewise.
3686         (new_psymtab): Likewise.
3687         (mdebug_build_psymtabs): Likewise.
3688         (add_pending): Likewise.
3689         (elfmdebug_build_psymtabs): Likewise.
3690         * mep-tdep.c (mep_gdbarch_init): Likewise.
3691         * mi/mi-main.c (mi_execute_command): Likewise.
3692         * mi/mi-parse.c (mi_parse_argv): Likewise.
3693         * minidebug.c (lzma_open): Likewise.
3694         * minsyms.c (terminate_minimal_symbol_table): Likewise.
3695         * mips-linux-nat.c (mips_linux_insert_watchpoint): Likewise.
3696         * mips-tdep.c (mips_gdbarch_init): Likewise.
3697         * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
3698         * msp430-tdep.c (msp430_gdbarch_init): Likewise.
3699         * mt-tdep.c (mt_registers_info): Likewise.
3700         * nat/aarch64-linux.c (aarch64_linux_new_thread): Likewise.
3701         * nat/linux-btrace.c (linux_enable_bts): Likewise.
3702         (linux_enable_pt): Likewise.
3703         * nat/linux-osdata.c (linux_xfer_osdata_processes): Likewise.
3704         (linux_xfer_osdata_processgroups): Likewise.
3705         * nios2-tdep.c (nios2_gdbarch_init): Likewise.
3706         * nto-procfs.c (procfs_meminfo): Likewise.
3707         * objc-lang.c (start_msglist): Likewise.
3708         (selectors_info): Likewise.
3709         (classes_info): Likewise.
3710         (find_methods): Likewise.
3711         * objfiles.c (allocate_objfile): Likewise.
3712         (update_section_map): Likewise.
3713         * osabi.c (gdbarch_register_osabi): Likewise.
3714         (gdbarch_register_osabi_sniffer): Likewise.
3715         * parse.c (start_arglist): Likewise.
3716         * ppc-linux-nat.c (hwdebug_find_thread_points_by_tid): Likewise.
3717         (hwdebug_insert_point): Likewise.
3718         * printcmd.c (display_command): Likewise.
3719         (ui_printf): Likewise.
3720         * procfs.c (create_procinfo): Likewise.
3721         (load_syscalls): Likewise.
3722         (proc_get_LDT_entry): Likewise.
3723         (proc_update_threads): Likewise.
3724         * prologue-value.c (make_pv_area): Likewise.
3725         (pv_area_store): Likewise.
3726         * psymtab.c (extend_psymbol_list): Likewise.
3727         (init_psymbol_list): Likewise.
3728         (allocate_psymtab): Likewise.
3729         * python/py-inferior.c (add_thread_object): Likewise.
3730         * python/py-param.c (compute_enum_values): Likewise.
3731         * python/py-value.c (valpy_call): Likewise.
3732         * python/py-varobj.c (py_varobj_iter_next): Likewise.
3733         * python/python.c (ensure_python_env): Likewise.
3734         * record-btrace.c (record_btrace_start_replaying): Likewise.
3735         * record-full.c (record_full_reg_alloc): Likewise.
3736         (record_full_mem_alloc): Likewise.
3737         (record_full_end_alloc): Likewise.
3738         (record_full_core_xfer_partial): Likewise.
3739         * regcache.c (get_thread_arch_aspace_regcache): Likewise.
3740         * remote-fileio.c (remote_fileio_init_fd_map): Likewise.
3741         * remote-notif.c (remote_notif_state_allocate): Likewise.
3742         * remote.c (demand_private_info): Likewise.
3743         (remote_notif_stop_alloc_reply): Likewise.
3744         (remote_enable_btrace): Likewise.
3745         * reverse.c (save_bookmark_command): Likewise.
3746         * rl78-tdep.c (rl78_gdbarch_init): Likewise.
3747         * rx-tdep.c (rx_gdbarch_init): Likewise.
3748         * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
3749         * ser-go32.c (dos_get_tty_state): Likewise.
3750         (dos_copy_tty_state): Likewise.
3751         * ser-mingw.c (ser_windows_open): Likewise.
3752         (ser_console_wait_handle): Likewise.
3753         (ser_console_get_tty_state): Likewise.
3754         (make_pipe_state): Likewise.
3755         (net_windows_open): Likewise.
3756         * ser-unix.c (hardwire_get_tty_state): Likewise.
3757         (hardwire_copy_tty_state): Likewise.
3758         * solib-aix.c (solib_aix_new_lm_info): Likewise.
3759         * solib-dsbt.c (dsbt_current_sos): Likewise.
3760         (dsbt_relocate_main_executable): Likewise.
3761         * solib-frv.c (frv_current_sos): Likewise.
3762         (frv_relocate_main_executable): Likewise.
3763         * solib-spu.c (spu_bfd_fopen): Likewise.
3764         * solib-svr4.c (lm_info_read): Likewise.
3765         (svr4_copy_library_list): Likewise.
3766         (svr4_default_sos): Likewise.
3767         * source.c (find_source_lines): Likewise.
3768         (line_info): Likewise.
3769         (add_substitute_path_rule): Likewise.
3770         * spu-linux-nat.c (spu_bfd_open): Likewise.
3771         * spu-tdep.c (info_spu_dma_cmdlist): Likewise.
3772         * stabsread.c (dbx_lookup_type): Likewise.
3773         (read_type): Likewise.
3774         (read_member_functions): Likewise.
3775         (read_struct_fields): Likewise.
3776         (read_baseclasses): Likewise.
3777         (read_args): Likewise.
3778         (_initialize_stabsread): Likewise.
3779         * stack.c (func_command): Likewise.
3780         * stap-probe.c (handle_stap_probe): Likewise.
3781         * symfile.c (addrs_section_sort): Likewise.
3782         (addr_info_make_relative): Likewise.
3783         (load_section_callback): Likewise.
3784         (add_symbol_file_command): Likewise.
3785         (init_filename_language_table): Likewise.
3786         * symtab.c (create_filename_seen_cache): Likewise.
3787         (sort_search_symbols_remove_dups): Likewise.
3788         (search_symbols): Likewise.
3789         * target.c (make_cleanup_restore_target_terminal): Likewise.
3790         * thread.c (new_thread): Likewise.
3791         (enable_thread_stack_temporaries): Likewise.
3792         (make_cleanup_restore_current_thread): Likewise.
3793         (thread_apply_all_command): Likewise.
3794         * tic6x-tdep.c (tic6x_gdbarch_init): Likewise.
3795         * top.c (gdb_readline_wrapper): Likewise.
3796         * tracefile-tfile.c (tfile_trace_file_writer_new): Likewise.
3797         * tracepoint.c (trace_find_line_command): Likewise.
3798         (all_tracepoint_actions_and_cleanup): Likewise.
3799         (make_cleanup_restore_current_traceframe): Likewise.
3800         (get_uploaded_tp): Likewise.
3801         (get_uploaded_tsv): Likewise.
3802         * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
3803         (tui_alloc_win_info): Likewise.
3804         (tui_alloc_content): Likewise.
3805         (tui_add_content_elements): Likewise.
3806         * tui/tui-disasm.c (tui_find_disassembly_address): Likewise.
3807         (tui_set_disassem_content): Likewise.
3808         * ui-file.c (ui_file_new): Likewise.
3809         (stdio_file_new): Likewise.
3810         (tee_file_new): Likewise.
3811         * utils.c (make_cleanup_restore_integer): Likewise.
3812         (add_internal_problem_command): Likewise.
3813         * v850-tdep.c (v850_gdbarch_init): Likewise.
3814         * valops.c (find_oload_champ): Likewise.
3815         * value.c (allocate_value_lazy): Likewise.
3816         (record_latest_value): Likewise.
3817         (create_internalvar): Likewise.
3818         * varobj.c (install_variable): Likewise.
3819         (new_variable): Likewise.
3820         (new_root_variable): Likewise.
3821         (cppush): Likewise.
3822         (_initialize_varobj): Likewise.
3823         * windows-nat.c (windows_make_so): Likewise.
3824         * x86-nat.c (x86_add_process): Likewise.
3825         * xcoffread.c (arrange_linetable): Likewise.
3826         (allocate_include_entry): Likewise.
3827         (process_linenos): Likewise.
3828         (SYMBOL_DUP): Likewise.
3829         (xcoff_start_psymtab): Likewise.
3830         (xcoff_end_psymtab): Likewise.
3831         * xml-support.c (gdb_xml_parse_attr_ulongest): Likewise.
3832         * xtensa-tdep.c (xtensa_register_type): Likewise.
3833         * gdbarch.c: Regenerate.
3834         * gdbarch.h: Regenerate.
3835
3836 2015-08-25  Don Breazeal  <donb@codesourcery.com>
3837
3838         * infrun.c (follow_exec): Re-order operations for
3839         handling follow-exec-mode "new".
3840         (handle_inferior_event_1): Assign ecs->event_thread
3841         to the current thread.
3842         * remote.c (get_remote_arch_state): Add an assertion.
3843
3844 2015-08-26  Pedro Alves  <palves@redhat.com>
3845
3846         * MAINTAINERS: Add Markus Metzger as btrace maintainer.
3847
3848 2015-08-25  Pedro Alves  <palves@redhat.com>
3849
3850         PR gdb/18804
3851         * defs.h (maybe_quit): Declare.
3852         (QUIT): Now calls maybe_quit.
3853         * event-loop.c (clear_async_signal_handler)
3854         (async_signal_handler_is_marked): New functions.
3855         * event-loop.h (async_signal_handler_is_marked)
3856         (clear_async_signal_handler): New declarations.
3857         * remote.c (remote_check_pending_interrupt): New function.
3858         (interrupt_query): Use make_cleanup_restore_target_terminal.  No
3859         longer check whether the target is async.  If waiting for a stop
3860         reply, and a Ctrl-C as been sent to the target, offer to
3861         disconnect, and throw TARGET_CLOSE_ERROR instead of a quit.
3862         Otherwise do not disconnect and throw a quit.
3863         (_initialize_remote): Install remote_check_pending_interrupt as
3864         to_check_pending_interrupt.
3865         * target.c (target_check_pending_interrupt): New function.
3866         * target.h (struct target_ops) <to_check_pending_interrupt>: New
3867         field.
3868         (target_check_pending_interrupt): New declaration.
3869         * utils.c (maybe_quit): New function.
3870         * target-delegates.c: Regenerate.
3871
3872 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3873
3874         * nat/aarch64-linux-hw-point.c (debug_reg_change_callback):
3875         Rename local variable pid to tid, and get lwpid of lwp.  Update
3876         debug output.
3877
3878 2015-08-25  Pierre-Marie de Rodat  <derodat@adacore.com>
3879
3880         * ada-lang.c (ada_read_var_value): Add a var_block argument
3881         and pass it to default_read_var_value.
3882         * block.c (block_static_link): New accessor.
3883         * block.h (block_static_link): Declare it.
3884         * buildsym.c (finish_block_internal): Add a static_link
3885         argument.  If there is a static link, associate it to the new
3886         block.
3887         (finish_block): Add a static link argument and pass it to
3888         finish_block_internal.
3889         (end_symtab_get_static_block): Update calls to finish_block and
3890         to finish_block_internal.
3891         (end_symtab_with_blockvector): Update call to
3892         finish_block_internal.
3893         * buildsym.h: Forward-declare struct dynamic_prop.
3894         (struct context_stack): Add a static_link field.
3895         (finish_block): Add a static link argument.
3896         * c-exp.y: Remove an obsolete comment (evaluation of variables
3897         already start from the selected frame, and now they climb *up*
3898         the call stack) and propagate the block information to the
3899         produced expression.
3900         * d-exp.y: Likewise.
3901         * f-exp.y: Likewise.
3902         * go-exp.y: Likewise.
3903         * jv-exp.y: Likewise.
3904         * m2-exp.y: Likewise.
3905         * p-exp.y: Likewise.
3906         * coffread.c (coff_symtab_read): Update calls to finish_block.
3907         * dbxread.c (process_one_symbol): Likewise.
3908         * xcoffread.c (read_xcoff_symtab): Likewise.
3909         * compile/compile-c-symbols.c (convert_one_symbol): Promote the
3910         "sym" parameter to struct block_symbol, update its uses and pass
3911         its block to calls to read_var_value.
3912         (convert_symbol_sym): Update the calls to convert_one_symbol.
3913         * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update
3914         call to read_var_value.
3915         * dwarf2loc.c (block_op_get_frame_base): New.
3916         (dwarf2_block_frame_base_locexpr_funcs): Implement the
3917         get_frame_base method.
3918         (dwarf2_block_frame_base_loclist_funcs): Likewise.
3919         (dwarf2locexpr_baton_eval): Add a frame argument and use it
3920         instead of the selected frame in order to evaluate the
3921         expression.
3922         (dwarf2_evaluate_property): Add a frame argument.  Update call
3923         to dwarf2_locexpr_baton_eval to provide a frame in available and
3924         to handle the absence of address stack.
3925         * dwarf2loc.h (dwarf2_evaluate_property): Add a frame argument.
3926         * dwarf2read.c (attr_to_dynamic_prop): Add a forward
3927         declaration.
3928         (read_func_scope): Record any available static link description.
3929         Update call to finish_block.
3930         (read_lexical_block_scope): Update call to finish_block.
3931         * findvar.c (follow_static_link): New.
3932         (get_hosting_frame): New.
3933         (default_read_var_value): Add a var_block argument.  Use
3934         get_hosting_frame to handle non-local references.
3935         (read_var_value): Add a var_block argument and pass it to the
3936         LA_READ_VAR_VALUE method.
3937         * gdbtypes.c (resolve_dynamic_range): Update calls to
3938         dwarf2_evaluate_property.
3939         (resolve_dynamic_type_internal): Likewise.
3940         * guile/scm-frame.c (gdbscm_frame_read_var): Update call to
3941         read_var_value, passing it the block coming from symbol lookup.
3942         * guile/scm-symbol.c (gdbscm_symbol_value): Update call to
3943         read_var_value (TODO).
3944         * infcmd.c (finish_command_continuation): Update call to
3945         read_var_value, passing it the block coming from symbol lookup.
3946         * infrun.c (insert_exception_resume_breakpoint): Likewise.
3947         * language.h (struct language_defn): Add a var_block argument to
3948         the LA_READ_VAR_VALUE method.
3949         * objfiles.c (struct static_link_htab_entry): New.
3950         (static_link_htab_entry_hash): New.
3951         (static_link_htab_entry_eq): New.
3952         (objfile_register_static_link): New.
3953         (objfile_lookup_static_link): New.
3954         (free_objfile): Free the STATIC_LINKS hashed map if needed.
3955         * objfiles.h: Include hashtab.h.
3956         (struct objfile): Add a static_links field.
3957         (objfile_register_static_link): New.
3958         (objfile_lookup_static_link): New.
3959         * printcmd.c (print_variable_and_value): Update call to
3960         read_var_value.
3961         * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
3962         * python/py-frame.c (frapy_read_var): Update call to
3963         read_var_value, passing it the block coming from symbol lookup.
3964         * python/py-framefilter.c (extract_sym): Add a sym_block
3965         parameter and set the pointed value to NULL (TODO).
3966         (enumerate_args): Update call to extract_sym.
3967         (enumerate_locals): Update calls to extract_sym and to
3968         read_var_value.
3969         * python/py-symbol.c (sympy_value): Update call to
3970         read_var_value (TODO).
3971         * stack.c (read_frame_local): Update call to read_var_value.
3972         (read_frame_arg): Likewise.
3973         (return_command): Likewise.
3974         * symtab.h (struct symbol_block_ops): Add a get_frame_base
3975         method.
3976         (struct symbol): Add a block field.
3977         (SYMBOL_BLOCK): New accessor.
3978         * valops.c (value_of_variable): Remove frame/block handling and
3979         pass the block argument to read_var_value, which does this job
3980         now.
3981         (value_struct_elt_for_reference): Update calls to
3982         read_var_value.
3983         (value_of_this): Pass the block found to read_var_value.
3984         * value.h (read_var_value): Add a var_block argument.
3985         (default_read_var_value): Likewise.
3986
3987 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3988
3989         * aarch64-linux-nat.c (aarch64_linux_new_thread): Move it to ...
3990         * nat/aarch64-linux.c (aarch64_linux_new_thread): ... here.
3991         * nat/aarch64-linux.h (aarch64_linux_new_thread): Declare.
3992
3993 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3994
3995         * Makefile.in (aarch64-liunx.o): New rule.
3996         (HFILES_NO_SRCDIR): Add aarch64-linux.h.
3997         * config/aarch64/linux.mh (NAT_FILE): Add aarch64-linux.o.
3998         * aarch64-linux-nat.c: Include nat/aarch64-linux.h.
3999         * aarch64-linux-nat.c (aarch64_get_debug_reg_state): Make it
4000         extern.
4001         (aarch64_linux_prepare_to_resume): Move it nat/aarch64-linux.c.
4002         * nat/aarch64-linux-hw-point.h (aarch64_debug_reg_state): Declare
4003         * nat/aarch64-linux.c: New file.
4004         * nat/aarch64-linux.h: New file.
4005
4006 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4007
4008         * aarch64-linux-nat.c (aarch64_linux_prepare_to_resume): Use
4009         lwp_arch_private_info and ptid_of_lwp.
4010
4011 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4012
4013         * aarch64-linux-nat.c (struct arch64_dr_update_callback_param):
4014         Move it to nat/aarch64-linux-hw-point.c.
4015         (debug_reg_change_callback): Likewise.
4016         (aarch64_notify_debug_reg_change): :Likewise.
4017         * nat/aarch64-linux-hw-point.c: Include nat/linux-nat.h.
4018         (aarch64_dr_update_callback_param): New.
4019         (debug_reg_change_callback): New function.
4020         (aarch64_notify_debug_reg_change): Likewise.
4021         * nat/aarch64-linux-hw-point.h (aarch64_notify_debug_reg_change):
4022         Remove the declaration.
4023
4024 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4025
4026         * aarch64-linux-nat.c (aarch64_notify_debug_reg_change):
4027         Call current_lwp_ptid.
4028
4029 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4030
4031         * aarch64-linux-nat.c (debug_reg_change_callback): Use
4032         debug_printf.
4033
4034 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4035
4036         * aarch64-linux-nat.c (debug_reg_change_callback): Call
4037         ptid_get_pid rather than ptid_get_lwp.
4038
4039 2015-08-24  Pedro Alves  <palves@redhat.com>
4040
4041         * NEWS (New commands): Mention set/show remote
4042         multiprocess-extensions-packet.
4043         * remote.c (remote_query_supported): Only tell the server to use
4044         the multiprocess extensions if the user hasn't force-disabled them
4045         with "set remote multiprocess-extensions-packet off".
4046
4047 2015-08-24  Pedro Alves  <palves@redhat.com>
4048
4049         * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
4050         1029a8112290f6eee9d7878a391c49db42c999bd.
4051         * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4:
4052         Regenerate.
4053         * gnulib/import/Makefile.am: Update.
4054         * gnulib/import/Makefile.in: Update.
4055         * gnulib/import/alloca.in.h: Update.
4056         * gnulib/import/basename-lgpl.c: Update.
4057         * gnulib/import/canonicalize-lgpl.c: Update.
4058         * gnulib/import/config.charset: Update.
4059         * gnulib/import/dirent.in.h: Update.
4060         * gnulib/import/dirfd.c: Update.
4061         * gnulib/import/dirname-lgpl.c: Update.
4062         * gnulib/import/dirname.h: Update.
4063         * gnulib/import/dosname.h: Update.
4064         * gnulib/import/errno.in.h: Update.
4065         * gnulib/import/extra/snippet/arg-nonnull.h: Update.
4066         * gnulib/import/extra/snippet/c++defs.h: Update.
4067         * gnulib/import/extra/snippet/warn-on-use.h: Update.
4068         * gnulib/import/extra/update-copyright: Update.
4069         * gnulib/import/float+.h: Update.
4070         * gnulib/import/float.c: Update.
4071         * gnulib/import/float.in.h: Update.
4072         * gnulib/import/fnmatch.c: Update.
4073         * gnulib/import/fnmatch.in.h: Update.
4074         * gnulib/import/fnmatch_loop.c: Update.
4075         * gnulib/import/fpucw.h: Update.
4076         * gnulib/import/frexp.c: Update.
4077         * gnulib/import/frexpl.c: Update.
4078         * gnulib/import/gettimeofday.c: Update.
4079         * gnulib/import/inttypes.in.h: Update.
4080         * gnulib/import/isnan.c: Update.
4081         * gnulib/import/isnand-nolibm.h: Update.
4082         * gnulib/import/isnand.c: Update.
4083         * gnulib/import/isnanl-nolibm.h: Update.
4084         * gnulib/import/isnanl.c: Update.
4085         * gnulib/import/itold.c: Update.
4086         * gnulib/import/localcharset.c: Update.
4087         * gnulib/import/localcharset.h: Update.
4088         * gnulib/import/lstat.c: Update.
4089         * gnulib/import/m4/00gnulib.m4: Update.
4090         * gnulib/import/m4/absolute-header.m4: Update.
4091         * gnulib/import/m4/alloca.m4: Update.
4092         * gnulib/import/m4/canonicalize.m4: Update.
4093         * gnulib/import/m4/codeset.m4: Update.
4094         * gnulib/import/m4/configmake.m4: Update.
4095         * gnulib/import/m4/dirent_h.m4: Update.
4096         * gnulib/import/m4/dirfd.m4: Update.
4097         * gnulib/import/m4/dirname.m4: Update.
4098         * gnulib/import/m4/double-slash-root.m4: Update.
4099         * gnulib/import/m4/eealloc.m4: Update.
4100         * gnulib/import/m4/errno_h.m4: Update.
4101         * gnulib/import/m4/exponentd.m4: Update.
4102         * gnulib/import/m4/exponentl.m4: Update.
4103         * gnulib/import/m4/extensions.m4: Update.
4104         * gnulib/import/m4/extern-inline.m4: Update.
4105         * gnulib/import/m4/fcntl-o.m4: Update.
4106         * gnulib/import/m4/float_h.m4: Update.
4107         * gnulib/import/m4/fnmatch.m4: Update.
4108         * gnulib/import/m4/fpieee.m4: Update.
4109         * gnulib/import/m4/frexp.m4: Update.
4110         * gnulib/import/m4/frexpl.m4: Update.
4111         * gnulib/import/m4/gettimeofday.m4: Update.
4112         * gnulib/import/m4/glibc21.m4: Update.
4113         * gnulib/import/m4/gnulib-cache.m4: Update.
4114         * gnulib/import/m4/gnulib-common.m4: Update.
4115         * gnulib/import/m4/gnulib-comp.m4: Update.
4116         * gnulib/import/m4/gnulib-tool.m4: Update.
4117         * gnulib/import/m4/include_next.m4: Update.
4118         * gnulib/import/m4/inttypes-pri.m4: Update.
4119         * gnulib/import/m4/inttypes.m4: Update.
4120         * gnulib/import/m4/isnand.m4: Update.
4121         * gnulib/import/m4/isnanl.m4: Update.
4122         * gnulib/import/m4/largefile.m4: Update.
4123         * gnulib/import/m4/localcharset.m4: Update.
4124         * gnulib/import/m4/locale-fr.m4: Update.
4125         * gnulib/import/m4/locale-ja.m4: Update.
4126         * gnulib/import/m4/locale-zh.m4: Update.
4127         * gnulib/import/m4/longlong.m4: Update.
4128         * gnulib/import/m4/lstat.m4: Update.
4129         * gnulib/import/m4/malloc.m4: Update.
4130         * gnulib/import/m4/malloca.m4: Update.
4131         * gnulib/import/m4/math_h.m4: Update.
4132         * gnulib/import/m4/mbrtowc.m4: Update.
4133         * gnulib/import/m4/mbsinit.m4: Update.
4134         * gnulib/import/m4/mbsrtowcs.m4: Update.
4135         * gnulib/import/m4/mbstate_t.m4: Update.
4136         * gnulib/import/m4/memchr.m4: Update.
4137         * gnulib/import/m4/memmem.m4: Update.
4138         * gnulib/import/m4/mmap-anon.m4: Update.
4139         * gnulib/import/m4/multiarch.m4: Update.
4140         * gnulib/import/m4/nocrash.m4: Update.
4141         * gnulib/import/m4/off_t.m4: Update.
4142         * gnulib/import/m4/pathmax.m4: Update.
4143         * gnulib/import/m4/readlink.m4: Update.
4144         * gnulib/import/m4/rename.m4: Update.
4145         * gnulib/import/m4/rmdir.m4: Update.
4146         * gnulib/import/m4/ssize_t.m4: Update.
4147         * gnulib/import/m4/stat.m4: Update.
4148         * gnulib/import/m4/stdbool.m4: Update.
4149         * gnulib/import/m4/stddef_h.m4: Update.
4150         * gnulib/import/m4/stdint.m4: Update.
4151         * gnulib/import/m4/stdio_h.m4: Update.
4152         * gnulib/import/m4/stdlib_h.m4: Update.
4153         * gnulib/import/m4/string_h.m4: Update.
4154         * gnulib/import/m4/strstr.m4: Update.
4155         * gnulib/import/m4/strtok_r.m4: Update.
4156         * gnulib/import/m4/sys_socket_h.m4: Update.
4157         * gnulib/import/m4/sys_stat_h.m4: Update.
4158         * gnulib/import/m4/sys_time_h.m4: Update.
4159         * gnulib/import/m4/sys_types_h.m4: Update.
4160         * gnulib/import/m4/time_h.m4: Update.
4161         * gnulib/import/m4/unistd_h.m4: Update.
4162         * gnulib/import/m4/warn-on-use.m4: Update.
4163         * gnulib/import/m4/wchar_h.m4: Update.
4164         * gnulib/import/m4/wchar_t.m4: Update.
4165         * gnulib/import/m4/wctype_h.m4: Update.
4166         * gnulib/import/m4/wint_t.m4: Update.
4167         * gnulib/import/malloc.c: Update.
4168         * gnulib/import/malloca.c: Update.
4169         * gnulib/import/malloca.h: Update.
4170         * gnulib/import/math.in.h: Update.
4171         * gnulib/import/mbrtowc.c: Update.
4172         * gnulib/import/mbsinit.c: Update.
4173         * gnulib/import/mbsrtowcs-impl.h: Update.
4174         * gnulib/import/mbsrtowcs-state.c: Update.
4175         * gnulib/import/mbsrtowcs.c: Update.
4176         * gnulib/import/memchr.c: Update.
4177         * gnulib/import/memmem.c: Update.
4178         * gnulib/import/pathmax.h: Update.
4179         * gnulib/import/readlink.c: Update.
4180         * gnulib/import/ref-add.sin: Update.
4181         * gnulib/import/ref-del.sin: Update.
4182         * gnulib/import/rename.c: Update.
4183         * gnulib/import/rmdir.c: Update.
4184         * gnulib/import/same-inode.h: Update.
4185         * gnulib/import/stat.c: Update.
4186         * gnulib/import/stdbool.in.h: Update.
4187         * gnulib/import/stddef.in.h: Update.
4188         * gnulib/import/stdint.in.h: Update.
4189         * gnulib/import/stdio.c: Update.
4190         * gnulib/import/stdio.in.h: Update.
4191         * gnulib/import/stdlib.in.h: Update.
4192         * gnulib/import/str-two-way.h: Update.
4193         * gnulib/import/streq.h: Update.
4194         * gnulib/import/string.in.h: Update.
4195         * gnulib/import/stripslash.c: Update.
4196         * gnulib/import/strnlen1.c: Update.
4197         * gnulib/import/strnlen1.h: Update.
4198         * gnulib/import/strstr.c: Update.
4199         * gnulib/import/strtok_r.c: Update.
4200         * gnulib/import/sys_stat.in.h: Update.
4201         * gnulib/import/sys_time.in.h: Update.
4202         * gnulib/import/sys_types.in.h: Update.
4203         * gnulib/import/time.in.h: Update.
4204         * gnulib/import/unistd.in.h: Update.
4205         * gnulib/import/verify.h: Update.
4206         * gnulib/import/wchar.in.h: Update.
4207         * gnulib/import/wctype.in.h: Update.
4208         * gnulib/import/gettimeofday.c: New file.
4209         * gnulib/import/m4/absolute-header.m4: New file.
4210         * gnulib/import/m4/gettimeofday.m4: New file.
4211         * gnulib/import/m4/sys_socket_h.m4: New file.
4212         * gnulib/import/m4/sys_time_h.m4: New file.
4213         * gnulib/import/stdio.c: Delete file.
4214         * gnulib/import/sys_time.in.h: New file.
4215
4216 2015-08-24  Pedro Alves  <palves@redhat.com>
4217
4218         * Makefile.in (HFILES_NO_SRCDIR): Add common/gdb_sys_time.h.
4219         * common/gdb_sys_time.h: New file.
4220         * event-loop.c: Include gdb_sys_time.h instead of sys/time.h.
4221         * gdb_select.h: Likewise.
4222         * gdb_usleep.c: Likewise.
4223         * maint.c: Likewise.
4224         * mi/mi-main.c: Likewise.
4225         * mi/mi-parse.h: Likewise.
4226         * remote-fileio.c: Likewise.
4227         * remote-m32r-sdi.c: Likewise.
4228         * remote.c: Likewise.
4229         * ser-base.c: Likewise.
4230         * ser-pipe.c: Likewise.
4231         * ser-tcp.c: Likewise.
4232         * ser-unix.c: Likewise.
4233         * symfile.c: Likewise.
4234         * symfile.c: Likewise.  Rename OSIZE to SIZE throughout.
4235         * target-memory.c: Include gdb_sys_time.h instead of sys/time.h.
4236         * utils.c: Likewise.
4237
4238 2015-08-24  Pedro Alves  <palves@redhat.com>
4239
4240         * NEWS: Mention removed support for the various ROM monitors.
4241         * Makefile.in (ALL_TARGET_OBS): Remove dbug-rom.o, dink32-rom.o,
4242         ppcbug-rom.o, m32r-rom.o, dsrec.o and monitor.o from gdb_target_obs.
4243         * configure.tgt (h8300-*-*): Remove monitor.o and m32r-rom.o from
4244         gdb_target_obs.
4245         (m68*-*-*): Remove monitor.o dbug-rom.o and dsrec.o from
4246         gdb_target_obs.
4247         (microblaze*-linux-*): Remove microblaze-rom.o, monitor.o and
4248         dsrec.o from gdb_target_obs.
4249         (microblaze*-*-*): Remove microblaze-rom.o, monitor.o and dsrec.o
4250         from gdb_target_obs.
4251         (powerpc-*-lynx*178): Remove monitor.o and dsrec.o from
4252         gdb_target_obs.
4253         (powerpc*-*-*): Remove monitor.o, dsrec.o, ppcbug-rom.o and
4254         dink32-rom.o from gdb_target_obs.
4255         (sh*-*-linux*): Remove monitor.o and dsrec.o from gdb_target_obs.
4256         (sh*): Remove monitor.o and dsrec.o from gdb_target_obs.
4257         * dbug-rom.c, dink32-rom.c, dsrec.c, m32r-rom.c, microblaze-rom.c,
4258         monitor.c, monitor.h, ppcbug-rom.c, srec.h: Delete files.
4259
4260 2015-08-21  Pedro Alves  <palves@redhat.com>
4261
4262         * frame.c (null_frame_id): Explicitly zero-initialize.
4263
4264 2015-08-21  Tom Tromey  <tromey@redhat.com>
4265
4266         * dwarf2read.c (struct dwarf2_section_info): Rename field
4267         'asection' to 'section'.
4268         (dwarf2_has_info, get_section_bfd_owner, get_section_bfd_section)
4269         (dwarf2_locate_sections, dwarf2_locate_sections)
4270         (locate_dwz_sections, locate_v1_virtual_dwo_sections)
4271         (dwarf2_locate_dwo_sections, dwarf2_locate_dwo_sections)
4272         (dwarf2_locate_v2_dwp_sections): Adjust.
4273
4274 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
4275
4276         * top.h (gdb_in_secondary_prompt_p): Declare.
4277         * top.c (gdb_secondary_prompt_depth): Define.
4278         (gdb_in_secondary_prompt_p): Define.
4279         (gdb_readline_wrapper_cleanup): Decrement
4280         gdb_secondary_prompt_depth.
4281         (gdb_readline_wrapper): Increment gdb_secondary_prompt_depth.
4282         * tui/tui-io.c (tui_getc): Don't clear the prompt line if we
4283         are in a secondary prompt.
4284
4285 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
4286
4287         * tui/tui-io.c (tui_getc): Use tui_putc instead of waddch to
4288         emit the newline.
4289
4290 2015-08-21  Gary Benson  <gbenson@redhat.com>
4291
4292         * gdb_bfd.c (gdb_bfd_iovec_fileio_pread): Add QUIT call.
4293
4294 2015-08-21  Gary Benson  <gbenson@redhat.com>
4295
4296         * target.h (struct target_ops) <to_fileio_open>: New argument
4297         warn_if_slow.  Update comment.  All implementations updated.
4298         (target_fileio_open_warn_if_slow): New declaration.
4299         * target.c (target_fileio_open): Renamed as...
4300         (target_fileio_open_1): ...this.  New argument warn_if_slow.
4301         Pass warn_if_slow to implementation.  Update debug printing.
4302         (target_fileio_open): New function.
4303         (target_fileio_open_warn_if_slow): Likewise.
4304         * gdb_bfd.c (gdb_bfd_iovec_fileio_open): Use new function
4305         target_fileio_open_warn_if_slow.
4306
4307 2015-08-21  Gary Benson  <gbenson@redhat.com>
4308
4309         * nat/linux-namespaces.c (linux_mntns_access_fs):
4310         Do not overwrite old_chain.
4311
4312 2015-08-20  Max Filippov  <jcmvbkbc@gmail.com>
4313
4314         * arch/xtensa.h: New file.
4315         * xtensa-linux-nat.c (gdb_proc_service.h): New #include.
4316         (ps_get_thread_area): New function.
4317         * xtensa-linux-tdep.c (xtensa_linux_init_abi): Add call to
4318         set_gdbarch_fetch_tls_load_module_address to enable TLS support.
4319         * xtensa-tdep.c (osabi.h): New #include.
4320         (xtensa_gdbarch_init): Call gdbarch_init_osabi to register
4321         xtensa-specific hooks.
4322         * xtensa-tdep.h (struct xtensa_elf_gregset_t): Add threadptr
4323         member and move the structure to arch/xtensa.h.
4324
4325 2015-08-21  Pedro Alves  <palves@redhat.com>
4326
4327         * remote.c (struct readahead_cache): New.
4328         (struct remote_state) <readahead_cache>: New field.
4329         (remote_open_1): Invalidate the cache.
4330         (readahead_cache_invalidate, readahead_cache_invalidate_fd): New
4331         functions.
4332         (remote_hostio_pwrite): Invalidate the readahead cache.
4333         (remote_hostio_pread): Rename to ...
4334         (remote_hostio_pread_vFile): ... this.
4335         (remote_hostio_pread_from_cache): New function.
4336         (remote_hostio_pread): Reimplement.
4337         (remote_hostio_close): Invalidate the readahead cache.
4338
4339 2015-08-21  Marcin CieÅ›lak <saper@saper.info>  (tiny patch)
4340
4341         PR build/18843
4342         * procfs.c: Include "filestuff.h".
4343
4344 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
4345
4346         * tui/tui-data.h (tui_command_info): Remove fields cur_line and
4347         curch.
4348         * tui/tui-data.c (tui_clear_win_detail) [CMD_WIN]: Don't set
4349         cur_line or curch, instead call wmove().
4350         (init_win_info) [CMD_WIN]: Likewise.
4351         * tui/tui-io.c (tui_puts): Likewise. Don't read cur_line,
4352         instead call getcury().
4353         (tui_redisplay_readline): Don't set cur_line or curch.
4354         (tui_mld_erase_entire_line): Don't read cur_line, instead call
4355         getcury().
4356         (tui_cont_sig): Remove call to wmove.
4357         (tui_getc): Don't read cur_line or curch, instead call getcury()
4358         or getyx().  Don't set curch.
4359         * tui/tui-win.c (make_visible_with_new_height) [CMD_WIN]: Don't
4360         set cur_line or curch.  Always move cursor to (0,0).
4361
4362 2015-08-20  Pedro Alves  <palves@redhat.com>
4363
4364         * infrun.c (print_target_wait_results): Make extern.
4365         * infrun.h (print_target_wait_results): Declare.
4366         * remote.c (set_stop_requested_callback): Delete.
4367         (process_initial_stop_replies): New function.
4368         (remote_start_remote): Use it.
4369         (stop_reply_queue_length): New function.
4370
4371 2015-08-20  Pedro Alves  <palves@redhat.com>
4372
4373         * dwarf2read.c (process_full_comp_unit): To tell whether
4374         start_subfile managed to deduce a language, test for
4375         language_unknown instead of language_c.
4376
4377 2015-08-20  Pierre-Marie de Rodat  <derodat@adacore.com>
4378
4379         * ada-lex.l: Reset the start condition to INITIAL in the rule that
4380         matches attributes.
4381
4382 2015-08-19  Kevin Buettner  <kevinb@redhat.com>
4383
4384         * dwarf2read.c (dwarf2_string_attr): New function.
4385         (lookup_dwo_unit, process_psymtab_comp_unit_reader)
4386         (dwarf2_compute_name, dwarf2_physname, find_file_and_directory)
4387         (read_call_site_scope, namespace_name, guess_full_die_structure_name)
4388         (anonymous_struct_prefix, prepare_one_comp_unit): Use
4389         dwarf2_string_attr in place of dwarf2_attr and DW_STRING.
4390
4391 2015-08-18  Doug Evans  <dje@google.com>
4392             Adrian Sendroiu <adrian.sendroiu@freescale.com>
4393
4394         PR mi/18833
4395         * cli/cli-logging.c (pop_output_files): Don't restore redirection
4396         if MI-like.
4397         * mi/mi-out.c: #include "vec.h".
4398         (ui_filep): New type.
4399         (DEV_VEC_P (ui_filep)): New type.
4400         (struct ui_out_data) <buffer, original_buffer>: Delete.
4401         (struct ui_out_data) <streams>: New member.
4402         (mi_ui_out_impl): Add data_destroy field.
4403         (mi_field_string, mi_field_fmt): Update.
4404         (mi_flush, mi_redirect, field_separator): Update.
4405         (mi_open, mi_close): Update.
4406         (mi_out_buffered, mi_out_rewind, mi_out_put): Update.
4407         (mi_out_data_ctor, mi_out_data_dtor): New functions.
4408         (mi_out_new): Call mi_out_data_ctor.
4409
4410 2015-08-18  Sandra Loosemore  <sandra@codesourcery.com>
4411
4412         * remote.c (strprefix): New.
4413         (remote_parse_stop_reply): Use strprefix instead of strncmp
4414         to ensure exact match of keyword.
4415
4416 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
4417
4418         * gdb_bfd.c (debug_bfd_cache): New variable.
4419         (show_bfd_cache_debug): New function.
4420         (gdb_bfd_open): Add debug logging.
4421         (gdb_bfd_ref): Likewise.
4422         (gdb_bfd_unref): Likewise.
4423         (_initialize_gdb_bfd): Add new set/show command.
4424         * NEWS: Mention new command.
4425
4426 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
4427
4428         * gdb_bfd.c (bfd_sharing): New variable.
4429         (show_bfd_sharing): New function.
4430         (gdb_bfd_open): Check bfd_sharing variable.
4431         (_initialize_gdb_bfd): Add new set/show command.
4432         * NEWS: Mention new command.
4433
4434 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
4435
4436         * gdb_bfd.c (struct gdb_bfd_data): Add size, inode, and device id
4437         field.
4438         (struct gdb_bfd_cache_search): Likewise.
4439         (eq_bfd): Compare the size, inode, and device id fields.
4440         (gdb_bfd_open): Initialise the size, inode, and device id fields.
4441         (gdb_bfd_ref): Likewise.
4442         (gdb_bfd_unref): Likewise.
4443
4444 2015-08-18  Pedro Alves  <palves@redhat.com>
4445
4446         * linux-nat.c (linux_nat_always_non_stop_p): If the linux_ops
4447         target implements to_always_non_stop_p, call it.
4448         * x86-linux-nat.c (x86_linux_always_non_stop_p): New function.
4449         (x86_linux_create_target): Install it as to_always_non_stop_p
4450         method.
4451
4452 2015-08-17  Doug Evans  <dje@google.com>
4453
4454         * ui-out.c (default_ui_out_impl): Add comment.
4455
4456 2015-08-17  Iain Buclaw  <ibuclaw@gdcproject.org>
4457
4458         * d-exp.y (type_aggregate_p): New function.
4459         (PrimaryExpression : TypeExp '.' IdentifierExp): Use it.
4460         (classify_inner_name): Likewise.
4461         * d-namespace.c (d_lookup_nested_symbol): Handle TYPE_CODE_ENUM.
4462
4463 2015-08-15  Doug Evans  <xdje42@gmail.com>
4464
4465         * psymtab.c (add_psymbol_to_bcache): Remove "val" arg.  All callers
4466         updated.
4467         (add_psymbol_to_list): Ditto.
4468
4469 2015-08-15  Doug Evans  <xdje42@gmail.com>
4470
4471         * dbxread.c (dbx_end_psymtab): Renamed from end_psymtab.  All callers
4472         updated.  Call end_psymtab_common.
4473         * dwarf2read.c (process_psymtab_comp_unit_reader): Call
4474         end_psymtab_common.
4475         (build_type_psymtabs_reader): Ditto.
4476         * psympriv.h (sort_pst_symbols): Delete.
4477         (end_psymtab_common): Declare.
4478         * psymtab.c (sort_pst_symbols): Make static.
4479         (end_psymtab_common): New function.
4480         * xcoffread.c (xcoff_end_psymtab): Call end_psymtab_common.
4481
4482 2015-08-15  Doug Evans  <xdje42@gmail.com>
4483
4484         * defs.h (LANGUAGE_BITS): Define.
4485         * psympriv.h (partial_symbol) <domain>: Use SYMBOL_DOMAIN_BITS.
4486         (partial_symbol) <aclass>: Use SYMBOL_ACLASS_BITS.
4487         * symtab.h (general_symbol_info> <language>: Usage LANGUAGE_BITS.
4488         (minimal_symbol_type): Add nr_minsym_types.
4489         (MINSYM_TYPE_BITS): Define.
4490         (minimal_symbol) <type>: Use MINSYM_TYPE_BITS.
4491         (domain_enum_tag): Add NR_DOMAINS.
4492         (SYMBOL_DOMAIN_BITS): Change from 4 to 3.
4493         (SYMBOL_ACLASS_BITS): Define from 6 to 5.
4494
4495 2015-08-15  Doug Evans  <xdje42@gmail.com>
4496
4497         * objfiles.h: Whitespace cleanup.
4498         * psympriv.h: Whitespace cleanup.
4499         * psymtab.c: Whitespace/coding convention cleanup.
4500
4501 2015-08-15  Patrick Palka  <patrick@parcs.ath.cx>
4502
4503         * inferior.c (detach_inferior_command): Don't call
4504         any_thread_of_process when pid is 0.
4505         (kill_inferior_command): Likewise.
4506
4507 2015-08-14  Doug Evans  <xdje42@gmail.com>
4508
4509         PR gdb/11833
4510         * NEWS: Document new /s modifier for the disassemble command.
4511         * cli/cli-cmds.c (disassemble_command): Add support for /s.
4512         (_initialize_cli_cmds): Update online docs of disassemble command.
4513         * disasm.c: #include "source.h".
4514         (struct deprecated_dis_line_entry): Renamed from dis_line_entry.
4515         All uses updated.
4516         (dis_line_entry): New struct.
4517         (hash_dis_line_entry, eq_dis_line_entry): New functions.
4518         (allocate_dis_line_table): New functions.
4519         (maybe_add_dis_line_entry, line_has_code_p): New functions.
4520         (dump_insns): New arg end_pc.  All callers updated.
4521         (do_mixed_source_and_assembly_deprecated): Renamed from
4522         do_mixed_source_and_assembly.  All callers updated.
4523         (do_mixed_source_and_assembly): New function.
4524         (gdb_disassembly): Handle /s (DISASSEMBLY_SOURCE).
4525         * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED): Renamed from
4526         DISASSEMBLY_SOURCE.  All uses updated.
4527         (DISASSEMBLY_SOURCE): New macro.
4528         * mi/mi-cmd-disas.c (mi_cmd_disassemble): New modes 4,5.
4529
4530 2015-08-14  Keith Seitz  <keiths@redhat.com>
4531
4532         * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Rename
4533         `typename' to `type_name' to avoid C++ reserved word.
4534
4535 2015-08-14  Keith Seitz  <keiths@redhat.com>
4536
4537         * location.c (EL_TYPE, EL_LINESPEC, EL_PROBE, EL_ADDRESS)
4538         (EL_EXPLICIT, EL_STRING): Change macro parameter to "P" to
4539         silence ARI errors.
4540
4541 2015-08-14  Iain Buclaw  <ibuclaw@gdcproject.org>
4542
4543         * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Use
4544         xstrprintf instead of malloc and sprintf.
4545         (PrimaryExpression : IdentifierExp): Avoid operator at end of line.
4546         (lex_one_token): Likewise.
4547
4548 2015-08-14  Matthew Fortune  <matthew.fortune@imgtec.com>
4549
4550         * solib-svr4.c (read_program_header): Add base_addr argument to
4551         report the runtime address of the segment.
4552         (find_program_interpreter): Update read_program_header call to pass
4553         a NULL pointer for the new argument.
4554         (scan_dyntag): Add ptr_addr argument to report the runtime address
4555         of the tag payload.
4556         (scan_dyntag_auxv): Likewise and use thew new base_addr argument of
4557         read_program_header to get the base address of the dynamic segment.
4558         (elf_locate_base): Update uses of scan_dyntag, scan_dyntag_auxv and
4559         read_program_header.
4560         (elf_locate_base): Scan for and handle DT_MIPS_RLD_MAP_REL.
4561
4562 2015-08-14  Matthew Fortune  <matthew.fortune@imgtec.com>
4563
4564         * MAINTAINERS (Write After Approval): Add Matthew Fortune.
4565
4566 2015-08-13  Iain Buclaw  <ibuclaw@gdcproject.org>
4567
4568         * d-exp.y (%union): Add voidval.
4569         (%token): Add UNKNOWN_NAME as a token to represent an unclassified
4570         name in the lexing stage.
4571         (PostfixExpression): Move symbol completion handling in grammar here
4572         from PrimaryExpression.
4573         (PrimaryExpression): Move routines to handle resolving identifier
4574         tokens in the grammar here from push_expression_name.
4575         (IdentifierExp): Remove the handling of alternating '.' and identifier
4576         tokens.
4577         (TypeExp): Allow TypeExp to be wrapped in parenthesis in the grammar.
4578         (BasicType): Remove C-style typename rules.
4579         (d_type_from_name, d_module_from_name, push_variable)
4580         (push_fieldnames, push_type_name, push_module_name)
4581         (push_expression_name): Remove.
4582         (lex_one_token): Rename from yylex.  Replace pstate with par_state.
4583         (token_and_value): New type.
4584         (token_fifo, popping, name_obstack): New globals.
4585         (classify_name): New function.
4586         (classify_inner_name): Likewise.
4587         (yylex): Likewise.
4588         (d_parse): Initialize token_fifo, popping and name_obstack.
4589
4590 2015-08-13  Iain Buclaw  <ibuclaw@gdcproject.org>
4591
4592         * Makefile.in (SFILES): Add d-namespace.c.
4593         (COMMON_OBS): Add d-namespace.o.
4594         * d-lang.c (d_language_defn): Use d_lookup_symbol_nonlocal as the
4595         la_lookup_symbol_nonlocal callback function pointer.
4596         * d-lang.h (d_lookup_symbol_nonlocal): New declaration.
4597         (d_lookup_nested_symbol): New declaration.
4598         * d-namespace.c: New file.
4599
4600 2015-08-13  Pedro Alves  <palves@redhat.com>
4601
4602         * python/py-unwind.c (pyuw_sniffer): Install the invalidate
4603         cleanup after the decref cleanup, not before.
4604
4605 2015-08-13  Pierre-Marie de Rodat  <derodat@adacore.com>
4606
4607         * ada-lang.c: Include namespace.h
4608         (aux_add_nonlocal_symbols): Fix a function name in comment.
4609         (ada_add_block_renamings): New.
4610         (add_nonlocal_symbols): Add global renamings handling.
4611         (ada_lookup_symbol_list_worker): Move the symbol lookup part
4612         to...
4613         (ada_add_all_symbols): ... this new function.
4614         (ada_add_block_symbols): Try to match the input name against the
4615         "using directives list", perform a recursive symbol lookup on
4616         the matched declarations.
4617         * block.h (struct block): Move the_namespace to top-level as
4618         namespace_info. Remove the language_specific field.
4619         (BLOCK_NAMESPACE): Update access to the namespace_info field.
4620         * buildsym.h (using_directives): Rename into...
4621         (local_using_directives): ... this.
4622         (global_using_directives): New.
4623         (struct context_stack): Rename the using_directives field into
4624         local_using_directives.
4625         * buildsym.c (finish_block_internal): Deal with the proper
4626         using directives repository (local or global).
4627         (prepare_for_building): Reset local_using_directives. Assert
4628         that there is no pending global using directive.
4629         (reset_symtab_globals): Reset global_using_directives and
4630         local_using_directives.
4631         (end_symtab_get_static_block): Don't ignore symtabs that have
4632         only using directives.
4633         (push_context): Update references to local_using_directives.
4634         (buildsym_init): Do not reset using_directives.
4635         * cp-support.c: Include namespace.h.
4636         * cp-support.h (struct using_direct): Move to namespace.h.
4637         (cp_add_using_directives): Move to namespace.h.
4638         * cp-namespace.c: Include namespace.h
4639         (cp_add_using_directive): Move to namespace.c, rename it to
4640         add_using_directive, add a "using_directives" argument and use
4641         it as the pending using directives repository.  All callers
4642         updated.
4643         * dwarf2read.c (using_directives): New.
4644         (read_import_statement): Call using_directives.
4645         (read_func_scope): Update references to local_using_directives.
4646         (read_lexical_block_scope): Likewise.
4647         (read_namespace): Update the heading comment, call
4648         using_directives.
4649         * namespace.h: New file.
4650         * namespace.c: New file.
4651         * Makefile.in (SFILES): Add namespace.c.
4652         (COMMON_OBS): Add namespace.o
4653
4654 2015-08-12  Joel Brobecker  <brobecker@adacore.com>
4655
4656         * amd64-tdep.c (amd64_displaced_step_fixup): Fix the mask used to
4657         compute RETADDR.
4658
4659 2015-08-12  Keith Seitz  <keiths@redhat.com>
4660
4661         * break-catch-throw.c (re_set_exception_catchpoint) Rename
4662         reserved C++ keyword "explicit" to "explicit_loc".
4663         * breakpoint.c (create_overlay_event_breakpoint)
4664         (create_longjmp_master_breakpoint)
4665         (create_std_terminate_master_breakpoint)
4666         (create_exception_master_breakpoint, update_static_tracepoint):
4667         Rename reserved C++ keyword "explicit" to "explicit_loc".
4668         * completer.c (collect_explicit_location_matches)
4669         (explicit_location_completer): Rename reserved C++ keyword
4670         "explicit" to "explicit_loc".
4671         * linespec.c (struct linespec) <explicit>: Rename to "explicit_loc".
4672         (canonicalize_linespec, create_sals_line_offset)
4673         (convert_linespec_to_sals, convert_explicit_location_to_sals)
4674         (event_location_to_sals, decode_objc): Rename reserved C++ keyword
4675         "explicit" to "explicit_loc".
4676         * location.c (struct event_location) <explicit>: Rename to
4677         "explicit_loc".
4678         (initialize_explicit_location, new_explicit_location)
4679         (explicit_location_to_string_internal, explicit_location_to_linespec):
4680         Rename reserved C++ keyword "explicit" to "explicit_loc".
4681         * location.h (explicit_location_to_string)
4682         (explicit_location_to_linespec, initialize_explicit_location)
4683         (new_explicit_location): Rename reserved C++ keyword "explicit"
4684         to "explicit_loc".
4685         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Rename reserved C++
4686         keyword "explicit" to "explicit_loc".
4687
4688 2015-08-12  Keith Seitz  <keiths@redhat.com>
4689
4690         * python/python.c (gdbpy_decode_line): Initialize `location' to NULL
4691         and only call decode_line_1 when it is non-NULL.
4692
4693 2015-08-12  Luis Machado  <lgustavo@codesourcery.com>
4694
4695         * breakpoint.c (bp_loc_is_permanent): Return 0 when breakpoint
4696         location address is not meaningful.
4697         (breakpoint_address_is_meaningful): Update comment.
4698
4699 2015-08-11  Keith Seitz  <keiths@redhat.com>
4700
4701         * NEWS: Mention explicit locations.
4702         * breakpoint.c [LOCATION_HELP_STRING]: New macro.
4703         [BREAK_ARGS_HELP]: Use LOCATION_HELP_STRING.
4704         (_initialize_breakpoint): Update documentation for
4705         "clear", "break", "trace", "strace", "ftrace", and "dprintf".
4706
4707 2015-08-11  Keith Seitz  <keiths@redhat.com>
4708
4709         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Add support for
4710         explicit locations, options "--source", "--function",
4711         "--label", and "--line".
4712
4713 2015-08-11  Keith Seitz  <keiths@redhat.com>
4714
4715         * completer.c: Include location.h.
4716         (enum match_type): New enum.
4717         (location_completer): Rename to ...
4718         (linespec_completer): ... this.
4719         (collect_explicit_location_matches, backup_text_ptr)
4720         (explicit_location_completer): New functions.
4721         (location_completer): "New" function; handle linespec
4722         and explicit location completions.
4723         (complete_line_internal): Remove all location completer-specific
4724         handling.
4725         * linespec.c (linespec_lexer_lex_keyword, is_ada_operator)
4726         (find_toplevel_char): Export.
4727         (linespec_parse_line_offset): Export.
4728         Issue error if STRING is not numerical.
4729         (gdb_get_linespec_parser_quote_characters): New function.
4730         * linespec.h (linespec_parse_line_offset): Declare.
4731         (get_gdb_linespec_parser_quote_characters): Declare.
4732         (is_ada_operator): Declare.
4733         (find_toplevel_char): Declare.
4734         (linespec_lexer_lex_keyword): Declare.
4735         * location.c (explicit_to_event_location): New function.
4736         (explicit_location_lex_one): New function.
4737         (string_to_explicit_location): New function.
4738         (string_to_event_location): Handle explicit locations.
4739         * location.h (explicit_to_event_location): Declare.
4740         (string_to_explicit_location): Declare.
4741
4742 2015-08-11  Keith Seitz  <keiths@redhat.com>
4743
4744         * break-catch-throw.c (re_set_exception_catchpoint): Convert
4745         linespec into explicit location.
4746         * breakpoint.c (create_overlay_breakpoint)
4747         (create_longjmp_master_breakpoint)
4748         (create_std_terminate_master_breakpoint)
4749         (create_exception_master_breakpoint): Convert linespec into explicit
4750         location.
4751         (update_static_tracepoint): Convert linespec into explicit location.
4752         * linespec.c (enum offset_relative_sign, struct line_offset): Move
4753         location.h.
4754         (struct linespec) <expression, expr_pc, source_filename>
4755         <function_name, label_name, line_offset>: Replace with ...
4756         <explicit>: ... this.
4757         <is_linespec>: New member.
4758         (PARSER_EXPLICIT): New accessor macro.
4759         (undefined_label_error): New function.
4760         (source_file_not_found_error): New function.
4761         (linespec_parse_basic): The parser result is now an explicit location.
4762         Use PARSER_EXPLICIT to access it.
4763         Use undefined_label_error.
4764         (canonicalize_linespec): Convert canonical linespec into explicit
4765         location.
4766         Move string representation of location to explicit_location_to_linespec
4767         and use it and explicit_location_to_string to save string
4768         representations of the canonical location.
4769         (create_sals_line_offset, convert_linespec_to_sals): `ls' contains an
4770         explicit location.  Update all references.
4771         (convert_explicit_location_to_sals): New function.
4772         (parse_linespec): Use PARSER_EXPLICIT to access the parser
4773         result's explicit location.
4774         (linespec_state_constructor): Initialize is_linespec.
4775         Use PARSER_EXPLICIT.
4776         (linespec_parser_delete): Use PARSER_EXPLICIT to access the parser's
4777         result.
4778         (event_location_to_sals): For linespec locations, set is_linespec.
4779         Handle explicit locations.
4780         (decode_objc): 'ls' contains an explicit location now. Update all
4781         references.
4782         (symtabs_from_filename): Use source_file_not_found_error.
4783         * location.c (struct event_location.u) <explicit>: New member.
4784         (initialize_explicit_location): New function.
4785         (initialize_event_location): Initialize explicit locations.
4786         (new_explicit_location, get_explicit_location)
4787         (get_explicit_location_const): New functions.
4788         (explicit_to_string_internal): New function; most of contents moved
4789         from canonicalize_linespec.
4790         (explicit_location_to_string): New function.
4791         (explicit_location_to_linespec): New function.
4792         (copy_event_location, delete_event_location)
4793         (event_location_to_string_const, event_location_empty_p): Handle
4794         explicit locations.
4795         * location.h (enum offset_relative_sign, struct line_offset): Move
4796         here from linespec.h.
4797         (enum event_location_type): Add EXPLICIT_LOCATION.
4798         (struct explicit_location): New structure.
4799         (explicit_location_to_string): Declare.
4800         (explicit_location_to_linespec): Declare.
4801         (new_explicit_location, get_explicit_locationp
4802         (get_explicit_location_const, initialize_explicit_location): Declare.
4803
4804 2015-08-11  Keith Seitz  <keiths@redhat.com>
4805
4806         * break-catch-throw.c (re_set_exception_catchpoint): Convert
4807         linespec for stap probe to probe location.
4808         * breakpoint.c (create_longjmp_master_breakpoint)
4809         (create_exception_master_breakpoint): Likewise.
4810         (break_command_1): Remove local variable `arg_cp'.
4811         Check location type to set appropriate breakpoint ops methods.
4812         (trace_command): Likewise.
4813         * linespec.c (event_location_to_sals): Assert on probe locations.
4814         * location.c (EL_PROBE): Add macro definition.
4815         (new_probe_location, get_probe_location): New functions.
4816         (copy_event_location, delete_event_location, event_location_to_string)
4817         (string_to_event_location, event_location_empty_p): Handle probe
4818         locations.
4819         * location.h (enum event_location_type): Add PROBE_LOCATION.
4820         (new_probe_location, get_probe_location): Declare.
4821         * probe.c (parse_probes): Assert that LOCATION is a probe location.
4822         Convert linespec into probe location.
4823
4824 2015-08-11  Keith Seitz  <keiths@redhat.com>
4825
4826         * breakpoint.c (create_thread_event_breakpoint, init_breakpoint_sal):
4827         Convert linespec to address location.
4828         * linespec.c (canonicalize_linespec): Do not handle address
4829         locations here.
4830         (convert_address_location_to_sals): New function; contents moved
4831         from ...
4832         (convert_linespc_to_sals): ... here.
4833         (parse_linespec): Remove address locations from linespec grammar.
4834         Remove handling of address locations.
4835         (linespec_lex_to_end): Remove handling of address linespecs.
4836         (event_location_to_sals): Handle ADDRESS_LOCATION.
4837         (linespec_expression_to_pc): Export.
4838         * linespec.h (linespec_expression_to_pc): Add declaration.
4839         * location.c (struct event_location.u) <address>: New member.
4840         (new_address_location, get_address_location): New functions.
4841         (copy_event_location, delete_event_location, event_location_to_string)
4842         (string_to_event_location, event_location_empty_p): Handle address
4843         locations.
4844         * location.h (enum event_location_type): Add ADDRESS_LOCATION.
4845         (new_address_location, get_address_location): Declare.
4846         * python/py-finishbreakpoint.c (bpfinishpy_init): Convert linespec
4847         to address location.
4848         * spu-tdep.c (spu_catch_start): Likewise.
4849
4850 2015-08-11  Keith Seitz  <keiths@redhat.com>
4851
4852         * ax-gdb.c: Include location.h.
4853         (agent_command_1) Use linespec location instead of address
4854         string.
4855         * break-catch-throw.c: Include location.h.
4856         (re_set_exception_catchpoint): Use linespec locations instead
4857         of address strings.
4858         * breakpoint.c: Include location.h.
4859         (create_overlay_event_breakpoint, create_longjmp_master_breakpoint)
4860         (create_std_terminate_master_breakpoint)
4861         (create_exception_master_breakpoint, update_breakpoints_after_exec):
4862         Use linespec location instead of address string.
4863         (print_breakpoint_location):  Use locations and
4864         event_location_to_string.
4865         Print extra_string for pending locations for non-MI streams.
4866         (print_one_breakpoint_location): Use locations and
4867         event_location_to_string.
4868         (init_raw_breakpoint_without_location): Initialize b->location.
4869         (create_thread_event_breakpoint): Use linespec location instead of
4870         address string.
4871         (init_breakpoint_sal): Likewise.
4872         Only save extra_string if it is non-NULL and not the empty string.
4873         Use event_location_to_string instead of `addr_string'.
4874         Constify `p' and `endp'.
4875         Use skip_spaces_const/skip_space_const instead of non-const versions.
4876         Copy the location into the breakpoint.
4877         If LOCATION is NULL, save the breakpoint address as a linespec location
4878         instead of an address string.
4879         (create_breakpoint_sal): Change `addr_string' parameter to a struct
4880         event_location. All uses updated.
4881         (create_breakpoints_sal): Likewise for local variable `addr_string'.
4882         (parse_breakpoint_sals): Use locations instead of address strings.
4883         Remove check for empty linespec with conditional.
4884         Refactor.
4885         (decode_static_tracepoint_spec): Make argument const and update
4886         function.
4887         (create_breakpoint): Change `arg' to a struct event_location and
4888         rename.
4889         Remove `copy_arg' and `addr_start'.
4890         If EXTRA_STRING is empty, set it to NULL.
4891         Don't populate `canonical' for pending breakpoints.
4892         Pass `extra_string' to find_condition_and_thread.
4893         Clear `extra_string' if `rest' was NULL.
4894         Do not error with "garbage after location" if setting a dprintf
4895         breakpoint.
4896         Copy the location into the breakpoint instead of an address string.
4897         (break_command_1): Use string_to_event_location and pass this to
4898         create_breakpoint instead of an address string.
4899         Check against `arg_cp' for a probe linespec.
4900         (dprintf_command): Use string_to_event_location and pass this to
4901         create_breakpoint instead of an address string.
4902         Throw an exception if no format string was specified.
4903         (print_recreate_ranged_breakpoint): Use event_location_to_string
4904         instead of address strings.
4905         (break_range_command, until_break_command)
4906         (init_ada_exception_breakpoint): Use locations instead
4907         of address strings.
4908         (say_where): Print out extra_string for pending locations.
4909         (base_breakpoint_dtor): Delete `location' and `location_range_end' of
4910         the breakpoint.
4911         (base_breakpoint_create_sals_from_location): Use struct event_location
4912         instead of address string.
4913         Remove `addr_start' and `copy_arg' parameters.
4914         (base_breakpoint_decode_location): Use struct event_location instead of
4915         address string.
4916         (bkpt_re_set): Use locations instead of address strings.
4917         Use event_location_empty_p to check for unset location.
4918         (bkpt_print_recreate): Use event_location_to_string instead of
4919         an address string.
4920         Print out extra_string for pending locations.
4921         (bkpt_create_sals_from_location, bkpt_decode_location)
4922         (bkpt_probe_create_sals_from_location): Use struct event_location
4923         instead of address string.
4924         (bkpt_probe_decode_location): Use struct event_location instead of
4925         address string.
4926         (tracepoint_print_recreate): Use event_location_to_string to
4927         recreate the tracepoint.
4928         (tracepoint_create_sals_from_location, tracepoint_decode_location)
4929         (tracepoint_probe_create_sals_from_location)
4930         (tracepoint_probe_decode_location): Use struct event_location
4931         instead of address string.
4932         (dprintf_print_recreate): Use event_location_to_string to recreate
4933         the dprintf.
4934         (dprintf_re_set): Remove check for valid/missing format string.
4935         (strace_marker_create_sals_from_location)
4936         (strace_marker_create_breakpoints_sal, strace_marker_decode_location)
4937         (update_static_tracepoint): Use struct event_location instead of
4938         address string.
4939         (location_to_sals): Likewise.
4940         Pass `extra_string' to find_condition_and_thread.
4941         For newly resolved pending breakpoint locations, clear the location's
4942         string representation.
4943         Assert that the breakpoint's condition string is NULL when
4944         condition_not_parsed.
4945         (breakpoint_re_set_default, create_sals_from_location_default)
4946         (decode_location_default, trace_command, ftrace_command)
4947         (strace_command, create_tracepoint_from_upload): Use locations
4948         instead of address strings.
4949         * breakpoint.h (struct breakpoint_ops) <create_sals_from_location>:
4950         Use struct event_location instead of address string.
4951         Update all uses.
4952         <decode_location>: Likewise.
4953         (struct breakpoint) <addr_string>: Change to struct event_location
4954         and rename `location'.
4955         <addr_string_range_end>: Change to struct event_location and rename
4956         `location_range_end'.
4957         (create_breakpoint): Use struct event_location instead of address
4958         string.
4959         * cli/cli-cmds.c: Include location.h.
4960         (edit_command, list_command): Use locations instead of address strings.
4961         * elfread.c: Include location.h.
4962         (elf_gnu_ifunc_resolver_return_stop): Use event_location_to_string.
4963         * guile/scm-breakpoint.c: Include location.h.
4964         (bpscm_print_breakpoint_smob): Use event_location_to_string.
4965         (gdbscm_register_breakpoint): Use locations instead of address
4966         strings.
4967         * linespec.c: Include location.h.
4968         (struct ls_parser) <stream>: Change to const char *.
4969         (PARSER_STREAM): Update.
4970         (lionespec_lexer_lex_keyword): According to find_condition_and_thread,
4971         keywords must be followed by whitespace.
4972         (canonicalize_linespec): Save a linespec location into `canonical'.
4973         Save a canonical linespec into `canonical'.
4974         (parse_linespec): Change `argptr' to const char * and rename `arg'.
4975         All uses updated.
4976         Update function description.
4977         (linespec_parser_new): Initialize `parser'.
4978         Update initialization of  parsing stream.
4979         (event_location_to_sals): New function.
4980         (decode_line_full): Change `argptr' to a struct event_location and
4981         rename it `location'.
4982         Use locations instead of address strings.
4983         Call event_location_to_sals instead of parse_linespec.
4984         (decode_line_1): Likewise.
4985         (decode_line_with_current_source, decode_line_with_last_displayed)
4986         Use locations instead of address strings.
4987         (decode_objc): Likewise.
4988         Change `argptr' to const char * and rename `arg'.
4989         (destroy_linespec_result): Delete the linespec result's location
4990         instead of freeing the address string.
4991         * linespec.h (struct linespec_result) <addr_string>: Change to
4992         struct event_location and rename to ...
4993         <location>: ... this.
4994         (decode_line_1, decode_line_full): Change `argptr' to struct
4995         event_location.  All callers updated.
4996         * mi/mi-cmd-break.c: Include language.h, location.h, and linespec.h.
4997         (mi_cmd_break_insert_1): Use locations instead of address strings.
4998         Throw an error if there was "garbage" at the end of the specified
4999         linespec.
5000         * probe.c: Include location.h.
5001         (parse_probes): Change `argptr' to struct event_location.
5002         Use event locations instead of address strings.
5003         * probe.h (parse_probes): Change `argptr' to struct event_location.
5004         * python/py-breakpoint.c: Include location.h.
5005         (bppy_get_location): Constify local variable `str'.
5006         Use event_location_to_string.
5007         (bppy_init): Use locations instead of address strings.
5008         * python/py-finishbreakpoint.c: Include location.h.
5009         (bpfinishpy_init): Remove local variable `addr_str'.
5010         Use locations instead of address strings.
5011         * python/python.c: Include location.h.
5012         (gdbpy_decode_line): Use locations instead of address strings.
5013         * remote.c: Include location.h.
5014         (remote_download_tracepoint): Use locations instead of address
5015         strings.
5016         * spu-tdep.c: Include location.h.
5017         (spu_catch_start): Remove local variable `buf'.
5018         Use locations instead of address strings.
5019         * tracepoint.c: Include location.h.
5020         (scope_info): Use locations instead of address strings.
5021         (encode_source_string): Constify parameter `src'.
5022         * tracepoint.h (encode_source_string): Likewise.
5023
5024 2015-08-11  Keith Seitz  <keiths@redhat.com>
5025
5026         * Makefile.in (SFILES): Add location.c.
5027         (HFILES_NO_SRCDIR): Add location.h.
5028         (COMMON_OBS): Add location.o.
5029         * linespec.c (linespec_lex_to_end): New function.
5030         * linespec.h (linespec_lex_to_end): Declare.
5031         * location.c: New file.
5032         * location.h: New file.
5033
5034 2015-08-11  Keith Seitz  <keiths@redhat.com>
5035
5036         * breakpoint.h (struct breakpoint_ops) <create_sals_from_address>:
5037         Renamed to create_sals_from_location.
5038         <decode_linespec>: Renamed to decode_location.
5039         Update all callers.
5040         * breakpoint.c (create_sals_from_address_default): Renamed to ...
5041         (create_sals_from_location_default): ... this.
5042         (addr_string_to_sals): Renamed to ...
5043         (location_to_sals): ... this.
5044         (decode_linespec_default): Renamed to ...
5045         (decode_location_default): ... this.
5046         (base_breakpoint_create_sals_from_address): Renamed to ...
5047         (base_breakpoint_create_sals_from_location): ... this.
5048         (bkpt_create_sals_from_address): Renamed to ...
5049         (bkpt_create_sals_from_location): ... this.
5050         (bkpt_decode_linespec): Renamed to ...
5051         (bkpt_decode_location): ... this.
5052         (bkpt_probe_create_sals_from_address): Renamed to ...
5053         (bkpt_probe_create_sals_from_location): ... this.
5054         (tracepoint_create_sals_from_address): Renamed to ...
5055         (tracepoint_create_sals_from_location): ... this.
5056         (tracepoint_decode_linespec): Renamed to ...
5057         (tracepoint_decode_location): ... this.
5058         (tracepoint_probe_create_sals_from_address): Renamed to ...
5059         (tracepoint_probe_create_sals_from_location): ... this.
5060         (tracepoint_probe_decode_linespec): Renamed to ...
5061         (tracepoint_probe_decode_location): ... this.
5062         (strace_marker_create_sals_from_address): Renamed to ...
5063         (strace_marker_create_sals_from_location): ... this.
5064         (decode_linespec_default): Renamed to ...
5065         (decode_location_default): ... this.
5066
5067 2015-08-10  Doug Evans  <dje@google.com>
5068             Keith Seitz  <keiths@redhat.com>
5069
5070         PR gdb/17960
5071         * symtab.c (make_file_symbol_completion_list_1): Renamed from
5072         make_file_symbol_completion_list and made static.
5073         (make_file_symbol_completion_list): New function.
5074
5075 2015-08-10  Joel Brobecker  <brobecker@adacore.com>
5076
5077         * infrun.c (follow_fork, displaced_step_prepare, resume): Remove
5078         trailing new-line at end of warning message.
5079         (proceed): Add i18n marker to error messages.
5080
5081 2015-08-07  Pedro Alves  <palves@redhat.com>
5082
5083         * linux-nat.c (linux_nat_always_non_stop_p): Return 1.
5084
5085 2015-08-07  Pedro Alves  <palves@redhat.com>
5086
5087         * s390-linux-tdep.c (is_non_branch_ril)
5088         (s390_displaced_step_copy_insn): New functions.
5089         (s390_displaced_step_fixup): Update comment.
5090         (s390_gdbarch_init): Install s390_displaced_step_copy_insn as
5091         gdbarch_displaced_step_copy_insn hook.
5092
5093 2015-08-07  Pedro Alves  <palves@redhat.com>
5094
5095         * infrun.c (displaced_step_prepare_throw): Return -1 if
5096         gdbarch_displaced_step_copy_insn returns NULL.  Update intro
5097         comment.
5098         * rs6000-tdep.c (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION)
5099         (STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION): Move higher up
5100         in file.
5101         (ppc_displaced_step_copy_insn): New function.
5102         (ppc_displaced_step_fixup): Update comment.
5103         (rs6000_gdbarch_init): Install ppc_displaced_step_copy_insn as
5104         gdbarch_displaced_step_copy_insn hook.
5105         * gdbarch.sh (displaced_step_copy_insn): Document what happens on
5106         NULL return.
5107         * gdbarch.h: Regenerate.
5108
5109 2015-08-07  Pedro Alves  <palves@redhat.com>
5110
5111         * inferior.h (struct inferior) <displaced_stepping_failed>: New
5112         field.
5113         * infrun.c (use_displaced_stepping_now_p): New parameter 'inf'.
5114         Return false if dispaced stepping failed before.
5115         (resume): Pass the current inferior to
5116         use_displaced_stepping_now_p.  Wrap displaced_step_prepare in
5117         TRY/CATCH.  If we get a MEMORY_ERROR, set the inferior's
5118         displaced_stepping_failed flag, and fall back to an in-line
5119         step-over.
5120
5121 2015-08-07  Pedro Alves  <palves@redhat.com>
5122
5123         * darwin-nat.c (darwin_stop): Rename to ...
5124         (darwin_interrupt): ... this.
5125         (_initialize_darwin_inferior): Adjust.
5126         * gnu-nat.c (gnu_stop): Delete.
5127         (gnu_target): Don't install gnu_stop.
5128         * inf-ptrace.c (inf_ptrace_stop): Rename to ...
5129         (inf_ptrace_interrupt): ... this.
5130         (inf_ptrace_target): Adjust.
5131         * infcmd.c (interrupt_target_1): Use target_interrupt instead of
5132         target_stop.
5133         * linux-nat (linux_nat_stop): Rename to ...
5134         (linux_nat_interrupt): ... this.
5135         (linux_nat_stop): Reimplement.
5136         (linux_nat_add_target): Install linux_nat_interrupt.
5137         * nto-procfs.c (nto_interrupt_twice): Rename to ...
5138         (nto_handle_sigint_twice): ... this.
5139         (nto_interrupt): Rename to ...
5140         (nto_handle_sigint): ... this.  Call target_interrupt instead of
5141         target_stop.
5142         (procfs_wait): Adjust.
5143         (procfs_stop): Rename to ...
5144         (procfs_interrupt): ... this.
5145         (init_procfs_targets): Adjust.
5146         * procfs.c (procfs_stop): Rename to ...
5147         (procfs_interrupt): ... this.
5148         (procfs_target): Adjust.
5149         * remote-m32r-sdi.c (m32r_stop): Rename to ...
5150         (m32r_interrupt): ... this.
5151         (init_m32r_ops): Adjust.
5152         * remote-sim.c (gdbsim_stop_inferior): Rename to ...
5153         (gdbsim_interrupt_inferior): ... this.
5154         (gdbsim_stop): Rename to ...
5155         (gdbsim_interrupt): ... this.
5156         (gdbsim_cntrl_c): Adjust.
5157         (init_gdbsim_ops): Adjust.
5158         * remote.c (sync_remote_interrupt): Adjust comments.
5159         (remote_stop_as): Rename to ...
5160         (remote_interrupt_as): ... this.
5161         (remote_stop): Adjust comment.
5162         (remote_interrupt): New function.
5163         (init_remote_ops): Install remote_interrupt.
5164         * target.c (target_interrupt): New function.
5165         * target.h (struct target_ops) <to_interrupt>: New field.
5166         (target_interrupt): New declaration.
5167         * windows-nat.c (windows_stop): Rename to ...
5168         (windows_interrupt): ... this.
5169         * target-delegates.c: Regenerate.
5170
5171 2015-08-07  Pedro Alves  <palves@redhat.com>
5172
5173         * signal-while-stepping-over-bp-other-thread.exp: Expect "restart
5174         threads" as alternative to "switching back to stepped thread".
5175
5176 2015-08-07  Pedro Alves  <palves@redhat.com>
5177
5178         * NEWS: Mention "maint set/show target-non-stop".
5179         * breakpoint.c (update_global_location_list): Check
5180         target_is_non_stop_p instead of non_stop.
5181         * infcmd.c (attach_command_post_wait, attach_command): Likewise.
5182         * infrun.c (show_can_use_displaced_stepping)
5183         (can_use_displaced_stepping_p, start_step_over_inferior):
5184         Likewise.
5185         (internal_resume_ptid): New function.
5186         (resume): Use it.
5187         (proceed): Check target_is_non_stop_p instead of non_stop.  If in
5188         all-stop mode but the target is always in non-stop mode, start all
5189         the other threads that are implicitly resumed too.
5190         (for_each_just_stopped_thread, fetch_inferior_event)
5191         (adjust_pc_after_break, stop_all_threads): Check
5192         target_is_non_stop_p instead of non_stop.
5193         (handle_inferior_event): Likewise.  Handle detach-fork in all-stop
5194         with the target always in non-stop mode.
5195         (handle_signal_stop) <random signal>: Check target_is_non_stop_p
5196         instead of non_stop.
5197         (switch_back_to_stepped_thread): Check target_is_non_stop_p
5198         instead of non_stop.
5199         (keep_going_stepped_thread): Use internal_resume_ptid.
5200         (stop_waiting): If in all-stop mode, and the target is in non-stop
5201         mode, stop all threads.
5202         (keep_going_pass): Likewise, when starting a new in-line step-over
5203         sequence.
5204         * linux-nat.c (get_pending_status, select_event_lwp)
5205         (linux_nat_filter_event, linux_nat_wait_1, linux_nat_wait): Check
5206         target_is_non_stop_p instead of non_stop.
5207         (linux_nat_always_non_stop_p): New function.
5208         (linux_nat_stop): Check target_is_non_stop_p instead of non_stop.
5209         (linux_nat_add_target): Install linux_nat_always_non_stop_p.
5210         * target-delegates.c: Regenerate.
5211         * target.c (target_is_non_stop_p): New function.
5212         (target_non_stop_enabled, target_non_stop_enabled_1): New globals.
5213         (maint_set_target_non_stop_command)
5214         (maint_show_target_non_stop_command): New functions.
5215         (_initilize_target): Install "maint set/show target-non-stop"
5216         commands.
5217         * target.h (struct target_ops) <to_always_non_stop_p>: New field.
5218         (target_non_stop_enabled): New declaration.
5219         (target_is_non_stop_p): New declaration.
5220
5221 2015-08-07  Pedro Alves  <pedro@codesourcery.com>
5222
5223         * breakpoint.c (breakpoints_should_be_inserted_now): If any thread
5224         has a pending status, return true.
5225         * gdbthread.h: Include target/waitstatus.h.
5226         (struct thread_suspend_state) <stop_reason, waitstatus_pending_p,
5227         stop_pc>: New fields.
5228         (struct thread_info) <resumed>: New field.
5229         (set_resumed): Declare.
5230         * infrun.c: Include "event-loop.h".
5231         (infrun_async_inferior_event_token, infrun_is_async): New globals.
5232         (infrun_async): New function.
5233         (clear_step_over_info): Add debug output.
5234         (displaced_step_in_progress_any_inferior): New function.
5235         (displaced_step_fixup): New returns int.
5236         (start_step_over): Handle in-line step-overs too.  Assert the
5237         thread is marked resumed.
5238         (resume_cleanups): Clear the thread's resumed flag.
5239         (resume): Set the thread's resumed flag.  Return early if the
5240         thread has a pending status.  Allow stepping a breakpoint with no
5241         signal.
5242         (proceed): Adjust to check 'resumed' instead of 'executing'.
5243         (clear_proceed_status_thread): If the thread has a pending status,
5244         and that status is a finished step, discard the pending status.
5245         (clear_proceed_status): Don't clear step_over_info here.
5246         (random_pending_event_thread, do_target_wait): New functions.
5247         (prepare_for_detach, wait_for_inferior, fetch_inferior_event): Use
5248         do_target_wait.
5249         (wait_one): New function.
5250         (THREAD_STOPPED_BY): New macro.
5251         (thread_stopped_by_watchpoint, thread_stopped_by_sw_breakpoint)
5252         (thread_stopped_by_hw_breakpoint): New functions.
5253         (switch_to_thread_cleanup, save_waitstatus, stop_all_threads): New
5254         functions.
5255         (handle_inferior_event): Also call set_resumed(false) on all
5256         threads implicitly stopped by the event.
5257         (restart_threads, resumed_thread_with_pending_status): New
5258         functions.
5259         (finish_step_over): If we were doing an in-line step-over before,
5260         and no longer are after trying to start a new step-over, restart
5261         all threads.  If we have multiple threads with pending events,
5262         save the current event and go through the event loop again.
5263         (handle_signal_stop): Return early if finish_step_over returns
5264         false.
5265         <random signal>: If we get a signal while stepping over a
5266         breakpoint in-line in non-stop mode, restart all threads.  Clear
5267         step_over_info before delivering the signal.
5268         (keep_going_stepped_thread): Use internal_error instead of
5269         gdb_assert.  Mark the thread as resumed.
5270         (keep_going_pass_signal): Assert the thread isn't already resumed.
5271         If some other thread is doing an in-line step-over, defer the
5272         resume.  If we just started a new in-line step-over, stop all
5273         threads.  Don't clear step_over_info.
5274         (infrun_async_inferior_event_handler): New function.
5275         (_initialize_infrun): Create async event handler with
5276         infrun_async_inferior_event_handler as callback.
5277         (infrun_async): New declaration.
5278         * target.c (target_async): New function.
5279         * target.h (target_async): Declare macro and readd as function
5280         declaration.
5281         * target/waitstatus.h (enum target_stop_reason)
5282         <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
5283         * thread.c (new_thread): Clear the new waitstatus field.
5284         (set_resumed): New function.
5285
5286 2015-08-07  Pedro Alves  <palves@redhat.com>
5287
5288         * infrun.c (keep_going_stepped_thread): New function, factored out
5289         from ...
5290         (switch_back_to_stepped_thread): ... here.
5291
5292 2015-08-07  Pedro Alves  <palves@redhat.com>
5293
5294         * infrun.c (currently_stepping): Extend intro comment.
5295         * target.h (target_resume): Extend intro comment.
5296
5297 2015-08-07  Pedro Alves  <palves@redhat.com>
5298
5299         * infrun.c (switch_back_to_stepped_thread): Use ecs->ptid instead
5300         of inferior_ptid.  If the stepped thread vanished, return 0
5301         instead of resuming here.  Use reset_ecs.  Print the prev_pc and
5302         the current stop_pc in log message.  Clear trap_expected if the
5303         thread advanced.  Don't pass currently_stepping to
5304         do_target_resume.
5305
5306 2015-08-07  Pedro Alves  <palves@redhat.com>
5307
5308         * gdbthread.h (struct thread_info) <prev_pc>: Extend comment.
5309         * infrun.c (struct execution_control_state): Move higher up in the
5310         file.
5311         (reset_ecs): New function.
5312         (start_step_over): Now returns int.  Rewrite to use
5313         keep_going_pass_signal instead of manually starting a displaced step.
5314         (resume): Don't call set_running here.  If displaced stepping
5315         can't start now, clear trap_expected.
5316         (find_thread_needs_step_over): Delete function.
5317         (proceed): Set up finish_thread_state_cleanup.  Call set_running.
5318         If the current thread needs a step over, push it in the step-over
5319         chain.  Don't set insert breakpoints nor call resume directly
5320         here.  Instead rewrite to use start_step_over and
5321         keep_going_pass_signal.
5322         (finish_step_over): New function.
5323         (handle_signal_stop): Call finish_step_over instead of
5324         start_step_over.
5325         (switch_back_to_stepped_thread): If the event thread needs another
5326         step-over do that first.  Use start_step_over.
5327         (keep_going_pass_signal): New function, factored out from ...
5328         (keep_going): ... here.
5329         (_initialize_infrun): Comment moved here.
5330         * thread.c (set_running_thread): New function.
5331         (set_running, finish_thread_state): Use set_running_thread.
5332
5333 2015-08-07  Pedro Alves  <palves@redhat.com>
5334
5335         * gdbthread.h (struct thread_info) <step_over_prev,
5336         step_over_next>: New fields.
5337         (thread_step_over_chain_enqueue, thread_step_over_chain_remove)
5338         (thread_step_over_chain_next, thread_is_in_step_over_chain): New
5339         declarations.
5340         * infrun.c (struct displaced_step_request): Delete.
5341         (struct displaced_step_inferior_state) <step_request_queue>:
5342         Delete field.
5343         (displaced_step_prepare): Assert that trap_expected is set.  Use
5344         thread_step_over_chain_enqueue.  Split starting a new displaced
5345         step to ...
5346         (start_step_over): ... this new function.
5347         (resume): Assert the thread isn't waiting for a step over already.
5348         (proceed): Assert the thread isn't waiting for a step over
5349         already.
5350         (infrun_thread_stop_requested): Adjust to remove threads from the
5351         embedded step-over chain.
5352         (handle_inferior_event) <fork/vfork>: Call start_step_over after
5353         displaced_step_fixup.
5354         (handle_signal_stop): Call start_step_over after
5355         displaced_step_fixup.
5356         * infrun.h (step_over_queue_head): New declaration.
5357         * thread.c (step_over_chain_enqueue, step_over_chain_remove)
5358         (thread_step_over_chain_next, thread_is_in_step_over_chain)
5359         (thread_step_over_chain_enqueue)
5360         (thread_step_over_chain_remove): New functions.
5361         (delete_thread_1): Remove thread from the step-over chain.
5362
5363 2015-08-07  Pedro Alves  <palves@redhat.com>
5364
5365         * infrun.c (thread_still_needs_step_over): Rename to ...
5366         (thread_still_needs_step_over_bp): ... this.
5367         (enum step_over_what): New.
5368         (thread_still_needs_step_over): Reimplement.
5369
5370 2015-08-07  Pedro Alves  <palves@redhat.com>
5371
5372         * remote.c (remote_wait_as): If not waiting for a stop reply,
5373         return TARGET_WAITKIND_NO_RESUMED.  If TARGET_WNOHANG is
5374         requested, don't block waiting forever.
5375
5376 2015-08-07  Pedro Alves  <pedro@codesourcery.com>
5377
5378         * infrun.c (adjust_pc_after_break): Now takes thread_info and
5379         waitstatus pointers instead of an ecs.  Adjust.
5380         (handle_inferior_event): Adjust caller.
5381
5382 2015-08-07  Pedro Alves  <palves@redhat.com>
5383
5384         * infrun.c (handle_inferior_event): If we get
5385         TARGET_WAITKIND_SIGNALLED or TARGET_WAITKIND_EXITED in non-stop
5386         mode, mark all threads of the exiting process as not-executing.
5387         (normal_stop): If we get TARGET_WAITKIND_SIGNALLED or
5388         TARGET_WAITKIND_EXITED in non-stop mode, finish all threads of the
5389         exiting process, if inferior_ptid still points at a process.
5390         * thread.c (struct current_thread_cleanup) <next>: New field.
5391         (current_thread_cleanup_chain): New global.
5392         (restore_current_thread_ptid_changed): New function.
5393         (restore_current_thread_cleanup_dtor): Remove the cleanup from the
5394         current_thread_cleanup_chain list.
5395         (make_cleanup_restore_current_thread): Add the cleanup data to the
5396         current_thread_cleanup_chain list.
5397         (_initialize_thread): Install restore_current_thread_ptid_changed
5398         as thread_ptid_changed observer.
5399
5400 2015-08-07  Joel Brobecker  <brobecker@adacore.com>
5401
5402         * dtrace-probe.c (dtrace_process_dof): Ignore the objfile's DOF
5403         data if a DTRACE_DOF_SECT_TYPE_PROVIDER section is found to be
5404         smaller than expected.
5405
5406 2015-08-07  Andrew Burgess  <andrew.burgess@embecosm.com>
5407
5408         * stack.c (get_frame_language): Moved ...
5409         * frame.c (get_frame_language): ... to here.
5410         * language.h (get_frame_language): Declaration moved to frame.h.
5411         * frame.h: Add language.h include, for language enum.
5412         (get_frame_language): Declaration moved from language.h.
5413         * language.c: Add frame.h include.
5414         * top.c: Add frame.h include.
5415         * symtab.h (struct obj_section): Declare.
5416         (struct cmd_list_element): Declare.
5417
5418 2015-08-07  Andrew Burgess  <andrew.burgess@embecosm.com>
5419
5420         * language.c (show_language_command): Find selected frame before
5421         asking for the language of that frame.
5422         (set_language_command): Likewise.
5423         * language.h (get_frame_language): Add frame parameter.
5424         * stack.c (get_frame_language): Add frame parameter, assert
5425         parameter is not NULL, update comment and reindent.
5426         * top.c (check_frame_language_change): Pass the selected frame
5427         into get_frame_language.
5428
5429 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
5430
5431         * btrace.c (btrace_compute_ftrace_bts): Clear insn flags.
5432         (pt_btrace_insn_flags): New.
5433         (ftrace_add_pt): Call pt_btrace_insn_flags.
5434         * btrace.h (btrace_insn_flag): New.
5435         (btrace_insn) <flags>: New.
5436         * record-btrace.c (btrace_insn_history): Print insn prefix.
5437         * NEWS: Announce it.
5438
5439 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
5440
5441         * configure.ac: Check for PERF_ATTR_SIZE_VER5 in linux/perf_event.h
5442         * configure: Regenerate.
5443
5444 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
5445
5446         * Makefile.in (LIBICONV): Define.
5447         (CLIBS): Add LIBICONV.
5448         * acinclude.m4: Use config/iconv.m4 instead of custom AM_ICONV.
5449         * configure: Regenerate.
5450
5451 2015-08-06  Simon Marchi  <simon.marchi@ericsson.com>
5452             Pedro Alves  <palves@redhat.com>
5453
5454         * arm-tdep.c (set_fp_model_sfunc): Add cast from integer to enum.
5455         (arm_set_abi): Likewise.
5456         * ax-general.c (ax_print): Likewise.
5457         * c-exp.y (exp : string_exp): Likewise.
5458         * compile/compile-loc2c.c (compute_stack_depth_worker): Likewise.
5459         (do_compile_dwarf_expr_to_c): Likewise.
5460         * cp-name-parser.y (demangler_special : DEMANGLER_SPECIAL start):
5461         Likewise.
5462         * dwarf2expr.c (execute_stack_op): Likewise.
5463         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
5464         (disassemble_dwarf_expression): Likewise.
5465         * dwarf2read.c (dwarf2_add_member_fn): Likewise.
5466         (read_array_order): Likewise.
5467         (abbrev_table_read_table): Likewise.
5468         (read_attribute_value): Likewise.
5469         (skip_unknown_opcode): Likewise.
5470         (dwarf_decode_macro_bytes): Likewise.
5471         (dwarf_decode_macros): Likewise.
5472         * eval.c (value_f90_subarray): Likewise.
5473         * guile/scm-param.c (gdbscm_make_parameter): Likewise.
5474         * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
5475         * infrun.c (handle_command): Likewise.
5476         * memory-map.c (memory_map_start_memory): Likewise.
5477         * osabi.c (set_osabi): Likewise.
5478         * parse.c (operator_length_standard): Likewise.
5479         * ppc-linux-tdep.c (ppc_canonicalize_syscall): Likewise, and use
5480         single return point.
5481         * python/py-frame.c (gdbpy_frame_stop_reason_string): Likewise.
5482         * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
5483         (gdbpy_lookup_global_symbol): Likewise.
5484         * record-full.c (record_full_restore): Likewise.
5485         * regcache.c (regcache_register_status): Likewise.
5486         (regcache_raw_read): Likewise.
5487         (regcache_cooked_read): Likewise.
5488         * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
5489         * symtab.c (initialize_ordinary_address_classes): Likewise.
5490         * target-debug.h (target_debug_print_signals): Likewise.
5491         * utils.c (do_restore_current_language): Likewise.
5492
5493 2015-08-06  Clem Dickey  <clemd@acm.org>
5494
5495         PR python/17136
5496         * python/lib/gdb/command/type_printers.py (InfoTypePrinter): Fix typo.
5497
5498 2015-08-06  Simon Marchi  <simon.marchi@ericsson.com>
5499
5500         * complaints.c (enum complaint_series): Add newlines and remove
5501         out of date comment.
5502         (struct complaints) <series>: Change type to enum
5503         complaint_series and remove out of date comment.
5504         (symfile_complaint_hook): Use equivalent enum value
5505         ISOLATED_MESSAGE instead of 0.
5506
5507 2015-08-06  Pedro Alves  <palves@redhat.com>
5508
5509         * nat/linux-waitpid.c (my_waitpid): Only print *status if waitpid
5510         returned > 0.
5511
5512 2015-08-06  Pierre Langlois  <pierre.langlois@arm.com>
5513
5514         * common/agent.c (symbol_list) <required>: Remove.
5515
5516 2015-08-06  Pedro Alves  <palves@redhat.com>
5517
5518         * target/waitstatus.h (enum target_stop_reason)
5519         <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
5520
5521 2015-08-05  Pedro Alves  <palves@redhat.com>
5522             Joel Brobecker  <brobecker@adacore.com>
5523
5524         * breakpoint.c (bpstat_what) <bp_longjmp, bp_longjmp_call_dummy>
5525         <bp_exception, bp_longjmp_resume, bp_exception_resume>: Handle the
5526         case where BS->STOP is not set.
5527
5528 2015-08-05  Ulrich Weigand  <uweigand@de.ibm.com>
5529
5530         * nat/gdb_thread_db.h: Add copyright header.
5531         Protect against multiple inclusion.
5532
5533 2015-08-05  Yao Qi  <yao.qi@linaro.org>
5534
5535         * aarch64-linux-nat.c (get_thread_id): Remove.
5536         (debug_reg_change_callback): Call ptid_get_lwp instead of
5537         get_thread_id.
5538         (fetch_gregs_from_thread): Likewise.
5539         (store_gregs_to_thread): Likewise.
5540         (fetch_fpregs_from_thread): Likewise.
5541         (store_fpregs_to_thread): Likewise.
5542         (aarch64_linux_get_debug_reg_capacity): Likewise.
5543         * arm-linux-nat.c (get_thread_id): Remove.
5544         (GET_THREAD_ID): Update macro to use ptid_get_lwp.
5545         * xtensa-linux-nat.c (get_thread_id): Remove.
5546         (GET_THREAD_ID): Update macro to use ptid_get_lwp.
5547         * arm-linux-nat.c (get_thread_id): Remove.
5548         (GET_THREAD_ID): Remove.
5549         (fetch_fpregs): Call ptid_get_lwp instead of GET_THREAD_ID.
5550         (store_fpregs, fetch_regs, store_regs): Likewise.
5551         (fetch_wmmx_regs, store_wmmx_regs): Likewise.
5552         (fetch_vfp_regs, store_vfp_regs): Likewise.
5553         (arm_linux_read_description): Likewise.
5554         (arm_linux_get_hwbp_cap): Likewise.
5555         * xtensa-linux-nat.c (get_thread_id): Remove.
5556         (GET_THREAD_ID): Remove.
5557         (fetch_gregs, store_gregs): Call ptid_get_lwp instead of
5558         GET_THREAD_ID.
5559
5560 2015-08-04  Ciro Santilli  <ciro.santilli@gmail.com>  (obvious patch)
5561
5562         * python/py-linetable.c: Fix case of Linetable to LineTable
5563         in docstrings and code comments.
5564         * python/py-symtab.c: Same.
5565
5566 2015-08-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
5567
5568         * infcmd.c (signal_command): Call do_cleanups for args_chain.
5569
5570 2015-08-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
5571
5572         PR gdb/18767
5573         * infcmd.c (attach_command): Move ARGS_CHAIN cleanup after last ARGS
5574         use.
5575
5576 2015-08-04  Pedro Alves  <palves@redhat.com>
5577
5578         * nat/gdb_thread_db.h (td_init_ftype, td_ta_new_ftype)
5579         (td_ta_map_lwp2thr_ftype, td_ta_thr_iter_ftype)
5580         (td_ta_event_addr_ftype, td_ta_set_event_ftype)
5581         (td_ta_clear_event_ftype, td_ta_event_getmsg_ftype)
5582         (td_thr_validate_ftype, td_thr_get_info_ftype)
5583         (td_thr_event_enable_ftype, td_thr_tls_get_addr_ftype)
5584         (td_thr_tlsbase_ftype, td_symbol_list_ftype, td_ta_delete_ftype):
5585         New typedefs.
5586         * linux-thread-db.c (struct thread_db_info): Use new typedefs.
5587         (try_thread_db_load_1): Define TDB_VERBOSE_DLSYM, TDB_DLSYM , CHK
5588         local macros and use them instead of verbose_dlsym and dlsym
5589         calls.
5590
5591 2015-08-03  Sandra Loosemore  <sandra@codesourcery.com>
5592
5593         * nios2-tdep.h: Include opcode/nios2.h here.
5594         (NIOS2_CDX_OPCODE_SIZE): New.
5595         (struct gdbarch_tdep): Add OP parameter to syscall_next_pc.
5596         * nios2-tdep.c: Don't include opcode/nios2.h here.
5597         (nios2_fetch_insn): For R2, try reading 2-byte instruction if
5598         4-byte read fails.
5599         (nios2_match_add, nios2_match_sub): Add cases for R2 encodings.
5600         (nios2_match_addi, nios2_match_orhi): Likewise.
5601         (nios2_match_stw, nios2_match_ldw): Likewise.
5602         (nios2_match_rdctl): Likewise.
5603         (nios2_match_stwm, nios2_match_ldwm): New.
5604         (nios2_match_branch): Add cases for R2 encodings.
5605         (nios2_match_jmpi, nios2_match_calli): Likewise.
5606         (nios2_match_jmpr, nios2_match_callr): Likewise.
5607         (nios2_match_break, nios2_match_trap): Likewise.
5608         (nios2_in_epilogue_p): Add R2 support.
5609         (nios2_analyze_prologue): Update comments.  Recognize R2 CDX
5610         prologues.
5611         (nios2_breakpoint_from_pc): Handle R2 instructions.
5612         (nios2_get_next_pc): Likewise.  Adjust call to
5613         tdep->syscall_next_pc.
5614         * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame):
5615         Renamed from nios2_linux_rt_sigreturn_tramp_frame.  Use
5616         instruction field macros instead of literal hex values.
5617         (nios2_r2_linux_rt_sigreturn_tramp_frame): New.
5618         (nios2_linux_syscall_next_pc): Adjust signature to pass OP.
5619         Use size field from OP instead of assuming all instructions
5620         are the same size.
5621         (nios2_linux_init_abi): Register appropriate unwinder for mach.
5622
5623 2015-08-03  Ulrich Weigand  <uweigand@de.ibm.com>
5624
5625         * cp-namespace.c (cp_lookup_symbol_via_imports): Fix uninitialized
5626         variable warning with some compilers.
5627
5628 2015-08-03  Yao Qi  <yao.qi@linaro.org>
5629
5630         * arm-linux-nat.c (arm_linux_get_hwbp_type): Capitalize "type"
5631         in comment.  Replace "rw" with "type".
5632         (arm_linux_remove_watchpoint): Change type of "rw" to
5633         "enum target_hw_bp_type".
5634
5635 2015-08-02  Pierre-Marie de Rodat  <derodat@adacore.com>
5636
5637         * alpha-mdebug-tdep.c (find_proc_desc): Update call to
5638         lookup_symbol.
5639         * ft32-tdep.c (ft32_skip_prologue): Likewise.
5640         * moxie-tdep.c (moxie_skip_prologue): Likewise.
5641         * mt-tdep.c (mt_skip_prologue): Likewise.
5642         * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
5643
5644 2015-08-01  Pierre-Marie de Rodat  <derodat@adacore.com>
5645
5646         * ada-exp.y (write_object_renaming): Replace struct
5647         ada_symbol_info with struct block_symbol.  Update field
5648         references accordingly.
5649         (block_lookup, select_possible_type_sym): Likewise.
5650         (find_primitive_type): Likewise.  Also update call to
5651         ada_lookup_symbol to extract the symbol itself.
5652         (write_var_or_type, write_name_assoc): Likewise.
5653         * ada-lang.h (struct ada_symbol_info): Remove.
5654         (ada_lookup_symbol_list): Replace struct ada_symbol_info with
5655         struct block_symbol.
5656         (ada_lookup_encoded_symbol, user_select_syms): Likewise.
5657         (ada_lookup_symbol): Return struct block_symbol instead of a
5658         mere symbol.
5659         * ada-lang.c (defns_collected): Replace struct ada_symbol_info
5660         with struct block_symbol.
5661         (resolve_subexp, ada_resolve_function, sort_choices,
5662         user_select_syms, is_nonfunction, add_defn_to_vec,
5663         num_defns_collected, defns_collected,
5664         symbols_are_identical_enums, remove_extra_symbols,
5665         remove_irrelevant_renamings, add_lookup_symbol_list_worker,
5666         ada_lookup_symbol_list, ada_iterate_over_symbols,
5667         ada_lookup_encoded_symbol, get_var_value): Likewise.
5668         (ada_lookup_symbol): Return a block_symbol instead of a mere
5669         symbol.  Replace struct ada_symbol_info with struct
5670         block_symbol.
5671         (ada_lookup_symbol_nonlocal): Likewise.
5672         (standard_lookup): Make block passing explicit through
5673         lookup_symbol_in_language.
5674         * ada-tasks.c (get_tcb_types_info): Update the calls to
5675         lookup_symbol_in_language to extract the mere symbol out of the
5676         returned value.
5677         (ada_tasks_inferior_data_sniffer): Likewise.
5678         * ax-gdb.c (gen_static_field): Likewise for the call to
5679         lookup_symbol.
5680         (gen_maybe_namespace_elt): Deal with struct block_symbol from
5681         lookup functions.
5682         (gen_expr): Likewise.
5683         * c-exp.y: Likewise.  Remove uses of block_found.
5684         (lex_one_token, classify_inner_name, c_print_token): Likewise.
5685         (classify_name): Likewise.  Rename the "sym" local variable to
5686         "bsym".
5687         * c-valprint.c (print_unpacked_pointer): Likewise.
5688         * compile/compile-c-symbols.c (convert_symbol_sym): Promote the
5689         "sym" parameter from struct symbol * to struct block_symbol.
5690         Use it to remove uses of block_found.  Deal with struct
5691         block_symbol from lookup functions.
5692         (gcc_convert_symbol): Likewise.  Update the call to
5693         convert_symbol_sym.
5694         * compile/compile-object-load.c (compile_object_load): Deal with
5695         struct block_symbol from lookup functions.
5696         * cp-namespace.c (cp_lookup_nested_symbol_1,
5697         cp_lookup_nested_symbol, cp_lookup_bare_symbol,
5698         cp_search_static_and_baseclasses,
5699         cp_lookup_symbol_in_namespace, cp_lookup_symbol_via_imports,
5700         cp_lookup_symbol_imports_or_template,
5701         cp_lookup_symbol_via_all_imports, cp_lookup_symbol_namespace,
5702         lookup_namespace_scope, cp_lookup_nonlocal,
5703         find_symbol_in_baseclass): Return struct block_symbol instead of
5704         mere symbols and deal with struct block_symbol from lookup
5705         functions.
5706         * cp-support.c (inspect_type, replace_typedefs,
5707         cp_lookup_rtti_type): Deal with struct block_symbol from
5708         lookup functions.
5709         * cp-support.h (cp_lookup_symbol_nonlocal,
5710         cp_lookup_symbol_from_namespace,
5711         cp_lookup_symbol_imports_or_template, cp_lookup_nested_symbol):
5712         Return struct block_symbol instead of mere symbols.
5713         * d-exp.y (d_type_from_name, d_module_from_name, push_variable,
5714         push_module_name):
5715         Deal with struct block_symbol from lookup functions.  Remove
5716         uses of block_found.
5717         * eval.c (evaluate_subexp_standard): Update call to
5718         cp_lookup_symbol_namespace.
5719         * f-exp.y: Deal with struct block_symbol from lookup functions.
5720         Remove uses of block_found.
5721         (yylex): Likewise.
5722         * gdbtypes.c (lookup_typename, lookup_struct, lookup_union,
5723         lookup_enum, lookup_template_type, check_typedef): Deal with
5724         struct block_symbol from lookup functions.
5725         * guile/scm-frame.c (gdbscm_frame_read_var): Likewise.
5726         * guile/scm-symbol.c (gdbscm_lookup_symbol): Likewise.
5727         (gdbscm_lookup_global_symbol): Likewise.
5728         * gnu-v3-abi.c (gnuv3_get_typeid_type): Likewise.
5729         * go-exp.y: Likewise.  Remove uses of block_found.
5730         (package_name_p, classify_packaged_name, classify_name):
5731         Likewise.
5732         * infrun.c (insert_exception_resume_breakpoint): Likewise.
5733         * jv-exp.y (push_variable): Likewise.
5734         * jv-lang.c (java_lookup_class, get_java_object_type): Likewise.
5735         * language.c (language_bool_type): Likewise.
5736         * language.h (struct language_defn): Update
5737         la_lookup_symbol_nonlocal to return a struct block_symbol rather
5738         than a mere symbol.
5739         * linespec.c (find_label_symbols): Deal with struct block_symbol
5740         from lookup functions.
5741         * m2-exp.y: Likewise.  Remove uses of block_found.
5742         (yylex): Likewise.
5743         * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
5744         * objc-lang.c (lookup_struct_typedef, find_imps): Likewise.
5745         * p-exp.y: Likewise.  Remove uses of block_found.
5746         (yylex): Likewise.
5747         * p-valprint.c (pascal_val_print): Likewise.
5748         * parse.c (write_dollar_variable): Likewise.  Remove uses of
5749         block_found.
5750         * parser-defs.h (struct symtoken): Turn the SYM field into a
5751         struct block_symbol.
5752         * printcmd.c (address_info): Deal with struct block_symbol from
5753         lookup functions.
5754         * python/py-frame.c (frapy_read_var): Likewise.
5755         * python/py-symbol.c (gdbpy_lookup_symbol,
5756         gdbpy_lookup_global_symbol): Likewise.
5757         * skip.c (skip_function_command): Likewise.
5758         * solib-darwin.c (darwin_lookup_lib_symbol): Return a struct
5759         block_symbol instead of a mere symbol.
5760         * solib-spu.c (spu_lookup_lib_symbol): Likewise.
5761         * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
5762         * solib.c (solib_global_lookup): Likewise.
5763         * solist.h (solib_global_lookup): Likewise.
5764         (struct target_so_ops): Update lookup_lib_global_symbol to
5765         return a struct block_symbol rather than a mere symbol.
5766         * source.c (select_source_symtab): Deal with struct block_symbol
5767         from lookup functions.
5768         * stack.c (print_frame_args, iterate_over_block_arg_vars):
5769         Likewise.
5770         * symfile.c (set_initial_language): Likewise.
5771         * symtab.c (SYMBOL_LOOKUP_FAILED): Turn into a struct
5772         block_symbol.
5773         (SYMBOL_LOOKUP_FAILED_P): New predicate as a macro.
5774         (struct symbol_cache_slot): Turn the FOUND field into a struct
5775         block_symbol.
5776         (block_found): Remove.
5777         (eq_symbol_entry): Update to deal with struct block_symbol in
5778         cache slots.
5779         (symbol_cache_lookup): Return a struct block_symbol rather than
5780         a mere symbol.
5781         (symbol_cache_mark_found): Add a BLOCK parameter to fill
5782         appropriately the cache slots.  Update callers.
5783         (symbol_cache_dump): Update cache slots handling to the type
5784         change.
5785         (lookup_symbol_in_language, lookup_symbol, lookup_language_this,
5786         lookup_symbol_aux, lookup_local_symbol,
5787         lookup_symbol_in_objfile, lookup_global_symbol_from_objfile,
5788         lookup_symbol_in_objfile_symtabs,
5789         lookup_symbol_in_objfile_from_linkage_name,
5790         lookup_symbol_via_quick_fns, basic_lookup_symbol_nonlocal,
5791         lookup_symbol_in_static_block, lookup_static_symbol,
5792         lookup_global_symbol):
5793         Return a struct block_symbol rather than a mere symbol.  Deal
5794         with struct block_symbol from other lookup functions.  Remove
5795         uses of block_found.
5796         (lookup_symbol_in_block): Remove uses of block_found.
5797         (struct global_sym_lookup_data): Turn the RESULT field into a
5798         struct block_symbol.
5799         (lookup_symbol_global_iterator_cb): Update references to the
5800         RESULT field.
5801         (search_symbols): Deal with struct block_symbol from lookup
5802         functions.
5803         * symtab.h (struct block_symbol): New structure.
5804         (block_found): Remove.
5805         (lookup_symbol_in_language, lookup_symbol,
5806         basic_lookup_symbol_nonlocal, lookup_symbol_in_static_block,
5807         lookup_static_symbol, lookup_global_symbol, lookup_language_this,
5808         lookup_global_symbol_from_objfile): Return a struct block_symbol
5809         rather than just a mere symbol.  Update comments to remove
5810         mentions of block_found.
5811         * valops.c (find_function_in_inferior,
5812         value_struct_elt_for_reference, value_maybe_namespace_elt,
5813         value_of_this):  Deal with struct block_symbol from lookup
5814         functions.
5815         * value.c (value_static_field, value_fn_field): Likewise.
5816
5817 2015-07-31  Simon Marchi  <simon.marchi@ericsson.com>
5818
5819         * remote-m32r-sdi.c (m32r_remove_watchpoint): Use enum type
5820         instead of integer.
5821
5822 2015-07-31  Simon Marchi  <simon.marchi@ericsson.com>
5823             Pedro Alves  <palves@redhat.com>
5824
5825         * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): Use enum
5826         type or value instead of integer.
5827         (aarch64_linux_insert_watchpoint): Likewise.
5828         (aarch64_linux_remove_watchpoint): Likewise.
5829         * ada-lang.c (ada_op_print_tab): Likewise.
5830         * amd64-linux-tdep.c (amd64_canonicalize_syscall): Likewise.
5831         (amd64_linux_syscall_record_common): Likewise.
5832         * arch-utils.c (target_byte_order_user): Likewise.
5833         (default_byte_order): Likewise.
5834         * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Likewise.
5835         (arm_linux_get_hwbp_type): Likewise.
5836         (arm_linux_hw_watchpoint_initialize): Likewise.
5837         (arm_linux_insert_watchpoint): Likewise.
5838         * arm-linux-tdep.c (arm_canonicalize_syscall): Likewise.
5839         (arm_linux_syscall_record): Likewise.
5840         * breakpoint.c (update_watchpoint): Likewise.
5841         (breakpoint_here_p): Likewise.
5842         (bpstat_print): Likewise.
5843         (enable_breakpoint_disp): Likewise.
5844         * c-lang.c (c_op_print_tab): Likewise.
5845         * cli/cli-decode.c (add_info_alias): Likewise.
5846         * d-lang.c (d_op_print_tab): Likewise.
5847         * eval.c (evaluate_subexp_standard): Likewise.
5848         * f-exp.y (dot_ops): Likewise.
5849         (f77_keywords): Likewise.
5850         * f-lang.c (f_op_print_tab): Likewise.
5851         * go-lang.c (go_op_print_tab): Likewise.
5852         * guile/scm-breakpoint.c (gdbscm_make_breakpoint): Likewise.
5853         * guile/scm-cmd.c (gdbscm_make_command): Likewise.
5854         * guile/scm-param.c (gdbscm_make_parameter): Likewise.
5855         * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Likewise.
5856         * guile/scm-string.c (struct scm_to_stringn_data): Likewise.
5857         (struct scm_from_stringn_data): Likewise.
5858         * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
5859         * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
5860         (ia64_linux_remove_watchpoint): Likewise.
5861         (ia64_linux_can_use_hw_breakpoint): Likewise.
5862         * infrun.c (print_stop_event): Likewise.
5863         * jv-lang.c (java_op_print_tab): Likewise.
5864         * linux-nat.c (linux_proc_xfer_partial): Likewise.
5865         * linux-nat.h (struct lwp_info): Likewise.
5866         * linux-thread-db.c (enable_thread_event): Likewise.
5867         * m2-lang.c (m2_op_print_tab): Likewise.
5868         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise.
5869         (mi_cmd_stack_list_variables): Likewise.
5870         * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
5871         * mi/mi-out.c (mi_table_begin): Likewise.
5872         (mi_table_header): Likewise.
5873         * mips-linux-nat.c (mips_linux_can_use_hw_breakpoint): Likewise.
5874         (mips_linux_insert_watchpoint): Likewise.
5875         (mips_linux_remove_watchpoint): Likewise.
5876         * nat/mips-linux-watch.c (mips_linux_watch_type_to_irw): Likewise.
5877         * nat/mips-linux-watch.h (struct mips_watchpoint): Likewise.
5878         (mips_linux_watch_type_to_irw): Likewise.
5879         * nto-procfs.c (procfs_can_use_hw_breakpoint): Likewise.
5880         (procfs_insert_hw_watchpoint): Likewise.
5881         (procfs_remove_hw_watchpoint): Likewise.
5882         (procfs_hw_watchpoint): Likewise.
5883         (procfs_can_use_hw_breakpoint): Likewise.
5884         (procfs_remove_hw_watchpoint): Likewise.
5885         (procfs_insert_hw_watchpoint): Likewise.
5886         * p-lang.c (pascal_op_print_tab): Likewise.
5887         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): Likewise.
5888         * ppc-linux-tdep.c (ppu2spu_unwind_register): Likewise.
5889         * ppc-sysv-tdep.c (get_decimal_float_return_value): Likewise.
5890         * procfs.c (procfs_can_use_hw_breakpoint): Likewise.
5891         (procfs_insert_watchpoint): Likewise.
5892         (procfs_remove_watchpoint): Likewise.
5893         * psymtab.c (recursively_search_psymtabs): Likewise.
5894         * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint): Likewise.
5895         (m32r_insert_watchpoint): Likewise.
5896         * remote-mips.c (mips_can_use_watchpoint): Likewise.
5897         (mips_insert_watchpoint): Likewise.
5898         (mips_remove_watchpoint): Likewise.
5899         * remote.c (watchpoint_to_Z_packet): Likewise.
5900         (remote_insert_watchpoint): Likewise.
5901         (remote_remove_watchpoint): Likewise.
5902         (remote_check_watch_resources): Likewise.
5903         * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
5904         (s390_remove_watchpoint): Likewise.
5905         (s390_can_use_hw_breakpoint): Likewise.
5906         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
5907         * spu-linux-nat.c (spu_can_use_hw_breakpoint): Likewise.
5908         * target.h (struct target_ops): Likewise.
5909         * tilegx-tdep.c (tilegx_analyze_prologue): Likewise.
5910         * ui-out.c (struct ui_out_hdr): Likewise.
5911         (append_header_to_list): Likewise.
5912         (get_next_header): Likewise.
5913         (verify_field): Likewise.
5914         (ui_out_begin): Likewise.
5915         (ui_out_field_int): Likewise.
5916         (ui_out_field_fmt_int): Likewise.
5917         (ui_out_field_skip): Likewise.
5918         (ui_out_field_string): Likewise.
5919         (ui_out_field_fmt): Likewise.
5920         * varobj.c (new_variable): Likewise.
5921         * x86-nat.c (x86_insert_watchpoint): Likewise.
5922         (x86_remove_watchpoint): Likewise.
5923         (x86_can_use_hw_breakpoint): Likewise.
5924         * xtensa-tdep.h (struct gdbarch_tdep): Likewise.
5925         * inflow.c (enum gdb_has_a_terminal_flag_enum): Add name to
5926         previously anonymous enumeration type..
5927         * linux-record.h (enum gdb_syscall): Add gdb_sys_no_syscall
5928         value.
5929         * target-debug.h (target_debug_print_enum_target_hw_bp_type): New.
5930         (target_debug_print_enum_bptype): New.
5931         * target-delegates.c: Regenerate.
5932
5933 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
5934
5935         * nios2-tdep.c (nios2_analyze_prologue): Do what the comment
5936         already says and disallow non-stack memory writes in the prologue.
5937
5938 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
5939
5940         * nios2-tdep.c (nios2_analyze_prologue): Update comments to
5941         reflect how current GCC emits stack overflow checks.  Match
5942         both trap and break instructions for backward compatbility.
5943         Disallow other trap and break instructions in the prologue.
5944
5945 2015-07-30  Pedro Alves  <palves@redhat.com>
5946
5947         PR threads/18600
5948         * linux-nat.c (wait_lwp): Report to the core when thread group
5949         leader exits.
5950
5951 2015-07-30  Pedro Alves  <palves@redhat.com>
5952             Simon Marchi  <simon.marchi@ericsson.com>
5953
5954         PR threads/18600
5955         * linux-nat.c (linux_handle_extended_wait): On CLONE event, always
5956         mark the new thread as resumed.  Remove STOPPING parameter.
5957         (wait_lwp): Adjust call to linux_handle_extended_wait.
5958         (linux_nat_filter_event): Adjust call to
5959         linux_handle_extended_wait.
5960         (resume_stopped_resumed_lwps): Add debug output.
5961
5962 2015-07-30  Pierre Langlois  <pierre.langlois@arm.com>
5963
5964         * arch-utils.c (default_fast_tracepoint_valid_at): Remove unused
5965         isize argument.
5966         * arch-utils.h (default_fast_tracepoint_valid_at): Likewise.
5967         * breakpoint.c (check_fast_tracepoint_sals): Adjust call to
5968         gdbarch_fast_tracepoint_valid_at.
5969         * gdbarch.sh (fast_tracepoint_valid_at): Remove isize argument.
5970         * gdbarch.h: Regenerate.
5971         * gdbarch.c: Regenerate.
5972         * i386-tdep.c (i386_fast_tracepoint_valid_at): Remove isize
5973         argument.  Do not set it.
5974         * remote.c (remote_download_tracepoint): Adjust call to
5975         gdbarch_fast_tracepoint_valid_at.  Call gdb_insn_length to get
5976         the instruction length.
5977
5978 2015-07-30  Yao Qi  <yao.qi@linaro.org>
5979
5980         * arm-tdep.h (enum gdb_regnum): Move it to ...
5981         * arch/arm.h: ... here.  New file.
5982         * Makefile.in (HFILES_NO_SRCDIR): Add arch/arm.h.
5983
5984 2015-07-30  Pierre Langlois  <pierre.langlois@arm.com>
5985
5986         * aarch64-tdep.c (decode_b): Rename link argument to is_bl.
5987         Change its type to int *.
5988         (decode_br): Rename link argument to is_blr.  Change its type to
5989         int *.
5990         (decode_cb): Rename op argument to is_cbnz.  Change its type to
5991         int *.
5992         (decode_tb): Rename op argument to is_tbnz.  Change its type to
5993         int *.  Set is_tbnz to either 1 or 0.
5994         (aarch64_analyze_prologue): Change type of is_link to int.  Add
5995         new variables is_cbnz and is_tbnz.  Adjust call to
5996         aarch64_decode_cb and aarch64_decode_tb.
5997
5998 2015-07-29  Simon Marchi  <simon.marchi@ericsson.com>
5999
6000         * mips-linux-nat.c (write_watchpoint_regs): Add NULL as ptrace's 4th
6001         parameter.
6002         (mips_linux_new_thread): Likewise.
6003         * nat/mips-linux-watch.c (mips_linux_read_watch_registers): Likewise.
6004
6005 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
6006
6007         * top.c: Include "tui/tui.h".
6008         (undo_terminal_modifications_before_exit): New static function.
6009         (quit_force): Use it.
6010
6011 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
6012
6013         * target.c (terminal_state): Initialize to terminal_is_ours.
6014
6015 2015-07-29  Yao Qi  <yao.qi@linaro.org>
6016
6017         PR record/18691
6018         * dcache.c (dcache_read_memory_partial): Call
6019         raw_memory_xfer_partial.
6020         * target.c (raw_memory_xfer_partial): Make it non-static.
6021         * target.h (raw_memory_xfer_partial): Declare.
6022
6023 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
6024
6025         * c-valprint.c (c_val_print_array): Consider addressable memory
6026         unit size.
6027         (c_val_print_ptr): Likewise.
6028         (c_val_print_int): Likewise.
6029         * findvar.c (read_frame_register_value): Likewise.
6030         * valarith.c (find_size_for_pointer_math): Likewise.
6031         (value_ptrdiff): Likewise.
6032         (value_subscripted_rvalue): Likewise.
6033         * valops.c (read_value_memory): Likewise (and rename variables).
6034         (value_assign): Likewise.
6035         (value_repeat): Likewise.
6036         (value_array): Likewise.
6037         (value_slice): Likewise.
6038         * valprint.c (generic_val_print_ptr): Likewise.
6039         (generic_val_print_enum): Likewise.
6040         (generic_val_print_bool): Likewise.
6041         (generic_val_print_int): Likewise.
6042         (generic_val_print_char): Likewise.
6043         (generic_val_print_float): Likewise.
6044         (generic_val_print_decfloat): Likewise.
6045         (generic_val_print_complex): Likewise.
6046         (val_print_scalar_formatted): Likewise.
6047         (val_print_array_elements): Likewise.
6048         * value.c (set_value_parent): Likewise.
6049         (value_contents_copy_raw): Likewise.
6050         (set_internalvar_component): Likewise.
6051         (value_primitive_field): Likewise.
6052         (value_fetch_lazy): Likewise.
6053         * value.h (read_value_memory): Update comment.
6054
6055 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
6056
6057         * value.c (get_value_arch): New function.
6058         * value.h (get_value_arch): New declaration.
6059
6060 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
6061
6062         * value.c (struct value): Update comments.
6063
6064 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
6065
6066         * gdbtypes.c (type_length_units): New function.
6067         * gdbtypes.h (type_length_units): New declaration.
6068         (struct type) <length>: Update comment.
6069
6070 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6071
6072         * valprint.c (generic_val_print): Factor out complex
6073         printing code to ...
6074         (generic_val_print_complex): ... this new function.
6075
6076 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6077
6078         * valprint.c (generic_val_print): Factor out decfloat
6079         printing code to ...
6080         (generic_val_print_decfloat): ... this new function.
6081
6082 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6083
6084         * valprint.c (generic_val_print): Factor out float
6085         printing code to ...
6086         (generic_val_print_float): ... this new function.
6087
6088 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6089
6090         * valprint.c (generic_val_print): Factor out char
6091         printing code to ...
6092         (generic_val_print_char): ... this new function.
6093
6094 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6095
6096         * valprint.c (generic_val_print): Factor out integer
6097         printing code to ...
6098         (generic_val_print_int): ... this new function.
6099
6100 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6101
6102         * valprint.c (generic_val_print): Factor out bool
6103         printing code to ...
6104         (generic_val_print_bool): ... this new function.
6105
6106 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6107
6108         * valprint.c (generic_val_print): Factor out function/method
6109         printing code to ...
6110         (generic_val_print_func): ... this new function.
6111
6112 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6113
6114         * valprint.c (generic_val_print): Factor out flags
6115         printing code to ...
6116         (generic_val_print_flags): ... this new function.
6117
6118 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6119
6120         * valprint.c (generic_val_print): Factor out enum
6121         printing code to ...
6122         (generic_val_print_enum): ... this new function.
6123
6124 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6125
6126         * valprint.c (generic_val_print): Factor out reference
6127         printing code to ...
6128         (generic_val_print_ref): ... this new function.
6129
6130 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6131
6132         * valprint.c (generic_val_print): Factor out memberptr
6133         printing code to ...
6134         (generic_val_print_memberptr): ... this new function.
6135
6136 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6137
6138         * valprint.c (generic_val_print): Factor out pointer
6139         printing code to ...
6140         (generic_val_print_ptr): ... this new function.
6141
6142 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6143
6144         * valprint.c (generic_val_print): Factor out array
6145         printing code to ...
6146         (generic_val_print_array): ... this new function.
6147
6148 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6149
6150         * valprint.c (generic_val_print): Factor out
6151         print_unpacked_pointer code to ...
6152         (print_unpacked_pointer): ... this new function.
6153
6154 2015-07-27  Patrick Palka  <patrick@parcs.ath.cx>
6155
6156         * event-top.c (handle_sigterm): Don't inspect
6157         target_can_async_p.  Always set the quit flag and always mark
6158         the async signal handler.
6159
6160 2015-07-27  Yao Qi  <yao.qi@linaro.org>
6161
6162         * Makefile.in (REMOTE_EXAMPLES): Remove it.
6163
6164 2015-07-25  Kevin Buettner  <kevinb@redhat.com>
6165
6166         * remote.c (read_ptid): Return null_ptid when no thread id
6167         is found.
6168         (remote_current_thread): Add log warning for malformed
6169         qC reply.
6170         (remote_start_remote): Add log warning when current thread
6171         not found.
6172
6173 2015-07-24  Pedro Alves  <palves@redhat.com>
6174
6175         * s390-linux-nat.c (fetch_regs, store_regs, fetch_fpregs)
6176         (s390_stopped_by_watchpoint, s390_prepare_to_resume): Pass 0 as
6177         forth argument to ptrace PTRACE_PEEKUSR_AREA/PTRACE_POKEUSR_AREA.
6178
6179 2015-07-24  Pedro Alves  <palves@redhat.com>
6180
6181         PR gdb/18717
6182         * linux-nat.c (linux_nat_filter_event): Don't assert that the lwp
6183         is resumed, and extend the debug log.
6184
6185 2015-07-24  Pedro Alves  <palves@redhat.com>
6186
6187         * fork-child.c (fork_inferior): Print argv[0] instead of exec_file.
6188
6189 2015-07-24  Pedro Alves  <palves@redhat.com>
6190
6191         * aarch64-linux-nat.c: Include nat/gdb_ptrace.h instead of
6192         sys/ptrace.h.
6193         * alpha-linux-nat.c: Likewise.
6194         * amd64-linux-nat.c: Likewise.
6195         * arm-linux-nat.c: Likewise.
6196         * hppa-linux-nat.c: Likewise.
6197         * i386-linux-nat.c: Likewise.
6198         * ia64-linux-nat.c: Likewise.
6199         * linux-fork.c: Likewise.
6200         * linux-nat.c: Likewise.
6201         * m32r-linux-nat.c: Likewise.
6202         * m68klinux-nat.c: Likewise.
6203         * mips-linux-nat.c: Likewise.
6204         * nat/linux-btrace.c: Likewise.
6205         * nat/linux-ptrace.c: Likewise.
6206         * nat/linux-ptrace.h
6207         * nat/mips-linux-watch.c: Likewise.
6208         * nat/x86-linux-dregs.c: Likewise.
6209         * ppc-linux-nat.c: Likewise.
6210         * s390-linux-nat.c: Likewise.
6211         * spu-linux-nat.c: Likewise.
6212         * tilegx-linux-nat.c: Likewise.
6213         * x86-linux-nat.c: Likewise.
6214         * xtensa-linux-nat.c: Likewise.
6215
6216 2015-07-24  Pedro Alves  <palves@redhat.com>
6217
6218         * ptrace.m4 (ptrace tests): Test in C++ mode.  Try with 'enum
6219         __ptrace_request as first parameter type instead of int.
6220         (PTRACE_TYPE_ARG1): Define.
6221         * nat/gdb_ptrace.h [!PTRACE_TYPE_ARG5] (ptrace): Define as wrapper
6222         that casts first argument to PTRACE_TYPE_ARG1.
6223         * config.in: Regenerate.
6224         * configure: Regenerate.
6225
6226 2015-07-24  Pedro Alves  <palves@redhat.com>
6227
6228         * gdb_ptrace.h: Move ...
6229         * nat/gdb_ptrace.h: ... here.
6230         * inf-ptrace.c: Adjust.
6231
6232 2015-07-24  Pedro Alves  <palves@redhat.com>
6233
6234         * acinclude.m4: Include ptrace.m4.
6235         * configure.ac: Call GDB_AC_PTRACE and move ptrace checks ...
6236         * ptrace.m4: ... to this new file.
6237
6238 2015-07-23  Doug Evans  <dje@google.com>
6239
6240         * dwarf2read.c (dwarf2_per_cu_data): Add comment.
6241         (load_cu): Handle dummy CUs.
6242         (dw2_do_instantiate_symtab, process_queuef): Ditto.
6243         (dwarf2_fetch_die_loc_sect_off, dwarf2_fetch_constant_bytes): Ditto.
6244
6245 2015-07-23  Ciro Santilli  <ciro.santilli@gmail.com>  (tiny patch)
6246
6247         * py-linetable.c (ltpy_get_all_source_lines): Adjust function
6248         documentation to say that it returns a list rather than
6249         a FrozenSet.
6250         (linetable_object_methods): Update the docstring of the
6251         "source_line" entry.
6252
6253 2015-07-23  Pierre-Marie de Rodat  <derodat@adacore.com>
6254
6255         * gdbtypes.c (resolve_dynamic_array): Pass the peeled element
6256         type to the recursive call instead of the original (maybe
6257         TYPE_CODE_TYPEDEF) type.
6258
6259 2015-07-23  Yao Qi  <yao.qi@linaro.org>
6260
6261         * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): If
6262         TYPE is watchpoint, return zero if aarch64_num_wp_regs is zero.
6263         If TYPE is breakpoint, return zero if arch64_num_bp_regs is zero.
6264
6265 2015-07-21  Yao Qi  <yao.qi@linaro.org>
6266
6267         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
6268         Move it to nat/aarch64-linux-hw-point.c.
6269         (aarch64_linux_child_post_startup_inferior): Update.
6270         * nat/aarch64-linux-hw-point.c (aarch64_linux_get_debug_reg_capacity):
6271         New function.
6272         * nat/aarch64-linux-hw-point.h (aarch64_linux_get_debug_reg_capacity):
6273         Declare it.
6274
6275 2015-07-21  Markus Metzger  <markus.t.metzger@intel.com>
6276
6277         * common/btrace-common.c (btrace_data_append): Change case label.
6278
6279 2015-07-20  Yao Qi  <yao.qi@linaro.org>
6280
6281         * nat/aarch64-linux-hw-point.c (aarch64_handle_unaligned_watchpoint):
6282         Re-indent the code.
6283         * nat/aarch64-linux-hw-point.h: Use ULONGEST rather than
6284         "unsigned long long".
6285
6286 2015-07-18  Kevin Buettner  <kevinb@redhat.com>
6287
6288         * dwarf2read.c (dwarf2_locate_sections): Allow has_section_at_zero
6289         to be set for SEC_ALLOC sections too.
6290
6291 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6292
6293         * Makefile.in (HFILES_NO_SRCDIR): Add
6294         nat/aarch64-linux-hw-point.h.
6295         (aarch64-linux-hw-point.o): New rule.
6296         * nat/aarch64-linux-hw-point.h: New file.
6297         * nat/aarch64-linux-hw-point.c: New file.
6298         * aarch64-linux-nat.c: Include nat/aarch64-linux-hw-point.h.
6299         (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
6300         (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
6301         (AARCH64_HWP_ALIGNMENT): Likewise.
6302         (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
6303         (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
6304         (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
6305         (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
6306         (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
6307         (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
6308         (struct aarch64_debug_reg_state): Likewise.
6309         (struct arch_lwp_info): Likewise.
6310         (aarch64_linux_set_debug_regs): Likewise.
6311         (aarch64_notify_debug_reg_change): Remove static.
6312         (aarch64_align_watchpoint): Likewise.
6313         (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
6314         (aarch64_watchpoint_length): Likewise.
6315         (aarch64_point_encode_ctrl_reg): Likewise
6316         (aarch64_point_is_aligned): Likewise.
6317         (aarch64_dr_state_insert_one_point): Likewise.
6318         (aarch64_dr_state_remove_one_point): Likewise.
6319         (aarch64_handle_breakpoint): Likewise.
6320         (aarch64_handle_aligned_watchpoint): Likewise.
6321         (aarch64_handle_unaligned_watchpoint): Likewise.
6322         (aarch64_handle_watchpoint): Likewise.
6323         * config/aarch64/linux.mh (NAT_FILE): Add
6324         aarch64-linux-hw-point.o.
6325
6326 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6327
6328         * aarch64-linux-nat.c (aarch64_handle_breakpoint): Add argument
6329         state and don't call aarch64_get_debug_reg_state.  All callers
6330         update.
6331         (aarch64_linux_insert_hw_breakpoint): Call
6332         aarch64_get_debug_reg_state earlier.
6333         (aarch64_linux_remove_hw_breakpoint): Likewise.
6334         (aarch64_handle_aligned_watchpoint): Add argument state and
6335         don't call aarch64_get_debug_reg_state.  All callers update.
6336         (aarch64_handle_unaligned_watchpoint): Likewise.
6337         (aarch64_handle_watchpoint): Add argument state.
6338         (aarch64_linux_insert_watchpoint): Call aarch64_get_debug_reg_state
6339         earlier.
6340         (aarch64_linux_remove_watchpoint): Likewise.
6341
6342 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6343
6344         * aarch64-linux-nat.c (aarch64_show_debug_reg_state): Use
6345         debug_printf.
6346         (aarch64_handle_unaligned_watchpoint): Likewise.
6347
6348 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6349
6350         * aarch64-linux-nat.c (aarch64_dr_state_insert_one_point): Change
6351         argument type's type to 'enum target_hw_bp_type'.
6352         (aarch64_dr_state_remove_one_point): Likewise.
6353         (aarch64_handle_breakpoint): Likewise.
6354         (aarch64_linux_insert_hw_breakpoint): Likewise.
6355         (aarch64_linux_remove_hw_breakpoint): Likewise.
6356         (aarch64_handle_aligned_watchpoint): Likewise.
6357
6358 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6359
6360         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Call
6361         ptid_get_pid instead of get_thread_id.
6362
6363 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6364
6365         * remote.c (get_current_thread): Initialise ptid to null_ptid.
6366         (add_current_inferior_and_thread): Don't initialise ptid.
6367
6368 2015-07-16  Pierre Langlois  <pierre.langlois@arm.com>
6369
6370         * aarch64-tdep.c (aarch64_pseudo_read_value): Mark S register as
6371         unavailable if invalid.
6372
6373 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6374
6375         Revert the previous 6 commits:
6376         Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
6377         Move gdb_regex* to common/
6378         Prepare linux_find_memory_regions_full & co. for move
6379         Move linux_find_memory_regions_full & co.
6380         gdbserver build-id attribute generator
6381         Validate symbol file using build-id
6382
6383 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6384             Jan Kratochvil  <jan.kratochvil@redhat.com>
6385
6386         Validate symbol file using build-id.
6387         * NEWS (Changes since GDB 7.10): Add 'set validate-build-id'
6388         and 'show validate-build-id'.  Add build-id attribute.
6389         * solib-darwin.c (_initialize_darwin_solib): Assign validate value.
6390         * solib-dsbt.c (_initialize_dsbt_solib): Ditto.
6391         * solib-frv.c (_initialize_frv_solib): Ditto.
6392         * solib-spu.c (set_spu_solib_ops): Ditto.
6393         * solib-svr4.c: Include rsp-low.h.
6394         (NOTE_GNU_BUILD_ID_NAME): New define.
6395         (svr4_validate): New function.
6396         (svr4_copy_library_list): Duplicate field build_id.
6397         (library_list_start_library): Parse 'build-id' attribute.
6398         (svr4_library_attributes): Add 'build-id' attribute.
6399         (_initialize_svr4_solib): Assign validate value.
6400         * solib-target.c (solib.h): Include.
6401         (_initialize_solib_target): Assign validate value.
6402         * solib.c (validate_build_id, show_validate_build_id): New.
6403         (solib_map_sections): Use ops->validate.
6404         (clear_so): Free build_id.
6405         (default_solib_validate): New function.
6406         (_initialize_solib): Add "validate-build-id".
6407         * solib.h (default_solib_validate): New declaration.
6408         * solist.h (struct so_list): New fields 'build_idsz' and 'build_id'.
6409         (target_so_ops): New field 'validate'.
6410
6411 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6412             Jan Kratochvil  <jan.kratochvil@redhat.com>
6413
6414         gdbserver build-id attribute generator.
6415         * features/library-list-svr4.dtd (library-list-svr4): New
6416         'build-id' attribute.
6417
6418 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6419             Jan Kratochvil  <jan.kratochvil@redhat.com>
6420
6421         Move linux_find_memory_regions_full & co.
6422         * linux-tdep.c (nat/linux-maps.h): Include.
6423         (gdb_regex.h): Remove the include.
6424         (enum filterflags, struct smaps_vmflags, read_mapping, decode_vmflags)
6425         (mapping_is_anonymous_p, dump_mapping_p): Moved to nat/linux-maps.c.
6426         (linux_find_memory_region_ftype): Moved typedef to nat/linux-maps.h.
6427         (linux_find_memory_regions_full): Moved definition to nat/linux-maps.c.
6428         * nat/linux-maps.c: Include ctype.h, target/target-utils.h, gdb_regex.h
6429         and target/target.h.
6430         (struct smaps_vmflags, read_mapping, decode_vmflags)
6431         (mapping_is_anonymous_p, dump_mapping_p): Move from linux-tdep.c.
6432         (linux_find_memory_regions_full): Move from linux-tdep.c.
6433         * nat/linux-maps.h (read_mapping): New declaration.
6434         (linux_find_memory_region_ftype, enum filterflags): Moved from
6435         linux-tdep.c.
6436         (linux_find_memory_regions_full): New declaration.
6437         * target.c (target/target-utils.h): Include.
6438         (read_alloc_pread_ftype): Moved typedef to target/target-utils.h.
6439         (read_alloc, read_stralloc_func_ftype, read_stralloc): Moved
6440         definitions to target/target-utils.c.
6441         * target.h (target_fileio_read_stralloc): Move it to target/target.h.
6442         * target/target-utils.c (read_alloc, read_stralloc): Move definitions
6443         from target.c.
6444         * target/target-utils.h (read_alloc_pread_ftype): New typedef.
6445         (read_alloc): New declaration.
6446         (read_stralloc_func_ftype): New typedef.
6447         (read_stralloc): New declaration.
6448         * target/target.h (target_fileio_read_stralloc): Move it from target.h.
6449
6450 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6451             Jan Kratochvil  <jan.kratochvil@redhat.com>
6452
6453         Prepare linux_find_memory_regions_full & co. for move.
6454         * linux-tdep.c (linux_find_memory_region_ftype): Comment.
6455         (linux_find_memory_regions_full): Change signature and prepare
6456         for moving to linux-maps.
6457         (linux_find_memory_regions_data): Rename field 'obfd' to 'data'.
6458         (linux_find_memory_regions_thunk): New.
6459         (linux_find_memory_regions_thunk): Use 'data' field instead of 'obfd'.
6460         (linux_find_memory_regions_gdb): New.
6461         (linux_find_memory_regions): Rename argument 'obfd' to 'func_data'.
6462         (linux_make_mappings_corefile_notes): Use
6463         linux_find_memory_regions_gdb.
6464         * target.c (read_alloc_pread_ftype): New typedef.
6465         (target_fileio_read_alloc_1_pread): New function.
6466         (read_alloc): Refactor from target_fileio_read_alloc_1.
6467         (read_stralloc_func_ftype): New typedef.
6468         (target_fileio_read_alloc_1): New implementation. Use read_alloc.
6469         (read_stralloc): Refactored from target_fileio_read_stralloc.
6470         (target_fileio_read_stralloc): New implementation, use read_stralloc.
6471
6472 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6473
6474         * Makefile.in (HFILES_NO_SRCDIR): Change gdb_regex.h to
6475         common/gdb_regex.h.
6476         (COMMON_OBS): Add gdb_regex.o.
6477         (gdb_regex.o): New.
6478         * common/common.m4 (GDB_AC_COMMON): Add gdb_use_included_regex,
6479         --without-included-regex and USE_INCLUDED_REGEX.
6480         * common/gdb_regex.c: New file from utils.c functions.
6481         * common/gdb_regex.h: Move it here from gdb_regex.h, update include
6482         file wrapping define name.
6483         * configure: Rebuilt.
6484         * configure.ac (gdb_use_included_regex, --without-included-regex)
6485         (USE_INCLUDED_REGEX): Move them to common/common.m4.
6486         * gdb_regex.h: Move it to common/gdb_regex.h.
6487         * utils.c: Remove include gdb_regex.h.
6488         (do_regfree_cleanup, make_regfree_cleanup, get_regcomp_error)
6489         (compile_rx_or_error): Move them to common/gdb_regex.c.
6490
6491 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6492             Jan Kratochvil  <jan.kratochvil@redhat.com>
6493
6494         Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
6495         * Makefile.in (HFILES_NO_SRCDIR); Add nat/linux-maps.h,
6496         common/target-utils.h.
6497         (COMMON_OBS): Add target-utils.o.
6498         (linux-maps.o, target-utils.o): New.
6499         * target/target-utils.c: New file.
6500         * target/target-utils.h: New file.
6501         * config/i386/linux.mh (NATDEPFILES): Add linux-maps.o.
6502         * config/i386/linux64.mh (NATDEPFILES): Ditto.
6503         * nat/linux-maps.c: New file.
6504         * nat/linux-maps.h: New file.
6505
6506 2015-07-15  Markus Metzger  <markus.t.metzger@intel.com>
6507             Pedro Alves <palves@redhat.com>
6508
6509         * nat/linux-btrace.c (perf_event_read): Change the type of DATA_HEAD.
6510         (perf_event_read_all): Change the type of SIZE and DATA_HEAD.
6511         (perf_event_read_bts): Change the type of SIZE and READ.
6512         (linux_enable_bts): Change the type of SIZE, PAGES, DATA_SIZE,
6513         and DATA_OFFSET.  Move DATA_SIZE declaration.  Restrict the buffer size
6514         to UINT_MAX.  Check for overflows when using DATA_HEAD from the perf
6515         mmap page.
6516         (linux_enable_pt): Change the type of PAGES and SIZE.  Restrict the
6517         buffer size to UINT_MAX.
6518         (linux_read_bts): Change the type of BUFFER_SIZE, SIZE, DATA_HEAD, and
6519         DATA_TAIL.
6520         * nat/linux-btrace.h (struct perf_event_buffer)<size, data_head>
6521         <last_head>: Change type.
6522         * common/btrace-common.h (struct btrace_dat_pt) <size>: Change type.
6523         * common/btrace-common.c (btrace_data_append): Change the type of
6524         SIZE.
6525         * btrace.c (parse_xml_raw): Change the type of SIZE.  Change oddness
6526         check.
6527
6528 2015-07-14  Simon Marchi  <simon.marchi@ericsson.com>
6529
6530         * gdbtypes.h (CHECK_TYPEDEF): Remove.
6531         * aarch64-tdep.c (aarch64_return_in_memory): Replace CHECK_TYPEDEF
6532         with check_typedef.
6533         * ada-lang.c (decode_constrained_packed_array_type): Likewise.
6534         (ada_array_length): Likewise.
6535         (find_parallel_type_by_descriptive_type): Likewise.
6536         (ada_check_typedef): Likewise.
6537         * arm-tdep.c (arm_return_in_memory): Likewise.
6538         * ax-gdb.c (gen_trace_static_fields): Likewise.
6539         (gen_struct_ref_recursive): Likewise.
6540         * c-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
6541         (variable: block COLONCOLON name): Likewise.
6542         (qualified_name: TYPENAME COLONCOLON name): Likewise.
6543         * c-lang.c (classify_type): Likewise.
6544         * c-typeprint.c (c_print_type): Likewise.
6545         (c_print_typedef): Likewise.
6546         (c_type_print_base): Likewise.
6547         * c-valprint.c (c_val_print): Likewise.
6548         * compile/compile-c-types.c (convert_type): Likewise.
6549         * compile/compile-object-load.c (get_out_value_type): Likewise.
6550         * completer.c (add_struct_fields): Likewise.
6551         (expression_completer): Likewise.
6552         * cp-namespace.c (cp_find_type_baseclass_by_name): Likewise.
6553         (cp_lookup_nested_symbol_1): Likewise.
6554         (cp_lookup_nested_symbol): Likewise.
6555         * cp-valprint.c (cp_print_value_fields): Likewise.
6556         (cp_print_static_field): Likewise.
6557         * d-valprint.c (d_val_print): Likewise.
6558         * eval.c (evaluate_subexp_standard): Likewise.
6559         (evaluate_subexp_for_sizeof): Likewise.
6560         * f-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
6561         * f-typeprint.c (f_type_print_base): Likewise.
6562         * f-valprint.c (f_val_print): Likewise.
6563         * gdbtypes.c (get_discrete_bounds): Likewise.
6564         (create_array_type_with_stride): Likewise.
6565         (type_name_no_tag_or_error): Likewise.
6566         (lookup_struct_elt_type): Likewise.
6567         (get_unsigned_type_max): Likewise.
6568         (internal_type_vptr_fieldno): Likewise.
6569         (set_type_vptr_fieldno): Likewise.
6570         (internal_type_vptr_basetype): Likewise.
6571         (set_type_vptr_basetype): Likewise.
6572         (get_vptr_fieldno): Likewise.
6573         (is_integral_type): Likewise.
6574         (is_scalar_type): Likewise.
6575         (is_scalar_type_recursive): Likewise.
6576         (distance_to_ancestor): Likewise.
6577         (is_unique_ancestor_worker): Likewise.
6578         (check_types_equal): Likewise.
6579         * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise.
6580
6581 2015-07-14  Iain Buclaw  <ibuclaw@gdcproject.org>
6582
6583         * dwarf2read.c (find_slot_in_mapped_hash): Extend language support to
6584         also test for language_d.
6585         (dwarf2_compute_name): Likewise.
6586         (read_func_scope): Likewise.
6587         (read_structure_type): Likewise.
6588         (new_symbol_full): Likewise.
6589         (determine_prefix): Likewise.
6590         (read_import_statement): Use dot as the separator for language_d.
6591         (typename_concat): Likewise, but don't prefix the D main function.
6592
6593 2015-07-14  Peter Bergner  <bergner@vnet.ibm.com>
6594
6595         * nat/linux-namespaces.c (setns): Rename from this ...
6596         (do_setns): ... to this.  Support calling setns if it exists.
6597         (mnsh_handle_setns): Call do_setns.
6598
6599 2015-07-13  Yao Qi  <yao.qi@linaro.org>
6600
6601         * exec.c (exec_file_attach): Add period at the end of error
6602         message.
6603
6604 2015-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
6605
6606         * tui/tui-win.c (window_name_completer): New function.
6607         (focus_completer): Call window_name_completer.  All old content
6608         moved into window_name_completer.
6609         (winheight_completer): New function.
6610         (_initialize_tui_win): Rename variable.  Add completer to
6611         winheight command.  Update doc string on winheight.
6612
6613 2015-07-12  Sandra Loosemore  <sandra@codesourcery.com>
6614
6615         * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Register
6616         all nios2 mach variants.
6617
6618 2015-07-10  Kevin Buettner  <kevinb@redhat.com>
6619
6620         * rx-tdep.c (rx_get_opcode_byte): Use target_read_code instead
6621         of target_read_memory.
6622
6623 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
6624
6625         * tui/tui-win.c (tui_set_win_height): Use a cleanup to free the
6626         string copy.
6627         (parse_scrolling_args): Likewise.
6628
6629 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
6630
6631         * tui/tui-win.c (focus_completer): Don't duplicate the tui window
6632         names in this function.
6633
6634 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
6635
6636         * tui/tui-data.h (SRC_NAME): Convert to lower case.
6637         (CMD_NAME): Likewise.
6638         (DATA_NAME): Likewise.
6639         (DISASSEM_NAME): Likewise.
6640         * tui/tui-win.c (tui_set_focus): Window names are now lower case.
6641         (tui_set_win_height): Likewise.
6642         (parse_scrolling_args): Likewise.
6643
6644 2015-07-10  Markus Metzger  <markus.t.metzger@intel.com>
6645
6646         * record-btrace.c (record_btrace_goto_begin)
6647         (record_btrace_goto_end, record_btrace_goto): Move call to
6648         print_stack_frame ...
6649         (record_btrace_set_replay): ... here.  Set stop_pc.
6650         * record-full.c (record_full_goto_entry): Set stop_pc.
6651
6652 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6653
6654         * NEWS: Mention support for tracepoints on aarch64-linux.
6655
6656 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6657
6658         * linux-aarch64-low.c (aarch64_supports_tracepoints): New
6659         function.  Return 1.
6660         (the_low_target): Install it.
6661
6662 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6663
6664         * gdb.trace/backtrace.exp: Set registers for aarch64 target.
6665         * gdb.trace/collection.exp: Likewise.
6666         * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6667         * gdb.trace/mi-trace-unavailable.exp: Likewise.
6668         * gdb.trace/report.exp: Likewise.
6669         * gdb.trace/trace-break.exp: Likewise.
6670         * gdb.trace/unavailable.exp: Likewise.
6671         * gdb.trace/while-dyn.exp: Likewise.
6672
6673 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6674
6675         * aarch64-tdep.c: Add ax.h and ax-gdb.h includes.
6676         (aarch64_gen_return_address): New function.
6677         (aarch64_gdbarch_init): Hook it.
6678
6679 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6680
6681         * aarch64-tdep.c (aarch64_make_stub_cache): Set available_p and
6682         swallow NOT_AVAILABLE_ERROR.
6683         (aarch64_stub_this_id): Call frame_id_build_unavailable_stack if
6684         available_p is not set.
6685         (aarch64_stub_frame_unwind_stop_reason): New function.
6686         (aarch64_stub_unwind): Install it.
6687
6688 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6689
6690         * aarch64-tdep.c (aarch64_prologue_cache) <available_p>: New
6691         field.
6692         (aarch64_make_prologue_cache_1): New function, factored out from
6693         aarch64_make_prologue_cache.  Do not allocate cache.  Set
6694         available_p.
6695         (aarch64_make_prologue_cache): Reimplement wrapping
6696         aarch64_make_prologue_cache_1, and swallowing
6697         NOT_AVAILABLE_ERROR.
6698         (aarch64_prologue_frame_unwind_stop_reason): New function.
6699         Return UNWIND_UNAVAILABLE if available_p is not set.
6700         (aarch64_prologue_unwind): Install it.
6701         (aarch64_prologue_this_id): Move prev_pc and prev_sp limit
6702         checks into aarch64_prologue_frame_unwind_stop_reason.  Call
6703         frame_id_build_unavailable_stack if available_p is not set.
6704
6705 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6706
6707         * aarch64-tdep.c (aarch64_prologue_cache) <func, prev_pc>: New
6708         fields.
6709         (aarch64_scan_prologue): Set prev_pc.
6710         (aarch64_make_prologue_cache): Set func.
6711         (aarch64_make_stub_cache): Set prev_pc.
6712         (aarch64_prologue_this_id): Remove local variables id, pc and
6713         func.  Read prev_pc and func from cache.
6714         (aarch64_stub_this_id): Read prev_pc from cache.
6715
6716 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6717
6718         * aarch64-tdep.c (aarch64_make_stub_cache): Update comment.  New
6719         argument this_cache.  Remove unused local variables reg and
6720         unwound_fp.  Return early if this_cache is already set.  Set
6721         this_cache.
6722         (aarch64_stub_this_id): Update call to aarch64_make_stub_cache.
6723
6724 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6725
6726         * aarch64-tdep.c (aarch64_make_prologue_cache): Update comment.
6727         New argument this_cache.  Return early if this_cache is already
6728         set.  Set this_cache.
6729         (aarch64_prologue_this_id): Update call to
6730         aarch64_make_prologue_cache.
6731         (aarch64_prologue_prev_register): Likewise.
6732         (aarch64_normal_frame_base): Likewise.
6733
6734 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6735
6736         * c-valprint.c (c_val_print): Factor out memberptr printing code
6737         from c_val_print to ...
6738         (c_val_print_memberptr): ... this new function.
6739
6740 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6741
6742         * c-valprint.c (c_val_print): Factor out int printing code to ...
6743         (c_val_print_int): ... this new function.
6744
6745 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6746
6747         * c-valprint.c (c_val_print): Factor out struct and union
6748         printing code to ...
6749         (c_val_print_struct): ... this new function ...
6750         (c_val_print_union): ... and this new function.
6751
6752 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6753
6754         * c-valprint.c (c_val_print): Factor out pointer printing code
6755         to ...
6756         (c_val_print_ptr): ... this new function.
6757
6758 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6759
6760         * c-valprint.c (c_valprint): Factor our array printing code from
6761         c_val_print to ...
6762         (c_val_print_array): ... this new function.
6763
6764 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6765
6766         * c-valprint.c (c_val_print): Factor out pointer printing code
6767         to ...
6768         (print_unpacked_pointer): ... this new function.
6769
6770 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6771
6772         * c-valprint.c (c_val_print): Remove an assignment to i and move
6773         its declaration.
6774
6775 2015-07-09  Yao Qi  <yao.qi@linaro.org>
6776
6777         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Add
6778         argument ptid.  Update comments.  Caller update.
6779
6780 2015-07-09  Markus Metzger  <markus.t.metzger@intel.com>
6781
6782         * btrace.c (pt_print_packet): Print stop, vmcs, tma, mtc, cyc, and
6783         mnt packets.
6784
6785 2015-07-09  Markus Metzger  <markus.t.metzger@intel.com>
6786
6787         * btrace.c (btrace_pt_readmem_callback): Change type of PC argument.
6788
6789 2015-07-08  Simon Marchi  <simon.marchi@ericsson.com>
6790
6791         * progspace.c (delete_program_space): Add missing spaces.
6792
6793 2015-07-08  Simon Marchi  <simon.marchi@ericsson.com>
6794
6795         * inferior.c (delete_inferior_1): Rename to ...
6796         (delete_inferior): ..., remove 'silent' parameter, delete
6797         program space when unused and remove call to prune_program_spaces.
6798         Remove the old, unused, delete_inferior.
6799         (delete_inferior_silent): Remove.
6800         (prune_inferiors): Change call from delete_inferior_1 to
6801         delete_inferior and remove 'silent' parameter. Remove call to
6802         prune_program_spaces.
6803         (remove_inferior_command): Idem.
6804         * inferior.h (delete_inferior_1): Rename to...
6805         (delete_inferior): ..., remove 'silent' parameter and remove the
6806         original delete_inferior.
6807         (delete_inferior_silent): Remove.
6808         * mi/mi-main.c (mi_cmd_remove_inferior): Change call from
6809         delete_inferior_1 to delete_inferior and remove 'silent'
6810         parameter.
6811         * progspace.c (prune_program_spaces): Remove.
6812         (pspace_empty_p): Rename to...
6813         (program_space_empty_p): ... and make non-static.
6814         (delete_program_space): New.
6815         * progspace.h (prune_program_spaces): Remove declaration.
6816         (program_space_empty_p): New declaration.
6817         (delete_program_space): New declaration.
6818         * monitor.c (monitor_close): Replace call to
6819         delete_thread_silent and delete_inferior_silent with
6820         discard_all_inferiors.
6821
6822 2015-07-08  Patrick Palka  <patrick@parcs.ath.cx>
6823
6824         * defs.h (deprecated_register_changed_hook): Remove prototype.
6825         * interps.c (clear_iterpreter_hooks): Remove reference to
6826         deprecated_register_changed_hook.
6827         * top.c (deprecated_register_changed_hook): Remove prototype.
6828         * valops.c (value_assign): Remove reference to
6829         deprecated_register_changed_hook.
6830         * tui/tui-hooks.c (tui_register_changed): Add parameter "frame".
6831         Add comment documenting the function.
6832         (tui_register_changed_observer): Define.
6833         (tui_install_hooks): Remove reference to
6834         deprecated_register_changed_hook.  Set
6835         tui_register_changed_observer.
6836         (tui_remove_hooks): Remove reference to
6837         deprecated_register_changed_hook.  Unset
6838         tui_register_changed_observer.
6839
6840 2015-07-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
6841
6842         PR compile/18484
6843         * compile/compile-c-types.c (insert_type): Change gdb_assert to error.
6844
6845 2015-07-08  Robert O'Callahan  <robert@ocallahan.org>
6846
6847         PR exp/18617
6848         * ax-gdb.c (gen_conversion): Extend to 'to' bits, not 'from'.
6849
6850 2015-07-08  Markus Metzger  <markus.t.metzger@intel.com>
6851
6852         * MAINTAINERS (Write After Approval): Add Markus T. Metzger.
6853
6854 2015-07-08  Markus Metzger  <markus.t.metzger@intel.com>
6855
6856         * nat/linux-btrace.c (kernel_supports_bts, kernel_supports_pt):
6857         Use safe_strerror() instead of strerror().
6858
6859 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6860
6861         * features/arm-with-m-fpa-layout.xml: Set architecture to arm.
6862         * features/arm-with-m-fpa-layout.c: Regenerated.
6863         * features/arm-with-m-vfp-d16.xml: Likewise.
6864         * features/arm-with-m-vfp-d16.c: Regenerated.
6865         * features/arm-with-m.xml: Likewise.
6866         * features/arm-with-m.c: Regenerated.
6867         * features/arm-with-neon.xml: Likewise.
6868         * features/arm-with-neon.c: Regenerated.
6869         * features/arm-with-vfpv2.xml: Likewise.
6870         * features/arm-with-vfpv2.c: Regenerated.
6871         * features/arm-with-vfpv3.xml: Likewise.
6872         * features/arm-with-vfpv3.c: Regenerated.
6873
6874 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6875
6876         * aarch32-linux-nat.h (VFP_REGS_SIZE): New macro, moved from
6877         arm-linux-nat.c.
6878         * aarch64-linux-nat.c: Include aarch32-linux-nat.h and
6879         elf/external.h.
6880         (fetch_gregs_from_thread): Call aarch32_gp_regcache_supply
6881         if target is 32-bit.
6882         (store_gregs_to_thread): Call aarch32_gp_regcache_collect
6883         if target is 32-bit.
6884         (fetch_fpregs_from_thread): Call aarch32_vfp_regcache_supply
6885         if target is 32-bit.
6886         (store_fpregs_to_thread): Call aarch32_vfp_regcache_collect
6887         if target is 32-bit.
6888         (tdesc_arm_with_vfpv3, tdesc_arm_with_neon): Declare.
6889         (aarch64_linux_read_description): Return the right target
6890         description.
6891         * arm-linux-nat.c (VFP_REGS_SIZE): Moved to aarch32-linux-nat.h.
6892         * config/aarch64/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
6893         * configure.tgt (aarch64*-*-linux*): Add arm-tdep.o and
6894         arm-linux-tdep.o.
6895
6896 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6897
6898         * aarch32-linux-nat.c: New file.
6899         * aarch32-linux-nat.h: New file.
6900         * arm-linux-nat.c: Include aarch32-linux-nat.h.
6901         (fetch_regs): Move code to aarch32-linux-nat.c.  Call
6902         aarch32_gp_regcache_supply.
6903         (store_regs): Move code to aarch32-linux-nat.c.  Call
6904         aarch32_gp_regcache_collect.
6905         (fetch_vfp_regs): Move code to aarch32-linux-nat.c.  Call
6906         aarch32_vfp_regcache_supply.
6907         (store_vfp_regs): Move code to aarch32-linux-nat.c.  Call
6908         aarch32_vfp_regcache_collect.
6909         * config/arm/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
6910
6911 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6912
6913         * arm-linux-nat.c (store_fpregister): Remove.
6914         (store_register): Likewise.
6915         (fetch_fpregister): Likewise.
6916         (fetch_register): Likewise.
6917         (arm_linux_store_inferior_registers): Call store_regs and
6918         store_fpregs instead.
6919         (arm_linux_fetch_inferior_registers): Call fetch_fpregs and
6920         fetch_regs instead.
6921
6922 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
6923
6924         * doc/gdb.texinfo (TUI): Restructure documentation on TUI layout
6925         and focus commands.
6926
6927 2015-07-06  Joel Brobecker  <brobecker@adacore.com>
6928
6929         * NEWS: Create a new section for the next release branch.
6930         Rename the section of the current branch, now that it has
6931         been cut.
6932
6933 2015-07-06  Joel Brobecker  <brobecker@adacore.com>
6934
6935         GDB 7.10 branch created (66c4b3e8a628a207bc6aafef6af0c4128195f56e):
6936         * version.in: Bump version to 7.10.50.DATE-cvs.
6937
6938 2015-07-06  Luis Machado  <lgustavo@codesourcery.com>
6939
6940         * breakpoint.c (remove_breakpoint_1): Don't handle permanent
6941         breakpoints in a special way.
6942         (remove_breakpoint): Likewise.
6943         (mark_breakpoints_out): Likewise.
6944
6945 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
6946
6947         * doc/gdb.texinfo (TUI): Add comma after @xref.
6948
6949 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
6950
6951         * tui/tui-win.c (tui_set_focus): Use structure member 'generic'
6952         instead of casting the structure type.
6953
6954 2015-07-06  Simon Marchi  <simon.marchi@ericsson.com>
6955
6956         * valops.c (search_struct_field): Remove OFFSET parameter.
6957         (value_cast_structs): Adjust calls to search_struct_field.
6958         (value_struct_elt): Same.
6959         (find_overload_match): Same.
6960
6961 2015-07-06  Simon Marchi  <simon.marchi@ericsson.com>
6962
6963         * value.c (value_fetch_lazy): Update comment, change return
6964         value to void.
6965         * value.h (value_fetch_lazy): Change return value to void.
6966
6967 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
6968
6969         * tui/tui-data.c (tui_partial_win_by_name): Window name is const.
6970         (tui_win_name): Make parameter and result const.
6971         * tui/tui-data.h (tui_win_name): Make parameter and result const.
6972
6973 2015-07-06  Patrick Palka  <patrick@parcs.ath.cx>
6974
6975         * i386-tdep.c (i386_mpx_info_bounds): Don't call error, instead
6976         use printf_unfiltered.
6977         (set_mpx_cmd): Add missing trailing space to command string
6978         literal.
6979         (_initialize_i386_tdep): Give the "mpx" prefix command its
6980         correct name.
6981
6982 2015-07-02  Kevin Buettner  <kevinb@redhat.com>
6983
6984         * rx-tdep.c (RX_USP_REGNUM, RX_BPC_REGNUM): New constants.
6985         (enum rx_frame_type): New.
6986         (struct rx_prologue): Add new field `frame_type'.
6987         (rx_analyze_prologue): Add `frame_type' parameter. Cache this
6988         parameter in the prologue struct.  Add code for recording
6989         locations of PC and PSW for fast interrupt and exception frames.
6990         (rx_skip_prologue): Adjust call to rx_analyze_prologue.
6991         (rx_analyze_frame_prologue): Add `frame_type' parameter.
6992         (rx_frame_type): New function.
6993         (rx_frame_base): Fetch frame type and pass it to rx_analyze_prologue.
6994         (rx_frame_this_id): Rename parameter `this_prologue_cache' to
6995         `this_cache'.
6996         (rx_frame_prev_register): Rename parameter `this_prologue_cache' to
6997         `this_cache'.  Add cases for RX_FRAME_TYPE_EXCEPTION and
6998         RX_FRAME_TYPE_FAST_INTERRUPT.
6999         (normal_frame_p, exception_frame_p, rx_frame_sniffer_common)
7000         (rx_frame_sniffer, rx_exception_sniffer): New functions.
7001         (rx_frame_unwind): Use rx_frame_sniffer instead of
7002         default_frame_sniffer.
7003         (rx_frame_unwind): New unwinder.
7004         (rx_gdbarch_init): Register new unwinder.
7005
7006 2015-07-02  Kevin Buettner  <kevinb@redhat.com>
7007
7008         * rx-tdep.c (RX_BPSW_REGNUM, RX_FPSW_REGNUM): New constants.
7009         (struct gdbarch_tdep): Add fields rx_psw_type and rx_fpsw_type.
7010         (rx_register_type): Add cases for RX_PSW_REGNUM, RX_BPSW_REGNUM,
7011         and RX_FPSW_REGNUM.
7012         (rx_gdbarch_init): Initialize PSW, BPSW, and FPSW flags types.
7013
7014 2015-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7015
7016         Fix GCC false warning.
7017         * s390-linux-tdep.c (s390_handle_arg): Initialize VAL.
7018
7019 2015-07-02  Yao Qi  <yao.qi@linaro.org>
7020
7021         * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Fix
7022         typo in the debugging message.
7023
7024 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
7025
7026         * btrace.c: Include gdbcmd.h, cli/cli-utils.h, and ctype.h.
7027         (maint_btrace_cmdlist, maint_btrace_set_cmdlist)
7028         (maint_btrace_show_cmdlist, maint_btrace_pt_set_cmdlist)
7029         (maint_btrace_pt_show_cmdlist, maint_btrace_pt_skip_pad)
7030         (btrace_maint_clear): New.
7031         (btrace_fetch, btrace_clear): Call btrace_maint_clear.
7032         (pt_print_packet, btrace_maint_decode_pt)
7033         (btrace_maint_update_pt_packets, btrace_maint_update_packets)
7034         (btrace_maint_print_packets, get_uint, get_context_size, no_chunk)
7035         (maint_btrace_packet_history_cmd)
7036         (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
7037         (maint_btrace_cmd, maint_btrace_set_cmd, maint_btrace_show_cmd)
7038         (maint_btrace_pt_set_cmd, maint_btrace_pt_show_cmd)
7039         (maint_info_btrace_cmd, _initialize_btrace): New.
7040         * btrace.h (btrace_pt_packet, btrace_pt_packet_s)
7041         (btrace_maint_packet_history, btrace_maint_info): New.
7042         (btrace_thread_info) <maint>: New.
7043         * NEWS: Announce it.
7044
7045 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
7046
7047         * btrace.c (btrace_fetch): Append the new trace data.
7048         (btrace_clear): Clear the stored trace data.
7049         * btrace.h (btrace_thread_info) <data>: New.
7050         * common/btrace-common.h (btrace_data_clear)
7051         (btrace_data_append): New.
7052         * common/btrace-common.c (btrace_data_clear)
7053         (btrace_data_append): New.
7054
7055 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
7056
7057         * nat/linux-btrace.c (linux_enable_bts): Check for
7058         PERF_ATTR_SIZE_VER5.
7059         Check for data_offset and data_size fields.  Use them.
7060
7061 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
7062
7063         * NEWS: Announce new commands "record btrace pt" and "record pt".
7064         Announce new options "set|show record btrace pt buffer-size".
7065         * btrace.c: Include "rsp-low.h".
7066         Include "inttypes.h".
7067         (btrace_add_pc): Add forward declaration.
7068         (pt_reclassify_insn, ftrace_add_pt, btrace_pt_readmem_callback)
7069         (pt_translate_cpu_vendor, btrace_finalize_ftrace_pt)
7070         (btrace_compute_ftrace_pt): New.
7071         (btrace_compute_ftrace): Support BTRACE_FORMAT_PT.
7072         (check_xml_btrace_version): Update version check.
7073         (parse_xml_raw, parse_xml_btrace_pt_config_cpu)
7074         (parse_xml_btrace_pt_raw, parse_xml_btrace_pt)
7075         (btrace_pt_config_cpu_attributes, btrace_pt_config_children)
7076         (btrace_pt_children): New.
7077         (btrace_children): Add support for "pt".
7078         (parse_xml_btrace_conf_pt, btrace_conf_pt_attributes): New.
7079         (btrace_conf_children): Add support for "pt".
7080         * btrace.h: Include "intel-pt.h".
7081         (btrace_pt_error): New.
7082         * common/btrace-common.c (btrace_format_string, btrace_data_fini)
7083         (btrace_data_empty): Support BTRACE_FORMAT_PT.
7084         * common/btrace-common.h (btrace_format): Add BTRACE_FORMAT_PT.
7085         (struct btrace_config_pt): New.
7086         (struct btrace_config)<pt>: New.
7087         (struct btrace_data_pt_config, struct btrace_data_pt): New.
7088         (struct btrace_data)<pt>: New.
7089         * features/btrace-conf.dtd (btrace-conf)<pt>: New.
7090         (pt): New.
7091         * features/btrace.dtd (btrace)<pt>: New.
7092         (pt, pt-config, cpu): New.
7093         * nat/linux-btrace.c (perf_event_read, perf_event_read_all)
7094         (perf_event_pt_event_type, kernel_supports_pt)
7095         (linux_supports_pt): New.
7096         (linux_supports_btrace): Support BTRACE_FORMAT_PT.
7097         (linux_enable_bts): Free tinfo on error.
7098         (linux_enable_pt): New.
7099         (linux_enable_btrace): Support BTRACE_FORMAT_PT.
7100         (linux_disable_pt): New.
7101         (linux_disable_btrace): Support BTRACE_FORMAT_PT.
7102         (linux_fill_btrace_pt_config, linux_read_pt): New.
7103         (linux_read_btrace): Support BTRACE_FORMAT_PT.
7104         * nat/linux-btrace.h (struct btrace_tinfo_pt): New.
7105         (struct btrace_target_info)<pt>: New.
7106         * record-btrace.c (set_record_btrace_pt_cmdlist)
7107         (show_record_btrace_pt_cmdlist): New.
7108         (record_btrace_print_pt_conf): New.
7109         (record_btrace_print_conf): Support BTRACE_FORMAT_PT.
7110         (btrace_ui_out_decode_error): Support BTRACE_FORMAT_PT.
7111         (cmd_record_btrace_pt_start): New.
7112         (cmd_record_btrace_start): Support BTRACE_FORMAT_PT.
7113         (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): New.
7114         (_initialize_record_btrace): Add new commands.
7115         * remote.c (PACKET_Qbtrace_pt, PACKET_Qbtrace_conf_pt_size): New.
7116         (remote_protocol_features): Add "Qbtrace:pt".
7117         Add "Qbtrace-conf:pt:size".
7118         (remote_supports_btrace): Support BTRACE_FORMAT_PT.
7119         (btrace_sync_conf): Support PACKET_Qbtrace_conf_pt_size.
7120         (remote_enable_btrace): Support BTRACE_FORMAT_PT.
7121         (_initialize_remote): Add new commands.
7122
7123 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
7124
7125         * configure.ac: check for libipt
7126         * configure: Regenerate.
7127         * config.in: Regenerate.
7128         * Makefile.in (LIBIPT): New.
7129         (CLIBS): Add $LIBIPT.
7130         * NEWS: document new configure options
7131
7132 2015-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7133
7134         * compile/compile-object-load.c (compile_object_load): Replace debug
7135         message "lookup undefined ELF symbol" by 3 more specific messages.
7136
7137 2015-07-01  Kevin Buettner  <kevinb@redhat.com>
7138
7139         * rl78-tdep.c (struct gdbarch_tdep): Add new field, rl78_psw_type.
7140         (rl78_register_type): Add case for RL78_PSW_REGNUM.
7141         (rl78_gdbarch_init): Initialize rl78_psw_type.
7142
7143 2015-07-01  Patrick Palka  <patrick@parcs.ath.cx>
7144
7145         * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
7146         Update commentary.  Always refresh the registers when frame
7147         information has changed.
7148         * tui/tui-stack.c (tui_show_frame_info): Update commentary.
7149         Change return type to int.  Return 1 if frame information has
7150         changed, 0 otherwise.
7151         (tui_before_prompt): Update commentary.
7152         * tui/tui-stack.h (tui_show_frame_info): Change return type to
7153         int.
7154
7155 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
7156
7157         PR tui/13378
7158         * frame.c (select_frame): Remove reference to
7159         deprecated_selected_frame_level_changed_hook.
7160         * frame.h (deprecated_selected_frame_level_changed_hook): Remove
7161         declaration.
7162         * stack.c (deprecated_selected_frame_level_changed_hook):
7163         Likewise.
7164         * tui/tui-hooks.c (tui_selected_frame_level_changed_hook):
7165         Rename to ...
7166         (tui_refresh_frame_and_register_information): ... this.  Bail
7167         out if there is no stack.  Don't update register information
7168         unless registers_too_p is true.
7169         (tui_print_frame_info_listing_hook): Rename to ...
7170         (tui_dummy_print_frame_info_listing_hook): ... this.
7171         (tui_before_prompt): New function.
7172         (tui_normal_stop): New function.
7173         (tui_before_prompt_observer): New observer.
7174         (tui_normal_stop_observer): New observer.
7175         (tui_install_hooks): Set
7176         deprecated_print_frame_info_listing_hook to
7177         tui_dummy_print_frame_info_listing_hook.  Register
7178         tui_before_prompt_observer to call tui_before_prompt and
7179         tui_normal_stop_observer to call tui_normal_stop.  Remove
7180         reference to deprecated_selected_frame_level_changed_hook.
7181         (tui_remove_hooks): Detach and unset tui_before_prompt_observer
7182         and tui_normal_stop_observer.  Remove reference to
7183         deprecated_selected_frame_level_changed_hook.
7184
7185 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
7186
7187         PR tui/13378
7188         * tui/tui-stack.c (tui_set_locator_info): Change prototype to
7189         return an int instead of void.  Return whether the locator
7190         window has changed.
7191         (tui_show_frame_info): If the locator info has not changed, then
7192         bail out early to avoid refreshing the windows.
7193
7194 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
7195
7196         * tui/tui-stack.c (tui_set_locator_info): Explicitly pass
7197         LOCATOR_WIN to tui_alloc_content.
7198
7199 2015-06-30  Yao Qi  <yao.qi@linaro.org>
7200
7201         PR tdep/18605
7202         * arm-tdep.c (arm_get_next_pc_raw): Break for media
7203         instructions.
7204
7205 2015-06-29  Kevin Buettner  <kevinb@redhat.com>
7206
7207         * rx-tdep.c (RX_PSW_REGNUM): New enum constant.
7208         (rx_dwarf_reg_to_regnum): New function.
7209         (rx_gdbarch_init): Register rx_dwarf_reg_to_regnum.  Use dwarf2
7210         unwinding.
7211
7212 2015-06-29  Pedro Alves  <palves@redhat.com>
7213
7214         PR threads/18127
7215         * infcall.c (run_inferior_call): On infcall success, if the thread
7216         was marked stopped before, reset it back to stopped.
7217         * infrun.c (resume): Don't suppress the set_running calls when
7218         doing an infcall.
7219         (normal_stop): Only discard the finish_thread_state cleanup if the
7220         infcall succeeded.
7221
7222 2015-06-29  Pierre Langlois  <pierre.langlois@arm.com>
7223
7224         * MAINTAINERS (Write After Approval): Update my email address.
7225
7226 2015-06-26  Keith Seitz  <keiths@redhat.com>
7227             Doug Evans  <dje@google.com>
7228
7229         PR 16253
7230         * block.c (block_lookup_symbol): For non-function blocks,
7231         continue to search for a symbol with an exact domain match
7232         Otherwise, return any previously found "best domain" symbol.
7233         (block_lookup_symbol_primary): Likewise.
7234
7235 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
7236
7237         * NEWS: Mention the new option "history remove-duplicates".
7238         * top.c (history_remove_duplicates): New static variable.
7239         (show_history_remove_duplicates): New static function.
7240         (gdb_add_history): Conditionally remove duplicate history
7241         entries.
7242         (init_main): Add "history remove-duplicates" option.
7243
7244 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
7245
7246         * tui/tui-win.c (focus_completer): New static function.
7247         (_initialize_tui_win): Set the completion function of the
7248         "focus" command to focus_completer.
7249
7250 2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
7251
7252         * linespec.c (minsym_found): Reset sal.PC for COMPUNIT_LOCATIONS_VALID
7253         and language_asm..
7254         * symtab.c (find_function_start_sal): Likewise.
7255
7256 2015-06-25  Gary Benson  <gbenson@redhat.com>
7257
7258         * solib.c (solib_find_1): Set local variable sysroot to NULL if
7259         it is the empty string after trailing slashes have been stripped.
7260
7261 2015-06-25  Gary Benson  <gbenson@redhat.com>
7262
7263         * exec.c (exec_file_locate_attach): Remove gdb_sysroot NULL check.
7264         * infrun.c (follow_exec): Likewise.
7265         * remote.c (remote_filesystem_is_local): Likewise.
7266         * solib.c (solib_find_1): Likewise.
7267
7268 2015-06-24  Keith Seitz  <keiths@redhat.com>
7269
7270         * build-id.c (build_id_to_debug_bfd): Add cleanup to free
7271         return value from lrealpath.
7272
7273 2015-06-24  Mike Frysinger  <vapier@gentoo.org>
7274
7275         * remote-sim.c (gdbsim_open): Move sysroot update to the top.
7276
7277 2015-06-24  Mike Frysinger  <vapier@gentoo.org>
7278
7279         * remote-sim.c: Include gdb_bfd.h.
7280         (gdbsim_open): Declare new local sysroot pointing to gdb_sysroot.
7281         Skip TARGET_SYSROOT_PREFIX in gdb_sysroot when it is active.
7282
7283 2015-06-24  Yao Qi  <yao.qi@linaro.org>
7284
7285         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't call
7286         set_gdbarch_get_siginfo_type.
7287         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
7288         * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
7289         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
7290         * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
7291         * ppc-linux-tdep.c (ppc_linux_init_abi): Likewise.
7292         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
7293         * tilegx-linux-tdep.c (tilegx_linux_init_abi): Likewise.
7294         * linux-tdep.c (linux_get_siginfo_type): Change it to static.
7295         (linux_init_abi): Call set_gdbarch_get_siginfo_type.
7296         * linux-tdep.h (linux_get_siginfo_type): Remove the declaration.
7297
7298 2015-06-24  Gary Benson  <gbenson@redhat.com>
7299
7300         * common/buffer.c (stdint.h): Do not include.
7301         * common/print-utils.c (stdint.h): Likewise.
7302         * compile/compile-c-symbols.c (gdb_assert.h): Likewise.
7303         * compile/compile-c-types.c (gdb_assert.h): Likewise.
7304         * ft32-tdep.c (gdb_assert.h): Likewise.
7305         * guile/scm-utils.c (stdint.h): Likewise.
7306         * i386-linux-tdep.c (stdint.h): Likewise.
7307         * i386-tdep.c (stdint.h): Likewise.
7308         * nat/linux-btrace.c (stdint.h): Likewise.
7309         * nat/linux-btrace.h (stdint.h): Likewise.
7310         * nat/linux-ptrace.c (stdint.h): Likewise.
7311         * nat/mips-linux-watch.h (stdint.h): Likewise.
7312         * ppc-linux-nat.c (stdint.h): Likewise.
7313         * python/python-internal.h (stdint.h): Likewise.
7314         * stub-termcap.c (stdlib.h): Likewise.
7315         * target/target.h (stdint.h): Likewise.
7316         * xtensa-linux-nat.c (stdint.h): Likewise.
7317
7318 2015-06-23  Patrick Palka  <patrick@parcs.ath.cx>
7319
7320         * top.c (init_history): Look at errno after calling strtol to
7321         properly map large GDBHISTSIZE values to infinity.
7322
7323 2015-06-23  Doug Evans  <dje@google.com>
7324
7325         * inferior.h (struct inferior_suspend_state): Delete, unused.
7326         All references deleted.
7327
7328 2015-06-23  Mike Frysinger  <vapier@gentoo.org>
7329
7330         * microblaze-tdep.c (microblaze_push_dummy_code): Delete.
7331         (microblaze_push_dummy_call): Likewise.
7332         (microblaze_gdbarch_init): Delete calls to set_gdbarch_push_dummy_code
7333         and set_gdbarch_push_dummy_call.
7334
7335 2015-06-23  Yao Qi  <yao.qi@linaro.org>
7336
7337         * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
7338         Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly.
7339         (amd64_linux_store_inferior_registers): Likewise.
7340         * arm-linux-nat.c (fetch_fpregister): Likewise.
7341         (fetch_fpregs, store_fpregister): Likewise.
7342         (store_fpregister, store_fpregs): Likewise.
7343         (fetch_register, fetch_regs): Likewise.
7344         (store_register, store_regs): Likewise.
7345         (fetch_vfp_regs, store_vfp_regs): Likewise.
7346         (arm_linux_read_description): Check have_ptrace_getregset is
7347         TRIBOOL_UNKNOWN.  Set have_ptrace_getregset to TRIBOOL_TRUE
7348         or TRIBOOL_FALSE.
7349         * i386-linux-nat.c (fetch_xstateregs): Check
7350         have_ptrace_getregset is not TRIBOOL_TRUE.
7351         (store_xstateregs): Likewise.
7352         * linux-nat.c (have_ptrace_getregset): Change its type to
7353         enum tribool.
7354         * linux-nat.h (tribool): New enum.
7355         * x86-linux-nat.c (x86_linux_read_description): Use enum tribool.
7356         Check whether have_ptrace_getregset is TRIBOOL_TRUE.
7357
7358 2015-06-19  Doug Evans  <dje@google.com>
7359
7360         * NEWS: Mention Sun's version of stabs is no longer supported.
7361         * elfread.c (free_elfinfo): Delete.  All uses updated.
7362         (elfstab_offset_sections): Delete.  All uses updated.
7363         * gdb-stabs.h (stab_section_info): Delete.  All uses updated.
7364         * psympriv.h (partial_symtab) <section_offsets>: Delete.
7365         All uses updated.
7366         * psymtab.c (start_psymtab_common): Delete arg section_offsets.
7367         All callers updated.
7368
7369 2015-06-18  Simon Marchi  <simon.marchi@ericsson.com>
7370
7371         * common/rsp-low.c (needs_escaping): New.
7372         (remote_escape_output): Add unit_size parameter. Refactor to
7373         support multi-byte addressable units.  Rename parameters.
7374         * common/rsp-low.h (remote_escape_output): Add unit_size
7375         parameter and rename others. Update doc.
7376         * remote.c (align_for_efficient_write): New.
7377         (remote_write_bytes_aux): Add unit_size parameter and use it.
7378         Rename some variables.  Update doc.
7379         (remote_xfer_partial): Get unit size and use it.
7380         (remote_read_bytes_1): Add unit_size parameter and use it.
7381         Rename some variables. Update doc.
7382         (remote_write_bytes): Same.
7383         (remote_xfer_live_readonly_partial): Same.
7384         (remote_read_bytes): Same.
7385         (remote_flash_write): Update call to remote_write_bytes_aux.
7386         (remote_write_qxfer): Update call to remote_escape_output.
7387         (remote_search_memory): Same.
7388         (remote_hostio_pwrite): Same.
7389
7390 2015-06-17  Luis Machado  <lgustavo@codesourcery.com>
7391
7392         * breakpoint.c (add_location_to_breakpoint): Don't mark permanent
7393         locations as inserted.
7394         Update and expand comment about permanent locations.
7395         (bp_loc_is_permanent): Don't return 0 for bp_call_dummy.
7396         Move comment to add_location_to_breakpoint.
7397         (update_global_location_list): Don't error out if a permanent
7398         breakpoint is not marked inserted.
7399         Don't error out if a non-permanent breakpoint location is inserted on
7400         top of a permanent breakpoint.
7401
7402 2015-06-17  Luis Machado  <lgustavo@codesourcery.com>
7403
7404         * breakpoint.c (make_breakpoint_permanent): Remove unused
7405         function.
7406         * breakpoint.h (make_breakpoint_permanent): Remove declaration.
7407
7408 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
7409
7410         PR gdb/16999
7411         * NEWS: Mention new GDBHISTSIZE behavior.
7412         * top.c (init_history): For null or out-of-range GDBHISTSIZE,
7413         set history size to unlimited.  Ignore non-numeric GDBHISTSIZE.
7414
7415 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
7416
7417         * NEWS: Mention that GDBHISTSIZE is read instead of HISTSIZE.
7418         * top.c (init_history): Read from GDBHISTSIZE instead of
7419         HISTSIZE.
7420         (init_main): Refer to GDBHISTSIZE instead of HISTSIZE.
7421
7422 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
7423
7424         * top.c (gdb_safe_append_history): Do not call
7425         history_truncate_file if the history is not stifled.
7426
7427 2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7428
7429         * syscalls/s390-linux.xml: Add syscalls 344 through 354.
7430         * syscalls/s390x-linux.xml: Likewise.
7431
7432 2015-06-16  Michael Eager  <eager@eagercon.com>
7433
7434         * nat/linux-namespaces.c (MSG_CMSG_CLOEXEC): Define if not defined.
7435
7436 2015-06-16  Patrick Palka  <patrick@parcs.ath.cx>
7437
7438         * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Call
7439         target_terminal_ours_for_output() before calling
7440         tui_show_frame_info(), and restore the original terminal
7441         settings afterwards.
7442
7443 2015-06-16  Martin Simmons  <martin@lispworks.com>  (tiny patch)
7444
7445         * arm-linux-nat.c: Include nat/linux-ptrace.h.
7446
7447 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
7448
7449         * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable
7450         memory unit size.
7451         (mi_cmd_data_write_memory_bytes): Same.
7452
7453 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
7454
7455         * corefile.c (write_memory): Update doc.
7456         * gdbcore.h (write_memory): Same.
7457
7458 2015-06-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7459
7460         * linux-tdep.c (enum filterflags): Make it from anonymous enum.
7461         (dump_mapping_p): Use it for parameter filterflags.
7462         (linux_find_memory_regions_full): Use it for variable filterflags.
7463
7464 2015-06-15  Aleksandar Ristovski  <aristovski@qnx.com
7465             Jan Kratochvil  <jan.kratochvil@redhat.com>
7466
7467         Merge multiple hex conversions.
7468         * monitor.c: Include rsp-low.h.
7469         (fromhex): Remove definition.
7470
7471 2015-06-15  Aleksandar Ristovski  <aristovski@qnx.com
7472             Jan Kratochvil  <jan.kratochvil@redhat.com>
7473
7474         Move utility functions to common/.
7475         * cli/cli-utils.c (skip_spaces, skip_spaces_const, skip_to_space_const):
7476         Move defs to common/common-utils.c.
7477         * cli/cli-utils.h (skip_spaces, skip_spaces_const, skip_to_space)
7478         (skip_to_space_const): Move decls to common/common-utils.h.
7479         * common/common-defs.h: Move include of common-types.h before
7480         common-utils.h.
7481         * common/common-utils.c: Include host-defs.h and ctype.h.
7482         (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int, strtoulst): Move
7483         from utils.c.
7484         (skip_spaces, skip_spaces_const, skip_to_space_const): Move from
7485         cli/cli-utils.c.
7486         * common/common-utils.h (strtoulst): Move decl from utils.h.
7487         (skip_spaces, skip_spaces_const, skip_to_space, skip_to_space_const):
7488         Move from cli/cli-utils.h.
7489         * common/host-defs.h: Include limits.h.
7490         (TARGET_CHAR_BIT, HOST_CHAR_BIT): Moved from defs.h.
7491         (skip_spaces, skip_spaces_const): Move decls from cli/cli-utils.h.
7492         * defs.h (TARGET_CHAR_BIT, HOST_CHAR_BIT): Move to
7493         common/common-utils.h.
7494         * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
7495         (strtoulst): Move to common/common-utils.c.
7496         * utils.h (strtoulst): Moved decl to common/common-utils.h.
7497
7498 2015-06-15  Yao Qi  <yao.qi@linaro.org>
7499
7500         * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml.
7501
7502 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
7503
7504         * build-id.c: Don't include elf-bfd.h.
7505         (build_id_bfd_get): Use bfd_build_id.
7506         (build_id_verify): Ditto.
7507         * build-id.h: Ditto.
7508         (find_separate_debug_file_by_buildid): Ditto.
7509         * python/py-objfile.c: Don't include elf-bfd.h.
7510         (objfpy_get_build_id) Use bfd_build_id.
7511         (objfpy_build_id_matches, objfpy_lookup_objfile_by_build_id): Ditto.
7512         * coffread.c: Include build-id.h.
7513         (coff_symfile_read): Try find_separate_debug_file_by_buildid.
7514
7515 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
7516
7517         * windows-nat.c (do_windows_fetch_inferior_registers)
7518         (handle_output_debug_string): Replace __COPY_CONTEXT_SIZE
7519         conditional with __CYGWIN__.
7520
7521 2015-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
7522
7523         * completer.c: Add arch-utils.h include.
7524         (enum reg_completer_targets): New enum.
7525         (reg_or_group_completer_1): New function containing old
7526         reg_or_group_completer, add and use new parameter to control what
7527         is completed on.  Use get_current_arch rather than architecture of
7528         currently selected frame.
7529         (reg_or_group_completer): Call new reg_or_group_completer_1.
7530         (reggroup_completer): Call new reg_or_group_completer_1.
7531         * completer.h (reggroup_completer): Add declaration.
7532         * tui/tui-regs.c: Add 'completer.h' include.
7533         (tui_reg_next_command): Renamed to...
7534         (tui_reg_next): ...this.  Adjust parameters and return rather than
7535         display new group.
7536         (tui_reg_prev_command): Renamed to...
7537         (tui_reg_prev): ...this.  Adjust parameters and return rather than
7538         display new group.
7539         (tui_reg_float_command): Delete.
7540         (tui_reg_general_command): Delete.
7541         (tui_reg_system_command): Delete.
7542         (tui_reg_command): Rewrite to perform switching of register group.
7543         Add header comment.
7544         (tuireglist): Remove.
7545         (tui_reggroup_completer): New function.
7546         (_initialize_tui_regs): Remove 'tui reg' sub-commands, update
7547         creation of 'tui reg' command.
7548         * NEWS: Add comment about 'tui reg' changes.
7549
7550 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
7551
7552         * target.c (target_read): Consider addressable unit size when
7553         reading from a memory object.
7554         (read_memory_robust): Same.
7555         (read_whatever_is_readable): Same.
7556         (target_write_with_progress): Consider addressable unit size
7557         when writing to a memory object.
7558         * target.h (target_read): Update documentation.
7559         (target_write): Add documentation.
7560
7561 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
7562
7563         * arch-utils.h (default_addressable_memory_unit_size): New.
7564         * arch-utils.c (default_addressable_memory_unit_size): New.
7565         * gdbarch.sh (addressable_memory_unit_size): New.
7566         * gdbarch.h: Re-generate.
7567         * gdbarch.c: Re-generate.
7568
7569 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
7570
7571         * target.c (target_read): Rename variables and use
7572         TARGET_XFER_E_IO.
7573         (target_read_with_progress): Same.
7574         (read_memory_robust): Constify parameters and rename
7575         variables.
7576         (read_whatever_is_readable): Constify parameters,
7577         rename variables, adjust formatting.
7578         * target.h (read_memory_robust): Constify parameters.
7579
7580 2015-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
7581
7582         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short
7583         synthetic (non-AltiVec) vector types.
7584         (ppc64_sysv_abi_return_value): Likewise.
7585
7586 2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7587
7588         PR breakpoints/16465
7589         * breakpoint.c (create_breakpoint): Save extra_string for
7590         pending breakpoints.
7591
7592 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7593
7594         * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask
7595         and bt_mask to CORE_ADDR.
7596
7597 2015-06-11  Gary Benson <gbenson@redhat.com>
7598
7599         * nat/linux-namespaces.c (mnsh_send_message): Use pulongest.
7600         (mnsh_recv_message): Likewise.
7601
7602 2015-06-11  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7603
7604         * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of
7605         long long int and plongest instead of %ll.
7606
7607 2015-06-11  Gary Benson <gbenson@redhat.com>
7608
7609         * nat/linux-namespaces.c (gdb_wait.h): New include.
7610         (sys/wait.h): Do not include.
7611
7612 2015-06-10  Simon Marchi  <simon.marchi@ericsson.com>
7613
7614         * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if
7615         end_sequence is true.
7616
7617 2015-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
7618
7619         Code cleanup.
7620         * solib-target.c (library_list_start_list): Use explicit NULL
7621         comparison.
7622
7623 2015-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
7624
7625         * solib-target.c (library_list_start_list): Do not dereference
7626         variable version in its initialization.  Make the VERSION check handle
7627         NULL.
7628         (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL.
7629
7630 2015-06-10  Gary Benson <gbenson@redhat.com>
7631
7632         * NEWS: Announce support for direct access of executable and
7633         shared library files when attaching to inferiors in containers
7634         on GNU/Linux systems.
7635
7636 2015-06-10  Gary Benson <gbenson@redhat.com>
7637
7638         * remote.c (struct remote_state) <fs_pid>: New field.
7639         (new_remote_state): Initialize the above.
7640         (PACKET_vFile_setfs): New enum value.
7641         (remote_hostio_set_filesystem): New function.
7642         (remote_hostio_open): Call the above.
7643         (remote_hostio_unlink): Likewise.
7644         (remote_hostio_readlink): Likewise.
7645         (_initialize_remote): Register new "set/show remote
7646         hostio-setfs-packet" command.
7647         * NEWS: Announce new vFile:setfs packet.
7648
7649 2015-06-10  Gary Benson <gbenson@redhat.com>
7650
7651         * linux-nat.c (nat/linux-namespaces.h): New include.
7652         (fileio.h): Likewise.
7653         (linux_nat_filesystem_is_local): New function.
7654         (linux_nat_fileio_pid_of): Likewise.
7655         (linux_nat_fileio_open): Likewise.
7656         (linux_nat_fileio_readlink): Likewise.
7657         (linux_nat_fileio_unlink): Likewise.
7658         (linux_nat_add_target): Initialize to_filesystem_is_local,
7659         to_fileio_open, to_fileio_readlink and to_fileio_unlink.
7660         (_initialize_linux_nat): New "set/show debug linux-namespaces"
7661         commands.
7662         * NEWS: Mention new "set/show debug linux-namespaces" commands.
7663
7664 2015-06-10  Gary Benson <gbenson@redhat.com>
7665
7666         * target.h (struct inferior): New forward declaration.
7667         (struct target_ops) <to_filesystem_is_local>: Update comment.
7668         (struct target_ops) <to_fileio_open>: New argument inf.
7669         Update comment.  All implementations updated.
7670         (struct target_ops) <to_fileio_unlink>: Likewise.
7671         (struct target_ops) <to_fileio_readlink>: Likewise.
7672         (target_filesystem_is_local): Update comment.
7673         (target_fileio_open): New argument inf.  Update comment.
7674         (target_fileio_unlink): Likewise.
7675         (target_fileio_readlink): Likewise.
7676         (target_fileio_read_alloc): Likewise.
7677         (target_fileio_read_stralloc): Likewise.
7678         * target.c (target_fileio_open): New argument inf.
7679         Pass inf to implementation.  Update debug printing.
7680         (target_fileio_unlink): Likewise.
7681         (target_fileio_readlink): Likewise.
7682         (target_fileio_read_alloc_1): New argument inf. Pass inf
7683         to target_fileio_open.
7684         (target_fileio_read_alloc): New argument inf. Pass inf to
7685         target_fileio_read_alloc_1.
7686         (target_fileio_read_stralloc): Likewise.
7687         * gdb_bfd.c (inferior.h): New include.
7688         (gdb_bfd_iovec_fileio_open): Replace unused "open_closure"
7689         argument with new argument "inferior".  Pass inferior to
7690         target_fileio_open.
7691         (gdb_bfd_open): Supply inferior argument to
7692         gdb_bfd_iovec_fileio_open.
7693         * linux-tdep.c (linux_info_proc): Supply inf argument to
7694         relevant target_fileio calls.
7695         (linux_find_memory_regions_full): Likewise.
7696         (linux_fill_prpsinfo): Likewise.
7697         * remote.c (remote_filesystem_is_local): Supply inf
7698         argument to remote_hostio_open.
7699         (remote_file_put): Likewise.
7700         (remote_file_get): Likewise.
7701         (remote_file_delete): Supply inf argument to
7702         remote_hostio_unlink.
7703
7704 2015-06-10  Gary Benson <gbenson@redhat.com>
7705
7706         * inf-child.c (inf_child_fileio_open): Replace comment.
7707         (inf_child_fileio_pwrite): Likewise.
7708         (inf_child_fileio_pread): Likewise.
7709         (inf_child_fileio_fstat): Insert blank line before comment.
7710         (inf_child_fileio_close): Replace comment.
7711         (inf_child_fileio_unlink): Likewise.
7712         (inf_child_fileio_readlink): Likewise.
7713         * remote.c (remote_hostio_open): Likewise.
7714         (remote_hostio_pread): Likewise.
7715         (remote_hostio_pwrite): Likewise.
7716         (remote_hostio_close): Likewise.
7717         (remote_hostio_unlink): Likewise.
7718         (remote_hostio_readlink): Likewise.
7719         (remote_hostio_fstat): Likewise.
7720         (remote_filesystem_is_local): Likewise.
7721         * target.c (target_fileio_open): Likewise.
7722         (target_fileio_pwrite): Likewise.
7723         (target_fileio_pread): Likewise.
7724         (target_fileio_fstat): Insert blank line before comment.
7725         (target_fileio_close): Replace comment.
7726         (target_fileio_unlink): Likewise.
7727         (target_fileio_readlink): Likewise.
7728         (target_fileio_read_alloc): Likewise.
7729         (target_fileio_read_stralloc): Likewise.
7730
7731 2015-06-10  Gary Benson <gbenson@redhat.com>
7732
7733         * linux-thread-db.c (nat/linux-namespaces.h): New include.
7734         (check_pid_namespace_match): Use linux_ns_same rather than
7735         linux_proc_pid_get_ns to spot PID namespace mismatches.
7736         * nat/linux-procfs.h (linux_proc_pid_get_ns): Remove.
7737         * nat/linux-procfs.c (linux_proc_pid_get_ns): Likewise.
7738
7739 2015-06-10  Gary Benson <gbenson@redhat.com>
7740
7741         * configure.ac (AC_CHECK_FUNCS): Add setns.
7742         * config.in: Regenerate.
7743         * configure: Likewise.
7744         * nat/linux-namespaces.h: New file.
7745         * nat/linux-namespaces.c: Likewise.
7746         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-namespaces.h.
7747         (linux-namespaces.o): New rule.
7748         * config/aarch64/linux.mh (NATDEPFILES): Add linux-namespaces.o.
7749         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
7750         * config/arm/linux.mh (NATDEPFILES): Likewise.
7751         * config/i386/linux.mh (NATDEPFILES): Likewise.
7752         * config/i386/linux64.mh (NATDEPFILES): Likewise.
7753         * config/ia64/linux.mh (NATDEPFILES): Likewise.
7754         * config/m32r/linux.mh (NATDEPFILES): Likewise.
7755         * config/m68k/linux.mh (NATDEPFILES): Likewise.
7756         * config/mips/linux.mh (NATDEPFILES): Likewise.
7757         * config/pa/linux.mh (NATDEPFILES): Likewise.
7758         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
7759         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
7760         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
7761         * config/s390/linux.mh (NATDEPFILES): Likewise.
7762         * config/sparc/linux.mh (NATDEPFILES): Likewise.
7763         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
7764         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
7765         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
7766
7767 2015-06-10  Gary Benson <gbenson@redhat.com>
7768
7769         * utils.h (make_cleanup_close): Moved to common/filestuff.h.
7770         * utils.c (do_close_cleanup): Moved to common/filestuff.c.
7771         (make_cleanup_close): Likewise.
7772         * common/filestuff.h (make_cleanup_close): Moved from utils.h.
7773         * common/filestuff.c (do_close_cleanup): Moved from utils.c.
7774         (make_cleanup_close): Likewise.
7775
7776 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
7777
7778         * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE
7779         from SuspendThread().
7780
7781 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
7782
7783         * windows-nat.c (handle_output_debug_string): Trim trailing '\n'
7784         from OutputDebugString.
7785
7786 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7787                         Mircea Gherzan  <mircea.gherzan@intel.com>
7788
7789         * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32,
7790         MPX_BT_MASK_32): New macros.
7791         (i386_mpx_set_bounds): New function that implements
7792         the command "set-mpx-bound".
7793         (i386_mpx_enabled): Helper function to test MPX availability.
7794         (i386_mpx_bd_base): Helper function to calculate the base directory
7795         address.
7796         (i386_mpx_get_bt_entry): Helper function to access a bound
7797         table entry.
7798         (i386_mpx_print_bounds): Effectively display bound information.
7799         (_initialize_i386_tdep): Add new commands to commands "set mpx" and
7800         "show mpx".
7801         (_initialize_i386_tdep):
7802         Add "bound" to the commands "show mpx" and "set mpx" commands.
7803         (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx"
7804         and "show mpx" commands.
7805         * NEWS: List new commands for MPX support.
7806
7807 2015-06-09  Gary Benson <gbenson@redhat.com>
7808
7809         * common/fileio.h (fileio_to_host_mode): New declaration.
7810         * common/fileio.c (fileio_to_host_mode): New Function.
7811         * inf-child.c (inf_child_fileio_open): Process mode argument
7812         with fileio_to_host_mode.
7813
7814 2015-06-09  Gary Benson <gbenson@redhat.com>
7815
7816         * common/fileio.c (fileio_mode_pack): Fix preprocessor
7817         conditional.
7818
7819 2015-06-05  Gary Benson <gbenson@redhat.com>
7820
7821         * gdb_bfd.c (gdb_bfd_open): Move vgdb special case to...
7822         * remote.c (remote_filesystem_is_local): ...here.
7823
7824 2015-06-04  Yao Qi  <yao.qi@linaro.org>
7825
7826         * gdbarch.c: Regenerate it.
7827
7828 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7829
7830         * arch-utils.c (default_infcall_munmap): New.
7831         * arch-utils.h (default_infcall_munmap): New declaration.
7832         * compile/compile-object-load.c (struct munmap_list, munmap_list_add)
7833         (munmap_list_free, munmap_listp_free_cleanup): New.
7834         (struct setup_sections_data): Add field munmap_list_headp.
7835         (setup_sections): Call munmap_list_add.
7836         (compile_object_load): New variable munmap_list_head, initialize
7837         setup_sections_data.munmap_list_headp, return munmap_list_head.
7838         * compile/compile-object-load.h (struct munmap_list): New declaration.
7839         (struct compile_module): Add field munmap_list_head.
7840         (munmap_list_free): New declaration.
7841         * compile/compile-object-run.c (struct do_module_cleanup): Add field
7842         munmap_list_head.
7843         (do_module_cleanup): Call munmap_list_free.
7844         (compile_object_run): Pass munmap_list_head to do_module_cleanup.
7845         * gdbarch.c: Regenerate.
7846         * gdbarch.h: Regenerate.
7847         * gdbarch.sh (infcall_munmap): New.
7848         * linux-tdep.c (linux_infcall_munmap): New.
7849         (linux_init_abi): Install it.
7850
7851 2015-06-02  Simon Marchi  <simon.marchi@ericsson.com>
7852
7853         PR gdb/15564
7854         * inferior.c (detach_inferior): Call exit_inferior_1 with silent = 0.
7855
7856 2015-06-02  Yao Qi  <yao.qi@linaro.org>
7857
7858         * i386-linux-nat.c: Include linux-nat.h.
7859
7860 2015-06-01  Andreas Schwab  <schwab@linux-m68k.org>
7861             Jan Kratochvil  <jan.kratochvil@redhat.com>
7862
7863         PR symtab/18392
7864         * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct
7865         assertion.
7866         * dwarf2loc.c (chain_candidate): Likewise.
7867
7868 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7869
7870         * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET.
7871         (store_vfp_regs): Use PTRACE_SETREGSET.
7872
7873 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7874
7875         * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET.
7876         (fetch_fpregs): Likewise.
7877         * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET.
7878         (store_fpregs): Likewise.
7879
7880 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7881
7882         * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET.
7883         (fetch_regs): Likewise.
7884         (store_regs): Use PTRACE_SETREGSET.
7885         (store_register): Likewise.
7886
7887 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7888
7889         * arm-linux-nat.c (arm_linux_read_description): Check whether
7890         kernel supports PTRACE_GETREGSET.
7891
7892 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7893
7894         * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
7895         * linux-nat.c: ... here.
7896         * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
7897         to ...
7898         * linux-nat.h: ... here.
7899
7900 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7901
7902         * amd64-linux-nat.c: Include "nat/linux-ptrace.h".
7903         * i386-linux-nat.c: Likewise.
7904         * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define.
7905         * s390-linux-nat.c: Include "nat/linux-ptrace.h".
7906         (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
7907         * x86-linux-nat.c: Include "nat/linux-ptrace.h".
7908         * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
7909
7910 2015-05-30  Eli Zaretskii  <eliz@gnu.org>
7911
7912         * go32-nat.c (go32_xfer_memory): Fix the return value to be
7913         compatible to what read_child and write_child return.  This
7914         unbreaks that DJGPP build of GDB which was broken since v7.7.
7915
7916 2015-05-29  Martin Galvan  <martin.galvan@tallertechnologies.com>
7917
7918         * MAINTAINERS (Write After Approval): Add Martin Galvan.
7919
7920 2015-05-29  Roland McGrath  <mcgrathr@google.com>
7921
7922         PR gdb/18464
7923         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning
7924         rather than internal_error for an unrecognized value.
7925
7926 2015-05-29  Max Filippov  <jcmvbkbc@gmail.com>
7927
7928         * xtensa-tdep.c (xtensa_pseudo_register_read)
7929         (xtensa_pseudo_register_write): Don't alias last pseudo register
7930         to a1.
7931
7932 2015-05-28  Don Breazeal  <donb@codesourcery.com>
7933
7934         * infrun.c (follow_fork_inferior): Ensure the use of
7935         process-style ptids (pid,0,0) in verbose/debug "Detaching"
7936         messages.
7937
7938 2015-05-28  Doug Evans  <dje@google.com>
7939
7940         * dwarf2read.c (record_line_ftype): Remove, duplicate.
7941
7942 2015-05-28  Yao Qi  <yao.qi@linaro.org>
7943
7944         * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove.
7945         (arm_linux_fetch_inferior_registers): Use
7946         tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers.
7947         (arm_linux_store_inferior_registers): Likewise.
7948         (arm_linux_read_description): Don't set
7949         arm_linux_has_wmmx_registers.
7950         * arm-tdep.c (arm_gdbarch_init): Set
7951         tdep->have_wmmx_registers according target descriptions.
7952         * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New
7953         field.
7954
7955 2015-05-28  Yao Qi  <yao.qi@linaro.org>
7956
7957         * arm-linux-nat.c (arm_linux_vfp_register_count): Remove.
7958         (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep
7959         instead of arm_linux_vfp_register_count.
7960         (store_vfp_regs): Likewise.
7961         (arm_linux_fetch_inferior_registers): Likewise.
7962         (arm_linux_store_inferior_registers): Likewise.
7963         (arm_linux_read_description): Don't set
7964         arm_linux_vfp_register_count.
7965         * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections):
7966         Adjust.
7967         * arm-tdep.c (arm_gdbarch_init): Add assert on
7968         vfp_register_count.
7969         * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename
7970         field to vfp_register_count.  All users updated.
7971
7972 2015-05-28  Kyle Huey  <me@kylehuey.com>  (tiny patch)
7973
7974         * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on
7975         ELFOSABI_GNU binaries.
7976
7977 2015-05-27  Doug Evans  <dje@google.com>
7978
7979         * dwarf2read.c (lnp_state_machine): New typedef.
7980         (lnp_reader_state): New typedef.
7981         (dwarf_record_line_1): Renamed from dwarf_record_line.
7982         All callers updated.
7983         (dwarf_record_line): New function.
7984         (init_lnp_state_machine): New function.
7985         (check_line_address): Replace p_record_line parameter with state.
7986         All callers updated.
7987         (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine.
7988         Update to record state in lnp_state_machine.
7989
7990 2015-05-27  Doug Evans  <dje@google.com>
7991
7992         * dwarf2read.c (record_line_ftype): New typedef.
7993         (check_line_address): New function.
7994         (dwarf_decode_lines_1): Call it.
7995
7996 2015-05-27  Doug Evans  <dje@google.com>
7997
7998         * NEWS: Mention "set debug dwarf-line".
7999         * dwarf2read.c (dwarf_line_debug): New static global.
8000         (add_include_dir): Add debug dwarf-line support.
8001         (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto.
8002         (_initialize_dwarf2_read): New parameter "debug dwarf-line".
8003
8004 2015-05-27  Doug Evans  <dje@google.com>
8005
8006         * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain".
8007         All callers updated.
8008         (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto.
8009         * cp-support.h (cp_lookup_nested_symbol): Update.
8010
8011 2015-05-27  Doug Evans  <dje@google.com>
8012
8013         PR symtab/18258
8014         * block.c (block_find_symbol): New function.
8015         (block_find_non_opaque_type): Ditto.
8016         (block_find_non_opaque_type_preferred): Ditto.
8017         * block.h (block_symbol_matcher_ftype): New typedef.
8018         (block_find_symbol): Declare.
8019         (block_find_non_opaque_type): Ditto.
8020         (block_find_non_opaque_type_preferred): Ditto.
8021         * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol.
8022         * psymtab.c (psym_lookup_symbol): Ditto.
8023         * symtab.c (basic_lookup_transparent_type_1): New function.
8024         (basic_lookup_transparent_type): Call it.
8025
8026 2015-05-27  Yao Qi  <yao.qi@linaro.org>
8027
8028         * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return
8029         AARCH64_RECORD_UNKNOWN for unknown instruction encoding.
8030
8031 2015-05-27  Yao Qi  <yao.qi@linaro.org>
8032
8033         * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
8034         before operator &&.
8035         (aarch64_record_load_store): Likewise.
8036
8037 2015-05-26  Doug Evans  <dje@google.com>
8038
8039         PR c++/18141, c++/18417.
8040         * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being
8041         a typedef.
8042
8043 2015-05-26  Doug Evans  <dje@google.com>
8044
8045         * NEWS: Add entries for command renamings.
8046         * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug.
8047         All uses updated.
8048         (dwarf_die_debug): Renamed from dwarf2_die_debug.  All uses updated.
8049         (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age.
8050         All uses updated.
8051         (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age.
8052         All callers updated.  Fix spelling of DWARF in help text.
8053         (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist.
8054         All uses updated.
8055         (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist.
8056         All uses updated.
8057         (set_dwarf_cmd): Renamed from set_dwarf2_cmd.  All callers updated.
8058         (show_dwarf_cmd): Renamed from show_dwarf2_cmd.  All callers updated.
8059         (dwarf_always_disassemble): Renamed from dwarf_always_disassemble.
8060         All uses updated.
8061         (show_dwarf_always_disassemble): Renamed from
8062         show_dwarf2_always_disassemble.  All callers updated.
8063         (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to
8064         "set/show dwarf".  Rename "set/show dwarf2 max-cache-age" to
8065         "set/show dwarf max-cache-age".  Rename
8066         "set/show dwarf2 always-disassemble" to
8067         "set/show dwarf always-disassemble".  Rename
8068         "set/show debug dwarf2-read" to "set/show debug dwarf-read".  Rename
8069         "set/show debug dwarf2-die" to "set/show debug dwarf-die".
8070
8071 2015-05-26  Doug Evans  <dje@google.com>
8072
8073         PR python/18438
8074         * python/py-lazy-string.c (stpy_convert_to_value): Use
8075         gdbpy_gdb_memory_error not PyExc_MemoryError.
8076         (gdbpy_create_lazy_string_object): Ditto.
8077
8078 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
8079
8080         * tui/tui-regs.c (tui_reg_next_command): Compare against NULL.
8081
8082 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
8083
8084         * tui/tui-regs.c (tui_reg_prev_command): New function.
8085         (_initialize_tui_regs): Add 'prev' command for 'tui reg'.
8086         * reggroups.c (reggroup_prev): New function.
8087         * reggroups.h (reggroup_prev): Add declaration.  Update comment.
8088
8089 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
8090             Yao Qi  <yao.qi@linaro.org>
8091
8092         * aarch64-linux-tdep.c: Include linux-record.h and
8093         record-full.h.
8094         (struct linux_record_tdep aarch64_linux_record_tdep): Declare.
8095         (aarch64_syscall): New enum.
8096         (aarch64_canonicalize_syscall): New function.
8097         (aarch64_all_but_pc_registers_record): New function.
8098         (aarch64_linux_syscall_record): New function.
8099         (aarch64_linux_init_abi): Install AArch64 process record
8100         handler.  Update to handle syscall recording.
8101         * aarch64-tdep.c: Include record.h and record-full.h.
8102         (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros.
8103         (struct aarch64_mem_r): Define.
8104         (aarch64_record_result): New enum.
8105         (struct insn_decode_record): Define.
8106         (insn_decode_record): New typedef.
8107         (aarch64_record_data_proc_reg): New function.
8108         (aarch64_record_data_proc_imm): New function.
8109         (aarch64_record_branch_except_sys): New function.
8110         (aarch64_record_load_store): New function.
8111         (aarch64_record_data_proc_simd_fp): New function.
8112         (aarch64_record_asimd_load_store): New function.
8113         (aarch64_record_decode_insn_handler): New function.
8114         (deallocate_reg_mem): New function.
8115         (aarch64_process_record): New function.
8116         * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>:
8117         New field.
8118         (aarch64_process_record): New extern declaration.
8119         * configure.tgt: Add linux-record.o to gdb_target_obs.
8120         * linux-record.h (struct linux_record_tdep) <arg7>: New field.
8121
8122 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
8123
8124         * NEWS: Add a note on process record-replay support on aarch64*-linux*
8125         targets.
8126
8127 2015-05-26  Martin Galvan  <martin.galvan@tallertechnologies.com>
8128
8129         * amd64-tdep.c: Replace in_function_epilogue_p with
8130         stack_frame_destroyed_p throughout.
8131         * arch-utils.c: Ditto.
8132         * arch-utils.h: Ditto.
8133         * arm-tdep.c: Ditto.
8134         * breakpoint.c: Ditto.
8135         * gdbarch.sh: Ditto.
8136         * hppa-tdep.c: Ditto.
8137         * i386-tdep.c: Ditto.
8138         * mips-tdep.c: Ditto.
8139         * nios2-tdep.c: Ditto.
8140         * rs6000-tdep.c: Ditto.
8141         * s390-linux-tdep.c: Ditto.
8142         * score-tdep.c: Ditto.
8143         * sh-tdep.c: Ditto.
8144         * sparc-tdep.c: Ditto.
8145         * sparc-tdep.h: Ditto.
8146         * sparc64-tdep.c: Ditto.
8147         * spu-tdep.c: Ditto.
8148         * tic6x-tdep.c: Ditto.
8149         * tilegx-tdep.c: Ditto.
8150         * xstormy16-tdep.c: Ditto.
8151         * gdbarch.c, gdbarch.h: Re-generated.
8152
8153 2015-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
8154
8155         * NEWS: Mention 'tui enable' and 'tui disable'.
8156         * tui/tui.c (tui_enable_command): New function.
8157         (tui_disable_command): New function.
8158         (_initialize_tui): New function.
8159
8160 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8161
8162         * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0.
8163
8164 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8165
8166         * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure
8167         buf_ptr is freed.
8168
8169 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8170
8171         * tui/tui-layout.c (tui_layout_command): Move call to tui_enable
8172         into ...
8173         (tui_set_layout_for_display_command): ...here, before calling
8174         tui_set_layout.  Only set the layout if gdb has not already
8175         entered the TUI_FAILURE state.
8176
8177 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8178
8179         * tui/tui-layout.c (layout_completer): New function.
8180         (_initialize_tui_layout): Set completer on layout command.
8181
8182 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8183
8184         * tui/tui-layout.c (tui_set_layout): Remove
8185         tui_register_display_type parameter.  Remove all checking of this
8186         parameter, and reindent function.  Update header comment.
8187         (tui_set_layout_for_display_command): Rename to...
8188         (tui_set_layout_by_name): ...this, and don't check for different
8189         register class types, don't pass a tui_register_display_type to
8190         tui_set_layout.  Update header comment.
8191         (layout_names): Remove register set specific names.
8192         * tui/tui-layout.h (tui_set_layout): Remove
8193         tui_register_display_type parameter.
8194         * tui/tui.c (tui_rl_change_windows): Don't pass a
8195         tui_register_display_type to tui_set_layout.
8196         (tui_rl_delete_other_windows): Likewise.
8197         (tui_enable): Likewise.
8198         * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove.
8199         (TUI_FLOAT_REGS_NAME_LOWER): Remove.
8200         (TUI_GENERAL_REGS_NAME): Remove.
8201         (TUI_GENERAL_REGS_NAME_LOWER): Remove.
8202         (TUI_SPECIAL_REGS_NAME): Remove.
8203         (TUI_SPECIAL_REGS_NAME_LOWER): Remove.
8204         (TUI_GENERAL_SPECIAL_REGS_NAME): Remove.
8205         (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove.
8206         (enum tui_register_display_type): Remove.
8207         (struct tui_layout_def): Remove regs_display_type and
8208         float_regs_display_type fields.
8209         (struct tui_data_info): Remove regs_display_type field.
8210         (tui_layout_command): Use new name for
8211         tui_set_layout_for_display_command.
8212         * tui/tui-data.c (layout_def): Don't initialise removed fields.
8213         (tui_clear_win_detail): Don't initialise removed fields of
8214         win_info.
8215         * tui/tui-regs.c (tui_show_registers): Use new name for
8216         tui_set_layout_for_display_command.
8217         * tui/tui.h (tui_set_layout_for_display_command): Rename
8218         declaration to...
8219         (tui_set_layout_by_name): ...this.
8220         * printcmd.c (display_command): Remove tui related layout call,
8221         and reindent.
8222
8223 2015-05-20  Joel Brobecker  <brobecker@adacore.com>
8224
8225         * infrun.c (handle_inferior_event_1): Renames handle_inferior_event.
8226         (handle_inferior_event): New function.
8227
8228 2015-05-20  Joel Brobecker  <brobecker@adacore.com>
8229
8230         * ada-lang.c (to_fixed_array_type): Rename local variable
8231         typename into type_name.
8232
8233 2015-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8234
8235         Fix ASAN crash for gdb.compile/compile.exp.
8236         * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME.
8237
8238 2015-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8239
8240         * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol)
8241         (gcc_symbol_address): Change gdb_stdout to gdb_stdlog.
8242         * compile/compile-object-load.c (setup_sections, compile_object_load):
8243         Likewise.
8244         * compile/compile.c (compile_to_object): Likewise.
8245
8246 2015-05-16  Doug Evans  <xdje42@gmail.com>
8247
8248         * NEWS: Mention support for unbuffered Guile memory ports.
8249         * scm-ports.c (ioscm_memory_port): Update comments on end, size.
8250         (ioscm_lseek_address): Improve overflow calculation.
8251         (gdbscm_memory_port_fill_input): Add assert.
8252         (gdbscm_memory_port_write): Handle unbuffered ports.
8253         Handle large writes identical to Guile's fport_write.
8254         (gdbscm_memory_port_seek): Fix seeking past end check.
8255         (gdbscm_memory_port_close): Handle closing unbuffered port.
8256         (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports.
8257         (ioscm_init_memory_port): Handle unbuffered ports.
8258         (ioscm_reinit_memory_port): Ditto.
8259         (ioscm_init_memory_port): Update size calculation.
8260         (gdbscm_open_memory): Support zero sized ports.
8261
8262 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8263
8264         * compile/compile-object-load.c (get_out_value_type): Fix uninitialized
8265         variable compiler warnings.
8266
8267 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8268
8269         * compile/compile-object-load.c (get_out_value_type): Fix returned type.
8270
8271 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8272             Phil Muldoon  <pmuldoon@redhat.com>
8273
8274         * NEWS (Changes since GDB 7.9): Add compile print.
8275         * compile/compile-c-support.c (add_code_header, add_code_footer)
8276         (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and
8277         COMPILE_I_PRINT_VALUE_SCOPE.
8278         * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE)
8279         (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE):
8280         New.
8281         * compile/compile-object-load.c: Include block.h.
8282         (get_out_value_type): New function.
8283         (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
8284         COMPILE_I_PRINT_VALUE_SCOPE.  Set compile_module's OUT_VALUE_ADDR and
8285         OUT_VALUE_TYPE.
8286         * compile/compile-object-load.h (struct compile_module): Add fields
8287         out_value_addr and out_value_type.
8288         * compile/compile-object-run.c: Include valprint.h and compile.h.
8289         (struct do_module_cleanup): Add fields out_value_addr and
8290         out_value_type.
8291         (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
8292         COMPILE_I_PRINT_VALUE_SCOPE.
8293         (compile_object_run): Propagate out_value_addr and out_value_type.
8294         Pass OUT_VALUE_ADDR.
8295         * compile/compile.c: Include valprint.h.
8296         (compile_print_value, compile_print_command): New functions.
8297         (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE.
8298         (_initialize_compile): Update compile code help text.  Install
8299         compile_print_command.
8300         * compile/compile.h (compile_print_value): New prototype.
8301         * defs.h (enum compile_i_scope_types): Add
8302         COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE.
8303
8304 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8305
8306         * compile/compile-object-load.c (get_regs_type): Add parameter func_sym.
8307         Rely on its parameter count.
8308         (compile_object_load): Replace lookup_minimal_symbol_text by
8309         lookup_global_symbol_from_objfile.  Verify FUNC_SYM.  Set it in the
8310         return value.
8311         * compile/compile-object-load.h (struct compile_module): Replace
8312         func_addr by func_sym.
8313         * compile/compile-object-run.c: Include block.h.
8314         (compile_object_run): Reset module variable after it is freed.  Use
8315         FUNC_SYM instead of FUNC_ADDR.  Rely on it.
8316
8317 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8318
8319         * compile/compile-c-support.c (print_one_macro): Use #ifndef.
8320         (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR.
8321         (c_compute_program): Call generate_register_struct after typedefs.
8322         * compile/compile-loc2c.c (push, pushf_register_address)
8323         (pushf_register): Cast to GCC_UINTPTR.
8324         (do_compile_dwarf_expr_to_c): Use unused attribute.  Add space after
8325         type.  Use GCC_UINTPTR instead of void *.  Remove excessive cast.
8326         (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *.
8327         * compile/compile.c (_initialize_compile): Enable warnings for
8328         COMPILE_ARGS.
8329
8330 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8331
8332         * cli/cli-script.c (execute_control_command): Update
8333         eval_compile_command caller.
8334         * compile/compile-object-load.c (compile_object_load): Add parameters
8335         scope and scope_data.  Set them.
8336         * compile/compile-object-load.h (struct compile_module): Add fields
8337         scope and scope_data.
8338         (compile_object_load): Add parameters scope and scope_data.
8339         * compile/compile-object-run.c (struct do_module_cleanup): Add fields
8340         scope and scope_data.
8341         (compile_object_run): Propagate the fields scope and scope_data.
8342         * compile/compile.c (compile_file_command, compile_code_command):
8343         Update eval_compile_command callers.
8344         (eval_compile_command): Add parameter scope_data.  Pass it plus scope.
8345         * compile/compile.h (eval_compile_command): Add parameter scope_data.
8346         * defs.h (struct command_line): Add field scope_data.
8347
8348 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8349
8350         * printcmd.c (struct format_data): Move it to valprint.h.
8351         (print_command_parse_format, print_value): New functions from ...
8352         (print_command_1): ... here.  Call them.
8353         * valprint.h (struct format_data): Move it here from printcmd.c.
8354         (print_command_parse_format, print_value): New declarations.
8355
8356 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8357
8358         * compile/compile-object-load.c (compile_object_load): Add
8359         COMPILE_DEBUG message.
8360
8361 2015-05-15  Jerome Guitton  <guitton@adacore.com>
8362
8363         * ada-lang.c (ada_value_ptr_subscript): Use enum position of
8364         index to get element instead of enum value.
8365         (ada_value_slice_from_ptr, ada_value_slice): Use enum position
8366         of index to compute length, but enum values to compute bounds.
8367         (ada_array_length): Use enum position of index instead of enum value.
8368         (pos_atr): Move position computation to...
8369         (ada_evaluate_subexp): Use enum values to compute bounds.
8370         * gdbtypes.c (discrete_position): ...this new function.
8371         * gdbtypes.h (discrete_position): New function declaration.
8372         * valprint.c (val_print_array_elements): Call discrete_position
8373         to handle array indexed by non-contiguous enumeration types.
8374
8375 2015-05-15  Jerome Guitton  <guitton@adacore.com>
8376
8377         * ada-lang.c (find_parallel_type_by_descriptive_type):
8378         Go through typedefs during lookup.
8379         (to_fixed_array_type): Add support for non-bit packed arrays
8380         as variable-length fields.
8381
8382 2015-05-15  Pedro Alves  <palves@redhat.com>
8383             Simon Marchi  <simon.marchi@ericsson.com>
8384
8385         * event-loop.c (gdb_notifier) <next_file_handler,
8386         next_poll_fds_index>: New fields.
8387         (get_next_file_handler_to_handle_and_advance): New function.
8388         (delete_file_handler): If deleting the next file handler to
8389         handle, advance to the next file handler.
8390         (gdb_wait_for_event): Bail early if no event fired.  Poll file
8391         handlers in round-robin fashion.
8392
8393 2015-05-15  Pedro Alves  <palves@redhat.com>
8394
8395         * linux-tdep.c (linux_find_memory_regions_full): Rename local
8396         'private' to 'priv'.
8397
8398 2015-05-15  Pedro Alves  <palves@redhat.com>
8399
8400         * nat/linux-nat.h: Include "target/waitstatus.h".
8401
8402 2015-05-15  Yuanhui Zhang  <asmwarrior@gmail.com>
8403
8404         * python/py-unwind.c (struct reg_info): Move out of ...
8405         (struct cached_frame_info): ... this scope.
8406         (pending_frame_object_type, unwind_info_object_type): Make extern.
8407
8408 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
8409
8410         * ada-lang.c (ada_value_primitive_packed_val): Make sure
8411         accumSize is never negative.
8412
8413 2015-05-14  Patrick Palka  <patrick@parcs.ath.cx>
8414
8415         * tui/tui-command.c: Remove include of <ctype.h>.
8416         (tui_dispatch_ctrl_char): Remove workaround for xterm terminals.
8417
8418 2015-05-13  Martin Galvan  <martin.galvan@tallertechnologies.com>
8419
8420         * dwarf2read.c (die_needs_namespace): Return 1 for
8421         DW_TAG_inlined_subroutine.
8422
8423 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8424
8425         * regcache.c (regcache_cpy_no_passthrough): New declaration.
8426         (regcache_cpy_no_passthrough): Make it static, add function comment.
8427         * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment.
8428         (regcache_cpy_no_passthrough): Remove declaration.
8429
8430 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8431
8432         * gdbthread.h (struct thread_control_state): Update comment for
8433         proceed_to_finish.
8434         * infcall.c (run_inferior_call): Update comment about
8435         proceed_to_finish.
8436         * infcmd.c (get_return_value): Update comment about stop_registers.
8437         (finish_forward): Update comment about proceed_to_finish.
8438         * infrun.c (stop_registers): Remove.
8439         (clear_proceed_status, normal_stop): Remove stop_registers handling.
8440         * infrun.h (stop_registers): Remove.
8441
8442 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8443
8444         * infcall.c (struct dummy_frame_context_saver)
8445         (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor)
8446         (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
8447         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
8448         New.
8449         (call_function_by_hand_dummy): Move discard_cleanups of
8450         inf_status_cleanup before dummy_frame_push.  Call
8451         dummy_frame_context_saver_setup and prepare context_saver_cleanup.
8452         Use dummy_frame_context_saver_get_regs instead of stop_registers.
8453         * infcall.h (struct dummy_frame_context_saver)
8454         (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
8455         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
8456         New declarations.
8457         * infcmd.c: Include infcall.h.
8458         (get_return_value): Add parameter ctx_saver, use it instead of
8459         stop_registers.
8460         (print_return_value): Add parameter ctx_saver, pass it.
8461         (struct finish_command_continuation_args): Add field ctx_saver.
8462         (finish_command_continuation): Update print_return_value caller.
8463         (finish_command_continuation_free_arg): Free also ctx_saver.
8464         (finish_forward): Call dummy_frame_context_saver_setup.
8465         * inferior.h (struct dummy_frame_context_saver): New declaration.
8466         (get_return_value): Add parameter ctx_saver.
8467         * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update
8468         get_return_value caller.
8469
8470 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8471
8472         * dummy-frame.c (struct dummy_frame_dtor_list): New.
8473         (struct dummy_frame): Replace dtor and dtor_data by dtor_list.
8474         (remove_dummy_frame): Process dtor_list.
8475         (pop_dummy_frame): Process dtor_list.
8476         (register_dummy_frame_dtor): Maintain dtor_list.
8477         (find_dummy_frame_dtor): Handle dtor_list.
8478         * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor):
8479         Update comments.
8480
8481 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8482
8483         * compile/compile-object-run.c (do_module_cleanup): Add parameter
8484         registers_valid.
8485         (compile_object_run): Update do_module_cleanup caller.
8486         * dummy-frame.c: Include infcall.h.
8487         (struct dummy_frame): Update dtor comment.
8488         (remove_dummy_frame): Call dtor.
8489         (pop_dummy_frame): Update dtor caller.
8490         * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter
8491         registers_valid.
8492
8493 2015-05-13  Joel Brobecker  <brobecker@adacore.com>
8494
8495         GDB 7.9.1 released.
8496
8497 2015-05-13  Joel Brobecker  <brobecker@adacore.com>
8498
8499         * NEWS: Create "Changes in GDB 7.9.1" section.  Move news about
8500         Xmethods now being able to specify a result type to that new
8501         sectioin.
8502
8503 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
8504
8505         * tui/tui-win.c (tui_async_resize_screen): Clear win_resized
8506         first before resizing the window.
8507         * tui/tui.c (tui_enable): Likewise.
8508
8509 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8510
8511         * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor.
8512         * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment.
8513         * infcall.c (call_function_by_hand_dummy): Use proper typedef for
8514         dummy_dtor parameter.
8515         * infcall.h: Include dummy-frame.h.
8516         (call_function_by_hand_dummy_dtor_ftype): Remove.
8517         (call_function_by_hand_dummy): Use proper typedef for dummy_dtor
8518         parameter.
8519
8520 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
8521
8522         PR gdb/17820
8523         * top.c (history_size_setshow_var): Change type to signed.
8524         Initialize to -2.  Update documentation.
8525         (set_readline_history_size): Define.
8526         (set_history_size_command): Use it.  Remove logic for handling
8527         out-of-range sizes.
8528         (init_history): Use set_readline_history_size().  Test for a
8529         value of -2 instead of 0 when determining whether to set a
8530         default history size.
8531         (init_main): Decode the argument of the "size" command as a
8532         zuinteger_unlimited.
8533
8534 2015-05-12  Doug Evans  <dje@google.com>
8535
8536         * dwarf2read.c (struct file_entry): Tweak comments.
8537         (get_debug_line_section): Tweak comments.
8538
8539 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8540
8541         * NEWS: Announce fork support in the RSP and support
8542         for fork debugging in extended mode.
8543
8544 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8545
8546         * remote.c (remote_insert_fork_catchpoint): New function.
8547         (remote_remove_fork_catchpoint): New function.
8548         (remote_insert_vfork_catchpoint): New function.
8549         (remote_remove_vfork_catchpoint): New function.
8550         (pending_fork_parent_callback): New function.
8551         (remove_new_fork_child): New function.
8552         (remote_update_thread_list): Call remote_notif_get_pending_events
8553         and remove_new_fork_child.
8554         (extended_remote_kill): Kill fork child when killing the
8555         parent before follow_fork completes.
8556         (init_extended_remote_ops): Initialize target vector with
8557         new fork catchpoint functions.
8558
8559 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8560
8561         * remote.c (remove_vfork_event_p): New function.
8562         (remote_follow_fork): Add vfork event type to event checking.
8563         (remote_parse_stop_reply): New stop reasons "vfork" and
8564         "vforkdone" for RSP 'T' Stop Reply Packet.
8565
8566 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8567
8568         * linux-nat.c (linux_nat_ptrace_options): New function.
8569         (linux_init_ptrace, wait_lwp, linux_nat_filter_event):
8570         Call linux_nat_ptrace_options and use different argument to
8571         linux_enable_event_reporting.
8572         (_initialize_linux_nat): Delete call to
8573         linux_ptrace_set_additional_flags.
8574         * nat/linux-ptrace.c (current_ptrace_options): Rename to
8575         supported_ptrace_options.
8576         (additional_flags): Delete variable.
8577         (linux_check_ptrace_features): Use supported_ptrace_options.
8578         (linux_test_for_tracesysgood, linux_test_for_tracefork):
8579         Likewise, and remove additional_flags check.
8580         (linux_enable_event_reporting): Change 'attached' argument to
8581         'options'.  Use supported_ptrace_options.
8582         (ptrace_supports_feature): Change comment.  Use
8583         supported_ptrace_options.
8584         (linux_ptrace_set_additional_flags): Delete function.
8585         * nat/linux-ptrace.h (linux_ptrace_set_additional_flags):
8586         Delete function prototype.
8587         * remote.c (remote_fork_event_p): New function.
8588         (remote_detach_pid): New function.
8589         (remote_detach_1): Call remote_detach_pid, don't mourn inferior
8590         if doing detach-on-fork.
8591         (remote_follow_fork): New function.
8592         (remote_parse_stop_reply): Handle new "T" stop reason "fork".
8593         (remote_pid_to_str): Print "process" strings for pid/0/0 ptids.
8594         (init_extended_remote_ops): Initialize to_follow_fork.
8595
8596 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8597
8598         * nat/linux-ptrace.c (linux_check_ptrace_features): Change
8599         from static to extern.
8600         * nat/linux-ptrace.h (linux_check_ptrace_features): Declare.
8601         * remote.c (anonymous enum): <PACKET_fork_event_feature,
8602         * PACKET_vfork_event_feature>: New enumeration constants.
8603         (remote_protocol_features): Add table entries for new packets.
8604         (remote_query_supported): Add new feature queries to qSupported
8605         packet.
8606
8607 2015-05-12  Gary Benson <gbenson@redhat.com>
8608
8609         * remote.c (remote_add_inferior): Call exec_file_locate_attach
8610         for fake PIDs as well as real ones.
8611         (remote_pid_to_exec_file): Send empty annex if PID is fake.
8612
8613 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
8614
8615         * NEWS (Python Scripting): Mention the new gdb.Value methods.
8616         * python/py-value.c (valpy_reference_value): New function.
8617         (valpy_const_value): Likewise.
8618         (value_object_methods): Add new methods.
8619         * value.c (make_cv_value): New function.
8620         * value.h (make_cv_value): Declare.
8621
8622 2015-05-08  Yao Qi  <yao@codesourcery.com>
8623             Sandra Loosemore  <sandra@codesourcery.com>
8624
8625         * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check
8626         to 'lh->include_dirs' before accessing to it.
8627         (psymtab_include_file_name): Likewise.
8628         (dwarf_decode_lines_1): Likewise.
8629         (dwarf_decode_lines): Likewise.
8630         (file_file_name): Likewise.
8631
8632 2015-05-08  Sandra Loosemore  <sandra@codesourcery.com>
8633
8634         * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define.
8635         (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define.
8636         (nios2_linux_rt_sigreturn_init): Adjust base address of
8637         register save area.
8638
8639 2015-05-08  Sandra Loosemore  <sandra@codesourcery.com>
8640
8641         * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using
8642         "trap 31" as the breakpoint instruction on all targets.
8643
8644 2015-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8645
8646         * infcmd.c (print_return_value): Remove unused declaration.
8647
8648 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
8649
8650         * dwarf2read.c (attr_to_dynamic_prop)
8651         <DW_AT_data_member_location>: Use read_type_die isntead of
8652         get_die_type.
8653
8654 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
8655
8656         * ada-lang.c (ada_convert_actual): Add handling of formals
8657         passed inside an aligner type.
8658
8659 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
8660
8661         * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
8662
8663 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
8664
8665         PR python/18291
8666         * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo.
8667         Print xmethod matcher status.
8668
8669 2015-05-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8670
8671         * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA
8672         register in the regcache when treating the PSWM register, and vice
8673         versa.
8674
8675 2015-05-07  Gary Benson <gbenson@redhat.com>
8676
8677         * linux-thread-db.c (struct thread_db_info)
8678         <td_ta_map_id2thr_p>: Remove field.
8679         (try_thread_db_load_1): Remove initialization for the above.
8680
8681 2015-05-07  Gary Benson <gbenson@redhat.com>
8682
8683         * linux-thread-db.c (struct thread_db_info)
8684         <td_thr_validate_p>: Remove field.
8685         (try_thread_db_load_1): Remove initialization for the above.
8686
8687 2015-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
8688
8689         * compile/compile-object-load.c (compile_object_load): Support
8690         mst_text_gnu_ifunc.
8691
8692 2015-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
8693
8694         * compile/compile.c (compile_to_object): Make the cmd_string parameter
8695         const.  Use new variables for the const compatibility.
8696         (eval_compile_command): Make the cmd_string parameter const.
8697         * compile/compile.h (eval_compile_command): Make the cmd_string
8698         parameter const.
8699
8700 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
8701
8702         * defs.h (deprecated_init_ui_hook): Delete.  Remove associated
8703         comment.
8704         * top.c (deprecated_init_ui_hook): Delete.
8705         (gdb_init): Remove handling of deprecated_init_ui_hook.
8706         * interps.c (clear_interpreter_hooks): Remove handling of
8707         deprecated_init_ui_hook.
8708         * main.c (captured_main): Update comment.
8709
8710 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
8711
8712         * solib.c (_initialize_solib): Add "info dll" alias creation.
8713         * windows-nat.c (set_windows_aliases): Delete.
8714         (_initialize_windows_nat): Remove deprecated_init_ui_hook
8715         assignment.
8716         * NEWS: Add news entry about "info dll" now being available
8717         on all platforms.
8718
8719 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8720
8721         * ada-lang.c (value_assign_to_component): Reformat and improve
8722         documentation. Remove all trailing spaces.
8723
8724 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8725
8726         * inline-frame.c (inline_frame_sniffer, skip_inline_frames):
8727         Stop counting inlined frames as soon as an out-of-line function
8728         is found.
8729
8730 2014-05-05  Pierre-Marie de Rodat  <derodat@adacore.com>
8731
8732         * dwarf2read.c (inherit_abstract_dies): Skip
8733         DW_TAG_GNU_call_site dies while inheriting children of an
8734         abstract DIE into a scope.
8735         (read_lexical_block_scope): Inherit abstract DIE's for
8736         lexical scopes.
8737
8738 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8739
8740         * ada-valprint.c (val_print_packed_array_elements): Delete
8741         variable "len".  Add a type-length check when comparing two
8742         consecutive elements of the array.  Use the element's actual
8743         length in call to value_contents_eq.
8744         * ada-lang.c (ada_value_primitive_packed_val): Always return
8745         a value whose type has been resolved.
8746
8747 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8748
8749         * ada-lang.c (ada_value_primitive_packed_val): Recompute
8750         BIT_SIZE and LEN if the size of the resolved type is smaller
8751         than BIT_SIZE * HOST_CHAR_BIT.
8752
8753 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8754
8755         * ada-lang.c (ada_value_primitive_packed_val): Use a more
8756         correct address in call to value_at.  Adjust call to
8757         value_address accordingly.
8758
8759 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8760
8761         * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying
8762         to print it.
8763
8764 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8765
8766         * dwarf2loc.h (struct property_addr_info): Add "valaddr" field.
8767         * dwarf2loc.c (dwarf2_evaluate_property): Add handling of
8768         pinfo->valaddr.
8769         * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter.
8770         * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr.
8771         (resolve_dynamic_type_internal): Set pinfo.valaddr.
8772         Add handling of addr_stack->valaddr.
8773         (resolve_dynamic_type): Add "valaddr" parameter.
8774         Set pinfo.valaddr field.
8775         * ada-lang.c (ada_discrete_type_high_bound): Update call to
8776         resolve_dynamic_type.
8777         (ada_discrete_type_low_bound): Likewise.
8778         * findvar.c (default_read_var_value): Likewise.
8779         * value.c (value_from_contents_and_address): Likewise.
8780
8781 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8782
8783         * gdbtypes.c (resolve_dynamic_array): Use
8784         create_array_type_with_stride instead of create_array_type.
8785
8786 2015-04-30  DJ Delorie  <dj@redhat.com>
8787
8788         * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to
8789         rl78_decode_opcode
8790
8791 2015-04-29  Doug Evans  <dje@google.com>
8792
8793         PR python/18285
8794         * NEWS: Document new gdb.XMethodWorker.get_result_type method.
8795         * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle
8796         EVAL_AVOID_SIDE_EFFECTS for xmethods.
8797         * extension-priv.h (struct extension_language_ops)
8798         <get_xmethod_result_type>: New member.
8799         * extension.c (get_xmethod_result_type): New function.
8800         * extension.h (get_xmethod_result_type): Declare.
8801         * python/py-xmethods.c (get_result_type_method_name): New static
8802         global.
8803         (py_get_result_type_method_name): Ditto.
8804         (gdbpy_get_xmethod_result_type): New function.
8805         (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name.
8806         * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare.
8807         * python/python.c (python_extension_ops): Add
8808         gdbpy_get_xmethod_result_type.
8809         * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type.
8810         * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for
8811         xmethods.
8812         (value_x_unop): Ditto.
8813         * value.c (result_type_of_xmethod): New function.
8814         * value.h (result_type_of_xmethod): Declare.
8815
8816 2015-04-29  Gary Benson <gbenson@redhat.com>
8817
8818         * solib.c (solib_find_1): Allow fd argument to be NULL.
8819         (exec_file_find): Update comment.
8820         (solib_find): Likewise.
8821         * exec.c (exec_file_locate_attach): Use NULL as fd
8822         argument to exec_file_find to avoid having to close
8823         the opened file.
8824         * infrun.c (follow_exec): Likewise.
8825
8826 2015-04-28  Doug Evans  <dje@google.com>
8827
8828         PR python/18299
8829         * python/lib/gdb/printing.py (register_pretty_printer): Handle
8830         name or __name__ attributes.  Handle gdb module as first argument.
8831
8832 2015-04-28  Doug Evans  <dje@google.com>
8833
8834         PR python/18089
8835         * python/py-prettyprint.c (print_children): Verify result of children
8836         iterator.  Provide better error message.
8837         * python/python-internal..h (gdbpy_print_python_errors_p): Declare.
8838         * python/python.c (gdbpy_print_python_errors_p): New function.
8839
8840 2015-04-28  Doug Evans  <dje@google.com>
8841
8842         * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
8843
8844 2015-04-28  Sasha Smundak  <asmundak@google.com>
8845
8846         * NEWS: Mention gdb.Type.optimized_out method.
8847         * python/py-type.c (typy_optimized_out):  New function.
8848
8849 2015-04-28  John Baldwin  <jhb@FreeBSD.org>
8850
8851         * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
8852
8853 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8854
8855         * utils.c (init_page_info): Set rl_catch_sigwinch to zero.
8856         (initialize_utils): Move call of init_page_info() to ...
8857         * top.c (gdb_init): ... here.
8858
8859 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8860
8861         * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment.
8862         (tui_sigwinch_handler): Still update our idea of
8863         the terminal's width and height even when TUI is not active.
8864
8865 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8866
8867         * utils.h (set_screen_width_and_height): Declare.
8868         * utils.c (set_screen_width_and_height): Define.
8869         * tui/tui-win.c (tui_update_gdb_sizes): Use it.
8870
8871 2015-04-28  Gary Benson <gbenson@redhat.com>
8872
8873         * infrun.c (solist.h): New include.
8874         (follow_exec): Use exec_file_find to prefix execd_pathname
8875         with gdb_sysroot.
8876
8877 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8878
8879         * tui/tui-source.c (tui_set_source_content): Avoid calling
8880         strcpy() when offset is 0.
8881
8882 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8883
8884         PR gdb/18155
8885         * tui/tui-data.c (tui_free_window): Don't free the locator
8886         window when passed an SRC_WIN or a DISASSEM_WIN.
8887
8888 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8889
8890         * tui/tui-data.h (struct tui_win_element): Forward-declare.
8891         (tui_win_content): Move declaration.
8892         (struct tui_gen_win_info): Give 'content' field the
8893         type tui_win_content.
8894         * tui/tui-data.c (init_content_element): Remove redundant and
8895         erroneous casts.
8896         (tui_add_content_elements): Remove erroneous cast.
8897         * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant
8898         casts.
8899         (tui_get_begin_asm_address): Likewise.
8900         * tui/tui-regs.c (tui_show_registers): Likewise.
8901         (tui_show_register_group): Likewise.
8902         (tui_display_registers_from): Likewise.
8903         (tui_check_register_values): Likewise.
8904         * tui/tui-source.c (tui_set_source_content): Likewise.
8905         (tui_set_source_content_nil): Likewise.
8906         (tui_source_is_displayed): Likewise.
8907         * tui/tui-stack.c (tui_show_locator_content): Likewise.
8908         (tui_set_locator_fullname): Likewise.
8909         (tui_set_locator_info): Likewise.
8910         (tui_show_frame_info): Likewise.
8911         * tui/tui-winsource.c (tui_clear_source_content): Likewise.
8912         (tui_show_source_line): Likewise.
8913         (tui_horizontal_source_scroll): Likewise.
8914         (tui_update_breakpoint_info): Likewise.
8915         (tui_set_exec_info_content): Likewise.
8916         (tui_show_exec_info_content): Likewise.
8917         (tui_alloc_source_buffer): Likewise.
8918         (tui_line_is_displayed): Likewise.
8919         (tui_addr_is_displayed): Likewise.
8920
8921 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
8922
8923         * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD
8924         event if PL_FLAG_EXEC is set.
8925         [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function.
8926         [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function.
8927         (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set
8928         "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint".
8929         Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint".
8930
8931 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
8932
8933         * fbsd-nat.c: [PT_LWPINFO] New variable super_wait.
8934         [TDP_RFPPWAIT] New variable fbsd_pending_children.
8935         [TDP_RFPPWAIT] (fbsd_remember_child): New function.
8936         [TDP_RFPPWAIT] (fbsd_is_child_pending): New function.
8937         [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function.
8938         [PT_LWPINFO] (fbsd_wait): New function.
8939         [TDP_RFPPWAIT] (fbsd_follow_fork): New function.
8940         [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function.
8941         [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function.
8942         [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function.
8943         [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function.
8944         [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function.
8945         [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function.
8946         [TDP_RFPPWAIT] (fbsd_post_attach): New function.
8947         (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to
8948         "fbsd_wait".
8949         [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork".
8950         Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint".
8951         Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint".
8952         Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint".
8953         Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint".
8954         Set "to_post_startup_inferior" to "fbsd_post_startup_inferior".
8955         Set "to_post_attach" to "fbsd_post_attach".
8956
8957 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
8958
8959         * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static.
8960         (fbsd_find_memory_regions): Mark static.
8961         (fbsd_nat_add_target): New function.
8962         * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for
8963         fbsd_pid_to_exec_file and fbsd_find_memory_regions.
8964         * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target.
8965         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise.
8966         * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise.
8967         * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise.
8968
8969 2015-04-27  Gary Benson <gbenson@redhat.com>
8970
8971         * objfiles.c (allocate_objfile): Do not attempt to expand name
8972         if name is a "target:" filename.
8973         * auto-load.c (load_auto_scripts_for_objfile): Do not attempt
8974         to load auto-load scripts for objfiles with "target:" filenames.
8975
8976 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8977
8978         * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h".
8979         (enum s390_vector_abi_kind): New enum.
8980         (struct gdbarch_tdep)<vector_abi>: New field.
8981         (s390_effective_inner_type): Add parameter min_size.  Stop
8982         unwrapping if the inner type is smaller than min_size.
8983         (s390_function_arg_float): Adjust call to
8984         s390_effective_inner_type.
8985         (s390_function_arg_vector): New function.
8986         (s390_function_arg_integer): Adjust comment.
8987         (struct s390_arg_state)<vr>: New field.
8988         (s390_handle_arg): Add parameter 'is_unnamed'.  Pass vector
8989         arguments according to vector ABI when appropriate.
8990         (s390_push_dummy_call): Initialize the argument state's field
8991         'vr'.  Adjust calls to s390_handle_arg.
8992         (s390_register_return_value): Handle vector return values.
8993         (s390_return_value): Apply the "register" return value convention
8994         to a vector when appropriate.
8995         (s390_gdbarch_init): Initialize tdep->vector_abi.
8996         * NEWS: Announce S390 vector ABI support.
8997
8998 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8999
9000         * s390-linux-tdep.c (s390_return_value_convention): Remove
9001         function.  Inline its logic...
9002         (s390_return_value): ...here.  Instead, move the handling of the
9003         "register" return value convention...
9004         (s390_register_return_value): ...here.  New function.
9005
9006 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9007
9008         * s390-linux-tdep.c
9009         (is_float_singleton): Remove function.  Move the "singleton" part
9010         of the logic...
9011         (s390_effective_inner_type): ...here.  New function.
9012         (is_float_like): Remove function.  Inline its logic...
9013         (s390_function_arg_float): ...here.
9014         (is_pointer_like, is_integer_like, is_struct_like): Remove
9015         functions.  Inline their logic...
9016         (s390_function_arg_integer): ...here.
9017         (s390_function_arg_pass_by_reference): Remove function.
9018         (extend_simple_arg): Remove function.
9019         (alignment_of): Remove function.
9020         (struct s390_arg_state): New structure.
9021         (s390_handle_arg): New function.
9022         (s390_push_dummy_call): Move parameter placement logic to the new
9023         function s390_handle_arg.  Call it for calculating the stack area
9024         sizes first, and again for actually writing the parameters.
9025
9026 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9027
9028         * s390-linux-tdep.c (is_power_of_two): Add comment.  Return
9029           false if the argument is zero.
9030
9031 2015-04-27  Pierre-Marie de Rodat  <derodat@adacore.com>
9032
9033         * ada-lang.c (template_to_static_fixed_type): Return input type
9034         when it is already fixed.  Cache the input type itself when not
9035         creating a static fixed copy.  Make it explicit that we never
9036         molestate the input type.
9037         * gdbtypes.c (resolve_dynamic_struct): Reset the
9038         TYPE_TARGET_TYPE field for resolved copies.
9039
9040 2015-04-27  Joel Brobecker  <brobecker@adacore.com>
9041
9042         * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef.
9043         (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef.
9044         (template_to_static_fixed_type): Call ada_check_typedef only
9045         when necessary.
9046
9047 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
9048
9049         * cli/cli-dump.c (srec_dump_command): Add internationalization
9050         mark ups.
9051         (ihex_dump_command): Likewise.
9052         (tekhex_dump_command): Likewise.
9053         (binary_dump_command): Likewise.
9054         (binary_append_command): Likewise.
9055
9056 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
9057
9058         * cli/cli-dump.c (verilog_cmdlist): New variable.
9059         (dump_verilog_memory): New function.
9060         (dump_verilog_value): New function.
9061         (verilog_dump_command): New function.
9062         (_initialize_cli_dump): Add new commands to support verilog dump
9063         format.
9064         * NEWS: Add entry for "dump verilog".
9065
9066 2015-04-24  Pierre-Marie de Rodat  <derodat@adacore.com>
9067
9068         * gdbtypes.c (print_gnat_stuff): Do not recurse on the
9069         descriptive type when there is none.
9070
9071 2015-04-23  Patrick Palka  <patrick@parcs.ath.cx>
9072
9073         * tui/tui-win.c (tui_async_resize_screen): Call
9074         rl_resize_terminal().
9075
9076 2015-04-22  Jon Turney  <jon.turney@dronecode.org.uk>
9077
9078         * windows-nat.c (handle_output_debug_string): Don't change
9079         current_event.dwThreadId.
9080         (get_windows_debug_event): Use thread_id, rather than relying on
9081         current_event.dwThreadId being changed.
9082
9083 2015-04-22  Jon Turney  <jon.turney@dronecode.org.uk>
9084
9085         * windows-nat.c (windows_continue): Report an error if
9086         ContinueDebugEvent() fails.
9087
9088 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
9089
9090         * windows-nat.c (windows_resume): Fix misspelling in debug output.
9091
9092 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
9093
9094         * windows-nat.c (get_windows_debug_event): Replace retval with
9095         thread_id throughout.  Update stale comment.
9096
9097 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
9098
9099         * windows-nat.c (get_windows_debug_event): Don't use ternary
9100         conditional operator.
9101
9102 2015-04-21  Pierre Muller  <muller@sourceware.org>
9103
9104         PR pascal/17815
9105         p-exp.y (yylex): Reorganize code to return the matched pattern
9106         for a field of this.
9107
9108 2015-04-21  Gary Benson <gbenson@redhat.com>
9109
9110         * common/fileio.h (fileio_to_host_openflags): New declaration.
9111         * common/fileio.c (fcntl.h): New include.
9112         (fileio_to_host_openflags): New function, factored out from...
9113         * inf-child.c (inf_child_fileio_open_flags_to_host): ...here.
9114         Single use updated.
9115
9116 2015-04-21  Kevin Buettner  <kevinb@redhat.com>
9117
9118         * rl78-tdep.c (RL78_SP_ADDR): Define.
9119         (opc_reg_to_gdb_regnum): New static function.
9120         (rl78_analyze_prologue): Recognize instructions forming slightly
9121         more interesting prologues.
9122
9123 2015-04-20  Pierre-Marie de Rodat  <derodat@adacore.com>
9124
9125         Revert:
9126         2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9127         * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
9128         TYPE_CODE_REF types so that they are not considered as dynamic
9129         depending on the referenced type.
9130         (resolve_dynamic_type_internal): Likewise.
9131
9132 2015-04-20  Pierre-Marie de Rodat  <derodat@adacore.com>
9133
9134         Revert:
9135         2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9136         * gdbtypes.c (is_dynamic_type_internal): Remove the unused
9137         "top_level" parameter.
9138         (resolve_dynamic_type_internal): Remove the unused "top_level"
9139         parameter.  Update call to is_dynamic_type_internal.
9140         (is_dynamic_type): Update call to is_dynamic_type_internal.
9141         (resolve_dynamic_range): Update call to
9142         resolve_dynamic_type_internal.
9143         (resolve_dynamic_union): Likewise.
9144         (resolve_dynamic_struct): Likewise.
9145         (resolve_dynamic_type): Likewise.
9146
9147 2015-04-19  Gabriel Krisman Bertazi  <gabriel@krisman.be>
9148
9149         * breakpoint.c (update_dprintf_command_list): Remove duplicated
9150         xmalloc.
9151
9152 2015-04-20  Thomas Schwinge  <thomas@codesourcery.com>
9153
9154         * reply_mig_hack.awk: Robustify parsing.
9155
9156         * reply_mig_hack.awk: Don't bother to declare an intermediate
9157         function pointer variable.
9158
9159 2015-04-17  Doug Evans  <dje@google.com>
9160
9161         * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement"
9162         to "exec_displacement" to avoid confusion with inner use of the name.
9163
9164 2015-04-17  Pedro Alves  <palves@redhat.com>
9165
9166         * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero
9167         if HW point of TYPE isn't supported.
9168
9169 2015-04-17  Yao Qi  <yao.qi@linaro.org>
9170             Pedro Alves  <palves@redhat.com>
9171
9172         * target.h (target_can_use_hardware_watchpoint): Update comments.
9173         Remove trailing ";".
9174
9175 2015-04-17  Gary Benson <gbenson@redhat.com>
9176
9177         * remote.c (remote_add_inferior): New argument try_open_exec.
9178         If nonzero, attempt to open the inferior's executable file as
9179         the main executable if no main executable is open already.
9180         All callers updated.
9181         * NEWS: Mention that GDB now supports automatic location and
9182         retrieval of executable + files from remote targets.
9183
9184 2015-04-17  Gary Benson <gbenson@redhat.com>
9185
9186         * target.h (TARGET_OBJECT_EXEC_FILE): New enum value.
9187         * remote.c (PACKET_qXfer_exec_file): Likewise.
9188         (remote_protocol_features): Register the
9189         "qXfer:exec-file:read" feature.
9190         (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE.
9191         (remote_pid_to_exec_file): New function.
9192         (init_remote_ops): Initialize to_pid_to_exec_file.
9193         (_initialize_remote): Register new "set/show remote
9194         pid-to-exec-file-packet" command.
9195         * NEWS: Announce new qXfer:exec-file:read packet.
9196
9197 2015-04-17  Gary Benson <gbenson@redhat.com>
9198
9199         * nat/linux-procfs.h (linux_proc_pid_to_exec_file):
9200         New declaration.
9201         * nat/linux-procfs.c (linux_proc_pid_to_exec_file):
9202         New function, factored out from...
9203         * linux-nat.c (linux_child_pid_to_exec_file): ...here.
9204
9205 2015-04-17  Gary Benson <gbenson@redhat.com>
9206
9207         * exec.c (solist.h): New include.
9208         (exec_file_locate_attach): Prefix absolute executable
9209         paths with gdb_sysroot if set.
9210         * NEWS: Mention that executable paths may be prepended
9211         with sysroot.
9212
9213 2015-04-17  Gary Benson <gbenson@redhat.com>
9214
9215         * solist.h (exec_file_find): New declaration.
9216         * solib.c (solib_find_1): New function, factored out from...
9217         (solib_find): ...here.
9218         (exec_file_find): New function.
9219
9220 2015-04-17  Gary Benson <gbenson@redhat.com>
9221
9222         * gdbcore.h (exec_file_locate_attach): New declaration.
9223         * exec.c (exec_file_locate_attach): New function, factored
9224         out from...
9225         * infcmd.c (attach_command_post_wait): ...here.
9226
9227 2015-04-17  Mike Frysinger  <vapier@gentoo.org>
9228
9229         * MAINTAINERS: Add myself for Blackfin/write-after-approval.
9230
9231 2015-04-16  Yao Qi  <yao.qi@linaro.org>
9232
9233         * infrun.c (maybe_software_singlestep): Declare.
9234         (displaced_step_fixup): Call maybe_software_singlestep.
9235
9236 2015-04-15  Doug Evans  <dje@google.com>
9237
9238         * psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
9239
9240 2015-04-15  Doug Evans  <dje@google.com>
9241
9242         * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls.
9243
9244 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
9245
9246         * python/lib/gdb/command/unwinders.py: Add parentheses.
9247
9248 2015-04-15  Yao Qi  <yao.qi@linaro.org>
9249
9250         * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message.
9251
9252 2015-04-15  Yao Qi  <yao.qi@linaro.org>
9253
9254         * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation.
9255
9256 2015-04-15  Yao Qi  <yao.qi@linaro.org>
9257
9258         * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
9259         dsc->insn_size instead of 4.
9260
9261 2015-04-14  Gary Benson <gbenson@redhat.com>
9262
9263         * jit.c (mem_bfd_iovec_stat): Zero supplied buffer.
9264         * minidebug.c (lzma_stat): Likewise.
9265         * solib-spu.c (spu_bfd_iovec_stat): Likewise.
9266         * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise.
9267
9268 2015-04-13  Stan Shebs  <stanshebs@google.com>
9269
9270         * MAINTAINERS: Update my email address.
9271
9272 2015-04-13  John Baldwin  <jhb@FreeBSD.org>
9273
9274         * amd64-tdep.c (amd64_target_description): New function.
9275         * amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
9276         * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
9277         (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
9278         x86 extended save area.
9279         (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
9280         * amd64bsd-nat.h: Export amd64bsd_xsave_len.
9281         * amd64fbsd-nat.c (amd64fbsd_read_description): New function.
9282         (_initialize_amd64fbsd_nat): Set "to_read_description" to
9283         "amd64fbsd_read_description".
9284         * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
9285         (amd64fbsd_supply_xstateregset): New function.
9286         (amd64fbsd_collect_xstateregset): New function.
9287         Add "amd64fbsd_xstateregset".
9288         (amd64fbsd_iterate_over_regset_sections): New function.
9289         (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
9290         "I386_FBSD_XSAVE_XCR0_OFFSET".
9291         Add "iterate_over_regset_sections" gdbarch method.
9292         Add "core_read_description" gdbarch method.
9293         * i386-tdep.c (i386_target_description): New function.
9294         * i386-tdep.h: Export i386_target_description and tdesc_i386.
9295         * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
9296         (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
9297         x86 extended save area.
9298         (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
9299         * i386bsd-nat.h: Export i386bsd_xsave_len.
9300         * i386fbsd-nat.c (i386fbsd_read_description): New function.
9301         (_initialize_i386fbsd_nat): Set "to_read_description" to
9302         "i386fbsd_read_description".
9303         * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
9304         (i386fbsd_core_read_description): New function.
9305         (i386fbsd_supply_xstateregset): New function.
9306         (i386fbsd_collect_xstateregset): New function.
9307         Add "i386fbsd_xstateregset".
9308         (i386fbsd_iterate_over_regset_sections): New function.
9309         (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
9310         "I386_FBSD_XSAVE_XCR0_OFFSET".
9311         Add "iterate_over_regset_sections" gdbarch method.
9312         Add "core_read_description" gdbarch method.
9313         * i386fbsd-tdep.h: New file.
9314
9315 2015-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9316
9317         * NEWS (Changes since GDB 7.9): Add removed -xdb.
9318         * breakpoint.c (command_line_is_silent): Remove xdb_commands
9319         conditional.
9320         (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba
9321         and lb.
9322         * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and
9323         va.
9324         * cli/cli-decode.c (find_command_name_length): Remove xdb_commands
9325         conditional.
9326         * defs.h (xdb_commands): Remove declaration.
9327         * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc.
9328         * guile/scm-cmd.c (command_classes): Remove xdb from comment.
9329         * infcmd.c (run_no_args_command, go_command): Remove.
9330         (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr.
9331         * infrun.c (xdb_handle_command): Remove.
9332         (_initialize_infrun): Remove xdb_commands for lz and z.
9333         * main.c (xdb_commands): Remove variable.
9334         (captured_main): Remove "xdb" from long_options.
9335         (print_gdb_help): Remove --xdb from help.
9336         * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment.
9337         * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?.
9338         * stack.c (backtrace_full_command, args_plus_locals_info)
9339         (current_frame_command): Remove.
9340         (_initialize_stack): Remove xdb_commands for t, T and l.
9341         * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg.
9342         * thread.c (_initialize_thread): Remove xdb_commands condition.
9343         * tui/tui-layout.c (tui_toggle_layout_command)
9344         (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove.
9345         (_initialize_tui_layout): Remove xdb_commands for td and ts.
9346         * tui/tui-regs.c (tui_scroll_regs_forward_command)
9347         (tui_scroll_regs_backward_command): Remove.
9348         (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r.
9349         * tui/tui-win.c (tui_xdb_set_win_height_command): Remove.
9350         (_initialize_tui_win): Remove xdb_commands for U and w.
9351         * utils.c (pagination_on_command, pagination_off_command): Remove.
9352         (initialize_utils): Remove xdb_commands for am and sm.
9353
9354 2015-04-10  Pedro Alves  <palves@redhat.com>
9355
9356         * infrun.c (displaced_step_fixup): Switch to the event ptid
9357         earlier.  If the thread stopped for a watchpoint and the
9358         target/arch has non-continuable watchpoints, cancel the displaced
9359         step.
9360         (resume): Don't start a displaced step if in-line step-over info
9361         is valid.
9362
9363 2015-04-10  Pedro Alves  <palves@redhat.com>
9364
9365         * infrun.c (displaced_step_in_progress): New function.
9366         (do_target_resume): Advise target to report all signals if
9367         displaced stepping.
9368
9369 2015-04-10  Pedro Alves  <palves@redhat.com>
9370
9371         PR gdb/18216
9372         * infrun.c (process_event_stop_test): Don't assume a step-resume
9373         is set if tp->stepped_breakpoint is true.
9374
9375 2015-04-10  Yao Qi  <yao.qi@linaro.org>
9376
9377         * arm-tdep.c (install_alu_reg): Update comment.
9378         (thumb_copy_alu_reg): Remove local variable rn.  Update
9379         debugging message.  Use r2 instead of r1 in the modified
9380         instruction.
9381
9382 2015-04-10  Pedro Alves  <palves@redhat.com>
9383
9384         PR gdb/13858
9385         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install
9386         linux_displaced_step_location as gdbarch_displaced_step_location
9387         hook.
9388         * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
9389         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
9390         * linux-tdep.c (linux_displaced_step_location): New function,
9391         based on ppc_linux_displaced_step_location.
9392         * linux-tdep.h (linux_displaced_step_location): New declaration.
9393         * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete.
9394         (ppc_linux_inferior_created, ppc_linux_displaced_step_location):
9395         Delete.
9396         (ppc_linux_init_abi): Install linux_displaced_step_location as
9397         gdbarch_displaced_step_location hook, even without Cell/B.E..
9398         (_initialize_ppc_linux_tdep): Don't install
9399         ppc_linux_inferior_created as inferior_created observer.
9400         * s390-linux-tdep.c (s390_gdbarch_init): Install
9401         linux_displaced_step_location as gdbarch_displaced_step_location
9402         hook.
9403
9404 2015-04-09  Gary Benson <gbenson@redhat.com>
9405
9406         * common/common-remote-fileio.h: Rename to...
9407         * common/fileio.h: ...this.  Update all references.
9408         (remote_fileio_to_fio_error): Rename to...
9409         (host_to_fileio_error): ...this.
9410         (remote_fileio_to_be): Rename to...
9411         (host_to_bigendian): ...this.  Update all callers.
9412         (remote_fileio_to_fio_uint): Rename to...
9413         (host_to_fileio_uint): ...this.  Update all callers.
9414         (remote_fileio_to_fio_time): Rename to...
9415         (host_to_fileio_time): ...this.  Update all callers.
9416         (remote_fileio_to_fio_stat): Rename to...
9417         (host_to_fileio_stat): ...this.
9418         Update all references.
9419         * common/common-remote-fileio.c: Rename to...
9420         * common/fileio.c: ...this.  Update all references.
9421         (remote_fileio_to_fio_error): Rename to...
9422         (host_to_fileio_error): ...this.  Update all callers.
9423         (remote_fileio_mode_to_target): Rename to...
9424         (fileio_mode_pack): ...this.  Update all callers.
9425         (remote_fileio_to_fio_mode): Rename to...
9426         (host_to_fileio_mode): ...this.  Update all callers.
9427         (remote_fileio_to_fio_ulong): Rename to...
9428         (host_to_fileio_ulong): ...this.  Update all callers.
9429         (remote_fileio_to_fio_stat): Rename to...
9430         (host_to_fileio_stat): ...this.  Update all callers.
9431
9432 2015-04-09  Andy Wingo  <wingo@igalia.com>
9433
9434         * guile/scm-frame.c (gdbscm_frame_read_register): New function.
9435         (frame_functions): Bind gdbscm_frame_read_register to
9436         frame-read-register.
9437         * guile/lib/gdb.scm (frame-read-register): Export.
9438
9439 2015-04-09  Gary Benson <gbenson@redhat.com>
9440
9441         * common/common-remote-fileio.h (remote_fileio_to_fio_error):
9442         New declaration.
9443         * common/common-remote-fileio.c (remote_fileio_to_fio_error):
9444         New function, factored out the named functions below.
9445         * inf-child.c (gdb/fileio.h): Remove include.
9446         (common-remote-fileio.h): New include.
9447         (inf_child_errno_to_fileio_error): Remove function.  Update
9448         all callers to use remote_fileio_to_fio_error.
9449         * remote-fileio.c (remote_fileio_errno_to_target): Likewise.
9450
9451 2015-04-09  Andy Wingo  <wingo@igalia.com>
9452
9453         * MAINTAINERS (Write After Approval): Add Andy Wingo.
9454
9455 2015-04-09  H.J. Lu  <hongjiu.lu@intel.com>
9456
9457         * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir.
9458         Replace $zlibdir with $ZLIBDIR in LDFLAGS.
9459         * configure: Regenerated.
9460
9461 2015-04-09  Pedro Alves  <palves@redhat.com>
9462
9463         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
9464         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
9465         * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
9466         * gnulib/import/Makefile.am: Update.
9467         * gnulib/import/Makefile.in: Update.
9468         * gnulib/import/m4/gnulib-cache.m4: Update.
9469         * gnulib/import/m4/gnulib-comp.m4: Update.
9470         * gnulib/import/m4/strtok_r.m4: New file.
9471         * gnulib/import/strtok_r.c: New file.
9472
9473 2015-04-09  Pedro Alves  <palves@redhat.com>
9474
9475         * gnulib/update-gnulib.sh (aclocal version check): Filter out
9476         "called too early to check prototype".
9477
9478 2015-04-08  Sergio Durigan Junior  <sergiodj@redhat.com>
9479
9480         PR python/16699
9481         * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not
9482         use a caching mechanism.  Adjust comments and code to reflect
9483         that.  Replace 'sizeof' by 'strlen' when fetching 'wordobj'.
9484         (cmdpy_completer_handle_brkchars): Adjust call to
9485         cmdpy_completer_helper.  Call Py_XDECREF for 'resultobj'.
9486         (cmdpy_completer): Likewise.
9487
9488 2015-04-08  Yao Qi  <yao.qi@linaro.org>
9489
9490         * spu-tdep.c (spu_gdbarch_init): Don't call
9491         set_gdbarch_cannot_step_breakpoint.
9492
9493 2015-04-07  Sergio Durigan Junior  <sergiodj@redhat.com>
9494
9495         * linux-tdep.c (decode_vmflags): Initialize 'saveptr'.
9496
9497 2015-04-07  Pedro Alves  <palves@redhat.com>
9498
9499         * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ...
9500         (ALL_THREADS_SAFE): ... this, and don't skip exited threads.
9501         (delete_exited_threads): New declaration.
9502         * infrun.c (follow_exec): Use ALL_THREADS_SAFE.
9503         * linux-nat.c (linux_nat_update_thread_list): New function.
9504         (linux_nat_add_target): Install it.
9505         * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE.
9506         * thread.c (prune_threads): Use ALL_THREADS_SAFE.
9507         (delete_exited_threads): New function.
9508
9509 2015-04-07  Pedro Alves  <pedro@codesourcery.com>
9510
9511         * infrun.c (resume) <displaced stepping debug output>: Get the
9512         leader thread's regcache, not resume_ptid's.
9513
9514 2015-04-06  Doug Evans  <xdje42@gmail.com>
9515
9516         * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as
9517         VAR_DOMAIN.
9518         (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters.
9519         Include symbol domain in debugging output.
9520
9521 2015-04-06  Pedro Alves  <palves@redhat.com>
9522             Bernd Edlinger  <bernd.edlinger@hotmail.de>
9523
9524         * configure.ac: Remove the mingw32-specific stub-termcap.o
9525         fallback, and instead fallback to the stub termcap on all hosts.
9526         * configure: Regenerate.
9527         * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak
9528         symbols.
9529
9530 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9531
9532         * gdbtypes.c (is_dynamic_type_internal): Remove the unused
9533         "top_level" parameter.
9534         (resolve_dynamic_type_internal): Remove the unused "top_level"
9535         parameter.  Update call to is_dynamic_type_internal.
9536         (is_dynamic_type): Update call to is_dynamic_type_internal.
9537         (resolve_dynamic_range): Update call to
9538         resolve_dynamic_type_internal.
9539         (resolve_dynamic_union): Likewise.
9540         (resolve_dynamic_struct): Likewise.
9541         (resolve_dynamic_type): Likewise.
9542
9543 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9544
9545         * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
9546         TYPE_CODE_REF types so that they are not considered as dynamic
9547         depending on the referenced type.
9548         (resolve_dynamic_type_internal): Likewise.
9549
9550 2015-04-02  H.J. Lu  <hongjiu.lu@intel.com>
9551
9552         * Makefile.in (top_srcdir): New.
9553         * configure: Regenerated.
9554
9555 2015-04-02  Gary Benson <gbenson@redhat.com>
9556
9557         * NEWS: Announce the new default sysroot of "target:".
9558
9559 2015-04-02  Gary Benson <gbenson@redhat.com>
9560
9561         * main.c (captured_main): Set gdb_sysroot to "target:"
9562         if not otherwise set.
9563
9564 2015-04-02  Gary Benson <gbenson@redhat.com>
9565
9566         * exec.c (exec_file_attach): Support "target:" filenames.
9567
9568 2015-04-02  Gary Benson <gbenson@redhat.com>
9569
9570         * solib.c (solib_find): Strip "target:" prefix from sysroot
9571         if accessing local files.
9572
9573 2015-04-02  Gary Benson <gbenson@redhat.com>
9574
9575         * symfile.c (symfile_bfd_open): Reorder to remove duplicated
9576         checks and error messages.
9577
9578 2015-04-02  Gary Benson <gbenson@redhat.com>
9579
9580         * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition.
9581         (remote_filename_p): Remove declaration.
9582         (remote_bfd_open): Likewise.
9583         * remote.c (remote_bfd_iovec_open): Remove function.
9584         (remote_bfd_iovec_close): Likewise.
9585         (remote_bfd_iovec_pread): Likewise.
9586         (remote_bfd_iovec_stat): Likewise.
9587         (remote_filename_p): Likewise.
9588         (remote_bfd_open): Likewise.
9589         * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration.
9590         * symfile.c (separate_debug_file_exists): Use gdb_bfd_open.
9591         (gdb_bfd_open_maybe_remote): Remove function.
9592         (symfile_bfd_open):  Replace remote filename check with
9593         target filename check.
9594         (reread_symbols): Use gdb_bfd_open.
9595         * build-id.c (gdbcore.h): New include.
9596         (build_id_to_debug_bfd): Use gdb_bfd_open.
9597         * infcmd.c (attach_command_post_wait): Remove remote filename
9598         check.
9599         * solib.c (solib_find): Replace remote-specific handling with
9600         target-specific handling.  Update comments where necessary.
9601         (solib_bfd_open): Replace remote-specific handling with
9602         target-specific handling.
9603         (gdb_sysroot_changed): New function.
9604         (_initialize_solib): Call the above when gdb_sysroot changes.
9605         * windows-tdep.c (gdbcore.h): New include.
9606         (windows_xfer_shared_library): Use gdb_bfd_open.
9607
9608 2015-04-02  Gary Benson <gbenson@redhat.com>
9609
9610         * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition.
9611         (is_target_filename): New declaration.
9612         (gdb_bfd_has_target_filename): Likewise.
9613         (gdb_bfd_open): Update documentation comment.
9614         * gdb_bfd.c (target.h): New include.
9615         (gdb/fileio.h): Likewise.
9616         (is_target_filename): New function.
9617         (gdb_bfd_has_target_filename): Likewise.
9618         (fileio_errno_to_host): Likewise.
9619         (gdb_bfd_iovec_fileio_open): Likewise.
9620         (gdb_bfd_iovec_fileio_pread): Likewise.
9621         (gdb_bfd_iovec_fileio_close): Likewise.
9622         (gdb_bfd_iovec_fileio_fstat): Likewise.
9623         (gdb_bfd_open): Use target fileio to access paths prefixed
9624         with "target:" where necessary.
9625
9626 2015-04-02  Gary Benson <gbenson@redhat.com>
9627
9628         * target.h (struct target_ops) <to_filesystem_is_local>:
9629         New field.
9630         (target_filesystem_is_local): New macro.
9631         * target-delegates.c: Regenerate.
9632         * remote.c (remote_filesystem_is_local): New function.
9633         (init_remote_ops): Initialize to_filesystem_is_local.
9634
9635 2015-04-02  Gary Benson <gbenson@redhat.com>
9636
9637         * target.h (struct target_ops) <to_fileio_fstat>: New field.
9638         (target_fileio_fstat): New declaration.
9639         * target.c (target_fileio_fstat): New function.
9640         * inf-child.c (inf_child_fileio_fstat): Likewise.
9641         (inf_child_target): Initialize to_fileio_fstat.
9642         * remote.c (init_remote_ops): Likewise.
9643
9644 2015-04-01  Sasha Smundak  <asmundak@google.com>
9645
9646         * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o.
9647         (SUBDIR_PYTHON_SRCS): Add py-unwind.c.
9648         (py-unwind.o): New recipe.
9649         * NEWS: mention Python frame unwinding.
9650         * data-directory/Makefile.in (PYTHON_FILE_LIST): Add
9651         gdb/unwinder.py and gdb/command/unwinder.py
9652         * python/lib/gdb/__init__.py (packages): Add frame_unwinders
9653         list.
9654         (execute_unwinders): New function.
9655         * python/lib/gdb/command/unwinders.py: New file.
9656         * python/lib/gdb/unwinder.py: New file.
9657         * python/py-objfile.c (objfile_object): Add frame_unwinders field.
9658         (objfpy_dealloc): Decrement frame_unwinders reference count.
9659         (objfpy_initialize): Create frame_unwinders list.
9660         (objfpy_get_frame_unwinders): New function.
9661         (objfpy_set_frame_unwinders): Ditto.
9662         (objfile_getset): Add frame_unwinders attribute to Objfile.
9663         * python/py-progspace.c (pspace_object): Add frame_unwinders field.
9664         (pspy_dealloc): Decrement frame_unwinders reference count.
9665         (pspy_initialize): Create frame_unwinders list.
9666         (pspy_get_frame_unwinders): New function.
9667         (pspy_set_frame_unwinders): Ditto.
9668         (pspy_getset): Add frame_unwinders attribute to gdb.Progspace.
9669         * python/py-unwind.c: New file.
9670         * python/python-internal.h (pspy_get_name_unwinders): New prototype.
9671         (objpy_get_frame_unwinders): New prototype.
9672         (gdbpy_initialize_unwind): New prototype.
9673         * python/python.c (gdbpy_apply_type_printers): Call
9674         gdbpy_initialize_unwind.
9675
9676 2015-04-01  Pedro Alves  <palves@redhat.com>
9677
9678         * infrun.c (resume): Check currently_stepping after clearing
9679         stepped_breakpoint, not before.
9680
9681 2015-04-01  Pedro Alves  <palves@redhat.com>
9682
9683         * infrun.c (print_target_wait_results): Print all the ptid
9684         elements.
9685
9686 2015-04-01  Pedro Alves  <palves@redhat.com>
9687
9688         * infrun.c (keep_going): Also discard cleanups if inserting
9689         breakpoints fails.
9690
9691 2015-04-01  Pedro Alves  <palves@redhat.com>
9692
9693         * infrun.c (wait_for_inferior): Install the
9694         finish_thread_state_cleanup cleanup across the whole function, not
9695         just around handle_inferior_event.
9696
9697 2015-04-01  Pedro Alves  <palves@redhat.com>
9698
9699         * infrun.c (resume) <step past permanent breakpoint>: Use
9700         do_target_resume.
9701
9702 2015-04-01  Pedro Alves  <palves@redhat.com>
9703
9704         * linux-nat.c (linux_handle_extended_wait): Always call set_running.
9705
9706 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
9707
9708         * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
9709
9710 2015-04-01  Pedro Alves  <palves@redhat.com>
9711
9712         * linux-thread-db.c (record_thread): Readd the thread to gdb's
9713         list if it was marked exited.
9714
9715 2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
9716
9717         * configure: Regenerated.
9718
9719 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
9720             Jan Kratochvil  <jan.kratochvil@redhat.com>
9721             Oleg Nesterov  <oleg@redhat.com>
9722
9723         PR corefiles/16092
9724         * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'.
9725         New enum identifying the various options of the coredump_filter
9726         file.
9727         (struct smaps_vmflags): New struct.
9728         (use_coredump_filter): New variable.
9729         (decode_vmflags): New function.
9730         (mapping_is_anonymous_p): Likewise.
9731         (dump_mapping_p): Likewise.
9732         (linux_find_memory_regions_full): New variables
9733         'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'.
9734         Removed variable 'modified'.  Read /proc/<PID>/smaps file; improve
9735         parsing of its information.  Implement memory mapping filtering
9736         based on its contents.
9737         (show_use_coredump_filter): New function.
9738         (_initialize_linux_tdep): New command 'set use-coredump-filter'.
9739         * NEWS: Mention the possibility of using the
9740         '/proc/PID/coredump_filter' file when generating a corefile.
9741         Mention new command 'set use-coredump-filter'.
9742
9743 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
9744
9745         * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by
9746         read_memory_unsigned_integer.
9747
9748 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
9749
9750         * Makefile.in (ZLIB): New.
9751         (ZLIBINC): Likewise.
9752         (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC).
9753         (CLIBS): Add $(ZLIB).
9754         * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS.
9755         Add -lz to LIBS.
9756         * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
9757         * top.c (print_gdb_configuration): Remove --with-zlib and
9758         --without-zlib.
9759         * config.in: Regenerated.
9760         * configure: Likewise.
9761
9762 2015-03-31  Antoine Tremblay  <antoine.tremblay@ericsson.com>
9763
9764         * NEWS: Mention info os cpus support.
9765         * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
9766         (struct osdata_type): Add cpus entry, reorder the entries in
9767         alphabetical order.
9768
9769 2015-03-31  Matthias Klose  <doko@ubuntu.com>
9770
9771         * compile/compile.c (compile_to_object): Allow triplets with or
9772         without vendor set.
9773
9774 2015-03-30  Doug Evans  <dje@google.com>
9775
9776         PR c++/18141
9777         * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
9778         klass in VAR_DOMAIN.
9779
9780 2015-03-30  Gary Benson <gbenson@redhat.com>
9781
9782         * remote.c (remote_mourn_1): Remove function.  Update all callers
9783         to use remote_mourn.
9784         (extended_remote_mourn_1): Remove function.  Update all callers
9785         to use extended_remote_mourn.
9786         (extended_remote_attach_1): Remove function.  Update all callers
9787         to use extended_remote_attach.
9788
9789 2015-03-28  James Bowman  <james.bowman@ftdichip.com>
9790
9791         * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o.
9792         (HFILES_NO_SRCDIR): Add ft32-tdep.h.
9793         (ALLDEPFILES): Add ft32-tdep.c.
9794         * configure.tgt: Add FT32 entry.
9795         * ft32-tdep.c: New file, FT32 target-dependent code.
9796         * ft32-tdep.h: New file, FT32 target-dependent code.
9797
9798 2015-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
9799
9800         Revert:
9801         2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9802         Code cleanup.
9803         * printcmd.c (print_command_1): Move expr variable scope.
9804
9805 2015-03-27  Joel Brobecker  <brobecker@adacore.com>
9806
9807         * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL.
9808
9809 2015-03-27  Andrzej Kaczmarek  <andrzej.kaczmarek@tieto.com>
9810
9811         * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special
9812         sections.
9813
9814 2015-03-26  Joel Brobecker  <brobecker@adacore.com>
9815
9816         * dtrace-probe.c (dtrace_process_dof_probe): Contain any
9817         exception raised while parsing the probe arguments.
9818         Force parsing to be done using the C language parser.
9819         * expression.h (parse_expression_with_language): Declare.
9820         * parse.c (parse_expression_with_language): New function.
9821
9822 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
9823
9824         * MAINTAINERS (Write After Approval): Add "Jon Turney".
9825
9826 2015-03-26  Andy Wingo  <wingo@igalia.com>
9827
9828         PR symtab/18148
9829         * dwarf2read.c (struct partial_die_info): Add has_const_value
9830         member.
9831         (add_partial_symbol): Don't punt on symbols that have const_value
9832         attributes.
9833         (read_partial_die): Detect DW_AT_const_value.
9834
9835 2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9836
9837         Code cleanup.
9838         * printcmd.c (print_command_1): Move expr variable scope.
9839
9840 2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9841
9842         Code cleanup.
9843         * printcmd.c (validate_format): Make the parameter cmdname const.
9844
9845 2015-03-26  Don Breazeal  <donb@codesourcery.com>
9846
9847         * remote.c (_initialize_remote): Update comment.
9848
9849 2015-03-26  Pedro Alves  <palves@redhat.com>
9850             Jon TURNEY  <jon.turney@dronecode.org.uk>
9851
9852         * coffread.c (coff_symfile_read): When constructing the name of an
9853         import stub symbol from import symbol for amd64, only skip the
9854         char after _imp_ if the target is underscored (like i386) and the
9855         char is indeed the target's leading char.
9856
9857 2015-03-25  Pedro Alves  <palves@redhat.com>
9858
9859         * target.h <to_async>: Replace 'callback' and 'context' parameters
9860         with boolean 'enable' parameter.
9861         (target_async): Replace CALLBACK and CONTEXT parameters with
9862         boolean ENABLE parameter.
9863         * inf-loop.c (inferior_event_handler): Adjust.
9864         * linux-nat.c (linux_nat_attach, linux_nat_resume)
9865         (linux_nat_resume): Adjust.
9866         (async_client_callback, async_client_context): Delete.
9867         (handle_target_event): Call inferior_event_handler directly.
9868         (linux_nat_async): Replace 'callback' and 'context' parameters
9869         with boolean 'enable' parameter.  Adjust.  Remove references to
9870         async_client_callback and async_client_context.
9871         (linux_nat_close): Adjust.
9872         * record-btrace.c (record_btrace_async): Replace 'callback' and
9873         'context' parameters with boolean 'enable' parameter.  Adjust.
9874         (record_btrace_resume): Adjust.
9875         * record-full.c (record_full_async): Replace 'callback' and
9876         'context' parameters with boolean 'enable' parameter.  Adjust.
9877         (record_full_resume, record_full_core_resume): Adjust.
9878         * remote.c (struct remote_state) <async_client_callback,
9879         async_client_context>: Delete fields.
9880         (remote_start_remote, extended_remote_attach_1, remote_resume)
9881         (extended_remote_create_inferior): Adjust.
9882         (remote_async_serial_handler): Call inferior_event_handler
9883         directly.
9884         (remote_async): Replace 'callback' and 'context' parameters with
9885         boolean 'enable' parameter.  Adjust.
9886         * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper):
9887         Adjust.
9888         * target-delegates.c: Regenerate.
9889
9890 2015-03-25  Gary Benson <gbenson@redhat.com>
9891             Pedro Alves  <palves@redhat.com>
9892
9893         * target.c (fileio_ft_t): New typedef, define object vector.
9894         (fileio_fhandles): New static variable.
9895         (is_closed_fileio_fh): New macro.
9896         (lowest_closed_fd): New static variable.
9897         (acquire_fileio_fd): New function.
9898         (release_fileio_fd): Likewise.
9899         (fileio_fd_to_fh): New macro.
9900         (target_fileio_open): Wrap the file descriptor on success.
9901         (target_fileio_pwrite): Updated to use wrapped file descriptor.
9902         (target_fileio_pread): Likewise.
9903         (target_fileio_close): Likewise.
9904
9905 2015-03-24  Pedro Alves  <palves@redhat.com>
9906
9907         * thread.c (thread_apply_all_command): Take exited threads into
9908         account.
9909
9910 2015-03-24  Pedro Alves  <palves@redhat.com>
9911
9912         * infrun.c (resume, proceed): Mention
9913         switch_back_to_stepped_thread, not switch_back_to_stepping.
9914
9915 2015-03-24  Pedro Alves  <palves@redhat.com>
9916
9917         * infrun.c (user_visible_resume_ptid): Rewrite going from
9918         most-locked to unlocked instead of the opposite.  Move comment ...
9919         * infrun.h (user_visible_resume_ptid): ... here.
9920
9921 2015-03-24  Pedro Alves  <palves@redhat.com>
9922
9923         * linux-nat.c (linux_nat_resume): Output debug logs before trying
9924         to resume the event lwp.  Use the lwp's ptid instead of the passed
9925         in (maybe wildcard) ptid.
9926         (stop_wait_callback): Tweak debug log output.
9927         (check_stopped_by_breakpoint): Tweak debug log output.  Also dump
9928         TRAP_TRACE.
9929         (linux_nat_filter_event): In debug output, distinguish a
9930         resume_stop SIGSTOP from a delayed SIGSTOP.  Output debug logs
9931         before trying to resume the lwp.
9932
9933 2015-03-24  Joel Brobecker  <brobecker@adacore.com>
9934
9935         * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove
9936         pointer indirection.
9937         * gdbtypes.c (get_dyn_prop): Adjust, following change above.
9938         (add_dyn_prop, copy_dynamic_prop_list): Likewise.
9939
9940 2015-03-24  Joel Brobecker  <brobecker@adacore.com>
9941
9942         * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>:
9943         Renames DYN_ATTR_DATA_LOCATION.
9944         (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of
9945         DYN_ATTR_DATA_LOCATION.
9946         * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION
9947         instead of DYN_ATTR_DATA_LOCATION.
9948
9949 2015-03-24  Pedro Alves  <palves@redhat.com>
9950
9951         * breakpoint.c (until_break_command): Adjust call to proceed.
9952         * gdbthread.h (struct thread_control_state) <stepping_command>:
9953         New field.
9954         * infcall.c (run_inferior_call): Adjust call to proceed.
9955         * infcmd.c (run_command_1, proceed_thread_callback, continue_1):
9956         Adjust calls to proceed.
9957         (set_step_frame): Set the current thread's step_start_function
9958         here.
9959         (step_once): Adjust calls to proceed.
9960         (jump_command, signal_command, until_next_command)
9961         (finish_backward, finish_forward, proceed_after_attach_callback)
9962         (attach_command_post_wait): Adjust calls to proceed.
9963         * infrun.c (proceed_after_vfork_done): Adjust call to proceed.
9964         (do_target_resume): New function, factored out from ...
9965         (resume): ... here.  Remove 'step' parameter.  Instead, check
9966         currently_stepping to determine whether the thread should be
9967         single-stepped.
9968         (proceed): Remove 'step' parameter and don't set the thread's
9969         step_start_function here.  Adjust call to 'resume'.
9970         (handle_inferior_event): Adjust calls to 'resume'.
9971         (switch_back_to_stepped_thread): Use do_target_resume instead of
9972         'resume'.
9973         (keep_going): Adjust calls to 'resume'.
9974         * infrun.h (proceed): Remove 'step' parameter.
9975         (resume): Likewise.
9976         * windows-nat.c (do_initial_windows_stuff): Adjust call to
9977         'resume'.
9978         * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'.
9979
9980 2015-03-24  Pedro Alves  <palves@redhat.com>
9981
9982         * gdbthread.h (struct thread_control_state) <stepping_command>:
9983         New field.
9984         * infcmd.c (step_once): Pass step=1 to clear_proceed_status.  Set
9985         the thread's stepping_command field.
9986         * infrun.c (resume): Check the thread's stepping_command flag to
9987         determine which threads should be resumed.  Rename 'entry_step'
9988         local to user_step.
9989         (clear_proceed_status_thread): Clear 'stepping_command'.
9990         (schedlock_applies): Change parameter type to struct thread_info
9991         pointer.  Adjust.
9992         (find_thread_needs_step_over): Remove 'step' parameter.  Adjust.
9993         (switch_back_to_stepped_thread): Adjust calls to
9994         'schedlock_applies'.
9995         (_initialize_infrun): Adjust "set scheduler-locking step" help.
9996
9997 2015-03-24  Pedro Alves  <palves@redhat.com>
9998
9999         * infrun.c (step_start_function): Delete and ...
10000         * gdbthread.h (struct thread_control_state) <step_start_function>:
10001         ... now a field here.
10002         * infrun.c (clear_proceed_status_thread): Clear the thread's
10003         step_start_function.
10004         (proceed, process_event_stop_test, print_stop_event): Adjust.
10005
10006 2015-03-24  Pedro Alves  <palves@redhat.com>
10007
10008         * infrun.c (proceed): No longer handle negative step.
10009
10010 2015-03-24  Gary Benson  <gbenson@redhat.com>
10011
10012         * nat/x86-linux.h (x86_linux_new_thread): New declaration.
10013         (x86_linux_prepare_to_resume): Likewise.
10014         * x86-linux-nat.c (x86_linux_new_thread):
10015         Moved to nat/x86-linux.c.
10016         (x86_linux_prepare_to_resume): Likewise.
10017         * nat/x86-linux.c (x86_linux_new_thread): New function.
10018         (x86_linux_prepare_to_resume): Likewise.
10019
10020 2015-03-24  Gary Benson  <gbenson@redhat.com>
10021
10022         * nat/x86-linux-dregs.h: New file.
10023         * nat/x86-linux-dregs.c: Likewise.
10024         * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
10025         (x86-linux-dregs.o): New rule.
10026         * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
10027         * config/i386/linux64.mh (NATDEPFILES): Likewise.
10028         * x86-linux-nat.c: Include nat/x86-linux-dregs.h.
10029         (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
10030         (x86_linux_dr_get): Likewise.
10031         (x86_linux_dr_set): Likewise.
10032         (x86_linux_dr_get_addr): Likewise.
10033         (x86_linux_dr_get_control): Likewise.
10034         (x86_linux_dr_get_status): Likewise.
10035         (update_debug_registers_callback): Likewise.
10036         (x86_linux_dr_set_control): Likewise.
10037         (x86_linux_dr_set_addr): Likewise.
10038         (x86_linux_update_debug_registers): Likewise.
10039
10040 2015-03-24  Gary Benson  <gbenson@redhat.com>
10041
10042         * x86-linux-nat.c (x86_linux_update_debug_registers):
10043         New function, factored out from...
10044         (x86_linux_prepare_to_resume): ...this.
10045
10046 2015-03-24  Gary Benson  <gbenson@redhat.com>
10047
10048         * x86-linux-nat.c (x86_linux_dr_get): Update comments.
10049         (x86_linux_dr_set): Likewise.
10050         (x86_linux_dr_get_addr): Likewise.
10051         (x86_linux_dr_get_control): Likewise.
10052         (x86_linux_dr_get_status): Likewise.
10053         (update_debug_registers_callback): Likewise.
10054         (x86_linux_dr_set_control): Likewise.
10055         (x86_linux_dr_set_addr): Likewise.
10056         (x86_linux_prepare_to_resume): Likewise.
10057         (x86_linux_new_thread): Likewise.
10058
10059 2015-03-24  Gary Benson  <gbenson@redhat.com>
10060
10061         * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion.
10062         (x86_linux_new_thread): Rename argument.
10063
10064 2015-03-24  Gary Benson  <gbenson@redhat.com>
10065
10066         * nat/x86-linux.h: New file.
10067         * nat/x86-linux.c: Likewise.
10068         * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h.
10069         (x86-linux.o): New rule.
10070         * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o.
10071         * config/i386/linux64.mh (NATDEPFILES): Likewise.
10072         * nat/linux-nat.h (struct arch_lwp_info): New forward declaration.
10073         (lwp_set_arch_private_info): New declaration.
10074         (lwp_arch_private_info): Likewise.
10075         * linux-nat.c (lwp_set_arch_private_info): New function.
10076         (lwp_arch_private_info): Likewise.
10077         * x86-linux-nat.c: Include nat/x86-linux.h.
10078         (arch_lwp_info): Removed structure.
10079         (update_debug_registers_callback):
10080         Use lwp_set_debug_registers_changed.
10081         (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
10082         and lwp_set_debug_registers_changed.
10083         (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
10084
10085 2015-03-24  Gary Benson  <gbenson@redhat.com>
10086
10087         * nat/linux-nat.h (ptid_of_lwp): New declaration.
10088         (lwp_is_stopped): Likewise.
10089         (lwp_stop_reason): Likewise.
10090         * linux-nat.c (ptid_of_lwp): New function.
10091         (lwp_is_stopped): Likewise.
10092         (lwp_is_stopped_by_watchpoint): Likewise.
10093         * x86-linux-nat.c (update_debug_registers_callback):
10094         Use lwp_is_stopped.
10095         (x86_linux_prepare_to_resume): Use ptid_of_lwp and
10096         lwp_stop_reason.
10097
10098 2015-03-24  Gary Benson  <gbenson@redhat.com>
10099
10100         * linux-nat.h (linux_stop_lwp): Move declaration to...
10101         * nat/linux-nat.h (linux_stop_lwp): New declaration.
10102
10103 2015-03-24  Gary Benson  <gbenson@redhat.com>
10104
10105         * linux-nat.h: Include nat/linux-nat.h.
10106         (iterate_over_lwps): Move declaration to nat/linux-nat.h.
10107         * nat/linux-nat.h (struct lwp_info): New forward declaration.
10108         (iterate_over_lwps_ftype): New typedef.
10109         (iterate_over_lwps): New declaration.
10110         * linux-nat.h (iterate_over_lwps): Update comment.  Use
10111         iterate_over_lwps_ftype.  Update callback return value check.
10112
10113 2015-03-24  Gary Benson  <gbenson@redhat.com>
10114
10115         * x86-nat.h (x86_debug_reg_state): Move declaration to...
10116         * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
10117
10118 2015-03-24  Gary Benson  <gbenson@redhat.com>
10119
10120         * nat/linux-nat.h (current_lwp_ptid): New declaration.
10121         * linux-nat.c (current_lwp_ptid): New function.
10122         * x86-linux-nat.c: Include nat/linux-nat.h.
10123         (x86_linux_dr_get_addr): Use current_lwp_ptid.
10124         (x86_linux_dr_get_control): Likewise.
10125         (x86_linux_dr_get_status): Likewise.
10126         (x86_linux_dr_set_control): Likewise.
10127         (x86_linux_dr_set_addr): Likewise.
10128
10129 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10130
10131         PR breakpoints/16466
10132         * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
10133
10134 2015-03-23  Joel Brobecker  <brobecker@adacore.com>
10135
10136         * ser-mingw.c (ser_windows_setparity): Fix indentation.
10137         * ser-unix.c (hardwire_setparity): Likewise.
10138
10139 2015-03-23  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
10140
10141         * NEWS: Mention set/show serial parity command.
10142         * monitor.c (monitor_open): Call serial_setparity.
10143         * remote.c (remote_open_1): Likewise.
10144         * ser-base.c (ser_base_serparity): New function.
10145         * ser-base.h (ser_base_setparity): Add  declaration.
10146         * ser-go32.c (dos_ops): Set "setparity" field.
10147         * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
10148         state.Parity.
10149         (ser_windows_setparity): New function.
10150         (hardwire_ops): Add ser_windows_setparity.
10151         (tty_ops): Add NULL for setparity field.
10152         (pipe_ops): Add ser_base_setparity.
10153         (tcp_ops): Likewise.
10154         * ser-pipe.c (pipe_ops): Likewise.
10155         * ser-tcp.c (tcp_ops): Likewise.
10156         * ser-unix.c (hardwire_setparity): Add declaration.
10157         (hardwire_raw): Don't reset PARENB flag.
10158         (hardwire_setparity): New function.
10159         (hardwire_ops): Add hardwire_setparity.
10160         * serial.c (serial_setparity): New function.
10161         (serial_parity): New global.
10162         (parity_none, parity_odd, parity_even, parity_enums, parity):
10163         New static globals.
10164         (set_parity): New function.
10165         (_initialize_serial): Add set/show serial parity commands.
10166         * serial.h (GDBPARITY_NONE): Define.
10167         (GDBPARITY_ODD): Define.
10168         (GDBPARITY_EVEN): Define.
10169         (serial_setparity) Add declaration.
10170         (struct serial_ops): Add setparity field.
10171         * target.h (serial_parity): Add declaration.
10172
10173 2015-03-23  Keith Seitz  <keiths@redhat.com>
10174
10175         * linespec.c (linespec_lexer_lex_keyword): Update comment.
10176
10177 2015-03-23  Keith Seitz  <keiths@redhat.com>
10178
10179         * breakpoint.c (parse_breakpoint_sals): Use
10180         linespec_lexer_lex_keyword to ascertain if the user specified
10181         a NULL location.
10182         * linespec.c [IF_KEYWORD_INDEX]: Define.
10183         (linespec_lexer_lex_keyword): Export.
10184         (struct ls_parser) <keyword_ok>: Remove.
10185         A keyword is only a keyword if not followed by another keyword.
10186         (linespec_lexer_lex_one): Remove keyword_ok handling.
10187         Add comment explaining why the parsing stream is not advanced
10188         when a keyword is seen.
10189         (parse_linespec): Remove parser->keyword_ok.
10190         * linespec.h (linespec_lexer_lex_keyword): Add declaration.
10191
10192 2015-03-23  Keith Seitz  <keiths@redhat.com>
10193
10194         PR gdb/18021
10195         * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
10196         if we find a static method with DW_AT_vtable_elem_location.
10197
10198 2015-03-21  Eli Zaretskii  <eliz@gnu.org>
10199
10200         * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
10201         before the second loop, to avoid undefined behavior.  Reported by
10202         Anton Blanchard <anton@samba.org>.
10203
10204 2015-03-20  Keven Boell  <keven.boell@intel.com>
10205
10206         * gdbtypes.c (resolve_dynamic_type_internal): Adapt
10207         data_location usage to linked list.
10208         (resolve_dynamic_type_internal): Adapt data_location to
10209         linked list.
10210         (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
10211         (copy_type_recursive, copy_type): Add copy of linked list.
10212         * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
10213         (struct dynamic_prop_list): New struct.
10214         * dwarf2read.c (set_die_type): Set data_location data.
10215
10216 2015-03-20  Pedro Alves  <palves@redhat.com>
10217
10218         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
10219         inner block and make it const.
10220         * machoread.c (get_archive_prefix_len): Make "lparen" const.
10221
10222 2015-03-20  Pedro Alves  <palves@redhat.com>
10223
10224         * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
10225         * breakpoint.h (set_breakpoint_condition): Update declaration.
10226
10227 2015-03-20  Pedro Alves  <palves@redhat.com>
10228
10229         * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
10230
10231 2015-03-20  Pedro Alves  <palves@redhat.com>
10232
10233         * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
10234
10235 2015-03-20  Pedro Alves  <palves@redhat.com>
10236
10237         * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
10238
10239 2015-03-20  Pedro Alves  <palves@redhat.com>
10240
10241         * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
10242         (nto_init_solib_absolute_prefix): Likewise.
10243
10244 2015-03-20  Pedro Alves  <palves@redhat.com>
10245
10246         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
10247         * spu-tdep.c (spu_gdbarch_init): Make "name" const.
10248
10249 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
10250
10251         * config/djgpp/README: Remove gdb.hp.
10252
10253 2015-03-20  Yao Qi  <yao.qi@linaro.org>
10254
10255         * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
10256         set_gdbarch_cannot_step_breakpoint.
10257
10258 2015-03-19  Pedro Alves  <palves@redhat.com>
10259
10260         * linux-nat.c (linux_resume_one_lwp): Rename to ...
10261         (linux_resume_one_lwp_throw): ... this.  Don't handle ESRCH here,
10262         instead call perror_with_name.
10263         (check_ptrace_stopped_lwp_gone): New function.
10264         (linux_resume_one_lwp): Reimplement as wrapper around
10265         linux_resume_one_lwp_throw that swallows errors if the LWP is
10266         gone.
10267         (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
10268         swallows errors if the LWP is gone.  Use
10269         linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
10270
10271 2015-03-19  Pedro Alves  <palves@redhat.com>
10272
10273         * linux-nat.c (status_callback): Return early if the LWP has no
10274         status pending.
10275
10276 2015-03-19  Pedro Alves  <palves@redhat.com>
10277
10278         * linux-nat.c (select_event_lwp_callback): Update comment to no
10279         longer mention SIGTRAP.
10280
10281 2015-03-18  Tristan Gingold  <gingold@adacore.com>
10282
10283         * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
10284         redirection code to ...
10285         (amd64_windows_frame_decode_insns): ... Here.  Fix in prologue
10286         checks.  Fix SAVE_NONVOL operations.  Add debug code and comments.
10287
10288 2015-03-18  Gary Benson <gbenson@redhat.com>
10289
10290         (remote_protocol_features): Remove the "vFile:fstat" feature.
10291         (remote_hostio_fstat): Probe for "vFile:fstat" support.
10292
10293 2015-03-11  Yao Qi  <yao.qi@linaro.org>
10294
10295         PR tdep/18107
10296         * aarch64-linux-tdep.c: Include xml-syscall.h
10297         (aarch64_linux_get_syscall_number): New function.
10298         (aarch64_linux_init_abi): Call
10299         set_gdbarch_get_syscall_number.
10300         * syscalls/aarch64-linux.xml: New file.
10301
10302 2015-03-17  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
10303
10304         * ser-base.h (ser_base_setstopbits): Change second argument name
10305         from "rate" to "num".
10306
10307 2015-03-17  Gary Benson <gbenson@redhat.com>
10308             Luke Allardyce <lukeallardyce@gmail.com>
10309
10310         PR gdb/18131
10311         * common/common-remote-fileio.h (sys/stat.h): New include.
10312         (stuct stat): Remove forward declaration.
10313
10314 2015-03-16  John Baldwin  <jhb@FreeBSD.org>
10315
10316         * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
10317         before writing core register notes.
10318
10319 2015-03-16  Yuanhui Zhang  <asmwarrior@gmail.com>
10320             Pedro Alves  <palves@redhat.com>
10321
10322         * gdb_curses.h (tgetnum): Mark with EXTERN_C.
10323         * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
10324         (tgoto): Wrap with extern "C".
10325
10326 2015-03-16  Pedro Alves  <palves@redhat.com>
10327             Yuanhui Zhang  <asmwarrior@gmail.com>
10328
10329         * stub-termcap.c (tputs): Change prototype.
10330
10331 2015-03-16  Yuanhui Zhang  <asmwarrior@gmail.com>
10332             Pedro Alves  <palves@redhat.com>
10333
10334         * windows-nat.c (struct thread_info_struct): Rename to ...
10335         (struct windows_thread_info_struct): ... this.
10336         (thread_info): Rename to ...
10337         (windows_thread_info): ... this.
10338         All users updated.
10339
10340 2015-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10341             Pedro Alves  <palves@redhat.com>
10342
10343         * NEWS: New Removed targets and native configurations.
10344
10345 2015-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
10346
10347         Remove HPUX.
10348         * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
10349         (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
10350         (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
10351         ia64-hpux-tdep.h, solib-ia64-hpux.h.
10352         (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
10353         ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
10354         * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
10355         hppa-hpux-tdep.c.
10356         * config/ia64/hpux.mh: Remove file.
10357         * config/pa/hpux.mh: Remove file.
10358         * configure: Rebuilt.
10359         * configure.ac (dlgetmodinfo, somread.o): Remove.
10360         * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10361         (ia64-*-hpux*): Remove its float format exception.
10362         * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10363         * hppa-hpux-nat.c: Remove file.
10364         * hppa-hpux-tdep.c: Remove file.
10365         * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
10366         Move them here from hppa-tdep.h
10367         (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
10368         (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
10369         * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
10370         Move them to hppa-tdep.c.
10371         (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
10372         declarations.
10373         * ia64-hpux-nat.c: Remove file.
10374         * ia64-hpux-tdep.c: Remove file.
10375         * ia64-hpux-tdep.h: Remove file.
10376         * inf-ttrace.c: Remove file.
10377         * inf-ttrace.h: Remove file.
10378         * solib-ia64-hpux.c: Remove file.
10379         * solib-ia64-hpux.h: Remove file.
10380         * solib-pa64.c: Remove file.
10381         * solib-pa64.h: Remove file.
10382         * solib-som.c: Remove file.
10383         * solib-som.h: Remove file.
10384         * somread.c: Remove file.
10385
10386 2015-03-13  John Baldwin  <jhb@FreeBSD.org>
10387
10388         * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
10389         * config.in: Regenerate.
10390         * configure: Regenerate.
10391         * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
10392         define.
10393         (fbsd_find_memory_regions): Use kinfo_getvmmap to
10394         enumerate memory regions if present.
10395
10396 2015-03-13  John Baldwin  <jhb@FreeBSD.org>
10397
10398         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
10399         * i386fbsd-tdep.c: Fix style in various gdb_static_assert
10400         expressions.
10401         (i386fbsd_sigtramp_p): Likewise.
10402
10403 2015-03-12  John Baldwin  <jhb@FreeBSD.org>
10404
10405         * MAINTAINERS (Write After Approval): Add John Baldwin.
10406
10407 2015-03-12  Gary Benson <gbenson@redhat.com>
10408
10409         * solib.c (_initialize_solib): Make "set/show sysroot" use
10410         add_setshow_optional_filename_cmd so it can be restored to
10411         empty after being set.
10412
10413 2015-03-11  Sergio Durigan Junior  <sergiodj@redhat.com>
10414
10415         * Makefile.in (SFILES): New source break-catch-syscall.c.
10416         (COMMON_OBS): New object break-catch-syscall.o.
10417         * break-catch-syscall.c: New file.
10418         * breakpoint.c: Remove inclusion of "xml-syscall.h".
10419         (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
10420         (struct syscall_catchpoint): Likewise.
10421         (dtor_catch_syscall): Likewise.
10422         (catch_syscall_inferior_data): Likewise.
10423         (struct catch_syscall_inferior_data): Likewise.
10424         (get_catch_syscall_inferior_data): Likewise.
10425         (catch_syscall_inferior_data_cleanup): Likewise.
10426         (insert_catch_syscall): Likewise.
10427         (remove_catch_syscall): Likewise.
10428         (breakpoint_hit_catch_syscall): Likewise.
10429         (print_it_catch_syscall): Likewise.
10430         (print_one_catch_syscall): Likewise.
10431         (print_mention_catch_syscall): Likewise.
10432         (print_recreate_catch_syscall): Likewise.
10433         (catch_syscall_breakpoint_ops): Likewise.
10434         (syscall_catchpoint_p): Likewise.
10435         (create_syscall_event_catchpoint): Likewise.
10436         (catch_syscall_split_args): Likewise.
10437         (catch_syscall_command_1): Likewise.
10438         (is_syscall_catchpoint_enabled): Likewise.
10439         (catch_syscall_enabled): Likewise.
10440         (catching_syscall_number): Likewise.
10441         (catch_syscall_completer): Likewise.
10442         (clear_syscall_counts): Likewise.
10443         (initialize_breakpoint_ops): Move initialization of syscall
10444         catchpoints to break-catch-syscall.c.
10445         (_initialize_breakpoint): Move code related to syscall catchpoints
10446         to break-catch-syscall.c.
10447
10448 2015-03-11  Sergio Durigan Junior  <sergiodj@redhat.com>
10449
10450         * breakpoint.c (breakpoint_find_if): New function.
10451         * breakpoint.h (breakpoint_find_if): New prototype.
10452
10453 2015-03-11  Gary Benson <gbenson@redhat.com>
10454
10455         * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
10456         * remote-fileio.c (remote_fileio_to_host_uint): New function.
10457         (remote_fileio_to_host_ulong): Likewise.
10458         (remote_fileio_to_host_mode): Likewise.
10459         (remote_fileio_to_host_time): Likewise.
10460         (remote_fileio_to_host_stat): Likewise.
10461         * remote.c (PACKET_vFile_fstat): New enum value.
10462         (remote_protocol_features): Register the "vFile:fstat" feature.
10463         (remote_hostio_fstat): New function.
10464         (remote_bfd_iovec_stat): Use the above.
10465         (_initialize_remote): Register new "set/show remote
10466         hostio-fstat-packet" command.
10467         * symfile.c (separate_debug_file_exists): Update comment.
10468         * NEWS: Announce new vFile:fstat packet.
10469
10470 2015-03-11  Gary Benson <gbenson@redhat.com>
10471
10472         * common/common-remote-fileio.h: New file.
10473         * common/common-remote-fileio.c: Likewise.
10474         * Makefile.in (SFILES): Add common/common-remote-fileio.c.
10475         (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
10476         (COMMON_OBS): Add common-remote-fileio.o.
10477         (common-remote-fileio.o): New rule.
10478         * remote-fileio.h (common-remote-fileio.h): New include.
10479         * remote-fileio.c (gdb/fileio.h): Do not include.
10480         (remote_fileio_to_be): Moved to common-remote-fileio.h.
10481         (remote_fileio_to_fio_uint): Likewise.
10482         (remote_fileio_to_fio_time): Likewise.
10483         (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
10484         (remote_fileio_to_fio_mode): Likewise.
10485         (remote_fileio_to_fio_ulong): Likewise.
10486         (remote_fileio_to_fio_stat): Likewise.
10487
10488 2015-03-11  Andy Wingo  <wingo@igalia.com>
10489
10490         * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
10491         we were checking the cached type, not the cached dynamic type.
10492
10493 2015-03-11  Andy Wingo  <wingo@igalia.com>
10494
10495         * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
10496         other strings, as these are on the GC'd heap, and will be
10497         collected along with the smob.
10498
10499 2015-03-11  Andy Wingo  <wingo@igalia.com>
10500
10501         * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
10502         (objfile_functions): Bind gdbscm_objfile_progspace to
10503         objfile-progspace.
10504         * guile/lib/gdb.scm: Add objfile-progspace to exports.
10505
10506 2015-03-11  Andy Wingo  <wingo@igalia.com>
10507
10508         * guile/guile.c (_initialize_guile): Disable automatic
10509         finalization, if Guile offers us that possibility.
10510         * guile/guile.c (call_initialize_gdb_module):
10511         * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
10512         finalizers in appropriate places.
10513         * configure.ac (AC_TRY_LIBGUILE): Add a check for
10514         scm_set_automatic_finalization_enabled.
10515         * configure: Regenerated.
10516
10517 2015-03-11  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10518
10519         * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
10520         SAL, if possible.
10521
10522 2015-03-11  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10523
10524         * s390-linux-nat.c (struct arch_lwp_info): New.
10525         (s390_fix_watch_points): Rename to...
10526         (s390_prepare_to_resume): ...this.  Skip the PER info update
10527         unless the watch points have changed.
10528         (s390_refresh_per_info, s390_new_thread): New functions.
10529         (s390_insert_watchpoint): Call s390_refresh_per_info instead of
10530         s390_fix_watch_points.
10531         (s390_remove_watchpoint): Likewise.
10532         (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
10533         Register s390_prepare_to_resume.
10534
10535 2015-03-09  Pedro Alves  <palves@redhat.com>
10536
10537         Revert:
10538         2015-03-07  Pedro Alves  <palves@redhat.com>
10539         * common/gdb_socket.h: New file.
10540         * ser-tcp.c: Include gdb_socket.h.  Don't include netinet/in.h nor
10541         sys/socket.h.
10542         (net_open): Use union gdb_sockaddr_u.
10543
10544 2015-03-07  Pedro Alves  <palves@redhat.com>
10545
10546         * configure.ac (build_warnings): Move -Wmissing-prototypes
10547         -Wdeclaration-after-statement -Wmissing-parameter-type
10548         -Wold-style-declaration -Wold-style-definition to the C-specific
10549         set.
10550         * configure: Regenerate.
10551
10552 2015-03-07  Pedro Alves  <palves@redhat.com>
10553
10554         * common/gdb_socket.h: New file.
10555         * ser-tcp.c: Include gdb_socket.h.  Don't include netinet/in.h nor
10556         sys/socket.h.
10557         (net_open): Use union gdb_sockaddr_u.
10558
10559 2015-03-07  Pedro Alves  <palves@redhat.com>
10560
10561         * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
10562         (exceptions_state_mc_action_iter)
10563         (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
10564         Don't define.
10565         [__cplusplus] (try_scope_depth): New global.
10566         [__cplusplus] (exception_try_scope_entry)
10567         (exception_try_scope_exit, gdb_exception_sliced_copy)
10568         (exception_rethrow): New functions.
10569         (throw_exception): In C++ mode, throw
10570         gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
10571         gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
10572         (throw_it): In C++ mode, use try_scope_depth.
10573         * common/common-exceptions.h [!__cplusplus]
10574         (exceptions_state_mc_action_iter)
10575         (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
10576         Don't declare.
10577         [__cplusplus] (exception_try_scope_entry)
10578         (exception_try_scope_exit, exception_rethrow): Declare.
10579         [__cplusplus] (struct exception_try_scope): New struct.
10580         [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
10581         C++ exceptions.
10582         (struct gdb_exception_RETURN_MASK_ALL)
10583         (struct gdb_exception_RETURN_MASK_ERROR)
10584         (struct gdb_exception_RETURN_MASK_QUIT): New types.
10585
10586 2015-03-07  Pedro Alves  <palves@redhat.com>
10587
10588         * main.c (handle_command_errors): Remove volatile qualifier from
10589         parameter.
10590
10591 2015-03-07  Pedro Alves  <palves@redhat.com>
10592
10593         * breakpoint.c (save_breakpoints): Adjust to avoid code between
10594         TRY and CATCH.
10595         * gdbtypes.c (safe_parse_type): Remove empty line.
10596         (types_deeply_equal):
10597         * guile/scm-frame.c (gdbscm_frame_name):
10598         * linux-thread-db.c (find_new_threads_once):
10599         * python/py-breakpoint.c (bppy_get_commands):
10600         * record-btrace.c (record_btrace_insert_breakpoint)
10601         (record_btrace_remove_breakpoint, record_btrace_start_replaying)
10602         (record_btrace_start_replaying): Adjust to avoid code between TRY
10603         and CATCH.
10604
10605 2015-03-07  Pedro Alves  <palves@redhat.com>
10606
10607         * common/common-exceptions.c (struct catcher) <exception>: No
10608         longer a pointer to volatile exception.  Now an exception value.
10609         <mask>: Delete field.
10610         (exceptions_state_mc_init): Remove all parameters.  Adjust.
10611         (exceptions_state_mc): No longer pop the catcher here.
10612         (exceptions_state_mc_catch): New function.
10613         (throw_exception): Adjust.
10614         * common/common-exceptions.h (exceptions_state_mc_init): Remove
10615         all parameters.
10616         (exceptions_state_mc_catch): Declare.
10617         (TRY_CATCH): Rename to ...
10618         (TRY): ... this.  Remove EXCEPTION and MASK parameters.
10619         (CATCH, END_CATCH): New.
10620         All callers adjusted.
10621
10622 2015-03-07  Tom Tromey  <tromey@redhat.com>
10623
10624         * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
10625
10626 2015-03-07  Pedro Alves  <palves@redhat.com>
10627
10628         * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
10629         (amd64_epilogue_frame_cache): Normal exception handling code.
10630         * break-catch-throw.c (check_status_exception_catchpoint)
10631         (re_set_exception_catchpoint): Ditto.
10632         * cli/cli-interp.c (safe_execute_command):
10633         * cli/cli-script.c (script_from_file): Ditto.
10634         * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
10635         Ditto.
10636         * compile/compile-object-run.c (compile_object_run): Ditto.
10637         * cp-abi.c (baseclass_offset): Ditto.
10638         * cp-valprint.c (cp_print_value): Ditto.
10639         * exceptions.c (catch_exceptions_with_msg):
10640         * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
10641         * frame.c (get_frame_address_in_block_if_available): Ditto.
10642         * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
10643         (i386_sigtramp_frame_cache): Ditto.
10644         * infcmd.c (post_create_inferior): Ditto.
10645         * linespec.c (parse_linespec, find_linespec_symbols):
10646         * p-valprint.c (pascal_object_print_value): Ditto.
10647         * parse.c (parse_expression_for_completion): Ditto.
10648         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
10649         * remote.c (remote_get_noisy_reply): Ditto.
10650         * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
10651         * solib-svr4.c (solib_svr4_r_map): Ditto.
10652
10653 2015-03-06  Gary Benson  <gbenson@redhat.com>
10654
10655         * common/common-utils.h (startswith): New inline function.
10656         All places where this logic was used updated to use the above.
10657
10658 2015-03-05  Pedro Alves  <palves@redhat.com>
10659
10660         PR gdb/18002
10661         * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
10662         after reading the breakpoint's shadow memory.
10663
10664 2015-03-05  Mark Kettenis  <kettenis@gnu.org>
10665
10666         * hppabsd-nat.c: Remove file.
10667         * hppaobsd-nat.c: New file.
10668         * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c.  Add
10669         hppaobsd-nat.c.
10670         * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
10671         hppaobsd-nat.o.
10672
10673 2015-03-04  Pedro Alves  <palves@redhat.com>
10674
10675         * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
10676         (target_decr_pc_after_break): Delete declaration.
10677         * target.c (default_target_decr_pc_after_break)
10678         (target_decr_pc_after_break): Delete.
10679         * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
10680         gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
10681         * linux-thread-db.c (check_event): Likewise.
10682         * infrun.c (adjust_pc_after_break): Likewise.
10683         * darwin-nat.c (cancel_breakpoint): Likewise.
10684         * aix-thread.c (aix_thread_wait): Likewise.
10685         * target-delegates.c: Regenerate.
10686
10687 2015-03-04  Pedro Alves  <palves@redhat.com>
10688
10689         * linux-nat.c (save_sigtrap): Check for breakpoints before
10690         checking watchpoints.
10691         (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
10692         breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
10693         (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
10694         a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
10695         (linux_nat_stopped_by_sw_breakpoint)
10696         (linux_nat_supports_stopped_by_sw_breakpoint)
10697         (linux_nat_stopped_by_hw_breakpoint)
10698         (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
10699         (linux_nat_wait_1): Don't re-increment the PC if relying on
10700         SIGTRAP's siginfo->si_code.
10701         (linux_nat_add_target): Install new target methods.
10702         * linux-thread-db.c (check_event): Don't account for breakpoint PC
10703         offset if the target already adjusted the PC.
10704         * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
10705         (GDB_ARCH_TRAP_BRKPT): New.
10706         (TRAP_HWBKPT): Define if not already defined.
10707
10708 2015-03-04  Pedro Alves  <palves@redhat.com>
10709
10710         * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
10711         * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
10712         Delete field.
10713         <stop_reason>: New field.
10714         (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
10715         (packet_set_cmd_state): New function.
10716         (remote_protocol_features): Register the "swbreak" and "hwbreak"
10717         features.
10718         (remote_query_supported): If not disabled with the corresponding
10719         "set remote foo-packet" command, report support for the swbreak
10720         and hwbreak features.
10721         (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
10722         field.
10723         <stop_reason>: New field.
10724         (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
10725         (remote_wait_as): Adjust.
10726         (remote_stopped_by_sw_breakpoint)
10727         (remote_supports_stopped_by_sw_breakpoint)
10728         (remote_stopped_by_hw_breakpoint)
10729         (remote_supports_stopped_by_hw_breakpoint): New functions.
10730         (remote_stopped_by_watchpoint): New function.
10731         (init_remote_ops): Install them.
10732         (_initialize_remote): Register new "set/show remote
10733         swbreak-feature-packet" and "set/show remote
10734         swbreak-feature-packet" commands.
10735
10736 2015-03-04  Pedro Alves  <palves@redhat.com>
10737
10738         * btrace.h: Include target/waitstatus.h.
10739         (struct btrace_thread_info) <stop_reason>: New field.
10740         * record-btrace.c (record_btrace_step_thread): Use
10741         record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10742         (record_btrace_decr_pc_after_break): Delete.
10743         (record_btrace_stopped_by_sw_breakpoint)
10744         (record_btrace_supports_stopped_by_sw_breakpoint)
10745         (record_btrace_stopped_by_hw_breakpoint)
10746         (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
10747         (init_record_btrace_ops): Install them.
10748         * record-full.c (record_full_hw_watchpoint): Delete and replace
10749         with ...
10750         (record_full_stop_reason): ... this throughout.
10751         (record_full_exec_insn): Adjust.
10752         (record_full_wait_1): Adjust.  No longer re-increment the PC.
10753         (record_full_wait_1): Adjust.  Use
10754         record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10755         (record_full_stopped_by_watchpoint): Adjust.
10756         (record_full_stopped_by_sw_breakpoint)
10757         (record_full_supports_stopped_by_sw_breakpoint)
10758         (record_full_supports_stopped_by_sw_breakpoint)
10759         (record_full_stopped_by_hw_breakpoint)
10760         (record_full_supports_stopped_by_hw_breakpoint): New functions.
10761         (init_record_full_ops, init_record_full_core_ops): Install them.
10762         * record.c (record_check_stopped_by_breakpoint): New function.
10763         * record.h: Include target/waitstatus.h.
10764         (record_check_stopped_by_breakpoint): New declaration.
10765
10766 2015-03-04  Pedro Alves  <palves@redhat.com>
10767
10768         enum lwp_stop_reason -> enum target_stop_reason
10769         * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
10770         (linux_nat_stopped_by_watchpoint, status_callback)
10771         (linux_nat_wait_1): Adjust.
10772         * linux-nat.h (enum lwp_stop_reason): Delete.
10773         (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
10774         * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
10775         * target/waitstatus.h (enum target_stop_reason): New.
10776
10777 2015-03-04  Pedro Alves  <palves@redhat.com>
10778
10779         * breakpoint.c (need_moribund_for_location_type): New function.
10780         (bpstat_stop_status): Don't skipping checking moribund locations
10781         of breakpoint types which the target tell caused a stop.
10782         (program_breakpoint_here_p): New function, factored out from ...
10783         (bp_loc_is_permanent): ... this.
10784         (update_global_location_list): Don't create a moribund location if
10785         the target supports reporting stops of the type of the removed
10786         breakpoint.
10787         * breakpoint.h (program_breakpoint_here_p): New declaration.
10788         * infrun.c (adjust_pc_after_break): Return early if the target has
10789         already adjusted the PC.  Add comments.
10790         (handle_signal_stop): If nothing explains a signal, and the target
10791         tells us the stop was caused by a software breakpoint, check if
10792         there's a breakpoint instruction in the memory.  If so, adjust the
10793         PC before presenting the stop to the user.  Otherwise, ignore the
10794         trap.  If nothing explains a signal, and the target tells us the
10795         stop was caused by a hardware breakpoint, ignore the trap.
10796         * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
10797         to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
10798         to_supports_stopped_by_hw_breakpoint>: New fields.
10799         (target_stopped_by_sw_breakpoint)
10800         (target_supports_stopped_by_sw_breakpoint)
10801         (target_stopped_by_hw_breakpoint)
10802         (target_supports_stopped_by_hw_breakpoint): Define.
10803         * target-delegates.c: Regenerate.
10804
10805 2015-03-04  Pedro Alves  <palves@redhat.com>
10806
10807         * infrun.c (follow_fork_inferior): Use the whole of the
10808         inferior_ptid and pending_follow.related_pid ptids instead of
10809         building ptids from the process components.  Adjust verbose output
10810         to use target_pid_to_str.
10811         * linux-nat.c (linux_child_follow_fork): Use the whole of the
10812         inferior_ptid and pending_follow.related_pid ptids instead of
10813         building ptids from the process components.
10814
10815 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
10816
10817         * inf-ptrace.c [PT_GET_PROCESS_STATE]
10818         (inf_ptrace_insert_fork_catchpoint): New function.
10819         (inf_ptrace_remove_fork_catchpoint): New function.
10820         (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
10821
10822 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10823
10824         * s390-linux-tdep.c (s390_register_name): Return empty string
10825         instead of NULL for registers that shouldn't be visible.
10826
10827 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10828
10829         * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
10830         XML file for 64-bit targets.
10831
10832 2015-03-03  Simon Marchi  <simon.marchi@ericsson.com>
10833
10834         * target.h (find_default_create_inferior): Remove declaration.
10835         (find_default_attach): Likewise.
10836
10837 2015-03-03  Pedro Alves  <palves@redhat.com>
10838
10839         * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
10840         Use ptid_get_pid to get the overall process id when resuming all
10841         threads.
10842
10843 2015-03-03  Pedro Alves  <palves@redhat.com>
10844
10845         * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
10846         the lwp field of ptid.  Pass the full ptid to get_thread_regcache.
10847         * inf-ptrace.c (get_ptrace_pid): New function.
10848         (inf_ptrace_resume): Use it.
10849         * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
10850         to the lower layer.
10851
10852 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
10853
10854         * nat/linux-btrace.c: Include sys/utsname.h.
10855         (linux_determine_kernel_ptr_bits): New.
10856         (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
10857         * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
10858         ptr_bits.
10859
10860 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
10861
10862         * btrace.c (ftrace_update_function): Treat return as tailcall for
10863         "_dl_runtime_resolve".
10864
10865 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
10866
10867         * btrace.h (btrace_function) <lbegin, lend>: Remove.
10868         * btrace.c (ftrace_debug): Do not print the line range.
10869         (ftrace_skip_file, ftrace_update_lines): Remove.
10870         (ftrace_new_function): Remove lbegin and lend initialization.
10871         (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
10872         * record-btrace.c (btrace_compute_src_line_range): New.
10873         (btrace_call_history_src_line): Call btrace_compute_src_line_range.
10874
10875 2015-03-02  Pedro Alves  <palves@redhat.com>
10876
10877         * infrun.c (follow_exec): Delete all threads of the process except
10878         the event thread.  Extended comments.
10879
10880 2015-03-02  Joel Brobecker  <brobecker@adacore.com>
10881
10882         * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
10883
10884 2015-03-02  Joel Brobecker  <brobecker@adacore.com>
10885
10886         * utils.h: Remove <stdbool.h> #include.
10887         (producer_is_gcc): Change return type to "int".
10888         * utils.c (producer_is_gcc): Change return type to int.
10889         Return 1 instead of true, and 0 instead of false.
10890         Adjust function documentation accordingly.
10891
10892 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10893
10894         * s390-linux-nat.c (have_regset_vxrs): New static variable.
10895         (s390_linux_fetch_inferior_registers): Handle vector registers, if
10896         present.
10897         (s390_linux_store_inferior_registers): Likewise.
10898         (s390_get_hwcap): Remove function.  Embed its logic...
10899         (s390_read_description): ...here.  Yield a target description with
10900         vector registers if applicable.
10901         * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
10902         "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
10903         "features/s390x-tevx-linux64.c".
10904         (struct gdbarch_tdep) <v0_full_regnum>: New field.
10905         (s390_dwarf_regmap): Add vector registers.  Remove bogus entries
10906         for "GNU/Linux-specific registers".
10907         (s390_dwarf_reg_r0l): New enum value.
10908         (s390_dwarf_reg_to_regnum): Support vector registers.
10909         (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
10910         of GPR lower halves.
10911         (regnum_is_vxr_full): New function.
10912         (s390_register_name): New function.
10913         (s390_pseudo_register_name): Handle v0-v15, which are composed of
10914         f0-f15 and v0l-v15l.
10915         (s390_pseudo_register_type): Likewise.
10916         (s390_pseudo_register_read): Likewise.
10917         (s390_pseudo_register_write): Likewise.
10918         (s390_value_from_register): Account for the fact that values are
10919         placed left-justified in vector registers.
10920         (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
10921         the vector reggroup and omit them from the general reggroup.
10922         (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
10923         (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
10924         (s390_iterate_over_regset_sections): Add iterations for the two
10925         new vector regsets.
10926         (s390_core_read_description): Yield a target description with
10927         vector registers if applicable.
10928         (s390_gdbarch_init): Handle target descriptions with vector
10929         registers.  Add "register_name" gdbarch method.
10930         (_initialize_s390_tdep): Call new tdesc initialization functions.
10931         * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
10932         (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
10933         (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
10934         (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
10935         (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
10936         (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
10937         (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
10938         (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
10939         (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
10940         (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
10941         (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
10942         (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
10943         (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
10944         (S390_NUM_REGS): Adjust value.
10945         (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
10946         (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
10947         (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
10948         * NEWS: Announce S/390 vector register support.
10949
10950 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10951
10952         * features/s390-tevx-linux64.xml: New file.
10953         * features/s390-vx-linux64.xml: New file.
10954         * features/s390-vx.xml: New file.
10955         * features/s390x-tevx-linux64.xml: New file.
10956         * features/s390x-vx-linux64.xml: New file.
10957         * features/Makefile (WHICH): Add s390-vx-linux64,
10958         s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
10959         (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
10960         (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
10961         macros.
10962         * features/s390-tevx-linux64.c: New generated file.
10963         * features/s390-vx-linux64.c: Likewise.
10964         * features/s390x-tevx-linux64.c: Likewise.
10965         * features/s390x-vx-linux64.c: Likewise.
10966         * regformats/s390-tevx-linux64.dat: Likewise.
10967         * regformats/s390-vx-linux64.dat: Likewise.
10968         * regformats/s390x-tevx-linux64.dat: Likewise.
10969         * regformats/s390x-vx-linux64.dat: Likewise.
10970
10971 2015-02-28  Doug Evans  <xdje42@gmail.com>
10972
10973         * symtab.h (struct symtab) <next>: Fix comment.
10974
10975 2015-02-27  Simon Marchi  <simon.marchi@ericsson.com>
10976
10977         * python/python.c (python_GdbModuleDef): Rename GdbMethods to
10978         python_GdbMethods.
10979
10980 2015-02-27  Pedro Alves  <palves@redhat.com>
10981
10982         * dtrace-probe.c (dtrace_probe_ops): Make extern.
10983
10984 2015-02-27  Pedro Alves  <palves@redhat.com>
10985
10986         * common/common-exceptions.h (exception_none): Declare.
10987         * common/common-exceptions.c (exception_none): Moved from
10988         exceptions.c.
10989         (exceptions_state_mc_init): Use exception_none.
10990         * exceptions.c (exception_none): Move to
10991         common/common-exceptions.c.
10992         * exceptions.h (exception_none): Move to
10993         common/common-exceptions.h.
10994
10995 2015-02-27  Pedro Alves  <palves@redhat.com>
10996
10997         * main.c (catch_command_errors, catch_command_errors_const):
10998         Remove 'mask' argument.  Adjust.
10999         (captured_main): Adjust callers.
11000
11001 2015-02-27  Pedro Alves  <palves@redhat.com>
11002
11003         * python/python-internal.h: Include "extension-priv.h".
11004
11005 2015-02-27  Pedro Alves  <palves@redhat.com>
11006
11007         * breakpoint.h (enum print_stop_action): Move further up in the
11008         file.
11009
11010 2015-02-27  Pedro Alves  <palves@redhat.com>
11011
11012         * gdbarch.sh: Include regcache.h.
11013         * gdbarch.h: Regenerate.
11014
11015 2015-02-27  Pedro Alves  <palves@redhat.com>
11016
11017         * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
11018         Remove duplicate const.
11019         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
11020         duplicate const.
11021
11022 2015-02-27  Pedro Alves  <palves@redhat.com>
11023
11024         * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
11025         * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
11026         * features/feature_to_c.sh: Tag the generated xml_builtin array
11027         with extern const in C++ mode.
11028
11029 2015-02-27  Tom Tromey  <tromey@redhat.com>
11030
11031         * minidebug.c (struct lzma_stream): Rename to ...
11032         (struct gdb_lzma_stream): ... this.
11033         (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
11034
11035 2015-02-27  Pedro Alves  <palves@redhat.com>
11036
11037         * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
11038         function.
11039         (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
11040         (mi_cmd_stack_list_variables): Use it.
11041
11042 2015-02-27  Pedro Alves  <palves@redhat.com>
11043
11044         * x86-linux-nat.c (u_debugreg_offset): New function.
11045         (x86_linux_dr_get, x86_linux_dr_set): Use it.
11046
11047 2015-02-27  Pedro Alves  <palves@redhat.com>
11048
11049         * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
11050         declaration.
11051         Include break-common.h.
11052
11053 2015-02-27  Tom Tromey  <tromey@redhat.com>
11054             Pedro Alves <palves@redhat.com>
11055
11056         * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
11057         local used to iterate over enums.
11058         * completer.c (signal_completer): Likewise.
11059         * i386-tdep.c (i386_stap_parse_special_token): Likewise.
11060         * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
11061         * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
11062         * tui/tui-layout.c (next_layout, prev_layout): Likewise.
11063         * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
11064         (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
11065         * tui-wingeneral.c (tui_refresh_all):  Likewise.
11066
11067 2015-02-27  Pedro Alves  <palves@redhat.com>
11068
11069         * target.h: Include "infrun.h".
11070
11071 2015-02-27  Pedro Alves  <palves@redhat.com>
11072
11073         * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
11074
11075 2015-02-27  Pedro Alves  <palves@redhat.com>
11076
11077         * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
11078         (IPA_SYM): Use it.
11079         * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
11080
11081 2015-02-27  Pedro Alves  <palves@redhat.com>
11082
11083         * cli-out.c (_rl_erase_entire_line): Move declaration out of
11084         cli_mld_erase_entire_line, and make it extern "C".
11085         * common/common-defs.h (EXTERN_C): New.
11086         * completer.c (_rl_completion_prefix_display_length)
11087         (_rl_print_completions_horizontally, QSFUNC): Move declarations
11088         out of gdb_display_match_list_1.
11089         (_rl_qsort_string_compare): Move declaration out of
11090         gdb_display_match_list_1, and make it extern "C".
11091         * defs.h (re_comp): Use EXTERN_C.
11092         * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
11093         and make it extern "C".
11094         (monstartup): Move declaration out of maintenance_set_profile_cmd,
11095         and make it extern "C".
11096         (main): Move declaration out of maintenance_set_profile_cmd.
11097         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
11098         EXTERN_C.
11099
11100 2015-02-27  Pedro Alves  <palves@redhat.com>
11101
11102         * python/python.c (GdbMethods): Rename to ...
11103         (python_GdbMethods): ... this and make extern.
11104         (GdbModuleDef): Rename to ...
11105         (python_GdbModuleDef): ... this and make extern.
11106
11107 2015-02-27  Pedro Alves  <palves@redhat.com>
11108
11109         * record-btrace.c (set_record_btrace_cmdlist)
11110         (show_record_btrace_cmdlist): Remove redefinitions.
11111
11112 2015-02-27  Tom Tromey  <tromey@redhat.com>
11113             Pedro Alves  <palves@redhat.com>
11114
11115         * dwarf2-frame.c (enum cfa_how_kind, struct
11116         dwarf2_frame_state_reg_info): Move out of struct
11117         dwarf2_frame_state.
11118         * dwarf2read.c (struct tu_stats): Move out of struct
11119         dwarf2_per_objfile.
11120         (struct file_entry): Move out of struct line_header.
11121         (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
11122         typedef_field_list): Move out of struct field_info.
11123         * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
11124         Move out of struct dynamic_prop.
11125         (union type_owner, union field_location, struct field, struct
11126         range_bounds, union type_specific): Move out of struct main_type.
11127         (struct fn_fieldlist, struct fn_field, struct typedef_field)
11128         (VOFFSET_STATIC): Move out of struct cplus_struct_type.
11129         (struct call_site_target, union call_site_parameter_u, struct
11130         call_site_parameter): Move out of struct call_site.
11131         * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
11132         m32c_prologue.
11133         (enum srcdest_kind): Move out of struct srcdest.
11134         * main.c (enum cmdarg_kind): Move out of struct cmdarg.
11135         * prologue-value.h (enum prologue_value_kind): Move out of struct
11136         prologue_value.
11137         * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
11138         gdbarch_tdep.
11139         * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
11140         out of struct field_info.
11141         * symfile.h (struct other_sections): Move out of struct
11142         section_addr_info.
11143         * symtab.c (struct symbol_cache_slot): Move out struct
11144         block_symbol_cache.
11145         * target-descriptions.c (enum tdesc_type_kind): Move out of
11146         typedef struct tdesc_type.
11147         * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
11148         struct tui_line_or_address.
11149         * value.c (enum internalvar_kind, union internalvar_data): Move
11150         out of struct internalvar.
11151         * xtensa-tdep.h (struct ctype_cache): Move out of struct
11152         gdbarch_tdep.
11153
11154 2015-02-27  Tom Tromey  <tromey@redhat.com>
11155             Pedro Alves  <palves@redhat.com>
11156
11157         Rename symbols whose names are reserved C++ keywords throughout.
11158
11159 2015-02-27  Pedro Alves  <palves@redhat.com>
11160
11161         * Makefile.in (COMPILER): New, get it from autoconf.
11162         (COMPILE.pre, CC_LD): Use COMPILER.
11163         (CXX): Get from autoconf instead.
11164         (CXX_FOR_TARGET): Default to g++ instead of gcc.
11165         * acinclude.m4: Include build-with-cxx.m4.
11166         * build-with-cxx.m4: New file.
11167         * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
11168         Disable -Werror by default if building in C++ mode.
11169         (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
11170         -Wno-narrowing in C++ mode.  Only enable -Wpointer-sign in C mode.
11171         Run supported-warning-flags tests with the C++ compiler.
11172         Save/restore CXXFLAGS too.
11173         * configure: Regenerate.
11174
11175 2015-02-27  Pedro Alves  <palves@redhat.com>
11176
11177         * libiberty.m4: New file.
11178         * acinclude.m4: Include libiberty.m4.
11179         * configure.ac: Call libiberty_INIT.
11180         * config.in, configure: Regenerate.
11181
11182 2015-02-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11183
11184         * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
11185         31-bit targets, but 64-bit targets as well.
11186         (s390_gnu_triplet_regexp): New function.
11187         (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
11188         64-bit targets as well.  Set the gnu_triplet_regexp gdbarch
11189         method.
11190
11191 2015-02-27  Jon TURNEY  <jon.turney@dronecode.org.uk>  (tiny patch)
11192
11193         * windows-nat.c (CONTEXT_DEBUGGER): Remove.
11194         (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS.  Incorporate flags
11195         from CONTEXT_DEBUGGER.
11196
11197 2015-02-26  Doug Evans  <dje@google.com>
11198
11199         * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
11200         CHECK_TYPEDEF.
11201         (set_type_vptr_fieldno): Ditto.
11202         (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
11203         * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
11204
11205 2015-02-26  Pedro Alves  <palves@redhat.com>
11206
11207         * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
11208         * complaints.c (vcomplaint): Pass argument FMT directly to
11209         printf-like functions instead of complaint->fmt.
11210         * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
11211         * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
11212         * compile/compile-loc2c.c (pushf, unary, binary): Add
11213         ATTRIBUTE_PRINTF.
11214         (do_compile_dwarf_expr_to_c): Pass string literal as format string
11215         to pushf.
11216         (BINARY): Pass string literal as format string to 'binary'.
11217         * compile/compile-object-load.c (link_callbacks_einfo): Add
11218         ATTRIBUTE_PRINTF.
11219         * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
11220
11221 2015-02-26  Pedro Alves  <palves@redhat.com>
11222
11223         * windows-termcap.c: Rename to ...
11224         * stub-termcap.c: ... this.  Adjust header line.
11225         * Makefile.in (SFILES): Refer to stub-termcap.c instead of
11226         windows-termcap.c.
11227         * configure: Regenerate.
11228         * configure.ac: Refer to stub-termcap.o instead of
11229         windows-termcap.o.
11230         * gdb_curses.h: Mention stub-termcap.c instead of
11231         windows-termcap.c.
11232
11233 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11234
11235         * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
11236         (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
11237
11238 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11239
11240         * gdb/infcmd.c (print_return_value): use type_to_string to print type.
11241
11242 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11243
11244         * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
11245         bfd_canonicalize_symtab.
11246
11247 2015-02-25  John Baldwin  <jhb@FreeBSD.org>
11248
11249         * amd64fbsd-nat.c: Include sys/user.h.
11250         (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
11251         instead of KERN_PS_STRINGS to locate the signal trampoline.
11252         * i386fbsd-nat.c: Include sys/user.h.
11253         (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
11254         instead of KERN_PS_STRINGS to locate the signal trampoline.
11255         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
11256         (amd64fbsd_sigtramp_p): New.
11257         (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
11258         longer set default values.
11259         (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
11260         * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
11261         (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
11262         (i386fbsd_freebsd4_sigtramp_start)
11263         (i386fbsd_freebsd4_sigtramp_middle)
11264         (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
11265         (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
11266         (i386fbsd_sigtramp_p): New.
11267         (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
11268         longer set default values.
11269         (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
11270
11271 2015-02-25  John Baldwin  <jhb@freebsd.org>
11272
11273         * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
11274         get_frame_register instead of frame_unwind_register_unsigned.
11275
11276 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11277
11278         PR build/18033
11279         * compile/compile-c-support.c (c_compute_program): Change // comment.
11280         * compile/compile-object-load.c (setup_sections): Change // comment.
11281
11282 2015-02-26  Joel Brobecker  <brobecker@adacore.com>
11283
11284         PR build/18033:
11285         * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
11286
11287 2015-02-23  Pedro Alves  <palves@redhat.com>
11288
11289         * remote.c (skip_to_semicolon): New function.
11290         (remote_parse_stop_reply) <T stop reply>: Use it.  Don't
11291         special case the stop reasons that look like hex numbers
11292         upfront.  Instead handle real register numbers after matching
11293         all the known stop reasons.
11294
11295 2015-02-21  Doug Evans  <dje@google.com>
11296
11297         PR c++/17976, symtab/17821
11298         * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
11299         is_in_anonymous.  All callers updated.
11300         (find_symbol_in_baseclass): Ditto.
11301         (cp_lookup_nested_symbol_1): Ditto.  Don't search all static blocks
11302         for symbols in an anonymous namespace.
11303         * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
11304         DW_AT_name directly.
11305         (dwarf2_name): Convert missing namespace name to
11306         CP_ANONYMOUS_NAMESPACE_STR.
11307
11308 2015-02-20  Pedro Alves  <palves@redhat.com>
11309
11310         * linux-nat.c (linux_handle_extended_wait): Call
11311         thread_db_notice_clone whenever a new clone LWP is detected.
11312         (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
11313         functions.
11314         * linux-nat.h (thread_db_attach_lwp): Delete declaration.
11315         (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
11316         (linux_unstop_all_lwps): Declare.
11317         * linux-thread-db.c (struct thread_get_info_inout): Delete.
11318         (thread_get_info_callback): Delete.
11319         (thread_from_lwp): Use td_thr_get_info and record_thread.
11320         (thread_db_attach_lwp): Delete.
11321         (thread_db_notice_clone): New function.
11322         (try_thread_db_load_1): If /proc is mounted and shows the
11323         process'es task list, walk over all LWPs and call thread_from_lwp
11324         instead of relying on td_ta_thr_iter.
11325         (attach_thread): Don't call check_thread_signals here.  Split the
11326         tail part of the function (which adds the thread to the core GDB
11327         thread list) to ...
11328         (record_thread): ... this function.  Call check_thread_signals
11329         here.
11330         (thread_db_wait): Don't call thread_db_find_new_threads_1.  Always
11331         call thread_from_lwp.
11332         (thread_db_update_thread_list): Rename to ...
11333         (thread_db_update_thread_list_org): ... this.
11334         (thread_db_update_thread_list): New function.
11335         (thread_db_find_thread_from_tid): Delete.
11336         (thread_db_get_ada_task_ptid): Simplify.
11337         * nat/linux-procfs.c: Include <sys/stat.h>.
11338         (linux_proc_task_list_dir_exists): New function.
11339         * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
11340
11341 2015-02-20  Pedro Alves  <palves@redhat.com>
11342
11343         * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
11344         main LWP.  Handle the case of waitpid returning 0 if we're already
11345         attached to the LWP.  Don't set the LWP's last_resume_kind to
11346         resume_stop if we already knew about the LWP.
11347         (linux_nat_filter_event): Add debug logs.
11348
11349 2015-02-20  Pedro Alves  <palves@redhat.com>
11350
11351         * target.h (forward_target_decr_pc_after_break): Delete
11352         declaration.
11353
11354 2015-02-20  Pedro Alves  <palves@redhat.com>
11355
11356         PR threads/18006
11357         * linux-thread-db.c (thread_get_info_callback): Return early if
11358         the thread's lwp id is -1.
11359
11360 2015-02-20  Joel Brobecker  <brobecker@adacore.com>
11361
11362         GDB 7.9 released.
11363
11364 2015-02-19  Steve Ellcey  <sellcey@imgtec.com>
11365
11366         * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
11367         (dtrace_get_probes) Change type of variable 'dof'.
11368
11369 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11370
11371         PR breakpoints/16812
11372         * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
11373         * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
11374         * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
11375
11376 2015-02-19  David Taylor  <dtaylor@emc.com>
11377
11378         * common/ax.def (setv): Fix consumed entry in setv DEFOP.
11379
11380 2015-02-18  Patrick Palka  <patrick@parcs.ath.cx>
11381
11382         * tui/tui-io.c (tui_handle_resize_during_io): Remove this
11383         function.
11384         (tui_putc): Don't call tui_handle_resize_during_io.
11385         (tui_getc): Likewise.
11386         (tui_mld_getc): Likewise.
11387         * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
11388         (tui_sigwinch_token): New static variable.
11389         (tui_initialize_win): Adjust documentation.  Set
11390         tui_sigwinch_token.
11391         (tui_async_resize_screen): New asynchronous callback.
11392         (tui_sigwinch_handler): Adjust documentation.  Asynchronously
11393         invoke tui_async_resize_screen.
11394
11395 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
11396
11397         * configure: Regenerated.
11398         * configure.ac: Use GDB_AC_TRANSFORM.
11399         * Makefile.in (aclocal_m4_deps): Added transform.m4.
11400         * acinclude.m4: sinclude transform.m4.
11401         * transform.m4: New file.
11402         (GDB_AC_TRANSFORM): New macro.
11403
11404 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11405
11406         * NEWS: Announce the support for DTrace SDT probes.
11407
11408 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11409
11410         * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
11411         (amd64_dtrace_parse_probe_argument): New function.
11412         (amd64_dtrace_probe_is_enabled): Likewise.
11413         (amd64_dtrace_enable_probe): Likewise.
11414         (amd64_dtrace_disable_probe): Likewise.
11415         (amd64_linux_init_abi): Register the
11416         `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
11417         `gdbarch_dtrace_disable_probe' and
11418         `gdbarch_dtrace_probe_is_enabled' hooks.
11419         (amd64_dtrace_disabled_probe_sequence_1): New constant.
11420         (amd64_dtrace_disabled_probe_sequence_2): Likewise.
11421         (amd64_dtrace_enable_probe_sequence): Likewise.
11422         (amd64_dtrace_disable_probe_sequence): Likewise.
11423
11424 2015-01-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11425
11426         * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
11427         the -probe-dtrace new vpossible value for PROBE_MODIFIER.
11428         * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
11429         handle ELF files.
11430         * Makefile.in (SFILES): dtrace-probe.c added.
11431         * configure: Regenerate.
11432         * dtrace-probe.c: New file.
11433         (SHT_SUNW_dof): New constant.
11434         (dtrace_probe_type): New enum.
11435         (dtrace_probe_arg): New struct.
11436         (dtrace_probe_arg_s): New typedef.
11437         (struct dtrace_probe_enabler): New struct.
11438         (dtrace_probe_enabler_s): New typedef.
11439         (dtrace_probe): New struct.
11440         (dtrace_probe_is_linespec): New function.
11441         (dtrace_dof_sect_type): New enum.
11442         (dtrace_dof_dofh_ident): Likewise.
11443         (dtrace_dof_encoding): Likewise.
11444         (DTRACE_DOF_ENCODE_LSB): Likewise.
11445         (DTRACE_DOF_ENCODE_MSB): Likewise.
11446         (dtrace_dof_hdr): New struct.
11447         (dtrace_dof_sect): Likewise.
11448         (dtrace_dof_provider): Likewise.
11449         (dtrace_dof_probe): Likewise.
11450         (DOF_UINT): New macro.
11451         (DTRACE_DOF_PTR): Likewise.
11452         (DTRACE_DOF_SECT): Likewise.
11453         (dtrace_process_dof_probe): New function.
11454         (dtrace_process_dof): Likewise.
11455         (dtrace_build_arg_exprs): Likewise.
11456         (dtrace_get_arg): Likewise.
11457         (dtrace_get_probes): Likewise.
11458         (dtrace_get_probe_argument_count): Likewise.
11459         (dtrace_can_evaluate_probe_arguments): Likewise.
11460         (dtrace_evaluate_probe_argument): Likewise.
11461         (dtrace_compile_to_ax): Likewise.
11462         (dtrace_probe_destroy): Likewise.
11463         (dtrace_gen_info_probes_table_header): Likewise.
11464         (dtrace_gen_info_probes_table_values): Likewise.
11465         (dtrace_probe_is_enabled): Likewise.
11466         (dtrace_probe_ops): New variable.
11467         (info_probes_dtrace_command): New function.
11468         (_initialize_dtrace_probe): Likewise.
11469         (dtrace_type_name): Likewise.
11470
11471 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11472
11473         * gdbarch.sh (dtrace_parse_probe_argument): New.
11474         (dtrace_probe_is_enabled): Likewise.
11475         (dtrace_enable_probe): Likewise.
11476         (dtrace_disable_probe): Likewise.
11477         * gdbarch.c: Regenerate.
11478         * gdbarch.h: Regenerate.
11479
11480 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11481
11482         * stap-probe.c (stap_probe_ops): Add NULLs in the static
11483         stap_probe_ops for `enable_probe' and `disable_probe'.
11484         * probe.c (enable_probes_command): New function.
11485         (disable_probes_command): Likewise.
11486         (_initialize_probe): Define the cli commands `enable probe' and
11487         `disable probe'.
11488         (parse_probe_linespec): New function.
11489         (info_probes_for_ops): Use parse_probe_linespec.
11490         * probe.h (probe_ops): New hooks `enable_probe' and
11491         `disable_probe'.
11492
11493 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11494
11495         * probe.c (compute_probe_arg): Moved from stap-probe.c
11496         (compile_probe_arg): Likewise.
11497         (probe_funcs): Likewise.
11498         * stap-probe.c (compute_probe_arg): Moved to probe.c.
11499         (compile_probe_arg): Likewise.
11500         (probe_funcs): Likewise.
11501
11502 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11503
11504         * probe.c (print_ui_out_not_applicables): New function.
11505         (exists_probe_with_pops): Likewise.
11506         (info_probes_for_ops): Do not include column headers for probe
11507         types for which no probe has been actually found on any object.
11508         Also invoke `print_ui_out_not_applicables' in order to match the
11509         column rows with the header when probes of several types are
11510         listed.
11511         Print the "Type" column.
11512         * probe.h (probe_ops): Added a new probe operation `type_name'.
11513         * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
11514         (stap_type_name): New function.
11515
11516 2015-02-17  Patrick Palka  <patrick@parcs.ath.cx>
11517
11518         * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
11519         (key_is_command_char): Delete.
11520
11521 2015-02-17  Pedro Alves  <palves@redhat.com>
11522
11523         * tui/tui.c (tui_enable): Resize windows before anything
11524         might show a window.
11525
11526 2015-02-17  Max Ostapenko  <m.ostapenko@partner.samsung.com>
11527
11528         PR gdb/17984
11529         * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
11530         (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
11531         call.
11532         * aarch64-tdep.h (tdesc_aarch64): Declare.
11533
11534 2015-02-12  Mark Wielaard  <mjw@redhat.com>
11535
11536         * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
11537
11538 2015-02-13  Doug Evans  <dje@google.com>
11539
11540         * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
11541         anonymous_namespace to is_in_anonymous for consistency with the rest
11542         of the file.
11543         (cp_lookup_bare_symbol): Fix typo in comment.
11544         (cp_search_static_and_baseclasses): Ditto.
11545         (search_symbol_list): Use vertical space in comment better.
11546         (reset_directive_searched): Ditto. Fix typo.
11547         (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
11548
11549 2015-02-13  Yao Qi  <yao.qi@arm.com>
11550
11551         * MAINTAINERS: Update my email address.
11552
11553 2015-02-12  Doug Evans  <dje@google.com>
11554
11555         * symtab.c (completion_list_add_name): Fix memory leak.
11556
11557 2015-02-12  Doug Evans  <dje@google.com>
11558
11559         * completer.c (complete_line): Remove incorrect comment.
11560
11561 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11562
11563         * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
11564         (py_print_frame): Use RETURN_MASK_ERROR.
11565
11566 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11567
11568         * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
11569         function comment.  Wrap all function that can throw in cleanups.
11570         (gdbpy_apply_frame_filter): Wrap all function that can throw in
11571         cleanups.
11572
11573 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11574
11575         * python/py-framefilter.c (py_print_frame): Substitute goto error.
11576         Remove the error label.
11577
11578 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11579
11580         * python/py-framefilter.c (py_print_frame): Put conditional code paths
11581         with goto first, indent the former else codepath left.  Put variable
11582         'elided' to a new inner block.
11583
11584 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11585
11586         * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
11587
11588 2015-02-11  Pedro Alves  <palves@redhat.com>
11589
11590         * xcoffread.c (within_function): Delete.
11591
11592 2015-02-11  Tom Tromey  <tromey@redhat.com>
11593             Pedro Alves <palves@redhat.com>
11594
11595         * breakpoint.c (base_breakpoint_ops): Delete.
11596         * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
11597         * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
11598         * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
11599         * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
11600         * python/py-arch.c (arch_object_type): Make extern.
11601         * python/py-block.c (block_syms_iterator_object_type): Make extern.
11602         * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
11603         * python/py-cmd.c (cmdpy_object_type): Make extern.
11604         * python/py-continueevent.c (continue_event_object_type)
11605         * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
11606         parameter.  Update all callers.
11607         * python/py-evtregistry.c (eventregistry_object_type): Make extern.
11608         * python/py-exitedevent.c (exited_event_object_type): Make extern.
11609         * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
11610         * python/py-function.c (fnpy_object_type): Make extern.
11611         * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
11612         * python/py-infevents.c (call_pre_event_object_type)
11613         (inferior_call_post_event_object_type).
11614         (memory_changed_event_object_type): Make extern.
11615         * python/py-infthread.c (thread_object_type): Make extern.
11616         * python/py-lazy-string.c (lazy_string_object_type): Make extern.
11617         * python/py-linetable.c (linetable_entry_object_type)
11618         (linetable_object_type, ltpy_iterator_object_type): Make extern.
11619         * python/py-newobjfileevent.c (new_objfile_event_object_type)
11620         (clear_objfiles_event_object_type): Make extern.
11621         * python/py-objfile.c (objfile_object_type): Make extern.
11622         * python/py-param.c (parmpy_object_type): Make extern.
11623         * python/py-progspace.c (pspace_object_type): Make extern.
11624         * python/py-signalevent.c (signal_event_object_type): Make extern.
11625         * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
11626         * python/py-type.c (type_object_type, field_object_type)
11627         (type_iterator_object_type): Make extern.
11628         * python/python.c (python_extension_script_ops)
11629         (python_extension_ops): Make extern.
11630         * stap-probe.c (stap_probe_ops): Make extern.
11631
11632 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
11633
11634         * infrun.c (adjust_pc_after_break): Don't adjust the PC just
11635         because the event thread is not the current thread.
11636
11637 2015-02-11  Doug Evans  <xdje42@gmail.com>
11638
11639         * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
11640         been initialized yet, return NULL.
11641
11642 2015-02-11  Doug Evans  <dje@google.com>
11643
11644         * symfile.h (new_symfile_objfile): Delete.
11645         * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
11646         All callers updated.
11647
11648 2015-02-11  Patrick Palka  <patrick@parcs.ath.cx>
11649
11650         * tui/tui-io.c (tui_handle_resize_during_io): Call
11651         tui_update_gdb_sizes() after resizing the screen.
11652         * tui/tui.c (tui_enable): Resize the terminal before
11653         calling tui_update_gdb_sizes().
11654
11655 2015-02-11  Patrick Palka  <patrick@parcs.ath.cx>
11656
11657         * tui/tui-io.c (tui_getc): Move cursor to the end of the command
11658         line before printing a newline.
11659
11660 2015-02-11  Mark Wielaard  <mjw@redhat.com>
11661
11662         * utils.c (producer_is_gcc): Return true or false.
11663
11664 2015-02-10  Mark Wielaard  <mjw@redhat.com>
11665
11666         * utils.h (producer_is_gcc): Change return type to bool. Add major
11667         argument.
11668         * utils.c (producer_is_gcc): Likewise.
11669         (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
11670         * dwarf2read.c (check_producer): Likewise.
11671
11672 2015-02-10  Pedro Alves  <palves@redhat.com>
11673
11674         * infrun.c (displaced_step_fixup): Switch to the event thread
11675         before calling gdbarch_displaced_step_fixup.
11676
11677 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
11678
11679         * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
11680
11681 2015-02-10  Simon Marchi  <simon.marchi@ericsson.com>
11682
11683         * ada-varobj.c (ada_name_of_child): Constify parent.
11684         (ada_path_expr_of_child): Same.
11685         (ada_value_of_child): Same.
11686         (ada_type_of_child): Same.
11687         * c-varobj.c (c_is_path_expr_parent): Same.
11688         (c_describe_child): Same.
11689         (c_name_of_child): Same.
11690         (c_value_of_child): Same.
11691         (c_type_of_child): Same.
11692         (cplus_number_of_children): Same.
11693         (cplus_describe_child): Constify var.
11694         (cplus_name_of_child): Constify parent.
11695         (cplus_value_of_child): Same.
11696         (cplus_type_of_child): Same.
11697         * jv-varobj.c (java_name_of_child): Same.
11698         (java_value_of_child): Same.
11699         (java_type_of_child): Same.
11700         * varobj.c (value_of_child): Same.
11701         (varobj_default_is_path_expr_parent): Constify var, parent and return
11702         value.
11703         (varobj_get_path_expr): Constify var, modify path_expr through
11704         mutable_var.
11705         (install_new_value): Constify parent.
11706         (value_of_child): Constify parent.
11707         * varobj.h (struct varobj): Constify parent.
11708         (struct lang_varobj_ops): Constify name_of_child, value_of_child and
11709         type_of_child.
11710         (varobj_get_path_expr): Constify var.
11711         (varobj_get_path_expr_parent): Constify var and return value.
11712
11713 2015-02-10  Luis Machado  <lgustavo@codesourcery.com>
11714
11715         * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
11716         (arm_prologue_this_id): Move PC and SP limit checks to
11717         arm_prologue_unwind_stop_reason.
11718         (arm_prologue_unwind) <stop_reason> : Set to
11719         arm_prologue_unwind_stop_reason.
11720
11721 2015-02-09  Mark Wielaard  <mjw@redhat.com>
11722
11723         * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
11724         DW_LANG_Fortran08 as language_fortran.
11725
11726 2015-02-09  Sergio Durigan Junior  <sergiodj@redhat.com>
11727
11728         PR remote/17946
11729         * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
11730         of pointer against char.
11731
11732 2015-02-09  Mark Wielaard  <mjw@redhat.com>
11733
11734         * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
11735         (c_type_print_modifier): Likewise.
11736         * dwarf2read.c (read_tag_atomic_type): New function.
11737         (read_type_die_1): Handle DW_TAG_atomic_type.
11738         * gdbtypes.c (make_atomic_type): New function.
11739         (recursive_dump_type): Handle TYPE_ATOMIC.
11740         * gdbtypes.h (enum type_flag_values): Renumber.
11741         (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
11742         (TYPE_ATOMIC): New macro.
11743         (make_atomic_type): Declare.
11744
11745 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11746
11747         * btrace.c (ftrace_find_call): Skip gaps.
11748         (ftrace_new_function): Initialize level.
11749         (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
11750         (ftrace_new_switch): Update
11751         level computation.
11752         (ftrace_new_gap): New.
11753         (ftrace_update_function): Create new function after gap.
11754         (btrace_compute_ftrace_bts): Create gap on error.
11755         (btrace_stitch_bts): Update parameters.  Clear trace if it
11756         becomes empty.
11757         (btrace_stitch_trace): Update parameters.  Update callers.
11758         (btrace_clear): Reset the number of gaps.
11759         (btrace_insn_get): Return NULL if the iterator points to a gap.
11760         (btrace_insn_number): Return zero if the iterator points to a gap.
11761         (btrace_insn_end): Allow gaps at the end.
11762         (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
11763         (btrace_find_insn_by_number): Assert that the found iterator does
11764         not point to a gap.
11765         (btrace_call_next, btrace_call_prev): Assert that the last function
11766         is not a gap.
11767         * btrace.h (btrace_bts_error): New.
11768         (btrace_function): Update comment.
11769         (btrace_function) <insn, insn_offset, number>: Update comment.
11770         (btrace_function) <errcode>: New.
11771         (btrace_thread_info) <ngaps>: New.
11772         (btrace_thread_info) <replay>: Update comment.
11773         (btrace_insn_get): Update comment.
11774         * record-btrace.c (btrace_ui_out_decode_error): New.
11775         (record_btrace_info): Print number of gaps.
11776         (btrace_insn_history, btrace_call_history): Call
11777         btrace_ui_out_decode_error for gaps.
11778         (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
11779
11780 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11781
11782         * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
11783         * nat/linux-btrace.c: (btrace_this_cpu): New.
11784         (cpu_supports_bts): Call btrace_this_cpu.
11785         (intel_supports_bts): Add cpu parameter.
11786
11787 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11788
11789         * btrace.h (btrace_insn_class): New.
11790         (btrace_insn) <size, iclass>: New.
11791         * btrace.c (ftrace_find_call): Update parameters.  Update users.
11792         Use instruction classification.
11793         (ftrace_new_return): Update parameters.  Update users.
11794         (ftrace_update_function): Update parameters.  Update users.  Use
11795         instruction classification.
11796         (ftrace_update_insns): Update parameters.  Update users.
11797         (ftrace_classify_insn): New.
11798         (btrace_compute_ftrace_bts): Fill in new btrace_insn fields.  Add
11799         TRY_CATCH around call to gdb_insn_length.
11800
11801 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11802
11803         * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
11804         Update parameters.  Update users.
11805
11806 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11807
11808         * btrace.c (parse_xml_btrace_conf_bts): Add size.
11809         (btrace_conf_bts_attributes): New.
11810         (btrace_conf_children): Add attributes.
11811         * common/btrace-common.h (btrace_config_bts): New.
11812         (btrace_config)<bts>: New.
11813         (btrace_config): Update comment.
11814         * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
11815         Use config.
11816         * features/btrace-conf.dtd: Increment version.  Add size
11817         attribute to bts element.
11818         * record-btrace.c (set_record_btrace_bts_cmdlist,
11819         show_record_btrace_bts_cmdlist): New.
11820         (record_btrace_adjust_size, record_btrace_print_bts_conf,
11821         record_btrace_print_conf, cmd_set_record_btrace_bts,
11822         cmd_show_record_btrace_bts): New.
11823         (record_btrace_info): Call record_btrace_print_conf.
11824         (_initialize_record_btrace): Add commands.
11825         * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
11826         (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
11827         (btrace_sync_conf): Synchronize bts size.
11828         (_initialize_remote): Add Qbtrace-conf:bts:size packet.
11829         * NEWS: Announce new commands and new packets.
11830
11831 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11832
11833         * Makefile.in (XMLFILES): Add btrace-conf.dtd.
11834         * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
11835         (x86_linux_btrace_conf): New.
11836         (x86_linux_create_target): Initialize to_btrace_conf.
11837         * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
11838         Check format.  Split into this and ...
11839         (linux_enable_bts): ... this.
11840         (linux_btrace_conf): New.
11841         (perf_event_skip_record): Renamed into ...
11842         (perf_event_skip_bts_record): ... this.  Updated users.
11843         (linux_disable_btrace): Split into this and ...
11844         (linux_disable_bts): ... this.
11845         (linux_read_btrace): Check format.
11846         * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
11847         (linux_btrace_conf): New.
11848         (btrace_target_info)<ptid>: Moved.
11849         (btrace_target_info)<conf>: New.
11850         (btrace_target_info): Split into this and ...
11851         (btrace_tinfo_bts): ... this.  Updated users.
11852         * btrace.c (btrace_enable): Update parameters.
11853         (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
11854         (btrace_conf_children, btrace_conf_attributes)
11855         (btrace_conf_elements): New.
11856         * btrace.h (btrace_enable): Update parameters.
11857         (btrace_conf, parse_xml_btrace_conf): New.
11858         * common/btrace-common.h (btrace_config): New.
11859         * feature/btrace-conf.dtd: New.
11860         * record-btrace.c (record_btrace_conf): New.
11861         (record_btrace_cmdlist): New.
11862         (record_btrace_enable_warn, record_btrace_open): Pass
11863         &record_btrace_conf.
11864         (record_btrace_info): Print recording format.
11865         (cmd_record_btrace_bts_start): New.
11866         (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
11867         (_initialize_record_btrace): Add "record btrace bts" subcommand.
11868         Add "record bts" alias command.
11869         * remote.c (remote_state)<btrace_config>: New.
11870         (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
11871         (remote_protocol_features): Add qXfer:btrace-conf:read.
11872         (remote_open_1): Call remote_btrace_reset.
11873         (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
11874         (btrace_target_info)<conf>: New.
11875         (btrace_sync_conf, btrace_read_config): New.
11876         (remote_enable_btrace): Update parameters.  Call btrace_sync_conf and
11877         btrace_read_conf.
11878         (remote_btrace_conf): New.
11879         (init_remote_ops): Initialize to_btrace_conf.
11880         (_initialize_remote): Add qXfer:btrace-conf packet.
11881         * target.c (target_enable_btrace): Update parameters.
11882         (target_btrace_conf): New.
11883         * target.h (target_enable_btrace): Update parameters.
11884         (target_btrace_conf): New.
11885         (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
11886         (target_ops)<to_enable_btrace>: Update parameters and comment.
11887         (target_ops)<to_btrace_conf>: New.
11888         * target-delegates: Regenerate.
11889         * target-debug.h (target_debug_print_const_struct_btrace_config_p)
11890         (target_debug_print_const_struct_btrace_target_info_p): New.
11891         * NEWS: Announce new command and new packet.
11892
11893 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11894
11895         * nat/linux-btrace.h (perf_event_buffer): New.
11896         (btrace_target_info) <buffer, size, data_head>: Replace with ...
11897         <bts>: ... this.
11898         * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
11899         (perf_event_buffer_size, perf_event_buffer_begin)
11900         (perf_event_buffer_end, linux_btrace_has_changed): Removed.
11901         Updated users.
11902         (perf_event_new_data): New.
11903
11904 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11905
11906         * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
11907         * record-btrace.c (record_btrace_open): Remove call to
11908         target_supports_btrace.
11909         * remote.c (remote_supports_btrace): Update parameters.
11910         * target.c (target_supports_btrace): Update parameters.
11911         * target.h (to_supports_btrace, target_supports_btrace): Update
11912         parameters.
11913         * target-delegates.c: Regenerate.
11914         * target-debug.h (target_debug_print_enum_btrace_format): New.
11915         * nat/linux-btrace.c
11916         (kernel_supports_btrace): Rename into ...
11917         (kernel_supports_bts): ... this.  Update users.  Update warning text.
11918         (intel_supports_btrace): Rename into ...
11919         (intel_supports_bts): ... this.  Update users.
11920         (cpu_supports_btrace): Rename into ...
11921         (cpu_supports_bts): ... this.  Update users.
11922         (linux_supports_btrace): Update parameters.  Split into this and ...
11923         (linux_supports_bts): ... this.
11924         * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
11925
11926 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11927
11928         * Makefile.in (SFILES): Add common/btrace-common.c.
11929         (COMMON_OBS): Add common/btrace-common.o.
11930         (btrace-common.o): Add build rules.
11931         * btrace.c (parse_xml_btrace): Update parameters.
11932         (parse_xml_btrace_block): Set format field.
11933         (btrace_add_pc, btrace_fetch): Use struct btrace_data.
11934         (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
11935         (btrace_compute_ftrace): Split into this and...
11936         (btrace_compute_ftrace_bts): ...this.
11937         (btrace_stitch_trace): Split into this and...
11938         (btrace_stitch_bts): ...this.
11939         * btrace.h (parse_xml_btrace): Update parameters.
11940         (make_cleanup_btrace_data): New.
11941         * common/btrace-common.c: New.
11942         * common/btrace-common.h: Include common-defs.h.
11943         (btrace_block_s): Update comment.
11944         (btrace_format): New.
11945         (btrace_format_string): New.
11946         (btrace_data_bts): New.
11947         (btrace_data): New.
11948         (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
11949         * remote.c (remote_read_btrace): Update parameters.
11950         * target.c (target_read_btrace): Update parameters.
11951         * target.h (target_read_btrace): Update parameters.
11952         (target_ops)<to_read_btrace>: Update parameters.
11953         * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
11954         * target-delegates.c: Regenerate.
11955         * target-debug (target_debug_print_struct_btrace_data_p): New.
11956         * nat/linux-btrace.c (linux_read_btrace): Split into this and...
11957         (linux_read_bts): ...this.
11958         * nat/linux-btrace.h (linux_read_btrace): Update parameters.
11959
11960 2015-02-06  Doug Evans  <dje@google.com>
11961
11962         * remote-m32r-sdi.c: Include symfile.h.
11963
11964 2015-02-06  Doug Evans  <dje@google.com>
11965
11966         * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
11967         * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
11968         to here.
11969
11970 2015-02-06  Pedro Alves  <palves@redhat.com>
11971
11972         * linux-thread-db.c (find_new_threads_callback): Add debug output.
11973
11974 2015-02-06  Simon Marchi  <simon.marchi@ericsson.com>
11975
11976         PR gdb/15678
11977         * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
11978         (enable_count_command): Check args for NULL value.
11979
11980 2015-02-05  Doug Evans  <xdje42@gmail.com>
11981
11982         * guile/scm-frame.c: Fix spelling errors in a comment.
11983
11984 2015-02-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
11985
11986         * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
11987         * python/py-value.c (valpy_fetch_lazy): Use it.  Remove cast to the
11988         return type.
11989
11990 2015-02-04  Pedro Alves  <palves@redhat.com>
11991
11992         * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
11993         (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
11994         returns true.
11995         (resume_stopped_resumed_lwps): Don't check whether the thread is
11996         marked as executing.
11997         (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
11998
11999 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12000
12001         * regset.h (struct regset): Add flags field.
12002         (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
12003         * corelow.c (get_core_register_section): Add warning if the size
12004         exceeds the requested size and the regset does not have the
12005         REGSET_VARIABLE_SIZE flag set.
12006         * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
12007         flag.
12008         * armbsd-tdep.c (armbsd_gregset): Likewise.
12009         * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
12010         * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
12011         * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
12012         * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
12013
12014 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12015
12016         * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
12017         For ".reg-xstate", explicitly specify the requested section size
12018         via X86_XSTATE_SIZE instead of just 0 on input and
12019         X86_XSTATE_MAX_SIZE on output.
12020         * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
12021         Likewise.
12022
12023 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12024
12025         PR corefiles/17808:
12026         * gdbarch.sh (iterate_over_regset_sections_cb): Document this
12027         function type, particularly its SIZE parameter.
12028         * gdbarch.h: Regenerate.
12029         * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
12030         actual against required size using ">=" instead of "==".
12031         (amd64_collect_fpregset): Likewise.
12032         * i386-tdep.c (i386_supply_gregset): Likewise.
12033         (i386_collect_gregset): Likewise.
12034         (i386_supply_fpregset): Likewise.
12035         (i386_collect_fpregset): Likewise.
12036         * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
12037         (mips_fill_gregset_wrapper): Likewise.
12038         (mips_supply_fpregset_wrapper): Likewise.
12039         (mips_fill_fpregset_wrapper): Likewise.
12040         (mips64_supply_gregset_wrapper): Likewise.
12041         (mips64_fill_gregset_wrapper): Likewise.
12042         (mips64_supply_fpregset_wrapper): Likewise.
12043         (mips64_fill_fpregset_wrapper): Likewise.
12044         * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
12045         (am33_supply_fpregset_method): Likewise.
12046         (am33_collect_gregset_method): Likewise.
12047         (am33_collect_fpregset_method): Likewise.
12048
12049 2015-02-04  Doug Evans  <dje@google.com>
12050             Pedro Alves  <palves@redhat.com>
12051             Eli Zaretskii  <eliz@gnu.org>
12052
12053         PR tui/17810
12054         * tui/tui-command.c (tui_refresh_cmd_win): New function.
12055         * tui/tui-command.c (tui_refresh_cmd_win): Declare.
12056         * tui/tui-file.c: #include tui/tui-command.h.
12057         (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
12058         (tui_file_flush): Refresh command window if stream is gdb_stdout.
12059         * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
12060
12061 2015-02-04  Pedro Alves  <palves@redhat.com>
12062
12063         Fix build breakage.
12064         * event-loop.c (gdb_do_one_event): Add default switch case.
12065
12066 2015-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
12067
12068         Filter out inferior gcc option -fpreprocessed.
12069         * compile/compile.c (filter_args): New function.
12070         (get_args): Use it.
12071
12072 2015-02-03  Pedro Alves  <palves@redhat.com>
12073
12074         * event-loop.c: Don't declare nor define a queue type for
12075         gdb_event_p.
12076         (event_queue): Delete.
12077         (create_event, create_file_event, gdb_event_xfree)
12078         (initialize_event_loop, process_event): Delete.
12079         (gdb_do_one_event): Return as soon as one event is handled.
12080         (handle_file_event): Change prototype.  Used the passed in
12081         file_handler pointer and ready_mask instead of looping over all
12082         file handlers.
12083         (gdb_wait_for_event): Update the poll/select timeouts before
12084         blocking.  Run event handlers directly instead of queueing events.
12085         Return as soon as one event is handled.
12086         (struct async_event_handler_data): Delete.
12087         (invoke_async_event_handler): Delete.
12088         (check_async_event_handlers): Change return type to int.  Run
12089         event handlers directly instead of queueing events.  Return as
12090         soon as one event is handled.
12091         (handle_timer_event): Delete.
12092         (update_wait_timeout): New function, factored out from
12093         poll_timers.
12094         (poll_timers): Reimplement.
12095         * event-loop.h (initialize_event_loop): Delete declaration.
12096         * top.c (gdb_init): Don't call initialize_event_loop.
12097
12098 2015-02-03  Pedro Alves  <palves@redhat.com>
12099
12100         * event-loop.c (clear_async_event_handler): New function.
12101         * event-loop.h (clear_async_event_handler): New declaration.
12102         * record-btrace.c (record_btrace_async): New function.
12103         (init_record_btrace_ops): Install record_btrace_async.
12104         * record-full.c (record_full_async): New function.
12105         (record_full_resume): Don't mark the async event source here.
12106         (init_record_full_ops): Install record_full_async.
12107         (record_full_core_resume): Don't mark the async event source here.
12108         (init_record_full_core_ops): Install record_full_async.
12109         * remote.c (remote_async): Mark and clear the async stop reply
12110         queue event-loop token as appropriate.
12111
12112 2015-02-03  Pedro Alves  <palves@redhat.com>
12113
12114         * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
12115         target_is_async_p instead of target_can_async.
12116         (linux_nat_wait): Use target_is_async_p instead of
12117         target_can_async.  Don't enable async here.
12118         * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
12119         target_is_async_p instead of target_can_async.
12120
12121 2015-02-02  Simon Marchi  <simon.marchi@ericsson.com>
12122
12123         * varobj.h (lang_varobj_ops): Mention which return values need
12124         to be freed.
12125
12126 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
12127
12128         * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
12129
12130 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
12131
12132         PR gdb/17856:
12133         * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
12134         results found in the cache.
12135
12136 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
12137
12138         PR gdb/17854:
12139         * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
12140         when allocating a new one.
12141
12142 2015-02-01  Tom Tromey  <tom@tromey.com>
12143
12144         * MAINTAINERS: Remove myself.
12145
12146 2015-01-31  Doug Evans  <xdje42@gmail.com>
12147
12148         * dwarf2read.c (process_structure_scope): Update setting of
12149         TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
12150         * gdbtypes.c (internal_type_vptr_fieldno): New function.
12151         (set_type_vptr_fieldno): New function.
12152         (internal_type_vptr_basetype): New function.
12153         (set_type_vptr_basetype): New function.
12154         (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
12155         TYPE_VPTR_BASETYPE.
12156         (allocate_cplus_struct_type): Initialize vptr_fieldno.
12157         (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
12158         (print_cplus_stuff): ... moved here.
12159         (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
12160         * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
12161         moved to ...
12162         (struct cplus_struct_type): ... here.  All uses updated.
12163         (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
12164         (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
12165         (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
12166         * stabsread.c (read_tilde_fields): Update setting of
12167         TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
12168
12169 2015-01-31  Doug Evans  <xdje42@gmail.com>
12170
12171         * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
12172         to self_p.
12173         (cp_print_class_member): Rename local domain to self_type.
12174         * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
12175         domain_type to self_type.
12176         (set_die_type) <need_gnat_info>: Handle
12177         TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
12178         * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
12179         TYPE_SPECIFIC_SELF_TYPE.
12180         * gdbtypes.c (internal_type_self_type): New function.
12181         (set_type_self_type): New function.
12182         (smash_to_memberptr_type): Rename parameter domain to self_type.
12183         Update setting of TYPE_SELF_TYPE.
12184         (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
12185         (smash_to_method_type): Rename parameter domain to self_type.
12186         Update setting of TYPE_SELF_TYPE.
12187         (check_stub_method): Call smash_to_method_type.
12188         (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
12189         (copy_type_recursive): Ditto.
12190         * gdbtypes.h (enum type_specific_kind): New value
12191         TYPE_SPECIFIC_SELF_TYPE.
12192         (struct main_type) <type_specific>: New member self_type.
12193         (struct cplus_struct_type) <fn_field.type>: Update comment.
12194         (TYPE_SELF_TYPE): Rewrite.
12195         (internal_type_self_type, set_type_self_type): Declare.
12196         * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
12197         self_type.
12198         (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
12199         * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
12200         TYPE_TARGET_TYPE.
12201         * stabsread.c (read_member_functions): Mark methods with
12202         TYPE_CODE_METHOD, not TYPE_CODE_FUNC.  Update setting of
12203         TYPE_SELF_TYPE.
12204
12205 2015-01-31  Doug Evans  <xdje42@gmail.com>
12206
12207         * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
12208         All uses updated.
12209
12210 2015-01-31  Doug Evans  <xdje42@gmail.com>
12211
12212         * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
12213         or unions.  Return zero if union.
12214         (gnuv3_get_vtable): Call check_typedef.  Assert only passed structs.
12215         (gnuv3_rtti_type): Pass already-check_typedef'd value to
12216         gnuv3_get_vtable.
12217         (compute_vtable_size): Assert only passed structs.
12218         (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
12219
12220 2015-01-31  Doug Evans  <xdje42@gmail.com>
12221
12222         * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
12223         kinds.
12224
12225 2015-01-31  Gary Benson <gbenson@redhat.com>
12226             Doug Evans  <dje@google.com>
12227
12228         PR cli/9007
12229         PR cli/11920
12230         PR cli/15548
12231         * cli/cli-cmds.c (complete_command): Notify user if max-completions
12232         reached.
12233         * common/common-exceptions.h (enum errors)
12234         <MAX_COMPLETIONS_REACHED_ERROR>: New value.
12235         * completer.h (get_max_completions_reached_message): New declaration.
12236         (max_completions): Likewise.
12237         (completion_tracker_t): New typedef.
12238         (new_completion_tracker): New declaration.
12239         (make_cleanup_free_completion_tracker): Likewise.
12240         (maybe_add_completion_enum): New enum.
12241         (maybe_add_completion): New declaration.
12242         (throw_max_completions_reached_error): Likewise.
12243         * completer.c (max_completions): New global variable.
12244         (new_completion_tracker): New function.
12245         (free_completion_tracker): Likewise.
12246         (make_cleanup_free_completion_tracker): Likewise.
12247         (maybe_add_completions): Likewise.
12248         (throw_max_completions_reached_error): Likewise.
12249         (complete_line): Remove duplicates and limit result to max_completions
12250         entries.
12251         (get_max_completions_reached_message): New function.
12252         (gdb_display_match_list): Handle max_completions.
12253         (_initialize_completer): New declaration and function.
12254         * symtab.c: Include completer.h.
12255         (completion_tracker): New static variable.
12256         (completion_list_add_name): Call maybe_add_completion.
12257         (default_make_symbol_completion_list_break_on_1): Renamed from
12258         default_make_symbol_completion_list_break_on.  Maintain
12259         completion_tracker across calls to completion_list_add_name.
12260         (default_make_symbol_completion_list_break_on): New function.
12261         * top.c (init_main): Set rl_completion_display_matches_hook.
12262         * tui/tui-io.c: Include completer.h.
12263         (tui_old_rl_display_matches_hook): New static global.
12264         (tui_rl_display_match_list): Notify user if max-completions reached.
12265         (tui_setup_io): Save/restore rl_completion_display_matches_hook.
12266         * NEWS (New Options): Mention set/show max-completions.
12267
12268 2015-01-31  Gary Benson  <gbenson@redhat.com>
12269
12270         * symtab.c (struct add_name_data) <code>: New field.
12271         Updated comments.
12272         (add_symtab_completions): New function.
12273         (symtab_expansion_callback): Likewise.
12274         (default_make_symbol_completion_list_break_on): Set datum.code.
12275         Move minimal symbol scan before calling expand_symtabs_matching.
12276         Scan known primary symtabs for externs and statics before calling
12277         expand_symtabs_matching.  Pass symtab_expansion_callback as
12278         expansion_notify argument to expand_symtabs_matching.  Do not scan
12279         primary symtabs for externs and statics after calling
12280         expand_symtabs_matching.
12281
12282 2015-01-31  Gary Benson  <gbenson@redhat.com>
12283
12284         * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
12285         (struct quick_symbol_functions) <expand_symtabs_matching>:
12286         New argument expansion_notify.  All uses updated.
12287         (expand_symtabs_matching): New argument expansion_notify.
12288         All uses updated.
12289         * symfile-debug.c (debug_qf_expand_symtabs_matching):
12290         Also print expansion notify.
12291         * symtab.c (expand_symtabs_matching_via_partial): Call
12292         expansion_notify whenever a partial symbol table is expanded.
12293         * dwarf2read.c (dw2_expand_symtabs_matching): Call
12294         expansion_notify whenever a symbol table is instantiated.
12295
12296 2015-01-31  Doug Evans  <xdje42@gmail.com>
12297
12298         * cli-out.c: #include completer.h, readline/readline.h.
12299         (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
12300         (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
12301         (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
12302         * cli-out.h (cli_display_match_list): Declare.
12303         * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
12304         (ELLIPSIS_LEN): Ditto.
12305         (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
12306         (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
12307         (gdb_fnprint, gdb_print_filename): Ditto.
12308         (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
12309         (gdb_display_match_list): Ditto.
12310         * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
12311         (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
12312         (mld_beep_ftype, mld_read_key_ftype): Ditto.
12313         (match_list_displayer): New struct.
12314         (gdb_display_match_list): Declare.
12315         * top.c (init_main): Set rl_completion_display_matches_hook.
12316         * tui/tui-io.c: #include completer.h.
12317         (printable_part, PUTX, print_filename, get_y_or_n): Delete.
12318         (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
12319         (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
12320         (tui_mld_getc, tui_mld_read_key): Ditto.
12321         (tui_rl_display_match_list): Rewrite.
12322         (tui_handle_resize_during_io): New arg for_completion.  All callers
12323         updated.
12324
12325 2015-01-31  Doug Evans  <xdje42@gmail.com>
12326
12327         Add symbol lookup cache.
12328         * NEWS: Document new options and commands.
12329         * symtab.c (symbol_cache_key): New static global.
12330         (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
12331         (SYMBOL_LOOKUP_FAILED): New macro.
12332         (symbol_cache_slot_state): New enum.
12333         (block_symbol_cache): New struct.
12334         (symbol_cache): New struct.
12335         (new_symbol_cache_size, symbol_cache_size): New static globals.
12336         (hash_symbol_entry, eq_symbol_entry): New functions.
12337         (symbol_cache_byte_size, resize_symbol_cache): New functions.
12338         (make_symbol_cache, free_symbol_cache): New functions.
12339         (get_symbol_cache, symbol_cache_cleanup): New function.
12340         (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
12341         (symbol_cache_lookup, symbol_cache_clear_slot): New function.
12342         (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
12343         (symbol_cache_flush, symbol_cache_dump): New functions.
12344         (maintenance_print_symbol_cache): New function.
12345         (maintenance_flush_symbol_cache): New function.
12346         (symbol_cache_stats): New function.
12347         (maintenance_print_symbol_cache_statistics): New function.
12348         (symtab_new_objfile_observer): New function.
12349         (symtab_free_objfile_observer): New function.
12350         (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
12351         (_initialize_symtab): Init symbol_cache_key.  New parameter
12352         maint symbol-cache-size.  New maint commands print symbol-cache,
12353         print symbol-cache-statistics, flush-symbol-cache.
12354         Install new_objfile, free_objfile observers.
12355
12356 2015-01-31  Joel Brobecker  <brobecker@adacore.com>
12357
12358         PR symtab/17855
12359         * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
12360         to end.
12361
12362 2015-01-31  Doug Evans  <xdje42@gmail.com>
12363
12364         * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
12365         * auto-load.c: #include ctype.h.
12366         (struct auto_load_pspace_info): Replace member loaded_scripts with
12367         new members loaded_script_files, loaded_script_texts.
12368         (auto_load_pspace_data_cleanup): Update.
12369         (init_loaded_scripts_info): Update.
12370         (get_auto_load_pspace_data_for_loading): Update.
12371         (maybe_add_script_file): Renamed from maybe_add_script.  All callers
12372         updated.
12373         (maybe_add_script_text): New function.
12374         (clear_section_scripts): Update.
12375         (source_script_file, execute_script_contents): New functions.
12376         (source_section_scripts): Add support for
12377         SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
12378         (print_scripts): New function.
12379         (auto_load_info_scripts): Also print inlined scripts.
12380         (maybe_print_unsupported_script_warning): Renamed from
12381         unsupported_script_warning_print.  All callers updated.
12382         (maybe_print_script_not_found_warning): Renamed from
12383         script_not_found_warning_print.  All callers updated.
12384         * extension-priv.h (struct extension_language_script_ops): New member
12385         objfile_script_executor.
12386         * extension.c (ext_lang_objfile_script_executor): New function.
12387         * extension.h (objfile_script_executor_func): New typedef.
12388         (ext_lang_objfile_script_executor): Declare.
12389         * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
12390         * guile/guile.c (guile_extension_script_ops): Update.
12391         * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
12392         * python/python.c (python_extension_script_ops): Update.
12393         (gdbpy_execute_objfile_script): New function.
12394
12395 2015-01-31  Eli Zaretskii  <eliz@gnu.org>
12396
12397         * tui/tui-io.c (tui_expand_tabs): New function.
12398         (tui_puts, tui_redisplay_readline): Expand TABs into the
12399         appropriate number of spaces.
12400         * tui/tui-regs.c: Include tui-io.h.
12401         (tui_register_format): Call tui_expand_tabs to expand TABs into
12402         the appropriate number of spaces.
12403         * tui/tui-io.h: Add prototype for tui_expand_tabs.
12404
12405 2015-01-30  Doug Evans  <dje@google.com>
12406
12407         * NEWS: "info source" command now display producer string if present.
12408         * source.c (source_info): Print producer string if present.
12409
12410 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12411
12412         * varobj.c (varobj_delete): Fix comment.
12413
12414 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12415
12416         * varobj.c (create_child): Modify comment.
12417
12418 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12419
12420         * ada-varobj.c (ada_number_of_children): Constify struct varobj *
12421         parameter.
12422         (ada_name_of_variable): Same.
12423         (ada_path_expr_of_child): Same.
12424         (ada_value_of_variable): Same.
12425         (ada_value_is_changeable_p): Same.
12426         (ada_value_has_mutated): Same.
12427         * c-varobj.c (varobj_is_anonymous_child): Same.
12428         (c_is_path_expr_parent): Same.
12429         (c_number_of_children): Same.
12430         (c_name_of_variable): Same.
12431         (c_path_expr_of_child): Same.
12432         (get_type): Same.
12433         (c_value_of_variable): Same.
12434         (cplus_number_of_children): Same.
12435         (cplus_name_of_variable): Same.
12436         (cplus_path_expr_of_child): Same.
12437         (cplus_value_of_variable): Same.
12438         * jv-varobj.c (java_number_of_children): Same.
12439         (java_name_of_variable): Same.
12440         (java_path_expr_of_child): Same.
12441         (java_value_of_variable): Same.
12442         * varobj.c (number_of_children): Same.
12443         (name_of_variable): Same.
12444         (is_root_p): Same.
12445         (varobj_ensure_python_env): Same.
12446         (varobj_get_objname): Same.
12447         (varobj_get_expression): Same.
12448         (varobj_get_display_format): Same.
12449         (varobj_get_display_hint): Same.
12450         (varobj_has_more): Same.
12451         (varobj_get_thread_id): Same.
12452         (varobj_get_frozen): Same.
12453         (dynamic_varobj_has_child_method): Same.
12454         (varobj_get_gdb_type): Same.
12455         (is_path_expr_parent): Same.
12456         (varobj_default_is_path_expr_parent): Same.
12457         (varobj_get_language): Same.
12458         (varobj_get_attributes): Same.
12459         (varobj_is_dynamic_p): Same.
12460         (varobj_get_child_range): Same.
12461         (varobj_value_has_mutated): Same.
12462         (varobj_get_value_type): Same.
12463         (number_of_children): Same.
12464         (name_of_variable): Same.
12465         (check_scope): Same.
12466         (varobj_editable_p): Same.
12467         (varobj_value_is_changeable_p): Same.
12468         (varobj_floating_p): Same.
12469         (varobj_default_value_is_changeable_p): Same.
12470
12471 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12472
12473         * varobj.c (varobj_get_path_expr): Set var->path_expr.
12474         * c-varobj.c (c_path_expr_of_child): Set local var instead of
12475         child->path_expr.
12476         (cplus_path_expr_of_child): Same.
12477
12478 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12479
12480         * mi-cmd-var.c (print_varobj): Free varobj_get_expression
12481         result.
12482         (mi_cmd_var_info_expression): Same.
12483         * varobj.c (varobj_get_expression): Mention in the comment that
12484         the result must by freed by the caller.
12485
12486 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12487
12488         * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
12489         varobj_get_type.
12490         (varobj_update_one): Same.
12491         * varobj.c (update_type_if_necessary): Free curr_type_str and
12492         new_type_str.
12493         (varobj_get_type): Specify in comment that the result needs to be
12494         freed by the caller.
12495
12496 2015-01-29  Doug Evans  <dje@google.com>
12497
12498         PR symtab/17890
12499         * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
12500
12501 2015-01-25  Mark Wielaard  <mjw@redhat.com>
12502
12503         * dwarf2read.c (checkproducer): Call producer_is_gcc.
12504         * utils.c (producer_is_gcc_ge_4): Likewise.
12505         (producer_is_gcc): New function.
12506         * utils.h (producer_is_gcc): New declaration.
12507
12508 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
12509
12510         * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
12511         kind.
12512         * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
12513         parameter by "addr_stack" parameter.
12514         (resolve_dynamic_range): Replace "addr" parameter by
12515         "stack_addr" parameter.  Update function documentation.
12516         Update code accordingly.
12517         (resolve_dynamic_array, resolve_dynamic_union)
12518         (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
12519         (resolve_dynamic_type): Update code, following the changes made
12520         to resolve_dynamic_type_internal's interface.
12521         * dwarf2loc.h (struct property_addr_info): New.
12522         (dwarf2_evaluate_property): Replace "address" parameter
12523         by "addr_stack" parameter.  Adjust function documentation.
12524         (struct dwarf2_offset_baton): New.
12525         (struct dwarf2_property_baton): Update documentation of
12526         field "referenced_type" to be more general. New field
12527         "offset_info" in union data field.
12528         * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
12529         parameter by "addr_stack" parameter.  Adjust code accordingly.
12530         Add support for PROP_ADDR_OFFSET properties.
12531         * dwarf2read.c (attr_to_dynamic_prop): Add support for
12532         DW_AT_data_member_location attributes as well.  Use case
12533         statements instead of if/else condition.
12534
12535 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
12536
12537         * ada-varobj.c (ada_varobj_get_array_number_of_children):
12538         Return zero if PARENT_VALUE is NULL and parent_type's
12539         range type is dynamic.
12540
12541 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
12542
12543         * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
12544         nonzero if the type's subtype is dynamic.
12545         (resolve_dynamic_range): Also resolve the range's subtype.
12546
12547 2015-01-29  Alexander Klimov  <alserkli@inbox.ru>  (tiny patch)
12548
12549         Pushed by Joel Brobecker  <brobecker@adacore.com>.
12550         * symfile.c (unmap_overlay_command): Initialize sec to NULL.
12551
12552 2015-01-27  Doug Evans  <dje@google.com>
12553
12554         * NEWS: Mention gdb.Objfile.username.
12555         * python/py-objfile.c (objfpy_get_username): New function.
12556         (objfile_getset): Add "username".
12557
12558 2015-01-24  Mark Wielaard  <mjw@redhat.com>
12559
12560         * stack.c (return_command): Markup warning message with _.
12561
12562 2015-01-24  Doug Evans  <xdje42@gmail.com>
12563
12564         * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
12565
12566 2015-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
12567
12568         Fix 100x slowdown regression on DWZ files.
12569         * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
12570         (struct line_header): Add offset and offset_in_dwz.
12571         (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
12572         (free_line_header_voidp): New declaration.
12573         (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
12574         functions.
12575         (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
12576         (handle_DW_AT_stmt_list): Use line_header_hash.
12577         (free_line_header_voidp): New function.
12578         (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
12579         (dwarf_decode_lines): New parameter decode_mapping, use it.
12580         (dwarf2_free_objfile): Free line_header_hash.
12581
12582 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
12583
12584         PR gdb/17416
12585         * valops.c (value_rtti_indirect_type): Catch exception thrown by
12586         value_ind.
12587
12588 2015-01-15  Mark Wielaard  <mjw@redhat.com>
12589
12590         * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
12591         DW_AT_noreturn.
12592         * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
12593         calling_convention an 8 bit bit field.
12594         (TYPE_NO_RETURN): New macro.
12595         * infcmd.c (finish_command): Query if function does not return
12596         normally.
12597         * stack.c (return_command): Likewise.
12598
12599 2015-01-23  Pedro Alves  <palves@redhat.com>
12600
12601         * linux-nat.c (linux_is_async_p): New macro.
12602         (linux_nat_is_async_p):
12603         (linux_nat_terminal_inferior): Check whether the target can async
12604         instead of whether it is already async.
12605         (linux_nat_terminal_ours): Don't check whether the target is
12606         async.
12607         (linux_async_pipe): Use linux_is_async_p.
12608
12609 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12610
12611         * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
12612         '-ascending'.
12613         * thread.c (tp_array_compar_ascending, tp_array_compar): New.
12614         (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
12615         Sort tp_array using tp_array_compar.
12616         (_initialize_thread): Extend thread_apply_all_command help.
12617
12618 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12619
12620         * corelow.c (core_open): Call also thread_command.
12621         * gdbthread.h (thread_command): New prototype moved from ...
12622         * thread.c (thread_command): ... here.
12623         (thread_command): Make it global.
12624
12625 2015-01-22  Pedro Alves  <palves@redhat.com>
12626
12627         * configure.ac [*mingw32*]: Check $curses_found instead of
12628         $prefer_curses.
12629         * configure: Regenerate.
12630         * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
12631         HAVE_NCURSES_NCURSES_H checks.
12632
12633 2015-01-22  Eli Zaretskii  <eliz@gnu.org>
12634
12635         * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
12636         fails with the 1st arg NULL, try again with "unknown".  Don't test
12637         the "cup" capability: it isn't supported by the Windows port of
12638         ncurses, but the Windows console driver is still capable of
12639         supporting TUI.
12640
12641 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12642
12643         * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
12644
12645 2015-01-22  Eli Zaretskii  <eliz@gnu.org>
12646
12647         * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
12648         (ALLDEPFILES): Remove irix5-nat.c.  These two are part of the
12649         reason that "make TAGS" is broken.
12650
12651 2015-01-22  Chen Gang  <gang.chen.5i5j@gmail.com>
12652
12653         * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
12654         and check additional store instructions.
12655
12656 2015-01-21  Wei-cheng Wang  <cole945@gmail.com>
12657
12658         * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
12659
12660 2015-01-21  Wei-cheng Wang  <cole945@gmail.com>
12661
12662         * ppc-linux-tdep.c (ppc_skip_trampoline_code,
12663         ppc_canonicalize_syscall, ppc_linux_syscall_record,
12664         ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
12665         * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12666         * rs6000-tdep.c (rs6000_epilogue_frame_cache,
12667         rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
12668         rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
12669         ppc_process_record_op19, ppc_process_record_op31,
12670         ppc_process_record_op59, ppc_process_record_op60,
12671         ppc_process_record_op63): Likewise.
12672
12673 2015-01-20  Joel Brobecker  <brobecker@adacore.com>
12674
12675         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
12676         (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
12677         strerror.
12678
12679 2015-01-20  Wei-cheng Wang  <cole945@gmail.com>
12680
12681         * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
12682         ppc_process_record_op31, ppc_process_record_op59,
12683         ppc_process_record_op60, ppc_process_record_op63,
12684         ppc_process_record): Fix -Wformat warning.
12685         * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
12686         Remove unused variables.
12687
12688 2015-01-20  Chen Gang  <gang.chen.5i5j@gmail.com>
12689
12690         * MAINTAINERS (Write After Approval): Add "Chen Gang".
12691
12692 2015-01-19  Eli Zaretskii  <eliz@gnu.org>
12693
12694         * configure.ac [*mingw32*]: Only add windows-termcap.o to
12695         CONFIG_OBS if not building with a curses library.
12696         * configure: Regenerate.
12697
12698         * windows-termcap.c: Include defs.h.  Make the whole body empty if
12699         either one of HAVE_CURSES_H or HAVE_NCURSES_H or
12700         HAVE_NCURSES_NCURSES_H is defined.
12701
12702 2015-01-19  Joel Brobecker  <brobecker@adacore.com>
12703
12704         * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
12705         from end of line to start of next line.
12706
12707 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
12708
12709         * ppc-linux-tdep.c (ppc_skip_trampoline_code):
12710         Scan PLT stub backward for reverse debugging.
12711         * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12712
12713 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
12714             Ulrich Weigand  <uweigand@de.ibm.com>
12715
12716         * configure.tgt (powerpc*-*-linux): Add linux-record.o to
12717         gdb_target_obs.
12718         (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
12719         record.
12720         (ppc_canonicalize_syscall, ppc_linux_syscall_record,
12721         ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
12722         (ppc_linux_init_abi): Set process_record, process_record_signal.
12723         * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
12724         ppc_linux_record_tdep to gdbarch_tdep.
12725         (ppc_process_record): New declaration.
12726         * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
12727         ppc_process_record_op19, ppc_process_record_op31,
12728         ppc_process_record_op59, ppc_process_record_op60,
12729         ppc_process_record_op63, ppc_process_record): New functions.
12730
12731 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
12732
12733         * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
12734         rs6000_in_function_epilogue_frame_p and add an argument
12735         for frame_info.
12736         (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
12737         rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
12738         New functions.
12739         (rs6000_epilogue_frame_unwind): New.
12740         (rs6000_gdbarch_init): Append epilogue unwinder.
12741
12742 2015-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
12743
12744         * nat/linux-personality.c: Replace "#ifndef
12745         HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
12746         !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
12747         systems.
12748
12749 2015-01-16  Eli Zaretskii  <eliz@gnu.org>
12750
12751         * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
12752         functions.
12753         (_initialize_tui_win) <border-kind, border-mode>:
12754         <active-border-mode>: Use tui_set_var_cmd as the "set" function.
12755         (tui_set_tab_width_command): Fix the commentary.
12756
12757         * tui/tui-win.h: Add prototype for tui_rehighlight_all.
12758
12759         * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
12760         Doc fix.
12761         (tui_set_tab_width_command): Delete and recreate the source and
12762         the disassembly windows, to show the effect of the changed tab
12763         size immediately.
12764
12765         * tui/tui-data.h (LINE_PREFIX): Make shorter
12766         (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
12767         "Thread NNNNN.XXXX" thread ID notation on Windows.
12768
12769 2015-01-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
12770
12771         Fix gcc-5 compilation.
12772         * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
12773
12774 2015-01-15  Sergio Durigan Junior  <sergiodj@redhat.com>
12775
12776         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
12777         (linux-personality.o): New rule.
12778         * common/common-defs.h: Include <stdint.h>.
12779         * config/aarch64/linux.mh (NATDEPFILES): Include
12780         linux-personality.o.
12781         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
12782         * config/arm/linux.mh (NATDEPFILES): Likewise.
12783         * config/i386/linux64.mh (NATDEPFILES): Likewise.
12784         * config/i386/linux.mh (NATDEPFILES): Likewise.
12785         * config/ia64/linux.mh (NATDEPFILES): Likewise.
12786         * config/m32r/linux.mh (NATDEPFILES): Likewise.
12787         * config/m68k/linux.mh (NATDEPFILES): Likewise.
12788         * config/mips/linux.mh (NATDEPFILES): Likewise.
12789         * config/pa/linux.mh (NATDEPFILES): Likewise.
12790         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
12791         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
12792         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
12793         * config/s390/linux.mh (NATDEPFILES): Likewise.
12794         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
12795         * config/sparc/linux.mh (NATDEPFILES): Likewise.
12796         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
12797         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
12798         * defs.h: Remove #include <stdint.h> (moved to
12799         common/common-defs.h).
12800         * linux-nat.c: Include nat/linux-personality.h.  Remove #include
12801         <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
12802         nat/linux-personality.c).
12803         (linux_nat_create_inferior): Remove code to disable address space
12804         randomization (moved to nat/linux-personality.c).  Create cleanup
12805         to disable address space randomization.
12806         * nat/linux-personality.c: New file.
12807         * nat/linux-personality.h: Likewise.
12808
12809 2015-01-15  Sergio Durigan Junior  <sergiodj@redhat.com>
12810
12811         * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
12812         common/posix-strerror.c.
12813         (posix-strerror.o): New rule.
12814         (mingw-strerror.o): Likewise.
12815         * common/common-utils.h (safe_strerror): Move prototype to here,
12816         from utils.h.
12817         * common/common.host: New file.
12818         * common/mingw-strerror.c: Likewise.
12819         * common/posix-strerror.c: Likewise.
12820         * configure: Regenerated.
12821         * configure.ac: Source common/common.host.  Add variable
12822         common_host_obs to gdb_host_obs.
12823         * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
12824         gdb/common/posix-strerror.c when warning about the use of
12825         strerror.
12826         * mingw-hdep.c (safe_strerror): Remove definition; move it to
12827         common/mingw-strerror.c.
12828         * posix-hdep.c (safe_strerror): Remove definition; move it to
12829         common/posix-hdep.c.
12830         * utils.h (safe_strerror): Remove prototype; move to
12831         common/common-utils.h.
12832
12833 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
12834
12835         GDB 7.8.2 released.
12836
12837 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
12838
12839         * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
12840         ___XA type if the array has already been fixed.
12841
12842 2015-01-14  Yao Qi  <yao@codesourcery.com>
12843
12844         * Makefile.in (ppc-linux.o): New rule.
12845         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
12846         * configure.ac: AC_CHECK_FUNCS(getauxval).
12847         * config.in: Re-generated.
12848         * configure: Re-generated.
12849         * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
12850         Declare.
12851         * nat/ppc-linux.c: New file.
12852         * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
12853         Call ppc64_64bit_inferior_p.
12854
12855 2015-01-14  Yao Qi  <yao@codesourcery.com>
12856
12857         * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
12858         nat/ppc-linux.h.
12859         (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
12860         (PPC_FEATURE_HAS_DFP): Likewise.
12861         (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
12862         (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
12863         (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
12864         Include "nat/ppc-linux.h".
12865         * nat/ppc-linux.h: New file.
12866         * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
12867
12868 2015-01-14  Pedro Alves  <palves@redhat.com>
12869
12870         PR gdb/17525
12871         * breakpoint.c: Include "interps.h".
12872         (bpstat_do_actions_1): Also check whether the interpreter is
12873         async.
12874
12875 2015-01-14  Pedro Alves  <palves@redhat.com>
12876
12877         PR cli/17828
12878         * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
12879         reinstall if the interpreter is sync.
12880
12881 2015-01-13  Doug Evans  <dje@google.com>
12882
12883         * objfiles.c (objfile_filename): New function.
12884         * objfiles.h (objfile_filename): Declare it.
12885         (objfile_name): Add function comment.
12886         * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
12887         bfd file name (which may be realpath'd), and the original name.
12888
12889 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12890
12891         * NEWS: Create a new section for the next release branch.
12892         Rename the section of the current branch, now that it has
12893         been cut.
12894
12895 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12896
12897         GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
12898         * version.in: Bump version to 7.9.50.DATE-cvs.
12899
12900 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12901
12902         * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
12903         Remove trailing new-line in argument of call to warning.
12904
12905 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12906
12907         * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
12908         new-line in argument of call to "warning".
12909
12910 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12911
12912         * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
12913         in static block, then try searching for primitive types.
12914
12915 2015-01-12  Patrick Palka  <patrick@parcs.ath.cx>
12916
12917         * top.h (gdb_add_history): Declare.
12918         * top.c (command_count): New variable.
12919         (gdb_add_history): New function.
12920         (gdb_safe_append_history): New static function.
12921         (quit_force): Call it.
12922         (command_line_input): Use gdb_add_history instead of
12923         add_history.
12924         * event-top.c (command_line_handler): Likewise.
12925
12926 2015-01-12  James Clarke  <jrtc27@jrtc27.com>  (tiny patch)
12927
12928         PR gdb/17046
12929         * darwin-nat.c: Replace <machine/setjmp.h> #include by
12930         <setjmp.h> #include.
12931
12932 2015-01-11  Doug Evans  <xdje42@gmail.com>
12933
12934         * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
12935
12936 2015-01-11  Doug Evans  <xdje42@gmail.com>
12937
12938         PR gdb/15830
12939         * NEWS: The "maint demangle" command is renamed as "demangle".
12940         * demangle.c: #include cli/cli-utils.h, language.h.
12941         (demangle_command): New function.
12942         (_initialize_demangle): Add new command "demangle".
12943         * maint.c (maintenance_demangle): Stub out.
12944         (_initialize_maint_cmds): Update help text for "maint demangle",
12945         and mark as deprecated.
12946
12947 2015-01-11  Mark Kettenis  <kettenis@gnu.org>
12948
12949         * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
12950         inferior_thread is a function.
12951
12952 2015-01-09  Patrick Palka  <patrick@parcs.ath.cx>
12953
12954         * Makefile.in (.y.c): Don't munge yacc's #line
12955         directives.
12956
12957 2015-01-09  Patrick Palka  <patrick@parcs.ath.cx>
12958
12959         * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
12960         to prompt for input.
12961         * tui/tui-hooks.c (tui_query_hook): Remove.
12962         (tui_install_hooks): Don't set deprecated_query_hook.
12963         * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
12964         height calculation.  Always update the command window's cur_line.
12965
12966 2015-01-09  Pedro Alves  <palves@redhat.com>
12967
12968         * breakpoint.c (hardware_breakpoint_inserted_here_p): New
12969         function.
12970         * breakpoint.h (hardware_breakpoint_inserted_here_p): New
12971         declaration.
12972         * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
12973         (linux_resume_one_lwp): Store the thread's PC.  Adjust to clear
12974         stop_reason.
12975         (check_stopped_by_watchpoint): New function.
12976         (save_sigtrap): Reimplement.
12977         (linux_nat_stopped_by_watchpoint): Adjust.
12978         (linux_nat_lp_status_is_event): Delete.
12979         (stop_wait_callback): Only call save_sigtrap after storing the
12980         pending status.
12981         (status_callback): If the thread had been stopped for a breakpoint
12982         that has since been removed, discard the event and resume the LWP.
12983         (count_events_callback, select_event_lwp_callback): Use
12984         lwp_status_pending_p instead of linux_nat_lp_status_is_event.
12985         (cancel_breakpoint): Rename to ...
12986         (check_stopped_by_breakpoint): ... this.  Record whether the LWP
12987         stopped for a software breakpoint or hardware breakpoint.
12988         (select_event_lwp): Only give preference to the stepping LWP in
12989         all-stop mode.  Adjust comments.
12990         (stop_and_resume_callback): Remove references to new_pending_p.
12991         (linux_nat_filter_event): Likewise.  Leave exit events of the
12992         leader thread pending here.  Handle signal short circuiting here.
12993         Only call save_sigtrap after storing the pending waitstatus.
12994         (linux_nat_wait_1): Remove 'retry' label.  Remove references to
12995         new_pending.  Don't handle leaving events the caller is not
12996         interested in pending here, nor handle signal short-circuiting
12997         here.  Also give equal priority to all LWPs that have had events
12998         in non-stop mode.  If reporting a software breakpoint event,
12999         unadjust the LWP's PC.
13000         * linux-nat.h (enum lwp_stop_reason): New.
13001         (struct lwp_info) <stop_pc>: New field.
13002         (struct lwp_info) <stopped_by_watchpoint>: Delete field.
13003         (struct lwp_info) <stop_reason>: New field.
13004         * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
13005
13006 2015-01-09  Pedro Alves  <palves@redhat.com>
13007
13008         * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
13009         Set the LWP's 'resumed' flag.
13010
13011 2015-01-09  Pedro Alves  <palves@redhat.com>
13012
13013         * linux-nat.c (linux_resume_one_lwp): New function.
13014         (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
13015         (linux_nat_resume): Use lwp_status_pending_p and
13016         linux_resume_one_lwp.
13017         (linux_handle_syscall_trap): Use linux_resume_one_lwp.
13018         (linux_handle_extended_wait): Use linux_resume_one_lwp.
13019         (status_callback, running_callback): Use lwp_status_pending_p.
13020         (lwp_status_pending_p): New function.
13021         (stop_and_resume_callback): Use lwp_status_pending_p.
13022         (linux_nat_filter_event): Use linux_resume_one_lwp.
13023         (linux_nat_wait_1): Always use status_callback to look for an LWP
13024         with a pending status.  Use linux_resume_one_lwp.
13025         (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
13026         linux_resume_one_lwp.
13027
13028 2015-01-09  Pedro Alves  <palves@redhat.com>
13029
13030         * breakpoint.c (bp_location_inserted_here_p): New function,
13031         factored out from ...
13032         (breakpoint_inserted_here_p): ... here.  Use
13033         ALL_BP_LOCATIONS_AT_ADDR.
13034         (software_breakpoint_inserted_here_p): Use
13035         bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
13036
13037 2014-01-09  Pedro Alves  <palves@redhat.com>
13038
13039         Skip enabling event reporting if the kernel supports
13040         PTRACE_EVENT_CLONE.
13041         * linux-thread-db.c: Include "nat/linux-ptrace.h".
13042         (thread_db_use_events): New function.
13043         (try_thread_db_load_1): Check thread_db_use_events before enabling
13044         event reporting.
13045         (update_thread_state): New function.
13046         (attach_thread): Use it.  Check thread_db_use_events before
13047         enabling event reporting.
13048         (thread_db_detach): Check thread_db_use_events before disabling
13049         event reporting.
13050         (find_new_threads_callback): Check thread_db_use_events before
13051         enabling event reporting.  Update the thread's state if not using
13052         libthread_db events.
13053
13054 2015-01-09  Pedro Alves  <palves@redhat.com>
13055
13056         * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
13057         about to wait for is > 0.
13058         * linux-thread-db.c (find_new_threads_callback): Ignore thread if
13059         the kernel thread ID is -1.
13060
13061 2015-01-09  Pedro Alves  <palves@redhat.com>
13062
13063         * linux-nat.c (attach_proc_task_lwp_callback): New function.
13064         (linux_nat_attach): Use linux_proc_attach_tgid_threads.
13065         (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
13066         ptrace option flags.
13067         * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
13068         field.
13069         * nat/linux-procfs.c: Include <dirent.h>.
13070         (linux_proc_get_int): New parameter "warn".  Handle it.
13071         (linux_proc_get_tgid): Adjust.
13072         (linux_proc_get_tracerpid): Rename to ...
13073         (linux_proc_get_tracerpid_nowarn): ... this.
13074         (linux_proc_pid_get_state): New function, factored out from
13075         (linux_proc_pid_has_state): ... this.  Add new parameter "warn"
13076         and handle it.
13077         (linux_proc_pid_is_gone): New function.
13078         (linux_proc_pid_is_stopped): Adjust.
13079         (linux_proc_pid_is_zombie_maybe_warn)
13080         (linux_proc_pid_is_zombie_nowarn): New functions.
13081         (linux_proc_pid_is_zombie): Use
13082         linux_proc_pid_is_zombie_maybe_warn.
13083         (linux_proc_attach_tgid_threads): New function.
13084         * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
13085         (linux_proc_get_tracerpid): Rename to ...
13086         (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
13087         (linux_proc_pid_is_gone): New declaration.
13088         (linux_proc_pid_is_zombie): Update comment.
13089         (linux_proc_pid_is_zombie_nowarn): New declaration.
13090         (linux_proc_attach_lwp_func): New typedef.
13091         (linux_proc_attach_tgid_threads): New declaration.
13092         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
13093         use nowarn functions.
13094         (linux_ptrace_attach_fail_reason_string): Move here from
13095         gdbserver/linux-low.c and rename.
13096         (ptrace_supports_feature): If the current ptrace options are not
13097         known yet, check them now, instead of asserting.
13098         * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
13099         Declare.
13100
13101 2015-01-09  Pedro Alves  <palves@redhat.com>
13102
13103         * linux-thread-db.c (thread_db_find_new_threads_silently)
13104         (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
13105         (find_new_threads_once): Print debug output on gdb_stdlog.
13106
13107 2015-01-09  Chen Gang  <gang.chen.5i5j@gmail.com>
13108             Pedro Alves  <palves@redhat.com>
13109
13110         * compile/compile.c: Include "gdb_wait.h".
13111         (do_rmdir): Check return value, and free 'zap'.
13112
13113 2015-01-08  Pedro Alves  <palves@redhat.com>
13114             Yao Qi  <yao@codesourcery.com>
13115
13116         * dwarf2loc.c (indirect_pieced_value): Don't call
13117         gdb_sign_extend.  Call extract_signed_integer instead.
13118         * utils.c (gdb_sign_extend): Remove.
13119         * utils.h (gdb_sign_extend): Remove declaration.
13120
13121 2015-01-07  Pierre Muller  <muller@sourceware.org>
13122
13123         PR symtab/17811
13124         * stabsread.c (define_symbol): Set language for C++ special symbols.
13125
13126 2015-01-07  Patrick Palka  <patrick@parcs.ath.cx>
13127
13128         * inflow.c (initial_gdb_ttystate): Tweak comment.
13129
13130 2015-01-07  Joel Brobecker  <brobecker@adacore.com>
13131
13132         * inflow.c (set_initial_gdb_ttystate): Add empty line after
13133         comment documenting function.
13134
13135 2015-01-07  Patrick Palka  <patrick@parcs.ath.cx>
13136
13137         * terminal.h (set_initial_gdb_ttystate): Declare.
13138         * inflow.c (initial_gdb_ttystate): New static variable.
13139         (set_initial_gdb_ttystate): New setter.
13140         (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
13141         instead of our current terminal state.
13142         * top.c (gdb_init): Call set_initial_gdb_ttystate.
13143
13144 2015-01-07  Joel Brobecker  <brobecker@adacore.com>
13145
13146         * guile/scm-type.c (tyscm_array_1): Add comment.
13147         * python/py-type.c (typy_array_1): Add comment.
13148
13149 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
13150
13151         * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
13152         error if N2 is equal to N1 - 1.
13153
13154 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
13155
13156         * python/py-type.c (typy_array_1): Do not raise negative-length
13157         exception if N2 is equal to N1 - 1.
13158
13159 2015-01-03  Doug Evans  <xdje42@gmail.com>
13160
13161         * c-exp.y: Whitespace cleanup.
13162         (classify_inner_name): Remove extra ;.
13163
13164 2015-01-02  Maciej W. Rozycki  <macro@codesourcery.com>
13165
13166         * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
13167         offset signed.
13168
13169 2015-01-02  Doug Evans  <dje@google.com>
13170
13171         * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
13172
13173 2015-01-02  Doug Evans  <dje@google.com>
13174
13175         * symtab.h (struct symbol): Fix typo in comment.
13176
13177 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
13178
13179         Update year range in copyright notice of all files.
13180
13181 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
13182
13183         * top.c (print_gdb_version): Update copyright year to 2015.
13184
13185 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
13186
13187         * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
13188
13189 For older changes see ChangeLog-2014.
13190 \f
13191 Local Variables:
13192 mode: change-log
13193 left-margin: 8
13194 fill-column: 74
13195 version-control: never
13196 coding: utf-8
13197 End: